@unicom-cloud/ui 0.8.130 → 0.8.131
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Affix.js +1 -1
- package/Alert.js +1 -1
- package/Anchor.js +1 -1
- package/App.js +1 -1
- package/AutoComplete.js +1 -1
- package/Avatar.js +1 -1
- package/BackTop.js +1 -1
- package/Badge.js +1 -1
- package/Breadcrumb.js +1 -1
- package/Button.js +1 -1
- package/Calendar.js +1 -1
- package/Card.js +1 -1
- package/Carousel.js +1 -1
- package/Cascader.js +1 -1
- package/Checkbox.js +1 -1
- package/Collapse.js +1 -1
- package/ColorPicker.js +1 -1
- package/Comment.js +1 -1
- package/ConfigProvider.js +1 -1
- package/Constant.js +1 -1
- package/Copy.js +1 -1
- package/Countdown.js +1 -1
- package/DatePicker.js +1 -1
- package/Descriptions.js +5 -4
- package/Details.js +1 -1
- package/Development.js +1 -1
- package/Divider.js +1 -1
- package/Draggable.js +1 -1
- package/Drawer.js +1 -1
- package/Dropdown.js +1 -1
- package/Empty.js +1 -1
- package/Flex.js +1 -1
- package/Form.js +1 -1
- package/Grid.js +1 -1
- package/Icon.js +1 -1
- package/IconHover.js +1 -1
- package/Image.js +1 -1
- package/Input.js +1 -1
- package/InputNumber.js +1 -1
- package/InputTag.js +1 -1
- package/Layout.js +1 -1
- package/Link.js +1 -1
- package/LiquidFill.js +1 -1
- package/List.js +1 -1
- package/Loading.js +1 -1
- package/Marquee.js +1 -1
- package/Masonry.js +1 -1
- package/Mentions.js +1 -1
- package/Menu.js +1 -1
- package/Message.js +1 -1
- package/Modal.js +1 -1
- package/Notice.js +1 -1
- package/Notification.js +1 -1
- package/OverflowEllipsis.js +1 -1
- package/PageHeader.js +1 -1
- package/Pagination.js +1 -1
- package/Picker.js +1 -1
- package/Popconfirm.js +1 -1
- package/Popover.js +1 -1
- package/Portal.js +1 -1
- package/Progress.js +1 -1
- package/Progress2.js +1 -1
- package/QrCode.js +1 -1
- package/Radio.js +1 -1
- package/Rate.js +1 -1
- package/ResizeBox.js +1 -1
- package/Result.js +1 -1
- package/RichText.js +1 -1
- package/RowCol.js +1 -1
- package/Segmented.js +1 -1
- package/Select.js +1 -1
- package/SelectView.js +1 -1
- package/Skeleton.js +1 -1
- package/Slider.js +1 -1
- package/Space.js +1 -1
- package/SpeechSynthesis.js +1 -1
- package/Spin.js +1 -1
- package/Splitter.js +1 -1
- package/Statistic.js +1 -1
- package/Steps.js +1 -1
- package/SuspenseFallbackTest.js +1 -1
- package/Switch.js +1 -1
- package/Table.js +1 -1
- package/Tabs.js +1 -1
- package/Tag.js +1 -1
- package/TimePicker.js +1 -1
- package/Timeline.js +1 -1
- package/Tooltip.js +1 -1
- package/Tour.js +1 -1
- package/Transfer.js +1 -1
- package/Tree.js +1 -1
- package/TreeSelect.js +1 -1
- package/Trigger.js +1 -1
- package/Typography.js +1 -1
- package/Upload.js +1 -1
- package/VerificationCode.js +1 -1
- package/VirtualList.js +1 -1
- package/Watermark.js +1 -1
- package/affix/index.js +1 -1
- package/alert/index.js +1 -1
- package/anchor/Anchor.js +1 -1
- package/anchor/Link.js +1 -1
- package/anchor/context.js +1 -1
- package/anchor/index.js +1 -1
- package/anchor/utils.js +1 -1
- package/app/App.js +1 -1
- package/app/context.js +1 -1
- package/app/index.js +1 -1
- package/app/useApp.js +1 -1
- package/auto-complete/index.js +1 -1
- package/avatar/Avatar.js +1 -1
- package/avatar/Group.js +1 -1
- package/avatar/context.js +1 -1
- package/avatar/index.js +1 -1
- package/back-top/index.js +1 -1
- package/badge/Count.js +1 -1
- package/badge/index.js +1 -1
- package/breadcrumb/Item.js +1 -1
- package/breadcrumb/index.js +1 -1
- package/button/Group.js +1 -1
- package/button/index.js +1 -1
- package/calendar/Lunar.js +1 -1
- package/calendar/Month.js +1 -1
- package/calendar/WeekList.js +1 -1
- package/calendar/Year.js +1 -1
- package/calendar/header/Panel.js +1 -1
- package/calendar/header/index.js +1 -1
- package/calendar/hook/useCellClassName.js +1 -1
- package/calendar/index.js +1 -1
- package/card/Grid.js +1 -1
- package/card/Meta.js +1 -1
- package/card/index.js +1 -1
- package/carousel/Arrow.js +1 -1
- package/carousel/Indicator.js +1 -1
- package/carousel/index.js +1 -1
- package/cascader/Cascader.js +139 -139
- package/cascader/base/node.js +26 -26
- package/cascader/base/store.js +16 -21
- package/cascader/hook/useRefCurrent.js +6 -6
- package/cascader/index.js +1 -1
- package/cascader/panel/List.js +1 -1
- package/cascader/panel/Option.js +1 -1
- package/cascader/panel/Search.js +1 -1
- package/cascader/utils.js +1 -1
- package/checkbox/Checkbox.js +1 -1
- package/checkbox/Group.js +1 -1
- package/checkbox/GroupBlock.js +1 -1
- package/checkbox/IconCheck.js +1 -1
- package/checkbox/index.js +1 -1
- package/checkbox/useCheckbox.js +1 -1
- package/collapse/Collapse.js +1 -1
- package/collapse/Item.js +1 -1
- package/collapse/index.js +1 -1
- package/color-picker/ControlBar.js +1 -1
- package/color-picker/InputAlpha.js +1 -1
- package/color-picker/InputHex.js +1 -1
- package/color-picker/InputRgb.js +1 -1
- package/color-picker/Mode.js +1 -1
- package/color-picker/Palette.js +1 -1
- package/color-picker/Panel.js +1 -1
- package/color-picker/colors.js +1 -1
- package/color-picker/hooks/useColorPicker.js +1 -1
- package/color-picker/hooks/useControlBlock.js +1 -1
- package/color-picker/index.js +1 -1
- package/color-picker/interface.js +1 -1
- package/color-picker/utils.js +1 -1
- package/comment/index.js +1 -1
- package/config-provider/ConfigProvider.js +1 -1
- package/config-provider/context.js +1 -1
- package/config-provider/index.js +1 -1
- package/constant/index.js +1 -1
- package/copy/index.js +1 -1
- package/countdown/index.js +1 -1
- package/countdown/utils.js +1 -1
- package/date-picker/Picker.js +1 -1
- package/date-picker/RangePicker.js +283 -285
- 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 +6 -6
- package/date-picker/panel/Footer.js +7 -7
- 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 +19 -19
- package/date-picker/panel/month/index.js +15 -15
- package/date-picker/panel/quarter/index.js +14 -14
- package/date-picker/panel/range/index.js +24 -24
- package/date-picker/panel/week/index.js +9 -9
- package/date-picker/panel/year/index.js +11 -11
- package/date-picker/utils.js +1 -1
- package/descriptions/index.js +27 -26
- package/details/index.js +1 -1
- package/development/index.js +1 -1
- package/divider/index.js +1 -1
- package/draggable/Item.js +1 -1
- package/draggable/index.js +1 -1
- package/drawer/Drawer.js +1 -1
- package/drawer/index.js +1 -1
- package/dropdown/Button.js +1 -1
- package/dropdown/index.js +1 -1
- package/empty/index.js +1 -1
- package/flex/index.js +1 -1
- package/form/Control.js +1 -1
- package/form/Form.js +1 -1
- package/form/FormItem.js +1 -1
- package/form/FormLabel.js +1 -1
- package/form/FormList.js +1 -1
- package/form/FormProvider.js +1 -1
- package/form/context.js +1 -1
- package/form/hook/useContext.js +1 -1
- package/form/hook/useForm.js +1 -1
- package/form/hook/useState.js +1 -1
- package/form/hook/useWatch.js +1 -1
- package/form/index.js +1 -1
- package/form/interface.js +1 -1
- package/form/promisify.js +1 -1
- package/form/store.js +1 -1
- package/form/utils.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.js +1 -1
- package/hooks/use-breakpoint/index.js +1 -1
- package/hooks/use-computed-state/index.js +1 -1
- package/hooks/use-create/index.js +1 -1
- package/hooks/use-creation/index.js +1 -1
- package/hooks/use-event/index.js +1 -1
- package/hooks/use-force-update/index.js +1 -1
- package/hooks/use-id/index.js +1 -1
- package/hooks/use-in-view/index.js +1 -1
- package/hooks/use-intersection-observer/index.js +1 -1
- package/hooks/use-intersection-observers/index.js +1 -1
- package/hooks/use-interval/index.js +1 -1
- package/hooks/use-is-first-render/index.js +1 -1
- package/hooks/use-isomorphic-layout-effect/index.js +1 -1
- package/hooks/use-keyboard-event/index.js +1 -1
- package/hooks/use-latest/index.js +1 -1
- package/hooks/use-listen-window-resize/index.js +1 -1
- package/hooks/use-media/index.js +1 -1
- package/hooks/use-merge-props/index.js +1 -1
- package/hooks/use-merge-value/index.js +1 -1
- package/hooks/use-move/index.js +1 -1
- package/hooks/use-mutation-observers/index.js +1 -1
- package/hooks/use-online-status/index.js +1 -1
- package/hooks/use-overflow-hidden/index.js +1 -1
- package/hooks/use-override-ref/index.js +1 -1
- package/hooks/use-persist-callback/index.js +1 -1
- package/hooks/use-prefers-color-scheme-dark/index.js +1 -1
- package/hooks/use-previous/index.js +1 -1
- package/hooks/use-refs/index.js +1 -1
- package/hooks/use-resize-observer/index.js +1 -1
- package/hooks/use-resize-observers/index.js +1 -1
- package/hooks/use-responsive-state/index.js +1 -1
- package/hooks/use-state-callback/index.js +1 -1
- package/hooks/use-state-with-promise/index.js +1 -1
- package/hooks/use-update-effect/index.js +1 -1
- package/hooks/use-update-layout-effect/index.js +1 -1
- package/hooks/use-verification-code/index.js +1 -1
- package/hooks/use-watch/index.js +1 -1
- package/hooks/use-watermark/index.js +1 -1
- package/hooks/use-watermark/utils.js +1 -1
- package/hooks/use-window-size/index.js +1 -1
- package/hooks/useBreakpoint.js +1 -1
- package/hooks/useComputedState.js +1 -1
- package/hooks/useCreate.js +1 -1
- package/hooks/useCreation.js +1 -1
- package/hooks/useEvent.js +1 -1
- package/hooks/useForceUpdate.js +1 -1
- package/hooks/useId.js +1 -1
- package/hooks/useInView.js +1 -1
- package/hooks/useIntersectionObserver.js +1 -1
- package/hooks/useIntersectionObservers.js +1 -1
- package/hooks/useInterval.js +1 -1
- package/hooks/useIsFirstRender.js +1 -1
- package/hooks/useIsomorphicLayoutEffect.js +1 -1
- package/hooks/useKeyboardEvent.js +1 -1
- package/hooks/useLatest.js +1 -1
- package/hooks/useListenWindowResize.js +1 -1
- package/hooks/useMedia.js +1 -1
- package/hooks/useMergeProps.js +1 -1
- package/hooks/useMergeValue.js +1 -1
- package/hooks/useMove.js +1 -1
- package/hooks/useMutationObservers.js +1 -1
- package/hooks/useOnlineStatus.js +1 -1
- package/hooks/useOverflowHidden.js +1 -1
- package/hooks/useOverrideRef.js +1 -1
- package/hooks/usePersistCallback.js +1 -1
- package/hooks/usePrefersColorSchemeDark.js +1 -1
- package/hooks/usePrevious.js +1 -1
- package/hooks/useRefs.js +1 -1
- package/hooks/useResizeObserver.js +1 -1
- package/hooks/useResizeObservers.js +1 -1
- package/hooks/useResponsiveState.js +1 -1
- package/hooks/useStateCallback.js +1 -1
- package/hooks/useStateWithPromise.js +1 -1
- package/hooks/useUpdateEffect.js +1 -1
- package/hooks/useUpdateLayoutEffect.js +1 -1
- package/hooks/useVerificationCode.js +1 -1
- package/hooks/useWatch.js +1 -1
- package/hooks/useWatermark.js +1 -1
- package/hooks/useWindowSize.js +1 -1
- package/icon/Icon.js +1 -1
- package/icon/addIconFromCdn.js +1 -1
- package/icon/index.js +1 -1
- package/icon-hover/index.js +1 -1
- package/icons/file/index.js +1 -1
- package/icons/file.js +1 -1
- package/icons.js +1 -1
- package/image/Image.js +1 -1
- package/image/ImageFooter.js +1 -1
- package/image/ImagePreview.js +1 -1
- package/image/ImagePreviewArrow.js +1 -1
- package/image/ImagePreviewGroup.js +1 -1
- package/image/ImagePreviewToolbar.js +1 -1
- package/image/TriggerForToolbar.js +1 -1
- package/image/index.js +1 -1
- package/image/previewGroupContext.js +1 -1
- package/image/utils/getFixTranslate.js +1 -1
- package/image/utils/getScale.js +1 -1
- package/image/utils/hook/useImageStatus.js +1 -1
- package/image/utils/hook/useShowFooter.js +1 -1
- package/index.js +679 -675
- package/input/Button.js +1 -1
- package/input/Group.js +1 -1
- package/input/Input.js +1 -1
- package/input/InputElement.js +1 -1
- package/input/Number.js +1 -1
- package/input/Password.js +1 -1
- package/input/Search.js +1 -1
- package/input/Tag.js +1 -1
- package/input/Textarea.js +1 -1
- package/input/autoSizeTextAreaHeight.js +1 -1
- package/input/index.js +1 -1
- package/input/useComposition.js +1 -1
- package/input-number/decimal.js +1 -1
- package/input-number/index.js +1 -1
- package/input-number/useSelectionRange.js +1 -1
- package/input-number/utils.js +1 -1
- package/input-tag/InputTag.js +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/Sider.js +1 -1
- package/layout/index.js +1 -1
- package/link/index.js +1 -1
- package/liquid-fill/index.js +1 -1
- package/list/Item.js +1 -1
- package/list/Meta.js +1 -1
- package/list/index.js +1 -1
- package/loading/index.js +1 -1
- package/locale/ar-EG.js +1 -1
- package/locale/de-DE.js +1 -1
- package/locale/default.js +1 -1
- package/locale/en-US.js +1 -1
- package/locale/es-ES.js +1 -1
- package/locale/fr-FR.js +1 -1
- package/locale/id-ID.js +1 -1
- package/locale/it-IT.js +1 -1
- package/locale/ja-JP.js +1 -1
- package/locale/ko-KR.js +1 -1
- package/locale/ms-MY.js +1 -1
- package/locale/pt-BR.js +1 -1
- package/locale/pt-PT.js +1 -1
- package/locale/ru-RU.js +1 -1
- package/locale/th-TH.js +1 -1
- package/locale/tr-TR.js +1 -1
- package/locale/vi-VN.js +1 -1
- package/locale/zh-CN.js +1 -1
- package/locale/zh-HK.js +1 -1
- package/locale/zh-TW.js +1 -1
- package/marquee/index.js +1 -1
- package/masonry/Masonry.js +1 -1
- package/masonry/MasonryItem.js +1 -1
- package/masonry/hooks/useDelay.js +1 -1
- package/masonry/hooks/useGutter.js +1 -1
- package/masonry/hooks/usePositions.js +1 -1
- package/masonry/hooks/useRefs.js +1 -1
- package/masonry/index.js +1 -1
- package/mentions/index.js +1 -1
- package/mentions/utils.js +1 -1
- package/menu/Indent.js +1 -1
- package/menu/Item.js +1 -1
- package/menu/ItemGroup.js +1 -1
- package/menu/Menu.js +1 -1
- package/menu/OverflowWrap.js +1 -1
- package/menu/context.js +1 -1
- package/menu/index.js +1 -1
- package/menu/sub-menu/Inline.js +1 -1
- package/menu/sub-menu/Pop.js +1 -1
- package/menu/sub-menu/index.js +1 -1
- package/menu/utils.js +1 -1
- package/message/index.js +1 -1
- package/message/useMessage.js +5 -4
- package/modal/Confirm.js +1 -1
- package/modal/Modal.js +1 -1
- package/modal/config.js +1 -1
- package/modal/index.js +1 -1
- package/modal/use-modal/Hook.js +1 -1
- package/modal/use-modal/index.js +1 -1
- package/notice/index.js +1 -1
- package/notification/index.js +1 -1
- package/notification/useNotification.js +5 -4
- package/notification/withNotification.js +1 -1
- package/overflow-ellipsis/OverflowItem.js +1 -1
- package/overflow-ellipsis/index.js +1 -1
- package/package.json +1 -1
- package/page-header/index.js +1 -1
- package/pagination/PageItem.js +1 -1
- package/pagination/PageJumper.js +1 -1
- package/pagination/PageOption.js +5 -4
- package/pagination/Pagination.js +1 -1
- package/pagination/index.js +1 -1
- package/pagination/interface.js +1 -1
- package/picker/Input.js +1 -1
- package/picker/InputRange.js +110 -111
- package/picker/index.js +1 -1
- package/popconfirm/index.js +1 -1
- package/popover/index.js +1 -1
- package/portal/index.js +1 -1
- package/progress/CircleProgress.js +1 -1
- package/progress/LineProgess.js +1 -1
- package/progress/StepProgress.js +1 -1
- package/progress/index.js +1 -1
- package/progress2/index.js +1 -1
- package/qr-code/index.js +1 -1
- package/qr-code/src/index.js +1 -1
- package/qr-code/src/qrcodegen.js +1 -1
- package/radio/Group.js +1 -1
- package/radio/GroupBlock.js +1 -1
- package/radio/Radio.js +1 -1
- package/radio/index.js +1 -1
- package/rate/index.js +1 -1
- package/resize-box/ResizeTrigger.js +1 -1
- package/resize-box/Split.js +1 -1
- package/resize-box/SplitGroup.js +1 -1
- package/resize-box/index.js +1 -1
- package/result/403.js +1 -1
- package/result/404.js +1 -1
- package/result/500.js +1 -1
- package/result/index.js +1 -1
- package/rich-text/constant.js +1 -1
- package/rich-text/index.js +1 -1
- package/rich-text/lib/assets/icons/align-center.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-justify.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-left.svg.js +1 -1
- package/rich-text/lib/assets/icons/align-right.svg.js +1 -1
- package/rich-text/lib/assets/icons/background.svg.js +1 -1
- package/rich-text/lib/assets/icons/blockquote.svg.js +1 -1
- package/rich-text/lib/assets/icons/bold.svg.js +1 -1
- package/rich-text/lib/assets/icons/clean.svg.js +1 -1
- package/rich-text/lib/assets/icons/code.svg.js +1 -1
- package/rich-text/lib/assets/icons/color.svg.js +1 -1
- package/rich-text/lib/assets/icons/direction-ltr.svg.js +1 -1
- package/rich-text/lib/assets/icons/direction-rtl.svg.js +1 -1
- package/rich-text/lib/assets/icons/divider.svg.js +1 -1
- package/rich-text/lib/assets/icons/dropdown.svg.js +1 -1
- package/rich-text/lib/assets/icons/formula.svg.js +1 -1
- package/rich-text/lib/assets/icons/fullscreen-exit.svg.js +1 -1
- package/rich-text/lib/assets/icons/fullscreen.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-2.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-3.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-4.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-5.svg.js +1 -1
- package/rich-text/lib/assets/icons/header-6.svg.js +1 -1
- package/rich-text/lib/assets/icons/header.svg.js +1 -1
- package/rich-text/lib/assets/icons/image.svg.js +1 -1
- package/rich-text/lib/assets/icons/indent.svg.js +1 -1
- package/rich-text/lib/assets/icons/italic.svg.js +1 -1
- package/rich-text/lib/assets/icons/link.svg.js +1 -1
- package/rich-text/lib/assets/icons/list-bullet.svg.js +1 -1
- package/rich-text/lib/assets/icons/list-ordered.svg.js +1 -1
- package/rich-text/lib/assets/icons/outdent.svg.js +1 -1
- package/rich-text/lib/assets/icons/redo.svg.js +1 -1
- package/rich-text/lib/assets/icons/strike.svg.js +1 -1
- package/rich-text/lib/assets/icons/subscript.svg.js +1 -1
- package/rich-text/lib/assets/icons/superscript.svg.js +1 -1
- package/rich-text/lib/assets/icons/table.svg.js +1 -1
- package/rich-text/lib/assets/icons/underline.svg.js +1 -1
- package/rich-text/lib/assets/icons/undo.svg.js +1 -1
- package/rich-text/lib/assets/icons/video.svg.js +1 -1
- package/rich-text/lib/blots/block.js +1 -1
- package/rich-text/lib/blots/break.js +1 -1
- package/rich-text/lib/blots/container.js +1 -1
- package/rich-text/lib/blots/cursor.js +1 -1
- package/rich-text/lib/blots/embed.js +1 -1
- package/rich-text/lib/blots/inline.js +1 -1
- package/rich-text/lib/blots/scroll.js +1 -1
- package/rich-text/lib/blots/text.js +1 -1
- package/rich-text/lib/core/composition.js +1 -1
- package/rich-text/lib/core/editor.js +1 -1
- package/rich-text/lib/core/emitter.js +1 -1
- package/rich-text/lib/core/instances.js +1 -1
- package/rich-text/lib/core/logger.js +1 -1
- package/rich-text/lib/core/module.js +1 -1
- package/rich-text/lib/core/rich.js +1 -1
- package/rich-text/lib/core/selection.js +1 -1
- package/rich-text/lib/core/theme.js +1 -1
- package/rich-text/lib/core/utils/createRegistryWithFormats.js +1 -1
- package/rich-text/lib/core/utils/scrollRectIntoView.js +1 -1
- package/rich-text/lib/core.js +1 -1
- package/rich-text/lib/delta/AttributeMap.js +1 -1
- package/rich-text/lib/delta/Op.js +1 -1
- package/rich-text/lib/delta/OpIterator.js +1 -1
- package/rich-text/lib/delta/index.js +1 -1
- package/rich-text/lib/diff/index.js +1 -1
- package/rich-text/lib/formats/align.js +1 -1
- package/rich-text/lib/formats/background.js +1 -1
- package/rich-text/lib/formats/blockquote.js +1 -1
- package/rich-text/lib/formats/bold.js +1 -1
- package/rich-text/lib/formats/code.js +1 -1
- package/rich-text/lib/formats/color.js +1 -1
- package/rich-text/lib/formats/direction.js +1 -1
- package/rich-text/lib/formats/font.js +1 -1
- package/rich-text/lib/formats/formula.js +1 -1
- package/rich-text/lib/formats/header.js +1 -1
- package/rich-text/lib/formats/hr.js +1 -1
- package/rich-text/lib/formats/image-resize/index.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/BaseModule.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/DisplaySize.js +1 -1
- package/rich-text/lib/formats/image-resize/modules/Resize.js +1 -1
- package/rich-text/lib/formats/image-resize/options.js +1 -1
- package/rich-text/lib/formats/image.js +1 -1
- package/rich-text/lib/formats/indent.js +1 -1
- package/rich-text/lib/formats/italic.js +1 -1
- package/rich-text/lib/formats/lineHeight.js +1 -1
- package/rich-text/lib/formats/link.js +1 -1
- package/rich-text/lib/formats/list.js +1 -1
- package/rich-text/lib/formats/script.js +1 -1
- package/rich-text/lib/formats/size.js +1 -1
- package/rich-text/lib/formats/strike.js +1 -1
- package/rich-text/lib/formats/table.js +1 -1
- package/rich-text/lib/formats/underline.js +1 -1
- package/rich-text/lib/formats/video.js +1 -1
- package/rich-text/lib/index.js +1 -1
- package/rich-text/lib/modules/clipboard.js +1 -1
- package/rich-text/lib/modules/history.js +1 -1
- package/rich-text/lib/modules/input.js +1 -1
- package/rich-text/lib/modules/keyboard.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/index.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/normalizers/googleDocs.js +1 -1
- package/rich-text/lib/modules/normalizeExternalHTML/normalizers/msWord.js +1 -1
- package/rich-text/lib/modules/syntax.js +1 -1
- package/rich-text/lib/modules/table.js +1 -1
- package/rich-text/lib/modules/toolbar.js +1 -1
- package/rich-text/lib/modules/uiNode.js +1 -1
- package/rich-text/lib/modules/uploader.js +21 -25
- 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/rich-text/lib/themes/base.js +1 -1
- package/rich-text/lib/themes/pqb.js +1 -1
- package/rich-text/lib/ui/color-picker.js +1 -1
- package/rich-text/lib/ui/icon-picker.js +1 -1
- package/rich-text/lib/ui/icons.js +1 -1
- package/rich-text/lib/ui/picker.js +1 -1
- package/rich-text/lib/ui/tooltip.js +1 -1
- package/row-col/Col-.js +1 -1
- package/row-col/Col.js +1 -1
- package/row-col/Row.js +1 -1
- package/row-col/context.js +1 -1
- package/row-col/index.js +1 -1
- package/segmented/index.js +1 -1
- package/select/OptGroup.js +1 -1
- package/select/Option.js +1 -1
- package/select/Select.js +30 -28
- package/select/index.js +1 -1
- package/select/utils.js +1 -1
- package/select-view/Core.js +113 -113
- package/select-view/index.js +1 -1
- package/skeleton/Image.js +1 -1
- package/skeleton/Text.js +1 -1
- package/skeleton/index.js +1 -1
- package/slider/Button.js +1 -1
- package/slider/Dot.js +1 -1
- package/slider/Input.js +1 -1
- package/slider/Mark.js +1 -1
- package/slider/Tick.js +1 -1
- package/slider/hook/useInterval.js +1 -1
- package/slider/hook/useLegalValue.js +1 -1
- package/slider/index.js +1 -1
- package/slider/utils.js +1 -1
- package/space/index.js +1 -1
- package/speech-synthesis/index.js +1 -1
- package/spin/DotLoading.js +1 -1
- package/spin/index.js +1 -1
- package/splitter/Panel.js +1 -1
- package/splitter/SplitBar.js +1 -1
- package/splitter/Splitter.js +1 -1
- package/splitter/hooks/useItems.js +1 -1
- package/splitter/hooks/useResizable.js +1 -1
- package/splitter/hooks/useResize.js +1 -1
- package/splitter/hooks/useSizes.js +1 -1
- package/splitter/index.js +1 -1
- package/statistic/index.js +1 -1
- package/statistic/interface.js +1 -1
- package/steps/Step.js +1 -1
- package/steps/index.js +1 -1
- package/style/variables.css +5 -2
- package/style.css +1 -1
- package/suspense-fallback-test/index.js +1 -1
- package/switch/index.js +1 -1
- package/table/ColGroup.js +1 -1
- package/table/Table.js +342 -350
- package/table/constant.js +1 -1
- package/table/context.js +1 -1
- package/table/hook/useColumns.js +1 -1
- package/table/hook/useComponent.js +1 -1
- package/table/hook/useExpand.js +1 -1
- package/table/hook/useRowSelection.js +1 -1
- package/table/hook/useSorter.js +1 -1
- package/table/hook/useStickyClassNames.js +1 -1
- package/table/hook/useStickyOffsets.js +1 -1
- package/table/hook/useThResizable.js +1 -1
- package/table/index.js +1 -1
- package/table/summary/Cell.js +1 -1
- package/table/summary/Row.js +1 -1
- package/table/summary/context.js +1 -1
- package/table/summary/index.js +1 -1
- package/table/tbody/Td.js +1 -1
- package/table/tbody/Tr.js +1 -1
- package/table/tbody/index.js +1 -1
- package/table/tfoot/index.js +1 -1
- package/table/th-resizable/index.js +1 -1
- package/table/thead/Column.js +1 -1
- package/table/thead/index.js +1 -1
- package/table/utils.js +1 -1
- package/tabs/Tab.js +1 -1
- package/tabs/TabContent.js +1 -1
- package/tabs/TabPane.js +1 -1
- package/tabs/hook/useDomSize.js +1 -1
- package/tabs/hook/useHeaderScroll.js +1 -1
- package/tabs/index.js +1 -1
- package/tabs/tab-header/DropdownIcon.js +1 -1
- package/tabs/tab-header/TabInk.js +1 -1
- package/tabs/tab-header/TabNavIcon.js +1 -1
- package/tabs/tab-header/TabTitle.js +1 -1
- package/tabs/tab-header/index.js +1 -1
- package/tabs/utils.js +1 -1
- package/tag/index.js +1 -1
- package/time-picker/Picker.js +1 -1
- package/time-picker/RangePicker.js +1 -1
- package/time-picker/TimeColumn.js +27 -19
- package/time-picker/TimePicker.js +53 -51
- package/time-picker/context.js +1 -1
- package/time-picker/index.js +1 -1
- package/time-picker/utils.js +1 -1
- package/timeline/Item.js +1 -1
- package/timeline/Timeline.js +1 -1
- package/timeline/index.js +1 -1
- package/tooltip/index.js +1 -1
- package/tour/index.js +1 -1
- package/transfer/Item.js +1 -1
- package/transfer/List.js +1 -1
- package/transfer/index.js +1 -1
- package/tree/Animation.js +1 -1
- package/tree/Context.js +1 -1
- package/tree/Node.js +1 -1
- package/tree/NodeList.js +1 -1
- package/tree/Tree.js +1 -1
- package/tree/index.js +1 -1
- package/tree/utils.js +1 -1
- package/tree-select/List.js +1 -1
- package/tree-select/Select.js +7 -7
- package/tree-select/hook/useKeyCache.js +1 -1
- package/tree-select/hook/useStateValue.js +1 -1
- package/tree-select/hook/useTreeData.js +1 -1
- package/tree-select/index.js +1 -1
- package/tree-select/interface.js +1 -1
- package/tree-select/utils.js +1 -1
- package/trigger/getPopupStyle.js +1 -1
- package/trigger/index.js +1 -1
- package/types/cascader/base/store.d.ts +1 -0
- package/types/config-provider/interface.d.ts +0 -5
- package/types/date-picker/panel/Body.d.ts +1 -1
- package/types/date-picker/panel/Header.d.ts +1 -1
- package/types/date-picker/panel/Shortcut.d.ts +1 -1
- package/types/date-picker/panel/date/index.d.ts +1 -1
- package/types/date-picker/panel/month/index.d.ts +1 -1
- package/types/date-picker/panel/quarter/index.d.ts +1 -1
- package/types/date-picker/panel/range/index.d.ts +1 -1
- package/types/date-picker/panel/week/index.d.ts +1 -1
- package/types/date-picker/panel/year/index.d.ts +1 -1
- package/types/time-picker/TimeColumn.d.ts +1 -0
- package/types/time-picker/TimePicker.d.ts +1 -0
- package/types/utils/fileRead.d.ts +1 -0
- package/types/utils/fileToDataURL.d.ts +1 -0
- package/types/utils/index.d.ts +2 -1
- package/types/utils/is.d.ts +1 -1
- package/typography/Base.js +1 -1
- package/typography/EditContent.js +1 -1
- package/typography/Ellipsis.js +1 -1
- package/typography/Operations.js +1 -1
- package/typography/Paragraph.js +1 -1
- package/typography/Text.js +1 -1
- package/typography/Title.js +1 -1
- package/typography/Typography.js +1 -1
- package/typography/index.js +1 -1
- package/typography/useCssEllipsis.js +1 -1
- package/typography/useEllipsis.js +1 -1
- package/upload/TriggerNode.js +1 -1
- package/upload/Upload.js +1 -1
- package/upload/Uploader.js +1 -1
- package/upload/constant.js +1 -1
- package/upload/index.js +1 -1
- package/upload/list/PictureItem.js +7 -7
- package/upload/list/TextItem.js +14 -14
- package/upload/list/UploadProgress.js +1 -1
- package/upload/list/index.js +1 -1
- package/upload/list/utils.js +1 -1
- package/upload/request.js +1 -1
- package/upload/utils.js +1 -1
- package/utils/callOrReturn.js +1 -1
- package/utils/callbackOriginRef.js +1 -1
- package/utils/caseName.js +1 -1
- package/utils/className.js +1 -1
- package/utils/constant.js +1 -1
- package/utils/contextHolder.js +1 -1
- package/utils/copy.js +1 -1
- package/utils/date.js +1 -1
- package/utils/dayjs.js +1 -1
- package/utils/dom.js +1 -1
- package/utils/emitter.js +1 -1
- package/utils/fileRead.js +6 -0
- package/utils/fileToDataURL.js +6 -0
- package/utils/fillNBSP.js +1 -1
- package/utils/findRootElement.js +1 -1
- package/utils/findScrollParent.js +1 -1
- package/utils/getHighlightText.js +1 -1
- package/utils/getHotkeyHandler.js +1 -1
- package/utils/getStringLength.js +1 -1
- package/utils/include.js +1 -1
- package/utils/index.js +288 -284
- package/utils/intersectionObserver.js +1 -1
- package/utils/is.js +87 -85
- package/utils/keyboardCode.js +1 -1
- package/utils/lodash.js +1 -1
- package/utils/math.js +1 -1
- package/utils/mergeProps.js +1 -1
- package/utils/mergedToString.js +1 -1
- package/utils/mutationObserver.js +1 -1
- package/utils/names.js +1 -1
- package/utils/omit.js +1 -1
- package/utils/pad.js +1 -1
- package/utils/pick.js +1 -1
- package/utils/pinyin.js +1 -1
- package/utils/react19Adapter.js +1 -1
- package/utils/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.js +1 -1
- package/verification-code/index.js +1 -1
- package/version/index.js +2 -2
- package/virtual-list/Filler.js +1 -1
- package/virtual-list/VirtualList.js +1 -1
- package/virtual-list/constant.js +1 -1
- package/virtual-list/hook/useCacheChildrenNodes.js +1 -1
- package/virtual-list/hook/useComputeVirtualItemHeight.js +1 -1
- package/virtual-list/index.js +1 -1
- package/virtual-list/utils/algorithm.js +1 -1
- package/virtual-list/utils/item.js +1 -1
- package/watermark/Watermark.js +1 -1
- package/watermark/index.js +1 -1
- package/types/utils/fileToURL.d.ts +0 -3
- package/utils/fileToURL.js +0 -7
package/table/Table.js
CHANGED
|
@@ -1,36 +1,36 @@
|
|
|
1
|
-
/* 2025-12-
|
|
2
|
-
import { jsx as
|
|
3
|
-
import
|
|
4
|
-
import
|
|
1
|
+
/* 2025-12-22 10:22:04 */
|
|
2
|
+
import { jsx as a, jsxs as N, Fragment as Fe } from "react/jsx-runtime";
|
|
3
|
+
import cr from "lodash/throttle";
|
|
4
|
+
import ar, { forwardRef as dr, useContext as fr, useMemo as ae, useRef as h, useState as Y, useImperativeHandle as ur, useCallback as mr, useEffect as pr } from "react";
|
|
5
5
|
import "../config-provider/ConfigProvider.js";
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
6
|
+
import hr from "@unicom-cloud/ui-common/hooks/use-isomorphic-layout-effect";
|
|
7
|
+
import gr from "@unicom-cloud/ui-common/hooks/use-merge-props";
|
|
8
|
+
import yr from "@unicom-cloud/ui-common/hooks/use-resize-observers";
|
|
9
|
+
import we from "@unicom-cloud/ui-common/hooks/use-update-effect";
|
|
10
|
+
import br from "@unicom-cloud/ui-common/hooks/use-window-size";
|
|
11
11
|
import "../pagination/PageOption.js";
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import { on as
|
|
16
|
-
import { isPlainObject as
|
|
17
|
-
import { pickDataAttributes as
|
|
12
|
+
import nt from "../pagination/Pagination.js";
|
|
13
|
+
import Cr from "../spin/index.js";
|
|
14
|
+
import Te from "@unicom-cloud/ui-common/utils/className";
|
|
15
|
+
import { on as ve, off as Be } from "@unicom-cloud/ui-common/utils/dom";
|
|
16
|
+
import { isPlainObject as F, isFunction as T, isNil as De, isNumber as k, isString as Le, isArray as H, isBoolean as xr, isObjectLike as Sr, isUndefined as st } from "@unicom-cloud/ui-common/utils/is";
|
|
17
|
+
import { pickDataAttributes as Pr } from "@unicom-cloud/ui-common/utils/pick";
|
|
18
18
|
import "@unicom-cloud/ui-common/utils/tween";
|
|
19
|
-
import
|
|
20
|
-
import { TableContext as
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import { deepCloneData as
|
|
32
|
-
import
|
|
33
|
-
const
|
|
19
|
+
import de from "./ColGroup.js";
|
|
20
|
+
import { TableContext as $r } from "./context.js";
|
|
21
|
+
import Nr from "./hook/useColumns.js";
|
|
22
|
+
import Fr from "./hook/useComponent.js";
|
|
23
|
+
import wr from "./hook/useExpand.js";
|
|
24
|
+
import Tr from "./hook/useRowSelection.js";
|
|
25
|
+
import vr from "./hook/useSorter.js";
|
|
26
|
+
import Br from "./hook/useStickyClassNames.js";
|
|
27
|
+
import Dr from "./hook/useStickyOffsets.js";
|
|
28
|
+
import Lr from "./tbody/index.js";
|
|
29
|
+
import Er from "./tfoot/index.js";
|
|
30
|
+
import zr from "./thead/index.js";
|
|
31
|
+
import { deepCloneData as Rr, getOriginData as y, getSorterPriority as lt, getSorterFn as it, getScrollBarHeight as kr, getScrollBarWidth as Hr } from "./utils.js";
|
|
32
|
+
import Or from "../config-provider/context.js";
|
|
33
|
+
const Wr = [], Ar = [], Ir = {
|
|
34
34
|
showHeader: !0,
|
|
35
35
|
border: !0,
|
|
36
36
|
hover: !0,
|
|
@@ -40,138 +40,133 @@ const Ar = [], Ir = [], Vr = {
|
|
|
40
40
|
indentSize: 15,
|
|
41
41
|
showSorterTooltip: !0
|
|
42
42
|
};
|
|
43
|
-
function
|
|
43
|
+
function Vr(ct, at) {
|
|
44
44
|
const {
|
|
45
|
-
prefixCls:
|
|
46
|
-
getPrefixCls:
|
|
47
|
-
loadingElement:
|
|
48
|
-
size:
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
componentConfig: ue,
|
|
45
|
+
prefixCls: Mr,
|
|
46
|
+
getPrefixCls: dt,
|
|
47
|
+
loadingElement: ft,
|
|
48
|
+
size: Ee,
|
|
49
|
+
renderEmpty: ut,
|
|
50
|
+
componentConfig: mt,
|
|
52
51
|
rtl: v
|
|
53
|
-
} =
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
), B = lt(
|
|
58
|
-
h(de?.pagination) ? de?.pagination : {},
|
|
59
|
-
h(ue?.Table?.pagination) ? ue?.Table?.pagination : {},
|
|
60
|
-
pt || {}
|
|
52
|
+
} = fr(Or), u = gr(
|
|
53
|
+
ct,
|
|
54
|
+
Ir,
|
|
55
|
+
mt?.Table
|
|
61
56
|
), {
|
|
62
|
-
style:
|
|
63
|
-
className:
|
|
64
|
-
component:
|
|
57
|
+
style: pt,
|
|
58
|
+
className: ht,
|
|
59
|
+
component: gt,
|
|
65
60
|
border: p,
|
|
66
|
-
borderCell:
|
|
67
|
-
columns:
|
|
68
|
-
data: m =
|
|
69
|
-
scroll:
|
|
70
|
-
noDataElement:
|
|
71
|
-
showHeader:
|
|
72
|
-
stripe:
|
|
73
|
-
hover:
|
|
74
|
-
pagination:
|
|
61
|
+
borderCell: fe,
|
|
62
|
+
columns: ue = Ar,
|
|
63
|
+
data: m = Wr,
|
|
64
|
+
scroll: c,
|
|
65
|
+
noDataElement: yt,
|
|
66
|
+
showHeader: ze,
|
|
67
|
+
stripe: bt,
|
|
68
|
+
hover: Ct,
|
|
69
|
+
pagination: P,
|
|
75
70
|
onChange: j,
|
|
76
|
-
pagePosition:
|
|
77
|
-
childrenColumnName:
|
|
78
|
-
indentSize:
|
|
79
|
-
rowSelection:
|
|
80
|
-
tableLayoutFixed:
|
|
81
|
-
header:
|
|
71
|
+
pagePosition: b,
|
|
72
|
+
childrenColumnName: O,
|
|
73
|
+
indentSize: xt,
|
|
74
|
+
rowSelection: W,
|
|
75
|
+
tableLayoutFixed: St,
|
|
76
|
+
header: Re,
|
|
82
77
|
// 潘启宝添加
|
|
83
|
-
footer:
|
|
84
|
-
virtualized:
|
|
85
|
-
renderPagination:
|
|
86
|
-
summary:
|
|
78
|
+
footer: ke,
|
|
79
|
+
virtualized: B,
|
|
80
|
+
renderPagination: He,
|
|
81
|
+
summary: me,
|
|
87
82
|
rowKey: U,
|
|
88
|
-
triggerProps:
|
|
89
|
-
} = u, X =
|
|
90
|
-
() =>
|
|
91
|
-
[m,
|
|
92
|
-
), n =
|
|
93
|
-
|
|
94
|
-
), [
|
|
95
|
-
|
|
96
|
-
|
|
83
|
+
triggerProps: Pt
|
|
84
|
+
} = u, A = F(P) ? P : {}, X = F(c) && c.x, Oe = ae(
|
|
85
|
+
() => Rr(m, O),
|
|
86
|
+
[m, O]
|
|
87
|
+
), n = dt?.("table"), pe = u.size || (["default", "middle", "small", "mini"].includes(Ee) ? Ee : "default"), _ = h(null), C = h(null), We = h(null), q = h(null), D = h(null), Ae = h(null), Ie = h(null), Ve = h(null), G = h(null), J = h(0), he = h(!1), [Ke, d] = Nr(u), { currentFilters: $t, defaultSorters: Nt } = Ht(), [I, ge] = Y(1), [Ft, wt] = Y(
|
|
88
|
+
A.pageSize || A.defaultPageSize || 10
|
|
89
|
+
), [Me, Ye] = Y($t), [Tt, vt] = Y(0), [Bt, Dt] = Y([]), ye = Dr(d), [Lt, je] = Br(
|
|
90
|
+
Ke,
|
|
91
|
+
d,
|
|
97
92
|
n
|
|
98
93
|
), {
|
|
99
94
|
currentSorter: V,
|
|
100
|
-
activeSorters:
|
|
101
|
-
getNextActiveSorters:
|
|
102
|
-
updateStateSorters:
|
|
103
|
-
} =
|
|
104
|
-
function
|
|
95
|
+
activeSorters: f,
|
|
96
|
+
getNextActiveSorters: Et,
|
|
97
|
+
updateStateSorters: zt
|
|
98
|
+
} = vr(d, Nt), { ComponentTable: Q, ComponentBodyWrapper: Rt, ComponentHeaderWrapper: kt } = Fr(gt), be = ae(() => T(U) ? (e) => U(y(e)) : (e) => e[U], [U]);
|
|
99
|
+
function Ht() {
|
|
105
100
|
const e = {};
|
|
106
101
|
let t = [];
|
|
107
|
-
return
|
|
102
|
+
return d.forEach((r) => {
|
|
108
103
|
const o = r.dataIndex || r.key;
|
|
109
104
|
r.defaultFilters && (e[o] = r.defaultFilters), r.filteredValue && (e[o] = r.filteredValue);
|
|
110
|
-
const s = "defaultSortOrder" in r && !
|
|
105
|
+
const s = "defaultSortOrder" in r && !De(r.defaultSortOrder), l = "sortOrder" in r && !De(r.sortOrder);
|
|
111
106
|
if (s || l) {
|
|
112
|
-
const i =
|
|
113
|
-
if (
|
|
114
|
-
const
|
|
107
|
+
const i = lt(r.sorter), g = l ? r.sortOrder : r.defaultSortOrder;
|
|
108
|
+
if (g) {
|
|
109
|
+
const $ = {
|
|
115
110
|
field: o,
|
|
116
|
-
direction:
|
|
117
|
-
sorterFn:
|
|
111
|
+
direction: g,
|
|
112
|
+
sorterFn: it(r.sorter),
|
|
118
113
|
priority: i
|
|
119
114
|
};
|
|
120
|
-
|
|
115
|
+
k(i) ? t.every((S) => k(S.priority) || !S.direction) && t.push($) : t.every((S) => !S.direction) ? t.push($) : t = [$];
|
|
121
116
|
}
|
|
122
117
|
}
|
|
123
118
|
}), { currentFilters: e, defaultSorters: t };
|
|
124
119
|
}
|
|
125
|
-
const Z =
|
|
126
|
-
const e =
|
|
120
|
+
const Z = ae(() => {
|
|
121
|
+
const e = d.filter(
|
|
127
122
|
(r) => "filteredValue" in r
|
|
128
123
|
), t = {};
|
|
129
124
|
return e.length && e.forEach((r, o) => {
|
|
130
125
|
const s = r.key || r.dataIndex || o;
|
|
131
126
|
s !== void 0 && (t[s] = r.filteredValue);
|
|
132
127
|
}), t;
|
|
133
|
-
}, [
|
|
134
|
-
function
|
|
135
|
-
const r =
|
|
128
|
+
}, [d]), w = ae(() => Object.keys(Z).length ? Z : Me, [Me, Z]);
|
|
129
|
+
function Ot(e, t) {
|
|
130
|
+
const r = Ge(t);
|
|
136
131
|
if (!r) return;
|
|
137
132
|
const o = {
|
|
138
133
|
direction: e,
|
|
139
134
|
field: t,
|
|
140
|
-
sorterFn:
|
|
141
|
-
priority:
|
|
142
|
-
}, s =
|
|
143
|
-
|
|
135
|
+
sorterFn: it(r.sorter),
|
|
136
|
+
priority: lt(r.sorter)
|
|
137
|
+
}, s = Et(o);
|
|
138
|
+
zt(o, s);
|
|
144
139
|
const l = oe(
|
|
145
140
|
o,
|
|
146
141
|
s,
|
|
147
142
|
w
|
|
148
143
|
), i = K(l);
|
|
149
|
-
j?.(
|
|
150
|
-
currentData:
|
|
151
|
-
currentAllData:
|
|
144
|
+
j?.(E(l), o, w, {
|
|
145
|
+
currentData: y(i),
|
|
146
|
+
currentAllData: y(l),
|
|
152
147
|
action: "sort"
|
|
153
148
|
});
|
|
154
149
|
}
|
|
155
|
-
function
|
|
150
|
+
function Wt(e) {
|
|
156
151
|
const t = function(o, s) {
|
|
157
152
|
return (l, i) => {
|
|
158
|
-
const
|
|
159
|
-
return s === "descend" ? -
|
|
153
|
+
const g = o(l, i);
|
|
154
|
+
return s === "descend" ? -g : g;
|
|
160
155
|
};
|
|
161
156
|
}, r = [...e];
|
|
162
157
|
return r.sort((o, s) => s.priority - o.priority), (o, s) => {
|
|
163
158
|
for (let l = 0, i = r.length; l < i; l++) {
|
|
164
|
-
const { sorterFn:
|
|
165
|
-
if (!T(
|
|
159
|
+
const { sorterFn: g, direction: $ } = r[l];
|
|
160
|
+
if (!T(g) || De($))
|
|
166
161
|
continue;
|
|
167
|
-
const
|
|
168
|
-
if (
|
|
169
|
-
return
|
|
162
|
+
const S = t(g, $)(o, s);
|
|
163
|
+
if (S !== 0)
|
|
164
|
+
return S;
|
|
170
165
|
}
|
|
171
166
|
return 0;
|
|
172
167
|
};
|
|
173
168
|
}
|
|
174
|
-
function
|
|
169
|
+
function At(e, t) {
|
|
175
170
|
const r = {
|
|
176
171
|
...w,
|
|
177
172
|
[e.dataIndex]: t
|
|
@@ -179,75 +174,75 @@ function Kr(de, dt) {
|
|
|
179
174
|
...r,
|
|
180
175
|
...Z
|
|
181
176
|
};
|
|
182
|
-
if (
|
|
183
|
-
|
|
177
|
+
if (H(t) && t.length) {
|
|
178
|
+
Ye(o);
|
|
184
179
|
const s = oe(
|
|
185
180
|
V,
|
|
186
|
-
|
|
181
|
+
f,
|
|
187
182
|
r
|
|
188
183
|
), l = K(s);
|
|
189
184
|
j?.(
|
|
190
|
-
|
|
191
|
-
|
|
185
|
+
E(s),
|
|
186
|
+
f.length === 1 ? f[0] : f,
|
|
192
187
|
r,
|
|
193
188
|
{
|
|
194
|
-
currentData:
|
|
195
|
-
currentAllData:
|
|
189
|
+
currentData: y(l),
|
|
190
|
+
currentAllData: y(s),
|
|
196
191
|
action: "filter"
|
|
197
192
|
}
|
|
198
193
|
);
|
|
199
|
-
} else
|
|
194
|
+
} else H(t) && !t.length && Ue(e);
|
|
200
195
|
}
|
|
201
|
-
function
|
|
196
|
+
function Ue({ dataIndex: e }) {
|
|
202
197
|
const t = {
|
|
203
198
|
...w
|
|
204
199
|
};
|
|
205
|
-
delete t[e],
|
|
200
|
+
delete t[e], Ye(t);
|
|
206
201
|
const r = oe(
|
|
207
202
|
V,
|
|
208
|
-
|
|
203
|
+
f,
|
|
209
204
|
t
|
|
210
205
|
), o = K(r);
|
|
211
206
|
j?.(
|
|
212
|
-
|
|
213
|
-
|
|
207
|
+
E(r),
|
|
208
|
+
f.length === 1 ? f[0] : f,
|
|
214
209
|
t,
|
|
215
210
|
{
|
|
216
|
-
currentData:
|
|
217
|
-
currentAllData:
|
|
211
|
+
currentData: y(o),
|
|
212
|
+
currentAllData: y(r),
|
|
218
213
|
action: "filter"
|
|
219
214
|
}
|
|
220
215
|
);
|
|
221
216
|
}
|
|
222
|
-
const ee = !!
|
|
217
|
+
const ee = !!d.find((e) => e.fixed === "left"), te = !!d.find((e) => e.fixed === "right"), re = ee || te;
|
|
223
218
|
function oe(e, t, r) {
|
|
224
|
-
let o = (
|
|
219
|
+
let o = (Oe || []).slice();
|
|
225
220
|
Object.keys(r).forEach((l) => {
|
|
226
221
|
if (r[l] && r[l].length) {
|
|
227
|
-
const i =
|
|
228
|
-
i && T(i.onFilter) && (o = o.filter((
|
|
229
|
-
(
|
|
222
|
+
const i = Ge(l);
|
|
223
|
+
i && T(i.onFilter) && (o = o.filter((g) => r[l].reduce(
|
|
224
|
+
($, S) => $ || i.onFilter(S, g),
|
|
230
225
|
!1
|
|
231
226
|
)));
|
|
232
227
|
}
|
|
233
228
|
});
|
|
234
|
-
const s = (l) => l.slice().sort(
|
|
229
|
+
const s = (l) => l.slice().sort(Wt(t)).map((i) => H(i[O]) ? {
|
|
235
230
|
...i,
|
|
236
|
-
[
|
|
231
|
+
[O]: s(i[O])
|
|
237
232
|
} : i);
|
|
238
233
|
return e.direction && T(e.sorterFn) || t.length ? s(o) : o;
|
|
239
234
|
}
|
|
240
|
-
const
|
|
235
|
+
const L = oe(
|
|
241
236
|
V,
|
|
242
|
-
|
|
237
|
+
f,
|
|
243
238
|
w
|
|
244
239
|
);
|
|
245
|
-
function
|
|
246
|
-
const t =
|
|
240
|
+
function E(e = L) {
|
|
241
|
+
const t = A.pageSize || Ft || 10, r = pe === "middle" ? "default" : pe;
|
|
247
242
|
let o = "top";
|
|
248
|
-
|
|
249
|
-
const s =
|
|
250
|
-
l !== I &&
|
|
243
|
+
b === "tl" || b === "bl" ? o = "bottom" : o = "top";
|
|
244
|
+
const s = H(e) ? e.length : 0, l = Math.ceil(s / t) < I ? 1 : I;
|
|
245
|
+
l !== I && ge(l);
|
|
251
246
|
let i = {
|
|
252
247
|
size: r,
|
|
253
248
|
total: s,
|
|
@@ -255,81 +250,78 @@ function Kr(de, dt) {
|
|
|
255
250
|
current: l,
|
|
256
251
|
selectProps: {
|
|
257
252
|
triggerProps: {
|
|
258
|
-
...
|
|
253
|
+
...Pt,
|
|
259
254
|
position: o
|
|
260
255
|
}
|
|
261
256
|
}
|
|
262
257
|
};
|
|
263
|
-
return
|
|
258
|
+
return Sr(P) && P.selectProps && (i.selectProps = {
|
|
264
259
|
...i.selectProps,
|
|
265
|
-
|
|
266
|
-
}),
|
|
267
|
-
...i,
|
|
268
|
-
...$
|
|
269
|
-
}), h(B) && (i = {
|
|
260
|
+
...P.selectProps
|
|
261
|
+
}), i = {
|
|
270
262
|
...i,
|
|
271
|
-
...
|
|
272
|
-
}
|
|
263
|
+
...A
|
|
264
|
+
}, i.onChange = qt, i;
|
|
273
265
|
}
|
|
274
|
-
const ne =
|
|
275
|
-
function K(e =
|
|
266
|
+
const ne = E(), z = K();
|
|
267
|
+
function K(e = L, t = ne) {
|
|
276
268
|
const { current: r = 0, pageSize: o = 10 } = t;
|
|
277
|
-
return
|
|
269
|
+
return P === !1 || F(P) && m.length <= o ? e : e.slice((r - 1) * o, r * o);
|
|
278
270
|
}
|
|
279
|
-
const
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
const e = _.current, t =
|
|
283
|
-
t &&
|
|
271
|
+
const x = !!(c && c.y), M = me?.(y(L)), Ce = me && ar.isValidElement(M) && M.props.fixed, It = x && Ce;
|
|
272
|
+
hr(() => {
|
|
273
|
+
xe();
|
|
274
|
+
const e = _.current, t = C.current, r = q.current;
|
|
275
|
+
t && ve(t, "scroll", R);
|
|
284
276
|
const o = e && e.parentNode;
|
|
285
|
-
return e && o &&
|
|
286
|
-
t &&
|
|
277
|
+
return e && o && ve(o, "scroll", R), r && ve(r, "scroll", R), () => {
|
|
278
|
+
t && Be(t, "scroll", R), o && Be(o, "scroll", R), r && Be(r, "scroll", R);
|
|
287
279
|
};
|
|
288
280
|
}, [
|
|
289
281
|
ee,
|
|
290
282
|
te,
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
283
|
+
c?.x,
|
|
284
|
+
c?.y,
|
|
285
|
+
d.length,
|
|
294
286
|
m
|
|
295
|
-
]),
|
|
296
|
-
const { total: e, pageSize: t } =
|
|
297
|
-
Math.ceil(e / t) < I &&
|
|
298
|
-
}, [m?.length]),
|
|
287
|
+
]), we(() => {
|
|
288
|
+
const { total: e, pageSize: t } = E(m);
|
|
289
|
+
Math.ceil(e / t) < I && ge(1);
|
|
290
|
+
}, [m?.length]), we(() => {
|
|
299
291
|
se();
|
|
300
|
-
}, [m, ee, te, v]),
|
|
292
|
+
}, [m, ee, te, v]), ur(at, () => ({
|
|
301
293
|
getRootElement() {
|
|
302
|
-
return
|
|
294
|
+
return D.current;
|
|
303
295
|
},
|
|
304
296
|
scrollIntoView: (e) => {
|
|
305
|
-
const t =
|
|
297
|
+
const t = We.current.getVirtualList();
|
|
306
298
|
t && t.scrollTo({ key: e });
|
|
307
299
|
}
|
|
308
|
-
})),
|
|
309
|
-
}), [
|
|
300
|
+
})), we(() => (Ze(), () => {
|
|
301
|
+
}), [ze]), yr(
|
|
310
302
|
(e) => {
|
|
311
|
-
|
|
303
|
+
xe();
|
|
312
304
|
},
|
|
313
|
-
[
|
|
305
|
+
[Xe()],
|
|
314
306
|
{ immediate: !0 }
|
|
315
|
-
),
|
|
316
|
-
function
|
|
307
|
+
), br(xe);
|
|
308
|
+
function xe() {
|
|
317
309
|
if (re || X) {
|
|
318
310
|
se();
|
|
319
|
-
const e =
|
|
311
|
+
const e = Xe();
|
|
320
312
|
if (e) {
|
|
321
313
|
const t = e.clientWidth ?? e.getBoundingClientRect().width;
|
|
322
|
-
|
|
314
|
+
vt(t);
|
|
323
315
|
}
|
|
324
316
|
}
|
|
325
|
-
|
|
317
|
+
Ze();
|
|
326
318
|
}
|
|
327
|
-
function
|
|
328
|
-
return
|
|
319
|
+
function Xe() {
|
|
320
|
+
return C.current || Ve.current || Ie.current || Ae.current || D.current;
|
|
329
321
|
}
|
|
330
|
-
const
|
|
331
|
-
|
|
332
|
-
const e =
|
|
322
|
+
const Vt = mr(
|
|
323
|
+
cr(() => {
|
|
324
|
+
const e = D.current, t = x ? C.current : G.current && G.current.parentNode;
|
|
333
325
|
if (t) {
|
|
334
326
|
const r = v ? -t.scrollLeft : t.scrollLeft, o = r === 0, s = r + 1 >= t.children[0].getBoundingClientRect().width - t.getBoundingClientRect().width;
|
|
335
327
|
o && s ? le(
|
|
@@ -346,250 +338,250 @@ function Kr(de, dt) {
|
|
|
346
338
|
`${n}-scroll-position-middle`
|
|
347
339
|
);
|
|
348
340
|
} else
|
|
349
|
-
e &&
|
|
341
|
+
e && qe(e.classList);
|
|
350
342
|
}, 100),
|
|
351
|
-
[
|
|
343
|
+
[D.current, C.current, x, v]
|
|
352
344
|
);
|
|
353
345
|
function se() {
|
|
354
346
|
if (re || X) {
|
|
355
|
-
const e =
|
|
356
|
-
e && (ee &&
|
|
347
|
+
const e = D.current;
|
|
348
|
+
e && (ee && _e(
|
|
357
349
|
e.classList,
|
|
358
350
|
`${n}-has-fixed-col-left`
|
|
359
|
-
), te &&
|
|
351
|
+
), te && _e(
|
|
360
352
|
e.classList,
|
|
361
353
|
`${n}-has-fixed-col-right`
|
|
362
|
-
)),
|
|
354
|
+
)), Vt();
|
|
363
355
|
}
|
|
364
356
|
}
|
|
365
|
-
function
|
|
357
|
+
function _e(e, t) {
|
|
366
358
|
e.contains(t) || e.add(t);
|
|
367
359
|
}
|
|
368
|
-
function
|
|
360
|
+
function qe(e) {
|
|
369
361
|
e.remove(`${n}-scroll-position-both`), e.remove(`${n}-scroll-position-left`), e.remove(`${n}-scroll-position-right`), e.remove(`${n}-scroll-position-middle`);
|
|
370
362
|
}
|
|
371
363
|
function le(e, t) {
|
|
372
|
-
e.contains(t) || (
|
|
364
|
+
e.contains(t) || (qe(e), e.add(t));
|
|
373
365
|
}
|
|
374
366
|
const {
|
|
375
|
-
selectedRowKeys:
|
|
376
|
-
indeterminateKeys:
|
|
377
|
-
onCheckAll:
|
|
378
|
-
onCheck:
|
|
379
|
-
onCheckRadio:
|
|
380
|
-
setSelectedRowKeys:
|
|
381
|
-
allSelectedRowKeys:
|
|
382
|
-
flattenData:
|
|
383
|
-
} =
|
|
384
|
-
function
|
|
385
|
-
return
|
|
367
|
+
selectedRowKeys: Se,
|
|
368
|
+
indeterminateKeys: Kt,
|
|
369
|
+
onCheckAll: Mt,
|
|
370
|
+
onCheck: Yt,
|
|
371
|
+
onCheckRadio: jt,
|
|
372
|
+
setSelectedRowKeys: Ut,
|
|
373
|
+
allSelectedRowKeys: Xt,
|
|
374
|
+
flattenData: _t
|
|
375
|
+
} = Tr(u, z, Oe, be);
|
|
376
|
+
function Ge(e) {
|
|
377
|
+
return d.find((t, r) => st(t.key) ? st(t.dataIndex) ? k(e) ? r === e : !1 : t.dataIndex === e : k(t.key) && Le(e) ? t.key.toString() === e : t.key === e);
|
|
386
378
|
}
|
|
387
|
-
function
|
|
388
|
-
|
|
389
|
-
const r = { ...
|
|
379
|
+
function qt(e, t) {
|
|
380
|
+
ge(e), wt(t), e !== I && Gt(), W && !W.checkCrossPage && Se.length && (Ut([]), W.onChange?.([], []));
|
|
381
|
+
const r = { ...E(), current: e, pageSize: t };
|
|
390
382
|
j?.(
|
|
391
383
|
r,
|
|
392
|
-
|
|
384
|
+
f.length === 1 ? f[0] : f,
|
|
393
385
|
w,
|
|
394
386
|
{
|
|
395
|
-
currentData:
|
|
396
|
-
K(
|
|
387
|
+
currentData: y(
|
|
388
|
+
K(L, r)
|
|
397
389
|
),
|
|
398
|
-
currentAllData:
|
|
390
|
+
currentAllData: y(L),
|
|
399
391
|
action: "paginate"
|
|
400
392
|
}
|
|
401
|
-
),
|
|
393
|
+
), A.onChange?.(e, t);
|
|
402
394
|
}
|
|
403
|
-
function
|
|
404
|
-
const e =
|
|
395
|
+
function Gt() {
|
|
396
|
+
const e = C.current;
|
|
405
397
|
e && e.scrollTo({ top: 0, behavior: "smooth" });
|
|
406
398
|
}
|
|
407
|
-
function
|
|
408
|
-
const { target: t } = e, r =
|
|
399
|
+
function R(e) {
|
|
400
|
+
const { target: t } = e, r = C.current, o = _.current?.parentNode, s = q.current;
|
|
409
401
|
t.scrollLeft !== J.current && (o && (o.scrollLeft = t.scrollLeft), r && (r.scrollLeft = t.scrollLeft), s && (s.scrollLeft = t.scrollLeft), se()), J.current = e.target.scrollLeft;
|
|
410
402
|
}
|
|
411
|
-
function
|
|
403
|
+
function Jt(e) {
|
|
412
404
|
const { target: t } = e, r = G.current;
|
|
413
405
|
t.scrollLeft !== J.current && (r.scrollLeft = t.scrollLeft, se()), J.current = e.target.scrollLeft;
|
|
414
406
|
}
|
|
415
|
-
const [
|
|
407
|
+
const [Je, Qt] = wr(
|
|
416
408
|
u,
|
|
417
|
-
|
|
418
|
-
|
|
409
|
+
_t,
|
|
410
|
+
be
|
|
419
411
|
);
|
|
420
|
-
let
|
|
421
|
-
|
|
422
|
-
width:
|
|
423
|
-
}),
|
|
424
|
-
maxHeight:
|
|
412
|
+
let Pe = {}, Qe = {};
|
|
413
|
+
c && (c.x && (k(c.x) || Le(c.x)) && (Pe = {
|
|
414
|
+
width: c.x
|
|
415
|
+
}), c.y && (k(c.y) || Le(c.y)) && (Qe = {
|
|
416
|
+
maxHeight: c.y
|
|
425
417
|
}));
|
|
426
|
-
function
|
|
427
|
-
const e = _.current, t = q.current, r =
|
|
418
|
+
function Ze() {
|
|
419
|
+
const e = _.current, t = q.current, r = C.current, o = e?.parentNode;
|
|
428
420
|
if (o) {
|
|
429
|
-
const l =
|
|
421
|
+
const l = kr(o);
|
|
430
422
|
l > 0 && (o.style.marginBottom = `-${l}px`, o.style.paddingBottom = "0px", t && (t.style.marginBottom = `-${l}px`, t.style.paddingBottom = "0px"));
|
|
431
423
|
}
|
|
432
|
-
|
|
424
|
+
Hr(r) ? (o && (he.current = !0, o.style.overflowY = "scroll"), t && (t.style.overflowY = "scroll")) : he.current && (he.current = !1, o.style.overflowY = "auto", t && (t.style.overflowY = "auto"));
|
|
433
425
|
}
|
|
434
|
-
const
|
|
435
|
-
|
|
426
|
+
const et = /* @__PURE__ */ a(
|
|
427
|
+
zr,
|
|
436
428
|
{
|
|
437
429
|
...u,
|
|
438
|
-
activeSorters:
|
|
430
|
+
activeSorters: f,
|
|
439
431
|
currentSorter: V,
|
|
440
|
-
selectedRowKeys:
|
|
432
|
+
selectedRowKeys: Se,
|
|
441
433
|
currentFilters: w,
|
|
442
|
-
onCheckAll:
|
|
443
|
-
onSort:
|
|
444
|
-
data:
|
|
445
|
-
onHandleFilter:
|
|
446
|
-
onHandleFilterReset:
|
|
434
|
+
onCheckAll: Mt,
|
|
435
|
+
onSort: Ot,
|
|
436
|
+
data: z,
|
|
437
|
+
onHandleFilter: At,
|
|
438
|
+
onHandleFilterReset: Ue,
|
|
447
439
|
prefixCls: n,
|
|
448
|
-
allSelectedRowKeys:
|
|
449
|
-
groupColumns:
|
|
450
|
-
stickyOffsets:
|
|
451
|
-
groupStickyClassNames:
|
|
440
|
+
allSelectedRowKeys: Xt,
|
|
441
|
+
groupColumns: Ke,
|
|
442
|
+
stickyOffsets: ye,
|
|
443
|
+
groupStickyClassNames: Lt
|
|
452
444
|
}
|
|
453
445
|
);
|
|
454
|
-
function
|
|
455
|
-
const e = X &&
|
|
456
|
-
return
|
|
446
|
+
function Zt() {
|
|
447
|
+
const e = X && c.x === "max-content";
|
|
448
|
+
return x || B ? /* @__PURE__ */ a(kt, { className: `${n}-header`, children: /* @__PURE__ */ N(
|
|
457
449
|
Q,
|
|
458
450
|
{
|
|
459
451
|
ref: _,
|
|
460
|
-
style: e ? {} :
|
|
452
|
+
style: e ? {} : Pe,
|
|
461
453
|
className: `${n}-header-table`,
|
|
462
454
|
children: [
|
|
463
|
-
/* @__PURE__ */
|
|
464
|
-
|
|
455
|
+
/* @__PURE__ */ a(
|
|
456
|
+
de,
|
|
465
457
|
{
|
|
466
|
-
columns:
|
|
458
|
+
columns: d,
|
|
467
459
|
prefixCls: n,
|
|
468
460
|
producer: !1,
|
|
469
|
-
columnWidths: e &&
|
|
461
|
+
columnWidths: e && c.y ? Bt : null
|
|
470
462
|
}
|
|
471
463
|
),
|
|
472
|
-
|
|
464
|
+
et
|
|
473
465
|
]
|
|
474
466
|
}
|
|
475
|
-
) }) :
|
|
467
|
+
) }) : et;
|
|
476
468
|
}
|
|
477
|
-
const
|
|
478
|
-
|
|
469
|
+
const tt = M && /* @__PURE__ */ a(
|
|
470
|
+
Er,
|
|
479
471
|
{
|
|
480
472
|
prefixCls: n,
|
|
481
|
-
summary:
|
|
482
|
-
data:
|
|
483
|
-
columns:
|
|
484
|
-
stickyOffsets:
|
|
485
|
-
stickyClassNames:
|
|
473
|
+
summary: me,
|
|
474
|
+
data: z,
|
|
475
|
+
columns: d,
|
|
476
|
+
stickyOffsets: ye,
|
|
477
|
+
stickyClassNames: je
|
|
486
478
|
}
|
|
487
|
-
),
|
|
488
|
-
|
|
479
|
+
), rt = /* @__PURE__ */ a(
|
|
480
|
+
Lr,
|
|
489
481
|
{
|
|
490
482
|
...u,
|
|
491
483
|
ref: (e) => {
|
|
492
|
-
|
|
484
|
+
We.current = e, B && (C.current = e?.getRootElement?.());
|
|
493
485
|
},
|
|
494
|
-
selectedRowKeys:
|
|
495
|
-
indeterminateKeys:
|
|
496
|
-
expandedRowKeys:
|
|
497
|
-
onCheck:
|
|
498
|
-
onCheckRadio:
|
|
499
|
-
onClickExpandBtn:
|
|
500
|
-
columns:
|
|
501
|
-
data:
|
|
486
|
+
selectedRowKeys: Se,
|
|
487
|
+
indeterminateKeys: Kt,
|
|
488
|
+
expandedRowKeys: Je,
|
|
489
|
+
onCheck: Yt,
|
|
490
|
+
onCheckRadio: jt,
|
|
491
|
+
onClickExpandBtn: Qt,
|
|
492
|
+
columns: d,
|
|
493
|
+
data: z,
|
|
502
494
|
prefixCls: n,
|
|
503
495
|
hasFixedColumn: re,
|
|
504
|
-
tableViewWidth:
|
|
505
|
-
indentSize:
|
|
506
|
-
noDataElement:
|
|
507
|
-
activeSorters:
|
|
496
|
+
tableViewWidth: Tt,
|
|
497
|
+
indentSize: xt,
|
|
498
|
+
noDataElement: yt || ut("Table"),
|
|
499
|
+
activeSorters: f,
|
|
508
500
|
currentSorter: V,
|
|
509
|
-
stickyOffsets:
|
|
510
|
-
stickyClassNames:
|
|
511
|
-
getRowKey:
|
|
501
|
+
stickyOffsets: ye,
|
|
502
|
+
stickyClassNames: je,
|
|
503
|
+
getRowKey: be
|
|
512
504
|
}
|
|
513
|
-
),
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
] }) :
|
|
517
|
-
if (
|
|
518
|
-
}), [m, u.consoleTable]), !(
|
|
519
|
-
function
|
|
520
|
-
const e =
|
|
521
|
-
return
|
|
522
|
-
|
|
505
|
+
), ot = !B && !It ? /* @__PURE__ */ N(Fe, { children: [
|
|
506
|
+
rt,
|
|
507
|
+
tt
|
|
508
|
+
] }) : rt;
|
|
509
|
+
if (pr(() => (u.consoleTable && console.table(m), () => {
|
|
510
|
+
}), [m, u.consoleTable]), !(H(ue) && ue.length)) return null;
|
|
511
|
+
function er() {
|
|
512
|
+
const e = F(c) && c.x === "max-content" && !!c.y && H(m) && m.length > 0;
|
|
513
|
+
return x && !B ? /* @__PURE__ */ a(
|
|
514
|
+
Rt,
|
|
523
515
|
{
|
|
524
|
-
ref:
|
|
525
|
-
className:
|
|
526
|
-
style:
|
|
527
|
-
children: /* @__PURE__ */
|
|
516
|
+
ref: C,
|
|
517
|
+
className: Te(`${n}-content-body`, `${n}-body`),
|
|
518
|
+
style: Qe,
|
|
519
|
+
children: /* @__PURE__ */ N(
|
|
528
520
|
Q,
|
|
529
521
|
{
|
|
530
|
-
style:
|
|
522
|
+
style: Pe,
|
|
531
523
|
className: `${n}-body-table`,
|
|
532
524
|
children: [
|
|
533
|
-
/* @__PURE__ */
|
|
534
|
-
|
|
525
|
+
/* @__PURE__ */ a(
|
|
526
|
+
de,
|
|
535
527
|
{
|
|
536
|
-
columns:
|
|
528
|
+
columns: d,
|
|
537
529
|
prefixCls: n,
|
|
538
530
|
producer: e,
|
|
539
|
-
onSetColumnWidths:
|
|
540
|
-
expandedRowKeys:
|
|
531
|
+
onSetColumnWidths: Dt,
|
|
532
|
+
expandedRowKeys: Je,
|
|
541
533
|
data: m
|
|
542
534
|
}
|
|
543
535
|
),
|
|
544
|
-
|
|
536
|
+
ot
|
|
545
537
|
]
|
|
546
538
|
}
|
|
547
539
|
)
|
|
548
540
|
}
|
|
549
|
-
) :
|
|
541
|
+
) : ot;
|
|
550
542
|
}
|
|
551
|
-
function
|
|
543
|
+
function tr() {
|
|
552
544
|
let e = {};
|
|
553
545
|
X && (e = {
|
|
554
|
-
width:
|
|
546
|
+
width: c.x
|
|
555
547
|
});
|
|
556
|
-
const t = /* @__PURE__ */
|
|
548
|
+
const t = /* @__PURE__ */ a("div", { className: `${n}-tfoot`, ref: q, children: /* @__PURE__ */ N(
|
|
557
549
|
Q,
|
|
558
550
|
{
|
|
559
551
|
style: e,
|
|
560
552
|
className: `${n}-tfoot-table`,
|
|
561
553
|
children: [
|
|
562
|
-
/* @__PURE__ */
|
|
563
|
-
|
|
554
|
+
/* @__PURE__ */ a(de, { columns: d, prefixCls: n }),
|
|
555
|
+
tt
|
|
564
556
|
]
|
|
565
557
|
}
|
|
566
|
-
) }), r = M &&
|
|
567
|
-
|
|
558
|
+
) }), r = M && x && Ce === "top", o = M && x && Ce === "bottom", s = /* @__PURE__ */ N(Fe, { children: [
|
|
559
|
+
ze ? Zt() : null,
|
|
568
560
|
r && t,
|
|
569
|
-
|
|
561
|
+
er(),
|
|
570
562
|
o && t
|
|
571
|
-
] }), l = T(
|
|
572
|
-
return /* @__PURE__ */
|
|
573
|
-
!!l && /* @__PURE__ */
|
|
574
|
-
/* @__PURE__ */
|
|
563
|
+
] }), l = T(Re) && Re(z), i = T(ke) && ke(z);
|
|
564
|
+
return /* @__PURE__ */ N(Fe, { children: [
|
|
565
|
+
!!l && /* @__PURE__ */ a("div", { className: `${n}-header-`, children: l }),
|
|
566
|
+
/* @__PURE__ */ a("div", { ref: Ae, className: `${n}-container`, children: /* @__PURE__ */ a(
|
|
575
567
|
"div",
|
|
576
568
|
{
|
|
577
|
-
ref:
|
|
569
|
+
ref: Ie,
|
|
578
570
|
className: `${n}-content-scroll`,
|
|
579
|
-
children: /* @__PURE__ */
|
|
571
|
+
children: /* @__PURE__ */ a(
|
|
580
572
|
"div",
|
|
581
573
|
{
|
|
582
|
-
ref:
|
|
574
|
+
ref: Ve,
|
|
583
575
|
className: `${n}-content-inner`,
|
|
584
|
-
onScroll:
|
|
585
|
-
children:
|
|
576
|
+
onScroll: x ? void 0 : Jt,
|
|
577
|
+
children: x || B ? s : /* @__PURE__ */ N(
|
|
586
578
|
Q,
|
|
587
579
|
{
|
|
588
580
|
ref: G,
|
|
589
581
|
style: e,
|
|
590
582
|
className: `${n}-content-inner-table`,
|
|
591
583
|
children: [
|
|
592
|
-
/* @__PURE__ */
|
|
584
|
+
/* @__PURE__ */ a(de, { prefixCls: n, columns: d }),
|
|
593
585
|
s
|
|
594
586
|
]
|
|
595
587
|
}
|
|
@@ -598,60 +590,60 @@ function Kr(de, dt) {
|
|
|
598
590
|
)
|
|
599
591
|
}
|
|
600
592
|
) }),
|
|
601
|
-
!!i && /* @__PURE__ */
|
|
593
|
+
!!i && /* @__PURE__ */ a("div", { className: `${n}-footer`, children: i })
|
|
602
594
|
] });
|
|
603
595
|
}
|
|
604
|
-
const
|
|
596
|
+
const rr = F(p) ? p.wrapper : p, $e = F(p) ? p.cell : fe, or = F(p) ? p.cell || p.headerCell : fe, nr = F(p) ? p.cell || p.bodyCell : fe, sr = Te(
|
|
605
597
|
n,
|
|
606
|
-
`${n}-size-${
|
|
598
|
+
`${n}-size-${pe}`,
|
|
607
599
|
{
|
|
608
|
-
[`${n}-border`]:
|
|
609
|
-
[`${n}-border-cell`]:
|
|
610
|
-
[`${n}-border-header-cell`]:
|
|
611
|
-
[`${n}-border-body-cell`]:
|
|
612
|
-
[`${n}-stripe`]:
|
|
613
|
-
[`${n}-hover`]:
|
|
614
|
-
[`${n}-type-radio`]:
|
|
615
|
-
[`${n}-layout-fixed`]:
|
|
600
|
+
[`${n}-border`]: rr,
|
|
601
|
+
[`${n}-border-cell`]: $e,
|
|
602
|
+
[`${n}-border-header-cell`]: !$e && or,
|
|
603
|
+
[`${n}-border-body-cell`]: !$e && nr,
|
|
604
|
+
[`${n}-stripe`]: bt,
|
|
605
|
+
[`${n}-hover`]: Ct,
|
|
606
|
+
[`${n}-type-radio`]: W && W.type === "radio",
|
|
607
|
+
[`${n}-layout-fixed`]: St || c && (c.x || c.y) || ue.find((e) => e.ellipsis),
|
|
616
608
|
[`${n}-fixed-column`]: re,
|
|
617
|
-
[`${n}-virtualized`]:
|
|
609
|
+
[`${n}-virtualized`]: B,
|
|
618
610
|
[`${n}-rtl`]: v
|
|
619
611
|
},
|
|
620
|
-
|
|
621
|
-
),
|
|
622
|
-
[`${n}-pagination-left`]:
|
|
623
|
-
[`${n}-pagination-center`]:
|
|
624
|
-
[`${n}-pagination-top`]:
|
|
612
|
+
ht
|
|
613
|
+
), Ne = b === "tl" || b === "tr" || b === "topCenter", lr = Te(`${n}-pagination`, {
|
|
614
|
+
[`${n}-pagination-left`]: b === "tl" || b === "bl",
|
|
615
|
+
[`${n}-pagination-center`]: b === "topCenter" || b === "bottomCenter",
|
|
616
|
+
[`${n}-pagination-top`]: Ne
|
|
625
617
|
});
|
|
626
618
|
let ie = u.loading;
|
|
627
|
-
|
|
628
|
-
const
|
|
629
|
-
let
|
|
630
|
-
return
|
|
619
|
+
xr(ie) && (ie = { loading: ie });
|
|
620
|
+
const ir = P !== !1 && (L.length !== 0 || ne?.total > 0);
|
|
621
|
+
let ce;
|
|
622
|
+
return ir && (T(He) ? ce = He(/* @__PURE__ */ a(nt, { ...ne })) : ce = /* @__PURE__ */ a("div", { className: lr, children: /* @__PURE__ */ a(nt, { ...ne }) })), /* @__PURE__ */ a($r.Provider, { value: u, children: /* @__PURE__ */ a(
|
|
631
623
|
"div",
|
|
632
624
|
{
|
|
633
|
-
ref:
|
|
634
|
-
style:
|
|
635
|
-
className:
|
|
636
|
-
|
|
637
|
-
children: /* @__PURE__ */
|
|
638
|
-
|
|
625
|
+
ref: D,
|
|
626
|
+
style: pt,
|
|
627
|
+
className: sr,
|
|
628
|
+
...Pr(u),
|
|
629
|
+
children: /* @__PURE__ */ N(
|
|
630
|
+
Cr,
|
|
639
631
|
{
|
|
640
632
|
className: `${n}-spin`,
|
|
641
|
-
element:
|
|
633
|
+
element: ft,
|
|
642
634
|
...ie,
|
|
643
635
|
children: [
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
!
|
|
636
|
+
Ne && ce,
|
|
637
|
+
tr(),
|
|
638
|
+
!Ne && ce
|
|
647
639
|
]
|
|
648
640
|
}
|
|
649
641
|
)
|
|
650
642
|
}
|
|
651
643
|
) });
|
|
652
644
|
}
|
|
653
|
-
const
|
|
654
|
-
|
|
645
|
+
const Kr = dr(Vr);
|
|
646
|
+
Kr.displayName = "Table";
|
|
655
647
|
export {
|
|
656
|
-
|
|
648
|
+
Kr as default
|
|
657
649
|
};
|