@unicom-cloud/ui 0.8.157 → 0.8.158
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/.virtual/_rolldown/runtime.js +1 -1
- package/.vite/manifest.json +197 -139
- package/affix/Affix.js +1 -1
- package/affix/index.js +1 -1
- package/alert/Alert.js +20 -20
- package/alert/index.js +1 -1
- package/anchor/Anchor.d.ts +1 -5
- package/anchor/Anchor.js +1 -2
- package/anchor/Link.js +18 -17
- package/anchor/context.js +1 -1
- package/anchor/index.d.ts +0 -2
- package/anchor/index.js +5 -5
- package/anchor/utils.js +1 -1
- package/app/App.js +1 -1
- package/app/context.js +1 -1
- package/app/index.js +1 -1
- package/app/useApp.js +1 -1
- package/auto-complete/AutoComplete.d.ts +1 -6
- package/auto-complete/AutoComplete.js +73 -71
- package/auto-complete/index.d.ts +4 -8
- package/auto-complete/index.js +8 -7
- package/avatar/Avatar.js +1 -1
- package/avatar/Group.js +1 -1
- package/avatar/context.js +1 -1
- package/avatar/index.js +1 -1
- package/back-top/BackTop.js +16 -16
- package/back-top/index.js +1 -1
- package/badge/Badge.d.ts +1 -5
- package/badge/Badge.js +25 -25
- package/badge/Count.js +9 -9
- package/badge/index.d.ts +0 -2
- package/badge/index.js +1 -1
- package/badge/utils.js +1 -1
- package/breadcrumb/Breadcrumb.d.ts +1 -5
- package/breadcrumb/Breadcrumb.js +45 -44
- package/breadcrumb/Item.js +1 -1
- package/breadcrumb/context.js +1 -1
- package/breadcrumb/index.d.ts +0 -2
- package/breadcrumb/index.js +1 -1
- package/button/Button.d.ts +1 -6
- package/button/Button.js +1 -2
- package/button/Group.d.ts +1 -2
- package/button/Group.js +3 -3
- package/button/index.d.ts +0 -3
- package/button/index.js +6 -6
- package/calendar/Calendar.js +1 -1
- package/calendar/Month.js +1 -1
- package/calendar/WeekList.js +1 -1
- package/calendar/Year.js +1 -1
- package/calendar/header/Panel.js +1 -1
- package/calendar/header/index.js +6 -6
- package/calendar/hook/useCellClassName.js +1 -1
- package/calendar/index.js +1 -1
- package/card/Card.d.ts +1 -7
- package/card/Card.js +1 -1
- package/card/Grid.d.ts +1 -2
- package/card/Grid.js +3 -3
- package/card/Meta.d.ts +1 -2
- package/card/Meta.js +3 -3
- package/card/index.d.ts +2 -5
- package/card/index.js +1 -1
- package/carousel/Arrow.d.ts +1 -2
- package/carousel/Arrow.js +26 -25
- package/carousel/Carousel.js +1 -1
- package/carousel/Indicator.d.ts +1 -2
- package/carousel/Indicator.js +3 -3
- package/carousel/index.js +1 -1
- package/cascader/Cascader.d.ts +0 -7
- package/cascader/Cascader.js +133 -135
- package/cascader/base/node.js +2 -2
- 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 +39 -40
- package/cascader/panel/Option.js +1 -1
- package/cascader/panel/Search.js +1 -1
- package/cascader/utils.d.ts +7 -0
- package/cascader/utils.js +32 -25
- package/checkbox/Checkbox.js +17 -19
- package/checkbox/Group.js +7 -3
- package/checkbox/GroupBlock.js +28 -27
- package/checkbox/context.js +1 -1
- package/checkbox/index.js +1 -1
- package/checkbox/useCheckbox.js +1 -1
- package/collapse/Collapse.d.ts +1 -7
- package/collapse/Collapse.js +36 -30
- package/collapse/Item.d.ts +5 -5
- package/collapse/Item.js +77 -80
- package/collapse/context.js +1 -1
- package/collapse/index.d.ts +4 -6
- package/collapse/index.js +1 -1
- package/collapse/interface.d.ts +2 -2
- package/collapse/utils.d.ts +1 -0
- package/collapse/utils.js +12 -0
- package/color-picker/ColorPicker.d.ts +1 -15
- package/color-picker/ColorPicker.js +17 -23
- package/color-picker/ControlBar.js +1 -1
- package/color-picker/InputAlpha.js +1 -1
- package/color-picker/InputHex.js +31 -30
- package/color-picker/InputRgb.js +7 -7
- package/color-picker/Mode.js +1 -1
- package/color-picker/Palette.js +1 -1
- package/color-picker/Panel.js +135 -135
- package/color-picker/colors.d.ts +1 -1
- package/color-picker/colors.js +1 -1
- package/color-picker/hooks/useColorPicker.d.ts +1 -1
- package/color-picker/hooks/useColorPicker.js +11 -6
- package/color-picker/hooks/useControlBlock.d.ts +2 -2
- package/color-picker/hooks/useControlBlock.js +2 -2
- package/color-picker/index.js +1 -1
- package/color-picker/interface.js +1 -1
- package/color-picker/utils.js +1 -1
- package/comment/Comment.js +1 -1
- package/comment/index.js +1 -1
- package/config-provider/ConfigProvider.js +9 -8
- package/config-provider/context.d.ts +0 -3
- package/config-provider/context.js +13 -20
- package/config-provider/index.js +1 -1
- package/config-provider/initUI.js +1 -1
- package/config-provider/useConfigProvider.js +1 -1
- package/config-provider/utils.d.ts +2 -0
- package/config-provider/utils.js +13 -0
- package/constant/index.js +1 -1
- package/copy/Copy.js +1 -1
- package/copy/index.js +1 -1
- package/countdown/Countdown.js +1 -1
- package/countdown/index.js +1 -1
- package/countdown/utils.js +1 -1
- package/date-picker/DatePicker.js +1 -1
- package/date-picker/DatePickerRange.js +1 -1
- package/date-picker/Picker.js +1 -1
- package/date-picker/context.js +1 -1
- package/date-picker/hook/useCellClassName.js +1 -1
- package/date-picker/index.js +1 -1
- package/date-picker/panel/Body.js +1 -1
- package/date-picker/panel/Footer.js +1 -1
- package/date-picker/panel/Header.js +1 -1
- package/date-picker/panel/Shortcut.js +1 -1
- package/date-picker/panel/WeekList.js +1 -1
- package/date-picker/panel/date/index.js +1 -1
- package/date-picker/panel/month/index.js +1 -1
- package/date-picker/panel/quarter/index.js +1 -1
- package/date-picker/panel/range/index.js +1 -1
- package/date-picker/panel/week/index.js +1 -1
- package/date-picker/panel/year/index.js +1 -1
- package/date-picker/utils.js +1 -1
- package/descriptions/Descriptions.js +1 -1
- package/descriptions/index.js +1 -1
- package/details/Details.js +1 -1
- package/details/index.js +1 -1
- package/development/Development.js +1 -1
- package/development/index.js +1 -1
- package/divider/Divider.js +1 -1
- package/divider/index.js +1 -1
- package/draggable/Draggable.js +1 -1
- package/draggable/Item.js +1 -1
- package/draggable/index.js +1 -1
- package/draw/Draw.js +1 -1
- package/draw/constant.js +1 -1
- package/draw/index.js +1 -1
- package/drawer/Drawer.d.ts +1 -2
- package/drawer/Drawer.js +137 -144
- package/drawer/index.js +1 -1
- package/dropdown/Button.js +40 -39
- package/dropdown/Dropdown.js +20 -18
- package/dropdown/index.js +1 -1
- package/empty/Empty.js +1 -1
- package/empty/index.js +1 -1
- package/flex/Flex.js +2 -2
- package/flex/index.js +1 -1
- package/form/Control.d.ts +1 -1
- package/form/Control.js +4 -4
- package/form/Form.js +92 -90
- package/form/FormControl.d.ts +2 -2
- package/form/FormControl.js +116 -111
- package/form/FormItem.js +74 -76
- package/form/FormItemLabel.js +4 -4
- package/form/FormItemTip.js +16 -16
- package/form/FormLabelSymbol.js +1 -1
- package/form/FormList.js +4 -8
- package/form/FormProvider.js +14 -14
- package/form/constant.js +1 -1
- package/form/context.d.ts +0 -1
- package/form/context.js +6 -6
- package/form/hook/useForm.js +49 -47
- package/form/hook/useFormContext.js +1 -1
- package/form/hook/useFormState.js +1 -1
- package/form/hook/useWatch.js +1 -1
- package/form/index.js +1 -1
- package/form/interface.d.ts +3 -4
- package/form/interface.js +1 -1
- package/form/promisify.js +7 -7
- package/form/store.d.ts +1 -1
- package/form/store.js +7 -4
- package/form/utils.js +1 -1
- package/global-provider/GlobalProvider.js +1 -1
- package/global-provider/context.js +1 -1
- package/global-provider/index.js +1 -1
- package/grid/Grid.js +1 -1
- package/grid/Item.js +1 -1
- package/grid/context.js +1 -1
- package/grid/index.js +1 -1
- package/grid/utils.js +1 -1
- package/hooks/index.d.ts +1 -1
- package/hooks/index.js +3 -3
- package/hooks/use-breakpoint/index.js +1 -1
- package/hooks/use-computed-state/index.js +1 -1
- package/hooks/use-controllable-value/index.d.ts +2 -0
- package/hooks/use-controllable-value/index.js +7 -0
- package/hooks/use-create/index.js +1 -1
- package/hooks/use-creation/index.js +1 -1
- package/hooks/use-effect-event/index.d.ts +2 -0
- package/hooks/use-effect-event/index.js +7 -0
- package/hooks/use-event/index.js +1 -1
- package/hooks/use-event-listener/index.js +1 -1
- package/hooks/use-force-update/index.js +1 -1
- package/hooks/use-fullscreen/index.js +1 -1
- package/hooks/use-id/index.js +1 -1
- package/hooks/use-intersection-observer/index.js +1 -1
- package/hooks/use-intersection-observers/index.js +1 -1
- package/hooks/use-interval/index.js +1 -1
- package/hooks/use-is-first-render/index.js +1 -1
- package/hooks/use-isomorphic-layout-effect/index.js +1 -1
- package/hooks/use-keyboard-event/index.js +1 -1
- package/hooks/use-latest/index.js +1 -1
- package/hooks/use-listen-window-resize/index.js +1 -1
- package/hooks/use-media/index.js +1 -1
- package/hooks/use-memoized-fn/index.d.ts +2 -0
- package/hooks/use-memoized-fn/index.js +7 -0
- package/hooks/use-merge-props/index.js +1 -1
- package/hooks/use-move/index.js +1 -1
- package/hooks/use-mutation-observers/index.js +1 -1
- package/hooks/use-online-status/index.js +1 -1
- package/hooks/use-overflow-hidden/index.js +1 -1
- package/hooks/use-override-ref/index.js +1 -1
- package/hooks/use-persist-callback/index.js +1 -1
- package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
- package/hooks/use-previous/index.js +1 -1
- package/hooks/use-refs/index.js +1 -1
- package/hooks/use-resize-observer/index.js +1 -1
- package/hooks/use-resize-observers/index.js +1 -1
- package/hooks/use-responsive-state/index.js +1 -1
- package/hooks/use-set-state/index.js +1 -1
- package/hooks/use-state-callback/index.js +1 -1
- package/hooks/use-state-with-promise/index.js +1 -1
- package/hooks/use-update-effect/index.js +1 -1
- package/hooks/use-update-layout-effect/index.js +1 -1
- package/hooks/use-verification-code/index.js +6 -3
- package/hooks/use-watch/index.js +1 -1
- package/hooks/use-watermark/index.js +2 -2
- package/hooks/use-watermark/utils.js +1 -1
- package/hooks/use-window-size/index.js +1 -1
- package/hooks/useUnmountOnExit.d.ts +2 -1
- package/hooks/useUnmountOnExit.js +1 -1
- package/icon/Icon.js +1 -1
- package/icon/addIconFromCdn.d.ts +2 -2
- package/icon/addIconFromCdn.js +18 -18
- package/icon/index.js +1 -1
- package/icon-hover/IconHover.js +1 -1
- package/icon-hover/index.js +1 -1
- package/icons/file/File.js +1 -1
- package/icons/file/index.js +1 -1
- package/icons.js +1 -1
- package/image/Image.d.ts +1 -7
- package/image/Image.js +60 -60
- package/image/ImageFooter.js +1 -1
- package/image/ImagePreview.js +41 -39
- package/image/ImagePreviewArrow.js +1 -1
- package/image/ImagePreviewGroup.js +12 -8
- package/image/ImagePreviewToolbar.js +1 -1
- package/image/TriggerForToolbar.js +1 -1
- package/image/context.js +1 -1
- package/image/index.d.ts +0 -3
- package/image/index.js +6 -6
- 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.d.ts +2 -2
- package/index.js +899 -849
- package/input/Button.d.ts +1 -2
- package/input/Button.js +12 -8
- package/input/Group.d.ts +3 -4
- package/input/Group.js +7 -6
- package/input/Input.js +7 -4
- package/input/InputComponent.d.ts +3 -0
- package/input/InputComponent.js +185 -0
- package/input/Password.d.ts +1 -2
- package/input/Password.js +13 -10
- package/input/Search.d.ts +1 -2
- package/input/Search.js +12 -8
- package/input/Textarea.d.ts +0 -1
- package/input/Textarea.js +129 -123
- package/input/autoSizeTextareaHeight.js +1 -1
- package/input/index.d.ts +10 -8
- package/input/index.js +19 -17
- package/input/useComposition.d.ts +1 -1
- package/input/useComposition.js +17 -18
- package/input/utils.js +1 -1
- package/input-number/InputNumber.d.ts +1 -2
- package/input-number/InputNumber.js +62 -62
- 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.d.ts +2 -2
- package/input-tag/InputTag.js +144 -137
- package/input-tag/constant.js +1 -1
- package/input-tag/hook/useComputeAutoWidthDelay.js +1 -1
- package/input-tag/index.d.ts +1 -1
- package/input-tag/index.js +1 -1
- package/layout/Content.js +1 -1
- package/layout/Footer.js +1 -1
- package/layout/Header.js +1 -1
- package/layout/Layout.d.ts +1 -11
- package/layout/Layout.js +1 -5
- package/layout/Sider.d.ts +2 -3
- package/layout/Sider.js +34 -27
- package/layout/context.js +1 -1
- package/layout/index.d.ts +1 -6
- package/layout/index.js +6 -6
- package/link/Link.js +1 -1
- package/link/index.js +1 -1
- package/liquid-fill/LiquidFill.js +1 -1
- package/liquid-fill/index.js +1 -1
- package/list/Item.d.ts +2 -4
- package/list/Item.js +15 -15
- package/list/List.js +35 -35
- package/list/Meta.d.ts +1 -2
- package/list/Meta.js +3 -3
- package/list/index.js +1 -1
- package/list/interface.d.ts +1 -1
- package/loading/Loading.js +1 -1
- package/loading/index.js +1 -1
- package/locale/ar-EG.js +1 -1
- package/locale/de-DE.js +1 -1
- package/locale/default.js +1 -1
- package/locale/en-US.js +1 -1
- package/locale/es-ES.js +1 -1
- package/locale/fr-FR.js +1 -1
- package/locale/id-ID.js +1 -1
- package/locale/it-IT.js +1 -1
- package/locale/ja-JP.js +1 -1
- package/locale/ko-KR.js +1 -1
- package/locale/ms-MY.js +1 -1
- package/locale/pt-BR.js +1 -1
- package/locale/pt-PT.js +1 -1
- package/locale/ru-RU.js +1 -1
- package/locale/th-TH.js +1 -1
- package/locale/tr-TR.js +1 -1
- package/locale/vi-VN.js +1 -1
- package/locale/zh-CN.js +1 -1
- package/locale/zh-HK.js +1 -1
- package/locale/zh-TW.js +1 -1
- package/marquee/Marquee.js +1 -1
- package/marquee/index.js +1 -1
- package/mask/Mask.js +14 -13
- package/mask/constant.d.ts +5 -0
- package/mask/constant.js +10 -0
- package/mask/index.js +1 -1
- package/mask/interface.d.ts +2 -2
- package/masonry/Masonry.js +13 -11
- package/masonry/MasonryItem.d.ts +4 -4
- package/masonry/MasonryItem.js +8 -7
- package/masonry/hooks/useDelay.js +8 -8
- package/masonry/hooks/useGutter.js +1 -1
- package/masonry/hooks/usePositions.js +1 -1
- package/masonry/hooks/useRefs.js +1 -1
- package/masonry/index.js +1 -1
- package/mentions/Mentions.d.ts +1 -2
- package/mentions/Mentions.js +25 -25
- package/mentions/index.js +1 -1
- package/mentions/utils.js +1 -1
- package/menu/Indent.js +1 -1
- package/menu/Item.d.ts +1 -2
- package/menu/Item.js +4 -4
- package/menu/ItemGroup.d.ts +1 -2
- package/menu/ItemGroup.js +4 -4
- package/menu/Menu.js +64 -57
- package/menu/OverflowWrap.js +1 -1
- package/menu/context.d.ts +1 -1
- package/menu/context.js +1 -1
- package/menu/index.js +1 -1
- package/menu/sub-menu/Inline.js +20 -20
- package/menu/sub-menu/Pop.js +1 -1
- package/menu/sub-menu/index.js +1 -1
- package/menu/utils.js +1 -1
- package/message/Message.js +25 -17
- package/message/index.js +1 -1
- package/message/useMessage.js +1 -1
- package/modal/Confirm.d.ts +1 -1
- package/modal/Confirm.js +62 -70
- package/modal/Modal.js +180 -183
- 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/Notice.js +1 -1
- package/notice/index.js +1 -1
- package/notification/Notification.js +27 -22
- package/notification/constants.js +1 -1
- package/notification/index.js +1 -1
- package/notification/useNotification.js +1 -1
- package/notification/utils.js +1 -1
- package/notification/withNotification.js +1 -1
- package/overflow-ellipsis/OverflowEllipsis.js +2 -2
- package/overflow-ellipsis/OverflowItem.js +2 -2
- package/overflow-ellipsis/index.js +1 -1
- package/package.json +1 -1
- package/page-header/PageHeader.js +79 -79
- package/page-header/index.js +1 -1
- package/pagination/PageItem.d.ts +1 -2
- package/pagination/PageItem.js +3 -3
- package/pagination/PageJumper.js +1 -1
- package/pagination/PageOption.d.ts +1 -2
- package/pagination/PageOption.js +31 -30
- package/pagination/Pagination.js +10 -4
- 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.d.ts +3 -1
- package/picker/index.js +2 -2
- package/popconfirm/Popconfirm.js +7 -5
- package/popconfirm/index.js +1 -1
- package/popover/Popover.js +1 -1
- package/popover/index.js +1 -1
- package/portal/Portal.js +13 -11
- package/portal/index.js +1 -1
- package/progress/CircleProgress.js +1 -1
- package/progress/LineProgess.js +1 -1
- package/progress/Progress.js +1 -1
- package/progress/StepProgress.js +1 -1
- package/progress/index.d.ts +23 -1
- package/progress/index.js +1 -1
- package/qr-code/QRCode.js +1 -1
- package/qr-code/index.js +1 -1
- package/qr-code/src/index.js +1 -1
- package/qr-code/src/qrcodegen.js +1 -1
- package/radio/Group.js +5 -5
- package/radio/GroupBlock.js +4 -4
- package/radio/Radio.js +6 -3
- package/radio/context.js +1 -1
- package/radio/index.js +1 -1
- package/rate/Rate.d.ts +1 -2
- package/rate/Rate.js +39 -39
- package/rate/index.js +1 -1
- package/resize-box/ResizeBox.d.ts +1 -7
- package/resize-box/ResizeBox.js +10 -6
- package/resize-box/ResizeTrigger.js +2 -2
- package/resize-box/Split.js +2 -2
- package/resize-box/SplitGroup.d.ts +1 -2
- package/resize-box/SplitGroup.js +4 -4
- package/resize-box/index.d.ts +0 -3
- package/resize-box/index.js +8 -8
- package/result/403.js +1 -1
- package/result/404.js +1 -1
- package/result/500.js +1 -1
- package/result/Result.js +1 -1
- package/result/index.js +1 -1
- package/rich-text/RichText.js +2 -2
- package/rich-text/Toolbar.js +2 -2
- package/rich-text/constant.js +1 -1
- package/rich-text/index.js +1 -1
- package/rich-text/lib/blots/block.js +1 -1
- package/rich-text/lib/blots/break.js +1 -1
- package/rich-text/lib/blots/container.js +1 -1
- package/rich-text/lib/blots/cursor.js +1 -1
- package/rich-text/lib/blots/embed.js +1 -1
- package/rich-text/lib/blots/inline.js +1 -1
- package/rich-text/lib/blots/scroll.js +1 -1
- package/rich-text/lib/blots/text.js +1 -1
- package/rich-text/lib/core/composition.js +1 -1
- package/rich-text/lib/core/editor.js +1 -1
- package/rich-text/lib/core/emitter.js +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/delta/AttributeMap.js +1 -1
- package/rich-text/lib/delta/Op.js +1 -1
- package/rich-text/lib/delta/OpIterator.js +1 -1
- package/rich-text/lib/delta/index.js +1 -1
- package/rich-text/lib/diff/index.js +1 -1
- package/rich-text/lib/formats/align.js +1 -1
- package/rich-text/lib/formats/background.js +1 -1
- package/rich-text/lib/formats/blockquote.js +1 -1
- package/rich-text/lib/formats/bold.js +1 -1
- package/rich-text/lib/formats/code.js +1 -1
- package/rich-text/lib/formats/color.js +1 -1
- package/rich-text/lib/formats/direction.js +1 -1
- package/rich-text/lib/formats/emoji.js +1 -1
- package/rich-text/lib/formats/font.js +1 -1
- package/rich-text/lib/formats/formula.js +1 -1
- package/rich-text/lib/formats/header.js +1 -1
- package/rich-text/lib/formats/hr.js +1 -1
- package/rich-text/lib/formats/image.js +1 -1
- package/rich-text/lib/formats/indent.js +1 -1
- package/rich-text/lib/formats/italic.js +1 -1
- package/rich-text/lib/formats/lineHeight.js +1 -1
- package/rich-text/lib/formats/link.js +1 -1
- package/rich-text/lib/formats/list.js +1 -1
- package/rich-text/lib/formats/script.js +1 -1
- package/rich-text/lib/formats/size.js +1 -1
- package/rich-text/lib/formats/strike.js +1 -1
- package/rich-text/lib/formats/table.js +1 -1
- package/rich-text/lib/formats/underline.js +1 -1
- package/rich-text/lib/formats/video.js +1 -1
- package/rich-text/lib/index.js +1 -1
- package/rich-text/lib/modules/clipboard.js +1 -1
- package/rich-text/lib/modules/history.js +1 -1
- package/rich-text/lib/modules/image-resize/index.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/Base.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/DisplaySize.js +1 -1
- package/rich-text/lib/modules/image-resize/modules/Resize.js +1 -1
- package/rich-text/lib/modules/image-resize/options.js +1 -1
- package/rich-text/lib/modules/input.js +1 -1
- package/rich-text/lib/modules/keyboard.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
- package/rich-text/lib/modules/table.js +1 -1
- package/rich-text/lib/modules/toolbar.js +1 -1
- package/rich-text/lib/modules/uiNode.js +1 -1
- package/rich-text/lib/modules/uploader.js +1 -1
- package/rich-text/lib/parchment/attributor/attributor.js +1 -1
- package/rich-text/lib/parchment/attributor/class.js +1 -1
- package/rich-text/lib/parchment/attributor/store.js +1 -1
- package/rich-text/lib/parchment/attributor/style.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/container.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/leaf.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/parent.js +1 -1
- package/rich-text/lib/parchment/blot/abstract/shadow.js +1 -1
- package/rich-text/lib/parchment/blot/block.js +1 -1
- package/rich-text/lib/parchment/blot/embed.js +1 -1
- package/rich-text/lib/parchment/blot/inline.js +1 -1
- package/rich-text/lib/parchment/blot/scroll.js +1 -1
- package/rich-text/lib/parchment/blot/text.js +1 -1
- package/rich-text/lib/parchment/collection/linked-list.js +1 -1
- package/rich-text/lib/parchment/error.js +1 -1
- package/rich-text/lib/parchment/index.js +1 -1
- package/rich-text/lib/parchment/registry.js +1 -1
- package/rich-text/lib/parchment/scope.js +1 -1
- package/row-col/Col-.js +1 -1
- package/row-col/Col.js +1 -1
- package/row-col/Row.js +1 -1
- package/row-col/context.js +1 -1
- package/row-col/index.js +1 -1
- package/segmented/Segmented.js +75 -69
- package/segmented/index.js +1 -1
- package/select/Option.d.ts +2 -4
- package/select/Option.js +5 -5
- package/select/OptionGroup.d.ts +2 -4
- package/select/OptionGroup.js +5 -5
- package/select/Select.d.ts +1 -8
- package/select/Select.js +13 -9
- package/select/index.d.ts +2 -5
- package/select/index.js +1 -1
- package/select/utils.js +1 -1
- package/select-view/Core.d.ts +2 -3
- package/select-view/Core.js +151 -151
- package/select-view/SelectView.d.ts +1 -2
- package/select-view/SelectView.js +3 -3
- package/select-view/index.js +1 -1
- package/skeleton/Image.js +1 -1
- package/skeleton/Skeleton.d.ts +3 -4
- package/skeleton/Skeleton.js +3 -3
- package/skeleton/Text.js +1 -1
- package/skeleton/index.js +1 -1
- package/slider/Button.d.ts +2 -2
- package/slider/Button.js +8 -5
- package/slider/Dot.d.ts +2 -3
- package/slider/Dot.js +3 -3
- package/slider/Input.d.ts +1 -2
- package/slider/Input.js +6 -6
- package/slider/Mark.d.ts +1 -2
- package/slider/Mark.js +3 -3
- package/slider/Slider.d.ts +1 -2
- package/slider/Slider.js +8 -8
- package/slider/Tick.d.ts +1 -2
- package/slider/Tick.js +3 -3
- package/slider/hook/useInterval.js +1 -1
- package/slider/hook/useLegalValue.js +1 -1
- package/slider/index.js +1 -1
- package/slider/utils.js +1 -1
- package/space/Space.js +1 -1
- package/space/index.js +1 -1
- package/speech-synthesis/SpeechSynthesis.d.ts +1 -1
- package/speech-synthesis/SpeechSynthesis.js +1 -1
- package/speech-synthesis/index.d.ts +1 -1
- package/speech-synthesis/index.js +1 -1
- package/spin/DotLoading.js +1 -1
- package/spin/Spin.js +29 -29
- package/spin/index.js +1 -1
- package/splitter/Panel.js +1 -1
- package/splitter/SplitBar.js +1 -1
- package/splitter/Splitter.js +28 -28
- package/splitter/hooks/useItems.js +1 -1
- package/splitter/hooks/useResizable.js +1 -1
- package/splitter/hooks/useResize.js +22 -22
- package/splitter/hooks/useSizes.js +1 -1
- package/splitter/index.js +1 -1
- package/statistic/Statistic.d.ts +1 -5
- package/statistic/Statistic.js +2 -3
- package/statistic/index.d.ts +0 -2
- package/statistic/index.js +1 -1
- package/statistic/interface.js +1 -1
- package/steps/Step.js +1 -1
- package/steps/Steps.d.ts +1 -6
- package/steps/Steps.js +1 -2
- package/steps/index.d.ts +0 -3
- package/steps/index.js +1 -1
- package/style/animation/fade.less +15 -27
- package/style/animation/slide.less +33 -68
- package/style.css +1 -1
- package/suspense-fallback-test/SuspenseFallbackTest.js +1 -1
- package/suspense-fallback-test/index.js +1 -1
- package/switch/Switch.d.ts +1 -4
- package/switch/Switch.js +1 -1
- package/switch/index.d.ts +0 -2
- package/switch/index.js +1 -1
- package/table/ColGroup.js +2 -2
- package/table/Table.js +322 -314
- 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 +4 -3
- package/table/hook/useStickyOffsets.js +1 -1
- package/table/hook/useThResizable.js +1 -1
- package/table/index.js +1 -1
- package/table/interface.d.ts +11 -5
- 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.d.ts +5 -5
- package/table/summary/index.js +6 -3
- package/table/tbody/DataRecordRenderer.d.ts +2 -3
- package/table/tbody/DataRecordRenderer.js +3 -3
- package/table/tbody/Td.d.ts +1 -2
- package/table/tbody/Td.js +27 -27
- package/table/tbody/Tr.js +5 -5
- package/table/tbody/index.js +23 -20
- package/table/tfoot/index.js +8 -8
- package/table/th-resizable/index.js +1 -1
- package/table/thead/Column.js +6 -3
- package/table/thead/index.js +69 -69
- package/table/utils.js +1 -1
- package/tabs/TabContent.js +1 -1
- package/tabs/TabPane.js +4 -4
- package/tabs/Tabs.d.ts +1 -5
- package/tabs/Tabs.js +24 -21
- package/tabs/context.js +1 -1
- package/tabs/hook/useDomSize.js +1 -1
- package/tabs/hook/useHeaderScroll.js +1 -1
- package/tabs/index.d.ts +0 -2
- package/tabs/index.js +1 -1
- package/tabs/tab-header/DropdownIcon.js +35 -34
- package/tabs/tab-header/TabInk.js +2 -2
- package/tabs/tab-header/TabNavIcon.js +1 -1
- package/tabs/tab-header/TabTitle.d.ts +1 -2
- package/tabs/tab-header/TabTitle.js +3 -3
- package/tabs/tab-header/index.d.ts +1 -2
- package/tabs/tab-header/index.js +88 -86
- package/tabs/utils.js +1 -1
- package/tag/Tag.js +1 -1
- package/tag/index.js +1 -1
- package/tag/utils.js +1 -1
- package/time-picker/Picker.js +1 -1
- package/time-picker/TimeColumn.js +2 -2
- package/time-picker/TimePicker.js +1 -1
- package/time-picker/TimePickerRange.js +1 -1
- package/time-picker/context.js +1 -1
- package/time-picker/index.js +1 -1
- package/time-picker/utils.js +1 -1
- package/timeline/Item.d.ts +2 -4
- package/timeline/Item.js +5 -5
- package/timeline/Timeline.d.ts +2 -6
- package/timeline/Timeline.js +19 -19
- package/timeline/index.d.ts +2 -4
- package/timeline/index.js +1 -1
- package/timer/Timer.js +1 -1
- package/timer/index.js +1 -1
- package/tooltip/Tooltip.js +1 -1
- package/tooltip/index.js +1 -1
- package/tour/Tour.js +1 -1
- package/tour/index.js +1 -1
- package/transfer/Item.js +1 -1
- package/transfer/List.d.ts +3 -3
- package/transfer/List.js +29 -29
- package/transfer/Transfer.d.ts +1 -2
- package/transfer/Transfer.js +13 -7
- package/transfer/index.js +1 -1
- package/transition/index.d.ts +5 -0
- package/transition/index.js +9 -0
- package/transition/interface.d.ts +3 -0
- package/tree/Animation.d.ts +3 -0
- package/tree/Animation.js +14 -14
- package/tree/Node.d.ts +2 -2
- package/tree/Node.js +5 -5
- package/tree/NodeList.js +1 -1
- package/tree/Tree.js +2 -2
- package/tree/context.js +1 -1
- package/tree/index.js +2 -2
- package/tree/utils.js +1 -1
- package/tree-select/List.js +1 -1
- package/tree-select/TreeSelect.d.ts +1 -8
- package/tree-select/TreeSelect.js +129 -121
- package/tree-select/hook/useKeyCache.js +2 -2
- package/tree-select/hook/useStateValue.js +1 -1
- package/tree-select/hook/useTreeData.js +1 -1
- package/tree-select/index.d.ts +1 -6
- package/tree-select/index.js +9 -9
- package/tree-select/interface.d.ts +0 -10
- package/tree-select/utils.d.ts +11 -1
- package/tree-select/utils.js +12 -3
- package/trigger/Trigger.d.ts +0 -6
- package/trigger/Trigger.js +269 -278
- package/trigger/getPopupStyle.d.ts +3 -12
- package/trigger/getPopupStyle.js +57 -42
- package/trigger/index.js +5 -5
- package/trigger/interface.d.ts +21 -4
- package/trigger/utils.d.ts +10 -0
- package/trigger/utils.js +13 -3
- package/typography/Base.js +7 -5
- package/typography/EditContent.js +36 -35
- package/typography/Ellipsis.js +88 -86
- 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 +6 -6
- package/typography/useCssEllipsis.js +1 -1
- package/typography/useEllipsis.js +2 -2
- package/upload/TriggerNode.js +1 -1
- package/upload/Upload.js +2 -2
- package/upload/Uploader.d.ts +2 -3
- package/upload/Uploader.js +3 -3
- package/upload/constant.js +1 -1
- package/upload/index.js +1 -1
- package/upload/list/PictureItem.js +1 -1
- package/upload/list/TextItem.js +1 -1
- package/upload/list/UploadProgress.js +1 -1
- package/upload/list/index.js +1 -1
- package/upload/list/utils.js +1 -1
- package/upload/request.js +18 -17
- package/upload/utils.js +1 -1
- package/utils/callOrReturn.js +1 -1
- package/utils/callbackOriginRef.js +1 -1
- package/utils/caseName.js +1 -1
- package/utils/className.js +1 -1
- package/utils/constant.js +1 -1
- package/utils/contextHolder.js +1 -1
- package/utils/copy.js +1 -1
- package/utils/date.js +1 -1
- package/utils/dayjs.js +1 -1
- package/utils/dom.js +1 -1
- package/utils/emitter.js +1 -1
- package/utils/fileRead.js +1 -1
- package/utils/fileToDataURL.js +1 -1
- package/utils/fillNBSP.js +1 -1
- package/utils/findRootElement.js +1 -1
- package/utils/findScrollParent.js +1 -1
- package/utils/getHighlightText.js +1 -1
- package/utils/getHotkeyHandler.js +1 -1
- package/utils/getScrollBarHeight.js +1 -1
- package/utils/getScrollBarSize.js +1 -1
- package/utils/getScrollBarWidth.js +1 -1
- package/utils/getStringLength.js +1 -1
- package/utils/include.js +1 -1
- package/utils/index.d.ts +1 -0
- package/utils/index.js +341 -336
- package/utils/intersectionObserver.js +1 -1
- package/utils/is.d.ts +1 -1
- package/utils/is.js +47 -45
- 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/object.d.ts +1 -0
- package/utils/object.js +10 -0
- package/utils/omit.js +1 -1
- package/utils/pad.js +1 -1
- package/utils/pick.js +1 -1
- package/utils/pinyin.js +1 -1
- package/utils/react19Adapter.js +1 -1
- package/utils/ref.js +1 -1
- package/utils/resizeObserver.js +1 -1
- package/utils/responsiveObserve.js +1 -1
- package/utils/saveAs.js +1 -1
- package/utils/screenfull.js +1 -1
- package/utils/scrollIntoViewIfNeeded.js +1 -1
- package/utils/setCreateRoot.js +1 -1
- package/utils/setDarkTheme.js +1 -1
- package/utils/setPrimaryColor.js +1 -1
- package/utils/setTheme.js +1 -1
- package/utils/string.js +1 -1
- package/utils/style.js +1 -1
- package/utils/throttleByRaf.js +1 -1
- package/utils/throttleByRaf2.js +1 -1
- package/utils/toArray.js +1 -1
- package/utils/tree.js +1 -1
- package/utils/tween.js +1 -1
- package/utils/uuid.js +1 -1
- package/utils/validate.js +1 -1
- package/utils/warning.js +1 -1
- package/verification-code/VerificationCode.d.ts +1 -2
- package/verification-code/VerificationCode.js +4 -4
- package/verification-code/index.js +1 -1
- package/version/index.js +11 -11
- package/virtual-list/Filler.js +1 -1
- package/virtual-list/VirtualList.d.ts +2 -2
- package/virtual-list/VirtualList.js +162 -156
- package/virtual-list/constant.js +1 -1
- package/virtual-list/hook/useCacheChildrenNodes.js +9 -8
- package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
- package/virtual-list/index.js +1 -1
- package/virtual-list/interface.d.ts +1 -0
- 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/hooks/use-in-view/index.d.ts +0 -2
- package/hooks/use-in-view/index.js +0 -7
- package/hooks/use-merge-value/index.d.ts +0 -2
- package/hooks/use-merge-value/index.js +0 -7
- package/input/InputElement.d.ts +0 -4
- package/input/InputElement.js +0 -183
- package/input/Number.d.ts +0 -2
- package/input/Number.js +0 -7
- package/input/Tag.d.ts +0 -2
- package/input/Tag.js +0 -7
- package/tree/Context2.js +0 -7
- package/tree-select/interface.js +0 -16
- /package/tree/{Context.d.ts → context.d.ts} +0 -0
package/.vite/manifest.json
CHANGED
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
"components/pc/config-provider/context.ts",
|
|
35
35
|
"components/pc/config-provider/index.tsx",
|
|
36
36
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
37
|
+
"components/pc/transition/index.ts",
|
|
37
38
|
"components/pc/utils/className.ts"
|
|
38
39
|
]
|
|
39
40
|
},
|
|
@@ -53,7 +54,6 @@
|
|
|
53
54
|
"isEntry": true,
|
|
54
55
|
"imports": [
|
|
55
56
|
"components/pc/affix/index.tsx",
|
|
56
|
-
"components/pc/anchor/Link.tsx",
|
|
57
57
|
"components/pc/anchor/context.ts",
|
|
58
58
|
"components/pc/anchor/utils.ts",
|
|
59
59
|
"components/pc/config-provider/context.ts",
|
|
@@ -77,7 +77,8 @@
|
|
|
77
77
|
"components/pc/config-provider/index.tsx",
|
|
78
78
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
79
79
|
"components/pc/utils/className.ts",
|
|
80
|
-
"components/pc/utils/is.ts"
|
|
80
|
+
"components/pc/utils/is.ts",
|
|
81
|
+
"components/pc/utils/object.ts"
|
|
81
82
|
]
|
|
82
83
|
},
|
|
83
84
|
"components/pc/anchor/context.ts": {
|
|
@@ -158,10 +159,11 @@
|
|
|
158
159
|
"components/pc/config-provider/context.ts",
|
|
159
160
|
"components/pc/config-provider/index.tsx",
|
|
160
161
|
"components/pc/form/context.ts",
|
|
162
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
161
163
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
162
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
163
164
|
"components/pc/input/index.tsx",
|
|
164
|
-
"components/pc/select/
|
|
165
|
+
"components/pc/select/Option.tsx",
|
|
166
|
+
"components/pc/select/index.tsx",
|
|
165
167
|
"components/pc/select/utils.tsx",
|
|
166
168
|
"components/pc/utils/className.ts",
|
|
167
169
|
"components/pc/utils/is.ts",
|
|
@@ -178,7 +180,8 @@
|
|
|
178
180
|
"isEntry": true,
|
|
179
181
|
"imports": [
|
|
180
182
|
"components/pc/auto-complete/AutoComplete.tsx",
|
|
181
|
-
"components/pc/select/
|
|
183
|
+
"components/pc/select/Option.tsx",
|
|
184
|
+
"components/pc/select/OptionGroup.tsx"
|
|
182
185
|
]
|
|
183
186
|
},
|
|
184
187
|
"components/pc/avatar/Avatar.tsx": {
|
|
@@ -237,6 +240,7 @@
|
|
|
237
240
|
"components/pc/config-provider/index.tsx",
|
|
238
241
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
239
242
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
243
|
+
"components/pc/transition/index.ts",
|
|
240
244
|
"components/pc/utils/className.ts",
|
|
241
245
|
"components/pc/utils/dom.ts",
|
|
242
246
|
"components/pc/utils/pick.ts",
|
|
@@ -263,6 +267,7 @@
|
|
|
263
267
|
"components/pc/config-provider/context.ts",
|
|
264
268
|
"components/pc/config-provider/index.tsx",
|
|
265
269
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
270
|
+
"components/pc/transition/index.ts",
|
|
266
271
|
"components/pc/utils/className.ts",
|
|
267
272
|
"components/pc/utils/is.ts"
|
|
268
273
|
]
|
|
@@ -274,6 +279,7 @@
|
|
|
274
279
|
"isEntry": true,
|
|
275
280
|
"imports": [
|
|
276
281
|
"components/pc/hooks/use-previous/index.ts",
|
|
282
|
+
"components/pc/transition/index.ts",
|
|
277
283
|
"components/pc/utils/className.ts"
|
|
278
284
|
]
|
|
279
285
|
},
|
|
@@ -305,6 +311,7 @@
|
|
|
305
311
|
"components/pc/config-provider/context.ts",
|
|
306
312
|
"components/pc/config-provider/index.tsx",
|
|
307
313
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
314
|
+
"components/pc/menu/Item.tsx",
|
|
308
315
|
"components/pc/menu/index.tsx",
|
|
309
316
|
"components/pc/utils/className.ts",
|
|
310
317
|
"components/pc/utils/is.ts",
|
|
@@ -348,7 +355,6 @@
|
|
|
348
355
|
"src": "components/pc/button/Button.tsx",
|
|
349
356
|
"isEntry": true,
|
|
350
357
|
"imports": [
|
|
351
|
-
"components/pc/button/Group.tsx",
|
|
352
358
|
"components/pc/config-provider/context.ts",
|
|
353
359
|
"components/pc/config-provider/index.tsx",
|
|
354
360
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
@@ -448,7 +454,7 @@
|
|
|
448
454
|
"imports": [
|
|
449
455
|
"components/pc/button/index.tsx",
|
|
450
456
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
451
|
-
"components/pc/radio/
|
|
457
|
+
"components/pc/radio/Group.tsx",
|
|
452
458
|
"components/pc/select/index.tsx",
|
|
453
459
|
"components/pc/utils/dayjs.ts",
|
|
454
460
|
"components/pc/utils/is.ts"
|
|
@@ -533,7 +539,8 @@
|
|
|
533
539
|
"components/pc/config-provider/context.ts",
|
|
534
540
|
"components/pc/config-provider/index.tsx",
|
|
535
541
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
536
|
-
"components/pc/utils/className.ts"
|
|
542
|
+
"components/pc/utils/className.ts",
|
|
543
|
+
"components/pc/utils/object.ts"
|
|
537
544
|
]
|
|
538
545
|
},
|
|
539
546
|
"components/pc/carousel/Carousel.tsx": {
|
|
@@ -588,12 +595,11 @@
|
|
|
588
595
|
"components/pc/cascader/utils.ts",
|
|
589
596
|
"components/pc/config-provider/context.ts",
|
|
590
597
|
"components/pc/config-provider/index.tsx",
|
|
591
|
-
"components/pc/constant/index.ts",
|
|
592
598
|
"components/pc/form/context.ts",
|
|
599
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
593
600
|
"components/pc/hooks/use-force-update/index.ts",
|
|
594
601
|
"components/pc/hooks/use-id/index.ts",
|
|
595
602
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
596
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
597
603
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
598
604
|
"components/pc/select-view/index.tsx",
|
|
599
605
|
"components/pc/trigger/index.tsx",
|
|
@@ -608,7 +614,7 @@
|
|
|
608
614
|
"src": "components/pc/cascader/base/node.ts",
|
|
609
615
|
"isDynamicEntry": true,
|
|
610
616
|
"imports": [
|
|
611
|
-
"components/pc/cascader/
|
|
617
|
+
"components/pc/cascader/utils.ts",
|
|
612
618
|
"components/pc/utils/is.ts"
|
|
613
619
|
]
|
|
614
620
|
},
|
|
@@ -654,6 +660,7 @@
|
|
|
654
660
|
"components/pc/hooks/use-force-update/index.ts",
|
|
655
661
|
"components/pc/hooks/use-refs/index.ts",
|
|
656
662
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
663
|
+
"components/pc/transition/index.ts",
|
|
657
664
|
"components/pc/utils/callOrReturn.ts",
|
|
658
665
|
"components/pc/utils/className.ts",
|
|
659
666
|
"components/pc/utils/dom.ts",
|
|
@@ -698,6 +705,7 @@
|
|
|
698
705
|
"isEntry": true,
|
|
699
706
|
"imports": [
|
|
700
707
|
"components/pc/cascader/base/store.ts",
|
|
708
|
+
"components/pc/constant/index.ts",
|
|
701
709
|
"components/pc/utils/is.ts"
|
|
702
710
|
]
|
|
703
711
|
},
|
|
@@ -711,8 +719,9 @@
|
|
|
711
719
|
"components/pc/config-provider/context.ts",
|
|
712
720
|
"components/pc/config-provider/index.tsx",
|
|
713
721
|
"components/pc/form/context.ts",
|
|
722
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
723
|
+
"components/pc/hooks/use-memoized-fn/index.ts",
|
|
714
724
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
715
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
716
725
|
"components/pc/icon-hover/index.tsx",
|
|
717
726
|
"components/pc/utils/className.ts",
|
|
718
727
|
"components/pc/utils/is.ts",
|
|
@@ -730,8 +739,8 @@
|
|
|
730
739
|
"components/pc/config-provider/context.ts",
|
|
731
740
|
"components/pc/config-provider/index.tsx",
|
|
732
741
|
"components/pc/form/context.ts",
|
|
742
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
733
743
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
734
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
735
744
|
"components/pc/utils/className.ts",
|
|
736
745
|
"components/pc/utils/constant.ts",
|
|
737
746
|
"components/pc/utils/is.ts"
|
|
@@ -744,12 +753,13 @@
|
|
|
744
753
|
"isEntry": true,
|
|
745
754
|
"imports": [
|
|
746
755
|
"components/pc/checkbox/Checkbox.tsx",
|
|
756
|
+
"components/pc/checkbox/Group.tsx",
|
|
747
757
|
"components/pc/checkbox/context.ts",
|
|
748
758
|
"components/pc/config-provider/context.ts",
|
|
749
759
|
"components/pc/config-provider/index.tsx",
|
|
750
760
|
"components/pc/form/context.ts",
|
|
751
761
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
752
|
-
"components/pc/typography/
|
|
762
|
+
"components/pc/typography/Ellipsis.tsx",
|
|
753
763
|
"components/pc/utils/className.ts",
|
|
754
764
|
"components/pc/utils/is.ts"
|
|
755
765
|
]
|
|
@@ -787,13 +797,15 @@
|
|
|
787
797
|
"imports": [
|
|
788
798
|
"components/pc/collapse/Item.tsx",
|
|
789
799
|
"components/pc/collapse/context.tsx",
|
|
800
|
+
"components/pc/collapse/utils.ts",
|
|
790
801
|
"components/pc/config-provider/context.ts",
|
|
791
802
|
"components/pc/config-provider/index.tsx",
|
|
803
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
792
804
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
793
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
794
805
|
"components/pc/utils/className.ts",
|
|
795
806
|
"components/pc/utils/is.ts",
|
|
796
|
-
"components/pc/utils/omit.ts"
|
|
807
|
+
"components/pc/utils/omit.ts",
|
|
808
|
+
"components/pc/utils/ref.ts"
|
|
797
809
|
]
|
|
798
810
|
},
|
|
799
811
|
"components/pc/collapse/Item.tsx": {
|
|
@@ -803,10 +815,12 @@
|
|
|
803
815
|
"isEntry": true,
|
|
804
816
|
"imports": [
|
|
805
817
|
"components/pc/collapse/context.tsx",
|
|
818
|
+
"components/pc/collapse/utils.ts",
|
|
806
819
|
"components/pc/config-provider/context.ts",
|
|
807
820
|
"components/pc/config-provider/index.tsx",
|
|
808
821
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
809
822
|
"components/pc/icon-hover/index.tsx",
|
|
823
|
+
"components/pc/transition/index.ts",
|
|
810
824
|
"components/pc/utils/className.ts",
|
|
811
825
|
"components/pc/utils/dom.ts",
|
|
812
826
|
"components/pc/utils/is.ts"
|
|
@@ -829,17 +843,21 @@
|
|
|
829
843
|
"components/pc/collapse/context.tsx"
|
|
830
844
|
]
|
|
831
845
|
},
|
|
846
|
+
"components/pc/collapse/utils.ts": {
|
|
847
|
+
"file": "collapse/utils.js",
|
|
848
|
+
"name": "collapse/utils",
|
|
849
|
+
"src": "components/pc/collapse/utils.ts",
|
|
850
|
+
"isEntry": true,
|
|
851
|
+
"imports": [
|
|
852
|
+
"components/pc/utils/is.ts"
|
|
853
|
+
]
|
|
854
|
+
},
|
|
832
855
|
"components/pc/color-picker/ColorPicker.tsx": {
|
|
833
856
|
"file": "color-picker/ColorPicker.js",
|
|
834
857
|
"name": "color-picker/ColorPicker",
|
|
835
858
|
"src": "components/pc/color-picker/ColorPicker.tsx",
|
|
836
859
|
"isEntry": true,
|
|
837
860
|
"imports": [
|
|
838
|
-
"components/pc/color-picker/ControlBar.tsx",
|
|
839
|
-
"components/pc/color-picker/InputAlpha.tsx",
|
|
840
|
-
"components/pc/color-picker/InputHex.tsx",
|
|
841
|
-
"components/pc/color-picker/InputRgb.tsx",
|
|
842
|
-
"components/pc/color-picker/Palette.tsx",
|
|
843
861
|
"components/pc/color-picker/Panel.tsx",
|
|
844
862
|
"components/pc/color-picker/colors.ts",
|
|
845
863
|
"components/pc/color-picker/hooks/useColorPicker.ts",
|
|
@@ -887,6 +905,7 @@
|
|
|
887
905
|
"components/pc/color-picker/InputAlpha.tsx",
|
|
888
906
|
"components/pc/config-provider/context.ts",
|
|
889
907
|
"components/pc/config-provider/index.tsx",
|
|
908
|
+
"components/pc/input/Group.tsx",
|
|
890
909
|
"components/pc/input/index.tsx"
|
|
891
910
|
]
|
|
892
911
|
},
|
|
@@ -900,7 +919,7 @@
|
|
|
900
919
|
"components/pc/config-provider/context.ts",
|
|
901
920
|
"components/pc/config-provider/index.tsx",
|
|
902
921
|
"components/pc/input-number/index.tsx",
|
|
903
|
-
"components/pc/input/
|
|
922
|
+
"components/pc/input/Group.tsx"
|
|
904
923
|
]
|
|
905
924
|
},
|
|
906
925
|
"components/pc/color-picker/Mode.ts": {
|
|
@@ -939,10 +958,12 @@
|
|
|
939
958
|
"components/pc/color-picker/utils.ts",
|
|
940
959
|
"components/pc/config-provider/context.ts",
|
|
941
960
|
"components/pc/config-provider/index.tsx",
|
|
961
|
+
"components/pc/radio/Group.tsx",
|
|
942
962
|
"components/pc/radio/index.tsx",
|
|
943
963
|
"components/pc/select/index.tsx",
|
|
944
964
|
"components/pc/tooltip/index.tsx",
|
|
945
965
|
"components/pc/utils/className.ts",
|
|
966
|
+
"components/pc/utils/dom.ts",
|
|
946
967
|
"components/pc/utils/is.ts"
|
|
947
968
|
]
|
|
948
969
|
},
|
|
@@ -961,8 +982,8 @@
|
|
|
961
982
|
"components/pc/color-picker/Mode.ts",
|
|
962
983
|
"components/pc/color-picker/interface.ts",
|
|
963
984
|
"components/pc/color-picker/utils.ts",
|
|
985
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
964
986
|
"components/pc/hooks/use-is-first-render/index.ts",
|
|
965
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
966
987
|
"components/pc/utils/callOrReturn.ts",
|
|
967
988
|
"components/pc/utils/is.ts"
|
|
968
989
|
]
|
|
@@ -1038,6 +1059,7 @@
|
|
|
1038
1059
|
"components/pc/config-provider/context.ts",
|
|
1039
1060
|
"components/pc/config-provider/initUI.js",
|
|
1040
1061
|
"components/pc/config-provider/useConfigProvider.tsx",
|
|
1062
|
+
"components/pc/config-provider/utils.ts",
|
|
1041
1063
|
"components/pc/hooks/use-merge-props/index.ts"
|
|
1042
1064
|
]
|
|
1043
1065
|
},
|
|
@@ -1047,9 +1069,9 @@
|
|
|
1047
1069
|
"src": "components/pc/config-provider/context.ts",
|
|
1048
1070
|
"isEntry": true,
|
|
1049
1071
|
"imports": [
|
|
1072
|
+
"components/pc/config-provider/utils.ts",
|
|
1050
1073
|
"components/pc/empty/index.tsx",
|
|
1051
|
-
"components/pc/locale/default.tsx"
|
|
1052
|
-
"components/pc/utils/dom.ts"
|
|
1074
|
+
"components/pc/locale/default.tsx"
|
|
1053
1075
|
]
|
|
1054
1076
|
},
|
|
1055
1077
|
"components/pc/config-provider/index.tsx": {
|
|
@@ -1085,6 +1107,15 @@
|
|
|
1085
1107
|
"components/pc/utils/emitter.ts"
|
|
1086
1108
|
]
|
|
1087
1109
|
},
|
|
1110
|
+
"components/pc/config-provider/utils.ts": {
|
|
1111
|
+
"file": "config-provider/utils.js",
|
|
1112
|
+
"name": "config-provider/utils",
|
|
1113
|
+
"src": "components/pc/config-provider/utils.ts",
|
|
1114
|
+
"isEntry": true,
|
|
1115
|
+
"imports": [
|
|
1116
|
+
"components/pc/utils/dom.ts"
|
|
1117
|
+
]
|
|
1118
|
+
},
|
|
1088
1119
|
"components/pc/constant/index.ts": {
|
|
1089
1120
|
"file": "constant/index.js",
|
|
1090
1121
|
"name": "constant/index",
|
|
@@ -1590,8 +1621,10 @@
|
|
|
1590
1621
|
"components/pc/hooks/use-overflow-hidden/index.ts",
|
|
1591
1622
|
"components/pc/hooks/useUnmountOnExit.ts",
|
|
1592
1623
|
"components/pc/icon-hover/index.tsx",
|
|
1624
|
+
"components/pc/mask/constant.ts",
|
|
1593
1625
|
"components/pc/mask/index.tsx",
|
|
1594
1626
|
"components/pc/portal/index.tsx",
|
|
1627
|
+
"components/pc/transition/index.ts",
|
|
1595
1628
|
"components/pc/utils/className.ts",
|
|
1596
1629
|
"components/pc/utils/dom.ts",
|
|
1597
1630
|
"components/pc/utils/findRootElement.ts",
|
|
@@ -1615,6 +1648,7 @@
|
|
|
1615
1648
|
"src": "components/pc/dropdown/Button.tsx",
|
|
1616
1649
|
"isEntry": true,
|
|
1617
1650
|
"imports": [
|
|
1651
|
+
"components/pc/button/Group.tsx",
|
|
1618
1652
|
"components/pc/button/index.tsx",
|
|
1619
1653
|
"components/pc/config-provider/context.ts",
|
|
1620
1654
|
"components/pc/config-provider/index.tsx",
|
|
@@ -1631,8 +1665,8 @@
|
|
|
1631
1665
|
"imports": [
|
|
1632
1666
|
"components/pc/config-provider/context.ts",
|
|
1633
1667
|
"components/pc/config-provider/index.tsx",
|
|
1668
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
1634
1669
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
1635
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
1636
1670
|
"components/pc/trigger/index.tsx",
|
|
1637
1671
|
"components/pc/trigger/utils.ts",
|
|
1638
1672
|
"components/pc/utils/className.ts",
|
|
@@ -1739,9 +1773,9 @@
|
|
|
1739
1773
|
"components/pc/form/utils.ts",
|
|
1740
1774
|
"components/pc/hooks/use-create/index.ts",
|
|
1741
1775
|
"components/pc/hooks/use-force-update/index.ts",
|
|
1742
|
-
"components/pc/hooks/use-latest/index.ts",
|
|
1743
1776
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
1744
1777
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
1778
|
+
"components/pc/hooks/use-update-layout-effect/index.ts",
|
|
1745
1779
|
"components/pc/utils/className.ts",
|
|
1746
1780
|
"components/pc/utils/is.ts",
|
|
1747
1781
|
"components/pc/utils/warning.ts"
|
|
@@ -1791,6 +1825,7 @@
|
|
|
1791
1825
|
"src": "components/pc/form/FormItemTip.tsx",
|
|
1792
1826
|
"isEntry": true,
|
|
1793
1827
|
"imports": [
|
|
1828
|
+
"components/pc/transition/index.ts",
|
|
1794
1829
|
"components/pc/utils/className.ts",
|
|
1795
1830
|
"components/pc/utils/is.ts"
|
|
1796
1831
|
]
|
|
@@ -1841,7 +1876,6 @@
|
|
|
1841
1876
|
"src": "components/pc/form/context.ts",
|
|
1842
1877
|
"isEntry": true,
|
|
1843
1878
|
"imports": [
|
|
1844
|
-
"components/pc/config-provider/context.ts",
|
|
1845
1879
|
"components/pc/utils/constant.ts"
|
|
1846
1880
|
]
|
|
1847
1881
|
},
|
|
@@ -1851,7 +1885,8 @@
|
|
|
1851
1885
|
"src": "components/pc/form/hook/useForm.ts",
|
|
1852
1886
|
"isDynamicEntry": true,
|
|
1853
1887
|
"imports": [
|
|
1854
|
-
"components/pc/form/store.ts"
|
|
1888
|
+
"components/pc/form/store.ts",
|
|
1889
|
+
"components/pc/utils/pick.ts"
|
|
1855
1890
|
]
|
|
1856
1891
|
},
|
|
1857
1892
|
"components/pc/form/hook/useFormContext.ts": {
|
|
@@ -2066,6 +2101,12 @@
|
|
|
2066
2101
|
"src": "components/pc/hooks/use-computed-state/index.ts",
|
|
2067
2102
|
"isEntry": true
|
|
2068
2103
|
},
|
|
2104
|
+
"components/pc/hooks/use-controllable-value/index.ts": {
|
|
2105
|
+
"file": "hooks/use-controllable-value/index.js",
|
|
2106
|
+
"name": "hooks/use-controllable-value/index",
|
|
2107
|
+
"src": "components/pc/hooks/use-controllable-value/index.ts",
|
|
2108
|
+
"isEntry": true
|
|
2109
|
+
},
|
|
2069
2110
|
"components/pc/hooks/use-create/index.ts": {
|
|
2070
2111
|
"file": "hooks/use-create/index.js",
|
|
2071
2112
|
"name": "hooks/use-create/index",
|
|
@@ -2078,6 +2119,12 @@
|
|
|
2078
2119
|
"src": "components/pc/hooks/use-creation/index.ts",
|
|
2079
2120
|
"isEntry": true
|
|
2080
2121
|
},
|
|
2122
|
+
"components/pc/hooks/use-effect-event/index.ts": {
|
|
2123
|
+
"file": "hooks/use-effect-event/index.js",
|
|
2124
|
+
"name": "hooks/use-effect-event/index",
|
|
2125
|
+
"src": "components/pc/hooks/use-effect-event/index.ts",
|
|
2126
|
+
"isEntry": true
|
|
2127
|
+
},
|
|
2081
2128
|
"components/pc/hooks/use-event-listener/index.ts": {
|
|
2082
2129
|
"file": "hooks/use-event-listener/index.js",
|
|
2083
2130
|
"name": "hooks/use-event-listener/index",
|
|
@@ -2108,12 +2155,6 @@
|
|
|
2108
2155
|
"src": "components/pc/hooks/use-id/index.ts",
|
|
2109
2156
|
"isEntry": true
|
|
2110
2157
|
},
|
|
2111
|
-
"components/pc/hooks/use-in-view/index.ts": {
|
|
2112
|
-
"file": "hooks/use-in-view/index.js",
|
|
2113
|
-
"name": "hooks/use-in-view/index",
|
|
2114
|
-
"src": "components/pc/hooks/use-in-view/index.ts",
|
|
2115
|
-
"isEntry": true
|
|
2116
|
-
},
|
|
2117
2158
|
"components/pc/hooks/use-intersection-observer/index.ts": {
|
|
2118
2159
|
"file": "hooks/use-intersection-observer/index.js",
|
|
2119
2160
|
"name": "hooks/use-intersection-observer/index",
|
|
@@ -2168,18 +2209,18 @@
|
|
|
2168
2209
|
"src": "components/pc/hooks/use-media/index.ts",
|
|
2169
2210
|
"isEntry": true
|
|
2170
2211
|
},
|
|
2212
|
+
"components/pc/hooks/use-memoized-fn/index.ts": {
|
|
2213
|
+
"file": "hooks/use-memoized-fn/index.js",
|
|
2214
|
+
"name": "hooks/use-memoized-fn/index",
|
|
2215
|
+
"src": "components/pc/hooks/use-memoized-fn/index.ts",
|
|
2216
|
+
"isEntry": true
|
|
2217
|
+
},
|
|
2171
2218
|
"components/pc/hooks/use-merge-props/index.ts": {
|
|
2172
2219
|
"file": "hooks/use-merge-props/index.js",
|
|
2173
2220
|
"name": "hooks/use-merge-props/index",
|
|
2174
2221
|
"src": "components/pc/hooks/use-merge-props/index.ts",
|
|
2175
2222
|
"isEntry": true
|
|
2176
2223
|
},
|
|
2177
|
-
"components/pc/hooks/use-merge-value/index.ts": {
|
|
2178
|
-
"file": "hooks/use-merge-value/index.js",
|
|
2179
|
-
"name": "hooks/use-merge-value/index",
|
|
2180
|
-
"src": "components/pc/hooks/use-merge-value/index.ts",
|
|
2181
|
-
"isEntry": true
|
|
2182
|
-
},
|
|
2183
2224
|
"components/pc/hooks/use-move/index.ts": {
|
|
2184
2225
|
"file": "hooks/use-move/index.js",
|
|
2185
2226
|
"name": "hooks/use-move/index",
|
|
@@ -2292,7 +2333,7 @@
|
|
|
2292
2333
|
"src": "components/pc/hooks/use-verification-code/index.ts",
|
|
2293
2334
|
"isEntry": true,
|
|
2294
2335
|
"imports": [
|
|
2295
|
-
"components/pc/hooks/use-
|
|
2336
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
2296
2337
|
"components/pc/utils/is.ts",
|
|
2297
2338
|
"components/pc/utils/keyboardCode.ts"
|
|
2298
2339
|
]
|
|
@@ -2423,13 +2464,12 @@
|
|
|
2423
2464
|
"imports": [
|
|
2424
2465
|
"components/pc/config-provider/context.ts",
|
|
2425
2466
|
"components/pc/config-provider/index.tsx",
|
|
2426
|
-
"components/pc/hooks/
|
|
2467
|
+
"components/pc/hooks/index.ts",
|
|
2468
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
2427
2469
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
2428
2470
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
2429
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
2430
2471
|
"components/pc/image/ImageFooter.tsx",
|
|
2431
2472
|
"components/pc/image/ImagePreview.tsx",
|
|
2432
|
-
"components/pc/image/ImagePreviewGroup.tsx",
|
|
2433
2473
|
"components/pc/image/context.ts",
|
|
2434
2474
|
"components/pc/image/utils/hook/useImageStatus.ts",
|
|
2435
2475
|
"components/pc/image/utils/hook/useShowFooter.ts",
|
|
@@ -2457,8 +2497,8 @@
|
|
|
2457
2497
|
"imports": [
|
|
2458
2498
|
"components/pc/config-provider/context.ts",
|
|
2459
2499
|
"components/pc/config-provider/index.tsx",
|
|
2500
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
2460
2501
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
2461
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
2462
2502
|
"components/pc/hooks/use-overflow-hidden/index.ts",
|
|
2463
2503
|
"components/pc/hooks/use-resize-observers/index.ts",
|
|
2464
2504
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
@@ -2469,6 +2509,7 @@
|
|
|
2469
2509
|
"components/pc/image/utils/getScale.ts",
|
|
2470
2510
|
"components/pc/image/utils/hook/useImageStatus.ts",
|
|
2471
2511
|
"components/pc/portal/index.tsx",
|
|
2512
|
+
"components/pc/transition/index.ts",
|
|
2472
2513
|
"components/pc/utils/className.ts",
|
|
2473
2514
|
"components/pc/utils/copy.ts",
|
|
2474
2515
|
"components/pc/utils/dom.ts",
|
|
@@ -2494,8 +2535,8 @@
|
|
|
2494
2535
|
"src": "components/pc/image/ImagePreviewGroup.tsx",
|
|
2495
2536
|
"isEntry": true,
|
|
2496
2537
|
"imports": [
|
|
2538
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
2497
2539
|
"components/pc/hooks/use-is-first-render/index.ts",
|
|
2498
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
2499
2540
|
"components/pc/image/ImagePreview.tsx",
|
|
2500
2541
|
"components/pc/image/context.ts",
|
|
2501
2542
|
"components/pc/utils/is.ts"
|
|
@@ -2675,6 +2716,7 @@
|
|
|
2675
2716
|
"components/pc/input-tag/index.tsx",
|
|
2676
2717
|
"components/pc/input/Button.tsx",
|
|
2677
2718
|
"components/pc/input/Group.tsx",
|
|
2719
|
+
"components/pc/input/InputComponent.tsx",
|
|
2678
2720
|
"components/pc/input/Password.tsx",
|
|
2679
2721
|
"components/pc/input/Search.tsx",
|
|
2680
2722
|
"components/pc/input/Textarea.tsx",
|
|
@@ -2786,10 +2828,11 @@
|
|
|
2786
2828
|
"components/pc/tooltip/index.tsx",
|
|
2787
2829
|
"components/pc/tour/index.tsx",
|
|
2788
2830
|
"components/pc/transfer/index.tsx",
|
|
2831
|
+
"components/pc/transition/index.ts",
|
|
2789
2832
|
"components/pc/tree-select/index.tsx",
|
|
2790
|
-
"components/pc/tree/Context.tsx",
|
|
2791
2833
|
"components/pc/tree/Node.tsx",
|
|
2792
2834
|
"components/pc/tree/NodeList.tsx",
|
|
2835
|
+
"components/pc/tree/context.tsx",
|
|
2793
2836
|
"components/pc/tree/index.tsx",
|
|
2794
2837
|
"components/pc/trigger/index.tsx",
|
|
2795
2838
|
"components/pc/typography/Ellipsis.tsx",
|
|
@@ -2929,12 +2972,12 @@
|
|
|
2929
2972
|
"components/pc/draggable/index.tsx",
|
|
2930
2973
|
"components/pc/flex/index.tsx",
|
|
2931
2974
|
"components/pc/form/context.ts",
|
|
2975
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
2932
2976
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
2933
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
2934
2977
|
"components/pc/icon-hover/index.tsx",
|
|
2935
2978
|
"components/pc/input-tag/constant.ts",
|
|
2936
2979
|
"components/pc/input-tag/hook/useComputeAutoWidthDelay.tsx",
|
|
2937
|
-
"components/pc/input/
|
|
2980
|
+
"components/pc/input/InputComponent.tsx",
|
|
2938
2981
|
"components/pc/overflow-ellipsis/index.tsx",
|
|
2939
2982
|
"components/pc/popover/index.tsx",
|
|
2940
2983
|
"components/pc/tag/index.tsx",
|
|
@@ -2979,8 +3022,8 @@
|
|
|
2979
3022
|
"components/pc/config-provider/context.ts",
|
|
2980
3023
|
"components/pc/config-provider/index.tsx",
|
|
2981
3024
|
"components/pc/form/context.ts",
|
|
3025
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
2982
3026
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
2983
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
2984
3027
|
"components/pc/input/Input.tsx",
|
|
2985
3028
|
"components/pc/input/utils.ts",
|
|
2986
3029
|
"components/pc/utils/className.ts",
|
|
@@ -3007,20 +3050,20 @@
|
|
|
3007
3050
|
"components/pc/config-provider/context.ts",
|
|
3008
3051
|
"components/pc/config-provider/index.tsx",
|
|
3009
3052
|
"components/pc/form/context.ts",
|
|
3053
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3010
3054
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3011
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
3012
3055
|
"components/pc/input/Group.tsx",
|
|
3013
|
-
"components/pc/input/
|
|
3056
|
+
"components/pc/input/InputComponent.tsx",
|
|
3014
3057
|
"components/pc/input/utils.ts",
|
|
3015
3058
|
"components/pc/utils/className.ts",
|
|
3016
3059
|
"components/pc/utils/dom.ts",
|
|
3017
3060
|
"components/pc/utils/is.ts"
|
|
3018
3061
|
]
|
|
3019
3062
|
},
|
|
3020
|
-
"components/pc/input/
|
|
3021
|
-
"file": "input/
|
|
3022
|
-
"name": "input/
|
|
3023
|
-
"src": "components/pc/input/
|
|
3063
|
+
"components/pc/input/InputComponent.tsx": {
|
|
3064
|
+
"file": "input/InputComponent.js",
|
|
3065
|
+
"name": "input/InputComponent",
|
|
3066
|
+
"src": "components/pc/input/InputComponent.tsx",
|
|
3024
3067
|
"isEntry": true,
|
|
3025
3068
|
"imports": [
|
|
3026
3069
|
"components/pc/form/context.ts",
|
|
@@ -3034,15 +3077,6 @@
|
|
|
3034
3077
|
"components/pc/utils/omit.ts"
|
|
3035
3078
|
]
|
|
3036
3079
|
},
|
|
3037
|
-
"components/pc/input/Number.tsx": {
|
|
3038
|
-
"file": "input/Number.js",
|
|
3039
|
-
"name": "input/Number",
|
|
3040
|
-
"src": "components/pc/input/Number.tsx",
|
|
3041
|
-
"isEntry": true,
|
|
3042
|
-
"imports": [
|
|
3043
|
-
"components/pc/input-number/index.tsx"
|
|
3044
|
-
]
|
|
3045
|
-
},
|
|
3046
3080
|
"components/pc/input/Password.tsx": {
|
|
3047
3081
|
"file": "input/Password.js",
|
|
3048
3082
|
"name": "input/Password",
|
|
@@ -3052,9 +3086,9 @@
|
|
|
3052
3086
|
"components/pc/config-provider/context.ts",
|
|
3053
3087
|
"components/pc/config-provider/index.tsx",
|
|
3054
3088
|
"components/pc/form/context.ts",
|
|
3089
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3055
3090
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
3056
3091
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3057
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
3058
3092
|
"components/pc/input/Input.tsx",
|
|
3059
3093
|
"components/pc/utils/className.ts",
|
|
3060
3094
|
"components/pc/utils/omit.ts"
|
|
@@ -3069,8 +3103,8 @@
|
|
|
3069
3103
|
"components/pc/config-provider/context.ts",
|
|
3070
3104
|
"components/pc/config-provider/index.tsx",
|
|
3071
3105
|
"components/pc/form/context.ts",
|
|
3106
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3072
3107
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3073
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
3074
3108
|
"components/pc/input/Button.tsx",
|
|
3075
3109
|
"components/pc/input/utils.ts",
|
|
3076
3110
|
"components/pc/utils/className.ts",
|
|
@@ -3078,15 +3112,6 @@
|
|
|
3078
3112
|
"components/pc/utils/omit.ts"
|
|
3079
3113
|
]
|
|
3080
3114
|
},
|
|
3081
|
-
"components/pc/input/Tag.tsx": {
|
|
3082
|
-
"file": "input/Tag.js",
|
|
3083
|
-
"name": "input/Tag",
|
|
3084
|
-
"src": "components/pc/input/Tag.tsx",
|
|
3085
|
-
"isEntry": true,
|
|
3086
|
-
"imports": [
|
|
3087
|
-
"components/pc/input-tag/index.tsx"
|
|
3088
|
-
]
|
|
3089
|
-
},
|
|
3090
3115
|
"components/pc/input/Textarea.tsx": {
|
|
3091
3116
|
"file": "input/Textarea.js",
|
|
3092
3117
|
"name": "input/Textarea",
|
|
@@ -3096,9 +3121,9 @@
|
|
|
3096
3121
|
"components/pc/config-provider/context.ts",
|
|
3097
3122
|
"components/pc/config-provider/index.tsx",
|
|
3098
3123
|
"components/pc/form/context.ts",
|
|
3124
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3099
3125
|
"components/pc/hooks/use-isomorphic-layout-effect/index.ts",
|
|
3100
3126
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3101
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
3102
3127
|
"components/pc/hooks/use-set-state/index.ts",
|
|
3103
3128
|
"components/pc/icon-hover/index.tsx",
|
|
3104
3129
|
"components/pc/input/autoSizeTextareaHeight.ts",
|
|
@@ -3126,13 +3151,14 @@
|
|
|
3126
3151
|
"src": "components/pc/input/index.tsx",
|
|
3127
3152
|
"isEntry": true,
|
|
3128
3153
|
"imports": [
|
|
3154
|
+
"components/pc/input-number/index.tsx",
|
|
3155
|
+
"components/pc/input-tag/index.tsx",
|
|
3129
3156
|
"components/pc/input/Button.tsx",
|
|
3130
3157
|
"components/pc/input/Group.tsx",
|
|
3131
3158
|
"components/pc/input/Input.tsx",
|
|
3132
|
-
"components/pc/input/
|
|
3159
|
+
"components/pc/input/InputComponent.tsx",
|
|
3133
3160
|
"components/pc/input/Password.tsx",
|
|
3134
3161
|
"components/pc/input/Search.tsx",
|
|
3135
|
-
"components/pc/input/Tag.tsx",
|
|
3136
3162
|
"components/pc/input/Textarea.tsx"
|
|
3137
3163
|
]
|
|
3138
3164
|
},
|
|
@@ -3197,10 +3223,6 @@
|
|
|
3197
3223
|
"components/pc/config-provider/context.ts",
|
|
3198
3224
|
"components/pc/config-provider/index.tsx",
|
|
3199
3225
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3200
|
-
"components/pc/layout/Content.tsx",
|
|
3201
|
-
"components/pc/layout/Footer.tsx",
|
|
3202
|
-
"components/pc/layout/Header.tsx",
|
|
3203
|
-
"components/pc/layout/Sider.tsx",
|
|
3204
3226
|
"components/pc/utils/className.ts",
|
|
3205
3227
|
"components/pc/utils/is.ts"
|
|
3206
3228
|
]
|
|
@@ -3214,7 +3236,7 @@
|
|
|
3214
3236
|
"components/pc/config-provider/context.ts",
|
|
3215
3237
|
"components/pc/config-provider/index.tsx",
|
|
3216
3238
|
"components/pc/constant/index.ts",
|
|
3217
|
-
"components/pc/hooks/use-
|
|
3239
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3218
3240
|
"components/pc/hooks/use-set-state/index.ts",
|
|
3219
3241
|
"components/pc/layout/context.ts",
|
|
3220
3242
|
"components/pc/resize-box/index.tsx",
|
|
@@ -3530,9 +3552,20 @@
|
|
|
3530
3552
|
"components/pc/config-provider/index.tsx",
|
|
3531
3553
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3532
3554
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
3555
|
+
"components/pc/mask/constant.ts",
|
|
3556
|
+
"components/pc/transition/index.ts",
|
|
3533
3557
|
"components/pc/utils/className.ts"
|
|
3534
3558
|
]
|
|
3535
3559
|
},
|
|
3560
|
+
"components/pc/mask/constant.ts": {
|
|
3561
|
+
"file": "mask/constant.js",
|
|
3562
|
+
"name": "mask/constant",
|
|
3563
|
+
"src": "components/pc/mask/constant.ts",
|
|
3564
|
+
"isEntry": true,
|
|
3565
|
+
"imports": [
|
|
3566
|
+
"components/pc/transition/index.ts"
|
|
3567
|
+
]
|
|
3568
|
+
},
|
|
3536
3569
|
"components/pc/mask/index.tsx": {
|
|
3537
3570
|
"file": "mask/index.js",
|
|
3538
3571
|
"name": "mask/index",
|
|
@@ -3629,9 +3662,9 @@
|
|
|
3629
3662
|
"components/pc/config-provider/context.ts",
|
|
3630
3663
|
"components/pc/config-provider/index.tsx",
|
|
3631
3664
|
"components/pc/form/context.ts",
|
|
3665
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3632
3666
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3633
|
-
"components/pc/
|
|
3634
|
-
"components/pc/input/index.tsx",
|
|
3667
|
+
"components/pc/input/Textarea.tsx",
|
|
3635
3668
|
"components/pc/mentions/utils.ts",
|
|
3636
3669
|
"components/pc/select/index.tsx",
|
|
3637
3670
|
"components/pc/utils/className.ts",
|
|
@@ -3699,11 +3732,11 @@
|
|
|
3699
3732
|
"imports": [
|
|
3700
3733
|
"components/pc/config-provider/context.ts",
|
|
3701
3734
|
"components/pc/config-provider/index.tsx",
|
|
3735
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3702
3736
|
"components/pc/hooks/use-force-update/index.ts",
|
|
3703
3737
|
"components/pc/hooks/use-id/index.ts",
|
|
3704
3738
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
3705
3739
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3706
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
3707
3740
|
"components/pc/layout/context.ts",
|
|
3708
3741
|
"components/pc/menu/OverflowWrap.tsx",
|
|
3709
3742
|
"components/pc/menu/context.ts",
|
|
@@ -3758,6 +3791,7 @@
|
|
|
3758
3791
|
"components/pc/menu/Indent.tsx",
|
|
3759
3792
|
"components/pc/menu/context.ts",
|
|
3760
3793
|
"components/pc/menu/utils.ts",
|
|
3794
|
+
"components/pc/transition/index.ts",
|
|
3761
3795
|
"components/pc/utils/className.ts",
|
|
3762
3796
|
"components/pc/utils/is.ts",
|
|
3763
3797
|
"components/pc/utils/keyboardCode.ts",
|
|
@@ -3816,6 +3850,7 @@
|
|
|
3816
3850
|
"components/pc/notice/index.tsx",
|
|
3817
3851
|
"components/pc/notification/constants.ts",
|
|
3818
3852
|
"components/pc/notification/withNotification.tsx",
|
|
3853
|
+
"components/pc/transition/index.ts",
|
|
3819
3854
|
"components/pc/utils/className.ts",
|
|
3820
3855
|
"components/pc/utils/is.ts"
|
|
3821
3856
|
]
|
|
@@ -3850,10 +3885,11 @@
|
|
|
3850
3885
|
"src": "components/pc/modal/Confirm.tsx",
|
|
3851
3886
|
"isEntry": true,
|
|
3852
3887
|
"imports": [
|
|
3853
|
-
"components/pc/config-provider/context.ts",
|
|
3854
3888
|
"components/pc/config-provider/index.tsx",
|
|
3889
|
+
"components/pc/config-provider/utils.ts",
|
|
3855
3890
|
"components/pc/modal/Modal.tsx",
|
|
3856
3891
|
"components/pc/modal/config.ts",
|
|
3892
|
+
"components/pc/utils/dom.ts",
|
|
3857
3893
|
"components/pc/utils/is.ts"
|
|
3858
3894
|
]
|
|
3859
3895
|
},
|
|
@@ -3866,19 +3902,21 @@
|
|
|
3866
3902
|
"components/pc/button/index.tsx",
|
|
3867
3903
|
"components/pc/config-provider/context.ts",
|
|
3868
3904
|
"components/pc/config-provider/index.tsx",
|
|
3905
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
3869
3906
|
"components/pc/hooks/use-id/index.ts",
|
|
3870
3907
|
"components/pc/hooks/use-is-first-render/index.ts",
|
|
3871
3908
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
3872
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
3873
3909
|
"components/pc/hooks/use-move/index.ts",
|
|
3874
3910
|
"components/pc/hooks/use-overflow-hidden/index.ts",
|
|
3875
3911
|
"components/pc/hooks/useUnmountOnExit.ts",
|
|
3876
3912
|
"components/pc/icon-hover/index.tsx",
|
|
3913
|
+
"components/pc/mask/constant.ts",
|
|
3877
3914
|
"components/pc/mask/index.tsx",
|
|
3878
3915
|
"components/pc/modal/Confirm.tsx",
|
|
3879
3916
|
"components/pc/modal/config.ts",
|
|
3880
3917
|
"components/pc/modal/use-modal/index.tsx",
|
|
3881
3918
|
"components/pc/portal/index.tsx",
|
|
3919
|
+
"components/pc/transition/index.ts",
|
|
3882
3920
|
"components/pc/utils/className.ts",
|
|
3883
3921
|
"components/pc/utils/dom.ts",
|
|
3884
3922
|
"components/pc/utils/findRootElement.ts",
|
|
@@ -3962,6 +4000,7 @@
|
|
|
3962
4000
|
"components/pc/notification/useNotification.tsx",
|
|
3963
4001
|
"components/pc/notification/utils.ts",
|
|
3964
4002
|
"components/pc/notification/withNotification.tsx",
|
|
4003
|
+
"components/pc/transition/index.ts",
|
|
3965
4004
|
"components/pc/utils/className.ts",
|
|
3966
4005
|
"components/pc/utils/is.ts"
|
|
3967
4006
|
]
|
|
@@ -4060,8 +4099,7 @@
|
|
|
4060
4099
|
"components/pc/hooks/use-resize-observers/index.ts",
|
|
4061
4100
|
"components/pc/icon-hover/index.tsx",
|
|
4062
4101
|
"components/pc/utils/className.ts",
|
|
4063
|
-
"components/pc/utils/is.ts"
|
|
4064
|
-
"components/pc/utils/omit.ts"
|
|
4102
|
+
"components/pc/utils/is.ts"
|
|
4065
4103
|
]
|
|
4066
4104
|
},
|
|
4067
4105
|
"components/pc/page-header/index.tsx": {
|
|
@@ -4106,6 +4144,7 @@
|
|
|
4106
4144
|
"imports": [
|
|
4107
4145
|
"components/pc/config-provider/context.ts",
|
|
4108
4146
|
"components/pc/config-provider/index.tsx",
|
|
4147
|
+
"components/pc/select/Option.tsx",
|
|
4109
4148
|
"components/pc/select/index.tsx",
|
|
4110
4149
|
"components/pc/utils/constant.ts",
|
|
4111
4150
|
"components/pc/utils/index.ts",
|
|
@@ -4120,8 +4159,8 @@
|
|
|
4120
4159
|
"imports": [
|
|
4121
4160
|
"components/pc/config-provider/context.ts",
|
|
4122
4161
|
"components/pc/config-provider/index.tsx",
|
|
4162
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
4123
4163
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
4124
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
4125
4164
|
"components/pc/pagination/PageItem.tsx",
|
|
4126
4165
|
"components/pc/pagination/PageJumper.tsx",
|
|
4127
4166
|
"components/pc/pagination/PageOption.tsx",
|
|
@@ -4200,8 +4239,8 @@
|
|
|
4200
4239
|
"components/pc/button/index.tsx",
|
|
4201
4240
|
"components/pc/config-provider/context.ts",
|
|
4202
4241
|
"components/pc/config-provider/index.tsx",
|
|
4242
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
4203
4243
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
4204
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
4205
4244
|
"components/pc/tooltip/index.tsx",
|
|
4206
4245
|
"components/pc/utils/className.ts",
|
|
4207
4246
|
"components/pc/utils/is.ts"
|
|
@@ -4367,8 +4406,8 @@
|
|
|
4367
4406
|
"components/pc/config-provider/context.ts",
|
|
4368
4407
|
"components/pc/config-provider/index.tsx",
|
|
4369
4408
|
"components/pc/form/context.ts",
|
|
4409
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
4370
4410
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
4371
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
4372
4411
|
"components/pc/radio/Radio.tsx",
|
|
4373
4412
|
"components/pc/radio/context.ts",
|
|
4374
4413
|
"components/pc/utils/className.ts",
|
|
@@ -4390,7 +4429,7 @@
|
|
|
4390
4429
|
"components/pc/radio/Group.tsx",
|
|
4391
4430
|
"components/pc/radio/Radio.tsx",
|
|
4392
4431
|
"components/pc/radio/context.ts",
|
|
4393
|
-
"components/pc/typography/
|
|
4432
|
+
"components/pc/typography/Ellipsis.tsx",
|
|
4394
4433
|
"components/pc/utils/className.ts"
|
|
4395
4434
|
]
|
|
4396
4435
|
},
|
|
@@ -4403,8 +4442,8 @@
|
|
|
4403
4442
|
"components/pc/config-provider/context.ts",
|
|
4404
4443
|
"components/pc/config-provider/index.tsx",
|
|
4405
4444
|
"components/pc/form/context.ts",
|
|
4445
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
4406
4446
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
4407
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
4408
4447
|
"components/pc/icon-hover/index.tsx",
|
|
4409
4448
|
"components/pc/radio/context.ts",
|
|
4410
4449
|
"components/pc/utils/className.ts",
|
|
@@ -4463,11 +4502,9 @@
|
|
|
4463
4502
|
"imports": [
|
|
4464
4503
|
"components/pc/config-provider/context.ts",
|
|
4465
4504
|
"components/pc/config-provider/index.tsx",
|
|
4505
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
4466
4506
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
4467
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
4468
4507
|
"components/pc/resize-box/ResizeTrigger.tsx",
|
|
4469
|
-
"components/pc/resize-box/Split.tsx",
|
|
4470
|
-
"components/pc/resize-box/SplitGroup.tsx",
|
|
4471
4508
|
"components/pc/utils/className.ts",
|
|
4472
4509
|
"components/pc/utils/dom.ts",
|
|
4473
4510
|
"components/pc/utils/is.ts",
|
|
@@ -5763,6 +5800,7 @@
|
|
|
5763
5800
|
"imports": [
|
|
5764
5801
|
"components/pc/config-provider/context.ts",
|
|
5765
5802
|
"components/pc/config-provider/index.tsx",
|
|
5803
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
5766
5804
|
"components/pc/hooks/use-force-update/index.ts",
|
|
5767
5805
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
5768
5806
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
@@ -5794,7 +5832,7 @@
|
|
|
5794
5832
|
"components/pc/icon-hover/index.tsx",
|
|
5795
5833
|
"components/pc/input-tag/constant.ts",
|
|
5796
5834
|
"components/pc/input-tag/index.tsx",
|
|
5797
|
-
"components/pc/input/
|
|
5835
|
+
"components/pc/input/InputComponent.tsx",
|
|
5798
5836
|
"components/pc/popover/index.tsx",
|
|
5799
5837
|
"components/pc/tag/index.tsx",
|
|
5800
5838
|
"components/pc/utils/className.ts",
|
|
@@ -5858,13 +5896,11 @@
|
|
|
5858
5896
|
"components/pc/config-provider/context.ts",
|
|
5859
5897
|
"components/pc/config-provider/index.tsx",
|
|
5860
5898
|
"components/pc/form/context.ts",
|
|
5899
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
5861
5900
|
"components/pc/hooks/use-id/index.ts",
|
|
5862
5901
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
5863
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
5864
5902
|
"components/pc/hooks/use-resize-observers/index.ts",
|
|
5865
5903
|
"components/pc/select-view/index.tsx",
|
|
5866
|
-
"components/pc/select/Option.tsx",
|
|
5867
|
-
"components/pc/select/OptionGroup.tsx",
|
|
5868
5904
|
"components/pc/select/utils.tsx",
|
|
5869
5905
|
"components/pc/trigger/index.tsx",
|
|
5870
5906
|
"components/pc/utils/className.ts",
|
|
@@ -5953,8 +5989,8 @@
|
|
|
5953
5989
|
"imports": [
|
|
5954
5990
|
"components/pc/config-provider/context.ts",
|
|
5955
5991
|
"components/pc/config-provider/index.tsx",
|
|
5992
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
5956
5993
|
"components/pc/hooks/use-keyboard-event/index.ts",
|
|
5957
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
5958
5994
|
"components/pc/trigger/index.tsx",
|
|
5959
5995
|
"components/pc/utils/className.ts",
|
|
5960
5996
|
"components/pc/utils/dom.ts",
|
|
@@ -6002,8 +6038,8 @@
|
|
|
6002
6038
|
"components/pc/config-provider/context.ts",
|
|
6003
6039
|
"components/pc/config-provider/index.tsx",
|
|
6004
6040
|
"components/pc/form/context.ts",
|
|
6041
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
6005
6042
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
6006
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
6007
6043
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
6008
6044
|
"components/pc/slider/Button.tsx",
|
|
6009
6045
|
"components/pc/slider/Dot.tsx",
|
|
@@ -6241,7 +6277,6 @@
|
|
|
6241
6277
|
"imports": [
|
|
6242
6278
|
"components/pc/config-provider/context.ts",
|
|
6243
6279
|
"components/pc/config-provider/index.tsx",
|
|
6244
|
-
"components/pc/countdown/index.tsx",
|
|
6245
6280
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
6246
6281
|
"components/pc/skeleton/index.tsx",
|
|
6247
6282
|
"components/pc/statistic/interface.ts",
|
|
@@ -6285,7 +6320,6 @@
|
|
|
6285
6320
|
"components/pc/config-provider/context.ts",
|
|
6286
6321
|
"components/pc/config-provider/index.tsx",
|
|
6287
6322
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
6288
|
-
"components/pc/steps/Step.tsx",
|
|
6289
6323
|
"components/pc/utils/className.ts",
|
|
6290
6324
|
"components/pc/utils/is.ts",
|
|
6291
6325
|
"components/pc/utils/pick.ts"
|
|
@@ -6381,7 +6415,6 @@
|
|
|
6381
6415
|
"components/pc/table/thead/index.tsx",
|
|
6382
6416
|
"components/pc/table/utils.ts",
|
|
6383
6417
|
"components/pc/utils/className.ts",
|
|
6384
|
-
"components/pc/utils/dom.ts",
|
|
6385
6418
|
"components/pc/utils/getScrollBarHeight.ts",
|
|
6386
6419
|
"components/pc/utils/getScrollBarWidth.ts",
|
|
6387
6420
|
"components/pc/utils/is.ts",
|
|
@@ -6651,7 +6684,7 @@
|
|
|
6651
6684
|
"components/pc/checkbox/index.tsx",
|
|
6652
6685
|
"components/pc/config-provider/context.ts",
|
|
6653
6686
|
"components/pc/config-provider/index.tsx",
|
|
6654
|
-
"components/pc/hooks/use-
|
|
6687
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
6655
6688
|
"components/pc/radio/Radio.tsx",
|
|
6656
6689
|
"components/pc/space/index.tsx",
|
|
6657
6690
|
"components/pc/table/context.ts",
|
|
@@ -6722,9 +6755,9 @@
|
|
|
6722
6755
|
"imports": [
|
|
6723
6756
|
"components/pc/config-provider/context.ts",
|
|
6724
6757
|
"components/pc/config-provider/index.tsx",
|
|
6758
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
6725
6759
|
"components/pc/hooks/use-id/index.ts",
|
|
6726
6760
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
6727
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
6728
6761
|
"components/pc/tabs/TabContent.tsx",
|
|
6729
6762
|
"components/pc/tabs/TabPane.tsx",
|
|
6730
6763
|
"components/pc/tabs/context.ts",
|
|
@@ -6777,6 +6810,7 @@
|
|
|
6777
6810
|
"imports": [
|
|
6778
6811
|
"components/pc/dropdown/index.tsx",
|
|
6779
6812
|
"components/pc/icon-hover/index.tsx",
|
|
6813
|
+
"components/pc/menu/Item.tsx",
|
|
6780
6814
|
"components/pc/menu/index.tsx",
|
|
6781
6815
|
"components/pc/tabs/context.ts",
|
|
6782
6816
|
"components/pc/utils/is.ts"
|
|
@@ -7136,8 +7170,8 @@
|
|
|
7136
7170
|
"components/pc/config-provider/context.ts",
|
|
7137
7171
|
"components/pc/config-provider/index.tsx",
|
|
7138
7172
|
"components/pc/form/context.ts",
|
|
7173
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
7139
7174
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
7140
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
7141
7175
|
"components/pc/transfer/List.tsx",
|
|
7142
7176
|
"components/pc/utils/className.ts",
|
|
7143
7177
|
"components/pc/utils/is.ts",
|
|
@@ -7153,6 +7187,15 @@
|
|
|
7153
7187
|
"components/pc/transfer/Transfer.tsx"
|
|
7154
7188
|
]
|
|
7155
7189
|
},
|
|
7190
|
+
"components/pc/transition/index.ts": {
|
|
7191
|
+
"file": "transition/index.js",
|
|
7192
|
+
"name": "transition/index",
|
|
7193
|
+
"src": "components/pc/transition/index.ts",
|
|
7194
|
+
"isEntry": true,
|
|
7195
|
+
"imports": [
|
|
7196
|
+
"rolldown/runtime.js"
|
|
7197
|
+
]
|
|
7198
|
+
},
|
|
7156
7199
|
"components/pc/tree-select/List.tsx": {
|
|
7157
7200
|
"file": "tree-select/List.js",
|
|
7158
7201
|
"name": "tree-select/List",
|
|
@@ -7172,17 +7215,17 @@
|
|
|
7172
7215
|
"components/pc/config-provider/context.ts",
|
|
7173
7216
|
"components/pc/config-provider/index.tsx",
|
|
7174
7217
|
"components/pc/form/context.ts",
|
|
7218
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
7175
7219
|
"components/pc/hooks/use-id/index.ts",
|
|
7176
7220
|
"components/pc/hooks/use-is-first-render/index.ts",
|
|
7177
7221
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
7178
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
7179
7222
|
"components/pc/select-view/index.tsx",
|
|
7180
7223
|
"components/pc/tree-select/List.tsx",
|
|
7181
7224
|
"components/pc/tree-select/hook/useKeyCache.ts",
|
|
7182
7225
|
"components/pc/tree-select/hook/useStateValue.ts",
|
|
7183
7226
|
"components/pc/tree-select/hook/useTreeData.ts",
|
|
7184
|
-
"components/pc/tree-select/interface.ts",
|
|
7185
7227
|
"components/pc/tree-select/utils.ts",
|
|
7228
|
+
"components/pc/tree/Node.tsx",
|
|
7186
7229
|
"components/pc/tree/index.tsx",
|
|
7187
7230
|
"components/pc/tree/utils.ts",
|
|
7188
7231
|
"components/pc/trigger/index.tsx",
|
|
@@ -7201,7 +7244,7 @@
|
|
|
7201
7244
|
"components/pc/config-provider/index.tsx",
|
|
7202
7245
|
"components/pc/hooks/use-force-update/index.ts",
|
|
7203
7246
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
7204
|
-
"components/pc/tree-select/
|
|
7247
|
+
"components/pc/tree-select/utils.ts",
|
|
7205
7248
|
"components/pc/utils/className.ts"
|
|
7206
7249
|
]
|
|
7207
7250
|
},
|
|
@@ -7237,15 +7280,9 @@
|
|
|
7237
7280
|
"imports": [
|
|
7238
7281
|
"components/pc/tree-select/TreeSelect.tsx",
|
|
7239
7282
|
"components/pc/tree/Node.tsx",
|
|
7240
|
-
"components/pc/tree/
|
|
7283
|
+
"components/pc/tree/utils.ts"
|
|
7241
7284
|
]
|
|
7242
7285
|
},
|
|
7243
|
-
"components/pc/tree-select/interface.ts": {
|
|
7244
|
-
"file": "tree-select/interface.js",
|
|
7245
|
-
"name": "tree-select/interface",
|
|
7246
|
-
"src": "components/pc/tree-select/interface.ts",
|
|
7247
|
-
"isDynamicEntry": true
|
|
7248
|
-
},
|
|
7249
7286
|
"components/pc/tree-select/utils.ts": {
|
|
7250
7287
|
"file": "tree-select/utils.js",
|
|
7251
7288
|
"name": "tree-select/utils",
|
|
@@ -7264,18 +7301,13 @@
|
|
|
7264
7301
|
"components/pc/config-provider/context.ts",
|
|
7265
7302
|
"components/pc/config-provider/index.tsx",
|
|
7266
7303
|
"components/pc/hooks/use-latest/index.ts",
|
|
7267
|
-
"components/pc/
|
|
7304
|
+
"components/pc/transition/index.ts",
|
|
7268
7305
|
"components/pc/tree/Node.tsx",
|
|
7306
|
+
"components/pc/tree/context.tsx",
|
|
7269
7307
|
"components/pc/utils/is.ts",
|
|
7270
7308
|
"components/pc/virtual-list/index.tsx"
|
|
7271
7309
|
]
|
|
7272
7310
|
},
|
|
7273
|
-
"components/pc/tree/Context.tsx": {
|
|
7274
|
-
"file": "tree/Context2.js",
|
|
7275
|
-
"name": "tree/Context",
|
|
7276
|
-
"src": "components/pc/tree/Context.tsx",
|
|
7277
|
-
"isDynamicEntry": true
|
|
7278
|
-
},
|
|
7279
7311
|
"components/pc/tree/Node.tsx": {
|
|
7280
7312
|
"file": "tree/Node.js",
|
|
7281
7313
|
"name": "tree/Node",
|
|
@@ -7287,7 +7319,7 @@
|
|
|
7287
7319
|
"components/pc/config-provider/index.tsx",
|
|
7288
7320
|
"components/pc/icon-hover/index.tsx",
|
|
7289
7321
|
"components/pc/tree/Animation.tsx",
|
|
7290
|
-
"components/pc/tree/
|
|
7322
|
+
"components/pc/tree/context.tsx",
|
|
7291
7323
|
"components/pc/utils/callOrReturn.ts",
|
|
7292
7324
|
"components/pc/utils/className.ts",
|
|
7293
7325
|
"components/pc/utils/is.ts",
|
|
@@ -7315,9 +7347,9 @@
|
|
|
7315
7347
|
"components/pc/config-provider/index.tsx",
|
|
7316
7348
|
"components/pc/constant/index.ts",
|
|
7317
7349
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
7318
|
-
"components/pc/tree/Context.tsx",
|
|
7319
7350
|
"components/pc/tree/Node.tsx",
|
|
7320
7351
|
"components/pc/tree/NodeList.tsx",
|
|
7352
|
+
"components/pc/tree/context.tsx",
|
|
7321
7353
|
"components/pc/tree/utils.ts",
|
|
7322
7354
|
"components/pc/utils/className.ts",
|
|
7323
7355
|
"components/pc/utils/is.ts",
|
|
@@ -7337,10 +7369,10 @@
|
|
|
7337
7369
|
"isEntry": true,
|
|
7338
7370
|
"imports": [
|
|
7339
7371
|
"components/pc/tree/Animation.tsx",
|
|
7340
|
-
"components/pc/tree/Context.tsx",
|
|
7341
7372
|
"components/pc/tree/Node.tsx",
|
|
7342
7373
|
"components/pc/tree/NodeList.tsx",
|
|
7343
7374
|
"components/pc/tree/Tree.tsx",
|
|
7375
|
+
"components/pc/tree/context.tsx",
|
|
7344
7376
|
"components/pc/tree/utils.ts"
|
|
7345
7377
|
]
|
|
7346
7378
|
},
|
|
@@ -7358,16 +7390,21 @@
|
|
|
7358
7390
|
"imports": [
|
|
7359
7391
|
"components/pc/config-provider/context.ts",
|
|
7360
7392
|
"components/pc/config-provider/index.tsx",
|
|
7393
|
+
"components/pc/hooks/use-latest/index.ts",
|
|
7394
|
+
"components/pc/hooks/use-merge-props/index.ts",
|
|
7395
|
+
"components/pc/hooks/use-persist-callback/index.ts",
|
|
7361
7396
|
"components/pc/hooks/use-resize-observers/index.ts",
|
|
7362
7397
|
"components/pc/hooks/use-state-callback/index.ts",
|
|
7398
|
+
"components/pc/transition/index.ts",
|
|
7363
7399
|
"components/pc/trigger/getPopupStyle.ts",
|
|
7400
|
+
"components/pc/trigger/utils.ts",
|
|
7364
7401
|
"components/pc/utils/callbackOriginRef.ts",
|
|
7365
7402
|
"components/pc/utils/className.ts",
|
|
7366
7403
|
"components/pc/utils/dom.ts",
|
|
7367
7404
|
"components/pc/utils/findRootElement.ts",
|
|
7368
7405
|
"components/pc/utils/is.ts",
|
|
7369
7406
|
"components/pc/utils/keyboardCode.ts",
|
|
7370
|
-
"components/pc/utils/
|
|
7407
|
+
"components/pc/utils/lodash.ts",
|
|
7371
7408
|
"components/pc/utils/pick.ts",
|
|
7372
7409
|
"components/pc/utils/ref.ts",
|
|
7373
7410
|
"components/pc/utils/throttleByRaf.ts"
|
|
@@ -7396,7 +7433,10 @@
|
|
|
7396
7433
|
"file": "trigger/utils.js",
|
|
7397
7434
|
"name": "trigger/utils",
|
|
7398
7435
|
"src": "components/pc/trigger/utils.ts",
|
|
7399
|
-
"isEntry": true
|
|
7436
|
+
"isEntry": true,
|
|
7437
|
+
"imports": [
|
|
7438
|
+
"components/pc/utils/object.ts"
|
|
7439
|
+
]
|
|
7400
7440
|
},
|
|
7401
7441
|
"components/pc/typography/Base.tsx": {
|
|
7402
7442
|
"file": "typography/Base.js",
|
|
@@ -7406,7 +7446,7 @@
|
|
|
7406
7446
|
"imports": [
|
|
7407
7447
|
"components/pc/config-provider/context.ts",
|
|
7408
7448
|
"components/pc/config-provider/index.tsx",
|
|
7409
|
-
"components/pc/hooks/use-
|
|
7449
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
7410
7450
|
"components/pc/hooks/use-resize-observers/index.ts",
|
|
7411
7451
|
"components/pc/hooks/use-update-effect/index.ts",
|
|
7412
7452
|
"components/pc/popover/index.tsx",
|
|
@@ -7428,6 +7468,7 @@
|
|
|
7428
7468
|
"src": "components/pc/typography/EditContent.tsx",
|
|
7429
7469
|
"isEntry": true,
|
|
7430
7470
|
"imports": [
|
|
7471
|
+
"components/pc/input/Textarea.tsx",
|
|
7431
7472
|
"components/pc/input/index.tsx",
|
|
7432
7473
|
"components/pc/utils/className.ts",
|
|
7433
7474
|
"components/pc/utils/is.ts",
|
|
@@ -7443,8 +7484,8 @@
|
|
|
7443
7484
|
"components/pc/config-provider/context.ts",
|
|
7444
7485
|
"components/pc/config-provider/index.tsx",
|
|
7445
7486
|
"components/pc/copy/index.tsx",
|
|
7487
|
+
"components/pc/hooks/use-controllable-value/index.ts",
|
|
7446
7488
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
7447
|
-
"components/pc/hooks/use-merge-value/index.ts",
|
|
7448
7489
|
"components/pc/hooks/use-resize-observers/index.ts",
|
|
7449
7490
|
"components/pc/tooltip/index.tsx",
|
|
7450
7491
|
"components/pc/utils/className.ts",
|
|
@@ -7697,7 +7738,8 @@
|
|
|
7697
7738
|
"imports": [
|
|
7698
7739
|
"components/pc/utils/callOrReturn.ts",
|
|
7699
7740
|
"components/pc/utils/constant.ts",
|
|
7700
|
-
"components/pc/utils/is.ts"
|
|
7741
|
+
"components/pc/utils/is.ts",
|
|
7742
|
+
"components/pc/utils/object.ts"
|
|
7701
7743
|
]
|
|
7702
7744
|
},
|
|
7703
7745
|
"components/pc/upload/utils.ts": {
|
|
@@ -7899,6 +7941,7 @@
|
|
|
7899
7941
|
"components/pc/utils/mergedToString.ts",
|
|
7900
7942
|
"components/pc/utils/mutationObserver.ts",
|
|
7901
7943
|
"components/pc/utils/names.ts",
|
|
7944
|
+
"components/pc/utils/object.ts",
|
|
7902
7945
|
"components/pc/utils/omit.ts",
|
|
7903
7946
|
"components/pc/utils/pad.ts",
|
|
7904
7947
|
"components/pc/utils/pick.ts",
|
|
@@ -7984,6 +8027,15 @@
|
|
|
7984
8027
|
"src": "components/pc/utils/names.ts",
|
|
7985
8028
|
"isEntry": true
|
|
7986
8029
|
},
|
|
8030
|
+
"components/pc/utils/object.ts": {
|
|
8031
|
+
"file": "utils/object.js",
|
|
8032
|
+
"name": "utils/object",
|
|
8033
|
+
"src": "components/pc/utils/object.ts",
|
|
8034
|
+
"isEntry": true,
|
|
8035
|
+
"imports": [
|
|
8036
|
+
"rolldown/runtime.js"
|
|
8037
|
+
]
|
|
8038
|
+
},
|
|
7987
8039
|
"components/pc/utils/omit.ts": {
|
|
7988
8040
|
"file": "utils/omit.js",
|
|
7989
8041
|
"name": "utils/omit",
|
|
@@ -8149,7 +8201,7 @@
|
|
|
8149
8201
|
"components/pc/form/context.ts",
|
|
8150
8202
|
"components/pc/hooks/use-merge-props/index.ts",
|
|
8151
8203
|
"components/pc/hooks/use-verification-code/index.ts",
|
|
8152
|
-
"components/pc/input/
|
|
8204
|
+
"components/pc/input/InputComponent.tsx",
|
|
8153
8205
|
"components/pc/utils/className.ts",
|
|
8154
8206
|
"components/pc/utils/is.ts"
|
|
8155
8207
|
]
|
|
@@ -8185,11 +8237,14 @@
|
|
|
8185
8237
|
"src": "components/pc/virtual-list/VirtualList.tsx",
|
|
8186
8238
|
"isEntry": true,
|
|
8187
8239
|
"imports": [
|
|
8240
|
+
"components/pc/config-provider/context.ts",
|
|
8241
|
+
"components/pc/config-provider/index.tsx",
|
|
8188
8242
|
"components/pc/hooks/use-is-first-render/index.ts",
|
|
8189
8243
|
"components/pc/hooks/use-isomorphic-layout-effect/index.ts",
|
|
8190
8244
|
"components/pc/hooks/use-previous/index.ts",
|
|
8191
8245
|
"components/pc/hooks/use-resize-observers/index.ts",
|
|
8192
8246
|
"components/pc/hooks/use-state-with-promise/index.ts",
|
|
8247
|
+
"components/pc/utils/className.ts",
|
|
8193
8248
|
"components/pc/utils/is.ts",
|
|
8194
8249
|
"components/pc/utils/ref.ts",
|
|
8195
8250
|
"components/pc/virtual-list/Filler.tsx",
|
|
@@ -8213,7 +8268,10 @@
|
|
|
8213
8268
|
"file": "virtual-list/hook/useCacheChildrenNodes.js",
|
|
8214
8269
|
"name": "virtual-list/hook/useCacheChildrenNodes",
|
|
8215
8270
|
"src": "components/pc/virtual-list/hook/useCacheChildrenNodes.tsx",
|
|
8216
|
-
"isDynamicEntry": true
|
|
8271
|
+
"isDynamicEntry": true,
|
|
8272
|
+
"imports": [
|
|
8273
|
+
"components/pc/utils/object.ts"
|
|
8274
|
+
]
|
|
8217
8275
|
},
|
|
8218
8276
|
"components/pc/virtual-list/hook/useComputeVirtualItemHeight.tsx": {
|
|
8219
8277
|
"file": "virtual-list/hook/useComputeVirtualItemHeight.js",
|