@unicom-cloud/ui 0.8.116 → 0.8.117
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 +2 -2
- 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 +6 -5
- package/DatePicker.js +1 -1
- package/Descriptions.js +1 -1
- package/Details.js +5 -4
- 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 +6 -5
- package/Form.js +1 -1
- package/Grid.js +1 -1
- package/Icon.js +1 -1
- package/IconHover.js +1 -1
- package/Image.js +1 -1
- package/Input.js +1 -1
- package/InputNumber.js +1 -1
- package/InputTag.js +1 -1
- package/Layout.js +1 -1
- package/Link.js +1 -1
- package/LiquidFill.js +5 -4
- package/List.js +1 -1
- package/Loading.js +5 -4
- package/Marquee.js +3 -3
- package/Mentions.js +1 -1
- package/Menu.js +1 -1
- package/Message.js +3 -3
- package/Modal.js +1 -1
- package/Notice.js +5 -4
- package/Notification.js +3 -3
- 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/QrCode.js +7 -6
- 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 +5 -4
- package/Select.js +1 -1
- package/SelectView.js +1 -1
- package/Skeleton.js +1 -1
- package/Slider.js +1 -1
- package/Space.js +6 -5
- package/SpeechSynthesis.js +1 -1
- package/Spin.js +1 -1
- package/Splitter.js +1 -1
- package/Statistic.js +6 -7
- package/Steps.js +1 -1
- package/SuspenseFallbackTest.js +1 -1
- package/Switch.js +3 -3
- 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 +4 -3
- package/Transfer.js +1 -1
- package/Tree.js +1 -1
- package/TreeSelect.js +1 -1
- package/Trigger.js +3 -3
- 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 +18 -18
- package/alert/index.js +1 -1
- package/anchor/Anchor.js +58 -57
- package/anchor/Link.js +1 -1
- package/anchor/context.js +1 -1
- package/anchor/index.js +1 -1
- package/anchor/utils.js +23 -24
- package/app/App.js +1 -1
- package/app/context.js +1 -1
- package/app/index.js +1 -1
- package/app/useApp.js +1 -1
- package/auto-complete/index.js +1 -1
- package/avatar/Avatar.js +1 -1
- package/avatar/Group.js +1 -1
- package/avatar/context.js +1 -1
- package/avatar/index.js +1 -1
- package/back-top/index.js +7 -7
- package/badge/Count.js +1 -1
- package/badge/index.js +1 -1
- package/breadcrumb/Item.js +1 -1
- package/breadcrumb/index.js +5 -5
- package/button/Group.js +1 -1
- package/button/index.js +1 -1
- package/calendar/Lunar.js +1 -1
- package/calendar/Month.js +18 -17
- package/calendar/WeekList.js +1 -1
- package/calendar/Year.js +14 -12
- package/calendar/header/Panel.js +1 -1
- package/calendar/header/index.js +4 -4
- package/calendar/hook/useCellClassName.js +11 -11
- package/calendar/index.js +25 -25
- 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 +9 -9
- package/cascader/panel/Option.js +1 -1
- package/cascader/panel/Search.js +1 -1
- package/cascader/utils.js +1 -1
- package/checkbox/Checkbox.js +1 -1
- package/checkbox/Group.js +1 -1
- package/checkbox/GroupBlock.js +1 -1
- package/checkbox/IconCheck.js +1 -1
- package/checkbox/index.js +1 -1
- package/checkbox/useCheckbox.js +1 -1
- package/collapse/Collapse.js +1 -1
- package/collapse/Item.js +3 -3
- 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 +22 -22
- package/color-picker/colors.js +1 -1
- package/color-picker/hooks/useColorPicker.js +1 -1
- package/color-picker/hooks/useControlBlock.js +1 -1
- package/color-picker/index.js +1 -1
- package/color-picker/interface.js +1 -1
- package/color-picker/utils.js +1 -1
- package/comment/index.js +1 -1
- package/config-provider/ConfigProvider.js +1 -1
- package/config-provider/context.js +1 -1
- package/config-provider/index.js +1 -1
- package/constant/index.js +1 -1
- package/copy/index.js +1 -1
- package/countdown/index.js +28 -27
- package/countdown/utils.js +1 -1
- package/date-picker/Picker.js +133 -132
- package/date-picker/RangePicker.js +262 -261
- package/date-picker/context.js +1 -1
- package/date-picker/hook/useCellClassName.js +29 -28
- package/date-picker/index.js +1 -1
- package/date-picker/panel/Body.js +10 -6
- 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 +130 -125
- package/date-picker/panel/month/index.js +12 -9
- package/date-picker/panel/quarter/index.js +20 -17
- package/date-picker/panel/range/index.js +35 -35
- package/date-picker/panel/week/index.js +8 -8
- package/date-picker/panel/year/index.js +15 -14
- package/date-picker/utils.js +4 -4
- package/descriptions/index.js +1 -1
- package/details/index.js +3 -2
- package/development/index.js +1 -1
- package/dist/ui-common/development/index.js +1 -1
- package/dist/ui-common/empty/index.js +1 -1
- package/dist/ui-common/flex/index.js +1 -1
- package/dist/ui-common/flex/interface.js +1 -1
- package/dist/ui-common/higher-order/with-speech-synthesis/index.js +1 -1
- package/dist/ui-common/hooks/create-deep-compare-effect/index.js +1 -1
- package/dist/ui-common/hooks/create-update-effect/index.js +1 -1
- package/dist/ui-common/hooks/create-use-storage-state/index.js +5 -5
- package/dist/ui-common/hooks/use-async-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-boolean/index.js +1 -1
- package/dist/ui-common/hooks/use-click-away/index.js +23 -21
- package/dist/ui-common/hooks/use-computed-state/index.js +12 -0
- package/dist/ui-common/hooks/use-controllable-value/index.js +1 -1
- package/dist/ui-common/hooks/use-cookie-state/index.js +1 -1
- package/dist/ui-common/hooks/use-count-down/index.js +11 -11
- package/dist/ui-common/hooks/use-counter/index.js +1 -1
- package/dist/ui-common/hooks/use-create/index.js +9 -0
- package/dist/ui-common/hooks/use-creation/index.js +1 -1
- package/dist/ui-common/hooks/use-debounce/index.js +1 -1
- package/dist/ui-common/hooks/use-debounce-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-debounce-fn/index.js +1 -1
- package/dist/ui-common/hooks/use-deep-compare-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-deep-compare-layout-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-document-visibility/index.js +1 -1
- package/dist/ui-common/hooks/use-drag/index.js +1 -1
- package/dist/ui-common/hooks/use-drop/index.js +1 -1
- package/dist/ui-common/hooks/use-event-listener/index.js +16 -14
- package/dist/ui-common/hooks/use-event-target/index.js +1 -1
- package/dist/ui-common/hooks/use-external/index.js +1 -1
- package/dist/ui-common/hooks/use-favicon/index.js +1 -1
- package/dist/ui-common/hooks/use-focus-within/index.js +1 -1
- package/dist/ui-common/hooks/use-fullscreen/index.js +1 -1
- package/dist/ui-common/hooks/use-get-state/index.js +1 -1
- package/dist/ui-common/hooks/use-history-travel/index.js +1 -1
- package/dist/ui-common/hooks/use-hover/index.js +3 -3
- package/dist/ui-common/hooks/use-id/index.js +1 -1
- package/dist/ui-common/hooks/use-in-view/index.js +1 -1
- package/dist/ui-common/hooks/use-in-viewport/index.js +19 -17
- package/dist/ui-common/hooks/use-infinite-scroll/index.js +13 -12
- package/dist/ui-common/hooks/use-intersection-observer/index.js +3 -3
- package/dist/ui-common/hooks/use-interval/index.js +1 -1
- package/dist/ui-common/hooks/use-is-first-render/index.js +3 -4
- package/dist/ui-common/hooks/use-isomorphic-layout-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-key-press/index.js +19 -19
- package/dist/ui-common/hooks/use-keyboard-event/index.js +1 -1
- package/dist/ui-common/hooks/use-latest/index.js +1 -1
- package/dist/ui-common/hooks/use-listen-window-resize/index.js +1 -1
- package/dist/ui-common/hooks/use-local-storage-state/index.js +1 -1
- package/dist/ui-common/hooks/use-lock-fn/index.js +1 -1
- package/dist/ui-common/hooks/use-long-press/index.js +1 -1
- package/dist/ui-common/hooks/use-media/index.js +1 -1
- package/dist/ui-common/hooks/use-memoized-fn/index.js +1 -1
- package/dist/ui-common/hooks/use-merge-props/index.js +1 -1
- package/dist/ui-common/hooks/use-merge-value/index.js +1 -1
- package/dist/ui-common/hooks/use-mount/index.js +1 -1
- package/dist/ui-common/hooks/use-mouse/index.js +3 -3
- package/dist/ui-common/hooks/use-mutation-observer/index.js +1 -1
- package/dist/ui-common/hooks/use-network/index.js +1 -1
- package/dist/ui-common/hooks/use-online-status/index.js +1 -1
- package/dist/ui-common/hooks/use-overflow-hidden/index.js +1 -1
- package/dist/ui-common/hooks/use-override-ref/index.js +1 -1
- package/dist/ui-common/hooks/use-pagination/index.js +4 -3
- package/dist/ui-common/hooks/use-persist-callback/index.js +1 -1
- package/dist/ui-common/hooks/use-prefers-color-scheme-dark/index.js +1 -1
- package/dist/ui-common/hooks/use-previous/index.js +1 -1
- package/dist/ui-common/hooks/use-raf-interval/index.js +1 -1
- package/dist/ui-common/hooks/use-raf-state/index.js +1 -1
- package/dist/ui-common/hooks/use-raf-timeout/index.js +1 -1
- package/dist/ui-common/hooks/use-reactive/index.js +12 -12
- package/dist/ui-common/hooks/use-refs/index.js +1 -1
- package/dist/ui-common/hooks/use-request/src/Fetch.js +1 -1
- package/dist/ui-common/hooks/use-request/src/plugins/useAutoRunPlugin.js +1 -1
- package/dist/ui-common/hooks/use-request/src/plugins/useCachePlugin.js +10 -10
- package/dist/ui-common/hooks/use-request/src/plugins/useDebouncePlugin.js +1 -1
- package/dist/ui-common/hooks/use-request/src/plugins/useLoadingDelayPlugin.js +1 -1
- package/dist/ui-common/hooks/use-request/src/plugins/usePollingPlugin.js +1 -1
- package/dist/ui-common/hooks/use-request/src/plugins/useRefreshOnWindowFocusPlugin.js +1 -1
- package/dist/ui-common/hooks/use-request/src/plugins/useRetryPlugin.js +1 -1
- package/dist/ui-common/hooks/use-request/src/plugins/useThrottlePlugin.js +1 -1
- package/dist/ui-common/hooks/use-request/src/useRequest.js +5 -5
- package/dist/ui-common/hooks/use-request/src/useRequestImplement.js +15 -13
- package/dist/ui-common/hooks/use-request/src/utils/cache.js +12 -11
- package/dist/ui-common/hooks/use-request/src/utils/cachePromise.js +1 -1
- package/dist/ui-common/hooks/use-request/src/utils/cacheSubscribe.js +1 -1
- package/dist/ui-common/hooks/use-request/src/utils/isDocumentVisible.js +1 -1
- package/dist/ui-common/hooks/use-request/src/utils/isOnline.js +1 -1
- package/dist/ui-common/hooks/use-request/src/utils/limit.js +1 -1
- package/dist/ui-common/hooks/use-request/src/utils/subscribeFocus.js +1 -1
- package/dist/ui-common/hooks/use-request/src/utils/subscribeReVisible.js +1 -1
- package/dist/ui-common/hooks/use-reset-state/index.js +1 -1
- package/dist/ui-common/hooks/use-responsive/index.js +1 -1
- package/dist/ui-common/hooks/use-safe-state/index.js +1 -1
- package/dist/ui-common/hooks/use-scroll/index.js +1 -1
- package/dist/ui-common/hooks/use-selections/index.js +44 -44
- package/dist/ui-common/hooks/use-session-storage-state/index.js +1 -1
- package/dist/ui-common/hooks/use-set-state/index.js +1 -1
- package/dist/ui-common/hooks/use-size/index.js +1 -1
- package/dist/ui-common/hooks/use-state-callback/index.js +1 -1
- package/dist/ui-common/hooks/use-state-with-promise/index.js +1 -1
- package/dist/ui-common/hooks/use-text-selection/index.js +1 -1
- package/dist/ui-common/hooks/use-theme/index.js +1 -1
- package/dist/ui-common/hooks/use-throttle/index.js +1 -1
- package/dist/ui-common/hooks/use-throttle-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-throttle-fn/index.js +1 -1
- package/dist/ui-common/hooks/use-timeout/index.js +1 -1
- package/dist/ui-common/hooks/use-title/index.js +1 -1
- package/dist/ui-common/hooks/use-toggle/index.js +1 -1
- package/dist/ui-common/hooks/use-tracked-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-unmount/index.js +1 -1
- package/dist/ui-common/hooks/use-unmounted-ref/index.js +1 -1
- package/dist/ui-common/hooks/use-update/index.js +1 -1
- package/dist/ui-common/hooks/use-update-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-update-layout-effect/index.js +1 -1
- package/dist/ui-common/hooks/use-url-state/index.js +1 -1
- package/dist/ui-common/hooks/use-virtual-list/index.js +15 -15
- package/dist/ui-common/hooks/use-watch/index.js +1 -1
- package/dist/ui-common/hooks/use-web-socket/index.js +1 -1
- package/dist/ui-common/hooks/use-why-did-you-update/index.js +1 -1
- package/dist/ui-common/hooks/use-window-size/index.js +1 -1
- package/dist/ui-common/hooks/utils/createEffectWithTarget.js +15 -13
- package/dist/ui-common/hooks/utils/depsAreSame.js +1 -1
- package/dist/ui-common/hooks/utils/depsEqual.js +1 -1
- package/dist/ui-common/hooks/utils/domTarget.js +1 -1
- package/dist/ui-common/hooks/utils/getDocumentOrShadow.js +9 -7
- package/dist/ui-common/hooks/utils/isDev.js +1 -1
- package/dist/ui-common/hooks/utils/rect.js +1 -1
- package/dist/ui-common/hooks/utils/useDeepCompareWithTarget.js +1 -1
- package/dist/ui-common/hooks/utils/useEffectWithTarget.js +1 -1
- package/dist/ui-common/hooks/utils/useIsomorphicLayoutEffectWithTarget.js +1 -1
- package/dist/ui-common/hooks/utils/useLayoutEffectWithTarget.js +1 -1
- package/dist/ui-common/icons/file/index.js +1 -1
- package/dist/ui-common/space/index.js +1 -1
- package/dist/ui-common/suspense-fallback-test/index.js +1 -1
- package/dist/ui-common/transition-group/CSSTransition.js +8 -7
- package/dist/ui-common/transition-group/PqbCSSTransition.js +5 -5
- package/dist/ui-common/transition-group/ReplaceTransition.js +1 -1
- package/dist/ui-common/transition-group/SwitchTransition.js +1 -1
- package/dist/ui-common/transition-group/Transition.js +3 -2
- package/dist/ui-common/transition-group/TransitionGroup.js +1 -1
- package/dist/ui-common/transition-group/TransitionGroupContext.js +1 -1
- package/dist/ui-common/transition-group/utils/ChildMapping.js +1 -1
- package/dist/ui-common/utils/compute.js +142 -0
- package/dist/ui-common/utils/constant.js +1 -1
- package/dist/ui-common/utils/dayjs.js +21 -180
- package/dist/ui-common/utils/dom.js +46 -51
- package/dist/ui-common/utils/fillNBSP.js +1 -1
- package/dist/ui-common/utils/findScrollParent.js +1 -1
- package/dist/ui-common/utils/getHighlightText.js +1 -1
- package/dist/ui-common/utils/getHotkeyHandler.js +1 -1
- package/dist/ui-common/utils/getStringLength.js +1 -1
- package/dist/ui-common/utils/include.js +1 -1
- package/dist/ui-common/utils/intersectionObserver.js +1 -1
- package/dist/ui-common/utils/is.js +102 -95
- package/dist/ui-common/utils/mergeProps.js +1 -1
- package/dist/ui-common/utils/mergedToString.js +1 -1
- package/dist/ui-common/utils/mutationObserver.js +1 -1
- package/dist/ui-common/utils/omit.js +1 -1
- package/dist/ui-common/utils/pad.js +1 -1
- package/dist/ui-common/utils/pick.js +1 -1
- package/dist/ui-common/utils/react19Adapter.js +1 -1
- package/dist/ui-common/utils/reactDOM.js +3 -3
- package/dist/ui-common/utils/resizeObserver.js +1 -1
- package/dist/ui-common/utils/scrollIntoViewIfNeeded.js +47 -160
- package/dist/ui-common/utils/setDarkTheme.js +1 -1
- package/dist/ui-common/utils/setDir.js +1 -1
- package/dist/ui-common/utils/setPrimaryColor.js +1 -1
- package/dist/ui-common/utils/setTheme.js +1 -1
- package/dist/ui-common/utils/style.js +1 -1
- package/dist/ui-common/utils/throttleByRaf.js +1 -1
- package/dist/ui-common/utils/throttleByRaf2.js +1 -1
- package/dist/ui-common/utils/toArray.js +1 -1
- package/dist/ui-common/utils/warning.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 +22 -22
- package/drawer/index.js +1 -1
- package/dropdown/Button.js +1 -1
- package/dropdown/index.js +16 -16
- package/empty/index.js +1 -1
- package/flex/index.js +5 -4
- package/form/Control.js +1 -1
- package/form/Form.js +7 -7
- package/form/FormItem.js +1 -1
- package/form/FormLabel.js +1 -1
- package/form/FormList.js +1 -1
- package/form/FormProvider.js +1 -1
- package/form/IconSymbol.js +1 -1
- package/form/context.js +1 -1
- package/form/hook/useContext.js +1 -1
- package/form/hook/useForm.js +1 -1
- package/form/hook/useState.js +1 -1
- package/form/hook/useWatch.js +1 -1
- package/form/index.js +1 -1
- package/form/interface.js +1 -1
- package/form/promisify.js +1 -1
- package/form/store.js +3 -3
- package/form/utils.js +24 -26
- package/grid/Grid.js +1 -1
- package/grid/Item.js +1 -1
- package/grid/context.js +1 -1
- package/grid/index.js +1 -1
- package/grid/utils.js +1 -1
- package/hooks/index.js +191 -187
- package/hooks/use-computed-state/index.js +5 -0
- package/hooks/use-create/index.js +5 -0
- package/hooks/use-creation/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-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-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-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-responsive-state/index.js +1 -1
- package/hooks/use-state-callback/index.js +1 -1
- package/hooks/use-state-with-promise/index.js +1 -1
- package/hooks/use-update-effect/index.js +1 -1
- package/hooks/use-verification-code/index.js +1 -1
- package/hooks/use-watch/index.js +1 -1
- package/hooks/use-watermark/index.js +5 -5
- package/hooks/use-watermark/utils.js +1 -1
- package/hooks/use-window-size/index.js +1 -1
- package/hooks/useComputedState.js +5 -0
- package/hooks/useCreate.js +5 -0
- package/hooks/useCreation.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/useInterval.js +1 -1
- package/hooks/useIsFirstRender.js +1 -1
- package/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/hooks/useKeyboardEvent.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/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/useResponsiveState.js +1 -1
- package/hooks/useStateCallback.js +1 -1
- package/hooks/useStateWithPromise.js +1 -1
- package/hooks/useUpdateEffect.js +1 -1
- package/hooks/useVerificationCode.js +1 -1
- package/hooks/useWatch.js +1 -1
- package/hooks/useWatermark.js +2 -2
- package/hooks/useWindowSize.js +1 -1
- package/icon/addFromIconFontCn.js +5 -5
- 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 +131 -130
- 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 +911 -905
- package/input/Button.js +1 -1
- package/input/Group.js +1 -1
- package/input/Input.js +27 -27
- package/input/InputElement.js +1 -1
- package/input/Number.js +1 -1
- package/input/Password.js +1 -1
- package/input/Search.js +1 -1
- package/input/Tag.js +1 -1
- package/input/Textarea.js +1 -1
- package/input/autoSizeTextAreaHeight.js +1 -1
- package/input/index.js +1 -1
- package/input/useComposition.js +1 -1
- package/input-number/decimal.js +1 -1
- package/input-number/index.js +1 -1
- package/input-number/useSelectionRange.js +1 -1
- package/input-number/utils.js +1 -1
- package/input-tag/InputTag.js +3 -3
- 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 +2 -2
- package/layout/index.js +1 -1
- package/link/index.js +1 -1
- package/liquid-fill/index.js +5 -4
- package/list/Item.js +1 -1
- package/list/Meta.js +1 -1
- package/list/index.js +13 -13
- package/loading/index.js +3 -2
- 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 +4 -7
- 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 -7
- 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 +3 -3
- package/mentions/index.js +1 -1
- package/mentions/utils.js +1 -1
- package/menu/Indent.js +1 -1
- package/menu/Item.js +12 -12
- package/menu/ItemGroup.js +1 -1
- package/menu/Menu.js +1 -1
- package/menu/OverflowWrap.js +1 -1
- package/menu/context.js +1 -1
- package/menu/index.js +1 -1
- package/menu/sub-menu/Inline.js +1 -1
- package/menu/sub-menu/Pop.js +1 -1
- package/menu/sub-menu/index.js +1 -1
- package/menu/utils.js +1 -1
- package/message/index.js +3 -3
- package/message/useMessage.js +9 -7
- package/modal/Confirm.js +1 -1
- package/modal/Modal.js +3 -3
- 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 +12 -11
- package/notification/index.js +3 -3
- package/notification/useNotification.js +9 -7
- 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 +9 -7
- package/pagination/Pagination.js +1 -1
- package/pagination/index.js +1 -1
- package/pagination/interface.js +1 -1
- package/picker/Input.js +1 -1
- package/picker/InputRange.js +1 -1
- package/picker/index.js +1 -1
- package/popconfirm/index.js +1 -1
- package/popover/index.js +5 -5
- 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/qr-code/index.js +7 -6
- package/qr-code/src/index.js +32 -32
- 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 +4 -4
- package/resize-box/SplitGroup.js +10 -10
- package/resize-box/index.js +1 -1
- package/result/403.js +1 -1
- package/result/404.js +1 -1
- package/result/500.js +1 -1
- package/result/index.js +1 -1
- package/rich-text/constant.js +1 -1
- package/rich-text/index.js +1 -1
- package/rich-text/lib/assets/icons/align-center.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-justify.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-left.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-right.svg.js +1 -1
- package/rich-text/lib/assets/icons/background.svg.js +1 -1
- package/rich-text/lib/assets/icons/blockquote.svg.js +1 -1
- package/rich-text/lib/assets/icons/bold.svg.js +1 -1
- package/rich-text/lib/assets/icons/clean.svg.js +1 -1
- package/rich-text/lib/assets/icons/code.svg.js +1 -1
- package/rich-text/lib/assets/icons/color.svg.js +1 -1
- package/rich-text/lib/assets/icons/direction-ltr.svg.js +1 -1
- package/rich-text/lib/assets/icons/direction-rtl.svg.js +1 -1
- package/rich-text/lib/assets/icons/divider.svg.js +1 -1
- package/rich-text/lib/assets/icons/dropdown.svg.js +1 -1
- package/rich-text/lib/assets/icons/formula.svg.js +1 -1
- package/rich-text/lib/assets/icons/fullscreen-exit.svg.js +1 -1
- package/rich-text/lib/assets/icons/fullscreen.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-2.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-3.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-4.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-5.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-6.svg.js +1 -1
- package/rich-text/lib/assets/icons/header.svg.js +1 -1
- package/rich-text/lib/assets/icons/image.svg.js +1 -1
- package/rich-text/lib/assets/icons/indent.svg.js +1 -1
- package/rich-text/lib/assets/icons/italic.svg.js +1 -1
- package/rich-text/lib/assets/icons/link.svg.js +1 -1
- package/rich-text/lib/assets/icons/list-bullet.svg.js +1 -1
- package/rich-text/lib/assets/icons/list-ordered.svg.js +1 -1
- package/rich-text/lib/assets/icons/outdent.svg.js +1 -1
- package/rich-text/lib/assets/icons/redo.svg.js +1 -1
- package/rich-text/lib/assets/icons/strike.svg.js +1 -1
- package/rich-text/lib/assets/icons/subscript.svg.js +1 -1
- package/rich-text/lib/assets/icons/superscript.svg.js +1 -1
- package/rich-text/lib/assets/icons/table.svg.js +1 -1
- package/rich-text/lib/assets/icons/underline.svg.js +1 -1
- package/rich-text/lib/assets/icons/undo.svg.js +1 -1
- package/rich-text/lib/assets/icons/video.svg.js +1 -1
- package/rich-text/lib/blots/block.js +1 -1
- package/rich-text/lib/blots/break.js +1 -1
- package/rich-text/lib/blots/container.js +1 -1
- package/rich-text/lib/blots/cursor.js +1 -1
- package/rich-text/lib/blots/embed.js +1 -1
- package/rich-text/lib/blots/inline.js +1 -1
- package/rich-text/lib/blots/scroll.js +39 -39
- 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 +17 -17
- 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 +24 -24
- package/rich-text/lib/diff/index.js +1 -1
- package/rich-text/lib/formats/align.js +1 -1
- package/rich-text/lib/formats/background.js +1 -1
- package/rich-text/lib/formats/blockquote.js +1 -1
- package/rich-text/lib/formats/bold.js +1 -1
- package/rich-text/lib/formats/code.js +1 -1
- package/rich-text/lib/formats/color.js +1 -1
- package/rich-text/lib/formats/direction.js +1 -1
- package/rich-text/lib/formats/font.js +1 -1
- package/rich-text/lib/formats/formula.js +1 -1
- package/rich-text/lib/formats/header.js +1 -1
- package/rich-text/lib/formats/hr.js +1 -1
- package/rich-text/lib/formats/image-resize/index.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/BaseModule.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/DisplaySize.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/Resize.js +1 -1
- package/rich-text/lib/formats/image-resize/options.js +1 -1
- package/rich-text/lib/formats/image.js +1 -1
- package/rich-text/lib/formats/indent.js +1 -1
- package/rich-text/lib/formats/italic.js +1 -1
- package/rich-text/lib/formats/lineHeight.js +1 -1
- package/rich-text/lib/formats/link.js +1 -1
- package/rich-text/lib/formats/list.js +1 -1
- package/rich-text/lib/formats/script.js +1 -1
- package/rich-text/lib/formats/size.js +1 -1
- package/rich-text/lib/formats/strike.js +1 -1
- package/rich-text/lib/formats/table.js +1 -1
- package/rich-text/lib/formats/underline.js +1 -1
- package/rich-text/lib/formats/video.js +1 -1
- package/rich-text/lib/index.js +1 -1
- package/rich-text/lib/modules/clipboard.js +1 -1
- package/rich-text/lib/modules/history.js +1 -1
- package/rich-text/lib/modules/input.js +1 -1
- package/rich-text/lib/modules/keyboard.js +71 -71
- 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 +54 -54
- 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 +6 -6
- package/rich-text/lib/parchment/blot/block.js +3 -3
- package/rich-text/lib/parchment/blot/embed.js +1 -1
- package/rich-text/lib/parchment/blot/inline.js +10 -10
- 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 +4 -4
- package/rich-text/lib/parchment/scope.js +1 -1
- package/rich-text/lib/themes/base.js +1 -1
- package/rich-text/lib/themes/pqb.js +1 -1
- package/rich-text/lib/ui/color-picker.js +1 -1
- package/rich-text/lib/ui/icon-picker.js +1 -1
- package/rich-text/lib/ui/icons.js +1 -1
- package/rich-text/lib/ui/picker.js +1 -1
- package/rich-text/lib/ui/tooltip.js +1 -1
- package/row-col/Col-.js +1 -1
- package/row-col/Col.js +1 -1
- package/row-col/Row.js +1 -1
- package/row-col/context.js +1 -1
- package/row-col/index.js +1 -1
- package/segmented/index.js +3 -2
- package/select/OptGroup.js +1 -1
- package/select/Option.js +1 -1
- package/select/Select.js +1 -1
- package/select/index.js +1 -1
- package/select/utils.js +1 -1
- package/select-view/Core.js +1 -1
- package/select-view/index.js +1 -1
- package/skeleton/Image.js +1 -1
- package/skeleton/Text.js +1 -1
- package/skeleton/index.js +1 -1
- package/slider/Button.js +9 -9
- 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 +13 -13
- package/slider/utils.js +1 -1
- package/space/index.js +5 -4
- package/speech-synthesis/index.js +1 -1
- package/spin/DotLoading.js +1 -1
- package/spin/index.js +18 -18
- package/splitter/Panel.js +1 -1
- package/splitter/SplitBar.js +1 -1
- package/splitter/Splitter.js +1 -1
- package/splitter/hooks/useEvent.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 +50 -51
- package/statistic/interface.js +1 -1
- package/steps/Step.js +1 -1
- package/steps/index.js +1 -1
- package/style/animation/index.less +1 -0
- package/style/animation/keyframes.less +13 -0
- package/style.css +1 -1
- package/suspense-fallback-test/index.js +1 -1
- package/switch/index.js +3 -3
- package/table/ColGroup.js +1 -1
- package/table/Table.js +1 -1
- package/table/constant.js +1 -1
- package/table/context.js +1 -1
- package/table/hook/useColumns.js +1 -1
- package/table/hook/useComponent.js +1 -1
- package/table/hook/useExpand.js +1 -1
- package/table/hook/useRowSelection.js +1 -1
- package/table/hook/useSorter.js +1 -1
- package/table/hook/useStickyClassNames.js +1 -1
- package/table/hook/useStickyOffsets.js +1 -1
- package/table/hook/useThResizable.js +1 -1
- package/table/index.js +1 -1
- package/table/summary/Cell.js +1 -1
- package/table/summary/Row.js +1 -1
- package/table/summary/context.js +1 -1
- package/table/summary/index.js +1 -1
- package/table/tbody/Td.js +1 -1
- package/table/tbody/Tr.js +1 -1
- package/table/tbody/index.js +1 -1
- package/table/tfoot/index.js +1 -1
- package/table/th-resizable/index.js +4 -4
- package/table/thead/Column.js +1 -1
- package/table/thead/index.js +1 -1
- package/table/utils.js +1 -1
- package/tabs/Tab.js +1 -1
- package/tabs/TabContent.js +1 -1
- package/tabs/TabPane.js +1 -1
- package/tabs/hook/useDomSize.js +1 -1
- package/tabs/hook/useHeaderScroll.js +5 -5
- 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 +52 -52
- package/time-picker/RangePicker.js +13 -13
- package/time-picker/TimeColumn.js +4 -2
- package/time-picker/TimePicker.js +46 -45
- package/time-picker/context.js +1 -1
- package/time-picker/index.js +1 -1
- package/time-picker/utils.js +18 -17
- package/timeline/Item.js +1 -1
- package/timeline/Timeline.js +1 -1
- package/timeline/index.js +1 -1
- package/tooltip/index.js +5 -5
- package/tour/index.js +23 -22
- package/transfer/Item.js +1 -1
- package/transfer/List.js +1 -1
- package/transfer/index.js +1 -1
- package/tree/Animation.js +1 -1
- package/tree/Context.js +1 -1
- package/tree/Node.js +1 -1
- package/tree/NodeList.js +12 -12
- package/tree/Tree.js +1 -1
- package/tree/index.js +1 -1
- package/tree/utils.js +1 -1
- package/tree-select/List.js +1 -1
- package/tree-select/Select.js +1 -1
- package/tree-select/hook/useKeyCache.js +1 -1
- package/tree-select/hook/useStateValue.js +1 -1
- package/tree-select/hook/useTreeData.js +1 -1
- package/tree-select/index.js +1 -1
- package/tree-select/interface.js +1 -1
- package/tree-select/utils.js +1 -1
- package/trigger/getPopupStyle.js +18 -18
- package/trigger/index.js +27 -27
- package/types/_common/hooks/index.d.ts +2 -0
- package/types/_common/hooks/use-computed-state/index.d.ts +4 -0
- package/types/_common/hooks/use-create/index.d.ts +2 -0
- package/types/_common/hooks/use-request/src/utils/cache.d.ts +1 -1
- package/types/_common/transition-group/index.d.ts +1 -1
- package/types/_common/utils/compute.d.ts +100 -0
- package/types/_common/utils/dayjs.d.ts +1 -22
- package/types/_common/utils/dom.d.ts +12 -10
- package/types/_common/utils/is.d.ts +3 -1
- package/types/_common/utils/scrollIntoViewIfNeeded.d.ts +9 -66
- package/types/_common/utils/tween.d.ts +2 -2
- package/types/_common/utils/validate.d.ts +2 -2
- package/types/anchor/utils.d.ts +1 -1
- package/types/date-picker/interface.d.ts +6 -1
- package/types/hooks/use-computed-state/index.d.ts +2 -0
- package/types/hooks/use-create/index.d.ts +2 -0
- package/types/time-picker/interface.d.ts +1 -1
- package/types/upload/index.d.ts +1 -1
- package/types/upload/interface.d.ts +1 -1
- package/types/utils/dayjs.d.ts +23 -0
- package/types/version/index.d.ts +1 -1
- package/typography/Base.js +1 -1
- package/typography/EditContent.js +1 -1
- package/typography/Ellipsis.js +9 -9
- package/typography/Operations.js +1 -1
- package/typography/Paragraph.js +1 -1
- package/typography/Text.js +1 -1
- package/typography/Title.js +1 -1
- package/typography/Typography.js +1 -1
- package/typography/index.js +1 -1
- package/typography/useCssEllipsis.js +1 -1
- package/typography/useEllipsis.js +1 -1
- package/upload/TriggerNode.js +1 -1
- package/upload/Upload.js +1 -1
- package/upload/Uploader.js +2 -2
- package/upload/constant.js +1 -1
- package/upload/index.js +1 -1
- package/upload/list/PictureItem.js +28 -28
- package/upload/list/TextItem.js +19 -19
- package/upload/list/UploadProgress.js +26 -26
- package/upload/list/index.js +3 -3
- package/upload/request.js +1 -1
- package/upload/utils.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 +173 -18
- package/utils/dom.js +12 -8
- package/utils/emitter.js +1 -1
- package/utils/fileToURL.js +1 -1
- package/utils/fillNBSP.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 +316 -314
- 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 +1 -1
- package/utils/omit.js +1 -1
- package/utils/pad.js +1 -1
- package/utils/pick.js +1 -1
- package/utils/pinyin.js +1 -1
- package/utils/react19Adapter.js +1 -1
- package/utils/reactDOM.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 +8 -7
- package/utils/setDarkTheme.js +1 -1
- package/utils/setPrimaryColor.js +1 -1
- package/utils/setTheme.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 +4 -5
- package/utils/uuid.js +1 -1
- package/utils/validate.js +13 -15
- 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/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/dist/axios/chunk/CemRDaZ_.js +0 -253
- package/dist/axios/index.js +0 -41
- package/dist/axios/lib/axios.js +0 -1690
- package/dist/tween/chunk/DXM3Ican.js +0 -88
- package/dist/tween/src/tween.js +0 -44
- package/dist/validate/chunk/Buve6GHm.js +0 -50
- package/dist/validate/src/index.js +0 -462
- package/dist/validate/src/utils.js +0 -8
- package/types/_common/transition-group/utils/reflow.d.ts +0 -3
- package/types/upload/request_.d.ts +0 -3
- package/upload/request_.js +0 -64
package/index.js
CHANGED
|
@@ -1,925 +1,931 @@
|
|
|
1
|
-
/* 2025-
|
|
1
|
+
/* 2025-11-03 10:27:46 */
|
|
2
2
|
import { default as u } from "./dist/ui-common/hooks/create-update-effect/index.js";
|
|
3
3
|
import { default as p } from "./dist/ui-common/hooks/use-async-effect/index.js";
|
|
4
4
|
import { default as d } from "./dist/ui-common/hooks/use-boolean/index.js";
|
|
5
5
|
import { default as i } from "./dist/ui-common/hooks/use-click-away/index.js";
|
|
6
|
-
import { default as c } from "./dist/ui-common/hooks/use-
|
|
7
|
-
import { default as C } from "./dist/ui-common/hooks/use-
|
|
8
|
-
import { default as g } from "./dist/ui-common/hooks/use-
|
|
9
|
-
import { default as R } from "./dist/ui-common/hooks/use-
|
|
10
|
-
import { default as b } from "./dist/ui-common/hooks/use-
|
|
11
|
-
import { default as P } from "./dist/ui-common/hooks/use-
|
|
12
|
-
import { default as E } from "./dist/ui-common/hooks/use-
|
|
13
|
-
import { default as v } from "./dist/ui-common/hooks/use-debounce
|
|
14
|
-
import { default as L } from "./dist/ui-common/hooks/use-
|
|
15
|
-
import { default as B } from "./dist/ui-common/hooks/use-
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as U } from "./dist/ui-common/hooks/use-
|
|
19
|
-
import { default as G } from "./dist/ui-common/hooks/use-
|
|
20
|
-
import { default as z } from "./dist/ui-common/hooks/use-
|
|
21
|
-
import { default as H } from "./dist/ui-common/hooks/use-
|
|
22
|
-
import { default as K } from "./dist/ui-common/hooks/use-
|
|
23
|
-
import { default as Q } from "./dist/ui-common/hooks/use-
|
|
24
|
-
import { default as X } from "./dist/ui-common/hooks/use-
|
|
25
|
-
import { default as $ } from "./dist/ui-common/hooks/use-
|
|
26
|
-
import { default as te } from "./dist/ui-common/hooks/use-
|
|
27
|
-
import { default as oe } from "./dist/ui-common/hooks/use-
|
|
28
|
-
import { default as fe } from "./dist/ui-common/hooks/use-
|
|
29
|
-
import { default as ue } from "./dist/ui-common/hooks/use-
|
|
30
|
-
import { default as pe } from "./dist/ui-common/hooks/use-
|
|
31
|
-
import { default as de } from "./dist/ui-common/hooks/use-
|
|
32
|
-
import { default as ie } from "./dist/ui-common/hooks/use-
|
|
33
|
-
import { default as ce
|
|
34
|
-
import { default as
|
|
35
|
-
import { default as ye } from "./dist/ui-common/hooks/use-
|
|
36
|
-
import { default as he } from "./dist/ui-common/hooks/use-
|
|
37
|
-
import { default as Ie } from "./dist/ui-common/hooks/use-
|
|
38
|
-
import { default as De } from "./dist/ui-common/hooks/use-
|
|
39
|
-
import { default as ke } from "./dist/ui-common/hooks/use-
|
|
40
|
-
import { default as Ae } from "./dist/ui-common/hooks/use-
|
|
41
|
-
import { default as Oe } from "./dist/ui-common/hooks/use-
|
|
42
|
-
import { default as
|
|
43
|
-
import { default as
|
|
44
|
-
import { default as Ve } from "./dist/ui-common/hooks/use-
|
|
45
|
-
import { default as We } from "./dist/ui-common/hooks/use-
|
|
46
|
-
import { default as _e } from "./dist/ui-common/hooks/use-raf-
|
|
47
|
-
import { default as je } from "./dist/ui-common/hooks/use-
|
|
48
|
-
import { default as qe } from "./dist/ui-common/hooks/use-
|
|
49
|
-
import {
|
|
50
|
-
import { default as Je } from "./dist/ui-common/hooks/use-
|
|
51
|
-
import {
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as ot } from "./dist/ui-common/hooks/use-
|
|
54
|
-
import { default as ft } from "./dist/ui-common/hooks/use-
|
|
55
|
-
import { default as ut } from "./dist/ui-common/hooks/use-
|
|
56
|
-
import { default as pt } from "./dist/ui-common/hooks/use-
|
|
57
|
-
import { default as dt
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as St } from "./dist/ui-common/hooks/use-
|
|
60
|
-
import { default as Tt } from "./dist/ui-common/hooks/use-
|
|
61
|
-
import { default as yt } from "./dist/ui-common/hooks/use-
|
|
62
|
-
import { default as ht } from "./dist/ui-common/hooks/use-throttle
|
|
63
|
-
import { default as It } from "./dist/ui-common/hooks/use-
|
|
64
|
-
import { default as Dt } from "./dist/ui-common/hooks/use-
|
|
65
|
-
import { default as kt } from "./dist/ui-common/hooks/use-
|
|
66
|
-
import { default as At } from "./dist/ui-common/hooks/use-
|
|
67
|
-
import { default as Ot } from "./dist/ui-common/hooks/use-
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as Gt } from "./dist/ui-common/hooks/use-update
|
|
72
|
-
import { default as zt } from "./dist/ui-common/hooks/use-
|
|
73
|
-
import { default as Ht } from "./dist/ui-common/hooks/use-
|
|
74
|
-
import { default as Kt } from "./dist/ui-common/hooks/use-
|
|
75
|
-
import { default as Qt } from "./dist/ui-common/hooks/use-
|
|
76
|
-
import { default as Xt } from "./dist/ui-common/hooks/use-
|
|
77
|
-
import { default as $t } from "./dist/ui-common/hooks/use-
|
|
78
|
-
import { default as ta } from "./dist/ui-common/hooks/use-
|
|
79
|
-
import { default as oa } from "./dist/ui-common/hooks/use-
|
|
80
|
-
import { default as fa } from "./dist/ui-common/hooks/use-
|
|
81
|
-
import { default as ua } from "./dist/ui-common/hooks/use-
|
|
82
|
-
import { default as pa } from "./dist/ui-common/hooks/use-
|
|
83
|
-
import { default as da } from "./dist/ui-common/hooks/use-
|
|
84
|
-
import { default as ia } from "./dist/ui-common/hooks/use-
|
|
85
|
-
import { default as ca } from "./dist/ui-common/hooks/use-
|
|
86
|
-
import { default as Ca } from "./dist/ui-common/hooks/use-
|
|
87
|
-
import { default as ga } from "./dist/ui-common/hooks/use-
|
|
88
|
-
import { default as Ra } from "./dist/ui-common/hooks/use-
|
|
89
|
-
import { default as ba } from "./dist/ui-common/hooks/use-
|
|
90
|
-
import { default as Pa } from "./dist/ui-common/hooks/use-
|
|
91
|
-
import { default as Ea } from "./dist/ui-common/hooks/use-
|
|
92
|
-
import { default as va } from "./dist/ui-common/hooks/use-
|
|
93
|
-
import { default as La } from "./dist/ui-common/hooks/use-
|
|
94
|
-
import { default as Ba } from "./dist/ui-common/hooks/use-
|
|
95
|
-
import {
|
|
96
|
-
import {
|
|
97
|
-
import {
|
|
98
|
-
import {
|
|
99
|
-
import {
|
|
100
|
-
import {
|
|
101
|
-
import {
|
|
6
|
+
import { default as c } from "./dist/ui-common/hooks/use-computed-state/index.js";
|
|
7
|
+
import { default as C } from "./dist/ui-common/hooks/use-controllable-value/index.js";
|
|
8
|
+
import { default as g } from "./dist/ui-common/hooks/use-cookie-state/index.js";
|
|
9
|
+
import { default as R } from "./dist/ui-common/hooks/use-count-down/index.js";
|
|
10
|
+
import { default as b } from "./dist/ui-common/hooks/use-counter/index.js";
|
|
11
|
+
import { default as P } from "./dist/ui-common/hooks/use-create/index.js";
|
|
12
|
+
import { default as E } from "./dist/ui-common/hooks/use-creation/index.js";
|
|
13
|
+
import { default as v } from "./dist/ui-common/hooks/use-debounce/index.js";
|
|
14
|
+
import { default as L } from "./dist/ui-common/hooks/use-debounce-effect/index.js";
|
|
15
|
+
import { default as B } from "./dist/ui-common/hooks/use-debounce-fn/index.js";
|
|
16
|
+
import { default as F } from "./dist/ui-common/hooks/use-deep-compare-effect/index.js";
|
|
17
|
+
import { default as N } from "./dist/ui-common/hooks/use-deep-compare-layout-effect/index.js";
|
|
18
|
+
import { default as U } from "./dist/ui-common/hooks/use-document-visibility/index.js";
|
|
19
|
+
import { default as G } from "./dist/ui-common/hooks/use-drag/index.js";
|
|
20
|
+
import { default as z } from "./dist/ui-common/hooks/use-drop/index.js";
|
|
21
|
+
import { default as H } from "./dist/ui-common/hooks/use-event-listener/index.js";
|
|
22
|
+
import { default as K } from "./dist/ui-common/hooks/use-event-target/index.js";
|
|
23
|
+
import { default as Q } from "./dist/ui-common/hooks/use-external/index.js";
|
|
24
|
+
import { default as X } from "./dist/ui-common/hooks/use-favicon/index.js";
|
|
25
|
+
import { default as $ } from "./dist/ui-common/hooks/use-focus-within/index.js";
|
|
26
|
+
import { default as te } from "./dist/ui-common/hooks/use-fullscreen/index.js";
|
|
27
|
+
import { default as oe } from "./dist/ui-common/hooks/use-get-state/index.js";
|
|
28
|
+
import { default as fe } from "./dist/ui-common/hooks/use-history-travel/index.js";
|
|
29
|
+
import { default as ue } from "./dist/ui-common/hooks/use-hover/index.js";
|
|
30
|
+
import { default as pe } from "./dist/ui-common/hooks/use-in-viewport/index.js";
|
|
31
|
+
import { default as de } from "./dist/ui-common/hooks/use-infinite-scroll/index.js";
|
|
32
|
+
import { default as ie } from "./dist/ui-common/hooks/use-interval/index.js";
|
|
33
|
+
import { default as ce } from "./dist/ui-common/hooks/use-isomorphic-layout-effect/index.js";
|
|
34
|
+
import { default as Ce } from "./dist/ui-common/hooks/use-key-press/index.js";
|
|
35
|
+
import { default as ge, default as ye } from "./dist/ui-common/hooks/use-latest/index.js";
|
|
36
|
+
import { default as he } from "./dist/ui-common/hooks/use-local-storage-state/index.js";
|
|
37
|
+
import { default as Ie } from "./dist/ui-common/hooks/use-lock-fn/index.js";
|
|
38
|
+
import { default as De } from "./dist/ui-common/hooks/use-long-press/index.js";
|
|
39
|
+
import { default as ke } from "./dist/ui-common/hooks/use-memoized-fn/index.js";
|
|
40
|
+
import { default as Ae } from "./dist/ui-common/hooks/use-mount/index.js";
|
|
41
|
+
import { default as Oe } from "./dist/ui-common/hooks/use-mouse/index.js";
|
|
42
|
+
import { default as we } from "./dist/ui-common/hooks/use-mutation-observer/index.js";
|
|
43
|
+
import { default as Me } from "./dist/ui-common/hooks/use-network/index.js";
|
|
44
|
+
import { default as Ve } from "./dist/ui-common/hooks/use-pagination/index.js";
|
|
45
|
+
import { default as We } from "./dist/ui-common/hooks/use-previous/index.js";
|
|
46
|
+
import { default as _e } from "./dist/ui-common/hooks/use-raf-interval/index.js";
|
|
47
|
+
import { default as je } from "./dist/ui-common/hooks/use-raf-state/index.js";
|
|
48
|
+
import { default as qe } from "./dist/ui-common/hooks/use-raf-timeout/index.js";
|
|
49
|
+
import { default as Ye } from "./dist/ui-common/hooks/use-reactive/index.js";
|
|
50
|
+
import { default as Je } from "./dist/ui-common/hooks/use-request/src/useRequest.js";
|
|
51
|
+
import { clearCache as Ze } from "./dist/ui-common/hooks/use-request/src/utils/cache.js";
|
|
52
|
+
import { default as et } from "./dist/ui-common/hooks/use-reset-state/index.js";
|
|
53
|
+
import { configResponsive as at, default as ot } from "./dist/ui-common/hooks/use-responsive/index.js";
|
|
54
|
+
import { default as ft } from "./dist/ui-common/hooks/use-safe-state/index.js";
|
|
55
|
+
import { default as ut } from "./dist/ui-common/hooks/use-scroll/index.js";
|
|
56
|
+
import { default as pt } from "./dist/ui-common/hooks/use-selections/index.js";
|
|
57
|
+
import { default as dt } from "./dist/ui-common/hooks/use-session-storage-state/index.js";
|
|
58
|
+
import { default as it } from "./dist/ui-common/hooks/use-set-state/index.js";
|
|
59
|
+
import { default as ct, default as St } from "./dist/ui-common/hooks/use-size/index.js";
|
|
60
|
+
import { default as Tt } from "./dist/ui-common/hooks/use-text-selection/index.js";
|
|
61
|
+
import { default as yt } from "./dist/ui-common/hooks/use-theme/index.js";
|
|
62
|
+
import { default as ht } from "./dist/ui-common/hooks/use-throttle/index.js";
|
|
63
|
+
import { default as It } from "./dist/ui-common/hooks/use-throttle-effect/index.js";
|
|
64
|
+
import { default as Dt } from "./dist/ui-common/hooks/use-throttle-fn/index.js";
|
|
65
|
+
import { default as kt } from "./dist/ui-common/hooks/use-timeout/index.js";
|
|
66
|
+
import { default as At } from "./dist/ui-common/hooks/use-title/index.js";
|
|
67
|
+
import { default as Ot } from "./dist/ui-common/hooks/use-toggle/index.js";
|
|
68
|
+
import { default as wt } from "./dist/ui-common/hooks/use-tracked-effect/index.js";
|
|
69
|
+
import { default as Mt } from "./dist/ui-common/hooks/use-unmount/index.js";
|
|
70
|
+
import { default as Vt } from "./dist/ui-common/hooks/use-unmounted-ref/index.js";
|
|
71
|
+
import { default as Wt, default as Gt } from "./dist/ui-common/hooks/use-update/index.js";
|
|
72
|
+
import { default as zt } from "./dist/ui-common/hooks/use-update-effect/index.js";
|
|
73
|
+
import { default as Ht } from "./dist/ui-common/hooks/use-update-layout-effect/index.js";
|
|
74
|
+
import { default as Kt } from "./dist/ui-common/hooks/use-url-state/index.js";
|
|
75
|
+
import { default as Qt } from "./dist/ui-common/hooks/use-virtual-list/index.js";
|
|
76
|
+
import { default as Xt } from "./dist/ui-common/hooks/use-web-socket/index.js";
|
|
77
|
+
import { default as $t } from "./dist/ui-common/hooks/use-why-did-you-update/index.js";
|
|
78
|
+
import { default as ta } from "./dist/ui-common/hooks/use-id/index.js";
|
|
79
|
+
import { default as oa } from "./dist/ui-common/hooks/use-in-view/index.js";
|
|
80
|
+
import { default as fa } from "./dist/ui-common/hooks/use-intersection-observer/index.js";
|
|
81
|
+
import { default as ua } from "./dist/ui-common/hooks/use-is-first-render/index.js";
|
|
82
|
+
import { default as pa } from "./dist/ui-common/hooks/use-keyboard-event/index.js";
|
|
83
|
+
import { default as da } from "./dist/ui-common/hooks/use-listen-window-resize/index.js";
|
|
84
|
+
import { default as ia } from "./dist/ui-common/hooks/use-media/index.js";
|
|
85
|
+
import { default as ca } from "./dist/ui-common/hooks/use-merge-props/index.js";
|
|
86
|
+
import { default as Ca } from "./dist/ui-common/hooks/use-merge-value/index.js";
|
|
87
|
+
import { default as ga } from "./dist/ui-common/hooks/use-online-status/index.js";
|
|
88
|
+
import { default as Ra } from "./dist/ui-common/hooks/use-overflow-hidden/index.js";
|
|
89
|
+
import { default as ba } from "./dist/ui-common/hooks/use-override-ref/index.js";
|
|
90
|
+
import { default as Pa } from "./dist/ui-common/hooks/use-persist-callback/index.js";
|
|
91
|
+
import { default as Ea } from "./dist/ui-common/hooks/use-prefers-color-scheme-dark/index.js";
|
|
92
|
+
import { default as va } from "./dist/ui-common/hooks/use-refs/index.js";
|
|
93
|
+
import { default as La } from "./dist/ui-common/hooks/use-state-callback/index.js";
|
|
94
|
+
import { default as Ba } from "./dist/ui-common/hooks/use-state-with-promise/index.js";
|
|
95
|
+
import { default as Fa } from "./dist/ui-common/hooks/use-watch/index.js";
|
|
96
|
+
import { default as Na } from "./dist/ui-common/hooks/use-window-size/index.js";
|
|
97
|
+
import { useVerificationCode as Ua } from "./hooks/use-verification-code/index.js";
|
|
98
|
+
import { useWatermark as Ga } from "./hooks/use-watermark/index.js";
|
|
99
|
+
import { default as za } from "@unicom-cloud/utils/case-name";
|
|
100
|
+
import { default as Ha } from "@unicom-cloud/utils/class-name";
|
|
101
|
+
import { newArray as Ka, pickTriggerPropsFromRest as Ya } from "./utils/constant.js";
|
|
102
|
+
import { ContextHolderElement as Ja } from "./utils/contextHolder.js";
|
|
103
|
+
import { default as Za, default as $a } from "@unicom-cloud/utils/clipboard-copy";
|
|
102
104
|
export * from "@unicom-cloud/utils/date";
|
|
103
|
-
import {
|
|
104
|
-
import { contains 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 { isClassComponent as
|
|
114
|
-
import { isArguments as
|
|
105
|
+
import { formatValue as ao, getDayjsValue as oo, getNow as ro, getRealTime as fo, getSortedDayjsArray as so, getTimeFormat as uo, getValueWithTime as lo, isDayjsArrayChange as po, isDayjsChange as mo, isValidTimeString as xo, methods as io, timezoneToOffset as no, toLocal as co, toTimezone as So } from "./utils/dayjs.js";
|
|
106
|
+
import { contains as To, getBodyContainer as go, getScrollElements as yo, isScrollElement as Ro, off as ho, on as bo, parentContainsChildren as Io } from "./dist/ui-common/utils/dom.js";
|
|
107
|
+
import { default as Do } from "@unicom-cloud/utils/emitter";
|
|
108
|
+
import { default as ko } from "@unicom-cloud/utils/file/fileToURL";
|
|
109
|
+
import { default as Ao } from "./dist/ui-common/utils/fillNBSP.js";
|
|
110
|
+
import { default as Oo } from "./dist/ui-common/utils/getHighlightText.js";
|
|
111
|
+
import { default as wo } from "./dist/ui-common/utils/getHotkeyHandler.js";
|
|
112
|
+
import { default as Mo } from "./dist/ui-common/utils/getStringLength.js";
|
|
113
|
+
import { default as Vo } from "./dist/ui-common/utils/include.js";
|
|
114
|
+
import { default as Wo } from "lodash/throttle";
|
|
115
|
+
import { isClassComponent as _o, isDOMElement as zo, isEmptyReactNode as jo, isExist as Ho, isForwardRefReact as qo, isNullOrUndefined as Ko, isReact18 as Yo, isReact19 as Qo, isReactComponent as Jo, isServerRendering as Xo, isWindow as Zo, supportRef as $o } from "./dist/ui-common/utils/is.js";
|
|
116
|
+
import { isArguments as tr, isArray as ar, isArrayBuffer as or, isArrayLike as rr, isArrayLikeObject as fr, isBlob as sr, isBoolean as ur, isBuffer as lr, isColor as pr, isColor2 as mr, isDate as dr, isElement as xr, isEmpty as ir, isEmptyArray as nr, isEmptyObject as cr, isEmptyValue as Sr, isEqual as Cr, isEqualWith as Tr, isError as gr, isFile as yr, isFinite as Rr, isFunction as hr, isInteger as br, isJSON as Ir, isLength as Pr, isMap as Dr, isMatch as Er, isMatchWith as kr, isNaN as vr, isNative as Ar, isNil as Lr, isNull as Or, isNumber as Br, isObject as wr, isObjectLike as Fr, isPlainObject as Mr, isPromise as Nr, isReadableByteStreamControllerSupported as Vr, isReadableStream as Ur, isReadableStreamDefaultControllerSupported as Wr, isReadableStreamSupported as Gr, isReadableStreamSymbolAsyncIteratorSupported as _r, isRegExp as zr, isSafeInteger as jr, isSet as Hr, isString as qr, isSymbol as Kr, isTypedArray as Yr, isUndefined as Qr, isValidColor as Jr, isWeakMap as Xr, isWeakSet as Zr } from "@unicom-cloud/utils/is";
|
|
115
117
|
import * as e from "./utils/is.js";
|
|
116
|
-
import { default as
|
|
117
|
-
import { default as
|
|
118
|
-
import { default as
|
|
119
|
-
import { default as
|
|
120
|
-
import { default as
|
|
121
|
-
import { default as
|
|
122
|
-
import { default as
|
|
123
|
-
import { default as
|
|
124
|
-
import { default as
|
|
125
|
-
import { default as
|
|
126
|
-
import { default as
|
|
127
|
-
import { default as
|
|
128
|
-
import { default as
|
|
129
|
-
import { default as
|
|
130
|
-
import { default as
|
|
131
|
-
import { default as
|
|
132
|
-
import { default as
|
|
133
|
-
import { default as
|
|
134
|
-
import { default as
|
|
135
|
-
import { default as
|
|
136
|
-
import { default as
|
|
137
|
-
import { default as
|
|
138
|
-
import { default as
|
|
139
|
-
import { default as
|
|
140
|
-
import { default as
|
|
141
|
-
import { default as
|
|
142
|
-
import { default as
|
|
143
|
-
import { default as
|
|
144
|
-
import { default as
|
|
145
|
-
import { default as
|
|
146
|
-
import { default as
|
|
147
|
-
import { default as
|
|
148
|
-
import { default as
|
|
149
|
-
import { default as
|
|
150
|
-
import { default as
|
|
151
|
-
import { default as
|
|
152
|
-
import { 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 { 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 { div as
|
|
175
|
-
import { default as
|
|
176
|
-
import { default as
|
|
177
|
-
import { COMPONENT_NAMES as
|
|
178
|
-
import { default as
|
|
179
|
-
import { padEnd as
|
|
180
|
-
import { default as
|
|
181
|
-
import { default as
|
|
182
|
-
import { callbackOriginRef as
|
|
183
|
-
import { responsiveArray as
|
|
184
|
-
import { default as
|
|
185
|
-
import { default as
|
|
186
|
-
import {
|
|
187
|
-
import { removeDarkTheme as
|
|
188
|
-
import { setPrimaryColor as
|
|
189
|
-
import { setTheme as
|
|
190
|
-
import { fixedWidth as
|
|
191
|
-
import { default as
|
|
192
|
-
import { default as
|
|
193
|
-
import { findNodeBy as
|
|
194
|
-
import {
|
|
195
|
-
import {
|
|
196
|
-
import {
|
|
197
|
-
import {
|
|
198
|
-
import { d as Ol, d as Bl, d as Fl } from "./dist/validate/chunk/Buve6GHm.js";
|
|
199
|
-
import { mergeTemplate as Nl } from "./dist/validate/src/utils.js";
|
|
200
|
-
import { default as Vl } from "./dist/ui-common/utils/warning.js";
|
|
118
|
+
import { default as ef } from "lodash/assign";
|
|
119
|
+
import { default as af } from "lodash/assignIn";
|
|
120
|
+
import { default as rf } from "lodash/at";
|
|
121
|
+
import { default as sf } from "lodash/camelCase";
|
|
122
|
+
import { default as lf } from "lodash/capitalize";
|
|
123
|
+
import { default as mf } from "lodash/castArray";
|
|
124
|
+
import { default as xf } from "lodash/chain";
|
|
125
|
+
import { default as cf } from "lodash/chunk";
|
|
126
|
+
import { default as Cf } from "lodash/clone";
|
|
127
|
+
import { default as gf } from "lodash/cloneDeep";
|
|
128
|
+
import { default as Rf } from "lodash/cloneDeepWith";
|
|
129
|
+
import { default as bf } from "lodash/cloneWith";
|
|
130
|
+
import { default as Pf } from "lodash/compact";
|
|
131
|
+
import { default as Ef } from "lodash/curry";
|
|
132
|
+
import { default as vf } from "lodash/debounce";
|
|
133
|
+
import { default as Lf } from "lodash/defaults";
|
|
134
|
+
import { default as Bf } from "lodash/defaultsDeep";
|
|
135
|
+
import { default as Ff } from "lodash/defaultTo";
|
|
136
|
+
import { default as Nf } from "lodash/difference";
|
|
137
|
+
import { default as Uf } from "lodash/escape";
|
|
138
|
+
import { default as Gf } from "lodash/findKey";
|
|
139
|
+
import { default as zf } from "lodash/flattenDeep";
|
|
140
|
+
import { default as Hf } from "lodash/flow";
|
|
141
|
+
import { default as Kf } from "lodash/get";
|
|
142
|
+
import { default as Qf } from "lodash/groupBy";
|
|
143
|
+
import { default as Xf } from "lodash/has";
|
|
144
|
+
import { default as $f } from "lodash/intersection";
|
|
145
|
+
import { default as ts } from "lodash/invert";
|
|
146
|
+
import { default as os } from "lodash/invertBy";
|
|
147
|
+
import { default as fs } from "lodash/kebabCase";
|
|
148
|
+
import { default as us } from "lodash/mean";
|
|
149
|
+
import { default as ps } from "lodash/memoize";
|
|
150
|
+
import { default as ds } from "lodash/merge";
|
|
151
|
+
import { default as is } from "lodash/mergeWith";
|
|
152
|
+
import { default as cs } from "lodash/orderBy";
|
|
153
|
+
import { default as Cs } from "lodash/partition";
|
|
154
|
+
import { default as gs } from "lodash/pullAll";
|
|
155
|
+
import { default as Rs } from "lodash/result";
|
|
156
|
+
import { default as bs } from "lodash/sample";
|
|
157
|
+
import { default as Ps } from "lodash/sampleSize";
|
|
158
|
+
import { default as Es } from "lodash/set";
|
|
159
|
+
import { default as vs } from "lodash/setWith";
|
|
160
|
+
import { default as Ls } from "lodash/shuffle";
|
|
161
|
+
import { default as Bs } from "lodash/snakeCase";
|
|
162
|
+
import { default as Fs } from "lodash/startCase";
|
|
163
|
+
import { default as Ns } from "lodash/toPath";
|
|
164
|
+
import { default as Us } from "lodash/truncate";
|
|
165
|
+
import { default as Gs } from "lodash/union";
|
|
166
|
+
import { default as zs } from "lodash/uniq";
|
|
167
|
+
import { default as Hs } from "lodash/uniqueId";
|
|
168
|
+
import { default as Ks } from "lodash/unset";
|
|
169
|
+
import { default as Qs } from "lodash/update";
|
|
170
|
+
import { default as Xs } from "lodash/updateWith";
|
|
171
|
+
import { default as $s } from "lodash/upperCase";
|
|
172
|
+
import { default as tu } from "lodash/upperFirst";
|
|
173
|
+
import { default as ou } from "lodash/without";
|
|
174
|
+
import { default as fu } from "lodash/xor";
|
|
175
|
+
import { default as uu } from "lodash/zip";
|
|
176
|
+
import { div as pu, default as mu, minus as du, plus as xu, times as iu } from "@unicom-cloud/utils/math";
|
|
177
|
+
import { default as cu } from "./dist/ui-common/utils/mergedToString.js";
|
|
178
|
+
import { default as Cu } from "./dist/ui-common/utils/mergeProps.js";
|
|
179
|
+
import { COMPONENT_NAMES as gu } from "./utils/names.js";
|
|
180
|
+
import { default as Ru } from "./dist/ui-common/utils/omit.js";
|
|
181
|
+
import { padEnd as bu, padStart as Iu } from "./dist/ui-common/utils/pad.js";
|
|
182
|
+
import { default as Du, pickDataAttributes as Eu } from "./dist/ui-common/utils/pick.js";
|
|
183
|
+
import { default as vu } from "@unicom-cloud/utils/pinyin";
|
|
184
|
+
import { callbackOriginRef as Lu, findDOMNode as Ou } from "./dist/ui-common/utils/reactDOM.js";
|
|
185
|
+
import { responsiveArray as wu, responsiveMap as Fu, responsiveObserve as Mu } from "./utils/responsiveObserve.js";
|
|
186
|
+
import { default as Vu } from "@unicom-cloud/utils/file/saveAs";
|
|
187
|
+
import { default as Wu } from "@unicom-cloud/utils/screenfull";
|
|
188
|
+
import { default as _u, scrollIntoViewNative as zu } from "./dist/ui-common/utils/scrollIntoViewIfNeeded.js";
|
|
189
|
+
import { removeDarkTheme as Hu, setDarkTheme as qu } from "./utils/setDarkTheme.js";
|
|
190
|
+
import { setPrimaryColor as Yu } from "./utils/setPrimaryColor.js";
|
|
191
|
+
import { setTheme as Ju } from "./utils/setTheme.js";
|
|
192
|
+
import { fixedWidth as Zu, getStyle as $u, setTransformStyle as el } from "./dist/ui-common/utils/style.js";
|
|
193
|
+
import { default as al } from "./dist/ui-common/utils/throttleByRaf.js";
|
|
194
|
+
import { default as rl } from "./dist/ui-common/utils/toArray.js";
|
|
195
|
+
import { findNodeBy as sl, getChildWithParentBy as ul, getItemBy as ll, getItemBy2 as pl, getItemBy3 as ml, getItemByID as dl, getLabelFromDictionaryByValue as xl, searchTree as il, default as nl } from "@unicom-cloud/utils/tree";
|
|
196
|
+
import { default as Sl, easing as Cl } from "@unicom-cloud/utils/tween";
|
|
197
|
+
import { v4 as gl, v4 as yl } from "uuid";
|
|
198
|
+
import { ArrayValidator as hl, BooleanValidator as bl, CustomValidator as Il, DefaultValidateMessage as Pl, NumberValidator as Dl, ObjectValidator as El, Schema as kl, StringValidator as vl, TypeValidator as Al, defaultValidateLocale as Ll, enUSValidateLocale as Ol, mergeTemplate as Bl, default as wl, zhCNValidateLocale as Fl } from "@unicom-cloud/utils/validate";
|
|
199
|
+
import { default as Nl } from "./dist/ui-common/utils/warning.js";
|
|
201
200
|
import * as t from "@unicom-cloud/utils/constant/keyboardCode";
|
|
202
|
-
import { default as
|
|
203
|
-
import { default as
|
|
204
|
-
import { default as
|
|
205
|
-
import { findNode as
|
|
206
|
-
import { default as
|
|
207
|
-
import { default as
|
|
208
|
-
import { default as
|
|
209
|
-
import { default as
|
|
210
|
-
import { BADGE_COLORS as
|
|
211
|
-
import { default as
|
|
212
|
-
import { BUTTON_STATUS 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 { ConfigConsumer as
|
|
223
|
-
import { default as
|
|
224
|
-
import { default as
|
|
225
|
-
import { default as
|
|
226
|
-
import { default as
|
|
227
|
-
import { default as
|
|
228
|
-
import { default as
|
|
229
|
-
import { default as
|
|
230
|
-
import { default as
|
|
231
|
-
import { default as
|
|
232
|
-
import { default as
|
|
233
|
-
import { 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 { default as
|
|
244
|
-
import { default as
|
|
245
|
-
import { default as
|
|
246
|
-
import { default as
|
|
247
|
-
import { default as
|
|
248
|
-
import { default as
|
|
249
|
-
import { default as
|
|
250
|
-
import { default as
|
|
251
|
-
import { default as
|
|
252
|
-
import { default as
|
|
253
|
-
import { default as
|
|
254
|
-
import { default as
|
|
255
|
-
import { default as
|
|
201
|
+
import { default as Ul } from "./affix/index.js";
|
|
202
|
+
import { default as Gl } from "./alert/index.js";
|
|
203
|
+
import { default as zl } from "./anchor/Anchor.js";
|
|
204
|
+
import { findNode as Hl } from "./anchor/utils.js";
|
|
205
|
+
import { default as Kl } from "./app/index.js";
|
|
206
|
+
import { default as Ql, AutoCompleteOptGroup as Jl, AutoCompleteOption as Xl } from "./auto-complete/index.js";
|
|
207
|
+
import { default as $l } from "./avatar/index.js";
|
|
208
|
+
import { default as tp } from "./back-top/index.js";
|
|
209
|
+
import { BADGE_COLORS as op, BADGE_STATUS as rp, default as fp } from "./badge/index.js";
|
|
210
|
+
import { default as up } from "./breadcrumb/index.js";
|
|
211
|
+
import { BUTTON_STATUS as pp, BUTTON_TYPE as mp, default as dp } from "./button/index.js";
|
|
212
|
+
import { default as ip } from "./calendar/index.js";
|
|
213
|
+
import { default as cp } from "./card/index.js";
|
|
214
|
+
import { default as Cp } from "./carousel/index.js";
|
|
215
|
+
import { default as gp } from "./cascader/Cascader.js";
|
|
216
|
+
import { default as Rp } from "./checkbox/Checkbox.js";
|
|
217
|
+
import { default as bp } from "./checkbox/Group.js";
|
|
218
|
+
import { default as Pp } from "./collapse/Collapse.js";
|
|
219
|
+
import { default as Ep } from "./color-picker/index.js";
|
|
220
|
+
import { default as vp } from "./comment/index.js";
|
|
221
|
+
import { ConfigConsumer as Lp, default as Op } from "./config-provider/ConfigProvider.js";
|
|
222
|
+
import { default as wp } from "./copy/index.js";
|
|
223
|
+
import { default as Mp, default as Np } from "./countdown/index.js";
|
|
224
|
+
import { default as Up, DatePickerMonth as Wp, DatePickerQuarter as Gp, DatePickerWeek as _p, DatePickerYear as zp } from "./date-picker/index.js";
|
|
225
|
+
import { default as Hp } from "./descriptions/index.js";
|
|
226
|
+
import { default as Kp } from "./details/index.js";
|
|
227
|
+
import { default as Qp } from "./development/index.js";
|
|
228
|
+
import { default as Xp, DividerVertical as Zp } from "./divider/index.js";
|
|
229
|
+
import { default as em } from "./drawer/Drawer.js";
|
|
230
|
+
import { default as am } from "./dropdown/index.js";
|
|
231
|
+
import { default as rm } from "./empty/index.js";
|
|
232
|
+
import { default as sm, FlexVertical as um } from "./flex/index.js";
|
|
233
|
+
import { default as pm } from "./form/index.js";
|
|
234
|
+
import { default as dm } from "./grid/index.js";
|
|
235
|
+
import { default as im } from "./icon/index.js";
|
|
236
|
+
import { default as cm } from "./icon-hover/index.js";
|
|
237
|
+
import { default as Cm } from "./icons/file/index.js";
|
|
238
|
+
import { default as gm } from "./image/Image.js";
|
|
239
|
+
import { default as Rm } from "./input/Input.js";
|
|
240
|
+
import { default as bm } from "./input-number/index.js";
|
|
241
|
+
import { default as Pm } from "./input-tag/InputTag.js";
|
|
242
|
+
import { default as Em } from "./layout/index.js";
|
|
243
|
+
import { default as vm } from "./link/index.js";
|
|
244
|
+
import { default as Lm } from "./liquid-fill/index.js";
|
|
245
|
+
import { default as Bm } from "./list/index.js";
|
|
246
|
+
import { default as Fm } from "./loading/index.js";
|
|
247
|
+
import { default as Nm } from "./marquee/index.js";
|
|
248
|
+
import { default as Um } from "./mentions/index.js";
|
|
249
|
+
import { default as Gm } from "./menu/Menu.js";
|
|
250
|
+
import { default as zm } from "./message/index.js";
|
|
251
|
+
import { default as Hm } from "./modal/Modal.js";
|
|
252
|
+
import { default as Km } from "./notification/index.js";
|
|
253
|
+
import { default as Qm } from "./overflow-ellipsis/index.js";
|
|
254
|
+
import { default as Xm } from "./page-header/index.js";
|
|
256
255
|
import "./pagination/PageOption.js";
|
|
257
|
-
import { default as
|
|
258
|
-
import { default as
|
|
259
|
-
import { default as
|
|
260
|
-
import { default as
|
|
261
|
-
import { default as
|
|
262
|
-
import { default as
|
|
263
|
-
import { default as
|
|
264
|
-
import { default as
|
|
265
|
-
import { default as
|
|
266
|
-
import { default as
|
|
267
|
-
import { default as
|
|
268
|
-
import { default as
|
|
269
|
-
import { default as
|
|
270
|
-
import { default as
|
|
271
|
-
import { default as
|
|
272
|
-
import { default as
|
|
273
|
-
import { default as
|
|
274
|
-
import { default as
|
|
275
|
-
import { default as
|
|
276
|
-
import { default as
|
|
277
|
-
import { default as
|
|
278
|
-
import { default as
|
|
279
|
-
import { default as
|
|
280
|
-
import { default as
|
|
281
|
-
import { default as
|
|
282
|
-
import { default as
|
|
283
|
-
import { default as
|
|
284
|
-
import { TAG_COLORS as
|
|
285
|
-
import { default as
|
|
286
|
-
import { default as
|
|
287
|
-
import { default as
|
|
288
|
-
import { default as
|
|
289
|
-
import { default as
|
|
290
|
-
import { default as
|
|
291
|
-
import { default as
|
|
292
|
-
import { default as
|
|
293
|
-
import { default as
|
|
294
|
-
import { default as
|
|
295
|
-
import { STATUS as
|
|
296
|
-
import { default as
|
|
297
|
-
import { VERSION as
|
|
298
|
-
import { default as
|
|
299
|
-
import { default as
|
|
300
|
-
import { default as
|
|
301
|
-
import { default as
|
|
302
|
-
import { default as
|
|
303
|
-
import { default as
|
|
304
|
-
import { default as
|
|
305
|
-
import { default as
|
|
306
|
-
import { default as
|
|
307
|
-
import { default as
|
|
308
|
-
import { default as
|
|
309
|
-
import { default as
|
|
310
|
-
import { default as
|
|
311
|
-
import { default as
|
|
312
|
-
import { default as
|
|
313
|
-
import { default as
|
|
314
|
-
import { default as
|
|
315
|
-
import { default as
|
|
316
|
-
import { default as
|
|
317
|
-
import { default as
|
|
318
|
-
import { default as
|
|
319
|
-
import { default as
|
|
320
|
-
import { default as
|
|
321
|
-
import { default as
|
|
322
|
-
import { default as
|
|
323
|
-
import { default as
|
|
324
|
-
import { default as
|
|
325
|
-
import { default as
|
|
326
|
-
import { default as
|
|
327
|
-
import { default as
|
|
328
|
-
import { default as
|
|
329
|
-
import { default as
|
|
330
|
-
import { default as
|
|
331
|
-
import { default as
|
|
332
|
-
import { default as
|
|
333
|
-
import { default as
|
|
334
|
-
import { default as
|
|
335
|
-
import { default as
|
|
336
|
-
import { default as
|
|
337
|
-
import { default as
|
|
338
|
-
import { default as
|
|
339
|
-
import { default as
|
|
340
|
-
import { default as
|
|
341
|
-
import { default as
|
|
342
|
-
import { default as
|
|
343
|
-
import { default as
|
|
344
|
-
import { default as
|
|
345
|
-
import { default as
|
|
346
|
-
import { default as
|
|
347
|
-
import { default as
|
|
348
|
-
import { default as
|
|
256
|
+
import { default as $m } from "./pagination/Pagination.js";
|
|
257
|
+
import { default as td } from "./popconfirm/index.js";
|
|
258
|
+
import { default as od } from "./popover/index.js";
|
|
259
|
+
import { default as fd } from "./portal/index.js";
|
|
260
|
+
import { default as ud } from "./progress/index.js";
|
|
261
|
+
import { default as pd } from "./qr-code/index.js";
|
|
262
|
+
import { default as dd } from "./radio/Radio.js";
|
|
263
|
+
import { default as id, RadioGroupContext as nd } from "./radio/Group.js";
|
|
264
|
+
import { default as Sd } from "./rate/index.js";
|
|
265
|
+
import { default as Td } from "./resize-box/index.js";
|
|
266
|
+
import { default as yd } from "./result/index.js";
|
|
267
|
+
import { default as hd } from "./rich-text/index.js";
|
|
268
|
+
import { default as Id, default as Pd } from "./row-col/index.js";
|
|
269
|
+
import { default as Ed } from "./segmented/index.js";
|
|
270
|
+
import { default as vd } from "./select/Select.js";
|
|
271
|
+
import { default as Ld } from "./skeleton/index.js";
|
|
272
|
+
import { default as Bd } from "./slider/index.js";
|
|
273
|
+
import { default as Fd, SpaceVertical as Md } from "./space/index.js";
|
|
274
|
+
import { default as Vd } from "./speech-synthesis/index.js";
|
|
275
|
+
import { default as Wd } from "./spin/index.js";
|
|
276
|
+
import { default as _d } from "./splitter/index.js";
|
|
277
|
+
import { default as jd } from "./statistic/index.js";
|
|
278
|
+
import { default as qd } from "./steps/index.js";
|
|
279
|
+
import { default as Yd } from "./dist/ui-common/suspense-fallback-test/index.js";
|
|
280
|
+
import { default as Jd } from "./switch/index.js";
|
|
281
|
+
import { default as Zd } from "./table/index.js";
|
|
282
|
+
import { default as ex } from "./tabs/Tab.js";
|
|
283
|
+
import { TAG_COLORS as ax, default as ox } from "./tag/index.js";
|
|
284
|
+
import { default as fx, TimePickerRange as sx } from "./time-picker/index.js";
|
|
285
|
+
import { default as lx } from "./timeline/Timeline.js";
|
|
286
|
+
import { default as mx } from "./tooltip/index.js";
|
|
287
|
+
import { default as xx } from "./tour/index.js";
|
|
288
|
+
import { default as nx } from "./transfer/index.js";
|
|
289
|
+
import { default as Sx } from "./tree/Tree.js";
|
|
290
|
+
import { default as Tx } from "./tree-select/Select.js";
|
|
291
|
+
import { default as yx } from "./trigger/index.js";
|
|
292
|
+
import { default as hx } from "./typography/index.js";
|
|
293
|
+
import { default as Ix } from "./upload/Upload.js";
|
|
294
|
+
import { STATUS as Dx } from "./upload/constant.js";
|
|
295
|
+
import { default as kx } from "./verification-code/VerificationCode.js";
|
|
296
|
+
import { VERSION as Ax, VERSION_BUILD_DATE as Lx, VERSION_BUILD_TIME as Ox } from "./version/index.js";
|
|
297
|
+
import { default as wx } from "./virtual-list/VirtualList.js";
|
|
298
|
+
import { default as Mx } from "./watermark/Watermark.js";
|
|
299
|
+
import { default as Vx } from "./anchor/Link.js";
|
|
300
|
+
import { default as Wx } from "./app/useApp.js";
|
|
301
|
+
import { default as _x } from "./avatar/Group.js";
|
|
302
|
+
import { default as jx } from "./badge/Count.js";
|
|
303
|
+
import { default as qx } from "./breadcrumb/Item.js";
|
|
304
|
+
import { default as Yx } from "./button/Group.js";
|
|
305
|
+
import { default as Jx } from "./calendar/Month.js";
|
|
306
|
+
import { default as Zx } from "./calendar/Year.js";
|
|
307
|
+
import { default as ei } from "./card/Grid.js";
|
|
308
|
+
import { default as ai } from "./card/Meta.js";
|
|
309
|
+
import { default as ri } from "./checkbox/GroupBlock.js";
|
|
310
|
+
import { default as si } from "./checkbox/useCheckbox.js";
|
|
311
|
+
import { default as li } from "./collapse/Item.js";
|
|
312
|
+
import { default as mi, ConfigProviderDefaultProps as di } from "./config-provider/context.js";
|
|
313
|
+
import { default as ii } from "./date-picker/RangePicker.js";
|
|
314
|
+
import { default as ci } from "./dropdown/Button.js";
|
|
315
|
+
import { default as Ci } from "./form/Control.js";
|
|
316
|
+
import { default as gi } from "./form/FormItem.js";
|
|
317
|
+
import { default as Ri } from "./form/FormList.js";
|
|
318
|
+
import { default as bi } from "./form/FormProvider.js";
|
|
319
|
+
import { default as Pi } from "./form/hook/useForm.js";
|
|
320
|
+
import { default as Ei } from "./form/hook/useContext.js";
|
|
321
|
+
import { default as vi } from "./form/hook/useState.js";
|
|
322
|
+
import { default as Li } from "./form/hook/useWatch.js";
|
|
323
|
+
import { default as Bi, default as wi, default as Fi } from "./row-col/Col.js";
|
|
324
|
+
import { default as Ni } from "./grid/Item.js";
|
|
325
|
+
import { default as Ui } from "./icon/addFromIconFontCn.js";
|
|
326
|
+
import { default as Gi } from "./image/ImagePreview.js";
|
|
327
|
+
import { default as zi } from "./image/ImagePreviewGroup.js";
|
|
328
|
+
import { default as Hi } from "./input/Button.js";
|
|
329
|
+
import { default as Ki } from "./input/Group.js";
|
|
330
|
+
import { default as Qi } from "./input/Password.js";
|
|
331
|
+
import { default as Xi } from "./input/Search.js";
|
|
332
|
+
import { default as $i, default as en } from "./input/Textarea.js";
|
|
333
|
+
import { default as an } from "./layout/Content.js";
|
|
334
|
+
import { default as rn } from "./layout/Footer.js";
|
|
335
|
+
import { default as sn } from "./layout/Header.js";
|
|
336
|
+
import { default as ln } from "./layout/Sider.js";
|
|
337
|
+
import { default as mn } from "./list/Item.js";
|
|
338
|
+
import { default as xn } from "./menu/Item.js";
|
|
339
|
+
import { default as cn } from "./menu/ItemGroup.js";
|
|
340
|
+
import { default as Cn, default as Tn } from "./menu/sub-menu/index.js";
|
|
341
|
+
import { default as yn } from "./message/useMessage.js";
|
|
342
|
+
import { default as hn } from "./modal/use-modal/index.js";
|
|
343
|
+
import { default as In } from "./notification/useNotification.js";
|
|
344
|
+
import { default as Dn, default as En } from "./overflow-ellipsis/OverflowItem.js";
|
|
345
|
+
import { default as vn } from "./radio/GroupBlock.js";
|
|
346
|
+
import { default as Ln } from "./resize-box/Split.js";
|
|
347
|
+
import { default as Bn } from "./resize-box/SplitGroup.js";
|
|
349
348
|
import "./rich-text/lib/index.js";
|
|
350
349
|
import "./rich-text/lib/core.js";
|
|
351
|
-
import { default as
|
|
352
|
-
import { default as
|
|
353
|
-
import { default as
|
|
354
|
-
import { default as
|
|
355
|
-
import { default as
|
|
356
|
-
import { default as
|
|
357
|
-
import { default as
|
|
358
|
-
import { default as
|
|
359
|
-
import { default as
|
|
360
|
-
import { default as
|
|
361
|
-
import { default as
|
|
362
|
-
import { default as
|
|
363
|
-
import { default as
|
|
364
|
-
import { default as
|
|
365
|
-
import { default as
|
|
366
|
-
import { default as
|
|
367
|
-
import { default as
|
|
368
|
-
import { default as
|
|
369
|
-
import { default as
|
|
370
|
-
import { default as
|
|
371
|
-
import { default as
|
|
372
|
-
import { default as
|
|
373
|
-
import { default as
|
|
374
|
-
import { FileList as
|
|
375
|
-
import { Panel as
|
|
376
|
-
import { default as
|
|
377
|
-
import { default as
|
|
378
|
-
import { defaultComponent as
|
|
379
|
-
import { NOOP as
|
|
380
|
-
import { UI_PC_KEY as
|
|
381
|
-
import {
|
|
382
|
-
import {
|
|
350
|
+
import { default as Fn } from "./rich-text/lib/core/rich.js";
|
|
351
|
+
import { default as Nn } from "./select/Option.js";
|
|
352
|
+
import { default as Un } from "./select/OptGroup.js";
|
|
353
|
+
import { default as Gn } from "./splitter/Panel.js";
|
|
354
|
+
import { default as zn, default as jn } from "./steps/Step.js";
|
|
355
|
+
import { default as qn } from "./table/summary/index.js";
|
|
356
|
+
import { default as Yn } from "./table/summary/Cell.js";
|
|
357
|
+
import { default as Jn } from "./table/summary/Row.js";
|
|
358
|
+
import { default as Zn } from "./table/hook/useColumns.js";
|
|
359
|
+
import { default as ec } from "./table/hook/useComponent.js";
|
|
360
|
+
import { default as ac } from "./table/hook/useExpand.js";
|
|
361
|
+
import { default as rc } from "./table/hook/useRowSelection.js";
|
|
362
|
+
import { default as sc } from "./table/hook/useSorter.js";
|
|
363
|
+
import { default as lc } from "./table/hook/useStickyClassNames.js";
|
|
364
|
+
import { default as mc } from "./table/hook/useStickyOffsets.js";
|
|
365
|
+
import { default as xc } from "./table/hook/useThResizable.js";
|
|
366
|
+
import { default as nc, default as cc } from "./tabs/TabPane.js";
|
|
367
|
+
import { default as Cc } from "./timeline/Item.js";
|
|
368
|
+
import { default as gc, default as yc } from "./tree/Node.js";
|
|
369
|
+
import { default as hc } from "./typography/Ellipsis.js";
|
|
370
|
+
import { default as Ic } from "./typography/Paragraph.js";
|
|
371
|
+
import { default as Dc } from "./typography/Text.js";
|
|
372
|
+
import { default as kc } from "./typography/Title.js";
|
|
373
|
+
import { FileList as Ac } from "./upload/list/index.js";
|
|
374
|
+
import { Panel as Oc } from "./color-picker/Panel.js";
|
|
375
|
+
import { default as wc } from "@unicom-cloud/icons/context";
|
|
376
|
+
import { default as Mc } from "@unicom-cloud/icons/useProps";
|
|
377
|
+
import { defaultComponent as Vc } from "./table/constant.js";
|
|
378
|
+
import { NOOP as Wc } from "./dist/ui-common/utils/constant.js";
|
|
379
|
+
import { UI_PC_KEY as _c, UI_PC_THEME_DARK_CLASS_NAME as zc } from "@unicom-cloud/utils/constant/ui";
|
|
380
|
+
import { dayjs as Hc } from "./dist/ui-common/utils/dayjs.js";
|
|
381
|
+
import { default as Kc, default as Yc } from "@unicom-cloud/utils/dom-helpers/reflow";
|
|
382
|
+
import { isDayjs as Jc } from "dayjs";
|
|
383
|
+
import { isContextConsumer as Zc, isContextProvider as $c, isElement as eS, isForwardRef as tS, isFragment as aS, isLazy as oS, isMemo as rS, isPortal as fS, isProfiler as sS, isStrictMode as uS, isSuspense as lS, isValidElementType as pS } from "react-is";
|
|
384
|
+
import { compute as dS } from "./dist/ui-common/utils/compute.js";
|
|
383
385
|
export {
|
|
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
|
-
|
|
458
|
-
|
|
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
|
-
|
|
386
|
+
Ul as Affix,
|
|
387
|
+
Gl as Alert,
|
|
388
|
+
zl as Anchor,
|
|
389
|
+
Vx as AnchorLink,
|
|
390
|
+
Kl as App,
|
|
391
|
+
hl as ArrayValidator,
|
|
392
|
+
Ql as AutoComplete,
|
|
393
|
+
Jl as AutoCompleteOptGroup,
|
|
394
|
+
Xl as AutoCompleteOption,
|
|
395
|
+
$l as Avatar,
|
|
396
|
+
_x as AvatarGroup,
|
|
397
|
+
op as BADGE_COLORS,
|
|
398
|
+
rp as BADGE_STATUS,
|
|
399
|
+
pp as BUTTON_STATUS,
|
|
400
|
+
mp as BUTTON_TYPE,
|
|
401
|
+
tp as BackTop,
|
|
402
|
+
fp as Badge,
|
|
403
|
+
jx as BadgeCount,
|
|
404
|
+
bl as BooleanValidator,
|
|
405
|
+
up as Breadcrumb,
|
|
406
|
+
qx as BreadcrumbItem,
|
|
407
|
+
dp as Button,
|
|
408
|
+
Yx as ButtonGroup,
|
|
409
|
+
gu as COMPONENT_NAMES,
|
|
410
|
+
ip as Calendar,
|
|
411
|
+
Jx as CalendarMonth,
|
|
412
|
+
Zx as CalendarYear,
|
|
413
|
+
cp as Card,
|
|
414
|
+
ei as CardGrid,
|
|
415
|
+
ai as CardMeta,
|
|
416
|
+
Cp as Carousel,
|
|
417
|
+
gp as Cascader,
|
|
418
|
+
Rp as Checkbox,
|
|
419
|
+
bp as CheckboxGroup,
|
|
420
|
+
ri as CheckboxGroupBlock,
|
|
421
|
+
Bi as Col,
|
|
422
|
+
Pp as Collapse,
|
|
423
|
+
li as CollapseItem,
|
|
424
|
+
Ep as ColorPicker,
|
|
425
|
+
Oc as ColorPickerPanel,
|
|
426
|
+
vp as Comment,
|
|
427
|
+
Lp as ConfigConsumer,
|
|
428
|
+
mi as ConfigContext,
|
|
429
|
+
Op as ConfigProvider,
|
|
430
|
+
di as ConfigProviderDefaultProps,
|
|
431
|
+
Ja as ContextHolderElement,
|
|
432
|
+
wp as Copy,
|
|
433
|
+
Mp as Countdown,
|
|
434
|
+
Il as CustomValidator,
|
|
435
|
+
Up as DatePicker,
|
|
436
|
+
Wp as DatePickerMonth,
|
|
437
|
+
Gp as DatePickerQuarter,
|
|
438
|
+
ii as DatePickerRange,
|
|
439
|
+
_p as DatePickerWeek,
|
|
440
|
+
zp as DatePickerYear,
|
|
441
|
+
Pl as DefaultValidateMessage,
|
|
442
|
+
Hp as Descriptions,
|
|
443
|
+
Kp as Details,
|
|
444
|
+
Qp as Development,
|
|
445
|
+
Xp as Divider,
|
|
446
|
+
Zp as DividerVertical,
|
|
447
|
+
em as Drawer,
|
|
448
|
+
am as Dropdown,
|
|
449
|
+
ci as DropdownButton,
|
|
450
|
+
rm as Empty,
|
|
451
|
+
sm as Flex,
|
|
452
|
+
um as FlexVertical,
|
|
453
|
+
pm as Form,
|
|
454
|
+
Ci as FormControl,
|
|
455
|
+
gi as FormItem,
|
|
456
|
+
Ri as FormList,
|
|
457
|
+
bi as FormProvider,
|
|
458
|
+
dm as Grid,
|
|
459
|
+
wi as GridCol,
|
|
460
|
+
Ni as GridItem,
|
|
461
|
+
Id as GridRow,
|
|
462
|
+
im as Icon,
|
|
463
|
+
wc as IconContext,
|
|
464
|
+
Cm as IconFile,
|
|
465
|
+
cm as IconHover,
|
|
466
|
+
gm as Image,
|
|
467
|
+
Gi as ImagePreview,
|
|
468
|
+
zi as ImagePreviewGroup,
|
|
469
|
+
Rm as Input,
|
|
470
|
+
Hi as InputButton,
|
|
471
|
+
Ki as InputGroup,
|
|
472
|
+
bm as InputNumber,
|
|
473
|
+
Qi as InputPassword,
|
|
474
|
+
Xi as InputSearch,
|
|
475
|
+
Pm as InputTag,
|
|
476
|
+
$i as InputTextArea,
|
|
477
|
+
Em as Layout,
|
|
478
|
+
an as LayoutContent,
|
|
479
|
+
rn as LayoutFooter,
|
|
480
|
+
sn as LayoutHeader,
|
|
481
|
+
ln as LayoutSider,
|
|
482
|
+
vm as Link,
|
|
483
|
+
Lm as LiquidFill,
|
|
484
|
+
Bm as List,
|
|
485
|
+
mn as ListItem,
|
|
486
|
+
Fm as Loading,
|
|
487
|
+
Nm as Marquee,
|
|
488
|
+
Um as Mentions,
|
|
489
|
+
Gm as Menu,
|
|
490
|
+
xn as MenuItem,
|
|
491
|
+
cn as MenuItemGroup,
|
|
492
|
+
Cn as MenuSubMenu,
|
|
493
|
+
zm as Message,
|
|
494
|
+
Hm as Modal,
|
|
495
|
+
Wc as NOOP,
|
|
496
|
+
Km as Notification,
|
|
497
|
+
Dl as NumberValidator,
|
|
498
|
+
El as ObjectValidator,
|
|
499
|
+
Qm as OverflowEllipsis,
|
|
500
|
+
Dn as OverflowEllipsisItem,
|
|
501
|
+
En as OverflowItem,
|
|
502
|
+
Xm as PageHeader,
|
|
503
|
+
$m as Pagination,
|
|
504
|
+
td as Popconfirm,
|
|
505
|
+
od as Popover,
|
|
506
|
+
fd as Portal,
|
|
507
|
+
ud as Progress,
|
|
508
|
+
pd as QRCode,
|
|
509
|
+
dd as Radio,
|
|
510
|
+
id as RadioGroup,
|
|
511
|
+
vn as RadioGroupBlock,
|
|
512
|
+
nd as RadioGroupContext,
|
|
513
|
+
Sd as Rate,
|
|
514
|
+
Td as ResizeBox,
|
|
515
|
+
Ln as ResizeBoxSplit,
|
|
516
|
+
Bn as ResizeBoxSplitGroup,
|
|
517
|
+
yd as Result,
|
|
518
|
+
Fn as Rich,
|
|
519
|
+
hd as RichText,
|
|
520
|
+
Pd as Row,
|
|
521
|
+
Fi as RowItem,
|
|
522
|
+
kl as Schema,
|
|
523
|
+
Ed as Segmented,
|
|
524
|
+
vd as Select,
|
|
525
|
+
Nn as SelectOption,
|
|
526
|
+
Un as SelectOptionGroup,
|
|
527
|
+
Ld as Skeleton,
|
|
528
|
+
Bd as Slider,
|
|
529
|
+
Fd as Space,
|
|
530
|
+
Md as SpaceVertical,
|
|
531
|
+
Vd as SpeechSynthesis,
|
|
532
|
+
Wd as Spin,
|
|
533
|
+
_d as Splitter,
|
|
534
|
+
Gn as SplitterPanel,
|
|
535
|
+
jd as Statistic,
|
|
536
|
+
Np as StatisticCountdown,
|
|
537
|
+
qd as Steps,
|
|
538
|
+
zn as StepsItem,
|
|
539
|
+
jn as StepsStep,
|
|
540
|
+
vl as StringValidator,
|
|
541
|
+
Tn as SubMenu,
|
|
542
|
+
Yd as SuspenseFallbackTest,
|
|
543
|
+
Jd as Switch,
|
|
544
|
+
ax as TAG_COLORS,
|
|
545
|
+
nc as TabPane,
|
|
546
|
+
Zd as Table,
|
|
547
|
+
qn as TableSummary,
|
|
548
|
+
Yn as TableSummaryCell,
|
|
549
|
+
Jn as TableSummaryRow,
|
|
550
|
+
ex as Tabs,
|
|
551
|
+
cc as TabsTabPane,
|
|
552
|
+
ox as Tag,
|
|
553
|
+
en as TextArea,
|
|
554
|
+
fx as TimePicker,
|
|
555
|
+
sx as TimePickerRange,
|
|
556
|
+
lx as Timeline,
|
|
557
|
+
Cc as TimelineItem,
|
|
558
|
+
mx as Tooltip,
|
|
559
|
+
xx as Tour,
|
|
560
|
+
nx as Transfer,
|
|
561
|
+
Sx as Tree,
|
|
562
|
+
gc as TreeNode,
|
|
563
|
+
Tx as TreeSelect,
|
|
564
|
+
yc as TreeSelectNode,
|
|
565
|
+
yx as Trigger,
|
|
564
566
|
Sl as Tween,
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
567
|
+
Al as TypeValidator,
|
|
568
|
+
hx as Typography,
|
|
569
|
+
hc as TypographyEllipsis,
|
|
570
|
+
Ic as TypographyParagraph,
|
|
571
|
+
Dc as TypographyText,
|
|
572
|
+
kc as TypographyTitle,
|
|
573
|
+
_c as UI_PC_KEY,
|
|
574
|
+
zc as UI_PC_THEME_DARK_CLASS_NAME,
|
|
575
|
+
Dx as UPLOAD_STATUS,
|
|
576
|
+
Ix as Upload,
|
|
577
|
+
Ac as UploadList,
|
|
578
|
+
Ax as VERSION,
|
|
579
|
+
Lx as VERSION_BUILD_DATE,
|
|
580
|
+
Ox as VERSION_BUILD_TIME,
|
|
581
|
+
kx as VerificationCode,
|
|
582
|
+
wx as VirtualList,
|
|
583
|
+
Mx as Watermark,
|
|
584
|
+
Ui as addFromIconFontCn,
|
|
585
|
+
ef as assign,
|
|
586
|
+
af as assignIn,
|
|
587
|
+
rf as at,
|
|
588
|
+
Lu as callbackOriginRef,
|
|
589
|
+
sf as camelCase,
|
|
590
|
+
lf as capitalize,
|
|
591
|
+
za as caseName,
|
|
592
|
+
mf as castArray,
|
|
593
|
+
xf as chain,
|
|
594
|
+
cf as chunk,
|
|
595
|
+
Ha as className,
|
|
596
|
+
Ze as clearCache,
|
|
597
|
+
Za as clipboardCopy,
|
|
598
|
+
Cf as clone,
|
|
599
|
+
gf as cloneDeep,
|
|
600
|
+
Rf as cloneDeepWith,
|
|
601
|
+
bf as cloneWith,
|
|
602
|
+
Pf as compact,
|
|
603
|
+
dS as compute,
|
|
604
|
+
at as configResponsive,
|
|
605
|
+
To as contains,
|
|
606
|
+
$a as copy,
|
|
605
607
|
u as createUpdateEffect,
|
|
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
|
-
Oo as
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
608
|
+
Ef as curry,
|
|
609
|
+
Hc as dayjs,
|
|
610
|
+
vf as debounce,
|
|
611
|
+
Ff as defaultTo,
|
|
612
|
+
Ll as defaultValidateLocale,
|
|
613
|
+
Lf as defaults,
|
|
614
|
+
Bf as defaultsDeep,
|
|
615
|
+
Nf as difference,
|
|
616
|
+
pu as div,
|
|
617
|
+
Cl as easing,
|
|
618
|
+
Do as emitter,
|
|
619
|
+
Ol as enUSValidateLocale,
|
|
620
|
+
Uf as escape,
|
|
621
|
+
ko as fileToURL,
|
|
622
|
+
Ao as fillNBSP,
|
|
623
|
+
Hl as findAnchorLinkNode,
|
|
624
|
+
Ou as findDOMNode,
|
|
625
|
+
Gf as findKey,
|
|
626
|
+
sl as findNodeBy,
|
|
627
|
+
Zu as fixedWidth,
|
|
628
|
+
zf as flattenDeep,
|
|
629
|
+
Hf as flow,
|
|
630
|
+
Kc as forceReflow,
|
|
631
|
+
ao as formatValue,
|
|
632
|
+
Kf as get,
|
|
633
|
+
go as getBodyContainer,
|
|
634
|
+
ul as getChildWithParentBy,
|
|
635
|
+
oo as getDayjsValue,
|
|
636
|
+
Oo as getHighlightText,
|
|
637
|
+
wo as getHotkeyHandler,
|
|
638
|
+
ll as getItemBy,
|
|
639
|
+
pl as getItemBy2,
|
|
640
|
+
ml as getItemBy3,
|
|
641
|
+
dl as getItemByID,
|
|
642
|
+
xl as getLabelFromDictionaryByValue,
|
|
643
|
+
ro as getNow,
|
|
644
|
+
fo as getRealTime,
|
|
645
|
+
yo as getScrollElements,
|
|
646
|
+
so as getSortedDayjsArray,
|
|
647
|
+
Mo as getStringLength,
|
|
648
|
+
$u as getStyle,
|
|
649
|
+
uo as getTimeFormat,
|
|
650
|
+
lo as getValueWithTime,
|
|
651
|
+
Qf as groupBy,
|
|
652
|
+
Xf as has,
|
|
653
|
+
Vo as include,
|
|
654
|
+
$f as intersection,
|
|
655
|
+
ts as invert,
|
|
656
|
+
os as invertBy,
|
|
654
657
|
e as is,
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
658
|
+
tr as isArguments,
|
|
659
|
+
ar as isArray,
|
|
660
|
+
or as isArrayBuffer,
|
|
661
|
+
rr as isArrayLike,
|
|
662
|
+
fr as isArrayLikeObject,
|
|
663
|
+
sr as isBlob,
|
|
664
|
+
ur as isBoolean,
|
|
665
|
+
lr as isBuffer,
|
|
666
|
+
_o as isClassComponent,
|
|
667
|
+
pr as isColor,
|
|
668
|
+
mr as isColor2,
|
|
669
|
+
zo as isDOMElement,
|
|
670
|
+
dr as isDate,
|
|
671
|
+
Jc as isDayjs,
|
|
672
|
+
po as isDayjsArrayChange,
|
|
673
|
+
mo as isDayjsChange,
|
|
674
|
+
xr as isElement,
|
|
675
|
+
ir as isEmpty,
|
|
676
|
+
nr as isEmptyArray,
|
|
677
|
+
cr as isEmptyObject,
|
|
678
|
+
jo as isEmptyReactNode,
|
|
679
|
+
Sr as isEmptyValue,
|
|
680
|
+
Cr as isEqual,
|
|
681
|
+
Tr as isEqualWith,
|
|
682
|
+
gr as isError,
|
|
683
|
+
Ho as isExist,
|
|
684
|
+
yr as isFile,
|
|
685
|
+
Rr as isFinite,
|
|
686
|
+
qo as isForwardRefReact,
|
|
687
|
+
hr as isFunction,
|
|
688
|
+
br as isInteger,
|
|
689
|
+
Ir as isJSON,
|
|
690
|
+
Pr as isLength,
|
|
691
|
+
Dr as isMap,
|
|
692
|
+
Er as isMatch,
|
|
693
|
+
kr as isMatchWith,
|
|
694
|
+
vr as isNaN,
|
|
695
|
+
Ar as isNative,
|
|
696
|
+
Lr as isNil,
|
|
697
|
+
Or as isNull,
|
|
698
|
+
Ko as isNullOrUndefined,
|
|
699
|
+
Br as isNumber,
|
|
700
|
+
wr as isObject,
|
|
701
|
+
Fr as isObjectLike,
|
|
702
|
+
Mr as isPlainObject,
|
|
703
|
+
Nr as isPromise,
|
|
704
|
+
Yo as isReact18,
|
|
705
|
+
Qo as isReact19,
|
|
706
|
+
Jo as isReactComponent,
|
|
707
|
+
Zc as isReactContextConsumer,
|
|
708
|
+
$c as isReactContextProvider,
|
|
709
|
+
eS as isReactElement,
|
|
710
|
+
tS as isReactForwardRef,
|
|
711
|
+
aS as isReactFragment,
|
|
712
|
+
oS as isReactLazy,
|
|
713
|
+
rS as isReactMemo,
|
|
714
|
+
fS as isReactPortal,
|
|
715
|
+
sS as isReactProfiler,
|
|
716
|
+
uS as isReactStrictMode,
|
|
717
|
+
lS as isReactSuspense,
|
|
718
|
+
pS as isReactValidElementType,
|
|
719
|
+
Vr as isReadableByteStreamControllerSupported,
|
|
720
|
+
Ur as isReadableStream,
|
|
721
|
+
Wr as isReadableStreamDefaultControllerSupported,
|
|
722
|
+
Gr as isReadableStreamSupported,
|
|
723
|
+
_r as isReadableStreamSymbolAsyncIteratorSupported,
|
|
724
|
+
zr as isRegExp,
|
|
725
|
+
jr as isSafeInteger,
|
|
726
|
+
Ro as isScrollElement,
|
|
727
|
+
Xo as isServerRendering,
|
|
728
|
+
Hr as isSet,
|
|
729
|
+
qr as isString,
|
|
730
|
+
Kr as isSymbol,
|
|
731
|
+
Yr as isTypedArray,
|
|
732
|
+
Qr as isUndefined,
|
|
733
|
+
Jr as isValidColor,
|
|
734
|
+
xo as isValidTimeString,
|
|
735
|
+
Xr as isWeakMap,
|
|
736
|
+
Zr as isWeakSet,
|
|
737
|
+
Zo as isWindow,
|
|
738
|
+
fs as kebabCase,
|
|
736
739
|
t as keyboardCode,
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
|
|
771
|
-
Wu as
|
|
772
|
-
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
qu as
|
|
777
|
-
Yu as
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
740
|
+
mu as math,
|
|
741
|
+
us as mean,
|
|
742
|
+
ps as memoize,
|
|
743
|
+
ds as merge,
|
|
744
|
+
Cu as mergeProps,
|
|
745
|
+
Bl as mergeTemplate,
|
|
746
|
+
is as mergeWith,
|
|
747
|
+
cu as mergedToString,
|
|
748
|
+
io as methods,
|
|
749
|
+
du as minus,
|
|
750
|
+
Ka as newArray,
|
|
751
|
+
ho as off,
|
|
752
|
+
Ru as omit,
|
|
753
|
+
bo as on,
|
|
754
|
+
cs as orderBy,
|
|
755
|
+
bu as padEnd,
|
|
756
|
+
Iu as padStart,
|
|
757
|
+
Io as parentContainsChildren,
|
|
758
|
+
Cs as partition,
|
|
759
|
+
Du as pick,
|
|
760
|
+
Eu as pickDataAttributes,
|
|
761
|
+
Ya as pickTriggerPropsFromRest,
|
|
762
|
+
vu as pinyin,
|
|
763
|
+
xu as plus,
|
|
764
|
+
gs as pullAll,
|
|
765
|
+
Yc as reflow,
|
|
766
|
+
Hu as removeDarkTheme,
|
|
767
|
+
wu as responsiveArray,
|
|
768
|
+
Fu as responsiveMap,
|
|
769
|
+
Mu as responsiveObserve,
|
|
770
|
+
Rs as result,
|
|
771
|
+
bs as sample,
|
|
772
|
+
Ps as sampleSize,
|
|
773
|
+
Vu as saveAs,
|
|
774
|
+
Wu as screenfull,
|
|
775
|
+
_u as scrollIntoViewIfNeeded,
|
|
776
|
+
zu as scrollIntoViewNative,
|
|
777
|
+
il as searchTree,
|
|
778
|
+
Es as set,
|
|
779
|
+
qu as setDarkTheme,
|
|
780
|
+
Yu as setPrimaryColor,
|
|
781
|
+
Ju as setTheme,
|
|
782
|
+
el as setTransformStyle,
|
|
783
|
+
vs as setWith,
|
|
784
|
+
Ls as shuffle,
|
|
785
|
+
Bs as snakeCase,
|
|
786
|
+
Fs as startCase,
|
|
787
|
+
$o as supportRef,
|
|
788
|
+
Vc as tableDefaultComponent,
|
|
789
|
+
Wo as throttle,
|
|
790
|
+
al as throttleByRaf,
|
|
791
|
+
iu as times,
|
|
792
|
+
no as timezoneToOffset,
|
|
793
|
+
rl as toArray,
|
|
794
|
+
co as toLocal,
|
|
795
|
+
Ns as toPath,
|
|
796
|
+
So as toTimezone,
|
|
797
|
+
nl as tree,
|
|
798
|
+
Us as truncate,
|
|
799
|
+
Gs as union,
|
|
800
|
+
zs as uniq,
|
|
801
|
+
Hs as uniqueId,
|
|
802
|
+
Ks as unset,
|
|
803
|
+
Qs as update,
|
|
804
|
+
Xs as updateWith,
|
|
805
|
+
$s as upperCase,
|
|
806
|
+
tu as upperFirst,
|
|
807
|
+
Wx as useApp,
|
|
804
808
|
p as useAsyncEffect,
|
|
805
809
|
d as useBoolean,
|
|
806
|
-
|
|
810
|
+
si as useCheckbox,
|
|
807
811
|
i as useClickAway,
|
|
808
|
-
c as
|
|
809
|
-
C as
|
|
810
|
-
g as
|
|
811
|
-
R as
|
|
812
|
-
b as
|
|
813
|
-
P as
|
|
814
|
-
E as
|
|
815
|
-
v as
|
|
816
|
-
L as
|
|
817
|
-
B as
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
U as
|
|
821
|
-
G as
|
|
822
|
-
z as
|
|
823
|
-
H as
|
|
824
|
-
K as
|
|
825
|
-
Q as
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
te as
|
|
834
|
-
oe as
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
he as
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
Ae as
|
|
860
|
-
Oe as
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
ga as
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
870
|
-
We as
|
|
871
|
-
_e as
|
|
872
|
-
je as
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
ot as
|
|
881
|
-
ft as
|
|
882
|
-
ut as
|
|
883
|
-
pt as
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
Tt as
|
|
898
|
-
yt as
|
|
899
|
-
ht as
|
|
900
|
-
It as
|
|
901
|
-
Dt as
|
|
902
|
-
kt as
|
|
903
|
-
At as
|
|
904
|
-
Ot as
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
Gt as
|
|
909
|
-
zt as
|
|
910
|
-
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
922
|
-
|
|
812
|
+
c as useComputedState,
|
|
813
|
+
C as useControllableValue,
|
|
814
|
+
g as useCookieState,
|
|
815
|
+
R as useCountDown,
|
|
816
|
+
b as useCounter,
|
|
817
|
+
P as useCreate,
|
|
818
|
+
E as useCreation,
|
|
819
|
+
v as useDebounce,
|
|
820
|
+
L as useDebounceEffect,
|
|
821
|
+
B as useDebounceFn,
|
|
822
|
+
F as useDeepCompareEffect,
|
|
823
|
+
N as useDeepCompareLayoutEffect,
|
|
824
|
+
U as useDocumentVisibility,
|
|
825
|
+
G as useDrag,
|
|
826
|
+
z as useDrop,
|
|
827
|
+
H as useEventListener,
|
|
828
|
+
K as useEventTarget,
|
|
829
|
+
Q as useExternal,
|
|
830
|
+
X as useFavicon,
|
|
831
|
+
$ as useFocusWithin,
|
|
832
|
+
Wt as useForceUpdate,
|
|
833
|
+
Pi as useForm,
|
|
834
|
+
Ei as useFormContext,
|
|
835
|
+
vi as useFormState,
|
|
836
|
+
Li as useFormWatch,
|
|
837
|
+
te as useFullscreen,
|
|
838
|
+
oe as useGetState,
|
|
839
|
+
fe as useHistoryTravel,
|
|
840
|
+
ue as useHover,
|
|
841
|
+
Mc as useIconProps,
|
|
842
|
+
ta as useId,
|
|
843
|
+
oa as useInView,
|
|
844
|
+
pe as useInViewport,
|
|
845
|
+
de as useInfiniteScroll,
|
|
846
|
+
fa as useIntersectionObserver,
|
|
847
|
+
ie as useInterval,
|
|
848
|
+
ua as useIsFirstRender,
|
|
849
|
+
ce as useIsomorphicLayoutEffect,
|
|
850
|
+
Ce as useKeyPress,
|
|
851
|
+
pa as useKeyboardEvent,
|
|
852
|
+
ge as useLatest,
|
|
853
|
+
da as useListenWindowResize,
|
|
854
|
+
he as useLocalStorageState,
|
|
855
|
+
Ie as useLockFn,
|
|
856
|
+
De as useLongPress,
|
|
857
|
+
ia as useMedia,
|
|
858
|
+
ke as useMemoizedFn,
|
|
859
|
+
ca as useMergeProps,
|
|
860
|
+
Ca as useMergeValue,
|
|
861
|
+
yn as useMessage,
|
|
862
|
+
hn as useModal,
|
|
863
|
+
Ae as useMount,
|
|
864
|
+
Oe as useMouse,
|
|
865
|
+
we as useMutationObserver,
|
|
866
|
+
Me as useNetwork,
|
|
867
|
+
In as useNotification,
|
|
868
|
+
ga as useOnlineStatus,
|
|
869
|
+
Ra as useOverflowHidden,
|
|
870
|
+
ba as useOverrideRef,
|
|
871
|
+
Ve as usePagination,
|
|
872
|
+
Pa as usePersistCallback,
|
|
873
|
+
Ea as usePrefersColorSchemeDark,
|
|
874
|
+
We as usePrevious,
|
|
875
|
+
_e as useRafInterval,
|
|
876
|
+
je as useRafState,
|
|
877
|
+
qe as useRafTimeout,
|
|
878
|
+
Ye as useReactive,
|
|
879
|
+
ye as useRefLatest,
|
|
880
|
+
va as useRefs,
|
|
881
|
+
Je as useRequest,
|
|
882
|
+
et as useResetState,
|
|
883
|
+
ct as useResizeObserver,
|
|
884
|
+
ot as useResponsive,
|
|
885
|
+
ft as useSafeState,
|
|
886
|
+
ut as useScroll,
|
|
887
|
+
pt as useSelections,
|
|
888
|
+
dt as useSessionStorageState,
|
|
889
|
+
it as useSetState,
|
|
890
|
+
St as useSize,
|
|
891
|
+
La as useStateCallback,
|
|
892
|
+
Ba as useStateWithPromise,
|
|
893
|
+
Zn as useTableColumns,
|
|
894
|
+
ec as useTableComponent,
|
|
895
|
+
ac as useTableExpand,
|
|
896
|
+
rc as useTableRowSelection,
|
|
897
|
+
sc as useTableSorter,
|
|
898
|
+
lc as useTableStickyClassNames,
|
|
899
|
+
mc as useTableStickyOffsets,
|
|
900
|
+
xc as useTableThResizable,
|
|
901
|
+
Tt as useTextSelection,
|
|
902
|
+
yt as useTheme,
|
|
903
|
+
ht as useThrottle,
|
|
904
|
+
It as useThrottleEffect,
|
|
905
|
+
Dt as useThrottleFn,
|
|
906
|
+
kt as useTimeout,
|
|
907
|
+
At as useTitle,
|
|
908
|
+
Ot as useToggle,
|
|
909
|
+
wt as useTrackedEffect,
|
|
910
|
+
Mt as useUnmount,
|
|
911
|
+
Vt as useUnmountedRef,
|
|
912
|
+
Gt as useUpdate,
|
|
913
|
+
zt as useUpdateEffect,
|
|
914
|
+
Ht as useUpdateLayoutEffect,
|
|
915
|
+
Kt as useUrlState,
|
|
916
|
+
Ua as useVerificationCode,
|
|
917
|
+
Qt as useVirtualList,
|
|
918
|
+
Fa as useWatch,
|
|
919
|
+
Ga as useWatermark,
|
|
920
|
+
Xt as useWebSocket,
|
|
921
|
+
$t as useWhyDidYouUpdate,
|
|
922
|
+
Na as useWindowSize,
|
|
923
|
+
gl as uuid,
|
|
924
|
+
yl as uuidv4,
|
|
925
|
+
wl as validate,
|
|
926
|
+
Nl as warning,
|
|
927
|
+
ou as without,
|
|
928
|
+
fu as xor,
|
|
923
929
|
Fl as zhCNValidateLocale,
|
|
924
|
-
|
|
930
|
+
uu as zip
|
|
925
931
|
};
|