@medplum/react-scheduling 5.1.32 → 5.1.35
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/index.cjs +6 -2
- package/dist/cjs/index.cjs.map +4 -4
- package/dist/cjs/index.css +1 -1
- package/dist/cjs/index.css.map +4 -4
- package/dist/cjs/index.d.ts +100 -4
- package/dist/esm/index.css +1 -1
- package/dist/esm/index.css.map +4 -4
- package/dist/esm/index.d.ts +100 -4
- package/dist/esm/index.mjs +6 -2
- package/dist/esm/index.mjs.map +4 -4
- package/package.json +12 -11
package/dist/esm/index.css.map
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
|
-
"sources": ["../../src/AppointmentFinder/AppointmentFinder.module.css", "../../../../node_modules/@fullcalendar/react/skeleton.css", "../../../../node_modules/@fullcalendar/react/themes/classic/palette.css", "../../../../node_modules/@fullcalendar/react/themes/classic/theme.css", "../../src/CalendarBase/CalendarBase.module.css", "../../src/Calendar/Calendar.module.css", "../../src/MultiCalendar/MultiCalendar.module.css", "../../src/ScheduleAvailabilityEditor/ScheduleAvailabilityEditor.module.css"],
|
|
4
|
-
"sourcesContent": ["/* Times wrap into as many columns as fit rather than a fixed grid, so a card\n holding four times is not padded out to the width of one holding twenty. */\n.timeGrid {\n row-gap: var(--mantine-spacing-xs);\n}\n\n/* The form, and beside it the times once the search is open. Wraps rather than\n scrolling sideways, so a narrow host stacks the two instead of clipping one. */\n.layout {\n display: flex;\n flex-wrap: wrap;\n gap: var(--mantine-spacing-lg);\n align-items: flex-start;\n}\n\n.form {\n flex: 1 1 300px;\n min-width: 0;\n max-width: 420px;\n}\n\n/* Only present while the time search is open, which is what widens the panel. */\n.results {\n flex: 1 1 380px;\n min-width: 0;\n}\n", "\n:root {\n --fc-sticky-header-footer-z: 3;\n --fc-popover-z: 4;\n}\n\n.fc-nH {\n z-index: var(--fc-popover-z) !important;\n}\n\n.fc-7s {\n isolation: isolate;\n}\n\n/*\nThis will prevent all ancestors from customizing their box size unless they use .contentBox\n*/\n.fc-wa,\n.fc-wa *,\n.fc-wa *:before,\n.fc-wa *:after {\n box-sizing: border-box !important;\n}\n\n/* classes attached to <body> */\n.fc-4m,\n.fc-4m * {\n cursor: not-allowed !important;\n}\n\n.fc-eM {\n -ms-overflow-style: none !important; /* IE and Edge */\n scrollbar-width: none !important; /* Firefox */\n}\n\n/* Hide scrollbar for Chrome, Safari and Opera */\n.fc-eM::-webkit-scrollbar {\n display: none !important;\n}\n\n.fc-Qo {\n flex-shrink: 0 !important;\n}\n\n.fc-fi .fc-fl {\n display: flex !important;\n flex-direction: row !important;\n flex-wrap: wrap !important;\n}\n\n/* HACK for Safari. Can't do break-inside:avoid with flexbox items, likely b/c it's not standard:\n https://stackoverflow.com/a/60256345 */\n.fc-Jf .fc-fl > * {\n float: left !important;\n}\n\n[dir=rtl] .fc-Jf .fc-fl > *,\n.fc-Jf[dir=rtl] .fc-fl > * {\n float: right !important;\n}\n\n.fc-Jf .fc-fl::after {\n content: \"\" !important;\n display: block !important;\n clear: both !important;\n}\n\n.fc-DP {\n cursor: pointer !important;\n}\n\n.fc-An {\n cursor: n-resize !important;\n}\n\n.fc-lZ {\n cursor: s-resize !important;\n}\n\n.fc-9V {\n cursor: w-resize !important;\n}\n\n[dir=rtl] .fc-9V {\n cursor: e-resize !important;\n}\n\n.fc-70 {\n cursor: e-resize !important;\n}\n\n[dir=rtl] .fc-70 {\n cursor: w-resize !important;\n}\n\n.fc-gQ {\n cursor: col-resize !important;\n}\n\n.fc-mN,\n.fc-2d,\n.fc-B0 {\n position: absolute !important;\n box-sizing: content-box !important;\n width: 100% !important;\n height: 100% !important;\n}\n\n.fc-mN {\n padding: 10px !important;\n margin: -10px !important;\n}\n\n.fc-2d {\n padding-left: 10px !important;\n padding-right: 10px !important;\n margin-left: -10px !important;\n margin-right: -10px !important;\n}\n\n.fc-B0 {\n padding-top: 10px !important;\n padding-bottom: 10px !important;\n margin-top: -10px !important;\n margin-bottom: -10px !important;\n}\n\n/* QUESTION: why not use -left -right instead of negative margins/padding for ALL? */\n.fc-Z1 {\n position: absolute;\n top: 0;\n bottom: 0;\n left: -5px;\n right: -5px;\n}\n\n.fc-1Y {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n\n.fc-a9 {\n visibility: hidden;\n}\n\n/* Border Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n/* TODO: break-out to x and y. don't have \"only\" all */\n/* TODO: instead of \"border\" utils, call them \"borderless\" to subtract? */\n\n.fc-Tu {\n border: 0 !important;\n}\n\n.fc-hU {\n border-left: 0 !important;\n border-right: 0 !important;\n border-bottom: 0 !important;\n}\n\n.fc-3e {\n border-top: 0 !important;\n border-left: 0 !important;\n border-right: 0 !important;\n}\n\n.fc-PB,\n.fc-II {\n border-top: 0 !important;\n border-bottom: 0 !important;\n}\n\n.fc-PB {\n border-inline-end: 0 !important;\n}\n\n.fc-II {\n border-inline-start: 0 !important;\n}\n\n.fc-MQ {\n border-left: 0 !important;\n border-right: 0 !important;\n}\n\n.fc-Vo {\n border-top: 0 !important;\n border-bottom: 0 !important;\n}\n\n/* for matching cell start-border, assumed to be 1px, which can't be guaranteed */\n.fc-2l {\n border-inline-start: 1px solid transparent !important;\n}\n\n/* Flexbox Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Ao {\n display: flex !important;\n flex-direction: row !important;\n}\n\n.fc-HH {\n display: flex !important;\n flex-direction: column !important;\n}\n\n.fc-GV {\n flex-grow: 1 !important;\n}\n\n.fc-g2 {\n flex-grow: 1 !important;\n flex-basis: 0 !important;\n min-width: 0 !important;\n min-height: 0 !important;\n}\n\n.fc-Ot {\n min-height: 0 !important;\n}\n\n/*\nTODO: use liquidX/Y elsewhere because frees up min other dimension; less collisions\n*/\n.fc-hp {\n flex-grow: 1 !important;\n flex-basis: 0 !important;\n min-width: 0 !important;\n}\n\n/* Print-Safe Utils (media:screen ONLY) */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-fi .fc-uD,\n.fc-fi .fc-jM {\n display: flex !important;\n flex-direction: column !important;\n}\n\n/* Table Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-OJ {\n padding: 0 !important;\n}\n\n.fc-oE {\n margin: 0 !important;\n}\n\n.fc-V3 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.fc-SS {\n margin-left: 0 !important;\n margin-right: 0 !important;\n}\n\n.fc-y2 {\n white-space: nowrap !important;\n}\n\n.fc-CN {\n white-space: pre !important;\n}\n\n/* Misc Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-gZ {\n overflow-anchor: none;\n}\n\n.fc-FA {\n overflow: hidden !important;\n}\n\n/*\nTODO: eventually use this on daygrid/timegrid events' inner, time, and title, FOR PRINT\nNeeded to prevent wrapping to multiple lines, increasing height, throwing off print-positioning,\nwhich can't rely on dynamic height detection after print-flag activated.\n*/\n.fc-7T {\n white-space: nowrap !important;\n overflow: hidden !important;\n}\n\n.fc-cc {\n position: relative !important;\n}\n\n.fc-H0 {\n position: absolute !important;\n}\n\n.fc-6t {\n inset-inline-start: 0 !important;\n}\n\n.fc-ct {\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n right: 0 !important;\n bottom: 0 !important;\n}\n\n.fc-iv,\n.fc-Uu {\n position: absolute !important;\n left: 0 !important;\n right: 0 !important;\n}\n\n.fc-7k,\n.fc-Yw {\n position: absolute !important;\n top: 0 !important;\n bottom: 0 !important;\n}\n\n.fc-iv {\n top: 0 !important;\n}\n\n.fc-Yw {\n left: 0 !important;\n right: 0 !important;\n width: 0 !important;\n}\n\n@media not print {\n .fc-Ip {\n position: sticky !important;\n }\n\n .fc-CS {\n position: sticky !important;\n top: 0 !important;\n }\n\n /* Sticks to either left or right (the flex \"start\") depending on ltr/rtl */\n .fc-tT {\n position: sticky !important;\n inset-inline-start: 0 !important;\n }\n\n .fc-hy {\n position: sticky !important;\n top: 0 !important;\n z-index: var(--fc-sticky-header-footer-z) !important;\n }\n}\n\n/* Only needed when padding/border must be separate from width/height */\n.fc-Np {\n box-sizing: content-box !important;\n}\n\n.fc-aP {\n position: absolute !important;\n left: -10000px !important;\n}\n\n.fc-6H {\n align-items: center !important;\n}\n\n.fc-K8 {\n align-items: flex-start !important;\n}\n\n.fc-E3 {\n align-items: flex-end !important;\n}\n\n/* Footer Scrollbar */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Px {\n position: sticky !important;\n bottom: 0 !important;\n z-index: var(--fc-sticky-header-footer-z) !important;\n}\n\n.fc-J4 > * {\n margin-top: -1px !important;\n}\n\n.fc-J4 > * > * {\n height: 1px !important;\n}\n\n/* Print-Safe Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Jf .fc-Yi {\n -moz-column-break-inside: avoid !important;\n break-inside: avoid !important;\n}\n\n.fc-Jf .fc-uD {\n display: table !important;\n table-layout: fixed !important;\n width: 100% !important;\n border-spacing: 0 !important;\n border-collapse: separate !important;\n}\n\n.fc-Jf .fc-jM {\n display: table-header-group !important;\n -moz-column-break-inside: avoid !important;\n break-inside: avoid !important;\n background: #fff !important;\n z-index: 9999 !important;\n position: relative !important;\n}\n\n.fc-fx {\n /* min-height when multiple rows coexist, provides sane aspect-ratio for cells */\n min-height: 6em !important;\n}\n\n/* Z-index */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-BS {\n z-index: 0;\n}\n\n.fc-iu {\n z-index: 1;\n}\n\n.fc-Bk:focus-visible {\n z-index: 2;\n}\n\n/* INTERNAL MARKER -- used to mark an element for internal significance */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Nm {}\n\n.fc-Ft {}\n.fc-lc {}\n.fc-uL {}\n.fc-Bv {}\n.fc-Qk {}\n.fc-9X {}\n.fc-Sj {}\n.fc-DL {}\n\n.fc-oP {}\n\n.fc-R2 {}\n\n.fc-SW {}\n\n.fc-Cs {}\n\n.fc-LQ {}\n\n.fc-dT {}\n", "\n:root {\n /* buttons */\n --fc-classic-button: #334155;\n --fc-classic-button-border: #334155;\n --fc-classic-button-strong: #1e293b;\n --fc-classic-button-strong-border: #0f172a;\n --fc-classic-button-outline: #47556980;\n --fc-classic-button-foreground: #fff;\n\n /* primary */\n --fc-classic-primary: #3788d8;\n --fc-classic-primary-foreground: #fff;\n\n /* calendar content */\n --fc-classic-event: var(--fc-classic-primary);\n --fc-classic-event-contrast: var(--fc-classic-primary-foreground);\n --fc-classic-background-event: #22c55e;\n --fc-classic-background-event-opacity: 15%;\n --fc-classic-background-event-foreground-opacity: 50%;\n --fc-classic-highlight: #cffafe66;\n --fc-classic-today: #facc1526;\n --fc-classic-now: #ef4444;\n /* non-colors */\n --fc-classic-small-dot-width: 8px;\n --fc-classic-large-dot-width: 10px;\n\n /* neutral backgrounds */\n --fc-classic-background: #ffffff;\n --fc-classic-faint: #0000000A;\n --fc-classic-muted: #00000014;\n --fc-classic-strong: #00000024;\n\n /* neutral foregrounds */\n --fc-classic-foreground: #030712;\n --fc-classic-faint-foreground: #9ca3af;\n --fc-classic-muted-foreground: #6b7280;\n\n /* neutral borders */\n --fc-classic-border: #ddd;\n --fc-classic-strong-border: #9ca3af;\n}\n\n@media not print {\n [data-color-scheme=dark] {\n /* calendar content */\n --fc-classic-highlight: #3b82f633;\n --fc-classic-today: #fef08a1A;\n\n /* neutral backgrounds */\n --fc-classic-background: #030712;\n --fc-classic-faint: #ffffff0A;\n --fc-classic-muted: #ffffff14;\n --fc-classic-strong: #ffffff24;\n\n /* neutral foregrounds */\n --fc-classic-foreground: #fff;\n --fc-classic-faint-foreground: #4b5563;\n --fc-classic-muted-foreground: #9ca3af;\n\n /* neutral borders */\n --fc-classic-border: #1f2937;\n --fc-classic-strong-border: #374151;\n }\n}\n\n", ".fc-classic-n5m {\n font-size: 16px;\n line-height: 1.5;\n --fc-classic-border-style: solid;\n}\n\n.fc-classic-Z9U {\n appearance: button;\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n margin: 0;\n border: 0;\n padding: 0\n}\n\n.fc-classic-JiE {\n color: inherit;\n text-decoration: inherit;\n}\n\n.fc-classic-3Lc {\n pointer-events: none\n}\n\n.fc-classic-1EY {\n position: absolute\n}\n\n.fc-classic-eYX {\n position: relative\n}\n\n.fc-classic-OUe {\n position: sticky\n}\n\n.fc-classic-MaV {\n inset-inline: 0\n}\n\n.fc-classic-AWB {\n inset-block: 0\n}\n\n.fc-classic-11a {\n inset-inline-start: -4px\n}\n\n.fc-classic-rbS {\n inset-inline-start: 0\n}\n\n.fc-classic-bEw {\n inset-inline-end: -4px\n}\n\n.fc-classic-2w8 {\n inset-inline-end: 2px\n}\n\n.fc-classic-dnf {\n inset-inline-end: -3px\n}\n\n.fc-classic-YDC {\n top: -4px\n}\n\n.fc-classic-n9G {\n top: 0\n}\n\n.fc-classic-2ik {\n top: 2px\n}\n\n.fc-classic-ERR {\n top: 50%\n}\n\n.fc-classic-fJL {\n bottom: -4px\n}\n\n.fc-classic-jGI {\n bottom: 0\n}\n\n.fc-classic-1V6 {\n left: 50%\n}\n\n.fc-classic-88I {\n order: -1\n}\n\n.fc-classic-gMS {\n margin: 4px\n}\n\n.fc-classic-bvX {\n margin: 8px\n}\n\n.fc-classic-jD5 {\n margin: 16px\n}\n\n.fc-classic-J04 {\n margin-inline: -5px\n}\n\n.fc-classic-cKZ {\n margin-inline: 2px\n}\n\n.fc-classic-rVY {\n margin-inline: 4px\n}\n\n.fc-classic-fn8 {\n margin-inline: 8px\n}\n\n.fc-classic-148 {\n margin-inline: 1px\n}\n\n.fc-classic-cJ3 {\n margin-block: 2px\n}\n\n.fc-classic-V9v {\n margin-block: 4px\n}\n\n.fc-classic-2tF {\n margin-block: 8px\n}\n\n.fc-classic-Jzj {\n margin-inline-start: 2px\n}\n\n.fc-classic-Mde {\n margin-inline-start: 8px\n}\n\n.fc-classic-qvL {\n margin-inline-start: 1px\n}\n\n.fc-classic-kp0 {\n margin-inline-end: -4px\n}\n\n.fc-classic-3e1 {\n margin-inline-end: 2px\n}\n\n.fc-classic-B3G {\n margin-inline-end: 2.5%\n}\n\n.fc-classic-9hC {\n margin-inline-end: 1px\n}\n\n.fc-classic-Dq8 {\n margin-top: -4px\n}\n\n.fc-classic-a10 {\n margin-top: -5px\n}\n\n.fc-classic-Ika {\n margin-bottom: 1px\n}\n\n.fc-classic-nHS {\n margin-bottom: -1px\n}\n\n.fc-classic-F99 {\n margin-left: -4px\n}\n\n.fc-classic-eF2 {\n display: contents\n}\n\n.fc-classic-I48 {\n display: block\n}\n\n.fc-classic-dl1 {\n display: flex\n}\n\n.fc-classic-i3N {\n display: grid\n}\n\n.fc-classic-pps {\n display: none\n}\n\n.fc-classic-3wQ {\n width: 8px;\n height: 8px\n}\n\n.fc-classic-vnf {\n width: 16px;\n height: 16px\n}\n\n.fc-classic-XUJ {\n width: 20px;\n height: 20px\n}\n\n.fc-classic-uuA {\n height: 8px\n}\n\n.fc-classic-zrJ {\n height: 12px\n}\n\n.fc-classic-84e {\n min-height: 2px\n}\n\n.fc-classic-mhE {\n min-height: 12px\n}\n\n.fc-classic-toR {\n min-height: 1px\n}\n\n.fc-classic-roZ {\n width: 50%\n}\n\n.fc-classic-hza {\n width: 8px\n}\n\n.fc-classic-4Tv {\n width: 5px\n}\n\n.fc-classic-kMV {\n max-width: 200px\n}\n\n.fc-classic-2KU {\n min-width: 0\n}\n\n.fc-classic-aNc {\n min-width: 220px\n}\n\n.fc-classic-yi0 {\n flex-shrink: 0\n}\n\n.fc-classic-1Zl {\n flex-shrink: 1\n}\n\n.fc-classic-OLq {\n flex-shrink: 100\n}\n\n.fc-classic-1El {\n flex-grow: 1\n}\n\n.fc-classic-jmT {\n rotate: 180deg\n}\n\n.fc-classic-sgX {\n flex-direction: column\n}\n\n.fc-classic-1sP {\n flex-direction: row\n}\n\n.fc-classic-dNl {\n flex-wrap: wrap\n}\n\n.fc-classic-XpK {\n align-items: center\n}\n\n.fc-classic-N2M {\n justify-content: space-between\n}\n\n.fc-classic-E9P {\n justify-content: center\n}\n\n.fc-classic-LMv {\n justify-content: flex-end\n}\n\n.fc-classic-aTF {\n gap: 2px\n}\n\n.fc-classic-NWN {\n gap: 4px\n}\n\n.fc-classic-wwb {\n gap: 12px\n}\n\n.fc-classic-yth {\n gap: 20px\n}\n\n.fc-classic-sI7 {\n align-self: flex-start\n}\n\n.fc-classic-pKG {\n overflow: hidden\n}\n\n.fc-classic-Ig4 {\n border-radius: 4px\n}\n\n.fc-classic-AAA {\n border-radius: 3.40282e38px\n}\n\n.fc-classic-Fvv {\n border-radius: 4px\n}\n\n.fc-classic-kmj {\n border-start-start-radius: 4px;\n border-end-start-radius: 4px\n}\n\n.fc-classic-Skl {\n border-start-end-radius: 4px;\n border-end-end-radius: 4px\n}\n\n.fc-classic-C2g {\n border-end-end-radius: 4px\n}\n\n.fc-classic-Z7Q {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px\n}\n\n.fc-classic-2qh {\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px\n}\n\n.fc-classic-wsy {\n border-style: var(--fc-classic-border-style);\n border-width: 1px\n}\n\n.fc-classic-5JF {\n border-style: var(--fc-classic-border-style);\n border-width: 4px\n}\n\n.fc-classic-yDA {\n border-style: var(--fc-classic-border-style);\n border-width: 5px\n}\n\n.fc-classic-Mjo {\n border-style: var(--fc-classic-border-style);\n border-width: calc(var(--fc-classic-small-dot-width) / 2)\n}\n\n.fc-classic-GOm {\n border-style: var(--fc-classic-border-style);\n border-width: calc(var(--fc-classic-large-dot-width) / 2)\n}\n\n.fc-classic-1Wx {\n border-inline-style: var(--fc-classic-border-style);\n border-inline-width: 1px\n}\n\n.fc-classic-ybF {\n border-inline-style: var(--fc-classic-border-style);\n border-inline-width: 5px\n}\n\n.fc-classic-JIC {\n border-block-style: var(--fc-classic-border-style);\n border-block-width: 1px\n}\n\n.fc-classic-XM3 {\n border-block-style: var(--fc-classic-border-style);\n border-block-width: 5px\n}\n\n.fc-classic-3J4 {\n border-inline-start-style: var(--fc-classic-border-style);\n border-inline-start-width: 1px\n}\n\n.fc-classic-hhi {\n border-inline-start-style: var(--fc-classic-border-style);\n border-inline-start-width: 5px\n}\n\n.fc-classic-jIH {\n border-inline-start-style: var(--fc-classic-border-style);\n border-inline-start-width: 6px\n}\n\n.fc-classic-USt {\n border-inline-end-style: var(--fc-classic-border-style);\n border-inline-end-width: 1px\n}\n\n.fc-classic-Bda {\n border-inline-end-style: var(--fc-classic-border-style);\n border-inline-end-width: 5px\n}\n\n.fc-classic-ku3 {\n border-top-style: var(--fc-classic-border-style);\n border-top-width: 1px\n}\n\n.fc-classic-bLA {\n border-top-style: var(--fc-classic-border-style);\n border-top-width: 6px\n}\n\n.fc-classic-zi1 {\n border-bottom-style: var(--fc-classic-border-style);\n border-bottom-width: 1px\n}\n\n.fc-classic-TN2 {\n --fc-classic-border-style: dotted;\n border-style: dotted\n}\n\n.fc-classic-C1x {\n border-color: var(--fc-classic-border)\n}\n\n.fc-classic-sYT {\n border-color: var(--fc-classic-now)\n}\n\n.fc-classic-0Pr {\n border-color: var(--fc-classic-primary)\n}\n\n.fc-classic-vXO {\n border-color: var(--fc-classic-button-border)\n}\n\n.fc-classic-rQI {\n border-color: var(--fc-classic-button-strong-border)\n}\n\n.fc-classic-C0k {\n border-color: var(--fc-classic-strong-border)\n}\n\n.fc-classic-lNM {\n border-color: var(--fc-event-color)\n}\n\n.fc-classic-d0j {\n border-color: #0000\n}\n\n.fc-classic-Pqk {\n border-inline-color: #0000\n}\n\n.fc-classic-rif {\n border-block-color: #0000\n}\n\n.fc-classic-0qY {\n border-inline-start-color: var(--fc-classic-now)\n}\n\n.fc-classic-LaM {\n border-inline-start-color: #000\n}\n\n.fc-classic-5JV {\n border-inline-end-color: #000\n}\n\n.fc-classic-1Aa {\n border-top-color: var(--fc-classic-now)\n}\n\n.fc-classic-Jk3 {\n background-color: var(--fc-classic-background)\n}\n\n.fc-classic-iYS {\n background-color: var(--fc-classic-faint)\n}\n\n.fc-classic-hLU {\n background-color: var(--fc-classic-highlight)\n}\n\n.fc-classic-k3f {\n background-color: var(--fc-classic-muted)\n}\n\n.fc-classic-YjJ {\n background-color: var(--fc-event-color)\n}\n\n@media not print {\n @supports (color:color-mix(in lab, red, red)) {\n .fc-classic-hsC {\n background-color: color-mix(in oklab, var(--fc-event-color) var(--fc-classic-background-event-opacity), transparent)\n }\n }\n @supports not (color:color-mix(in lab, red, red)) {\n .fc-classic-hsC {\n position: relative;\n isolation: isolate\n }\n .fc-classic-hsC:before {\n content: '';\n position: absolute;\n inset: 0;\n background-color: var(--fc-event-color);\n opacity: var(--fc-classic-background-event-opacity);\n z-index: -1\n }\n }\n}\n\n.fc-classic-JWq {\n background-color: var(--fc-classic-button)\n}\n\n.fc-classic-Adi {\n background-color: var(--fc-classic-button-strong)\n}\n\n.fc-classic-KUX {\n padding: 2px\n}\n\n.fc-classic-XJa {\n padding: 6px\n}\n\n.fc-classic-3N5 {\n padding: 8px\n}\n\n.fc-classic-7A6 {\n padding: 1px\n}\n\n.fc-classic-oQ2 {\n padding-inline: 2px\n}\n\n.fc-classic-Eaq {\n padding-inline: 10px\n}\n\n.fc-classic-Apf {\n padding-inline: 12px\n}\n\n.fc-classic-F1o {\n padding-inline: 1px\n}\n\n.fc-classic-2rx {\n padding-block: 2px\n}\n\n.fc-classic-Jhn {\n padding-block: 4px\n}\n\n.fc-classic-End {\n padding-block: 6px\n}\n\n.fc-classic-dl6 {\n padding-block: 8px\n}\n\n.fc-classic-P9h {\n padding-block: 60px\n}\n\n.fc-classic-z5u {\n padding-block: 1px\n}\n\n.fc-classic-a7i {\n padding-inline-start: 2px\n}\n\n.fc-classic-166 {\n padding-top: 2px\n}\n\n.fc-classic-8ub {\n padding-bottom: 2px\n}\n\n.fc-classic-cM0 {\n padding-bottom: 16px\n}\n\n.fc-classic-HXA {\n text-align: center\n}\n\n.fc-classic-2HE {\n text-align: end\n}\n\n.fc-classic-AVD {\n font-size: 24px;\n line-height: calc(2/1.5)\n}\n\n.fc-classic-vQz {\n font-size: 11px;\n line-height: 1.09091\n}\n\n.fc-classic-1Po {\n font-size: 16px;\n line-height: calc(1.5/1)\n}\n\n.fc-classic-9yp {\n font-size: 14px;\n line-height: calc(1.25/.875)\n}\n\n.fc-classic-a3B {\n font-size: 12px;\n line-height: calc(1/.75)\n}\n\n.fc-classic-DIS {\n font-weight: 700\n}\n\n.fc-classic-IPx {\n text-overflow: ellipsis\n}\n\n.fc-classic-TZ4 {\n white-space: nowrap\n}\n\n.fc-classic-jm6 {\n white-space: pre\n}\n\n.fc-classic-taq {\n color: var(--fc-classic-faint-foreground)\n}\n\n.fc-classic-m9h {\n color: var(--fc-classic-muted-foreground)\n}\n\n.fc-classic-GAX {\n color: var(--fc-classic-foreground)\n}\n\n.fc-classic-RnT {\n color: var(--fc-classic-button-foreground)\n}\n\n.fc-classic-i9F {\n color: var(--fc-event-contrast-color)\n}\n\n.fc-classic-L1Y {\n font-style: italic\n}\n\n.fc-classic-lMo {\n opacity: .5\n}\n\n.fc-classic-Q3Z {\n opacity: .65\n}\n\n.fc-classic-iTG {\n opacity: .75\n}\n\n.fc-classic-MGT {\n opacity: var(--fc-classic-background-event-foreground-opacity)\n}\n\n.fc-classic-1kP {\n box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a\n}\n\n.fc-classic-tkw {\n box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a\n}\n\n.fc-classic-qNs {\n box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a\n}\n\n.fc-classic-A3h {\n box-shadow: 0 0 0 1px var(--fc-classic-ring-color, currentcolor)\n}\n\n.fc-classic-yKG {\n --fc-classic-ring-color: var(--fc-classic-background)\n}\n\n.fc-classic-2R2 {\n outline-style: solid;\n outline-width: 1px\n}\n\n.fc-classic-0Bj {\n outline-style: solid;\n outline-width: 2px\n}\n\n.fc-classic-fFh {\n outline-offset: -2px\n}\n\n.fc-classic-3Xj {\n outline-offset: 2px\n}\n\n.fc-classic-lYz {\n outline-color: var(--fc-classic-button-outline)\n}\n\n.fc-classic-zIi {\n outline-color: var(--fc-classic-primary)\n}\n\n.fc-classic-SDU {\n background: linear-gradient(var(--fc-classic-muted), var(--fc-classic-muted))var(--fc-classic-background)\n}\n\n.fc-classic-BaR {\n background: linear-gradient(var(--fc-classic-strong), var(--fc-classic-strong))var(--fc-classic-background)\n}\n\n.fc-classic-mAY:not(:is(:where(.fc-classic-bCs):hover *)) {\n opacity: .65\n}\n\n@media not all and (hover:hover) {\n .fc-classic-mAY {\n opacity: .65\n }\n}\n\n@media not print {\n .fc-classic-hbn {\n background-color: var(--fc-classic-today)\n }\n}\n\n@media (hover:hover) {\n .fc-classic-vs6:is(:where(.fc-classic-bCs):hover *) {\n display: block\n }\n\n .fc-classic-Ogp:is(:where(.fc-classic-bCs):hover *) {\n text-decoration-line: underline\n }\n}\n\n.fc-classic-uk6:first-child {\n border-start-start-radius: 4px;\n border-end-start-radius: 4px\n}\n\n.fc-classic-Tuc:last-child {\n border-start-end-radius: 4px;\n border-end-end-radius: 4px\n}\n\n@media (hover:hover) {\n .fc-classic-bqK:hover {\n border-color: var(--fc-classic-button-strong-border)\n }\n\n .fc-classic-9Rj:hover {\n background-color: var(--fc-classic-button-strong)\n }\n\n .fc-classic-Ubk:hover {\n background-color: var(--fc-classic-faint)\n }\n\n .fc-classic-4yP:hover {\n background-color: var(--fc-classic-muted)\n }\n\n .fc-classic-Eu0:hover {\n text-decoration-line: underline\n }\n}\n\n.fc-classic-OIx:focus-visible {\n background-color: var(--fc-classic-faint)\n}\n\n.fc-classic-tCP:focus-visible {\n background-color: var(--fc-classic-muted)\n}\n\n.fc-classic-uqo:focus-visible {\n outline-style: solid;\n outline-width: 2px\n}\n\n.fc-classic-sOR:focus-visible {\n outline-style: solid;\n outline-width: 3px\n}\n\n.fc-classic-aIH:active {\n border-color: var(--fc-classic-button-strong-border)\n}\n\n.fc-classic-5ky:active {\n background-color: var(--fc-classic-button-strong)\n}\n\n.fc-classic-28F:active {\n background-color: var(--fc-classic-muted)\n}\n\n.fc-classic-8gz:active {\n background-color: var(--fc-classic-strong)\n}\n\n@media print {\n .fc-classic-jsy {\n border-width: 1px\n }\n\n .fc-classic-nQ5 {\n border-color: var(--fc-classic-button-strong-border)\n }\n\n .fc-classic-DO7 {\n border-color: var(--fc-event-color)\n }\n\n .fc-classic-4MR {\n border-color: #000\n }\n\n .fc-classic-vwH {\n background-color: #fff\n }\n\n .fc-classic-cfp {\n color: #000\n }\n}\n\n[dir=rtl] .fc-classic-jY6 {\n rotate: none\n}\n\n[dir=rtl] .fc-classic-asP {\n rotate: 180deg\n}\n", ".wrapper {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\n.calendar {\n flex-grow: 1;\n /* Prevent FullCalendar from entering a redraw loop\n * when the flex-container shifts size;\n * @see https://github.com/fullcalendar/fullcalendar/issues/8076\n */\n min-width: 0;\n}\n\n/* Very narrow 7-column calendars are impossible to read. Set a larger minimum\n * width even if that requires scrolling on small viewports.\n */\n:global(.dayGridMonth).calendar,\n:global(.timeGridWeek).calendar {\n min-width: 480px;\n}\n\n:global(.dayGridMonth).calendar .listItemEventBefore {\n display: none;\n}\n\n\n/* Make it clearer that events are clickable */\n.interactiveEvent {\n cursor: pointer;\n}\n\n/* Put more important title info first */\n.eventTitle { order: 1; }\n.eventTime { order: 2 }\n\n/* Tweak event layout: title can span multiple lines */\n.eventInner { overflow: hidden; }\n.eventTitle {\n white-space: normal;\n overflow: visible;\n}\n\n/* Formatting tweaks */\n.eventTitle { font-weight: 500; }\n.eventTime { font-size: 10px; }\n\n.shortEvent {\n .eventInner {\n flex-direction: column;\n align-items: inherit;\n }\n}\n\n.backgroundEventInner > div {\n opacity: 1;\n}\n\n\n/* For short background events (typical for before/after buffer slots), reduce\n * the vertical padding and shrink the font size so that they overflow less\n * often. */\n.backgroundEvent {\n container-type: size;\n}\n@container (height < 50px) {\n .backgroundEventInner > div {\n font-size: 10px;\n padding-top: 2px;\n }\n}\n\n/* round off background events a little bit */\n.backgroundEvent {\n border-radius: var(--mantine-radius-sm);\n}\n\n/* Keep \"today\" column highlighting similar to react-big-calendar default style */\n:root {\n --fc-classic-today: #b8e0ff4d;\n\n [data-color-scheme=dark] {\n --fc-classic-today: #406e934d;\n }\n}\n\n.nonBusinessHours {\n background-color: light-dark(#0000000A, #FFFFFF2A);\n}\n", "/* appointments and slots can be styled by status */\n.wrapper {\n :global(.appointment) {\n --cal-color: light-dark(var(--mantine-color-white), var(--mantine-color-white));\n --cal-background-color: light-dark(var(--mantine-color-blue-6), var(--mantine-color-blue-8));\n }\n :global(.slot) {\n --cal-color: light-dark(var(--mantine-color-dark-4), var(--mantine-color-gray-4));\n --cal-background-color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-gray-7));\n }\n\n :global(.dayGridMonth) .event:hover {\n background-color: var(--cal-background-color);\n }\n\n\n :global(.appointment.pending) {\n --cal-color: light-dark(var(--mantine-color-blue-8), var(--mantine-color-blue-6));\n --cal-background-color: light-dark(var(--mantine-color-white), var(--mantine-color-black));\n\n /* pending: outlined with border color */\n border: 1px solid var(--cal-color);\n }\n\n :global(.slot.free) {\n --cal-color: light-dark(var(--mantine-color-dark-7), var(--mantine-color-gray-1));\n --cal-background-color: light-dark(var(--mantine-color-green-1), var(--mantine-color-green-9));\n }\n\n .event,\n .backgroundEvent {\n background-color: var(--cal-background-color);\n .eventInner {\n color: var(--cal-color);\n }\n .backgroundEventInner > div {\n color: var(--cal-color);\n }\n }\n\n .eventTitle::after {\n opacity: .7;\n }\n\n /* No status annotation for \"happy path\" status in: pending, booked, arrived, fulfilled */\n :global(.appointment.proposed) {\n .eventTitle::after { content: ' (proposed)'; }\n }\n :global(.appointment.cancelled) {\n .eventTitle::after { content: ' (cancelled)'; }\n }\n :global(.appointment.noshow) {\n .eventTitle::after { content: ' (no show)'; }\n }\n :global(.appointment.entered-in-error) {\n .eventTitle::after { content: ' (entered in error)'; }\n }\n :global(.appointment.checked-in) {\n .eventTitle::after { content: ' (checked in)'; }\n }\n :global(.appointment.waitlist) {\n .eventTitle::after { content: ' (waitlist)'; }\n }\n}\n", "/* Add color strips for appointment statuses */\n:global(.appointment) .eventInner {\n margin-left: 8px;\n\n &::before {\n content: '';\n width: 4px;\n position: absolute;\n top: 2px;\n left: 2px;\n bottom: 2px;\n border-radius: 8px;\n background-color: var(--status-color);\n }\n}\n\n:global(.appointment.pending),\n:global(.appointment.proposed) {\n --status-color: var(--mantine-color-yellow-3);\n}\n\n:global(.appointment.booked),\n:global(.appointment.arrived),\n:global(.appointment.fulfilled),\n:global(.appointment.checked-in) {\n --status-color: var(--mantine-color-blue-3);\n}\n\n:global(.appointment.cancelled),\n:global(.appointment.noshow) {\n --status-color: var(--mantine-color-red-3);\n}\n\n.eventTime {\n color: var(--mantine-color-gray-2);\n}\n", "/* The whole week is one grid, so every day's controls line up on the same\n columns without any of them being given a width of its own. Each block of\n hours is a row, placed by column rather than in document order, so a day's\n second and later blocks simply leave the day column empty. */\n.week {\n display: grid;\n grid-template-columns: repeat(5, max-content) 1fr;\n align-items: center;\n column-gap: var(--mantine-spacing-xs);\n row-gap: var(--mantine-spacing-xs);\n /* Mantine's default input height, so a day with no hours is the same height\n as one with a block of them. */\n grid-auto-rows: minmax(calc(2.25rem * var(--mantine-scale)), auto);\n}\n\n.dayCell {\n grid-column: 1;\n /* A wider gutter between a day and its hours than between the controls. */\n padding-right: var(--mantine-spacing-sm);\n}\n\n.rangeStart {\n grid-column: 2;\n}\n\n.rangeSeparator {\n grid-column: 3;\n}\n\n.rangeEnd {\n grid-column: 4;\n}\n\n.addAction {\n grid-column: 5;\n}\n\n.removeAction {\n grid-column: 6;\n}\n\n.unavailable {\n grid-column: 2 / -1;\n}\n\n/* Sits above the grid, so it matches the row height rather than inheriting it. */\n.overrideToggle {\n min-height: calc(2.25rem * var(--mantine-scale));\n}\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": ["timeGrid", "layout", "form", "results", "wrapper", "calendar", "listItemEventBefore", "interactiveEvent", "eventTitle", "eventTime", "eventInner", "shortEvent", "backgroundEventInner", "backgroundEvent", "nonBusinessHours", "wrapper", "event", "backgroundEvent", "eventInner", "backgroundEventInner", "eventTitle", "eventInner", "eventTime", "week", "dayCell", "rangeStart", "rangeSeparator", "rangeEnd", "addAction", "removeAction", "unavailable", "overrideToggle"]
|
|
3
|
+
"sources": ["../../src/AppointmentFinder/AppointmentFinder.module.css", "../../../../node_modules/@fullcalendar/react/skeleton.css", "../../../../node_modules/@fullcalendar/react/themes/classic/palette.css", "../../../../node_modules/@fullcalendar/react/themes/classic/theme.css", "../../src/CalendarBase/CalendarBase.module.css", "../../src/Calendar/Calendar.module.css", "../../src/MultiCalendar/MultiCalendar.module.css", "../../src/ScheduleAvailabilityEditor/ScheduleAvailabilityEditor.module.css", "../../src/SchedulingWorkspace/CalendarsPanel/CalendarRow.module.css", "../../src/SchedulingWorkspace/CalendarsPanel/SectionHeader.module.css", "../../src/SchedulingWorkspace/SchedulingWorkspace.module.css"],
|
|
4
|
+
"sourcesContent": ["/* Times wrap into as many columns as fit rather than a fixed grid, so a card\n holding four times is not padded out to the width of one holding twenty. */\n.timeGrid {\n row-gap: var(--mantine-spacing-xs);\n}\n\n/* The form, and beside it the times once the search is open. Wraps rather than\n scrolling sideways, so a narrow host stacks the two instead of clipping one. */\n.layout {\n display: flex;\n flex-wrap: wrap;\n gap: var(--mantine-spacing-lg);\n align-items: flex-start;\n}\n\n.form {\n flex: 1 1 300px;\n min-width: 0;\n max-width: 420px;\n}\n\n/* Only present while the time search is open, which is what widens the panel. */\n.results {\n flex: 1 1 380px;\n min-width: 0;\n}\n", "\n:root {\n --fc-sticky-header-footer-z: 3;\n --fc-popover-z: 4;\n}\n\n.fc-nH {\n z-index: var(--fc-popover-z) !important;\n}\n\n.fc-7s {\n isolation: isolate;\n}\n\n/*\nThis will prevent all ancestors from customizing their box size unless they use .contentBox\n*/\n.fc-wa,\n.fc-wa *,\n.fc-wa *:before,\n.fc-wa *:after {\n box-sizing: border-box !important;\n}\n\n/* classes attached to <body> */\n.fc-4m,\n.fc-4m * {\n cursor: not-allowed !important;\n}\n\n.fc-eM {\n -ms-overflow-style: none !important; /* IE and Edge */\n scrollbar-width: none !important; /* Firefox */\n}\n\n/* Hide scrollbar for Chrome, Safari and Opera */\n.fc-eM::-webkit-scrollbar {\n display: none !important;\n}\n\n.fc-Qo {\n flex-shrink: 0 !important;\n}\n\n.fc-fi .fc-fl {\n display: flex !important;\n flex-direction: row !important;\n flex-wrap: wrap !important;\n}\n\n/* HACK for Safari. Can't do break-inside:avoid with flexbox items, likely b/c it's not standard:\n https://stackoverflow.com/a/60256345 */\n.fc-Jf .fc-fl > * {\n float: left !important;\n}\n\n[dir=rtl] .fc-Jf .fc-fl > *,\n.fc-Jf[dir=rtl] .fc-fl > * {\n float: right !important;\n}\n\n.fc-Jf .fc-fl::after {\n content: \"\" !important;\n display: block !important;\n clear: both !important;\n}\n\n.fc-DP {\n cursor: pointer !important;\n}\n\n.fc-An {\n cursor: n-resize !important;\n}\n\n.fc-lZ {\n cursor: s-resize !important;\n}\n\n.fc-9V {\n cursor: w-resize !important;\n}\n\n[dir=rtl] .fc-9V {\n cursor: e-resize !important;\n}\n\n.fc-70 {\n cursor: e-resize !important;\n}\n\n[dir=rtl] .fc-70 {\n cursor: w-resize !important;\n}\n\n.fc-gQ {\n cursor: col-resize !important;\n}\n\n.fc-mN,\n.fc-2d,\n.fc-B0 {\n position: absolute !important;\n box-sizing: content-box !important;\n width: 100% !important;\n height: 100% !important;\n}\n\n.fc-mN {\n padding: 10px !important;\n margin: -10px !important;\n}\n\n.fc-2d {\n padding-left: 10px !important;\n padding-right: 10px !important;\n margin-left: -10px !important;\n margin-right: -10px !important;\n}\n\n.fc-B0 {\n padding-top: 10px !important;\n padding-bottom: 10px !important;\n margin-top: -10px !important;\n margin-bottom: -10px !important;\n}\n\n/* QUESTION: why not use -left -right instead of negative margins/padding for ALL? */\n.fc-Z1 {\n position: absolute;\n top: 0;\n bottom: 0;\n left: -5px;\n right: -5px;\n}\n\n.fc-1Y {\n -webkit-user-select: none;\n -moz-user-select: none;\n user-select: none;\n}\n\n.fc-a9 {\n visibility: hidden;\n}\n\n/* Border Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n/* TODO: break-out to x and y. don't have \"only\" all */\n/* TODO: instead of \"border\" utils, call them \"borderless\" to subtract? */\n\n.fc-Tu {\n border: 0 !important;\n}\n\n.fc-hU {\n border-left: 0 !important;\n border-right: 0 !important;\n border-bottom: 0 !important;\n}\n\n.fc-3e {\n border-top: 0 !important;\n border-left: 0 !important;\n border-right: 0 !important;\n}\n\n.fc-PB,\n.fc-II {\n border-top: 0 !important;\n border-bottom: 0 !important;\n}\n\n.fc-PB {\n border-inline-end: 0 !important;\n}\n\n.fc-II {\n border-inline-start: 0 !important;\n}\n\n.fc-MQ {\n border-left: 0 !important;\n border-right: 0 !important;\n}\n\n.fc-Vo {\n border-top: 0 !important;\n border-bottom: 0 !important;\n}\n\n/* for matching cell start-border, assumed to be 1px, which can't be guaranteed */\n.fc-2l {\n border-inline-start: 1px solid transparent !important;\n}\n\n/* Flexbox Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Ao {\n display: flex !important;\n flex-direction: row !important;\n}\n\n.fc-HH {\n display: flex !important;\n flex-direction: column !important;\n}\n\n.fc-GV {\n flex-grow: 1 !important;\n}\n\n.fc-g2 {\n flex-grow: 1 !important;\n flex-basis: 0 !important;\n min-width: 0 !important;\n min-height: 0 !important;\n}\n\n.fc-Ot {\n min-height: 0 !important;\n}\n\n/*\nTODO: use liquidX/Y elsewhere because frees up min other dimension; less collisions\n*/\n.fc-hp {\n flex-grow: 1 !important;\n flex-basis: 0 !important;\n min-width: 0 !important;\n}\n\n/* Print-Safe Utils (media:screen ONLY) */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-fi .fc-uD,\n.fc-fi .fc-jM {\n display: flex !important;\n flex-direction: column !important;\n}\n\n/* Table Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-OJ {\n padding: 0 !important;\n}\n\n.fc-oE {\n margin: 0 !important;\n}\n\n.fc-V3 {\n margin-top: 0 !important;\n margin-bottom: 0 !important;\n}\n\n.fc-SS {\n margin-left: 0 !important;\n margin-right: 0 !important;\n}\n\n.fc-y2 {\n white-space: nowrap !important;\n}\n\n.fc-CN {\n white-space: pre !important;\n}\n\n/* Misc Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-gZ {\n overflow-anchor: none;\n}\n\n.fc-FA {\n overflow: hidden !important;\n}\n\n/*\nTODO: eventually use this on daygrid/timegrid events' inner, time, and title, FOR PRINT\nNeeded to prevent wrapping to multiple lines, increasing height, throwing off print-positioning,\nwhich can't rely on dynamic height detection after print-flag activated.\n*/\n.fc-7T {\n white-space: nowrap !important;\n overflow: hidden !important;\n}\n\n.fc-cc {\n position: relative !important;\n}\n\n.fc-H0 {\n position: absolute !important;\n}\n\n.fc-6t {\n inset-inline-start: 0 !important;\n}\n\n.fc-ct {\n position: absolute !important;\n top: 0 !important;\n left: 0 !important;\n right: 0 !important;\n bottom: 0 !important;\n}\n\n.fc-iv,\n.fc-Uu {\n position: absolute !important;\n left: 0 !important;\n right: 0 !important;\n}\n\n.fc-7k,\n.fc-Yw {\n position: absolute !important;\n top: 0 !important;\n bottom: 0 !important;\n}\n\n.fc-iv {\n top: 0 !important;\n}\n\n.fc-Yw {\n left: 0 !important;\n right: 0 !important;\n width: 0 !important;\n}\n\n@media not print {\n .fc-Ip {\n position: sticky !important;\n }\n\n .fc-CS {\n position: sticky !important;\n top: 0 !important;\n }\n\n /* Sticks to either left or right (the flex \"start\") depending on ltr/rtl */\n .fc-tT {\n position: sticky !important;\n inset-inline-start: 0 !important;\n }\n\n .fc-hy {\n position: sticky !important;\n top: 0 !important;\n z-index: var(--fc-sticky-header-footer-z) !important;\n }\n}\n\n/* Only needed when padding/border must be separate from width/height */\n.fc-Np {\n box-sizing: content-box !important;\n}\n\n.fc-aP {\n position: absolute !important;\n left: -10000px !important;\n}\n\n.fc-6H {\n align-items: center !important;\n}\n\n.fc-K8 {\n align-items: flex-start !important;\n}\n\n.fc-E3 {\n align-items: flex-end !important;\n}\n\n/* Footer Scrollbar */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Px {\n position: sticky !important;\n bottom: 0 !important;\n z-index: var(--fc-sticky-header-footer-z) !important;\n}\n\n.fc-J4 > * {\n margin-top: -1px !important;\n}\n\n.fc-J4 > * > * {\n height: 1px !important;\n}\n\n/* Print-Safe Utils */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Jf .fc-Yi {\n -moz-column-break-inside: avoid !important;\n break-inside: avoid !important;\n}\n\n.fc-Jf .fc-uD {\n display: table !important;\n table-layout: fixed !important;\n width: 100% !important;\n border-spacing: 0 !important;\n border-collapse: separate !important;\n}\n\n.fc-Jf .fc-jM {\n display: table-header-group !important;\n -moz-column-break-inside: avoid !important;\n break-inside: avoid !important;\n background: #fff !important;\n z-index: 9999 !important;\n position: relative !important;\n}\n\n.fc-fx {\n /* min-height when multiple rows coexist, provides sane aspect-ratio for cells */\n min-height: 6em !important;\n}\n\n/* Z-index */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-BS {\n z-index: 0;\n}\n\n.fc-iu {\n z-index: 1;\n}\n\n.fc-Bk:focus-visible {\n z-index: 2;\n}\n\n/* INTERNAL MARKER -- used to mark an element for internal significance */\n/* ------------------------------------------------------------------------------------------------- */\n\n.fc-Nm {}\n\n.fc-Ft {}\n.fc-lc {}\n.fc-uL {}\n.fc-Bv {}\n.fc-Qk {}\n.fc-9X {}\n.fc-Sj {}\n.fc-DL {}\n\n.fc-oP {}\n\n.fc-R2 {}\n\n.fc-SW {}\n\n.fc-Cs {}\n\n.fc-LQ {}\n\n.fc-dT {}\n", "\n:root {\n /* buttons */\n --fc-classic-button: #334155;\n --fc-classic-button-border: #334155;\n --fc-classic-button-strong: #1e293b;\n --fc-classic-button-strong-border: #0f172a;\n --fc-classic-button-outline: #47556980;\n --fc-classic-button-foreground: #fff;\n\n /* primary */\n --fc-classic-primary: #3788d8;\n --fc-classic-primary-foreground: #fff;\n\n /* calendar content */\n --fc-classic-event: var(--fc-classic-primary);\n --fc-classic-event-contrast: var(--fc-classic-primary-foreground);\n --fc-classic-background-event: #22c55e;\n --fc-classic-background-event-opacity: 15%;\n --fc-classic-background-event-foreground-opacity: 50%;\n --fc-classic-highlight: #cffafe66;\n --fc-classic-today: #facc1526;\n --fc-classic-now: #ef4444;\n /* non-colors */\n --fc-classic-small-dot-width: 8px;\n --fc-classic-large-dot-width: 10px;\n\n /* neutral backgrounds */\n --fc-classic-background: #ffffff;\n --fc-classic-faint: #0000000A;\n --fc-classic-muted: #00000014;\n --fc-classic-strong: #00000024;\n\n /* neutral foregrounds */\n --fc-classic-foreground: #030712;\n --fc-classic-faint-foreground: #9ca3af;\n --fc-classic-muted-foreground: #6b7280;\n\n /* neutral borders */\n --fc-classic-border: #ddd;\n --fc-classic-strong-border: #9ca3af;\n}\n\n@media not print {\n [data-color-scheme=dark] {\n /* calendar content */\n --fc-classic-highlight: #3b82f633;\n --fc-classic-today: #fef08a1A;\n\n /* neutral backgrounds */\n --fc-classic-background: #030712;\n --fc-classic-faint: #ffffff0A;\n --fc-classic-muted: #ffffff14;\n --fc-classic-strong: #ffffff24;\n\n /* neutral foregrounds */\n --fc-classic-foreground: #fff;\n --fc-classic-faint-foreground: #4b5563;\n --fc-classic-muted-foreground: #9ca3af;\n\n /* neutral borders */\n --fc-classic-border: #1f2937;\n --fc-classic-strong-border: #374151;\n }\n}\n\n", ".fc-classic-n5m {\n font-size: 16px;\n line-height: 1.5;\n --fc-classic-border-style: solid;\n}\n\n.fc-classic-Z9U {\n appearance: button;\n font: inherit;\n font-feature-settings: inherit;\n font-variation-settings: inherit;\n letter-spacing: inherit;\n color: inherit;\n opacity: 1;\n background-color: #0000;\n border-radius: 0;\n margin: 0;\n border: 0;\n padding: 0\n}\n\n.fc-classic-JiE {\n color: inherit;\n text-decoration: inherit;\n}\n\n.fc-classic-3Lc {\n pointer-events: none\n}\n\n.fc-classic-1EY {\n position: absolute\n}\n\n.fc-classic-eYX {\n position: relative\n}\n\n.fc-classic-OUe {\n position: sticky\n}\n\n.fc-classic-MaV {\n inset-inline: 0\n}\n\n.fc-classic-AWB {\n inset-block: 0\n}\n\n.fc-classic-11a {\n inset-inline-start: -4px\n}\n\n.fc-classic-rbS {\n inset-inline-start: 0\n}\n\n.fc-classic-bEw {\n inset-inline-end: -4px\n}\n\n.fc-classic-2w8 {\n inset-inline-end: 2px\n}\n\n.fc-classic-dnf {\n inset-inline-end: -3px\n}\n\n.fc-classic-YDC {\n top: -4px\n}\n\n.fc-classic-n9G {\n top: 0\n}\n\n.fc-classic-2ik {\n top: 2px\n}\n\n.fc-classic-ERR {\n top: 50%\n}\n\n.fc-classic-fJL {\n bottom: -4px\n}\n\n.fc-classic-jGI {\n bottom: 0\n}\n\n.fc-classic-1V6 {\n left: 50%\n}\n\n.fc-classic-88I {\n order: -1\n}\n\n.fc-classic-gMS {\n margin: 4px\n}\n\n.fc-classic-bvX {\n margin: 8px\n}\n\n.fc-classic-jD5 {\n margin: 16px\n}\n\n.fc-classic-J04 {\n margin-inline: -5px\n}\n\n.fc-classic-cKZ {\n margin-inline: 2px\n}\n\n.fc-classic-rVY {\n margin-inline: 4px\n}\n\n.fc-classic-fn8 {\n margin-inline: 8px\n}\n\n.fc-classic-148 {\n margin-inline: 1px\n}\n\n.fc-classic-cJ3 {\n margin-block: 2px\n}\n\n.fc-classic-V9v {\n margin-block: 4px\n}\n\n.fc-classic-2tF {\n margin-block: 8px\n}\n\n.fc-classic-Jzj {\n margin-inline-start: 2px\n}\n\n.fc-classic-Mde {\n margin-inline-start: 8px\n}\n\n.fc-classic-qvL {\n margin-inline-start: 1px\n}\n\n.fc-classic-kp0 {\n margin-inline-end: -4px\n}\n\n.fc-classic-3e1 {\n margin-inline-end: 2px\n}\n\n.fc-classic-B3G {\n margin-inline-end: 2.5%\n}\n\n.fc-classic-9hC {\n margin-inline-end: 1px\n}\n\n.fc-classic-Dq8 {\n margin-top: -4px\n}\n\n.fc-classic-a10 {\n margin-top: -5px\n}\n\n.fc-classic-Ika {\n margin-bottom: 1px\n}\n\n.fc-classic-nHS {\n margin-bottom: -1px\n}\n\n.fc-classic-F99 {\n margin-left: -4px\n}\n\n.fc-classic-eF2 {\n display: contents\n}\n\n.fc-classic-I48 {\n display: block\n}\n\n.fc-classic-dl1 {\n display: flex\n}\n\n.fc-classic-i3N {\n display: grid\n}\n\n.fc-classic-pps {\n display: none\n}\n\n.fc-classic-3wQ {\n width: 8px;\n height: 8px\n}\n\n.fc-classic-vnf {\n width: 16px;\n height: 16px\n}\n\n.fc-classic-XUJ {\n width: 20px;\n height: 20px\n}\n\n.fc-classic-uuA {\n height: 8px\n}\n\n.fc-classic-zrJ {\n height: 12px\n}\n\n.fc-classic-84e {\n min-height: 2px\n}\n\n.fc-classic-mhE {\n min-height: 12px\n}\n\n.fc-classic-toR {\n min-height: 1px\n}\n\n.fc-classic-roZ {\n width: 50%\n}\n\n.fc-classic-hza {\n width: 8px\n}\n\n.fc-classic-4Tv {\n width: 5px\n}\n\n.fc-classic-kMV {\n max-width: 200px\n}\n\n.fc-classic-2KU {\n min-width: 0\n}\n\n.fc-classic-aNc {\n min-width: 220px\n}\n\n.fc-classic-yi0 {\n flex-shrink: 0\n}\n\n.fc-classic-1Zl {\n flex-shrink: 1\n}\n\n.fc-classic-OLq {\n flex-shrink: 100\n}\n\n.fc-classic-1El {\n flex-grow: 1\n}\n\n.fc-classic-jmT {\n rotate: 180deg\n}\n\n.fc-classic-sgX {\n flex-direction: column\n}\n\n.fc-classic-1sP {\n flex-direction: row\n}\n\n.fc-classic-dNl {\n flex-wrap: wrap\n}\n\n.fc-classic-XpK {\n align-items: center\n}\n\n.fc-classic-N2M {\n justify-content: space-between\n}\n\n.fc-classic-E9P {\n justify-content: center\n}\n\n.fc-classic-LMv {\n justify-content: flex-end\n}\n\n.fc-classic-aTF {\n gap: 2px\n}\n\n.fc-classic-NWN {\n gap: 4px\n}\n\n.fc-classic-wwb {\n gap: 12px\n}\n\n.fc-classic-yth {\n gap: 20px\n}\n\n.fc-classic-sI7 {\n align-self: flex-start\n}\n\n.fc-classic-pKG {\n overflow: hidden\n}\n\n.fc-classic-Ig4 {\n border-radius: 4px\n}\n\n.fc-classic-AAA {\n border-radius: 3.40282e38px\n}\n\n.fc-classic-Fvv {\n border-radius: 4px\n}\n\n.fc-classic-kmj {\n border-start-start-radius: 4px;\n border-end-start-radius: 4px\n}\n\n.fc-classic-Skl {\n border-start-end-radius: 4px;\n border-end-end-radius: 4px\n}\n\n.fc-classic-C2g {\n border-end-end-radius: 4px\n}\n\n.fc-classic-Z7Q {\n border-top-left-radius: 4px;\n border-top-right-radius: 4px\n}\n\n.fc-classic-2qh {\n border-bottom-right-radius: 4px;\n border-bottom-left-radius: 4px\n}\n\n.fc-classic-wsy {\n border-style: var(--fc-classic-border-style);\n border-width: 1px\n}\n\n.fc-classic-5JF {\n border-style: var(--fc-classic-border-style);\n border-width: 4px\n}\n\n.fc-classic-yDA {\n border-style: var(--fc-classic-border-style);\n border-width: 5px\n}\n\n.fc-classic-Mjo {\n border-style: var(--fc-classic-border-style);\n border-width: calc(var(--fc-classic-small-dot-width) / 2)\n}\n\n.fc-classic-GOm {\n border-style: var(--fc-classic-border-style);\n border-width: calc(var(--fc-classic-large-dot-width) / 2)\n}\n\n.fc-classic-1Wx {\n border-inline-style: var(--fc-classic-border-style);\n border-inline-width: 1px\n}\n\n.fc-classic-ybF {\n border-inline-style: var(--fc-classic-border-style);\n border-inline-width: 5px\n}\n\n.fc-classic-JIC {\n border-block-style: var(--fc-classic-border-style);\n border-block-width: 1px\n}\n\n.fc-classic-XM3 {\n border-block-style: var(--fc-classic-border-style);\n border-block-width: 5px\n}\n\n.fc-classic-3J4 {\n border-inline-start-style: var(--fc-classic-border-style);\n border-inline-start-width: 1px\n}\n\n.fc-classic-hhi {\n border-inline-start-style: var(--fc-classic-border-style);\n border-inline-start-width: 5px\n}\n\n.fc-classic-jIH {\n border-inline-start-style: var(--fc-classic-border-style);\n border-inline-start-width: 6px\n}\n\n.fc-classic-USt {\n border-inline-end-style: var(--fc-classic-border-style);\n border-inline-end-width: 1px\n}\n\n.fc-classic-Bda {\n border-inline-end-style: var(--fc-classic-border-style);\n border-inline-end-width: 5px\n}\n\n.fc-classic-ku3 {\n border-top-style: var(--fc-classic-border-style);\n border-top-width: 1px\n}\n\n.fc-classic-bLA {\n border-top-style: var(--fc-classic-border-style);\n border-top-width: 6px\n}\n\n.fc-classic-zi1 {\n border-bottom-style: var(--fc-classic-border-style);\n border-bottom-width: 1px\n}\n\n.fc-classic-TN2 {\n --fc-classic-border-style: dotted;\n border-style: dotted\n}\n\n.fc-classic-C1x {\n border-color: var(--fc-classic-border)\n}\n\n.fc-classic-sYT {\n border-color: var(--fc-classic-now)\n}\n\n.fc-classic-0Pr {\n border-color: var(--fc-classic-primary)\n}\n\n.fc-classic-vXO {\n border-color: var(--fc-classic-button-border)\n}\n\n.fc-classic-rQI {\n border-color: var(--fc-classic-button-strong-border)\n}\n\n.fc-classic-C0k {\n border-color: var(--fc-classic-strong-border)\n}\n\n.fc-classic-lNM {\n border-color: var(--fc-event-color)\n}\n\n.fc-classic-d0j {\n border-color: #0000\n}\n\n.fc-classic-Pqk {\n border-inline-color: #0000\n}\n\n.fc-classic-rif {\n border-block-color: #0000\n}\n\n.fc-classic-0qY {\n border-inline-start-color: var(--fc-classic-now)\n}\n\n.fc-classic-LaM {\n border-inline-start-color: #000\n}\n\n.fc-classic-5JV {\n border-inline-end-color: #000\n}\n\n.fc-classic-1Aa {\n border-top-color: var(--fc-classic-now)\n}\n\n.fc-classic-Jk3 {\n background-color: var(--fc-classic-background)\n}\n\n.fc-classic-iYS {\n background-color: var(--fc-classic-faint)\n}\n\n.fc-classic-hLU {\n background-color: var(--fc-classic-highlight)\n}\n\n.fc-classic-k3f {\n background-color: var(--fc-classic-muted)\n}\n\n.fc-classic-YjJ {\n background-color: var(--fc-event-color)\n}\n\n@media not print {\n @supports (color:color-mix(in lab, red, red)) {\n .fc-classic-hsC {\n background-color: color-mix(in oklab, var(--fc-event-color) var(--fc-classic-background-event-opacity), transparent)\n }\n }\n @supports not (color:color-mix(in lab, red, red)) {\n .fc-classic-hsC {\n position: relative;\n isolation: isolate\n }\n .fc-classic-hsC:before {\n content: '';\n position: absolute;\n inset: 0;\n background-color: var(--fc-event-color);\n opacity: var(--fc-classic-background-event-opacity);\n z-index: -1\n }\n }\n}\n\n.fc-classic-JWq {\n background-color: var(--fc-classic-button)\n}\n\n.fc-classic-Adi {\n background-color: var(--fc-classic-button-strong)\n}\n\n.fc-classic-KUX {\n padding: 2px\n}\n\n.fc-classic-XJa {\n padding: 6px\n}\n\n.fc-classic-3N5 {\n padding: 8px\n}\n\n.fc-classic-7A6 {\n padding: 1px\n}\n\n.fc-classic-oQ2 {\n padding-inline: 2px\n}\n\n.fc-classic-Eaq {\n padding-inline: 10px\n}\n\n.fc-classic-Apf {\n padding-inline: 12px\n}\n\n.fc-classic-F1o {\n padding-inline: 1px\n}\n\n.fc-classic-2rx {\n padding-block: 2px\n}\n\n.fc-classic-Jhn {\n padding-block: 4px\n}\n\n.fc-classic-End {\n padding-block: 6px\n}\n\n.fc-classic-dl6 {\n padding-block: 8px\n}\n\n.fc-classic-P9h {\n padding-block: 60px\n}\n\n.fc-classic-z5u {\n padding-block: 1px\n}\n\n.fc-classic-a7i {\n padding-inline-start: 2px\n}\n\n.fc-classic-166 {\n padding-top: 2px\n}\n\n.fc-classic-8ub {\n padding-bottom: 2px\n}\n\n.fc-classic-cM0 {\n padding-bottom: 16px\n}\n\n.fc-classic-HXA {\n text-align: center\n}\n\n.fc-classic-2HE {\n text-align: end\n}\n\n.fc-classic-AVD {\n font-size: 24px;\n line-height: calc(2/1.5)\n}\n\n.fc-classic-vQz {\n font-size: 11px;\n line-height: 1.09091\n}\n\n.fc-classic-1Po {\n font-size: 16px;\n line-height: calc(1.5/1)\n}\n\n.fc-classic-9yp {\n font-size: 14px;\n line-height: calc(1.25/.875)\n}\n\n.fc-classic-a3B {\n font-size: 12px;\n line-height: calc(1/.75)\n}\n\n.fc-classic-DIS {\n font-weight: 700\n}\n\n.fc-classic-IPx {\n text-overflow: ellipsis\n}\n\n.fc-classic-TZ4 {\n white-space: nowrap\n}\n\n.fc-classic-jm6 {\n white-space: pre\n}\n\n.fc-classic-taq {\n color: var(--fc-classic-faint-foreground)\n}\n\n.fc-classic-m9h {\n color: var(--fc-classic-muted-foreground)\n}\n\n.fc-classic-GAX {\n color: var(--fc-classic-foreground)\n}\n\n.fc-classic-RnT {\n color: var(--fc-classic-button-foreground)\n}\n\n.fc-classic-i9F {\n color: var(--fc-event-contrast-color)\n}\n\n.fc-classic-L1Y {\n font-style: italic\n}\n\n.fc-classic-lMo {\n opacity: .5\n}\n\n.fc-classic-Q3Z {\n opacity: .65\n}\n\n.fc-classic-iTG {\n opacity: .75\n}\n\n.fc-classic-MGT {\n opacity: var(--fc-classic-background-event-foreground-opacity)\n}\n\n.fc-classic-1kP {\n box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a\n}\n\n.fc-classic-tkw {\n box-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a\n}\n\n.fc-classic-qNs {\n box-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a\n}\n\n.fc-classic-A3h {\n box-shadow: 0 0 0 1px var(--fc-classic-ring-color, currentcolor)\n}\n\n.fc-classic-yKG {\n --fc-classic-ring-color: var(--fc-classic-background)\n}\n\n.fc-classic-2R2 {\n outline-style: solid;\n outline-width: 1px\n}\n\n.fc-classic-0Bj {\n outline-style: solid;\n outline-width: 2px\n}\n\n.fc-classic-fFh {\n outline-offset: -2px\n}\n\n.fc-classic-3Xj {\n outline-offset: 2px\n}\n\n.fc-classic-lYz {\n outline-color: var(--fc-classic-button-outline)\n}\n\n.fc-classic-zIi {\n outline-color: var(--fc-classic-primary)\n}\n\n.fc-classic-SDU {\n background: linear-gradient(var(--fc-classic-muted), var(--fc-classic-muted))var(--fc-classic-background)\n}\n\n.fc-classic-BaR {\n background: linear-gradient(var(--fc-classic-strong), var(--fc-classic-strong))var(--fc-classic-background)\n}\n\n.fc-classic-mAY:not(:is(:where(.fc-classic-bCs):hover *)) {\n opacity: .65\n}\n\n@media not all and (hover:hover) {\n .fc-classic-mAY {\n opacity: .65\n }\n}\n\n@media not print {\n .fc-classic-hbn {\n background-color: var(--fc-classic-today)\n }\n}\n\n@media (hover:hover) {\n .fc-classic-vs6:is(:where(.fc-classic-bCs):hover *) {\n display: block\n }\n\n .fc-classic-Ogp:is(:where(.fc-classic-bCs):hover *) {\n text-decoration-line: underline\n }\n}\n\n.fc-classic-uk6:first-child {\n border-start-start-radius: 4px;\n border-end-start-radius: 4px\n}\n\n.fc-classic-Tuc:last-child {\n border-start-end-radius: 4px;\n border-end-end-radius: 4px\n}\n\n@media (hover:hover) {\n .fc-classic-bqK:hover {\n border-color: var(--fc-classic-button-strong-border)\n }\n\n .fc-classic-9Rj:hover {\n background-color: var(--fc-classic-button-strong)\n }\n\n .fc-classic-Ubk:hover {\n background-color: var(--fc-classic-faint)\n }\n\n .fc-classic-4yP:hover {\n background-color: var(--fc-classic-muted)\n }\n\n .fc-classic-Eu0:hover {\n text-decoration-line: underline\n }\n}\n\n.fc-classic-OIx:focus-visible {\n background-color: var(--fc-classic-faint)\n}\n\n.fc-classic-tCP:focus-visible {\n background-color: var(--fc-classic-muted)\n}\n\n.fc-classic-uqo:focus-visible {\n outline-style: solid;\n outline-width: 2px\n}\n\n.fc-classic-sOR:focus-visible {\n outline-style: solid;\n outline-width: 3px\n}\n\n.fc-classic-aIH:active {\n border-color: var(--fc-classic-button-strong-border)\n}\n\n.fc-classic-5ky:active {\n background-color: var(--fc-classic-button-strong)\n}\n\n.fc-classic-28F:active {\n background-color: var(--fc-classic-muted)\n}\n\n.fc-classic-8gz:active {\n background-color: var(--fc-classic-strong)\n}\n\n@media print {\n .fc-classic-jsy {\n border-width: 1px\n }\n\n .fc-classic-nQ5 {\n border-color: var(--fc-classic-button-strong-border)\n }\n\n .fc-classic-DO7 {\n border-color: var(--fc-event-color)\n }\n\n .fc-classic-4MR {\n border-color: #000\n }\n\n .fc-classic-vwH {\n background-color: #fff\n }\n\n .fc-classic-cfp {\n color: #000\n }\n}\n\n[dir=rtl] .fc-classic-jY6 {\n rotate: none\n}\n\n[dir=rtl] .fc-classic-asP {\n rotate: 180deg\n}\n", ".wrapper {\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n\n.calendar {\n flex-grow: 1;\n /* Prevent FullCalendar from entering a redraw loop\n * when the flex-container shifts size;\n * @see https://github.com/fullcalendar/fullcalendar/issues/8076\n */\n min-width: 0;\n}\n\n/* Very narrow 7-column calendars are impossible to read. Set a larger minimum\n * width even if that requires scrolling on small viewports.\n */\n:global(.dayGridMonth).calendar,\n:global(.timeGridWeek).calendar {\n min-width: 480px;\n}\n\n:global(.dayGridMonth).calendar .listItemEventBefore {\n display: none;\n}\n\n\n/* Make it clearer that events are clickable */\n.interactiveEvent {\n cursor: pointer;\n}\n\n.selectableDay {\n cursor: pointer;\n}\n\n.selectableDay:hover {\n background-color: light-dark(#0000000a, #ffffff14);\n}\n\n.selectedRange {\n background-color: light-dark(#228be62e, #4dabf73d);\n}\n\n/* Put more important title info first */\n.eventTitle { order: 1; }\n.eventTime { order: 2 }\n\n/* Tweak event layout: title can span multiple lines */\n.eventInner { overflow: hidden; }\n.eventTitle {\n white-space: normal;\n overflow: visible;\n}\n\n/* Formatting tweaks */\n.eventTitle { font-weight: 500; }\n.eventTime { font-size: 10px; }\n\n.shortEvent {\n .eventInner {\n flex-direction: column;\n align-items: inherit;\n }\n}\n\n.backgroundEventInner > div {\n opacity: 1;\n}\n\n\n/* For short background events (typical for before/after buffer slots), reduce\n * the vertical padding and shrink the font size so that they overflow less\n * often. */\n.backgroundEvent {\n container-type: size;\n}\n@container (height < 50px) {\n .backgroundEventInner > div {\n font-size: 10px;\n padding-top: 2px;\n }\n}\n\n/* round off background events a little bit */\n.backgroundEvent {\n border-radius: var(--mantine-radius-sm);\n}\n\n/* Keep \"today\" column highlighting similar to react-big-calendar default style */\n:root {\n --fc-classic-today: #b8e0ff4d;\n\n [data-color-scheme=dark] {\n --fc-classic-today: #406e934d;\n }\n}\n\n.nonBusinessHours {\n background-color: light-dark(#0000000A, #FFFFFF2A);\n}\n\n:global(.dayGridMonth) .event {\n background-color: var(--fc-event-color);\n\n .eventInner {\n color: var(--fc-event-contrast-color);\n }\n}\n", "/* appointments and slots can be styled by status */\n.wrapper {\n :global(.appointment) {\n --cal-color: light-dark(var(--mantine-color-white), var(--mantine-color-white));\n --cal-background-color: light-dark(var(--mantine-color-blue-6), var(--mantine-color-blue-8));\n }\n :global(.slot) {\n --cal-color: light-dark(var(--mantine-color-dark-4), var(--mantine-color-gray-4));\n --cal-background-color: light-dark(var(--mantine-color-gray-4), var(--mantine-color-gray-7));\n }\n\n :global(.dayGridMonth) .event:hover {\n background-color: var(--cal-background-color);\n }\n\n\n :global(.appointment.pending) {\n --cal-color: light-dark(var(--mantine-color-blue-8), var(--mantine-color-blue-6));\n --cal-background-color: light-dark(var(--mantine-color-white), var(--mantine-color-black));\n\n /* pending: outlined with border color */\n border: 1px solid var(--cal-color);\n }\n\n :global(.slot.free) {\n --cal-color: light-dark(var(--mantine-color-dark-7), var(--mantine-color-gray-1));\n --cal-background-color: light-dark(var(--mantine-color-green-1), var(--mantine-color-green-9));\n }\n\n .event,\n .backgroundEvent {\n background-color: var(--cal-background-color);\n .eventInner {\n color: var(--cal-color);\n }\n .backgroundEventInner > div {\n color: var(--cal-color);\n }\n }\n\n .eventTitle::after {\n opacity: .7;\n }\n\n /* No status annotation for \"happy path\" status in: pending, booked, arrived, fulfilled */\n :global(.appointment.proposed) {\n .eventTitle::after { content: ' (proposed)'; }\n }\n :global(.appointment.cancelled) {\n .eventTitle::after { content: ' (cancelled)'; }\n }\n :global(.appointment.noshow) {\n .eventTitle::after { content: ' (no show)'; }\n }\n :global(.appointment.entered-in-error) {\n .eventTitle::after { content: ' (entered in error)'; }\n }\n :global(.appointment.checked-in) {\n .eventTitle::after { content: ' (checked in)'; }\n }\n :global(.appointment.waitlist) {\n .eventTitle::after { content: ' (waitlist)'; }\n }\n}\n", "/* Add color strips for appointment statuses */\n:global(.appointment) .eventInner {\n margin-left: 8px;\n\n &::before {\n content: '';\n width: 4px;\n position: absolute;\n top: 2px;\n left: 2px;\n bottom: 2px;\n border-radius: 8px;\n background-color: var(--status-color);\n }\n}\n\n:global(.appointment.pending),\n:global(.appointment.proposed) {\n --status-color: var(--mantine-color-yellow-3);\n}\n\n:global(.appointment.booked),\n:global(.appointment.arrived),\n:global(.appointment.fulfilled),\n:global(.appointment.checked-in) {\n --status-color: var(--mantine-color-blue-3);\n}\n\n:global(.appointment.cancelled),\n:global(.appointment.noshow) {\n --status-color: var(--mantine-color-red-3);\n}\n\n.eventTime {\n color: var(--mantine-color-gray-2);\n}\n", "/* The whole week is one grid, so every day's controls line up on the same\n columns without any of them being given a width of its own. Each block of\n hours is a row, placed by column rather than in document order, so a day's\n second and later blocks simply leave the day column empty. */\n.week {\n display: grid;\n grid-template-columns: repeat(5, max-content) 1fr;\n align-items: center;\n column-gap: var(--mantine-spacing-xs);\n row-gap: var(--mantine-spacing-xs);\n /* Mantine's default input height, so a day with no hours is the same height\n as one with a block of them. */\n grid-auto-rows: minmax(calc(2.25rem * var(--mantine-scale)), auto);\n}\n\n.dayCell {\n grid-column: 1;\n /* A wider gutter between a day and its hours than between the controls. */\n padding-right: var(--mantine-spacing-sm);\n}\n\n.rangeStart {\n grid-column: 2;\n}\n\n.rangeSeparator {\n grid-column: 3;\n}\n\n.rangeEnd {\n grid-column: 4;\n}\n\n.addAction {\n grid-column: 5;\n}\n\n.removeAction {\n grid-column: 6;\n}\n\n.unavailable {\n grid-column: 2 / -1;\n}\n\n/* Sits above the grid, so it matches the row height rather than inheriting it. */\n.overrideToggle {\n min-height: calc(2.25rem * var(--mantine-scale));\n}\n", "/* CalendarRow.module.css */\n\n.row {\n width: 100%;\n padding: 6px 8px;\n border-radius: var(--mantine-radius-sm);\n text-align: left;\n}\n\n.row[data-interactive] {\n cursor: pointer;\n}\n\n.row[data-interactive]:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n}\n\n.eyeSlot {\n display: flex;\n}\n\n.eyeOff {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2));\n}\n\n.eyeHint {\n color: light-dark(var(--mantine-color-gray-5), var(--mantine-color-dark-2));\n opacity: 0;\n transition: opacity 0.15s ease;\n}\n\n.row:hover .eyeHint {\n opacity: 1;\n}\n", ".chevron {\n transition: transform 0.2s ease;\n cursor: pointer;\n color: light-dark(var(--mantine-color-gray-7), var(--mantine-color-dark-1));\n}\n\n.chevron[data-collapsed] {\n transform: rotate(-90deg);\n}\n\n.chevron:hover {\n background-color: light-dark(var(--mantine-color-gray-0), var(--mantine-color-dark-6));\n}\n\n.title {\n cursor: pointer;\n}\n", "/* SchedulingWorkspace.module.css */\n\n.root {\n display: flex;\n align-items: stretch;\n gap: var(--mantine-spacing-md);\n height: 100%;\n width: 100%;\n}\n\n.sidebar {\n flex-shrink: 0;\n width: 300px;\n overflow-y: auto;\n}\n\n.calendar {\n position: relative;\n flex: 1;\n min-width: 0;\n overflow-x: auto;\n}\n\n/* The booking form, only present while a day is being booked. */\n.bookingPane {\n flex-shrink: 0;\n width: 320px;\n overflow-y: auto;\n}\n\n.bookingPaneWide {\n width: 760px;\n}\n\n.alert {\n margin-bottom: var(--mantine-spacing-xs);\n}\n"],
|
|
5
|
+
"mappings": "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",
|
|
6
|
+
"names": ["timeGrid", "layout", "form", "results", "wrapper", "calendar", "listItemEventBefore", "interactiveEvent", "selectableDay", "selectedRange", "eventTitle", "eventTime", "eventInner", "shortEvent", "backgroundEventInner", "backgroundEvent", "nonBusinessHours", "event", "wrapper", "event", "backgroundEvent", "eventInner", "backgroundEventInner", "eventTitle", "eventInner", "eventTime", "week", "dayCell", "rangeStart", "rangeSeparator", "rangeEnd", "addAction", "removeAction", "unavailable", "overrideToggle", "row", "eyeSlot", "eyeOff", "eyeHint", "chevron", "title", "root", "sidebar", "calendar", "bookingPane", "bookingPaneWide", "alert"]
|
|
7
7
|
}
|
package/dist/esm/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ import type { JSX } from 'react';
|
|
|
5
5
|
import type { Location as Location_2 } from '@medplum/fhirtypes';
|
|
6
6
|
import type { MantineThemeColors } from '@mantine/core';
|
|
7
7
|
import type { MedplumClient } from '@medplum/core';
|
|
8
|
+
import type { OperationOutcome } from '@medplum/fhirtypes';
|
|
8
9
|
import type { Patient } from '@medplum/fhirtypes';
|
|
9
10
|
import type { Reference } from '@medplum/fhirtypes';
|
|
10
11
|
import type { Resource } from '@medplum/fhirtypes';
|
|
@@ -560,8 +561,10 @@ export declare interface MultiCalendarProps {
|
|
|
560
561
|
onSelectAppointment?: (appointment: Appointment, schedule?: WithId<Schedule>) => void;
|
|
561
562
|
onDoubleClickAppointment?: (appointment: Appointment, schedule?: WithId<Schedule>) => void;
|
|
562
563
|
onRangeChange?: (range: DateTimeRange) => void;
|
|
564
|
+
selection?: DateTimeRange;
|
|
563
565
|
className?: string;
|
|
564
566
|
availableTime?: HealthcareServiceAvailableTime[];
|
|
567
|
+
loading?: boolean;
|
|
565
568
|
}
|
|
566
569
|
|
|
567
570
|
export declare interface MultiCalendarSource {
|
|
@@ -653,14 +656,36 @@ export declare type SchedulingActorType = (typeof SCHEDULING_ACTOR_TYPES)[number
|
|
|
653
656
|
export declare type SchedulingRole = (typeof SCHEDULING_ROLES)[number];
|
|
654
657
|
|
|
655
658
|
/**
|
|
656
|
-
*
|
|
657
|
-
*
|
|
659
|
+
* A data-coordination component pairing {@link CalendarsPanel} with {@link MultiCalendar}.
|
|
660
|
+
*
|
|
661
|
+
* - Picks a color for each Schedule so that it can render consistently across
|
|
662
|
+
* those components.
|
|
663
|
+
* - Books from the calendar: clicking open time opens {@link AppointmentBookingForm}
|
|
664
|
+
* in a pane on the right, with its time search opened on the day that was clicked.
|
|
665
|
+
* The form writes the booking and announces what it wrote, which is what puts the
|
|
666
|
+
* new appointment on the calendar beside it — a host supplies no data for any of it.
|
|
667
|
+
* What was written is reported through `onBooked`, for a host that wants to say so.
|
|
668
|
+
*
|
|
669
|
+
* @param props - Component props
|
|
670
|
+
* @returns A React Node with the coordinated Calendars panel + calendar UI in it
|
|
671
|
+
*/
|
|
672
|
+
export declare function SchedulingWorkspace(props: SchedulingWorkspaceProps): JSX.Element;
|
|
673
|
+
|
|
674
|
+
export declare interface SchedulingWorkspaceProps {
|
|
675
|
+
readonly className?: string;
|
|
676
|
+
readonly onBooked?: (booking: AppointmentBooking) => void | Promise<void>;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
/**
|
|
680
|
+
* Finds the Schedules that can be booked for one role, narrowed to the actors
|
|
681
|
+
* whose name matches what was typed.
|
|
658
682
|
* @param medplum - The Medplum client.
|
|
659
|
-
* @param service - The HealthcareService being booked
|
|
683
|
+
* @param service - The HealthcareService being booked, or undefined to search
|
|
684
|
+
* unconstrained by service type — every active, bookable schedule for the role.
|
|
660
685
|
* @param options - The role, the text typed, the site, an abort signal, and a page size.
|
|
661
686
|
* @returns The matching schedules, each with its actor, by display name.
|
|
662
687
|
*/
|
|
663
|
-
export declare function searchScheduleCandidates(medplum: MedplumClient, service: WithId<HealthcareService
|
|
688
|
+
export declare function searchScheduleCandidates(medplum: MedplumClient, service: WithId<HealthcareService> | undefined, options: SearchScheduleCandidatesOptions): Promise<ScheduleCandidate[]>;
|
|
664
689
|
|
|
665
690
|
export declare interface SearchScheduleCandidatesOptions {
|
|
666
691
|
/** Which of the service's actors to offer. */
|
|
@@ -745,4 +770,75 @@ export declare interface UseProposedAppointmentsResult {
|
|
|
745
770
|
readonly error: Error | undefined;
|
|
746
771
|
}
|
|
747
772
|
|
|
773
|
+
/**
|
|
774
|
+
* Loads the Appointments for a set of schedules within a date range and keeps them live.
|
|
775
|
+
*
|
|
776
|
+
* Searches by the schedules' actors, deduping shared actors so each is queried once, and
|
|
777
|
+
* merges the per-actor results by id. Subscribes via `useResourceModified` so Appointments
|
|
778
|
+
* this client creates, updates, or deletes are reflected optimistically without a refetch.
|
|
779
|
+
*
|
|
780
|
+
* @param schedules - The schedules whose actors' Appointments should be loaded.
|
|
781
|
+
* @param range - The date range to search within; no search runs while this is undefined
|
|
782
|
+
* or none of the schedules have an actor.
|
|
783
|
+
* @param options - Optional parameters
|
|
784
|
+
* @param options.onError - Callback fired when fetching appointments fails
|
|
785
|
+
* @returns The loaded Appointments (undefined until the first fetch resolves) and a loading flag.
|
|
786
|
+
*/
|
|
787
|
+
export declare function useSchedulingAppointments(schedules: WithId<Schedule>[], range: DateTimeRange | undefined, options?: {
|
|
788
|
+
onError?: (error: OperationOutcome) => void;
|
|
789
|
+
}): UseSchedulingAppointmentsResult;
|
|
790
|
+
|
|
791
|
+
export declare interface UseSchedulingAppointmentsResult {
|
|
792
|
+
appointments: WithId<Appointment>[] | undefined;
|
|
793
|
+
loading: boolean;
|
|
794
|
+
error: OperationOutcome | undefined;
|
|
795
|
+
}
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* Loads both the Slots and Appointments for a set of schedules within a date range.
|
|
799
|
+
*
|
|
800
|
+
* A thin composition of {@link useSchedulingSlots} and {@link useSchedulingAppointments}
|
|
801
|
+
* for callers that need both; `loading` is true while either underlying fetch is in flight.
|
|
802
|
+
*
|
|
803
|
+
* @param schedules - The schedules whose Slots and Appointments should be loaded.
|
|
804
|
+
* @param range - The date range to search within; no search runs while this is undefined.
|
|
805
|
+
* @param options - Optional parameters
|
|
806
|
+
* @param options.onError - Callback fired when fetching appointments fails
|
|
807
|
+
* @returns The loaded Slots and Appointments (each undefined until its first fetch resolves)
|
|
808
|
+
* and a combined loading flag.
|
|
809
|
+
*/
|
|
810
|
+
export declare function useSchedulingResources(schedules: WithId<Schedule>[], range: DateTimeRange | undefined, options?: {
|
|
811
|
+
onError?: (error: OperationOutcome) => void;
|
|
812
|
+
}): UseSchedulingResourcesResult;
|
|
813
|
+
|
|
814
|
+
export declare interface UseSchedulingResourcesResult {
|
|
815
|
+
appointments: WithId<Appointment>[] | undefined;
|
|
816
|
+
slots: WithId<Slot>[] | undefined;
|
|
817
|
+
loading: boolean;
|
|
818
|
+
error: OperationOutcome | undefined;
|
|
819
|
+
}
|
|
820
|
+
|
|
821
|
+
/**
|
|
822
|
+
* Loads the Slots for a set of schedules within a date range and keeps them live.
|
|
823
|
+
*
|
|
824
|
+
* Emits one Slot search per schedule so MedplumClient can cache each schedule's results
|
|
825
|
+
* independently, then subscribes via `useResourceModified` so Slots this client creates,
|
|
826
|
+
* updates, or deletes are reflected optimistically without a refetch.
|
|
827
|
+
*
|
|
828
|
+
* @param schedules - The schedules whose Slots should be loaded.
|
|
829
|
+
* @param range - The date range to search within; no search runs while this is undefined.
|
|
830
|
+
* @param options - Optional parameters
|
|
831
|
+
* @param options.onError - Callback fired when fetching appointments fails
|
|
832
|
+
* @returns The loaded Slots (undefined until the first fetch resolves) and a loading flag.
|
|
833
|
+
*/
|
|
834
|
+
export declare function useSchedulingSlots(schedules: WithId<Schedule>[], range: DateTimeRange | undefined, options?: {
|
|
835
|
+
onError?: (error: OperationOutcome) => void;
|
|
836
|
+
}): UseSchedulingSlotsResult;
|
|
837
|
+
|
|
838
|
+
export declare interface UseSchedulingSlotsResult {
|
|
839
|
+
slots: WithId<Slot>[] | undefined;
|
|
840
|
+
loading: boolean;
|
|
841
|
+
error: OperationOutcome | undefined;
|
|
842
|
+
}
|
|
843
|
+
|
|
748
844
|
export { }
|