@everymatrix/cashier-header 1.86.1 → 1.86.3

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.
@@ -14,10 +14,10 @@ function _t(e) {
14
14
  function Ze() {
15
15
  return /* @__PURE__ */ Object.create(null);
16
16
  }
17
- function ee(e) {
17
+ function K(e) {
18
18
  e.forEach(_t);
19
19
  }
20
- function ke(e) {
20
+ function Fe(e) {
21
21
  return typeof e == "function";
22
22
  }
23
23
  function yt(e, t) {
@@ -26,7 +26,7 @@ function yt(e, t) {
26
26
  function Kt(e) {
27
27
  return Object.keys(e).length === 0;
28
28
  }
29
- function Et(e, ...t) {
29
+ function xt(e, ...t) {
30
30
  if (e == null) {
31
31
  for (const n of t)
32
32
  n(void 0);
@@ -36,18 +36,18 @@ function Et(e, ...t) {
36
36
  return r.unsubscribe ? () => r.unsubscribe() : r;
37
37
  }
38
38
  function er(e, t, r) {
39
- e.$$.on_destroy.push(Et(t, r));
39
+ e.$$.on_destroy.push(xt(t, r));
40
40
  }
41
- function Ee(e, t, r, n) {
41
+ function _e(e, t, r, n) {
42
42
  if (e) {
43
- const i = xt(e, t, r, n);
43
+ const i = Et(e, t, r, n);
44
44
  return e[0](i);
45
45
  }
46
46
  }
47
- function xt(e, t, r, n) {
47
+ function Et(e, t, r, n) {
48
48
  return e[1] && n ? Yt(r.ctx.slice(), e[1](n(t))) : r.ctx;
49
49
  }
50
- function xe(e, t, r, n) {
50
+ function ye(e, t, r, n) {
51
51
  if (e[2] && n) {
52
52
  const i = e[2](n(r));
53
53
  if (t.dirty === void 0)
@@ -62,13 +62,13 @@ function xe(e, t, r, n) {
62
62
  }
63
63
  return t.dirty;
64
64
  }
65
- function ve(e, t, r, n, i, s) {
65
+ function xe(e, t, r, n, i, s) {
66
66
  if (i) {
67
- const u = xt(t, r, n, s);
67
+ const u = Et(t, r, n, s);
68
68
  e.p(u, i);
69
69
  }
70
70
  }
71
- function He(e) {
71
+ function Ee(e) {
72
72
  if (e.ctx.length > 32) {
73
73
  const t = [], r = e.ctx.length / 32;
74
74
  for (let n = 0; n < r; n++)
@@ -77,13 +77,13 @@ function He(e) {
77
77
  }
78
78
  return -1;
79
79
  }
80
- function fe(e, t) {
80
+ function le(e, t) {
81
81
  e.appendChild(t);
82
82
  }
83
83
  function tr(e, t, r) {
84
84
  const n = rr(e);
85
85
  if (!n.getElementById(t)) {
86
- const i = X("style");
86
+ const i = V("style");
87
87
  i.id = t, i.textContent = r, nr(n, i);
88
88
  }
89
89
  }
@@ -98,34 +98,34 @@ function rr(e) {
98
98
  ) : e.ownerDocument;
99
99
  }
100
100
  function nr(e, t) {
101
- return fe(
101
+ return le(
102
102
  /** @type {Document} */
103
103
  e.head || e,
104
104
  t
105
105
  ), t.sheet;
106
106
  }
107
- function I(e, t, r) {
107
+ function N(e, t, r) {
108
108
  e.insertBefore(t, r || null);
109
109
  }
110
- function P(e) {
110
+ function O(e) {
111
111
  e.parentNode && e.parentNode.removeChild(e);
112
112
  }
113
- function X(e) {
113
+ function V(e) {
114
114
  return document.createElement(e);
115
115
  }
116
- function Ve(e) {
116
+ function je(e) {
117
117
  return document.createTextNode(e);
118
118
  }
119
119
  function Qe() {
120
- return Ve(" ");
120
+ return je(" ");
121
121
  }
122
122
  function vt() {
123
- return Ve("");
123
+ return je("");
124
124
  }
125
125
  function Ht(e, t, r, n) {
126
126
  return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
127
127
  }
128
- function te(e, t, r) {
128
+ function ee(e, t, r) {
129
129
  r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
130
130
  }
131
131
  function ir(e) {
@@ -144,97 +144,97 @@ function or(e) {
144
144
  }
145
145
  ), t;
146
146
  }
147
- let q;
148
- function J(e) {
149
- q = e;
147
+ let J;
148
+ function Q(e) {
149
+ J = e;
150
150
  }
151
151
  function ar() {
152
- if (!q)
152
+ if (!J)
153
153
  throw new Error("Function called outside component initialization");
154
- return q;
154
+ return J;
155
155
  }
156
156
  function ur(e) {
157
157
  ar().$$.on_mount.push(e);
158
158
  }
159
- const D = [], Le = [];
160
- let G = [];
159
+ const U = [], Oe = [];
160
+ let D = [];
161
161
  const Je = [], hr = /* @__PURE__ */ Promise.resolve();
162
- let Ne = !1;
162
+ let Pe = !1;
163
163
  function lr() {
164
- Ne || (Ne = !0, hr.then(T));
164
+ Pe || (Pe = !0, hr.then(T));
165
165
  }
166
- function Ie(e) {
167
- G.push(e);
166
+ function Le(e) {
167
+ D.push(e);
168
168
  }
169
- const Be = /* @__PURE__ */ new Set();
169
+ const ve = /* @__PURE__ */ new Set();
170
170
  let R = 0;
171
171
  function T() {
172
172
  if (R !== 0)
173
173
  return;
174
- const e = q;
174
+ const e = J;
175
175
  do {
176
176
  try {
177
- for (; R < D.length; ) {
178
- const t = D[R];
179
- R++, J(t), fr(t.$$);
177
+ for (; R < U.length; ) {
178
+ const t = U[R];
179
+ R++, Q(t), fr(t.$$);
180
180
  }
181
181
  } catch (t) {
182
- throw D.length = 0, R = 0, t;
182
+ throw U.length = 0, R = 0, t;
183
183
  }
184
- for (J(null), D.length = 0, R = 0; Le.length; )
185
- Le.pop()();
186
- for (let t = 0; t < G.length; t += 1) {
187
- const r = G[t];
188
- Be.has(r) || (Be.add(r), r());
184
+ for (Q(null), U.length = 0, R = 0; Oe.length; )
185
+ Oe.pop()();
186
+ for (let t = 0; t < D.length; t += 1) {
187
+ const r = D[t];
188
+ ve.has(r) || (ve.add(r), r());
189
189
  }
190
- G.length = 0;
191
- } while (D.length);
190
+ D.length = 0;
191
+ } while (U.length);
192
192
  for (; Je.length; )
193
193
  Je.pop()();
194
- Ne = !1, Be.clear(), J(e);
194
+ Pe = !1, ve.clear(), Q(e);
195
195
  }
196
196
  function fr(e) {
197
197
  if (e.fragment !== null) {
198
- e.update(), ee(e.before_update);
198
+ e.update(), K(e.before_update);
199
199
  const t = e.dirty;
200
- e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ie);
200
+ e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Le);
201
201
  }
202
202
  }
203
203
  function cr(e) {
204
204
  const t = [], r = [];
205
- G.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), G = t;
205
+ D.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), D = t;
206
206
  }
207
- const oe = /* @__PURE__ */ new Set();
207
+ const se = /* @__PURE__ */ new Set();
208
208
  let mr;
209
- function ae(e, t) {
210
- e && e.i && (oe.delete(e), e.i(t));
209
+ function oe(e, t) {
210
+ e && e.i && (se.delete(e), e.i(t));
211
211
  }
212
- function Te(e, t, r, n) {
212
+ function He(e, t, r, n) {
213
213
  if (e && e.o) {
214
- if (oe.has(e))
214
+ if (se.has(e))
215
215
  return;
216
- oe.add(e), mr.c.push(() => {
217
- oe.delete(e);
216
+ se.add(e), mr.c.push(() => {
217
+ se.delete(e);
218
218
  }), e.o(t);
219
219
  }
220
220
  }
221
- function pr(e, t, r) {
221
+ function dr(e, t, r) {
222
222
  const { fragment: n, after_update: i } = e.$$;
223
- n && n.m(t, r), Ie(() => {
224
- const s = e.$$.on_mount.map(_t).filter(ke);
225
- e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ee(s), e.$$.on_mount = [];
226
- }), i.forEach(Ie);
223
+ n && n.m(t, r), Le(() => {
224
+ const s = e.$$.on_mount.map(_t).filter(Fe);
225
+ e.$$.on_destroy ? e.$$.on_destroy.push(...s) : K(s), e.$$.on_mount = [];
226
+ }), i.forEach(Le);
227
227
  }
228
- function dr(e, t) {
228
+ function pr(e, t) {
229
229
  const r = e.$$;
230
- r.fragment !== null && (cr(r.after_update), ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
230
+ r.fragment !== null && (cr(r.after_update), K(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
231
231
  }
232
232
  function br(e, t) {
233
- e.$$.dirty[0] === -1 && (D.push(e), lr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
233
+ e.$$.dirty[0] === -1 && (U.push(e), lr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
234
234
  }
235
235
  function gr(e, t, r, n, i, s, u = null, o = [-1]) {
236
- const l = q;
237
- J(e);
236
+ const l = J;
237
+ Q(e);
238
238
  const a = e.$$ = {
239
239
  fragment: null,
240
240
  ctx: [],
@@ -258,18 +258,18 @@ function gr(e, t, r, n, i, s, u = null, o = [-1]) {
258
258
  };
259
259
  u && u(a.root);
260
260
  let h = !1;
261
- if (a.ctx = r ? r(e, t.props || {}, (c, m, ...p) => {
262
- const f = p.length ? p[0] : m;
261
+ if (a.ctx = r ? r(e, t.props || {}, (c, m, ...d) => {
262
+ const f = d.length ? d[0] : m;
263
263
  return a.ctx && i(a.ctx[c], a.ctx[c] = f) && (!a.skip_bound && a.bound[c] && a.bound[c](f), h && br(e, c)), m;
264
- }) : [], a.update(), h = !0, ee(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
264
+ }) : [], a.update(), h = !0, K(a.before_update), a.fragment = n ? n(a.ctx) : !1, t.target) {
265
265
  if (t.hydrate) {
266
266
  const c = ir(t.target);
267
- a.fragment && a.fragment.l(c), c.forEach(P);
267
+ a.fragment && a.fragment.l(c), c.forEach(O);
268
268
  } else
269
269
  a.fragment && a.fragment.c();
270
- t.intro && ae(e.$$.fragment), pr(e, t.target, t.anchor), T();
270
+ t.intro && oe(e.$$.fragment), dr(e, t.target, t.anchor), T();
271
271
  }
272
- J(l);
272
+ Q(l);
273
273
  }
274
274
  let Bt;
275
275
  typeof HTMLElement == "function" && (Bt = class extends HTMLElement {
@@ -314,17 +314,17 @@ typeof HTMLElement == "function" && (Bt = class extends HTMLElement {
314
314
  let s;
315
315
  return {
316
316
  c: function() {
317
- s = X("slot"), i !== "default" && te(s, "name", i);
317
+ s = V("slot"), i !== "default" && ee(s, "name", i);
318
318
  },
319
319
  /**
320
320
  * @param {HTMLElement} target
321
321
  * @param {HTMLElement} [anchor]
322
322
  */
323
323
  m: function(l, a) {
324
- I(l, s, a);
324
+ N(l, s, a);
325
325
  },
326
326
  d: function(l) {
327
- l && P(s);
327
+ l && O(s);
328
328
  }
329
329
  };
330
330
  };
@@ -336,7 +336,7 @@ typeof HTMLElement == "function" && (Bt = class extends HTMLElement {
336
336
  i in r && (t[i] = [e(i)]);
337
337
  for (const i of this.attributes) {
338
338
  const s = this.$$g_p(i.name);
339
- s in this.$$d || (this.$$d[s] = ue(s, i.value, this.$$p_d, "toProp"));
339
+ s in this.$$d || (this.$$d[s] = ae(s, i.value, this.$$p_d, "toProp"));
340
340
  }
341
341
  for (const i in this.$$p_d)
342
342
  !(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
@@ -354,7 +354,7 @@ typeof HTMLElement == "function" && (Bt = class extends HTMLElement {
354
354
  this.$$r = !0;
355
355
  for (const i in this.$$p_d)
356
356
  if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
357
- const s = ue(
357
+ const s = ae(
358
358
  i,
359
359
  this.$$d[i],
360
360
  this.$$p_d,
@@ -376,7 +376,7 @@ typeof HTMLElement == "function" && (Bt = class extends HTMLElement {
376
376
  // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
377
377
  // and setting attributes through setAttribute etc, this is helpful
378
378
  attributeChangedCallback(e, t, r) {
379
- this.$$r || (e = this.$$g_p(e), this.$$d[e] = ue(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
379
+ this.$$r || (e = this.$$g_p(e), this.$$d[e] = ae(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
380
380
  }
381
381
  disconnectedCallback() {
382
382
  this.$$cn = !1, Promise.resolve().then(() => {
@@ -389,7 +389,7 @@ typeof HTMLElement == "function" && (Bt = class extends HTMLElement {
389
389
  ) || e;
390
390
  }
391
391
  });
392
- function ue(e, t, r, n) {
392
+ function ae(e, t, r, n) {
393
393
  const i = r[e]?.type;
394
394
  if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
395
395
  return t;
@@ -435,7 +435,7 @@ function _r(e, t, r, n, i, s) {
435
435
  return this.$$c && o in this.$$c ? this.$$c[o] : this.$$d[o];
436
436
  },
437
437
  set(l) {
438
- l = ue(o, l, t), this.$$d[o] = l, this.$$c?.$set({ [o]: l });
438
+ l = ae(o, l, t), this.$$d[o] = l, this.$$c?.$set({ [o]: l });
439
439
  }
440
440
  });
441
441
  }), n.forEach((o) => {
@@ -466,7 +466,7 @@ class yr {
466
466
  $$set = void 0;
467
467
  /** @returns {void} */
468
468
  $destroy() {
469
- dr(this, 1), this.$destroy = B;
469
+ pr(this, 1), this.$destroy = B;
470
470
  }
471
471
  /**
472
472
  * @template {Extract<keyof Events, string>} K
@@ -475,7 +475,7 @@ class yr {
475
475
  * @returns {() => void}
476
476
  */
477
477
  $on(t, r) {
478
- if (!ke(r))
478
+ if (!Fe(r))
479
479
  return B;
480
480
  const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
481
481
  return n.push(r), () => {
@@ -491,26 +491,26 @@ class yr {
491
491
  this.$$set && !Kt(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
492
492
  }
493
493
  }
494
- const Er = "4";
495
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Er);
496
- const U = [];
497
- function xr(e, t) {
494
+ const xr = "4";
495
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(xr);
496
+ const $ = [];
497
+ function Er(e, t) {
498
498
  return {
499
- subscribe: be(e, t).subscribe
499
+ subscribe: de(e, t).subscribe
500
500
  };
501
501
  }
502
- function be(e, t = B) {
502
+ function de(e, t = B) {
503
503
  let r;
504
504
  const n = /* @__PURE__ */ new Set();
505
505
  function i(o) {
506
506
  if (yt(e, o) && (e = o, r)) {
507
- const l = !U.length;
507
+ const l = !$.length;
508
508
  for (const a of n)
509
- a[1](), U.push(a, e);
509
+ a[1](), $.push(a, e);
510
510
  if (l) {
511
- for (let a = 0; a < U.length; a += 2)
512
- U[a][0](U[a + 1]);
513
- U.length = 0;
511
+ for (let a = 0; a < $.length; a += 2)
512
+ $[a][0]($[a + 1]);
513
+ $.length = 0;
514
514
  }
515
515
  }
516
516
  }
@@ -525,12 +525,12 @@ function be(e, t = B) {
525
525
  }
526
526
  return { set: i, update: s, subscribe: u };
527
527
  }
528
- function z(e, t, r) {
528
+ function X(e, t, r) {
529
529
  const n = !Array.isArray(e), i = n ? [e] : e;
530
530
  if (!i.every(Boolean))
531
531
  throw new Error("derived() expects stores as input, got a falsy value");
532
532
  const s = t.length < 2;
533
- return xr(r, (u, o) => {
533
+ return Er(r, (u, o) => {
534
534
  let l = !1;
535
535
  const a = [];
536
536
  let h = 0, c = B;
@@ -539,9 +539,9 @@ function z(e, t, r) {
539
539
  return;
540
540
  c();
541
541
  const f = t(n ? a[0] : a, u, o);
542
- s ? u(f) : c = ke(f) ? f : B;
543
- }, p = i.map(
544
- (f, _) => Et(
542
+ s ? u(f) : c = Fe(f) ? f : B;
543
+ }, d = i.map(
544
+ (f, _) => xt(
545
545
  f,
546
546
  (v) => {
547
547
  a[_] = v, h &= ~(1 << _), l && m();
@@ -552,7 +552,7 @@ function z(e, t, r) {
552
552
  )
553
553
  );
554
554
  return l = !0, m(), function() {
555
- ee(p), c(), l = !1;
555
+ K(d), c(), l = !1;
556
556
  };
557
557
  });
558
558
  }
@@ -573,22 +573,22 @@ var wr = typeof Symbol == "function" && Symbol.for, Sr = wr ? Symbol.for("react.
573
573
  function Ar(e) {
574
574
  return e.$$typeof === Sr;
575
575
  }
576
- function Or(e) {
576
+ function Cr(e) {
577
577
  return Array.isArray(e) ? [] : {};
578
578
  }
579
- function Y(e, t) {
580
- return t.clone !== !1 && t.isMergeableObject(e) ? F(Or(e), e, t) : e;
579
+ function q(e, t) {
580
+ return t.clone !== !1 && t.isMergeableObject(e) ? G(Cr(e), e, t) : e;
581
581
  }
582
- function Cr(e, t, r) {
582
+ function Or(e, t, r) {
583
583
  return e.concat(t).map(function(n) {
584
- return Y(n, r);
584
+ return q(n, r);
585
585
  });
586
586
  }
587
587
  function Pr(e, t) {
588
588
  if (!t.customMerge)
589
- return F;
589
+ return G;
590
590
  var r = t.customMerge(e);
591
- return typeof r == "function" ? r : F;
591
+ return typeof r == "function" ? r : G;
592
592
  }
593
593
  function Lr(e) {
594
594
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
@@ -611,51 +611,65 @@ function Nr(e, t) {
611
611
  function Ir(e, t, r) {
612
612
  var n = {};
613
613
  return r.isMergeableObject(e) && qe(e).forEach(function(i) {
614
- n[i] = Y(e[i], r);
614
+ n[i] = q(e[i], r);
615
615
  }), qe(t).forEach(function(i) {
616
- Nr(e, i) || (Tt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Pr(i, r)(e[i], t[i], r) : n[i] = Y(t[i], r));
616
+ Nr(e, i) || (Tt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Pr(i, r)(e[i], t[i], r) : n[i] = q(t[i], r));
617
617
  }), n;
618
618
  }
619
- function F(e, t, r) {
620
- r = r || {}, r.arrayMerge = r.arrayMerge || Cr, r.isMergeableObject = r.isMergeableObject || Hr, r.cloneUnlessOtherwiseSpecified = Y;
619
+ function G(e, t, r) {
620
+ r = r || {}, r.arrayMerge = r.arrayMerge || Or, r.isMergeableObject = r.isMergeableObject || Hr, r.cloneUnlessOtherwiseSpecified = q;
621
621
  var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
622
- return s ? n ? r.arrayMerge(e, t, r) : Ir(e, t, r) : Y(t, r);
622
+ return s ? n ? r.arrayMerge(e, t, r) : Ir(e, t, r) : q(t, r);
623
623
  }
624
- F.all = function(t, r) {
624
+ G.all = function(t, r) {
625
625
  if (!Array.isArray(t))
626
626
  throw new Error("first argument should be an array");
627
627
  return t.reduce(function(n, i) {
628
- return F(n, i, r);
628
+ return G(n, i, r);
629
629
  }, {});
630
630
  };
631
- var Mr = F, $r = Mr;
632
- const Rr = /* @__PURE__ */ vr($r);
633
- var Me = function(e, t) {
634
- return Me = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
631
+ var Mr = G, Rr = Mr;
632
+ const $r = /* @__PURE__ */ vr(Rr);
633
+ /*! *****************************************************************************
634
+ Copyright (c) Microsoft Corporation.
635
+
636
+ Permission to use, copy, modify, and/or distribute this software for any
637
+ purpose with or without fee is hereby granted.
638
+
639
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
640
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
641
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
642
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
643
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
644
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
645
+ PERFORMANCE OF THIS SOFTWARE.
646
+ ***************************************************************************** */
647
+ var Ne = function(e, t) {
648
+ return Ne = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
635
649
  r.__proto__ = n;
636
650
  } || function(r, n) {
637
651
  for (var i in n)
638
652
  Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
639
- }, Me(e, t);
653
+ }, Ne(e, t);
640
654
  };
641
- function ge(e, t) {
655
+ function pe(e, t) {
642
656
  if (typeof t != "function" && t !== null)
643
657
  throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
644
- Me(e, t);
658
+ Ne(e, t);
645
659
  function r() {
646
660
  this.constructor = e;
647
661
  }
648
662
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
649
663
  }
650
- var w = function() {
651
- return w = Object.assign || function(t) {
664
+ var y = function() {
665
+ return y = Object.assign || function(t) {
652
666
  for (var r, n = 1, i = arguments.length; n < i; n++) {
653
667
  r = arguments[n];
654
668
  for (var s in r)
655
669
  Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
656
670
  }
657
671
  return t;
658
- }, w.apply(this, arguments);
672
+ }, y.apply(this, arguments);
659
673
  };
660
674
  function Ur(e, t) {
661
675
  var r = {};
@@ -666,14 +680,14 @@ function Ur(e, t) {
666
680
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
667
681
  return r;
668
682
  }
669
- function we(e, t, r) {
670
- if (r || arguments.length === 2)
683
+ function Be(e, t, r) {
684
+ if (arguments.length === 2)
671
685
  for (var n = 0, i = t.length, s; n < i; n++)
672
686
  (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
673
- return e.concat(s || Array.prototype.slice.call(t));
687
+ return e.concat(s || t);
674
688
  }
675
- function Se(e, t) {
676
- var r = t && t.cache ? t.cache : Xr, n = t && t.serializer ? t.serializer : kr, i = t && t.strategy ? t.strategy : Fr;
689
+ function Te(e, t) {
690
+ var r = t && t.cache ? t.cache : Vr, n = t && t.serializer ? t.serializer : kr, i = t && t.strategy ? t.strategy : Gr;
677
691
  return i(e, {
678
692
  cache: r,
679
693
  serializer: n
@@ -682,103 +696,95 @@ function Se(e, t) {
682
696
  function Dr(e) {
683
697
  return e == null || typeof e == "number" || typeof e == "boolean";
684
698
  }
685
- function Gr(e, t, r, n) {
699
+ function wt(e, t, r, n) {
686
700
  var i = Dr(n) ? n : r(n), s = t.get(i);
687
701
  return typeof s > "u" && (s = e.call(this, n), t.set(i, s)), s;
688
702
  }
689
- function wt(e, t, r) {
703
+ function St(e, t, r) {
690
704
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
691
705
  return typeof s > "u" && (s = e.apply(this, n), t.set(i, s)), s;
692
706
  }
693
- function St(e, t, r, n, i) {
707
+ function ke(e, t, r, n, i) {
694
708
  return r.bind(t, e, n, i);
695
709
  }
710
+ function Gr(e, t) {
711
+ var r = e.length === 1 ? wt : St;
712
+ return ke(e, this, r, t.cache.create(), t.serializer);
713
+ }
696
714
  function Fr(e, t) {
697
- var r = e.length === 1 ? Gr : wt;
698
- return St(e, this, r, t.cache.create(), t.serializer);
715
+ return ke(e, this, St, t.cache.create(), t.serializer);
699
716
  }
700
717
  function jr(e, t) {
701
- return St(e, this, wt, t.cache.create(), t.serializer);
718
+ return ke(e, this, wt, t.cache.create(), t.serializer);
702
719
  }
703
720
  var kr = function() {
704
721
  return JSON.stringify(arguments);
705
- }, Vr = (
706
- /** @class */
707
- function() {
708
- function e() {
709
- this.cache = /* @__PURE__ */ Object.create(null);
710
- }
711
- return e.prototype.get = function(t) {
712
- return this.cache[t];
713
- }, e.prototype.set = function(t, r) {
714
- this.cache[t] = r;
715
- }, e;
716
- }()
717
- ), Xr = {
722
+ };
723
+ function Ve() {
724
+ this.cache = /* @__PURE__ */ Object.create(null);
725
+ }
726
+ Ve.prototype.get = function(e) {
727
+ return this.cache[e];
728
+ };
729
+ Ve.prototype.set = function(e, t) {
730
+ this.cache[e] = t;
731
+ };
732
+ var Vr = {
718
733
  create: function() {
719
- return new Vr();
734
+ return new Ve();
720
735
  }
721
- }, Ae = {
722
- variadic: jr
723
- }, ce = function() {
724
- return ce = Object.assign || function(t) {
725
- for (var r, n = 1, i = arguments.length; n < i; n++) {
726
- r = arguments[n];
727
- for (var s in r)
728
- Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
729
- }
730
- return t;
731
- }, ce.apply(this, arguments);
732
- };
733
- var d;
736
+ }, we = {
737
+ variadic: Fr,
738
+ monadic: jr
739
+ }, p;
734
740
  (function(e) {
735
741
  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";
736
- })(d || (d = {}));
737
- var y;
742
+ })(p || (p = {}));
743
+ var x;
738
744
  (function(e) {
739
745
  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";
740
- })(y || (y = {}));
741
- var j;
746
+ })(x || (x = {}));
747
+ var F;
742
748
  (function(e) {
743
749
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
744
- })(j || (j = {}));
750
+ })(F || (F = {}));
745
751
  function Ye(e) {
746
- return e.type === y.literal;
752
+ return e.type === x.literal;
747
753
  }
748
- function zr(e) {
749
- return e.type === y.argument;
754
+ function Xr(e) {
755
+ return e.type === x.argument;
750
756
  }
751
757
  function At(e) {
752
- return e.type === y.number;
753
- }
754
- function Ot(e) {
755
- return e.type === y.date;
758
+ return e.type === x.number;
756
759
  }
757
760
  function Ct(e) {
758
- return e.type === y.time;
761
+ return e.type === x.date;
762
+ }
763
+ function Ot(e) {
764
+ return e.type === x.time;
759
765
  }
760
766
  function Pt(e) {
761
- return e.type === y.select;
767
+ return e.type === x.select;
762
768
  }
763
769
  function Lt(e) {
764
- return e.type === y.plural;
770
+ return e.type === x.plural;
765
771
  }
766
- function Wr(e) {
767
- return e.type === y.pound;
772
+ function zr(e) {
773
+ return e.type === x.pound;
768
774
  }
769
775
  function Nt(e) {
770
- return e.type === y.tag;
776
+ return e.type === x.tag;
771
777
  }
772
778
  function It(e) {
773
- return !!(e && typeof e == "object" && e.type === j.number);
779
+ return !!(e && typeof e == "object" && e.type === F.number);
774
780
  }
775
- function $e(e) {
776
- return !!(e && typeof e == "object" && e.type === j.dateTime);
781
+ function Ie(e) {
782
+ return !!(e && typeof e == "object" && e.type === F.dateTime);
777
783
  }
778
- var Mt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Zr = /(?:[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;
779
- function Qr(e) {
784
+ var Mt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Wr = /(?:[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;
785
+ function Zr(e) {
780
786
  var t = {};
781
- return e.replace(Zr, function(r) {
787
+ return e.replace(Wr, function(r) {
782
788
  var n = r.length;
783
789
  switch (r[0]) {
784
790
  case "G":
@@ -867,21 +873,11 @@ function Qr(e) {
867
873
  return "";
868
874
  }), t;
869
875
  }
870
- var E = function() {
871
- return E = Object.assign || function(t) {
872
- for (var r, n = 1, i = arguments.length; n < i; n++) {
873
- r = arguments[n];
874
- for (var s in r)
875
- Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
876
- }
877
- return t;
878
- }, E.apply(this, arguments);
879
- };
880
- var Jr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
881
- function qr(e) {
876
+ var Qr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
877
+ function Jr(e) {
882
878
  if (e.length === 0)
883
879
  throw new Error("Number skeleton cannot be empty");
884
- for (var t = e.split(Jr).filter(function(m) {
880
+ for (var t = e.split(Qr).filter(function(m) {
885
881
  return m.length > 0;
886
882
  }), r = [], n = 0, i = t; n < i.length; n++) {
887
883
  var s = i[n], u = s.split("/");
@@ -896,13 +892,13 @@ function qr(e) {
896
892
  }
897
893
  return r;
898
894
  }
899
- function Yr(e) {
895
+ function qr(e) {
900
896
  return e.replace(/^(.*?)-/, "");
901
897
  }
902
- var Ke = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, $t = /^(@+)?(\+|#+)?[rs]?$/g, Kr = /(\*)(0+)|(#+)(0+)|(0+)/g, Rt = /^(0+)$/;
898
+ var Ke = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Rt = /^(@+)?(\+|#+)?[rs]?$/g, Yr = /(\*)(0+)|(#+)(0+)|(0+)/g, $t = /^(0+)$/;
903
899
  function et(e) {
904
900
  var t = {};
905
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace($t, function(r, n, i) {
901
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Rt, function(r, n, i) {
906
902
  return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
907
903
  }), t;
908
904
  }
@@ -946,7 +942,7 @@ function Ut(e) {
946
942
  };
947
943
  }
948
944
  }
949
- function en(e) {
945
+ function Kr(e) {
950
946
  var t;
951
947
  if (e[0] === "E" && e[1] === "E" ? (t = {
952
948
  notation: "engineering"
@@ -954,7 +950,7 @@ function en(e) {
954
950
  notation: "scientific"
955
951
  }, e = e.slice(1)), t) {
956
952
  var r = e.slice(0, 2);
957
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Rt.test(e))
953
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !$t.test(e))
958
954
  throw new Error("Malformed concise eng/scientific notation");
959
955
  t.minimumIntegerDigits = e.length;
960
956
  }
@@ -964,7 +960,7 @@ function tt(e) {
964
960
  var t = {}, r = Ut(e);
965
961
  return r || t;
966
962
  }
967
- function tn(e) {
963
+ function en(e) {
968
964
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
969
965
  var i = n[r];
970
966
  switch (i.stem) {
@@ -988,7 +984,7 @@ function tn(e) {
988
984
  continue;
989
985
  case "measure-unit":
990
986
  case "unit":
991
- t.style = "unit", t.unit = Yr(i.options[0]);
987
+ t.style = "unit", t.unit = qr(i.options[0]);
992
988
  continue;
993
989
  case "compact-short":
994
990
  case "K":
@@ -999,13 +995,13 @@ function tn(e) {
999
995
  t.notation = "compact", t.compactDisplay = "long";
1000
996
  continue;
1001
997
  case "scientific":
1002
- t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(l, a) {
1003
- return E(E({}, l), tt(a));
998
+ t = y(y(y({}, t), { notation: "scientific" }), i.options.reduce(function(l, a) {
999
+ return y(y({}, l), tt(a));
1004
1000
  }, {}));
1005
1001
  continue;
1006
1002
  case "engineering":
1007
- t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(l, a) {
1008
- return E(E({}, l), tt(a));
1003
+ t = y(y(y({}, t), { notation: "engineering" }), i.options.reduce(function(l, a) {
1004
+ return y(y({}, l), tt(a));
1009
1005
  }, {}));
1010
1006
  continue;
1011
1007
  case "notation-simple":
@@ -1050,45 +1046,45 @@ function tn(e) {
1050
1046
  case "integer-width":
1051
1047
  if (i.options.length > 1)
1052
1048
  throw new RangeError("integer-width stems only accept a single optional option");
1053
- i.options[0].replace(Kr, function(l, a, h, c, m, p) {
1049
+ i.options[0].replace(Yr, function(l, a, h, c, m, d) {
1054
1050
  if (a)
1055
1051
  t.minimumIntegerDigits = h.length;
1056
1052
  else {
1057
1053
  if (c && m)
1058
1054
  throw new Error("We currently do not support maximum integer digits");
1059
- if (p)
1055
+ if (d)
1060
1056
  throw new Error("We currently do not support exact integer digits");
1061
1057
  }
1062
1058
  return "";
1063
1059
  });
1064
1060
  continue;
1065
1061
  }
1066
- if (Rt.test(i.stem)) {
1062
+ if ($t.test(i.stem)) {
1067
1063
  t.minimumIntegerDigits = i.stem.length;
1068
1064
  continue;
1069
1065
  }
1070
1066
  if (Ke.test(i.stem)) {
1071
1067
  if (i.options.length > 1)
1072
1068
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1073
- i.stem.replace(Ke, function(l, a, h, c, m, p) {
1074
- return h === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : m && p ? (t.minimumFractionDigits = m.length, t.maximumFractionDigits = m.length + p.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1069
+ i.stem.replace(Ke, function(l, a, h, c, m, d) {
1070
+ return h === "*" ? t.minimumFractionDigits = a.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : m && d ? (t.minimumFractionDigits = m.length, t.maximumFractionDigits = m.length + d.length) : (t.minimumFractionDigits = a.length, t.maximumFractionDigits = a.length), "";
1075
1071
  });
1076
1072
  var s = i.options[0];
1077
- s === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = E(E({}, t), et(s)));
1073
+ s === "w" ? t = y(y({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = y(y({}, t), et(s)));
1078
1074
  continue;
1079
1075
  }
1080
- if ($t.test(i.stem)) {
1081
- t = E(E({}, t), et(i.stem));
1076
+ if (Rt.test(i.stem)) {
1077
+ t = y(y({}, t), et(i.stem));
1082
1078
  continue;
1083
1079
  }
1084
1080
  var u = Ut(i.stem);
1085
- u && (t = E(E({}, t), u));
1086
- var o = en(i.stem);
1087
- o && (t = E(E({}, t), o));
1081
+ u && (t = y(y({}, t), u));
1082
+ var o = Kr(i.stem);
1083
+ o && (t = y(y({}, t), o));
1088
1084
  }
1089
1085
  return t;
1090
1086
  }
1091
- var se = {
1087
+ var ie = {
1092
1088
  "001": [
1093
1089
  "H",
1094
1090
  "h"
@@ -2503,13 +2499,13 @@ var se = {
2503
2499
  "h"
2504
2500
  ]
2505
2501
  };
2506
- function rn(e, t) {
2502
+ function tn(e, t) {
2507
2503
  for (var r = "", n = 0; n < e.length; n++) {
2508
2504
  var i = e.charAt(n);
2509
2505
  if (i === "j") {
2510
2506
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2511
2507
  s++, n++;
2512
- var u = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a", a = nn(t);
2508
+ var u = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), l = "a", a = rn(t);
2513
2509
  for ((a == "H" || a == "k") && (o = 0); o-- > 0; )
2514
2510
  r += l;
2515
2511
  for (; u-- > 0; )
@@ -2519,7 +2515,7 @@ function rn(e, t) {
2519
2515
  }
2520
2516
  return r;
2521
2517
  }
2522
- function nn(e) {
2518
+ function rn(e) {
2523
2519
  var t = e.hourCycle;
2524
2520
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2525
2521
  e.hourCycles && // @ts-ignore
@@ -2538,23 +2534,23 @@ function nn(e) {
2538
2534
  }
2539
2535
  var r = e.language, n;
2540
2536
  r !== "root" && (n = e.maximize().region);
2541
- var i = se[n || ""] || se[r || ""] || se["".concat(r, "-001")] || se["001"];
2537
+ var i = ie[n || ""] || ie[r || ""] || ie["".concat(r, "-001")] || ie["001"];
2542
2538
  return i[0];
2543
2539
  }
2544
- var Oe, sn = new RegExp("^".concat(Mt.source, "*")), on = new RegExp("".concat(Mt.source, "*$"));
2540
+ var Se, nn = new RegExp("^".concat(Mt.source, "*")), sn = new RegExp("".concat(Mt.source, "*$"));
2545
2541
  function b(e, t) {
2546
2542
  return { start: e, end: t };
2547
2543
  }
2548
- var an = !!String.prototype.startsWith && "_a".startsWith("a", 1), un = !!String.fromCodePoint, hn = !!Object.fromEntries, ln = !!String.prototype.codePointAt, fn = !!String.prototype.trimStart, cn = !!String.prototype.trimEnd, mn = !!Number.isSafeInteger, pn = mn ? Number.isSafeInteger : function(e) {
2544
+ var on = !!String.prototype.startsWith && "_a".startsWith("a", 1), an = !!String.fromCodePoint, un = !!Object.fromEntries, hn = !!String.prototype.codePointAt, ln = !!String.prototype.trimStart, fn = !!String.prototype.trimEnd, cn = !!Number.isSafeInteger, mn = cn ? Number.isSafeInteger : function(e) {
2549
2545
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2550
- }, Re = !0;
2546
+ }, Me = !0;
2551
2547
  try {
2552
2548
  var dn = Gt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2553
- Re = ((Oe = dn.exec("a")) === null || Oe === void 0 ? void 0 : Oe[0]) === "a";
2549
+ Me = ((Se = dn.exec("a")) === null || Se === void 0 ? void 0 : Se[0]) === "a";
2554
2550
  } catch {
2555
- Re = !1;
2551
+ Me = !1;
2556
2552
  }
2557
- var rt = an ? (
2553
+ var rt = on ? (
2558
2554
  // Native
2559
2555
  function(t, r, n) {
2560
2556
  return t.startsWith(r, n);
@@ -2564,7 +2560,7 @@ var rt = an ? (
2564
2560
  function(t, r, n) {
2565
2561
  return t.slice(n, n + r.length) === r;
2566
2562
  }
2567
- ), Ue = un ? String.fromCodePoint : (
2563
+ ), Re = an ? String.fromCodePoint : (
2568
2564
  // IE11
2569
2565
  function() {
2570
2566
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2578,7 +2574,7 @@ var rt = an ? (
2578
2574
  }
2579
2575
  ), nt = (
2580
2576
  // native
2581
- hn ? Object.fromEntries : (
2577
+ un ? Object.fromEntries : (
2582
2578
  // Ponyfill
2583
2579
  function(t) {
2584
2580
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2588,7 +2584,7 @@ var rt = an ? (
2588
2584
  return r;
2589
2585
  }
2590
2586
  )
2591
- ), Dt = ln ? (
2587
+ ), Dt = hn ? (
2592
2588
  // Native
2593
2589
  function(t, r) {
2594
2590
  return t.codePointAt(r);
@@ -2602,7 +2598,7 @@ var rt = an ? (
2602
2598
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2603
2599
  }
2604
2600
  }
2605
- ), bn = fn ? (
2601
+ ), pn = ln ? (
2606
2602
  // Native
2607
2603
  function(t) {
2608
2604
  return t.trimStart();
@@ -2610,9 +2606,9 @@ var rt = an ? (
2610
2606
  ) : (
2611
2607
  // Ponyfill
2612
2608
  function(t) {
2613
- return t.replace(sn, "");
2609
+ return t.replace(nn, "");
2614
2610
  }
2615
- ), gn = cn ? (
2611
+ ), bn = fn ? (
2616
2612
  // Native
2617
2613
  function(t) {
2618
2614
  return t.trimEnd();
@@ -2620,32 +2616,32 @@ var rt = an ? (
2620
2616
  ) : (
2621
2617
  // Ponyfill
2622
2618
  function(t) {
2623
- return t.replace(on, "");
2619
+ return t.replace(sn, "");
2624
2620
  }
2625
2621
  );
2626
2622
  function Gt(e, t) {
2627
2623
  return new RegExp(e, t);
2628
2624
  }
2629
- var De;
2630
- if (Re) {
2625
+ var $e;
2626
+ if (Me) {
2631
2627
  var it = Gt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2632
- De = function(t, r) {
2628
+ $e = function(t, r) {
2633
2629
  var n;
2634
2630
  it.lastIndex = r;
2635
2631
  var i = it.exec(t);
2636
2632
  return (n = i[1]) !== null && n !== void 0 ? n : "";
2637
2633
  };
2638
2634
  } else
2639
- De = function(t, r) {
2635
+ $e = function(t, r) {
2640
2636
  for (var n = []; ; ) {
2641
2637
  var i = Dt(t, r);
2642
2638
  if (i === void 0 || Ft(i) || xn(i))
2643
2639
  break;
2644
2640
  n.push(i), r += i >= 65536 ? 2 : 1;
2645
2641
  }
2646
- return Ue.apply(void 0, n);
2642
+ return Re.apply(void 0, n);
2647
2643
  };
2648
- var _n = (
2644
+ var gn = (
2649
2645
  /** @class */
2650
2646
  function() {
2651
2647
  function e(t, r) {
@@ -2669,14 +2665,14 @@ var _n = (
2669
2665
  if (s === 35 && (r === "plural" || r === "selectordinal")) {
2670
2666
  var o = this.clonePosition();
2671
2667
  this.bump(), i.push({
2672
- type: y.pound,
2668
+ type: x.pound,
2673
2669
  location: b(o, this.clonePosition())
2674
2670
  });
2675
2671
  } else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
2676
2672
  if (n)
2677
2673
  break;
2678
- return this.error(d.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
2679
- } else if (s === 60 && !this.ignoreTag && Ge(this.peek() || 0)) {
2674
+ return this.error(p.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
2675
+ } else if (s === 60 && !this.ignoreTag && Ue(this.peek() || 0)) {
2680
2676
  var u = this.parseTag(t, r);
2681
2677
  if (u.err)
2682
2678
  return u;
@@ -2697,7 +2693,7 @@ var _n = (
2697
2693
  if (this.bumpSpace(), this.bumpIf("/>"))
2698
2694
  return {
2699
2695
  val: {
2700
- type: y.literal,
2696
+ type: x.literal,
2701
2697
  value: "<".concat(i, "/>"),
2702
2698
  location: b(n, this.clonePosition())
2703
2699
  },
@@ -2709,25 +2705,25 @@ var _n = (
2709
2705
  return s;
2710
2706
  var u = s.val, o = this.clonePosition();
2711
2707
  if (this.bumpIf("</")) {
2712
- if (this.isEOF() || !Ge(this.char()))
2713
- return this.error(d.INVALID_TAG, b(o, this.clonePosition()));
2708
+ if (this.isEOF() || !Ue(this.char()))
2709
+ return this.error(p.INVALID_TAG, b(o, this.clonePosition()));
2714
2710
  var l = this.clonePosition(), a = this.parseTagName();
2715
- return i !== a ? this.error(d.UNMATCHED_CLOSING_TAG, b(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2711
+ return i !== a ? this.error(p.UNMATCHED_CLOSING_TAG, b(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
2716
2712
  val: {
2717
- type: y.tag,
2713
+ type: x.tag,
2718
2714
  value: i,
2719
2715
  children: u,
2720
2716
  location: b(n, this.clonePosition())
2721
2717
  },
2722
2718
  err: null
2723
- } : this.error(d.INVALID_TAG, b(o, this.clonePosition())));
2719
+ } : this.error(p.INVALID_TAG, b(o, this.clonePosition())));
2724
2720
  } else
2725
- return this.error(d.UNCLOSED_TAG, b(n, this.clonePosition()));
2721
+ return this.error(p.UNCLOSED_TAG, b(n, this.clonePosition()));
2726
2722
  } else
2727
- return this.error(d.INVALID_TAG, b(n, this.clonePosition()));
2723
+ return this.error(p.INVALID_TAG, b(n, this.clonePosition()));
2728
2724
  }, e.prototype.parseTagName = function() {
2729
2725
  var t = this.offset();
2730
- for (this.bump(); !this.isEOF() && En(this.char()); )
2726
+ for (this.bump(); !this.isEOF() && yn(this.char()); )
2731
2727
  this.bump();
2732
2728
  return this.message.slice(t, this.offset());
2733
2729
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2751,12 +2747,12 @@ var _n = (
2751
2747
  }
2752
2748
  var l = b(n, this.clonePosition());
2753
2749
  return {
2754
- val: { type: y.literal, value: i, location: l },
2750
+ val: { type: x.literal, value: i, location: l },
2755
2751
  err: null
2756
2752
  };
2757
2753
  }, e.prototype.tryParseLeftAngleBracket = function() {
2758
2754
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2759
- !yn(this.peek() || 0)) ? (this.bump(), "<") : null;
2755
+ !_n(this.peek() || 0)) ? (this.bump(), "<") : null;
2760
2756
  }, e.prototype.tryParseQuote = function(t) {
2761
2757
  if (this.isEOF() || this.char() !== 39)
2762
2758
  return null;
@@ -2790,28 +2786,28 @@ var _n = (
2790
2786
  r.push(n);
2791
2787
  this.bump();
2792
2788
  }
2793
- return Ue.apply(void 0, r);
2789
+ return Re.apply(void 0, r);
2794
2790
  }, e.prototype.tryParseUnquoted = function(t, r) {
2795
2791
  if (this.isEOF())
2796
2792
  return null;
2797
2793
  var n = this.char();
2798
- return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ue(n));
2794
+ return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Re(n));
2799
2795
  }, e.prototype.parseArgument = function(t, r) {
2800
2796
  var n = this.clonePosition();
2801
2797
  if (this.bump(), this.bumpSpace(), this.isEOF())
2802
- return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2798
+ return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2803
2799
  if (this.char() === 125)
2804
- return this.bump(), this.error(d.EMPTY_ARGUMENT, b(n, this.clonePosition()));
2800
+ return this.bump(), this.error(p.EMPTY_ARGUMENT, b(n, this.clonePosition()));
2805
2801
  var i = this.parseIdentifierIfPossible().value;
2806
2802
  if (!i)
2807
- return this.error(d.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2803
+ return this.error(p.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2808
2804
  if (this.bumpSpace(), this.isEOF())
2809
- return this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2805
+ return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
2810
2806
  switch (this.char()) {
2811
2807
  case 125:
2812
2808
  return this.bump(), {
2813
2809
  val: {
2814
- type: y.argument,
2810
+ type: x.argument,
2815
2811
  // value does not include the opening and closing braces.
2816
2812
  value: i,
2817
2813
  location: b(n, this.clonePosition())
@@ -2819,12 +2815,12 @@ var _n = (
2819
2815
  err: null
2820
2816
  };
2821
2817
  case 44:
2822
- return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
2818
+ return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
2823
2819
  default:
2824
- return this.error(d.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2820
+ return this.error(p.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
2825
2821
  }
2826
2822
  }, e.prototype.parseIdentifierIfPossible = function() {
2827
- var t = this.clonePosition(), r = this.offset(), n = De(this.message, r), i = r + n.length;
2823
+ var t = this.clonePosition(), r = this.offset(), n = $e(this.message, r), i = r + n.length;
2828
2824
  this.bumpTo(i);
2829
2825
  var s = this.clonePosition(), u = b(t, s);
2830
2826
  return { value: n, location: u };
@@ -2832,7 +2828,7 @@ var _n = (
2832
2828
  var s, u = this.clonePosition(), o = this.parseIdentifierIfPossible().value, l = this.clonePosition();
2833
2829
  switch (o) {
2834
2830
  case "":
2835
- return this.error(d.EXPECT_ARGUMENT_TYPE, b(u, l));
2831
+ return this.error(p.EXPECT_ARGUMENT_TYPE, b(u, l));
2836
2832
  case "number":
2837
2833
  case "date":
2838
2834
  case "time": {
@@ -2843,44 +2839,44 @@ var _n = (
2843
2839
  var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2844
2840
  if (c.err)
2845
2841
  return c;
2846
- var m = gn(c.val);
2842
+ var m = bn(c.val);
2847
2843
  if (m.length === 0)
2848
- return this.error(d.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
2849
- var p = b(h, this.clonePosition());
2850
- a = { style: m, styleLocation: p };
2844
+ return this.error(p.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
2845
+ var d = b(h, this.clonePosition());
2846
+ a = { style: m, styleLocation: d };
2851
2847
  }
2852
2848
  var f = this.tryParseArgumentClose(i);
2853
2849
  if (f.err)
2854
2850
  return f;
2855
2851
  var _ = b(i, this.clonePosition());
2856
2852
  if (a && rt(a?.style, "::", 0)) {
2857
- var v = bn(a.style.slice(2));
2853
+ var v = pn(a.style.slice(2));
2858
2854
  if (o === "number") {
2859
2855
  var c = this.parseNumberSkeletonFromString(v, a.styleLocation);
2860
2856
  return c.err ? c : {
2861
- val: { type: y.number, value: n, location: _, style: c.val },
2857
+ val: { type: x.number, value: n, location: _, style: c.val },
2862
2858
  err: null
2863
2859
  };
2864
2860
  } else {
2865
2861
  if (v.length === 0)
2866
- return this.error(d.EXPECT_DATE_TIME_SKELETON, _);
2867
- var A = v;
2868
- this.locale && (A = rn(v, this.locale));
2862
+ return this.error(p.EXPECT_DATE_TIME_SKELETON, _);
2863
+ var S = v;
2864
+ this.locale && (S = tn(v, this.locale));
2869
2865
  var m = {
2870
- type: j.dateTime,
2871
- pattern: A,
2866
+ type: F.dateTime,
2867
+ pattern: S,
2872
2868
  location: a.styleLocation,
2873
- parsedOptions: this.shouldParseSkeletons ? Qr(A) : {}
2874
- }, O = o === "date" ? y.date : y.time;
2869
+ parsedOptions: this.shouldParseSkeletons ? Zr(S) : {}
2870
+ }, A = o === "date" ? x.date : x.time;
2875
2871
  return {
2876
- val: { type: O, value: n, location: _, style: m },
2872
+ val: { type: A, value: n, location: _, style: m },
2877
2873
  err: null
2878
2874
  };
2879
2875
  }
2880
2876
  }
2881
2877
  return {
2882
2878
  val: {
2883
- type: o === "number" ? y.number : o === "date" ? y.date : y.time,
2879
+ type: o === "number" ? x.number : o === "date" ? x.date : x.time,
2884
2880
  value: n,
2885
2881
  location: _,
2886
2882
  style: (s = a?.style) !== null && s !== void 0 ? s : null
@@ -2893,50 +2889,50 @@ var _n = (
2893
2889
  case "select": {
2894
2890
  var H = this.clonePosition();
2895
2891
  if (this.bumpSpace(), !this.bumpIf(","))
2896
- return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, ce({}, H)));
2892
+ return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, y({}, H)));
2897
2893
  this.bumpSpace();
2898
- var N = this.parseIdentifierIfPossible(), S = 0;
2899
- if (o !== "select" && N.value === "offset") {
2894
+ var L = this.parseIdentifierIfPossible(), w = 0;
2895
+ if (o !== "select" && L.value === "offset") {
2900
2896
  if (!this.bumpIf(":"))
2901
- return this.error(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
2897
+ return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
2902
2898
  this.bumpSpace();
2903
- var c = this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2899
+ var c = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, p.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
2904
2900
  if (c.err)
2905
2901
  return c;
2906
- this.bumpSpace(), N = this.parseIdentifierIfPossible(), S = c.val;
2902
+ this.bumpSpace(), L = this.parseIdentifierIfPossible(), w = c.val;
2907
2903
  }
2908
- var $ = this.tryParsePluralOrSelectOptions(t, o, r, N);
2909
- if ($.err)
2910
- return $;
2904
+ var M = this.tryParsePluralOrSelectOptions(t, o, r, L);
2905
+ if (M.err)
2906
+ return M;
2911
2907
  var f = this.tryParseArgumentClose(i);
2912
2908
  if (f.err)
2913
2909
  return f;
2914
- var ie = b(i, this.clonePosition());
2910
+ var ne = b(i, this.clonePosition());
2915
2911
  return o === "select" ? {
2916
2912
  val: {
2917
- type: y.select,
2913
+ type: x.select,
2918
2914
  value: n,
2919
- options: nt($.val),
2920
- location: ie
2915
+ options: nt(M.val),
2916
+ location: ne
2921
2917
  },
2922
2918
  err: null
2923
2919
  } : {
2924
2920
  val: {
2925
- type: y.plural,
2921
+ type: x.plural,
2926
2922
  value: n,
2927
- options: nt($.val),
2928
- offset: S,
2923
+ options: nt(M.val),
2924
+ offset: w,
2929
2925
  pluralType: o === "plural" ? "cardinal" : "ordinal",
2930
- location: ie
2926
+ location: ne
2931
2927
  },
2932
2928
  err: null
2933
2929
  };
2934
2930
  }
2935
2931
  default:
2936
- return this.error(d.INVALID_ARGUMENT_TYPE, b(u, l));
2932
+ return this.error(p.INVALID_ARGUMENT_TYPE, b(u, l));
2937
2933
  }
2938
2934
  }, e.prototype.tryParseArgumentClose = function(t) {
2939
- return this.isEOF() || this.char() !== 125 ? this.error(d.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2935
+ return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
2940
2936
  }, e.prototype.parseSimpleArgStyleIfPossible = function() {
2941
2937
  for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
2942
2938
  var n = this.char();
@@ -2945,7 +2941,7 @@ var _n = (
2945
2941
  this.bump();
2946
2942
  var i = this.clonePosition();
2947
2943
  if (!this.bumpUntil("'"))
2948
- return this.error(d.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, b(i, this.clonePosition()));
2944
+ return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, b(i, this.clonePosition()));
2949
2945
  this.bump();
2950
2946
  break;
2951
2947
  }
@@ -2975,16 +2971,16 @@ var _n = (
2975
2971
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2976
2972
  var n = [];
2977
2973
  try {
2978
- n = qr(t);
2974
+ n = Jr(t);
2979
2975
  } catch {
2980
- return this.error(d.INVALID_NUMBER_SKELETON, r);
2976
+ return this.error(p.INVALID_NUMBER_SKELETON, r);
2981
2977
  }
2982
2978
  return {
2983
2979
  val: {
2984
- type: j.number,
2980
+ type: F.number,
2985
2981
  tokens: n,
2986
2982
  location: r,
2987
- parsedOptions: this.shouldParseSkeletons ? tn(n) : {}
2983
+ parsedOptions: this.shouldParseSkeletons ? en(n) : {}
2988
2984
  },
2989
2985
  err: null
2990
2986
  };
@@ -2993,7 +2989,7 @@ var _n = (
2993
2989
  if (a.length === 0) {
2994
2990
  var c = this.clonePosition();
2995
2991
  if (r !== "select" && this.bumpIf("=")) {
2996
- var m = this.tryParseDecimalInteger(d.EXPECT_PLURAL_ARGUMENT_SELECTOR, d.INVALID_PLURAL_ARGUMENT_SELECTOR);
2992
+ var m = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_SELECTOR, p.INVALID_PLURAL_ARGUMENT_SELECTOR);
2997
2993
  if (m.err)
2998
2994
  return m;
2999
2995
  h = b(c, this.clonePosition()), a = this.message.slice(c.offset, this.offset());
@@ -3001,26 +2997,26 @@ var _n = (
3001
2997
  break;
3002
2998
  }
3003
2999
  if (l.has(a))
3004
- return this.error(r === "select" ? d.DUPLICATE_SELECT_ARGUMENT_SELECTOR : d.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3000
+ return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, h);
3005
3001
  a === "other" && (u = !0), this.bumpSpace();
3006
- var p = this.clonePosition();
3002
+ var d = this.clonePosition();
3007
3003
  if (!this.bumpIf("{"))
3008
- return this.error(r === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : d.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
3004
+ return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
3009
3005
  var f = this.parseMessage(t + 1, r, n);
3010
3006
  if (f.err)
3011
3007
  return f;
3012
- var _ = this.tryParseArgumentClose(p);
3008
+ var _ = this.tryParseArgumentClose(d);
3013
3009
  if (_.err)
3014
3010
  return _;
3015
3011
  o.push([
3016
3012
  a,
3017
3013
  {
3018
3014
  value: f.val,
3019
- location: b(p, this.clonePosition())
3015
+ location: b(d, this.clonePosition())
3020
3016
  }
3021
3017
  ]), l.add(a), this.bumpSpace(), s = this.parseIdentifierIfPossible(), a = s.value, h = s.location;
3022
3018
  }
3023
- return o.length === 0 ? this.error(r === "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: o, err: null };
3019
+ return o.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(p.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: o, err: null };
3024
3020
  }, e.prototype.tryParseDecimalInteger = function(t, r) {
3025
3021
  var n = 1, i = this.clonePosition();
3026
3022
  this.bumpIf("+") || this.bumpIf("-") && (n = -1);
@@ -3032,7 +3028,7 @@ var _n = (
3032
3028
  break;
3033
3029
  }
3034
3030
  var l = b(i, this.clonePosition());
3035
- return s ? (u *= n, pn(u) ? { val: u, err: null } : this.error(r, l)) : this.error(t, l);
3031
+ return s ? (u *= n, mn(u) ? { val: u, err: null } : this.error(r, l)) : this.error(t, l);
3036
3032
  }, e.prototype.offset = function() {
3037
3033
  return this.position.offset;
3038
3034
  }, e.prototype.isEOF = function() {
@@ -3098,13 +3094,13 @@ var _n = (
3098
3094
  }, e;
3099
3095
  }()
3100
3096
  );
3101
- function Ge(e) {
3097
+ function Ue(e) {
3102
3098
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3103
3099
  }
3104
- function yn(e) {
3105
- return Ge(e) || e === 47;
3100
+ function _n(e) {
3101
+ return Ue(e) || e === 47;
3106
3102
  }
3107
- function En(e) {
3103
+ function yn(e) {
3108
3104
  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;
3109
3105
  }
3110
3106
  function Ft(e) {
@@ -3113,32 +3109,32 @@ function Ft(e) {
3113
3109
  function xn(e) {
3114
3110
  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;
3115
3111
  }
3116
- function Fe(e) {
3112
+ function De(e) {
3117
3113
  e.forEach(function(t) {
3118
3114
  if (delete t.location, Pt(t) || Lt(t))
3119
3115
  for (var r in t.options)
3120
- delete t.options[r].location, Fe(t.options[r].value);
3116
+ delete t.options[r].location, De(t.options[r].value);
3121
3117
  else
3122
- At(t) && It(t.style) || (Ot(t) || Ct(t)) && $e(t.style) ? delete t.style.location : Nt(t) && Fe(t.children);
3118
+ At(t) && It(t.style) || (Ct(t) || Ot(t)) && Ie(t.style) ? delete t.style.location : Nt(t) && De(t.children);
3123
3119
  });
3124
3120
  }
3125
- function vn(e, t) {
3126
- t === void 0 && (t = {}), t = ce({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3127
- var r = new _n(e, t).parse();
3121
+ function En(e, t) {
3122
+ t === void 0 && (t = {}), t = y({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3123
+ var r = new gn(e, t).parse();
3128
3124
  if (r.err) {
3129
- var n = SyntaxError(d[r.err.kind]);
3125
+ var n = SyntaxError(p[r.err.kind]);
3130
3126
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
3131
3127
  }
3132
- return t?.captureLocation || Fe(r.val), r.val;
3128
+ return t?.captureLocation || De(r.val), r.val;
3133
3129
  }
3134
- var k;
3130
+ var j;
3135
3131
  (function(e) {
3136
3132
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3137
- })(k || (k = {}));
3138
- var _e = (
3133
+ })(j || (j = {}));
3134
+ var be = (
3139
3135
  /** @class */
3140
3136
  function(e) {
3141
- ge(t, e);
3137
+ pe(t, e);
3142
3138
  function t(r, n, i) {
3143
3139
  var s = e.call(this, r) || this;
3144
3140
  return s.code = n, s.originalMessage = i, s;
@@ -3150,48 +3146,48 @@ var _e = (
3150
3146
  ), st = (
3151
3147
  /** @class */
3152
3148
  function(e) {
3153
- ge(t, e);
3149
+ pe(t, e);
3154
3150
  function t(r, n, i, s) {
3155
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, s) || this;
3151
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), j.INVALID_VALUE, s) || this;
3156
3152
  }
3157
3153
  return t;
3158
- }(_e)
3159
- ), Hn = (
3154
+ }(be)
3155
+ ), vn = (
3160
3156
  /** @class */
3161
3157
  function(e) {
3162
- ge(t, e);
3158
+ pe(t, e);
3163
3159
  function t(r, n, i) {
3164
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
3160
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), j.INVALID_VALUE, i) || this;
3165
3161
  }
3166
3162
  return t;
3167
- }(_e)
3168
- ), Bn = (
3163
+ }(be)
3164
+ ), Hn = (
3169
3165
  /** @class */
3170
3166
  function(e) {
3171
- ge(t, e);
3167
+ pe(t, e);
3172
3168
  function t(r, n) {
3173
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
3169
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), j.MISSING_VALUE, n) || this;
3174
3170
  }
3175
3171
  return t;
3176
- }(_e)
3177
- ), x;
3172
+ }(be)
3173
+ ), E;
3178
3174
  (function(e) {
3179
3175
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3180
- })(x || (x = {}));
3181
- function Tn(e) {
3176
+ })(E || (E = {}));
3177
+ function Bn(e) {
3182
3178
  return e.length < 2 ? e : e.reduce(function(t, r) {
3183
3179
  var n = t[t.length - 1];
3184
- return !n || n.type !== x.literal || r.type !== x.literal ? t.push(r) : n.value += r.value, t;
3180
+ return !n || n.type !== E.literal || r.type !== E.literal ? t.push(r) : n.value += r.value, t;
3185
3181
  }, []);
3186
3182
  }
3187
- function wn(e) {
3183
+ function Tn(e) {
3188
3184
  return typeof e == "function";
3189
3185
  }
3190
- function he(e, t, r, n, i, s, u) {
3186
+ function ue(e, t, r, n, i, s, u) {
3191
3187
  if (e.length === 1 && Ye(e[0]))
3192
3188
  return [
3193
3189
  {
3194
- type: x.literal,
3190
+ type: E.literal,
3195
3191
  value: e[0].value
3196
3192
  }
3197
3193
  ];
@@ -3199,64 +3195,64 @@ function he(e, t, r, n, i, s, u) {
3199
3195
  var h = a[l];
3200
3196
  if (Ye(h)) {
3201
3197
  o.push({
3202
- type: x.literal,
3198
+ type: E.literal,
3203
3199
  value: h.value
3204
3200
  });
3205
3201
  continue;
3206
3202
  }
3207
- if (Wr(h)) {
3203
+ if (zr(h)) {
3208
3204
  typeof s == "number" && o.push({
3209
- type: x.literal,
3205
+ type: E.literal,
3210
3206
  value: r.getNumberFormat(t).format(s)
3211
3207
  });
3212
3208
  continue;
3213
3209
  }
3214
3210
  var c = h.value;
3215
3211
  if (!(i && c in i))
3216
- throw new Bn(c, u);
3212
+ throw new Hn(c, u);
3217
3213
  var m = i[c];
3218
- if (zr(h)) {
3214
+ if (Xr(h)) {
3219
3215
  (!m || typeof m == "string" || typeof m == "number") && (m = typeof m == "string" || typeof m == "number" ? String(m) : ""), o.push({
3220
- type: typeof m == "string" ? x.literal : x.object,
3216
+ type: typeof m == "string" ? E.literal : E.object,
3221
3217
  value: m
3222
3218
  });
3223
3219
  continue;
3224
3220
  }
3225
- if (Ot(h)) {
3226
- var p = typeof h.style == "string" ? n.date[h.style] : $e(h.style) ? h.style.parsedOptions : void 0;
3221
+ if (Ct(h)) {
3222
+ var d = typeof h.style == "string" ? n.date[h.style] : Ie(h.style) ? h.style.parsedOptions : void 0;
3227
3223
  o.push({
3228
- type: x.literal,
3229
- value: r.getDateTimeFormat(t, p).format(m)
3224
+ type: E.literal,
3225
+ value: r.getDateTimeFormat(t, d).format(m)
3230
3226
  });
3231
3227
  continue;
3232
3228
  }
3233
- if (Ct(h)) {
3234
- var p = typeof h.style == "string" ? n.time[h.style] : $e(h.style) ? h.style.parsedOptions : n.time.medium;
3229
+ if (Ot(h)) {
3230
+ var d = typeof h.style == "string" ? n.time[h.style] : Ie(h.style) ? h.style.parsedOptions : n.time.medium;
3235
3231
  o.push({
3236
- type: x.literal,
3237
- value: r.getDateTimeFormat(t, p).format(m)
3232
+ type: E.literal,
3233
+ value: r.getDateTimeFormat(t, d).format(m)
3238
3234
  });
3239
3235
  continue;
3240
3236
  }
3241
3237
  if (At(h)) {
3242
- var p = typeof h.style == "string" ? n.number[h.style] : It(h.style) ? h.style.parsedOptions : void 0;
3243
- p && p.scale && (m = m * (p.scale || 1)), o.push({
3244
- type: x.literal,
3245
- value: r.getNumberFormat(t, p).format(m)
3238
+ var d = typeof h.style == "string" ? n.number[h.style] : It(h.style) ? h.style.parsedOptions : void 0;
3239
+ d && d.scale && (m = m * (d.scale || 1)), o.push({
3240
+ type: E.literal,
3241
+ value: r.getNumberFormat(t, d).format(m)
3246
3242
  });
3247
3243
  continue;
3248
3244
  }
3249
3245
  if (Nt(h)) {
3250
3246
  var f = h.children, _ = h.value, v = i[_];
3251
- if (!wn(v))
3252
- throw new Hn(_, "function", u);
3253
- var A = he(f, t, r, n, i, s), O = v(A.map(function(S) {
3254
- return S.value;
3247
+ if (!Tn(v))
3248
+ throw new vn(_, "function", u);
3249
+ var S = ue(f, t, r, n, i, s), A = v(S.map(function(w) {
3250
+ return w.value;
3255
3251
  }));
3256
- Array.isArray(O) || (O = [O]), o.push.apply(o, O.map(function(S) {
3252
+ Array.isArray(A) || (A = [A]), o.push.apply(o, A.map(function(w) {
3257
3253
  return {
3258
- type: typeof S == "string" ? x.literal : x.object,
3259
- value: S
3254
+ type: typeof w == "string" ? E.literal : E.object,
3255
+ value: w
3260
3256
  };
3261
3257
  }));
3262
3258
  }
@@ -3264,38 +3260,38 @@ function he(e, t, r, n, i, s, u) {
3264
3260
  var H = h.options[m] || h.options.other;
3265
3261
  if (!H)
3266
3262
  throw new st(h.value, m, Object.keys(h.options), u);
3267
- o.push.apply(o, he(H.value, t, r, n, i));
3263
+ o.push.apply(o, ue(H.value, t, r, n, i));
3268
3264
  continue;
3269
3265
  }
3270
3266
  if (Lt(h)) {
3271
3267
  var H = h.options["=".concat(m)];
3272
3268
  if (!H) {
3273
3269
  if (!Intl.PluralRules)
3274
- throw new _e(`Intl.PluralRules is not available in this environment.
3270
+ throw new be(`Intl.PluralRules is not available in this environment.
3275
3271
  Try polyfilling it using "@formatjs/intl-pluralrules"
3276
- `, k.MISSING_INTL_API, u);
3277
- var N = r.getPluralRules(t, { type: h.pluralType }).select(m - (h.offset || 0));
3278
- H = h.options[N] || h.options.other;
3272
+ `, j.MISSING_INTL_API, u);
3273
+ var L = r.getPluralRules(t, { type: h.pluralType }).select(m - (h.offset || 0));
3274
+ H = h.options[L] || h.options.other;
3279
3275
  }
3280
3276
  if (!H)
3281
3277
  throw new st(h.value, m, Object.keys(h.options), u);
3282
- o.push.apply(o, he(H.value, t, r, n, i, m - (h.offset || 0)));
3278
+ o.push.apply(o, ue(H.value, t, r, n, i, m - (h.offset || 0)));
3283
3279
  continue;
3284
3280
  }
3285
3281
  }
3286
- return Tn(o);
3282
+ return Bn(o);
3287
3283
  }
3288
- function Sn(e, t) {
3289
- return t ? w(w(w({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3290
- return r[n] = w(w({}, e[n]), t[n] || {}), r;
3284
+ function wn(e, t) {
3285
+ return t ? y(y(y({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3286
+ return r[n] = y(y({}, e[n]), t[n] || {}), r;
3291
3287
  }, {})) : e;
3292
3288
  }
3293
- function An(e, t) {
3289
+ function Sn(e, t) {
3294
3290
  return t ? Object.keys(e).reduce(function(r, n) {
3295
- return r[n] = Sn(e[n], t[n]), r;
3296
- }, w({}, e)) : e;
3291
+ return r[n] = wn(e[n], t[n]), r;
3292
+ }, y({}, e)) : e;
3297
3293
  }
3298
- function Ce(e) {
3294
+ function Ae(e) {
3299
3295
  return {
3300
3296
  create: function() {
3301
3297
  return {
@@ -3309,35 +3305,35 @@ function Ce(e) {
3309
3305
  }
3310
3306
  };
3311
3307
  }
3312
- function On(e) {
3308
+ function An(e) {
3313
3309
  return e === void 0 && (e = {
3314
3310
  number: {},
3315
3311
  dateTime: {},
3316
3312
  pluralRules: {}
3317
3313
  }), {
3318
- getNumberFormat: Se(function() {
3314
+ getNumberFormat: Te(function() {
3319
3315
  for (var t, r = [], n = 0; n < arguments.length; n++)
3320
3316
  r[n] = arguments[n];
3321
- return new ((t = Intl.NumberFormat).bind.apply(t, we([void 0], r, !1)))();
3317
+ return new ((t = Intl.NumberFormat).bind.apply(t, Be([void 0], r, !1)))();
3322
3318
  }, {
3323
- cache: Ce(e.number),
3324
- strategy: Ae.variadic
3319
+ cache: Ae(e.number),
3320
+ strategy: we.variadic
3325
3321
  }),
3326
- getDateTimeFormat: Se(function() {
3322
+ getDateTimeFormat: Te(function() {
3327
3323
  for (var t, r = [], n = 0; n < arguments.length; n++)
3328
3324
  r[n] = arguments[n];
3329
- return new ((t = Intl.DateTimeFormat).bind.apply(t, we([void 0], r, !1)))();
3325
+ return new ((t = Intl.DateTimeFormat).bind.apply(t, Be([void 0], r, !1)))();
3330
3326
  }, {
3331
- cache: Ce(e.dateTime),
3332
- strategy: Ae.variadic
3327
+ cache: Ae(e.dateTime),
3328
+ strategy: we.variadic
3333
3329
  }),
3334
- getPluralRules: Se(function() {
3330
+ getPluralRules: Te(function() {
3335
3331
  for (var t, r = [], n = 0; n < arguments.length; n++)
3336
3332
  r[n] = arguments[n];
3337
- return new ((t = Intl.PluralRules).bind.apply(t, we([void 0], r, !1)))();
3333
+ return new ((t = Intl.PluralRules).bind.apply(t, Be([void 0], r, !1)))();
3338
3334
  }, {
3339
- cache: Ce(e.pluralRules),
3340
- strategy: Ae.variadic
3335
+ cache: Ae(e.pluralRules),
3336
+ strategy: we.variadic
3341
3337
  })
3342
3338
  };
3343
3339
  }
@@ -3356,11 +3352,11 @@ var jt = (
3356
3352
  if (a.length === 1)
3357
3353
  return a[0].value;
3358
3354
  var h = a.reduce(function(c, m) {
3359
- return !c.length || m.type !== x.literal || typeof c[c.length - 1] != "string" ? c.push(m.value) : c[c.length - 1] += m.value, c;
3355
+ return !c.length || m.type !== E.literal || typeof c[c.length - 1] != "string" ? c.push(m.value) : c[c.length - 1] += m.value, c;
3360
3356
  }, []);
3361
3357
  return h.length <= 1 ? h[0] || "" : h;
3362
3358
  }, this.formatToParts = function(l) {
3363
- return he(s.ast, s.locales, s.formatters, s.formats, l, void 0, s.message);
3359
+ return ue(s.ast, s.locales, s.formatters, s.formats, l, void 0, s.message);
3364
3360
  }, this.resolvedOptions = function() {
3365
3361
  var l;
3366
3362
  return {
@@ -3374,12 +3370,12 @@ var jt = (
3374
3370
  var u = i || {};
3375
3371
  u.formatters;
3376
3372
  var o = Ur(u, ["formatters"]);
3377
- this.ast = e.__parse(t, w(w({}, o), { locale: this.resolvedLocale }));
3373
+ this.ast = e.__parse(t, y(y({}, o), { locale: this.resolvedLocale }));
3378
3374
  } else
3379
3375
  this.ast = t;
3380
3376
  if (!Array.isArray(this.ast))
3381
3377
  throw new TypeError("A message must be provided as a String or AST.");
3382
- this.formats = An(e.formats, n), this.formatters = i && i.formatters || On(this.formatterCache);
3378
+ this.formats = Sn(e.formats, n), this.formatters = i && i.formatters || An(this.formatterCache);
3383
3379
  }
3384
3380
  return Object.defineProperty(e, "defaultLocale", {
3385
3381
  get: function() {
@@ -3392,7 +3388,7 @@ var jt = (
3392
3388
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3393
3389
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3394
3390
  }
3395
- }, e.__parse = vn, e.formats = {
3391
+ }, e.__parse = En, e.formats = {
3396
3392
  number: {
3397
3393
  integer: {
3398
3394
  maximumFractionDigits: 0
@@ -3474,36 +3470,36 @@ function Cn(e, t) {
3474
3470
  n = void 0;
3475
3471
  return n;
3476
3472
  }
3477
- const C = {}, Pn = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][e] = r), r), kt = (e, t) => {
3473
+ const C = {}, On = (e, t, r) => r && (t in C || (C[t] = {}), e in C[t] || (C[t][e] = r), r), kt = (e, t) => {
3478
3474
  if (t == null)
3479
3475
  return;
3480
3476
  if (t in C && e in C[t])
3481
3477
  return C[t][e];
3482
- const r = ne(t);
3478
+ const r = re(t);
3483
3479
  for (let n = 0; n < r.length; n++) {
3484
- const i = r[n], s = Nn(i, e);
3480
+ const i = r[n], s = Ln(i, e);
3485
3481
  if (s)
3486
- return Pn(e, t, s);
3482
+ return On(e, t, s);
3487
3483
  }
3488
3484
  };
3489
3485
  let Xe;
3490
- const re = be({});
3491
- function Ln(e) {
3486
+ const te = de({});
3487
+ function Pn(e) {
3492
3488
  return Xe[e] || null;
3493
3489
  }
3494
3490
  function Vt(e) {
3495
3491
  return e in Xe;
3496
3492
  }
3497
- function Nn(e, t) {
3493
+ function Ln(e, t) {
3498
3494
  if (!Vt(e))
3499
3495
  return null;
3500
- const r = Ln(e);
3496
+ const r = Pn(e);
3501
3497
  return Cn(r, t);
3502
3498
  }
3503
- function In(e) {
3499
+ function Nn(e) {
3504
3500
  if (e == null)
3505
3501
  return;
3506
- const t = ne(e);
3502
+ const t = re(e);
3507
3503
  for (let r = 0; r < t.length; r++) {
3508
3504
  const n = t[r];
3509
3505
  if (Vt(n))
@@ -3511,28 +3507,28 @@ function In(e) {
3511
3507
  }
3512
3508
  }
3513
3509
  function Xt(e, ...t) {
3514
- delete C[e], re.update((r) => (r[e] = Rr.all([r[e] || {}, ...t]), r));
3510
+ delete C[e], te.update((r) => (r[e] = $r.all([r[e] || {}, ...t]), r));
3515
3511
  }
3516
- z(
3517
- [re],
3512
+ X(
3513
+ [te],
3518
3514
  ([e]) => Object.keys(e)
3519
3515
  );
3520
- re.subscribe((e) => Xe = e);
3521
- const le = {};
3522
- function Mn(e, t) {
3523
- le[e].delete(t), le[e].size === 0 && delete le[e];
3516
+ te.subscribe((e) => Xe = e);
3517
+ const he = {};
3518
+ function In(e, t) {
3519
+ he[e].delete(t), he[e].size === 0 && delete he[e];
3524
3520
  }
3525
3521
  function zt(e) {
3526
- return le[e];
3522
+ return he[e];
3527
3523
  }
3528
- function $n(e) {
3529
- return ne(e).map((t) => {
3524
+ function Mn(e) {
3525
+ return re(e).map((t) => {
3530
3526
  const r = zt(t);
3531
3527
  return [t, r ? [...r] : []];
3532
3528
  }).filter(([, t]) => t.length > 0);
3533
3529
  }
3534
- function me(e) {
3535
- return e == null ? !1 : ne(e).some(
3530
+ function fe(e) {
3531
+ return e == null ? !1 : re(e).some(
3536
3532
  (t) => {
3537
3533
  var r;
3538
3534
  return (r = zt(t)) == null ? void 0 : r.size;
@@ -3541,34 +3537,34 @@ function me(e) {
3541
3537
  }
3542
3538
  function Rn(e, t) {
3543
3539
  return Promise.all(
3544
- t.map((n) => (Mn(e, n), n().then((i) => i.default || i)))
3540
+ t.map((n) => (In(e, n), n().then((i) => i.default || i)))
3545
3541
  ).then((n) => Xt(e, ...n));
3546
3542
  }
3547
- const Z = {};
3543
+ const W = {};
3548
3544
  function Wt(e) {
3549
- if (!me(e))
3550
- return e in Z ? Z[e] : Promise.resolve();
3551
- const t = $n(e);
3552
- return Z[e] = Promise.all(
3545
+ if (!fe(e))
3546
+ return e in W ? W[e] : Promise.resolve();
3547
+ const t = Mn(e);
3548
+ return W[e] = Promise.all(
3553
3549
  t.map(
3554
3550
  ([r, n]) => Rn(r, n)
3555
3551
  )
3556
3552
  ).then(() => {
3557
- if (me(e))
3553
+ if (fe(e))
3558
3554
  return Wt(e);
3559
- delete Z[e];
3560
- }), Z[e];
3555
+ delete W[e];
3556
+ }), W[e];
3561
3557
  }
3562
- var ot = Object.getOwnPropertySymbols, Un = Object.prototype.hasOwnProperty, Dn = Object.prototype.propertyIsEnumerable, Gn = (e, t) => {
3558
+ var ot = Object.getOwnPropertySymbols, $n = Object.prototype.hasOwnProperty, Un = Object.prototype.propertyIsEnumerable, Dn = (e, t) => {
3563
3559
  var r = {};
3564
3560
  for (var n in e)
3565
- Un.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3561
+ $n.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3566
3562
  if (e != null && ot)
3567
3563
  for (var n of ot(e))
3568
- t.indexOf(n) < 0 && Dn.call(e, n) && (r[n] = e[n]);
3564
+ t.indexOf(n) < 0 && Un.call(e, n) && (r[n] = e[n]);
3569
3565
  return r;
3570
3566
  };
3571
- const Fn = {
3567
+ const Gn = {
3572
3568
  number: {
3573
3569
  scientific: { notation: "scientific" },
3574
3570
  engineering: { notation: "engineering" },
@@ -3598,28 +3594,28 @@ const Fn = {
3598
3594
  }
3599
3595
  }
3600
3596
  };
3601
- function jn({ locale: e, id: t }) {
3597
+ function Fn({ locale: e, id: t }) {
3602
3598
  console.warn(
3603
- `[svelte-i18n] The message "${t}" was not found in "${ne(
3599
+ `[svelte-i18n] The message "${t}" was not found in "${re(
3604
3600
  e
3605
- ).join('", "')}".${me(L()) ? `
3601
+ ).join('", "')}".${fe(P()) ? `
3606
3602
 
3607
3603
  Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
3608
3604
  );
3609
3605
  }
3610
- const kn = {
3606
+ const jn = {
3611
3607
  fallbackLocale: null,
3612
3608
  loadingDelay: 200,
3613
- formats: Fn,
3609
+ formats: Gn,
3614
3610
  warnOnMissingMessages: !0,
3615
3611
  handleMissingMessage: void 0,
3616
3612
  ignoreTag: !0
3617
- }, Q = kn;
3618
- function V() {
3619
- return Q;
3613
+ }, Z = jn;
3614
+ function k() {
3615
+ return Z;
3620
3616
  }
3621
- function Vn(e) {
3622
- const t = e, { formats: r } = t, n = Gn(t, ["formats"]);
3617
+ function kn(e) {
3618
+ const t = e, { formats: r } = t, n = Dn(t, ["formats"]);
3623
3619
  let i = e.fallbackLocale;
3624
3620
  if (e.initialLocale)
3625
3621
  try {
@@ -3629,134 +3625,134 @@ function Vn(e) {
3629
3625
  `[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
3630
3626
  );
3631
3627
  }
3632
- return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage = jn : console.warn(
3628
+ return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage = Fn : console.warn(
3633
3629
  '[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
3634
- )), Object.assign(Q, n, { initialLocale: i }), r && ("number" in r && Object.assign(Q.formats.number, r.number), "date" in r && Object.assign(Q.formats.date, r.date), "time" in r && Object.assign(Q.formats.time, r.time)), M.set(i);
3630
+ )), Object.assign(Z, n, { initialLocale: i }), r && ("number" in r && Object.assign(Z.formats.number, r.number), "date" in r && Object.assign(Z.formats.date, r.date), "time" in r && Object.assign(Z.formats.time, r.time)), I.set(i);
3635
3631
  }
3636
- const Pe = be(!1);
3637
- var Xn = Object.defineProperty, zn = Object.defineProperties, Wn = Object.getOwnPropertyDescriptors, at = Object.getOwnPropertySymbols, Zn = Object.prototype.hasOwnProperty, Qn = Object.prototype.propertyIsEnumerable, ut = (e, t, r) => t in e ? Xn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Jn = (e, t) => {
3632
+ const Ce = de(!1);
3633
+ var Vn = Object.defineProperty, Xn = Object.defineProperties, zn = Object.getOwnPropertyDescriptors, at = Object.getOwnPropertySymbols, Wn = Object.prototype.hasOwnProperty, Zn = Object.prototype.propertyIsEnumerable, ut = (e, t, r) => t in e ? Vn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qn = (e, t) => {
3638
3634
  for (var r in t || (t = {}))
3639
- Zn.call(t, r) && ut(e, r, t[r]);
3635
+ Wn.call(t, r) && ut(e, r, t[r]);
3640
3636
  if (at)
3641
3637
  for (var r of at(t))
3642
- Qn.call(t, r) && ut(e, r, t[r]);
3638
+ Zn.call(t, r) && ut(e, r, t[r]);
3643
3639
  return e;
3644
- }, qn = (e, t) => zn(e, Wn(t));
3645
- let je;
3646
- const pe = be(null);
3640
+ }, Jn = (e, t) => Xn(e, zn(t));
3641
+ let Ge;
3642
+ const ce = de(null);
3647
3643
  function ht(e) {
3648
3644
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3649
3645
  }
3650
- function ne(e, t = V().fallbackLocale) {
3646
+ function re(e, t = k().fallbackLocale) {
3651
3647
  const r = ht(e);
3652
3648
  return t ? [.../* @__PURE__ */ new Set([...r, ...ht(t)])] : r;
3653
3649
  }
3654
- function L() {
3655
- return je ?? void 0;
3650
+ function P() {
3651
+ return Ge ?? void 0;
3656
3652
  }
3657
- pe.subscribe((e) => {
3658
- je = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3653
+ ce.subscribe((e) => {
3654
+ Ge = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3659
3655
  });
3660
- const Yn = (e) => {
3661
- if (e && In(e) && me(e)) {
3662
- const { loadingDelay: t } = V();
3656
+ const qn = (e) => {
3657
+ if (e && Nn(e) && fe(e)) {
3658
+ const { loadingDelay: t } = k();
3663
3659
  let r;
3664
- return typeof window < "u" && L() != null && t ? r = window.setTimeout(
3665
- () => Pe.set(!0),
3660
+ return typeof window < "u" && P() != null && t ? r = window.setTimeout(
3661
+ () => Ce.set(!0),
3666
3662
  t
3667
- ) : Pe.set(!0), Wt(e).then(() => {
3668
- pe.set(e);
3663
+ ) : Ce.set(!0), Wt(e).then(() => {
3664
+ ce.set(e);
3669
3665
  }).finally(() => {
3670
- clearTimeout(r), Pe.set(!1);
3666
+ clearTimeout(r), Ce.set(!1);
3671
3667
  });
3672
3668
  }
3673
- return pe.set(e);
3674
- }, M = qn(Jn({}, pe), {
3675
- set: Yn
3676
- }), ye = (e) => {
3669
+ return ce.set(e);
3670
+ }, I = Jn(Qn({}, ce), {
3671
+ set: qn
3672
+ }), ge = (e) => {
3677
3673
  const t = /* @__PURE__ */ Object.create(null);
3678
3674
  return (n) => {
3679
3675
  const i = JSON.stringify(n);
3680
3676
  return i in t ? t[i] : t[i] = e(n);
3681
3677
  };
3682
3678
  };
3683
- var Kn = Object.defineProperty, de = Object.getOwnPropertySymbols, Zt = Object.prototype.hasOwnProperty, Qt = Object.prototype.propertyIsEnumerable, lt = (e, t, r) => t in e ? Kn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ze = (e, t) => {
3679
+ var Yn = Object.defineProperty, me = Object.getOwnPropertySymbols, Zt = Object.prototype.hasOwnProperty, Qt = Object.prototype.propertyIsEnumerable, lt = (e, t, r) => t in e ? Yn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, ze = (e, t) => {
3684
3680
  for (var r in t || (t = {}))
3685
3681
  Zt.call(t, r) && lt(e, r, t[r]);
3686
- if (de)
3687
- for (var r of de(t))
3682
+ if (me)
3683
+ for (var r of me(t))
3688
3684
  Qt.call(t, r) && lt(e, r, t[r]);
3689
3685
  return e;
3690
- }, W = (e, t) => {
3686
+ }, z = (e, t) => {
3691
3687
  var r = {};
3692
3688
  for (var n in e)
3693
3689
  Zt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3694
- if (e != null && de)
3695
- for (var n of de(e))
3690
+ if (e != null && me)
3691
+ for (var n of me(e))
3696
3692
  t.indexOf(n) < 0 && Qt.call(e, n) && (r[n] = e[n]);
3697
3693
  return r;
3698
3694
  };
3699
- const K = (e, t) => {
3700
- const { formats: r } = V();
3695
+ const Y = (e, t) => {
3696
+ const { formats: r } = k();
3701
3697
  if (e in r && t in r[e])
3702
3698
  return r[e][t];
3703
3699
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3704
- }, ei = ye(
3700
+ }, Kn = ge(
3705
3701
  (e) => {
3706
- var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
3702
+ var t = e, { locale: r, format: n } = t, i = z(t, ["locale", "format"]);
3707
3703
  if (r == null)
3708
3704
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3709
- return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
3705
+ return n && (i = Y("number", n)), new Intl.NumberFormat(r, i);
3710
3706
  }
3711
- ), ti = ye(
3707
+ ), ei = ge(
3712
3708
  (e) => {
3713
- var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
3709
+ var t = e, { locale: r, format: n } = t, i = z(t, ["locale", "format"]);
3714
3710
  if (r == null)
3715
3711
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3716
- return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
3712
+ return n ? i = Y("date", n) : Object.keys(i).length === 0 && (i = Y("date", "short")), new Intl.DateTimeFormat(r, i);
3717
3713
  }
3718
- ), ri = ye(
3714
+ ), ti = ge(
3719
3715
  (e) => {
3720
- var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
3716
+ var t = e, { locale: r, format: n } = t, i = z(t, ["locale", "format"]);
3721
3717
  if (r == null)
3722
3718
  throw new Error(
3723
3719
  '[svelte-i18n] A "locale" must be set to format time values'
3724
3720
  );
3725
- return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
3721
+ return n ? i = Y("time", n) : Object.keys(i).length === 0 && (i = Y("time", "short")), new Intl.DateTimeFormat(r, i);
3726
3722
  }
3727
- ), ni = (e = {}) => {
3723
+ ), ri = (e = {}) => {
3728
3724
  var t = e, {
3729
- locale: r = L()
3730
- } = t, n = W(t, [
3725
+ locale: r = P()
3726
+ } = t, n = z(t, [
3731
3727
  "locale"
3732
3728
  ]);
3733
- return ei(ze({ locale: r }, n));
3734
- }, ii = (e = {}) => {
3729
+ return Kn(ze({ locale: r }, n));
3730
+ }, ni = (e = {}) => {
3735
3731
  var t = e, {
3736
- locale: r = L()
3737
- } = t, n = W(t, [
3732
+ locale: r = P()
3733
+ } = t, n = z(t, [
3738
3734
  "locale"
3739
3735
  ]);
3740
- return ti(ze({ locale: r }, n));
3741
- }, si = (e = {}) => {
3736
+ return ei(ze({ locale: r }, n));
3737
+ }, ii = (e = {}) => {
3742
3738
  var t = e, {
3743
- locale: r = L()
3744
- } = t, n = W(t, [
3739
+ locale: r = P()
3740
+ } = t, n = z(t, [
3745
3741
  "locale"
3746
3742
  ]);
3747
- return ri(ze({ locale: r }, n));
3748
- }, oi = ye(
3743
+ return ti(ze({ locale: r }, n));
3744
+ }, si = ge(
3749
3745
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3750
- (e, t = L()) => new jt(e, t, V().formats, {
3751
- ignoreTag: V().ignoreTag
3746
+ (e, t = P()) => new jt(e, t, k().formats, {
3747
+ ignoreTag: k().ignoreTag
3752
3748
  })
3753
- ), ai = (e, t = {}) => {
3749
+ ), oi = (e, t = {}) => {
3754
3750
  var r, n, i, s;
3755
3751
  let u = t;
3756
3752
  typeof e == "object" && (u = e, e = u.id);
3757
3753
  const {
3758
3754
  values: o,
3759
- locale: l = L(),
3755
+ locale: l = P(),
3760
3756
  default: a
3761
3757
  } = u;
3762
3758
  if (l == null)
@@ -3765,7 +3761,7 @@ const K = (e, t) => {
3765
3761
  );
3766
3762
  let h = kt(e, l);
3767
3763
  if (!h)
3768
- h = (s = (i = (n = (r = V()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3764
+ h = (s = (i = (n = (r = k()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: a })) != null ? i : a) != null ? s : e;
3769
3765
  else if (typeof h != "string")
3770
3766
  return console.warn(
3771
3767
  `[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.`
@@ -3774,7 +3770,7 @@ const K = (e, t) => {
3774
3770
  return h;
3775
3771
  let c = h;
3776
3772
  try {
3777
- c = oi(h, l).format(o);
3773
+ c = si(h, l).format(o);
3778
3774
  } catch (m) {
3779
3775
  m instanceof Error && console.warn(
3780
3776
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3782,18 +3778,18 @@ const K = (e, t) => {
3782
3778
  );
3783
3779
  }
3784
3780
  return c;
3785
- }, ui = (e, t) => si(t).format(e), hi = (e, t) => ii(t).format(e), li = (e, t) => ni(t).format(e), fi = (e, t = L()) => kt(e, t), ci = z([M, re], () => ai);
3786
- z([M], () => ui);
3787
- z([M], () => hi);
3788
- z([M], () => li);
3789
- z([M, re], () => fi);
3781
+ }, ai = (e, t) => ii(t).format(e), ui = (e, t) => ni(t).format(e), hi = (e, t) => ri(t).format(e), li = (e, t = P()) => kt(e, t), fi = X([I, te], () => oi);
3782
+ X([I], () => ai);
3783
+ X([I], () => ui);
3784
+ X([I], () => hi);
3785
+ X([I, te], () => li);
3790
3786
  function ft(e, t) {
3791
3787
  Xt(e, t);
3792
3788
  }
3793
- function mi(e) {
3794
- Vn({
3789
+ function ci(e) {
3790
+ kn({
3795
3791
  fallbackLocale: "en"
3796
- }), M.set(e);
3792
+ }), I.set(e);
3797
3793
  }
3798
3794
  const ct = {
3799
3795
  en: {
@@ -3811,7 +3807,7 @@ const ct = {
3811
3807
  }
3812
3808
  }
3813
3809
  };
3814
- function pi(e, t) {
3810
+ function mi(e, t) {
3815
3811
  if (e) {
3816
3812
  const r = document.createElement("style");
3817
3813
  r.innerHTML = t, e.appendChild(r);
@@ -3828,7 +3824,7 @@ function di(e, t) {
3828
3824
  console.error("There was an error while trying to load client styling from URL", n);
3829
3825
  });
3830
3826
  }
3831
- function bi(e, t, r) {
3827
+ function pi(e, t, r) {
3832
3828
  if (window.emMessageBus) {
3833
3829
  const n = document.createElement("style");
3834
3830
  window.emMessageBus.subscribe(t, (i) => {
@@ -3836,18 +3832,18 @@ function bi(e, t, r) {
3836
3832
  });
3837
3833
  }
3838
3834
  }
3839
- function gi(e) {
3835
+ function bi(e) {
3840
3836
  tr(e, "svelte-1p7ag40", ".CashierHeader{display:flex;position:relative;align-items:center;height:var(--emw--header-height, 40px);background-color:var(--emw--color-background, #F9FAFF);padding:10px 0;width:100vw}.CashierHeaderLeftButton{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:0;display:flex;align-items:center;font-variant:all-small-caps;height:32px;margin-left:5px;gap:2px;cursor:pointer;stroke:var(--emw--color-primary, #F9C405)}.CashierHeaderLeftButton svg path{fill:var(--emw--color-primary, #F9C405)}.CashierHeaderLeftButton.disabled{pointer-events:none}.CashierHeaderTitle{color:var(--emw--color-primary, #F9C405);font-size:var(--emw--font-size-medium, 16px);line-height:125%;font-weight:var(--emw--font-weight-semibold, 500);margin-left:15px;max-width:calc(100% - 150px);overflow:hidden;text-overflow:ellipsis}.CashierHeaderRightButton{position:absolute;display:flex;justify-content:space-between;align-items:center;padding:0 var(--emw--spacing-small, 12px);height:inherit;right:0;gap:var(--emw--spacing-small, 12px);cursor:pointer;fill:var(--emw--color-primary, #F9C405)}");
3841
3837
  }
3842
- const _i = (e) => ({}), mt = (e) => ({}), yi = (e) => ({}), pt = (e) => ({}), Ei = (e) => ({}), dt = (e) => ({});
3838
+ const gi = (e) => ({}), mt = (e) => ({}), _i = (e) => ({}), dt = (e) => ({}), yi = (e) => ({}), pt = (e) => ({});
3843
3839
  function bt(e) {
3844
3840
  let t, r, n;
3845
3841
  return {
3846
3842
  c() {
3847
- t = X("div"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z"></path></svg>', te(t, "class", "CashierHeaderLeftButton");
3843
+ t = V("div"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5632 3.47782C12.4787 3.50138 12.3362 3.57505 12.2465 3.64153C12.1567 3.70806 10.8069 5.04216 9.24694 6.60626C6.11944 9.74192 6.25999 9.58204 6.25999 10.0037C6.25999 10.4243 6.13093 10.2784 9.34296 13.4903C12.4449 16.5921 12.356 16.5116 12.7278 16.5556C13.1855 16.6098 13.6413 16.2585 13.7301 15.783C13.7612 15.6164 13.7212 15.3395 13.6437 15.1847C13.6158 15.129 12.451 13.9396 11.0553 12.5417L8.51768 10L11.0553 7.45837C12.451 6.06048 13.6158 4.87114 13.6437 4.81544C13.7729 4.55751 13.7703 4.2006 13.6374 3.94274C13.4469 3.5731 12.9668 3.36532 12.5632 3.47782Z"></path></svg>', ee(t, "class", "CashierHeaderLeftButton");
3848
3844
  },
3849
3845
  m(i, s) {
3850
- I(i, t, s), r || (n = Ht(
3846
+ N(i, t, s), r || (n = Ht(
3851
3847
  t,
3852
3848
  "click",
3853
3849
  /*back*/
@@ -3856,7 +3852,7 @@ function bt(e) {
3856
3852
  },
3857
3853
  p: B,
3858
3854
  d(i) {
3859
- i && P(t), r = !1, n();
3855
+ i && O(t), r = !1, n();
3860
3856
  }
3861
3857
  };
3862
3858
  }
@@ -3870,18 +3866,18 @@ function xi(e) {
3870
3866
  r && r.c(), t = vt();
3871
3867
  },
3872
3868
  m(n, i) {
3873
- r && r.m(n, i), I(n, t, i);
3869
+ r && r.m(n, i), N(n, t, i);
3874
3870
  },
3875
3871
  p(n, i) {
3876
3872
  /*backButton*/
3877
3873
  n[1] ? r ? r.p(n, i) : (r = bt(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
3878
3874
  },
3879
3875
  d(n) {
3880
- n && P(t), r && r.d(n);
3876
+ n && O(t), r && r.d(n);
3881
3877
  }
3882
3878
  };
3883
3879
  }
3884
- function vi(e) {
3880
+ function Ei(e) {
3885
3881
  let t, r = (
3886
3882
  /*$_*/
3887
3883
  e[4](
@@ -3891,10 +3887,10 @@ function vi(e) {
3891
3887
  ), n;
3892
3888
  return {
3893
3889
  c() {
3894
- t = X("span"), n = Ve(r), te(t, "class", "CashierHeaderTitle");
3890
+ t = V("span"), n = je(r), ee(t, "class", "CashierHeaderTitle");
3895
3891
  },
3896
3892
  m(i, s) {
3897
- I(i, t, s), fe(t, n);
3893
+ N(i, t, s), le(t, n);
3898
3894
  },
3899
3895
  p(i, s) {
3900
3896
  s & /*$_, titleText*/
@@ -3905,7 +3901,7 @@ function vi(e) {
3905
3901
  ) + "") && sr(n, r);
3906
3902
  },
3907
3903
  d(i) {
3908
- i && P(t);
3904
+ i && O(t);
3909
3905
  }
3910
3906
  };
3911
3907
  }
@@ -3913,10 +3909,10 @@ function gt(e) {
3913
3909
  let t, r, n;
3914
3910
  return {
3915
3911
  c() {
3916
- t = X("span"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"></path></svg>', te(t, "class", "CashierHeaderRightButton");
3912
+ t = V("span"), t.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" width="13" height="20" viewBox="0 0 13 13"><path d="M12.7711 0.229435C13.0582 0.517619 13.0755 0.973729 12.8215 1.28141L12.7711 1.33721L7.60685 6.50068L12.7711 11.6641C12.9128 11.8066 12.9944 11.998 12.999 12.1988C13.0035 12.3997 12.9308 12.5946 12.7957 12.7433C12.6606 12.892 12.4735 12.9832 12.2731 12.9979C12.0728 13.0126 11.8744 12.9497 11.7191 12.8223L11.6633 12.7719L6.49958 7.60791L1.3359 12.7719C1.19349 12.9136 1.00207 12.9952 0.801203 12.9998C0.60034 13.0044 0.405398 12.9316 0.256676 12.7965C0.107955 12.6614 0.0168256 12.4744 0.00212786 12.274C-0.0125699 12.0736 0.0502877 11.8753 0.177706 11.7199L0.228086 11.6641L5.3923 6.50068L0.228086 1.33721C0.0863637 1.1948 0.00478102 1.00338 0.000203544 0.802529C-0.00437393 0.601674 0.0684038 0.40674 0.203491 0.258024C0.338579 0.109308 0.525647 0.0181829 0.726024 0.00348576C0.9264 -0.0112114 1.12476 0.0516437 1.28011 0.179057L1.3359 0.229435L6.49958 5.39345L11.6633 0.229435C11.736 0.156695 11.8223 0.0989949 11.9174 0.0596283C12.0124 0.0202617 12.1143 0 12.2172 0C12.32 0 12.4219 0.0202617 12.5169 0.0596283C12.612 0.0989949 12.6983 0.156695 12.7711 0.229435Z"></path></svg>', ee(t, "class", "CashierHeaderRightButton");
3917
3913
  },
3918
3914
  m(i, s) {
3919
- I(i, t, s), r || (n = Ht(
3915
+ N(i, t, s), r || (n = Ht(
3920
3916
  t,
3921
3917
  "click",
3922
3918
  /*close*/
@@ -3925,11 +3921,11 @@ function gt(e) {
3925
3921
  },
3926
3922
  p: B,
3927
3923
  d(i) {
3928
- i && P(t), r = !1, n();
3924
+ i && O(t), r = !1, n();
3929
3925
  }
3930
3926
  };
3931
3927
  }
3932
- function Hi(e) {
3928
+ function vi(e) {
3933
3929
  let t, r = (
3934
3930
  /*closeButton*/
3935
3931
  e[3] && gt(e)
@@ -3939,130 +3935,130 @@ function Hi(e) {
3939
3935
  r && r.c(), t = vt();
3940
3936
  },
3941
3937
  m(n, i) {
3942
- r && r.m(n, i), I(n, t, i);
3938
+ r && r.m(n, i), N(n, t, i);
3943
3939
  },
3944
3940
  p(n, i) {
3945
3941
  /*closeButton*/
3946
3942
  n[3] ? r ? r.p(n, i) : (r = gt(n), r.c(), r.m(t.parentNode, t)) : r && (r.d(1), r = null);
3947
3943
  },
3948
3944
  d(n) {
3949
- n && P(t), r && r.d(n);
3945
+ n && O(t), r && r.d(n);
3950
3946
  }
3951
3947
  };
3952
3948
  }
3953
- function Bi(e) {
3949
+ function Hi(e) {
3954
3950
  let t, r, n, i;
3955
3951
  const s = (
3956
3952
  /*#slots*/
3957
3953
  e[16].leftButton
3958
- ), u = Ee(
3954
+ ), u = _e(
3959
3955
  s,
3960
3956
  e,
3961
3957
  /*$$scope*/
3962
3958
  e[15],
3963
- dt
3959
+ pt
3964
3960
  ), o = u || xi(e), l = (
3965
3961
  /*#slots*/
3966
3962
  e[16].title
3967
- ), a = Ee(
3963
+ ), a = _e(
3968
3964
  l,
3969
3965
  e,
3970
3966
  /*$$scope*/
3971
3967
  e[15],
3972
- pt
3973
- ), h = a || vi(e), c = (
3968
+ dt
3969
+ ), h = a || Ei(e), c = (
3974
3970
  /*#slots*/
3975
3971
  e[16].rightButton
3976
- ), m = Ee(
3972
+ ), m = _e(
3977
3973
  c,
3978
3974
  e,
3979
3975
  /*$$scope*/
3980
3976
  e[15],
3981
3977
  mt
3982
- ), p = m || Hi(e);
3978
+ ), d = m || vi(e);
3983
3979
  return {
3984
3980
  c() {
3985
- t = X("div"), o && o.c(), r = Qe(), h && h.c(), n = Qe(), p && p.c(), te(t, "class", "CashierHeader");
3981
+ t = V("div"), o && o.c(), r = Qe(), h && h.c(), n = Qe(), d && d.c(), ee(t, "class", "CashierHeader");
3986
3982
  },
3987
3983
  m(f, _) {
3988
- I(f, t, _), o && o.m(t, null), fe(t, r), h && h.m(t, null), fe(t, n), p && p.m(t, null), e[17](t), i = !0;
3984
+ N(f, t, _), o && o.m(t, null), le(t, r), h && h.m(t, null), le(t, n), d && d.m(t, null), e[17](t), i = !0;
3989
3985
  },
3990
3986
  p(f, [_]) {
3991
3987
  u ? u.p && (!i || _ & /*$$scope*/
3992
- 32768) && ve(
3988
+ 32768) && xe(
3993
3989
  u,
3994
3990
  s,
3995
3991
  f,
3996
3992
  /*$$scope*/
3997
3993
  f[15],
3998
- i ? xe(
3994
+ i ? ye(
3999
3995
  s,
4000
3996
  /*$$scope*/
4001
3997
  f[15],
4002
3998
  _,
4003
- Ei
4004
- ) : He(
3999
+ yi
4000
+ ) : Ee(
4005
4001
  /*$$scope*/
4006
4002
  f[15]
4007
4003
  ),
4008
- dt
4004
+ pt
4009
4005
  ) : o && o.p && (!i || _ & /*backButton*/
4010
4006
  2) && o.p(f, i ? _ : -1), a ? a.p && (!i || _ & /*$$scope*/
4011
- 32768) && ve(
4007
+ 32768) && xe(
4012
4008
  a,
4013
4009
  l,
4014
4010
  f,
4015
4011
  /*$$scope*/
4016
4012
  f[15],
4017
- i ? xe(
4013
+ i ? ye(
4018
4014
  l,
4019
4015
  /*$$scope*/
4020
4016
  f[15],
4021
4017
  _,
4022
- yi
4023
- ) : He(
4018
+ _i
4019
+ ) : Ee(
4024
4020
  /*$$scope*/
4025
4021
  f[15]
4026
4022
  ),
4027
- pt
4023
+ dt
4028
4024
  ) : h && h.p && (!i || _ & /*$_, titleText*/
4029
4025
  20) && h.p(f, i ? _ : -1), m ? m.p && (!i || _ & /*$$scope*/
4030
- 32768) && ve(
4026
+ 32768) && xe(
4031
4027
  m,
4032
4028
  c,
4033
4029
  f,
4034
4030
  /*$$scope*/
4035
4031
  f[15],
4036
- i ? xe(
4032
+ i ? ye(
4037
4033
  c,
4038
4034
  /*$$scope*/
4039
4035
  f[15],
4040
4036
  _,
4041
- _i
4042
- ) : He(
4037
+ gi
4038
+ ) : Ee(
4043
4039
  /*$$scope*/
4044
4040
  f[15]
4045
4041
  ),
4046
4042
  mt
4047
- ) : p && p.p && (!i || _ & /*closeButton*/
4048
- 8) && p.p(f, i ? _ : -1);
4043
+ ) : d && d.p && (!i || _ & /*closeButton*/
4044
+ 8) && d.p(f, i ? _ : -1);
4049
4045
  },
4050
4046
  i(f) {
4051
- i || (ae(o, f), ae(h, f), ae(p, f), i = !0);
4047
+ i || (oe(o, f), oe(h, f), oe(d, f), i = !0);
4052
4048
  },
4053
4049
  o(f) {
4054
- Te(o, f), Te(h, f), Te(p, f), i = !1;
4050
+ He(o, f), He(h, f), He(d, f), i = !1;
4055
4051
  },
4056
4052
  d(f) {
4057
- f && P(t), o && o.d(f), h && h.d(f), p && p.d(f), e[17](null);
4053
+ f && O(t), o && o.d(f), h && h.d(f), d && d.d(f), e[17](null);
4058
4054
  }
4059
4055
  };
4060
4056
  }
4061
- function Ti(e, t, r) {
4057
+ function Bi(e, t, r) {
4062
4058
  let n;
4063
- er(e, ci, (g) => r(4, n = g));
4064
- let { $$slots: i = {}, $$scope: s } = t, { clientstyling: u = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: l = "" } = t, { showbackbutton: a = "" } = t, { title: h = "header.general" } = t, { lang: c = "en" } = t, { showclosebutton: m = "" } = t, { mbsource: p = "" } = t, f, _ = !1, v, A = !1;
4065
- const O = () => {
4059
+ er(e, fi, (g) => r(4, n = g));
4060
+ let { $$slots: i = {}, $$scope: s } = t, { clientstyling: u = "" } = t, { clientstylingurl: o = "" } = t, { translationurl: l = "" } = t, { showbackbutton: a = "" } = t, { title: h = "header.general" } = t, { lang: c = "en" } = t, { showclosebutton: m = "" } = t, { mbsource: d = "" } = t, f, _ = !1, v, S = !1;
4061
+ const A = () => {
4066
4062
  fetch(l).then((g) => g.json()).then((g) => {
4067
4063
  Object.keys(g).forEach((We) => {
4068
4064
  ft(We, g[We]);
@@ -4075,45 +4071,45 @@ function Ti(e, t, r) {
4075
4071
  ft(g, ct[g]);
4076
4072
  });
4077
4073
  const H = () => {
4078
- mi(c);
4079
- }, N = () => {
4074
+ ci(c);
4075
+ }, L = () => {
4080
4076
  window.postMessage({ type: "CloseCashier" }, window.location.href);
4081
- }, S = () => {
4077
+ }, w = () => {
4082
4078
  window.postMessage({ type: "BackCashier" }, window.location.href);
4083
- }, $ = () => {
4079
+ }, M = () => {
4084
4080
  r(1, _ = !!a && a !== "false");
4085
- }, ie = () => {
4086
- r(3, A = !!m && m !== "false");
4081
+ }, ne = () => {
4082
+ r(3, S = !!m && m !== "false");
4087
4083
  }, Jt = () => {
4088
4084
  r(2, v = h || "header.general");
4089
4085
  };
4090
4086
  ur(() => () => {
4091
4087
  });
4092
4088
  function qt(g) {
4093
- Le[g ? "unshift" : "push"](() => {
4089
+ Oe[g ? "unshift" : "push"](() => {
4094
4090
  f = g, r(0, f);
4095
4091
  });
4096
4092
  }
4097
4093
  return e.$$set = (g) => {
4098
- "clientstyling" in g && r(7, u = g.clientstyling), "clientstylingurl" in g && r(8, o = g.clientstylingurl), "translationurl" in g && r(9, l = g.translationurl), "showbackbutton" in g && r(10, a = g.showbackbutton), "title" in g && r(11, h = g.title), "lang" in g && r(12, c = g.lang), "showclosebutton" in g && r(13, m = g.showclosebutton), "mbsource" in g && r(14, p = g.mbsource), "$$scope" in g && r(15, s = g.$$scope);
4094
+ "clientstyling" in g && r(7, u = g.clientstyling), "clientstylingurl" in g && r(8, o = g.clientstylingurl), "translationurl" in g && r(9, l = g.translationurl), "showbackbutton" in g && r(10, a = g.showbackbutton), "title" in g && r(11, h = g.title), "lang" in g && r(12, c = g.lang), "showclosebutton" in g && r(13, m = g.showclosebutton), "mbsource" in g && r(14, d = g.mbsource), "$$scope" in g && r(15, s = g.$$scope);
4099
4095
  }, e.$$.update = () => {
4100
4096
  e.$$.dirty & /*lang*/
4101
4097
  4096 && c && H(), e.$$.dirty & /*lang, title*/
4102
4098
  6144 && c && h && Jt(), e.$$.dirty & /*clientstyling, customStylingContainer*/
4103
- 129 && u && f && pi(f, u), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4099
+ 129 && u && f && mi(f, u), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
4104
4100
  257 && o && f && di(f, o), e.$$.dirty & /*mbsource, customStylingContainer*/
4105
- 16385 && p && f && bi(f, `${p}.Style`), e.$$.dirty & /*lang, translationurl*/
4106
- 4608 && c && l && O(), e.$$.dirty & /*showbackbutton*/
4107
- 1024 && a && $(), e.$$.dirty & /*showclosebutton*/
4108
- 8192 && m && ie();
4101
+ 16385 && d && f && pi(f, `${d}.Style`), e.$$.dirty & /*lang, translationurl*/
4102
+ 4608 && c && l && A(), e.$$.dirty & /*showbackbutton*/
4103
+ 1024 && a && M(), e.$$.dirty & /*showclosebutton*/
4104
+ 8192 && m && ne();
4109
4105
  }, [
4110
4106
  f,
4111
4107
  _,
4112
4108
  v,
4113
- A,
4114
- n,
4115
- N,
4116
4109
  S,
4110
+ n,
4111
+ L,
4112
+ w,
4117
4113
  u,
4118
4114
  o,
4119
4115
  l,
@@ -4121,19 +4117,19 @@ function Ti(e, t, r) {
4121
4117
  h,
4122
4118
  c,
4123
4119
  m,
4124
- p,
4120
+ d,
4125
4121
  s,
4126
4122
  i,
4127
4123
  qt
4128
4124
  ];
4129
4125
  }
4130
- class wi extends yr {
4126
+ class Ti extends yr {
4131
4127
  constructor(t) {
4132
4128
  super(), gr(
4133
4129
  this,
4134
4130
  t,
4135
- Ti,
4136
4131
  Bi,
4132
+ Hi,
4137
4133
  yt,
4138
4134
  {
4139
4135
  clientstyling: 7,
@@ -4145,7 +4141,7 @@ class wi extends yr {
4145
4141
  showclosebutton: 13,
4146
4142
  mbsource: 14
4147
4143
  },
4148
- gi
4144
+ bi
4149
4145
  );
4150
4146
  }
4151
4147
  get clientstyling() {
@@ -4197,7 +4193,7 @@ class wi extends yr {
4197
4193
  this.$$set({ mbsource: t }), T();
4198
4194
  }
4199
4195
  }
4200
- _r(wi, { clientstyling: {}, clientstylingurl: {}, translationurl: {}, showbackbutton: {}, title: {}, lang: {}, showclosebutton: {}, mbsource: {} }, ["leftButton", "title", "rightButton"], [], !0);
4196
+ _r(Ti, { clientstyling: {}, clientstylingurl: {}, translationurl: {}, showbackbutton: {}, title: {}, lang: {}, showclosebutton: {}, mbsource: {} }, ["leftButton", "title", "rightButton"], [], !0);
4201
4197
  export {
4202
- wi as C
4198
+ Ti as C
4203
4199
  };