@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
@@ -239,7 +239,7 @@ const _ = (n, e, ...t) => {
239
239
  const t = n.childNodes;
240
240
  for (let r = t.length - 1; r >= 0; r--) {
241
241
  const i = t[r];
242
- i["s-hn"] !== Tt && i["s-ol"] && (Ru(i).insertBefore(i, Ir(i)), i["s-ol"].remove(), i["s-ol"] = void 0, i["s-sh"] = void 0, Ar = !0), e && $t(i, e);
242
+ i["s-hn"] !== Tt && i["s-ol"] && (Mu(i).insertBefore(i, Ir(i)), i["s-ol"].remove(), i["s-ol"] = void 0, i["s-sh"] = void 0, Ar = !0), e && $t(i, e);
243
243
  }
244
244
  ae.$flags$ &= -2;
245
245
  }, Du = (n, e, t, r, i, u) => {
@@ -279,14 +279,14 @@ const _ = (n, e, ...t) => {
279
279
  o = a;
280
280
  break;
281
281
  }
282
- o >= 0 ? (p = e[o], p.$tag$ !== g.$tag$ ? T = an(e && e[s], t, o, n) : (at(p, g, i), e[o] = void 0, T = p.$elm$), g = r[++s]) : (T = an(e && e[s], t, s, n), g = r[++s]), T && Ru(c.$elm$).insertBefore(T, Ir(c.$elm$));
282
+ o >= 0 ? (p = e[o], p.$tag$ !== g.$tag$ ? T = an(e && e[s], t, o, n) : (at(p, g, i), e[o] = void 0, T = p.$elm$), g = r[++s]) : (T = an(e && e[s], t, s, n), g = r[++s]), T && Mu(c.$elm$).insertBefore(T, Ir(c.$elm$));
283
283
  }
284
284
  u > l ? Du(n, r[f + 1] == null ? null : r[f + 1].$elm$, t, r, s, f) : s > f && Ou(e, u, l);
285
- }, jt = (n, e, t = !1) => n.$tag$ === e.$tag$ ? n.$tag$ === "slot" ? n.$name$ === e.$name$ : t ? !0 : n.$key$ === e.$key$ : !1, Ir = (n) => n && n["s-ol"] || n, Ru = (n) => (n["s-ol"] ? n["s-ol"] : n).parentNode, at = (n, e, t = !1) => {
285
+ }, jt = (n, e, t = !1) => n.$tag$ === e.$tag$ ? n.$tag$ === "slot" ? n.$name$ === e.$name$ : t ? !0 : n.$key$ === e.$key$ : !1, Ir = (n) => n && n["s-ol"] || n, Mu = (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$, u = e.$children$, s = e.$tag$, o = e.$text$;
287
287
  let a;
288
288
  o === null ? (me = s === "svg" ? !0 : s === "foreignObject" ? !1 : me, s === "slot" || Iu(n, e, me), i !== null && u !== null ? Bg(r, i, e, u, t) : u !== null ? (n.$text$ !== null && (r.textContent = ""), Du(r, null, e, u, 0, u.length - 1)) : i !== null && Ou(i, 0, i.length - 1), me && s === "svg" && (me = !1)) : (a = r["s-cr"]) ? a.parentNode.textContent = o : n.$text$ !== o && (r.data = o);
289
- }, Mu = (n) => {
289
+ }, Ru = (n) => {
290
290
  const e = n.childNodes;
291
291
  for (const t of e)
292
292
  if (t.nodeType === 1) {
@@ -306,7 +306,7 @@ const _ = (n, e, ...t) => {
306
306
  }
307
307
  }
308
308
  }
309
- Mu(t);
309
+ Ru(t);
310
310
  }
311
311
  }, je = [], Nu = (n) => {
312
312
  let e, t, r;
@@ -370,7 +370,7 @@ const _ = (n, e, ...t) => {
370
370
  g.nodeType === 1 && (t && (g["s-ih"] = (s = g.hidden) !== null && s !== void 0 ? s : !1), g.hidden = !0);
371
371
  }
372
372
  }
373
- sn && Mu(d.$elm$), ae.$flags$ &= -2, je.length = 0;
373
+ sn && Ru(d.$elm$), ae.$flags$ &= -2, je.length = 0;
374
374
  }
375
375
  if (Ye.experimentalScopedSlotChanges && l.$flags$ & 2)
376
376
  for (const f of d.$elm$.childNodes)
@@ -380,8 +380,8 @@ const _ = (n, e, ...t) => {
380
380
  }, Pu = (n, e) => (n.$flags$ |= 16, Dg(n, n.$ancestorComponent$), ep(() => Og(n, e))), Og = (n, e) => {
381
381
  const t = n.$hostElement$, r = Ze("scheduleUpdate", n.$cmpMeta$.$tagName$), i = t;
382
382
  let u;
383
- return e ? u = ct(i, "componentWillLoad") : u = ct(i, "componentWillUpdate"), u = hi(u, () => ct(i, "componentWillRender")), r(), hi(u, () => Mg(n, i, e));
384
- }, hi = (n, e) => Rg(n) ? n.then(e) : e(), Rg = (n) => n instanceof Promise || n && n.then && typeof n.then == "function", Mg = async (n, e, t) => {
383
+ return e ? u = ct(i, "componentWillLoad") : u = ct(i, "componentWillUpdate"), u = hi(u, () => ct(i, "componentWillRender")), r(), hi(u, () => Rg(n, i, e));
384
+ }, hi = (n, e) => Mg(n) ? n.then(e) : e(), Mg = (n) => n instanceof Promise || n && n.then && typeof n.then == "function", Rg = async (n, e, t) => {
385
385
  const r = n.$hostElement$, i = Ze("update", n.$cmpMeta$.$tagName$);
386
386
  r["s-rc"], t && Sg(n);
387
387
  const u = Ze("render", n.$cmpMeta$.$tagName$);
@@ -600,11 +600,11 @@ const _ = (n, e, ...t) => {
600
600
  }, er = () => {
601
601
  bi(mi), bi(Uu), (Xn = mi.length > 0) && ae.raf(er);
602
602
  }, Xg = (n) => Jg().then(n), ep = /* @__PURE__ */ Qg(Uu, !0), yi = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
603
- var Re = [], ve = [], tp = typeof Uint8Array < "u" ? Uint8Array : Array, Dr = !1;
603
+ var Me = [], ve = [], tp = typeof Uint8Array < "u" ? Uint8Array : Array, Dr = !1;
604
604
  function ju() {
605
605
  Dr = !0;
606
606
  for (var n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", e = 0, t = n.length; e < t; ++e)
607
- Re[e] = n[e], ve[n.charCodeAt(e)] = e;
607
+ Me[e] = n[e], ve[n.charCodeAt(e)] = e;
608
608
  ve[45] = 62, ve[95] = 63;
609
609
  }
610
610
  function np(n) {
@@ -619,7 +619,7 @@ function np(n) {
619
619
  return u === 2 ? (i = ve[n.charCodeAt(e)] << 2 | ve[n.charCodeAt(e + 1)] >> 4, s[a++] = i & 255) : u === 1 && (i = ve[n.charCodeAt(e)] << 10 | ve[n.charCodeAt(e + 1)] << 4 | ve[n.charCodeAt(e + 2)] >> 2, s[a++] = i >> 8 & 255, s[a++] = i & 255), s;
620
620
  }
621
621
  function rp(n) {
622
- return Re[n >> 18 & 63] + Re[n >> 12 & 63] + Re[n >> 6 & 63] + Re[n & 63];
622
+ return Me[n >> 18 & 63] + Me[n >> 12 & 63] + Me[n >> 6 & 63] + Me[n & 63];
623
623
  }
624
624
  function ip(n, e, t) {
625
625
  for (var r, i = [], u = e; u < t; u += 3)
@@ -630,7 +630,7 @@ function xi(n) {
630
630
  Dr || ju();
631
631
  for (var e, t = n.length, r = t % 3, i = "", u = [], s = 16383, o = 0, a = t - r; o < a; o += s)
632
632
  u.push(ip(n, o, o + s > a ? a : o + s));
633
- return r === 1 ? (e = n[t - 1], i += Re[e >> 2], i += Re[e << 4 & 63], i += "==") : r === 2 && (e = (n[t - 2] << 8) + n[t - 1], i += Re[e >> 10], i += Re[e >> 4 & 63], i += Re[e << 2 & 63], i += "="), u.push(i), u.join("");
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 += "="), u.push(i), u.join("");
634
634
  }
635
635
  function An(n, e, t, r, i) {
636
636
  var u, s, o = i * 8 - r - 1, a = (1 << o) - 1, l = a >> 1, c = -7, d = t ? i - 1 : 0, f = t ? -1 : 1, g = n[e + d];
@@ -712,7 +712,7 @@ $.alloc = function(n, e, t) {
712
712
  return op(null, n, e, t);
713
713
  };
714
714
  function Or(n, e) {
715
- if (zu(e), n = qe(n, e < 0 ? 0 : Rr(e) | 0), !$.TYPED_ARRAY_SUPPORT)
715
+ if (zu(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;
@@ -732,7 +732,7 @@ function ap(n, e, t) {
732
732
  return i !== r && (n = n.slice(0, i)), n;
733
733
  }
734
734
  function nr(n, e) {
735
- var t = e.length < 0 ? 0 : Rr(e.length) | 0;
735
+ var t = e.length < 0 ? 0 : Mr(e.length) | 0;
736
736
  n = qe(n, t);
737
737
  for (var r = 0; r < t; r += 1)
738
738
  n[r] = e[r] & 255;
@@ -747,7 +747,7 @@ function lp(n, e, t, r) {
747
747
  }
748
748
  function cp(n, e) {
749
749
  if (_e(e)) {
750
- var t = Rr(e.length) | 0;
750
+ var t = Mr(e.length) | 0;
751
751
  return n = qe(n, t), n.length === 0 || e.copy(n, 0, 0, t), n;
752
752
  }
753
753
  if (e) {
@@ -758,7 +758,7 @@ function cp(n, e) {
758
758
  }
759
759
  throw new TypeError("First argument must be a string, Buffer, ArrayBuffer, Array, or array-like object.");
760
760
  }
761
- function Rr(n) {
761
+ function Mr(n) {
762
762
  if (n >= tr())
763
763
  throw new RangeError("Attempt to allocate Buffer larger than maximum size: 0x" + tr().toString(16) + " bytes");
764
764
  return n | 0;
@@ -1514,8 +1514,8 @@ var Op = { exports: {} };
1514
1514
  var B = v.split("-");
1515
1515
  if (!m && B.length > 1) return w(B[0]);
1516
1516
  } else {
1517
- var R = v.name;
1518
- U[R] = v, m = R;
1517
+ var M = v.name;
1518
+ U[M] = v, m = M;
1519
1519
  }
1520
1520
  return !x && m && (F = m), m || !x && F;
1521
1521
  }, H = function(w, v) {
@@ -1540,8 +1540,8 @@ var Op = { exports: {} };
1540
1540
  if (typeof m == "string" && !/Z$/i.test(m)) {
1541
1541
  var B = m.match(p);
1542
1542
  if (B) {
1543
- var R = B[2] - 1 || 0, N = (B[7] || "0").substring(0, 3);
1544
- return k ? new Date(Date.UTC(B[1], R, B[3] || 1, B[4] || 0, B[5] || 0, B[6] || 0, N)) : new Date(B[1], R, B[3] || 1, B[4] || 0, B[5] || 0, B[6] || 0, N);
1543
+ var M = B[2] - 1 || 0, N = (B[7] || "0").substring(0, 3);
1544
+ return k ? new Date(Date.UTC(B[1], M, B[3] || 1, B[4] || 0, B[5] || 0, B[6] || 0, N)) : new Date(B[1], M, B[3] || 1, B[4] || 0, B[5] || 0, B[6] || 0, N);
1545
1545
  }
1546
1546
  }
1547
1547
  return new Date(m);
@@ -1567,20 +1567,20 @@ var Op = { exports: {} };
1567
1567
  }, v.valueOf = function() {
1568
1568
  return this.$d.getTime();
1569
1569
  }, v.startOf = function(h, x) {
1570
- var m = this, k = !!L.u(x) || x, B = L.p(h), R = function(ne, ue) {
1570
+ var m = this, k = !!L.u(x) || x, B = L.p(h), M = function(ne, ue) {
1571
1571
  var Ae = L.w(m.$u ? Date.UTC(m.$y, ue, ne) : new Date(m.$y, ue, ne), m);
1572
1572
  return k ? Ae : Ae.endOf(l);
1573
1573
  }, N = function(ne, ue) {
1574
1574
  return L.w(m.toDate()[ne].apply(m.toDate("s"), (k ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ue)), m);
1575
- }, M = this.$W, ee = this.$M, q = this.$D, j = "set" + (this.$u ? "UTC" : "");
1575
+ }, R = this.$W, ee = this.$M, q = this.$D, j = "set" + (this.$u ? "UTC" : "");
1576
1576
  switch (B) {
1577
1577
  case g:
1578
- return k ? R(1, 0) : R(31, 11);
1578
+ return k ? M(1, 0) : M(31, 11);
1579
1579
  case d:
1580
- return k ? R(1, ee) : R(0, ee + 1);
1580
+ return k ? M(1, ee) : M(0, ee + 1);
1581
1581
  case c:
1582
- var pe = this.$locale().weekStart || 0, le = (M < pe ? M + 7 : M) - pe;
1583
- return R(k ? q - le : q + (6 - le), ee);
1582
+ var pe = this.$locale().weekStart || 0, le = (R < pe ? R + 7 : R) - pe;
1583
+ return M(k ? q - le : q + (6 - le), ee);
1584
1584
  case l:
1585
1585
  case b:
1586
1586
  return N(j + "Hours", 0);
@@ -1596,11 +1596,11 @@ var Op = { exports: {} };
1596
1596
  }, v.endOf = function(h) {
1597
1597
  return this.startOf(h, !1);
1598
1598
  }, v.$set = function(h, x) {
1599
- var m, k = L.p(h), B = "set" + (this.$u ? "UTC" : ""), R = (m = {}, m[l] = B + "Date", m[b] = B + "Date", m[d] = B + "Month", m[g] = B + "FullYear", m[a] = B + "Hours", m[o] = B + "Minutes", m[s] = B + "Seconds", m[u] = B + "Milliseconds", m)[k], N = k === l ? this.$D + (x - this.$W) : x;
1599
+ var m, k = L.p(h), B = "set" + (this.$u ? "UTC" : ""), M = (m = {}, m[l] = B + "Date", m[b] = B + "Date", m[d] = B + "Month", m[g] = B + "FullYear", m[a] = B + "Hours", m[o] = B + "Minutes", m[s] = B + "Seconds", m[u] = B + "Milliseconds", m)[k], N = k === l ? this.$D + (x - this.$W) : x;
1600
1600
  if (k === d || k === g) {
1601
- var M = this.clone().set(b, 1);
1602
- M.$d[R](N), M.init(), this.$d = M.set(b, Math.min(this.$D, M.daysInMonth())).$d;
1603
- } else R && this.$d[R](N);
1601
+ var R = this.clone().set(b, 1);
1602
+ R.$d[M](N), R.init(), this.$d = R.set(b, Math.min(this.$D, R.daysInMonth())).$d;
1603
+ } else M && this.$d[M](N);
1604
1604
  return this.init(), this;
1605
1605
  }, v.set = function(h, x) {
1606
1606
  return this.clone().$set(h, x);
@@ -1609,37 +1609,37 @@ var Op = { exports: {} };
1609
1609
  }, v.add = function(h, x) {
1610
1610
  var m, k = this;
1611
1611
  h = Number(h);
1612
- var B = L.p(x), R = function(ee) {
1612
+ var B = L.p(x), M = function(ee) {
1613
1613
  var q = H(k);
1614
1614
  return L.w(q.date(q.date() + Math.round(ee * h)), k);
1615
1615
  };
1616
1616
  if (B === d) return this.set(d, this.$M + h);
1617
1617
  if (B === g) return this.set(g, this.$y + h);
1618
- if (B === l) return R(1);
1619
- if (B === c) return R(7);
1620
- var N = (m = {}, m[o] = r, m[a] = i, m[s] = t, m)[B] || 1, M = this.$d.getTime() + h * N;
1621
- return L.w(M, this);
1618
+ if (B === l) return M(1);
1619
+ if (B === c) return M(7);
1620
+ var N = (m = {}, m[o] = r, m[a] = i, m[s] = t, m)[B] || 1, R = this.$d.getTime() + h * N;
1621
+ return L.w(R, this);
1622
1622
  }, v.subtract = function(h, x) {
1623
1623
  return this.add(-1 * h, x);
1624
1624
  }, v.format = function(h) {
1625
1625
  var x = this, m = this.$locale();
1626
1626
  if (!this.isValid()) return m.invalidDate || T;
1627
- var k = h || "YYYY-MM-DDTHH:mm:ssZ", B = L.z(this), R = this.$H, N = this.$m, M = this.$M, ee = m.weekdays, q = m.months, j = function(ue, Ae, jn, Ut) {
1627
+ var k = h || "YYYY-MM-DDTHH:mm:ssZ", B = L.z(this), M = this.$H, N = this.$m, R = this.$M, ee = m.weekdays, q = m.months, j = function(ue, Ae, jn, Ut) {
1628
1628
  return ue && (ue[Ae] || ue(x, k)) || jn[Ae].slice(0, Ut);
1629
1629
  }, pe = function(ue) {
1630
- return L.s(R % 12 || 12, ue, "0");
1630
+ return L.s(M % 12 || 12, ue, "0");
1631
1631
  }, le = m.meridiem || function(ue, Ae, jn) {
1632
1632
  var Ut = ue < 12 ? "AM" : "PM";
1633
1633
  return jn ? Ut.toLowerCase() : Ut;
1634
- }, ne = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: M + 1, MM: L.s(M + 1, 2, "0"), MMM: j(m.monthsShort, M, q, 3), MMMM: j(q, M), D: this.$D, DD: L.s(this.$D, 2, "0"), d: String(this.$W), dd: j(m.weekdaysMin, this.$W, ee, 2), ddd: j(m.weekdaysShort, this.$W, ee, 3), dddd: ee[this.$W], H: String(R), HH: L.s(R, 2, "0"), h: pe(1), hh: pe(2), a: le(R, N, !0), A: le(R, N, !1), m: String(N), mm: L.s(N, 2, "0"), s: String(this.$s), ss: L.s(this.$s, 2, "0"), SSS: L.s(this.$ms, 3, "0"), Z: B };
1634
+ }, ne = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: R + 1, MM: L.s(R + 1, 2, "0"), MMM: j(m.monthsShort, R, q, 3), MMMM: j(q, R), D: this.$D, DD: L.s(this.$D, 2, "0"), d: String(this.$W), dd: j(m.weekdaysMin, this.$W, ee, 2), ddd: j(m.weekdaysShort, this.$W, ee, 3), dddd: ee[this.$W], H: String(M), HH: L.s(M, 2, "0"), h: pe(1), hh: pe(2), a: le(M, N, !0), A: le(M, N, !1), m: String(N), mm: L.s(N, 2, "0"), s: String(this.$s), ss: L.s(this.$s, 2, "0"), SSS: L.s(this.$ms, 3, "0"), Z: B };
1635
1635
  return k.replace(A, function(ue, Ae) {
1636
1636
  return Ae || ne[ue] || B.replace(":", "");
1637
1637
  });
1638
1638
  }, v.utcOffset = function() {
1639
1639
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
1640
1640
  }, v.diff = function(h, x, m) {
1641
- var k, B = L.p(x), R = H(h), N = (R.utcOffset() - this.utcOffset()) * r, M = this - R, ee = L.m(this, R);
1642
- return ee = (k = {}, k[g] = ee / 12, k[d] = ee, k[f] = ee / 3, k[c] = (M - N) / 6048e5, k[l] = (M - N) / 864e5, k[a] = M / i, k[o] = M / r, k[s] = M / t, k)[B] || M, m ? ee : L.a(ee);
1641
+ var k, B = L.p(x), M = H(h), N = (M.utcOffset() - this.utcOffset()) * r, R = this - M, ee = L.m(this, M);
1642
+ return ee = (k = {}, k[g] = ee / 12, k[d] = ee, k[f] = ee / 3, k[c] = (R - N) / 6048e5, k[l] = (R - N) / 864e5, k[a] = R / i, k[o] = R / r, k[s] = R / t, k)[B] || R, m ? ee : L.a(ee);
1643
1643
  }, v.daysInMonth = function() {
1644
1644
  return this.endOf(d).$D;
1645
1645
  }, v.$locale = function() {
@@ -1720,7 +1720,7 @@ var rr = [
1720
1720
  for (; t < e; t++)
1721
1721
  r[t] = n;
1722
1722
  return r;
1723
- }, Rp = function(n) {
1723
+ }, Mp = function(n) {
1724
1724
  return be(n) ? n : [n];
1725
1725
  };
1726
1726
  function rt(n, e, t) {
@@ -1728,7 +1728,7 @@ function rt(n, e, t) {
1728
1728
  var r = String(n);
1729
1729
  return e = e >> 0, r.length > e ? String(r) : (e = e - r.length, e > t.length && (t += W(t, e / t.length)), t.slice(0, e) + String(r));
1730
1730
  }
1731
- var Mp = function(n, e, t) {
1731
+ var Rp = function(n, e, t) {
1732
1732
  var r = n.split(e);
1733
1733
  return t ? r.slice(0, t).concat([r.slice(t).join(e)]) : r;
1734
1734
  }, Ee = function(n, e) {
@@ -1780,7 +1780,7 @@ var Mp = function(n, e, t) {
1780
1780
  n.sort(function(e, t) {
1781
1781
  return e.getTime() - t.getTime();
1782
1782
  });
1783
- }, Mr = function(n, e) {
1783
+ }, Rr = function(n, e) {
1784
1784
  e === void 0 && (e = !0);
1785
1785
  var t = new Date(n);
1786
1786
  return [
@@ -2660,7 +2660,7 @@ var gn = (
2660
2660
  enumerable: !1,
2661
2661
  configurable: !0
2662
2662
  }), n.prototype.toString = function() {
2663
- var e = Mr(this.date.getTime(), this.isUTC);
2663
+ var e = Rr(this.date.getTime(), this.isUTC);
2664
2664
  return this.isUTC ? ":".concat(e) : ";TZID=".concat(this.tzid, ":").concat(e);
2665
2665
  }, n.prototype.getTime = function() {
2666
2666
  return this.date.getTime();
@@ -2682,7 +2682,7 @@ function ar(n) {
2682
2682
  Ie(o) ? a = new fe(o).toString() : a = o.toString();
2683
2683
  break;
2684
2684
  case "BYWEEKDAY":
2685
- s = "BYDAY", a = Rp(o).map(function(g) {
2685
+ s = "BYDAY", a = Mp(o).map(function(g) {
2686
2686
  return g instanceof fe ? g : be(g) ? new fe(g[0], g[1]) : new fe(g);
2687
2687
  }).toString();
2688
2688
  break;
@@ -2690,7 +2690,7 @@ function ar(n) {
2690
2690
  t = Qp(o, n.tzid);
2691
2691
  break;
2692
2692
  case "UNTIL":
2693
- a = Mr(o, !n.tzid);
2693
+ a = Rr(o, !n.tzid);
2694
2694
  break;
2695
2695
  default:
2696
2696
  if (be(o)) {
@@ -3186,7 +3186,7 @@ function km(n, e, t, r, i, u) {
3186
3186
  return d.length && d[0] || null;
3187
3187
  }
3188
3188
  }
3189
- var Ri = {
3189
+ var Mi = {
3190
3190
  dtstart: null,
3191
3191
  cache: !1,
3192
3192
  unfold: !1,
@@ -3250,19 +3250,19 @@ function $m(n, e) {
3250
3250
  var d = r[0] || {};
3251
3251
  return new P(Hn(d, d.dtstart || e.dtstart || o, d.tzid || e.tzid || a), l);
3252
3252
  }
3253
- function Mi(n, e) {
3253
+ function Ri(n, e) {
3254
3254
  return e === void 0 && (e = {}), $m(n, Sm(e));
3255
3255
  }
3256
3256
  function Hn(n, e, t) {
3257
3257
  return xe(xe({}, n), { dtstart: e, tzid: t });
3258
3258
  }
3259
3259
  function Sm(n) {
3260
- var e = [], t = Object.keys(n), r = Object.keys(Ri);
3260
+ var e = [], t = Object.keys(n), r = Object.keys(Mi);
3261
3261
  if (t.forEach(function(i) {
3262
3262
  Q(r, i) || e.push(i);
3263
3263
  }), e.length)
3264
3264
  throw new Error("Invalid options: " + e.join(", "));
3265
- return xe(xe({}, Ri), n);
3265
+ return xe(xe({}, Mi), n);
3266
3266
  }
3267
3267
  function Cm(n) {
3268
3268
  if (n.indexOf(":") === -1)
@@ -3270,7 +3270,7 @@ function Cm(n) {
3270
3270
  name: "RRULE",
3271
3271
  value: n
3272
3272
  };
3273
- var e = Mp(n, ":", 1), t = e[0], r = e[1];
3273
+ var e = Rp(n, ":", 1), t = e[0], r = e[1];
3274
3274
  return {
3275
3275
  name: t,
3276
3276
  value: r
@@ -3342,11 +3342,11 @@ var Dm = (
3342
3342
  Li(t, this._exdate);
3343
3343
  }, e.prototype.rrules = function() {
3344
3344
  return this._rrule.map(function(t) {
3345
- return Mi(t.toString());
3345
+ return Ri(t.toString());
3346
3346
  });
3347
3347
  }, e.prototype.exrules = function() {
3348
3348
  return this._exrule.map(function(t) {
3349
- return Mi(t.toString());
3349
+ return Ri(t.toString());
3350
3350
  });
3351
3351
  }, e.prototype.rdates = function() {
3352
3352
  return this._rdate.map(function(t) {
@@ -3398,7 +3398,7 @@ function Li(n, e) {
3398
3398
  }
3399
3399
  function Fi(n, e, t) {
3400
3400
  var r = !t || t.toUpperCase() === "UTC", i = r ? "".concat(n, ":") : "".concat(n, ";TZID=").concat(t, ":"), u = e.map(function(s) {
3401
- return Mr(s.valueOf(), r);
3401
+ return Rr(s.valueOf(), r);
3402
3402
  }).join(",");
3403
3403
  return "".concat(i).concat(u);
3404
3404
  }
@@ -3460,7 +3460,7 @@ class pn {
3460
3460
  }
3461
3461
  }
3462
3462
  var Ne = new pn();
3463
- class Rn {
3463
+ class Mn {
3464
3464
  constructor() {
3465
3465
  this.observers = {};
3466
3466
  }
@@ -3504,15 +3504,15 @@ function bt() {
3504
3504
  function Ui(n) {
3505
3505
  return n == null ? "" : "" + n;
3506
3506
  }
3507
- function Rm(n, e, t) {
3507
+ function Mm(n, e, t) {
3508
3508
  n.forEach((r) => {
3509
3509
  e[r] && (t[r] = e[r]);
3510
3510
  });
3511
3511
  }
3512
- const Mm = /###/g;
3512
+ const Rm = /###/g;
3513
3513
  function kt(n, e, t) {
3514
3514
  function r(o) {
3515
- return o && o.indexOf("###") > -1 ? o.replace(Mm, ".") : o;
3515
+ return o && o.indexOf("###") > -1 ? o.replace(Rm, ".") : o;
3516
3516
  }
3517
3517
  function i() {
3518
3518
  return !n || typeof n == "string";
@@ -3630,7 +3630,7 @@ function lr(n, e) {
3630
3630
  function bn(n) {
3631
3631
  return n && n.indexOf("_") > 0 ? n.replace("_", "-") : n;
3632
3632
  }
3633
- class qi extends Rn {
3633
+ class qi extends Mn {
3634
3634
  constructor(e) {
3635
3635
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {
3636
3636
  ns: ["translation"],
@@ -3717,10 +3717,10 @@ var fs = {
3717
3717
  }
3718
3718
  };
3719
3719
  const Hi = {};
3720
- class yn extends Rn {
3720
+ class yn extends Mn {
3721
3721
  constructor(e) {
3722
3722
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3723
- super(), Rm(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = Ne.create("translator");
3723
+ super(), Mm(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = Ne.create("translator");
3724
3724
  }
3725
3725
  changeLanguage(e) {
3726
3726
  e && (this.language = e);
@@ -3833,14 +3833,14 @@ class yn extends Rn {
3833
3833
  for (let k = 0; k < x.length; k++)
3834
3834
  h.push(x[k]);
3835
3835
  else this.options.saveMissingTo === "all" ? h = this.languageUtils.toResolveHierarchy(t.lng || this.language) : h.push(t.lng || this.language);
3836
- const m = (k, B, R) => {
3837
- const N = z && R !== f ? R : w;
3836
+ const m = (k, B, M) => {
3837
+ const N = z && M !== f ? M : w;
3838
3838
  this.options.missingKeyHandler ? this.options.missingKeyHandler(k, a, B, N, v, t) : this.backendConnector && this.backendConnector.saveMissing && this.backendConnector.saveMissing(k, a, B, N, v, t), this.emit("missingKey", k, a, B, f);
3839
3839
  };
3840
3840
  this.options.saveMissing && (this.options.saveMissingPlurals && U ? h.forEach((k) => {
3841
3841
  const B = this.pluralResolver.getSuffixes(k, t);
3842
- L && t[`defaultValue${this.options.pluralSeparator}zero`] && B.indexOf(`${this.options.pluralSeparator}zero`) < 0 && B.push(`${this.options.pluralSeparator}zero`), B.forEach((R) => {
3843
- m([k], s + R, t[`defaultValue${R}`] || y);
3842
+ L && t[`defaultValue${this.options.pluralSeparator}zero`] && B.indexOf(`${this.options.pluralSeparator}zero`) < 0 && B.push(`${this.options.pluralSeparator}zero`), B.forEach((M) => {
3843
+ m([k], s + M, t[`defaultValue${M}`] || y);
3844
3844
  });
3845
3845
  }) : m(h, s, y));
3846
3846
  }
@@ -4491,7 +4491,7 @@ class Zm {
4491
4491
  function Qm(n, e) {
4492
4492
  n.pending[e] !== void 0 && (delete n.pending[e], n.pendingCount--);
4493
4493
  }
4494
- class Xm extends Rn {
4494
+ class Xm extends Mn {
4495
4495
  constructor(e, t, r) {
4496
4496
  let i = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : {};
4497
4497
  super(), this.backend = e, this.store = t, this.services = r, this.languageUtils = r.languageUtils, this.options = i, this.logger = Ne.create("backendConnector"), this.waitingReads = [], this.maxParallelReads = i.maxParallelReads || 10, this.readingCalls = 0, this.maxRetries = i.maxRetries >= 0 ? i.maxRetries : 5, this.retryTimeout = i.retryTimeout >= 1 ? i.retryTimeout : 350, this.state = {}, this.queue = [], this.backend && this.backend.init && this.backend.init(r, i.backend, i);
@@ -4695,7 +4695,7 @@ function eb(n) {
4695
4695
  typeof n[t] == "function" && (n[t] = n[t].bind(n));
4696
4696
  });
4697
4697
  }
4698
- class Ct extends Rn {
4698
+ class Ct extends Mn {
4699
4699
  constructor() {
4700
4700
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
4701
4701
  if (super(), this.options = Vi(e), this.services = {}, this.logger = Ne, this.modules = {
@@ -4963,7 +4963,7 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
4963
4963
  october: "October",
4964
4964
  november: "November",
4965
4965
  december: "December"
4966
- }, ys = "Next", xs = "{{date}}", vs = "{{time}}", ws = "Name", Es = "Enter your name", ks = "Email", Ts = "Enter your email", $s = "Guest email", Ss = "Enter guest email", Cs = "Add guest", As = "Add another guest", Bs = "Back", Is = "Book now", Ds = "Booking confirmed", Os = "You'll receive an email confirmation soon.", Rs = "Booking sent", Ms = "You will receive an email once the booking is confirmed.", Ns = "Booking rescheduled", _s = "Booking date and time", Ps = "Cancel booking", Ls = "Reschedule", Fs = "Reject booking", Us = "Confirm booking", js = "Booking pending", qs = "Manage your booking below. The invitee will receive an email informing them of the request status.", Hs = "Your booking has been confirmed successfully", Ys = "A confirmation email has been sent to", zs = "Cancel booking?", Ws = "Your current timeslot will become available to others.", Gs = "Reason for cancellation", Vs = "Go back", Ks = "Your booking has been cancelled successfully", Js = "A cancellation email has been sent to", Zs = "Close", Qs = "Closing", Xs = "{{field}} is required.", eo = "{{field}} has invalid format.", to = "Create Booking", no = "Get Availability", ro = "Cancel Booking", io = "Reschedule Booking", uo = "Get UI Settings", so = "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!", go = "The selected timeslot is invalid", po = "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", tb = {
4966
+ }, ys = "Next", xs = "{{date}}", vs = "{{time}}", ws = "Name", Es = "Enter your name", ks = "Email", Ts = "Enter your email", $s = "Guest email", Ss = "Enter guest email", Cs = "Add guest", As = "Add another guest", Bs = "Back", Is = "Book now", Ds = "Booking confirmed", Os = "You'll receive an email confirmation soon.", Ms = "Booking sent", Rs = "You will receive an email once the booking is confirmed.", Ns = "Booking rescheduled", _s = "Booking date and time", Ps = "Cancel booking", Ls = "Reschedule", Fs = "Reject booking", Us = "Confirm booking", js = "Booking pending", qs = "Manage your booking below. The invitee will receive an email informing them of the request status.", Hs = "Your booking has been confirmed successfully", Ys = "A confirmation email has been sent to", zs = "Cancel booking?", Ws = "Your current timeslot will become available to others.", Gs = "Reason for cancellation", Vs = "Go back", Ks = "Your booking has been cancelled successfully", Js = "A cancellation email has been sent to", Zs = "Close", Qs = "Closing", Xs = "{{field}} is required.", eo = "{{field}} has invalid format.", to = "Create Booking", no = "Get Availability", ro = "Cancel Booking", io = "Reschedule Booking", uo = "Get UI Settings", so = "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!", go = "The selected timeslot is invalid", po = "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", tb = {
4967
4967
  noDateSelected: hs,
4968
4968
  rescheduleTitle: gs,
4969
4969
  days: ps,
@@ -4984,8 +4984,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
4984
4984
  bookNowButton: Is,
4985
4985
  bookingConfirmed: Ds,
4986
4986
  bookingConfirmedDescription: Os,
4987
- bookingSent: Rs,
4988
- bookingSentDescription: Ms,
4987
+ bookingSent: Ms,
4988
+ bookingSentDescription: Rs,
4989
4989
  bookingRescheduled: Ns,
4990
4990
  bookingDateAndTimeHeader: _s,
4991
4991
  cancelBookingButton: Ps,
@@ -5045,8 +5045,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5045
5045
  bookNowButton: Is,
5046
5046
  bookingConfirmed: Ds,
5047
5047
  bookingConfirmedDescription: Os,
5048
- bookingSent: Rs,
5049
- bookingSentDescription: Ms,
5048
+ bookingSent: Ms,
5049
+ bookingSentDescription: Rs,
5050
5050
  bookingRescheduled: Ns,
5051
5051
  bookingDateAndTimeHeader: _s,
5052
5052
  cancelBookingButton: Ps,
@@ -5111,7 +5111,7 @@ const hs = "No date selected", gs = "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", Io = "Entrer votre E-mail", Do = "E-mail invité", Oo = "Entrez l'adresse e-mail de l'invité", Ro = "Ajouter un invité", Mo = "Ajouter un autre invité", No = "Retour", _o = "Réservez maintenant", Po = "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", ua = "{{field}} est requis.", sa = "{{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", fa = "Obtenir les Paramètres UI", da = "Refuser la Réservation", ha = "Confirmer la Réservation", ga = "Quelque chose a mal tourné...", pa = "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", rb = {
5114
+ }, To = "Procéder", $o = "{{date}}", So = "{{time}}", Co = "Name", Ao = "Entrez votre nom", Bo = "E-mail", Io = "Entrer votre E-mail", Do = "E-mail invité", Oo = "Entrez l'adresse e-mail de l'invité", Mo = "Ajouter un invité", Ro = "Ajouter un autre invité", No = "Retour", _o = "Réservez maintenant", Po = "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", ua = "{{field}} est requis.", sa = "{{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", fa = "Obtenir les Paramètres UI", da = "Refuser la Réservation", ha = "Confirmer la Réservation", ga = "Quelque chose a mal tourné...", pa = "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", rb = {
5115
5115
  noDateSelected: xo,
5116
5116
  rescheduleTitle: vo,
5117
5117
  days: wo,
@@ -5126,8 +5126,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5126
5126
  emailPlaceholder: Io,
5127
5127
  guestEmail: Do,
5128
5128
  guestEmailPlaceholder: Oo,
5129
- addGuest: Ro,
5130
- addAnotherGuest: Mo,
5129
+ addGuest: Mo,
5130
+ addAnotherGuest: Ro,
5131
5131
  backButton: No,
5132
5132
  bookNowButton: _o,
5133
5133
  bookingConfirmed: Po,
@@ -5187,8 +5187,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5187
5187
  emailPlaceholder: Io,
5188
5188
  guestEmail: Do,
5189
5189
  guestEmailPlaceholder: Oo,
5190
- addGuest: Ro,
5191
- addAnotherGuest: Mo,
5190
+ addGuest: Mo,
5191
+ addAnotherGuest: Ro,
5192
5192
  backButton: No,
5193
5193
  bookNowButton: _o,
5194
5194
  bookingConfirmed: Po,
@@ -5259,7 +5259,7 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5259
5259
  october: "Octubre",
5260
5260
  november: "Noviembre",
5261
5261
  december: "Diciembre"
5262
- }, Ba = "Siguiente", Ia = "{{date}}", Da = "{{time}}", Oa = "Nombre", Ra = "Introduce tu nombre", Ma = "Correo electrónico", Na = "Introduce tu correo electrónico", _a = "Correo electrónico del invitado", Pa = "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", ul = "Regresar", sl = "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.", fl = "{{field}} tiene un formato no válido.", dl = "Crear Reserva", hl = "Obtener Disponibilidad", gl = "Cancelar Reserva", pl = "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", ub = {
5262
+ }, Ba = "Siguiente", Ia = "{{date}}", Da = "{{time}}", Oa = "Nombre", Ma = "Introduce tu nombre", Ra = "Correo electrónico", Na = "Introduce tu correo electrónico", _a = "Correo electrónico del invitado", Pa = "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", ul = "Regresar", sl = "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.", fl = "{{field}} tiene un formato no válido.", dl = "Crear Reserva", hl = "Obtener Disponibilidad", gl = "Cancelar Reserva", pl = "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", ub = {
5263
5263
  noDateSelected: Ta,
5264
5264
  rescheduleTitle: $a,
5265
5265
  days: Sa,
@@ -5269,8 +5269,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5269
5269
  selectedDayAndYear: Ia,
5270
5270
  selectedTime: Da,
5271
5271
  name: Oa,
5272
- namePlaceholder: Ra,
5273
- email: Ma,
5272
+ namePlaceholder: Ma,
5273
+ email: Ra,
5274
5274
  emailPlaceholder: Na,
5275
5275
  guestEmail: _a,
5276
5276
  guestEmailPlaceholder: Pa,
@@ -5330,8 +5330,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5330
5330
  selectedDayAndYear: Ia,
5331
5331
  selectedTime: Da,
5332
5332
  name: Oa,
5333
- namePlaceholder: Ra,
5334
- email: Ma,
5333
+ namePlaceholder: Ma,
5334
+ email: Ra,
5335
5335
  emailPlaceholder: Na,
5336
5336
  guestEmail: _a,
5337
5337
  guestEmailPlaceholder: Pa,
@@ -5394,7 +5394,7 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5394
5394
  hours: "時間",
5395
5395
  minute: "分",
5396
5396
  minutes: "分"
5397
- }, Rl = {
5397
+ }, Ml = {
5398
5398
  january: "1月",
5399
5399
  february: "2月",
5400
5400
  march: "3月",
@@ -5407,13 +5407,13 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5407
5407
  october: "10月",
5408
5408
  november: "11月",
5409
5409
  december: "12月"
5410
- }, Ml = "次", Nl = "{{date}}", _l = "{{time}}", Pl = "名前", Ll = "名前を入力してください", Fl = "メールアドレス", Ul = "メールアドレスを入力してください", jl = "ゲストのメールアドレス", ql = "ゲストのメールアドレスを入力してください", Hl = "ゲストを追加", Yl = "他のゲストを追加", zl = "戻る", Wl = "今すぐ予約", Gl = "予約が確認されました", Vl = "間もなくメールで確認が届きます。", Kl = "予約が送信されました", Jl = "予約が確認され次第、メールをお送りします。", Zl = "予約が再予定されました", Ql = "予約の日付と時間", Xl = "予約をキャンセル", ec = "再調整", tc = "予約を拒否", nc = "予約を確認", rc = "予約保留中", ic = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", uc = "予約が正常に確認されました", sc = "確認メールが送信されました", oc = "予約をキャンセルしますか?", ac = "現在の時間枠は他の人に利用可能になります。", lc = "キャンセルの理由", cc = "戻る", fc = "予約が正常にキャンセルされました", dc = "キャンセルメールが送信されました", hc = "閉じる", gc = "閉じる", pc = "{{field}} は必須です.", mc = "{{field}} の形式が無効です.", bc = "予約作成", yc = "空き状況を取得", xc = "予約をキャンセル", vc = "予約の再スケジュール", wc = "UI設定を取得", Ec = "予約を拒否", kc = "予約を確認", Tc = "何かがうまくいかなかった...", $c = "スケジューリングコンポーネントエラー", Sc = "プライベート構成には 'sessionId' が必要です。", Cc = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Ac = "無効な時間帯!", Bc = "選択された時間帯は無効です", Ic = "キャンセルエラー", Dc = "キャンセルの理由を入力してください。", Oc = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Rc = "予約キャンセルフォームエラー", ob = {
5410
+ }, Rl = "次", Nl = "{{date}}", _l = "{{time}}", Pl = "名前", Ll = "名前を入力してください", Fl = "メールアドレス", Ul = "メールアドレスを入力してください", jl = "ゲストのメールアドレス", ql = "ゲストのメールアドレスを入力してください", Hl = "ゲストを追加", Yl = "他のゲストを追加", zl = "戻る", Wl = "今すぐ予約", Gl = "予約が確認されました", Vl = "間もなくメールで確認が届きます。", Kl = "予約が送信されました", Jl = "予約が確認され次第、メールをお送りします。", Zl = "予約が再予定されました", Ql = "予約の日付と時間", Xl = "予約をキャンセル", ec = "再調整", tc = "予約を拒否", nc = "予約を確認", rc = "予約保留中", ic = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", uc = "予約が正常に確認されました", sc = "確認メールが送信されました", oc = "予約をキャンセルしますか?", ac = "現在の時間枠は他の人に利用可能になります。", lc = "キャンセルの理由", cc = "戻る", fc = "予約が正常にキャンセルされました", dc = "キャンセルメールが送信されました", hc = "閉じる", gc = "閉じる", pc = "{{field}} は必須です.", mc = "{{field}} の形式が無効です.", bc = "予約作成", yc = "空き状況を取得", xc = "予約をキャンセル", vc = "予約の再スケジュール", wc = "UI設定を取得", Ec = "予約を拒否", kc = "予約を確認", Tc = "何かがうまくいかなかった...", $c = "スケジューリングコンポーネントエラー", Sc = "プライベート構成には 'sessionId' が必要です。", Cc = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Ac = "無効な時間帯!", Bc = "選択された時間帯は無効です", Ic = "キャンセルエラー", Dc = "キャンセルの理由を入力してください。", Oc = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Mc = "予約キャンセルフォームエラー", ob = {
5411
5411
  noDateSelected: Bl,
5412
5412
  rescheduleTitle: Il,
5413
5413
  days: Dl,
5414
5414
  time: Ol,
5415
- months: Rl,
5416
- nextButton: Ml,
5415
+ months: Ml,
5416
+ nextButton: Rl,
5417
5417
  selectedDayAndYear: Nl,
5418
5418
  selectedTime: _l,
5419
5419
  name: Pl,
@@ -5466,15 +5466,15 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5466
5466
  cancellationErrorTitle: Ic,
5467
5467
  cancellationErrorMessage: Dc,
5468
5468
  minimumCancellationErrorMessage: Oc,
5469
- cancelBokingFormError: Rc
5469
+ cancelBokingFormError: Mc
5470
5470
  }, ab = /* @__PURE__ */ Object.freeze({
5471
5471
  __proto__: null,
5472
5472
  noDateSelected: Bl,
5473
5473
  rescheduleTitle: Il,
5474
5474
  days: Dl,
5475
5475
  time: Ol,
5476
- months: Rl,
5477
- nextButton: Ml,
5476
+ months: Ml,
5477
+ nextButton: Rl,
5478
5478
  selectedDayAndYear: Nl,
5479
5479
  selectedTime: _l,
5480
5480
  name: Pl,
@@ -5527,9 +5527,9 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5527
5527
  cancellationErrorTitle: Ic,
5528
5528
  cancellationErrorMessage: Dc,
5529
5529
  minimumCancellationErrorMessage: Oc,
5530
- cancelBokingFormError: Rc,
5530
+ cancelBokingFormError: Mc,
5531
5531
  default: ob
5532
- }), Mc = "Kein Datum ausgewählt", Nc = "Wählen Sie einen anderen Zeitpunkt, um Ihr Meeting neu zu planen", _c = {
5532
+ }), Rc = "Kein Datum ausgewählt", Nc = "Wählen Sie einen anderen Zeitpunkt, um Ihr Meeting neu zu planen", _c = {
5533
5533
  sunday: "SO",
5534
5534
  monday: "MO",
5535
5535
  tuesday: "DI",
@@ -5555,8 +5555,8 @@ const hs = "No date selected", gs = "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.", e0 = "Buchung gesendet", t0 = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", n0 = "Buchung umgebucht", r0 = "Buchungsdatum und -zeit", i0 = "Buchung stornieren", u0 = "Umplanen", s0 = "Buchung ablehnen", o0 = "Buchung bestätigen", a0 = "Buchung ausstehend", l0 = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", c0 = "Ihre Buchung wurde erfolgreich bestätigt", f0 = "Eine Bestätigungs-E-Mail wurde gesendet an", d0 = "Buchung stornieren?", h0 = "Ihr aktueller Zeitraum wird für andere verfügbar.", g0 = "Grund für die Stornierung", p0 = "Zurück", m0 = "Ihre Buchung wurde erfolgreich storniert", b0 = "Eine Stornierungs-E-Mail wurde gesendet an", y0 = "Schließen", x0 = "Schließen", v0 = "{{field}} ist erforderlich.", w0 = "{{field}} hat ein ungültiges Format.", E0 = "Buchung Erstellen", k0 = "Verfügbarkeit Ermitteln", T0 = "Buchung Stornieren", $0 = "Buchung Verschieben", S0 = "UI-Einstellungen Abrufen", C0 = "Buchung Ablehnen", A0 = "Buchung Bestätigen", B0 = "Etwas ist schief gelaufen...", I0 = "Fehler im Planungskomponent", D0 = "'sessionId' ist für private Konfigurationen erforderlich.", O0 = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", R0 = "Ungültiges Zeitfenster!", M0 = "Das ausgewählte Zeitfenster ist ungültig", N0 = "Stornierungsfehler", _0 = "Bitte geben Sie einen Grund für die Stornierung an.", P0 = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", L0 = "Fehler im Stornierungsformular", lb = {
5559
- noDateSelected: Mc,
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.", e0 = "Buchung gesendet", t0 = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", n0 = "Buchung umgebucht", r0 = "Buchungsdatum und -zeit", i0 = "Buchung stornieren", u0 = "Umplanen", s0 = "Buchung ablehnen", o0 = "Buchung bestätigen", a0 = "Buchung ausstehend", l0 = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", c0 = "Ihre Buchung wurde erfolgreich bestätigt", f0 = "Eine Bestätigungs-E-Mail wurde gesendet an", d0 = "Buchung stornieren?", h0 = "Ihr aktueller Zeitraum wird für andere verfügbar.", g0 = "Grund für die Stornierung", p0 = "Zurück", m0 = "Ihre Buchung wurde erfolgreich storniert", b0 = "Eine Stornierungs-E-Mail wurde gesendet an", y0 = "Schließen", x0 = "Schließen", v0 = "{{field}} ist erforderlich.", w0 = "{{field}} hat ein ungültiges Format.", E0 = "Buchung Erstellen", k0 = "Verfügbarkeit Ermitteln", T0 = "Buchung Stornieren", $0 = "Buchung Verschieben", S0 = "UI-Einstellungen Abrufen", C0 = "Buchung Ablehnen", A0 = "Buchung Bestätigen", B0 = "Etwas ist schief gelaufen...", I0 = "Fehler im Planungskomponent", D0 = "'sessionId' ist für private Konfigurationen erforderlich.", O0 = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", M0 = "Ungültiges Zeitfenster!", R0 = "Das ausgewählte Zeitfenster ist ungültig", N0 = "Stornierungsfehler", _0 = "Bitte geben Sie einen Grund für die Stornierung an.", P0 = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", L0 = "Fehler im Stornierungsformular", lb = {
5559
+ noDateSelected: Rc,
5560
5560
  rescheduleTitle: Nc,
5561
5561
  days: _c,
5562
5562
  time: Pc,
@@ -5609,15 +5609,15 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5609
5609
  schedulingComponentErrorTitle: I0,
5610
5610
  sessionIdRequiredErrorMessage: D0,
5611
5611
  publicConfigErrorMessage: O0,
5612
- invalidTimeslotErrorTitle: R0,
5613
- invalidTimeslotErrorMessage: M0,
5612
+ invalidTimeslotErrorTitle: M0,
5613
+ invalidTimeslotErrorMessage: R0,
5614
5614
  cancellationErrorTitle: N0,
5615
5615
  cancellationErrorMessage: _0,
5616
5616
  minimumCancellationErrorMessage: P0,
5617
5617
  cancelBokingFormError: L0
5618
5618
  }, cb = /* @__PURE__ */ Object.freeze({
5619
5619
  __proto__: null,
5620
- noDateSelected: Mc,
5620
+ noDateSelected: Rc,
5621
5621
  rescheduleTitle: Nc,
5622
5622
  days: _c,
5623
5623
  time: Pc,
@@ -5670,8 +5670,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5670
5670
  schedulingComponentErrorTitle: I0,
5671
5671
  sessionIdRequiredErrorMessage: D0,
5672
5672
  publicConfigErrorMessage: O0,
5673
- invalidTimeslotErrorTitle: R0,
5674
- invalidTimeslotErrorMessage: M0,
5673
+ invalidTimeslotErrorTitle: M0,
5674
+ invalidTimeslotErrorMessage: R0,
5675
5675
  cancellationErrorTitle: N0,
5676
5676
  cancellationErrorMessage: _0,
5677
5677
  minimumCancellationErrorMessage: P0,
@@ -5703,7 +5703,7 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5703
5703
  october: "Oktober",
5704
5704
  november: "November",
5705
5705
  december: "December"
5706
- }, Y0 = "Nästa", z0 = "{{date}}", W0 = "{{time}}", G0 = "Namn", V0 = "Ange ditt namn", K0 = "E-post", J0 = "Ange din e-postadress", Z0 = "Gästens e-post", Q0 = "Ange gästens e-postadress", X0 = "Lägg till gäst", ef = "Lägg till en gäst till", tf = "Tillbaka", nf = "Boka nu", rf = "Bokning bekräftad", uf = "Du kommer snart att få en bekräftelse via e-post.", sf = "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", ff = "Omboka", df = "Avvisa bokning", hf = "Bekräfta bokning", gf = "Bokning pågår", pf = "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", If = "Avboka Bokning", Df = "Omboka Bokning", Of = "Hämta UI-inställningar", Rf = "Avvisa Bokning", Mf = "Bekräfta Bokning", Nf = "Något gick fel...", _f = "Schemaläggningskomponentfel", Pf = "'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", fb = {
5706
+ }, Y0 = "Nästa", z0 = "{{date}}", W0 = "{{time}}", G0 = "Namn", V0 = "Ange ditt namn", K0 = "E-post", J0 = "Ange din e-postadress", Z0 = "Gästens e-post", Q0 = "Ange gästens e-postadress", X0 = "Lägg till gäst", ef = "Lägg till en gäst till", tf = "Tillbaka", nf = "Boka nu", rf = "Bokning bekräftad", uf = "Du kommer snart att få en bekräftelse via e-post.", sf = "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", ff = "Omboka", df = "Avvisa bokning", hf = "Bekräfta bokning", gf = "Bokning pågår", pf = "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", If = "Avboka Bokning", Df = "Omboka Bokning", Of = "Hämta UI-inställningar", Mf = "Avvisa Bokning", Rf = "Bekräfta Bokning", Nf = "Något gick fel...", _f = "Schemaläggningskomponentfel", Pf = "'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", fb = {
5707
5707
  noDateSelected: F0,
5708
5708
  rescheduleTitle: U0,
5709
5709
  days: j0,
@@ -5751,8 +5751,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5751
5751
  cancelBookingErrorTitle: If,
5752
5752
  rescheduleBookingErrorTitle: Df,
5753
5753
  getUISettingErrorTitle: Of,
5754
- rejectBookingErrorTitle: Rf,
5755
- confirmBookingErrorTitle: Mf,
5754
+ rejectBookingErrorTitle: Mf,
5755
+ confirmBookingErrorTitle: Rf,
5756
5756
  genericErrorTitle: Nf,
5757
5757
  schedulingComponentErrorTitle: _f,
5758
5758
  sessionIdRequiredErrorMessage: Pf,
@@ -5812,8 +5812,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5812
5812
  cancelBookingErrorTitle: If,
5813
5813
  rescheduleBookingErrorTitle: Df,
5814
5814
  getUISettingErrorTitle: Of,
5815
- rejectBookingErrorTitle: Rf,
5816
- confirmBookingErrorTitle: Mf,
5815
+ rejectBookingErrorTitle: Mf,
5816
+ confirmBookingErrorTitle: Rf,
5817
5817
  genericErrorTitle: Nf,
5818
5818
  schedulingComponentErrorTitle: _f,
5819
5819
  sessionIdRequiredErrorMessage: Pf,
@@ -5851,7 +5851,7 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5851
5851
  october: "十月",
5852
5852
  november: "十一月",
5853
5853
  december: "十二月"
5854
- }, Jf = "下一个", Zf = "{{date}}", Qf = "{{time}}", Xf = "姓名", ed = "输入你的名字", td = "电子邮件", nd = "输入你的电子邮件", rd = "客人的电子邮件", id = "输入客人的电子邮件", ud = "添加客人", sd = "添加另一个客人", od = "返回", ad = "立即预订", ld = "预订已确认", cd = "您将很快收到一封确认电子邮件。", fd = "预订已发送", dd = "预订确认后,您将收到一封电子邮件。", hd = "预订已重新安排", gd = "预订日期和时间", pd = "取消预订", md = "重新安排", bd = "拒绝预订", yd = "确认预订", xd = "预订待处理", vd = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", wd = "您的预订已成功确认", Ed = "确认邮件已发送至", kd = "取消预订?", Td = "您当前的时间段将对其他人开放。", $d = "取消原因", Sd = "返回", Cd = "您的预订已成功取消", Ad = "取消邮件已发送至", Bd = "关闭", Id = "关闭", Dd = "{{field}} 是必需的.", Od = "{{field}} 格式无效.", Rd = "创建预订", Md = "获取可用性", Nd = "取消预订", _d = "重新安排预订", Pd = "获取UI设置", Ld = "拒绝预订", Fd = "确认预订", Ud = "出了点问题...", jd = "调度组件错误", qd = "私有配置需要 'sessionId'。", Hd = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Yd = "无效的时间段!", zd = "所选时间段无效", Wd = "取消错误", Gd = "请提供取消的原因。", Vd = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", Kd = "取消预订表单错误", hb = {
5854
+ }, Jf = "下一个", Zf = "{{date}}", Qf = "{{time}}", Xf = "姓名", ed = "输入你的名字", td = "电子邮件", nd = "输入你的电子邮件", rd = "客人的电子邮件", id = "输入客人的电子邮件", ud = "添加客人", sd = "添加另一个客人", od = "返回", ad = "立即预订", ld = "预订已确认", cd = "您将很快收到一封确认电子邮件。", fd = "预订已发送", dd = "预订确认后,您将收到一封电子邮件。", hd = "预订已重新安排", gd = "预订日期和时间", pd = "取消预订", md = "重新安排", bd = "拒绝预订", yd = "确认预订", xd = "预订待处理", vd = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", wd = "您的预订已成功确认", Ed = "确认邮件已发送至", kd = "取消预订?", Td = "您当前的时间段将对其他人开放。", $d = "取消原因", Sd = "返回", Cd = "您的预订已成功取消", Ad = "取消邮件已发送至", Bd = "关闭", Id = "关闭", Dd = "{{field}} 是必需的.", Od = "{{field}} 格式无效.", Md = "创建预订", Rd = "获取可用性", Nd = "取消预订", _d = "重新安排预订", Pd = "获取UI设置", Ld = "拒绝预订", Fd = "确认预订", Ud = "出了点问题...", jd = "调度组件错误", qd = "私有配置需要 'sessionId'。", Hd = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Yd = "无效的时间段!", zd = "所选时间段无效", Wd = "取消错误", Gd = "请提供取消的原因。", Vd = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", Kd = "取消预订表单错误", hb = {
5855
5855
  noDateSelected: zf,
5856
5856
  rescheduleTitle: Wf,
5857
5857
  days: Gf,
@@ -5894,8 +5894,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5894
5894
  closingButton: Id,
5895
5895
  fieldRequired: Dd,
5896
5896
  invalidInputFormat: Od,
5897
- createBookingErrorTitle: Rd,
5898
- getAvailabilityErrorTitle: Md,
5897
+ createBookingErrorTitle: Md,
5898
+ getAvailabilityErrorTitle: Rd,
5899
5899
  cancelBookingErrorTitle: Nd,
5900
5900
  rescheduleBookingErrorTitle: _d,
5901
5901
  getUISettingErrorTitle: Pd,
@@ -5955,8 +5955,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
5955
5955
  closingButton: Id,
5956
5956
  fieldRequired: Dd,
5957
5957
  invalidInputFormat: Od,
5958
- createBookingErrorTitle: Rd,
5959
- getAvailabilityErrorTitle: Md,
5958
+ createBookingErrorTitle: Md,
5959
+ getAvailabilityErrorTitle: Rd,
5960
5960
  cancelBookingErrorTitle: Nd,
5961
5961
  rescheduleBookingErrorTitle: _d,
5962
5962
  getUISettingErrorTitle: Pd,
@@ -5999,7 +5999,7 @@ const hs = "No date selected", gs = "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", uh = "Voer je naam in", sh = "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", fh = "Nog een gast toevoegen", dh = "Terug", hh = "Boek nu", gh = "Boeking bevestigd", ph = "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.", Ih = "Reden voor annulering", Dh = "Ga terug", Oh = "Uw boeking is succesvol geannuleerd", Rh = "Er is een annuleringsmail verzonden naar", Mh = "Sluiten", Nh = "Sluiten", _h = "{{field}} is vereist.", Ph = "{{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", e1 = "Fout in het annuleringsformulier", pb = {
6002
+ }, th = "Volgende", nh = "{{date}}", rh = "{{time}}", ih = "Naam", uh = "Voer je naam in", sh = "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", fh = "Nog een gast toevoegen", dh = "Terug", hh = "Boek nu", gh = "Boeking bevestigd", ph = "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.", Ih = "Reden voor annulering", Dh = "Ga terug", Oh = "Uw boeking is succesvol geannuleerd", Mh = "Er is een annuleringsmail verzonden naar", Rh = "Sluiten", Nh = "Sluiten", _h = "{{field}} is vereist.", Ph = "{{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", e1 = "Fout in het annuleringsformulier", pb = {
6003
6003
  noDateSelected: Jd,
6004
6004
  rescheduleTitle: Zd,
6005
6005
  days: Qd,
@@ -6037,8 +6037,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
6037
6037
  reasonForCancellation: Ih,
6038
6038
  goBackButton: Dh,
6039
6039
  bookingCancelledTitle: Oh,
6040
- bookingCancelledMessage: Rh,
6041
- closeButton: Mh,
6040
+ bookingCancelledMessage: Mh,
6041
+ closeButton: Rh,
6042
6042
  closingButton: Nh,
6043
6043
  fieldRequired: _h,
6044
6044
  invalidInputFormat: Ph,
@@ -6098,8 +6098,8 @@ const hs = "No date selected", gs = "Choose another time slot to reschedule your
6098
6098
  reasonForCancellation: Ih,
6099
6099
  goBackButton: Dh,
6100
6100
  bookingCancelledTitle: Oh,
6101
- bookingCancelledMessage: Rh,
6102
- closeButton: Mh,
6101
+ bookingCancelledMessage: Mh,
6102
+ closeButton: Rh,
6103
6103
  closingButton: Nh,
6104
6104
  fieldRequired: _h,
6105
6105
  invalidInputFormat: Ph,
@@ -6394,8 +6394,8 @@ var cr = {};
6394
6394
  }
6395
6395
  m = k + B, k = B === 0 ? m + 1 : m;
6396
6396
  }
6397
- var R = S + h.slice(m);
6398
- return S = "", R;
6397
+ var M = S + h.slice(m);
6398
+ return S = "", M;
6399
6399
  };
6400
6400
  }
6401
6401
  function D(y, S, w, v) {
@@ -6407,13 +6407,13 @@ var cr = {};
6407
6407
  return m < 0 || m >= h ? -1 : y[w + m] - 1;
6408
6408
  }
6409
6409
  for (var k = w, B = k + h - 1; k <= B; ) {
6410
- var R = k + B >>> 1, N = y[R];
6410
+ var M = k + B >>> 1, N = y[M];
6411
6411
  if (N < v)
6412
- k = R + 1;
6412
+ k = M + 1;
6413
6413
  else if (N > v)
6414
- B = R - 1;
6414
+ B = M - 1;
6415
6415
  else
6416
- return y[R + h];
6416
+ return y[M + h];
6417
6417
  }
6418
6418
  return -1;
6419
6419
  }
@@ -6459,10 +6459,10 @@ function bb(n) {
6459
6459
  function yb(n) {
6460
6460
  return n >= I.UpperA && n <= I.UpperF || n >= I.LowerA && n <= I.LowerF;
6461
6461
  }
6462
- var Me;
6462
+ var Re;
6463
6463
  (function(n) {
6464
6464
  n[n.NoValue = 0] = "NoValue", n[n.Unquoted = 1] = "Unquoted", n[n.Single = 2] = "Single", n[n.Double = 3] = "Double";
6465
- })(Me || (Me = {}));
6465
+ })(Re || (Re = {}));
6466
6466
  const de = {
6467
6467
  Cdata: new Uint8Array([67, 68, 65, 84, 65, 91]),
6468
6468
  CdataEnd: new Uint8Array([93, 93, 62]),
@@ -6608,13 +6608,13 @@ class t1 {
6608
6608
  (e === I.Eq || Ht(e)) && (this.cbs.onattribname(this.sectionStart, this.index), this.sectionStart = -1, this.state = E.AfterAttributeName, this.stateAfterAttributeName(e));
6609
6609
  }
6610
6610
  stateAfterAttributeName(e) {
6611
- e === I.Eq ? this.state = E.BeforeAttributeValue : e === I.Slash || e === I.Gt ? (this.cbs.onattribend(Me.NoValue, this.index), this.state = E.BeforeAttributeName, this.stateBeforeAttributeName(e)) : Fe(e) || (this.cbs.onattribend(Me.NoValue, this.index), this.state = E.InAttributeName, this.sectionStart = this.index);
6611
+ e === I.Eq ? this.state = E.BeforeAttributeValue : e === I.Slash || e === I.Gt ? (this.cbs.onattribend(Re.NoValue, this.index), this.state = E.BeforeAttributeName, this.stateBeforeAttributeName(e)) : Fe(e) || (this.cbs.onattribend(Re.NoValue, this.index), this.state = E.InAttributeName, this.sectionStart = this.index);
6612
6612
  }
6613
6613
  stateBeforeAttributeValue(e) {
6614
6614
  e === I.DoubleQuote ? (this.state = E.InAttributeValueDq, this.sectionStart = this.index + 1) : e === I.SingleQuote ? (this.state = E.InAttributeValueSq, this.sectionStart = this.index + 1) : Fe(e) || (this.sectionStart = this.index, this.state = E.InAttributeValueNq, this.stateInAttributeValueNoQuotes(e));
6615
6615
  }
6616
6616
  handleInAttributeValue(e, t) {
6617
- e === t || !this.decodeEntities && this.fastForwardTo(t) ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(t === I.DoubleQuote ? Me.Double : Me.Single, this.index), this.state = E.BeforeAttributeName) : this.decodeEntities && e === I.Amp && (this.baseState = this.state, this.state = E.BeforeEntity);
6617
+ e === t || !this.decodeEntities && this.fastForwardTo(t) ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(t === I.DoubleQuote ? Re.Double : Re.Single, this.index), this.state = E.BeforeAttributeName) : this.decodeEntities && e === I.Amp && (this.baseState = this.state, this.state = E.BeforeEntity);
6618
6618
  }
6619
6619
  stateInAttributeValueDoubleQuotes(e) {
6620
6620
  this.handleInAttributeValue(e, I.DoubleQuote);
@@ -6623,7 +6623,7 @@ class t1 {
6623
6623
  this.handleInAttributeValue(e, I.SingleQuote);
6624
6624
  }
6625
6625
  stateInAttributeValueNoQuotes(e) {
6626
- Fe(e) || e === I.Gt ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(Me.Unquoted, this.index), this.state = E.BeforeAttributeName, this.stateBeforeAttributeName(e)) : this.decodeEntities && e === I.Amp && (this.baseState = this.state, this.state = E.BeforeEntity);
6626
+ Fe(e) || e === I.Gt ? (this.cbs.onattribdata(this.sectionStart, this.index), this.sectionStart = -1, this.cbs.onattribend(Re.Unquoted, this.index), this.state = E.BeforeAttributeName, this.stateBeforeAttributeName(e)) : this.decodeEntities && e === I.Amp && (this.baseState = this.state, this.state = E.BeforeEntity);
6627
6627
  }
6628
6628
  stateBeforeDeclaration(e) {
6629
6629
  e === I.OpeningSquareBracket ? (this.state = E.CDATASequence, this.sequenceIndex = 0) : this.state = e === I.Dash ? E.BeforeComment : E.InDeclaration;
@@ -7027,7 +7027,7 @@ class jr {
7027
7027
  /** @internal */
7028
7028
  onattribend(e, t) {
7029
7029
  var r, i;
7030
- this.endIndex = t, (i = (r = this.cbs).onattribute) === null || i === void 0 || i.call(r, this.attribname, this.attribvalue, e === Me.Double ? '"' : e === Me.Single ? "'" : e === Me.NoValue ? void 0 : null), this.attribs && !Object.prototype.hasOwnProperty.call(this.attribs, this.attribname) && (this.attribs[this.attribname] = this.attribvalue), this.attribvalue = "";
7030
+ this.endIndex = t, (i = (r = this.cbs).onattribute) === null || i === void 0 || i.call(r, this.attribname, this.attribvalue, e === Re.Double ? '"' : e === Re.Single ? "'" : e === Re.NoValue ? void 0 : null), this.attribs && !Object.prototype.hasOwnProperty.call(this.attribs, this.attribname) && (this.attribs[this.attribname] = this.attribvalue), this.attribvalue = "";
7031
7031
  }
7032
7032
  getInstructionName(e) {
7033
7033
  const t = e.search(wb);
@@ -7354,7 +7354,7 @@ class m1 extends Hr {
7354
7354
  function ye(n) {
7355
7355
  return n1(n);
7356
7356
  }
7357
- function Mn(n) {
7357
+ function Rn(n) {
7358
7358
  return n.type === V.CDATA;
7359
7359
  }
7360
7360
  function Xe(n) {
@@ -7381,7 +7381,7 @@ function y1(n, e = !1) {
7381
7381
  else if (ye(n)) {
7382
7382
  const r = e ? zn(n.children) : [], i = new m1(n.name, { ...n.attribs }, r);
7383
7383
  r.forEach((u) => u.parent = i), n.namespace != null && (i.namespace = n.namespace), n["x-attribsNamespace"] && (i["x-attribsNamespace"] = { ...n["x-attribsNamespace"] }), n["x-attribsPrefix"] && (i["x-attribsPrefix"] = { ...n["x-attribsPrefix"] }), t = i;
7384
- } else if (Mn(n)) {
7384
+ } else if (Rn(n)) {
7385
7385
  const r = e ? zn(n.children) : [], i = new p1(r);
7386
7386
  r.forEach((u) => u.parent = i), t = i;
7387
7387
  } else if (b1(n)) {
@@ -7664,10 +7664,10 @@ function zr(n, e = {}) {
7664
7664
  const t = "length" in n ? n : [n];
7665
7665
  let r = "";
7666
7666
  for (let i = 0; i < t.length; i++)
7667
- r += Rb(t[i], e);
7667
+ r += Mb(t[i], e);
7668
7668
  return r;
7669
7669
  }
7670
- function Rb(n, e) {
7670
+ function Mb(n, e) {
7671
7671
  switch (n.type) {
7672
7672
  case r1:
7673
7673
  return zr(n.children, e);
@@ -7686,7 +7686,7 @@ function Rb(n, e) {
7686
7686
  return Lb(n, e);
7687
7687
  }
7688
7688
  }
7689
- const Mb = /* @__PURE__ */ new Set([
7689
+ const Rb = /* @__PURE__ */ new Set([
7690
7690
  "mi",
7691
7691
  "mo",
7692
7692
  "mn",
@@ -7699,7 +7699,7 @@ const Mb = /* @__PURE__ */ new Set([
7699
7699
  ]), Nb = /* @__PURE__ */ new Set(["svg", "math"]);
7700
7700
  function _b(n, e) {
7701
7701
  var t;
7702
- e.xmlMode === "foreign" && (n.name = (t = Ab.get(n.name)) !== null && t !== void 0 ? t : n.name, n.parent && Mb.has(n.parent.name) && (e = { ...e, xmlMode: !1 })), !e.xmlMode && Nb.has(n.name) && (e = { ...e, xmlMode: "foreign" });
7702
+ e.xmlMode === "foreign" && (n.name = (t = Ab.get(n.name)) !== null && t !== void 0 ? t : n.name, n.parent && Rb.has(n.parent.name) && (e = { ...e, xmlMode: !1 })), !e.xmlMode && Nb.has(n.name) && (e = { ...e, xmlMode: "foreign" });
7703
7703
  let r = `<${n.name}`;
7704
7704
  const i = Ob(n.attribs, e);
7705
7705
  return i && (r += ` ${i}`), n.children.length === 0 && (e.xmlMode ? (
@@ -7732,13 +7732,13 @@ function jb(n, e) {
7732
7732
  }
7733
7733
  function nn(n) {
7734
7734
  return Array.isArray(n) ? n.map(nn).join("") : ye(n) ? n.name === "br" ? `
7735
- ` : nn(n.children) : Mn(n) ? nn(n.children) : Xe(n) ? n.data : "";
7735
+ ` : nn(n.children) : Rn(n) ? nn(n.children) : Xe(n) ? n.data : "";
7736
7736
  }
7737
7737
  function vn(n) {
7738
7738
  return Array.isArray(n) ? n.map(vn).join("") : Ve(n) && !Yr(n) ? vn(n.children) : Xe(n) ? n.data : "";
7739
7739
  }
7740
7740
  function hr(n) {
7741
- return Array.isArray(n) ? n.map(hr).join("") : Ve(n) && (n.type === V.Tag || Mn(n)) ? hr(n.children) : Xe(n) ? n.data : "";
7741
+ return Array.isArray(n) ? n.map(hr).join("") : Ve(n) && (n.type === V.Tag || Rn(n)) ? hr(n.children) : Xe(n) ? n.data : "";
7742
7742
  }
7743
7743
  function E1(n) {
7744
7744
  return Ve(n) ? n.children : [];
@@ -8044,7 +8044,7 @@ function d2(n) {
8044
8044
  const h2 = /* @__PURE__ */ Object.freeze({
8045
8045
  __proto__: null,
8046
8046
  isTag: ye,
8047
- isCDATA: Mn,
8047
+ isCDATA: Rn,
8048
8048
  isText: Xe,
8049
8049
  isComment: Yr,
8050
8050
  isDocument: b1,
@@ -8184,21 +8184,21 @@ function O1(n, e) {
8184
8184
  return !1;
8185
8185
  }
8186
8186
  }
8187
- function R2(n, e) {
8187
+ function M2(n, e) {
8188
8188
  return O1(n, e) && !(Object.hasOwnProperty.call(n, e) && Object.propertyIsEnumerable.call(n, e));
8189
8189
  }
8190
- function M2(n, e, t) {
8190
+ function R2(n, e, t) {
8191
8191
  var r = {};
8192
8192
  return t.isMergeableObject(n) && uu(n).forEach(function(i) {
8193
8193
  r[i] = At(n[i], t);
8194
8194
  }), uu(e).forEach(function(i) {
8195
- R2(n, i) || (O1(n, i) && t.isMergeableObject(e[i]) ? r[i] = D2(i, t)(n[i], e[i], t) : r[i] = At(e[i], t));
8195
+ M2(n, i) || (O1(n, i) && t.isMergeableObject(e[i]) ? r[i] = D2(i, t)(n[i], e[i], t) : r[i] = At(e[i], t));
8196
8196
  }), r;
8197
8197
  }
8198
8198
  function dt(n, e, t) {
8199
8199
  t = t || {}, t.arrayMerge = t.arrayMerge || I2, t.isMergeableObject = t.isMergeableObject || k2, t.cloneUnlessOtherwiseSpecified = At;
8200
8200
  var r = Array.isArray(e), i = Array.isArray(n), u = r === i;
8201
- return u ? r ? t.arrayMerge(n, e, t) : M2(n, e, t) : At(e, t);
8201
+ return u ? r ? t.arrayMerge(n, e, t) : R2(n, e, t) : At(e, t);
8202
8202
  }
8203
8203
  dt.all = function(e, t) {
8204
8204
  if (!Array.isArray(e))
@@ -8207,7 +8207,7 @@ dt.all = function(e, t) {
8207
8207
  return dt(r, i, t);
8208
8208
  }, {});
8209
8209
  };
8210
- var N2 = dt, _2 = N2, R1 = { exports: {} };
8210
+ var N2 = dt, _2 = N2, M1 = { exports: {} };
8211
8211
  (function(n) {
8212
8212
  (function(e, t) {
8213
8213
  n.exports ? n.exports = t() : e.parseSrcset = t();
@@ -8271,12 +8271,12 @@ var N2 = dt, _2 = N2, R1 = { exports: {} };
8271
8271
  }
8272
8272
  };
8273
8273
  });
8274
- })(R1);
8275
- var su = ke.process, Vr = { exports: {} }, X = String, M1 = function() {
8274
+ })(M1);
8275
+ var su = ke.process, Vr = { exports: {} }, X = String, R1 = function() {
8276
8276
  return { isColorSupported: !1, reset: X, bold: X, dim: X, italic: X, underline: X, inverse: X, hidden: X, strikethrough: X, black: X, red: X, green: X, yellow: X, blue: X, magenta: X, cyan: X, white: X, gray: X, bgBlack: X, bgRed: X, bgGreen: X, bgYellow: X, bgBlue: X, bgMagenta: X, bgCyan: X, bgWhite: X };
8277
8277
  };
8278
- Vr.exports = M1();
8279
- Vr.exports.createColors = M1;
8278
+ Vr.exports = R1();
8279
+ Vr.exports.createColors = R1;
8280
8280
  const P2 = {}, L2 = /* @__PURE__ */ Object.freeze({
8281
8281
  __proto__: null,
8282
8282
  default: P2
@@ -9576,7 +9576,7 @@ function Oy(n) {
9576
9576
  if (r) return r;
9577
9577
  }
9578
9578
  }
9579
- class Ry {
9579
+ class My {
9580
9580
  constructor(e) {
9581
9581
  this.input = e, this.root = new Dy(), this.current = this.root, this.spaces = "", this.semicolon = !1, this.customProperty = !1, this.createTokenizer(), this.root.source = { input: e, start: { offset: 0, line: 1, column: 1 } };
9582
9582
  }
@@ -9872,8 +9872,8 @@ class Ry {
9872
9872
  );
9873
9873
  }
9874
9874
  }
9875
- var My = Ry;
9876
- let Ny = nt, _y = My, Py = Fn;
9875
+ var Ry = My;
9876
+ let Ny = nt, _y = Ry, Py = Fn;
9877
9877
  function Sn(n, e) {
9878
9878
  let t = new Py(n, e), r = new _y(t);
9879
9879
  try {
@@ -10317,8 +10317,8 @@ Ot.default = Ot;
10317
10317
  n3.registerProcessor(Ot);
10318
10318
  t3.registerProcessor(Ot);
10319
10319
  let i3 = Ln, u3 = _1, s3 = Un, o3 = ei, a3 = Fn, l3 = Ft, c3 = ti;
10320
- function Rt(n, e) {
10321
- if (Array.isArray(n)) return n.map((i) => Rt(i));
10320
+ function Mt(n, e) {
10321
+ if (Array.isArray(n)) return n.map((i) => Mt(i));
10322
10322
  let { inputs: t, ...r } = n;
10323
10323
  if (t) {
10324
10324
  e = [];
@@ -10330,7 +10330,7 @@ function Rt(n, e) {
10330
10330
  }), e.push(u);
10331
10331
  }
10332
10332
  }
10333
- if (r.nodes && (r.nodes = n.nodes.map((i) => Rt(i, e))), r.source) {
10333
+ if (r.nodes && (r.nodes = n.nodes.map((i) => Mt(i, e))), r.source) {
10334
10334
  let { inputId: i, ...u } = r.source;
10335
10335
  r.source = u, i != null && (r.source.input = e[i]);
10336
10336
  }
@@ -10346,8 +10346,8 @@ function Rt(n, e) {
10346
10346
  return new o3(r);
10347
10347
  throw new Error("Unknown node type: " + n.type);
10348
10348
  }
10349
- var f3 = Rt;
10350
- Rt.default = Rt;
10349
+ var f3 = Mt;
10350
+ Mt.default = Mt;
10351
10351
  let d3 = Kr, og = Ln, h3 = sg, g3 = nt, ri = r3, p3 = _n, m3 = f3, ag = Qr, b3 = Q1, lg = Un, cg = ei, y3 = Xr, x3 = Fn, v3 = ni, w3 = rg, fg = ti, dg = Ft, E3 = Pn;
10352
10352
  function J(...n) {
10353
10353
  return n.length === 1 && Array.isArray(n[0]) && (n = n[0]), new ri(n);
@@ -10400,7 +10400,7 @@ J.Node = E3;
10400
10400
  h3.registerPostcss(J);
10401
10401
  var k3 = J;
10402
10402
  J.default = J;
10403
- const T3 = y2, ku = x2, { isPlainObject: $3 } = E2, Tu = _2, S3 = R1.exports, { parse: C3 } = k3, A3 = [
10403
+ const T3 = y2, ku = x2, { isPlainObject: $3 } = E2, Tu = _2, S3 = M1.exports, { parse: C3 } = k3, A3 = [
10404
10404
  "img",
10405
10405
  "audio",
10406
10406
  "video",
@@ -10438,9 +10438,9 @@ function D3(n) {
10438
10438
  return e.url + (e.w ? ` ${e.w}w` : "") + (e.h ? ` ${e.h}h` : "") + (e.d ? ` ${e.d}x` : "");
10439
10439
  }).join(", ");
10440
10440
  }
10441
- var O3 = Mt;
10442
- const R3 = /^[^\0\t\n\f\r /<=>]+$/;
10443
- function Mt(n, e, t) {
10441
+ var O3 = Rt;
10442
+ const M3 = /^[^\0\t\n\f\r /<=>]+$/;
10443
+ function Rt(n, e, t) {
10444
10444
  if (n == null)
10445
10445
  return "";
10446
10446
  typeof n == "number" && (n = n.toString());
@@ -10456,7 +10456,7 @@ function Mt(n, e, t) {
10456
10456
  p.length && A3.includes(this.tag) && p[p.length - 1].mediaChildren.push(this.tag);
10457
10457
  };
10458
10458
  }
10459
- e = Object.assign({}, Mt.defaults, e), e.parser = Object.assign({}, M3, e.parser);
10459
+ e = Object.assign({}, Rt.defaults, e), e.parser = Object.assign({}, R3, e.parser);
10460
10460
  const s = function(h) {
10461
10461
  return e.allowedTags === !1 || (e.allowedTags || []).indexOf(h) > -1;
10462
10462
  };
@@ -10497,7 +10497,7 @@ and ensure you are accounting for this risk.
10497
10497
  let b;
10498
10498
  wt(e.transformTags, function(h, x) {
10499
10499
  let m;
10500
- typeof h == "function" ? m = h : typeof h == "string" && (m = Mt.simpleTransform(h)), x === "*" ? b = m : g[x] = m;
10500
+ typeof h == "function" ? m = h : typeof h == "string" && (m = Rt.simpleTransform(h)), x === "*" ? b = m : g[x] = m;
10501
10501
  });
10502
10502
  let T, p, A, O, Y, D, F = !1;
10503
10503
  z();
@@ -10511,27 +10511,27 @@ and ensure you are accounting for this risk.
10511
10511
  p.push(m);
10512
10512
  let k = !1;
10513
10513
  const B = !!m.text;
10514
- let R;
10515
- if (Ue(g, h) && (R = g[h](h, x), m.attribs = x = R.attribs, R.text !== void 0 && (m.innerText = R.text), h !== R.tagName && (m.name = h = R.tagName, O[T] = R.tagName)), b && (R = b(h, x), m.attribs = x = R.attribs, h !== R.tagName && (m.name = h = R.tagName, O[T] = R.tagName)), (!s(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, D = 1), A[T] = !0), T++, k) {
10514
+ let M;
10515
+ if (Ue(g, h) && (M = g[h](h, x), m.attribs = x = M.attribs, M.text !== void 0 && (m.innerText = M.text), h !== M.tagName && (m.name = h = M.tagName, O[T] = M.tagName)), b && (M = b(h, x), m.attribs = x = M.attribs, h !== M.tagName && (m.name = h = M.tagName, O[T] = M.tagName)), (!s(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, D = 1), A[T] = !0), T++, k) {
10516
10516
  if (e.disallowedTagsMode === "discard" || e.disallowedTagsMode === "completelyDiscard")
10517
10517
  return;
10518
10518
  i = r, r = "";
10519
10519
  }
10520
- r += "<" + h, h === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (m.innerText = ""), (!a || Ue(a, h) || a["*"]) && wt(x, function(N, M) {
10521
- if (!R3.test(M)) {
10522
- delete m.attribs[M];
10520
+ r += "<" + h, h === "script" && (e.allowedScriptHostnames || e.allowedScriptDomains) && (m.innerText = ""), (!a || Ue(a, h) || a["*"]) && wt(x, function(N, R) {
10521
+ if (!M3.test(R)) {
10522
+ delete m.attribs[R];
10523
10523
  return;
10524
10524
  }
10525
- if (N === "" && !e.allowedEmptyAttributes.includes(M) && (e.nonBooleanAttributes.includes(M) || e.nonBooleanAttributes.includes("*"))) {
10526
- delete m.attribs[M];
10525
+ if (N === "" && !e.allowedEmptyAttributes.includes(R) && (e.nonBooleanAttributes.includes(R) || e.nonBooleanAttributes.includes("*"))) {
10526
+ delete m.attribs[R];
10527
10527
  return;
10528
10528
  }
10529
10529
  let ee = !1;
10530
- if (!a || Ue(a, h) && a[h].indexOf(M) !== -1 || a["*"] && a["*"].indexOf(M) !== -1 || Ue(l, h) && l[h].test(M) || l["*"] && l["*"].test(M))
10530
+ if (!a || Ue(a, h) && a[h].indexOf(R) !== -1 || a["*"] && a["*"].indexOf(R) !== -1 || Ue(l, h) && l[h].test(R) || l["*"] && l["*"].test(R))
10531
10531
  ee = !0;
10532
10532
  else if (a && a[h]) {
10533
10533
  for (const q of a[h])
10534
- if ($3(q) && q.name && q.name === M) {
10534
+ if ($3(q) && q.name && q.name === R) {
10535
10535
  ee = !0;
10536
10536
  let j = "";
10537
10537
  if (q.multiple === !0) {
@@ -10543,11 +10543,11 @@ and ensure you are accounting for this risk.
10543
10543
  }
10544
10544
  }
10545
10545
  if (ee) {
10546
- if (e.allowedSchemesAppliedToAttributes.indexOf(M) !== -1 && H(h, N)) {
10547
- delete m.attribs[M];
10546
+ if (e.allowedSchemesAppliedToAttributes.indexOf(R) !== -1 && H(h, N)) {
10547
+ delete m.attribs[R];
10548
10548
  return;
10549
10549
  }
10550
- if (h === "script" && M === "src") {
10550
+ if (h === "script" && R === "src") {
10551
10551
  let q = !0;
10552
10552
  try {
10553
10553
  const j = L(N);
@@ -10563,11 +10563,11 @@ and ensure you are accounting for this risk.
10563
10563
  q = !1;
10564
10564
  }
10565
10565
  if (!q) {
10566
- delete m.attribs[M];
10566
+ delete m.attribs[R];
10567
10567
  return;
10568
10568
  }
10569
10569
  }
10570
- if (h === "iframe" && M === "src") {
10570
+ if (h === "iframe" && R === "src") {
10571
10571
  let q = !0;
10572
10572
  try {
10573
10573
  const j = L(N);
@@ -10585,11 +10585,11 @@ and ensure you are accounting for this risk.
10585
10585
  q = !1;
10586
10586
  }
10587
10587
  if (!q) {
10588
- delete m.attribs[M];
10588
+ delete m.attribs[R];
10589
10589
  return;
10590
10590
  }
10591
10591
  }
10592
- if (M === "srcset")
10592
+ if (R === "srcset")
10593
10593
  try {
10594
10594
  let q = S3(N);
10595
10595
  if (q.forEach(function(j) {
@@ -10599,16 +10599,16 @@ and ensure you are accounting for this risk.
10599
10599
  }), q.length)
10600
10600
  N = D3($u(q, function(j) {
10601
10601
  return !j.evil;
10602
- })), m.attribs[M] = N;
10602
+ })), m.attribs[R] = N;
10603
10603
  else {
10604
- delete m.attribs[M];
10604
+ delete m.attribs[R];
10605
10605
  return;
10606
10606
  }
10607
10607
  } catch {
10608
- delete m.attribs[M];
10608
+ delete m.attribs[R];
10609
10609
  return;
10610
10610
  }
10611
- if (M === "class") {
10611
+ if (R === "class") {
10612
10612
  const q = c[h], j = c["*"], pe = d[h], le = f[h], ne = d["*"], ue = [
10613
10613
  pe,
10614
10614
  ne
@@ -10616,28 +10616,28 @@ and ensure you are accounting for this risk.
10616
10616
  return Ae;
10617
10617
  });
10618
10618
  if (q && j ? N = v(N, Tu(q, j), ue) : N = v(N, q || j, ue), !N.length) {
10619
- delete m.attribs[M];
10619
+ delete m.attribs[R];
10620
10620
  return;
10621
10621
  }
10622
10622
  }
10623
- if (M === "style") {
10623
+ if (R === "style") {
10624
10624
  if (e.parseStyleAttributes)
10625
10625
  try {
10626
10626
  const q = C3(h + " {" + N + "}", { map: !1 }), j = y(q, e.allowedStyles);
10627
10627
  if (N = S(j), N.length === 0) {
10628
- delete m.attribs[M];
10628
+ delete m.attribs[R];
10629
10629
  return;
10630
10630
  }
10631
10631
  } catch {
10632
- typeof window < "u" && console.warn('Failed to parse "' + h + " {" + N + `}", If you're running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547`), delete m.attribs[M];
10632
+ typeof window < "u" && console.warn('Failed to parse "' + h + " {" + N + `}", If you're running this in a browser, we recommend to disable style parsing: options.parseStyleAttributes: false, since this only works in a node environment due to a postcss dependency, More info: https://github.com/apostrophecms/sanitize-html/issues/547`), delete m.attribs[R];
10633
10633
  return;
10634
10634
  }
10635
10635
  else if (e.allowedStyles)
10636
10636
  throw new Error("allowedStyles option cannot be used together with parseStyleAttributes: false.");
10637
10637
  }
10638
- r += " " + M, N && N.length ? r += '="' + K(N, !0) + '"' : e.allowedEmptyAttributes.includes(M) && (r += '=""');
10638
+ r += " " + R, N && N.length ? r += '="' + K(N, !0) + '"' : e.allowedEmptyAttributes.includes(R) && (r += '=""');
10639
10639
  } else
10640
- delete m.attribs[M];
10640
+ delete m.attribs[R];
10641
10641
  }), e.selfClosing.indexOf(h) !== -1 ? r += " />" : (r += ">", m.innerText && !B && !e.textFilter && (r += K(m.innerText), F = !0)), k && (r = i + K(r), i = "");
10642
10642
  },
10643
10643
  ontext: function(h) {
@@ -10705,10 +10705,10 @@ and ensure you are accounting for this risk.
10705
10705
  const B = x.indexOf("<!--");
10706
10706
  if (B === -1)
10707
10707
  break;
10708
- const R = x.indexOf("-->", B + 4);
10709
- if (R === -1)
10708
+ const M = x.indexOf("-->", B + 4);
10709
+ if (M === -1)
10710
10710
  break;
10711
- x = x.substring(0, B) + x.substring(R + 3);
10711
+ x = x.substring(0, B) + x.substring(M + 3);
10712
10712
  }
10713
10713
  const m = x.match(/^([a-zA-Z][a-zA-Z0-9.\-+]*):/);
10714
10714
  if (!m)
@@ -10760,10 +10760,10 @@ and ensure you are accounting for this risk.
10760
10760
  }).join(" ")) : h;
10761
10761
  }
10762
10762
  }
10763
- const M3 = {
10763
+ const R3 = {
10764
10764
  decodeEntities: !0
10765
10765
  };
10766
- Mt.defaults = {
10766
+ Rt.defaults = {
10767
10767
  allowedTags: [
10768
10768
  // Sections derived from MDN element categories and limited to the more
10769
10769
  // benign categories.
@@ -11057,7 +11057,7 @@ Mt.defaults = {
11057
11057
  enforceHtmlBoundary: !1,
11058
11058
  parseStyleAttributes: !0
11059
11059
  };
11060
- Mt.simpleTransform = function(n, e, t) {
11060
+ Rt.simpleTransform = function(n, e, t) {
11061
11061
  return t = t === void 0 ? !0 : t, e = e || {}, function(r, i) {
11062
11062
  let u;
11063
11063
  if (t)
@@ -11417,7 +11417,7 @@ function f6() {
11417
11417
  }
11418
11418
  });
11419
11419
  }
11420
- const d6 = ':host{display:block;--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:inherit}.nylas-custom-event-slug{width:inherit;display:flex;flex-direction:column;margin:1rem;border-radius:var(--nylas-border-radius-2x);border:1px solid var(--nylas-base-200);text-align:left}.nylas-custom-event-slug .header{padding:1rem;display:grid;grid-template-columns:1fr auto}.nylas-custom-event-slug .header h3{border-radius:var(--nylas-border-radius-2x);margin:0;font-size:1rem;font-weight:600;line-height:20px;color:var(--nylas-base-900);text-align:left}.nylas-custom-event-slug .header p{margin:0.25rem 0 0 0;font-size:0.875rem;font-weight:400;line-height:20px;color:var(--nylas-base-600);text-align:left}.nylas-custom-event-slug .header .drawer-toggle{display:flex;gap:24px;align-items:center}.nylas-custom-event-slug .header .drawer-toggle .chevron{display:flex;align-self:center;cursor:pointer}.nylas-custom-event-slug .header .drawer-toggle .chevron:hover,.nylas-custom-event-slug .header .drawer-toggle .chevron:active{color:var(--nylas-primary)}.nylas-custom-event-slug .header .drawer-toggle .chevron.open{transform:rotate(90deg)}.nylas-custom-event-slug .header .drawer-toggle .chevron.closed{transform:rotate(270deg)}.nylas-custom-event-slug .header .drawer-toggle .chevron.disabled{cursor:not-allowed;color:var(--nylas-base-300)}.nylas-custom-event-slug .header .drawer-toggle .chevron.disabled:hover{color:var(--nylas-base-300)}.nylas-custom-event-slug .nylas-custom-event-slug__body{display:grid;grid-template-columns:1fr;background-color:var(--nylas-base-25);border-radius:0 0 var(--nylas-border-radius-2x) var(--nylas-border-radius-2x);border-top:1px solid var(--nylas-base-200)}@media screen and (max-width: 768px){.nylas-custom-event-slug .nylas-custom-event-slug__body{grid-template-columns:1fr}}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section{padding:1rem;display:flex;flex-direction:column;gap:1rem;color:var(--nylas-base-800)}@media screen and (max-width: 768px){.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section{border:none}}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row{display:flex;align-items:center;gap:1rem}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label{display:flex;align-items:center}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label span.required{color:var(--nylas-error, #cc4841)}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label span.label-icon{margin-left:4px}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label span.label-icon tooltip-component{display:flex}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row p{margin:0.25rem 0 0 0;font-size:1rem;font-weight:500;line-height:24px;color:var(--nylas-base-900)}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row .input-container{width:100%}.nylas-custom-event-slug .nylas-custom-event-slug__body span.error-message{color:var(--nylas-error)}.nylas-custom-event-slug .nylas-custom-event-slug__body span.help-text{margin:0.25rem 0 0 0;font-size:0.875rem;font-weight:400;line-height:20px;color:var(--nylas-base-600);text-align:left}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper{display:flex;height:48px;padding-left:16px;align-items:center;gap:8px;align-self:stretch;border-radius:var(--nylas-border-radius-2x);border:1px solid var(--nylas-base-300);background:var(--nylas-base-0);width:-webkit-fill-available;color:var(--nylas-base-900);font-size:16px;font-style:normal;font-weight:400;line-height:150%;width:-moz-available;width:-webkit-fill-available;display:flex;flex-direction:row;gap:0.125rem;border-radius:var(--nylas-border-radius-2x);z-index:1}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper:focus{outline-color:var(--nylas-primary)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.error{border-radius:var(--nylas-border-radius-2x);font-weight:600;border-color:var(--nylas-error);border-width:2px}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.error::placeholder{font-weight:400}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper::placeholder{color:var(--nylas-base-300)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.focus{outline:2px solid var(--nylas-primary)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.error{border-color:var(--nylas-error);outline:none}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper input-component::part(ic__input){outline:none;border:none;width:100%;font-size:1rem;height:auto;padding-left:0px}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .prefix{z-index:1;margin-top:1px;color:var(--nylas-base-600);font-size:1rem}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon{margin-right:0.25rem;padding:0 0.75rem;height:100%;display:flex;align-items:center;right:0;cursor:pointer;user-select:none}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon:hover svg path{fill:var(--nylas-primary)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon:active svg path{fill:var(--nylas-base-500)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon .copied{display:flex;align-items:center;font-size:0.875rem;gap:0.125rem}', h6 = d6;
11420
+ const d6 = ':host{display:block;--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:inherit}.nylas-custom-event-slug{width:inherit;display:flex;flex-direction:column;margin:1rem;border-radius:var(--nylas-border-radius-2x);border:1px solid var(--nylas-base-200);text-align:left}.nylas-custom-event-slug .header{padding:1rem;display:grid;grid-template-columns:1fr auto}.nylas-custom-event-slug .header h3{border-radius:var(--nylas-border-radius-2x);margin:0;font-size:1rem;font-weight:600;line-height:20px;color:var(--nylas-base-900);text-align:left}.nylas-custom-event-slug .header p{margin:0.25rem 0 0 0;font-size:0.875rem;font-weight:400;line-height:20px;color:var(--nylas-base-600);text-align:left}.nylas-custom-event-slug .header .drawer-toggle{display:flex;gap:24px;align-items:center}.nylas-custom-event-slug .header .drawer-toggle .chevron{display:flex;align-self:center;cursor:pointer}.nylas-custom-event-slug .header .drawer-toggle .chevron:hover,.nylas-custom-event-slug .header .drawer-toggle .chevron:active{color:var(--nylas-primary)}.nylas-custom-event-slug .header .drawer-toggle .chevron.open{transform:rotate(90deg)}.nylas-custom-event-slug .header .drawer-toggle .chevron.closed{transform:rotate(270deg)}.nylas-custom-event-slug .header .drawer-toggle .chevron.disabled{cursor:not-allowed;color:var(--nylas-base-300)}.nylas-custom-event-slug .header .drawer-toggle .chevron.disabled:hover{color:var(--nylas-base-300)}.nylas-custom-event-slug .nylas-custom-event-slug__body{display:grid;grid-template-columns:1fr;background-color:var(--nylas-base-25);border-radius:0 0 var(--nylas-border-radius-2x) var(--nylas-border-radius-2x);border-top:1px solid var(--nylas-base-200)}@media screen and (max-width: 768px){.nylas-custom-event-slug .nylas-custom-event-slug__body{grid-template-columns:1fr}}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section{padding:1rem;display:flex;flex-direction:column;gap:1rem;color:var(--nylas-base-800)}@media screen and (max-width: 768px){.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section{border:none}}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row{display:flex;align-items:center;gap:1rem}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label{display:flex;align-items:center}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label span.required{color:var(--nylas-error, #cc4841)}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label span.label-icon{margin-left:4px}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row label span.label-icon tooltip-component{display:flex}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row p{margin:0.25rem 0 0 0;font-size:1rem;font-weight:500;line-height:24px;color:var(--nylas-base-900)}.nylas-custom-event-slug .nylas-custom-event-slug__body .nylas-custom-event-slug__section .nylas-custom-event-slug__row .input-container{width:100%}.nylas-custom-event-slug .nylas-custom-event-slug__body span.error-message{color:var(--nylas-error)}.nylas-custom-event-slug .nylas-custom-event-slug__body span.help-text{margin:0.25rem 0 0 0;font-size:0.875rem;font-weight:400;line-height:20px;color:var(--nylas-base-600);text-align:left}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper{display:flex;height:48px;padding-left:16px;align-items:center;gap:8px;align-self:stretch;border-radius:var(--nylas-border-radius-2x);border:1px solid var(--nylas-base-300);background:var(--nylas-base-0);width:-webkit-fill-available;color:var(--nylas-base-900);font-size:16px;font-style:normal;font-weight:400;line-height:150%;width:-moz-available;width:-webkit-fill-available;display:flex;flex-direction:row;gap:0.125rem;border-radius:var(--nylas-border-radius-2x);z-index:1}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper:focus{outline-color:var(--nylas-primary)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.error{border-radius:var(--nylas-border-radius-2x);font-weight:600;border-color:var(--nylas-error);border-width:2px}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.error::placeholder{font-weight:400}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper::placeholder{color:var(--nylas-base-300)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.focus{outline:2px solid var(--nylas-primary)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper.error{border-color:var(--nylas-error);outline:none}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper input-component::part(ic__input){outline:none;border:none;width:100%;font-size:1rem;height:auto;padding-left:0px}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .prefix{z-index:1;margin-top:1px;color:var(--nylas-base-400);font-weight:500;font-size:24px}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon{margin-right:0.25rem;padding:0 0.75rem;height:100%;display:flex;align-items:center;right:0;cursor:pointer;user-select:none}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon.disabled{cursor:not-allowed}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon:hover svg path{fill:var(--nylas-primary)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon:active svg path{fill:var(--nylas-base-500)}.nylas-custom-event-slug .nylas-custom-event-slug__input-wrapper .icon .copied{display:flex;align-items:center;font-size:0.875rem;gap:0.125rem}', h6 = d6;
11421
11421
  var g6 = function(n, e, t, r) {
11422
11422
  var i = arguments.length, u = i < 3 ? e : r === null ? r = Object.getOwnPropertyDescriptor(e, t) : r, s;
11423
11423
  if (typeof Reflect == "object" && typeof Reflect.decorate == "function")
@@ -11432,7 +11432,7 @@ var g6 = function(n, e, t, r) {
11432
11432
  };
11433
11433
  const ii = et(class extends tt {
11434
11434
  constructor() {
11435
- super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = tn(this, "valueChanged", 7), this.internals = this.attachInternals(), this.baseUrl = "", this.selectedConfiguration = void 0, this.defaultUrlSlug = void 0, this.isOpen = !0, this.slugErrorMessage = "", this.name = "custom-event-slug", this.requiresSlug = !1, this.urlSlug = void 0, this.focus = !1, this.copied = !1;
11435
+ super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = tn(this, "valueChanged", 7), this.internals = this.attachInternals(), this.selectedConfiguration = void 0, this.defaultUrlSlug = void 0, this.isOpen = !0, this.slugErrorMessage = "", this.name = "custom-event-slug", this.requiresSlug = !1, this.urlSlug = void 0, this.focus = !1, this.copied = !1;
11436
11436
  }
11437
11437
  connectedCallback() {
11438
11438
  ce("nylas-custom-event-slug", "connectedCallback");
@@ -11472,7 +11472,7 @@ const ii = et(class extends tt {
11472
11472
  this.focus = !0;
11473
11473
  }
11474
11474
  async nylasFormInputBlurHandler() {
11475
- if (this.focus = !1, this.requiresSlug && this.urlSlug === "") {
11475
+ if (this.slugErrorMessage = "", this.internals.setValidity({}), this.focus = !1, this.requiresSlug && this.urlSlug === "") {
11476
11476
  this.internals.setValidity({ customError: !0 }, "Slug is required"), this.slugErrorMessage = "Slug cannot be blank";
11477
11477
  return;
11478
11478
  }
@@ -11486,7 +11486,7 @@ const ii = et(class extends tt {
11486
11486
  }
11487
11487
  async copyToClipboard() {
11488
11488
  try {
11489
- await navigator.clipboard.writeText(`${this.baseUrl}${this.urlSlug}`), this.copied = !0, setTimeout(() => {
11489
+ await navigator.clipboard.writeText(`${this.urlSlug}`), this.copied = !0, setTimeout(() => {
11490
11490
  this.copied = !1;
11491
11491
  }, 1e3);
11492
11492
  } catch (e) {
@@ -11497,7 +11497,7 @@ const ii = et(class extends tt {
11497
11497
  if (!this.requiresSlug)
11498
11498
  return null;
11499
11499
  const e = typeof this.urlSlug < "u";
11500
- return _(Cu, null, _("div", { class: "nylas-custom-event-slug", part: "nces" }, _("div", { class: "header", part: "nces__header" }, _("div", null, _("h3", null, "Custom event slug"), _("p", null, "Create a custom URL slug for this event")), _("div", { class: "drawer-toggle", part: "nces__drawer-toggle--container" }, _("span", { class: `chevron ${this.isOpen ? "open" : "closed"} `, onClick: () => this.toggleDrawer() }, _("chevron-icon", { width: "24", height: "24" })))), this.isOpen && _("div", { class: "nylas-custom-event-slug__body", part: "nces__body" }, _("div", { class: "nylas-custom-event-slug__section" }, _("div", { class: "nylas-custom-event-slug__row" }, _("div", { class: "input-container" }, _("label", null, "Event URL slug", _("span", { class: "label-icon" }, _("tooltip-component", null, _("info-icon", { slot: "tooltip-icon" }), _("span", { slot: "tooltip-content" }, "Provide a custom slug for your URL to help uniquely identify your event (letters, numbers, and hyphens only)")))), _("div", { class: { "nylas-custom-event-slug__input-wrapper": !0, focus: this.focus, error: !!this.slugErrorMessage } }, _("div", { slot: "prefix", class: "prefix" }, this.baseUrl), e && _("input-component", { name: "event-slug", id: "event-slug", type: "text", required: !1, exportparts: "ic_input: nces__input-textfield", defaultValue: this.urlSlug }), _("div", { slot: "icon", class: "icon", onClick: () => !this.copied && this.copyToClipboard() }, this.copied ? _("div", { class: "copied" }, _("checkmark-icon", { width: "12", height: "18" }), " Copied!") : _("copy-icon", { width: "12", height: "18" }))), this.slugErrorMessage && _("span", { class: "error-message" }, this.slugErrorMessage)))))));
11500
+ return _(Cu, null, _("div", { class: "nylas-custom-event-slug", part: "nces" }, _("div", { class: "header", part: "nces__header" }, _("div", null, _("h3", null, "Custom event slug"), _("p", null, "Create a custom URL slug for this event")), _("div", { class: "drawer-toggle", part: "nces__drawer-toggle--container" }, _("span", { class: `chevron ${this.isOpen ? "open" : "closed"} `, onClick: () => this.toggleDrawer() }, _("chevron-icon", { width: "24", height: "24" })))), this.isOpen && _("div", { class: "nylas-custom-event-slug__body", part: "nces__body" }, _("div", { class: "nylas-custom-event-slug__section" }, _("div", { class: "nylas-custom-event-slug__row" }, _("div", { class: "input-container" }, _("label", null, "Event URL slug", _("span", { class: "label-icon" }, _("tooltip-component", null, _("info-icon", { slot: "tooltip-icon" }), _("span", { slot: "tooltip-content" }, "Provide a custom slug for your URL to help uniquely identify your event (letters, numbers, and hyphens only)")))), _("div", { class: { "nylas-custom-event-slug__input-wrapper": !0, focus: this.focus, error: !!this.slugErrorMessage } }, _("div", { slot: "prefix", class: "prefix" }, "/"), e && _("input-component", { name: "event-slug", id: "event-slug", type: "text", required: !1, placeholder: "my-link-name", exportparts: "ic_input: nces__input-textfield", defaultValue: this.urlSlug }), _("div", { slot: "icon", class: { icon: !0, disabled: !this.urlSlug }, onClick: () => !this.copied && !!this.urlSlug && this.copyToClipboard() }, this.copied ? _("div", { class: "copied" }, _("checkmark-icon", { width: "12", height: "18" }), " Copied!") : _("copy-icon", { width: "12", height: "18" }))), this.slugErrorMessage && _("span", { class: "error-message" }, this.slugErrorMessage)))))));
11501
11501
  }
11502
11502
  static get formAssociated() {
11503
11503
  return !0;