bitz-react-admin-ui 2.5.9 → 2.6.1
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/dist/_virtual/dayjs.min.mjs +5 -2
- package/dist/_virtual/dayjs.min2.mjs +4 -0
- package/dist/assets/iconfont/IconChenggong.mjs +25 -4
- package/dist/assets/iconfont/IconClose.mjs +24 -3
- package/dist/assets/iconfont/IconColumnCancelFixed.mjs +23 -2
- package/dist/assets/iconfont/IconColumnFixedLeft.mjs +27 -6
- package/dist/assets/iconfont/IconColumnFixedRight.mjs +27 -6
- package/dist/assets/iconfont/IconCuowu.mjs +23 -2
- package/dist/assets/iconfont/IconDragOrder.mjs +25 -4
- package/dist/assets/iconfont/IconDuigoux.mjs +25 -4
- package/dist/assets/iconfont/IconFabu.mjs +35 -5
- package/dist/assets/iconfont/IconFanhui.mjs +25 -4
- package/dist/assets/iconfont/IconGaojisousuo.mjs +26 -5
- package/dist/assets/iconfont/IconHangfengexian.mjs +41 -3
- package/dist/assets/iconfont/IconHangliefengexian.mjs +42 -4
- package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +26 -5
- package/dist/assets/iconfont/IconIcon21.mjs +25 -4
- package/dist/assets/iconfont/IconJincoude.mjs +25 -4
- package/dist/assets/iconfont/IconJinggao.mjs +25 -4
- package/dist/assets/iconfont/IconKuansongde.mjs +26 -5
- package/dist/assets/iconfont/IconLiefengexian.mjs +41 -3
- package/dist/assets/iconfont/IconMore.mjs +41 -4
- package/dist/assets/iconfont/IconShanchu.mjs +27 -6
- package/dist/assets/iconfont/IconShanchu1.mjs +35 -5
- package/dist/assets/iconfont/IconSousuo.mjs +27 -6
- package/dist/assets/iconfont/IconTejincou.mjs +25 -4
- package/dist/assets/iconfont/IconTekuansong.mjs +26 -5
- package/dist/assets/iconfont/IconTishi1.mjs +27 -6
- package/dist/assets/iconfont/IconTuodong.mjs +28 -7
- package/dist/assets/iconfont/IconWubanmawentianchong.mjs +35 -3
- package/dist/assets/iconfont/IconWufengexian.mjs +26 -4
- package/dist/assets/iconfont/IconXinxitishi.mjs +27 -6
- package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +34 -3
- package/dist/assets/iconfont/IconZhongdengde.mjs +24 -3
- package/dist/assets/iconfont/IconZhongzhi.mjs +24 -3
- package/dist/assets/iconfont/index.mjs +33 -33
- package/dist/components/BitzAddTag/index.mjs +41 -8
- package/dist/components/BitzAddressBook/index.mjs +122 -35
- package/dist/components/BitzAppPage/index.mjs +18 -4
- package/dist/components/BitzAppRefresh/index.mjs +27 -15
- package/dist/components/BitzBetterScroll/index.mjs +5 -5
- package/dist/components/BitzButton/index.mjs +23 -9
- package/dist/components/BitzCalendar/index.mjs +53 -20
- package/dist/components/BitzCascader/BitzCascaderMobile.mjs +68 -30
- package/dist/components/BitzCascader/index.mjs +6 -2
- package/dist/components/BitzCollapse/index.mjs +4 -4
- package/dist/components/BitzConfigProvider/context.mjs +3 -1
- package/dist/components/BitzConfigProvider/index.mjs +12 -8
- package/dist/components/BitzConfirmModal/index.mjs +24 -1
- package/dist/components/BitzDayJs/index.mjs +1 -1
- package/dist/components/BitzDescriptions/index.mjs +11 -1
- package/dist/components/BitzDrawer/index.mjs +17 -2
- package/dist/components/BitzEmpty/index.mjs +6 -2
- package/dist/components/BitzException/index.mjs +6 -1
- package/dist/components/BitzFloatLayout/index.mjs +11 -2
- package/dist/components/BitzFluentDatePicker/index.mjs +1 -1
- package/dist/components/BitzFluentRangePicker/index.mjs +1 -1
- package/dist/components/BitzFluentRangeTimePicker/index.mjs +1 -1
- package/dist/components/BitzFluentTimePicker/index.mjs +1 -1
- package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +13 -16
- package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +27 -21
- package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +22 -4
- package/dist/components/BitzFuiCalendar/CalendarBody.mjs +28 -5
- package/dist/components/BitzFuiCalendar/CalendarHead.mjs +6 -3
- package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +13 -4
- package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +48 -16
- package/dist/components/BitzFuiCalendar/ColumnData.mjs +26 -10
- package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +44 -8
- package/dist/components/BitzFuiCalendar/index.mjs +7 -1
- package/dist/components/BitzFullScreen/index.mjs +9 -6
- package/dist/components/BitzHighlight/Child.mjs +23 -9
- package/dist/components/BitzHighlight/Highlight.mjs +26 -5
- package/dist/components/BitzHighlight/chunks.mjs +20 -17
- package/dist/components/BitzHighlight/style.mjs +15 -12
- package/dist/components/BitzImage/index.mjs +1 -1
- package/dist/components/BitzImage/previewImage.mjs +12 -5
- package/dist/components/BitzLanguageTabs/index.mjs +14 -3
- package/dist/components/BitzLazyLoad/index.mjs +7 -1
- package/dist/components/BitzList/List.mjs +17 -3
- package/dist/components/BitzList/LoadMore.mjs +30 -21
- package/dist/components/BitzLoadMore/index.mjs +34 -14
- package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +25 -12
- package/dist/components/BitzMeetingTime/index.mjs +11 -7
- package/dist/components/BitzMobileLoading/index.mjs +1 -1
- package/dist/components/BitzModal/index.mjs +24 -11
- package/dist/components/BitzNoData/index.mjs +4 -1
- package/dist/components/BitzNoMore/index.mjs +1 -1
- package/dist/components/BitzOrganizationSelection/index.mjs +43 -14
- package/dist/components/BitzPageContainer/index.mjs +107 -46
- package/dist/components/BitzPageHeader/index.mjs +89 -21
- package/dist/components/BitzPagination/index.mjs +71 -22
- package/dist/components/BitzPopover/index.mjs +4 -4
- package/dist/components/BitzPullRefresh/PullRefresh.mjs +49 -20
- package/dist/components/BitzQRCode/index.mjs +6 -1
- package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +35 -17
- package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +20 -13
- package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +4 -1
- package/dist/components/BitzQueryFilter/index.mjs +69 -20
- package/dist/components/BitzRefresh/index.mjs +5 -1
- package/dist/components/BitzRemark/index.mjs +4 -4
- package/dist/components/BitzScheduleCenter/index.mjs +30 -36
- package/dist/components/BitzSearch/index.mjs +1 -1
- package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +123 -48
- package/dist/components/BitzSelect/index.mjs +1 -1
- package/dist/components/BitzSkeleton/index.mjs +31 -1
- package/dist/components/BitzSwitch/index.mjs +7 -2
- package/dist/components/BitzTabbar/BitzTabbar.mjs +25 -8
- package/dist/components/BitzTabbar/BitzTabbarItem.mjs +4 -1
- package/dist/components/BitzTable/ActionBar/ActionBar.mjs +80 -12
- package/dist/components/BitzTable/ActionBar/Button.mjs +20 -15
- package/dist/components/BitzTable/ActionBar/style.mjs +23 -20
- package/dist/components/BitzTable/ActionCol/index.mjs +130 -34
- package/dist/components/BitzTable/ActionCol/style.mjs +26 -23
- package/dist/components/BitzTable/Dropdown/index.mjs +8 -1
- package/dist/components/BitzTable/Dropdown/style.mjs +20 -17
- package/dist/components/BitzTable/SelectionBar/Button.mjs +19 -6
- package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +11 -4
- package/dist/components/BitzTable/SelectionBar/style.mjs +29 -19
- package/dist/components/BitzTable/Store/index.mjs +170 -133
- package/dist/components/BitzTable/Store/utils/index.d.ts +1 -0
- package/dist/components/BitzTable/Store/utils/index.mjs +48 -38
- package/dist/components/BitzTable/SubTable/index.mjs +96 -48
- package/dist/components/BitzTable/Table/ResizableTitle copy.mjs +57 -40
- package/dist/components/BitzTable/Table/SortTableContext.mjs +39 -17
- package/dist/components/BitzTable/Table/SortableRow.mjs +44 -20
- package/dist/components/BitzTable/Table/index.mjs +477 -214
- package/dist/components/BitzTable/Table/style.mjs +10 -1
- package/dist/components/BitzTable/Table/utils.mjs +11 -4
- package/dist/components/BitzTable/TextOverflow/index.mjs +12 -3
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +137 -50
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +104 -23
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +68 -29
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.d.ts +1 -0
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +282 -151
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +50 -16
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +42 -16
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.d.ts +2 -2
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +126 -61
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +9 -2
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.d.ts +1 -0
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +136 -63
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +28 -6
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/style.mjs +19 -21
- package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +58 -22
- package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +42 -14
- package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +17 -4
- package/dist/components/BitzTable/ToolBar/Modal/index.mjs +42 -16
- package/dist/components/BitzTable/ToolBar/Modal/style.mjs +10 -8
- package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +20 -9
- package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +49 -2
- package/dist/components/BitzTable/ToolBar/style.mjs +17 -12
- package/dist/components/BitzTableOperations/index.mjs +13 -3
- package/dist/components/BitzTableSelect/Picker/index.mjs +43 -10
- package/dist/components/BitzTableSelect/Select/index.mjs +90 -21
- package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +23 -13
- package/dist/components/BitzTableSelect/SelectPopup/index.mjs +220 -70
- package/dist/components/BitzTableSelect/SingleSelect/index.mjs +87 -22
- package/dist/components/BitzTableSelect/TableCell/index.mjs +52 -11
- package/dist/components/BitzTableSelect/TextBlock/index.mjs +30 -12
- package/dist/components/BitzTableSelect/index.mjs +65 -14
- package/dist/components/BitzTableSelect/utils.mjs +3 -3
- package/dist/components/BitzTag/index.mjs +1 -1
- package/dist/components/BitzText/index.mjs +41 -14
- package/dist/components/BitzText/utils.mjs +3 -3
- package/dist/components/BitzTheme/index.mjs +10 -10
- package/dist/components/BitzTimeline/index.mjs +11 -1
- package/dist/components/BitzTimer/Form.mjs +32 -11
- package/dist/components/BitzTimer/Timer.mjs +76 -38
- package/dist/components/BitzTimer/index.mjs +66 -43
- package/dist/components/BitzToast/Toast/index.mjs +28 -10
- package/dist/components/BitzToast/index.mjs +1 -1
- package/dist/components/BitzTooltip/index.mjs +48 -18
- package/dist/components/BitzTooltip/style.mjs +20 -17
- package/dist/components/BitzTooltip/utils.mjs +2 -2
- package/dist/components/BitzTree/index.mjs +4 -1
- package/dist/components/BitzUeEditor/index.mjs +5 -5
- package/dist/components/BitzUpload/index.mjs +81 -43
- package/dist/components/BitzWebAppDrawer/index.mjs +35 -4
- package/dist/components/BitzWebAppModal/index.mjs +6 -3
- package/dist/hooks/use-event-listener.mjs +11 -2
- package/dist/hooks/use-lock-fn.mjs +13 -10
- package/dist/hooks/use-scroll-parent.mjs +16 -14
- package/dist/hooks/useEvent.mjs +7 -4
- package/dist/hooks/useMergedState.mjs +12 -12
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/Cache.mjs +3 -3
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/Keyframes.mjs +3 -3
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/StyleContext.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/extractStyle.mjs +9 -0
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.mjs +3 -3
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.mjs +4 -4
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/hooks/useCompatibleInsertionEffect.mjs +2 -2
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/hooks/useEffectCleanupRegister.mjs +2 -2
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.mjs +2 -2
- package/dist/node_modules/.store/@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.mjs +210 -0
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/linters/utils.mjs +1 -1
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/theme/Theme.mjs +4 -4
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.mjs +4 -4
- package/dist/node_modules/.store/@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/theme/calc/CSSCalculator.mjs +59 -0
- package/dist/node_modules/.store/{antd@5.17.3/node_modules/antd/es/theme/util → @ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/theme}/calc/NumCalculator.mjs +15 -11
- package/dist/node_modules/.store/@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/theme/calc/calculator.mjs +8 -0
- package/dist/node_modules/.store/@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/theme/calc/index.mjs +11 -0
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/util/cacheMapUtil.mjs +2 -2
- package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/util/css-variables.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/util/index.mjs +52 -0
- package/dist/node_modules/.store/@ant-design_icons-svg@4.4.2/node_modules/@ant-design/icons-svg/es/asn/DotChartOutlined.mjs +5 -0
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/components/AntdIcon.mjs +4 -4
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/components/IconBase.mjs +2 -2
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/AlignCenterOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/AppstoreOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ArrowLeftOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ArrowRightOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CaretDownFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CaretDownOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CheckCircleFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CheckCircleOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CheckOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ClockCircleOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CloseOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CopyOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/DeleteOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/DotChartOutlined.mjs +15 -0
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/DownOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/DownloadOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/EditOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ExclamationCircleFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/EyeOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/FileTwoTone.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/FullscreenExitOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/FullscreenOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/InfoCircleFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/InfoCircleOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/LeftOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/LoadingOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/MenuFoldOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/MenuOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/MinusCircleOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/PaperClipOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/PauseCircleFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/PictureTwoTone.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/PlayCircleFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/PlusCircleFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/PlusOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/RedoOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ReloadOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/RightOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SearchOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SettingFilled.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SettingOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/UploadOutlined.mjs +1 -1
- package/dist/node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/utils.mjs +5 -5
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +9 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.mjs +26 -0
- package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/construct.mjs +4 -4
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/createClass.mjs +15 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/createSuper.mjs +18 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
- package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/inherits.mjs +7 -7
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/isNativeFunction.mjs +10 -0
- package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/iterableToArray.mjs +2 -2
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +15 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +15 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.mjs +12 -0
- package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.mjs +2 -2
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/slicedToArray.mjs +10 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +12 -0
- package/dist/node_modules/.store/@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.mjs +32 -0
- package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/interopRequireDefault.mjs +2 -2
- package/dist/node_modules/.store/{@fullcalendar_core@6.1.11 → @fullcalendar_core@6.1.14}/node_modules/@fullcalendar/core/internal-common.mjs +9 -9
- package/dist/node_modules/.store/{@fullcalendar_daygrid@6.1.11 → @fullcalendar_daygrid@6.1.14}/node_modules/@fullcalendar/daygrid/index.mjs +1 -1
- package/dist/node_modules/.store/{@fullcalendar_daygrid@6.1.11 → @fullcalendar_daygrid@6.1.14}/node_modules/@fullcalendar/daygrid/internal.mjs +1 -1
- package/dist/node_modules/.store/{@fullcalendar_interaction@6.1.11 → @fullcalendar_interaction@6.1.14}/node_modules/@fullcalendar/interaction/index.mjs +70 -63
- package/dist/node_modules/.store/{@fullcalendar_list@6.1.11 → @fullcalendar_list@6.1.14}/node_modules/@fullcalendar/list/index.mjs +2 -2
- package/dist/node_modules/.store/{@fullcalendar_list@6.1.11 → @fullcalendar_list@6.1.14}/node_modules/@fullcalendar/list/internal.mjs +1 -1
- package/dist/node_modules/.store/{@fullcalendar_react@6.1.11 → @fullcalendar_react@6.1.14}/node_modules/@fullcalendar/react/dist/index.mjs +2 -2
- package/dist/node_modules/.store/{@fullcalendar_timegrid@6.1.11 → @fullcalendar_timegrid@6.1.14}/node_modules/@fullcalendar/timegrid/index.mjs +1 -1
- package/dist/node_modules/.store/{@fullcalendar_timegrid@6.1.11 → @fullcalendar_timegrid@6.1.14}/node_modules/@fullcalendar/timegrid/internal.mjs +2 -2
- package/dist/node_modules/.store/@rc-component_async-validator@5.0.4/node_modules/@rc-component/async-validator/es/index.mjs +6 -6
- package/dist/node_modules/.store/@rc-component_async-validator@5.0.4/node_modules/@rc-component/async-validator/es/rule/type.mjs +1 -1
- package/dist/node_modules/.store/@rc-component_async-validator@5.0.4/node_modules/@rc-component/async-validator/es/util.mjs +10 -10
- package/dist/node_modules/.store/@rc-component_async-validator@5.0.4/node_modules/@rc-component/async-validator/es/validator/required.mjs +1 -1
- package/dist/node_modules/.store/@rc-component_portal@1.1.2/node_modules/@rc-component/portal/es/Portal.mjs +4 -4
- package/dist/node_modules/.store/@rc-component_portal@1.1.2/node_modules/@rc-component/portal/es/useDom.mjs +4 -4
- package/dist/node_modules/.store/@rc-component_portal@1.1.2/node_modules/@rc-component/portal/es/useScrollLocker.mjs +4 -4
- package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/Popup/Mask.mjs +3 -3
- package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/Popup/index.mjs +7 -7
- package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/TriggerWrapper.mjs +1 -1
- package/dist/node_modules/.store/@rc-component_trigger@2.2.0/node_modules/@rc-component/trigger/es/hooks/useAlign.mjs +185 -0
- package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/hooks/useWatch.mjs +2 -2
- package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/hooks/useWinClick.mjs +2 -2
- package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/index.mjs +9 -9
- package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/util.mjs +1 -1
- package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useControllableValue/index.mjs +1 -1
- package/dist/node_modules/.store/ahooks@3.8.0/node_modules/ahooks/es/useDebounceFn/index.mjs +29 -0
- package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useRafState/index.mjs +1 -1
- package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useSetState/index.mjs +1 -1
- package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useSize/index.mjs +1 -1
- package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useThrottleFn/index.mjs +1 -1
- package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useUpdate/index.mjs +1 -1
- package/dist/node_modules/.store/ahooks@3.8.0/node_modules/ahooks/es/utils/getDocumentOrShadow.mjs +18 -0
- package/dist/node_modules/.store/ahooks@3.8.0/node_modules/ahooks/es/utils/lodash-polyfill.mjs +7 -0
- package/dist/node_modules/.store/antd-img-crop@4.22.0/node_modules/antd-img-crop/dist/antd-img-crop.esm.mjs +5 -5
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/ActionButton.mjs +8 -8
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/PurePanel.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/colors.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/hooks/useClosable.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/hooks/usePatchElement.mjs +1 -1
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/_util/hooks/useUniqueMemo.mjs +59 -0
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/styleChecker.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/warning.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/wave/WaveEffect.mjs +7 -7
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/wave/index.mjs +2 -2
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/_util/wave/interface.mjs +5 -0
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/wave/style.mjs +10 -10
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/wave/useWave.mjs +5 -5
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/button/LoadingIcon.mjs +70 -0
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/button-group.mjs +10 -10
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/button/button.mjs +161 -0
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/style/compactCmp.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/style/index.mjs +72 -85
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/style/token.mjs +10 -10
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/MotionWrapper.mjs +13 -13
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/cssVariables.mjs +2 -2
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/hooks/useCSSVarCls.mjs +10 -10
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/hooks/useTheme.mjs +2 -2
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/index.mjs +12 -12
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/form/context.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/ConfirmDialog.mjs +1 -1
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/modal/Modal.mjs +135 -0
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/PurePanel.mjs +2 -2
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/confirm.mjs +2 -2
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/shared.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/style/confirm.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/style/index.mjs +68 -60
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/useModal/HookModal.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/useModal/index.mjs +1 -1
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/progress/Line.mjs +109 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/progress/progress.mjs +118 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/progress/style/index.mjs +310 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/progress/utils.mjs +51 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Avatar.mjs +31 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Button.mjs +31 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Element.mjs +29 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Image.mjs +34 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Input.mjs +31 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Node.mjs +29 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Paragraph.mjs +35 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Skeleton.mjs +108 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/Title.mjs +19 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/index.mjs +4 -0
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/skeleton/style/index.mjs +308 -0
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/slider/SliderTooltip.mjs +2 -2
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/slider/index.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/slider/style/index.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/slider/useRafLock.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/index.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/motion/fade.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/motion/zoom.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/roundedArrow.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/context.mjs +10 -10
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/getDesignToken.mjs +10 -10
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/useToken.mjs +10 -10
- package/dist/node_modules/.store/antd@5.18.3/node_modules/antd/es/theme/util/genComponentStyleHook.mjs +185 -0
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/util/maxmin.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/util/useResetIconStyle.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/tooltip/PurePanel.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/tooltip/index.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/tooltip/style/index.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/typography/hooks/useCopyClick.mjs +4 -4
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/Upload.mjs +2 -2
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/UploadList/ListItem.mjs +2 -2
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/UploadList/index.mjs +3 -3
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/style/dragger.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/style/index.mjs +10 -10
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/style/list.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/style/motion.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/style/picture.mjs +11 -11
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/utils.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/version/version.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/watermark/context.mjs +4 -4
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/lib/calendar/locale/en_US.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/lib/date-picker/locale/en_US.mjs +1 -1
- package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/lib/locale/en_US.mjs +1 -1
- package/dist/node_modules/.store/dayjs@1.11.11/node_modules/dayjs/dayjs.min.mjs +292 -292
- package/dist/node_modules/.store/dayjs@1.11.11/node_modules/dayjs/locale/zh-cn.mjs +13 -13
- package/dist/node_modules/.store/lodash@4.17.21/node_modules/lodash/debounce.mjs +37 -34
- package/dist/node_modules/.store/rc-dialog@9.5.2/node_modules/rc-dialog/es/Dialog/Content/Panel.mjs +99 -0
- package/dist/node_modules/.store/rc-dialog@9.5.2/node_modules/rc-dialog/es/Dialog/Content/index.mjs +43 -0
- package/dist/node_modules/.store/{rc-dialog@9.4.0 → rc-dialog@9.5.2}/node_modules/rc-dialog/es/Dialog/Mask.mjs +11 -11
- package/dist/node_modules/.store/{rc-dialog@9.4.0 → rc-dialog@9.5.2}/node_modules/rc-dialog/es/Dialog/index.mjs +50 -48
- package/dist/node_modules/.store/{rc-dialog@9.4.0 → rc-dialog@9.5.2}/node_modules/rc-dialog/es/DialogWrap.mjs +2 -2
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/Field.mjs +16 -16
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/FieldContext.mjs +1 -1
- package/dist/node_modules/.store/rc-field-form@2.2.1/node_modules/rc-field-form/es/Form.mjs +78 -0
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/FormContext.mjs +2 -2
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/List.mjs +3 -3
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/index.mjs +1 -1
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/useForm.mjs +45 -41
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/useWatch.mjs +3 -3
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/utils/NameMap.mjs +6 -6
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/utils/validateUtil.mjs +7 -7
- package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/utils/valueUtil.mjs +4 -4
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/CSSMotion.mjs +6 -6
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/CSSMotionList.mjs +9 -9
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/DomWrapper.mjs +4 -4
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/context.mjs +1 -1
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.mjs +1 -1
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/hooks/useNextFrame.mjs +1 -1
- package/dist/node_modules/.store/rc-motion@2.9.2/node_modules/rc-motion/es/hooks/useStatus.mjs +91 -0
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/hooks/useStepQueue.mjs +2 -2
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/util/diff.mjs +2 -2
- package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/util/motion.mjs +2 -2
- package/dist/node_modules/.store/rc-progress@4.0.0/node_modules/rc-progress/es/Circle/PtgCircle.mjs +1 -1
- package/dist/node_modules/.store/rc-progress@4.0.0/node_modules/rc-progress/es/Circle/index.mjs +4 -4
- package/dist/node_modules/.store/rc-progress@4.0.0/node_modules/rc-progress/es/hooks/useId.mjs +2 -2
- package/dist/node_modules/.store/rc-resize-observer@1.4.0/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.mjs +4 -4
- package/dist/node_modules/.store/rc-resize-observer@1.4.0/node_modules/rc-resize-observer/es/SingleObserver/index.mjs +4 -4
- package/dist/node_modules/.store/rc-resize-observer@1.4.0/node_modules/rc-resize-observer/es/index.mjs +3 -3
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/Handles/Handle.mjs +5 -5
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/Handles/index.mjs +4 -4
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/Marks/Mark.mjs +2 -2
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/Slider.mjs +8 -8
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/Steps/Dot.mjs +2 -2
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/Tracks/Track.mjs +2 -2
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/Tracks/index.mjs +1 -1
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/hooks/useDrag.mjs +6 -6
- package/dist/node_modules/.store/rc-slider@10.6.2/node_modules/rc-slider/es/hooks/useOffset.mjs +1 -1
- package/dist/node_modules/.store/rc-tooltip@6.2.0/node_modules/rc-tooltip/es/Tooltip.mjs +4 -4
- package/dist/node_modules/.store/rc-upload@4.5.2/node_modules/rc-upload/es/AjaxUploader.mjs +14 -14
- package/dist/node_modules/.store/rc-upload@4.5.2/node_modules/rc-upload/es/Upload.mjs +7 -7
- package/dist/node_modules/.store/rc-upload@4.5.2/node_modules/rc-upload/es/attr-accept.mjs +1 -1
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/Dom/dynamicCSS.mjs +1 -1
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/Dom/findDOMNode.mjs +1 -1
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/React/render.mjs +4 -4
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/hooks/useId.mjs +2 -2
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/hooks/useMergedState.mjs +1 -1
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/hooks/useState.mjs +1 -1
- package/dist/node_modules/.store/rc-util@5.43.0/node_modules/rc-util/es/hooks/useSyncState.mjs +16 -0
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/isEqual.mjs +1 -1
- package/dist/node_modules/.store/rc-util@5.43.0/node_modules/rc-util/es/omit.mjs +9 -0
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/pickAttrs.mjs +1 -1
- package/dist/node_modules/.store/rc-util@5.43.0/node_modules/rc-util/es/ref.mjs +39 -0
- package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/utils/set.mjs +4 -4
- package/dist/node_modules/.store/react-device-detect@2.2.3/node_modules/react-device-detect/dist/lib.mjs +1 -1
- package/dist/node_modules/.store/react-easy-crop@5.0.7/node_modules/react-easy-crop/index.module.mjs +1 -1
- package/dist/node_modules/.store/ua-parser-js@1.0.38/node_modules/ua-parser-js/dist/ua-parser.min.mjs +86 -0
- package/dist/style.css +1 -1
- package/dist/utils/WithFluent.mjs +27 -5
- package/dist/utils/create.mjs +7 -1
- package/dist/utils/time.mjs +1 -1
- package/package.json +1 -1
- package/dist/node_modules/.store/@ant-design_cssinjs@1.20.0/node_modules/@ant-design/cssinjs/es/extractStyle.mjs +0 -10
- package/dist/node_modules/.store/@ant-design_cssinjs@1.20.0/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.mjs +0 -216
- package/dist/node_modules/.store/@ant-design_cssinjs@1.20.0/node_modules/@ant-design/cssinjs/es/util/index.mjs +0 -52
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +0 -9
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.mjs +0 -27
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/callSuper.mjs +0 -9
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/createClass.mjs +0 -15
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/createSuper.mjs +0 -18
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +0 -12
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/extends.mjs +0 -13
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/isNativeFunction.mjs +0 -10
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +0 -15
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +0 -15
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.mjs +0 -12
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/slicedToArray.mjs +0 -10
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +0 -15
- package/dist/node_modules/.store/@babel_runtime@7.24.5/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.mjs +0 -32
- package/dist/node_modules/.store/@rc-component_trigger@2.1.1/node_modules/@rc-component/trigger/es/hooks/useAlign.mjs +0 -183
- package/dist/node_modules/.store/ahooks@3.7.11/node_modules/ahooks/es/utils/getDocumentOrShadow.mjs +0 -21
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/_util/wave/interface.mjs +0 -4
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/button/LoadingIcon.mjs +0 -77
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/button/button.mjs +0 -163
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/modal/Modal.mjs +0 -125
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/progress/Line.mjs +0 -103
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/progress/progress.mjs +0 -98
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/progress/style/index.mjs +0 -268
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/progress/utils.mjs +0 -51
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/theme/util/calc/CSSCalculator.mjs +0 -52
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/theme/util/calc/calculator.mjs +0 -9
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/theme/util/calc/index.mjs +0 -9
- package/dist/node_modules/.store/antd@5.17.3/node_modules/antd/es/theme/util/genComponentStyleHook.mjs +0 -174
- package/dist/node_modules/.store/rc-dialog@9.4.0/node_modules/rc-dialog/es/Dialog/Content/Panel.mjs +0 -98
- package/dist/node_modules/.store/rc-dialog@9.4.0/node_modules/rc-dialog/es/Dialog/Content/index.mjs +0 -43
- package/dist/node_modules/.store/rc-field-form@2.0.1/node_modules/rc-field-form/es/Form.mjs +0 -73
- package/dist/node_modules/.store/rc-motion@2.9.1/node_modules/rc-motion/es/hooks/useStatus.mjs +0 -89
- package/dist/node_modules/.store/rc-util@5.41.0/node_modules/rc-util/es/omit.mjs +0 -10
- package/dist/node_modules/.store/rc-util@5.41.0/node_modules/rc-util/es/ref.mjs +0 -35
- package/dist/node_modules/.store/ua-parser-js@1.0.37/node_modules/ua-parser-js/dist/ua-parser.min.mjs +0 -86
- /package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/hooks/useHMR.mjs +0 -0
- /package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/linters/contentQuotesLinter.mjs +0 -0
- /package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/linters/hashedAnimationLinter.mjs +0 -0
- /package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/theme/createTheme.mjs +0 -0
- /package/dist/node_modules/.store/{@ant-design_cssinjs@1.20.0 → @ant-design_cssinjs@1.21.0}/node_modules/@ant-design/cssinjs/es/transformers/legacyLogicalProperties.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/classCallCheck.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/nonIterableRest.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/objectSpread2.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/toArray.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +0 -0
- /package/dist/node_modules/.store/{@babel_runtime@7.24.5 → @babel_runtime@7.24.7}/node_modules/@babel/runtime/helpers/esm/typeof.mjs +0 -0
- /package/dist/node_modules/.store/{@fullcalendar_core@6.1.11 → @fullcalendar_core@6.1.14}/node_modules/@fullcalendar/core/index.mjs +0 -0
- /package/dist/node_modules/.store/{@fullcalendar_core@6.1.11 → @fullcalendar_core@6.1.14}/node_modules/@fullcalendar/core/locales/zh-cn.mjs +0 -0
- /package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/Popup/Arrow.mjs +0 -0
- /package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/Popup/PopupContent.mjs +0 -0
- /package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/context.mjs +0 -0
- /package/dist/node_modules/.store/{@rc-component_trigger@2.1.1 → @rc-component_trigger@2.2.0}/node_modules/@rc-component/trigger/es/hooks/useAction.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/createUpdateEffect/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useClickAway/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useInterval/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useLatest/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useMemoizedFn/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useUnmount/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useUpdateEffect/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/useUpdateLayoutEffect/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/depsAreSame.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/domTarget.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/index.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/isBrowser.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/isDev.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/useIsomorphicLayoutEffectWithTarget.mjs +0 -0
- /package/dist/node_modules/.store/{ahooks@3.7.11 → ahooks@3.8.0}/node_modules/ahooks/es/utils/useLayoutEffectWithTarget.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/hooks/useForceUpdate.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/hooks/useZIndex.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/motion.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/placements.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/reactNode.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/wave/util.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/_util/zindexContext.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/IconWrapper.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/buttonHelpers.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/button/style/group.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/calendar/locale/en_US.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/DisabledContext.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/PropWarning.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/SizeContext.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/context.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/hooks/useConfig.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/hooks/useSize.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/config-provider/hooks/useThemeKey.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/date-picker/locale/en_US.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/form/validateMessagesContext.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/locale/context.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/locale/en_US.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/locale/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/locale/useLocale.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/components/ConfirmCancelBtn.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/components/ConfirmOkBtn.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/components/NormalCancelBtn.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/components/NormalOkBtn.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/context.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/destroyFns.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/modal/locale.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/progress/Circle.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/progress/Steps.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/progress/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/space/Compact.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/compact-item-vertical.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/compact-item.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/motion/collapse.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/motion/motion.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/style/placementArrow.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/table/ExpandIcon.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/interface/presetColors.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/compact/genCompactSizeMapToken.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/compact/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/dark/colorAlgorithm.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/dark/colors.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/dark/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/default/colorAlgorithm.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/default/colors.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/default/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/seed.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/shared/genColorMapToken.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/shared/genCommonMapToken.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/shared/genControlHeight.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/shared/genFontMapToken.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/shared/genFontSizes.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/shared/genRadius.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/themes/shared/genSizeMapToken.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/util/alias.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/util/genPresetColor.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/util/getAlphaColor.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/theme/util/statistic.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/time-picker/locale/en_US.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/tooltip/util.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/Dragger.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/upload/style/rtl.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/es/version/index.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/lib/time-picker/locale/en_US.mjs +0 -0
- /package/dist/node_modules/.store/{antd@5.17.3 → antd@5.18.3}/node_modules/antd/locale/en_US.mjs +0 -0
- /package/dist/node_modules/.store/{rc-dialog@9.4.0 → rc-dialog@9.5.2}/node_modules/rc-dialog/es/Dialog/Content/MemoChildren.mjs +0 -0
- /package/dist/node_modules/.store/{rc-dialog@9.4.0 → rc-dialog@9.5.2}/node_modules/rc-dialog/es/context.mjs +0 -0
- /package/dist/node_modules/.store/{rc-dialog@9.4.0 → rc-dialog@9.5.2}/node_modules/rc-dialog/es/index.mjs +0 -0
- /package/dist/node_modules/.store/{rc-dialog@9.4.0 → rc-dialog@9.5.2}/node_modules/rc-dialog/es/util.mjs +0 -0
- /package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/ListContext.mjs +0 -0
- /package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/utils/asyncUtil.mjs +0 -0
- /package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/utils/messages.mjs +0 -0
- /package/dist/node_modules/.store/{rc-field-form@2.0.1 → rc-field-form@2.2.1}/node_modules/rc-field-form/es/utils/typeUtil.mjs +0 -0
- /package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/hooks/useDomMotionEvents.mjs +0 -0
- /package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/index.mjs +0 -0
- /package/dist/node_modules/.store/{rc-motion@2.9.1 → rc-motion@2.9.2}/node_modules/rc-motion/es/interface.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/Children/toArray.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/Dom/canUseDom.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/Dom/contains.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/Dom/isVisible.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/Dom/shadow.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/KeyCode.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/getScrollBarSize.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/hooks/useEvent.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/hooks/useLayoutEffect.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/hooks/useMemo.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/isMobile.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/raf.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/utils/get.mjs +0 -0
- /package/dist/node_modules/.store/{rc-util@5.41.0 → rc-util@5.43.0}/node_modules/rc-util/es/warning.mjs +0 -0
- /package/dist/node_modules/.store/{tslib@2.6.2 → tslib@2.6.3}/node_modules/tslib/tslib.es6.mjs +0 -0
|
@@ -1,54 +1,90 @@
|
|
|
1
1
|
import { j as r } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
|
|
2
|
-
import P, { useMemo as
|
|
2
|
+
import P, { useMemo as b } from "react";
|
|
3
3
|
import "./index.less.mjs";
|
|
4
|
-
import { Spin as w, Watermark as
|
|
5
|
-
import
|
|
4
|
+
import { Spin as w, Watermark as H, Affix as B, Tabs as N } from "antd";
|
|
5
|
+
import C from "../BitzPageHeader/index.mjs";
|
|
6
6
|
import R from "../../node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs";
|
|
7
7
|
function S(e) {
|
|
8
8
|
return typeof e == "object" ? e : { spinning: e };
|
|
9
9
|
}
|
|
10
|
-
const z = ({
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
},
|
|
10
|
+
const z = ({
|
|
11
|
+
tabList: e,
|
|
12
|
+
tabActiveKey: t,
|
|
13
|
+
onTabChange: a,
|
|
14
|
+
hashId: n,
|
|
16
15
|
tabBarExtraContent: d,
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
16
|
+
tabProps: f,
|
|
17
|
+
prefixedClassName: x
|
|
18
|
+
}) => Array.isArray(e) || d ? /* @__PURE__ */ r.jsx(
|
|
19
|
+
N,
|
|
20
|
+
{
|
|
21
|
+
className: `${x}-tabs ${n}`.trim(),
|
|
22
|
+
activeKey: t,
|
|
23
|
+
onChange: (s) => {
|
|
24
|
+
a && a(s);
|
|
25
|
+
},
|
|
26
|
+
tabBarExtraContent: d,
|
|
27
|
+
items: e == null ? void 0 : e.map((s, m) => {
|
|
28
|
+
var u;
|
|
29
|
+
return {
|
|
30
|
+
label: s.tab,
|
|
31
|
+
...s,
|
|
32
|
+
key: ((u = s.key) == null ? void 0 : u.toString()) || (m == null ? void 0 : m.toString())
|
|
33
|
+
};
|
|
34
|
+
}),
|
|
35
|
+
...f,
|
|
36
|
+
children: e == null ? void 0 : e.map((s, m) => /* @__PURE__ */ r.jsx(N.TabPane, { tab: s.tab, ...s }, s.key || m))
|
|
37
|
+
}
|
|
38
|
+
) : null, M = (e, t, a, n) => !e && !t ? null : /* @__PURE__ */ r.jsx("div", { className: `${a}-detail ${n}`.trim(), children: /* @__PURE__ */ r.jsx("div", { className: `${a}-main ${n}`.trim(), children: /* @__PURE__ */ r.jsxs("div", { className: `${a}-row ${n}`.trim(), children: [
|
|
39
|
+
e && /* @__PURE__ */ r.jsx("div", { className: `${a}-content ${n}`.trim(), children: e }),
|
|
40
|
+
t && /* @__PURE__ */ r.jsx(
|
|
41
|
+
"div",
|
|
42
|
+
{
|
|
43
|
+
className: `${a}-extraContent ${n}`.trim(),
|
|
44
|
+
children: t
|
|
45
|
+
}
|
|
46
|
+
)
|
|
47
|
+
] }) }) }), A = (e) => {
|
|
29
48
|
var p;
|
|
30
|
-
const {
|
|
49
|
+
const {
|
|
50
|
+
title: t,
|
|
51
|
+
content: a,
|
|
52
|
+
pageHeaderRender: n,
|
|
53
|
+
header: d,
|
|
54
|
+
prefixedClassName: f,
|
|
55
|
+
extraContent: x,
|
|
56
|
+
childrenContentStyle: s,
|
|
57
|
+
style: m,
|
|
58
|
+
prefixCls: u,
|
|
59
|
+
hashId: h,
|
|
60
|
+
value: l,
|
|
61
|
+
breadcrumbRender: i,
|
|
62
|
+
...v
|
|
63
|
+
} = e, $ = () => {
|
|
31
64
|
if (i)
|
|
32
65
|
return i;
|
|
33
66
|
};
|
|
34
67
|
if (n === !1)
|
|
35
68
|
return null;
|
|
36
69
|
if (n)
|
|
37
|
-
return r.jsxs(r.Fragment, { children: [
|
|
70
|
+
return /* @__PURE__ */ r.jsxs(r.Fragment, { children: [
|
|
71
|
+
" ",
|
|
72
|
+
n({ ...e, ...l })
|
|
73
|
+
] });
|
|
38
74
|
let j = t;
|
|
39
75
|
!t && t !== !1 && (j = l.title);
|
|
40
76
|
const g = {
|
|
41
77
|
...l,
|
|
42
78
|
title: j,
|
|
43
|
-
...
|
|
79
|
+
...v,
|
|
44
80
|
footer: z({
|
|
45
|
-
...
|
|
81
|
+
...v,
|
|
46
82
|
hashId: h,
|
|
47
83
|
breadcrumbRender: i,
|
|
48
84
|
prefixedClassName: f
|
|
49
85
|
}),
|
|
50
86
|
...d
|
|
51
|
-
}, { breadcrumb: o } = g,
|
|
87
|
+
}, { breadcrumb: o } = g, y = (!o || !(o != null && o.itemRender) && !((p = o == null ? void 0 : o.items) != null && p.length)) && !i;
|
|
52
88
|
return [
|
|
53
89
|
"title",
|
|
54
90
|
"subTitle",
|
|
@@ -57,7 +93,17 @@ const z = ({ tabList: e, tabActiveKey: t, onTabChange: a, hashId: n, tabBarExtra
|
|
|
57
93
|
"footer",
|
|
58
94
|
"avatar",
|
|
59
95
|
"backIcon"
|
|
60
|
-
].every((c) => !g[c]) &&
|
|
96
|
+
].every((c) => !g[c]) && y && !a && !x ? null : /* @__PURE__ */ r.jsx(
|
|
97
|
+
C,
|
|
98
|
+
{
|
|
99
|
+
...g,
|
|
100
|
+
className: `${f}-warp-page-header ${h}`.trim(),
|
|
101
|
+
breadcrumb: i === !1 ? void 0 : { ...g.breadcrumb, ...l.breadcrumbProps },
|
|
102
|
+
breadcrumbRender: $(),
|
|
103
|
+
prefixCls: u,
|
|
104
|
+
children: (d == null ? void 0 : d.children) || M(a, x, f, h)
|
|
105
|
+
}
|
|
106
|
+
);
|
|
61
107
|
}, V = (e) => {
|
|
62
108
|
var p;
|
|
63
109
|
const t = "id_asd123", {
|
|
@@ -73,51 +119,66 @@ const z = ({ tabList: e, tabActiveKey: t, onTabChange: a, hashId: n, tabBarExtra
|
|
|
73
119
|
// footerToolBarProps,
|
|
74
120
|
childrenContentStyle: h,
|
|
75
121
|
...l
|
|
76
|
-
} = e, i = "bitz-page-container",
|
|
122
|
+
} = e, i = "bitz-page-container", v = b(() => {
|
|
77
123
|
var c;
|
|
78
124
|
return u == !1 ? !1 : u || ((c = l == null ? void 0 : l.header) == null ? void 0 : c.breadcrumbRender);
|
|
79
125
|
}, [u, (p = l == null ? void 0 : l.header) == null ? void 0 : p.breadcrumbRender]), $ = A({
|
|
80
126
|
...l,
|
|
81
|
-
breadcrumbRender:
|
|
127
|
+
breadcrumbRender: v,
|
|
82
128
|
ghost: !0,
|
|
83
129
|
hashId: t,
|
|
84
130
|
prefixCls: void 0,
|
|
85
131
|
prefixedClassName: i,
|
|
86
132
|
value: {}
|
|
87
|
-
}), j =
|
|
133
|
+
}), j = b(() => {
|
|
88
134
|
if (P.isValidElement(n))
|
|
89
135
|
return n;
|
|
90
136
|
if (typeof n == "boolean" && !n)
|
|
91
137
|
return null;
|
|
92
138
|
const c = S(n);
|
|
93
|
-
return c.spinning ? r.jsx("div", { style: { paddingBlockStart: 100, textAlign: "center" }, children: r.jsx(w, { size: "large", ...c }) }) : null;
|
|
94
|
-
}, [n]), g =
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
139
|
+
return c.spinning ? /* @__PURE__ */ r.jsx("div", { style: { paddingBlockStart: 100, textAlign: "center" }, children: /* @__PURE__ */ r.jsx(w, { size: "large", ...c }) }) : null;
|
|
140
|
+
}, [n]), g = b(() => a ? /* @__PURE__ */ r.jsx(r.Fragment, { children: /* @__PURE__ */ r.jsx(
|
|
141
|
+
"div",
|
|
142
|
+
{
|
|
143
|
+
className: R(
|
|
144
|
+
`${i}-children-container ${t}`.trim()
|
|
145
|
+
),
|
|
146
|
+
style: {
|
|
147
|
+
// paddingBlockStart: props?.header ? 0 : token?.layout?.pageContainer?.paddingBlockPageContainerContent,
|
|
148
|
+
...h
|
|
149
|
+
},
|
|
150
|
+
children: a
|
|
151
|
+
}
|
|
152
|
+
) }) : null, [a, i, h, t]), o = b(() => {
|
|
103
153
|
const c = j || g;
|
|
104
154
|
if (e.waterMarkProps) {
|
|
105
155
|
const k = {
|
|
106
156
|
// ...value.waterMarkProps,
|
|
107
157
|
...e.waterMarkProps
|
|
108
158
|
};
|
|
109
|
-
return r.jsx(
|
|
159
|
+
return /* @__PURE__ */ r.jsx(H, { ...k, children: c });
|
|
110
160
|
}
|
|
111
161
|
return c;
|
|
112
|
-
}, [e.waterMarkProps, j, g]),
|
|
162
|
+
}, [e.waterMarkProps, j, g]), y = R(i, t, d, {
|
|
113
163
|
[`${i}-with-footer`]: x,
|
|
114
164
|
[`${i}-with-affix`]: m && $
|
|
115
165
|
// [`${basePageContainer}-stylish`]: !!restProps.stylish,
|
|
116
166
|
});
|
|
117
|
-
return r.jsx("div", { className: "BitzPageContainerBlock", children: r.jsxs("div", { style: f, className:
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
167
|
+
return /* @__PURE__ */ r.jsx("div", { className: "BitzPageContainerBlock", children: /* @__PURE__ */ r.jsxs("div", { style: f, className: y, children: [
|
|
168
|
+
m && $ ? (
|
|
169
|
+
// 在 hasHeader 且 fixedHeader 的情况下,才需要设置高度
|
|
170
|
+
/* @__PURE__ */ r.jsx(
|
|
171
|
+
B,
|
|
172
|
+
{
|
|
173
|
+
offsetTop: 1,
|
|
174
|
+
...s,
|
|
175
|
+
className: `${i}-affix ${t}`.trim(),
|
|
176
|
+
children: /* @__PURE__ */ r.jsx("div", { className: `${i}-warp ${t}`.trim(), children: $ })
|
|
177
|
+
}
|
|
178
|
+
)
|
|
179
|
+
) : $,
|
|
180
|
+
o && o
|
|
181
|
+
] }) });
|
|
121
182
|
};
|
|
122
183
|
export {
|
|
123
184
|
V as default
|
|
@@ -1,33 +1,101 @@
|
|
|
1
1
|
import { j as s } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
|
|
2
|
-
import { useState as
|
|
3
|
-
import
|
|
4
|
-
import { createNamespace as
|
|
5
|
-
import { Avatar as
|
|
2
|
+
import { useState as B } from "react";
|
|
3
|
+
import p from "../../node_modules/.store/classnames@2.5.1/node_modules/classnames/index.mjs";
|
|
4
|
+
import { createNamespace as C } from "../../utils/create.mjs";
|
|
5
|
+
import { Avatar as R, Space as w, Breadcrumb as y } from "antd";
|
|
6
6
|
import A from "../../node_modules/.store/rc-resize-observer@1.4.0/node_modules/rc-resize-observer/es/index.mjs";
|
|
7
7
|
import "./index.less.mjs";
|
|
8
8
|
import F from "../../node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ArrowRightOutlined.mjs";
|
|
9
9
|
import O from "../../node_modules/.store/@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/ArrowLeftOutlined.mjs";
|
|
10
|
-
const P = (
|
|
11
|
-
|
|
12
|
-
|
|
10
|
+
const P = (e, t, i, n) => !i || !n ? null : /* @__PURE__ */ s.jsx("div", { className: `${e}-back ${t}`.trim(), children: /* @__PURE__ */ s.jsx(
|
|
11
|
+
"div",
|
|
12
|
+
{
|
|
13
|
+
role: "button",
|
|
14
|
+
onClick: (o) => {
|
|
15
|
+
n == null || n(o);
|
|
16
|
+
},
|
|
17
|
+
className: `${e}-back-button ${t}`.trim(),
|
|
18
|
+
"aria-label": "back",
|
|
19
|
+
children: i
|
|
20
|
+
}
|
|
21
|
+
) }), T = (e, t) => {
|
|
13
22
|
var i;
|
|
14
|
-
return (i =
|
|
15
|
-
|
|
16
|
-
|
|
23
|
+
return (i = e.items) != null && i.length ? /* @__PURE__ */ s.jsx(
|
|
24
|
+
y,
|
|
25
|
+
{
|
|
26
|
+
...e,
|
|
27
|
+
className: p(`${t}-breadcrumb`, e.className)
|
|
28
|
+
}
|
|
29
|
+
) : null;
|
|
30
|
+
}, H = (e, t = "ltr") => e.backIcon !== void 0 ? e.backIcon : t === "rtl" ? /* @__PURE__ */ s.jsx(F, {}) : /* @__PURE__ */ s.jsx(O, {}), S = (e, t, i = "ltr", n) => {
|
|
31
|
+
const {
|
|
32
|
+
title: o,
|
|
33
|
+
avatar: l,
|
|
34
|
+
subTitle: a,
|
|
35
|
+
tags: m,
|
|
36
|
+
extra: d,
|
|
37
|
+
onBack: f
|
|
38
|
+
} = t, c = `${e}-heading`, r = o || a || m || d;
|
|
17
39
|
if (!r)
|
|
18
40
|
return null;
|
|
19
|
-
const u = H(
|
|
20
|
-
return
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
41
|
+
const u = H(t, i), $ = P(e, n, u, f), x = $ || l || r;
|
|
42
|
+
return /* @__PURE__ */ s.jsxs("div", { className: c + " " + n, children: [
|
|
43
|
+
x && /* @__PURE__ */ s.jsxs("div", { className: `${c}-left ${n}`.trim(), children: [
|
|
44
|
+
$,
|
|
45
|
+
l && /* @__PURE__ */ s.jsx(
|
|
46
|
+
R,
|
|
47
|
+
{
|
|
48
|
+
className: p(
|
|
49
|
+
`${c}-avatar`,
|
|
50
|
+
n,
|
|
51
|
+
l.className
|
|
52
|
+
),
|
|
53
|
+
...l
|
|
54
|
+
}
|
|
55
|
+
),
|
|
56
|
+
o && /* @__PURE__ */ s.jsx(
|
|
57
|
+
"span",
|
|
58
|
+
{
|
|
59
|
+
className: `${c}-title ${n}`.trim(),
|
|
60
|
+
title: typeof o == "string" ? o : void 0,
|
|
61
|
+
children: o
|
|
62
|
+
}
|
|
63
|
+
),
|
|
64
|
+
a && /* @__PURE__ */ s.jsx(
|
|
65
|
+
"span",
|
|
66
|
+
{
|
|
67
|
+
className: `${c}-sub-title ${n}`.trim(),
|
|
68
|
+
title: typeof a == "string" ? a : void 0,
|
|
69
|
+
children: a
|
|
70
|
+
}
|
|
71
|
+
),
|
|
72
|
+
m && /* @__PURE__ */ s.jsx("span", { className: `${c}-tags ${n}`.trim(), children: m })
|
|
73
|
+
] }),
|
|
74
|
+
d && /* @__PURE__ */ s.jsx("span", { className: `${c}-extra ${n}`.trim(), children: /* @__PURE__ */ s.jsx(w, { children: d }) })
|
|
75
|
+
] });
|
|
76
|
+
}, E = (e, t, i) => /* @__PURE__ */ s.jsx("div", { className: `${e}-content ${i}`.trim(), children: t }), L = (e, t, i) => t ? /* @__PURE__ */ s.jsx("div", { className: `${e}-footer ${i}`.trim(), children: t }) : null, X = (e) => {
|
|
77
|
+
const [t, i] = C("bitz-page-header"), n = "ltr", o = "id_123123", [l, a] = B(!1), m = ({ width: z }) => a(z < 768), {
|
|
78
|
+
style: d,
|
|
79
|
+
footer: f,
|
|
80
|
+
children: c,
|
|
81
|
+
breadcrumb: r,
|
|
82
|
+
breadcrumbRender: u,
|
|
83
|
+
className: $,
|
|
84
|
+
contentWidth: x
|
|
85
|
+
} = e, N = (() => (r && !(r != null && r.items) && (r != null && r.routes) && (r.items = r.routes), r != null && r.items ? T(r, t) : null))(), h = r && "props" in r, D = (u == null ? void 0 : u({ ...e, prefixCls: t }, N)) ?? N, j = h ? r : D, k = p(t, o, $, {
|
|
86
|
+
[`${t}-has-breadcrumb`]: !!j,
|
|
87
|
+
[`${t}-has-footer`]: !!f,
|
|
25
88
|
// [`${prefixCls}-rtl`]: direction === 'rtl',
|
|
26
|
-
[`${
|
|
27
|
-
[`${
|
|
28
|
-
[`${
|
|
29
|
-
}), g = S(
|
|
30
|
-
return !
|
|
89
|
+
[`${t}-compact`]: l,
|
|
90
|
+
[`${t}-wide`]: x === "Fixed",
|
|
91
|
+
[`${t}-ghost`]: !0
|
|
92
|
+
}), g = S(t, e, n, o), v = c && E(t, c, o), b = L(t, f, o);
|
|
93
|
+
return !j && !g && !b && !v ? null : /* @__PURE__ */ s.jsx(A, { onResize: m, children: /* @__PURE__ */ s.jsxs("div", { className: k, style: d, children: [
|
|
94
|
+
j,
|
|
95
|
+
g,
|
|
96
|
+
v,
|
|
97
|
+
b
|
|
98
|
+
] }) });
|
|
31
99
|
};
|
|
32
100
|
export {
|
|
33
101
|
X as default
|
|
@@ -1,32 +1,81 @@
|
|
|
1
|
-
import { j as
|
|
2
|
-
import { useState as l, useMemo as
|
|
3
|
-
import { Pagination as
|
|
4
|
-
import { isMobile as
|
|
1
|
+
import { j as s } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
|
|
2
|
+
import { useState as l, useMemo as c, useEffect as y, useImperativeHandle as B } from "react";
|
|
3
|
+
import { Pagination as M } from "antd";
|
|
4
|
+
import { isMobile as b } from "../../node_modules/.store/react-device-detect@2.2.3/node_modules/react-device-detect/dist/lib.mjs";
|
|
5
5
|
import H from "../BitzHighlight/index.mjs";
|
|
6
6
|
import "./index.less.mjs";
|
|
7
7
|
let g = !0;
|
|
8
|
-
const
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
},
|
|
20
|
-
|
|
21
|
-
|
|
8
|
+
const Q = ({
|
|
9
|
+
enableControl: u = !1,
|
|
10
|
+
pagination: a = {
|
|
11
|
+
page: 1,
|
|
12
|
+
size: 10
|
|
13
|
+
},
|
|
14
|
+
pageSizeOptions: z = [10, 20, 50, 100],
|
|
15
|
+
total: j = 0,
|
|
16
|
+
dataSource: r = [],
|
|
17
|
+
resetPage: m = 0,
|
|
18
|
+
paginationEmit: f = () => {
|
|
19
|
+
},
|
|
20
|
+
direction: x = "end",
|
|
21
|
+
totalText: w = "共",
|
|
22
|
+
totalItemText: d = "条",
|
|
23
|
+
hideTotalText: C,
|
|
24
|
+
elRefInstance: P,
|
|
25
|
+
refInstance: S,
|
|
26
|
+
...T
|
|
27
|
+
}) => {
|
|
28
|
+
const [h, o] = l(1), [p, $] = l(10), t = c(() => u ? a : { page: h, size: p }, [u, a, h, p]), n = c(() => m, [m]);
|
|
29
|
+
y(() => {
|
|
30
|
+
n != 0 && o(n);
|
|
31
|
+
}, [n]);
|
|
32
|
+
const k = (e, i) => {
|
|
33
|
+
o(e), g && f(e, i);
|
|
34
|
+
}, v = (e, i) => {
|
|
35
|
+
g = !1, $(i), setTimeout(() => {
|
|
36
|
+
o(1), f(1, i), setTimeout(() => {
|
|
22
37
|
g = !0;
|
|
23
38
|
}, 10);
|
|
24
39
|
}, 10);
|
|
25
40
|
};
|
|
26
|
-
return
|
|
27
|
-
|
|
28
|
-
|
|
41
|
+
return B(
|
|
42
|
+
S,
|
|
43
|
+
() => ({
|
|
44
|
+
getSize: () => t.size
|
|
45
|
+
}),
|
|
46
|
+
[t]
|
|
47
|
+
), /* @__PURE__ */ s.jsx(s.Fragment, { children: (r == null ? void 0 : r.length) != 0 && !b && /* @__PURE__ */ s.jsx(
|
|
48
|
+
"div",
|
|
49
|
+
{
|
|
50
|
+
ref: P,
|
|
51
|
+
className: "bitzPaginationBlock",
|
|
52
|
+
style: { justifyContent: x },
|
|
53
|
+
children: /* @__PURE__ */ s.jsx(
|
|
54
|
+
M,
|
|
55
|
+
{
|
|
56
|
+
total: j,
|
|
57
|
+
defaultCurrent: t.page,
|
|
58
|
+
current: t.page,
|
|
59
|
+
pageSize: t.size,
|
|
60
|
+
showSizeChanger: !0,
|
|
61
|
+
showQuickJumper: !0,
|
|
62
|
+
pageSizeOptions: z,
|
|
63
|
+
showTotal: C ? void 0 : (e) => /* @__PURE__ */ s.jsx(
|
|
64
|
+
H,
|
|
65
|
+
{
|
|
66
|
+
highlightTag: "strong",
|
|
67
|
+
keywords: `${e}`,
|
|
68
|
+
sourceString: `${w} ${e} ${d}`
|
|
69
|
+
}
|
|
70
|
+
),
|
|
71
|
+
onChange: k,
|
|
72
|
+
onShowSizeChange: v,
|
|
73
|
+
...T
|
|
74
|
+
}
|
|
75
|
+
)
|
|
76
|
+
}
|
|
77
|
+
) });
|
|
29
78
|
};
|
|
30
79
|
export {
|
|
31
|
-
|
|
80
|
+
Q as default
|
|
32
81
|
};
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import { j as o } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { useState as c, useEffect as m } from "react";
|
|
3
3
|
import { Typography as f } from "antd";
|
|
4
|
-
import
|
|
5
|
-
const { Paragraph: u } = f, E = (
|
|
6
|
-
const { children: a, ellipsis: e = !1, ...n } =
|
|
4
|
+
import t from "./BitzPopover.module.less.mjs";
|
|
5
|
+
const { Paragraph: u } = f, E = (r) => {
|
|
6
|
+
const { children: a, ellipsis: e = !1, ...n } = r, [p, s] = c(), l = () => {
|
|
7
7
|
s(!1);
|
|
8
8
|
}, i = () => {
|
|
9
9
|
s(e);
|
|
10
10
|
};
|
|
11
11
|
return m(() => {
|
|
12
12
|
s(e);
|
|
13
|
-
}, [e]), o.jsx("div", { ...n, className:
|
|
13
|
+
}, [e]), /* @__PURE__ */ o.jsx("div", { ...n, className: t.bitzPopoverBlock, onMouseEnter: l, onMouseLeave: i, children: /* @__PURE__ */ o.jsx(u, { ellipsis: p, className: t.Paragraph, children: a }) });
|
|
14
14
|
};
|
|
15
15
|
export {
|
|
16
16
|
E as default
|
|
@@ -4,16 +4,16 @@ import { clsx as d } from "../../node_modules/.store/clsx@2.1.1/node_modules/cls
|
|
|
4
4
|
import { preventDefault as z, getScrollTop as P } from "../../utils/scroll.mjs";
|
|
5
5
|
import { getScrollParent as Y } from "../../hooks/use-scroll-parent.mjs";
|
|
6
6
|
import w from "../../hooks/use-event-listener.mjs";
|
|
7
|
-
import A from "../../node_modules/.store/ahooks@3.
|
|
8
|
-
import M from "../../node_modules/.store/ahooks@3.
|
|
7
|
+
import A from "../../node_modules/.store/ahooks@3.8.0/node_modules/ahooks/es/useSetState/index.mjs";
|
|
8
|
+
import M from "../../node_modules/.store/ahooks@3.8.0/node_modules/ahooks/es/useUpdateEffect/index.mjs";
|
|
9
9
|
import U from "../../hooks/use-touch.mjs";
|
|
10
10
|
import { mergeProps as C } from "../../utils/get-default-props.mjs";
|
|
11
11
|
const L = 50, F = ["pulling", "loosing", "success"], G = {
|
|
12
12
|
pulling: "下拉即可刷新...",
|
|
13
13
|
loosing: "释放即可刷新...",
|
|
14
14
|
loading: "加载中..."
|
|
15
|
-
}, Z = (
|
|
16
|
-
const e = C(
|
|
15
|
+
}, Z = (v) => {
|
|
16
|
+
const e = C(v, {
|
|
17
17
|
headHeight: 50,
|
|
18
18
|
animationDuration: 300,
|
|
19
19
|
successDuration: 500
|
|
@@ -27,19 +27,23 @@ const L = 50, F = ["pulling", "loosing", "success"], G = {
|
|
|
27
27
|
return {
|
|
28
28
|
height: `${e.headHeight}px`
|
|
29
29
|
};
|
|
30
|
-
},
|
|
30
|
+
}, l = D(() => s.status !== "loading" && s.status !== "success" && !m, [s.status, m]), y = (t) => {
|
|
31
31
|
const r = +(e.pullDistance || e.headHeight);
|
|
32
32
|
return t > r && (t < r * 2 ? t = r + (t - r) / 2 : t = r * 1.5 + (t - r * 2) / 4), Math.round(t);
|
|
33
33
|
}, u = (t, r) => {
|
|
34
|
-
const
|
|
35
|
-
r ? a.status = "loading" : t === 0 ? a.status = "normal" : t <
|
|
36
|
-
}, T = () => s.status === "normal" ? "" : e[`${s.status}Text`] || G[s.status],
|
|
34
|
+
const c = +(e.pullDistance || e.headHeight), a = { distance: t };
|
|
35
|
+
r ? a.status = "loading" : t === 0 ? a.status = "normal" : t < c ? a.status = "pulling" : a.status = "loosing", n(a);
|
|
36
|
+
}, T = () => s.status === "normal" ? "" : e[`${s.status}Text`] || G[s.status], E = () => {
|
|
37
37
|
var a;
|
|
38
38
|
const { status: t, distance: r } = s;
|
|
39
39
|
if (typeof e[`${s.status}Text`] == "function")
|
|
40
40
|
return (a = e[`${s.status}Text`]) == null ? void 0 : a.call(e, { distance: r });
|
|
41
|
-
const
|
|
42
|
-
return F.includes(t) &&
|
|
41
|
+
const c = [];
|
|
42
|
+
return F.includes(t) && c.push(
|
|
43
|
+
/* @__PURE__ */ f.jsx("div", { className: "bitz-pull-refresh__text", children: T() }, "text")
|
|
44
|
+
), t === "loading" && c.push(
|
|
45
|
+
/* @__PURE__ */ f.jsx("div", { className: "bitz-pull-refresh__loading", children: T() })
|
|
46
|
+
), c;
|
|
43
47
|
}, b = () => {
|
|
44
48
|
n({ status: "success" }), setTimeout(() => {
|
|
45
49
|
u(0);
|
|
@@ -54,30 +58,55 @@ const L = 50, F = ["pulling", "loosing", "success"], G = {
|
|
|
54
58
|
const r = Y(t.target);
|
|
55
59
|
i.current = P(r) === 0, i.current && (n({ duration: 0 }), o.start(t));
|
|
56
60
|
}, R = (t) => {
|
|
57
|
-
|
|
61
|
+
l() && x(t.nativeEvent);
|
|
58
62
|
}, N = D(
|
|
59
63
|
(t) => {
|
|
60
|
-
|
|
64
|
+
l() && (i.current || x(t), o.move(t), i.current && o.deltaY.current >= 0 && o.isVertical() ? (u(y(o.deltaY.current)), z(t)) : u(0));
|
|
61
65
|
},
|
|
62
66
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
63
|
-
[i.current, o.deltaY.current,
|
|
67
|
+
[i.current, o.deltaY.current, l]
|
|
64
68
|
), S = async () => {
|
|
65
|
-
i.current && o.deltaY &&
|
|
69
|
+
i.current && o.deltaY && l() && (n({ duration: +g }), s.status === "loosing" ? (u(+e.headHeight, !0), await j(), setTimeout(() => {
|
|
66
70
|
var t;
|
|
67
71
|
return (t = e.onRefreshEnd) == null ? void 0 : t.call(e);
|
|
68
72
|
})) : u(0));
|
|
69
73
|
};
|
|
70
74
|
w("touchmove", N, {
|
|
71
75
|
target: p.current,
|
|
72
|
-
depends: [i.current,
|
|
76
|
+
depends: [i.current, l(), o.deltaY]
|
|
73
77
|
}), M(() => {
|
|
74
78
|
n({ duration: +g }), s.refreshing ? u(+e.headHeight, !0) : e.successText ? b() : u(0, !1);
|
|
75
79
|
}, [s.refreshing]);
|
|
76
|
-
const $ = k(
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
80
|
+
const $ = k(
|
|
81
|
+
() => ({
|
|
82
|
+
transitionDuration: `${s.duration}ms`,
|
|
83
|
+
transform: s.distance ? `translate3d(0,${s.distance}px, 0)` : ""
|
|
84
|
+
}),
|
|
85
|
+
[s.duration, s.distance]
|
|
86
|
+
);
|
|
87
|
+
return /* @__PURE__ */ f.jsx(
|
|
88
|
+
"div",
|
|
89
|
+
{
|
|
90
|
+
ref: H,
|
|
91
|
+
className: d(e.className, "bitz-pull-refresh"),
|
|
92
|
+
style: e.style,
|
|
93
|
+
children: /* @__PURE__ */ f.jsxs(
|
|
94
|
+
"div",
|
|
95
|
+
{
|
|
96
|
+
ref: p,
|
|
97
|
+
className: d("bitz-pull-refresh__track"),
|
|
98
|
+
style: $,
|
|
99
|
+
onTouchStart: R,
|
|
100
|
+
onTouchEnd: S,
|
|
101
|
+
onTouchCancel: S,
|
|
102
|
+
children: [
|
|
103
|
+
/* @__PURE__ */ f.jsx("div", { className: d("bitz-pull-refresh__head"), style: _(), children: E() }),
|
|
104
|
+
e.children
|
|
105
|
+
]
|
|
106
|
+
}
|
|
107
|
+
)
|
|
108
|
+
}
|
|
109
|
+
);
|
|
81
110
|
};
|
|
82
111
|
export {
|
|
83
112
|
Z as default
|
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
import { j as t } from "../../node_modules/.store/react@18.3.1/node_modules/react/jsx-runtime.mjs";
|
|
2
2
|
import { QRCode as r } from "antd";
|
|
3
|
-
const m = (o) => t.jsx(
|
|
3
|
+
const m = (o) => /* @__PURE__ */ t.jsx(
|
|
4
|
+
r,
|
|
5
|
+
{
|
|
6
|
+
...o
|
|
7
|
+
}
|
|
8
|
+
);
|
|
4
9
|
export {
|
|
5
10
|
m as default
|
|
6
11
|
};
|