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,900 @@
|
|
|
1
|
+
import { DayTable as le } from "../daygrid/internal.mjs";
|
|
2
|
+
import { x as k, z as v, bK as ae, bO as de, bV as ce, cw as fe, be as H, bl as he, b0 as ge, cq as ue, C as L, cc as G, b$ as me, ct as j, cb as pe, ch as X, ck as O, ca as q, d as M, bs as w, bt as F, bu as ve, bp as A, aY as be, bP as Se, B as y, V as ye, bo as xe, bW as we, o as Ce, cf as Z, ba as $, H as Re, q as U, bR as De, cm as ke, cl as Ee, bS as W, bw as Te, cs as Me, cp as Ne, co as Pe, bT as Ie, cr as ze, cj as Ae, bE as We, bA as He, bD as Le, bC as Oe, bB as J } from "../core/internal-common.mjs";
|
|
3
|
+
import { createElement as l, createRef as C, Fragment as T } from "../../preact/dist/preact.module.mjs";
|
|
4
|
+
class Fe extends be {
|
|
5
|
+
getKeyInfo() {
|
|
6
|
+
return {
|
|
7
|
+
allDay: {},
|
|
8
|
+
timed: {}
|
|
9
|
+
};
|
|
10
|
+
}
|
|
11
|
+
getKeysForDateSpan(e) {
|
|
12
|
+
return e.allDay ? ["allDay"] : ["timed"];
|
|
13
|
+
}
|
|
14
|
+
getKeysForEventDef(e) {
|
|
15
|
+
return e.allDay ? Se(e) ? ["timed", "allDay"] : ["allDay"] : ["timed"];
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
const Be = k({
|
|
19
|
+
hour: "numeric",
|
|
20
|
+
minute: "2-digit",
|
|
21
|
+
omitZeroMinute: !0,
|
|
22
|
+
meridiem: "short"
|
|
23
|
+
});
|
|
24
|
+
function Q(n) {
|
|
25
|
+
let e = [
|
|
26
|
+
"fc-timegrid-slot",
|
|
27
|
+
"fc-timegrid-slot-label",
|
|
28
|
+
n.isLabeled ? "fc-scrollgrid-shrink" : "fc-timegrid-slot-minor"
|
|
29
|
+
];
|
|
30
|
+
return l(ye.Consumer, null, (t) => {
|
|
31
|
+
if (!n.isLabeled)
|
|
32
|
+
return l("td", { className: e.join(" "), "data-time": n.isoTimeStr });
|
|
33
|
+
let { dateEnv: i, options: s, viewApi: r } = t, o = (
|
|
34
|
+
// TODO: fully pre-parse
|
|
35
|
+
s.slotLabelFormat == null ? Be : Array.isArray(s.slotLabelFormat) ? k(s.slotLabelFormat[0]) : k(s.slotLabelFormat)
|
|
36
|
+
), a = {
|
|
37
|
+
level: 0,
|
|
38
|
+
time: n.time,
|
|
39
|
+
date: i.toDate(n.date),
|
|
40
|
+
view: r,
|
|
41
|
+
text: i.format(n.date, o)
|
|
42
|
+
};
|
|
43
|
+
return l(L, { elTag: "td", elClasses: e, elAttrs: {
|
|
44
|
+
"data-time": n.isoTimeStr
|
|
45
|
+
}, renderProps: a, generatorName: "slotLabelContent", customGenerator: s.slotLabelContent, defaultGenerator: Ge, classNameGenerator: s.slotLabelClassNames, didMount: s.slotLabelDidMount, willUnmount: s.slotLabelWillUnmount }, (d) => l(
|
|
46
|
+
"div",
|
|
47
|
+
{ className: "fc-timegrid-slot-label-frame fc-scrollgrid-shrink-frame" },
|
|
48
|
+
l(d, { elTag: "div", elClasses: [
|
|
49
|
+
"fc-timegrid-slot-label-cushion",
|
|
50
|
+
"fc-scrollgrid-shrink-cushion"
|
|
51
|
+
] })
|
|
52
|
+
));
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
function Ge(n) {
|
|
56
|
+
return n.text;
|
|
57
|
+
}
|
|
58
|
+
class je extends y {
|
|
59
|
+
render() {
|
|
60
|
+
return this.props.slatMetas.map((e) => l(
|
|
61
|
+
"tr",
|
|
62
|
+
{ key: e.key },
|
|
63
|
+
l(Q, Object.assign({}, e))
|
|
64
|
+
));
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
const qe = k({ week: "short" }), Ue = 5;
|
|
68
|
+
class _e extends H {
|
|
69
|
+
constructor() {
|
|
70
|
+
super(...arguments), this.allDaySplitter = new Fe(), this.headerElRef = C(), this.rootElRef = C(), this.scrollerElRef = C(), this.state = {
|
|
71
|
+
slatCoords: null
|
|
72
|
+
}, this.handleScrollTopRequest = (e) => {
|
|
73
|
+
let t = this.scrollerElRef.current;
|
|
74
|
+
t && (t.scrollTop = e);
|
|
75
|
+
}, this.renderHeadAxis = (e, t = "") => {
|
|
76
|
+
let { options: i } = this.context, { dateProfile: s } = this.props, r = s.renderRange, a = he(r.start, r.end) === 1 ? ge(this.context, r.start, "week") : {};
|
|
77
|
+
return i.weekNumbers && e === "day" ? l(ue, { elTag: "th", elClasses: [
|
|
78
|
+
"fc-timegrid-axis",
|
|
79
|
+
"fc-scrollgrid-shrink"
|
|
80
|
+
], elAttrs: {
|
|
81
|
+
"aria-hidden": !0
|
|
82
|
+
}, date: r.start, defaultFormat: qe }, (d) => l(
|
|
83
|
+
"div",
|
|
84
|
+
{ className: [
|
|
85
|
+
"fc-timegrid-axis-frame",
|
|
86
|
+
"fc-scrollgrid-shrink-frame",
|
|
87
|
+
"fc-timegrid-axis-frame-liquid"
|
|
88
|
+
].join(" "), style: { height: t } },
|
|
89
|
+
l(d, { elTag: "a", elClasses: [
|
|
90
|
+
"fc-timegrid-axis-cushion",
|
|
91
|
+
"fc-scrollgrid-shrink-cushion",
|
|
92
|
+
"fc-scrollgrid-sync-inner"
|
|
93
|
+
], elAttrs: a })
|
|
94
|
+
)) : l(
|
|
95
|
+
"th",
|
|
96
|
+
{ "aria-hidden": !0, className: "fc-timegrid-axis" },
|
|
97
|
+
l("div", { className: "fc-timegrid-axis-frame", style: { height: t } })
|
|
98
|
+
);
|
|
99
|
+
}, this.renderTableRowAxis = (e) => {
|
|
100
|
+
let { options: t, viewApi: i } = this.context, s = {
|
|
101
|
+
text: t.allDayText,
|
|
102
|
+
view: i
|
|
103
|
+
};
|
|
104
|
+
return (
|
|
105
|
+
// TODO: make reusable hook. used in list view too
|
|
106
|
+
l(L, { elTag: "td", elClasses: [
|
|
107
|
+
"fc-timegrid-axis",
|
|
108
|
+
"fc-scrollgrid-shrink"
|
|
109
|
+
], elAttrs: {
|
|
110
|
+
"aria-hidden": !0
|
|
111
|
+
}, renderProps: s, generatorName: "allDayContent", customGenerator: t.allDayContent, defaultGenerator: Ve, classNameGenerator: t.allDayClassNames, didMount: t.allDayDidMount, willUnmount: t.allDayWillUnmount }, (r) => l(
|
|
112
|
+
"div",
|
|
113
|
+
{ className: [
|
|
114
|
+
"fc-timegrid-axis-frame",
|
|
115
|
+
"fc-scrollgrid-shrink-frame",
|
|
116
|
+
e == null ? " fc-timegrid-axis-frame-liquid" : ""
|
|
117
|
+
].join(" "), style: { height: e } },
|
|
118
|
+
l(r, { elTag: "span", elClasses: [
|
|
119
|
+
"fc-timegrid-axis-cushion",
|
|
120
|
+
"fc-scrollgrid-shrink-cushion",
|
|
121
|
+
"fc-scrollgrid-sync-inner"
|
|
122
|
+
] })
|
|
123
|
+
))
|
|
124
|
+
);
|
|
125
|
+
}, this.handleSlatCoords = (e) => {
|
|
126
|
+
this.setState({ slatCoords: e });
|
|
127
|
+
};
|
|
128
|
+
}
|
|
129
|
+
// rendering
|
|
130
|
+
// ----------------------------------------------------------------------------------------------------
|
|
131
|
+
renderSimpleLayout(e, t, i) {
|
|
132
|
+
let { context: s, props: r } = this, o = [], a = G(s.options);
|
|
133
|
+
return e && o.push({
|
|
134
|
+
type: "header",
|
|
135
|
+
key: "header",
|
|
136
|
+
isSticky: a,
|
|
137
|
+
chunk: {
|
|
138
|
+
elRef: this.headerElRef,
|
|
139
|
+
tableClassName: "fc-col-header",
|
|
140
|
+
rowContent: e
|
|
141
|
+
}
|
|
142
|
+
}), t && (o.push({
|
|
143
|
+
type: "body",
|
|
144
|
+
key: "all-day",
|
|
145
|
+
chunk: { content: t }
|
|
146
|
+
}), o.push({
|
|
147
|
+
type: "body",
|
|
148
|
+
key: "all-day-divider",
|
|
149
|
+
outerContent: (
|
|
150
|
+
// TODO: rename to cellContent so don't need to define <tr>?
|
|
151
|
+
l(
|
|
152
|
+
"tr",
|
|
153
|
+
{ role: "presentation", className: "fc-scrollgrid-section" },
|
|
154
|
+
l("td", { className: "fc-timegrid-divider " + s.theme.getClass("tableCellShaded") })
|
|
155
|
+
)
|
|
156
|
+
)
|
|
157
|
+
})), o.push({
|
|
158
|
+
type: "body",
|
|
159
|
+
key: "body",
|
|
160
|
+
liquid: !0,
|
|
161
|
+
expandRows: !!s.options.expandRows,
|
|
162
|
+
chunk: {
|
|
163
|
+
scrollerElRef: this.scrollerElRef,
|
|
164
|
+
content: i
|
|
165
|
+
}
|
|
166
|
+
}), l(
|
|
167
|
+
j,
|
|
168
|
+
{ elRef: this.rootElRef, elClasses: ["fc-timegrid"], viewSpec: s.viewSpec },
|
|
169
|
+
l(me, { liquid: !r.isHeightAuto && !r.forPrint, collapsibleWidth: r.forPrint, cols: [{ width: "shrink" }], sections: o })
|
|
170
|
+
);
|
|
171
|
+
}
|
|
172
|
+
renderHScrollLayout(e, t, i, s, r, o, a) {
|
|
173
|
+
let d = this.context.pluginHooks.scrollGridImpl;
|
|
174
|
+
if (!d)
|
|
175
|
+
throw new Error("No ScrollGrid implementation");
|
|
176
|
+
let { context: c, props: f } = this, u = !f.forPrint && G(c.options), g = !f.forPrint && pe(c.options), h = [];
|
|
177
|
+
e && h.push({
|
|
178
|
+
type: "header",
|
|
179
|
+
key: "header",
|
|
180
|
+
isSticky: u,
|
|
181
|
+
syncRowHeights: !0,
|
|
182
|
+
chunks: [
|
|
183
|
+
{
|
|
184
|
+
key: "axis",
|
|
185
|
+
rowContent: (m) => l("tr", { role: "presentation" }, this.renderHeadAxis("day", m.rowSyncHeights[0]))
|
|
186
|
+
},
|
|
187
|
+
{
|
|
188
|
+
key: "cols",
|
|
189
|
+
elRef: this.headerElRef,
|
|
190
|
+
tableClassName: "fc-col-header",
|
|
191
|
+
rowContent: e
|
|
192
|
+
}
|
|
193
|
+
]
|
|
194
|
+
}), t && (h.push({
|
|
195
|
+
type: "body",
|
|
196
|
+
key: "all-day",
|
|
197
|
+
syncRowHeights: !0,
|
|
198
|
+
chunks: [
|
|
199
|
+
{
|
|
200
|
+
key: "axis",
|
|
201
|
+
rowContent: (m) => l("tr", { role: "presentation" }, this.renderTableRowAxis(m.rowSyncHeights[0]))
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
key: "cols",
|
|
205
|
+
content: t
|
|
206
|
+
}
|
|
207
|
+
]
|
|
208
|
+
}), h.push({
|
|
209
|
+
key: "all-day-divider",
|
|
210
|
+
type: "body",
|
|
211
|
+
outerContent: (
|
|
212
|
+
// TODO: rename to cellContent so don't need to define <tr>?
|
|
213
|
+
l(
|
|
214
|
+
"tr",
|
|
215
|
+
{ role: "presentation", className: "fc-scrollgrid-section" },
|
|
216
|
+
l("td", { colSpan: 2, className: "fc-timegrid-divider " + c.theme.getClass("tableCellShaded") })
|
|
217
|
+
)
|
|
218
|
+
)
|
|
219
|
+
}));
|
|
220
|
+
let p = c.options.nowIndicator;
|
|
221
|
+
return h.push({
|
|
222
|
+
type: "body",
|
|
223
|
+
key: "body",
|
|
224
|
+
liquid: !0,
|
|
225
|
+
expandRows: !!c.options.expandRows,
|
|
226
|
+
chunks: [
|
|
227
|
+
{
|
|
228
|
+
key: "axis",
|
|
229
|
+
content: (m) => (
|
|
230
|
+
// TODO: make this now-indicator arrow more DRY with TimeColsContent
|
|
231
|
+
l(
|
|
232
|
+
"div",
|
|
233
|
+
{ className: "fc-timegrid-axis-chunk" },
|
|
234
|
+
l(
|
|
235
|
+
"table",
|
|
236
|
+
{ "aria-hidden": !0, style: { height: m.expandRows ? m.clientHeight : "" } },
|
|
237
|
+
m.tableColGroupNode,
|
|
238
|
+
l(
|
|
239
|
+
"tbody",
|
|
240
|
+
null,
|
|
241
|
+
l(je, { slatMetas: o })
|
|
242
|
+
)
|
|
243
|
+
),
|
|
244
|
+
l(
|
|
245
|
+
"div",
|
|
246
|
+
{ className: "fc-timegrid-now-indicator-container" },
|
|
247
|
+
l(X, {
|
|
248
|
+
unit: p ? "minute" : "day"
|
|
249
|
+
/* hacky */
|
|
250
|
+
}, (S) => {
|
|
251
|
+
let x = p && a && a.safeComputeTop(S);
|
|
252
|
+
return typeof x == "number" ? l(O, { elClasses: ["fc-timegrid-now-indicator-arrow"], elStyle: { top: x }, isAxis: !0, date: S }) : null;
|
|
253
|
+
})
|
|
254
|
+
)
|
|
255
|
+
)
|
|
256
|
+
)
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
key: "cols",
|
|
260
|
+
scrollerElRef: this.scrollerElRef,
|
|
261
|
+
content: i
|
|
262
|
+
}
|
|
263
|
+
]
|
|
264
|
+
}), g && h.push({
|
|
265
|
+
key: "footer",
|
|
266
|
+
type: "footer",
|
|
267
|
+
isSticky: !0,
|
|
268
|
+
chunks: [
|
|
269
|
+
{
|
|
270
|
+
key: "axis",
|
|
271
|
+
content: q
|
|
272
|
+
},
|
|
273
|
+
{
|
|
274
|
+
key: "cols",
|
|
275
|
+
content: q
|
|
276
|
+
}
|
|
277
|
+
]
|
|
278
|
+
}), l(
|
|
279
|
+
j,
|
|
280
|
+
{ elRef: this.rootElRef, elClasses: ["fc-timegrid"], viewSpec: c.viewSpec },
|
|
281
|
+
l(d, { liquid: !f.isHeightAuto && !f.forPrint, forPrint: f.forPrint, collapsibleWidth: !1, colGroups: [
|
|
282
|
+
{ width: "shrink", cols: [{ width: "shrink" }] },
|
|
283
|
+
{ cols: [{ span: s, minWidth: r }] }
|
|
284
|
+
], sections: h })
|
|
285
|
+
);
|
|
286
|
+
}
|
|
287
|
+
/* Dimensions
|
|
288
|
+
------------------------------------------------------------------------------------------------------------------*/
|
|
289
|
+
getAllDayMaxEventProps() {
|
|
290
|
+
let { dayMaxEvents: e, dayMaxEventRows: t } = this.context.options;
|
|
291
|
+
return (e === !0 || t === !0) && (e = void 0, t = Ue), { dayMaxEvents: e, dayMaxEventRows: t };
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
function Ve(n) {
|
|
295
|
+
return n.text;
|
|
296
|
+
}
|
|
297
|
+
class Ke {
|
|
298
|
+
constructor(e, t, i) {
|
|
299
|
+
this.positions = e, this.dateProfile = t, this.slotDuration = i;
|
|
300
|
+
}
|
|
301
|
+
safeComputeTop(e) {
|
|
302
|
+
let { dateProfile: t } = this;
|
|
303
|
+
if (Re(t.currentRange, e)) {
|
|
304
|
+
let i = U(e), s = e.valueOf() - i.valueOf();
|
|
305
|
+
if (s >= w(t.slotMinTime) && s < w(t.slotMaxTime))
|
|
306
|
+
return this.computeTimeTop(M(s));
|
|
307
|
+
}
|
|
308
|
+
return null;
|
|
309
|
+
}
|
|
310
|
+
// Computes the top coordinate, relative to the bounds of the grid, of the given date.
|
|
311
|
+
// A `startOfDayDate` must be given for avoiding ambiguity over how to treat midnight.
|
|
312
|
+
computeDateTop(e, t) {
|
|
313
|
+
return t || (t = U(e)), this.computeTimeTop(M(e.valueOf() - t.valueOf()));
|
|
314
|
+
}
|
|
315
|
+
// Computes the top coordinate, relative to the bounds of the grid, of the given time (a Duration).
|
|
316
|
+
// This is a makeshify way to compute the time-top. Assumes all slatMetas dates are uniform.
|
|
317
|
+
// Eventually allow computation with arbirary slat dates.
|
|
318
|
+
computeTimeTop(e) {
|
|
319
|
+
let { positions: t, dateProfile: i } = this, s = t.els.length, r = (e.milliseconds - w(i.slotMinTime)) / w(this.slotDuration), o, a;
|
|
320
|
+
return r = Math.max(0, r), r = Math.min(s, r), o = Math.floor(r), o = Math.min(o, s - 1), a = r - o, t.tops[o] + t.getHeight(o) * a;
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
class Ye extends y {
|
|
324
|
+
render() {
|
|
325
|
+
let { props: e, context: t } = this, { options: i } = t, { slatElRefs: s } = e;
|
|
326
|
+
return l("tbody", null, e.slatMetas.map((r, o) => {
|
|
327
|
+
let a = {
|
|
328
|
+
time: r.time,
|
|
329
|
+
date: t.dateEnv.toDate(r.date),
|
|
330
|
+
view: t.viewApi
|
|
331
|
+
};
|
|
332
|
+
return l(
|
|
333
|
+
"tr",
|
|
334
|
+
{ key: r.key, ref: s.createRef(r.key) },
|
|
335
|
+
e.axis && l(Q, Object.assign({}, r)),
|
|
336
|
+
l(L, { elTag: "td", elClasses: [
|
|
337
|
+
"fc-timegrid-slot",
|
|
338
|
+
"fc-timegrid-slot-lane",
|
|
339
|
+
!r.isLabeled && "fc-timegrid-slot-minor"
|
|
340
|
+
], elAttrs: {
|
|
341
|
+
"data-time": r.isoTimeStr
|
|
342
|
+
}, renderProps: a, generatorName: "slotLaneContent", customGenerator: i.slotLaneContent, classNameGenerator: i.slotLaneClassNames, didMount: i.slotLaneDidMount, willUnmount: i.slotLaneWillUnmount })
|
|
343
|
+
);
|
|
344
|
+
}));
|
|
345
|
+
}
|
|
346
|
+
}
|
|
347
|
+
class Xe extends y {
|
|
348
|
+
constructor() {
|
|
349
|
+
super(...arguments), this.rootElRef = C(), this.slatElRefs = new Z();
|
|
350
|
+
}
|
|
351
|
+
render() {
|
|
352
|
+
let { props: e, context: t } = this;
|
|
353
|
+
return l(
|
|
354
|
+
"div",
|
|
355
|
+
{ ref: this.rootElRef, className: "fc-timegrid-slots" },
|
|
356
|
+
l(
|
|
357
|
+
"table",
|
|
358
|
+
{ "aria-hidden": !0, className: t.theme.getClass("table"), style: {
|
|
359
|
+
minWidth: e.tableMinWidth,
|
|
360
|
+
width: e.clientWidth,
|
|
361
|
+
height: e.minHeight
|
|
362
|
+
} },
|
|
363
|
+
e.tableColGroupNode,
|
|
364
|
+
l(Ye, { slatElRefs: this.slatElRefs, axis: e.axis, slatMetas: e.slatMetas })
|
|
365
|
+
)
|
|
366
|
+
);
|
|
367
|
+
}
|
|
368
|
+
componentDidMount() {
|
|
369
|
+
this.updateSizing();
|
|
370
|
+
}
|
|
371
|
+
componentDidUpdate() {
|
|
372
|
+
this.updateSizing();
|
|
373
|
+
}
|
|
374
|
+
componentWillUnmount() {
|
|
375
|
+
this.props.onCoords && this.props.onCoords(null);
|
|
376
|
+
}
|
|
377
|
+
updateSizing() {
|
|
378
|
+
let { context: e, props: t } = this;
|
|
379
|
+
t.onCoords && t.clientWidth !== null && this.rootElRef.current.offsetHeight && t.onCoords(new Ke(new $(this.rootElRef.current, Ze(this.slatElRefs.currentMap, t.slatMetas), !1, !0), this.props.dateProfile, e.options.slotDuration));
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
function Ze(n, e) {
|
|
383
|
+
return e.map((t) => n[t.key]);
|
|
384
|
+
}
|
|
385
|
+
function D(n, e) {
|
|
386
|
+
let t = [], i;
|
|
387
|
+
for (i = 0; i < e; i += 1)
|
|
388
|
+
t.push([]);
|
|
389
|
+
if (n)
|
|
390
|
+
for (i = 0; i < n.length; i += 1)
|
|
391
|
+
t[n[i].col].push(n[i]);
|
|
392
|
+
return t;
|
|
393
|
+
}
|
|
394
|
+
function _(n, e) {
|
|
395
|
+
let t = [];
|
|
396
|
+
if (n) {
|
|
397
|
+
for (let i = 0; i < e; i += 1)
|
|
398
|
+
t[i] = {
|
|
399
|
+
affectedInstances: n.affectedInstances,
|
|
400
|
+
isEvent: n.isEvent,
|
|
401
|
+
segs: []
|
|
402
|
+
};
|
|
403
|
+
for (let i of n.segs)
|
|
404
|
+
t[i.col].segs.push(i);
|
|
405
|
+
} else
|
|
406
|
+
for (let i = 0; i < e; i += 1)
|
|
407
|
+
t[i] = null;
|
|
408
|
+
return t;
|
|
409
|
+
}
|
|
410
|
+
class $e extends y {
|
|
411
|
+
render() {
|
|
412
|
+
let { props: e } = this;
|
|
413
|
+
return l(ze, { elClasses: ["fc-timegrid-more-link"], elStyle: {
|
|
414
|
+
top: e.top,
|
|
415
|
+
bottom: e.bottom
|
|
416
|
+
}, allDayDate: null, moreCnt: e.hiddenSegs.length, allSegs: e.hiddenSegs, hiddenSegs: e.hiddenSegs, extraDateSpan: e.extraDateSpan, dateProfile: e.dateProfile, todayRange: e.todayRange, popoverContent: () => te(e.hiddenSegs, e), defaultGenerator: Je, forceTimed: !0 }, (t) => l(t, { elTag: "div", elClasses: ["fc-timegrid-more-link-inner", "fc-sticky"] }));
|
|
417
|
+
}
|
|
418
|
+
}
|
|
419
|
+
function Je(n) {
|
|
420
|
+
return n.shortText;
|
|
421
|
+
}
|
|
422
|
+
function Qe(n, e, t) {
|
|
423
|
+
let i = new He();
|
|
424
|
+
e != null && (i.strictOrder = e), t != null && (i.maxStackCnt = t);
|
|
425
|
+
let s = i.addSegs(n), r = We(s), o = et(i);
|
|
426
|
+
return o = rt(o, 1), { segRects: nt(o), hiddenGroups: r };
|
|
427
|
+
}
|
|
428
|
+
function et(n) {
|
|
429
|
+
const { entriesByLevel: e } = n, t = B((i, s) => i + ":" + s, (i, s) => {
|
|
430
|
+
let r = st(n, i, s), o = V(r, t), a = e[i][s];
|
|
431
|
+
return [
|
|
432
|
+
Object.assign(Object.assign({}, a), { nextLevelNodes: o[0] }),
|
|
433
|
+
a.thickness + o[1]
|
|
434
|
+
// the pressure builds
|
|
435
|
+
];
|
|
436
|
+
});
|
|
437
|
+
return V(e.length ? { level: 0, lateralStart: 0, lateralEnd: e[0].length } : null, t)[0];
|
|
438
|
+
}
|
|
439
|
+
function V(n, e) {
|
|
440
|
+
if (!n)
|
|
441
|
+
return [[], 0];
|
|
442
|
+
let { level: t, lateralStart: i, lateralEnd: s } = n, r = i, o = [];
|
|
443
|
+
for (; r < s; )
|
|
444
|
+
o.push(e(t, r)), r += 1;
|
|
445
|
+
return o.sort(tt), [
|
|
446
|
+
o.map(it),
|
|
447
|
+
o[0][1]
|
|
448
|
+
// first item's pressure
|
|
449
|
+
];
|
|
450
|
+
}
|
|
451
|
+
function tt(n, e) {
|
|
452
|
+
return e[1] - n[1];
|
|
453
|
+
}
|
|
454
|
+
function it(n) {
|
|
455
|
+
return n[0];
|
|
456
|
+
}
|
|
457
|
+
function st(n, e, t) {
|
|
458
|
+
let { levelCoords: i, entriesByLevel: s } = n, r = s[e][t], o = i[e] + r.thickness, a = i.length, d = e;
|
|
459
|
+
for (; d < a && i[d] < o; d += 1)
|
|
460
|
+
;
|
|
461
|
+
for (; d < a; d += 1) {
|
|
462
|
+
let c = s[d], f, u = Le(c, r.span.start, Oe), g = u[0] + u[1], h = g;
|
|
463
|
+
for (
|
|
464
|
+
;
|
|
465
|
+
// loop through entries that horizontally intersect
|
|
466
|
+
(f = c[h]) && // but not past the whole seg list
|
|
467
|
+
f.span.start < r.span.end;
|
|
468
|
+
)
|
|
469
|
+
h += 1;
|
|
470
|
+
if (g < h)
|
|
471
|
+
return { level: d, lateralStart: g, lateralEnd: h };
|
|
472
|
+
}
|
|
473
|
+
return null;
|
|
474
|
+
}
|
|
475
|
+
function rt(n, e) {
|
|
476
|
+
const t = B((i, s, r) => J(i), (i, s, r) => {
|
|
477
|
+
let { nextLevelNodes: o, thickness: a } = i, d = a + r, c = a / d, f, u = [];
|
|
478
|
+
if (!o.length)
|
|
479
|
+
f = e;
|
|
480
|
+
else
|
|
481
|
+
for (let h of o)
|
|
482
|
+
if (f === void 0) {
|
|
483
|
+
let p = t(h, s, d);
|
|
484
|
+
f = p[0], u.push(p[1]);
|
|
485
|
+
} else {
|
|
486
|
+
let p = t(h, f, 0);
|
|
487
|
+
u.push(p[1]);
|
|
488
|
+
}
|
|
489
|
+
let g = (f - s) * c;
|
|
490
|
+
return [f - g, Object.assign(Object.assign({}, i), { thickness: g, nextLevelNodes: u })];
|
|
491
|
+
});
|
|
492
|
+
return n.map((i) => t(i, 0, 0)[1]);
|
|
493
|
+
}
|
|
494
|
+
function nt(n) {
|
|
495
|
+
let e = [];
|
|
496
|
+
const t = B((s, r, o) => J(s), (s, r, o) => {
|
|
497
|
+
let a = Object.assign(Object.assign({}, s), {
|
|
498
|
+
levelCoord: r,
|
|
499
|
+
stackDepth: o,
|
|
500
|
+
stackForward: 0
|
|
501
|
+
});
|
|
502
|
+
return e.push(a), a.stackForward = i(s.nextLevelNodes, r + s.thickness, o + 1) + 1;
|
|
503
|
+
});
|
|
504
|
+
function i(s, r, o) {
|
|
505
|
+
let a = 0;
|
|
506
|
+
for (let d of s)
|
|
507
|
+
a = Math.max(t(d, r, o), a);
|
|
508
|
+
return a;
|
|
509
|
+
}
|
|
510
|
+
return i(n, 0, 0), e;
|
|
511
|
+
}
|
|
512
|
+
function B(n, e) {
|
|
513
|
+
const t = {};
|
|
514
|
+
return (...i) => {
|
|
515
|
+
let s = n(...i);
|
|
516
|
+
return s in t ? t[s] : t[s] = e(...i);
|
|
517
|
+
};
|
|
518
|
+
}
|
|
519
|
+
function K(n, e, t = null, i = 0) {
|
|
520
|
+
let s = [];
|
|
521
|
+
if (t)
|
|
522
|
+
for (let r = 0; r < n.length; r += 1) {
|
|
523
|
+
let o = n[r], a = t.computeDateTop(o.start, e), d = Math.max(
|
|
524
|
+
a + (i || 0),
|
|
525
|
+
// :(
|
|
526
|
+
t.computeDateTop(o.end, e)
|
|
527
|
+
);
|
|
528
|
+
s.push({
|
|
529
|
+
start: Math.round(a),
|
|
530
|
+
end: Math.round(d)
|
|
531
|
+
//
|
|
532
|
+
});
|
|
533
|
+
}
|
|
534
|
+
return s;
|
|
535
|
+
}
|
|
536
|
+
function ot(n, e, t, i) {
|
|
537
|
+
let s = [], r = [];
|
|
538
|
+
for (let c = 0; c < n.length; c += 1) {
|
|
539
|
+
let f = e[c];
|
|
540
|
+
f ? s.push({
|
|
541
|
+
index: c,
|
|
542
|
+
thickness: 1,
|
|
543
|
+
span: f
|
|
544
|
+
}) : r.push(n[c]);
|
|
545
|
+
}
|
|
546
|
+
let { segRects: o, hiddenGroups: a } = Qe(s, t, i), d = [];
|
|
547
|
+
for (let c of o)
|
|
548
|
+
d.push({
|
|
549
|
+
seg: n[c.index],
|
|
550
|
+
rect: c
|
|
551
|
+
});
|
|
552
|
+
for (let c of r)
|
|
553
|
+
d.push({ seg: c, rect: null });
|
|
554
|
+
return { segPlacements: d, hiddenGroups: a };
|
|
555
|
+
}
|
|
556
|
+
const lt = k({
|
|
557
|
+
hour: "numeric",
|
|
558
|
+
minute: "2-digit",
|
|
559
|
+
meridiem: !1
|
|
560
|
+
});
|
|
561
|
+
class ee extends y {
|
|
562
|
+
render() {
|
|
563
|
+
return l(Ae, Object.assign({}, this.props, { elClasses: [
|
|
564
|
+
"fc-timegrid-event",
|
|
565
|
+
"fc-v-event",
|
|
566
|
+
this.props.isShort && "fc-timegrid-event-short"
|
|
567
|
+
], defaultTimeFormat: lt }));
|
|
568
|
+
}
|
|
569
|
+
}
|
|
570
|
+
class at extends y {
|
|
571
|
+
constructor() {
|
|
572
|
+
super(...arguments), this.sortEventSegs = v(De);
|
|
573
|
+
}
|
|
574
|
+
// TODO: memoize event-placement?
|
|
575
|
+
render() {
|
|
576
|
+
let { props: e, context: t } = this, { options: i } = t, s = i.selectMirror, r = (
|
|
577
|
+
// yuck
|
|
578
|
+
e.eventDrag && e.eventDrag.segs || e.eventResize && e.eventResize.segs || s && e.dateSelectionSegs || []
|
|
579
|
+
), o = (
|
|
580
|
+
// TODO: messy way to compute this
|
|
581
|
+
e.eventDrag && e.eventDrag.affectedInstances || e.eventResize && e.eventResize.affectedInstances || {}
|
|
582
|
+
), a = this.sortEventSegs(e.fgEventSegs, i.eventOrder);
|
|
583
|
+
return l(Ee, { elTag: "td", elRef: e.elRef, elClasses: [
|
|
584
|
+
"fc-timegrid-col",
|
|
585
|
+
...e.extraClassNames || []
|
|
586
|
+
], elAttrs: Object.assign({ role: "gridcell" }, e.extraDataAttrs), date: e.date, dateProfile: e.dateProfile, todayRange: e.todayRange, extraRenderProps: e.extraRenderProps }, (d) => l(
|
|
587
|
+
"div",
|
|
588
|
+
{ className: "fc-timegrid-col-frame" },
|
|
589
|
+
l(
|
|
590
|
+
"div",
|
|
591
|
+
{ className: "fc-timegrid-col-bg" },
|
|
592
|
+
this.renderFillSegs(e.businessHourSegs, "non-business"),
|
|
593
|
+
this.renderFillSegs(e.bgEventSegs, "bg-event"),
|
|
594
|
+
this.renderFillSegs(e.dateSelectionSegs, "highlight")
|
|
595
|
+
),
|
|
596
|
+
l("div", { className: "fc-timegrid-col-events" }, this.renderFgSegs(a, o, !1, !1, !1)),
|
|
597
|
+
l("div", { className: "fc-timegrid-col-events" }, this.renderFgSegs(r, {}, !!e.eventDrag, !!e.eventResize, !!s, "mirror")),
|
|
598
|
+
l("div", { className: "fc-timegrid-now-indicator-container" }, this.renderNowIndicator(e.nowIndicatorSegs)),
|
|
599
|
+
ke(i) && l(d, { elTag: "div", elClasses: ["fc-timegrid-col-misc"] })
|
|
600
|
+
));
|
|
601
|
+
}
|
|
602
|
+
renderFgSegs(e, t, i, s, r, o) {
|
|
603
|
+
let { props: a } = this;
|
|
604
|
+
return a.forPrint ? te(e, a) : this.renderPositionedFgSegs(e, t, i, s, r, o);
|
|
605
|
+
}
|
|
606
|
+
renderPositionedFgSegs(e, t, i, s, r, o) {
|
|
607
|
+
let { eventMaxStack: a, eventShortHeight: d, eventOrderStrict: c, eventMinHeight: f } = this.context.options, { date: u, slatCoords: g, eventSelection: h, todayRange: p, nowDate: m } = this.props, S = i || s || r, x = K(e, u, g, f), { segPlacements: N, hiddenGroups: P } = ot(e, x, c, a);
|
|
608
|
+
return l(
|
|
609
|
+
T,
|
|
610
|
+
null,
|
|
611
|
+
this.renderHiddenGroups(P, e),
|
|
612
|
+
N.map((E) => {
|
|
613
|
+
let { seg: R, rect: b } = E, I = R.eventRange.instance.instanceId, ie = S || !!(!t[I] && b), se = z(b && b.span), re = !S && b ? this.computeSegHStyle(b) : { left: 0, right: 0 }, ne = !!b && b.stackForward > 0, oe = !!b && b.span.end - b.span.start < d;
|
|
614
|
+
return l(
|
|
615
|
+
"div",
|
|
616
|
+
{ className: "fc-timegrid-event-harness" + (ne ? " fc-timegrid-event-harness-inset" : ""), key: o || I, style: Object.assign(Object.assign({ visibility: ie ? "" : "hidden" }, se), re) },
|
|
617
|
+
l(ee, Object.assign({ seg: R, isDragging: i, isResizing: s, isDateSelecting: r, isSelected: I === h, isShort: oe }, W(R, p, m)))
|
|
618
|
+
);
|
|
619
|
+
})
|
|
620
|
+
);
|
|
621
|
+
}
|
|
622
|
+
// will already have eventMinHeight applied because segInputs already had it
|
|
623
|
+
renderHiddenGroups(e, t) {
|
|
624
|
+
let { extraDateSpan: i, dateProfile: s, todayRange: r, nowDate: o, eventSelection: a, eventDrag: d, eventResize: c } = this.props;
|
|
625
|
+
return l(T, null, e.map((f) => {
|
|
626
|
+
let u = z(f.span), g = dt(f.entries, t);
|
|
627
|
+
return l($e, { key: Te(Me(g)), hiddenSegs: g, top: u.top, bottom: u.bottom, extraDateSpan: i, dateProfile: s, todayRange: r, nowDate: o, eventSelection: a, eventDrag: d, eventResize: c });
|
|
628
|
+
}));
|
|
629
|
+
}
|
|
630
|
+
renderFillSegs(e, t) {
|
|
631
|
+
let { props: i, context: s } = this, o = K(e, i.date, i.slatCoords, s.options.eventMinHeight).map((a, d) => {
|
|
632
|
+
let c = e[d];
|
|
633
|
+
return l("div", { key: Ie(c.eventRange), className: "fc-timegrid-bg-harness", style: z(a) }, t === "bg-event" ? l(Ne, Object.assign({ seg: c }, W(c, i.todayRange, i.nowDate))) : Pe(t));
|
|
634
|
+
});
|
|
635
|
+
return l(T, null, o);
|
|
636
|
+
}
|
|
637
|
+
renderNowIndicator(e) {
|
|
638
|
+
let { slatCoords: t, date: i } = this.props;
|
|
639
|
+
return t ? e.map((s, r) => l(
|
|
640
|
+
O,
|
|
641
|
+
{
|
|
642
|
+
// key doesn't matter. will only ever be one
|
|
643
|
+
key: r,
|
|
644
|
+
elClasses: ["fc-timegrid-now-indicator-line"],
|
|
645
|
+
elStyle: {
|
|
646
|
+
top: t.computeDateTop(s.start, i)
|
|
647
|
+
},
|
|
648
|
+
isAxis: !1,
|
|
649
|
+
date: i
|
|
650
|
+
}
|
|
651
|
+
)) : null;
|
|
652
|
+
}
|
|
653
|
+
computeSegHStyle(e) {
|
|
654
|
+
let { isRtl: t, options: i } = this.context, s = i.slotEventOverlap, r = e.levelCoord, o = e.levelCoord + e.thickness, a, d;
|
|
655
|
+
s && (o = Math.min(1, r + (o - r) * 2)), t ? (a = 1 - o, d = r) : (a = r, d = 1 - o);
|
|
656
|
+
let c = {
|
|
657
|
+
zIndex: e.stackDepth + 1,
|
|
658
|
+
left: a * 100 + "%",
|
|
659
|
+
right: d * 100 + "%"
|
|
660
|
+
};
|
|
661
|
+
return s && !e.stackForward && (c[t ? "marginLeft" : "marginRight"] = 10 * 2), c;
|
|
662
|
+
}
|
|
663
|
+
}
|
|
664
|
+
function te(n, { todayRange: e, nowDate: t, eventSelection: i, eventDrag: s, eventResize: r }) {
|
|
665
|
+
let o = (s ? s.affectedInstances : null) || (r ? r.affectedInstances : null) || {};
|
|
666
|
+
return l(T, null, n.map((a) => {
|
|
667
|
+
let d = a.eventRange.instance.instanceId;
|
|
668
|
+
return l(
|
|
669
|
+
"div",
|
|
670
|
+
{ key: d, style: { visibility: o[d] ? "hidden" : "" } },
|
|
671
|
+
l(ee, Object.assign({ seg: a, isDragging: !1, isResizing: !1, isDateSelecting: !1, isSelected: d === i, isShort: !1 }, W(a, e, t)))
|
|
672
|
+
);
|
|
673
|
+
}));
|
|
674
|
+
}
|
|
675
|
+
function z(n) {
|
|
676
|
+
return n ? {
|
|
677
|
+
top: n.start,
|
|
678
|
+
bottom: -n.end
|
|
679
|
+
} : { top: "", bottom: "" };
|
|
680
|
+
}
|
|
681
|
+
function dt(n, e) {
|
|
682
|
+
return n.map((t) => e[t.index]);
|
|
683
|
+
}
|
|
684
|
+
class ct extends y {
|
|
685
|
+
constructor() {
|
|
686
|
+
super(...arguments), this.splitFgEventSegs = v(D), this.splitBgEventSegs = v(D), this.splitBusinessHourSegs = v(D), this.splitNowIndicatorSegs = v(D), this.splitDateSelectionSegs = v(D), this.splitEventDrag = v(_), this.splitEventResize = v(_), this.rootElRef = C(), this.cellElRefs = new Z();
|
|
687
|
+
}
|
|
688
|
+
render() {
|
|
689
|
+
let { props: e, context: t } = this, i = t.options.nowIndicator && e.slatCoords && e.slatCoords.safeComputeTop(e.nowDate), s = e.cells.length, r = this.splitFgEventSegs(e.fgEventSegs, s), o = this.splitBgEventSegs(e.bgEventSegs, s), a = this.splitBusinessHourSegs(e.businessHourSegs, s), d = this.splitNowIndicatorSegs(e.nowIndicatorSegs, s), c = this.splitDateSelectionSegs(e.dateSelectionSegs, s), f = this.splitEventDrag(e.eventDrag, s), u = this.splitEventResize(e.eventResize, s);
|
|
690
|
+
return l(
|
|
691
|
+
"div",
|
|
692
|
+
{ className: "fc-timegrid-cols", ref: this.rootElRef },
|
|
693
|
+
l(
|
|
694
|
+
"table",
|
|
695
|
+
{ role: "presentation", style: {
|
|
696
|
+
minWidth: e.tableMinWidth,
|
|
697
|
+
width: e.clientWidth
|
|
698
|
+
} },
|
|
699
|
+
e.tableColGroupNode,
|
|
700
|
+
l(
|
|
701
|
+
"tbody",
|
|
702
|
+
{ role: "presentation" },
|
|
703
|
+
l(
|
|
704
|
+
"tr",
|
|
705
|
+
{ role: "row" },
|
|
706
|
+
e.axis && l(
|
|
707
|
+
"td",
|
|
708
|
+
{ "aria-hidden": !0, className: "fc-timegrid-col fc-timegrid-axis" },
|
|
709
|
+
l(
|
|
710
|
+
"div",
|
|
711
|
+
{ className: "fc-timegrid-col-frame" },
|
|
712
|
+
l("div", { className: "fc-timegrid-now-indicator-container" }, typeof i == "number" && l(O, { elClasses: ["fc-timegrid-now-indicator-arrow"], elStyle: { top: i }, isAxis: !0, date: e.nowDate }))
|
|
713
|
+
)
|
|
714
|
+
),
|
|
715
|
+
e.cells.map((g, h) => l(at, { key: g.key, elRef: this.cellElRefs.createRef(g.key), dateProfile: e.dateProfile, date: g.date, nowDate: e.nowDate, todayRange: e.todayRange, extraRenderProps: g.extraRenderProps, extraDataAttrs: g.extraDataAttrs, extraClassNames: g.extraClassNames, extraDateSpan: g.extraDateSpan, fgEventSegs: r[h], bgEventSegs: o[h], businessHourSegs: a[h], nowIndicatorSegs: d[h], dateSelectionSegs: c[h], eventDrag: f[h], eventResize: u[h], slatCoords: e.slatCoords, eventSelection: e.eventSelection, forPrint: e.forPrint }))
|
|
716
|
+
)
|
|
717
|
+
)
|
|
718
|
+
)
|
|
719
|
+
);
|
|
720
|
+
}
|
|
721
|
+
componentDidMount() {
|
|
722
|
+
this.updateCoords();
|
|
723
|
+
}
|
|
724
|
+
componentDidUpdate() {
|
|
725
|
+
this.updateCoords();
|
|
726
|
+
}
|
|
727
|
+
updateCoords() {
|
|
728
|
+
let { props: e } = this;
|
|
729
|
+
e.onColCoords && e.clientWidth !== null && e.onColCoords(new $(
|
|
730
|
+
this.rootElRef.current,
|
|
731
|
+
ft(this.cellElRefs.currentMap, e.cells),
|
|
732
|
+
!0,
|
|
733
|
+
// horizontal
|
|
734
|
+
!1
|
|
735
|
+
));
|
|
736
|
+
}
|
|
737
|
+
}
|
|
738
|
+
function ft(n, e) {
|
|
739
|
+
return e.map((t) => n[t.key]);
|
|
740
|
+
}
|
|
741
|
+
class ht extends H {
|
|
742
|
+
constructor() {
|
|
743
|
+
super(...arguments), this.processSlotOptions = v(gt), this.state = {
|
|
744
|
+
slatCoords: null
|
|
745
|
+
}, this.handleRootEl = (e) => {
|
|
746
|
+
e ? this.context.registerInteractiveComponent(this, {
|
|
747
|
+
el: e,
|
|
748
|
+
isHitComboAllowed: this.props.isHitComboAllowed
|
|
749
|
+
}) : this.context.unregisterInteractiveComponent(this);
|
|
750
|
+
}, this.handleScrollRequest = (e) => {
|
|
751
|
+
let { onScrollTopRequest: t } = this.props, { slatCoords: i } = this.state;
|
|
752
|
+
if (t && i) {
|
|
753
|
+
if (e.time) {
|
|
754
|
+
let s = i.computeTimeTop(e.time);
|
|
755
|
+
s = Math.ceil(s), s && (s += 1), t(s);
|
|
756
|
+
}
|
|
757
|
+
return !0;
|
|
758
|
+
}
|
|
759
|
+
return !1;
|
|
760
|
+
}, this.handleColCoords = (e) => {
|
|
761
|
+
this.colCoords = e;
|
|
762
|
+
}, this.handleSlatCoords = (e) => {
|
|
763
|
+
this.setState({ slatCoords: e }), this.props.onSlatCoords && this.props.onSlatCoords(e);
|
|
764
|
+
};
|
|
765
|
+
}
|
|
766
|
+
render() {
|
|
767
|
+
let { props: e, state: t } = this;
|
|
768
|
+
return l(
|
|
769
|
+
"div",
|
|
770
|
+
{ className: "fc-timegrid-body", ref: this.handleRootEl, style: {
|
|
771
|
+
// these props are important to give this wrapper correct dimensions for interactions
|
|
772
|
+
// TODO: if we set it here, can we avoid giving to inner tables?
|
|
773
|
+
width: e.clientWidth,
|
|
774
|
+
minWidth: e.tableMinWidth
|
|
775
|
+
} },
|
|
776
|
+
l(Xe, { axis: e.axis, dateProfile: e.dateProfile, slatMetas: e.slatMetas, clientWidth: e.clientWidth, minHeight: e.expandRows ? e.clientHeight : "", tableMinWidth: e.tableMinWidth, tableColGroupNode: e.axis ? e.tableColGroupNode : null, onCoords: this.handleSlatCoords }),
|
|
777
|
+
l(ct, { cells: e.cells, axis: e.axis, dateProfile: e.dateProfile, businessHourSegs: e.businessHourSegs, bgEventSegs: e.bgEventSegs, fgEventSegs: e.fgEventSegs, dateSelectionSegs: e.dateSelectionSegs, eventSelection: e.eventSelection, eventDrag: e.eventDrag, eventResize: e.eventResize, todayRange: e.todayRange, nowDate: e.nowDate, nowIndicatorSegs: e.nowIndicatorSegs, clientWidth: e.clientWidth, tableMinWidth: e.tableMinWidth, tableColGroupNode: e.tableColGroupNode, slatCoords: t.slatCoords, onColCoords: this.handleColCoords, forPrint: e.forPrint })
|
|
778
|
+
);
|
|
779
|
+
}
|
|
780
|
+
componentDidMount() {
|
|
781
|
+
this.scrollResponder = this.context.createScrollResponder(this.handleScrollRequest);
|
|
782
|
+
}
|
|
783
|
+
componentDidUpdate(e) {
|
|
784
|
+
this.scrollResponder.update(e.dateProfile !== this.props.dateProfile);
|
|
785
|
+
}
|
|
786
|
+
componentWillUnmount() {
|
|
787
|
+
this.scrollResponder.detach();
|
|
788
|
+
}
|
|
789
|
+
queryHit(e, t) {
|
|
790
|
+
let { dateEnv: i, options: s } = this.context, { colCoords: r } = this, { dateProfile: o } = this.props, { slatCoords: a } = this.state, { snapDuration: d, snapsPerSlot: c } = this.processSlotOptions(this.props.slotDuration, s.snapDuration), f = r.leftToIndex(e), u = a.positions.topToIndex(t);
|
|
791
|
+
if (f != null && u != null) {
|
|
792
|
+
let g = this.props.cells[f], h = a.positions.tops[u], p = a.positions.getHeight(u), m = (t - h) / p, S = Math.floor(m * c), x = u * c + S, N = this.props.cells[f].date, P = A(o.slotMinTime, xe(d, x)), E = i.add(N, P), R = i.add(E, d);
|
|
793
|
+
return {
|
|
794
|
+
dateProfile: o,
|
|
795
|
+
dateSpan: Object.assign({ range: { start: E, end: R }, allDay: !1 }, g.extraDateSpan),
|
|
796
|
+
dayEl: r.els[f],
|
|
797
|
+
rect: {
|
|
798
|
+
left: r.lefts[f],
|
|
799
|
+
right: r.rights[f],
|
|
800
|
+
top: h,
|
|
801
|
+
bottom: h + p
|
|
802
|
+
},
|
|
803
|
+
layer: 0
|
|
804
|
+
};
|
|
805
|
+
}
|
|
806
|
+
return null;
|
|
807
|
+
}
|
|
808
|
+
}
|
|
809
|
+
function gt(n, e) {
|
|
810
|
+
let t = e || n, i = F(n, t);
|
|
811
|
+
return i === null && (t = n, i = 1), { snapDuration: t, snapsPerSlot: i };
|
|
812
|
+
}
|
|
813
|
+
class ut extends we {
|
|
814
|
+
sliceRange(e, t) {
|
|
815
|
+
let i = [];
|
|
816
|
+
for (let s = 0; s < t.length; s += 1) {
|
|
817
|
+
let r = Ce(e, t[s]);
|
|
818
|
+
r && i.push({
|
|
819
|
+
start: r.start,
|
|
820
|
+
end: r.end,
|
|
821
|
+
isStart: r.start.valueOf() === e.start.valueOf(),
|
|
822
|
+
isEnd: r.end.valueOf() === e.end.valueOf(),
|
|
823
|
+
col: s
|
|
824
|
+
});
|
|
825
|
+
}
|
|
826
|
+
return i;
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
class mt extends H {
|
|
830
|
+
constructor() {
|
|
831
|
+
super(...arguments), this.buildDayRanges = v(pt), this.slicer = new ut(), this.timeColsRef = C();
|
|
832
|
+
}
|
|
833
|
+
render() {
|
|
834
|
+
let { props: e, context: t } = this, { dateProfile: i, dayTableModel: s } = e, { nowIndicator: r, nextDayThreshold: o } = t.options, a = this.buildDayRanges(s, i, t.dateEnv);
|
|
835
|
+
return l(X, { unit: r ? "minute" : "day" }, (d, c) => l(ht, Object.assign({ ref: this.timeColsRef }, this.slicer.sliceProps(e, i, null, t, a), { forPrint: e.forPrint, axis: e.axis, dateProfile: i, slatMetas: e.slatMetas, slotDuration: e.slotDuration, cells: s.cells[0], tableColGroupNode: e.tableColGroupNode, tableMinWidth: e.tableMinWidth, clientWidth: e.clientWidth, clientHeight: e.clientHeight, expandRows: e.expandRows, nowDate: d, nowIndicatorSegs: r && this.slicer.sliceNowDate(d, i, o, t, a), todayRange: c, onScrollTopRequest: e.onScrollTopRequest, onSlatCoords: e.onSlatCoords })));
|
|
836
|
+
}
|
|
837
|
+
}
|
|
838
|
+
function pt(n, e, t) {
|
|
839
|
+
let i = [];
|
|
840
|
+
for (let s of n.headerDates)
|
|
841
|
+
i.push({
|
|
842
|
+
start: t.add(s, e.slotMinTime),
|
|
843
|
+
end: t.add(s, e.slotMaxTime)
|
|
844
|
+
});
|
|
845
|
+
return i;
|
|
846
|
+
}
|
|
847
|
+
const Y = [
|
|
848
|
+
{ hours: 1 },
|
|
849
|
+
{ minutes: 30 },
|
|
850
|
+
{ minutes: 15 },
|
|
851
|
+
{ seconds: 30 },
|
|
852
|
+
{ seconds: 15 }
|
|
853
|
+
];
|
|
854
|
+
function vt(n, e, t, i, s) {
|
|
855
|
+
let r = /* @__PURE__ */ new Date(0), o = n, a = M(0), d = t || bt(i), c = [];
|
|
856
|
+
for (; w(o) < w(e); ) {
|
|
857
|
+
let f = s.add(r, o), u = F(a, d) !== null;
|
|
858
|
+
c.push({
|
|
859
|
+
date: f,
|
|
860
|
+
time: o,
|
|
861
|
+
key: f.toISOString(),
|
|
862
|
+
isoTimeStr: ve(f),
|
|
863
|
+
isLabeled: u
|
|
864
|
+
}), o = A(o, i), a = A(a, i);
|
|
865
|
+
}
|
|
866
|
+
return c;
|
|
867
|
+
}
|
|
868
|
+
function bt(n) {
|
|
869
|
+
let e, t, i;
|
|
870
|
+
for (e = Y.length - 1; e >= 0; e -= 1)
|
|
871
|
+
if (t = M(Y[e]), i = F(t, n), i !== null && i > 1)
|
|
872
|
+
return t;
|
|
873
|
+
return n;
|
|
874
|
+
}
|
|
875
|
+
class Rt extends _e {
|
|
876
|
+
constructor() {
|
|
877
|
+
super(...arguments), this.buildTimeColsModel = v(St), this.buildSlatMetas = v(vt);
|
|
878
|
+
}
|
|
879
|
+
render() {
|
|
880
|
+
let { options: e, dateEnv: t, dateProfileGenerator: i } = this.context, { props: s } = this, { dateProfile: r } = s, o = this.buildTimeColsModel(r, i), a = this.allDaySplitter.splitProps(s), d = this.buildSlatMetas(r.slotMinTime, r.slotMaxTime, e.slotLabelInterval, e.slotDuration, t), { dayMinWidth: c } = e, f = !c, u = c, g = e.dayHeaders && l(ae, { dates: o.headerDates, dateProfile: r, datesRepDistinctDays: !0, renderIntro: f ? this.renderHeadAxis : null }), h = e.allDaySlot !== !1 && ((m) => l(le, Object.assign({}, a.allDay, { dateProfile: r, dayTableModel: o, nextDayThreshold: e.nextDayThreshold, tableMinWidth: m.tableMinWidth, colGroupNode: m.tableColGroupNode, renderRowIntro: f ? this.renderTableRowAxis : null, showWeekNumbers: !1, expandRows: !1, headerAlignElRef: this.headerElRef, clientWidth: m.clientWidth, clientHeight: m.clientHeight, forPrint: s.forPrint }, this.getAllDayMaxEventProps()))), p = (m) => l(mt, Object.assign({}, a.timed, { dayTableModel: o, dateProfile: r, axis: f, slotDuration: e.slotDuration, slatMetas: d, forPrint: s.forPrint, tableColGroupNode: m.tableColGroupNode, tableMinWidth: m.tableMinWidth, clientWidth: m.clientWidth, clientHeight: m.clientHeight, onSlatCoords: this.handleSlatCoords, expandRows: m.expandRows, onScrollTopRequest: this.handleScrollTopRequest }));
|
|
881
|
+
return u ? this.renderHScrollLayout(g, h, p, o.colCnt, c, d, this.state.slatCoords) : this.renderSimpleLayout(g, h, p);
|
|
882
|
+
}
|
|
883
|
+
}
|
|
884
|
+
function St(n, e) {
|
|
885
|
+
let t = new de(n.renderRange, e);
|
|
886
|
+
return new ce(t, !1);
|
|
887
|
+
}
|
|
888
|
+
var yt = '.fc-v-event{background-color:var(--fc-event-bg-color);border:1px solid var(--fc-event-border-color);display:block}.fc-v-event .fc-event-main{color:var(--fc-event-text-color);height:100%}.fc-v-event .fc-event-main-frame{display:flex;flex-direction:column;height:100%}.fc-v-event .fc-event-time{flex-grow:0;flex-shrink:0;max-height:100%;overflow:hidden}.fc-v-event .fc-event-title-container{flex-grow:1;flex-shrink:1;min-height:0}.fc-v-event .fc-event-title{bottom:0;max-height:100%;overflow:hidden;top:0}.fc-v-event:not(.fc-event-start){border-top-left-radius:0;border-top-right-radius:0;border-top-width:0}.fc-v-event:not(.fc-event-end){border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-width:0}.fc-v-event.fc-event-selected:before{left:-10px;right:-10px}.fc-v-event .fc-event-resizer-start{cursor:n-resize}.fc-v-event .fc-event-resizer-end{cursor:s-resize}.fc-v-event:not(.fc-event-selected) .fc-event-resizer{height:var(--fc-event-resizer-thickness);left:0;right:0}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-start{top:calc(var(--fc-event-resizer-thickness)/-2)}.fc-v-event:not(.fc-event-selected) .fc-event-resizer-end{bottom:calc(var(--fc-event-resizer-thickness)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer{left:50%;margin-left:calc(var(--fc-event-resizer-dot-total-width)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-start{top:calc(var(--fc-event-resizer-dot-total-width)/-2)}.fc-v-event.fc-event-selected .fc-event-resizer-end{bottom:calc(var(--fc-event-resizer-dot-total-width)/-2)}.fc .fc-timegrid .fc-daygrid-body{z-index:2}.fc .fc-timegrid-divider{padding:0 0 2px}.fc .fc-timegrid-body{min-height:100%;position:relative;z-index:1}.fc .fc-timegrid-axis-chunk{position:relative}.fc .fc-timegrid-axis-chunk>table,.fc .fc-timegrid-slots{position:relative;z-index:1}.fc .fc-timegrid-slot{border-bottom:0;height:1.5em}.fc .fc-timegrid-slot:empty:before{content:"\\00a0"}.fc .fc-timegrid-slot-minor{border-top-style:dotted}.fc .fc-timegrid-slot-label-cushion{display:inline-block;white-space:nowrap}.fc .fc-timegrid-slot-label{vertical-align:middle}.fc .fc-timegrid-axis-cushion,.fc .fc-timegrid-slot-label-cushion{padding:0 4px}.fc .fc-timegrid-axis-frame-liquid{height:100%}.fc .fc-timegrid-axis-frame{align-items:center;display:flex;justify-content:flex-end;overflow:hidden}.fc .fc-timegrid-axis-cushion{flex-shrink:0;max-width:60px}.fc-direction-ltr .fc-timegrid-slot-label-frame{text-align:right}.fc-direction-rtl .fc-timegrid-slot-label-frame{text-align:left}.fc-liquid-hack .fc-timegrid-axis-frame-liquid{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col.fc-day-today{background-color:var(--fc-today-bg-color)}.fc .fc-timegrid-col-frame{min-height:100%;position:relative}.fc-media-screen.fc-liquid-hack .fc-timegrid-col-frame{bottom:0;height:auto;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols{bottom:0;left:0;position:absolute;right:0;top:0}.fc-media-screen .fc-timegrid-cols>table{height:100%}.fc-media-screen .fc-timegrid-col-bg,.fc-media-screen .fc-timegrid-col-events,.fc-media-screen .fc-timegrid-now-indicator-container{left:0;position:absolute;right:0;top:0}.fc .fc-timegrid-col-bg{z-index:2}.fc .fc-timegrid-col-bg .fc-non-business{z-index:1}.fc .fc-timegrid-col-bg .fc-bg-event{z-index:2}.fc .fc-timegrid-col-bg .fc-highlight{z-index:3}.fc .fc-timegrid-bg-harness{left:0;position:absolute;right:0}.fc .fc-timegrid-col-events{z-index:3}.fc .fc-timegrid-now-indicator-container{bottom:0;overflow:hidden}.fc-direction-ltr .fc-timegrid-col-events{margin:0 2.5% 0 2px}.fc-direction-rtl .fc-timegrid-col-events{margin:0 2px 0 2.5%}.fc-timegrid-event-harness{position:absolute}.fc-timegrid-event-harness>.fc-timegrid-event{bottom:0;left:0;position:absolute;right:0;top:0}.fc-timegrid-event-harness-inset .fc-timegrid-event,.fc-timegrid-event.fc-event-mirror,.fc-timegrid-more-link{box-shadow:0 0 0 1px var(--fc-page-bg-color)}.fc-timegrid-event,.fc-timegrid-more-link{border-radius:3px;font-size:var(--fc-small-font-size)}.fc-timegrid-event{margin-bottom:1px}.fc-timegrid-event .fc-event-main{padding:1px 1px 0}.fc-timegrid-event .fc-event-time{font-size:var(--fc-small-font-size);margin-bottom:1px;white-space:nowrap}.fc-timegrid-event-short .fc-event-main-frame{flex-direction:row;overflow:hidden}.fc-timegrid-event-short .fc-event-time:after{content:"\\00a0-\\00a0"}.fc-timegrid-event-short .fc-event-title{font-size:var(--fc-small-font-size)}.fc-timegrid-more-link{background:var(--fc-more-link-bg-color);color:var(--fc-more-link-text-color);cursor:pointer;margin-bottom:1px;position:absolute;z-index:9999}.fc-timegrid-more-link-inner{padding:3px 2px;top:0}.fc-direction-ltr .fc-timegrid-more-link{right:0}.fc-direction-rtl .fc-timegrid-more-link{left:0}.fc .fc-timegrid-now-indicator-arrow,.fc .fc-timegrid-now-indicator-line{pointer-events:none}.fc .fc-timegrid-now-indicator-line{border-color:var(--fc-now-indicator-color);border-style:solid;border-width:1px 0 0;left:0;position:absolute;right:0;z-index:4}.fc .fc-timegrid-now-indicator-arrow{border-color:var(--fc-now-indicator-color);border-style:solid;margin-top:-5px;position:absolute;z-index:4}.fc-direction-ltr .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 0 5px 6px;left:0}.fc-direction-rtl .fc-timegrid-now-indicator-arrow{border-bottom-color:transparent;border-top-color:transparent;border-width:5px 6px 5px 0;right:0}';
|
|
889
|
+
fe(yt);
|
|
890
|
+
export {
|
|
891
|
+
mt as DayTimeCols,
|
|
892
|
+
ut as DayTimeColsSlicer,
|
|
893
|
+
Rt as DayTimeColsView,
|
|
894
|
+
ht as TimeCols,
|
|
895
|
+
Ke as TimeColsSlatsCoords,
|
|
896
|
+
_e as TimeColsView,
|
|
897
|
+
pt as buildDayRanges,
|
|
898
|
+
vt as buildSlatMetas,
|
|
899
|
+
St as buildTimeColsModel
|
|
900
|
+
};
|