@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
|
@@ -88,7 +88,7 @@ const Ge = {
|
|
|
88
88
|
experimentalSlotFixes: !1
|
|
89
89
|
};
|
|
90
90
|
let at, Qn, $t, As = !1, un = !1, Ar = !1, pe = !1, oi = null, Xn = !1;
|
|
91
|
-
const
|
|
91
|
+
const et = (n, e = "") => () => {
|
|
92
92
|
}, Vp = "slot-fb{display:contents}slot-fb[hidden]{display:none}", ui = "http://www.w3.org/1999/xlink", ai = {}, Kp = "http://www.w3.org/2000/svg", Zp = "http://www.w3.org/1999/xhtml", Jp = (n) => n != null, Mr = (n) => (n = typeof n, n === "object" || n === "function");
|
|
93
93
|
function Qp(n) {
|
|
94
94
|
var e, t, r;
|
|
@@ -156,14 +156,14 @@ const S = (n, e, ...t) => {
|
|
|
156
156
|
}, om = (n, e, t) => {
|
|
157
157
|
var r;
|
|
158
158
|
const i = Ds(e, t), s = cn.get(i);
|
|
159
|
-
if (n = n.nodeType === 11 ? n :
|
|
159
|
+
if (n = n.nodeType === 11 ? n : $e, s)
|
|
160
160
|
if (typeof s == "string") {
|
|
161
161
|
n = n.head || n;
|
|
162
162
|
let o = ci.get(n), a;
|
|
163
163
|
if (o || ci.set(n, o = /* @__PURE__ */ new Set()), !o.has(i)) {
|
|
164
164
|
{
|
|
165
|
-
a =
|
|
166
|
-
const u = (r = ae.$nonce$) !== null && r !== void 0 ? r : Qp(
|
|
165
|
+
a = $e.createElement("style"), a.innerHTML = s;
|
|
166
|
+
const u = (r = ae.$nonce$) !== null && r !== void 0 ? r : Qp($e);
|
|
167
167
|
u != null && a.setAttribute("nonce", u), n.insertBefore(a, n.querySelector("link"));
|
|
168
168
|
}
|
|
169
169
|
e.$flags$ & 4 && (a.innerHTML += Vp), o && o.add(i);
|
|
@@ -171,7 +171,7 @@ const S = (n, e, ...t) => {
|
|
|
171
171
|
} else n.adoptedStyleSheets.includes(s) || (n.adoptedStyleSheets = [...n.adoptedStyleSheets, s]);
|
|
172
172
|
return i;
|
|
173
173
|
}, um = (n) => {
|
|
174
|
-
const e = n.$cmpMeta$, t = n.$hostElement$, r = e.$flags$, i =
|
|
174
|
+
const e = n.$cmpMeta$, t = n.$hostElement$, r = e.$flags$, i = et("attachStyles", e.$tagName$), s = om(t.shadowRoot ? t.shadowRoot : t.getRootNode(), e, n.$modeName$);
|
|
175
175
|
r & 10 && (t["s-sc"] = s, t.classList.add(s + "-h"), r & 2 && t.classList.add(s + "-s")), i();
|
|
176
176
|
}, Ds = (n, e) => "sc-" + (e && n.$flags$ & 32 ? n.$tagName$ + "-" + e : n.$tagName$), di = (n, e, t, r, i, s) => {
|
|
177
177
|
if (t !== r) {
|
|
@@ -224,11 +224,11 @@ const S = (n, e, ...t) => {
|
|
|
224
224
|
// slot element does not have fallback content
|
|
225
225
|
1
|
|
226
226
|
))), i.$text$ !== null)
|
|
227
|
-
o = i.$elm$ =
|
|
227
|
+
o = i.$elm$ = $e.createTextNode(i.$text$);
|
|
228
228
|
else if (i.$flags$ & 1)
|
|
229
|
-
o = i.$elm$ =
|
|
229
|
+
o = i.$elm$ = $e.createTextNode("");
|
|
230
230
|
else {
|
|
231
|
-
if (pe || (pe = i.$tag$ === "svg"), o = i.$elm$ =
|
|
231
|
+
if (pe || (pe = i.$tag$ === "svg"), o = i.$elm$ = $e.createElementNS(pe ? Kp : Zp, i.$flags$ & 2 ? "slot-fb" : i.$tag$), pe && i.$tag$ === "foreignObject" && (pe = !1), Is(null, i, pe), Jp(at) && o["s-si"] !== at && o.classList.add(o["s-si"] = at), i.$children$)
|
|
232
232
|
for (s = 0; s < i.$children$.length; ++s)
|
|
233
233
|
a = ln(n, i, s, o), a && o.appendChild(a);
|
|
234
234
|
i.$tag$ === "svg" ? pe = !1 : o.tagName === "foreignObject" && (pe = !0);
|
|
@@ -239,14 +239,14 @@ const S = (n, e, ...t) => {
|
|
|
239
239
|
const t = n.childNodes;
|
|
240
240
|
for (let r = t.length - 1; r >= 0; r--) {
|
|
241
241
|
const i = t[r];
|
|
242
|
-
i["s-hn"] !== $t && i["s-ol"] && (
|
|
242
|
+
i["s-hn"] !== $t && i["s-ol"] && (Rs(i).insertBefore(i, Dr(i)), i["s-ol"].remove(), i["s-ol"] = void 0, i["s-sh"] = void 0, Ar = !0), e && St(i, e);
|
|
243
243
|
}
|
|
244
244
|
ae.$flags$ &= -2;
|
|
245
245
|
}, Ps = (n, e, t, r, i, s) => {
|
|
246
246
|
let o = n["s-cr"] && n["s-cr"].parentNode || n, a;
|
|
247
247
|
for (o.shadowRoot && o.tagName === $t && (o = o.shadowRoot); i <= s; ++i)
|
|
248
248
|
r[i] && (a = ln(null, t, i, n), a && (r[i].$elm$ = a, o.insertBefore(a, Dr(e))));
|
|
249
|
-
},
|
|
249
|
+
}, Ls = (n, e, t) => {
|
|
250
250
|
for (let r = e; r <= t; ++r) {
|
|
251
251
|
const i = n[r];
|
|
252
252
|
if (i) {
|
|
@@ -279,13 +279,13 @@ const S = (n, e, ...t) => {
|
|
|
279
279
|
a = u;
|
|
280
280
|
break;
|
|
281
281
|
}
|
|
282
|
-
a >= 0 ? (p = e[a], p.$tag$ !== h.$tag$ ? b = ln(e && e[o], t, a, n) : (lt(p, h, i), e[a] = void 0, b = p.$elm$), h = r[++o]) : (b = ln(e && e[o], t, o, n), h = r[++o]), b &&
|
|
282
|
+
a >= 0 ? (p = e[a], p.$tag$ !== h.$tag$ ? b = ln(e && e[o], t, a, n) : (lt(p, h, i), e[a] = void 0, b = p.$elm$), h = r[++o]) : (b = ln(e && e[o], t, o, n), h = r[++o]), b && Rs(c.$elm$).insertBefore(b, Dr(c.$elm$));
|
|
283
283
|
}
|
|
284
|
-
s > l ? Ps(n, r[d + 1] == null ? null : r[d + 1].$elm$, t, r, o, d) : o > d &&
|
|
285
|
-
}, qt = (n, e, t = !1) => n.$tag$ === e.$tag$ ? n.$tag$ === "slot" ? n.$name$ === e.$name$ : t ? !0 : n.$key$ === e.$key$ : !1, Dr = (n) => n && n["s-ol"] || n,
|
|
284
|
+
s > l ? Ps(n, r[d + 1] == null ? null : r[d + 1].$elm$, t, r, o, d) : o > d && Ls(e, s, l);
|
|
285
|
+
}, qt = (n, e, t = !1) => n.$tag$ === e.$tag$ ? n.$tag$ === "slot" ? n.$name$ === e.$name$ : t ? !0 : n.$key$ === e.$key$ : !1, Dr = (n) => n && n["s-ol"] || n, Rs = (n) => (n["s-ol"] ? n["s-ol"] : n).parentNode, lt = (n, e, t = !1) => {
|
|
286
286
|
const r = e.$elm$ = n.$elm$, i = n.$children$, s = e.$children$, o = e.$tag$, a = e.$text$;
|
|
287
287
|
let u;
|
|
288
|
-
a === null ? (pe = o === "svg" ? !0 : o === "foreignObject" ? !1 : pe, o === "slot" || Is(n, e, pe), i !== null && s !== null ? cm(r, i, e, s, t) : s !== null ? (n.$text$ !== null && (r.textContent = ""), Ps(r, null, e, s, 0, s.length - 1)) : i !== null &&
|
|
288
|
+
a === null ? (pe = o === "svg" ? !0 : o === "foreignObject" ? !1 : pe, o === "slot" || Is(n, e, pe), i !== null && s !== null ? cm(r, i, e, s, t) : s !== null ? (n.$text$ !== null && (r.textContent = ""), Ps(r, null, e, s, 0, s.length - 1)) : i !== null && Ls(i, 0, i.length - 1), pe && o === "svg" && (pe = !1)) : (u = r["s-cr"]) ? u.parentNode.textContent = a : n.$text$ !== a && (r.data = a);
|
|
289
289
|
}, Ns = (n) => {
|
|
290
290
|
const e = n.childNodes;
|
|
291
291
|
for (const t of e)
|
|
@@ -345,7 +345,7 @@ const S = (n, e, ...t) => {
|
|
|
345
345
|
for (const d of He) {
|
|
346
346
|
const h = d.$nodeToRelocate$;
|
|
347
347
|
if (!h["s-ol"]) {
|
|
348
|
-
const m =
|
|
348
|
+
const m = $e.createTextNode("");
|
|
349
349
|
m["s-nr"] = h, h.parentNode.insertBefore(h["s-ol"] = m, h);
|
|
350
350
|
}
|
|
351
351
|
}
|
|
@@ -377,14 +377,14 @@ const S = (n, e, ...t) => {
|
|
|
377
377
|
d["s-hn"] !== $t && !d["s-sh"] && (t && d["s-ih"] == null && (d["s-ih"] = (a = d.hidden) !== null && a !== void 0 ? a : !1), d.hidden = !0);
|
|
378
378
|
Qn = void 0;
|
|
379
379
|
}, fm = (n, e) => {
|
|
380
|
-
}, Us = (n, e) => (n.$flags$ |= 16, fm(n, n.$ancestorComponent$),
|
|
381
|
-
const t = n.$hostElement$, r =
|
|
380
|
+
}, Us = (n, e) => (n.$flags$ |= 16, fm(n, n.$ancestorComponent$), Lm(() => hm(n, e))), hm = (n, e) => {
|
|
381
|
+
const t = n.$hostElement$, r = et("scheduleUpdate", n.$cmpMeta$.$tagName$), i = t;
|
|
382
382
|
let s;
|
|
383
383
|
return e ? s = dt(i, "componentWillLoad") : s = dt(i, "componentWillUpdate"), s = gi(s, () => dt(i, "componentWillRender")), r(), gi(s, () => pm(n, i, e));
|
|
384
384
|
}, gi = (n, e) => gm(n) ? n.then(e) : e(), gm = (n) => n instanceof Promise || n && n.then && typeof n.then == "function", pm = async (n, e, t) => {
|
|
385
|
-
const r = n.$hostElement$, i =
|
|
385
|
+
const r = n.$hostElement$, i = et("update", n.$cmpMeta$.$tagName$);
|
|
386
386
|
r["s-rc"], t && um(n);
|
|
387
|
-
const s =
|
|
387
|
+
const s = et("render", n.$cmpMeta$.$tagName$);
|
|
388
388
|
mm(n, e, r, t), s(), i(), bm(n);
|
|
389
389
|
}, mm = (n, e, t, r) => {
|
|
390
390
|
try {
|
|
@@ -394,7 +394,7 @@ const S = (n, e, ...t) => {
|
|
|
394
394
|
}
|
|
395
395
|
return oi = null, null;
|
|
396
396
|
}, bm = (n) => {
|
|
397
|
-
const e = n.$cmpMeta$.$tagName$, t = n.$hostElement$, r =
|
|
397
|
+
const e = n.$cmpMeta$.$tagName$, t = n.$hostElement$, r = et("postUpdate", e), i = t;
|
|
398
398
|
n.$ancestorComponent$, dt(i, "componentDidRender"), n.$flags$ & 64 ? (dt(i, "componentDidUpdate"), r()) : (n.$flags$ |= 64, dt(i, "componentDidLoad"), r());
|
|
399
399
|
}, dt = (n, e, t) => {
|
|
400
400
|
if (n && n[e])
|
|
@@ -403,8 +403,8 @@ const S = (n, e, ...t) => {
|
|
|
403
403
|
} catch (r) {
|
|
404
404
|
Nt(r);
|
|
405
405
|
}
|
|
406
|
-
}, ym = (n, e) =>
|
|
407
|
-
const i =
|
|
406
|
+
}, ym = (n, e) => Rt(n).$instanceValues$.get(e), xm = (n, e, t, r) => {
|
|
407
|
+
const i = Rt(n), s = n, o = i.$instanceValues$.get(e), a = i.$flags$, u = s;
|
|
408
408
|
t = rm(t, r.$members$[e][0]);
|
|
409
409
|
const l = Number.isNaN(o) && Number.isNaN(t);
|
|
410
410
|
if (t !== o && !l) {
|
|
@@ -457,7 +457,7 @@ const S = (n, e, ...t) => {
|
|
|
457
457
|
if (i.hasOwnProperty(f) && typeof this[f] == "number" && this[f] == l)
|
|
458
458
|
return;
|
|
459
459
|
if (f == null) {
|
|
460
|
-
const d =
|
|
460
|
+
const d = Rt(this), h = d == null ? void 0 : d.$flags$;
|
|
461
461
|
if (h && !(h & 8) && h & 128 && l !== u) {
|
|
462
462
|
const b = this, p = (c = e.$watchers$) === null || c === void 0 ? void 0 : c[a];
|
|
463
463
|
p == null || p.forEach((C) => {
|
|
@@ -483,39 +483,39 @@ const S = (n, e, ...t) => {
|
|
|
483
483
|
}
|
|
484
484
|
}
|
|
485
485
|
return n;
|
|
486
|
-
},
|
|
486
|
+
}, km = async (n, e, t, r) => {
|
|
487
487
|
let i;
|
|
488
488
|
if (!(e.$flags$ & 32) && (e.$flags$ |= 32, i = n.constructor, customElements.whenDefined(t.$tagName$).then(() => e.$flags$ |= 128), i.style)) {
|
|
489
489
|
let o = i.style;
|
|
490
490
|
typeof o != "string" && (o = o[e.$modeName$ = nm(n)]);
|
|
491
491
|
const a = Ds(t, e.$modeName$);
|
|
492
492
|
if (!cn.has(a)) {
|
|
493
|
-
const u =
|
|
493
|
+
const u = et("registerStyles", t.$tagName$);
|
|
494
494
|
sm(a, o, !!(t.$flags$ & 1)), u();
|
|
495
495
|
}
|
|
496
496
|
}
|
|
497
497
|
e.$ancestorComponent$, Us(e, !0);
|
|
498
498
|
}, pi = (n) => {
|
|
499
|
-
},
|
|
499
|
+
}, wm = (n) => {
|
|
500
500
|
if (!(ae.$flags$ & 1)) {
|
|
501
|
-
const e =
|
|
501
|
+
const e = Rt(n), t = e.$cmpMeta$, r = et("connectedCallback", t.$tagName$);
|
|
502
502
|
e.$flags$ & 1 ? (js(n, e, t.$listeners$), e != null && e.$lazyInstance$ ? pi(e.$lazyInstance$) : e != null && e.$onReadyPromise$ && e.$onReadyPromise$.then(() => pi(e.$lazyInstance$))) : (e.$flags$ |= 1, // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
|
|
503
503
|
t.$flags$ & 12 && Em(n), t.$members$ && Object.entries(t.$members$).map(([i, [s]]) => {
|
|
504
504
|
if (s & 31 && n.hasOwnProperty(i)) {
|
|
505
505
|
const o = n[i];
|
|
506
506
|
delete n[i], n[i] = o;
|
|
507
507
|
}
|
|
508
|
-
}),
|
|
508
|
+
}), km(n, e, t)), r();
|
|
509
509
|
}
|
|
510
510
|
}, Em = (n) => {
|
|
511
|
-
const e = n["s-cr"] =
|
|
511
|
+
const e = n["s-cr"] = $e.createComment("");
|
|
512
512
|
e["s-cn"] = !0, n.insertBefore(e, n.firstChild);
|
|
513
513
|
}, Tm = async (n) => {
|
|
514
514
|
if (!(ae.$flags$ & 1)) {
|
|
515
|
-
const e =
|
|
515
|
+
const e = Rt(n);
|
|
516
516
|
e.$rmListeners$ && (e.$rmListeners$.map((t) => t()), e.$rmListeners$ = void 0);
|
|
517
517
|
}
|
|
518
|
-
},
|
|
518
|
+
}, Ce = (n, e) => {
|
|
519
519
|
const t = {
|
|
520
520
|
$flags$: e[0],
|
|
521
521
|
$tagName$: e[1]
|
|
@@ -527,7 +527,7 @@ const S = (n, e, ...t) => {
|
|
|
527
527
|
Bm(this, t);
|
|
528
528
|
},
|
|
529
529
|
connectedCallback() {
|
|
530
|
-
|
|
530
|
+
wm(this), r && r.call(this);
|
|
531
531
|
},
|
|
532
532
|
disconnectedCallback() {
|
|
533
533
|
Tm(this), i && i.call(this);
|
|
@@ -550,10 +550,10 @@ const S = (n, e, ...t) => {
|
|
|
550
550
|
} catch (r) {
|
|
551
551
|
Nt(r);
|
|
552
552
|
}
|
|
553
|
-
}, Sm = (n, e) => e & 4 ?
|
|
553
|
+
}, Sm = (n, e) => e & 4 ? $e : e & 8 ? Bn : e & 16 ? $e.body : n, Cm = (n) => Mm ? {
|
|
554
554
|
passive: (n & 1) !== 0,
|
|
555
555
|
capture: (n & 2) !== 0
|
|
556
|
-
} : (n & 2) !== 0, qs = /* @__PURE__ */ new WeakMap(),
|
|
556
|
+
} : (n & 2) !== 0, qs = /* @__PURE__ */ new WeakMap(), Rt = (n) => qs.get(n), Bm = (n, e) => {
|
|
557
557
|
const t = {
|
|
558
558
|
$flags$: 0,
|
|
559
559
|
$hostElement$: n,
|
|
@@ -561,7 +561,7 @@ const S = (n, e, ...t) => {
|
|
|
561
561
|
$instanceValues$: /* @__PURE__ */ new Map()
|
|
562
562
|
};
|
|
563
563
|
return js(n, t, e.$listeners$), qs.set(n, t);
|
|
564
|
-
}, mi = (n, e) => e in n, Nt = (n, e) => (0, console.error)(n, e), cn = /* @__PURE__ */ new Map(), Am = [], Bn = typeof window < "u" ? window : {},
|
|
564
|
+
}, mi = (n, e) => e in n, Nt = (n, e) => (0, console.error)(n, e), cn = /* @__PURE__ */ new Map(), Am = [], Bn = typeof window < "u" ? window : {}, $e = Bn.document || { head: {} }, Be = Bn.HTMLElement || class {
|
|
565
565
|
}, ae = {
|
|
566
566
|
$flags$: 0,
|
|
567
567
|
$resourcesUrl$: "",
|
|
@@ -576,7 +576,7 @@ const S = (n, e, ...t) => {
|
|
|
576
576
|
), Mm = /* @__PURE__ */ (() => {
|
|
577
577
|
let n = !1;
|
|
578
578
|
try {
|
|
579
|
-
|
|
579
|
+
$e.addEventListener("e", null, Object.defineProperty({}, "passive", {
|
|
580
580
|
get() {
|
|
581
581
|
n = !0;
|
|
582
582
|
}
|
|
@@ -602,12 +602,12 @@ const S = (n, e, ...t) => {
|
|
|
602
602
|
n.length = 0;
|
|
603
603
|
}, tr = () => {
|
|
604
604
|
xi(yi), xi(Hs), (Xn = yi.length > 0) && ae.raf(tr);
|
|
605
|
-
}, Pm = (n) => Dm().then(n),
|
|
606
|
-
var
|
|
605
|
+
}, Pm = (n) => Dm().then(n), Lm = /* @__PURE__ */ Im(Hs, !0), vi = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
|
|
606
|
+
var Le = [], ve = [], Rm = typeof Uint8Array < "u" ? Uint8Array : Array, Or = !1;
|
|
607
607
|
function zs() {
|
|
608
608
|
Or = !0;
|
|
609
609
|
for (var n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", e = 0, t = n.length; e < t; ++e)
|
|
610
|
-
|
|
610
|
+
Le[e] = n[e], ve[n.charCodeAt(e)] = e;
|
|
611
611
|
ve[45] = 62, ve[95] = 63;
|
|
612
612
|
}
|
|
613
613
|
function Nm(n) {
|
|
@@ -615,25 +615,25 @@ function Nm(n) {
|
|
|
615
615
|
var e, t, r, i, s, o, a = n.length;
|
|
616
616
|
if (a % 4 > 0)
|
|
617
617
|
throw new Error("Invalid string. Length must be a multiple of 4");
|
|
618
|
-
s = n[a - 2] === "=" ? 2 : n[a - 1] === "=" ? 1 : 0, o = new
|
|
618
|
+
s = n[a - 2] === "=" ? 2 : n[a - 1] === "=" ? 1 : 0, o = new Rm(a * 3 / 4 - s), r = s > 0 ? a - 4 : a;
|
|
619
619
|
var u = 0;
|
|
620
620
|
for (e = 0, t = 0; e < r; e += 4, t += 3)
|
|
621
621
|
i = ve[n.charCodeAt(e)] << 18 | ve[n.charCodeAt(e + 1)] << 12 | ve[n.charCodeAt(e + 2)] << 6 | ve[n.charCodeAt(e + 3)], o[u++] = i >> 16 & 255, o[u++] = i >> 8 & 255, o[u++] = i & 255;
|
|
622
622
|
return s === 2 ? (i = ve[n.charCodeAt(e)] << 2 | ve[n.charCodeAt(e + 1)] >> 4, o[u++] = i & 255) : s === 1 && (i = ve[n.charCodeAt(e)] << 10 | ve[n.charCodeAt(e + 1)] << 4 | ve[n.charCodeAt(e + 2)] >> 2, o[u++] = i >> 8 & 255, o[u++] = i & 255), o;
|
|
623
623
|
}
|
|
624
624
|
function _m(n) {
|
|
625
|
-
return
|
|
625
|
+
return Le[n >> 18 & 63] + Le[n >> 12 & 63] + Le[n >> 6 & 63] + Le[n & 63];
|
|
626
626
|
}
|
|
627
627
|
function Fm(n, e, t) {
|
|
628
628
|
for (var r, i = [], s = e; s < t; s += 3)
|
|
629
629
|
r = (n[s] << 16) + (n[s + 1] << 8) + n[s + 2], i.push(_m(r));
|
|
630
630
|
return i.join("");
|
|
631
631
|
}
|
|
632
|
-
function
|
|
632
|
+
function ki(n) {
|
|
633
633
|
Or || zs();
|
|
634
634
|
for (var e, t = n.length, r = t % 3, i = "", s = [], o = 16383, a = 0, u = t - r; a < u; a += o)
|
|
635
635
|
s.push(Fm(n, a, a + o > u ? u : a + o));
|
|
636
|
-
return r === 1 ? (e = n[t - 1], i +=
|
|
636
|
+
return r === 1 ? (e = n[t - 1], i += Le[e >> 2], i += Le[e << 4 & 63], i += "==") : r === 2 && (e = (n[t - 2] << 8) + n[t - 1], i += Le[e >> 10], i += Le[e >> 4 & 63], i += Le[e << 2 & 63], i += "="), s.push(i), s.join("");
|
|
637
637
|
}
|
|
638
638
|
function An(n, e, t, r, i) {
|
|
639
639
|
var s, o, a = i * 8 - r - 1, u = (1 << a) - 1, l = u >> 1, c = -7, f = t ? i - 1 : 0, d = t ? -1 : 1, h = n[e + f];
|
|
@@ -879,7 +879,7 @@ function Gm(n, e, t) {
|
|
|
879
879
|
}
|
|
880
880
|
}
|
|
881
881
|
$.prototype._isBuffer = !0;
|
|
882
|
-
function
|
|
882
|
+
function Xe(n, e, t) {
|
|
883
883
|
var r = n[e];
|
|
884
884
|
n[e] = n[t], n[t] = r;
|
|
885
885
|
}
|
|
@@ -888,7 +888,7 @@ $.prototype.swap16 = function() {
|
|
|
888
888
|
if (e % 2 !== 0)
|
|
889
889
|
throw new RangeError("Buffer size must be a multiple of 16-bits");
|
|
890
890
|
for (var t = 0; t < e; t += 2)
|
|
891
|
-
|
|
891
|
+
Xe(this, t, t + 1);
|
|
892
892
|
return this;
|
|
893
893
|
};
|
|
894
894
|
$.prototype.swap32 = function() {
|
|
@@ -896,7 +896,7 @@ $.prototype.swap32 = function() {
|
|
|
896
896
|
if (e % 4 !== 0)
|
|
897
897
|
throw new RangeError("Buffer size must be a multiple of 32-bits");
|
|
898
898
|
for (var t = 0; t < e; t += 4)
|
|
899
|
-
|
|
899
|
+
Xe(this, t, t + 3), Xe(this, t + 1, t + 2);
|
|
900
900
|
return this;
|
|
901
901
|
};
|
|
902
902
|
$.prototype.swap64 = function() {
|
|
@@ -904,7 +904,7 @@ $.prototype.swap64 = function() {
|
|
|
904
904
|
if (e % 8 !== 0)
|
|
905
905
|
throw new RangeError("Buffer size must be a multiple of 64-bits");
|
|
906
906
|
for (var t = 0; t < e; t += 8)
|
|
907
|
-
|
|
907
|
+
Xe(this, t, t + 7), Xe(this, t + 1, t + 6), Xe(this, t + 2, t + 5), Xe(this, t + 3, t + 4);
|
|
908
908
|
return this;
|
|
909
909
|
};
|
|
910
910
|
$.prototype.toString = function() {
|
|
@@ -947,12 +947,12 @@ function Zs(n, e, t, r, i) {
|
|
|
947
947
|
if (i) t = 0;
|
|
948
948
|
else return -1;
|
|
949
949
|
if (typeof e == "string" && (e = $.from(e, r)), _e(e))
|
|
950
|
-
return e.length === 0 ? -1 :
|
|
950
|
+
return e.length === 0 ? -1 : wi(n, e, t, r, i);
|
|
951
951
|
if (typeof e == "number")
|
|
952
|
-
return e = e & 255, $.TYPED_ARRAY_SUPPORT && typeof Uint8Array.prototype.indexOf == "function" ? i ? Uint8Array.prototype.indexOf.call(n, e, t) : Uint8Array.prototype.lastIndexOf.call(n, e, t) :
|
|
952
|
+
return e = e & 255, $.TYPED_ARRAY_SUPPORT && typeof Uint8Array.prototype.indexOf == "function" ? i ? Uint8Array.prototype.indexOf.call(n, e, t) : Uint8Array.prototype.lastIndexOf.call(n, e, t) : wi(n, [e], t, r, i);
|
|
953
953
|
throw new TypeError("val must be string, number or Buffer");
|
|
954
954
|
}
|
|
955
|
-
function
|
|
955
|
+
function wi(n, e, t, r, i) {
|
|
956
956
|
var s = 1, o = n.length, a = e.length;
|
|
957
957
|
if (r !== void 0 && (r = String(r).toLowerCase(), r === "ucs2" || r === "ucs-2" || r === "utf16le" || r === "utf-16le")) {
|
|
958
958
|
if (n.length < 2 || e.length < 2)
|
|
@@ -1065,7 +1065,7 @@ $.prototype.toJSON = function() {
|
|
|
1065
1065
|
};
|
|
1066
1066
|
};
|
|
1067
1067
|
function Qm(n, e, t) {
|
|
1068
|
-
return e === 0 && t === n.length ?
|
|
1068
|
+
return e === 0 && t === n.length ? ki(n) : ki(n.slice(e, t));
|
|
1069
1069
|
}
|
|
1070
1070
|
function Qs(n, e, t) {
|
|
1071
1071
|
t = Math.min(n.length, t);
|
|
@@ -1485,56 +1485,56 @@ var io = { exports: {} };
|
|
|
1485
1485
|
(function(t, r) {
|
|
1486
1486
|
n.exports = r();
|
|
1487
1487
|
})(me, function() {
|
|
1488
|
-
var t = 1e3, r = 6e4, i = 36e5, s = "millisecond", o = "second", a = "minute", u = "hour", l = "day", c = "week", f = "month", d = "quarter", h = "year", m = "date", b = "Invalid Date", p = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, C = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, A = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(
|
|
1489
|
-
var
|
|
1490
|
-
return "[" +
|
|
1491
|
-
} },
|
|
1492
|
-
var v = String(
|
|
1493
|
-
return !v || v.length >=
|
|
1494
|
-
}, O = { s:
|
|
1495
|
-
var
|
|
1496
|
-
return (
|
|
1497
|
-
}, m: function k
|
|
1498
|
-
if (
|
|
1499
|
-
var v = 12 * (g.year() -
|
|
1488
|
+
var t = 1e3, r = 6e4, i = 36e5, s = "millisecond", o = "second", a = "minute", u = "hour", l = "day", c = "week", f = "month", d = "quarter", h = "year", m = "date", b = "Invalid Date", p = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, C = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, A = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(w) {
|
|
1489
|
+
var k = ["th", "st", "nd", "rd"], g = w % 100;
|
|
1490
|
+
return "[" + w + (k[(g - 20) % 10] || k[g] || k[0]) + "]";
|
|
1491
|
+
} }, R = function(w, k, g) {
|
|
1492
|
+
var v = String(w);
|
|
1493
|
+
return !v || v.length >= k ? w : "" + Array(k + 1 - v.length).join(g) + w;
|
|
1494
|
+
}, O = { s: R, z: function(w) {
|
|
1495
|
+
var k = -w.utcOffset(), g = Math.abs(k), v = Math.floor(g / 60), y = g % 60;
|
|
1496
|
+
return (k <= 0 ? "+" : "-") + R(v, 2, "0") + ":" + R(y, 2, "0");
|
|
1497
|
+
}, m: function w(k, g) {
|
|
1498
|
+
if (k.date() < g.date()) return -w(g, k);
|
|
1499
|
+
var v = 12 * (g.year() - k.year()) + (g.month() - k.month()), y = k.clone().add(v, f), T = g - y < 0, D = k.clone().add(v + (T ? -1 : 1), f);
|
|
1500
1500
|
return +(-(v + (g - y) / (T ? y - D : D - y)) || 0);
|
|
1501
|
-
}, a: function(
|
|
1502
|
-
return
|
|
1503
|
-
}, p: function(
|
|
1504
|
-
return { M: f, y: h, w: c, d: l, D: m, h: u, m: a, s: o, ms: s, Q: d }[
|
|
1505
|
-
}, u: function(
|
|
1506
|
-
return
|
|
1501
|
+
}, a: function(w) {
|
|
1502
|
+
return w < 0 ? Math.ceil(w) || 0 : Math.floor(w);
|
|
1503
|
+
}, p: function(w) {
|
|
1504
|
+
return { M: f, y: h, w: c, d: l, D: m, h: u, m: a, s: o, ms: s, Q: d }[w] || String(w || "").toLowerCase().replace(/s$/, "");
|
|
1505
|
+
}, u: function(w) {
|
|
1506
|
+
return w === void 0;
|
|
1507
1507
|
} }, P = "en", N = {};
|
|
1508
1508
|
N[P] = A;
|
|
1509
|
-
var q = function(
|
|
1510
|
-
return
|
|
1511
|
-
}, G = function k
|
|
1509
|
+
var q = function(w) {
|
|
1510
|
+
return w instanceof x;
|
|
1511
|
+
}, G = function w(k, g, v) {
|
|
1512
1512
|
var y;
|
|
1513
|
-
if (!
|
|
1514
|
-
if (typeof
|
|
1515
|
-
var T =
|
|
1513
|
+
if (!k) return P;
|
|
1514
|
+
if (typeof k == "string") {
|
|
1515
|
+
var T = k.toLowerCase();
|
|
1516
1516
|
N[T] && (y = T), g && (N[T] = g, y = T);
|
|
1517
|
-
var D =
|
|
1518
|
-
if (!y && D.length > 1) return
|
|
1517
|
+
var D = k.split("-");
|
|
1518
|
+
if (!y && D.length > 1) return w(D[0]);
|
|
1519
1519
|
} else {
|
|
1520
|
-
var
|
|
1521
|
-
N[
|
|
1520
|
+
var L = k.name;
|
|
1521
|
+
N[L] = k, y = L;
|
|
1522
1522
|
}
|
|
1523
1523
|
return !v && y && (P = y), y || !v && P;
|
|
1524
|
-
}, H = function(
|
|
1525
|
-
if (q(
|
|
1526
|
-
var g = typeof
|
|
1527
|
-
return g.date =
|
|
1524
|
+
}, H = function(w, k) {
|
|
1525
|
+
if (q(w)) return w.clone();
|
|
1526
|
+
var g = typeof k == "object" ? k : {};
|
|
1527
|
+
return g.date = w, g.args = arguments, new x(g);
|
|
1528
1528
|
}, _ = O;
|
|
1529
|
-
_.l = G, _.i = q, _.w = function(
|
|
1530
|
-
return H(
|
|
1529
|
+
_.l = G, _.i = q, _.w = function(w, k) {
|
|
1530
|
+
return H(w, { locale: k.$L, utc: k.$u, x: k.$x, $offset: k.$offset });
|
|
1531
1531
|
};
|
|
1532
1532
|
var x = function() {
|
|
1533
|
-
function
|
|
1533
|
+
function w(g) {
|
|
1534
1534
|
this.$L = G(g.locale, null, !0), this.parse(g);
|
|
1535
1535
|
}
|
|
1536
|
-
var
|
|
1537
|
-
return
|
|
1536
|
+
var k = w.prototype;
|
|
1537
|
+
return k.parse = function(g) {
|
|
1538
1538
|
this.$d = function(v) {
|
|
1539
1539
|
var y = v.date, T = v.utc;
|
|
1540
1540
|
if (y === null) return /* @__PURE__ */ new Date(NaN);
|
|
@@ -1543,47 +1543,47 @@ var io = { exports: {} };
|
|
|
1543
1543
|
if (typeof y == "string" && !/Z$/i.test(y)) {
|
|
1544
1544
|
var D = y.match(p);
|
|
1545
1545
|
if (D) {
|
|
1546
|
-
var
|
|
1547
|
-
return T ? new Date(Date.UTC(D[1],
|
|
1546
|
+
var L = D[2] - 1 || 0, U = (D[7] || "0").substring(0, 3);
|
|
1547
|
+
return T ? new Date(Date.UTC(D[1], L, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, U)) : new Date(D[1], L, D[3] || 1, D[4] || 0, D[5] || 0, D[6] || 0, U);
|
|
1548
1548
|
}
|
|
1549
1549
|
}
|
|
1550
1550
|
return new Date(y);
|
|
1551
1551
|
}(g), this.$x = g.x || {}, this.init();
|
|
1552
|
-
},
|
|
1552
|
+
}, k.init = function() {
|
|
1553
1553
|
var g = this.$d;
|
|
1554
1554
|
this.$y = g.getFullYear(), this.$M = g.getMonth(), this.$D = g.getDate(), this.$W = g.getDay(), this.$H = g.getHours(), this.$m = g.getMinutes(), this.$s = g.getSeconds(), this.$ms = g.getMilliseconds();
|
|
1555
|
-
},
|
|
1555
|
+
}, k.$utils = function() {
|
|
1556
1556
|
return _;
|
|
1557
|
-
},
|
|
1557
|
+
}, k.isValid = function() {
|
|
1558
1558
|
return this.$d.toString() !== b;
|
|
1559
|
-
},
|
|
1559
|
+
}, k.isSame = function(g, v) {
|
|
1560
1560
|
var y = H(g);
|
|
1561
1561
|
return this.startOf(v) <= y && y <= this.endOf(v);
|
|
1562
|
-
},
|
|
1562
|
+
}, k.isAfter = function(g, v) {
|
|
1563
1563
|
return H(g) < this.startOf(v);
|
|
1564
|
-
},
|
|
1564
|
+
}, k.isBefore = function(g, v) {
|
|
1565
1565
|
return this.endOf(v) < H(g);
|
|
1566
|
-
},
|
|
1566
|
+
}, k.$g = function(g, v, y) {
|
|
1567
1567
|
return _.u(g) ? this[v] : this.set(y, g);
|
|
1568
|
-
},
|
|
1568
|
+
}, k.unix = function() {
|
|
1569
1569
|
return Math.floor(this.valueOf() / 1e3);
|
|
1570
|
-
},
|
|
1570
|
+
}, k.valueOf = function() {
|
|
1571
1571
|
return this.$d.getTime();
|
|
1572
|
-
},
|
|
1573
|
-
var y = this, T = !!_.u(v) || v, D = _.p(g),
|
|
1574
|
-
var
|
|
1575
|
-
return T ?
|
|
1572
|
+
}, k.startOf = function(g, v) {
|
|
1573
|
+
var y = this, T = !!_.u(v) || v, D = _.p(g), L = function(ne, se) {
|
|
1574
|
+
var Me = _.w(y.$u ? Date.UTC(y.$y, se, ne) : new Date(y.$y, se, ne), y);
|
|
1575
|
+
return T ? Me : Me.endOf(l);
|
|
1576
1576
|
}, U = function(ne, se) {
|
|
1577
1577
|
return _.w(y.toDate()[ne].apply(y.toDate("s"), (T ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(se)), y);
|
|
1578
1578
|
}, F = this.$W, ee = this.$M, Y = this.$D, z = "set" + (this.$u ? "UTC" : "");
|
|
1579
1579
|
switch (D) {
|
|
1580
1580
|
case h:
|
|
1581
|
-
return T ?
|
|
1581
|
+
return T ? L(1, 0) : L(31, 11);
|
|
1582
1582
|
case f:
|
|
1583
|
-
return T ?
|
|
1583
|
+
return T ? L(1, ee) : L(0, ee + 1);
|
|
1584
1584
|
case c:
|
|
1585
1585
|
var ge = this.$locale().weekStart || 0, le = (F < ge ? F + 7 : F) - ge;
|
|
1586
|
-
return
|
|
1586
|
+
return L(T ? Y - le : Y + (6 - le), ee);
|
|
1587
1587
|
case l:
|
|
1588
1588
|
case m:
|
|
1589
1589
|
return U(z + "Hours", 0);
|
|
@@ -1596,81 +1596,81 @@ var io = { exports: {} };
|
|
|
1596
1596
|
default:
|
|
1597
1597
|
return this.clone();
|
|
1598
1598
|
}
|
|
1599
|
-
},
|
|
1599
|
+
}, k.endOf = function(g) {
|
|
1600
1600
|
return this.startOf(g, !1);
|
|
1601
|
-
},
|
|
1602
|
-
var y, T = _.p(g), D = "set" + (this.$u ? "UTC" : ""),
|
|
1601
|
+
}, k.$set = function(g, v) {
|
|
1602
|
+
var y, T = _.p(g), D = "set" + (this.$u ? "UTC" : ""), L = (y = {}, y[l] = D + "Date", y[m] = D + "Date", y[f] = D + "Month", y[h] = D + "FullYear", y[u] = D + "Hours", y[a] = D + "Minutes", y[o] = D + "Seconds", y[s] = D + "Milliseconds", y)[T], U = T === l ? this.$D + (v - this.$W) : v;
|
|
1603
1603
|
if (T === f || T === h) {
|
|
1604
1604
|
var F = this.clone().set(m, 1);
|
|
1605
|
-
F.$d[
|
|
1606
|
-
} else
|
|
1605
|
+
F.$d[L](U), F.init(), this.$d = F.set(m, Math.min(this.$D, F.daysInMonth())).$d;
|
|
1606
|
+
} else L && this.$d[L](U);
|
|
1607
1607
|
return this.init(), this;
|
|
1608
|
-
},
|
|
1608
|
+
}, k.set = function(g, v) {
|
|
1609
1609
|
return this.clone().$set(g, v);
|
|
1610
|
-
},
|
|
1610
|
+
}, k.get = function(g) {
|
|
1611
1611
|
return this[_.p(g)]();
|
|
1612
|
-
},
|
|
1612
|
+
}, k.add = function(g, v) {
|
|
1613
1613
|
var y, T = this;
|
|
1614
1614
|
g = Number(g);
|
|
1615
|
-
var D = _.p(v),
|
|
1615
|
+
var D = _.p(v), L = function(ee) {
|
|
1616
1616
|
var Y = H(T);
|
|
1617
1617
|
return _.w(Y.date(Y.date() + Math.round(ee * g)), T);
|
|
1618
1618
|
};
|
|
1619
1619
|
if (D === f) return this.set(f, this.$M + g);
|
|
1620
1620
|
if (D === h) return this.set(h, this.$y + g);
|
|
1621
|
-
if (D === l) return
|
|
1622
|
-
if (D === c) return
|
|
1621
|
+
if (D === l) return L(1);
|
|
1622
|
+
if (D === c) return L(7);
|
|
1623
1623
|
var U = (y = {}, y[a] = r, y[u] = i, y[o] = t, y)[D] || 1, F = this.$d.getTime() + g * U;
|
|
1624
1624
|
return _.w(F, this);
|
|
1625
|
-
},
|
|
1625
|
+
}, k.subtract = function(g, v) {
|
|
1626
1626
|
return this.add(-1 * g, v);
|
|
1627
|
-
},
|
|
1627
|
+
}, k.format = function(g) {
|
|
1628
1628
|
var v = this, y = this.$locale();
|
|
1629
1629
|
if (!this.isValid()) return y.invalidDate || b;
|
|
1630
|
-
var T = g || "YYYY-MM-DDTHH:mm:ssZ", D = _.z(this),
|
|
1631
|
-
return se && (se[
|
|
1630
|
+
var T = g || "YYYY-MM-DDTHH:mm:ssZ", D = _.z(this), L = this.$H, U = this.$m, F = this.$M, ee = y.weekdays, Y = y.months, z = function(se, Me, qn, jt) {
|
|
1631
|
+
return se && (se[Me] || se(v, T)) || qn[Me].slice(0, jt);
|
|
1632
1632
|
}, ge = function(se) {
|
|
1633
|
-
return _.s(
|
|
1634
|
-
}, le = y.meridiem || function(se,
|
|
1633
|
+
return _.s(L % 12 || 12, se, "0");
|
|
1634
|
+
}, le = y.meridiem || function(se, Me, qn) {
|
|
1635
1635
|
var jt = se < 12 ? "AM" : "PM";
|
|
1636
1636
|
return qn ? jt.toLowerCase() : jt;
|
|
1637
|
-
}, ne = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: F + 1, MM: _.s(F + 1, 2, "0"), MMM: z(y.monthsShort, F, Y, 3), MMMM: z(Y, F), D: this.$D, DD: _.s(this.$D, 2, "0"), d: String(this.$W), dd: z(y.weekdaysMin, this.$W, ee, 2), ddd: z(y.weekdaysShort, this.$W, ee, 3), dddd: ee[this.$W], H: String(
|
|
1638
|
-
return T.replace(C, function(se,
|
|
1639
|
-
return
|
|
1637
|
+
}, ne = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: F + 1, MM: _.s(F + 1, 2, "0"), MMM: z(y.monthsShort, F, Y, 3), MMMM: z(Y, F), D: this.$D, DD: _.s(this.$D, 2, "0"), d: String(this.$W), dd: z(y.weekdaysMin, this.$W, ee, 2), ddd: z(y.weekdaysShort, this.$W, ee, 3), dddd: ee[this.$W], H: String(L), HH: _.s(L, 2, "0"), h: ge(1), hh: ge(2), a: le(L, U, !0), A: le(L, U, !1), m: String(U), mm: _.s(U, 2, "0"), s: String(this.$s), ss: _.s(this.$s, 2, "0"), SSS: _.s(this.$ms, 3, "0"), Z: D };
|
|
1638
|
+
return T.replace(C, function(se, Me) {
|
|
1639
|
+
return Me || ne[se] || D.replace(":", "");
|
|
1640
1640
|
});
|
|
1641
|
-
},
|
|
1641
|
+
}, k.utcOffset = function() {
|
|
1642
1642
|
return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
|
|
1643
|
-
},
|
|
1644
|
-
var T, D = _.p(v),
|
|
1643
|
+
}, k.diff = function(g, v, y) {
|
|
1644
|
+
var T, D = _.p(v), L = H(g), U = (L.utcOffset() - this.utcOffset()) * r, F = this - L, ee = _.m(this, L);
|
|
1645
1645
|
return ee = (T = {}, T[h] = ee / 12, T[f] = ee, T[d] = ee / 3, T[c] = (F - U) / 6048e5, T[l] = (F - U) / 864e5, T[u] = F / i, T[a] = F / r, T[o] = F / t, T)[D] || F, y ? ee : _.a(ee);
|
|
1646
|
-
},
|
|
1646
|
+
}, k.daysInMonth = function() {
|
|
1647
1647
|
return this.endOf(f).$D;
|
|
1648
|
-
},
|
|
1648
|
+
}, k.$locale = function() {
|
|
1649
1649
|
return N[this.$L];
|
|
1650
|
-
},
|
|
1650
|
+
}, k.locale = function(g, v) {
|
|
1651
1651
|
if (!g) return this.$L;
|
|
1652
1652
|
var y = this.clone(), T = G(g, v, !0);
|
|
1653
1653
|
return T && (y.$L = T), y;
|
|
1654
|
-
},
|
|
1654
|
+
}, k.clone = function() {
|
|
1655
1655
|
return _.w(this.$d, this);
|
|
1656
|
-
},
|
|
1656
|
+
}, k.toDate = function() {
|
|
1657
1657
|
return new Date(this.valueOf());
|
|
1658
|
-
},
|
|
1658
|
+
}, k.toJSON = function() {
|
|
1659
1659
|
return this.isValid() ? this.toISOString() : null;
|
|
1660
|
-
},
|
|
1660
|
+
}, k.toISOString = function() {
|
|
1661
1661
|
return this.$d.toISOString();
|
|
1662
|
-
},
|
|
1662
|
+
}, k.toString = function() {
|
|
1663
1663
|
return this.$d.toUTCString();
|
|
1664
|
-
},
|
|
1664
|
+
}, w;
|
|
1665
1665
|
}(), B = x.prototype;
|
|
1666
|
-
return H.prototype = B, [["$ms", s], ["$s", o], ["$m", a], ["$H", u], ["$W", l], ["$M", f], ["$y", h], ["$D", m]].forEach(function(
|
|
1667
|
-
B[
|
|
1668
|
-
return this.$g(
|
|
1666
|
+
return H.prototype = B, [["$ms", s], ["$s", o], ["$m", a], ["$H", u], ["$W", l], ["$M", f], ["$y", h], ["$D", m]].forEach(function(w) {
|
|
1667
|
+
B[w[1]] = function(k) {
|
|
1668
|
+
return this.$g(k, w[0], w[1]);
|
|
1669
1669
|
};
|
|
1670
|
-
}), H.extend = function(
|
|
1671
|
-
return
|
|
1672
|
-
}, H.locale = G, H.isDayjs = q, H.unix = function(
|
|
1673
|
-
return H(1e3 *
|
|
1670
|
+
}), H.extend = function(w, k) {
|
|
1671
|
+
return w.$i || (w(k, x, H), w.$i = !0), H;
|
|
1672
|
+
}, H.locale = G, H.isDayjs = q, H.unix = function(w) {
|
|
1673
|
+
return H(1e3 * w);
|
|
1674
1674
|
}, H.en = N[P], H.Ls = N, H.p = {}, H;
|
|
1675
1675
|
});
|
|
1676
1676
|
})(io);
|
|
@@ -1706,7 +1706,7 @@ var ir = [
|
|
|
1706
1706
|
}()
|
|
1707
1707
|
), te = function(n) {
|
|
1708
1708
|
return n != null;
|
|
1709
|
-
},
|
|
1709
|
+
}, Oe = function(n) {
|
|
1710
1710
|
return typeof n == "number";
|
|
1711
1711
|
}, Ti = function(n) {
|
|
1712
1712
|
return typeof n == "string" && ir.includes(n);
|
|
@@ -1727,7 +1727,7 @@ var ir = [
|
|
|
1727
1727
|
}, hb = function(n) {
|
|
1728
1728
|
return be(n) ? n : [n];
|
|
1729
1729
|
};
|
|
1730
|
-
function
|
|
1730
|
+
function it(n, e, t) {
|
|
1731
1731
|
t === void 0 && (t = " ");
|
|
1732
1732
|
var r = String(n);
|
|
1733
1733
|
return e = e >> 0, r.length > e ? String(r) : (e = e - r.length, e > t.length && (t += W(t, e / t.length)), t.slice(0, e) + String(r));
|
|
@@ -1735,24 +1735,24 @@ function rt(n, e, t) {
|
|
|
1735
1735
|
var gb = function(n, e, t) {
|
|
1736
1736
|
var r = n.split(e);
|
|
1737
1737
|
return t ? r.slice(0, t).concat([r.slice(t).join(e)]) : r;
|
|
1738
|
-
},
|
|
1738
|
+
}, we = function(n, e) {
|
|
1739
1739
|
var t = n % e;
|
|
1740
1740
|
return t * e < 0 ? t + e : t;
|
|
1741
1741
|
}, Hn = function(n, e) {
|
|
1742
|
-
return { div: Math.floor(n / e), mod:
|
|
1743
|
-
},
|
|
1742
|
+
return { div: Math.floor(n / e), mod: we(n, e) };
|
|
1743
|
+
}, Pe = function(n) {
|
|
1744
1744
|
return !te(n) || n.length === 0;
|
|
1745
1745
|
}, re = function(n) {
|
|
1746
|
-
return !
|
|
1746
|
+
return !Pe(n);
|
|
1747
1747
|
}, Q = function(n, e) {
|
|
1748
1748
|
return re(n) && n.indexOf(e) !== -1;
|
|
1749
|
-
},
|
|
1749
|
+
}, tt = function(n, e, t, r, i, s) {
|
|
1750
1750
|
return r === void 0 && (r = 0), i === void 0 && (i = 0), s === void 0 && (s = 0), new Date(Date.UTC(n, e - 1, t, r, i, s));
|
|
1751
|
-
}, pb = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], oo = 1e3 * 60 * 60 * 24, uo = 9999, ao =
|
|
1751
|
+
}, pb = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], oo = 1e3 * 60 * 60 * 24, uo = 9999, ao = tt(1970, 1, 1), mb = [6, 0, 1, 2, 3, 4, 5], Et = function(n) {
|
|
1752
1752
|
return n % 4 === 0 && n % 100 !== 0 || n % 400 === 0;
|
|
1753
1753
|
}, lo = function(n) {
|
|
1754
1754
|
return n instanceof Date;
|
|
1755
|
-
},
|
|
1755
|
+
}, kt = function(n) {
|
|
1756
1756
|
return lo(n) && !isNaN(n.getTime());
|
|
1757
1757
|
}, $i = function(n) {
|
|
1758
1758
|
return n.getTimezoneOffset() * 60 * 1e3;
|
|
@@ -1769,7 +1769,7 @@ var gb = function(n, e, t) {
|
|
|
1769
1769
|
}, ft = function(n) {
|
|
1770
1770
|
return mb[n.getUTCDay()];
|
|
1771
1771
|
}, Si = function(n, e) {
|
|
1772
|
-
var t =
|
|
1772
|
+
var t = tt(n, e + 1, 1);
|
|
1773
1773
|
return [ft(t), yb(t)];
|
|
1774
1774
|
}, fo = function(n, e) {
|
|
1775
1775
|
return e = e || n, new Date(Date.UTC(n.getUTCFullYear(), n.getUTCMonth(), n.getUTCDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
|
|
@@ -1784,20 +1784,20 @@ var gb = function(n, e, t) {
|
|
|
1784
1784
|
n.sort(function(e, t) {
|
|
1785
1785
|
return e.getTime() - t.getTime();
|
|
1786
1786
|
});
|
|
1787
|
-
},
|
|
1787
|
+
}, Lr = function(n, e) {
|
|
1788
1788
|
e === void 0 && (e = !0);
|
|
1789
1789
|
var t = new Date(n);
|
|
1790
1790
|
return [
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1791
|
+
it(t.getUTCFullYear().toString(), 4, "0"),
|
|
1792
|
+
it(t.getUTCMonth() + 1, 2, "0"),
|
|
1793
|
+
it(t.getUTCDate(), 2, "0"),
|
|
1794
1794
|
"T",
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1795
|
+
it(t.getUTCHours(), 2, "0"),
|
|
1796
|
+
it(t.getUTCMinutes(), 2, "0"),
|
|
1797
|
+
it(t.getUTCSeconds(), 2, "0"),
|
|
1798
1798
|
e ? "Z" : ""
|
|
1799
1799
|
].join("");
|
|
1800
|
-
},
|
|
1800
|
+
}, Rr = function(n) {
|
|
1801
1801
|
var e = /^(\d{4})(\d{2})(\d{2})(T(\d{2})(\d{2})(\d{2})Z?)?$/, t = e.exec(n);
|
|
1802
1802
|
if (!t)
|
|
1803
1803
|
throw new Error("Invalid UNTIL value: ".concat(n));
|
|
@@ -1959,13 +1959,13 @@ var Ai = (
|
|
|
1959
1959
|
return n.indexOf(e) !== -1;
|
|
1960
1960
|
}, vb = function(n) {
|
|
1961
1961
|
return n.toString();
|
|
1962
|
-
},
|
|
1962
|
+
}, kb = function(n, e, t) {
|
|
1963
1963
|
return "".concat(e, " ").concat(t, ", ").concat(n);
|
|
1964
1964
|
}, Ye = (
|
|
1965
1965
|
/** @class */
|
|
1966
1966
|
function() {
|
|
1967
1967
|
function n(e, t, r, i) {
|
|
1968
|
-
if (t === void 0 && (t = vb), r === void 0 && (r = fn), i === void 0 && (i =
|
|
1968
|
+
if (t === void 0 && (t = vb), r === void 0 && (r = fn), i === void 0 && (i = kb), this.text = [], this.language = r || fn, this.gettext = t, this.dateFormatter = i, this.rrule = e, this.options = e.options, this.origOptions = e.origOptions, this.origOptions.bymonthday) {
|
|
1969
1969
|
var s = [].concat(this.options.bymonthday), o = [].concat(this.options.bynmonthday);
|
|
1970
1970
|
s.sort(function(c, f) {
|
|
1971
1971
|
return c - f;
|
|
@@ -2071,7 +2071,7 @@ var Ai = (
|
|
|
2071
2071
|
}, n.prototype.monthtext = function(e) {
|
|
2072
2072
|
return this.language.monthNames[e - 1];
|
|
2073
2073
|
}, n.prototype.weekdaytext = function(e) {
|
|
2074
|
-
var t =
|
|
2074
|
+
var t = Oe(e) ? (e + 1) % 7 : e.getJsWeekday();
|
|
2075
2075
|
return (e.n ? this.nth(e.n) + " " : "") + this.language.dayNames[t];
|
|
2076
2076
|
}, n.prototype.plural = function(e) {
|
|
2077
2077
|
return e % 100 !== 1;
|
|
@@ -2094,7 +2094,7 @@ var Ai = (
|
|
|
2094
2094
|
return r ? o(e.map(a), i, r) : e.map(a).join(i + " ");
|
|
2095
2095
|
}, n;
|
|
2096
2096
|
}()
|
|
2097
|
-
),
|
|
2097
|
+
), wb = (
|
|
2098
2098
|
/** @class */
|
|
2099
2099
|
function() {
|
|
2100
2100
|
function n(e) {
|
|
@@ -2143,7 +2143,7 @@ var Ai = (
|
|
|
2143
2143
|
);
|
|
2144
2144
|
function ho(n, e) {
|
|
2145
2145
|
e === void 0 && (e = fn);
|
|
2146
|
-
var t = {}, r = new
|
|
2146
|
+
var t = {}, r = new wb(e.tokens);
|
|
2147
2147
|
if (!r.start(n))
|
|
2148
2148
|
return null;
|
|
2149
2149
|
return i(), t;
|
|
@@ -2414,7 +2414,7 @@ var Tb = function(n, e, t, r) {
|
|
|
2414
2414
|
this.year += t;
|
|
2415
2415
|
}, e.prototype.addMonths = function(t) {
|
|
2416
2416
|
if (this.month += t, this.month > 12) {
|
|
2417
|
-
var r = Math.floor(this.month / 12), i =
|
|
2417
|
+
var r = Math.floor(this.month / 12), i = we(this.month, 12);
|
|
2418
2418
|
this.month = i, this.year += r, this.month === 0 && (this.month = 12, --this.year);
|
|
2419
2419
|
}
|
|
2420
2420
|
}, e.prototype.addWeekly = function(t, r) {
|
|
@@ -2425,21 +2425,21 @@ var Tb = function(n, e, t, r) {
|
|
|
2425
2425
|
for (r && (this.hour += Math.floor((23 - this.hour) / t) * t); ; ) {
|
|
2426
2426
|
this.hour += t;
|
|
2427
2427
|
var s = Hn(this.hour, 24), o = s.div, a = s.mod;
|
|
2428
|
-
if (o && (this.hour = a, this.addDaily(o)),
|
|
2428
|
+
if (o && (this.hour = a, this.addDaily(o)), Pe(i) || Q(i, this.hour))
|
|
2429
2429
|
break;
|
|
2430
2430
|
}
|
|
2431
2431
|
}, e.prototype.addMinutes = function(t, r, i, s) {
|
|
2432
2432
|
for (r && (this.minute += Math.floor((1439 - (this.hour * 60 + this.minute)) / t) * t); ; ) {
|
|
2433
2433
|
this.minute += t;
|
|
2434
2434
|
var o = Hn(this.minute, 60), a = o.div, u = o.mod;
|
|
2435
|
-
if (a && (this.minute = u, this.addHours(a, !1, i)), (
|
|
2435
|
+
if (a && (this.minute = u, this.addHours(a, !1, i)), (Pe(i) || Q(i, this.hour)) && (Pe(s) || Q(s, this.minute)))
|
|
2436
2436
|
break;
|
|
2437
2437
|
}
|
|
2438
2438
|
}, e.prototype.addSeconds = function(t, r, i, s, o) {
|
|
2439
2439
|
for (r && (this.second += Math.floor((86399 - (this.hour * 3600 + this.minute * 60 + this.second)) / t) * t); ; ) {
|
|
2440
2440
|
this.second += t;
|
|
2441
2441
|
var a = Hn(this.second, 60), u = a.div, l = a.mod;
|
|
2442
|
-
if (u && (this.second = l, this.addMinutes(u, !1, i, s)), (
|
|
2442
|
+
if (u && (this.second = l, this.addMinutes(u, !1, i, s)), (Pe(i) || Q(i, this.hour)) && (Pe(s) || Q(s, this.minute)) && (Pe(o) || Q(o, this.second)))
|
|
2443
2443
|
break;
|
|
2444
2444
|
}
|
|
2445
2445
|
}, e.prototype.fixDay = function() {
|
|
@@ -2476,7 +2476,7 @@ var Tb = function(n, e, t, r) {
|
|
|
2476
2476
|
function go(n) {
|
|
2477
2477
|
for (var e = [], t = Object.keys(n), r = 0, i = t; r < i.length; r++) {
|
|
2478
2478
|
var s = i[r];
|
|
2479
|
-
Q(n2, s) || e.push(s), lo(n[s]) && !
|
|
2479
|
+
Q(n2, s) || e.push(s), lo(n[s]) && !kt(n[s]) && e.push(s);
|
|
2480
2480
|
}
|
|
2481
2481
|
if (e.length)
|
|
2482
2482
|
throw new Error("Invalid options: " + e.join(", "));
|
|
@@ -2486,8 +2486,8 @@ function Cb(n) {
|
|
|
2486
2486
|
var e = xe(xe({}, Fr), go(n));
|
|
2487
2487
|
if (te(e.byeaster) && (e.freq = j.YEARLY), !(te(e.freq) && j.FREQUENCIES[e.freq]))
|
|
2488
2488
|
throw new Error("Invalid frequency: ".concat(e.freq, " ").concat(n.freq));
|
|
2489
|
-
if (e.dtstart || (e.dtstart = new Date((/* @__PURE__ */ new Date()).setMilliseconds(0))), te(e.wkst) ?
|
|
2490
|
-
|
|
2489
|
+
if (e.dtstart || (e.dtstart = new Date((/* @__PURE__ */ new Date()).setMilliseconds(0))), te(e.wkst) ? Oe(e.wkst) || (e.wkst = e.wkst.weekday) : e.wkst = j.MO.weekday, te(e.bysetpos)) {
|
|
2490
|
+
Oe(e.bysetpos) && (e.bysetpos = [e.bysetpos]);
|
|
2491
2491
|
for (var t = 0; t < e.bysetpos.length; t++) {
|
|
2492
2492
|
var r = e.bysetpos[t];
|
|
2493
2493
|
if (r === 0 || !(r >= -366 && r <= 366))
|
|
@@ -2506,7 +2506,7 @@ function Cb(n) {
|
|
|
2506
2506
|
e.byweekday = [ft(e.dtstart)];
|
|
2507
2507
|
break;
|
|
2508
2508
|
}
|
|
2509
|
-
if (te(e.bymonth) && !be(e.bymonth) && (e.bymonth = [e.bymonth]), te(e.byyearday) && !be(e.byyearday) &&
|
|
2509
|
+
if (te(e.bymonth) && !be(e.bymonth) && (e.bymonth = [e.bymonth]), te(e.byyearday) && !be(e.byyearday) && Oe(e.byyearday) && (e.byyearday = [e.byyearday]), !te(e.bymonthday))
|
|
2510
2510
|
e.bymonthday = [], e.bynmonthday = [];
|
|
2511
2511
|
else if (be(e.bymonthday)) {
|
|
2512
2512
|
for (var i = [], s = [], t = 0; t < e.bymonthday.length; t++) {
|
|
@@ -2517,7 +2517,7 @@ function Cb(n) {
|
|
|
2517
2517
|
} else e.bymonthday < 0 ? (e.bynmonthday = [e.bymonthday], e.bymonthday = []) : (e.bynmonthday = [], e.bymonthday = [e.bymonthday]);
|
|
2518
2518
|
if (te(e.byweekno) && !be(e.byweekno) && (e.byweekno = [e.byweekno]), !te(e.byweekday))
|
|
2519
2519
|
e.bynweekday = null;
|
|
2520
|
-
else if (
|
|
2520
|
+
else if (Oe(e.byweekday))
|
|
2521
2521
|
e.byweekday = [e.byweekday], e.bynweekday = null;
|
|
2522
2522
|
else if (Ti(e.byweekday))
|
|
2523
2523
|
e.byweekday = [ce.fromStr(e.byweekday).weekday], e.bynweekday = null;
|
|
@@ -2526,7 +2526,7 @@ function Cb(n) {
|
|
|
2526
2526
|
else {
|
|
2527
2527
|
for (var o = [], a = [], t = 0; t < e.byweekday.length; t++) {
|
|
2528
2528
|
var u = e.byweekday[t];
|
|
2529
|
-
if (
|
|
2529
|
+
if (Oe(u)) {
|
|
2530
2530
|
o.push(u);
|
|
2531
2531
|
continue;
|
|
2532
2532
|
} else if (Ti(u)) {
|
|
@@ -2537,7 +2537,7 @@ function Cb(n) {
|
|
|
2537
2537
|
}
|
|
2538
2538
|
e.byweekday = re(o) ? o : null, e.bynweekday = re(a) ? a : null;
|
|
2539
2539
|
}
|
|
2540
|
-
return te(e.byhour) ?
|
|
2540
|
+
return te(e.byhour) ? Oe(e.byhour) && (e.byhour = [e.byhour]) : e.byhour = e.freq < j.HOURLY ? [e.dtstart.getUTCHours()] : null, te(e.byminute) ? Oe(e.byminute) && (e.byminute = [e.byminute]) : e.byminute = e.freq < j.MINUTELY ? [e.dtstart.getUTCMinutes()] : null, te(e.bysecond) ? Oe(e.bysecond) && (e.bysecond = [e.bysecond]) : e.bysecond = e.freq < j.SECONDLY ? [e.dtstart.getUTCSeconds()] : null, { parsedOptions: e };
|
|
2541
2541
|
}
|
|
2542
2542
|
function Bb(n) {
|
|
2543
2543
|
var e = n.dtstart.getTime() % 1e3;
|
|
@@ -2564,7 +2564,7 @@ function gn(n) {
|
|
|
2564
2564
|
if (!t)
|
|
2565
2565
|
return e;
|
|
2566
2566
|
var r = t[1], i = t[2];
|
|
2567
|
-
return r && (e.tzid = r), e.dtstart =
|
|
2567
|
+
return r && (e.tzid = r), e.dtstart = Rr(i), e;
|
|
2568
2568
|
}
|
|
2569
2569
|
function Ab(n) {
|
|
2570
2570
|
if (n = n.replace(/^\s+|\s+$/, ""), !n.length)
|
|
@@ -2617,7 +2617,7 @@ function Di(n) {
|
|
|
2617
2617
|
t.tzid = c.tzid, t.dtstart = c.dtstart;
|
|
2618
2618
|
break;
|
|
2619
2619
|
case "UNTIL":
|
|
2620
|
-
t.until =
|
|
2620
|
+
t.until = Rr(a);
|
|
2621
2621
|
break;
|
|
2622
2622
|
case "BYEASTER":
|
|
2623
2623
|
t.byeaster = Number(a);
|
|
@@ -2664,7 +2664,7 @@ var pn = (
|
|
|
2664
2664
|
enumerable: !1,
|
|
2665
2665
|
configurable: !0
|
|
2666
2666
|
}), n.prototype.toString = function() {
|
|
2667
|
-
var e =
|
|
2667
|
+
var e = Lr(this.date.getTime(), this.isUTC);
|
|
2668
2668
|
return this.isUTC ? ":".concat(e) : ";TZID=".concat(this.tzid, ":").concat(e);
|
|
2669
2669
|
}, n.prototype.getTime = function() {
|
|
2670
2670
|
return this.date.getTime();
|
|
@@ -2683,7 +2683,7 @@ function lr(n) {
|
|
|
2683
2683
|
u = j.FREQUENCIES[n.freq];
|
|
2684
2684
|
break;
|
|
2685
2685
|
case "WKST":
|
|
2686
|
-
|
|
2686
|
+
Oe(a) ? u = new ce(a).toString() : u = a.toString();
|
|
2687
2687
|
break;
|
|
2688
2688
|
case "BYWEEKDAY":
|
|
2689
2689
|
o = "BYDAY", u = hb(a).map(function(h) {
|
|
@@ -2694,7 +2694,7 @@ function lr(n) {
|
|
|
2694
2694
|
t = Ob(a, n.tzid);
|
|
2695
2695
|
break;
|
|
2696
2696
|
case "UNTIL":
|
|
2697
|
-
u =
|
|
2697
|
+
u = Lr(a, !n.tzid);
|
|
2698
2698
|
break;
|
|
2699
2699
|
default:
|
|
2700
2700
|
if (be(a)) {
|
|
@@ -2759,19 +2759,19 @@ var Pb = (
|
|
|
2759
2759
|
return be(r) ? Ci(r) : r instanceof Date ? or(r) : r;
|
|
2760
2760
|
}, n;
|
|
2761
2761
|
}()
|
|
2762
|
-
),
|
|
2762
|
+
), Lb = M(M(M(M(M(M(M(M(M(M(M(M(M([], W(1, 31), !0), W(2, 28), !0), W(3, 31), !0), W(4, 30), !0), W(5, 31), !0), W(6, 30), !0), W(7, 31), !0), W(8, 31), !0), W(9, 30), !0), W(10, 31), !0), W(11, 30), !0), W(12, 31), !0), W(1, 7)), Rb = M(M(M(M(M(M(M(M(M(M(M(M(M([], W(1, 31), !0), W(2, 29), !0), W(3, 31), !0), W(4, 30), !0), W(5, 31), !0), W(6, 30), !0), W(7, 31), !0), W(8, 31), !0), W(9, 30), !0), W(10, 31), !0), W(11, 30), !0), W(12, 31), !0), W(1, 7)), Nb = Fe(1, 29), _b = Fe(1, 30), We = Fe(1, 31), oe = Fe(1, 32), Fb = M(M(M(M(M(M(M(M(M(M(M(M(M([], oe, !0), _b, !0), oe, !0), We, !0), oe, !0), We, !0), oe, !0), oe, !0), We, !0), oe, !0), We, !0), oe, !0), oe.slice(0, 7)), Ub = M(M(M(M(M(M(M(M(M(M(M(M(M([], oe, !0), Nb, !0), oe, !0), We, !0), oe, !0), We, !0), oe, !0), oe, !0), We, !0), oe, !0), We, !0), oe, !0), oe.slice(0, 7)), jb = Fe(-28, 0), qb = Fe(-29, 0), Ve = Fe(-30, 0), ue = Fe(-31, 0), Hb = M(M(M(M(M(M(M(M(M(M(M(M(M([], ue, !0), qb, !0), ue, !0), Ve, !0), ue, !0), Ve, !0), ue, !0), ue, !0), Ve, !0), ue, !0), Ve, !0), ue, !0), ue.slice(0, 7)), zb = M(M(M(M(M(M(M(M(M(M(M(M(M([], ue, !0), jb, !0), ue, !0), Ve, !0), ue, !0), Ve, !0), ue, !0), ue, !0), Ve, !0), ue, !0), Ve, !0), ue, !0), ue.slice(0, 7)), Yb = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366], Gb = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365], Ii = function() {
|
|
2763
2763
|
for (var n = [], e = 0; e < 55; e++)
|
|
2764
2764
|
n = n.concat(Fe(7));
|
|
2765
2765
|
return n;
|
|
2766
2766
|
}();
|
|
2767
2767
|
function Wb(n, e) {
|
|
2768
|
-
var t =
|
|
2769
|
-
if (
|
|
2768
|
+
var t = tt(n, 1, 1), r = Et(n) ? 366 : 365, i = Et(n + 1) ? 366 : 365, s = sr(t), o = ft(t), a = xe(xe({ yearlen: r, nextyearlen: i, yearordinal: s, yearweekday: o }, Vb(n)), { wnomask: null });
|
|
2769
|
+
if (Pe(e.byweekno))
|
|
2770
2770
|
return a;
|
|
2771
2771
|
a.wnomask = W(0, r + 7);
|
|
2772
|
-
var u, l, c = u =
|
|
2773
|
-
c >= 4 ? (c = 0, l = a.yearlen +
|
|
2774
|
-
for (var f = Math.floor(l / 7), d =
|
|
2772
|
+
var u, l, c = u = we(7 - o + e.wkst, 7);
|
|
2773
|
+
c >= 4 ? (c = 0, l = a.yearlen + we(o - e.wkst, 7)) : l = r - c;
|
|
2774
|
+
for (var f = Math.floor(l / 7), d = we(l, 7), h = Math.floor(f + d / 4), m = 0; m < e.byweekno.length; m++) {
|
|
2775
2775
|
var b = e.byweekno[m];
|
|
2776
2776
|
if (b < 0 && (b += h + 1), b > 0 && b <= h) {
|
|
2777
2777
|
var p = void 0;
|
|
@@ -2791,8 +2791,8 @@ function Wb(n, e) {
|
|
|
2791
2791
|
if (Q(e.byweekno, -1))
|
|
2792
2792
|
A = -1;
|
|
2793
2793
|
else {
|
|
2794
|
-
var
|
|
2795
|
-
O >= 4 ? (O = 0, N = P +
|
|
2794
|
+
var R = ft(tt(n - 1, 1, 1)), O = we(7 - R.valueOf() + e.wkst, 7), P = Et(n - 1) ? 366 : 365, N = void 0;
|
|
2795
|
+
O >= 4 ? (O = 0, N = P + we(R - e.wkst, 7)) : N = r - c, A = Math.floor(52 + we(N, 7) / 4);
|
|
2796
2796
|
}
|
|
2797
2797
|
if (Q(e.byweekno, A))
|
|
2798
2798
|
for (var p = 0; p < c; p++)
|
|
@@ -2801,15 +2801,15 @@ function Wb(n, e) {
|
|
|
2801
2801
|
return a;
|
|
2802
2802
|
}
|
|
2803
2803
|
function Vb(n) {
|
|
2804
|
-
var e = Et(n) ? 366 : 365, t =
|
|
2804
|
+
var e = Et(n) ? 366 : 365, t = tt(n, 1, 1), r = ft(t);
|
|
2805
2805
|
return e === 365 ? {
|
|
2806
|
-
mmask:
|
|
2806
|
+
mmask: Lb,
|
|
2807
2807
|
mdaymask: Ub,
|
|
2808
2808
|
nmdaymask: zb,
|
|
2809
2809
|
wdaymask: Ii.slice(r),
|
|
2810
2810
|
mrange: Gb
|
|
2811
2811
|
} : {
|
|
2812
|
-
mmask:
|
|
2812
|
+
mmask: Rb,
|
|
2813
2813
|
mdaymask: Fb,
|
|
2814
2814
|
nmdaymask: Hb,
|
|
2815
2815
|
wdaymask: Ii.slice(r),
|
|
@@ -2823,19 +2823,19 @@ function Kb(n, e, t, r, i, s) {
|
|
|
2823
2823
|
nwdaymask: []
|
|
2824
2824
|
}, a = [];
|
|
2825
2825
|
if (s.freq === j.YEARLY)
|
|
2826
|
-
if (
|
|
2826
|
+
if (Pe(s.bymonth))
|
|
2827
2827
|
a = [[0, t]];
|
|
2828
2828
|
else
|
|
2829
2829
|
for (var u = 0; u < s.bymonth.length; u++)
|
|
2830
2830
|
e = s.bymonth[u], a.push(r.slice(e - 1, e + 1));
|
|
2831
2831
|
else s.freq === j.MONTHLY && (a = [r.slice(e - 1, e + 1)]);
|
|
2832
|
-
if (
|
|
2832
|
+
if (Pe(a))
|
|
2833
2833
|
return o;
|
|
2834
2834
|
o.nwdaymask = W(0, t);
|
|
2835
2835
|
for (var u = 0; u < a.length; u++)
|
|
2836
2836
|
for (var l = a[u], c = l[0], f = l[1] - 1, d = 0; d < s.bynweekday.length; d++) {
|
|
2837
2837
|
var h = void 0, m = s.bynweekday[d], b = m[0], p = m[1];
|
|
2838
|
-
p < 0 ? (h = f + (p + 1) * 7, h -=
|
|
2838
|
+
p < 0 ? (h = f + (p + 1) * 7, h -= we(i[h] - b, 7)) : (h = c + (p - 1) * 7, h += we(7 - i[h] + b, 7)), c <= h && h <= f && (o.nwdaymask[h] = 1);
|
|
2839
2839
|
}
|
|
2840
2840
|
return o;
|
|
2841
2841
|
}
|
|
@@ -2936,11 +2936,11 @@ var Jb = (
|
|
|
2936
2936
|
s[o] = o;
|
|
2937
2937
|
return [s, r, i];
|
|
2938
2938
|
}, n.prototype.wdayset = function(e, t, r) {
|
|
2939
|
-
for (var i = W(null, this.yearlen + 7), s = sr(
|
|
2939
|
+
for (var i = W(null, this.yearlen + 7), s = sr(tt(e, t, r)) - this.yearordinal, o = s, a = 0; a < 7 && (i[s] = s, ++s, this.wdaymask[s] !== this.options.wkst); a++)
|
|
2940
2940
|
;
|
|
2941
2941
|
return [i, o, s];
|
|
2942
2942
|
}, n.prototype.ddayset = function(e, t, r) {
|
|
2943
|
-
var i = W(null, this.yearlen), s = sr(
|
|
2943
|
+
var i = W(null, this.yearlen), s = sr(tt(e, t, r)) - this.yearordinal;
|
|
2944
2944
|
return i[s] = s, [i, s, s + 1];
|
|
2945
2945
|
}, n.prototype.htimeset = function(e, t, r, i) {
|
|
2946
2946
|
var s = this, o = [];
|
|
@@ -2982,7 +2982,7 @@ var Jb = (
|
|
|
2982
2982
|
function Qb(n, e, t, r, i, s) {
|
|
2983
2983
|
for (var o = [], a = 0; a < n.length; a++) {
|
|
2984
2984
|
var u = void 0, l = void 0, c = n[a];
|
|
2985
|
-
c < 0 ? (u = Math.floor(c / e.length), l =
|
|
2985
|
+
c < 0 ? (u = Math.floor(c / e.length), l = we(c, e.length)) : (u = Math.floor((c - 1) / e.length), l = we(c - 1, e.length));
|
|
2986
2986
|
for (var f = [], d = t; d < r; d++) {
|
|
2987
2987
|
var h = s[d];
|
|
2988
2988
|
te(h) && f.push(h);
|
|
@@ -3008,8 +3008,8 @@ function po(n, e) {
|
|
|
3008
3008
|
if (s && A > s)
|
|
3009
3009
|
return Ue(n);
|
|
3010
3010
|
if (A >= t) {
|
|
3011
|
-
var
|
|
3012
|
-
if (!n.accept(
|
|
3011
|
+
var R = Pi(A, e);
|
|
3012
|
+
if (!n.accept(R) || a && (--a, !a))
|
|
3013
3013
|
return Ue(n);
|
|
3014
3014
|
}
|
|
3015
3015
|
}
|
|
@@ -3022,8 +3022,8 @@ function po(n, e) {
|
|
|
3022
3022
|
if (s && A > s)
|
|
3023
3023
|
return Ue(n);
|
|
3024
3024
|
if (A >= t) {
|
|
3025
|
-
var
|
|
3026
|
-
if (!n.accept(
|
|
3025
|
+
var R = Pi(A, e);
|
|
3026
|
+
if (!n.accept(R) || a && (--a, !a))
|
|
3027
3027
|
return Ue(n);
|
|
3028
3028
|
}
|
|
3029
3029
|
}
|
|
@@ -3109,7 +3109,7 @@ var Ee = {
|
|
|
3109
3109
|
var t = this._cacheGet("all");
|
|
3110
3110
|
return t === !1 && (t = this._iter(new ct("all", {})), this._cacheAdd("all", t)), t;
|
|
3111
3111
|
}, n.prototype.between = function(e, t, r, i) {
|
|
3112
|
-
if (r === void 0 && (r = !1), !
|
|
3112
|
+
if (r === void 0 && (r = !1), !kt(e) || !kt(t))
|
|
3113
3113
|
throw new Error("Invalid date passed in to RRule.between");
|
|
3114
3114
|
var s = {
|
|
3115
3115
|
before: t,
|
|
@@ -3121,12 +3121,12 @@ var Ee = {
|
|
|
3121
3121
|
var o = this._cacheGet("between", s);
|
|
3122
3122
|
return o === !1 && (o = this._iter(new ct("between", s)), this._cacheAdd("between", o, s)), o;
|
|
3123
3123
|
}, n.prototype.before = function(e, t) {
|
|
3124
|
-
if (t === void 0 && (t = !1), !
|
|
3124
|
+
if (t === void 0 && (t = !1), !kt(e))
|
|
3125
3125
|
throw new Error("Invalid date passed in to RRule.before");
|
|
3126
3126
|
var r = { dt: e, inc: t }, i = this._cacheGet("before", r);
|
|
3127
3127
|
return i === !1 && (i = this._iter(new ct("before", r)), this._cacheAdd("before", i, r)), i;
|
|
3128
3128
|
}, n.prototype.after = function(e, t) {
|
|
3129
|
-
if (t === void 0 && (t = !1), !
|
|
3129
|
+
if (t === void 0 && (t = !1), !kt(e))
|
|
3130
3130
|
throw new Error("Invalid date passed in to RRule.after");
|
|
3131
3131
|
var r = { dt: e, inc: t }, i = this._cacheGet("after", r);
|
|
3132
3132
|
return i === !1 && (i = this._iter(new ct("after", r)), this._cacheAdd("after", i, r)), i;
|
|
@@ -3190,7 +3190,7 @@ function r2(n, e, t, r, i, s) {
|
|
|
3190
3190
|
return f.length && f[0] || null;
|
|
3191
3191
|
}
|
|
3192
3192
|
}
|
|
3193
|
-
var
|
|
3193
|
+
var Li = {
|
|
3194
3194
|
dtstart: null,
|
|
3195
3195
|
cache: !1,
|
|
3196
3196
|
unfold: !1,
|
|
@@ -3254,19 +3254,19 @@ function s2(n, e) {
|
|
|
3254
3254
|
var f = r[0] || {};
|
|
3255
3255
|
return new j(zn(f, f.dtstart || e.dtstart || a, f.tzid || e.tzid || u), l);
|
|
3256
3256
|
}
|
|
3257
|
-
function
|
|
3257
|
+
function Ri(n, e) {
|
|
3258
3258
|
return e === void 0 && (e = {}), s2(n, o2(e));
|
|
3259
3259
|
}
|
|
3260
3260
|
function zn(n, e, t) {
|
|
3261
3261
|
return xe(xe({}, n), { dtstart: e, tzid: t });
|
|
3262
3262
|
}
|
|
3263
3263
|
function o2(n) {
|
|
3264
|
-
var e = [], t = Object.keys(n), r = Object.keys(
|
|
3264
|
+
var e = [], t = Object.keys(n), r = Object.keys(Li);
|
|
3265
3265
|
if (t.forEach(function(i) {
|
|
3266
3266
|
Q(r, i) || e.push(i);
|
|
3267
3267
|
}), e.length)
|
|
3268
3268
|
throw new Error("Invalid options: " + e.join(", "));
|
|
3269
|
-
return xe(xe({},
|
|
3269
|
+
return xe(xe({}, Li), n);
|
|
3270
3270
|
}
|
|
3271
3271
|
function u2(n) {
|
|
3272
3272
|
if (n.indexOf(":") === -1)
|
|
@@ -3310,7 +3310,7 @@ function c2(n) {
|
|
|
3310
3310
|
}
|
|
3311
3311
|
function Ni(n, e) {
|
|
3312
3312
|
return c2(e), n.split(",").map(function(t) {
|
|
3313
|
-
return
|
|
3313
|
+
return Rr(t);
|
|
3314
3314
|
});
|
|
3315
3315
|
}
|
|
3316
3316
|
function _i(n) {
|
|
@@ -3346,11 +3346,11 @@ var d2 = (
|
|
|
3346
3346
|
Ui(t, this._exdate);
|
|
3347
3347
|
}, e.prototype.rrules = function() {
|
|
3348
3348
|
return this._rrule.map(function(t) {
|
|
3349
|
-
return
|
|
3349
|
+
return Ri(t.toString());
|
|
3350
3350
|
});
|
|
3351
3351
|
}, e.prototype.exrules = function() {
|
|
3352
3352
|
return this._exrule.map(function(t) {
|
|
3353
|
-
return
|
|
3353
|
+
return Ri(t.toString());
|
|
3354
3354
|
});
|
|
3355
3355
|
}, e.prototype.rdates = function() {
|
|
3356
3356
|
return this._rdate.map(function(t) {
|
|
@@ -3402,7 +3402,7 @@ function Ui(n, e) {
|
|
|
3402
3402
|
}
|
|
3403
3403
|
function ji(n, e, t) {
|
|
3404
3404
|
var r = !t || t.toUpperCase() === "UTC", i = r ? "".concat(n, ":") : "".concat(n, ";TZID=").concat(t, ":"), s = e.map(function(o) {
|
|
3405
|
-
return
|
|
3405
|
+
return Lr(o.valueOf(), r);
|
|
3406
3406
|
}).join(",");
|
|
3407
3407
|
return "".concat(i).concat(s);
|
|
3408
3408
|
}
|
|
@@ -3571,7 +3571,7 @@ function mo(n, e, t) {
|
|
|
3571
3571
|
r !== "__proto__" && r !== "constructor" && (r in n ? typeof n[r] == "string" || n[r] instanceof String || typeof e[r] == "string" || e[r] instanceof String ? t && (n[r] = e[r]) : mo(n[r], e[r], t) : n[r] = e[r]);
|
|
3572
3572
|
return n;
|
|
3573
3573
|
}
|
|
3574
|
-
function
|
|
3574
|
+
function st(n) {
|
|
3575
3575
|
return n.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g, "\\$&");
|
|
3576
3576
|
}
|
|
3577
3577
|
var b2 = {
|
|
@@ -3597,12 +3597,12 @@ class x2 {
|
|
|
3597
3597
|
return this.regExpQueue.length === this.capacity && this.regExpMap.delete(this.regExpQueue.shift()), this.regExpMap.set(e, r), this.regExpQueue.push(e), r;
|
|
3598
3598
|
}
|
|
3599
3599
|
}
|
|
3600
|
-
const v2 = [" ", ",", "?", "!", ";"],
|
|
3601
|
-
function
|
|
3600
|
+
const v2 = [" ", ",", "?", "!", ";"], k2 = new x2(20);
|
|
3601
|
+
function w2(n, e, t) {
|
|
3602
3602
|
e = e || "", t = t || "";
|
|
3603
3603
|
const r = v2.filter((o) => e.indexOf(o) < 0 && t.indexOf(o) < 0);
|
|
3604
3604
|
if (r.length === 0) return !0;
|
|
3605
|
-
const i =
|
|
3605
|
+
const i = k2.getRegExp(`(${r.map((o) => o === "?" ? "\\?" : o).join("|")})`);
|
|
3606
3606
|
let s = !i.test(n);
|
|
3607
3607
|
if (!s) {
|
|
3608
3608
|
const o = n.indexOf(t);
|
|
@@ -3743,7 +3743,7 @@ class xn extends Pn {
|
|
|
3743
3743
|
r === void 0 && (r = ":");
|
|
3744
3744
|
const i = t.keySeparator !== void 0 ? t.keySeparator : this.options.keySeparator;
|
|
3745
3745
|
let s = t.ns || this.options.defaultNS || [];
|
|
3746
|
-
const o = r && e.indexOf(r) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !
|
|
3746
|
+
const o = r && e.indexOf(r) > -1, a = !this.options.userDefinedKeySeparator && !t.keySeparator && !this.options.userDefinedNsSeparator && !t.nsSeparator && !w2(e, r, i);
|
|
3747
3747
|
if (o && !a) {
|
|
3748
3748
|
const u = e.match(this.interpolator.nestingRegexp);
|
|
3749
3749
|
if (u && u.length > 0)
|
|
@@ -3822,9 +3822,9 @@ class xn extends Pn {
|
|
|
3822
3822
|
ordinal: !1
|
|
3823
3823
|
}) : "", _ = N && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), x = _ && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${G}`] || t[`defaultValue${H}`] || t.defaultValue;
|
|
3824
3824
|
!this.isValidLookup(d) && q && (O = !0, d = x), this.isValidLookup(d) || (P = !0, d = o);
|
|
3825
|
-
const
|
|
3826
|
-
if (P || O ||
|
|
3827
|
-
if (this.logger.log(
|
|
3825
|
+
const w = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && P ? void 0 : d, k = q && x !== d && this.options.updateMissing;
|
|
3826
|
+
if (P || O || k) {
|
|
3827
|
+
if (this.logger.log(k ? "updateKey" : "missingKey", l, u, o, k ? x : d), s) {
|
|
3828
3828
|
const T = this.resolve(o, {
|
|
3829
3829
|
...t,
|
|
3830
3830
|
keySeparator: !1
|
|
@@ -3837,14 +3837,14 @@ class xn extends Pn {
|
|
|
3837
3837
|
for (let T = 0; T < v.length; T++)
|
|
3838
3838
|
g.push(v[T]);
|
|
3839
3839
|
else this.options.saveMissingTo === "all" ? g = this.languageUtils.toResolveHierarchy(t.lng || this.language) : g.push(t.lng || this.language);
|
|
3840
|
-
const y = (T, D,
|
|
3841
|
-
const U = q &&
|
|
3842
|
-
this.options.missingKeyHandler ? this.options.missingKeyHandler(T, u, D, U,
|
|
3840
|
+
const y = (T, D, L) => {
|
|
3841
|
+
const U = q && L !== d ? L : w;
|
|
3842
|
+
this.options.missingKeyHandler ? this.options.missingKeyHandler(T, u, D, U, k, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(T, u, D, U, k, t), this.emit("missingKey", T, u, D, d);
|
|
3843
3843
|
};
|
|
3844
3844
|
this.options.saveMissing && (this.options.saveMissingPlurals && N ? g.forEach((T) => {
|
|
3845
3845
|
const D = this.pluralResolver.getSuffixes(T, t);
|
|
3846
|
-
_ && t[`defaultValue${this.options.pluralSeparator}zero`] && D.indexOf(`${this.options.pluralSeparator}zero`) < 0 && D.push(`${this.options.pluralSeparator}zero`), D.forEach((
|
|
3847
|
-
y([T], o +
|
|
3846
|
+
_ && t[`defaultValue${this.options.pluralSeparator}zero`] && D.indexOf(`${this.options.pluralSeparator}zero`) < 0 && D.push(`${this.options.pluralSeparator}zero`), D.forEach((L) => {
|
|
3847
|
+
y([T], o + L, t[`defaultValue${L}`] || x);
|
|
3848
3848
|
});
|
|
3849
3849
|
}) : y(g, o, x));
|
|
3850
3850
|
}
|
|
@@ -3923,9 +3923,9 @@ class xn extends Pn {
|
|
|
3923
3923
|
A.push(q), d && (A.push(q + O), t.ordinal && O.indexOf(N) === 0 && A.push(q + O.replace(N, this.options.pluralSeparator)), h && A.push(q + P));
|
|
3924
3924
|
}
|
|
3925
3925
|
}
|
|
3926
|
-
let
|
|
3927
|
-
for (;
|
|
3928
|
-
this.isValidLookup(r) || (s =
|
|
3926
|
+
let R;
|
|
3927
|
+
for (; R = A.pop(); )
|
|
3928
|
+
this.isValidLookup(r) || (s = R, r = this.getResource(C, p, R, t));
|
|
3929
3929
|
}));
|
|
3930
3930
|
});
|
|
3931
3931
|
}), {
|
|
@@ -4291,7 +4291,7 @@ class A2 {
|
|
|
4291
4291
|
maxReplaces: C,
|
|
4292
4292
|
alwaysFormat: A
|
|
4293
4293
|
} = e.interpolation;
|
|
4294
|
-
this.escape = t !== void 0 ? t : y2, this.escapeValue = r !== void 0 ? r : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = s ?
|
|
4294
|
+
this.escape = t !== void 0 ? t : y2, this.escapeValue = r !== void 0 ? r : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = s ? st(s) : o || "{{", this.suffix = a ? st(a) : u || "}}", this.formatSeparator = l || ",", this.unescapePrefix = c ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : c || "", this.nestingPrefix = d ? st(d) : h || st("$t("), this.nestingSuffix = m ? st(m) : b || st(")"), this.nestingOptionsSeparator = p || ",", this.maxReplaces = C || 1e3, this.alwaysFormat = A !== void 0 ? A : !1, this.resetRegExp();
|
|
4295
4295
|
}
|
|
4296
4296
|
reset() {
|
|
4297
4297
|
this.options && this.init(this.options);
|
|
@@ -4409,7 +4409,7 @@ function M2(n) {
|
|
|
4409
4409
|
formatOptions: t
|
|
4410
4410
|
};
|
|
4411
4411
|
}
|
|
4412
|
-
function
|
|
4412
|
+
function ot(n) {
|
|
4413
4413
|
const e = {};
|
|
4414
4414
|
return function(r, i, s) {
|
|
4415
4415
|
const o = i + JSON.stringify(s);
|
|
@@ -4421,32 +4421,32 @@ class D2 {
|
|
|
4421
4421
|
constructor() {
|
|
4422
4422
|
let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
|
|
4423
4423
|
this.logger = Ne.create("formatter"), this.options = e, this.formats = {
|
|
4424
|
-
number:
|
|
4424
|
+
number: ot((t, r) => {
|
|
4425
4425
|
const i = new Intl.NumberFormat(t, {
|
|
4426
4426
|
...r
|
|
4427
4427
|
});
|
|
4428
4428
|
return (s) => i.format(s);
|
|
4429
4429
|
}),
|
|
4430
|
-
currency:
|
|
4430
|
+
currency: ot((t, r) => {
|
|
4431
4431
|
const i = new Intl.NumberFormat(t, {
|
|
4432
4432
|
...r,
|
|
4433
4433
|
style: "currency"
|
|
4434
4434
|
});
|
|
4435
4435
|
return (s) => i.format(s);
|
|
4436
4436
|
}),
|
|
4437
|
-
datetime:
|
|
4437
|
+
datetime: ot((t, r) => {
|
|
4438
4438
|
const i = new Intl.DateTimeFormat(t, {
|
|
4439
4439
|
...r
|
|
4440
4440
|
});
|
|
4441
4441
|
return (s) => i.format(s);
|
|
4442
4442
|
}),
|
|
4443
|
-
relativetime:
|
|
4443
|
+
relativetime: ot((t, r) => {
|
|
4444
4444
|
const i = new Intl.RelativeTimeFormat(t, {
|
|
4445
4445
|
...r
|
|
4446
4446
|
});
|
|
4447
4447
|
return (s) => i.format(s, r.range || "day");
|
|
4448
4448
|
}),
|
|
4449
|
-
list:
|
|
4449
|
+
list: ot((t, r) => {
|
|
4450
4450
|
const i = new Intl.ListFormat(t, {
|
|
4451
4451
|
...r
|
|
4452
4452
|
});
|
|
@@ -4464,7 +4464,7 @@ class D2 {
|
|
|
4464
4464
|
this.formats[e.toLowerCase().trim()] = t;
|
|
4465
4465
|
}
|
|
4466
4466
|
addCached(e, t) {
|
|
4467
|
-
this.formats[e.toLowerCase().trim()] =
|
|
4467
|
+
this.formats[e.toLowerCase().trim()] = ot(t);
|
|
4468
4468
|
}
|
|
4469
4469
|
format(e, t, r) {
|
|
4470
4470
|
let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
|
|
@@ -4941,7 +4941,7 @@ class Bt extends Pn {
|
|
|
4941
4941
|
}
|
|
4942
4942
|
const yo = Bt.createInstance();
|
|
4943
4943
|
yo.createInstance = Bt.createInstance;
|
|
4944
|
-
const xo = "No date selected", vo = "Choose another time slot to reschedule your meeting",
|
|
4944
|
+
const xo = "No date selected", vo = "Choose another time slot to reschedule your meeting", ko = {
|
|
4945
4945
|
sunday: "SUN",
|
|
4946
4946
|
monday: "MON",
|
|
4947
4947
|
tuesday: "TUE",
|
|
@@ -4949,7 +4949,7 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
4949
4949
|
thursday: "THU",
|
|
4950
4950
|
friday: "FRI",
|
|
4951
4951
|
saturday: "SAT"
|
|
4952
|
-
},
|
|
4952
|
+
}, wo = {
|
|
4953
4953
|
hour: "hour",
|
|
4954
4954
|
hours: "hours",
|
|
4955
4955
|
minute: "minute",
|
|
@@ -4967,11 +4967,11 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
4967
4967
|
october: "October",
|
|
4968
4968
|
november: "November",
|
|
4969
4969
|
december: "December"
|
|
4970
|
-
}, To = "Next", $o = "{{date}}", So = "{{time}}", Co = "Name", Bo = "Enter your name", Ao = "Email", Mo = "Enter your email", Do = "Guest email", Oo = "Enter guest email", Io = "Add guest", Po = "Add another guest",
|
|
4970
|
+
}, To = "Next", $o = "{{date}}", So = "{{time}}", Co = "Name", Bo = "Enter your name", Ao = "Email", Mo = "Enter your email", Do = "Guest email", Oo = "Enter guest email", Io = "Add guest", Po = "Add another guest", Lo = "Back", Ro = "Book now", No = "Booking confirmed", _o = "You'll receive an email confirmation soon.", Fo = "Booking sent", Uo = "You will receive an email once the booking is confirmed.", jo = "Booking rescheduled", qo = "Booking date and time", Ho = "Cancel booking", zo = "Reschedule", Yo = "Reject booking", Go = "Confirm booking", Wo = "Booking pending", Vo = "Manage your booking below. The invitee will receive an email informing them of the request status.", Ko = "Your booking has been confirmed successfully", Zo = "A confirmation email has been sent to", Jo = "Cancel booking?", Qo = "Your current timeslot will become available to others.", Xo = "Reason for cancellation", eu = "Go back", tu = "Your booking has been cancelled successfully", nu = "A cancellation email has been sent to", ru = "Close", iu = "Closing", su = "{{field}} is required.", ou = "{{field}} has invalid format.", uu = "Create Booking", au = "Get Availability", lu = "Cancel Booking", cu = "Reschedule Booking", du = "Get UI Settings", fu = "Reject Booking", hu = "Confirm Booking", gu = "Something went wrong...", pu = "Scheduling Component Error", mu = "'sessionId' is required for private configs.", bu = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", yu = "Invalid timeslot!", xu = "The selected timeslot is invalid", vu = "Cancellation Error", ku = "Please provide a reason for cancellation.", wu = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", Eu = "Cancel booking form error", Tu = "Share Your Feedback", $u = "Providing us with your feedback and reporting errors helps us create a better experience for you.", Su = "Please give us a detailed description of the feature you’re commenting on, or where you’ve experienced an issue.", Cu = "Provide your feedback here", Bu = "Cancel", Au = "Submit", Mu = "Delete this scheduling page?", Du = "Upon confirmation, this page and it’s connected scheduling links will be permanently deleted and deactivated. This action cannot be undone.", Ou = "Delete page", Iu = "Cancel", L2 = {
|
|
4971
4971
|
noDateSelected: xo,
|
|
4972
4972
|
rescheduleTitle: vo,
|
|
4973
|
-
days:
|
|
4974
|
-
time:
|
|
4973
|
+
days: ko,
|
|
4974
|
+
time: wo,
|
|
4975
4975
|
months: Eo,
|
|
4976
4976
|
nextButton: To,
|
|
4977
4977
|
selectedDayAndYear: $o,
|
|
@@ -4984,8 +4984,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
4984
4984
|
guestEmailPlaceholder: Oo,
|
|
4985
4985
|
addGuest: Io,
|
|
4986
4986
|
addAnotherGuest: Po,
|
|
4987
|
-
backButton:
|
|
4988
|
-
bookNowButton:
|
|
4987
|
+
backButton: Lo,
|
|
4988
|
+
bookNowButton: Ro,
|
|
4989
4989
|
bookingConfirmed: No,
|
|
4990
4990
|
bookingConfirmedDescription: _o,
|
|
4991
4991
|
bookingSent: Fo,
|
|
@@ -5024,8 +5024,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5024
5024
|
invalidTimeslotErrorTitle: yu,
|
|
5025
5025
|
invalidTimeslotErrorMessage: xu,
|
|
5026
5026
|
cancellationErrorTitle: vu,
|
|
5027
|
-
cancellationErrorMessage:
|
|
5028
|
-
minimumCancellationErrorMessage:
|
|
5027
|
+
cancellationErrorMessage: ku,
|
|
5028
|
+
minimumCancellationErrorMessage: wu,
|
|
5029
5029
|
cancelBokingFormError: Eu,
|
|
5030
5030
|
feedbackFormTitle: Tu,
|
|
5031
5031
|
feedbackFormDescription: $u,
|
|
@@ -5037,12 +5037,12 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5037
5037
|
deleteSchedulingPageDescription: Du,
|
|
5038
5038
|
deleteSchedulingPageConfirmButton: Ou,
|
|
5039
5039
|
deleteSchedulingPageCancelButton: Iu
|
|
5040
|
-
},
|
|
5040
|
+
}, R2 = /* @__PURE__ */ Object.freeze({
|
|
5041
5041
|
__proto__: null,
|
|
5042
5042
|
noDateSelected: xo,
|
|
5043
5043
|
rescheduleTitle: vo,
|
|
5044
|
-
days:
|
|
5045
|
-
time:
|
|
5044
|
+
days: ko,
|
|
5045
|
+
time: wo,
|
|
5046
5046
|
months: Eo,
|
|
5047
5047
|
nextButton: To,
|
|
5048
5048
|
selectedDayAndYear: $o,
|
|
@@ -5055,8 +5055,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5055
5055
|
guestEmailPlaceholder: Oo,
|
|
5056
5056
|
addGuest: Io,
|
|
5057
5057
|
addAnotherGuest: Po,
|
|
5058
|
-
backButton:
|
|
5059
|
-
bookNowButton:
|
|
5058
|
+
backButton: Lo,
|
|
5059
|
+
bookNowButton: Ro,
|
|
5060
5060
|
bookingConfirmed: No,
|
|
5061
5061
|
bookingConfirmedDescription: _o,
|
|
5062
5062
|
bookingSent: Fo,
|
|
@@ -5095,8 +5095,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5095
5095
|
invalidTimeslotErrorTitle: yu,
|
|
5096
5096
|
invalidTimeslotErrorMessage: xu,
|
|
5097
5097
|
cancellationErrorTitle: vu,
|
|
5098
|
-
cancellationErrorMessage:
|
|
5099
|
-
minimumCancellationErrorMessage:
|
|
5098
|
+
cancellationErrorMessage: ku,
|
|
5099
|
+
minimumCancellationErrorMessage: wu,
|
|
5100
5100
|
cancelBokingFormError: Eu,
|
|
5101
5101
|
feedbackFormTitle: Tu,
|
|
5102
5102
|
feedbackFormDescription: $u,
|
|
@@ -5108,8 +5108,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5108
5108
|
deleteSchedulingPageDescription: Du,
|
|
5109
5109
|
deleteSchedulingPageConfirmButton: Ou,
|
|
5110
5110
|
deleteSchedulingPageCancelButton: Iu,
|
|
5111
|
-
default:
|
|
5112
|
-
}), Pu = "Aucune date sélectionnée",
|
|
5111
|
+
default: L2
|
|
5112
|
+
}), Pu = "Aucune date sélectionnée", Lu = "Choisissez un autre créneau horaire pour reprogrammer votre réunion", Ru = {
|
|
5113
5113
|
sunday: "DIM",
|
|
5114
5114
|
monday: "LUN",
|
|
5115
5115
|
tuesday: "MAR",
|
|
@@ -5135,10 +5135,10 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5135
5135
|
october: "Octobre",
|
|
5136
5136
|
november: "Novembre",
|
|
5137
5137
|
december: "Décembre"
|
|
5138
|
-
}, Fu = "Procéder", Uu = "{{date}}", ju = "{{time}}", qu = "Name", Hu = "Entrez votre nom", zu = "E-mail", Yu = "Entrer votre E-mail", Gu = "E-mail invité", Wu = "Entrez l'adresse e-mail de l'invité", Vu = "Ajouter un invité", Ku = "Ajouter un autre invité", Zu = "Retour", Ju = "Réservez maintenant", Qu = "Réservation confirmée", Xu = "Vous recevrez bientôt un e-mail de confirmation.", ea = "Réservation envoyée", ta = "Vous recevrez un e-mail une fois la réservation confirmée.", na = "Réservation reprogrammée", ra = "Date et heure de la réservation", ia = "Annuler la réservation", sa = "Replanifier", oa = "Refuser la réservation", ua = "Confirmer la réservation", aa = "Réservation en attente", la = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", ca = "Votre réservation a été confirmée avec succès", da = "Un e-mail de confirmation a été envoyé à", fa = "Annuler la réservation?", ha = "Votre créneau horaire actuel sera disponible pour les autres.", ga = "Raison de l'annulation", pa = "Retourner", ma = "Votre réservation a été annulée avec succès", ba = "Un e-mail d'annulation a été envoyé à", ya = "Fermer", xa = "Fermeture", va = "{{field}} est requis.",
|
|
5138
|
+
}, Fu = "Procéder", Uu = "{{date}}", ju = "{{time}}", qu = "Name", Hu = "Entrez votre nom", zu = "E-mail", Yu = "Entrer votre E-mail", Gu = "E-mail invité", Wu = "Entrez l'adresse e-mail de l'invité", Vu = "Ajouter un invité", Ku = "Ajouter un autre invité", Zu = "Retour", Ju = "Réservez maintenant", Qu = "Réservation confirmée", Xu = "Vous recevrez bientôt un e-mail de confirmation.", ea = "Réservation envoyée", ta = "Vous recevrez un e-mail une fois la réservation confirmée.", na = "Réservation reprogrammée", ra = "Date et heure de la réservation", ia = "Annuler la réservation", sa = "Replanifier", oa = "Refuser la réservation", ua = "Confirmer la réservation", aa = "Réservation en attente", la = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", ca = "Votre réservation a été confirmée avec succès", da = "Un e-mail de confirmation a été envoyé à", fa = "Annuler la réservation?", ha = "Votre créneau horaire actuel sera disponible pour les autres.", ga = "Raison de l'annulation", pa = "Retourner", ma = "Votre réservation a été annulée avec succès", ba = "Un e-mail d'annulation a été envoyé à", ya = "Fermer", xa = "Fermeture", va = "{{field}} est requis.", ka = "{{field}} a un format invalide.", wa = "Créer une Réservation", Ea = "Obtenir la Disponibilité", Ta = "Annuler la Réservation", $a = "Reprogrammer la Réservation", Sa = "Obtenir les Paramètres UI", Ca = "Refuser la Réservation", Ba = "Confirmer la Réservation", Aa = "Quelque chose a mal tourné...", Ma = "Erreur du composant de planification", Da = "'sessionId' est requis pour les configurations privées.", Oa = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", Ia = "Créneau horaire invalide !", Pa = "Le créneau horaire sélectionné est invalide", La = "Erreur d'annulation", Ra = "Veuillez fournir une raison pour l'annulation.", Na = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", _a = "Erreur de formulaire d'annulation de réservation", Fa = "Partagez vos commentaires", Ua = "Nous fournir vos commentaires et signaler des erreurs nous aide à créer une meilleure expérience pour vous.", ja = "Veuillez nous fournir une description détaillée de la fonctionnalité sur laquelle vous commentez ou du problème que vous avez rencontré.", qa = "Saisissez vos commentaires ici", Ha = "Annuler", za = "Envoyer", Ya = "Supprimer cette page de planification?", Ga = "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.", Wa = "Supprimer la page", Va = "Annuler", N2 = {
|
|
5139
5139
|
noDateSelected: Pu,
|
|
5140
|
-
rescheduleTitle:
|
|
5141
|
-
days:
|
|
5140
|
+
rescheduleTitle: Lu,
|
|
5141
|
+
days: Ru,
|
|
5142
5142
|
time: Nu,
|
|
5143
5143
|
months: _u,
|
|
5144
5144
|
nextButton: Fu,
|
|
@@ -5177,8 +5177,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5177
5177
|
closeButton: ya,
|
|
5178
5178
|
closingButton: xa,
|
|
5179
5179
|
fieldRequired: va,
|
|
5180
|
-
invalidInputFormat:
|
|
5181
|
-
createBookingErrorTitle:
|
|
5180
|
+
invalidInputFormat: ka,
|
|
5181
|
+
createBookingErrorTitle: wa,
|
|
5182
5182
|
getAvailabilityErrorTitle: Ea,
|
|
5183
5183
|
cancelBookingErrorTitle: Ta,
|
|
5184
5184
|
rescheduleBookingErrorTitle: $a,
|
|
@@ -5191,8 +5191,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5191
5191
|
publicConfigErrorMessage: Oa,
|
|
5192
5192
|
invalidTimeslotErrorTitle: Ia,
|
|
5193
5193
|
invalidTimeslotErrorMessage: Pa,
|
|
5194
|
-
cancellationErrorTitle:
|
|
5195
|
-
cancellationErrorMessage:
|
|
5194
|
+
cancellationErrorTitle: La,
|
|
5195
|
+
cancellationErrorMessage: Ra,
|
|
5196
5196
|
minimumCancellationErrorMessage: Na,
|
|
5197
5197
|
cancelBokingFormError: _a,
|
|
5198
5198
|
feedbackFormTitle: Fa,
|
|
@@ -5208,8 +5208,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5208
5208
|
}, _2 = /* @__PURE__ */ Object.freeze({
|
|
5209
5209
|
__proto__: null,
|
|
5210
5210
|
noDateSelected: Pu,
|
|
5211
|
-
rescheduleTitle:
|
|
5212
|
-
days:
|
|
5211
|
+
rescheduleTitle: Lu,
|
|
5212
|
+
days: Ru,
|
|
5213
5213
|
time: Nu,
|
|
5214
5214
|
months: _u,
|
|
5215
5215
|
nextButton: Fu,
|
|
@@ -5248,8 +5248,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5248
5248
|
closeButton: ya,
|
|
5249
5249
|
closingButton: xa,
|
|
5250
5250
|
fieldRequired: va,
|
|
5251
|
-
invalidInputFormat:
|
|
5252
|
-
createBookingErrorTitle:
|
|
5251
|
+
invalidInputFormat: ka,
|
|
5252
|
+
createBookingErrorTitle: wa,
|
|
5253
5253
|
getAvailabilityErrorTitle: Ea,
|
|
5254
5254
|
cancelBookingErrorTitle: Ta,
|
|
5255
5255
|
rescheduleBookingErrorTitle: $a,
|
|
@@ -5262,8 +5262,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5262
5262
|
publicConfigErrorMessage: Oa,
|
|
5263
5263
|
invalidTimeslotErrorTitle: Ia,
|
|
5264
5264
|
invalidTimeslotErrorMessage: Pa,
|
|
5265
|
-
cancellationErrorTitle:
|
|
5266
|
-
cancellationErrorMessage:
|
|
5265
|
+
cancellationErrorTitle: La,
|
|
5266
|
+
cancellationErrorMessage: Ra,
|
|
5267
5267
|
minimumCancellationErrorMessage: Na,
|
|
5268
5268
|
cancelBokingFormError: _a,
|
|
5269
5269
|
feedbackFormTitle: Fa,
|
|
@@ -5303,7 +5303,7 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5303
5303
|
october: "Octubre",
|
|
5304
5304
|
november: "Noviembre",
|
|
5305
5305
|
december: "Diciembre"
|
|
5306
|
-
}, el = "Siguiente", tl = "{{date}}", nl = "{{time}}", rl = "Nombre", il = "Introduce tu nombre", sl = "Correo electrónico", ol = "Introduce tu correo electrónico", ul = "Correo electrónico del invitado", al = "Introduce el correo electrónico del invitado", ll = "Añadir invitado", cl = "Añadir otro invitado", dl = "Atrás", fl = "Reservar ahora", hl = "Reserva confirmada", gl = "Recibirás una confirmación por correo electrónico pronto.", pl = "Reserva enviada", ml = "Recibirás un correo electrónico una vez que se confirme la reserva.", bl = "Reserva reprogramada", yl = "Fecha y hora de la reserva", xl = "Cancelar reserva", vl = "Reprogramar",
|
|
5306
|
+
}, el = "Siguiente", tl = "{{date}}", nl = "{{time}}", rl = "Nombre", il = "Introduce tu nombre", sl = "Correo electrónico", ol = "Introduce tu correo electrónico", ul = "Correo electrónico del invitado", al = "Introduce el correo electrónico del invitado", ll = "Añadir invitado", cl = "Añadir otro invitado", dl = "Atrás", fl = "Reservar ahora", hl = "Reserva confirmada", gl = "Recibirás una confirmación por correo electrónico pronto.", pl = "Reserva enviada", ml = "Recibirás un correo electrónico una vez que se confirme la reserva.", bl = "Reserva reprogramada", yl = "Fecha y hora de la reserva", xl = "Cancelar reserva", vl = "Reprogramar", kl = "Rechazar reserva", wl = "Confirmar reserva", El = "Reserva pendiente", Tl = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", $l = "Tu reserva ha sido confirmada con éxito", Sl = "Se ha enviado un correo de confirmación a", Cl = "¿Cancelar reserva?", Bl = "Su horario actual estará disponible para otros.", Al = "Motivo de la cancelación", Ml = "Regresar", Dl = "Su reserva ha sido cancelada con éxito", Ol = "Se ha enviado un correo electrónico de cancelación a", Il = "Cerrar", Pl = "Cerrando", Ll = "{{field}} es obligatorio.", Rl = "{{field}} tiene un formato no válido.", Nl = "Crear Reserva", _l = "Obtener Disponibilidad", Fl = "Cancelar Reserva", Ul = "Reprogramar Reserva", jl = "Obtener Configuraciones de UI", ql = "Rechazar Reserva", Hl = "Confirmar Reserva", zl = "Algo salió mal...", Yl = "Error en el componente de programación", Gl = "'sessionId' es necesario para configuraciones privadas.", Wl = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", Vl = "¡Intervalo de tiempo no válido!", Kl = "El intervalo de tiempo seleccionado no es válido", Zl = "Error de Cancelación", Jl = "Por favor, indique el motivo de la cancelación.", Ql = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Xl = "Error en el formulario de cancelación de la reserva", ec = "Comparta su opinión", tc = "Proporcionarnos su opinión y reportar errores nos ayuda a crear una mejor experiencia para usted.", nc = "Por favor, proporcione una descripción detallada de la función sobre la que está comentando o dónde ha experimentado un problema.", rc = "Proporcione su opinión aquí", ic = "Cancelar", sc = "Enviar", oc = "¿Eliminar esta página de programación?", uc = "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.", ac = "Eliminar página", lc = "Cancelar", F2 = {
|
|
5307
5307
|
noDateSelected: Ka,
|
|
5308
5308
|
rescheduleTitle: Za,
|
|
5309
5309
|
days: Ja,
|
|
@@ -5330,8 +5330,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5330
5330
|
bookingDateAndTimeHeader: yl,
|
|
5331
5331
|
cancelBookingButton: xl,
|
|
5332
5332
|
rescheduleBookingButton: vl,
|
|
5333
|
-
rejectBookingButton:
|
|
5334
|
-
confirmBookingButton:
|
|
5333
|
+
rejectBookingButton: kl,
|
|
5334
|
+
confirmBookingButton: wl,
|
|
5335
5335
|
bookingPendingTitle: El,
|
|
5336
5336
|
bookingPendingnDescription: Tl,
|
|
5337
5337
|
confirmedEventCardTitle: $l,
|
|
@@ -5344,8 +5344,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5344
5344
|
bookingCancelledMessage: Ol,
|
|
5345
5345
|
closeButton: Il,
|
|
5346
5346
|
closingButton: Pl,
|
|
5347
|
-
fieldRequired:
|
|
5348
|
-
invalidInputFormat:
|
|
5347
|
+
fieldRequired: Ll,
|
|
5348
|
+
invalidInputFormat: Rl,
|
|
5349
5349
|
createBookingErrorTitle: Nl,
|
|
5350
5350
|
getAvailabilityErrorTitle: _l,
|
|
5351
5351
|
cancelBookingErrorTitle: Fl,
|
|
@@ -5401,8 +5401,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5401
5401
|
bookingDateAndTimeHeader: yl,
|
|
5402
5402
|
cancelBookingButton: xl,
|
|
5403
5403
|
rescheduleBookingButton: vl,
|
|
5404
|
-
rejectBookingButton:
|
|
5405
|
-
confirmBookingButton:
|
|
5404
|
+
rejectBookingButton: kl,
|
|
5405
|
+
confirmBookingButton: wl,
|
|
5406
5406
|
bookingPendingTitle: El,
|
|
5407
5407
|
bookingPendingnDescription: Tl,
|
|
5408
5408
|
confirmedEventCardTitle: $l,
|
|
@@ -5415,8 +5415,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5415
5415
|
bookingCancelledMessage: Ol,
|
|
5416
5416
|
closeButton: Il,
|
|
5417
5417
|
closingButton: Pl,
|
|
5418
|
-
fieldRequired:
|
|
5419
|
-
invalidInputFormat:
|
|
5418
|
+
fieldRequired: Ll,
|
|
5419
|
+
invalidInputFormat: Rl,
|
|
5420
5420
|
createBookingErrorTitle: Nl,
|
|
5421
5421
|
getAvailabilityErrorTitle: _l,
|
|
5422
5422
|
cancelBookingErrorTitle: Fl,
|
|
@@ -5471,7 +5471,7 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5471
5471
|
october: "10月",
|
|
5472
5472
|
november: "11月",
|
|
5473
5473
|
december: "12月"
|
|
5474
|
-
}, pc = "次", mc = "{{date}}", bc = "{{time}}", yc = "名前", xc = "名前を入力してください", vc = "メールアドレス",
|
|
5474
|
+
}, pc = "次", mc = "{{date}}", bc = "{{time}}", yc = "名前", xc = "名前を入力してください", vc = "メールアドレス", kc = "メールアドレスを入力してください", wc = "ゲストのメールアドレス", Ec = "ゲストのメールアドレスを入力してください", Tc = "ゲストを追加", $c = "他のゲストを追加", Sc = "戻る", Cc = "今すぐ予約", Bc = "予約が確認されました", Ac = "間もなくメールで確認が届きます。", Mc = "予約が送信されました", Dc = "予約が確認され次第、メールをお送りします。", Oc = "予約が再予定されました", Ic = "予約の日付と時間", Pc = "予約をキャンセル", Lc = "再調整", Rc = "予約を拒否", Nc = "予約を確認", _c = "予約保留中", Fc = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", Uc = "予約が正常に確認されました", jc = "確認メールが送信されました", qc = "予約をキャンセルしますか?", Hc = "現在の時間枠は他の人に利用可能になります。", zc = "キャンセルの理由", Yc = "戻る", Gc = "予約が正常にキャンセルされました", Wc = "キャンセルメールが送信されました", Vc = "閉じる", Kc = "閉じる", Zc = "{{field}} は必須です.", Jc = "{{field}} の形式が無効です.", Qc = "予約作成", Xc = "空き状況を取得", ed = "予約をキャンセル", td = "予約の再スケジュール", nd = "UI設定を取得", rd = "予約を拒否", id = "予約を確認", sd = "何かがうまくいかなかった...", od = "スケジューリングコンポーネントエラー", ud = "プライベート構成には 'sessionId' が必要です。", ad = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", ld = "無効な時間帯!", cd = "選択された時間帯は無効です", dd = "キャンセルエラー", fd = "キャンセルの理由を入力してください。", hd = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", gd = "予約キャンセルフォームエラー", pd = "フィードバックを共有する", md = "フィードバックを提供し、エラーを報告することで、より良い体験を提供するためのサポートになります。", bd = "コメントしている機能や問題が発生した箇所の詳細な説明をお願いします。", yd = "ここにフィードバックを記入してください", xd = "キャンセル", vd = "送信", kd = "このスケジューリングページを削除しますか?", wd = "確認すると、このページと接続されているスケジュールリンクは完全に削除および無効化されます。この操作は元に戻せません。", Ed = "ページを削除", Td = "キャンセル", j2 = {
|
|
5475
5475
|
noDateSelected: cc,
|
|
5476
5476
|
rescheduleTitle: dc,
|
|
5477
5477
|
days: fc,
|
|
@@ -5483,8 +5483,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5483
5483
|
name: yc,
|
|
5484
5484
|
namePlaceholder: xc,
|
|
5485
5485
|
email: vc,
|
|
5486
|
-
emailPlaceholder:
|
|
5487
|
-
guestEmail:
|
|
5486
|
+
emailPlaceholder: kc,
|
|
5487
|
+
guestEmail: wc,
|
|
5488
5488
|
guestEmailPlaceholder: Ec,
|
|
5489
5489
|
addGuest: Tc,
|
|
5490
5490
|
addAnotherGuest: $c,
|
|
@@ -5497,8 +5497,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5497
5497
|
bookingRescheduled: Oc,
|
|
5498
5498
|
bookingDateAndTimeHeader: Ic,
|
|
5499
5499
|
cancelBookingButton: Pc,
|
|
5500
|
-
rescheduleBookingButton:
|
|
5501
|
-
rejectBookingButton:
|
|
5500
|
+
rescheduleBookingButton: Lc,
|
|
5501
|
+
rejectBookingButton: Rc,
|
|
5502
5502
|
confirmBookingButton: Nc,
|
|
5503
5503
|
bookingPendingTitle: _c,
|
|
5504
5504
|
bookingPendingnDescription: Fc,
|
|
@@ -5537,8 +5537,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5537
5537
|
feedbackMessagePlaceholder: yd,
|
|
5538
5538
|
feedbackModalCloseButton: xd,
|
|
5539
5539
|
feedbackModalSubmitButton: vd,
|
|
5540
|
-
deleteSchedulingPageTitle:
|
|
5541
|
-
deleteSchedulingPageDescription:
|
|
5540
|
+
deleteSchedulingPageTitle: kd,
|
|
5541
|
+
deleteSchedulingPageDescription: wd,
|
|
5542
5542
|
deleteSchedulingPageConfirmButton: Ed,
|
|
5543
5543
|
deleteSchedulingPageCancelButton: Td
|
|
5544
5544
|
}, q2 = /* @__PURE__ */ Object.freeze({
|
|
@@ -5554,8 +5554,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5554
5554
|
name: yc,
|
|
5555
5555
|
namePlaceholder: xc,
|
|
5556
5556
|
email: vc,
|
|
5557
|
-
emailPlaceholder:
|
|
5558
|
-
guestEmail:
|
|
5557
|
+
emailPlaceholder: kc,
|
|
5558
|
+
guestEmail: wc,
|
|
5559
5559
|
guestEmailPlaceholder: Ec,
|
|
5560
5560
|
addGuest: Tc,
|
|
5561
5561
|
addAnotherGuest: $c,
|
|
@@ -5568,8 +5568,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5568
5568
|
bookingRescheduled: Oc,
|
|
5569
5569
|
bookingDateAndTimeHeader: Ic,
|
|
5570
5570
|
cancelBookingButton: Pc,
|
|
5571
|
-
rescheduleBookingButton:
|
|
5572
|
-
rejectBookingButton:
|
|
5571
|
+
rescheduleBookingButton: Lc,
|
|
5572
|
+
rejectBookingButton: Rc,
|
|
5573
5573
|
confirmBookingButton: Nc,
|
|
5574
5574
|
bookingPendingTitle: _c,
|
|
5575
5575
|
bookingPendingnDescription: Fc,
|
|
@@ -5608,8 +5608,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5608
5608
|
feedbackMessagePlaceholder: yd,
|
|
5609
5609
|
feedbackModalCloseButton: xd,
|
|
5610
5610
|
feedbackModalSubmitButton: vd,
|
|
5611
|
-
deleteSchedulingPageTitle:
|
|
5612
|
-
deleteSchedulingPageDescription:
|
|
5611
|
+
deleteSchedulingPageTitle: kd,
|
|
5612
|
+
deleteSchedulingPageDescription: wd,
|
|
5613
5613
|
deleteSchedulingPageConfirmButton: Ed,
|
|
5614
5614
|
deleteSchedulingPageCancelButton: Td,
|
|
5615
5615
|
default: j2
|
|
@@ -5639,7 +5639,7 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5639
5639
|
october: "Oktober",
|
|
5640
5640
|
november: "November",
|
|
5641
5641
|
december: "Dezember"
|
|
5642
|
-
}, Md = "Weiter", Dd = "{{date}}", Od = "{{time}}", Id = "Name", Pd = "Geben Sie Ihren Namen ein",
|
|
5642
|
+
}, Md = "Weiter", Dd = "{{date}}", Od = "{{time}}", Id = "Name", Pd = "Geben Sie Ihren Namen ein", Ld = "E-Mail", Rd = "Geben Sie Ihre E-Mail-Adresse ein", Nd = "Gast E-Mail", _d = "Geben Sie die E-Mail-Adresse des Gastes ein", Fd = "Gast hinzufügen", Ud = "Weiteren Gast hinzufügen", jd = "Zurück", qd = "Jetzt buchen", Hd = "Buchung bestätigt", zd = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", Yd = "Buchung gesendet", Gd = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", Wd = "Buchung umgebucht", Vd = "Buchungsdatum und -zeit", Kd = "Buchung stornieren", Zd = "Umplanen", Jd = "Buchung ablehnen", Qd = "Buchung bestätigen", Xd = "Buchung ausstehend", e0 = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", t0 = "Ihre Buchung wurde erfolgreich bestätigt", n0 = "Eine Bestätigungs-E-Mail wurde gesendet an", r0 = "Buchung stornieren?", i0 = "Ihr aktueller Zeitraum wird für andere verfügbar.", s0 = "Grund für die Stornierung", o0 = "Zurück", u0 = "Ihre Buchung wurde erfolgreich storniert", a0 = "Eine Stornierungs-E-Mail wurde gesendet an", l0 = "Schließen", c0 = "Schließen", d0 = "{{field}} ist erforderlich.", f0 = "{{field}} hat ein ungültiges Format.", h0 = "Buchung Erstellen", g0 = "Verfügbarkeit Ermitteln", p0 = "Buchung Stornieren", m0 = "Buchung Verschieben", b0 = "UI-Einstellungen Abrufen", y0 = "Buchung Ablehnen", x0 = "Buchung Bestätigen", v0 = "Etwas ist schief gelaufen...", k0 = "Fehler im Planungskomponent", w0 = "'sessionId' ist für private Konfigurationen erforderlich.", E0 = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", T0 = "Ungültiges Zeitfenster!", $0 = "Das ausgewählte Zeitfenster ist ungültig", S0 = "Stornierungsfehler", C0 = "Bitte geben Sie einen Grund für die Stornierung an.", B0 = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", A0 = "Fehler im Stornierungsformular", M0 = "Teilen Sie Ihr Feedback", D0 = "Indem Sie uns Ihr Feedback geben und Fehler melden, helfen Sie uns, eine bessere Erfahrung für Sie zu schaffen.", O0 = "Bitte geben Sie uns eine detaillierte Beschreibung der Funktion, über die Sie kommentieren, oder wo Sie ein Problem festgestellt haben.", I0 = "Geben Sie hier Ihr Feedback ein", P0 = "Annuleren", L0 = "Absenden", R0 = "Diese Terminseite löschen?", N0 = "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.", _0 = "Seite löschen", F0 = "Abbrechen", H2 = {
|
|
5643
5643
|
noDateSelected: $d,
|
|
5644
5644
|
rescheduleTitle: Sd,
|
|
5645
5645
|
days: Cd,
|
|
@@ -5650,8 +5650,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5650
5650
|
selectedTime: Od,
|
|
5651
5651
|
name: Id,
|
|
5652
5652
|
namePlaceholder: Pd,
|
|
5653
|
-
email:
|
|
5654
|
-
emailPlaceholder:
|
|
5653
|
+
email: Ld,
|
|
5654
|
+
emailPlaceholder: Rd,
|
|
5655
5655
|
guestEmail: Nd,
|
|
5656
5656
|
guestEmailPlaceholder: _d,
|
|
5657
5657
|
addGuest: Fd,
|
|
@@ -5690,8 +5690,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5690
5690
|
rejectBookingErrorTitle: y0,
|
|
5691
5691
|
confirmBookingErrorTitle: x0,
|
|
5692
5692
|
genericErrorTitle: v0,
|
|
5693
|
-
schedulingComponentErrorTitle:
|
|
5694
|
-
sessionIdRequiredErrorMessage:
|
|
5693
|
+
schedulingComponentErrorTitle: k0,
|
|
5694
|
+
sessionIdRequiredErrorMessage: w0,
|
|
5695
5695
|
publicConfigErrorMessage: E0,
|
|
5696
5696
|
invalidTimeslotErrorTitle: T0,
|
|
5697
5697
|
invalidTimeslotErrorMessage: $0,
|
|
@@ -5704,8 +5704,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5704
5704
|
feedbackMessageLabel: O0,
|
|
5705
5705
|
feedbackMessagePlaceholder: I0,
|
|
5706
5706
|
feedbackModalCloseButton: P0,
|
|
5707
|
-
feedbackModalSubmitButton:
|
|
5708
|
-
deleteSchedulingPageTitle:
|
|
5707
|
+
feedbackModalSubmitButton: L0,
|
|
5708
|
+
deleteSchedulingPageTitle: R0,
|
|
5709
5709
|
deleteSchedulingPageDescription: N0,
|
|
5710
5710
|
deleteSchedulingPageConfirmButton: _0,
|
|
5711
5711
|
deleteSchedulingPageCancelButton: F0
|
|
@@ -5721,8 +5721,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5721
5721
|
selectedTime: Od,
|
|
5722
5722
|
name: Id,
|
|
5723
5723
|
namePlaceholder: Pd,
|
|
5724
|
-
email:
|
|
5725
|
-
emailPlaceholder:
|
|
5724
|
+
email: Ld,
|
|
5725
|
+
emailPlaceholder: Rd,
|
|
5726
5726
|
guestEmail: Nd,
|
|
5727
5727
|
guestEmailPlaceholder: _d,
|
|
5728
5728
|
addGuest: Fd,
|
|
@@ -5761,8 +5761,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5761
5761
|
rejectBookingErrorTitle: y0,
|
|
5762
5762
|
confirmBookingErrorTitle: x0,
|
|
5763
5763
|
genericErrorTitle: v0,
|
|
5764
|
-
schedulingComponentErrorTitle:
|
|
5765
|
-
sessionIdRequiredErrorMessage:
|
|
5764
|
+
schedulingComponentErrorTitle: k0,
|
|
5765
|
+
sessionIdRequiredErrorMessage: w0,
|
|
5766
5766
|
publicConfigErrorMessage: E0,
|
|
5767
5767
|
invalidTimeslotErrorTitle: T0,
|
|
5768
5768
|
invalidTimeslotErrorMessage: $0,
|
|
@@ -5775,8 +5775,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5775
5775
|
feedbackMessageLabel: O0,
|
|
5776
5776
|
feedbackMessagePlaceholder: I0,
|
|
5777
5777
|
feedbackModalCloseButton: P0,
|
|
5778
|
-
feedbackModalSubmitButton:
|
|
5779
|
-
deleteSchedulingPageTitle:
|
|
5778
|
+
feedbackModalSubmitButton: L0,
|
|
5779
|
+
deleteSchedulingPageTitle: R0,
|
|
5780
5780
|
deleteSchedulingPageDescription: N0,
|
|
5781
5781
|
deleteSchedulingPageConfirmButton: _0,
|
|
5782
5782
|
deleteSchedulingPageCancelButton: F0,
|
|
@@ -5807,7 +5807,7 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5807
5807
|
october: "Oktober",
|
|
5808
5808
|
november: "November",
|
|
5809
5809
|
december: "December"
|
|
5810
|
-
}, Y0 = "Nästa", G0 = "{{date}}", W0 = "{{time}}", V0 = "Namn", K0 = "Ange ditt namn", Z0 = "E-post", J0 = "Ange din e-postadress", Q0 = "Gästens e-post", X0 = "Ange gästens e-postadress", ef = "Lägg till gäst", tf = "Lägg till en gäst till", nf = "Tillbaka", rf = "Boka nu", sf = "Bokning bekräftad", of = "Du kommer snart att få en bekräftelse via e-post.", uf = "Bokning skickad", af = "Du kommer att få ett e-mail när bokningen är bekräftad.", lf = "Bokning ombokad", cf = "Bokningsdatum och tid", df = "Avboka bokning", ff = "Omboka", hf = "Avvisa bokning", gf = "Bekräfta bokning", pf = "Bokning pågår", mf = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", bf = "Din bokning har bekräftats framgångsrikt", yf = "Ett bekräftelsemail har skickats till", xf = "Avboka bokning?", vf = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.",
|
|
5810
|
+
}, Y0 = "Nästa", G0 = "{{date}}", W0 = "{{time}}", V0 = "Namn", K0 = "Ange ditt namn", Z0 = "E-post", J0 = "Ange din e-postadress", Q0 = "Gästens e-post", X0 = "Ange gästens e-postadress", ef = "Lägg till gäst", tf = "Lägg till en gäst till", nf = "Tillbaka", rf = "Boka nu", sf = "Bokning bekräftad", of = "Du kommer snart att få en bekräftelse via e-post.", uf = "Bokning skickad", af = "Du kommer att få ett e-mail när bokningen är bekräftad.", lf = "Bokning ombokad", cf = "Bokningsdatum och tid", df = "Avboka bokning", ff = "Omboka", hf = "Avvisa bokning", gf = "Bekräfta bokning", pf = "Bokning pågår", mf = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", bf = "Din bokning har bekräftats framgångsrikt", yf = "Ett bekräftelsemail har skickats till", xf = "Avboka bokning?", vf = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", kf = "Anledning till avbokning", wf = "Gå tillbaka", Ef = "Din bokning har avbokats framgångsrikt", Tf = "Ett avbokningsmejl har skickats till", $f = "Stäng", Sf = "Stänger", Cf = "{{field}} är obligatoriskt.", Bf = "{{field}} har ogiltigt format.", Af = "Skapa Bokning", Mf = "Hämta Tillgänglighet", Df = "Avboka Bokning", Of = "Omboka Bokning", If = "Hämta UI-inställningar", Pf = "Avvisa Bokning", Lf = "Bekräfta Bokning", Rf = "Något gick fel...", Nf = "Schemaläggningskomponentfel", _f = "'sessionId' krävs för privata konfigurationer.", Ff = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", Uf = "Ogiltig tidslucka!", jf = "Den valda tidsluckan är ogiltig", qf = "Avbokningsfel", Hf = "Vänligen ange en anledning till avbokningen.", zf = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", Yf = "Fel i avbokningsformuläret", Gf = "Dela din feedback", Wf = "Att ge oss din feedback och rapportera fel hjälper oss att skapa en bättre upplevelse för dig.", Vf = "Ge oss en detaljerad beskrivning av funktionen du kommenterar eller där du har upplevt ett problem.", Kf = "Ge din feedback här", Zf = "Avbryt", Jf = "Skicka", Qf = "Ta bort denna schemaläggningssida?", Xf = "Efter bekräftelse kommer denna sida och dess anslutna schemaläggningslänkar att raderas och inaktiveras permanent. Denna åtgärd kan inte ångras.", eh = "Ta bort sida", th = "Avbryt", Y2 = {
|
|
5811
5811
|
noDateSelected: U0,
|
|
5812
5812
|
rescheduleTitle: j0,
|
|
5813
5813
|
days: q0,
|
|
@@ -5842,8 +5842,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5842
5842
|
confirmedEventCardDescription: yf,
|
|
5843
5843
|
cancelBookingTitle: xf,
|
|
5844
5844
|
cancelBookingMessage: vf,
|
|
5845
|
-
reasonForCancellation:
|
|
5846
|
-
goBackButton:
|
|
5845
|
+
reasonForCancellation: kf,
|
|
5846
|
+
goBackButton: wf,
|
|
5847
5847
|
bookingCancelledTitle: Ef,
|
|
5848
5848
|
bookingCancelledMessage: Tf,
|
|
5849
5849
|
closeButton: $f,
|
|
@@ -5856,8 +5856,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5856
5856
|
rescheduleBookingErrorTitle: Of,
|
|
5857
5857
|
getUISettingErrorTitle: If,
|
|
5858
5858
|
rejectBookingErrorTitle: Pf,
|
|
5859
|
-
confirmBookingErrorTitle:
|
|
5860
|
-
genericErrorTitle:
|
|
5859
|
+
confirmBookingErrorTitle: Lf,
|
|
5860
|
+
genericErrorTitle: Rf,
|
|
5861
5861
|
schedulingComponentErrorTitle: Nf,
|
|
5862
5862
|
sessionIdRequiredErrorMessage: _f,
|
|
5863
5863
|
publicConfigErrorMessage: Ff,
|
|
@@ -5913,8 +5913,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5913
5913
|
confirmedEventCardDescription: yf,
|
|
5914
5914
|
cancelBookingTitle: xf,
|
|
5915
5915
|
cancelBookingMessage: vf,
|
|
5916
|
-
reasonForCancellation:
|
|
5917
|
-
goBackButton:
|
|
5916
|
+
reasonForCancellation: kf,
|
|
5917
|
+
goBackButton: wf,
|
|
5918
5918
|
bookingCancelledTitle: Ef,
|
|
5919
5919
|
bookingCancelledMessage: Tf,
|
|
5920
5920
|
closeButton: $f,
|
|
@@ -5927,8 +5927,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5927
5927
|
rescheduleBookingErrorTitle: Of,
|
|
5928
5928
|
getUISettingErrorTitle: If,
|
|
5929
5929
|
rejectBookingErrorTitle: Pf,
|
|
5930
|
-
confirmBookingErrorTitle:
|
|
5931
|
-
genericErrorTitle:
|
|
5930
|
+
confirmBookingErrorTitle: Lf,
|
|
5931
|
+
genericErrorTitle: Rf,
|
|
5932
5932
|
schedulingComponentErrorTitle: Nf,
|
|
5933
5933
|
sessionIdRequiredErrorMessage: _f,
|
|
5934
5934
|
publicConfigErrorMessage: Ff,
|
|
@@ -5975,7 +5975,7 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5975
5975
|
october: "十月",
|
|
5976
5976
|
november: "十一月",
|
|
5977
5977
|
december: "十二月"
|
|
5978
|
-
}, uh = "下一个", ah = "{{date}}", lh = "{{time}}", ch = "姓名", dh = "输入你的名字", fh = "电子邮件", hh = "输入你的电子邮件", gh = "客人的电子邮件", ph = "输入客人的电子邮件", mh = "添加客人", bh = "添加另一个客人", yh = "返回", xh = "立即预订", vh = "预订已确认",
|
|
5978
|
+
}, uh = "下一个", ah = "{{date}}", lh = "{{time}}", ch = "姓名", dh = "输入你的名字", fh = "电子邮件", hh = "输入你的电子邮件", gh = "客人的电子邮件", ph = "输入客人的电子邮件", mh = "添加客人", bh = "添加另一个客人", yh = "返回", xh = "立即预订", vh = "预订已确认", kh = "您将很快收到一封确认电子邮件。", wh = "预订已发送", Eh = "预订确认后,您将收到一封电子邮件。", Th = "预订已重新安排", $h = "预订日期和时间", Sh = "取消预订", Ch = "重新安排", Bh = "拒绝预订", Ah = "确认预订", Mh = "预订待处理", Dh = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", Oh = "您的预订已成功确认", Ih = "确认邮件已发送至", Ph = "取消预订?", Lh = "您当前的时间段将对其他人开放。", Rh = "取消原因", Nh = "返回", _h = "您的预订已成功取消", Fh = "取消邮件已发送至", Uh = "关闭", jh = "关闭", qh = "{{field}} 是必需的.", Hh = "{{field}} 格式无效.", zh = "创建预订", Yh = "获取可用性", Gh = "取消预订", Wh = "重新安排预订", Vh = "获取UI设置", Kh = "拒绝预订", Zh = "确认预订", Jh = "出了点问题...", Qh = "调度组件错误", Xh = "私有配置需要 'sessionId'。", e1 = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", t1 = "无效的时间段!", n1 = "所选时间段无效", r1 = "取消错误", i1 = "请提供取消的原因。", s1 = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", o1 = "取消预订表单错误", u1 = "分享您的反馈", a1 = "为我们提供反馈并报告错误有助于为您创造更好的体验。", l1 = "请详细描述您正在评论的功能或遇到问题的地方。", c1 = "在此处提供您的反馈", d1 = "取消", f1 = "提交", h1 = "删除此日程安排页面?", g1 = "确认后,此页面及其关联的日程安排链接将被永久删除并停用。此操作无法撤消。", p1 = "删除页面", m1 = "取消", W2 = {
|
|
5979
5979
|
noDateSelected: nh,
|
|
5980
5980
|
rescheduleTitle: rh,
|
|
5981
5981
|
days: ih,
|
|
@@ -5995,8 +5995,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
5995
5995
|
backButton: yh,
|
|
5996
5996
|
bookNowButton: xh,
|
|
5997
5997
|
bookingConfirmed: vh,
|
|
5998
|
-
bookingConfirmedDescription:
|
|
5999
|
-
bookingSent:
|
|
5998
|
+
bookingConfirmedDescription: kh,
|
|
5999
|
+
bookingSent: wh,
|
|
6000
6000
|
bookingSentDescription: Eh,
|
|
6001
6001
|
bookingRescheduled: Th,
|
|
6002
6002
|
bookingDateAndTimeHeader: $h,
|
|
@@ -6009,8 +6009,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6009
6009
|
confirmedEventCardTitle: Oh,
|
|
6010
6010
|
confirmedEventCardDescription: Ih,
|
|
6011
6011
|
cancelBookingTitle: Ph,
|
|
6012
|
-
cancelBookingMessage:
|
|
6013
|
-
reasonForCancellation:
|
|
6012
|
+
cancelBookingMessage: Lh,
|
|
6013
|
+
reasonForCancellation: Rh,
|
|
6014
6014
|
goBackButton: Nh,
|
|
6015
6015
|
bookingCancelledTitle: _h,
|
|
6016
6016
|
bookingCancelledMessage: Fh,
|
|
@@ -6066,8 +6066,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6066
6066
|
backButton: yh,
|
|
6067
6067
|
bookNowButton: xh,
|
|
6068
6068
|
bookingConfirmed: vh,
|
|
6069
|
-
bookingConfirmedDescription:
|
|
6070
|
-
bookingSent:
|
|
6069
|
+
bookingConfirmedDescription: kh,
|
|
6070
|
+
bookingSent: wh,
|
|
6071
6071
|
bookingSentDescription: Eh,
|
|
6072
6072
|
bookingRescheduled: Th,
|
|
6073
6073
|
bookingDateAndTimeHeader: $h,
|
|
@@ -6080,8 +6080,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6080
6080
|
confirmedEventCardTitle: Oh,
|
|
6081
6081
|
confirmedEventCardDescription: Ih,
|
|
6082
6082
|
cancelBookingTitle: Ph,
|
|
6083
|
-
cancelBookingMessage:
|
|
6084
|
-
reasonForCancellation:
|
|
6083
|
+
cancelBookingMessage: Lh,
|
|
6084
|
+
reasonForCancellation: Rh,
|
|
6085
6085
|
goBackButton: Nh,
|
|
6086
6086
|
bookingCancelledTitle: _h,
|
|
6087
6087
|
bookingCancelledMessage: Fh,
|
|
@@ -6130,7 +6130,7 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6130
6130
|
hours: "uren",
|
|
6131
6131
|
minute: "minuut",
|
|
6132
6132
|
minutes: "minuten"
|
|
6133
|
-
},
|
|
6133
|
+
}, k1 = {
|
|
6134
6134
|
january: "Januari",
|
|
6135
6135
|
february: "Februari",
|
|
6136
6136
|
march: "Maart",
|
|
@@ -6143,13 +6143,13 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6143
6143
|
october: "Oktober",
|
|
6144
6144
|
november: "November",
|
|
6145
6145
|
december: "December"
|
|
6146
|
-
},
|
|
6146
|
+
}, w1 = "Volgende", E1 = "{{date}}", T1 = "{{time}}", $1 = "Naam", S1 = "Voer je naam in", C1 = "E-mail", B1 = "Voer je e-mail in", A1 = "E-mail van gast", M1 = "Voer het e-mailadres van de gast in", D1 = "Gast toevoegen", O1 = "Nog een gast toevoegen", I1 = "Terug", P1 = "Boek nu", L1 = "Boeking bevestigd", R1 = "U ontvangt binnenkort een e-mailbevestiging.", N1 = "Boeking verzonden", _1 = "U ontvangt een e-mail zodra de boeking is bevestigd.", F1 = "Boeking verplaatst", U1 = "Boekingsdatum en -tijd", j1 = "Boeking annuleren", q1 = "Herplannen", H1 = "Boeking afwijzen", z1 = "Boeking bevestigen", Y1 = "Boeking in afwachting", G1 = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", W1 = "Uw boeking is succesvol bevestigd", V1 = "Een bevestigingsmail is verzonden naar", K1 = "Boeking annuleren?", Z1 = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", J1 = "Reden voor annulering", Q1 = "Ga terug", X1 = "Uw boeking is succesvol geannuleerd", eg = "Er is een annuleringsmail verzonden naar", tg = "Sluiten", ng = "Sluiten", rg = "{{field}} is vereist.", ig = "{{field}} heeft een ongeldig formaat.", sg = "Boeking Maken", og = "Beschikbaarheid Opvragen", ug = "Boeking Annuleren", ag = "Boeking Wijzigen", lg = "UI-instellingen Ophalen", cg = "Boeking Afwijzen", dg = "Boeking Bevestigen", fg = "Er is iets misgegaan...", hg = "Geen sessie-ID!", gg = "Fout in planningscomponent", pg = "'sessionId' is vereist voor privéconfiguraties.", mg = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", bg = "Het geselecteerde tijdslot is ongeldig", yg = "Annuleringsfout", xg = "Geef een reden op voor de annulering.", vg = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", kg = "Fout in het annuleringsformulier", wg = "Deel uw feedback", Eg = "Door ons uw feedback te geven en fouten te melden, helpt u ons een betere ervaring voor u te creëren.", Tg = "Geef ons een gedetailleerde beschrijving van de functie waarover u commentaar geeft of waar u een probleem heeft ondervonden.", $g = "Geef hier uw feedback", Sg = "Sluiten", Cg = "Verzenden", Bg = "Deze planningspagina verwijderen?", Ag = "Na bevestiging worden deze pagina en de gekoppelde planningslinks permanent verwijderd en gedeactiveerd. Deze actie kan niet ongedaan worden gemaakt.", Mg = "Pagina verwijderen", Dg = "Annuleren", K2 = {
|
|
6147
6147
|
noDateSelected: b1,
|
|
6148
6148
|
rescheduleTitle: y1,
|
|
6149
6149
|
days: x1,
|
|
6150
6150
|
time: v1,
|
|
6151
|
-
months:
|
|
6152
|
-
nextButton:
|
|
6151
|
+
months: k1,
|
|
6152
|
+
nextButton: w1,
|
|
6153
6153
|
selectedDayAndYear: E1,
|
|
6154
6154
|
selectedTime: T1,
|
|
6155
6155
|
name: $1,
|
|
@@ -6162,8 +6162,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6162
6162
|
addAnotherGuest: O1,
|
|
6163
6163
|
backButton: I1,
|
|
6164
6164
|
bookNowButton: P1,
|
|
6165
|
-
bookingConfirmed:
|
|
6166
|
-
bookingConfirmedDescription:
|
|
6165
|
+
bookingConfirmed: L1,
|
|
6166
|
+
bookingConfirmedDescription: R1,
|
|
6167
6167
|
bookingSent: N1,
|
|
6168
6168
|
bookingSentDescription: _1,
|
|
6169
6169
|
bookingRescheduled: F1,
|
|
@@ -6202,8 +6202,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6202
6202
|
cancellationErrorTitle: yg,
|
|
6203
6203
|
cancellationErrorMessage: xg,
|
|
6204
6204
|
minimumCancellationErrorMessage: vg,
|
|
6205
|
-
cancelBokingFormError:
|
|
6206
|
-
feedbackFormTitle:
|
|
6205
|
+
cancelBokingFormError: kg,
|
|
6206
|
+
feedbackFormTitle: wg,
|
|
6207
6207
|
feedbackFormDescription: Eg,
|
|
6208
6208
|
feedbackMessageLabel: Tg,
|
|
6209
6209
|
feedbackMessagePlaceholder: $g,
|
|
@@ -6219,8 +6219,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6219
6219
|
rescheduleTitle: y1,
|
|
6220
6220
|
days: x1,
|
|
6221
6221
|
time: v1,
|
|
6222
|
-
months:
|
|
6223
|
-
nextButton:
|
|
6222
|
+
months: k1,
|
|
6223
|
+
nextButton: w1,
|
|
6224
6224
|
selectedDayAndYear: E1,
|
|
6225
6225
|
selectedTime: T1,
|
|
6226
6226
|
name: $1,
|
|
@@ -6233,8 +6233,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6233
6233
|
addAnotherGuest: O1,
|
|
6234
6234
|
backButton: I1,
|
|
6235
6235
|
bookNowButton: P1,
|
|
6236
|
-
bookingConfirmed:
|
|
6237
|
-
bookingConfirmedDescription:
|
|
6236
|
+
bookingConfirmed: L1,
|
|
6237
|
+
bookingConfirmedDescription: R1,
|
|
6238
6238
|
bookingSent: N1,
|
|
6239
6239
|
bookingSentDescription: _1,
|
|
6240
6240
|
bookingRescheduled: F1,
|
|
@@ -6273,8 +6273,8 @@ const xo = "No date selected", vo = "Choose another time slot to reschedule your
|
|
|
6273
6273
|
cancellationErrorTitle: yg,
|
|
6274
6274
|
cancellationErrorMessage: xg,
|
|
6275
6275
|
minimumCancellationErrorMessage: vg,
|
|
6276
|
-
cancelBokingFormError:
|
|
6277
|
-
feedbackFormTitle:
|
|
6276
|
+
cancelBokingFormError: kg,
|
|
6277
|
+
feedbackFormTitle: wg,
|
|
6278
6278
|
feedbackFormDescription: Eg,
|
|
6279
6279
|
feedbackMessageLabel: Tg,
|
|
6280
6280
|
feedbackMessagePlaceholder: $g,
|
|
@@ -6291,7 +6291,7 @@ yo.init({
|
|
|
6291
6291
|
fallbackLng: "en",
|
|
6292
6292
|
resources: {
|
|
6293
6293
|
en: {
|
|
6294
|
-
translation:
|
|
6294
|
+
translation: R2
|
|
6295
6295
|
},
|
|
6296
6296
|
fr: {
|
|
6297
6297
|
translation: _2
|
|
@@ -6319,7 +6319,7 @@ yo.init({
|
|
|
6319
6319
|
escapeValue: !1
|
|
6320
6320
|
}
|
|
6321
6321
|
});
|
|
6322
|
-
var
|
|
6322
|
+
var Ie = {}, Ur = {};
|
|
6323
6323
|
Object.defineProperty(Ur, "__esModule", { value: !0 });
|
|
6324
6324
|
Ur.default = new Uint16Array(
|
|
6325
6325
|
// prettier-ignore
|
|
@@ -6386,14 +6386,14 @@ var dr = {};
|
|
|
6386
6386
|
n.default = i;
|
|
6387
6387
|
})(dr);
|
|
6388
6388
|
(function(n) {
|
|
6389
|
-
var e = me && me.__createBinding || (Object.create ? function(x, B,
|
|
6390
|
-
|
|
6391
|
-
var g = Object.getOwnPropertyDescriptor(B,
|
|
6389
|
+
var e = me && me.__createBinding || (Object.create ? function(x, B, w, k) {
|
|
6390
|
+
k === void 0 && (k = w);
|
|
6391
|
+
var g = Object.getOwnPropertyDescriptor(B, w);
|
|
6392
6392
|
(!g || ("get" in g ? !B.__esModule : g.writable || g.configurable)) && (g = { enumerable: !0, get: function() {
|
|
6393
|
-
return B[
|
|
6394
|
-
} }), Object.defineProperty(x,
|
|
6395
|
-
} : function(x, B,
|
|
6396
|
-
|
|
6393
|
+
return B[w];
|
|
6394
|
+
} }), Object.defineProperty(x, k, g);
|
|
6395
|
+
} : function(x, B, w, k) {
|
|
6396
|
+
k === void 0 && (k = w), x[k] = B[w];
|
|
6397
6397
|
}), t = me && me.__setModuleDefault || (Object.create ? function(x, B) {
|
|
6398
6398
|
Object.defineProperty(x, "default", { enumerable: !0, value: B });
|
|
6399
6399
|
} : function(x, B) {
|
|
@@ -6401,7 +6401,7 @@ var dr = {};
|
|
|
6401
6401
|
}), r = me && me.__importStar || function(x) {
|
|
6402
6402
|
if (x && x.__esModule) return x;
|
|
6403
6403
|
var B = {};
|
|
6404
|
-
if (x != null) for (var
|
|
6404
|
+
if (x != null) for (var w in x) w !== "default" && Object.prototype.hasOwnProperty.call(x, w) && e(B, x, w);
|
|
6405
6405
|
return t(B, x), B;
|
|
6406
6406
|
}, i = me && me.__importDefault || function(x) {
|
|
6407
6407
|
return x && x.__esModule ? x : { default: x };
|
|
@@ -6450,67 +6450,67 @@ var dr = {};
|
|
|
6450
6450
|
var A = (
|
|
6451
6451
|
/** @class */
|
|
6452
6452
|
function() {
|
|
6453
|
-
function x(B,
|
|
6454
|
-
this.decodeTree = B, this.emitCodePoint =
|
|
6453
|
+
function x(B, w, k) {
|
|
6454
|
+
this.decodeTree = B, this.emitCodePoint = w, this.errors = k, this.state = p.EntityStart, this.consumed = 1, this.result = 0, this.treeIndex = 0, this.excess = 1, this.decodeMode = C.Strict;
|
|
6455
6455
|
}
|
|
6456
6456
|
return x.prototype.startEntity = function(B) {
|
|
6457
6457
|
this.decodeMode = B, this.state = p.EntityStart, this.result = 0, this.treeIndex = 0, this.excess = 1, this.consumed = 1;
|
|
6458
|
-
}, x.prototype.write = function(B,
|
|
6458
|
+
}, x.prototype.write = function(B, w) {
|
|
6459
6459
|
switch (this.state) {
|
|
6460
6460
|
case p.EntityStart:
|
|
6461
|
-
return B.charCodeAt(
|
|
6461
|
+
return B.charCodeAt(w) === l.NUM ? (this.state = p.NumericStart, this.consumed += 1, this.stateNumericStart(B, w + 1)) : (this.state = p.NamedEntity, this.stateNamedEntity(B, w));
|
|
6462
6462
|
case p.NumericStart:
|
|
6463
|
-
return this.stateNumericStart(B,
|
|
6463
|
+
return this.stateNumericStart(B, w);
|
|
6464
6464
|
case p.NumericDecimal:
|
|
6465
|
-
return this.stateNumericDecimal(B,
|
|
6465
|
+
return this.stateNumericDecimal(B, w);
|
|
6466
6466
|
case p.NumericHex:
|
|
6467
|
-
return this.stateNumericHex(B,
|
|
6467
|
+
return this.stateNumericHex(B, w);
|
|
6468
6468
|
case p.NamedEntity:
|
|
6469
|
-
return this.stateNamedEntity(B,
|
|
6469
|
+
return this.stateNamedEntity(B, w);
|
|
6470
6470
|
}
|
|
6471
|
-
}, x.prototype.stateNumericStart = function(B,
|
|
6472
|
-
return
|
|
6473
|
-
}, x.prototype.addToNumericResult = function(B,
|
|
6474
|
-
if (
|
|
6475
|
-
var v =
|
|
6476
|
-
this.result = this.result * Math.pow(g, v) + parseInt(B.substr(
|
|
6471
|
+
}, x.prototype.stateNumericStart = function(B, w) {
|
|
6472
|
+
return w >= B.length ? -1 : (B.charCodeAt(w) | c) === l.LOWER_X ? (this.state = p.NumericHex, this.consumed += 1, this.stateNumericHex(B, w + 1)) : (this.state = p.NumericDecimal, this.stateNumericDecimal(B, w));
|
|
6473
|
+
}, x.prototype.addToNumericResult = function(B, w, k, g) {
|
|
6474
|
+
if (w !== k) {
|
|
6475
|
+
var v = k - w;
|
|
6476
|
+
this.result = this.result * Math.pow(g, v) + parseInt(B.substr(w, v), g), this.consumed += v;
|
|
6477
6477
|
}
|
|
6478
|
-
}, x.prototype.stateNumericHex = function(B,
|
|
6479
|
-
for (var
|
|
6480
|
-
var g = B.charCodeAt(
|
|
6478
|
+
}, x.prototype.stateNumericHex = function(B, w) {
|
|
6479
|
+
for (var k = w; w < B.length; ) {
|
|
6480
|
+
var g = B.charCodeAt(w);
|
|
6481
6481
|
if (d(g) || h(g))
|
|
6482
|
-
|
|
6482
|
+
w += 1;
|
|
6483
6483
|
else
|
|
6484
|
-
return this.addToNumericResult(B,
|
|
6484
|
+
return this.addToNumericResult(B, k, w, 16), this.emitNumericEntity(g, 3);
|
|
6485
6485
|
}
|
|
6486
|
-
return this.addToNumericResult(B,
|
|
6487
|
-
}, x.prototype.stateNumericDecimal = function(B,
|
|
6488
|
-
for (var
|
|
6489
|
-
var g = B.charCodeAt(
|
|
6486
|
+
return this.addToNumericResult(B, k, w, 16), -1;
|
|
6487
|
+
}, x.prototype.stateNumericDecimal = function(B, w) {
|
|
6488
|
+
for (var k = w; w < B.length; ) {
|
|
6489
|
+
var g = B.charCodeAt(w);
|
|
6490
6490
|
if (d(g))
|
|
6491
|
-
|
|
6491
|
+
w += 1;
|
|
6492
6492
|
else
|
|
6493
|
-
return this.addToNumericResult(B,
|
|
6493
|
+
return this.addToNumericResult(B, k, w, 10), this.emitNumericEntity(g, 2);
|
|
6494
6494
|
}
|
|
6495
|
-
return this.addToNumericResult(B,
|
|
6496
|
-
}, x.prototype.emitNumericEntity = function(B,
|
|
6497
|
-
var
|
|
6498
|
-
if (this.consumed <=
|
|
6499
|
-
return (
|
|
6495
|
+
return this.addToNumericResult(B, k, w, 10), -1;
|
|
6496
|
+
}, x.prototype.emitNumericEntity = function(B, w) {
|
|
6497
|
+
var k;
|
|
6498
|
+
if (this.consumed <= w)
|
|
6499
|
+
return (k = this.errors) === null || k === void 0 || k.absenceOfDigitsInNumericCharacterReference(this.consumed), 0;
|
|
6500
6500
|
if (B === l.SEMI)
|
|
6501
6501
|
this.consumed += 1;
|
|
6502
6502
|
else if (this.decodeMode === C.Strict)
|
|
6503
6503
|
return 0;
|
|
6504
6504
|
return this.emitCodePoint((0, a.replaceCodePoint)(this.result), this.consumed), this.errors && (B !== l.SEMI && this.errors.missingSemicolonAfterCharacterReference(), this.errors.validateNumericCharacterReference(this.result)), this.consumed;
|
|
6505
|
-
}, x.prototype.stateNamedEntity = function(B,
|
|
6506
|
-
for (var
|
|
6507
|
-
var y = B.charCodeAt(
|
|
6508
|
-
if (this.treeIndex = O(
|
|
6505
|
+
}, x.prototype.stateNamedEntity = function(B, w) {
|
|
6506
|
+
for (var k = this.decodeTree, g = k[this.treeIndex], v = (g & f.VALUE_LENGTH) >> 14; w < B.length; w++, this.excess++) {
|
|
6507
|
+
var y = B.charCodeAt(w);
|
|
6508
|
+
if (this.treeIndex = O(k, g, this.treeIndex + Math.max(1, v), y), this.treeIndex < 0)
|
|
6509
6509
|
return this.result === 0 || // If we are parsing an attribute
|
|
6510
6510
|
this.decodeMode === C.Attribute && // We shouldn't have consumed any characters after the entity,
|
|
6511
6511
|
(v === 0 || // And there should be no invalid characters.
|
|
6512
6512
|
b(y)) ? 0 : this.emitNotTerminatedNamedEntity();
|
|
6513
|
-
if (g =
|
|
6513
|
+
if (g = k[this.treeIndex], v = (g & f.VALUE_LENGTH) >> 14, v !== 0) {
|
|
6514
6514
|
if (y === l.SEMI)
|
|
6515
6515
|
return this.emitNamedEntityData(this.treeIndex, v, this.consumed + this.excess);
|
|
6516
6516
|
this.decodeMode !== C.Strict && (this.result = this.treeIndex, this.consumed += this.excess, this.excess = 0);
|
|
@@ -6518,11 +6518,11 @@ var dr = {};
|
|
|
6518
6518
|
}
|
|
6519
6519
|
return -1;
|
|
6520
6520
|
}, x.prototype.emitNotTerminatedNamedEntity = function() {
|
|
6521
|
-
var B,
|
|
6522
|
-
return this.emitNamedEntityData(
|
|
6523
|
-
}, x.prototype.emitNamedEntityData = function(B,
|
|
6521
|
+
var B, w = this, k = w.result, g = w.decodeTree, v = (g[k] & f.VALUE_LENGTH) >> 14;
|
|
6522
|
+
return this.emitNamedEntityData(k, v, this.consumed), (B = this.errors) === null || B === void 0 || B.missingSemicolonAfterCharacterReference(), this.consumed;
|
|
6523
|
+
}, x.prototype.emitNamedEntityData = function(B, w, k) {
|
|
6524
6524
|
var g = this.decodeTree;
|
|
6525
|
-
return this.emitCodePoint(
|
|
6525
|
+
return this.emitCodePoint(w === 1 ? g[B] & ~f.VALUE_LENGTH : g[B + 1], k), w === 3 && this.emitCodePoint(g[B + 2], k), k;
|
|
6526
6526
|
}, x.prototype.end = function() {
|
|
6527
6527
|
var B;
|
|
6528
6528
|
switch (this.state) {
|
|
@@ -6541,49 +6541,49 @@ var dr = {};
|
|
|
6541
6541
|
}()
|
|
6542
6542
|
);
|
|
6543
6543
|
n.EntityDecoder = A;
|
|
6544
|
-
function
|
|
6545
|
-
var B = "",
|
|
6546
|
-
return B += (0, a.fromCodePoint)(
|
|
6544
|
+
function R(x) {
|
|
6545
|
+
var B = "", w = new A(x, function(k) {
|
|
6546
|
+
return B += (0, a.fromCodePoint)(k);
|
|
6547
6547
|
});
|
|
6548
6548
|
return function(g, v) {
|
|
6549
6549
|
for (var y = 0, T = 0; (T = g.indexOf("&", T)) >= 0; ) {
|
|
6550
|
-
B += g.slice(y, T),
|
|
6551
|
-
var D =
|
|
6550
|
+
B += g.slice(y, T), w.startEntity(v);
|
|
6551
|
+
var D = w.write(
|
|
6552
6552
|
g,
|
|
6553
6553
|
// Skip the "&"
|
|
6554
6554
|
T + 1
|
|
6555
6555
|
);
|
|
6556
6556
|
if (D < 0) {
|
|
6557
|
-
y = T +
|
|
6557
|
+
y = T + w.end();
|
|
6558
6558
|
break;
|
|
6559
6559
|
}
|
|
6560
6560
|
y = T + D, T = D === 0 ? y + 1 : y;
|
|
6561
6561
|
}
|
|
6562
|
-
var
|
|
6563
|
-
return B = "",
|
|
6562
|
+
var L = B + g.slice(y);
|
|
6563
|
+
return B = "", L;
|
|
6564
6564
|
};
|
|
6565
6565
|
}
|
|
6566
|
-
function O(x, B,
|
|
6566
|
+
function O(x, B, w, k) {
|
|
6567
6567
|
var g = (B & f.BRANCH_LENGTH) >> 7, v = B & f.JUMP_TABLE;
|
|
6568
6568
|
if (g === 0)
|
|
6569
|
-
return v !== 0 &&
|
|
6569
|
+
return v !== 0 && k === v ? w : -1;
|
|
6570
6570
|
if (v) {
|
|
6571
|
-
var y =
|
|
6572
|
-
return y < 0 || y >= g ? -1 : x[
|
|
6573
|
-
}
|
|
6574
|
-
for (var T =
|
|
6575
|
-
var
|
|
6576
|
-
if (U <
|
|
6577
|
-
T =
|
|
6578
|
-
else if (U >
|
|
6579
|
-
D =
|
|
6571
|
+
var y = k - v;
|
|
6572
|
+
return y < 0 || y >= g ? -1 : x[w + y] - 1;
|
|
6573
|
+
}
|
|
6574
|
+
for (var T = w, D = T + g - 1; T <= D; ) {
|
|
6575
|
+
var L = T + D >>> 1, U = x[L];
|
|
6576
|
+
if (U < k)
|
|
6577
|
+
T = L + 1;
|
|
6578
|
+
else if (U > k)
|
|
6579
|
+
D = L - 1;
|
|
6580
6580
|
else
|
|
6581
|
-
return x[
|
|
6581
|
+
return x[L + g];
|
|
6582
6582
|
}
|
|
6583
6583
|
return -1;
|
|
6584
6584
|
}
|
|
6585
6585
|
n.determineBranch = O;
|
|
6586
|
-
var P =
|
|
6586
|
+
var P = R(s.default), N = R(o.default);
|
|
6587
6587
|
function q(x, B) {
|
|
6588
6588
|
return B === void 0 && (B = C.Legacy), P(x, B);
|
|
6589
6589
|
}
|
|
@@ -6600,7 +6600,7 @@ var dr = {};
|
|
|
6600
6600
|
return N(x, C.Strict);
|
|
6601
6601
|
}
|
|
6602
6602
|
n.decodeXML = _;
|
|
6603
|
-
})(
|
|
6603
|
+
})(Ie);
|
|
6604
6604
|
var I;
|
|
6605
6605
|
(function(n) {
|
|
6606
6606
|
n[n.Tab = 9] = "Tab", n[n.NewLine = 10] = "NewLine", n[n.FormFeed = 12] = "FormFeed", n[n.CarriageReturn = 13] = "CarriageReturn", n[n.Space = 32] = "Space", n[n.ExclamationMark = 33] = "ExclamationMark", n[n.Number = 35] = "Number", n[n.Amp = 38] = "Amp", n[n.SingleQuote = 39] = "SingleQuote", n[n.DoubleQuote = 34] = "DoubleQuote", n[n.Dash = 45] = "Dash", n[n.Slash = 47] = "Slash", n[n.Zero = 48] = "Zero", n[n.Nine = 57] = "Nine", n[n.Semi = 59] = "Semi", n[n.Lt = 60] = "Lt", n[n.Eq = 61] = "Eq", n[n.Gt = 62] = "Gt", n[n.Questionmark = 63] = "Questionmark", n[n.UpperA = 65] = "UpperA", n[n.LowerA = 97] = "LowerA", n[n.UpperF = 70] = "UpperF", n[n.LowerF = 102] = "LowerF", n[n.UpperZ = 90] = "UpperZ", n[n.LowerZ = 122] = "LowerZ", n[n.LowerX = 120] = "LowerX", n[n.OpeningSquareBracket = 91] = "OpeningSquareBracket";
|
|
@@ -6624,10 +6624,10 @@ function J2(n) {
|
|
|
6624
6624
|
function Q2(n) {
|
|
6625
6625
|
return n >= I.UpperA && n <= I.UpperF || n >= I.LowerA && n <= I.LowerF;
|
|
6626
6626
|
}
|
|
6627
|
-
var
|
|
6627
|
+
var Re;
|
|
6628
6628
|
(function(n) {
|
|
6629
6629
|
n[n.NoValue = 0] = "NoValue", n[n.Unquoted = 1] = "Unquoted", n[n.Single = 2] = "Single", n[n.Double = 3] = "Double";
|
|
6630
|
-
})(
|
|
6630
|
+
})(Re || (Re = {}));
|
|
6631
6631
|
const de = {
|
|
6632
6632
|
Cdata: new Uint8Array([67, 68, 65, 84, 65, 91]),
|
|
6633
6633
|
CdataEnd: new Uint8Array([93, 93, 62]),
|
|
@@ -6639,7 +6639,7 @@ const de = {
|
|
|
6639
6639
|
};
|
|
6640
6640
|
class Og {
|
|
6641
6641
|
constructor({ xmlMode: e = !1, decodeEntities: t = !0 }, r) {
|
|
6642
|
-
this.cbs = r, this.state = E.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = E.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.trieIndex = 0, this.trieCurrent = 0, this.entityResult = 0, this.entityExcess = 0, this.xmlMode = e, this.decodeEntities = t, this.entityTrie = e ?
|
|
6642
|
+
this.cbs = r, this.state = E.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = E.Text, this.isSpecial = !1, this.running = !0, this.offset = 0, this.currentSequence = void 0, this.sequenceIndex = 0, this.trieIndex = 0, this.trieCurrent = 0, this.entityResult = 0, this.entityExcess = 0, this.xmlMode = e, this.decodeEntities = t, this.entityTrie = e ? Ie.xmlDecodeTree : Ie.htmlDecodeTree;
|
|
6643
6643
|
}
|
|
6644
6644
|
reset() {
|
|
6645
6645
|
this.state = E.Text, this.buffer = "", this.sectionStart = 0, this.index = 0, this.baseState = E.Text, this.currentSequence = void 0, this.running = !0, this.offset = 0;
|
|
@@ -6773,13 +6773,13 @@ class Og {
|
|
|
6773
6773
|
(e === I.Eq || zt(e)) && (this.cbs.onattribname(this.sectionStart, this.index), this.sectionStart = -1, this.state = E.AfterAttributeName, this.stateAfterAttributeName(e));
|
|
6774
6774
|
}
|
|
6775
6775
|
stateAfterAttributeName(e) {
|
|
6776
|
-
e === I.Eq ? this.state = E.BeforeAttributeValue : e === I.Slash || e === I.Gt ? (this.cbs.onattribend(
|
|
6776
|
+
e === I.Eq ? this.state = E.BeforeAttributeValue : e === I.Slash || e === I.Gt ? (this.cbs.onattribend(Re.NoValue, this.index), this.state = E.BeforeAttributeName, this.stateBeforeAttributeName(e)) : je(e) || (this.cbs.onattribend(Re.NoValue, this.index), this.state = E.InAttributeName, this.sectionStart = this.index);
|
|
6777
6777
|
}
|
|
6778
6778
|
stateBeforeAttributeValue(e) {
|
|
6779
6779
|
e === I.DoubleQuote ? (this.state = E.InAttributeValueDq, this.sectionStart = this.index + 1) : e === I.SingleQuote ? (this.state = E.InAttributeValueSq, this.sectionStart = this.index + 1) : je(e) || (this.sectionStart = this.index, this.state = E.InAttributeValueNq, this.stateInAttributeValueNoQuotes(e));
|
|
6780
6780
|
}
|
|
6781
6781
|
handleInAttributeValue(e, t) {
|
|
6782
|
-
e === t || !this.decodeEntities && this.fastForwardTo(t) ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(t === I.DoubleQuote ?
|
|
6782
|
+
e === t || !this.decodeEntities && this.fastForwardTo(t) ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(t === I.DoubleQuote ? Re.Double : Re.Single, this.index), this.state = E.BeforeAttributeName) : this.decodeEntities && e === I.Amp && (this.baseState = this.state, this.state = E.BeforeEntity);
|
|
6783
6783
|
}
|
|
6784
6784
|
stateInAttributeValueDoubleQuotes(e) {
|
|
6785
6785
|
this.handleInAttributeValue(e, I.DoubleQuote);
|
|
@@ -6788,7 +6788,7 @@ class Og {
|
|
|
6788
6788
|
this.handleInAttributeValue(e, I.SingleQuote);
|
|
6789
6789
|
}
|
|
6790
6790
|
stateInAttributeValueNoQuotes(e) {
|
|
6791
|
-
je(e) || e === I.Gt ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(
|
|
6791
|
+
je(e) || e === I.Gt ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(Re.Unquoted, this.index), this.state = E.BeforeAttributeName, this.stateBeforeAttributeName(e)) : this.decodeEntities && e === I.Amp && (this.baseState = this.state, this.state = E.BeforeEntity);
|
|
6792
6792
|
}
|
|
6793
6793
|
stateBeforeDeclaration(e) {
|
|
6794
6794
|
e === I.OpeningSquareBracket ? (this.state = E.CDATASequence, this.sequenceIndex = 0) : this.state = e === I.Dash ? E.BeforeComment : E.InDeclaration;
|
|
@@ -6813,12 +6813,12 @@ class Og {
|
|
|
6813
6813
|
this.entityExcess = 1, this.entityResult = 0, e === I.Number ? this.state = E.BeforeNumericEntity : e === I.Amp || (this.trieIndex = 0, this.trieCurrent = this.entityTrie[0], this.state = E.InNamedEntity, this.stateInNamedEntity(e));
|
|
6814
6814
|
}
|
|
6815
6815
|
stateInNamedEntity(e) {
|
|
6816
|
-
if (this.entityExcess += 1, this.trieIndex =
|
|
6816
|
+
if (this.entityExcess += 1, this.trieIndex = Ie.determineBranch(this.entityTrie, this.trieCurrent, this.trieIndex + 1, e), this.trieIndex < 0) {
|
|
6817
6817
|
this.emitNamedEntity(), this.index--;
|
|
6818
6818
|
return;
|
|
6819
6819
|
}
|
|
6820
6820
|
this.trieCurrent = this.entityTrie[this.trieIndex];
|
|
6821
|
-
const t = this.trieCurrent &
|
|
6821
|
+
const t = this.trieCurrent & Ie.BinTrieFlags.VALUE_LENGTH;
|
|
6822
6822
|
if (t) {
|
|
6823
6823
|
const r = (t >> 14) - 1;
|
|
6824
6824
|
if (!this.allowLegacyEntity() && e !== I.Semi)
|
|
@@ -6832,9 +6832,9 @@ class Og {
|
|
|
6832
6832
|
emitNamedEntity() {
|
|
6833
6833
|
if (this.state = this.baseState, this.entityResult === 0)
|
|
6834
6834
|
return;
|
|
6835
|
-
switch ((this.entityTrie[this.entityResult] &
|
|
6835
|
+
switch ((this.entityTrie[this.entityResult] & Ie.BinTrieFlags.VALUE_LENGTH) >> 14) {
|
|
6836
6836
|
case 1: {
|
|
6837
|
-
this.emitCodePoint(this.entityTrie[this.entityResult] & ~
|
|
6837
|
+
this.emitCodePoint(this.entityTrie[this.entityResult] & ~Ie.BinTrieFlags.VALUE_LENGTH);
|
|
6838
6838
|
break;
|
|
6839
6839
|
}
|
|
6840
6840
|
case 2: {
|
|
@@ -6850,7 +6850,7 @@ class Og {
|
|
|
6850
6850
|
}
|
|
6851
6851
|
emitNumericEntity(e) {
|
|
6852
6852
|
const t = this.index - this.entityExcess - 1;
|
|
6853
|
-
t + 2 + +(this.state === E.InHexEntity) !== this.index && (t > this.sectionStart && this.emitPartial(this.sectionStart, t), this.sectionStart = this.index + Number(e), this.emitCodePoint(
|
|
6853
|
+
t + 2 + +(this.state === E.InHexEntity) !== this.index && (t > this.sectionStart && this.emitPartial(this.sectionStart, t), this.sectionStart = this.index + Number(e), this.emitCodePoint(Ie.replaceCodePoint(this.entityResult))), this.state = this.baseState;
|
|
6854
6854
|
}
|
|
6855
6855
|
stateInNumericEntity(e) {
|
|
6856
6856
|
e === I.Semi ? this.emitNumericEntity(!0) : Ji(e) ? (this.entityResult = this.entityResult * 10 + (e - I.Zero), this.entityExcess++) : (this.allowLegacyEntity() ? this.emitNumericEntity(!1) : this.state = this.baseState, this.index--);
|
|
@@ -7013,7 +7013,7 @@ class Og {
|
|
|
7013
7013
|
this.baseState !== E.Text && this.baseState !== E.InSpecialTag ? this.cbs.onattribentity(e) : this.cbs.ontextentity(e);
|
|
7014
7014
|
}
|
|
7015
7015
|
}
|
|
7016
|
-
const
|
|
7016
|
+
const ut = /* @__PURE__ */ new Set([
|
|
7017
7017
|
"input",
|
|
7018
7018
|
"option",
|
|
7019
7019
|
"optgroup",
|
|
@@ -7034,12 +7034,12 @@ const ot = /* @__PURE__ */ new Set([
|
|
|
7034
7034
|
["h4", J],
|
|
7035
7035
|
["h5", J],
|
|
7036
7036
|
["h6", J],
|
|
7037
|
-
["select",
|
|
7038
|
-
["input",
|
|
7039
|
-
["output",
|
|
7040
|
-
["button",
|
|
7041
|
-
["datalist",
|
|
7042
|
-
["textarea",
|
|
7037
|
+
["select", ut],
|
|
7038
|
+
["input", ut],
|
|
7039
|
+
["output", ut],
|
|
7040
|
+
["button", ut],
|
|
7041
|
+
["datalist", ut],
|
|
7042
|
+
["textarea", ut],
|
|
7043
7043
|
["option", /* @__PURE__ */ new Set(["option"])],
|
|
7044
7044
|
["optgroup", /* @__PURE__ */ new Set(["optgroup", "option"])],
|
|
7045
7045
|
["dd", Xi],
|
|
@@ -7116,7 +7116,7 @@ class qr {
|
|
|
7116
7116
|
ontextentity(e) {
|
|
7117
7117
|
var t, r;
|
|
7118
7118
|
const i = this.tokenizer.getSectionStart();
|
|
7119
|
-
this.endIndex = i - 1, (r = (t = this.cbs).ontext) === null || r === void 0 || r.call(t,
|
|
7119
|
+
this.endIndex = i - 1, (r = (t = this.cbs).ontext) === null || r === void 0 || r.call(t, Ie.fromCodePoint(e)), this.startIndex = i;
|
|
7120
7120
|
}
|
|
7121
7121
|
isVoidElement(e) {
|
|
7122
7122
|
return !this.options.xmlMode && e3.has(e);
|
|
@@ -7187,12 +7187,12 @@ class qr {
|
|
|
7187
7187
|
}
|
|
7188
7188
|
/** @internal */
|
|
7189
7189
|
onattribentity(e) {
|
|
7190
|
-
this.attribvalue +=
|
|
7190
|
+
this.attribvalue += Ie.fromCodePoint(e);
|
|
7191
7191
|
}
|
|
7192
7192
|
/** @internal */
|
|
7193
7193
|
onattribend(e, t) {
|
|
7194
7194
|
var r, i;
|
|
7195
|
-
this.endIndex = t, (i = (r = this.cbs).onattribute) === null || i === void 0 || i.call(r, this.attribname, this.attribvalue, e ===
|
|
7195
|
+
this.endIndex = t, (i = (r = this.cbs).onattribute) === null || i === void 0 || i.call(r, this.attribname, this.attribvalue, e === Re.Double ? '"' : e === Re.Single ? "'" : e === Re.NoValue ? void 0 : null), this.attribs && !Object.prototype.hasOwnProperty.call(this.attribs, this.attribname) && (this.attribs[this.attribname] = this.attribvalue), this.attribvalue = "";
|
|
7196
7196
|
}
|
|
7197
7197
|
getInstructionName(e) {
|
|
7198
7198
|
const t = e.search(t3);
|
|
@@ -7334,15 +7334,15 @@ var K;
|
|
|
7334
7334
|
function Ig(n) {
|
|
7335
7335
|
return n.type === K.Tag || n.type === K.Script || n.type === K.Style;
|
|
7336
7336
|
}
|
|
7337
|
-
const Pg = K.Root,
|
|
7337
|
+
const Pg = K.Root, Lg = K.Text, Rg = K.Directive, Ng = K.Comment, _g = K.Script, Fg = K.Style, Ug = K.Tag, jg = K.CDATA, qg = K.Doctype, n3 = /* @__PURE__ */ Object.freeze({
|
|
7338
7338
|
__proto__: null,
|
|
7339
7339
|
get ElementType() {
|
|
7340
7340
|
return K;
|
|
7341
7341
|
},
|
|
7342
7342
|
isTag: Ig,
|
|
7343
7343
|
Root: Pg,
|
|
7344
|
-
Text:
|
|
7345
|
-
Directive:
|
|
7344
|
+
Text: Lg,
|
|
7345
|
+
Directive: Rg,
|
|
7346
7346
|
Comment: Ng,
|
|
7347
7347
|
Script: _g,
|
|
7348
7348
|
Style: Fg,
|
|
@@ -7519,10 +7519,10 @@ class Wg extends zr {
|
|
|
7519
7519
|
function ye(n) {
|
|
7520
7520
|
return Ig(n);
|
|
7521
7521
|
}
|
|
7522
|
-
function
|
|
7522
|
+
function Ln(n) {
|
|
7523
7523
|
return n.type === K.CDATA;
|
|
7524
7524
|
}
|
|
7525
|
-
function
|
|
7525
|
+
function nt(n) {
|
|
7526
7526
|
return n.type === K.Text;
|
|
7527
7527
|
}
|
|
7528
7528
|
function Yr(n) {
|
|
@@ -7539,14 +7539,14 @@ function Ze(n) {
|
|
|
7539
7539
|
}
|
|
7540
7540
|
function Kg(n, e = !1) {
|
|
7541
7541
|
let t;
|
|
7542
|
-
if (
|
|
7542
|
+
if (nt(n))
|
|
7543
7543
|
t = new fr(n.data);
|
|
7544
7544
|
else if (Yr(n))
|
|
7545
7545
|
t = new zg(n.data);
|
|
7546
7546
|
else if (ye(n)) {
|
|
7547
7547
|
const r = e ? Gn(n.children) : [], i = new Wg(n.name, { ...n.attribs }, r);
|
|
7548
7548
|
r.forEach((s) => s.parent = i), n.namespace != null && (i.namespace = n.namespace), n["x-attribsNamespace"] && (i["x-attribsNamespace"] = { ...n["x-attribsNamespace"] }), n["x-attribsPrefix"] && (i["x-attribsPrefix"] = { ...n["x-attribsPrefix"] }), t = i;
|
|
7549
|
-
} else if (
|
|
7549
|
+
} else if (Ln(n)) {
|
|
7550
7550
|
const r = e ? Gn(n.children) : [], i = new Gg(r);
|
|
7551
7551
|
r.forEach((s) => s.parent = i), t = i;
|
|
7552
7552
|
} else if (Vg(n)) {
|
|
@@ -7837,7 +7837,7 @@ function h3(n, e) {
|
|
|
7837
7837
|
case Pg:
|
|
7838
7838
|
return Gr(n.children, e);
|
|
7839
7839
|
case qg:
|
|
7840
|
-
case
|
|
7840
|
+
case Rg:
|
|
7841
7841
|
return b3(n);
|
|
7842
7842
|
case Ng:
|
|
7843
7843
|
return v3(n);
|
|
@@ -7847,7 +7847,7 @@ function h3(n, e) {
|
|
|
7847
7847
|
case Fg:
|
|
7848
7848
|
case Ug:
|
|
7849
7849
|
return m3(n, e);
|
|
7850
|
-
case
|
|
7850
|
+
case Lg:
|
|
7851
7851
|
return y3(n, e);
|
|
7852
7852
|
}
|
|
7853
7853
|
}
|
|
@@ -7892,18 +7892,18 @@ function v3(n) {
|
|
|
7892
7892
|
function Qg(n, e) {
|
|
7893
7893
|
return Gr(n, e);
|
|
7894
7894
|
}
|
|
7895
|
-
function
|
|
7895
|
+
function k3(n, e) {
|
|
7896
7896
|
return Ze(n) ? n.children.map((t) => Qg(t, e)).join("") : "";
|
|
7897
7897
|
}
|
|
7898
7898
|
function nn(n) {
|
|
7899
7899
|
return Array.isArray(n) ? n.map(nn).join("") : ye(n) ? n.name === "br" ? `
|
|
7900
|
-
` : nn(n.children) :
|
|
7900
|
+
` : nn(n.children) : Ln(n) ? nn(n.children) : nt(n) ? n.data : "";
|
|
7901
7901
|
}
|
|
7902
|
-
function
|
|
7903
|
-
return Array.isArray(n) ? n.map(
|
|
7902
|
+
function kn(n) {
|
|
7903
|
+
return Array.isArray(n) ? n.map(kn).join("") : Ze(n) && !Yr(n) ? kn(n.children) : nt(n) ? n.data : "";
|
|
7904
7904
|
}
|
|
7905
7905
|
function gr(n) {
|
|
7906
|
-
return Array.isArray(n) ? n.map(gr).join("") : Ze(n) && (n.type === K.Tag ||
|
|
7906
|
+
return Array.isArray(n) ? n.map(gr).join("") : Ze(n) && (n.type === K.Tag || Ln(n)) ? gr(n.children) : nt(n) ? n.data : "";
|
|
7907
7907
|
}
|
|
7908
7908
|
function Xg(n) {
|
|
7909
7909
|
return Ze(n) ? n.children : [];
|
|
@@ -7911,7 +7911,7 @@ function Xg(n) {
|
|
|
7911
7911
|
function ep(n) {
|
|
7912
7912
|
return n.parent || null;
|
|
7913
7913
|
}
|
|
7914
|
-
function
|
|
7914
|
+
function w3(n) {
|
|
7915
7915
|
const e = ep(n);
|
|
7916
7916
|
if (e != null)
|
|
7917
7917
|
return Xg(e);
|
|
@@ -7996,7 +7996,7 @@ function O3(n, e) {
|
|
|
7996
7996
|
}
|
|
7997
7997
|
n.prev && (n.prev.next = e), e.parent = t, e.prev = n.prev, e.next = n, n.prev = e;
|
|
7998
7998
|
}
|
|
7999
|
-
function
|
|
7999
|
+
function Rn(n, e, t = !0, r = 1 / 0) {
|
|
8000
8000
|
return tp(n, Array.isArray(e) ? e : [e], t, r);
|
|
8001
8001
|
}
|
|
8002
8002
|
function tp(n, e, t, r) {
|
|
@@ -8043,7 +8043,7 @@ function P3(n, e) {
|
|
|
8043
8043
|
ye(s) && (n(s) && t.push(s), s.children.length > 0 && (i.unshift(0), r.unshift(s.children)));
|
|
8044
8044
|
}
|
|
8045
8045
|
}
|
|
8046
|
-
const
|
|
8046
|
+
const wn = {
|
|
8047
8047
|
tag_name(n) {
|
|
8048
8048
|
return typeof n == "function" ? (e) => ye(e) && n(e.name) : n === "*" ? ye : (e) => ye(e) && e.name === n;
|
|
8049
8049
|
},
|
|
@@ -8051,38 +8051,38 @@ const kn = {
|
|
|
8051
8051
|
return typeof n == "function" ? (e) => n(e.type) : (e) => e.type === n;
|
|
8052
8052
|
},
|
|
8053
8053
|
tag_contains(n) {
|
|
8054
|
-
return typeof n == "function" ? (e) =>
|
|
8054
|
+
return typeof n == "function" ? (e) => nt(e) && n(e.data) : (e) => nt(e) && e.data === n;
|
|
8055
8055
|
}
|
|
8056
8056
|
};
|
|
8057
8057
|
function rp(n, e) {
|
|
8058
8058
|
return typeof e == "function" ? (t) => ye(t) && e(t.attribs[n]) : (t) => ye(t) && t.attribs[n] === e;
|
|
8059
8059
|
}
|
|
8060
|
-
function
|
|
8060
|
+
function L3(n, e) {
|
|
8061
8061
|
return (t) => n(t) || e(t);
|
|
8062
8062
|
}
|
|
8063
8063
|
function ip(n) {
|
|
8064
8064
|
const e = Object.keys(n).map((t) => {
|
|
8065
8065
|
const r = n[t];
|
|
8066
|
-
return Object.prototype.hasOwnProperty.call(
|
|
8066
|
+
return Object.prototype.hasOwnProperty.call(wn, t) ? wn[t](r) : rp(t, r);
|
|
8067
8067
|
});
|
|
8068
|
-
return e.length === 0 ? null : e.reduce(
|
|
8068
|
+
return e.length === 0 ? null : e.reduce(L3);
|
|
8069
8069
|
}
|
|
8070
|
-
function
|
|
8070
|
+
function R3(n, e) {
|
|
8071
8071
|
const t = ip(n);
|
|
8072
8072
|
return t ? t(e) : !0;
|
|
8073
8073
|
}
|
|
8074
8074
|
function N3(n, e, t, r = 1 / 0) {
|
|
8075
8075
|
const i = ip(n);
|
|
8076
|
-
return i ?
|
|
8076
|
+
return i ? Rn(i, e, t, r) : [];
|
|
8077
8077
|
}
|
|
8078
8078
|
function _3(n, e, t = !0) {
|
|
8079
8079
|
return Array.isArray(e) || (e = [e]), Wr(rp("id", n), e, t);
|
|
8080
8080
|
}
|
|
8081
8081
|
function bt(n, e, t = !0, r = 1 / 0) {
|
|
8082
|
-
return
|
|
8082
|
+
return Rn(wn.tag_name(n), e, t, r);
|
|
8083
8083
|
}
|
|
8084
8084
|
function F3(n, e, t = !0, r = 1 / 0) {
|
|
8085
|
-
return
|
|
8085
|
+
return Rn(wn.tag_type(n), e, t, r);
|
|
8086
8086
|
}
|
|
8087
8087
|
function U3(n) {
|
|
8088
8088
|
let e = n.length;
|
|
@@ -8100,10 +8100,10 @@ function U3(n) {
|
|
|
8100
8100
|
}
|
|
8101
8101
|
return n;
|
|
8102
8102
|
}
|
|
8103
|
-
var
|
|
8103
|
+
var ke;
|
|
8104
8104
|
(function(n) {
|
|
8105
8105
|
n[n.DISCONNECTED = 1] = "DISCONNECTED", n[n.PRECEDING = 2] = "PRECEDING", n[n.FOLLOWING = 4] = "FOLLOWING", n[n.CONTAINS = 8] = "CONTAINS", n[n.CONTAINED_BY = 16] = "CONTAINED_BY";
|
|
8106
|
-
})(
|
|
8106
|
+
})(ke || (ke = {}));
|
|
8107
8107
|
function sp(n, e) {
|
|
8108
8108
|
const t = [], r = [];
|
|
8109
8109
|
if (n === e)
|
|
@@ -8118,14 +8118,14 @@ function sp(n, e) {
|
|
|
8118
8118
|
for (; o < s && t[o] === r[o]; )
|
|
8119
8119
|
o++;
|
|
8120
8120
|
if (o === 0)
|
|
8121
|
-
return
|
|
8121
|
+
return ke.DISCONNECTED;
|
|
8122
8122
|
const a = t[o - 1], u = a.children, l = t[o], c = r[o];
|
|
8123
|
-
return u.indexOf(l) > u.indexOf(c) ? a === e ?
|
|
8123
|
+
return u.indexOf(l) > u.indexOf(c) ? a === e ? ke.FOLLOWING | ke.CONTAINED_BY : ke.FOLLOWING : a === n ? ke.PRECEDING | ke.CONTAINS : ke.PRECEDING;
|
|
8124
8124
|
}
|
|
8125
8125
|
function j3(n) {
|
|
8126
8126
|
return n = n.filter((e, t, r) => !r.includes(e, t + 1)), n.sort((e, t) => {
|
|
8127
8127
|
const r = sp(e, t);
|
|
8128
|
-
return r &
|
|
8128
|
+
return r & ke.PRECEDING ? -1 : r & ke.FOLLOWING ? 1 : 0;
|
|
8129
8129
|
}), n;
|
|
8130
8130
|
}
|
|
8131
8131
|
function Vr(n) {
|
|
@@ -8197,7 +8197,7 @@ function En(n, e) {
|
|
|
8197
8197
|
return bt(n, e, !0, 1)[0];
|
|
8198
8198
|
}
|
|
8199
8199
|
function Ke(n, e, t = !1) {
|
|
8200
|
-
return
|
|
8200
|
+
return kn(bt(n, e, t, 1)).trim();
|
|
8201
8201
|
}
|
|
8202
8202
|
function fe(n, e, t, r, i = !1) {
|
|
8203
8203
|
const s = Ke(t, r, i);
|
|
@@ -8209,19 +8209,19 @@ function G3(n) {
|
|
|
8209
8209
|
const W3 = /* @__PURE__ */ Object.freeze({
|
|
8210
8210
|
__proto__: null,
|
|
8211
8211
|
isTag: ye,
|
|
8212
|
-
isCDATA:
|
|
8213
|
-
isText:
|
|
8212
|
+
isCDATA: Ln,
|
|
8213
|
+
isText: nt,
|
|
8214
8214
|
isComment: Yr,
|
|
8215
8215
|
isDocument: Vg,
|
|
8216
8216
|
hasChildren: Ze,
|
|
8217
8217
|
getOuterHTML: Qg,
|
|
8218
|
-
getInnerHTML:
|
|
8218
|
+
getInnerHTML: k3,
|
|
8219
8219
|
getText: nn,
|
|
8220
|
-
textContent:
|
|
8220
|
+
textContent: kn,
|
|
8221
8221
|
innerText: gr,
|
|
8222
8222
|
getChildren: Xg,
|
|
8223
8223
|
getParent: ep,
|
|
8224
|
-
getSiblings:
|
|
8224
|
+
getSiblings: w3,
|
|
8225
8225
|
getAttributeValue: E3,
|
|
8226
8226
|
hasAttrib: T3,
|
|
8227
8227
|
getName: $3,
|
|
@@ -8233,20 +8233,20 @@ const W3 = /* @__PURE__ */ Object.freeze({
|
|
|
8233
8233
|
append: M3,
|
|
8234
8234
|
prependChild: D3,
|
|
8235
8235
|
prepend: O3,
|
|
8236
|
-
filter:
|
|
8236
|
+
filter: Rn,
|
|
8237
8237
|
find: tp,
|
|
8238
8238
|
findOneChild: I3,
|
|
8239
8239
|
findOne: Wr,
|
|
8240
8240
|
existsOne: np,
|
|
8241
8241
|
findAll: P3,
|
|
8242
|
-
testElement:
|
|
8242
|
+
testElement: R3,
|
|
8243
8243
|
getElements: N3,
|
|
8244
8244
|
getElementById: _3,
|
|
8245
8245
|
getElementsByTagName: bt,
|
|
8246
8246
|
getElementsByTagType: F3,
|
|
8247
8247
|
removeSubsets: U3,
|
|
8248
8248
|
get DocumentPosition() {
|
|
8249
|
-
return
|
|
8249
|
+
return ke;
|
|
8250
8250
|
},
|
|
8251
8251
|
compareDocumentPosition: sp,
|
|
8252
8252
|
uniqueSort: j3,
|
|
@@ -8394,7 +8394,7 @@ var p6 = ht, m6 = p6, cp = { exports: {} };
|
|
|
8394
8394
|
for (var i = e.length, s = /^[ \t\n\r\u000c]+/, o = /^[, \t\n\r\u000c]+/, a = /^[^ \t\n\r\u000c]+/, u = /[,]+$/, l = /^\d+$/, c = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/, f, d, h, m, b, p = 0, C = []; ; ) {
|
|
8395
8395
|
if (r(o), p >= i)
|
|
8396
8396
|
return C;
|
|
8397
|
-
f = r(a), d = [], f.slice(-1) === "," ? (f = f.replace(u, ""),
|
|
8397
|
+
f = r(a), d = [], f.slice(-1) === "," ? (f = f.replace(u, ""), R()) : A();
|
|
8398
8398
|
}
|
|
8399
8399
|
function A() {
|
|
8400
8400
|
for (r(s), h = "", m = "in descriptor"; ; ) {
|
|
@@ -8402,12 +8402,12 @@ var p6 = ht, m6 = p6, cp = { exports: {} };
|
|
|
8402
8402
|
if (t(b))
|
|
8403
8403
|
h && (d.push(h), h = "", m = "after descriptor");
|
|
8404
8404
|
else if (b === ",") {
|
|
8405
|
-
p += 1, h && d.push(h),
|
|
8405
|
+
p += 1, h && d.push(h), R();
|
|
8406
8406
|
return;
|
|
8407
8407
|
} else if (b === "(")
|
|
8408
8408
|
h = h + b, m = "in parens";
|
|
8409
8409
|
else if (b === "") {
|
|
8410
|
-
h && d.push(h),
|
|
8410
|
+
h && d.push(h), R();
|
|
8411
8411
|
return;
|
|
8412
8412
|
} else
|
|
8413
8413
|
h = h + b;
|
|
@@ -8415,23 +8415,23 @@ var p6 = ht, m6 = p6, cp = { exports: {} };
|
|
|
8415
8415
|
if (b === ")")
|
|
8416
8416
|
h = h + b, m = "in descriptor";
|
|
8417
8417
|
else if (b === "") {
|
|
8418
|
-
d.push(h),
|
|
8418
|
+
d.push(h), R();
|
|
8419
8419
|
return;
|
|
8420
8420
|
} else
|
|
8421
8421
|
h = h + b;
|
|
8422
8422
|
else if (m === "after descriptor" && !t(b))
|
|
8423
8423
|
if (b === "") {
|
|
8424
|
-
|
|
8424
|
+
R();
|
|
8425
8425
|
return;
|
|
8426
8426
|
} else
|
|
8427
8427
|
m = "in descriptor", p -= 1;
|
|
8428
8428
|
p += 1;
|
|
8429
8429
|
}
|
|
8430
8430
|
}
|
|
8431
|
-
function
|
|
8432
|
-
var O = !1, P, N, q, G, H = {}, _, x, B,
|
|
8431
|
+
function R() {
|
|
8432
|
+
var O = !1, P, N, q, G, H = {}, _, x, B, w, k;
|
|
8433
8433
|
for (G = 0; G < d.length; G++)
|
|
8434
|
-
_ = d[G], x = _[_.length - 1], B = _.substring(0, _.length - 1),
|
|
8434
|
+
_ = d[G], x = _[_.length - 1], B = _.substring(0, _.length - 1), w = parseInt(B, 10), k = parseFloat(B), l.test(B) && x === "w" ? ((P || N) && (O = !0), w === 0 ? O = !0 : P = w) : c.test(B) && x === "x" ? ((P || N || q) && (O = !0), k < 0 ? O = !0 : N = k) : l.test(B) && x === "h" ? ((q || N) && (O = !0), w === 0 ? O = !0 : q = w) : O = !0;
|
|
8435
8435
|
O ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + _ + "'.") : (H.url = f, P && (H.w = P), N && (H.d = N), q && (H.h = q), C.push(H));
|
|
8436
8436
|
}
|
|
8437
8437
|
};
|
|
@@ -8445,8 +8445,8 @@ Kr.exports.createColors = dp;
|
|
|
8445
8445
|
const b6 = {}, y6 = /* @__PURE__ */ Object.freeze({
|
|
8446
8446
|
__proto__: null,
|
|
8447
8447
|
default: b6
|
|
8448
|
-
}),
|
|
8449
|
-
let ls = Kr.exports, cs =
|
|
8448
|
+
}), Ae = /* @__PURE__ */ In(y6);
|
|
8449
|
+
let ls = Kr.exports, cs = Ae;
|
|
8450
8450
|
class Mt extends Error {
|
|
8451
8451
|
constructor(e, t, r, i, s, o) {
|
|
8452
8452
|
super(e), this.name = "CssSyntaxError", this.reason = e, s && (this.file = s), i && (this.source = i), o && (this.plugin = o), typeof t < "u" && typeof r < "u" && (typeof t == "number" ? (this.line = t, this.column = r) : (this.line = t.line, this.column = t.column, this.endLine = r.line, this.endColumn = r.column)), this.setMessage(), Error.captureStackTrace && Error.captureStackTrace(this, Mt);
|
|
@@ -8683,7 +8683,7 @@ function mr(n, e) {
|
|
|
8683
8683
|
}
|
|
8684
8684
|
var Nn = mr;
|
|
8685
8685
|
mr.default = mr;
|
|
8686
|
-
let { isClean: Yt, my:
|
|
8686
|
+
let { isClean: Yt, my: k6 } = Ft, w6 = Zr, E6 = fp, T6 = Nn;
|
|
8687
8687
|
function br(n, e) {
|
|
8688
8688
|
let t = new n.constructor();
|
|
8689
8689
|
for (let r in n) {
|
|
@@ -8695,7 +8695,7 @@ function br(n, e) {
|
|
|
8695
8695
|
}
|
|
8696
8696
|
class yr {
|
|
8697
8697
|
constructor(e = {}) {
|
|
8698
|
-
this.raws = {}, this[Yt] = !1, this[
|
|
8698
|
+
this.raws = {}, this[Yt] = !1, this[k6] = !0;
|
|
8699
8699
|
for (let t in e)
|
|
8700
8700
|
if (t === "nodes") {
|
|
8701
8701
|
this.nodes = [];
|
|
@@ -8714,7 +8714,7 @@ class yr {
|
|
|
8714
8714
|
t
|
|
8715
8715
|
);
|
|
8716
8716
|
}
|
|
8717
|
-
return new
|
|
8717
|
+
return new w6(e);
|
|
8718
8718
|
}
|
|
8719
8719
|
warn(e, t, r) {
|
|
8720
8720
|
let i = { node: this };
|
|
@@ -8916,7 +8916,7 @@ const A6 = /* @__PURE__ */ Object.freeze({
|
|
|
8916
8916
|
nanoid: B6,
|
|
8917
8917
|
customAlphabet: C6
|
|
8918
8918
|
}), M6 = /* @__PURE__ */ In(A6);
|
|
8919
|
-
let { SourceMapConsumer: fs, SourceMapGenerator: hs } =
|
|
8919
|
+
let { SourceMapConsumer: fs, SourceMapGenerator: hs } = Ae, { existsSync: D6, readFileSync: O6 } = Ae, { dirname: Wn, join: I6 } = Ae;
|
|
8920
8920
|
function P6(n) {
|
|
8921
8921
|
return $ ? $.from(n, "base64").toString() : window.atob(n);
|
|
8922
8922
|
}
|
|
@@ -8999,12 +8999,12 @@ class vr {
|
|
|
8999
8999
|
}
|
|
9000
9000
|
var hp = vr;
|
|
9001
9001
|
vr.default = vr;
|
|
9002
|
-
let { SourceMapConsumer:
|
|
9002
|
+
let { SourceMapConsumer: L6, SourceMapGenerator: R6 } = Ae, { fileURLToPath: gs, pathToFileURL: Gt } = Ae, { resolve: kr, isAbsolute: wr } = Ae, { nanoid: N6 } = M6, Vn = Ae, ps = Zr, _6 = hp, Kn = Symbol("fromOffsetCache"), F6 = !!(L6 && R6), ms = !!(kr && wr);
|
|
9003
9003
|
class Tn {
|
|
9004
9004
|
constructor(e, t = {}) {
|
|
9005
9005
|
if (e === null || typeof e > "u" || typeof e == "object" && !e.toString)
|
|
9006
9006
|
throw new Error(`PostCSS received ${e} instead of CSS string`);
|
|
9007
|
-
if (this.css = e.toString(), this.css[0] === "\uFEFF" || this.css[0] === "" ? (this.hasBOM = !0, this.css = this.css.slice(1)) : this.hasBOM = !1, t.from && (!ms || /^\w+:\/\//.test(t.from) ||
|
|
9007
|
+
if (this.css = e.toString(), this.css[0] === "\uFEFF" || this.css[0] === "" ? (this.hasBOM = !0, this.css = this.css.slice(1)) : this.hasBOM = !1, t.from && (!ms || /^\w+:\/\//.test(t.from) || wr(t.from) ? this.file = t.from : this.file = kr(t.from)), ms && F6) {
|
|
9008
9008
|
let r = new _6(this.css, t);
|
|
9009
9009
|
if (r.text) {
|
|
9010
9010
|
this.map = r;
|
|
@@ -9090,7 +9090,7 @@ class Tn {
|
|
|
9090
9090
|
let a;
|
|
9091
9091
|
typeof r == "number" && (a = s.originalPositionFor({ line: r, column: i }));
|
|
9092
9092
|
let u;
|
|
9093
|
-
|
|
9093
|
+
wr(o.source) ? u = Gt(o.source) : u = new URL(
|
|
9094
9094
|
o.source,
|
|
9095
9095
|
this.map.consumer().sourceRoot || Gt(this.map.mapFile)
|
|
9096
9096
|
);
|
|
@@ -9110,7 +9110,7 @@ class Tn {
|
|
|
9110
9110
|
return c && (l.source = c), l;
|
|
9111
9111
|
}
|
|
9112
9112
|
mapResolve(e) {
|
|
9113
|
-
return /^\w+:\/\//.test(e) ? e :
|
|
9113
|
+
return /^\w+:\/\//.test(e) ? e : kr(this.map.consumer().sourceRoot || this.map.root || ".", e);
|
|
9114
9114
|
}
|
|
9115
9115
|
get from() {
|
|
9116
9116
|
return this.file || this.id;
|
|
@@ -9125,7 +9125,7 @@ class Tn {
|
|
|
9125
9125
|
var Un = Tn;
|
|
9126
9126
|
Tn.default = Tn;
|
|
9127
9127
|
Vn && Vn.registerInput && Vn.registerInput(Tn);
|
|
9128
|
-
let { SourceMapConsumer: gp, SourceMapGenerator: rn } =
|
|
9128
|
+
let { SourceMapConsumer: gp, SourceMapGenerator: rn } = Ae, { dirname: sn, resolve: pp, relative: mp, sep: bp } = Ae, { pathToFileURL: bs } = Ae, U6 = Un, j6 = !!(gp && rn), q6 = !!(sn && pp && mp && bp);
|
|
9129
9129
|
class H6 {
|
|
9130
9130
|
constructor(e, t, r, i) {
|
|
9131
9131
|
this.stringify = e, this.mapOpts = r.map || {}, this.root = t, this.opts = r, this.css = i, this.usesFileUrls = !this.mapOpts.from && this.mapOpts.absolute;
|
|
@@ -9274,7 +9274,7 @@ class Er extends z6 {
|
|
|
9274
9274
|
}
|
|
9275
9275
|
var jn = Er;
|
|
9276
9276
|
Er.default = Er;
|
|
9277
|
-
let { isClean: xp, my: vp } = Ft,
|
|
9277
|
+
let { isClean: xp, my: vp } = Ft, kp = Fn, wp = jn, Y6 = _n, Ep, Jr, Qr, Tp;
|
|
9278
9278
|
function $p(n) {
|
|
9279
9279
|
return n.map((e) => (e.nodes && (e.nodes = $p(e.nodes)), delete e.source, e));
|
|
9280
9280
|
}
|
|
@@ -9283,7 +9283,7 @@ function Sp(n) {
|
|
|
9283
9283
|
for (let e of n.proxyOf.nodes)
|
|
9284
9284
|
Sp(e);
|
|
9285
9285
|
}
|
|
9286
|
-
class
|
|
9286
|
+
class Se extends Y6 {
|
|
9287
9287
|
push(e) {
|
|
9288
9288
|
return e.parent = this, this.proxyOf.nodes.push(e), this;
|
|
9289
9289
|
}
|
|
@@ -9435,16 +9435,16 @@ class $e extends Y6 {
|
|
|
9435
9435
|
else if (e.prop) {
|
|
9436
9436
|
if (typeof e.value > "u")
|
|
9437
9437
|
throw new Error("Value field is missed in node creation");
|
|
9438
|
-
typeof e.value != "string" && (e.value = String(e.value)), e = [new
|
|
9438
|
+
typeof e.value != "string" && (e.value = String(e.value)), e = [new kp(e)];
|
|
9439
9439
|
} else if (e.selector)
|
|
9440
9440
|
e = [new Jr(e)];
|
|
9441
9441
|
else if (e.name)
|
|
9442
9442
|
e = [new Qr(e)];
|
|
9443
9443
|
else if (e.text)
|
|
9444
|
-
e = [new
|
|
9444
|
+
e = [new wp(e)];
|
|
9445
9445
|
else
|
|
9446
9446
|
throw new Error("Unknown node type in node creation");
|
|
9447
|
-
return e.map((i) => (i[vp] ||
|
|
9447
|
+
return e.map((i) => (i[vp] || Se.rebuild(i), i = i.proxyOf, i.parent && i.parent.removeChild(i), i[xp] && Sp(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));
|
|
9448
9448
|
}
|
|
9449
9449
|
getProxyProcessor() {
|
|
9450
9450
|
return {
|
|
@@ -9466,26 +9466,26 @@ class $e extends Y6 {
|
|
|
9466
9466
|
return this.indexes[e] = 0, e;
|
|
9467
9467
|
}
|
|
9468
9468
|
}
|
|
9469
|
-
|
|
9469
|
+
Se.registerParse = (n) => {
|
|
9470
9470
|
Ep = n;
|
|
9471
9471
|
};
|
|
9472
|
-
|
|
9472
|
+
Se.registerRule = (n) => {
|
|
9473
9473
|
Jr = n;
|
|
9474
9474
|
};
|
|
9475
|
-
|
|
9475
|
+
Se.registerAtRule = (n) => {
|
|
9476
9476
|
Qr = n;
|
|
9477
9477
|
};
|
|
9478
|
-
|
|
9478
|
+
Se.registerRoot = (n) => {
|
|
9479
9479
|
Tp = n;
|
|
9480
9480
|
};
|
|
9481
|
-
var
|
|
9482
|
-
|
|
9483
|
-
|
|
9484
|
-
n.type === "atrule" ? Object.setPrototypeOf(n, Qr.prototype) : n.type === "rule" ? Object.setPrototypeOf(n, Jr.prototype) : n.type === "decl" ? Object.setPrototypeOf(n,
|
|
9485
|
-
|
|
9481
|
+
var rt = Se;
|
|
9482
|
+
Se.default = Se;
|
|
9483
|
+
Se.rebuild = (n) => {
|
|
9484
|
+
n.type === "atrule" ? Object.setPrototypeOf(n, Qr.prototype) : n.type === "rule" ? Object.setPrototypeOf(n, Jr.prototype) : n.type === "decl" ? Object.setPrototypeOf(n, kp.prototype) : n.type === "comment" ? Object.setPrototypeOf(n, wp.prototype) : n.type === "root" && Object.setPrototypeOf(n, Tp.prototype), n[vp] = !0, n.nodes && n.nodes.forEach((e) => {
|
|
9485
|
+
Se.rebuild(e);
|
|
9486
9486
|
});
|
|
9487
9487
|
};
|
|
9488
|
-
let G6 =
|
|
9488
|
+
let G6 = rt, Cp, Bp;
|
|
9489
9489
|
class Dt extends G6 {
|
|
9490
9490
|
constructor(e) {
|
|
9491
9491
|
super({ type: "document", ...e }), this.nodes || (this.nodes = []);
|
|
@@ -9545,7 +9545,7 @@ $r.default = $r;
|
|
|
9545
9545
|
const Zn = 39, ys = 34, Wt = 92, xs = 47, Vt = 10, xt = 32, Kt = 12, Zt = 9, Jt = 13, V6 = 91, K6 = 93, Z6 = 40, J6 = 41, Q6 = 123, X6 = 125, ey = 59, ty = 42, ny = 58, ry = 64, Qt = /[\t\n\f\r "#'()/;[\\\]{}]/g, Xt = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, iy = /.[\n"'(/\\]/, vs = /[\da-f]/i;
|
|
9546
9546
|
var sy = function(e, t = {}) {
|
|
9547
9547
|
let r = e.css.valueOf(), i = t.ignoreErrors, s, o, a, u, l, c, f, d, h, m, b = r.length, p = 0, C = [], A = [];
|
|
9548
|
-
function
|
|
9548
|
+
function R() {
|
|
9549
9549
|
return p;
|
|
9550
9550
|
}
|
|
9551
9551
|
function O(G) {
|
|
@@ -9645,10 +9645,10 @@ var sy = function(e, t = {}) {
|
|
|
9645
9645
|
back: q,
|
|
9646
9646
|
nextToken: N,
|
|
9647
9647
|
endOfFile: P,
|
|
9648
|
-
position:
|
|
9648
|
+
position: R
|
|
9649
9649
|
};
|
|
9650
9650
|
};
|
|
9651
|
-
let Mp =
|
|
9651
|
+
let Mp = rt;
|
|
9652
9652
|
class $n extends Mp {
|
|
9653
9653
|
constructor(e) {
|
|
9654
9654
|
super(e), this.type = "atrule";
|
|
@@ -9663,7 +9663,7 @@ class $n extends Mp {
|
|
|
9663
9663
|
var ti = $n;
|
|
9664
9664
|
$n.default = $n;
|
|
9665
9665
|
Mp.registerAtRule($n);
|
|
9666
|
-
let Dp =
|
|
9666
|
+
let Dp = rt, Op, Ip;
|
|
9667
9667
|
class gt extends Dp {
|
|
9668
9668
|
constructor(e) {
|
|
9669
9669
|
super(e), this.type = "root", this.nodes || (this.nodes = []);
|
|
@@ -9714,8 +9714,8 @@ let Ot = {
|
|
|
9714
9714
|
};
|
|
9715
9715
|
var Pp = Ot;
|
|
9716
9716
|
Ot.default = Ot;
|
|
9717
|
-
let
|
|
9718
|
-
class Sn extends
|
|
9717
|
+
let Lp = rt, oy = Pp;
|
|
9718
|
+
class Sn extends Lp {
|
|
9719
9719
|
constructor(e) {
|
|
9720
9720
|
super(e), this.type = "rule", this.nodes || (this.nodes = []);
|
|
9721
9721
|
}
|
|
@@ -9729,9 +9729,9 @@ class Sn extends Rp {
|
|
|
9729
9729
|
}
|
|
9730
9730
|
var ni = Sn;
|
|
9731
9731
|
Sn.default = Sn;
|
|
9732
|
-
|
|
9733
|
-
let uy = Fn, ay = sy, ly = jn, cy = ti, dy = Ut,
|
|
9734
|
-
const
|
|
9732
|
+
Lp.registerRule(Sn);
|
|
9733
|
+
let uy = Fn, ay = sy, ly = jn, cy = ti, dy = Ut, ks = ni;
|
|
9734
|
+
const ws = {
|
|
9735
9735
|
empty: !0,
|
|
9736
9736
|
space: !0
|
|
9737
9737
|
};
|
|
@@ -9788,7 +9788,7 @@ class hy {
|
|
|
9788
9788
|
}
|
|
9789
9789
|
}
|
|
9790
9790
|
emptyRule(e) {
|
|
9791
|
-
let t = new
|
|
9791
|
+
let t = new ks();
|
|
9792
9792
|
this.init(t, e[2]), t.selector = "", t.raws.between = "", this.current = t;
|
|
9793
9793
|
}
|
|
9794
9794
|
other(e) {
|
|
@@ -9825,7 +9825,7 @@ class hy {
|
|
|
9825
9825
|
}
|
|
9826
9826
|
rule(e) {
|
|
9827
9827
|
e.pop();
|
|
9828
|
-
let t = new
|
|
9828
|
+
let t = new ks();
|
|
9829
9829
|
this.init(t, e[0][2]), t.raws.between = this.spacesAndCommentsFromEnd(e), this.raw(t, "selector", e), this.current = t;
|
|
9830
9830
|
}
|
|
9831
9831
|
decl(e, t) {
|
|
@@ -9937,7 +9937,7 @@ class hy {
|
|
|
9937
9937
|
raw(e, t, r, i) {
|
|
9938
9938
|
let s, o, a = r.length, u = "", l = !0, c, f;
|
|
9939
9939
|
for (let d = 0; d < a; d += 1)
|
|
9940
|
-
s = r[d], o = s[0], o === "space" && d === a - 1 && !i ? l = !1 : o === "comment" ? (f = r[d - 1] ? r[d - 1][0] : "empty", c = r[d + 1] ? r[d + 1][0] : "empty", !
|
|
9940
|
+
s = r[d], o = s[0], o === "space" && d === a - 1 && !i ? l = !1 : o === "comment" ? (f = r[d - 1] ? r[d - 1][0] : "empty", c = r[d + 1] ? r[d + 1][0] : "empty", !ws[f] && !ws[c] ? u.slice(-1) === "," ? l = !1 : u += s[1] : l = !1) : u += s[1];
|
|
9941
9941
|
if (!l) {
|
|
9942
9942
|
let d = r.reduce((h, m) => h + m[1], "");
|
|
9943
9943
|
e.raws[t] = { value: u, raw: d };
|
|
@@ -10038,7 +10038,7 @@ class hy {
|
|
|
10038
10038
|
}
|
|
10039
10039
|
}
|
|
10040
10040
|
var gy = hy;
|
|
10041
|
-
let py =
|
|
10041
|
+
let py = rt, my = gy, by = Un;
|
|
10042
10042
|
function Cn(n, e) {
|
|
10043
10043
|
let t = new by(n, e), r = new my(t);
|
|
10044
10044
|
try {
|
|
@@ -10051,7 +10051,7 @@ function Cn(n, e) {
|
|
|
10051
10051
|
var ri = Cn;
|
|
10052
10052
|
Cn.default = Cn;
|
|
10053
10053
|
py.registerParse(Cn);
|
|
10054
|
-
let { isClean:
|
|
10054
|
+
let { isClean: De, my: yy } = Ft, xy = yp, vy = Nn, ky = rt, wy = Xr, Es = ei, Ey = ri, Ty = Ut;
|
|
10055
10055
|
const $y = {
|
|
10056
10056
|
document: "Document",
|
|
10057
10057
|
root: "Root",
|
|
@@ -10084,7 +10084,7 @@ const $y = {
|
|
|
10084
10084
|
function vt(n) {
|
|
10085
10085
|
return typeof n == "object" && typeof n.then == "function";
|
|
10086
10086
|
}
|
|
10087
|
-
function
|
|
10087
|
+
function Rp(n) {
|
|
10088
10088
|
let e = !1, t = $y[n.type];
|
|
10089
10089
|
return n.type === "decl" ? e = n.prop.toLowerCase() : n.type === "atrule" && (e = n.name.toLowerCase()), e && n.append ? [
|
|
10090
10090
|
t,
|
|
@@ -10096,7 +10096,7 @@ function Lp(n) {
|
|
|
10096
10096
|
}
|
|
10097
10097
|
function Ts(n) {
|
|
10098
10098
|
let e;
|
|
10099
|
-
return n.type === "document" ? e = ["Document", pt, "DocumentExit"] : n.type === "root" ? e = ["Root", pt, "RootExit"] : e =
|
|
10099
|
+
return n.type === "document" ? e = ["Document", pt, "DocumentExit"] : n.type === "root" ? e = ["Root", pt, "RootExit"] : e = Rp(n), {
|
|
10100
10100
|
node: n,
|
|
10101
10101
|
events: e,
|
|
10102
10102
|
eventIndex: 0,
|
|
@@ -10106,7 +10106,7 @@ function Ts(n) {
|
|
|
10106
10106
|
};
|
|
10107
10107
|
}
|
|
10108
10108
|
function Sr(n) {
|
|
10109
|
-
return n[
|
|
10109
|
+
return n[De] = !1, n.nodes && n.nodes.forEach((e) => Sr(e)), n;
|
|
10110
10110
|
}
|
|
10111
10111
|
let Cr = {};
|
|
10112
10112
|
class Je {
|
|
@@ -10125,7 +10125,7 @@ class Je {
|
|
|
10125
10125
|
} catch (o) {
|
|
10126
10126
|
this.processed = !0, this.error = o;
|
|
10127
10127
|
}
|
|
10128
|
-
i && !i[yy] &&
|
|
10128
|
+
i && !i[yy] && ky.rebuild(i);
|
|
10129
10129
|
}
|
|
10130
10130
|
this.result = new Es(e, i, r), this.helpers = { ...Cr, result: this.result, postcss: Cr }, this.plugins = this.processor.plugins.map((s) => typeof s == "object" && s.prepare ? { ...s, ...s.prepare(this.result) } : s);
|
|
10131
10131
|
}
|
|
@@ -10183,8 +10183,8 @@ class Je {
|
|
|
10183
10183
|
}
|
|
10184
10184
|
if (this.prepareVisitors(), this.hasListener) {
|
|
10185
10185
|
let e = this.result.root;
|
|
10186
|
-
for (; !e[
|
|
10187
|
-
e[
|
|
10186
|
+
for (; !e[De]; )
|
|
10187
|
+
e[De] = !0, this.walkSync(e);
|
|
10188
10188
|
if (this.listeners.OnceExit)
|
|
10189
10189
|
if (e.type === "document")
|
|
10190
10190
|
for (let t of e.nodes)
|
|
@@ -10204,12 +10204,12 @@ class Je {
|
|
|
10204
10204
|
return this.result.css = i[0], this.result.map = i[1], this.result;
|
|
10205
10205
|
}
|
|
10206
10206
|
walkSync(e) {
|
|
10207
|
-
e[
|
|
10208
|
-
let t =
|
|
10207
|
+
e[De] = !0;
|
|
10208
|
+
let t = Rp(e);
|
|
10209
10209
|
for (let r of t)
|
|
10210
10210
|
if (r === pt)
|
|
10211
10211
|
e.nodes && e.each((i) => {
|
|
10212
|
-
i[
|
|
10212
|
+
i[De] || this.walkSync(i);
|
|
10213
10213
|
});
|
|
10214
10214
|
else {
|
|
10215
10215
|
let i = this.listeners[r];
|
|
@@ -10274,8 +10274,8 @@ class Je {
|
|
|
10274
10274
|
}
|
|
10275
10275
|
if (this.prepareVisitors(), this.hasListener) {
|
|
10276
10276
|
let e = this.result.root;
|
|
10277
|
-
for (; !e[
|
|
10278
|
-
e[
|
|
10277
|
+
for (; !e[De]; ) {
|
|
10278
|
+
e[De] = !0;
|
|
10279
10279
|
let t = [Ts(e)];
|
|
10280
10280
|
for (; t.length > 0; ) {
|
|
10281
10281
|
let r = this.visitTick(t);
|
|
@@ -10348,8 +10348,8 @@ class Je {
|
|
|
10348
10348
|
if (t.iterator !== 0) {
|
|
10349
10349
|
let o = t.iterator, a;
|
|
10350
10350
|
for (; a = r.nodes[r.indexes[o]]; )
|
|
10351
|
-
if (r.indexes[o] += 1, !a[
|
|
10352
|
-
a[
|
|
10351
|
+
if (r.indexes[o] += 1, !a[De]) {
|
|
10352
|
+
a[De] = !0, e.push(Ts(a));
|
|
10353
10353
|
return;
|
|
10354
10354
|
}
|
|
10355
10355
|
t.iterator = 0, delete r.indexes[o];
|
|
@@ -10358,7 +10358,7 @@ class Je {
|
|
|
10358
10358
|
for (; t.eventIndex < s.length; ) {
|
|
10359
10359
|
let o = s[t.eventIndex];
|
|
10360
10360
|
if (t.eventIndex += 1, o === pt) {
|
|
10361
|
-
r.nodes && r.nodes.length && (r[
|
|
10361
|
+
r.nodes && r.nodes.length && (r[De] = !0, t.iterator = r.getIterator());
|
|
10362
10362
|
return;
|
|
10363
10363
|
} else if (this.listeners[o]) {
|
|
10364
10364
|
t.visitors = this.listeners[o];
|
|
@@ -10374,7 +10374,7 @@ Je.registerPostcss = (n) => {
|
|
|
10374
10374
|
var Np = Je;
|
|
10375
10375
|
Je.default = Je;
|
|
10376
10376
|
Ty.registerLazyResult(Je);
|
|
10377
|
-
|
|
10377
|
+
wy.registerLazyResult(Je);
|
|
10378
10378
|
let By = yp, Ay = Nn, My = ri;
|
|
10379
10379
|
const Dy = ei;
|
|
10380
10380
|
class Br {
|
|
@@ -10453,7 +10453,7 @@ class Br {
|
|
|
10453
10453
|
}
|
|
10454
10454
|
var Oy = Br;
|
|
10455
10455
|
Br.default = Br;
|
|
10456
|
-
let Iy = Oy, Py = Np,
|
|
10456
|
+
let Iy = Oy, Py = Np, Ly = Xr, Ry = Ut;
|
|
10457
10457
|
class It {
|
|
10458
10458
|
constructor(e = []) {
|
|
10459
10459
|
this.version = "8.4.21", this.plugins = this.normalize(e);
|
|
@@ -10479,8 +10479,8 @@ class It {
|
|
|
10479
10479
|
}
|
|
10480
10480
|
var Ny = It;
|
|
10481
10481
|
It.default = It;
|
|
10482
|
-
Ly.registerProcessor(It);
|
|
10483
10482
|
Ry.registerProcessor(It);
|
|
10483
|
+
Ly.registerProcessor(It);
|
|
10484
10484
|
let _y = Fn, Fy = hp, Uy = jn, jy = ti, qy = Un, Hy = Ut, zy = ni;
|
|
10485
10485
|
function Pt(n, e) {
|
|
10486
10486
|
if (Array.isArray(n)) return n.map((i) => Pt(i));
|
|
@@ -10513,7 +10513,7 @@ function Pt(n, e) {
|
|
|
10513
10513
|
}
|
|
10514
10514
|
var Yy = Pt;
|
|
10515
10515
|
Pt.default = Pt;
|
|
10516
|
-
let Gy = Zr, _p = Fn, Wy = Np, Vy =
|
|
10516
|
+
let Gy = Zr, _p = Fn, Wy = Np, Vy = rt, ii = Ny, Ky = Nn, Zy = Yy, Fp = Xr, Jy = Ap, Up = jn, jp = ti, Qy = ei, Xy = Un, e4 = ri, t4 = Pp, qp = ni, Hp = Ut, n4 = _n;
|
|
10517
10517
|
function Z(...n) {
|
|
10518
10518
|
return n.length === 1 && Array.isArray(n[0]) && (n = n[0]), new ii(n);
|
|
10519
10519
|
}
|
|
@@ -10576,7 +10576,7 @@ const i4 = Q3, $s = X3, { isPlainObject: s4 } = n6, Ss = m6, o4 = cp.exports, {
|
|
|
10576
10576
|
"iframe",
|
|
10577
10577
|
"embed"
|
|
10578
10578
|
], l4 = ["script", "style"];
|
|
10579
|
-
function
|
|
10579
|
+
function wt(n, e) {
|
|
10580
10580
|
n && Object.keys(n).forEach(function(t) {
|
|
10581
10581
|
e(n[t], t);
|
|
10582
10582
|
});
|
|
@@ -10586,7 +10586,7 @@ function qe(n, e) {
|
|
|
10586
10586
|
}
|
|
10587
10587
|
function Cs(n, e) {
|
|
10588
10588
|
const t = [];
|
|
10589
|
-
return
|
|
10589
|
+
return wt(n, function(r) {
|
|
10590
10590
|
e(r) && t.push(r);
|
|
10591
10591
|
}), t;
|
|
10592
10592
|
}
|
|
@@ -10603,9 +10603,9 @@ function d4(n) {
|
|
|
10603
10603
|
return e.url + (e.w ? ` ${e.w}w` : "") + (e.h ? ` ${e.h}h` : "") + (e.d ? ` ${e.d}x` : "");
|
|
10604
10604
|
}).join(", ");
|
|
10605
10605
|
}
|
|
10606
|
-
var f4 =
|
|
10606
|
+
var f4 = Lt;
|
|
10607
10607
|
const h4 = /^[^\0\t\n\f\r /<=>]+$/;
|
|
10608
|
-
function
|
|
10608
|
+
function Lt(n, e, t) {
|
|
10609
10609
|
if (n == null)
|
|
10610
10610
|
return "";
|
|
10611
10611
|
typeof n == "number" && (n = n.toString());
|
|
@@ -10621,7 +10621,7 @@ function Rt(n, e, t) {
|
|
|
10621
10621
|
p.length && a4.includes(this.tag) && p[p.length - 1].mediaChildren.push(this.tag);
|
|
10622
10622
|
};
|
|
10623
10623
|
}
|
|
10624
|
-
e = Object.assign({},
|
|
10624
|
+
e = Object.assign({}, Lt.defaults, e), e.parser = Object.assign({}, g4, e.parser);
|
|
10625
10625
|
const o = function(g) {
|
|
10626
10626
|
return e.allowedTags === !1 || (e.allowedTags || []).indexOf(g) > -1;
|
|
10627
10627
|
};
|
|
@@ -10642,7 +10642,7 @@ and ensure you are accounting for this risk.
|
|
|
10642
10642
|
"option"
|
|
10643
10643
|
];
|
|
10644
10644
|
let u, l;
|
|
10645
|
-
e.allowedAttributes && (u = {}, l = {},
|
|
10645
|
+
e.allowedAttributes && (u = {}, l = {}, wt(e.allowedAttributes, function(g, v) {
|
|
10646
10646
|
u[v] = [];
|
|
10647
10647
|
const y = [];
|
|
10648
10648
|
g.forEach(function(T) {
|
|
@@ -10650,7 +10650,7 @@ and ensure you are accounting for this risk.
|
|
|
10650
10650
|
}), y.length && (l[v] = new RegExp("^(" + y.join("|") + ")$"));
|
|
10651
10651
|
}));
|
|
10652
10652
|
const c = {}, f = {}, d = {};
|
|
10653
|
-
|
|
10653
|
+
wt(e.allowedClasses, function(g, v) {
|
|
10654
10654
|
if (u && (qe(u, v) || (u[v] = []), u[v].push("class")), c[v] = g, Array.isArray(g)) {
|
|
10655
10655
|
const y = [];
|
|
10656
10656
|
c[v] = [], d[v] = [], g.forEach(function(T) {
|
|
@@ -10660,15 +10660,15 @@ and ensure you are accounting for this risk.
|
|
|
10660
10660
|
});
|
|
10661
10661
|
const h = {};
|
|
10662
10662
|
let m;
|
|
10663
|
-
|
|
10663
|
+
wt(e.transformTags, function(g, v) {
|
|
10664
10664
|
let y;
|
|
10665
|
-
typeof g == "function" ? y = g : typeof g == "string" && (y =
|
|
10665
|
+
typeof g == "function" ? y = g : typeof g == "string" && (y = Lt.simpleTransform(g)), v === "*" ? m = y : h[v] = y;
|
|
10666
10666
|
});
|
|
10667
|
-
let b, p, C, A,
|
|
10667
|
+
let b, p, C, A, R, O, P = !1;
|
|
10668
10668
|
q();
|
|
10669
10669
|
const N = new i4.Parser({
|
|
10670
10670
|
onopentag: function(g, v) {
|
|
10671
|
-
if (e.enforceHtmlBoundary && g === "html" && q(),
|
|
10671
|
+
if (e.enforceHtmlBoundary && g === "html" && q(), R) {
|
|
10672
10672
|
O++;
|
|
10673
10673
|
return;
|
|
10674
10674
|
}
|
|
@@ -10676,13 +10676,13 @@ and ensure you are accounting for this risk.
|
|
|
10676
10676
|
p.push(y);
|
|
10677
10677
|
let T = !1;
|
|
10678
10678
|
const D = !!y.text;
|
|
10679
|
-
let
|
|
10680
|
-
if (qe(h, g) && (
|
|
10679
|
+
let L;
|
|
10680
|
+
if (qe(h, g) && (L = h[g](g, v), y.attribs = v = L.attribs, L.text !== void 0 && (y.innerText = L.text), g !== L.tagName && (y.name = g = L.tagName, A[b] = L.tagName)), m && (L = m(g, v), y.attribs = v = L.attribs, g !== L.tagName && (y.name = g = L.tagName, A[b] = L.tagName)), (!o(g) || e.disallowedTagsMode === "recursiveEscape" && !c4(C) || e.nestingLimit != null && b >= e.nestingLimit) && (T = !0, C[b] = !0, (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard") && a.indexOf(g) !== -1 && (R = !0, O = 1), C[b] = !0), b++, T) {
|
|
10681
10681
|
if (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard")
|
|
10682
10682
|
return;
|
|
10683
10683
|
i = r, r = "";
|
|
10684
10684
|
}
|
|
10685
|
-
r += "<" + g, g === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (y.innerText = ""), (!u || qe(u, g) || u["*"]) &&
|
|
10685
|
+
r += "<" + g, g === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (y.innerText = ""), (!u || qe(u, g) || u["*"]) && wt(v, function(U, F) {
|
|
10686
10686
|
if (!h4.test(F)) {
|
|
10687
10687
|
delete y.attribs[F];
|
|
10688
10688
|
return;
|
|
@@ -10777,10 +10777,10 @@ and ensure you are accounting for this risk.
|
|
|
10777
10777
|
const Y = c[g], z = c["*"], ge = f[g], le = d[g], ne = f["*"], se = [
|
|
10778
10778
|
ge,
|
|
10779
10779
|
ne
|
|
10780
|
-
].concat(le).filter(function(
|
|
10781
|
-
return
|
|
10780
|
+
].concat(le).filter(function(Me) {
|
|
10781
|
+
return Me;
|
|
10782
10782
|
});
|
|
10783
|
-
if (Y && z ? U =
|
|
10783
|
+
if (Y && z ? U = k(U, Ss(Y, z), se) : U = k(U, Y || z, se), !U.length) {
|
|
10784
10784
|
delete y.attribs[F];
|
|
10785
10785
|
return;
|
|
10786
10786
|
}
|
|
@@ -10806,7 +10806,7 @@ and ensure you are accounting for this risk.
|
|
|
10806
10806
|
}), e.selfClosing.indexOf(g) !== -1 ? r += " />" : (r += ">", y.innerText && !D && !e.textFilter && (r += G(y.innerText), P = !0)), T && (r = i + G(r), i = "");
|
|
10807
10807
|
},
|
|
10808
10808
|
ontext: function(g) {
|
|
10809
|
-
if (
|
|
10809
|
+
if (R)
|
|
10810
10810
|
return;
|
|
10811
10811
|
const v = p[p.length - 1];
|
|
10812
10812
|
let y;
|
|
@@ -10824,9 +10824,9 @@ and ensure you are accounting for this risk.
|
|
|
10824
10824
|
}
|
|
10825
10825
|
},
|
|
10826
10826
|
onclosetag: function(g, v) {
|
|
10827
|
-
if (
|
|
10827
|
+
if (R)
|
|
10828
10828
|
if (O--, !O)
|
|
10829
|
-
|
|
10829
|
+
R = !1;
|
|
10830
10830
|
else
|
|
10831
10831
|
return;
|
|
10832
10832
|
const y = p.pop();
|
|
@@ -10836,7 +10836,7 @@ and ensure you are accounting for this risk.
|
|
|
10836
10836
|
p.push(y);
|
|
10837
10837
|
return;
|
|
10838
10838
|
}
|
|
10839
|
-
|
|
10839
|
+
R = e.enforceHtmlBoundary ? g === "html" : !1, b--;
|
|
10840
10840
|
const T = C[b];
|
|
10841
10841
|
if (T) {
|
|
10842
10842
|
if (delete C[b], e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard") {
|
|
@@ -10860,7 +10860,7 @@ and ensure you are accounting for this risk.
|
|
|
10860
10860
|
}, e.parser);
|
|
10861
10861
|
return N.write(n), N.end(), r;
|
|
10862
10862
|
function q() {
|
|
10863
|
-
r = "", b = 0, p = [], C = {}, A = {},
|
|
10863
|
+
r = "", b = 0, p = [], C = {}, A = {}, R = !1, O = 0;
|
|
10864
10864
|
}
|
|
10865
10865
|
function G(g, v) {
|
|
10866
10866
|
return typeof g != "string" && (g = g + ""), e.parser.decodeEntities && (g = g.replace(/&/g, "&").replace(/</g, "<").replace(/>/g, ">"), v && (g = g.replace(/"/g, """))), g = g.replace(/&(?![a-zA-Z0-9#]{1,20};)/g, "&").replace(/</g, "<").replace(/>/g, ">"), v && (g = g.replace(/"/g, """)), g;
|
|
@@ -10870,10 +10870,10 @@ and ensure you are accounting for this risk.
|
|
|
10870
10870
|
const D = v.indexOf("<!--");
|
|
10871
10871
|
if (D === -1)
|
|
10872
10872
|
break;
|
|
10873
|
-
const
|
|
10874
|
-
if (
|
|
10873
|
+
const L = v.indexOf("-->", D + 4);
|
|
10874
|
+
if (L === -1)
|
|
10875
10875
|
break;
|
|
10876
|
-
v = v.substring(0, D) + v.substring(
|
|
10876
|
+
v = v.substring(0, D) + v.substring(L + 3);
|
|
10877
10877
|
}
|
|
10878
10878
|
const y = v.match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/);
|
|
10879
10879
|
if (!y)
|
|
@@ -10901,7 +10901,7 @@ and ensure you are accounting for this risk.
|
|
|
10901
10901
|
return v[y.selector] && v["*"] ? T = Ss(
|
|
10902
10902
|
v[y.selector],
|
|
10903
10903
|
v["*"]
|
|
10904
|
-
) : T = v[y.selector] || v["*"], T && (g.nodes[0].nodes = y.nodes.reduce(
|
|
10904
|
+
) : T = v[y.selector] || v["*"], T && (g.nodes[0].nodes = y.nodes.reduce(w(T), [])), g;
|
|
10905
10905
|
}
|
|
10906
10906
|
function B(g) {
|
|
10907
10907
|
return g.nodes[0].nodes.reduce(function(v, y) {
|
|
@@ -10910,14 +10910,14 @@ and ensure you are accounting for this risk.
|
|
|
10910
10910
|
), v;
|
|
10911
10911
|
}, []).join(";");
|
|
10912
10912
|
}
|
|
10913
|
-
function
|
|
10913
|
+
function w(g) {
|
|
10914
10914
|
return function(v, y) {
|
|
10915
10915
|
return qe(g, y.prop) && g[y.prop].some(function(D) {
|
|
10916
10916
|
return D.test(y.value);
|
|
10917
10917
|
}) && v.push(y), v;
|
|
10918
10918
|
};
|
|
10919
10919
|
}
|
|
10920
|
-
function
|
|
10920
|
+
function k(g, v, y) {
|
|
10921
10921
|
return v ? (g = g.split(/\s+/), g.filter(function(T) {
|
|
10922
10922
|
return v.indexOf(T) !== -1 || y.some(function(D) {
|
|
10923
10923
|
return D.test(T);
|
|
@@ -10928,7 +10928,7 @@ and ensure you are accounting for this risk.
|
|
|
10928
10928
|
const g4 = {
|
|
10929
10929
|
decodeEntities: !0
|
|
10930
10930
|
};
|
|
10931
|
-
|
|
10931
|
+
Lt.defaults = {
|
|
10932
10932
|
allowedTags: [
|
|
10933
10933
|
// Sections derived from MDN element categories and limited to the more
|
|
10934
10934
|
// benign categories.
|
|
@@ -11222,7 +11222,7 @@ Rt.defaults = {
|
|
|
11222
11222
|
enforceHtmlBoundary: !1,
|
|
11223
11223
|
parseStyleAttributes: !0
|
|
11224
11224
|
};
|
|
11225
|
-
|
|
11225
|
+
Lt.simpleTransform = function(n, e, t) {
|
|
11226
11226
|
return t = t === void 0 ? !0 : t, e = e || {}, function(r, i) {
|
|
11227
11227
|
let s;
|
|
11228
11228
|
if (t)
|
|
@@ -11276,13 +11276,13 @@ var zp = { exports: {} };
|
|
|
11276
11276
|
var q = ("" + N[0]).match(i) || ["-", 0, 0], G = q[0], H = 60 * +q[1] + +q[2];
|
|
11277
11277
|
return H === 0 ? 0 : G === "+" ? H : -H;
|
|
11278
11278
|
}(b), b === null)) return this;
|
|
11279
|
-
var A = Math.abs(b) <= 16 ? 60 * b : b,
|
|
11280
|
-
if (p) return
|
|
11279
|
+
var A = Math.abs(b) <= 16 ? 60 * b : b, R = this;
|
|
11280
|
+
if (p) return R.$offset = A, R.$u = b === 0, R;
|
|
11281
11281
|
if (b !== 0) {
|
|
11282
11282
|
var O = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
|
|
11283
|
-
(
|
|
11284
|
-
} else
|
|
11285
|
-
return
|
|
11283
|
+
(R = this.local().add(A + O, t)).$offset = A, R.$x.$localOffset = O;
|
|
11284
|
+
} else R = this.utc();
|
|
11285
|
+
return R;
|
|
11286
11286
|
};
|
|
11287
11287
|
var d = u.format;
|
|
11288
11288
|
u.format = function(b) {
|
|
@@ -11305,8 +11305,8 @@ var zp = { exports: {} };
|
|
|
11305
11305
|
var m = u.diff;
|
|
11306
11306
|
u.diff = function(b, p, C) {
|
|
11307
11307
|
if (b && this.$u === b.$u) return m.call(this, b, p, C);
|
|
11308
|
-
var A = this.local(),
|
|
11309
|
-
return m.call(A,
|
|
11308
|
+
var A = this.local(), R = a(b).local();
|
|
11309
|
+
return m.call(A, R, p, C);
|
|
11310
11310
|
};
|
|
11311
11311
|
};
|
|
11312
11312
|
});
|
|
@@ -11323,14 +11323,14 @@ var Yp = { exports: {} };
|
|
|
11323
11323
|
m === void 0 && (m = {});
|
|
11324
11324
|
var b = new Date(d), p = function(C, A) {
|
|
11325
11325
|
A === void 0 && (A = {});
|
|
11326
|
-
var
|
|
11327
|
-
return P || (P = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: C, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName:
|
|
11326
|
+
var R = A.timeZoneName || "short", O = C + "|" + R, P = r[O];
|
|
11327
|
+
return P || (P = new Intl.DateTimeFormat("en-US", { hour12: !1, timeZone: C, year: "numeric", month: "2-digit", day: "2-digit", hour: "2-digit", minute: "2-digit", second: "2-digit", timeZoneName: R }), r[O] = P), P;
|
|
11328
11328
|
}(h, m);
|
|
11329
11329
|
return p.formatToParts(b);
|
|
11330
11330
|
}, l = function(d, h) {
|
|
11331
11331
|
for (var m = u(d, h), b = [], p = 0; p < m.length; p += 1) {
|
|
11332
|
-
var C = m[p], A = C.type,
|
|
11333
|
-
O >= 0 && (b[O] = parseInt(
|
|
11332
|
+
var C = m[p], A = C.type, R = C.value, O = t[A];
|
|
11333
|
+
O >= 0 && (b[O] = parseInt(R, 10));
|
|
11334
11334
|
}
|
|
11335
11335
|
var P = b[3], N = P === 24 ? 0 : P, q = b[0] + "-" + b[1] + "-" + b[2] + " " + N + ":" + b[4] + ":" + b[5] + ":000", G = +d;
|
|
11336
11336
|
return (o.utc(q).valueOf() - (G -= G % 1e3)) / 6e4;
|
|
@@ -11339,8 +11339,8 @@ var Yp = { exports: {} };
|
|
|
11339
11339
|
d === void 0 && (d = a);
|
|
11340
11340
|
var m = this.utcOffset(), b = this.toDate(), p = b.toLocaleString("en-US", { timeZone: d }), C = Math.round((b - new Date(p)) / 1e3 / 60), A = o(p).$set("millisecond", this.$ms).utcOffset(15 * -Math.round(b.getTimezoneOffset() / 15) - C, !0);
|
|
11341
11341
|
if (h) {
|
|
11342
|
-
var
|
|
11343
|
-
A = A.add(m -
|
|
11342
|
+
var R = A.utcOffset();
|
|
11343
|
+
A = A.add(m - R, "minute");
|
|
11344
11344
|
}
|
|
11345
11345
|
return A.$x.$timezone = d, A;
|
|
11346
11346
|
}, c.offsetName = function(d) {
|
|
@@ -11362,7 +11362,7 @@ var Yp = { exports: {} };
|
|
|
11362
11362
|
if (q === _) return [H, q];
|
|
11363
11363
|
var x = l(H -= 60 * (_ - q) * 1e3, G);
|
|
11364
11364
|
return _ === x ? [H, _] : [N - 60 * Math.min(_, x) * 1e3, Math.max(_, x)];
|
|
11365
|
-
}(o.utc(d, b).valueOf(), C, p),
|
|
11365
|
+
}(o.utc(d, b).valueOf(), C, p), R = A[0], O = A[1], P = o(R).utcOffset(O);
|
|
11366
11366
|
return P.$x.$timezone = p, P;
|
|
11367
11367
|
}, o.tz.guess = function() {
|
|
11368
11368
|
return Intl.DateTimeFormat().resolvedOptions().timeZone;
|
|
@@ -11383,7 +11383,7 @@ const y4 = {
|
|
|
11383
11383
|
function x4(n) {
|
|
11384
11384
|
return p4(n, y4);
|
|
11385
11385
|
}
|
|
11386
|
-
function
|
|
11386
|
+
function Te(...n) {
|
|
11387
11387
|
if (window && window.localStorage && window.localStorage.getItem("debug")) {
|
|
11388
11388
|
console.groupCollapsed(...n);
|
|
11389
11389
|
const e = new Error();
|
|
@@ -11400,17 +11400,17 @@ function v4(n, e, t = "registerComponent") {
|
|
|
11400
11400
|
detail: e
|
|
11401
11401
|
});
|
|
11402
11402
|
}
|
|
11403
|
-
function
|
|
11403
|
+
function k4(n, e, t = "unregisterComponent") {
|
|
11404
11404
|
return new CustomEvent(t, {
|
|
11405
11405
|
bubbles: !0,
|
|
11406
11406
|
composed: !0,
|
|
11407
11407
|
detail: e
|
|
11408
11408
|
});
|
|
11409
11409
|
}
|
|
11410
|
-
function
|
|
11410
|
+
function w4(n) {
|
|
11411
11411
|
return (e, t) => {
|
|
11412
11412
|
const r = n.name;
|
|
11413
|
-
|
|
11413
|
+
Te(`[${r}] Registering component ${r} being called on ${t}`);
|
|
11414
11414
|
const i = e.componentWillLoad;
|
|
11415
11415
|
if (!i) {
|
|
11416
11416
|
en(`[${r}] componentWillLoad lifecycle method in ${r} missing. Required for RegisterComponent decorator.`);
|
|
@@ -11438,7 +11438,7 @@ function k4(n) {
|
|
|
11438
11438
|
var l;
|
|
11439
11439
|
a.set(u, (l = n.eventToProps) == null ? void 0 : l[u]);
|
|
11440
11440
|
}), e.connectedCallback = function() {
|
|
11441
|
-
|
|
11441
|
+
Te(`[~${r}] connectedCallback called`);
|
|
11442
11442
|
const u = s == null ? void 0 : s.call(this), l = tn(this);
|
|
11443
11443
|
return l.dataset.nylasId || (Object.defineProperty(l, "registerNylasComponent", {
|
|
11444
11444
|
get() {
|
|
@@ -11487,14 +11487,14 @@ function k4(n) {
|
|
|
11487
11487
|
...n,
|
|
11488
11488
|
eventToProps: a
|
|
11489
11489
|
}, f = v4(e, c, n.registrationEventName);
|
|
11490
|
-
return l.dispatchEvent(f) &&
|
|
11490
|
+
return l.dispatchEvent(f) && Te(`[${r}] Component ${r} successfully fired registration event`), u;
|
|
11491
11491
|
}, e.disconnectedCallback = function() {
|
|
11492
11492
|
const u = o == null ? void 0 : o.call(this), l = tn(this), c = {
|
|
11493
11493
|
element: l,
|
|
11494
11494
|
...n,
|
|
11495
11495
|
eventToProps: a
|
|
11496
|
-
}, f =
|
|
11497
|
-
return l.dispatchEvent(f) &&
|
|
11496
|
+
}, f = k4(e, c, n.unregistrationEventName);
|
|
11497
|
+
return l.dispatchEvent(f) && Te(`[${r}] Component ${r} successfully fired unregistration event`), u;
|
|
11498
11498
|
});
|
|
11499
11499
|
};
|
|
11500
11500
|
}
|
|
@@ -11522,7 +11522,7 @@ Object.keys(on).map((n) => n);
|
|
|
11522
11522
|
].sort((n, e) => n.value - e.value);
|
|
11523
11523
|
Array.from({ length: 23 }, (n, e) => ({ value: e + 1, label: (e + 1).toString() }));
|
|
11524
11524
|
Array.from({ length: 7 }, (n, e) => ({ value: e + 1, label: (e + 1).toString() }));
|
|
11525
|
-
const T4 = ".sc-chevron-icon-h{display:flex}", $4 = T4, S4 =
|
|
11525
|
+
const T4 = ".sc-chevron-icon-h{display:flex}", $4 = T4, S4 = Ce(class extends Be {
|
|
11526
11526
|
constructor() {
|
|
11527
11527
|
super(), this.__registerHost(), this.width = "24", this.height = "24";
|
|
11528
11528
|
}
|
|
@@ -11547,7 +11547,7 @@ function Gp() {
|
|
|
11547
11547
|
}
|
|
11548
11548
|
});
|
|
11549
11549
|
}
|
|
11550
|
-
const C4 = ".sc-google-meet-icon-h{display:flex}", B4 = C4, A4 =
|
|
11550
|
+
const C4 = ".sc-google-meet-icon-h{display:flex}", B4 = C4, A4 = Ce(class extends Be {
|
|
11551
11551
|
constructor() {
|
|
11552
11552
|
super(), this.__registerHost(), this.width = "20", this.height = "20";
|
|
11553
11553
|
}
|
|
@@ -11572,7 +11572,7 @@ function M4() {
|
|
|
11572
11572
|
}
|
|
11573
11573
|
});
|
|
11574
11574
|
}
|
|
11575
|
-
const D4 = ".sc-info-icon-h{display:flex}", O4 = D4, I4 =
|
|
11575
|
+
const D4 = ".sc-info-icon-h{display:flex}", O4 = D4, I4 = Ce(class extends Be {
|
|
11576
11576
|
constructor() {
|
|
11577
11577
|
super(), this.__registerHost(), this.width = "14", this.height = "14";
|
|
11578
11578
|
}
|
|
@@ -11597,7 +11597,7 @@ function P4() {
|
|
|
11597
11597
|
}
|
|
11598
11598
|
});
|
|
11599
11599
|
}
|
|
11600
|
-
const
|
|
11600
|
+
const L4 = ".sc-location-icon-h{display:flex}", R4 = L4, N4 = Ce(class extends Be {
|
|
11601
11601
|
constructor() {
|
|
11602
11602
|
super(), this.__registerHost(), this.width = "16", this.height = "18";
|
|
11603
11603
|
}
|
|
@@ -11605,7 +11605,7 @@ const R4 = ".sc-location-icon-h{display:flex}", L4 = R4, N4 = Se(class extends C
|
|
|
11605
11605
|
return S("svg", { key: "41c6752fb26ae7aa42d7bdfbadc16c2869e37d03", width: this.width, height: this.height, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, S("path", { key: "04912d24e06cbad0c6ece45f19827bbb62cfbcd0", d: "M10 7.66211C10 9.31896 8.65685 10.6621 7 10.6621C5.34315 10.6621 4 9.31896 4 7.66211C4 6.00526 5.34315 4.66211 7 4.66211C8.65685 4.66211 10 6.00526 10 7.66211ZM9 7.66211C9 6.55754 8.10457 5.66211 7 5.66211C5.89543 5.66211 5 6.55754 5 7.66211C5 8.76668 5.89543 9.66211 7 9.66211C8.10457 9.66211 9 8.76668 9 7.66211ZM11.9497 12.6171C14.6834 9.88221 14.6834 5.44812 11.9497 2.71326C9.21608 -0.0216067 4.78392 -0.0216067 2.05025 2.71326C-0.683418 5.44812 -0.683418 9.88221 2.05025 12.6171L3.57128 14.1159L5.61408 16.101L5.74691 16.2188C6.52168 16.8468 7.65623 16.8076 8.38611 16.1012L10.8223 13.7312L11.9497 12.6171ZM2.75499 3.4183C5.09944 1.07282 8.90055 1.07282 11.245 3.4183C13.5294 5.70364 13.5879 9.3725 11.4207 11.7288L11.245 11.912L9.92371 13.216L7.69315 15.3846L7.60016 15.4642C7.24594 15.732 6.7543 15.732 6.40012 15.4642L6.30713 15.3845L3.3263 12.4791L2.75499 11.912L2.57927 11.7288C0.412077 9.3725 0.47065 5.70364 2.75499 3.4183Z", fill: "currentColor" }));
|
|
11606
11606
|
}
|
|
11607
11607
|
static get style() {
|
|
11608
|
-
return
|
|
11608
|
+
return R4;
|
|
11609
11609
|
}
|
|
11610
11610
|
}, [2, "location-icon", {
|
|
11611
11611
|
width: [1],
|
|
@@ -11622,7 +11622,7 @@ function _4() {
|
|
|
11622
11622
|
}
|
|
11623
11623
|
});
|
|
11624
11624
|
}
|
|
11625
|
-
const F4 = ".sc-location-off-icon-h{display:flex}", U4 = F4, j4 =
|
|
11625
|
+
const F4 = ".sc-location-off-icon-h{display:flex}", U4 = F4, j4 = Ce(class extends Be {
|
|
11626
11626
|
constructor() {
|
|
11627
11627
|
super(), this.__registerHost(), this.width = "16", this.height = "18";
|
|
11628
11628
|
}
|
|
@@ -11647,7 +11647,7 @@ function q4() {
|
|
|
11647
11647
|
}
|
|
11648
11648
|
});
|
|
11649
11649
|
}
|
|
11650
|
-
const H4 = ".sc-microsoft-teams-icon-h{display:flex}", z4 = H4, Y4 =
|
|
11650
|
+
const H4 = ".sc-microsoft-teams-icon-h{display:flex}", z4 = H4, Y4 = Ce(class extends Be {
|
|
11651
11651
|
constructor() {
|
|
11652
11652
|
super(), this.__registerHost(), this.width = "20", this.height = "20";
|
|
11653
11653
|
}
|
|
@@ -11672,7 +11672,7 @@ function G4() {
|
|
|
11672
11672
|
}
|
|
11673
11673
|
});
|
|
11674
11674
|
}
|
|
11675
|
-
const W4 = ".sc-search-icon-h{display:flex}", V4 = W4, K4 =
|
|
11675
|
+
const W4 = ".sc-search-icon-h{display:flex}", V4 = W4, K4 = Ce(class extends Be {
|
|
11676
11676
|
constructor() {
|
|
11677
11677
|
super(), this.__registerHost(), this.width = "15", this.height = "15";
|
|
11678
11678
|
}
|
|
@@ -11697,7 +11697,7 @@ function Wp() {
|
|
|
11697
11697
|
}
|
|
11698
11698
|
});
|
|
11699
11699
|
}
|
|
11700
|
-
const Z4 = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nylas-error:#cc4841;--nylas-error-pressed:#992222;--nylas-wraning:#f06c00;--nylas-success:#16a392;--nylas-info:#2b8fc2;--nylas-base-0:#ffffff;--nylas-base-25:#fcfcfd;--nylas-base-50:#f8f9fc;--nylas-base-100:#eaecf5;--nylas-base-200:#d5d9eb;--nylas-base-300:#b3b8d8;--nylas-base-400:#717bbc;--nylas-base-500:#4e5ba6;--nylas-base-600:#3e4784;--nylas-base-700:#263f72;--nylas-base-800:#293056;--nylas-base-900:#101323;--nylas-base-950:#0e101b;--nylas-border-radius:0.25rem;--nylas-border-radius-2x:0.5rem;--nylas-border-radius-3x:0.75rem;--nylas-font-family:"Inter", sans-serif;width:100%}@media screen and (max-width: 768px){:host{position:unset}}label{display:flex;color:var(--nylas-base-800, #293056);font-size:14px;font-style:normal;font-weight:400;line-height:150%;flex-direction:column;gap:4px;font-family:var(--nylas-font-family);font-size:16px;color:var(--nylas-base-800)}label.error{color:var(--nylas-error)}label span.required{color:var(--nylas-error);padding:0 0.25rem}label p{margin:0}label .error{color:var(--nylas-error)}.dropdown{display:inline-block;width:inherit}.dropbtn{color:var(--nylas-base-800);padding:14px;font-size:1rem;font-family:var(--nylas-font-family);cursor:pointer;display:flex;justify-content:space-between;gap:0.5rem;background:transparent;border:1px solid var(--nylas-base-300);border-radius:var(--nylas-border-radius-2x)}.dropbtn.error{border:1px solid var(--nylas-error)}.dropbtn.focus{background:transparent}.dropbtn:hover,.dropbtn:active{outline:1px solid var(--nylas-primary)}.dropbtn:active{outline:2px solid var(--nylas-primary)}.dropbtn span.chevron{display:flex;align-self:center}.dropbtn span.open{transform:rotate(90deg)}.dropbtn span.closed{transform:rotate(270deg)}.dropbtn span.selected-option{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:144px;font-size:14px;line-height:20px}@media screen and (max-width: 768px){.dropbtn span.selected-option{max-width:124px;font-size:16px}}.dropdown-content{display:block;margin-top:0.5rem;background-color:var(--nylas-base-0);width:100%;max-height:336px;overflow:auto;z-index:1;border-radius:4px;position:absolute;box-shadow:0px 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:0px 10px 15px -3px rgba(0, 0, 0, 0.1)}@media screen and (max-width: 768px){.dropdown-content{right:0;width:325px;max-width:unset}}.search-box{border-bottom:1px solid var(--nylas-base-200);padding:10px;position:sticky;top:0;background:var(--nylas-base-0)}.search-box .icon{position:absolute;top:1.25rem;left:1.25rem;color:var(--nylas-base-300)}.dropdown-content ul{padding:0;list-style-type:none;color:var(--nylas-base-900);max-height:336px}.dropdown-content ul li{padding:16px, 12px, 16px, 12px;color:black;padding:12px 16px;text-decoration:none;display:block;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left;cursor:pointer}.dropdown-content ul li:hover,.dropdown-content ul li:focus{background-color:var(--nylas-base-100)}.dropdown-content .selected{background-color:#e7e7e7}input[type=text]{width:-webkit-fill-available;padding:inherit;border:1px solid #ccc;border-radius:4px;position:sticky;background:no-repeat scroll 7px 7px;padding-left:30px;background-size:16px 16px}', J4 = Z4, Q4 =
|
|
11700
|
+
const Z4 = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nylas-error:#cc4841;--nylas-error-pressed:#992222;--nylas-wraning:#f06c00;--nylas-success:#16a392;--nylas-info:#2b8fc2;--nylas-base-0:#ffffff;--nylas-base-25:#fcfcfd;--nylas-base-50:#f8f9fc;--nylas-base-100:#eaecf5;--nylas-base-200:#d5d9eb;--nylas-base-300:#b3b8d8;--nylas-base-400:#717bbc;--nylas-base-500:#4e5ba6;--nylas-base-600:#3e4784;--nylas-base-700:#263f72;--nylas-base-800:#293056;--nylas-base-900:#101323;--nylas-base-950:#0e101b;--nylas-border-radius:0.25rem;--nylas-border-radius-2x:0.5rem;--nylas-border-radius-3x:0.75rem;--nylas-font-family:"Inter", sans-serif;width:100%}@media screen and (max-width: 768px){:host{position:unset}}label{display:flex;color:var(--nylas-base-800, #293056);font-size:14px;font-style:normal;font-weight:400;line-height:150%;flex-direction:column;gap:4px;font-family:var(--nylas-font-family);font-size:16px;color:var(--nylas-base-800)}label.error{color:var(--nylas-error)}label span.required{color:var(--nylas-error);padding:0 0.25rem}label p{margin:0}label .error{color:var(--nylas-error)}.dropdown{display:inline-block;width:inherit}.dropbtn{color:var(--nylas-base-800);padding:14px;font-size:1rem;font-family:var(--nylas-font-family);cursor:pointer;display:flex;justify-content:space-between;gap:0.5rem;background:transparent;border:1px solid var(--nylas-base-300);border-radius:var(--nylas-border-radius-2x)}.dropbtn.error{border:1px solid var(--nylas-error)}.dropbtn.focus{background:transparent}.dropbtn:hover,.dropbtn:active{outline:1px solid var(--nylas-primary)}.dropbtn:active{outline:2px solid var(--nylas-primary)}.dropbtn span.chevron{display:flex;align-self:center}.dropbtn span.open{transform:rotate(90deg)}.dropbtn span.closed{transform:rotate(270deg)}.dropbtn span.selected-option{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:144px;font-size:14px;line-height:20px}@media screen and (max-width: 768px){.dropbtn span.selected-option{max-width:124px;font-size:16px}}.dropdown-content{display:block;margin-top:0.5rem;background-color:var(--nylas-base-0);width:100%;max-height:336px;overflow:auto;z-index:1;border-radius:4px;position:absolute;box-shadow:0px 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:0px 10px 15px -3px rgba(0, 0, 0, 0.1)}@media screen and (max-width: 768px){.dropdown-content{right:0;width:325px;max-width:unset}}.search-box{border-bottom:1px solid var(--nylas-base-200);padding:10px;position:sticky;top:0;background:var(--nylas-base-0)}.search-box .icon{position:absolute;top:1.25rem;left:1.25rem;color:var(--nylas-base-300)}.dropdown-content ul{padding:0;list-style-type:none;color:var(--nylas-base-900);max-height:336px}.dropdown-content ul li{padding:16px, 12px, 16px, 12px;color:black;padding:12px 16px;text-decoration:none;display:block;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left;cursor:pointer}.dropdown-content ul li:hover,.dropdown-content ul li:focus{background-color:var(--nylas-base-100)}.dropdown-content .selected{background-color:#e7e7e7}input[type=text]{width:-webkit-fill-available;padding:inherit;border:1px solid #ccc;border-radius:4px;position:sticky;background:no-repeat scroll 7px 7px;padding-left:30px;background-size:16px 16px}', J4 = Z4, Q4 = Ce(class extends Be {
|
|
11701
11701
|
constructor() {
|
|
11702
11702
|
super(), this.__registerHost(), this.__attachShadow(), this.nylasFormDropdownChanged = er(this, "nylasFormDropdownChanged", 7), this.nylasFormDropdownDefaultSelected = er(this, "nylasFormDropdownDefaultSelected", 7), this.componentType = "select-dropdown", this.name = void 0, this.options = [], this.defaultSelectedOption = null, this.withSearch = !0, this.label = void 0, this.required = !1, this.pluralizedLabel = "", this.dropdownButtonText = void 0, this.withChevron = !0, this.emptyValue = "Select an option", this.errorMessage = "", this.selectedOption = void 0, this.isOpen = !1, this.searchValue = "", this.filteredOptions = [...this.options], this.ariaActivedescendant = "", this.error = "";
|
|
11703
11703
|
}
|
|
@@ -11857,7 +11857,7 @@ function X4() {
|
|
|
11857
11857
|
}
|
|
11858
11858
|
});
|
|
11859
11859
|
}
|
|
11860
|
-
const e5 = '.tooltip-container{position:relative;display:flex;--nylas-primary:#2563eb;--nylas-error:#cc4841;--nylas-error-pressed:#992222;--nylas-wraning:#f06c00;--nylas-success:#16a392;--nylas-info:#2b8fc2;--nylas-base-0:#ffffff;--nylas-base-25:#fcfcfd;--nylas-base-50:#f8f9fc;--nylas-base-100:#eaecf5;--nylas-base-200:#d5d9eb;--nylas-base-300:#b3b8d8;--nylas-base-400:#717bbc;--nylas-base-500:#4e5ba6;--nylas-base-600:#3e4784;--nylas-base-700:#263f72;--nylas-base-800:#293056;--nylas-base-900:#101323;--nylas-base-950:#0e101b;--nylas-border-radius:0.25rem;--nylas-border-radius-2x:0.5rem;--nylas-border-radius-3x:0.75rem;--nylas-font-family:"Inter", sans-serif}.tooltip-content{visibility:hidden;background-color:var(--nylas-base-800);color:var(--nylas-base-0);text-align:left;border-radius:6px;padding:5px 0;position:absolute;z-index:1;opacity:0;transition:opacity 0.3s;padding:0.5rem 1rem;max-width:200px;width:max-content}.tooltip-content.top{bottom:0;left:0;margin-bottom:1.25rem;transform:translateX(-50%)}.tooltip-content.right{top:50%;left:0%;margin-left:1.25rem;transform:translateY(-50%)}.tooltip-content.bottom{top:0;left:0;margin-top:1.25rem;transform:translateX(-50%)}.tooltip-content.left{top:50%;right:0%;margin-right:1.25rem;transform:translateY(-50%)}.tooltip-container:hover .tooltip-content,.tooltip-container:focus-within .tooltip-content{visibility:visible;opacity:1}.tooltip-content::after{content:"";position:absolute;top:-0.75rem;left:50%;transform:rotate(180deg);border-width:6px;border-style:solid;border-color:black transparent transparent transparent}.tooltip-content.top::after{top:100%;left:50%;transform:rotate(0deg)}.tooltip-content.bottom::after{top:-0.75rem;left:50%;transform:rotate(180deg)}.tooltip-content.left::after{top:47.5%;left:100%;transform:rotate(270deg)}.tooltip-content.right::after{top:47.5%;left:-0.75rem;transform:rotate(90deg)}', t5 = e5, n5 =
|
|
11860
|
+
const e5 = '.tooltip-container{position:relative;display:flex;--nylas-primary:#2563eb;--nylas-error:#cc4841;--nylas-error-pressed:#992222;--nylas-wraning:#f06c00;--nylas-success:#16a392;--nylas-info:#2b8fc2;--nylas-base-0:#ffffff;--nylas-base-25:#fcfcfd;--nylas-base-50:#f8f9fc;--nylas-base-100:#eaecf5;--nylas-base-200:#d5d9eb;--nylas-base-300:#b3b8d8;--nylas-base-400:#717bbc;--nylas-base-500:#4e5ba6;--nylas-base-600:#3e4784;--nylas-base-700:#263f72;--nylas-base-800:#293056;--nylas-base-900:#101323;--nylas-base-950:#0e101b;--nylas-border-radius:0.25rem;--nylas-border-radius-2x:0.5rem;--nylas-border-radius-3x:0.75rem;--nylas-font-family:"Inter", sans-serif}.tooltip-content{visibility:hidden;background-color:var(--nylas-base-800);color:var(--nylas-base-0);text-align:left;border-radius:6px;padding:5px 0;position:absolute;z-index:1;opacity:0;transition:opacity 0.3s;padding:0.5rem 1rem;max-width:200px;width:max-content}.tooltip-content.top{bottom:0;left:0;margin-bottom:1.25rem;transform:translateX(-50%)}.tooltip-content.right{top:50%;left:0%;margin-left:1.25rem;transform:translateY(-50%)}.tooltip-content.bottom{top:0;left:0;margin-top:1.25rem;transform:translateX(-50%)}.tooltip-content.left{top:50%;right:0%;margin-right:1.25rem;transform:translateY(-50%)}.tooltip-container:hover .tooltip-content,.tooltip-container:focus-within .tooltip-content{visibility:visible;opacity:1}.tooltip-content::after{content:"";position:absolute;top:-0.75rem;left:50%;transform:rotate(180deg);border-width:6px;border-style:solid;border-color:black transparent transparent transparent}.tooltip-content.top::after{top:100%;left:50%;transform:rotate(0deg)}.tooltip-content.bottom::after{top:-0.75rem;left:50%;transform:rotate(180deg)}.tooltip-content.left::after{top:47.5%;left:100%;transform:rotate(270deg)}.tooltip-content.right::after{top:47.5%;left:-0.75rem;transform:rotate(90deg)}', t5 = e5, n5 = Ce(class extends Be {
|
|
11861
11861
|
constructor() {
|
|
11862
11862
|
super(), this.__registerHost(), this.__attachShadow(), this.position = "bottom";
|
|
11863
11863
|
}
|
|
@@ -11890,7 +11890,7 @@ function r5() {
|
|
|
11890
11890
|
}
|
|
11891
11891
|
});
|
|
11892
11892
|
}
|
|
11893
|
-
const i5 = ".sc-zoom-icon-h{display:flex}", s5 = i5, o5 =
|
|
11893
|
+
const i5 = ".sc-zoom-icon-h{display:flex}", s5 = i5, o5 = Ce(class extends Be {
|
|
11894
11894
|
constructor() {
|
|
11895
11895
|
super(), this.__registerHost(), this.width = "20", this.height = "20";
|
|
11896
11896
|
}
|
|
@@ -11928,49 +11928,47 @@ var c5 = function(n, e, t, r) {
|
|
|
11928
11928
|
if (typeof Reflect == "object" && typeof Reflect.metadata == "function")
|
|
11929
11929
|
return Reflect.metadata(n, e);
|
|
11930
11930
|
};
|
|
11931
|
-
const
|
|
11931
|
+
const Qe = {
|
|
11932
11932
|
none: "None",
|
|
11933
11933
|
custom: "Custom location",
|
|
11934
11934
|
google: "Google Meet",
|
|
11935
11935
|
microsoft: "Microsoft Teams",
|
|
11936
11936
|
zoom: "Zoom Meeting"
|
|
11937
|
-
}, si =
|
|
11937
|
+
}, si = Ce(class extends Be {
|
|
11938
11938
|
constructor() {
|
|
11939
11939
|
var e;
|
|
11940
11940
|
super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = er(this, "valueChanged", 7), this.internals = this.attachInternals(), this.name = "location", this.currentUser = void 0, this.userProvider = void 0, this.eventConferencing = void 0, this.conferenceProviders = void 0, this.selectedConfiguration = void 0, this.eventLocation = void 0, this.location = this.eventLocation ?? "", this.grantId = this.eventConferencing ? this.setDefaultGrantID(this.eventConferencing) : "", this.selectedLocationOption = void 0, this.userProviderState = this.userProvider ?? ((e = this.currentUser) == null ? void 0 : e.provider) ?? "", this.locationOptions = [
|
|
11941
|
-
{ value: "none", label:
|
|
11942
|
-
{ value: "custom", label:
|
|
11941
|
+
{ value: "none", label: Qe.none, labelHTML: this.getLabelHTML("none") },
|
|
11942
|
+
{ value: "custom", label: Qe.custom, labelHTML: this.getLabelHTML("custom") }
|
|
11943
11943
|
];
|
|
11944
11944
|
}
|
|
11945
11945
|
elementNameChangedHandler(e) {
|
|
11946
|
-
|
|
11946
|
+
Te("nylas-event-location", "elementNameChangedHandler", e), this.host.setAttribute("name", e);
|
|
11947
11947
|
}
|
|
11948
11948
|
selectedConfigurationChangedHandler(e) {
|
|
11949
11949
|
var i, s;
|
|
11950
|
-
|
|
11950
|
+
Te("nylas-custom-booking-flow", "selectedConfigurationChangedHandler", e);
|
|
11951
11951
|
const t = (i = e == null ? void 0 : e.event_booking) == null ? void 0 : i.location, r = (s = e == null ? void 0 : e.event_booking) == null ? void 0 : s.conferencing;
|
|
11952
11952
|
r != null && r.provider ? (this.selectedLocationOption = this.setDefaultLocationOption(r, t ?? ""), this.grantId = this.setDefaultGrantID(r), this.location = t || "") : t ? (this.selectedLocationOption = t ? "custom" : "none", this.location = t) : (this.selectedLocationOption = "none", this.location = "");
|
|
11953
11953
|
}
|
|
11954
|
+
currentUserChangedHandler(e) {
|
|
11955
|
+
Te("nylas-custom-booking-flow", "currentUserChangedHandler", e), e != null && e.provider && (this.userProviderState = e == null ? void 0 : e.provider, this.setLocationOptionsForProvider(this.userProviderState));
|
|
11956
|
+
}
|
|
11957
|
+
conferenceProvidersChanged(e) {
|
|
11958
|
+
e != null && e.zoom && !this.locationOptions.some((t) => t.value === "zoom") && this.locationOptions.push({ value: "zoom", label: Qe.zoom, labelHTML: this.getLabelHTML("zoom") });
|
|
11959
|
+
}
|
|
11954
11960
|
connectedCallback() {
|
|
11955
|
-
|
|
11961
|
+
Te("nylas-event-location", "connectedCallback");
|
|
11956
11962
|
}
|
|
11957
11963
|
componentWillLoad() {
|
|
11958
|
-
|
|
11964
|
+
Te("nylas-event-location", "componentWillLoad"), this.host.setAttribute("name", this.name);
|
|
11959
11965
|
}
|
|
11960
11966
|
componentDidLoad() {
|
|
11961
11967
|
var e, t;
|
|
11962
|
-
|
|
11963
|
-
case "google":
|
|
11964
|
-
this.locationOptions.push({ value: "google", label: ut.google, labelHTML: this.getLabelHTML("google") });
|
|
11965
|
-
break;
|
|
11966
|
-
case "microsoft":
|
|
11967
|
-
this.locationOptions.push({ value: "microsoft", label: ut.microsoft, labelHTML: this.getLabelHTML("microsoft") });
|
|
11968
|
-
break;
|
|
11969
|
-
}
|
|
11970
|
-
(t = this.conferenceProviders) != null && t.zoom && this.locationOptions.push({ value: "zoom", label: ut.zoom, labelHTML: this.getLabelHTML("zoom") });
|
|
11968
|
+
Te("nylas-event-location", "componentDidLoad"), this.selectedConfiguration ? this.selectedConfigurationChangedHandler(this.selectedConfiguration) : this.selectedLocationOption = this.setDefaultLocationOption(this.eventConferencing || null, this.eventLocation ?? ""), this.userProviderState = this.userProvider ?? ((e = this.currentUser) == null ? void 0 : e.provider) ?? "", this.setLocationOptionsForProvider(this.userProviderState), (t = this.conferenceProviders) != null && t.zoom && !this.locationOptions.some((r) => r.value === "zoom") && this.locationOptions.push({ value: "zoom", label: Qe.zoom, labelHTML: this.getLabelHTML("zoom") });
|
|
11971
11969
|
}
|
|
11972
11970
|
disconnectedCallback() {
|
|
11973
|
-
|
|
11971
|
+
Te("nylas-event-location", "disconnectedCallback");
|
|
11974
11972
|
}
|
|
11975
11973
|
nylasFormDropdownChangedHandler(e) {
|
|
11976
11974
|
var r, i, s;
|
|
@@ -12015,6 +12013,16 @@ const ut = {
|
|
|
12015
12013
|
break;
|
|
12016
12014
|
}
|
|
12017
12015
|
}
|
|
12016
|
+
setLocationOptionsForProvider(e) {
|
|
12017
|
+
switch (e) {
|
|
12018
|
+
case "google":
|
|
12019
|
+
this.locationOptions.some((t) => t.value === "google") || this.locationOptions.push({ value: "google", label: Qe.google, labelHTML: this.getLabelHTML("google") });
|
|
12020
|
+
break;
|
|
12021
|
+
case "microsoft":
|
|
12022
|
+
this.locationOptions.some((t) => t.value === "microsoft") || this.locationOptions.push({ value: "microsoft", label: Qe.microsoft, labelHTML: this.getLabelHTML("microsoft") });
|
|
12023
|
+
break;
|
|
12024
|
+
}
|
|
12025
|
+
}
|
|
12018
12026
|
setDefaultLocationOption(e, t) {
|
|
12019
12027
|
return e != null && (e == null ? void 0 : e.provider) != null && (e == null ? void 0 : e.autocreate) != null ? E4[e == null ? void 0 : e.provider] : t ? "custom" : "none";
|
|
12020
12028
|
}
|
|
@@ -12052,11 +12060,11 @@ const ut = {
|
|
|
12052
12060
|
} }, this.getIcon(e), S("span", { class: "location-text", style: {
|
|
12053
12061
|
fontSize: "14px",
|
|
12054
12062
|
fontWeight: "400"
|
|
12055
|
-
} },
|
|
12063
|
+
} }, Qe[e]));
|
|
12056
12064
|
}
|
|
12057
12065
|
render() {
|
|
12058
12066
|
const e = typeof this.selectedLocationOption < "u" ? this.locationOptions.find((t) => t.value == this.selectedLocationOption) : null;
|
|
12059
|
-
return S(Ms, { key: "
|
|
12067
|
+
return S(Ms, { key: "c91ef22df2a83a3c2ac66ca9011ad8633a085b9e" }, S("div", { key: "9e6823ce704cf4870f99936a39371b255b165afb", class: "nylas-event-location", part: "nel" }, S("label", { key: "2d1a71a258d0576460acd68a93cbace4a5c9254c", htmlFor: "location" }, "Event meeting or location", S("span", { key: "9dd7df66eec4e35a8659c88d4f26be99093e815a", class: "label-icon" }, S("tooltip-component", { key: "9299313bad5724106fa7108d0874e760945bcb30" }, S("info-icon", { key: "2490fbc28caa2547d8a3cecc747dc94254c59df3", slot: "tooltip-icon" }), S("span", { key: "d6c73fef100e4f962507d58b4ed24a1bd19599c2", slot: "tooltip-content" }, "Select a conferencing option or add a custom location.")))), S("div", { key: "726f78440a3e65e379368b0a849bee94b2839dfd", class: "location-input" }, e && (e == null ? void 0 : e.label) && S("select-dropdown", { withSearch: !1, name: "location", options: this.locationOptions, defaultSelectedOption: e, exportparts: "sd_dropdown: nel__dropdown, sd_dropdown-button: nel__dropdown-button, sd_dropdown-content: nel__dropdown-content" }, S("span", { slot: "select-icon" }, this.getIcon(this.selectedLocationOption))), this.selectedLocationOption === "custom" && S("input", { type: "text", part: "nel__location", id: "location", name: "location", maxlength: "1024", value: this.location, onInput: (t) => this.handleChange(t) }))));
|
|
12060
12068
|
}
|
|
12061
12069
|
static get formAssociated() {
|
|
12062
12070
|
return !0;
|
|
@@ -12067,7 +12075,9 @@ const ut = {
|
|
|
12067
12075
|
static get watchers() {
|
|
12068
12076
|
return {
|
|
12069
12077
|
name: ["elementNameChangedHandler"],
|
|
12070
|
-
selectedConfiguration: ["selectedConfigurationChangedHandler"]
|
|
12078
|
+
selectedConfiguration: ["selectedConfigurationChangedHandler"],
|
|
12079
|
+
currentUser: ["currentUserChangedHandler"],
|
|
12080
|
+
conferenceProviders: ["conferenceProvidersChanged"]
|
|
12071
12081
|
};
|
|
12072
12082
|
}
|
|
12073
12083
|
static get style() {
|
|
@@ -12088,10 +12098,12 @@ const ut = {
|
|
|
12088
12098
|
locationOptions: [32]
|
|
12089
12099
|
}, [[0, "nylasFormDropdownChanged", "nylasFormDropdownChangedHandler"]], {
|
|
12090
12100
|
name: ["elementNameChangedHandler"],
|
|
12091
|
-
selectedConfiguration: ["selectedConfigurationChangedHandler"]
|
|
12101
|
+
selectedConfiguration: ["selectedConfigurationChangedHandler"],
|
|
12102
|
+
currentUser: ["currentUserChangedHandler"],
|
|
12103
|
+
conferenceProviders: ["conferenceProvidersChanged"]
|
|
12092
12104
|
}]);
|
|
12093
12105
|
c5([
|
|
12094
|
-
|
|
12106
|
+
w4({
|
|
12095
12107
|
name: "nylas-event-location",
|
|
12096
12108
|
stateToProps: /* @__PURE__ */ new Map([
|
|
12097
12109
|
["schedulerConfig.selectedConfiguration", "selectedConfiguration"],
|