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.
Files changed (990) hide show
  1. package/dist/_virtual/dayjs.min.mjs +5 -2
  2. package/dist/_virtual/dayjs.min2.mjs +4 -0
  3. package/dist/assets/iconfont/IconChenggong.mjs +25 -4
  4. package/dist/assets/iconfont/IconClose.mjs +24 -3
  5. package/dist/assets/iconfont/IconColumnCancelFixed.mjs +23 -2
  6. package/dist/assets/iconfont/IconColumnFixedLeft.mjs +27 -6
  7. package/dist/assets/iconfont/IconColumnFixedRight.mjs +27 -6
  8. package/dist/assets/iconfont/IconCuowu.mjs +23 -2
  9. package/dist/assets/iconfont/IconDragOrder.mjs +25 -4
  10. package/dist/assets/iconfont/IconDuigoux.mjs +25 -4
  11. package/dist/assets/iconfont/IconFabu.mjs +35 -5
  12. package/dist/assets/iconfont/IconFanhui.mjs +25 -4
  13. package/dist/assets/iconfont/IconGaojisousuo.mjs +26 -5
  14. package/dist/assets/iconfont/IconHangfengexian.mjs +41 -3
  15. package/dist/assets/iconfont/IconHangliefengexian.mjs +42 -4
  16. package/dist/assets/iconfont/IconIcFluentHomeRegular.mjs +26 -5
  17. package/dist/assets/iconfont/IconIcon21.mjs +25 -4
  18. package/dist/assets/iconfont/IconJincoude.mjs +25 -4
  19. package/dist/assets/iconfont/IconJinggao.mjs +25 -4
  20. package/dist/assets/iconfont/IconKuansongde.mjs +26 -5
  21. package/dist/assets/iconfont/IconLiefengexian.mjs +41 -3
  22. package/dist/assets/iconfont/IconMore.mjs +41 -4
  23. package/dist/assets/iconfont/IconShanchu.mjs +27 -6
  24. package/dist/assets/iconfont/IconShanchu1.mjs +35 -5
  25. package/dist/assets/iconfont/IconSousuo.mjs +27 -6
  26. package/dist/assets/iconfont/IconTejincou.mjs +25 -4
  27. package/dist/assets/iconfont/IconTekuansong.mjs +26 -5
  28. package/dist/assets/iconfont/IconTishi1.mjs +27 -6
  29. package/dist/assets/iconfont/IconTuodong.mjs +28 -7
  30. package/dist/assets/iconfont/IconWubanmawentianchong.mjs +35 -3
  31. package/dist/assets/iconfont/IconWufengexian.mjs +26 -4
  32. package/dist/assets/iconfont/IconXinxitishi.mjs +27 -6
  33. package/dist/assets/iconfont/IconYoubanmawentianchong.mjs +34 -3
  34. package/dist/assets/iconfont/IconZhongdengde.mjs +24 -3
  35. package/dist/assets/iconfont/IconZhongzhi.mjs +24 -3
  36. package/dist/assets/iconfont/index.mjs +33 -33
  37. package/dist/components/BitzAddTag/index.mjs +41 -8
  38. package/dist/components/BitzAddressBook/index.mjs +122 -35
  39. package/dist/components/BitzAppPage/index.mjs +18 -4
  40. package/dist/components/BitzAppRefresh/index.mjs +27 -15
  41. package/dist/components/BitzBetterScroll/index.mjs +5 -5
  42. package/dist/components/BitzButton/index.mjs +23 -9
  43. package/dist/components/BitzCalendar/index.mjs +53 -20
  44. package/dist/components/BitzCascader/BitzCascaderMobile.mjs +68 -30
  45. package/dist/components/BitzCascader/index.mjs +6 -2
  46. package/dist/components/BitzCollapse/index.mjs +4 -4
  47. package/dist/components/BitzConfigProvider/context.mjs +3 -1
  48. package/dist/components/BitzConfigProvider/index.mjs +12 -8
  49. package/dist/components/BitzConfirmModal/index.mjs +24 -1
  50. package/dist/components/BitzDayJs/index.mjs +1 -1
  51. package/dist/components/BitzDescriptions/index.mjs +11 -1
  52. package/dist/components/BitzDrawer/index.mjs +17 -2
  53. package/dist/components/BitzEmpty/index.mjs +6 -2
  54. package/dist/components/BitzException/index.mjs +6 -1
  55. package/dist/components/BitzFloatLayout/index.mjs +10 -1
  56. package/dist/components/BitzFluentDatePicker/index.mjs +1 -1
  57. package/dist/components/BitzFluentRangePicker/index.mjs +1 -1
  58. package/dist/components/BitzFluentRangeTimePicker/index.mjs +1 -1
  59. package/dist/components/BitzFluentTimePicker/index.mjs +6 -6
  60. package/dist/components/BitzFuiCalendar/BitzFuiCalendarStore.mjs +13 -16
  61. package/dist/components/BitzFuiCalendar/CalendarAgendum.mjs +27 -21
  62. package/dist/components/BitzFuiCalendar/CalendarAgendumItem.mjs +22 -4
  63. package/dist/components/BitzFuiCalendar/CalendarBody.mjs +28 -5
  64. package/dist/components/BitzFuiCalendar/CalendarHead.mjs +6 -3
  65. package/dist/components/BitzFuiCalendar/CalendarHeadItem.mjs +13 -4
  66. package/dist/components/BitzFuiCalendar/CalendarToolbar.mjs +48 -16
  67. package/dist/components/BitzFuiCalendar/ColumnData.mjs +26 -10
  68. package/dist/components/BitzFuiCalendar/FuiCalendarItem.mjs +44 -8
  69. package/dist/components/BitzFuiCalendar/index.mjs +7 -1
  70. package/dist/components/BitzFullScreen/index.mjs +9 -6
  71. package/dist/components/BitzHighlight/Child.mjs +23 -9
  72. package/dist/components/BitzHighlight/Highlight.mjs +26 -5
  73. package/dist/components/BitzHighlight/chunks.mjs +20 -17
  74. package/dist/components/BitzHighlight/style.mjs +4 -1
  75. package/dist/components/BitzImage/index.mjs +1 -1
  76. package/dist/components/BitzImage/previewImage.mjs +12 -5
  77. package/dist/components/BitzLanguageTabs/index.mjs +14 -3
  78. package/dist/components/BitzLazyLoad/index.mjs +7 -1
  79. package/dist/components/BitzList/List.mjs +17 -3
  80. package/dist/components/BitzList/LoadMore.mjs +29 -20
  81. package/dist/components/BitzLoadMore/index.mjs +34 -14
  82. package/dist/components/BitzMeetingTime/BitzMeetingTimeItem.mjs +25 -12
  83. package/dist/components/BitzMeetingTime/index.mjs +11 -7
  84. package/dist/components/BitzMobileLoading/index.mjs +1 -1
  85. package/dist/components/BitzModal/index.mjs +24 -11
  86. package/dist/components/BitzNoData/index.mjs +4 -1
  87. package/dist/components/BitzNoMore/index.mjs +1 -1
  88. package/dist/components/BitzOrganizationSelection/index.mjs +43 -14
  89. package/dist/components/BitzPageContainer/index.mjs +107 -46
  90. package/dist/components/BitzPageHeader/index.mjs +89 -21
  91. package/dist/components/BitzPagination/index.mjs +71 -22
  92. package/dist/components/BitzPopover/index.mjs +4 -4
  93. package/dist/components/BitzPullRefresh/PullRefresh.mjs +47 -18
  94. package/dist/components/BitzQRCode/index.mjs +6 -1
  95. package/dist/components/BitzQueryFilter/QueryFilterContent.mjs +35 -17
  96. package/dist/components/BitzQueryFilter/QueryFilterDrawer.mjs +20 -13
  97. package/dist/components/BitzQueryFilter/QueryFilterMobile.mjs +4 -1
  98. package/dist/components/BitzQueryFilter/index.mjs +69 -20
  99. package/dist/components/BitzRefresh/index.mjs +5 -1
  100. package/dist/components/BitzRemark/index.mjs +4 -4
  101. package/dist/components/BitzScheduleCenter/index.mjs +24 -30
  102. package/dist/components/BitzSearch/index.mjs +1 -1
  103. package/dist/components/BitzSelect/component/BitzSelectMobile.mjs +123 -48
  104. package/dist/components/BitzSelect/index.mjs +1 -1
  105. package/dist/components/BitzSkeleton/index.mjs +31 -1
  106. package/dist/components/BitzSwitch/index.mjs +7 -2
  107. package/dist/components/BitzTabbar/BitzTabbar.mjs +25 -8
  108. package/dist/components/BitzTabbar/BitzTabbarItem.mjs +4 -1
  109. package/dist/components/BitzTable/ActionBar/ActionBar.mjs +80 -12
  110. package/dist/components/BitzTable/ActionBar/Button.mjs +20 -15
  111. package/dist/components/BitzTable/ActionBar/style.mjs +12 -9
  112. package/dist/components/BitzTable/ActionCol/index.mjs +183 -58
  113. package/dist/components/BitzTable/ActionCol/style.mjs +15 -12
  114. package/dist/components/BitzTable/Dropdown/index.mjs +8 -1
  115. package/dist/components/BitzTable/Dropdown/style.mjs +9 -6
  116. package/dist/components/BitzTable/SelectionBar/Button.mjs +19 -6
  117. package/dist/components/BitzTable/SelectionBar/SelectionBar.mjs +11 -4
  118. package/dist/components/BitzTable/SelectionBar/style.mjs +18 -8
  119. package/dist/components/BitzTable/Store/index.mjs +103 -62
  120. package/dist/components/BitzTable/Store/utils/index.mjs +5 -5
  121. package/dist/components/BitzTable/SubTable/index.mjs +122 -73
  122. package/dist/components/BitzTable/Table/ResizableTitle copy.mjs +43 -21
  123. package/dist/components/BitzTable/Table/SortTableContext.mjs +39 -17
  124. package/dist/components/BitzTable/Table/SortableRow.mjs +44 -20
  125. package/dist/components/BitzTable/Table/index.mjs +444 -211
  126. package/dist/components/BitzTable/Table/style.mjs +10 -1
  127. package/dist/components/BitzTable/Table/utils.mjs +11 -4
  128. package/dist/components/BitzTable/TextOverflow/index.mjs +12 -3
  129. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnConfigModal.mjs +105 -31
  130. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndItem.mjs +104 -23
  131. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/DndList.mjs +68 -29
  132. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ColumnsSort/index.mjs +325 -159
  133. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndItem.mjs +50 -16
  134. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/DndList.mjs +42 -16
  135. package/dist/components/BitzTable/ToolBar/ColConfigIcon/ExportConfig/index.mjs +135 -38
  136. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/RadioCard.mjs +9 -2
  137. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/ScopeSwitch.mjs +18 -5
  138. package/dist/components/BitzTable/ToolBar/ColConfigIcon/StylesConfig/index.mjs +121 -49
  139. package/dist/components/BitzTable/ToolBar/ColConfigIcon/index.mjs +62 -18
  140. package/dist/components/BitzTable/ToolBar/ExportIcon/ExportModal.mjs +59 -16
  141. package/dist/components/BitzTable/ToolBar/ExportIcon/index.mjs +42 -14
  142. package/dist/components/BitzTable/ToolBar/FullscreenIcon/index.mjs +17 -4
  143. package/dist/components/BitzTable/ToolBar/Modal/index.mjs +46 -14
  144. package/dist/components/BitzTable/ToolBar/RefreshIcon/index.mjs +20 -9
  145. package/dist/components/BitzTable/ToolBar/Wrapper/index.mjs +49 -2
  146. package/dist/components/BitzTable/ToolBar/style.mjs +6 -1
  147. package/dist/components/BitzTable/index.d.ts +1 -0
  148. package/dist/components/BitzTableOperations/index.mjs +13 -3
  149. package/dist/components/BitzTableSelect/Picker/index.mjs +43 -10
  150. package/dist/components/BitzTableSelect/Select/index.mjs +90 -21
  151. package/dist/components/BitzTableSelect/SelectPopup/getData.mjs +23 -13
  152. package/dist/components/BitzTableSelect/SelectPopup/index.mjs +219 -69
  153. package/dist/components/BitzTableSelect/SingleSelect/index.mjs +87 -22
  154. package/dist/components/BitzTableSelect/TableCell/index.mjs +52 -11
  155. package/dist/components/BitzTableSelect/TextBlock/index.mjs +30 -12
  156. package/dist/components/BitzTableSelect/index.mjs +65 -14
  157. package/dist/components/BitzTableSelect/utils.mjs +3 -3
  158. package/dist/components/BitzTag/index.mjs +1 -1
  159. package/dist/components/BitzText/index.mjs +41 -14
  160. package/dist/components/BitzText/utils.mjs +3 -3
  161. package/dist/components/BitzTheme/index.mjs +6 -6
  162. package/dist/components/BitzTimeline/index.mjs +11 -1
  163. package/dist/components/BitzTimer/Form.mjs +32 -11
  164. package/dist/components/BitzTimer/Timer.mjs +76 -38
  165. package/dist/components/BitzTimer/index.mjs +66 -43
  166. package/dist/components/BitzToast/Toast/index.mjs +28 -10
  167. package/dist/components/BitzToast/index.mjs +1 -1
  168. package/dist/components/BitzTooltip/index.mjs +59 -20
  169. package/dist/components/BitzTooltip/style.mjs +9 -6
  170. package/dist/components/BitzTooltip/utils.mjs +2 -2
  171. package/dist/components/BitzTree/index.mjs +4 -1
  172. package/dist/components/BitzUeEditor/index.mjs +5 -5
  173. package/dist/components/BitzUpload/index.mjs +81 -43
  174. package/dist/components/BitzWebAppDrawer/index.mjs +35 -4
  175. package/dist/components/BitzWebAppModal/index.mjs +6 -3
  176. package/dist/hooks/use-event-listener.mjs +11 -2
  177. package/dist/hooks/use-lock-fn.mjs +13 -10
  178. package/dist/hooks/use-scroll-parent.mjs +16 -14
  179. package/dist/hooks/useEvent.mjs +7 -4
  180. package/dist/hooks/useMergedState.mjs +11 -11
  181. package/dist/node_modules/@ant-design/colors/es/generate.mjs +93 -0
  182. package/dist/node_modules/@ant-design/colors/es/presets.mjs +72 -0
  183. package/dist/node_modules/@ant-design/cssinjs/es/Cache.mjs +40 -0
  184. package/dist/node_modules/@ant-design/cssinjs/es/Keyframes.mjs +18 -0
  185. package/dist/node_modules/@ant-design/cssinjs/es/StyleContext.mjs +38 -0
  186. package/dist/node_modules/@ant-design/cssinjs/es/extractStyle.mjs +9 -0
  187. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCSSVarRegister.mjs +51 -0
  188. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCacheToken.mjs +92 -0
  189. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useCompatibleInsertionEffect.mjs +15 -0
  190. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useEffectCleanupRegister.mjs +27 -0
  191. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useGlobalCache.mjs +47 -0
  192. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useHMR.mjs +22 -0
  193. package/dist/node_modules/@ant-design/cssinjs/es/hooks/useStyleRegister.mjs +210 -0
  194. package/dist/node_modules/@ant-design/cssinjs/es/linters/contentQuotesLinter.mjs +10 -0
  195. package/dist/node_modules/@ant-design/cssinjs/es/linters/hashedAnimationLinter.mjs +7 -0
  196. package/dist/node_modules/@ant-design/cssinjs/es/linters/utils.mjs +8 -0
  197. package/dist/node_modules/@ant-design/cssinjs/es/theme/Theme.mjs +20 -0
  198. package/dist/node_modules/@ant-design/cssinjs/es/theme/ThemeCache.mjs +104 -0
  199. package/dist/node_modules/@ant-design/cssinjs/es/theme/createTheme.mjs +10 -0
  200. package/dist/node_modules/@ant-design/cssinjs/es/transformers/legacyLogicalProperties.mjs +4 -0
  201. package/dist/node_modules/@ant-design/cssinjs/es/util/cacheMapUtil.mjs +42 -0
  202. package/dist/node_modules/@ant-design/cssinjs/es/util/css-variables.mjs +28 -0
  203. package/dist/node_modules/@ant-design/cssinjs/es/util/index.mjs +52 -0
  204. package/dist/node_modules/@ant-design/cssinjs/node_modules/@emotion/hash/dist/hash.browser.esm.mjs +22 -0
  205. package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Enum.mjs +9 -0
  206. package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Parser.mjs +114 -0
  207. package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Serializer.mjs +29 -0
  208. package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Tokenizer.mjs +127 -0
  209. package/dist/node_modules/@ant-design/cssinjs/node_modules/stylis/src/Utility.mjs +37 -0
  210. package/dist/node_modules/@ant-design/cssinjs-utils/es/_util/hooks/useUniqueMemo.mjs +63 -0
  211. package/dist/node_modules/@ant-design/cssinjs-utils/es/hooks/useCSP.mjs +6 -0
  212. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/CSSCalculator.mjs +59 -0
  213. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/NumCalculator.mjs +44 -0
  214. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/calculator.mjs +8 -0
  215. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/calc/index.mjs +11 -0
  216. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/genStyleUtils.mjs +156 -0
  217. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/getCompVarPrefix.mjs +6 -0
  218. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/getComponentToken.mjs +26 -0
  219. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/getDefaultComponentToken.mjs +11 -0
  220. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/maxmin.mjs +36 -0
  221. package/dist/node_modules/@ant-design/cssinjs-utils/es/util/statistic.mjs +55 -0
  222. package/dist/node_modules/@ant-design/fast-color/es/FastColor.mjs +327 -0
  223. package/dist/node_modules/@ant-design/icons/es/components/AntdIcon.mjs +42 -0
  224. package/dist/node_modules/@ant-design/icons/es/components/Context.mjs +6 -0
  225. package/dist/node_modules/@ant-design/icons/es/components/IconBase.mjs +46 -0
  226. package/dist/node_modules/@ant-design/icons/es/components/twoTonePrimaryColor.mjs +18 -0
  227. package/dist/node_modules/@ant-design/icons/es/icons/AlignCenterOutlined.mjs +15 -0
  228. package/dist/node_modules/@ant-design/icons/es/icons/AppstoreOutlined.mjs +15 -0
  229. package/dist/node_modules/@ant-design/icons/es/icons/ArrowLeftOutlined.mjs +15 -0
  230. package/dist/node_modules/@ant-design/icons/es/icons/ArrowRightOutlined.mjs +15 -0
  231. package/dist/node_modules/@ant-design/icons/es/icons/CaretDownFilled.mjs +15 -0
  232. package/dist/node_modules/@ant-design/icons/es/icons/CaretDownOutlined.mjs +15 -0
  233. package/dist/node_modules/@ant-design/icons/es/icons/CheckCircleFilled.mjs +15 -0
  234. package/dist/node_modules/@ant-design/icons/es/icons/CheckCircleOutlined.mjs +15 -0
  235. package/dist/node_modules/@ant-design/icons/es/icons/CheckOutlined.mjs +15 -0
  236. package/dist/node_modules/@ant-design/icons/es/icons/ClockCircleOutlined.mjs +15 -0
  237. package/dist/node_modules/@ant-design/icons/es/icons/CloseCircleFilled.mjs +15 -0
  238. package/dist/node_modules/@ant-design/icons/es/icons/CloseOutlined.mjs +15 -0
  239. package/dist/node_modules/@ant-design/icons/es/icons/CopyOutlined.mjs +15 -0
  240. package/dist/node_modules/@ant-design/icons/es/icons/DeleteOutlined.mjs +15 -0
  241. package/dist/node_modules/@ant-design/icons/es/icons/DownOutlined.mjs +15 -0
  242. package/dist/node_modules/@ant-design/icons/es/icons/DownloadOutlined.mjs +15 -0
  243. package/dist/node_modules/@ant-design/icons/es/icons/EditOutlined.mjs +15 -0
  244. package/dist/node_modules/@ant-design/icons/es/icons/ExclamationCircleFilled.mjs +15 -0
  245. package/dist/node_modules/@ant-design/icons/es/icons/ExclamationCircleOutlined.mjs +15 -0
  246. package/dist/node_modules/@ant-design/icons/es/icons/EyeOutlined.mjs +15 -0
  247. package/dist/node_modules/@ant-design/icons/es/icons/FileTwoTone.mjs +15 -0
  248. package/dist/node_modules/@ant-design/icons/es/icons/FullscreenExitOutlined.mjs +15 -0
  249. package/dist/node_modules/@ant-design/icons/es/icons/FullscreenOutlined.mjs +15 -0
  250. package/dist/node_modules/@ant-design/icons/es/icons/InfoCircleFilled.mjs +15 -0
  251. package/dist/node_modules/@ant-design/icons/es/icons/InfoCircleOutlined.mjs +15 -0
  252. package/dist/node_modules/@ant-design/icons/es/icons/LeftOutlined.mjs +15 -0
  253. package/dist/node_modules/@ant-design/icons/es/icons/LoadingOutlined.mjs +15 -0
  254. package/dist/node_modules/@ant-design/icons/es/icons/MenuFoldOutlined.mjs +15 -0
  255. package/dist/node_modules/@ant-design/icons/es/icons/MenuOutlined.mjs +15 -0
  256. package/dist/node_modules/@ant-design/icons/es/icons/MenuUnfoldOutlined.mjs +15 -0
  257. package/dist/node_modules/@ant-design/icons/es/icons/MinusCircleOutlined.mjs +15 -0
  258. package/dist/node_modules/@ant-design/icons/es/icons/PaperClipOutlined.mjs +15 -0
  259. package/dist/node_modules/@ant-design/icons/es/icons/PauseCircleFilled.mjs +15 -0
  260. package/dist/node_modules/@ant-design/icons/es/icons/PictureTwoTone.mjs +15 -0
  261. package/dist/node_modules/@ant-design/icons/es/icons/PlayCircleFilled.mjs +15 -0
  262. package/dist/node_modules/@ant-design/icons/es/icons/PlusCircleFilled.mjs +15 -0
  263. package/dist/node_modules/@ant-design/icons/es/icons/PlusOutlined.mjs +15 -0
  264. package/dist/node_modules/@ant-design/icons/es/icons/RedoOutlined.mjs +15 -0
  265. package/dist/node_modules/@ant-design/icons/es/icons/ReloadOutlined.mjs +15 -0
  266. package/dist/node_modules/@ant-design/icons/es/icons/RightOutlined.mjs +15 -0
  267. package/dist/node_modules/@ant-design/icons/es/icons/SearchOutlined.mjs +15 -0
  268. package/dist/node_modules/@ant-design/icons/es/icons/SettingFilled.mjs +15 -0
  269. package/dist/node_modules/@ant-design/icons/es/icons/SettingOutlined.mjs +15 -0
  270. package/dist/node_modules/@ant-design/icons/es/icons/SwapRightOutlined.mjs +15 -0
  271. package/dist/node_modules/@ant-design/icons/es/icons/UploadOutlined.mjs +15 -0
  272. package/dist/node_modules/@ant-design/icons/es/utils.mjs +127 -0
  273. package/dist/node_modules/@ant-design/icons-svg/es/asn/AlignCenterOutlined.mjs +5 -0
  274. package/dist/node_modules/@ant-design/icons-svg/es/asn/AppstoreOutlined.mjs +5 -0
  275. package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowLeftOutlined.mjs +5 -0
  276. package/dist/node_modules/@ant-design/icons-svg/es/asn/ArrowRightOutlined.mjs +5 -0
  277. package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownFilled.mjs +5 -0
  278. package/dist/node_modules/@ant-design/icons-svg/es/asn/CaretDownOutlined.mjs +5 -0
  279. package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckCircleFilled.mjs +5 -0
  280. package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckCircleOutlined.mjs +5 -0
  281. package/dist/node_modules/@ant-design/icons-svg/es/asn/CheckOutlined.mjs +5 -0
  282. package/dist/node_modules/@ant-design/icons-svg/es/asn/ClockCircleOutlined.mjs +5 -0
  283. package/dist/node_modules/@ant-design/icons-svg/es/asn/CloseCircleFilled.mjs +5 -0
  284. package/dist/node_modules/@ant-design/icons-svg/es/asn/CloseOutlined.mjs +5 -0
  285. package/dist/node_modules/@ant-design/icons-svg/es/asn/CopyOutlined.mjs +5 -0
  286. package/dist/node_modules/@ant-design/icons-svg/es/asn/DeleteOutlined.mjs +5 -0
  287. package/dist/node_modules/@ant-design/icons-svg/es/asn/DownOutlined.mjs +5 -0
  288. package/dist/node_modules/@ant-design/icons-svg/es/asn/DownloadOutlined.mjs +5 -0
  289. package/dist/node_modules/@ant-design/icons-svg/es/asn/EditOutlined.mjs +5 -0
  290. package/dist/node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleFilled.mjs +5 -0
  291. package/dist/node_modules/@ant-design/icons-svg/es/asn/ExclamationCircleOutlined.mjs +5 -0
  292. package/dist/node_modules/@ant-design/icons-svg/es/asn/EyeOutlined.mjs +5 -0
  293. package/dist/node_modules/@ant-design/icons-svg/es/asn/FileTwoTone.mjs +7 -0
  294. package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenExitOutlined.mjs +5 -0
  295. package/dist/node_modules/@ant-design/icons-svg/es/asn/FullscreenOutlined.mjs +5 -0
  296. package/dist/node_modules/@ant-design/icons-svg/es/asn/InfoCircleFilled.mjs +5 -0
  297. package/dist/node_modules/@ant-design/icons-svg/es/asn/InfoCircleOutlined.mjs +5 -0
  298. package/dist/node_modules/@ant-design/icons-svg/es/asn/LeftOutlined.mjs +5 -0
  299. package/dist/node_modules/@ant-design/icons-svg/es/asn/LoadingOutlined.mjs +5 -0
  300. package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuFoldOutlined.mjs +5 -0
  301. package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuOutlined.mjs +5 -0
  302. package/dist/node_modules/@ant-design/icons-svg/es/asn/MenuUnfoldOutlined.mjs +5 -0
  303. package/dist/node_modules/@ant-design/icons-svg/es/asn/MinusCircleOutlined.mjs +5 -0
  304. package/dist/node_modules/@ant-design/icons-svg/es/asn/PaperClipOutlined.mjs +5 -0
  305. package/dist/node_modules/@ant-design/icons-svg/es/asn/PauseCircleFilled.mjs +5 -0
  306. package/dist/node_modules/@ant-design/icons-svg/es/asn/PictureTwoTone.mjs +7 -0
  307. package/dist/node_modules/@ant-design/icons-svg/es/asn/PlayCircleFilled.mjs +5 -0
  308. package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusCircleFilled.mjs +5 -0
  309. package/dist/node_modules/@ant-design/icons-svg/es/asn/PlusOutlined.mjs +5 -0
  310. package/dist/node_modules/@ant-design/icons-svg/es/asn/RedoOutlined.mjs +5 -0
  311. package/dist/node_modules/@ant-design/icons-svg/es/asn/ReloadOutlined.mjs +5 -0
  312. package/dist/node_modules/@ant-design/icons-svg/es/asn/RightOutlined.mjs +5 -0
  313. package/dist/node_modules/@ant-design/icons-svg/es/asn/SearchOutlined.mjs +5 -0
  314. package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingFilled.mjs +5 -0
  315. package/dist/node_modules/@ant-design/icons-svg/es/asn/SettingOutlined.mjs +5 -0
  316. package/dist/node_modules/@ant-design/icons-svg/es/asn/SwapRightOutlined.mjs +5 -0
  317. package/dist/node_modules/@ant-design/icons-svg/es/asn/UploadOutlined.mjs +5 -0
  318. package/dist/node_modules/@babel/runtime/helpers/defineProperty.mjs +18 -0
  319. package/dist/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.mjs +9 -0
  320. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithHoles.mjs +7 -0
  321. package/dist/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.mjs +8 -0
  322. package/dist/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.mjs +8 -0
  323. package/dist/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.mjs +26 -0
  324. package/dist/node_modules/@babel/runtime/helpers/esm/classCallCheck.mjs +7 -0
  325. package/dist/node_modules/@babel/runtime/helpers/esm/construct.mjs +13 -0
  326. package/dist/node_modules/@babel/runtime/helpers/esm/createClass.mjs +15 -0
  327. package/dist/node_modules/@babel/runtime/helpers/esm/createSuper.mjs +18 -0
  328. package/dist/node_modules/@babel/runtime/helpers/esm/defineProperty.mjs +12 -0
  329. package/dist/node_modules/@babel/runtime/helpers/esm/extends.mjs +13 -0
  330. package/dist/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.mjs +8 -0
  331. package/dist/node_modules/@babel/runtime/helpers/esm/inherits.mjs +17 -0
  332. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeFunction.mjs +10 -0
  333. package/dist/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.mjs +13 -0
  334. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArray.mjs +7 -0
  335. package/dist/node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.mjs +29 -0
  336. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableRest.mjs +7 -0
  337. package/dist/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.mjs +7 -0
  338. package/dist/node_modules/@babel/runtime/helpers/esm/objectSpread2.mjs +25 -0
  339. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.mjs +15 -0
  340. package/dist/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.mjs +15 -0
  341. package/dist/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.mjs +12 -0
  342. package/dist/node_modules/@babel/runtime/helpers/esm/regeneratorRuntime.mjs +315 -0
  343. package/dist/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.mjs +8 -0
  344. package/dist/node_modules/@babel/runtime/helpers/esm/slicedToArray.mjs +10 -0
  345. package/dist/node_modules/@babel/runtime/helpers/esm/toArray.mjs +10 -0
  346. package/dist/node_modules/@babel/runtime/helpers/esm/toConsumableArray.mjs +10 -0
  347. package/dist/node_modules/@babel/runtime/helpers/esm/toPrimitive.mjs +16 -0
  348. package/dist/node_modules/@babel/runtime/helpers/esm/toPropertyKey.mjs +9 -0
  349. package/dist/node_modules/@babel/runtime/helpers/esm/typeof.mjs +11 -0
  350. package/dist/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.mjs +12 -0
  351. package/dist/node_modules/@babel/runtime/helpers/esm/wrapNativeSuper.mjs +32 -0
  352. package/dist/node_modules/@babel/runtime/helpers/interopRequireDefault.mjs +13 -0
  353. package/dist/node_modules/@babel/runtime/helpers/objectSpread2.mjs +31 -0
  354. package/dist/node_modules/@babel/runtime/helpers/toPrimitive.mjs +22 -0
  355. package/dist/node_modules/@babel/runtime/helpers/toPropertyKey.mjs +15 -0
  356. package/dist/node_modules/@babel/runtime/helpers/typeof.mjs +16 -0
  357. package/dist/node_modules/@better-scroll/core/dist/core.esm.mjs +1377 -0
  358. package/dist/node_modules/@better-scroll/wheel/dist/wheel.esm.mjs +253 -0
  359. package/dist/node_modules/@ctrl/tinycolor/dist/module/conversion.mjs +115 -0
  360. package/dist/node_modules/@ctrl/tinycolor/dist/module/css-color-names.mjs +153 -0
  361. package/dist/node_modules/@ctrl/tinycolor/dist/module/format-input.mjs +68 -0
  362. package/dist/node_modules/@ctrl/tinycolor/dist/module/index.mjs +183 -0
  363. package/dist/node_modules/@ctrl/tinycolor/dist/module/util.mjs +32 -0
  364. package/dist/node_modules/@dnd-kit/accessibility/dist/accessibility.esm.mjs +54 -0
  365. package/dist/node_modules/@dnd-kit/core/dist/core.esm.mjs +2524 -0
  366. package/dist/node_modules/@dnd-kit/modifiers/dist/modifiers.esm.mjs +27 -0
  367. package/dist/node_modules/@dnd-kit/sortable/dist/sortable.esm.mjs +367 -0
  368. package/dist/node_modules/@dnd-kit/utilities/dist/utilities.esm.mjs +235 -0
  369. package/dist/node_modules/@emotion/cache/dist/emotion-cache.browser.esm.mjs +251 -0
  370. package/dist/node_modules/@emotion/css/create-instance/dist/emotion-css-create-instance.esm.mjs +86 -0
  371. package/dist/node_modules/@emotion/css/dist/emotion-css.esm.mjs +7 -0
  372. package/dist/node_modules/@emotion/hash/dist/emotion-hash.esm.mjs +22 -0
  373. package/dist/node_modules/@emotion/memoize/dist/emotion-memoize.esm.mjs +9 -0
  374. package/dist/node_modules/@emotion/serialize/dist/emotion-serialize.esm.mjs +134 -0
  375. package/dist/node_modules/@emotion/serialize/node_modules/@emotion/unitless/dist/emotion-unitless.esm.mjs +53 -0
  376. package/dist/node_modules/@emotion/sheet/dist/emotion-sheet.esm.mjs +45 -0
  377. package/dist/node_modules/@emotion/unitless/dist/unitless.browser.esm.mjs +51 -0
  378. package/dist/node_modules/@emotion/utils/dist/emotion-utils.browser.esm.mjs +34 -0
  379. package/dist/node_modules/@fullcalendar/core/index.mjs +1365 -0
  380. package/dist/node_modules/@fullcalendar/core/internal-common.mjs +4823 -0
  381. package/dist/node_modules/@fullcalendar/core/locales/zh-cn.mjs +28 -0
  382. package/dist/node_modules/@fullcalendar/daygrid/index.mjs +32 -0
  383. package/dist/node_modules/@fullcalendar/daygrid/internal.mjs +746 -0
  384. package/dist/node_modules/@fullcalendar/interaction/index.mjs +842 -0
  385. package/dist/node_modules/@fullcalendar/list/index.mjs +54 -0
  386. package/dist/node_modules/@fullcalendar/list/internal.mjs +207 -0
  387. package/dist/node_modules/@fullcalendar/react/dist/index.mjs +71 -0
  388. package/dist/node_modules/@fullcalendar/timegrid/index.mjs +31 -0
  389. package/dist/node_modules/@fullcalendar/timegrid/internal.mjs +900 -0
  390. package/dist/node_modules/@rc-component/async-validator/es/index.mjs +159 -0
  391. package/dist/node_modules/@rc-component/async-validator/es/messages.mjs +58 -0
  392. package/dist/node_modules/@rc-component/async-validator/es/rule/enum.mjs +7 -0
  393. package/dist/node_modules/@rc-component/async-validator/es/rule/index.mjs +17 -0
  394. package/dist/node_modules/@rc-component/async-validator/es/rule/pattern.mjs +14 -0
  395. package/dist/node_modules/@rc-component/async-validator/es/rule/range.mjs +10 -0
  396. package/dist/node_modules/@rc-component/async-validator/es/rule/required.mjs +7 -0
  397. package/dist/node_modules/@rc-component/async-validator/es/rule/type.mjs +63 -0
  398. package/dist/node_modules/@rc-component/async-validator/es/rule/url.mjs +37 -0
  399. package/dist/node_modules/@rc-component/async-validator/es/rule/whitespace.mjs +7 -0
  400. package/dist/node_modules/@rc-component/async-validator/es/util.mjs +167 -0
  401. package/dist/node_modules/@rc-component/async-validator/es/validator/any.mjs +14 -0
  402. package/dist/node_modules/@rc-component/async-validator/es/validator/array.mjs +13 -0
  403. package/dist/node_modules/@rc-component/async-validator/es/validator/boolean.mjs +14 -0
  404. package/dist/node_modules/@rc-component/async-validator/es/validator/date.mjs +17 -0
  405. package/dist/node_modules/@rc-component/async-validator/es/validator/enum.mjs +14 -0
  406. package/dist/node_modules/@rc-component/async-validator/es/validator/float.mjs +14 -0
  407. package/dist/node_modules/@rc-component/async-validator/es/validator/index.mjs +37 -0
  408. package/dist/node_modules/@rc-component/async-validator/es/validator/integer.mjs +14 -0
  409. package/dist/node_modules/@rc-component/async-validator/es/validator/method.mjs +14 -0
  410. package/dist/node_modules/@rc-component/async-validator/es/validator/number.mjs +14 -0
  411. package/dist/node_modules/@rc-component/async-validator/es/validator/object.mjs +14 -0
  412. package/dist/node_modules/@rc-component/async-validator/es/validator/pattern.mjs +14 -0
  413. package/dist/node_modules/@rc-component/async-validator/es/validator/regexp.mjs +14 -0
  414. package/dist/node_modules/@rc-component/async-validator/es/validator/required.mjs +9 -0
  415. package/dist/node_modules/@rc-component/async-validator/es/validator/string.mjs +14 -0
  416. package/dist/node_modules/@rc-component/async-validator/es/validator/type.mjs +14 -0
  417. package/dist/node_modules/@rc-component/color-picker/es/ColorPicker.mjs +103 -0
  418. package/dist/node_modules/@rc-component/color-picker/es/color.mjs +47 -0
  419. package/dist/node_modules/@rc-component/color-picker/es/components/ColorBlock.mjs +18 -0
  420. package/dist/node_modules/@rc-component/color-picker/es/components/Gradient.mjs +22 -0
  421. package/dist/node_modules/@rc-component/color-picker/es/components/Handler.mjs +15 -0
  422. package/dist/node_modules/@rc-component/color-picker/es/components/Palette.mjs +14 -0
  423. package/dist/node_modules/@rc-component/color-picker/es/components/Picker.mjs +58 -0
  424. package/dist/node_modules/@rc-component/color-picker/es/components/Slider.mjs +76 -0
  425. package/dist/node_modules/@rc-component/color-picker/es/components/Transform.mjs +17 -0
  426. package/dist/node_modules/@rc-component/color-picker/es/hooks/useColorDrag.mjs +41 -0
  427. package/dist/node_modules/@rc-component/color-picker/es/hooks/useColorState.mjs +17 -0
  428. package/dist/node_modules/@rc-component/color-picker/es/hooks/useComponent.mjs +11 -0
  429. package/dist/node_modules/@rc-component/color-picker/es/util.mjs +50 -0
  430. package/dist/node_modules/@rc-component/portal/es/Context.mjs +5 -0
  431. package/dist/node_modules/@rc-component/portal/es/Portal.mjs +45 -0
  432. package/dist/node_modules/@rc-component/portal/es/index.mjs +4 -0
  433. package/dist/node_modules/@rc-component/portal/es/mock.mjs +8 -0
  434. package/dist/node_modules/@rc-component/portal/es/useDom.mjs +37 -0
  435. package/dist/node_modules/@rc-component/portal/es/useScrollLocker.mjs +29 -0
  436. package/dist/node_modules/@rc-component/portal/es/util.mjs +6 -0
  437. package/dist/node_modules/@rc-component/trigger/es/Popup/Arrow.mjs +22 -0
  438. package/dist/node_modules/@rc-component/trigger/es/Popup/Mask.mjs +24 -0
  439. package/dist/node_modules/@rc-component/trigger/es/Popup/PopupContent.mjs +11 -0
  440. package/dist/node_modules/@rc-component/trigger/es/Popup/index.mjs +92 -0
  441. package/dist/node_modules/@rc-component/trigger/es/TriggerWrapper.mjs +14 -0
  442. package/dist/node_modules/@rc-component/trigger/es/context.mjs +5 -0
  443. package/dist/node_modules/@rc-component/trigger/es/hooks/useAction.mjs +13 -0
  444. package/dist/node_modules/@rc-component/trigger/es/hooks/useAlign.mjs +187 -0
  445. package/dist/node_modules/@rc-component/trigger/es/hooks/useWatch.mjs +27 -0
  446. package/dist/node_modules/@rc-component/trigger/es/hooks/useWinClick.mjs +27 -0
  447. package/dist/node_modules/@rc-component/trigger/es/index.mjs +213 -0
  448. package/dist/node_modules/@rc-component/trigger/es/util.mjs +61 -0
  449. package/dist/node_modules/ahooks/es/createUpdateEffect/index.mjs +20 -0
  450. package/dist/node_modules/ahooks/es/useClickAway/index.mjs +27 -0
  451. package/dist/node_modules/ahooks/es/useControllableValue/index.mjs +23 -0
  452. package/dist/node_modules/ahooks/es/useInterval/index.mjs +17 -0
  453. package/dist/node_modules/ahooks/es/useLatest/index.mjs +8 -0
  454. package/dist/node_modules/ahooks/es/useMemoizedFn/index.mjs +19 -0
  455. package/dist/node_modules/ahooks/es/useRafState/index.mjs +16 -0
  456. package/dist/node_modules/ahooks/es/useSetState/index.mjs +16 -0
  457. package/dist/node_modules/ahooks/es/useSize/index.mjs +34 -0
  458. package/dist/node_modules/ahooks/es/useThrottleFn/index.mjs +28 -0
  459. package/dist/node_modules/ahooks/es/useUnmount/index.mjs +17 -0
  460. package/dist/node_modules/ahooks/es/useUpdate/index.mjs +12 -0
  461. package/dist/node_modules/ahooks/es/useUpdateEffect/index.mjs +6 -0
  462. package/dist/node_modules/ahooks/es/useUpdateLayoutEffect/index.mjs +6 -0
  463. package/dist/node_modules/ahooks/es/utils/createEffectWithTarget.mjs +27 -0
  464. package/dist/node_modules/ahooks/es/utils/depsAreSame.mjs +11 -0
  465. package/dist/node_modules/ahooks/es/utils/domTarget.mjs +13 -0
  466. package/dist/node_modules/ahooks/es/utils/getDocumentOrShadow.mjs +18 -0
  467. package/dist/node_modules/ahooks/es/utils/index.mjs +9 -0
  468. package/dist/node_modules/ahooks/es/utils/isBrowser.mjs +5 -0
  469. package/dist/node_modules/ahooks/es/utils/isDev.mjs +5 -0
  470. package/dist/node_modules/ahooks/es/utils/useEffectWithTarget.mjs +7 -0
  471. package/dist/node_modules/ahooks/es/utils/useIsomorphicLayoutEffectWithTarget.mjs +8 -0
  472. package/dist/node_modules/ahooks/es/utils/useLayoutEffectWithTarget.mjs +7 -0
  473. package/dist/node_modules/antd/es/_util/ActionButton.mjs +70 -0
  474. package/dist/node_modules/antd/es/_util/ContextIsolator.mjs +20 -0
  475. package/dist/node_modules/antd/es/_util/PurePanel.mjs +16 -0
  476. package/dist/node_modules/antd/es/_util/colors.mjs +9 -0
  477. package/dist/node_modules/antd/es/_util/hooks/useClosable.mjs +66 -0
  478. package/dist/node_modules/antd/es/_util/hooks/useForceUpdate.mjs +8 -0
  479. package/dist/node_modules/antd/es/_util/hooks/usePatchElement.mjs +11 -0
  480. package/dist/node_modules/antd/es/_util/hooks/useZIndex.mjs +45 -0
  481. package/dist/node_modules/antd/es/_util/motion.mjs +34 -0
  482. package/dist/node_modules/antd/es/_util/placements.mjs +150 -0
  483. package/dist/node_modules/antd/es/_util/reactNode.mjs +13 -0
  484. package/dist/node_modules/antd/es/_util/styleChecker.mjs +5 -0
  485. package/dist/node_modules/antd/es/_util/toList.mjs +6 -0
  486. package/dist/node_modules/antd/es/_util/warning.mjs +38 -0
  487. package/dist/node_modules/antd/es/_util/wave/WaveEffect.mjs +96 -0
  488. package/dist/node_modules/antd/es/_util/wave/index.mjs +40 -0
  489. package/dist/node_modules/antd/es/_util/wave/interface.mjs +6 -0
  490. package/dist/node_modules/antd/es/_util/wave/style.mjs +47 -0
  491. package/dist/node_modules/antd/es/_util/wave/useWave.mjs +38 -0
  492. package/dist/node_modules/antd/es/_util/wave/util.mjs +16 -0
  493. package/dist/node_modules/antd/es/_util/zindexContext.mjs +7 -0
  494. package/dist/node_modules/antd/es/button/IconWrapper.mjs +18 -0
  495. package/dist/node_modules/antd/es/button/LoadingIcon.mjs +70 -0
  496. package/dist/node_modules/antd/es/button/button-group.mjs +65 -0
  497. package/dist/node_modules/antd/es/button/button.mjs +177 -0
  498. package/dist/node_modules/antd/es/button/buttonHelpers.mjs +44 -0
  499. package/dist/node_modules/antd/es/button/index.mjs +4 -0
  500. package/dist/node_modules/antd/es/button/style/compactCmp.mjs +75 -0
  501. package/dist/node_modules/antd/es/button/style/group.mjs +70 -0
  502. package/dist/node_modules/antd/es/button/style/index.mjs +373 -0
  503. package/dist/node_modules/antd/es/button/style/token.mjs +81 -0
  504. package/dist/node_modules/antd/es/calendar/locale/en_US.mjs +4 -0
  505. package/dist/node_modules/antd/es/color-picker/color.mjs +96 -0
  506. package/dist/node_modules/antd/es/color-picker/components/ColorPresets.mjs +17 -0
  507. package/dist/node_modules/antd/es/config-provider/DisabledContext.mjs +15 -0
  508. package/dist/node_modules/antd/es/config-provider/MotionWrapper.mjs +32 -0
  509. package/dist/node_modules/antd/es/config-provider/PropWarning.mjs +13 -0
  510. package/dist/node_modules/antd/es/config-provider/SizeContext.mjs +15 -0
  511. package/dist/node_modules/antd/es/config-provider/context.mjs +11 -0
  512. package/dist/node_modules/antd/es/config-provider/cssVariables.mjs +39 -0
  513. package/dist/node_modules/antd/es/config-provider/hooks/useCSSVarCls.mjs +23 -0
  514. package/dist/node_modules/antd/es/config-provider/hooks/useConfig.mjs +13 -0
  515. package/dist/node_modules/antd/es/config-provider/hooks/useSize.mjs +9 -0
  516. package/dist/node_modules/antd/es/config-provider/hooks/useTheme.mjs +41 -0
  517. package/dist/node_modules/antd/es/config-provider/hooks/useThemeKey.mjs +7 -0
  518. package/dist/node_modules/antd/es/config-provider/index.mjs +327 -0
  519. package/dist/node_modules/antd/es/date-picker/locale/en_US.mjs +20 -0
  520. package/dist/node_modules/antd/es/form/context.mjs +23 -0
  521. package/dist/node_modules/antd/es/form/validateMessagesContext.mjs +5 -0
  522. package/dist/node_modules/antd/es/locale/context.mjs +5 -0
  523. package/dist/node_modules/antd/es/locale/en_US.mjs +146 -0
  524. package/dist/node_modules/antd/es/locale/index.mjs +28 -0
  525. package/dist/node_modules/antd/es/locale/useLocale.mjs +17 -0
  526. package/dist/node_modules/antd/es/modal/ConfirmDialog.mjs +175 -0
  527. package/dist/node_modules/antd/es/modal/Modal.mjs +137 -0
  528. package/dist/node_modules/antd/es/modal/PurePanel.mjs +60 -0
  529. package/dist/node_modules/antd/es/modal/components/ConfirmCancelBtn.mjs +29 -0
  530. package/dist/node_modules/antd/es/modal/components/ConfirmOkBtn.mjs +30 -0
  531. package/dist/node_modules/antd/es/modal/components/NormalCancelBtn.mjs +16 -0
  532. package/dist/node_modules/antd/es/modal/components/NormalOkBtn.mjs +20 -0
  533. package/dist/node_modules/antd/es/modal/confirm.mjs +122 -0
  534. package/dist/node_modules/antd/es/modal/context.mjs +8 -0
  535. package/dist/node_modules/antd/es/modal/destroyFns.mjs +4 -0
  536. package/dist/node_modules/antd/es/modal/index.mjs +37 -0
  537. package/dist/node_modules/antd/es/modal/locale.mjs +19 -0
  538. package/dist/node_modules/antd/es/modal/shared.mjs +51 -0
  539. package/dist/node_modules/antd/es/modal/style/confirm.mjs +113 -0
  540. package/dist/node_modules/antd/es/modal/style/index.mjs +292 -0
  541. package/dist/node_modules/antd/es/modal/useModal/HookModal.mjs +60 -0
  542. package/dist/node_modules/antd/es/modal/useModal/index.mjs +73 -0
  543. package/dist/node_modules/antd/es/progress/Circle.mjs +60 -0
  544. package/dist/node_modules/antd/es/progress/Line.mjs +109 -0
  545. package/dist/node_modules/antd/es/progress/Steps.mjs +38 -0
  546. package/dist/node_modules/antd/es/progress/index.mjs +4 -0
  547. package/dist/node_modules/antd/es/progress/progress.mjs +120 -0
  548. package/dist/node_modules/antd/es/progress/style/index.mjs +313 -0
  549. package/dist/node_modules/antd/es/progress/utils.mjs +51 -0
  550. package/dist/node_modules/antd/es/skeleton/Avatar.mjs +31 -0
  551. package/dist/node_modules/antd/es/skeleton/Button.mjs +31 -0
  552. package/dist/node_modules/antd/es/skeleton/Element.mjs +29 -0
  553. package/dist/node_modules/antd/es/skeleton/Image.mjs +34 -0
  554. package/dist/node_modules/antd/es/skeleton/Input.mjs +31 -0
  555. package/dist/node_modules/antd/es/skeleton/Node.mjs +28 -0
  556. package/dist/node_modules/antd/es/skeleton/Paragraph.mjs +35 -0
  557. package/dist/node_modules/antd/es/skeleton/Skeleton.mjs +108 -0
  558. package/dist/node_modules/antd/es/skeleton/Title.mjs +22 -0
  559. package/dist/node_modules/antd/es/skeleton/index.mjs +4 -0
  560. package/dist/node_modules/antd/es/skeleton/style/index.mjs +311 -0
  561. package/dist/node_modules/antd/es/slider/Context.mjs +5 -0
  562. package/dist/node_modules/antd/es/slider/SliderTooltip.mjs +30 -0
  563. package/dist/node_modules/antd/es/slider/index.mjs +153 -0
  564. package/dist/node_modules/antd/es/slider/style/index.mjs +325 -0
  565. package/dist/node_modules/antd/es/slider/useRafLock.mjs +15 -0
  566. package/dist/node_modules/antd/es/space/Compact.mjs +37 -0
  567. package/dist/node_modules/antd/es/style/compact-item-vertical.mjs +44 -0
  568. package/dist/node_modules/antd/es/style/compact-item.mjs +61 -0
  569. package/dist/node_modules/antd/es/style/index.mjs +125 -0
  570. package/dist/node_modules/antd/es/style/motion/collapse.mjs +20 -0
  571. package/dist/node_modules/antd/es/style/motion/fade.mjs +50 -0
  572. package/dist/node_modules/antd/es/style/motion/motion.mjs +35 -0
  573. package/dist/node_modules/antd/es/style/motion/zoom.mjs +195 -0
  574. package/dist/node_modules/antd/es/style/placementArrow.mjs +164 -0
  575. package/dist/node_modules/antd/es/style/roundedArrow.mjs +74 -0
  576. package/dist/node_modules/antd/es/table/ExpandIcon.mjs +29 -0
  577. package/dist/node_modules/antd/es/theme/context.mjs +25 -0
  578. package/dist/node_modules/antd/es/theme/getDesignToken.mjs +23 -0
  579. package/dist/node_modules/antd/es/theme/interface/presetColors.mjs +4 -0
  580. package/dist/node_modules/antd/es/theme/themes/compact/genCompactSizeMapToken.mjs +20 -0
  581. package/dist/node_modules/antd/es/theme/themes/compact/index.mjs +16 -0
  582. package/dist/node_modules/antd/es/theme/themes/dark/colorAlgorithm.mjs +6 -0
  583. package/dist/node_modules/antd/es/theme/themes/dark/colors.mjs +51 -0
  584. package/dist/node_modules/antd/es/theme/themes/dark/index.mjs +21 -0
  585. package/dist/node_modules/antd/es/theme/themes/default/colorAlgorithm.mjs +6 -0
  586. package/dist/node_modules/antd/es/theme/themes/default/colors.mjs +49 -0
  587. package/dist/node_modules/antd/es/theme/themes/default/index.mjs +23 -0
  588. package/dist/node_modules/antd/es/theme/themes/seed.mjs +69 -0
  589. package/dist/node_modules/antd/es/theme/themes/shared/genColorMapToken.mjs +78 -0
  590. package/dist/node_modules/antd/es/theme/themes/shared/genCommonMapToken.mjs +20 -0
  591. package/dist/node_modules/antd/es/theme/themes/shared/genControlHeight.mjs +13 -0
  592. package/dist/node_modules/antd/es/theme/themes/shared/genFontMapToken.mjs +29 -0
  593. package/dist/node_modules/antd/es/theme/themes/shared/genFontSizes.mjs +17 -0
  594. package/dist/node_modules/antd/es/theme/themes/shared/genRadius.mjs +13 -0
  595. package/dist/node_modules/antd/es/theme/themes/shared/genSizeMapToken.mjs +29 -0
  596. package/dist/node_modules/antd/es/theme/useToken.mjs +118 -0
  597. package/dist/node_modules/antd/es/theme/util/alias.mjs +162 -0
  598. package/dist/node_modules/antd/es/theme/util/genPresetColor.mjs +15 -0
  599. package/dist/node_modules/antd/es/theme/util/genStyleUtils.mjs +50 -0
  600. package/dist/node_modules/antd/es/theme/util/getAlphaColor.mjs +38 -0
  601. package/dist/node_modules/antd/es/theme/util/useResetIconStyle.mjs +36 -0
  602. package/dist/node_modules/antd/es/time-picker/locale/en_US.mjs +7 -0
  603. package/dist/node_modules/antd/es/tooltip/PurePanel.mjs +33 -0
  604. package/dist/node_modules/antd/es/tooltip/index.mjs +148 -0
  605. package/dist/node_modules/antd/es/tooltip/style/index.mjs +139 -0
  606. package/dist/node_modules/antd/es/tooltip/util.mjs +15 -0
  607. package/dist/node_modules/antd/es/typography/hooks/useCopyClick.mjs +64 -0
  608. package/dist/node_modules/antd/es/upload/Dragger.mjs +32 -0
  609. package/dist/node_modules/antd/es/upload/Upload.mjs +304 -0
  610. package/dist/node_modules/antd/es/upload/UploadList/ListItem.mjs +156 -0
  611. package/dist/node_modules/antd/es/upload/UploadList/index.mjs +167 -0
  612. package/dist/node_modules/antd/es/upload/index.mjs +9 -0
  613. package/dist/node_modules/antd/es/upload/style/dragger.mjs +84 -0
  614. package/dist/node_modules/antd/es/upload/style/index.mjs +65 -0
  615. package/dist/node_modules/antd/es/upload/style/list.mjs +115 -0
  616. package/dist/node_modules/antd/es/upload/style/motion.mjs +54 -0
  617. package/dist/node_modules/antd/es/upload/style/picture.mjs +240 -0
  618. package/dist/node_modules/antd/es/upload/style/rtl.mjs +13 -0
  619. package/dist/node_modules/antd/es/upload/utils.mjs +79 -0
  620. package/dist/node_modules/antd/es/version/index.mjs +4 -0
  621. package/dist/node_modules/antd/es/version/version.mjs +4 -0
  622. package/dist/node_modules/antd/es/watermark/context.mjs +25 -0
  623. package/dist/node_modules/antd/lib/calendar/locale/en_US.mjs +11 -0
  624. package/dist/node_modules/antd/lib/date-picker/locale/en_US.mjs +28 -0
  625. package/dist/node_modules/antd/lib/locale/en_US.mjs +157 -0
  626. package/dist/node_modules/antd/lib/time-picker/locale/en_US.mjs +10 -0
  627. package/dist/node_modules/antd/locale/en_US.mjs +8 -0
  628. package/dist/node_modules/antd-img-crop/dist/antd-img-crop.esm.mjs +137 -0
  629. package/dist/node_modules/better-scroll/dist/better-scroll.esm.mjs +3670 -0
  630. package/dist/node_modules/classnames/index.mjs +42 -0
  631. package/dist/node_modules/clsx/dist/clsx.mjs +23 -0
  632. package/dist/node_modules/copy-to-clipboard/index.mjs +46 -0
  633. package/dist/node_modules/dayjs/dayjs.min.mjs +297 -0
  634. package/dist/node_modules/dayjs/locale/zh-cn.mjs +19 -0
  635. package/dist/node_modules/dayjs/plugin/isBetween.mjs +19 -0
  636. package/dist/node_modules/dayjs/plugin/isSameOrAfter.mjs +18 -0
  637. package/dist/node_modules/dayjs/plugin/isSameOrBefore.mjs +18 -0
  638. package/dist/node_modules/dayjs/plugin/isToday.mjs +19 -0
  639. package/dist/node_modules/dayjs/plugin/isoWeek.mjs +34 -0
  640. package/dist/node_modules/dayjs/plugin/objectSupport.mjs +49 -0
  641. package/dist/node_modules/dayjs/plugin/relativeTime.mjs +49 -0
  642. package/dist/node_modules/dayjs/plugin/utc.mjs +87 -0
  643. package/dist/node_modules/dayjs/plugin/weekOfYear.mjs +31 -0
  644. package/dist/node_modules/immer/dist/immer.mjs +473 -0
  645. package/dist/node_modules/lodash/_Symbol.mjs +5 -0
  646. package/dist/node_modules/lodash/_baseGetTag.mjs +11 -0
  647. package/dist/node_modules/lodash/_baseTrim.mjs +9 -0
  648. package/dist/node_modules/lodash/_freeGlobal.mjs +5 -0
  649. package/dist/node_modules/lodash/_getRawTag.mjs +16 -0
  650. package/dist/node_modules/lodash/_objectToString.mjs +8 -0
  651. package/dist/node_modules/lodash/_root.mjs +5 -0
  652. package/dist/node_modules/lodash/_trimmedEndIndex.mjs +10 -0
  653. package/dist/node_modules/lodash/debounce.mjs +55 -0
  654. package/dist/node_modules/lodash/isObject.mjs +8 -0
  655. package/dist/node_modules/lodash/isObjectLike.mjs +7 -0
  656. package/dist/node_modules/lodash/isSymbol.mjs +10 -0
  657. package/dist/node_modules/lodash/now.mjs +7 -0
  658. package/dist/node_modules/lodash/throttle.mjs +19 -0
  659. package/dist/node_modules/lodash/toNumber.mjs +23 -0
  660. package/dist/node_modules/lodash-es/_DataView.mjs +7 -0
  661. package/dist/node_modules/lodash-es/_Hash.mjs +20 -0
  662. package/dist/node_modules/lodash-es/_ListCache.mjs +20 -0
  663. package/dist/node_modules/lodash-es/_Map.mjs +7 -0
  664. package/dist/node_modules/lodash-es/_MapCache.mjs +20 -0
  665. package/dist/node_modules/lodash-es/_Promise.mjs +7 -0
  666. package/dist/node_modules/lodash-es/_Set.mjs +7 -0
  667. package/dist/node_modules/lodash-es/_Stack.mjs +18 -0
  668. package/dist/node_modules/lodash-es/_Symbol.mjs +6 -0
  669. package/dist/node_modules/lodash-es/_Uint8Array.mjs +6 -0
  670. package/dist/node_modules/lodash-es/_WeakMap.mjs +7 -0
  671. package/dist/node_modules/lodash-es/_apply.mjs +16 -0
  672. package/dist/node_modules/lodash-es/_arrayEach.mjs +8 -0
  673. package/dist/node_modules/lodash-es/_arrayFilter.mjs +10 -0
  674. package/dist/node_modules/lodash-es/_arrayLikeKeys.mjs +20 -0
  675. package/dist/node_modules/lodash-es/_arrayMap.mjs +8 -0
  676. package/dist/node_modules/lodash-es/_arrayPush.mjs +8 -0
  677. package/dist/node_modules/lodash-es/_assignMergeValue.mjs +8 -0
  678. package/dist/node_modules/lodash-es/_assignValue.mjs +10 -0
  679. package/dist/node_modules/lodash-es/_assocIndexOf.mjs +10 -0
  680. package/dist/node_modules/lodash-es/_baseAssign.mjs +8 -0
  681. package/dist/node_modules/lodash-es/_baseAssignIn.mjs +8 -0
  682. package/dist/node_modules/lodash-es/_baseAssignValue.mjs +12 -0
  683. package/dist/node_modules/lodash-es/_baseAt.mjs +9 -0
  684. package/dist/node_modules/lodash-es/_baseClone.mjs +65 -0
  685. package/dist/node_modules/lodash-es/_baseCreate.mjs +18 -0
  686. package/dist/node_modules/lodash-es/_baseFlatten.mjs +13 -0
  687. package/dist/node_modules/lodash-es/_baseFor.mjs +6 -0
  688. package/dist/node_modules/lodash-es/_baseGet.mjs +11 -0
  689. package/dist/node_modules/lodash-es/_baseGetAllKeys.mjs +9 -0
  690. package/dist/node_modules/lodash-es/_baseGetTag.mjs +10 -0
  691. package/dist/node_modules/lodash-es/_baseIsArguments.mjs +9 -0
  692. package/dist/node_modules/lodash-es/_baseIsMap.mjs +9 -0
  693. package/dist/node_modules/lodash-es/_baseIsNative.mjs +16 -0
  694. package/dist/node_modules/lodash-es/_baseIsSet.mjs +9 -0
  695. package/dist/node_modules/lodash-es/_baseIsTypedArray.mjs +12 -0
  696. package/dist/node_modules/lodash-es/_baseKeys.mjs +14 -0
  697. package/dist/node_modules/lodash-es/_baseKeysIn.mjs +15 -0
  698. package/dist/node_modules/lodash-es/_baseMerge.mjs +20 -0
  699. package/dist/node_modules/lodash-es/_baseMergeDeep.mjs +31 -0
  700. package/dist/node_modules/lodash-es/_baseRest.mjs +9 -0
  701. package/dist/node_modules/lodash-es/_baseSetToString.mjs +15 -0
  702. package/dist/node_modules/lodash-es/_baseSlice.mjs +10 -0
  703. package/dist/node_modules/lodash-es/_baseTimes.mjs +8 -0
  704. package/dist/node_modules/lodash-es/_baseToString.mjs +18 -0
  705. package/dist/node_modules/lodash-es/_baseUnary.mjs +8 -0
  706. package/dist/node_modules/lodash-es/_baseUnset.mjs +10 -0
  707. package/dist/node_modules/lodash-es/_castPath.mjs +10 -0
  708. package/dist/node_modules/lodash-es/_cloneArrayBuffer.mjs +8 -0
  709. package/dist/node_modules/lodash-es/_cloneBuffer.mjs +11 -0
  710. package/dist/node_modules/lodash-es/_cloneDataView.mjs +8 -0
  711. package/dist/node_modules/lodash-es/_cloneRegExp.mjs +8 -0
  712. package/dist/node_modules/lodash-es/_cloneSymbol.mjs +8 -0
  713. package/dist/node_modules/lodash-es/_cloneTypedArray.mjs +8 -0
  714. package/dist/node_modules/lodash-es/_copyArray.mjs +9 -0
  715. package/dist/node_modules/lodash-es/_copyObject.mjs +14 -0
  716. package/dist/node_modules/lodash-es/_copySymbols.mjs +8 -0
  717. package/dist/node_modules/lodash-es/_copySymbolsIn.mjs +8 -0
  718. package/dist/node_modules/lodash-es/_coreJsData.mjs +6 -0
  719. package/dist/node_modules/lodash-es/_createAssigner.mjs +15 -0
  720. package/dist/node_modules/lodash-es/_createBaseFor.mjs +13 -0
  721. package/dist/node_modules/lodash-es/_customOmitClone.mjs +7 -0
  722. package/dist/node_modules/lodash-es/_defineProperty.mjs +12 -0
  723. package/dist/node_modules/lodash-es/_flatRest.mjs +9 -0
  724. package/dist/node_modules/lodash-es/_freeGlobal.mjs +5 -0
  725. package/dist/node_modules/lodash-es/_getAllKeys.mjs +9 -0
  726. package/dist/node_modules/lodash-es/_getAllKeysIn.mjs +9 -0
  727. package/dist/node_modules/lodash-es/_getMapData.mjs +8 -0
  728. package/dist/node_modules/lodash-es/_getNative.mjs +9 -0
  729. package/dist/node_modules/lodash-es/_getPrototype.mjs +6 -0
  730. package/dist/node_modules/lodash-es/_getRawTag.mjs +15 -0
  731. package/dist/node_modules/lodash-es/_getSymbols.mjs +11 -0
  732. package/dist/node_modules/lodash-es/_getSymbolsIn.mjs +13 -0
  733. package/dist/node_modules/lodash-es/_getTag.mjs +29 -0
  734. package/dist/node_modules/lodash-es/_getValue.mjs +6 -0
  735. package/dist/node_modules/lodash-es/_hashClear.mjs +7 -0
  736. package/dist/node_modules/lodash-es/_hashDelete.mjs +7 -0
  737. package/dist/node_modules/lodash-es/_hashGet.mjs +13 -0
  738. package/dist/node_modules/lodash-es/_hashHas.mjs +9 -0
  739. package/dist/node_modules/lodash-es/_hashSet.mjs +9 -0
  740. package/dist/node_modules/lodash-es/_initCloneArray.mjs +8 -0
  741. package/dist/node_modules/lodash-es/_initCloneByTag.mjs +42 -0
  742. package/dist/node_modules/lodash-es/_initCloneObject.mjs +9 -0
  743. package/dist/node_modules/lodash-es/_isFlattenable.mjs +10 -0
  744. package/dist/node_modules/lodash-es/_isIndex.mjs +8 -0
  745. package/dist/node_modules/lodash-es/_isIterateeCall.mjs +13 -0
  746. package/dist/node_modules/lodash-es/_isKey.mjs +12 -0
  747. package/dist/node_modules/lodash-es/_isKeyable.mjs +7 -0
  748. package/dist/node_modules/lodash-es/_isMasked.mjs +11 -0
  749. package/dist/node_modules/lodash-es/_isPrototype.mjs +8 -0
  750. package/dist/node_modules/lodash-es/_listCacheClear.mjs +6 -0
  751. package/dist/node_modules/lodash-es/_listCacheDelete.mjs +12 -0
  752. package/dist/node_modules/lodash-es/_listCacheGet.mjs +8 -0
  753. package/dist/node_modules/lodash-es/_listCacheHas.mjs +7 -0
  754. package/dist/node_modules/lodash-es/_listCacheSet.mjs +8 -0
  755. package/dist/node_modules/lodash-es/_mapCacheClear.mjs +13 -0
  756. package/dist/node_modules/lodash-es/_mapCacheDelete.mjs +8 -0
  757. package/dist/node_modules/lodash-es/_mapCacheGet.mjs +7 -0
  758. package/dist/node_modules/lodash-es/_mapCacheHas.mjs +7 -0
  759. package/dist/node_modules/lodash-es/_mapCacheSet.mjs +8 -0
  760. package/dist/node_modules/lodash-es/_memoizeCapped.mjs +11 -0
  761. package/dist/node_modules/lodash-es/_nativeCreate.mjs +6 -0
  762. package/dist/node_modules/lodash-es/_nativeKeys.mjs +6 -0
  763. package/dist/node_modules/lodash-es/_nativeKeysIn.mjs +10 -0
  764. package/dist/node_modules/lodash-es/_nodeUtil.mjs +12 -0
  765. package/dist/node_modules/lodash-es/_objectToString.mjs +7 -0
  766. package/dist/node_modules/lodash-es/_overArg.mjs +8 -0
  767. package/dist/node_modules/lodash-es/_overRest.mjs +15 -0
  768. package/dist/node_modules/lodash-es/_parent.mjs +8 -0
  769. package/dist/node_modules/lodash-es/_root.mjs +6 -0
  770. package/dist/node_modules/lodash-es/_safeGet.mjs +7 -0
  771. package/dist/node_modules/lodash-es/_setToString.mjs +7 -0
  772. package/dist/node_modules/lodash-es/_shortOut.mjs +16 -0
  773. package/dist/node_modules/lodash-es/_stackClear.mjs +7 -0
  774. package/dist/node_modules/lodash-es/_stackDelete.mjs +7 -0
  775. package/dist/node_modules/lodash-es/_stackGet.mjs +6 -0
  776. package/dist/node_modules/lodash-es/_stackHas.mjs +6 -0
  777. package/dist/node_modules/lodash-es/_stackSet.mjs +17 -0
  778. package/dist/node_modules/lodash-es/_stringToPath.mjs +11 -0
  779. package/dist/node_modules/lodash-es/_toKey.mjs +11 -0
  780. package/dist/node_modules/lodash-es/_toSource.mjs +17 -0
  781. package/dist/node_modules/lodash-es/at.mjs +7 -0
  782. package/dist/node_modules/lodash-es/constant.mjs +8 -0
  783. package/dist/node_modules/lodash-es/eq.mjs +6 -0
  784. package/dist/node_modules/lodash-es/flatten.mjs +8 -0
  785. package/dist/node_modules/lodash-es/get.mjs +8 -0
  786. package/dist/node_modules/lodash-es/identity.mjs +6 -0
  787. package/dist/node_modules/lodash-es/isArguments.mjs +11 -0
  788. package/dist/node_modules/lodash-es/isArray.mjs +5 -0
  789. package/dist/node_modules/lodash-es/isArrayLike.mjs +8 -0
  790. package/dist/node_modules/lodash-es/isArrayLikeObject.mjs +8 -0
  791. package/dist/node_modules/lodash-es/isBoolean.mjs +9 -0
  792. package/dist/node_modules/lodash-es/isBuffer.mjs +7 -0
  793. package/dist/node_modules/lodash-es/isFunction.mjs +12 -0
  794. package/dist/node_modules/lodash-es/isLength.mjs +7 -0
  795. package/dist/node_modules/lodash-es/isMap.mjs +8 -0
  796. package/dist/node_modules/lodash-es/isObject.mjs +7 -0
  797. package/dist/node_modules/lodash-es/isObjectLike.mjs +6 -0
  798. package/dist/node_modules/lodash-es/isPlainObject.mjs +16 -0
  799. package/dist/node_modules/lodash-es/isSet.mjs +8 -0
  800. package/dist/node_modules/lodash-es/isSymbol.mjs +9 -0
  801. package/dist/node_modules/lodash-es/isTypedArray.mjs +8 -0
  802. package/dist/node_modules/lodash-es/keys.mjs +9 -0
  803. package/dist/node_modules/lodash-es/keysIn.mjs +9 -0
  804. package/dist/node_modules/lodash-es/last.mjs +7 -0
  805. package/dist/node_modules/lodash-es/memoize.mjs +18 -0
  806. package/dist/node_modules/lodash-es/merge.mjs +9 -0
  807. package/dist/node_modules/lodash-es/omit.mjs +24 -0
  808. package/dist/node_modules/lodash-es/stubArray.mjs +6 -0
  809. package/dist/node_modules/lodash-es/stubFalse.mjs +6 -0
  810. package/dist/node_modules/lodash-es/toPlainObject.mjs +8 -0
  811. package/dist/node_modules/lodash-es/toString.mjs +7 -0
  812. package/dist/node_modules/normalize-wheel/index.mjs +7 -0
  813. package/dist/node_modules/normalize-wheel/src/ExecutionEnvironment.mjs +11 -0
  814. package/dist/node_modules/normalize-wheel/src/UserAgent_DEPRECATED.mjs +142 -0
  815. package/dist/node_modules/normalize-wheel/src/isEventSupported.mjs +33 -0
  816. package/dist/node_modules/normalize-wheel/src/normalizeWheel.mjs +19 -0
  817. package/dist/node_modules/object-assign/index.mjs +55 -0
  818. package/dist/node_modules/preact/compat/dist/compat.module.mjs +202 -0
  819. package/dist/node_modules/preact/dist/preact.module.mjs +343 -0
  820. package/dist/node_modules/preact/hooks/dist/hooks.module.mjs +63 -0
  821. package/dist/node_modules/prop-types/checkPropTypes.mjs +55 -0
  822. package/dist/node_modules/prop-types/factoryWithThrowingShims.mjs +53 -0
  823. package/dist/node_modules/prop-types/factoryWithTypeCheckers.mjs +330 -0
  824. package/dist/node_modules/prop-types/index.mjs +16 -0
  825. package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.mjs +11 -0
  826. package/dist/node_modules/prop-types/lib/has.mjs +7 -0
  827. package/dist/node_modules/rc-dialog/es/Dialog/Content/MemoChildren.mjs +11 -0
  828. package/dist/node_modules/rc-dialog/es/Dialog/Content/Panel.mjs +93 -0
  829. package/dist/node_modules/rc-dialog/es/Dialog/Content/index.mjs +43 -0
  830. package/dist/node_modules/rc-dialog/es/Dialog/Mask.mjs +25 -0
  831. package/dist/node_modules/rc-dialog/es/Dialog/index.mjs +114 -0
  832. package/dist/node_modules/rc-dialog/es/DialogWrap.mjs +32 -0
  833. package/dist/node_modules/rc-dialog/es/context.mjs +5 -0
  834. package/dist/node_modules/rc-dialog/es/index.mjs +6 -0
  835. package/dist/node_modules/rc-dialog/es/util.mjs +23 -0
  836. package/dist/node_modules/rc-field-form/es/Field.mjs +300 -0
  837. package/dist/node_modules/rc-field-form/es/FieldContext.mjs +41 -0
  838. package/dist/node_modules/rc-field-form/es/Form.mjs +78 -0
  839. package/dist/node_modules/rc-field-form/es/FormContext.mjs +46 -0
  840. package/dist/node_modules/rc-field-form/es/List.mjs +82 -0
  841. package/dist/node_modules/rc-field-form/es/ListContext.mjs +5 -0
  842. package/dist/node_modules/rc-field-form/es/index.mjs +22 -0
  843. package/dist/node_modules/rc-field-form/es/useForm.mjs +541 -0
  844. package/dist/node_modules/rc-field-form/es/useWatch.mjs +53 -0
  845. package/dist/node_modules/rc-field-form/es/utils/NameMap.mjs +66 -0
  846. package/dist/node_modules/rc-field-form/es/utils/asyncUtil.mjs +15 -0
  847. package/dist/node_modules/rc-field-form/es/utils/messages.mjs +50 -0
  848. package/dist/node_modules/rc-field-form/es/utils/typeUtil.mjs +10 -0
  849. package/dist/node_modules/rc-field-form/es/utils/validateUtil.mjs +203 -0
  850. package/dist/node_modules/rc-field-form/es/utils/valueUtil.mjs +60 -0
  851. package/dist/node_modules/rc-motion/es/CSSMotion.mjs +73 -0
  852. package/dist/node_modules/rc-motion/es/CSSMotionList.mjs +95 -0
  853. package/dist/node_modules/rc-motion/es/DomWrapper.mjs +21 -0
  854. package/dist/node_modules/rc-motion/es/context.mjs +13 -0
  855. package/dist/node_modules/rc-motion/es/hooks/useDomMotionEvents.mjs +20 -0
  856. package/dist/node_modules/rc-motion/es/hooks/useIsomorphicLayoutEffect.mjs +6 -0
  857. package/dist/node_modules/rc-motion/es/hooks/useNextFrame.mjs +28 -0
  858. package/dist/node_modules/rc-motion/es/hooks/useStatus.mjs +91 -0
  859. package/dist/node_modules/rc-motion/es/hooks/useStepQueue.mjs +38 -0
  860. package/dist/node_modules/rc-motion/es/index.mjs +7 -0
  861. package/dist/node_modules/rc-motion/es/interface.mjs +13 -0
  862. package/dist/node_modules/rc-motion/es/util/diff.mjs +65 -0
  863. package/dist/node_modules/rc-motion/es/util/motion.mjs +51 -0
  864. package/dist/node_modules/rc-pagination/es/locale/en_US.mjs +18 -0
  865. package/dist/node_modules/rc-pagination/lib/locale/en_US.mjs +21 -0
  866. package/dist/node_modules/rc-picker/es/locale/common.mjs +9 -0
  867. package/dist/node_modules/rc-picker/es/locale/en_US.mjs +31 -0
  868. package/dist/node_modules/rc-picker/lib/locale/common.mjs +14 -0
  869. package/dist/node_modules/rc-picker/lib/locale/en_US.mjs +37 -0
  870. package/dist/node_modules/rc-progress/es/Circle/PtgCircle.mjs +52 -0
  871. package/dist/node_modules/rc-progress/es/Circle/index.mjs +83 -0
  872. package/dist/node_modules/rc-progress/es/Circle/util.mjs +23 -0
  873. package/dist/node_modules/rc-progress/es/Line.mjs +3 -0
  874. package/dist/node_modules/rc-progress/es/common.mjs +27 -0
  875. package/dist/node_modules/rc-progress/es/hooks/useId.mjs +18 -0
  876. package/dist/node_modules/rc-resize-observer/es/Collection.mjs +22 -0
  877. package/dist/node_modules/rc-resize-observer/es/SingleObserver/DomWrapper.mjs +21 -0
  878. package/dist/node_modules/rc-resize-observer/es/SingleObserver/index.mjs +59 -0
  879. package/dist/node_modules/rc-resize-observer/es/index.mjs +24 -0
  880. package/dist/node_modules/rc-resize-observer/es/utils/observerUtil.mjs +23 -0
  881. package/dist/node_modules/rc-slider/es/Handles/Handle.mjs +103 -0
  882. package/dist/node_modules/rc-slider/es/Handles/index.mjs +69 -0
  883. package/dist/node_modules/rc-slider/es/Marks/Mark.mjs +22 -0
  884. package/dist/node_modules/rc-slider/es/Marks/index.mjs +20 -0
  885. package/dist/node_modules/rc-slider/es/Slider.mjs +225 -0
  886. package/dist/node_modules/rc-slider/es/Steps/Dot.mjs +16 -0
  887. package/dist/node_modules/rc-slider/es/Steps/index.mjs +28 -0
  888. package/dist/node_modules/rc-slider/es/Tracks/Track.mjs +34 -0
  889. package/dist/node_modules/rc-slider/es/Tracks/index.mjs +50 -0
  890. package/dist/node_modules/rc-slider/es/context.mjs +17 -0
  891. package/dist/node_modules/rc-slider/es/hooks/useDrag.mjs +104 -0
  892. package/dist/node_modules/rc-slider/es/hooks/useOffset.mjs +104 -0
  893. package/dist/node_modules/rc-slider/es/hooks/useRange.mjs +13 -0
  894. package/dist/node_modules/rc-slider/es/index.mjs +5 -0
  895. package/dist/node_modules/rc-slider/es/util.mjs +29 -0
  896. package/dist/node_modules/rc-tooltip/es/Popup.mjs +17 -0
  897. package/dist/node_modules/rc-tooltip/es/Tooltip.mjs +52 -0
  898. package/dist/node_modules/rc-tooltip/es/index.mjs +6 -0
  899. package/dist/node_modules/rc-tooltip/es/placements.mjs +84 -0
  900. package/dist/node_modules/rc-upload/es/AjaxUploader.mjs +284 -0
  901. package/dist/node_modules/rc-upload/es/Upload.mjs +57 -0
  902. package/dist/node_modules/rc-upload/es/attr-accept.mjs +22 -0
  903. package/dist/node_modules/rc-upload/es/index.mjs +4 -0
  904. package/dist/node_modules/rc-upload/es/request.mjs +46 -0
  905. package/dist/node_modules/rc-upload/es/traverseFileTree.mjs +137 -0
  906. package/dist/node_modules/rc-upload/es/uid.mjs +7 -0
  907. package/dist/node_modules/rc-util/es/Children/toArray.mjs +11 -0
  908. package/dist/node_modules/rc-util/es/Dom/canUseDom.mjs +6 -0
  909. package/dist/node_modules/rc-util/es/Dom/contains.mjs +15 -0
  910. package/dist/node_modules/rc-util/es/Dom/dynamicCSS.mjs +87 -0
  911. package/dist/node_modules/rc-util/es/Dom/findDOMNode.mjs +24 -0
  912. package/dist/node_modules/rc-util/es/Dom/isVisible.mjs +22 -0
  913. package/dist/node_modules/rc-util/es/Dom/shadow.mjs +14 -0
  914. package/dist/node_modules/rc-util/es/KeyCode.mjs +517 -0
  915. package/dist/node_modules/rc-util/es/React/render.mjs +81 -0
  916. package/dist/node_modules/rc-util/es/getScrollBarSize.mjs +38 -0
  917. package/dist/node_modules/rc-util/es/hooks/useEvent.mjs +14 -0
  918. package/dist/node_modules/rc-util/es/hooks/useId.mjs +27 -0
  919. package/dist/node_modules/rc-util/es/hooks/useLayoutEffect.mjs +21 -0
  920. package/dist/node_modules/rc-util/es/hooks/useMemo.mjs +8 -0
  921. package/dist/node_modules/rc-util/es/hooks/useMergedState.mjs +25 -0
  922. package/dist/node_modules/rc-util/es/hooks/useState.mjs +17 -0
  923. package/dist/node_modules/rc-util/es/hooks/useSyncState.mjs +16 -0
  924. package/dist/node_modules/rc-util/es/isEqual.mjs +35 -0
  925. package/dist/node_modules/rc-util/es/isMobile.mjs +9 -0
  926. package/dist/node_modules/rc-util/es/omit.mjs +9 -0
  927. package/dist/node_modules/rc-util/es/pickAttrs.mjs +42 -0
  928. package/dist/node_modules/rc-util/es/raf.mjs +40 -0
  929. package/dist/node_modules/rc-util/es/ref.mjs +39 -0
  930. package/dist/node_modules/rc-util/es/utils/get.mjs +11 -0
  931. package/dist/node_modules/rc-util/es/utils/set.mjs +47 -0
  932. package/dist/node_modules/rc-util/es/warning.mjs +44 -0
  933. package/dist/node_modules/rc-util/node_modules/react-is/cjs/react-is.development.mjs +103 -0
  934. package/dist/node_modules/rc-util/node_modules/react-is/cjs/react-is.production.min.mjs +82 -0
  935. package/dist/node_modules/rc-util/node_modules/react-is/index.mjs +8 -0
  936. package/dist/node_modules/react/cjs/react-jsx-runtime.development.mjs +616 -0
  937. package/dist/node_modules/react/cjs/react-jsx-runtime.production.min.mjs +32 -0
  938. package/dist/node_modules/react/jsx-runtime.mjs +8 -0
  939. package/dist/node_modules/react-device-detect/dist/lib.mjs +721 -0
  940. package/dist/node_modules/react-dom/client.mjs +26 -0
  941. package/dist/node_modules/react-draggable/build/cjs/Draggable.mjs +343 -0
  942. package/dist/node_modules/react-draggable/build/cjs/DraggableCore.mjs +324 -0
  943. package/dist/node_modules/react-draggable/build/cjs/cjs.mjs +14 -0
  944. package/dist/node_modules/react-draggable/build/cjs/utils/domFns.mjs +174 -0
  945. package/dist/node_modules/react-draggable/build/cjs/utils/getPrefix.mjs +35 -0
  946. package/dist/node_modules/react-draggable/build/cjs/utils/log.mjs +7 -0
  947. package/dist/node_modules/react-draggable/build/cjs/utils/positionFns.mjs +107 -0
  948. package/dist/node_modules/react-draggable/build/cjs/utils/shims.mjs +30 -0
  949. package/dist/node_modules/react-draggable/node_modules/clsx/dist/clsx.m.mjs +22 -0
  950. package/dist/node_modules/react-easy-crop/index.module.mjs +543 -0
  951. package/dist/node_modules/react-i18next/dist/es/context.mjs +19 -0
  952. package/dist/node_modules/react-i18next/dist/es/defaults.mjs +17 -0
  953. package/dist/node_modules/react-i18next/dist/es/i18nInstance.mjs +7 -0
  954. package/dist/node_modules/react-i18next/dist/es/unescape.mjs +25 -0
  955. package/dist/node_modules/react-i18next/dist/es/useTranslation.mjs +74 -0
  956. package/dist/node_modules/react-i18next/dist/es/utils.mjs +61 -0
  957. package/dist/node_modules/react-is/cjs/react-is.development.mjs +95 -0
  958. package/dist/node_modules/react-is/cjs/react-is.production.min.mjs +79 -0
  959. package/dist/node_modules/react-is/index.mjs +10 -0
  960. package/dist/node_modules/react-resizable/build/Resizable.mjs +201 -0
  961. package/dist/node_modules/react-resizable/build/ResizableBox.mjs +162 -0
  962. package/dist/node_modules/react-resizable/build/propTypes.mjs +118 -0
  963. package/dist/node_modules/react-resizable/build/utils.mjs +54 -0
  964. package/dist/node_modules/react-resizable/index.mjs +13 -0
  965. package/dist/node_modules/resize-observer-polyfill/dist/ResizeObserver.es.mjs +290 -0
  966. package/dist/node_modules/screenfull/index.mjs +122 -0
  967. package/dist/node_modules/stylis/src/Enum.mjs +12 -0
  968. package/dist/node_modules/stylis/src/Middleware.mjs +18 -0
  969. package/dist/node_modules/stylis/src/Parser.mjs +114 -0
  970. package/dist/node_modules/stylis/src/Serializer.mjs +28 -0
  971. package/dist/node_modules/stylis/src/Tokenizer.mjs +131 -0
  972. package/dist/node_modules/stylis/src/Utility.mjs +50 -0
  973. package/dist/node_modules/throttle-debounce/esm/index.mjs +35 -0
  974. package/dist/node_modules/toggle-selection/index.mjs +25 -0
  975. package/dist/node_modules/tslib/tslib.es6.mjs +97 -0
  976. package/dist/node_modules/ua-parser-js/dist/ua-parser.min.mjs +86 -0
  977. package/dist/node_modules/use-immer/dist/use-immer.module.mjs +13 -0
  978. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.development.mjs +61 -0
  979. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim/with-selector.production.min.mjs +60 -0
  980. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.development.mjs +85 -0
  981. package/dist/node_modules/use-sync-external-store/cjs/use-sync-external-store-shim.production.min.mjs +50 -0
  982. package/dist/node_modules/use-sync-external-store/shim/index.mjs +10 -0
  983. package/dist/node_modules/use-sync-external-store/shim/with-selector.mjs +10 -0
  984. package/dist/node_modules/zustand/esm/index.mjs +24 -0
  985. package/dist/node_modules/zustand/esm/vanilla.mjs +16 -0
  986. package/dist/style.css +1 -1
  987. package/dist/utils/WithFluent.mjs +19 -13
  988. package/dist/utils/create.mjs +7 -1
  989. package/dist/utils/time.mjs +1 -1
  990. 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
+ };