@nylas/web-elements 1.1.1 → 1.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (118) hide show
  1. package/dist/cdn/nylas-availability-picker/nylas-availability-picker.es.js +202 -191
  2. package/dist/cdn/nylas-booking-calendar-picker/nylas-booking-calendar-picker.es.js +466 -455
  3. package/dist/cdn/nylas-booking-confirmation-redirect/nylas-booking-confirmation-redirect.es.js +299 -288
  4. package/dist/cdn/nylas-booking-confirmation-type/nylas-booking-confirmation-type.es.js +330 -319
  5. package/dist/cdn/nylas-booking-form/nylas-booking-form.es.js +440 -426
  6. package/dist/cdn/nylas-booking-form-config/nylas-booking-form-config.es.js +174 -163
  7. package/dist/cdn/nylas-buffer-time/nylas-buffer-time.es.js +469 -458
  8. package/dist/cdn/nylas-custom-event-slug/nylas-custom-event-slug.es.js +194 -194
  9. package/dist/cdn/nylas-editor-tabs/nylas-editor-tabs.es.js +20 -9
  10. package/dist/cdn/nylas-event-duration/nylas-event-duration.es.js +357 -346
  11. package/dist/cdn/nylas-event-location/nylas-event-location.es.js +502 -491
  12. package/dist/cdn/nylas-limit-future-bookings/nylas-limit-future-bookings.es.js +325 -314
  13. package/dist/cdn/nylas-list-configurations/nylas-list-configurations.es.js +239 -228
  14. package/dist/cdn/nylas-locale-switch/nylas-locale-switch.es.js +235 -224
  15. package/dist/cdn/nylas-min-booking-notice/nylas-min-booking-notice.es.js +325 -314
  16. package/dist/cdn/nylas-min-cancellation-notice/nylas-min-cancellation-notice.es.js +209 -198
  17. package/dist/cdn/nylas-participant-booking-calendars/nylas-participant-booking-calendars.es.js +249 -238
  18. package/dist/cdn/nylas-participants-custom-availability/nylas-participants-custom-availability.es.js +801 -790
  19. package/dist/cdn/nylas-reminder-emails/nylas-reminder-emails.es.js +287 -276
  20. package/dist/cdn/nylas-reminder-time/nylas-reminder-time.es.js +334 -323
  21. package/dist/cdn/nylas-scheduler-editor/nylas-scheduler-editor.es.js +23 -12
  22. package/dist/cdn/nylas-scheduling/nylas-scheduling.es.js +587 -559
  23. package/dist/cdn/nylas-scheduling-method/nylas-scheduling-method.es.js +275 -264
  24. package/dist/cdn/nylas-timeslot-interval/nylas-timeslot-interval.es.js +353 -342
  25. package/dist/cdn/select-dropdown/select-dropdown.es.js +108 -97
  26. package/dist/cdn/time-period-selector/time-period-selector.es.js +340 -329
  27. package/dist/cjs/calendar-agenda-fill-icon_48.cjs.entry.js +5 -4
  28. package/dist/cjs/calendar-agenda-fill-icon_48.cjs.entry.js.map +1 -1
  29. package/dist/cjs/chevron-icon_3.cjs.entry.js +14 -1
  30. package/dist/cjs/chevron-icon_3.cjs.entry.js.map +1 -1
  31. package/dist/cjs/loader.cjs.js +1 -1
  32. package/dist/cjs/nylas-booked-event-card_12.cjs.entry.js +11 -7
  33. package/dist/cjs/nylas-booked-event-card_12.cjs.entry.js.map +1 -1
  34. package/dist/cjs/nylas-booking-form.cjs.entry.js +11 -7
  35. package/dist/cjs/nylas-booking-form.cjs.entry.js.map +1 -1
  36. package/dist/cjs/nylas-custom-event-slug.cjs.entry.js +5 -4
  37. package/dist/cjs/nylas-custom-event-slug.cjs.entry.js.map +1 -1
  38. package/dist/cjs/nylas-scheduler-editor.cjs.entry.js +2 -1
  39. package/dist/cjs/nylas-scheduler-editor.cjs.entry.js.map +1 -1
  40. package/dist/cjs/nylas-scheduling.cjs.entry.js +25 -4
  41. package/dist/cjs/nylas-scheduling.cjs.entry.js.map +1 -1
  42. package/dist/cjs/nylas-web-elements.cjs.js +1 -1
  43. package/dist/cjs/select-dropdown.cjs.entry.js +14 -1
  44. package/dist/cjs/select-dropdown.cjs.entry.js.map +1 -1
  45. package/dist/collection/components/design-system/select-dropdown/select-dropdown.js +33 -1
  46. package/dist/collection/components/design-system/select-dropdown/select-dropdown.js.map +1 -1
  47. package/dist/collection/components/scheduler/nylas-booking-form/nylas-booking-form.js +17 -7
  48. package/dist/collection/components/scheduler/nylas-booking-form/nylas-booking-form.js.map +1 -1
  49. package/dist/collection/components/scheduler/nylas-scheduling/nylas-scheduling.js +26 -5
  50. package/dist/collection/components/scheduler/nylas-scheduling/nylas-scheduling.js.map +1 -1
  51. package/dist/collection/components/scheduler-editor/nylas-custom-event-slug/nylas-custom-event-slug.css +6 -2
  52. package/dist/collection/components/scheduler-editor/nylas-custom-event-slug/nylas-custom-event-slug.js +4 -3
  53. package/dist/collection/components/scheduler-editor/nylas-custom-event-slug/nylas-custom-event-slug.js.map +1 -1
  54. package/dist/collection/components/scheduler-editor/nylas-scheduler-editor/ExpressFlow.js +2 -1
  55. package/dist/collection/components/scheduler-editor/nylas-scheduler-editor/ExpressFlow.js.map +1 -1
  56. package/dist/components/nylas-booking-form2.js +12 -8
  57. package/dist/components/nylas-booking-form2.js.map +1 -1
  58. package/dist/components/nylas-custom-event-slug2.js +5 -4
  59. package/dist/components/nylas-custom-event-slug2.js.map +1 -1
  60. package/dist/components/nylas-scheduler-editor.js +2 -1
  61. package/dist/components/nylas-scheduler-editor.js.map +1 -1
  62. package/dist/components/nylas-scheduling.js +25 -4
  63. package/dist/components/nylas-scheduling.js.map +1 -1
  64. package/dist/components/select-dropdown2.js +14 -1
  65. package/dist/components/select-dropdown2.js.map +1 -1
  66. package/dist/esm/calendar-agenda-fill-icon_48.entry.js +5 -4
  67. package/dist/esm/calendar-agenda-fill-icon_48.entry.js.map +1 -1
  68. package/dist/esm/chevron-icon_3.entry.js +14 -1
  69. package/dist/esm/chevron-icon_3.entry.js.map +1 -1
  70. package/dist/esm/loader.js +1 -1
  71. package/dist/esm/nylas-booked-event-card_12.entry.js +11 -7
  72. package/dist/esm/nylas-booked-event-card_12.entry.js.map +1 -1
  73. package/dist/esm/nylas-booking-form.entry.js +11 -7
  74. package/dist/esm/nylas-booking-form.entry.js.map +1 -1
  75. package/dist/esm/nylas-custom-event-slug.entry.js +5 -4
  76. package/dist/esm/nylas-custom-event-slug.entry.js.map +1 -1
  77. package/dist/esm/nylas-scheduler-editor.entry.js +2 -1
  78. package/dist/esm/nylas-scheduler-editor.entry.js.map +1 -1
  79. package/dist/esm/nylas-scheduling.entry.js +25 -4
  80. package/dist/esm/nylas-scheduling.entry.js.map +1 -1
  81. package/dist/esm/nylas-web-elements.js +1 -1
  82. package/dist/esm/select-dropdown.entry.js +14 -1
  83. package/dist/esm/select-dropdown.entry.js.map +1 -1
  84. package/dist/nylas-web-elements/nylas-booking-form.entry.js +11 -7
  85. package/dist/nylas-web-elements/nylas-booking-form.entry.js.map +1 -1
  86. package/dist/nylas-web-elements/nylas-custom-event-slug.entry.js +5 -4
  87. package/dist/nylas-web-elements/nylas-custom-event-slug.entry.js.map +1 -1
  88. package/dist/nylas-web-elements/nylas-scheduler-editor.entry.js +2 -1
  89. package/dist/nylas-web-elements/nylas-scheduler-editor.entry.js.map +1 -1
  90. package/dist/nylas-web-elements/nylas-scheduling.entry.js +25 -4
  91. package/dist/nylas-web-elements/nylas-scheduling.entry.js.map +1 -1
  92. package/dist/nylas-web-elements/nylas-web-elements.esm.js +1 -1
  93. package/dist/nylas-web-elements/{p-670e4bd1.entry.js → p-795ebe60.entry.js} +2 -2
  94. package/dist/nylas-web-elements/p-795ebe60.entry.js.map +1 -0
  95. package/dist/nylas-web-elements/{p-d32d9a1d.entry.js → p-8dee5c91.entry.js} +2 -2
  96. package/dist/nylas-web-elements/p-8dee5c91.entry.js.map +1 -0
  97. package/dist/nylas-web-elements/p-8fdc5d3d.entry.js +2 -0
  98. package/dist/nylas-web-elements/p-8fdc5d3d.entry.js.map +1 -0
  99. package/dist/nylas-web-elements/p-efa03f8c.entry.js +2 -0
  100. package/dist/nylas-web-elements/p-efa03f8c.entry.js.map +1 -0
  101. package/dist/nylas-web-elements/p-fbec0698.entry.js +2 -0
  102. package/dist/nylas-web-elements/p-fbec0698.entry.js.map +1 -0
  103. package/dist/nylas-web-elements/select-dropdown.entry.js +14 -1
  104. package/dist/nylas-web-elements/select-dropdown.entry.js.map +1 -1
  105. package/dist/types/components/design-system/select-dropdown/select-dropdown.d.ts +6 -0
  106. package/dist/types/components/scheduler/nylas-booking-form/nylas-booking-form.d.ts +6 -0
  107. package/dist/types/components/scheduler/nylas-scheduling/nylas-scheduling.d.ts +1 -0
  108. package/dist/types/components/scheduler-editor/nylas-custom-event-slug/nylas-custom-event-slug.d.ts +0 -1
  109. package/dist/types/components.d.ts +15 -0
  110. package/package.json +1 -1
  111. package/dist/nylas-web-elements/p-14e194b2.entry.js +0 -2
  112. package/dist/nylas-web-elements/p-14e194b2.entry.js.map +0 -1
  113. package/dist/nylas-web-elements/p-169a3f6d.entry.js +0 -2
  114. package/dist/nylas-web-elements/p-169a3f6d.entry.js.map +0 -1
  115. package/dist/nylas-web-elements/p-670e4bd1.entry.js.map +0 -1
  116. package/dist/nylas-web-elements/p-8ad09f72.entry.js +0 -2
  117. package/dist/nylas-web-elements/p-8ad09f72.entry.js.map +0 -1
  118. package/dist/nylas-web-elements/p-d32d9a1d.entry.js.map +0 -1
@@ -137,7 +137,7 @@ const P = (n, e, ...t) => {
137
137
  }
138
138
  const e = on(n.vtag, n.vtext);
139
139
  return e.$attrs$ = n.vattrs, e.$children$ = n.vchildren, e.$key$ = n.vkey, e.$name$ = n.vname, e;
140
- }, T1 = (n) => Z1.map((e) => e(n)).find((e) => !!e), $1 = (n, e) => n != null && !Br(n) ? e & 4 ? n === "false" ? !1 : n === "" || !!n : e & 2 ? parseFloat(n) : e & 1 ? String(n) : n : n, tn = (n) => n, Et = (n, e, t) => {
140
+ }, T1 = (n) => Z1.map((e) => e(n)).find((e) => !!e), $1 = (n, e) => n != null && !Br(n) ? e & 4 ? n === "false" ? !1 : n === "" || !!n : e & 2 ? parseFloat(n) : e & 1 ? String(n) : n : n, tn = (n) => n, ct = (n, e, t) => {
141
141
  const r = tn(n);
142
142
  return {
143
143
  emit: (i) => S1(r, e, {
@@ -190,7 +190,7 @@ const P = (n, e, ...t) => {
190
190
  else if (!n.__lookupSetter__(e) && e[0] === "o" && e[1] === "n") {
191
191
  if (e[2] === "-" ? e = e.slice(3) : gi(Cn, o) ? e = o.slice(2) : e = o[2] + e.slice(3), t || r) {
192
192
  const a = e.endsWith(Is);
193
- e = e.replace(O1, ""), t && ae.rel(n, e, t, a), r && ae.ael(n, e, r, a);
193
+ e = e.replace(D1, ""), t && ae.rel(n, e, t, a), r && ae.ael(n, e, r, a);
194
194
  }
195
195
  } else {
196
196
  const a = Br(r);
@@ -208,7 +208,7 @@ const P = (n, e, ...t) => {
208
208
  o !== (o = o.replace(/^xlink\:?/, "")) && (e = o, l = !0), r == null || r === !1 ? (r !== !1 || n.getAttribute(e) === "") && (l ? n.removeAttributeNS(ui, e) : n.removeAttribute(e)) : (!u || s & 4 || i) && !a && (r = r === !0 ? "" : r, l ? n.setAttributeNS(ui, e, r) : n.setAttribute(e, r));
209
209
  }
210
210
  }
211
- }, I1 = /\s/, di = (n) => n ? n.split(I1) : [], Is = "Capture", O1 = new RegExp(Is + "$"), Os = (n, e, t, r) => {
211
+ }, I1 = /\s/, di = (n) => n ? n.split(I1) : [], Is = "Capture", D1 = new RegExp(Is + "$"), Ds = (n, e, t, r) => {
212
212
  const i = e.$elm$.nodeType === 11 && e.$elm$.host ? e.$elm$.host : e.$elm$, s = n && n.$attrs$ || oi, u = e.$attrs$ || oi;
213
213
  for (r in s)
214
214
  r in u || ci(i, r, s[r], void 0, t, e.$flags$);
@@ -228,7 +228,7 @@ const P = (n, e, ...t) => {
228
228
  else if (i.$flags$ & 1)
229
229
  u = i.$elm$ = $e.createTextNode("");
230
230
  else {
231
- if (me || (me = i.$tag$ === "svg"), u = i.$elm$ = $e.createElementNS(me ? b1 : y1, i.$flags$ & 2 ? "slot-fb" : i.$tag$), me && i.$tag$ === "foreignObject" && (me = !1), Os(null, i, me), x1(ot) && u["s-si"] !== ot && u.classList.add(u["s-si"] = ot), i.$children$)
231
+ if (me || (me = i.$tag$ === "svg"), u = i.$elm$ = $e.createElementNS(me ? b1 : y1, i.$flags$ & 2 ? "slot-fb" : i.$tag$), me && i.$tag$ === "foreignObject" && (me = !1), Ds(null, i, me), x1(ot) && u["s-si"] !== ot && u.classList.add(u["s-si"] = ot), i.$children$)
232
232
  for (s = 0; s < i.$children$.length; ++s)
233
233
  o = an(n, i, s, u), o && u.appendChild(o);
234
234
  i.$tag$ === "svg" ? me = !1 : u.tagName === "foreignObject" && (me = !0);
@@ -242,7 +242,7 @@ const P = (n, e, ...t) => {
242
242
  i["s-hn"] !== $t && i["s-ol"] && (Ms(i).insertBefore(i, Ir(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
- }, Ds = (n, e, t, r, i, s) => {
245
+ }, Os = (n, e, t, r, i, s) => {
246
246
  let u = n["s-cr"] && n["s-cr"].parentNode || n, o;
247
247
  for (u.shadowRoot && u.tagName === $t && (u = u.shadowRoot); i <= s; ++i)
248
248
  r[i] && (o = an(null, t, i, n), o && (r[i].$elm$ = o, u.insertBefore(o, Ir(e))));
@@ -254,7 +254,7 @@ const P = (n, e, ...t) => {
254
254
  Ls(i), s && (un = !0, s["s-ol"] ? s["s-ol"].remove() : St(s, !0), s.remove());
255
255
  }
256
256
  }
257
- }, D1 = (n, e, t, r, i = !1) => {
257
+ }, O1 = (n, e, t, r, i = !1) => {
258
258
  let s = 0, u = 0, o = 0, a = 0, l = e.length - 1, c = e[0], f = e[l], d = r.length - 1, p = r[0], b = r[d], T, g;
259
259
  for (; s <= l && u <= d; )
260
260
  if (c == null)
@@ -281,11 +281,11 @@ const P = (n, e, ...t) => {
281
281
  }
282
282
  o >= 0 ? (g = e[o], g.$tag$ !== p.$tag$ ? T = an(e && e[u], t, o, n) : (at(g, p, i), e[o] = void 0, T = g.$elm$), p = r[++u]) : (T = an(e && e[u], t, u, n), p = r[++u]), T && Ms(c.$elm$).insertBefore(T, Ir(c.$elm$));
283
283
  }
284
- s > l ? Ds(n, r[d + 1] == null ? null : r[d + 1].$elm$, t, r, u, d) : u > d && Rs(e, s, l);
284
+ s > l ? Os(n, r[d + 1] == null ? null : r[d + 1].$elm$, t, r, u, d) : u > d && Rs(e, s, l);
285
285
  }, qt = (n, e, t = !1) => n.$tag$ === e.$tag$ ? n.$tag$ === "slot" ? n.$name$ === e.$name$ : t ? !0 : n.$key$ === e.$key$ : !1, Ir = (n) => n && n["s-ol"] || n, Ms = (n) => (n["s-ol"] ? n["s-ol"] : n).parentNode, at = (n, e, t = !1) => {
286
286
  const r = e.$elm$ = n.$elm$, i = n.$children$, s = e.$children$, u = e.$tag$, o = e.$text$;
287
287
  let a;
288
- o === null ? (me = u === "svg" ? !0 : u === "foreignObject" ? !1 : me, u === "slot" || Os(n, e, me), i !== null && s !== null ? D1(r, i, e, s, t) : s !== null ? (n.$text$ !== null && (r.textContent = ""), Ds(r, null, e, s, 0, s.length - 1)) : i !== null && Rs(i, 0, i.length - 1), me && u === "svg" && (me = !1)) : (a = r["s-cr"]) ? a.parentNode.textContent = o : n.$text$ !== o && (r.data = o);
288
+ o === null ? (me = u === "svg" ? !0 : u === "foreignObject" ? !1 : me, u === "slot" || Ds(n, e, me), i !== null && s !== null ? O1(r, i, e, s, t) : s !== null ? (n.$text$ !== null && (r.textContent = ""), Os(r, null, e, s, 0, s.length - 1)) : i !== null && Rs(i, 0, i.length - 1), me && u === "svg" && (me = !1)) : (a = r["s-cr"]) ? a.parentNode.textContent = o : n.$text$ !== o && (r.data = o);
289
289
  }, Ns = (n) => {
290
290
  const e = n.childNodes;
291
291
  for (const t of e)
@@ -357,9 +357,9 @@ const P = (n, e, ...t) => {
357
357
  {
358
358
  let A = (r = p["s-ol"]) === null || r === void 0 ? void 0 : r.previousSibling;
359
359
  for (; A; ) {
360
- let D = (i = A["s-nr"]) !== null && i !== void 0 ? i : null;
361
- if (D && D["s-sn"] === p["s-sn"] && T === D.parentNode && (D = D.nextSibling, !D || !D["s-nr"])) {
362
- g = D;
360
+ let O = (i = A["s-nr"]) !== null && i !== void 0 ? i : null;
361
+ if (O && O["s-sn"] === p["s-sn"] && T === O.parentNode && (O = O.nextSibling, !O || !O["s-nr"])) {
362
+ g = O;
363
363
  break;
364
364
  }
365
365
  A = A.previousSibling;
@@ -380,7 +380,7 @@ const P = (n, e, ...t) => {
380
380
  }, _s = (n, e) => (n.$flags$ |= 16, M1(n, n.$ancestorComponent$), rg(() => N1(n, e))), N1 = (n, e) => {
381
381
  const t = n.$hostElement$, r = Ze("scheduleUpdate", n.$cmpMeta$.$tagName$), i = t;
382
382
  let s;
383
- return e ? s = ct(i, "componentWillLoad") : s = ct(i, "componentWillUpdate"), s = hi(s, () => ct(i, "componentWillRender")), r(), hi(s, () => L1(n, i, e));
383
+ return e ? s = dt(i, "componentWillLoad") : s = dt(i, "componentWillUpdate"), s = hi(s, () => dt(i, "componentWillRender")), r(), hi(s, () => L1(n, i, e));
384
384
  }, hi = (n, e) => P1(n) ? n.then(e) : e(), P1 = (n) => n instanceof Promise || n && n.then && typeof n.then == "function", L1 = async (n, e, t) => {
385
385
  const r = n.$hostElement$, i = Ze("update", n.$cmpMeta$.$tagName$);
386
386
  r["s-rc"], t && B1(n);
@@ -395,8 +395,8 @@ const P = (n, e, ...t) => {
395
395
  return si = null, null;
396
396
  }, U1 = (n) => {
397
397
  const e = n.$cmpMeta$.$tagName$, t = n.$hostElement$, r = Ze("postUpdate", e), i = t;
398
- n.$ancestorComponent$, ct(i, "componentDidRender"), n.$flags$ & 64 ? (ct(i, "componentDidUpdate"), r()) : (n.$flags$ |= 64, ct(i, "componentDidLoad"), r());
399
- }, ct = (n, e, t) => {
398
+ n.$ancestorComponent$, dt(i, "componentDidRender"), n.$flags$ & 64 ? (dt(i, "componentDidUpdate"), r()) : (n.$flags$ |= 64, dt(i, "componentDidLoad"), r());
399
+ }, dt = (n, e, t) => {
400
400
  if (n && n[e])
401
401
  try {
402
402
  return n[e](t);
@@ -600,15 +600,15 @@ const P = (n, e, ...t) => {
600
600
  }, er = () => {
601
601
  bi(mi), bi(js), (Xn = mi.length > 0) && ae.raf(er);
602
602
  }, ng = (n) => X1().then(n), rg = /* @__PURE__ */ tg(js, !0), yi = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
603
- var Re = [], ve = [], ig = typeof Uint8Array < "u" ? Uint8Array : Array, Or = !1;
603
+ var Re = [], ve = [], ig = typeof Uint8Array < "u" ? Uint8Array : Array, Dr = !1;
604
604
  function qs() {
605
- Or = !0;
605
+ Dr = !0;
606
606
  for (var n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", e = 0, t = n.length; e < t; ++e)
607
607
  Re[e] = n[e], ve[n.charCodeAt(e)] = e;
608
608
  ve[45] = 62, ve[95] = 63;
609
609
  }
610
610
  function sg(n) {
611
- Or || qs();
611
+ Dr || qs();
612
612
  var e, t, r, i, s, u, o = n.length;
613
613
  if (o % 4 > 0)
614
614
  throw new Error("Invalid string. Length must be a multiple of 4");
@@ -627,7 +627,7 @@ function og(n, e, t) {
627
627
  return i.join("");
628
628
  }
629
629
  function xi(n) {
630
- Or || qs();
630
+ Dr || qs();
631
631
  for (var e, t = n.length, r = t % 3, i = "", s = [], u = 16383, o = 0, a = t - r; o < a; o += u)
632
632
  s.push(og(n, o, o + u > a ? a : o + u));
633
633
  return r === 1 ? (e = n[t - 1], i += Re[e >> 2], i += Re[e << 4 & 63], i += "==") : r === 2 && (e = (n[t - 2] << 8) + n[t - 1], i += Re[e >> 10], i += Re[e >> 4 & 63], i += Re[e << 2 & 63], i += "="), s.push(i), s.join("");
@@ -682,7 +682,7 @@ function $(n, e, t) {
682
682
  throw new Error(
683
683
  "If encoding is specified then the first argument must be a string"
684
684
  );
685
- return Dr(this, n);
685
+ return Or(this, n);
686
686
  }
687
687
  return zs(this, n, e, t);
688
688
  }
@@ -711,17 +711,17 @@ function cg(n, e, t, r) {
711
711
  $.alloc = function(n, e, t) {
712
712
  return cg(null, n, e, t);
713
713
  };
714
- function Dr(n, e) {
714
+ function Or(n, e) {
715
715
  if (Ws(e), n = qe(n, e < 0 ? 0 : Rr(e) | 0), !$.TYPED_ARRAY_SUPPORT)
716
716
  for (var t = 0; t < e; ++t)
717
717
  n[t] = 0;
718
718
  return n;
719
719
  }
720
720
  $.allocUnsafe = function(n) {
721
- return Dr(null, n);
721
+ return Or(null, n);
722
722
  };
723
723
  $.allocUnsafeSlow = function(n) {
724
- return Dr(null, n);
724
+ return Or(null, n);
725
725
  };
726
726
  function dg(n, e, t) {
727
727
  if ((typeof t != "string" || t === "") && (t = "utf8"), !$.isEncoding(t))
@@ -752,7 +752,7 @@ function hg(n, e) {
752
752
  }
753
753
  if (e) {
754
754
  if (typeof ArrayBuffer < "u" && e.buffer instanceof ArrayBuffer || "length" in e)
755
- return typeof e.length != "number" || Dg(e.length) ? qe(n, 0) : nr(n, e);
755
+ return typeof e.length != "number" || Og(e.length) ? qe(n, 0) : nr(n, e);
756
756
  if (e.type === "Buffer" && Ys(e.data))
757
757
  return nr(n, e.data);
758
758
  }
@@ -1002,19 +1002,19 @@ function gg(n, e, t, r) {
1002
1002
  return u;
1003
1003
  }
1004
1004
  function mg(n, e, t, r) {
1005
- return On(cn(e, n.length - t), n, t, r);
1005
+ return Dn(cn(e, n.length - t), n, t, r);
1006
1006
  }
1007
1007
  function Ks(n, e, t, r) {
1008
- return On(Ig(e), n, t, r);
1008
+ return Dn(Ig(e), n, t, r);
1009
1009
  }
1010
1010
  function bg(n, e, t, r) {
1011
1011
  return Ks(n, e, t, r);
1012
1012
  }
1013
1013
  function yg(n, e, t, r) {
1014
- return On(eu(e), n, t, r);
1014
+ return Dn(eu(e), n, t, r);
1015
1015
  }
1016
1016
  function xg(n, e, t, r) {
1017
- return On(Og(e, n.length - t), n, t, r);
1017
+ return Dn(Dg(e, n.length - t), n, t, r);
1018
1018
  }
1019
1019
  $.prototype.write = function(e, t, r, i) {
1020
1020
  if (t === void 0)
@@ -1438,7 +1438,7 @@ function Ig(n) {
1438
1438
  e.push(n.charCodeAt(t) & 255);
1439
1439
  return e;
1440
1440
  }
1441
- function Og(n, e) {
1441
+ function Dg(n, e) {
1442
1442
  for (var t, r, i, s = [], u = 0; u < n.length && !((e -= 2) < 0); ++u)
1443
1443
  t = n.charCodeAt(u), r = t >> 8, i = t % 256, s.push(i), s.push(r);
1444
1444
  return s;
@@ -1446,12 +1446,12 @@ function Og(n, e) {
1446
1446
  function eu(n) {
1447
1447
  return sg(Cg(n));
1448
1448
  }
1449
- function On(n, e, t, r) {
1449
+ function Dn(n, e, t, r) {
1450
1450
  for (var i = 0; i < r && !(i + t >= e.length || i >= n.length); ++i)
1451
1451
  e[i + t] = n[i];
1452
1452
  return i;
1453
1453
  }
1454
- function Dg(n) {
1454
+ function Og(n) {
1455
1455
  return n !== n;
1456
1456
  }
1457
1457
  function Rg(n) {
@@ -1464,7 +1464,7 @@ function Mg(n) {
1464
1464
  return typeof n.readFloatLE == "function" && typeof n.slice == "function" && tu(n.slice(0, 0));
1465
1465
  }
1466
1466
  var ke = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
1467
- function Dn(n) {
1467
+ function On(n) {
1468
1468
  if (n.__esModule) return n;
1469
1469
  var e = Object.defineProperty({}, "__esModule", { value: !0 });
1470
1470
  return Object.keys(n).forEach(function(t) {
@@ -1482,13 +1482,13 @@ var Ng = { exports: {} };
1482
1482
  (function(t, r) {
1483
1483
  n.exports = r();
1484
1484
  })(ke, function() {
1485
- var t = 1e3, r = 6e4, i = 36e5, s = "millisecond", u = "second", o = "minute", a = "hour", l = "day", c = "week", f = "month", d = "quarter", p = "year", b = "date", T = "Invalid Date", g = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, A = /\[([^\]]+)]|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, D = { 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) {
1485
+ var t = 1e3, r = 6e4, i = 36e5, s = "millisecond", u = "second", o = "minute", a = "hour", l = "day", c = "week", f = "month", d = "quarter", p = "year", b = "date", T = "Invalid Date", g = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, A = /\[([^\]]+)]|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, O = { 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) {
1486
1486
  var v = ["th", "st", "nd", "rd"], h = w % 100;
1487
1487
  return "[" + w + (v[(h - 20) % 10] || v[h] || v[0]) + "]";
1488
1488
  } }, Y = function(w, v, h) {
1489
1489
  var x = String(w);
1490
1490
  return !x || x.length >= v ? w : "" + Array(v + 1 - x.length).join(h) + w;
1491
- }, O = { s: Y, z: function(w) {
1491
+ }, D = { s: Y, z: function(w) {
1492
1492
  var v = -w.utcOffset(), h = Math.abs(v), x = Math.floor(h / 60), m = h % 60;
1493
1493
  return (v <= 0 ? "+" : "-") + Y(x, 2, "0") + ":" + Y(m, 2, "0");
1494
1494
  }, m: function w(v, h) {
@@ -1502,7 +1502,7 @@ var Ng = { exports: {} };
1502
1502
  }, u: function(w) {
1503
1503
  return w === void 0;
1504
1504
  } }, U = "en", F = {};
1505
- F[U] = D;
1505
+ F[U] = O;
1506
1506
  var z = function(w) {
1507
1507
  return w instanceof y;
1508
1508
  }, K = function w(v, h, x) {
@@ -1522,7 +1522,7 @@ var Ng = { exports: {} };
1522
1522
  if (z(w)) return w.clone();
1523
1523
  var h = typeof v == "object" ? v : {};
1524
1524
  return h.date = w, h.args = arguments, new y(h);
1525
- }, _ = O;
1525
+ }, _ = D;
1526
1526
  _.l = K, _.i = z, _.w = function(w, v) {
1527
1527
  return H(w, { locale: v.$L, utc: v.$u, x: v.$x, $offset: v.$offset });
1528
1528
  };
@@ -1736,10 +1736,10 @@ var Lg = function(n, e, t) {
1736
1736
  return t * e < 0 ? t + e : t;
1737
1737
  }, qn = function(n, e) {
1738
1738
  return { div: Math.floor(n / e), mod: Ee(n, e) };
1739
- }, De = function(n) {
1739
+ }, Oe = function(n) {
1740
1740
  return !te(n) || n.length === 0;
1741
1741
  }, re = function(n) {
1742
- return !De(n);
1742
+ return !Oe(n);
1743
1743
  }, Q = function(n, e) {
1744
1744
  return re(n) && n.indexOf(e) !== -1;
1745
1745
  }, Qe = function(n, e, t, r, i, s) {
@@ -1748,7 +1748,7 @@ var Lg = function(n, e, t) {
1748
1748
  return n % 4 === 0 && n % 100 !== 0 || n % 400 === 0;
1749
1749
  }, su = function(n) {
1750
1750
  return n instanceof Date;
1751
- }, vt = function(n) {
1751
+ }, wt = function(n) {
1752
1752
  return su(n) && !isNaN(n.getTime());
1753
1753
  }, ki = function(n) {
1754
1754
  return n.getTimezoneOffset() * 60 * 1e3;
@@ -1762,11 +1762,11 @@ var Lg = function(n, e, t) {
1762
1762
  }, jg = function(n) {
1763
1763
  var e = n.getUTCMonth();
1764
1764
  return e === 1 && kt(n.getUTCFullYear()) ? 29 : _g[e];
1765
- }, dt = function(n) {
1765
+ }, ft = function(n) {
1766
1766
  return Ug[n.getUTCDay()];
1767
1767
  }, Ti = function(n, e) {
1768
1768
  var t = Qe(n, e + 1, 1);
1769
- return [dt(t), jg(t)];
1769
+ return [ft(t), jg(t)];
1770
1770
  }, ou = function(n, e) {
1771
1771
  return e = e || n, new Date(Date.UTC(n.getUTCFullYear(), n.getUTCMonth(), n.getUTCDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
1772
1772
  }, sr = function(n) {
@@ -2351,7 +2351,7 @@ function Lr(n) {
2351
2351
  }
2352
2352
  var Wg = function(n, e) {
2353
2353
  return e === void 0 && (e = dn), new L(au(n, e) || void 0);
2354
- }, gt = [
2354
+ }, mt = [
2355
2355
  "count",
2356
2356
  "until",
2357
2357
  "interval",
@@ -2360,12 +2360,12 @@ var Wg = function(n, e) {
2360
2360
  "bymonth"
2361
2361
  ];
2362
2362
  He.IMPLEMENTED = [];
2363
- He.IMPLEMENTED[G.HOURLY] = gt;
2364
- He.IMPLEMENTED[G.MINUTELY] = gt;
2365
- He.IMPLEMENTED[G.DAILY] = ["byhour"].concat(gt);
2366
- He.IMPLEMENTED[G.WEEKLY] = gt;
2367
- He.IMPLEMENTED[G.MONTHLY] = gt;
2368
- He.IMPLEMENTED[G.YEARLY] = ["byweekno", "byyearday"].concat(gt);
2363
+ He.IMPLEMENTED[G.HOURLY] = mt;
2364
+ He.IMPLEMENTED[G.MINUTELY] = mt;
2365
+ He.IMPLEMENTED[G.DAILY] = ["byhour"].concat(mt);
2366
+ He.IMPLEMENTED[G.WEEKLY] = mt;
2367
+ He.IMPLEMENTED[G.MONTHLY] = mt;
2368
+ He.IMPLEMENTED[G.YEARLY] = ["byweekno", "byyearday"].concat(mt);
2369
2369
  var Gg = function(n, e, t, r) {
2370
2370
  return new He(n, e, t, r).toString();
2371
2371
  }, Vg = He.isFullyConvertible, fn = (
@@ -2397,7 +2397,7 @@ var Gg = function(n, e, t, r) {
2397
2397
  return e.fromDate = function(t) {
2398
2398
  return new this(t.getUTCFullYear(), t.getUTCMonth() + 1, t.getUTCDate(), t.getUTCHours(), t.getUTCMinutes(), t.getUTCSeconds(), t.valueOf() % 1e3);
2399
2399
  }, e.prototype.getWeekday = function() {
2400
- return dt(new Date(this.getTime()));
2400
+ return ft(new Date(this.getTime()));
2401
2401
  }, e.prototype.getTime = function() {
2402
2402
  return new Date(Date.UTC(this.year, this.month - 1, this.day, this.hour, this.minute, this.second, this.millisecond)).getTime();
2403
2403
  }, e.prototype.getDay = function() {
@@ -2421,21 +2421,21 @@ var Gg = function(n, e, t, r) {
2421
2421
  for (r && (this.hour += Math.floor((23 - this.hour) / t) * t); ; ) {
2422
2422
  this.hour += t;
2423
2423
  var s = qn(this.hour, 24), u = s.div, o = s.mod;
2424
- if (u && (this.hour = o, this.addDaily(u)), De(i) || Q(i, this.hour))
2424
+ if (u && (this.hour = o, this.addDaily(u)), Oe(i) || Q(i, this.hour))
2425
2425
  break;
2426
2426
  }
2427
2427
  }, e.prototype.addMinutes = function(t, r, i, s) {
2428
2428
  for (r && (this.minute += Math.floor((1439 - (this.hour * 60 + this.minute)) / t) * t); ; ) {
2429
2429
  this.minute += t;
2430
2430
  var u = qn(this.minute, 60), o = u.div, a = u.mod;
2431
- if (o && (this.minute = a, this.addHours(o, !1, i)), (De(i) || Q(i, this.hour)) && (De(s) || Q(s, this.minute)))
2431
+ if (o && (this.minute = a, this.addHours(o, !1, i)), (Oe(i) || Q(i, this.hour)) && (Oe(s) || Q(s, this.minute)))
2432
2432
  break;
2433
2433
  }
2434
2434
  }, e.prototype.addSeconds = function(t, r, i, s, u) {
2435
2435
  for (r && (this.second += Math.floor((86399 - (this.hour * 3600 + this.minute * 60 + this.second)) / t) * t); ; ) {
2436
2436
  this.second += t;
2437
2437
  var o = qn(this.second, 60), a = o.div, l = o.mod;
2438
- if (a && (this.second = l, this.addMinutes(a, !1, i, s)), (De(i) || Q(i, this.hour)) && (De(s) || Q(s, this.minute)) && (De(u) || Q(u, this.second)))
2438
+ if (a && (this.second = l, this.addMinutes(a, !1, i, s)), (Oe(i) || Q(i, this.hour)) && (Oe(s) || Q(s, this.minute)) && (Oe(u) || Q(u, this.second)))
2439
2439
  break;
2440
2440
  }
2441
2441
  }, e.prototype.fixDay = function() {
@@ -2472,7 +2472,7 @@ var Gg = function(n, e, t, r) {
2472
2472
  function lu(n) {
2473
2473
  for (var e = [], t = Object.keys(n), r = 0, i = t; r < i.length; r++) {
2474
2474
  var s = i[r];
2475
- Q($m, s) || e.push(s), su(n[s]) && !vt(n[s]) && e.push(s);
2475
+ Q($m, s) || e.push(s), su(n[s]) && !wt(n[s]) && e.push(s);
2476
2476
  }
2477
2477
  if (e.length)
2478
2478
  throw new Error("Invalid options: " + e.join(", "));
@@ -2499,7 +2499,7 @@ function Jg(n) {
2499
2499
  e.bymonthday = e.dtstart.getUTCDate();
2500
2500
  break;
2501
2501
  case L.WEEKLY:
2502
- e.byweekday = [dt(e.dtstart)];
2502
+ e.byweekday = [ft(e.dtstart)];
2503
2503
  break;
2504
2504
  }
2505
2505
  if (te(e.bymonth) && !be(e.bymonth) && (e.bymonth = [e.bymonth]), te(e.byyearday) && !be(e.byyearday) && Ie(e.byyearday) && (e.byyearday = [e.byyearday]), !te(e.bymonthday))
@@ -2755,14 +2755,14 @@ var rm = (
2755
2755
  return be(r) ? $i(r) : r instanceof Date ? sr(r) : r;
2756
2756
  }, n;
2757
2757
  }()
2758
- ), im = C(C(C(C(C(C(C(C(C(C(C(C(C([], 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)), sm = C(C(C(C(C(C(C(C(C(C(C(C(C([], 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)), um = Le(1, 29), om = Le(1, 30), ze = Le(1, 31), ue = Le(1, 32), am = C(C(C(C(C(C(C(C(C(C(C(C(C([], ue, !0), om, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue.slice(0, 7)), lm = C(C(C(C(C(C(C(C(C(C(C(C(C([], ue, !0), um, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue.slice(0, 7)), cm = Le(-28, 0), dm = Le(-29, 0), We = Le(-30, 0), oe = Le(-31, 0), fm = C(C(C(C(C(C(C(C(C(C(C(C(C([], oe, !0), dm, !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)), hm = C(C(C(C(C(C(C(C(C(C(C(C(C([], oe, !0), cm, !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)), pm = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366], gm = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365], Oi = function() {
2758
+ ), im = C(C(C(C(C(C(C(C(C(C(C(C(C([], 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)), sm = C(C(C(C(C(C(C(C(C(C(C(C(C([], 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)), um = Le(1, 29), om = Le(1, 30), ze = Le(1, 31), ue = Le(1, 32), am = C(C(C(C(C(C(C(C(C(C(C(C(C([], ue, !0), om, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue.slice(0, 7)), lm = C(C(C(C(C(C(C(C(C(C(C(C(C([], ue, !0), um, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue, !0), ze, !0), ue, !0), ze, !0), ue, !0), ue.slice(0, 7)), cm = Le(-28, 0), dm = Le(-29, 0), We = Le(-30, 0), oe = Le(-31, 0), fm = C(C(C(C(C(C(C(C(C(C(C(C(C([], oe, !0), dm, !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)), hm = C(C(C(C(C(C(C(C(C(C(C(C(C([], oe, !0), cm, !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)), pm = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366], gm = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365], Di = function() {
2759
2759
  for (var n = [], e = 0; e < 55; e++)
2760
2760
  n = n.concat(Le(7));
2761
2761
  return n;
2762
2762
  }();
2763
2763
  function mm(n, e) {
2764
- var t = Qe(n, 1, 1), r = kt(n) ? 366 : 365, i = kt(n + 1) ? 366 : 365, s = ir(t), u = dt(t), o = xe(xe({ yearlen: r, nextyearlen: i, yearordinal: s, yearweekday: u }, bm(n)), { wnomask: null });
2765
- if (De(e.byweekno))
2764
+ var t = Qe(n, 1, 1), r = kt(n) ? 366 : 365, i = kt(n + 1) ? 366 : 365, s = ir(t), u = ft(t), o = xe(xe({ yearlen: r, nextyearlen: i, yearordinal: s, yearweekday: u }, bm(n)), { wnomask: null });
2765
+ if (Oe(e.byweekno))
2766
2766
  return o;
2767
2767
  o.wnomask = W(0, r + 7);
2768
2768
  var a, l, c = a = Ee(7 - u + e.wkst, 7);
@@ -2783,32 +2783,32 @@ function mm(n, e) {
2783
2783
  ;
2784
2784
  }
2785
2785
  if (c) {
2786
- var D = void 0;
2786
+ var O = void 0;
2787
2787
  if (Q(e.byweekno, -1))
2788
- D = -1;
2788
+ O = -1;
2789
2789
  else {
2790
- var Y = dt(Qe(n - 1, 1, 1)), O = Ee(7 - Y.valueOf() + e.wkst, 7), U = kt(n - 1) ? 366 : 365, F = void 0;
2791
- O >= 4 ? (O = 0, F = U + Ee(Y - e.wkst, 7)) : F = r - c, D = Math.floor(52 + Ee(F, 7) / 4);
2790
+ var Y = ft(Qe(n - 1, 1, 1)), D = Ee(7 - Y.valueOf() + e.wkst, 7), U = kt(n - 1) ? 366 : 365, F = void 0;
2791
+ D >= 4 ? (D = 0, F = U + Ee(Y - e.wkst, 7)) : F = r - c, O = Math.floor(52 + Ee(F, 7) / 4);
2792
2792
  }
2793
- if (Q(e.byweekno, D))
2793
+ if (Q(e.byweekno, O))
2794
2794
  for (var g = 0; g < c; g++)
2795
2795
  o.wnomask[g] = 1;
2796
2796
  }
2797
2797
  return o;
2798
2798
  }
2799
2799
  function bm(n) {
2800
- var e = kt(n) ? 366 : 365, t = Qe(n, 1, 1), r = dt(t);
2800
+ var e = kt(n) ? 366 : 365, t = Qe(n, 1, 1), r = ft(t);
2801
2801
  return e === 365 ? {
2802
2802
  mmask: im,
2803
2803
  mdaymask: lm,
2804
2804
  nmdaymask: hm,
2805
- wdaymask: Oi.slice(r),
2805
+ wdaymask: Di.slice(r),
2806
2806
  mrange: gm
2807
2807
  } : {
2808
2808
  mmask: sm,
2809
2809
  mdaymask: am,
2810
2810
  nmdaymask: fm,
2811
- wdaymask: Oi.slice(r),
2811
+ wdaymask: Di.slice(r),
2812
2812
  mrange: pm
2813
2813
  };
2814
2814
  }
@@ -2819,13 +2819,13 @@ function ym(n, e, t, r, i, s) {
2819
2819
  nwdaymask: []
2820
2820
  }, o = [];
2821
2821
  if (s.freq === L.YEARLY)
2822
- if (De(s.bymonth))
2822
+ if (Oe(s.bymonth))
2823
2823
  o = [[0, t]];
2824
2824
  else
2825
2825
  for (var a = 0; a < s.bymonth.length; a++)
2826
2826
  e = s.bymonth[a], o.push(r.slice(e - 1, e + 1));
2827
2827
  else s.freq === L.MONTHLY && (o = [r.slice(e - 1, e + 1)]);
2828
- if (De(o))
2828
+ if (Oe(o))
2829
2829
  return u;
2830
2830
  u.nwdaymask = W(0, t);
2831
2831
  for (var a = 0; a < o.length; a++)
@@ -3000,25 +3000,25 @@ function cu(n, e) {
3000
3000
  var f = l.getdayset(r)(a.year, a.month, a.day), d = f[0], p = f[1], b = f[2], T = km(d, p, b, l, e);
3001
3001
  if (re(u))
3002
3002
  for (var g = wm(u, c, p, b, l, d), A = 0; A < g.length; A++) {
3003
- var D = g[A];
3004
- if (s && D > s)
3003
+ var O = g[A];
3004
+ if (s && O > s)
3005
3005
  return _e(n);
3006
- if (D >= t) {
3007
- var Y = Di(D, e);
3006
+ if (O >= t) {
3007
+ var Y = Oi(O, e);
3008
3008
  if (!n.accept(Y) || o && (--o, !o))
3009
3009
  return _e(n);
3010
3010
  }
3011
3011
  }
3012
3012
  else
3013
3013
  for (var A = p; A < b; A++) {
3014
- var O = d[A];
3015
- if (te(O))
3016
- for (var U = uu(l.yearordinal + O), F = 0; F < c.length; F++) {
3017
- var z = c[F], D = ou(U, z);
3018
- if (s && D > s)
3014
+ var D = d[A];
3015
+ if (te(D))
3016
+ for (var U = uu(l.yearordinal + D), F = 0; F < c.length; F++) {
3017
+ var z = c[F], O = ou(U, z);
3018
+ if (s && O > s)
3019
3019
  return _e(n);
3020
- if (D >= t) {
3021
- var Y = Di(D, e);
3020
+ if (O >= t) {
3021
+ var Y = Oi(O, e);
3022
3022
  if (!n.accept(Y) || o && (--o, !o))
3023
3023
  return _e(n);
3024
3024
  }
@@ -3033,7 +3033,7 @@ function Em(n, e, t) {
3033
3033
  var r = t.bymonth, i = t.byweekno, s = t.byweekday, u = t.byeaster, o = t.bymonthday, a = t.bynmonthday, l = t.byyearday;
3034
3034
  return re(r) && !Q(r, n.mmask[e]) || re(i) && !n.wnomask[e] || re(s) && !Q(s, n.wdaymask[e]) || re(n.nwdaymask) && !n.nwdaymask[e] || u !== null && !Q(n.eastermask, e) || (re(o) || re(a)) && !Q(o, n.mdaymask[e]) && !Q(a, n.nmdaymask[e]) || re(l) && (e < n.yearlen && !Q(l, e + 1) && !Q(l, -n.yearlen + e) || e >= n.yearlen && !Q(l, e + 1 - n.yearlen) && !Q(l, -n.nextyearlen + e - n.yearlen));
3035
3035
  }
3036
- function Di(n, e) {
3036
+ function Oi(n, e) {
3037
3037
  return new pn(n, e.tzid).rezonedDate();
3038
3038
  }
3039
3039
  function _e(n) {
@@ -3105,7 +3105,7 @@ var Te = {
3105
3105
  var t = this._cacheGet("all");
3106
3106
  return t === !1 && (t = this._iter(new lt("all", {})), this._cacheAdd("all", t)), t;
3107
3107
  }, n.prototype.between = function(e, t, r, i) {
3108
- if (r === void 0 && (r = !1), !vt(e) || !vt(t))
3108
+ if (r === void 0 && (r = !1), !wt(e) || !wt(t))
3109
3109
  throw new Error("Invalid date passed in to RRule.between");
3110
3110
  var s = {
3111
3111
  before: t,
@@ -3117,12 +3117,12 @@ var Te = {
3117
3117
  var u = this._cacheGet("between", s);
3118
3118
  return u === !1 && (u = this._iter(new lt("between", s)), this._cacheAdd("between", u, s)), u;
3119
3119
  }, n.prototype.before = function(e, t) {
3120
- if (t === void 0 && (t = !1), !vt(e))
3120
+ if (t === void 0 && (t = !1), !wt(e))
3121
3121
  throw new Error("Invalid date passed in to RRule.before");
3122
3122
  var r = { dt: e, inc: t }, i = this._cacheGet("before", r);
3123
3123
  return i === !1 && (i = this._iter(new lt("before", r)), this._cacheAdd("before", i, r)), i;
3124
3124
  }, n.prototype.after = function(e, t) {
3125
- if (t === void 0 && (t = !1), !vt(e))
3125
+ if (t === void 0 && (t = !1), !wt(e))
3126
3126
  throw new Error("Invalid date passed in to RRule.after");
3127
3127
  var r = { dt: e, inc: t }, i = this._cacheGet("after", r);
3128
3128
  return i === !1 && (i = this._iter(new lt("after", r)), this._cacheAdd("after", i, r)), i;
@@ -3195,11 +3195,11 @@ var Ri = {
3195
3195
  tzid: null
3196
3196
  };
3197
3197
  function Cm(n, e) {
3198
- var t = [], r = [], i = [], s = [], u = hn(n), o = u.dtstart, a = u.tzid, l = Dm(n, e.unfold);
3198
+ var t = [], r = [], i = [], s = [], u = hn(n), o = u.dtstart, a = u.tzid, l = Om(n, e.unfold);
3199
3199
  return l.forEach(function(c) {
3200
3200
  var f;
3201
3201
  if (c) {
3202
- var d = Om(c), p = d.name, b = d.parms, T = d.value;
3202
+ var d = Dm(c), p = d.name, b = d.parms, T = d.value;
3203
3203
  switch (p.toUpperCase()) {
3204
3204
  case "RRULE":
3205
3205
  if (b.length)
@@ -3276,7 +3276,7 @@ function Im(n) {
3276
3276
  value: r
3277
3277
  };
3278
3278
  }
3279
- function Om(n) {
3279
+ function Dm(n) {
3280
3280
  var e = Im(n), t = e.name, r = e.value, i = t.split(";");
3281
3281
  if (!i)
3282
3282
  throw new Error("empty property name");
@@ -3286,7 +3286,7 @@ function Om(n) {
3286
3286
  value: r
3287
3287
  };
3288
3288
  }
3289
- function Dm(n, e) {
3289
+ function Om(n, e) {
3290
3290
  if (e === void 0 && (e = !1), n = n && n.trim(), !n)
3291
3291
  throw new Error("Invalid empty string");
3292
3292
  if (!e)
@@ -3494,7 +3494,7 @@ class Rn {
3494
3494
  });
3495
3495
  }
3496
3496
  }
3497
- function bt() {
3497
+ function yt() {
3498
3498
  let n, e;
3499
3499
  const t = new Promise((r, i) => {
3500
3500
  n = r, e = i;
@@ -3766,15 +3766,15 @@ class yn extends Rn {
3766
3766
  } = this.extractFromKey(e[e.length - 1], t), a = o[o.length - 1], l = t.lng || this.language, c = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
3767
3767
  if (l && l.toLowerCase() === "cimode") {
3768
3768
  if (c) {
3769
- const O = t.nsSeparator || this.options.nsSeparator;
3769
+ const D = t.nsSeparator || this.options.nsSeparator;
3770
3770
  return i ? {
3771
- res: `${a}${O}${u}`,
3771
+ res: `${a}${D}${u}`,
3772
3772
  usedKey: u,
3773
3773
  exactUsedKey: u,
3774
3774
  usedLng: l,
3775
3775
  usedNS: a,
3776
3776
  usedParams: this.getUsedParamsDetails(t)
3777
- } : `${a}${O}${u}`;
3777
+ } : `${a}${D}${u}`;
3778
3778
  }
3779
3779
  return i ? {
3780
3780
  res: u,
@@ -3787,18 +3787,18 @@ class yn extends Rn {
3787
3787
  }
3788
3788
  const f = this.resolve(e, t);
3789
3789
  let d = f && f.res;
3790
- const p = f && f.usedKey || u, b = f && f.exactUsedKey || u, T = Object.prototype.toString.apply(d), g = ["[object Number]", "[object Function]", "[object RegExp]"], A = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, D = !this.i18nFormat || this.i18nFormat.handleAsObject;
3791
- if (D && d && (typeof d != "string" && typeof d != "boolean" && typeof d != "number") && g.indexOf(T) < 0 && !(typeof A == "string" && Array.isArray(d))) {
3790
+ const p = f && f.usedKey || u, b = f && f.exactUsedKey || u, T = Object.prototype.toString.apply(d), g = ["[object Number]", "[object Function]", "[object RegExp]"], A = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, O = !this.i18nFormat || this.i18nFormat.handleAsObject;
3791
+ if (O && d && (typeof d != "string" && typeof d != "boolean" && typeof d != "number") && g.indexOf(T) < 0 && !(typeof A == "string" && Array.isArray(d))) {
3792
3792
  if (!t.returnObjects && !this.options.returnObjects) {
3793
3793
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
3794
- const O = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, d, {
3794
+ const D = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, d, {
3795
3795
  ...t,
3796
3796
  ns: o
3797
3797
  }) : `key '${u} (${this.language})' returned an object instead of string.`;
3798
- return i ? (f.res = O, f.usedParams = this.getUsedParamsDetails(t), f) : O;
3798
+ return i ? (f.res = D, f.usedParams = this.getUsedParamsDetails(t), f) : D;
3799
3799
  }
3800
3800
  if (s) {
3801
- const O = Array.isArray(d), U = O ? [] : {}, F = O ? b : p;
3801
+ const D = Array.isArray(d), U = D ? [] : {}, F = D ? b : p;
3802
3802
  for (const z in d)
3803
3803
  if (Object.prototype.hasOwnProperty.call(d, z)) {
3804
3804
  const K = `${F}${s}${z}`;
@@ -3810,16 +3810,16 @@ class yn extends Rn {
3810
3810
  }
3811
3811
  d = U;
3812
3812
  }
3813
- } else if (D && typeof A == "string" && Array.isArray(d))
3813
+ } else if (O && typeof A == "string" && Array.isArray(d))
3814
3814
  d = d.join(A), d && (d = this.extendTranslation(d, e, t, r));
3815
3815
  else {
3816
- let O = !1, U = !1;
3816
+ let D = !1, U = !1;
3817
3817
  const F = t.count !== void 0 && typeof t.count != "string", z = yn.hasDefaultValue(t), K = F ? this.pluralResolver.getSuffix(l, t.count, t) : "", H = t.ordinal && F ? this.pluralResolver.getSuffix(l, t.count, {
3818
3818
  ordinal: !1
3819
3819
  }) : "", _ = F && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), y = _ && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${K}`] || t[`defaultValue${H}`] || t.defaultValue;
3820
- !this.isValidLookup(d) && z && (O = !0, d = y), this.isValidLookup(d) || (U = !0, d = u);
3820
+ !this.isValidLookup(d) && z && (D = !0, d = y), this.isValidLookup(d) || (U = !0, d = u);
3821
3821
  const w = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && U ? void 0 : d, v = z && y !== d && this.options.updateMissing;
3822
- if (U || O || v) {
3822
+ if (U || D || v) {
3823
3823
  if (this.logger.log(v ? "updateKey" : "missingKey", l, a, u, v ? y : d), s) {
3824
3824
  const k = this.resolve(u, {
3825
3825
  ...t,
@@ -3844,7 +3844,7 @@ class yn extends Rn {
3844
3844
  });
3845
3845
  }) : m(h, u, y));
3846
3846
  }
3847
- d = this.extendTranslation(d, e, t, f, r), U && d === u && this.options.appendNamespaceToMissingKey && (d = `${a}:${u}`), (U || O) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? d = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${u}` : u, O ? d : void 0) : d = this.options.parseMissingKeyHandler(d));
3847
+ d = this.extendTranslation(d, e, t, f, r), U && d === u && this.options.appendNamespaceToMissingKey && (d = `${a}:${u}`), (U || D) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? d = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${u}` : u, D ? d : void 0) : d = this.options.parseMissingKeyHandler(d));
3848
3848
  }
3849
3849
  return i ? (f.res = d, f.usedParams = this.getUsedParamsDetails(t), f) : d;
3850
3850
  }
@@ -3907,20 +3907,20 @@ class yn extends Rn {
3907
3907
  this.isValidLookup(r) || (o = g, !Hi[`${T[0]}-${g}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(o) && (Hi[`${T[0]}-${g}`] = !0, this.logger.warn(`key "${i}" for languages "${T.join(", ")}" won't get resolved as namespace "${o}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), T.forEach((A) => {
3908
3908
  if (this.isValidLookup(r)) return;
3909
3909
  u = A;
3910
- const D = [c];
3910
+ const O = [c];
3911
3911
  if (this.i18nFormat && this.i18nFormat.addLookupKeys)
3912
- this.i18nFormat.addLookupKeys(D, c, A, g, t);
3912
+ this.i18nFormat.addLookupKeys(O, c, A, g, t);
3913
3913
  else {
3914
- let O;
3915
- d && (O = this.pluralResolver.getSuffix(A, t.count, t));
3914
+ let D;
3915
+ d && (D = this.pluralResolver.getSuffix(A, t.count, t));
3916
3916
  const U = `${this.options.pluralSeparator}zero`, F = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
3917
- if (d && (D.push(c + O), t.ordinal && O.indexOf(F) === 0 && D.push(c + O.replace(F, this.options.pluralSeparator)), p && D.push(c + U)), b) {
3917
+ if (d && (O.push(c + D), t.ordinal && D.indexOf(F) === 0 && O.push(c + D.replace(F, this.options.pluralSeparator)), p && O.push(c + U)), b) {
3918
3918
  const z = `${c}${this.options.contextSeparator}${t.context}`;
3919
- D.push(z), d && (D.push(z + O), t.ordinal && O.indexOf(F) === 0 && D.push(z + O.replace(F, this.options.pluralSeparator)), p && D.push(z + U));
3919
+ O.push(z), d && (O.push(z + D), t.ordinal && D.indexOf(F) === 0 && O.push(z + D.replace(F, this.options.pluralSeparator)), p && O.push(z + U));
3920
3920
  }
3921
3921
  }
3922
3922
  let Y;
3923
- for (; Y = D.pop(); )
3923
+ for (; Y = O.pop(); )
3924
3924
  this.isValidLookup(r) || (s = Y, r = this.getResource(A, g, Y, t));
3925
3925
  }));
3926
3926
  });
@@ -4285,9 +4285,9 @@ class Qm {
4285
4285
  nestingSuffixEscaped: T,
4286
4286
  nestingOptionsSeparator: g,
4287
4287
  maxReplaces: A,
4288
- alwaysFormat: D
4288
+ alwaysFormat: O
4289
4289
  } = e.interpolation;
4290
- this.escape = t !== void 0 ? t : jm, this.escapeValue = r !== void 0 ? r : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = s ? it(s) : u || "{{", this.suffix = o ? it(o) : a || "}}", this.formatSeparator = l || ",", this.unescapePrefix = c ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : c || "", this.nestingPrefix = d ? it(d) : p || it("$t("), this.nestingSuffix = b ? it(b) : T || it(")"), this.nestingOptionsSeparator = g || ",", this.maxReplaces = A || 1e3, this.alwaysFormat = D !== void 0 ? D : !1, this.resetRegExp();
4290
+ this.escape = t !== void 0 ? t : jm, this.escapeValue = r !== void 0 ? r : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = s ? it(s) : u || "{{", this.suffix = o ? it(o) : a || "}}", this.formatSeparator = l || ",", this.unescapePrefix = c ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : c || "", this.nestingPrefix = d ? it(d) : p || it("$t("), this.nestingSuffix = b ? it(b) : T || it(")"), this.nestingOptionsSeparator = g || ",", this.maxReplaces = A || 1e3, this.alwaysFormat = O !== void 0 ? O : !1, this.resetRegExp();
4291
4291
  }
4292
4292
  reset() {
4293
4293
  this.options && this.init(this.options);
@@ -4304,12 +4304,12 @@ class Qm {
4304
4304
  }
4305
4305
  const c = (b) => {
4306
4306
  if (b.indexOf(this.formatSeparator) < 0) {
4307
- const D = Wi(t, a, b, this.options.keySeparator, this.options.ignoreJSONStructure);
4308
- return this.alwaysFormat ? this.format(D, void 0, r, {
4307
+ const O = Wi(t, a, b, this.options.keySeparator, this.options.ignoreJSONStructure);
4308
+ return this.alwaysFormat ? this.format(O, void 0, r, {
4309
4309
  ...i,
4310
4310
  ...t,
4311
4311
  interpolationkey: b
4312
- }) : D;
4312
+ }) : O;
4313
4313
  }
4314
4314
  const T = b.split(this.formatSeparator), g = T.shift().trim(), A = T.join(this.formatSeparator).trim();
4315
4315
  return this.format(Wi(t, a, g, this.options.keySeparator, this.options.ignoreJSONStructure), A, r, {
@@ -4762,7 +4762,7 @@ class At extends Rn {
4762
4762
  return e.store[c](...arguments), e;
4763
4763
  };
4764
4764
  });
4765
- const a = bt(), l = () => {
4765
+ const a = yt(), l = () => {
4766
4766
  const c = (f, d) => {
4767
4767
  this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), a.resolve(d), r(f, d);
4768
4768
  };
@@ -4789,7 +4789,7 @@ class At extends Rn {
4789
4789
  r(null);
4790
4790
  }
4791
4791
  reloadResources(e, t, r) {
4792
- const i = bt();
4792
+ const i = yt();
4793
4793
  return e || (e = this.languages), t || (t = this.options.ns), r || (r = Ht), this.services.backendConnector.reload(e, t, (s) => {
4794
4794
  i.resolve(), r(s);
4795
4795
  }), i;
@@ -4812,7 +4812,7 @@ class At extends Rn {
4812
4812
  changeLanguage(e, t) {
4813
4813
  var r = this;
4814
4814
  this.isLanguageChangingTo = e;
4815
- const i = bt();
4815
+ const i = yt();
4816
4816
  this.emit("languageChanging", e);
4817
4817
  const s = (a) => {
4818
4818
  this.language = a, this.languages = this.services.languageUtils.toResolveHierarchy(a), this.resolvedLanguage = void 0, this.setResolvedLanguage(a);
@@ -4878,7 +4878,7 @@ class At extends Rn {
4878
4878
  return !!(this.hasResourceBundle(r, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || u(r, e) && (!i || u(s, e)));
4879
4879
  }
4880
4880
  loadNamespaces(e, t) {
4881
- const r = bt();
4881
+ const r = yt();
4882
4882
  return this.options.ns ? (typeof e == "string" && (e = [e]), e.forEach((i) => {
4883
4883
  this.options.ns.indexOf(i) < 0 && this.options.ns.push(i);
4884
4884
  }), this.loadResources((i) => {
@@ -4886,7 +4886,7 @@ class At extends Rn {
4886
4886
  }), r) : (t && t(), Promise.resolve());
4887
4887
  }
4888
4888
  loadLanguages(e, t) {
4889
- const r = bt();
4889
+ const r = yt();
4890
4890
  typeof e == "string" && (e = [e]);
4891
4891
  const i = this.options.preload || [], s = e.filter((u) => i.indexOf(u) < 0 && this.services.languageUtils.isSupportedCode(u));
4892
4892
  return s.length ? (this.options.preload = i.concat(s), this.loadResources((u) => {
@@ -4963,7 +4963,7 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
4963
4963
  october: "October",
4964
4964
  november: "November",
4965
4965
  december: "December"
4966
- }, xu = "Next", vu = "{{date}}", wu = "{{time}}", Eu = "Name", ku = "Enter your name", Tu = "Email", $u = "Enter your email", Su = "Guest email", Cu = "Enter guest email", Au = "Add guest", Bu = "Add another guest", Iu = "Back", Ou = "Book now", Du = "Booking confirmed", Ru = "You'll receive an email confirmation soon.", Mu = "Booking sent", Nu = "You will receive an email once the booking is confirmed.", Pu = "Booking rescheduled", Lu = "Booking date and time", _u = "Cancel booking", Uu = "Reschedule", Fu = "Reject booking", ju = "Confirm booking", qu = "Booking pending", Hu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Yu = "Your booking has been confirmed successfully", zu = "A confirmation email has been sent to", Wu = "Cancel booking?", Gu = "Your current timeslot will become available to others.", Vu = "Reason for cancellation", Ku = "Go back", Ju = "Your booking has been cancelled successfully", Zu = "A cancellation email has been sent to", Qu = "Close", Xu = "Closing", eo = "{{field}} is required.", to = "{{field}} has invalid format.", no = "Create Booking", ro = "Get Availability", io = "Cancel Booking", so = "Reschedule Booking", uo = "Get UI Settings", oo = "Reject Booking", ao = "Confirm Booking", lo = "Something went wrong...", co = "Scheduling Component Error", fo = "'sessionId' is required for private configs.", ho = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", po = "Invalid timeslot!", go = "The selected timeslot is invalid", mo = "Cancellation Error", bo = "Please provide a reason for cancellation.", yo = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", xo = "Cancel booking form error", ib = {
4966
+ }, xu = "Next", vu = "{{date}}", wu = "{{time}}", Eu = "Name", ku = "Enter your name", Tu = "Email", $u = "Enter your email", Su = "Guest email", Cu = "Enter guest email", Au = "Add guest", Bu = "Add another guest", Iu = "Back", Du = "Book now", Ou = "Booking confirmed", Ru = "You'll receive an email confirmation soon.", Mu = "Booking sent", Nu = "You will receive an email once the booking is confirmed.", Pu = "Booking rescheduled", Lu = "Booking date and time", _u = "Cancel booking", Uu = "Reschedule", Fu = "Reject booking", ju = "Confirm booking", qu = "Booking pending", Hu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Yu = "Your booking has been confirmed successfully", zu = "A confirmation email has been sent to", Wu = "Cancel booking?", Gu = "Your current timeslot will become available to others.", Vu = "Reason for cancellation", Ku = "Go back", Ju = "Your booking has been cancelled successfully", Zu = "A cancellation email has been sent to", Qu = "Close", Xu = "Closing", eo = "{{field}} is required.", to = "{{field}} has invalid format.", no = "Create Booking", ro = "Get Availability", io = "Cancel Booking", so = "Reschedule Booking", uo = "Get UI Settings", oo = "Reject Booking", ao = "Confirm Booking", lo = "Something went wrong...", co = "Scheduling Component Error", fo = "'sessionId' is required for private configs.", ho = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", po = "Invalid timeslot!", go = "The selected timeslot is invalid", mo = "Cancellation Error", bo = "Please provide a reason for cancellation.", yo = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", xo = "Cancel booking form error", ib = {
4967
4967
  noDateSelected: pu,
4968
4968
  rescheduleTitle: gu,
4969
4969
  days: mu,
@@ -4981,8 +4981,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
4981
4981
  addGuest: Au,
4982
4982
  addAnotherGuest: Bu,
4983
4983
  backButton: Iu,
4984
- bookNowButton: Ou,
4985
- bookingConfirmed: Du,
4984
+ bookNowButton: Du,
4985
+ bookingConfirmed: Ou,
4986
4986
  bookingConfirmedDescription: Ru,
4987
4987
  bookingSent: Mu,
4988
4988
  bookingSentDescription: Nu,
@@ -5042,8 +5042,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5042
5042
  addGuest: Au,
5043
5043
  addAnotherGuest: Bu,
5044
5044
  backButton: Iu,
5045
- bookNowButton: Ou,
5046
- bookingConfirmed: Du,
5045
+ bookNowButton: Du,
5046
+ bookingConfirmed: Ou,
5047
5047
  bookingConfirmedDescription: Ru,
5048
5048
  bookingSent: Mu,
5049
5049
  bookingSentDescription: Nu,
@@ -5111,7 +5111,7 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5111
5111
  october: "Octobre",
5112
5112
  november: "Novembre",
5113
5113
  december: "Décembre"
5114
- }, $o = "Procéder", So = "{{date}}", Co = "{{time}}", Ao = "Name", Bo = "Entrez votre nom", Io = "E-mail", Oo = "Entrer votre E-mail", Do = "E-mail invité", Ro = "Entrez l'adresse e-mail de l'invité", Mo = "Ajouter un invité", No = "Ajouter un autre invité", Po = "Retour", Lo = "Réservez maintenant", _o = "Réservation confirmée", Uo = "Vous recevrez bientôt un e-mail de confirmation.", Fo = "Réservation envoyée", jo = "Vous recevrez un e-mail une fois la réservation confirmée.", qo = "Réservation reprogrammée", Ho = "Date et heure de la réservation", Yo = "Annuler la réservation", zo = "Replanifier", Wo = "Refuser la réservation", Go = "Confirmer la réservation", Vo = "Réservation en attente", Ko = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", Jo = "Votre réservation a été confirmée avec succès", Zo = "Un e-mail de confirmation a été envoyé à", Qo = "Annuler la réservation?", Xo = "Votre créneau horaire actuel sera disponible pour les autres.", ea = "Raison de l'annulation", ta = "Retourner", na = "Votre réservation a été annulée avec succès", ra = "Un e-mail d'annulation a été envoyé à", ia = "Fermer", sa = "Fermeture", ua = "{{field}} est requis.", oa = "{{field}} a un format invalide.", aa = "Créer une Réservation", la = "Obtenir la Disponibilité", ca = "Annuler la Réservation", da = "Reprogrammer la Réservation", fa = "Obtenir les Paramètres UI", ha = "Refuser la Réservation", pa = "Confirmer la Réservation", ga = "Quelque chose a mal tourné...", ma = "Erreur du composant de planification", ba = "'sessionId' est requis pour les configurations privées.", ya = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", xa = "Créneau horaire invalide !", va = "Le créneau horaire sélectionné est invalide", wa = "Erreur d'annulation", Ea = "Veuillez fournir une raison pour l'annulation.", ka = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", Ta = "Erreur de formulaire d'annulation de réservation", ub = {
5114
+ }, $o = "Procéder", So = "{{date}}", Co = "{{time}}", Ao = "Name", Bo = "Entrez votre nom", Io = "E-mail", Do = "Entrer votre E-mail", Oo = "E-mail invité", Ro = "Entrez l'adresse e-mail de l'invité", Mo = "Ajouter un invité", No = "Ajouter un autre invité", Po = "Retour", Lo = "Réservez maintenant", _o = "Réservation confirmée", Uo = "Vous recevrez bientôt un e-mail de confirmation.", Fo = "Réservation envoyée", jo = "Vous recevrez un e-mail une fois la réservation confirmée.", qo = "Réservation reprogrammée", Ho = "Date et heure de la réservation", Yo = "Annuler la réservation", zo = "Replanifier", Wo = "Refuser la réservation", Go = "Confirmer la réservation", Vo = "Réservation en attente", Ko = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", Jo = "Votre réservation a été confirmée avec succès", Zo = "Un e-mail de confirmation a été envoyé à", Qo = "Annuler la réservation?", Xo = "Votre créneau horaire actuel sera disponible pour les autres.", ea = "Raison de l'annulation", ta = "Retourner", na = "Votre réservation a été annulée avec succès", ra = "Un e-mail d'annulation a été envoyé à", ia = "Fermer", sa = "Fermeture", ua = "{{field}} est requis.", oa = "{{field}} a un format invalide.", aa = "Créer une Réservation", la = "Obtenir la Disponibilité", ca = "Annuler la Réservation", da = "Reprogrammer la Réservation", fa = "Obtenir les Paramètres UI", ha = "Refuser la Réservation", pa = "Confirmer la Réservation", ga = "Quelque chose a mal tourné...", ma = "Erreur du composant de planification", ba = "'sessionId' est requis pour les configurations privées.", ya = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", xa = "Créneau horaire invalide !", va = "Le créneau horaire sélectionné est invalide", wa = "Erreur d'annulation", Ea = "Veuillez fournir une raison pour l'annulation.", ka = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", Ta = "Erreur de formulaire d'annulation de réservation", ub = {
5115
5115
  noDateSelected: vo,
5116
5116
  rescheduleTitle: wo,
5117
5117
  days: Eo,
@@ -5123,8 +5123,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5123
5123
  name: Ao,
5124
5124
  namePlaceholder: Bo,
5125
5125
  email: Io,
5126
- emailPlaceholder: Oo,
5127
- guestEmail: Do,
5126
+ emailPlaceholder: Do,
5127
+ guestEmail: Oo,
5128
5128
  guestEmailPlaceholder: Ro,
5129
5129
  addGuest: Mo,
5130
5130
  addAnotherGuest: No,
@@ -5184,8 +5184,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5184
5184
  name: Ao,
5185
5185
  namePlaceholder: Bo,
5186
5186
  email: Io,
5187
- emailPlaceholder: Oo,
5188
- guestEmail: Do,
5187
+ emailPlaceholder: Do,
5188
+ guestEmail: Oo,
5189
5189
  guestEmailPlaceholder: Ro,
5190
5190
  addGuest: Mo,
5191
5191
  addAnotherGuest: No,
@@ -5259,15 +5259,15 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5259
5259
  october: "Octubre",
5260
5260
  november: "Noviembre",
5261
5261
  december: "Diciembre"
5262
- }, Ia = "Siguiente", Oa = "{{date}}", Da = "{{time}}", Ra = "Nombre", Ma = "Introduce tu nombre", Na = "Correo electrónico", Pa = "Introduce tu correo electrónico", La = "Correo electrónico del invitado", _a = "Introduce el correo electrónico del invitado", Ua = "Añadir invitado", Fa = "Añadir otro invitado", ja = "Atrás", qa = "Reservar ahora", Ha = "Reserva confirmada", Ya = "Recibirás una confirmación por correo electrónico pronto.", za = "Reserva enviada", Wa = "Recibirás un correo electrónico una vez que se confirme la reserva.", Ga = "Reserva reprogramada", Va = "Fecha y hora de la reserva", Ka = "Cancelar reserva", Ja = "Reprogramar", Za = "Rechazar reserva", Qa = "Confirmar reserva", Xa = "Reserva pendiente", el = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", tl = "Tu reserva ha sido confirmada con éxito", nl = "Se ha enviado un correo de confirmación a", rl = "¿Cancelar reserva?", il = "Su horario actual estará disponible para otros.", sl = "Motivo de la cancelación", ul = "Regresar", ol = "Su reserva ha sido cancelada con éxito", al = "Se ha enviado un correo electrónico de cancelación a", ll = "Cerrar", cl = "Cerrando", dl = "{{field}} es obligatorio.", fl = "{{field}} tiene un formato no válido.", hl = "Crear Reserva", pl = "Obtener Disponibilidad", gl = "Cancelar Reserva", ml = "Reprogramar Reserva", bl = "Obtener Configuraciones de UI", yl = "Rechazar Reserva", xl = "Confirmar Reserva", vl = "Algo salió mal...", wl = "Error en el componente de programación", El = "'sessionId' es necesario para configuraciones privadas.", kl = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", Tl = "¡Intervalo de tiempo no válido!", $l = "El intervalo de tiempo seleccionado no es válido", Sl = "Error de Cancelación", Cl = "Por favor, indique el motivo de la cancelación.", Al = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Bl = "Error en el formulario de cancelación de la reserva", ab = {
5262
+ }, Ia = "Siguiente", Da = "{{date}}", Oa = "{{time}}", Ra = "Nombre", Ma = "Introduce tu nombre", Na = "Correo electrónico", Pa = "Introduce tu correo electrónico", La = "Correo electrónico del invitado", _a = "Introduce el correo electrónico del invitado", Ua = "Añadir invitado", Fa = "Añadir otro invitado", ja = "Atrás", qa = "Reservar ahora", Ha = "Reserva confirmada", Ya = "Recibirás una confirmación por correo electrónico pronto.", za = "Reserva enviada", Wa = "Recibirás un correo electrónico una vez que se confirme la reserva.", Ga = "Reserva reprogramada", Va = "Fecha y hora de la reserva", Ka = "Cancelar reserva", Ja = "Reprogramar", Za = "Rechazar reserva", Qa = "Confirmar reserva", Xa = "Reserva pendiente", el = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", tl = "Tu reserva ha sido confirmada con éxito", nl = "Se ha enviado un correo de confirmación a", rl = "¿Cancelar reserva?", il = "Su horario actual estará disponible para otros.", sl = "Motivo de la cancelación", ul = "Regresar", ol = "Su reserva ha sido cancelada con éxito", al = "Se ha enviado un correo electrónico de cancelación a", ll = "Cerrar", cl = "Cerrando", dl = "{{field}} es obligatorio.", fl = "{{field}} tiene un formato no válido.", hl = "Crear Reserva", pl = "Obtener Disponibilidad", gl = "Cancelar Reserva", ml = "Reprogramar Reserva", bl = "Obtener Configuraciones de UI", yl = "Rechazar Reserva", xl = "Confirmar Reserva", vl = "Algo salió mal...", wl = "Error en el componente de programación", El = "'sessionId' es necesario para configuraciones privadas.", kl = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", Tl = "¡Intervalo de tiempo no válido!", $l = "El intervalo de tiempo seleccionado no es válido", Sl = "Error de Cancelación", Cl = "Por favor, indique el motivo de la cancelación.", Al = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Bl = "Error en el formulario de cancelación de la reserva", ab = {
5263
5263
  noDateSelected: $a,
5264
5264
  rescheduleTitle: Sa,
5265
5265
  days: Ca,
5266
5266
  time: Aa,
5267
5267
  months: Ba,
5268
5268
  nextButton: Ia,
5269
- selectedDayAndYear: Oa,
5270
- selectedTime: Da,
5269
+ selectedDayAndYear: Da,
5270
+ selectedTime: Oa,
5271
5271
  name: Ra,
5272
5272
  namePlaceholder: Ma,
5273
5273
  email: Na,
@@ -5327,8 +5327,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5327
5327
  time: Aa,
5328
5328
  months: Ba,
5329
5329
  nextButton: Ia,
5330
- selectedDayAndYear: Oa,
5331
- selectedTime: Da,
5330
+ selectedDayAndYear: Da,
5331
+ selectedTime: Oa,
5332
5332
  name: Ra,
5333
5333
  namePlaceholder: Ma,
5334
5334
  email: Na,
@@ -5381,7 +5381,7 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5381
5381
  minimumCancellationErrorMessage: Al,
5382
5382
  cancelBokingFormError: Bl,
5383
5383
  default: ab
5384
- }), Il = "日付が選択されていません", Ol = "別の時間を選択してください", Dl = {
5384
+ }), Il = "日付が選択されていません", Dl = "別の時間を選択してください", Ol = {
5385
5385
  sunday: "日",
5386
5386
  monday: "月",
5387
5387
  tuesday: "火",
@@ -5407,10 +5407,10 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5407
5407
  october: "10月",
5408
5408
  november: "11月",
5409
5409
  december: "12月"
5410
- }, Nl = "次", Pl = "{{date}}", Ll = "{{time}}", _l = "名前", Ul = "名前を入力してください", Fl = "メールアドレス", jl = "メールアドレスを入力してください", ql = "ゲストのメールアドレス", Hl = "ゲストのメールアドレスを入力してください", Yl = "ゲストを追加", zl = "他のゲストを追加", Wl = "戻る", Gl = "今すぐ予約", Vl = "予約が確認されました", Kl = "間もなくメールで確認が届きます。", Jl = "予約が送信されました", Zl = "予約が確認され次第、メールをお送りします。", Ql = "予約が再予定されました", Xl = "予約の日付と時間", ec = "予約をキャンセル", tc = "再調整", nc = "予約を拒否", rc = "予約を確認", ic = "予約保留中", sc = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", uc = "予約が正常に確認されました", oc = "確認メールが送信されました", ac = "予約をキャンセルしますか?", lc = "現在の時間枠は他の人に利用可能になります。", cc = "キャンセルの理由", dc = "戻る", fc = "予約が正常にキャンセルされました", hc = "キャンセルメールが送信されました", pc = "閉じる", gc = "閉じる", mc = "{{field}} は必須です.", bc = "{{field}} の形式が無効です.", yc = "予約作成", xc = "空き状況を取得", vc = "予約をキャンセル", wc = "予約の再スケジュール", Ec = "UI設定を取得", kc = "予約を拒否", Tc = "予約を確認", $c = "何かがうまくいかなかった...", Sc = "スケジューリングコンポーネントエラー", Cc = "プライベート構成には 'sessionId' が必要です。", Ac = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Bc = "無効な時間帯!", Ic = "選択された時間帯は無効です", Oc = "キャンセルエラー", Dc = "キャンセルの理由を入力してください。", Rc = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Mc = "予約キャンセルフォームエラー", cb = {
5410
+ }, Nl = "次", Pl = "{{date}}", Ll = "{{time}}", _l = "名前", Ul = "名前を入力してください", Fl = "メールアドレス", jl = "メールアドレスを入力してください", ql = "ゲストのメールアドレス", Hl = "ゲストのメールアドレスを入力してください", Yl = "ゲストを追加", zl = "他のゲストを追加", Wl = "戻る", Gl = "今すぐ予約", Vl = "予約が確認されました", Kl = "間もなくメールで確認が届きます。", Jl = "予約が送信されました", Zl = "予約が確認され次第、メールをお送りします。", Ql = "予約が再予定されました", Xl = "予約の日付と時間", ec = "予約をキャンセル", tc = "再調整", nc = "予約を拒否", rc = "予約を確認", ic = "予約保留中", sc = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", uc = "予約が正常に確認されました", oc = "確認メールが送信されました", ac = "予約をキャンセルしますか?", lc = "現在の時間枠は他の人に利用可能になります。", cc = "キャンセルの理由", dc = "戻る", fc = "予約が正常にキャンセルされました", hc = "キャンセルメールが送信されました", pc = "閉じる", gc = "閉じる", mc = "{{field}} は必須です.", bc = "{{field}} の形式が無効です.", yc = "予約作成", xc = "空き状況を取得", vc = "予約をキャンセル", wc = "予約の再スケジュール", Ec = "UI設定を取得", kc = "予約を拒否", Tc = "予約を確認", $c = "何かがうまくいかなかった...", Sc = "スケジューリングコンポーネントエラー", Cc = "プライベート構成には 'sessionId' が必要です。", Ac = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Bc = "無効な時間帯!", Ic = "選択された時間帯は無効です", Dc = "キャンセルエラー", Oc = "キャンセルの理由を入力してください。", Rc = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Mc = "予約キャンセルフォームエラー", cb = {
5411
5411
  noDateSelected: Il,
5412
- rescheduleTitle: Ol,
5413
- days: Dl,
5412
+ rescheduleTitle: Dl,
5413
+ days: Ol,
5414
5414
  time: Rl,
5415
5415
  months: Ml,
5416
5416
  nextButton: Nl,
@@ -5463,15 +5463,15 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5463
5463
  publicConfigErrorMessage: Ac,
5464
5464
  invalidTimeslotErrorTitle: Bc,
5465
5465
  invalidTimeslotErrorMessage: Ic,
5466
- cancellationErrorTitle: Oc,
5467
- cancellationErrorMessage: Dc,
5466
+ cancellationErrorTitle: Dc,
5467
+ cancellationErrorMessage: Oc,
5468
5468
  minimumCancellationErrorMessage: Rc,
5469
5469
  cancelBokingFormError: Mc
5470
5470
  }, db = /* @__PURE__ */ Object.freeze({
5471
5471
  __proto__: null,
5472
5472
  noDateSelected: Il,
5473
- rescheduleTitle: Ol,
5474
- days: Dl,
5473
+ rescheduleTitle: Dl,
5474
+ days: Ol,
5475
5475
  time: Rl,
5476
5476
  months: Ml,
5477
5477
  nextButton: Nl,
@@ -5524,8 +5524,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5524
5524
  publicConfigErrorMessage: Ac,
5525
5525
  invalidTimeslotErrorTitle: Bc,
5526
5526
  invalidTimeslotErrorMessage: Ic,
5527
- cancellationErrorTitle: Oc,
5528
- cancellationErrorMessage: Dc,
5527
+ cancellationErrorTitle: Dc,
5528
+ cancellationErrorMessage: Oc,
5529
5529
  minimumCancellationErrorMessage: Rc,
5530
5530
  cancelBokingFormError: Mc,
5531
5531
  default: cb
@@ -5555,7 +5555,7 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5555
5555
  october: "Oktober",
5556
5556
  november: "November",
5557
5557
  december: "Dezember"
5558
- }, Fc = "Weiter", jc = "{{date}}", qc = "{{time}}", Hc = "Name", Yc = "Geben Sie Ihren Namen ein", zc = "E-Mail", Wc = "Geben Sie Ihre E-Mail-Adresse ein", Gc = "Gast E-Mail", Vc = "Geben Sie die E-Mail-Adresse des Gastes ein", Kc = "Gast hinzufügen", Jc = "Weiteren Gast hinzufügen", Zc = "Zurück", Qc = "Jetzt buchen", Xc = "Buchung bestätigt", ed = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", td = "Buchung gesendet", nd = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", rd = "Buchung umgebucht", id = "Buchungsdatum und -zeit", sd = "Buchung stornieren", ud = "Umplanen", od = "Buchung ablehnen", ad = "Buchung bestätigen", ld = "Buchung ausstehend", cd = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", dd = "Ihre Buchung wurde erfolgreich bestätigt", fd = "Eine Bestätigungs-E-Mail wurde gesendet an", hd = "Buchung stornieren?", pd = "Ihr aktueller Zeitraum wird für andere verfügbar.", gd = "Grund für die Stornierung", md = "Zurück", bd = "Ihre Buchung wurde erfolgreich storniert", yd = "Eine Stornierungs-E-Mail wurde gesendet an", xd = "Schließen", vd = "Schließen", wd = "{{field}} ist erforderlich.", Ed = "{{field}} hat ein ungültiges Format.", kd = "Buchung Erstellen", Td = "Verfügbarkeit Ermitteln", $d = "Buchung Stornieren", Sd = "Buchung Verschieben", Cd = "UI-Einstellungen Abrufen", Ad = "Buchung Ablehnen", Bd = "Buchung Bestätigen", Id = "Etwas ist schief gelaufen...", Od = "Fehler im Planungskomponent", Dd = "'sessionId' ist für private Konfigurationen erforderlich.", Rd = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", Md = "Ungültiges Zeitfenster!", Nd = "Das ausgewählte Zeitfenster ist ungültig", Pd = "Stornierungsfehler", Ld = "Bitte geben Sie einen Grund für die Stornierung an.", _d = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", Ud = "Fehler im Stornierungsformular", fb = {
5558
+ }, Fc = "Weiter", jc = "{{date}}", qc = "{{time}}", Hc = "Name", Yc = "Geben Sie Ihren Namen ein", zc = "E-Mail", Wc = "Geben Sie Ihre E-Mail-Adresse ein", Gc = "Gast E-Mail", Vc = "Geben Sie die E-Mail-Adresse des Gastes ein", Kc = "Gast hinzufügen", Jc = "Weiteren Gast hinzufügen", Zc = "Zurück", Qc = "Jetzt buchen", Xc = "Buchung bestätigt", ed = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", td = "Buchung gesendet", nd = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", rd = "Buchung umgebucht", id = "Buchungsdatum und -zeit", sd = "Buchung stornieren", ud = "Umplanen", od = "Buchung ablehnen", ad = "Buchung bestätigen", ld = "Buchung ausstehend", cd = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", dd = "Ihre Buchung wurde erfolgreich bestätigt", fd = "Eine Bestätigungs-E-Mail wurde gesendet an", hd = "Buchung stornieren?", pd = "Ihr aktueller Zeitraum wird für andere verfügbar.", gd = "Grund für die Stornierung", md = "Zurück", bd = "Ihre Buchung wurde erfolgreich storniert", yd = "Eine Stornierungs-E-Mail wurde gesendet an", xd = "Schließen", vd = "Schließen", wd = "{{field}} ist erforderlich.", Ed = "{{field}} hat ein ungültiges Format.", kd = "Buchung Erstellen", Td = "Verfügbarkeit Ermitteln", $d = "Buchung Stornieren", Sd = "Buchung Verschieben", Cd = "UI-Einstellungen Abrufen", Ad = "Buchung Ablehnen", Bd = "Buchung Bestätigen", Id = "Etwas ist schief gelaufen...", Dd = "Fehler im Planungskomponent", Od = "'sessionId' ist für private Konfigurationen erforderlich.", Rd = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", Md = "Ungültiges Zeitfenster!", Nd = "Das ausgewählte Zeitfenster ist ungültig", Pd = "Stornierungsfehler", Ld = "Bitte geben Sie einen Grund für die Stornierung an.", _d = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", Ud = "Fehler im Stornierungsformular", fb = {
5559
5559
  noDateSelected: Nc,
5560
5560
  rescheduleTitle: Pc,
5561
5561
  days: Lc,
@@ -5606,8 +5606,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5606
5606
  rejectBookingErrorTitle: Ad,
5607
5607
  confirmBookingErrorTitle: Bd,
5608
5608
  genericErrorTitle: Id,
5609
- schedulingComponentErrorTitle: Od,
5610
- sessionIdRequiredErrorMessage: Dd,
5609
+ schedulingComponentErrorTitle: Dd,
5610
+ sessionIdRequiredErrorMessage: Od,
5611
5611
  publicConfigErrorMessage: Rd,
5612
5612
  invalidTimeslotErrorTitle: Md,
5613
5613
  invalidTimeslotErrorMessage: Nd,
@@ -5667,8 +5667,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5667
5667
  rejectBookingErrorTitle: Ad,
5668
5668
  confirmBookingErrorTitle: Bd,
5669
5669
  genericErrorTitle: Id,
5670
- schedulingComponentErrorTitle: Od,
5671
- sessionIdRequiredErrorMessage: Dd,
5670
+ schedulingComponentErrorTitle: Dd,
5671
+ sessionIdRequiredErrorMessage: Od,
5672
5672
  publicConfigErrorMessage: Rd,
5673
5673
  invalidTimeslotErrorTitle: Md,
5674
5674
  invalidTimeslotErrorMessage: Nd,
@@ -5703,7 +5703,7 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5703
5703
  october: "Oktober",
5704
5704
  november: "November",
5705
5705
  december: "December"
5706
- }, zd = "Nästa", Wd = "{{date}}", Gd = "{{time}}", Vd = "Namn", Kd = "Ange ditt namn", Jd = "E-post", Zd = "Ange din e-postadress", Qd = "Gästens e-post", Xd = "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", uf = "Du kommer snart att få en bekräftelse via e-post.", of = "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", pf = "Bekräfta bokning", gf = "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.", wf = "Anledning till avbokning", Ef = "Gå tillbaka", kf = "Din bokning har avbokats framgångsrikt", Tf = "Ett avbokningsmejl har skickats till", $f = "Stäng", Sf = "Stänger", Cf = "{{field}} är obligatoriskt.", Af = "{{field}} har ogiltigt format.", Bf = "Skapa Bokning", If = "Hämta Tillgänglighet", Of = "Avboka Bokning", Df = "Omboka Bokning", Rf = "Hämta UI-inställningar", Mf = "Avvisa Bokning", Nf = "Bekräfta Bokning", Pf = "Något gick fel...", Lf = "Schemaläggningskomponentfel", _f = "'sessionId' krävs för privata konfigurationer.", Uf = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", Ff = "Ogiltig tidslucka!", jf = "Den valda tidsluckan är ogiltig", qf = "Avbokningsfel", Hf = "Vänligen ange en anledning till avbokningen.", Yf = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", zf = "Fel i avbokningsformuläret", pb = {
5706
+ }, zd = "Nästa", Wd = "{{date}}", Gd = "{{time}}", Vd = "Namn", Kd = "Ange ditt namn", Jd = "E-post", Zd = "Ange din e-postadress", Qd = "Gästens e-post", Xd = "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", uf = "Du kommer snart att få en bekräftelse via e-post.", of = "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", pf = "Bekräfta bokning", gf = "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.", wf = "Anledning till avbokning", Ef = "Gå tillbaka", kf = "Din bokning har avbokats framgångsrikt", Tf = "Ett avbokningsmejl har skickats till", $f = "Stäng", Sf = "Stänger", Cf = "{{field}} är obligatoriskt.", Af = "{{field}} har ogiltigt format.", Bf = "Skapa Bokning", If = "Hämta Tillgänglighet", Df = "Avboka Bokning", Of = "Omboka Bokning", Rf = "Hämta UI-inställningar", Mf = "Avvisa Bokning", Nf = "Bekräfta Bokning", Pf = "Något gick fel...", Lf = "Schemaläggningskomponentfel", _f = "'sessionId' krävs för privata konfigurationer.", Uf = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", Ff = "Ogiltig tidslucka!", jf = "Den valda tidsluckan är ogiltig", qf = "Avbokningsfel", Hf = "Vänligen ange en anledning till avbokningen.", Yf = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", zf = "Fel i avbokningsformuläret", pb = {
5707
5707
  noDateSelected: Fd,
5708
5708
  rescheduleTitle: jd,
5709
5709
  days: qd,
@@ -5748,8 +5748,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5748
5748
  invalidInputFormat: Af,
5749
5749
  createBookingErrorTitle: Bf,
5750
5750
  getAvailabilityErrorTitle: If,
5751
- cancelBookingErrorTitle: Of,
5752
- rescheduleBookingErrorTitle: Df,
5751
+ cancelBookingErrorTitle: Df,
5752
+ rescheduleBookingErrorTitle: Of,
5753
5753
  getUISettingErrorTitle: Rf,
5754
5754
  rejectBookingErrorTitle: Mf,
5755
5755
  confirmBookingErrorTitle: Nf,
@@ -5809,8 +5809,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5809
5809
  invalidInputFormat: Af,
5810
5810
  createBookingErrorTitle: Bf,
5811
5811
  getAvailabilityErrorTitle: If,
5812
- cancelBookingErrorTitle: Of,
5813
- rescheduleBookingErrorTitle: Df,
5812
+ cancelBookingErrorTitle: Df,
5813
+ rescheduleBookingErrorTitle: Of,
5814
5814
  getUISettingErrorTitle: Rf,
5815
5815
  rejectBookingErrorTitle: Mf,
5816
5816
  confirmBookingErrorTitle: Nf,
@@ -5851,7 +5851,7 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5851
5851
  october: "十月",
5852
5852
  november: "十一月",
5853
5853
  december: "十二月"
5854
- }, Zf = "下一个", Qf = "{{date}}", Xf = "{{time}}", e0 = "姓名", t0 = "输入你的名字", n0 = "电子邮件", r0 = "输入你的电子邮件", i0 = "客人的电子邮件", s0 = "输入客人的电子邮件", u0 = "添加客人", o0 = "添加另一个客人", a0 = "返回", l0 = "立即预订", c0 = "预订已确认", d0 = "您将很快收到一封确认电子邮件。", f0 = "预订已发送", h0 = "预订确认后,您将收到一封电子邮件。", p0 = "预订已重新安排", g0 = "预订日期和时间", m0 = "取消预订", b0 = "重新安排", y0 = "拒绝预订", x0 = "确认预订", v0 = "预订待处理", w0 = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", E0 = "您的预订已成功确认", k0 = "确认邮件已发送至", T0 = "取消预订?", $0 = "您当前的时间段将对其他人开放。", S0 = "取消原因", C0 = "返回", A0 = "您的预订已成功取消", B0 = "取消邮件已发送至", I0 = "关闭", O0 = "关闭", D0 = "{{field}} 是必需的.", R0 = "{{field}} 格式无效.", M0 = "创建预订", N0 = "获取可用性", P0 = "取消预订", L0 = "重新安排预订", _0 = "获取UI设置", U0 = "拒绝预订", F0 = "确认预订", j0 = "出了点问题...", q0 = "调度组件错误", H0 = "私有配置需要 'sessionId'。", Y0 = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", z0 = "无效的时间段!", W0 = "所选时间段无效", G0 = "取消错误", V0 = "请提供取消的原因。", K0 = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", J0 = "取消预订表单错误", mb = {
5854
+ }, Zf = "下一个", Qf = "{{date}}", Xf = "{{time}}", e0 = "姓名", t0 = "输入你的名字", n0 = "电子邮件", r0 = "输入你的电子邮件", i0 = "客人的电子邮件", s0 = "输入客人的电子邮件", u0 = "添加客人", o0 = "添加另一个客人", a0 = "返回", l0 = "立即预订", c0 = "预订已确认", d0 = "您将很快收到一封确认电子邮件。", f0 = "预订已发送", h0 = "预订确认后,您将收到一封电子邮件。", p0 = "预订已重新安排", g0 = "预订日期和时间", m0 = "取消预订", b0 = "重新安排", y0 = "拒绝预订", x0 = "确认预订", v0 = "预订待处理", w0 = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", E0 = "您的预订已成功确认", k0 = "确认邮件已发送至", T0 = "取消预订?", $0 = "您当前的时间段将对其他人开放。", S0 = "取消原因", C0 = "返回", A0 = "您的预订已成功取消", B0 = "取消邮件已发送至", I0 = "关闭", D0 = "关闭", O0 = "{{field}} 是必需的.", R0 = "{{field}} 格式无效.", M0 = "创建预订", N0 = "获取可用性", P0 = "取消预订", L0 = "重新安排预订", _0 = "获取UI设置", U0 = "拒绝预订", F0 = "确认预订", j0 = "出了点问题...", q0 = "调度组件错误", H0 = "私有配置需要 'sessionId'。", Y0 = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", z0 = "无效的时间段!", W0 = "所选时间段无效", G0 = "取消错误", V0 = "请提供取消的原因。", K0 = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", J0 = "取消预订表单错误", mb = {
5855
5855
  noDateSelected: Wf,
5856
5856
  rescheduleTitle: Gf,
5857
5857
  days: Vf,
@@ -5891,8 +5891,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5891
5891
  bookingCancelledTitle: A0,
5892
5892
  bookingCancelledMessage: B0,
5893
5893
  closeButton: I0,
5894
- closingButton: O0,
5895
- fieldRequired: D0,
5894
+ closingButton: D0,
5895
+ fieldRequired: O0,
5896
5896
  invalidInputFormat: R0,
5897
5897
  createBookingErrorTitle: M0,
5898
5898
  getAvailabilityErrorTitle: N0,
@@ -5952,8 +5952,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5952
5952
  bookingCancelledTitle: A0,
5953
5953
  bookingCancelledMessage: B0,
5954
5954
  closeButton: I0,
5955
- closingButton: O0,
5956
- fieldRequired: D0,
5955
+ closingButton: D0,
5956
+ fieldRequired: O0,
5957
5957
  invalidInputFormat: R0,
5958
5958
  createBookingErrorTitle: M0,
5959
5959
  getAvailabilityErrorTitle: N0,
@@ -5999,7 +5999,7 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
5999
5999
  october: "Oktober",
6000
6000
  november: "November",
6001
6001
  december: "December"
6002
- }, nh = "Volgende", rh = "{{date}}", ih = "{{time}}", sh = "Naam", uh = "Voer je naam in", oh = "E-mail", ah = "Voer je e-mail in", lh = "E-mail van gast", ch = "Voer het e-mailadres van de gast in", dh = "Gast toevoegen", fh = "Nog een gast toevoegen", hh = "Terug", ph = "Boek nu", gh = "Boeking bevestigd", mh = "U ontvangt binnenkort een e-mailbevestiging.", bh = "Boeking verzonden", yh = "U ontvangt een e-mail zodra de boeking is bevestigd.", xh = "Boeking verplaatst", vh = "Boekingsdatum en -tijd", wh = "Boeking annuleren", Eh = "Herplannen", kh = "Boeking afwijzen", Th = "Boeking bevestigen", $h = "Boeking in afwachting", Sh = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Ch = "Uw boeking is succesvol bevestigd", Ah = "Een bevestigingsmail is verzonden naar", Bh = "Boeking annuleren?", Ih = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Oh = "Reden voor annulering", Dh = "Ga terug", Rh = "Uw boeking is succesvol geannuleerd", Mh = "Er is een annuleringsmail verzonden naar", Nh = "Sluiten", Ph = "Sluiten", Lh = "{{field}} is vereist.", _h = "{{field}} heeft een ongeldig formaat.", Uh = "Boeking Maken", Fh = "Beschikbaarheid Opvragen", jh = "Boeking Annuleren", qh = "Boeking Wijzigen", Hh = "UI-instellingen Ophalen", Yh = "Boeking Afwijzen", zh = "Boeking Bevestigen", Wh = "Er is iets misgegaan...", Gh = "Geen sessie-ID!", Vh = "Fout in planningscomponent", Kh = "'sessionId' is vereist voor privéconfiguraties.", Jh = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", Zh = "Het geselecteerde tijdslot is ongeldig", Qh = "Annuleringsfout", Xh = "Geef een reden op voor de annulering.", ep = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", tp = "Fout in het annuleringsformulier", yb = {
6002
+ }, nh = "Volgende", rh = "{{date}}", ih = "{{time}}", sh = "Naam", uh = "Voer je naam in", oh = "E-mail", ah = "Voer je e-mail in", lh = "E-mail van gast", ch = "Voer het e-mailadres van de gast in", dh = "Gast toevoegen", fh = "Nog een gast toevoegen", hh = "Terug", ph = "Boek nu", gh = "Boeking bevestigd", mh = "U ontvangt binnenkort een e-mailbevestiging.", bh = "Boeking verzonden", yh = "U ontvangt een e-mail zodra de boeking is bevestigd.", xh = "Boeking verplaatst", vh = "Boekingsdatum en -tijd", wh = "Boeking annuleren", Eh = "Herplannen", kh = "Boeking afwijzen", Th = "Boeking bevestigen", $h = "Boeking in afwachting", Sh = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Ch = "Uw boeking is succesvol bevestigd", Ah = "Een bevestigingsmail is verzonden naar", Bh = "Boeking annuleren?", Ih = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Dh = "Reden voor annulering", Oh = "Ga terug", Rh = "Uw boeking is succesvol geannuleerd", Mh = "Er is een annuleringsmail verzonden naar", Nh = "Sluiten", Ph = "Sluiten", Lh = "{{field}} is vereist.", _h = "{{field}} heeft een ongeldig formaat.", Uh = "Boeking Maken", Fh = "Beschikbaarheid Opvragen", jh = "Boeking Annuleren", qh = "Boeking Wijzigen", Hh = "UI-instellingen Ophalen", Yh = "Boeking Afwijzen", zh = "Boeking Bevestigen", Wh = "Er is iets misgegaan...", Gh = "Geen sessie-ID!", Vh = "Fout in planningscomponent", Kh = "'sessionId' is vereist voor privéconfiguraties.", Jh = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", Zh = "Het geselecteerde tijdslot is ongeldig", Qh = "Annuleringsfout", Xh = "Geef een reden op voor de annulering.", ep = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", tp = "Fout in het annuleringsformulier", yb = {
6003
6003
  noDateSelected: Z0,
6004
6004
  rescheduleTitle: Q0,
6005
6005
  days: X0,
@@ -6034,8 +6034,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
6034
6034
  confirmedEventCardDescription: Ah,
6035
6035
  cancelBookingTitle: Bh,
6036
6036
  cancelBookingMessage: Ih,
6037
- reasonForCancellation: Oh,
6038
- goBackButton: Dh,
6037
+ reasonForCancellation: Dh,
6038
+ goBackButton: Oh,
6039
6039
  bookingCancelledTitle: Rh,
6040
6040
  bookingCancelledMessage: Mh,
6041
6041
  closeButton: Nh,
@@ -6095,8 +6095,8 @@ const pu = "No date selected", gu = "Choose another time slot to reschedule your
6095
6095
  confirmedEventCardDescription: Ah,
6096
6096
  cancelBookingTitle: Bh,
6097
6097
  cancelBookingMessage: Ih,
6098
- reasonForCancellation: Oh,
6099
- goBackButton: Dh,
6098
+ reasonForCancellation: Dh,
6099
+ goBackButton: Oh,
6100
6100
  bookingCancelledTitle: Rh,
6101
6101
  bookingCancelledMessage: Mh,
6102
6102
  closeButton: Nh,
@@ -6154,7 +6154,7 @@ hu.init({
6154
6154
  escapeValue: !1
6155
6155
  }
6156
6156
  });
6157
- var Oe = {}, Ur = {};
6157
+ var De = {}, Ur = {};
6158
6158
  Object.defineProperty(Ur, "__esModule", { value: !0 });
6159
6159
  Ur.default = new Uint16Array(
6160
6160
  // prettier-ignore
@@ -6282,7 +6282,7 @@ var cr = {};
6282
6282
  (function(y) {
6283
6283
  y[y.Legacy = 0] = "Legacy", y[y.Strict = 1] = "Strict", y[y.Attribute = 2] = "Attribute";
6284
6284
  })(A = n.DecodingMode || (n.DecodingMode = {}));
6285
- var D = (
6285
+ var O = (
6286
6286
  /** @class */
6287
6287
  function() {
6288
6288
  function y(S, w, v) {
@@ -6340,7 +6340,7 @@ var cr = {};
6340
6340
  }, y.prototype.stateNamedEntity = function(S, w) {
6341
6341
  for (var v = this.decodeTree, h = v[this.treeIndex], x = (h & f.VALUE_LENGTH) >> 14; w < S.length; w++, this.excess++) {
6342
6342
  var m = S.charCodeAt(w);
6343
- if (this.treeIndex = O(v, h, this.treeIndex + Math.max(1, x), m), this.treeIndex < 0)
6343
+ if (this.treeIndex = D(v, h, this.treeIndex + Math.max(1, x), m), this.treeIndex < 0)
6344
6344
  return this.result === 0 || // If we are parsing an attribute
6345
6345
  this.decodeMode === A.Attribute && // We shouldn't have consumed any characters after the entity,
6346
6346
  (x === 0 || // And there should be no invalid characters.
@@ -6375,9 +6375,9 @@ var cr = {};
6375
6375
  }, y;
6376
6376
  }()
6377
6377
  );
6378
- n.EntityDecoder = D;
6378
+ n.EntityDecoder = O;
6379
6379
  function Y(y) {
6380
- var S = "", w = new D(y, function(v) {
6380
+ var S = "", w = new O(y, function(v) {
6381
6381
  return S += (0, o.fromCodePoint)(v);
6382
6382
  });
6383
6383
  return function(h, x) {
@@ -6398,7 +6398,7 @@ var cr = {};
6398
6398
  return S = "", R;
6399
6399
  };
6400
6400
  }
6401
- function O(y, S, w, v) {
6401
+ function D(y, S, w, v) {
6402
6402
  var h = (S & f.BRANCH_LENGTH) >> 7, x = S & f.JUMP_TABLE;
6403
6403
  if (h === 0)
6404
6404
  return x !== 0 && v === x ? w : -1;
@@ -6417,7 +6417,7 @@ var cr = {};
6417
6417
  }
6418
6418
  return -1;
6419
6419
  }
6420
- n.determineBranch = O;
6420
+ n.determineBranch = D;
6421
6421
  var U = Y(s.default), F = Y(u.default);
6422
6422
  function z(y, S) {
6423
6423
  return S === void 0 && (S = A.Legacy), U(y, S);
@@ -6435,7 +6435,7 @@ var cr = {};
6435
6435
  return F(y, A.Strict);
6436
6436
  }
6437
6437
  n.decodeXML = _;
6438
- })(Oe);
6438
+ })(De);
6439
6439
  var I;
6440
6440
  (function(n) {
6441
6441
  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";
@@ -6474,7 +6474,7 @@ const fe = {
6474
6474
  };
6475
6475
  class np {
6476
6476
  constructor({ xmlMode: e = !1, decodeEntities: t = !0 }, r) {
6477
- 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 ? Oe.xmlDecodeTree : Oe.htmlDecodeTree;
6477
+ 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 ? De.xmlDecodeTree : De.htmlDecodeTree;
6478
6478
  }
6479
6479
  reset() {
6480
6480
  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;
@@ -6648,12 +6648,12 @@ class np {
6648
6648
  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));
6649
6649
  }
6650
6650
  stateInNamedEntity(e) {
6651
- if (this.entityExcess += 1, this.trieIndex = Oe.determineBranch(this.entityTrie, this.trieCurrent, this.trieIndex + 1, e), this.trieIndex < 0) {
6651
+ if (this.entityExcess += 1, this.trieIndex = De.determineBranch(this.entityTrie, this.trieCurrent, this.trieIndex + 1, e), this.trieIndex < 0) {
6652
6652
  this.emitNamedEntity(), this.index--;
6653
6653
  return;
6654
6654
  }
6655
6655
  this.trieCurrent = this.entityTrie[this.trieIndex];
6656
- const t = this.trieCurrent & Oe.BinTrieFlags.VALUE_LENGTH;
6656
+ const t = this.trieCurrent & De.BinTrieFlags.VALUE_LENGTH;
6657
6657
  if (t) {
6658
6658
  const r = (t >> 14) - 1;
6659
6659
  if (!this.allowLegacyEntity() && e !== I.Semi)
@@ -6667,9 +6667,9 @@ class np {
6667
6667
  emitNamedEntity() {
6668
6668
  if (this.state = this.baseState, this.entityResult === 0)
6669
6669
  return;
6670
- switch ((this.entityTrie[this.entityResult] & Oe.BinTrieFlags.VALUE_LENGTH) >> 14) {
6670
+ switch ((this.entityTrie[this.entityResult] & De.BinTrieFlags.VALUE_LENGTH) >> 14) {
6671
6671
  case 1: {
6672
- this.emitCodePoint(this.entityTrie[this.entityResult] & ~Oe.BinTrieFlags.VALUE_LENGTH);
6672
+ this.emitCodePoint(this.entityTrie[this.entityResult] & ~De.BinTrieFlags.VALUE_LENGTH);
6673
6673
  break;
6674
6674
  }
6675
6675
  case 2: {
@@ -6685,7 +6685,7 @@ class np {
6685
6685
  }
6686
6686
  emitNumericEntity(e) {
6687
6687
  const t = this.index - this.entityExcess - 1;
6688
- t + 2 + +(this.state === E.InHexEntity) !== this.index && (t > this.sectionStart && this.emitPartial(this.sectionStart, t), this.sectionStart = this.index + Number(e), this.emitCodePoint(Oe.replaceCodePoint(this.entityResult))), this.state = this.baseState;
6688
+ t + 2 + +(this.state === E.InHexEntity) !== this.index && (t > this.sectionStart && this.emitPartial(this.sectionStart, t), this.sectionStart = this.index + Number(e), this.emitCodePoint(De.replaceCodePoint(this.entityResult))), this.state = this.baseState;
6689
6689
  }
6690
6690
  stateInNumericEntity(e) {
6691
6691
  e === I.Semi ? this.emitNumericEntity(!0) : Ki(e) ? (this.entityResult = this.entityResult * 10 + (e - I.Zero), this.entityExcess++) : (this.allowLegacyEntity() ? this.emitNumericEntity(!1) : this.state = this.baseState, this.index--);
@@ -6951,7 +6951,7 @@ class jr {
6951
6951
  ontextentity(e) {
6952
6952
  var t, r;
6953
6953
  const i = this.tokenizer.getSectionStart();
6954
- this.endIndex = i - 1, (r = (t = this.cbs).ontext) === null || r === void 0 || r.call(t, Oe.fromCodePoint(e)), this.startIndex = i;
6954
+ this.endIndex = i - 1, (r = (t = this.cbs).ontext) === null || r === void 0 || r.call(t, De.fromCodePoint(e)), this.startIndex = i;
6955
6955
  }
6956
6956
  isVoidElement(e) {
6957
6957
  return !this.options.xmlMode && kb.has(e);
@@ -7022,7 +7022,7 @@ class jr {
7022
7022
  }
7023
7023
  /** @internal */
7024
7024
  onattribentity(e) {
7025
- this.attribvalue += Oe.fromCodePoint(e);
7025
+ this.attribvalue += De.fromCodePoint(e);
7026
7026
  }
7027
7027
  /** @internal */
7028
7028
  onattribend(e, t) {
@@ -7517,7 +7517,7 @@ const Bb = wp(/["&\u00A0]/g, /* @__PURE__ */ new Map([
7517
7517
  [60, "&lt;"],
7518
7518
  [62, "&gt;"],
7519
7519
  [160, "&nbsp;"]
7520
- ])), Ob = new Map([
7520
+ ])), Db = new Map([
7521
7521
  "altGlyph",
7522
7522
  "altGlyphDef",
7523
7523
  "altGlyphItem",
@@ -7555,7 +7555,7 @@ const Bb = wp(/["&\u00A0]/g, /* @__PURE__ */ new Map([
7555
7555
  "linearGradient",
7556
7556
  "radialGradient",
7557
7557
  "textPath"
7558
- ].map((n) => [n.toLowerCase(), n])), Db = new Map([
7558
+ ].map((n) => [n.toLowerCase(), n])), Ob = new Map([
7559
7559
  "definitionURL",
7560
7560
  "attributeName",
7561
7561
  "attributeType",
@@ -7636,7 +7636,7 @@ function Nb(n, e) {
7636
7636
  return Object.keys(n).map((i) => {
7637
7637
  var s, u;
7638
7638
  const o = (s = n[i]) !== null && s !== void 0 ? s : "";
7639
- return e.xmlMode === "foreign" && (i = (u = Db.get(i)) !== null && u !== void 0 ? u : i), !e.emptyAttrs && !e.xmlMode && o === "" ? i : `${i}="${r(o)}"`;
7639
+ return e.xmlMode === "foreign" && (i = (u = Ob.get(i)) !== null && u !== void 0 ? u : i), !e.emptyAttrs && !e.xmlMode && o === "" ? i : `${i}="${r(o)}"`;
7640
7640
  }).join(" ");
7641
7641
  }
7642
7642
  const rs = /* @__PURE__ */ new Set([
@@ -7699,7 +7699,7 @@ const Lb = /* @__PURE__ */ new Set([
7699
7699
  ]), _b = /* @__PURE__ */ new Set(["svg", "math"]);
7700
7700
  function Ub(n, e) {
7701
7701
  var t;
7702
- e.xmlMode === "foreign" && (n.name = (t = Ob.get(n.name)) !== null && t !== void 0 ? t : n.name, n.parent && Lb.has(n.parent.name) && (e = { ...e, xmlMode: !1 })), !e.xmlMode && _b.has(n.name) && (e = { ...e, xmlMode: "foreign" });
7702
+ e.xmlMode === "foreign" && (n.name = (t = Db.get(n.name)) !== null && t !== void 0 ? t : n.name, n.parent && Lb.has(n.parent.name) && (e = { ...e, xmlMode: !1 })), !e.xmlMode && _b.has(n.name) && (e = { ...e, xmlMode: "foreign" });
7703
7703
  let r = `<${n.name}`;
7704
7704
  const i = Nb(n.attribs, e);
7705
7705
  return i && (r += ` ${i}`), n.children.length === 0 && (e.xmlMode ? (
@@ -7913,7 +7913,7 @@ function u2(n, e, t, r = 1 / 0) {
7913
7913
  function o2(n, e, t = !0) {
7914
7914
  return Array.isArray(e) || (e = [e]), Wr(Cp("id", n), e, t);
7915
7915
  }
7916
- function mt(n, e, t = !0, r = 1 / 0) {
7916
+ function bt(n, e, t = !0, r = 1 / 0) {
7917
7917
  return Nn(wn.tag_name(n), e, t, r);
7918
7918
  }
7919
7919
  function a2(n, e, t = !0, r = 1 / 0) {
@@ -7971,7 +7971,7 @@ function d2(n) {
7971
7971
  var e;
7972
7972
  const t = n.children, r = {
7973
7973
  type: "atom",
7974
- items: mt("entry", t).map((u) => {
7974
+ items: bt("entry", t).map((u) => {
7975
7975
  var o;
7976
7976
  const { children: a } = u, l = { media: Ip(a) };
7977
7977
  he(l, "id", "id", a), he(l, "title", "title", a);
@@ -7994,7 +7994,7 @@ function f2(n) {
7994
7994
  const r = (t = (e = En("channel", n.children)) === null || e === void 0 ? void 0 : e.children) !== null && t !== void 0 ? t : [], i = {
7995
7995
  type: n.name.substr(0, 3),
7996
7996
  id: "",
7997
- items: mt("item", n.children).map((u) => {
7997
+ items: bt("item", n.children).map((u) => {
7998
7998
  const { children: o } = u, a = { media: Ip(o) };
7999
7999
  he(a, "id", "guid", o), he(a, "title", "title", o), he(a, "link", "link", o), he(a, "description", "description", o);
8000
8000
  const l = Ge("pubDate", o) || Ge("dc:date", o);
@@ -8016,7 +8016,7 @@ const h2 = ["url", "type", "lang"], p2 = [
8016
8016
  "width"
8017
8017
  ];
8018
8018
  function Ip(n) {
8019
- return mt("media:content", n).map((e) => {
8019
+ return bt("media:content", n).map((e) => {
8020
8020
  const { attribs: t } = e, r = {
8021
8021
  medium: t.medium,
8022
8022
  isDefault: !!t.isDefault
@@ -8029,10 +8029,10 @@ function Ip(n) {
8029
8029
  });
8030
8030
  }
8031
8031
  function En(n, e) {
8032
- return mt(n, e, !0, 1)[0];
8032
+ return bt(n, e, !0, 1)[0];
8033
8033
  }
8034
8034
  function Ge(n, e, t = !1) {
8035
- return vn(mt(n, e, t, 1)).trim();
8035
+ return vn(bt(n, e, t, 1)).trim();
8036
8036
  }
8037
8037
  function he(n, e, t, r, i = !1) {
8038
8038
  const s = Ge(t, r, i);
@@ -8077,7 +8077,7 @@ const m2 = /* @__PURE__ */ Object.freeze({
8077
8077
  testElement: s2,
8078
8078
  getElements: u2,
8079
8079
  getElementById: o2,
8080
- getElementsByTagName: mt,
8080
+ getElementsByTagName: bt,
8081
8081
  getElementsByTagType: a2,
8082
8082
  removeSubsets: l2,
8083
8083
  get DocumentPosition() {
@@ -8087,12 +8087,12 @@ const m2 = /* @__PURE__ */ Object.freeze({
8087
8087
  uniqueSort: c2,
8088
8088
  getFeed: Gr
8089
8089
  });
8090
- function Op(n, e) {
8090
+ function Dp(n, e) {
8091
8091
  const t = new xn(void 0, e);
8092
8092
  return new jr(t, e).end(n), t.root;
8093
8093
  }
8094
- function Dp(n, e) {
8095
- return Op(n, e).children;
8094
+ function Op(n, e) {
8095
+ return Dp(n, e).children;
8096
8096
  }
8097
8097
  function b2(n, e, t) {
8098
8098
  const r = new xn(n, e, t);
@@ -8100,12 +8100,12 @@ function b2(n, e, t) {
8100
8100
  }
8101
8101
  const y2 = { xmlMode: !0 };
8102
8102
  function x2(n, e = y2) {
8103
- return Gr(Dp(n, e));
8103
+ return Gr(Op(n, e));
8104
8104
  }
8105
8105
  const v2 = /* @__PURE__ */ Object.freeze({
8106
8106
  __proto__: null,
8107
- parseDocument: Op,
8108
- parseDOM: Dp,
8107
+ parseDocument: Dp,
8108
+ parseDOM: Op,
8109
8109
  createDomStream: b2,
8110
8110
  parseFeed: x2,
8111
8111
  Parser: jr,
@@ -8115,7 +8115,7 @@ const v2 = /* @__PURE__ */ Object.freeze({
8115
8115
  ElementType: $b,
8116
8116
  getFeed: Gr,
8117
8117
  DomUtils: m2
8118
- }), w2 = /* @__PURE__ */ Dn(v2);
8118
+ }), w2 = /* @__PURE__ */ On(v2);
8119
8119
  var E2 = (n) => {
8120
8120
  if (typeof n != "string")
8121
8121
  throw new TypeError("Expected a string");
@@ -8137,7 +8137,7 @@ function k2(n) {
8137
8137
  const T2 = /* @__PURE__ */ Object.freeze({
8138
8138
  __proto__: null,
8139
8139
  isPlainObject: k2
8140
- }), $2 = /* @__PURE__ */ Dn(T2);
8140
+ }), $2 = /* @__PURE__ */ On(T2);
8141
8141
  var S2 = function(e) {
8142
8142
  return C2(e) && !A2(e);
8143
8143
  };
@@ -8146,17 +8146,17 @@ function C2(n) {
8146
8146
  }
8147
8147
  function A2(n) {
8148
8148
  var e = Object.prototype.toString.call(n);
8149
- return e === "[object RegExp]" || e === "[object Date]" || O2(n);
8149
+ return e === "[object RegExp]" || e === "[object Date]" || D2(n);
8150
8150
  }
8151
8151
  var B2 = typeof Symbol == "function" && Symbol.for, I2 = B2 ? Symbol.for("react.element") : 60103;
8152
- function O2(n) {
8152
+ function D2(n) {
8153
8153
  return n.$$typeof === I2;
8154
8154
  }
8155
- function D2(n) {
8155
+ function O2(n) {
8156
8156
  return Array.isArray(n) ? [] : {};
8157
8157
  }
8158
8158
  function Bt(n, e) {
8159
- return e.clone !== !1 && e.isMergeableObject(n) ? ft(D2(n), n, e) : n;
8159
+ return e.clone !== !1 && e.isMergeableObject(n) ? ht(O2(n), n, e) : n;
8160
8160
  }
8161
8161
  function R2(n, e, t) {
8162
8162
  return n.concat(e).map(function(r) {
@@ -8165,9 +8165,9 @@ function R2(n, e, t) {
8165
8165
  }
8166
8166
  function M2(n, e) {
8167
8167
  if (!e.customMerge)
8168
- return ft;
8168
+ return ht;
8169
8169
  var t = e.customMerge(n);
8170
- return typeof t == "function" ? t : ft;
8170
+ return typeof t == "function" ? t : ht;
8171
8171
  }
8172
8172
  function N2(n) {
8173
8173
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(n).filter(function(e) {
@@ -8195,43 +8195,43 @@ function L2(n, e, t) {
8195
8195
  P2(n, i) || (Rp(n, i) && t.isMergeableObject(e[i]) ? r[i] = M2(i, t)(n[i], e[i], t) : r[i] = Bt(e[i], t));
8196
8196
  }), r;
8197
8197
  }
8198
- function ft(n, e, t) {
8198
+ function ht(n, e, t) {
8199
8199
  t = t || {}, t.arrayMerge = t.arrayMerge || R2, t.isMergeableObject = t.isMergeableObject || S2, t.cloneUnlessOtherwiseSpecified = Bt;
8200
8200
  var r = Array.isArray(e), i = Array.isArray(n), s = r === i;
8201
8201
  return s ? r ? t.arrayMerge(n, e, t) : L2(n, e, t) : Bt(e, t);
8202
8202
  }
8203
- ft.all = function(e, t) {
8203
+ ht.all = function(e, t) {
8204
8204
  if (!Array.isArray(e))
8205
8205
  throw new Error("first argument should be an array");
8206
8206
  return e.reduce(function(r, i) {
8207
- return ft(r, i, t);
8207
+ return ht(r, i, t);
8208
8208
  }, {});
8209
8209
  };
8210
- var _2 = ft, U2 = _2, Mp = { exports: {} };
8210
+ var _2 = ht, U2 = _2, Mp = { exports: {} };
8211
8211
  (function(n) {
8212
8212
  (function(e, t) {
8213
8213
  n.exports ? n.exports = t() : e.parseSrcset = t();
8214
8214
  })(ke, function() {
8215
8215
  return function(e) {
8216
- function t(O) {
8217
- return O === " " || // space
8218
- O === " " || // horizontal tab
8219
- O === `
8216
+ function t(D) {
8217
+ return D === " " || // space
8218
+ D === " " || // horizontal tab
8219
+ D === `
8220
8220
  ` || // new line
8221
- O === "\f" || // form feed
8222
- O === "\r";
8221
+ D === "\f" || // form feed
8222
+ D === "\r";
8223
8223
  }
8224
- function r(O) {
8225
- var U, F = O.exec(e.substring(g));
8224
+ function r(D) {
8225
+ var U, F = D.exec(e.substring(g));
8226
8226
  if (F)
8227
8227
  return U = F[0], g += U.length, U;
8228
8228
  }
8229
8229
  for (var i = e.length, s = /^[ \t\n\r\u000c]+/, u = /^[, \t\n\r\u000c]+/, o = /^[^ \t\n\r\u000c]+/, a = /[,]+$/, l = /^\d+$/, c = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/, f, d, p, b, T, g = 0, A = []; ; ) {
8230
8230
  if (r(u), g >= i)
8231
8231
  return A;
8232
- f = r(o), d = [], f.slice(-1) === "," ? (f = f.replace(a, ""), Y()) : D();
8232
+ f = r(o), d = [], f.slice(-1) === "," ? (f = f.replace(a, ""), Y()) : O();
8233
8233
  }
8234
- function D() {
8234
+ function O() {
8235
8235
  for (r(s), p = "", b = "in descriptor"; ; ) {
8236
8236
  if (T = e.charAt(g), b === "in descriptor")
8237
8237
  if (t(T))
@@ -8264,10 +8264,10 @@ var _2 = ft, U2 = _2, Mp = { exports: {} };
8264
8264
  }
8265
8265
  }
8266
8266
  function Y() {
8267
- var O = !1, U, F, z, K, H = {}, _, y, S, w, v;
8267
+ var D = !1, U, F, z, K, H = {}, _, y, S, w, v;
8268
8268
  for (K = 0; K < d.length; K++)
8269
- _ = d[K], y = _[_.length - 1], S = _.substring(0, _.length - 1), w = parseInt(S, 10), v = parseFloat(S), l.test(S) && y === "w" ? ((U || F) && (O = !0), w === 0 ? O = !0 : U = w) : c.test(S) && y === "x" ? ((U || F || z) && (O = !0), v < 0 ? O = !0 : F = v) : l.test(S) && y === "h" ? ((z || F) && (O = !0), w === 0 ? O = !0 : z = w) : O = !0;
8270
- O ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + _ + "'.") : (H.url = f, U && (H.w = U), F && (H.d = F), z && (H.h = z), A.push(H));
8269
+ _ = d[K], y = _[_.length - 1], S = _.substring(0, _.length - 1), w = parseInt(S, 10), v = parseFloat(S), l.test(S) && y === "w" ? ((U || F) && (D = !0), w === 0 ? D = !0 : U = w) : c.test(S) && y === "x" ? ((U || F || z) && (D = !0), v < 0 ? D = !0 : F = v) : l.test(S) && y === "h" ? ((z || F) && (D = !0), w === 0 ? D = !0 : z = w) : D = !0;
8270
+ D ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + _ + "'.") : (H.url = f, U && (H.w = U), F && (H.d = F), z && (H.h = z), A.push(H));
8271
8271
  }
8272
8272
  };
8273
8273
  });
@@ -8280,7 +8280,7 @@ Vr.exports.createColors = Np;
8280
8280
  const F2 = {}, j2 = /* @__PURE__ */ Object.freeze({
8281
8281
  __proto__: null,
8282
8282
  default: F2
8283
- }), Ce = /* @__PURE__ */ Dn(j2);
8283
+ }), Ce = /* @__PURE__ */ On(j2);
8284
8284
  let os = Vr.exports, as = Ce;
8285
8285
  class It extends Error {
8286
8286
  constructor(e, t, r, i, s, u) {
@@ -8750,7 +8750,7 @@ const Q2 = /* @__PURE__ */ Object.freeze({
8750
8750
  __proto__: null,
8751
8751
  nanoid: Z2,
8752
8752
  customAlphabet: J2
8753
- }), X2 = /* @__PURE__ */ Dn(Q2);
8753
+ }), X2 = /* @__PURE__ */ On(Q2);
8754
8754
  let { SourceMapConsumer: cs, SourceMapGenerator: ds } = Ce, { existsSync: ey, readFileSync: ty } = Ce, { dirname: Wn, join: ny } = Ce;
8755
8755
  function ry(n) {
8756
8756
  return $ ? $.from(n, "base64").toString() : window.atob(n);
@@ -9321,7 +9321,7 @@ Se.rebuild = (n) => {
9321
9321
  });
9322
9322
  };
9323
9323
  let gy = nt, Zp, Qp;
9324
- class Ot extends gy {
9324
+ class Dt extends gy {
9325
9325
  constructor(e) {
9326
9326
  super({ type: "document", ...e }), this.nodes || (this.nodes = []);
9327
9327
  }
@@ -9329,14 +9329,14 @@ class Ot extends gy {
9329
9329
  return new Zp(new Qp(), this, e).stringify();
9330
9330
  }
9331
9331
  }
9332
- Ot.registerLazyResult = (n) => {
9332
+ Dt.registerLazyResult = (n) => {
9333
9333
  Zp = n;
9334
9334
  };
9335
- Ot.registerProcessor = (n) => {
9335
+ Dt.registerProcessor = (n) => {
9336
9336
  Qp = n;
9337
9337
  };
9338
- var Qr = Ot;
9339
- Ot.default = Ot;
9338
+ var Qr = Dt;
9339
+ Dt.default = Dt;
9340
9340
  class kr {
9341
9341
  constructor(e, t = {}) {
9342
9342
  if (this.type = "warning", this.text = e, t.node && t.node.source) {
@@ -9377,32 +9377,32 @@ class Tr {
9377
9377
  }
9378
9378
  var Xr = Tr;
9379
9379
  Tr.default = Tr;
9380
- const Kn = 39, ms = 34, Gt = 92, bs = 47, Vt = 10, yt = 32, Kt = 12, Jt = 9, Zt = 13, by = 91, yy = 93, xy = 40, vy = 41, wy = 123, Ey = 125, ky = 59, Ty = 42, $y = 58, Sy = 64, Qt = /[\t\n\f\r "#'()/;[\\\]{}]/g, Xt = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, Cy = /.[\n"'(/\\]/, ys = /[\da-f]/i;
9380
+ const Kn = 39, ms = 34, Gt = 92, bs = 47, Vt = 10, xt = 32, Kt = 12, Jt = 9, Zt = 13, by = 91, yy = 93, xy = 40, vy = 41, wy = 123, Ey = 125, ky = 59, Ty = 42, $y = 58, Sy = 64, Qt = /[\t\n\f\r "#'()/;[\\\]{}]/g, Xt = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, Cy = /.[\n"'(/\\]/, ys = /[\da-f]/i;
9381
9381
  var Ay = function(e, t = {}) {
9382
- let r = e.css.valueOf(), i = t.ignoreErrors, s, u, o, a, l, c, f, d, p, b, T = r.length, g = 0, A = [], D = [];
9382
+ let r = e.css.valueOf(), i = t.ignoreErrors, s, u, o, a, l, c, f, d, p, b, T = r.length, g = 0, A = [], O = [];
9383
9383
  function Y() {
9384
9384
  return g;
9385
9385
  }
9386
- function O(K) {
9386
+ function D(K) {
9387
9387
  throw e.error("Unclosed " + K, g);
9388
9388
  }
9389
9389
  function U() {
9390
- return D.length === 0 && g >= T;
9390
+ return O.length === 0 && g >= T;
9391
9391
  }
9392
9392
  function F(K) {
9393
- if (D.length) return D.pop();
9393
+ if (O.length) return O.pop();
9394
9394
  if (g >= T) return;
9395
9395
  let H = K ? K.ignoreUnclosed : !1;
9396
9396
  switch (s = r.charCodeAt(g), s) {
9397
9397
  case Vt:
9398
- case yt:
9398
+ case xt:
9399
9399
  case Jt:
9400
9400
  case Zt:
9401
9401
  case Kt: {
9402
9402
  u = g;
9403
9403
  do
9404
9404
  u += 1, s = r.charCodeAt(u);
9405
- while (s === yt || s === Vt || s === Jt || s === Zt || s === Kt);
9405
+ while (s === xt || s === Vt || s === Jt || s === Zt || s === Kt);
9406
9406
  b = ["space", r.slice(g, u)], g = u - 1;
9407
9407
  break;
9408
9408
  }
@@ -9418,7 +9418,7 @@ var Ay = function(e, t = {}) {
9418
9418
  break;
9419
9419
  }
9420
9420
  case xy: {
9421
- if (d = A.length ? A.pop()[1] : "", p = r.charCodeAt(g + 1), d === "url" && p !== Kn && p !== ms && p !== yt && p !== Vt && p !== Jt && p !== Kt && p !== Zt) {
9421
+ if (d = A.length ? A.pop()[1] : "", p = r.charCodeAt(g + 1), d === "url" && p !== Kn && p !== ms && p !== xt && p !== Vt && p !== Jt && p !== Kt && p !== Zt) {
9422
9422
  u = g;
9423
9423
  do {
9424
9424
  if (c = !1, u = r.indexOf(")", u + 1), u === -1)
@@ -9426,7 +9426,7 @@ var Ay = function(e, t = {}) {
9426
9426
  u = g;
9427
9427
  break;
9428
9428
  } else
9429
- O("bracket");
9429
+ D("bracket");
9430
9430
  for (f = u; r.charCodeAt(f - 1) === Gt; )
9431
9431
  f -= 1, c = !c;
9432
9432
  } while (c);
@@ -9444,7 +9444,7 @@ var Ay = function(e, t = {}) {
9444
9444
  u = g + 1;
9445
9445
  break;
9446
9446
  } else
9447
- O("string");
9447
+ D("string");
9448
9448
  for (f = u; r.charCodeAt(f - 1) === Gt; )
9449
9449
  f -= 1, c = !c;
9450
9450
  } while (c);
@@ -9458,23 +9458,23 @@ var Ay = function(e, t = {}) {
9458
9458
  case Gt: {
9459
9459
  for (u = g, l = !0; r.charCodeAt(u + 1) === Gt; )
9460
9460
  u += 1, l = !l;
9461
- if (s = r.charCodeAt(u + 1), l && s !== bs && s !== yt && s !== Vt && s !== Jt && s !== Zt && s !== Kt && (u += 1, ys.test(r.charAt(u)))) {
9461
+ if (s = r.charCodeAt(u + 1), l && s !== bs && s !== xt && s !== Vt && s !== Jt && s !== Zt && s !== Kt && (u += 1, ys.test(r.charAt(u)))) {
9462
9462
  for (; ys.test(r.charAt(u + 1)); )
9463
9463
  u += 1;
9464
- r.charCodeAt(u + 1) === yt && (u += 1);
9464
+ r.charCodeAt(u + 1) === xt && (u += 1);
9465
9465
  }
9466
9466
  b = ["word", r.slice(g, u + 1), g, u], g = u;
9467
9467
  break;
9468
9468
  }
9469
9469
  default: {
9470
- s === bs && r.charCodeAt(g + 1) === Ty ? (u = r.indexOf("*/", g + 2) + 1, u === 0 && (i || H ? u = r.length : O("comment")), b = ["comment", r.slice(g, u + 1), g, u], g = u) : (Xt.lastIndex = g + 1, Xt.test(r), Xt.lastIndex === 0 ? u = r.length - 1 : u = Xt.lastIndex - 2, b = ["word", r.slice(g, u + 1), g, u], A.push(b), g = u);
9470
+ s === bs && r.charCodeAt(g + 1) === Ty ? (u = r.indexOf("*/", g + 2) + 1, u === 0 && (i || H ? u = r.length : D("comment")), b = ["comment", r.slice(g, u + 1), g, u], g = u) : (Xt.lastIndex = g + 1, Xt.test(r), Xt.lastIndex === 0 ? u = r.length - 1 : u = Xt.lastIndex - 2, b = ["word", r.slice(g, u + 1), g, u], A.push(b), g = u);
9471
9471
  break;
9472
9472
  }
9473
9473
  }
9474
9474
  return g++, b;
9475
9475
  }
9476
9476
  function z(K) {
9477
- D.push(K);
9477
+ O.push(K);
9478
9478
  }
9479
9479
  return {
9480
9480
  back: z,
@@ -9499,7 +9499,7 @@ var ei = Tn;
9499
9499
  Tn.default = Tn;
9500
9500
  e1.registerAtRule(Tn);
9501
9501
  let t1 = nt, n1, r1;
9502
- class ht extends t1 {
9502
+ class pt extends t1 {
9503
9503
  constructor(e) {
9504
9504
  super(e), this.type = "root", this.nodes || (this.nodes = []);
9505
9505
  }
@@ -9522,16 +9522,16 @@ class ht extends t1 {
9522
9522
  return new n1(new r1(), this, e).stringify();
9523
9523
  }
9524
9524
  }
9525
- ht.registerLazyResult = (n) => {
9525
+ pt.registerLazyResult = (n) => {
9526
9526
  n1 = n;
9527
9527
  };
9528
- ht.registerProcessor = (n) => {
9528
+ pt.registerProcessor = (n) => {
9529
9529
  r1 = n;
9530
9530
  };
9531
- var Ft = ht;
9532
- ht.default = ht;
9533
- t1.registerRoot(ht);
9534
- let Dt = {
9531
+ var Ft = pt;
9532
+ pt.default = pt;
9533
+ t1.registerRoot(pt);
9534
+ let Ot = {
9535
9535
  split(n, e, t) {
9536
9536
  let r = [], i = "", s = !1, u = 0, o = !1, a = "", l = !1;
9537
9537
  for (let c of n)
@@ -9541,14 +9541,14 @@ let Dt = {
9541
9541
  space(n) {
9542
9542
  let e = [" ", `
9543
9543
  `, " "];
9544
- return Dt.split(n, e);
9544
+ return Ot.split(n, e);
9545
9545
  },
9546
9546
  comma(n) {
9547
- return Dt.split(n, [","], !0);
9547
+ return Ot.split(n, [","], !0);
9548
9548
  }
9549
9549
  };
9550
- var i1 = Dt;
9551
- Dt.default = Dt;
9550
+ var i1 = Ot;
9551
+ Ot.default = Ot;
9552
9552
  let s1 = nt, By = i1;
9553
9553
  class $n extends s1 {
9554
9554
  constructor(e) {
@@ -9565,7 +9565,7 @@ class $n extends s1 {
9565
9565
  var ti = $n;
9566
9566
  $n.default = $n;
9567
9567
  s1.registerRule($n);
9568
- let Iy = _n, Oy = Ay, Dy = Fn, Ry = ei, My = Ft, xs = ti;
9568
+ let Iy = _n, Dy = Ay, Oy = Fn, Ry = ei, My = Ft, xs = ti;
9569
9569
  const vs = {
9570
9570
  empty: !0,
9571
9571
  space: !0
@@ -9581,7 +9581,7 @@ class Py {
9581
9581
  this.input = e, this.root = new My(), this.current = this.root, this.spaces = "", this.semicolon = !1, this.customProperty = !1, this.createTokenizer(), this.root.source = { input: e, start: { offset: 0, line: 1, column: 1 } };
9582
9582
  }
9583
9583
  createTokenizer() {
9584
- this.tokenizer = Oy(this.input);
9584
+ this.tokenizer = Dy(this.input);
9585
9585
  }
9586
9586
  parse() {
9587
9587
  let e;
@@ -9612,7 +9612,7 @@ class Py {
9612
9612
  this.endFile();
9613
9613
  }
9614
9614
  comment(e) {
9615
- let t = new Dy();
9615
+ let t = new Oy();
9616
9616
  this.init(t, e[2]), t.source.end = this.getPosition(e[3] || e[2]);
9617
9617
  let r = e[1].slice(2, -2);
9618
9618
  if (/^\s*$/.test(r))
@@ -9915,8 +9915,8 @@ const Vy = {
9915
9915
  postcssPlugin: !0,
9916
9916
  prepare: !0,
9917
9917
  Once: !0
9918
- }, pt = 0;
9919
- function xt(n) {
9918
+ }, gt = 0;
9919
+ function vt(n) {
9920
9920
  return typeof n == "object" && typeof n.then == "function";
9921
9921
  }
9922
9922
  function u1(n) {
@@ -9924,14 +9924,14 @@ function u1(n) {
9924
9924
  return n.type === "decl" ? e = n.prop.toLowerCase() : n.type === "atrule" && (e = n.name.toLowerCase()), e && n.append ? [
9925
9925
  t,
9926
9926
  t + "-" + e,
9927
- pt,
9927
+ gt,
9928
9928
  t + "Exit",
9929
9929
  t + "Exit-" + e
9930
- ] : e ? [t, t + "-" + e, t + "Exit", t + "Exit-" + e] : n.append ? [t, pt, t + "Exit"] : [t, t + "Exit"];
9930
+ ] : e ? [t, t + "-" + e, t + "Exit", t + "Exit-" + e] : n.append ? [t, gt, t + "Exit"] : [t, t + "Exit"];
9931
9931
  }
9932
9932
  function Es(n) {
9933
9933
  let e;
9934
- return n.type === "document" ? e = ["Document", pt, "DocumentExit"] : n.type === "root" ? e = ["Root", pt, "RootExit"] : e = u1(n), {
9934
+ return n.type === "document" ? e = ["Document", gt, "DocumentExit"] : n.type === "root" ? e = ["Root", gt, "RootExit"] : e = u1(n), {
9935
9935
  node: n,
9936
9936
  events: e,
9937
9937
  eventIndex: 0,
@@ -10013,7 +10013,7 @@ class Ke {
10013
10013
  throw this.getAsyncError();
10014
10014
  for (let e of this.plugins) {
10015
10015
  let t = this.runOnRoot(e);
10016
- if (xt(t))
10016
+ if (vt(t))
10017
10017
  throw this.getAsyncError();
10018
10018
  }
10019
10019
  if (this.prepareVisitors(), this.hasListener) {
@@ -10042,7 +10042,7 @@ class Ke {
10042
10042
  e[Be] = !0;
10043
10043
  let t = u1(e);
10044
10044
  for (let r of t)
10045
- if (r === pt)
10045
+ if (r === gt)
10046
10046
  e.nodes && e.each((i) => {
10047
10047
  i[Be] || this.walkSync(i);
10048
10048
  });
@@ -10063,7 +10063,7 @@ class Ke {
10063
10063
  }
10064
10064
  if (t.type !== "root" && t.type !== "document" && !t.parent)
10065
10065
  return !0;
10066
- if (xt(s))
10066
+ if (vt(s))
10067
10067
  throw this.getAsyncError();
10068
10068
  }
10069
10069
  }
@@ -10075,7 +10075,7 @@ class Ke {
10075
10075
  let t = this.result.root.nodes.map(
10076
10076
  (r) => e.Once(r, this.helpers)
10077
10077
  );
10078
- return xt(t[0]) ? Promise.all(t) : t;
10078
+ return vt(t[0]) ? Promise.all(t) : t;
10079
10079
  }
10080
10080
  return e.Once(this.result.root, this.helpers);
10081
10081
  } else if (typeof e == "function")
@@ -10100,7 +10100,7 @@ class Ke {
10100
10100
  this.plugin = 0;
10101
10101
  for (let e = 0; e < this.plugins.length; e++) {
10102
10102
  let t = this.plugins[e], r = this.runOnRoot(t);
10103
- if (xt(r))
10103
+ if (vt(r))
10104
10104
  try {
10105
10105
  await r;
10106
10106
  } catch (i) {
@@ -10114,7 +10114,7 @@ class Ke {
10114
10114
  let t = [Es(e)];
10115
10115
  for (; t.length > 0; ) {
10116
10116
  let r = this.visitTick(t);
10117
- if (xt(r))
10117
+ if (vt(r))
10118
10118
  try {
10119
10119
  await r;
10120
10120
  } catch (i) {
@@ -10192,7 +10192,7 @@ class Ke {
10192
10192
  let s = t.events;
10193
10193
  for (; t.eventIndex < s.length; ) {
10194
10194
  let u = s[t.eventIndex];
10195
- if (t.eventIndex += 1, u === pt) {
10195
+ if (t.eventIndex += 1, u === gt) {
10196
10196
  r.nodes && r.nodes.length && (r[Be] = !0, t.iterator = r.getIterator());
10197
10197
  return;
10198
10198
  } else if (this.listeners[u]) {
@@ -10400,7 +10400,7 @@ J.Node = $3;
10400
10400
  m3.registerPostcss(J);
10401
10401
  var S3 = J;
10402
10402
  J.default = J;
10403
- const C3 = w2, ks = E2, { isPlainObject: A3 } = $2, Ts = U2, B3 = Mp.exports, { parse: I3 } = S3, O3 = [
10403
+ const C3 = w2, ks = E2, { isPlainObject: A3 } = $2, Ts = U2, B3 = Mp.exports, { parse: I3 } = S3, D3 = [
10404
10404
  "img",
10405
10405
  "audio",
10406
10406
  "video",
@@ -10410,8 +10410,8 @@ const C3 = w2, ks = E2, { isPlainObject: A3 } = $2, Ts = U2, B3 = Mp.exports, {
10410
10410
  "map",
10411
10411
  "iframe",
10412
10412
  "embed"
10413
- ], D3 = ["script", "style"];
10414
- function wt(n, e) {
10413
+ ], O3 = ["script", "style"];
10414
+ function Et(n, e) {
10415
10415
  n && Object.keys(n).forEach(function(t) {
10416
10416
  e(n[t], t);
10417
10417
  });
@@ -10421,7 +10421,7 @@ function Fe(n, e) {
10421
10421
  }
10422
10422
  function $s(n, e) {
10423
10423
  const t = [];
10424
- return wt(n, function(r) {
10424
+ return Et(n, function(r) {
10425
10425
  e(r) && t.push(r);
10426
10426
  }), t;
10427
10427
  }
@@ -10453,14 +10453,14 @@ function Nt(n, e, t) {
10453
10453
  k.text += m.text;
10454
10454
  }
10455
10455
  }, this.updateParentNodeMediaChildren = function() {
10456
- g.length && O3.includes(this.tag) && g[g.length - 1].mediaChildren.push(this.tag);
10456
+ g.length && D3.includes(this.tag) && g[g.length - 1].mediaChildren.push(this.tag);
10457
10457
  };
10458
10458
  }
10459
10459
  e = Object.assign({}, Nt.defaults, e), e.parser = Object.assign({}, L3, e.parser);
10460
10460
  const u = function(h) {
10461
10461
  return e.allowedTags === !1 || (e.allowedTags || []).indexOf(h) > -1;
10462
10462
  };
10463
- D3.forEach(function(h) {
10463
+ O3.forEach(function(h) {
10464
10464
  u(h) && !e.allowVulnerableTags && console.warn(`
10465
10465
 
10466
10466
  ⚠️ Your \`allowedTags\` option includes, \`${h}\`, which is inherently
@@ -10477,7 +10477,7 @@ and ensure you are accounting for this risk.
10477
10477
  "option"
10478
10478
  ];
10479
10479
  let a, l;
10480
- e.allowedAttributes && (a = {}, l = {}, wt(e.allowedAttributes, function(h, x) {
10480
+ e.allowedAttributes && (a = {}, l = {}, Et(e.allowedAttributes, function(h, x) {
10481
10481
  a[x] = [];
10482
10482
  const m = [];
10483
10483
  h.forEach(function(k) {
@@ -10485,7 +10485,7 @@ and ensure you are accounting for this risk.
10485
10485
  }), m.length && (l[x] = new RegExp("^(" + m.join("|") + ")$"));
10486
10486
  }));
10487
10487
  const c = {}, f = {}, d = {};
10488
- wt(e.allowedClasses, function(h, x) {
10488
+ Et(e.allowedClasses, function(h, x) {
10489
10489
  if (a && (Fe(a, x) || (a[x] = []), a[x].push("class")), c[x] = h, Array.isArray(h)) {
10490
10490
  const m = [];
10491
10491
  c[x] = [], d[x] = [], h.forEach(function(k) {
@@ -10495,16 +10495,16 @@ and ensure you are accounting for this risk.
10495
10495
  });
10496
10496
  const p = {};
10497
10497
  let b;
10498
- wt(e.transformTags, function(h, x) {
10498
+ Et(e.transformTags, function(h, x) {
10499
10499
  let m;
10500
10500
  typeof h == "function" ? m = h : typeof h == "string" && (m = Nt.simpleTransform(h)), x === "*" ? b = m : p[x] = m;
10501
10501
  });
10502
- let T, g, A, D, Y, O, U = !1;
10502
+ let T, g, A, O, Y, D, U = !1;
10503
10503
  z();
10504
10504
  const F = new C3.Parser({
10505
10505
  onopentag: function(h, x) {
10506
10506
  if (e.enforceHtmlBoundary && h === "html" && z(), Y) {
10507
- O++;
10507
+ D++;
10508
10508
  return;
10509
10509
  }
10510
10510
  const m = new s(h, x);
@@ -10512,12 +10512,12 @@ and ensure you are accounting for this risk.
10512
10512
  let k = !1;
10513
10513
  const B = !!m.text;
10514
10514
  let R;
10515
- if (Fe(p, h) && (R = p[h](h, x), m.attribs = x = R.attribs, R.text !== void 0 && (m.innerText = R.text), h !== R.tagName && (m.name = h = R.tagName, D[T] = R.tagName)), b && (R = b(h, x), m.attribs = x = R.attribs, h !== R.tagName && (m.name = h = R.tagName, D[T] = R.tagName)), (!u(h) || e.disallowedTagsMode === "recursiveEscape" && !R3(A) || e.nestingLimit != null && T >= e.nestingLimit) && (k = !0, A[T] = !0, (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard") && o.indexOf(h) !== -1 && (Y = !0, O = 1), A[T] = !0), T++, k) {
10515
+ if (Fe(p, h) && (R = p[h](h, x), m.attribs = x = R.attribs, R.text !== void 0 && (m.innerText = R.text), h !== R.tagName && (m.name = h = R.tagName, O[T] = R.tagName)), b && (R = b(h, x), m.attribs = x = R.attribs, h !== R.tagName && (m.name = h = R.tagName, O[T] = R.tagName)), (!u(h) || e.disallowedTagsMode === "recursiveEscape" && !R3(A) || e.nestingLimit != null && T >= e.nestingLimit) && (k = !0, A[T] = !0, (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard") && o.indexOf(h) !== -1 && (Y = !0, D = 1), A[T] = !0), T++, k) {
10516
10516
  if (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard")
10517
10517
  return;
10518
10518
  i = r, r = "";
10519
10519
  }
10520
- r += "<" + h, h === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (m.innerText = ""), (!a || Fe(a, h) || a["*"]) && wt(x, function(N, M) {
10520
+ r += "<" + h, h === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (m.innerText = ""), (!a || Fe(a, h) || a["*"]) && Et(x, function(N, M) {
10521
10521
  if (!P3.test(M)) {
10522
10522
  delete m.attribs[M];
10523
10523
  return;
@@ -10660,7 +10660,7 @@ and ensure you are accounting for this risk.
10660
10660
  },
10661
10661
  onclosetag: function(h, x) {
10662
10662
  if (Y)
10663
- if (O--, !O)
10663
+ if (D--, !D)
10664
10664
  Y = !1;
10665
10665
  else
10666
10666
  return;
@@ -10680,7 +10680,7 @@ and ensure you are accounting for this risk.
10680
10680
  }
10681
10681
  i = r, r = "";
10682
10682
  }
10683
- if (D[T] && (h = D[T], delete D[T]), e.exclusiveFilter && e.exclusiveFilter(m)) {
10683
+ if (O[T] && (h = O[T], delete O[T]), e.exclusiveFilter && e.exclusiveFilter(m)) {
10684
10684
  r = r.substr(0, m.tagPosition);
10685
10685
  return;
10686
10686
  }
@@ -10695,7 +10695,7 @@ and ensure you are accounting for this risk.
10695
10695
  }, e.parser);
10696
10696
  return F.write(n), F.end(), r;
10697
10697
  function z() {
10698
- r = "", T = 0, g = [], A = {}, D = {}, Y = !1, O = 0;
10698
+ r = "", T = 0, g = [], A = {}, O = {}, Y = !1, D = 0;
10699
10699
  }
10700
10700
  function K(h, x) {
10701
10701
  return typeof h != "string" && (h = h + ""), e.parser.decodeEntities && (h = h.replace(/&/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;"), x && (h = h.replace(/"/g, "&quot;"))), h = h.replace(/&(?![a-zA-Z0-9#]{1,20};)/g, "&amp;").replace(/</g, "&lt;").replace(/>/g, "&gt;"), x && (h = h.replace(/"/g, "&quot;")), h;
@@ -11255,7 +11255,7 @@ const J3 = ':host{display:block;height:auto;--nylas-primary:#2563eb;--nylas-erro
11255
11255
  phone_number: "1234567890"
11256
11256
  }, e6 = et(class extends tt {
11257
11257
  constructor() {
11258
- super(), this.__registerHost(), this.__attachShadow(), this.nylasFormInputChanged = Et(this, "nylasFormInputChanged", 7), this.nylasFormInputFocused = Et(this, "nylasFormInputFocused", 7), this.nylasFormInputBlurred = Et(this, "nylasFormInputBlurred", 7), this.name = "input", this.defaultValue = void 0, this.label = "", this.type = "text", this.placeholder = X3[this.type], this.required = !1, this.readOnly = !1, this.autoFocus = !1, this.pattern = void 0, this.maxLength = 255, this.patternError = "", this.requiredError = "", this.value = void 0, this.error = "";
11258
+ super(), this.__registerHost(), this.__attachShadow(), this.nylasFormInputChanged = ct(this, "nylasFormInputChanged", 7), this.nylasFormInputFocused = ct(this, "nylasFormInputFocused", 7), this.nylasFormInputBlurred = ct(this, "nylasFormInputBlurred", 7), this.name = "input", this.defaultValue = void 0, this.label = "", this.type = "text", this.placeholder = X3[this.type], this.required = !1, this.readOnly = !1, this.autoFocus = !1, this.pattern = void 0, this.maxLength = 255, this.patternError = "", this.requiredError = "", this.value = void 0, this.error = "";
11259
11259
  }
11260
11260
  handleDefaultValueChange(e) {
11261
11261
  this.value = Jn(e), this.value && this.validatePattern(this.value);
@@ -11368,19 +11368,30 @@ function g1() {
11368
11368
  }
11369
11369
  const s6 = ':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}', u6 = s6, o6 = et(class extends tt {
11370
11370
  constructor() {
11371
- super(), this.__registerHost(), this.__attachShadow(), this.nylasFormDropdownChanged = Et(this, "nylasFormDropdownChanged", 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.selectedOption = void 0, this.isOpen = !1, this.searchValue = "", this.filteredOptions = [...this.options], this.ariaActivedescendant = "", this.errorMessage = "";
11371
+ super(), this.__registerHost(), this.__attachShadow(), this.nylasFormDropdownChanged = ct(this, "nylasFormDropdownChanged", 7), this.nylasFormDropdownDefaultSelected = ct(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.selectedOption = void 0, this.isOpen = !1, this.searchValue = "", this.filteredOptions = [...this.options], this.ariaActivedescendant = "", this.errorMessage = "";
11372
11372
  }
11373
11373
  optionsChangedHandler(e, t) {
11374
11374
  e !== t && (this.filteredOptions = e);
11375
11375
  }
11376
11376
  defaultSelectedOptionChangedHandler(e, t) {
11377
- typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e);
11377
+ typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e, this.nylasFormDropdownDefaultSelected.emit({
11378
+ value: (e == null ? void 0 : e.value) || "",
11379
+ name: this.name,
11380
+ error: this.errorMessage,
11381
+ label: this.label
11382
+ }));
11378
11383
  }
11379
11384
  componentWillLoad() {
11380
11385
  this.el.setAttribute("component-type", this.componentType);
11381
11386
  }
11382
11387
  componentDidLoad() {
11383
- this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]);
11388
+ var e;
11389
+ this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]), this.nylasFormDropdownDefaultSelected.emit({
11390
+ value: ((e = this.selectedOption) == null ? void 0 : e.value) || "",
11391
+ name: this.name,
11392
+ error: this.errorMessage,
11393
+ label: this.label
11394
+ });
11384
11395
  }
11385
11396
  handleBookingFormSubmitted(e) {
11386
11397
  var t;
@@ -11454,7 +11465,7 @@ const s6 = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nyla
11454
11465
  }
11455
11466
  render() {
11456
11467
  const e = this.generateButtonText(this.selectedOption, this.dropdownButtonText);
11457
- return P("div", { key: "45abbbfaacb891e1d331e42f822a5a2b4e12289c", class: "dropdown", part: "sd_dropdown" }, P("label", { key: "aad1cd53c176003fe04ae372aebc4743cb4830a0", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && P("p", null, P("span", { class: "label" }, this.label), this.required && P("span", { class: "required" }, "*")), P("button", { key: "5feca05e8b0ef951b8043a4bfeaa25f0de6d4789", part: "sd_dropdown-button", class: { dropbtn: !0, open: this.isOpen, error: !!this.errorMessage }, onClick: () => this.toggleDropdown(), "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? "true" : "false", "aria-label": this.name, onKeyDown: (t) => this.handleSelectButtonKeyDown(t) }, P("slot", { key: "410360c7661bfde11430153da1ff97b011c46626", name: "select-icon", "aria-hidden": "true" }), P("span", { key: "c87c03c32ef91c57ed054a35931c49df7c796e49", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && P("span", { class: {
11468
+ return P("div", { key: "4b724d892194708b2dcd0ed74c8e23486ba2b4f7", class: "dropdown", part: "sd_dropdown" }, P("label", { key: "06d33f4f5daa7c09eed054505989210e35c2beb5", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && P("p", null, P("span", { class: "label" }, this.label), this.required && P("span", { class: "required" }, "*")), P("button", { key: "8e5952f7e2a1279670304e82f329da3e8e60522a", part: "sd_dropdown-button", class: { dropbtn: !0, open: this.isOpen, error: !!this.errorMessage }, onClick: () => this.toggleDropdown(), "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? "true" : "false", "aria-label": this.name, onKeyDown: (t) => this.handleSelectButtonKeyDown(t) }, P("slot", { key: "aece407da3b35858b9ec1248d09447706b3120cc", name: "select-icon", "aria-hidden": "true" }), P("span", { key: "55aae4a92f862c81533635999fb60693705cb12b", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && P("span", { class: {
11458
11469
  open: this.isOpen,
11459
11470
  closed: !this.isOpen,
11460
11471
  chevron: !0
@@ -11557,7 +11568,7 @@ var g6 = function(n, e, t, r) {
11557
11568
  };
11558
11569
  const ii = et(class extends tt {
11559
11570
  constructor() {
11560
- super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = Et(this, "valueChanged", 7), this.internals = this.attachInternals(), this.selectedConfiguration = void 0, this.name = "confirmation-redirect", this.redirectUrl = "", this.redirectUrlErrorMessage = "", this.currentRedirectUrl = "", this.acceptUrl = void 0, this.componentLoaded = !1;
11571
+ super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = ct(this, "valueChanged", 7), this.internals = this.attachInternals(), this.selectedConfiguration = void 0, this.name = "confirmation-redirect", this.redirectUrl = "", this.redirectUrlErrorMessage = "", this.currentRedirectUrl = "", this.acceptUrl = void 0, this.componentLoaded = !1;
11561
11572
  }
11562
11573
  elementNameChangedHandler(e) {
11563
11574
  ce("nylas-booking-confirmation-redirect", "elementNameChangedHandler", e), this.host.setAttribute("name", e);