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,15 +1,15 @@
|
|
|
1
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
2
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
1
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/extractStyle.mjs";
|
|
2
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.mjs";
|
|
3
3
|
import "react";
|
|
4
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
5
|
-
import { unit as
|
|
6
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
7
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
8
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
9
|
-
import "../../../../../../rc-util@5.
|
|
10
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
11
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
12
|
-
import "../../../../../../@ant-design_cssinjs@1.
|
|
4
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/StyleContext.mjs";
|
|
5
|
+
import { unit as r } from "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/util/index.mjs";
|
|
6
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/hooks/useCompatibleInsertionEffect.mjs";
|
|
7
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/hooks/useEffectCleanupRegister.mjs";
|
|
8
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/hooks/useHMR.mjs";
|
|
9
|
+
import "../../../../../../rc-util@5.43.0/node_modules/rc-util/es/warning.mjs";
|
|
10
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/theme/createTheme.mjs";
|
|
11
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.mjs";
|
|
12
|
+
import "../../../../../../@ant-design_cssinjs@1.21.0/node_modules/@ant-design/cssinjs/es/transformers/legacyLogicalProperties.mjs";
|
|
13
13
|
import { resetComponent as t, genFocusStyle as n } from "../../style/index.mjs";
|
|
14
14
|
import { initFadeMotion as l } from "../../style/motion/fade.mjs";
|
|
15
15
|
import { initZoomMotion as g } from "../../style/motion/zoom.mjs";
|
|
@@ -23,12 +23,12 @@ function a(o) {
|
|
|
23
23
|
}
|
|
24
24
|
const p = (o) => {
|
|
25
25
|
const {
|
|
26
|
-
componentCls:
|
|
26
|
+
componentCls: i,
|
|
27
27
|
antCls: e
|
|
28
28
|
} = o;
|
|
29
29
|
return [{
|
|
30
|
-
[`${
|
|
31
|
-
[`${
|
|
30
|
+
[`${i}-root`]: {
|
|
31
|
+
[`${i}${e}-zoom-enter, ${i}${e}-zoom-appear`]: {
|
|
32
32
|
// reset scale avoid mousePosition bug
|
|
33
33
|
transform: "none",
|
|
34
34
|
opacity: 0,
|
|
@@ -38,19 +38,19 @@ const p = (o) => {
|
|
|
38
38
|
},
|
|
39
39
|
// https://github.com/ant-design/ant-design/issues/37329
|
|
40
40
|
// https://github.com/ant-design/ant-design/issues/40272
|
|
41
|
-
[`${
|
|
41
|
+
[`${i}${e}-zoom-leave ${i}-content`]: {
|
|
42
42
|
pointerEvents: "none"
|
|
43
43
|
},
|
|
44
|
-
[`${
|
|
44
|
+
[`${i}-mask`]: Object.assign(Object.assign({}, a("fixed")), {
|
|
45
45
|
zIndex: o.zIndexPopupBase,
|
|
46
46
|
height: "100%",
|
|
47
47
|
backgroundColor: o.colorBgMask,
|
|
48
48
|
pointerEvents: "none",
|
|
49
|
-
[`${
|
|
49
|
+
[`${i}-hidden`]: {
|
|
50
50
|
display: "none"
|
|
51
51
|
}
|
|
52
52
|
}),
|
|
53
|
-
[`${
|
|
53
|
+
[`${i}-wrap`]: Object.assign(Object.assign({}, a("fixed")), {
|
|
54
54
|
zIndex: o.zIndexPopupBase,
|
|
55
55
|
overflow: "auto",
|
|
56
56
|
outline: 0,
|
|
@@ -58,20 +58,20 @@ const p = (o) => {
|
|
|
58
58
|
})
|
|
59
59
|
}
|
|
60
60
|
}, {
|
|
61
|
-
[`${
|
|
61
|
+
[`${i}-root`]: l(o)
|
|
62
62
|
}];
|
|
63
63
|
}, s = (o) => {
|
|
64
64
|
const {
|
|
65
|
-
componentCls:
|
|
65
|
+
componentCls: i
|
|
66
66
|
} = o;
|
|
67
67
|
return [
|
|
68
68
|
// ======================== Root =========================
|
|
69
69
|
{
|
|
70
|
-
[`${
|
|
71
|
-
[`${
|
|
70
|
+
[`${i}-root`]: {
|
|
71
|
+
[`${i}-wrap-rtl`]: {
|
|
72
72
|
direction: "rtl"
|
|
73
73
|
},
|
|
74
|
-
[`${
|
|
74
|
+
[`${i}-centered`]: {
|
|
75
75
|
textAlign: "center",
|
|
76
76
|
"&::before": {
|
|
77
77
|
display: "inline-block",
|
|
@@ -80,7 +80,7 @@ const p = (o) => {
|
|
|
80
80
|
verticalAlign: "middle",
|
|
81
81
|
content: '""'
|
|
82
82
|
},
|
|
83
|
-
[
|
|
83
|
+
[i]: {
|
|
84
84
|
top: 0,
|
|
85
85
|
display: "inline-block",
|
|
86
86
|
paddingBottom: 0,
|
|
@@ -89,12 +89,12 @@ const p = (o) => {
|
|
|
89
89
|
}
|
|
90
90
|
},
|
|
91
91
|
[`@media (max-width: ${o.screenSMMax}px)`]: {
|
|
92
|
-
[
|
|
92
|
+
[i]: {
|
|
93
93
|
maxWidth: "calc(100vw - 16px)",
|
|
94
|
-
margin: `${
|
|
94
|
+
margin: `${r(o.marginXS)} auto`
|
|
95
95
|
},
|
|
96
|
-
[`${
|
|
97
|
-
[
|
|
96
|
+
[`${i}-centered`]: {
|
|
97
|
+
[i]: {
|
|
98
98
|
flex: 1
|
|
99
99
|
}
|
|
100
100
|
}
|
|
@@ -103,15 +103,15 @@ const p = (o) => {
|
|
|
103
103
|
},
|
|
104
104
|
// ======================== Modal ========================
|
|
105
105
|
{
|
|
106
|
-
[
|
|
106
|
+
[i]: Object.assign(Object.assign({}, t(o)), {
|
|
107
107
|
pointerEvents: "none",
|
|
108
108
|
position: "relative",
|
|
109
109
|
top: 100,
|
|
110
110
|
width: "auto",
|
|
111
|
-
maxWidth: `calc(100vw - ${
|
|
111
|
+
maxWidth: `calc(100vw - ${r(o.calc(o.margin).mul(2).equal())})`,
|
|
112
112
|
margin: "0 auto",
|
|
113
113
|
paddingBottom: o.paddingLG,
|
|
114
|
-
[`${
|
|
114
|
+
[`${i}-title`]: {
|
|
115
115
|
margin: 0,
|
|
116
116
|
color: o.titleColor,
|
|
117
117
|
fontWeight: o.fontWeightStrong,
|
|
@@ -119,7 +119,7 @@ const p = (o) => {
|
|
|
119
119
|
lineHeight: o.titleLineHeight,
|
|
120
120
|
wordWrap: "break-word"
|
|
121
121
|
},
|
|
122
|
-
[`${
|
|
122
|
+
[`${i}-content`]: {
|
|
123
123
|
position: "relative",
|
|
124
124
|
backgroundColor: o.contentBg,
|
|
125
125
|
backgroundClip: "padding-box",
|
|
@@ -129,7 +129,7 @@ const p = (o) => {
|
|
|
129
129
|
pointerEvents: "auto",
|
|
130
130
|
padding: o.contentPadding
|
|
131
131
|
},
|
|
132
|
-
[`${
|
|
132
|
+
[`${i}-close`]: Object.assign({
|
|
133
133
|
position: "absolute",
|
|
134
134
|
top: o.calc(o.modalHeaderHeight).sub(o.modalCloseBtnSize).div(2).equal(),
|
|
135
135
|
insetInlineEnd: o.calc(o.modalHeaderHeight).sub(o.modalCloseBtnSize).div(2).equal(),
|
|
@@ -151,7 +151,7 @@ const p = (o) => {
|
|
|
151
151
|
display: "flex",
|
|
152
152
|
fontSize: o.fontSizeLG,
|
|
153
153
|
fontStyle: "normal",
|
|
154
|
-
lineHeight: `${
|
|
154
|
+
lineHeight: `${r(o.modalCloseBtnSize)}`,
|
|
155
155
|
justifyContent: "center",
|
|
156
156
|
textTransform: "none",
|
|
157
157
|
textRendering: "auto"
|
|
@@ -165,21 +165,29 @@ const p = (o) => {
|
|
|
165
165
|
backgroundColor: o.colorBgTextActive
|
|
166
166
|
}
|
|
167
167
|
}, n(o)),
|
|
168
|
-
[`${
|
|
168
|
+
[`${i}-header`]: {
|
|
169
169
|
color: o.colorText,
|
|
170
170
|
background: o.headerBg,
|
|
171
|
-
borderRadius: `${
|
|
171
|
+
borderRadius: `${r(o.borderRadiusLG)} ${r(o.borderRadiusLG)} 0 0`,
|
|
172
172
|
marginBottom: o.headerMarginBottom,
|
|
173
173
|
padding: o.headerPadding,
|
|
174
174
|
borderBottom: o.headerBorderBottom
|
|
175
175
|
},
|
|
176
|
-
[`${
|
|
176
|
+
[`${i}-body`]: {
|
|
177
177
|
fontSize: o.fontSize,
|
|
178
178
|
lineHeight: o.lineHeight,
|
|
179
179
|
wordWrap: "break-word",
|
|
180
|
-
padding: o.bodyPadding
|
|
180
|
+
padding: o.bodyPadding,
|
|
181
|
+
[`${i}-body-skeleton`]: {
|
|
182
|
+
width: "100%",
|
|
183
|
+
height: "100%",
|
|
184
|
+
display: "flex",
|
|
185
|
+
justifyContent: "center",
|
|
186
|
+
alignItems: "center",
|
|
187
|
+
margin: `${r(o.margin)} auto`
|
|
188
|
+
}
|
|
181
189
|
},
|
|
182
|
-
[`${
|
|
190
|
+
[`${i}-footer`]: {
|
|
183
191
|
textAlign: "end",
|
|
184
192
|
background: o.footerBg,
|
|
185
193
|
marginTop: o.footerMarginTop,
|
|
@@ -190,26 +198,26 @@ const p = (o) => {
|
|
|
190
198
|
marginInlineStart: o.marginXS
|
|
191
199
|
}
|
|
192
200
|
},
|
|
193
|
-
[`${
|
|
201
|
+
[`${i}-open`]: {
|
|
194
202
|
overflow: "hidden"
|
|
195
203
|
}
|
|
196
204
|
})
|
|
197
205
|
},
|
|
198
206
|
// ======================== Pure =========================
|
|
199
207
|
{
|
|
200
|
-
[`${
|
|
208
|
+
[`${i}-pure-panel`]: {
|
|
201
209
|
top: "auto",
|
|
202
210
|
padding: 0,
|
|
203
211
|
display: "flex",
|
|
204
212
|
flexDirection: "column",
|
|
205
|
-
[`${
|
|
206
|
-
${
|
|
207
|
-
${
|
|
213
|
+
[`${i}-content,
|
|
214
|
+
${i}-body,
|
|
215
|
+
${i}-confirm-body-wrapper`]: {
|
|
208
216
|
display: "flex",
|
|
209
217
|
flexDirection: "column",
|
|
210
218
|
flex: "auto"
|
|
211
219
|
},
|
|
212
|
-
[`${
|
|
220
|
+
[`${i}-confirm-body`]: {
|
|
213
221
|
marginBottom: "auto"
|
|
214
222
|
}
|
|
215
223
|
}
|
|
@@ -217,22 +225,22 @@ const p = (o) => {
|
|
|
217
225
|
];
|
|
218
226
|
}, u = (o) => {
|
|
219
227
|
const {
|
|
220
|
-
componentCls:
|
|
228
|
+
componentCls: i
|
|
221
229
|
} = o;
|
|
222
230
|
return {
|
|
223
|
-
[`${
|
|
224
|
-
[`${
|
|
231
|
+
[`${i}-root`]: {
|
|
232
|
+
[`${i}-wrap-rtl`]: {
|
|
225
233
|
direction: "rtl",
|
|
226
|
-
[`${
|
|
234
|
+
[`${i}-confirm-body`]: {
|
|
227
235
|
direction: "rtl"
|
|
228
236
|
}
|
|
229
237
|
}
|
|
230
238
|
}
|
|
231
239
|
};
|
|
232
240
|
}, f = (o) => {
|
|
233
|
-
const
|
|
241
|
+
const i = o.padding, e = o.fontSizeHeading5, d = o.lineHeightHeading5;
|
|
234
242
|
return m(o, {
|
|
235
|
-
modalHeaderHeight: o.calc(o.calc(d).mul(e).equal()).add(o.calc(
|
|
243
|
+
modalHeaderHeight: o.calc(o.calc(d).mul(e).equal()).add(o.calc(i).mul(2).equal()).equal(),
|
|
236
244
|
modalFooterBorderColorSplit: o.colorSplit,
|
|
237
245
|
modalFooterBorderStyle: o.lineType,
|
|
238
246
|
modalFooterBorderWidth: o.lineWidth,
|
|
@@ -250,21 +258,21 @@ const p = (o) => {
|
|
|
250
258
|
contentBg: o.colorBgElevated,
|
|
251
259
|
titleColor: o.colorTextHeading,
|
|
252
260
|
// internal
|
|
253
|
-
contentPadding: o.wireframe ? 0 : `${
|
|
254
|
-
headerPadding: o.wireframe ? `${
|
|
255
|
-
headerBorderBottom: o.wireframe ? `${
|
|
261
|
+
contentPadding: o.wireframe ? 0 : `${r(o.paddingMD)} ${r(o.paddingContentHorizontalLG)}`,
|
|
262
|
+
headerPadding: o.wireframe ? `${r(o.padding)} ${r(o.paddingLG)}` : 0,
|
|
263
|
+
headerBorderBottom: o.wireframe ? `${r(o.lineWidth)} ${o.lineType} ${o.colorSplit}` : "none",
|
|
256
264
|
headerMarginBottom: o.wireframe ? 0 : o.marginXS,
|
|
257
265
|
bodyPadding: o.wireframe ? o.paddingLG : 0,
|
|
258
|
-
footerPadding: o.wireframe ? `${
|
|
259
|
-
footerBorderTop: o.wireframe ? `${
|
|
260
|
-
footerBorderRadius: o.wireframe ? `0 0 ${
|
|
266
|
+
footerPadding: o.wireframe ? `${r(o.paddingXS)} ${r(o.padding)}` : 0,
|
|
267
|
+
footerBorderTop: o.wireframe ? `${r(o.lineWidth)} ${o.lineType} ${o.colorSplit}` : "none",
|
|
268
|
+
footerBorderRadius: o.wireframe ? `0 0 ${r(o.borderRadiusLG)} ${r(o.borderRadiusLG)}` : 0,
|
|
261
269
|
footerMarginTop: o.wireframe ? 0 : o.marginSM,
|
|
262
|
-
confirmBodyPadding: o.wireframe ? `${
|
|
270
|
+
confirmBodyPadding: o.wireframe ? `${r(o.padding * 2)} ${r(o.padding * 2)} ${r(o.paddingLG)}` : 0,
|
|
263
271
|
confirmIconMarginInlineEnd: o.wireframe ? o.margin : o.marginSM,
|
|
264
272
|
confirmBtnsMarginTop: o.wireframe ? o.marginLG : o.marginSM
|
|
265
273
|
}), G = c("Modal", (o) => {
|
|
266
|
-
const
|
|
267
|
-
return [s(
|
|
274
|
+
const i = f(o);
|
|
275
|
+
return [s(i), u(i), p(i), g(i, "zoom")];
|
|
268
276
|
}, $, {
|
|
269
277
|
unitless: {
|
|
270
278
|
titleLineHeight: !0
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import P from "../../../../../../@babel_runtime@7.24.
|
|
1
|
+
import P from "../../../../../../@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs";
|
|
2
2
|
import * as c from "react";
|
|
3
3
|
import "../../config-provider/index.mjs";
|
|
4
4
|
import h from "../../locale/en_US.mjs";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import f from "../../../../../../@babel_runtime@7.24.
|
|
1
|
+
import f from "../../../../../../@babel_runtime@7.24.7/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs";
|
|
2
2
|
import * as e from "react";
|
|
3
3
|
import C from "../../_util/hooks/usePatchElement.mjs";
|
|
4
4
|
import { withInfo as R, withSuccess as g, withError as k, withWarn as _, withConfirm as A } from "../confirm.mjs";
|
|
@@ -0,0 +1,109 @@
|
|
|
1
|
+
import * as l from "react";
|
|
2
|
+
import { presetPrimaryColors as v } from "../../../../../@ant-design_colors@7.0.2/node_modules/@ant-design/colors/es/index.mjs";
|
|
3
|
+
import x from "../../../../../classnames@2.5.1/node_modules/classnames/index.mjs";
|
|
4
|
+
import { devUseWarning as z } from "../_util/warning.mjs";
|
|
5
|
+
import { LineStrokeColorVar as p, Percent as L } from "./style/index.mjs";
|
|
6
|
+
import { getSize as W, validProgress as g, getSuccessPercent as G } from "./utils.mjs";
|
|
7
|
+
var A = globalThis && globalThis.__rest || function(t, r) {
|
|
8
|
+
var n = {};
|
|
9
|
+
for (var e in t)
|
|
10
|
+
Object.prototype.hasOwnProperty.call(t, e) && r.indexOf(e) < 0 && (n[e] = t[e]);
|
|
11
|
+
if (t != null && typeof Object.getOwnPropertySymbols == "function")
|
|
12
|
+
for (var o = 0, e = Object.getOwnPropertySymbols(t); o < e.length; o++)
|
|
13
|
+
r.indexOf(e[o]) < 0 && Object.prototype.propertyIsEnumerable.call(t, e[o]) && (n[e[o]] = t[e[o]]);
|
|
14
|
+
return n;
|
|
15
|
+
};
|
|
16
|
+
const I = (t) => {
|
|
17
|
+
let r = [];
|
|
18
|
+
return Object.keys(t).forEach((n) => {
|
|
19
|
+
const e = parseFloat(n.replace(/%/g, ""));
|
|
20
|
+
isNaN(e) || r.push({
|
|
21
|
+
key: e,
|
|
22
|
+
value: t[n]
|
|
23
|
+
});
|
|
24
|
+
}), r = r.sort((n, e) => n.key - e.key), r.map((n) => {
|
|
25
|
+
let {
|
|
26
|
+
key: e,
|
|
27
|
+
value: o
|
|
28
|
+
} = n;
|
|
29
|
+
return `${o} ${e}%`;
|
|
30
|
+
}).join(", ");
|
|
31
|
+
}, R = (t, r) => {
|
|
32
|
+
const {
|
|
33
|
+
from: n = v.blue,
|
|
34
|
+
to: e = v.blue,
|
|
35
|
+
direction: o = r === "rtl" ? "to left" : "to right"
|
|
36
|
+
} = t, c = A(t, ["from", "to", "direction"]);
|
|
37
|
+
if (Object.keys(c).length !== 0) {
|
|
38
|
+
const d = I(c), i = `linear-gradient(${o}, ${d})`;
|
|
39
|
+
return {
|
|
40
|
+
background: i,
|
|
41
|
+
[p]: i
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
const s = `linear-gradient(${o}, ${n}, ${e})`;
|
|
45
|
+
return {
|
|
46
|
+
background: s,
|
|
47
|
+
[p]: s
|
|
48
|
+
};
|
|
49
|
+
}, T = (t) => {
|
|
50
|
+
const {
|
|
51
|
+
prefixCls: r,
|
|
52
|
+
direction: n,
|
|
53
|
+
percent: e,
|
|
54
|
+
size: o,
|
|
55
|
+
strokeWidth: c,
|
|
56
|
+
strokeColor: s,
|
|
57
|
+
strokeLinecap: d = "round",
|
|
58
|
+
children: i,
|
|
59
|
+
trailColor: $ = null,
|
|
60
|
+
percentPosition: O,
|
|
61
|
+
success: u
|
|
62
|
+
} = t, {
|
|
63
|
+
align: m,
|
|
64
|
+
type: a
|
|
65
|
+
} = O, P = s && typeof s != "string" ? R(s, n) : {
|
|
66
|
+
[p]: s,
|
|
67
|
+
background: s
|
|
68
|
+
}, f = d === "square" || d === "butt" ? 0 : void 0, S = o ?? [-1, c || (o === "small" ? 6 : 8)], [b, y] = W(S, "line", {
|
|
69
|
+
strokeWidth: c
|
|
70
|
+
});
|
|
71
|
+
process.env.NODE_ENV !== "production" && z("Progress").deprecated(!("strokeWidth" in t), "strokeWidth", "size");
|
|
72
|
+
const E = {
|
|
73
|
+
backgroundColor: $ || void 0,
|
|
74
|
+
borderRadius: f
|
|
75
|
+
}, N = Object.assign(Object.assign({
|
|
76
|
+
width: `${g(e)}%`,
|
|
77
|
+
height: y,
|
|
78
|
+
borderRadius: f
|
|
79
|
+
}, P), {
|
|
80
|
+
[L]: g(e) / 100
|
|
81
|
+
}), h = G(t), j = {
|
|
82
|
+
width: `${g(h)}%`,
|
|
83
|
+
height: y,
|
|
84
|
+
borderRadius: f,
|
|
85
|
+
backgroundColor: u == null ? void 0 : u.strokeColor
|
|
86
|
+
}, w = {
|
|
87
|
+
width: b < 0 ? "100%" : b
|
|
88
|
+
}, k = /* @__PURE__ */ l.createElement("div", {
|
|
89
|
+
className: `${r}-inner`,
|
|
90
|
+
style: E
|
|
91
|
+
}, /* @__PURE__ */ l.createElement("div", {
|
|
92
|
+
className: x(`${r}-bg`, `${r}-bg-${a}`),
|
|
93
|
+
style: N
|
|
94
|
+
}, a === "inner" && i), h !== void 0 && /* @__PURE__ */ l.createElement("div", {
|
|
95
|
+
className: `${r}-success-bg`,
|
|
96
|
+
style: j
|
|
97
|
+
})), C = a === "outer" && m === "start", _ = a === "outer" && m === "end";
|
|
98
|
+
return a === "outer" && m === "center" ? /* @__PURE__ */ l.createElement("div", {
|
|
99
|
+
className: `${r}-layout-bottom`
|
|
100
|
+
}, k, i) : /* @__PURE__ */ l.createElement("div", {
|
|
101
|
+
className: `${r}-outer`,
|
|
102
|
+
style: w
|
|
103
|
+
}, C && i, k, _ && i);
|
|
104
|
+
}, B = T;
|
|
105
|
+
export {
|
|
106
|
+
B as default,
|
|
107
|
+
R as handleGradient,
|
|
108
|
+
I as sortGradient
|
|
109
|
+
};
|
|
@@ -0,0 +1,118 @@
|
|
|
1
|
+
import * as t from "react";
|
|
2
|
+
import U from "../../../../../@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CheckCircleFilled.mjs";
|
|
3
|
+
import q from "../../../../../@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CheckOutlined.mjs";
|
|
4
|
+
import H from "../../../../../@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.mjs";
|
|
5
|
+
import J from "../../../../../@ant-design_icons@5.3.7/node_modules/@ant-design/icons/es/icons/CloseOutlined.mjs";
|
|
6
|
+
import w from "../../../../../classnames@2.5.1/node_modules/classnames/index.mjs";
|
|
7
|
+
import K from "../../../../../rc-util@5.43.0/node_modules/rc-util/es/omit.mjs";
|
|
8
|
+
import { devUseWarning as Q } from "../_util/warning.mjs";
|
|
9
|
+
import "../config-provider/index.mjs";
|
|
10
|
+
import X from "./Circle.mjs";
|
|
11
|
+
import Y from "./Line.mjs";
|
|
12
|
+
import Z from "./Steps.mjs";
|
|
13
|
+
import ee from "./style/index.mjs";
|
|
14
|
+
import { getSuccessPercent as k, validProgress as _, getSize as se } from "./utils.mjs";
|
|
15
|
+
import { ConfigContext as te } from "../config-provider/context.mjs";
|
|
16
|
+
import { TinyColor as re } from "../../../../../@ctrl_tinycolor@3.6.1/node_modules/@ctrl/tinycolor/dist/module/index.mjs";
|
|
17
|
+
var oe = globalThis && globalThis.__rest || function(e, v) {
|
|
18
|
+
var g = {};
|
|
19
|
+
for (var o in e)
|
|
20
|
+
Object.prototype.hasOwnProperty.call(e, o) && v.indexOf(o) < 0 && (g[o] = e[o]);
|
|
21
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
22
|
+
for (var c = 0, o = Object.getOwnPropertySymbols(e); c < o.length; c++)
|
|
23
|
+
v.indexOf(o[c]) < 0 && Object.prototype.propertyIsEnumerable.call(e, o[c]) && (g[o[c]] = e[o[c]]);
|
|
24
|
+
return g;
|
|
25
|
+
};
|
|
26
|
+
const ne = ["normal", "exception", "active", "success"], z = /* @__PURE__ */ t.forwardRef((e, v) => {
|
|
27
|
+
const {
|
|
28
|
+
prefixCls: g,
|
|
29
|
+
className: o,
|
|
30
|
+
rootClassName: c,
|
|
31
|
+
steps: u,
|
|
32
|
+
strokeColor: l,
|
|
33
|
+
percent: f = 0,
|
|
34
|
+
size: y = "default",
|
|
35
|
+
showInfo: $ = !0,
|
|
36
|
+
type: n = "line",
|
|
37
|
+
status: x,
|
|
38
|
+
format: O,
|
|
39
|
+
style: A,
|
|
40
|
+
percentPosition: I = {}
|
|
41
|
+
} = e, T = oe(e, ["prefixCls", "className", "rootClassName", "steps", "strokeColor", "percent", "size", "showInfo", "type", "status", "format", "style", "percentPosition"]), {
|
|
42
|
+
align: N = "end",
|
|
43
|
+
type: C = "outer"
|
|
44
|
+
} = I, p = Array.isArray(l) ? l[0] : l, V = typeof l == "string" || Array.isArray(l) ? l : void 0, D = t.useMemo(() => {
|
|
45
|
+
if (p) {
|
|
46
|
+
const r = typeof p == "string" ? p : Object.values(p)[0];
|
|
47
|
+
return new re(r).isLight();
|
|
48
|
+
}
|
|
49
|
+
return !1;
|
|
50
|
+
}, [l]), P = t.useMemo(() => {
|
|
51
|
+
var r, i;
|
|
52
|
+
const m = k(e);
|
|
53
|
+
return parseInt(m !== void 0 ? (r = m ?? 0) === null || r === void 0 ? void 0 : r.toString() : (i = f ?? 0) === null || i === void 0 ? void 0 : i.toString(), 10);
|
|
54
|
+
}, [f, e.success, e.successPercent]), a = t.useMemo(() => !ne.includes(x) && P >= 100 ? "success" : x || "normal", [x, P]), {
|
|
55
|
+
getPrefixCls: L,
|
|
56
|
+
direction: j,
|
|
57
|
+
progress: d
|
|
58
|
+
} = t.useContext(te), s = L("progress", g), [M, F, B] = ee(s), h = n === "line", b = h && !u, E = t.useMemo(() => {
|
|
59
|
+
if (!$)
|
|
60
|
+
return null;
|
|
61
|
+
const r = k(e);
|
|
62
|
+
let i;
|
|
63
|
+
const m = O || ((G) => `${G}%`), W = h && D && C === "inner";
|
|
64
|
+
return C === "inner" || O || a !== "exception" && a !== "success" ? i = m(_(f), _(r)) : a === "exception" ? i = h ? /* @__PURE__ */ t.createElement(H, null) : /* @__PURE__ */ t.createElement(J, null) : a === "success" && (i = h ? /* @__PURE__ */ t.createElement(U, null) : /* @__PURE__ */ t.createElement(q, null)), /* @__PURE__ */ t.createElement("span", {
|
|
65
|
+
className: w(`${s}-text`, {
|
|
66
|
+
[`${s}-text-bright`]: W,
|
|
67
|
+
[`${s}-text-${N}`]: b,
|
|
68
|
+
[`${s}-text-${C}`]: b
|
|
69
|
+
}),
|
|
70
|
+
title: typeof i == "string" ? i : void 0
|
|
71
|
+
}, i);
|
|
72
|
+
}, [$, f, P, a, n, s, O]);
|
|
73
|
+
if (process.env.NODE_ENV !== "production") {
|
|
74
|
+
const r = Q("Progress");
|
|
75
|
+
r.deprecated(!("successPercent" in e), "successPercent", "success.percent"), r.deprecated(!("width" in e), "width", "size"), (n === "circle" || n === "dashboard") && (Array.isArray(y) ? process.env.NODE_ENV !== "production" && r(!1, "usage", 'Type "circle" and "dashboard" do not accept array as `size`, please use number or preset size instead.') : typeof y == "object" && process.env.NODE_ENV !== "production" && r(!1, "usage", 'Type "circle" and "dashboard" do not accept object as `size`, please use number or preset size instead.')), e.success && "progress" in e.success && r.deprecated(!1, "success.progress", "success.percent");
|
|
76
|
+
}
|
|
77
|
+
let S;
|
|
78
|
+
n === "line" ? S = u ? /* @__PURE__ */ t.createElement(Z, Object.assign({}, e, {
|
|
79
|
+
strokeColor: V,
|
|
80
|
+
prefixCls: s,
|
|
81
|
+
steps: typeof u == "object" ? u.count : u
|
|
82
|
+
}), E) : /* @__PURE__ */ t.createElement(Y, Object.assign({}, e, {
|
|
83
|
+
strokeColor: p,
|
|
84
|
+
prefixCls: s,
|
|
85
|
+
direction: j,
|
|
86
|
+
percentPosition: {
|
|
87
|
+
align: N,
|
|
88
|
+
type: C
|
|
89
|
+
}
|
|
90
|
+
}), E) : (n === "circle" || n === "dashboard") && (S = /* @__PURE__ */ t.createElement(X, Object.assign({}, e, {
|
|
91
|
+
strokeColor: p,
|
|
92
|
+
prefixCls: s,
|
|
93
|
+
progressStatus: a
|
|
94
|
+
}), E));
|
|
95
|
+
const R = w(s, `${s}-status-${a}`, {
|
|
96
|
+
[`${s}-${n === "dashboard" && "circle" || n}`]: n !== "line",
|
|
97
|
+
[`${s}-inline-circle`]: n === "circle" && se(y, "circle")[0] <= 20,
|
|
98
|
+
[`${s}-line`]: b,
|
|
99
|
+
[`${s}-line-align-${N}`]: b,
|
|
100
|
+
[`${s}-line-position-${C}`]: b,
|
|
101
|
+
[`${s}-steps`]: u,
|
|
102
|
+
[`${s}-show-info`]: $,
|
|
103
|
+
[`${s}-${y}`]: typeof y == "string",
|
|
104
|
+
[`${s}-rtl`]: j === "rtl"
|
|
105
|
+
}, d == null ? void 0 : d.className, o, c, F, B);
|
|
106
|
+
return M(/* @__PURE__ */ t.createElement("div", Object.assign({
|
|
107
|
+
ref: v,
|
|
108
|
+
style: Object.assign(Object.assign({}, d == null ? void 0 : d.style), A),
|
|
109
|
+
className: R,
|
|
110
|
+
role: "progressbar",
|
|
111
|
+
"aria-valuenow": P
|
|
112
|
+
}, K(T, ["trailColor", "strokeWidth", "width", "gapDegree", "gapPosition", "strokeLinecap", "success", "successPercent"])), S));
|
|
113
|
+
});
|
|
114
|
+
process.env.NODE_ENV !== "production" && (z.displayName = "Progress");
|
|
115
|
+
const he = z;
|
|
116
|
+
export {
|
|
117
|
+
he as default
|
|
118
|
+
};
|