@event-calendar/build 5.0.2 → 5.0.3
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/README.md +3 -3
- package/dist/event-calendar.min.css +1 -1
- package/dist/event-calendar.min.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -245,8 +245,8 @@ This bundle contains a version of the calendar that includes all plugins and is
|
|
|
245
245
|
|
|
246
246
|
The first step is to include the following lines of code in the `<head>` section of your page:
|
|
247
247
|
```html
|
|
248
|
-
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@5.0.
|
|
249
|
-
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@5.0.
|
|
248
|
+
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@event-calendar/build@5.0.3/dist/event-calendar.min.css">
|
|
249
|
+
<script src="https://cdn.jsdelivr.net/npm/@event-calendar/build@5.0.3/dist/event-calendar.min.js"></script>
|
|
250
250
|
```
|
|
251
251
|
|
|
252
252
|
<details>
|
|
@@ -2284,7 +2284,7 @@ Defines the time slot width in pixels in `resourceTimeline` views.
|
|
|
2284
2284
|
<details>
|
|
2285
2285
|
<summary>Default</summary>
|
|
2286
2286
|
|
|
2287
|
-
`'{allDay: 'ec-all-day', active: 'ec-active', bgEvent: 'ec-bg-event', bgEvents: 'ec-bg-events', body: 'ec-body', button: 'ec-button', buttonGroup: 'ec-button-group', calendar: 'ec', colHead: 'ec-col-head', day: 'ec-day', dayHead: 'ec-day-head', disabled: 'ec-disabled', event: 'ec-event', eventBody: 'ec-event-body', eventTime: 'ec-event-time', eventTitle: 'ec-event-title', events: 'ec-events', grid: 'ec-grid', header: 'ec-header', hidden: 'ec-hidden', highlight: 'ec-highlight', icon: 'ec-icon', main: 'ec-main', noIeb: 'ec-no-ieb', noBeb: 'ec-no-beb', today: 'ec-today', title: 'ec-title', toolbar: 'ec-toolbar', view: 'ec-list ec-week-view', weekdays
|
|
2287
|
+
`'{allDay: 'ec-all-day', active: 'ec-active', bgEvent: 'ec-bg-event', bgEvents: 'ec-bg-events', body: 'ec-body', button: 'ec-button', buttonGroup: 'ec-button-group', calendar: 'ec', colHead: 'ec-col-head', day: 'ec-day', dayHead: 'ec-day-head', disabled: 'ec-disabled', event: 'ec-event', eventBody: 'ec-event-body', eventTime: 'ec-event-time', eventTitle: 'ec-event-title', events: 'ec-events', grid: 'ec-grid', header: 'ec-header', hidden: 'ec-hidden', highlight: 'ec-highlight', icon: 'ec-icon', main: 'ec-main', noIeb: 'ec-no-ieb', noBeb: 'ec-no-beb', today: 'ec-today', title: 'ec-title', toolbar: 'ec-toolbar', view: 'ec-list ec-week-view', weekdays: ['ec-sun', ec-mon', ec-tue', ec-wed', ec-thu', ec-fri', ec-sat'], draggable: 'ec-draggable', ghost: 'ec-ghost', preview: 'ec-preview', pointer: 'ec-pointer', resizer: 'ec-resizer', start: 'ec-start', dragging: 'ec-dragging', resizingY: 'ec-resizing-y', resizingX: 'ec-resizing-x', selecting: 'ec-selecting', uniform: 'ec-uniform', dayFoot: 'ec-day-foot', otherMonth: 'ec-other-month', popup: 'ec-popup', weekNumber: 'ec-week-number', daySide: 'ec-day-side', eventTag: 'ec-event-tag', noEvents: 'ec-no-events', nowIndicator: 'ec-now-indicator', sidebar: 'ec-sidebar', slot: 'ec-slot', colGroup: 'ec-col-group', expander: 'ec-expander', rowHead: 'ec-row-head', slots: 'ec-slots}'`
|
|
2288
2288
|
> Views override the default value as follows:
|
|
2289
2289
|
> - dayGridMonth `theme => ({...theme, view: 'ec-day-grid ec-month-view'})`
|
|
2290
2290
|
> - listDay `theme => ({...theme, view: 'ec-list ec-day-view'})`
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* EventCalendar v5.0.
|
|
2
|
+
* EventCalendar v5.0.3
|
|
3
3
|
* https://github.com/vkurko/calendar
|
|
4
4
|
*/
|
|
5
5
|
.ec{color-scheme:light;--ec-color-400: oklch(70.8% 0 0);--ec-color-300: oklch(87% 0 0);--ec-color-200: oklch(92.2% 0 0);--ec-color-100: oklch(97% 0 0);--ec-color-50: oklch(98.5% 0 0);--ec-bg-color: #fff;--ec-text-color: currentcolor;--ec-border-color: var(--ec-color-300);--ec-button-bg-color: var(--ec-bg-color);--ec-button-border-color: var(--ec-border-color);--ec-button-text-color: var(--ec-text-color);--ec-button-active-bg-color: var(--ec-color-200);--ec-button-active-border-color: var(--ec-color-400);--ec-button-active-text-color: var(--ec-button-text-color);--ec-today-bg-color: oklch(98.7% .026 102.212);--ec-highlight-color: oklch(98.4% .019 200.873);--ec-event-bg-color: oklch(70.7% .165 254.624);--ec-event-text-color: #fff;--ec-bg-event-color: var(--ec-color-300);--ec-bg-event-opacity: .3;--ec-event-col-gap: .375rem;--ec-now-indicator-color: oklch(63.7% .237 25.331);--ec-popup-bg-color: var(--ec-bg-color)}.ec-dark .ec{color-scheme:dark;--ec-color-400: oklch(43.9% 0 0);--ec-color-300: oklch(37.1% 0 0);--ec-color-200: oklch(26.9% 0 0);--ec-color-100: oklch(20.5% 0 0);--ec-color-50: oklch(14.5% 0 0);--ec-bg-color: var(--ec-color-100);--ec-today-bg-color: oklch(28.6% .066 53.813);--ec-highlight-color: oklch(30.2% .056 229.695);--ec-bg-event-opacity: .5}@media (prefers-color-scheme: dark){.ec-auto-dark .ec{color-scheme:dark;--ec-color-400: oklch(43.9% 0 0);--ec-color-300: oklch(37.1% 0 0);--ec-color-200: oklch(26.9% 0 0);--ec-color-100: oklch(20.5% 0 0);--ec-color-50: oklch(14.5% 0 0);--ec-bg-color: var(--ec-color-100);--ec-today-bg-color: oklch(28.6% .066 53.813);--ec-highlight-color: oklch(30.2% .056 229.695);--ec-bg-event-opacity: .5}}.ec-day{--ec-day-bg-color: var(--ec-bg-color);background-color:var(--ec-day-bg-color);border:1px solid var(--ec-border-color);border-block-start:none;border-inline-start:none}.ec-day.ec-today{--ec-day-bg-color: var(--ec-today-bg-color)}.ec-day.ec-highlight{--ec-day-bg-color: var(--ec-highlight-color)}.ec-time-grid .ec-body .ec-day{background-image:linear-gradient(to top,var(--ec-day-bg-color) 1px,transparent 1px),linear-gradient(to top,var(--ec-border-color) 1px,transparent 1px),linear-gradient(to right,var(--ec-day-bg-color) 1px,transparent 1px),linear-gradient(to top,var(--ec-border-color) 1px,transparent 1px);background-size:100% 100%,100% calc(var(--ec-slot-height) * var(--ec-slot-label-periodicity)),2px 100%,100% var(--ec-slot-height)}.ec-timeline:not(.ec-month-view) .ec-body .ec-day{--ec-last-line-color: transparent;--ec-direction: to left;background-image:linear-gradient(var(--ec-direction),var(--ec-last-line-color) 1px,transparent 1px),linear-gradient(var(--ec-direction),var(--ec-border-color) 1px,transparent 1px),linear-gradient(var(--ec-day-bg-color) 1px,transparent 1px),linear-gradient(var(--ec-direction),var(--ec-border-color) 1px,transparent 1px);background-size:100% 100%,calc(var(--ec-slot-width) * var(--ec-slot-label-periodicity)) 100%,100% 2px,var(--ec-slot-width) 100%;border-inline:none}[dir=rtl] :is(.ec-timeline:not(.ec-month-view) .ec-body .ec-day){--ec-direction: to right}.ec-timeline:not(.ec-month-view) .ec-body .ec-day.ec-no-ieb{--ec-last-line-color: var(--ec-day-bg-color)}.ec-day-grid .ec-day{display:flex;flex-direction:column;justify-content:space-between;min-block-size:5em}.ec-day-grid .ec-uniform .ec-day{min-block-size:auto}.ec-list .ec-day{border-inline:none}.ec-list .ec-day:last-child{border:none}.ec-day.ec-no-ieb{border-inline-end:none}.ec-day.ec-no-beb{border-block-end:none}.ec-day-head{display:flex;flex-direction:row-reverse;justify-content:space-between;padding:.375rem}.ec-day.ec-other-month .ec-day-head time{opacity:.3}.ec-list .ec-day-head{background-color:var(--ec-day-bg-color);border-block-end:1px solid var(--ec-border-color);flex-direction:unset;margin:0 0 -1px;padding:.5em 1.5em;position:sticky;inset-block-start:0;z-index:2}.ec-day-foot{padding:.18rem;font-size:.85em}.ec-day-foot a{cursor:pointer}.ec-disabled{position:relative}.ec-disabled:after{content:"";position:absolute;inset:0;background-color:var(--ec-bg-event-color);opacity:var(--ec-bg-event-opacity)}.ec-toolbar{display:flex;justify-content:space-between;align-items:center;margin-block-end:1em}.ec-toolbar>*{display:inline-flex;flex-wrap:wrap;column-gap:.75rem;row-gap:.5rem}.ec-title{margin:0}.ec-button{background-color:var(--ec-button-bg-color);border:1px solid var(--ec-button-border-color);padding:.375rem .75rem;font-size:1rem;line-height:1.5;border-radius:.25rem}.ec-button:not(:disabled){color:var(--ec-button-text-color);cursor:pointer}.ec-button:not(:disabled):hover,.ec-button.ec-active{background-color:var(--ec-button-active-bg-color);border-color:var(--ec-button-active-border-color);color:var(--ec-button-active-text-color);z-index:1}.ec-button-group{display:inline-flex;vertical-align:top}.ec-button-group .ec-button:not(:first-child){border-start-start-radius:0;border-end-start-radius:0;margin-inline-start:-1px}.ec-button-group .ec-button:not(:last-child){border-start-end-radius:0;border-end-end-radius:0}.ec-icon{display:inline-block;inline-size:1em}.ec-icon.ec-prev:after,.ec-icon.ec-next:after{content:"";position:relative;inline-size:.5em;block-size:.5em;border-block-start:2px solid currentcolor;border-inline-end:2px solid currentcolor;display:inline-block}.ec-icon.ec-prev:after{inset-inline-start:3px;rotate:-135deg}[dir=rtl] .ec-icon.ec-prev:after{rotate:135deg}.ec-icon.ec-next:after{inset-inline-start:-3px;rotate:45deg}[dir=rtl] .ec-icon.ec-next:after{rotate:-45deg}.ec-sidebar{position:sticky;inset-inline-start:0;z-index:1;background-color:var(--ec-bg-color);border-color:var(--ec-border-color);border-width:1px;border-inline-end-style:solid;text-align:end;overflow:clip}.ec-header .ec-sidebar{border-block-end-style:solid;padding-block:.375rem}.ec-time-grid .ec-sidebar{padding-inline:.75rem}.ec-time-grid .ec-body .ec-sidebar{--ec-direction: to left;background-image:linear-gradient(var(--ec-direction),transparent .375rem,var(--ec-bg-color) .375rem),linear-gradient(to top,var(--ec-bg-color) 1px,transparent 1px),linear-gradient(to top,var(--ec-border-color) 1px,transparent 1px),linear-gradient(to right,var(--ec-bg-color) 1px,transparent 1px),linear-gradient(to top,var(--ec-border-color) 1px,transparent 1px);background-size:100% 100%,100% 100%,100% calc(var(--ec-slot-height) * var(--ec-slot-label-periodicity)),2px 100%,100% var(--ec-slot-height)}[dir=rtl] :is(.ec-time-grid .ec-body .ec-sidebar){--ec-direction: to right}.ec-timeline .ec-body .ec-sidebar{grid-area:1 / 1 / -1 / 2;display:grid;grid-template-rows:subgrid}.ec-row-head{display:flex;border-block-end:1px solid var(--ec-border-color);padding:.375em .75rem;min-block-size:1.5em}.ec-row-head:last-child{border:none}.ec-expander{inline-size:1.25em;margin-inline-end:.25em;margin-block-start:-1px}.ec-expander .ec-button{line-height:normal;padding:0;aspect-ratio:1;block-size:1.25em}.ec-slot{white-space:nowrap}.ec-time-grid .ec-slot{block-size:calc(var(--ec-slot-height) * var(--ec-slot-label-periodicity));position:relative;inset-block-start:-.5em}.ec-timeline .ec-slot{grid-column:span var(--ec-slot-label-periodicity);font-size:.95em;padding:.18rem 0;overflow:clip;text-overflow:ellipsis}.ec-slots{display:grid;grid-auto-flow:column;grid-auto-columns:var(--ec-slot-width);text-align:center;--ec-day-bg-color: var(--ec-bg-color);background-color:var(--ec-day-bg-color);border-block-end:1px solid var(--ec-border-color);--ec-last-line-color: transparent;--ec-direction: to left;background-image:linear-gradient(var(--ec-direction),var(--ec-last-line-color) 1px,transparent 1px),linear-gradient(var(--ec-direction),var(--ec-border-color) 1px,transparent 1px);background-size:100% 100%,calc(var(--ec-slot-width) * var(--ec-slot-label-periodicity)) 100%}.ec-slots.ec-today{--ec-day-bg-color: var(--ec-today-bg-color)}.ec-slots.ec-highlight{--ec-day-bg-color: var(--ec-highlight-color)}[dir=rtl] .ec-slots{--ec-direction: to right}.ec-slots:last-child{--ec-last-line-color: var(--ec-day-bg-color)}.ec-events{grid-area:1 / 2 / -1 / -1;display:grid;grid-template:subgrid / subgrid;isolation:isolate;pointer-events:none}.ec-day-grid .ec-events{grid-column-start:1}.ec-event{display:flex;position:relative;padding:2px;color:var(--ec-event-text-color);box-sizing:border-box;box-shadow:0 0 1px 0 var(--ec-border-color);background-color:var(--ec-event-bg-color);border-radius:3px;font-size:.85em;line-height:1.5;z-index:1;pointer-events:all;inline-size:calc(100% - var(--ec-event-col-gap))}.ec-time-grid .ec-event{grid-row:1}.ec-day-grid .ec-event,.ec-all-day .ec-event,.ec-timeline .ec-event{block-size:fit-content;margin-block-end:var(--ec-event-col-gap)}.ec-list .ec-event{flex-direction:row;padding:.5em 1.5em;color:inherit;background-color:var(--ec-day-bg-color);border-radius:0}.ec-event.ec-preview{z-index:1000;-webkit-user-select:none;user-select:none;opacity:.8}.ec-event.ec-pointer{color:inherit;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;box-shadow:none}.ec-bg-event{grid-row:1;position:relative;background-color:var(--ec-bg-event-color);opacity:var(--ec-bg-event-opacity)}.ec-draggable{cursor:pointer;-webkit-user-select:none;user-select:none}.ec-ghost{opacity:.5;-webkit-user-select:none;user-select:none;pointer-events:none}.ec-event-body{display:flex;flex-direction:column;inline-size:100%}.ec-day-grid .ec-event-body,.ec-all-day .ec-event-body,.ec-timeline .ec-event-body{flex-direction:row}.ec-event-tag{inline-size:4px;border-radius:2px;margin-inline-end:8px}.ec-event-time{overflow:hidden;white-space:nowrap;margin:0 0 1px;flex-shrink:0;max-block-size:100%}.ec-day-grid .ec-event-time,.ec-timeline .ec-event-time{margin:0 3px 0 0;max-inline-size:100%;text-overflow:ellipsis}.ec-event-title{overflow:hidden;margin:0;font-weight:inherit}.ec-time-grid .ec-event-title{position:sticky;inset-block-start:var(--ec-header-height)}.ec-day-grid .ec-event-title,.ec-all-day .ec-event-title,.ec-timeline .ec-event-title{min-block-size:1.5em;white-space:nowrap;text-overflow:ellipsis;position:sticky;inset-inline-start:calc(var(--ec-sidebar-width) + .18em)}.ec-list .ec-event-title{font-size:1rem}.ec-resizer{position:absolute;-webkit-user-select:none;user-select:none}.ec-time-grid .ec-body .ec-resizer{inset:auto 0 0;block-size:50%;max-block-size:8px;cursor:ns-resize}.ec-time-grid .ec-body .ec-resizer.ec-start{inset:0 0 auto}.ec-day-grid .ec-resizer,.ec-all-day .ec-resizer,.ec-timeline .ec-resizer{inset:0 0 0 auto;inline-size:50%;max-inline-size:8px;cursor:ew-resize}:is(.ec-day-grid .ec-resizer,.ec-all-day .ec-resizer,.ec-timeline .ec-resizer).ec-start{inset:0 auto 0 0}.ec-dragging,.ec-dragging *{cursor:pointer!important}.ec-resizing-y,.ec-resizing-y *{cursor:ns-resize!important}.ec-resizing-x,.ec-resizing-x *{cursor:ew-resize!important}.ec-no-events{text-align:center;padding:5em 0;background-color:var(--ec-bg-color)}.ec-now-indicator{grid-row:2;position:relative;pointer-events:none;will-change:inset}.ec-time-grid .ec-now-indicator{inline-size:100%;block-size:0;border-block-start:var(--ec-now-indicator-color) solid 2px}.ec-timeline .ec-now-indicator{inline-size:0;border-inline-start:var(--ec-now-indicator-color) solid 2px}.ec-timeline .ec-now-indicator:before{inset-block-start:calc(var(--ec-header-height) - 6.5px);z-index:2}.ec-now-indicator:before{background:var(--ec-now-indicator-color);border-radius:50%;content:"";display:block;block-size:12px;inline-size:12px;margin-block-start:-7px;margin-inline-start:-7px;position:sticky;inset-inline-start:calc(var(--ec-sidebar-width) - 6.5px);z-index:1}.ec-popup{position:relative;display:flex;flex-direction:column;block-size:max-content;inline-size:110%;min-block-size:6em;min-inline-size:10em;padding:.375rem .75rem .75rem;background-color:var(--ec-popup-bg-color);border:1px solid var(--ec-border-color);border-radius:.25rem;box-shadow:var(--ec-color-300) 0 10px 15px -3px,var(--ec-color-300) 0 4px 6px -4px}.ec-popup .ec-day-head{flex-direction:row;padding-inline:0}.ec-popup .ec-day-head a{cursor:pointer;font-size:1.5em;line-height:.8}.ec-popup .ec-events{--ec-event-col-gap: 0;display:block}.ec{display:flex;flex-direction:column}.ec-main{display:grid;border:1px solid var(--ec-border-color);overflow:auto}.ec-time-grid .ec-main{grid-template-columns:max-content repeat(var(--ec-grid-cols),var(--ec-col-width));grid-template-rows:repeat(2,max-content)}.ec-day-grid .ec-main{--ec-row-height: auto;grid-template-columns:repeat(var(--ec-grid-cols),minmax(0,1fr));grid-template-rows:max-content repeat(var(--ec-grid-rows),var(--ec-row-height))}.ec-day-grid .ec-main.ec-uniform{--ec-row-height: minmax(0, 1fr);overflow:hidden;flex-grow:1}.ec-timeline .ec-main{grid-template-columns:max-content repeat(var(--ec-grid-cols),min-content);grid-template-rows:max-content repeat(calc(var(--ec-grid-rows) - 1),auto) minmax(auto,1fr);flex-grow:1}.ec-timeline.ec-month-view .ec-main{grid-template-columns:max-content repeat(var(--ec-grid-cols),var(--ec-col-width))}.ec-header{grid-area:1 / 1 / 2 / -1;display:grid;grid-template-columns:subgrid;position:sticky;inset-block-start:0;z-index:2}.ec-grid{grid-area:1 / 1 / -1 / -1;display:grid;grid-template-columns:subgrid}.ec-body .ec-grid{grid-template-rows:subgrid}.ec-time-grid .ec-grid,.ec-timeline .ec-grid{grid-column-start:2}.ec-all-day{grid-area:2 / 1 / auto / -1;display:grid;grid-template-columns:subgrid;min-block-size:var(--ec-slot-height)}.ec-col-group{grid-column:span var(--ec-col-group-span)}.ec-col-group,.ec-col-head{text-align:center;padding:.375rem .18em;background-color:var(--ec-bg-color);border:1px solid var(--ec-border-color);border-block-start:none;border-inline-start:none;overflow:clip;text-overflow:ellipsis}:is(.ec-col-group,.ec-col-head).ec-today{background-color:var(--ec-today-bg-color)}:is(.ec-col-group,.ec-col-head).ec-highlight{background-color:var(--ec-highlight-color)}.ec-col-group:nth-last-child(1 of.ec-col-group),.ec-col-head:nth-last-child(1 of.ec-col-head){border-inline-end:none}.ec-col-group>*,.ec-timeline .ec-col-head>*{position:sticky;inset-inline-start:calc(var(--ec-sidebar-width) + .18em)}.ec-body{grid-area:2 / 1 / -1 / -1;display:grid;grid-template:subgrid / subgrid}.ec-hidden{visibility:hidden}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* EventCalendar v5.0.
|
|
2
|
+
* EventCalendar v5.0.3
|
|
3
3
|
* https://github.com/vkurko/calendar
|
|
4
4
|
*/
|
|
5
5
|
var EventCalendar=(function(Pr){"use strict";var ho=Array.isArray,dl=Array.prototype.indexOf,Ar=Array.from,vo=Object.defineProperty,Sn=Object.getOwnPropertyDescriptor,go=Object.getOwnPropertyDescriptors,hl=Object.prototype,vl=Array.prototype,di=Object.getPrototypeOf,_o=Object.isExtensible;const gt=()=>{};function gl(e){return e()}function Or(e){for(var t=0;t<e.length;t++)e[t]()}function mo(){var e,t,n=new Promise((r,i)=>{e=r,t=i});return{promise:n,resolve:e,reject:t}}function _l(e,t){if(Array.isArray(e))return e;if(!(Symbol.iterator in e))return Array.from(e);const n=[];for(const r of e)if(n.push(r),n.length===t)break;return n}const it=2,hi=4,Fr=8,yo=1<<24,ln=16,sn=32,Rn=64,Nr=128,Gt=512,ut=1024,xt=2048,Qt=4096,St=8192,un=16384,vi=32768,wn=65536,bo=1<<17,wo=1<<18,qn=1<<19,po=1<<20,cn=1<<25,In=32768,gi=1<<21,_i=1<<22,pn=1<<23,Ln=Symbol("$state"),ml=Symbol("legacy props"),yl=Symbol(""),Xn=new class extends Error{name="StaleReactionError";message="The reaction that called `getAbortSignal()` was re-run or destroyed"};function $o(e){throw new Error("https://svelte.dev/e/lifecycle_outside_component")}function bl(){throw new Error("https://svelte.dev/e/async_derived_orphan")}function wl(e){throw new Error("https://svelte.dev/e/effect_in_teardown")}function pl(){throw new Error("https://svelte.dev/e/effect_in_unowned_derived")}function $l(e){throw new Error("https://svelte.dev/e/effect_orphan")}function Dl(){throw new Error("https://svelte.dev/e/effect_update_depth_exceeded")}function kl(e){throw new Error("https://svelte.dev/e/props_invalid_value")}function El(){throw new Error("https://svelte.dev/e/state_descriptors_fixed")}function Cl(){throw new Error("https://svelte.dev/e/state_prototype_fixed")}function Tl(){throw new Error("https://svelte.dev/e/state_unsafe_mutation")}function xl(){throw new Error("https://svelte.dev/e/svelte_boundary_reset_onerror")}const Sl=1,Rl=2,Do=4,Il=8,Ll=16,Ml=1,Pl=2,Al=4,Ol=8,Fl=16,Nl=1,Hl=2,ct=Symbol(),Ul="http://www.w3.org/1999/xhtml";function Wl(){console.warn("https://svelte.dev/e/svelte_boundary_reset_noop")}function ko(e){return e===this.v}function Eo(e,t){return e!=e?t==t:e!==t||e!==null&&typeof e=="object"||typeof e=="function"}function Co(e){return!Eo(e,this.v)}let Kn=!1,Ef=!1;function zl(){Kn=!0}let Ue=null;function Zn(e){Ue=e}function De(e){return To().get(e)}function Bl(e,t){return To().set(e,t),t}function ge(e,t=!1,n){Ue={p:Ue,i:!1,c:null,e:null,s:e,x:null,l:Kn&&!t?{s:null,u:null,$:[]}:null}}function _e(e){var t=Ue,n=t.e;if(n!==null){t.e=null;for(var r of n)Bo(r)}return e!==void 0&&(t.x=e),t.i=!0,Ue=t.p,e??{}}function ur(){return!Kn||Ue!==null&&Ue.l===null}function To(e){return Ue===null&&$o(),Ue.c??=new Map(Gl(Ue)||void 0)}function Gl(e){let t=e.p;for(;t!==null;){const n=t.c;if(n!==null)return n;t=t.p}return null}let Mn=[];function xo(){var e=Mn;Mn=[],Or(e)}function Pn(e){if(Mn.length===0&&!cr){var t=Mn;queueMicrotask(()=>{t===Mn&&xo()})}Mn.push(e)}function Vl(){for(;Mn.length>0;)xo()}function So(e){var t=xe;if(t===null)return be.f|=pn,e;if((t.f&vi)===0){if((t.f&Nr)===0)throw e;t.b.error(e)}else Jn(e,t)}function Jn(e,t){for(;t!==null;){if((t.f&Nr)!==0)try{t.b.error(e);return}catch(n){e=n}t=t.parent}throw e}const Hr=new Set;let We=null,Ot=null,Ft=[],Ur=null,mi=!1,cr=!1;class jt{committed=!1;current=new Map;previous=new Map;#e=new Set;#t=new Set;#n=0;#r=0;#s=null;#o=new Set;#i=new Set;skipped_effects=new Set;is_fork=!1;is_deferred(){return this.is_fork||this.#r>0}process(t){Ft=[],this.apply();var n={parent:null,effect:null,effects:[],render_effects:[]};for(const r of t)this.#a(r,n);this.is_fork||this.#c(),this.is_deferred()?(this.#l(n.effects),this.#l(n.render_effects)):(We=null,Io(n.render_effects),Io(n.effects),this.#s?.resolve()),Ot=null}#a(t,n){t.f^=ut;for(var r=t.first;r!==null;){var i=r.f,o=(i&(sn|Rn))!==0,l=o&&(i&ut)!==0,s=l||(i&St)!==0||this.skipped_effects.has(r);if((r.f&Nr)!==0&&r.b?.is_pending()&&(n={parent:n,effect:r,effects:[],render_effects:[]}),!s&&r.fn!==null){o?r.f^=ut:(i&hi)!==0?n.effects.push(r):mr(r)&&((r.f&ln)!==0&&this.#o.add(r),yr(r));var u=r.first;if(u!==null){r=u;continue}}var c=r.parent;for(r=r.next;r===null&&c!==null;)c===n.effect&&(this.#l(n.effects),this.#l(n.render_effects),n=n.parent),r=c.next,c=c.parent}}#l(t){for(const n of t)(n.f&xt)!==0?this.#o.add(n):(n.f&Qt)!==0&&this.#i.add(n),this.#u(n.deps),ft(n,ut)}#u(t){if(t!==null)for(const n of t)(n.f&it)===0||(n.f&In)===0||(n.f^=In,this.#u(n.deps))}capture(t,n){this.previous.has(t)||this.previous.set(t,n),(t.f&pn)===0&&(this.current.set(t,t.v),Ot?.set(t,t.v))}activate(){We=this,this.apply()}deactivate(){We===this&&(We=null,Ot=null)}flush(){if(this.activate(),Ft.length>0){if(Ro(),We!==null&&We!==this)return}else this.#n===0&&this.process([]);this.deactivate()}discard(){for(const t of this.#t)t(this);this.#t.clear()}#c(){if(this.#r===0){for(const t of this.#e)t();this.#e.clear()}this.#n===0&&this.#f()}#f(){if(Hr.size>1){this.previous.clear();var t=Ot,n=!0,r={parent:null,effect:null,effects:[],render_effects:[]};for(const o of Hr){if(o===this){n=!1;continue}const l=[];for(const[u,c]of this.current){if(o.current.has(u))if(n&&c!==o.current.get(u))o.current.set(u,c);else continue;l.push(u)}if(l.length===0)continue;const s=[...o.current.keys()].filter(u=>!this.current.has(u));if(s.length>0){var i=Ft;Ft=[];const u=new Set,c=new Map;for(const f of l)Lo(f,s,u,c);if(Ft.length>0){We=o,o.apply();for(const f of Ft)o.#a(f,r);o.deactivate()}Ft=i}}We=null,Ot=t}this.committed=!0,Hr.delete(this)}increment(t){this.#n+=1,t&&(this.#r+=1)}decrement(t){this.#n-=1,t&&(this.#r-=1),this.revive()}revive(){for(const t of this.#o)this.#i.delete(t),ft(t,xt),An(t);for(const t of this.#i)ft(t,Qt),An(t);this.flush()}oncommit(t){this.#e.add(t)}ondiscard(t){this.#t.add(t)}settled(){return(this.#s??=mo()).promise}static ensure(){if(We===null){const t=We=new jt;Hr.add(We),cr||jt.enqueue(()=>{We===t&&t.flush()})}return We}static enqueue(t){Pn(t)}apply(){}}function Yl(e){var t=cr;cr=!0;try{for(var n;;){if(Vl(),Ft.length===0&&(We?.flush(),Ft.length===0))return Ur=null,n;Ro()}}finally{cr=t}}function Ro(){var e=Hn;mi=!0;var t=null;try{var n=0;for(Gr(!0);Ft.length>0;){var r=jt.ensure();if(n++>1e3){var i,o;ql()}r.process(Ft),$n.clear()}}finally{mi=!1,Gr(e),Ur=null}}function ql(){try{Dl()}catch(e){Jn(e,Ur)}}let fn=null;function Io(e){var t=e.length;if(t!==0){for(var n=0;n<t;){var r=e[n++];if((r.f&(un|St))===0&&mr(r)&&(fn=new Set,yr(r),r.deps===null&&r.first===null&&r.nodes===null&&(r.teardown===null&&r.ac===null?qo(r):r.fn=null),fn?.size>0)){$n.clear();for(const i of fn){if((i.f&(un|St))!==0)continue;const o=[i];let l=i.parent;for(;l!==null;)fn.has(l)&&(fn.delete(l),o.push(l)),l=l.parent;for(let s=o.length-1;s>=0;s--){const u=o[s];(u.f&(un|St))===0&&yr(u)}}fn.clear()}}fn=null}}function Lo(e,t,n,r){if(!n.has(e)&&(n.add(e),e.reactions!==null))for(const i of e.reactions){const o=i.f;(o&it)!==0?Lo(i,t,n,r):(o&(_i|ln))!==0&&(o&xt)===0&&Mo(i,t,r)&&(ft(i,xt),An(i))}}function Mo(e,t,n){const r=n.get(e);if(r!==void 0)return r;if(e.deps!==null)for(const i of e.deps){if(t.includes(i))return!0;if((i.f&it)!==0&&Mo(i,t,n))return n.set(i,!0),!0}return n.set(e,!1),!1}function An(e){for(var t=Ur=e;t.parent!==null;){t=t.parent;var n=t.f;if(mi&&t===xe&&(n&ln)!==0&&(n&wo)===0)return;if((n&(Rn|sn))!==0){if((n&ut)===0)return;t.f^=ut}}Ft.push(t)}function Xl(e){let t=0,n=On(0),r;return()=>{vr()&&(a(n),Go(()=>(t===0&&(r=W(()=>e(()=>dr(n)))),t+=1,()=>{Pn(()=>{t-=1,t===0&&(r?.(),r=void 0,dr(n))})})))}}var Kl=wn|qn|Nr;function Zl(e,t,n){new Jl(e,t,n)}class Jl{parent;#e=!1;#t;#n=null;#r;#s;#o;#i=null;#a=null;#l=null;#u=null;#c=null;#f=0;#d=0;#v=!1;#h=null;#b=Xl(()=>(this.#h=On(this.#f),()=>{this.#h=null}));constructor(t,n,r){this.#t=t,this.#r=n,this.#s=r,this.parent=xe.b,this.#e=!!this.#r.pending,this.#o=gr(()=>{xe.b=this;{var i=this.#m();try{this.#i=Rt(()=>r(i))}catch(o){this.error(o)}this.#d>0?this.#_():this.#e=!1}return()=>{this.#c?.remove()}},Kl)}#w(){try{this.#i=Rt(()=>this.#s(this.#t))}catch(t){this.error(t)}this.#e=!1}#p(){const t=this.#r.pending;t&&(this.#a=Rt(()=>t(this.#t)),jt.enqueue(()=>{var n=this.#m();this.#i=this.#g(()=>(jt.ensure(),Rt(()=>this.#s(n)))),this.#d>0?this.#_():(Nn(this.#a,()=>{this.#a=null}),this.#e=!1)}))}#m(){var t=this.#t;return this.#e&&(this.#c=dn(),this.#t.before(this.#c),t=this.#c),t}is_pending(){return this.#e||!!this.parent&&this.parent.is_pending()}has_pending_snippet(){return!!this.#r.pending}#g(t){var n=xe,r=be,i=Ue;tn(this.#o),Et(this.#o),Zn(this.#o.ctx);try{return t()}catch(o){return So(o),null}finally{tn(n),Et(r),Zn(i)}}#_(){const t=this.#r.pending;this.#i!==null&&(this.#u=document.createDocumentFragment(),this.#u.append(this.#c),Zo(this.#i,this.#u)),this.#a===null&&(this.#a=Rt(()=>t(this.#t)))}#y(t){if(!this.has_pending_snippet()){this.parent&&this.parent.#y(t);return}this.#d+=t,this.#d===0&&(this.#e=!1,this.#a&&Nn(this.#a,()=>{this.#a=null}),this.#u&&(this.#t.before(this.#u),this.#u=null))}update_pending_count(t){this.#y(t),this.#f+=t,this.#h&&Qn(this.#h,this.#f)}get_effect_pending(){return this.#b(),a(this.#h)}error(t){var n=this.#r.onerror;let r=this.#r.failed;if(this.#v||!n&&!r)throw t;this.#i&&(_t(this.#i),this.#i=null),this.#a&&(_t(this.#a),this.#a=null),this.#l&&(_t(this.#l),this.#l=null);var i=!1,o=!1;const l=()=>{if(i){Wl();return}i=!0,o&&xl(),jt.ensure(),this.#f=0,this.#l!==null&&Nn(this.#l,()=>{this.#l=null}),this.#e=this.has_pending_snippet(),this.#i=this.#g(()=>(this.#v=!1,Rt(()=>this.#s(this.#t)))),this.#d>0?this.#_():this.#e=!1};var s=be;try{Et(null),o=!0,n?.(t,l),o=!1}catch(u){Jn(u,this.#o&&this.#o.parent)}finally{Et(s)}r&&Pn(()=>{this.#l=this.#g(()=>{jt.ensure(),this.#v=!0;try{return Rt(()=>{r(this.#t,()=>t,()=>l)})}catch(u){return Jn(u,this.#o.parent),null}finally{this.#v=!1}})})}}function Ql(e,t,n,r){const i=ur()?fr:yi;if(n.length===0&&e.length===0){r(t.map(i));return}var o=We,l=xe,s=jl();function u(){Promise.all(n.map(c=>es(c))).then(c=>{s();try{r([...t.map(i),...c])}catch(f){(l.f&un)===0&&Jn(f,l)}o?.deactivate(),Wr()}).catch(c=>{Jn(c,l)})}e.length>0?Promise.all(e).then(()=>{s();try{return u()}finally{o?.deactivate(),Wr()}}):u()}function jl(){var e=xe,t=be,n=Ue,r=We;return function(o=!0){tn(e),Et(t),Zn(n),o&&r?.activate()}}function Wr(){tn(null),Et(null),Zn(null)}function fr(e){var t=it|xt,n=be!==null&&(be.f&it)!==0?be:null;return xe!==null&&(xe.f|=qn),{ctx:Ue,deps:null,effects:null,equals:ko,f:t,fn:e,reactions:null,rv:0,v:ct,wv:0,parent:n??xe,ac:null}}function es(e,t){let n=xe;n===null&&bl();var r=n.b,i=void 0,o=On(ct),l=!be,s=new Map;return ss(()=>{var u=mo();i=u.promise;try{Promise.resolve(e()).then(u.resolve,u.reject).then(()=>{c===We&&c.committed&&c.deactivate(),Wr()})}catch(h){u.reject(h),Wr()}var c=We;if(l){var f=!r.is_pending();r.update_pending_count(1),c.increment(f),s.get(c)?.reject(Xn),s.delete(c),s.set(c,u)}const v=(h,g=void 0)=>{if(c.activate(),g)g!==Xn&&(o.f|=pn,Qn(o,g));else{(o.f&pn)!==0&&(o.f^=pn),Qn(o,h);for(const[m,y]of s){if(s.delete(m),m===c)break;y.reject(Xn)}}l&&(r.update_pending_count(-1),c.decrement(f))};u.promise.then(v,h=>v(null,h||"unknown"))}),Br(()=>{for(const u of s.values())u.reject(Xn)}),new Promise(u=>{function c(f){function v(){f===i?u(o):c(i)}f.then(v,v)}c(i)})}function b(e){const t=fr(e);return Qo(t),t}function yi(e){const t=fr(e);return t.equals=Co,t}function Po(e){var t=e.effects;if(t!==null){e.effects=null;for(var n=0;n<t.length;n+=1)_t(t[n])}}function ts(e){for(var t=e.parent;t!==null;){if((t.f&it)===0)return(t.f&un)===0?t:null;t=t.parent}return null}function bi(e){var t,n=xe;tn(ts(e));try{e.f&=~In,Po(e),t=ra(e)}finally{tn(n)}return t}function Ao(e){var t=bi(e);if(e.equals(t)||(We?.is_fork||(e.v=t),e.wv=ta()),!Un)if(Ot!==null)(vr()||We?.is_fork)&&Ot.set(e,t);else{var n=(e.f&Gt)===0?Qt:ut;ft(e,n)}}let wi=new Set;const $n=new Map;let Oo=!1;function On(e,t){var n={f:0,v:e,reactions:null,equals:ko,rv:0,wv:0};return n}function Te(e,t){const n=On(e);return Qo(n),n}function pi(e,t=!1,n=!0){const r=On(e);return t||(r.equals=Co),Kn&&n&&Ue!==null&&Ue.l!==null&&(Ue.l.s??=[]).push(r),r}function Z(e,t,n=!1){be!==null&&(!en||(be.f&bo)!==0)&&ur()&&(be.f&(it|ln|_i|bo))!==0&&!hn?.includes(e)&&Tl();let r=n?Fn(t):t;return Qn(e,r)}function Qn(e,t){if(!e.equals(t)){var n=e.v;Un?$n.set(e,t):$n.set(e,n),e.v=t;var r=jt.ensure();r.capture(e,n),(e.f&it)!==0&&((e.f&xt)!==0&&bi(e),ft(e,(e.f&Gt)!==0?ut:Qt)),e.wv=ta(),Fo(e,xt),ur()&&xe!==null&&(xe.f&ut)!==0&&(xe.f&(sn|Rn))===0&&(Nt===null?ds([e]):Nt.push(e)),!r.is_fork&&wi.size>0&&!Oo&&ns()}return t}function ns(){Oo=!1;var e=Hn;Gr(!0);const t=Array.from(wi);try{for(const n of t)(n.f&ut)!==0&&ft(n,Qt),mr(n)&&yr(n)}finally{Gr(e)}wi.clear()}function dr(e){Z(e,e.v+1)}function Fo(e,t){var n=e.reactions;if(n!==null)for(var r=ur(),i=n.length,o=0;o<i;o++){var l=n[o],s=l.f;if(!(!r&&l===xe)){var u=(s&xt)===0;if(u&&ft(l,t),(s&it)!==0){var c=l;Ot?.delete(c),(s&In)===0&&(s&Gt&&(l.f|=In),Fo(c,Qt))}else u&&((s&ln)!==0&&fn!==null&&fn.add(l),An(l))}}}function Fn(e){if(typeof e!="object"||e===null||Ln in e)return e;const t=di(e);if(t!==hl&&t!==vl)return e;var n=new Map,r=ho(e),i=Te(0),o=Wn,l=s=>{if(Wn===o)return s();var u=be,c=Wn;Et(null),ea(o);var f=s();return Et(u),ea(c),f};return r&&n.set("length",Te(e.length)),new Proxy(e,{defineProperty(s,u,c){(!("value"in c)||c.configurable===!1||c.enumerable===!1||c.writable===!1)&&El();var f=n.get(u);return f===void 0?f=l(()=>{var v=Te(c.value);return n.set(u,v),v}):Z(f,c.value,!0),!0},deleteProperty(s,u){var c=n.get(u);if(c===void 0){if(u in s){const f=l(()=>Te(ct));n.set(u,f),dr(i)}}else Z(c,ct),dr(i);return!0},get(s,u,c){if(u===Ln)return e;var f=n.get(u),v=u in s;if(f===void 0&&(!v||Sn(s,u)?.writable)&&(f=l(()=>{var g=Fn(v?s[u]:ct),m=Te(g);return m}),n.set(u,f)),f!==void 0){var h=a(f);return h===ct?void 0:h}return Reflect.get(s,u,c)},getOwnPropertyDescriptor(s,u){var c=Reflect.getOwnPropertyDescriptor(s,u);if(c&&"value"in c){var f=n.get(u);f&&(c.value=a(f))}else if(c===void 0){var v=n.get(u),h=v?.v;if(v!==void 0&&h!==ct)return{enumerable:!0,configurable:!0,value:h,writable:!0}}return c},has(s,u){if(u===Ln)return!0;var c=n.get(u),f=c!==void 0&&c.v!==ct||Reflect.has(s,u);if(c!==void 0||xe!==null&&(!f||Sn(s,u)?.writable)){c===void 0&&(c=l(()=>{var h=f?Fn(s[u]):ct,g=Te(h);return g}),n.set(u,c));var v=a(c);if(v===ct)return!1}return f},set(s,u,c,f){var v=n.get(u),h=u in s;if(r&&u==="length")for(var g=c;g<v.v;g+=1){var m=n.get(g+"");m!==void 0?Z(m,ct):g in s&&(m=l(()=>Te(ct)),n.set(g+"",m))}if(v===void 0)(!h||Sn(s,u)?.writable)&&(v=l(()=>Te(void 0)),Z(v,Fn(c)),n.set(u,v));else{h=v.v!==ct;var y=l(()=>Fn(c));Z(v,y)}var _=Reflect.getOwnPropertyDescriptor(s,u);if(_?.set&&_.set.call(f,c),!h){if(r&&typeof u=="string"){var w=n.get("length"),k=Number(u);Number.isInteger(k)&&k>=w.v&&Z(w,k+1)}dr(i)}return!0},ownKeys(s){a(i);var u=Reflect.ownKeys(s).filter(v=>{var h=n.get(v);return h===void 0||h.v!==ct});for(var[c,f]of n)f.v!==ct&&!(c in s)&&u.push(c);return u},setPrototypeOf(){Cl()}})}var Vt,No,Ho,Uo;function rs(){if(Vt===void 0){Vt=window,No=/Firefox/.test(navigator.userAgent);var e=Element.prototype,t=Node.prototype,n=Text.prototype;Ho=Sn(t,"firstChild").get,Uo=Sn(t,"nextSibling").get,_o(e)&&(e.__click=void 0,e.__className=void 0,e.__attributes=null,e.__style=void 0,e.__e=void 0),_o(n)&&(n.__t=void 0)}}function dn(e=""){return document.createTextNode(e)}function zr(e){return Ho.call(e)}function hr(e){return Uo.call(e)}function fe(e,t){return zr(e)}function J(e,t=!1){{var n=zr(e);return n instanceof Comment&&n.data===""?hr(n):n}}function ie(e,t=1,n=!1){let r=e;for(;t--;)r=hr(r);return r}function is(e){e.textContent=""}function Wo(){return!1}function os(e,t){{const n=document.body;e.autofocus=!0,Pn(()=>{document.activeElement===n&&e.focus()})}}function $i(e){var t=be,n=xe;Et(null),tn(null);try{return e()}finally{Et(t),tn(n)}}function zo(e){xe===null&&(be===null&&$l(),pl()),Un&&wl()}function as(e,t){var n=t.last;n===null?t.last=t.first=e:(n.next=e,e.prev=n,t.last=e)}function Yt(e,t,n){var r=xe;r!==null&&(r.f&St)!==0&&(e|=St);var i={ctx:Ue,deps:null,nodes:null,f:e|xt|Gt,first:null,fn:t,last:null,next:null,parent:r,b:r&&r.b,prev:null,teardown:null,wv:0,ac:null};if(n)try{yr(i),i.f|=vi}catch(s){throw _t(i),s}else t!==null&&An(i);var o=i;if(n&&o.deps===null&&o.teardown===null&&o.nodes===null&&o.first===o.last&&(o.f&qn)===0&&(o=o.first,(e&ln)!==0&&(e&wn)!==0&&o!==null&&(o.f|=wn)),o!==null&&(o.parent=r,r!==null&&as(o,r),be!==null&&(be.f&it)!==0&&(e&Rn)===0)){var l=be;(l.effects??=[]).push(o)}return i}function vr(){return be!==null&&!en}function Br(e){const t=Yt(Fr,null,!1);return ft(t,ut),t.teardown=e,t}function Qe(e){zo();var t=xe.f,n=!be&&(t&sn)!==0&&(t&vi)===0;if(n){var r=Ue;(r.e??=[]).push(e)}else return Bo(e)}function Bo(e){return Yt(hi|po,e,!1)}function Di(e){return zo(),Yt(Fr|po,e,!0)}function ls(e){jt.ensure();const t=Yt(Rn|qn,e,!0);return(n={})=>new Promise(r=>{n.outro?Nn(t,()=>{_t(t),r(void 0)}):(_t(t),r(void 0))})}function ki(e){return Yt(hi,e,!1)}function ss(e){return Yt(_i|qn,e,!0)}function Go(e,t=0){return Yt(Fr|t,e,!0)}function ue(e,t=[],n=[],r=[]){Ql(r,t,n,i=>{Yt(Fr,()=>e(...i.map(a)),!0)})}function gr(e,t=0){var n=Yt(ln|t,e,!0);return n}function us(e,t=0){var n=Yt(yo|t,e,!0);return n}function Rt(e){return Yt(sn|qn,e,!0)}function Vo(e){var t=e.teardown;if(t!==null){const n=Un,r=be;Jo(!0),Et(null);try{t.call(null)}finally{Jo(n),Et(r)}}}function Yo(e,t=!1){var n=e.first;for(e.first=e.last=null;n!==null;){const i=n.ac;i!==null&&$i(()=>{i.abort(Xn)});var r=n.next;(n.f&Rn)!==0?n.parent=null:_t(n,t),n=r}}function cs(e){for(var t=e.first;t!==null;){var n=t.next;(t.f&sn)===0&&_t(t),t=n}}function _t(e,t=!0){var n=!1;(t||(e.f&wo)!==0)&&e.nodes!==null&&e.nodes.end!==null&&(fs(e.nodes.start,e.nodes.end),n=!0),Yo(e,t&&!n),Vr(e,0),ft(e,un);var r=e.nodes&&e.nodes.t;if(r!==null)for(const o of r)o.stop();Vo(e);var i=e.parent;i!==null&&i.first!==null&&qo(e),e.next=e.prev=e.teardown=e.ctx=e.deps=e.fn=e.nodes=e.ac=null}function fs(e,t){for(;e!==null;){var n=e===t?null:hr(e);e.remove(),e=n}}function qo(e){var t=e.parent,n=e.prev,r=e.next;n!==null&&(n.next=r),r!==null&&(r.prev=n),t!==null&&(t.first===e&&(t.first=r),t.last===e&&(t.last=n))}function Nn(e,t,n=!0){var r=[];Xo(e,r,!0);var i=()=>{n&&_t(e),t&&t()},o=r.length;if(o>0){var l=()=>--o||i();for(var s of r)s.out(l)}else i()}function Xo(e,t,n){if((e.f&St)===0){e.f^=St;var r=e.nodes&&e.nodes.t;if(r!==null)for(const s of r)(s.is_global||n)&&t.push(s);for(var i=e.first;i!==null;){var o=i.next,l=(i.f&wn)!==0||(i.f&sn)!==0&&(e.f&ln)!==0;Xo(i,t,l?n:!1),i=o}}}function Ei(e){Ko(e,!0)}function Ko(e,t){if((e.f&St)!==0){e.f^=St,(e.f&ut)===0&&(ft(e,xt),An(e));for(var n=e.first;n!==null;){var r=n.next,i=(n.f&wn)!==0||(n.f&sn)!==0;Ko(n,i?t:!1),n=r}var o=e.nodes&&e.nodes.t;if(o!==null)for(const l of o)(l.is_global||t)&&l.in()}}function Zo(e,t){if(e.nodes)for(var n=e.nodes.start,r=e.nodes.end;n!==null;){var i=n===r?null:hr(n);t.append(n),n=i}}let Hn=!1;function Gr(e){Hn=e}let Un=!1;function Jo(e){Un=e}let be=null,en=!1;function Et(e){be=e}let xe=null;function tn(e){xe=e}let hn=null;function Qo(e){be!==null&&(hn===null?hn=[e]:hn.push(e))}let mt=null,It=0,Nt=null;function ds(e){Nt=e}let jo=1,_r=0,Wn=_r;function ea(e){Wn=e}function ta(){return++jo}function mr(e){var t=e.f;if((t&xt)!==0)return!0;if(t&it&&(e.f&=~In),(t&Qt)!==0){var n=e.deps;if(n!==null)for(var r=n.length,i=0;i<r;i++){var o=n[i];if(mr(o)&&Ao(o),o.wv>e.wv)return!0}(t&Gt)!==0&&Ot===null&&ft(e,ut)}return!1}function na(e,t,n=!0){var r=e.reactions;if(r!==null&&!hn?.includes(e))for(var i=0;i<r.length;i++){var o=r[i];(o.f&it)!==0?na(o,t,!1):t===o&&(n?ft(o,xt):(o.f&ut)!==0&&ft(o,Qt),An(o))}}function ra(e){var t=mt,n=It,r=Nt,i=be,o=hn,l=Ue,s=en,u=Wn,c=e.f;mt=null,It=0,Nt=null,be=(c&(sn|Rn))===0?e:null,hn=null,Zn(e.ctx),en=!1,Wn=++_r,e.ac!==null&&($i(()=>{e.ac.abort(Xn)}),e.ac=null);try{e.f|=gi;var f=e.fn,v=f(),h=e.deps;if(mt!==null){var g;if(Vr(e,It),h!==null&&It>0)for(h.length=It+mt.length,g=0;g<mt.length;g++)h[It+g]=mt[g];else e.deps=h=mt;if(vr()&&(e.f&Gt)!==0)for(g=It;g<h.length;g++)(h[g].reactions??=[]).push(e)}else h!==null&&It<h.length&&(Vr(e,It),h.length=It);if(ur()&&Nt!==null&&!en&&h!==null&&(e.f&(it|Qt|xt))===0)for(g=0;g<Nt.length;g++)na(Nt[g],e);return i!==null&&i!==e&&(_r++,Nt!==null&&(r===null?r=Nt:r.push(...Nt))),(e.f&pn)!==0&&(e.f^=pn),v}catch(m){return So(m)}finally{e.f^=gi,mt=t,It=n,Nt=r,be=i,hn=o,Zn(l),en=s,Wn=u}}function hs(e,t){let n=t.reactions;if(n!==null){var r=dl.call(n,e);if(r!==-1){var i=n.length-1;i===0?n=t.reactions=null:(n[r]=n[i],n.pop())}}n===null&&(t.f&it)!==0&&(mt===null||!mt.includes(t))&&(ft(t,Qt),(t.f&Gt)!==0&&(t.f^=Gt,t.f&=~In),Po(t),Vr(t,0))}function Vr(e,t){var n=e.deps;if(n!==null)for(var r=t;r<n.length;r++)hs(e,n[r])}function yr(e){var t=e.f;if((t&un)===0){ft(e,ut);var n=xe,r=Hn;xe=e,Hn=!0;try{(t&(ln|yo))!==0?cs(e):Yo(e),Vo(e);var i=ra(e);e.teardown=typeof i=="function"?i:null,e.wv=jo;var o}finally{Hn=r,xe=n}}}async function Yr(){await Promise.resolve(),Yl()}function a(e){var t=e.f,n=(t&it)!==0;if(be!==null&&!en){var r=xe!==null&&(xe.f&un)!==0;if(!r&&!hn?.includes(e)){var i=be.deps;if((be.f&gi)!==0)e.rv<_r&&(e.rv=_r,mt===null&&i!==null&&i[It]===e?It++:mt===null?mt=[e]:mt.includes(e)||mt.push(e));else{(be.deps??=[]).push(e);var o=e.reactions;o===null?e.reactions=[be]:o.includes(be)||o.push(be)}}}if(Un){if($n.has(e))return $n.get(e);if(n){var l=e,s=l.v;return((l.f&ut)===0&&l.reactions!==null||oa(l))&&(s=bi(l)),$n.set(l,s),s}}else n&&(!Ot?.has(e)||We?.is_fork&&!vr())&&(l=e,mr(l)&&Ao(l),Hn&&vr()&&(l.f&Gt)===0&&ia(l));if(Ot?.has(e))return Ot.get(e);if((e.f&pn)!==0)throw e.v;return e.v}function ia(e){if(e.deps!==null){e.f^=Gt;for(const t of e.deps)(t.reactions??=[]).push(e),(t.f&it)!==0&&(t.f&Gt)===0&&ia(t)}}function oa(e){if(e.v===ct)return!0;if(e.deps===null)return!1;for(const t of e.deps)if($n.has(t)||(t.f&it)!==0&&oa(t))return!0;return!1}function W(e){var t=en;try{return en=!0,e()}finally{en=t}}const vs=-7169;function ft(e,t){e.f=e.f&vs|t}function gs(e){if(!(typeof e!="object"||!e||e instanceof EventTarget)){if(Ln in e)Ci(e);else if(!Array.isArray(e))for(let t in e){const n=e[t];typeof n=="object"&&n&&Ln in n&&Ci(n)}}}function Ci(e,t=new Set){if(typeof e=="object"&&e!==null&&!(e instanceof EventTarget)&&!t.has(e)){t.add(e),e instanceof Date&&e.getTime();for(let r in e)try{Ci(e[r],t)}catch{}const n=di(e);if(n!==Object.prototype&&n!==Array.prototype&&n!==Map.prototype&&n!==Set.prototype&&n!==Date.prototype){const r=go(n);for(let i in r){const o=r[i].get;if(o)try{o.call(e)}catch{}}}}}const _s=["touchstart","touchmove"];function ms(e){return _s.includes(e)}const aa=new Set,Ti=new Set;function ys(e,t,n,r={}){function i(o){if(r.capture||br.call(t,o),!o.cancelBubble)return $i(()=>n?.call(this,o))}return e.startsWith("pointer")||e.startsWith("touch")||e==="wheel"?Pn(()=>{t.addEventListener(e,i,r)}):t.addEventListener(e,i,r),i}function Lt(e,t,n,r,i){var o={capture:r,passive:i},l=ys(e,t,n,o);(t===document.body||t===window||t===document||t instanceof HTMLMediaElement)&&Br(()=>{t.removeEventListener(e,l,o)})}function Dn(e){for(var t=0;t<e.length;t++)aa.add(e[t]);for(var n of Ti)n(e)}let la=null;function br(e){var t=this,n=t.ownerDocument,r=e.type,i=e.composedPath?.()||[],o=i[0]||e.target;la=e;var l=0,s=la===e&&e.__root;if(s){var u=i.indexOf(s);if(u!==-1&&(t===document||t===window)){e.__root=t;return}var c=i.indexOf(t);if(c===-1)return;u<=c&&(l=u)}if(o=i[l]||e.target,o!==t){vo(e,"currentTarget",{configurable:!0,get(){return o||n}});var f=be,v=xe;Et(null),tn(null);try{for(var h,g=[];o!==null;){var m=o.assignedSlot||o.parentNode||o.host||null;try{var y=o["__"+r];y!=null&&(!o.disabled||e.target===o)&&y.call(o,e)}catch(_){h?g.push(_):h=_}if(e.cancelBubble||m===t||m===null)break;o=m}if(h){for(let _ of g)queueMicrotask(()=>{throw _});throw h}}finally{e.__root=t,delete e.currentTarget,Et(f),tn(v)}}}function bs(e){var t=document.createElement("template");return t.innerHTML=e.replaceAll("<!>","<!---->"),t.content}function qr(e,t){var n=xe;n.nodes===null&&(n.nodes={start:e,end:t,a:null,t:null})}function j(e,t){var n=(t&Nl)!==0,r=(t&Hl)!==0,i,o=!e.startsWith("<!>");return()=>{i===void 0&&(i=bs(o?e:"<!>"+e),n||(i=zr(i)));var l=r||No?document.importNode(i,!0):i.cloneNode(!0);if(n){var s=zr(l),u=l.lastChild;qr(s,u)}else qr(l,l);return l}}function sa(e=""){{var t=dn(e+"");return qr(t,t),t}}function de(){var e=document.createDocumentFragment(),t=document.createComment(""),n=dn();return e.append(t,n),qr(t,n),e}function x(e,t){e!==null&&e.before(t)}function ua(e,t){var n=t==null?"":typeof t=="object"?t+"":t;n!==(e.__t??=e.nodeValue)&&(e.__t=n,e.nodeValue=n+"")}function ws(e,t){return ps(e,t)}const jn=new Map;function ps(e,{target:t,anchor:n,props:r={},events:i,context:o,intro:l=!0}){rs();var s=new Set,u=v=>{for(var h=0;h<v.length;h++){var g=v[h];if(!s.has(g)){s.add(g);var m=ms(g);t.addEventListener(g,br,{passive:m});var y=jn.get(g);y===void 0?(document.addEventListener(g,br,{passive:m}),jn.set(g,1)):jn.set(g,y+1)}}};u(Ar(aa)),Ti.add(u);var c=void 0,f=ls(()=>{var v=n??t.appendChild(dn());return Zl(v,{pending:()=>{}},h=>{if(o){ge({});var g=Ue;g.c=o}i&&(r.$$events=i),c=e(h,r)||{},o&&_e()}),()=>{for(var h of s){t.removeEventListener(h,br);var g=jn.get(h);--g===0?(document.removeEventListener(h,br),jn.delete(h)):jn.set(h,g)}Ti.delete(u),v!==n&&v.parentNode?.removeChild(v)}});return xi.set(c,f),c}let xi=new WeakMap;function $s(e,t){const n=xi.get(e);return n?(xi.delete(e),n(t)):Promise.resolve()}class Si{anchor;#e=new Map;#t=new Map;#n=new Map;#r=new Set;#s=!0;constructor(t,n=!0){this.anchor=t,this.#s=n}#o=()=>{var t=We;if(this.#e.has(t)){var n=this.#e.get(t),r=this.#t.get(n);if(r)Ei(r),this.#r.delete(n);else{var i=this.#n.get(n);i&&(this.#t.set(n,i.effect),this.#n.delete(n),i.fragment.lastChild.remove(),this.anchor.before(i.fragment),r=i.effect)}for(const[o,l]of this.#e){if(this.#e.delete(o),o===t)break;const s=this.#n.get(l);s&&(_t(s.effect),this.#n.delete(l))}for(const[o,l]of this.#t){if(o===n||this.#r.has(o))continue;const s=()=>{if(Array.from(this.#e.values()).includes(o)){var c=document.createDocumentFragment();Zo(l,c),c.append(dn()),this.#n.set(o,{effect:l,fragment:c})}else _t(l);this.#r.delete(o),this.#t.delete(o)};this.#s||!r?(this.#r.add(o),Nn(l,s,!1)):s()}}};#i=t=>{this.#e.delete(t);const n=Array.from(this.#e.values());for(const[r,i]of this.#n)n.includes(r)||(_t(i.effect),this.#n.delete(r))};ensure(t,n){var r=We,i=Wo();if(n&&!this.#t.has(t)&&!this.#n.has(t))if(i){var o=document.createDocumentFragment(),l=dn();o.append(l),this.#n.set(t,{effect:Rt(()=>n(l)),fragment:o})}else this.#t.set(t,Rt(()=>n(this.anchor)));if(this.#e.set(r,t),i){for(const[s,u]of this.#t)s===t?r.skipped_effects.delete(u):r.skipped_effects.add(u);for(const[s,u]of this.#n)s===t?r.skipped_effects.delete(u.effect):r.skipped_effects.add(u.effect);r.oncommit(this.#o),r.ondiscard(this.#i)}else this.#o()}}function we(e,t,n=!1){var r=new Si(e),i=n?wn:0;function o(l,s){r.ensure(l,s)}gr(()=>{var l=!1;t((s,u=!0)=>{l=!0,o(u,s)}),l||o(!1,null)},i)}function ce(e,t){return t}function Ds(e,t,n){for(var r=[],i=t.length,o,l=t.length,s=0;s<i;s++){let v=t[s];Nn(v,()=>{if(o){if(o.pending.delete(v),o.done.add(v),o.pending.size===0){var h=e.outrogroups;Ri(Ar(o.done)),h.delete(o),h.size===0&&(e.outrogroups=null)}}else l-=1},!1)}if(l===0){var u=r.length===0&&n!==null;if(u){var c=n,f=c.parentNode;is(f),f.append(c),e.items.clear()}Ri(t,!u)}else o={pending:new Set(t),done:new Set},(e.outrogroups??=new Set).add(o)}function Ri(e,t=!0){for(var n=0;n<e.length;n++)_t(e[n],t)}var ca;function le(e,t,n,r,i,o=null){var l=e,s=new Map,u=(t&Do)!==0;if(u){var c=e;l=c.appendChild(dn())}var f=null,v=yi(()=>{var w=n();return ho(w)?w:w==null?[]:Ar(w)}),h,g=!0;function m(){_.fallback=f,ks(_,h,l,t,r),f!==null&&(h.length===0?(f.f&cn)===0?Ei(f):(f.f^=cn,wr(f,null,l)):Nn(f,()=>{f=null}))}var y=gr(()=>{h=a(v);for(var w=h.length,k=new Set,p=We,$=Wo(),T=0;T<w;T+=1){var E=h[T],D=r(E,T),P=g?null:s.get(D);P?(P.v&&Qn(P.v,E),P.i&&Qn(P.i,T),$&&p.skipped_effects.delete(P.e)):(P=Es(s,g?l:ca??=dn(),E,D,T,i,t,n),g||(P.e.f|=cn),s.set(D,P)),k.add(D)}if(w===0&&o&&!f&&(g?f=Rt(()=>o(l)):(f=Rt(()=>o(ca??=dn())),f.f|=cn)),!g)if($){for(const[S,C]of s)k.has(S)||p.skipped_effects.add(C.e);p.oncommit(m),p.ondiscard(()=>{})}else m();a(v)}),_={effect:y,items:s,outrogroups:null,fallback:f};g=!1}function ks(e,t,n,r,i){var o=(r&Il)!==0,l=t.length,s=e.items,u=e.effect.first,c,f=null,v,h=[],g=[],m,y,_,w;if(o)for(w=0;w<l;w+=1)m=t[w],y=i(m,w),_=s.get(y).e,(_.f&cn)===0&&(_.nodes?.a?.measure(),(v??=new Set).add(_));for(w=0;w<l;w+=1){if(m=t[w],y=i(m,w),_=s.get(y).e,e.outrogroups!==null)for(const C of e.outrogroups)C.pending.delete(_),C.done.delete(_);if((_.f&cn)!==0)if(_.f^=cn,_===u)wr(_,null,n);else{var k=f?f.next:u;_===e.effect.last&&(e.effect.last=_.prev),_.prev&&(_.prev.next=_.next),_.next&&(_.next.prev=_.prev),kn(e,f,_),kn(e,_,k),wr(_,k,n),f=_,h=[],g=[],u=f.next;continue}if((_.f&St)!==0&&(Ei(_),o&&(_.nodes?.a?.unfix(),(v??=new Set).delete(_))),_!==u){if(c!==void 0&&c.has(_)){if(h.length<g.length){var p=g[0],$;f=p.prev;var T=h[0],E=h[h.length-1];for($=0;$<h.length;$+=1)wr(h[$],p,n);for($=0;$<g.length;$+=1)c.delete(g[$]);kn(e,T.prev,E.next),kn(e,f,T),kn(e,E,p),u=p,f=E,w-=1,h=[],g=[]}else c.delete(_),wr(_,u,n),kn(e,_.prev,_.next),kn(e,_,f===null?e.effect.first:f.next),kn(e,f,_),f=_;continue}for(h=[],g=[];u!==null&&u!==_;)(c??=new Set).add(u),g.push(u),u=u.next;if(u===null)continue}(_.f&cn)===0&&h.push(_),f=_,u=_.next}if(e.outrogroups!==null){for(const C of e.outrogroups)C.pending.size===0&&(Ri(Ar(C.done)),e.outrogroups?.delete(C));e.outrogroups.size===0&&(e.outrogroups=null)}if(u!==null||c!==void 0){var D=[];if(c!==void 0)for(_ of c)(_.f&St)===0&&D.push(_);for(;u!==null;)(u.f&St)===0&&u!==e.fallback&&D.push(u),u=u.next;var P=D.length;if(P>0){var S=(r&Do)!==0&&l===0?n:null;if(o){for(w=0;w<P;w+=1)D[w].nodes?.a?.measure();for(w=0;w<P;w+=1)D[w].nodes?.a?.fix()}Ds(e,D,S)}}o&&Pn(()=>{if(v!==void 0)for(_ of v)_.nodes?.a?.apply()})}function Es(e,t,n,r,i,o,l,s){var u=(l&Sl)!==0?(l&Ll)===0?pi(n,!1,!1):On(n):null,c=(l&Rl)!==0?On(i):null;return{v:u,i:c,e:Rt(()=>(o(t,u??n,c??i,s),()=>{e.delete(r)}))}}function wr(e,t,n){if(e.nodes)for(var r=e.nodes.start,i=e.nodes.end,o=t&&(t.f&cn)===0?t.nodes.start:n;r!==null;){var l=hr(r);if(o.before(r),r===i)return;r=l}}function kn(e,t,n){t===null?e.effect.first=n:t.next=n,n===null?e.effect.last=t:n.prev=t}function vn(e,t,...n){var r=new Si(e);gr(()=>{const i=t()??null;r.ensure(i,i&&(o=>i(o,...n)))},wn)}function Ii(e,t,n){var r=new Si(e);gr(()=>{var i=t()??null;r.ensure(i,i&&(o=>n(o,i)))},wn)}function Ye(e,t){var n=void 0,r;us(()=>{n!==(n=t())&&(r&&(_t(r),r=null),n&&(r=Rt(()=>{ki(()=>n(e))})))})}function fa(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=fa(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function Cs(){for(var e,t,n=0,r="",i=arguments.length;n<i;n++)(e=arguments[n])&&(t=fa(e))&&(r&&(r+=" "),r+=t);return r}function nn(e){return typeof e=="object"?Cs(e):e??""}function Ts(e,t,n){var r=e==null?"":""+e;return r===""?null:r}function da(e,t=!1){var n=t?" !important;":";",r="";for(var i in e){var o=e[i];o!=null&&o!==""&&(r+=" "+i+": "+o+n)}return r}function Li(e){return e[0]!=="-"||e[1]!=="-"?e.toLowerCase():e}function xs(e,t){if(t){var n="",r,i;if(Array.isArray(t)?(r=t[0],i=t[1]):r=t,e){e=String(e).replaceAll(/\s*\/\*.*?\*\/\s*/g,"").trim();var o=!1,l=0,s=!1,u=[];r&&u.push(...Object.keys(r).map(Li)),i&&u.push(...Object.keys(i).map(Li));var c=0,f=-1;const y=e.length;for(var v=0;v<y;v++){var h=e[v];if(s?h==="/"&&e[v-1]==="*"&&(s=!1):o?o===h&&(o=!1):h==="/"&&e[v+1]==="*"?s=!0:h==='"'||h==="'"?o=h:h==="("?l++:h===")"&&l--,!s&&o===!1&&l===0){if(h===":"&&f===-1)f=v;else if(h===";"||v===y-1){if(f!==-1){var g=Li(e.substring(c,f).trim());if(!u.includes(g)){h!==";"&&v++;var m=e.substring(c,v).trim();n+=" "+m+";"}}c=v+1,f=-1}}}}return r&&(n+=da(r)),i&&(n+=da(i,!0)),n=n.trim(),n===""?null:n}return e==null?null:String(e)}function N(e,t,n,r,i,o){var l=e.__className;if(l!==n||l===void 0){var s=Ts(n);s==null?e.removeAttribute("class"):e.className=s,e.__className=n}return o}function Mi(e,t={},n,r){for(var i in n){var o=n[i];t[i]!==o&&(n[i]==null?e.style.removeProperty(i):e.style.setProperty(i,o,r))}}function qt(e,t,n,r){var i=e.__style;if(i!==t){var o=xs(t,r);o==null?e.removeAttribute("style"):e.style.cssText=o,e.__style=t}else r&&(Array.isArray(r)?(Mi(e,n?.[0],r[0]),Mi(e,n?.[1],r[1],"important")):Mi(e,n,r));return r}const Ss=Symbol("is custom element"),Rs=Symbol("is html");function ze(e,t,n,r){var i=Is(e);i[t]!==(i[t]=n)&&(t==="loading"&&(e[yl]=n),n==null?e.removeAttribute(t):typeof n!="string"&&Ls(e).includes(t)?e[t]=n:e.setAttribute(t,n))}function Is(e){return e.__attributes??={[Ss]:e.nodeName.includes("-"),[Rs]:e.namespaceURI===Ul}}var ha=new Map;function Ls(e){var t=e.getAttribute("is")||e.nodeName,n=ha.get(t);if(n)return n;ha.set(t,n=[]);for(var r,i=e,o=Element.prototype;o!==i;){r=go(i);for(var l in r)r[l].set&&n.push(l);i=di(i)}return n}function En(e,t,n){var r=Sn(e,t);r&&r.set&&(e[t]=n,Br(()=>{e[t]=null}))}class Pi{#e=new WeakMap;#t;#n;static entries=new WeakMap;constructor(t){this.#n=t}observe(t,n){var r=this.#e.get(t)||new Set;return r.add(n),this.#e.set(t,r),this.#r().observe(t,this.#n),()=>{var i=this.#e.get(t);i.delete(n),i.size===0&&(this.#e.delete(t),this.#t.unobserve(t))}}#r(){return this.#t??(this.#t=new ResizeObserver(t=>{for(var n of t){Pi.entries.set(n.target,n);for(var r of this.#e.get(n.target)||[])r(n)}}))}}var Ms=new Pi({box:"border-box"});function Xr(e,t,n){var r=Ms.observe(e,()=>n(e[t]));ki(()=>(W(()=>n(e[t])),r))}function va(e,t){return e===t||e?.[Ln]===t}function yt(e={},t,n,r){return ki(()=>{var i,o;return Go(()=>{i=o,o=r?.()||[],W(()=>{e!==n(...o)&&(t(e,...o),i&&va(n(...i),e)&&t(null,...i))})}),()=>{Pn(()=>{o&&va(n(...o),e)&&t(null,...o)})}}),e}function Ps(e=!1){const t=Ue,n=t.l.u;if(!n)return;let r=()=>gs(t.s);if(e){let i=0,o={};const l=fr(()=>{let s=!1;const u=t.s;for(const c in u)u[c]!==o[c]&&(o[c]=u[c],s=!0);return s&&i++,i});r=()=>a(l)}n.b.length&&Di(()=>{ga(t,r),Or(n.b)}),Qe(()=>{const i=W(()=>n.m.map(gl));return()=>{for(const o of i)typeof o=="function"&&o()}}),n.a.length&&Qe(()=>{ga(t,r),Or(n.a)})}function ga(e,t){if(e.l.s)for(const n of e.l.s)a(n);t()}function Ai(e,t,n){if(e==null)return t(void 0),n&&n(void 0),gt;const r=W(()=>e.subscribe(t,n));return r.unsubscribe?()=>r.unsubscribe():r}const er=[];function _a(e,t){return{subscribe:dt(e,t).subscribe}}function dt(e,t=gt){let n=null;const r=new Set;function i(s){if(Eo(e,s)&&(e=s,n)){const u=!er.length;for(const c of r)c[1](),er.push(c,e);if(u){for(let c=0;c<er.length;c+=2)er[c][0](er[c+1]);er.length=0}}}function o(s){i(s(e))}function l(s,u=gt){const c=[s,u];return r.add(c),r.size===1&&(n=t(i,o)||gt),s(e),()=>{r.delete(c),r.size===0&&n&&(n(),n=null)}}return{set:i,update:o,subscribe:l}}function Ze(e,t,n){const r=!Array.isArray(e),i=r?[e]:e;if(!i.every(Boolean))throw new Error("derived() expects stores as input, got a falsy value");const o=t.length<2;return _a(n,(l,s)=>{let u=!1;const c=[];let f=0,v=gt;const h=()=>{if(f)return;v();const m=t(r?c[0]:c,l,s);o?l(m):v=typeof m=="function"?m:gt},g=i.map((m,y)=>Ai(m,_=>{c[y]=_,f&=~(1<<y),u&&h()},()=>{f|=1<<y}));return u=!0,h(),function(){Or(g),v(),u=!1}})}function pr(e){let t;return Ai(e,n=>t=n)(),t}let Kr=!1,Oi=Symbol();function d(e,t,n){const r=n[t]??={store:null,source:pi(void 0),unsubscribe:gt};if(r.store!==e&&!(Oi in n))if(r.unsubscribe(),r.store=e??null,e==null)r.source.v=void 0,r.unsubscribe=gt;else{var i=!0;r.unsubscribe=Ai(e,o=>{i?r.source.v=o:Z(r.source,o)}),i=!1}return e&&Oi in n?pr(e):a(r.source)}function Be(e,t){return e.set(t),t}function $e(){const e={};function t(){Br(()=>{for(var n in e)e[n].unsubscribe();vo(e,Oi,{enumerable:!1,value:!0})})}return[e,t]}function Ge(e,t,n){return e.set(n),t}function As(e){var t=Kr;try{return Kr=!1,[e(),Kr]}finally{Kr=t}}function Se(e,t,n,r){var i=!Kn||(n&Pl)!==0,o=(n&Ol)!==0,l=(n&Fl)!==0,s=r,u=!0,c=()=>(u&&(u=!1,s=l?W(r):r),s),f;if(o){var v=Ln in e||ml in e;f=Sn(e,t)?.set??(v&&t in e?p=>e[t]=p:void 0)}var h,g=!1;o?[h,g]=As(()=>e[t]):h=e[t],h===void 0&&r!==void 0&&(h=c(),f&&(i&&kl(),f(h)));var m;if(i?m=()=>{var p=e[t];return p===void 0?c():(u=!0,p)}:m=()=>{var p=e[t];return p!==void 0&&(s=void 0),p===void 0?s:p},i&&(n&Al)===0)return m;if(f){var y=e.$$legacy;return(function(p,$){return arguments.length>0?((!i||!$||y||g)&&f($?m():p),p):m()})}var _=!1,w=((n&Ml)!==0?fr:yi)(()=>(_=!1,m()));o&&a(w);var k=xe;return(function(p,$){if(arguments.length>0){const T=$?a(w):i&&o?Fn(p):p;return Z(w,T),_=!0,s!==void 0&&(s=T),p}return Un&&_||(k.f&un)!==0?w.v:a(w)})}function tr(e){Ue===null&&$o(),Kn&&Ue.l!==null?Os(Ue).m.push(e):Qe(()=>{const t=W(e);if(typeof t=="function")return t})}function Os(e){var t=e.l;return t.u??={a:[],b:[],m:[]}}const Fs="5";typeof window<"u"&&((window.__svelte??={}).v??=new Set).add(Fs);function Fi(e,t=void 0){return function(n){return n.key==="Enter"||n.key===" "&&!n.preventDefault()?e.call(t,n):void 0}}function ot(e){return t=>{typeof e=="string"?t.innerText=e:e?.domNodes?t.replaceChildren(...e.domNodes):e?.html&&(t.innerHTML=e.html)}}function Ns(e){return t=>{let n=r=>{t&&!t.contains(r.target)&&t.dispatchEvent(new CustomEvent(e+"outside",{detail:{jsEvent:r}}))};return document.addEventListener(e,n,!0),()=>{document.removeEventListener(e,n,!0)}}}function Ni(e){return t=>{let n=new ResizeObserver(r=>{for(let i of r)e(t,i)});return n.observe(t),()=>{n.unobserve(t)}}}function ma(e,t){return n=>{let r=new IntersectionObserver(i=>{for(let o of i)e(n,o)},t);return r.observe(n),()=>{r.unobserve(n)}}}const Zr=86400;function rn(e=void 0){return e!==void 0?e instanceof Date?$a(e):Ws(e):$a(new Date)}function tt(e){if(typeof e=="number")e={seconds:e};else if(typeof e=="string"){let n=0,r=2;for(let i of e.split(":",3))n+=parseInt(i,10)*Math.pow(60,r--);e={seconds:n}}else e instanceof Date&&(e={hours:e.getUTCHours(),minutes:e.getUTCMinutes(),seconds:e.getUTCSeconds()});let t=e.weeks||e.week||0;return{years:e.years||e.year||0,months:e.months||e.month||0,days:t*7+(e.days||e.day||0),seconds:(e.hours||e.hour||0)*60*60+(e.minutes||e.minute||0)*60+(e.seconds||e.second||0),inWeeks:!!t}}function Q(e){return new Date(e.getTime())}function Me(e,t,n=1){e.setUTCFullYear(e.getUTCFullYear()+n*t.years);let r=e.getUTCMonth()+n*t.months;for(e.setUTCMonth(r),r%=12,r<0&&(r+=12);e.getUTCMonth()!==r;)nr(e);return e.setUTCDate(e.getUTCDate()+n*t.days),e.setUTCSeconds(e.getUTCSeconds()+n*t.seconds),e}function Jr(e,t,n=1){return Me(e,t,-n)}function Xt(e,t=1){return e.setUTCDate(e.getUTCDate()+t),e}function nr(e,t=1){return Xt(e,-t)}function on(e){return e.setUTCHours(0,0,0,0),e}function Je(e){return new Date(e.getUTCFullYear(),e.getUTCMonth(),e.getUTCDate(),e.getUTCHours(),e.getUTCMinutes(),e.getUTCSeconds())}function Mt(e,t=19){return e.toISOString().substring(0,t)}function Ct(e,...t){return t.every(n=>e.getTime()===n.getTime())}function Hs(e,t){let n=t-e.getUTCDay();return e.setUTCDate(e.getUTCDate()+(n>=0?n:n+7)),e}function ya(e,t){let n=t-e.getUTCDay();return e.setUTCDate(e.getUTCDate()+(n<=0?n:n-7)),e}function ba(e){return typeof e=="string"&&e.length<=10}function Hi(e,t){return e.setUTCHours(t.getUTCHours(),t.getUTCMinutes(),t.getUTCSeconds(),0),e}function ke(e){return e.seconds}function wa(e,t){return Me(e,t),e}function pa(e,t,n){if(Jr(e,t),n.length&&n.length<7)for(;n.includes(e.getUTCDay());)nr(e);return e}function Us(e,t){e=Q(e),t===0?e.setUTCDate(e.getUTCDate()+6-e.getUTCDay()):e.setUTCDate(e.getUTCDate()+4-(e.getUTCDay()||7));let n=new Date(Date.UTC(e.getUTCFullYear(),0,1));return Math.ceil(((e-n)/1e3/Zr+1)/7)}function $a(e){return new Date(Date.UTC(e.getFullYear(),e.getMonth(),e.getDate(),e.getHours(),e.getMinutes(),e.getSeconds()))}function Ws(e){const t=e.match(/\d+/g);return new Date(Date.UTC(Number(t[0]),Number(t[1])-1,Number(t[2]),Number(t[3]||0),Number(t[4]||0),Number(t[5]||0)))}function ht(...e){return Object.assign(...e)}function gn(e){return Object.keys(e)}function zs(e){return Object.entries(e)}function Ui(e){return Math.floor(e)}function Bs(e){return Math.ceil(e)}function an(...e){return Math.min(...e)}function Pt(...e){return Math.max(...e)}function Gs(){return Symbol("ec")}function Da(e){return Array.isArray(e)}function pe(e){return typeof e=="function"}function Vs(e){for(let t in e)if(Object.hasOwn(e,t))return!1;return!0}function Ys(e){return e()}function ka(e){e.forEach(Ys)}function qs(){}const $r=e=>e;function Wi(e,t=void 0){return function(n){n.stopPropagation(),e&&e.call(t,n)}}function Ea(){return window.getComputedStyle(document.documentElement).direction==="rtl"}let zi=Gs();function Ca(e,t){e[zi]=t}function Xs(e){return!!e?.[zi]}function _n(e){return e[zi]}function Ta(e,t,n,r=[]){let i=document.createElement(e);i.className=t,typeof n=="string"?i.innerText=n:n.domNodes?i.replaceChildren(...n.domNodes):n.html&&(i.innerHTML=n.html);for(let o of r)i.setAttribute(...o);return i}function Cn(e){return e.getBoundingClientRect()}function xa(e,t){for(;t--;)e=e.parentElement;return e}function zn(e){return Cn(e).height}function rr(e,t,n=document,r=[]){r.push(n);for(let i of n.elementsFromPoint(e,t)){if(Xs(i))return i;if(i.shadowRoot&&!r.includes(i.shadowRoot)){let o=rr(e,t,i.shadowRoot,r);if(o)return o}}return null}function Dr(e,t,n,r){return e.addEventListener(t,n,r),()=>e.removeEventListener(t,n,r)}function Ks(e,t,n,r){return{type:e,title:t,currentStart:n.start,currentEnd:n.end,activeStart:r.start,activeEnd:r.end,calendar:void 0}}function bt(e){return e=ht({},e),e.currentStart=Je(e.currentStart),e.currentEnd=Je(e.currentEnd),e.activeStart=Je(e.activeStart),e.activeEnd=Je(e.activeEnd),e}function Sa(e){return e.startsWith("list")}let Zs=1;function Qr(e){return e.map(t=>{let n={id:"id"in t?String(t.id):`{generated-${Zs++}}`,resourceIds:Bi(t,"resourceId").map(String),allDay:t.allDay??(ba(t.start)&&ba(t.end)),start:rn(t.start),end:rn(t.end),title:t.title??"",editable:t.editable,startEditable:t.startEditable,durationEditable:t.durationEditable,display:t.display??"auto",extendedProps:t.extendedProps??{},backgroundColor:t.backgroundColor??t.color,textColor:t.textColor,classNames:Bi(t,"className"),styles:Bi(t,"style")};if(n.allDay){on(n.start);let r=Q(n.end);on(n.end),(!Ct(n.end,r)||Ct(n.end,n.start))&&Xt(n.end)}return n})}function Bi(e,t){let n=e[t+"s"]??e[t]??[];return Da(n)?n:[n]}function Js(e){return e.map(t=>({events:t.events,url:t.url&&t.url.trimEnd("&")||"",method:t.method&&t.method.toUpperCase()||"GET",extraParams:t.extraParams||{}}))}function Qs(e,t,n,r,i,o){let l=i.formatRange(e.start,t&&e.event.display!=="pointer"&&!e.zeroDuration?Hi(Q(e.start),e.end):e.start),s;if(n&&(s=pe(n)?n({event:at(e.event),timeText:l,view:bt(o)}):n),s===void 0){let u;switch(e.event.display){case"background":u=[];break;case"pointer":u=e.event.allDay?[]:[Ra(l,e,r)];break;default:u=[...e.event.allDay?[]:[Ra(l,e,r)],Ta("h4",r.eventTitle,e.event.title)]}s={domNodes:u}}return[l,s]}function Ra(e,t,n){return Ta("time",n.eventTime,e,[["datetime",Mt(t.start)]])}function js(e,t,n){let r=t.classNames;return e&&(pe(e)&&(e=e({event:at(t),view:bt(n)})),r=[...Da(e)?e:[e],...r]),r}function at(e){return Ia(e,Je)}function Gi(e){return Ia(e,Q)}function Ia(e,t){return e=ht({},e),e.start=t(e.start),e.end=t(e.end),e}function Vi(e,t){e.length=t.length;for(let n of e)n?.reposition()}function kr(e,t,n,r=void 0){return(!r||e.resourceIds.includes(r.id))&&e.start<n&&e.end>t}function jr(e){return eu(e)||tu(e)||nu(e)}function Ht(e){return e==="background"}function eu(e){return e==="preview"}function tu(e){return e==="ghost"}function nu(e){return e==="pointer"}function Er(e,t,n){let r={start:e.start>t?e.start:t,end:e.end<n?e.end:n,event:e};return r.zeroDuration=Ct(r.start,r.end),r}function ir(e,t){let n=[],r,i,o;for(let{gridColumn:l,gridRow:s,resource:u,dayStart:c,dayEnd:f,disabled:v}of t)!v&&kr(e,c,f,u)&&(n.push(c),r=f,i||(i=l,o=s));if(n.length){let l=Er(e,n[0],r);return ht(l,{gridColumn:i,gridRow:o,dates:n}),[l]}return[]}function La(e){let t={},n={};for(let r of e){let{gridColumn:i,gridRow:o}=r;for(let s=1;s<r.dates.length;++s){let u=`${o}_${i+s}`;n[u]?n[u].chunks.push(r):n[u]={sorted:!1,chunks:[r]}}let l=`${o}_${i}`;r.long=n[l],r.prev=t[l],t[l]=r}}function Ma(e,t,n=0){e.prev&&(n=e.prev.bottom+1);let r=n+t;if(e.long){let i=e.long;i.sorted||(i.chunks.sort((o,l)=>o.top-l.top),i.sorted=!0);for(let o of i.chunks)if(n<o.bottom&&r>o.top){let l=o.bottom-n+1;n+=l,r+=l}}return ht(e,{top:n,bottom:r}),n}function Pa(e,t,n){n.update(r=>r.set(t,e))}function ru(e){ka(e),e.clear()}function iu(e,t,n){t??=e,n.has(t)||n.set(t,setTimeout(()=>{n.delete(t),e()}))}function ei(e){return ni(e,"day")}function ti(e){return ni(e,"week")}function Yi(e){return ni(e,"month")}function ou(e){return ni(e,"year")}function ni(e,t){return{...e,next:"Next "+t,prev:"Previous "+t}}function Ut(e){return t=>({...t,view:e})}function au(e){let t,n;return e&&({start:t,end:n}=e,t&&(t=on(rn(t))),n&&(n=on(rn(n)))),{start:t,end:n}}function or(e,t){return t.start&&e<t.start||t.end&&e>t.end}function Aa(e){let t=[];return Oa(e,0,t),t}function Oa(e,t,n){let r=[];for(let i of e){let o=lu(i);r.push(o),n.push(o);let l={level:t,children:[],expanded:!0,hidden:!1};Ca(o,l),i.children&&(l.children=Oa(i.children,t+1,n))}return r}function lu(e){return{id:String(e.id),title:e.title||"",eventBackgroundColor:e.eventBackgroundColor,eventTextColor:e.eventTextColor,extendedProps:e.extendedProps??{}}}function su(e,t){return Fa(e,t)?.eventBackgroundColor}function uu(e,t){return Fa(e,t)?.eventTextColor}function Fa(e,t){return t.find(n=>e.resourceIds.includes(n.id))}function Na(e,t,n,r,i){let o=[];e=Q(e);let l=Q(e);for(Me(e,r.min),Me(l,r.max);e<l;)o.push([Mt(e),i.format(e)]),Me(e,t,n);let s=Ui((e-l)/1e3/ke(t));return s&&s!==n&&(o.at(-1)[2]=n-s),o}function Ha(e,t,n,r,i){let o=tt(e),l=tt(t);if(n){let s=tt(an(ke(o),Pt(0,ke(l)-Zr))),u=tt(Pt(ke(l),ke(s)+Zr)),c=pe(n?.eventFilter)?n.eventFilter:f=>!Ht(f.display);e:for(let f of r){let v=Me(Q(f),o),h=Me(Q(f),l),g=Me(Q(f),s),m=Me(Q(f),u);for(let y of i)if(!y.allDay&&c(y)&&y.start<m&&y.end>g){if(y.start<v){let _=Pt((y.start-f)/1e3,ke(s));_<ke(o)&&(o.seconds=_)}if(y.end>h){let _=an((y.end-f)/1e3,ke(u));_>ke(l)&&(l.seconds=_)}if(ke(o)===ke(s)&&ke(l)===ke(u))break e}}}return{min:o,max:l}}function Bn(e,t){return Ze([e,t],([n,r])=>{let i=pe(r)?{format:r}:new Intl.DateTimeFormat(n,r);return{format:o=>i.format(Je(o))}})}function Ua(e,t){return Ze([e,t],([n,r])=>{let i;if(pe(r))i=r;else{let o=new Intl.DateTimeFormat(n,r);i=(l,s)=>{if(l<=s)return o.formatRange(l,s);{let u=o.formatRangeToParts(s,l),c="",f=["startRange","endRange"],v=[!1,!1];for(let h of u){let g=f.indexOf(h.source);g>=0?v[g]||(c+=cu(f[1-g],u),v[g]=!0):c+=h.value}return c}}}return{formatRange:(o,l)=>i(Je(o),Je(l))}})}function cu(e,t){let n="";for(let r of t)r.source==e&&(n+=r.value);return n}const Wa=["buttonText","customButtons","theme"];function fu(e){let t={buttonText:{today:"today"},customButtons:{},date:new Date,datesSet:void 0,dayHeaderFormat:{weekday:"short",month:"numeric",day:"numeric"},dayHeaderAriaLabelFormat:{dateStyle:"full"},displayEventEnd:!0,duration:{weeks:1},events:[],eventAllUpdated:void 0,eventBackgroundColor:void 0,eventClassNames:void 0,eventClick:void 0,eventColor:void 0,eventContent:void 0,eventDidMount:void 0,eventFilter:void 0,eventMouseEnter:void 0,eventMouseLeave:void 0,eventOrder:void 0,eventSources:[],eventTextColor:void 0,eventTimeFormat:{hour:"numeric",minute:"2-digit"},filterEventsWithResources:!1,firstDay:0,headerToolbar:{start:"title",center:"",end:"today prev,next"},height:void 0,hiddenDays:[],highlightedDates:[],lazyFetching:!0,loading:void 0,locale:void 0,resources:[],selectable:!1,theme:{allDay:"ec-all-day",active:"ec-active",bgEvent:"ec-bg-event",bgEvents:"ec-bg-events",body:"ec-body",button:"ec-button",buttonGroup:"ec-button-group",calendar:"ec",colHead:"ec-col-head",day:"ec-day",dayHead:"ec-day-head",disabled:"ec-disabled",event:"ec-event",eventBody:"ec-event-body",eventTime:"ec-event-time",eventTitle:"ec-event-title",events:"ec-events",grid:"ec-grid",header:"ec-header",hidden:"ec-hidden",highlight:"ec-highlight",icon:"ec-icon",main:"ec-main",noBeb:"ec-no-beb",noIeb:"ec-no-ieb",today:"ec-today",title:"ec-title",toolbar:"ec-toolbar",view:"",weekdays:["ec-sun","ec-mon","ec-tue","ec-wed","ec-thu","ec-fri","ec-sat"]},titleFormat:{year:"numeric",month:"short",day:"numeric"},validRange:void 0,view:void 0,viewDidMount:void 0,views:{}};for(let n of e)n.createOptions?.(t);return t}function du(e){let t={date:n=>on(rn(n)),duration:tt,events:Qr,eventSources:Js,hiddenDays:n=>[...new Set(n)],highlightedDates:n=>n.map(r=>on(rn(r))),resources:Aa,validRange:au};for(let n of e)n.createParsers?.(t);return t}function hu(e,t){let n=[];for(let r of gn(e))e[r]!==t[r]&&n.push([r,e[r]]);return n}function vu(e){return Ze(e.view,t=>t?.startsWith("dayGrid"))}function gu(e){return Ze([e._currentRange,e.firstDay,e.slotMaxTime,e._dayGrid],([t,n,r,i])=>{let o=Q(t.start),l=Q(t.end);if(i)ya(o,n),Hs(l,n);else if(r.days||r.seconds>Zr){Me(nr(l),r);let s=nr(Q(l));s<o&&(o=s)}return{start:o,end:l}})}function _u(e){return Ze([e.date,e.duration,e.firstDay],([t,n,r])=>{let i=Q(t),o;return n.months?i.setUTCDate(1):n.inWeeks&&ya(i,r),o=Me(Q(i),n),{start:i,end:o}})}function mu(e){return Ze([e._activeRange,e.hiddenDays],([t,n])=>{let r=[],i=on(Q(t.start)),o=on(Q(t.end));for(;i<o;)n.includes(i.getUTCDay())||r.push(Q(i)),Xt(i);return!r.length&&n.length&&n.length<7&&(e.date.update(l=>{for(;n.includes(l.getUTCDay());)Xt(l);return l}),r=pr(e._viewDates)),r})}function yu(e){return Ze([e.date,e._activeRange,e._intlTitle,e._dayGrid],([t,n,r,i])=>i?r.formatRange(t,t):r.formatRange(n.start,nr(Q(n.end))))}function bu(e){return Ze([e.view,e._viewTitle,e._currentRange,e._activeRange],t=>Ks(...t))}function wu(e){let t=dt([]),n,r=0,i={};return Ze([e.events,e.eventSources,e._activeRange,e._fetchedRange,e.lazyFetching,e.loading],(o,l)=>Pa(()=>{let[s,u,c,f,v,h]=o;if(!u.length){l(s);return}if(!f.start||f.start>c.start||f.end<c.end||!v){n&&n.abort(),n=new AbortController,pe(h)&&!r&&h(!0);let g=()=>{--r===0&&pe(h)&&h(!1)},m=[],y=p=>g(),_=p=>{m=m.concat(Qr(p)),l(m),g()},w=Mt(c.start),k=Mt(c.end);for(let p of u){if(pe(p.events)){let $=p.events({start:Je(c.start),end:Je(c.end),startStr:w,endStr:k},_,y);$!==void 0&&Promise.resolve($).then(_,y)}else{let $=pe(p.extraParams)?p.extraParams():ht({},p.extraParams);$.start=w,$.end=k,$=new URLSearchParams($);let T=p.url,E={},D;["GET","HEAD"].includes(p.method)?T+=(T.includes("?")?"&":"?")+$:(E["content-type"]="application/x-www-form-urlencoded;charset=UTF-8",D=String($)),fetch(T,{method:p.method,headers:E,body:D,signal:n.signal,credentials:"same-origin"}).then(P=>P.json()).then(_).catch(y)}++r}f.start=c.start,f.end=c.end}},i,e._queue),[]).subscribe(t.set),t}function pu(e){let t;e._view.subscribe(r=>t=r);let n={};return Ze([e._events,e.eventFilter,e.eventOrder,e.filterEventsWithResources,e.resources],(r,i)=>Pa(()=>{let[o,l,s,u,c]=r,f=[...o];if(pe(l)){let v=o.map(at);f=f.filter((h,g)=>l({event:at(h),index:g,events:v,view:t}))}u&&(f=f.filter(v=>c.some(h=>v.resourceIds.includes(h.id)))),pe(s)?f.sort((v,h)=>s(at(v),at(h))):f.sort((v,h)=>v.start-h.start||h.allDay-v.allDay),i(f)},n,e._queue),[])}function $u(){return _a(rn(),e=>{let t=setInterval(()=>{e(rn())},1e3);return()=>clearInterval(t)})}function Du(e){let t=rn(),n=dt(t);return Ze(e._now,r=>on(Q(r))).subscribe(r=>{Ct(t,r)||(t=r,n.set(r))}),n}class ku{constructor(t,n){t=t||[];let r=fu(t),i=du(t);r=qi(r,i),n=qi(n,i);for(let[l,s]of Object.entries(r))this[l]=dt(s);this._queue=dt(new Map),this._tasks=new Map,this._auxiliary=dt([]),this._dayGrid=vu(this),this._currentRange=_u(this),this._activeRange=gu(this),this._fetchedRange=dt({start:void 0,end:void 0}),this._events=wu(this),this._mainEl=dt(void 0),this._now=$u(),this._today=Du(this),this._intlEventTime=Ua(this.locale,this.eventTimeFormat),this._intlDayHeader=Bn(this.locale,this.dayHeaderFormat),this._intlDayHeaderAL=Bn(this.locale,this.dayHeaderAriaLabelFormat),this._intlTitle=Ua(this.locale,this.titleFormat),this._viewTitle=yu(this),this._viewDates=mu(this),this._view=bu(this),this._viewComponent=dt(void 0),this._filteredEvents=pu(this),this._interaction=dt({}),this._iEvents=dt([null,null]),this._iClasses=dt($r),this._iClass=dt(void 0),this._set=(l,s)=>{Xi(l,this)&&(i[l]&&(s=i[l](s)),this[l].set(s))},this._get=l=>Xi(l,this)?pr(this[l]):void 0;for(let l of t)l.createStores?.(this);n.view&&this.view.set(n.view);let o=new Set([...gn(r.views),...gn(n.views??{})]);for(let l of o){let s=za(r,r.views[l]??{}),u=za(s,n,n.views?.[l]??{}),c=u.component;Eu(u,this);for(let f of gn(u)){let{set:v,_set:h=v,...g}=this[f];this[f]={set:Wa.includes(f)?m=>{if(pe(m)){let y=m(s[f]);u[f]=y,v(v===h?y:m)}else u[f]=m,v(m)}:m=>{u[f]=m,v(m)},_set:h,...g}}this.view.subscribe(f=>{if(f===l){this._viewComponent.set(c),pe(u.viewDidMount)&&Yr().then(()=>u.viewDidMount({view:bt(pr(this._view))}));for(let v of gn(u))this[v]._set(u[v])}})}}}function qi(e,t){let n={...e};for(let r of gn(t))r in n&&(n[r]=t[r](n[r]));if(e.views){n.views={};for(let r of gn(e.views))n.views[r]=qi(e.views[r],t)}return n}function za(...e){let t={};for(let n of e){let r={};for(let i of Wa)pe(n[i])&&(r[i]=n[i](t[i]));t={...t,...n,...r}}return t}function Eu(e,t){gn(e).filter(n=>!Xi(n,t)||n==="view").forEach(n=>delete e[n])}function Xi(e,t){return t.hasOwnProperty(e)&&e[0]!=="_"}var Cu=j("<h2></h2>"),Tu=j("<button><i></i></button>"),xu=j("<button><i></i></button>"),Su=j("<button> </button>"),Ru=j("<button></button>"),Iu=j("<button> </button>");function Ba(e,t){ge(t,!0);const n=()=>d(p,"$_viewDates",m),r=()=>d(C,"$validRange",m),i=()=>d(w,"$_today",m),o=()=>d(_,"$_currentRange",m),l=()=>d(E,"$date",m),s=()=>d(D,"$duration",m),u=()=>d(P,"$hiddenDays",m),c=()=>d(S,"$theme",m),f=()=>d(k,"$_viewTitle",m),v=()=>d($,"$buttonText",m),h=()=>d(T,"$customButtons",m),g=()=>d(M,"$view",m),[m,y]=$e();let{_currentRange:_,_today:w,_viewTitle:k,_viewDates:p,buttonText:$,customButtons:T,date:E,duration:D,hiddenDays:P,theme:S,validRange:C,view:M}=De("state"),O=Te(!1),H=Te(!1),G=Te(!1),V=!1;Di(()=>{n(),r(),t.buttons,W(()=>{V||(V=!0,t.buttons.includes("prev")&&(Z(O,!1),r().start&&Z(O,ee(U),!0)),t.buttons.includes("next")&&(Z(H,!1),r().end&&Z(H,ee(ne),!0)),t.buttons.includes("today")&&(Z(G,i()>=o().start&&i()<o().end,!0),!a(G)&&(r().start||r().end)&&Z(G,ee(z),!0)),Yr().then(()=>V=!1))})});function ee(re){let B=Q(l());re();let Ee=n().every(he=>or(he,r()));return Be(E,B),Ee}function U(){Be(E,pa(l(),s(),u()))}function ne(){Be(E,wa(l(),s()))}function z(){Be(E,Q(i()))}var q=de(),se=J(q);le(se,17,()=>t.buttons,ce,(re,B)=>{var Ee=de(),he=J(Ee);{var K=Pe=>{var Ae=Cu();Ye(Ae,()=>ot(f())),ue(()=>N(Ae,1,c().title)),x(Pe,Ae)},Ve=Pe=>{var Ae=de(),me=J(Ae);{var Xe=je=>{var R=Tu();R.__click=U;var te=fe(R);ue(()=>{N(R,1,`${c().button??""} ec-${a(B)??""}`),ze(R,"aria-label",v().prev),ze(R,"title",v().prev),R.disabled=a(O),N(te,1,`${c().icon??""} ec-${a(B)??""}`)}),x(je,R)},wt=je=>{var R=de(),te=J(R);{var He=X=>{var oe=xu();oe.__click=ne;var Oe=fe(oe);ue(()=>{N(oe,1,`${c().button??""} ec-${a(B)??""}`),ze(oe,"aria-label",v().next),ze(oe,"title",v().next),oe.disabled=a(H),N(Oe,1,`${c().icon??""} ec-${a(B)??""}`)}),x(X,oe)},Ie=X=>{var oe=de(),Oe=J(oe);{var nt=pt=>{var $t=Su();$t.__click=z;var mn=fe($t);ue(()=>{N($t,1,`${c().button??""} ec-${a(B)??""}`),$t.disabled=a(G),ua(mn,v()[a(B)])}),x(pt,$t)},At=pt=>{var $t=de(),mn=J($t);{var Gn=vt=>{var lt=Ru();lt.__click=function(...Wt){h()[a(B)].click?.apply(this,Wt)},Ye(lt,()=>ot(h()[a(B)].text)),ue(()=>N(lt,1,nn([c().button,`ec-${a(B)}`,h()[a(B)].active&&c().active]))),x(vt,lt)},yn=vt=>{var lt=de(),Wt=J(lt);{var bn=zt=>{var Bt=Iu();Bt.__click=()=>Be(M,a(B));var Tn=fe(Bt);ue(()=>{N(Bt,1,nn([c().button,`ec-${a(B)}`,g()===a(B)&&c().active])),ua(Tn,v()[a(B)])}),x(zt,Bt)};we(Wt,zt=>{a(B)!==""&&zt(bn)},!0)}x(vt,lt)};we(mn,vt=>{h()[a(B)]?vt(Gn):vt(yn,!1)},!0)}x(pt,$t)};we(Oe,pt=>{a(B)==="today"?pt(nt):pt(At,!1)},!0)}x(X,oe)};we(te,X=>{a(B)==="next"?X(He):X(Ie,!1)},!0)}x(je,R)};we(me,je=>{a(B)==="prev"?je(Xe):je(wt,!1)},!0)}x(Pe,Ae)};we(he,Pe=>{a(B)==="title"?Pe(K):Pe(Ve,!1)})}x(re,Ee)}),x(e,q),_e(),y()}Dn(["click"]);var Lu=j("<div><!></div>"),Mu=j("<div></div>"),Pu=j("<nav></nav>");function Au(e,t){ge(t,!0);const n=()=>d(l,"$headerToolbar",i),r=()=>d(s,"$theme",i),[i,o]=$e();let{headerToolbar:l,theme:s}=De("state"),u=b(()=>{let f={};for(let v of["start","center","end"])f[v]=n()[v]?.split(" ").map(h=>h.split(","))??[];return f});var c=Pu();le(c,21,()=>gn(a(u)),ce,(f,v)=>{var h=Mu();le(h,21,()=>a(u)[a(v)],ce,(g,m)=>{var y=de(),_=J(y);{var w=p=>{var $=Lu(),T=fe($);Ba(T,{get buttons(){return a(m)}}),ue(()=>N($,1,r().buttonGroup)),x(p,$)},k=p=>{Ba(p,{get buttons(){return a(m)}})};we(_,p=>{a(m).length>1?p(w):p(k,!1)})}x(g,y)}),ue(()=>N(h,1,`ec-${a(v)??""}`)),x(f,h)}),ue(()=>N(c,1,r().toolbar)),x(e,c),_e(),o()}function Ou(e,t){ge(t,!0);const n=()=>d(m,"$_activeRange",c),r=()=>d(v,"$datesSet",c),i=()=>d(k,"$_view",c),o=()=>d(y,"$_filteredEvents",c),l=()=>d(h,"$eventAllUpdated",c),s=()=>d(w,"$_queue",c),u=()=>d(g,"$_auxiliary",c),[c,f]=$e();let{datesSet:v,eventAllUpdated:h,_auxiliary:g,_activeRange:m,_filteredEvents:y,_tasks:_,_queue:w,_view:k}=De("state");Qe(()=>{n(),W(()=>{pe(r())&&r()({start:Je(n().start),end:Je(n().end),startStr:Mt(n().start),endStr:Mt(n().end),view:bt(i())})})}),Qe(()=>{o(),W(()=>{pe(l())&&iu(()=>l()({view:bt(i())}),"eau",_)})}),Qe(()=>{s(),W(()=>{ru(s())})});var p=de(),$=J(p);le($,1,u,ce,(T,E)=>{var D=de(),P=J(D);Ii(P,()=>a(E),(S,C)=>{C(S,{})}),x(T,D)}),x(e,p),_e(),f()}var Fu=j("<div><!> <!></div> <!>",1);function Nu(e,t){ge(t,!0);const n=()=>d($,"$_events",h),r=()=>d(k,"$_interaction",h),i=()=>d(T,"$date",h),o=()=>d(E,"$duration",h),l=()=>d(D,"$hiddenDays",h),s=()=>d(w,"$_viewComponent",h),u=()=>d(S,"$theme",h),c=()=>d(p,"$_iClass",h),f=()=>d(P,"$height",h),v=()=>d(C,"$view",h),[h,g]=$e();let m=Se(t,"plugins",19,()=>[]),y=Se(t,"options",19,()=>({})),_=new ku(m(),y());Bl("state",_);let{_viewComponent:w,_interaction:k,_iClass:p,_events:$,date:T,duration:E,hiddenDays:D,height:P,theme:S,view:C}=_,M={...y()};Qe(()=>{for(let[R,te]of hu(y(),M))W(()=>{O(R,te)});ht(M,y())});function O(R,te){return _._set(R,te),this}function H(R){let te=_._get(R);return te instanceof Date?Je(te):te}function G(){return _._fetchedRange.set({start:void 0,end:void 0}),this}function V(){return n().map(at)}function ee(R){for(let te of n())if(te.id==R)return at(te);return null}function U(R){return R=Qr([R])[0],n().push(R),Be($,n()),at(R)}function ne(R){let te=String(R.id),He=n().findIndex(Ie=>Ie.id===te);return He>=0?(R=Qr([R])[0],Ge($,W(n)[He]=R,W(n)),at(R)):null}function z(R){R=String(R);let te=n().findIndex(He=>He.id===R);return te>=0&&(n().splice(te,1),Be($,n())),this}function q(){return bt(pr(_._view))}function se(){return r().action?.unselect(),this}function re(R,te){let He=rr(R,te);if(He){let Ie=_n(He)(R,te);return Ie.date=Je(Ie.date),Ie}return null}function B(){return Be(T,wa(i(),o())),this}function Ee(){return Be(T,pa(i(),o(),l())),this}let he=b(s);var K={setOption:O,getOption:H,refetchEvents:G,getEvents:V,getEventById:ee,addEvent:U,updateEvent:ne,removeEventById:z,getView:q,unselect:se,dateFromPoint:re,next:B,prev:Ee},Ve=Fu(),Pe=J(Ve);let Ae;var me=fe(Pe);Au(me,{});var Xe=ie(me,2);Ii(Xe,()=>a(he),(R,te)=>{te(R,{})});var wt=ie(Pe,2);Ou(wt,{}),ue(R=>{N(Pe,1,nn([u().calendar,u().view,c()&&u()[c()]])),ze(Pe,"role",R),Ae=qt(Pe,"",Ae,{height:f()})},[()=>Sa(v())?"list":"table"]),x(e,Ve);var je=_e(K);return g(),je}function Hu(e){return Ze(e.hiddenDays,t=>7-t.length)}var Uu=j("<div><!></div>");function ri(e,t){ge(t,!0);const n=()=>d(k,"$_today",o),r=()=>d($,"$theme",o),i=()=>d(w,"$_interaction",o),[o,l]=$e();let s=Se(t,"el",15),u=Se(t,"allDay",3,!1),c=Se(t,"resource",3,void 0),f=Se(t,"dateFromPoint",3,()=>t.date),v=Se(t,"classes",3,$r),h=Se(t,"disabled",3,!1),g=Se(t,"highlight",3,!1),m=Se(t,"role",3,"cell"),y=Se(t,"noIeb",3,!1),_=Se(t,"noBeb",3,!1),{_interaction:w,_today:k,highlightedDates:p,theme:$}=De("state"),T=b(()=>Ct(t.date,n())),E=b(()=>v()([r().day,r().weekdays?.[t.date.getUTCDay()],a(T)&&r().today,g()&&r().highlight,h()&&r().disabled,y()&&r().noIeb,_()&&r().noBeb]));tr(()=>{Ca(s(),(S,C)=>({allDay:u(),date:f()(S,C),resource:c(),dayEl:s(),disabled:h()}))});var D=Uu();D.__pointerdown=function(...S){(h()?void 0:i().action?.select)?.apply(this,S)};var P=fe(D);vn(P,()=>t.children??gt),yt(D,S=>s(S),()=>s()),ue(()=>{N(D,1,nn(a(E))),ze(D,"role",m())}),x(e,D),_e(),l()}Dn(["pointerdown"]);var Wu=j("<div></div>"),zu=j("<article><!></article>");function Ga(e,t){ge(t,!0);const n=()=>d(V,"$resources",_),r=()=>d(E,"$eventBackgroundColor",_),i=()=>d(D,"$eventColor",_),o=()=>d(G,"$eventTextColor",_),l=()=>d(ee,"$theme",_),s=()=>d(M,"$eventClassNames",_),u=()=>d(U,"$_view",_),c=()=>d(T,"$displayEventEnd",_),f=()=>d(P,"$eventContent",_),v=()=>d(ne,"$_intlEventTime",_),h=()=>d(C,"$eventDidMount",_),g=()=>d(S,"$eventClick",_),m=()=>d(O,"$eventMouseEnter",_),y=()=>d(H,"$eventMouseLeave",_),[_,w]=$e();let k=Se(t,"el",15),p=Se(t,"classes",3,$r),$=Se(t,"styles",3,$r),{displayEventEnd:T,eventBackgroundColor:E,eventColor:D,eventContent:P,eventClick:S,eventDidMount:C,eventClassNames:M,eventMouseEnter:O,eventMouseLeave:H,eventTextColor:G,resources:V,theme:ee,_view:U,_intlEventTime:ne}=De("state"),z=b(()=>t.chunk.event),q=b(()=>t.chunk.event.display),se=b(()=>a(z).backgroundColor??su(a(z),n())??r()??i()),re=b(()=>a(z).textColor??uu(a(z),n())??o()),B=b(()=>zs($()({"background-color":a(se),color:a(re)})).map(X=>`${X[0]}:${X[1]}`).concat(a(z).styles).join(";")),Ee=b(()=>p()([Ht(a(q))?l().bgEvent:l().event,...js(s(),a(z),u())])),he=b(()=>Qs(t.chunk,c(),f(),l(),v(),u())),K=b(()=>_l(a(he),2)),Ve=b(()=>a(K)[0]),Pe=b(()=>a(K)[1]);tr(()=>{pe(h())&&h()({event:at(a(z)),timeText:a(Ve),el:k(),view:bt(u())})});function Ae(X,oe){return!jr(oe)&&pe(X)?Oe=>X({event:at(a(z)),el:k(),jsEvent:Oe,view:bt(u())}):void 0}let me=b(()=>!Ht(a(q))&&Ae(g(),a(q))||void 0),Xe=b(()=>a(me)&&Fi(a(me))),wt=b(()=>Ae(m(),a(q))),je=b(()=>Ae(y(),a(q)));var R=zu();R.__click=function(...X){a(me)?.apply(this,X)},R.__keydown=function(...X){a(Xe)?.apply(this,X)},R.__pointerdown=function(...X){t.onpointerdown?.apply(this,X)};{const X=oe=>{var Oe=Wu();Ye(Oe,()=>ot(a(Pe))),ue(()=>N(Oe,1,nn(l().eventBody))),x(oe,Oe)};var te=fe(R);{var He=oe=>{var Oe=de(),nt=J(Oe);vn(nt,()=>t.body,()=>X,()=>a(se),()=>a(re)),x(oe,Oe)},Ie=oe=>{X(oe)};we(te,oe=>{t.body?oe(He):oe(Ie,!1)})}yt(R,oe=>k(oe),()=>k())}ue(()=>{N(R,1,nn(a(Ee))),qt(R,a(B)),ze(R,"role",a(me)?"button":void 0),ze(R,"tabindex",a(me)?0:void 0)}),Lt("mouseenter",R,function(...X){a(wt)?.apply(this,X)}),Lt("mouseleave",R,function(...X){a(je)?.apply(this,X)}),x(e,R),_e(),w()}Dn(["click","keydown","pointerdown"]);var Bu=j("<div><!></div>");function Cr(e,t){ge(t,!0);const n=()=>d(h,"$theme",i),r=()=>d(v,"$_today",i),[i,o]=$e();let l=Se(t,"weekday",3,!0),s=Se(t,"colSpan",3,1),u=Se(t,"ariaHidden",3,!1),c=Se(t,"disabled",3,!1),f=Se(t,"highlight",3,!1),{_today:v,theme:h}=De("state");var g=Bu(),m=fe(g);vn(m,()=>t.children),ue(y=>{N(g,1,y),ze(g,"role",u()?null:"columnheader"),ze(g,"aria-colspan",u()||s()<=1?null:s()),ze(g,"aria-colindex",u()?null:t.colIndex),ze(g,"aria-hidden",u()?"true":null)},[()=>nn([t.className??n().colHead,l()&&n().weekdays?.[t.date.getUTCDay()],l()&&Ct(t.date,r())&&n().today,f()&&n().highlight,c()&&n().disabled])]),x(e,g),_e(),o()}var Gu=j("<time></time>");function ii(e,t){ge(t,!0);const n=()=>d(u,"$_intlDayHeaderAL",i),r=()=>d(s,"$_intlDayHeader",i),[i,o]=$e();let l=Se(t,"alPrefix",3,""),{_intlDayHeader:s,_intlDayHeaderAL:u}=De("state");var c=Gu();Ye(c,()=>ot(r().format(t.date))),ue((f,v)=>{ze(c,"datetime",f),ze(c,"aria-label",`${l()??""}${v??""}`)},[()=>Mt(t.date,10),()=>n().format(t.date)]),x(e,c),_e(),o()}function oi(e,t){ge(t,!0);const n=()=>d(u,"$_iClasses",i),r=()=>d(s,"$_interaction",i),[i,o]=$e();let l=Se(t,"el",15),{_interaction:s,_iClasses:u}=De("state"),c=b(()=>t.chunk.event),f=b(()=>t.chunk.event.display),v=b(()=>y=>n()(y,a(c)));function h(y){return r().action?.draggable(y)?_=>r().action.drag(y,_,t.forceDate,t.forceMargin):r().action?.noAction}let g=b(()=>!Ht(a(f))&&!jr(a(f))?h(a(c)):void 0),m=b(()=>r().resizer);Ga(e,{get chunk(){return t.chunk},get classes(){return a(v)},get styles(){return t.styles},get onpointerdown(){return a(g)},get el(){return l()},set el(_){l(_)},body:(_,w=gt)=>{var k=de(),p=J(k);{var $=E=>{var D=de(),P=J(D);Ii(P,()=>a(m),(S,C)=>{C(S,{get chunk(){return t.chunk},get axis(){return t.axis},get forceDate(){return t.forceDate},get forceMargin(){return t.forceMargin},children:(M,O)=>{var H=de(),G=J(H);vn(G,w),x(M,H)},$$slots:{default:!0}})}),x(E,D)},T=E=>{var D=de(),P=J(D);vn(P,w),x(E,D)};we(p,E=>{a(m)?E($):E(T,!1)})}x(_,k)},$$slots:{body:!0}}),_e(),o()}var Vu=j("<span></span>"),Yu=j('<a role="button" tabindex="0" aria-haspopup="dialog"></a>'),qu=j("<div><time></time> <!></div> <div><!></div>",1);function Xu(e,t){ge(t,!0);const n=()=>d(h,"$date",f),r=()=>d(y,"$theme",f),i=()=>d(_,"$weekNumbers",f),o=()=>d(g,"$firstDay",f),l=()=>d(w,"$weekNumberContent",f),s=()=>d(k,"$_hiddenChunks",f),u=()=>d(m,"$moreLinkContent",f),c=()=>d(p,"$_intlDayCell",f),[f,v]=$e();let{date:h,firstDay:g,moreLinkContent:m,theme:y,weekNumbers:_,weekNumberContent:w,_hiddenChunks:k,_intlDayCell:p,_popupDay:$}=De("state"),T=b(()=>t.day.dayStart),E=b(()=>t.day.disabled),D=b(()=>t.day.highlight),P=b(()=>a(T).getUTCMonth()!==n().getUTCMonth()),S=b(()=>V=>[...V,a(P)&&r().otherMonth]),C=b(()=>i()&&a(T).getUTCDay()===(o()?1:0)),M=b(()=>{let V;if(a(C)){let ee=Us(a(T),o());l()?V=pe(l())?l()({date:Je(a(T)),week:ee}):l():V="W"+String(ee).padStart(2,"0")}return V}),O=b(()=>s()[a(T).getTime()]),H=b(()=>{let V="";if(a(O)){let ee="+"+a(O).length+" more";u()?V=pe(u())?u()({num:a(O).length,text:ee}):u():V=ee}return V});function G(){Be($,t.day)}ri(e,{get date(){return a(T)},allDay:!0,get classes(){return a(S)},get disabled(){return a(E)},get highlight(){return a(D)},get noIeb(){return t.noIeb},get noBeb(){return t.noBeb},children:(V,ee)=>{var U=qu(),ne=J(U),z=fe(ne);Ye(z,()=>ot(c().format(a(T))));var q=ie(z,2);{var se=he=>{var K=Vu();Ye(K,()=>ot(a(M))),ue(()=>N(K,1,r().weekNumber)),x(he,K)};we(q,he=>{a(C)&&he(se)})}var re=ie(ne,2),B=fe(re);{var Ee=he=>{var K=Yu(),Ve=b(()=>Wi(G));K.__click=function(...me){a(Ve)?.apply(this,me)};var Pe=b(()=>Fi(G));K.__keydown=function(...me){a(Pe)?.apply(this,me)};var Ae=b(Wi);K.__pointerdown=function(...me){a(Ae)?.apply(this,me)},Ye(K,()=>ot(a(H))),x(he,K)};we(B,he=>{a(O)&&he(Ee)})}ue(he=>{N(ne,1,r().dayHead),ze(z,"datetime",he),N(re,1,r().dayFoot)},[()=>Mt(a(T),10)]),x(V,U)},$$slots:{default:!0}}),_e(),v()}Dn(["click","keydown","pointerdown"]);function ai(e,t){ge(t,!0);const n=()=>d(c,"$_colsCount",l),r=()=>d(h,"$dayMaxEvents",l),i=()=>d(f,"$_hiddenChunks",l),o=()=>d(v,"$_popupDay",l),[l,s]=$e();let u=Se(t,"inPopup",3,!1),{_colsCount:c,_hiddenChunks:f,_popupDay:v,dayMaxEvents:h}=De("state"),g=Te(void 0),m=Te(0),y=Te(!1),_=b(()=>t.chunk.event),w=b(()=>t.chunk.event.display),k=b(()=>t.gridEl?.children.item((t.chunk.gridRow-1)*n()+t.chunk.gridColumn-1));Qe(()=>{a(k)&&Z(m,zn(a(k).firstElementChild),!0)});let p=b(()=>S=>{if(S["grid-column"]=`${t.chunk.gridColumn} / span ${t.chunk.dates.length}`,S["grid-row"]=t.chunk.gridRow,!Ht(a(w))){let C=u()?1:a(m);if(a(_)._margin){let[M,O]=a(_)._margin;M>C&&t.chunk.gridRow===O&&(C=M)}S["margin-block-start"]=`${C}px`}return a(y)&&(S.visibility="hidden"),S});function $(){Z(m,Ma(t.chunk,zn(a(g)),zn(a(k).firstElementChild)),!0)}function T(){if(r()===!0){let S=zn(a(k))-E(a(k));if(Z(y,t.chunk.bottom>S),a(y))for(let C of t.chunk.dates){let M=C.getTime();i()[M]?i()[M].includes(t.chunk)||Ge(f,W(i)[M]=[...i()[M],t.chunk],W(i)):Ge(f,W(i)[M]=[t.chunk],W(i))}}else Z(y,!1),Vs(i())||Be(f,{})}function E(S){let C=0;for(let M=0;M<t.chunk.dates.length&&(C=Pt(C,zn(S.lastElementChild)),S=S.nextElementSibling,!!S);++M);return C}var D={reposition:$,hide:T};{let S=b(()=>u()&&o().dayStart),C=b(()=>[a(m),t.chunk.gridRow]);oi(e,{get chunk(){return t.chunk},get styles(){return a(p)},axis:"x",get forceDate(){return a(S)},get forceMargin(){return a(C)},get el(){return a(g)},set el(M){Z(g,M,!0)}})}var P=_e(D);return s(),P}var Ku=j('<dialog closedby="closerequest"><header><time></time> <a role="button" tabindex="0">×</a></header> <div></div></dialog>');function Zu(e,t){ge(t,!0);const n=()=>d(g,"$_popupDay",u),r=()=>d(f,"$_colsCount",u),i=()=>d(v,"$_interaction",u),o=()=>d(y,"$theme",u),l=()=>d(h,"$_intlDayPopover",u),s=()=>d(m,"$buttonText",u),[u,c]=$e();let{_colsCount:f,_interaction:v,_intlDayPopover:h,_popupDay:g,buttonText:m,theme:y}=De("state"),_=Te(void 0),w=Te(""),k=b(()=>n().gridColumn),p=b(()=>n().gridRow),$=b(()=>n().dayStart),T=b(()=>n().dayEnd),E=b(()=>{let ne=[];for(let z of t.chunks)z.gridRow===a(p)&&z.gridColumn<=a(k)&&z.gridColumn+z.dates.length>a(k)&&ne.push(ht({},z,Er(z.event,a($),a(T))));return ne.sort((z,q)=>z.top-q.top),ne});tr(()=>{a(_).show()}),Qe(()=>{a(E).length?W(D):P()});function D(){let ne=t.gridEl.children.item((a(p)-1)*r()+a(k)-1),z=Cn(a(_)),q=Cn(ne),se=Cn(t.gridEl);Z(w,"");let re;if(z.width>=se.width){re=se.left-q.left;let Ee=q.right-se.right;Z(w,a(w)+`inset-inline-end:${Ee}px;`)}else re=(q.width-z.width)/2,q.left+re<se.left?re=se.left-q.left:q.left+re+z.width>se.right&&(re=se.right-q.left-z.width);Z(w,a(w)+`inset-inline-start:${re}px;`);let B;if(z.height>=se.height){B=se.top-q.top;let Ee=q.bottom-se.bottom;Z(w,a(w)+`inset-block-end:${Ee}px;`)}else B=(q.height-z.height)/2,q.top+B<se.top?B=se.top-q.top:q.top+B+z.height>se.bottom&&(B=se.bottom-q.top-z.height);Z(w,a(w)+`inset-block-start:${B}px;`)}function P(){Be(g,null)}function S(){P(),i().action?.noClick()}var C=Ku();let M;var O=fe(C),H=fe(O);Ye(H,()=>ot(l().format(a($))));var G=ie(H,2);os(G);var V=b(()=>Wi(P));G.__click=function(...ne){a(V)?.apply(this,ne)};var ee=b(()=>Fi(P));G.__keydown=function(...ne){a(ee)?.apply(this,ne)};var U=ie(O,2);le(U,21,()=>a(E),ce,(ne,z)=>{ai(ne,{get chunk(){return a(z)},inPopup:!0})}),yt(C,ne=>Z(_,ne),()=>a(_)),Ye(C,()=>Ns("pointerdown")),ue(ne=>{N(C,1,o().popup),M=qt(C,a(w),M,{"grid-area":`${a(p)+1} / ${a(k)}`}),N(O,1,o().dayHead),ze(H,"datetime",ne),ze(G,"aria-label",s().close),N(U,1,o().events)},[()=>Mt(a($),10)]),Lt("pointerdownoutside",C,S),Lt("close",C,P),x(e,C),_e(),c()}Dn(["click","keydown"]);function Ju(e,t,n,r){let i=[],o=[],l=1,s=1;for(let u of e)o.push({gridColumn:l,gridRow:s,resource:void 0,dayStart:u,dayEnd:Xt(Q(u)),disabled:or(u,n),highlight:r.some(c=>Ct(c,u))}),l===t&&(i.push(o),o=[],l=0,++s),++l;return i}function Qu(e,t){let n=[],r=[];for(let i of e)for(let o of t)Ht(i.display)?i.allDay&&(r=r.concat(ir(i,o))):n=n.concat(ir(i,o));return La(n),{chunks:n,bgChunks:r}}function ju(e,t){let n=[];for(let r of e)if(r)for(let i of t)n=n.concat(ir(r,i));return n}var ec=j('<div role="columnheader"><span></span></div>'),tc=j('<section><header><div role="row"></div></header> <div><div></div> <div><!> <!> <!></div></div> <!></section>');function nc(e,t){ge(t,!0);const n=()=>d(S,"$_viewDates",y),r=()=>d(k,"$_colsCount",y),i=()=>d(H,"$validRange",y),o=()=>d(M,"$highlightedDates",y),l=()=>d(p,"$_filteredEvents",y),s=()=>d(T,"$_iEvents",y),u=()=>d($,"$_hiddenChunks",y),c=()=>d(w,"$_mainEl",y),f=()=>d(O,"$theme",y),v=()=>d(C,"$dayMaxEvents",y),h=()=>d(D,"$_intlDayHeaderAL",y),g=()=>d(E,"$_intlDayHeader",y),m=()=>d(P,"$_popupDay",y),[y,_]=$e();let{_mainEl:w,_colsCount:k,_filteredEvents:p,_hiddenChunks:$,_iEvents:T,_intlDayHeader:E,_intlDayHeaderAL:D,_popupDay:P,_viewDates:S,dayMaxEvents:C,highlightedDates:M,theme:O,validRange:H}=De("state"),G=Te(void 0),V=b(()=>Ju(n(),r(),i(),o())),ee=b(()=>Qu(l(),a(V))),U=b(()=>a(ee).chunks),ne=b(()=>a(ee).bgChunks),z=b(()=>ju(s(),a(V))),q=[];function se(){Be($,{}),Vi(q,a(U))}Qe(se),Qe(()=>{u(),q.forEach(R=>R.hide())});var re=tc();let B;var Ee=fe(re),he=fe(Ee);le(he,21,()=>a(V)[0],ce,(R,te,He)=>{let Ie=()=>a(te).dayStart;var X=ec();ze(X,"aria-colindex",1+He);var oe=fe(X);Ye(oe,()=>ot(g().format(Ie()))),ue((Oe,nt)=>{N(X,1,Oe),ze(oe,"aria-label",nt)},[()=>nn([f().colHead,f().weekdays?.[Ie().getUTCDay()]]),()=>h().format(Ie())]),x(R,X)});var K=ie(Ee,2),Ve=fe(K);le(Ve,21,()=>a(V),ce,(R,te,He)=>{var Ie=de(),X=J(Ie);le(X,17,()=>a(te),ce,(oe,Oe,nt)=>{{let At=b(()=>nt+1===a(te).length),pt=b(()=>He+1===a(V).length);Xu(oe,{get day(){return a(Oe)},get noIeb(){return a(At)},get noBeb(){return a(pt)}})}}),x(R,Ie)}),yt(Ve,R=>Z(G,R),()=>a(G));var Pe=ie(Ve,2),Ae=fe(Pe);le(Ae,17,()=>a(U),ce,(R,te,He)=>{yt(ai(R,{get chunk(){return a(te)},get gridEl(){return a(G)}}),(Ie,X)=>q[X]=Ie,Ie=>q?.[Ie],()=>[He])});var me=ie(Ae,2);le(me,17,()=>a(ne),ce,(R,te)=>{ai(R,{get chunk(){return a(te)}})});var Xe=ie(me,2);le(Xe,17,()=>a(z),ce,(R,te)=>{ai(R,{get chunk(){return a(te)},get gridEl(){return a(G)}})});var wt=ie(K,2);{var je=R=>{Zu(R,{get gridEl(){return a(G)},get chunks(){return a(U)}})};we(wt,R=>{m()&&R(je)})}yt(re,R=>Be(w,R),()=>c()),Ye(re,()=>Ni(se)),ue(()=>{N(re,1,nn([f().main,v()===!0&&f().uniform])),B=qt(re,"",B,{"--ec-grid-cols":a(V)[0].length,"--ec-grid-rows":a(V).length}),N(Ee,1,f().header),N(he,1,f().grid),N(K,1,f().body),N(Ve,1,f().grid),N(Pe,1,f().events)}),x(e,re),_e(),_()}const rc={createOptions(e){e.dayMaxEvents=!1,e.dayCellFormat={day:"numeric"},e.dayPopoverFormat={month:"long",day:"numeric",year:"numeric"},e.moreLinkContent=void 0,e.weekNumbers=!1,e.weekNumberContent=void 0,e.buttonText.dayGridMonth="month",e.buttonText.close="Close",e.theme.uniform="ec-uniform",e.theme.dayFoot="ec-day-foot",e.theme.otherMonth="ec-other-month",e.theme.popup="ec-popup",e.theme.weekNumber="ec-week-number",e.view="dayGridMonth",e.views.dayGridMonth={buttonText:Yi,component:nc,dayHeaderFormat:{weekday:"short"},dayHeaderAriaLabelFormat:{weekday:"long"},displayEventEnd:!1,duration:{months:1},theme:Ut("ec-day-grid ec-month-view"),titleFormat:{year:"numeric",month:"long"}}},createStores(e){e._colsCount=Hu(e),e._intlDayCell=Bn(e.locale,e.dayCellFormat),e._intlDayPopover=Bn(e.locale,e.dayPopoverFormat),e._hiddenChunks=dt({}),e._popupDay=dt(null)}};function Va(e,t,n){return e.startEditable??t??e.editable??n}function ic(e,t,n){return e.durationEditable??t??e.editable??n}let Ki=!1;function oc(e){Ki||(Ki=!0,window.requestAnimationFrame(()=>{e(),Ki=!1}))}function Ya(e,t,n){return Pt(t,an(n,e))}zl();function ac(e,t){ge(t,!1);const n=()=>d(Pe,"$eventStartEditable",U),r=()=>d(Ve,"$editable",U),i=()=>d(mn,"$slotDuration",U),o=()=>d(oe,"$selectable",U),l=()=>d(Wt,"$view",U),s=()=>d(B,"$_mainEl",U),u=()=>d(pt,"$selectLongPressDelay",U),c=()=>d(je,"$eventLongPressDelay",U),f=()=>d(Ie,"$longPressDelay",U),v=()=>d($t,"$selectMinDistance",U),h=()=>d(Ae,"$eventDragMinDistance",U),g=()=>d(z,"$_iEvents",U),m=()=>d(R,"$eventResizeStart",U),y=()=>d(me,"$eventDragStart",U),_=()=>d(X,"$resizeConstraint",U),w=()=>d(At,"$selectConstraint",U),k=()=>d(he,"$dragConstraint",U),p=()=>d(K,"$dragScroll",U),$=()=>d(yn,"$unselectAuto",U),T=()=>d(vt,"$unselectCancel",U),E=()=>d(Oe,"$selectFn",U),D=()=>d(te,"$eventResizeStop",U),P=()=>d(Xe,"$eventDragStop",U),S=()=>d(re,"$_view",U),C=()=>d(He,"$eventResize",U),M=()=>d(wt,"$eventDrop",U),O=()=>d(Ee,"$dateClick",U),H=()=>d(lt,"$validRange",U),G=()=>d(se,"$_events",U),V=()=>d(nt,"$selectBackgroundColor",U),ee=()=>d(Gn,"$unselectFn",U),[U,ne]=$e();let{_iEvents:z,_iClass:q,_events:se,_view:re,_mainEl:B,dateClick:Ee,dragConstraint:he,dragScroll:K,editable:Ve,eventStartEditable:Pe,eventDragMinDistance:Ae,eventDragStart:me,eventDragStop:Xe,eventDrop:wt,eventLongPressDelay:je,eventResizeStart:R,eventResizeStop:te,eventResize:He,longPressDelay:Ie,resizeConstraint:X,selectable:oe,select:Oe,selectBackgroundColor:nt,selectConstraint:At,selectLongPressDelay:pt,selectMinDistance:$t,slotDuration:mn,unselect:Gn,unselectAuto:yn,unselectCancel:vt,validRange:lt,view:Wt}=De("state");const bn=1,zt=2,Bt=3,Tn=4,Vn=5,ve=6;let A,Y,I,Ce,ye,Re,Fe,rt,et,st,qe,Le,Kt,Zt,Dt,Tt,ar,Ke,ui,ci,ao,Tr=pi(),kt,xr,lr;function el(L){return Va(L,n(),r())}function tl(L,F,Ne,ae){A||(A=uo(F)?bn:ve,Yn()&&(I=L,lo(F),Ne&&(ye=Ne),ae&&(xr=ae),ar="dragging",sr(F)))}function nl(L,F,Ne,ae,Jt,Mr,fo){A||(A=uo(F)?Ne?Bt:zt:ve,Yn()&&(I=L,lo(F),Jt&&(ye=Jt),Mr&&(xr=Mr),ar=ae==="x"?"resizingX":"resizingY",fi()?(Ke=Q(I.end),Tt?(Hi(Ke,I.start),Ke>=I.end&&nr(Ke)):(Jr(Ke,i()),Ke<I.start&&(Ke=I.start),ye=I.start)):(Ke=Q(I.start),Tt?(Hi(Ke,I.end),Ke<=I.start&&!fo&&Xt(Ke)):(Me(Ke,i()),Ke>I.end&&(Ke=I.end),ye=I.end,fo||(ye=Jr(Q(ye),i()))),fo&&!Tt&&(lr=i())),sr(F)))}function rl(L){A||(A=uo(L)?o()&&!Sa(l())?Tn:Vn:ve,Yn()&&(lo(L),ar="selecting",ui=Tt?tt({day:1}):i(),I={allDay:Tt,start:ye,end:Me(Q(ye),ui),resourceIds:Fe?[Fe.id]:[]},sr(L)))}function il(){A||(A=ve)}function lo(L){window.getSelection().removeAllRanges(),et=qe=L.clientX,st=Le=L.clientY;let F=rr(qe,Le);({allDay:Tt,date:ye,resource:Fe}=_n(F)(qe,Le)),Zt=s()!==xa(F,3),Kt=xa(F,1),al(),L.pointerType!=="mouse"&&Z(Tr,setTimeout(()=>{A&&(Y=!0,sr(L))},(xn()?u():c())??f()))}function sr(L){if(Y||L&&L.pointerType==="mouse"&&mf()>=(xn()?v():h())){Y=!0,Lr(L),Be(q,ar),g()[0]||(xn()?_f():gf(L,Ir()?m():y()));let F=Sr(vf());if(F){let Ne;if({allDay:Ne,date:Re,resource:rt}=F,Ne===Tt){let ae=Rr({},g()[0]),Jt=_();Dt=tt((Re-ye)/1e3),fi()?(ae.start=Me(Q(I.start),Dt),ae.start>Ke&&(ae.start=Ke,Dt=tt((Ke-I.start)/1e3))):(ae.end=Me(Q(I.end),Dt),lr&&Me(ae.end,lr),Ir()?ae.end<Ke&&(ae.end=Ke,Dt=tt((Ke-I.end)/1e3)):xn()?(ae.end<I.end?(ae.start=Jr(ae.end,ui),ae.end=I.end):ae.start=I.start,Jt=w()):(ae.start=Me(Q(I.start),Dt),Fe&&(ae.resourceIds=I.resourceIds.filter(Mr=>Mr!==Fe.id),ae.resourceIds.push(rt.id)),Jt=k()));do{if(Jt!==void 0&&(ae=Rr(Gi(I),ae),Jt(xn()?ul(ae,L):cl(ae,I,L))===!1)){Ge(z,W(g)[0]=Rr(g()[0],I),W(g));break}Ge(z,W(g)[0]=Rr(g()[0],ae),W(g))}while(!1)}}}if(p()){let F=24,Ne=24;oc(()=>{kt&&(Zt||(Le<kt.top+F&&Ge(B,W(s).scrollTop+=Pt(-8,(Le-kt.top-F)/3),W(s)),Le>kt.bottom-F&&Ge(B,W(s).scrollTop+=an(8,(Le-kt.bottom+F)/3),W(s))),qe<kt.left+Ne&&Ge(B,W(s).scrollLeft+=Pt(-8,(qe-kt.left-Ne)/3),W(s)),qe>kt.right-Ne&&Ge(B,W(s).scrollLeft+=an(8,(qe-kt.right+Ne)/3),W(s)),Le<F&&window.scrollBy(0,Pt(-8,(Le-F)/3)),Le>window.innerHeight-F&&window.scrollBy(0,an(8,(Le-window.innerHeight+F)/3)))})}}function so(){Yn()&&(al(),sr())}function hf(L){Yn()&&L.isPrimary&&(qe=L.clientX,Le=L.clientY,sr(L))}function ol(L){if(ci&&$()&&!(T()&&L.target.closest(T()))&&Lr(L),A&&L.isPrimary){if(Y)if(xn()){if(ci=!0,pe(E())){let F=ul(g()[0],L);E()(F)}}else{I.display=Ce;let F=Ir()?D():P();pe(F)&&F({event:at(I),jsEvent:L,view:bt(S())});let Ne=Gi(I);if(sl(I,g()[0]),ll(),F=Ir()?C():M(),pe(F)){let ae=I,Jt=cl(I,Ne,L);F(ht(Jt,{revert(){sl(ae,Ne)}}))}}else if((yf()||xn())&&pe(O())&&!ao){qe=L.clientX,Le=L.clientY;let F=rr(qe,Le);if(F){let{allDay:Ne,date:ae,resource:Jt}=_n(F)(qe,Le);O()({allDay:Ne,date:Je(ae),dateStr:Mt(ae),dayEl:F,jsEvent:L,view:bt(S()),resource:Jt})}}Y=!1,A=et=st=qe=Le=I=Ce=ye=Re=Fe=rt=Dt=lr=Tt=Be(q,Ke=ui=xr=Kt=kt=void 0),a(Tr)&&(clearTimeout(a(Tr)),Z(Tr,void 0))}ao=!1}function vf(){return rr(Ya(qe,kt.left,kt.right),Ya(Le,kt.top,kt.bottom))}function Sr(L){if(L){let F=_n(L)(qe,Le);if(F.disabled){if(!H().end||F.date<H().end)return Sr(L.nextElementSibling);if(!H().start||F.date>H().start)return Sr(L.previousElementSibling)}else return xn()&&F.resource&&!g()[0].resourceIds.includes(F.resource.id)?qe>et?Sr(L.previousElementSibling):Sr(L.nextElementSibling):F}return null}function al(){let L=Cn(s()),F=Cn(Kt);kt={left:Pt(0,F.left+s().scrollLeft),right:an(document.documentElement.clientWidth,L.left+s().clientWidth)-2,top:Pt(0,F.top+(Zt?0:s().scrollTop)),bottom:an(document.documentElement.clientHeight,Zt?F.bottom:L.top+s().clientHeight)-2}}function gf(L,F){pe(F)&&F({event:at(I),jsEvent:L,view:bt(S())}),Ce=I.display,I.display="preview",Ge(z,W(g)[0]=Gi(I),W(g)),xr!==void 0&&Ge(z,W(g)[0]._margin=xr,W(g)),lr&&Me(g()[0].end,lr),I.display="ghost",Be(se,G())}function _f(){Ge(z,W(g)[0]={id:"{select}",allDay:I.allDay,start:I.start,title:"",display:"preview",extendedProps:{},backgroundColor:V(),resourceIds:I.resourceIds,classNames:[],styles:[]},W(g))}function ll(){Ge(z,W(g)[0]=null,W(g))}function Rr(L,F){return L.start=F.start,L.end=F.end,L.resourceIds=F.resourceIds,L}function sl(L,F){Rr(L,F),Be(se,G())}function ul(L,F){let{start:Ne,end:ae}=at(L);return{start:Ne,end:ae,startStr:Mt(L.start),endStr:Mt(L.end),allDay:Tt,view:bt(S()),resource:Fe,jsEvent:F}}function cl(L,F,Ne){let ae;return Ir()?ae=fi()?{startDelta:Dt,endDelta:tt(0)}:{startDelta:tt(0),endDelta:Dt}:ae={delta:Dt,oldResource:Fe!==rt?Fe:void 0,newResource:Fe!==rt?rt:void 0},ht(ae,{event:at(L),oldEvent:at(F),view:bt(S()),jsEvent:Ne}),ae}function mf(){return Math.sqrt(Math.pow(qe-et,2)+Math.pow(Le-st,2))}function Ir(){return A===zt||fi()}function fi(){return A===Bt}function yf(){return A===Vn}function xn(){return A===Tn}function Yn(){return A&&A<Vn}function uo(L){return L.isPrimary&&(L.pointerType!=="mouse"||L.buttons&1)}function Lr(L){ci&&(ci=!1,ll(),pe(ee())&&ee()({jsEvent:L,view:bt(S())}))}function fl(){ao=!0}re.subscribe(Lr);function bf(L){if(Yn()){let F=L.target,Ne=[],ae=()=>ka(Ne);Ne.push(Dr(F,"touchmove",co(()=>Y))),Ne.push(Dr(F,"touchend",ae)),Ne.push(Dr(F,"touchcancel",ae))}}function co(L){return F=>{L()&&F.preventDefault()}}tr(()=>Dr(window,"touchmove",qs,{passive:!1}));var wf={draggable:el,drag:tl,resize:nl,select:rl,noAction:il,handleScroll:so,unselect:Lr,noClick:fl};Ps(),Lt("pointermove",Vt,hf),Lt("pointerup",Vt,ol),Lt("pointercancel",Vt,ol),Lt("scroll",Vt,so);var pf=b(()=>co(Yn));Lt("selectstart",Vt,function(...L){a(pf)?.apply(this,L)});var $f=b(()=>co(()=>a(Tr)));Lt("contextmenu",Vt,function(...L){a($f)?.apply(this,L)}),Lt("touchstart",Vt,bf,void 0,!0),En(t,"draggable",el),En(t,"drag",tl),En(t,"resize",nl),En(t,"select",rl),En(t,"noAction",il),En(t,"handleScroll",so),En(t,"unselect",Lr),En(t,"noClick",fl);var Df=_e(wf);return ne(),Df}function lc(e,t){ge(t,!0);const n=()=>d(l,"$_iEvents",i),r=()=>d(s,"$slotDuration",i),[i,o]=$e();let{_iEvents:l,slotDuration:s}=De("state"),u=0,c=0;Qe(()=>{n()[0]&&m()});function f(){let k=rr(u,c);if(k){let{allDay:p,date:$,resource:T,disabled:E}=_n(k)(u,c);if(!E){n()[1]||g(),Ge(l,W(n)[1].allDay=p,W(n)),Ge(l,W(n)[1].start=$,W(n)),Ge(l,W(n)[1].end=Me(Q($),r()),W(n)),Ge(l,W(n)[1].resourceIds=T?[T.id]:[],W(n));return}}m()}function v(){f()}function h(k){y(k)&&(u=k.clientX,c=k.clientY,f())}function g(){Ge(l,W(n)[1]={id:"{pointer}",title:"",display:"pointer",extendedProps:{},backgroundColor:"transparent",classNames:[],styles:[]},W(n))}function m(){n()[1]&&Ge(l,W(n)[1]=null,W(n))}function y(k){return k.isPrimary&&k.pointerType==="mouse"}var _={handleScroll:v};Lt("pointermove",Vt,h),Lt("scroll",Vt,v);var w=_e(_);return o(),w}var sc=j("<div></div>"),uc=j("<div></div>"),cc=j("<!> <!> <!>",1);function fc(e,t){ge(t,!0);const n=()=>d(h,"$eventDurationEditable",s),r=()=>d(m,"$editable",s),i=()=>d(y,"$_interaction",s),o=()=>d(g,"$eventResizableFromStart",s),l=()=>d(v,"$theme",s),[s,u]=$e();let c=Se(t,"forceDate",3,void 0),f=Se(t,"forceMargin",3,void 0),{theme:v,eventDurationEditable:h,eventResizableFromStart:g,editable:m,_interaction:y}=De("state"),_=b(()=>t.chunk.event),w=b(()=>t.chunk.event.display),k=b(()=>!Ht(a(w))&&!jr(a(w))&&ic(a(_),n(),r()));function p(C){return M=>i().action.resize(a(_),M,C,t.axis,c(),f(),t.chunk.zeroDuration)}var $=cc(),T=J($);{var E=C=>{var M=sc(),O=b(()=>p(!0));M.__pointerdown=function(...H){a(O)?.apply(this,H)},ue(()=>N(M,1,`${l().resizer??""} ${l().start??""}`)),x(C,M)};we(T,C=>{a(k)&&o()&&C(E)})}var D=ie(T,2);vn(D,()=>t.children);var P=ie(D,2);{var S=C=>{var M=uc(),O=b(()=>p(!1));M.__pointerdown=function(...H){a(O)?.apply(this,H)},ue(()=>N(M,1,l().resizer)),x(C,M)};we(P,C=>{a(k)&&C(S)})}x(e,$),_e(),u()}Dn(["pointerdown"]);var dc=j("<!> <!>",1);function hc(e,t){ge(t,!0);const n=()=>d(y,"$_interaction",u),r=()=>d(f,"$theme",u),i=()=>d(h,"$eventStartEditable",u),o=()=>d(v,"$editable",u),l=()=>d(m,"$_mainEl",u),s=()=>d(g,"$pointer",u),[u,c]=$e();let{theme:f,editable:v,eventStartEditable:h,pointer:g,_mainEl:m,_interaction:y,_iClasses:_}=De("state");Ge(y,W(n).resizer=fc,W(n)),Qe(()=>{r(),i(),o(),Be(_,(E,D)=>{let{display:P}=D;return[...E,jr(P)?[r()[P]]:!Ht(P)&&Va(D,i(),o())?[r().draggable]:[]]})}),Qe(()=>{if(l())return Dr(l(),"scroll",w)});function w(){for(let E of Object.values(n()))E?.handleScroll?.()}var k=dc(),p=J(k);yt(ac(p,{}),E=>Ge(y,W(n).action=E,W(n)),()=>n()?.action);var $=ie(p,2);{var T=E=>{yt(lc(E,{}),D=>Ge(y,W(n).pointer=D,W(n)),()=>n()?.pointer)};we($,E=>{s()&&E(T)})}x(e,k),_e(),c()}const vc={createOptions(e){e.dateClick=void 0,e.dragConstraint=void 0,e.dragScroll=!0,e.editable=!1,e.eventDragMinDistance=5,e.eventDragStart=void 0,e.eventDragStop=void 0,e.eventDrop=void 0,e.eventDurationEditable=!0,e.eventLongPressDelay=void 0,e.eventResizableFromStart=!1,e.eventResizeStart=void 0,e.eventResizeStop=void 0,e.eventResize=void 0,e.eventStartEditable=!0,e.longPressDelay=1e3,e.pointer=!1,e.resizeConstraint=void 0,e.select=void 0,e.selectBackgroundColor=void 0,e.selectConstraint=void 0,e.selectLongPressDelay=void 0,e.selectMinDistance=5,e.unselect=void 0,e.unselectAuto=!0,e.unselectCancel="",e.theme.draggable="ec-draggable",e.theme.ghost="ec-ghost",e.theme.preview="ec-preview",e.theme.pointer="ec-pointer",e.theme.resizer="ec-resizer",e.theme.start="ec-start",e.theme.dragging="ec-dragging",e.theme.resizingY="ec-resizing-y",e.theme.resizingX="ec-resizing-x",e.theme.selecting="ec-selecting"},createStores(e){e._auxiliary.update(t=>[...t,hc])}};var gc=j("<div></div> <!>",1);function _c(e,t){ge(t,!0);const n=()=>d(s,"$_interaction",i),r=()=>d(l,"$theme",i),[i,o]=$e();let{theme:l,_interaction:s}=De("state"),u=b(()=>c=>(delete c["background-color"],delete c.color,c));{const c=(v,h=gt,g=gt,m=gt)=>{var y=gc(),_=J(y);let w;var k=ie(_,2);vn(k,h),ue(()=>{N(_,1,r().eventTag),w=qt(_,"",w,{"background-color":g()})}),x(v,y)};let f=b(()=>n().action?.noAction);Ga(e,{get chunk(){return t.chunk},get styles(){return a(u)},get onpointerdown(){return a(f)},body:c,$$slots:{body:!0}})}_e(),o()}var mc=j("<h4><time></time> <time></time></h4> <!>",1);function yc(e,t){ge(t,!0);const n=()=>d(g,"$highlightedDates",u),r=()=>d(y,"$validRange",u),i=()=>d(f,"$_filteredEvents",u),o=()=>d(m,"$theme",u),l=()=>d(v,"$_intlListDay",u),s=()=>d(h,"$_intlListDaySide",u),[u,c]=$e();let{_filteredEvents:f,_intlListDay:v,_intlListDaySide:h,highlightedDates:g,theme:m,validRange:y}=De("state"),_=b(()=>n().some(D=>Ct(D,t.date))),w=b(()=>or(t.date,r())),k=b(()=>Mt(t.date,10)),p=b(()=>{let D=[];if(!a(w)){let P=t.date,S=Xt(Q(t.date));for(let C of i())if(!Ht(C.display)&&kr(C,P,S)){let M=Er(C,P,S);D.push(M)}}return D});var $=de(),T=J($);{var E=D=>{ri(D,{get date(){return t.date},allDay:!0,role:"listitem",get disabled(){return a(w)},get highlight(){return a(_)},children:(P,S)=>{var C=mc(),M=J(C),O=fe(M);Ye(O,()=>ot(l().format(t.date)));var H=ie(O,2);Ye(H,()=>ot(s().format(t.date)));var G=ie(M,2);le(G,17,()=>a(p),V=>V.event,(V,ee)=>{_c(V,{get chunk(){return a(ee)}})}),ue(()=>{N(M,1,o().dayHead),ze(O,"datetime",a(k)),N(H,1,o().daySide),ze(H,"datetime",a(k))}),x(P,C)},$$slots:{default:!0}})};we(T,D=>{a(p).length&&D(E)})}x(e,$),_e(),c()}var bc=j("<div></div>"),wc=j("<section><!></section>");function li(e,t){ge(t,!0);const n=()=>d(m,"$_viewDates",c),r=()=>d(h,"$_filteredEvents",c),i=()=>d(_,"$noEventsContent",c),o=()=>d(y,"$noEventsClick",c),l=()=>d(g,"$_view",c),s=()=>d(v,"$_mainEl",c),u=()=>d(w,"$theme",c),[c,f]=$e();let{_mainEl:v,_filteredEvents:h,_view:g,_viewDates:m,noEventsClick:y,noEventsContent:_,theme:w}=De("state"),k=b(()=>{let S=!0;if(n().length){let C=n()[0],M=Xt(Q(n().at(-1)));for(let O of r())if(!Ht(O.display)&&O.start<M&&O.end>C){S=!1;break}}return S}),p=b(()=>pe(i())?i()():i());function $(S){pe(o())&&o()({jsEvent:S,view:bt(l())})}var T=wc(),E=fe(T);{var D=S=>{var C=bc();C.__click=$,Ye(C,()=>ot(a(p))),ue(()=>N(C,1,u().noEvents)),x(S,C)},P=S=>{var C=de(),M=J(C);le(M,1,n,ce,(O,H)=>{yc(O,{get date(){return a(H)}})}),x(S,C)};we(E,S=>{a(k)?S(D):S(P,!1)})}yt(T,S=>Be(v,S),()=>s()),ue(()=>N(T,1,u().main)),x(e,T),_e(),f()}Dn(["click"]);const pc={createOptions(e){e.buttonText.listDay="list",e.buttonText.listWeek="list",e.buttonText.listMonth="list",e.buttonText.listYear="list",e.listDayFormat={weekday:"long"},e.listDaySideFormat={year:"numeric",month:"long",day:"numeric"},e.noEventsClick=void 0,e.noEventsContent="No events",e.theme.daySide="ec-day-side",e.theme.eventTag="ec-event-tag",e.theme.noEvents="ec-no-events",e.view="listWeek",e.views.listDay={buttonText:ei,component:li,duration:{days:1},theme:Ut("ec-list ec-day-view")},e.views.listWeek={buttonText:ti,component:li,duration:{weeks:1},theme:Ut("ec-list ec-week-view")},e.views.listMonth={buttonText:Yi,component:li,duration:{months:1},theme:Ut("ec-list ec-month-view")},e.views.listYear={buttonText:ou,component:li,duration:{years:1},theme:Ut("ec-list ec-year-view")}},createStores(e){e._intlListDay=Bn(e.locale,e.listDayFormat),e._intlListDaySide=Bn(e.locale,e.listDaySideFormat)}};function qa(e){"allDaySlot"in e||ht(e,{allDayContent:void 0,allDaySlot:!0,slotEventOverlap:!0})}function Zi(e){"scrollTime"in e||(ht(e,{columnWidth:void 0,flexibleSlotTimeLimits:!1,nowIndicator:!1,scrollTime:"06:00:00",slotDuration:"00:30:00",slotHeight:24,slotLabelInterval:void 0,slotLabelFormat:{hour:"numeric",minute:"2-digit"},slotMaxTime:"24:00:00",slotMinTime:"00:00:00"}),ht(e.theme,{nowIndicator:"ec-now-indicator",sidebar:"ec-sidebar",slot:"ec-slot"}))}function Ji(e){"scrollTime"in e||ht(e,{scrollTime:tt,slotDuration:tt,slotLabelInterval:t=>t!==void 0?tt(t):void 0,slotMaxTime:tt,slotMinTime:tt})}function $c(e){return Ze([e.slotMinTime,e.slotMaxTime,e.flexibleSlotTimeLimits,e._viewDates,e._filteredEvents],t=>Ha(...t))}function Dc(e){return Ze([e.slotDuration,e.slotLabelInterval],([t,n])=>n===void 0?ke(t)<3600?2:1:Bs(ke(n)/ke(t))||1)}function kc(e){return Ze([e.slotDuration,e._slotLabelPeriodicity,e._slotTimeLimits,e._intlSlotLabel],t=>Na(on(rn()),...t))}function Qi(e){"_sidebarWidth"in e||(e._intlSlotLabel=Bn(e.locale,e.slotLabelFormat),e._slotLabelPeriodicity=Dc(e),e._sidebarWidth=dt(0))}function Xa(e){"_slots"in e||(e._slotTimeLimits=$c(e),e._slots=kc(e))}function Ka(e){"resourceLabelContent"in e||(e.filterResourcesWithEvents=!1,e.resourceLabelContent=void 0,e.resourceLabelDidMount=void 0)}function Ec(e){return Ze([e.resources,e.filterResourcesWithEvents,e._filteredEvents,e._activeRange],([t,n,r,i])=>{let o=t.filter(l=>!_n(l).hidden);return n&&(o=t.filter(l=>r.some(s=>kr(s,i.start,i.end,l)))),o.length||(o=Aa([{}])),o})}function Za(e){"_viewResources"in e||(e._viewResources=Ec(e))}function Cc(e,t,n,r,i,o){let l=[],s=1,u=r?[e,t]:[t,e];for(let c of u[0]){let f=[];for(let v of u[1]){let h=r?c:v,g=r?v:c;f.push({gridColumn:s,gridRow:1,resource:g,start:Me(Q(h),n.min),end:Me(Q(h),n.max),dayStart:h,dayEnd:Xt(Q(h)),disabled:or(h,i),highlight:o.some(m=>Ct(m,h))}),++s}l.push(f)}return l}var Tc=j("<span></span>");function Ja(e,t){ge(t,!0);const n=()=>d(c,"$resourceLabelContent",o),r=()=>d(v,"$_intlDayHeaderAL",o),i=()=>d(f,"$resourceLabelDidMount",o),[o,l]=$e();let s=Se(t,"date",3,void 0),u=Se(t,"setLabel",3,void 0),{resourceLabelContent:c,resourceLabelDidMount:f,_intlDayHeaderAL:v}=De("state"),h=Te(void 0),g=b(()=>n()?pe(n())?n()({resource:t.resource,date:s()?Je(s()):void 0}):n():t.resource.title),m=Te(void 0);Qe(()=>{a(g),W(()=>{s()?Z(m,r().format(s())+", "+a(h).innerText):u()&&(Z(m,void 0),u()(a(h).innerText))})}),tr(()=>{pe(i())&&i()({resource:t.resource,date:s()?Je(s()):void 0,el:a(h)})});var y=Tc();yt(y,_=>Z(h,_),()=>a(h)),Ye(y,()=>ot(a(g))),ue(()=>ze(y,"aria-label",a(m))),x(e,y),_e(),l()}function xc(e,t,n,r){let i=[],o=1;for(let l of e)i.push({gridColumn:o,gridRow:1,resource:void 0,start:Me(Q(l),t.min),end:Me(Q(l),t.max),dayStart:l,dayEnd:Xt(Q(l)),disabled:or(l,n),highlight:r.some(s=>Ct(s,l))}),++o;return[i]}function Sc(e,t){let n=[],r=[],i=[],o=[];for(let l of e)for(let s of t)Ht(l.display)?(r=r.concat(ji(l,s)),l.allDay&&(o=o.concat(ir(l,s)))):l.allDay?i=i.concat(ir(l,s)):n=n.concat(ji(l,s));return Ic(n),La(i),{chunks:n,bgChunks:r,allDayChunks:i,allDayBgChunks:o}}function Rc(e,t){let n=[],r=[];for(let i of e)if(i)for(let o of t)i.allDay?r=r.concat(ir(i,o)):n=n.concat(ji(i,o));return{iChunks:n,allDayIChunks:r}}function ji(e,t){let n=[];for(let{gridColumn:r,gridRow:i,resource:o,start:l,end:s,disabled:u}of t)if(!u&&kr(e,l,s,o)){let c=Er(e,l,s);ht(c,{gridColumn:r,gridRow:i,top:(c.start-l)/1e3,height:(c.end-c.start)/1e3,maxHeight:(s-c.start)/1e3}),n.push(c)}return n}function Ic(e){let t={};for(let n of e){let{gridColumn:r}=n,i=t[r],o=0;if(i&&n.start<i.end){for(;o<i.columns.length&&!(i.columns[o].at(-1).end<=n.start);++o);n.end>i.end&&(i.end=n.end)}else i={columns:[],end:n.end};i.columns.length<o+1&&i.columns.push([]),i.columns[o].push(n),t[r]=i,n.group=i,n.groupColumn=o}}function Lc(e){let t="all-day",n;return e?(n=pe(e)?e({text:t}):e,typeof n=="string"&&(n={html:n})):n={html:t},n}function Qa(e,t){ge(t,!0);const n=()=>d(s,"$slotDuration",i),r=()=>d(u,"$slotHeight",i),[i,o]=$e();let l=Se(t,"allDay",3,!1),{slotDuration:s,slotHeight:u}=De("state"),c=b(()=>t.day.dayStart),f=b(()=>t.day.start),v=b(()=>t.day.resource),h=b(()=>t.day.disabled),g=b(()=>t.day.highlight),m=Te(void 0);function y(_,w){return l()?a(c):Me(Q(a(f)),n(),Ui((w-Cn(a(m)).top)/r()))}ri(e,{get date(){return a(c)},get allDay(){return l()},get resource(){return a(v)},dateFromPoint:y,get disabled(){return a(h)},get highlight(){return a(g)},get noIeb(){return t.noIeb},get noBeb(){return t.noBeb},get el(){return a(m)},set el(_){Z(m,_,!0)}}),_e(),o()}function eo(e,t){ge(t,!0);const n=()=>d(u,"$slotDuration",o),r=()=>d(c,"$slotHeight",o),i=()=>d(s,"$slotEventOverlap",o),[o,l]=$e();let{slotEventOverlap:s,slotDuration:u,slotHeight:c}=De("state"),f=b(()=>v=>{let h=ke(n()),g=t.chunk.top/h*r(),m=t.chunk.height/h*r()||r(),y=t.chunk.maxHeight/h*r();v["grid-column"]=t.chunk.gridColumn,v["inset-block-start"]=`${g}px`,v["min-block-size"]=`${m}px`,v["block-size"]=`${m}px`,v["max-block-size"]=`${y}px`;let _="100% - var(--ec-event-col-gap)";if(t.chunk.group){let w=t.chunk.group.columns.length;v["z-index"]=`${t.chunk.groupColumn+1}`,v["inset-inline-start"]=`calc((${_}) / ${w} * ${t.chunk.groupColumn})`,v["inline-size"]=`calc((${_}) / ${w} * ${i()?.5*(1+w-t.chunk.groupColumn):1})`}return v});oi(e,{get chunk(){return t.chunk},get styles(){return a(f)},axis:"y"}),_e(),l()}function to(e,t){ge(t,!0);let n=Te(void 0),r=Te(0),i=b(()=>t.chunk.event),o=b(()=>u=>(u["grid-column"]=`${t.chunk.gridColumn} / span ${t.chunk.dates.length}`,(a(r)||a(i)._margin)&&(u["margin-block-start"]=`${a(i)._margin??a(r)}px`),u));function l(){Z(r,Ma(t.chunk,zn(a(n))),!0)}var s={reposition:l};return oi(e,{get chunk(){return t.chunk},get styles(){return a(o)},axis:"x",get forceMargin(){return a(r)},get el(){return a(n)},set el(u){Z(n,u,!0)}}),_e(s)}var Mc=j("<div></div>");function si(e,t){ge(t,!0);const n=()=>d(m,"$_today",c),r=()=>d(g,"$_now",c),i=()=>d(_,"$slotDuration",c),o=()=>d(w,"$slotHeight",c),l=()=>d(h,"$_mainEl",c),s=()=>d(y,"$_sidebarWidth",c),u=()=>d(k,"$theme",c),[c,f]=$e();let v=Se(t,"span",3,1),{_mainEl:h,_now:g,_today:m,_sidebarWidth:y,slotDuration:_,slotHeight:w,theme:k}=De("state"),p=b(()=>{for(let H of t.days)if(Ct(H.dayStart,n()))return H;return{}}),$=b(()=>a(p).gridColumn),T=b(()=>a(p).start),E=b(()=>a(p).end),D=b(()=>{if(r()<a(T)||r()>a(E))return null;let H=ke(i());return(r()-a(T))/1e3/H*o()}),P=b(()=>({root:l(),rootMargin:Ea()?`0px -${s()+5.5}px 0px 0px`:`0px 0px 0px -${s()+5.5}px`,threshold:0}));function S(H,G){H.classList.toggle(u().hidden,!G.isIntersecting)}var C=de(),M=J(C);{var O=H=>{var G=Mc();let V;Ye(G,()=>ma(S,a(P))),ue(()=>{N(G,1,u().nowIndicator),V=qt(G,"",V,{"grid-column":`${a($)+1} / span ${v()??""}`,"inset-block-start":`${a(D)??""}px`})}),x(H,G)};we(M,H=>{a($)&&a(D)!==null&&H(O)})}x(e,C),_e(),f()}var Pc=j('<div><aside></aside> <div role="row"></div> <div><!> <!> <!></div></div>'),Ac=j("<div><time></time></div>"),Oc=j('<section><header><aside></aside> <div role="row"><!></div> <!></header> <div role="rowgroup"><aside aria-hidden="true"></aside> <div role="row"></div> <div><!> <!> <!></div></div> <!></section>');function no(e,t){ge(t,!0);const n=()=>d(G,"$allDayContent",$),r=()=>d(H,"$_viewDates",$),i=()=>d(M,"$_slotTimeLimits",$),o=()=>d(B,"$validRange",$),l=()=>d(U,"$highlightedDates",$),s=()=>d(D,"$_filteredEvents",$),u=()=>d(P,"$_iEvents",$),c=()=>d(z,"$scrollTime",$),f=()=>d(E,"$_mainEl",$),v=()=>d(se,"$slotDuration",$),h=()=>d(q,"$slotHeight",$),g=()=>d(re,"$theme",$),m=()=>d(ee,"$columnWidth",$),y=()=>d(C,"$_slotLabelPeriodicity",$),_=()=>d(S,"$_sidebarWidth",$),w=()=>d(V,"$allDaySlot",$),k=()=>d(O,"$_slots",$),p=()=>d(ne,"$showNowIndicator",$),[$,T]=$e();let{_mainEl:E,_filteredEvents:D,_iEvents:P,_sidebarWidth:S,_slotLabelPeriodicity:C,_slotTimeLimits:M,_slots:O,_viewDates:H,allDayContent:G,allDaySlot:V,columnWidth:ee,highlightedDates:U,nowIndicator:ne,scrollTime:z,slotHeight:q,slotDuration:se,theme:re,validRange:B}=De("state"),Ee=Te(0),he=b(()=>Lc(n())),K=b(()=>t.createGridFn?.()??xc(r(),i(),o(),l())),Ve=b(()=>Sc(s(),a(K))),Pe=b(()=>a(Ve).chunks),Ae=b(()=>a(Ve).bgChunks),me=b(()=>a(Ve).allDayChunks),Xe=b(()=>a(Ve).allDayBgChunks),wt=b(()=>Rc(u(),a(K))),je=b(()=>a(wt).iChunks),R=b(()=>a(wt).allDayIChunks);Qe(()=>{r(),c(),Yr().then(te)});function te(){Ge(E,W(f).scrollTop=((ke(c())-ke(i().min))/ke(v())-.5)*h(),W(f))}let He=[];function Ie(){Vi(He,a(me))}Qe(Ie);var X=Oc();let oe;var Oe=fe(X),nt=fe(Oe),At=ie(nt,2),pt=fe(At);{var $t=A=>{var Y=de(),I=J(Y);vn(I,()=>t.header,()=>a(K)),x(A,Y)},mn=A=>{var Y=de(),I=J(Y);le(I,17,()=>a(K)[0],ce,(Ce,ye,Re)=>{let Fe=()=>a(ye).dayStart,rt=()=>a(ye).disabled,et=()=>a(ye).highlight;Cr(Ce,{get date(){return Fe()},colIndex:1+Re,get disabled(){return rt()},get highlight(){return et()},children:(st,qe)=>{ii(st,{get date(){return Fe()}})},$$slots:{default:!0}})}),x(A,Y)};we(pt,A=>{t.header?A($t):A(mn,!1)})}var Gn=ie(At,2);{var yn=A=>{var Y=Pc(),I=fe(Y);Ye(I,()=>ot(a(he)));var Ce=ie(I,2);le(Ce,21,()=>a(K),ce,(et,st,qe)=>{var Le=de(),Kt=J(Le);le(Kt,17,()=>a(st),ce,(Zt,Dt,Tt)=>{{let ar=b(()=>qe+1===a(K).length&&Tt+1===a(st).length);Qa(Zt,{get day(){return a(Dt)},allDay:!0,get noIeb(){return a(ar)}})}}),x(et,Le)});var ye=ie(Ce,2),Re=fe(ye);le(Re,17,()=>a(me),ce,(et,st,qe)=>{yt(to(et,{get chunk(){return a(st)}}),(Le,Kt)=>He[Kt]=Le,Le=>He?.[Le],()=>[qe])});var Fe=ie(Re,2);le(Fe,17,()=>a(Xe),ce,(et,st)=>{to(et,{get chunk(){return a(st)}})});var rt=ie(Fe,2);le(rt,17,()=>a(R),ce,(et,st)=>{to(et,{get chunk(){return a(st)}})}),ue(()=>{N(Y,1,g().allDay),N(I,1,g().sidebar),N(Ce,1,g().grid),N(ye,1,g().events)}),x(A,Y)};we(Gn,A=>{w()&&A(yn)})}var vt=ie(Oe,2),lt=fe(vt);le(lt,5,k,ce,(A,Y,I)=>{var Ce=Ac();let ye;var Re=fe(Ce);Ye(Re,()=>ot(a(Y)[1])),ue(()=>{N(Ce,1,nn([g().slot,!I&&g().hidden])),ye=qt(Ce,"",ye,{"--ec-slot-label-periodicity":a(Y)[2]}),ze(Re,"datetime",a(Y)[0])}),x(A,Ce)});var Wt=ie(lt,2);le(Wt,21,()=>a(K),ce,(A,Y,I)=>{var Ce=de(),ye=J(Ce);le(ye,17,()=>a(Y),ce,(Re,Fe,rt)=>{{let et=b(()=>I+1===a(K).length&&rt+1===a(Y).length);Qa(Re,{get day(){return a(Fe)},get noIeb(){return a(et)},noBeb:!0})}}),x(A,Ce)});var bn=ie(Wt,2),zt=fe(bn);le(zt,17,()=>a(Pe),ce,(A,Y)=>{eo(A,{get chunk(){return a(Y)}})});var Bt=ie(zt,2);le(Bt,17,()=>a(Ae),ce,(A,Y)=>{eo(A,{get chunk(){return a(Y)}})});var Tn=ie(Bt,2);le(Tn,17,()=>a(je),ce,(A,Y)=>{eo(A,{get chunk(){return a(Y)}})});var Vn=ie(vt,2);{var ve=A=>{var Y=de(),I=J(Y);{var Ce=Re=>{var Fe=de(),rt=J(Fe);vn(rt,()=>t.nowIndicator,()=>a(K)),x(Re,Fe)},ye=Re=>{si(Re,{get days(){return a(K)[0]}})};we(I,Re=>{t.nowIndicator?Re(Ce):Re(ye,!1)})}x(A,Y)};we(Vn,A=>{p()&&A(ve)})}yt(X,A=>Be(E,A),()=>f()),Ye(X,()=>Ni(Ie)),ue(()=>{N(X,1,g().main),oe=qt(X,"",oe,{"--ec-grid-cols":a(K).length*a(K)[0].length,"--ec-col-group-span":a(K)[0].length,"--ec-col-width":m()??"minmax(0, 1fr)","--ec-slot-label-periodicity":y(),"--ec-slot-height":`${h()??""}px`,"--ec-header-height":`${a(Ee)??""}px`,"--ec-sidebar-width":`${_()??""}px`}),N(Oe,1,g().header),N(nt,1,g().sidebar),N(At,1,g().grid),N(vt,1,g().body),N(lt,1,g().sidebar),N(Wt,1,g().grid),N(bn,1,g().events)}),Xr(nt,"offsetWidth",A=>Be(S,A)),Xr(Oe,"offsetHeight",A=>Z(Ee,A)),x(e,X),_e(),T()}var Fc=j("<!> <!>",1);function ja(e,t){ge(t,!0);const n=()=>d(v,"$_viewDates",c),r=()=>d(h,"$_viewResources",c),i=()=>d(g,"$_slotTimeLimits",c),o=()=>d(m,"$datesAboveResources",c),l=()=>d(_,"$validRange",c),s=()=>d(y,"$highlightedDates",c),u=()=>d(w,"$theme",c),[c,f]=$e();let{_viewDates:v,_viewResources:h,_slotTimeLimits:g,datesAboveResources:m,highlightedDates:y,validRange:_,theme:w}=De("state"),k=Fn([]);no(e,{createGridFn:()=>Cc(n(),r(),i(),o(),l(),s()),header:(T,E=gt)=>{var D=Fc(),P=J(D);le(P,17,E,ce,(M,O,H)=>{const G=b(()=>{const{dayStart:V,resource:ee,disabled:U,highlight:ne}=a(O)[0];return{date:V,resource:ee,disabled:U,highlight:ne}});{let V=b(()=>E()[0].length>1?u().colGroup:void 0),ee=b(()=>1+H*a(O).length),U=b(()=>o()&&a(G).disabled),ne=b(()=>o()&&a(G).highlight);Cr(M,{get date(){return a(G).date},get className(){return a(V)},get weekday(){return o()},get colSpan(){return a(O).length},get colIndex(){return a(ee)},get disabled(){return a(U)},get highlight(){return a(ne)},children:(z,q)=>{var se=de(),re=J(se);{var B=he=>{ii(he,{get date(){return a(G).date}})},Ee=he=>{Ja(he,{get resource(){return a(G).resource},setLabel:K=>k[H]=K+", "})};we(re,he=>{o()?he(B):he(Ee,!1)})}x(z,se)},$$slots:{default:!0}})}});var S=ie(P,2);{var C=M=>{var O=de(),H=J(O);le(H,17,E,ce,(G,V,ee)=>{var U=de(),ne=J(U);le(ne,17,()=>a(V),ce,(z,q,se)=>{const re=b(()=>{const{dayStart:B,resource:Ee,disabled:he,highlight:K}=a(q);return{date:B,resource:Ee,disabled:he,highlight:K}});{let B=b(()=>1+se+ee*a(V).length);Cr(z,{get date(){return a(re).date},get colIndex(){return a(B)},get disabled(){return a(re).disabled},get highlight(){return a(re).highlight},children:(Ee,he)=>{var K=de(),Ve=J(K);{var Pe=me=>{Ja(me,{get resource(){return a(re).resource},get date(){return a(re).date}})},Ae=me=>{ii(me,{get date(){return a(re).date},get alPrefix(){return k[ee]}})};we(Ve,me=>{o()?me(Pe):me(Ae,!1)})}x(Ee,K)},$$slots:{default:!0}})}}),x(G,U)}),x(M,O)};we(S,M=>{E()[0].length>1&&M(C)})}x(T,D)},nowIndicator:(T,E=gt)=>{var D=de(),P=J(D);{var S=M=>{{let O=b(()=>E().flat());si(M,{get days(){return a(O)},get span(){return E()[0].length}})}},C=M=>{var O=de(),H=J(O);{var G=ee=>{var U=de(),ne=J(U);le(ne,17,E,ce,(z,q)=>{si(z,{get days(){return a(q)}})}),x(ee,U)},V=ee=>{{let U=b(()=>E().flat());si(ee,{get days(){return a(U)},get span(){return E().length}})}};we(H,ee=>{E()[0].length>1?ee(G):ee(V,!1)})}x(M,O)};we(P,M=>{o()?M(S):M(C,!1)})}x(T,D)},$$slots:{header:!0,nowIndicator:!0}}),_e(),f()}const Nc={createOptions(e){qa(e),Zi(e),Ka(e),e.datesAboveResources=!1,e.buttonText.resourceTimeGridDay="resources",e.buttonText.resourceTimeGridWeek="resources",e.theme.colGroup="ec-col-group",e.view="resourceTimeGridWeek",e.views.resourceTimeGridDay={buttonText:ei,component:ja,dayHeaderFormat:{weekday:"long"},duration:{days:1},theme:Ut("ec-resource ec-time-grid ec-day-view")},e.views.resourceTimeGridWeek={buttonText:ti,component:ja,duration:{weeks:1},theme:Ut("ec-resource ec-time-grid ec-week-view")}},createParsers(e){Ji(e)},createStores(e){Qi(e),Xa(e),Za(e)}};function Hc(e){return Ze([e.slotMinTime,e.slotMaxTime,e.flexibleSlotTimeLimits,e._viewDates,e._filteredEvents],([t,n,r,i,o])=>{let l={};for(let s of i)l[s.getTime()]=Ha(t,n,r,[s],o);return l})}function Uc(e){return Ze([e._viewDates,e.slotDuration,e._slotLabelPeriodicity,e._dayTimeLimits,e._intlSlotLabel],([t,n,r,i,o])=>{let l={};for(let s of t){let u=s.getTime();l[u]=u in i?Na(s,n,r,i[u],o):[]}return l})}function Wc(e){return Ze(e.resources,t=>t.some(n=>_n(n).children.length))}function zc(e){return Ze(e.slotDuration,t=>!ke(t))}function Bc(e,t,n,r,i){let o=[],l=1;for(let s of t){let u=[],c=1;for(let f of e){let v=n[f.getTime()];u.push({gridColumn:c,gridRow:l,resource:s,start:Me(Q(f),v.min),end:Me(Q(f),v.max),dayStart:f,dayEnd:Xt(Q(f)),disabled:or(f,r),highlight:i.some(h=>Ct(h,f))}),++c}o.push(u),++l}return o}function Gc(e,t){let n=[],r=[];for(let i of e)for(let o of t)Ht(i.display)?r=r.concat(ro(i,o)):n=n.concat(ro(i,o));return Yc(n),{chunks:n,bgChunks:r}}function Vc(e,t){let n=[];for(let r of e)if(r)for(let i of t)n=n.concat(ro(r,i));return n}function ro(e,t){let n=[],r,i,o,l,s,u=0;for(let{gridColumn:c,gridRow:f,resource:v,dayStart:h,start:g,end:m,disabled:y}of t)!y&&kr(e,g,m,v)&&(n.length||(r=g,o=c,l=f,s=Pt(e.start-g,0)/1e3),n.push(h),i=m,u+=(an(m,e.end)-Pt(g,e.start))/1e3);if(n.length){let c=Er(e,r,i);return ht(c,{gridColumn:o,gridRow:l,dates:n,left:s,width:u}),[c]}return[]}function Yc(e){let t={};for(let n of e){let{gridColumn:r,gridRow:i}=n;for(let l=0;l<n.dates.length;++l){let s=`${i}_${r+l}`;t[s]?t[s].push(n):t[s]=[n]}let o=`${i}_${r}`;n.day=t[o]}}function qc(e,t,n){let r=0,i=r+t,o=e.day;o.sort((l,s)=>(l.top??Number.POSITIVE_INFINITY)-(s.top??Number.POSITIVE_INFINITY));for(let l of o)if(!(l===e||!("top"in l))&&(n||e.start<l.end&&e.end>l.start)&&r<l.bottom&&i>l.top){let s=l.bottom-r+1;r+=s,i+=s}return ht(e,{top:r,bottom:i}),r}function Xc(e,t){return e[t.getTime()]??{min:tt(0),max:tt("24:00:00")}}function Kc(e,t){ge(t,!0);const n=()=>d(s,"$_monthView",o),r=()=>d(u,"$slotDuration",o),i=()=>d(c,"$slotWidth",o),[o,l]=$e();let{_monthView:s,slotDuration:u,slotWidth:c}=De("state"),f=b(()=>t.day.dayStart),v=b(()=>t.day.start),h=b(()=>t.day.resource),g=b(()=>t.day.disabled),m=b(()=>t.day.highlight),y=Te(void 0);function _(w,k){return n()?a(f):Me(Q(a(v)),r(),Ui((w-Cn(a(y)).left)/i()))}ri(e,{get allDay(){return n()},get date(){return a(f)},get resource(){return a(h)},dateFromPoint:_,get disabled(){return a(g)},get highlight(){return a(m)},get noIeb(){return t.noIeb},get noBeb(){return t.noBeb},get el(){return a(y)},set el(w){Z(y,w,!0)}}),_e(),l()}function io(e,t){ge(t,!0);const n=()=>d(c,"$_monthView",o),r=()=>d(s,"$slotDuration",o),i=()=>d(u,"$slotWidth",o),[o,l]=$e();let{slotDuration:s,slotWidth:u,_monthView:c}=De("state"),f=Te(void 0),v=Te(0),h=b(()=>t.chunk.event),g=b(()=>w=>{if(w["grid-column"]=`${t.chunk.gridColumn} / span ${t.chunk.dates.length}`,w["grid-row"]=t.chunk.gridRow,!n()){let p=t.chunk.left/ke(r())*i();w["inset-inline-start"]=`${p}px`,w["inline-size"]=`${t.chunk.width/ke(r())*i()}px`}let k=a(v);if(a(h)._margin){let[p,$]=a(h)._margin;t.chunk.gridRow===$&&(k=p)}return w["margin-block-start"]=`${k}px`,w});function m(){Z(v,qc(t.chunk,zn(a(f)),n()),!0)}var y={reposition:m};{let w=b(()=>[a(v),t.chunk.gridRow]);oi(e,{get chunk(){return t.chunk},get styles(){return a(g)},axis:"x",get forceMargin(){return a(w)},get el(){return a(f)},set el(k){Z(f,k,!0)}})}var _=_e(y);return l(),_}var Zc=j("<span></span>");function Jc(e,t){ge(t,!0);const n=()=>d(s,"$resourceLabelContent",i),r=()=>d(u,"$resourceLabelDidMount",i),[i,o]=$e();let l=Se(t,"date",3,void 0),{resourceLabelContent:s,resourceLabelDidMount:u}=De("state"),c=Te(void 0),f=b(()=>n()?pe(n())?n()({resource:t.resource,date:l()?Je(l()):void 0}):n():t.resource.title);tr(()=>{pe(r())&&r()({resource:t.resource,date:l()?Je(l()):void 0,el:a(c)})});var v=Zc();yt(v,h=>Z(c,h),()=>a(c)),Ye(v,()=>ot(a(f))),x(e,v),_e(),o()}var Qc=j("<span></span>"),jc=j("<button><!></button>"),ef=j("<!> <span><!></span>",1);function tf(e,t){ge(t,!0);const n=()=>d(l,"$theme",r),[r,i]=$e();let{resources:o,theme:l}=De("state"),s=Te({}),u=Te(!0);Di(()=>{Z(s,_n(t.resource)),Z(u,a(s).expanded,!0)});function c(){Z(u,!a(u)),a(s).expanded=a(u),f(a(s).children,a(u)),o.update($r)}function f(_,w){for(let k of _){let p=_n(k);p.hidden=!w,p.expanded&&f(p.children,w)}}var v=ef(),h=J(v);le(h,17,()=>Array(a(s).level),ce,(_,w)=>{var k=Qc();ue(()=>N(k,1,n().expander)),x(_,k)});var g=ie(h,2),m=fe(g);{var y=_=>{var w=jc();w.__click=c;var k=fe(w);{var p=T=>{var E=sa("−");x(T,E)},$=T=>{var E=sa("+");x(T,E)};we(k,T=>{a(u)?T(p):T($,!1)})}ue(()=>N(w,1,n().button)),x(_,w)};we(m,_=>{a(s).children?.length&&_(y)})}ue(()=>N(g,1,n().expander)),x(e,v),_e(),i()}Dn(["click"]);var nf=j("<div></div>");function rf(e,t){ge(t,!0);const n=()=>d(g,"$_today",c),r=()=>d(h,"$_now",c),i=()=>d(y,"$slotDuration",c),o=()=>d(_,"$slotWidth",c),l=()=>d(v,"$_mainEl",c),s=()=>d(m,"$_sidebarWidth",c),u=()=>d(w,"$theme",c),[c,f]=$e();let{_mainEl:v,_now:h,_today:g,_sidebarWidth:m,slotDuration:y,slotWidth:_,theme:w}=De("state"),k=b(()=>{for(let O of t.grid[0])if(Ct(O.dayStart,n()))return O;return{}}),p=b(()=>a(k).gridColumn),$=b(()=>a(k).start),T=b(()=>a(k).end),E=b(()=>{if(r()<a($)||r()>a(T))return null;let O=ke(i());return(r()-a($))/1e3/O*o()}),D=b(()=>({root:l(),rootMargin:Ea()?`0px -${s()+1}px 0px 0px`:`0px 0px 0px -${s()+1}px`,threshold:0}));function P(O,H){O.classList.toggle(u().hidden,!H.isIntersecting)}var S=de(),C=J(S);{var M=O=>{var H=nf();let G;Ye(H,()=>ma(P,a(D))),ue(()=>{N(H,1,u().nowIndicator),G=qt(H,"",G,{"grid-column":a(p)+1,"grid-row":`2 / span ${t.grid.length??""}`,"inset-inline-start":`${a(E)??""}px`})}),x(O,H)};we(C,O=>{a(p)&&a(E)!==null&&O(M)})}x(e,S),_e(),f()}var of=j("<div><time></time></div>"),af=j('<div role="rowheader"><!> <!></div>'),lf=j('<section><header><aside></aside> <div role="row"><!> <!></div></header> <div role="rowgroup"><aside></aside> <div role="row"></div> <div><!> <!> <!></div></div> <!></section>');function oo(e,t){ge(t,!0);const n=()=>d(q,"$_viewDates",D),r=()=>d(z,"$_viewResources",D),i=()=>d(C,"$_dayTimeLimits",D),o=()=>d(Ae,"$validRange",D),l=()=>d(re,"$highlightedDates",D),s=()=>d(M,"$_filteredEvents",D),u=()=>d(O,"$_iEvents",D),c=()=>d(Ee,"$scrollTime",D),f=()=>d(G,"$_monthView",D),v=()=>d(ne,"$_today",D),h=()=>d(H,"$_mainEl",D),g=()=>d(he,"$slotDuration",D),m=()=>d(Ve,"$slotWidth",D),y=()=>d(Pe,"$theme",D),_=()=>d(se,"$columnWidth",D),w=()=>d(U,"$_slotLabelPeriodicity",D),k=()=>d(K,"$slotHeight",D),p=()=>d(ee,"$_sidebarWidth",D),$=()=>d(S,"$_daySlots",D),T=()=>d(V,"$_nestedResources",D),E=()=>d(B,"$nowIndicator",D),[D,P]=$e();let{_daySlots:S,_dayTimeLimits:C,_filteredEvents:M,_iEvents:O,_mainEl:H,_monthView:G,_nestedResources:V,_sidebarWidth:ee,_slotLabelPeriodicity:U,_today:ne,_viewResources:z,_viewDates:q,columnWidth:se,highlightedDates:re,nowIndicator:B,scrollTime:Ee,slotDuration:he,slotHeight:K,slotWidth:Ve,theme:Pe,validRange:Ae}=De("state"),me=Te(0),Xe=b(()=>Bc(n(),r(),i(),o(),l())),wt=b(()=>Gc(s(),a(Xe))),je=b(()=>a(wt).chunks),R=b(()=>a(wt).bgChunks),te=b(()=>Vc(u(),a(Xe)));Qe(()=>{n(),c(),Yr().then(He)});function He(){if(f())return;let ve=0,A=v()<n()[0]||v()>n().at(-1);for(let Y of n()){let I=Xc(i(),Y);if(A||Ct(Y,v())){ve+=Pt(an(ke(c()),ke(I.max))-ke(I.min),0);break}else ve+=ke(I.max)-ke(I.min)}Ge(H,W(h).scrollLeft=ve/ke(g())*m()*(document.dir==="rtl"?-1:1),W(h))}let Ie=[];function X(){Vi(Ie,a(je))}Qe(X);var oe=lf();let Oe;var nt=fe(oe),At=fe(nt),pt=ie(At,2),$t=fe(pt);le($t,17,()=>a(Xe)[0],ce,(ve,A,Y)=>{let I=()=>a(A).dayStart,Ce=()=>a(A).disabled,ye=()=>a(A).highlight;Cr(ve,{get date(){return I()},colIndex:1+Y,get disabled(){return Ce()},get highlight(){return ye()},children:(Re,Fe)=>{ii(Re,{get date(){return I()}})},$$slots:{default:!0}})});var mn=ie($t,2);{var Gn=ve=>{var A=de(),Y=J(A);le(Y,17,()=>a(Xe)[0],ce,(I,Ce)=>{let ye=()=>a(Ce).dayStart,Re=()=>a(Ce).disabled,Fe=()=>a(Ce).highlight;Cr(I,{get date(){return ye()},get className(){return y().slots},get disabled(){return Re()},get highlight(){return Fe()},ariaHidden:!0,children:(rt,et)=>{var st=de(),qe=J(st);le(qe,1,()=>$()[ye().getTime()],ce,(Le,Kt)=>{var Zt=of();let Dt;var Tt=fe(Zt);Ye(Tt,()=>ot(a(Kt)[1])),ue(()=>{N(Zt,1,y().slot),Dt=qt(Zt,"",Dt,{"--ec-slot-label-periodicity":a(Kt)[2]}),ze(Tt,"datetime",a(Kt)[0])}),x(Le,Zt)}),x(rt,st)},$$slots:{default:!0}})}),x(ve,A)};we(mn,ve=>{f()||ve(Gn)})}var yn=ie(nt,2),vt=fe(yn);le(vt,5,r,ce,(ve,A)=>{var Y=af(),I=fe(Y);{var Ce=Re=>{tf(Re,{get resource(){return a(A)}})};we(I,Re=>{T()&&Re(Ce)})}var ye=ie(I,2);Jc(ye,{get resource(){return a(A)}}),ue(()=>N(Y,1,y().rowHead)),x(ve,Y)});var lt=ie(vt,2);le(lt,21,()=>a(Xe),ce,(ve,A,Y)=>{var I=de(),Ce=J(I);le(Ce,17,()=>a(A),ce,(ye,Re,Fe)=>{{let rt=b(()=>Fe+1===a(A).length),et=b(()=>Y+1===a(Xe).length);Kc(ye,{get day(){return a(Re)},get noIeb(){return a(rt)},get noBeb(){return a(et)}})}}),x(ve,I)});var Wt=ie(lt,2),bn=fe(Wt);le(bn,17,()=>a(je),ce,(ve,A,Y)=>{yt(io(ve,{get chunk(){return a(A)}}),(I,Ce)=>Ie[Ce]=I,I=>Ie?.[I],()=>[Y])});var zt=ie(bn,2);le(zt,17,()=>a(R),ce,(ve,A)=>{io(ve,{get chunk(){return a(A)}})});var Bt=ie(zt,2);le(Bt,17,()=>a(te),ce,(ve,A)=>{io(ve,{get chunk(){return a(A)}})});var Tn=ie(yn,2);{var Vn=ve=>{rf(ve,{get grid(){return a(Xe)}})};we(Tn,ve=>{E()&&!f()&&ve(Vn)})}yt(oe,ve=>Be(H,ve),()=>h()),Ye(oe,()=>Ni(X)),ue(()=>{N(oe,1,y().main),Oe=qt(oe,"",Oe,{"--ec-grid-cols":a(Xe)[0].length,"--ec-grid-rows":a(Xe).length,"--ec-col-width":_()??"minmax(4em, 1fr)","--ec-slot-label-periodicity":w(),"--ec-slot-height":`${k()??""}px`,"--ec-slot-width":`${m()??""}px`,"--ec-header-height":`${a(me)??""}px`,"--ec-sidebar-width":`${p()??""}px`}),N(nt,1,y().header),N(At,1,y().sidebar),N(pt,1,y().grid),N(yn,1,y().body),N(vt,1,y().sidebar),N(lt,1,y().grid),N(Wt,1,y().events)}),Xr(At,"offsetWidth",ve=>Be(ee,ve)),Xr(nt,"offsetHeight",ve=>Z(me,ve)),x(e,oe),_e(),P()}const sf={createOptions(e){Zi(e),Ka(e),e.slotWidth=16,e.buttonText.resourceTimelineDay="timeline",e.buttonText.resourceTimelineWeek="timeline",e.buttonText.resourceTimelineMonth="timeline",e.theme.expander="ec-expander",e.theme.rowHead="ec-row-head",e.theme.slots="ec-slots",e.view="resourceTimelineWeek",e.views.resourceTimelineDay={buttonText:ei,component:oo,displayEventEnd:!1,dayHeaderFormat:{weekday:"long"},duration:{days:1},slotLabelInterval:"01:00",slotDuration:"00:15",theme:Ut("ec-resource ec-timeline ec-day-view"),titleFormat:{year:"numeric",month:"long",day:"numeric"}},e.views.resourceTimelineWeek={buttonText:ti,component:oo,displayEventEnd:!1,duration:{weeks:1},slotLabelInterval:"01:00",slotDuration:"00:15",theme:Ut("ec-resource ec-timeline ec-week-view")},e.views.resourceTimelineMonth={buttonText:Yi,component:oo,displayEventEnd:!1,dayHeaderFormat:{weekday:"short",day:"numeric"},duration:{months:1},slotDuration:{days:1},theme:Ut("ec-resource ec-timeline ec-month-view"),titleFormat:{year:"numeric",month:"long"}}},createParsers(e){Ji(e)},createStores(e){Qi(e),Za(e),e._dayTimeLimits=Hc(e),e._daySlots=Uc(e),e._monthView=zc(e),e._nestedResources=Wc(e)}},uf={createOptions(e){qa(e),Zi(e),e.buttonText.timeGridDay="day",e.buttonText.timeGridWeek="week",e.view="timeGridWeek",e.views.timeGridDay={buttonText:ei,component:no,dayHeaderFormat:{weekday:"long"},duration:{days:1},theme:Ut("ec-time-grid ec-day-view"),titleFormat:{year:"numeric",month:"long",day:"numeric"}},e.views.timeGridWeek={buttonText:ti,component:no,duration:{weeks:1},theme:Ut("ec-time-grid ec-week-view")}},createParsers(e){Ji(e)},createStores(e){Qi(e),Xa(e)}};function cf(e,t,n){return ws(Nu,{target:e,props:{plugins:t,options:n}})}function ff(e){return $s(e)}function df(e,t){return cf(e,[rc,vc,pc,Nc,sf,uf],t)}return Pr.create=df,Pr.destroy=ff,Object.defineProperty(Pr,Symbol.toStringTag,{value:"Module"}),Pr})({});
|