@unicom-cloud/ui 0.8.83 → 0.8.85
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/AutoComplete.js +2 -2
- package/BackTop.js +2 -2
- package/Badge.js +1 -1
- package/Breadcrumb.js +2 -2
- package/Button.js +1 -1
- package/Calendar.js +4 -4
- 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 +2 -2
- package/Comment.js +1 -1
- package/ConfigProvider.js +1 -1
- package/Copy.js +1 -1
- package/DatePicker.js +1 -1
- package/Descriptions.js +1 -1
- package/Development.js +8 -0
- package/Divider.js +1 -1
- package/Draggable.js +1 -1
- package/Dropdown.js +1 -1
- package/Empty.js +2 -4
- package/Form.js +13 -13
- package/Icon.js +1 -1
- package/IconHover.js +1 -1
- package/Image.js +1 -1
- package/Input.js +8 -9
- package/InputNumber.js +1 -1
- package/Layout.js +1 -1
- package/Link.js +1 -1
- package/List.js +2 -2
- package/Mentions.js +2 -2
- package/Menu.js +1 -1
- package/Message.js +1 -1
- package/Modal.js +1 -1
- package/Notice.js +1 -1
- package/Notification.js +1 -1
- package/OverflowEllipsis.js +1 -1
- package/PageHeader.js +1 -1
- package/Pagination.js +1 -1
- package/Popconfirm.js +1 -1
- package/Popover.js +1 -1
- package/Progress.js +1 -1
- package/Radio.js +1 -1
- package/Rate.js +1 -1
- package/ResizeBox.js +1 -1
- package/Result.js +1 -1
- package/Select.js +1 -1
- package/Skeleton.js +1 -1
- package/Slider.js +1 -1
- package/Space.js +3 -3
- package/SpeechSynthesis.js +2 -44
- package/Spin.js +1 -1
- package/Statistic.js +2 -2
- package/Steps.js +1 -1
- package/Switch.js +1 -1
- package/Table.js +1 -1
- package/Tabs.js +1 -1
- package/Tag.js +1 -1
- package/Tooltip.js +1 -1
- package/Transfer.js +2 -2
- package/Tree.js +1 -1
- package/TreeSelect.js +1 -1
- package/Trigger.js +1 -1
- package/Typography.js +1 -1
- package/affix/index.js +1 -1
- package/alert/index.js +1 -1
- package/anchor/Anchor.js +1 -1
- package/anchor/Link.js +1 -1
- package/anchor/util.js +1 -1
- package/auto-complete/index.js +2 -2
- package/avatar/Avatar.js +1 -1
- package/avatar/Group.js +1 -1
- package/back-top/index.js +9 -9
- package/badge/index.js +1 -1
- package/breadcrumb/index.js +2 -2
- package/button/Group.js +1 -1
- package/button/index.js +1 -1
- package/calendar/Month.js +2 -2
- package/calendar/Year.js +11 -11
- package/calendar/index.js +4 -4
- 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 +2 -2
- package/cascader/index.js +1 -1
- package/cascader/util.js +1 -1
- package/checkbox/Checkbox.js +2 -2
- package/checkbox/Group.js +2 -2
- package/checkbox/GroupBlock.js +2 -2
- package/checkbox/index.js +2 -2
- package/chunk/B1kymbJZ.js +843 -0
- package/chunk/B44Hj5ad.js +697 -0
- package/chunk/BC2OXILt.js +178 -0
- package/chunk/BJjotfW6.js +257 -0
- package/chunk/BNevupAU.js +72 -0
- package/chunk/BP4igg_F.js +213 -0
- package/chunk/BRPQJFSI.js +649 -0
- package/chunk/BZJwzdhZ.js +473 -0
- package/chunk/C7bohPVD.js +185 -0
- package/chunk/DSXeBMp3.js +7828 -0
- package/chunk/Doi4-DdV.js +1472 -0
- package/chunk/DuWBv5j3.js +570 -0
- package/chunk/DzekwbB4.js +53 -0
- package/collapse/Collapse.js +2 -2
- package/collapse/Item.js +2 -2
- 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 +4 -4
- package/color-picker/InputRgb.js +3 -3
- package/color-picker/Palette.js +1 -1
- package/color-picker/Panel.js +2 -2
- package/color-picker/index.js +2 -2
- package/comment/index.js +1 -1
- package/config-provider/ConfigProvider.js +2 -2
- package/config-provider/context.js +1 -1
- package/config-provider/index.js +2 -2
- package/copy/index.js +1 -1
- package/date-picker/Picker.js +2 -2
- package/date-picker/RangePicker.js +3 -3
- package/date-picker/index.js +1 -1
- package/date-picker/util.js +1 -1
- package/descriptions/index.js +1 -1
- package/development/index.js +42 -0
- package/divider/index.js +1 -1
- package/draggable/index.js +1 -1
- package/drawer/Drawer.js +153 -152
- package/dropdown/Button.js +1 -1
- package/dropdown/index.js +1 -1
- package/empty/index.js +2 -4
- package/form/Form.js +14 -158
- package/form/FormItem.js +1 -1
- package/form/FormList.js +3 -2
- package/form/context.js +1 -1
- package/form/index.js +57 -56
- package/grid/Col.js +1 -1
- package/grid/Row.js +1 -1
- package/grid/grid-item.js +1 -1
- package/grid/grid.js +1 -1
- package/icon/index.js +1 -1
- package/icon-hover/index.js +1 -1
- package/icons/file.js +67 -0
- package/image/Image.js +2 -2
- package/image/ImagePreview.js +2 -2
- package/image/ImagePreviewArrow.js +1 -1
- package/image/ImagePreviewGroup.js +1 -1
- package/image/index.js +1 -1
- package/index.js +341 -334
- package/input/Button.js +1 -1
- package/input/Group.js +1 -1
- package/input/Input.js +332 -330
- package/input/InputElement.js +1 -1
- package/input/Password.js +1 -1
- package/input/Search.js +1 -1
- package/input/Textarea.js +1 -1
- package/input/index.js +7 -8
- package/input-number/index.js +1 -1
- package/input-tag/InputTag.js +1 -1
- package/layout/Content.js +1 -1
- package/layout/Footer.js +1 -1
- package/layout/Header.js +1 -1
- package/layout/Sider.js +1 -1
- package/layout/index.js +1 -1
- package/link/index.js +1 -1
- package/list/Item.js +1 -1
- package/list/Meta.js +1 -1
- package/list/index.js +2 -2
- package/mentions/index.js +2 -2
- package/menu/Menu.js +2 -2
- package/menu/OverflowWrap.js +1 -1
- package/menu/index.js +2 -2
- package/message/index.js +1 -1
- package/message/useMessage.js +1 -1
- package/modal/Confirm.js +2 -2
- package/modal/Modal.js +2 -2
- package/modal/index.js +1 -1
- package/notice/index.js +1 -1
- package/notification/index.js +1 -1
- package/notification/useNotification.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 +4 -4
- package/pagination/PageOption.js +2 -2
- package/pagination/Pagination.js +2 -2
- package/pagination/index.js +1 -1
- package/picker/Input.js +1 -1
- package/picker/InputRange.js +1 -1
- package/popconfirm/index.js +1 -1
- package/popover/index.js +1 -1
- package/progress/index.js +1 -1
- package/radio/Group.js +2 -2
- package/radio/GroupBlock.js +2 -2
- package/radio/Radio.js +2 -2
- package/radio/index.js +2 -2
- package/rate/index.js +1 -1
- package/resize-box/ResizeTrigger.js +1 -1
- package/resize-box/Split.js +1 -1
- package/resize-box/SplitGroup.js +1 -1
- package/resize-box/index.js +1 -1
- package/result/index.js +1 -1
- package/select/Option.js +1 -1
- package/select/Select.js +2 -2
- package/select/index.js +2 -2
- package/select/util.js +1 -1
- package/select-view/Core.js +77 -77
- package/skeleton/index.js +1 -1
- package/slider/Button.js +1 -1
- package/slider/index.js +59 -59
- package/space/index.js +135 -83
- package/space-/index.js +92 -0
- package/space-/interface.js +1 -0
- package/space-/toArray.js +11 -0
- package/speech-synthesis/index.js +41 -83
- package/spin/DotLoading.js +1 -1
- package/spin/index.js +1 -1
- package/statistic/Countdown.js +2 -2
- package/statistic/index.js +18 -18
- package/steps/index.js +1 -1
- package/style.css +1 -1
- package/switch/index.js +1 -1
- package/table/Table.js +3 -3
- package/table/index.js +1 -1
- package/tabs/Tab.js +2 -2
- package/tabs/TabContent.js +2 -2
- package/tabs/TabPane.js +1 -1
- package/tabs/index.js +2 -2
- package/tag/index.js +1 -1
- package/time-picker/Picker.js +92 -90
- package/time-picker/RangePicker.js +1 -1
- package/time-picker/TimePicker.js +2 -2
- package/time-picker/util.js +6 -6
- package/timeline/Item.js +1 -1
- package/timeline/Timeline.js +1 -1
- package/tooltip/index.js +1 -1
- package/transfer/Item.js +2 -2
- package/transfer/List.js +2 -2
- package/transfer/index.js +2 -2
- package/tree/Animation.js +2 -2
- package/tree/Node.js +2 -2
- package/tree/NodeList.js +1 -1
- package/tree/Tree.js +2 -2
- package/tree/index.js +1 -1
- package/tree/util.js +34 -34
- package/tree-select/List.js +1 -1
- package/tree-select/Select.js +2 -2
- package/tree-select/index.js +2 -2
- package/trigger/index.js +84 -84
- package/types/common/assets/hourglass.d.ts +2 -0
- package/types/common/development/index.d.ts +2 -0
- package/types/common/empty/index.d.ts +4 -0
- package/types/common/empty/interface.d.ts +24 -0
- package/types/common/higher-order/with-speech-synthesis/index.d.ts +2 -0
- package/types/common/hooks/useComputedState.d.ts +4 -0
- package/types/common/hooks/useCreate.d.ts +2 -0
- package/types/common/hooks/useForceUpdate.d.ts +16 -0
- package/types/common/hooks/useId.d.ts +6 -0
- package/types/common/hooks/useInView.d.ts +11 -0
- package/types/common/hooks/useIntersectionObserver.d.ts +7 -0
- package/types/common/hooks/useInterval.d.ts +2 -0
- package/types/common/hooks/useIsFirstRender.d.ts +2 -0
- package/types/common/hooks/useIsomorphicLayoutEffect.d.ts +3 -0
- package/types/common/hooks/useKeyboardEvent.d.ts +8 -0
- package/types/common/hooks/useListenResize.d.ts +18 -0
- package/types/common/hooks/useMedia.d.ts +2 -0
- package/types/common/hooks/useMergeProps.d.ts +5 -0
- package/types/common/hooks/useMergeValue.d.ts +6 -0
- package/types/common/hooks/useOnlineStatus.d.ts +2 -0
- package/types/common/hooks/useOverflowHidden.d.ts +5 -0
- package/types/common/hooks/useOverrideRef.d.ts +6 -0
- package/types/common/hooks/usePersistCallback.d.ts +2 -0
- package/types/common/hooks/usePrefersColorSchemeDark.d.ts +2 -0
- package/types/common/hooks/usePrevious.d.ts +3 -0
- package/types/common/hooks/useRefs.d.ts +2 -0
- package/types/common/hooks/useResizeObserver.d.ts +6 -0
- package/types/common/hooks/useStateCallback.d.ts +5 -0
- package/types/common/hooks/useStateWithPromise.d.ts +2 -0
- package/types/common/hooks/useUpdateEffect.d.ts +19 -0
- package/types/common/hooks/useWatch.d.ts +3 -0
- package/types/common/hooks/useWindowSize.d.ts +18 -0
- package/types/common/icons/file/index.d.ts +4 -0
- package/types/common/icons/file/interface.d.ts +20 -0
- package/types/common/space/index.d.ts +5 -0
- package/types/common/space/interface.d.ts +32 -0
- package/types/common/utils/PqbCSSTransition.d.ts +4 -0
- package/types/common/utils/caseName.d.ts +1 -0
- package/types/common/utils/className.d.ts +1 -0
- package/types/common/utils/color.d.ts +1 -0
- package/types/common/utils/constant.d.ts +2 -0
- package/types/common/utils/copy.d.ts +3 -0
- package/types/common/utils/dayjs.d.ts +22 -0
- package/types/common/utils/dom.d.ts +12 -0
- package/types/common/utils/fileToURL.d.ts +1 -0
- package/types/common/utils/fillNBSP.d.ts +3 -0
- package/types/common/utils/getHighlightText.d.ts +7 -0
- package/types/common/utils/getHotkeyHandler.d.ts +18 -0
- package/types/common/utils/getStringLength.d.ts +3 -0
- package/types/common/utils/include.d.ts +3 -0
- package/types/common/utils/index.d.ts +40 -0
- package/types/common/utils/is.d.ts +17 -0
- package/types/common/utils/lodash.d.ts +17 -0
- package/types/common/utils/mergeProps.d.ts +3 -0
- package/types/common/utils/mergedToString.d.ts +4 -0
- package/types/common/utils/omit.d.ts +3 -0
- package/types/common/utils/pad.d.ts +2 -0
- package/types/common/utils/pick.d.ts +6 -0
- package/types/common/utils/react19Adapter.d.ts +1 -0
- package/types/common/utils/reactDOM.d.ts +14 -0
- package/types/common/utils/resizeObserverEffect.d.ts +2 -0
- package/types/common/utils/saveAs.d.ts +1 -0
- package/types/common/utils/screenfull.d.ts +1 -0
- package/types/common/utils/scrollIntoView.d.ts +4 -0
- package/types/common/utils/style.d.ts +3 -0
- package/types/common/utils/throttleByRaf.d.ts +6 -0
- package/types/common/utils/tree.d.ts +1 -0
- package/types/common/utils/validate.d.ts +1 -0
- package/types/common/utils/warning.d.ts +3 -0
- package/types/pc/affix/interface.d.ts +52 -0
- package/types/pc/alert/interface.d.ts +66 -0
- package/types/pc/anchor/interface.d.ts +105 -0
- package/types/pc/anchor/util.d.ts +5 -0
- package/types/pc/auto-complete/interface.d.ts +127 -0
- package/types/pc/avatar/interface.d.ts +95 -0
- package/types/pc/back-top/interface.d.ts +42 -0
- package/types/pc/badge/interface.d.ts +66 -0
- package/types/pc/breadcrumb/interface.d.ts +78 -0
- package/types/pc/button/index.d.ts +19 -0
- package/types/pc/button/interface.d.ts +115 -0
- package/types/pc/calendar/hook/useCellClassName.d.ts +2 -0
- package/types/pc/calendar/interface.d.ts +122 -0
- package/types/pc/card/interface.d.ts +99 -0
- package/types/pc/carousel/interface.d.ts +144 -0
- package/types/pc/cascader/base/node.d.ts +78 -0
- package/types/pc/cascader/base/store.d.ts +43 -0
- package/types/pc/cascader/interface.d.ts +308 -0
- package/types/pc/checkbox/interface.d.ts +102 -0
- package/types/pc/checkbox/useCheckbox.d.ts +22 -0
- package/types/pc/collapse/interface.d.ts +111 -0
- package/types/pc/color-picker/hooks/useColorPicker.d.ts +34 -0
- package/types/pc/color-picker/interface.d.ts +149 -0
- package/types/pc/comment/interface.d.ts +41 -0
- package/types/pc/config-provider/interface.d.ts +241 -0
- package/types/pc/date-picker/RangePicker.d.ts +3 -0
- package/types/pc/date-picker/hook/useCellClassName.d.ts +2 -0
- package/types/pc/date-picker/interface.d.ts +518 -0
- package/types/pc/descriptions/interface.d.ts +79 -0
- package/types/pc/development/index.d.ts +2 -0
- package/types/pc/divider/interface.d.ts +21 -0
- package/types/pc/draggable/interface.d.ts +24 -0
- package/types/pc/drawer/interface.d.ts +181 -0
- package/types/pc/dropdown/interface.d.ts +110 -0
- package/types/pc/empty/index.d.ts +4 -0
- package/types/pc/empty/interface.d.ts +8 -0
- package/types/pc/form/Control.d.ts +64 -0
- package/types/pc/form/FormList.d.ts +6 -0
- package/types/pc/form/hook/useContext.d.ts +10 -0
- package/types/pc/form/hook/useForm.d.ts +5 -0
- package/types/pc/form/index.d.ts +26 -0
- package/types/pc/form/interface.d.ts +544 -0
- package/types/pc/form/store.d.ts +98 -0
- package/types/pc/grid/interface.d.ts +239 -0
- package/types/pc/hooks/use-verification-code/interface.d.ts +63 -0
- package/types/pc/hooks/use-watermark/interface.d.ts +81 -0
- package/types/pc/hooks/useComputedState.d.ts +1 -0
- package/types/pc/hooks/useCreate.d.ts +1 -0
- package/types/pc/hooks/useForceUpdate.d.ts +1 -0
- package/types/pc/hooks/useId.d.ts +1 -0
- package/types/pc/hooks/useInView.d.ts +1 -0
- package/types/pc/hooks/useIntersectionObserver.d.ts +1 -0
- package/types/pc/hooks/useInterval.d.ts +1 -0
- package/types/pc/hooks/useIsFirstRender.d.ts +1 -0
- package/types/pc/hooks/useIsomorphicLayoutEffect.d.ts +1 -0
- package/types/pc/hooks/useKeyboardEvent.d.ts +1 -0
- package/types/pc/hooks/useListenResize.d.ts +1 -0
- package/types/pc/hooks/useMedia.d.ts +1 -0
- package/types/pc/hooks/useMergeProps.d.ts +2 -0
- package/types/pc/hooks/useMergeValue.d.ts +1 -0
- package/types/pc/hooks/useOnlineStatus.d.ts +1 -0
- package/types/pc/hooks/useOverflowHidden.d.ts +1 -0
- package/types/pc/hooks/useOverrideRef.d.ts +1 -0
- package/types/pc/hooks/usePersistCallback.d.ts +1 -0
- package/types/pc/hooks/usePrefersColorSchemeDark.d.ts +1 -0
- package/types/pc/hooks/usePrevious.d.ts +1 -0
- package/types/pc/hooks/useRefs.d.ts +1 -0
- package/types/pc/hooks/useResizeObserver.d.ts +1 -0
- package/types/pc/hooks/useStateCallback.d.ts +1 -0
- package/types/pc/hooks/useStateWithPromise.d.ts +1 -0
- package/types/pc/hooks/useUpdateEffect.d.ts +1 -0
- package/types/pc/hooks/useWatch.d.ts +1 -0
- package/types/pc/hooks/useWindowSize.d.ts +1 -0
- package/types/pc/icons/file/index.d.ts +4 -0
- package/types/pc/icons/file/interface.d.ts +7 -0
- package/types/pc/image/interface.d.ts +275 -0
- package/types/pc/index.d.ts +153 -0
- package/types/pc/input/Input.d.ts +26 -0
- package/types/pc/input/Textarea.d.ts +12 -0
- package/types/pc/input/index.d.ts +8 -0
- package/types/pc/input/interface.d.ts +344 -0
- package/types/pc/input-number/decimal.d.ts +21 -0
- package/types/pc/input-number/interface.d.ts +141 -0
- package/types/pc/input-number/util.d.ts +28 -0
- package/types/pc/input-tag/interface.d.ts +215 -0
- package/types/pc/layout/interface.d.ts +121 -0
- package/types/pc/link/interface.d.ts +30 -0
- package/types/pc/list/interface.d.ts +192 -0
- package/types/pc/mentions/interface.d.ts +92 -0
- package/types/pc/menu/context.d.ts +15 -0
- package/types/pc/menu/interface.d.ts +233 -0
- package/types/pc/message/interface.d.ts +84 -0
- package/types/pc/modal/interface.d.ts +186 -0
- package/types/pc/notification/interface.d.ts +78 -0
- package/types/pc/page-header/interface.d.ts +49 -0
- package/types/pc/pagination/PageItem.d.ts +63 -0
- package/types/pc/pagination/interface.d.ts +134 -0
- package/types/pc/popconfirm/interface.d.ts +114 -0
- package/types/pc/popover/interface.d.ts +20 -0
- package/types/pc/portal/Portal.d.ts +8 -0
- package/types/pc/portal/index.d.ts +11 -0
- package/types/pc/progress/interface.d.ts +92 -0
- package/types/pc/radio/interface.d.ts +103 -0
- package/types/pc/rate/interface.d.ts +70 -0
- package/types/pc/resize-box/ResizeTrigger.d.ts +31 -0
- package/types/pc/resize-box/interface.d.ts +264 -0
- package/types/pc/result/interface.d.ts +35 -0
- package/types/pc/select/interface.d.ts +321 -0
- package/types/pc/select/util.d.ts +26 -0
- package/types/pc/select-view/interface.d.ts +151 -0
- package/types/pc/skeleton/interface.d.ts +50 -0
- package/types/pc/slider/interface.d.ts +122 -0
- package/types/pc/space/index.d.ts +5 -0
- package/types/pc/space/interface.d.ts +10 -0
- package/types/pc/space-/index.d.ts +6 -0
- package/types/pc/space-/interface.d.ts +38 -0
- package/types/pc/space-/toArray.d.ts +3 -0
- package/types/pc/spin/interface.d.ts +50 -0
- package/types/pc/statistic/interface.d.ts +139 -0
- package/types/pc/steps/interface.d.ts +124 -0
- package/types/pc/switch/interface.d.ts +65 -0
- package/types/pc/table/hook/useThResizable.d.ts +7 -0
- package/types/pc/table/interface.d.ts +715 -0
- package/types/pc/table/util.d.ts +17 -0
- package/types/pc/tabs/interface.d.ts +217 -0
- package/types/pc/tag/interface.d.ts +76 -0
- package/types/pc/time-picker/interface.d.ts +244 -0
- package/types/pc/timeline/interface.d.ts +95 -0
- package/types/pc/tooltip/interface.d.ts +92 -0
- package/types/pc/transfer/interface.d.ts +225 -0
- package/types/pc/tree/interface.d.ts +354 -0
- package/types/pc/tree-select/interface.d.ts +211 -0
- package/types/pc/trigger/interface.d.ts +247 -0
- package/types/pc/typography/interface.d.ts +262 -0
- package/types/pc/upload/interface.d.ts +337 -0
- package/types/pc/utils/PqbCSSTransition.d.ts +3 -0
- package/types/pc/utils/caseName.d.ts +3 -0
- package/types/pc/utils/className.d.ts +3 -0
- package/types/pc/utils/computeScrollIntoView.d.ts +1 -0
- package/types/pc/utils/constant.d.ts +4 -0
- package/types/pc/utils/copy.d.ts +3 -0
- package/types/pc/utils/dayjs.d.ts +1 -0
- package/types/pc/utils/dom.d.ts +1 -0
- package/types/pc/utils/fileToURL.d.ts +3 -0
- package/types/pc/utils/fillNBSP.d.ts +3 -0
- package/types/pc/utils/getHighlightText.d.ts +3 -0
- package/types/pc/utils/getHotkeyHandler.d.ts +4 -0
- package/types/pc/utils/getStringLength.d.ts +3 -0
- package/types/pc/utils/include.d.ts +3 -0
- package/types/pc/utils/is.d.ts +1 -0
- package/types/pc/utils/keyboardCode.d.ts +4 -0
- package/types/pc/utils/lodash.d.ts +1 -0
- package/types/pc/utils/math.d.ts +1 -0
- package/types/pc/utils/mergeProps.d.ts +3 -0
- package/types/pc/utils/mergedToString.d.ts +3 -0
- package/types/pc/utils/names.d.ts +505 -0
- package/types/pc/utils/omit.d.ts +3 -0
- package/types/pc/utils/pad.d.ts +1 -0
- package/types/pc/utils/pick.d.ts +3 -0
- package/types/pc/utils/react19Adapter.d.ts +1 -0
- package/types/pc/utils/reactDOM.d.ts +1 -0
- package/types/pc/utils/reactTransitionGroup.d.ts +1 -0
- package/types/pc/utils/resizeObserverEffect.d.ts +2 -0
- package/types/pc/utils/saveAs.d.ts +3 -0
- package/types/pc/utils/screenfull.d.ts +3 -0
- package/types/pc/utils/scrollIntoView.d.ts +3 -0
- package/types/pc/utils/setDarkTheme.d.ts +3 -0
- package/types/pc/utils/setPrimaryColor.d.ts +2 -0
- package/types/pc/utils/setTheme.d.ts +2 -0
- package/types/pc/utils/style.d.ts +1 -0
- package/types/pc/utils/throttleByRaf.d.ts +1 -0
- package/types/pc/utils/throttleByRaf2.d.ts +1 -0
- package/types/pc/utils/tinycolor.d.ts +1 -0
- package/types/pc/utils/tween.d.ts +1 -0
- package/types/pc/utils/type.d.ts +1 -0
- package/types/pc/utils/uuid.d.ts +1 -0
- package/types/pc/utils/warning.d.ts +1 -0
- package/types/pc/verification-code/interface.d.ts +80 -0
- package/types/pc/virtual-list/Filler.d.ts +15 -0
- package/types/pc/virtual-list/VirtualList.d.ts +40 -0
- package/types/pc/virtual-list/util/algorithm.d.ts +23 -0
- package/types/pc/virtual-list/util/item.d.ts +75 -0
- package/types/pc/watermark/interface.d.ts +70 -0
- package/typography/Base.js +1 -1
- package/typography/Ellipsis.js +12 -10
- package/typography/Paragraph.js +1 -1
- package/typography/Typography.js +1 -1
- package/typography/index.js +1 -1
- package/upload/TriggerNode.js +1 -1
- package/upload/Upload.js +1 -1
- package/upload/request.js +1 -1
- package/upload/request_.js +1 -1
- package/utils/constant.js +5 -5
- package/utils/contextHolder.js +1 -1
- package/utils/dayjs.js +1 -1
- package/utils/index.js +20 -20
- package/utils/names.js +4 -0
- package/utils/setPrimaryColor.js +14 -14
- package/utils/setTheme.js +3 -3
- package/utils/tween.js +1 -1
- package/utils/type.js +1 -4
- package/verification-code/VerificationCode.js +1 -1
- package/version/index.js +1 -1
- package/watermark/Watermark.js +1 -1
- package/chunk/BZ9g7J4R.js +0 -178
- package/chunk/BmulTYLW.js +0 -7815
- package/chunk/C9oo3EJI.js +0 -692
- package/chunk/CVSWh4ZZ.js +0 -473
- package/chunk/DILUZgXW.js +0 -1464
- package/chunk/DSRHFFrc.js +0 -53
- package/chunk/DdJVL_4g.js +0 -570
- package/chunk/DlHiTTJO.js +0 -648
- package/chunk/R-uQJib2.js +0 -843
- package/chunk/ev6oHWqY.js +0 -257
- package/chunk/tamGhTJp.js +0 -186
- package/chunk/uKZyjtff.js +0 -73
- package/form/useForm.js +0 -53
- package/space/toArray.js +0 -11
- package/types/affix/interface.d.ts +0 -12
- package/types/affix/style/index.d.ts +0 -2
- package/types/alert/interface.d.ts +0 -17
- package/types/alert/style/index.d.ts +0 -2
- package/types/anchor/interface.d.ts +0 -24
- package/types/anchor/style/index.d.ts +0 -3
- package/types/anchor/util.d.ts +0 -5
- package/types/auto-complete/interface.d.ts +0 -36
- package/types/auto-complete/style/index.d.ts +0 -4
- package/types/avatar/interface.d.ts +0 -24
- package/types/avatar/style/index.d.ts +0 -3
- package/types/back-top/interface.d.ts +0 -11
- package/types/back-top/style/index.d.ts +0 -2
- package/types/badge/interface.d.ts +0 -18
- package/types/badge/style/index.d.ts +0 -2
- package/types/breadcrumb/interface.d.ts +0 -31
- package/types/breadcrumb/style/index.d.ts +0 -3
- package/types/button/index.d.ts +0 -19
- package/types/button/interface.d.ts +0 -37
- package/types/button/style/index.d.ts +0 -2
- package/types/calendar/hook/useCellClassName.d.ts +0 -2
- package/types/calendar/interface.d.ts +0 -41
- package/types/calendar/style/index.d.ts +0 -4
- package/types/card/interface.d.ts +0 -32
- package/types/card/style/index.d.ts +0 -3
- package/types/carousel/interface.d.ts +0 -52
- package/types/carousel/style/index.d.ts +0 -2
- package/types/cascader/base/node.d.ts +0 -48
- package/types/cascader/base/store.d.ts +0 -26
- package/types/cascader/interface.d.ts +0 -105
- package/types/cascader/style/index.d.ts +0 -6
- package/types/checkbox/interface.d.ts +0 -36
- package/types/checkbox/style/index.d.ts +0 -2
- package/types/checkbox/useCheckbox.d.ts +0 -13
- package/types/collapse/interface.d.ts +0 -27
- package/types/collapse/style/index.d.ts +0 -2
- package/types/color-picker/hooks/useColorPicker.d.ts +0 -34
- package/types/color-picker/interface.d.ts +0 -61
- package/types/color-picker/style/index.d.ts +0 -4
- package/types/comment/interface.d.ts +0 -14
- package/types/comment/style/index.d.ts +0 -2
- package/types/config-provider/interface.d.ts +0 -170
- package/types/config-provider/style/index.d.ts +0 -2
- package/types/copy/style/index.d.ts +0 -3
- package/types/date-picker/RangePicker.d.ts +0 -3
- package/types/date-picker/hook/useCellClassName.d.ts +0 -2
- package/types/date-picker/interface.d.ts +0 -167
- package/types/date-picker/style/index.d.ts +0 -7
- package/types/descriptions/interface.d.ts +0 -29
- package/types/descriptions/style/index.d.ts +0 -2
- package/types/divider/interface.d.ts +0 -8
- package/types/divider/style/index.d.ts +0 -2
- package/types/draggable/interface.d.ts +0 -22
- package/types/draggable/style/index.d.ts +0 -2
- package/types/drawer/interface.d.ts +0 -46
- package/types/drawer/style/index.d.ts +0 -3
- package/types/dropdown/interface.d.ts +0 -29
- package/types/dropdown/style/index.d.ts +0 -4
- package/types/empty/index.d.ts +0 -5
- package/types/empty/interface.d.ts +0 -8
- package/types/empty/style/index.d.ts +0 -2
- package/types/form/Control.d.ts +0 -56
- package/types/form/FormList.d.ts +0 -6
- package/types/form/hook/useContext.d.ts +0 -7
- package/types/form/index.d.ts +0 -25
- package/types/form/interface.d.ts +0 -228
- package/types/form/store.d.ts +0 -88
- package/types/form/style/index.d.ts +0 -3
- package/types/form/useForm.d.ts +0 -4
- package/types/grid/interface.d.ts +0 -76
- package/types/grid/style/index.d.ts +0 -2
- package/types/hooks/use-verification-code/interface.d.ts +0 -22
- package/types/hooks/use-watermark/interface.d.ts +0 -22
- package/types/hooks/useComputedState.d.ts +0 -1
- package/types/hooks/useCreate.d.ts +0 -1
- package/types/hooks/useForceUpdate.d.ts +0 -1
- package/types/hooks/useId.d.ts +0 -1
- package/types/hooks/useInView.d.ts +0 -1
- package/types/hooks/useIntersectionObserver.d.ts +0 -1
- package/types/hooks/useInterval.d.ts +0 -1
- package/types/hooks/useIsFirstRender.d.ts +0 -1
- package/types/hooks/useIsomorphicLayoutEffect.d.ts +0 -1
- package/types/hooks/useKeyboardEvent.d.ts +0 -1
- package/types/hooks/useListenResize.d.ts +0 -1
- package/types/hooks/useMedia.d.ts +0 -1
- package/types/hooks/useMergeProps.d.ts +0 -1
- package/types/hooks/useMergeValue.d.ts +0 -1
- package/types/hooks/useOnlineStatus.d.ts +0 -1
- package/types/hooks/useOverflowHidden.d.ts +0 -1
- package/types/hooks/useOverrideRef.d.ts +0 -1
- package/types/hooks/usePersistCallback.d.ts +0 -1
- package/types/hooks/usePrefersColorSchemeDark.d.ts +0 -1
- package/types/hooks/usePrevious.d.ts +0 -1
- package/types/hooks/useRefs.d.ts +0 -1
- package/types/hooks/useResizeObserver.d.ts +0 -1
- package/types/hooks/useStateCallback.d.ts +0 -1
- package/types/hooks/useStateWithPromise.d.ts +0 -1
- package/types/hooks/useUpdateEffect.d.ts +0 -1
- package/types/hooks/useWatch.d.ts +0 -1
- package/types/hooks/useWindowSize.d.ts +0 -1
- package/types/icon/style/index.d.ts +0 -2
- package/types/icon-hover/style/index.d.ts +0 -2
- package/types/image/interface.d.ts +0 -59
- package/types/image/style/index.d.ts +0 -2
- package/types/index.d.ts +0 -149
- package/types/input/Input.d.ts +0 -27
- package/types/input/Textarea.d.ts +0 -9
- package/types/input/index.d.ts +0 -8
- package/types/input/interface.d.ts +0 -100
- package/types/input/style/index.d.ts +0 -3
- package/types/input-number/decimal.d.ts +0 -16
- package/types/input-number/interface.d.ts +0 -37
- package/types/input-number/style/index.d.ts +0 -3
- package/types/input-number/util.d.ts +0 -13
- package/types/input-tag/interface.d.ts +0 -60
- package/types/input-tag/style/index.d.ts +0 -3
- package/types/layout/interface.d.ts +0 -39
- package/types/layout/style/index.d.ts +0 -4
- package/types/link/interface.d.ts +0 -9
- package/types/link/style/index.d.ts +0 -2
- package/types/list/interface.d.ts +0 -57
- package/types/list/style/index.d.ts +0 -6
- package/types/loading/style/index.d.ts +0 -2
- package/types/mentions/interface.d.ts +0 -26
- package/types/mentions/style/index.d.ts +0 -2
- package/types/menu/context.d.ts +0 -15
- package/types/menu/interface.d.ts +0 -77
- package/types/menu/style/index.d.ts +0 -4
- package/types/message/interface.d.ts +0 -31
- package/types/message/style/index.d.ts +0 -2
- package/types/modal/interface.d.ts +0 -57
- package/types/modal/style/index.d.ts +0 -3
- package/types/notice/style/index.d.ts +0 -2
- package/types/notification/interface.d.ts +0 -27
- package/types/notification/style/index.d.ts +0 -2
- package/types/page-header/interface.d.ts +0 -14
- package/types/page-header/style/index.d.ts +0 -3
- package/types/pagination/PageItem.d.ts +0 -52
- package/types/pagination/interface.d.ts +0 -35
- package/types/pagination/style/index.d.ts +0 -4
- package/types/picker/style/index.d.ts +0 -2
- package/types/popconfirm/interface.d.ts +0 -28
- package/types/popconfirm/style/index.d.ts +0 -5
- package/types/popover/interface.d.ts +0 -8
- package/types/popover/style/index.d.ts +0 -3
- package/types/portal/Portal.d.ts +0 -7
- package/types/portal/index.d.ts +0 -10
- package/types/portal/style/index.d.ts +0 -2
- package/types/progress/interface.d.ts +0 -22
- package/types/progress/style/index.d.ts +0 -3
- package/types/radio/interface.d.ts +0 -39
- package/types/radio/style/index.d.ts +0 -2
- package/types/rate/interface.d.ts +0 -17
- package/types/rate/style/index.d.ts +0 -3
- package/types/resize-box/ResizeTrigger.d.ts +0 -25
- package/types/resize-box/interface.d.ts +0 -73
- package/types/resize-box/style/index.d.ts +0 -2
- package/types/result/interface.d.ts +0 -11
- package/types/result/style/index.d.ts +0 -2
- package/types/select/interface.d.ts +0 -103
- package/types/select/style/index.d.ts +0 -6
- package/types/select/util.d.ts +0 -25
- package/types/select-view/interface.d.ts +0 -62
- package/types/select-view/style/index.d.ts +0 -2
- package/types/skeleton/interface.d.ts +0 -24
- package/types/skeleton/style/index.d.ts +0 -2
- package/types/slider/interface.d.ts +0 -32
- package/types/slider/style/index.d.ts +0 -5
- package/types/space/index.d.ts +0 -7
- package/types/space/interface.d.ts +0 -12
- package/types/space/style/index.d.ts +0 -2
- package/types/space/toArray.d.ts +0 -2
- package/types/spin/interface.d.ts +0 -14
- package/types/spin/style/index.d.ts +0 -2
- package/types/statistic/interface.d.ts +0 -33
- package/types/statistic/style/index.d.ts +0 -3
- package/types/steps/interface.d.ts +0 -42
- package/types/steps/style/index.d.ts +0 -2
- package/types/switch/interface.d.ts +0 -17
- package/types/switch/style/index.d.ts +0 -2
- package/types/table/hook/useThResizable.d.ts +0 -7
- package/types/table/interface.d.ts +0 -301
- package/types/table/style/index.d.ts +0 -12
- package/types/table/util.d.ts +0 -17
- package/types/tabs/interface.d.ts +0 -66
- package/types/tabs/style/index.d.ts +0 -3
- package/types/tag/interface.d.ts +0 -23
- package/types/tag/style/index.d.ts +0 -2
- package/types/time-picker/interface.d.ts +0 -62
- package/types/time-picker/style/index.d.ts +0 -5
- package/types/timeline/interface.d.ts +0 -26
- package/types/timeline/style/index.d.ts +0 -2
- package/types/tooltip/interface.d.ts +0 -23
- package/types/tooltip/style/index.d.ts +0 -3
- package/types/transfer/interface.d.ts +0 -91
- package/types/transfer/style/index.d.ts +0 -6
- package/types/tree/interface.d.ts +0 -153
- package/types/tree/style/index.d.ts +0 -3
- package/types/tree-select/interface.d.ts +0 -79
- package/types/tree-select/style/index.d.ts +0 -5
- package/types/trigger/interface.d.ts +0 -73
- package/types/trigger/style/index.d.ts +0 -2
- package/types/typography/interface.d.ts +0 -97
- package/types/typography/style/index.d.ts +0 -5
- package/types/upload/interface.d.ts +0 -126
- package/types/upload/style/index.d.ts +0 -6
- package/types/utils/PqbCSSTransition.d.ts +0 -3
- package/types/utils/caseName.d.ts +0 -3
- package/types/utils/className.d.ts +0 -3
- package/types/utils/constant.d.ts +0 -4
- package/types/utils/copy.d.ts +0 -3
- package/types/utils/dayjs.d.ts +0 -1
- package/types/utils/dom.d.ts +0 -1
- package/types/utils/fileToURL.d.ts +0 -3
- package/types/utils/fillNBSP.d.ts +0 -3
- package/types/utils/getHighlightText.d.ts +0 -3
- package/types/utils/getHotkeyHandler.d.ts +0 -3
- package/types/utils/getStringLength.d.ts +0 -3
- package/types/utils/include.d.ts +0 -3
- package/types/utils/is.d.ts +0 -1
- package/types/utils/lodash.d.ts +0 -1
- package/types/utils/mergeProps.d.ts +0 -3
- package/types/utils/mergedToString.d.ts +0 -3
- package/types/utils/names.d.ts +0 -499
- package/types/utils/omit.d.ts +0 -3
- package/types/utils/pad.d.ts +0 -1
- package/types/utils/pick.d.ts +0 -3
- package/types/utils/react19Adapter.d.ts +0 -1
- package/types/utils/reactDOM.d.ts +0 -1
- package/types/utils/resizeObserverEffect.d.ts +0 -2
- package/types/utils/saveAs.d.ts +0 -3
- package/types/utils/screenfull.d.ts +0 -3
- package/types/utils/scrollIntoView.d.ts +0 -3
- package/types/utils/style.d.ts +0 -1
- package/types/utils/throttleByRaf.d.ts +0 -1
- package/types/utils/throttleByRaf2.d.ts +0 -1
- package/types/utils/warning.d.ts +0 -1
- package/types/verification-code/interface.d.ts +0 -25
- package/types/verification-code/style/index.d.ts +0 -3
- package/types/virtual-list/Filler.d.ts +0 -10
- package/types/virtual-list/VirtualList.d.ts +0 -39
- package/types/virtual-list/style/index.d.ts +0 -2
- package/types/virtual-list/util/algorithm.d.ts +0 -6
- package/types/virtual-list/util/item.d.ts +0 -44
- package/types/watermark/interface.d.ts +0 -21
- package/types/watermark/style/index.d.ts +0 -1
- /package/types/{utils → common/utils}/computeScrollIntoView.d.ts +0 -0
- /package/types/{utils → common/utils}/keyboardCode.d.ts +0 -0
- /package/types/{utils → common/utils}/math.d.ts +0 -0
- /package/types/{utils → common/utils}/reactTransitionGroup.d.ts +0 -0
- /package/types/{utils → common/utils}/setDarkTheme.d.ts +0 -0
- /package/types/{utils → common/utils}/setPrimaryColor.d.ts +0 -0
- /package/types/{utils → common/utils}/setTheme.d.ts +0 -0
- /package/types/{utils → common/utils}/tinycolor.d.ts +0 -0
- /package/types/{utils → common/utils}/tween.d.ts +0 -0
- /package/types/{utils → common/utils}/type.d.ts +0 -0
- /package/types/{utils → common/utils}/uuid.d.ts +0 -0
- /package/types/{affix → pc/affix}/index.d.ts +0 -0
- /package/types/{alert → pc/alert}/index.d.ts +0 -0
- /package/types/{anchor → pc/anchor}/Anchor.d.ts +0 -0
- /package/types/{anchor → pc/anchor}/Link.d.ts +0 -0
- /package/types/{anchor → pc/anchor}/context.d.ts +0 -0
- /package/types/{anchor → pc/anchor}/index.d.ts +0 -0
- /package/types/{auto-complete → pc/auto-complete}/index.d.ts +0 -0
- /package/types/{avatar → pc/avatar}/Avatar.d.ts +0 -0
- /package/types/{avatar → pc/avatar}/Group.d.ts +0 -0
- /package/types/{avatar → pc/avatar}/context.d.ts +0 -0
- /package/types/{avatar → pc/avatar}/index.d.ts +0 -0
- /package/types/{back-top → pc/back-top}/index.d.ts +0 -0
- /package/types/{badge → pc/badge}/Count.d.ts +0 -0
- /package/types/{badge → pc/badge}/index.d.ts +0 -0
- /package/types/{breadcrumb → pc/breadcrumb}/Item.d.ts +0 -0
- /package/types/{breadcrumb → pc/breadcrumb}/index.d.ts +0 -0
- /package/types/{button → pc/button}/Group.d.ts +0 -0
- /package/types/{calendar → pc/calendar}/Month.d.ts +0 -0
- /package/types/{calendar → pc/calendar}/WeekList.d.ts +0 -0
- /package/types/{calendar → pc/calendar}/Year.d.ts +0 -0
- /package/types/{calendar → pc/calendar}/header/Panel.d.ts +0 -0
- /package/types/{calendar → pc/calendar}/header/index.d.ts +0 -0
- /package/types/{calendar → pc/calendar}/index.d.ts +0 -0
- /package/types/{card → pc/card}/Grid.d.ts +0 -0
- /package/types/{card → pc/card}/Meta.d.ts +0 -0
- /package/types/{card → pc/card}/index.d.ts +0 -0
- /package/types/{carousel → pc/carousel}/Arrow.d.ts +0 -0
- /package/types/{carousel → pc/carousel}/Indicator.d.ts +0 -0
- /package/types/{carousel → pc/carousel}/index.d.ts +0 -0
- /package/types/{cascader → pc/cascader}/Cascader.d.ts +0 -0
- /package/types/{cascader → pc/cascader}/hook/useRefCurrent.d.ts +0 -0
- /package/types/{cascader → pc/cascader}/index.d.ts +0 -0
- /package/types/{cascader → pc/cascader}/panel/List.d.ts +0 -0
- /package/types/{cascader → pc/cascader}/panel/Option.d.ts +0 -0
- /package/types/{cascader → pc/cascader}/panel/Search.d.ts +0 -0
- /package/types/{cascader → pc/cascader}/util.d.ts +0 -0
- /package/types/{checkbox → pc/checkbox}/Checkbox.d.ts +0 -0
- /package/types/{checkbox → pc/checkbox}/Group.d.ts +0 -0
- /package/types/{checkbox → pc/checkbox}/GroupBlock.d.ts +0 -0
- /package/types/{checkbox → pc/checkbox}/IconCheck.d.ts +0 -0
- /package/types/{checkbox → pc/checkbox}/index.d.ts +0 -0
- /package/types/{collapse → pc/collapse}/Collapse.d.ts +0 -0
- /package/types/{collapse → pc/collapse}/Item.d.ts +0 -0
- /package/types/{collapse → pc/collapse}/index.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/ControlBar.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/InputAlpha.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/InputHex.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/InputRgb.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/Mode.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/Palette.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/Panel.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/colors.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/hooks/useControlBlock.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/index.d.ts +0 -0
- /package/types/{color-picker → pc/color-picker}/utils.d.ts +0 -0
- /package/types/{comment → pc/comment}/index.d.ts +0 -0
- /package/types/{config-provider → pc/config-provider}/ConfigProvider.d.ts +0 -0
- /package/types/{config-provider → pc/config-provider}/context.d.ts +0 -0
- /package/types/{config-provider → pc/config-provider}/index.d.ts +0 -0
- /package/types/{copy → pc/copy}/index.d.ts +0 -0
- /package/types/{copy → pc/copy}/interface.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/Picker.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/context.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/index.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/Body.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/Footer.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/Header.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/Shortcut.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/WeekList.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/date/index.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/month/index.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/quarter/index.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/range/index.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/week/index.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/panel/year/index.d.ts +0 -0
- /package/types/{date-picker → pc/date-picker}/util.d.ts +0 -0
- /package/types/{descriptions → pc/descriptions}/index.d.ts +0 -0
- /package/types/{divider → pc/divider}/index.d.ts +0 -0
- /package/types/{draggable → pc/draggable}/Item.d.ts +0 -0
- /package/types/{draggable → pc/draggable}/index.d.ts +0 -0
- /package/types/{drawer → pc/drawer}/Drawer.d.ts +0 -0
- /package/types/{drawer → pc/drawer}/index.d.ts +0 -0
- /package/types/{dropdown → pc/dropdown}/Button.d.ts +0 -0
- /package/types/{dropdown → pc/dropdown}/index.d.ts +0 -0
- /package/types/{form → pc/form}/Form.d.ts +0 -0
- /package/types/{form → pc/form}/FormItem.d.ts +0 -0
- /package/types/{form → pc/form}/FormLabel.d.ts +0 -0
- /package/types/{form → pc/form}/FormProvider.d.ts +0 -0
- /package/types/{form → pc/form}/IconSymbol.d.ts +0 -0
- /package/types/{form → pc/form}/context.d.ts +0 -0
- /package/types/{form → pc/form}/hook/useState.d.ts +0 -0
- /package/types/{form → pc/form}/hook/useWatch.d.ts +0 -0
- /package/types/{form → pc/form}/promisify.d.ts +0 -0
- /package/types/{form → pc/form}/util.d.ts +0 -0
- /package/types/{grid → pc/grid}/Col.d.ts +0 -0
- /package/types/{grid → pc/grid}/Row.d.ts +0 -0
- /package/types/{grid → pc/grid}/context.d.ts +0 -0
- /package/types/{grid → pc/grid}/grid-item.d.ts +0 -0
- /package/types/{grid → pc/grid}/grid.d.ts +0 -0
- /package/types/{grid → pc/grid}/hook/useResponsiveState.d.ts +0 -0
- /package/types/{grid → pc/grid}/index.d.ts +0 -0
- /package/types/{grid → pc/grid}/util.d.ts +0 -0
- /package/types/{hooks → pc/hooks}/index.d.ts +0 -0
- /package/types/{hooks → pc/hooks}/use-verification-code/index.d.ts +0 -0
- /package/types/{hooks → pc/hooks}/use-watermark/index.d.ts +0 -0
- /package/types/{hooks → pc/hooks}/use-watermark/utils.d.ts +0 -0
- /package/types/{icon → pc/icon}/addFromIconFontCn.d.ts +0 -0
- /package/types/{icon → pc/icon}/index.d.ts +0 -0
- /package/types/{icon-hover → pc/icon-hover}/index.d.ts +0 -0
- /package/types/{icons.d.ts → pc/icons.d.ts} +0 -0
- /package/types/{image → pc/image}/Image.d.ts +0 -0
- /package/types/{image → pc/image}/ImageFooter.d.ts +0 -0
- /package/types/{image → pc/image}/ImagePreview.d.ts +0 -0
- /package/types/{image → pc/image}/ImagePreviewArrow.d.ts +0 -0
- /package/types/{image → pc/image}/ImagePreviewGroup.d.ts +0 -0
- /package/types/{image → pc/image}/ImagePreviewToolbar.d.ts +0 -0
- /package/types/{image → pc/image}/TriggerForToolbar.d.ts +0 -0
- /package/types/{image → pc/image}/index.d.ts +0 -0
- /package/types/{image → pc/image}/previewGroupContext.d.ts +0 -0
- /package/types/{image → pc/image}/util/getFixTranslate.d.ts +0 -0
- /package/types/{image → pc/image}/util/getScale.d.ts +0 -0
- /package/types/{image → pc/image}/util/hook/useImageStatus.d.ts +0 -0
- /package/types/{image → pc/image}/util/hook/useShowFooter.d.ts +0 -0
- /package/types/{input → pc/input}/Button.d.ts +0 -0
- /package/types/{input → pc/input}/Group.d.ts +0 -0
- /package/types/{input → pc/input}/InputElement.d.ts +0 -0
- /package/types/{input → pc/input}/Number.d.ts +0 -0
- /package/types/{input → pc/input}/Password.d.ts +0 -0
- /package/types/{input → pc/input}/Search.d.ts +0 -0
- /package/types/{input → pc/input}/Tag.d.ts +0 -0
- /package/types/{input → pc/input}/autoSizeTextAreaHeight.d.ts +0 -0
- /package/types/{input → pc/input}/useComposition.d.ts +0 -0
- /package/types/{input-number → pc/input-number}/index.d.ts +0 -0
- /package/types/{input-number → pc/input-number}/useSelectionRange.d.ts +0 -0
- /package/types/{input-tag → pc/input-tag}/InputTag.d.ts +0 -0
- /package/types/{input-tag → pc/input-tag}/index.d.ts +0 -0
- /package/types/{layout → pc/layout}/Content.d.ts +0 -0
- /package/types/{layout → pc/layout}/Footer.d.ts +0 -0
- /package/types/{layout → pc/layout}/Header.d.ts +0 -0
- /package/types/{layout → pc/layout}/Sider.d.ts +0 -0
- /package/types/{layout → pc/layout}/index.d.ts +0 -0
- /package/types/{link → pc/link}/index.d.ts +0 -0
- /package/types/{list → pc/list}/Item.d.ts +0 -0
- /package/types/{list → pc/list}/Meta.d.ts +0 -0
- /package/types/{list → pc/list}/index.d.ts +0 -0
- /package/types/{loading → pc/loading}/index.d.ts +0 -0
- /package/types/{locale → pc/locale}/ar-EG.d.ts +0 -0
- /package/types/{locale → pc/locale}/de-DE.d.ts +0 -0
- /package/types/{locale → pc/locale}/default.d.ts +0 -0
- /package/types/{locale → pc/locale}/en-US.d.ts +0 -0
- /package/types/{locale → pc/locale}/es-ES.d.ts +0 -0
- /package/types/{locale → pc/locale}/fr-FR.d.ts +0 -0
- /package/types/{locale → pc/locale}/id-ID.d.ts +0 -0
- /package/types/{locale → pc/locale}/interface.d.ts +0 -0
- /package/types/{locale → pc/locale}/it-IT.d.ts +0 -0
- /package/types/{locale → pc/locale}/ja-JP.d.ts +0 -0
- /package/types/{locale → pc/locale}/ko-KR.d.ts +0 -0
- /package/types/{locale → pc/locale}/ms-MY.d.ts +0 -0
- /package/types/{locale → pc/locale}/pt-BR.d.ts +0 -0
- /package/types/{locale → pc/locale}/pt-PT.d.ts +0 -0
- /package/types/{locale → pc/locale}/ru-RU.d.ts +0 -0
- /package/types/{locale → pc/locale}/th-TH.d.ts +0 -0
- /package/types/{locale → pc/locale}/tr-TR.d.ts +0 -0
- /package/types/{locale → pc/locale}/vi-VN.d.ts +0 -0
- /package/types/{locale → pc/locale}/zh-CN.d.ts +0 -0
- /package/types/{locale → pc/locale}/zh-HK.d.ts +0 -0
- /package/types/{locale → pc/locale}/zh-TW.d.ts +0 -0
- /package/types/{mentions → pc/mentions}/index.d.ts +0 -0
- /package/types/{mentions → pc/mentions}/util.d.ts +0 -0
- /package/types/{menu → pc/menu}/Indent.d.ts +0 -0
- /package/types/{menu → pc/menu}/Item.d.ts +0 -0
- /package/types/{menu → pc/menu}/ItemGroup.d.ts +0 -0
- /package/types/{menu → pc/menu}/Menu.d.ts +0 -0
- /package/types/{menu → pc/menu}/OverflowWrap.d.ts +0 -0
- /package/types/{menu → pc/menu}/index.d.ts +0 -0
- /package/types/{menu → pc/menu}/sub-menu/Inline.d.ts +0 -0
- /package/types/{menu → pc/menu}/sub-menu/Pop.d.ts +0 -0
- /package/types/{menu → pc/menu}/sub-menu/index.d.ts +0 -0
- /package/types/{menu → pc/menu}/util.d.ts +0 -0
- /package/types/{message → pc/message}/index.d.ts +0 -0
- /package/types/{message → pc/message}/useMessage.d.ts +0 -0
- /package/types/{modal → pc/modal}/Confirm.d.ts +0 -0
- /package/types/{modal → pc/modal}/Modal.d.ts +0 -0
- /package/types/{modal → pc/modal}/config.d.ts +0 -0
- /package/types/{modal → pc/modal}/index.d.ts +0 -0
- /package/types/{modal → pc/modal}/use-modal/Hook.d.ts +0 -0
- /package/types/{modal → pc/modal}/use-modal/index.d.ts +0 -0
- /package/types/{notice → pc/notice}/index.d.ts +0 -0
- /package/types/{notification → pc/notification}/index.d.ts +0 -0
- /package/types/{notification → pc/notification}/useNotification.d.ts +0 -0
- /package/types/{notification → pc/notification}/withNotification.d.ts +0 -0
- /package/types/{overflow-ellipsis → pc/overflow-ellipsis}/OverflowItem.d.ts +0 -0
- /package/types/{overflow-ellipsis → pc/overflow-ellipsis}/index.d.ts +0 -0
- /package/types/{page-header → pc/page-header}/index.d.ts +0 -0
- /package/types/{pagination → pc/pagination}/PageJumper.d.ts +0 -0
- /package/types/{pagination → pc/pagination}/PageOption.d.ts +0 -0
- /package/types/{pagination → pc/pagination}/Pagination.d.ts +0 -0
- /package/types/{pagination → pc/pagination}/index.d.ts +0 -0
- /package/types/{picker → pc/picker}/Input.d.ts +0 -0
- /package/types/{picker → pc/picker}/InputRange.d.ts +0 -0
- /package/types/{picker → pc/picker}/index.d.ts +0 -0
- /package/types/{popconfirm → pc/popconfirm}/index.d.ts +0 -0
- /package/types/{popover → pc/popover}/index.d.ts +0 -0
- /package/types/{progress → pc/progress}/CircleProgress.d.ts +0 -0
- /package/types/{progress → pc/progress}/LineProgess.d.ts +0 -0
- /package/types/{progress → pc/progress}/StepProgress.d.ts +0 -0
- /package/types/{progress → pc/progress}/index.d.ts +0 -0
- /package/types/{radio → pc/radio}/Group.d.ts +0 -0
- /package/types/{radio → pc/radio}/GroupBlock.d.ts +0 -0
- /package/types/{radio → pc/radio}/Radio.d.ts +0 -0
- /package/types/{radio → pc/radio}/index.d.ts +0 -0
- /package/types/{rate → pc/rate}/index.d.ts +0 -0
- /package/types/{resize-box → pc/resize-box}/Split.d.ts +0 -0
- /package/types/{resize-box → pc/resize-box}/SplitGroup.d.ts +0 -0
- /package/types/{resize-box → pc/resize-box}/index.d.ts +0 -0
- /package/types/{result → pc/result}/403.d.ts +0 -0
- /package/types/{result → pc/result}/404.d.ts +0 -0
- /package/types/{result → pc/result}/500.d.ts +0 -0
- /package/types/{result → pc/result}/index.d.ts +0 -0
- /package/types/{select → pc/select}/OptGroup.d.ts +0 -0
- /package/types/{select → pc/select}/Option.d.ts +0 -0
- /package/types/{select → pc/select}/Select.d.ts +0 -0
- /package/types/{select → pc/select}/index.d.ts +0 -0
- /package/types/{select-view → pc/select-view}/Core.d.ts +0 -0
- /package/types/{select-view → pc/select-view}/index.d.ts +0 -0
- /package/types/{skeleton → pc/skeleton}/Image.d.ts +0 -0
- /package/types/{skeleton → pc/skeleton}/Text.d.ts +0 -0
- /package/types/{skeleton → pc/skeleton}/index.d.ts +0 -0
- /package/types/{slider → pc/slider}/Button.d.ts +0 -0
- /package/types/{slider → pc/slider}/Dot.d.ts +0 -0
- /package/types/{slider → pc/slider}/Input.d.ts +0 -0
- /package/types/{slider → pc/slider}/Mark.d.ts +0 -0
- /package/types/{slider → pc/slider}/Tick.d.ts +0 -0
- /package/types/{slider → pc/slider}/hook/useInterval.d.ts +0 -0
- /package/types/{slider → pc/slider}/hook/useLegalValue.d.ts +0 -0
- /package/types/{slider → pc/slider}/index.d.ts +0 -0
- /package/types/{slider → pc/slider}/util.d.ts +0 -0
- /package/types/{speech-synthesis → pc/speech-synthesis}/index.d.ts +0 -0
- /package/types/{speech-synthesis → pc/speech-synthesis}/style/index.d.ts +0 -0
- /package/types/{spin → pc/spin}/DotLoading.d.ts +0 -0
- /package/types/{spin → pc/spin}/index.d.ts +0 -0
- /package/types/{statistic → pc/statistic}/Countdown.d.ts +0 -0
- /package/types/{statistic → pc/statistic}/index.d.ts +0 -0
- /package/types/{statistic → pc/statistic}/util.d.ts +0 -0
- /package/types/{steps → pc/steps}/Step.d.ts +0 -0
- /package/types/{steps → pc/steps}/index.d.ts +0 -0
- /package/types/{suspense-fallback-test → pc/suspense-fallback-test}/index.d.ts +0 -0
- /package/types/{suspense-fallback-test → pc/suspense-fallback-test}/style/index.d.ts +0 -0
- /package/types/{switch → pc/switch}/index.d.ts +0 -0
- /package/types/{table → pc/table}/ColGroup.d.ts +0 -0
- /package/types/{table → pc/table}/Table.d.ts +0 -0
- /package/types/{table → pc/table}/constant.d.ts +0 -0
- /package/types/{table → pc/table}/hook/useColumns.d.ts +0 -0
- /package/types/{table → pc/table}/hook/useComponent.d.ts +0 -0
- /package/types/{table → pc/table}/hook/useExpand.d.ts +0 -0
- /package/types/{table → pc/table}/hook/useRowSelection.d.ts +0 -0
- /package/types/{table → pc/table}/hook/useSorter.d.ts +0 -0
- /package/types/{table → pc/table}/hook/useStickyClassNames.d.ts +0 -0
- /package/types/{table → pc/table}/hook/useStickyOffsets.d.ts +0 -0
- /package/types/{table → pc/table}/index.d.ts +0 -0
- /package/types/{table → pc/table}/summary/Cell.d.ts +0 -0
- /package/types/{table → pc/table}/summary/Row.d.ts +0 -0
- /package/types/{table → pc/table}/summary/context.d.ts +0 -0
- /package/types/{table → pc/table}/summary/index.d.ts +0 -0
- /package/types/{table → pc/table}/tbody/Td.d.ts +0 -0
- /package/types/{table → pc/table}/tbody/Tr.d.ts +0 -0
- /package/types/{table → pc/table}/tbody/index.d.ts +0 -0
- /package/types/{table → pc/table}/tfoot/index.d.ts +0 -0
- /package/types/{table → pc/table}/th-resizable/index.d.ts +0 -0
- /package/types/{table → pc/table}/thead/Column.d.ts +0 -0
- /package/types/{table → pc/table}/thead/index.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/Tab.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/TabContent.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/TabPane.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/hook/useDomSize.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/hook/useHeaderScroll.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/index.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/tab-header/DropdownIcon.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/tab-header/TabInk.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/tab-header/TabNavIcon.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/tab-header/TabTitle.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/tab-header/index.d.ts +0 -0
- /package/types/{tabs → pc/tabs}/util.d.ts +0 -0
- /package/types/{tag → pc/tag}/index.d.ts +0 -0
- /package/types/{time-picker → pc/time-picker}/Picker.d.ts +0 -0
- /package/types/{time-picker → pc/time-picker}/RangePicker.d.ts +0 -0
- /package/types/{time-picker → pc/time-picker}/TimeColumn.d.ts +0 -0
- /package/types/{time-picker → pc/time-picker}/TimePicker.d.ts +0 -0
- /package/types/{time-picker → pc/time-picker}/context.d.ts +0 -0
- /package/types/{time-picker → pc/time-picker}/index.d.ts +0 -0
- /package/types/{time-picker → pc/time-picker}/util.d.ts +0 -0
- /package/types/{timeline → pc/timeline}/Item.d.ts +0 -0
- /package/types/{timeline → pc/timeline}/Timeline.d.ts +0 -0
- /package/types/{timeline → pc/timeline}/index.d.ts +0 -0
- /package/types/{tooltip → pc/tooltip}/index.d.ts +0 -0
- /package/types/{transfer → pc/transfer}/Item.d.ts +0 -0
- /package/types/{transfer → pc/transfer}/List.d.ts +0 -0
- /package/types/{transfer → pc/transfer}/index.d.ts +0 -0
- /package/types/{tree → pc/tree}/Animation.d.ts +0 -0
- /package/types/{tree → pc/tree}/Context.d.ts +0 -0
- /package/types/{tree → pc/tree}/Node.d.ts +0 -0
- /package/types/{tree → pc/tree}/NodeList.d.ts +0 -0
- /package/types/{tree → pc/tree}/Tree.d.ts +0 -0
- /package/types/{tree → pc/tree}/index.d.ts +0 -0
- /package/types/{tree → pc/tree}/util.d.ts +0 -0
- /package/types/{tree-select → pc/tree-select}/List.d.ts +0 -0
- /package/types/{tree-select → pc/tree-select}/Select.d.ts +0 -0
- /package/types/{tree-select → pc/tree-select}/hook/useKeyCache.d.ts +0 -0
- /package/types/{tree-select → pc/tree-select}/hook/useStateValue.d.ts +0 -0
- /package/types/{tree-select → pc/tree-select}/hook/useTreeData.d.ts +0 -0
- /package/types/{tree-select → pc/tree-select}/index.d.ts +0 -0
- /package/types/{tree-select → pc/tree-select}/util.d.ts +0 -0
- /package/types/{trigger → pc/trigger}/getPopupStyle.d.ts +0 -0
- /package/types/{trigger → pc/trigger}/index.d.ts +0 -0
- /package/types/{typography → pc/typography}/Base.d.ts +0 -0
- /package/types/{typography → pc/typography}/EditContent.d.ts +0 -0
- /package/types/{typography → pc/typography}/Ellipsis.d.ts +0 -0
- /package/types/{typography → pc/typography}/Operations.d.ts +0 -0
- /package/types/{typography → pc/typography}/Paragraph.d.ts +0 -0
- /package/types/{typography → pc/typography}/Text.d.ts +0 -0
- /package/types/{typography → pc/typography}/Title.d.ts +0 -0
- /package/types/{typography → pc/typography}/Typography.d.ts +0 -0
- /package/types/{typography → pc/typography}/index.d.ts +0 -0
- /package/types/{typography → pc/typography}/useCssEllipsis.d.ts +0 -0
- /package/types/{typography → pc/typography}/useEllipsis.d.ts +0 -0
- /package/types/{upload → pc/upload}/TriggerNode.d.ts +0 -0
- /package/types/{upload → pc/upload}/Upload.d.ts +0 -0
- /package/types/{upload → pc/upload}/Uploader.d.ts +0 -0
- /package/types/{upload → pc/upload}/index.d.ts +0 -0
- /package/types/{upload → pc/upload}/list/PictureItem.d.ts +0 -0
- /package/types/{upload → pc/upload}/list/TextItem.d.ts +0 -0
- /package/types/{upload → pc/upload}/list/UploadProgress.d.ts +0 -0
- /package/types/{upload → pc/upload}/list/index.d.ts +0 -0
- /package/types/{upload → pc/upload}/request.d.ts +0 -0
- /package/types/{upload → pc/upload}/request_.d.ts +0 -0
- /package/types/{upload → pc/upload}/util.d.ts +0 -0
- /package/types/{utils → pc/utils}/color.d.ts +0 -0
- /package/types/{utils → pc/utils}/contextHolder.d.ts +0 -0
- /package/types/{utils → pc/utils}/index.d.ts +0 -0
- /package/types/{utils → pc/utils}/responsiveObserve.d.ts +0 -0
- /package/types/{utils → pc/utils}/tree.d.ts +0 -0
- /package/types/{utils → pc/utils}/validate.d.ts +0 -0
- /package/types/{verification-code → pc/verification-code}/VerificationCode.d.ts +0 -0
- /package/types/{verification-code → pc/verification-code}/index.d.ts +0 -0
- /package/types/{version → pc/version}/index.d.ts +0 -0
- /package/types/{virtual-list → pc/virtual-list}/index.d.ts +0 -0
- /package/types/{watermark → pc/watermark}/Watermark.d.ts +0 -0
- /package/types/{watermark → pc/watermark}/index.d.ts +0 -0
package/chunk/ev6oHWqY.js
DELETED
|
@@ -1,257 +0,0 @@
|
|
|
1
|
-
import { jsxs as w, jsx as r } from "react/jsx-runtime";
|
|
2
|
-
import U from "@unicom-cloud/icons/IconUiCaretLeft";
|
|
3
|
-
import L from "@unicom-cloud/icons/IconUiCaretRight";
|
|
4
|
-
import V from "lodash/isFunction";
|
|
5
|
-
import M, { useContext as O, useRef as A, createContext as B } from "react";
|
|
6
|
-
import { a as T, I as S } from "./C9oo3EJI.js";
|
|
7
|
-
import { u as q } from "./BFTV6myl.js";
|
|
8
|
-
import { u as D } from "./CXPOj2uy.js";
|
|
9
|
-
import p from "@unicom-cloud/utils/class-name";
|
|
10
|
-
import { o as G } from "./BKKEev13.js";
|
|
11
|
-
import { u as J } from "./BJ9_azwQ.js";
|
|
12
|
-
import { u as Q } from "./BYdIoY50.js";
|
|
13
|
-
import { off as W, on as X } from "../utils/dom.js";
|
|
14
|
-
function Y(f, g) {
|
|
15
|
-
var I;
|
|
16
|
-
const { getPrefixCls: a } = O(T), n = O(j), C = Q(), {
|
|
17
|
-
children: s,
|
|
18
|
-
name: c,
|
|
19
|
-
header: $,
|
|
20
|
-
className: H,
|
|
21
|
-
style: N,
|
|
22
|
-
contentStyle: E,
|
|
23
|
-
extra: x,
|
|
24
|
-
disabled: l,
|
|
25
|
-
destroyOnHide: y,
|
|
26
|
-
expandIcon: v,
|
|
27
|
-
showExpandIcon: b = !0,
|
|
28
|
-
...R
|
|
29
|
-
} = f, i = A(), m = A(), t = a == null ? void 0 : a("collapse-item"), d = ((I = n.activeKeys) == null ? void 0 : I.indexOf(c)) > -1, u = b ? "expandIcon" in f ? v : n.expandIcon : null, h = (e, o) => {
|
|
30
|
-
var P;
|
|
31
|
-
if (l)
|
|
32
|
-
return;
|
|
33
|
-
const { triggerRegion: K } = n;
|
|
34
|
-
(o === (K === "icon" ? 0 : K === "header" ? 1 : 2) || // When triggerRegion is set to header, clicking icon should trigger onChange as well
|
|
35
|
-
K === "header" && [0, 1].includes(o)) && ((P = n.onToggle) == null || P.call(n, c, e));
|
|
36
|
-
};
|
|
37
|
-
return /* @__PURE__ */ w(
|
|
38
|
-
"div",
|
|
39
|
-
{
|
|
40
|
-
ref: g,
|
|
41
|
-
...R,
|
|
42
|
-
className: p(
|
|
43
|
-
t,
|
|
44
|
-
{
|
|
45
|
-
[`${t}-active`]: d,
|
|
46
|
-
[`${t}-no-icon`]: !u,
|
|
47
|
-
[`${t}-disabled`]: l
|
|
48
|
-
},
|
|
49
|
-
H
|
|
50
|
-
),
|
|
51
|
-
style: N,
|
|
52
|
-
children: [
|
|
53
|
-
/* @__PURE__ */ w(
|
|
54
|
-
"div",
|
|
55
|
-
{
|
|
56
|
-
role: "button",
|
|
57
|
-
"aria-disabled": l,
|
|
58
|
-
"aria-expanded": d,
|
|
59
|
-
"data-active-region": n.triggerRegion,
|
|
60
|
-
tabIndex: l ? -1 : 0,
|
|
61
|
-
className: p(
|
|
62
|
-
`${t}-header`,
|
|
63
|
-
`${t}-header-${n.expandIconPosition}`,
|
|
64
|
-
{
|
|
65
|
-
[`${t}-header-disabled`]: l
|
|
66
|
-
}
|
|
67
|
-
),
|
|
68
|
-
onClick: (e) => h(e, 2),
|
|
69
|
-
...C({
|
|
70
|
-
onPressEnter: (e) => {
|
|
71
|
-
!l && n.onToggle(c, e);
|
|
72
|
-
}
|
|
73
|
-
}),
|
|
74
|
-
children: [
|
|
75
|
-
u && /* @__PURE__ */ r(
|
|
76
|
-
S,
|
|
77
|
-
{
|
|
78
|
-
prefix: t,
|
|
79
|
-
disabled: l,
|
|
80
|
-
className: p({
|
|
81
|
-
[`${t}-icon-hover-right`]: n.expandIconPosition === "right",
|
|
82
|
-
[`${t}-header-icon-right`]: n.expandIconPosition === "right"
|
|
83
|
-
}),
|
|
84
|
-
onClick: (e) => h(e, 0),
|
|
85
|
-
children: /* @__PURE__ */ r(
|
|
86
|
-
"span",
|
|
87
|
-
{
|
|
88
|
-
className: p(`${t}-header-icon`, {
|
|
89
|
-
[`${t}-header-icon-down`]: d
|
|
90
|
-
}),
|
|
91
|
-
children: u
|
|
92
|
-
}
|
|
93
|
-
)
|
|
94
|
-
}
|
|
95
|
-
),
|
|
96
|
-
/* @__PURE__ */ r(
|
|
97
|
-
"div",
|
|
98
|
-
{
|
|
99
|
-
className: `${t}-header-title`,
|
|
100
|
-
onClick: (e) => h(e, 1),
|
|
101
|
-
children: $
|
|
102
|
-
}
|
|
103
|
-
),
|
|
104
|
-
x && /* @__PURE__ */ r(
|
|
105
|
-
"div",
|
|
106
|
-
{
|
|
107
|
-
className: `${t}-header-extra`,
|
|
108
|
-
onClick: (e) => {
|
|
109
|
-
e.stopPropagation();
|
|
110
|
-
},
|
|
111
|
-
children: x
|
|
112
|
-
}
|
|
113
|
-
)
|
|
114
|
-
]
|
|
115
|
-
}
|
|
116
|
-
),
|
|
117
|
-
/* @__PURE__ */ r(
|
|
118
|
-
J,
|
|
119
|
-
{
|
|
120
|
-
nodeRef: i,
|
|
121
|
-
in: d,
|
|
122
|
-
addEndListener: (e) => {
|
|
123
|
-
W(i.current, "transitionend", e), X(i.current, "transitionend", e);
|
|
124
|
-
},
|
|
125
|
-
mountOnEnter: "destroyOnHide" in f ? y : n.destroyOnHide || n.lazyload,
|
|
126
|
-
unmountOnExit: "destroyOnHide" in f ? y : n.destroyOnHide,
|
|
127
|
-
onEnter: () => {
|
|
128
|
-
const e = i.current;
|
|
129
|
-
e && (e.style.height = "0", e.style.display = "block");
|
|
130
|
-
},
|
|
131
|
-
onEntering: () => {
|
|
132
|
-
const e = i.current, o = m.current;
|
|
133
|
-
e && o && (e.style.height = `${Math.max(e.scrollHeight, o.scrollHeight)}px`);
|
|
134
|
-
},
|
|
135
|
-
onEntered: () => {
|
|
136
|
-
const e = i.current;
|
|
137
|
-
e && (e.style.height = "auto");
|
|
138
|
-
},
|
|
139
|
-
onExit: () => {
|
|
140
|
-
const e = i.current, o = m.current;
|
|
141
|
-
e && o && (e.offsetHeight, o.offsetHeight, e.style.display = "block", e.style.height = `${Math.max(e.offsetHeight, o.offsetHeight)}px`, e.offsetHeight, o.offsetHeight);
|
|
142
|
-
},
|
|
143
|
-
onExiting: () => {
|
|
144
|
-
const e = i.current;
|
|
145
|
-
e && (e.style.height = "0");
|
|
146
|
-
},
|
|
147
|
-
onExited: () => {
|
|
148
|
-
const e = i.current;
|
|
149
|
-
e && (e.style.display = "none", e.style.height = "auto");
|
|
150
|
-
},
|
|
151
|
-
children: /* @__PURE__ */ r(
|
|
152
|
-
"div",
|
|
153
|
-
{
|
|
154
|
-
ref: i,
|
|
155
|
-
role: "region",
|
|
156
|
-
className: p(`${t}-content`, {
|
|
157
|
-
[`${t}-content-expanded`]: d
|
|
158
|
-
}),
|
|
159
|
-
children: /* @__PURE__ */ r(
|
|
160
|
-
"div",
|
|
161
|
-
{
|
|
162
|
-
ref: m,
|
|
163
|
-
style: E,
|
|
164
|
-
className: `${t}-content-box`,
|
|
165
|
-
children: s
|
|
166
|
-
}
|
|
167
|
-
)
|
|
168
|
-
}
|
|
169
|
-
)
|
|
170
|
-
}
|
|
171
|
-
)
|
|
172
|
-
]
|
|
173
|
-
}
|
|
174
|
-
);
|
|
175
|
-
}
|
|
176
|
-
const z = M.forwardRef(
|
|
177
|
-
Y
|
|
178
|
-
);
|
|
179
|
-
z.displayName = "CollapseItem";
|
|
180
|
-
const k = (f, g) => {
|
|
181
|
-
const a = [].concat(f);
|
|
182
|
-
return g ? a.slice(0, 1) : a;
|
|
183
|
-
}, Z = {
|
|
184
|
-
bordered: !0,
|
|
185
|
-
lazyload: !0,
|
|
186
|
-
expandIconPosition: "left"
|
|
187
|
-
}, j = B({
|
|
188
|
-
expandIconPosition: "left",
|
|
189
|
-
expandIcon: /* @__PURE__ */ r(L, {}),
|
|
190
|
-
activeKeys: [],
|
|
191
|
-
onToggle: () => {
|
|
192
|
-
}
|
|
193
|
-
});
|
|
194
|
-
function _(f, g) {
|
|
195
|
-
const { getPrefixCls: a, componentConfig: n, rtl: C } = O(T), s = q(
|
|
196
|
-
f,
|
|
197
|
-
Z,
|
|
198
|
-
n == null ? void 0 : n.Collapse
|
|
199
|
-
), [c, $] = D([], {
|
|
200
|
-
defaultValue: "defaultActiveKey" in s ? k(s.defaultActiveKey, s.accordion) : void 0,
|
|
201
|
-
value: "activeKey" in s ? k(s.activeKey, s.accordion) : void 0
|
|
202
|
-
}), {
|
|
203
|
-
children: H,
|
|
204
|
-
className: N,
|
|
205
|
-
style: E,
|
|
206
|
-
bordered: x,
|
|
207
|
-
lazyload: l,
|
|
208
|
-
expandIcon: y,
|
|
209
|
-
expandIconPosition: v,
|
|
210
|
-
destroyOnHide: b,
|
|
211
|
-
accordion: R,
|
|
212
|
-
triggerRegion: i,
|
|
213
|
-
onChange: m,
|
|
214
|
-
...t
|
|
215
|
-
} = s, d = a == null ? void 0 : a("collapse"), u = (h, I) => {
|
|
216
|
-
let e = [...c || []];
|
|
217
|
-
const o = c == null ? void 0 : c.indexOf(h);
|
|
218
|
-
o > -1 ? e.splice(o, 1) : R ? e = [h] : e.push(h), "activeKey" in s || $(e), V(m) && m(h, e, I);
|
|
219
|
-
};
|
|
220
|
-
return /* @__PURE__ */ r(
|
|
221
|
-
j.Provider,
|
|
222
|
-
{
|
|
223
|
-
value: {
|
|
224
|
-
activeKeys: c,
|
|
225
|
-
triggerRegion: i,
|
|
226
|
-
lazyload: l,
|
|
227
|
-
destroyOnHide: b,
|
|
228
|
-
expandIconPosition: v,
|
|
229
|
-
onToggle: u,
|
|
230
|
-
expandIcon: "expandIcon" in s ? y : v === "right" ? /* @__PURE__ */ r(U, {}) : /* @__PURE__ */ r(L, {})
|
|
231
|
-
},
|
|
232
|
-
children: /* @__PURE__ */ r(
|
|
233
|
-
"div",
|
|
234
|
-
{
|
|
235
|
-
ref: g,
|
|
236
|
-
...G(t, ["activeKey", "defaultActiveKey"]),
|
|
237
|
-
className: p(
|
|
238
|
-
d,
|
|
239
|
-
`${d}-${x ? "border" : "borderless"}`,
|
|
240
|
-
{ [`${d}-rtl`]: C },
|
|
241
|
-
N
|
|
242
|
-
),
|
|
243
|
-
style: E,
|
|
244
|
-
children: H
|
|
245
|
-
}
|
|
246
|
-
)
|
|
247
|
-
}
|
|
248
|
-
);
|
|
249
|
-
}
|
|
250
|
-
const ee = M.forwardRef(_), F = ee;
|
|
251
|
-
F.displayName = "Collapse";
|
|
252
|
-
F.Item = z;
|
|
253
|
-
export {
|
|
254
|
-
F as C,
|
|
255
|
-
z as I,
|
|
256
|
-
j as a
|
|
257
|
-
};
|
package/chunk/tamGhTJp.js
DELETED
|
@@ -1,186 +0,0 @@
|
|
|
1
|
-
import c, { isDayjs as y } from "dayjs";
|
|
2
|
-
import b from "dayjs/plugin/advancedFormat";
|
|
3
|
-
import M from "dayjs/plugin/customParseFormat";
|
|
4
|
-
import $ from "dayjs/plugin/isBetween";
|
|
5
|
-
import F from "dayjs/plugin/quarterOfYear";
|
|
6
|
-
import Y from "dayjs/plugin/timezone";
|
|
7
|
-
import A from "dayjs/plugin/utc";
|
|
8
|
-
import W from "dayjs/plugin/weekOfYear";
|
|
9
|
-
import v from "dayjs/plugin/weekYear";
|
|
10
|
-
import O from "lodash/isArray";
|
|
11
|
-
import g from "lodash/isUndefined";
|
|
12
|
-
const d = c()._isAMomentObject;
|
|
13
|
-
d && (c.extend = () => {
|
|
14
|
-
});
|
|
15
|
-
const U = (t, n, e) => {
|
|
16
|
-
e = function(r, f) {
|
|
17
|
-
if (y(r))
|
|
18
|
-
return r.clone();
|
|
19
|
-
const i = typeof f == "object" ? f : {};
|
|
20
|
-
return i.date = r, i.args = arguments, new n(i);
|
|
21
|
-
};
|
|
22
|
-
const o = n.prototype, s = o.$utils;
|
|
23
|
-
o.$utils = function() {
|
|
24
|
-
const r = s();
|
|
25
|
-
return r.i = y, r;
|
|
26
|
-
}, e.isDayjs = y;
|
|
27
|
-
};
|
|
28
|
-
c.extend(U);
|
|
29
|
-
c.extend(M);
|
|
30
|
-
c.extend($);
|
|
31
|
-
c.extend(W);
|
|
32
|
-
c.extend(b);
|
|
33
|
-
c.extend(v);
|
|
34
|
-
c.extend(F);
|
|
35
|
-
c.extend(A);
|
|
36
|
-
c.extend(Y);
|
|
37
|
-
const a = c;
|
|
38
|
-
function T(t, n) {
|
|
39
|
-
const e = (t.day() - n + 7) % 7;
|
|
40
|
-
return t.clone().startOf("day").subtract(e, "day").valueOf();
|
|
41
|
-
}
|
|
42
|
-
function C(t, n, e) {
|
|
43
|
-
return T(t, e) === T(n, e);
|
|
44
|
-
}
|
|
45
|
-
const h = {
|
|
46
|
-
add(t, n, e) {
|
|
47
|
-
return d ? t.clone().add(n, e) : t.add(n, e);
|
|
48
|
-
},
|
|
49
|
-
subtract(t, n, e) {
|
|
50
|
-
return d ? t.clone().subtract(n, e) : t.subtract(n, e);
|
|
51
|
-
},
|
|
52
|
-
startOf(t, n) {
|
|
53
|
-
return d ? t.clone().startOf(n) : t.startOf(n);
|
|
54
|
-
},
|
|
55
|
-
endOf(t, n) {
|
|
56
|
-
return d ? t.clone().endOf(n) : t.endOf(n);
|
|
57
|
-
},
|
|
58
|
-
set(t, n, e) {
|
|
59
|
-
return d ? t.clone().set(n, e) : t.set(n, e);
|
|
60
|
-
},
|
|
61
|
-
isSameWeek(t, n, e, o) {
|
|
62
|
-
return d ? C(t, n, e) : t.locale({ ...a.Ls[o], weekStart: e }).isSame(n, "week");
|
|
63
|
-
}
|
|
64
|
-
}, H = {
|
|
65
|
-
year: 0,
|
|
66
|
-
month: 1,
|
|
67
|
-
day: 2,
|
|
68
|
-
hour: 3,
|
|
69
|
-
minute: 4,
|
|
70
|
-
second: 5
|
|
71
|
-
}, j = {}, P = (t, n) => {
|
|
72
|
-
const e = `${t}|short`;
|
|
73
|
-
let o = j[e];
|
|
74
|
-
return o || (o = new Intl.DateTimeFormat("en-US", {
|
|
75
|
-
hour12: !1,
|
|
76
|
-
timeZone: t,
|
|
77
|
-
year: "numeric",
|
|
78
|
-
month: "2-digit",
|
|
79
|
-
day: "2-digit",
|
|
80
|
-
hour: "2-digit",
|
|
81
|
-
minute: "2-digit",
|
|
82
|
-
second: "2-digit"
|
|
83
|
-
}), j[e] = o), o;
|
|
84
|
-
}, S = (t, n) => {
|
|
85
|
-
const e = new Date(t);
|
|
86
|
-
return P(n).formatToParts(e);
|
|
87
|
-
}, x = (t, n) => {
|
|
88
|
-
const e = S(t, n), o = [];
|
|
89
|
-
for (let m = 0; m < e.length; m += 1) {
|
|
90
|
-
const { type: l, value: w } = e[m], D = H[l];
|
|
91
|
-
D >= 0 && (o[D] = parseInt(w, 10));
|
|
92
|
-
}
|
|
93
|
-
const s = o[3], r = s === 24 ? 0 : s, f = Date.UTC(
|
|
94
|
-
o[0],
|
|
95
|
-
o[1] - 1,
|
|
96
|
-
o[2],
|
|
97
|
-
r,
|
|
98
|
-
o[4],
|
|
99
|
-
o[5],
|
|
100
|
-
0
|
|
101
|
-
);
|
|
102
|
-
let i = +t;
|
|
103
|
-
const u = i % 1e3;
|
|
104
|
-
return i -= u, (f - i) / (60 * 1e3);
|
|
105
|
-
}, I = (t, n, e) => {
|
|
106
|
-
let o = t - n * 60 * 1e3;
|
|
107
|
-
const s = x(o, e);
|
|
108
|
-
if (n === s)
|
|
109
|
-
return [o, n];
|
|
110
|
-
o -= (s - n) * 60 * 1e3;
|
|
111
|
-
const r = x(o, e);
|
|
112
|
-
return s === r ? [o, s] : [t - Math.min(s, r) * 60 * 1e3, Math.max(s, r)];
|
|
113
|
-
};
|
|
114
|
-
function k(t, n) {
|
|
115
|
-
const e = x(t, n);
|
|
116
|
-
return I(t, e, n)[1];
|
|
117
|
-
}
|
|
118
|
-
function K(t, n) {
|
|
119
|
-
return g(t) && !n ? a() : p(a(), t, n);
|
|
120
|
-
}
|
|
121
|
-
function p(t, n, e, o) {
|
|
122
|
-
if (!t || g(n) && !e)
|
|
123
|
-
return t;
|
|
124
|
-
const s = -t.toDate().getTimezoneOffset(), r = g(n) ? e ? k(t.valueOf(), e) : s : n, f = Math.abs(r) <= 16 ? r * 60 : r, i = o ? s - f : f - s, u = e ? k(a(t).valueOf() + i * 60 * 1e3, e) : r, m = i - (r - u), l = o || !g(n) ? i : m;
|
|
125
|
-
return a(a(t).valueOf() + l * 60 * 1e3);
|
|
126
|
-
}
|
|
127
|
-
function X(t, n, e) {
|
|
128
|
-
return p(t, n, e, !0);
|
|
129
|
-
}
|
|
130
|
-
function z(t) {
|
|
131
|
-
const n = ["H", "h", "m", "s", "A", "a"];
|
|
132
|
-
let e = "";
|
|
133
|
-
return n.some((o) => t.indexOf(o) !== -1 ? (e = `${o}${t.split(` ${o}`)[1]}`, !0) : !1), e || "HH:mm:ss";
|
|
134
|
-
}
|
|
135
|
-
function V(t, n, e, o) {
|
|
136
|
-
if (!t)
|
|
137
|
-
return;
|
|
138
|
-
const s = (f, i) => {
|
|
139
|
-
if (y(f))
|
|
140
|
-
return a(f.valueOf());
|
|
141
|
-
if (typeof f == "string") {
|
|
142
|
-
const u = a(f, O(n) ? n[i] : n);
|
|
143
|
-
return u.isValid() ? u : a(f, "YYYY-MM-DD");
|
|
144
|
-
}
|
|
145
|
-
return a(f);
|
|
146
|
-
}, r = (f, i) => e !== void 0 || o ? p(s(f, i), e, o) : s(f, i);
|
|
147
|
-
return O(t) ? t.map((f, i) => f ? r(f, i) : void 0) : r(t, 0);
|
|
148
|
-
}
|
|
149
|
-
function tt(t, n) {
|
|
150
|
-
const e = t.year(), o = t.month(), s = t.date();
|
|
151
|
-
if (n) {
|
|
152
|
-
let r = n;
|
|
153
|
-
return r = h.set(r, "year", e), r = h.set(r, "month", o), r = h.set(r, "date", s), r;
|
|
154
|
-
}
|
|
155
|
-
return t;
|
|
156
|
-
}
|
|
157
|
-
function nt(t) {
|
|
158
|
-
if (!t || !t[0] || !t[1])
|
|
159
|
-
return t;
|
|
160
|
-
const n = [...t];
|
|
161
|
-
return n.sort((e, o) => e.valueOf() - o.valueOf()), n;
|
|
162
|
-
}
|
|
163
|
-
function et(t, n) {
|
|
164
|
-
return n === void 0 && t === void 0 ? !1 : n && !t || !n && t || a(n).valueOf() !== a(t).valueOf();
|
|
165
|
-
}
|
|
166
|
-
function ot(t, n) {
|
|
167
|
-
return n === void 0 && t === void 0 ? !1 : n && !t || !n && t || O(n) && O(t) && a(n[0]).valueOf() !== a(t[0]).valueOf() || a(n[1]).valueOf() !== a(t[1]).valueOf();
|
|
168
|
-
}
|
|
169
|
-
function rt(t, n, e) {
|
|
170
|
-
return typeof t == "string" && a(t, n).format(O(n) ? n[e] : n) === t;
|
|
171
|
-
}
|
|
172
|
-
export {
|
|
173
|
-
K as a,
|
|
174
|
-
nt as b,
|
|
175
|
-
z as c,
|
|
176
|
-
a as d,
|
|
177
|
-
tt as e,
|
|
178
|
-
et as f,
|
|
179
|
-
V as g,
|
|
180
|
-
rt as h,
|
|
181
|
-
ot as i,
|
|
182
|
-
X as j,
|
|
183
|
-
p as k,
|
|
184
|
-
h as m,
|
|
185
|
-
k as t
|
|
186
|
-
};
|
package/chunk/uKZyjtff.js
DELETED
|
@@ -1,73 +0,0 @@
|
|
|
1
|
-
import O from "lodash/isFunction";
|
|
2
|
-
import M from "lodash/isString";
|
|
3
|
-
const a = (t) => (i) => Math.pow(i, t), n = (t) => (i) => 1 - Math.abs(Math.pow(i - 1, t)), r = (t) => (i) => i < 0.5 ? a(t)(i * 2) / 2 : n(t)(i * 2 - 1) / 2 + 0.5, q = (t) => t, y = a(2), b = n(2), g = r(2), F = a(3), P = n(3), k = r(3), w = a(4), S = n(4), T = r(4), v = a(5), A = n(5), D = r(5), U = (t) => 1 + Math.sin(Math.PI / 2 * t - Math.PI / 2), x = (t) => Math.sin(Math.PI / 2 * t), B = (t) => (1 + Math.sin(Math.PI * t - Math.PI / 2)) / 2, u = (t) => t < 1 / 2.75 ? 7.5625 * t * t : t < 2 / 2.75 ? (t -= 1.5 / 2.75, 7.5625 * t * t + 0.75) : t < 2.5 / 2.75 ? (t -= 2.25 / 2.75, 7.5625 * t * t + 0.9375) : (t -= 2.625 / 2.75, 7.5625 * t * t + 0.984375), l = (t) => 1 - u(1 - t), $ = (t) => t < 0.5 ? l(t * 2) * 0.5 : u(t * 2 - 1) * 0.5 + 0.5, d = {
|
|
4
|
-
linear: q,
|
|
5
|
-
quadIn: y,
|
|
6
|
-
quadOut: b,
|
|
7
|
-
quadInOut: g,
|
|
8
|
-
cubicIn: F,
|
|
9
|
-
cubicOut: P,
|
|
10
|
-
cubicInOut: k,
|
|
11
|
-
quartIn: w,
|
|
12
|
-
quartOut: S,
|
|
13
|
-
quartInOut: T,
|
|
14
|
-
quintIn: v,
|
|
15
|
-
quintOut: A,
|
|
16
|
-
quintInOut: D,
|
|
17
|
-
sineIn: U,
|
|
18
|
-
sineOut: x,
|
|
19
|
-
sineInOut: B,
|
|
20
|
-
bounceOut: u,
|
|
21
|
-
bounceIn: l,
|
|
22
|
-
bounceInOut: $
|
|
23
|
-
};
|
|
24
|
-
class C {
|
|
25
|
-
constructor(i) {
|
|
26
|
-
const {
|
|
27
|
-
from: e,
|
|
28
|
-
to: s,
|
|
29
|
-
duration: m,
|
|
30
|
-
delay: c,
|
|
31
|
-
easing: o,
|
|
32
|
-
onStart: f,
|
|
33
|
-
onUpdate: I,
|
|
34
|
-
onFinish: p
|
|
35
|
-
} = i;
|
|
36
|
-
for (let h in e)
|
|
37
|
-
s[h] === void 0 && (s[h] = e[h]);
|
|
38
|
-
for (let h in s)
|
|
39
|
-
e[h] === void 0 && (e[h] = s[h]);
|
|
40
|
-
this.from = e, this.to = s, this.duration = m || 500, this.delay = c || 0, O(o) ? this.easing = o : M(o) && (this.easing = d[o]), this.easing || (this.easing = d.linear), this.onStart = f, this.onUpdate = I || function() {
|
|
41
|
-
}, this.onFinish = p, this.startTime = Date.now() + this.delay, this.started = !1, this.finished = !1, this.timer = null, this.keys = {};
|
|
42
|
-
}
|
|
43
|
-
update() {
|
|
44
|
-
var i, e;
|
|
45
|
-
if (this.time = Date.now(), !(this.time < this.startTime) && !this.finished) {
|
|
46
|
-
if (this.elapsed === this.duration) {
|
|
47
|
-
this.finished || (this.finished = !0, (i = this.onFinish) == null || i.call(this, this.keys));
|
|
48
|
-
return;
|
|
49
|
-
}
|
|
50
|
-
this.elapsed = this.time - this.startTime, this.elapsed = this.elapsed > this.duration ? this.duration : this.elapsed;
|
|
51
|
-
for (let s in this.to)
|
|
52
|
-
this.keys[s] = this.from[s] + (this.to[s] - this.from[s]) * this.easing(this.elapsed / this.duration);
|
|
53
|
-
this.started || ((e = this.onStart) == null || e.call(this, this.keys), this.started = !0), this.onUpdate(this.keys);
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
start() {
|
|
57
|
-
this.startTime = Date.now() + this.delay;
|
|
58
|
-
const i = () => {
|
|
59
|
-
this.update(), this.timer = requestAnimationFrame(i), this.finished && (cancelAnimationFrame(this.timer), this.timer = null);
|
|
60
|
-
};
|
|
61
|
-
i();
|
|
62
|
-
}
|
|
63
|
-
stop() {
|
|
64
|
-
cancelAnimationFrame(this.timer), this.timer = null;
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
export {
|
|
68
|
-
C as I,
|
|
69
|
-
T as b,
|
|
70
|
-
D as f,
|
|
71
|
-
S as q,
|
|
72
|
-
d as x
|
|
73
|
-
};
|
package/form/useForm.js
DELETED
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import { useRef as r } from "react";
|
|
2
|
-
import s from "./store.js";
|
|
3
|
-
function a() {
|
|
4
|
-
const e = new s();
|
|
5
|
-
return {
|
|
6
|
-
getFieldsValue: e.getFieldsValue,
|
|
7
|
-
getFieldValue: e.getFieldValue,
|
|
8
|
-
getFieldError: e.getFieldError,
|
|
9
|
-
getFieldsError: e.getFieldsError,
|
|
10
|
-
getTouchedFields: e.getTouchedFields,
|
|
11
|
-
getFields: e.getFields,
|
|
12
|
-
getInitialValues: e.getInitialValues,
|
|
13
|
-
setInitialValues: e.setInitialValues,
|
|
14
|
-
setInitialValue: e.setInitialValue,
|
|
15
|
-
setFieldValue: e.setFieldValue,
|
|
16
|
-
setFieldsValue: e.setFieldsValue,
|
|
17
|
-
setFields: e.setFields,
|
|
18
|
-
resetFields: e.resetFields,
|
|
19
|
-
clearFields: e.clearFields,
|
|
20
|
-
submit: e.submit,
|
|
21
|
-
validate: e.validate,
|
|
22
|
-
scrollToField: () => {
|
|
23
|
-
},
|
|
24
|
-
getFieldsState: e.getFieldsState,
|
|
25
|
-
getInnerMethods: (t) => {
|
|
26
|
-
const i = {};
|
|
27
|
-
return t && [
|
|
28
|
-
"registerField",
|
|
29
|
-
"registerWatcher",
|
|
30
|
-
"registerStateWatcher",
|
|
31
|
-
"registerFormWatcher",
|
|
32
|
-
"innerSetInitialValues",
|
|
33
|
-
"innerSetInitialValue",
|
|
34
|
-
"innerSetCallbacks",
|
|
35
|
-
"innerSetFieldValue",
|
|
36
|
-
"innerGetStore",
|
|
37
|
-
"innerGetStoreStatus",
|
|
38
|
-
"innerGetFieldValue",
|
|
39
|
-
"innerCollectFormState"
|
|
40
|
-
].map((l) => {
|
|
41
|
-
i[l] = e[l];
|
|
42
|
-
}), i;
|
|
43
|
-
}
|
|
44
|
-
};
|
|
45
|
-
}
|
|
46
|
-
function u(e) {
|
|
47
|
-
const t = r(e);
|
|
48
|
-
return t.current || (e ? t.current = e : t.current = a()), [t.current];
|
|
49
|
-
}
|
|
50
|
-
export {
|
|
51
|
-
u as default,
|
|
52
|
-
a as getFormInstance
|
|
53
|
-
};
|
package/space/toArray.js
DELETED
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import e from "react";
|
|
2
|
-
import { isFragment as n } from "react-is";
|
|
3
|
-
function p(t) {
|
|
4
|
-
let o = [];
|
|
5
|
-
return e.Children.forEach(t, (r) => {
|
|
6
|
-
n(r) && r.props ? o = o.concat(p(r.props.children)) : r != null && o.push(r);
|
|
7
|
-
}), o;
|
|
8
|
-
}
|
|
9
|
-
export {
|
|
10
|
-
p as default
|
|
11
|
-
};
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
import { CSSProperties } from 'react';
|
|
2
|
-
export interface AffixProps {
|
|
3
|
-
className?: string | string[];
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
affixClassName?: string | string[];
|
|
6
|
-
affixStyle?: CSSProperties;
|
|
7
|
-
offsetTop?: number;
|
|
8
|
-
offsetBottom?: number;
|
|
9
|
-
target?: () => HTMLElement | null | Window;
|
|
10
|
-
targetContainer?: () => HTMLElement | null | Window;
|
|
11
|
-
onChange?: (affixed: boolean) => void;
|
|
12
|
-
}
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
export interface AlertProps {
|
|
3
|
-
style?: CSSProperties;
|
|
4
|
-
className?: string | string[];
|
|
5
|
-
action?: ReactNode;
|
|
6
|
-
closable?: boolean;
|
|
7
|
-
closeable?: boolean;
|
|
8
|
-
onClose?: (event: any) => void;
|
|
9
|
-
afterClose?: () => void;
|
|
10
|
-
type?: 'info' | 'success' | 'warning' | 'error';
|
|
11
|
-
title?: ReactNode;
|
|
12
|
-
content?: ReactNode;
|
|
13
|
-
icon?: ReactNode;
|
|
14
|
-
closeElement?: ReactNode;
|
|
15
|
-
showIcon?: boolean;
|
|
16
|
-
banner?: boolean;
|
|
17
|
-
}
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
export interface AnchorProps {
|
|
3
|
-
className?: string | string[];
|
|
4
|
-
style?: CSSProperties;
|
|
5
|
-
animation?: boolean;
|
|
6
|
-
direction?: 'vertical' | 'horizontal';
|
|
7
|
-
scrollContainer?: string | HTMLElement | Window;
|
|
8
|
-
boundary?: number | 'end' | 'start' | 'center' | 'nearest';
|
|
9
|
-
hash?: boolean;
|
|
10
|
-
affix?: boolean;
|
|
11
|
-
affixStyle?: CSSProperties;
|
|
12
|
-
offsetTop?: number;
|
|
13
|
-
offsetBottom?: number;
|
|
14
|
-
onChange?: (newLink: string, oldLink: string) => void;
|
|
15
|
-
onSelect?: (newLink: string, oldLink: string) => void;
|
|
16
|
-
lineless?: boolean;
|
|
17
|
-
targetOffset?: number;
|
|
18
|
-
}
|
|
19
|
-
export interface AnchorLinkProps {
|
|
20
|
-
className?: string | string[];
|
|
21
|
-
style?: CSSProperties;
|
|
22
|
-
href?: string;
|
|
23
|
-
title?: string | ReactNode;
|
|
24
|
-
}
|
package/types/anchor/util.d.ts
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
export declare function findNode(dom: HTMLElement | Document, selector: string): HTMLElement | null;
|
|
2
|
-
export declare function slide(el: HTMLElement, top: number, cb: Function): void;
|
|
3
|
-
export declare function getContainer(targetContainer?: string | HTMLElement | Window): HTMLElement | Window | null;
|
|
4
|
-
export declare function getContainerElement(scrollContainer: HTMLElement | Window): HTMLElement | Window;
|
|
5
|
-
export declare function getScrollParent(element: any): any;
|
|
@@ -1,36 +0,0 @@
|
|
|
1
|
-
import { CSSProperties, ReactElement, ReactNode } from 'react';
|
|
2
|
-
import { InputProps } from '../input';
|
|
3
|
-
import { OptionInfo, SelectProps } from '../select/interface';
|
|
4
|
-
import { AvailableVirtualListProps } from '../virtual-list';
|
|
5
|
-
type PartialSelectProps = Pick<SelectProps, 'filterOption' | 'dropdownRender' | 'triggerProps' | 'getPopupContainer' | 'defaultActiveFirstOption'>;
|
|
6
|
-
export interface AutoCompleteProps extends PartialSelectProps {
|
|
7
|
-
style?: CSSProperties;
|
|
8
|
-
className?: string | string[];
|
|
9
|
-
disabled?: boolean;
|
|
10
|
-
children?: ReactNode;
|
|
11
|
-
allowClear?: boolean;
|
|
12
|
-
data?: (string | {
|
|
13
|
-
value: string;
|
|
14
|
-
name: string;
|
|
15
|
-
[key: string]: any;
|
|
16
|
-
} | ReactNode)[];
|
|
17
|
-
placeholder?: string;
|
|
18
|
-
defaultValue?: string;
|
|
19
|
-
value?: string;
|
|
20
|
-
error?: boolean;
|
|
21
|
-
status?: 'error' | 'warning';
|
|
22
|
-
strict?: boolean;
|
|
23
|
-
loading?: boolean;
|
|
24
|
-
triggerElement?: ReactElement | (({ value }: {
|
|
25
|
-
value: any;
|
|
26
|
-
}) => ReactElement);
|
|
27
|
-
onSearch?: (value: string) => void;
|
|
28
|
-
onSelect?: (value: string, option: OptionInfo) => void;
|
|
29
|
-
onChange?: (value: string, option?: OptionInfo) => void;
|
|
30
|
-
onPressEnter?: (e: any, activeOption?: OptionInfo) => void;
|
|
31
|
-
onFocus?: (e: any) => void;
|
|
32
|
-
onBlur?: (e: any) => void;
|
|
33
|
-
virtualListProps?: AvailableVirtualListProps;
|
|
34
|
-
inputProps?: Partial<InputProps>;
|
|
35
|
-
}
|
|
36
|
-
export {};
|