@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
@@ -120,7 +120,7 @@ const k = (n, e, ...t) => {
120
120
  $children$: null
121
121
  };
122
122
  return t.$attrs$ = null, t.$key$ = null, t.$name$ = null, t;
123
- }, Oi = {}, Wh = (n) => n && n.$tag$ === Oi, Gh = {
123
+ }, Di = {}, Wh = (n) => n && n.$tag$ === Di, Gh = {
124
124
  forEach: (n, e) => n.map(xn).forEach(e),
125
125
  map: (n, e) => n.map(xn).map(e).map(Kh)
126
126
  }, xn = (n) => ({
@@ -137,7 +137,7 @@ const k = (n, e, ...t) => {
137
137
  }
138
138
  const e = Nt(n.vtag, n.vtext);
139
139
  return e.$attrs$ = n.vattrs, e.$children$ = n.vchildren, e.$key$ = n.vkey, e.$name$ = n.vname, e;
140
- }, Vh = (n) => k1.map((e) => e(n)).find((e) => !!e), Jh = (n, e) => n != null && !Gr(n) ? e & 4 ? n === "false" ? !1 : n === "" || !!n : e & 2 ? parseFloat(n) : e & 1 ? String(n) : n : n, Mt = (n) => n, nt = (n, e, t) => {
140
+ }, Vh = (n) => k1.map((e) => e(n)).find((e) => !!e), Jh = (n, e) => n != null && !Gr(n) ? e & 4 ? n === "false" ? !1 : n === "" || !!n : e & 2 ? parseFloat(n) : e & 1 ? String(n) : n : n, Mt = (n) => n, We = (n, e, t) => {
141
141
  const r = Mt(n);
142
142
  return {
143
143
  emit: (i) => Zh(r, e, {
@@ -155,7 +155,7 @@ const k = (n, e, ...t) => {
155
155
  T1 && t ? (r = r || new CSSStyleSheet(), typeof r == "string" ? r = e : r.replaceSync(e)) : r = e, Ut.set(n, r);
156
156
  }, Xh = (n, e, t) => {
157
157
  var r;
158
- const i = Di(e, t), u = Ut.get(i);
158
+ const i = Oi(e, t), u = Ut.get(i);
159
159
  if (n = n.nodeType === 11 ? n : de, u)
160
160
  if (typeof u == "string") {
161
161
  n = n.head || n;
@@ -173,7 +173,7 @@ const k = (n, e, ...t) => {
173
173
  }, e1 = (n) => {
174
174
  const e = n.$cmpMeta$, t = n.$hostElement$, r = e.$flags$, i = Ne("attachStyles", e.$tagName$), u = Xh(t.shadowRoot ? t.shadowRoot : t.getRootNode(), e, n.$modeName$);
175
175
  r & 10 && (t["s-sc"] = u, t.classList.add(u + "-h"), r & 2 && t.classList.add(u + "-s")), i();
176
- }, Di = (n, e) => "sc-" + (e && n.$flags$ & 32 ? n.$tagName$ + "-" + e : n.$tagName$), kn = (n, e, t, r, i, u) => {
176
+ }, Oi = (n, e) => "sc-" + (e && n.$flags$ & 32 ? n.$tagName$ + "-" + e : n.$tagName$), kn = (n, e, t, r, i, u) => {
177
177
  if (t !== r) {
178
178
  let o = Cn(n, e), s = e.toLowerCase();
179
179
  if (e === "class") {
@@ -357,9 +357,9 @@ const k = (n, e, ...t) => {
357
357
  {
358
358
  let S = (r = h["s-ol"]) === null || r === void 0 ? void 0 : r.previousSibling;
359
359
  for (; S; ) {
360
- let D = (i = S["s-nr"]) !== null && i !== void 0 ? i : null;
361
- if (D && D["s-sn"] === h["s-sn"] && w === D.parentNode && (D = D.nextSibling, !D || !D["s-nr"])) {
362
- p = D;
360
+ let O = (i = S["s-nr"]) !== null && i !== void 0 ? i : null;
361
+ if (O && O["s-sn"] === h["s-sn"] && w === O.parentNode && (O = O.nextSibling, !O || !O["s-nr"])) {
362
+ p = O;
363
363
  break;
364
364
  }
365
365
  S = S.previousSibling;
@@ -380,7 +380,7 @@ const k = (n, e, ...t) => {
380
380
  }, Fi = (n, e) => (n.$flags$ |= 16, u1(n, n.$ancestorComponent$), B1(() => o1(n, e))), o1 = (n, e) => {
381
381
  const t = n.$hostElement$, r = Ne("scheduleUpdate", n.$cmpMeta$.$tagName$), i = t;
382
382
  let u;
383
- return e ? u = Ge(i, "componentWillLoad") : u = Ge(i, "componentWillUpdate"), u = Tn(u, () => Ge(i, "componentWillRender")), r(), Tn(u, () => a1(n, i, e));
383
+ return e ? u = Ke(i, "componentWillLoad") : u = Ke(i, "componentWillUpdate"), u = Tn(u, () => Ke(i, "componentWillRender")), r(), Tn(u, () => a1(n, i, e));
384
384
  }, Tn = (n, e) => s1(n) ? n.then(e) : e(), s1 = (n) => n instanceof Promise || n && n.then && typeof n.then == "function", a1 = async (n, e, t) => {
385
385
  const r = n.$hostElement$, i = Ne("update", n.$cmpMeta$.$tagName$);
386
386
  r["s-rc"], t && e1(n);
@@ -395,8 +395,8 @@ const k = (n, e, ...t) => {
395
395
  return bn = null, null;
396
396
  }, c1 = (n) => {
397
397
  const e = n.$cmpMeta$.$tagName$, t = n.$hostElement$, r = Ne("postUpdate", e), i = t;
398
- n.$ancestorComponent$, Ge(i, "componentDidRender"), n.$flags$ & 64 ? (Ge(i, "componentDidUpdate"), r()) : (n.$flags$ |= 64, Ge(i, "componentDidLoad"), r());
399
- }, Ge = (n, e, t) => {
398
+ n.$ancestorComponent$, Ke(i, "componentDidRender"), n.$flags$ & 64 ? (Ke(i, "componentDidUpdate"), r()) : (n.$flags$ |= 64, Ke(i, "componentDidLoad"), r());
399
+ }, Ke = (n, e, t) => {
400
400
  if (n && n[e])
401
401
  try {
402
402
  return n[e](t);
@@ -488,7 +488,7 @@ const k = (n, e, ...t) => {
488
488
  if (!(e.$flags$ & 32) && (e.$flags$ |= 32, i = n.constructor, customElements.whenDefined(t.$tagName$).then(() => e.$flags$ |= 128), i.style)) {
489
489
  let o = i.style;
490
490
  typeof o != "string" && (o = o[e.$modeName$ = Vh(n)]);
491
- const s = Di(t, e.$modeName$);
491
+ const s = Oi(t, e.$modeName$);
492
492
  if (!Ut.has(s)) {
493
493
  const a = Ne("registerStyles", t.$tagName$);
494
494
  Qh(s, o, !!(t.$flags$ & 1)), a();
@@ -599,7 +599,7 @@ const k = (n, e, ...t) => {
599
599
  n.length = 0;
600
600
  }, wr = () => {
601
601
  An(Bn), An(Yi), (xr = Bn.length > 0) && ee.raf(wr);
602
- }, C1 = (n) => $1().then(n), B1 = /* @__PURE__ */ S1(Yi, !0), On = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
602
+ }, C1 = (n) => $1().then(n), B1 = /* @__PURE__ */ S1(Yi, !0), Dn = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
603
603
  var xe = [], se = [], A1 = typeof Uint8Array < "u" ? Uint8Array : Array, Vr = !1;
604
604
  function qi() {
605
605
  Vr = !0;
@@ -607,7 +607,7 @@ function qi() {
607
607
  xe[e] = n[e], se[n.charCodeAt(e)] = e;
608
608
  se[45] = 62, se[95] = 63;
609
609
  }
610
- function O1(n) {
610
+ function D1(n) {
611
611
  Vr || qi();
612
612
  var e, t, r, i, u, o, s = n.length;
613
613
  if (s % 4 > 0)
@@ -618,15 +618,15 @@ function O1(n) {
618
618
  i = se[n.charCodeAt(e)] << 18 | se[n.charCodeAt(e + 1)] << 12 | se[n.charCodeAt(e + 2)] << 6 | se[n.charCodeAt(e + 3)], o[a++] = i >> 16 & 255, o[a++] = i >> 8 & 255, o[a++] = i & 255;
619
619
  return u === 2 ? (i = se[n.charCodeAt(e)] << 2 | se[n.charCodeAt(e + 1)] >> 4, o[a++] = i & 255) : u === 1 && (i = se[n.charCodeAt(e)] << 10 | se[n.charCodeAt(e + 1)] << 4 | se[n.charCodeAt(e + 2)] >> 2, o[a++] = i >> 8 & 255, o[a++] = i & 255), o;
620
620
  }
621
- function D1(n) {
621
+ function O1(n) {
622
622
  return xe[n >> 18 & 63] + xe[n >> 12 & 63] + xe[n >> 6 & 63] + xe[n & 63];
623
623
  }
624
624
  function R1(n, e, t) {
625
625
  for (var r, i = [], u = e; u < t; u += 3)
626
- r = (n[u] << 16) + (n[u + 1] << 8) + n[u + 2], i.push(D1(r));
626
+ r = (n[u] << 16) + (n[u + 1] << 8) + n[u + 2], i.push(O1(r));
627
627
  return i.join("");
628
628
  }
629
- function Dn(n) {
629
+ function On(n) {
630
630
  Vr || qi();
631
631
  for (var e, t = n.length, r = t % 3, i = "", u = [], o = 16383, s = 0, a = t - r; s < a; s += o)
632
632
  u.push(R1(n, s, s + o > a ? a : s + o));
@@ -665,7 +665,7 @@ var M1 = {}.toString, Wi = Array.isArray || function(n) {
665
665
  * @license MIT
666
666
  */
667
667
  var L1 = 50;
668
- x.TYPED_ARRAY_SUPPORT = On.TYPED_ARRAY_SUPPORT !== void 0 ? On.TYPED_ARRAY_SUPPORT : !0;
668
+ x.TYPED_ARRAY_SUPPORT = Dn.TYPED_ARRAY_SUPPORT !== void 0 ? Dn.TYPED_ARRAY_SUPPORT : !0;
669
669
  function kr() {
670
670
  return x.TYPED_ARRAY_SUPPORT ? 2147483647 : 1073741823;
671
671
  }
@@ -1062,7 +1062,7 @@ x.prototype.toJSON = function() {
1062
1062
  };
1063
1063
  };
1064
1064
  function z1(n, e, t) {
1065
- return e === 0 && t === n.length ? Dn(n) : Dn(n.slice(e, t));
1065
+ return e === 0 && t === n.length ? On(n) : On(n.slice(e, t));
1066
1066
  }
1067
1067
  function Qi(n, e, t) {
1068
1068
  t = Math.min(n.length, t);
@@ -1444,7 +1444,7 @@ function rp(n, e) {
1444
1444
  return u;
1445
1445
  }
1446
1446
  function ru(n) {
1447
- return O1(Q1(n));
1447
+ return D1(Q1(n));
1448
1448
  }
1449
1449
  function nr(n, e, t, r) {
1450
1450
  for (var i = 0; i < r && !(i + t >= e.length || i >= n.length); ++i)
@@ -1482,13 +1482,13 @@ var op = { exports: {} };
1482
1482
  (function(t, r) {
1483
1483
  n.exports = r();
1484
1484
  })(le, function() {
1485
- var t = 1e3, r = 6e4, i = 36e5, u = "millisecond", o = "second", s = "minute", a = "hour", l = "day", c = "week", f = "month", d = "quarter", h = "year", g = "date", w = "Invalid Date", p = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, S = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, D = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(v) {
1485
+ var t = 1e3, r = 6e4, i = 36e5, u = "millisecond", o = "second", s = "minute", a = "hour", l = "day", c = "week", f = "month", d = "quarter", h = "year", g = "date", w = "Invalid Date", p = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, S = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, O = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(v) {
1486
1486
  var b = ["th", "st", "nd", "rd"], y = v % 100;
1487
1487
  return "[" + v + (b[(y - 20) % 10] || b[y] || b[0]) + "]";
1488
1488
  } }, Y = function(v, b, y) {
1489
1489
  var B = String(v);
1490
1490
  return !B || B.length >= b ? v : "" + Array(b + 1 - B.length).join(y) + v;
1491
- }, O = { s: Y, z: function(v) {
1491
+ }, D = { s: Y, z: function(v) {
1492
1492
  var b = -v.utcOffset(), y = Math.abs(b), B = Math.floor(y / 60), E = y % 60;
1493
1493
  return (b <= 0 ? "+" : "-") + Y(B, 2, "0") + ":" + Y(E, 2, "0");
1494
1494
  }, m: function v(b, y) {
@@ -1502,7 +1502,7 @@ var op = { exports: {} };
1502
1502
  }, u: function(v) {
1503
1503
  return v === void 0;
1504
1504
  } }, I = "en", L = {};
1505
- L[I] = D;
1505
+ L[I] = O;
1506
1506
  var F = function(v) {
1507
1507
  return v instanceof m;
1508
1508
  }, W = function v(b, y, B) {
@@ -1522,7 +1522,7 @@ var op = { exports: {} };
1522
1522
  if (F(v)) return v.clone();
1523
1523
  var y = typeof b == "object" ? b : {};
1524
1524
  return y.date = v, y.args = arguments, new m(y);
1525
- }, M = O;
1525
+ }, M = D;
1526
1526
  M.l = W, M.i = F, M.w = function(v, b) {
1527
1527
  return N(v, { locale: b.$L, utc: b.$u, x: b.$x, $offset: b.$offset });
1528
1528
  };
@@ -1568,19 +1568,19 @@ var op = { exports: {} };
1568
1568
  return this.$d.getTime();
1569
1569
  }, b.startOf = function(y, B) {
1570
1570
  var E = this, C = !!M.u(B) || B, A = M.p(y), P = function(Fe, re) {
1571
- var De = M.w(E.$u ? Date.UTC(E.$y, re, Fe) : new Date(E.$y, re, Fe), E);
1572
- return C ? De : De.endOf(l);
1571
+ var Oe = M.w(E.$u ? Date.UTC(E.$y, re, Fe) : new Date(E.$y, re, Fe), E);
1572
+ return C ? Oe : Oe.endOf(l);
1573
1573
  }, q = function(Fe, re) {
1574
1574
  return M.w(E.toDate()[Fe].apply(E.toDate("s"), (C ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(re)), E);
1575
- }, G = this.$W, Z = this.$M, Oe = this.$D, $e = "set" + (this.$u ? "UTC" : "");
1575
+ }, G = this.$W, Z = this.$M, De = this.$D, $e = "set" + (this.$u ? "UTC" : "");
1576
1576
  switch (A) {
1577
1577
  case h:
1578
1578
  return C ? P(1, 0) : P(31, 11);
1579
1579
  case f:
1580
1580
  return C ? P(1, Z) : P(0, Z + 1);
1581
1581
  case c:
1582
- var Qe = this.$locale().weekStart || 0, Xe = (G < Qe ? G + 7 : G) - Qe;
1583
- return P(C ? Oe - Xe : Oe + (6 - Xe), Z);
1582
+ var Xe = this.$locale().weekStart || 0, et = (G < Xe ? G + 7 : G) - Xe;
1583
+ return P(C ? De - et : De + (6 - et), Z);
1584
1584
  case l:
1585
1585
  case g:
1586
1586
  return q($e + "Hours", 0);
@@ -1610,8 +1610,8 @@ var op = { exports: {} };
1610
1610
  var E, C = this;
1611
1611
  y = Number(y);
1612
1612
  var A = M.p(B), P = function(Z) {
1613
- var Oe = N(C);
1614
- return M.w(Oe.date(Oe.date() + Math.round(Z * y)), C);
1613
+ var De = N(C);
1614
+ return M.w(De.date(De.date() + Math.round(Z * y)), C);
1615
1615
  };
1616
1616
  if (A === f) return this.set(f, this.$M + y);
1617
1617
  if (A === h) return this.set(h, this.$y + y);
@@ -1624,16 +1624,16 @@ var op = { exports: {} };
1624
1624
  }, b.format = function(y) {
1625
1625
  var B = this, E = this.$locale();
1626
1626
  if (!this.isValid()) return E.invalidDate || w;
1627
- var C = y || "YYYY-MM-DDTHH:mm:ssZ", A = M.z(this), P = this.$H, q = this.$m, G = this.$M, Z = E.weekdays, Oe = E.months, $e = function(re, De, cr, xt) {
1628
- return re && (re[De] || re(B, C)) || cr[De].slice(0, xt);
1629
- }, Qe = function(re) {
1627
+ var C = y || "YYYY-MM-DDTHH:mm:ssZ", A = M.z(this), P = this.$H, q = this.$m, G = this.$M, Z = E.weekdays, De = E.months, $e = function(re, Oe, cr, xt) {
1628
+ return re && (re[Oe] || re(B, C)) || cr[Oe].slice(0, xt);
1629
+ }, Xe = function(re) {
1630
1630
  return M.s(P % 12 || 12, re, "0");
1631
- }, Xe = E.meridiem || function(re, De, cr) {
1631
+ }, et = E.meridiem || function(re, Oe, cr) {
1632
1632
  var xt = re < 12 ? "AM" : "PM";
1633
1633
  return cr ? xt.toLowerCase() : xt;
1634
- }, Fe = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: G + 1, MM: M.s(G + 1, 2, "0"), MMM: $e(E.monthsShort, G, Oe, 3), MMMM: $e(Oe, G), D: this.$D, DD: M.s(this.$D, 2, "0"), d: String(this.$W), dd: $e(E.weekdaysMin, this.$W, Z, 2), ddd: $e(E.weekdaysShort, this.$W, Z, 3), dddd: Z[this.$W], H: String(P), HH: M.s(P, 2, "0"), h: Qe(1), hh: Qe(2), a: Xe(P, q, !0), A: Xe(P, q, !1), m: String(q), mm: M.s(q, 2, "0"), s: String(this.$s), ss: M.s(this.$s, 2, "0"), SSS: M.s(this.$ms, 3, "0"), Z: A };
1635
- return C.replace(S, function(re, De) {
1636
- return De || Fe[re] || A.replace(":", "");
1634
+ }, Fe = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: G + 1, MM: M.s(G + 1, 2, "0"), MMM: $e(E.monthsShort, G, De, 3), MMMM: $e(De, G), D: this.$D, DD: M.s(this.$D, 2, "0"), d: String(this.$W), dd: $e(E.weekdaysMin, this.$W, Z, 2), ddd: $e(E.weekdaysShort, this.$W, Z, 3), dddd: Z[this.$W], H: String(P), HH: M.s(P, 2, "0"), h: Xe(1), hh: Xe(2), a: et(P, q, !0), A: et(P, q, !1), m: String(q), mm: M.s(q, 2, "0"), s: String(this.$s), ss: M.s(this.$s, 2, "0"), SSS: M.s(this.$ms, 3, "0"), Z: A };
1635
+ return C.replace(S, function(re, Oe) {
1636
+ return Oe || Fe[re] || A.replace(":", "");
1637
1637
  });
1638
1638
  }, b.utcOffset = function() {
1639
1639
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
@@ -1762,11 +1762,11 @@ var ap = function(n, e, t) {
1762
1762
  }, fp = function(n) {
1763
1763
  var e = n.getUTCMonth();
1764
1764
  return e === 1 && ut(n.getUTCFullYear()) ? 29 : lp[e];
1765
- }, Ke = function(n) {
1765
+ }, Ve = function(n) {
1766
1766
  return cp[n.getUTCDay()];
1767
1767
  }, In = function(n, e) {
1768
1768
  var t = _e(n, e + 1, 1);
1769
- return [Ke(t), fp(t)];
1769
+ return [Ve(t), fp(t)];
1770
1770
  }, cu = function(n, e) {
1771
1771
  return e = e || n, new Date(Date.UTC(n.getUTCFullYear(), n.getUTCMonth(), n.getUTCDate(), e.getHours(), e.getMinutes(), e.getSeconds(), e.getMilliseconds()));
1772
1772
  }, Sr = function(n) {
@@ -1804,7 +1804,7 @@ var ap = function(n, e, t) {
1804
1804
  }, hp = function(n, e) {
1805
1805
  var t = Intl.DateTimeFormat().resolvedOptions().timeZone, r = new Date(_n(n, t)), i = new Date(_n(n, e ?? "UTC")), u = i.getTime() - r.getTime();
1806
1806
  return new Date(n.getTime() - u);
1807
- }, We = (
1807
+ }, Ge = (
1808
1808
  /** @class */
1809
1809
  function() {
1810
1810
  function n(e, t) {
@@ -1882,7 +1882,7 @@ var Un = (
1882
1882
  return e.prototype.add = function(t) {
1883
1883
  return this.iterator(t, this._result.length) ? (this._result.push(t), !0) : !1;
1884
1884
  }, e;
1885
- }(We)
1885
+ }(Ge)
1886
1886
  ), jt = {
1887
1887
  dayNames: [
1888
1888
  "Sunday",
@@ -2351,7 +2351,7 @@ function tn(n) {
2351
2351
  }
2352
2352
  var bp = function(n, e) {
2353
2353
  return e === void 0 && (e = jt), new R(du(n, e) || void 0);
2354
- }, Ze = [
2354
+ }, Qe = [
2355
2355
  "count",
2356
2356
  "until",
2357
2357
  "interval",
@@ -2360,12 +2360,12 @@ var bp = function(n, e) {
2360
2360
  "bymonth"
2361
2361
  ];
2362
2362
  Ae.IMPLEMENTED = [];
2363
- Ae.IMPLEMENTED[U.HOURLY] = Ze;
2364
- Ae.IMPLEMENTED[U.MINUTELY] = Ze;
2365
- Ae.IMPLEMENTED[U.DAILY] = ["byhour"].concat(Ze);
2366
- Ae.IMPLEMENTED[U.WEEKLY] = Ze;
2367
- Ae.IMPLEMENTED[U.MONTHLY] = Ze;
2368
- Ae.IMPLEMENTED[U.YEARLY] = ["byweekno", "byyearday"].concat(Ze);
2363
+ Ae.IMPLEMENTED[U.HOURLY] = Qe;
2364
+ Ae.IMPLEMENTED[U.MINUTELY] = Qe;
2365
+ Ae.IMPLEMENTED[U.DAILY] = ["byhour"].concat(Qe);
2366
+ Ae.IMPLEMENTED[U.WEEKLY] = Qe;
2367
+ Ae.IMPLEMENTED[U.MONTHLY] = Qe;
2368
+ Ae.IMPLEMENTED[U.YEARLY] = ["byweekno", "byyearday"].concat(Qe);
2369
2369
  var yp = function(n, e, t, r) {
2370
2370
  return new Ae(n, e, t, r).toString();
2371
2371
  }, vp = Ae.isFullyConvertible, Ht = (
@@ -2397,7 +2397,7 @@ var yp = function(n, e, t, r) {
2397
2397
  return e.fromDate = function(t) {
2398
2398
  return new this(t.getUTCFullYear(), t.getUTCMonth() + 1, t.getUTCDate(), t.getUTCHours(), t.getUTCMinutes(), t.getUTCSeconds(), t.valueOf() % 1e3);
2399
2399
  }, e.prototype.getWeekday = function() {
2400
- return Ke(new Date(this.getTime()));
2400
+ return Ve(new Date(this.getTime()));
2401
2401
  }, e.prototype.getTime = function() {
2402
2402
  return new Date(Date.UTC(this.year, this.month - 1, this.day, this.hour, this.minute, this.second, this.millisecond)).getTime();
2403
2403
  }, e.prototype.getDay = function() {
@@ -2499,7 +2499,7 @@ function wp(n) {
2499
2499
  e.bymonthday = e.dtstart.getUTCDate();
2500
2500
  break;
2501
2501
  case R.WEEKLY:
2502
- e.byweekday = [Ke(e.dtstart)];
2502
+ e.byweekday = [Ve(e.dtstart)];
2503
2503
  break;
2504
2504
  }
2505
2505
  if (K(e.bymonth) && !ue(e.bymonth) && (e.bymonth = [e.bymonth]), K(e.byyearday) && !ue(e.byyearday) && ye(e.byyearday) && (e.byyearday = [e.byyearday]), !K(e.bymonthday))
@@ -2748,20 +2748,20 @@ var Bp = (
2748
2748
  }
2749
2749
  }
2750
2750
  if (!r && this.all) {
2751
- for (var l = new We(e, t), s = 0; s < this.all.length && l.accept(this.all[s]); s++)
2751
+ for (var l = new Ge(e, t), s = 0; s < this.all.length && l.accept(this.all[s]); s++)
2752
2752
  ;
2753
2753
  r = l.getValue(), this._cacheAdd(e, r, t);
2754
2754
  }
2755
2755
  return ue(r) ? Nn(r) : r instanceof Date ? Sr(r) : r;
2756
2756
  }, n;
2757
2757
  }()
2758
- ), Ap = T(T(T(T(T(T(T(T(T(T(T(T(T([], _(1, 31), !0), _(2, 28), !0), _(3, 31), !0), _(4, 30), !0), _(5, 31), !0), _(6, 30), !0), _(7, 31), !0), _(8, 31), !0), _(9, 30), !0), _(10, 31), !0), _(11, 30), !0), _(12, 31), !0), _(1, 7)), Op = T(T(T(T(T(T(T(T(T(T(T(T(T([], _(1, 31), !0), _(2, 29), !0), _(3, 31), !0), _(4, 30), !0), _(5, 31), !0), _(6, 30), !0), _(7, 31), !0), _(8, 31), !0), _(9, 30), !0), _(10, 31), !0), _(11, 30), !0), _(12, 31), !0), _(1, 7)), Dp = Ee(1, 29), Rp = Ee(1, 30), Me = Ee(1, 31), Q = Ee(1, 32), Mp = T(T(T(T(T(T(T(T(T(T(T(T(T([], Q, !0), Rp, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q.slice(0, 7)), Lp = T(T(T(T(T(T(T(T(T(T(T(T(T([], Q, !0), Dp, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q.slice(0, 7)), Pp = Ee(-28, 0), Ip = Ee(-29, 0), Le = Ee(-30, 0), X = Ee(-31, 0), Np = T(T(T(T(T(T(T(T(T(T(T(T(T([], X, !0), Ip, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X.slice(0, 7)), _p = T(T(T(T(T(T(T(T(T(T(T(T(T([], X, !0), Pp, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X.slice(0, 7)), Up = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366], Fp = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365], Yn = function() {
2758
+ ), Ap = T(T(T(T(T(T(T(T(T(T(T(T(T([], _(1, 31), !0), _(2, 28), !0), _(3, 31), !0), _(4, 30), !0), _(5, 31), !0), _(6, 30), !0), _(7, 31), !0), _(8, 31), !0), _(9, 30), !0), _(10, 31), !0), _(11, 30), !0), _(12, 31), !0), _(1, 7)), Dp = T(T(T(T(T(T(T(T(T(T(T(T(T([], _(1, 31), !0), _(2, 29), !0), _(3, 31), !0), _(4, 30), !0), _(5, 31), !0), _(6, 30), !0), _(7, 31), !0), _(8, 31), !0), _(9, 30), !0), _(10, 31), !0), _(11, 30), !0), _(12, 31), !0), _(1, 7)), Op = Ee(1, 29), Rp = Ee(1, 30), Me = Ee(1, 31), Q = Ee(1, 32), Mp = T(T(T(T(T(T(T(T(T(T(T(T(T([], Q, !0), Rp, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q.slice(0, 7)), Lp = T(T(T(T(T(T(T(T(T(T(T(T(T([], Q, !0), Op, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q, !0), Me, !0), Q, !0), Me, !0), Q, !0), Q.slice(0, 7)), Pp = Ee(-28, 0), Ip = Ee(-29, 0), Le = Ee(-30, 0), X = Ee(-31, 0), Np = T(T(T(T(T(T(T(T(T(T(T(T(T([], X, !0), Ip, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X.slice(0, 7)), _p = T(T(T(T(T(T(T(T(T(T(T(T(T([], X, !0), Pp, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X, !0), Le, !0), X, !0), Le, !0), X, !0), X.slice(0, 7)), Up = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366], Fp = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365], Yn = function() {
2759
2759
  for (var n = [], e = 0; e < 55; e++)
2760
2760
  n = n.concat(Ee(7));
2761
2761
  return n;
2762
2762
  }();
2763
2763
  function jp(n, e) {
2764
- var t = _e(n, 1, 1), r = ut(n) ? 366 : 365, i = ut(n + 1) ? 366 : 365, u = Tr(t), o = Ke(t), s = oe(oe({ yearlen: r, nextyearlen: i, yearordinal: u, yearweekday: o }, Hp(n)), { wnomask: null });
2764
+ var t = _e(n, 1, 1), r = ut(n) ? 366 : 365, i = ut(n + 1) ? 366 : 365, u = Tr(t), o = Ve(t), s = oe(oe({ yearlen: r, nextyearlen: i, yearordinal: u, yearweekday: o }, Hp(n)), { wnomask: null });
2765
2765
  if (ve(e.byweekno))
2766
2766
  return s;
2767
2767
  s.wnomask = _(0, r + 7);
@@ -2783,21 +2783,21 @@ function jp(n, e) {
2783
2783
  ;
2784
2784
  }
2785
2785
  if (c) {
2786
- var D = void 0;
2786
+ var O = void 0;
2787
2787
  if (H(e.byweekno, -1))
2788
- D = -1;
2788
+ O = -1;
2789
2789
  else {
2790
- var Y = Ke(_e(n - 1, 1, 1)), O = ae(7 - Y.valueOf() + e.wkst, 7), I = ut(n - 1) ? 366 : 365, L = void 0;
2791
- O >= 4 ? (O = 0, L = I + ae(Y - e.wkst, 7)) : L = r - c, D = Math.floor(52 + ae(L, 7) / 4);
2790
+ var Y = Ve(_e(n - 1, 1, 1)), D = ae(7 - Y.valueOf() + e.wkst, 7), I = ut(n - 1) ? 366 : 365, L = void 0;
2791
+ D >= 4 ? (D = 0, L = I + ae(Y - e.wkst, 7)) : L = r - c, O = Math.floor(52 + ae(L, 7) / 4);
2792
2792
  }
2793
- if (H(e.byweekno, D))
2793
+ if (H(e.byweekno, O))
2794
2794
  for (var p = 0; p < c; p++)
2795
2795
  s.wnomask[p] = 1;
2796
2796
  }
2797
2797
  return s;
2798
2798
  }
2799
2799
  function Hp(n) {
2800
- var e = ut(n) ? 366 : 365, t = _e(n, 1, 1), r = Ke(t);
2800
+ var e = ut(n) ? 366 : 365, t = _e(n, 1, 1), r = Ve(t);
2801
2801
  return e === 365 ? {
2802
2802
  mmask: Ap,
2803
2803
  mdaymask: Lp,
@@ -2805,7 +2805,7 @@ function Hp(n) {
2805
2805
  wdaymask: Yn.slice(r),
2806
2806
  mrange: Fp
2807
2807
  } : {
2808
- mmask: Op,
2808
+ mmask: Dp,
2809
2809
  mdaymask: Mp,
2810
2810
  nmdaymask: Np,
2811
2811
  wdaymask: Yn.slice(r),
@@ -3000,25 +3000,25 @@ function hu(n, e) {
3000
3000
  var f = l.getdayset(r)(a.year, a.month, a.day), d = f[0], h = f[1], g = f[2], w = Kp(d, h, g, l, e);
3001
3001
  if (V(o))
3002
3002
  for (var p = Wp(o, c, h, g, l, d), S = 0; S < p.length; S++) {
3003
- var D = p[S];
3004
- if (u && D > u)
3003
+ var O = p[S];
3004
+ if (u && O > u)
3005
3005
  return Te(n);
3006
- if (D >= t) {
3007
- var Y = qn(D, e);
3006
+ if (O >= t) {
3007
+ var Y = qn(O, e);
3008
3008
  if (!n.accept(Y) || s && (--s, !s))
3009
3009
  return Te(n);
3010
3010
  }
3011
3011
  }
3012
3012
  else
3013
3013
  for (var S = h; S < g; S++) {
3014
- var O = d[S];
3015
- if (K(O))
3016
- for (var I = lu(l.yearordinal + O), L = 0; L < c.length; L++) {
3017
- var F = c[L], D = cu(I, F);
3018
- if (u && D > u)
3014
+ var D = d[S];
3015
+ if (K(D))
3016
+ for (var I = lu(l.yearordinal + D), L = 0; L < c.length; L++) {
3017
+ var F = c[L], O = cu(I, F);
3018
+ if (u && O > u)
3019
3019
  return Te(n);
3020
- if (D >= t) {
3021
- var Y = qn(D, e);
3020
+ if (O >= t) {
3021
+ var Y = qn(O, e);
3022
3022
  if (!n.accept(Y) || s && (--s, !s))
3023
3023
  return Te(n);
3024
3024
  }
@@ -3103,7 +3103,7 @@ var ce = {
3103
3103
  if (e)
3104
3104
  return this._iter(new Un("all", {}, e));
3105
3105
  var t = this._cacheGet("all");
3106
- return t === !1 && (t = this._iter(new We("all", {})), this._cacheAdd("all", t)), t;
3106
+ return t === !1 && (t = this._iter(new Ge("all", {})), this._cacheAdd("all", t)), t;
3107
3107
  }, n.prototype.between = function(e, t, r, i) {
3108
3108
  if (r === void 0 && (r = !1), !it(e) || !it(t))
3109
3109
  throw new Error("Invalid date passed in to RRule.between");
@@ -3115,17 +3115,17 @@ var ce = {
3115
3115
  if (i)
3116
3116
  return this._iter(new Un("between", u, i));
3117
3117
  var o = this._cacheGet("between", u);
3118
- return o === !1 && (o = this._iter(new We("between", u)), this._cacheAdd("between", o, u)), o;
3118
+ return o === !1 && (o = this._iter(new Ge("between", u)), this._cacheAdd("between", o, u)), o;
3119
3119
  }, n.prototype.before = function(e, t) {
3120
3120
  if (t === void 0 && (t = !1), !it(e))
3121
3121
  throw new Error("Invalid date passed in to RRule.before");
3122
3122
  var r = { dt: e, inc: t }, i = this._cacheGet("before", r);
3123
- return i === !1 && (i = this._iter(new We("before", r)), this._cacheAdd("before", i, r)), i;
3123
+ return i === !1 && (i = this._iter(new Ge("before", r)), this._cacheAdd("before", i, r)), i;
3124
3124
  }, n.prototype.after = function(e, t) {
3125
3125
  if (t === void 0 && (t = !1), !it(e))
3126
3126
  throw new Error("Invalid date passed in to RRule.after");
3127
3127
  var r = { dt: e, inc: t }, i = this._cacheGet("after", r);
3128
- return i === !1 && (i = this._iter(new We("after", r)), this._cacheAdd("after", i, r)), i;
3128
+ return i === !1 && (i = this._iter(new Ge("after", r)), this._cacheAdd("after", i, r)), i;
3129
3129
  }, n.prototype.count = function() {
3130
3130
  return this.all().length;
3131
3131
  }, n.prototype.toString = function() {
@@ -3494,7 +3494,7 @@ class ir {
3494
3494
  });
3495
3495
  }
3496
3496
  }
3497
- function et() {
3497
+ function tt() {
3498
3498
  let n, e;
3499
3499
  const t = new Promise((r, i) => {
3500
3500
  n = r, e = i;
@@ -3606,7 +3606,7 @@ function mg(n, e, t) {
3606
3606
  }
3607
3607
  return u;
3608
3608
  }
3609
- function Or(n, e) {
3609
+ function Dr(n, e) {
3610
3610
  let t = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : ".";
3611
3611
  if (!n) return;
3612
3612
  if (n[e]) return n[e];
@@ -3651,7 +3651,7 @@ class ei extends ir {
3651
3651
  let s;
3652
3652
  e.indexOf(".") > -1 ? s = e.split(".") : (s = [e, t], r && (Array.isArray(r) ? s.push(...r) : typeof r == "string" && u ? s.push(...r.split(u)) : s.push(r)));
3653
3653
  const a = Wt(this.data, s);
3654
- return !a && !t && !r && e.indexOf(".") > -1 && (e = s[0], t = s[1], r = s.slice(2).join(".")), a || !o || typeof r != "string" ? a : Or(this.data && this.data[e] && this.data[e][t], r, u);
3654
+ return !a && !t && !r && e.indexOf(".") > -1 && (e = s[0], t = s[1], r = s.slice(2).join(".")), a || !o || typeof r != "string" ? a : Dr(this.data && this.data[e] && this.data[e][t], r, u);
3655
3655
  }
3656
3656
  addResource(e, t, r, i) {
3657
3657
  let u = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : {
@@ -3766,15 +3766,15 @@ class Kt extends ir {
3766
3766
  } = this.extractFromKey(e[e.length - 1], t), a = s[s.length - 1], l = t.lng || this.language, c = t.appendNamespaceToCIMode || this.options.appendNamespaceToCIMode;
3767
3767
  if (l && l.toLowerCase() === "cimode") {
3768
3768
  if (c) {
3769
- const O = t.nsSeparator || this.options.nsSeparator;
3769
+ const D = t.nsSeparator || this.options.nsSeparator;
3770
3770
  return i ? {
3771
- res: `${a}${O}${o}`,
3771
+ res: `${a}${D}${o}`,
3772
3772
  usedKey: o,
3773
3773
  exactUsedKey: o,
3774
3774
  usedLng: l,
3775
3775
  usedNS: a,
3776
3776
  usedParams: this.getUsedParamsDetails(t)
3777
- } : `${a}${O}${o}`;
3777
+ } : `${a}${D}${o}`;
3778
3778
  }
3779
3779
  return i ? {
3780
3780
  res: o,
@@ -3787,18 +3787,18 @@ class Kt extends ir {
3787
3787
  }
3788
3788
  const f = this.resolve(e, t);
3789
3789
  let d = f && f.res;
3790
- const h = f && f.usedKey || o, g = f && f.exactUsedKey || o, w = Object.prototype.toString.apply(d), p = ["[object Number]", "[object Function]", "[object RegExp]"], S = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, D = !this.i18nFormat || this.i18nFormat.handleAsObject;
3791
- if (D && d && (typeof d != "string" && typeof d != "boolean" && typeof d != "number") && p.indexOf(w) < 0 && !(typeof S == "string" && Array.isArray(d))) {
3790
+ const h = f && f.usedKey || o, g = f && f.exactUsedKey || o, w = Object.prototype.toString.apply(d), p = ["[object Number]", "[object Function]", "[object RegExp]"], S = t.joinArrays !== void 0 ? t.joinArrays : this.options.joinArrays, O = !this.i18nFormat || this.i18nFormat.handleAsObject;
3791
+ if (O && d && (typeof d != "string" && typeof d != "boolean" && typeof d != "number") && p.indexOf(w) < 0 && !(typeof S == "string" && Array.isArray(d))) {
3792
3792
  if (!t.returnObjects && !this.options.returnObjects) {
3793
3793
  this.options.returnedObjectHandler || this.logger.warn("accessing an object - but returnObjects options is not enabled!");
3794
- const O = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(h, d, {
3794
+ const D = this.options.returnedObjectHandler ? this.options.returnedObjectHandler(h, d, {
3795
3795
  ...t,
3796
3796
  ns: s
3797
3797
  }) : `key '${o} (${this.language})' returned an object instead of string.`;
3798
- return i ? (f.res = O, f.usedParams = this.getUsedParamsDetails(t), f) : O;
3798
+ return i ? (f.res = D, f.usedParams = this.getUsedParamsDetails(t), f) : D;
3799
3799
  }
3800
3800
  if (u) {
3801
- const O = Array.isArray(d), I = O ? [] : {}, L = O ? g : h;
3801
+ const D = Array.isArray(d), I = D ? [] : {}, L = D ? g : h;
3802
3802
  for (const F in d)
3803
3803
  if (Object.prototype.hasOwnProperty.call(d, F)) {
3804
3804
  const W = `${L}${u}${F}`;
@@ -3810,16 +3810,16 @@ class Kt extends ir {
3810
3810
  }
3811
3811
  d = I;
3812
3812
  }
3813
- } else if (D && typeof S == "string" && Array.isArray(d))
3813
+ } else if (O && typeof S == "string" && Array.isArray(d))
3814
3814
  d = d.join(S), d && (d = this.extendTranslation(d, e, t, r));
3815
3815
  else {
3816
- let O = !1, I = !1;
3816
+ let D = !1, I = !1;
3817
3817
  const L = t.count !== void 0 && typeof t.count != "string", F = Kt.hasDefaultValue(t), W = L ? this.pluralResolver.getSuffix(l, t.count, t) : "", N = t.ordinal && L ? this.pluralResolver.getSuffix(l, t.count, {
3818
3818
  ordinal: !1
3819
3819
  }) : "", M = L && !t.ordinal && t.count === 0 && this.pluralResolver.shouldUseIntlApi(), m = M && t[`defaultValue${this.options.pluralSeparator}zero`] || t[`defaultValue${W}`] || t[`defaultValue${N}`] || t.defaultValue;
3820
- !this.isValidLookup(d) && F && (O = !0, d = m), this.isValidLookup(d) || (I = !0, d = o);
3820
+ !this.isValidLookup(d) && F && (D = !0, d = m), this.isValidLookup(d) || (I = !0, d = o);
3821
3821
  const v = (t.missingKeyNoValueFallbackToKey || this.options.missingKeyNoValueFallbackToKey) && I ? void 0 : d, b = F && m !== d && this.options.updateMissing;
3822
- if (I || O || b) {
3822
+ if (I || D || b) {
3823
3823
  if (this.logger.log(b ? "updateKey" : "missingKey", l, a, o, b ? m : d), u) {
3824
3824
  const C = this.resolve(o, {
3825
3825
  ...t,
@@ -3844,7 +3844,7 @@ class Kt extends ir {
3844
3844
  });
3845
3845
  }) : E(y, o, m));
3846
3846
  }
3847
- d = this.extendTranslation(d, e, t, f, r), I && d === o && this.options.appendNamespaceToMissingKey && (d = `${a}:${o}`), (I || O) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? d = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${o}` : o, O ? d : void 0) : d = this.options.parseMissingKeyHandler(d));
3847
+ d = this.extendTranslation(d, e, t, f, r), I && d === o && this.options.appendNamespaceToMissingKey && (d = `${a}:${o}`), (I || D) && this.options.parseMissingKeyHandler && (this.options.compatibilityAPI !== "v1" ? d = this.options.parseMissingKeyHandler(this.options.appendNamespaceToMissingKey ? `${a}:${o}` : o, D ? d : void 0) : d = this.options.parseMissingKeyHandler(d));
3848
3848
  }
3849
3849
  return i ? (f.res = d, f.usedParams = this.getUsedParamsDetails(t), f) : d;
3850
3850
  }
@@ -3907,20 +3907,20 @@ class Kt extends ir {
3907
3907
  this.isValidLookup(r) || (s = p, !ti[`${w[0]}-${p}`] && this.utils && this.utils.hasLoadedNamespace && !this.utils.hasLoadedNamespace(s) && (ti[`${w[0]}-${p}`] = !0, this.logger.warn(`key "${i}" for languages "${w.join(", ")}" won't get resolved as namespace "${s}" was not yet loaded`, "This means something IS WRONG in your setup. You access the t function before i18next.init / i18next.loadNamespace / i18next.changeLanguage was done. Wait for the callback or Promise to resolve before accessing it!!!")), w.forEach((S) => {
3908
3908
  if (this.isValidLookup(r)) return;
3909
3909
  o = S;
3910
- const D = [c];
3910
+ const O = [c];
3911
3911
  if (this.i18nFormat && this.i18nFormat.addLookupKeys)
3912
- this.i18nFormat.addLookupKeys(D, c, S, p, t);
3912
+ this.i18nFormat.addLookupKeys(O, c, S, p, t);
3913
3913
  else {
3914
- let O;
3915
- d && (O = this.pluralResolver.getSuffix(S, t.count, t));
3914
+ let D;
3915
+ d && (D = this.pluralResolver.getSuffix(S, t.count, t));
3916
3916
  const I = `${this.options.pluralSeparator}zero`, L = `${this.options.pluralSeparator}ordinal${this.options.pluralSeparator}`;
3917
- if (d && (D.push(c + O), t.ordinal && O.indexOf(L) === 0 && D.push(c + O.replace(L, this.options.pluralSeparator)), h && D.push(c + I)), g) {
3917
+ if (d && (O.push(c + D), t.ordinal && D.indexOf(L) === 0 && O.push(c + D.replace(L, this.options.pluralSeparator)), h && O.push(c + I)), g) {
3918
3918
  const F = `${c}${this.options.contextSeparator}${t.context}`;
3919
- D.push(F), d && (D.push(F + O), t.ordinal && O.indexOf(L) === 0 && D.push(F + O.replace(L, this.options.pluralSeparator)), h && D.push(F + I));
3919
+ O.push(F), d && (O.push(F + D), t.ordinal && D.indexOf(L) === 0 && O.push(F + D.replace(L, this.options.pluralSeparator)), h && O.push(F + I));
3920
3920
  }
3921
3921
  }
3922
3922
  let Y;
3923
- for (; Y = D.pop(); )
3923
+ for (; Y = O.pop(); )
3924
3924
  this.isValidLookup(r) || (u = Y, r = this.getResource(S, p, Y, t));
3925
3925
  }));
3926
3926
  });
@@ -4256,7 +4256,7 @@ class kg {
4256
4256
  }
4257
4257
  function ii(n, e, t) {
4258
4258
  let r = arguments.length > 3 && arguments[3] !== void 0 ? arguments[3] : ".", i = arguments.length > 4 && arguments[4] !== void 0 ? arguments[4] : !0, u = cg(n, e, t);
4259
- return !u && i && typeof t == "string" && (u = Or(n, t, r), u === void 0 && (u = Or(e, t, r))), u;
4259
+ return !u && i && typeof t == "string" && (u = Dr(n, t, r), u === void 0 && (u = Dr(e, t, r))), u;
4260
4260
  }
4261
4261
  class Eg {
4262
4262
  constructor() {
@@ -4285,9 +4285,9 @@ class Eg {
4285
4285
  nestingSuffixEscaped: w,
4286
4286
  nestingOptionsSeparator: p,
4287
4287
  maxReplaces: S,
4288
- alwaysFormat: D
4288
+ alwaysFormat: O
4289
4289
  } = e.interpolation;
4290
- this.escape = t !== void 0 ? t : fg, this.escapeValue = r !== void 0 ? r : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = u ? He(u) : o || "{{", this.suffix = s ? He(s) : a || "}}", this.formatSeparator = l || ",", this.unescapePrefix = c ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : c || "", this.nestingPrefix = d ? He(d) : h || He("$t("), this.nestingSuffix = g ? He(g) : w || He(")"), this.nestingOptionsSeparator = p || ",", this.maxReplaces = S || 1e3, this.alwaysFormat = D !== void 0 ? D : !1, this.resetRegExp();
4290
+ this.escape = t !== void 0 ? t : fg, this.escapeValue = r !== void 0 ? r : !0, this.useRawValueToEscape = i !== void 0 ? i : !1, this.prefix = u ? He(u) : o || "{{", this.suffix = s ? He(s) : a || "}}", this.formatSeparator = l || ",", this.unescapePrefix = c ? "" : f || "-", this.unescapeSuffix = this.unescapePrefix ? "" : c || "", this.nestingPrefix = d ? He(d) : h || He("$t("), this.nestingSuffix = g ? He(g) : w || He(")"), this.nestingOptionsSeparator = p || ",", this.maxReplaces = S || 1e3, this.alwaysFormat = O !== void 0 ? O : !1, this.resetRegExp();
4291
4291
  }
4292
4292
  reset() {
4293
4293
  this.options && this.init(this.options);
@@ -4304,12 +4304,12 @@ class Eg {
4304
4304
  }
4305
4305
  const c = (g) => {
4306
4306
  if (g.indexOf(this.formatSeparator) < 0) {
4307
- const D = ii(t, a, g, this.options.keySeparator, this.options.ignoreJSONStructure);
4308
- return this.alwaysFormat ? this.format(D, void 0, r, {
4307
+ const O = ii(t, a, g, this.options.keySeparator, this.options.ignoreJSONStructure);
4308
+ return this.alwaysFormat ? this.format(O, void 0, r, {
4309
4309
  ...i,
4310
4310
  ...t,
4311
4311
  interpolationkey: g
4312
- }) : D;
4312
+ }) : O;
4313
4313
  }
4314
4314
  const w = g.split(this.formatSeparator), p = w.shift().trim(), S = w.join(this.formatSeparator).trim();
4315
4315
  return this.format(ii(t, a, p, this.options.keySeparator, this.options.ignoreJSONStructure), S, r, {
@@ -4762,7 +4762,7 @@ class ct extends ir {
4762
4762
  return e.store[c](...arguments), e;
4763
4763
  };
4764
4764
  });
4765
- const a = et(), l = () => {
4765
+ const a = tt(), l = () => {
4766
4766
  const c = (f, d) => {
4767
4767
  this.isInitializing = !1, this.isInitialized && !this.initializedStoreOnce && this.logger.warn("init: i18next is already initialized. You should call init just once!"), this.isInitialized = !0, this.options.isClone || this.logger.log("initialized", this.options), this.emit("initialized", this.options), a.resolve(d), r(f, d);
4768
4768
  };
@@ -4789,7 +4789,7 @@ class ct extends ir {
4789
4789
  r(null);
4790
4790
  }
4791
4791
  reloadResources(e, t, r) {
4792
- const i = et();
4792
+ const i = tt();
4793
4793
  return e || (e = this.languages), t || (t = this.options.ns), r || (r = kt), this.services.backendConnector.reload(e, t, (u) => {
4794
4794
  i.resolve(), r(u);
4795
4795
  }), i;
@@ -4812,7 +4812,7 @@ class ct extends ir {
4812
4812
  changeLanguage(e, t) {
4813
4813
  var r = this;
4814
4814
  this.isLanguageChangingTo = e;
4815
- const i = et();
4815
+ const i = tt();
4816
4816
  this.emit("languageChanging", e);
4817
4817
  const u = (a) => {
4818
4818
  this.language = a, this.languages = this.services.languageUtils.toResolveHierarchy(a), this.resolvedLanguage = void 0, this.setResolvedLanguage(a);
@@ -4878,7 +4878,7 @@ class ct extends ir {
4878
4878
  return !!(this.hasResourceBundle(r, e) || !this.services.backendConnector.backend || this.options.resources && !this.options.partialBundledLanguages || o(r, e) && (!i || o(u, e)));
4879
4879
  }
4880
4880
  loadNamespaces(e, t) {
4881
- const r = et();
4881
+ const r = tt();
4882
4882
  return this.options.ns ? (typeof e == "string" && (e = [e]), e.forEach((i) => {
4883
4883
  this.options.ns.indexOf(i) < 0 && this.options.ns.push(i);
4884
4884
  }), this.loadResources((i) => {
@@ -4886,7 +4886,7 @@ class ct extends ir {
4886
4886
  }), r) : (t && t(), Promise.resolve());
4887
4887
  }
4888
4888
  loadLanguages(e, t) {
4889
- const r = et();
4889
+ const r = tt();
4890
4890
  typeof e == "string" && (e = [e]);
4891
4891
  const i = this.options.preload || [], u = e.filter((o) => i.indexOf(o) < 0 && this.services.languageUtils.isSupportedCode(o));
4892
4892
  return u.length ? (this.options.preload = i.concat(u), this.loadResources((o) => {
@@ -4963,7 +4963,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
4963
4963
  october: "October",
4964
4964
  november: "November",
4965
4965
  december: "December"
4966
- }, ku = "Next", Eu = "{{date}}", $u = "{{time}}", Tu = "Name", Su = "Enter your name", Cu = "Email", Bu = "Enter your email", Au = "Guest email", Ou = "Enter guest email", Du = "Add guest", Ru = "Add another guest", Mu = "Back", Lu = "Book now", Pu = "Booking confirmed", Iu = "You'll receive an email confirmation soon.", Nu = "Booking sent", _u = "You will receive an email once the booking is confirmed.", Uu = "Booking rescheduled", Fu = "Booking date and time", ju = "Cancel booking", Hu = "Reschedule", Yu = "Reject booking", qu = "Confirm booking", zu = "Booking pending", Wu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Gu = "Your booking has been confirmed successfully", Ku = "A confirmation email has been sent to", Vu = "Cancel booking?", Ju = "Your current timeslot will become available to others.", Zu = "Reason for cancellation", Qu = "Go back", Xu = "Your booking has been cancelled successfully", eo = "A cancellation email has been sent to", to = "Close", ro = "Closing", no = "{{field}} is required.", io = "{{field}} has invalid format.", uo = "Create Booking", oo = "Get Availability", so = "Cancel Booking", ao = "Reschedule Booking", lo = "Get UI Settings", co = "Reject Booking", fo = "Confirm Booking", ho = "Something went wrong...", po = "Scheduling Component Error", go = "'sessionId' is required for private configs.", mo = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", bo = "Invalid timeslot!", yo = "The selected timeslot is invalid", vo = "Cancellation Error", xo = "Please provide a reason for cancellation.", wo = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", ko = "Cancel booking form error", Ag = {
4966
+ }, ku = "Next", Eu = "{{date}}", $u = "{{time}}", Tu = "Name", Su = "Enter your name", Cu = "Email", Bu = "Enter your email", Au = "Guest email", Du = "Enter guest email", Ou = "Add guest", Ru = "Add another guest", Mu = "Back", Lu = "Book now", Pu = "Booking confirmed", Iu = "You'll receive an email confirmation soon.", Nu = "Booking sent", _u = "You will receive an email once the booking is confirmed.", Uu = "Booking rescheduled", Fu = "Booking date and time", ju = "Cancel booking", Hu = "Reschedule", Yu = "Reject booking", qu = "Confirm booking", zu = "Booking pending", Wu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Gu = "Your booking has been confirmed successfully", Ku = "A confirmation email has been sent to", Vu = "Cancel booking?", Ju = "Your current timeslot will become available to others.", Zu = "Reason for cancellation", Qu = "Go back", Xu = "Your booking has been cancelled successfully", eo = "A cancellation email has been sent to", to = "Close", ro = "Closing", no = "{{field}} is required.", io = "{{field}} has invalid format.", uo = "Create Booking", oo = "Get Availability", so = "Cancel Booking", ao = "Reschedule Booking", lo = "Get UI Settings", co = "Reject Booking", fo = "Confirm Booking", ho = "Something went wrong...", po = "Scheduling Component Error", go = "'sessionId' is required for private configs.", mo = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", bo = "Invalid timeslot!", yo = "The selected timeslot is invalid", vo = "Cancellation Error", xo = "Please provide a reason for cancellation.", wo = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", ko = "Cancel booking form error", Ag = {
4967
4967
  noDateSelected: bu,
4968
4968
  rescheduleTitle: yu,
4969
4969
  days: vu,
@@ -4977,8 +4977,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
4977
4977
  email: Cu,
4978
4978
  emailPlaceholder: Bu,
4979
4979
  guestEmail: Au,
4980
- guestEmailPlaceholder: Ou,
4981
- addGuest: Du,
4980
+ guestEmailPlaceholder: Du,
4981
+ addGuest: Ou,
4982
4982
  addAnotherGuest: Ru,
4983
4983
  backButton: Mu,
4984
4984
  bookNowButton: Lu,
@@ -5023,7 +5023,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5023
5023
  cancellationErrorMessage: xo,
5024
5024
  minimumCancellationErrorMessage: wo,
5025
5025
  cancelBokingFormError: ko
5026
- }, Og = /* @__PURE__ */ Object.freeze({
5026
+ }, Dg = /* @__PURE__ */ Object.freeze({
5027
5027
  __proto__: null,
5028
5028
  noDateSelected: bu,
5029
5029
  rescheduleTitle: yu,
@@ -5038,8 +5038,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5038
5038
  email: Cu,
5039
5039
  emailPlaceholder: Bu,
5040
5040
  guestEmail: Au,
5041
- guestEmailPlaceholder: Ou,
5042
- addGuest: Du,
5041
+ guestEmailPlaceholder: Du,
5042
+ addGuest: Ou,
5043
5043
  addAnotherGuest: Ru,
5044
5044
  backButton: Mu,
5045
5045
  bookNowButton: Lu,
@@ -5111,7 +5111,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5111
5111
  october: "Octobre",
5112
5112
  november: "Novembre",
5113
5113
  december: "Décembre"
5114
- }, Bo = "Procéder", Ao = "{{date}}", Oo = "{{time}}", Do = "Name", Ro = "Entrez votre nom", Mo = "E-mail", Lo = "Entrer votre E-mail", Po = "E-mail invité", Io = "Entrez l'adresse e-mail de l'invité", No = "Ajouter un invité", _o = "Ajouter un autre invité", Uo = "Retour", Fo = "Réservez maintenant", jo = "Réservation confirmée", Ho = "Vous recevrez bientôt un e-mail de confirmation.", Yo = "Réservation envoyée", qo = "Vous recevrez un e-mail une fois la réservation confirmée.", zo = "Réservation reprogrammée", Wo = "Date et heure de la réservation", Go = "Annuler la réservation", Ko = "Replanifier", Vo = "Refuser la réservation", Jo = "Confirmer la réservation", Zo = "Réservation en attente", Qo = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", Xo = "Votre réservation a été confirmée avec succès", es = "Un e-mail de confirmation a été envoyé à", ts = "Annuler la réservation?", rs = "Votre créneau horaire actuel sera disponible pour les autres.", ns = "Raison de l'annulation", is = "Retourner", us = "Votre réservation a été annulée avec succès", os = "Un e-mail d'annulation a été envoyé à", ss = "Fermer", as = "Fermeture", ls = "{{field}} est requis.", cs = "{{field}} a un format invalide.", ds = "Créer une Réservation", fs = "Obtenir la Disponibilité", hs = "Annuler la Réservation", ps = "Reprogrammer la Réservation", gs = "Obtenir les Paramètres UI", ms = "Refuser la Réservation", bs = "Confirmer la Réservation", ys = "Quelque chose a mal tourné...", vs = "Erreur du composant de planification", xs = "'sessionId' est requis pour les configurations privées.", ws = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", ks = "Créneau horaire invalide !", Es = "Le créneau horaire sélectionné est invalide", $s = "Erreur d'annulation", Ts = "Veuillez fournir une raison pour l'annulation.", Ss = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", Cs = "Erreur de formulaire d'annulation de réservation", Dg = {
5114
+ }, Bo = "Procéder", Ao = "{{date}}", Do = "{{time}}", Oo = "Name", Ro = "Entrez votre nom", Mo = "E-mail", Lo = "Entrer votre E-mail", Po = "E-mail invité", Io = "Entrez l'adresse e-mail de l'invité", No = "Ajouter un invité", _o = "Ajouter un autre invité", Uo = "Retour", Fo = "Réservez maintenant", jo = "Réservation confirmée", Ho = "Vous recevrez bientôt un e-mail de confirmation.", Yo = "Réservation envoyée", qo = "Vous recevrez un e-mail une fois la réservation confirmée.", zo = "Réservation reprogrammée", Wo = "Date et heure de la réservation", Go = "Annuler la réservation", Ko = "Replanifier", Vo = "Refuser la réservation", Jo = "Confirmer la réservation", Zo = "Réservation en attente", Qo = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", Xo = "Votre réservation a été confirmée avec succès", es = "Un e-mail de confirmation a été envoyé à", ts = "Annuler la réservation?", rs = "Votre créneau horaire actuel sera disponible pour les autres.", ns = "Raison de l'annulation", is = "Retourner", us = "Votre réservation a été annulée avec succès", os = "Un e-mail d'annulation a été envoyé à", ss = "Fermer", as = "Fermeture", ls = "{{field}} est requis.", cs = "{{field}} a un format invalide.", ds = "Créer une Réservation", fs = "Obtenir la Disponibilité", hs = "Annuler la Réservation", ps = "Reprogrammer la Réservation", gs = "Obtenir les Paramètres UI", ms = "Refuser la Réservation", bs = "Confirmer la Réservation", ys = "Quelque chose a mal tourné...", vs = "Erreur du composant de planification", xs = "'sessionId' est requis pour les configurations privées.", ws = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", ks = "Créneau horaire invalide !", Es = "Le créneau horaire sélectionné est invalide", $s = "Erreur d'annulation", Ts = "Veuillez fournir une raison pour l'annulation.", Ss = "Vous ne pouvez pas annuler la réservation dans les {{minCancellationNotice}} minutes avant l'événement", Cs = "Erreur de formulaire d'annulation de réservation", Og = {
5115
5115
  noDateSelected: Eo,
5116
5116
  rescheduleTitle: $o,
5117
5117
  days: To,
@@ -5119,8 +5119,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5119
5119
  months: Co,
5120
5120
  nextButton: Bo,
5121
5121
  selectedDayAndYear: Ao,
5122
- selectedTime: Oo,
5123
- name: Do,
5122
+ selectedTime: Do,
5123
+ name: Oo,
5124
5124
  namePlaceholder: Ro,
5125
5125
  email: Mo,
5126
5126
  emailPlaceholder: Lo,
@@ -5180,8 +5180,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5180
5180
  months: Co,
5181
5181
  nextButton: Bo,
5182
5182
  selectedDayAndYear: Ao,
5183
- selectedTime: Oo,
5184
- name: Do,
5183
+ selectedTime: Do,
5184
+ name: Oo,
5185
5185
  namePlaceholder: Ro,
5186
5186
  email: Mo,
5187
5187
  emailPlaceholder: Lo,
@@ -5232,8 +5232,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5232
5232
  cancellationErrorMessage: Ts,
5233
5233
  minimumCancellationErrorMessage: Ss,
5234
5234
  cancelBokingFormError: Cs,
5235
- default: Dg
5236
- }), Bs = "No has seleccionado ninguna fecha", As = "Elige otro horario para reprogramar tu reunión", Os = {
5235
+ default: Og
5236
+ }), Bs = "No has seleccionado ninguna fecha", As = "Elige otro horario para reprogramar tu reunión", Ds = {
5237
5237
  sunday: "DOM",
5238
5238
  monday: "LUN",
5239
5239
  tuesday: "MAR",
@@ -5241,7 +5241,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5241
5241
  thursday: "JUE",
5242
5242
  friday: "VIE",
5243
5243
  saturday: "SÁB"
5244
- }, Ds = {
5244
+ }, Os = {
5245
5245
  hour: "hora",
5246
5246
  hours: "horas",
5247
5247
  minute: "minuto",
@@ -5259,11 +5259,11 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5259
5259
  october: "Octubre",
5260
5260
  november: "Noviembre",
5261
5261
  december: "Diciembre"
5262
- }, Ms = "Siguiente", Ls = "{{date}}", Ps = "{{time}}", Is = "Nombre", Ns = "Introduce tu nombre", _s = "Correo electrónico", Us = "Introduce tu correo electrónico", Fs = "Correo electrónico del invitado", js = "Introduce el correo electrónico del invitado", Hs = "Añadir invitado", Ys = "Añadir otro invitado", qs = "Atrás", zs = "Reservar ahora", Ws = "Reserva confirmada", Gs = "Recibirás una confirmación por correo electrónico pronto.", Ks = "Reserva enviada", Vs = "Recibirás un correo electrónico una vez que se confirme la reserva.", Js = "Reserva reprogramada", Zs = "Fecha y hora de la reserva", Qs = "Cancelar reserva", Xs = "Reprogramar", ea = "Rechazar reserva", ta = "Confirmar reserva", ra = "Reserva pendiente", na = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", ia = "Tu reserva ha sido confirmada con éxito", ua = "Se ha enviado un correo de confirmación a", oa = "¿Cancelar reserva?", sa = "Su horario actual estará disponible para otros.", aa = "Motivo de la cancelación", la = "Regresar", ca = "Su reserva ha sido cancelada con éxito", da = "Se ha enviado un correo electrónico de cancelación a", fa = "Cerrar", ha = "Cerrando", pa = "{{field}} es obligatorio.", ga = "{{field}} tiene un formato no válido.", ma = "Crear Reserva", ba = "Obtener Disponibilidad", ya = "Cancelar Reserva", va = "Reprogramar Reserva", xa = "Obtener Configuraciones de UI", wa = "Rechazar Reserva", ka = "Confirmar Reserva", Ea = "Algo salió mal...", $a = "Error en el componente de programación", Ta = "'sessionId' es necesario para configuraciones privadas.", Sa = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", Ca = "¡Intervalo de tiempo no válido!", Ba = "El intervalo de tiempo seleccionado no es válido", Aa = "Error de Cancelación", Oa = "Por favor, indique el motivo de la cancelación.", Da = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Ra = "Error en el formulario de cancelación de la reserva", Mg = {
5262
+ }, Ms = "Siguiente", Ls = "{{date}}", Ps = "{{time}}", Is = "Nombre", Ns = "Introduce tu nombre", _s = "Correo electrónico", Us = "Introduce tu correo electrónico", Fs = "Correo electrónico del invitado", js = "Introduce el correo electrónico del invitado", Hs = "Añadir invitado", Ys = "Añadir otro invitado", qs = "Atrás", zs = "Reservar ahora", Ws = "Reserva confirmada", Gs = "Recibirás una confirmación por correo electrónico pronto.", Ks = "Reserva enviada", Vs = "Recibirás un correo electrónico una vez que se confirme la reserva.", Js = "Reserva reprogramada", Zs = "Fecha y hora de la reserva", Qs = "Cancelar reserva", Xs = "Reprogramar", ea = "Rechazar reserva", ta = "Confirmar reserva", ra = "Reserva pendiente", na = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", ia = "Tu reserva ha sido confirmada con éxito", ua = "Se ha enviado un correo de confirmación a", oa = "¿Cancelar reserva?", sa = "Su horario actual estará disponible para otros.", aa = "Motivo de la cancelación", la = "Regresar", ca = "Su reserva ha sido cancelada con éxito", da = "Se ha enviado un correo electrónico de cancelación a", fa = "Cerrar", ha = "Cerrando", pa = "{{field}} es obligatorio.", ga = "{{field}} tiene un formato no válido.", ma = "Crear Reserva", ba = "Obtener Disponibilidad", ya = "Cancelar Reserva", va = "Reprogramar Reserva", xa = "Obtener Configuraciones de UI", wa = "Rechazar Reserva", ka = "Confirmar Reserva", Ea = "Algo salió mal...", $a = "Error en el componente de programación", Ta = "'sessionId' es necesario para configuraciones privadas.", Sa = "Si se usa una configuración pública, pase una configurationId o una combinación de 'slug' y 'clientId'.", Ca = "¡Intervalo de tiempo no válido!", Ba = "El intervalo de tiempo seleccionado no es válido", Aa = "Error de Cancelación", Da = "Por favor, indique el motivo de la cancelación.", Oa = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Ra = "Error en el formulario de cancelación de la reserva", Mg = {
5263
5263
  noDateSelected: Bs,
5264
5264
  rescheduleTitle: As,
5265
- days: Os,
5266
- time: Ds,
5265
+ days: Ds,
5266
+ time: Os,
5267
5267
  months: Rs,
5268
5268
  nextButton: Ms,
5269
5269
  selectedDayAndYear: Ls,
@@ -5316,15 +5316,15 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5316
5316
  invalidTimeslotErrorTitle: Ca,
5317
5317
  invalidTimeslotErrorMessage: Ba,
5318
5318
  cancellationErrorTitle: Aa,
5319
- cancellationErrorMessage: Oa,
5320
- minimumCancellationErrorMessage: Da,
5319
+ cancellationErrorMessage: Da,
5320
+ minimumCancellationErrorMessage: Oa,
5321
5321
  cancelBokingFormError: Ra
5322
5322
  }, Lg = /* @__PURE__ */ Object.freeze({
5323
5323
  __proto__: null,
5324
5324
  noDateSelected: Bs,
5325
5325
  rescheduleTitle: As,
5326
- days: Os,
5327
- time: Ds,
5326
+ days: Ds,
5327
+ time: Os,
5328
5328
  months: Rs,
5329
5329
  nextButton: Ms,
5330
5330
  selectedDayAndYear: Ls,
@@ -5377,8 +5377,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5377
5377
  invalidTimeslotErrorTitle: Ca,
5378
5378
  invalidTimeslotErrorMessage: Ba,
5379
5379
  cancellationErrorTitle: Aa,
5380
- cancellationErrorMessage: Oa,
5381
- minimumCancellationErrorMessage: Da,
5380
+ cancellationErrorMessage: Da,
5381
+ minimumCancellationErrorMessage: Oa,
5382
5382
  cancelBokingFormError: Ra,
5383
5383
  default: Mg
5384
5384
  }), Ma = "日付が選択されていません", La = "別の時間を選択してください", Pa = {
@@ -5407,7 +5407,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5407
5407
  october: "10月",
5408
5408
  november: "11月",
5409
5409
  december: "12月"
5410
- }, _a = "次", Ua = "{{date}}", Fa = "{{time}}", ja = "名前", Ha = "名前を入力してください", Ya = "メールアドレス", qa = "メールアドレスを入力してください", za = "ゲストのメールアドレス", Wa = "ゲストのメールアドレスを入力してください", Ga = "ゲストを追加", Ka = "他のゲストを追加", Va = "戻る", Ja = "今すぐ予約", Za = "予約が確認されました", Qa = "間もなくメールで確認が届きます。", Xa = "予約が送信されました", el = "予約が確認され次第、メールをお送りします。", tl = "予約が再予定されました", rl = "予約の日付と時間", nl = "予約をキャンセル", il = "再調整", ul = "予約を拒否", ol = "予約を確認", sl = "予約保留中", al = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", ll = "予約が正常に確認されました", cl = "確認メールが送信されました", dl = "予約をキャンセルしますか?", fl = "現在の時間枠は他の人に利用可能になります。", hl = "キャンセルの理由", pl = "戻る", gl = "予約が正常にキャンセルされました", ml = "キャンセルメールが送信されました", bl = "閉じる", yl = "閉じる", vl = "{{field}} は必須です.", xl = "{{field}} の形式が無効です.", wl = "予約作成", kl = "空き状況を取得", El = "予約をキャンセル", $l = "予約の再スケジュール", Tl = "UI設定を取得", Sl = "予約を拒否", Cl = "予約を確認", Bl = "何かがうまくいかなかった...", Al = "スケジューリングコンポーネントエラー", Ol = "プライベート構成には 'sessionId' が必要です。", Dl = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Rl = "無効な時間帯!", Ml = "選択された時間帯は無効です", Ll = "キャンセルエラー", Pl = "キャンセルの理由を入力してください。", Il = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Nl = "予約キャンセルフォームエラー", Pg = {
5410
+ }, _a = "次", Ua = "{{date}}", Fa = "{{time}}", ja = "名前", Ha = "名前を入力してください", Ya = "メールアドレス", qa = "メールアドレスを入力してください", za = "ゲストのメールアドレス", Wa = "ゲストのメールアドレスを入力してください", Ga = "ゲストを追加", Ka = "他のゲストを追加", Va = "戻る", Ja = "今すぐ予約", Za = "予約が確認されました", Qa = "間もなくメールで確認が届きます。", Xa = "予約が送信されました", el = "予約が確認され次第、メールをお送りします。", tl = "予約が再予定されました", rl = "予約の日付と時間", nl = "予約をキャンセル", il = "再調整", ul = "予約を拒否", ol = "予約を確認", sl = "予約保留中", al = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", ll = "予約が正常に確認されました", cl = "確認メールが送信されました", dl = "予約をキャンセルしますか?", fl = "現在の時間枠は他の人に利用可能になります。", hl = "キャンセルの理由", pl = "戻る", gl = "予約が正常にキャンセルされました", ml = "キャンセルメールが送信されました", bl = "閉じる", yl = "閉じる", vl = "{{field}} は必須です.", xl = "{{field}} の形式が無効です.", wl = "予約作成", kl = "空き状況を取得", El = "予約をキャンセル", $l = "予約の再スケジュール", Tl = "UI設定を取得", Sl = "予約を拒否", Cl = "予約を確認", Bl = "何かがうまくいかなかった...", Al = "スケジューリングコンポーネントエラー", Dl = "プライベート構成には 'sessionId' が必要です。", Ol = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Rl = "無効な時間帯!", Ml = "選択された時間帯は無効です", Ll = "キャンセルエラー", Pl = "キャンセルの理由を入力してください。", Il = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", Nl = "予約キャンセルフォームエラー", Pg = {
5411
5411
  noDateSelected: Ma,
5412
5412
  rescheduleTitle: La,
5413
5413
  days: Pa,
@@ -5459,8 +5459,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5459
5459
  confirmBookingErrorTitle: Cl,
5460
5460
  genericErrorTitle: Bl,
5461
5461
  schedulingComponentErrorTitle: Al,
5462
- sessionIdRequiredErrorMessage: Ol,
5463
- publicConfigErrorMessage: Dl,
5462
+ sessionIdRequiredErrorMessage: Dl,
5463
+ publicConfigErrorMessage: Ol,
5464
5464
  invalidTimeslotErrorTitle: Rl,
5465
5465
  invalidTimeslotErrorMessage: Ml,
5466
5466
  cancellationErrorTitle: Ll,
@@ -5520,8 +5520,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5520
5520
  confirmBookingErrorTitle: Cl,
5521
5521
  genericErrorTitle: Bl,
5522
5522
  schedulingComponentErrorTitle: Al,
5523
- sessionIdRequiredErrorMessage: Ol,
5524
- publicConfigErrorMessage: Dl,
5523
+ sessionIdRequiredErrorMessage: Dl,
5524
+ publicConfigErrorMessage: Ol,
5525
5525
  invalidTimeslotErrorTitle: Rl,
5526
5526
  invalidTimeslotErrorMessage: Ml,
5527
5527
  cancellationErrorTitle: Ll,
@@ -5555,7 +5555,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5555
5555
  october: "Oktober",
5556
5556
  november: "November",
5557
5557
  december: "Dezember"
5558
- }, Yl = "Weiter", ql = "{{date}}", zl = "{{time}}", Wl = "Name", Gl = "Geben Sie Ihren Namen ein", Kl = "E-Mail", Vl = "Geben Sie Ihre E-Mail-Adresse ein", Jl = "Gast E-Mail", Zl = "Geben Sie die E-Mail-Adresse des Gastes ein", Ql = "Gast hinzufügen", Xl = "Weiteren Gast hinzufügen", ec = "Zurück", tc = "Jetzt buchen", rc = "Buchung bestätigt", nc = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", ic = "Buchung gesendet", uc = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", oc = "Buchung umgebucht", sc = "Buchungsdatum und -zeit", ac = "Buchung stornieren", lc = "Umplanen", cc = "Buchung ablehnen", dc = "Buchung bestätigen", fc = "Buchung ausstehend", hc = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", pc = "Ihre Buchung wurde erfolgreich bestätigt", gc = "Eine Bestätigungs-E-Mail wurde gesendet an", mc = "Buchung stornieren?", bc = "Ihr aktueller Zeitraum wird für andere verfügbar.", yc = "Grund für die Stornierung", vc = "Zurück", xc = "Ihre Buchung wurde erfolgreich storniert", wc = "Eine Stornierungs-E-Mail wurde gesendet an", kc = "Schließen", Ec = "Schließen", $c = "{{field}} ist erforderlich.", Tc = "{{field}} hat ein ungültiges Format.", Sc = "Buchung Erstellen", Cc = "Verfügbarkeit Ermitteln", Bc = "Buchung Stornieren", Ac = "Buchung Verschieben", Oc = "UI-Einstellungen Abrufen", Dc = "Buchung Ablehnen", Rc = "Buchung Bestätigen", Mc = "Etwas ist schief gelaufen...", Lc = "Fehler im Planungskomponent", Pc = "'sessionId' ist für private Konfigurationen erforderlich.", Ic = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", Nc = "Ungültiges Zeitfenster!", _c = "Das ausgewählte Zeitfenster ist ungültig", Uc = "Stornierungsfehler", Fc = "Bitte geben Sie einen Grund für die Stornierung an.", jc = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", Hc = "Fehler im Stornierungsformular", Ng = {
5558
+ }, Yl = "Weiter", ql = "{{date}}", zl = "{{time}}", Wl = "Name", Gl = "Geben Sie Ihren Namen ein", Kl = "E-Mail", Vl = "Geben Sie Ihre E-Mail-Adresse ein", Jl = "Gast E-Mail", Zl = "Geben Sie die E-Mail-Adresse des Gastes ein", Ql = "Gast hinzufügen", Xl = "Weiteren Gast hinzufügen", ec = "Zurück", tc = "Jetzt buchen", rc = "Buchung bestätigt", nc = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", ic = "Buchung gesendet", uc = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", oc = "Buchung umgebucht", sc = "Buchungsdatum und -zeit", ac = "Buchung stornieren", lc = "Umplanen", cc = "Buchung ablehnen", dc = "Buchung bestätigen", fc = "Buchung ausstehend", hc = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", pc = "Ihre Buchung wurde erfolgreich bestätigt", gc = "Eine Bestätigungs-E-Mail wurde gesendet an", mc = "Buchung stornieren?", bc = "Ihr aktueller Zeitraum wird für andere verfügbar.", yc = "Grund für die Stornierung", vc = "Zurück", xc = "Ihre Buchung wurde erfolgreich storniert", wc = "Eine Stornierungs-E-Mail wurde gesendet an", kc = "Schließen", Ec = "Schließen", $c = "{{field}} ist erforderlich.", Tc = "{{field}} hat ein ungültiges Format.", Sc = "Buchung Erstellen", Cc = "Verfügbarkeit Ermitteln", Bc = "Buchung Stornieren", Ac = "Buchung Verschieben", Dc = "UI-Einstellungen Abrufen", Oc = "Buchung Ablehnen", Rc = "Buchung Bestätigen", Mc = "Etwas ist schief gelaufen...", Lc = "Fehler im Planungskomponent", Pc = "'sessionId' ist für private Konfigurationen erforderlich.", Ic = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", Nc = "Ungültiges Zeitfenster!", _c = "Das ausgewählte Zeitfenster ist ungültig", Uc = "Stornierungsfehler", Fc = "Bitte geben Sie einen Grund für die Stornierung an.", jc = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", Hc = "Fehler im Stornierungsformular", Ng = {
5559
5559
  noDateSelected: _l,
5560
5560
  rescheduleTitle: Ul,
5561
5561
  days: Fl,
@@ -5602,8 +5602,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5602
5602
  getAvailabilityErrorTitle: Cc,
5603
5603
  cancelBookingErrorTitle: Bc,
5604
5604
  rescheduleBookingErrorTitle: Ac,
5605
- getUISettingErrorTitle: Oc,
5606
- rejectBookingErrorTitle: Dc,
5605
+ getUISettingErrorTitle: Dc,
5606
+ rejectBookingErrorTitle: Oc,
5607
5607
  confirmBookingErrorTitle: Rc,
5608
5608
  genericErrorTitle: Mc,
5609
5609
  schedulingComponentErrorTitle: Lc,
@@ -5663,8 +5663,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5663
5663
  getAvailabilityErrorTitle: Cc,
5664
5664
  cancelBookingErrorTitle: Bc,
5665
5665
  rescheduleBookingErrorTitle: Ac,
5666
- getUISettingErrorTitle: Oc,
5667
- rejectBookingErrorTitle: Dc,
5666
+ getUISettingErrorTitle: Dc,
5667
+ rejectBookingErrorTitle: Oc,
5668
5668
  confirmBookingErrorTitle: Rc,
5669
5669
  genericErrorTitle: Mc,
5670
5670
  schedulingComponentErrorTitle: Lc,
@@ -5703,7 +5703,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5703
5703
  october: "Oktober",
5704
5704
  november: "November",
5705
5705
  december: "December"
5706
- }, Kc = "Nästa", Vc = "{{date}}", Jc = "{{time}}", Zc = "Namn", Qc = "Ange ditt namn", Xc = "E-post", e0 = "Ange din e-postadress", t0 = "Gästens e-post", r0 = "Ange gästens e-postadress", n0 = "Lägg till gäst", i0 = "Lägg till en gäst till", u0 = "Tillbaka", o0 = "Boka nu", s0 = "Bokning bekräftad", a0 = "Du kommer snart att få en bekräftelse via e-post.", l0 = "Bokning skickad", c0 = "Du kommer att få ett e-mail när bokningen är bekräftad.", d0 = "Bokning ombokad", f0 = "Bokningsdatum och tid", h0 = "Avboka bokning", p0 = "Omboka", g0 = "Avvisa bokning", m0 = "Bekräfta bokning", b0 = "Bokning pågår", y0 = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", v0 = "Din bokning har bekräftats framgångsrikt", x0 = "Ett bekräftelsemail har skickats till", w0 = "Avboka bokning?", k0 = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", E0 = "Anledning till avbokning", $0 = "Gå tillbaka", T0 = "Din bokning har avbokats framgångsrikt", S0 = "Ett avbokningsmejl har skickats till", C0 = "Stäng", B0 = "Stänger", A0 = "{{field}} är obligatoriskt.", O0 = "{{field}} har ogiltigt format.", D0 = "Skapa Bokning", R0 = "Hämta Tillgänglighet", M0 = "Avboka Bokning", L0 = "Omboka Bokning", P0 = "Hämta UI-inställningar", I0 = "Avvisa Bokning", N0 = "Bekräfta Bokning", _0 = "Något gick fel...", U0 = "Schemaläggningskomponentfel", F0 = "'sessionId' krävs för privata konfigurationer.", j0 = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", H0 = "Ogiltig tidslucka!", Y0 = "Den valda tidsluckan är ogiltig", q0 = "Avbokningsfel", z0 = "Vänligen ange en anledning till avbokningen.", W0 = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", G0 = "Fel i avbokningsformuläret", Ug = {
5706
+ }, Kc = "Nästa", Vc = "{{date}}", Jc = "{{time}}", Zc = "Namn", Qc = "Ange ditt namn", Xc = "E-post", e0 = "Ange din e-postadress", t0 = "Gästens e-post", r0 = "Ange gästens e-postadress", n0 = "Lägg till gäst", i0 = "Lägg till en gäst till", u0 = "Tillbaka", o0 = "Boka nu", s0 = "Bokning bekräftad", a0 = "Du kommer snart att få en bekräftelse via e-post.", l0 = "Bokning skickad", c0 = "Du kommer att få ett e-mail när bokningen är bekräftad.", d0 = "Bokning ombokad", f0 = "Bokningsdatum och tid", h0 = "Avboka bokning", p0 = "Omboka", g0 = "Avvisa bokning", m0 = "Bekräfta bokning", b0 = "Bokning pågår", y0 = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", v0 = "Din bokning har bekräftats framgångsrikt", x0 = "Ett bekräftelsemail har skickats till", w0 = "Avboka bokning?", k0 = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", E0 = "Anledning till avbokning", $0 = "Gå tillbaka", T0 = "Din bokning har avbokats framgångsrikt", S0 = "Ett avbokningsmejl har skickats till", C0 = "Stäng", B0 = "Stänger", A0 = "{{field}} är obligatoriskt.", D0 = "{{field}} har ogiltigt format.", O0 = "Skapa Bokning", R0 = "Hämta Tillgänglighet", M0 = "Avboka Bokning", L0 = "Omboka Bokning", P0 = "Hämta UI-inställningar", I0 = "Avvisa Bokning", N0 = "Bekräfta Bokning", _0 = "Något gick fel...", U0 = "Schemaläggningskomponentfel", F0 = "'sessionId' krävs för privata konfigurationer.", j0 = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", H0 = "Ogiltig tidslucka!", Y0 = "Den valda tidsluckan är ogiltig", q0 = "Avbokningsfel", z0 = "Vänligen ange en anledning till avbokningen.", W0 = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", G0 = "Fel i avbokningsformuläret", Ug = {
5707
5707
  noDateSelected: Yc,
5708
5708
  rescheduleTitle: qc,
5709
5709
  days: zc,
@@ -5745,8 +5745,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5745
5745
  closeButton: C0,
5746
5746
  closingButton: B0,
5747
5747
  fieldRequired: A0,
5748
- invalidInputFormat: O0,
5749
- createBookingErrorTitle: D0,
5748
+ invalidInputFormat: D0,
5749
+ createBookingErrorTitle: O0,
5750
5750
  getAvailabilityErrorTitle: R0,
5751
5751
  cancelBookingErrorTitle: M0,
5752
5752
  rescheduleBookingErrorTitle: L0,
@@ -5806,8 +5806,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5806
5806
  closeButton: C0,
5807
5807
  closingButton: B0,
5808
5808
  fieldRequired: A0,
5809
- invalidInputFormat: O0,
5810
- createBookingErrorTitle: D0,
5809
+ invalidInputFormat: D0,
5810
+ createBookingErrorTitle: O0,
5811
5811
  getAvailabilityErrorTitle: R0,
5812
5812
  cancelBookingErrorTitle: M0,
5813
5813
  rescheduleBookingErrorTitle: L0,
@@ -5851,7 +5851,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5851
5851
  october: "十月",
5852
5852
  november: "十一月",
5853
5853
  december: "十二月"
5854
- }, X0 = "下一个", ed = "{{date}}", td = "{{time}}", rd = "姓名", nd = "输入你的名字", id = "电子邮件", ud = "输入你的电子邮件", od = "客人的电子邮件", sd = "输入客人的电子邮件", ad = "添加客人", ld = "添加另一个客人", cd = "返回", dd = "立即预订", fd = "预订已确认", hd = "您将很快收到一封确认电子邮件。", pd = "预订已发送", gd = "预订确认后,您将收到一封电子邮件。", md = "预订已重新安排", bd = "预订日期和时间", yd = "取消预订", vd = "重新安排", xd = "拒绝预订", wd = "确认预订", kd = "预订待处理", Ed = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", $d = "您的预订已成功确认", Td = "确认邮件已发送至", Sd = "取消预订?", Cd = "您当前的时间段将对其他人开放。", Bd = "取消原因", Ad = "返回", Od = "您的预订已成功取消", Dd = "取消邮件已发送至", Rd = "关闭", Md = "关闭", Ld = "{{field}} 是必需的.", Pd = "{{field}} 格式无效.", Id = "创建预订", Nd = "获取可用性", _d = "取消预订", Ud = "重新安排预订", Fd = "获取UI设置", jd = "拒绝预订", Hd = "确认预订", Yd = "出了点问题...", qd = "调度组件错误", zd = "私有配置需要 'sessionId'。", Wd = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Gd = "无效的时间段!", Kd = "所选时间段无效", Vd = "取消错误", Jd = "请提供取消的原因。", Zd = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", Qd = "取消预订表单错误", jg = {
5854
+ }, X0 = "下一个", ed = "{{date}}", td = "{{time}}", rd = "姓名", nd = "输入你的名字", id = "电子邮件", ud = "输入你的电子邮件", od = "客人的电子邮件", sd = "输入客人的电子邮件", ad = "添加客人", ld = "添加另一个客人", cd = "返回", dd = "立即预订", fd = "预订已确认", hd = "您将很快收到一封确认电子邮件。", pd = "预订已发送", gd = "预订确认后,您将收到一封电子邮件。", md = "预订已重新安排", bd = "预订日期和时间", yd = "取消预订", vd = "重新安排", xd = "拒绝预订", wd = "确认预订", kd = "预订待处理", Ed = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", $d = "您的预订已成功确认", Td = "确认邮件已发送至", Sd = "取消预订?", Cd = "您当前的时间段将对其他人开放。", Bd = "取消原因", Ad = "返回", Dd = "您的预订已成功取消", Od = "取消邮件已发送至", Rd = "关闭", Md = "关闭", Ld = "{{field}} 是必需的.", Pd = "{{field}} 格式无效.", Id = "创建预订", Nd = "获取可用性", _d = "取消预订", Ud = "重新安排预订", Fd = "获取UI设置", jd = "拒绝预订", Hd = "确认预订", Yd = "出了点问题...", qd = "调度组件错误", zd = "私有配置需要 'sessionId'。", Wd = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Gd = "无效的时间段!", Kd = "所选时间段无效", Vd = "取消错误", Jd = "请提供取消的原因。", Zd = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", Qd = "取消预订表单错误", jg = {
5855
5855
  noDateSelected: K0,
5856
5856
  rescheduleTitle: V0,
5857
5857
  days: J0,
@@ -5888,8 +5888,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5888
5888
  cancelBookingMessage: Cd,
5889
5889
  reasonForCancellation: Bd,
5890
5890
  goBackButton: Ad,
5891
- bookingCancelledTitle: Od,
5892
- bookingCancelledMessage: Dd,
5891
+ bookingCancelledTitle: Dd,
5892
+ bookingCancelledMessage: Od,
5893
5893
  closeButton: Rd,
5894
5894
  closingButton: Md,
5895
5895
  fieldRequired: Ld,
@@ -5949,8 +5949,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5949
5949
  cancelBookingMessage: Cd,
5950
5950
  reasonForCancellation: Bd,
5951
5951
  goBackButton: Ad,
5952
- bookingCancelledTitle: Od,
5953
- bookingCancelledMessage: Dd,
5952
+ bookingCancelledTitle: Dd,
5953
+ bookingCancelledMessage: Od,
5954
5954
  closeButton: Rd,
5955
5955
  closingButton: Md,
5956
5956
  fieldRequired: Ld,
@@ -5999,7 +5999,7 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
5999
5999
  october: "Oktober",
6000
6000
  november: "November",
6001
6001
  december: "December"
6002
- }, uf = "Volgende", of = "{{date}}", sf = "{{time}}", af = "Naam", lf = "Voer je naam in", cf = "E-mail", df = "Voer je e-mail in", ff = "E-mail van gast", hf = "Voer het e-mailadres van de gast in", pf = "Gast toevoegen", gf = "Nog een gast toevoegen", mf = "Terug", bf = "Boek nu", yf = "Boeking bevestigd", vf = "U ontvangt binnenkort een e-mailbevestiging.", xf = "Boeking verzonden", wf = "U ontvangt een e-mail zodra de boeking is bevestigd.", kf = "Boeking verplaatst", Ef = "Boekingsdatum en -tijd", $f = "Boeking annuleren", Tf = "Herplannen", Sf = "Boeking afwijzen", Cf = "Boeking bevestigen", Bf = "Boeking in afwachting", Af = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Of = "Uw boeking is succesvol bevestigd", Df = "Een bevestigingsmail is verzonden naar", Rf = "Boeking annuleren?", Mf = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Lf = "Reden voor annulering", Pf = "Ga terug", If = "Uw boeking is succesvol geannuleerd", Nf = "Er is een annuleringsmail verzonden naar", _f = "Sluiten", Uf = "Sluiten", Ff = "{{field}} is vereist.", jf = "{{field}} heeft een ongeldig formaat.", Hf = "Boeking Maken", Yf = "Beschikbaarheid Opvragen", qf = "Boeking Annuleren", zf = "Boeking Wijzigen", Wf = "UI-instellingen Ophalen", Gf = "Boeking Afwijzen", Kf = "Boeking Bevestigen", Vf = "Er is iets misgegaan...", Jf = "Geen sessie-ID!", Zf = "Fout in planningscomponent", Qf = "'sessionId' is vereist voor privéconfiguraties.", Xf = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", eh = "Het geselecteerde tijdslot is ongeldig", th = "Annuleringsfout", rh = "Geef een reden op voor de annulering.", nh = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", ih = "Fout in het annuleringsformulier", Yg = {
6002
+ }, uf = "Volgende", of = "{{date}}", sf = "{{time}}", af = "Naam", lf = "Voer je naam in", cf = "E-mail", df = "Voer je e-mail in", ff = "E-mail van gast", hf = "Voer het e-mailadres van de gast in", pf = "Gast toevoegen", gf = "Nog een gast toevoegen", mf = "Terug", bf = "Boek nu", yf = "Boeking bevestigd", vf = "U ontvangt binnenkort een e-mailbevestiging.", xf = "Boeking verzonden", wf = "U ontvangt een e-mail zodra de boeking is bevestigd.", kf = "Boeking verplaatst", Ef = "Boekingsdatum en -tijd", $f = "Boeking annuleren", Tf = "Herplannen", Sf = "Boeking afwijzen", Cf = "Boeking bevestigen", Bf = "Boeking in afwachting", Af = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Df = "Uw boeking is succesvol bevestigd", Of = "Een bevestigingsmail is verzonden naar", Rf = "Boeking annuleren?", Mf = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Lf = "Reden voor annulering", Pf = "Ga terug", If = "Uw boeking is succesvol geannuleerd", Nf = "Er is een annuleringsmail verzonden naar", _f = "Sluiten", Uf = "Sluiten", Ff = "{{field}} is vereist.", jf = "{{field}} heeft een ongeldig formaat.", Hf = "Boeking Maken", Yf = "Beschikbaarheid Opvragen", qf = "Boeking Annuleren", zf = "Boeking Wijzigen", Wf = "UI-instellingen Ophalen", Gf = "Boeking Afwijzen", Kf = "Boeking Bevestigen", Vf = "Er is iets misgegaan...", Jf = "Geen sessie-ID!", Zf = "Fout in planningscomponent", Qf = "'sessionId' is vereist voor privéconfiguraties.", Xf = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", eh = "Het geselecteerde tijdslot is ongeldig", th = "Annuleringsfout", rh = "Geef een reden op voor de annulering.", nh = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", ih = "Fout in het annuleringsformulier", Yg = {
6003
6003
  noDateSelected: Xd,
6004
6004
  rescheduleTitle: ef,
6005
6005
  days: tf,
@@ -6030,8 +6030,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
6030
6030
  confirmBookingButton: Cf,
6031
6031
  bookingPendingTitle: Bf,
6032
6032
  bookingPendingnDescription: Af,
6033
- confirmedEventCardTitle: Of,
6034
- confirmedEventCardDescription: Df,
6033
+ confirmedEventCardTitle: Df,
6034
+ confirmedEventCardDescription: Of,
6035
6035
  cancelBookingTitle: Rf,
6036
6036
  cancelBookingMessage: Mf,
6037
6037
  reasonForCancellation: Lf,
@@ -6091,8 +6091,8 @@ const bu = "No date selected", yu = "Choose another time slot to reschedule your
6091
6091
  confirmBookingButton: Cf,
6092
6092
  bookingPendingTitle: Bf,
6093
6093
  bookingPendingnDescription: Af,
6094
- confirmedEventCardTitle: Of,
6095
- confirmedEventCardDescription: Df,
6094
+ confirmedEventCardTitle: Df,
6095
+ confirmedEventCardDescription: Of,
6096
6096
  cancelBookingTitle: Rf,
6097
6097
  cancelBookingMessage: Mf,
6098
6098
  reasonForCancellation: Lf,
@@ -6126,7 +6126,7 @@ mu.init({
6126
6126
  lng: "en",
6127
6127
  resources: {
6128
6128
  en: {
6129
- translation: Og
6129
+ translation: Dg
6130
6130
  },
6131
6131
  fr: {
6132
6132
  translation: Rg
@@ -6170,7 +6170,7 @@ un.default = new Uint16Array(
6170
6170
  return n.charCodeAt(0);
6171
6171
  })
6172
6172
  );
6173
- var Dr = {};
6173
+ var Or = {};
6174
6174
  (function(n) {
6175
6175
  var e;
6176
6176
  Object.defineProperty(n, "__esModule", { value: !0 }), n.replaceCodePoint = n.fromCodePoint = void 0;
@@ -6219,7 +6219,7 @@ var Dr = {};
6219
6219
  return (0, n.fromCodePoint)(r(u));
6220
6220
  }
6221
6221
  n.default = i;
6222
- })(Dr);
6222
+ })(Or);
6223
6223
  (function(n) {
6224
6224
  var e = le && le.__createBinding || (Object.create ? function(m, $, v, b) {
6225
6225
  b === void 0 && (b = v);
@@ -6246,9 +6246,9 @@ var Dr = {};
6246
6246
  n.htmlDecodeTree = u.default;
6247
6247
  var o = i(un);
6248
6248
  n.xmlDecodeTree = o.default;
6249
- var s = r(Dr);
6249
+ var s = r(Or);
6250
6250
  n.decodeCodePoint = s.default;
6251
- var a = Dr;
6251
+ var a = Or;
6252
6252
  Object.defineProperty(n, "replaceCodePoint", { enumerable: !0, get: function() {
6253
6253
  return a.replaceCodePoint;
6254
6254
  } }), Object.defineProperty(n, "fromCodePoint", { enumerable: !0, get: function() {
@@ -6282,7 +6282,7 @@ var Dr = {};
6282
6282
  (function(m) {
6283
6283
  m[m.Legacy = 0] = "Legacy", m[m.Strict = 1] = "Strict", m[m.Attribute = 2] = "Attribute";
6284
6284
  })(S = n.DecodingMode || (n.DecodingMode = {}));
6285
- var D = (
6285
+ var O = (
6286
6286
  /** @class */
6287
6287
  function() {
6288
6288
  function m($, v, b) {
@@ -6340,7 +6340,7 @@ var Dr = {};
6340
6340
  }, m.prototype.stateNamedEntity = function($, v) {
6341
6341
  for (var b = this.decodeTree, y = b[this.treeIndex], B = (y & f.VALUE_LENGTH) >> 14; v < $.length; v++, this.excess++) {
6342
6342
  var E = $.charCodeAt(v);
6343
- if (this.treeIndex = O(b, y, this.treeIndex + Math.max(1, B), E), this.treeIndex < 0)
6343
+ if (this.treeIndex = D(b, y, this.treeIndex + Math.max(1, B), E), this.treeIndex < 0)
6344
6344
  return this.result === 0 || // If we are parsing an attribute
6345
6345
  this.decodeMode === S.Attribute && // We shouldn't have consumed any characters after the entity,
6346
6346
  (B === 0 || // And there should be no invalid characters.
@@ -6375,9 +6375,9 @@ var Dr = {};
6375
6375
  }, m;
6376
6376
  }()
6377
6377
  );
6378
- n.EntityDecoder = D;
6378
+ n.EntityDecoder = O;
6379
6379
  function Y(m) {
6380
- var $ = "", v = new D(m, function(b) {
6380
+ var $ = "", v = new O(m, function(b) {
6381
6381
  return $ += (0, s.fromCodePoint)(b);
6382
6382
  });
6383
6383
  return function(y, B) {
@@ -6398,7 +6398,7 @@ var Dr = {};
6398
6398
  return $ = "", P;
6399
6399
  };
6400
6400
  }
6401
- function O(m, $, v, b) {
6401
+ function D(m, $, v, b) {
6402
6402
  var y = ($ & f.BRANCH_LENGTH) >> 7, B = $ & f.JUMP_TABLE;
6403
6403
  if (y === 0)
6404
6404
  return B !== 0 && b === B ? v : -1;
@@ -6417,7 +6417,7 @@ var Dr = {};
6417
6417
  }
6418
6418
  return -1;
6419
6419
  }
6420
- n.determineBranch = O;
6420
+ n.determineBranch = D;
6421
6421
  var I = Y(u.default), L = Y(o.default);
6422
6422
  function F(m, $) {
6423
6423
  return $ === void 0 && ($ = S.Legacy), I(m, $);
@@ -6571,25 +6571,25 @@ var Wg = { exports: {} };
6571
6571
  n.exports ? n.exports = t() : e.parseSrcset = t();
6572
6572
  })(le, function() {
6573
6573
  return function(e) {
6574
- function t(O) {
6575
- return O === " " || // space
6576
- O === " " || // horizontal tab
6577
- O === `
6574
+ function t(D) {
6575
+ return D === " " || // space
6576
+ D === " " || // horizontal tab
6577
+ D === `
6578
6578
  ` || // new line
6579
- O === "\f" || // form feed
6580
- O === "\r";
6579
+ D === "\f" || // form feed
6580
+ D === "\r";
6581
6581
  }
6582
- function r(O) {
6583
- var I, L = O.exec(e.substring(p));
6582
+ function r(D) {
6583
+ var I, L = D.exec(e.substring(p));
6584
6584
  if (L)
6585
6585
  return I = L[0], p += I.length, I;
6586
6586
  }
6587
6587
  for (var i = e.length, u = /^[ \t\n\r\u000c]+/, o = /^[, \t\n\r\u000c]+/, s = /^[^ \t\n\r\u000c]+/, a = /[,]+$/, l = /^\d+$/, c = /^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/, f, d, h, g, w, p = 0, S = []; ; ) {
6588
6588
  if (r(o), p >= i)
6589
6589
  return S;
6590
- f = r(s), d = [], f.slice(-1) === "," ? (f = f.replace(a, ""), Y()) : D();
6590
+ f = r(s), d = [], f.slice(-1) === "," ? (f = f.replace(a, ""), Y()) : O();
6591
6591
  }
6592
- function D() {
6592
+ function O() {
6593
6593
  for (r(u), h = "", g = "in descriptor"; ; ) {
6594
6594
  if (w = e.charAt(p), g === "in descriptor")
6595
6595
  if (t(w))
@@ -6622,10 +6622,10 @@ var Wg = { exports: {} };
6622
6622
  }
6623
6623
  }
6624
6624
  function Y() {
6625
- var O = !1, I, L, F, W, N = {}, M, m, $, v, b;
6625
+ var D = !1, I, L, F, W, N = {}, M, m, $, v, b;
6626
6626
  for (W = 0; W < d.length; W++)
6627
- M = d[W], m = M[M.length - 1], $ = M.substring(0, M.length - 1), v = parseInt($, 10), b = parseFloat($), l.test($) && m === "w" ? ((I || L) && (O = !0), v === 0 ? O = !0 : I = v) : c.test($) && m === "x" ? ((I || L || F) && (O = !0), b < 0 ? O = !0 : L = b) : l.test($) && m === "h" ? ((F || L) && (O = !0), v === 0 ? O = !0 : F = v) : O = !0;
6628
- O ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + M + "'.") : (N.url = f, I && (N.w = I), L && (N.d = L), F && (N.h = F), S.push(N));
6627
+ M = d[W], m = M[M.length - 1], $ = M.substring(0, M.length - 1), v = parseInt($, 10), b = parseFloat($), l.test($) && m === "w" ? ((I || L) && (D = !0), v === 0 ? D = !0 : I = v) : c.test($) && m === "x" ? ((I || L || F) && (D = !0), b < 0 ? D = !0 : L = b) : l.test($) && m === "h" ? ((F || L) && (D = !0), v === 0 ? D = !0 : F = v) : D = !0;
6628
+ D ? console && console.log && console.log("Invalid srcset descriptor found in '" + e + "' at '" + M + "'.") : (N.url = f, I && (N.w = I), L && (N.d = L), F && (N.h = F), S.push(N));
6629
6629
  }
6630
6630
  };
6631
6631
  });
@@ -7735,32 +7735,32 @@ class Hr {
7735
7735
  }
7736
7736
  var dn = Hr;
7737
7737
  Hr.default = Hr;
7738
- const br = 39, wi = 34, Tt = 92, ki = 47, St = 10, tt = 32, Ct = 12, Bt = 9, At = 13, $2 = 91, T2 = 93, S2 = 40, C2 = 41, B2 = 123, A2 = 125, O2 = 59, D2 = 42, R2 = 58, M2 = 64, Ot = /[\t\n\f\r "#'()/;[\\\]{}]/g, Dt = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, L2 = /.[\n"'(/\\]/, Ei = /[\da-f]/i;
7738
+ const br = 39, wi = 34, Tt = 92, ki = 47, St = 10, rt = 32, Ct = 12, Bt = 9, At = 13, $2 = 91, T2 = 93, S2 = 40, C2 = 41, B2 = 123, A2 = 125, D2 = 59, O2 = 42, R2 = 58, M2 = 64, Dt = /[\t\n\f\r "#'()/;[\\\]{}]/g, Ot = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, L2 = /.[\n"'(/\\]/, Ei = /[\da-f]/i;
7739
7739
  var P2 = function(e, t = {}) {
7740
- let r = e.css.valueOf(), i = t.ignoreErrors, u, o, s, a, l, c, f, d, h, g, w = r.length, p = 0, S = [], D = [];
7740
+ let r = e.css.valueOf(), i = t.ignoreErrors, u, o, s, a, l, c, f, d, h, g, w = r.length, p = 0, S = [], O = [];
7741
7741
  function Y() {
7742
7742
  return p;
7743
7743
  }
7744
- function O(W) {
7744
+ function D(W) {
7745
7745
  throw e.error("Unclosed " + W, p);
7746
7746
  }
7747
7747
  function I() {
7748
- return D.length === 0 && p >= w;
7748
+ return O.length === 0 && p >= w;
7749
7749
  }
7750
7750
  function L(W) {
7751
- if (D.length) return D.pop();
7751
+ if (O.length) return O.pop();
7752
7752
  if (p >= w) return;
7753
7753
  let N = W ? W.ignoreUnclosed : !1;
7754
7754
  switch (u = r.charCodeAt(p), u) {
7755
7755
  case St:
7756
- case tt:
7756
+ case rt:
7757
7757
  case Bt:
7758
7758
  case At:
7759
7759
  case Ct: {
7760
7760
  o = p;
7761
7761
  do
7762
7762
  o += 1, u = r.charCodeAt(o);
7763
- while (u === tt || u === St || u === Bt || u === At || u === Ct);
7763
+ while (u === rt || u === St || u === Bt || u === At || u === Ct);
7764
7764
  g = ["space", r.slice(p, o)], p = o - 1;
7765
7765
  break;
7766
7766
  }
@@ -7769,14 +7769,14 @@ var P2 = function(e, t = {}) {
7769
7769
  case B2:
7770
7770
  case A2:
7771
7771
  case R2:
7772
- case O2:
7772
+ case D2:
7773
7773
  case C2: {
7774
7774
  let M = String.fromCharCode(u);
7775
7775
  g = [M, M, p];
7776
7776
  break;
7777
7777
  }
7778
7778
  case S2: {
7779
- if (d = S.length ? S.pop()[1] : "", h = r.charCodeAt(p + 1), d === "url" && h !== br && h !== wi && h !== tt && h !== St && h !== Bt && h !== Ct && h !== At) {
7779
+ if (d = S.length ? S.pop()[1] : "", h = r.charCodeAt(p + 1), d === "url" && h !== br && h !== wi && h !== rt && h !== St && h !== Bt && h !== Ct && h !== At) {
7780
7780
  o = p;
7781
7781
  do {
7782
7782
  if (c = !1, o = r.indexOf(")", o + 1), o === -1)
@@ -7784,7 +7784,7 @@ var P2 = function(e, t = {}) {
7784
7784
  o = p;
7785
7785
  break;
7786
7786
  } else
7787
- O("bracket");
7787
+ D("bracket");
7788
7788
  for (f = o; r.charCodeAt(f - 1) === Tt; )
7789
7789
  f -= 1, c = !c;
7790
7790
  } while (c);
@@ -7802,7 +7802,7 @@ var P2 = function(e, t = {}) {
7802
7802
  o = p + 1;
7803
7803
  break;
7804
7804
  } else
7805
- O("string");
7805
+ D("string");
7806
7806
  for (f = o; r.charCodeAt(f - 1) === Tt; )
7807
7807
  f -= 1, c = !c;
7808
7808
  } while (c);
@@ -7810,29 +7810,29 @@ var P2 = function(e, t = {}) {
7810
7810
  break;
7811
7811
  }
7812
7812
  case M2: {
7813
- Ot.lastIndex = p + 1, Ot.test(r), Ot.lastIndex === 0 ? o = r.length - 1 : o = Ot.lastIndex - 2, g = ["at-word", r.slice(p, o + 1), p, o], p = o;
7813
+ Dt.lastIndex = p + 1, Dt.test(r), Dt.lastIndex === 0 ? o = r.length - 1 : o = Dt.lastIndex - 2, g = ["at-word", r.slice(p, o + 1), p, o], p = o;
7814
7814
  break;
7815
7815
  }
7816
7816
  case Tt: {
7817
7817
  for (o = p, l = !0; r.charCodeAt(o + 1) === Tt; )
7818
7818
  o += 1, l = !l;
7819
- if (u = r.charCodeAt(o + 1), l && u !== ki && u !== tt && u !== St && u !== Bt && u !== At && u !== Ct && (o += 1, Ei.test(r.charAt(o)))) {
7819
+ if (u = r.charCodeAt(o + 1), l && u !== ki && u !== rt && u !== St && u !== Bt && u !== At && u !== Ct && (o += 1, Ei.test(r.charAt(o)))) {
7820
7820
  for (; Ei.test(r.charAt(o + 1)); )
7821
7821
  o += 1;
7822
- r.charCodeAt(o + 1) === tt && (o += 1);
7822
+ r.charCodeAt(o + 1) === rt && (o += 1);
7823
7823
  }
7824
7824
  g = ["word", r.slice(p, o + 1), p, o], p = o;
7825
7825
  break;
7826
7826
  }
7827
7827
  default: {
7828
- u === ki && r.charCodeAt(p + 1) === D2 ? (o = r.indexOf("*/", p + 2) + 1, o === 0 && (i || N ? o = r.length : O("comment")), g = ["comment", r.slice(p, o + 1), p, o], p = o) : (Dt.lastIndex = p + 1, Dt.test(r), Dt.lastIndex === 0 ? o = r.length - 1 : o = Dt.lastIndex - 2, g = ["word", r.slice(p, o + 1), p, o], S.push(g), p = o);
7828
+ u === ki && r.charCodeAt(p + 1) === O2 ? (o = r.indexOf("*/", p + 2) + 1, o === 0 && (i || N ? o = r.length : D("comment")), g = ["comment", r.slice(p, o + 1), p, o], p = o) : (Ot.lastIndex = p + 1, Ot.test(r), Ot.lastIndex === 0 ? o = r.length - 1 : o = Ot.lastIndex - 2, g = ["word", r.slice(p, o + 1), p, o], S.push(g), p = o);
7829
7829
  break;
7830
7830
  }
7831
7831
  }
7832
7832
  return p++, g;
7833
7833
  }
7834
7834
  function F(W) {
7835
- D.push(W);
7835
+ O.push(W);
7836
7836
  }
7837
7837
  return {
7838
7838
  back: F,
@@ -7857,7 +7857,7 @@ var fn = Jt;
7857
7857
  Jt.default = Jt;
7858
7858
  $h.registerAtRule(Jt);
7859
7859
  let Th = Ue, Sh, Ch;
7860
- class Ve extends Th {
7860
+ class Je extends Th {
7861
7861
  constructor(e) {
7862
7862
  super(e), this.type = "root", this.nodes || (this.nodes = []);
7863
7863
  }
@@ -7880,15 +7880,15 @@ class Ve extends Th {
7880
7880
  return new Sh(new Ch(), this, e).stringify();
7881
7881
  }
7882
7882
  }
7883
- Ve.registerLazyResult = (n) => {
7883
+ Je.registerLazyResult = (n) => {
7884
7884
  Sh = n;
7885
7885
  };
7886
- Ve.registerProcessor = (n) => {
7886
+ Je.registerProcessor = (n) => {
7887
7887
  Ch = n;
7888
7888
  };
7889
- var vt = Ve;
7890
- Ve.default = Ve;
7891
- Th.registerRoot(Ve);
7889
+ var vt = Je;
7890
+ Je.default = Je;
7891
+ Th.registerRoot(Je);
7892
7892
  let ht = {
7893
7893
  split(n, e, t) {
7894
7894
  let r = [], i = "", u = !1, o = 0, s = !1, a = "", l = !1;
@@ -8273,23 +8273,23 @@ const tm = {
8273
8273
  postcssPlugin: !0,
8274
8274
  prepare: !0,
8275
8275
  Once: !0
8276
- }, Je = 0;
8277
- function rt(n) {
8276
+ }, Ze = 0;
8277
+ function nt(n) {
8278
8278
  return typeof n == "object" && typeof n.then == "function";
8279
8279
  }
8280
- function Oh(n) {
8280
+ function Dh(n) {
8281
8281
  let e = !1, t = tm[n.type];
8282
8282
  return n.type === "decl" ? e = n.prop.toLowerCase() : n.type === "atrule" && (e = n.name.toLowerCase()), e && n.append ? [
8283
8283
  t,
8284
8284
  t + "-" + e,
8285
- Je,
8285
+ Ze,
8286
8286
  t + "Exit",
8287
8287
  t + "Exit-" + e
8288
- ] : e ? [t, t + "-" + e, t + "Exit", t + "Exit-" + e] : n.append ? [t, Je, t + "Exit"] : [t, t + "Exit"];
8288
+ ] : e ? [t, t + "-" + e, t + "Exit", t + "Exit-" + e] : n.append ? [t, Ze, t + "Exit"] : [t, t + "Exit"];
8289
8289
  }
8290
8290
  function Ci(n) {
8291
8291
  let e;
8292
- return n.type === "document" ? e = ["Document", Je, "DocumentExit"] : n.type === "root" ? e = ["Root", Je, "RootExit"] : e = Oh(n), {
8292
+ return n.type === "document" ? e = ["Document", Ze, "DocumentExit"] : n.type === "root" ? e = ["Root", Ze, "RootExit"] : e = Dh(n), {
8293
8293
  node: n,
8294
8294
  events: e,
8295
8295
  eventIndex: 0,
@@ -8371,7 +8371,7 @@ class Pe {
8371
8371
  throw this.getAsyncError();
8372
8372
  for (let e of this.plugins) {
8373
8373
  let t = this.runOnRoot(e);
8374
- if (rt(t))
8374
+ if (nt(t))
8375
8375
  throw this.getAsyncError();
8376
8376
  }
8377
8377
  if (this.prepareVisitors(), this.hasListener) {
@@ -8398,9 +8398,9 @@ class Pe {
8398
8398
  }
8399
8399
  walkSync(e) {
8400
8400
  e[be] = !0;
8401
- let t = Oh(e);
8401
+ let t = Dh(e);
8402
8402
  for (let r of t)
8403
- if (r === Je)
8403
+ if (r === Ze)
8404
8404
  e.nodes && e.each((i) => {
8405
8405
  i[be] || this.walkSync(i);
8406
8406
  });
@@ -8421,7 +8421,7 @@ class Pe {
8421
8421
  }
8422
8422
  if (t.type !== "root" && t.type !== "document" && !t.parent)
8423
8423
  return !0;
8424
- if (rt(u))
8424
+ if (nt(u))
8425
8425
  throw this.getAsyncError();
8426
8426
  }
8427
8427
  }
@@ -8433,7 +8433,7 @@ class Pe {
8433
8433
  let t = this.result.root.nodes.map(
8434
8434
  (r) => e.Once(r, this.helpers)
8435
8435
  );
8436
- return rt(t[0]) ? Promise.all(t) : t;
8436
+ return nt(t[0]) ? Promise.all(t) : t;
8437
8437
  }
8438
8438
  return e.Once(this.result.root, this.helpers);
8439
8439
  } else if (typeof e == "function")
@@ -8458,7 +8458,7 @@ class Pe {
8458
8458
  this.plugin = 0;
8459
8459
  for (let e = 0; e < this.plugins.length; e++) {
8460
8460
  let t = this.plugins[e], r = this.runOnRoot(t);
8461
- if (rt(r))
8461
+ if (nt(r))
8462
8462
  try {
8463
8463
  await r;
8464
8464
  } catch (i) {
@@ -8472,7 +8472,7 @@ class Pe {
8472
8472
  let t = [Ci(e)];
8473
8473
  for (; t.length > 0; ) {
8474
8474
  let r = this.visitTick(t);
8475
- if (rt(r))
8475
+ if (nt(r))
8476
8476
  try {
8477
8477
  await r;
8478
8478
  } catch (i) {
@@ -8550,7 +8550,7 @@ class Pe {
8550
8550
  let u = t.events;
8551
8551
  for (; t.eventIndex < u.length; ) {
8552
8552
  let o = u[t.eventIndex];
8553
- if (t.eventIndex += 1, o === Je) {
8553
+ if (t.eventIndex += 1, o === Ze) {
8554
8554
  r.nodes && r.nodes.length && (r[be] = !0, t.iterator = r.getIterator());
8555
8555
  return;
8556
8556
  } else if (this.listeners[o]) {
@@ -8564,7 +8564,7 @@ class Pe {
8564
8564
  Pe.registerPostcss = (n) => {
8565
8565
  qr = n;
8566
8566
  };
8567
- var Dh = Pe;
8567
+ var Oh = Pe;
8568
8568
  Pe.default = Pe;
8569
8569
  em.registerLazyResult(Pe);
8570
8570
  Q2.registerLazyResult(Pe);
@@ -8646,7 +8646,7 @@ class zr {
8646
8646
  }
8647
8647
  var am = zr;
8648
8648
  zr.default = zr;
8649
- let lm = am, cm = Dh, dm = cn, fm = vt;
8649
+ let lm = am, cm = Oh, dm = cn, fm = vt;
8650
8650
  class pt {
8651
8651
  constructor(e = []) {
8652
8652
  this.version = "8.4.21", this.plugins = this.normalize(e);
@@ -8706,7 +8706,7 @@ function gt(n, e) {
8706
8706
  }
8707
8707
  var wm = gt;
8708
8708
  gt.default = gt;
8709
- let km = sn, Rh = sr, Em = Dh, $m = Ue, gn = hm, Tm = ur, Sm = wm, Mh = cn, Cm = Eh, Lh = lr, Ph = fn, Bm = dn, Am = ar, Om = pn, Dm = Bh, Ih = hn, Nh = vt, Rm = or;
8709
+ let km = sn, Rh = sr, Em = Oh, $m = Ue, gn = hm, Tm = ur, Sm = wm, Mh = cn, Cm = Eh, Lh = lr, Ph = fn, Bm = dn, Am = ar, Dm = pn, Om = Bh, Ih = hn, Nh = vt, Rm = or;
8710
8710
  function j(...n) {
8711
8711
  return n.length === 1 && Array.isArray(n[0]) && (n = n[0]), new gn(n);
8712
8712
  }
@@ -8733,9 +8733,9 @@ https://www.w3ctech.com/topic/2226`
8733
8733
  }, i;
8734
8734
  };
8735
8735
  j.stringify = Tm;
8736
- j.parse = Om;
8736
+ j.parse = Dm;
8737
8737
  j.fromJSON = Sm;
8738
- j.list = Dm;
8738
+ j.list = Om;
8739
8739
  j.comment = (n) => new Lh(n);
8740
8740
  j.atRule = (n) => new Ph(n);
8741
8741
  j.decl = (n) => new Rh(n);
@@ -9116,19 +9116,30 @@ function Fh() {
9116
9116
  }
9117
9117
  const gb = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nylas-error:#cc4841;--nylas-error-pressed:#992222;--nylas-wraning:#f06c00;--nylas-success:#16a392;--nylas-info:#2b8fc2;--nylas-base-0:#ffffff;--nylas-base-25:#fcfcfd;--nylas-base-50:#f8f9fc;--nylas-base-100:#eaecf5;--nylas-base-200:#d5d9eb;--nylas-base-300:#b3b8d8;--nylas-base-400:#717bbc;--nylas-base-500:#4e5ba6;--nylas-base-600:#3e4784;--nylas-base-700:#263f72;--nylas-base-800:#293056;--nylas-base-900:#101323;--nylas-base-950:#0e101b;--nylas-border-radius:0.25rem;--nylas-border-radius-2x:0.5rem;--nylas-border-radius-3x:0.75rem;--nylas-font-family:"Inter", sans-serif;width:100%}@media screen and (max-width: 768px){:host{position:unset}}label{display:flex;color:var(--nylas-base-800, #293056);font-size:14px;font-style:normal;font-weight:400;line-height:150%;flex-direction:column;gap:4px;font-family:var(--nylas-font-family);font-size:16px;color:var(--nylas-base-800)}label.error{color:var(--nylas-error)}label span.required{color:var(--nylas-error);padding:0 0.25rem}label p{margin:0}label .error{color:var(--nylas-error)}.dropdown{display:inline-block;width:inherit}.dropbtn{color:var(--nylas-base-800);padding:14px;font-size:1rem;font-family:var(--nylas-font-family);cursor:pointer;display:flex;justify-content:space-between;gap:0.5rem;background:transparent;border:1px solid var(--nylas-base-300);border-radius:var(--nylas-border-radius-2x)}.dropbtn.error{border:1px solid var(--nylas-error)}.dropbtn.focus{background:transparent}.dropbtn:hover,.dropbtn:active{outline:1px solid var(--nylas-primary)}.dropbtn:active{outline:2px solid var(--nylas-primary)}.dropbtn span.chevron{display:flex;align-self:center}.dropbtn span.open{transform:rotate(90deg)}.dropbtn span.closed{transform:rotate(270deg)}.dropbtn span.selected-option{text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:144px;font-size:14px;line-height:20px}@media screen and (max-width: 768px){.dropbtn span.selected-option{max-width:124px;font-size:16px}}.dropdown-content{display:block;margin-top:0.5rem;background-color:var(--nylas-base-0);width:100%;max-height:336px;overflow:auto;z-index:1;border-radius:4px;position:absolute;box-shadow:0px 4px 6px -2px rgba(0, 0, 0, 0.05);box-shadow:0px 10px 15px -3px rgba(0, 0, 0, 0.1)}@media screen and (max-width: 768px){.dropdown-content{right:0;width:325px;max-width:unset}}.search-box{border-bottom:1px solid var(--nylas-base-200);padding:10px;position:sticky;top:0;background:var(--nylas-base-0)}.search-box .icon{position:absolute;top:1.25rem;left:1.25rem;color:var(--nylas-base-300)}.dropdown-content ul{padding:0;list-style-type:none;color:var(--nylas-base-900);max-height:336px}.dropdown-content ul li{padding:16px, 12px, 16px, 12px;color:black;padding:12px 16px;text-decoration:none;display:block;font-family:inherit;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0px;text-align:left;cursor:pointer}.dropdown-content ul li:hover,.dropdown-content ul li:focus{background-color:var(--nylas-base-100)}.dropdown-content .selected{background-color:#e7e7e7}input[type=text]{width:-webkit-fill-available;padding:inherit;border:1px solid #ccc;border-radius:4px;position:sticky;background:no-repeat scroll 7px 7px;padding-left:30px;background-size:16px 16px}', mb = gb, bb = pe(class extends ge {
9118
9118
  constructor() {
9119
- super(), this.__registerHost(), this.__attachShadow(), this.nylasFormDropdownChanged = nt(this, "nylasFormDropdownChanged", 7), this.componentType = "select-dropdown", this.name = void 0, this.options = [], this.defaultSelectedOption = null, this.withSearch = !0, this.label = void 0, this.required = !1, this.pluralizedLabel = "", this.dropdownButtonText = void 0, this.withChevron = !0, this.selectedOption = void 0, this.isOpen = !1, this.searchValue = "", this.filteredOptions = [...this.options], this.ariaActivedescendant = "", this.errorMessage = "";
9119
+ super(), this.__registerHost(), this.__attachShadow(), this.nylasFormDropdownChanged = We(this, "nylasFormDropdownChanged", 7), this.nylasFormDropdownDefaultSelected = We(this, "nylasFormDropdownDefaultSelected", 7), this.componentType = "select-dropdown", this.name = void 0, this.options = [], this.defaultSelectedOption = null, this.withSearch = !0, this.label = void 0, this.required = !1, this.pluralizedLabel = "", this.dropdownButtonText = void 0, this.withChevron = !0, this.selectedOption = void 0, this.isOpen = !1, this.searchValue = "", this.filteredOptions = [...this.options], this.ariaActivedescendant = "", this.errorMessage = "";
9120
9120
  }
9121
9121
  optionsChangedHandler(e, t) {
9122
9122
  e !== t && (this.filteredOptions = e);
9123
9123
  }
9124
9124
  defaultSelectedOptionChangedHandler(e, t) {
9125
- typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e);
9125
+ typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e, this.nylasFormDropdownDefaultSelected.emit({
9126
+ value: (e == null ? void 0 : e.value) || "",
9127
+ name: this.name,
9128
+ error: this.errorMessage,
9129
+ label: this.label
9130
+ }));
9126
9131
  }
9127
9132
  componentWillLoad() {
9128
9133
  this.el.setAttribute("component-type", this.componentType);
9129
9134
  }
9130
9135
  componentDidLoad() {
9131
- this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]);
9136
+ var e;
9137
+ this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]), this.nylasFormDropdownDefaultSelected.emit({
9138
+ value: ((e = this.selectedOption) == null ? void 0 : e.value) || "",
9139
+ name: this.name,
9140
+ error: this.errorMessage,
9141
+ label: this.label
9142
+ });
9132
9143
  }
9133
9144
  handleBookingFormSubmitted(e) {
9134
9145
  var t;
@@ -9202,7 +9213,7 @@ const gb = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nyla
9202
9213
  }
9203
9214
  render() {
9204
9215
  const e = this.generateButtonText(this.selectedOption, this.dropdownButtonText);
9205
- return k("div", { key: "45abbbfaacb891e1d331e42f822a5a2b4e12289c", class: "dropdown", part: "sd_dropdown" }, k("label", { key: "aad1cd53c176003fe04ae372aebc4743cb4830a0", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && k("p", null, k("span", { class: "label" }, this.label), this.required && k("span", { class: "required" }, "*")), k("button", { key: "5feca05e8b0ef951b8043a4bfeaa25f0de6d4789", part: "sd_dropdown-button", class: { dropbtn: !0, open: this.isOpen, error: !!this.errorMessage }, onClick: () => this.toggleDropdown(), "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? "true" : "false", "aria-label": this.name, onKeyDown: (t) => this.handleSelectButtonKeyDown(t) }, k("slot", { key: "410360c7661bfde11430153da1ff97b011c46626", name: "select-icon", "aria-hidden": "true" }), k("span", { key: "c87c03c32ef91c57ed054a35931c49df7c796e49", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && k("span", { class: {
9216
+ return k("div", { key: "4b724d892194708b2dcd0ed74c8e23486ba2b4f7", class: "dropdown", part: "sd_dropdown" }, k("label", { key: "06d33f4f5daa7c09eed054505989210e35c2beb5", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && k("p", null, k("span", { class: "label" }, this.label), this.required && k("span", { class: "required" }, "*")), k("button", { key: "8e5952f7e2a1279670304e82f329da3e8e60522a", part: "sd_dropdown-button", class: { dropbtn: !0, open: this.isOpen, error: !!this.errorMessage }, onClick: () => this.toggleDropdown(), "aria-haspopup": "listbox", "aria-expanded": this.isOpen ? "true" : "false", "aria-label": this.name, onKeyDown: (t) => this.handleSelectButtonKeyDown(t) }, k("slot", { key: "aece407da3b35858b9ec1248d09447706b3120cc", name: "select-icon", "aria-hidden": "true" }), k("span", { key: "55aae4a92f862c81533635999fb60693705cb12b", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && k("span", { class: {
9206
9217
  open: this.isOpen,
9207
9218
  closed: !this.isOpen,
9208
9219
  chevron: !0
@@ -9272,7 +9283,7 @@ var wb = function(n, e, t, r) {
9272
9283
  };
9273
9284
  const mn = pe(class extends ge {
9274
9285
  constructor() {
9275
- super(), this.__registerHost(), this.__attachShadow(), this.initListConfigurations = nt(this, "initListConfigurations", 7), this.createButtonClick = nt(this, "createButtonClick", 7), this.editButtonClick = nt(this, "editButtonClick", 7), this.deleteButtonClick = nt(this, "deleteButtonClick", 7), this.configurations = [], this.schedulerPreviewLink = "", this.listConfigurationsNextCursor = void 0, this.state = "loading", this.error = "", this.currentCursor = null, this.previousCursors = [], this.disableNextPageButton = !1;
9286
+ super(), this.__registerHost(), this.__attachShadow(), this.initListConfigurations = We(this, "initListConfigurations", 7), this.createButtonClick = We(this, "createButtonClick", 7), this.editButtonClick = We(this, "editButtonClick", 7), this.deleteButtonClick = We(this, "deleteButtonClick", 7), this.configurations = [], this.schedulerPreviewLink = "", this.listConfigurationsNextCursor = void 0, this.state = "loading", this.error = "", this.currentCursor = null, this.previousCursors = [], this.disableNextPageButton = !1;
9276
9287
  }
9277
9288
  listConfigurationsNextCursorChangedHandler(e, t) {
9278
9289
  if (!e || e === t) {
@@ -9359,7 +9370,7 @@ const mn = pe(class extends ge {
9359
9370
  }));
9360
9371
  }
9361
9372
  render() {
9362
- return k(Oi, null, k("div", { class: "header" }, k("div", { class: "description" }, k("h2", null, "All Scheduling Pages"), k("p", null, "Create and manage your Scheduling Pages.")), this.configurations && this.configurations.length > 0 && k("div", { class: "actions" }, k("button-component", { part: "nlc__create-new-cta", clickHandler: () => {
9373
+ return k(Di, null, k("div", { class: "header" }, k("div", { class: "description" }, k("h2", null, "All Scheduling Pages"), k("p", null, "Create and manage your Scheduling Pages.")), this.configurations && this.configurations.length > 0 && k("div", { class: "actions" }, k("button-component", { part: "nlc__create-new-cta", clickHandler: () => {
9363
9374
  this.createButtonClick.emit(this.host);
9364
9375
  } }, "Create new"))), k("div", { class: "configurations" }, k("div", { class: "table-container" }, k("table", { class: {
9365
9376
  "no-configurations": this.state !== "loading" && (!this.configurations || this.configurations.length === 0)