@nylas/web-elements 1.3.2 → 1.3.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/dist/cdn/checkbox-component/checkbox-component.es.js +48 -38
- package/dist/cdn/multi-select-dropdown/multi-select-dropdown.es.js +554 -535
- package/dist/cdn/nylas-additional-participants/nylas-additional-participants.es.js +2 -2
- package/dist/cdn/nylas-booking-form/nylas-booking-form.es.js +25 -9
- package/dist/cdn/nylas-booking-form-config/nylas-booking-form-config.es.js +2182 -2171
- package/dist/cdn/nylas-buffer-time/nylas-buffer-time.es.js +13 -14
- package/dist/cdn/nylas-calendar-picker/nylas-calendar-picker.es.js +571 -552
- package/dist/cdn/nylas-connected-calendars/nylas-connected-calendars.es.js +26 -7
- package/dist/cdn/nylas-customize-booking-settings/nylas-customize-booking-settings.es.js +12 -2
- package/dist/cdn/nylas-date-component/nylas-date-component.es.js +13 -7
- package/dist/cdn/nylas-editor-tabs/nylas-editor-tabs.es.js +3550 -3473
- package/dist/cdn/nylas-event-location/nylas-event-location.es.js +633 -621
- package/dist/cdn/nylas-limit-future-bookings/nylas-limit-future-bookings.es.js +25 -2
- package/dist/cdn/nylas-min-booking-notice/nylas-min-booking-notice.es.js +25 -2
- package/dist/cdn/nylas-min-cancellation-notice/nylas-min-cancellation-notice.es.js +163 -140
- package/dist/cdn/nylas-page-styling/nylas-page-styling.es.js +5 -3
- package/dist/cdn/nylas-participants-custom-availability/nylas-participants-custom-availability.es.js +4 -3
- package/dist/cdn/nylas-provider/nylas-provider.es.js +1 -1
- package/dist/cdn/nylas-scheduler-editor/nylas-scheduler-editor.es.js +173 -96
- package/dist/cdn/nylas-scheduling/nylas-scheduling.es.js +28 -12
- package/dist/cdn/scheduler-store/scheduler-store.es.js +1 -1
- package/dist/cdn/time-period-selector/time-period-selector.es.js +25 -2
- package/dist/cjs/calendar-agenda-fill-icon_53.cjs.entry.js +88 -57
- package/dist/cjs/calendar-agenda-fill-icon_53.cjs.entry.js.map +1 -1
- package/dist/cjs/checkbox-component.cjs.entry.js +9 -1
- package/dist/cjs/checkbox-component.cjs.entry.js.map +1 -1
- package/dist/cjs/checkbox-component_3.cjs.entry.js +21 -8
- package/dist/cjs/checkbox-component_3.cjs.entry.js.map +1 -1
- package/dist/cjs/google-logo-icon_4.cjs.entry.js +2 -2
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/multi-select-dropdown.cjs.entry.js +19 -1
- package/dist/cjs/multi-select-dropdown.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-additional-participants.cjs.entry.js +1 -1
- package/dist/cjs/nylas-additional-participants.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-booking-form-config.cjs.entry.js +34 -27
- package/dist/cjs/nylas-booking-form-config.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-buffer-time.cjs.entry.js +13 -12
- package/dist/cjs/nylas-buffer-time.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-connected-calendars.cjs.entry.js +2 -2
- package/dist/cjs/nylas-connected-calendars.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-date-component.cjs.entry.js +12 -7
- package/dist/cjs/nylas-date-component.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-editor-tabs.cjs.entry.js +2 -2
- package/dist/cjs/nylas-event-location.cjs.entry.js +32 -11
- package/dist/cjs/nylas-event-location.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-page-styling.cjs.entry.js +3 -2
- package/dist/cjs/nylas-page-styling.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-participants-custom-availability.cjs.entry.js +3 -2
- package/dist/cjs/nylas-participants-custom-availability.cjs.entry.js.map +1 -1
- package/dist/cjs/nylas-provider.cjs.entry.js +1 -1
- package/dist/cjs/nylas-scheduling.cjs.entry.js +3 -3
- package/dist/cjs/nylas-web-elements.cjs.js +1 -1
- package/dist/cjs/{scheduler-store-37a0e152.js → scheduler-store-2cd220d1.js} +2 -2
- package/dist/cjs/{scheduler-store-37a0e152.js.map → scheduler-store-2cd220d1.js.map} +1 -1
- package/dist/cjs/{scheduler-store-373adf03.js → scheduler-store-70af2279.js} +2 -2
- package/dist/cjs/{scheduler-store-373adf03.js.map → scheduler-store-70af2279.js.map} +1 -1
- package/dist/cjs/time-period-selector.cjs.entry.js +21 -1
- package/dist/cjs/time-period-selector.cjs.entry.js.map +1 -1
- package/dist/collection/components/design-system/checkbox-component/checkbox-component.js +12 -1
- package/dist/collection/components/design-system/checkbox-component/checkbox-component.js.map +1 -1
- package/dist/collection/components/design-system/multi-select-dropdown/multi-select-dropdown.js +22 -1
- package/dist/collection/components/design-system/multi-select-dropdown/multi-select-dropdown.js.map +1 -1
- package/dist/collection/components/design-system/nylas-date-component/nylas-date-component.js +14 -8
- package/dist/collection/components/design-system/nylas-date-component/nylas-date-component.js.map +1 -1
- package/dist/collection/components/design-system/nylas-date-component/test/nylas-date-component.spec.js +39 -0
- package/dist/collection/components/design-system/nylas-date-component/test/nylas-date-component.spec.js.map +1 -0
- package/dist/collection/components/design-system/time-period-selector/time-period-selector.js +28 -1
- package/dist/collection/components/design-system/time-period-selector/time-period-selector.js.map +1 -1
- package/dist/collection/components/scheduler/nylas-date-picker/test/nylas-date-picker.spec.js +3 -1
- package/dist/collection/components/scheduler/nylas-date-picker/test/nylas-date-picker.spec.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-additional-participants/nylas-additional-participants.js +1 -1
- package/dist/collection/components/scheduler-editor/nylas-additional-participants/nylas-additional-participants.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-booking-form-config/nylas-booking-form-config.js +36 -27
- package/dist/collection/components/scheduler-editor/nylas-booking-form-config/nylas-booking-form-config.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-booking-form-config/test/nylas-booking-form-config.spec.js +23 -0
- package/dist/collection/components/scheduler-editor/nylas-booking-form-config/test/nylas-booking-form-config.spec.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-buffer-time/nylas-buffer-time.js +13 -12
- package/dist/collection/components/scheduler-editor/nylas-buffer-time/nylas-buffer-time.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-calendar-picker/test/nylas-calendar-picker.spec.js +13 -0
- package/dist/collection/components/scheduler-editor/nylas-calendar-picker/test/nylas-calendar-picker.spec.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-connected-calendars/nylas-connected-calendars.js +2 -2
- package/dist/collection/components/scheduler-editor/nylas-connected-calendars/nylas-connected-calendars.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-event-location/nylas-event-location.js +35 -10
- package/dist/collection/components/scheduler-editor/nylas-event-location/nylas-event-location.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-page-styling/nylas-page-styling.js +4 -1
- package/dist/collection/components/scheduler-editor/nylas-page-styling/nylas-page-styling.js.map +1 -1
- package/dist/collection/components/scheduler-editor/nylas-participants-custom-availability/nylas-participants-custom-availability.js +3 -2
- package/dist/collection/components/scheduler-editor/nylas-participants-custom-availability/nylas-participants-custom-availability.js.map +1 -1
- package/dist/components/checkbox-component2.js +12 -2
- package/dist/components/checkbox-component2.js.map +1 -1
- package/dist/components/multi-select-dropdown2.js +22 -2
- package/dist/components/multi-select-dropdown2.js.map +1 -1
- package/dist/components/nylas-additional-participants2.js +1 -1
- package/dist/components/nylas-additional-participants2.js.map +1 -1
- package/dist/components/nylas-booking-form-config2.js +35 -27
- package/dist/components/nylas-booking-form-config2.js.map +1 -1
- package/dist/components/nylas-buffer-time2.js +13 -12
- package/dist/components/nylas-buffer-time2.js.map +1 -1
- package/dist/components/nylas-connected-calendars2.js +2 -2
- package/dist/components/nylas-connected-calendars2.js.map +1 -1
- package/dist/components/nylas-date-component2.js +14 -8
- package/dist/components/nylas-date-component2.js.map +1 -1
- package/dist/components/nylas-editor-tabs2.js +2 -2
- package/dist/components/nylas-event-location2.js +35 -12
- package/dist/components/nylas-event-location2.js.map +1 -1
- package/dist/components/nylas-page-styling2.js +5 -3
- package/dist/components/nylas-page-styling2.js.map +1 -1
- package/dist/components/nylas-participants-custom-availability2.js +3 -2
- package/dist/components/nylas-participants-custom-availability2.js.map +1 -1
- package/dist/components/nylas-scheduling.js +2 -2
- package/dist/components/scheduler-store.js +1 -1
- package/dist/components/time-period-selector2.js +26 -2
- package/dist/components/time-period-selector2.js.map +1 -1
- package/dist/esm/calendar-agenda-fill-icon_53.entry.js +88 -57
- package/dist/esm/calendar-agenda-fill-icon_53.entry.js.map +1 -1
- package/dist/esm/checkbox-component.entry.js +9 -1
- package/dist/esm/checkbox-component.entry.js.map +1 -1
- package/dist/esm/checkbox-component_3.entry.js +21 -8
- package/dist/esm/checkbox-component_3.entry.js.map +1 -1
- package/dist/esm/google-logo-icon_4.entry.js +2 -2
- package/dist/esm/loader.js +1 -1
- package/dist/esm/multi-select-dropdown.entry.js +19 -1
- package/dist/esm/multi-select-dropdown.entry.js.map +1 -1
- package/dist/esm/nylas-additional-participants.entry.js +1 -1
- package/dist/esm/nylas-additional-participants.entry.js.map +1 -1
- package/dist/esm/nylas-booking-form-config.entry.js +34 -27
- package/dist/esm/nylas-booking-form-config.entry.js.map +1 -1
- package/dist/esm/nylas-buffer-time.entry.js +13 -12
- package/dist/esm/nylas-buffer-time.entry.js.map +1 -1
- package/dist/esm/nylas-connected-calendars.entry.js +2 -2
- package/dist/esm/nylas-connected-calendars.entry.js.map +1 -1
- package/dist/esm/nylas-date-component.entry.js +12 -7
- package/dist/esm/nylas-date-component.entry.js.map +1 -1
- package/dist/esm/nylas-editor-tabs.entry.js +2 -2
- package/dist/esm/nylas-event-location.entry.js +32 -11
- package/dist/esm/nylas-event-location.entry.js.map +1 -1
- package/dist/esm/nylas-page-styling.entry.js +3 -2
- package/dist/esm/nylas-page-styling.entry.js.map +1 -1
- package/dist/esm/nylas-participants-custom-availability.entry.js +3 -2
- package/dist/esm/nylas-participants-custom-availability.entry.js.map +1 -1
- package/dist/esm/nylas-provider.entry.js +1 -1
- package/dist/esm/nylas-scheduling.entry.js +3 -3
- package/dist/esm/nylas-web-elements.js +1 -1
- package/dist/esm/{scheduler-store-20151a77.js → scheduler-store-3acf4d70.js} +2 -2
- package/dist/esm/{scheduler-store-20151a77.js.map → scheduler-store-3acf4d70.js.map} +1 -1
- package/dist/esm/{scheduler-store-b6d12f40.js → scheduler-store-79dc16cc.js} +2 -2
- package/dist/esm/{scheduler-store-b6d12f40.js.map → scheduler-store-79dc16cc.js.map} +1 -1
- package/dist/esm/time-period-selector.entry.js +21 -1
- package/dist/esm/time-period-selector.entry.js.map +1 -1
- package/dist/nylas-web-elements/checkbox-component.entry.js +9 -1
- package/dist/nylas-web-elements/checkbox-component.entry.js.map +1 -1
- package/dist/nylas-web-elements/multi-select-dropdown.entry.js +19 -1
- package/dist/nylas-web-elements/multi-select-dropdown.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-additional-participants.entry.js +1 -1
- package/dist/nylas-web-elements/nylas-additional-participants.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-booking-form-config.entry.js +34 -27
- package/dist/nylas-web-elements/nylas-booking-form-config.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-buffer-time.entry.js +13 -12
- package/dist/nylas-web-elements/nylas-buffer-time.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-connected-calendars.entry.js +2 -2
- package/dist/nylas-web-elements/nylas-connected-calendars.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-date-component.entry.js +12 -7
- package/dist/nylas-web-elements/nylas-date-component.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-editor-tabs.entry.js +2 -2
- package/dist/nylas-web-elements/nylas-event-location.entry.js +32 -11
- package/dist/nylas-web-elements/nylas-event-location.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-page-styling.entry.js +3 -2
- package/dist/nylas-web-elements/nylas-page-styling.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-participants-custom-availability.entry.js +3 -2
- package/dist/nylas-web-elements/nylas-participants-custom-availability.entry.js.map +1 -1
- package/dist/nylas-web-elements/nylas-provider.entry.js +1 -1
- package/dist/nylas-web-elements/nylas-scheduling.entry.js +3 -3
- package/dist/nylas-web-elements/nylas-web-elements.esm.js +1 -1
- package/dist/nylas-web-elements/p-040b8553.entry.js +2 -0
- package/dist/nylas-web-elements/p-040b8553.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-13a83f9a.entry.js +8 -0
- package/dist/nylas-web-elements/p-13a83f9a.entry.js.map +1 -0
- package/dist/nylas-web-elements/p-1a9fc29a.entry.js +2 -0
- package/dist/nylas-web-elements/p-1a9fc29a.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-e543a827.entry.js → p-1dedce7c.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-284c14bb.js → p-53f7b360.js} +2 -2
- package/dist/nylas-web-elements/p-7f100474.entry.js +2 -0
- package/dist/nylas-web-elements/p-7f100474.entry.js.map +1 -0
- package/dist/nylas-web-elements/{p-70d36207.entry.js → p-84e69241.entry.js} +2 -2
- package/dist/nylas-web-elements/{p-36c73819.entry.js → p-ad7f8831.entry.js} +2 -2
- package/dist/nylas-web-elements/{scheduler-store-b6d12f40.js → scheduler-store-79dc16cc.js} +2 -2
- package/dist/nylas-web-elements/{scheduler-store-b6d12f40.js.map → scheduler-store-79dc16cc.js.map} +1 -1
- package/dist/nylas-web-elements/time-period-selector.entry.js +21 -1
- package/dist/nylas-web-elements/time-period-selector.entry.js.map +1 -1
- package/dist/types/components/design-system/checkbox-component/checkbox-component.d.ts +1 -0
- package/dist/types/components/design-system/multi-select-dropdown/multi-select-dropdown.d.ts +2 -0
- package/dist/types/components/design-system/nylas-date-component/nylas-date-component.d.ts +1 -0
- package/dist/types/components/design-system/time-period-selector/time-period-selector.d.ts +3 -0
- package/dist/types/components/scheduler-editor/nylas-booking-form-config/nylas-booking-form-config.d.ts +2 -0
- package/dist/types/components/scheduler-editor/nylas-buffer-time/nylas-buffer-time.d.ts +2 -0
- package/dist/types/components/scheduler-editor/nylas-event-location/nylas-event-location.d.ts +3 -0
- package/dist/types/components/scheduler-editor/nylas-participants-custom-availability/nylas-participants-custom-availability.d.ts +2 -2
- package/package.json +1 -1
- package/dist/nylas-web-elements/p-2fa604d7.entry.js +0 -2
- package/dist/nylas-web-elements/p-2fa604d7.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-52b9c0cb.entry.js +0 -2
- package/dist/nylas-web-elements/p-52b9c0cb.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-9db69aed.entry.js +0 -2
- package/dist/nylas-web-elements/p-9db69aed.entry.js.map +0 -1
- package/dist/nylas-web-elements/p-a1a75dc7.entry.js +0 -8
- package/dist/nylas-web-elements/p-a1a75dc7.entry.js.map +0 -1
- /package/dist/nylas-web-elements/{p-e543a827.entry.js.map → p-1dedce7c.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-284c14bb.js.map → p-53f7b360.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-70d36207.entry.js.map → p-84e69241.entry.js.map} +0 -0
- /package/dist/nylas-web-elements/{p-36c73819.entry.js.map → p-ad7f8831.entry.js.map} +0 -0
|
@@ -239,13 +239,13 @@ const I = (r, e, ...t) => {
|
|
|
239
239
|
const t = r.childNodes;
|
|
240
240
|
for (let n = t.length - 1; n >= 0; n--) {
|
|
241
241
|
const i = t[n];
|
|
242
|
-
i["s-hn"] !== ot && i["s-ol"] && (_i(i).insertBefore(i,
|
|
242
|
+
i["s-hn"] !== ot && i["s-ol"] && (_i(i).insertBefore(i, Jn(i)), i["s-ol"].remove(), i["s-ol"] = void 0, i["s-sh"] = void 0, Gn = !0), e && at(i, e);
|
|
243
243
|
}
|
|
244
244
|
ee.$flags$ &= -2;
|
|
245
245
|
}, Li = (r, e, t, n, i, u) => {
|
|
246
246
|
let o = r["s-cr"] && r["s-cr"].parentNode || r, s;
|
|
247
247
|
for (o.shadowRoot && o.tagName === ot && (o = o.shadowRoot); i <= u; ++i)
|
|
248
|
-
n[i] && (s = _t(null, t, i, r), s && (n[i].$elm$ = s, o.insertBefore(s,
|
|
248
|
+
n[i] && (s = _t(null, t, i, r), s && (n[i].$elm$ = s, o.insertBefore(s, Jn(e))));
|
|
249
249
|
}, Ni = (r, e, t) => {
|
|
250
250
|
for (let n = e; n <= t; ++n) {
|
|
251
251
|
const i = r[n];
|
|
@@ -279,10 +279,10 @@ const I = (r, e, ...t) => {
|
|
|
279
279
|
s = a;
|
|
280
280
|
break;
|
|
281
281
|
}
|
|
282
|
-
s >= 0 ? (p = e[s], p.$tag$ !== h.$tag$ ? m = _t(e && e[o], t, s, r) : (ze(p, h, i), e[s] = void 0, m = p.$elm$), h = n[++o]) : (m = _t(e && e[o], t, o, r), h = n[++o]), m && _i(d.$elm$).insertBefore(m,
|
|
282
|
+
s >= 0 ? (p = e[s], p.$tag$ !== h.$tag$ ? m = _t(e && e[o], t, s, r) : (ze(p, h, i), e[s] = void 0, m = p.$elm$), h = n[++o]) : (m = _t(e && e[o], t, o, r), h = n[++o]), m && _i(d.$elm$).insertBefore(m, Jn(d.$elm$));
|
|
283
283
|
}
|
|
284
284
|
u > l ? Li(r, n[c + 1] == null ? null : n[c + 1].$elm$, t, n, o, c) : o > c && Ni(e, u, l);
|
|
285
|
-
}, xt = (r, e, t = !1) => r.$tag$ === e.$tag$ ? r.$tag$ === "slot" ? r.$name$ === e.$name$ : t ? !0 : r.$key$ === e.$key$ : !1,
|
|
285
|
+
}, xt = (r, e, t = !1) => r.$tag$ === e.$tag$ ? r.$tag$ === "slot" ? r.$name$ === e.$name$ : t ? !0 : r.$key$ === e.$key$ : !1, Jn = (r) => r && r["s-ol"] || r, _i = (r) => (r["s-ol"] ? r["s-ol"] : r).parentNode, ze = (r, e, t = !1) => {
|
|
286
286
|
const n = e.$elm$ = r.$elm$, i = r.$children$, u = e.$children$, o = e.$tag$, s = e.$text$;
|
|
287
287
|
let a;
|
|
288
288
|
s === null ? (ie = o === "svg" ? !0 : o === "foreignObject" ? !1 : ie, o === "slot" || Ii(r, e, ie), i !== null && u !== null ? R1(n, i, e, u, t) : u !== null ? (r.$text$ !== null && (n.textContent = ""), Li(n, null, e, u, 0, u.length - 1)) : i !== null && Ni(i, 0, i.length - 1), ie && o === "svg" && (ie = !1)) : (a = n["s-cr"]) ? a.parentNode.textContent = s : r.$text$ !== s && (n.data = s);
|
|
@@ -541,16 +541,16 @@ const I = (r, e, ...t) => {
|
|
|
541
541
|
}), r.is = t.$tagName$, q1(r, t);
|
|
542
542
|
}, Hi = (r, e, t, n) => {
|
|
543
543
|
t && t.map(([i, u, o]) => {
|
|
544
|
-
const s =
|
|
544
|
+
const s = V1(r, i), a = J1(e, o), l = Z1(i);
|
|
545
545
|
ee.ael(s, u, a, l), (e.$rmListeners$ = e.$rmListeners$ || []).push(() => ee.rel(s, u, a, l));
|
|
546
546
|
});
|
|
547
|
-
},
|
|
547
|
+
}, J1 = (r, e) => (t) => {
|
|
548
548
|
try {
|
|
549
549
|
De.lazyLoad || r.$hostElement$[e](t);
|
|
550
550
|
} catch (n) {
|
|
551
551
|
bt(n);
|
|
552
552
|
}
|
|
553
|
-
},
|
|
553
|
+
}, V1 = (r, e) => e & 4 ? fe : e & 8 ? Xt : e & 16 ? fe.body : r, Z1 = (r) => eg ? {
|
|
554
554
|
passive: (r & 1) !== 0,
|
|
555
555
|
capture: (r & 2) !== 0
|
|
556
556
|
} : (r & 2) !== 0, qi = /* @__PURE__ */ new WeakMap(), mt = (r) => qi.get(r), Q1 = (r, e) => {
|
|
@@ -603,15 +603,15 @@ const I = (r, e, ...t) => {
|
|
|
603
603
|
}, wn = () => {
|
|
604
604
|
Mr(Or), Mr(zi), (xn = Or.length > 0) && ee.raf(wn);
|
|
605
605
|
}, ig = (r) => tg().then(r), ug = /* @__PURE__ */ rg(zi, !0), Pr = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
|
|
606
|
-
var ve = [], ae = [], og = typeof Uint8Array < "u" ? Uint8Array : Array,
|
|
606
|
+
var ve = [], ae = [], og = typeof Uint8Array < "u" ? Uint8Array : Array, Vn = !1;
|
|
607
607
|
function Wi() {
|
|
608
|
-
|
|
608
|
+
Vn = !0;
|
|
609
609
|
for (var r = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", e = 0, t = r.length; e < t; ++e)
|
|
610
610
|
ve[e] = r[e], ae[r.charCodeAt(e)] = e;
|
|
611
611
|
ae[45] = 62, ae[95] = 63;
|
|
612
612
|
}
|
|
613
613
|
function sg(r) {
|
|
614
|
-
|
|
614
|
+
Vn || Wi();
|
|
615
615
|
var e, t, n, i, u, o, s = r.length;
|
|
616
616
|
if (s % 4 > 0)
|
|
617
617
|
throw new Error("Invalid string. Length must be a multiple of 4");
|
|
@@ -630,7 +630,7 @@ function lg(r, e, t) {
|
|
|
630
630
|
return i.join("");
|
|
631
631
|
}
|
|
632
632
|
function Rr(r) {
|
|
633
|
-
|
|
633
|
+
Vn || Wi();
|
|
634
634
|
for (var e, t = r.length, n = t % 3, i = "", u = [], o = 16383, s = 0, a = t - n; s < a; s += o)
|
|
635
635
|
u.push(lg(r, s, s + o > a ? a : s + o));
|
|
636
636
|
return n === 1 ? (e = r[t - 1], i += ve[e >> 2], i += ve[e << 4 & 63], i += "==") : n === 2 && (e = (r[t - 2] << 8) + r[t - 1], i += ve[e >> 10], i += ve[e >> 4 & 63], i += ve[e << 2 & 63], i += "="), u.push(i), u.join("");
|
|
@@ -687,35 +687,35 @@ function x(r, e, t) {
|
|
|
687
687
|
);
|
|
688
688
|
return Zn(this, r);
|
|
689
689
|
}
|
|
690
|
-
return
|
|
690
|
+
return Ji(this, r, e, t);
|
|
691
691
|
}
|
|
692
692
|
x.poolSize = 8192;
|
|
693
693
|
x._augment = function(r) {
|
|
694
694
|
return r.__proto__ = x.prototype, r;
|
|
695
695
|
};
|
|
696
|
-
function
|
|
696
|
+
function Ji(r, e, t, n) {
|
|
697
697
|
if (typeof e == "number")
|
|
698
698
|
throw new TypeError('"value" argument must not be a number');
|
|
699
699
|
return typeof ArrayBuffer < "u" && e instanceof ArrayBuffer ? pg(r, e, t, n) : typeof e == "string" ? hg(r, e, t) : gg(r, e);
|
|
700
700
|
}
|
|
701
701
|
x.from = function(r, e, t) {
|
|
702
|
-
return
|
|
702
|
+
return Ji(null, r, e, t);
|
|
703
703
|
};
|
|
704
704
|
x.TYPED_ARRAY_SUPPORT && (x.prototype.__proto__ = Uint8Array.prototype, x.__proto__ = Uint8Array);
|
|
705
|
-
function
|
|
705
|
+
function Vi(r) {
|
|
706
706
|
if (typeof r != "number")
|
|
707
707
|
throw new TypeError('"size" argument must be a number');
|
|
708
708
|
if (r < 0)
|
|
709
709
|
throw new RangeError('"size" argument must not be negative');
|
|
710
710
|
}
|
|
711
711
|
function fg(r, e, t, n) {
|
|
712
|
-
return
|
|
712
|
+
return Vi(e), e <= 0 ? Se(r, e) : t !== void 0 ? typeof n == "string" ? Se(r, e).fill(t, n) : Se(r, e).fill(t) : Se(r, e);
|
|
713
713
|
}
|
|
714
714
|
x.alloc = function(r, e, t) {
|
|
715
715
|
return fg(null, r, e, t);
|
|
716
716
|
};
|
|
717
717
|
function Zn(r, e) {
|
|
718
|
-
if (
|
|
718
|
+
if (Vi(e), r = Se(r, e < 0 ? 0 : Qn(e) | 0), !x.TYPED_ARRAY_SUPPORT)
|
|
719
719
|
for (var t = 0; t < e; ++t)
|
|
720
720
|
r[t] = 0;
|
|
721
721
|
return r;
|
|
@@ -1143,79 +1143,79 @@ x.prototype.slice = function(e, t) {
|
|
|
1143
1143
|
}
|
|
1144
1144
|
return i;
|
|
1145
1145
|
};
|
|
1146
|
-
function
|
|
1146
|
+
function V(r, e, t) {
|
|
1147
1147
|
if (r % 1 !== 0 || r < 0) throw new RangeError("offset is not uint");
|
|
1148
1148
|
if (r + e > t) throw new RangeError("Trying to access beyond buffer length");
|
|
1149
1149
|
}
|
|
1150
1150
|
x.prototype.readUIntLE = function(e, t, n) {
|
|
1151
|
-
e = e | 0, t = t | 0, n ||
|
|
1151
|
+
e = e | 0, t = t | 0, n || V(e, t, this.length);
|
|
1152
1152
|
for (var i = this[e], u = 1, o = 0; ++o < t && (u *= 256); )
|
|
1153
1153
|
i += this[e + o] * u;
|
|
1154
1154
|
return i;
|
|
1155
1155
|
};
|
|
1156
1156
|
x.prototype.readUIntBE = function(e, t, n) {
|
|
1157
|
-
e = e | 0, t = t | 0, n ||
|
|
1157
|
+
e = e | 0, t = t | 0, n || V(e, t, this.length);
|
|
1158
1158
|
for (var i = this[e + --t], u = 1; t > 0 && (u *= 256); )
|
|
1159
1159
|
i += this[e + --t] * u;
|
|
1160
1160
|
return i;
|
|
1161
1161
|
};
|
|
1162
1162
|
x.prototype.readUInt8 = function(e, t) {
|
|
1163
|
-
return t ||
|
|
1163
|
+
return t || V(e, 1, this.length), this[e];
|
|
1164
1164
|
};
|
|
1165
1165
|
x.prototype.readUInt16LE = function(e, t) {
|
|
1166
|
-
return t ||
|
|
1166
|
+
return t || V(e, 2, this.length), this[e] | this[e + 1] << 8;
|
|
1167
1167
|
};
|
|
1168
1168
|
x.prototype.readUInt16BE = function(e, t) {
|
|
1169
|
-
return t ||
|
|
1169
|
+
return t || V(e, 2, this.length), this[e] << 8 | this[e + 1];
|
|
1170
1170
|
};
|
|
1171
1171
|
x.prototype.readUInt32LE = function(e, t) {
|
|
1172
|
-
return t ||
|
|
1172
|
+
return t || V(e, 4, this.length), (this[e] | this[e + 1] << 8 | this[e + 2] << 16) + this[e + 3] * 16777216;
|
|
1173
1173
|
};
|
|
1174
1174
|
x.prototype.readUInt32BE = function(e, t) {
|
|
1175
|
-
return t ||
|
|
1175
|
+
return t || V(e, 4, this.length), this[e] * 16777216 + (this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3]);
|
|
1176
1176
|
};
|
|
1177
1177
|
x.prototype.readIntLE = function(e, t, n) {
|
|
1178
|
-
e = e | 0, t = t | 0, n ||
|
|
1178
|
+
e = e | 0, t = t | 0, n || V(e, t, this.length);
|
|
1179
1179
|
for (var i = this[e], u = 1, o = 0; ++o < t && (u *= 256); )
|
|
1180
1180
|
i += this[e + o] * u;
|
|
1181
1181
|
return u *= 128, i >= u && (i -= Math.pow(2, 8 * t)), i;
|
|
1182
1182
|
};
|
|
1183
1183
|
x.prototype.readIntBE = function(e, t, n) {
|
|
1184
|
-
e = e | 0, t = t | 0, n ||
|
|
1184
|
+
e = e | 0, t = t | 0, n || V(e, t, this.length);
|
|
1185
1185
|
for (var i = t, u = 1, o = this[e + --i]; i > 0 && (u *= 256); )
|
|
1186
1186
|
o += this[e + --i] * u;
|
|
1187
1187
|
return u *= 128, o >= u && (o -= Math.pow(2, 8 * t)), o;
|
|
1188
1188
|
};
|
|
1189
1189
|
x.prototype.readInt8 = function(e, t) {
|
|
1190
|
-
return t ||
|
|
1190
|
+
return t || V(e, 1, this.length), this[e] & 128 ? (255 - this[e] + 1) * -1 : this[e];
|
|
1191
1191
|
};
|
|
1192
1192
|
x.prototype.readInt16LE = function(e, t) {
|
|
1193
|
-
t ||
|
|
1193
|
+
t || V(e, 2, this.length);
|
|
1194
1194
|
var n = this[e] | this[e + 1] << 8;
|
|
1195
1195
|
return n & 32768 ? n | 4294901760 : n;
|
|
1196
1196
|
};
|
|
1197
1197
|
x.prototype.readInt16BE = function(e, t) {
|
|
1198
|
-
t ||
|
|
1198
|
+
t || V(e, 2, this.length);
|
|
1199
1199
|
var n = this[e + 1] | this[e] << 8;
|
|
1200
1200
|
return n & 32768 ? n | 4294901760 : n;
|
|
1201
1201
|
};
|
|
1202
1202
|
x.prototype.readInt32LE = function(e, t) {
|
|
1203
|
-
return t ||
|
|
1203
|
+
return t || V(e, 4, this.length), this[e] | this[e + 1] << 8 | this[e + 2] << 16 | this[e + 3] << 24;
|
|
1204
1204
|
};
|
|
1205
1205
|
x.prototype.readInt32BE = function(e, t) {
|
|
1206
|
-
return t ||
|
|
1206
|
+
return t || V(e, 4, this.length), this[e] << 24 | this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3];
|
|
1207
1207
|
};
|
|
1208
1208
|
x.prototype.readFloatLE = function(e, t) {
|
|
1209
|
-
return t ||
|
|
1209
|
+
return t || V(e, 4, this.length), en(this, e, !0, 23, 4);
|
|
1210
1210
|
};
|
|
1211
1211
|
x.prototype.readFloatBE = function(e, t) {
|
|
1212
|
-
return t ||
|
|
1212
|
+
return t || V(e, 4, this.length), en(this, e, !1, 23, 4);
|
|
1213
1213
|
};
|
|
1214
1214
|
x.prototype.readDoubleLE = function(e, t) {
|
|
1215
|
-
return t ||
|
|
1215
|
+
return t || V(e, 8, this.length), en(this, e, !0, 52, 8);
|
|
1216
1216
|
};
|
|
1217
1217
|
x.prototype.readDoubleBE = function(e, t) {
|
|
1218
|
-
return t ||
|
|
1218
|
+
return t || V(e, 8, this.length), en(this, e, !1, 52, 8);
|
|
1219
1219
|
};
|
|
1220
1220
|
function re(r, e, t, n, i, u) {
|
|
1221
1221
|
if (!xe(r)) throw new TypeError('"buffer" argument must be a Buffer instance');
|
|
@@ -1742,10 +1742,10 @@ var _g = function(r, e, t) {
|
|
|
1742
1742
|
return { div: Math.floor(r / e), mod: le(r, e) };
|
|
1743
1743
|
}, ye = function(r) {
|
|
1744
1744
|
return !K(r) || r.length === 0;
|
|
1745
|
-
},
|
|
1745
|
+
}, J = function(r) {
|
|
1746
1746
|
return !ye(r);
|
|
1747
1747
|
}, q = function(r, e) {
|
|
1748
|
-
return
|
|
1748
|
+
return J(r) && r.indexOf(e) !== -1;
|
|
1749
1749
|
}, _e = function(r, e, t, n, i, u) {
|
|
1750
1750
|
return n === void 0 && (n = 0), i === void 0 && (i = 0), u === void 0 && (u = 0), new Date(Date.UTC(r, e - 1, t, n, i, u));
|
|
1751
1751
|
}, Fg = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], lu = 1e3 * 60 * 60 * 24, cu = 9999, du = _e(1970, 1, 1), Ug = [6, 0, 1, 2, 3, 4, 5], it = function(r) {
|
|
@@ -2372,7 +2372,7 @@ Be.IMPLEMENTED[j.MONTHLY] = Ze;
|
|
|
2372
2372
|
Be.IMPLEMENTED[j.YEARLY] = ["byweekno", "byyearday"].concat(Ze);
|
|
2373
2373
|
var Kg = function(r, e, t, n) {
|
|
2374
2374
|
return new Be(r, e, t, n).toString();
|
|
2375
|
-
},
|
|
2375
|
+
}, Jg = Be.isFullyConvertible, Yt = (
|
|
2376
2376
|
/** @class */
|
|
2377
2377
|
function() {
|
|
2378
2378
|
function r(e, t, n, i) {
|
|
@@ -2390,7 +2390,7 @@ var Kg = function(r, e, t, n) {
|
|
|
2390
2390
|
return (this.hour * 60 * 60 + this.minute * 60 + this.second) * 1e3 + this.millisecond;
|
|
2391
2391
|
}, r;
|
|
2392
2392
|
}()
|
|
2393
|
-
),
|
|
2393
|
+
), Vg = (
|
|
2394
2394
|
/** @class */
|
|
2395
2395
|
function(r) {
|
|
2396
2396
|
tr(e, r);
|
|
@@ -2494,7 +2494,7 @@ function Zg(r) {
|
|
|
2494
2494
|
throw new Error("bysetpos must be between 1 and 366, or between -366 and -1");
|
|
2495
2495
|
}
|
|
2496
2496
|
}
|
|
2497
|
-
if (!(e.byweekno ||
|
|
2497
|
+
if (!(e.byweekno || J(e.byweekno) || J(e.byyearday) || e.bymonthday || J(e.bymonthday) || K(e.byweekday) || K(e.byeaster)))
|
|
2498
2498
|
switch (e.freq) {
|
|
2499
2499
|
case R.YEARLY:
|
|
2500
2500
|
e.bymonth || (e.bymonth = e.dtstart.getUTCMonth() + 1), e.bymonthday = e.dtstart.getUTCDate();
|
|
@@ -2535,7 +2535,7 @@ function Zg(r) {
|
|
|
2535
2535
|
}
|
|
2536
2536
|
!a.n || e.freq > R.MONTHLY ? o.push(a.weekday) : s.push([a.weekday, a.n]);
|
|
2537
2537
|
}
|
|
2538
|
-
e.byweekday =
|
|
2538
|
+
e.byweekday = J(o) ? o : null, e.bynweekday = J(s) ? s : null;
|
|
2539
2539
|
}
|
|
2540
2540
|
return K(e.byhour) ? be(e.byhour) && (e.byhour = [e.byhour]) : e.byhour = e.freq < R.HOURLY ? [e.dtstart.getUTCHours()] : null, K(e.byminute) ? be(e.byminute) && (e.byminute = [e.byminute]) : e.byminute = e.freq < R.MINUTELY ? [e.dtstart.getUTCMinutes()] : null, K(e.bysecond) ? be(e.bysecond) && (e.bysecond = [e.bysecond]) : e.bysecond = e.freq < R.SECONDLY ? [e.dtstart.getUTCSeconds()] : null, { parsedOptions: e };
|
|
2541
2541
|
}
|
|
@@ -2852,7 +2852,7 @@ var xm = (
|
|
|
2852
2852
|
}
|
|
2853
2853
|
return r.prototype.rebuild = function(e, t) {
|
|
2854
2854
|
var n = this.options;
|
|
2855
|
-
if (e !== this.lastyear && (this.yearinfo = bm(e, n)),
|
|
2855
|
+
if (e !== this.lastyear && (this.yearinfo = bm(e, n)), J(n.bynweekday) && (t !== this.lastmonth || e !== this.lastyear)) {
|
|
2856
2856
|
var i = this.yearinfo, u = i.yearlen, o = i.mrange, s = i.wdaymask;
|
|
2857
2857
|
this.monthinfo = vm(e, t, u, o, s, n);
|
|
2858
2858
|
}
|
|
@@ -2998,11 +2998,11 @@ function bu(r, e) {
|
|
|
2998
2998
|
var t = e.dtstart, n = e.freq, i = e.interval, u = e.until, o = e.bysetpos, s = e.count;
|
|
2999
2999
|
if (s === 0 || i === 0)
|
|
3000
3000
|
return $e(r);
|
|
3001
|
-
var a =
|
|
3001
|
+
var a = Vg.fromDate(t), l = new xm(e);
|
|
3002
3002
|
l.rebuild(a.year, a.month);
|
|
3003
3003
|
for (var d = Tm(l, a, e); ; ) {
|
|
3004
3004
|
var f = l.getdayset(n)(a.year, a.month, a.day), c = f[0], h = f[1], g = f[2], m = $m(c, h, g, l, e);
|
|
3005
|
-
if (
|
|
3005
|
+
if (J(o))
|
|
3006
3006
|
for (var p = wm(o, d, h, g, l, c), w = 0; w < p.length; w++) {
|
|
3007
3007
|
var S = p[w];
|
|
3008
3008
|
if (u && S > u)
|
|
@@ -3035,7 +3035,7 @@ function bu(r, e) {
|
|
|
3035
3035
|
}
|
|
3036
3036
|
function Em(r, e, t) {
|
|
3037
3037
|
var n = t.bymonth, i = t.byweekno, u = t.byweekday, o = t.byeaster, s = t.bymonthday, a = t.bynmonthday, l = t.byyearday;
|
|
3038
|
-
return
|
|
3038
|
+
return J(n) && !q(n, r.mmask[e]) || J(i) && !r.wnomask[e] || J(u) && !q(u, r.wdaymask[e]) || J(r.nwdaymask) && !r.nwdaymask[e] || o !== null && !q(r.eastermask, e) || (J(s) || J(a)) && !q(s, r.mdaymask[e]) && !q(a, r.nmdaymask[e]) || J(l) && (e < r.yearlen && !q(l, e + 1) && !q(l, -r.yearlen + e) || e >= r.yearlen && !q(l, e + 1 - r.yearlen) && !q(l, -r.nextyearlen + e - r.yearlen));
|
|
3039
3039
|
}
|
|
3040
3040
|
function Gr(r, e) {
|
|
3041
3041
|
return new qt(r, e.tzid).rezonedDate();
|
|
@@ -3052,7 +3052,7 @@ function $m(r, e, t, n, i) {
|
|
|
3052
3052
|
}
|
|
3053
3053
|
function Tm(r, e, t) {
|
|
3054
3054
|
var n = t.freq, i = t.byhour, u = t.byminute, o = t.bysecond;
|
|
3055
|
-
return nr(n) ? Qg(t) : n >= R.HOURLY &&
|
|
3055
|
+
return nr(n) ? Qg(t) : n >= R.HOURLY && J(i) && !q(i, e.hour) || n >= R.MINUTELY && J(u) && !q(u, e.minute) || n >= R.SECONDLY && J(o) && !q(o, e.second) ? [] : r.gettimeset(n)(e.hour, e.minute, e.second, e.millisecond);
|
|
3056
3056
|
}
|
|
3057
3057
|
var ce = {
|
|
3058
3058
|
MO: new te(0),
|
|
@@ -3137,7 +3137,7 @@ var ce = {
|
|
|
3137
3137
|
}, r.prototype.toText = function(e, t, n) {
|
|
3138
3138
|
return Kg(this, e, t, n);
|
|
3139
3139
|
}, r.prototype.isFullyConvertibleToText = function() {
|
|
3140
|
-
return
|
|
3140
|
+
return Jg(this);
|
|
3141
3141
|
}, r.prototype.clone = function() {
|
|
3142
3142
|
return new r(this.origOptions);
|
|
3143
3143
|
}, r.FREQUENCIES = [
|
|
@@ -3212,7 +3212,7 @@ function Cm(r, e) {
|
|
|
3212
3212
|
break;
|
|
3213
3213
|
case "RDATE":
|
|
3214
3214
|
var p = (f = /RDATE(?:;TZID=([^:=]+))?/i.exec(d)) !== null && f !== void 0 ? f : [], w = p[1];
|
|
3215
|
-
w && !a && (a = w), n = n.concat(
|
|
3215
|
+
w && !a && (a = w), n = n.concat(Vr(m, g));
|
|
3216
3216
|
break;
|
|
3217
3217
|
case "EXRULE":
|
|
3218
3218
|
if (g.length)
|
|
@@ -3220,7 +3220,7 @@ function Cm(r, e) {
|
|
|
3220
3220
|
i.push(An(m));
|
|
3221
3221
|
break;
|
|
3222
3222
|
case "EXDATE":
|
|
3223
|
-
u = u.concat(
|
|
3223
|
+
u = u.concat(Vr(m, g));
|
|
3224
3224
|
break;
|
|
3225
3225
|
case "DTSTART":
|
|
3226
3226
|
break;
|
|
@@ -3254,7 +3254,7 @@ function Am(r, e) {
|
|
|
3254
3254
|
var f = n[0] || {};
|
|
3255
3255
|
return new R(hn(f, f.dtstart || e.dtstart || s, f.tzid || e.tzid || a), l);
|
|
3256
3256
|
}
|
|
3257
|
-
function
|
|
3257
|
+
function Jr(r, e) {
|
|
3258
3258
|
return e === void 0 && (e = {}), Am(r, Dm(e));
|
|
3259
3259
|
}
|
|
3260
3260
|
function hn(r, e, t) {
|
|
@@ -3308,7 +3308,7 @@ function Rm(r) {
|
|
|
3308
3308
|
throw new Error("unsupported RDATE/EXDATE parm: " + e);
|
|
3309
3309
|
});
|
|
3310
3310
|
}
|
|
3311
|
-
function
|
|
3311
|
+
function Vr(r, e) {
|
|
3312
3312
|
return Rm(e), r.split(",").map(function(t) {
|
|
3313
3313
|
return er(t);
|
|
3314
3314
|
});
|
|
@@ -3346,11 +3346,11 @@ var Im = (
|
|
|
3346
3346
|
Xr(t, this._exdate);
|
|
3347
3347
|
}, e.prototype.rrules = function() {
|
|
3348
3348
|
return this._rrule.map(function(t) {
|
|
3349
|
-
return
|
|
3349
|
+
return Jr(t.toString());
|
|
3350
3350
|
});
|
|
3351
3351
|
}, e.prototype.exrules = function() {
|
|
3352
3352
|
return this._exrule.map(function(t) {
|
|
3353
|
-
return
|
|
3353
|
+
return Jr(t.toString());
|
|
3354
3354
|
});
|
|
3355
3355
|
}, e.prototype.rdates = function() {
|
|
3356
3356
|
return this._rdate.map(function(t) {
|
|
@@ -4189,7 +4189,7 @@ let Gm = [{
|
|
|
4189
4189
|
return r == 1 ? 0 : r == 2 ? 1 : (r < 0 || r > 10) && r % 10 == 0 ? 2 : 3;
|
|
4190
4190
|
}
|
|
4191
4191
|
};
|
|
4192
|
-
const
|
|
4192
|
+
const Jm = ["v1", "v2", "v3"], Vm = ["v4"], oi = {
|
|
4193
4193
|
zero: 0,
|
|
4194
4194
|
one: 1,
|
|
4195
4195
|
two: 2,
|
|
@@ -4211,7 +4211,7 @@ function Zm() {
|
|
|
4211
4211
|
class Qm {
|
|
4212
4212
|
constructor(e) {
|
|
4213
4213
|
let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
|
|
4214
|
-
this.languageUtils = e, this.options = t, this.logger = ke.create("pluralResolver"), (!this.options.compatibilityJSON ||
|
|
4214
|
+
this.languageUtils = e, this.options = t, this.logger = ke.create("pluralResolver"), (!this.options.compatibilityJSON || Vm.includes(this.options.compatibilityJSON)) && (typeof Intl > "u" || !Intl.PluralRules) && (this.options.compatibilityJSON = "v3", this.logger.error("Your environment seems not to be Intl API compatible, use an Intl.PluralRules polyfill. Will fallback to the compatibilityJSON v3 format handling.")), this.rules = Zm();
|
|
4215
4215
|
}
|
|
4216
4216
|
addRule(e, t) {
|
|
4217
4217
|
this.rules[e] = t;
|
|
@@ -4255,7 +4255,7 @@ class Qm {
|
|
|
4255
4255
|
return this.options.compatibilityJSON === "v1" ? i === 1 ? "" : typeof i == "number" ? `_plural_${i.toString()}` : u() : this.options.compatibilityJSON === "v2" || this.options.simplifyPluralSuffix && e.numbers.length === 2 && e.numbers[0] === 1 ? u() : this.options.prepend && n.toString() ? this.options.prepend + n.toString() : n.toString();
|
|
4256
4256
|
}
|
|
4257
4257
|
shouldUseIntlApi() {
|
|
4258
|
-
return !
|
|
4258
|
+
return !Jm.includes(this.options.compatibilityJSON);
|
|
4259
4259
|
}
|
|
4260
4260
|
}
|
|
4261
4261
|
function si(r, e, t) {
|
|
@@ -4967,7 +4967,7 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
4967
4967
|
october: "October",
|
|
4968
4968
|
november: "November",
|
|
4969
4969
|
december: "December"
|
|
4970
|
-
}, Su = "Next", Bu = "{{date}}", Cu = "{{time}}", Au = "Name", Du = "Enter your name", Ou = "Email", Mu = "Enter your email", Pu = "Guest email", Ru = "Enter guest email", Iu = "Add guest", Lu = "Add another guest", Nu = "Back", _u = "Book now", Fu = "Booking confirmed", Uu = "You'll receive an email confirmation soon.", ju = "Booking sent", Yu = "You will receive an email once the booking is confirmed.", Hu = "Booking rescheduled", qu = "Booking date and time", zu = "Cancel booking", Wu = "Reschedule", Gu = "Reject booking", Ku = "Confirm booking",
|
|
4970
|
+
}, Su = "Next", Bu = "{{date}}", Cu = "{{time}}", Au = "Name", Du = "Enter your name", Ou = "Email", Mu = "Enter your email", Pu = "Guest email", Ru = "Enter guest email", Iu = "Add guest", Lu = "Add another guest", Nu = "Back", _u = "Book now", Fu = "Booking confirmed", Uu = "You'll receive an email confirmation soon.", ju = "Booking sent", Yu = "You will receive an email once the booking is confirmed.", Hu = "Booking rescheduled", qu = "Booking date and time", zu = "Cancel booking", Wu = "Reschedule", Gu = "Reject booking", Ku = "Confirm booking", Ju = "Booking pending", Vu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Zu = "Your booking has been confirmed successfully", Qu = "A confirmation email has been sent to", Xu = "Cancel booking?", eo = "Your current timeslot will become available to others.", to = "Reason for cancellation", no = "Go back", ro = "Your booking has been cancelled successfully", io = "A cancellation email has been sent to", uo = "Close", oo = "Closing", so = "{{field}} is required.", ao = "{{field}} has invalid format.", lo = "Create Booking", co = "Get Availability", fo = "Cancel Booking", ho = "Reschedule Booking", po = "Get UI Settings", go = "Reject Booking", mo = "Confirm Booking", bo = "Something went wrong...", yo = "Scheduling Component Error", vo = "'sessionId' is required for private configs.", ko = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", xo = "Invalid timeslot!", wo = "The selected timeslot is invalid", Eo = "Cancellation Error", $o = "Please provide a reason for cancellation.", To = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", So = "Cancel booking form error", Bo = "Share Your Feedback", Co = "Providing us with your feedback and reporting errors helps us create a better experience for you.", Ao = "Please give us a detailed description of the feature you’re commenting on, or where you’ve experienced an issue.", Do = "Provide your feedback here", Oo = "Cancel", Mo = "Submit", Po = "Delete this scheduling page?", Ro = "Upon confirmation, this page and it’s connected scheduling links will be permanently deleted and deactivated. This action cannot be undone.", Io = "Delete page", Lo = "Cancel", ub = {
|
|
4971
4971
|
noDateSelected: xu,
|
|
4972
4972
|
rescheduleTitle: wu,
|
|
4973
4973
|
days: Eu,
|
|
@@ -4996,8 +4996,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
4996
4996
|
rescheduleBookingButton: Wu,
|
|
4997
4997
|
rejectBookingButton: Gu,
|
|
4998
4998
|
confirmBookingButton: Ku,
|
|
4999
|
-
bookingPendingTitle:
|
|
5000
|
-
bookingPendingnDescription:
|
|
4999
|
+
bookingPendingTitle: Ju,
|
|
5000
|
+
bookingPendingnDescription: Vu,
|
|
5001
5001
|
confirmedEventCardTitle: Zu,
|
|
5002
5002
|
confirmedEventCardDescription: Qu,
|
|
5003
5003
|
cancelBookingTitle: Xu,
|
|
@@ -5067,8 +5067,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5067
5067
|
rescheduleBookingButton: Wu,
|
|
5068
5068
|
rejectBookingButton: Gu,
|
|
5069
5069
|
confirmBookingButton: Ku,
|
|
5070
|
-
bookingPendingTitle:
|
|
5071
|
-
bookingPendingnDescription:
|
|
5070
|
+
bookingPendingTitle: Ju,
|
|
5071
|
+
bookingPendingnDescription: Vu,
|
|
5072
5072
|
confirmedEventCardTitle: Zu,
|
|
5073
5073
|
confirmedEventCardDescription: Qu,
|
|
5074
5074
|
cancelBookingTitle: Xu,
|
|
@@ -5135,7 +5135,7 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5135
5135
|
october: "Octobre",
|
|
5136
5136
|
november: "Novembre",
|
|
5137
5137
|
december: "Décembre"
|
|
5138
|
-
}, Yo = "Procéder", Ho = "{{date}}", qo = "{{time}}", zo = "Name", Wo = "Entrez votre nom", Go = "E-mail", Ko = "Entrer votre E-mail",
|
|
5138
|
+
}, Yo = "Procéder", Ho = "{{date}}", qo = "{{time}}", zo = "Name", Wo = "Entrez votre nom", Go = "E-mail", Ko = "Entrer votre E-mail", Jo = "E-mail invité", Vo = "Entrez l'adresse e-mail de l'invité", Zo = "Ajouter un invité", Qo = "Ajouter un autre invité", Xo = "Retour", es = "Réservez maintenant", ts = "Réservation confirmée", ns = "Vous recevrez bientôt un e-mail de confirmation.", rs = "Réservation envoyée", is = "Vous recevrez un e-mail une fois la réservation confirmée.", us = "Réservation reprogrammée", os = "Date et heure de la réservation", ss = "Annuler la réservation", as = "Replanifier", ls = "Refuser la réservation", cs = "Confirmer la réservation", ds = "Réservation en attente", fs = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", hs = "Votre réservation a été confirmée avec succès", ps = "Un e-mail de confirmation a été envoyé à", gs = "Annuler la réservation?", ms = "Votre créneau horaire actuel sera disponible pour les autres.", bs = "Raison de l'annulation", ys = "Retourner", vs = "Votre réservation a été annulée avec succès", ks = "Un e-mail d'annulation a été envoyé à", xs = "Fermer", ws = "Fermeture", Es = "{{field}} est requis.", $s = "{{field}} a un format invalide.", Ts = "Créer une Réservation", Ss = "Obtenir la Disponibilité", Bs = "Annuler la Réservation", Cs = "Reprogrammer la Réservation", As = "Obtenir les Paramètres UI", Ds = "Refuser la Réservation", Os = "Confirmer la Réservation", Ms = "Quelque chose a mal tourné...", Ps = "Erreur du composant de planification", Rs = "'sessionId' est requis pour les configurations privées.", Is = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", Ls = "Créneau horaire invalide !", Ns = "Le créneau horaire sélectionné est invalide", _s = "Erreur d'annulation", Fs = "Veuillez fournir une raison pour l'annulation.", Us = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", js = "Erreur de formulaire d'annulation de réservation", Ys = "Partagez vos commentaires", Hs = "Nous fournir vos commentaires et signaler des erreurs nous aide à créer une meilleure expérience pour vous.", qs = "Veuillez nous fournir une description détaillée de la fonctionnalité sur laquelle vous commentez ou du problème que vous avez rencontré.", zs = "Saisissez vos commentaires ici", Ws = "Annuler", Gs = "Envoyer", Ks = "Supprimer cette page de planification?", Js = "Après confirmation, cette page et ses liens de planification associés seront définitivement supprimés et désactivés. Cette action est irréversible.", Vs = "Supprimer la page", Zs = "Annuler", sb = {
|
|
5139
5139
|
noDateSelected: No,
|
|
5140
5140
|
rescheduleTitle: _o,
|
|
5141
5141
|
days: Fo,
|
|
@@ -5148,8 +5148,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5148
5148
|
namePlaceholder: Wo,
|
|
5149
5149
|
email: Go,
|
|
5150
5150
|
emailPlaceholder: Ko,
|
|
5151
|
-
guestEmail:
|
|
5152
|
-
guestEmailPlaceholder:
|
|
5151
|
+
guestEmail: Jo,
|
|
5152
|
+
guestEmailPlaceholder: Vo,
|
|
5153
5153
|
addGuest: Zo,
|
|
5154
5154
|
addAnotherGuest: Qo,
|
|
5155
5155
|
backButton: Xo,
|
|
@@ -5202,8 +5202,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5202
5202
|
feedbackModalCloseButton: Ws,
|
|
5203
5203
|
feedbackModalSubmitButton: Gs,
|
|
5204
5204
|
deleteSchedulingPageTitle: Ks,
|
|
5205
|
-
deleteSchedulingPageDescription:
|
|
5206
|
-
deleteSchedulingPageConfirmButton:
|
|
5205
|
+
deleteSchedulingPageDescription: Js,
|
|
5206
|
+
deleteSchedulingPageConfirmButton: Vs,
|
|
5207
5207
|
deleteSchedulingPageCancelButton: Zs
|
|
5208
5208
|
}, ab = /* @__PURE__ */ Object.freeze({
|
|
5209
5209
|
__proto__: null,
|
|
@@ -5219,8 +5219,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5219
5219
|
namePlaceholder: Wo,
|
|
5220
5220
|
email: Go,
|
|
5221
5221
|
emailPlaceholder: Ko,
|
|
5222
|
-
guestEmail:
|
|
5223
|
-
guestEmailPlaceholder:
|
|
5222
|
+
guestEmail: Jo,
|
|
5223
|
+
guestEmailPlaceholder: Vo,
|
|
5224
5224
|
addGuest: Zo,
|
|
5225
5225
|
addAnotherGuest: Qo,
|
|
5226
5226
|
backButton: Xo,
|
|
@@ -5273,8 +5273,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5273
5273
|
feedbackModalCloseButton: Ws,
|
|
5274
5274
|
feedbackModalSubmitButton: Gs,
|
|
5275
5275
|
deleteSchedulingPageTitle: Ks,
|
|
5276
|
-
deleteSchedulingPageDescription:
|
|
5277
|
-
deleteSchedulingPageConfirmButton:
|
|
5276
|
+
deleteSchedulingPageDescription: Js,
|
|
5277
|
+
deleteSchedulingPageConfirmButton: Vs,
|
|
5278
5278
|
deleteSchedulingPageCancelButton: Zs,
|
|
5279
5279
|
default: sb
|
|
5280
5280
|
}), Qs = "No has seleccionado ninguna fecha", Xs = "Elige otro horario para reprogramar tu reunión", ea = {
|
|
@@ -5303,7 +5303,7 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5303
5303
|
october: "Octubre",
|
|
5304
5304
|
november: "Noviembre",
|
|
5305
5305
|
december: "Diciembre"
|
|
5306
|
-
}, ra = "Siguiente", ia = "{{date}}", ua = "{{time}}", oa = "Nombre", sa = "Introduce tu nombre", aa = "Correo electrónico", la = "Introduce tu correo electrónico", ca = "Correo electrónico del invitado", da = "Introduce el correo electrónico del invitado", fa = "Añadir invitado", ha = "Añadir otro invitado", pa = "Atrás", ga = "Reservar ahora", ma = "Reserva confirmada", ba = "Recibirás una confirmación por correo electrónico pronto.", ya = "Reserva enviada", va = "Recibirás un correo electrónico una vez que se confirme la reserva.", ka = "Reserva reprogramada", xa = "Fecha y hora de la reserva", wa = "Cancelar reserva", Ea = "Reprogramar", $a = "Rechazar reserva", Ta = "Confirmar reserva", Sa = "Reserva pendiente", Ba = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", Ca = "Tu reserva ha sido confirmada con éxito", Aa = "Se ha enviado un correo de confirmación a", Da = "¿Cancelar reserva?", Oa = "Su horario actual estará disponible para otros.", Ma = "Motivo de la cancelación", Pa = "Regresar", Ra = "Su reserva ha sido cancelada con éxito", Ia = "Se ha enviado un correo electrónico de cancelación a", La = "Cerrar", Na = "Cerrando", _a = "{{field}} es obligatorio.", Fa = "{{field}} tiene un formato no válido.", Ua = "Crear Reserva", ja = "Obtener Disponibilidad", Ya = "Cancelar Reserva", Ha = "Reprogramar Reserva", qa = "Obtener Configuraciones de UI", za = "Rechazar Reserva", Wa = "Confirmar Reserva", Ga = "Algo salió mal...", Ka = "Error en el componente de programación",
|
|
5306
|
+
}, ra = "Siguiente", ia = "{{date}}", ua = "{{time}}", oa = "Nombre", sa = "Introduce tu nombre", aa = "Correo electrónico", la = "Introduce tu correo electrónico", ca = "Correo electrónico del invitado", da = "Introduce el correo electrónico del invitado", fa = "Añadir invitado", ha = "Añadir otro invitado", pa = "Atrás", ga = "Reservar ahora", ma = "Reserva confirmada", ba = "Recibirás una confirmación por correo electrónico pronto.", ya = "Reserva enviada", va = "Recibirás un correo electrónico una vez que se confirme la reserva.", ka = "Reserva reprogramada", xa = "Fecha y hora de la reserva", wa = "Cancelar reserva", Ea = "Reprogramar", $a = "Rechazar reserva", Ta = "Confirmar reserva", Sa = "Reserva pendiente", Ba = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", Ca = "Tu reserva ha sido confirmada con éxito", Aa = "Se ha enviado un correo de confirmación a", Da = "¿Cancelar reserva?", Oa = "Su horario actual estará disponible para otros.", Ma = "Motivo de la cancelación", Pa = "Regresar", Ra = "Su reserva ha sido cancelada con éxito", Ia = "Se ha enviado un correo electrónico de cancelación a", La = "Cerrar", Na = "Cerrando", _a = "{{field}} es obligatorio.", Fa = "{{field}} tiene un formato no válido.", Ua = "Crear Reserva", ja = "Obtener Disponibilidad", Ya = "Cancelar Reserva", Ha = "Reprogramar Reserva", qa = "Obtener Configuraciones de UI", za = "Rechazar Reserva", Wa = "Confirmar Reserva", Ga = "Algo salió mal...", Ka = "Error en el componente de programación", Ja = "'sessionId' es necesario para configuraciones privadas.", Va = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", Za = "¡Intervalo de tiempo no válido!", Qa = "El intervalo de tiempo seleccionado no es válido", Xa = "Error de Cancelación", el = "Por favor, indique el motivo de la cancelación.", tl = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", nl = "Error en el formulario de cancelación de la reserva", rl = "Comparta su opinión", il = "Proporcionarnos su opinión y reportar errores nos ayuda a crear una mejor experiencia para usted.", ul = "Por favor, proporcione una descripción detallada de la función sobre la que está comentando o dónde ha experimentado un problema.", ol = "Proporcione su opinión aquí", sl = "Cancelar", al = "Enviar", ll = "¿Eliminar esta página de programación?", cl = "Al confirmar, esta página y sus enlaces de programación conectados serán eliminados y desactivados permanentemente. Esta acción no se puede deshacer.", dl = "Eliminar página", fl = "Cancelar", lb = {
|
|
5307
5307
|
noDateSelected: Qs,
|
|
5308
5308
|
rescheduleTitle: Xs,
|
|
5309
5309
|
days: ea,
|
|
@@ -5355,8 +5355,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5355
5355
|
confirmBookingErrorTitle: Wa,
|
|
5356
5356
|
genericErrorTitle: Ga,
|
|
5357
5357
|
schedulingComponentErrorTitle: Ka,
|
|
5358
|
-
sessionIdRequiredErrorMessage:
|
|
5359
|
-
publicConfigErrorMessage:
|
|
5358
|
+
sessionIdRequiredErrorMessage: Ja,
|
|
5359
|
+
publicConfigErrorMessage: Va,
|
|
5360
5360
|
invalidTimeslotErrorTitle: Za,
|
|
5361
5361
|
invalidTimeslotErrorMessage: Qa,
|
|
5362
5362
|
cancellationErrorTitle: Xa,
|
|
@@ -5426,8 +5426,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5426
5426
|
confirmBookingErrorTitle: Wa,
|
|
5427
5427
|
genericErrorTitle: Ga,
|
|
5428
5428
|
schedulingComponentErrorTitle: Ka,
|
|
5429
|
-
sessionIdRequiredErrorMessage:
|
|
5430
|
-
publicConfigErrorMessage:
|
|
5429
|
+
sessionIdRequiredErrorMessage: Ja,
|
|
5430
|
+
publicConfigErrorMessage: Va,
|
|
5431
5431
|
invalidTimeslotErrorTitle: Za,
|
|
5432
5432
|
invalidTimeslotErrorMessage: Qa,
|
|
5433
5433
|
cancellationErrorTitle: Xa,
|
|
@@ -5471,7 +5471,7 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5471
5471
|
october: "10月",
|
|
5472
5472
|
november: "11月",
|
|
5473
5473
|
december: "12月"
|
|
5474
|
-
}, yl = "次", vl = "{{date}}", kl = "{{time}}", xl = "名前", wl = "名前を入力してください", El = "メールアドレス", $l = "メールアドレスを入力してください", Tl = "ゲストのメールアドレス", Sl = "ゲストのメールアドレスを入力してください", Bl = "ゲストを追加", Cl = "他のゲストを追加", Al = "戻る", Dl = "今すぐ予約", Ol = "予約が確認されました", Ml = "間もなくメールで確認が届きます。", Pl = "予約が送信されました", Rl = "予約が確認され次第、メールをお送りします。", Il = "予約が再予定されました", Ll = "予約の日付と時間", Nl = "予約をキャンセル", _l = "再調整", Fl = "予約を拒否", Ul = "予約を確認", jl = "予約保留中", Yl = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", Hl = "予約が正常に確認されました", ql = "確認メールが送信されました", zl = "予約をキャンセルしますか?", Wl = "現在の時間枠は他の人に利用可能になります。", Gl = "キャンセルの理由", Kl = "戻る",
|
|
5474
|
+
}, yl = "次", vl = "{{date}}", kl = "{{time}}", xl = "名前", wl = "名前を入力してください", El = "メールアドレス", $l = "メールアドレスを入力してください", Tl = "ゲストのメールアドレス", Sl = "ゲストのメールアドレスを入力してください", Bl = "ゲストを追加", Cl = "他のゲストを追加", Al = "戻る", Dl = "今すぐ予約", Ol = "予約が確認されました", Ml = "間もなくメールで確認が届きます。", Pl = "予約が送信されました", Rl = "予約が確認され次第、メールをお送りします。", Il = "予約が再予定されました", Ll = "予約の日付と時間", Nl = "予約をキャンセル", _l = "再調整", Fl = "予約を拒否", Ul = "予約を確認", jl = "予約保留中", Yl = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", Hl = "予約が正常に確認されました", ql = "確認メールが送信されました", zl = "予約をキャンセルしますか?", Wl = "現在の時間枠は他の人に利用可能になります。", Gl = "キャンセルの理由", Kl = "戻る", Jl = "予約が正常にキャンセルされました", Vl = "キャンセルメールが送信されました", Zl = "閉じる", Ql = "閉じる", Xl = "{{field}} は必須です.", ec = "{{field}} の形式が無効です.", tc = "予約作成", nc = "空き状況を取得", rc = "予約をキャンセル", ic = "予約の再スケジュール", uc = "UI設定を取得", oc = "予約を拒否", sc = "予約を確認", ac = "何かがうまくいかなかった...", lc = "スケジューリングコンポーネントエラー", cc = "プライベート構成には 'sessionId' が必要です。", dc = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", fc = "無効な時間帯!", hc = "選択された時間帯は無効です", pc = "キャンセルエラー", gc = "キャンセルの理由を入力してください。", mc = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", bc = "予約キャンセルフォームエラー", yc = "フィードバックを共有する", vc = "フィードバックを提供し、エラーを報告することで、より良い体験を提供するためのサポートになります。", kc = "コメントしている機能や問題が発生した箇所の詳細な説明をお願いします。", xc = "ここにフィードバックを記入してください", wc = "キャンセル", Ec = "送信", $c = "このスケジューリングページを削除しますか?", Tc = "確認すると、このページと接続されているスケジュールリンクは完全に削除および無効化されます。この操作は元に戻せません。", Sc = "ページを削除", Bc = "キャンセル", db = {
|
|
5475
5475
|
noDateSelected: hl,
|
|
5476
5476
|
rescheduleTitle: pl,
|
|
5477
5477
|
days: gl,
|
|
@@ -5508,8 +5508,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5508
5508
|
cancelBookingMessage: Wl,
|
|
5509
5509
|
reasonForCancellation: Gl,
|
|
5510
5510
|
goBackButton: Kl,
|
|
5511
|
-
bookingCancelledTitle:
|
|
5512
|
-
bookingCancelledMessage:
|
|
5511
|
+
bookingCancelledTitle: Jl,
|
|
5512
|
+
bookingCancelledMessage: Vl,
|
|
5513
5513
|
closeButton: Zl,
|
|
5514
5514
|
closingButton: Ql,
|
|
5515
5515
|
fieldRequired: Xl,
|
|
@@ -5579,8 +5579,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5579
5579
|
cancelBookingMessage: Wl,
|
|
5580
5580
|
reasonForCancellation: Gl,
|
|
5581
5581
|
goBackButton: Kl,
|
|
5582
|
-
bookingCancelledTitle:
|
|
5583
|
-
bookingCancelledMessage:
|
|
5582
|
+
bookingCancelledTitle: Jl,
|
|
5583
|
+
bookingCancelledMessage: Vl,
|
|
5584
5584
|
closeButton: Zl,
|
|
5585
5585
|
closingButton: Ql,
|
|
5586
5586
|
fieldRequired: Xl,
|
|
@@ -5639,7 +5639,7 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5639
5639
|
october: "Oktober",
|
|
5640
5640
|
november: "November",
|
|
5641
5641
|
december: "Dezember"
|
|
5642
|
-
}, Pc = "Weiter", Rc = "{{date}}", Ic = "{{time}}", Lc = "Name", Nc = "Geben Sie Ihren Namen ein", _c = "E-Mail", Fc = "Geben Sie Ihre E-Mail-Adresse ein", Uc = "Gast E-Mail", jc = "Geben Sie die E-Mail-Adresse des Gastes ein", Yc = "Gast hinzufügen", Hc = "Weiteren Gast hinzufügen", qc = "Zurück", zc = "Jetzt buchen", Wc = "Buchung bestätigt", Gc = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", Kc = "Buchung gesendet",
|
|
5642
|
+
}, Pc = "Weiter", Rc = "{{date}}", Ic = "{{time}}", Lc = "Name", Nc = "Geben Sie Ihren Namen ein", _c = "E-Mail", Fc = "Geben Sie Ihre E-Mail-Adresse ein", Uc = "Gast E-Mail", jc = "Geben Sie die E-Mail-Adresse des Gastes ein", Yc = "Gast hinzufügen", Hc = "Weiteren Gast hinzufügen", qc = "Zurück", zc = "Jetzt buchen", Wc = "Buchung bestätigt", Gc = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", Kc = "Buchung gesendet", Jc = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", Vc = "Buchung umgebucht", Zc = "Buchungsdatum und -zeit", Qc = "Buchung stornieren", Xc = "Umplanen", ed = "Buchung ablehnen", td = "Buchung bestätigen", nd = "Buchung ausstehend", rd = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", id = "Ihre Buchung wurde erfolgreich bestätigt", ud = "Eine Bestätigungs-E-Mail wurde gesendet an", od = "Buchung stornieren?", sd = "Ihr aktueller Zeitraum wird für andere verfügbar.", ad = "Grund für die Stornierung", ld = "Zurück", cd = "Ihre Buchung wurde erfolgreich storniert", dd = "Eine Stornierungs-E-Mail wurde gesendet an", fd = "Schließen", hd = "Schließen", pd = "{{field}} ist erforderlich.", gd = "{{field}} hat ein ungültiges Format.", md = "Buchung Erstellen", bd = "Verfügbarkeit Ermitteln", yd = "Buchung Stornieren", vd = "Buchung Verschieben", kd = "UI-Einstellungen Abrufen", xd = "Buchung Ablehnen", wd = "Buchung Bestätigen", Ed = "Etwas ist schief gelaufen...", $d = "Fehler im Planungskomponent", Td = "'sessionId' ist für private Konfigurationen erforderlich.", Sd = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", Bd = "Ungültiges Zeitfenster!", Cd = "Das ausgewählte Zeitfenster ist ungültig", Ad = "Stornierungsfehler", Dd = "Bitte geben Sie einen Grund für die Stornierung an.", Od = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", Md = "Fehler im Stornierungsformular", Pd = "Teilen Sie Ihr Feedback", Rd = "Indem Sie uns Ihr Feedback geben und Fehler melden, helfen Sie uns, eine bessere Erfahrung für Sie zu schaffen.", Id = "Bitte geben Sie uns eine detaillierte Beschreibung der Funktion, über die Sie kommentieren, oder wo Sie ein Problem festgestellt haben.", Ld = "Geben Sie hier Ihr Feedback ein", Nd = "Annuleren", _d = "Absenden", Fd = "Diese Terminseite löschen?", Ud = "Nach Bestätigung werden diese Seite und die damit verbundenen Terminplanungslinks dauerhaft gelöscht und deaktiviert. Diese Aktion kann nicht rückgängig gemacht werden.", jd = "Seite löschen", Yd = "Abbrechen", hb = {
|
|
5643
5643
|
noDateSelected: Cc,
|
|
5644
5644
|
rescheduleTitle: Ac,
|
|
5645
5645
|
days: Dc,
|
|
@@ -5661,8 +5661,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5661
5661
|
bookingConfirmed: Wc,
|
|
5662
5662
|
bookingConfirmedDescription: Gc,
|
|
5663
5663
|
bookingSent: Kc,
|
|
5664
|
-
bookingSentDescription:
|
|
5665
|
-
bookingRescheduled:
|
|
5664
|
+
bookingSentDescription: Jc,
|
|
5665
|
+
bookingRescheduled: Vc,
|
|
5666
5666
|
bookingDateAndTimeHeader: Zc,
|
|
5667
5667
|
cancelBookingButton: Qc,
|
|
5668
5668
|
rescheduleBookingButton: Xc,
|
|
@@ -5732,8 +5732,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5732
5732
|
bookingConfirmed: Wc,
|
|
5733
5733
|
bookingConfirmedDescription: Gc,
|
|
5734
5734
|
bookingSent: Kc,
|
|
5735
|
-
bookingSentDescription:
|
|
5736
|
-
bookingRescheduled:
|
|
5735
|
+
bookingSentDescription: Jc,
|
|
5736
|
+
bookingRescheduled: Vc,
|
|
5737
5737
|
bookingDateAndTimeHeader: Zc,
|
|
5738
5738
|
cancelBookingButton: Qc,
|
|
5739
5739
|
rescheduleBookingButton: Xc,
|
|
@@ -5807,15 +5807,15 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5807
5807
|
october: "Oktober",
|
|
5808
5808
|
november: "November",
|
|
5809
5809
|
december: "December"
|
|
5810
|
-
}, Kd = "Nästa",
|
|
5810
|
+
}, Kd = "Nästa", Jd = "{{date}}", Vd = "{{time}}", Zd = "Namn", Qd = "Ange ditt namn", Xd = "E-post", e0 = "Ange din e-postadress", t0 = "Gästens e-post", n0 = "Ange gästens e-postadress", r0 = "Lägg till gäst", i0 = "Lägg till en gäst till", u0 = "Tillbaka", o0 = "Boka nu", s0 = "Bokning bekräftad", a0 = "Du kommer snart att få en bekräftelse via e-post.", l0 = "Bokning skickad", c0 = "Du kommer att få ett e-mail när bokningen är bekräftad.", d0 = "Bokning ombokad", f0 = "Bokningsdatum och tid", h0 = "Avboka bokning", p0 = "Omboka", g0 = "Avvisa bokning", m0 = "Bekräfta bokning", b0 = "Bokning pågår", y0 = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", v0 = "Din bokning har bekräftats framgångsrikt", k0 = "Ett bekräftelsemail har skickats till", x0 = "Avboka bokning?", w0 = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", E0 = "Anledning till avbokning", $0 = "Gå tillbaka", T0 = "Din bokning har avbokats framgångsrikt", S0 = "Ett avbokningsmejl har skickats till", B0 = "Stäng", C0 = "Stänger", A0 = "{{field}} är obligatoriskt.", D0 = "{{field}} har ogiltigt format.", O0 = "Skapa Bokning", M0 = "Hämta Tillgänglighet", P0 = "Avboka Bokning", R0 = "Omboka Bokning", I0 = "Hämta UI-inställningar", L0 = "Avvisa Bokning", N0 = "Bekräfta Bokning", _0 = "Något gick fel...", F0 = "Schemaläggningskomponentfel", U0 = "'sessionId' krävs för privata konfigurationer.", j0 = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", Y0 = "Ogiltig tidslucka!", H0 = "Den valda tidsluckan är ogiltig", q0 = "Avbokningsfel", z0 = "Vänligen ange en anledning till avbokningen.", W0 = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", G0 = "Fel i avbokningsformuläret", K0 = "Dela din feedback", J0 = "Att ge oss din feedback och rapportera fel hjälper oss att skapa en bättre upplevelse för dig.", V0 = "Ge oss en detaljerad beskrivning av funktionen du kommenterar eller där du har upplevt ett problem.", Z0 = "Ge din feedback här", Q0 = "Avbryt", X0 = "Skicka", ef = "Ta bort denna schemaläggningssida?", tf = "Efter bekräftelse kommer denna sida och dess anslutna schemaläggningslänkar att raderas och inaktiveras permanent. Denna åtgärd kan inte ångras.", nf = "Ta bort sida", rf = "Avbryt", gb = {
|
|
5811
5811
|
noDateSelected: Hd,
|
|
5812
5812
|
rescheduleTitle: qd,
|
|
5813
5813
|
days: zd,
|
|
5814
5814
|
time: Wd,
|
|
5815
5815
|
months: Gd,
|
|
5816
5816
|
nextButton: Kd,
|
|
5817
|
-
selectedDayAndYear:
|
|
5818
|
-
selectedTime:
|
|
5817
|
+
selectedDayAndYear: Jd,
|
|
5818
|
+
selectedTime: Vd,
|
|
5819
5819
|
name: Zd,
|
|
5820
5820
|
namePlaceholder: Qd,
|
|
5821
5821
|
email: Xd,
|
|
@@ -5868,8 +5868,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5868
5868
|
minimumCancellationErrorMessage: W0,
|
|
5869
5869
|
cancelBokingFormError: G0,
|
|
5870
5870
|
feedbackFormTitle: K0,
|
|
5871
|
-
feedbackFormDescription:
|
|
5872
|
-
feedbackMessageLabel:
|
|
5871
|
+
feedbackFormDescription: J0,
|
|
5872
|
+
feedbackMessageLabel: V0,
|
|
5873
5873
|
feedbackMessagePlaceholder: Z0,
|
|
5874
5874
|
feedbackModalCloseButton: Q0,
|
|
5875
5875
|
feedbackModalSubmitButton: X0,
|
|
@@ -5885,8 +5885,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5885
5885
|
time: Wd,
|
|
5886
5886
|
months: Gd,
|
|
5887
5887
|
nextButton: Kd,
|
|
5888
|
-
selectedDayAndYear:
|
|
5889
|
-
selectedTime:
|
|
5888
|
+
selectedDayAndYear: Jd,
|
|
5889
|
+
selectedTime: Vd,
|
|
5890
5890
|
name: Zd,
|
|
5891
5891
|
namePlaceholder: Qd,
|
|
5892
5892
|
email: Xd,
|
|
@@ -5939,8 +5939,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5939
5939
|
minimumCancellationErrorMessage: W0,
|
|
5940
5940
|
cancelBokingFormError: G0,
|
|
5941
5941
|
feedbackFormTitle: K0,
|
|
5942
|
-
feedbackFormDescription:
|
|
5943
|
-
feedbackMessageLabel:
|
|
5942
|
+
feedbackFormDescription: J0,
|
|
5943
|
+
feedbackMessageLabel: V0,
|
|
5944
5944
|
feedbackMessagePlaceholder: Z0,
|
|
5945
5945
|
feedbackModalCloseButton: Q0,
|
|
5946
5946
|
feedbackModalSubmitButton: X0,
|
|
@@ -5975,7 +5975,7 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
5975
5975
|
october: "十月",
|
|
5976
5976
|
november: "十一月",
|
|
5977
5977
|
december: "十二月"
|
|
5978
|
-
}, cf = "下一个", df = "{{date}}", ff = "{{time}}", hf = "姓名", pf = "输入你的名字", gf = "电子邮件", mf = "输入你的电子邮件", bf = "客人的电子邮件", yf = "输入客人的电子邮件", vf = "添加客人", kf = "添加另一个客人", xf = "返回", wf = "立即预订", Ef = "预订已确认", $f = "您将很快收到一封确认电子邮件。", Tf = "预订已发送", Sf = "预订确认后,您将收到一封电子邮件。", Bf = "预订已重新安排", Cf = "预订日期和时间", Af = "取消预订", Df = "重新安排", Of = "拒绝预订", Mf = "确认预订", Pf = "预订待处理", Rf = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", If = "您的预订已成功确认", Lf = "确认邮件已发送至", Nf = "取消预订?", _f = "您当前的时间段将对其他人开放。", Ff = "取消原因", Uf = "返回", jf = "您的预订已成功取消", Yf = "取消邮件已发送至", Hf = "关闭", qf = "关闭", zf = "{{field}} 是必需的.", Wf = "{{field}} 格式无效.", Gf = "创建预订", Kf = "获取可用性",
|
|
5978
|
+
}, cf = "下一个", df = "{{date}}", ff = "{{time}}", hf = "姓名", pf = "输入你的名字", gf = "电子邮件", mf = "输入你的电子邮件", bf = "客人的电子邮件", yf = "输入客人的电子邮件", vf = "添加客人", kf = "添加另一个客人", xf = "返回", wf = "立即预订", Ef = "预订已确认", $f = "您将很快收到一封确认电子邮件。", Tf = "预订已发送", Sf = "预订确认后,您将收到一封电子邮件。", Bf = "预订已重新安排", Cf = "预订日期和时间", Af = "取消预订", Df = "重新安排", Of = "拒绝预订", Mf = "确认预订", Pf = "预订待处理", Rf = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", If = "您的预订已成功确认", Lf = "确认邮件已发送至", Nf = "取消预订?", _f = "您当前的时间段将对其他人开放。", Ff = "取消原因", Uf = "返回", jf = "您的预订已成功取消", Yf = "取消邮件已发送至", Hf = "关闭", qf = "关闭", zf = "{{field}} 是必需的.", Wf = "{{field}} 格式无效.", Gf = "创建预订", Kf = "获取可用性", Jf = "取消预订", Vf = "重新安排预订", Zf = "获取UI设置", Qf = "拒绝预订", Xf = "确认预订", eh = "出了点问题...", th = "调度组件错误", nh = "私有配置需要 'sessionId'。", rh = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", ih = "无效的时间段!", uh = "所选时间段无效", oh = "取消错误", sh = "请提供取消的原因。", ah = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", lh = "取消预订表单错误", ch = "分享您的反馈", dh = "为我们提供反馈并报告错误有助于为您创造更好的体验。", fh = "请详细描述您正在评论的功能或遇到问题的地方。", hh = "在此处提供您的反馈", ph = "取消", gh = "提交", mh = "删除此日程安排页面?", bh = "确认后,此页面及其关联的日程安排链接将被永久删除并停用。此操作无法撤消。", yh = "删除页面", vh = "取消", bb = {
|
|
5979
5979
|
noDateSelected: uf,
|
|
5980
5980
|
rescheduleTitle: of,
|
|
5981
5981
|
days: sf,
|
|
@@ -6020,8 +6020,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
6020
6020
|
invalidInputFormat: Wf,
|
|
6021
6021
|
createBookingErrorTitle: Gf,
|
|
6022
6022
|
getAvailabilityErrorTitle: Kf,
|
|
6023
|
-
cancelBookingErrorTitle:
|
|
6024
|
-
rescheduleBookingErrorTitle:
|
|
6023
|
+
cancelBookingErrorTitle: Jf,
|
|
6024
|
+
rescheduleBookingErrorTitle: Vf,
|
|
6025
6025
|
getUISettingErrorTitle: Zf,
|
|
6026
6026
|
rejectBookingErrorTitle: Qf,
|
|
6027
6027
|
confirmBookingErrorTitle: Xf,
|
|
@@ -6091,8 +6091,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
6091
6091
|
invalidInputFormat: Wf,
|
|
6092
6092
|
createBookingErrorTitle: Gf,
|
|
6093
6093
|
getAvailabilityErrorTitle: Kf,
|
|
6094
|
-
cancelBookingErrorTitle:
|
|
6095
|
-
rescheduleBookingErrorTitle:
|
|
6094
|
+
cancelBookingErrorTitle: Jf,
|
|
6095
|
+
rescheduleBookingErrorTitle: Vf,
|
|
6096
6096
|
getUISettingErrorTitle: Zf,
|
|
6097
6097
|
rejectBookingErrorTitle: Qf,
|
|
6098
6098
|
confirmBookingErrorTitle: Xf,
|
|
@@ -6143,7 +6143,7 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
6143
6143
|
october: "Oktober",
|
|
6144
6144
|
november: "November",
|
|
6145
6145
|
december: "December"
|
|
6146
|
-
}, Th = "Volgende", Sh = "{{date}}", Bh = "{{time}}", Ch = "Naam", Ah = "Voer je naam in", Dh = "E-mail", Oh = "Voer je e-mail in", Mh = "E-mail van gast", Ph = "Voer het e-mailadres van de gast in", Rh = "Gast toevoegen", Ih = "Nog een gast toevoegen", Lh = "Terug", Nh = "Boek nu", _h = "Boeking bevestigd", Fh = "U ontvangt binnenkort een e-mailbevestiging.", Uh = "Boeking verzonden", jh = "U ontvangt een e-mail zodra de boeking is bevestigd.", Yh = "Boeking verplaatst", Hh = "Boekingsdatum en -tijd", qh = "Boeking annuleren", zh = "Herplannen", Wh = "Boeking afwijzen", Gh = "Boeking bevestigen", Kh = "Boeking in afwachting",
|
|
6146
|
+
}, Th = "Volgende", Sh = "{{date}}", Bh = "{{time}}", Ch = "Naam", Ah = "Voer je naam in", Dh = "E-mail", Oh = "Voer je e-mail in", Mh = "E-mail van gast", Ph = "Voer het e-mailadres van de gast in", Rh = "Gast toevoegen", Ih = "Nog een gast toevoegen", Lh = "Terug", Nh = "Boek nu", _h = "Boeking bevestigd", Fh = "U ontvangt binnenkort een e-mailbevestiging.", Uh = "Boeking verzonden", jh = "U ontvangt een e-mail zodra de boeking is bevestigd.", Yh = "Boeking verplaatst", Hh = "Boekingsdatum en -tijd", qh = "Boeking annuleren", zh = "Herplannen", Wh = "Boeking afwijzen", Gh = "Boeking bevestigen", Kh = "Boeking in afwachting", Jh = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Vh = "Uw boeking is succesvol bevestigd", Zh = "Een bevestigingsmail is verzonden naar", Qh = "Boeking annuleren?", Xh = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", ep = "Reden voor annulering", tp = "Ga terug", np = "Uw boeking is succesvol geannuleerd", rp = "Er is een annuleringsmail verzonden naar", ip = "Sluiten", up = "Sluiten", op = "{{field}} is vereist.", sp = "{{field}} heeft een ongeldig formaat.", ap = "Boeking Maken", lp = "Beschikbaarheid Opvragen", cp = "Boeking Annuleren", dp = "Boeking Wijzigen", fp = "UI-instellingen Ophalen", hp = "Boeking Afwijzen", pp = "Boeking Bevestigen", gp = "Er is iets misgegaan...", mp = "Geen sessie-ID!", bp = "Fout in planningscomponent", yp = "'sessionId' is vereist voor privéconfiguraties.", vp = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", kp = "Het geselecteerde tijdslot is ongeldig", xp = "Annuleringsfout", wp = "Geef een reden op voor de annulering.", Ep = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", $p = "Fout in het annuleringsformulier", Tp = "Deel uw feedback", Sp = "Door ons uw feedback te geven en fouten te melden, helpt u ons een betere ervaring voor u te creëren.", Bp = "Geef ons een gedetailleerde beschrijving van de functie waarover u commentaar geeft of waar u een probleem heeft ondervonden.", Cp = "Geef hier uw feedback", Ap = "Sluiten", Dp = "Verzenden", Op = "Deze planningspagina verwijderen?", Mp = "Na bevestiging worden deze pagina en de gekoppelde planningslinks permanent verwijderd en gedeactiveerd. Deze actie kan niet ongedaan worden gemaakt.", Pp = "Pagina verwijderen", Rp = "Annuleren", vb = {
|
|
6147
6147
|
noDateSelected: kh,
|
|
6148
6148
|
rescheduleTitle: xh,
|
|
6149
6149
|
days: wh,
|
|
@@ -6173,8 +6173,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
6173
6173
|
rejectBookingButton: Wh,
|
|
6174
6174
|
confirmBookingButton: Gh,
|
|
6175
6175
|
bookingPendingTitle: Kh,
|
|
6176
|
-
bookingPendingnDescription:
|
|
6177
|
-
confirmedEventCardTitle:
|
|
6176
|
+
bookingPendingnDescription: Jh,
|
|
6177
|
+
confirmedEventCardTitle: Vh,
|
|
6178
6178
|
confirmedEventCardDescription: Zh,
|
|
6179
6179
|
cancelBookingTitle: Qh,
|
|
6180
6180
|
cancelBookingMessage: Xh,
|
|
@@ -6244,8 +6244,8 @@ const xu = "No date selected", wu = "Choose another time slot to reschedule your
|
|
|
6244
6244
|
rejectBookingButton: Wh,
|
|
6245
6245
|
confirmBookingButton: Gh,
|
|
6246
6246
|
bookingPendingTitle: Kh,
|
|
6247
|
-
bookingPendingnDescription:
|
|
6248
|
-
confirmedEventCardTitle:
|
|
6247
|
+
bookingPendingnDescription: Jh,
|
|
6248
|
+
confirmedEventCardTitle: Vh,
|
|
6249
6249
|
confirmedEventCardDescription: Zh,
|
|
6250
6250
|
cancelBookingTitle: Qh,
|
|
6251
6251
|
cancelBookingMessage: Xh,
|
|
@@ -7358,7 +7358,7 @@ class _n {
|
|
|
7358
7358
|
var Np = _n;
|
|
7359
7359
|
_n.default = _n;
|
|
7360
7360
|
let { SourceMapConsumer: jb, SourceMapGenerator: Yb } = ge, { fileURLToPath: ki, pathToFileURL: $t } = ge, { resolve: Fn, isAbsolute: Un } = ge, { nanoid: Hb } = Lb, mn = ge, xi = sr, qb = Np, bn = Symbol("fromOffsetCache"), zb = !!(jb && Yb), wi = !!(Fn && Un);
|
|
7361
|
-
class
|
|
7361
|
+
class Jt {
|
|
7362
7362
|
constructor(e, t = {}) {
|
|
7363
7363
|
if (e === null || typeof e > "u" || typeof e == "object" && !e.toString)
|
|
7364
7364
|
throw new Error(`PostCSS received ${e} instead of CSS string`);
|
|
@@ -7480,11 +7480,11 @@ class Vt {
|
|
|
7480
7480
|
return this.map && (e.map = { ...this.map }, e.map.consumerCache && (e.map.consumerCache = void 0)), e;
|
|
7481
7481
|
}
|
|
7482
7482
|
}
|
|
7483
|
-
var ln =
|
|
7484
|
-
|
|
7485
|
-
mn && mn.registerInput && mn.registerInput(
|
|
7483
|
+
var ln = Jt;
|
|
7484
|
+
Jt.default = Jt;
|
|
7485
|
+
mn && mn.registerInput && mn.registerInput(Jt);
|
|
7486
7486
|
let { SourceMapConsumer: _p, SourceMapGenerator: Rt } = ge, { dirname: It, resolve: Fp, relative: Up, sep: jp } = ge, { pathToFileURL: Ei } = ge, Wb = ln, Gb = !!(_p && Rt), Kb = !!(It && Fp && Up && jp);
|
|
7487
|
-
class
|
|
7487
|
+
class Jb {
|
|
7488
7488
|
constructor(e, t, n, i) {
|
|
7489
7489
|
this.stringify = e, this.mapOpts = n.map || {}, this.root = t, this.opts = n, this.css = i, this.usesFileUrls = !this.mapOpts.from && this.mapOpts.absolute;
|
|
7490
7490
|
}
|
|
@@ -7623,9 +7623,9 @@ class Vb {
|
|
|
7623
7623
|
}
|
|
7624
7624
|
}
|
|
7625
7625
|
}
|
|
7626
|
-
var Yp =
|
|
7627
|
-
let
|
|
7628
|
-
class jn extends
|
|
7626
|
+
var Yp = Jb;
|
|
7627
|
+
let Vb = sn;
|
|
7628
|
+
class jn extends Vb {
|
|
7629
7629
|
constructor(e) {
|
|
7630
7630
|
super(e), this.type = "comment";
|
|
7631
7631
|
}
|
|
@@ -7633,13 +7633,13 @@ class jn extends Jb {
|
|
|
7633
7633
|
var cn = jn;
|
|
7634
7634
|
jn.default = jn;
|
|
7635
7635
|
let { isClean: Hp, my: qp } = yt, zp = an, Wp = cn, Zb = sn, Gp, ar, lr, Kp;
|
|
7636
|
-
function Vp(r) {
|
|
7637
|
-
return r.map((e) => (e.nodes && (e.nodes = Vp(e.nodes)), delete e.source, e));
|
|
7638
|
-
}
|
|
7639
7636
|
function Jp(r) {
|
|
7637
|
+
return r.map((e) => (e.nodes && (e.nodes = Jp(e.nodes)), delete e.source, e));
|
|
7638
|
+
}
|
|
7639
|
+
function Vp(r) {
|
|
7640
7640
|
if (r[Hp] = !1, r.proxyOf.nodes)
|
|
7641
7641
|
for (let e of r.proxyOf.nodes)
|
|
7642
|
-
|
|
7642
|
+
Vp(e);
|
|
7643
7643
|
}
|
|
7644
7644
|
class pe extends Zb {
|
|
7645
7645
|
push(e) {
|
|
@@ -7779,7 +7779,7 @@ class pe extends Zb {
|
|
|
7779
7779
|
}
|
|
7780
7780
|
normalize(e, t) {
|
|
7781
7781
|
if (typeof e == "string")
|
|
7782
|
-
e =
|
|
7782
|
+
e = Jp(Gp(e).nodes);
|
|
7783
7783
|
else if (Array.isArray(e)) {
|
|
7784
7784
|
e = e.slice(0);
|
|
7785
7785
|
for (let i of e)
|
|
@@ -7802,7 +7802,7 @@ class pe extends Zb {
|
|
|
7802
7802
|
e = [new Wp(e)];
|
|
7803
7803
|
else
|
|
7804
7804
|
throw new Error("Unknown node type in node creation");
|
|
7805
|
-
return e.map((i) => (i[qp] || pe.rebuild(i), i = i.proxyOf, i.parent && i.parent.removeChild(i), i[Hp] &&
|
|
7805
|
+
return e.map((i) => (i[qp] || pe.rebuild(i), i = i.proxyOf, i.parent && i.parent.removeChild(i), i[Hp] && Vp(i), typeof i.raws.before > "u" && t && typeof t.raws.before < "u" && (i.raws.before = t.raws.before.replace(/\S/g, "")), i.parent = this.proxyOf, i));
|
|
7806
7806
|
}
|
|
7807
7807
|
getProxyProcessor() {
|
|
7808
7808
|
return {
|
|
@@ -8007,7 +8007,7 @@ var d2 = function(e, t = {}) {
|
|
|
8007
8007
|
};
|
|
8008
8008
|
};
|
|
8009
8009
|
let e1 = Fe;
|
|
8010
|
-
class
|
|
8010
|
+
class Vt extends e1 {
|
|
8011
8011
|
constructor(e) {
|
|
8012
8012
|
super(e), this.type = "atrule";
|
|
8013
8013
|
}
|
|
@@ -8018,11 +8018,11 @@ class Jt extends e1 {
|
|
|
8018
8018
|
return this.proxyOf.nodes || (this.nodes = []), super.prepend(...e);
|
|
8019
8019
|
}
|
|
8020
8020
|
}
|
|
8021
|
-
var fr =
|
|
8022
|
-
|
|
8023
|
-
e1.registerAtRule(
|
|
8021
|
+
var fr = Vt;
|
|
8022
|
+
Vt.default = Vt;
|
|
8023
|
+
e1.registerAtRule(Vt);
|
|
8024
8024
|
let t1 = Fe, n1, r1;
|
|
8025
|
-
class
|
|
8025
|
+
class Je extends t1 {
|
|
8026
8026
|
constructor(e) {
|
|
8027
8027
|
super(e), this.type = "root", this.nodes || (this.nodes = []);
|
|
8028
8028
|
}
|
|
@@ -8045,15 +8045,15 @@ class Ve extends t1 {
|
|
|
8045
8045
|
return new n1(new r1(), this, e).stringify();
|
|
8046
8046
|
}
|
|
8047
8047
|
}
|
|
8048
|
-
|
|
8048
|
+
Je.registerLazyResult = (r) => {
|
|
8049
8049
|
n1 = r;
|
|
8050
8050
|
};
|
|
8051
|
-
|
|
8051
|
+
Je.registerProcessor = (r) => {
|
|
8052
8052
|
r1 = r;
|
|
8053
8053
|
};
|
|
8054
|
-
var vt =
|
|
8055
|
-
|
|
8056
|
-
t1.registerRoot(
|
|
8054
|
+
var vt = Je;
|
|
8055
|
+
Je.default = Je;
|
|
8056
|
+
t1.registerRoot(Je);
|
|
8057
8057
|
let ht = {
|
|
8058
8058
|
split(r, e, t) {
|
|
8059
8059
|
let n = [], i = "", u = !1, o = 0, s = !1, a = "", l = !1;
|
|
@@ -8438,7 +8438,7 @@ const O2 = {
|
|
|
8438
8438
|
postcssPlugin: !0,
|
|
8439
8439
|
prepare: !0,
|
|
8440
8440
|
Once: !0
|
|
8441
|
-
},
|
|
8441
|
+
}, Ve = 0;
|
|
8442
8442
|
function nt(r) {
|
|
8443
8443
|
return typeof r == "object" && typeof r.then == "function";
|
|
8444
8444
|
}
|
|
@@ -8447,14 +8447,14 @@ function o1(r) {
|
|
|
8447
8447
|
return r.type === "decl" ? e = r.prop.toLowerCase() : r.type === "atrule" && (e = r.name.toLowerCase()), e && r.append ? [
|
|
8448
8448
|
t,
|
|
8449
8449
|
t + "-" + e,
|
|
8450
|
-
|
|
8450
|
+
Ve,
|
|
8451
8451
|
t + "Exit",
|
|
8452
8452
|
t + "Exit-" + e
|
|
8453
|
-
] : e ? [t, t + "-" + e, t + "Exit", t + "Exit-" + e] : r.append ? [t,
|
|
8453
|
+
] : e ? [t, t + "-" + e, t + "Exit", t + "Exit-" + e] : r.append ? [t, Ve, t + "Exit"] : [t, t + "Exit"];
|
|
8454
8454
|
}
|
|
8455
8455
|
function Di(r) {
|
|
8456
8456
|
let e;
|
|
8457
|
-
return r.type === "document" ? e = ["Document",
|
|
8457
|
+
return r.type === "document" ? e = ["Document", Ve, "DocumentExit"] : r.type === "root" ? e = ["Root", Ve, "RootExit"] : e = o1(r), {
|
|
8458
8458
|
node: r,
|
|
8459
8459
|
events: e,
|
|
8460
8460
|
eventIndex: 0,
|
|
@@ -8565,7 +8565,7 @@ class Pe {
|
|
|
8565
8565
|
e[me] = !0;
|
|
8566
8566
|
let t = o1(e);
|
|
8567
8567
|
for (let n of t)
|
|
8568
|
-
if (n ===
|
|
8568
|
+
if (n === Ve)
|
|
8569
8569
|
e.nodes && e.each((i) => {
|
|
8570
8570
|
i[me] || this.walkSync(i);
|
|
8571
8571
|
});
|
|
@@ -8715,7 +8715,7 @@ class Pe {
|
|
|
8715
8715
|
let u = t.events;
|
|
8716
8716
|
for (; t.eventIndex < u.length; ) {
|
|
8717
8717
|
let o = u[t.eventIndex];
|
|
8718
|
-
if (t.eventIndex += 1, o ===
|
|
8718
|
+
if (t.eventIndex += 1, o === Ve) {
|
|
8719
8719
|
n.nodes && n.nodes.length && (n[me] = !0, t.iterator = n.getIterator());
|
|
8720
8720
|
return;
|
|
8721
8721
|
} else if (this.listeners[o]) {
|
|
@@ -8839,7 +8839,7 @@ var H2 = pt;
|
|
|
8839
8839
|
pt.default = pt;
|
|
8840
8840
|
Y2.registerProcessor(pt);
|
|
8841
8841
|
j2.registerProcessor(pt);
|
|
8842
|
-
let q2 = an, z2 = Np, W2 = cn, G2 = fr, K2 = ln,
|
|
8842
|
+
let q2 = an, z2 = Np, W2 = cn, G2 = fr, K2 = ln, J2 = vt, V2 = hr;
|
|
8843
8843
|
function gt(r, e) {
|
|
8844
8844
|
if (Array.isArray(r)) return r.map((i) => gt(i));
|
|
8845
8845
|
let { inputs: t, ...n } = r;
|
|
@@ -8858,11 +8858,11 @@ function gt(r, e) {
|
|
|
8858
8858
|
n.source = u, i != null && (n.source.input = e[i]);
|
|
8859
8859
|
}
|
|
8860
8860
|
if (n.type === "root")
|
|
8861
|
-
return new
|
|
8861
|
+
return new J2(n);
|
|
8862
8862
|
if (n.type === "decl")
|
|
8863
8863
|
return new q2(n);
|
|
8864
8864
|
if (n.type === "rule")
|
|
8865
|
-
return new
|
|
8865
|
+
return new V2(n);
|
|
8866
8866
|
if (n.type === "comment")
|
|
8867
8867
|
return new W2(n);
|
|
8868
8868
|
if (n.type === "atrule")
|
|
@@ -9581,6 +9581,18 @@ const D3 = ".time-period-selector.sc-time-period-selector{display:grid;gap:0.5re
|
|
|
9581
9581
|
value: e
|
|
9582
9582
|
}));
|
|
9583
9583
|
}
|
|
9584
|
+
defaultSelectedPeriodChanged(e) {
|
|
9585
|
+
this.selectedPeriod = e, this.updateNumberOptionsAndSelectedNumber(e);
|
|
9586
|
+
}
|
|
9587
|
+
defaultSelectedNumberChanged(e) {
|
|
9588
|
+
this.selectedNumber = e;
|
|
9589
|
+
}
|
|
9590
|
+
timePeriodsChanged(e) {
|
|
9591
|
+
this.timePeriodOptions = e.map((t) => ({
|
|
9592
|
+
label: t,
|
|
9593
|
+
value: t
|
|
9594
|
+
}));
|
|
9595
|
+
}
|
|
9584
9596
|
componentDidLoad() {
|
|
9585
9597
|
this.selectedNumber = this.defaultSelectedNumber, this.selectedPeriod = this.defaultSelectedPeriod;
|
|
9586
9598
|
const e = M3[this.selectedPeriod] ?? this.selectedPeriod, t = this.calculateOptions(e);
|
|
@@ -9633,11 +9645,18 @@ const D3 = ".time-period-selector.sc-time-period-selector{display:grid;gap:0.5re
|
|
|
9633
9645
|
})), this.selectedNumber = parseInt(this.numberOptions[0].value);
|
|
9634
9646
|
}
|
|
9635
9647
|
render() {
|
|
9636
|
-
return I("div", { key: "
|
|
9648
|
+
return I("div", { key: "f40a2be9bc76a0a5be0ffa3c87779fab644e52f2", class: "time-period-selector" }, typeof this.selectedNumber == "number" && I("input-dropdown", { id: "time-number", name: "time-number", inputValue: this.selectedNumber.toString(), exportparts: "id_dropdown: tps__number-dropdown, id_dropdown-input: tps__number-dropdown-button, id_dropdown-content: tps__number-dropdown-content", options: this.numberOptions, defaultInputOption: this.numberOptions.find((e) => e.value == this.selectedNumber.toString()) }), typeof this.selectedPeriod == "string" && I("select-dropdown", { id: "time-period", name: "time-period", options: this.timePeriodOptions, exportparts: "sd_dropdown: tps__period-dropdown, sd_dropdown-button: tps__period-dropdown-button, sd_dropdown-content: tps__period-dropdown-content", pluralizedLabel: this.selectedNumber > 1 ? "s" : "", defaultSelectedOption: this.timePeriodOptions.find((e) => e.value == this.selectedPeriod), withSearch: !1 }));
|
|
9637
9649
|
}
|
|
9638
9650
|
get host() {
|
|
9639
9651
|
return this;
|
|
9640
9652
|
}
|
|
9653
|
+
static get watchers() {
|
|
9654
|
+
return {
|
|
9655
|
+
defaultSelectedPeriod: ["defaultSelectedPeriodChanged"],
|
|
9656
|
+
defaultSelectedNumber: ["defaultSelectedNumberChanged"],
|
|
9657
|
+
timePeriods: ["timePeriodsChanged"]
|
|
9658
|
+
};
|
|
9659
|
+
}
|
|
9641
9660
|
static get style() {
|
|
9642
9661
|
return O3;
|
|
9643
9662
|
}
|
|
@@ -9649,7 +9668,11 @@ const D3 = ".time-period-selector.sc-time-period-selector{display:grid;gap:0.5re
|
|
|
9649
9668
|
selectedNumber: [32],
|
|
9650
9669
|
numberOptions: [32],
|
|
9651
9670
|
timePeriodOptions: [32]
|
|
9652
|
-
}, [[0, "inputOptionChanged", "inputOptionChangedHandler"], [0, "nylasFormDropdownChanged", "nylasFormDropdownChangedHandler"]]
|
|
9671
|
+
}, [[0, "inputOptionChanged", "inputOptionChangedHandler"], [0, "nylasFormDropdownChanged", "nylasFormDropdownChangedHandler"]], {
|
|
9672
|
+
defaultSelectedPeriod: ["defaultSelectedPeriodChanged"],
|
|
9673
|
+
defaultSelectedNumber: ["defaultSelectedNumberChanged"],
|
|
9674
|
+
timePeriods: ["timePeriodsChanged"]
|
|
9675
|
+
}]);
|
|
9653
9676
|
function R3() {
|
|
9654
9677
|
if (typeof customElements > "u")
|
|
9655
9678
|
return;
|