@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
@@ -87,7 +87,7 @@ const Oe = {
87
87
  // TODO(STENCIL-914): remove this option when `experimentalSlotFixes` is the default behavior
88
88
  experimentalSlotFixes: !1
89
89
  };
90
- let qe, vr, ot, Oi = !1, Pt = !1, Wr = !1, ie = !1, vn = null, xr = !1;
90
+ let qe, vr, ot, Oi = !1, Lt = !1, Wr = !1, ie = !1, vn = null, xr = !1;
91
91
  const Ne = (n, e = "") => () => {
92
92
  }, jh = "slot-fb{display:contents}slot-fb[hidden]{display:none}", xn = "http://www.w3.org/1999/xlink", wn = {}, Yh = "http://www.w3.org/2000/svg", Hh = "http://www.w3.org/1999/xhtml", qh = (n) => n != null, Gr = (n) => (n = typeof n, n === "object" || n === "function");
93
93
  function zh(n) {
@@ -98,7 +98,7 @@ const R = (n, e, ...t) => {
98
98
  let r = null, i = null, u = null, o = !1, s = !1;
99
99
  const a = [], l = (f) => {
100
100
  for (let d = 0; d < f.length; d++)
101
- r = f[d], Array.isArray(r) ? l(r) : r != null && typeof r != "boolean" && ((o = typeof n != "function" && !Gr(r)) && (r = String(r)), o && s ? a[a.length - 1].$text$ += r : a.push(o ? Lt(null, r) : r), s = o);
101
+ r = f[d], Array.isArray(r) ? l(r) : r != null && typeof r != "boolean" && ((o = typeof n != "function" && !Gr(r)) && (r = String(r)), o && s ? a[a.length - 1].$text$ += r : a.push(o ? Nt(null, r) : r), s = o);
102
102
  };
103
103
  if (l(t), e) {
104
104
  e.key && (i = e.key), e.name && (u = e.name);
@@ -109,9 +109,9 @@ const R = (n, e, ...t) => {
109
109
  }
110
110
  if (typeof n == "function")
111
111
  return n(e === null ? {} : e, a, Gh);
112
- const c = Lt(n, null);
112
+ const c = Nt(n, null);
113
113
  return c.$attrs$ = e, a.length > 0 && (c.$children$ = a), c.$key$ = i, c.$name$ = u, c;
114
- }, Lt = (n, e) => {
114
+ }, Nt = (n, e) => {
115
115
  const t = {
116
116
  $flags$: 0,
117
117
  $tag$: n,
@@ -135,10 +135,10 @@ const R = (n, e, ...t) => {
135
135
  const t = Object.assign({}, n.vattrs);
136
136
  return n.vkey && (t.key = n.vkey), n.vname && (t.name = n.vname), R(n.vtag, t, ...n.vchildren || []);
137
137
  }
138
- const e = Lt(n.vtag, n.vtext);
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, Rt = (n) => n, Qt = (n, e, t) => {
141
- const r = Rt(n);
140
+ }, Jh = (n) => k1.map((e) => e(n)).find((e) => !!e), Vh = (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, st = (n, e, t) => {
141
+ const r = Mt(n);
142
142
  return {
143
143
  emit: (i) => Zh(r, e, {
144
144
  bubbles: !!(t & 4),
@@ -151,11 +151,11 @@ const R = (n, e, ...t) => {
151
151
  const r = ee.ce(e, t);
152
152
  return n.dispatchEvent(r), r;
153
153
  }, En = /* @__PURE__ */ new WeakMap(), Qh = (n, e, t) => {
154
- let r = _t.get(n);
155
- T1 && t ? (r = r || new CSSStyleSheet(), typeof r == "string" ? r = e : r.replaceSync(e)) : r = e, _t.set(n, r);
154
+ let r = Ut.get(n);
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 = Ri(e, t), u = _t.get(i);
158
+ const i = Ri(e, t), u = Ut.get(i);
159
159
  if (n = n.nodeType === 11 ? n : fe, u)
160
160
  if (typeof u == "string") {
161
161
  n = n.head || n;
@@ -214,7 +214,7 @@ const R = (n, e, ...t) => {
214
214
  r in o || $n(i, r, u[r], void 0, t, e.$flags$);
215
215
  for (r in o)
216
216
  $n(i, r, u[r], o[r], t, e.$flags$);
217
- }, Nt = (n, e, t, r) => {
217
+ }, _t = (n, e, t, r) => {
218
218
  const i = e.$children$[t];
219
219
  let u = 0, o, s, a;
220
220
  if (Oi || (Wr = !0, i.$tag$ === "slot" && (qe && r.classList.add(qe + "-s"), i.$flags$ |= i.$children$ ? (
@@ -230,28 +230,28 @@ const R = (n, e, ...t) => {
230
230
  else {
231
231
  if (ie || (ie = i.$tag$ === "svg"), o = i.$elm$ = fe.createElementNS(ie ? Yh : Hh, i.$flags$ & 2 ? "slot-fb" : i.$tag$), ie && i.$tag$ === "foreignObject" && (ie = !1), Ii(null, i, ie), qh(qe) && o["s-si"] !== qe && o.classList.add(o["s-si"] = qe), i.$children$)
232
232
  for (u = 0; u < i.$children$.length; ++u)
233
- s = Nt(n, i, u, o), s && o.appendChild(s);
233
+ s = _t(n, i, u, o), s && o.appendChild(s);
234
234
  i.$tag$ === "svg" ? ie = !1 : o.tagName === "foreignObject" && (ie = !0);
235
235
  }
236
- return o["s-hn"] = ot, i.$flags$ & 3 && (o["s-sr"] = !0, o["s-cr"] = vr, o["s-sn"] = i.$name$ || "", a = n && n.$children$ && n.$children$[t], a && a.$tag$ === i.$tag$ && n.$elm$ && st(n.$elm$, !1)), o;
237
- }, st = (n, e) => {
236
+ return o["s-hn"] = ot, i.$flags$ & 3 && (o["s-sr"] = !0, o["s-cr"] = vr, o["s-sn"] = i.$name$ || "", a = n && n.$children$ && n.$children$[t], a && a.$tag$ === i.$tag$ && n.$elm$ && at(n.$elm$, !1)), o;
237
+ }, at = (n, e) => {
238
238
  ee.$flags$ |= 1;
239
239
  const t = n.childNodes;
240
240
  for (let r = t.length - 1; r >= 0; r--) {
241
241
  const i = t[r];
242
- i["s-hn"] !== ot && i["s-ol"] && (Ni(i).insertBefore(i, Kr(i)), i["s-ol"].remove(), i["s-ol"] = void 0, i["s-sh"] = void 0, Wr = !0), e && st(i, e);
242
+ i["s-hn"] !== ot && i["s-ol"] && (Ni(i).insertBefore(i, Kr(i)), i["s-ol"].remove(), i["s-ol"] = void 0, i["s-sh"] = void 0, Wr = !0), e && at(i, e);
243
243
  }
244
244
  ee.$flags$ &= -2;
245
245
  }, Pi = (n, e, t, r, i, u) => {
246
246
  let o = n["s-cr"] && n["s-cr"].parentNode || n, s;
247
247
  for (o.shadowRoot && o.tagName === ot && (o = o.shadowRoot); i <= u; ++i)
248
- r[i] && (s = Nt(null, t, i, n), s && (r[i].$elm$ = s, o.insertBefore(s, Kr(e))));
248
+ r[i] && (s = _t(null, t, i, n), s && (r[i].$elm$ = s, o.insertBefore(s, Kr(e))));
249
249
  }, Li = (n, e, t) => {
250
250
  for (let r = e; r <= t; ++r) {
251
251
  const i = n[r];
252
252
  if (i) {
253
253
  const u = i.$elm$;
254
- Fi(i), u && (Pt = !0, u["s-ol"] ? u["s-ol"].remove() : st(u, !0), u.remove());
254
+ Fi(i), u && (Lt = !0, u["s-ol"] ? u["s-ol"].remove() : at(u, !0), u.remove());
255
255
  }
256
256
  }
257
257
  }, n1 = (n, e, t, r, i = !1) => {
@@ -265,24 +265,24 @@ const R = (n, e, ...t) => {
265
265
  h = r[++o];
266
266
  else if (g == null)
267
267
  g = r[--d];
268
- else if (xt(c, h, i))
268
+ else if (wt(c, h, i))
269
269
  ze(c, h, i), c = e[++u], h = r[++o];
270
- else if (xt(f, g, i))
270
+ else if (wt(f, g, i))
271
271
  ze(f, g, i), f = e[--l], g = r[--d];
272
- else if (xt(c, g, i))
273
- (c.$tag$ === "slot" || g.$tag$ === "slot") && st(c.$elm$.parentNode, !1), ze(c, g, i), n.insertBefore(c.$elm$, f.$elm$.nextSibling), c = e[++u], g = r[--d];
274
- else if (xt(f, h, i))
275
- (c.$tag$ === "slot" || g.$tag$ === "slot") && st(f.$elm$.parentNode, !1), ze(f, h, i), n.insertBefore(f.$elm$, c.$elm$), f = e[--l], h = r[++o];
272
+ else if (wt(c, g, i))
273
+ (c.$tag$ === "slot" || g.$tag$ === "slot") && at(c.$elm$.parentNode, !1), ze(c, g, i), n.insertBefore(c.$elm$, f.$elm$.nextSibling), c = e[++u], g = r[--d];
274
+ else if (wt(f, h, i))
275
+ (c.$tag$ === "slot" || g.$tag$ === "slot") && at(f.$elm$.parentNode, !1), ze(f, h, i), n.insertBefore(f.$elm$, c.$elm$), f = e[--l], h = r[++o];
276
276
  else {
277
277
  for (s = -1, a = u; a <= l; ++a)
278
278
  if (e[a] && e[a].$key$ !== null && e[a].$key$ === h.$key$) {
279
279
  s = a;
280
280
  break;
281
281
  }
282
- s >= 0 ? (p = e[s], p.$tag$ !== h.$tag$ ? w = Nt(e && e[o], t, s, n) : (ze(p, h, i), e[s] = void 0, w = p.$elm$), h = r[++o]) : (w = Nt(e && e[o], t, o, n), h = r[++o]), w && Ni(c.$elm$).insertBefore(w, Kr(c.$elm$));
282
+ s >= 0 ? (p = e[s], p.$tag$ !== h.$tag$ ? w = _t(e && e[o], t, s, n) : (ze(p, h, i), e[s] = void 0, w = p.$elm$), h = r[++o]) : (w = _t(e && e[o], t, o, n), h = r[++o]), w && Ni(c.$elm$).insertBefore(w, Kr(c.$elm$));
283
283
  }
284
284
  u > l ? Pi(n, r[d + 1] == null ? null : r[d + 1].$elm$, t, r, o, d) : o > d && Li(e, u, l);
285
- }, xt = (n, e, t = !1) => n.$tag$ === e.$tag$ ? n.$tag$ === "slot" ? n.$name$ === e.$name$ : t ? !0 : n.$key$ === e.$key$ : !1, Kr = (n) => n && n["s-ol"] || n, Ni = (n) => (n["s-ol"] ? n["s-ol"] : n).parentNode, ze = (n, e, t = !1) => {
285
+ }, wt = (n, e, t = !1) => n.$tag$ === e.$tag$ ? n.$tag$ === "slot" ? n.$name$ === e.$name$ : t ? !0 : n.$key$ === e.$key$ : !1, Kr = (n) => n && n["s-ol"] || n, Ni = (n) => (n["s-ol"] ? n["s-ol"] : n).parentNode, ze = (n, e, t = !1) => {
286
286
  const r = e.$elm$ = n.$elm$, i = n.$children$, u = e.$children$, o = e.$tag$, s = e.$text$;
287
287
  let a;
288
288
  s === null ? (ie = o === "svg" ? !0 : o === "foreignObject" ? !1 : ie, o === "slot" || Ii(n, e, ie), i !== null && u !== null ? n1(r, i, e, u, t) : u !== null ? (n.$text$ !== null && (r.textContent = ""), Pi(r, null, e, u, 0, u.length - 1)) : i !== null && Li(i, 0, i.length - 1), ie && o === "svg" && (ie = !1)) : (a = r["s-cr"]) ? a.parentNode.textContent = s : n.$text$ !== s && (r.data = s);
@@ -318,7 +318,7 @@ const R = (n, e, ...t) => {
318
318
  if (e = t[r], !e["s-cn"] && !e["s-nr"] && e["s-hn"] !== i["s-hn"] && !Oe.experimentalSlotFixes)
319
319
  if (Sn(e, u)) {
320
320
  let o = Te.find((s) => s.$nodeToRelocate$ === e);
321
- Pt = !0, e["s-sn"] = e["s-sn"] || u, o ? (o.$nodeToRelocate$["s-sh"] = i["s-hn"], o.$slotRefNode$ = i) : (e["s-sh"] = i["s-hn"], Te.push({
321
+ Lt = !0, e["s-sn"] = e["s-sn"] || u, o ? (o.$nodeToRelocate$["s-sh"] = i["s-hn"], o.$slotRefNode$ = i) : (e["s-sh"] = i["s-hn"], Te.push({
322
322
  $slotRefNode$: i,
323
323
  $nodeToRelocate$: e
324
324
  })), e["s-sr"] && Te.map((s) => {
@@ -334,11 +334,11 @@ const R = (n, e, ...t) => {
334
334
  n.$attrs$ && n.$attrs$.ref && n.$attrs$.ref(null), n.$children$ && n.$children$.map(Fi);
335
335
  }, i1 = (n, e, t = !1) => {
336
336
  var r, i, u, o, s;
337
- const a = n.$hostElement$, l = n.$cmpMeta$, c = n.$vnode$ || Lt(null, null), f = Wh(e) ? e : R(null, null, e);
337
+ const a = n.$hostElement$, l = n.$cmpMeta$, c = n.$vnode$ || Nt(null, null), f = Wh(e) ? e : R(null, null, e);
338
338
  if (ot = a.tagName, l.$attrsToReflect$ && (f.$attrs$ = f.$attrs$ || {}, l.$attrsToReflect$.map(([d, h]) => f.$attrs$[h] = a[d])), t && f.$attrs$)
339
339
  for (const d of Object.keys(f.$attrs$))
340
340
  a.hasAttribute(d) && !["key", "ref", "style", "class"].includes(d) && (f.$attrs$[d] = a[d]);
341
- f.$tag$ = null, f.$flags$ |= 4, n.$vnode$ = f, f.$elm$ = c.$elm$ = a.shadowRoot || a, qe = a["s-sc"], vr = a["s-cr"], Oi = (l.$flags$ & 1) !== 0, Pt = !1, ze(c, f, t);
341
+ f.$tag$ = null, f.$flags$ |= 4, n.$vnode$ = f, f.$elm$ = c.$elm$ = a.shadowRoot || a, qe = a["s-sc"], vr = a["s-cr"], Oi = (l.$flags$ & 1) !== 0, Lt = !1, ze(c, f, t);
342
342
  {
343
343
  if (ee.$flags$ |= 1, Wr) {
344
344
  Ui(f.$elm$);
@@ -370,7 +370,7 @@ const R = (n, e, ...t) => {
370
370
  h.nodeType === 1 && (t && (h["s-ih"] = (o = h.hidden) !== null && o !== void 0 ? o : !1), h.hidden = !0);
371
371
  }
372
372
  }
373
- Pt && _i(f.$elm$), ee.$flags$ &= -2, Te.length = 0;
373
+ Lt && _i(f.$elm$), ee.$flags$ &= -2, Te.length = 0;
374
374
  }
375
375
  if (Oe.experimentalScopedSlotChanges && l.$flags$ & 2)
376
376
  for (const d of f.$elm$.childNodes)
@@ -390,7 +390,7 @@ const R = (n, e, ...t) => {
390
390
  try {
391
391
  vn = e, e = e.render && e.render(), n.$flags$ &= -17, n.$flags$ |= 2, (Oe.hasRenderFn || Oe.reflect) && (Oe.vdomRender || Oe.reflect) && (Oe.hydrateServerSide || i1(n, e, r));
392
392
  } catch (a) {
393
- mt(a, n.$hostElement$);
393
+ bt(a, n.$hostElement$);
394
394
  }
395
395
  return vn = null, null;
396
396
  }, c1 = (n) => {
@@ -401,11 +401,11 @@ const R = (n, e, ...t) => {
401
401
  try {
402
402
  return n[e](t);
403
403
  } catch (r) {
404
- mt(r);
404
+ bt(r);
405
405
  }
406
- }, d1 = (n, e) => gt(n).$instanceValues$.get(e), f1 = (n, e, t, r) => {
407
- const i = gt(n), u = n, o = i.$instanceValues$.get(e), s = i.$flags$, a = u;
408
- t = Jh(t, r.$members$[e][0]);
406
+ }, d1 = (n, e) => mt(n).$instanceValues$.get(e), f1 = (n, e, t, r) => {
407
+ const i = mt(n), u = n, o = i.$instanceValues$.get(e), s = i.$flags$, a = u;
408
+ t = Vh(t, r.$members$[e][0]);
409
409
  const l = Number.isNaN(o) && Number.isNaN(t);
410
410
  if (t !== o && !l) {
411
411
  i.$instanceValues$.set(e, t);
@@ -416,7 +416,7 @@ const R = (n, e, ...t) => {
416
416
  try {
417
417
  a[d](t, o, e);
418
418
  } catch (h) {
419
- mt(h, u);
419
+ bt(h, u);
420
420
  }
421
421
  });
422
422
  }
@@ -457,7 +457,7 @@ const R = (n, e, ...t) => {
457
457
  if (i.hasOwnProperty(f) && typeof this[f] == "number" && this[f] == l)
458
458
  return;
459
459
  if (f == null) {
460
- const d = gt(this), h = d == null ? void 0 : d.$flags$;
460
+ const d = mt(this), h = d == null ? void 0 : d.$flags$;
461
461
  if (h && !(h & 8) && h & 128 && l !== a) {
462
462
  const w = this, p = (c = e.$watchers$) === null || c === void 0 ? void 0 : c[s];
463
463
  p == null || p.forEach((T) => {
@@ -487,9 +487,9 @@ const R = (n, e, ...t) => {
487
487
  let i;
488
488
  if (!(e.$flags$ & 32) && (e.$flags$ |= 32, i = n.constructor, customElements.whenDefined(t.$tagName$).then(() => e.$flags$ |= 128), i.style)) {
489
489
  let o = i.style;
490
- typeof o != "string" && (o = o[e.$modeName$ = Vh(n)]);
490
+ typeof o != "string" && (o = o[e.$modeName$ = Jh(n)]);
491
491
  const s = Ri(t, e.$modeName$);
492
- if (!_t.has(s)) {
492
+ if (!Ut.has(s)) {
493
493
  const a = Ne("registerStyles", t.$tagName$);
494
494
  Qh(s, o, !!(t.$flags$ & 1)), a();
495
495
  }
@@ -498,7 +498,7 @@ const R = (n, e, ...t) => {
498
498
  }, Cn = (n) => {
499
499
  }, g1 = (n) => {
500
500
  if (!(ee.$flags$ & 1)) {
501
- const e = gt(n), t = e.$cmpMeta$, r = Ne("connectedCallback", t.$tagName$);
501
+ const e = mt(n), t = e.$cmpMeta$, r = Ne("connectedCallback", t.$tagName$);
502
502
  e.$flags$ & 1 ? (Yi(n, e, t.$listeners$), e != null && e.$lazyInstance$ ? Cn(e.$lazyInstance$) : e != null && e.$onReadyPromise$ && e.$onReadyPromise$.then(() => Cn(e.$lazyInstance$))) : (e.$flags$ |= 1, // TODO(STENCIL-854): Remove code related to legacy shadowDomShim field
503
503
  t.$flags$ & 12 && m1(n), t.$members$ && Object.entries(t.$members$).map(([i, [u]]) => {
504
504
  if (u & 31 && n.hasOwnProperty(i)) {
@@ -512,7 +512,7 @@ const R = (n, e, ...t) => {
512
512
  e["s-cn"] = !0, n.insertBefore(e, n.firstChild);
513
513
  }, b1 = async (n) => {
514
514
  if (!(ee.$flags$ & 1)) {
515
- const e = gt(n);
515
+ const e = mt(n);
516
516
  e.$rmListeners$ && (e.$rmListeners$.map((t) => t()), e.$rmListeners$ = void 0);
517
517
  }
518
518
  }, Ie = (n, e) => {
@@ -548,12 +548,12 @@ const R = (n, e, ...t) => {
548
548
  try {
549
549
  Oe.lazyLoad || n.$hostElement$[e](t);
550
550
  } catch (r) {
551
- mt(r);
551
+ bt(r);
552
552
  }
553
553
  }, v1 = (n, e) => e & 4 ? fe : e & 8 ? Xt : e & 16 ? fe.body : n, x1 = (n) => E1 ? {
554
554
  passive: (n & 1) !== 0,
555
555
  capture: (n & 2) !== 0
556
- } : (n & 2) !== 0, Hi = /* @__PURE__ */ new WeakMap(), gt = (n) => Hi.get(n), w1 = (n, e) => {
556
+ } : (n & 2) !== 0, Hi = /* @__PURE__ */ new WeakMap(), mt = (n) => Hi.get(n), w1 = (n, e) => {
557
557
  const t = {
558
558
  $flags$: 0,
559
559
  $hostElement$: n,
@@ -561,7 +561,7 @@ const R = (n, e, ...t) => {
561
561
  $instanceValues$: /* @__PURE__ */ new Map()
562
562
  };
563
563
  return Yi(n, t, e.$listeners$), Hi.set(n, t);
564
- }, An = (n, e) => e in n, mt = (n, e) => (0, console.error)(n, e), _t = /* @__PURE__ */ new Map(), k1 = [], Xt = typeof window < "u" ? window : {}, fe = Xt.document || { head: {} }, Pe = Xt.HTMLElement || class {
564
+ }, An = (n, e) => e in n, bt = (n, e) => (0, console.error)(n, e), Ut = /* @__PURE__ */ new Map(), k1 = [], Xt = typeof window < "u" ? window : {}, fe = Xt.document || { head: {} }, Pe = Xt.HTMLElement || class {
565
565
  }, ee = {
566
566
  $flags$: 0,
567
567
  $resourcesUrl$: "",
@@ -594,21 +594,21 @@ const R = (n, e, ...t) => {
594
594
  try {
595
595
  n[e](performance.now());
596
596
  } catch (t) {
597
- mt(t);
597
+ bt(t);
598
598
  }
599
599
  n.length = 0;
600
600
  }, wr = () => {
601
601
  Dn(On), Dn(qi), (xr = On.length > 0) && ee.raf(wr);
602
602
  }, B1 = (n) => $1().then(n), C1 = /* @__PURE__ */ S1(qi, !0), Rn = typeof global < "u" ? global : typeof self < "u" ? self : typeof window < "u" ? window : {};
603
- var ve = [], se = [], A1 = typeof Uint8Array < "u" ? Uint8Array : Array, Vr = !1;
603
+ var ve = [], se = [], A1 = typeof Uint8Array < "u" ? Uint8Array : Array, Jr = !1;
604
604
  function zi() {
605
- Vr = !0;
605
+ Jr = !0;
606
606
  for (var n = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", e = 0, t = n.length; e < t; ++e)
607
607
  ve[e] = n[e], se[n.charCodeAt(e)] = e;
608
608
  se[45] = 62, se[95] = 63;
609
609
  }
610
610
  function O1(n) {
611
- Vr || zi();
611
+ Jr || zi();
612
612
  var e, t, r, i, u, o, s = n.length;
613
613
  if (s % 4 > 0)
614
614
  throw new Error("Invalid string. Length must be a multiple of 4");
@@ -627,7 +627,7 @@ function R1(n, e, t) {
627
627
  return i.join("");
628
628
  }
629
629
  function Mn(n) {
630
- Vr || zi();
630
+ Jr || zi();
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));
633
633
  return r === 1 ? (e = n[t - 1], i += ve[e >> 2], i += ve[e << 4 & 63], i += "==") : r === 2 && (e = (n[t - 2] << 8) + n[t - 1], i += ve[e >> 10], i += ve[e >> 4 & 63], i += ve[e << 2 & 63], i += "="), u.push(i), u.join("");
@@ -682,7 +682,7 @@ function x(n, e, t) {
682
682
  throw new Error(
683
683
  "If encoding is specified then the first argument must be a string"
684
684
  );
685
- return Jr(this, n);
685
+ return Vr(this, n);
686
686
  }
687
687
  return Ki(this, n, e, t);
688
688
  }
@@ -699,34 +699,34 @@ x.from = function(n, e, t) {
699
699
  return Ki(null, n, e, t);
700
700
  };
701
701
  x.TYPED_ARRAY_SUPPORT && (x.prototype.__proto__ = Uint8Array.prototype, x.__proto__ = Uint8Array);
702
- function Vi(n) {
702
+ function Ji(n) {
703
703
  if (typeof n != "number")
704
704
  throw new TypeError('"size" argument must be a number');
705
705
  if (n < 0)
706
706
  throw new RangeError('"size" argument must not be negative');
707
707
  }
708
708
  function P1(n, e, t, r) {
709
- return Vi(e), e <= 0 ? Se(n, e) : t !== void 0 ? typeof r == "string" ? Se(n, e).fill(t, r) : Se(n, e).fill(t) : Se(n, e);
709
+ return Ji(e), e <= 0 ? Se(n, e) : t !== void 0 ? typeof r == "string" ? Se(n, e).fill(t, r) : Se(n, e).fill(t) : Se(n, e);
710
710
  }
711
711
  x.alloc = function(n, e, t) {
712
712
  return P1(null, n, e, t);
713
713
  };
714
- function Jr(n, e) {
715
- if (Vi(e), n = Se(n, e < 0 ? 0 : Zr(e) | 0), !x.TYPED_ARRAY_SUPPORT)
714
+ function Vr(n, e) {
715
+ if (Ji(e), n = Se(n, e < 0 ? 0 : Zr(e) | 0), !x.TYPED_ARRAY_SUPPORT)
716
716
  for (var t = 0; t < e; ++t)
717
717
  n[t] = 0;
718
718
  return n;
719
719
  }
720
720
  x.allocUnsafe = function(n) {
721
- return Jr(null, n);
721
+ return Vr(null, n);
722
722
  };
723
723
  x.allocUnsafeSlow = function(n) {
724
- return Jr(null, n);
724
+ return Vr(null, n);
725
725
  };
726
726
  function L1(n, e, t) {
727
727
  if ((typeof t != "string" || t === "") && (t = "utf8"), !x.isEncoding(t))
728
728
  throw new TypeError('"encoding" must be a valid string encoding');
729
- var r = Ji(e, t) | 0;
729
+ var r = Vi(e, t) | 0;
730
730
  n = Se(n, r);
731
731
  var i = n.write(e, t);
732
732
  return i !== r && (n = n.slice(0, i)), n;
@@ -814,7 +814,7 @@ x.concat = function(e, t) {
814
814
  }
815
815
  return i;
816
816
  };
817
- function Ji(n, e) {
817
+ function Vi(n, e) {
818
818
  if (we(n))
819
819
  return n.length;
820
820
  if (typeof ArrayBuffer < "u" && typeof ArrayBuffer.isView == "function" && (ArrayBuffer.isView(n) || n instanceof ArrayBuffer))
@@ -831,7 +831,7 @@ function Ji(n, e) {
831
831
  case "utf8":
832
832
  case "utf-8":
833
833
  case void 0:
834
- return Ut(n).length;
834
+ return Ft(n).length;
835
835
  case "ucs2":
836
836
  case "ucs-2":
837
837
  case "utf16le":
@@ -842,11 +842,11 @@ function Ji(n, e) {
842
842
  case "base64":
843
843
  return nu(n).length;
844
844
  default:
845
- if (r) return Ut(n).length;
845
+ if (r) return Ft(n).length;
846
846
  e = ("" + e).toLowerCase(), r = !0;
847
847
  }
848
848
  }
849
- x.byteLength = Ji;
849
+ x.byteLength = Vi;
850
850
  function U1(n, e, t) {
851
851
  var r = !1;
852
852
  if ((e === void 0 || e < 0) && (e = 0), e > this.length || ((t === void 0 || t > this.length) && (t = this.length), t <= 0) || (t >>>= 0, e >>>= 0, t <= e))
@@ -854,7 +854,7 @@ function U1(n, e, t) {
854
854
  for (n || (n = "utf8"); ; )
855
855
  switch (n) {
856
856
  case "hex":
857
- return V1(this, e, t);
857
+ return J1(this, e, t);
858
858
  case "utf8":
859
859
  case "utf-8":
860
860
  return Xi(this, e, t);
@@ -869,7 +869,7 @@ function U1(n, e, t) {
869
869
  case "ucs-2":
870
870
  case "utf16le":
871
871
  case "utf-16le":
872
- return J1(this, e, t);
872
+ return V1(this, e, t);
873
873
  default:
874
874
  if (r) throw new TypeError("Unknown encoding: " + n);
875
875
  n = (n + "").toLowerCase(), r = !0;
@@ -1002,7 +1002,7 @@ function F1(n, e, t, r) {
1002
1002
  return o;
1003
1003
  }
1004
1004
  function j1(n, e, t, r) {
1005
- return nr(Ut(e, n.length - t), n, t, r);
1005
+ return nr(Ft(e, n.length - t), n, t, r);
1006
1006
  }
1007
1007
  function Qi(n, e, t, r) {
1008
1008
  return nr(tp(e), n, t, r);
@@ -1114,14 +1114,14 @@ function K1(n, e, t) {
1114
1114
  r += String.fromCharCode(n[i]);
1115
1115
  return r;
1116
1116
  }
1117
- function V1(n, e, t) {
1117
+ function J1(n, e, t) {
1118
1118
  var r = n.length;
1119
1119
  (!e || e < 0) && (e = 0), (!t || t < 0 || t > r) && (t = r);
1120
1120
  for (var i = "", u = e; u < t; ++u)
1121
1121
  i += ep(n[u]);
1122
1122
  return i;
1123
1123
  }
1124
- function J1(n, e, t) {
1124
+ function V1(n, e, t) {
1125
1125
  for (var r = n.slice(e, t), i = "", u = 0; u < r.length; u += 2)
1126
1126
  i += String.fromCharCode(r[u] + r[u + 1] * 256);
1127
1127
  return i;
@@ -1140,79 +1140,79 @@ x.prototype.slice = function(e, t) {
1140
1140
  }
1141
1141
  return i;
1142
1142
  };
1143
- function J(n, e, t) {
1143
+ function V(n, e, t) {
1144
1144
  if (n % 1 !== 0 || n < 0) throw new RangeError("offset is not uint");
1145
1145
  if (n + e > t) throw new RangeError("Trying to access beyond buffer length");
1146
1146
  }
1147
1147
  x.prototype.readUIntLE = function(e, t, r) {
1148
- e = e | 0, t = t | 0, r || J(e, t, this.length);
1148
+ e = e | 0, t = t | 0, r || V(e, t, this.length);
1149
1149
  for (var i = this[e], u = 1, o = 0; ++o < t && (u *= 256); )
1150
1150
  i += this[e + o] * u;
1151
1151
  return i;
1152
1152
  };
1153
1153
  x.prototype.readUIntBE = function(e, t, r) {
1154
- e = e | 0, t = t | 0, r || J(e, t, this.length);
1154
+ e = e | 0, t = t | 0, r || V(e, t, this.length);
1155
1155
  for (var i = this[e + --t], u = 1; t > 0 && (u *= 256); )
1156
1156
  i += this[e + --t] * u;
1157
1157
  return i;
1158
1158
  };
1159
1159
  x.prototype.readUInt8 = function(e, t) {
1160
- return t || J(e, 1, this.length), this[e];
1160
+ return t || V(e, 1, this.length), this[e];
1161
1161
  };
1162
1162
  x.prototype.readUInt16LE = function(e, t) {
1163
- return t || J(e, 2, this.length), this[e] | this[e + 1] << 8;
1163
+ return t || V(e, 2, this.length), this[e] | this[e + 1] << 8;
1164
1164
  };
1165
1165
  x.prototype.readUInt16BE = function(e, t) {
1166
- return t || J(e, 2, this.length), this[e] << 8 | this[e + 1];
1166
+ return t || V(e, 2, this.length), this[e] << 8 | this[e + 1];
1167
1167
  };
1168
1168
  x.prototype.readUInt32LE = function(e, t) {
1169
- return t || J(e, 4, this.length), (this[e] | this[e + 1] << 8 | this[e + 2] << 16) + this[e + 3] * 16777216;
1169
+ return t || V(e, 4, this.length), (this[e] | this[e + 1] << 8 | this[e + 2] << 16) + this[e + 3] * 16777216;
1170
1170
  };
1171
1171
  x.prototype.readUInt32BE = function(e, t) {
1172
- return t || J(e, 4, this.length), this[e] * 16777216 + (this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3]);
1172
+ return t || V(e, 4, this.length), this[e] * 16777216 + (this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3]);
1173
1173
  };
1174
1174
  x.prototype.readIntLE = function(e, t, r) {
1175
- e = e | 0, t = t | 0, r || J(e, t, this.length);
1175
+ e = e | 0, t = t | 0, r || V(e, t, this.length);
1176
1176
  for (var i = this[e], u = 1, o = 0; ++o < t && (u *= 256); )
1177
1177
  i += this[e + o] * u;
1178
1178
  return u *= 128, i >= u && (i -= Math.pow(2, 8 * t)), i;
1179
1179
  };
1180
1180
  x.prototype.readIntBE = function(e, t, r) {
1181
- e = e | 0, t = t | 0, r || J(e, t, this.length);
1181
+ e = e | 0, t = t | 0, r || V(e, t, this.length);
1182
1182
  for (var i = t, u = 1, o = this[e + --i]; i > 0 && (u *= 256); )
1183
1183
  o += this[e + --i] * u;
1184
1184
  return u *= 128, o >= u && (o -= Math.pow(2, 8 * t)), o;
1185
1185
  };
1186
1186
  x.prototype.readInt8 = function(e, t) {
1187
- return t || J(e, 1, this.length), this[e] & 128 ? (255 - this[e] + 1) * -1 : this[e];
1187
+ return t || V(e, 1, this.length), this[e] & 128 ? (255 - this[e] + 1) * -1 : this[e];
1188
1188
  };
1189
1189
  x.prototype.readInt16LE = function(e, t) {
1190
- t || J(e, 2, this.length);
1190
+ t || V(e, 2, this.length);
1191
1191
  var r = this[e] | this[e + 1] << 8;
1192
1192
  return r & 32768 ? r | 4294901760 : r;
1193
1193
  };
1194
1194
  x.prototype.readInt16BE = function(e, t) {
1195
- t || J(e, 2, this.length);
1195
+ t || V(e, 2, this.length);
1196
1196
  var r = this[e + 1] | this[e] << 8;
1197
1197
  return r & 32768 ? r | 4294901760 : r;
1198
1198
  };
1199
1199
  x.prototype.readInt32LE = function(e, t) {
1200
- return t || J(e, 4, this.length), this[e] | this[e + 1] << 8 | this[e + 2] << 16 | this[e + 3] << 24;
1200
+ return t || V(e, 4, this.length), this[e] | this[e + 1] << 8 | this[e + 2] << 16 | this[e + 3] << 24;
1201
1201
  };
1202
1202
  x.prototype.readInt32BE = function(e, t) {
1203
- return t || J(e, 4, this.length), this[e] << 24 | this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3];
1203
+ return t || V(e, 4, this.length), this[e] << 24 | this[e + 1] << 16 | this[e + 2] << 8 | this[e + 3];
1204
1204
  };
1205
1205
  x.prototype.readFloatLE = function(e, t) {
1206
- return t || J(e, 4, this.length), er(this, e, !0, 23, 4);
1206
+ return t || V(e, 4, this.length), er(this, e, !0, 23, 4);
1207
1207
  };
1208
1208
  x.prototype.readFloatBE = function(e, t) {
1209
- return t || J(e, 4, this.length), er(this, e, !1, 23, 4);
1209
+ return t || V(e, 4, this.length), er(this, e, !1, 23, 4);
1210
1210
  };
1211
1211
  x.prototype.readDoubleLE = function(e, t) {
1212
- return t || J(e, 8, this.length), er(this, e, !0, 52, 8);
1212
+ return t || V(e, 8, this.length), er(this, e, !0, 52, 8);
1213
1213
  };
1214
1214
  x.prototype.readDoubleBE = function(e, t) {
1215
- return t || J(e, 8, this.length), er(this, e, !1, 52, 8);
1215
+ return t || V(e, 8, this.length), er(this, e, !1, 52, 8);
1216
1216
  };
1217
1217
  function ne(n, e, t, r, i, u) {
1218
1218
  if (!we(n)) throw new TypeError('"buffer" argument must be a Buffer instance');
@@ -1364,7 +1364,7 @@ x.prototype.fill = function(e, t, r, i) {
1364
1364
  for (o = t; o < r; ++o)
1365
1365
  this[o] = e;
1366
1366
  else {
1367
- var s = we(e) ? e : Ut(new x(e, i).toString()), a = s.length;
1367
+ var s = we(e) ? e : Ft(new x(e, i).toString()), a = s.length;
1368
1368
  for (o = 0; o < r - t; ++o)
1369
1369
  this[o + t] = s[o % a];
1370
1370
  }
@@ -1383,7 +1383,7 @@ function X1(n) {
1383
1383
  function ep(n) {
1384
1384
  return n < 16 ? "0" + n.toString(16) : n.toString(16);
1385
1385
  }
1386
- function Ut(n, e) {
1386
+ function Ft(n, e) {
1387
1387
  e = e || 1 / 0;
1388
1388
  for (var t, r = n.length, i = null, u = [], o = 0; o < r; ++o) {
1389
1389
  if (t = n.charCodeAt(o), t > 55295 && t < 57344) {
@@ -1624,13 +1624,13 @@ var op = { exports: {} };
1624
1624
  }, b.format = function(y) {
1625
1625
  var B = this, k = this.$locale();
1626
1626
  if (!this.isValid()) return k.invalidDate || w;
1627
- var S = y || "YYYY-MM-DDTHH:mm:ssZ", C = M.z(this), P = this.$H, q = this.$m, G = this.$M, Z = k.weekdays, Ce = k.months, Ee = function(re, Ae, cr, vt) {
1628
- return re && (re[Ae] || re(B, S)) || cr[Ae].slice(0, vt);
1627
+ var S = y || "YYYY-MM-DDTHH:mm:ssZ", C = M.z(this), P = this.$H, q = this.$m, G = this.$M, Z = k.weekdays, Ce = k.months, Ee = function(re, Ae, cr, xt) {
1628
+ return re && (re[Ae] || re(B, S)) || cr[Ae].slice(0, xt);
1629
1629
  }, Qe = function(re) {
1630
1630
  return M.s(P % 12 || 12, re, "0");
1631
1631
  }, Xe = k.meridiem || function(re, Ae, cr) {
1632
- var vt = re < 12 ? "AM" : "PM";
1633
- return cr ? vt.toLowerCase() : vt;
1632
+ var xt = re < 12 ? "AM" : "PM";
1633
+ return cr ? xt.toLowerCase() : xt;
1634
1634
  }, Fe = { YY: String(this.$y).slice(-2), YYYY: this.$y, M: G + 1, MM: M.s(G + 1, 2, "0"), MMM: Ee(k.monthsShort, G, Ce, 3), MMMM: Ee(Ce, G), D: this.$D, DD: M.s(this.$D, 2, "0"), d: String(this.$W), dd: Ee(k.weekdaysMin, this.$W, Z, 2), ddd: Ee(k.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: C };
1635
1635
  return S.replace(T, function(re, Ae) {
1636
1636
  return Ae || Fe[re] || C.replace(":", "");
@@ -1738,10 +1738,10 @@ var ap = function(n, e, t) {
1738
1738
  return { div: Math.floor(n / e), mod: ae(n, e) };
1739
1739
  }, ye = function(n) {
1740
1740
  return !K(n) || n.length === 0;
1741
- }, V = function(n) {
1741
+ }, J = function(n) {
1742
1742
  return !ye(n);
1743
1743
  }, Y = function(n, e) {
1744
- return V(n) && n.indexOf(e) !== -1;
1744
+ return J(n) && n.indexOf(e) !== -1;
1745
1745
  }, _e = function(n, e, t, r, i, u) {
1746
1746
  return r === void 0 && (r = 0), i === void 0 && (i = 0), u === void 0 && (u = 0), new Date(Date.UTC(n, e - 1, t, r, i, u));
1747
1747
  }, lp = [31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31], ou = 1e3 * 60 * 60 * 24, su = 9999, au = _e(1970, 1, 1), cp = [6, 0, 1, 2, 3, 4, 5], it = function(n) {
@@ -1776,7 +1776,7 @@ var ap = function(n, e, t) {
1776
1776
  for (var e = [], t = 0; t < n.length; t++)
1777
1777
  e.push(Sr(n[t]));
1778
1778
  return e;
1779
- }, at = function(n) {
1779
+ }, lt = function(n) {
1780
1780
  n.sort(function(e, t) {
1781
1781
  return e.getTime() - t.getTime();
1782
1782
  });
@@ -1883,7 +1883,7 @@ var jn = (
1883
1883
  return this.iterator(t, this._result.length) ? (this._result.push(t), !0) : !1;
1884
1884
  }, e;
1885
1885
  }(We)
1886
- ), Ft = {
1886
+ ), jt = {
1887
1887
  dayNames: [
1888
1888
  "Sunday",
1889
1889
  "Monday",
@@ -1961,7 +1961,7 @@ var jn = (
1961
1961
  /** @class */
1962
1962
  function() {
1963
1963
  function n(e, t, r, i) {
1964
- if (t === void 0 && (t = pp), r === void 0 && (r = Ft), i === void 0 && (i = gp), this.text = [], this.language = r || Ft, this.gettext = t, this.dateFormatter = i, this.rrule = e, this.options = e.options, this.origOptions = e.origOptions, this.origOptions.bymonthday) {
1964
+ if (t === void 0 && (t = pp), r === void 0 && (r = jt), i === void 0 && (i = gp), this.text = [], this.language = r || jt, this.gettext = t, this.dateFormatter = i, this.rrule = e, this.options = e.options, this.origOptions = e.origOptions, this.origOptions.bymonthday) {
1965
1965
  var u = [].concat(this.options.bymonthday), o = [].concat(this.options.bynmonthday);
1966
1966
  u.sort(function(c, f) {
1967
1967
  return c - f;
@@ -2138,7 +2138,7 @@ var jn = (
2138
2138
  }()
2139
2139
  );
2140
2140
  function fu(n, e) {
2141
- e === void 0 && (e = Ft);
2141
+ e === void 0 && (e = jt);
2142
2142
  var t = {}, r = new mp(e.tokens);
2143
2143
  if (!r.start(n))
2144
2144
  return null;
@@ -2350,7 +2350,7 @@ function tn(n) {
2350
2350
  return n < U.HOURLY;
2351
2351
  }
2352
2352
  var bp = function(n, e) {
2353
- return e === void 0 && (e = Ft), new D(fu(n, e) || void 0);
2353
+ return e === void 0 && (e = jt), new D(fu(n, e) || void 0);
2354
2354
  }, Ze = [
2355
2355
  "count",
2356
2356
  "until",
@@ -2368,7 +2368,7 @@ Be.IMPLEMENTED[U.MONTHLY] = Ze;
2368
2368
  Be.IMPLEMENTED[U.YEARLY] = ["byweekno", "byyearday"].concat(Ze);
2369
2369
  var yp = function(n, e, t, r) {
2370
2370
  return new Be(n, e, t, r).toString();
2371
- }, vp = Be.isFullyConvertible, jt = (
2371
+ }, vp = Be.isFullyConvertible, Yt = (
2372
2372
  /** @class */
2373
2373
  function() {
2374
2374
  function n(e, t, r, i) {
@@ -2467,12 +2467,12 @@ var yp = function(n, e, t, r) {
2467
2467
  return this.addSeconds(u, r, s, a, l);
2468
2468
  }
2469
2469
  }, e;
2470
- }(jt)
2470
+ }(Yt)
2471
2471
  );
2472
2472
  function hu(n) {
2473
2473
  for (var e = [], t = Object.keys(n), r = 0, i = t; r < i.length; r++) {
2474
2474
  var u = i[r];
2475
- Y(Jp, u) || e.push(u), lu(n[u]) && !nt(n[u]) && e.push(u);
2475
+ Y(Vp, u) || e.push(u), lu(n[u]) && !nt(n[u]) && e.push(u);
2476
2476
  }
2477
2477
  if (e.length)
2478
2478
  throw new Error("Invalid options: " + e.join(", "));
@@ -2490,7 +2490,7 @@ function wp(n) {
2490
2490
  throw new Error("bysetpos must be between 1 and 366, or between -366 and -1");
2491
2491
  }
2492
2492
  }
2493
- if (!(e.byweekno || V(e.byweekno) || V(e.byyearday) || e.bymonthday || V(e.bymonthday) || K(e.byweekday) || K(e.byeaster)))
2493
+ if (!(e.byweekno || J(e.byweekno) || J(e.byyearday) || e.bymonthday || J(e.bymonthday) || K(e.byweekday) || K(e.byeaster)))
2494
2494
  switch (e.freq) {
2495
2495
  case D.YEARLY:
2496
2496
  e.bymonth || (e.bymonth = e.dtstart.getUTCMonth() + 1), e.bymonthday = e.dtstart.getUTCDate();
@@ -2531,7 +2531,7 @@ function wp(n) {
2531
2531
  }
2532
2532
  !a.n || e.freq > D.MONTHLY ? o.push(a.weekday) : s.push([a.weekday, a.n]);
2533
2533
  }
2534
- e.byweekday = V(o) ? o : null, e.bynweekday = V(s) ? s : null;
2534
+ e.byweekday = J(o) ? o : null, e.bynweekday = J(s) ? s : null;
2535
2535
  }
2536
2536
  return K(e.byhour) ? be(e.byhour) && (e.byhour = [e.byhour]) : e.byhour = e.freq < D.HOURLY ? [e.dtstart.getUTCHours()] : null, K(e.byminute) ? be(e.byminute) && (e.byminute = [e.byminute]) : e.byminute = e.freq < D.MINUTELY ? [e.dtstart.getUTCMinutes()] : null, K(e.bysecond) ? be(e.bysecond) && (e.bysecond = [e.bysecond]) : e.bysecond = e.freq < D.SECONDLY ? [e.dtstart.getUTCSeconds()] : null, { parsedOptions: e };
2537
2537
  }
@@ -2543,7 +2543,7 @@ function kp(n) {
2543
2543
  return n.byhour.forEach(function(r) {
2544
2544
  n.byminute.forEach(function(i) {
2545
2545
  n.bysecond.forEach(function(u) {
2546
- t.push(new jt(r, i, u, e));
2546
+ t.push(new Yt(r, i, u, e));
2547
2547
  });
2548
2548
  });
2549
2549
  }), t;
@@ -2555,7 +2555,7 @@ function Cr(n) {
2555
2555
  });
2556
2556
  return oe(oe({}, e[0]), e[1]);
2557
2557
  }
2558
- function Yt(n) {
2558
+ function Ht(n) {
2559
2559
  var e = {}, t = /DTSTART(?:;TZID=([^:=]+?))?(?::|=)([^;\s]+)/i.exec(n);
2560
2560
  if (!t)
2561
2561
  return e;
@@ -2574,13 +2574,13 @@ function Ep(n) {
2574
2574
  case "EXRULE":
2575
2575
  return Hn(n);
2576
2576
  case "DTSTART":
2577
- return Yt(n);
2577
+ return Ht(n);
2578
2578
  default:
2579
2579
  throw new Error("Unsupported RFC prop ".concat(t, " in ").concat(n));
2580
2580
  }
2581
2581
  }
2582
2582
  function Hn(n) {
2583
- var e = n.replace(/^RRULE:/i, ""), t = Yt(e), r = n.replace(/^(?:RRULE|EXRULE):/i, "").split(";");
2583
+ var e = n.replace(/^RRULE:/i, ""), t = Ht(e), r = n.replace(/^(?:RRULE|EXRULE):/i, "").split(";");
2584
2584
  return r.forEach(function(i) {
2585
2585
  var u = i.split("="), o = u[0], s = u[1];
2586
2586
  switch (o.toUpperCase()) {
@@ -2609,7 +2609,7 @@ function Hn(n) {
2609
2609
  break;
2610
2610
  case "DTSTART":
2611
2611
  case "TZID":
2612
- var c = Yt(n);
2612
+ var c = Ht(n);
2613
2613
  t.tzid = c.tzid, t.dtstart = c.dtstart;
2614
2614
  break;
2615
2615
  case "UNTIL":
@@ -2645,7 +2645,7 @@ function Tp(n) {
2645
2645
  return new te(o, i);
2646
2646
  });
2647
2647
  }
2648
- var Ht = (
2648
+ var qt = (
2649
2649
  /** @class */
2650
2650
  function() {
2651
2651
  function n(e, t) {
@@ -2713,7 +2713,7 @@ function Ar(n) {
2713
2713
  `);
2714
2714
  }
2715
2715
  function Sp(n, e) {
2716
- return n ? "DTSTART" + new Ht(new Date(n), e).toString() : "";
2716
+ return n ? "DTSTART" + new qt(new Date(n), e).toString() : "";
2717
2717
  }
2718
2718
  function Bp(n, e) {
2719
2719
  return Array.isArray(n) ? !Array.isArray(e) || n.length !== e.length ? !1 : n.every(function(t, r) {
@@ -2848,7 +2848,7 @@ var zp = (
2848
2848
  }
2849
2849
  return n.prototype.rebuild = function(e, t) {
2850
2850
  var r = this.options;
2851
- if (e !== this.lastyear && (this.yearinfo = jp(e, r)), V(r.bynweekday) && (t !== this.lastmonth || e !== this.lastyear)) {
2851
+ if (e !== this.lastyear && (this.yearinfo = jp(e, r)), J(r.bynweekday) && (t !== this.lastmonth || e !== this.lastyear)) {
2852
2852
  var i = this.yearinfo, u = i.yearlen, o = i.mrange, s = i.wdaymask;
2853
2853
  this.monthinfo = Hp(e, t, u, o, s, r);
2854
2854
  }
@@ -2942,14 +2942,14 @@ var zp = (
2942
2942
  var u = this, o = [];
2943
2943
  return this.options.byminute.forEach(function(s) {
2944
2944
  o = o.concat(u.mtimeset(e, s, r, i));
2945
- }), at(o), o;
2945
+ }), lt(o), o;
2946
2946
  }, n.prototype.mtimeset = function(e, t, r, i) {
2947
2947
  var u = this.options.bysecond.map(function(o) {
2948
- return new jt(e, t, o, i);
2948
+ return new Yt(e, t, o, i);
2949
2949
  });
2950
- return at(u), u;
2950
+ return lt(u), u;
2951
2951
  }, n.prototype.stimeset = function(e, t, r, i) {
2952
- return [new jt(e, t, r, i)];
2952
+ return [new Yt(e, t, r, i)];
2953
2953
  }, n.prototype.getdayset = function(e) {
2954
2954
  switch (e) {
2955
2955
  case U.YEARLY:
@@ -2988,7 +2988,7 @@ function Wp(n, e, t, r, i, u) {
2988
2988
  var w = e[l], p = cu(i.yearordinal + g), T = du(p, w);
2989
2989
  Y(o, T) || o.push(T);
2990
2990
  }
2991
- return at(o), o;
2991
+ return lt(o), o;
2992
2992
  }
2993
2993
  function pu(n, e) {
2994
2994
  var t = e.dtstart, r = e.freq, i = e.interval, u = e.until, o = e.bysetpos, s = e.count;
@@ -2996,9 +2996,9 @@ function pu(n, e) {
2996
2996
  return $e(n);
2997
2997
  var a = xp.fromDate(t), l = new zp(e);
2998
2998
  l.rebuild(a.year, a.month);
2999
- for (var c = Vp(l, a, e); ; ) {
2999
+ for (var c = Jp(l, a, 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
- if (V(o))
3001
+ if (J(o))
3002
3002
  for (var p = Wp(o, c, h, g, l, d), T = 0; T < p.length; T++) {
3003
3003
  var O = p[T];
3004
3004
  if (u && O > u)
@@ -3031,10 +3031,10 @@ function pu(n, e) {
3031
3031
  }
3032
3032
  function Gp(n, e, t) {
3033
3033
  var r = t.bymonth, i = t.byweekno, u = t.byweekday, o = t.byeaster, s = t.bymonthday, a = t.bynmonthday, l = t.byyearday;
3034
- return V(r) && !Y(r, n.mmask[e]) || V(i) && !n.wnomask[e] || V(u) && !Y(u, n.wdaymask[e]) || V(n.nwdaymask) && !n.nwdaymask[e] || o !== null && !Y(n.eastermask, e) || (V(s) || V(a)) && !Y(s, n.mdaymask[e]) && !Y(a, n.nmdaymask[e]) || V(l) && (e < n.yearlen && !Y(l, e + 1) && !Y(l, -n.yearlen + e) || e >= n.yearlen && !Y(l, e + 1 - n.yearlen) && !Y(l, -n.nextyearlen + e - n.yearlen));
3034
+ return J(r) && !Y(r, n.mmask[e]) || J(i) && !n.wnomask[e] || J(u) && !Y(u, n.wdaymask[e]) || J(n.nwdaymask) && !n.nwdaymask[e] || o !== null && !Y(n.eastermask, e) || (J(s) || J(a)) && !Y(s, n.mdaymask[e]) && !Y(a, n.nmdaymask[e]) || J(l) && (e < n.yearlen && !Y(l, e + 1) && !Y(l, -n.yearlen + e) || e >= n.yearlen && !Y(l, e + 1 - n.yearlen) && !Y(l, -n.nextyearlen + e - n.yearlen));
3035
3035
  }
3036
3036
  function Wn(n, e) {
3037
- return new Ht(n, e.tzid).rezonedDate();
3037
+ return new qt(n, e.tzid).rezonedDate();
3038
3038
  }
3039
3039
  function $e(n) {
3040
3040
  return n.getValue();
@@ -3046,9 +3046,9 @@ function Kp(n, e, t, r, i) {
3046
3046
  }
3047
3047
  return u;
3048
3048
  }
3049
- function Vp(n, e, t) {
3049
+ function Jp(n, e, t) {
3050
3050
  var r = t.freq, i = t.byhour, u = t.byminute, o = t.bysecond;
3051
- return tn(r) ? kp(t) : r >= D.HOURLY && V(i) && !Y(i, e.hour) || r >= D.MINUTELY && V(u) && !Y(u, e.minute) || r >= D.SECONDLY && V(o) && !Y(o, e.second) ? [] : n.gettimeset(r)(e.hour, e.minute, e.second, e.millisecond);
3051
+ return tn(r) ? kp(t) : r >= D.HOURLY && J(i) && !Y(i, e.hour) || r >= D.MINUTELY && J(u) && !Y(u, e.minute) || r >= D.SECONDLY && J(o) && !Y(o, e.second) ? [] : n.gettimeset(r)(e.hour, e.minute, e.second, e.millisecond);
3052
3052
  }
3053
3053
  var ce = {
3054
3054
  MO: new te(0),
@@ -3078,7 +3078,7 @@ var ce = {
3078
3078
  byminute: null,
3079
3079
  bysecond: null,
3080
3080
  byeaster: null
3081
- }, Jp = Object.keys(rn), D = (
3081
+ }, Vp = Object.keys(rn), D = (
3082
3082
  /** @class */
3083
3083
  function() {
3084
3084
  function n(e, t) {
@@ -3157,7 +3157,7 @@ function Zp(n, e, t, r, i, u) {
3157
3157
  });
3158
3158
  }
3159
3159
  i.forEach(function(d) {
3160
- var h = new Ht(d, u).rezonedDate();
3160
+ var h = new qt(d, u).rezonedDate();
3161
3161
  o[Number(h)] = !0;
3162
3162
  }), n.accept = function(d) {
3163
3163
  var h = Number(d);
@@ -3167,7 +3167,7 @@ function Zp(n, e, t, r, i, u) {
3167
3167
  return o[h] ? !0 : (o[h] = !0, s.call(this, d));
3168
3168
  });
3169
3169
  for (var l = 0; l < r.length; l++) {
3170
- var c = new Ht(r[l], u).rezonedDate();
3170
+ var c = new qt(r[l], u).rezonedDate();
3171
3171
  if (!n.accept(new Date(c.getTime())))
3172
3172
  break;
3173
3173
  }
@@ -3175,7 +3175,7 @@ function Zp(n, e, t, r, i, u) {
3175
3175
  pu(n, d.options);
3176
3176
  });
3177
3177
  var f = n._result;
3178
- switch (at(f), n.method) {
3178
+ switch (lt(f), n.method) {
3179
3179
  case "all":
3180
3180
  case "between":
3181
3181
  return f;
@@ -3195,7 +3195,7 @@ var Gn = {
3195
3195
  tzid: null
3196
3196
  };
3197
3197
  function Qp(n, e) {
3198
- var t = [], r = [], i = [], u = [], o = Yt(n), s = o.dtstart, a = o.tzid, l = ng(n, e.unfold);
3198
+ var t = [], r = [], i = [], u = [], o = Ht(n), s = o.dtstart, a = o.tzid, l = ng(n, e.unfold);
3199
3199
  return l.forEach(function(c) {
3200
3200
  var f;
3201
3201
  if (c) {
@@ -3208,7 +3208,7 @@ function Qp(n, e) {
3208
3208
  break;
3209
3209
  case "RDATE":
3210
3210
  var p = (f = /RDATE(?:;TZID=([^:=]+))?/i.exec(c)) !== null && f !== void 0 ? f : [], T = p[1];
3211
- T && !a && (a = T), r = r.concat(Vn(w, g));
3211
+ T && !a && (a = T), r = r.concat(Jn(w, g));
3212
3212
  break;
3213
3213
  case "EXRULE":
3214
3214
  if (g.length)
@@ -3216,7 +3216,7 @@ function Qp(n, e) {
3216
3216
  i.push(Cr(w));
3217
3217
  break;
3218
3218
  case "EXDATE":
3219
- u = u.concat(Vn(w, g));
3219
+ u = u.concat(Jn(w, g));
3220
3220
  break;
3221
3221
  case "DTSTART":
3222
3222
  break;
@@ -3304,12 +3304,12 @@ function ig(n) {
3304
3304
  throw new Error("unsupported RDATE/EXDATE parm: " + e);
3305
3305
  });
3306
3306
  }
3307
- function Vn(n, e) {
3307
+ function Jn(n, e) {
3308
3308
  return ig(e), n.split(",").map(function(t) {
3309
3309
  return Xr(t);
3310
3310
  });
3311
3311
  }
3312
- function Jn(n) {
3312
+ function Vn(n) {
3313
3313
  var e = this;
3314
3314
  return function(t) {
3315
3315
  if (t !== void 0 && (e["_".concat(n)] = t), e["_".concat(n)] !== void 0)
@@ -3328,7 +3328,7 @@ var ug = (
3328
3328
  function e(t) {
3329
3329
  t === void 0 && (t = !1);
3330
3330
  var r = n.call(this, {}, t) || this;
3331
- return r.dtstart = Jn.apply(r, ["dtstart"]), r.tzid = Jn.apply(r, ["tzid"]), r._rrule = [], r._rdate = [], r._exrule = [], r._exdate = [], r;
3331
+ return r.dtstart = Vn.apply(r, ["dtstart"]), r.tzid = Vn.apply(r, ["tzid"]), r._rrule = [], r._rdate = [], r._exrule = [], r._exdate = [], r;
3332
3332
  }
3333
3333
  return e.prototype._iter = function(t) {
3334
3334
  return Zp(t, this._rrule, this._exrule, this._rdate, this._exdate, this.tzid());
@@ -3394,7 +3394,7 @@ function Zn(n, e) {
3394
3394
  function Qn(n, e) {
3395
3395
  if (!(n instanceof Date))
3396
3396
  throw new TypeError(String(n) + " is not Date instance");
3397
- Y(e.map(Number), Number(n)) || (e.push(n), at(e));
3397
+ Y(e.map(Number), Number(n)) || (e.push(n), lt(e));
3398
3398
  }
3399
3399
  function Xn(n, e, t) {
3400
3400
  var r = !t || t.toUpperCase() === "UTC", i = r ? "".concat(n, ":") : "".concat(n, ";TZID=").concat(t, ":"), u = e.map(function(o) {
@@ -3417,7 +3417,7 @@ const og = {
3417
3417
  console && console[n] && console[n].apply(console, e);
3418
3418
  }
3419
3419
  };
3420
- class qt {
3420
+ class zt {
3421
3421
  constructor(e) {
3422
3422
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3423
3423
  this.init(e, t);
@@ -3450,16 +3450,16 @@ class qt {
3450
3450
  return i && !this.debug ? null : (typeof e[0] == "string" && (e[0] = `${r}${this.prefix} ${e[0]}`), this.logger[t](e));
3451
3451
  }
3452
3452
  create(e) {
3453
- return new qt(this.logger, {
3453
+ return new zt(this.logger, {
3454
3454
  prefix: `${this.prefix}:${e}:`,
3455
3455
  ...this.options
3456
3456
  });
3457
3457
  }
3458
3458
  clone(e) {
3459
- return e = e || this.options, e.prefix = e.prefix || this.prefix, new qt(this.logger, e);
3459
+ return e = e || this.options, e.prefix = e.prefix || this.prefix, new zt(this.logger, e);
3460
3460
  }
3461
3461
  }
3462
- var xe = new qt();
3462
+ var xe = new zt();
3463
3463
  class ir {
3464
3464
  constructor() {
3465
3465
  this.observers = {};
@@ -3550,7 +3550,7 @@ function lg(n, e, t, r) {
3550
3550
  } = ut(n, e, Object);
3551
3551
  i[u] = i[u] || [], i[u].push(t);
3552
3552
  }
3553
- function zt(n, e) {
3553
+ function Wt(n, e) {
3554
3554
  const {
3555
3555
  obj: t,
3556
3556
  k: r
@@ -3559,8 +3559,8 @@ function zt(n, e) {
3559
3559
  return t[r];
3560
3560
  }
3561
3561
  function cg(n, e, t) {
3562
- const r = zt(n, t);
3563
- return r !== void 0 ? r : zt(e, t);
3562
+ const r = Wt(n, t);
3563
+ return r !== void 0 ? r : Wt(e, t);
3564
3564
  }
3565
3565
  function gu(n, e, t) {
3566
3566
  for (const r in e)
@@ -3627,7 +3627,7 @@ function Or(n, e) {
3627
3627
  }
3628
3628
  return i;
3629
3629
  }
3630
- function Wt(n) {
3630
+ function Gt(n) {
3631
3631
  return n && n.indexOf("_") > 0 ? n.replace("_", "-") : n;
3632
3632
  }
3633
3633
  class ri extends ir {
@@ -3650,7 +3650,7 @@ class ri extends ir {
3650
3650
  const u = i.keySeparator !== void 0 ? i.keySeparator : this.options.keySeparator, o = i.ignoreJSONStructure !== void 0 ? i.ignoreJSONStructure : this.options.ignoreJSONStructure;
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
- const a = zt(this.data, s);
3653
+ const a = Wt(this.data, s);
3654
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);
3655
3655
  }
3656
3656
  addResource(e, t, r, i) {
@@ -3677,7 +3677,7 @@ class ri extends ir {
3677
3677
  skipCopy: !1
3678
3678
  }, s = [e, t];
3679
3679
  e.indexOf(".") > -1 && (s = e.split("."), i = r, r = t, t = s[1]), this.addNamespaces(t);
3680
- let a = zt(this.data, s) || {};
3680
+ let a = Wt(this.data, s) || {};
3681
3681
  o.skipCopy || (r = JSON.parse(JSON.stringify(r))), i ? gu(a, r, u) : a = {
3682
3682
  ...a,
3683
3683
  ...r
@@ -3717,7 +3717,7 @@ var mu = {
3717
3717
  }
3718
3718
  };
3719
3719
  const ni = {};
3720
- class Gt extends ir {
3720
+ class Kt extends ir {
3721
3721
  constructor(e) {
3722
3722
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
3723
3723
  super(), sg(["resourceStore", "languageUtils", "pluralResolver", "interpolator", "backendConnector", "i18nFormat", "utils"], e, this), this.options = t, this.options.keySeparator === void 0 && (this.options.keySeparator = "."), this.logger = xe.create("translator");
@@ -3814,7 +3814,7 @@ class Gt extends ir {
3814
3814
  d = d.join(T), d && (d = this.extendTranslation(d, e, t, r));
3815
3815
  else {
3816
3816
  let A = !1, L = !1;
3817
- const I = t.count !== void 0 && typeof t.count != "string", F = Gt.hasDefaultValue(t), W = I ? this.pluralResolver.getSuffix(l, t.count, t) : "", N = t.ordinal && I ? this.pluralResolver.getSuffix(l, t.count, {
3817
+ const I = t.count !== void 0 && typeof t.count != "string", F = Kt.hasDefaultValue(t), W = I ? this.pluralResolver.getSuffix(l, t.count, t) : "", N = t.ordinal && I ? this.pluralResolver.getSuffix(l, t.count, {
3818
3818
  ordinal: !1
3819
3819
  }) : "", M = I && !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
3820
  !this.isValidLookup(d) && F && (A = !0, d = m), this.isValidLookup(d) || (L = !0, d = o);
@@ -3971,12 +3971,12 @@ class ii {
3971
3971
  this.options = e, this.supportedLngs = this.options.supportedLngs || !1, this.logger = xe.create("languageUtils");
3972
3972
  }
3973
3973
  getScriptPartFromCode(e) {
3974
- if (e = Wt(e), !e || e.indexOf("-") < 0) return null;
3974
+ if (e = Gt(e), !e || e.indexOf("-") < 0) return null;
3975
3975
  const t = e.split("-");
3976
3976
  return t.length === 2 || (t.pop(), t[t.length - 1].toLowerCase() === "x") ? null : this.formatLanguageCode(t.join("-"));
3977
3977
  }
3978
3978
  getLanguagePartFromCode(e) {
3979
- if (e = Wt(e), !e || e.indexOf("-") < 0) return e;
3979
+ if (e = Gt(e), !e || e.indexOf("-") < 0) return e;
3980
3980
  const t = e.split("-");
3981
3981
  return this.formatLanguageCode(t[0]);
3982
3982
  }
@@ -4216,7 +4216,7 @@ class kg {
4216
4216
  let t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {};
4217
4217
  if (this.shouldUseIntlApi())
4218
4218
  try {
4219
- return new Intl.PluralRules(Wt(e === "dev" ? "en" : e), {
4219
+ return new Intl.PluralRules(Gt(e === "dev" ? "en" : e), {
4220
4220
  type: t.ordinal ? "ordinal" : "cardinal"
4221
4221
  });
4222
4222
  } catch {
@@ -4410,7 +4410,7 @@ function He(n) {
4410
4410
  return function(r, i, u) {
4411
4411
  const o = i + JSON.stringify(u);
4412
4412
  let s = e[o];
4413
- return s || (s = n(Wt(i), u), e[o] = s), s(r);
4413
+ return s || (s = n(Gt(i), u), e[o] = s), s(r);
4414
4414
  };
4415
4415
  }
4416
4416
  class Tg {
@@ -4688,14 +4688,14 @@ function si() {
4688
4688
  function ai(n) {
4689
4689
  return typeof n.ns == "string" && (n.ns = [n.ns]), typeof n.fallbackLng == "string" && (n.fallbackLng = [n.fallbackLng]), typeof n.fallbackNS == "string" && (n.fallbackNS = [n.fallbackNS]), n.supportedLngs && n.supportedLngs.indexOf("cimode") < 0 && (n.supportedLngs = n.supportedLngs.concat(["cimode"])), n;
4690
4690
  }
4691
- function wt() {
4691
+ function kt() {
4692
4692
  }
4693
4693
  function Cg(n) {
4694
4694
  Object.getOwnPropertyNames(Object.getPrototypeOf(n)).forEach((t) => {
4695
4695
  typeof n[t] == "function" && (n[t] = n[t].bind(n));
4696
4696
  });
4697
4697
  }
4698
- class lt extends ir {
4698
+ class ct extends ir {
4699
4699
  constructor() {
4700
4700
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
4701
4701
  if (super(), this.options = ai(e), this.services = {}, this.logger = xe, this.modules = {
@@ -4741,7 +4741,7 @@ class lt extends ir {
4741
4741
  for (var g = arguments.length, w = new Array(g > 1 ? g - 1 : 0), p = 1; p < g; p++)
4742
4742
  w[p - 1] = arguments[p];
4743
4743
  e.emit(h, ...w);
4744
- }), this.modules.languageDetector && (d.languageDetector = u(this.modules.languageDetector), d.languageDetector.init && d.languageDetector.init(d, this.options.detection, this.options)), this.modules.i18nFormat && (d.i18nFormat = u(this.modules.i18nFormat), d.i18nFormat.init && d.i18nFormat.init(this)), this.translator = new Gt(this.services, this.options), this.translator.on("*", function(h) {
4744
+ }), this.modules.languageDetector && (d.languageDetector = u(this.modules.languageDetector), d.languageDetector.init && d.languageDetector.init(d, this.options.detection, this.options)), this.modules.i18nFormat && (d.i18nFormat = u(this.modules.i18nFormat), d.i18nFormat.init && d.i18nFormat.init(this)), this.translator = new Kt(this.services, this.options), this.translator.on("*", function(h) {
4745
4745
  for (var g = arguments.length, w = new Array(g > 1 ? g - 1 : 0), p = 1; p < g; p++)
4746
4746
  w[p - 1] = arguments[p];
4747
4747
  e.emit(h, ...w);
@@ -4749,7 +4749,7 @@ class lt extends ir {
4749
4749
  h.init && h.init(this);
4750
4750
  });
4751
4751
  }
4752
- if (this.format = this.options.interpolation.format, r || (r = wt), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
4752
+ if (this.format = this.options.interpolation.format, r || (r = kt), this.options.fallbackLng && !this.services.languageDetector && !this.options.lng) {
4753
4753
  const c = this.services.languageUtils.getFallbackCodes(this.options.fallbackLng);
4754
4754
  c.length > 0 && c[0] !== "dev" && (this.options.lng = c[0]);
4755
4755
  }
@@ -4772,7 +4772,7 @@ class lt extends ir {
4772
4772
  return this.options.resources || !this.options.initImmediate ? l() : setTimeout(l, 0), a;
4773
4773
  }
4774
4774
  loadResources(e) {
4775
- let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : wt;
4775
+ let r = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : kt;
4776
4776
  const i = typeof e == "string" ? e : this.language;
4777
4777
  if (typeof e == "function" && (r = e), !this.options.resources || this.options.partialBundledLanguages) {
4778
4778
  if (i && i.toLowerCase() === "cimode" && (!this.options.preload || this.options.preload.length === 0)) return r();
@@ -4790,7 +4790,7 @@ class lt extends ir {
4790
4790
  }
4791
4791
  reloadResources(e, t, r) {
4792
4792
  const i = et();
4793
- return e || (e = this.languages), t || (t = this.options.ns), r || (r = wt), this.services.backendConnector.reload(e, t, (u) => {
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;
4796
4796
  }
@@ -4900,24 +4900,24 @@ class lt extends ir {
4900
4900
  }
4901
4901
  static createInstance() {
4902
4902
  let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 ? arguments[1] : void 0;
4903
- return new lt(e, t);
4903
+ return new ct(e, t);
4904
4904
  }
4905
4905
  cloneInstance() {
4906
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : wt;
4906
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, t = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : kt;
4907
4907
  const r = e.forkResourceStore;
4908
4908
  r && delete e.forkResourceStore;
4909
4909
  const i = {
4910
4910
  ...this.options,
4911
4911
  ...e,
4912
4912
  isClone: !0
4913
- }, u = new lt(i);
4913
+ }, u = new ct(i);
4914
4914
  return (e.debug !== void 0 || e.prefix !== void 0) && (u.logger = u.logger.clone(e)), ["store", "services", "language"].forEach((s) => {
4915
4915
  u[s] = this[s];
4916
4916
  }), u.services = {
4917
4917
  ...this.services
4918
4918
  }, u.services.utils = {
4919
4919
  hasLoadedNamespace: u.hasLoadedNamespace.bind(u)
4920
- }, r && (u.store = new ri(this.store.data, i), u.services.resourceStore = u.store), u.translator = new Gt(u.services, i), u.translator.on("*", function(s) {
4920
+ }, r && (u.store = new ri(this.store.data, i), u.services.resourceStore = u.store), u.translator = new Kt(u.services, i), u.translator.on("*", function(s) {
4921
4921
  for (var a = arguments.length, l = new Array(a > 1 ? a - 1 : 0), c = 1; c < a; c++)
4922
4922
  l[c - 1] = arguments[c];
4923
4923
  u.emit(s, ...l);
@@ -4935,8 +4935,8 @@ class lt extends ir {
4935
4935
  };
4936
4936
  }
4937
4937
  }
4938
- const bu = lt.createInstance();
4939
- bu.createInstance = lt.createInstance;
4938
+ const bu = ct.createInstance();
4939
+ bu.createInstance = ct.createInstance;
4940
4940
  const yu = "No date selected", vu = "Choose another time slot to reschedule your meeting", xu = {
4941
4941
  sunday: "SUN",
4942
4942
  monday: "MON",
@@ -4963,7 +4963,7 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
4963
4963
  october: "October",
4964
4964
  november: "November",
4965
4965
  december: "December"
4966
- }, Eu = "Next", $u = "{{date}}", Tu = "{{time}}", Su = "Name", Bu = "Enter your name", Cu = "Email", Au = "Enter your email", Ou = "Guest email", Du = "Enter guest email", Ru = "Add guest", Mu = "Add another guest", Iu = "Back", Pu = "Book now", Lu = "Booking confirmed", Nu = "You'll receive an email confirmation soon.", _u = "Booking sent", Uu = "You will receive an email once the booking is confirmed.", Fu = "Booking rescheduled", ju = "Booking date and time", Yu = "Cancel booking", Hu = "Reschedule", qu = "Reject booking", zu = "Confirm booking", Wu = "Booking pending", Gu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Ku = "Your booking has been confirmed successfully", Vu = "A confirmation email has been sent to", Ju = "Cancel booking?", Zu = "Your current timeslot will become available to others.", Qu = "Reason for cancellation", Xu = "Go back", eo = "Your booking has been cancelled successfully", to = "A cancellation email has been sent to", ro = "Close", no = "Closing", io = "{{field}} is required.", uo = "{{field}} has invalid format.", oo = "Create Booking", so = "Get Availability", ao = "Cancel Booking", lo = "Reschedule Booking", co = "Get UI Settings", fo = "Reject Booking", ho = "Confirm Booking", po = "Something went wrong...", go = "Scheduling Component Error", mo = "'sessionId' is required for private configs.", bo = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", yo = "Invalid timeslot!", vo = "The selected timeslot is invalid", xo = "Cancellation Error", wo = "Please provide a reason for cancellation.", ko = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", Eo = "Cancel booking form error", Ag = {
4966
+ }, Eu = "Next", $u = "{{date}}", Tu = "{{time}}", Su = "Name", Bu = "Enter your name", Cu = "Email", Au = "Enter your email", Ou = "Guest email", Du = "Enter guest email", Ru = "Add guest", Mu = "Add another guest", Iu = "Back", Pu = "Book now", Lu = "Booking confirmed", Nu = "You'll receive an email confirmation soon.", _u = "Booking sent", Uu = "You will receive an email once the booking is confirmed.", Fu = "Booking rescheduled", ju = "Booking date and time", Yu = "Cancel booking", Hu = "Reschedule", qu = "Reject booking", zu = "Confirm booking", Wu = "Booking pending", Gu = "Manage your booking below. The invitee will receive an email informing them of the request status.", Ku = "Your booking has been confirmed successfully", Ju = "A confirmation email has been sent to", Vu = "Cancel booking?", Zu = "Your current timeslot will become available to others.", Qu = "Reason for cancellation", Xu = "Go back", eo = "Your booking has been cancelled successfully", to = "A cancellation email has been sent to", ro = "Close", no = "Closing", io = "{{field}} is required.", uo = "{{field}} has invalid format.", oo = "Create Booking", so = "Get Availability", ao = "Cancel Booking", lo = "Reschedule Booking", co = "Get UI Settings", fo = "Reject Booking", ho = "Confirm Booking", po = "Something went wrong...", go = "Scheduling Component Error", mo = "'sessionId' is required for private configs.", bo = "If using public config either pass a configurationId or a combination of 'slug' and 'clientId'.", yo = "Invalid timeslot!", vo = "The selected timeslot is invalid", xo = "Cancellation Error", wo = "Please provide a reason for cancellation.", ko = "You cannot cancel the booking within {{minCancellationNotice}} minutes of the event", Eo = "Cancel booking form error", Ag = {
4967
4967
  noDateSelected: yu,
4968
4968
  rescheduleTitle: vu,
4969
4969
  days: xu,
@@ -4995,8 +4995,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
4995
4995
  bookingPendingTitle: Wu,
4996
4996
  bookingPendingnDescription: Gu,
4997
4997
  confirmedEventCardTitle: Ku,
4998
- confirmedEventCardDescription: Vu,
4999
- cancelBookingTitle: Ju,
4998
+ confirmedEventCardDescription: Ju,
4999
+ cancelBookingTitle: Vu,
5000
5000
  cancelBookingMessage: Zu,
5001
5001
  reasonForCancellation: Qu,
5002
5002
  goBackButton: Xu,
@@ -5056,8 +5056,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5056
5056
  bookingPendingTitle: Wu,
5057
5057
  bookingPendingnDescription: Gu,
5058
5058
  confirmedEventCardTitle: Ku,
5059
- confirmedEventCardDescription: Vu,
5060
- cancelBookingTitle: Ju,
5059
+ confirmedEventCardDescription: Ju,
5060
+ cancelBookingTitle: Vu,
5061
5061
  cancelBookingMessage: Zu,
5062
5062
  reasonForCancellation: Qu,
5063
5063
  goBackButton: Xu,
@@ -5111,7 +5111,7 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5111
5111
  october: "Octobre",
5112
5112
  november: "Novembre",
5113
5113
  december: "Décembre"
5114
- }, Ao = "Procéder", Oo = "{{date}}", Do = "{{time}}", Ro = "Name", Mo = "Entrez votre nom", Io = "E-mail", Po = "Entrer votre E-mail", Lo = "E-mail invité", No = "Entrez l'adresse e-mail de l'invité", _o = "Ajouter un invité", Uo = "Ajouter un autre invité", Fo = "Retour", jo = "Réservez maintenant", Yo = "Réservation confirmée", Ho = "Vous recevrez bientôt un e-mail de confirmation.", qo = "Réservation envoyée", zo = "Vous recevrez un e-mail une fois la réservation confirmée.", Wo = "Réservation reprogrammée", Go = "Date et heure de la réservation", Ko = "Annuler la réservation", Vo = "Replanifier", Jo = "Refuser la réservation", Zo = "Confirmer la réservation", Qo = "Réservation en attente", Xo = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", es = "Votre réservation a été confirmée avec succès", ts = "Un e-mail de confirmation a été envoyé à", rs = "Annuler la réservation?", ns = "Votre créneau horaire actuel sera disponible pour les autres.", is = "Raison de l'annulation", us = "Retourner", os = "Votre réservation a été annulée avec succès", ss = "Un e-mail d'annulation a été envoyé à", as = "Fermer", ls = "Fermeture", cs = "{{field}} est requis.", ds = "{{field}} a un format invalide.", fs = "Créer une Réservation", hs = "Obtenir la Disponibilité", ps = "Annuler la Réservation", gs = "Reprogrammer la Réservation", ms = "Obtenir les Paramètres UI", bs = "Refuser la Réservation", ys = "Confirmer la Réservation", vs = "Quelque chose a mal tourné...", xs = "Erreur du composant de planification", ws = "'sessionId' est requis pour les configurations privées.", ks = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", Es = "Créneau horaire invalide !", $s = "Le créneau horaire sélectionné est invalide", Ts = "Erreur d'annulation", Ss = "Veuillez fournir une raison pour l'annulation.", Bs = "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
+ }, Ao = "Procéder", Oo = "{{date}}", Do = "{{time}}", Ro = "Name", Mo = "Entrez votre nom", Io = "E-mail", Po = "Entrer votre E-mail", Lo = "E-mail invité", No = "Entrez l'adresse e-mail de l'invité", _o = "Ajouter un invité", Uo = "Ajouter un autre invité", Fo = "Retour", jo = "Réservez maintenant", Yo = "Réservation confirmée", Ho = "Vous recevrez bientôt un e-mail de confirmation.", qo = "Réservation envoyée", zo = "Vous recevrez un e-mail une fois la réservation confirmée.", Wo = "Réservation reprogrammée", Go = "Date et heure de la réservation", Ko = "Annuler la réservation", Jo = "Replanifier", Vo = "Refuser la réservation", Zo = "Confirmer la réservation", Qo = "Réservation en attente", Xo = "Gérez votre réservation ci-dessous. L'invité recevra un e-mail l'informant du statut de la demande.", es = "Votre réservation a été confirmée avec succès", ts = "Un e-mail de confirmation a été envoyé à", rs = "Annuler la réservation?", ns = "Votre créneau horaire actuel sera disponible pour les autres.", is = "Raison de l'annulation", us = "Retourner", os = "Votre réservation a été annulée avec succès", ss = "Un e-mail d'annulation a été envoyé à", as = "Fermer", ls = "Fermeture", cs = "{{field}} est requis.", ds = "{{field}} a un format invalide.", fs = "Créer une Réservation", hs = "Obtenir la Disponibilité", ps = "Annuler la Réservation", gs = "Reprogrammer la Réservation", ms = "Obtenir les Paramètres UI", bs = "Refuser la Réservation", ys = "Confirmer la Réservation", vs = "Quelque chose a mal tourné...", xs = "Erreur du composant de planification", ws = "'sessionId' est requis pour les configurations privées.", ks = "Si vous utilisez une configuration publique, passez soit un configurationId, soit une combinaison de 'slug' et 'clientId'.", Es = "Créneau horaire invalide !", $s = "Le créneau horaire sélectionné est invalide", Ts = "Erreur d'annulation", Ss = "Veuillez fournir une raison pour l'annulation.", Bs = "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 = {
5115
5115
  noDateSelected: $o,
5116
5116
  rescheduleTitle: To,
5117
5117
  days: So,
@@ -5137,8 +5137,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5137
5137
  bookingRescheduled: Wo,
5138
5138
  bookingDateAndTimeHeader: Go,
5139
5139
  cancelBookingButton: Ko,
5140
- rescheduleBookingButton: Vo,
5141
- rejectBookingButton: Jo,
5140
+ rescheduleBookingButton: Jo,
5141
+ rejectBookingButton: Vo,
5142
5142
  confirmBookingButton: Zo,
5143
5143
  bookingPendingTitle: Qo,
5144
5144
  bookingPendingnDescription: Xo,
@@ -5198,8 +5198,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5198
5198
  bookingRescheduled: Wo,
5199
5199
  bookingDateAndTimeHeader: Go,
5200
5200
  cancelBookingButton: Ko,
5201
- rescheduleBookingButton: Vo,
5202
- rejectBookingButton: Jo,
5201
+ rescheduleBookingButton: Jo,
5202
+ rejectBookingButton: Vo,
5203
5203
  confirmBookingButton: Zo,
5204
5204
  bookingPendingTitle: Qo,
5205
5205
  bookingPendingnDescription: Xo,
@@ -5259,7 +5259,7 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5259
5259
  october: "Octubre",
5260
5260
  november: "Noviembre",
5261
5261
  december: "Diciembre"
5262
- }, Is = "Siguiente", Ps = "{{date}}", Ls = "{{time}}", Ns = "Nombre", _s = "Introduce tu nombre", Us = "Correo electrónico", Fs = "Introduce tu correo electrónico", js = "Correo electrónico del invitado", Ys = "Introduce el correo electrónico del invitado", Hs = "Añadir invitado", qs = "Añadir otro invitado", zs = "Atrás", Ws = "Reservar ahora", Gs = "Reserva confirmada", Ks = "Recibirás una confirmación por correo electrónico pronto.", Vs = "Reserva enviada", Js = "Recibirás un correo electrónico una vez que se confirme la reserva.", Zs = "Reserva reprogramada", Qs = "Fecha y hora de la reserva", Xs = "Cancelar reserva", ea = "Reprogramar", ta = "Rechazar reserva", ra = "Confirmar reserva", na = "Reserva pendiente", ia = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", ua = "Tu reserva ha sido confirmada con éxito", oa = "Se ha enviado un correo de confirmación a", sa = "¿Cancelar reserva?", aa = "Su horario actual estará disponible para otros.", la = "Motivo de la cancelación", ca = "Regresar", da = "Su reserva ha sido cancelada con éxito", fa = "Se ha enviado un correo electrónico de cancelación a", ha = "Cerrar", pa = "Cerrando", ga = "{{field}} es obligatorio.", ma = "{{field}} tiene un formato no válido.", ba = "Crear Reserva", ya = "Obtener Disponibilidad", va = "Cancelar Reserva", xa = "Reprogramar Reserva", wa = "Obtener Configuraciones de UI", ka = "Rechazar Reserva", Ea = "Confirmar Reserva", $a = "Algo salió mal...", Ta = "Error en el componente de programación", Sa = "'sessionId' es necesario para configuraciones privadas.", Ba = "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!", Aa = "El intervalo de tiempo seleccionado no es válido", Oa = "Error de Cancelación", Da = "Por favor, indique el motivo de la cancelación.", Ra = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Ma = "Error en el formulario de cancelación de la reserva", Mg = {
5262
+ }, Is = "Siguiente", Ps = "{{date}}", Ls = "{{time}}", Ns = "Nombre", _s = "Introduce tu nombre", Us = "Correo electrónico", Fs = "Introduce tu correo electrónico", js = "Correo electrónico del invitado", Ys = "Introduce el correo electrónico del invitado", Hs = "Añadir invitado", qs = "Añadir otro invitado", zs = "Atrás", Ws = "Reservar ahora", Gs = "Reserva confirmada", Ks = "Recibirás una confirmación por correo electrónico pronto.", Js = "Reserva enviada", Vs = "Recibirás un correo electrónico una vez que se confirme la reserva.", Zs = "Reserva reprogramada", Qs = "Fecha y hora de la reserva", Xs = "Cancelar reserva", ea = "Reprogramar", ta = "Rechazar reserva", ra = "Confirmar reserva", na = "Reserva pendiente", ia = "Gestiona tu reserva a continuación. El invitado recibirá un correo electrónico informándole del estado de la solicitud.", ua = "Tu reserva ha sido confirmada con éxito", oa = "Se ha enviado un correo de confirmación a", sa = "¿Cancelar reserva?", aa = "Su horario actual estará disponible para otros.", la = "Motivo de la cancelación", ca = "Regresar", da = "Su reserva ha sido cancelada con éxito", fa = "Se ha enviado un correo electrónico de cancelación a", ha = "Cerrar", pa = "Cerrando", ga = "{{field}} es obligatorio.", ma = "{{field}} tiene un formato no válido.", ba = "Crear Reserva", ya = "Obtener Disponibilidad", va = "Cancelar Reserva", xa = "Reprogramar Reserva", wa = "Obtener Configuraciones de UI", ka = "Rechazar Reserva", Ea = "Confirmar Reserva", $a = "Algo salió mal...", Ta = "Error en el componente de programación", Sa = "'sessionId' es necesario para configuraciones privadas.", Ba = "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!", Aa = "El intervalo de tiempo seleccionado no es válido", Oa = "Error de Cancelación", Da = "Por favor, indique el motivo de la cancelación.", Ra = "No puede cancelar la reserva dentro de los {{minCancellationNotice}} minutos del evento", Ma = "Error en el formulario de cancelación de la reserva", Mg = {
5263
5263
  noDateSelected: As,
5264
5264
  rescheduleTitle: Os,
5265
5265
  days: Ds,
@@ -5280,8 +5280,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5280
5280
  bookNowButton: Ws,
5281
5281
  bookingConfirmed: Gs,
5282
5282
  bookingConfirmedDescription: Ks,
5283
- bookingSent: Vs,
5284
- bookingSentDescription: Js,
5283
+ bookingSent: Js,
5284
+ bookingSentDescription: Vs,
5285
5285
  bookingRescheduled: Zs,
5286
5286
  bookingDateAndTimeHeader: Qs,
5287
5287
  cancelBookingButton: Xs,
@@ -5341,8 +5341,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5341
5341
  bookNowButton: Ws,
5342
5342
  bookingConfirmed: Gs,
5343
5343
  bookingConfirmedDescription: Ks,
5344
- bookingSent: Vs,
5345
- bookingSentDescription: Js,
5344
+ bookingSent: Js,
5345
+ bookingSentDescription: Vs,
5346
5346
  bookingRescheduled: Zs,
5347
5347
  bookingDateAndTimeHeader: Qs,
5348
5348
  cancelBookingButton: Xs,
@@ -5407,7 +5407,7 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5407
5407
  october: "10月",
5408
5408
  november: "11月",
5409
5409
  december: "12月"
5410
- }, Ua = "次", Fa = "{{date}}", ja = "{{time}}", Ya = "名前", Ha = "名前を入力してください", 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 = "閉じる", xl = "{{field}} は必須です.", wl = "{{field}} の形式が無効です.", kl = "予約作成", El = "空き状況を取得", $l = "予約をキャンセル", Tl = "予約の再スケジュール", Sl = "UI設定を取得", Bl = "予約を拒否", Cl = "予約を確認", Al = "何かがうまくいかなかった...", Ol = "スケジューリングコンポーネントエラー", Dl = "プライベート構成には 'sessionId' が必要です。", Rl = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Ml = "無効な時間帯!", Il = "選択された時間帯は無効です", Pl = "キャンセルエラー", Ll = "キャンセルの理由を入力してください。", Nl = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", _l = "予約キャンセルフォームエラー", Pg = {
5410
+ }, Ua = "次", Fa = "{{date}}", ja = "{{time}}", Ya = "名前", Ha = "名前を入力してください", qa = "メールアドレス", za = "メールアドレスを入力してください", Wa = "ゲストのメールアドレス", Ga = "ゲストのメールアドレスを入力してください", Ka = "ゲストを追加", Ja = "他のゲストを追加", Va = "戻る", Za = "今すぐ予約", Qa = "予約が確認されました", Xa = "間もなくメールで確認が届きます。", el = "予約が送信されました", tl = "予約が確認され次第、メールをお送りします。", rl = "予約が再予定されました", nl = "予約の日付と時間", il = "予約をキャンセル", ul = "再調整", ol = "予約を拒否", sl = "予約を確認", al = "予約保留中", ll = "以下で予約を管理します。招待者にはリクエストステータスを知らせるメールが届きます。", cl = "予約が正常に確認されました", dl = "確認メールが送信されました", fl = "予約をキャンセルしますか?", hl = "現在の時間枠は他の人に利用可能になります。", pl = "キャンセルの理由", gl = "戻る", ml = "予約が正常にキャンセルされました", bl = "キャンセルメールが送信されました", yl = "閉じる", vl = "閉じる", xl = "{{field}} は必須です.", wl = "{{field}} の形式が無効です.", kl = "予約作成", El = "空き状況を取得", $l = "予約をキャンセル", Tl = "予約の再スケジュール", Sl = "UI設定を取得", Bl = "予約を拒否", Cl = "予約を確認", Al = "何かがうまくいかなかった...", Ol = "スケジューリングコンポーネントエラー", Dl = "プライベート構成には 'sessionId' が必要です。", Rl = "公開設定を使用する場合は、configurationId または 'slug' と 'clientId' の組み合わせを渡します。", Ml = "無効な時間帯!", Il = "選択された時間帯は無効です", Pl = "キャンセルエラー", Ll = "キャンセルの理由を入力してください。", Nl = "イベントの{{minCancellationNotice}}分前には予約をキャンセルできません", _l = "予約キャンセルフォームエラー", Pg = {
5411
5411
  noDateSelected: Ia,
5412
5412
  rescheduleTitle: Pa,
5413
5413
  days: La,
@@ -5423,8 +5423,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5423
5423
  guestEmail: Wa,
5424
5424
  guestEmailPlaceholder: Ga,
5425
5425
  addGuest: Ka,
5426
- addAnotherGuest: Va,
5427
- backButton: Ja,
5426
+ addAnotherGuest: Ja,
5427
+ backButton: Va,
5428
5428
  bookNowButton: Za,
5429
5429
  bookingConfirmed: Qa,
5430
5430
  bookingConfirmedDescription: Xa,
@@ -5484,8 +5484,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5484
5484
  guestEmail: Wa,
5485
5485
  guestEmailPlaceholder: Ga,
5486
5486
  addGuest: Ka,
5487
- addAnotherGuest: Va,
5488
- backButton: Ja,
5487
+ addAnotherGuest: Ja,
5488
+ backButton: Va,
5489
5489
  bookNowButton: Za,
5490
5490
  bookingConfirmed: Qa,
5491
5491
  bookingConfirmedDescription: Xa,
@@ -5555,7 +5555,7 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5555
5555
  october: "Oktober",
5556
5556
  november: "November",
5557
5557
  december: "Dezember"
5558
- }, ql = "Weiter", zl = "{{date}}", Wl = "{{time}}", Gl = "Name", Kl = "Geben Sie Ihren Namen ein", Vl = "E-Mail", Jl = "Geben Sie Ihre E-Mail-Adresse ein", Zl = "Gast E-Mail", Ql = "Geben Sie die E-Mail-Adresse des Gastes ein", Xl = "Gast hinzufügen", ec = "Weiteren Gast hinzufügen", tc = "Zurück", rc = "Jetzt buchen", nc = "Buchung bestätigt", ic = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", uc = "Buchung gesendet", oc = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", sc = "Buchung umgebucht", ac = "Buchungsdatum und -zeit", lc = "Buchung stornieren", cc = "Umplanen", dc = "Buchung ablehnen", fc = "Buchung bestätigen", hc = "Buchung ausstehend", pc = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", gc = "Ihre Buchung wurde erfolgreich bestätigt", mc = "Eine Bestätigungs-E-Mail wurde gesendet an", bc = "Buchung stornieren?", yc = "Ihr aktueller Zeitraum wird für andere verfügbar.", vc = "Grund für die Stornierung", xc = "Zurück", wc = "Ihre Buchung wurde erfolgreich storniert", kc = "Eine Stornierungs-E-Mail wurde gesendet an", Ec = "Schließen", $c = "Schließen", Tc = "{{field}} ist erforderlich.", Sc = "{{field}} hat ein ungültiges Format.", Bc = "Buchung Erstellen", Cc = "Verfügbarkeit Ermitteln", Ac = "Buchung Stornieren", Oc = "Buchung Verschieben", Dc = "UI-Einstellungen Abrufen", Rc = "Buchung Ablehnen", Mc = "Buchung Bestätigen", Ic = "Etwas ist schief gelaufen...", Pc = "Fehler im Planungskomponent", Lc = "'sessionId' ist für private Konfigurationen erforderlich.", Nc = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", _c = "Ungültiges Zeitfenster!", Uc = "Das ausgewählte Zeitfenster ist ungültig", Fc = "Stornierungsfehler", jc = "Bitte geben Sie einen Grund für die Stornierung an.", Yc = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", Hc = "Fehler im Stornierungsformular", Ng = {
5558
+ }, ql = "Weiter", zl = "{{date}}", Wl = "{{time}}", Gl = "Name", Kl = "Geben Sie Ihren Namen ein", Jl = "E-Mail", Vl = "Geben Sie Ihre E-Mail-Adresse ein", Zl = "Gast E-Mail", Ql = "Geben Sie die E-Mail-Adresse des Gastes ein", Xl = "Gast hinzufügen", ec = "Weiteren Gast hinzufügen", tc = "Zurück", rc = "Jetzt buchen", nc = "Buchung bestätigt", ic = "Sie erhalten in Kürze eine E-Mail-Bestätigung.", uc = "Buchung gesendet", oc = "Sie erhalten eine E-Mail, sobald die Buchung bestätigt ist.", sc = "Buchung umgebucht", ac = "Buchungsdatum und -zeit", lc = "Buchung stornieren", cc = "Umplanen", dc = "Buchung ablehnen", fc = "Buchung bestätigen", hc = "Buchung ausstehend", pc = "Verwalten Sie Ihre Buchung unten. Der Eingeladene erhält eine E-Mail mit dem Status der Anfrage.", gc = "Ihre Buchung wurde erfolgreich bestätigt", mc = "Eine Bestätigungs-E-Mail wurde gesendet an", bc = "Buchung stornieren?", yc = "Ihr aktueller Zeitraum wird für andere verfügbar.", vc = "Grund für die Stornierung", xc = "Zurück", wc = "Ihre Buchung wurde erfolgreich storniert", kc = "Eine Stornierungs-E-Mail wurde gesendet an", Ec = "Schließen", $c = "Schließen", Tc = "{{field}} ist erforderlich.", Sc = "{{field}} hat ein ungültiges Format.", Bc = "Buchung Erstellen", Cc = "Verfügbarkeit Ermitteln", Ac = "Buchung Stornieren", Oc = "Buchung Verschieben", Dc = "UI-Einstellungen Abrufen", Rc = "Buchung Ablehnen", Mc = "Buchung Bestätigen", Ic = "Etwas ist schief gelaufen...", Pc = "Fehler im Planungskomponent", Lc = "'sessionId' ist für private Konfigurationen erforderlich.", Nc = "Bei Verwendung einer öffentlichen Konfiguration geben Sie entweder eine Konfigurations-ID oder eine Kombination aus 'slug' und 'clientId' an.", _c = "Ungültiges Zeitfenster!", Uc = "Das ausgewählte Zeitfenster ist ungültig", Fc = "Stornierungsfehler", jc = "Bitte geben Sie einen Grund für die Stornierung an.", Yc = "Sie können die Buchung nicht innerhalb von {{minCancellationNotice}} Minuten vor der Veranstaltung stornieren", Hc = "Fehler im Stornierungsformular", Ng = {
5559
5559
  noDateSelected: Ul,
5560
5560
  rescheduleTitle: Fl,
5561
5561
  days: jl,
@@ -5566,8 +5566,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5566
5566
  selectedTime: Wl,
5567
5567
  name: Gl,
5568
5568
  namePlaceholder: Kl,
5569
- email: Vl,
5570
- emailPlaceholder: Jl,
5569
+ email: Jl,
5570
+ emailPlaceholder: Vl,
5571
5571
  guestEmail: Zl,
5572
5572
  guestEmailPlaceholder: Ql,
5573
5573
  addGuest: Xl,
@@ -5627,8 +5627,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5627
5627
  selectedTime: Wl,
5628
5628
  name: Gl,
5629
5629
  namePlaceholder: Kl,
5630
- email: Vl,
5631
- emailPlaceholder: Jl,
5630
+ email: Jl,
5631
+ emailPlaceholder: Vl,
5632
5632
  guestEmail: Zl,
5633
5633
  guestEmailPlaceholder: Ql,
5634
5634
  addGuest: Xl,
@@ -5703,14 +5703,14 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5703
5703
  october: "Oktober",
5704
5704
  november: "November",
5705
5705
  december: "December"
5706
- }, Vc = "Nästa", Jc = "{{date}}", Zc = "{{time}}", Qc = "Namn", Xc = "Ange ditt namn", e0 = "E-post", t0 = "Ange din e-postadress", r0 = "Gästens e-post", n0 = "Ange gästens e-postadress", i0 = "Lägg till gäst", u0 = "Lägg till en gäst till", o0 = "Tillbaka", s0 = "Boka nu", a0 = "Bokning bekräftad", l0 = "Du kommer snart att få en bekräftelse via e-post.", c0 = "Bokning skickad", d0 = "Du kommer att få ett e-mail när bokningen är bekräftad.", f0 = "Bokning ombokad", h0 = "Bokningsdatum och tid", p0 = "Avboka bokning", g0 = "Omboka", m0 = "Avvisa bokning", b0 = "Bekräfta bokning", y0 = "Bokning pågår", v0 = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", x0 = "Din bokning har bekräftats framgångsrikt", w0 = "Ett bekräftelsemail har skickats till", k0 = "Avboka bokning?", E0 = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", $0 = "Anledning till avbokning", T0 = "Gå tillbaka", S0 = "Din bokning har avbokats framgångsrikt", B0 = "Ett avbokningsmejl har skickats till", C0 = "Stäng", A0 = "Stänger", O0 = "{{field}} är obligatoriskt.", D0 = "{{field}} har ogiltigt format.", R0 = "Skapa Bokning", M0 = "Hämta Tillgänglighet", I0 = "Avboka Bokning", P0 = "Omboka Bokning", L0 = "Hämta UI-inställningar", N0 = "Avvisa Bokning", _0 = "Bekräfta Bokning", U0 = "Något gick fel...", F0 = "Schemaläggningskomponentfel", j0 = "'sessionId' krävs för privata konfigurationer.", Y0 = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", H0 = "Ogiltig tidslucka!", q0 = "Den valda tidsluckan är ogiltig", z0 = "Avbokningsfel", W0 = "Vänligen ange en anledning till avbokningen.", G0 = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", K0 = "Fel i avbokningsformuläret", Ug = {
5706
+ }, Jc = "Nästa", Vc = "{{date}}", Zc = "{{time}}", Qc = "Namn", Xc = "Ange ditt namn", e0 = "E-post", t0 = "Ange din e-postadress", r0 = "Gästens e-post", n0 = "Ange gästens e-postadress", i0 = "Lägg till gäst", u0 = "Lägg till en gäst till", o0 = "Tillbaka", s0 = "Boka nu", a0 = "Bokning bekräftad", l0 = "Du kommer snart att få en bekräftelse via e-post.", c0 = "Bokning skickad", d0 = "Du kommer att få ett e-mail när bokningen är bekräftad.", f0 = "Bokning ombokad", h0 = "Bokningsdatum och tid", p0 = "Avboka bokning", g0 = "Omboka", m0 = "Avvisa bokning", b0 = "Bekräfta bokning", y0 = "Bokning pågår", v0 = "Hantera din bokning nedan. Inbjudna kommer att få ett e-postmeddelande om begärans status.", x0 = "Din bokning har bekräftats framgångsrikt", w0 = "Ett bekräftelsemail har skickats till", k0 = "Avboka bokning?", E0 = "Din nuvarande tidslucka kommer att bli tillgänglig för andra.", $0 = "Anledning till avbokning", T0 = "Gå tillbaka", S0 = "Din bokning har avbokats framgångsrikt", B0 = "Ett avbokningsmejl har skickats till", C0 = "Stäng", A0 = "Stänger", O0 = "{{field}} är obligatoriskt.", D0 = "{{field}} har ogiltigt format.", R0 = "Skapa Bokning", M0 = "Hämta Tillgänglighet", I0 = "Avboka Bokning", P0 = "Omboka Bokning", L0 = "Hämta UI-inställningar", N0 = "Avvisa Bokning", _0 = "Bekräfta Bokning", U0 = "Något gick fel...", F0 = "Schemaläggningskomponentfel", j0 = "'sessionId' krävs för privata konfigurationer.", Y0 = "Om du använder offentlig konfiguration anger du antingen en konfigurations-ID eller en kombination av 'slug' och 'clientId'.", H0 = "Ogiltig tidslucka!", q0 = "Den valda tidsluckan är ogiltig", z0 = "Avbokningsfel", W0 = "Vänligen ange en anledning till avbokningen.", G0 = "Du kan inte avboka bokningen inom {{minCancellationNotice}} minuter före evenemanget", K0 = "Fel i avbokningsformuläret", Ug = {
5707
5707
  noDateSelected: qc,
5708
5708
  rescheduleTitle: zc,
5709
5709
  days: Wc,
5710
5710
  time: Gc,
5711
5711
  months: Kc,
5712
- nextButton: Vc,
5713
- selectedDayAndYear: Jc,
5712
+ nextButton: Jc,
5713
+ selectedDayAndYear: Vc,
5714
5714
  selectedTime: Zc,
5715
5715
  name: Qc,
5716
5716
  namePlaceholder: Xc,
@@ -5770,8 +5770,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5770
5770
  days: Wc,
5771
5771
  time: Gc,
5772
5772
  months: Kc,
5773
- nextButton: Vc,
5774
- selectedDayAndYear: Jc,
5773
+ nextButton: Jc,
5774
+ selectedDayAndYear: Vc,
5775
5775
  selectedTime: Zc,
5776
5776
  name: Qc,
5777
5777
  namePlaceholder: Xc,
@@ -5825,7 +5825,7 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5825
5825
  minimumCancellationErrorMessage: G0,
5826
5826
  cancelBokingFormError: K0,
5827
5827
  default: Ug
5828
- }), V0 = "请选择日期", J0 = "选择另一个时间段重新安排您的会议", Z0 = {
5828
+ }), J0 = "请选择日期", V0 = "选择另一个时间段重新安排您的会议", Z0 = {
5829
5829
  sunday: "周日",
5830
5830
  monday: "周一",
5831
5831
  tuesday: "周二",
@@ -5851,9 +5851,9 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5851
5851
  october: "十月",
5852
5852
  november: "十一月",
5853
5853
  december: "十二月"
5854
- }, ed = "下一个", td = "{{date}}", rd = "{{time}}", nd = "姓名", id = "输入你的名字", ud = "电子邮件", od = "输入你的电子邮件", sd = "客人的电子邮件", ad = "输入客人的电子邮件", ld = "添加客人", cd = "添加另一个客人", dd = "返回", fd = "立即预订", hd = "预订已确认", pd = "您将很快收到一封确认电子邮件。", gd = "预订已发送", md = "预订确认后,您将收到一封电子邮件。", bd = "预订已重新安排", yd = "预订日期和时间", vd = "取消预订", xd = "重新安排", wd = "拒绝预订", kd = "确认预订", Ed = "预订待处理", $d = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", Td = "您的预订已成功确认", Sd = "确认邮件已发送至", Bd = "取消预订?", Cd = "您当前的时间段将对其他人开放。", Ad = "取消原因", Od = "返回", Dd = "您的预订已成功取消", Rd = "取消邮件已发送至", Md = "关闭", Id = "关闭", Pd = "{{field}} 是必需的.", Ld = "{{field}} 格式无效.", Nd = "创建预订", _d = "获取可用性", Ud = "取消预订", Fd = "重新安排预订", jd = "获取UI设置", Yd = "拒绝预订", Hd = "确认预订", qd = "出了点问题...", zd = "调度组件错误", Wd = "私有配置需要 'sessionId'。", Gd = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Kd = "无效的时间段!", Vd = "所选时间段无效", Jd = "取消错误", Zd = "请提供取消的原因。", Qd = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", Xd = "取消预订表单错误", jg = {
5855
- noDateSelected: V0,
5856
- rescheduleTitle: J0,
5854
+ }, ed = "下一个", td = "{{date}}", rd = "{{time}}", nd = "姓名", id = "输入你的名字", ud = "电子邮件", od = "输入你的电子邮件", sd = "客人的电子邮件", ad = "输入客人的电子邮件", ld = "添加客人", cd = "添加另一个客人", dd = "返回", fd = "立即预订", hd = "预订已确认", pd = "您将很快收到一封确认电子邮件。", gd = "预订已发送", md = "预订确认后,您将收到一封电子邮件。", bd = "预订已重新安排", yd = "预订日期和时间", vd = "取消预订", xd = "重新安排", wd = "拒绝预订", kd = "确认预订", Ed = "预订待处理", $d = "在下方管理您的预订。受邀者将收到一封电子邮件,通知他们请求状态。", Td = "您的预订已成功确认", Sd = "确认邮件已发送至", Bd = "取消预订?", Cd = "您当前的时间段将对其他人开放。", Ad = "取消原因", Od = "返回", Dd = "您的预订已成功取消", Rd = "取消邮件已发送至", Md = "关闭", Id = "关闭", Pd = "{{field}} 是必需的.", Ld = "{{field}} 格式无效.", Nd = "创建预订", _d = "获取可用性", Ud = "取消预订", Fd = "重新安排预订", jd = "获取UI设置", Yd = "拒绝预订", Hd = "确认预订", qd = "出了点问题...", zd = "调度组件错误", Wd = "私有配置需要 'sessionId'。", Gd = "如果使用公共配置,请传递 configurationId 或 'slug' 和 'clientId' 的组合。", Kd = "无效的时间段!", Jd = "所选时间段无效", Vd = "取消错误", Zd = "请提供取消的原因。", Qd = "您不能在活动开始前的{{minCancellationNotice}}分钟内取消预订", Xd = "取消预订表单错误", jg = {
5855
+ noDateSelected: J0,
5856
+ rescheduleTitle: V0,
5857
5857
  days: Z0,
5858
5858
  time: Q0,
5859
5859
  months: X0,
@@ -5906,15 +5906,15 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5906
5906
  sessionIdRequiredErrorMessage: Wd,
5907
5907
  publicConfigErrorMessage: Gd,
5908
5908
  invalidTimeslotErrorTitle: Kd,
5909
- invalidTimeslotErrorMessage: Vd,
5910
- cancellationErrorTitle: Jd,
5909
+ invalidTimeslotErrorMessage: Jd,
5910
+ cancellationErrorTitle: Vd,
5911
5911
  cancellationErrorMessage: Zd,
5912
5912
  minimumCancellationErrorMessage: Qd,
5913
5913
  cancelBokingFormError: Xd
5914
5914
  }, Yg = /* @__PURE__ */ Object.freeze({
5915
5915
  __proto__: null,
5916
- noDateSelected: V0,
5917
- rescheduleTitle: J0,
5916
+ noDateSelected: J0,
5917
+ rescheduleTitle: V0,
5918
5918
  days: Z0,
5919
5919
  time: Q0,
5920
5920
  months: X0,
@@ -5967,8 +5967,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5967
5967
  sessionIdRequiredErrorMessage: Wd,
5968
5968
  publicConfigErrorMessage: Gd,
5969
5969
  invalidTimeslotErrorTitle: Kd,
5970
- invalidTimeslotErrorMessage: Vd,
5971
- cancellationErrorTitle: Jd,
5970
+ invalidTimeslotErrorMessage: Jd,
5971
+ cancellationErrorTitle: Vd,
5972
5972
  cancellationErrorMessage: Zd,
5973
5973
  minimumCancellationErrorMessage: Qd,
5974
5974
  cancelBokingFormError: Xd,
@@ -5999,7 +5999,7 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
5999
5999
  october: "Oktober",
6000
6000
  november: "November",
6001
6001
  december: "December"
6002
- }, of = "Volgende", sf = "{{date}}", af = "{{time}}", lf = "Naam", cf = "Voer je naam in", df = "E-mail", ff = "Voer je e-mail in", hf = "E-mail van gast", pf = "Voer het e-mailadres van de gast in", gf = "Gast toevoegen", mf = "Nog een gast toevoegen", bf = "Terug", yf = "Boek nu", vf = "Boeking bevestigd", xf = "U ontvangt binnenkort een e-mailbevestiging.", wf = "Boeking verzonden", kf = "U ontvangt een e-mail zodra de boeking is bevestigd.", Ef = "Boeking verplaatst", $f = "Boekingsdatum en -tijd", Tf = "Boeking annuleren", Sf = "Herplannen", Bf = "Boeking afwijzen", Cf = "Boeking bevestigen", Af = "Boeking in afwachting", Of = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Df = "Uw boeking is succesvol bevestigd", Rf = "Een bevestigingsmail is verzonden naar", Mf = "Boeking annuleren?", If = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Pf = "Reden voor annulering", Lf = "Ga terug", Nf = "Uw boeking is succesvol geannuleerd", _f = "Er is een annuleringsmail verzonden naar", Uf = "Sluiten", Ff = "Sluiten", jf = "{{field}} is vereist.", Yf = "{{field}} heeft een ongeldig formaat.", Hf = "Boeking Maken", qf = "Beschikbaarheid Opvragen", zf = "Boeking Annuleren", Wf = "Boeking Wijzigen", Gf = "UI-instellingen Ophalen", Kf = "Boeking Afwijzen", Vf = "Boeking Bevestigen", Jf = "Er is iets misgegaan...", Zf = "Geen sessie-ID!", Qf = "Fout in planningscomponent", Xf = "'sessionId' is vereist voor privéconfiguraties.", eh = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", th = "Het geselecteerde tijdslot is ongeldig", rh = "Annuleringsfout", nh = "Geef een reden op voor de annulering.", ih = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", uh = "Fout in het annuleringsformulier", Hg = {
6002
+ }, of = "Volgende", sf = "{{date}}", af = "{{time}}", lf = "Naam", cf = "Voer je naam in", df = "E-mail", ff = "Voer je e-mail in", hf = "E-mail van gast", pf = "Voer het e-mailadres van de gast in", gf = "Gast toevoegen", mf = "Nog een gast toevoegen", bf = "Terug", yf = "Boek nu", vf = "Boeking bevestigd", xf = "U ontvangt binnenkort een e-mailbevestiging.", wf = "Boeking verzonden", kf = "U ontvangt een e-mail zodra de boeking is bevestigd.", Ef = "Boeking verplaatst", $f = "Boekingsdatum en -tijd", Tf = "Boeking annuleren", Sf = "Herplannen", Bf = "Boeking afwijzen", Cf = "Boeking bevestigen", Af = "Boeking in afwachting", Of = "Beheer uw boeking hieronder. De genodigde ontvangt een e-mail over de status van de aanvraag.", Df = "Uw boeking is succesvol bevestigd", Rf = "Een bevestigingsmail is verzonden naar", Mf = "Boeking annuleren?", If = "Uw huidige tijdslot zal beschikbaar worden voor anderen.", Pf = "Reden voor annulering", Lf = "Ga terug", Nf = "Uw boeking is succesvol geannuleerd", _f = "Er is een annuleringsmail verzonden naar", Uf = "Sluiten", Ff = "Sluiten", jf = "{{field}} is vereist.", Yf = "{{field}} heeft een ongeldig formaat.", Hf = "Boeking Maken", qf = "Beschikbaarheid Opvragen", zf = "Boeking Annuleren", Wf = "Boeking Wijzigen", Gf = "UI-instellingen Ophalen", Kf = "Boeking Afwijzen", Jf = "Boeking Bevestigen", Vf = "Er is iets misgegaan...", Zf = "Geen sessie-ID!", Qf = "Fout in planningscomponent", Xf = "'sessionId' is vereist voor privéconfiguraties.", eh = "Als u een openbare configuratie gebruikt, geeft u een configurationId of een combinatie van 'slug' en 'clientId' door.", th = "Het geselecteerde tijdslot is ongeldig", rh = "Annuleringsfout", nh = "Geef een reden op voor de annulering.", ih = "U kunt de boeking niet annuleren binnen {{minCancellationNotice}} minuten voor het evenement", uh = "Fout in het annuleringsformulier", Hg = {
6003
6003
  noDateSelected: ef,
6004
6004
  rescheduleTitle: tf,
6005
6005
  days: rf,
@@ -6048,8 +6048,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
6048
6048
  rescheduleBookingErrorTitle: Wf,
6049
6049
  getUISettingErrorTitle: Gf,
6050
6050
  rejectBookingErrorTitle: Kf,
6051
- confirmBookingErrorTitle: Vf,
6052
- genericErrorTitle: Jf,
6051
+ confirmBookingErrorTitle: Jf,
6052
+ genericErrorTitle: Vf,
6053
6053
  noSessionIdErrorTitle: Zf,
6054
6054
  schedulingComponentErrorTitle: Qf,
6055
6055
  sessionIdRequiredErrorMessage: Xf,
@@ -6109,8 +6109,8 @@ const yu = "No date selected", vu = "Choose another time slot to reschedule your
6109
6109
  rescheduleBookingErrorTitle: Wf,
6110
6110
  getUISettingErrorTitle: Gf,
6111
6111
  rejectBookingErrorTitle: Kf,
6112
- confirmBookingErrorTitle: Vf,
6113
- genericErrorTitle: Jf,
6112
+ confirmBookingErrorTitle: Jf,
6113
+ genericErrorTitle: Vf,
6114
6114
  noSessionIdErrorTitle: Zf,
6115
6115
  schedulingComponentErrorTitle: Qf,
6116
6116
  sessionIdRequiredErrorMessage: Xf,
@@ -6640,9 +6640,9 @@ const Gg = {}, Kg = /* @__PURE__ */ Object.freeze({
6640
6640
  default: Gg
6641
6641
  }), ge = /* @__PURE__ */ uu(Kg);
6642
6642
  let pi = on.exports, gi = ge;
6643
- class ct extends Error {
6643
+ class dt extends Error {
6644
6644
  constructor(e, t, r, i, u, o) {
6645
- super(e), this.name = "CssSyntaxError", this.reason = e, u && (this.file = u), i && (this.source = i), o && (this.plugin = o), typeof t < "u" && typeof r < "u" && (typeof t == "number" ? (this.line = t, this.column = r) : (this.line = t.line, this.column = t.column, this.endLine = r.line, this.endColumn = r.column)), this.setMessage(), Error.captureStackTrace && Error.captureStackTrace(this, ct);
6645
+ super(e), this.name = "CssSyntaxError", this.reason = e, u && (this.file = u), i && (this.source = i), o && (this.plugin = o), typeof t < "u" && typeof r < "u" && (typeof t == "number" ? (this.line = t, this.column = r) : (this.line = t.line, this.column = t.column, this.endLine = r.line, this.endColumn = r.column)), this.setMessage(), Error.captureStackTrace && Error.captureStackTrace(this, dt);
6646
6646
  }
6647
6647
  setMessage() {
6648
6648
  this.message = this.plugin ? this.plugin + ": " : "", this.message += this.file ? this.file : "<css input>", typeof this.line < "u" && (this.message += ":" + this.line + ":" + this.column), this.message += ": " + this.reason;
@@ -6676,11 +6676,11 @@ class ct extends Error {
6676
6676
  `), this.name + ": " + this.message + e;
6677
6677
  }
6678
6678
  }
6679
- var sn = ct;
6680
- ct.default = ct;
6681
- var bt = {};
6682
- bt.isClean = Symbol("isClean");
6683
- bt.my = Symbol("my");
6679
+ var sn = dt;
6680
+ dt.default = dt;
6681
+ var yt = {};
6682
+ yt.isClean = Symbol("isClean");
6683
+ yt.my = Symbol("my");
6684
6684
  const mi = {
6685
6685
  colon: ": ",
6686
6686
  indent: " ",
@@ -6700,7 +6700,7 @@ const mi = {
6700
6700
  commentRight: " ",
6701
6701
  semicolon: !1
6702
6702
  };
6703
- function Vg(n) {
6703
+ function Jg(n) {
6704
6704
  return n[0].toUpperCase() + n.slice(1);
6705
6705
  }
6706
6706
  class Rr {
@@ -6770,7 +6770,7 @@ class Rr {
6770
6770
  if (r === "before" || r === "after")
6771
6771
  return this.beforeAfter(e, r);
6772
6772
  {
6773
- let s = "raw" + Vg(r);
6773
+ let s = "raw" + Jg(r);
6774
6774
  this[s] ? i = this[s](o, e) : o.walk((a) => {
6775
6775
  if (i = a.raws[t], typeof i < "u") return !1;
6776
6776
  });
@@ -6870,13 +6870,13 @@ class Rr {
6870
6870
  }
6871
6871
  var sh = Rr;
6872
6872
  Rr.default = Rr;
6873
- let Jg = sh;
6873
+ let Vg = sh;
6874
6874
  function Mr(n, e) {
6875
- new Jg(e).stringify(n);
6875
+ new Vg(e).stringify(n);
6876
6876
  }
6877
6877
  var ur = Mr;
6878
6878
  Mr.default = Mr;
6879
- let { isClean: kt, my: Zg } = bt, Qg = sn, Xg = sh, em = ur;
6879
+ let { isClean: Et, my: Zg } = yt, Qg = sn, Xg = sh, em = ur;
6880
6880
  function Ir(n, e) {
6881
6881
  let t = new n.constructor();
6882
6882
  for (let r in n) {
@@ -6888,7 +6888,7 @@ function Ir(n, e) {
6888
6888
  }
6889
6889
  class Pr {
6890
6890
  constructor(e = {}) {
6891
- this.raws = {}, this[kt] = !1, this[Zg] = !0;
6891
+ this.raws = {}, this[Et] = !1, this[Zg] = !0;
6892
6892
  for (let t in e)
6893
6893
  if (t === "nodes") {
6894
6894
  this.nodes = [];
@@ -7069,11 +7069,11 @@ class Pr {
7069
7069
  return e;
7070
7070
  }
7071
7071
  markDirty() {
7072
- if (this[kt]) {
7073
- this[kt] = !1;
7072
+ if (this[Et]) {
7073
+ this[Et] = !1;
7074
7074
  let e = this;
7075
7075
  for (; e = e.parent; )
7076
- e[kt] = !1;
7076
+ e[Et] = !1;
7077
7077
  }
7078
7078
  }
7079
7079
  get proxyOf() {
@@ -7192,8 +7192,8 @@ class Nr {
7192
7192
  }
7193
7193
  var ah = Nr;
7194
7194
  Nr.default = Nr;
7195
- let { SourceMapConsumer: dm, SourceMapGenerator: fm } = ge, { fileURLToPath: vi, pathToFileURL: Et } = ge, { resolve: _r, isAbsolute: Ur } = ge, { nanoid: hm } = om, gr = ge, xi = sn, pm = ah, mr = Symbol("fromOffsetCache"), gm = !!(dm && fm), wi = !!(_r && Ur);
7196
- class Kt {
7195
+ let { SourceMapConsumer: dm, SourceMapGenerator: fm } = ge, { fileURLToPath: vi, pathToFileURL: $t } = ge, { resolve: _r, isAbsolute: Ur } = ge, { nanoid: hm } = om, gr = ge, xi = sn, pm = ah, mr = Symbol("fromOffsetCache"), gm = !!(dm && fm), wi = !!(_r && Ur);
7196
+ class Jt {
7197
7197
  constructor(e, t = {}) {
7198
7198
  if (e === null || typeof e > "u" || typeof e == "object" && !e.toString)
7199
7199
  throw new Error(`PostCSS received ${e} instead of CSS string`);
@@ -7274,7 +7274,7 @@ class Kt {
7274
7274
  this.css,
7275
7275
  this.file,
7276
7276
  i.plugin
7277
- ), u.input = { line: t, column: r, endLine: o, endColumn: s, source: this.css }, this.file && (Et && (u.input.url = Et(this.file).toString()), u.input.file = this.file), u;
7277
+ ), u.input = { line: t, column: r, endLine: o, endColumn: s, source: this.css }, this.file && ($t && (u.input.url = $t(this.file).toString()), u.input.file = this.file), u;
7278
7278
  }
7279
7279
  origin(e, t, r, i) {
7280
7280
  if (!this.map) return !1;
@@ -7283,9 +7283,9 @@ class Kt {
7283
7283
  let s;
7284
7284
  typeof r == "number" && (s = u.originalPositionFor({ line: r, column: i }));
7285
7285
  let a;
7286
- Ur(o.source) ? a = Et(o.source) : a = new URL(
7286
+ Ur(o.source) ? a = $t(o.source) : a = new URL(
7287
7287
  o.source,
7288
- this.map.consumer().sourceRoot || Et(this.map.mapFile)
7288
+ this.map.consumer().sourceRoot || $t(this.map.mapFile)
7289
7289
  );
7290
7290
  let l = {
7291
7291
  url: a.toString(),
@@ -7315,10 +7315,10 @@ class Kt {
7315
7315
  return this.map && (e.map = { ...this.map }, e.map.consumerCache && (e.map.consumerCache = void 0)), e;
7316
7316
  }
7317
7317
  }
7318
- var ar = Kt;
7319
- Kt.default = Kt;
7320
- gr && gr.registerInput && gr.registerInput(Kt);
7321
- let { SourceMapConsumer: lh, SourceMapGenerator: Mt } = ge, { dirname: It, resolve: ch, relative: dh, sep: fh } = ge, { pathToFileURL: ki } = ge, mm = ar, bm = !!(lh && Mt), ym = !!(It && ch && dh && fh);
7318
+ var ar = Jt;
7319
+ Jt.default = Jt;
7320
+ gr && gr.registerInput && gr.registerInput(Jt);
7321
+ let { SourceMapConsumer: lh, SourceMapGenerator: It } = ge, { dirname: Pt, resolve: ch, relative: dh, sep: fh } = ge, { pathToFileURL: ki } = ge, mm = ar, bm = !!(lh && It), ym = !!(Pt && ch && dh && fh);
7322
7322
  class vm {
7323
7323
  constructor(e, t, r, i) {
7324
7324
  this.stringify = e, this.mapOpts = r.map || {}, this.root = t, this.opts = r, this.css = i, this.usesFileUrls = !this.mapOpts.from && this.mapOpts.absolute;
@@ -7378,7 +7378,7 @@ class vm {
7378
7378
  }
7379
7379
  applyPrevMaps() {
7380
7380
  for (let e of this.previous()) {
7381
- let t = this.toUrl(this.path(e.file)), r = e.root || It(e.file), i;
7381
+ let t = this.toUrl(this.path(e.file)), r = e.root || Pt(e.file), i;
7382
7382
  this.mapOpts.sourcesContent === !1 ? (i = new lh(e.text), i.sourcesContent && (i.sourcesContent = i.sourcesContent.map(() => null))) : i = e.consumer(), this.map.applySourceMap(i, t, this.toUrl(this.path(r)));
7383
7383
  }
7384
7384
  }
@@ -7405,9 +7405,9 @@ class vm {
7405
7405
  this.generateString();
7406
7406
  else if (this.previous().length === 1) {
7407
7407
  let e = this.previous()[0].consumer();
7408
- e.file = this.outputFile(), this.map = Mt.fromSourceMap(e);
7408
+ e.file = this.outputFile(), this.map = It.fromSourceMap(e);
7409
7409
  } else
7410
- this.map = new Mt({ file: this.outputFile() }), this.map.addMapping({
7410
+ this.map = new It({ file: this.outputFile() }), this.map.addMapping({
7411
7411
  source: this.opts.from ? this.toUrl(this.path(this.opts.from)) : "<no source>",
7412
7412
  generated: { line: 1, column: 0 },
7413
7413
  original: { line: 1, column: 0 }
@@ -7416,8 +7416,8 @@ class vm {
7416
7416
  }
7417
7417
  path(e) {
7418
7418
  if (e.indexOf("<") === 0 || /^\w+:\/\//.test(e) || this.mapOpts.absolute) return e;
7419
- let t = this.opts.to ? It(this.opts.to) : ".";
7420
- return typeof this.mapOpts.annotation == "string" && (t = It(ch(t, this.mapOpts.annotation))), e = dh(t, e), e;
7419
+ let t = this.opts.to ? Pt(this.opts.to) : ".";
7420
+ return typeof this.mapOpts.annotation == "string" && (t = Pt(ch(t, this.mapOpts.annotation))), e = dh(t, e), e;
7421
7421
  }
7422
7422
  toUrl(e) {
7423
7423
  return fh === "\\" && (e = e.replace(/\\/g, "/")), encodeURI(e).replace(/[#?]/g, encodeURIComponent);
@@ -7433,7 +7433,7 @@ class vm {
7433
7433
  return this.mapOpts.from ? this.toUrl(this.mapOpts.from) : this.usesFileUrls ? this.toFileUrl(e.source.input.from) : this.toUrl(this.path(e.source.input.from));
7434
7434
  }
7435
7435
  generateString() {
7436
- this.css = "", this.map = new Mt({ file: this.outputFile() });
7436
+ this.css = "", this.map = new It({ file: this.outputFile() });
7437
7437
  let e = 1, t = 1, r = "<no source>", i = {
7438
7438
  source: "",
7439
7439
  generated: { line: 0, column: 0 },
@@ -7467,7 +7467,7 @@ class Fr extends xm {
7467
7467
  }
7468
7468
  var lr = Fr;
7469
7469
  Fr.default = Fr;
7470
- let { isClean: ph, my: gh } = bt, mh = sr, bh = lr, wm = or, yh, an, ln, vh;
7470
+ let { isClean: ph, my: gh } = yt, mh = sr, bh = lr, wm = or, yh, an, ln, vh;
7471
7471
  function xh(n) {
7472
7472
  return n.map((e) => (e.nodes && (e.nodes = xh(e.nodes)), delete e.source, e));
7473
7473
  }
@@ -7679,7 +7679,7 @@ pe.rebuild = (n) => {
7679
7679
  });
7680
7680
  };
7681
7681
  let km = Ue, kh, Eh;
7682
- class dt extends km {
7682
+ class ft extends km {
7683
7683
  constructor(e) {
7684
7684
  super({ type: "document", ...e }), this.nodes || (this.nodes = []);
7685
7685
  }
@@ -7687,14 +7687,14 @@ class dt extends km {
7687
7687
  return new kh(new Eh(), this, e).stringify();
7688
7688
  }
7689
7689
  }
7690
- dt.registerLazyResult = (n) => {
7690
+ ft.registerLazyResult = (n) => {
7691
7691
  kh = n;
7692
7692
  };
7693
- dt.registerProcessor = (n) => {
7693
+ ft.registerProcessor = (n) => {
7694
7694
  Eh = n;
7695
7695
  };
7696
- var cn = dt;
7697
- dt.default = dt;
7696
+ var cn = ft;
7697
+ ft.default = ft;
7698
7698
  class jr {
7699
7699
  constructor(e, t = {}) {
7700
7700
  if (this.type = "warning", this.text = e, t.node && t.node.source) {
@@ -7735,7 +7735,7 @@ class Yr {
7735
7735
  }
7736
7736
  var dn = Yr;
7737
7737
  Yr.default = Yr;
7738
- const br = 39, Ei = 34, $t = 92, $i = 47, Tt = 10, tt = 32, St = 12, Bt = 9, Ct = 13, $m = 91, Tm = 93, Sm = 40, Bm = 41, Cm = 123, Am = 125, Om = 59, Dm = 42, Rm = 58, Mm = 64, At = /[\t\n\f\r "#'()/;[\\\]{}]/g, Ot = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, Im = /.[\n"'(/\\]/, Ti = /[\da-f]/i;
7738
+ const br = 39, Ei = 34, Tt = 92, $i = 47, St = 10, tt = 32, Bt = 12, Ct = 9, At = 13, $m = 91, Tm = 93, Sm = 40, Bm = 41, Cm = 123, Am = 125, Om = 59, Dm = 42, Rm = 58, Mm = 64, Ot = /[\t\n\f\r "#'()/;[\\\]{}]/g, Dt = /[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g, Im = /.[\n"'(/\\]/, Ti = /[\da-f]/i;
7739
7739
  var Pm = function(e, t = {}) {
7740
7740
  let r = e.css.valueOf(), i = t.ignoreErrors, u, o, s, a, l, c, f, d, h, g, w = r.length, p = 0, T = [], O = [];
7741
7741
  function H() {
@@ -7752,15 +7752,15 @@ var Pm = function(e, t = {}) {
7752
7752
  if (p >= w) return;
7753
7753
  let N = W ? W.ignoreUnclosed : !1;
7754
7754
  switch (u = r.charCodeAt(p), u) {
7755
- case Tt:
7755
+ case St:
7756
7756
  case tt:
7757
- case Bt:
7758
7757
  case Ct:
7759
- case St: {
7758
+ case At:
7759
+ case Bt: {
7760
7760
  o = p;
7761
7761
  do
7762
7762
  o += 1, u = r.charCodeAt(o);
7763
- while (u === tt || u === Tt || u === Bt || u === Ct || u === St);
7763
+ while (u === tt || u === St || u === Ct || u === At || u === Bt);
7764
7764
  g = ["space", r.slice(p, o)], p = o - 1;
7765
7765
  break;
7766
7766
  }
@@ -7776,7 +7776,7 @@ var Pm = function(e, t = {}) {
7776
7776
  break;
7777
7777
  }
7778
7778
  case Sm: {
7779
- if (d = T.length ? T.pop()[1] : "", h = r.charCodeAt(p + 1), d === "url" && h !== br && h !== Ei && h !== tt && h !== Tt && h !== Bt && h !== St && h !== Ct) {
7779
+ if (d = T.length ? T.pop()[1] : "", h = r.charCodeAt(p + 1), d === "url" && h !== br && h !== Ei && h !== tt && h !== St && h !== Ct && h !== Bt && h !== At) {
7780
7780
  o = p;
7781
7781
  do {
7782
7782
  if (c = !1, o = r.indexOf(")", o + 1), o === -1)
@@ -7785,7 +7785,7 @@ var Pm = function(e, t = {}) {
7785
7785
  break;
7786
7786
  } else
7787
7787
  A("bracket");
7788
- for (f = o; r.charCodeAt(f - 1) === $t; )
7788
+ for (f = o; r.charCodeAt(f - 1) === Tt; )
7789
7789
  f -= 1, c = !c;
7790
7790
  } while (c);
7791
7791
  g = ["brackets", r.slice(p, o + 1), p, o], p = o;
@@ -7803,20 +7803,20 @@ var Pm = function(e, t = {}) {
7803
7803
  break;
7804
7804
  } else
7805
7805
  A("string");
7806
- for (f = o; r.charCodeAt(f - 1) === $t; )
7806
+ for (f = o; r.charCodeAt(f - 1) === Tt; )
7807
7807
  f -= 1, c = !c;
7808
7808
  } while (c);
7809
7809
  g = ["string", r.slice(p, o + 1), p, o], p = o;
7810
7810
  break;
7811
7811
  }
7812
7812
  case Mm: {
7813
- At.lastIndex = p + 1, At.test(r), At.lastIndex === 0 ? o = r.length - 1 : o = At.lastIndex - 2, g = ["at-word", r.slice(p, o + 1), p, o], p = o;
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;
7814
7814
  break;
7815
7815
  }
7816
- case $t: {
7817
- for (o = p, l = !0; r.charCodeAt(o + 1) === $t; )
7816
+ case Tt: {
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 !== $i && u !== tt && u !== Tt && u !== Bt && u !== Ct && u !== St && (o += 1, Ti.test(r.charAt(o)))) {
7819
+ if (u = r.charCodeAt(o + 1), l && u !== $i && u !== tt && u !== St && u !== Ct && u !== At && u !== Bt && (o += 1, Ti.test(r.charAt(o)))) {
7820
7820
  for (; Ti.test(r.charAt(o + 1)); )
7821
7821
  o += 1;
7822
7822
  r.charCodeAt(o + 1) === tt && (o += 1);
@@ -7825,7 +7825,7 @@ var Pm = function(e, t = {}) {
7825
7825
  break;
7826
7826
  }
7827
7827
  default: {
7828
- u === $i && r.charCodeAt(p + 1) === Dm ? (o = r.indexOf("*/", p + 2) + 1, o === 0 && (i || N ? o = r.length : A("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], T.push(g), p = o);
7828
+ u === $i && r.charCodeAt(p + 1) === Dm ? (o = r.indexOf("*/", p + 2) + 1, o === 0 && (i || N ? o = r.length : A("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], T.push(g), p = o);
7829
7829
  break;
7830
7830
  }
7831
7831
  }
@@ -7857,7 +7857,7 @@ var fn = Vt;
7857
7857
  Vt.default = Vt;
7858
7858
  Th.registerAtRule(Vt);
7859
7859
  let Sh = Ue, Bh, Ch;
7860
- class Ve extends Sh {
7860
+ class Je extends Sh {
7861
7861
  constructor(e) {
7862
7862
  super(e), this.type = "root", this.nodes || (this.nodes = []);
7863
7863
  }
@@ -7880,16 +7880,16 @@ class Ve extends Sh {
7880
7880
  return new Bh(new Ch(), this, e).stringify();
7881
7881
  }
7882
7882
  }
7883
- Ve.registerLazyResult = (n) => {
7883
+ Je.registerLazyResult = (n) => {
7884
7884
  Bh = n;
7885
7885
  };
7886
- Ve.registerProcessor = (n) => {
7886
+ Je.registerProcessor = (n) => {
7887
7887
  Ch = n;
7888
7888
  };
7889
- var yt = Ve;
7890
- Ve.default = Ve;
7891
- Sh.registerRoot(Ve);
7892
- let ft = {
7889
+ var vt = Je;
7890
+ Je.default = Je;
7891
+ Sh.registerRoot(Je);
7892
+ let ht = {
7893
7893
  split(n, e, t) {
7894
7894
  let r = [], i = "", u = !1, o = 0, s = !1, a = "", l = !1;
7895
7895
  for (let c of n)
@@ -7899,16 +7899,16 @@ let ft = {
7899
7899
  space(n) {
7900
7900
  let e = [" ", `
7901
7901
  `, " "];
7902
- return ft.split(n, e);
7902
+ return ht.split(n, e);
7903
7903
  },
7904
7904
  comma(n) {
7905
- return ft.split(n, [","], !0);
7905
+ return ht.split(n, [","], !0);
7906
7906
  }
7907
7907
  };
7908
- var Ah = ft;
7909
- ft.default = ft;
7908
+ var Ah = ht;
7909
+ ht.default = ht;
7910
7910
  let Oh = Ue, Lm = Ah;
7911
- class Jt extends Oh {
7911
+ class Zt extends Oh {
7912
7912
  constructor(e) {
7913
7913
  super(e), this.type = "rule", this.nodes || (this.nodes = []);
7914
7914
  }
@@ -7920,10 +7920,10 @@ class Jt extends Oh {
7920
7920
  this.selector = e.join(r);
7921
7921
  }
7922
7922
  }
7923
- var hn = Jt;
7924
- Jt.default = Jt;
7925
- Oh.registerRule(Jt);
7926
- let Nm = sr, _m = Pm, Um = lr, Fm = fn, jm = yt, Si = hn;
7923
+ var hn = Zt;
7924
+ Zt.default = Zt;
7925
+ Oh.registerRule(Zt);
7926
+ let Nm = sr, _m = Pm, Um = lr, Fm = fn, jm = vt, Si = hn;
7927
7927
  const Bi = {
7928
7928
  empty: !0,
7929
7929
  space: !0
@@ -8232,7 +8232,7 @@ class Hm {
8232
8232
  }
8233
8233
  var qm = Hm;
8234
8234
  let zm = Ue, Wm = qm, Gm = ar;
8235
- function Zt(n, e) {
8235
+ function Qt(n, e) {
8236
8236
  let t = new Gm(n, e), r = new Wm(t);
8237
8237
  try {
8238
8238
  r.parse();
@@ -8241,10 +8241,10 @@ function Zt(n, e) {
8241
8241
  }
8242
8242
  return r.root;
8243
8243
  }
8244
- var pn = Zt;
8245
- Zt.default = Zt;
8246
- zm.registerParse(Zt);
8247
- let { isClean: me, my: Km } = bt, Vm = hh, Jm = ur, Zm = Ue, Qm = cn, Ci = dn, Xm = pn, eb = yt;
8244
+ var pn = Qt;
8245
+ Qt.default = Qt;
8246
+ zm.registerParse(Qt);
8247
+ let { isClean: me, my: Km } = yt, Jm = hh, Vm = ur, Zm = Ue, Qm = cn, Ci = dn, Xm = pn, eb = vt;
8248
8248
  const tb = {
8249
8249
  document: "Document",
8250
8250
  root: "Root",
@@ -8273,7 +8273,7 @@ const tb = {
8273
8273
  postcssPlugin: !0,
8274
8274
  prepare: !0,
8275
8275
  Once: !0
8276
- }, Je = 0;
8276
+ }, Ve = 0;
8277
8277
  function rt(n) {
8278
8278
  return typeof n == "object" && typeof n.then == "function";
8279
8279
  }
@@ -8282,14 +8282,14 @@ function Dh(n) {
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
+ Ve,
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, Ve, t + "Exit"] : [t, t + "Exit"];
8289
8289
  }
8290
8290
  function Ai(n) {
8291
8291
  let e;
8292
- return n.type === "document" ? e = ["Document", Je, "DocumentExit"] : n.type === "root" ? e = ["Root", Je, "RootExit"] : e = Dh(n), {
8292
+ return n.type === "document" ? e = ["Document", Ve, "DocumentExit"] : n.type === "root" ? e = ["Root", Ve, "RootExit"] : e = Dh(n), {
8293
8293
  node: n,
8294
8294
  events: e,
8295
8295
  eventIndex: 0,
@@ -8391,16 +8391,16 @@ class Me {
8391
8391
  if (this.error) throw this.error;
8392
8392
  if (this.stringified) return this.result;
8393
8393
  this.stringified = !0, this.sync();
8394
- let e = this.result.opts, t = Jm;
8394
+ let e = this.result.opts, t = Vm;
8395
8395
  e.syntax && (t = e.syntax.stringify), e.stringifier && (t = e.stringifier), t.stringify && (t = t.stringify);
8396
- let i = new Vm(t, this.result.root, this.result.opts).generate();
8396
+ let i = new Jm(t, this.result.root, this.result.opts).generate();
8397
8397
  return this.result.css = i[0], this.result.map = i[1], this.result;
8398
8398
  }
8399
8399
  walkSync(e) {
8400
8400
  e[me] = !0;
8401
8401
  let t = Dh(e);
8402
8402
  for (let r of t)
8403
- if (r === Je)
8403
+ if (r === Ve)
8404
8404
  e.nodes && e.each((i) => {
8405
8405
  i[me] || this.walkSync(i);
8406
8406
  });
@@ -8550,7 +8550,7 @@ class Me {
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 === Ve) {
8554
8554
  r.nodes && r.nodes.length && (r[me] = !0, t.iterator = r.getIterator());
8555
8555
  return;
8556
8556
  } else if (this.listeners[o]) {
@@ -8646,8 +8646,8 @@ class zr {
8646
8646
  }
8647
8647
  var ab = zr;
8648
8648
  zr.default = zr;
8649
- let lb = ab, cb = Rh, db = cn, fb = yt;
8650
- class ht {
8649
+ let lb = ab, cb = Rh, db = cn, fb = vt;
8650
+ class pt {
8651
8651
  constructor(e = []) {
8652
8652
  this.version = "8.4.21", this.plugins = this.normalize(e);
8653
8653
  }
@@ -8670,13 +8670,13 @@ class ht {
8670
8670
  return t;
8671
8671
  }
8672
8672
  }
8673
- var hb = ht;
8674
- ht.default = ht;
8675
- fb.registerProcessor(ht);
8676
- db.registerProcessor(ht);
8677
- let pb = sr, gb = ah, mb = lr, bb = fn, yb = ar, vb = yt, xb = hn;
8678
- function pt(n, e) {
8679
- if (Array.isArray(n)) return n.map((i) => pt(i));
8673
+ var hb = pt;
8674
+ pt.default = pt;
8675
+ fb.registerProcessor(pt);
8676
+ db.registerProcessor(pt);
8677
+ let pb = sr, gb = ah, mb = lr, bb = fn, yb = ar, vb = vt, xb = hn;
8678
+ function gt(n, e) {
8679
+ if (Array.isArray(n)) return n.map((i) => gt(i));
8680
8680
  let { inputs: t, ...r } = n;
8681
8681
  if (t) {
8682
8682
  e = [];
@@ -8688,7 +8688,7 @@ function pt(n, e) {
8688
8688
  }), e.push(u);
8689
8689
  }
8690
8690
  }
8691
- if (r.nodes && (r.nodes = n.nodes.map((i) => pt(i, e))), r.source) {
8691
+ if (r.nodes && (r.nodes = n.nodes.map((i) => gt(i, e))), r.source) {
8692
8692
  let { inputId: i, ...u } = r.source;
8693
8693
  r.source = u, i != null && (r.source.input = e[i]);
8694
8694
  }
@@ -8704,9 +8704,9 @@ function pt(n, e) {
8704
8704
  return new bb(r);
8705
8705
  throw new Error("Unknown node type: " + n.type);
8706
8706
  }
8707
- var wb = pt;
8708
- pt.default = pt;
8709
- let kb = sn, Mh = sr, Eb = Rh, $b = Ue, gn = hb, Tb = ur, Sb = wb, Ih = cn, Bb = $h, Ph = lr, Lh = fn, Cb = dn, Ab = ar, Ob = pn, Db = Ah, Nh = hn, _h = yt, Rb = or;
8707
+ var wb = gt;
8708
+ gt.default = gt;
8709
+ let kb = sn, Mh = sr, Eb = Rh, $b = Ue, gn = hb, Tb = ur, Sb = wb, Ih = cn, Bb = $h, Ph = lr, Lh = fn, Cb = dn, Ab = ar, Ob = pn, Db = Ah, Nh = hn, _h = vt, Rb = or;
8710
8710
  function j(...n) {
8711
8711
  return n.length === 1 && Array.isArray(n[0]) && (n = n[0]), new gn(n);
8712
8712
  }
@@ -8760,7 +8760,7 @@ j.default = j;
8760
8760
  function de(...n) {
8761
8761
  window && window.localStorage && window.localStorage.getItem("debug") && (console.group(...n), console.trace(), console.groupEnd());
8762
8762
  }
8763
- function Dt(...n) {
8763
+ function Rt(...n) {
8764
8764
  console.error(...n);
8765
8765
  }
8766
8766
  function Mb(n, e, t = "registerComponent") {
@@ -8783,23 +8783,23 @@ function Pb(n) {
8783
8783
  de(`[${r}] Registering component ${r} being called on ${t}`);
8784
8784
  const i = e.componentWillLoad;
8785
8785
  if (!i) {
8786
- Dt(`[${r}] componentWillLoad lifecycle method in ${r} missing. Required for RegisterComponent decorator.`);
8786
+ Rt(`[${r}] componentWillLoad lifecycle method in ${r} missing. Required for RegisterComponent decorator.`);
8787
8787
  return;
8788
8788
  }
8789
8789
  const u = e.connectedCallback;
8790
8790
  if (!u) {
8791
- Dt(`[${r}] connectedCallback lifecycle method in ${r} missing. Required for RegisterComponent decorator.`);
8791
+ Rt(`[${r}] connectedCallback lifecycle method in ${r} missing. Required for RegisterComponent decorator.`);
8792
8792
  return;
8793
8793
  }
8794
8794
  const o = e.disconnectedCallback;
8795
8795
  if (!o) {
8796
- Dt(`[${r}] disconnectedCallback lifecycle method in ${r} missing. Required for RegisterComponent decorator.`);
8796
+ Rt(`[${r}] disconnectedCallback lifecycle method in ${r} missing. Required for RegisterComponent decorator.`);
8797
8797
  return;
8798
8798
  }
8799
8799
  if (n.storeToProps && n.stateToProps) {
8800
8800
  const a = Array.from(n.storeToProps.values()), l = Array.from(n.stateToProps.values()), c = a.filter((f) => l.includes(f));
8801
8801
  if (c.length > 0) {
8802
- Dt(`[${r}] Overlapping prop keys detected in ${r} for storeToProps and stateToProps. Make sure to only define them once. Overlapping keys: ${c.join(", ")}`);
8802
+ Rt(`[${r}] Overlapping prop keys detected in ${r} for storeToProps and stateToProps. Make sure to only define them once. Overlapping keys: ${c.join(", ")}`);
8803
8803
  return;
8804
8804
  }
8805
8805
  }
@@ -8809,7 +8809,7 @@ function Pb(n) {
8809
8809
  s.set(a, (l = n.eventToProps) == null ? void 0 : l[a]);
8810
8810
  }), e.connectedCallback = function() {
8811
8811
  de(`[~${r}] connectedCallback called`);
8812
- const a = u == null ? void 0 : u.call(this), l = Rt(this);
8812
+ const a = u == null ? void 0 : u.call(this), l = Mt(this);
8813
8813
  return l.dataset.nylasId || (Object.defineProperty(l, "registerNylasComponent", {
8814
8814
  get() {
8815
8815
  return !0;
@@ -8852,14 +8852,14 @@ function Pb(n) {
8852
8852
  enumerable: !0
8853
8853
  })), a;
8854
8854
  }, n.fireRegisterEvent && (e.componentWillLoad = function() {
8855
- const a = i == null ? void 0 : i.call(this), l = Rt(this), c = {
8855
+ const a = i == null ? void 0 : i.call(this), l = Mt(this), c = {
8856
8856
  element: l,
8857
8857
  ...n,
8858
8858
  eventToProps: s
8859
8859
  }, f = Mb(e, c, n.registrationEventName);
8860
8860
  return l.dispatchEvent(f) && de(`[${r}] Component ${r} successfully fired registration event`), a;
8861
8861
  }, e.disconnectedCallback = function() {
8862
- const a = o == null ? void 0 : o.call(this), l = Rt(this), c = {
8862
+ const a = o == null ? void 0 : o.call(this), l = Mt(this), c = {
8863
8863
  element: l,
8864
8864
  ...n,
8865
8865
  eventToProps: s
@@ -8920,7 +8920,7 @@ function Yb() {
8920
8920
  }
8921
8921
  const Hb = ':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}@media screen and (max-width: 768px){:host{position:unset}}.dropdown{display:inline-block}.dropbtn{color:var(--nylas-base-800);padding:10px;font-size:1rem;font-family:var(--nylas-font-family);cursor:pointer;display:flex;gap:0.5rem;background:transparent;border:none;border-radius:var(--nylas-border-radius-2x);width:50px;padding:14px 16px;border-radius:var(--nylas-border-radius-2x)}.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);max-width:306px;width:max-content;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}', qb = Hb, zb = Ie(class extends Pe {
8922
8922
  constructor() {
8923
- super(), this.__registerHost(), this.__attachShadow(), this.inputOptionChanged = Qt(this, "inputOptionChanged", 7), this.name = void 0, this.options = [], this.defaultInputOption = void 0, this.inputValue = void 0, this.pluralizedLabel = "", this.filterable = !1, this.selectedOption = this.defaultInputOption || null, this.isOpen = !1, this.typedValue = "", this.filteredOptions = [...this.options], this.ariaActivedescendant = "", this.shouldAutoScroll = !1;
8923
+ super(), this.__registerHost(), this.__attachShadow(), this.inputOptionChanged = st(this, "inputOptionChanged", 7), this.name = void 0, this.options = [], this.defaultInputOption = void 0, this.inputValue = void 0, this.pluralizedLabel = "", this.filterable = !1, this.selectedOption = this.defaultInputOption || null, this.isOpen = !1, this.typedValue = "", this.filteredOptions = [...this.options], this.ariaActivedescendant = "", this.shouldAutoScroll = !1;
8924
8924
  }
8925
8925
  optionsChangedHandler(e, t) {
8926
8926
  e !== t && (this.filteredOptions = this.getFilteredOptions(e));
@@ -9099,21 +9099,32 @@ function bn() {
9099
9099
  }
9100
9100
  });
9101
9101
  }
9102
- const Vb = ':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}', Jb = Vb, Zb = Ie(class extends Pe {
9102
+ const Jb = ':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}', Vb = Jb, Zb = Ie(class extends Pe {
9103
9103
  constructor() {
9104
- super(), this.__registerHost(), this.__attachShadow(), this.nylasFormDropdownChanged = Qt(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 = "";
9104
+ super(), this.__registerHost(), this.__attachShadow(), this.nylasFormDropdownChanged = st(this, "nylasFormDropdownChanged", 7), this.nylasFormDropdownDefaultSelected = st(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 = "";
9105
9105
  }
9106
9106
  optionsChangedHandler(e, t) {
9107
9107
  e !== t && (this.filteredOptions = e);
9108
9108
  }
9109
9109
  defaultSelectedOptionChangedHandler(e, t) {
9110
- typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e);
9110
+ typeof e > "u" || (e == null ? void 0 : e.label) === (t == null ? void 0 : t.label) || (this.selectedOption = e, this.nylasFormDropdownDefaultSelected.emit({
9111
+ value: (e == null ? void 0 : e.value) || "",
9112
+ name: this.name,
9113
+ error: this.errorMessage,
9114
+ label: this.label
9115
+ }));
9111
9116
  }
9112
9117
  componentWillLoad() {
9113
9118
  this.el.setAttribute("component-type", this.componentType);
9114
9119
  }
9115
9120
  componentDidLoad() {
9116
- this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]);
9121
+ var e;
9122
+ this.filteredOptions = this.options, this.selectedOption = this.defaultSelectedOption, !this.selectedOption && this.options.length > 0 && (this.selectedOption = this.options[0]), this.nylasFormDropdownDefaultSelected.emit({
9123
+ value: ((e = this.selectedOption) == null ? void 0 : e.value) || "",
9124
+ name: this.name,
9125
+ error: this.errorMessage,
9126
+ label: this.label
9127
+ });
9117
9128
  }
9118
9129
  handleBookingFormSubmitted(e) {
9119
9130
  var t;
@@ -9187,7 +9198,7 @@ const Vb = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nyla
9187
9198
  }
9188
9199
  render() {
9189
9200
  const e = this.generateButtonText(this.selectedOption, this.dropdownButtonText);
9190
- return R("div", { key: "45abbbfaacb891e1d331e42f822a5a2b4e12289c", class: "dropdown", part: "sd_dropdown" }, R("label", { key: "aad1cd53c176003fe04ae372aebc4743cb4830a0", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && R("p", null, R("span", { class: "label" }, this.label), this.required && R("span", { class: "required" }, "*")), R("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) }, R("slot", { key: "410360c7661bfde11430153da1ff97b011c46626", name: "select-icon", "aria-hidden": "true" }), R("span", { key: "c87c03c32ef91c57ed054a35931c49df7c796e49", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && R("span", { class: {
9201
+ return R("div", { key: "4b724d892194708b2dcd0ed74c8e23486ba2b4f7", class: "dropdown", part: "sd_dropdown" }, R("label", { key: "06d33f4f5daa7c09eed054505989210e35c2beb5", part: "sd_dropdown_label", class: { error: !!this.errorMessage } }, this.label && R("p", null, R("span", { class: "label" }, this.label), this.required && R("span", { class: "required" }, "*")), R("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) }, R("slot", { key: "aece407da3b35858b9ec1248d09447706b3120cc", name: "select-icon", "aria-hidden": "true" }), R("span", { key: "55aae4a92f862c81533635999fb60693705cb12b", class: "selected-option", part: "sd_dropdown-button-selected-label" }, e), this.withChevron && R("span", { class: {
9191
9202
  open: this.isOpen,
9192
9203
  closed: !this.isOpen,
9193
9204
  chevron: !0
@@ -9203,7 +9214,7 @@ const Vb = ':host{display:block;position:relative;--nylas-primary:#2563eb;--nyla
9203
9214
  };
9204
9215
  }
9205
9216
  static get style() {
9206
- return Jb;
9217
+ return Vb;
9207
9218
  }
9208
9219
  }, [1, "select-dropdown", {
9209
9220
  name: [1],
@@ -9249,7 +9260,7 @@ const Qb = ".time-period-selector.sc-time-period-selector{display:grid;gap:0.5re
9249
9260
  months: "month"
9250
9261
  }, t2 = Ie(class extends Pe {
9251
9262
  constructor() {
9252
- super(), this.__registerHost(), this.timePeriodChanged = Qt(this, "timePeriodChanged", 7), this.timePeriods = ["hour", "day", "week", "month"], this.defaultSelectedPeriod = void 0, this.defaultSelectedNumber = void 0, this.selectedPeriod = this.defaultSelectedPeriod, this.selectedNumber = this.defaultSelectedNumber, this.numberOptions = this.calculateOptions(this.defaultSelectedPeriod || "hour").map((e) => ({
9263
+ super(), this.__registerHost(), this.timePeriodChanged = st(this, "timePeriodChanged", 7), this.timePeriods = ["hour", "day", "week", "month"], this.defaultSelectedPeriod = void 0, this.defaultSelectedNumber = void 0, this.selectedPeriod = this.defaultSelectedPeriod, this.selectedNumber = this.defaultSelectedNumber, this.numberOptions = this.calculateOptions(this.defaultSelectedPeriod || "hour").map((e) => ({
9253
9264
  label: e.toString(),
9254
9265
  value: e.toString()
9255
9266
  })), this.timePeriodOptions = this.timePeriods.map((e) => ({
@@ -9397,7 +9408,7 @@ var l2 = function(n, e, t, r) {
9397
9408
  };
9398
9409
  const yn = Ie(class extends Pe {
9399
9410
  constructor() {
9400
- super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = Qt(this, "valueChanged", 7), this.internals = this.attachInternals(), this.selectedConfiguration = void 0, this.minBookingNotice = void 0, this.name = "min-booking-notice", this.selectedNumber = void 0, this.selectedPeriod = void 0;
9411
+ super(), this.__registerHost(), this.__attachShadow(), this.valueChanged = st(this, "valueChanged", 7), this.internals = this.attachInternals(), this.selectedConfiguration = void 0, this.minBookingNotice = void 0, this.name = "min-booking-notice", this.selectedNumber = void 0, this.selectedPeriod = void 0;
9401
9412
  }
9402
9413
  elementNameChangedHandler(e) {
9403
9414
  de("nylas-min-booking-notice", "elementNameChangedHandler", e), this.host.setAttribute("name", e);