bitz-react-admin-ui 2.7.4 → 2.7.6
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 +10 -1
- 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 +6 -6
- 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 +4 -1
- 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 +29 -20
- 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 +47 -18
- 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 +24 -30
- 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 +12 -9
- package/dist/components/BitzTable/ActionCol/index.mjs +183 -58
- package/dist/components/BitzTable/ActionCol/style.mjs +15 -12
- package/dist/components/BitzTable/Dropdown/index.mjs +8 -1
- package/dist/components/BitzTable/Dropdown/style.mjs +9 -6
- 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 +18 -8
- package/dist/components/BitzTable/Store/index.mjs +103 -62
- package/dist/components/BitzTable/Store/utils/index.mjs +5 -5
- package/dist/components/BitzTable/SubTable/index.mjs +122 -73
- package/dist/components/BitzTable/Table/ResizableTitle copy.mjs +43 -21
- 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 +444 -211
- 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 +105 -31
- 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.mjs +325 -159
- 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.mjs +135 -38
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +9 -2
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/ScopeSwitch.mjs +18 -5
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +121 -49
- package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +62 -18
- package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +59 -16
- 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 +46 -14
- 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 +6 -1
- package/dist/components/BitzTable/index.d.ts +1 -0
- 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 +219 -69
- 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 +6 -6
- 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 +59 -20
- package/dist/components/BitzTooltip/style.mjs +9 -6
- 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 +11 -11
- package/dist/node_modules/@ant-design/colors/es/generate.mjs +93 -0
- package/dist/node_modules/@ant-design/colors/es/presets.mjs +72 -0
- package/dist/node_modules/@ant-design/cssinjs/es/Cache.mjs +40 -0
- package/dist/node_modules/@ant-design/cssinjs/es/Keyframes.mjs +18 -0
- package/dist/node_modules/@ant-design/cssinjs/es/StyleContext.mjs +38 -0
- package/dist/node_modules/@ant-design/cssinjs/es/extractStyle.mjs +9 -0
- package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.mjs +51 -0
- package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.mjs +92 -0
- package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCompatibleInsertionEffect.mjs +15 -0
- package/dist/node_modules/@ant-design/cssinjs/es/hooks/useEffectCleanupRegister.mjs +27 -0
- package/dist/node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.mjs +47 -0
- package/dist/node_modules/@ant-design/cssinjs/es/hooks/useHMR.mjs +22 -0
- package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.mjs +210 -0
- package/dist/node_modules/@ant-design/cssinjs/es/linters/contentQuotesLinter.mjs +10 -0
- package/dist/node_modules/@ant-design/cssinjs/es/linters/hashedAnimationLinter.mjs +7 -0
- package/dist/node_modules/@ant-design/cssinjs/es/linters/utils.mjs +8 -0
- package/dist/node_modules/@ant-design/cssinjs/es/theme/Theme.mjs +20 -0
- package/dist/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.mjs +104 -0
- package/dist/node_modules/@ant-design/cssinjs/es/theme/createTheme.mjs +10 -0
- package/dist/node_modules/@ant-design/cssinjs/es/transformers/legacyLogicalProperties.mjs +4 -0
- package/dist/node_modules/@ant-design/cssinjs/es/util/cacheMapUtil.mjs +42 -0
- package/dist/node_modules/@ant-design/cssinjs/es/util/css-variables.mjs +28 -0
- package/dist/node_modules/@ant-design/cssinjs/es/util/index.mjs +52 -0
- package/dist/node_modules/@ant-design/cssinjs/node_modules/@emotion/hash/dist/hash.browser.esm.mjs +22 -0
- package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Enum.mjs +9 -0
- package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Parser.mjs +114 -0
- package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Serializer.mjs +29 -0
- package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Tokenizer.mjs +127 -0
- package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Utility.mjs +37 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/_util/hooks/useUniqueMemo.mjs +63 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/hooks/useCSP.mjs +6 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/CSSCalculator.mjs +59 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/NumCalculator.mjs +44 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/calculator.mjs +8 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/index.mjs +11 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/genStyleUtils.mjs +156 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/getCompVarPrefix.mjs +6 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/getComponentToken.mjs +26 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/getDefaultComponentToken.mjs +11 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/maxmin.mjs +36 -0
- package/dist/node_modules/@ant-design/cssinjs-utils/es/util/statistic.mjs +55 -0
- package/dist/node_modules/@ant-design/fast-color/es/FastColor.mjs +327 -0
- package/dist/node_modules/@ant-design/icons/es/components/AntdIcon.mjs +42 -0
- package/dist/node_modules/@ant-design/icons/es/components/Context.mjs +6 -0
- package/dist/node_modules/@ant-design/icons/es/components/IconBase.mjs +46 -0
- package/dist/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.mjs +18 -0
- package/dist/node_modules/@ant-design/icons/es/icons/AlignCenterOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/AppstoreOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/ArrowLeftOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/ArrowRightOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CaretDownFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CaretDownOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CheckCircleFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CheckCircleOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CheckOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/ClockCircleOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CloseOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/CopyOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/DeleteOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/DownOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/DownloadOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/EditOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/ExclamationCircleFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/EyeOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/FileTwoTone.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/FullscreenExitOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/FullscreenOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/InfoCircleFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/InfoCircleOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/LeftOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/LoadingOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/MenuFoldOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/MenuOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/MinusCircleOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/PaperClipOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/PauseCircleFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/PictureTwoTone.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/PlayCircleFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/PlusCircleFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/PlusOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/RedoOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/ReloadOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/RightOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/SearchOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/SettingFilled.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/SettingOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/icons/UploadOutlined.mjs +15 -0
- package/dist/node_modules/@ant-design/icons/es/utils.mjs +127 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/AlignCenterOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/AppstoreOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowLeftOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowRightOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckCircleFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckCircleOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ClockCircleOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CloseOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/CopyOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/DeleteOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/DownOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/DownloadOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/EditOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/FileTwoTone.mjs +7 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenExitOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/InfoCircleFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/InfoCircleOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/LeftOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuFoldOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuUnfoldOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/MinusCircleOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PaperClipOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PauseCircleFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PictureTwoTone.mjs +7 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PlayCircleFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusCircleFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/RedoOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/ReloadOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/RightOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingFilled.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/SwapRightOutlined.mjs +5 -0
- package/dist/node_modules/@ant-design/icons-svg/es/asn/UploadOutlined.mjs +5 -0
- package/dist/node_modules/@babel/runtime/helpers/defineProperty.mjs +18 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.mjs +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.mjs +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.mjs +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.mjs +26 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.mjs +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/construct.mjs +13 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createClass.mjs +15 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.mjs +18 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.mjs +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/inherits.mjs +17 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/isNativeFunction.mjs +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.mjs +13 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.mjs +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.mjs +29 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.mjs +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.mjs +7 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.mjs +25 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +15 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +15 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.mjs +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.mjs +315 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.mjs +8 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.mjs +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toArray.mjs +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs +10 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +16 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +9 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/typeof.mjs +11 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +12 -0
- package/dist/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.mjs +32 -0
- package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.mjs +13 -0
- package/dist/node_modules/@babel/runtime/helpers/objectSpread2.mjs +31 -0
- package/dist/node_modules/@babel/runtime/helpers/toPrimitive.mjs +22 -0
- package/dist/node_modules/@babel/runtime/helpers/toPropertyKey.mjs +15 -0
- package/dist/node_modules/@babel/runtime/helpers/typeof.mjs +16 -0
- package/dist/node_modules/@better-scroll/core/dist/core.esm.mjs +1377 -0
- package/dist/node_modules/@better-scroll/wheel/dist/wheel.esm.mjs +253 -0
- package/dist/node_modules/@ctrl/tinycolor/dist/module/conversion.mjs +115 -0
- package/dist/node_modules/@ctrl/tinycolor/dist/module/css-color-names.mjs +153 -0
- package/dist/node_modules/@ctrl/tinycolor/dist/module/format-input.mjs +68 -0
- package/dist/node_modules/@ctrl/tinycolor/dist/module/index.mjs +183 -0
- package/dist/node_modules/@ctrl/tinycolor/dist/module/util.mjs +32 -0
- package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.mjs +54 -0
- package/dist/node_modules/@dnd-kit/core/dist/core.esm.mjs +2524 -0
- package/dist/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.mjs +27 -0
- package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.mjs +367 -0
- package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.mjs +235 -0
- package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.mjs +251 -0
- package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.mjs +86 -0
- package/dist/node_modules/@emotion/css/dist/emotion-css.esm.mjs +7 -0
- package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.mjs +22 -0
- package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.mjs +9 -0
- package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.mjs +134 -0
- package/dist/node_modules/@emotion/serialize/node_modules/@emotion/unitless/dist/emotion-unitless.esm.mjs +53 -0
- package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.mjs +45 -0
- package/dist/node_modules/@emotion/unitless/dist/unitless.browser.esm.mjs +51 -0
- package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.mjs +34 -0
- package/dist/node_modules/@fullcalendar/core/index.mjs +1365 -0
- package/dist/node_modules/@fullcalendar/core/internal-common.mjs +4823 -0
- package/dist/node_modules/@fullcalendar/core/locales/zh-cn.mjs +28 -0
- package/dist/node_modules/@fullcalendar/daygrid/index.mjs +32 -0
- package/dist/node_modules/@fullcalendar/daygrid/internal.mjs +746 -0
- package/dist/node_modules/@fullcalendar/interaction/index.mjs +842 -0
- package/dist/node_modules/@fullcalendar/list/index.mjs +54 -0
- package/dist/node_modules/@fullcalendar/list/internal.mjs +207 -0
- package/dist/node_modules/@fullcalendar/react/dist/index.mjs +71 -0
- package/dist/node_modules/@fullcalendar/timegrid/index.mjs +31 -0
- package/dist/node_modules/@fullcalendar/timegrid/internal.mjs +900 -0
- package/dist/node_modules/@rc-component/async-validator/es/index.mjs +159 -0
- package/dist/node_modules/@rc-component/async-validator/es/messages.mjs +58 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/enum.mjs +7 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/index.mjs +17 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/pattern.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/range.mjs +10 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/required.mjs +7 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/type.mjs +63 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/url.mjs +37 -0
- package/dist/node_modules/@rc-component/async-validator/es/rule/whitespace.mjs +7 -0
- package/dist/node_modules/@rc-component/async-validator/es/util.mjs +167 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/any.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/array.mjs +13 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/boolean.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/date.mjs +17 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/enum.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/float.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/index.mjs +37 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/integer.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/method.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/number.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/object.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/pattern.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/regexp.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/required.mjs +9 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/string.mjs +14 -0
- package/dist/node_modules/@rc-component/async-validator/es/validator/type.mjs +14 -0
- package/dist/node_modules/@rc-component/color-picker/es/ColorPicker.mjs +103 -0
- package/dist/node_modules/@rc-component/color-picker/es/color.mjs +47 -0
- package/dist/node_modules/@rc-component/color-picker/es/components/ColorBlock.mjs +18 -0
- package/dist/node_modules/@rc-component/color-picker/es/components/Gradient.mjs +22 -0
- package/dist/node_modules/@rc-component/color-picker/es/components/Handler.mjs +15 -0
- package/dist/node_modules/@rc-component/color-picker/es/components/Palette.mjs +14 -0
- package/dist/node_modules/@rc-component/color-picker/es/components/Picker.mjs +58 -0
- package/dist/node_modules/@rc-component/color-picker/es/components/Slider.mjs +76 -0
- package/dist/node_modules/@rc-component/color-picker/es/components/Transform.mjs +17 -0
- package/dist/node_modules/@rc-component/color-picker/es/hooks/useColorDrag.mjs +41 -0
- package/dist/node_modules/@rc-component/color-picker/es/hooks/useColorState.mjs +17 -0
- package/dist/node_modules/@rc-component/color-picker/es/hooks/useComponent.mjs +11 -0
- package/dist/node_modules/@rc-component/color-picker/es/util.mjs +50 -0
- package/dist/node_modules/@rc-component/portal/es/Context.mjs +5 -0
- package/dist/node_modules/@rc-component/portal/es/Portal.mjs +45 -0
- package/dist/node_modules/@rc-component/portal/es/index.mjs +4 -0
- package/dist/node_modules/@rc-component/portal/es/mock.mjs +8 -0
- package/dist/node_modules/@rc-component/portal/es/useDom.mjs +37 -0
- package/dist/node_modules/@rc-component/portal/es/useScrollLocker.mjs +29 -0
- package/dist/node_modules/@rc-component/portal/es/util.mjs +6 -0
- package/dist/node_modules/@rc-component/trigger/es/Popup/Arrow.mjs +22 -0
- package/dist/node_modules/@rc-component/trigger/es/Popup/Mask.mjs +24 -0
- package/dist/node_modules/@rc-component/trigger/es/Popup/PopupContent.mjs +11 -0
- package/dist/node_modules/@rc-component/trigger/es/Popup/index.mjs +92 -0
- package/dist/node_modules/@rc-component/trigger/es/TriggerWrapper.mjs +14 -0
- package/dist/node_modules/@rc-component/trigger/es/context.mjs +5 -0
- package/dist/node_modules/@rc-component/trigger/es/hooks/useAction.mjs +13 -0
- package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.mjs +187 -0
- package/dist/node_modules/@rc-component/trigger/es/hooks/useWatch.mjs +27 -0
- package/dist/node_modules/@rc-component/trigger/es/hooks/useWinClick.mjs +27 -0
- package/dist/node_modules/@rc-component/trigger/es/index.mjs +213 -0
- package/dist/node_modules/@rc-component/trigger/es/util.mjs +61 -0
- package/dist/node_modules/ahooks/es/createUpdateEffect/index.mjs +20 -0
- package/dist/node_modules/ahooks/es/useClickAway/index.mjs +27 -0
- package/dist/node_modules/ahooks/es/useControllableValue/index.mjs +23 -0
- package/dist/node_modules/ahooks/es/useInterval/index.mjs +17 -0
- package/dist/node_modules/ahooks/es/useLatest/index.mjs +8 -0
- package/dist/node_modules/ahooks/es/useMemoizedFn/index.mjs +19 -0
- package/dist/node_modules/ahooks/es/useRafState/index.mjs +16 -0
- package/dist/node_modules/ahooks/es/useSetState/index.mjs +16 -0
- package/dist/node_modules/ahooks/es/useSize/index.mjs +34 -0
- package/dist/node_modules/ahooks/es/useThrottleFn/index.mjs +28 -0
- package/dist/node_modules/ahooks/es/useUnmount/index.mjs +17 -0
- package/dist/node_modules/ahooks/es/useUpdate/index.mjs +12 -0
- package/dist/node_modules/ahooks/es/useUpdateEffect/index.mjs +6 -0
- package/dist/node_modules/ahooks/es/useUpdateLayoutEffect/index.mjs +6 -0
- package/dist/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +27 -0
- package/dist/node_modules/ahooks/es/utils/depsAreSame.mjs +11 -0
- package/dist/node_modules/ahooks/es/utils/domTarget.mjs +13 -0
- package/dist/node_modules/ahooks/es/utils/getDocumentOrShadow.mjs +18 -0
- package/dist/node_modules/ahooks/es/utils/index.mjs +9 -0
- package/dist/node_modules/ahooks/es/utils/isBrowser.mjs +5 -0
- package/dist/node_modules/ahooks/es/utils/isDev.mjs +5 -0
- package/dist/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +7 -0
- package/dist/node_modules/ahooks/es/utils/useIsomorphicLayoutEffectWithTarget.mjs +8 -0
- package/dist/node_modules/ahooks/es/utils/useLayoutEffectWithTarget.mjs +7 -0
- package/dist/node_modules/antd/es/_util/ActionButton.mjs +70 -0
- package/dist/node_modules/antd/es/_util/ContextIsolator.mjs +20 -0
- package/dist/node_modules/antd/es/_util/PurePanel.mjs +16 -0
- package/dist/node_modules/antd/es/_util/colors.mjs +9 -0
- package/dist/node_modules/antd/es/_util/hooks/useClosable.mjs +66 -0
- package/dist/node_modules/antd/es/_util/hooks/useForceUpdate.mjs +8 -0
- package/dist/node_modules/antd/es/_util/hooks/usePatchElement.mjs +11 -0
- package/dist/node_modules/antd/es/_util/hooks/useZIndex.mjs +45 -0
- package/dist/node_modules/antd/es/_util/motion.mjs +34 -0
- package/dist/node_modules/antd/es/_util/placements.mjs +150 -0
- package/dist/node_modules/antd/es/_util/reactNode.mjs +13 -0
- package/dist/node_modules/antd/es/_util/styleChecker.mjs +5 -0
- package/dist/node_modules/antd/es/_util/toList.mjs +6 -0
- package/dist/node_modules/antd/es/_util/warning.mjs +38 -0
- package/dist/node_modules/antd/es/_util/wave/WaveEffect.mjs +96 -0
- package/dist/node_modules/antd/es/_util/wave/index.mjs +40 -0
- package/dist/node_modules/antd/es/_util/wave/interface.mjs +6 -0
- package/dist/node_modules/antd/es/_util/wave/style.mjs +47 -0
- package/dist/node_modules/antd/es/_util/wave/useWave.mjs +38 -0
- package/dist/node_modules/antd/es/_util/wave/util.mjs +16 -0
- package/dist/node_modules/antd/es/_util/zindexContext.mjs +7 -0
- package/dist/node_modules/antd/es/button/IconWrapper.mjs +18 -0
- package/dist/node_modules/antd/es/button/LoadingIcon.mjs +70 -0
- package/dist/node_modules/antd/es/button/button-group.mjs +65 -0
- package/dist/node_modules/antd/es/button/button.mjs +177 -0
- package/dist/node_modules/antd/es/button/buttonHelpers.mjs +44 -0
- package/dist/node_modules/antd/es/button/index.mjs +4 -0
- package/dist/node_modules/antd/es/button/style/compactCmp.mjs +75 -0
- package/dist/node_modules/antd/es/button/style/group.mjs +70 -0
- package/dist/node_modules/antd/es/button/style/index.mjs +373 -0
- package/dist/node_modules/antd/es/button/style/token.mjs +81 -0
- package/dist/node_modules/antd/es/calendar/locale/en_US.mjs +4 -0
- package/dist/node_modules/antd/es/color-picker/color.mjs +96 -0
- package/dist/node_modules/antd/es/color-picker/components/ColorPresets.mjs +17 -0
- package/dist/node_modules/antd/es/config-provider/DisabledContext.mjs +15 -0
- package/dist/node_modules/antd/es/config-provider/MotionWrapper.mjs +32 -0
- package/dist/node_modules/antd/es/config-provider/PropWarning.mjs +13 -0
- package/dist/node_modules/antd/es/config-provider/SizeContext.mjs +15 -0
- package/dist/node_modules/antd/es/config-provider/context.mjs +11 -0
- package/dist/node_modules/antd/es/config-provider/cssVariables.mjs +39 -0
- package/dist/node_modules/antd/es/config-provider/hooks/useCSSVarCls.mjs +23 -0
- package/dist/node_modules/antd/es/config-provider/hooks/useConfig.mjs +13 -0
- package/dist/node_modules/antd/es/config-provider/hooks/useSize.mjs +9 -0
- package/dist/node_modules/antd/es/config-provider/hooks/useTheme.mjs +41 -0
- package/dist/node_modules/antd/es/config-provider/hooks/useThemeKey.mjs +7 -0
- package/dist/node_modules/antd/es/config-provider/index.mjs +327 -0
- package/dist/node_modules/antd/es/date-picker/locale/en_US.mjs +20 -0
- package/dist/node_modules/antd/es/form/context.mjs +23 -0
- package/dist/node_modules/antd/es/form/validateMessagesContext.mjs +5 -0
- package/dist/node_modules/antd/es/locale/context.mjs +5 -0
- package/dist/node_modules/antd/es/locale/en_US.mjs +146 -0
- package/dist/node_modules/antd/es/locale/index.mjs +28 -0
- package/dist/node_modules/antd/es/locale/useLocale.mjs +17 -0
- package/dist/node_modules/antd/es/modal/ConfirmDialog.mjs +175 -0
- package/dist/node_modules/antd/es/modal/Modal.mjs +137 -0
- package/dist/node_modules/antd/es/modal/PurePanel.mjs +60 -0
- package/dist/node_modules/antd/es/modal/components/ConfirmCancelBtn.mjs +29 -0
- package/dist/node_modules/antd/es/modal/components/ConfirmOkBtn.mjs +30 -0
- package/dist/node_modules/antd/es/modal/components/NormalCancelBtn.mjs +16 -0
- package/dist/node_modules/antd/es/modal/components/NormalOkBtn.mjs +20 -0
- package/dist/node_modules/antd/es/modal/confirm.mjs +122 -0
- package/dist/node_modules/antd/es/modal/context.mjs +8 -0
- package/dist/node_modules/antd/es/modal/destroyFns.mjs +4 -0
- package/dist/node_modules/antd/es/modal/index.mjs +37 -0
- package/dist/node_modules/antd/es/modal/locale.mjs +19 -0
- package/dist/node_modules/antd/es/modal/shared.mjs +51 -0
- package/dist/node_modules/antd/es/modal/style/confirm.mjs +113 -0
- package/dist/node_modules/antd/es/modal/style/index.mjs +292 -0
- package/dist/node_modules/antd/es/modal/useModal/HookModal.mjs +60 -0
- package/dist/node_modules/antd/es/modal/useModal/index.mjs +73 -0
- package/dist/node_modules/antd/es/progress/Circle.mjs +60 -0
- package/dist/node_modules/antd/es/progress/Line.mjs +109 -0
- package/dist/node_modules/antd/es/progress/Steps.mjs +38 -0
- package/dist/node_modules/antd/es/progress/index.mjs +4 -0
- package/dist/node_modules/antd/es/progress/progress.mjs +120 -0
- package/dist/node_modules/antd/es/progress/style/index.mjs +313 -0
- package/dist/node_modules/antd/es/progress/utils.mjs +51 -0
- package/dist/node_modules/antd/es/skeleton/Avatar.mjs +31 -0
- package/dist/node_modules/antd/es/skeleton/Button.mjs +31 -0
- package/dist/node_modules/antd/es/skeleton/Element.mjs +29 -0
- package/dist/node_modules/antd/es/skeleton/Image.mjs +34 -0
- package/dist/node_modules/antd/es/skeleton/Input.mjs +31 -0
- package/dist/node_modules/antd/es/skeleton/Node.mjs +28 -0
- package/dist/node_modules/antd/es/skeleton/Paragraph.mjs +35 -0
- package/dist/node_modules/antd/es/skeleton/Skeleton.mjs +108 -0
- package/dist/node_modules/antd/es/skeleton/Title.mjs +22 -0
- package/dist/node_modules/antd/es/skeleton/index.mjs +4 -0
- package/dist/node_modules/antd/es/skeleton/style/index.mjs +311 -0
- package/dist/node_modules/antd/es/slider/Context.mjs +5 -0
- package/dist/node_modules/antd/es/slider/SliderTooltip.mjs +30 -0
- package/dist/node_modules/antd/es/slider/index.mjs +153 -0
- package/dist/node_modules/antd/es/slider/style/index.mjs +325 -0
- package/dist/node_modules/antd/es/slider/useRafLock.mjs +15 -0
- package/dist/node_modules/antd/es/space/Compact.mjs +37 -0
- package/dist/node_modules/antd/es/style/compact-item-vertical.mjs +44 -0
- package/dist/node_modules/antd/es/style/compact-item.mjs +61 -0
- package/dist/node_modules/antd/es/style/index.mjs +125 -0
- package/dist/node_modules/antd/es/style/motion/collapse.mjs +20 -0
- package/dist/node_modules/antd/es/style/motion/fade.mjs +50 -0
- package/dist/node_modules/antd/es/style/motion/motion.mjs +35 -0
- package/dist/node_modules/antd/es/style/motion/zoom.mjs +195 -0
- package/dist/node_modules/antd/es/style/placementArrow.mjs +164 -0
- package/dist/node_modules/antd/es/style/roundedArrow.mjs +74 -0
- package/dist/node_modules/antd/es/table/ExpandIcon.mjs +29 -0
- package/dist/node_modules/antd/es/theme/context.mjs +25 -0
- package/dist/node_modules/antd/es/theme/getDesignToken.mjs +23 -0
- package/dist/node_modules/antd/es/theme/interface/presetColors.mjs +4 -0
- package/dist/node_modules/antd/es/theme/themes/compact/genCompactSizeMapToken.mjs +20 -0
- package/dist/node_modules/antd/es/theme/themes/compact/index.mjs +16 -0
- package/dist/node_modules/antd/es/theme/themes/dark/colorAlgorithm.mjs +6 -0
- package/dist/node_modules/antd/es/theme/themes/dark/colors.mjs +51 -0
- package/dist/node_modules/antd/es/theme/themes/dark/index.mjs +21 -0
- package/dist/node_modules/antd/es/theme/themes/default/colorAlgorithm.mjs +6 -0
- package/dist/node_modules/antd/es/theme/themes/default/colors.mjs +49 -0
- package/dist/node_modules/antd/es/theme/themes/default/index.mjs +23 -0
- package/dist/node_modules/antd/es/theme/themes/seed.mjs +69 -0
- package/dist/node_modules/antd/es/theme/themes/shared/genColorMapToken.mjs +78 -0
- package/dist/node_modules/antd/es/theme/themes/shared/genCommonMapToken.mjs +20 -0
- package/dist/node_modules/antd/es/theme/themes/shared/genControlHeight.mjs +13 -0
- package/dist/node_modules/antd/es/theme/themes/shared/genFontMapToken.mjs +29 -0
- package/dist/node_modules/antd/es/theme/themes/shared/genFontSizes.mjs +17 -0
- package/dist/node_modules/antd/es/theme/themes/shared/genRadius.mjs +13 -0
- package/dist/node_modules/antd/es/theme/themes/shared/genSizeMapToken.mjs +29 -0
- package/dist/node_modules/antd/es/theme/useToken.mjs +118 -0
- package/dist/node_modules/antd/es/theme/util/alias.mjs +162 -0
- package/dist/node_modules/antd/es/theme/util/genPresetColor.mjs +15 -0
- package/dist/node_modules/antd/es/theme/util/genStyleUtils.mjs +50 -0
- package/dist/node_modules/antd/es/theme/util/getAlphaColor.mjs +38 -0
- package/dist/node_modules/antd/es/theme/util/useResetIconStyle.mjs +36 -0
- package/dist/node_modules/antd/es/time-picker/locale/en_US.mjs +7 -0
- package/dist/node_modules/antd/es/tooltip/PurePanel.mjs +33 -0
- package/dist/node_modules/antd/es/tooltip/index.mjs +148 -0
- package/dist/node_modules/antd/es/tooltip/style/index.mjs +139 -0
- package/dist/node_modules/antd/es/tooltip/util.mjs +15 -0
- package/dist/node_modules/antd/es/typography/hooks/useCopyClick.mjs +64 -0
- package/dist/node_modules/antd/es/upload/Dragger.mjs +32 -0
- package/dist/node_modules/antd/es/upload/Upload.mjs +304 -0
- package/dist/node_modules/antd/es/upload/UploadList/ListItem.mjs +156 -0
- package/dist/node_modules/antd/es/upload/UploadList/index.mjs +167 -0
- package/dist/node_modules/antd/es/upload/index.mjs +9 -0
- package/dist/node_modules/antd/es/upload/style/dragger.mjs +84 -0
- package/dist/node_modules/antd/es/upload/style/index.mjs +65 -0
- package/dist/node_modules/antd/es/upload/style/list.mjs +115 -0
- package/dist/node_modules/antd/es/upload/style/motion.mjs +54 -0
- package/dist/node_modules/antd/es/upload/style/picture.mjs +240 -0
- package/dist/node_modules/antd/es/upload/style/rtl.mjs +13 -0
- package/dist/node_modules/antd/es/upload/utils.mjs +79 -0
- package/dist/node_modules/antd/es/version/index.mjs +4 -0
- package/dist/node_modules/antd/es/version/version.mjs +4 -0
- package/dist/node_modules/antd/es/watermark/context.mjs +25 -0
- package/dist/node_modules/antd/lib/calendar/locale/en_US.mjs +11 -0
- package/dist/node_modules/antd/lib/date-picker/locale/en_US.mjs +28 -0
- package/dist/node_modules/antd/lib/locale/en_US.mjs +157 -0
- package/dist/node_modules/antd/lib/time-picker/locale/en_US.mjs +10 -0
- package/dist/node_modules/antd/locale/en_US.mjs +8 -0
- package/dist/node_modules/antd-img-crop/dist/antd-img-crop.esm.mjs +137 -0
- package/dist/node_modules/better-scroll/dist/better-scroll.esm.mjs +3670 -0
- package/dist/node_modules/classnames/index.mjs +42 -0
- package/dist/node_modules/clsx/dist/clsx.mjs +23 -0
- package/dist/node_modules/copy-to-clipboard/index.mjs +46 -0
- package/dist/node_modules/dayjs/dayjs.min.mjs +297 -0
- package/dist/node_modules/dayjs/locale/zh-cn.mjs +19 -0
- package/dist/node_modules/dayjs/plugin/isBetween.mjs +19 -0
- package/dist/node_modules/dayjs/plugin/isSameOrAfter.mjs +18 -0
- package/dist/node_modules/dayjs/plugin/isSameOrBefore.mjs +18 -0
- package/dist/node_modules/dayjs/plugin/isToday.mjs +19 -0
- package/dist/node_modules/dayjs/plugin/isoWeek.mjs +34 -0
- package/dist/node_modules/dayjs/plugin/objectSupport.mjs +49 -0
- package/dist/node_modules/dayjs/plugin/relativeTime.mjs +49 -0
- package/dist/node_modules/dayjs/plugin/utc.mjs +87 -0
- package/dist/node_modules/dayjs/plugin/weekOfYear.mjs +31 -0
- package/dist/node_modules/immer/dist/immer.mjs +473 -0
- package/dist/node_modules/lodash/_Symbol.mjs +5 -0
- package/dist/node_modules/lodash/_baseGetTag.mjs +11 -0
- package/dist/node_modules/lodash/_baseTrim.mjs +9 -0
- package/dist/node_modules/lodash/_freeGlobal.mjs +5 -0
- package/dist/node_modules/lodash/_getRawTag.mjs +16 -0
- package/dist/node_modules/lodash/_objectToString.mjs +8 -0
- package/dist/node_modules/lodash/_root.mjs +5 -0
- package/dist/node_modules/lodash/_trimmedEndIndex.mjs +10 -0
- package/dist/node_modules/lodash/debounce.mjs +55 -0
- package/dist/node_modules/lodash/isObject.mjs +8 -0
- package/dist/node_modules/lodash/isObjectLike.mjs +7 -0
- package/dist/node_modules/lodash/isSymbol.mjs +10 -0
- package/dist/node_modules/lodash/now.mjs +7 -0
- package/dist/node_modules/lodash/throttle.mjs +19 -0
- package/dist/node_modules/lodash/toNumber.mjs +23 -0
- package/dist/node_modules/lodash-es/_DataView.mjs +7 -0
- package/dist/node_modules/lodash-es/_Hash.mjs +20 -0
- package/dist/node_modules/lodash-es/_ListCache.mjs +20 -0
- package/dist/node_modules/lodash-es/_Map.mjs +7 -0
- package/dist/node_modules/lodash-es/_MapCache.mjs +20 -0
- package/dist/node_modules/lodash-es/_Promise.mjs +7 -0
- package/dist/node_modules/lodash-es/_Set.mjs +7 -0
- package/dist/node_modules/lodash-es/_Stack.mjs +18 -0
- package/dist/node_modules/lodash-es/_Symbol.mjs +6 -0
- package/dist/node_modules/lodash-es/_Uint8Array.mjs +6 -0
- package/dist/node_modules/lodash-es/_WeakMap.mjs +7 -0
- package/dist/node_modules/lodash-es/_apply.mjs +16 -0
- package/dist/node_modules/lodash-es/_arrayEach.mjs +8 -0
- package/dist/node_modules/lodash-es/_arrayFilter.mjs +10 -0
- package/dist/node_modules/lodash-es/_arrayLikeKeys.mjs +20 -0
- package/dist/node_modules/lodash-es/_arrayMap.mjs +8 -0
- package/dist/node_modules/lodash-es/_arrayPush.mjs +8 -0
- package/dist/node_modules/lodash-es/_assignMergeValue.mjs +8 -0
- package/dist/node_modules/lodash-es/_assignValue.mjs +10 -0
- package/dist/node_modules/lodash-es/_assocIndexOf.mjs +10 -0
- package/dist/node_modules/lodash-es/_baseAssign.mjs +8 -0
- package/dist/node_modules/lodash-es/_baseAssignIn.mjs +8 -0
- package/dist/node_modules/lodash-es/_baseAssignValue.mjs +12 -0
- package/dist/node_modules/lodash-es/_baseAt.mjs +9 -0
- package/dist/node_modules/lodash-es/_baseClone.mjs +65 -0
- package/dist/node_modules/lodash-es/_baseCreate.mjs +18 -0
- package/dist/node_modules/lodash-es/_baseFlatten.mjs +13 -0
- package/dist/node_modules/lodash-es/_baseFor.mjs +6 -0
- package/dist/node_modules/lodash-es/_baseGet.mjs +11 -0
- package/dist/node_modules/lodash-es/_baseGetAllKeys.mjs +9 -0
- package/dist/node_modules/lodash-es/_baseGetTag.mjs +10 -0
- package/dist/node_modules/lodash-es/_baseIsArguments.mjs +9 -0
- package/dist/node_modules/lodash-es/_baseIsMap.mjs +9 -0
- package/dist/node_modules/lodash-es/_baseIsNative.mjs +16 -0
- package/dist/node_modules/lodash-es/_baseIsSet.mjs +9 -0
- package/dist/node_modules/lodash-es/_baseIsTypedArray.mjs +12 -0
- package/dist/node_modules/lodash-es/_baseKeys.mjs +14 -0
- package/dist/node_modules/lodash-es/_baseKeysIn.mjs +15 -0
- package/dist/node_modules/lodash-es/_baseMerge.mjs +20 -0
- package/dist/node_modules/lodash-es/_baseMergeDeep.mjs +31 -0
- package/dist/node_modules/lodash-es/_baseRest.mjs +9 -0
- package/dist/node_modules/lodash-es/_baseSetToString.mjs +15 -0
- package/dist/node_modules/lodash-es/_baseSlice.mjs +10 -0
- package/dist/node_modules/lodash-es/_baseTimes.mjs +8 -0
- package/dist/node_modules/lodash-es/_baseToString.mjs +18 -0
- package/dist/node_modules/lodash-es/_baseUnary.mjs +8 -0
- package/dist/node_modules/lodash-es/_baseUnset.mjs +10 -0
- package/dist/node_modules/lodash-es/_castPath.mjs +10 -0
- package/dist/node_modules/lodash-es/_cloneArrayBuffer.mjs +8 -0
- package/dist/node_modules/lodash-es/_cloneBuffer.mjs +11 -0
- package/dist/node_modules/lodash-es/_cloneDataView.mjs +8 -0
- package/dist/node_modules/lodash-es/_cloneRegExp.mjs +8 -0
- package/dist/node_modules/lodash-es/_cloneSymbol.mjs +8 -0
- package/dist/node_modules/lodash-es/_cloneTypedArray.mjs +8 -0
- package/dist/node_modules/lodash-es/_copyArray.mjs +9 -0
- package/dist/node_modules/lodash-es/_copyObject.mjs +14 -0
- package/dist/node_modules/lodash-es/_copySymbols.mjs +8 -0
- package/dist/node_modules/lodash-es/_copySymbolsIn.mjs +8 -0
- package/dist/node_modules/lodash-es/_coreJsData.mjs +6 -0
- package/dist/node_modules/lodash-es/_createAssigner.mjs +15 -0
- package/dist/node_modules/lodash-es/_createBaseFor.mjs +13 -0
- package/dist/node_modules/lodash-es/_customOmitClone.mjs +7 -0
- package/dist/node_modules/lodash-es/_defineProperty.mjs +12 -0
- package/dist/node_modules/lodash-es/_flatRest.mjs +9 -0
- package/dist/node_modules/lodash-es/_freeGlobal.mjs +5 -0
- package/dist/node_modules/lodash-es/_getAllKeys.mjs +9 -0
- package/dist/node_modules/lodash-es/_getAllKeysIn.mjs +9 -0
- package/dist/node_modules/lodash-es/_getMapData.mjs +8 -0
- package/dist/node_modules/lodash-es/_getNative.mjs +9 -0
- package/dist/node_modules/lodash-es/_getPrototype.mjs +6 -0
- package/dist/node_modules/lodash-es/_getRawTag.mjs +15 -0
- package/dist/node_modules/lodash-es/_getSymbols.mjs +11 -0
- package/dist/node_modules/lodash-es/_getSymbolsIn.mjs +13 -0
- package/dist/node_modules/lodash-es/_getTag.mjs +29 -0
- package/dist/node_modules/lodash-es/_getValue.mjs +6 -0
- package/dist/node_modules/lodash-es/_hashClear.mjs +7 -0
- package/dist/node_modules/lodash-es/_hashDelete.mjs +7 -0
- package/dist/node_modules/lodash-es/_hashGet.mjs +13 -0
- package/dist/node_modules/lodash-es/_hashHas.mjs +9 -0
- package/dist/node_modules/lodash-es/_hashSet.mjs +9 -0
- package/dist/node_modules/lodash-es/_initCloneArray.mjs +8 -0
- package/dist/node_modules/lodash-es/_initCloneByTag.mjs +42 -0
- package/dist/node_modules/lodash-es/_initCloneObject.mjs +9 -0
- package/dist/node_modules/lodash-es/_isFlattenable.mjs +10 -0
- package/dist/node_modules/lodash-es/_isIndex.mjs +8 -0
- package/dist/node_modules/lodash-es/_isIterateeCall.mjs +13 -0
- package/dist/node_modules/lodash-es/_isKey.mjs +12 -0
- package/dist/node_modules/lodash-es/_isKeyable.mjs +7 -0
- package/dist/node_modules/lodash-es/_isMasked.mjs +11 -0
- package/dist/node_modules/lodash-es/_isPrototype.mjs +8 -0
- package/dist/node_modules/lodash-es/_listCacheClear.mjs +6 -0
- package/dist/node_modules/lodash-es/_listCacheDelete.mjs +12 -0
- package/dist/node_modules/lodash-es/_listCacheGet.mjs +8 -0
- package/dist/node_modules/lodash-es/_listCacheHas.mjs +7 -0
- package/dist/node_modules/lodash-es/_listCacheSet.mjs +8 -0
- package/dist/node_modules/lodash-es/_mapCacheClear.mjs +13 -0
- package/dist/node_modules/lodash-es/_mapCacheDelete.mjs +8 -0
- package/dist/node_modules/lodash-es/_mapCacheGet.mjs +7 -0
- package/dist/node_modules/lodash-es/_mapCacheHas.mjs +7 -0
- package/dist/node_modules/lodash-es/_mapCacheSet.mjs +8 -0
- package/dist/node_modules/lodash-es/_memoizeCapped.mjs +11 -0
- package/dist/node_modules/lodash-es/_nativeCreate.mjs +6 -0
- package/dist/node_modules/lodash-es/_nativeKeys.mjs +6 -0
- package/dist/node_modules/lodash-es/_nativeKeysIn.mjs +10 -0
- package/dist/node_modules/lodash-es/_nodeUtil.mjs +12 -0
- package/dist/node_modules/lodash-es/_objectToString.mjs +7 -0
- package/dist/node_modules/lodash-es/_overArg.mjs +8 -0
- package/dist/node_modules/lodash-es/_overRest.mjs +15 -0
- package/dist/node_modules/lodash-es/_parent.mjs +8 -0
- package/dist/node_modules/lodash-es/_root.mjs +6 -0
- package/dist/node_modules/lodash-es/_safeGet.mjs +7 -0
- package/dist/node_modules/lodash-es/_setToString.mjs +7 -0
- package/dist/node_modules/lodash-es/_shortOut.mjs +16 -0
- package/dist/node_modules/lodash-es/_stackClear.mjs +7 -0
- package/dist/node_modules/lodash-es/_stackDelete.mjs +7 -0
- package/dist/node_modules/lodash-es/_stackGet.mjs +6 -0
- package/dist/node_modules/lodash-es/_stackHas.mjs +6 -0
- package/dist/node_modules/lodash-es/_stackSet.mjs +17 -0
- package/dist/node_modules/lodash-es/_stringToPath.mjs +11 -0
- package/dist/node_modules/lodash-es/_toKey.mjs +11 -0
- package/dist/node_modules/lodash-es/_toSource.mjs +17 -0
- package/dist/node_modules/lodash-es/at.mjs +7 -0
- package/dist/node_modules/lodash-es/constant.mjs +8 -0
- package/dist/node_modules/lodash-es/eq.mjs +6 -0
- package/dist/node_modules/lodash-es/flatten.mjs +8 -0
- package/dist/node_modules/lodash-es/get.mjs +8 -0
- package/dist/node_modules/lodash-es/identity.mjs +6 -0
- package/dist/node_modules/lodash-es/isArguments.mjs +11 -0
- package/dist/node_modules/lodash-es/isArray.mjs +5 -0
- package/dist/node_modules/lodash-es/isArrayLike.mjs +8 -0
- package/dist/node_modules/lodash-es/isArrayLikeObject.mjs +8 -0
- package/dist/node_modules/lodash-es/isBoolean.mjs +9 -0
- package/dist/node_modules/lodash-es/isBuffer.mjs +7 -0
- package/dist/node_modules/lodash-es/isFunction.mjs +12 -0
- package/dist/node_modules/lodash-es/isLength.mjs +7 -0
- package/dist/node_modules/lodash-es/isMap.mjs +8 -0
- package/dist/node_modules/lodash-es/isObject.mjs +7 -0
- package/dist/node_modules/lodash-es/isObjectLike.mjs +6 -0
- package/dist/node_modules/lodash-es/isPlainObject.mjs +16 -0
- package/dist/node_modules/lodash-es/isSet.mjs +8 -0
- package/dist/node_modules/lodash-es/isSymbol.mjs +9 -0
- package/dist/node_modules/lodash-es/isTypedArray.mjs +8 -0
- package/dist/node_modules/lodash-es/keys.mjs +9 -0
- package/dist/node_modules/lodash-es/keysIn.mjs +9 -0
- package/dist/node_modules/lodash-es/last.mjs +7 -0
- package/dist/node_modules/lodash-es/memoize.mjs +18 -0
- package/dist/node_modules/lodash-es/merge.mjs +9 -0
- package/dist/node_modules/lodash-es/omit.mjs +24 -0
- package/dist/node_modules/lodash-es/stubArray.mjs +6 -0
- package/dist/node_modules/lodash-es/stubFalse.mjs +6 -0
- package/dist/node_modules/lodash-es/toPlainObject.mjs +8 -0
- package/dist/node_modules/lodash-es/toString.mjs +7 -0
- package/dist/node_modules/normalize-wheel/index.mjs +7 -0
- package/dist/node_modules/normalize-wheel/src/ExecutionEnvironment.mjs +11 -0
- package/dist/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.mjs +142 -0
- package/dist/node_modules/normalize-wheel/src/isEventSupported.mjs +33 -0
- package/dist/node_modules/normalize-wheel/src/normalizeWheel.mjs +19 -0
- package/dist/node_modules/object-assign/index.mjs +55 -0
- package/dist/node_modules/preact/compat/dist/compat.module.mjs +202 -0
- package/dist/node_modules/preact/dist/preact.module.mjs +343 -0
- package/dist/node_modules/preact/hooks/dist/hooks.module.mjs +63 -0
- package/dist/node_modules/prop-types/checkPropTypes.mjs +55 -0
- package/dist/node_modules/prop-types/factoryWithThrowingShims.mjs +53 -0
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.mjs +330 -0
- package/dist/node_modules/prop-types/index.mjs +16 -0
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.mjs +11 -0
- package/dist/node_modules/prop-types/lib/has.mjs +7 -0
- package/dist/node_modules/rc-dialog/es/Dialog/Content/MemoChildren.mjs +11 -0
- package/dist/node_modules/rc-dialog/es/Dialog/Content/Panel.mjs +93 -0
- package/dist/node_modules/rc-dialog/es/Dialog/Content/index.mjs +43 -0
- package/dist/node_modules/rc-dialog/es/Dialog/Mask.mjs +25 -0
- package/dist/node_modules/rc-dialog/es/Dialog/index.mjs +114 -0
- package/dist/node_modules/rc-dialog/es/DialogWrap.mjs +32 -0
- package/dist/node_modules/rc-dialog/es/context.mjs +5 -0
- package/dist/node_modules/rc-dialog/es/index.mjs +6 -0
- package/dist/node_modules/rc-dialog/es/util.mjs +23 -0
- package/dist/node_modules/rc-field-form/es/Field.mjs +300 -0
- package/dist/node_modules/rc-field-form/es/FieldContext.mjs +41 -0
- package/dist/node_modules/rc-field-form/es/Form.mjs +78 -0
- package/dist/node_modules/rc-field-form/es/FormContext.mjs +46 -0
- package/dist/node_modules/rc-field-form/es/List.mjs +82 -0
- package/dist/node_modules/rc-field-form/es/ListContext.mjs +5 -0
- package/dist/node_modules/rc-field-form/es/index.mjs +22 -0
- package/dist/node_modules/rc-field-form/es/useForm.mjs +541 -0
- package/dist/node_modules/rc-field-form/es/useWatch.mjs +53 -0
- package/dist/node_modules/rc-field-form/es/utils/NameMap.mjs +66 -0
- package/dist/node_modules/rc-field-form/es/utils/asyncUtil.mjs +15 -0
- package/dist/node_modules/rc-field-form/es/utils/messages.mjs +50 -0
- package/dist/node_modules/rc-field-form/es/utils/typeUtil.mjs +10 -0
- package/dist/node_modules/rc-field-form/es/utils/validateUtil.mjs +203 -0
- package/dist/node_modules/rc-field-form/es/utils/valueUtil.mjs +60 -0
- package/dist/node_modules/rc-motion/es/CSSMotion.mjs +73 -0
- package/dist/node_modules/rc-motion/es/CSSMotionList.mjs +95 -0
- package/dist/node_modules/rc-motion/es/DomWrapper.mjs +21 -0
- package/dist/node_modules/rc-motion/es/context.mjs +13 -0
- package/dist/node_modules/rc-motion/es/hooks/useDomMotionEvents.mjs +20 -0
- package/dist/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.mjs +6 -0
- package/dist/node_modules/rc-motion/es/hooks/useNextFrame.mjs +28 -0
- package/dist/node_modules/rc-motion/es/hooks/useStatus.mjs +91 -0
- package/dist/node_modules/rc-motion/es/hooks/useStepQueue.mjs +38 -0
- package/dist/node_modules/rc-motion/es/index.mjs +7 -0
- package/dist/node_modules/rc-motion/es/interface.mjs +13 -0
- package/dist/node_modules/rc-motion/es/util/diff.mjs +65 -0
- package/dist/node_modules/rc-motion/es/util/motion.mjs +51 -0
- package/dist/node_modules/rc-pagination/es/locale/en_US.mjs +18 -0
- package/dist/node_modules/rc-pagination/lib/locale/en_US.mjs +21 -0
- package/dist/node_modules/rc-picker/es/locale/common.mjs +9 -0
- package/dist/node_modules/rc-picker/es/locale/en_US.mjs +31 -0
- package/dist/node_modules/rc-picker/lib/locale/common.mjs +14 -0
- package/dist/node_modules/rc-picker/lib/locale/en_US.mjs +37 -0
- package/dist/node_modules/rc-progress/es/Circle/PtgCircle.mjs +52 -0
- package/dist/node_modules/rc-progress/es/Circle/index.mjs +83 -0
- package/dist/node_modules/rc-progress/es/Circle/util.mjs +23 -0
- package/dist/node_modules/rc-progress/es/Line.mjs +3 -0
- package/dist/node_modules/rc-progress/es/common.mjs +27 -0
- package/dist/node_modules/rc-progress/es/hooks/useId.mjs +18 -0
- package/dist/node_modules/rc-resize-observer/es/Collection.mjs +22 -0
- package/dist/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.mjs +21 -0
- package/dist/node_modules/rc-resize-observer/es/SingleObserver/index.mjs +59 -0
- package/dist/node_modules/rc-resize-observer/es/index.mjs +24 -0
- package/dist/node_modules/rc-resize-observer/es/utils/observerUtil.mjs +23 -0
- package/dist/node_modules/rc-slider/es/Handles/Handle.mjs +103 -0
- package/dist/node_modules/rc-slider/es/Handles/index.mjs +69 -0
- package/dist/node_modules/rc-slider/es/Marks/Mark.mjs +22 -0
- package/dist/node_modules/rc-slider/es/Marks/index.mjs +20 -0
- package/dist/node_modules/rc-slider/es/Slider.mjs +225 -0
- package/dist/node_modules/rc-slider/es/Steps/Dot.mjs +16 -0
- package/dist/node_modules/rc-slider/es/Steps/index.mjs +28 -0
- package/dist/node_modules/rc-slider/es/Tracks/Track.mjs +34 -0
- package/dist/node_modules/rc-slider/es/Tracks/index.mjs +50 -0
- package/dist/node_modules/rc-slider/es/context.mjs +17 -0
- package/dist/node_modules/rc-slider/es/hooks/useDrag.mjs +104 -0
- package/dist/node_modules/rc-slider/es/hooks/useOffset.mjs +104 -0
- package/dist/node_modules/rc-slider/es/hooks/useRange.mjs +13 -0
- package/dist/node_modules/rc-slider/es/index.mjs +5 -0
- package/dist/node_modules/rc-slider/es/util.mjs +29 -0
- package/dist/node_modules/rc-tooltip/es/Popup.mjs +17 -0
- package/dist/node_modules/rc-tooltip/es/Tooltip.mjs +52 -0
- package/dist/node_modules/rc-tooltip/es/index.mjs +6 -0
- package/dist/node_modules/rc-tooltip/es/placements.mjs +84 -0
- package/dist/node_modules/rc-upload/es/AjaxUploader.mjs +284 -0
- package/dist/node_modules/rc-upload/es/Upload.mjs +57 -0
- package/dist/node_modules/rc-upload/es/attr-accept.mjs +22 -0
- package/dist/node_modules/rc-upload/es/index.mjs +4 -0
- package/dist/node_modules/rc-upload/es/request.mjs +46 -0
- package/dist/node_modules/rc-upload/es/traverseFileTree.mjs +137 -0
- package/dist/node_modules/rc-upload/es/uid.mjs +7 -0
- package/dist/node_modules/rc-util/es/Children/toArray.mjs +11 -0
- package/dist/node_modules/rc-util/es/Dom/canUseDom.mjs +6 -0
- package/dist/node_modules/rc-util/es/Dom/contains.mjs +15 -0
- package/dist/node_modules/rc-util/es/Dom/dynamicCSS.mjs +87 -0
- package/dist/node_modules/rc-util/es/Dom/findDOMNode.mjs +24 -0
- package/dist/node_modules/rc-util/es/Dom/isVisible.mjs +22 -0
- package/dist/node_modules/rc-util/es/Dom/shadow.mjs +14 -0
- package/dist/node_modules/rc-util/es/KeyCode.mjs +517 -0
- package/dist/node_modules/rc-util/es/React/render.mjs +81 -0
- package/dist/node_modules/rc-util/es/getScrollBarSize.mjs +38 -0
- package/dist/node_modules/rc-util/es/hooks/useEvent.mjs +14 -0
- package/dist/node_modules/rc-util/es/hooks/useId.mjs +27 -0
- package/dist/node_modules/rc-util/es/hooks/useLayoutEffect.mjs +21 -0
- package/dist/node_modules/rc-util/es/hooks/useMemo.mjs +8 -0
- package/dist/node_modules/rc-util/es/hooks/useMergedState.mjs +25 -0
- package/dist/node_modules/rc-util/es/hooks/useState.mjs +17 -0
- package/dist/node_modules/rc-util/es/hooks/useSyncState.mjs +16 -0
- package/dist/node_modules/rc-util/es/isEqual.mjs +35 -0
- package/dist/node_modules/rc-util/es/isMobile.mjs +9 -0
- package/dist/node_modules/rc-util/es/omit.mjs +9 -0
- package/dist/node_modules/rc-util/es/pickAttrs.mjs +42 -0
- package/dist/node_modules/rc-util/es/raf.mjs +40 -0
- package/dist/node_modules/rc-util/es/ref.mjs +39 -0
- package/dist/node_modules/rc-util/es/utils/get.mjs +11 -0
- package/dist/node_modules/rc-util/es/utils/set.mjs +47 -0
- package/dist/node_modules/rc-util/es/warning.mjs +44 -0
- package/dist/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.mjs +103 -0
- package/dist/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.mjs +82 -0
- package/dist/node_modules/rc-util/node_modules/react-is/index.mjs +8 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.development.mjs +616 -0
- package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +32 -0
- package/dist/node_modules/react/jsx-runtime.mjs +8 -0
- package/dist/node_modules/react-device-detect/dist/lib.mjs +721 -0
- package/dist/node_modules/react-dom/client.mjs +26 -0
- package/dist/node_modules/react-draggable/build/cjs/Draggable.mjs +343 -0
- package/dist/node_modules/react-draggable/build/cjs/DraggableCore.mjs +324 -0
- package/dist/node_modules/react-draggable/build/cjs/cjs.mjs +14 -0
- package/dist/node_modules/react-draggable/build/cjs/utils/domFns.mjs +174 -0
- package/dist/node_modules/react-draggable/build/cjs/utils/getPrefix.mjs +35 -0
- package/dist/node_modules/react-draggable/build/cjs/utils/log.mjs +7 -0
- package/dist/node_modules/react-draggable/build/cjs/utils/positionFns.mjs +107 -0
- package/dist/node_modules/react-draggable/build/cjs/utils/shims.mjs +30 -0
- package/dist/node_modules/react-draggable/node_modules/clsx/dist/clsx.m.mjs +22 -0
- package/dist/node_modules/react-easy-crop/index.module.mjs +543 -0
- package/dist/node_modules/react-i18next/dist/es/context.mjs +19 -0
- package/dist/node_modules/react-i18next/dist/es/defaults.mjs +17 -0
- package/dist/node_modules/react-i18next/dist/es/i18nInstance.mjs +7 -0
- package/dist/node_modules/react-i18next/dist/es/unescape.mjs +25 -0
- package/dist/node_modules/react-i18next/dist/es/useTranslation.mjs +74 -0
- package/dist/node_modules/react-i18next/dist/es/utils.mjs +61 -0
- package/dist/node_modules/react-is/cjs/react-is.development.mjs +95 -0
- package/dist/node_modules/react-is/cjs/react-is.production.min.mjs +79 -0
- package/dist/node_modules/react-is/index.mjs +10 -0
- package/dist/node_modules/react-resizable/build/Resizable.mjs +201 -0
- package/dist/node_modules/react-resizable/build/ResizableBox.mjs +162 -0
- package/dist/node_modules/react-resizable/build/propTypes.mjs +118 -0
- package/dist/node_modules/react-resizable/build/utils.mjs +54 -0
- package/dist/node_modules/react-resizable/index.mjs +13 -0
- package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.mjs +290 -0
- package/dist/node_modules/screenfull/index.mjs +122 -0
- package/dist/node_modules/stylis/src/Enum.mjs +12 -0
- package/dist/node_modules/stylis/src/Middleware.mjs +18 -0
- package/dist/node_modules/stylis/src/Parser.mjs +114 -0
- package/dist/node_modules/stylis/src/Serializer.mjs +28 -0
- package/dist/node_modules/stylis/src/Tokenizer.mjs +131 -0
- package/dist/node_modules/stylis/src/Utility.mjs +50 -0
- package/dist/node_modules/throttle-debounce/esm/index.mjs +35 -0
- package/dist/node_modules/toggle-selection/index.mjs +25 -0
- package/dist/node_modules/tslib/tslib.es6.mjs +97 -0
- package/dist/node_modules/ua-parser-js/dist/ua-parser.min.mjs +86 -0
- package/dist/node_modules/use-immer/dist/use-immer.module.mjs +13 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +61 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +60 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +85 -0
- package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +50 -0
- package/dist/node_modules/use-sync-external-store/shim/index.mjs +10 -0
- package/dist/node_modules/use-sync-external-store/shim/with-selector.mjs +10 -0
- package/dist/node_modules/zustand/esm/index.mjs +24 -0
- package/dist/node_modules/zustand/esm/vanilla.mjs +16 -0
- package/dist/style.css +1 -1
- package/dist/utils/WithFluent.mjs +19 -13
- package/dist/utils/create.mjs +7 -1
- package/dist/utils/time.mjs +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import { __exports as d } from "../../../../_virtual/with-selector.development.mjs";
|
|
2
|
+
import W from "react";
|
|
3
|
+
import { __require as I } from "../../shim/index.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* use-sync-external-store-shim/with-selector.development.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var h;
|
|
14
|
+
function N() {
|
|
15
|
+
return h ? d : (h = 1, process.env.NODE_ENV !== "production" && function() {
|
|
16
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
17
|
+
var i = W, A = I();
|
|
18
|
+
function R(e, r) {
|
|
19
|
+
return e === r && (e !== 0 || 1 / e === 1 / r) || e !== e && r !== r;
|
|
20
|
+
}
|
|
21
|
+
var T = typeof Object.is == "function" ? Object.is : R, V = A.useSyncExternalStore, D = i.useRef, M = i.useEffect, g = i.useMemo, y = i.useDebugValue;
|
|
22
|
+
function G(e, r, a, f, n) {
|
|
23
|
+
var l = D(null), t;
|
|
24
|
+
l.current === null ? (t = {
|
|
25
|
+
hasValue: !1,
|
|
26
|
+
value: null
|
|
27
|
+
}, l.current = t) : t = l.current;
|
|
28
|
+
var m = g(function() {
|
|
29
|
+
var E = !1, c, _, L = function(u) {
|
|
30
|
+
if (!E) {
|
|
31
|
+
E = !0, c = u;
|
|
32
|
+
var v = f(u);
|
|
33
|
+
if (n !== void 0 && t.hasValue) {
|
|
34
|
+
var O = t.value;
|
|
35
|
+
if (n(O, v))
|
|
36
|
+
return _ = O, O;
|
|
37
|
+
}
|
|
38
|
+
return _ = v, v;
|
|
39
|
+
}
|
|
40
|
+
var K = c, s = _;
|
|
41
|
+
if (T(K, u))
|
|
42
|
+
return s;
|
|
43
|
+
var S = f(u);
|
|
44
|
+
return n !== void 0 && n(s, S) ? s : (c = u, _ = S, S);
|
|
45
|
+
}, p = a === void 0 ? null : a, C = function() {
|
|
46
|
+
return L(r());
|
|
47
|
+
}, H = p === null ? void 0 : function() {
|
|
48
|
+
return L(p());
|
|
49
|
+
};
|
|
50
|
+
return [C, H];
|
|
51
|
+
}, [r, a, f, n]), b = m[0], B = m[1], o = V(e, b, B);
|
|
52
|
+
return M(function() {
|
|
53
|
+
t.hasValue = !0, t.value = o;
|
|
54
|
+
}, [o]), y(o), o;
|
|
55
|
+
}
|
|
56
|
+
d.useSyncExternalStoreWithSelector = G, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
57
|
+
}(), d);
|
|
58
|
+
}
|
|
59
|
+
export {
|
|
60
|
+
N as __require
|
|
61
|
+
};
|
|
@@ -0,0 +1,60 @@
|
|
|
1
|
+
import { __exports as _ } from "../../../../_virtual/with-selector.production.min.mjs";
|
|
2
|
+
import w from "react";
|
|
3
|
+
import { __require as O } from "../../shim/index.mjs";
|
|
4
|
+
/**
|
|
5
|
+
* @license React
|
|
6
|
+
* use-sync-external-store-shim/with-selector.production.min.js
|
|
7
|
+
*
|
|
8
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
9
|
+
*
|
|
10
|
+
* This source code is licensed under the MIT license found in the
|
|
11
|
+
* LICENSE file in the root directory of this source tree.
|
|
12
|
+
*/
|
|
13
|
+
var S;
|
|
14
|
+
function z() {
|
|
15
|
+
if (S)
|
|
16
|
+
return _;
|
|
17
|
+
S = 1;
|
|
18
|
+
var c = w, q = O();
|
|
19
|
+
function x(e, u) {
|
|
20
|
+
return e === u && (e !== 0 || 1 / e === 1 / u) || e !== e && u !== u;
|
|
21
|
+
}
|
|
22
|
+
var V = typeof Object.is == "function" ? Object.is : x, y = q.useSyncExternalStore, E = c.useRef, R = c.useEffect, W = c.useMemo, j = c.useDebugValue;
|
|
23
|
+
return _.useSyncExternalStoreWithSelector = function(e, u, a, s, o) {
|
|
24
|
+
var t = E(null);
|
|
25
|
+
if (t.current === null) {
|
|
26
|
+
var n = { hasValue: !1, value: null };
|
|
27
|
+
t.current = n;
|
|
28
|
+
} else
|
|
29
|
+
n = t.current;
|
|
30
|
+
t = W(function() {
|
|
31
|
+
function m(r) {
|
|
32
|
+
if (!d) {
|
|
33
|
+
if (d = !0, v = r, r = s(r), o !== void 0 && n.hasValue) {
|
|
34
|
+
var i = n.value;
|
|
35
|
+
if (o(i, r))
|
|
36
|
+
return f = i;
|
|
37
|
+
}
|
|
38
|
+
return f = r;
|
|
39
|
+
}
|
|
40
|
+
if (i = f, V(v, r))
|
|
41
|
+
return i;
|
|
42
|
+
var p = s(r);
|
|
43
|
+
return o !== void 0 && o(i, p) ? i : (v = r, f = p);
|
|
44
|
+
}
|
|
45
|
+
var d = !1, v, f, h = a === void 0 ? null : a;
|
|
46
|
+
return [function() {
|
|
47
|
+
return m(u());
|
|
48
|
+
}, h === null ? void 0 : function() {
|
|
49
|
+
return m(h());
|
|
50
|
+
}];
|
|
51
|
+
}, [u, a, s, o]);
|
|
52
|
+
var l = y(e, t[0], t[1]);
|
|
53
|
+
return R(function() {
|
|
54
|
+
n.hasValue = !0, n.value = l;
|
|
55
|
+
}, [l]), j(l), l;
|
|
56
|
+
}, _;
|
|
57
|
+
}
|
|
58
|
+
export {
|
|
59
|
+
z as __require
|
|
60
|
+
};
|
package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs
ADDED
|
@@ -0,0 +1,85 @@
|
|
|
1
|
+
import { __exports as c } from "../../../_virtual/use-sync-external-store-shim.development.mjs";
|
|
2
|
+
import I from "react";
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* use-sync-external-store-shim.development.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var p;
|
|
13
|
+
function G() {
|
|
14
|
+
return p ? c : (p = 1, process.env.NODE_ENV !== "production" && function() {
|
|
15
|
+
typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStart(new Error());
|
|
16
|
+
var o = I, O = o.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED;
|
|
17
|
+
function _(t) {
|
|
18
|
+
{
|
|
19
|
+
for (var e = arguments.length, r = new Array(e > 1 ? e - 1 : 0), n = 1; n < e; n++)
|
|
20
|
+
r[n - 1] = arguments[n];
|
|
21
|
+
E("error", t, r);
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
function E(t, e, r) {
|
|
25
|
+
{
|
|
26
|
+
var n = O.ReactDebugCurrentFrame, u = n.getStackAddendum();
|
|
27
|
+
u !== "" && (e += "%s", r = r.concat([u]));
|
|
28
|
+
var i = r.map(function(a) {
|
|
29
|
+
return String(a);
|
|
30
|
+
});
|
|
31
|
+
i.unshift("Warning: " + e), Function.prototype.apply.call(console[t], console, i);
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
function v(t, e) {
|
|
35
|
+
return t === e && (t !== 0 || 1 / t === 1 / e) || t !== t && e !== e;
|
|
36
|
+
}
|
|
37
|
+
var l = typeof Object.is == "function" ? Object.is : v, h = o.useState, L = o.useEffect, y = o.useLayoutEffect, m = o.useDebugValue, S = !1, d = !1;
|
|
38
|
+
function T(t, e, r) {
|
|
39
|
+
S || o.startTransition !== void 0 && (S = !0, _("You are using an outdated, pre-release alpha of React 18 that does not support useSyncExternalStore. The use-sync-external-store shim will not work correctly. Upgrade to a newer pre-release."));
|
|
40
|
+
var n = e();
|
|
41
|
+
if (!d) {
|
|
42
|
+
var u = e();
|
|
43
|
+
l(n, u) || (_("The result of getSnapshot should be cached to avoid an infinite loop"), d = !0);
|
|
44
|
+
}
|
|
45
|
+
var i = h({
|
|
46
|
+
inst: {
|
|
47
|
+
value: n,
|
|
48
|
+
getSnapshot: e
|
|
49
|
+
}
|
|
50
|
+
}), a = i[0].inst, f = i[1];
|
|
51
|
+
return y(function() {
|
|
52
|
+
a.value = n, a.getSnapshot = e, s(a) && f({
|
|
53
|
+
inst: a
|
|
54
|
+
});
|
|
55
|
+
}, [t, n, e]), L(function() {
|
|
56
|
+
s(a) && f({
|
|
57
|
+
inst: a
|
|
58
|
+
});
|
|
59
|
+
var C = function() {
|
|
60
|
+
s(a) && f({
|
|
61
|
+
inst: a
|
|
62
|
+
});
|
|
63
|
+
};
|
|
64
|
+
return t(C);
|
|
65
|
+
}, [t]), m(n), n;
|
|
66
|
+
}
|
|
67
|
+
function s(t) {
|
|
68
|
+
var e = t.getSnapshot, r = t.value;
|
|
69
|
+
try {
|
|
70
|
+
var n = e();
|
|
71
|
+
return !l(r, n);
|
|
72
|
+
} catch {
|
|
73
|
+
return !0;
|
|
74
|
+
}
|
|
75
|
+
}
|
|
76
|
+
function g(t, e, r) {
|
|
77
|
+
return e();
|
|
78
|
+
}
|
|
79
|
+
var A = typeof window < "u" && typeof window.document < "u" && typeof window.document.createElement < "u", R = !A, D = R ? g : T, w = o.useSyncExternalStore !== void 0 ? o.useSyncExternalStore : D;
|
|
80
|
+
c.useSyncExternalStore = w, typeof __REACT_DEVTOOLS_GLOBAL_HOOK__ < "u" && typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop == "function" && __REACT_DEVTOOLS_GLOBAL_HOOK__.registerInternalModuleStop(new Error());
|
|
81
|
+
}(), c);
|
|
82
|
+
}
|
|
83
|
+
export {
|
|
84
|
+
G as __require
|
|
85
|
+
};
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { __exports as f } from "../../../_virtual/use-sync-external-store-shim.production.min.mjs";
|
|
2
|
+
import h from "react";
|
|
3
|
+
/**
|
|
4
|
+
* @license React
|
|
5
|
+
* use-sync-external-store-shim.production.min.js
|
|
6
|
+
*
|
|
7
|
+
* Copyright (c) Facebook, Inc. and its affiliates.
|
|
8
|
+
*
|
|
9
|
+
* This source code is licensed under the MIT license found in the
|
|
10
|
+
* LICENSE file in the root directory of this source tree.
|
|
11
|
+
*/
|
|
12
|
+
var s;
|
|
13
|
+
function w() {
|
|
14
|
+
if (s)
|
|
15
|
+
return f;
|
|
16
|
+
s = 1;
|
|
17
|
+
var u = h;
|
|
18
|
+
function a(e, t) {
|
|
19
|
+
return e === t && (e !== 0 || 1 / e === 1 / t) || e !== e && t !== t;
|
|
20
|
+
}
|
|
21
|
+
var S = typeof Object.is == "function" ? Object.is : a, d = u.useState, p = u.useEffect, m = u.useLayoutEffect, l = u.useDebugValue;
|
|
22
|
+
function y(e, t) {
|
|
23
|
+
var r = t(), i = d({ inst: { value: r, getSnapshot: t } }), n = i[0].inst, c = i[1];
|
|
24
|
+
return m(function() {
|
|
25
|
+
n.value = r, n.getSnapshot = t, o(n) && c({ inst: n });
|
|
26
|
+
}, [e, r, t]), p(function() {
|
|
27
|
+
return o(n) && c({ inst: n }), e(function() {
|
|
28
|
+
o(n) && c({ inst: n });
|
|
29
|
+
});
|
|
30
|
+
}, [e]), l(r), r;
|
|
31
|
+
}
|
|
32
|
+
function o(e) {
|
|
33
|
+
var t = e.getSnapshot;
|
|
34
|
+
e = e.value;
|
|
35
|
+
try {
|
|
36
|
+
var r = t();
|
|
37
|
+
return !S(e, r);
|
|
38
|
+
} catch {
|
|
39
|
+
return !0;
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
function _(e, t) {
|
|
43
|
+
return t();
|
|
44
|
+
}
|
|
45
|
+
var v = typeof window > "u" || typeof window.document > "u" || typeof window.document.createElement > "u" ? _ : y;
|
|
46
|
+
return f.useSyncExternalStore = u.useSyncExternalStore !== void 0 ? u.useSyncExternalStore : v, f;
|
|
47
|
+
}
|
|
48
|
+
export {
|
|
49
|
+
w as __require
|
|
50
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { __module as r } from "../../../_virtual/index6.mjs";
|
|
2
|
+
import { __require as i } from "../cjs/use-sync-external-store-shim.production.min.mjs";
|
|
3
|
+
import { __require as o } from "../cjs/use-sync-external-store-shim.development.mjs";
|
|
4
|
+
var e;
|
|
5
|
+
function n() {
|
|
6
|
+
return e ? r.exports : (e = 1, process.env.NODE_ENV === "production" ? r.exports = i() : r.exports = o(), r.exports);
|
|
7
|
+
}
|
|
8
|
+
export {
|
|
9
|
+
n as __require
|
|
10
|
+
};
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
import { getDefaultExportFromCjs as r } from "../../../_virtual/_commonjsHelpers.mjs";
|
|
2
|
+
import { __module as e } from "../../../_virtual/with-selector.mjs";
|
|
3
|
+
import { __require as o } from "../cjs/use-sync-external-store-shim/with-selector.production.min.mjs";
|
|
4
|
+
import { __require as t } from "../cjs/use-sync-external-store-shim/with-selector.development.mjs";
|
|
5
|
+
process.env.NODE_ENV === "production" ? e.exports = o() : e.exports = t();
|
|
6
|
+
var i = e.exports;
|
|
7
|
+
const u = /* @__PURE__ */ r(i);
|
|
8
|
+
export {
|
|
9
|
+
u as default
|
|
10
|
+
};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { createStore as s } from "./vanilla.mjs";
|
|
2
|
+
import u from "react";
|
|
3
|
+
import E from "../../use-sync-external-store/shim/with-selector.mjs";
|
|
4
|
+
const { useDebugValue: a } = u, { useSyncExternalStoreWithSelector: c } = E;
|
|
5
|
+
const l = (t) => t;
|
|
6
|
+
function d(t, e = l, o) {
|
|
7
|
+
const n = c(
|
|
8
|
+
t.subscribe,
|
|
9
|
+
t.getState,
|
|
10
|
+
t.getServerState || t.getInitialState,
|
|
11
|
+
e,
|
|
12
|
+
o
|
|
13
|
+
);
|
|
14
|
+
return a(n), n;
|
|
15
|
+
}
|
|
16
|
+
const r = (t) => {
|
|
17
|
+
const e = typeof t == "function" ? s(t) : t, o = (n, i) => d(e, n, i);
|
|
18
|
+
return Object.assign(o, e), o;
|
|
19
|
+
}, S = (t) => t ? r(t) : r;
|
|
20
|
+
export {
|
|
21
|
+
S as create,
|
|
22
|
+
s as createStore,
|
|
23
|
+
d as useStore
|
|
24
|
+
};
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
const a = (s) => {
|
|
2
|
+
let t;
|
|
3
|
+
const n = /* @__PURE__ */ new Set(), c = (e, u) => {
|
|
4
|
+
const o = typeof e == "function" ? e(t) : e;
|
|
5
|
+
if (!Object.is(o, t)) {
|
|
6
|
+
const E = t;
|
|
7
|
+
t = u ?? (typeof o != "object" || o === null) ? o : Object.assign({}, t, o), n.forEach((b) => b(t, E));
|
|
8
|
+
}
|
|
9
|
+
}, r = () => t, i = { setState: c, getState: r, getInitialState: () => l, subscribe: (e) => (n.add(e), () => n.delete(e)), destroy: () => {
|
|
10
|
+
n.clear();
|
|
11
|
+
} }, l = t = s(c, r, i);
|
|
12
|
+
return i;
|
|
13
|
+
}, f = (s) => s ? a(s) : a;
|
|
14
|
+
export {
|
|
15
|
+
f as createStore
|
|
16
|
+
};
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.fullScreenBlock{line-height:0;cursor:pointer}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}.BitzLoadMorePage .scroll_container{height:100%}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.bitzTextBlock{display:inline-flex}.bitzTextBlock:hover .copyIcon{opacity:1;pointer-events:auto}.bitzTextBlock .bitzTextContent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bitzTextBlock .bitzMeasureContent{white-space:nowrap;position:absolute;left:0;visibility:hidden;pointer-events:none}.bitzTextBlock .copyIcon{display:inline-block;padding-left:4px;opacity:0;transform:translateY(.06em);transition:opacity .15s;pointer-events:none}.bitzTextBlock .copyIcon:not(:hover){color:inherit!important}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>td,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative;overflow:hidden;background-color:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{width:2px;position:absolute;left:0;top:calc(var(--toolbar-height) + 1px);opacity:0;transition:opacity .2s;pointer-events:none;z-index:101}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizable{position:relative;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr>.bitzResizable.disabledUserSelect{-webkit-user-select:none;user-select:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizableHandle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .lastColumn .bitzResizableHandle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{right:0;width:5px}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{position:static;pointer-events:none}.bitzTableBlock .bitzTableContainer.stickyTable .bitzTableContainerBody{overflow:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .bitzTableTitle{font-size:inherit;line-height:normal;margin:0}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-suffix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .sorterCol{text-align:center}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper{height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper{padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative;overflow:hidden}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px;line-height:normal}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
|
|
1
|
+
.bitzAppPage{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;background:#f4f7fc}.bitzAppPage .pageNavBar{position:relative;width:100%;height:50px;display:flex;align-items:center;justify-content:center}.bitzAppPage .pageNavBar .barLeft{position:absolute;top:0;left:0;width:33%;height:100%;display:flex;align-items:center}.bitzAppPage .pageNavBar .barLeft .icon{margin-left:20px}.bitzAppPage .pageNavBar .barRight{position:absolute;top:0;right:20px;width:33%;height:100%;display:flex;align-items:center;justify-content:flex-end}.bitzAppPage .pageNavBar .barRight .icon{margin-left:20px}.bitzAppPage .pageContent{width:100%;height:calc(100% - 50px);background:#fff}._BitzAdressBook_ojoim_1{height:100%}._BitzAdressBook_ojoim_1 .ant-tabs{height:calc(100% - 32px)}._BitzAdressBook_ojoim_1 .ant-tabs-content,._BitzAdressBook_ojoim_1 .ant-tabs-content>*{height:100%}._filter_ojoim_11{display:flex;position:relative}._filter_ojoim_11 ._input_ojoim_15{flex:1;display:flex}._filter_ojoim_11 ._icon_ojoim_19{position:absolute;left:9px;top:9px;color:#918c8c}._filter_ojoim_11 input{flex:1;outline:none;background-color:#eee;border:none;height:30px;border-radius:4px;padding-left:30px;padding-right:5px}._filter_ojoim_11 ._filterIcon_ojoim_35{width:40px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer}._container_ojoim_43{height:100%;overflow:hidden;position:relative}._main_ojoim_48{height:100%;overflow:auto;margin-right:-8px}._main_ojoim_48 ._item_ojoim_53{display:flex;align-items:center;gap:10px;padding:10px;background-color:#fff}._main_ojoim_48 ._item_ojoim_53:hover{background-color:#efefef}._main_ojoim_48 ._avatar_ojoim_63{width:40px;height:40px;border-radius:100%;background-color:#5d73fa;color:#fff;display:flex;justify-content:center;align-items:center}._main_ojoim_48 ._name_ojoim_73{color:#333}._main_ojoim_48 ._phone_ojoim_76{color:#3339}._sidebar_ojoim_79{height:100%;overflow:auto;position:absolute;right:-34px;top:0;text-align:center;font-size:12px}._sidebar_ojoim_79 ._item_ojoim_53{width:30px;line-height:30px;margin:2px 20px 2px 0;border-radius:4px}._sidebar_ojoim_79 ._item_ojoim_53._active_ojoim_94,._sidebar_ojoim_79 ._item_ojoim_53:hover{cursor:pointer;background:#5d73fa;color:#fff}.bitzDrawerBlock .ant-drawer-header-title{flex-direction:row-reverse}.bitzDrawerBlock .ant-drawer-header,.bitzPickDrawerheaderwrap .ant-drawer-header{padding:10px;background-color:#f7f7f7}.bitzPickDrawerheader{display:flex;justify-content:space-between}.bitzPickDrawerContent{margin:-24px}.bitzPickDrawerContent .ant-tabs-tab{padding:15px;margin-left:0!important}.bitzPickDrawerContent .item{display:flex;padding:12px;justify-content:space-between}.bitzPickDrawerContent .item:active{background:rgba(0,0,0,.05)}.bitzCollapseBlock{display:flex;align-items:center;justify-content:center}.bitzCollapseBlock .anticon svg{width:1.5em;height:1.5em}.bitzCollapseBlock:hover{cursor:pointer}.bitzFloatLayoutBlock{position:fixed;width:100%;height:100%;top:0;left:0;visibility:hidden;z-index:810;transition:visibility .3s cubic-bezier(.36,.66,.04,1)}.bitzFloatLayoutBlock__overlay{top:0;left:0;width:100%;height:100%;position:absolute;background-color:#0000004d;opacity:0;transition:opacity .15s ease-in}.bitzFloatLayoutBlock__header{position:relative;padding:10px;line-height:1.5;background-color:#f7f7f7}.bitzFloatLayoutBlock__header__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#333;font-size:16px;display:block;padding-right:1.70667rem}.bitzFloatLayoutBlock__header__close{position:absolute;padding:.21333rem;top:50%;right:10px;width:20px;height:100%;line-height:1;transform:translateY(-50%)}.bitzFloatLayoutBlock__header__close:after,.bitzFloatLayoutBlock__header__close:before{content:"";position:absolute;top:50%;left:50%;display:inline-block;width:.768rem;height:2px;border-radius:1px;background:#ccc}.bitzFloatLayoutBlock__header__close:before{transform:translate3d(-50%,-50%,0) rotate(45deg)}.bitzFloatLayoutBlock__header__close:after{transform:translate3d(-50%,-50%,0) rotate(-45deg)}.bitzFloatLayoutBlock__container{position:absolute;bottom:0;width:100%;min-height:10vh;max-height:90vh;background-color:#fff;transform:translate3d(0,100%,0);transition:transform .3s cubic-bezier(.36,.66,.04,1);display:flex;flex-direction:column}.bitzFloatLayoutBlock__body{flex:1;overflow-y:auto}.bitzFloatLayoutBlock--active{visibility:visible}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__overlay{opacity:1}.bitzFloatLayoutBlock--active .bitzFloatLayoutBlock__container{transform:translateZ(0)}.bitzConfirmModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzConfirmModalBlock .ant-modal-content{position:relative;padding:0;border-radius:6px;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-close{position:absolute;top:14px;right:20px;width:16px;height:16px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header{height:44px;margin-bottom:0;border-radius:6px 6px 0 0;padding:10px 20px;box-sizing:border-box;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-header .ant-modal-title{display:block}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox{display:flex;justify-content:center;padding:24px 40px 30px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-body .textBox .warnIcon{width:20px;height:20px;margin-right:10px}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer{margin-top:0;display:flex;align-items:center;justify-content:center;gap:20px;flex-flow:row-reverse;padding-bottom:24px;border-top:none;background-color:var(--modalContent-colorBg)}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn{width:94px;height:32px;padding:0;border-radius:4px;margin-left:0}.bitzConfirmModalBlock .ant-modal-content .ant-modal-footer .ant-btn span{font-size:14px}.bitzNoDataBlock{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.bitzNoDataBlock .noDataText{margin-top:10px;color:#999;font-size:16px}:root{--rv-list-text-color: #969799;--rv-list-text-font-size: 14px;--rv-list-text-line-height: 50px;--rv-list-loading-icon-size: 16px}.bitz-list__loading,.bitz-list__finished,.bitz-list__error{color:var(--rv-list-text-color);font-size:var(--rv-list-text-font-size);line-height:var(--rv-list-text-line-height);text-align:center}.bitz-list__loading{display:flex;justify-content:center;align-items:center}.bitz-list__loadingText{margin-left:10px}.bitzLoadingBlock{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.fullScreenBlock{line-height:0;cursor:pointer}.scrollbar::-webkit-scrollbar{height:.6rem;width:.6rem}.scrollbar::-webkit-scrollbar-corner{background-color:transparent}.scrollbar::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.scrollbar::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBlock{background-color:#fff;position:relative;width:100%;height:100%;display:flex;box-sizing:border-box;--colorNeutralBackground2: #fafafa;--colorNeutralStroke2: #e0e0e0}.bitzFuiCalendarBlock *{box-sizing:border-box}.bitzFuiCalendarContainer{min-width:100%;min-height:100%;opacity:1;flex-direction:column;display:flex;text-align:left;line-height:1.4286;forced-color-adjust:none;font-weight:400;font-size:14px;text-size-adjust:100%}.bitzFuiCalendarToolbar{padding-right:3rem;padding-left:3rem;min-height:4.2rem;-webkit-box-pack:justify;justify-content:space-between;border-left-style:none;border-right-style:none;border-left-color:#e0e0e0;border-bottom-color:#e0e0e0;border-right-color:#e0e0e0;border-top-color:#e0e0e0;border-bottom-style:solid;border-top-style:solid;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;display:flex}.bitzFuiCalendarToolbar__right{column-gap:10px;display:flex}.bitzFuiCalendarToolbar__right_dropdown{padding-bottom:.8rem;padding-top:.8rem;display:inline-flex;align-items:center}.bitzFuiCalendarToolbar__left{-webkit-box-align:center;align-items:center;position:relative;display:flex}.bitzFuiCalendarConent{overflow:auto;flex:1 1 0%;flex-direction:column;display:flex}.bitzFuiCalendarHead{scrollbar-gutter:stable;min-height:6rem;padding-left:5.1rem;border-bottom-color:#e0e0e0;overflow:hidden;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarHead::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarHead::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarHead::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarHead::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem{position:relative;width:0;height:6rem;min-height:6rem;-webkit-box-pack:center;justify-content:center;border-left-color:#e0e0e0;background-color:transparent;flex:1 1 0%;-webkit-box-flex:1;flex-grow:1;flex-direction:column;border-left-style:solid;border-left-width:.1rem;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active:after{right:0;top:0;left:0;height:.2rem;background:#5b5fc7;display:block;position:absolute;content:"";box-sizing:border-box}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__num,.bitzFuiCalendarHead .bitzFuiCalendarHeadItem_active .bitzFuiCalendarHeadItem__week{color:#5b5fc7}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__content{padding-right:1rem;padding-left:1rem;flex-direction:column;display:flex}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__num{font-size:2.4rem;font-weight:400;line-height:1.3333;color:#616161}.bitzFuiCalendarHead .bitzFuiCalendarHeadItem__week{font-weight:400;line-height:1.3333;font-size:1.2rem;color:#616161}.bitzFuiCalendarBody{opacity:1;overflow:auto;flex-direction:column;display:flex;height:calc(100vh - 165px)}.bitzFuiCalendarBodyContainer{scrollbar-gutter:stable;position:relative;overflow-x:hidden;overflow-y:auto;display:flex}.bitzFuiCalendarBodyContainer::-webkit-scrollbar{height:.6rem;width:.6rem}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-corner{background-color:transparent}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-thumb{border-radius:.9rem;border-top-width:.4rem;border-right-width:.4rem;border-bottom-width:.4rem;border-left-width:.4rem;border-top-style:solid;border-right-style:solid;border-bottom-style:solid;border-left-style:solid;border-top-color:transparent;border-right-color:transparent;border-bottom-color:transparent;border-left-color:transparent;background-clip:content-box;background-color:var(--colorScrollbarOverlay)}.bitzFuiCalendarBodyContainer::-webkit-scrollbar-track{background-color:transparent}.bitzFuiCalendarBody__time{min-width:5.1rem;width:5.1rem;border-bottom-color:#e0e0e0;height:fit-content;background-color:transparent;flex-direction:column;-webkit-user-select:none;user-select:none;border-bottom-style:solid;border-bottom-width:.1rem;display:flex}.bitzFuiCalendarBody__time__item{min-height:8.1rem;text-align:center;line-height:1.3333;font-size:1.2rem;color:#616161;display:block}.bitzFuiCalendarBody__content{height:fit-content;width:100%;display:flex}.bitzFuiCalendarBody__content__row{flex:1 1 .1rem;color:#252423;border-left-width:0;border-bottom-width:0;border-right-width:0;border-top-width:2px;border-radius:0;border-left-style:none;border-bottom-style:none;border-right-style:none;border-top-style:none;box-shadow:none;background-color:transparent;position:relative;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__list{background-color:transparent;width:100%;flex-direction:column;display:flex}.bitzFuiCalendarBody__content__row__list2{top:0;width:calc(100% - 1.6rem);pointer-events:none;height:100%;color:#252423;border-left-width:0px;border-bottom-width:0px;border-right-width:0px;border-top-width:2px;border-bottom-style:none;border-top-style:none;border-radius:0;box-shadow:none;position:absolute;background-color:transparent;border-left-style:none;border-right-style:none;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;padding:0}.bitzFuiCalendarBody__content__row__item{border-bottom-style:solid;outline-width:0;border-right-style:none;border-top-style:none;background-color:var(--colorNeutralBackground2);border-left-color:var(--colorNeutralStroke2);border-left-style:solid;border-bottom-width:.1rem;border-left-width:.1rem;border-bottom-color:var(--colorNeutralStroke2)}.bitzFuiCalendarBody__content__row__item:hover{background-color:#f0f0f0}.bitzFuiCalendarBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzFuiCalendarBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzFuiCalendarBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;justify-content:space-between;align-items:center}.bitzFuiCalendarBlock-pop-contianer .pop-content{font-size:12px}.bitzFuiCalendarBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzFuiCalendarBlock-pop-contianer .pop-tag,.bitzFuiCalendarBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}.calendarAgendumBlock{height:auto;overflow:auto;list-style:none;display:block;padding:0;margin:0}.BitzMeetingTime2Block{width:100%;height:100%;position:relative;display:flex}.BitzMeetingTimeRow{display:flex;flex-direction:column;text-align:center}.BitzMeetingTimeTopTime,.BitzMeetingTimeBottomTime{font-size:10px}.BitzMeetingTimeList{display:flex;flex-direction:column;justify-content:center;margin:2.5px 0;padding:0}.BitzMeetingTime2ItemBlock{font-size:12px;height:50px;width:50px;color:#fff;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;cursor:pointer;margin:2.5px;background-color:#f2f3f2;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.free{background-color:#aadf6f}.free:hover{background-color:#6b9e31}.BitzLoadMorePage .scroll_container{height:100%}.bitzLanguageTabsBlock{position:fixed;left:0;right:0;bottom:0;z-index:10;padding:10px 30px;background:#fff;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;box-shadow:0 -1px 10px #00000040}.bitzLanguageTabsBlock .languagesBox{display:flex;gap:10px}.bitzLanguageTabsBlock .languagesBox img{cursor:pointer;box-shadow:0 0 5px #00000040}.bitzLanguageTabsBlock .languagesBox .item{padding:2px;display:flex;align-items:center}.bitzLanguageTabsBlock .languagesBox .itemActive{background:#444791}.bitzLanguageTabsBlock .copyBox{font-size:16px}.bitzNoMoreBlick{width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;color:#333;margin-top:-10px}.bitzModalBlock .ant-modal-title{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-content{border-radius:10px}.bitzModalBlock .ant-modal-footer{display:flex;align-items:center;justify-content:center}.bitzModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzModalBlock .ant-modal-footer .ant-btn:nth-child(2){background-color:#ff4d4f}.bitzModalBlock .textBox{display:flex;align-items:center;justify-content:center;min-height:80px}._container_tbbzt_1{display:grid;gap:10px}._header_tbbzt_5{display:flex;justify-content:space-between}._setting-btn_tbbzt_9{margin-left:auto}._search_tbbzt_12{height:32px;padding:0 10px}.bitzPaginationBlock{display:flex;align-items:center;justify-content:center}.bitzPaginationBlock .ant-pagination{width:100%;display:flex;flex-wrap:wrap;row-gap:8px}.bitz-page-header{box-sizing:border-box;margin:0;padding:0;color:#000000e0;font-size:14px;line-height:1.57142857;list-style:none;position:relative;background-color:transparent;padding-block-start:8px;padding-block-end:16px;padding-inline-start:40px;padding-inline-end:40px}.bitz-page-header-back{font-size:16px;line-height:1}.bitz-page-header-back-button{font-size:16px;cursor:pointer}.bitz-page-header-breadcrumb{padding-block-start:18px}.bitz-page-header-heading{padding-block-start:8px;display:flex;justify-content:space-between}.bitz-page-header-heading-left{display:flex;align-items:center;margin-block:4px;margin-inline-end:0;margin-inline-start:0;overflow:hidden}.bitz-page-header-heading-title{margin-inline-end:12px;margin-block-end:0;color:#000000e0;font-weight:600;font-size:20px;line-height:32px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.bitz-page-header-heading-extra{margin-block:4px;margin-inline-end:0;margin-inline-start:0;white-space:nowrap}.bitz-page-header-content{padding-block-start:8px}.bitz-page-header-footer{margin-block-start:8px}.bitz-page-header-compact .bitz-page-header-heading{flex-wrap:wrap}.bitz-page-header-wide{max-width:1152px;margin:0 auto}.bitz-page-header-rtl{direction:rtl}:root{--rv-pull-refresh-head-height: 50px;--rv-pull-refresh-head-font-size: 14px;--rv-pull-refresh-head-text-color: #969799;--rv-pull-refresh-loading-icon-size: 16px}.bitz-pull-refresh{overflow:hidden;-webkit-user-select:none;user-select:none}.bitz-pull-refresh__track{position:relative;height:100%;transition-property:transform}.bitz-pull-refresh__head{position:absolute;left:0;width:100%;height:var(--rv-pull-refresh-head-height);overflow:hidden;color:var(--rv-pull-refresh-head-text-color);font-size:var(--rv-pull-refresh-head-font-size);line-height:var(--rv-pull-refresh-head-height);text-align:center;transform:translateY(-100%)}.bitz-pull-refresh__loading .bitz-loading__spinner{width:var(--rv-pull-refresh-loading-icon-size);height:var(--rv-pull-refresh-loading-icon-size)}.bitzScheduleCenterBlock{--fc-button-bg-color: #ffffff;--fc-button-border-color: #d9d9d9;--fc-button-text-color: rgba(0, 0, 0, .88);--fc-button-active-bg-color: #1677ff;--fc-button-active-border-color: #1677ff;--fc-button-hover-bg-color: #ffffff;--fc-button-hover-border-color: #1677ff;--fc-event-bg-color: #1677ff;--fc-event-border-color: #1677ff;--fc-today-bg-color: #e6f4ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled).fc-button-active:focus,.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active:focus,.bitzScheduleCenterBlock .fc-button-primary:focus{box-shadow:none}.bitzScheduleCenterBlock .fc-button-primary:not(.fc-button-active,:disabled):hover{--fc-button-text-color: #1677ff}.bitzScheduleCenterBlock .fc-button-primary:not(:disabled):active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .fc-button-active{--fc-button-text-color: #ffffff}.bitzScheduleCenterBlock .bitzPopover{display:block;width:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness .fc-event-main .bitzPopover{display:flex;flex-direction:column;flex:1;height:100%}.bitzScheduleCenterBlock .fc-daygrid-event-harness>a.fc-daygrid-dot-event{width:100%;white-space:inherit}.bitzScheduleCenterBlock .fc-timegrid-event .fc-event-time{white-space:inherit}.bitzScheduleCenterBlock-pop-contianer{min-height:160px;min-width:220px;display:flex;flex-direction:column;justify-content:space-between}.bitzScheduleCenterBlock-pop-contianer .pop-header{display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-header .pop-avatar{display:flex;align-items:center;margin-right:5px}.bitzScheduleCenterBlock-pop-contianer .pop-header .name{font-size:12px;display:flex;align-items:center}.bitzScheduleCenterBlock-pop-contianer .pop-content{font-size:12px}.bitzScheduleCenterBlock-pop-contianer .pop-period-conent{display:flex;align-items:center;justify-content:space-between;font-size:12px;color:#424242}.bitzScheduleCenterBlock-pop-contianer .pop-tag,.bitzScheduleCenterBlock-pop-contianer .pop-footer{display:flex;align-items:center;justify-content:space-between}._bitzPopoverBlock_1wotm_1{vertical-align:middle;word-break:break-all;max-width:100%;position:relative;overflow:hidden}._bitzPopoverBlock_1wotm_1 ._Paragraph_1wotm_8{transition:-webkit-line-clamp .3s linear}.bitzRefreshBlock{width:100%;height:100px;background:#fff;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox{width:150px;height:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.bitzRefreshBlock .loadingBox span{display:inline-block;width:15px;height:100%;margin-right:5px;border-radius:50%;animation:load 1.04s ease infinite;-webkit-animation:load 1.04s ease infinite}.bitzRefreshBlock .loadingBox span:last-child{margin-right:0}@-webkit-keyframes load{0%{opacity:1}to{opacity:0}}.bitzRefreshBlock .loadingBox span:nth-child(1){animation-delay:.13s;-webkit-animation-delay:.13s}.bitzRefreshBlock .loadingBox span:nth-child(2){animation-delay:.26s;-webkit-animation-delay:.26s}.bitzRefreshBlock .loadingBox span:nth-child(3){animation-delay:.39s;-webkit-animation-delay:.39s}._bitzRemakBlock_hxmvg_1{padding-bottom:20px}.bitzTextBlock{display:inline-flex}.bitzTextBlock:hover .copyIcon{opacity:1;pointer-events:auto}.bitzTextBlock .bitzTextContent{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bitzTextBlock .bitzMeasureContent{white-space:nowrap;position:absolute;left:0;visibility:hidden;pointer-events:none}.bitzTextBlock .copyIcon{display:inline-block;padding-left:4px;opacity:0;transform:translateY(.06em);transition:opacity .15s;pointer-events:none}.bitzTextBlock .copyIcon:not(:hover){color:inherit!important}._container_v9wfg_1{position:fixed;top:66px;bottom:0;right:-500px;z-index:100;width:400px;max-width:100%;background-color:#fff;box-shadow:0 1px 10px #00000026;border-radius:4px;overflow:hidden;transition:.3s ease-out;display:flex;flex-direction:column}._container_v9wfg_1._show_v9wfg_17{right:0}._container_v9wfg_1._hide_v9wfg_20{right:-500px}._container_v9wfg_1 ._select_v9wfg_23{margin-top:10px;outline:none}._container_v9wfg_1 ._select_v9wfg_23>div{box-shadow:none!important;border-width:0!important;border-bottom-width:1px!important}._container_v9wfg_1 h4{padding:0 10px;color:#424242;font-size:18px;line-height:21px;margin-bottom:10px;display:flex;justify-content:space-between}._container_v9wfg_1 ._tag_v9wfg_41{font-weight:400;background-color:#ff9800;color:#fff;border:none}._header_v9wfg_47{background-color:#3f51b5;color:#fff;display:flex;justify-content:space-between}._header_v9wfg_47 h3{font-size:18px;padding:20px 30px;margin:0}._header_v9wfg_47 ._close_v9wfg_58{margin-right:40px;cursor:pointer;color:#efefef}._header_v9wfg_47 ._close_v9wfg_58:hover{color:#fff}._alert_v9wfg_66{color:#ff9800;border-color:#ffe0b2;background-color:#ffe0b2cc}._timerList_v9wfg_71{flex:1;overflow:auto}._timer_v9wfg_71{border-top:1px solid #ddd;padding:10px 18px;display:grid;grid-template-columns:40px 1fr;gap:20px}._timer_v9wfg_71 ._btn_v9wfg_82{font-size:40px;color:#4caf50;cursor:pointer;border-radius:100%;box-shadow:0 6px 10px #00000026}._timer_v9wfg_71 ._btn_v9wfg_82:hover{color:#66bb6a}._timer_v9wfg_71 ._pause_v9wfg_92{color:#ff9800}._timer_v9wfg_71 ._pause_v9wfg_92:hover{color:#ffa726}._timer_v9wfg_71 ._time_v9wfg_71{color:#333;font-size:24px;flex:1}._timer_v9wfg_71 ._tools_v9wfg_103{opacity:0;transition:.15s ease-in}._timer_v9wfg_71:hover ._tools_v9wfg_103{opacity:1}._flex_v9wfg_110{display:flex}._desc_v9wfg_113{margin-top:10px;margin-bottom:3px;font-size:12px;color:#616161;display:flex;justify-content:space-between}._form_v9wfg_121{margin-top:15px}._form_v9wfg_121 .ant-form-item{margin-bottom:10px}._addbtn_v9wfg_127{font-size:60px;position:absolute;right:15px;bottom:15px;z-index:10;color:#5d73fa;background-color:#fff;box-shadow:0 1px 6px #00000040;border-radius:100%;cursor:pointer}._addbtn_v9wfg_127:hover{color:#879bff}.bitzMobileModalBlock .ant-modal-title,.bitzMobileModalBlock .ant-modal-body{text-align:center}.bitzMobileModalBlock .ant-modal-body{padding:20px 0}.bitzMobileModalBlock .ant-modal-footer{display:flex;align-items:center}.bitzMobileModalBlock .ant-modal-footer .ant-btn{flex:1}.bitzMobileModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.bitzPcModalBlock .ant-modal-footer .ant-btn:nth-child(2){background:#f53f3f;color:#fff}.tableMobileDrawer .ant-drawer-wrapper-body{height:100%}.tableMobileDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:100%}._splitLine_10tio_1{color:#c7c7c7;padding-left:1.2rem;padding-right:1.2rem}._CalendarAgendumItem_10tio_6{max-width:82.6rem;min-height:4.8rem;list-style:none;margin:1.2rem auto .8rem;-webkit-box-align:center;align-items:center;width:100%;-webkit-user-select:none;user-select:none;position:relative;padding:0;display:flex}._timeContainer_10tio_19{font-size:1.6rem;background-color:#fff;padding-bottom:1.2rem;padding-top:1.2rem;height:4.6rem;max-width:84.6rem;width:99%;top:-.1rem;position:sticky;-webkit-box-pack:start;justify-content:flex-start;line-height:2rem;z-index:1;font-weight:600;color:#242424;padding-left:1.2rem;margin:auto;-webkit-box-align:center;align-items:center;display:flex}._timeContainer_10tio_19._istoday_10tio_41{color:#5b5fc7}._ui-list__item__main_10tio_44{min-width:0;-webkit-box-flex:1;flex-grow:1;flex-direction:column;display:flex;width:100%}._ui-list__item__contentWrapper_10tio_52{display:flex}._ui-list__itemcontent_10tio_55{width:100%;flex-basis:100%;flex-shrink:0;line-height:inherit;margin-right:.8rem;font-size:1.2rem;-webkit-box-flex:1;flex-grow:1}._ui-list__item__container_10tio_65{transition:box-shadow .467s ease 0s;box-shadow:#0000001f 0 0 2px,#00000024 0 1px 2px;min-height:6.6rem;border-bottom-style:none;border-top-style:none;border-left-style:none;border-right-style:none;-webkit-box-pack:center;justify-content:center;border-radius:.4rem;background:#ffffff;-webkit-box-align:center;align-items:center;height:100%;display:flex}._ui-list__item__container__wrap_10tio_82{padding:1.6rem;border-radius:.4rem;width:100%;flex-direction:column;display:flex}._ui-list__item__container__item_10tio_89{overflow:hidden;display:flex}._ui-list__item__container__item_left_10tio_93{align-self:flex-start;display:flex}._ui-list__item__container__item_right_10tio_97{width:100%;flex-direction:column;overflow:hidden;display:flex}._item_left_1_10tio_103{margin-right:1.6rem;height:auto;padding-top:.1rem}._item_left_1_1_10tio_108{border-radius:.2rem;min-width:.4rem;width:.4rem;z-index:1;background-color:#5b5fc7;height:100%}._item_left_2_10tio_116{text-transform:uppercase;width:9rem;text-align:left;flex-direction:column;white-space:nowrap;display:flex}._item_left_2_1_10tio_124{text-transform:lowercase;font-weight:600;font-size:1.4rem;color:#242424;line-height:2.4rem;width:100%;overflow:hidden;display:flex}._item_left_2_2_10tio_134{text-transform:lowercase;line-height:1.6rem;font-size:1.2rem;color:#616161;position:relative;display:flex}._item_right_1_10tio_142{overflow:hidden;display:flex}._item_right_1_1_10tio_146{padding-bottom:.4rem;text-overflow:ellipsis;-webkit-box-align:center;align-items:center;overflow:hidden;display:flex}._item_right_1_1_10tio_146 span{flex-shrink:10000;width:inherit;display:initial;font-weight:600;font-size:1.4rem;color:#242424;text-overflow:ellipsis;line-height:2.4rem;overflow:hidden;white-space:nowrap;cursor:pointer}._item_right_1_2_10tio_167{margin-right:1.2rem;max-width:51rem;line-height:2.4rem;align-self:center;overflow:hidden;display:block;font-size:1.2rem;color:#616161;white-space:nowrap}._item_right_1_3_10tio_178{align-items:flex-start;-webkit-box-pack:center;justify-content:center;margin-left:auto;display:flex}._item_right_2_10tio_185{flex-wrap:wrap;margin-top:.8rem;width:100%;display:flex}._select_ydiq6_1{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9;cursor:pointer}._content_ydiq6_11{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding:4px 12px}._placeholder_ydiq6_18{font-size:14px;color:#484644}.bitzTabbarBlock{height:50px;display:flex;justify-content:space-around;align-items:center;background-color:#fff;-webkit-touch-callout:none}.bitzTabbarBlock.bitzTabbarFixedBlock{position:fixed;bottom:0;left:0;right:0}.bitzTabbarBlock.bitzTabbarBlockBottomSafe{--safeArea-insetBottom: env(safe-area-inset-bottom);height:calc(50px + var(--safeArea-insetBottom));padding-bottom:var(--safeArea-insetBottom)}.bitzTabbarBlock.bitzTabbarBlockBorder{border:1px solid var(--bitzTabbarBlock-borderColor, #ebedf0)}.bitzTabbarBlock .tabbarItem{flex:1;display:flex;flex-direction:column;align-items:center;row-gap:5px}.bitzTabbarBlock .tabbarItem .tabbarItemIcon,.bitzTabbarBlock .tabbarItem .tabbarItemImage{display:flex;justify-content:center;align-items:center}.bitzTabbarBlock .tabbarItem .tabbarItemImage .image{height:22px}.bitzTabbarBlock .tabbarItem .tabbarItemBadgeWrapper{position:relative}.bitzTabbarBlock .tabbarItem .tabbarItemDotBadge{position:absolute;top:-2px;right:-3px;width:8px;height:8px;border-radius:50%}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-count{height:14px;line-height:14px;transform:translate(66%,-20%);border-radius:8px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-multiple-words{padding:0 5px}.bitzTabbarBlock .tabbarItem .ant-badge .ant-badge-dot{transform:translate(25%,-30%)}.bitzTabbarBlock .tabbarItem .tabbarItemNumBadge{position:absolute;top:-2px;right:-8px;height:15px;padding:0 4px;display:flex;justify-content:center;align-items:center;border-radius:8px;font-size:12px;line-height:13px;color:#fff}.bitzTabbarBlock .tabbarItem .tabbarItemText{font-size:13px;line-height:14px;font-weight:500}.crudSearchButtons{margin-left:auto;text-align:right;box-sizing:border-box}.QueryFilterMobile{display:flex;justify-content:space-between;align-items:center}.QueryFilterMobile .ant-form-item{margin-bottom:0}.QueryFilterMobile .search{width:100%}.QueryFilterMobile .more{margin-left:10px}.QueryFilterDrawerBody{flex:1;padding:20px;display:flex;flex-direction:column}.QueryFilterDrawerForm{overflow-y:auto;max-height:65vh}.QueryFilterDrawerFooter{flex-shrink:0;display:flex;justify-content:space-around;align-items:center}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1{margin:10px;display:block}._bitzSelectWrapper_4bx9c_1 ._search-input_4bx9c_1 ._ant-input-search_4bx9c_5{width:100%}._bitzSelectWrapper_4bx9c_1 ._tag-list_4bx9c_8{margin:10px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11{position:relative;top:20px}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15,._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{z-index:10;width:100%;height:68px;pointer-events:none;transform:translateZ(0)}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-top_4bx9c_15{position:absolute;top:0;background:linear-gradient(to top,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._picker-content_4bx9c_11 ._mask-bottom_4bx9c_16{position:absolute;bottom:1px;background:linear-gradient(to bottom,rgba(255,255,255,.4),rgba(255,255,255,.8))}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34{position:relative}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after{content:"";display:block;position:absolute;transform-origin:0 0}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after{border-bottom:1px solid #ebebeb;left:0;bottom:0;width:100%;transform-origin:0 bottom}._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:before ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-bottom-1px_4bx9c_33:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before,._bitzSelectWrapper_4bx9c_1 ._border-top-1px_4bx9c_34:after ._border-bottom-1px_4bx9c_33:after ._border-top-1px_4bx9c_34:before{border-top:1px solid #ebebeb;left:0;top:0;width:100%;transform-origin:0 top}._bitzSelectWrapper_4bx9c_1 ._wheel-wrapper_4bx9c_66{display:flex;padding:0 16px}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66{flex:1;height:173px;overflow:hidden;font-size:18px;text-align:center}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77{padding:0;margin-top:68px;line-height:36px;list-style:none}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83{list-style:none;height:36px;overflow:hidden;white-space:nowrap;color:#333}._bitzSelectWrapper_4bx9c_1 ._wheel_4bx9c_66 ._wheel-scroll_4bx9c_77 ._wheel-item_4bx9c_83._wheel-disabled-item_4bx9c_90{opacity:.2}._textarea_4bx9c_93{border-radius:2px;width:100%;min-height:32px;display:grid;grid-template-columns:1fr 24px;gap:8px;border:1px solid #d9d9d9}._textarea_4bx9c_93>div{display:flex;flex-wrap:wrap;gap:4px;padding:4px}._select-label_4bx9c_108{padding-left:10px}.bitzTableBlock{--container-bgColor: #fff;height:100%;background:var(--container-bgColor)}.bitzTableBlock.fullscreen:not(:root):fullscreen::backdrop{background:var(--container-bgColor)}.bitzTableBlock .mobileList{height:calc(100% - 200px);padding:10px}.bitzTableBlock .mobileList .listItem{padding:10px;border-radius:6px}.bitzTableBlock .mobileList .listItem:not(:last-child){margin-bottom:10px}.bitzTableBlock .mobileList .listItem .row{display:flex}.bitzTableBlock .mobileList .listItem .row:not(:last-child){margin-bottom:6px}.bitzTableBlock .mobileList .listItem .row .label{flex-shrink:0;font-size:16px;display:flex;align-items:flex-start;flex-direction:column}.bitzTableBlock .mobileList .listItem .row .value{display:flex;flex-wrap:wrap;flex:1;font-size:16px;overflow:hidden}.bitzTableBlock .bitzNoDataBlock{margin-top:20px}.bitzTableBlock .bitzTableContainer{--container-gap: 10px;--toolbar-height: 40px;--toolbar-bgColor: #fafafa;--toolCell-paddingInline: 17px;--toolCell-width: 50px;--thead-bgColor: #e5e5e5;--thead-hoverBgColor: #e0e0e0;--cell-height: 40px;--cell-lineHeight: 16px;--cell-paddingInline: 10px;--rowHover-bgColor: #fafafa;--evenRow-BgColor: #f9f9f9;--oddRow-BgColor: #fff;--fontSize: 12px;--borderColor: #f0f0f0;--cellSkeleton-wrapHeight: 26px;--cellSkeleton-height: 22px;--radioCheckbox-borderColor: #d9d9d9;--expandIcon-borderColor: #d0d0d0;--scrollbar-width: 4px;height:100%;display:flex;flex-direction:column;justify-content:space-between;row-gap:var(--container-gap);position:relative}.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-thead>tr>td,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer.hideBorder .ant-table-wrapper .ant-table-tbody>tr>td{border-color:transparent}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody{position:relative;overflow:hidden;background-color:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .stretchLine{width:2px;position:absolute;left:0;top:calc(var(--toolbar-height) + 1px);opacity:0;transition:opacity .2s;pointer-events:none;z-index:101}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizable{position:relative;background-clip:padding-box}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead>tr>.bitzResizable.disabledUserSelect{-webkit-user-select:none;user-select:none}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .bitzResizableHandle{position:absolute;width:10px;height:100%;bottom:0;right:-5px;cursor:col-resize;z-index:1}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .lastColumn .bitzResizableHandle,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{right:0;width:5px}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .operationCol .bitzResizableHandle{position:static;pointer-events:none}.bitzTableBlock .bitzTableContainer.stickyTable .bitzTableContainerBody{overflow:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead>tr>td{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead .ant-table-cell-scrollbar:not([rowspan]){box-shadow:0 1px 0 1px var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters{background:var(--thead-bgColor)}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-left:hover,.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-thead th.ant-table-column-has-sorters.ant-table-cell-fix-right:hover{background:var(--thead-hoverBgColor)}.bitzTableBlock .bitzTableContainer .bitzTableTitle{font-size:inherit;line-height:normal;margin:0}.bitzTableBlock .bitzTableContainer .ant-table-column-sort{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-wrapper .ant-table-tbody .ant-table-row:not(.ant-table-row-selected)>.ant-table-cell-row-hover{background-color:var(--rowHover-bgColor)!important}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected){background:var(--evenRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .evenRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected){background:var(--oddRow-BgColor)}.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-left,.bitzTableBlock .bitzTableContainer .ant-table .oddRow:not(.ant-table-row-selected) .ant-table-cell-fix-right{background:inherit}.bitzTableBlock .bitzTableContainer .ant-table-body{overflow:auto!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody>.rowPointerCursor{cursor:pointer}.bitzTableBlock .bitzTableContainer .ant-table-title,.bitzTableBlock .bitzTableContainer .ant-table-footer,.bitzTableBlock .bitzTableContainer .ant-table-thead>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr>th,.bitzTableBlock .bitzTableContainer .ant-table-tbody>tr:not(.ant-table-placeholder)>td,.bitzTableBlock .bitzTableContainer tfoot>tr>th,.bitzTableBlock .bitzTableContainer tfoot>tr>td{height:var(--cell-height);line-height:var(--cell-lineHeight);padding-block:0;padding-inline:var(--cell-paddingInline);font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer.xlBitzTable{--cell-height: var(--xlTable-height);--cell-lineHeight: var(--xlTable-lineHeight);--fontSize: var(--xlTable-fontSize);--toolCell-width: calc(var(--xlTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xlSkeleton-height) + 4px);--cellSkeleton-height: var(--xlSkeleton-height)}.bitzTableBlock .bitzTableContainer.lgBitzTable{--cell-height: var(--lgTable-height);--cell-lineHeight: var(--lgTable-lineHeight);--fontSize: var(--lgTable-fontSize);--toolCell-width: calc(var(--lgTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--lgSkeleton-height) + 4px);--cellSkeleton-height: var(--lgSkeleton-height)}.bitzTableBlock .bitzTableContainer.mdBitzTable{--cell-height: var(--mdTable-height);--cell-lineHeight: var(--mdTable-lineHeight);--fontSize: var(--mdTable-fontSize);--toolCell-width: calc(var(--mdTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--mdSkeleton-height) + 4px);--cellSkeleton-height: var(--mdSkeleton-height)}.bitzTableBlock .bitzTableContainer.smBitzTable{--cell-height: var(--smTable-height);--cell-lineHeight: var(--smTable-lineHeight);--fontSize: var(--smTable-fontSize);--toolCell-width: calc(var(--smTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--smSkeleton-height) + 4px);--cellSkeleton-height: var(--smSkeleton-height)}.bitzTableBlock .bitzTableContainer.xsBitzTable{--cell-height: var(--xsTable-height);--cell-lineHeight: var(--xsTable-lineHeight);--fontSize: var(--xsTable-fontSize);--toolCell-width: calc(var(--xsTable-fontSize) + 4px + var(--toolCell-paddingInline) * 2);--cellSkeleton-wrapHeight: calc(var(--xsSkeleton-height) + 4px);--cellSkeleton-height: var(--xsSkeleton-height)}.bitzTableBlock .bitzTableContainer .ant-table-thead .ant-table-selection-column .ant-table-selection .ant-checkbox-wrapper .ant-checkbox-inner:after{width:calc(var(--fontSize) / 2);height:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-inner,.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-radio-inner:after{width:calc(var(--fontSize) + 2px);height:calc(var(--fontSize) + 2px);margin-block-start:calc(calc(var(--fontSize) + 2px) / -2);margin-inline-start:calc(calc(var(--fontSize) + 2px) / -2);border-radius:calc(var(--fontSize) + 2px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-column .ant-checkbox-wrapper-checked .ant-checkbox-inner:after{width:calc(calc(var(--fontSize) - 2px) / 2)!important;height:calc(calc(var(--fontSize) + 4px) / 2)!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon{width:calc(var(--fontSize) + 3px);height:calc(var(--fontSize) + 3px)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:before{top:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-row-expand-icon-cell .ant-table-row-expand-icon:after{inset-inline-start:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-tbody .ant-table-cell>.anticon{font-size:calc(var(--fontSize) + 6px);transform:translateY(.15em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-table-thead .ant-table-column-sorter-inner .anticon{font-size:calc(var(--fontSize) - 2px);transform:translateY(.08em);vertical-align:unset}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-tag .anticon{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-row{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch{font-size:calc(var(--fontSize) - 1px);vertical-align:-.05em}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-checked,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-switch .ant-switch-inner-unchecked{font-size:calc(var(--fontSize) - 1px)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-suffix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-clear-icon,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-prefix,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-suffix{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-input-number-handler .anticon{font-size:calc(calc(var(--fontSize) + 4px) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-search-input,.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item{font-size:var(--fontSize)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-content{margin-inline-end:calc(var(--fontSize) / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-arrow{font-size:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-clear{width:calc(var(--fontSize) - 2px);height:calc(var(--fontSize) - 2px);font-size:calc(var(--fontSize) - 2px);margin-top:calc(var(--fontSize) * -1 / 2)}.bitzTableBlock .bitzTableContainer .bitzTableContainerBody .ant-select .ant-select-selection-item-remove{font-size:calc(var(--fontSize) - 4px)}.bitzTableBlock .bitzTableContainer .ant-table-selection-col,.bitzTableBlock .bitzTableContainer .ant-table-selection-column,.bitzTableBlock .bitzTableContainer .ant-table-expand-icon-col,.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon-cell,.bitzTableBlock .bitzTableContainer .sorterCol{min-width:var(--toolCell-width)!important;max-width:var(--toolCell-width)!important;padding-inline:var(--toolCell-paddingInline)!important}.bitzTableBlock .bitzTableContainer .sorterCol{text-align:center}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td{padding:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper{height:100%;margin:0!important;padding-block:0!important;padding-inline-start:calc(var(--toolCell-width) - 1px - var(--scrollbar-width))!important;padding-inline-end:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper){height:100%;margin:0!important;padding-block:var(--cell-paddingInline);padding-inline-start:calc(var(--cell-paddingInline) - var(--scrollbar-width));padding-inline-end:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:after{border-inline-end-color:transparent!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table{margin:0!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-expanded-row .ant-table .ant-table-tbody>tr:last-child>td{border-bottom:1px solid transparent!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>.ant-table-wrapper{padding-inline-start:calc(var(--toolCell-width) - 1px)!important}.bitzTableBlock .bitzTableContainer.hasScrollBar .ant-table-tbody .ant-table-expanded-row>td>div:not(.ant-table-wrapper){padding-inline-start:var(--cell-paddingInline)}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(.ant-table-wrapper)>.ant-table-wrapper{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td>.ant-table-expanded-row-fixed:has(div:not(.ant-table-wrapper))>div{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer:not(.hasScrollBar) .ant-table-tbody .ant-table-expanded-row>td .ant-table-expanded-row-fixed{overflow:visible!important}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed{transform:translate(var(--scrollbar-width))}.bitzTableBlock .bitzTableContainer .ant-table-tbody .ant-table-placeholder>td .ant-table-expanded-row-fixed:after{inset-inline-end:0!important}.bitzTableBlock .bitzTableContainer .bitzTableToolbarBlock{display:flex;justify-content:space-between;align-items:center;height:var(--toolbar-height);padding-inline:0px;column-gap:16px;background-color:var(--toolbar-bgColor);position:relative;overflow:hidden}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph{margin:0;height:var(--cellSkeleton-wrapHeight);display:flex;align-items:center}.bitzTableBlock .bitzTableContainer .ant-skeleton-paragraph li{height:var(--cellSkeleton-height)}.bitzTableBlock .bitzTableContainer .bitzTablePagination{display:flex;align-items:center;font-family:var(--font-family)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert{flex:1;display:flex;align-items:center;gap:8px;margin-inline-end:8px}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .splitBorder{font-weight:600;transform:translateY(.02em)}.bitzTableBlock .bitzTableContainer .bitzTablePagination .alert .cleanSelected{margin-inline-start:12px;line-height:normal}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper:not(:hover,:focus) .ant-radio:not(.ant-radio-checked) .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper:not(:hover,:focus) .ant-checkbox:not(.ant-checkbox-checked) .ant-checkbox-inner{border-color:var(--radioCheckbox-borderColor)}.bitzTableBlock .bitzTableContainer .ant-radio-wrapper-disabled .ant-radio-inner,.bitzTableBlock .bitzTableContainer .ant-checkbox-wrapper-disabled .ant-checkbox-inner{color:var(--radioCheckbox-borderColor);cursor:not-allowed}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:not(:hover,:focus){border-color:var(--expandIcon-borderColor)}.bitzTableBlock .bitzTableContainer .ant-table-row-expand-icon:disabled{color:var(--expandIcon-borderColor);cursor:not-allowed}.tableMobileDrawer .ant-drawer-body{padding:0;height:100%}.tableMobileDrawer .drawerBox{height:100%;display:flex;flex-direction:column}.tableMobileDrawer .drawerBox .boxBody{flex:1}.tableMobileDrawer .drawerBox .boxBody .operaList{height:60px;border-bottom:2px solid #f4f7fc;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:18px}.tableMobileDrawer .drawerBox .boxBody .operaList:last-child{border-bottom:none}.tableMobileDrawer .drawerBox .boxLine{width:100%;height:10px;background:#f4f7fc}.tableMobileDrawer .drawerBox .boxFooter{height:60px;display:flex;align-items:center;justify-content:center;font-size:18px}.tableExportDrawer .ant-drawer-wrapper-body{height:100%}.tableExportDrawer .ant-drawer-wrapper-body .ant-drawer-body{padding:0;height:calc(100% - 56px)}.tableExportDrawer .ant-radio-group,.tableExportDrawer .ant-checkbox-group{display:block}.tableExportDrawer .ant-radio-group label,.tableExportDrawer .ant-checkbox-group label{width:100%}.tableExportDrawer .drawerBox{height:100%}.tableExportDrawer .drawerBox .boxBody{height:calc(100% - 50px)}.tableExportDrawer .drawerBox .boxBody .bodyContent{padding:20px;overflow-x:hidden;overflow-y:auto}.tableExportDrawer .drawerBox .boxBody .row{margin-bottom:20px}.tableExportDrawer .drawerBox .boxBody .row .bitzTitle{margin-bottom:10px}.tableExportDrawer .drawerBox .boxBody .row:last-child{margin-bottom:0}.tableExportDrawer .drawerBox .boxFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:flex-end;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxFooter .submitBtn{margin-left:20px}.tableExportDrawer .drawerBox .boxMobileFooter{height:50px;padding:0 20px;display:flex;align-items:center;justify-content:center;font-size:18px;border-top:1px solid rgba(5,5,5,.06);box-sizing:border-box}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn{flex:1;height:40px}.tableExportDrawer .drawerBox .boxMobileFooter .ant-btn:nth-child(1){margin-right:10px}.tableFilterDrawer .ant-checkbox-group{display:flex;flex-direction:column}.tableFilterDrawer .ant-checkbox-group label{margin-bottom:10px}.pickerPopupBlock{z-index:-1!important}.pickerPopupBlock.pickerPopupShow{z-index:1150!important;top:120px!important;box-shadow:none}.bitzToastBlock .pcToastBox{position:fixed;z-index:99999999;top:0;width:800px;min-height:36px;left:50%;margin-left:-400px;border-width:1px;border-style:solid;box-sizing:border-box;display:flex}.bitzToastBlock .pcToastBox .mark,.bitzToastBlock .pcToastBox .close{width:50px;display:flex;align-items:center;justify-content:center}.bitzToastBlock .pcToastBox .content{flex:1;display:flex;align-items:center;font-size:14px;color:#242424}.bitzToastBlock .mobileToastBox{position:fixed;z-index:99999999;top:50%;left:50%;transform:translate(-50%,-50%);width:8rem;height:8rem;border-radius:10px;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center}.bitzToastBlock .mobileToastBox .content{margin-top:10px;font-size:14px;color:#fff}.tableSelectPopupBlock{padding:10px}.tableSelectPopupBlock .pointerMouse{cursor:pointer}.tableSelectPopupBlock .loadingFailedTable .ant-empty{opacity:0}.tableSelectPopupBlock :where(.tableSelectPopupSearchForm) .ant-form-item{margin-bottom:0}.tableSelectPopupBlock .ant-table-selection-extra{padding-inline-start:4px!important;padding-top:1px}.tableSelectPopupBlock .ant-table-tbody>tr>.numRow{background:transparent}.tableSelectPopupBlock .bitzTableContainer:not(.loadingTable) .ant-table-tbody>tr:not(.ant-table-measure-row,.ant-table-expanded-row)>td:not(.numRow){padding-inline:0px!important}.tableSelectPopupBlock .ant-table-body table{overflow:hidden}.tableSelectPopupBlock .ant-table-body table:after{content:" ";position:absolute;bottom:1px;left:0;width:100%;height:1px;box-shadow:0 1px 0 var(--tableBody-bootomBorderColor)}.tableSelectPopupBlock .tableSelectPopupToolTagSelect{--toolTagSelect-color: #333;position:relative}.tableSelectPopupBlock .tableSelectPopupToolTagSelect .ant-select-selection-placeholder{color:var(--toolTagSelect-color)}.tableSelectPopupBlock .tableSelectPopupTotalSelect{position:relative}.tableSelectPopupBlock .tableSelectPopupTotalSelect .tableSelectPopupTotalSelectTip{position:absolute;top:0;right:0;bottom:0;left:0;padding:1px 12px;padding-inline-end:24px;display:flex;align-items:center;pointer-events:none}.tableSelectPopupBlock .tableSelectPopupTablePagination>.ant-pagination-options>.ant-select-in-form-item{width:auto}.tableSelectPopupTotalPopup .ant-empty-normal{margin-block:8px}._FuiCalendarItemBlock_1rypk_1{pointer-events:auto;border-radius:.4rem;width:auto;margin:0rem;flex-direction:row;box-shadow:none;position:absolute;background-color:transparent;border-left-width:.1rem;border-bottom-width:.1rem;border-right-width:.1rem;border-top-width:.1rem;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent;border-left-style:solid;border-bottom-style:solid;border-right-style:solid;border-top-style:solid;cursor:pointer;padding:.1rem;display:flex}._container_1rypk_26{background-color:#dce0fa;color:#3d3e78;border-radius:.4rem;height:100%;-webkit-user-select:none;user-select:none;padding:0;width:100%;overflow:hidden;display:flex;position:relative}._verticalLine_1rypk_38{border-bottom-left-radius:inherit;border-top-left-radius:inherit;min-width:.4rem;width:.4rem;z-index:1;height:100%;background-color:#5b5fc7}._card_1rypk_47{border-bottom-right-radius:inherit;border-top-right-radius:inherit;padding-left:.4rem;padding-right:.4rem;flex:1 1 100%;background:inherit;width:100%;flex-direction:column;overflow:hidden;display:flex;position:relative}._card_1rypk_47:hover{background-color:#c5cbfa;color:#3d3e78;border-left-color:transparent;border-bottom-color:transparent;border-right-color:transparent;border-top-color:transparent}._cardBody_1rypk_68{padding-top:.2rem;max-height:3.6rem;line-height:1.8rem;min-height:1.25rem;flex-direction:column;display:flex;padding-bottom:0;padding-left:0;padding-right:0;margin:0}._cardFooter_1rypk_80{align-items:flex-end;right:0;-webkit-box-pack:end;justify-content:flex-end;padding:.4rem .5rem .3rem .8rem;border-radius:.4rem;bottom:0;position:absolute;background-color:inherit;display:flex}._text_1rypk_95{line-height:1.8rem;flex-shrink:1;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;font-weight:600;font-size:12px}._text2_1rypk_104{unicode-bidi:isolate;flex-shrink:1000;min-height:1.8rem;overflow-y:hidden;overflow-x:hidden;line-height:16px;font-size:12px;display:block}.textBlock{width:100%;padding:0;display:-webkit-box;-webkit-line-clamp:var(--cell-text-maxRows);-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;resize:none;border-radius:0;transition:none!important;line-height:inherit}.cellBlock{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center}.cellBlock .tipBlock{position:absolute;left:0;top:0;right:-1px;bottom:auto;min-height:100%;background-color:#fff;border:2px solid #aaa;display:flex;flex-direction:column;justify-content:flex-start;z-index:1;opacity:0;-webkit-user-select:none;user-select:none;pointer-events:none}.cellBlock .tipBlock .closeIcon{position:absolute;right:-4px;border-radius:50%;font-size:12px;display:flex;justify-content:center;align-items:center;padding:4px;color:#fefefe;background-color:#666;cursor:pointer}.cellBlock .tipBlock .closeIcon.top{top:-10px}.cellBlock .tipBlock .closeIcon.bottom{bottom:-10px}.cellBlock .tipBlock .tipText{width:100%;border-radius:0;padding:0;line-height:inherit}.cellBlock .toBottom{top:0;bottom:auto}.cellBlock .toTop{top:auto;bottom:0}.cellBlock .show{opacity:1;-webkit-user-select:text;user-select:text;pointer-events:auto}
|