@everymatrix/cashier-session-expiration-modal 1.76.14 → 1.77.1

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.
@@ -15,18 +15,18 @@ function zr(e) {
15
15
  function rr() {
16
16
  return /* @__PURE__ */ Object.create(null);
17
17
  }
18
- function He(e) {
18
+ function Ie(e) {
19
19
  e.forEach(zr);
20
20
  }
21
- function Vt(e) {
21
+ function Yt(e) {
22
22
  return typeof e == "function";
23
23
  }
24
24
  function Wr(e, t) {
25
25
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
26
26
  }
27
- let At;
27
+ let wt;
28
28
  function ir(e, t) {
29
- return e === t ? !0 : (At || (At = document.createElement("a")), At.href = t, e === At.href);
29
+ return e === t ? !0 : (wt || (wt = document.createElement("a")), wt.href = t, e === wt.href);
30
30
  }
31
31
  function zi(e) {
32
32
  return Object.keys(e).length === 0;
@@ -40,10 +40,10 @@ function Vr(e, ...t) {
40
40
  const n = e.subscribe(...t);
41
41
  return n.unsubscribe ? () => n.unsubscribe() : n;
42
42
  }
43
- function or(e, t, n) {
43
+ function sr(e, t, n) {
44
44
  e.$$.on_destroy.push(Vr(t, n));
45
45
  }
46
- function Lt(e, t, n, r) {
46
+ function Nt(e, t, n, r) {
47
47
  if (e) {
48
48
  const i = Xr(e, t, n, r);
49
49
  return e[0](i);
@@ -52,28 +52,28 @@ function Lt(e, t, n, r) {
52
52
  function Xr(e, t, n, r) {
53
53
  return e[1] && r ? ji(n.ctx.slice(), e[1](r(t))) : n.ctx;
54
54
  }
55
- function Nt(e, t, n, r) {
55
+ function Ht(e, t, n, r) {
56
56
  if (e[2] && r) {
57
57
  const i = e[2](r(n));
58
58
  if (t.dirty === void 0)
59
59
  return i;
60
60
  if (typeof i == "object") {
61
- const o = [], u = Math.max(t.dirty.length, i.length);
61
+ const s = [], u = Math.max(t.dirty.length, i.length);
62
62
  for (let a = 0; a < u; a += 1)
63
- o[a] = t.dirty[a] | i[a];
64
- return o;
63
+ s[a] = t.dirty[a] | i[a];
64
+ return s;
65
65
  }
66
66
  return t.dirty | i;
67
67
  }
68
68
  return t.dirty;
69
69
  }
70
- function Ht(e, t, n, r, i, o) {
70
+ function It(e, t, n, r, i, s) {
71
71
  if (i) {
72
- const u = Xr(t, n, r, o);
72
+ const u = Xr(t, n, r, s);
73
73
  e.p(u, i);
74
74
  }
75
75
  }
76
- function It(e) {
76
+ function Pt(e) {
77
77
  if (e.ctx.length > 32) {
78
78
  const t = [], n = e.ctx.length / 32;
79
79
  for (let r = 0; r < n; r++)
@@ -83,21 +83,21 @@ function It(e) {
83
83
  return -1;
84
84
  }
85
85
  const Yr = typeof window < "u";
86
- let Wi = Yr ? () => window.performance.now() : () => Date.now(), Cn = Yr ? (e) => requestAnimationFrame(e) : de;
87
- const We = /* @__PURE__ */ new Set();
86
+ let Wi = Yr ? () => window.performance.now() : () => Date.now(), Nn = Yr ? (e) => requestAnimationFrame(e) : de;
87
+ const Ve = /* @__PURE__ */ new Set();
88
88
  function Zr(e) {
89
- We.forEach((t) => {
90
- t.c(e) || (We.delete(t), t.f());
91
- }), We.size !== 0 && Cn(Zr);
89
+ Ve.forEach((t) => {
90
+ t.c(e) || (Ve.delete(t), t.f());
91
+ }), Ve.size !== 0 && Nn(Zr);
92
92
  }
93
93
  function Vi(e) {
94
94
  let t;
95
- return We.size === 0 && Cn(Zr), {
95
+ return Ve.size === 0 && Nn(Zr), {
96
96
  promise: new Promise((n) => {
97
- We.add(t = { c: e, f: n });
97
+ Ve.add(t = { c: e, f: n });
98
98
  }),
99
99
  abort() {
100
- We.delete(t);
100
+ Ve.delete(t);
101
101
  }
102
102
  };
103
103
  }
@@ -105,13 +105,13 @@ function J(e, t) {
105
105
  e.appendChild(t);
106
106
  }
107
107
  function Xi(e, t, n) {
108
- const r = Ln(e);
108
+ const r = Hn(e);
109
109
  if (!r.getElementById(t)) {
110
110
  const i = te("style");
111
111
  i.id = t, i.textContent = n, qr(r, i);
112
112
  }
113
113
  }
114
- function Ln(e) {
114
+ function Hn(e) {
115
115
  if (!e)
116
116
  return document;
117
117
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -123,7 +123,7 @@ function Ln(e) {
123
123
  }
124
124
  function Yi(e) {
125
125
  const t = te("style");
126
- return t.textContent = "/* empty */", qr(Ln(e), t), t.sheet;
126
+ return t.textContent = "/* empty */", qr(Hn(e), t), t.sheet;
127
127
  }
128
128
  function qr(e, t) {
129
129
  return J(
@@ -132,7 +132,7 @@ function qr(e, t) {
132
132
  t
133
133
  ), t.sheet;
134
134
  }
135
- function Ae(e, t, n) {
135
+ function we(e, t, n) {
136
136
  e.insertBefore(t, n || null);
137
137
  }
138
138
  function ge(e) {
@@ -141,42 +141,42 @@ function ge(e) {
141
141
  function te(e) {
142
142
  return document.createElement(e);
143
143
  }
144
- function sr(e) {
144
+ function or(e) {
145
145
  return document.createElementNS("http://www.w3.org/2000/svg", e);
146
146
  }
147
- function Qe(e) {
147
+ function Ke(e) {
148
148
  return document.createTextNode(e);
149
149
  }
150
150
  function ht() {
151
- return Qe(" ");
151
+ return Ke(" ");
152
152
  }
153
153
  function Jr() {
154
- return Qe("");
154
+ return Ke("");
155
155
  }
156
- function Ut(e, t, n, r) {
156
+ function kt(e, t, n, r) {
157
157
  return e.addEventListener(t, n, r), () => e.removeEventListener(t, n, r);
158
158
  }
159
- function z(e, t, n) {
159
+ function j(e, t, n) {
160
160
  n == null ? e.removeAttribute(t) : e.getAttribute(t) !== n && e.setAttribute(t, n);
161
161
  }
162
162
  function Zi(e) {
163
163
  return Array.from(e.childNodes);
164
164
  }
165
- function Xt(e, t) {
165
+ function Zt(e, t) {
166
166
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
167
167
  t);
168
168
  }
169
- let wt;
169
+ let Ot;
170
170
  function qi() {
171
- if (wt === void 0) {
172
- wt = !1;
171
+ if (Ot === void 0) {
172
+ Ot = !1;
173
173
  try {
174
174
  typeof window < "u" && window.parent && window.parent.document;
175
175
  } catch {
176
- wt = !0;
176
+ Ot = !0;
177
177
  }
178
178
  }
179
- return wt;
179
+ return Ot;
180
180
  }
181
181
  function Ji(e, t) {
182
182
  getComputedStyle(e).position === "static" && (e.style.position = "relative");
@@ -186,8 +186,8 @@ function Ji(e, t) {
186
186
  "display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; border: 0; opacity: 0; pointer-events: none; z-index: -1;"
187
187
  ), r.setAttribute("aria-hidden", "true"), r.tabIndex = -1;
188
188
  const i = qi();
189
- let o;
190
- return i ? (r.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", o = Ut(
189
+ let s;
190
+ return i ? (r.src = "data:text/html,<script>onresize=function(){parent.postMessage(0,'*')}<\/script>", s = kt(
191
191
  window,
192
192
  "message",
193
193
  /** @param {MessageEvent} event */
@@ -195,9 +195,9 @@ function Ji(e, t) {
195
195
  u.source === r.contentWindow && t();
196
196
  }
197
197
  )) : (r.src = "about:blank", r.onload = () => {
198
- o = Ut(r.contentWindow, "resize", t), t();
198
+ s = kt(r.contentWindow, "resize", t), t();
199
199
  }), J(e, r), () => {
200
- (i || o && r.contentWindow) && o(), ge(r);
200
+ (i || s && r.contentWindow) && s(), ge(r);
201
201
  };
202
202
  }
203
203
  function Qi(e, t, { bubbles: n = !1, cancelable: r = !1 } = {}) {
@@ -212,151 +212,151 @@ function Ki(e) {
212
212
  }
213
213
  ), t;
214
214
  }
215
- const kt = /* @__PURE__ */ new Map();
216
- let Ft = 0;
217
- function eo(e) {
215
+ const Ft = /* @__PURE__ */ new Map();
216
+ let Gt = 0;
217
+ function es(e) {
218
218
  let t = 5381, n = e.length;
219
219
  for (; n--; )
220
220
  t = (t << 5) - t ^ e.charCodeAt(n);
221
221
  return t >>> 0;
222
222
  }
223
- function to(e, t) {
223
+ function ts(e, t) {
224
224
  const n = { stylesheet: Yi(t), rules: {} };
225
- return kt.set(e, n), n;
225
+ return Ft.set(e, n), n;
226
226
  }
227
- function ar(e, t, n, r, i, o, u, a = 0) {
227
+ function ar(e, t, n, r, i, s, u, a = 0) {
228
228
  const c = 16.666 / r;
229
229
  let l = `{
230
230
  `;
231
231
  for (let C = 0; C <= 1; C += c) {
232
- const G = t + (n - t) * o(C);
233
- l += C * 100 + `%{${u(G, 1 - G)}}
232
+ const F = t + (n - t) * s(C);
233
+ l += C * 100 + `%{${u(F, 1 - F)}}
234
234
  `;
235
235
  }
236
- const h = l + `100% {${u(n, 1 - n)}}
237
- }`, _ = `__svelte_${eo(h)}_${a}`, y = Ln(e), { stylesheet: M, rules: b } = kt.get(y) || to(y, e);
238
- b[_] || (b[_] = !0, M.insertRule(`@keyframes ${_} ${h}`, M.cssRules.length));
236
+ const f = l + `100% {${u(n, 1 - n)}}
237
+ }`, _ = `__svelte_${es(f)}_${a}`, y = Hn(e), { stylesheet: M, rules: b } = Ft.get(y) || ts(y, e);
238
+ b[_] || (b[_] = !0, M.insertRule(`@keyframes ${_} ${f}`, M.cssRules.length));
239
239
  const d = e.style.animation || "";
240
- return e.style.animation = `${d ? `${d}, ` : ""}${_} ${r}ms linear ${i}ms 1 both`, Ft += 1, _;
240
+ return e.style.animation = `${d ? `${d}, ` : ""}${_} ${r}ms linear ${i}ms 1 both`, Gt += 1, _;
241
241
  }
242
- function no(e, t) {
242
+ function ns(e, t) {
243
243
  const n = (e.style.animation || "").split(", "), r = n.filter(
244
- t ? (o) => o.indexOf(t) < 0 : (o) => o.indexOf("__svelte") === -1
244
+ t ? (s) => s.indexOf(t) < 0 : (s) => s.indexOf("__svelte") === -1
245
245
  // remove all Svelte animations
246
246
  ), i = n.length - r.length;
247
- i && (e.style.animation = r.join(", "), Ft -= i, Ft || ro());
247
+ i && (e.style.animation = r.join(", "), Gt -= i, Gt || rs());
248
248
  }
249
- function ro() {
250
- Cn(() => {
251
- Ft || (kt.forEach((e) => {
249
+ function rs() {
250
+ Nn(() => {
251
+ Gt || (Ft.forEach((e) => {
252
252
  const { ownerNode: t } = e.stylesheet;
253
253
  t && ge(t);
254
- }), kt.clear());
254
+ }), Ft.clear());
255
255
  });
256
256
  }
257
- let dt;
258
- function mt(e) {
259
- dt = e;
257
+ let pt;
258
+ function dt(e) {
259
+ pt = e;
260
260
  }
261
261
  function Qr() {
262
- if (!dt)
262
+ if (!pt)
263
263
  throw new Error("Function called outside component initialization");
264
- return dt;
264
+ return pt;
265
265
  }
266
- function io(e) {
266
+ function is(e) {
267
267
  Qr().$$.on_mount.push(e);
268
268
  }
269
- function oo(e) {
269
+ function ss(e) {
270
270
  Qr().$$.on_destroy.push(e);
271
271
  }
272
- const ze = [], Gt = [];
273
- let Ve = [];
274
- const ur = [], so = /* @__PURE__ */ Promise.resolve();
275
- let bn = !1;
276
- function ao() {
277
- bn || (bn = !0, so.then(le));
272
+ const We = [], jt = [];
273
+ let Xe = [];
274
+ const ur = [], os = /* @__PURE__ */ Promise.resolve();
275
+ let yn = !1;
276
+ function as() {
277
+ yn || (yn = !0, os.then(le));
278
278
  }
279
- function Xe(e) {
280
- Ve.push(e);
279
+ function Ye(e) {
280
+ Xe.push(e);
281
281
  }
282
- const on = /* @__PURE__ */ new Set();
283
- let Ge = 0;
282
+ const an = /* @__PURE__ */ new Set();
283
+ let je = 0;
284
284
  function le() {
285
- if (Ge !== 0)
285
+ if (je !== 0)
286
286
  return;
287
- const e = dt;
287
+ const e = pt;
288
288
  do {
289
289
  try {
290
- for (; Ge < ze.length; ) {
291
- const t = ze[Ge];
292
- Ge++, mt(t), uo(t.$$);
290
+ for (; je < We.length; ) {
291
+ const t = We[je];
292
+ je++, dt(t), us(t.$$);
293
293
  }
294
294
  } catch (t) {
295
- throw ze.length = 0, Ge = 0, t;
295
+ throw We.length = 0, je = 0, t;
296
296
  }
297
- for (mt(null), ze.length = 0, Ge = 0; Gt.length; )
298
- Gt.pop()();
299
- for (let t = 0; t < Ve.length; t += 1) {
300
- const n = Ve[t];
301
- on.has(n) || (on.add(n), n());
297
+ for (dt(null), We.length = 0, je = 0; jt.length; )
298
+ jt.pop()();
299
+ for (let t = 0; t < Xe.length; t += 1) {
300
+ const n = Xe[t];
301
+ an.has(n) || (an.add(n), n());
302
302
  }
303
- Ve.length = 0;
304
- } while (ze.length);
303
+ Xe.length = 0;
304
+ } while (We.length);
305
305
  for (; ur.length; )
306
306
  ur.pop()();
307
- bn = !1, on.clear(), mt(e);
307
+ yn = !1, an.clear(), dt(e);
308
308
  }
309
- function uo(e) {
309
+ function us(e) {
310
310
  if (e.fragment !== null) {
311
- e.update(), He(e.before_update);
311
+ e.update(), Ie(e.before_update);
312
312
  const t = e.dirty;
313
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Xe);
313
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ye);
314
314
  }
315
315
  }
316
- function lo(e) {
316
+ function ls(e) {
317
317
  const t = [], n = [];
318
- Ve.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), Ve = t;
318
+ Xe.forEach((r) => e.indexOf(r) === -1 ? t.push(r) : n.push(r)), n.forEach((r) => r()), Xe = t;
319
319
  }
320
- let it;
321
- function co() {
322
- return it || (it = Promise.resolve(), it.then(() => {
323
- it = null;
324
- })), it;
320
+ let st;
321
+ function cs() {
322
+ return st || (st = Promise.resolve(), st.then(() => {
323
+ st = null;
324
+ })), st;
325
325
  }
326
- function sn(e, t, n) {
326
+ function un(e, t, n) {
327
327
  e.dispatchEvent(Qi(`${t ? "intro" : "outro"}${n}`));
328
328
  }
329
- const Pt = /* @__PURE__ */ new Set();
330
- let Me;
329
+ const Rt = /* @__PURE__ */ new Set();
330
+ let Ce;
331
331
  function Kr() {
332
- Me = {
332
+ Ce = {
333
333
  r: 0,
334
334
  c: [],
335
- p: Me
335
+ p: Ce
336
336
  // parent group
337
337
  };
338
338
  }
339
339
  function ei() {
340
- Me.r || He(Me.c), Me = Me.p;
340
+ Ce.r || Ie(Ce.c), Ce = Ce.p;
341
341
  }
342
342
  function Se(e, t) {
343
- e && e.i && (Pt.delete(e), e.i(t));
343
+ e && e.i && (Rt.delete(e), e.i(t));
344
344
  }
345
- function Le(e, t, n, r) {
345
+ function Ne(e, t, n, r) {
346
346
  if (e && e.o) {
347
- if (Pt.has(e))
347
+ if (Rt.has(e))
348
348
  return;
349
- Pt.add(e), Me.c.push(() => {
350
- Pt.delete(e), r && (n && e.d(1), r());
349
+ Rt.add(e), Ce.c.push(() => {
350
+ Rt.delete(e), r && (n && e.d(1), r());
351
351
  }), e.o(t);
352
352
  } else
353
353
  r && r();
354
354
  }
355
- const ho = { duration: 0 };
355
+ const fs = { duration: 0 };
356
356
  function lr(e, t, n, r) {
357
- let o = t(e, n, { direction: "both" }), u = r ? 0 : 1, a = null, c = null, l = null, h;
357
+ let s = t(e, n, { direction: "both" }), u = r ? 0 : 1, a = null, c = null, l = null, f;
358
358
  function _() {
359
- l && no(e, l);
359
+ l && ns(e, l);
360
360
  }
361
361
  function y(b, d) {
362
362
  const C = (
@@ -377,29 +377,29 @@ function lr(e, t, n, r) {
377
377
  const {
378
378
  delay: d = 0,
379
379
  duration: C = 300,
380
- easing: G = jr,
380
+ easing: F = jr,
381
381
  tick: $ = de,
382
382
  css: A
383
- } = o || ho, H = {
383
+ } = s || fs, H = {
384
384
  start: Wi() + d,
385
385
  b
386
386
  };
387
- b || (H.group = Me, Me.r += 1), "inert" in e && (b ? h !== void 0 && (e.inert = h) : (h = /** @type {HTMLElement} */
388
- e.inert, e.inert = !0)), a || c ? c = H : (A && (_(), l = ar(e, u, b, C, d, G, A)), b && $(0, 1), a = y(H, C), Xe(() => sn(e, b, "start")), Vi((R) => {
389
- if (c && R > c.start && (a = y(c, C), c = null, sn(e, a.b, "start"), A && (_(), l = ar(
387
+ b || (H.group = Ce, Ce.r += 1), "inert" in e && (b ? f !== void 0 && (e.inert = f) : (f = /** @type {HTMLElement} */
388
+ e.inert, e.inert = !0)), a || c ? c = H : (A && (_(), l = ar(e, u, b, C, d, F, A)), b && $(0, 1), a = y(H, C), Ye(() => un(e, b, "start")), Vi((R) => {
389
+ if (c && R > c.start && (a = y(c, C), c = null, un(e, a.b, "start"), A && (_(), l = ar(
390
390
  e,
391
391
  u,
392
392
  a.b,
393
393
  a.duration,
394
394
  0,
395
- G,
396
- o.css
395
+ F,
396
+ s.css
397
397
  ))), a) {
398
398
  if (R >= a.end)
399
- $(u = a.b, 1 - u), sn(e, a.b, "end"), c || (a.b ? _() : --a.group.r || He(a.group.c)), a = null;
399
+ $(u = a.b, 1 - u), un(e, a.b, "end"), c || (a.b ? _() : --a.group.r || Ie(a.group.c)), a = null;
400
400
  else if (R >= a.start) {
401
- const k = R - a.start;
402
- u = a.a + a.d * G(k / a.duration), $(u, 1 - u);
401
+ const U = R - a.start;
402
+ u = a.a + a.d * F(U / a.duration), $(u, 1 - u);
403
403
  }
404
404
  }
405
405
  return !!(a || c);
@@ -407,8 +407,8 @@ function lr(e, t, n, r) {
407
407
  }
408
408
  return {
409
409
  run(b) {
410
- Vt(o) ? co().then(() => {
411
- o = o({ direction: b ? "in" : "out" }), M(b);
410
+ Yt(s) ? cs().then(() => {
411
+ s = s({ direction: b ? "in" : "out" }), M(b);
412
412
  }) : M(b);
413
413
  },
414
414
  end() {
@@ -416,28 +416,28 @@ function lr(e, t, n, r) {
416
416
  }
417
417
  };
418
418
  }
419
- function fo(e, t, n) {
419
+ function hs(e, t, n) {
420
420
  const { fragment: r, after_update: i } = e.$$;
421
- r && r.m(t, n), Xe(() => {
422
- const o = e.$$.on_mount.map(zr).filter(Vt);
423
- e.$$.on_destroy ? e.$$.on_destroy.push(...o) : He(o), e.$$.on_mount = [];
424
- }), i.forEach(Xe);
421
+ r && r.m(t, n), Ye(() => {
422
+ const s = e.$$.on_mount.map(zr).filter(Yt);
423
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Ie(s), e.$$.on_mount = [];
424
+ }), i.forEach(Ye);
425
425
  }
426
- function mo(e, t) {
426
+ function ms(e, t) {
427
427
  const n = e.$$;
428
- n.fragment !== null && (lo(n.after_update), He(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
428
+ n.fragment !== null && (ls(n.after_update), Ie(n.on_destroy), n.fragment && n.fragment.d(t), n.on_destroy = n.fragment = null, n.ctx = []);
429
429
  }
430
- function po(e, t) {
431
- e.$$.dirty[0] === -1 && (ze.push(e), ao(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
430
+ function ds(e, t) {
431
+ e.$$.dirty[0] === -1 && (We.push(e), as(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
432
432
  }
433
- function go(e, t, n, r, i, o, u = null, a = [-1]) {
434
- const c = dt;
435
- mt(e);
433
+ function ps(e, t, n, r, i, s, u = null, a = [-1]) {
434
+ const c = pt;
435
+ dt(e);
436
436
  const l = e.$$ = {
437
437
  fragment: null,
438
438
  ctx: [],
439
439
  // state
440
- props: o,
440
+ props: s,
441
441
  update: de,
442
442
  not_equal: i,
443
443
  bound: rr(),
@@ -455,19 +455,19 @@ function go(e, t, n, r, i, o, u = null, a = [-1]) {
455
455
  root: t.target || c.$$.root
456
456
  };
457
457
  u && u(l.root);
458
- let h = !1;
458
+ let f = !1;
459
459
  if (l.ctx = n ? n(e, t.props || {}, (_, y, ...M) => {
460
460
  const b = M.length ? M[0] : y;
461
- return l.ctx && i(l.ctx[_], l.ctx[_] = b) && (!l.skip_bound && l.bound[_] && l.bound[_](b), h && po(e, _)), y;
462
- }) : [], l.update(), h = !0, He(l.before_update), l.fragment = r ? r(l.ctx) : !1, t.target) {
461
+ return l.ctx && i(l.ctx[_], l.ctx[_] = b) && (!l.skip_bound && l.bound[_] && l.bound[_](b), f && ds(e, _)), y;
462
+ }) : [], l.update(), f = !0, Ie(l.before_update), l.fragment = r ? r(l.ctx) : !1, t.target) {
463
463
  if (t.hydrate) {
464
464
  const _ = Zi(t.target);
465
465
  l.fragment && l.fragment.l(_), _.forEach(ge);
466
466
  } else
467
467
  l.fragment && l.fragment.c();
468
- t.intro && Se(e.$$.fragment), fo(e, t.target, t.anchor), le();
468
+ t.intro && Se(e.$$.fragment), hs(e, t.target, t.anchor), le();
469
469
  }
470
- mt(c);
470
+ dt(c);
471
471
  }
472
472
  let ti;
473
473
  typeof HTMLElement == "function" && (ti = class extends HTMLElement {
@@ -509,20 +509,20 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
509
509
  if (this.$$cn = !0, !this.$$c) {
510
510
  let e = function(i) {
511
511
  return () => {
512
- let o;
512
+ let s;
513
513
  return {
514
514
  c: function() {
515
- o = te("slot"), i !== "default" && z(o, "name", i);
515
+ s = te("slot"), i !== "default" && j(s, "name", i);
516
516
  },
517
517
  /**
518
518
  * @param {HTMLElement} target
519
519
  * @param {HTMLElement} [anchor]
520
520
  */
521
521
  m: function(c, l) {
522
- Ae(c, o, l);
522
+ we(c, s, l);
523
523
  },
524
524
  d: function(c) {
525
- c && ge(o);
525
+ c && ge(s);
526
526
  }
527
527
  };
528
528
  };
@@ -533,8 +533,8 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
533
533
  for (const i of this.$$s)
534
534
  i in n && (t[i] = [e(i)]);
535
535
  for (const i of this.attributes) {
536
- const o = this.$$g_p(i.name);
537
- o in this.$$d || (this.$$d[o] = Rt(o, i.value, this.$$p_d, "toProp"));
536
+ const s = this.$$g_p(i.name);
537
+ s in this.$$d || (this.$$d[s] = Dt(s, i.value, this.$$p_d, "toProp"));
538
538
  }
539
539
  for (const i in this.$$p_d)
540
540
  !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
@@ -552,21 +552,21 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
552
552
  this.$$r = !0;
553
553
  for (const i in this.$$p_d)
554
554
  if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
555
- const o = Rt(
555
+ const s = Dt(
556
556
  i,
557
557
  this.$$d[i],
558
558
  this.$$p_d,
559
559
  "toAttribute"
560
560
  );
561
- o == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, o);
561
+ s == null ? this.removeAttribute(this.$$p_d[i].attribute || i) : this.setAttribute(this.$$p_d[i].attribute || i, s);
562
562
  }
563
563
  this.$$r = !1;
564
564
  };
565
565
  this.$$c.$$.after_update.push(r), r();
566
566
  for (const i in this.$$l)
567
- for (const o of this.$$l[i]) {
568
- const u = this.$$c.$on(i, o);
569
- this.$$l_u.set(o, u);
567
+ for (const s of this.$$l[i]) {
568
+ const u = this.$$c.$on(i, s);
569
+ this.$$l_u.set(s, u);
570
570
  }
571
571
  this.$$l = {};
572
572
  }
@@ -574,7 +574,7 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
574
574
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
575
575
  // and setting attributes through setAttribute etc, this is helpful
576
576
  attributeChangedCallback(e, t, n) {
577
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = Rt(e, n, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
577
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = Dt(e, n, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
578
578
  }
579
579
  disconnectedCallback() {
580
580
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -587,7 +587,7 @@ typeof HTMLElement == "function" && (ti = class extends HTMLElement {
587
587
  ) || e;
588
588
  }
589
589
  });
590
- function Rt(e, t, n, r) {
590
+ function Dt(e, t, n, r) {
591
591
  const i = n[e]?.type;
592
592
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !r || !n[e])
593
593
  return t;
@@ -616,7 +616,7 @@ function Rt(e, t, n, r) {
616
616
  return t;
617
617
  }
618
618
  }
619
- function _o(e, t, n, r, i, o) {
619
+ function gs(e, t, n, r, i, s) {
620
620
  let u = class extends ti {
621
621
  constructor() {
622
622
  super(e, n, i), this.$$p_d = t;
@@ -633,7 +633,7 @@ function _o(e, t, n, r, i, o) {
633
633
  return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
634
634
  },
635
635
  set(c) {
636
- c = Rt(a, c, t), this.$$d[a] = c, this.$$c?.$set({ [a]: c });
636
+ c = Dt(a, c, t), this.$$d[a] = c, this.$$c?.$set({ [a]: c });
637
637
  }
638
638
  });
639
639
  }), r.forEach((a) => {
@@ -645,7 +645,7 @@ function _o(e, t, n, r, i, o) {
645
645
  }), e.element = /** @type {any} */
646
646
  u, u;
647
647
  }
648
- class bo {
648
+ class _s {
649
649
  /**
650
650
  * ### PRIVATE API
651
651
  *
@@ -664,7 +664,7 @@ class bo {
664
664
  $$set = void 0;
665
665
  /** @returns {void} */
666
666
  $destroy() {
667
- mo(this, 1), this.$destroy = de;
667
+ ms(this, 1), this.$destroy = de;
668
668
  }
669
669
  /**
670
670
  * @template {Extract<keyof Events, string>} K
@@ -673,7 +673,7 @@ class bo {
673
673
  * @returns {() => void}
674
674
  */
675
675
  $on(t, n) {
676
- if (!Vt(n))
676
+ if (!Yt(n))
677
677
  return de;
678
678
  const r = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
679
679
  return r.push(n), () => {
@@ -689,122 +689,122 @@ class bo {
689
689
  this.$$set && !zi(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
690
690
  }
691
691
  }
692
- const Eo = "4";
693
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Eo);
692
+ const bs = "4";
693
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(bs);
694
694
  function cr(e, { delay: t = 0, duration: n = 400, easing: r = jr } = {}) {
695
695
  const i = +getComputedStyle(e).opacity;
696
696
  return {
697
697
  delay: t,
698
698
  duration: n,
699
699
  easing: r,
700
- css: (o) => `opacity: ${o * i}`
700
+ css: (s) => `opacity: ${s * i}`
701
701
  };
702
702
  }
703
- const je = [];
704
- function yo(e, t) {
703
+ const ze = [];
704
+ function Es(e, t) {
705
705
  return {
706
- subscribe: _t(e, t).subscribe
706
+ subscribe: bt(e, t).subscribe
707
707
  };
708
708
  }
709
- function _t(e, t = de) {
709
+ function bt(e, t = de) {
710
710
  let n;
711
711
  const r = /* @__PURE__ */ new Set();
712
712
  function i(a) {
713
713
  if (Wr(e, a) && (e = a, n)) {
714
- const c = !je.length;
714
+ const c = !ze.length;
715
715
  for (const l of r)
716
- l[1](), je.push(l, e);
716
+ l[1](), ze.push(l, e);
717
717
  if (c) {
718
- for (let l = 0; l < je.length; l += 2)
719
- je[l][0](je[l + 1]);
720
- je.length = 0;
718
+ for (let l = 0; l < ze.length; l += 2)
719
+ ze[l][0](ze[l + 1]);
720
+ ze.length = 0;
721
721
  }
722
722
  }
723
723
  }
724
- function o(a) {
724
+ function s(a) {
725
725
  i(a(e));
726
726
  }
727
727
  function u(a, c = de) {
728
728
  const l = [a, c];
729
- return r.add(l), r.size === 1 && (n = t(i, o) || de), a(e), () => {
729
+ return r.add(l), r.size === 1 && (n = t(i, s) || de), a(e), () => {
730
730
  r.delete(l), r.size === 0 && n && (n(), n = null);
731
731
  };
732
732
  }
733
- return { set: i, update: o, subscribe: u };
733
+ return { set: i, update: s, subscribe: u };
734
734
  }
735
- function Ke(e, t, n) {
735
+ function et(e, t, n) {
736
736
  const r = !Array.isArray(e), i = r ? [e] : e;
737
737
  if (!i.every(Boolean))
738
738
  throw new Error("derived() expects stores as input, got a falsy value");
739
- const o = t.length < 2;
740
- return yo(n, (u, a) => {
739
+ const s = t.length < 2;
740
+ return Es(n, (u, a) => {
741
741
  let c = !1;
742
742
  const l = [];
743
- let h = 0, _ = de;
743
+ let f = 0, _ = de;
744
744
  const y = () => {
745
- if (h)
745
+ if (f)
746
746
  return;
747
747
  _();
748
748
  const b = t(r ? l[0] : l, u, a);
749
- o ? u(b) : _ = Vt(b) ? b : de;
749
+ s ? u(b) : _ = Yt(b) ? b : de;
750
750
  }, M = i.map(
751
751
  (b, d) => Vr(
752
752
  b,
753
753
  (C) => {
754
- l[d] = C, h &= ~(1 << d), c && y();
754
+ l[d] = C, f &= ~(1 << d), c && y();
755
755
  },
756
756
  () => {
757
- h |= 1 << d;
757
+ f |= 1 << d;
758
758
  }
759
759
  )
760
760
  );
761
761
  return c = !0, y(), function() {
762
- He(M), _(), c = !1;
762
+ Ie(M), _(), c = !1;
763
763
  };
764
764
  });
765
765
  }
766
766
  var ni = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
767
- function Nn(e) {
767
+ function In(e) {
768
768
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
769
769
  }
770
- var xo = function(t) {
771
- return To(t) && !vo(t);
770
+ var ys = function(t) {
771
+ return xs(t) && !vs(t);
772
772
  };
773
- function To(e) {
773
+ function xs(e) {
774
774
  return !!e && typeof e == "object";
775
775
  }
776
- function vo(e) {
776
+ function vs(e) {
777
777
  var t = Object.prototype.toString.call(e);
778
- return t === "[object RegExp]" || t === "[object Date]" || wo(e);
778
+ return t === "[object RegExp]" || t === "[object Date]" || As(e);
779
779
  }
780
- var So = typeof Symbol == "function" && Symbol.for, Ao = So ? Symbol.for("react.element") : 60103;
781
- function wo(e) {
782
- return e.$$typeof === Ao;
780
+ var Ts = typeof Symbol == "function" && Symbol.for, Ss = Ts ? Symbol.for("react.element") : 60103;
781
+ function As(e) {
782
+ return e.$$typeof === Ss;
783
783
  }
784
- function Oo(e) {
784
+ function ws(e) {
785
785
  return Array.isArray(e) ? [] : {};
786
786
  }
787
- function pt(e, t) {
788
- return t.clone !== !1 && t.isMergeableObject(e) ? Ye(Oo(e), e, t) : e;
787
+ function gt(e, t) {
788
+ return t.clone !== !1 && t.isMergeableObject(e) ? Ze(ws(e), e, t) : e;
789
789
  }
790
- function Mo(e, t, n) {
790
+ function Os(e, t, n) {
791
791
  return e.concat(t).map(function(r) {
792
- return pt(r, n);
792
+ return gt(r, n);
793
793
  });
794
794
  }
795
- function Co(e, t) {
795
+ function Ms(e, t) {
796
796
  if (!t.customMerge)
797
- return Ye;
797
+ return Ze;
798
798
  var n = t.customMerge(e);
799
- return typeof n == "function" ? n : Ye;
799
+ return typeof n == "function" ? n : Ze;
800
800
  }
801
- function Lo(e) {
801
+ function Cs(e) {
802
802
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
803
803
  return Object.propertyIsEnumerable.call(e, t);
804
804
  }) : [];
805
805
  }
806
- function hr(e) {
807
- return Object.keys(e).concat(Lo(e));
806
+ function fr(e) {
807
+ return Object.keys(e).concat(Cs(e));
808
808
  }
809
809
  function ri(e, t) {
810
810
  try {
@@ -813,73 +813,59 @@ function ri(e, t) {
813
813
  return !1;
814
814
  }
815
815
  }
816
- function No(e, t) {
816
+ function Ls(e, t) {
817
817
  return ri(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
818
818
  }
819
- function Ho(e, t, n) {
819
+ function Ns(e, t, n) {
820
820
  var r = {};
821
- return n.isMergeableObject(e) && hr(e).forEach(function(i) {
822
- r[i] = pt(e[i], n);
823
- }), hr(t).forEach(function(i) {
824
- No(e, i) || (ri(e, i) && n.isMergeableObject(t[i]) ? r[i] = Co(i, n)(e[i], t[i], n) : r[i] = pt(t[i], n));
821
+ return n.isMergeableObject(e) && fr(e).forEach(function(i) {
822
+ r[i] = gt(e[i], n);
823
+ }), fr(t).forEach(function(i) {
824
+ Ls(e, i) || (ri(e, i) && n.isMergeableObject(t[i]) ? r[i] = Ms(i, n)(e[i], t[i], n) : r[i] = gt(t[i], n));
825
825
  }), r;
826
826
  }
827
- function Ye(e, t, n) {
828
- n = n || {}, n.arrayMerge = n.arrayMerge || Mo, n.isMergeableObject = n.isMergeableObject || xo, n.cloneUnlessOtherwiseSpecified = pt;
829
- var r = Array.isArray(t), i = Array.isArray(e), o = r === i;
830
- return o ? r ? n.arrayMerge(e, t, n) : Ho(e, t, n) : pt(t, n);
827
+ function Ze(e, t, n) {
828
+ n = n || {}, n.arrayMerge = n.arrayMerge || Os, n.isMergeableObject = n.isMergeableObject || ys, n.cloneUnlessOtherwiseSpecified = gt;
829
+ var r = Array.isArray(t), i = Array.isArray(e), s = r === i;
830
+ return s ? r ? n.arrayMerge(e, t, n) : Ns(e, t, n) : gt(t, n);
831
831
  }
832
- Ye.all = function(t, n) {
832
+ Ze.all = function(t, n) {
833
833
  if (!Array.isArray(t))
834
834
  throw new Error("first argument should be an array");
835
835
  return t.reduce(function(r, i) {
836
- return Ye(r, i, n);
836
+ return Ze(r, i, n);
837
837
  }, {});
838
838
  };
839
- var Io = Ye, Po = Io;
840
- const Ro = /* @__PURE__ */ Nn(Po);
841
- /*! *****************************************************************************
842
- Copyright (c) Microsoft Corporation.
843
-
844
- Permission to use, copy, modify, and/or distribute this software for any
845
- purpose with or without fee is hereby granted.
846
-
847
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
848
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
849
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
850
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
851
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
852
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
853
- PERFORMANCE OF THIS SOFTWARE.
854
- ***************************************************************************** */
855
- var En = function(e, t) {
856
- return En = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
839
+ var Hs = Ze, Is = Hs;
840
+ const Ps = /* @__PURE__ */ In(Is);
841
+ var xn = function(e, t) {
842
+ return xn = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(n, r) {
857
843
  n.__proto__ = r;
858
844
  } || function(n, r) {
859
845
  for (var i in r)
860
846
  Object.prototype.hasOwnProperty.call(r, i) && (n[i] = r[i]);
861
- }, En(e, t);
847
+ }, xn(e, t);
862
848
  };
863
- function Yt(e, t) {
849
+ function qt(e, t) {
864
850
  if (typeof t != "function" && t !== null)
865
851
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
866
- En(e, t);
852
+ xn(e, t);
867
853
  function n() {
868
854
  this.constructor = e;
869
855
  }
870
856
  e.prototype = t === null ? Object.create(t) : (n.prototype = t.prototype, new n());
871
857
  }
872
- var U = function() {
873
- return U = Object.assign || function(t) {
858
+ var Ae = function() {
859
+ return Ae = Object.assign || function(t) {
874
860
  for (var n, r = 1, i = arguments.length; r < i; r++) {
875
861
  n = arguments[r];
876
- for (var o in n)
877
- Object.prototype.hasOwnProperty.call(n, o) && (t[o] = n[o]);
862
+ for (var s in n)
863
+ Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
878
864
  }
879
865
  return t;
880
- }, U.apply(this, arguments);
866
+ }, Ae.apply(this, arguments);
881
867
  };
882
- function Do(e, t) {
868
+ function Rs(e, t) {
883
869
  var n = {};
884
870
  for (var r in e)
885
871
  Object.prototype.hasOwnProperty.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
@@ -888,111 +874,119 @@ function Do(e, t) {
888
874
  t.indexOf(r[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, r[i]) && (n[r[i]] = e[r[i]]);
889
875
  return n;
890
876
  }
891
- function an(e, t, n) {
892
- if (arguments.length === 2)
893
- for (var r = 0, i = t.length, o; r < i; r++)
894
- (o || !(r in t)) && (o || (o = Array.prototype.slice.call(t, 0, r)), o[r] = t[r]);
895
- return e.concat(o || t);
877
+ function ln(e, t, n) {
878
+ if (n || arguments.length === 2)
879
+ for (var r = 0, i = t.length, s; r < i; r++)
880
+ (s || !(r in t)) && (s || (s = Array.prototype.slice.call(t, 0, r)), s[r] = t[r]);
881
+ return e.concat(s || Array.prototype.slice.call(t));
896
882
  }
897
- function un(e, t) {
898
- var n = t && t.cache ? t.cache : Go, r = t && t.serializer ? t.serializer : Fo, i = t && t.strategy ? t.strategy : $o;
883
+ function cn(e, t) {
884
+ var n = t && t.cache ? t.cache : Gs, r = t && t.serializer ? t.serializer : ks, i = t && t.strategy ? t.strategy : $s;
899
885
  return i(e, {
900
886
  cache: n,
901
887
  serializer: r
902
888
  });
903
889
  }
904
- function Bo(e) {
890
+ function Ds(e) {
905
891
  return e == null || typeof e == "number" || typeof e == "boolean";
906
892
  }
907
- function ii(e, t, n, r) {
908
- var i = Bo(r) ? r : n(r), o = t.get(i);
909
- return typeof o > "u" && (o = e.call(this, r), t.set(i, o)), o;
893
+ function Bs(e, t, n, r) {
894
+ var i = Ds(r) ? r : n(r), s = t.get(i);
895
+ return typeof s > "u" && (s = e.call(this, r), t.set(i, s)), s;
910
896
  }
911
- function oi(e, t, n) {
912
- var r = Array.prototype.slice.call(arguments, 3), i = n(r), o = t.get(i);
913
- return typeof o > "u" && (o = e.apply(this, r), t.set(i, o)), o;
897
+ function ii(e, t, n) {
898
+ var r = Array.prototype.slice.call(arguments, 3), i = n(r), s = t.get(i);
899
+ return typeof s > "u" && (s = e.apply(this, r), t.set(i, s)), s;
914
900
  }
915
- function Hn(e, t, n, r, i) {
901
+ function si(e, t, n, r, i) {
916
902
  return n.bind(t, e, r, i);
917
903
  }
918
- function $o(e, t) {
919
- var n = e.length === 1 ? ii : oi;
920
- return Hn(e, this, n, t.cache.create(), t.serializer);
921
- }
922
- function Uo(e, t) {
923
- return Hn(e, this, oi, t.cache.create(), t.serializer);
904
+ function $s(e, t) {
905
+ var n = e.length === 1 ? Bs : ii;
906
+ return si(e, this, n, t.cache.create(), t.serializer);
924
907
  }
925
- function ko(e, t) {
926
- return Hn(e, this, ii, t.cache.create(), t.serializer);
908
+ function Us(e, t) {
909
+ return si(e, this, ii, t.cache.create(), t.serializer);
927
910
  }
928
- var Fo = function() {
911
+ var ks = function() {
929
912
  return JSON.stringify(arguments);
930
- };
931
- function In() {
932
- this.cache = /* @__PURE__ */ Object.create(null);
933
- }
934
- In.prototype.get = function(e) {
935
- return this.cache[e];
936
- };
937
- In.prototype.set = function(e, t) {
938
- this.cache[e] = t;
939
- };
940
- var Go = {
913
+ }, Fs = (
914
+ /** @class */
915
+ function() {
916
+ function e() {
917
+ this.cache = /* @__PURE__ */ Object.create(null);
918
+ }
919
+ return e.prototype.get = function(t) {
920
+ return this.cache[t];
921
+ }, e.prototype.set = function(t, n) {
922
+ this.cache[t] = n;
923
+ }, e;
924
+ }()
925
+ ), Gs = {
941
926
  create: function() {
942
- return new In();
927
+ return new Fs();
943
928
  }
944
- }, ln = {
945
- variadic: Uo,
946
- monadic: ko
947
- }, D;
929
+ }, fn = {
930
+ variadic: Us
931
+ }, zt = function() {
932
+ return zt = Object.assign || function(t) {
933
+ for (var n, r = 1, i = arguments.length; r < i; r++) {
934
+ n = arguments[r];
935
+ for (var s in n)
936
+ Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
937
+ }
938
+ return t;
939
+ }, zt.apply(this, arguments);
940
+ };
941
+ var D;
948
942
  (function(e) {
949
943
  e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
950
944
  })(D || (D = {}));
951
- var Y;
945
+ var X;
952
946
  (function(e) {
953
947
  e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
954
- })(Y || (Y = {}));
955
- var Ze;
948
+ })(X || (X = {}));
949
+ var qe;
956
950
  (function(e) {
957
951
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
958
- })(Ze || (Ze = {}));
959
- function fr(e) {
960
- return e.type === Y.literal;
952
+ })(qe || (qe = {}));
953
+ function hr(e) {
954
+ return e.type === X.literal;
961
955
  }
962
- function jo(e) {
963
- return e.type === Y.argument;
956
+ function js(e) {
957
+ return e.type === X.argument;
964
958
  }
965
- function si(e) {
966
- return e.type === Y.number;
959
+ function oi(e) {
960
+ return e.type === X.number;
967
961
  }
968
962
  function ai(e) {
969
- return e.type === Y.date;
963
+ return e.type === X.date;
970
964
  }
971
965
  function ui(e) {
972
- return e.type === Y.time;
966
+ return e.type === X.time;
973
967
  }
974
968
  function li(e) {
975
- return e.type === Y.select;
969
+ return e.type === X.select;
976
970
  }
977
971
  function ci(e) {
978
- return e.type === Y.plural;
979
- }
980
- function zo(e) {
981
- return e.type === Y.pound;
972
+ return e.type === X.plural;
982
973
  }
983
- function hi(e) {
984
- return e.type === Y.tag;
974
+ function zs(e) {
975
+ return e.type === X.pound;
985
976
  }
986
977
  function fi(e) {
987
- return !!(e && typeof e == "object" && e.type === Ze.number);
978
+ return e.type === X.tag;
979
+ }
980
+ function hi(e) {
981
+ return !!(e && typeof e == "object" && e.type === qe.number);
988
982
  }
989
- function yn(e) {
990
- return !!(e && typeof e == "object" && e.type === Ze.dateTime);
983
+ function vn(e) {
984
+ return !!(e && typeof e == "object" && e.type === qe.dateTime);
991
985
  }
992
- var mi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Wo = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
993
- function Vo(e) {
986
+ var mi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ws = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
987
+ function Vs(e) {
994
988
  var t = {};
995
- return e.replace(Wo, function(n) {
989
+ return e.replace(Ws, function(n) {
996
990
  var r = n.length;
997
991
  switch (n[0]) {
998
992
  case "G":
@@ -1081,18 +1075,28 @@ function Vo(e) {
1081
1075
  return "";
1082
1076
  }), t;
1083
1077
  }
1084
- var Xo = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1085
- function Yo(e) {
1078
+ var Z = function() {
1079
+ return Z = Object.assign || function(t) {
1080
+ for (var n, r = 1, i = arguments.length; r < i; r++) {
1081
+ n = arguments[r];
1082
+ for (var s in n)
1083
+ Object.prototype.hasOwnProperty.call(n, s) && (t[s] = n[s]);
1084
+ }
1085
+ return t;
1086
+ }, Z.apply(this, arguments);
1087
+ };
1088
+ var Xs = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
1089
+ function Ys(e) {
1086
1090
  if (e.length === 0)
1087
1091
  throw new Error("Number skeleton cannot be empty");
1088
- for (var t = e.split(Xo).filter(function(y) {
1092
+ for (var t = e.split(Xs).filter(function(y) {
1089
1093
  return y.length > 0;
1090
1094
  }), n = [], r = 0, i = t; r < i.length; r++) {
1091
- var o = i[r], u = o.split("/");
1095
+ var s = i[r], u = s.split("/");
1092
1096
  if (u.length === 0)
1093
1097
  throw new Error("Invalid number skeleton");
1094
- for (var a = u[0], c = u.slice(1), l = 0, h = c; l < h.length; l++) {
1095
- var _ = h[l];
1098
+ for (var a = u[0], c = u.slice(1), l = 0, f = c; l < f.length; l++) {
1099
+ var _ = f[l];
1096
1100
  if (_.length === 0)
1097
1101
  throw new Error("Invalid number skeleton");
1098
1102
  }
@@ -1100,10 +1104,10 @@ function Yo(e) {
1100
1104
  }
1101
1105
  return n;
1102
1106
  }
1103
- function Zo(e) {
1107
+ function Zs(e) {
1104
1108
  return e.replace(/^(.*?)-/, "");
1105
1109
  }
1106
- var mr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, di = /^(@+)?(\+|#+)?[rs]?$/g, qo = /(\*)(0+)|(#+)(0+)|(0+)/g, pi = /^(0+)$/;
1110
+ var mr = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, di = /^(@+)?(\+|#+)?[rs]?$/g, qs = /(\*)(0+)|(#+)(0+)|(0+)/g, pi = /^(0+)$/;
1107
1111
  function dr(e) {
1108
1112
  var t = {};
1109
1113
  return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(di, function(n, r, i) {
@@ -1150,7 +1154,7 @@ function gi(e) {
1150
1154
  };
1151
1155
  }
1152
1156
  }
1153
- function Jo(e) {
1157
+ function Js(e) {
1154
1158
  var t;
1155
1159
  if (e[0] === "E" && e[1] === "E" ? (t = {
1156
1160
  notation: "engineering"
@@ -1168,7 +1172,7 @@ function pr(e) {
1168
1172
  var t = {}, n = gi(e);
1169
1173
  return n || t;
1170
1174
  }
1171
- function Qo(e) {
1175
+ function Qs(e) {
1172
1176
  for (var t = {}, n = 0, r = e; n < r.length; n++) {
1173
1177
  var i = r[n];
1174
1178
  switch (i.stem) {
@@ -1192,7 +1196,7 @@ function Qo(e) {
1192
1196
  continue;
1193
1197
  case "measure-unit":
1194
1198
  case "unit":
1195
- t.style = "unit", t.unit = Zo(i.options[0]);
1199
+ t.style = "unit", t.unit = Zs(i.options[0]);
1196
1200
  continue;
1197
1201
  case "compact-short":
1198
1202
  case "K":
@@ -1203,13 +1207,13 @@ function Qo(e) {
1203
1207
  t.notation = "compact", t.compactDisplay = "long";
1204
1208
  continue;
1205
1209
  case "scientific":
1206
- t = U(U(U({}, t), { notation: "scientific" }), i.options.reduce(function(c, l) {
1207
- return U(U({}, c), pr(l));
1210
+ t = Z(Z(Z({}, t), { notation: "scientific" }), i.options.reduce(function(c, l) {
1211
+ return Z(Z({}, c), pr(l));
1208
1212
  }, {}));
1209
1213
  continue;
1210
1214
  case "engineering":
1211
- t = U(U(U({}, t), { notation: "engineering" }), i.options.reduce(function(c, l) {
1212
- return U(U({}, c), pr(l));
1215
+ t = Z(Z(Z({}, t), { notation: "engineering" }), i.options.reduce(function(c, l) {
1216
+ return Z(Z({}, c), pr(l));
1213
1217
  }, {}));
1214
1218
  continue;
1215
1219
  case "notation-simple":
@@ -1254,9 +1258,9 @@ function Qo(e) {
1254
1258
  case "integer-width":
1255
1259
  if (i.options.length > 1)
1256
1260
  throw new RangeError("integer-width stems only accept a single optional option");
1257
- i.options[0].replace(qo, function(c, l, h, _, y, M) {
1261
+ i.options[0].replace(qs, function(c, l, f, _, y, M) {
1258
1262
  if (l)
1259
- t.minimumIntegerDigits = h.length;
1263
+ t.minimumIntegerDigits = f.length;
1260
1264
  else {
1261
1265
  if (_ && y)
1262
1266
  throw new Error("We currently do not support maximum integer digits");
@@ -1274,25 +1278,25 @@ function Qo(e) {
1274
1278
  if (mr.test(i.stem)) {
1275
1279
  if (i.options.length > 1)
1276
1280
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1277
- i.stem.replace(mr, function(c, l, h, _, y, M) {
1278
- return h === "*" ? t.minimumFractionDigits = l.length : _ && _[0] === "#" ? t.maximumFractionDigits = _.length : y && M ? (t.minimumFractionDigits = y.length, t.maximumFractionDigits = y.length + M.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1281
+ i.stem.replace(mr, function(c, l, f, _, y, M) {
1282
+ return f === "*" ? t.minimumFractionDigits = l.length : _ && _[0] === "#" ? t.maximumFractionDigits = _.length : y && M ? (t.minimumFractionDigits = y.length, t.maximumFractionDigits = y.length + M.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1279
1283
  });
1280
- var o = i.options[0];
1281
- o === "w" ? t = U(U({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = U(U({}, t), dr(o)));
1284
+ var s = i.options[0];
1285
+ s === "w" ? t = Z(Z({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = Z(Z({}, t), dr(s)));
1282
1286
  continue;
1283
1287
  }
1284
1288
  if (di.test(i.stem)) {
1285
- t = U(U({}, t), dr(i.stem));
1289
+ t = Z(Z({}, t), dr(i.stem));
1286
1290
  continue;
1287
1291
  }
1288
1292
  var u = gi(i.stem);
1289
- u && (t = U(U({}, t), u));
1290
- var a = Jo(i.stem);
1291
- a && (t = U(U({}, t), a));
1293
+ u && (t = Z(Z({}, t), u));
1294
+ var a = Js(i.stem);
1295
+ a && (t = Z(Z({}, t), a));
1292
1296
  }
1293
1297
  return t;
1294
1298
  }
1295
- var Ot = {
1299
+ var Mt = {
1296
1300
  "001": [
1297
1301
  "H",
1298
1302
  "h"
@@ -2707,13 +2711,13 @@ var Ot = {
2707
2711
  "h"
2708
2712
  ]
2709
2713
  };
2710
- function Ko(e, t) {
2714
+ function Ks(e, t) {
2711
2715
  for (var n = "", r = 0; r < e.length; r++) {
2712
2716
  var i = e.charAt(r);
2713
2717
  if (i === "j") {
2714
- for (var o = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
2715
- o++, r++;
2716
- var u = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), c = "a", l = es(t);
2718
+ for (var s = 0; r + 1 < e.length && e.charAt(r + 1) === i; )
2719
+ s++, r++;
2720
+ var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), c = "a", l = eo(t);
2717
2721
  for ((l == "H" || l == "k") && (a = 0); a-- > 0; )
2718
2722
  n += c;
2719
2723
  for (; u-- > 0; )
@@ -2723,7 +2727,7 @@ function Ko(e, t) {
2723
2727
  }
2724
2728
  return n;
2725
2729
  }
2726
- function es(e) {
2730
+ function eo(e) {
2727
2731
  var t = e.hourCycle;
2728
2732
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2729
2733
  e.hourCycles && // @ts-ignore
@@ -2742,23 +2746,23 @@ function es(e) {
2742
2746
  }
2743
2747
  var n = e.language, r;
2744
2748
  n !== "root" && (r = e.maximize().region);
2745
- var i = Ot[r || ""] || Ot[n || ""] || Ot["".concat(n, "-001")] || Ot["001"];
2749
+ var i = Mt[r || ""] || Mt[n || ""] || Mt["".concat(n, "-001")] || Mt["001"];
2746
2750
  return i[0];
2747
2751
  }
2748
- var cn, ts = new RegExp("^".concat(mi.source, "*")), ns = new RegExp("".concat(mi.source, "*$"));
2752
+ var hn, to = new RegExp("^".concat(mi.source, "*")), no = new RegExp("".concat(mi.source, "*$"));
2749
2753
  function B(e, t) {
2750
2754
  return { start: e, end: t };
2751
2755
  }
2752
- var rs = !!String.prototype.startsWith && "_a".startsWith("a", 1), is = !!String.fromCodePoint, os = !!Object.fromEntries, ss = !!String.prototype.codePointAt, as = !!String.prototype.trimStart, us = !!String.prototype.trimEnd, ls = !!Number.isSafeInteger, cs = ls ? Number.isSafeInteger : function(e) {
2756
+ var ro = !!String.prototype.startsWith && "_a".startsWith("a", 1), io = !!String.fromCodePoint, so = !!Object.fromEntries, oo = !!String.prototype.codePointAt, ao = !!String.prototype.trimStart, uo = !!String.prototype.trimEnd, lo = !!Number.isSafeInteger, co = lo ? Number.isSafeInteger : function(e) {
2753
2757
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2754
- }, xn = !0;
2758
+ }, Tn = !0;
2755
2759
  try {
2756
- var hs = bi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2757
- xn = ((cn = hs.exec("a")) === null || cn === void 0 ? void 0 : cn[0]) === "a";
2760
+ var fo = bi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2761
+ Tn = ((hn = fo.exec("a")) === null || hn === void 0 ? void 0 : hn[0]) === "a";
2758
2762
  } catch {
2759
- xn = !1;
2763
+ Tn = !1;
2760
2764
  }
2761
- var gr = rs ? (
2765
+ var gr = ro ? (
2762
2766
  // Native
2763
2767
  function(t, n, r) {
2764
2768
  return t.startsWith(n, r);
@@ -2768,13 +2772,13 @@ var gr = rs ? (
2768
2772
  function(t, n, r) {
2769
2773
  return t.slice(r, r + n.length) === n;
2770
2774
  }
2771
- ), Tn = is ? String.fromCodePoint : (
2775
+ ), Sn = io ? String.fromCodePoint : (
2772
2776
  // IE11
2773
2777
  function() {
2774
2778
  for (var t = [], n = 0; n < arguments.length; n++)
2775
2779
  t[n] = arguments[n];
2776
- for (var r = "", i = t.length, o = 0, u; i > o; ) {
2777
- if (u = t[o++], u > 1114111)
2780
+ for (var r = "", i = t.length, s = 0, u; i > s; ) {
2781
+ if (u = t[s++], u > 1114111)
2778
2782
  throw RangeError(u + " is not a valid code point");
2779
2783
  r += u < 65536 ? String.fromCharCode(u) : String.fromCharCode(((u -= 65536) >> 10) + 55296, u % 1024 + 56320);
2780
2784
  }
@@ -2782,17 +2786,17 @@ var gr = rs ? (
2782
2786
  }
2783
2787
  ), _r = (
2784
2788
  // native
2785
- os ? Object.fromEntries : (
2789
+ so ? Object.fromEntries : (
2786
2790
  // Ponyfill
2787
2791
  function(t) {
2788
2792
  for (var n = {}, r = 0, i = t; r < i.length; r++) {
2789
- var o = i[r], u = o[0], a = o[1];
2793
+ var s = i[r], u = s[0], a = s[1];
2790
2794
  n[u] = a;
2791
2795
  }
2792
2796
  return n;
2793
2797
  }
2794
2798
  )
2795
- ), _i = ss ? (
2799
+ ), _i = oo ? (
2796
2800
  // Native
2797
2801
  function(t, n) {
2798
2802
  return t.codePointAt(n);
@@ -2802,11 +2806,11 @@ var gr = rs ? (
2802
2806
  function(t, n) {
2803
2807
  var r = t.length;
2804
2808
  if (!(n < 0 || n >= r)) {
2805
- var i = t.charCodeAt(n), o;
2806
- return i < 55296 || i > 56319 || n + 1 === r || (o = t.charCodeAt(n + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
2809
+ var i = t.charCodeAt(n), s;
2810
+ return i < 55296 || i > 56319 || n + 1 === r || (s = t.charCodeAt(n + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2807
2811
  }
2808
2812
  }
2809
- ), fs = as ? (
2813
+ ), ho = ao ? (
2810
2814
  // Native
2811
2815
  function(t) {
2812
2816
  return t.trimStart();
@@ -2814,9 +2818,9 @@ var gr = rs ? (
2814
2818
  ) : (
2815
2819
  // Ponyfill
2816
2820
  function(t) {
2817
- return t.replace(ts, "");
2821
+ return t.replace(to, "");
2818
2822
  }
2819
- ), ms = us ? (
2823
+ ), mo = uo ? (
2820
2824
  // Native
2821
2825
  function(t) {
2822
2826
  return t.trimEnd();
@@ -2824,32 +2828,32 @@ var gr = rs ? (
2824
2828
  ) : (
2825
2829
  // Ponyfill
2826
2830
  function(t) {
2827
- return t.replace(ns, "");
2831
+ return t.replace(no, "");
2828
2832
  }
2829
2833
  );
2830
2834
  function bi(e, t) {
2831
2835
  return new RegExp(e, t);
2832
2836
  }
2833
- var vn;
2834
- if (xn) {
2837
+ var An;
2838
+ if (Tn) {
2835
2839
  var br = bi("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2836
- vn = function(t, n) {
2840
+ An = function(t, n) {
2837
2841
  var r;
2838
2842
  br.lastIndex = n;
2839
2843
  var i = br.exec(t);
2840
2844
  return (r = i[1]) !== null && r !== void 0 ? r : "";
2841
2845
  };
2842
2846
  } else
2843
- vn = function(t, n) {
2847
+ An = function(t, n) {
2844
2848
  for (var r = []; ; ) {
2845
2849
  var i = _i(t, n);
2846
- if (i === void 0 || Ei(i) || _s(i))
2850
+ if (i === void 0 || Ei(i) || bo(i))
2847
2851
  break;
2848
2852
  r.push(i), n += i >= 65536 ? 2 : 1;
2849
2853
  }
2850
- return Tn.apply(void 0, r);
2854
+ return Sn.apply(void 0, r);
2851
2855
  };
2852
- var ds = (
2856
+ var po = (
2853
2857
  /** @class */
2854
2858
  function() {
2855
2859
  function e(t, n) {
@@ -2861,26 +2865,26 @@ var ds = (
2861
2865
  return this.parseMessage(0, "", !1);
2862
2866
  }, e.prototype.parseMessage = function(t, n, r) {
2863
2867
  for (var i = []; !this.isEOF(); ) {
2864
- var o = this.char();
2865
- if (o === 123) {
2868
+ var s = this.char();
2869
+ if (s === 123) {
2866
2870
  var u = this.parseArgument(t, r);
2867
2871
  if (u.err)
2868
2872
  return u;
2869
2873
  i.push(u.val);
2870
2874
  } else {
2871
- if (o === 125 && t > 0)
2875
+ if (s === 125 && t > 0)
2872
2876
  break;
2873
- if (o === 35 && (n === "plural" || n === "selectordinal")) {
2877
+ if (s === 35 && (n === "plural" || n === "selectordinal")) {
2874
2878
  var a = this.clonePosition();
2875
2879
  this.bump(), i.push({
2876
- type: Y.pound,
2880
+ type: X.pound,
2877
2881
  location: B(a, this.clonePosition())
2878
2882
  });
2879
- } else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
2883
+ } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
2880
2884
  if (r)
2881
2885
  break;
2882
2886
  return this.error(D.UNMATCHED_CLOSING_TAG, B(this.clonePosition(), this.clonePosition()));
2883
- } else if (o === 60 && !this.ignoreTag && Sn(this.peek() || 0)) {
2887
+ } else if (s === 60 && !this.ignoreTag && wn(this.peek() || 0)) {
2884
2888
  var u = this.parseTag(t, n);
2885
2889
  if (u.err)
2886
2890
  return u;
@@ -2901,24 +2905,24 @@ var ds = (
2901
2905
  if (this.bumpSpace(), this.bumpIf("/>"))
2902
2906
  return {
2903
2907
  val: {
2904
- type: Y.literal,
2908
+ type: X.literal,
2905
2909
  value: "<".concat(i, "/>"),
2906
2910
  location: B(r, this.clonePosition())
2907
2911
  },
2908
2912
  err: null
2909
2913
  };
2910
2914
  if (this.bumpIf(">")) {
2911
- var o = this.parseMessage(t + 1, n, !0);
2912
- if (o.err)
2913
- return o;
2914
- var u = o.val, a = this.clonePosition();
2915
+ var s = this.parseMessage(t + 1, n, !0);
2916
+ if (s.err)
2917
+ return s;
2918
+ var u = s.val, a = this.clonePosition();
2915
2919
  if (this.bumpIf("</")) {
2916
- if (this.isEOF() || !Sn(this.char()))
2920
+ if (this.isEOF() || !wn(this.char()))
2917
2921
  return this.error(D.INVALID_TAG, B(a, this.clonePosition()));
2918
2922
  var c = this.clonePosition(), l = this.parseTagName();
2919
2923
  return i !== l ? this.error(D.UNMATCHED_CLOSING_TAG, B(c, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2920
2924
  val: {
2921
- type: Y.tag,
2925
+ type: X.tag,
2922
2926
  value: i,
2923
2927
  children: u,
2924
2928
  location: B(r, this.clonePosition())
@@ -2931,14 +2935,14 @@ var ds = (
2931
2935
  return this.error(D.INVALID_TAG, B(r, this.clonePosition()));
2932
2936
  }, e.prototype.parseTagName = function() {
2933
2937
  var t = this.offset();
2934
- for (this.bump(); !this.isEOF() && gs(this.char()); )
2938
+ for (this.bump(); !this.isEOF() && _o(this.char()); )
2935
2939
  this.bump();
2936
2940
  return this.message.slice(t, this.offset());
2937
2941
  }, e.prototype.parseLiteral = function(t, n) {
2938
2942
  for (var r = this.clonePosition(), i = ""; ; ) {
2939
- var o = this.tryParseQuote(n);
2940
- if (o) {
2941
- i += o;
2943
+ var s = this.tryParseQuote(n);
2944
+ if (s) {
2945
+ i += s;
2942
2946
  continue;
2943
2947
  }
2944
2948
  var u = this.tryParseUnquoted(t, n);
@@ -2955,12 +2959,12 @@ var ds = (
2955
2959
  }
2956
2960
  var c = B(r, this.clonePosition());
2957
2961
  return {
2958
- val: { type: Y.literal, value: i, location: c },
2962
+ val: { type: X.literal, value: i, location: c },
2959
2963
  err: null
2960
2964
  };
2961
2965
  }, e.prototype.tryParseLeftAngleBracket = function() {
2962
2966
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2963
- !ps(this.peek() || 0)) ? (this.bump(), "<") : null;
2967
+ !go(this.peek() || 0)) ? (this.bump(), "<") : null;
2964
2968
  }, e.prototype.tryParseQuote = function(t) {
2965
2969
  if (this.isEOF() || this.char() !== 39)
2966
2970
  return null;
@@ -2994,12 +2998,12 @@ var ds = (
2994
2998
  n.push(r);
2995
2999
  this.bump();
2996
3000
  }
2997
- return Tn.apply(void 0, n);
3001
+ return Sn.apply(void 0, n);
2998
3002
  }, e.prototype.tryParseUnquoted = function(t, n) {
2999
3003
  if (this.isEOF())
3000
3004
  return null;
3001
3005
  var r = this.char();
3002
- return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Tn(r));
3006
+ return r === 60 || r === 123 || r === 35 && (n === "plural" || n === "selectordinal") || r === 125 && t > 0 ? null : (this.bump(), Sn(r));
3003
3007
  }, e.prototype.parseArgument = function(t, n) {
3004
3008
  var r = this.clonePosition();
3005
3009
  if (this.bump(), this.bumpSpace(), this.isEOF())
@@ -3015,7 +3019,7 @@ var ds = (
3015
3019
  case 125:
3016
3020
  return this.bump(), {
3017
3021
  val: {
3018
- type: Y.argument,
3022
+ type: X.argument,
3019
3023
  // value does not include the opening and closing braces.
3020
3024
  value: i,
3021
3025
  location: B(r, this.clonePosition())
@@ -3028,12 +3032,12 @@ var ds = (
3028
3032
  return this.error(D.MALFORMED_ARGUMENT, B(r, this.clonePosition()));
3029
3033
  }
3030
3034
  }, e.prototype.parseIdentifierIfPossible = function() {
3031
- var t = this.clonePosition(), n = this.offset(), r = vn(this.message, n), i = n + r.length;
3035
+ var t = this.clonePosition(), n = this.offset(), r = An(this.message, n), i = n + r.length;
3032
3036
  this.bumpTo(i);
3033
- var o = this.clonePosition(), u = B(t, o);
3037
+ var s = this.clonePosition(), u = B(t, s);
3034
3038
  return { value: r, location: u };
3035
3039
  }, e.prototype.parseArgumentOptions = function(t, n, r, i) {
3036
- var o, u = this.clonePosition(), a = this.parseIdentifierIfPossible().value, c = this.clonePosition();
3040
+ var s, u = this.clonePosition(), a = this.parseIdentifierIfPossible().value, c = this.clonePosition();
3037
3041
  switch (a) {
3038
3042
  case "":
3039
3043
  return this.error(D.EXPECT_ARGUMENT_TYPE, B(u, c));
@@ -3044,13 +3048,13 @@ var ds = (
3044
3048
  var l = null;
3045
3049
  if (this.bumpIf(",")) {
3046
3050
  this.bumpSpace();
3047
- var h = this.clonePosition(), _ = this.parseSimpleArgStyleIfPossible();
3051
+ var f = this.clonePosition(), _ = this.parseSimpleArgStyleIfPossible();
3048
3052
  if (_.err)
3049
3053
  return _;
3050
- var y = ms(_.val);
3054
+ var y = mo(_.val);
3051
3055
  if (y.length === 0)
3052
3056
  return this.error(D.EXPECT_ARGUMENT_STYLE, B(this.clonePosition(), this.clonePosition()));
3053
- var M = B(h, this.clonePosition());
3057
+ var M = B(f, this.clonePosition());
3054
3058
  l = { style: y, styleLocation: M };
3055
3059
  }
3056
3060
  var b = this.tryParseArgumentClose(i);
@@ -3058,24 +3062,24 @@ var ds = (
3058
3062
  return b;
3059
3063
  var d = B(i, this.clonePosition());
3060
3064
  if (l && gr(l?.style, "::", 0)) {
3061
- var C = fs(l.style.slice(2));
3065
+ var C = ho(l.style.slice(2));
3062
3066
  if (a === "number") {
3063
3067
  var _ = this.parseNumberSkeletonFromString(C, l.styleLocation);
3064
3068
  return _.err ? _ : {
3065
- val: { type: Y.number, value: r, location: d, style: _.val },
3069
+ val: { type: X.number, value: r, location: d, style: _.val },
3066
3070
  err: null
3067
3071
  };
3068
3072
  } else {
3069
3073
  if (C.length === 0)
3070
3074
  return this.error(D.EXPECT_DATE_TIME_SKELETON, d);
3071
- var G = C;
3072
- this.locale && (G = Ko(C, this.locale));
3075
+ var F = C;
3076
+ this.locale && (F = Ks(C, this.locale));
3073
3077
  var y = {
3074
- type: Ze.dateTime,
3075
- pattern: G,
3078
+ type: qe.dateTime,
3079
+ pattern: F,
3076
3080
  location: l.styleLocation,
3077
- parsedOptions: this.shouldParseSkeletons ? Vo(G) : {}
3078
- }, $ = a === "date" ? Y.date : Y.time;
3081
+ parsedOptions: this.shouldParseSkeletons ? Vs(F) : {}
3082
+ }, $ = a === "date" ? X.date : X.time;
3079
3083
  return {
3080
3084
  val: { type: $, value: r, location: d, style: y },
3081
3085
  err: null
@@ -3084,10 +3088,10 @@ var ds = (
3084
3088
  }
3085
3089
  return {
3086
3090
  val: {
3087
- type: a === "number" ? Y.number : a === "date" ? Y.date : Y.time,
3091
+ type: a === "number" ? X.number : a === "date" ? X.date : X.time,
3088
3092
  value: r,
3089
3093
  location: d,
3090
- style: (o = l?.style) !== null && o !== void 0 ? o : null
3094
+ style: (s = l?.style) !== null && s !== void 0 ? s : null
3091
3095
  },
3092
3096
  err: null
3093
3097
  };
@@ -3097,7 +3101,7 @@ var ds = (
3097
3101
  case "select": {
3098
3102
  var A = this.clonePosition();
3099
3103
  if (this.bumpSpace(), !this.bumpIf(","))
3100
- return this.error(D.EXPECT_SELECT_ARGUMENT_OPTIONS, B(A, U({}, A)));
3104
+ return this.error(D.EXPECT_SELECT_ARGUMENT_OPTIONS, B(A, zt({}, A)));
3101
3105
  this.bumpSpace();
3102
3106
  var H = this.parseIdentifierIfPossible(), R = 0;
3103
3107
  if (a !== "select" && H.value === "offset") {
@@ -3109,29 +3113,29 @@ var ds = (
3109
3113
  return _;
3110
3114
  this.bumpSpace(), H = this.parseIdentifierIfPossible(), R = _.val;
3111
3115
  }
3112
- var k = this.tryParsePluralOrSelectOptions(t, a, n, H);
3113
- if (k.err)
3114
- return k;
3116
+ var U = this.tryParsePluralOrSelectOptions(t, a, n, H);
3117
+ if (U.err)
3118
+ return U;
3115
3119
  var b = this.tryParseArgumentClose(i);
3116
3120
  if (b.err)
3117
3121
  return b;
3118
- var Z = B(i, this.clonePosition());
3122
+ var Y = B(i, this.clonePosition());
3119
3123
  return a === "select" ? {
3120
3124
  val: {
3121
- type: Y.select,
3125
+ type: X.select,
3122
3126
  value: r,
3123
- options: _r(k.val),
3124
- location: Z
3127
+ options: _r(U.val),
3128
+ location: Y
3125
3129
  },
3126
3130
  err: null
3127
3131
  } : {
3128
3132
  val: {
3129
- type: Y.plural,
3133
+ type: X.plural,
3130
3134
  value: r,
3131
- options: _r(k.val),
3135
+ options: _r(U.val),
3132
3136
  offset: R,
3133
3137
  pluralType: a === "plural" ? "cardinal" : "ordinal",
3134
- location: Z
3138
+ location: Y
3135
3139
  },
3136
3140
  err: null
3137
3141
  };
@@ -3179,33 +3183,33 @@ var ds = (
3179
3183
  }, e.prototype.parseNumberSkeletonFromString = function(t, n) {
3180
3184
  var r = [];
3181
3185
  try {
3182
- r = Yo(t);
3186
+ r = Ys(t);
3183
3187
  } catch {
3184
3188
  return this.error(D.INVALID_NUMBER_SKELETON, n);
3185
3189
  }
3186
3190
  return {
3187
3191
  val: {
3188
- type: Ze.number,
3192
+ type: qe.number,
3189
3193
  tokens: r,
3190
3194
  location: n,
3191
- parsedOptions: this.shouldParseSkeletons ? Qo(r) : {}
3195
+ parsedOptions: this.shouldParseSkeletons ? Qs(r) : {}
3192
3196
  },
3193
3197
  err: null
3194
3198
  };
3195
3199
  }, e.prototype.tryParsePluralOrSelectOptions = function(t, n, r, i) {
3196
- for (var o, u = !1, a = [], c = /* @__PURE__ */ new Set(), l = i.value, h = i.location; ; ) {
3200
+ for (var s, u = !1, a = [], c = /* @__PURE__ */ new Set(), l = i.value, f = i.location; ; ) {
3197
3201
  if (l.length === 0) {
3198
3202
  var _ = this.clonePosition();
3199
3203
  if (n !== "select" && this.bumpIf("=")) {
3200
3204
  var y = this.tryParseDecimalInteger(D.EXPECT_PLURAL_ARGUMENT_SELECTOR, D.INVALID_PLURAL_ARGUMENT_SELECTOR);
3201
3205
  if (y.err)
3202
3206
  return y;
3203
- h = B(_, this.clonePosition()), l = this.message.slice(_.offset, this.offset());
3207
+ f = B(_, this.clonePosition()), l = this.message.slice(_.offset, this.offset());
3204
3208
  } else
3205
3209
  break;
3206
3210
  }
3207
3211
  if (c.has(l))
3208
- return this.error(n === "select" ? D.DUPLICATE_SELECT_ARGUMENT_SELECTOR : D.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3212
+ return this.error(n === "select" ? D.DUPLICATE_SELECT_ARGUMENT_SELECTOR : D.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, f);
3209
3213
  l === "other" && (u = !0), this.bumpSpace();
3210
3214
  var M = this.clonePosition();
3211
3215
  if (!this.bumpIf("{"))
@@ -3222,21 +3226,21 @@ var ds = (
3222
3226
  value: b.val,
3223
3227
  location: B(M, this.clonePosition())
3224
3228
  }
3225
- ]), c.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, h = o.location;
3229
+ ]), c.add(l), this.bumpSpace(), s = this.parseIdentifierIfPossible(), l = s.value, f = s.location;
3226
3230
  }
3227
3231
  return a.length === 0 ? this.error(n === "select" ? D.EXPECT_SELECT_ARGUMENT_SELECTOR : D.EXPECT_PLURAL_ARGUMENT_SELECTOR, B(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(D.MISSING_OTHER_CLAUSE, B(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
3228
3232
  }, e.prototype.tryParseDecimalInteger = function(t, n) {
3229
3233
  var r = 1, i = this.clonePosition();
3230
3234
  this.bumpIf("+") || this.bumpIf("-") && (r = -1);
3231
- for (var o = !1, u = 0; !this.isEOF(); ) {
3235
+ for (var s = !1, u = 0; !this.isEOF(); ) {
3232
3236
  var a = this.char();
3233
3237
  if (a >= 48 && a <= 57)
3234
- o = !0, u = u * 10 + (a - 48), this.bump();
3238
+ s = !0, u = u * 10 + (a - 48), this.bump();
3235
3239
  else
3236
3240
  break;
3237
3241
  }
3238
3242
  var c = B(i, this.clonePosition());
3239
- return o ? (u *= r, cs(u) ? { val: u, err: null } : this.error(n, c)) : this.error(t, c);
3243
+ return s ? (u *= r, co(u) ? { val: u, err: null } : this.error(n, c)) : this.error(t, c);
3240
3244
  }, e.prototype.offset = function() {
3241
3245
  return this.position.offset;
3242
3246
  }, e.prototype.isEOF = function() {
@@ -3302,50 +3306,50 @@ var ds = (
3302
3306
  }, e;
3303
3307
  }()
3304
3308
  );
3305
- function Sn(e) {
3309
+ function wn(e) {
3306
3310
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3307
3311
  }
3308
- function ps(e) {
3309
- return Sn(e) || e === 47;
3312
+ function go(e) {
3313
+ return wn(e) || e === 47;
3310
3314
  }
3311
- function gs(e) {
3315
+ function _o(e) {
3312
3316
  return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
3313
3317
  }
3314
3318
  function Ei(e) {
3315
3319
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3316
3320
  }
3317
- function _s(e) {
3321
+ function bo(e) {
3318
3322
  return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
3319
3323
  }
3320
- function An(e) {
3324
+ function On(e) {
3321
3325
  e.forEach(function(t) {
3322
3326
  if (delete t.location, li(t) || ci(t))
3323
3327
  for (var n in t.options)
3324
- delete t.options[n].location, An(t.options[n].value);
3328
+ delete t.options[n].location, On(t.options[n].value);
3325
3329
  else
3326
- si(t) && fi(t.style) || (ai(t) || ui(t)) && yn(t.style) ? delete t.style.location : hi(t) && An(t.children);
3330
+ oi(t) && hi(t.style) || (ai(t) || ui(t)) && vn(t.style) ? delete t.style.location : fi(t) && On(t.children);
3327
3331
  });
3328
3332
  }
3329
- function bs(e, t) {
3330
- t === void 0 && (t = {}), t = U({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3331
- var n = new ds(e, t).parse();
3333
+ function Eo(e, t) {
3334
+ t === void 0 && (t = {}), t = zt({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3335
+ var n = new po(e, t).parse();
3332
3336
  if (n.err) {
3333
3337
  var r = SyntaxError(D[n.err.kind]);
3334
3338
  throw r.location = n.err.location, r.originalMessage = n.err.message, r;
3335
3339
  }
3336
- return t?.captureLocation || An(n.val), n.val;
3340
+ return t?.captureLocation || On(n.val), n.val;
3337
3341
  }
3338
- var qe;
3342
+ var Je;
3339
3343
  (function(e) {
3340
3344
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3341
- })(qe || (qe = {}));
3342
- var Zt = (
3345
+ })(Je || (Je = {}));
3346
+ var Jt = (
3343
3347
  /** @class */
3344
3348
  function(e) {
3345
- Yt(t, e);
3349
+ qt(t, e);
3346
3350
  function t(n, r, i) {
3347
- var o = e.call(this, n) || this;
3348
- return o.code = r, o.originalMessage = i, o;
3351
+ var s = e.call(this, n) || this;
3352
+ return s.code = r, s.originalMessage = i, s;
3349
3353
  }
3350
3354
  return t.prototype.toString = function() {
3351
3355
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
@@ -3354,45 +3358,45 @@ var Zt = (
3354
3358
  ), Er = (
3355
3359
  /** @class */
3356
3360
  function(e) {
3357
- Yt(t, e);
3358
- function t(n, r, i, o) {
3359
- return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), qe.INVALID_VALUE, o) || this;
3361
+ qt(t, e);
3362
+ function t(n, r, i, s) {
3363
+ return e.call(this, 'Invalid values for "'.concat(n, '": "').concat(r, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Je.INVALID_VALUE, s) || this;
3360
3364
  }
3361
3365
  return t;
3362
- }(Zt)
3363
- ), Es = (
3366
+ }(Jt)
3367
+ ), yo = (
3364
3368
  /** @class */
3365
3369
  function(e) {
3366
- Yt(t, e);
3370
+ qt(t, e);
3367
3371
  function t(n, r, i) {
3368
- return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), qe.INVALID_VALUE, i) || this;
3372
+ return e.call(this, 'Value for "'.concat(n, '" must be of type ').concat(r), Je.INVALID_VALUE, i) || this;
3369
3373
  }
3370
3374
  return t;
3371
- }(Zt)
3372
- ), ys = (
3375
+ }(Jt)
3376
+ ), xo = (
3373
3377
  /** @class */
3374
3378
  function(e) {
3375
- Yt(t, e);
3379
+ qt(t, e);
3376
3380
  function t(n, r) {
3377
- return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), qe.MISSING_VALUE, r) || this;
3381
+ return e.call(this, 'The intl string context variable "'.concat(n, '" was not provided to the string "').concat(r, '"'), Je.MISSING_VALUE, r) || this;
3378
3382
  }
3379
3383
  return t;
3380
- }(Zt)
3384
+ }(Jt)
3381
3385
  ), ce;
3382
3386
  (function(e) {
3383
3387
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3384
3388
  })(ce || (ce = {}));
3385
- function xs(e) {
3389
+ function vo(e) {
3386
3390
  return e.length < 2 ? e : e.reduce(function(t, n) {
3387
3391
  var r = t[t.length - 1];
3388
3392
  return !r || r.type !== ce.literal || n.type !== ce.literal ? t.push(n) : r.value += n.value, t;
3389
3393
  }, []);
3390
3394
  }
3391
- function Ts(e) {
3395
+ function To(e) {
3392
3396
  return typeof e == "function";
3393
3397
  }
3394
- function Dt(e, t, n, r, i, o, u) {
3395
- if (e.length === 1 && fr(e[0]))
3398
+ function Bt(e, t, n, r, i, s, u) {
3399
+ if (e.length === 1 && hr(e[0]))
3396
3400
  return [
3397
3401
  {
3398
3402
  type: ce.literal,
@@ -3400,61 +3404,61 @@ function Dt(e, t, n, r, i, o, u) {
3400
3404
  }
3401
3405
  ];
3402
3406
  for (var a = [], c = 0, l = e; c < l.length; c++) {
3403
- var h = l[c];
3404
- if (fr(h)) {
3407
+ var f = l[c];
3408
+ if (hr(f)) {
3405
3409
  a.push({
3406
3410
  type: ce.literal,
3407
- value: h.value
3411
+ value: f.value
3408
3412
  });
3409
3413
  continue;
3410
3414
  }
3411
- if (zo(h)) {
3412
- typeof o == "number" && a.push({
3415
+ if (zs(f)) {
3416
+ typeof s == "number" && a.push({
3413
3417
  type: ce.literal,
3414
- value: n.getNumberFormat(t).format(o)
3418
+ value: n.getNumberFormat(t).format(s)
3415
3419
  });
3416
3420
  continue;
3417
3421
  }
3418
- var _ = h.value;
3422
+ var _ = f.value;
3419
3423
  if (!(i && _ in i))
3420
- throw new ys(_, u);
3424
+ throw new xo(_, u);
3421
3425
  var y = i[_];
3422
- if (jo(h)) {
3426
+ if (js(f)) {
3423
3427
  (!y || typeof y == "string" || typeof y == "number") && (y = typeof y == "string" || typeof y == "number" ? String(y) : ""), a.push({
3424
3428
  type: typeof y == "string" ? ce.literal : ce.object,
3425
3429
  value: y
3426
3430
  });
3427
3431
  continue;
3428
3432
  }
3429
- if (ai(h)) {
3430
- var M = typeof h.style == "string" ? r.date[h.style] : yn(h.style) ? h.style.parsedOptions : void 0;
3433
+ if (ai(f)) {
3434
+ var M = typeof f.style == "string" ? r.date[f.style] : vn(f.style) ? f.style.parsedOptions : void 0;
3431
3435
  a.push({
3432
3436
  type: ce.literal,
3433
3437
  value: n.getDateTimeFormat(t, M).format(y)
3434
3438
  });
3435
3439
  continue;
3436
3440
  }
3437
- if (ui(h)) {
3438
- var M = typeof h.style == "string" ? r.time[h.style] : yn(h.style) ? h.style.parsedOptions : r.time.medium;
3441
+ if (ui(f)) {
3442
+ var M = typeof f.style == "string" ? r.time[f.style] : vn(f.style) ? f.style.parsedOptions : r.time.medium;
3439
3443
  a.push({
3440
3444
  type: ce.literal,
3441
3445
  value: n.getDateTimeFormat(t, M).format(y)
3442
3446
  });
3443
3447
  continue;
3444
3448
  }
3445
- if (si(h)) {
3446
- var M = typeof h.style == "string" ? r.number[h.style] : fi(h.style) ? h.style.parsedOptions : void 0;
3449
+ if (oi(f)) {
3450
+ var M = typeof f.style == "string" ? r.number[f.style] : hi(f.style) ? f.style.parsedOptions : void 0;
3447
3451
  M && M.scale && (y = y * (M.scale || 1)), a.push({
3448
3452
  type: ce.literal,
3449
3453
  value: n.getNumberFormat(t, M).format(y)
3450
3454
  });
3451
3455
  continue;
3452
3456
  }
3453
- if (hi(h)) {
3454
- var b = h.children, d = h.value, C = i[d];
3455
- if (!Ts(C))
3456
- throw new Es(d, "function", u);
3457
- var G = Dt(b, t, n, r, i, o), $ = C(G.map(function(R) {
3457
+ if (fi(f)) {
3458
+ var b = f.children, d = f.value, C = i[d];
3459
+ if (!To(C))
3460
+ throw new yo(d, "function", u);
3461
+ var F = Bt(b, t, n, r, i, s), $ = C(F.map(function(R) {
3458
3462
  return R.value;
3459
3463
  }));
3460
3464
  Array.isArray($) || ($ = [$]), a.push.apply(a, $.map(function(R) {
@@ -3464,42 +3468,42 @@ function Dt(e, t, n, r, i, o, u) {
3464
3468
  };
3465
3469
  }));
3466
3470
  }
3467
- if (li(h)) {
3468
- var A = h.options[y] || h.options.other;
3471
+ if (li(f)) {
3472
+ var A = f.options[y] || f.options.other;
3469
3473
  if (!A)
3470
- throw new Er(h.value, y, Object.keys(h.options), u);
3471
- a.push.apply(a, Dt(A.value, t, n, r, i));
3474
+ throw new Er(f.value, y, Object.keys(f.options), u);
3475
+ a.push.apply(a, Bt(A.value, t, n, r, i));
3472
3476
  continue;
3473
3477
  }
3474
- if (ci(h)) {
3475
- var A = h.options["=".concat(y)];
3478
+ if (ci(f)) {
3479
+ var A = f.options["=".concat(y)];
3476
3480
  if (!A) {
3477
3481
  if (!Intl.PluralRules)
3478
- throw new Zt(`Intl.PluralRules is not available in this environment.
3482
+ throw new Jt(`Intl.PluralRules is not available in this environment.
3479
3483
  Try polyfilling it using "@formatjs/intl-pluralrules"
3480
- `, qe.MISSING_INTL_API, u);
3481
- var H = n.getPluralRules(t, { type: h.pluralType }).select(y - (h.offset || 0));
3482
- A = h.options[H] || h.options.other;
3484
+ `, Je.MISSING_INTL_API, u);
3485
+ var H = n.getPluralRules(t, { type: f.pluralType }).select(y - (f.offset || 0));
3486
+ A = f.options[H] || f.options.other;
3483
3487
  }
3484
3488
  if (!A)
3485
- throw new Er(h.value, y, Object.keys(h.options), u);
3486
- a.push.apply(a, Dt(A.value, t, n, r, i, y - (h.offset || 0)));
3489
+ throw new Er(f.value, y, Object.keys(f.options), u);
3490
+ a.push.apply(a, Bt(A.value, t, n, r, i, y - (f.offset || 0)));
3487
3491
  continue;
3488
3492
  }
3489
3493
  }
3490
- return xs(a);
3494
+ return vo(a);
3491
3495
  }
3492
- function vs(e, t) {
3493
- return t ? U(U(U({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
3494
- return n[r] = U(U({}, e[r]), t[r] || {}), n;
3496
+ function So(e, t) {
3497
+ return t ? Ae(Ae(Ae({}, e || {}), t || {}), Object.keys(e).reduce(function(n, r) {
3498
+ return n[r] = Ae(Ae({}, e[r]), t[r] || {}), n;
3495
3499
  }, {})) : e;
3496
3500
  }
3497
- function Ss(e, t) {
3501
+ function Ao(e, t) {
3498
3502
  return t ? Object.keys(e).reduce(function(n, r) {
3499
- return n[r] = vs(e[r], t[r]), n;
3500
- }, U({}, e)) : e;
3503
+ return n[r] = So(e[r], t[r]), n;
3504
+ }, Ae({}, e)) : e;
3501
3505
  }
3502
- function hn(e) {
3506
+ function mn(e) {
3503
3507
  return {
3504
3508
  create: function() {
3505
3509
  return {
@@ -3513,35 +3517,35 @@ function hn(e) {
3513
3517
  }
3514
3518
  };
3515
3519
  }
3516
- function As(e) {
3520
+ function wo(e) {
3517
3521
  return e === void 0 && (e = {
3518
3522
  number: {},
3519
3523
  dateTime: {},
3520
3524
  pluralRules: {}
3521
3525
  }), {
3522
- getNumberFormat: un(function() {
3526
+ getNumberFormat: cn(function() {
3523
3527
  for (var t, n = [], r = 0; r < arguments.length; r++)
3524
3528
  n[r] = arguments[r];
3525
- return new ((t = Intl.NumberFormat).bind.apply(t, an([void 0], n, !1)))();
3529
+ return new ((t = Intl.NumberFormat).bind.apply(t, ln([void 0], n, !1)))();
3526
3530
  }, {
3527
- cache: hn(e.number),
3528
- strategy: ln.variadic
3531
+ cache: mn(e.number),
3532
+ strategy: fn.variadic
3529
3533
  }),
3530
- getDateTimeFormat: un(function() {
3534
+ getDateTimeFormat: cn(function() {
3531
3535
  for (var t, n = [], r = 0; r < arguments.length; r++)
3532
3536
  n[r] = arguments[r];
3533
- return new ((t = Intl.DateTimeFormat).bind.apply(t, an([void 0], n, !1)))();
3537
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, ln([void 0], n, !1)))();
3534
3538
  }, {
3535
- cache: hn(e.dateTime),
3536
- strategy: ln.variadic
3539
+ cache: mn(e.dateTime),
3540
+ strategy: fn.variadic
3537
3541
  }),
3538
- getPluralRules: un(function() {
3542
+ getPluralRules: cn(function() {
3539
3543
  for (var t, n = [], r = 0; r < arguments.length; r++)
3540
3544
  n[r] = arguments[r];
3541
- return new ((t = Intl.PluralRules).bind.apply(t, an([void 0], n, !1)))();
3545
+ return new ((t = Intl.PluralRules).bind.apply(t, ln([void 0], n, !1)))();
3542
3546
  }, {
3543
- cache: hn(e.pluralRules),
3544
- strategy: ln.variadic
3547
+ cache: mn(e.pluralRules),
3548
+ strategy: fn.variadic
3545
3549
  })
3546
3550
  };
3547
3551
  }
@@ -3550,40 +3554,40 @@ var yi = (
3550
3554
  function() {
3551
3555
  function e(t, n, r, i) {
3552
3556
  n === void 0 && (n = e.defaultLocale);
3553
- var o = this;
3557
+ var s = this;
3554
3558
  if (this.formatterCache = {
3555
3559
  number: {},
3556
3560
  dateTime: {},
3557
3561
  pluralRules: {}
3558
3562
  }, this.format = function(c) {
3559
- var l = o.formatToParts(c);
3563
+ var l = s.formatToParts(c);
3560
3564
  if (l.length === 1)
3561
3565
  return l[0].value;
3562
- var h = l.reduce(function(_, y) {
3566
+ var f = l.reduce(function(_, y) {
3563
3567
  return !_.length || y.type !== ce.literal || typeof _[_.length - 1] != "string" ? _.push(y.value) : _[_.length - 1] += y.value, _;
3564
3568
  }, []);
3565
- return h.length <= 1 ? h[0] || "" : h;
3569
+ return f.length <= 1 ? f[0] || "" : f;
3566
3570
  }, this.formatToParts = function(c) {
3567
- return Dt(o.ast, o.locales, o.formatters, o.formats, c, void 0, o.message);
3571
+ return Bt(s.ast, s.locales, s.formatters, s.formats, c, void 0, s.message);
3568
3572
  }, this.resolvedOptions = function() {
3569
3573
  var c;
3570
3574
  return {
3571
- locale: ((c = o.resolvedLocale) === null || c === void 0 ? void 0 : c.toString()) || Intl.NumberFormat.supportedLocalesOf(o.locales)[0]
3575
+ locale: ((c = s.resolvedLocale) === null || c === void 0 ? void 0 : c.toString()) || Intl.NumberFormat.supportedLocalesOf(s.locales)[0]
3572
3576
  };
3573
3577
  }, this.getAst = function() {
3574
- return o.ast;
3578
+ return s.ast;
3575
3579
  }, this.locales = n, this.resolvedLocale = e.resolveLocale(n), typeof t == "string") {
3576
3580
  if (this.message = t, !e.__parse)
3577
3581
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3578
3582
  var u = i || {};
3579
3583
  u.formatters;
3580
- var a = Do(u, ["formatters"]);
3581
- this.ast = e.__parse(t, U(U({}, a), { locale: this.resolvedLocale }));
3584
+ var a = Rs(u, ["formatters"]);
3585
+ this.ast = e.__parse(t, Ae(Ae({}, a), { locale: this.resolvedLocale }));
3582
3586
  } else
3583
3587
  this.ast = t;
3584
3588
  if (!Array.isArray(this.ast))
3585
3589
  throw new TypeError("A message must be provided as a String or AST.");
3586
- this.formats = Ss(e.formats, r), this.formatters = i && i.formatters || As(this.formatterCache);
3590
+ this.formats = Ao(e.formats, r), this.formatters = i && i.formatters || wo(this.formatterCache);
3587
3591
  }
3588
3592
  return Object.defineProperty(e, "defaultLocale", {
3589
3593
  get: function() {
@@ -3596,7 +3600,7 @@ var yi = (
3596
3600
  var n = Intl.NumberFormat.supportedLocalesOf(t);
3597
3601
  return n.length > 0 ? new Intl.Locale(n[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3598
3602
  }
3599
- }, e.__parse = bs, e.formats = {
3603
+ }, e.__parse = Eo, e.formats = {
3600
3604
  number: {
3601
3605
  integer: {
3602
3606
  maximumFractionDigits: 0
@@ -3657,7 +3661,7 @@ var yi = (
3657
3661
  }, e;
3658
3662
  }()
3659
3663
  );
3660
- function ws(e, t) {
3664
+ function Oo(e, t) {
3661
3665
  if (t == null)
3662
3666
  return;
3663
3667
  if (t in e)
@@ -3667,9 +3671,9 @@ function ws(e, t) {
3667
3671
  for (let i = 0; i < n.length; i++)
3668
3672
  if (typeof r == "object") {
3669
3673
  if (i > 0) {
3670
- const o = n.slice(i, n.length).join(".");
3671
- if (o in r) {
3672
- r = r[o];
3674
+ const s = n.slice(i, n.length).join(".");
3675
+ if (s in r) {
3676
+ r = r[s];
3673
3677
  break;
3674
3678
  }
3675
3679
  }
@@ -3678,101 +3682,101 @@ function ws(e, t) {
3678
3682
  r = void 0;
3679
3683
  return r;
3680
3684
  }
3681
- const Ne = {}, Os = (e, t, n) => n && (t in Ne || (Ne[t] = {}), e in Ne[t] || (Ne[t][e] = n), n), xi = (e, t) => {
3685
+ const He = {}, Mo = (e, t, n) => n && (t in He || (He[t] = {}), e in He[t] || (He[t][e] = n), n), xi = (e, t) => {
3682
3686
  if (t == null)
3683
3687
  return;
3684
- if (t in Ne && e in Ne[t])
3685
- return Ne[t][e];
3686
- const n = Et(t);
3688
+ if (t in He && e in He[t])
3689
+ return He[t][e];
3690
+ const n = yt(t);
3687
3691
  for (let r = 0; r < n.length; r++) {
3688
- const i = n[r], o = Cs(i, e);
3689
- if (o)
3690
- return Os(e, t, o);
3692
+ const i = n[r], s = Lo(i, e);
3693
+ if (s)
3694
+ return Mo(e, t, s);
3691
3695
  }
3692
3696
  };
3693
3697
  let Pn;
3694
- const bt = _t({});
3695
- function Ms(e) {
3698
+ const Et = bt({});
3699
+ function Co(e) {
3696
3700
  return Pn[e] || null;
3697
3701
  }
3698
- function Ti(e) {
3702
+ function vi(e) {
3699
3703
  return e in Pn;
3700
3704
  }
3701
- function Cs(e, t) {
3702
- if (!Ti(e))
3705
+ function Lo(e, t) {
3706
+ if (!vi(e))
3703
3707
  return null;
3704
- const n = Ms(e);
3705
- return ws(n, t);
3708
+ const n = Co(e);
3709
+ return Oo(n, t);
3706
3710
  }
3707
- function Ls(e) {
3711
+ function No(e) {
3708
3712
  if (e == null)
3709
3713
  return;
3710
- const t = Et(e);
3714
+ const t = yt(e);
3711
3715
  for (let n = 0; n < t.length; n++) {
3712
3716
  const r = t[n];
3713
- if (Ti(r))
3717
+ if (vi(r))
3714
3718
  return r;
3715
3719
  }
3716
3720
  }
3717
- function vi(e, ...t) {
3718
- delete Ne[e], bt.update((n) => (n[e] = Ro.all([n[e] || {}, ...t]), n));
3721
+ function Ti(e, ...t) {
3722
+ delete He[e], Et.update((n) => (n[e] = Ps.all([n[e] || {}, ...t]), n));
3719
3723
  }
3720
- Ke(
3721
- [bt],
3724
+ et(
3725
+ [Et],
3722
3726
  ([e]) => Object.keys(e)
3723
3727
  );
3724
- bt.subscribe((e) => Pn = e);
3725
- const Bt = {};
3726
- function Ns(e, t) {
3727
- Bt[e].delete(t), Bt[e].size === 0 && delete Bt[e];
3728
+ Et.subscribe((e) => Pn = e);
3729
+ const $t = {};
3730
+ function Ho(e, t) {
3731
+ $t[e].delete(t), $t[e].size === 0 && delete $t[e];
3728
3732
  }
3729
3733
  function Si(e) {
3730
- return Bt[e];
3734
+ return $t[e];
3731
3735
  }
3732
- function Hs(e) {
3733
- return Et(e).map((t) => {
3736
+ function Io(e) {
3737
+ return yt(e).map((t) => {
3734
3738
  const n = Si(t);
3735
3739
  return [t, n ? [...n] : []];
3736
3740
  }).filter(([, t]) => t.length > 0);
3737
3741
  }
3738
- function jt(e) {
3739
- return e == null ? !1 : Et(e).some(
3742
+ function Wt(e) {
3743
+ return e == null ? !1 : yt(e).some(
3740
3744
  (t) => {
3741
3745
  var n;
3742
3746
  return (n = Si(t)) == null ? void 0 : n.size;
3743
3747
  }
3744
3748
  );
3745
3749
  }
3746
- function Is(e, t) {
3750
+ function Po(e, t) {
3747
3751
  return Promise.all(
3748
- t.map((r) => (Ns(e, r), r().then((i) => i.default || i)))
3749
- ).then((r) => vi(e, ...r));
3752
+ t.map((r) => (Ho(e, r), r().then((i) => i.default || i)))
3753
+ ).then((r) => Ti(e, ...r));
3750
3754
  }
3751
3755
  const ot = {};
3752
3756
  function Ai(e) {
3753
- if (!jt(e))
3757
+ if (!Wt(e))
3754
3758
  return e in ot ? ot[e] : Promise.resolve();
3755
- const t = Hs(e);
3759
+ const t = Io(e);
3756
3760
  return ot[e] = Promise.all(
3757
3761
  t.map(
3758
- ([n, r]) => Is(n, r)
3762
+ ([n, r]) => Po(n, r)
3759
3763
  )
3760
3764
  ).then(() => {
3761
- if (jt(e))
3765
+ if (Wt(e))
3762
3766
  return Ai(e);
3763
3767
  delete ot[e];
3764
3768
  }), ot[e];
3765
3769
  }
3766
- var yr = Object.getOwnPropertySymbols, Ps = Object.prototype.hasOwnProperty, Rs = Object.prototype.propertyIsEnumerable, Ds = (e, t) => {
3770
+ var yr = Object.getOwnPropertySymbols, Ro = Object.prototype.hasOwnProperty, Do = Object.prototype.propertyIsEnumerable, Bo = (e, t) => {
3767
3771
  var n = {};
3768
3772
  for (var r in e)
3769
- Ps.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
3773
+ Ro.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
3770
3774
  if (e != null && yr)
3771
3775
  for (var r of yr(e))
3772
- t.indexOf(r) < 0 && Rs.call(e, r) && (n[r] = e[r]);
3776
+ t.indexOf(r) < 0 && Do.call(e, r) && (n[r] = e[r]);
3773
3777
  return n;
3774
3778
  };
3775
- const Bs = {
3779
+ const $o = {
3776
3780
  number: {
3777
3781
  scientific: { notation: "scientific" },
3778
3782
  engineering: { notation: "engineering" },
@@ -3802,28 +3806,28 @@ const Bs = {
3802
3806
  }
3803
3807
  }
3804
3808
  };
3805
- function $s({ locale: e, id: t }) {
3809
+ function Uo({ locale: e, id: t }) {
3806
3810
  console.warn(
3807
- `[svelte-i18n] The message "${t}" was not found in "${Et(
3811
+ `[svelte-i18n] The message "${t}" was not found in "${yt(
3808
3812
  e
3809
- ).join('", "')}".${jt(Ie()) ? `
3813
+ ).join('", "')}".${Wt(Pe()) ? `
3810
3814
 
3811
3815
  Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
3812
3816
  );
3813
3817
  }
3814
- const Us = {
3818
+ const ko = {
3815
3819
  fallbackLocale: null,
3816
3820
  loadingDelay: 200,
3817
- formats: Bs,
3821
+ formats: $o,
3818
3822
  warnOnMissingMessages: !0,
3819
3823
  handleMissingMessage: void 0,
3820
3824
  ignoreTag: !0
3821
- }, ft = Us;
3822
- function Je() {
3823
- return ft;
3825
+ }, mt = ko;
3826
+ function Qe() {
3827
+ return mt;
3824
3828
  }
3825
- function ks(e) {
3826
- const t = e, { formats: n } = t, r = Ds(t, ["formats"]);
3829
+ function Fo(e) {
3830
+ const t = e, { formats: n } = t, r = Bo(t, ["formats"]);
3827
3831
  let i = e.fallbackLocale;
3828
3832
  if (e.initialLocale)
3829
3833
  try {
@@ -3833,152 +3837,152 @@ function ks(e) {
3833
3837
  `[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
3834
3838
  );
3835
3839
  }
3836
- return r.warnOnMissingMessages && (delete r.warnOnMissingMessages, r.handleMissingMessage == null ? r.handleMissingMessage = $s : console.warn(
3840
+ return r.warnOnMissingMessages && (delete r.warnOnMissingMessages, r.handleMissingMessage == null ? r.handleMissingMessage = Uo : console.warn(
3837
3841
  '[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
3838
- )), Object.assign(ft, r, { initialLocale: i }), n && ("number" in n && Object.assign(ft.formats.number, n.number), "date" in n && Object.assign(ft.formats.date, n.date), "time" in n && Object.assign(ft.formats.time, n.time)), De.set(i);
3842
+ )), Object.assign(mt, r, { initialLocale: i }), n && ("number" in n && Object.assign(mt.formats.number, n.number), "date" in n && Object.assign(mt.formats.date, n.date), "time" in n && Object.assign(mt.formats.time, n.time)), Be.set(i);
3839
3843
  }
3840
- const fn = _t(!1);
3841
- var Fs = Object.defineProperty, Gs = Object.defineProperties, js = Object.getOwnPropertyDescriptors, xr = Object.getOwnPropertySymbols, zs = Object.prototype.hasOwnProperty, Ws = Object.prototype.propertyIsEnumerable, Tr = (e, t, n) => t in e ? Fs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Vs = (e, t) => {
3844
+ const dn = bt(!1);
3845
+ var Go = Object.defineProperty, jo = Object.defineProperties, zo = Object.getOwnPropertyDescriptors, xr = Object.getOwnPropertySymbols, Wo = Object.prototype.hasOwnProperty, Vo = Object.prototype.propertyIsEnumerable, vr = (e, t, n) => t in e ? Go(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Xo = (e, t) => {
3842
3846
  for (var n in t || (t = {}))
3843
- zs.call(t, n) && Tr(e, n, t[n]);
3847
+ Wo.call(t, n) && vr(e, n, t[n]);
3844
3848
  if (xr)
3845
3849
  for (var n of xr(t))
3846
- Ws.call(t, n) && Tr(e, n, t[n]);
3850
+ Vo.call(t, n) && vr(e, n, t[n]);
3847
3851
  return e;
3848
- }, Xs = (e, t) => Gs(e, js(t));
3849
- let wn;
3850
- const zt = _t(null);
3851
- function vr(e) {
3852
+ }, Yo = (e, t) => jo(e, zo(t));
3853
+ let Mn;
3854
+ const Vt = bt(null);
3855
+ function Tr(e) {
3852
3856
  return e.split("-").map((t, n, r) => r.slice(0, n + 1).join("-")).reverse();
3853
3857
  }
3854
- function Et(e, t = Je().fallbackLocale) {
3855
- const n = vr(e);
3856
- return t ? [.../* @__PURE__ */ new Set([...n, ...vr(t)])] : n;
3858
+ function yt(e, t = Qe().fallbackLocale) {
3859
+ const n = Tr(e);
3860
+ return t ? [.../* @__PURE__ */ new Set([...n, ...Tr(t)])] : n;
3857
3861
  }
3858
- function Ie() {
3859
- return wn ?? void 0;
3862
+ function Pe() {
3863
+ return Mn ?? void 0;
3860
3864
  }
3861
- zt.subscribe((e) => {
3862
- wn = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3865
+ Vt.subscribe((e) => {
3866
+ Mn = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3863
3867
  });
3864
- const Ys = (e) => {
3865
- if (e && Ls(e) && jt(e)) {
3866
- const { loadingDelay: t } = Je();
3868
+ const Zo = (e) => {
3869
+ if (e && No(e) && Wt(e)) {
3870
+ const { loadingDelay: t } = Qe();
3867
3871
  let n;
3868
- return typeof window < "u" && Ie() != null && t ? n = window.setTimeout(
3869
- () => fn.set(!0),
3872
+ return typeof window < "u" && Pe() != null && t ? n = window.setTimeout(
3873
+ () => dn.set(!0),
3870
3874
  t
3871
- ) : fn.set(!0), Ai(e).then(() => {
3872
- zt.set(e);
3875
+ ) : dn.set(!0), Ai(e).then(() => {
3876
+ Vt.set(e);
3873
3877
  }).finally(() => {
3874
- clearTimeout(n), fn.set(!1);
3878
+ clearTimeout(n), dn.set(!1);
3875
3879
  });
3876
3880
  }
3877
- return zt.set(e);
3878
- }, De = Xs(Vs({}, zt), {
3879
- set: Ys
3880
- }), qt = (e) => {
3881
+ return Vt.set(e);
3882
+ }, Be = Yo(Xo({}, Vt), {
3883
+ set: Zo
3884
+ }), Qt = (e) => {
3881
3885
  const t = /* @__PURE__ */ Object.create(null);
3882
3886
  return (r) => {
3883
3887
  const i = JSON.stringify(r);
3884
3888
  return i in t ? t[i] : t[i] = e(r);
3885
3889
  };
3886
3890
  };
3887
- var Zs = Object.defineProperty, Wt = Object.getOwnPropertySymbols, wi = Object.prototype.hasOwnProperty, Oi = Object.prototype.propertyIsEnumerable, Sr = (e, t, n) => t in e ? Zs(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Rn = (e, t) => {
3891
+ var qo = Object.defineProperty, Xt = Object.getOwnPropertySymbols, wi = Object.prototype.hasOwnProperty, Oi = Object.prototype.propertyIsEnumerable, Sr = (e, t, n) => t in e ? qo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: n }) : e[t] = n, Rn = (e, t) => {
3888
3892
  for (var n in t || (t = {}))
3889
3893
  wi.call(t, n) && Sr(e, n, t[n]);
3890
- if (Wt)
3891
- for (var n of Wt(t))
3894
+ if (Xt)
3895
+ for (var n of Xt(t))
3892
3896
  Oi.call(t, n) && Sr(e, n, t[n]);
3893
3897
  return e;
3894
- }, et = (e, t) => {
3898
+ }, tt = (e, t) => {
3895
3899
  var n = {};
3896
3900
  for (var r in e)
3897
3901
  wi.call(e, r) && t.indexOf(r) < 0 && (n[r] = e[r]);
3898
- if (e != null && Wt)
3899
- for (var r of Wt(e))
3902
+ if (e != null && Xt)
3903
+ for (var r of Xt(e))
3900
3904
  t.indexOf(r) < 0 && Oi.call(e, r) && (n[r] = e[r]);
3901
3905
  return n;
3902
3906
  };
3903
- const gt = (e, t) => {
3904
- const { formats: n } = Je();
3907
+ const _t = (e, t) => {
3908
+ const { formats: n } = Qe();
3905
3909
  if (e in n && t in n[e])
3906
3910
  return n[e][t];
3907
3911
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3908
- }, qs = qt(
3912
+ }, Jo = Qt(
3909
3913
  (e) => {
3910
- var t = e, { locale: n, format: r } = t, i = et(t, ["locale", "format"]);
3914
+ var t = e, { locale: n, format: r } = t, i = tt(t, ["locale", "format"]);
3911
3915
  if (n == null)
3912
3916
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3913
- return r && (i = gt("number", r)), new Intl.NumberFormat(n, i);
3917
+ return r && (i = _t("number", r)), new Intl.NumberFormat(n, i);
3914
3918
  }
3915
- ), Js = qt(
3919
+ ), Qo = Qt(
3916
3920
  (e) => {
3917
- var t = e, { locale: n, format: r } = t, i = et(t, ["locale", "format"]);
3921
+ var t = e, { locale: n, format: r } = t, i = tt(t, ["locale", "format"]);
3918
3922
  if (n == null)
3919
3923
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3920
- return r ? i = gt("date", r) : Object.keys(i).length === 0 && (i = gt("date", "short")), new Intl.DateTimeFormat(n, i);
3924
+ return r ? i = _t("date", r) : Object.keys(i).length === 0 && (i = _t("date", "short")), new Intl.DateTimeFormat(n, i);
3921
3925
  }
3922
- ), Qs = qt(
3926
+ ), Ko = Qt(
3923
3927
  (e) => {
3924
- var t = e, { locale: n, format: r } = t, i = et(t, ["locale", "format"]);
3928
+ var t = e, { locale: n, format: r } = t, i = tt(t, ["locale", "format"]);
3925
3929
  if (n == null)
3926
3930
  throw new Error(
3927
3931
  '[svelte-i18n] A "locale" must be set to format time values'
3928
3932
  );
3929
- return r ? i = gt("time", r) : Object.keys(i).length === 0 && (i = gt("time", "short")), new Intl.DateTimeFormat(n, i);
3933
+ return r ? i = _t("time", r) : Object.keys(i).length === 0 && (i = _t("time", "short")), new Intl.DateTimeFormat(n, i);
3930
3934
  }
3931
- ), Ks = (e = {}) => {
3935
+ ), ea = (e = {}) => {
3932
3936
  var t = e, {
3933
- locale: n = Ie()
3934
- } = t, r = et(t, [
3937
+ locale: n = Pe()
3938
+ } = t, r = tt(t, [
3935
3939
  "locale"
3936
3940
  ]);
3937
- return qs(Rn({ locale: n }, r));
3938
- }, ea = (e = {}) => {
3941
+ return Jo(Rn({ locale: n }, r));
3942
+ }, ta = (e = {}) => {
3939
3943
  var t = e, {
3940
- locale: n = Ie()
3941
- } = t, r = et(t, [
3944
+ locale: n = Pe()
3945
+ } = t, r = tt(t, [
3942
3946
  "locale"
3943
3947
  ]);
3944
- return Js(Rn({ locale: n }, r));
3945
- }, ta = (e = {}) => {
3948
+ return Qo(Rn({ locale: n }, r));
3949
+ }, na = (e = {}) => {
3946
3950
  var t = e, {
3947
- locale: n = Ie()
3948
- } = t, r = et(t, [
3951
+ locale: n = Pe()
3952
+ } = t, r = tt(t, [
3949
3953
  "locale"
3950
3954
  ]);
3951
- return Qs(Rn({ locale: n }, r));
3952
- }, na = qt(
3955
+ return Ko(Rn({ locale: n }, r));
3956
+ }, ra = Qt(
3953
3957
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3954
- (e, t = Ie()) => new yi(e, t, Je().formats, {
3955
- ignoreTag: Je().ignoreTag
3958
+ (e, t = Pe()) => new yi(e, t, Qe().formats, {
3959
+ ignoreTag: Qe().ignoreTag
3956
3960
  })
3957
- ), ra = (e, t = {}) => {
3958
- var n, r, i, o;
3961
+ ), ia = (e, t = {}) => {
3962
+ var n, r, i, s;
3959
3963
  let u = t;
3960
3964
  typeof e == "object" && (u = e, e = u.id);
3961
3965
  const {
3962
3966
  values: a,
3963
- locale: c = Ie(),
3967
+ locale: c = Pe(),
3964
3968
  default: l
3965
3969
  } = u;
3966
3970
  if (c == null)
3967
3971
  throw new Error(
3968
3972
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3969
3973
  );
3970
- let h = xi(e, c);
3971
- if (!h)
3972
- h = (o = (i = (r = (n = Je()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: c, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
3973
- else if (typeof h != "string")
3974
+ let f = xi(e, c);
3975
+ if (!f)
3976
+ f = (s = (i = (r = (n = Qe()).handleMissingMessage) == null ? void 0 : r.call(n, { locale: c, id: e, defaultValue: l })) != null ? i : l) != null ? s : e;
3977
+ else if (typeof f != "string")
3974
3978
  return console.warn(
3975
- `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3976
- ), h;
3979
+ `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof f}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
3980
+ ), f;
3977
3981
  if (!a)
3978
- return h;
3979
- let _ = h;
3982
+ return f;
3983
+ let _ = f;
3980
3984
  try {
3981
- _ = na(h, c).format(a);
3985
+ _ = ra(f, c).format(a);
3982
3986
  } catch (y) {
3983
3987
  y instanceof Error && console.warn(
3984
3988
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3986,18 +3990,18 @@ const gt = (e, t) => {
3986
3990
  );
3987
3991
  }
3988
3992
  return _;
3989
- }, ia = (e, t) => ta(t).format(e), oa = (e, t) => ea(t).format(e), sa = (e, t) => Ks(t).format(e), aa = (e, t = Ie()) => xi(e, t), ua = Ke([De, bt], () => ra);
3990
- Ke([De], () => ia);
3991
- Ke([De], () => oa);
3992
- Ke([De], () => sa);
3993
- Ke([De, bt], () => aa);
3993
+ }, sa = (e, t) => na(t).format(e), oa = (e, t) => ta(t).format(e), aa = (e, t) => ea(t).format(e), ua = (e, t = Pe()) => xi(e, t), la = et([Be, Et], () => ia);
3994
+ et([Be], () => sa);
3995
+ et([Be], () => oa);
3996
+ et([Be], () => aa);
3997
+ et([Be, Et], () => ua);
3994
3998
  function Ar(e, t) {
3995
- vi(e, t);
3999
+ Ti(e, t);
3996
4000
  }
3997
- function la(e) {
3998
- ks({
4001
+ function ca(e) {
4002
+ Fo({
3999
4003
  fallbackLocale: "en"
4000
- }), De.set(e);
4004
+ }), Be.set(e);
4001
4005
  }
4002
4006
  const wr = {
4003
4007
  en: {
@@ -4026,73 +4030,73 @@ const wr = {
4026
4030
  const {
4027
4031
  entries: Mi,
4028
4032
  setPrototypeOf: Or,
4029
- isFrozen: ca,
4033
+ isFrozen: fa,
4030
4034
  getPrototypeOf: ha,
4031
- getOwnPropertyDescriptor: fa
4035
+ getOwnPropertyDescriptor: ma
4032
4036
  } = Object;
4033
4037
  let {
4034
- freeze: he,
4038
+ freeze: fe,
4035
4039
  seal: be,
4036
4040
  create: Ci
4037
4041
  } = Object, {
4038
- apply: On,
4039
- construct: Mn
4042
+ apply: Cn,
4043
+ construct: Ln
4040
4044
  } = typeof Reflect < "u" && Reflect;
4041
- he || (he = function(t) {
4045
+ fe || (fe = function(t) {
4042
4046
  return t;
4043
4047
  });
4044
4048
  be || (be = function(t) {
4045
4049
  return t;
4046
4050
  });
4047
- On || (On = function(t, n, r) {
4051
+ Cn || (Cn = function(t, n, r) {
4048
4052
  return t.apply(n, r);
4049
4053
  });
4050
- Mn || (Mn = function(t, n) {
4054
+ Ln || (Ln = function(t, n) {
4051
4055
  return new t(...n);
4052
4056
  });
4053
- const Mt = pe(Array.prototype.forEach), Mr = pe(Array.prototype.pop), st = pe(Array.prototype.push), $t = pe(String.prototype.toLowerCase), mn = pe(String.prototype.toString), Cr = pe(String.prototype.match), at = pe(String.prototype.replace), ma = pe(String.prototype.indexOf), da = pe(String.prototype.trim), xe = pe(Object.prototype.hasOwnProperty), ue = pe(RegExp.prototype.test), ut = pa(TypeError);
4057
+ const Ct = pe(Array.prototype.forEach), Mr = pe(Array.prototype.pop), at = pe(Array.prototype.push), Ut = pe(String.prototype.toLowerCase), pn = pe(String.prototype.toString), Cr = pe(String.prototype.match), ut = pe(String.prototype.replace), da = pe(String.prototype.indexOf), pa = pe(String.prototype.trim), xe = pe(Object.prototype.hasOwnProperty), ue = pe(RegExp.prototype.test), lt = ga(TypeError);
4054
4058
  function pe(e) {
4055
4059
  return function(t) {
4056
4060
  for (var n = arguments.length, r = new Array(n > 1 ? n - 1 : 0), i = 1; i < n; i++)
4057
4061
  r[i - 1] = arguments[i];
4058
- return On(e, t, r);
4062
+ return Cn(e, t, r);
4059
4063
  };
4060
4064
  }
4061
- function pa(e) {
4065
+ function ga(e) {
4062
4066
  return function() {
4063
4067
  for (var t = arguments.length, n = new Array(t), r = 0; r < t; r++)
4064
4068
  n[r] = arguments[r];
4065
- return Mn(e, n);
4069
+ return Ln(e, n);
4066
4070
  };
4067
4071
  }
4068
4072
  function P(e, t) {
4069
- let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : $t;
4073
+ let n = arguments.length > 2 && arguments[2] !== void 0 ? arguments[2] : Ut;
4070
4074
  Or && Or(e, null);
4071
4075
  let r = t.length;
4072
4076
  for (; r--; ) {
4073
4077
  let i = t[r];
4074
4078
  if (typeof i == "string") {
4075
- const o = n(i);
4076
- o !== i && (ca(t) || (t[r] = o), i = o);
4079
+ const s = n(i);
4080
+ s !== i && (fa(t) || (t[r] = s), i = s);
4077
4081
  }
4078
4082
  e[i] = !0;
4079
4083
  }
4080
4084
  return e;
4081
4085
  }
4082
- function ga(e) {
4086
+ function _a(e) {
4083
4087
  for (let t = 0; t < e.length; t++)
4084
4088
  xe(e, t) || (e[t] = null);
4085
4089
  return e;
4086
4090
  }
4087
- function Re(e) {
4091
+ function De(e) {
4088
4092
  const t = Ci(null);
4089
4093
  for (const [n, r] of Mi(e))
4090
- xe(e, n) && (Array.isArray(r) ? t[n] = ga(r) : r && typeof r == "object" && r.constructor === Object ? t[n] = Re(r) : t[n] = r);
4094
+ xe(e, n) && (Array.isArray(r) ? t[n] = _a(r) : r && typeof r == "object" && r.constructor === Object ? t[n] = De(r) : t[n] = r);
4091
4095
  return t;
4092
4096
  }
4093
- function lt(e, t) {
4097
+ function ct(e, t) {
4094
4098
  for (; e !== null; ) {
4095
- const r = fa(e, t);
4099
+ const r = ma(e, t);
4096
4100
  if (r) {
4097
4101
  if (r.get)
4098
4102
  return pe(r.get);
@@ -4106,53 +4110,44 @@ function lt(e, t) {
4106
4110
  }
4107
4111
  return n;
4108
4112
  }
4109
- const Lr = he(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), dn = he(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), pn = he(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), _a = he(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), gn = he(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), ba = he(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Nr = he(["#text"]), Hr = he(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), _n = he(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), Ir = he(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), Ct = he(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), Ea = be(/\{\{[\w\W]*|[\w\W]*\}\}/gm), ya = be(/<%[\w\W]*|[\w\W]*%>/gm), xa = be(/\${[\w\W]*}/gm), Ta = be(/^data-[\-\w.\u00B7-\uFFFF]/), va = be(/^aria-[\-\w]+$/), Li = be(
4113
+ const Lr = fe(["a", "abbr", "acronym", "address", "area", "article", "aside", "audio", "b", "bdi", "bdo", "big", "blink", "blockquote", "body", "br", "button", "canvas", "caption", "center", "cite", "code", "col", "colgroup", "content", "data", "datalist", "dd", "decorator", "del", "details", "dfn", "dialog", "dir", "div", "dl", "dt", "element", "em", "fieldset", "figcaption", "figure", "font", "footer", "form", "h1", "h2", "h3", "h4", "h5", "h6", "head", "header", "hgroup", "hr", "html", "i", "img", "input", "ins", "kbd", "label", "legend", "li", "main", "map", "mark", "marquee", "menu", "menuitem", "meter", "nav", "nobr", "ol", "optgroup", "option", "output", "p", "picture", "pre", "progress", "q", "rp", "rt", "ruby", "s", "samp", "section", "select", "shadow", "small", "source", "spacer", "span", "strike", "strong", "style", "sub", "summary", "sup", "table", "tbody", "td", "template", "textarea", "tfoot", "th", "thead", "time", "tr", "track", "tt", "u", "ul", "var", "video", "wbr"]), gn = fe(["svg", "a", "altglyph", "altglyphdef", "altglyphitem", "animatecolor", "animatemotion", "animatetransform", "circle", "clippath", "defs", "desc", "ellipse", "filter", "font", "g", "glyph", "glyphref", "hkern", "image", "line", "lineargradient", "marker", "mask", "metadata", "mpath", "path", "pattern", "polygon", "polyline", "radialgradient", "rect", "stop", "style", "switch", "symbol", "text", "textpath", "title", "tref", "tspan", "view", "vkern"]), _n = fe(["feBlend", "feColorMatrix", "feComponentTransfer", "feComposite", "feConvolveMatrix", "feDiffuseLighting", "feDisplacementMap", "feDistantLight", "feDropShadow", "feFlood", "feFuncA", "feFuncB", "feFuncG", "feFuncR", "feGaussianBlur", "feImage", "feMerge", "feMergeNode", "feMorphology", "feOffset", "fePointLight", "feSpecularLighting", "feSpotLight", "feTile", "feTurbulence"]), ba = fe(["animate", "color-profile", "cursor", "discard", "font-face", "font-face-format", "font-face-name", "font-face-src", "font-face-uri", "foreignobject", "hatch", "hatchpath", "mesh", "meshgradient", "meshpatch", "meshrow", "missing-glyph", "script", "set", "solidcolor", "unknown", "use"]), bn = fe(["math", "menclose", "merror", "mfenced", "mfrac", "mglyph", "mi", "mlabeledtr", "mmultiscripts", "mn", "mo", "mover", "mpadded", "mphantom", "mroot", "mrow", "ms", "mspace", "msqrt", "mstyle", "msub", "msup", "msubsup", "mtable", "mtd", "mtext", "mtr", "munder", "munderover", "mprescripts"]), Ea = fe(["maction", "maligngroup", "malignmark", "mlongdiv", "mscarries", "mscarry", "msgroup", "mstack", "msline", "msrow", "semantics", "annotation", "annotation-xml", "mprescripts", "none"]), Nr = fe(["#text"]), Hr = fe(["accept", "action", "align", "alt", "autocapitalize", "autocomplete", "autopictureinpicture", "autoplay", "background", "bgcolor", "border", "capture", "cellpadding", "cellspacing", "checked", "cite", "class", "clear", "color", "cols", "colspan", "controls", "controlslist", "coords", "crossorigin", "datetime", "decoding", "default", "dir", "disabled", "disablepictureinpicture", "disableremoteplayback", "download", "draggable", "enctype", "enterkeyhint", "face", "for", "headers", "height", "hidden", "high", "href", "hreflang", "id", "inputmode", "integrity", "ismap", "kind", "label", "lang", "list", "loading", "loop", "low", "max", "maxlength", "media", "method", "min", "minlength", "multiple", "muted", "name", "nonce", "noshade", "novalidate", "nowrap", "open", "optimum", "pattern", "placeholder", "playsinline", "popover", "popovertarget", "popovertargetaction", "poster", "preload", "pubdate", "radiogroup", "readonly", "rel", "required", "rev", "reversed", "role", "rows", "rowspan", "spellcheck", "scope", "selected", "shape", "size", "sizes", "span", "srclang", "start", "src", "srcset", "step", "style", "summary", "tabindex", "title", "translate", "type", "usemap", "valign", "value", "width", "wrap", "xmlns", "slot"]), En = fe(["accent-height", "accumulate", "additive", "alignment-baseline", "ascent", "attributename", "attributetype", "azimuth", "basefrequency", "baseline-shift", "begin", "bias", "by", "class", "clip", "clippathunits", "clip-path", "clip-rule", "color", "color-interpolation", "color-interpolation-filters", "color-profile", "color-rendering", "cx", "cy", "d", "dx", "dy", "diffuseconstant", "direction", "display", "divisor", "dur", "edgemode", "elevation", "end", "fill", "fill-opacity", "fill-rule", "filter", "filterunits", "flood-color", "flood-opacity", "font-family", "font-size", "font-size-adjust", "font-stretch", "font-style", "font-variant", "font-weight", "fx", "fy", "g1", "g2", "glyph-name", "glyphref", "gradientunits", "gradienttransform", "height", "href", "id", "image-rendering", "in", "in2", "k", "k1", "k2", "k3", "k4", "kerning", "keypoints", "keysplines", "keytimes", "lang", "lengthadjust", "letter-spacing", "kernelmatrix", "kernelunitlength", "lighting-color", "local", "marker-end", "marker-mid", "marker-start", "markerheight", "markerunits", "markerwidth", "maskcontentunits", "maskunits", "max", "mask", "media", "method", "mode", "min", "name", "numoctaves", "offset", "operator", "opacity", "order", "orient", "orientation", "origin", "overflow", "paint-order", "path", "pathlength", "patterncontentunits", "patterntransform", "patternunits", "points", "preservealpha", "preserveaspectratio", "primitiveunits", "r", "rx", "ry", "radius", "refx", "refy", "repeatcount", "repeatdur", "restart", "result", "rotate", "scale", "seed", "shape-rendering", "specularconstant", "specularexponent", "spreadmethod", "startoffset", "stddeviation", "stitchtiles", "stop-color", "stop-opacity", "stroke-dasharray", "stroke-dashoffset", "stroke-linecap", "stroke-linejoin", "stroke-miterlimit", "stroke-opacity", "stroke", "stroke-width", "style", "surfacescale", "systemlanguage", "tabindex", "targetx", "targety", "transform", "transform-origin", "text-anchor", "text-decoration", "text-rendering", "textlength", "type", "u1", "u2", "unicode", "values", "viewbox", "visibility", "version", "vert-adv-y", "vert-origin-x", "vert-origin-y", "width", "word-spacing", "wrap", "writing-mode", "xchannelselector", "ychannelselector", "x", "x1", "x2", "xmlns", "y", "y1", "y2", "z", "zoomandpan"]), Ir = fe(["accent", "accentunder", "align", "bevelled", "close", "columnsalign", "columnlines", "columnspan", "denomalign", "depth", "dir", "display", "displaystyle", "encoding", "fence", "frame", "height", "href", "id", "largeop", "length", "linethickness", "lspace", "lquote", "mathbackground", "mathcolor", "mathsize", "mathvariant", "maxsize", "minsize", "movablelimits", "notation", "numalign", "open", "rowalign", "rowlines", "rowspacing", "rowspan", "rspace", "rquote", "scriptlevel", "scriptminsize", "scriptsizemultiplier", "selection", "separator", "separators", "stretchy", "subscriptshift", "supscriptshift", "symmetric", "voffset", "width", "xmlns"]), Lt = fe(["xlink:href", "xml:id", "xlink:title", "xml:space", "xmlns:xlink"]), ya = be(/\{\{[\w\W]*|[\w\W]*\}\}/gm), xa = be(/<%[\w\W]*|[\w\W]*%>/gm), va = be(/\${[\w\W]*}/gm), Ta = be(/^data-[\-\w.\u00B7-\uFFFF]/), Sa = be(/^aria-[\-\w]+$/), Li = be(
4110
4114
  /^(?:(?:(?:f|ht)tps?|mailto|tel|callto|sms|cid|xmpp):|[^a-z]|[a-z+.\-]+(?:[^a-z+.\-:]|$))/i
4111
4115
  // eslint-disable-line no-useless-escape
4112
- ), Sa = be(/^(?:\w+script|data):/i), Aa = be(
4116
+ ), Aa = be(/^(?:\w+script|data):/i), wa = be(
4113
4117
  /[\u0000-\u0020\u00A0\u1680\u180E\u2000-\u2029\u205F\u3000]/g
4114
4118
  // eslint-disable-line no-control-regex
4115
- ), Ni = be(/^html$/i), wa = be(/^[a-z][.\w]*(-[.\w]+)+$/i);
4119
+ ), Ni = be(/^html$/i), Oa = be(/^[a-z][.\w]*(-[.\w]+)+$/i);
4116
4120
  var Pr = /* @__PURE__ */ Object.freeze({
4117
4121
  __proto__: null,
4118
- MUSTACHE_EXPR: Ea,
4119
- ERB_EXPR: ya,
4120
- TMPLIT_EXPR: xa,
4122
+ MUSTACHE_EXPR: ya,
4123
+ ERB_EXPR: xa,
4124
+ TMPLIT_EXPR: va,
4121
4125
  DATA_ATTR: Ta,
4122
- ARIA_ATTR: va,
4126
+ ARIA_ATTR: Sa,
4123
4127
  IS_ALLOWED_URI: Li,
4124
- IS_SCRIPT_OR_DATA: Sa,
4125
- ATTR_WHITESPACE: Aa,
4128
+ IS_SCRIPT_OR_DATA: Aa,
4129
+ ATTR_WHITESPACE: wa,
4126
4130
  DOCTYPE_NAME: Ni,
4127
- CUSTOM_ELEMENT: wa
4131
+ CUSTOM_ELEMENT: Oa
4128
4132
  });
4129
- const ct = {
4133
+ const ft = {
4130
4134
  element: 1,
4131
- attribute: 2,
4132
4135
  text: 3,
4133
- cdataSection: 4,
4134
- entityReference: 5,
4135
- // Deprecated
4136
- entityNode: 6,
4137
4136
  // Deprecated
4138
4137
  progressingInstruction: 7,
4139
4138
  comment: 8,
4140
- document: 9,
4141
- documentType: 10,
4142
- documentFragment: 11,
4143
- notation: 12
4144
- // Deprecated
4145
- }, Oa = function() {
4139
+ document: 9
4140
+ }, Ma = function() {
4146
4141
  return typeof window > "u" ? null : window;
4147
- }, Ma = function(t, n) {
4142
+ }, Ca = function(t, n) {
4148
4143
  if (typeof t != "object" || typeof t.createPolicy != "function")
4149
4144
  return null;
4150
4145
  let r = null;
4151
4146
  const i = "data-tt-policy-suffix";
4152
4147
  n && n.hasAttribute(i) && (r = n.getAttribute(i));
4153
- const o = "dompurify" + (r ? "#" + r : "");
4148
+ const s = "dompurify" + (r ? "#" + r : "");
4154
4149
  try {
4155
- return t.createPolicy(o, {
4150
+ return t.createPolicy(s, {
4156
4151
  createHTML(u) {
4157
4152
  return u;
4158
4153
  },
@@ -4161,59 +4156,59 @@ const ct = {
4161
4156
  }
4162
4157
  });
4163
4158
  } catch {
4164
- return console.warn("TrustedTypes policy " + o + " could not be created."), null;
4159
+ return console.warn("TrustedTypes policy " + s + " could not be created."), null;
4165
4160
  }
4166
4161
  };
4167
4162
  function Hi() {
4168
- let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Oa();
4163
+ let e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : Ma();
4169
4164
  const t = (w) => Hi(w);
4170
- if (t.version = "3.1.6", t.removed = [], !e || !e.document || e.document.nodeType !== ct.document)
4165
+ if (t.version = "3.1.6", t.removed = [], !e || !e.document || e.document.nodeType !== ft.document)
4171
4166
  return t.isSupported = !1, t;
4172
4167
  let {
4173
4168
  document: n
4174
4169
  } = e;
4175
4170
  const r = n, i = r.currentScript, {
4176
- DocumentFragment: o,
4171
+ DocumentFragment: s,
4177
4172
  HTMLTemplateElement: u,
4178
4173
  Node: a,
4179
4174
  Element: c,
4180
4175
  NodeFilter: l,
4181
- NamedNodeMap: h = e.NamedNodeMap || e.MozNamedAttrMap,
4176
+ NamedNodeMap: f = e.NamedNodeMap || e.MozNamedAttrMap,
4182
4177
  HTMLFormElement: _,
4183
4178
  DOMParser: y,
4184
4179
  trustedTypes: M
4185
- } = e, b = c.prototype, d = lt(b, "cloneNode"), C = lt(b, "remove"), G = lt(b, "nextSibling"), $ = lt(b, "childNodes"), A = lt(b, "parentNode");
4180
+ } = e, b = c.prototype, d = ct(b, "cloneNode"), C = ct(b, "remove"), F = ct(b, "nextSibling"), $ = ct(b, "childNodes"), A = ct(b, "parentNode");
4186
4181
  if (typeof u == "function") {
4187
4182
  const w = n.createElement("template");
4188
4183
  w.content && w.content.ownerDocument && (n = w.content.ownerDocument);
4189
4184
  }
4190
4185
  let H, R = "";
4191
4186
  const {
4192
- implementation: k,
4193
- createNodeIterator: Z,
4194
- createDocumentFragment: X,
4187
+ implementation: U,
4188
+ createNodeIterator: Y,
4189
+ createDocumentFragment: V,
4195
4190
  getElementsByTagName: Q
4196
4191
  } = n, {
4197
- importNode: j
4192
+ importNode: G
4198
4193
  } = r;
4199
4194
  let O = {};
4200
- t.isSupported = typeof Mi == "function" && typeof A == "function" && k && k.createHTMLDocument !== void 0;
4195
+ t.isSupported = typeof Mi == "function" && typeof A == "function" && U && U.createHTMLDocument !== void 0;
4201
4196
  const {
4202
4197
  MUSTACHE_EXPR: ne,
4203
- ERB_EXPR: fe,
4204
- TMPLIT_EXPR: v,
4198
+ ERB_EXPR: he,
4199
+ TMPLIT_EXPR: T,
4205
4200
  DATA_ATTR: E,
4206
4201
  ARIA_ATTR: g,
4207
- IS_SCRIPT_OR_DATA: T,
4208
- ATTR_WHITESPACE: f,
4202
+ IS_SCRIPT_OR_DATA: v,
4203
+ ATTR_WHITESPACE: h,
4209
4204
  CUSTOM_ELEMENT: x
4210
4205
  } = Pr;
4211
4206
  let {
4212
4207
  IS_ALLOWED_URI: L
4213
4208
  } = Pr, N = null;
4214
- const W = P({}, [...Lr, ...dn, ...pn, ...gn, ...Nr]);
4209
+ const z = P({}, [...Lr, ...gn, ..._n, ...bn, ...Nr]);
4215
4210
  let I = null;
4216
- const q = P({}, [...Hr, ..._n, ...Ir, ...Ct]);
4211
+ const q = P({}, [...Hr, ...En, ...Ir, ...Lt]);
4217
4212
  let m = Object.seal(Ci(null, {
4218
4213
  tagNameCheck: {
4219
4214
  writable: !0,
@@ -4233,160 +4228,160 @@ function Hi() {
4233
4228
  enumerable: !0,
4234
4229
  value: !1
4235
4230
  }
4236
- })), F = null, ee = null, K = !0, Ee = !0, ie = !1, ye = !0, _e = !1, Ce = !0, Pe = !1, Jt = !1, Qt = !1, Be = !1, yt = !1, xt = !1, Dn = !0, Bn = !1;
4231
+ })), k = null, ee = null, K = !0, Ee = !0, ie = !1, ye = !0, _e = !1, Le = !0, Re = !1, Kt = !1, en = !1, $e = !1, xt = !1, vt = !1, Dn = !0, Bn = !1;
4237
4232
  const Ri = "user-content-";
4238
- let Kt = !0, tt = !1, $e = {}, Ue = null;
4233
+ let tn = !0, nt = !1, Ue = {}, ke = null;
4239
4234
  const $n = P({}, ["annotation-xml", "audio", "colgroup", "desc", "foreignobject", "head", "iframe", "math", "mi", "mn", "mo", "ms", "mtext", "noembed", "noframes", "noscript", "plaintext", "script", "style", "svg", "template", "thead", "title", "video", "xmp"]);
4240
4235
  let Un = null;
4241
4236
  const kn = P({}, ["audio", "video", "img", "source", "image", "track"]);
4242
- let en = null;
4243
- const Fn = P({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), Tt = "http://www.w3.org/1998/Math/MathML", vt = "http://www.w3.org/2000/svg", we = "http://www.w3.org/1999/xhtml";
4244
- let ke = we, tn = !1, nn = null;
4245
- const Di = P({}, [Tt, vt, we], mn);
4246
- let nt = null;
4237
+ let nn = null;
4238
+ const Fn = P({}, ["alt", "class", "for", "id", "label", "name", "pattern", "placeholder", "role", "summary", "title", "value", "style", "xmlns"]), Tt = "http://www.w3.org/1998/Math/MathML", St = "http://www.w3.org/2000/svg", Oe = "http://www.w3.org/1999/xhtml";
4239
+ let Fe = Oe, rn = !1, sn = null;
4240
+ const Di = P({}, [Tt, St, Oe], pn);
4241
+ let rt = null;
4247
4242
  const Bi = ["application/xhtml+xml", "text/html"], $i = "text/html";
4248
- let re = null, Fe = null;
4249
- const Ui = n.createElement("form"), Gn = function(s) {
4250
- return s instanceof RegExp || s instanceof Function;
4251
- }, rn = function() {
4252
- let s = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
4253
- if (!(Fe && Fe === s)) {
4254
- if ((!s || typeof s != "object") && (s = {}), s = Re(s), nt = // eslint-disable-next-line unicorn/prefer-includes
4255
- Bi.indexOf(s.PARSER_MEDIA_TYPE) === -1 ? $i : s.PARSER_MEDIA_TYPE, re = nt === "application/xhtml+xml" ? mn : $t, N = xe(s, "ALLOWED_TAGS") ? P({}, s.ALLOWED_TAGS, re) : W, I = xe(s, "ALLOWED_ATTR") ? P({}, s.ALLOWED_ATTR, re) : q, nn = xe(s, "ALLOWED_NAMESPACES") ? P({}, s.ALLOWED_NAMESPACES, mn) : Di, en = xe(s, "ADD_URI_SAFE_ATTR") ? P(
4256
- Re(Fn),
4243
+ let re = null, Ge = null;
4244
+ const Ui = n.createElement("form"), Gn = function(o) {
4245
+ return o instanceof RegExp || o instanceof Function;
4246
+ }, on = function() {
4247
+ let o = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
4248
+ if (!(Ge && Ge === o)) {
4249
+ if ((!o || typeof o != "object") && (o = {}), o = De(o), rt = // eslint-disable-next-line unicorn/prefer-includes
4250
+ Bi.indexOf(o.PARSER_MEDIA_TYPE) === -1 ? $i : o.PARSER_MEDIA_TYPE, re = rt === "application/xhtml+xml" ? pn : Ut, N = xe(o, "ALLOWED_TAGS") ? P({}, o.ALLOWED_TAGS, re) : z, I = xe(o, "ALLOWED_ATTR") ? P({}, o.ALLOWED_ATTR, re) : q, sn = xe(o, "ALLOWED_NAMESPACES") ? P({}, o.ALLOWED_NAMESPACES, pn) : Di, nn = xe(o, "ADD_URI_SAFE_ATTR") ? P(
4251
+ De(Fn),
4257
4252
  // eslint-disable-line indent
4258
- s.ADD_URI_SAFE_ATTR,
4253
+ o.ADD_URI_SAFE_ATTR,
4259
4254
  // eslint-disable-line indent
4260
4255
  re
4261
4256
  // eslint-disable-line indent
4262
- ) : Fn, Un = xe(s, "ADD_DATA_URI_TAGS") ? P(
4263
- Re(kn),
4257
+ ) : Fn, Un = xe(o, "ADD_DATA_URI_TAGS") ? P(
4258
+ De(kn),
4264
4259
  // eslint-disable-line indent
4265
- s.ADD_DATA_URI_TAGS,
4260
+ o.ADD_DATA_URI_TAGS,
4266
4261
  // eslint-disable-line indent
4267
4262
  re
4268
4263
  // eslint-disable-line indent
4269
- ) : kn, Ue = xe(s, "FORBID_CONTENTS") ? P({}, s.FORBID_CONTENTS, re) : $n, F = xe(s, "FORBID_TAGS") ? P({}, s.FORBID_TAGS, re) : {}, ee = xe(s, "FORBID_ATTR") ? P({}, s.FORBID_ATTR, re) : {}, $e = xe(s, "USE_PROFILES") ? s.USE_PROFILES : !1, K = s.ALLOW_ARIA_ATTR !== !1, Ee = s.ALLOW_DATA_ATTR !== !1, ie = s.ALLOW_UNKNOWN_PROTOCOLS || !1, ye = s.ALLOW_SELF_CLOSE_IN_ATTR !== !1, _e = s.SAFE_FOR_TEMPLATES || !1, Ce = s.SAFE_FOR_XML !== !1, Pe = s.WHOLE_DOCUMENT || !1, Be = s.RETURN_DOM || !1, yt = s.RETURN_DOM_FRAGMENT || !1, xt = s.RETURN_TRUSTED_TYPE || !1, Qt = s.FORCE_BODY || !1, Dn = s.SANITIZE_DOM !== !1, Bn = s.SANITIZE_NAMED_PROPS || !1, Kt = s.KEEP_CONTENT !== !1, tt = s.IN_PLACE || !1, L = s.ALLOWED_URI_REGEXP || Li, ke = s.NAMESPACE || we, m = s.CUSTOM_ELEMENT_HANDLING || {}, s.CUSTOM_ELEMENT_HANDLING && Gn(s.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (m.tagNameCheck = s.CUSTOM_ELEMENT_HANDLING.tagNameCheck), s.CUSTOM_ELEMENT_HANDLING && Gn(s.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (m.attributeNameCheck = s.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), s.CUSTOM_ELEMENT_HANDLING && typeof s.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (m.allowCustomizedBuiltInElements = s.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), _e && (Ee = !1), yt && (Be = !0), $e && (N = P({}, Nr), I = [], $e.html === !0 && (P(N, Lr), P(I, Hr)), $e.svg === !0 && (P(N, dn), P(I, _n), P(I, Ct)), $e.svgFilters === !0 && (P(N, pn), P(I, _n), P(I, Ct)), $e.mathMl === !0 && (P(N, gn), P(I, Ir), P(I, Ct))), s.ADD_TAGS && (N === W && (N = Re(N)), P(N, s.ADD_TAGS, re)), s.ADD_ATTR && (I === q && (I = Re(I)), P(I, s.ADD_ATTR, re)), s.ADD_URI_SAFE_ATTR && P(en, s.ADD_URI_SAFE_ATTR, re), s.FORBID_CONTENTS && (Ue === $n && (Ue = Re(Ue)), P(Ue, s.FORBID_CONTENTS, re)), Kt && (N["#text"] = !0), Pe && P(N, ["html", "head", "body"]), N.table && (P(N, ["tbody"]), delete F.tbody), s.TRUSTED_TYPES_POLICY) {
4270
- if (typeof s.TRUSTED_TYPES_POLICY.createHTML != "function")
4271
- throw ut('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
4272
- if (typeof s.TRUSTED_TYPES_POLICY.createScriptURL != "function")
4273
- throw ut('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
4274
- H = s.TRUSTED_TYPES_POLICY, R = H.createHTML("");
4264
+ ) : kn, ke = xe(o, "FORBID_CONTENTS") ? P({}, o.FORBID_CONTENTS, re) : $n, k = xe(o, "FORBID_TAGS") ? P({}, o.FORBID_TAGS, re) : {}, ee = xe(o, "FORBID_ATTR") ? P({}, o.FORBID_ATTR, re) : {}, Ue = xe(o, "USE_PROFILES") ? o.USE_PROFILES : !1, K = o.ALLOW_ARIA_ATTR !== !1, Ee = o.ALLOW_DATA_ATTR !== !1, ie = o.ALLOW_UNKNOWN_PROTOCOLS || !1, ye = o.ALLOW_SELF_CLOSE_IN_ATTR !== !1, _e = o.SAFE_FOR_TEMPLATES || !1, Le = o.SAFE_FOR_XML !== !1, Re = o.WHOLE_DOCUMENT || !1, $e = o.RETURN_DOM || !1, xt = o.RETURN_DOM_FRAGMENT || !1, vt = o.RETURN_TRUSTED_TYPE || !1, en = o.FORCE_BODY || !1, Dn = o.SANITIZE_DOM !== !1, Bn = o.SANITIZE_NAMED_PROPS || !1, tn = o.KEEP_CONTENT !== !1, nt = o.IN_PLACE || !1, L = o.ALLOWED_URI_REGEXP || Li, Fe = o.NAMESPACE || Oe, m = o.CUSTOM_ELEMENT_HANDLING || {}, o.CUSTOM_ELEMENT_HANDLING && Gn(o.CUSTOM_ELEMENT_HANDLING.tagNameCheck) && (m.tagNameCheck = o.CUSTOM_ELEMENT_HANDLING.tagNameCheck), o.CUSTOM_ELEMENT_HANDLING && Gn(o.CUSTOM_ELEMENT_HANDLING.attributeNameCheck) && (m.attributeNameCheck = o.CUSTOM_ELEMENT_HANDLING.attributeNameCheck), o.CUSTOM_ELEMENT_HANDLING && typeof o.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements == "boolean" && (m.allowCustomizedBuiltInElements = o.CUSTOM_ELEMENT_HANDLING.allowCustomizedBuiltInElements), _e && (Ee = !1), xt && ($e = !0), Ue && (N = P({}, Nr), I = [], Ue.html === !0 && (P(N, Lr), P(I, Hr)), Ue.svg === !0 && (P(N, gn), P(I, En), P(I, Lt)), Ue.svgFilters === !0 && (P(N, _n), P(I, En), P(I, Lt)), Ue.mathMl === !0 && (P(N, bn), P(I, Ir), P(I, Lt))), o.ADD_TAGS && (N === z && (N = De(N)), P(N, o.ADD_TAGS, re)), o.ADD_ATTR && (I === q && (I = De(I)), P(I, o.ADD_ATTR, re)), o.ADD_URI_SAFE_ATTR && P(nn, o.ADD_URI_SAFE_ATTR, re), o.FORBID_CONTENTS && (ke === $n && (ke = De(ke)), P(ke, o.FORBID_CONTENTS, re)), tn && (N["#text"] = !0), Re && P(N, ["html", "head", "body"]), N.table && (P(N, ["tbody"]), delete k.tbody), o.TRUSTED_TYPES_POLICY) {
4265
+ if (typeof o.TRUSTED_TYPES_POLICY.createHTML != "function")
4266
+ throw lt('TRUSTED_TYPES_POLICY configuration option must provide a "createHTML" hook.');
4267
+ if (typeof o.TRUSTED_TYPES_POLICY.createScriptURL != "function")
4268
+ throw lt('TRUSTED_TYPES_POLICY configuration option must provide a "createScriptURL" hook.');
4269
+ H = o.TRUSTED_TYPES_POLICY, R = H.createHTML("");
4275
4270
  } else
4276
- H === void 0 && (H = Ma(M, i)), H !== null && typeof R == "string" && (R = H.createHTML(""));
4277
- he && he(s), Fe = s;
4271
+ H === void 0 && (H = Ca(M, i)), H !== null && typeof R == "string" && (R = H.createHTML(""));
4272
+ fe && fe(o), Ge = o;
4278
4273
  }
4279
- }, jn = P({}, ["mi", "mo", "mn", "ms", "mtext"]), zn = P({}, ["foreignobject", "annotation-xml"]), ki = P({}, ["title", "style", "font", "a", "script"]), Wn = P({}, [...dn, ...pn, ..._a]), Vn = P({}, [...gn, ...ba]), Fi = function(s) {
4280
- let p = A(s);
4274
+ }, jn = P({}, ["mi", "mo", "mn", "ms", "mtext"]), zn = P({}, ["foreignobject", "annotation-xml"]), ki = P({}, ["title", "style", "font", "a", "script"]), Wn = P({}, [...gn, ..._n, ...ba]), Vn = P({}, [...bn, ...Ea]), Fi = function(o) {
4275
+ let p = A(o);
4281
4276
  (!p || !p.tagName) && (p = {
4282
- namespaceURI: ke,
4277
+ namespaceURI: Fe,
4283
4278
  tagName: "template"
4284
4279
  });
4285
- const S = $t(s.tagName), V = $t(p.tagName);
4286
- return nn[s.namespaceURI] ? s.namespaceURI === vt ? p.namespaceURI === we ? S === "svg" : p.namespaceURI === Tt ? S === "svg" && (V === "annotation-xml" || jn[V]) : !!Wn[S] : s.namespaceURI === Tt ? p.namespaceURI === we ? S === "math" : p.namespaceURI === vt ? S === "math" && zn[V] : !!Vn[S] : s.namespaceURI === we ? p.namespaceURI === vt && !zn[V] || p.namespaceURI === Tt && !jn[V] ? !1 : !Vn[S] && (ki[S] || !Wn[S]) : !!(nt === "application/xhtml+xml" && nn[s.namespaceURI]) : !1;
4287
- }, Te = function(s) {
4288
- st(t.removed, {
4289
- element: s
4280
+ const S = Ut(o.tagName), W = Ut(p.tagName);
4281
+ return sn[o.namespaceURI] ? o.namespaceURI === St ? p.namespaceURI === Oe ? S === "svg" : p.namespaceURI === Tt ? S === "svg" && (W === "annotation-xml" || jn[W]) : !!Wn[S] : o.namespaceURI === Tt ? p.namespaceURI === Oe ? S === "math" : p.namespaceURI === St ? S === "math" && zn[W] : !!Vn[S] : o.namespaceURI === Oe ? p.namespaceURI === St && !zn[W] || p.namespaceURI === Tt && !jn[W] ? !1 : !Vn[S] && (ki[S] || !Wn[S]) : !!(rt === "application/xhtml+xml" && sn[o.namespaceURI]) : !1;
4282
+ }, ve = function(o) {
4283
+ at(t.removed, {
4284
+ element: o
4290
4285
  });
4291
4286
  try {
4292
- A(s).removeChild(s);
4287
+ A(o).removeChild(o);
4293
4288
  } catch {
4294
- C(s);
4289
+ C(o);
4295
4290
  }
4296
- }, St = function(s, p) {
4291
+ }, At = function(o, p) {
4297
4292
  try {
4298
- st(t.removed, {
4299
- attribute: p.getAttributeNode(s),
4293
+ at(t.removed, {
4294
+ attribute: p.getAttributeNode(o),
4300
4295
  from: p
4301
4296
  });
4302
4297
  } catch {
4303
- st(t.removed, {
4298
+ at(t.removed, {
4304
4299
  attribute: null,
4305
4300
  from: p
4306
4301
  });
4307
4302
  }
4308
- if (p.removeAttribute(s), s === "is" && !I[s])
4309
- if (Be || yt)
4303
+ if (p.removeAttribute(o), o === "is" && !I[o])
4304
+ if ($e || xt)
4310
4305
  try {
4311
- Te(p);
4306
+ ve(p);
4312
4307
  } catch {
4313
4308
  }
4314
4309
  else
4315
4310
  try {
4316
- p.setAttribute(s, "");
4311
+ p.setAttribute(o, "");
4317
4312
  } catch {
4318
4313
  }
4319
- }, Xn = function(s) {
4314
+ }, Xn = function(o) {
4320
4315
  let p = null, S = null;
4321
- if (Qt)
4322
- s = "<remove></remove>" + s;
4316
+ if (en)
4317
+ o = "<remove></remove>" + o;
4323
4318
  else {
4324
- const oe = Cr(s, /^[\r\n\t ]+/);
4325
- S = oe && oe[0];
4319
+ const se = Cr(o, /^[\r\n\t ]+/);
4320
+ S = se && se[0];
4326
4321
  }
4327
- nt === "application/xhtml+xml" && ke === we && (s = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + s + "</body></html>");
4328
- const V = H ? H.createHTML(s) : s;
4329
- if (ke === we)
4322
+ rt === "application/xhtml+xml" && Fe === Oe && (o = '<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body>' + o + "</body></html>");
4323
+ const W = H ? H.createHTML(o) : o;
4324
+ if (Fe === Oe)
4330
4325
  try {
4331
- p = new y().parseFromString(V, nt);
4326
+ p = new y().parseFromString(W, rt);
4332
4327
  } catch {
4333
4328
  }
4334
4329
  if (!p || !p.documentElement) {
4335
- p = k.createDocument(ke, "template", null);
4330
+ p = U.createDocument(Fe, "template", null);
4336
4331
  try {
4337
- p.documentElement.innerHTML = tn ? R : V;
4332
+ p.documentElement.innerHTML = rn ? R : W;
4338
4333
  } catch {
4339
4334
  }
4340
4335
  }
4341
- const se = p.body || p.documentElement;
4342
- return s && S && se.insertBefore(n.createTextNode(S), se.childNodes[0] || null), ke === we ? Q.call(p, Pe ? "html" : "body")[0] : Pe ? p.documentElement : se;
4343
- }, Yn = function(s) {
4344
- return Z.call(
4345
- s.ownerDocument || s,
4346
- s,
4336
+ const oe = p.body || p.documentElement;
4337
+ return o && S && oe.insertBefore(n.createTextNode(S), oe.childNodes[0] || null), Fe === Oe ? Q.call(p, Re ? "html" : "body")[0] : Re ? p.documentElement : oe;
4338
+ }, Yn = function(o) {
4339
+ return Y.call(
4340
+ o.ownerDocument || o,
4341
+ o,
4347
4342
  // eslint-disable-next-line no-bitwise
4348
4343
  l.SHOW_ELEMENT | l.SHOW_COMMENT | l.SHOW_TEXT | l.SHOW_PROCESSING_INSTRUCTION | l.SHOW_CDATA_SECTION,
4349
4344
  null
4350
4345
  );
4351
- }, Zn = function(s) {
4352
- return s instanceof _ && (typeof s.nodeName != "string" || typeof s.textContent != "string" || typeof s.removeChild != "function" || !(s.attributes instanceof h) || typeof s.removeAttribute != "function" || typeof s.setAttribute != "function" || typeof s.namespaceURI != "string" || typeof s.insertBefore != "function" || typeof s.hasChildNodes != "function");
4353
- }, qn = function(s) {
4354
- return typeof a == "function" && s instanceof a;
4355
- }, Oe = function(s, p, S) {
4356
- O[s] && Mt(O[s], (V) => {
4357
- V.call(t, p, S, Fe);
4346
+ }, Zn = function(o) {
4347
+ return o instanceof _ && (typeof o.nodeName != "string" || typeof o.textContent != "string" || typeof o.removeChild != "function" || !(o.attributes instanceof f) || typeof o.removeAttribute != "function" || typeof o.setAttribute != "function" || typeof o.namespaceURI != "string" || typeof o.insertBefore != "function" || typeof o.hasChildNodes != "function");
4348
+ }, qn = function(o) {
4349
+ return typeof a == "function" && o instanceof a;
4350
+ }, Me = function(o, p, S) {
4351
+ O[o] && Ct(O[o], (W) => {
4352
+ W.call(t, p, S, Ge);
4358
4353
  });
4359
- }, Jn = function(s) {
4354
+ }, Jn = function(o) {
4360
4355
  let p = null;
4361
- if (Oe("beforeSanitizeElements", s, null), Zn(s))
4362
- return Te(s), !0;
4363
- const S = re(s.nodeName);
4364
- if (Oe("uponSanitizeElement", s, {
4356
+ if (Me("beforeSanitizeElements", o, null), Zn(o))
4357
+ return ve(o), !0;
4358
+ const S = re(o.nodeName);
4359
+ if (Me("uponSanitizeElement", o, {
4365
4360
  tagName: S,
4366
4361
  allowedTags: N
4367
- }), s.hasChildNodes() && !qn(s.firstElementChild) && ue(/<[/\w]/g, s.innerHTML) && ue(/<[/\w]/g, s.textContent) || s.nodeType === ct.progressingInstruction || Ce && s.nodeType === ct.comment && ue(/<[/\w]/g, s.data))
4368
- return Te(s), !0;
4369
- if (!N[S] || F[S]) {
4370
- if (!F[S] && Kn(S) && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, S) || m.tagNameCheck instanceof Function && m.tagNameCheck(S)))
4362
+ }), o.hasChildNodes() && !qn(o.firstElementChild) && ue(/<[/\w]/g, o.innerHTML) && ue(/<[/\w]/g, o.textContent) || o.nodeType === ft.progressingInstruction || Le && o.nodeType === ft.comment && ue(/<[/\w]/g, o.data))
4363
+ return ve(o), !0;
4364
+ if (!N[S] || k[S]) {
4365
+ if (!k[S] && Kn(S) && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, S) || m.tagNameCheck instanceof Function && m.tagNameCheck(S)))
4371
4366
  return !1;
4372
- if (Kt && !Ue[S]) {
4373
- const V = A(s) || s.parentNode, se = $(s) || s.childNodes;
4374
- if (se && V) {
4375
- const oe = se.length;
4376
- for (let me = oe - 1; me >= 0; --me) {
4377
- const ve = d(se[me], !0);
4378
- ve.__removalCount = (s.__removalCount || 0) + 1, V.insertBefore(ve, G(s));
4367
+ if (tn && !ke[S]) {
4368
+ const W = A(o) || o.parentNode, oe = $(o) || o.childNodes;
4369
+ if (oe && W) {
4370
+ const se = oe.length;
4371
+ for (let me = se - 1; me >= 0; --me) {
4372
+ const Te = d(oe[me], !0);
4373
+ Te.__removalCount = (o.__removalCount || 0) + 1, W.insertBefore(Te, F(o));
4379
4374
  }
4380
4375
  }
4381
4376
  }
4382
- return Te(s), !0;
4377
+ return ve(o), !0;
4383
4378
  }
4384
- return s instanceof c && !Fi(s) || (S === "noscript" || S === "noembed" || S === "noframes") && ue(/<\/no(script|embed|frames)/i, s.innerHTML) ? (Te(s), !0) : (_e && s.nodeType === ct.text && (p = s.textContent, Mt([ne, fe, v], (V) => {
4385
- p = at(p, V, " ");
4386
- }), s.textContent !== p && (st(t.removed, {
4387
- element: s.cloneNode()
4388
- }), s.textContent = p)), Oe("afterSanitizeElements", s, null), !1);
4389
- }, Qn = function(s, p, S) {
4379
+ return o instanceof c && !Fi(o) || (S === "noscript" || S === "noembed" || S === "noframes") && ue(/<\/no(script|embed|frames)/i, o.innerHTML) ? (ve(o), !0) : (_e && o.nodeType === ft.text && (p = o.textContent, Ct([ne, he, T], (W) => {
4380
+ p = ut(p, W, " ");
4381
+ }), o.textContent !== p && (at(t.removed, {
4382
+ element: o.cloneNode()
4383
+ }), o.textContent = p)), Me("afterSanitizeElements", o, null), !1);
4384
+ }, Qn = function(o, p, S) {
4390
4385
  if (Dn && (p === "id" || p === "name") && (S in n || S in Ui))
4391
4386
  return !1;
4392
4387
  if (!(Ee && !ee[p] && ue(E, p))) {
@@ -4396,15 +4391,15 @@ function Hi() {
4396
4391
  // First condition does a very basic check if a) it's basically a valid custom element tagname AND
4397
4392
  // b) if the tagName passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
4398
4393
  // and c) if the attribute name passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.attributeNameCheck
4399
- !(Kn(s) && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, s) || m.tagNameCheck instanceof Function && m.tagNameCheck(s)) && (m.attributeNameCheck instanceof RegExp && ue(m.attributeNameCheck, p) || m.attributeNameCheck instanceof Function && m.attributeNameCheck(p)) || // Alternative, second condition checks if it's an `is`-attribute, AND
4394
+ !(Kn(o) && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, o) || m.tagNameCheck instanceof Function && m.tagNameCheck(o)) && (m.attributeNameCheck instanceof RegExp && ue(m.attributeNameCheck, p) || m.attributeNameCheck instanceof Function && m.attributeNameCheck(p)) || // Alternative, second condition checks if it's an `is`-attribute, AND
4400
4395
  // the value passes whatever the user has configured for CUSTOM_ELEMENT_HANDLING.tagNameCheck
4401
4396
  p === "is" && m.allowCustomizedBuiltInElements && (m.tagNameCheck instanceof RegExp && ue(m.tagNameCheck, S) || m.tagNameCheck instanceof Function && m.tagNameCheck(S)))
4402
4397
  )
4403
4398
  return !1;
4404
- } else if (!en[p]) {
4405
- if (!ue(L, at(S, f, ""))) {
4406
- if (!((p === "src" || p === "xlink:href" || p === "href") && s !== "script" && ma(S, "data:") === 0 && Un[s])) {
4407
- if (!(ie && !ue(T, at(S, f, "")))) {
4399
+ } else if (!nn[p]) {
4400
+ if (!ue(L, ut(S, h, ""))) {
4401
+ if (!((p === "src" || p === "xlink:href" || p === "href") && o !== "script" && da(S, "data:") === 0 && Un[o])) {
4402
+ if (!(ie && !ue(v, ut(S, h, "")))) {
4408
4403
  if (S)
4409
4404
  return !1;
4410
4405
  }
@@ -4414,13 +4409,13 @@ function Hi() {
4414
4409
  }
4415
4410
  }
4416
4411
  return !0;
4417
- }, Kn = function(s) {
4418
- return s !== "annotation-xml" && Cr(s, x);
4419
- }, er = function(s) {
4420
- Oe("beforeSanitizeAttributes", s, null);
4412
+ }, Kn = function(o) {
4413
+ return o !== "annotation-xml" && Cr(o, x);
4414
+ }, er = function(o) {
4415
+ Me("beforeSanitizeAttributes", o, null);
4421
4416
  const {
4422
4417
  attributes: p
4423
- } = s;
4418
+ } = o;
4424
4419
  if (!p)
4425
4420
  return;
4426
4421
  const S = {
@@ -4429,31 +4424,31 @@ function Hi() {
4429
4424
  keepAttr: !0,
4430
4425
  allowedAttributes: I
4431
4426
  };
4432
- let V = p.length;
4433
- for (; V--; ) {
4434
- const se = p[V], {
4435
- name: oe,
4427
+ let W = p.length;
4428
+ for (; W--; ) {
4429
+ const oe = p[W], {
4430
+ name: se,
4436
4431
  namespaceURI: me,
4437
- value: ve
4438
- } = se, rt = re(oe);
4439
- let ae = oe === "value" ? ve : da(ve);
4440
- if (S.attrName = rt, S.attrValue = ae, S.keepAttr = !0, S.forceKeepAttr = void 0, Oe("uponSanitizeAttribute", s, S), ae = S.attrValue, Ce && ue(/((--!?|])>)|<\/(style|title)/i, ae)) {
4441
- St(oe, s);
4432
+ value: Te
4433
+ } = oe, it = re(se);
4434
+ let ae = se === "value" ? Te : pa(Te);
4435
+ if (S.attrName = it, S.attrValue = ae, S.keepAttr = !0, S.forceKeepAttr = void 0, Me("uponSanitizeAttribute", o, S), ae = S.attrValue, Le && ue(/((--!?|])>)|<\/(style|title)/i, ae)) {
4436
+ At(se, o);
4442
4437
  continue;
4443
4438
  }
4444
- if (S.forceKeepAttr || (St(oe, s), !S.keepAttr))
4439
+ if (S.forceKeepAttr || (At(se, o), !S.keepAttr))
4445
4440
  continue;
4446
4441
  if (!ye && ue(/\/>/i, ae)) {
4447
- St(oe, s);
4442
+ At(se, o);
4448
4443
  continue;
4449
4444
  }
4450
- _e && Mt([ne, fe, v], (nr) => {
4451
- ae = at(ae, nr, " ");
4445
+ _e && Ct([ne, he, T], (nr) => {
4446
+ ae = ut(ae, nr, " ");
4452
4447
  });
4453
- const tr = re(s.nodeName);
4454
- if (Qn(tr, rt, ae)) {
4455
- if (Bn && (rt === "id" || rt === "name") && (St(oe, s), ae = Ri + ae), H && typeof M == "object" && typeof M.getAttributeType == "function" && !me)
4456
- switch (M.getAttributeType(tr, rt)) {
4448
+ const tr = re(o.nodeName);
4449
+ if (Qn(tr, it, ae)) {
4450
+ if (Bn && (it === "id" || it === "name") && (At(se, o), ae = Ri + ae), H && typeof M == "object" && typeof M.getAttributeType == "function" && !me)
4451
+ switch (M.getAttributeType(tr, it)) {
4457
4452
  case "TrustedHTML": {
4458
4453
  ae = H.createHTML(ae);
4459
4454
  break;
@@ -4464,74 +4459,74 @@ function Hi() {
4464
4459
  }
4465
4460
  }
4466
4461
  try {
4467
- me ? s.setAttributeNS(me, oe, ae) : s.setAttribute(oe, ae), Zn(s) ? Te(s) : Mr(t.removed);
4462
+ me ? o.setAttributeNS(me, se, ae) : o.setAttribute(se, ae), Zn(o) ? ve(o) : Mr(t.removed);
4468
4463
  } catch {
4469
4464
  }
4470
4465
  }
4471
4466
  }
4472
- Oe("afterSanitizeAttributes", s, null);
4473
- }, Gi = function w(s) {
4467
+ Me("afterSanitizeAttributes", o, null);
4468
+ }, Gi = function w(o) {
4474
4469
  let p = null;
4475
- const S = Yn(s);
4476
- for (Oe("beforeSanitizeShadowDOM", s, null); p = S.nextNode(); )
4477
- Oe("uponSanitizeShadowNode", p, null), !Jn(p) && (p.content instanceof o && w(p.content), er(p));
4478
- Oe("afterSanitizeShadowDOM", s, null);
4470
+ const S = Yn(o);
4471
+ for (Me("beforeSanitizeShadowDOM", o, null); p = S.nextNode(); )
4472
+ Me("uponSanitizeShadowNode", p, null), !Jn(p) && (p.content instanceof s && w(p.content), er(p));
4473
+ Me("afterSanitizeShadowDOM", o, null);
4479
4474
  };
4480
4475
  return t.sanitize = function(w) {
4481
- let s = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, p = null, S = null, V = null, se = null;
4482
- if (tn = !w, tn && (w = "<!-->"), typeof w != "string" && !qn(w))
4476
+ let o = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, p = null, S = null, W = null, oe = null;
4477
+ if (rn = !w, rn && (w = "<!-->"), typeof w != "string" && !qn(w))
4483
4478
  if (typeof w.toString == "function") {
4484
4479
  if (w = w.toString(), typeof w != "string")
4485
- throw ut("dirty is not a string, aborting");
4480
+ throw lt("dirty is not a string, aborting");
4486
4481
  } else
4487
- throw ut("toString is not a function");
4482
+ throw lt("toString is not a function");
4488
4483
  if (!t.isSupported)
4489
4484
  return w;
4490
- if (Jt || rn(s), t.removed = [], typeof w == "string" && (tt = !1), tt) {
4485
+ if (Kt || on(o), t.removed = [], typeof w == "string" && (nt = !1), nt) {
4491
4486
  if (w.nodeName) {
4492
- const ve = re(w.nodeName);
4493
- if (!N[ve] || F[ve])
4494
- throw ut("root node is forbidden and cannot be sanitized in-place");
4487
+ const Te = re(w.nodeName);
4488
+ if (!N[Te] || k[Te])
4489
+ throw lt("root node is forbidden and cannot be sanitized in-place");
4495
4490
  }
4496
4491
  } else if (w instanceof a)
4497
- p = Xn("<!---->"), S = p.ownerDocument.importNode(w, !0), S.nodeType === ct.element && S.nodeName === "BODY" || S.nodeName === "HTML" ? p = S : p.appendChild(S);
4492
+ p = Xn("<!---->"), S = p.ownerDocument.importNode(w, !0), S.nodeType === ft.element && S.nodeName === "BODY" || S.nodeName === "HTML" ? p = S : p.appendChild(S);
4498
4493
  else {
4499
- if (!Be && !_e && !Pe && // eslint-disable-next-line unicorn/prefer-includes
4494
+ if (!$e && !_e && !Re && // eslint-disable-next-line unicorn/prefer-includes
4500
4495
  w.indexOf("<") === -1)
4501
- return H && xt ? H.createHTML(w) : w;
4496
+ return H && vt ? H.createHTML(w) : w;
4502
4497
  if (p = Xn(w), !p)
4503
- return Be ? null : xt ? R : "";
4498
+ return $e ? null : vt ? R : "";
4504
4499
  }
4505
- p && Qt && Te(p.firstChild);
4506
- const oe = Yn(tt ? w : p);
4507
- for (; V = oe.nextNode(); )
4508
- Jn(V) || (V.content instanceof o && Gi(V.content), er(V));
4509
- if (tt)
4500
+ p && en && ve(p.firstChild);
4501
+ const se = Yn(nt ? w : p);
4502
+ for (; W = se.nextNode(); )
4503
+ Jn(W) || (W.content instanceof s && Gi(W.content), er(W));
4504
+ if (nt)
4510
4505
  return w;
4511
- if (Be) {
4512
- if (yt)
4513
- for (se = X.call(p.ownerDocument); p.firstChild; )
4514
- se.appendChild(p.firstChild);
4506
+ if ($e) {
4507
+ if (xt)
4508
+ for (oe = V.call(p.ownerDocument); p.firstChild; )
4509
+ oe.appendChild(p.firstChild);
4515
4510
  else
4516
- se = p;
4517
- return (I.shadowroot || I.shadowrootmode) && (se = j.call(r, se, !0)), se;
4511
+ oe = p;
4512
+ return (I.shadowroot || I.shadowrootmode) && (oe = G.call(r, oe, !0)), oe;
4518
4513
  }
4519
- let me = Pe ? p.outerHTML : p.innerHTML;
4520
- return Pe && N["!doctype"] && p.ownerDocument && p.ownerDocument.doctype && p.ownerDocument.doctype.name && ue(Ni, p.ownerDocument.doctype.name) && (me = "<!DOCTYPE " + p.ownerDocument.doctype.name + `>
4521
- ` + me), _e && Mt([ne, fe, v], (ve) => {
4522
- me = at(me, ve, " ");
4523
- }), H && xt ? H.createHTML(me) : me;
4514
+ let me = Re ? p.outerHTML : p.innerHTML;
4515
+ return Re && N["!doctype"] && p.ownerDocument && p.ownerDocument.doctype && p.ownerDocument.doctype.name && ue(Ni, p.ownerDocument.doctype.name) && (me = "<!DOCTYPE " + p.ownerDocument.doctype.name + `>
4516
+ ` + me), _e && Ct([ne, he, T], (Te) => {
4517
+ me = ut(me, Te, " ");
4518
+ }), H && vt ? H.createHTML(me) : me;
4524
4519
  }, t.setConfig = function() {
4525
4520
  let w = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {};
4526
- rn(w), Jt = !0;
4521
+ on(w), Kt = !0;
4527
4522
  }, t.clearConfig = function() {
4528
- Fe = null, Jt = !1;
4529
- }, t.isValidAttribute = function(w, s, p) {
4530
- Fe || rn({});
4531
- const S = re(w), V = re(s);
4532
- return Qn(S, V, p);
4533
- }, t.addHook = function(w, s) {
4534
- typeof s == "function" && (O[w] = O[w] || [], st(O[w], s));
4523
+ Ge = null, Kt = !1;
4524
+ }, t.isValidAttribute = function(w, o, p) {
4525
+ Ge || on({});
4526
+ const S = re(w), W = re(o);
4527
+ return Qn(S, W, p);
4528
+ }, t.addHook = function(w, o) {
4529
+ typeof o == "function" && (O[w] = O[w] || [], at(O[w], o));
4535
4530
  }, t.removeHook = function(w) {
4536
4531
  if (O[w])
4537
4532
  return Mr(O[w]);
@@ -4546,76 +4541,76 @@ var Rr = Hi(), Ii = { exports: {} };
4546
4541
  (function(n, r) {
4547
4542
  e.exports = r();
4548
4543
  })(ni, function() {
4549
- var n = 1e3, r = 6e4, i = 36e5, o = "millisecond", u = "second", a = "minute", c = "hour", l = "day", h = "week", _ = "month", y = "quarter", M = "year", b = "date", d = "Invalid Date", C = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, G = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, $ = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(v) {
4550
- var E = ["th", "st", "nd", "rd"], g = v % 100;
4551
- return "[" + v + (E[(g - 20) % 10] || E[g] || E[0]) + "]";
4552
- } }, A = function(v, E, g) {
4553
- var T = String(v);
4554
- return !T || T.length >= E ? v : "" + Array(E + 1 - T.length).join(g) + v;
4555
- }, H = { s: A, z: function(v) {
4556
- var E = -v.utcOffset(), g = Math.abs(E), T = Math.floor(g / 60), f = g % 60;
4557
- return (E <= 0 ? "+" : "-") + A(T, 2, "0") + ":" + A(f, 2, "0");
4558
- }, m: function v(E, g) {
4544
+ var n = 1e3, r = 6e4, i = 36e5, s = "millisecond", u = "second", a = "minute", c = "hour", l = "day", f = "week", _ = "month", y = "quarter", M = "year", b = "date", d = "Invalid Date", C = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, F = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, $ = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(T) {
4545
+ var E = ["th", "st", "nd", "rd"], g = T % 100;
4546
+ return "[" + T + (E[(g - 20) % 10] || E[g] || E[0]) + "]";
4547
+ } }, A = function(T, E, g) {
4548
+ var v = String(T);
4549
+ return !v || v.length >= E ? T : "" + Array(E + 1 - v.length).join(g) + T;
4550
+ }, H = { s: A, z: function(T) {
4551
+ var E = -T.utcOffset(), g = Math.abs(E), v = Math.floor(g / 60), h = g % 60;
4552
+ return (E <= 0 ? "+" : "-") + A(v, 2, "0") + ":" + A(h, 2, "0");
4553
+ }, m: function T(E, g) {
4559
4554
  if (E.date() < g.date())
4560
- return -v(g, E);
4561
- var T = 12 * (g.year() - E.year()) + (g.month() - E.month()), f = E.clone().add(T, _), x = g - f < 0, L = E.clone().add(T + (x ? -1 : 1), _);
4562
- return +(-(T + (g - f) / (x ? f - L : L - f)) || 0);
4563
- }, a: function(v) {
4564
- return v < 0 ? Math.ceil(v) || 0 : Math.floor(v);
4565
- }, p: function(v) {
4566
- return { M: _, y: M, w: h, d: l, D: b, h: c, m: a, s: u, ms: o, Q: y }[v] || String(v || "").toLowerCase().replace(/s$/, "");
4567
- }, u: function(v) {
4568
- return v === void 0;
4569
- } }, R = "en", k = {};
4570
- k[R] = $;
4571
- var Z = "$isDayjsObject", X = function(v) {
4572
- return v instanceof ne || !(!v || !v[Z]);
4573
- }, Q = function v(E, g, T) {
4574
- var f;
4555
+ return -T(g, E);
4556
+ var v = 12 * (g.year() - E.year()) + (g.month() - E.month()), h = E.clone().add(v, _), x = g - h < 0, L = E.clone().add(v + (x ? -1 : 1), _);
4557
+ return +(-(v + (g - h) / (x ? h - L : L - h)) || 0);
4558
+ }, a: function(T) {
4559
+ return T < 0 ? Math.ceil(T) || 0 : Math.floor(T);
4560
+ }, p: function(T) {
4561
+ return { M: _, y: M, w: f, d: l, D: b, h: c, m: a, s: u, ms: s, Q: y }[T] || String(T || "").toLowerCase().replace(/s$/, "");
4562
+ }, u: function(T) {
4563
+ return T === void 0;
4564
+ } }, R = "en", U = {};
4565
+ U[R] = $;
4566
+ var Y = "$isDayjsObject", V = function(T) {
4567
+ return T instanceof ne || !(!T || !T[Y]);
4568
+ }, Q = function T(E, g, v) {
4569
+ var h;
4575
4570
  if (!E)
4576
4571
  return R;
4577
4572
  if (typeof E == "string") {
4578
4573
  var x = E.toLowerCase();
4579
- k[x] && (f = x), g && (k[x] = g, f = x);
4574
+ U[x] && (h = x), g && (U[x] = g, h = x);
4580
4575
  var L = E.split("-");
4581
- if (!f && L.length > 1)
4582
- return v(L[0]);
4576
+ if (!h && L.length > 1)
4577
+ return T(L[0]);
4583
4578
  } else {
4584
4579
  var N = E.name;
4585
- k[N] = E, f = N;
4580
+ U[N] = E, h = N;
4586
4581
  }
4587
- return !T && f && (R = f), f || !T && R;
4588
- }, j = function(v, E) {
4589
- if (X(v))
4590
- return v.clone();
4582
+ return !v && h && (R = h), h || !v && R;
4583
+ }, G = function(T, E) {
4584
+ if (V(T))
4585
+ return T.clone();
4591
4586
  var g = typeof E == "object" ? E : {};
4592
- return g.date = v, g.args = arguments, new ne(g);
4587
+ return g.date = T, g.args = arguments, new ne(g);
4593
4588
  }, O = H;
4594
- O.l = Q, O.i = X, O.w = function(v, E) {
4595
- return j(v, { locale: E.$L, utc: E.$u, x: E.$x, $offset: E.$offset });
4589
+ O.l = Q, O.i = V, O.w = function(T, E) {
4590
+ return G(T, { locale: E.$L, utc: E.$u, x: E.$x, $offset: E.$offset });
4596
4591
  };
4597
4592
  var ne = function() {
4598
- function v(g) {
4599
- this.$L = Q(g.locale, null, !0), this.parse(g), this.$x = this.$x || g.x || {}, this[Z] = !0;
4593
+ function T(g) {
4594
+ this.$L = Q(g.locale, null, !0), this.parse(g), this.$x = this.$x || g.x || {}, this[Y] = !0;
4600
4595
  }
4601
- var E = v.prototype;
4596
+ var E = T.prototype;
4602
4597
  return E.parse = function(g) {
4603
- this.$d = function(T) {
4604
- var f = T.date, x = T.utc;
4605
- if (f === null)
4598
+ this.$d = function(v) {
4599
+ var h = v.date, x = v.utc;
4600
+ if (h === null)
4606
4601
  return /* @__PURE__ */ new Date(NaN);
4607
- if (O.u(f))
4602
+ if (O.u(h))
4608
4603
  return /* @__PURE__ */ new Date();
4609
- if (f instanceof Date)
4610
- return new Date(f);
4611
- if (typeof f == "string" && !/Z$/i.test(f)) {
4612
- var L = f.match(C);
4604
+ if (h instanceof Date)
4605
+ return new Date(h);
4606
+ if (typeof h == "string" && !/Z$/i.test(h)) {
4607
+ var L = h.match(C);
4613
4608
  if (L) {
4614
- var N = L[2] - 1 || 0, W = (L[7] || "0").substring(0, 3);
4615
- return x ? new Date(Date.UTC(L[1], N, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, W)) : new Date(L[1], N, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, W);
4609
+ var N = L[2] - 1 || 0, z = (L[7] || "0").substring(0, 3);
4610
+ return x ? new Date(Date.UTC(L[1], N, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, z)) : new Date(L[1], N, L[3] || 1, L[4] || 0, L[5] || 0, L[6] || 0, z);
4616
4611
  }
4617
4612
  }
4618
- return new Date(f);
4613
+ return new Date(h);
4619
4614
  }(g), this.init();
4620
4615
  }, E.init = function() {
4621
4616
  var g = this.$d;
@@ -4624,65 +4619,65 @@ var Rr = Hi(), Ii = { exports: {} };
4624
4619
  return O;
4625
4620
  }, E.isValid = function() {
4626
4621
  return this.$d.toString() !== d;
4627
- }, E.isSame = function(g, T) {
4628
- var f = j(g);
4629
- return this.startOf(T) <= f && f <= this.endOf(T);
4630
- }, E.isAfter = function(g, T) {
4631
- return j(g) < this.startOf(T);
4632
- }, E.isBefore = function(g, T) {
4633
- return this.endOf(T) < j(g);
4634
- }, E.$g = function(g, T, f) {
4635
- return O.u(g) ? this[T] : this.set(f, g);
4622
+ }, E.isSame = function(g, v) {
4623
+ var h = G(g);
4624
+ return this.startOf(v) <= h && h <= this.endOf(v);
4625
+ }, E.isAfter = function(g, v) {
4626
+ return G(g) < this.startOf(v);
4627
+ }, E.isBefore = function(g, v) {
4628
+ return this.endOf(v) < G(g);
4629
+ }, E.$g = function(g, v, h) {
4630
+ return O.u(g) ? this[v] : this.set(h, g);
4636
4631
  }, E.unix = function() {
4637
4632
  return Math.floor(this.valueOf() / 1e3);
4638
4633
  }, E.valueOf = function() {
4639
4634
  return this.$d.getTime();
4640
- }, E.startOf = function(g, T) {
4641
- var f = this, x = !!O.u(T) || T, L = O.p(g), N = function(Ee, ie) {
4642
- var ye = O.w(f.$u ? Date.UTC(f.$y, ie, Ee) : new Date(f.$y, ie, Ee), f);
4635
+ }, E.startOf = function(g, v) {
4636
+ var h = this, x = !!O.u(v) || v, L = O.p(g), N = function(Ee, ie) {
4637
+ var ye = O.w(h.$u ? Date.UTC(h.$y, ie, Ee) : new Date(h.$y, ie, Ee), h);
4643
4638
  return x ? ye : ye.endOf(l);
4644
- }, W = function(Ee, ie) {
4645
- return O.w(f.toDate()[Ee].apply(f.toDate("s"), (x ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ie)), f);
4646
- }, I = this.$W, q = this.$M, m = this.$D, F = "set" + (this.$u ? "UTC" : "");
4639
+ }, z = function(Ee, ie) {
4640
+ return O.w(h.toDate()[Ee].apply(h.toDate("s"), (x ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ie)), h);
4641
+ }, I = this.$W, q = this.$M, m = this.$D, k = "set" + (this.$u ? "UTC" : "");
4647
4642
  switch (L) {
4648
4643
  case M:
4649
4644
  return x ? N(1, 0) : N(31, 11);
4650
4645
  case _:
4651
4646
  return x ? N(1, q) : N(0, q + 1);
4652
- case h:
4647
+ case f:
4653
4648
  var ee = this.$locale().weekStart || 0, K = (I < ee ? I + 7 : I) - ee;
4654
4649
  return N(x ? m - K : m + (6 - K), q);
4655
4650
  case l:
4656
4651
  case b:
4657
- return W(F + "Hours", 0);
4652
+ return z(k + "Hours", 0);
4658
4653
  case c:
4659
- return W(F + "Minutes", 1);
4654
+ return z(k + "Minutes", 1);
4660
4655
  case a:
4661
- return W(F + "Seconds", 2);
4656
+ return z(k + "Seconds", 2);
4662
4657
  case u:
4663
- return W(F + "Milliseconds", 3);
4658
+ return z(k + "Milliseconds", 3);
4664
4659
  default:
4665
4660
  return this.clone();
4666
4661
  }
4667
4662
  }, E.endOf = function(g) {
4668
4663
  return this.startOf(g, !1);
4669
- }, E.$set = function(g, T) {
4670
- var f, x = O.p(g), L = "set" + (this.$u ? "UTC" : ""), N = (f = {}, f[l] = L + "Date", f[b] = L + "Date", f[_] = L + "Month", f[M] = L + "FullYear", f[c] = L + "Hours", f[a] = L + "Minutes", f[u] = L + "Seconds", f[o] = L + "Milliseconds", f)[x], W = x === l ? this.$D + (T - this.$W) : T;
4664
+ }, E.$set = function(g, v) {
4665
+ var h, x = O.p(g), L = "set" + (this.$u ? "UTC" : ""), N = (h = {}, h[l] = L + "Date", h[b] = L + "Date", h[_] = L + "Month", h[M] = L + "FullYear", h[c] = L + "Hours", h[a] = L + "Minutes", h[u] = L + "Seconds", h[s] = L + "Milliseconds", h)[x], z = x === l ? this.$D + (v - this.$W) : v;
4671
4666
  if (x === _ || x === M) {
4672
4667
  var I = this.clone().set(b, 1);
4673
- I.$d[N](W), I.init(), this.$d = I.set(b, Math.min(this.$D, I.daysInMonth())).$d;
4668
+ I.$d[N](z), I.init(), this.$d = I.set(b, Math.min(this.$D, I.daysInMonth())).$d;
4674
4669
  } else
4675
- N && this.$d[N](W);
4670
+ N && this.$d[N](z);
4676
4671
  return this.init(), this;
4677
- }, E.set = function(g, T) {
4678
- return this.clone().$set(g, T);
4672
+ }, E.set = function(g, v) {
4673
+ return this.clone().$set(g, v);
4679
4674
  }, E.get = function(g) {
4680
4675
  return this[O.p(g)]();
4681
- }, E.add = function(g, T) {
4682
- var f, x = this;
4676
+ }, E.add = function(g, v) {
4677
+ var h, x = this;
4683
4678
  g = Number(g);
4684
- var L = O.p(T), N = function(q) {
4685
- var m = j(x);
4679
+ var L = O.p(v), N = function(q) {
4680
+ var m = G(x);
4686
4681
  return O.w(m.date(m.date() + Math.round(q * g)), x);
4687
4682
  };
4688
4683
  if (L === _)
@@ -4691,51 +4686,51 @@ var Rr = Hi(), Ii = { exports: {} };
4691
4686
  return this.set(M, this.$y + g);
4692
4687
  if (L === l)
4693
4688
  return N(1);
4694
- if (L === h)
4689
+ if (L === f)
4695
4690
  return N(7);
4696
- var W = (f = {}, f[a] = r, f[c] = i, f[u] = n, f)[L] || 1, I = this.$d.getTime() + g * W;
4691
+ var z = (h = {}, h[a] = r, h[c] = i, h[u] = n, h)[L] || 1, I = this.$d.getTime() + g * z;
4697
4692
  return O.w(I, this);
4698
- }, E.subtract = function(g, T) {
4699
- return this.add(-1 * g, T);
4693
+ }, E.subtract = function(g, v) {
4694
+ return this.add(-1 * g, v);
4700
4695
  }, E.format = function(g) {
4701
- var T = this, f = this.$locale();
4696
+ var v = this, h = this.$locale();
4702
4697
  if (!this.isValid())
4703
- return f.invalidDate || d;
4704
- var x = g || "YYYY-MM-DDTHH:mm:ssZ", L = O.z(this), N = this.$H, W = this.$m, I = this.$M, q = f.weekdays, m = f.months, F = f.meridiem, ee = function(ie, ye, _e, Ce) {
4705
- return ie && (ie[ye] || ie(T, x)) || _e[ye].slice(0, Ce);
4698
+ return h.invalidDate || d;
4699
+ var x = g || "YYYY-MM-DDTHH:mm:ssZ", L = O.z(this), N = this.$H, z = this.$m, I = this.$M, q = h.weekdays, m = h.months, k = h.meridiem, ee = function(ie, ye, _e, Le) {
4700
+ return ie && (ie[ye] || ie(v, x)) || _e[ye].slice(0, Le);
4706
4701
  }, K = function(ie) {
4707
4702
  return O.s(N % 12 || 12, ie, "0");
4708
- }, Ee = F || function(ie, ye, _e) {
4709
- var Ce = ie < 12 ? "AM" : "PM";
4710
- return _e ? Ce.toLowerCase() : Ce;
4703
+ }, Ee = k || function(ie, ye, _e) {
4704
+ var Le = ie < 12 ? "AM" : "PM";
4705
+ return _e ? Le.toLowerCase() : Le;
4711
4706
  };
4712
- return x.replace(G, function(ie, ye) {
4707
+ return x.replace(F, function(ie, ye) {
4713
4708
  return ye || function(_e) {
4714
4709
  switch (_e) {
4715
4710
  case "YY":
4716
- return String(T.$y).slice(-2);
4711
+ return String(v.$y).slice(-2);
4717
4712
  case "YYYY":
4718
- return O.s(T.$y, 4, "0");
4713
+ return O.s(v.$y, 4, "0");
4719
4714
  case "M":
4720
4715
  return I + 1;
4721
4716
  case "MM":
4722
4717
  return O.s(I + 1, 2, "0");
4723
4718
  case "MMM":
4724
- return ee(f.monthsShort, I, m, 3);
4719
+ return ee(h.monthsShort, I, m, 3);
4725
4720
  case "MMMM":
4726
4721
  return ee(m, I);
4727
4722
  case "D":
4728
- return T.$D;
4723
+ return v.$D;
4729
4724
  case "DD":
4730
- return O.s(T.$D, 2, "0");
4725
+ return O.s(v.$D, 2, "0");
4731
4726
  case "d":
4732
- return String(T.$W);
4727
+ return String(v.$W);
4733
4728
  case "dd":
4734
- return ee(f.weekdaysMin, T.$W, q, 2);
4729
+ return ee(h.weekdaysMin, v.$W, q, 2);
4735
4730
  case "ddd":
4736
- return ee(f.weekdaysShort, T.$W, q, 3);
4731
+ return ee(h.weekdaysShort, v.$W, q, 3);
4737
4732
  case "dddd":
4738
- return q[T.$W];
4733
+ return q[v.$W];
4739
4734
  case "H":
4740
4735
  return String(N);
4741
4736
  case "HH":
@@ -4745,19 +4740,19 @@ var Rr = Hi(), Ii = { exports: {} };
4745
4740
  case "hh":
4746
4741
  return K(2);
4747
4742
  case "a":
4748
- return Ee(N, W, !0);
4743
+ return Ee(N, z, !0);
4749
4744
  case "A":
4750
- return Ee(N, W, !1);
4745
+ return Ee(N, z, !1);
4751
4746
  case "m":
4752
- return String(W);
4747
+ return String(z);
4753
4748
  case "mm":
4754
- return O.s(W, 2, "0");
4749
+ return O.s(z, 2, "0");
4755
4750
  case "s":
4756
- return String(T.$s);
4751
+ return String(v.$s);
4757
4752
  case "ss":
4758
- return O.s(T.$s, 2, "0");
4753
+ return O.s(v.$s, 2, "0");
4759
4754
  case "SSS":
4760
- return O.s(T.$ms, 3, "0");
4755
+ return O.s(v.$ms, 3, "0");
4761
4756
  case "Z":
4762
4757
  return L;
4763
4758
  }
@@ -4766,9 +4761,9 @@ var Rr = Hi(), Ii = { exports: {} };
4766
4761
  });
4767
4762
  }, E.utcOffset = function() {
4768
4763
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
4769
- }, E.diff = function(g, T, f) {
4770
- var x, L = this, N = O.p(T), W = j(g), I = (W.utcOffset() - this.utcOffset()) * r, q = this - W, m = function() {
4771
- return O.m(L, W);
4764
+ }, E.diff = function(g, v, h) {
4765
+ var x, L = this, N = O.p(v), z = G(g), I = (z.utcOffset() - this.utcOffset()) * r, q = this - z, m = function() {
4766
+ return O.m(L, z);
4772
4767
  };
4773
4768
  switch (N) {
4774
4769
  case M:
@@ -4780,7 +4775,7 @@ var Rr = Hi(), Ii = { exports: {} };
4780
4775
  case y:
4781
4776
  x = m() / 3;
4782
4777
  break;
4783
- case h:
4778
+ case f:
4784
4779
  x = (q - I) / 6048e5;
4785
4780
  break;
4786
4781
  case l:
@@ -4798,16 +4793,16 @@ var Rr = Hi(), Ii = { exports: {} };
4798
4793
  default:
4799
4794
  x = q;
4800
4795
  }
4801
- return f ? x : O.a(x);
4796
+ return h ? x : O.a(x);
4802
4797
  }, E.daysInMonth = function() {
4803
4798
  return this.endOf(_).$D;
4804
4799
  }, E.$locale = function() {
4805
- return k[this.$L];
4806
- }, E.locale = function(g, T) {
4800
+ return U[this.$L];
4801
+ }, E.locale = function(g, v) {
4807
4802
  if (!g)
4808
4803
  return this.$L;
4809
- var f = this.clone(), x = Q(g, T, !0);
4810
- return x && (f.$L = x), f;
4804
+ var h = this.clone(), x = Q(g, v, !0);
4805
+ return x && (h.$L = x), h;
4811
4806
  }, E.clone = function() {
4812
4807
  return O.w(this.$d, this);
4813
4808
  }, E.toDate = function() {
@@ -4818,28 +4813,28 @@ var Rr = Hi(), Ii = { exports: {} };
4818
4813
  return this.$d.toISOString();
4819
4814
  }, E.toString = function() {
4820
4815
  return this.$d.toUTCString();
4821
- }, v;
4822
- }(), fe = ne.prototype;
4823
- return j.prototype = fe, [["$ms", o], ["$s", u], ["$m", a], ["$H", c], ["$W", l], ["$M", _], ["$y", M], ["$D", b]].forEach(function(v) {
4824
- fe[v[1]] = function(E) {
4825
- return this.$g(E, v[0], v[1]);
4816
+ }, T;
4817
+ }(), he = ne.prototype;
4818
+ return G.prototype = he, [["$ms", s], ["$s", u], ["$m", a], ["$H", c], ["$W", l], ["$M", _], ["$y", M], ["$D", b]].forEach(function(T) {
4819
+ he[T[1]] = function(E) {
4820
+ return this.$g(E, T[0], T[1]);
4826
4821
  };
4827
- }), j.extend = function(v, E) {
4828
- return v.$i || (v(E, ne, j), v.$i = !0), j;
4829
- }, j.locale = Q, j.isDayjs = X, j.unix = function(v) {
4830
- return j(1e3 * v);
4831
- }, j.en = k[R], j.Ls = k, j.p = {}, j;
4822
+ }), G.extend = function(T, E) {
4823
+ return T.$i || (T(E, ne, G), T.$i = !0), G;
4824
+ }, G.locale = Q, G.isDayjs = V, G.unix = function(T) {
4825
+ return G(1e3 * T);
4826
+ }, G.en = U[R], G.Ls = U, G.p = {}, G;
4832
4827
  });
4833
4828
  })(Ii);
4834
- var Ca = Ii.exports;
4835
- const Dr = /* @__PURE__ */ Nn(Ca);
4829
+ var La = Ii.exports;
4830
+ const Dr = /* @__PURE__ */ In(La);
4836
4831
  var Pi = { exports: {} };
4837
4832
  (function(e, t) {
4838
4833
  (function(n, r) {
4839
4834
  e.exports = r();
4840
4835
  })(ni, function() {
4841
4836
  var n = "minute", r = /[+-]\d\d(?::?\d\d)?/g, i = /([+-]|\d\d)/g;
4842
- return function(o, u, a) {
4837
+ return function(s, u, a) {
4843
4838
  var c = u.prototype;
4844
4839
  a.utc = function(d) {
4845
4840
  var C = { date: d, utc: !0, args: arguments };
@@ -4854,26 +4849,26 @@ var Pi = { exports: {} };
4854
4849
  c.parse = function(d) {
4855
4850
  d.utc && (this.$u = !0), this.$utils().u(d.$offset) || (this.$offset = d.$offset), l.call(this, d);
4856
4851
  };
4857
- var h = c.init;
4852
+ var f = c.init;
4858
4853
  c.init = function() {
4859
4854
  if (this.$u) {
4860
4855
  var d = this.$d;
4861
4856
  this.$y = d.getUTCFullYear(), this.$M = d.getUTCMonth(), this.$D = d.getUTCDate(), this.$W = d.getUTCDay(), this.$H = d.getUTCHours(), this.$m = d.getUTCMinutes(), this.$s = d.getUTCSeconds(), this.$ms = d.getUTCMilliseconds();
4862
4857
  } else
4863
- h.call(this);
4858
+ f.call(this);
4864
4859
  };
4865
4860
  var _ = c.utcOffset;
4866
4861
  c.utcOffset = function(d, C) {
4867
- var G = this.$utils().u;
4868
- if (G(d))
4869
- return this.$u ? 0 : G(this.$offset) ? _.call(this) : this.$offset;
4862
+ var F = this.$utils().u;
4863
+ if (F(d))
4864
+ return this.$u ? 0 : F(this.$offset) ? _.call(this) : this.$offset;
4870
4865
  if (typeof d == "string" && (d = function(R) {
4871
4866
  R === void 0 && (R = "");
4872
- var k = R.match(r);
4873
- if (!k)
4867
+ var U = R.match(r);
4868
+ if (!U)
4874
4869
  return null;
4875
- var Z = ("" + k[0]).match(i) || ["-", 0, 0], X = Z[0], Q = 60 * +Z[1] + +Z[2];
4876
- return Q === 0 ? 0 : X === "+" ? Q : -Q;
4870
+ var Y = ("" + U[0]).match(i) || ["-", 0, 0], V = Y[0], Q = 60 * +Y[1] + +Y[2];
4871
+ return Q === 0 ? 0 : V === "+" ? Q : -Q;
4877
4872
  }(d), d === null))
4878
4873
  return this;
4879
4874
  var $ = Math.abs(d) <= 16 ? 60 * d : d, A = this;
@@ -4905,25 +4900,25 @@ var Pi = { exports: {} };
4905
4900
  return d === "s" && this.$offset ? a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : M.call(this);
4906
4901
  };
4907
4902
  var b = c.diff;
4908
- c.diff = function(d, C, G) {
4903
+ c.diff = function(d, C, F) {
4909
4904
  if (d && this.$u === d.$u)
4910
- return b.call(this, d, C, G);
4905
+ return b.call(this, d, C, F);
4911
4906
  var $ = this.local(), A = a(d).local();
4912
- return b.call($, A, C, G);
4907
+ return b.call($, A, C, F);
4913
4908
  };
4914
4909
  };
4915
4910
  });
4916
4911
  })(Pi);
4917
- var La = Pi.exports;
4918
- const Na = /* @__PURE__ */ Nn(La);
4919
- let Br = _t(null);
4920
- function Ha(e, t) {
4912
+ var Na = Pi.exports;
4913
+ const Ha = /* @__PURE__ */ In(Na);
4914
+ let Br = bt(null);
4915
+ function Ia(e, t) {
4921
4916
  if (e) {
4922
4917
  const n = document.createElement("style");
4923
4918
  n.innerHTML = t, e.appendChild(n);
4924
4919
  }
4925
4920
  }
4926
- function Ia(e, t) {
4921
+ function Pa(e, t) {
4927
4922
  const n = new URL(t);
4928
4923
  fetch(n.href).then((r) => r.text()).then((r) => {
4929
4924
  const i = document.createElement("style");
@@ -4932,7 +4927,7 @@ function Ia(e, t) {
4932
4927
  console.error("There was an error while trying to load client styling from URL", r);
4933
4928
  });
4934
4929
  }
4935
- function Pa(e, t, n) {
4930
+ function Ra(e, t, n) {
4936
4931
  if (window.emMessageBus) {
4937
4932
  const r = document.createElement("style");
4938
4933
  window.emMessageBus.subscribe(t, (i) => {
@@ -4940,70 +4935,70 @@ function Pa(e, t, n) {
4940
4935
  });
4941
4936
  }
4942
4937
  }
4943
- function Ra(e) {
4938
+ function Da(e) {
4944
4939
  Xi(e, "svelte-122ajk5", "*,*::before,*::after{margin:0;padding:0;box-sizing:border-box}@keyframes loading-spinner{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}.CashierSessionExpirationModalWindow{display:flex;position:fixed;align-items:center;justify-content:center;width:100%;height:100%;z-index:15;top:0;left:0;background-color:var(--emw--color-black-transparency-20, rgba(0, 0, 0, 0.2));container-type:inline-size;container-name:session-expiration-modal-window}.CashierSessionExpirationModalWrapper{background:var(--emw--color-white, #fff);border-radius:var(--emw--border-radius-medium, 4px);width:400px}.CashierSessionExpirationModalHeader{display:flex;align-items:center;position:relative;height:var(--emw--header-height, 40px);background-color:var(--emw--color-gray-10, rgba(17, 17, 17, 0.0666666667));width:100%;border-radius:var(--emw--border-radius-medium, 4px) var(--emw--border-radius-medium, 4px) 0 0}.CashierSessionExpirationModalHeaderTitle{display:flex;text-align:center;color:var(--emw--color-gray-10, #111);font-size:var(--emw--font-size-medium, 16px);font-weight:var(--emw--font-weight-semibold, 500);margin:auto;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis;line-height:calc(var(--emw--font-size-medium, 16px) + 2px)}.CashierSessionExpirationModalContainer{padding:var(--emw--spacing-large, 20px)}.CashierSessionExpirationModalCloseBtn{position:absolute;display:flex;align-items:center;justify-content:center;top:10px;right:10px;padding:var(--emw--spacing-small-minus, 10px);border-radius:50%;color:var(--emw--color-white, #fff);background:var(--emw--color-gray-transparency-85, rgba(255, 255, 255, 0.85));cursor:pointer;transition:all 150ms ease-in-out}.CashierSessionExpirationModalCloseBtn svg{width:32px;height:32px}.CashierSessionExpirationModalCloseBtn:hover{background:var(--emw--color-gray-transparency-20, rgba(255, 255, 255, 0.2))}.CashierSessionExpiration{width:100%;display:flex;flex-direction:column;align-items:center;gap:var(--emw--spacing-large, 20px)}.CashierSessionExpirationTitle{color:var(--emw--color-black, #000);font-weight:var(--emw--font-weight-semibold, 500);font-size:var(--emw--font-size-small, 14px);line-height:120%;text-align:center}.CashierSessionExpirationText{color:var(--emw--color-gray-290, #666);font-weight:var(--emw--font-weight-normal, 400);font-size:var(--emw--font-size-small, 14px);line-height:120%;text-align:center}.CashierSessionExpirationButton{display:flex;width:100%;height:36px;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;color:var(--emw--color-white, #FFF);cursor:pointer;text-align:center;font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);line-height:36px;border-radius:var(--emw--border-radius-medium, 4px);background:var(--emw--color-primary, #7EC51E);border:none}.CashierSessionExpirationButton:hover{background:var(--emw--color-main-button-hover, #71B11B)}.CashierSessionExpirationButton:active{background:var(--emw--color-main-button-active, #5C950F)}.CashierSessionExpirationButton:disabled{background:var(--emw--color-main-button-disabled, #5C950F)}.CashierSessionExpirationButtonText{font-size:var(--emw--font-size-medium, 16px);font-family:inherit}.CashierSessionExpirationButtonSpinner{animation:loading-spinner 1s linear infinite}.ImagePlaceholder{height:250px;width:100%;background:#E6E6E6}@container session-expiration-modal-window (max-width:750px){.CashierSessionExpirationModalWindow .CashierSessionExpirationModalWrapper{width:90%;max-width:400px}}");
4945
4940
  }
4946
- const Da = (e) => ({}), $r = (e) => ({}), Ba = (e) => ({}), Ur = (e) => ({}), $a = (e) => ({}), kr = (e) => ({}), Ua = (e) => ({}), Fr = (e) => ({ class: "CashierSessionExpirationIcon" });
4941
+ const Ba = (e) => ({}), $r = (e) => ({}), $a = (e) => ({}), Ur = (e) => ({}), Ua = (e) => ({}), kr = (e) => ({}), ka = (e) => ({}), Fr = (e) => ({ class: "CashierSessionExpirationIcon" });
4947
4942
  function Gr(e) {
4948
- let t, n, r, i, o, u = (
4943
+ let t, n, r, i, s, u = (
4949
4944
  /*$_*/
4950
4945
  e[8]("sessionExpirationHeader") + ""
4951
- ), a, c, l, h, _, y, M, b, d, C, G, $, A, H, R;
4952
- const k = (
4946
+ ), a, c, l, f, _, y, M, b, d, C, F, $, A, H, R;
4947
+ const U = (
4953
4948
  /*#slots*/
4954
4949
  e[22].icon
4955
- ), Z = Lt(
4956
- k,
4950
+ ), Y = Nt(
4951
+ U,
4957
4952
  e,
4958
4953
  /*$$scope*/
4959
4954
  e[21],
4960
4955
  Fr
4961
- ), X = Z || Ga(e), Q = (
4956
+ ), V = Y || ja(e), Q = (
4962
4957
  /*#slots*/
4963
4958
  e[22].title
4964
- ), j = Lt(
4959
+ ), G = Nt(
4965
4960
  Q,
4966
4961
  e,
4967
4962
  /*$$scope*/
4968
4963
  e[21],
4969
4964
  kr
4970
- ), O = j || ja(e), ne = (
4965
+ ), O = G || za(e), ne = (
4971
4966
  /*#slots*/
4972
4967
  e[22].text
4973
- ), fe = Lt(
4968
+ ), he = Nt(
4974
4969
  ne,
4975
4970
  e,
4976
4971
  /*$$scope*/
4977
4972
  e[21],
4978
4973
  Ur
4979
- ), v = fe || za(e), E = [Va, Wa], g = [];
4980
- function T(f, x) {
4974
+ ), T = he || Wa(e), E = [Xa, Va], g = [];
4975
+ function v(h, x) {
4981
4976
  return (
4982
4977
  /*showLoaderButton*/
4983
- f[6] ? 0 : 1
4978
+ h[6] ? 0 : 1
4984
4979
  );
4985
4980
  }
4986
- return d = T(e), C = g[d] = E[d](e), {
4981
+ return d = v(e), C = g[d] = E[d](e), {
4987
4982
  c() {
4988
- t = te("div"), n = te("div"), r = te("div"), i = te("div"), o = te("div"), a = Qe(u), c = ht(), l = te("div"), h = te("div"), X && X.c(), _ = ht(), O && O.c(), y = ht(), v && v.c(), M = ht(), b = te("button"), C.c(), z(o, "class", "CashierSessionExpirationModalHeaderTitle"), z(i, "class", "CashierSessionExpirationModalHeader"), z(b, "type", "button"), b.disabled = /*showLoaderButton*/
4989
- e[6], z(b, "class", "CashierSessionExpirationButton"), z(h, "class", "CashierSessionExpiration"), z(l, "class", "CashierSessionExpirationModalContainer"), z(r, "class", "CashierSessionExpirationModalWrapper"), z(n, "class", "CashierSessionExpirationModalWindow"), z(n, "id", "CashierSessionExpirationModal"), Xe(() => (
4983
+ t = te("div"), n = te("div"), r = te("div"), i = te("div"), s = te("div"), a = Ke(u), c = ht(), l = te("div"), f = te("div"), V && V.c(), _ = ht(), O && O.c(), y = ht(), T && T.c(), M = ht(), b = te("button"), C.c(), j(s, "class", "CashierSessionExpirationModalHeaderTitle"), j(i, "class", "CashierSessionExpirationModalHeader"), j(b, "type", "button"), b.disabled = /*showLoaderButton*/
4984
+ e[6], j(b, "class", "CashierSessionExpirationButton"), j(f, "class", "CashierSessionExpiration"), j(l, "class", "CashierSessionExpirationModalContainer"), j(r, "class", "CashierSessionExpirationModalWrapper"), j(n, "class", "CashierSessionExpirationModalWindow"), j(n, "id", "CashierSessionExpirationModal"), Ye(() => (
4990
4985
  /*div5_elementresize_handler*/
4991
4986
  e[24].call(n)
4992
4987
  ));
4993
4988
  },
4994
- m(f, x) {
4995
- Ae(f, t, x), J(t, n), J(n, r), J(r, i), J(i, o), J(o, a), J(r, c), J(r, l), J(l, h), X && X.m(h, null), J(h, _), O && O.m(h, null), J(h, y), v && v.m(h, null), J(h, M), J(h, b), g[d].m(b, null), e[23](h), G = Ji(
4989
+ m(h, x) {
4990
+ we(h, t, x), J(t, n), J(n, r), J(r, i), J(i, s), J(s, a), J(r, c), J(r, l), J(l, f), V && V.m(f, null), J(f, _), O && O.m(f, null), J(f, y), T && T.m(f, null), J(f, M), J(f, b), g[d].m(b, null), e[23](f), F = Ji(
4996
4991
  n,
4997
4992
  /*div5_elementresize_handler*/
4998
4993
  e[24].bind(n)
4999
4994
  ), e[25](t), A = !0, H || (R = [
5000
- Ut(
4995
+ kt(
5001
4996
  b,
5002
4997
  "click",
5003
4998
  /*renewSession*/
5004
4999
  e[9]
5005
5000
  ),
5006
- Ut(
5001
+ kt(
5007
5002
  n,
5008
5003
  "click",
5009
5004
  /*outOfModalClick*/
@@ -5011,101 +5006,101 @@ function Gr(e) {
5011
5006
  )
5012
5007
  ], H = !0);
5013
5008
  },
5014
- p(f, x) {
5015
- e = f, (!A || x[0] & /*$_*/
5009
+ p(h, x) {
5010
+ e = h, (!A || x[0] & /*$_*/
5016
5011
  256) && u !== (u = /*$_*/
5017
- e[8]("sessionExpirationHeader") + "") && Xt(a, u), Z ? Z.p && (!A || x[0] & /*$$scope*/
5018
- 2097152) && Ht(
5019
- Z,
5020
- k,
5012
+ e[8]("sessionExpirationHeader") + "") && Zt(a, u), Y ? Y.p && (!A || x[0] & /*$$scope*/
5013
+ 2097152) && It(
5014
+ Y,
5015
+ U,
5021
5016
  e,
5022
5017
  /*$$scope*/
5023
5018
  e[21],
5024
- A ? Nt(
5025
- k,
5019
+ A ? Ht(
5020
+ U,
5026
5021
  /*$$scope*/
5027
5022
  e[21],
5028
5023
  x,
5029
- Ua
5030
- ) : It(
5024
+ ka
5025
+ ) : Pt(
5031
5026
  /*$$scope*/
5032
5027
  e[21]
5033
5028
  ),
5034
5029
  Fr
5035
- ) : X && X.p && (!A || x[0] & /*assetsurl*/
5036
- 8) && X.p(e, A ? x : [-1, -1]), j ? j.p && (!A || x[0] & /*$$scope*/
5037
- 2097152) && Ht(
5038
- j,
5030
+ ) : V && V.p && (!A || x[0] & /*assetsurl*/
5031
+ 8) && V.p(e, A ? x : [-1, -1]), G ? G.p && (!A || x[0] & /*$$scope*/
5032
+ 2097152) && It(
5033
+ G,
5039
5034
  Q,
5040
5035
  e,
5041
5036
  /*$$scope*/
5042
5037
  e[21],
5043
- A ? Nt(
5038
+ A ? Ht(
5044
5039
  Q,
5045
5040
  /*$$scope*/
5046
5041
  e[21],
5047
5042
  x,
5048
- $a
5049
- ) : It(
5043
+ Ua
5044
+ ) : Pt(
5050
5045
  /*$$scope*/
5051
5046
  e[21]
5052
5047
  ),
5053
5048
  kr
5054
5049
  ) : O && O.p && (!A || x[0] & /*$_*/
5055
- 256) && O.p(e, A ? x : [-1, -1]), fe ? fe.p && (!A || x[0] & /*$$scope*/
5056
- 2097152) && Ht(
5057
- fe,
5050
+ 256) && O.p(e, A ? x : [-1, -1]), he ? he.p && (!A || x[0] & /*$$scope*/
5051
+ 2097152) && It(
5052
+ he,
5058
5053
  ne,
5059
5054
  e,
5060
5055
  /*$$scope*/
5061
5056
  e[21],
5062
- A ? Nt(
5057
+ A ? Ht(
5063
5058
  ne,
5064
5059
  /*$$scope*/
5065
5060
  e[21],
5066
5061
  x,
5067
- Ba
5068
- ) : It(
5062
+ $a
5063
+ ) : Pt(
5069
5064
  /*$$scope*/
5070
5065
  e[21]
5071
5066
  ),
5072
5067
  Ur
5073
- ) : v && v.p && (!A || x[0] & /*$_, timeLeft*/
5074
- 384) && v.p(e, A ? x : [-1, -1]);
5068
+ ) : T && T.p && (!A || x[0] & /*$_, timeLeft*/
5069
+ 384) && T.p(e, A ? x : [-1, -1]);
5075
5070
  let L = d;
5076
- d = T(e), d === L ? g[d].p(e, x) : (Kr(), Le(g[L], 1, 1, () => {
5071
+ d = v(e), d === L ? g[d].p(e, x) : (Kr(), Ne(g[L], 1, 1, () => {
5077
5072
  g[L] = null;
5078
5073
  }), ei(), C = g[d], C ? C.p(e, x) : (C = g[d] = E[d](e), C.c()), Se(C, 1), C.m(b, null)), (!A || x[0] & /*showLoaderButton*/
5079
5074
  64) && (b.disabled = /*showLoaderButton*/
5080
5075
  e[6]);
5081
5076
  },
5082
- i(f) {
5083
- A || (Se(X, f), Se(O, f), Se(v, f), Se(C), f && Xe(() => {
5077
+ i(h) {
5078
+ A || (Se(V, h), Se(O, h), Se(T, h), Se(C), h && Ye(() => {
5084
5079
  A && ($ || ($ = lr(n, cr, { duration: (
5085
5080
  /*duration*/
5086
5081
  e[2]
5087
5082
  ) }, !0)), $.run(1));
5088
5083
  }), A = !0);
5089
5084
  },
5090
- o(f) {
5091
- Le(X, f), Le(O, f), Le(v, f), Le(C), f && ($ || ($ = lr(n, cr, { duration: (
5085
+ o(h) {
5086
+ Ne(V, h), Ne(O, h), Ne(T, h), Ne(C), h && ($ || ($ = lr(n, cr, { duration: (
5092
5087
  /*duration*/
5093
5088
  e[2]
5094
5089
  ) }, !1)), $.run(0)), A = !1;
5095
5090
  },
5096
- d(f) {
5097
- f && ge(t), X && X.d(f), O && O.d(f), v && v.d(f), g[d].d(), e[23](null), G(), f && $ && $.end(), e[25](null), H = !1, He(R);
5091
+ d(h) {
5092
+ h && ge(t), V && V.d(h), O && O.d(h), T && T.d(h), g[d].d(), e[23](null), F(), h && $ && $.end(), e[25](null), H = !1, Ie(R);
5098
5093
  }
5099
5094
  };
5100
5095
  }
5101
- function ka(e) {
5096
+ function Fa(e) {
5102
5097
  let t;
5103
5098
  return {
5104
5099
  c() {
5105
- t = te("div"), z(t, "class", "ImagePlaceholder");
5100
+ t = te("div"), j(t, "class", "ImagePlaceholder");
5106
5101
  },
5107
5102
  m(n, r) {
5108
- Ae(n, t, r);
5103
+ we(n, t, r);
5109
5104
  },
5110
5105
  p: de,
5111
5106
  d(n) {
@@ -5113,32 +5108,32 @@ function ka(e) {
5113
5108
  }
5114
5109
  };
5115
5110
  }
5116
- function Fa(e) {
5111
+ function Ga(e) {
5117
5112
  let t, n;
5118
5113
  return {
5119
5114
  c() {
5120
5115
  t = te("img"), ir(t.src, n = `${/*assetsurl*/
5121
- e[3]}/set-timeout-icon.png`) || z(t, "src", n), z(t, "width", "300px"), z(t, "alt", "error");
5116
+ e[3]}/set-timeout-icon.png`) || j(t, "src", n), j(t, "width", "300px"), j(t, "alt", "error");
5122
5117
  },
5123
5118
  m(r, i) {
5124
- Ae(r, t, i);
5119
+ we(r, t, i);
5125
5120
  },
5126
5121
  p(r, i) {
5127
5122
  i[0] & /*assetsurl*/
5128
5123
  8 && !ir(t.src, n = `${/*assetsurl*/
5129
- r[3]}/set-timeout-icon.png`) && z(t, "src", n);
5124
+ r[3]}/set-timeout-icon.png`) && j(t, "src", n);
5130
5125
  },
5131
5126
  d(r) {
5132
5127
  r && ge(t);
5133
5128
  }
5134
5129
  };
5135
5130
  }
5136
- function Ga(e) {
5131
+ function ja(e) {
5137
5132
  let t;
5138
- function n(o, u) {
5133
+ function n(s, u) {
5139
5134
  return (
5140
5135
  /*assetsurl*/
5141
- o[3] ? Fa : ka
5136
+ s[3] ? Ga : Fa
5142
5137
  );
5143
5138
  }
5144
5139
  let r = n(e), i = r(e);
@@ -5146,40 +5141,40 @@ function Ga(e) {
5146
5141
  c() {
5147
5142
  i.c(), t = Jr();
5148
5143
  },
5149
- m(o, u) {
5150
- i.m(o, u), Ae(o, t, u);
5144
+ m(s, u) {
5145
+ i.m(s, u), we(s, t, u);
5151
5146
  },
5152
- p(o, u) {
5153
- r === (r = n(o)) && i ? i.p(o, u) : (i.d(1), i = r(o), i && (i.c(), i.m(t.parentNode, t)));
5147
+ p(s, u) {
5148
+ r === (r = n(s)) && i ? i.p(s, u) : (i.d(1), i = r(s), i && (i.c(), i.m(t.parentNode, t)));
5154
5149
  },
5155
- d(o) {
5156
- o && ge(t), i.d(o);
5150
+ d(s) {
5151
+ s && ge(t), i.d(s);
5157
5152
  }
5158
5153
  };
5159
5154
  }
5160
- function ja(e) {
5155
+ function za(e) {
5161
5156
  let t, n = (
5162
5157
  /*$_*/
5163
5158
  e[8]("sessionExpirationTitle") + ""
5164
5159
  ), r;
5165
5160
  return {
5166
5161
  c() {
5167
- t = te("span"), r = Qe(n), z(t, "class", "CashierSessionExpirationTitle");
5162
+ t = te("span"), r = Ke(n), j(t, "class", "CashierSessionExpirationTitle");
5168
5163
  },
5169
- m(i, o) {
5170
- Ae(i, t, o), J(t, r);
5164
+ m(i, s) {
5165
+ we(i, t, s), J(t, r);
5171
5166
  },
5172
- p(i, o) {
5173
- o[0] & /*$_*/
5167
+ p(i, s) {
5168
+ s[0] & /*$_*/
5174
5169
  256 && n !== (n = /*$_*/
5175
- i[8]("sessionExpirationTitle") + "") && Xt(r, n);
5170
+ i[8]("sessionExpirationTitle") + "") && Zt(r, n);
5176
5171
  },
5177
5172
  d(i) {
5178
5173
  i && ge(t);
5179
5174
  }
5180
5175
  };
5181
5176
  }
5182
- function za(e) {
5177
+ function Wa(e) {
5183
5178
  let t, n = Rr.sanitize(
5184
5179
  /*$_*/
5185
5180
  e[8]("sessionExpirationGeneralText", { values: { second: (
@@ -5189,10 +5184,10 @@ function za(e) {
5189
5184
  ) + "";
5190
5185
  return {
5191
5186
  c() {
5192
- t = te("span"), z(t, "class", "CashierSessionExpirationText");
5187
+ t = te("span"), j(t, "class", "CashierSessionExpirationText");
5193
5188
  },
5194
5189
  m(r, i) {
5195
- Ae(r, t, i), t.innerHTML = n;
5190
+ we(r, t, i), t.innerHTML = n;
5196
5191
  },
5197
5192
  p(r, i) {
5198
5193
  i[0] & /*$_, timeLeft*/
@@ -5209,74 +5204,74 @@ function za(e) {
5209
5204
  }
5210
5205
  };
5211
5206
  }
5212
- function Wa(e) {
5207
+ function Va(e) {
5213
5208
  let t;
5214
5209
  const n = (
5215
5210
  /*#slots*/
5216
5211
  e[22].button
5217
- ), r = Lt(
5212
+ ), r = Nt(
5218
5213
  n,
5219
5214
  e,
5220
5215
  /*$$scope*/
5221
5216
  e[21],
5222
5217
  $r
5223
- ), i = r || Xa(e);
5218
+ ), i = r || Ya(e);
5224
5219
  return {
5225
5220
  c() {
5226
5221
  i && i.c();
5227
5222
  },
5228
- m(o, u) {
5229
- i && i.m(o, u), t = !0;
5223
+ m(s, u) {
5224
+ i && i.m(s, u), t = !0;
5230
5225
  },
5231
- p(o, u) {
5226
+ p(s, u) {
5232
5227
  r ? r.p && (!t || u[0] & /*$$scope*/
5233
- 2097152) && Ht(
5228
+ 2097152) && It(
5234
5229
  r,
5235
5230
  n,
5236
- o,
5231
+ s,
5237
5232
  /*$$scope*/
5238
- o[21],
5239
- t ? Nt(
5233
+ s[21],
5234
+ t ? Ht(
5240
5235
  n,
5241
5236
  /*$$scope*/
5242
- o[21],
5237
+ s[21],
5243
5238
  u,
5244
- Da
5245
- ) : It(
5239
+ Ba
5240
+ ) : Pt(
5246
5241
  /*$$scope*/
5247
- o[21]
5242
+ s[21]
5248
5243
  ),
5249
5244
  $r
5250
5245
  ) : i && i.p && (!t || u[0] & /*$_*/
5251
- 256) && i.p(o, t ? u : [-1, -1]);
5246
+ 256) && i.p(s, t ? u : [-1, -1]);
5252
5247
  },
5253
- i(o) {
5254
- t || (Se(i, o), t = !0);
5248
+ i(s) {
5249
+ t || (Se(i, s), t = !0);
5255
5250
  },
5256
- o(o) {
5257
- Le(i, o), t = !1;
5251
+ o(s) {
5252
+ Ne(i, s), t = !1;
5258
5253
  },
5259
- d(o) {
5260
- i && i.d(o);
5254
+ d(s) {
5255
+ i && i.d(s);
5261
5256
  }
5262
5257
  };
5263
5258
  }
5264
- function Va(e) {
5265
- let t, n, r, i, o, u = (
5259
+ function Xa(e) {
5260
+ let t, n, r, i, s, u = (
5266
5261
  /*$_*/
5267
5262
  e[8]("sessionExpirationLoadingButton") + ""
5268
5263
  ), a;
5269
5264
  return {
5270
5265
  c() {
5271
- t = te("div"), n = sr("svg"), r = sr("path"), i = ht(), o = te("span"), a = Qe(u), z(r, "d", "M14.0282 6.58425C13.9037 4.05374 12.3688 1.68916 10.0872 0.61058C7.59818 -0.509483 4.56986 -0.0531603 2.49567 1.68916C0.504443 3.34851 -0.408201 6.04496 0.172573 8.57547C0.711862 11.0645 2.6616 13.0972 5.10915 13.7609C8.0545 14.5906 10.7509 13.1802 12.4103 10.7741C10.9169 12.7653 8.63527 14.0928 6.10476 13.6365C3.57424 13.1802 1.50005 11.2719 0.919281 8.78289C0.297024 6.12793 1.54154 3.34851 3.90612 1.97955C6.35366 0.569097 9.79682 1.10839 11.4147 3.51445C11.8295 4.09522 12.1199 4.80045 12.2444 5.50567C12.3688 6.08644 12.3273 6.7087 12.4103 7.28947C12.4933 7.82876 12.9496 8.53399 13.5718 8.16063C14.1111 7.82876 14.0696 7.12354 14.0282 6.58425C14.0696 6.87464 14.0282 6.41831 14.0282 6.58425Z"), z(r, "fill", "white"), z(n, "class", "CashierSessionExpirationButtonSpinner"), z(n, "xmlns", "http://www.w3.org/2000/svg"), z(n, "width", "15"), z(n, "height", "14"), z(n, "viewBox", "0 0 15 14"), z(n, "fill", "none"), z(o, "class", "CashierSessionExpirationButtonText");
5266
+ t = te("div"), n = or("svg"), r = or("path"), i = ht(), s = te("span"), a = Ke(u), j(r, "d", "M14.0282 6.58425C13.9037 4.05374 12.3688 1.68916 10.0872 0.61058C7.59818 -0.509483 4.56986 -0.0531603 2.49567 1.68916C0.504443 3.34851 -0.408201 6.04496 0.172573 8.57547C0.711862 11.0645 2.6616 13.0972 5.10915 13.7609C8.0545 14.5906 10.7509 13.1802 12.4103 10.7741C10.9169 12.7653 8.63527 14.0928 6.10476 13.6365C3.57424 13.1802 1.50005 11.2719 0.919281 8.78289C0.297024 6.12793 1.54154 3.34851 3.90612 1.97955C6.35366 0.569097 9.79682 1.10839 11.4147 3.51445C11.8295 4.09522 12.1199 4.80045 12.2444 5.50567C12.3688 6.08644 12.3273 6.7087 12.4103 7.28947C12.4933 7.82876 12.9496 8.53399 13.5718 8.16063C14.1111 7.82876 14.0696 7.12354 14.0282 6.58425C14.0696 6.87464 14.0282 6.41831 14.0282 6.58425Z"), j(r, "fill", "white"), j(n, "class", "CashierSessionExpirationButtonSpinner"), j(n, "xmlns", "http://www.w3.org/2000/svg"), j(n, "width", "15"), j(n, "height", "14"), j(n, "viewBox", "0 0 15 14"), j(n, "fill", "none"), j(s, "class", "CashierSessionExpirationButtonText");
5272
5267
  },
5273
5268
  m(c, l) {
5274
- Ae(c, t, l), J(t, n), J(n, r), J(t, i), J(t, o), J(o, a);
5269
+ we(c, t, l), J(t, n), J(n, r), J(t, i), J(t, s), J(s, a);
5275
5270
  },
5276
5271
  p(c, l) {
5277
5272
  l[0] & /*$_*/
5278
5273
  256 && u !== (u = /*$_*/
5279
- c[8]("sessionExpirationLoadingButton") + "") && Xt(a, u);
5274
+ c[8]("sessionExpirationLoadingButton") + "") && Zt(a, u);
5280
5275
  },
5281
5276
  i: de,
5282
5277
  o: de,
@@ -5285,29 +5280,29 @@ function Va(e) {
5285
5280
  }
5286
5281
  };
5287
5282
  }
5288
- function Xa(e) {
5283
+ function Ya(e) {
5289
5284
  let t, n = (
5290
5285
  /*$_*/
5291
5286
  e[8]("sessionExpirationGeneralButton") + ""
5292
5287
  ), r;
5293
5288
  return {
5294
5289
  c() {
5295
- t = te("span"), r = Qe(n), z(t, "class", "CashierSessionExpirationButtonText");
5290
+ t = te("span"), r = Ke(n), j(t, "class", "CashierSessionExpirationButtonText");
5296
5291
  },
5297
- m(i, o) {
5298
- Ae(i, t, o), J(t, r);
5292
+ m(i, s) {
5293
+ we(i, t, s), J(t, r);
5299
5294
  },
5300
- p(i, o) {
5301
- o[0] & /*$_*/
5295
+ p(i, s) {
5296
+ s[0] & /*$_*/
5302
5297
  256 && n !== (n = /*$_*/
5303
- i[8]("sessionExpirationGeneralButton") + "") && Xt(r, n);
5298
+ i[8]("sessionExpirationGeneralButton") + "") && Zt(r, n);
5304
5299
  },
5305
5300
  d(i) {
5306
5301
  i && ge(t);
5307
5302
  }
5308
5303
  };
5309
5304
  }
5310
- function Ya(e) {
5305
+ function Za(e) {
5311
5306
  let t, n, r = (
5312
5307
  /*show*/
5313
5308
  e[5] && Gr(e)
@@ -5316,13 +5311,13 @@ function Ya(e) {
5316
5311
  c() {
5317
5312
  r && r.c(), t = Jr();
5318
5313
  },
5319
- m(i, o) {
5320
- r && r.m(i, o), Ae(i, t, o), n = !0;
5314
+ m(i, s) {
5315
+ r && r.m(i, s), we(i, t, s), n = !0;
5321
5316
  },
5322
- p(i, o) {
5317
+ p(i, s) {
5323
5318
  /*show*/
5324
- i[5] ? r ? (r.p(i, o), o[0] & /*show*/
5325
- 32 && Se(r, 1)) : (r = Gr(i), r.c(), Se(r, 1), r.m(t.parentNode, t)) : r && (Kr(), Le(r, 1, 1, () => {
5319
+ i[5] ? r ? (r.p(i, s), s[0] & /*show*/
5320
+ 32 && Se(r, 1)) : (r = Gr(i), r.c(), Se(r, 1), r.m(t.parentNode, t)) : r && (Kr(), Ne(r, 1, 1, () => {
5326
5321
  r = null;
5327
5322
  }), ei());
5328
5323
  },
@@ -5330,27 +5325,27 @@ function Ya(e) {
5330
5325
  n || (Se(r), n = !0);
5331
5326
  },
5332
5327
  o(i) {
5333
- Le(r), n = !1;
5328
+ Ne(r), n = !1;
5334
5329
  },
5335
5330
  d(i) {
5336
5331
  i && ge(t), r && r.d(i);
5337
5332
  }
5338
5333
  };
5339
5334
  }
5340
- const Za = 90;
5341
- function qa(e, t, n) {
5335
+ const qa = 90;
5336
+ function Ja(e, t, n) {
5342
5337
  let r, i;
5343
- or(e, Br, (m) => n(20, r = m)), or(e, ua, (m) => n(8, i = m));
5344
- let { $$slots: o = {}, $$scope: u } = t;
5345
- Dr.extend(Na);
5346
- let { clientstyling: a = "" } = t, { clientstylingurl: c = "" } = t, { width: l } = t, { height: h } = t, { duration: _ = 200 } = t, { assetsurl: y = "" } = t, { lang: M = "en" } = t, { translationurl: b = "" } = t, { endpoint: d } = t, { currency: C } = t, { customerid: G } = t, { selectedpaymentmethodname: $ } = t, { mbsource: A = "" } = t, H, R = !1, k = !1, Z, X, Q, j, O;
5338
+ sr(e, Br, (m) => n(20, r = m)), sr(e, la, (m) => n(8, i = m));
5339
+ let { $$slots: s = {}, $$scope: u } = t;
5340
+ Dr.extend(Ha);
5341
+ let { clientstyling: a = "" } = t, { clientstylingurl: c = "" } = t, { width: l } = t, { height: f } = t, { duration: _ = 200 } = t, { assetsurl: y = "" } = t, { lang: M = "en" } = t, { translationurl: b = "" } = t, { endpoint: d } = t, { currency: C } = t, { customerid: F } = t, { selectedpaymentmethodname: $ } = t, { mbsource: A = "" } = t, H, R = !1, U = !1, Y, V, Q, G, O;
5347
5342
  var ne;
5348
5343
  (function(m) {
5349
5344
  m.PlayerSessionIsNotValid = "PlayerSessionIsNotValid", m.Success = "Success", m.JwtTokenError = "JwtTokenError";
5350
5345
  })(ne || (ne = {}));
5351
- const fe = (m) => {
5352
- m.data.type === "StartSessionCountdown" && (j = m.data.paymentMethodName);
5353
- }, v = (m) => {
5346
+ const he = (m) => {
5347
+ m.data.type === "StartSessionCountdown" && (G = m.data.paymentMethodName);
5348
+ }, T = (m) => {
5354
5349
  try {
5355
5350
  return JSON.parse(atob(m.split(".")[1]));
5356
5351
  } catch {
@@ -5366,27 +5361,27 @@ function qa(e, t, n) {
5366
5361
  );
5367
5362
  }, g = (m) => {
5368
5363
  n(5, R = !1);
5369
- const F = v(m);
5370
- F && (X = F?.exp, n(7, Z = X), Q && clearInterval(Q), Q = setInterval(
5364
+ const k = T(m);
5365
+ k && (V = k?.exp, n(7, Y = V), Q && clearInterval(Q), Q = setInterval(
5371
5366
  () => {
5372
5367
  const ee = Math.floor((/* @__PURE__ */ new Date()).getTime() / 1e3);
5373
- n(7, Z = X - ee), Z <= Za && n(5, R = !0), ee >= X && (T(), window.postMessage({ type: "SessionExpired" }, window.location.href));
5368
+ n(7, Y = V - ee), Y <= qa && n(5, R = !0), ee >= V && (v(), window.postMessage({ type: "SessionExpired" }, window.location.href));
5374
5369
  },
5375
5370
  1e3
5376
5371
  ));
5377
- }, T = () => {
5378
- n(7, Z = 0), n(5, R = !1), clearInterval(Q);
5379
- }, f = () => {
5380
- if (k)
5372
+ }, v = () => {
5373
+ n(7, Y = 0), n(5, R = !1), clearInterval(Q);
5374
+ }, h = () => {
5375
+ if (U)
5381
5376
  return;
5382
- const m = new URL(`${d}/v1/player/${G}/payment/GetPaymentMethod`), F = new Headers();
5383
- n(6, k = !0), F.append("accept", "application/json"), F.append("Content-Type", "application/json"), F.append("X-Client-Request-Timestamp", Dr.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
5377
+ const m = new URL(`${d}/v1/player/${F}/payment/GetPaymentMethod`), k = new Headers();
5378
+ n(6, U = !0), k.append("accept", "application/json"), k.append("Content-Type", "application/json"), k.append("X-Client-Request-Timestamp", Dr.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
5384
5379
  const ee = {
5385
5380
  method: "POST",
5386
5381
  mode: "cors",
5387
- headers: F,
5382
+ headers: k,
5388
5383
  body: JSON.stringify({
5389
- PaymentMethodName: j || $,
5384
+ PaymentMethodName: G || $,
5390
5385
  Currency: C,
5391
5386
  XPaymentSessionToken: r
5392
5387
  })
@@ -5399,76 +5394,76 @@ function qa(e, t, n) {
5399
5394
  error: K.error
5400
5395
  },
5401
5396
  window.location.href
5402
- ), T();
5397
+ ), v();
5403
5398
  return;
5404
5399
  }
5405
5400
  if (K.ResponseCode === ne.PlayerSessionIsNotValid || K.ResponseCode === ne.JwtTokenError) {
5406
- O = K.ResponseCode, T(), E();
5401
+ O = K.ResponseCode, v(), E();
5407
5402
  return;
5408
5403
  }
5409
5404
  if (K.ResponseCode !== ne.Success) {
5410
- O = K.ResponseCode, T();
5405
+ O = K.ResponseCode, v();
5411
5406
  return;
5412
5407
  }
5413
5408
  K.XPaymentSessionToken && Br.set(K.XPaymentSessionToken);
5414
- }).finally(() => n(6, k = !1));
5409
+ }).finally(() => n(6, U = !1));
5415
5410
  }, x = (m) => {
5416
- const F = m.currentTarget;
5417
- m.target === F && f();
5411
+ const k = m.currentTarget;
5412
+ m.target === k && h();
5418
5413
  }, L = () => {
5419
- fetch(b).then((F) => F.json()).then((F) => {
5420
- Object.keys(F).forEach((ee) => {
5421
- Ar(ee, F[ee]);
5414
+ fetch(b).then((k) => k.json()).then((k) => {
5415
+ Object.keys(k).forEach((ee) => {
5416
+ Ar(ee, k[ee]);
5422
5417
  });
5423
- }).catch((F) => {
5424
- console.log(F);
5418
+ }).catch((k) => {
5419
+ console.log(k);
5425
5420
  });
5426
5421
  };
5427
5422
  Object.keys(wr).forEach((m) => {
5428
5423
  Ar(m, wr[m]);
5429
5424
  });
5430
5425
  const N = () => {
5431
- la(M);
5426
+ ca(M);
5432
5427
  };
5433
- io(() => (window.addEventListener("message", fe, !1), () => {
5434
- window.removeEventListener("message", fe);
5435
- })), oo(() => {
5428
+ is(() => (window.addEventListener("message", he, !1), () => {
5429
+ window.removeEventListener("message", he);
5430
+ })), ss(() => {
5436
5431
  clearInterval(Q);
5437
5432
  });
5438
- function W(m) {
5439
- Gt[m ? "unshift" : "push"](() => {
5433
+ function z(m) {
5434
+ jt[m ? "unshift" : "push"](() => {
5440
5435
  H = m, n(4, H);
5441
5436
  });
5442
5437
  }
5443
5438
  function I() {
5444
- l = this.clientWidth, h = this.clientHeight, n(0, l), n(1, h);
5439
+ l = this.clientWidth, f = this.clientHeight, n(0, l), n(1, f);
5445
5440
  }
5446
5441
  function q(m) {
5447
- Gt[m ? "unshift" : "push"](() => {
5442
+ jt[m ? "unshift" : "push"](() => {
5448
5443
  H = m, n(4, H);
5449
5444
  });
5450
5445
  }
5451
5446
  return e.$$set = (m) => {
5452
- "clientstyling" in m && n(11, a = m.clientstyling), "clientstylingurl" in m && n(12, c = m.clientstylingurl), "width" in m && n(0, l = m.width), "height" in m && n(1, h = m.height), "duration" in m && n(2, _ = m.duration), "assetsurl" in m && n(3, y = m.assetsurl), "lang" in m && n(13, M = m.lang), "translationurl" in m && n(14, b = m.translationurl), "endpoint" in m && n(15, d = m.endpoint), "currency" in m && n(16, C = m.currency), "customerid" in m && n(17, G = m.customerid), "selectedpaymentmethodname" in m && n(18, $ = m.selectedpaymentmethodname), "mbsource" in m && n(19, A = m.mbsource), "$$scope" in m && n(21, u = m.$$scope);
5447
+ "clientstyling" in m && n(11, a = m.clientstyling), "clientstylingurl" in m && n(12, c = m.clientstylingurl), "width" in m && n(0, l = m.width), "height" in m && n(1, f = m.height), "duration" in m && n(2, _ = m.duration), "assetsurl" in m && n(3, y = m.assetsurl), "lang" in m && n(13, M = m.lang), "translationurl" in m && n(14, b = m.translationurl), "endpoint" in m && n(15, d = m.endpoint), "currency" in m && n(16, C = m.currency), "customerid" in m && n(17, F = m.customerid), "selectedpaymentmethodname" in m && n(18, $ = m.selectedpaymentmethodname), "mbsource" in m && n(19, A = m.mbsource), "$$scope" in m && n(21, u = m.$$scope);
5453
5448
  }, e.$$.update = () => {
5454
5449
  e.$$.dirty[0] & /*$xPaymentSessionToken*/
5455
5450
  1048576 && g(r), e.$$.dirty[0] & /*lang*/
5456
5451
  8192 && M && N(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
5457
- 2064 && a && H && Ha(H, a), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5458
- 4112 && c && H && Ia(H, c), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5459
- 524304 && A && H && Pa(H, `${A}.Style`), e.$$.dirty[0] & /*translationurl*/
5452
+ 2064 && a && H && Ia(H, a), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
5453
+ 4112 && c && H && Pa(H, c), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
5454
+ 524304 && A && H && Ra(H, `${A}.Style`), e.$$.dirty[0] & /*translationurl*/
5460
5455
  16384 && b && L();
5461
5456
  }, [
5462
5457
  l,
5463
- h,
5458
+ f,
5464
5459
  _,
5465
5460
  y,
5466
5461
  H,
5467
5462
  R,
5468
- k,
5469
- Z,
5463
+ U,
5464
+ Y,
5470
5465
  i,
5471
- f,
5466
+ h,
5472
5467
  x,
5473
5468
  a,
5474
5469
  c,
@@ -5476,24 +5471,24 @@ function qa(e, t, n) {
5476
5471
  b,
5477
5472
  d,
5478
5473
  C,
5479
- G,
5474
+ F,
5480
5475
  $,
5481
5476
  A,
5482
5477
  r,
5483
5478
  u,
5484
- o,
5485
- W,
5479
+ s,
5480
+ z,
5486
5481
  I,
5487
5482
  q
5488
5483
  ];
5489
5484
  }
5490
- class Ja extends bo {
5485
+ class Qa extends _s {
5491
5486
  constructor(t) {
5492
- super(), go(
5487
+ super(), ps(
5493
5488
  this,
5494
5489
  t,
5495
- qa,
5496
- Ya,
5490
+ Ja,
5491
+ Za,
5497
5492
  Wr,
5498
5493
  {
5499
5494
  clientstyling: 11,
@@ -5510,7 +5505,7 @@ class Ja extends bo {
5510
5505
  selectedpaymentmethodname: 18,
5511
5506
  mbsource: 19
5512
5507
  },
5513
- Ra,
5508
+ Da,
5514
5509
  [-1, -1]
5515
5510
  );
5516
5511
  }
@@ -5593,7 +5588,7 @@ class Ja extends bo {
5593
5588
  this.$$set({ mbsource: t }), le();
5594
5589
  }
5595
5590
  }
5596
- _o(Ja, { clientstyling: {}, clientstylingurl: {}, width: {}, height: {}, duration: {}, assetsurl: {}, lang: {}, translationurl: {}, endpoint: {}, currency: {}, customerid: {}, selectedpaymentmethodname: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
5591
+ gs(Qa, { clientstyling: {}, clientstylingurl: {}, width: {}, height: {}, duration: {}, assetsurl: {}, lang: {}, translationurl: {}, endpoint: {}, currency: {}, customerid: {}, selectedpaymentmethodname: {}, mbsource: {} }, ["icon", "title", "text", "button"], [], !0);
5597
5592
  export {
5598
- Ja as C
5593
+ Qa as C
5599
5594
  };