@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
@@ -94,7 +94,7 @@ function x1(n) {
94
94
  var e, t, r;
95
95
  return (r = (t = (e = n.head) === null || e === void 0 ? void 0 : e.querySelector('meta[name="csp-nonce"]')) === null || t === void 0 ? void 0 : t.getAttribute("content")) !== null && r !== void 0 ? r : void 0;
96
96
  }
97
- const I = (n, e, ...t) => {
97
+ const D = (n, e, ...t) => {
98
98
  let r = null, i = null, s = null, u = !1, o = !1;
99
99
  const a = [], l = (f) => {
100
100
  for (let d = 0; d < f.length; d++)
@@ -133,11 +133,11 @@ const I = (n, e, ...t) => {
133
133
  }), E1 = (n) => {
134
134
  if (typeof n.vtag == "function") {
135
135
  const t = Object.assign({}, n.vattrs);
136
- return n.vkey && (t.key = n.vkey), n.vname && (t.name = n.vname), I(n.vtag, t, ...n.vchildren || []);
136
+ return n.vkey && (t.key = n.vkey), n.vname && (t.name = n.vname), D(n.vtag, t, ...n.vchildren || []);
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
- }, k1 = (n) => J1.map((e) => e(n)).find((e) => !!e), T1 = (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
+ }, k1 = (n) => J1.map((e) => e(n)).find((e) => !!e), T1 = (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) => $1(r, e, {
@@ -242,11 +242,11 @@ const I = (n, e, ...t) => {
242
242
  i["s-hn"] !== $t && i["s-ol"] && (Ms(i).insertBefore(i, Or(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
- }, Is = (n, e, t, r, i, s) => {
245
+ }, Ds = (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, Or(e))));
249
- }, Ds = (n, e, t) => {
249
+ }, Is = (n, e, t) => {
250
250
  for (let r = e; r <= t; ++r) {
251
251
  const i = n[r];
252
252
  if (i) {
@@ -254,7 +254,7 @@ const I = (n, e, ...t) => {
254
254
  Ps(i), s && (un = !0, s["s-ol"] ? s["s-ol"].remove() : St(s, !0), s.remove());
255
255
  }
256
256
  }
257
- }, I1 = (n, e, t, r, i = !1) => {
257
+ }, D1 = (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 I = (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, Or(c.$elm$));
283
283
  }
284
- s > l ? Is(n, r[d + 1] == null ? null : r[d + 1].$elm$, t, r, u, d) : u > d && Ds(e, s, l);
284
+ s > l ? Ds(n, r[d + 1] == null ? null : r[d + 1].$elm$, t, r, u, d) : u > d && Is(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, Or = (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 ? I1(r, i, e, s, t) : s !== null ? (n.$text$ !== null && (r.textContent = ""), Is(r, null, e, s, 0, s.length - 1)) : i !== null && Ds(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" || 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 && Is(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
  }, Rs = (n) => {
290
290
  const e = n.childNodes;
291
291
  for (const t of e)
@@ -332,9 +332,9 @@ const I = (n, e, ...t) => {
332
332
  }
333
333
  }, fi = (n, e) => n.nodeType === 1 ? n.getAttribute("slot") === null && e === "" || n.getAttribute("slot") === e : n["s-sn"] === e ? !0 : e === "", Ps = (n) => {
334
334
  n.$attrs$ && n.$attrs$.ref && n.$attrs$.ref(null), n.$children$ && n.$children$.map(Ps);
335
- }, D1 = (n, e, t = !1) => {
335
+ }, I1 = (n, e, t = !1) => {
336
336
  var r, i, s, u, o;
337
- const a = n.$hostElement$, l = n.$cmpMeta$, c = n.$vnode$ || on(null, null), f = v1(e) ? e : I(null, null, e);
337
+ const a = n.$hostElement$, l = n.$cmpMeta$, c = n.$vnode$ || on(null, null), f = v1(e) ? e : D(null, null, e);
338
338
  if ($t = a.tagName, l.$attrsToReflect$ && (f.$attrs$ = f.$attrs$ || {}, l.$attrsToReflect$.map(([d, p]) => f.$attrs$[p] = a[d])), t && f.$attrs$)
339
339
  for (const d of Object.keys(f.$attrs$))
340
340
  a.hasAttribute(d) && !["key", "ref", "style", "class"].includes(d) && (f.$attrs$[d] = a[d]);
@@ -380,7 +380,7 @@ const I = (n, e, ...t) => {
380
380
  }, _s = (n, e) => (n.$flags$ |= 16, M1(n, n.$ancestorComponent$), ng(() => R1(n, e))), R1 = (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, () => P1(n, i, e));
383
+ return e ? s = dt(i, "componentWillLoad") : s = dt(i, "componentWillUpdate"), s = hi(s, () => dt(i, "componentWillRender")), r(), hi(s, () => P1(n, i, e));
384
384
  }, hi = (n, e) => N1(n) ? n.then(e) : e(), N1 = (n) => n instanceof Promise || n && n.then && typeof n.then == "function", P1 = async (n, e, t) => {
385
385
  const r = n.$hostElement$, i = Ze("update", n.$cmpMeta$.$tagName$);
386
386
  r["s-rc"], t && A1(n);
@@ -388,15 +388,15 @@ const I = (n, e, ...t) => {
388
388
  _1(n, e, r, t), s(), i(), L1(n);
389
389
  }, _1 = (n, e, t, r) => {
390
390
  try {
391
- si = e, e = e.render && e.render(), n.$flags$ &= -17, n.$flags$ |= 2, (Ye.hasRenderFn || Ye.reflect) && (Ye.vdomRender || Ye.reflect) && (Ye.hydrateServerSide || D1(n, e, r));
391
+ si = e, e = e.render && e.render(), n.$flags$ &= -17, n.$flags$ |= 2, (Ye.hasRenderFn || Ye.reflect) && (Ye.vdomRender || Ye.reflect) && (Ye.hydrateServerSide || I1(n, e, r));
392
392
  } catch (a) {
393
393
  _t(a, n.$hostElement$);
394
394
  }
395
395
  return si = null, null;
396
396
  }, L1 = (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 I = (n, e, ...t) => {
600
600
  }, er = () => {
601
601
  bi(mi), bi(Us), (Xn = mi.length > 0) && ae.raf(er);
602
602
  }, tg = (n) => Q1().then(n), ng = /* @__PURE__ */ eg(Us, !0), yi = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
603
- var Me = [], ve = [], rg = typeof Uint8Array < "u" ? Uint8Array : Array, Ir = !1;
603
+ var Me = [], ve = [], rg = typeof Uint8Array < "u" ? Uint8Array : Array, Dr = !1;
604
604
  function js() {
605
- Ir = !0;
605
+ Dr = !0;
606
606
  for (var n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", e = 0, t = n.length; e < t; ++e)
607
607
  Me[e] = n[e], ve[n.charCodeAt(e)] = e;
608
608
  ve[45] = 62, ve[95] = 63;
609
609
  }
610
610
  function ig(n) {
611
- Ir || js();
611
+ Dr || js();
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 ug(n, e, t) {
627
627
  return i.join("");
628
628
  }
629
629
  function xi(n) {
630
- Ir || js();
630
+ Dr || js();
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(ug(n, o, o + u > a ? a : o + u));
633
633
  return r === 1 ? (e = n[t - 1], i += Me[e >> 2], i += Me[e << 4 & 63], i += "==") : r === 2 && (e = (n[t - 2] << 8) + n[t - 1], i += Me[e >> 10], i += Me[e >> 4 & 63], i += Me[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 Ir(this, n);
686
686
  }
687
687
  return Ys(this, n, e, t);
688
688
  }
@@ -711,17 +711,17 @@ function lg(n, e, t, r) {
711
711
  $.alloc = function(n, e, t) {
712
712
  return lg(null, n, e, t);
713
713
  };
714
- function Dr(n, e) {
714
+ function Ir(n, e) {
715
715
  if (zs(e), n = qe(n, e < 0 ? 0 : Mr(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 Ir(null, n);
722
722
  };
723
723
  $.allocUnsafeSlow = function(n) {
724
- return Dr(null, n);
724
+ return Ir(null, n);
725
725
  };
726
726
  function cg(n, e, t) {
727
727
  if ((typeof t != "string" || t === "") && (t = "utf8"), !$.isEncoding(t))
@@ -752,7 +752,7 @@ function fg(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" || Ig(e.length) ? qe(n, 0) : nr(n, e);
755
+ return typeof e.length != "number" || Dg(e.length) ? qe(n, 0) : nr(n, e);
756
756
  if (e.type === "Buffer" && Hs(e.data))
757
757
  return nr(n, e.data);
758
758
  }
@@ -763,7 +763,7 @@ function Mr(n) {
763
763
  throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + tr().toString(16) + " bytes");
764
764
  return n | 0;
765
765
  }
766
- $.isBuffer = Dg;
766
+ $.isBuffer = Ig;
767
767
  function Pe(n) {
768
768
  return !!(n != null && n._isBuffer);
769
769
  }
@@ -1002,19 +1002,19 @@ function pg(n, e, t, r) {
1002
1002
  return u;
1003
1003
  }
1004
1004
  function gg(n, e, t, r) {
1005
- return In(cn(e, n.length - t), n, t, r);
1005
+ return Dn(cn(e, n.length - t), n, t, r);
1006
1006
  }
1007
1007
  function Vs(n, e, t, r) {
1008
- return In(Bg(e), n, t, r);
1008
+ return Dn(Bg(e), n, t, r);
1009
1009
  }
1010
1010
  function mg(n, e, t, r) {
1011
1011
  return Vs(n, e, t, r);
1012
1012
  }
1013
1013
  function bg(n, e, t, r) {
1014
- return In(Xs(e), n, t, r);
1014
+ return Dn(Xs(e), n, t, r);
1015
1015
  }
1016
1016
  function yg(n, e, t, r) {
1017
- return In(Og(e, n.length - t), n, t, r);
1017
+ return Dn(Og(e, n.length - t), n, t, r);
1018
1018
  }
1019
1019
  $.prototype.write = function(e, t, r, i) {
1020
1020
  if (t === void 0)
@@ -1446,15 +1446,15 @@ function Og(n, e) {
1446
1446
  function Xs(n) {
1447
1447
  return ig(Sg(n));
1448
1448
  }
1449
- function In(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 Ig(n) {
1454
+ function Dg(n) {
1455
1455
  return n !== n;
1456
1456
  }
1457
- function Dg(n) {
1457
+ function Ig(n) {
1458
1458
  return n != null && (!!n._isBuffer || eu(n) || Mg(n));
1459
1459
  }
1460
1460
  function eu(n) {
@@ -1464,7 +1464,7 @@ function Mg(n) {
1464
1464
  return typeof n.readFloatLE == "function" && typeof n.slice == "function" && eu(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 In(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) {
@@ -1488,7 +1488,7 @@ var Rg = { exports: {} };
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
- }, D = { s: Y, z: function(w) {
1491
+ }, I = { 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) {
@@ -1522,7 +1522,7 @@ var Rg = { 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
- }, L = D;
1525
+ }, L = I;
1526
1526
  L.l = K, L.i = z, L.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 Pg = 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
+ }, Ie = function(n) {
1740
1740
  return !te(n) || n.length === 0;
1741
1741
  }, re = function(n) {
1742
- return !De(n);
1742
+ return !Ie(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 Pg = function(n, e, t) {
1748
1748
  return n % 4 === 0 && n % 100 !== 0 || n % 400 === 0;
1749
1749
  }, iu = function(n) {
1750
1750
  return n instanceof Date;
1751
- }, vt = function(n) {
1751
+ }, wt = function(n) {
1752
1752
  return iu(n) && !isNaN(n.getTime());
1753
1753
  }, ki = function(n) {
1754
1754
  return n.getTimezoneOffset() * 60 * 1e3;
@@ -1762,11 +1762,11 @@ var Pg = function(n, e, t) {
1762
1762
  }, Ug = 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 Lg[n.getUTCDay()];
1767
1767
  }, Ti = function(n, e) {
1768
1768
  var t = Qe(n, e + 1, 1);
1769
- return [dt(t), Ug(t)];
1769
+ return [ft(t), Ug(t)];
1770
1770
  }, uu = 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 _r(n) {
2351
2351
  }
2352
2352
  var zg = function(n, e) {
2353
2353
  return e === void 0 && (e = dn), new _(ou(n, e) || void 0);
2354
- }, gt = [
2354
+ }, mt = [
2355
2355
  "count",
2356
2356
  "until",
2357
2357
  "interval",
@@ -2360,12 +2360,12 @@ var zg = 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 Wg = function(n, e, t, r) {
2370
2370
  return new He(n, e, t, r).toString();
2371
2371
  }, Gg = He.isFullyConvertible, fn = (
@@ -2397,7 +2397,7 @@ var Wg = 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 Wg = 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)), Ie(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)), (Ie(i) || Q(i, this.hour)) && (Ie(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)), (Ie(i) || Q(i, this.hour)) && (Ie(s) || Q(s, this.minute)) && (Ie(u) || Q(u, this.second)))
2439
2439
  break;
2440
2440
  }
2441
2441
  }, e.prototype.fixDay = function() {
@@ -2472,7 +2472,7 @@ var Wg = function(n, e, t, r) {
2472
2472
  function au(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(Tm, s) || e.push(s), iu(n[s]) && !vt(n[s]) && e.push(s);
2475
+ Q(Tm, s) || e.push(s), iu(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 Kg(n) {
2499
2499
  e.bymonthday = e.dtstart.getUTCDate();
2500
2500
  break;
2501
2501
  case _.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) && Oe(e.byyearday) && (e.byyearday = [e.byyearday]), !te(e.bymonthday))
@@ -2755,14 +2755,14 @@ var nm = (
2755
2755
  return be(r) ? $i(r) : r instanceof Date ? sr(r) : r;
2756
2756
  }, n;
2757
2757
  }()
2758
- ), rm = 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)), im = 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)), sm = _e(1, 29), um = _e(1, 30), ze = _e(1, 31), ue = _e(1, 32), om = 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)), am = C(C(C(C(C(C(C(C(C(C(C(C(C([], ue, !0), sm, !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 = _e(-28, 0), cm = _e(-29, 0), We = _e(-30, 0), oe = _e(-31, 0), dm = 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)), fm = C(C(C(C(C(C(C(C(C(C(C(C(C([], oe, !0), lm, !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 = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366], pm = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365], Ii = function() {
2758
+ ), rm = 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)), im = 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)), sm = _e(1, 29), um = _e(1, 30), ze = _e(1, 31), ue = _e(1, 32), om = 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)), am = C(C(C(C(C(C(C(C(C(C(C(C(C([], ue, !0), sm, !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 = _e(-28, 0), cm = _e(-29, 0), We = _e(-30, 0), oe = _e(-31, 0), dm = 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)), fm = C(C(C(C(C(C(C(C(C(C(C(C(C([], oe, !0), lm, !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 = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366], pm = [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(_e(7));
2761
2761
  return n;
2762
2762
  }();
2763
2763
  function gm(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 }, mm(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 }, mm(n)), { wnomask: null });
2765
+ if (Ie(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);
@@ -2787,8 +2787,8 @@ function gm(n, e) {
2787
2787
  if (Q(e.byweekno, -1))
2788
2788
  M = -1;
2789
2789
  else {
2790
- var Y = dt(Qe(n - 1, 1, 1)), D = Ee(7 - Y.valueOf() + e.wkst, 7), F = kt(n - 1) ? 366 : 365, U = void 0;
2791
- D >= 4 ? (D = 0, U = F + Ee(Y - e.wkst, 7)) : U = r - c, M = Math.floor(52 + Ee(U, 7) / 4);
2790
+ var Y = ft(Qe(n - 1, 1, 1)), I = Ee(7 - Y.valueOf() + e.wkst, 7), F = kt(n - 1) ? 366 : 365, U = void 0;
2791
+ I >= 4 ? (I = 0, U = F + Ee(Y - e.wkst, 7)) : U = r - c, M = Math.floor(52 + Ee(U, 7) / 4);
2792
2792
  }
2793
2793
  if (Q(e.byweekno, M))
2794
2794
  for (var g = 0; g < c; g++)
@@ -2797,18 +2797,18 @@ function gm(n, e) {
2797
2797
  return o;
2798
2798
  }
2799
2799
  function mm(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: rm,
2803
2803
  mdaymask: am,
2804
2804
  nmdaymask: fm,
2805
- wdaymask: Ii.slice(r),
2805
+ wdaymask: Di.slice(r),
2806
2806
  mrange: pm
2807
2807
  } : {
2808
2808
  mmask: im,
2809
2809
  mdaymask: om,
2810
2810
  nmdaymask: dm,
2811
- wdaymask: Ii.slice(r),
2811
+ wdaymask: Di.slice(r),
2812
2812
  mrange: hm
2813
2813
  };
2814
2814
  }
@@ -2819,13 +2819,13 @@ function bm(n, e, t, r, i, s) {
2819
2819
  nwdaymask: []
2820
2820
  }, o = [];
2821
2821
  if (s.freq === _.YEARLY)
2822
- if (De(s.bymonth))
2822
+ if (Ie(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 === _.MONTHLY && (o = [r.slice(e - 1, e + 1)]);
2828
- if (De(o))
2828
+ if (Ie(o))
2829
2829
  return u;
2830
2830
  u.nwdaymask = W(0, t);
2831
2831
  for (var a = 0; a < o.length; a++)
@@ -3004,21 +3004,21 @@ function lu(n, e) {
3004
3004
  if (s && M > s)
3005
3005
  return Le(n);
3006
3006
  if (M >= t) {
3007
- var Y = Di(M, e);
3007
+ var Y = Ii(M, e);
3008
3008
  if (!n.accept(Y) || o && (--o, !o))
3009
3009
  return Le(n);
3010
3010
  }
3011
3011
  }
3012
3012
  else
3013
3013
  for (var A = p; A < b; A++) {
3014
- var D = d[A];
3015
- if (te(D))
3016
- for (var F = su(l.yearordinal + D), U = 0; U < c.length; U++) {
3014
+ var I = d[A];
3015
+ if (te(I))
3016
+ for (var F = su(l.yearordinal + I), U = 0; U < c.length; U++) {
3017
3017
  var z = c[U], M = uu(F, z);
3018
3018
  if (s && M > s)
3019
3019
  return Le(n);
3020
3020
  if (M >= t) {
3021
- var Y = Di(M, e);
3021
+ var Y = Ii(M, e);
3022
3022
  if (!n.accept(Y) || o && (--o, !o))
3023
3023
  return Le(n);
3024
3024
  }
@@ -3033,7 +3033,7 @@ function wm(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 Ii(n, e) {
3037
3037
  return new pn(n, e.tzid).rezonedDate();
3038
3038
  }
3039
3039
  function Le(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,7 +3195,7 @@ var Mi = {
3195
3195
  tzid: null
3196
3196
  };
3197
3197
  function Sm(n, e) {
3198
- var t = [], r = [], i = [], s = [], u = hn(n), o = u.dtstart, a = u.tzid, l = Im(n, e.unfold);
3198
+ var t = [], r = [], i = [], s = [], u = hn(n), o = u.dtstart, a = u.tzid, l = Dm(n, e.unfold);
3199
3199
  return l.forEach(function(c) {
3200
3200
  var f;
3201
3201
  if (c) {
@@ -3286,7 +3286,7 @@ function Om(n) {
3286
3286
  value: r
3287
3287
  };
3288
3288
  }
3289
- function Im(n, e) {
3289
+ function Dm(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)
@@ -3298,14 +3298,14 @@ function Im(n, e) {
3298
3298
  }
3299
3299
  return t;
3300
3300
  }
3301
- function Dm(n) {
3301
+ function Im(n) {
3302
3302
  n.forEach(function(e) {
3303
3303
  if (!/(VALUE=DATE(-TIME)?)|(TZID=)/.test(e))
3304
3304
  throw new Error("unsupported RDATE/EXDATE parm: " + e);
3305
3305
  });
3306
3306
  }
3307
3307
  function Ni(n, e) {
3308
- return Dm(e), n.split(",").map(function(t) {
3308
+ return Im(e), n.split(",").map(function(t) {
3309
3309
  return Nr(t);
3310
3310
  });
3311
3311
  }
@@ -3494,7 +3494,7 @@ class Mn {
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 Mn {
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 D = t.nsSeparator || this.options.nsSeparator;
3769
+ const I = t.nsSeparator || this.options.nsSeparator;
3770
3770
  return i ? {
3771
- res: `${a}${D}${u}`,
3771
+ res: `${a}${I}${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}${D}${u}`;
3777
+ } : `${a}${I}${u}`;
3778
3778
  }
3779
3779
  return i ? {
3780
3780
  res: u,
@@ -3791,14 +3791,14 @@ class yn extends Mn {
3791
3791
  if (M && 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 D = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(p, d, {
3794
+ const I = 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 = D, f.usedParams = this.getUsedParamsDetails(t), f) : D;
3798
+ return i ? (f.res = I, f.usedParams = this.getUsedParamsDetails(t), f) : I;
3799
3799
  }
3800
3800
  if (s) {
3801
- const D = Array.isArray(d), F = D ? [] : {}, U = D ? b : p;
3801
+ const I = Array.isArray(d), F = I ? [] : {}, U = I ? b : p;
3802
3802
  for (const z in d)
3803
3803
  if (Object.prototype.hasOwnProperty.call(d, z)) {
3804
3804
  const K = `${U}${s}${z}`;
@@ -3813,13 +3813,13 @@ class yn extends Mn {
3813
3813
  } else if (M && 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 D = !1, F = !1;
3816
+ let I = !1, F = !1;
3817
3817
  const U = t.count !== void 0 && typeof t.count != "string", z = yn.hasDefaultValue(t), K = U ? this.pluralResolver.getSuffix(l, t.count, t) : "", H = t.ordinal && U ? this.pluralResolver.getSuffix(l, t.count, {
3818
3818
  ordinal: !1
3819
3819
  }) : "", L = U && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), y = L && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${K}`] || t[`defaultValue${H}`] || t.defaultValue;
3820
- !this.isValidLookup(d) && z && (D = !0, d = y), this.isValidLookup(d) || (F = !0, d = u);
3820
+ !this.isValidLookup(d) && z && (I = !0, d = y), this.isValidLookup(d) || (F = !0, d = u);
3821
3821
  const w = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && F ? void 0 : d, v = z && y !== d && this.options.updateMissing;
3822
- if (F || D || v) {
3822
+ if (F || I || 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 Mn {
3844
3844
  });
3845
3845
  }) : m(h, u, y));
3846
3846
  }
3847
- d = this.extendTranslation(d, e, t, f, r), F && d === u && this.options.appendNamespaceToMissingKey && (d = `${a}:${u}`), (F || 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));
3847
+ d = this.extendTranslation(d, e, t, f, r), F && d === u && this.options.appendNamespaceToMissingKey && (d = `${a}:${u}`), (F || I) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? d = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${u}` : u, I ? 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
  }
@@ -3911,12 +3911,12 @@ class yn extends Mn {
3911
3911
  if (this.i18nFormat && this.i18nFormat.addLookupKeys)
3912
3912
  this.i18nFormat.addLookupKeys(M, c, A, g, t);
3913
3913
  else {
3914
- let D;
3915
- d && (D = this.pluralResolver.getSuffix(A, t.count, t));
3914
+ let I;
3915
+ d && (I = this.pluralResolver.getSuffix(A, t.count, t));
3916
3916
  const F = `${this.options.pluralSeparator}zero`, U = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
3917
- if (d && (M.push(c + D), t.ordinal && D.indexOf(U) === 0 && M.push(c + D.replace(U, this.options.pluralSeparator)), p && M.push(c + F)), b) {
3917
+ if (d && (M.push(c + I), t.ordinal && I.indexOf(U) === 0 && M.push(c + I.replace(U, this.options.pluralSeparator)), p && M.push(c + F)), b) {
3918
3918
  const z = `${c}${this.options.contextSeparator}${t.context}`;
3919
- M.push(z), d && (M.push(z + D), t.ordinal && D.indexOf(U) === 0 && M.push(z + D.replace(U, this.options.pluralSeparator)), p && M.push(z + F));
3919
+ M.push(z), d && (M.push(z + I), t.ordinal && I.indexOf(U) === 0 && M.push(z + I.replace(U, this.options.pluralSeparator)), p && M.push(z + F));
3920
3920
  }
3921
3921
  }
3922
3922
  let Y;
@@ -4762,7 +4762,7 @@ class At extends Mn {
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 Mn {
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 Mn {
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 Mn {
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 Mn {
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 hu = "No date selected", pu = "Choose another time slot to reschedule your
4963
4963
  october: "October",
4964
4964
  november: "November",
4965
4965
  december: "December"
4966
- }, yu = "Next", xu = "{{date}}", vu = "{{time}}", wu = "Name", Eu = "Enter your name", ku = "Email", Tu = "Enter your email", $u = "Guest email", Su = "Enter guest email", Cu = "Add guest", Au = "Add another guest", Bu = "Back", Ou = "Book now", Iu = "Booking confirmed", Du = "You'll receive an email confirmation soon.", Mu = "Booking sent", Ru = "You will receive an email once the booking is confirmed.", Nu = "Booking rescheduled", Pu = "Booking date and time", _u = "Cancel booking", Lu = "Reschedule", Fu = "Reject booking", Uu = "Confirm booking", ju = "Booking pending", qu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Hu = "Your booking has been confirmed successfully", Yu = "A confirmation email has been sent to", zu = "Cancel booking?", Wu = "Your current timeslot will become available to others.", Gu = "Reason for cancellation", Vu = "Go back", Ku = "Your booking has been cancelled successfully", Ju = "A cancellation email has been sent to", Zu = "Close", Qu = "Closing", Xu = "{{field}} is required.", eo = "{{field}} has invalid format.", to = "Create Booking", no = "Get Availability", ro = "Cancel Booking", io = "Reschedule Booking", so = "Get UI Settings", uo = "Reject Booking", oo = "Confirm Booking", ao = "Something went wrong...", lo = "Scheduling Component Error", co = "'sessionId' is required for private configs.", fo = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", ho = "Invalid timeslot!", po = "The selected timeslot is invalid", go = "Cancellation Error", mo = "Please provide a reason for cancellation.", bo = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", yo = "Cancel booking form error", rb = {
4966
+ }, yu = "Next", xu = "{{date}}", vu = "{{time}}", wu = "Name", Eu = "Enter your name", ku = "Email", Tu = "Enter your email", $u = "Guest email", Su = "Enter guest email", Cu = "Add guest", Au = "Add another guest", Bu = "Back", Ou = "Book now", Du = "Booking confirmed", Iu = "You'll receive an email confirmation soon.", Mu = "Booking sent", Ru = "You will receive an email once the booking is confirmed.", Nu = "Booking rescheduled", Pu = "Booking date and time", _u = "Cancel booking", Lu = "Reschedule", Fu = "Reject booking", Uu = "Confirm booking", ju = "Booking pending", qu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Hu = "Your booking has been confirmed successfully", Yu = "A confirmation email has been sent to", zu = "Cancel booking?", Wu = "Your current timeslot will become available to others.", Gu = "Reason for cancellation", Vu = "Go back", Ku = "Your booking has been cancelled successfully", Ju = "A cancellation email has been sent to", Zu = "Close", Qu = "Closing", Xu = "{{field}} is required.", eo = "{{field}} has invalid format.", to = "Create Booking", no = "Get Availability", ro = "Cancel Booking", io = "Reschedule Booking", so = "Get UI Settings", uo = "Reject Booking", oo = "Confirm Booking", ao = "Something went wrong...", lo = "Scheduling Component Error", co = "'sessionId' is required for private configs.", fo = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", ho = "Invalid timeslot!", po = "The selected timeslot is invalid", go = "Cancellation Error", mo = "Please provide a reason for cancellation.", bo = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", yo = "Cancel booking form error", rb = {
4967
4967
  noDateSelected: hu,
4968
4968
  rescheduleTitle: pu,
4969
4969
  days: gu,
@@ -4982,8 +4982,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
4982
4982
  addAnotherGuest: Au,
4983
4983
  backButton: Bu,
4984
4984
  bookNowButton: Ou,
4985
- bookingConfirmed: Iu,
4986
- bookingConfirmedDescription: Du,
4985
+ bookingConfirmed: Du,
4986
+ bookingConfirmedDescription: Iu,
4987
4987
  bookingSent: Mu,
4988
4988
  bookingSentDescription: Ru,
4989
4989
  bookingRescheduled: Nu,
@@ -5043,8 +5043,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5043
5043
  addAnotherGuest: Au,
5044
5044
  backButton: Bu,
5045
5045
  bookNowButton: Ou,
5046
- bookingConfirmed: Iu,
5047
- bookingConfirmedDescription: Du,
5046
+ bookingConfirmed: Du,
5047
+ bookingConfirmedDescription: Iu,
5048
5048
  bookingSent: Mu,
5049
5049
  bookingSentDescription: Ru,
5050
5050
  bookingRescheduled: Nu,
@@ -5111,7 +5111,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5111
5111
  october: "Octobre",
5112
5112
  november: "Novembre",
5113
5113
  december: "Décembre"
5114
- }, To = "Procéder", $o = "{{date}}", So = "{{time}}", Co = "Name", Ao = "Entrez votre nom", Bo = "E-mail", Oo = "Entrer votre E-mail", Io = "E-mail invité", Do = "Entrez l'adresse e-mail de l'invité", Mo = "Ajouter un invité", Ro = "Ajouter un autre invité", No = "Retour", Po = "Réservez maintenant", _o = "Réservation confirmée", Lo = "Vous recevrez bientôt un e-mail de confirmation.", Fo = "Réservation envoyée", Uo = "Vous recevrez un e-mail une fois la réservation confirmée.", jo = "Réservation reprogrammée", qo = "Date et heure de la réservation", Ho = "Annuler la réservation", Yo = "Replanifier", zo = "Refuser la réservation", Wo = "Confirmer la réservation", Go = "Réservation en attente", Vo = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", Ko = "Votre réservation a été confirmée avec succès", Jo = "Un e-mail de confirmation a été envoyé à", Zo = "Annuler la réservation?", Qo = "Votre créneau horaire actuel sera disponible pour les autres.", Xo = "Raison de l'annulation", ea = "Retourner", ta = "Votre réservation a été annulée avec succès", na = "Un e-mail d'annulation a été envoyé à", ra = "Fermer", ia = "Fermeture", sa = "{{field}} est requis.", ua = "{{field}} a un format invalide.", oa = "Créer une Réservation", aa = "Obtenir la Disponibilité", la = "Annuler la Réservation", ca = "Reprogrammer la Réservation", da = "Obtenir les Paramètres UI", fa = "Refuser la Réservation", ha = "Confirmer la Réservation", pa = "Quelque chose a mal tourné...", ga = "Erreur du composant de planification", ma = "'sessionId' est requis pour les configurations privées.", ba = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", ya = "Créneau horaire invalide !", xa = "Le créneau horaire sélectionné est invalide", va = "Erreur d'annulation", wa = "Veuillez fournir une raison pour l'annulation.", Ea = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", ka = "Erreur de formulaire d'annulation de réservation", sb = {
5114
+ }, To = "Procéder", $o = "{{date}}", So = "{{time}}", Co = "Name", Ao = "Entrez votre nom", Bo = "E-mail", Oo = "Entrer votre E-mail", Do = "E-mail invité", Io = "Entrez l'adresse e-mail de l'invité", Mo = "Ajouter un invité", Ro = "Ajouter un autre invité", No = "Retour", Po = "Réservez maintenant", _o = "Réservation confirmée", Lo = "Vous recevrez bientôt un e-mail de confirmation.", Fo = "Réservation envoyée", Uo = "Vous recevrez un e-mail une fois la réservation confirmée.", jo = "Réservation reprogrammée", qo = "Date et heure de la réservation", Ho = "Annuler la réservation", Yo = "Replanifier", zo = "Refuser la réservation", Wo = "Confirmer la réservation", Go = "Réservation en attente", Vo = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", Ko = "Votre réservation a été confirmée avec succès", Jo = "Un e-mail de confirmation a été envoyé à", Zo = "Annuler la réservation?", Qo = "Votre créneau horaire actuel sera disponible pour les autres.", Xo = "Raison de l'annulation", ea = "Retourner", ta = "Votre réservation a été annulée avec succès", na = "Un e-mail d'annulation a été envoyé à", ra = "Fermer", ia = "Fermeture", sa = "{{field}} est requis.", ua = "{{field}} a un format invalide.", oa = "Créer une Réservation", aa = "Obtenir la Disponibilité", la = "Annuler la Réservation", ca = "Reprogrammer la Réservation", da = "Obtenir les Paramètres UI", fa = "Refuser la Réservation", ha = "Confirmer la Réservation", pa = "Quelque chose a mal tourné...", ga = "Erreur du composant de planification", ma = "'sessionId' est requis pour les configurations privées.", ba = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", ya = "Créneau horaire invalide !", xa = "Le créneau horaire sélectionné est invalide", va = "Erreur d'annulation", wa = "Veuillez fournir une raison pour l'annulation.", Ea = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", ka = "Erreur de formulaire d'annulation de réservation", sb = {
5115
5115
  noDateSelected: xo,
5116
5116
  rescheduleTitle: vo,
5117
5117
  days: wo,
@@ -5124,8 +5124,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5124
5124
  namePlaceholder: Ao,
5125
5125
  email: Bo,
5126
5126
  emailPlaceholder: Oo,
5127
- guestEmail: Io,
5128
- guestEmailPlaceholder: Do,
5127
+ guestEmail: Do,
5128
+ guestEmailPlaceholder: Io,
5129
5129
  addGuest: Mo,
5130
5130
  addAnotherGuest: Ro,
5131
5131
  backButton: No,
@@ -5185,8 +5185,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5185
5185
  namePlaceholder: Ao,
5186
5186
  email: Bo,
5187
5187
  emailPlaceholder: Oo,
5188
- guestEmail: Io,
5189
- guestEmailPlaceholder: Do,
5188
+ guestEmail: Do,
5189
+ guestEmailPlaceholder: Io,
5190
5190
  addGuest: Mo,
5191
5191
  addAnotherGuest: Ro,
5192
5192
  backButton: No,
@@ -5259,7 +5259,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5259
5259
  october: "Octubre",
5260
5260
  november: "Noviembre",
5261
5261
  december: "Diciembre"
5262
- }, Ba = "Siguiente", Oa = "{{date}}", Ia = "{{time}}", Da = "Nombre", Ma = "Introduce tu nombre", Ra = "Correo electrónico", Na = "Introduce tu correo electrónico", Pa = "Correo electrónico del invitado", _a = "Introduce el correo electrónico del invitado", La = "Añadir invitado", Fa = "Añadir otro invitado", Ua = "Atrás", ja = "Reservar ahora", qa = "Reserva confirmada", Ha = "Recibirás una confirmación por correo electrónico pronto.", Ya = "Reserva enviada", za = "Recibirás un correo electrónico una vez que se confirme la reserva.", Wa = "Reserva reprogramada", Ga = "Fecha y hora de la reserva", Va = "Cancelar reserva", Ka = "Reprogramar", Ja = "Rechazar reserva", Za = "Confirmar reserva", Qa = "Reserva pendiente", Xa = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", el = "Tu reserva ha sido confirmada con éxito", tl = "Se ha enviado un correo de confirmación a", nl = "¿Cancelar reserva?", rl = "Su horario actual estará disponible para otros.", il = "Motivo de la cancelación", sl = "Regresar", ul = "Su reserva ha sido cancelada con éxito", ol = "Se ha enviado un correo electrónico de cancelación a", al = "Cerrar", ll = "Cerrando", cl = "{{field}} es obligatorio.", dl = "{{field}} tiene un formato no válido.", fl = "Crear Reserva", hl = "Obtener Disponibilidad", pl = "Cancelar Reserva", gl = "Reprogramar Reserva", ml = "Obtener Configuraciones de UI", bl = "Rechazar Reserva", yl = "Confirmar Reserva", xl = "Algo salió mal...", vl = "Error en el componente de programación", wl = "'sessionId' es necesario para configuraciones privadas.", El = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", kl = "¡Intervalo de tiempo no válido!", Tl = "El intervalo de tiempo seleccionado no es válido", $l = "Error de Cancelación", Sl = "Por favor, indique el motivo de la cancelación.", Cl = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Al = "Error en el formulario de cancelación de la reserva", ob = {
5262
+ }, Ba = "Siguiente", Oa = "{{date}}", Da = "{{time}}", Ia = "Nombre", Ma = "Introduce tu nombre", Ra = "Correo electrónico", Na = "Introduce tu correo electrónico", Pa = "Correo electrónico del invitado", _a = "Introduce el correo electrónico del invitado", La = "Añadir invitado", Fa = "Añadir otro invitado", Ua = "Atrás", ja = "Reservar ahora", qa = "Reserva confirmada", Ha = "Recibirás una confirmación por correo electrónico pronto.", Ya = "Reserva enviada", za = "Recibirás un correo electrónico una vez que se confirme la reserva.", Wa = "Reserva reprogramada", Ga = "Fecha y hora de la reserva", Va = "Cancelar reserva", Ka = "Reprogramar", Ja = "Rechazar reserva", Za = "Confirmar reserva", Qa = "Reserva pendiente", Xa = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", el = "Tu reserva ha sido confirmada con éxito", tl = "Se ha enviado un correo de confirmación a", nl = "¿Cancelar reserva?", rl = "Su horario actual estará disponible para otros.", il = "Motivo de la cancelación", sl = "Regresar", ul = "Su reserva ha sido cancelada con éxito", ol = "Se ha enviado un correo electrónico de cancelación a", al = "Cerrar", ll = "Cerrando", cl = "{{field}} es obligatorio.", dl = "{{field}} tiene un formato no válido.", fl = "Crear Reserva", hl = "Obtener Disponibilidad", pl = "Cancelar Reserva", gl = "Reprogramar Reserva", ml = "Obtener Configuraciones de UI", bl = "Rechazar Reserva", yl = "Confirmar Reserva", xl = "Algo salió mal...", vl = "Error en el componente de programación", wl = "'sessionId' es necesario para configuraciones privadas.", El = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", kl = "¡Intervalo de tiempo no válido!", Tl = "El intervalo de tiempo seleccionado no es válido", $l = "Error de Cancelación", Sl = "Por favor, indique el motivo de la cancelación.", Cl = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Al = "Error en el formulario de cancelación de la reserva", ob = {
5263
5263
  noDateSelected: Ta,
5264
5264
  rescheduleTitle: $a,
5265
5265
  days: Sa,
@@ -5267,8 +5267,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5267
5267
  months: Aa,
5268
5268
  nextButton: Ba,
5269
5269
  selectedDayAndYear: Oa,
5270
- selectedTime: Ia,
5271
- name: Da,
5270
+ selectedTime: Da,
5271
+ name: Ia,
5272
5272
  namePlaceholder: Ma,
5273
5273
  email: Ra,
5274
5274
  emailPlaceholder: Na,
@@ -5328,8 +5328,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5328
5328
  months: Aa,
5329
5329
  nextButton: Ba,
5330
5330
  selectedDayAndYear: Oa,
5331
- selectedTime: Ia,
5332
- name: Da,
5331
+ selectedTime: Da,
5332
+ name: Ia,
5333
5333
  namePlaceholder: Ma,
5334
5334
  email: Ra,
5335
5335
  emailPlaceholder: Na,
@@ -5381,7 +5381,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5381
5381
  minimumCancellationErrorMessage: Cl,
5382
5382
  cancelBokingFormError: Al,
5383
5383
  default: ob
5384
- }), Bl = "日付が選択されていません", Ol = "別の時間を選択してください", Il = {
5384
+ }), Bl = "日付が選択されていません", Ol = "別の時間を選択してください", Dl = {
5385
5385
  sunday: "日",
5386
5386
  monday: "月",
5387
5387
  tuesday: "火",
@@ -5389,7 +5389,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5389
5389
  thursday: "木",
5390
5390
  friday: "金",
5391
5391
  saturday: "土"
5392
- }, Dl = {
5392
+ }, Il = {
5393
5393
  hour: "時間",
5394
5394
  hours: "時間",
5395
5395
  minute: "分",
@@ -5407,11 +5407,11 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5407
5407
  october: "10月",
5408
5408
  november: "11月",
5409
5409
  december: "12月"
5410
- }, Rl = "次", Nl = "{{date}}", Pl = "{{time}}", _l = "名前", Ll = "名前を入力してください", Fl = "メールアドレス", Ul = "メールアドレスを入力してください", 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 = "{{field}} は必須です.", mc = "{{field}} の形式が無効です.", bc = "予約作成", yc = "空き状況を取得", xc = "予約をキャンセル", vc = "予約の再スケジュール", wc = "UI設定を取得", Ec = "予約を拒否", kc = "予約を確認", Tc = "何かがうまくいかなかった...", $c = "スケジューリングコンポーネントエラー", Sc = "プライベート構成には 'sessionId' が必要です。", Cc = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Ac = "無効な時間帯!", Bc = "選択された時間帯は無効です", Oc = "キャンセルエラー", Ic = "キャンセルの理由を入力してください。", Dc = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Mc = "予約キャンセルフォームエラー", lb = {
5410
+ }, Rl = "次", Nl = "{{date}}", Pl = "{{time}}", _l = "名前", Ll = "名前を入力してください", Fl = "メールアドレス", Ul = "メールアドレスを入力してください", 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 = "{{field}} は必須です.", mc = "{{field}} の形式が無効です.", bc = "予約作成", yc = "空き状況を取得", xc = "予約をキャンセル", vc = "予約の再スケジュール", wc = "UI設定を取得", Ec = "予約を拒否", kc = "予約を確認", Tc = "何かがうまくいかなかった...", $c = "スケジューリングコンポーネントエラー", Sc = "プライベート構成には 'sessionId' が必要です。", Cc = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Ac = "無効な時間帯!", Bc = "選択された時間帯は無効です", Oc = "キャンセルエラー", Dc = "キャンセルの理由を入力してください。", Ic = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Mc = "予約キャンセルフォームエラー", lb = {
5411
5411
  noDateSelected: Bl,
5412
5412
  rescheduleTitle: Ol,
5413
- days: Il,
5414
- time: Dl,
5413
+ days: Dl,
5414
+ time: Il,
5415
5415
  months: Ml,
5416
5416
  nextButton: Rl,
5417
5417
  selectedDayAndYear: Nl,
@@ -5464,15 +5464,15 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5464
5464
  invalidTimeslotErrorTitle: Ac,
5465
5465
  invalidTimeslotErrorMessage: Bc,
5466
5466
  cancellationErrorTitle: Oc,
5467
- cancellationErrorMessage: Ic,
5468
- minimumCancellationErrorMessage: Dc,
5467
+ cancellationErrorMessage: Dc,
5468
+ minimumCancellationErrorMessage: Ic,
5469
5469
  cancelBokingFormError: Mc
5470
5470
  }, cb = /* @__PURE__ */ Object.freeze({
5471
5471
  __proto__: null,
5472
5472
  noDateSelected: Bl,
5473
5473
  rescheduleTitle: Ol,
5474
- days: Il,
5475
- time: Dl,
5474
+ days: Dl,
5475
+ time: Il,
5476
5476
  months: Ml,
5477
5477
  nextButton: Rl,
5478
5478
  selectedDayAndYear: Nl,
@@ -5525,8 +5525,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5525
5525
  invalidTimeslotErrorTitle: Ac,
5526
5526
  invalidTimeslotErrorMessage: Bc,
5527
5527
  cancellationErrorTitle: Oc,
5528
- cancellationErrorMessage: Ic,
5529
- minimumCancellationErrorMessage: Dc,
5528
+ cancellationErrorMessage: Dc,
5529
+ minimumCancellationErrorMessage: Ic,
5530
5530
  cancelBokingFormError: Mc,
5531
5531
  default: lb
5532
5532
  }), Rc = "Kein Datum ausgewählt", Nc = "Wählen Sie einen anderen Zeitpunkt, um Ihr Meeting neu zu planen", Pc = {
@@ -5555,7 +5555,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5555
5555
  october: "Oktober",
5556
5556
  november: "November",
5557
5557
  december: "Dezember"
5558
- }, Fc = "Weiter", Uc = "{{date}}", jc = "{{time}}", qc = "Name", Hc = "Geben Sie Ihren Namen ein", Yc = "E-Mail", zc = "Geben Sie Ihre E-Mail-Adresse ein", Wc = "Gast E-Mail", Gc = "Geben Sie die E-Mail-Adresse des Gastes ein", Vc = "Gast hinzufügen", Kc = "Weiteren Gast hinzufügen", Jc = "Zurück", Zc = "Jetzt buchen", Qc = "Buchung bestätigt", Xc = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", ed = "Buchung gesendet", td = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", nd = "Buchung umgebucht", rd = "Buchungsdatum und -zeit", id = "Buchung stornieren", sd = "Umplanen", ud = "Buchung ablehnen", od = "Buchung bestätigen", ad = "Buchung ausstehend", ld = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", cd = "Ihre Buchung wurde erfolgreich bestätigt", dd = "Eine Bestätigungs-E-Mail wurde gesendet an", fd = "Buchung stornieren?", hd = "Ihr aktueller Zeitraum wird für andere verfügbar.", pd = "Grund für die Stornierung", gd = "Zurück", md = "Ihre Buchung wurde erfolgreich storniert", bd = "Eine Stornierungs-E-Mail wurde gesendet an", yd = "Schließen", xd = "Schließen", vd = "{{field}} ist erforderlich.", wd = "{{field}} hat ein ungültiges Format.", Ed = "Buchung Erstellen", kd = "Verfügbarkeit Ermitteln", Td = "Buchung Stornieren", $d = "Buchung Verschieben", Sd = "UI-Einstellungen Abrufen", Cd = "Buchung Ablehnen", Ad = "Buchung Bestätigen", Bd = "Etwas ist schief gelaufen...", Od = "Fehler im Planungskomponent", Id = "'sessionId' ist für private Konfigurationen erforderlich.", Dd = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", Md = "Ungültiges Zeitfenster!", Rd = "Das ausgewählte Zeitfenster ist ungültig", Nd = "Stornierungsfehler", Pd = "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", Ld = "Fehler im Stornierungsformular", db = {
5558
+ }, Fc = "Weiter", Uc = "{{date}}", jc = "{{time}}", qc = "Name", Hc = "Geben Sie Ihren Namen ein", Yc = "E-Mail", zc = "Geben Sie Ihre E-Mail-Adresse ein", Wc = "Gast E-Mail", Gc = "Geben Sie die E-Mail-Adresse des Gastes ein", Vc = "Gast hinzufügen", Kc = "Weiteren Gast hinzufügen", Jc = "Zurück", Zc = "Jetzt buchen", Qc = "Buchung bestätigt", Xc = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", ed = "Buchung gesendet", td = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", nd = "Buchung umgebucht", rd = "Buchungsdatum und -zeit", id = "Buchung stornieren", sd = "Umplanen", ud = "Buchung ablehnen", od = "Buchung bestätigen", ad = "Buchung ausstehend", ld = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", cd = "Ihre Buchung wurde erfolgreich bestätigt", dd = "Eine Bestätigungs-E-Mail wurde gesendet an", fd = "Buchung stornieren?", hd = "Ihr aktueller Zeitraum wird für andere verfügbar.", pd = "Grund für die Stornierung", gd = "Zurück", md = "Ihre Buchung wurde erfolgreich storniert", bd = "Eine Stornierungs-E-Mail wurde gesendet an", yd = "Schließen", xd = "Schließen", vd = "{{field}} ist erforderlich.", wd = "{{field}} hat ein ungültiges Format.", Ed = "Buchung Erstellen", kd = "Verfügbarkeit Ermitteln", Td = "Buchung Stornieren", $d = "Buchung Verschieben", Sd = "UI-Einstellungen Abrufen", Cd = "Buchung Ablehnen", Ad = "Buchung Bestätigen", Bd = "Etwas ist schief gelaufen...", Od = "Fehler im Planungskomponent", Dd = "'sessionId' ist für private Konfigurationen erforderlich.", Id = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", Md = "Ungültiges Zeitfenster!", Rd = "Das ausgewählte Zeitfenster ist ungültig", Nd = "Stornierungsfehler", Pd = "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", Ld = "Fehler im Stornierungsformular", db = {
5559
5559
  noDateSelected: Rc,
5560
5560
  rescheduleTitle: Nc,
5561
5561
  days: Pc,
@@ -5607,8 +5607,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5607
5607
  confirmBookingErrorTitle: Ad,
5608
5608
  genericErrorTitle: Bd,
5609
5609
  schedulingComponentErrorTitle: Od,
5610
- sessionIdRequiredErrorMessage: Id,
5611
- publicConfigErrorMessage: Dd,
5610
+ sessionIdRequiredErrorMessage: Dd,
5611
+ publicConfigErrorMessage: Id,
5612
5612
  invalidTimeslotErrorTitle: Md,
5613
5613
  invalidTimeslotErrorMessage: Rd,
5614
5614
  cancellationErrorTitle: Nd,
@@ -5668,8 +5668,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5668
5668
  confirmBookingErrorTitle: Ad,
5669
5669
  genericErrorTitle: Bd,
5670
5670
  schedulingComponentErrorTitle: Od,
5671
- sessionIdRequiredErrorMessage: Id,
5672
- publicConfigErrorMessage: Dd,
5671
+ sessionIdRequiredErrorMessage: Dd,
5672
+ publicConfigErrorMessage: Id,
5673
5673
  invalidTimeslotErrorTitle: Md,
5674
5674
  invalidTimeslotErrorMessage: Rd,
5675
5675
  cancellationErrorTitle: Nd,
@@ -5703,7 +5703,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5703
5703
  october: "Oktober",
5704
5704
  november: "November",
5705
5705
  december: "December"
5706
- }, Yd = "Nästa", zd = "{{date}}", Wd = "{{time}}", Gd = "Namn", Vd = "Ange ditt namn", Kd = "E-post", Jd = "Ange din e-postadress", Zd = "Gästens e-post", Qd = "Ange gästens e-postadress", Xd = "Lägg till gäst", ef = "Lägg till en gäst till", tf = "Tillbaka", nf = "Boka nu", rf = "Bokning bekräftad", sf = "Du kommer snart att få en bekräftelse via e-post.", uf = "Bokning skickad", of = "Du kommer att få ett e-mail när bokningen är bekräftad.", af = "Bokning ombokad", lf = "Bokningsdatum och tid", cf = "Avboka bokning", df = "Omboka", ff = "Avvisa bokning", hf = "Bekräfta bokning", pf = "Bokning pågår", gf = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", mf = "Din bokning har bekräftats framgångsrikt", bf = "Ett bekräftelsemail har skickats till", yf = "Avboka bokning?", xf = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", vf = "Anledning till avbokning", wf = "Gå tillbaka", Ef = "Din bokning har avbokats framgångsrikt", kf = "Ett avbokningsmejl har skickats till", Tf = "Stäng", $f = "Stänger", Sf = "{{field}} är obligatoriskt.", Cf = "{{field}} har ogiltigt format.", Af = "Skapa Bokning", Bf = "Hämta Tillgänglighet", Of = "Avboka Bokning", If = "Omboka Bokning", Df = "Hämta UI-inställningar", Mf = "Avvisa Bokning", Rf = "Bekräfta Bokning", Nf = "Något gick fel...", Pf = "Schemaläggningskomponentfel", _f = "'sessionId' krävs för privata konfigurationer.", Lf = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", Ff = "Ogiltig tidslucka!", Uf = "Den valda tidsluckan är ogiltig", jf = "Avbokningsfel", qf = "Vänligen ange en anledning till avbokningen.", Hf = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", Yf = "Fel i avbokningsformuläret", hb = {
5706
+ }, Yd = "Nästa", zd = "{{date}}", Wd = "{{time}}", Gd = "Namn", Vd = "Ange ditt namn", Kd = "E-post", Jd = "Ange din e-postadress", Zd = "Gästens e-post", Qd = "Ange gästens e-postadress", Xd = "Lägg till gäst", ef = "Lägg till en gäst till", tf = "Tillbaka", nf = "Boka nu", rf = "Bokning bekräftad", sf = "Du kommer snart att få en bekräftelse via e-post.", uf = "Bokning skickad", of = "Du kommer att få ett e-mail när bokningen är bekräftad.", af = "Bokning ombokad", lf = "Bokningsdatum och tid", cf = "Avboka bokning", df = "Omboka", ff = "Avvisa bokning", hf = "Bekräfta bokning", pf = "Bokning pågår", gf = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", mf = "Din bokning har bekräftats framgångsrikt", bf = "Ett bekräftelsemail har skickats till", yf = "Avboka bokning?", xf = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", vf = "Anledning till avbokning", wf = "Gå tillbaka", Ef = "Din bokning har avbokats framgångsrikt", kf = "Ett avbokningsmejl har skickats till", Tf = "Stäng", $f = "Stänger", Sf = "{{field}} är obligatoriskt.", Cf = "{{field}} har ogiltigt format.", Af = "Skapa Bokning", Bf = "Hämta Tillgänglighet", Of = "Avboka Bokning", Df = "Omboka Bokning", If = "Hämta UI-inställningar", Mf = "Avvisa Bokning", Rf = "Bekräfta Bokning", Nf = "Något gick fel...", Pf = "Schemaläggningskomponentfel", _f = "'sessionId' krävs för privata konfigurationer.", Lf = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", Ff = "Ogiltig tidslucka!", Uf = "Den valda tidsluckan är ogiltig", jf = "Avbokningsfel", qf = "Vänligen ange en anledning till avbokningen.", Hf = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", Yf = "Fel i avbokningsformuläret", hb = {
5707
5707
  noDateSelected: Fd,
5708
5708
  rescheduleTitle: Ud,
5709
5709
  days: jd,
@@ -5749,8 +5749,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5749
5749
  createBookingErrorTitle: Af,
5750
5750
  getAvailabilityErrorTitle: Bf,
5751
5751
  cancelBookingErrorTitle: Of,
5752
- rescheduleBookingErrorTitle: If,
5753
- getUISettingErrorTitle: Df,
5752
+ rescheduleBookingErrorTitle: Df,
5753
+ getUISettingErrorTitle: If,
5754
5754
  rejectBookingErrorTitle: Mf,
5755
5755
  confirmBookingErrorTitle: Rf,
5756
5756
  genericErrorTitle: Nf,
@@ -5810,8 +5810,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5810
5810
  createBookingErrorTitle: Af,
5811
5811
  getAvailabilityErrorTitle: Bf,
5812
5812
  cancelBookingErrorTitle: Of,
5813
- rescheduleBookingErrorTitle: If,
5814
- getUISettingErrorTitle: Df,
5813
+ rescheduleBookingErrorTitle: Df,
5814
+ getUISettingErrorTitle: If,
5815
5815
  rejectBookingErrorTitle: Mf,
5816
5816
  confirmBookingErrorTitle: Rf,
5817
5817
  genericErrorTitle: Nf,
@@ -5851,7 +5851,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5851
5851
  october: "十月",
5852
5852
  november: "十一月",
5853
5853
  december: "十二月"
5854
- }, Jf = "下一个", Zf = "{{date}}", Qf = "{{time}}", Xf = "姓名", 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 = "关闭", O0 = "关闭", I0 = "{{field}} 是必需的.", D0 = "{{field}} 格式无效.", M0 = "创建预订", R0 = "获取可用性", N0 = "取消预订", P0 = "重新安排预订", _0 = "获取UI设置", L0 = "拒绝预订", F0 = "确认预订", U0 = "出了点问题...", j0 = "调度组件错误", q0 = "私有配置需要 'sessionId'。", H0 = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Y0 = "无效的时间段!", z0 = "所选时间段无效", W0 = "取消错误", G0 = "请提供取消的原因。", V0 = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", K0 = "取消预订表单错误", gb = {
5854
+ }, Jf = "下一个", Zf = "{{date}}", Qf = "{{time}}", Xf = "姓名", 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 = "关闭", O0 = "关闭", D0 = "{{field}} 是必需的.", I0 = "{{field}} 格式无效.", M0 = "创建预订", R0 = "获取可用性", N0 = "取消预订", P0 = "重新安排预订", _0 = "获取UI设置", L0 = "拒绝预订", F0 = "确认预订", U0 = "出了点问题...", j0 = "调度组件错误", q0 = "私有配置需要 'sessionId'。", H0 = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Y0 = "无效的时间段!", z0 = "所选时间段无效", W0 = "取消错误", G0 = "请提供取消的原因。", V0 = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", K0 = "取消预订表单错误", gb = {
5855
5855
  noDateSelected: zf,
5856
5856
  rescheduleTitle: Wf,
5857
5857
  days: Gf,
@@ -5892,8 +5892,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5892
5892
  bookingCancelledMessage: A0,
5893
5893
  closeButton: B0,
5894
5894
  closingButton: O0,
5895
- fieldRequired: I0,
5896
- invalidInputFormat: D0,
5895
+ fieldRequired: D0,
5896
+ invalidInputFormat: I0,
5897
5897
  createBookingErrorTitle: M0,
5898
5898
  getAvailabilityErrorTitle: R0,
5899
5899
  cancelBookingErrorTitle: N0,
@@ -5953,8 +5953,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5953
5953
  bookingCancelledMessage: A0,
5954
5954
  closeButton: B0,
5955
5955
  closingButton: O0,
5956
- fieldRequired: I0,
5957
- invalidInputFormat: D0,
5956
+ fieldRequired: D0,
5957
+ invalidInputFormat: I0,
5958
5958
  createBookingErrorTitle: M0,
5959
5959
  getAvailabilityErrorTitle: R0,
5960
5960
  cancelBookingErrorTitle: N0,
@@ -5999,7 +5999,7 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
5999
5999
  october: "Oktober",
6000
6000
  november: "November",
6001
6001
  december: "December"
6002
- }, th = "Volgende", nh = "{{date}}", rh = "{{time}}", ih = "Naam", sh = "Voer je naam in", uh = "E-mail", oh = "Voer je e-mail in", ah = "E-mail van gast", lh = "Voer het e-mailadres van de gast in", ch = "Gast toevoegen", dh = "Nog een gast toevoegen", fh = "Terug", hh = "Boek nu", ph = "Boeking bevestigd", gh = "U ontvangt binnenkort een e-mailbevestiging.", mh = "Boeking verzonden", bh = "U ontvangt een e-mail zodra de boeking is bevestigd.", yh = "Boeking verplaatst", xh = "Boekingsdatum en -tijd", vh = "Boeking annuleren", wh = "Herplannen", Eh = "Boeking afwijzen", kh = "Boeking bevestigen", Th = "Boeking in afwachting", $h = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Sh = "Uw boeking is succesvol bevestigd", Ch = "Een bevestigingsmail is verzonden naar", Ah = "Boeking annuleren?", Bh = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Oh = "Reden voor annulering", Ih = "Ga terug", Dh = "Uw boeking is succesvol geannuleerd", Mh = "Er is een annuleringsmail verzonden naar", Rh = "Sluiten", Nh = "Sluiten", Ph = "{{field}} is vereist.", _h = "{{field}} heeft een ongeldig formaat.", Lh = "Boeking Maken", Fh = "Beschikbaarheid Opvragen", Uh = "Boeking Annuleren", jh = "Boeking Wijzigen", qh = "UI-instellingen Ophalen", Hh = "Boeking Afwijzen", Yh = "Boeking Bevestigen", zh = "Er is iets misgegaan...", Wh = "Geen sessie-ID!", Gh = "Fout in planningscomponent", Vh = "'sessionId' is vereist voor privéconfiguraties.", Kh = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", Jh = "Het geselecteerde tijdslot is ongeldig", Zh = "Annuleringsfout", Qh = "Geef een reden op voor de annulering.", Xh = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", ep = "Fout in het annuleringsformulier", bb = {
6002
+ }, th = "Volgende", nh = "{{date}}", rh = "{{time}}", ih = "Naam", sh = "Voer je naam in", uh = "E-mail", oh = "Voer je e-mail in", ah = "E-mail van gast", lh = "Voer het e-mailadres van de gast in", ch = "Gast toevoegen", dh = "Nog een gast toevoegen", fh = "Terug", hh = "Boek nu", ph = "Boeking bevestigd", gh = "U ontvangt binnenkort een e-mailbevestiging.", mh = "Boeking verzonden", bh = "U ontvangt een e-mail zodra de boeking is bevestigd.", yh = "Boeking verplaatst", xh = "Boekingsdatum en -tijd", vh = "Boeking annuleren", wh = "Herplannen", Eh = "Boeking afwijzen", kh = "Boeking bevestigen", Th = "Boeking in afwachting", $h = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Sh = "Uw boeking is succesvol bevestigd", Ch = "Een bevestigingsmail is verzonden naar", Ah = "Boeking annuleren?", Bh = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Oh = "Reden voor annulering", Dh = "Ga terug", Ih = "Uw boeking is succesvol geannuleerd", Mh = "Er is een annuleringsmail verzonden naar", Rh = "Sluiten", Nh = "Sluiten", Ph = "{{field}} is vereist.", _h = "{{field}} heeft een ongeldig formaat.", Lh = "Boeking Maken", Fh = "Beschikbaarheid Opvragen", Uh = "Boeking Annuleren", jh = "Boeking Wijzigen", qh = "UI-instellingen Ophalen", Hh = "Boeking Afwijzen", Yh = "Boeking Bevestigen", zh = "Er is iets misgegaan...", Wh = "Geen sessie-ID!", Gh = "Fout in planningscomponent", Vh = "'sessionId' is vereist voor privéconfiguraties.", Kh = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", Jh = "Het geselecteerde tijdslot is ongeldig", Zh = "Annuleringsfout", Qh = "Geef een reden op voor de annulering.", Xh = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", ep = "Fout in het annuleringsformulier", bb = {
6003
6003
  noDateSelected: J0,
6004
6004
  rescheduleTitle: Z0,
6005
6005
  days: Q0,
@@ -6035,8 +6035,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
6035
6035
  cancelBookingTitle: Ah,
6036
6036
  cancelBookingMessage: Bh,
6037
6037
  reasonForCancellation: Oh,
6038
- goBackButton: Ih,
6039
- bookingCancelledTitle: Dh,
6038
+ goBackButton: Dh,
6039
+ bookingCancelledTitle: Ih,
6040
6040
  bookingCancelledMessage: Mh,
6041
6041
  closeButton: Rh,
6042
6042
  closingButton: Nh,
@@ -6096,8 +6096,8 @@ const hu = "No date selected", pu = "Choose another time slot to reschedule your
6096
6096
  cancelBookingTitle: Ah,
6097
6097
  cancelBookingMessage: Bh,
6098
6098
  reasonForCancellation: Oh,
6099
- goBackButton: Ih,
6100
- bookingCancelledTitle: Dh,
6099
+ goBackButton: Dh,
6100
+ bookingCancelledTitle: Ih,
6101
6101
  bookingCancelledMessage: Mh,
6102
6102
  closeButton: Rh,
6103
6103
  closingButton: Nh,
@@ -6154,7 +6154,7 @@ fu.init({
6154
6154
  escapeValue: !1
6155
6155
  }
6156
6156
  });
6157
- var Ie = {}, Fr = {};
6157
+ var De = {}, Fr = {};
6158
6158
  Object.defineProperty(Fr, "__esModule", { value: !0 });
6159
6159
  Fr.default = new Uint16Array(
6160
6160
  // prettier-ignore
@@ -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 = D(v, h, this.treeIndex + Math.max(1, x), m), this.treeIndex < 0)
6343
+ if (this.treeIndex = I(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.
@@ -6398,7 +6398,7 @@ var cr = {};
6398
6398
  return S = "", R;
6399
6399
  };
6400
6400
  }
6401
- function D(y, S, w, v) {
6401
+ function I(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 = D;
6420
+ n.determineBranch = I;
6421
6421
  var F = Y(s.default), U = Y(u.default);
6422
6422
  function z(y, S) {
6423
6423
  return S === void 0 && (S = A.Legacy), F(y, S);
@@ -6435,7 +6435,7 @@ var cr = {};
6435
6435
  return U(y, A.Strict);
6436
6436
  }
6437
6437
  n.decodeXML = L;
6438
- })(Ie);
6438
+ })(De);
6439
6439
  var O;
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 de = {
6474
6474
  };
6475
6475
  class tp {
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 ? Ie.xmlDecodeTree : Ie.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 tp {
6648
6648
  this.entityExcess = 1, this.entityResult = 0, e === O.Number ? this.state = E.BeforeNumericEntity : e === O.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 = Ie.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 & Ie.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 !== O.Semi)
@@ -6667,9 +6667,9 @@ class tp {
6667
6667
  emitNamedEntity() {
6668
6668
  if (this.state = this.baseState, this.entityResult === 0)
6669
6669
  return;
6670
- switch ((this.entityTrie[this.entityResult] & Ie.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] & ~Ie.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 tp {
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(Ie.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 === O.Semi ? this.emitNumericEntity(!0) : Ki(e) ? (this.entityResult = this.entityResult * 10 + (e - O.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, Ie.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 && Eb.has(e);
@@ -7022,7 +7022,7 @@ class jr {
7022
7022
  }
7023
7023
  /** @internal */
7024
7024
  onattribentity(e) {
7025
- this.attribvalue += Ie.fromCodePoint(e);
7025
+ this.attribvalue += De.fromCodePoint(e);
7026
7026
  }
7027
7027
  /** @internal */
7028
7028
  onattribend(e, t) {
@@ -7555,7 +7555,7 @@ const Ab = vp(/["&\u00A0]/g, /* @__PURE__ */ new Map([
7555
7555
  "linearGradient",
7556
7556
  "radialGradient",
7557
7557
  "textPath"
7558
- ].map((n) => [n.toLowerCase(), n])), Ib = new Map([
7558
+ ].map((n) => [n.toLowerCase(), n])), Db = new Map([
7559
7559
  "definitionURL",
7560
7560
  "attributeName",
7561
7561
  "attributeType",
@@ -7615,7 +7615,7 @@ const Ab = vp(/["&\u00A0]/g, /* @__PURE__ */ new Map([
7615
7615
  "xChannelSelector",
7616
7616
  "yChannelSelector",
7617
7617
  "zoomAndPan"
7618
- ].map((n) => [n.toLowerCase(), n])), Db = /* @__PURE__ */ new Set([
7618
+ ].map((n) => [n.toLowerCase(), n])), Ib = /* @__PURE__ */ new Set([
7619
7619
  "style",
7620
7620
  "script",
7621
7621
  "xmp",
@@ -7636,7 +7636,7 @@ function Rb(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 = Ib.get(i)) !== null && u !== void 0 ? u : i), !e.emptyAttrs && !e.xmlMode && o === "" ? i : `${i}="${r(o)}"`;
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)}"`;
7640
7640
  }).join(" ");
7641
7641
  }
7642
7642
  const rs = /* @__PURE__ */ new Set([
@@ -7716,7 +7716,7 @@ function Fb(n) {
7716
7716
  function Ub(n, e) {
7717
7717
  var t;
7718
7718
  let r = n.data || "";
7719
- return ((t = e.encodeEntities) !== null && t !== void 0 ? t : e.decodeEntities) !== !1 && !(!e.xmlMode && n.parent && Db.has(n.parent.name)) && (r = e.xmlMode || e.encodeEntities !== "utf8" ? xp(r) : Bb(r)), r;
7719
+ return ((t = e.encodeEntities) !== null && t !== void 0 ? t : e.decodeEntities) !== !1 && !(!e.xmlMode && n.parent && Ib.has(n.parent.name)) && (r = e.xmlMode || e.encodeEntities !== "utf8" ? xp(r) : Bb(r)), r;
7720
7720
  }
7721
7721
  function jb(n) {
7722
7722
  return `<![CDATA[${n.children[0].data}]]>`;
@@ -7913,7 +7913,7 @@ function s2(n, e, t, r = 1 / 0) {
7913
7913
  function u2(n, e, t = !0) {
7914
7914
  return Array.isArray(e) || (e = [e]), Wr(Sp("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 o2(n, e, t = !0, r = 1 / 0) {
@@ -7971,7 +7971,7 @@ function c2(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: Bp(a) };
7977
7977
  he(l, "id", "id", a), he(l, "title", "title", a);
@@ -7994,7 +7994,7 @@ function d2(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: Bp(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 f2 = ["url", "type", "lang"], h2 = [
8016
8016
  "width"
8017
8017
  ];
8018
8018
  function Bp(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 Bp(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 g2 = /* @__PURE__ */ Object.freeze({
8077
8077
  testElement: i2,
8078
8078
  getElements: s2,
8079
8079
  getElementById: u2,
8080
- getElementsByTagName: mt,
8080
+ getElementsByTagName: bt,
8081
8081
  getElementsByTagType: o2,
8082
8082
  removeSubsets: a2,
8083
8083
  get DocumentPosition() {
@@ -8091,7 +8091,7 @@ function Op(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 Ip(n, e) {
8094
+ function Dp(n, e) {
8095
8095
  return Op(n, e).children;
8096
8096
  }
8097
8097
  function m2(n, e, t) {
@@ -8100,12 +8100,12 @@ function m2(n, e, t) {
8100
8100
  }
8101
8101
  const b2 = { xmlMode: !0 };
8102
8102
  function y2(n, e = b2) {
8103
- return Gr(Ip(n, e));
8103
+ return Gr(Dp(n, e));
8104
8104
  }
8105
8105
  const x2 = /* @__PURE__ */ Object.freeze({
8106
8106
  __proto__: null,
8107
8107
  parseDocument: Op,
8108
- parseDOM: Ip,
8108
+ parseDOM: Dp,
8109
8109
  createDomStream: m2,
8110
8110
  parseFeed: y2,
8111
8111
  Parser: jr,
@@ -8115,7 +8115,7 @@ const x2 = /* @__PURE__ */ Object.freeze({
8115
8115
  ElementType: Tb,
8116
8116
  getFeed: Gr,
8117
8117
  DomUtils: g2
8118
- }), v2 = /* @__PURE__ */ Dn(x2);
8118
+ }), v2 = /* @__PURE__ */ In(x2);
8119
8119
  var w2 = (n) => {
8120
8120
  if (typeof n != "string")
8121
8121
  throw new TypeError("Expected a string");
@@ -8137,7 +8137,7 @@ function E2(n) {
8137
8137
  const k2 = /* @__PURE__ */ Object.freeze({
8138
8138
  __proto__: null,
8139
8139
  isPlainObject: E2
8140
- }), T2 = /* @__PURE__ */ Dn(k2);
8140
+ }), T2 = /* @__PURE__ */ In(k2);
8141
8141
  var $2 = function(e) {
8142
8142
  return S2(e) && !C2(e);
8143
8143
  };
@@ -8152,22 +8152,22 @@ var A2 = typeof Symbol == "function" && Symbol.for, B2 = A2 ? Symbol.for("react.
8152
8152
  function O2(n) {
8153
8153
  return n.$$typeof === B2;
8154
8154
  }
8155
- function I2(n) {
8155
+ function D2(n) {
8156
8156
  return Array.isArray(n) ? [] : {};
8157
8157
  }
8158
8158
  function Bt(n, e) {
8159
- return e.clone !== !1 && e.isMergeableObject(n) ? ft(I2(n), n, e) : n;
8159
+ return e.clone !== !1 && e.isMergeableObject(n) ? ht(D2(n), n, e) : n;
8160
8160
  }
8161
- function D2(n, e, t) {
8161
+ function I2(n, e, t) {
8162
8162
  return n.concat(e).map(function(r) {
8163
8163
  return Bt(r, t);
8164
8164
  });
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 R2(n) {
8173
8173
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(n).filter(function(e) {
@@ -8177,7 +8177,7 @@ function R2(n) {
8177
8177
  function ss(n) {
8178
8178
  return Object.keys(n).concat(R2(n));
8179
8179
  }
8180
- function Dp(n, e) {
8180
+ function Ip(n, e) {
8181
8181
  try {
8182
8182
  return e in n;
8183
8183
  } catch {
@@ -8185,44 +8185,44 @@ function Dp(n, e) {
8185
8185
  }
8186
8186
  }
8187
8187
  function N2(n, e) {
8188
- return Dp(n, e) && !(Object.hasOwnProperty.call(n, e) && Object.propertyIsEnumerable.call(n, e));
8188
+ return Ip(n, e) && !(Object.hasOwnProperty.call(n, e) && Object.propertyIsEnumerable.call(n, e));
8189
8189
  }
8190
8190
  function P2(n, e, t) {
8191
8191
  var r = {};
8192
8192
  return t.isMergeableObject(n) && ss(n).forEach(function(i) {
8193
8193
  r[i] = Bt(n[i], t);
8194
8194
  }), ss(e).forEach(function(i) {
8195
- N2(n, i) || (Dp(n, i) && t.isMergeableObject(e[i]) ? r[i] = M2(i, t)(n[i], e[i], t) : r[i] = Bt(e[i], t));
8195
+ N2(n, i) || (Ip(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) {
8199
- t = t || {}, t.arrayMerge = t.arrayMerge || D2, t.isMergeableObject = t.isMergeableObject || $2, t.cloneUnlessOtherwiseSpecified = Bt;
8198
+ function ht(n, e, t) {
8199
+ t = t || {}, t.arrayMerge = t.arrayMerge || I2, t.isMergeableObject = t.isMergeableObject || $2, 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) : P2(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, L2 = _2, Mp = { exports: {} };
8210
+ var _2 = ht, L2 = _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(D) {
8217
- return D === " " || // space
8218
- D === " " || // horizontal tab
8219
- D === `
8216
+ function t(I) {
8217
+ return I === " " || // space
8218
+ I === " " || // horizontal tab
8219
+ I === `
8220
8220
  ` || // new line
8221
- D === "\f" || // form feed
8222
- D === "\r";
8221
+ I === "\f" || // form feed
8222
+ I === "\r";
8223
8223
  }
8224
- function r(D) {
8225
- var F, U = D.exec(e.substring(g));
8224
+ function r(I) {
8225
+ var F, U = I.exec(e.substring(g));
8226
8226
  if (U)
8227
8227
  return F = U[0], g += F.length, F;
8228
8228
  }
@@ -8264,10 +8264,10 @@ var _2 = ft, L2 = _2, Mp = { exports: {} };
8264
8264
  }
8265
8265
  }
8266
8266
  function Y() {
8267
- var D = !1, F, U, z, K, H = {}, L, y, S, w, v;
8267
+ var I = !1, F, U, z, K, H = {}, L, y, S, w, v;
8268
8268
  for (K = 0; K < d.length; K++)
8269
- L = d[K], y = L[L.length - 1], S = L.substring(0, L.length - 1), w = parseInt(S, 10), v = parseFloat(S), l.test(S) && y === "w" ? ((F || U) && (D = !0), w === 0 ? D = !0 : F = w) : c.test(S) && y === "x" ? ((F || U || z) && (D = !0), v < 0 ? D = !0 : U = v) : l.test(S) && y === "h" ? ((z || U) && (D = !0), w === 0 ? D = !0 : z = w) : D = !0;
8270
- D ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + L + "'.") : (H.url = f, F && (H.w = F), U && (H.d = U), z && (H.h = z), A.push(H));
8269
+ L = d[K], y = L[L.length - 1], S = L.substring(0, L.length - 1), w = parseInt(S, 10), v = parseFloat(S), l.test(S) && y === "w" ? ((F || U) && (I = !0), w === 0 ? I = !0 : F = w) : c.test(S) && y === "x" ? ((F || U || z) && (I = !0), v < 0 ? I = !0 : U = v) : l.test(S) && y === "h" ? ((z || U) && (I = !0), w === 0 ? I = !0 : z = w) : I = !0;
8270
+ I ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + L + "'.") : (H.url = f, F && (H.w = F), U && (H.d = U), z && (H.h = z), A.push(H));
8271
8271
  }
8272
8272
  };
8273
8273
  });
@@ -8280,7 +8280,7 @@ Vr.exports.createColors = Rp;
8280
8280
  const F2 = {}, U2 = /* @__PURE__ */ Object.freeze({
8281
8281
  __proto__: null,
8282
8282
  default: F2
8283
- }), Ce = /* @__PURE__ */ Dn(U2);
8283
+ }), Ce = /* @__PURE__ */ In(U2);
8284
8284
  let os = Vr.exports, as = Ce;
8285
8285
  class Ot extends Error {
8286
8286
  constructor(e, t, r, i, s, u) {
@@ -8750,7 +8750,7 @@ const Z2 = /* @__PURE__ */ Object.freeze({
8750
8750
  __proto__: null,
8751
8751
  nanoid: J2,
8752
8752
  customAlphabet: K2
8753
- }), Q2 = /* @__PURE__ */ Dn(Z2);
8753
+ }), Q2 = /* @__PURE__ */ In(Z2);
8754
8754
  let { SourceMapConsumer: cs, SourceMapGenerator: ds } = Ce, { existsSync: X2, readFileSync: ey } = Ce, { dirname: Wn, join: ty } = Ce;
8755
8755
  function ny(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 py = nt, Jp, Zp;
9324
- class It extends py {
9324
+ class Dt extends py {
9325
9325
  constructor(e) {
9326
9326
  super({ type: "document", ...e }), this.nodes || (this.nodes = []);
9327
9327
  }
@@ -9329,14 +9329,14 @@ class It extends py {
9329
9329
  return new Jp(new Zp(), this, e).stringify();
9330
9330
  }
9331
9331
  }
9332
- It.registerLazyResult = (n) => {
9332
+ Dt.registerLazyResult = (n) => {
9333
9333
  Jp = n;
9334
9334
  };
9335
- It.registerProcessor = (n) => {
9335
+ Dt.registerProcessor = (n) => {
9336
9336
  Zp = n;
9337
9337
  };
9338
- var Qr = It;
9339
- It.default = It;
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,13 +9377,13 @@ 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, my = 91, by = 93, yy = 40, xy = 41, vy = 123, wy = 125, Ey = 59, ky = 42, Ty = 58, $y = 64, Qt = /[\t\n\f\r "#'()/;[\\\]{}]/g, Xt = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, Sy = /.[\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, my = 91, by = 93, yy = 40, xy = 41, vy = 123, wy = 125, Ey = 59, ky = 42, Ty = 58, $y = 64, Qt = /[\t\n\f\r "#'()/;[\\\]{}]/g, Xt = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, Sy = /.[\n"'(/\\]/, ys = /[\da-f]/i;
9381
9381
  var Cy = function(e, t = {}) {
9382
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 = [], M = [];
9383
9383
  function Y() {
9384
9384
  return g;
9385
9385
  }
9386
- function D(K) {
9386
+ function I(K) {
9387
9387
  throw e.error("Unclosed " + K, g);
9388
9388
  }
9389
9389
  function F() {
@@ -9395,14 +9395,14 @@ var Cy = function(e, t = {}) {
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 Cy = function(e, t = {}) {
9418
9418
  break;
9419
9419
  }
9420
9420
  case yy: {
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 Cy = function(e, t = {}) {
9426
9426
  u = g;
9427
9427
  break;
9428
9428
  } else
9429
- D("bracket");
9429
+ I("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 Cy = function(e, t = {}) {
9444
9444
  u = g + 1;
9445
9445
  break;
9446
9446
  } else
9447
- D("string");
9447
+ I("string");
9448
9448
  for (f = u; r.charCodeAt(f - 1) === Gt; )
9449
9449
  f -= 1, c = !c;
9450
9450
  } while (c);
@@ -9458,16 +9458,16 @@ var Cy = 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) === ky ? (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);
9470
+ s === bs && r.charCodeAt(g + 1) === ky ? (u = r.indexOf("*/", g + 2) + 1, u === 0 && (i || H ? u = r.length : I("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
  }
@@ -9499,7 +9499,7 @@ var ei = Tn;
9499
9499
  Tn.default = Tn;
9500
9500
  Xp.registerAtRule(Tn);
9501
9501
  let e1 = nt, t1, n1;
9502
- class ht extends e1 {
9502
+ class pt extends e1 {
9503
9503
  constructor(e) {
9504
9504
  super(e), this.type = "root", this.nodes || (this.nodes = []);
9505
9505
  }
@@ -9522,16 +9522,16 @@ class ht extends e1 {
9522
9522
  return new t1(new n1(), this, e).stringify();
9523
9523
  }
9524
9524
  }
9525
- ht.registerLazyResult = (n) => {
9525
+ pt.registerLazyResult = (n) => {
9526
9526
  t1 = n;
9527
9527
  };
9528
- ht.registerProcessor = (n) => {
9528
+ pt.registerProcessor = (n) => {
9529
9529
  n1 = n;
9530
9530
  };
9531
- var Ut = ht;
9532
- ht.default = ht;
9533
- e1.registerRoot(ht);
9534
- let Dt = {
9531
+ var Ut = pt;
9532
+ pt.default = pt;
9533
+ e1.registerRoot(pt);
9534
+ let It = {
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 It.split(n, e);
9545
9545
  },
9546
9546
  comma(n) {
9547
- return Dt.split(n, [","], !0);
9547
+ return It.split(n, [","], !0);
9548
9548
  }
9549
9549
  };
9550
- var r1 = Dt;
9551
- Dt.default = Dt;
9550
+ var r1 = It;
9551
+ It.default = It;
9552
9552
  let i1 = nt, Ay = r1;
9553
9553
  class $n extends i1 {
9554
9554
  constructor(e) {
@@ -9565,7 +9565,7 @@ class $n extends i1 {
9565
9565
  var ti = $n;
9566
9566
  $n.default = $n;
9567
9567
  i1.registerRule($n);
9568
- let By = Ln, Oy = Cy, Iy = Un, Dy = ei, My = Ut, xs = ti;
9568
+ let By = Ln, Oy = Cy, Dy = Un, Iy = ei, My = Ut, xs = ti;
9569
9569
  const vs = {
9570
9570
  empty: !0,
9571
9571
  space: !0
@@ -9612,7 +9612,7 @@ class Ny {
9612
9612
  this.endFile();
9613
9613
  }
9614
9614
  comment(e) {
9615
- let t = new Iy();
9615
+ let t = new Dy();
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))
@@ -9712,7 +9712,7 @@ class Ny {
9712
9712
  e.some((l) => l[0] !== "space" && l[0] !== "comment") && (r.raws.between += u.map((l) => l[1]).join(""), u = []), this.raw(r, "value", u.concat(e), t), r.value.includes(":") && !t && this.checkMissedSemicolon(e);
9713
9713
  }
9714
9714
  atrule(e) {
9715
- let t = new Dy();
9715
+ let t = new Iy();
9716
9716
  t.name = e[1].slice(1), t.name === "" && this.unnamedAtrule(t, e), this.init(t, e[2]);
9717
9717
  let r, i, s, u = !1, o = !1, a = [], l = [];
9718
9718
  for (; !this.tokenizer.endOfFile(); ) {
@@ -9915,8 +9915,8 @@ const Gy = {
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 s1(n) {
@@ -9924,14 +9924,14 @@ function s1(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 = s1(n), {
9934
+ return n.type === "document" ? e = ["Document", gt, "DocumentExit"] : n.type === "root" ? e = ["Root", gt, "RootExit"] : e = s1(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 = s1(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]) {
@@ -10410,8 +10410,8 @@ const S3 = v2, ks = w2, { isPlainObject: C3 } = T2, Ts = L2, A3 = Mp.exports, {
10410
10410
  "map",
10411
10411
  "iframe",
10412
10412
  "embed"
10413
- ], I3 = ["script", "style"];
10414
- function wt(n, e) {
10413
+ ], D3 = ["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,11 +10421,11 @@ function Ue(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
  }
10428
- function D3(n) {
10428
+ function I3(n) {
10429
10429
  for (const e in n)
10430
10430
  if (Ue(n, e))
10431
10431
  return !1;
@@ -10460,7 +10460,7 @@ function Nt(n, e, t) {
10460
10460
  const u = function(h) {
10461
10461
  return e.allowedTags === !1 || (e.allowedTags || []).indexOf(h) > -1;
10462
10462
  };
10463
- I3.forEach(function(h) {
10463
+ D3.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 && (Ue(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, M, Y, D, F = !1;
10502
+ let T, g, A, M, Y, I, F = !1;
10503
10503
  z();
10504
10504
  const U = new S3.Parser({
10505
10505
  onopentag: function(h, x) {
10506
10506
  if (e.enforceHtmlBoundary && h === "html" && z(), Y) {
10507
- D++;
10507
+ I++;
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 (Ue(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, M[T] = R.tagName)), b && (R = b(h, x), m.attribs = x = R.attribs, h !== R.tagName && (m.name = h = R.tagName, M[T] = R.tagName)), (!u(h) || e.disallowedTagsMode === "recursiveEscape" && !D3(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) {
10515
+ if (Ue(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, M[T] = R.tagName)), b && (R = b(h, x), m.attribs = x = R.attribs, h !== R.tagName && (m.name = h = R.tagName, M[T] = R.tagName)), (!u(h) || e.disallowedTagsMode === "recursiveEscape" && !I3(A) || e.nestingLimit != null && T >= e.nestingLimit) && (k = !0, A[T] = !0, (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard") && o.indexOf(h) !== -1 && (Y = !0, I = 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 || Ue(a, h) || a["*"]) && wt(x, function(P, N) {
10520
+ r += "<" + h, h === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (m.innerText = ""), (!a || Ue(a, h) || a["*"]) && Et(x, function(P, N) {
10521
10521
  if (!N3.test(N)) {
10522
10522
  delete m.attribs[N];
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 (D--, !D)
10663
+ if (I--, !I)
10664
10664
  Y = !1;
10665
10665
  else
10666
10666
  return;
@@ -10695,7 +10695,7 @@ and ensure you are accounting for this risk.
10695
10695
  }, e.parser);
10696
10696
  return U.write(n), U.end(), r;
10697
10697
  function z() {
10698
- r = "", T = 0, g = [], A = {}, M = {}, Y = !1, D = 0;
10698
+ r = "", T = 0, g = [], A = {}, M = {}, Y = !1, I = 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;
@@ -11195,7 +11195,7 @@ const q3 = ".sc-chevron-icon-h{display:flex}", H3 = q3, Y3 = et(class extends tt
11195
11195
  super(), this.__registerHost(), this.width = "24", this.height = "24";
11196
11196
  }
11197
11197
  render() {
11198
- return I("svg", { key: "90d483478e14f04ab2793f5c922ccb87a8b1f1cc", xmlns: "http://www.w3.org/2000/svg", width: this.width, height: this.height, viewBox: "0 0 24 24", fill: "none" }, I("path", { key: "b50664e82487982f62f962fd7e6586d2a68e42e9", fill: "currentColor", d: "M15.53 4.22a.75.75 0 0 1 0 1.06L8.81 12l6.72 6.72a.75.75 0 1 1-1.06 1.06l-7.25-7.25a.75.75 0 0 1 0-1.06l7.25-7.25a.75.75 0 0 1 1.06 0Z" }));
11198
+ return D("svg", { key: "90d483478e14f04ab2793f5c922ccb87a8b1f1cc", xmlns: "http://www.w3.org/2000/svg", width: this.width, height: this.height, viewBox: "0 0 24 24", fill: "none" }, D("path", { key: "b50664e82487982f62f962fd7e6586d2a68e42e9", fill: "currentColor", d: "M15.53 4.22a.75.75 0 0 1 0 1.06L8.81 12l6.72 6.72a.75.75 0 1 1-1.06 1.06l-7.25-7.25a.75.75 0 0 1 0-1.06l7.25-7.25a.75.75 0 0 1 1.06 0Z" }));
11199
11199
  }
11200
11200
  static get style() {
11201
11201
  return H3;
@@ -11220,7 +11220,7 @@ const z3 = ".sc-info-icon-h{display:flex}", W3 = z3, G3 = et(class extends tt {
11220
11220
  super(), this.__registerHost(), this.width = "14", this.height = "14";
11221
11221
  }
11222
11222
  render() {
11223
- return I("svg", { key: "53da1e7144b384f7c1b7aed55e2a31f8cdca2ff4", width: this.width, height: this.height, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, I("path", { key: "2183e258f3d47e706ddc63dc0f7352d2dfef00d2", fill: "currentColor", d: "M6.5 5.5C6.77614 5.5 7 5.72386 7 6V9C7 9.27614 6.77614 9.5 6.5 9.5C6.22386 9.5 6 9.27614 6 9V6C6 5.72386 6.22386 5.5 6.5 5.5ZM6.50001 4.74907C6.91369 4.74907 7.24905 4.41371 7.24905 4.00003C7.24905 3.58635 6.91369 3.251 6.50001 3.251C6.08633 3.251 5.75098 3.58635 5.75098 4.00003C5.75098 4.41371 6.08633 4.74907 6.50001 4.74907ZM0.5 6.5C0.5 3.18629 3.18629 0.5 6.5 0.5C9.81371 0.5 12.5 3.18629 12.5 6.5C12.5 9.81371 9.81371 12.5 6.5 12.5C3.18629 12.5 0.5 9.81371 0.5 6.5ZM6.5 1.5C3.73858 1.5 1.5 3.73858 1.5 6.5C1.5 9.26142 3.73858 11.5 6.5 11.5C9.26142 11.5 11.5 9.26142 11.5 6.5C11.5 3.73858 9.26142 1.5 6.5 1.5Z" }));
11223
+ return D("svg", { key: "53da1e7144b384f7c1b7aed55e2a31f8cdca2ff4", width: this.width, height: this.height, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, D("path", { key: "2183e258f3d47e706ddc63dc0f7352d2dfef00d2", fill: "currentColor", d: "M6.5 5.5C6.77614 5.5 7 5.72386 7 6V9C7 9.27614 6.77614 9.5 6.5 9.5C6.22386 9.5 6 9.27614 6 9V6C6 5.72386 6.22386 5.5 6.5 5.5ZM6.50001 4.74907C6.91369 4.74907 7.24905 4.41371 7.24905 4.00003C7.24905 3.58635 6.91369 3.251 6.50001 3.251C6.08633 3.251 5.75098 3.58635 5.75098 4.00003C5.75098 4.41371 6.08633 4.74907 6.50001 4.74907ZM0.5 6.5C0.5 3.18629 3.18629 0.5 6.5 0.5C9.81371 0.5 12.5 3.18629 12.5 6.5C12.5 9.81371 9.81371 12.5 6.5 12.5C3.18629 12.5 0.5 9.81371 0.5 6.5ZM6.5 1.5C3.73858 1.5 1.5 3.73858 1.5 6.5C1.5 9.26142 3.73858 11.5 6.5 11.5C9.26142 11.5 11.5 9.26142 11.5 6.5C11.5 3.73858 9.26142 1.5 6.5 1.5Z" }));
11224
11224
  }
11225
11225
  static get style() {
11226
11226
  return W3;
@@ -11248,7 +11248,7 @@ const K3 = ':host{display:block;height:auto;--nylas-primary:#2563eb;--nylas-erro
11248
11248
  phone_number: "1234567890"
11249
11249
  }, X3 = et(class extends tt {
11250
11250
  constructor() {
11251
- 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 = Q3[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 = "";
11251
+ 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 = Q3[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 = "";
11252
11252
  }
11253
11253
  handleDefaultValueChange(e) {
11254
11254
  this.value = Jn(e), this.value && this.validatePattern(this.value);
@@ -11292,7 +11292,7 @@ const K3 = ':host{display:block;height:auto;--nylas-primary:#2563eb;--nylas-erro
11292
11292
  !this.pattern || !e && !this.required || (this.pattern.test(e) ? this.error = "" : this.error = this.patternError || "Invalid format.");
11293
11293
  }
11294
11294
  render() {
11295
- return I("label", { key: "207cb06847b7a045c4917180affc535169b55596", part: "ic__label", class: { error: !!this.error } }, this.label && I("p", null, I("span", { class: "label" }, this.label), this.required && I("span", { class: "required" }, "*")), I("div", { key: "8da4d52acd543376116d9851df43eb54b3e3fec1", part: "ic__input_wrapper", class: "input_wrapper" }, I("input", { key: "541168da152c81e01dfa0263f8c1f0b6e73e09f2", type: "text", name: this.name, part: "ic__input", readOnly: this.readOnly, autoFocus: this.autoFocus, value: this.value, maxLength: this.maxLength, placeholder: this.placeholder, class: { error: !!this.error }, onInput: (e) => this.handleInput(e), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur() }), I("slot", { key: "9e4ccbf52802dc59bda1d6b738c45026b8b78bd4", name: "additional-input" })), this.error && I("span", { class: "error help-text" }, this.error));
11295
+ return D("label", { key: "207cb06847b7a045c4917180affc535169b55596", part: "ic__label", class: { error: !!this.error } }, this.label && D("p", null, D("span", { class: "label" }, this.label), this.required && D("span", { class: "required" }, "*")), D("div", { key: "8da4d52acd543376116d9851df43eb54b3e3fec1", part: "ic__input_wrapper", class: "input_wrapper" }, D("input", { key: "541168da152c81e01dfa0263f8c1f0b6e73e09f2", type: "text", name: this.name, part: "ic__input", readOnly: this.readOnly, autoFocus: this.autoFocus, value: this.value, maxLength: this.maxLength, placeholder: this.placeholder, class: { error: !!this.error }, onInput: (e) => this.handleInput(e), onFocus: () => this.handleFocus(), onBlur: () => this.handleBlur() }), D("slot", { key: "9e4ccbf52802dc59bda1d6b738c45026b8b78bd4", name: "additional-input" })), this.error && D("span", { class: "error help-text" }, this.error));
11296
11296
  }
11297
11297
  get el() {
11298
11298
  return this;
@@ -11339,7 +11339,7 @@ const t6 = ".sc-search-icon-h{display:flex}", n6 = t6, r6 = et(class extends tt
11339
11339
  super(), this.__registerHost(), this.width = "15", this.height = "15";
11340
11340
  }
11341
11341
  render() {
11342
- return I("svg", { key: "bed5da3f7b1b6d9737b4289b2123ed11a0ce3298", width: this.width, height: this.height, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, I("path", { key: "c43ccee98412d9f980018c737e15ce43d0f5c2be", fill: "currentColor", d: "M5.5 0C8.53757 0 11 2.46243 11 5.5C11 6.83879 10.5217 8.06586 9.72656 9.01962L13.8536 13.1464C14.0488 13.3417 14.0488 13.6583 13.8536 13.8536C13.68 14.0271 13.4106 14.0464 13.2157 13.9114L13.1464 13.8536L9.01962 9.72656C8.06586 10.5217 6.83879 11 5.5 11C2.46243 11 0 8.53757 0 5.5C0 2.46243 2.46243 0 5.5 0ZM5.5 1C3.01472 1 1 3.01472 1 5.5C1 7.98528 3.01472 10 5.5 10C7.98528 10 10 7.98528 10 5.5C10 3.01472 7.98528 1 5.5 1Z" }));
11342
+ return D("svg", { key: "bed5da3f7b1b6d9737b4289b2123ed11a0ce3298", width: this.width, height: this.height, fill: "none", xmlns: "http://www.w3.org/2000/svg" }, D("path", { key: "c43ccee98412d9f980018c737e15ce43d0f5c2be", fill: "currentColor", d: "M5.5 0C8.53757 0 11 2.46243 11 5.5C11 6.83879 10.5217 8.06586 9.72656 9.01962L13.8536 13.1464C14.0488 13.3417 14.0488 13.6583 13.8536 13.8536C13.68 14.0271 13.4106 14.0464 13.2157 13.9114L13.1464 13.8536L9.01962 9.72656C8.06586 10.5217 6.83879 11 5.5 11C2.46243 11 0 8.53757 0 5.5C0 2.46243 2.46243 0 5.5 0ZM5.5 1C3.01472 1 1 3.01472 1 5.5C1 7.98528 3.01472 10 5.5 10C7.98528 10 10 7.98528 10 5.5C10 3.01472 7.98528 1 5.5 1Z" }));
11343
11343
  }
11344
11344
  static get style() {
11345
11345
  return n6;
@@ -11361,19 +11361,30 @@ function p1() {
11361
11361
  }
11362
11362
  const i6 = ':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}', s6 = i6, u6 = et(class extends tt {
11363
11363
  constructor() {
11364
- 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 = "";
11364
+ 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 = "";
11365
11365
  }
11366
11366
  optionsChangedHandler(e, t) {
11367
11367
  e !== t && (this.filteredOptions = e);
11368
11368
  }
11369
11369
  defaultSelectedOptionChangedHandler(e, t) {
11370
- typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e);
11370
+ typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e, this.nylasFormDropdownDefaultSelected.emit({
11371
+ value: (e == null ? void 0 : e.value) || "",
11372
+ name: this.name,
11373
+ error: this.errorMessage,
11374
+ label: this.label
11375
+ }));
11371
11376
  }
11372
11377
  componentWillLoad() {
11373
11378
  this.el.setAttribute("component-type", this.componentType);
11374
11379
  }
11375
11380
  componentDidLoad() {
11376
- this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]);
11381
+ var e;
11382
+ this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]), this.nylasFormDropdownDefaultSelected.emit({
11383
+ value: ((e = this.selectedOption) == null ? void 0 : e.value) || "",
11384
+ name: this.name,
11385
+ error: this.errorMessage,
11386
+ label: this.label
11387
+ });
11377
11388
  }
11378
11389
  handleBookingFormSubmitted(e) {
11379
11390
  var t;
@@ -11447,11 +11458,11 @@ const i6 = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nyla
11447
11458
  }
11448
11459
  render() {
11449
11460
  const e = this.generateButtonText(this.selectedOption, this.dropdownButtonText);
11450
- return I("div", { key: "45abbbfaacb891e1d331e42f822a5a2b4e12289c", class: "dropdown", part: "sd_dropdown" }, I("label", { key: "aad1cd53c176003fe04ae372aebc4743cb4830a0", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && I("p", null, I("span", { class: "label" }, this.label), this.required && I("span", { class: "required" }, "*")), I("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) }, I("slot", { key: "410360c7661bfde11430153da1ff97b011c46626", name: "select-icon", "aria-hidden": "true" }), I("span", { key: "c87c03c32ef91c57ed054a35931c49df7c796e49", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && I("span", { class: {
11461
+ return D("div", { key: "4b724d892194708b2dcd0ed74c8e23486ba2b4f7", class: "dropdown", part: "sd_dropdown" }, D("label", { key: "06d33f4f5daa7c09eed054505989210e35c2beb5", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && D("p", null, D("span", { class: "label" }, this.label), this.required && D("span", { class: "required" }, "*")), D("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) }, D("slot", { key: "aece407da3b35858b9ec1248d09447706b3120cc", name: "select-icon", "aria-hidden": "true" }), D("span", { key: "55aae4a92f862c81533635999fb60693705cb12b", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && D("span", { class: {
11451
11462
  open: this.isOpen,
11452
11463
  closed: !this.isOpen,
11453
11464
  chevron: !0
11454
- }, "aria-hidden": "true" }, I("chevron-icon", { width: "16", height: "16" }))), this.errorMessage && I("span", { class: "error help-text" }, this.errorMessage)), this.isOpen ? I("div", { class: "dropdown-content", part: "sd_dropdown-content" }, this.withSearch && I("div", { class: { "search-box": !0, open: this.isOpen } }, I("search-icon", { width: "15", height: "15", class: "icon" }), I("input", { type: "text", role: "combobox", placeholder: "Search", value: this.searchValue, ref: (t) => this.inputRef = t, onInput: (t) => this.filterOptions(t), onKeyDown: (t) => this.handleComboboxKeyDown(t) })), I("ul", { tabindex: "-1", role: "listbox", "aria-label": this.name, "aria-activedescendant": this.ariaActivedescendant, onKeyDown: (t) => this.handleListboxKeydown(t) }, this.filteredOptions.map((t) => t.value.toString() ? I("li", { tabindex: "0", key: t.value, id: t.value, onClick: () => this.selectOption(t), role: "option" }, t.labelHTML ? I("div", { part: "sd_dropdown-labelhtml" }, t.labelHTML) : t.label) : null))) : null);
11465
+ }, "aria-hidden": "true" }, D("chevron-icon", { width: "16", height: "16" }))), this.errorMessage && D("span", { class: "error help-text" }, this.errorMessage)), this.isOpen ? D("div", { class: "dropdown-content", part: "sd_dropdown-content" }, this.withSearch && D("div", { class: { "search-box": !0, open: this.isOpen } }, D("search-icon", { width: "15", height: "15", class: "icon" }), D("input", { type: "text", role: "combobox", placeholder: "Search", value: this.searchValue, ref: (t) => this.inputRef = t, onInput: (t) => this.filterOptions(t), onKeyDown: (t) => this.handleComboboxKeyDown(t) })), D("ul", { tabindex: "-1", role: "listbox", "aria-label": this.name, "aria-activedescendant": this.ariaActivedescendant, onKeyDown: (t) => this.handleListboxKeydown(t) }, this.filteredOptions.map((t) => t.value.toString() ? D("li", { tabindex: "0", key: t.value, id: t.value, onClick: () => this.selectOption(t), role: "option" }, t.labelHTML ? D("div", { part: "sd_dropdown-labelhtml" }, t.labelHTML) : t.label) : null))) : null);
11455
11466
  }
11456
11467
  get el() {
11457
11468
  return this;
@@ -11513,7 +11524,7 @@ const a6 = '.tooltip-container{position:relative;display:flex;--nylas-primary:#2
11513
11524
  e.target.nextElementSibling.style.visibility = "hidden", e.target.nextElementSibling.style.opacity = "0";
11514
11525
  }
11515
11526
  render() {
11516
- return I("div", { key: "39014243f733656bf550b9141eabd5c13e3c43d9", class: "tooltip-container", part: "tc__container" }, I("span", { key: "8b331b143065287a337e26a4680b3744ca8e2bc7", class: "info-icon", tabindex: "0", onFocus: this.showTooltip.bind(this), onBlur: this.hideTooltip.bind(this) }, I("slot", { key: "cf584033435cee5ca7143f5ee5fb983e3e9ab550", name: "tooltip-icon" }, "i")), I("span", { key: "409b87ee03bc5aa39fcaf965eca18d03f0ef1a44", class: `tooltip-content ${this.position}`, part: "tc__content" }, I("slot", { key: "00f5fa51bcf2cd31fac498f94a97ac67d5b7de3f", name: "tooltip-content" }, "This is a help text.")));
11527
+ return D("div", { key: "39014243f733656bf550b9141eabd5c13e3c43d9", class: "tooltip-container", part: "tc__container" }, D("span", { key: "8b331b143065287a337e26a4680b3744ca8e2bc7", class: "info-icon", tabindex: "0", onFocus: this.showTooltip.bind(this), onBlur: this.hideTooltip.bind(this) }, D("slot", { key: "cf584033435cee5ca7143f5ee5fb983e3e9ab550", name: "tooltip-icon" }, "i")), D("span", { key: "409b87ee03bc5aa39fcaf965eca18d03f0ef1a44", class: `tooltip-content ${this.position}`, part: "tc__content" }, D("slot", { key: "00f5fa51bcf2cd31fac498f94a97ac67d5b7de3f", name: "tooltip-content" }, "This is a help text.")));
11517
11528
  }
11518
11529
  get el() {
11519
11530
  return this;
@@ -11550,7 +11561,7 @@ var p6 = function(n, e, t, r) {
11550
11561
  };
11551
11562
  const ii = et(class extends tt {
11552
11563
  constructor() {
11553
- super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = Et(this, "valueChanged", 7), this.internals = this.attachInternals(), this.name = "availability-method", this.selectedConfiguration = void 0, this.participantOptions = void 0, this.readOnly = !1, this.selectedBookingType = "";
11564
+ super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = ct(this, "valueChanged", 7), this.internals = this.attachInternals(), this.name = "availability-method", this.selectedConfiguration = void 0, this.participantOptions = void 0, this.readOnly = !1, this.selectedBookingType = "";
11554
11565
  }
11555
11566
  connectedCallback() {
11556
11567
  fe("nylas-scheduling-method", "connectedCallback");
@@ -11597,7 +11608,7 @@ const ii = et(class extends tt {
11597
11608
  { label: "Round-robin max fairness", value: "max-fairness" },
11598
11609
  { label: "Round-robin max availability", value: "max-availability" }
11599
11610
  ], t = (o = (u = (s = (i = this.selectedConfiguration) == null ? void 0 : i.availability) == null ? void 0 : s.availability_rules) == null ? void 0 : u.availability_method) == null ? void 0 : o.toString(), r = this.participantOptions && ((a = this.participantOptions) == null ? void 0 : a.length) > 0 && !!this.participantOptions[0].email && !!this.participantOptions[0].name && !!this.participantOptions[0].calendars && this.participantOptions[0].calendars.length > 0;
11600
- return (t || !r) && !this.readOnly ? null : I(Cs, null, I("div", { class: "nylas-scheduling-method", part: "nsm" }, I("div", { class: "header", part: "nsm__header" }, I("h3", null, "Scheduling method")), I("div", { class: "nylas-scheduling-method__dropdown" }, I("span", { class: "nylas-scheduling-method__dropdown-label" }, "Select a scheduling method for the event.", I("tooltip-component", null, I("info-icon", { slot: "tooltip-icon" }), I("span", { slot: "tooltip-content" }, I("strong", null, "Standard Booking"), I("br", null), "- Allows 1:1 bookings, or n:1 bookings with additional participants.", I("br", null), I("br", null), I("strong", null, "Round-Robin Maximize Fairness"), I("br", null), "- Rotates through the list of participants you select, displaying the participant with the fewest recent bookings.", I("br", null), I("br", null), I("strong", null, "Round-Robin Maximize Availability"), I("br", null), "- Rotates through the list of participants you select, prioritizing participants with the fewest recent bookings, but making as many time-slots available as possible.", I("br", null)))), this.readOnly ? I("input-component", { name: "availability-method-read-only", type: "text", exportparts: "ic__label: nsm__input-label, ic__input: nsm__input, ic__input_wrapper: nsm__input_wrapper", readOnly: !0, defaultValue: ((l = e.find((c) => c.value == t)) == null ? void 0 : l.label) ?? e[0].label }) : I("select-dropdown", { name: this.name, options: e, withSearch: !1, exportparts: "sd_dropdown: nsm__dropdown, sd_dropdown-button: nsm__dropdown-button, sd_dropdown-content: nsm__dropdown-content", defaultSelectedOption: e.find((c) => c.value == t) ?? e[0] }))));
11611
+ return (t || !r) && !this.readOnly ? null : D(Cs, null, D("div", { class: "nylas-scheduling-method", part: "nsm" }, D("div", { class: "header", part: "nsm__header" }, D("h3", null, "Scheduling method")), D("div", { class: "nylas-scheduling-method__dropdown" }, D("span", { class: "nylas-scheduling-method__dropdown-label" }, "Select a scheduling method for the event.", D("tooltip-component", null, D("info-icon", { slot: "tooltip-icon" }), D("span", { slot: "tooltip-content" }, D("strong", null, "Standard Booking"), D("br", null), "- Allows 1:1 bookings, or n:1 bookings with additional participants.", D("br", null), D("br", null), D("strong", null, "Round-Robin Maximize Fairness"), D("br", null), "- Rotates through the list of participants you select, displaying the participant with the fewest recent bookings.", D("br", null), D("br", null), D("strong", null, "Round-Robin Maximize Availability"), D("br", null), "- Rotates through the list of participants you select, prioritizing participants with the fewest recent bookings, but making as many time-slots available as possible.", D("br", null)))), this.readOnly ? D("input-component", { name: "availability-method-read-only", type: "text", exportparts: "ic__label: nsm__input-label, ic__input: nsm__input, ic__input_wrapper: nsm__input_wrapper", readOnly: !0, defaultValue: ((l = e.find((c) => c.value == t)) == null ? void 0 : l.label) ?? e[0].label }) : D("select-dropdown", { name: this.name, options: e, withSearch: !1, exportparts: "sd_dropdown: nsm__dropdown, sd_dropdown-button: nsm__dropdown-button, sd_dropdown-content: nsm__dropdown-content", defaultSelectedOption: e.find((c) => c.value == t) ?? e[0] }))));
11601
11612
  }
11602
11613
  static get formAssociated() {
11603
11614
  return !0;