@everymatrix/cashier-methods-list 1.60.1 → 1.60.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,28 +1,28 @@
1
1
  function ie() {
2
2
  }
3
- function Qt(e) {
3
+ function Yt(e) {
4
4
  return e();
5
5
  }
6
- function wt() {
6
+ function xt() {
7
7
  return /* @__PURE__ */ Object.create(null);
8
8
  }
9
9
  function Me(e) {
10
- e.forEach(Qt);
10
+ e.forEach(Yt);
11
11
  }
12
12
  function bt(e) {
13
13
  return typeof e == "function";
14
14
  }
15
- function qt(e, t) {
15
+ function Jt(e, t) {
16
16
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
17
17
  }
18
18
  let Ie;
19
- function Oe(e, t) {
19
+ function Ae(e, t) {
20
20
  return e === t ? !0 : (Ie || (Ie = document.createElement("a")), Ie.href = t, e === Ie.href);
21
21
  }
22
- function Or(e) {
22
+ function Tr(e) {
23
23
  return Object.keys(e).length === 0;
24
24
  }
25
- function Kt(e, ...t) {
25
+ function Qt(e, ...t) {
26
26
  if (e == null) {
27
27
  for (const n of t)
28
28
  n(void 0);
@@ -31,20 +31,20 @@ function Kt(e, ...t) {
31
31
  const r = e.subscribe(...t);
32
32
  return r.unsubscribe ? () => r.unsubscribe() : r;
33
33
  }
34
- function $r(e, t, r) {
35
- e.$$.on_destroy.push(Kt(t, r));
34
+ function Or(e, t, r) {
35
+ e.$$.on_destroy.push(Qt(t, r));
36
36
  }
37
37
  function C(e, t) {
38
38
  e.appendChild(t);
39
39
  }
40
- function Br(e, t, r) {
41
- const n = Pr(e);
40
+ function Ar(e, t, r) {
41
+ const n = $r(e);
42
42
  if (!n.getElementById(t)) {
43
43
  const i = k("style");
44
- i.id = t, i.textContent = r, Nr(n, i);
44
+ i.id = t, i.textContent = r, Br(n, i);
45
45
  }
46
46
  }
47
- function Pr(e) {
47
+ function $r(e) {
48
48
  if (!e)
49
49
  return document;
50
50
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
@@ -54,7 +54,7 @@ function Pr(e) {
54
54
  t
55
55
  ) : e.ownerDocument;
56
56
  }
57
- function Nr(e, t) {
57
+ function Br(e, t) {
58
58
  return C(
59
59
  /** @type {Document} */
60
60
  e.head || e,
@@ -67,7 +67,7 @@ function se(e, t, r) {
67
67
  function re(e) {
68
68
  e.parentNode && e.parentNode.removeChild(e);
69
69
  }
70
- function Dr(e, t) {
70
+ function Pr(e, t) {
71
71
  for (let r = 0; r < e.length; r += 1)
72
72
  e[r] && e[r].d(t);
73
73
  }
@@ -80,7 +80,7 @@ function ee(e) {
80
80
  function te() {
81
81
  return ee(" ");
82
82
  }
83
- function Ir() {
83
+ function Nr() {
84
84
  return ee("");
85
85
  }
86
86
  function st(e, t, r, n) {
@@ -93,7 +93,7 @@ function Y(e, t, r) {
93
93
  const n = t.toLowerCase();
94
94
  n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : B(e, t, r);
95
95
  }
96
- function Rr(e) {
96
+ function Dr(e) {
97
97
  return Array.from(e.childNodes);
98
98
  }
99
99
  function oe(e, t) {
@@ -103,10 +103,10 @@ function oe(e, t) {
103
103
  function Fe(e, t, r) {
104
104
  e.classList.toggle(t, !!r);
105
105
  }
106
- function Ur(e, t, { bubbles: r = !1, cancelable: n = !1 } = {}) {
106
+ function Ir(e, t, { bubbles: r = !1, cancelable: n = !1 } = {}) {
107
107
  return new CustomEvent(e, { detail: t, bubbles: r, cancelable: n });
108
108
  }
109
- function Gr(e) {
109
+ function Rr(e) {
110
110
  const t = {};
111
111
  return e.childNodes.forEach(
112
112
  /** @param {Element} node */
@@ -116,23 +116,23 @@ function Gr(e) {
116
116
  ), t;
117
117
  }
118
118
  let $e;
119
- function Ae(e) {
119
+ function Oe(e) {
120
120
  $e = e;
121
121
  }
122
- function er() {
122
+ function qt() {
123
123
  if (!$e)
124
124
  throw new Error("Function called outside component initialization");
125
125
  return $e;
126
126
  }
127
- function kr(e) {
128
- er().$$.on_mount.push(e);
127
+ function Ur(e) {
128
+ qt().$$.on_mount.push(e);
129
129
  }
130
- function Fr() {
131
- const e = er();
130
+ function Gr() {
131
+ const e = qt();
132
132
  return (t, r, { cancelable: n = !1 } = {}) => {
133
133
  const i = e.$$.callbacks[t];
134
134
  if (i) {
135
- const s = Ur(
135
+ const s = Ir(
136
136
  /** @type {string} */
137
137
  t,
138
138
  r,
@@ -147,10 +147,10 @@ function Fr() {
147
147
  }
148
148
  const ve = [], ot = [];
149
149
  let _e = [];
150
- const Mt = [], jr = /* @__PURE__ */ Promise.resolve();
150
+ const Lt = [], kr = /* @__PURE__ */ Promise.resolve();
151
151
  let at = !1;
152
- function Zr() {
153
- at || (at = !0, jr.then(q));
152
+ function Fr() {
153
+ at || (at = !0, kr.then(q));
154
154
  }
155
155
  function lt(e) {
156
156
  _e.push(e);
@@ -165,12 +165,12 @@ function q() {
165
165
  try {
166
166
  for (; be < ve.length; ) {
167
167
  const t = ve[be];
168
- be++, Ae(t), Vr(t.$$);
168
+ be++, Oe(t), jr(t.$$);
169
169
  }
170
170
  } catch (t) {
171
171
  throw ve.length = 0, be = 0, t;
172
172
  }
173
- for (Ae(null), ve.length = 0, be = 0; ot.length; )
173
+ for (Oe(null), ve.length = 0, be = 0; ot.length; )
174
174
  ot.pop()();
175
175
  for (let t = 0; t < _e.length; t += 1) {
176
176
  const r = _e[t];
@@ -178,45 +178,45 @@ function q() {
178
178
  }
179
179
  _e.length = 0;
180
180
  } while (ve.length);
181
- for (; Mt.length; )
182
- Mt.pop()();
183
- at = !1, qe.clear(), Ae(e);
181
+ for (; Lt.length; )
182
+ Lt.pop()();
183
+ at = !1, qe.clear(), Oe(e);
184
184
  }
185
- function Vr(e) {
185
+ function jr(e) {
186
186
  if (e.fragment !== null) {
187
187
  e.update(), Me(e.before_update);
188
188
  const t = e.dirty;
189
189
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(lt);
190
190
  }
191
191
  }
192
- function Xr(e) {
192
+ function Zr(e) {
193
193
  const t = [], r = [];
194
194
  _e.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), _e = t;
195
195
  }
196
- const Wr = /* @__PURE__ */ new Set();
197
- function zr(e, t) {
198
- e && e.i && (Wr.delete(e), e.i(t));
196
+ const Vr = /* @__PURE__ */ new Set();
197
+ function Xr(e, t) {
198
+ e && e.i && (Vr.delete(e), e.i(t));
199
199
  }
200
- function Ct(e) {
200
+ function wt(e) {
201
201
  return e?.length !== void 0 ? e : Array.from(e);
202
202
  }
203
- function Yr(e, t, r) {
203
+ function Wr(e, t, r) {
204
204
  const { fragment: n, after_update: i } = e.$$;
205
205
  n && n.m(t, r), lt(() => {
206
- const s = e.$$.on_mount.map(Qt).filter(bt);
206
+ const s = e.$$.on_mount.map(Yt).filter(bt);
207
207
  e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Me(s), e.$$.on_mount = [];
208
208
  }), i.forEach(lt);
209
209
  }
210
- function Jr(e, t) {
210
+ function zr(e, t) {
211
211
  const r = e.$$;
212
- r.fragment !== null && (Xr(r.after_update), Me(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
212
+ r.fragment !== null && (Zr(r.after_update), Me(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
213
213
  }
214
- function Qr(e, t) {
215
- e.$$.dirty[0] === -1 && (ve.push(e), Zr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
214
+ function Yr(e, t) {
215
+ e.$$.dirty[0] === -1 && (ve.push(e), Fr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
216
216
  }
217
- function qr(e, t, r, n, i, s, a = null, o = [-1]) {
217
+ function Jr(e, t, r, n, i, s, a = null, o = [-1]) {
218
218
  const u = $e;
219
- Ae(e);
219
+ Oe(e);
220
220
  const l = e.$$ = {
221
221
  fragment: null,
222
222
  ctx: [],
@@ -224,7 +224,7 @@ function qr(e, t, r, n, i, s, a = null, o = [-1]) {
224
224
  props: s,
225
225
  update: ie,
226
226
  not_equal: i,
227
- bound: wt(),
227
+ bound: xt(),
228
228
  // lifecycle
229
229
  on_mount: [],
230
230
  on_destroy: [],
@@ -233,7 +233,7 @@ function qr(e, t, r, n, i, s, a = null, o = [-1]) {
233
233
  after_update: [],
234
234
  context: new Map(t.context || (u ? u.$$.context : [])),
235
235
  // everything else
236
- callbacks: wt(),
236
+ callbacks: xt(),
237
237
  dirty: o,
238
238
  skip_bound: !1,
239
239
  root: t.target || u.$$.root
@@ -242,19 +242,19 @@ function qr(e, t, r, n, i, s, a = null, o = [-1]) {
242
242
  let h = !1;
243
243
  if (l.ctx = r ? r(e, t.props || {}, (c, d, ..._) => {
244
244
  const E = _.length ? _[0] : d;
245
- return l.ctx && i(l.ctx[c], l.ctx[c] = E) && (!l.skip_bound && l.bound[c] && l.bound[c](E), h && Qr(e, c)), d;
245
+ return l.ctx && i(l.ctx[c], l.ctx[c] = E) && (!l.skip_bound && l.bound[c] && l.bound[c](E), h && Yr(e, c)), d;
246
246
  }) : [], l.update(), h = !0, Me(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
247
247
  if (t.hydrate) {
248
- const c = Rr(t.target);
248
+ const c = Dr(t.target);
249
249
  l.fragment && l.fragment.l(c), c.forEach(re);
250
250
  } else
251
251
  l.fragment && l.fragment.c();
252
- t.intro && zr(e.$$.fragment), Yr(e, t.target, t.anchor), q();
252
+ t.intro && Xr(e.$$.fragment), Wr(e, t.target, t.anchor), q();
253
253
  }
254
- Ae(u);
254
+ Oe(u);
255
255
  }
256
- let tr;
257
- typeof HTMLElement == "function" && (tr = class extends HTMLElement {
256
+ let Kt;
257
+ typeof HTMLElement == "function" && (Kt = class extends HTMLElement {
258
258
  /** The Svelte component constructor */
259
259
  $$ctor;
260
260
  /** Slots */
@@ -313,7 +313,7 @@ typeof HTMLElement == "function" && (tr = class extends HTMLElement {
313
313
  };
314
314
  if (await Promise.resolve(), !this.$$cn || this.$$c)
315
315
  return;
316
- const t = {}, r = Gr(this);
316
+ const t = {}, r = Rr(this);
317
317
  for (const i of this.$$s)
318
318
  i in r && (t[i] = [e(i)]);
319
319
  for (const i of this.attributes) {
@@ -400,8 +400,8 @@ function Ue(e, t, r, n) {
400
400
  return t;
401
401
  }
402
402
  }
403
- function Kr(e, t, r, n, i, s) {
404
- let a = class extends tr {
403
+ function Qr(e, t, r, n, i, s) {
404
+ let a = class extends Kt {
405
405
  constructor() {
406
406
  super(e, r, i), this.$$p_d = t;
407
407
  }
@@ -429,7 +429,7 @@ function Kr(e, t, r, n, i, s) {
429
429
  }), e.element = /** @type {any} */
430
430
  a, a;
431
431
  }
432
- class en {
432
+ class qr {
433
433
  /**
434
434
  * ### PRIVATE API
435
435
  *
@@ -448,7 +448,7 @@ class en {
448
448
  $$set = void 0;
449
449
  /** @returns {void} */
450
450
  $destroy() {
451
- Jr(this, 1), this.$destroy = ie;
451
+ zr(this, 1), this.$destroy = ie;
452
452
  }
453
453
  /**
454
454
  * @template {Extract<keyof Events, string>} K
@@ -470,13 +470,13 @@ class en {
470
470
  * @returns {void}
471
471
  */
472
472
  $set(t) {
473
- this.$$set && !Or(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
473
+ this.$$set && !Tr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
474
474
  }
475
475
  }
476
- const tn = "4";
477
- typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(tn);
476
+ const Kr = "4";
477
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Kr);
478
478
  const ye = [];
479
- function rn(e, t) {
479
+ function en(e, t) {
480
480
  return {
481
481
  subscribe: Xe(e, t).subscribe
482
482
  };
@@ -485,7 +485,7 @@ function Xe(e, t = ie) {
485
485
  let r;
486
486
  const n = /* @__PURE__ */ new Set();
487
487
  function i(o) {
488
- if (qt(e, o) && (e = o, r)) {
488
+ if (Jt(e, o) && (e = o, r)) {
489
489
  const u = !ye.length;
490
490
  for (const l of n)
491
491
  l[1](), ye.push(l, e);
@@ -512,7 +512,7 @@ function Ce(e, t, r) {
512
512
  if (!i.every(Boolean))
513
513
  throw new Error("derived() expects stores as input, got a falsy value");
514
514
  const s = t.length < 2;
515
- return rn(r, (a, o) => {
515
+ return en(r, (a, o) => {
516
516
  let u = !1;
517
517
  const l = [];
518
518
  let h = 0, c = ie;
@@ -523,7 +523,7 @@ function Ce(e, t, r) {
523
523
  const E = t(n ? l[0] : l, a, o);
524
524
  s ? a(E) : c = bt(E) ? E : ie;
525
525
  }, _ = i.map(
526
- (E, f) => Kt(
526
+ (E, f) => Qt(
527
527
  E,
528
528
  (w) => {
529
529
  l[f] = w, h &= ~(1 << f), u && d();
@@ -538,71 +538,71 @@ function Ce(e, t, r) {
538
538
  };
539
539
  });
540
540
  }
541
- var rr = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
541
+ var er = typeof globalThis < "u" ? globalThis : typeof window < "u" ? window : typeof global < "u" ? global : typeof self < "u" ? self : {};
542
542
  function yt(e) {
543
543
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
544
544
  }
545
- var nn = function(t) {
546
- return sn(t) && !on(t);
545
+ var tn = function(t) {
546
+ return rn(t) && !nn(t);
547
547
  };
548
- function sn(e) {
548
+ function rn(e) {
549
549
  return !!e && typeof e == "object";
550
550
  }
551
- function on(e) {
551
+ function nn(e) {
552
552
  var t = Object.prototype.toString.call(e);
553
- return t === "[object RegExp]" || t === "[object Date]" || un(e);
553
+ return t === "[object RegExp]" || t === "[object Date]" || an(e);
554
554
  }
555
- var an = typeof Symbol == "function" && Symbol.for, ln = an ? Symbol.for("react.element") : 60103;
556
- function un(e) {
557
- return e.$$typeof === ln;
555
+ var sn = typeof Symbol == "function" && Symbol.for, on = sn ? Symbol.for("react.element") : 60103;
556
+ function an(e) {
557
+ return e.$$typeof === on;
558
558
  }
559
- function hn(e) {
559
+ function ln(e) {
560
560
  return Array.isArray(e) ? [] : {};
561
561
  }
562
562
  function Be(e, t) {
563
- return t.clone !== !1 && t.isMergeableObject(e) ? Ee(hn(e), e, t) : e;
563
+ return t.clone !== !1 && t.isMergeableObject(e) ? Ee(ln(e), e, t) : e;
564
564
  }
565
- function cn(e, t, r) {
565
+ function un(e, t, r) {
566
566
  return e.concat(t).map(function(n) {
567
567
  return Be(n, r);
568
568
  });
569
569
  }
570
- function fn(e, t) {
570
+ function hn(e, t) {
571
571
  if (!t.customMerge)
572
572
  return Ee;
573
573
  var r = t.customMerge(e);
574
574
  return typeof r == "function" ? r : Ee;
575
575
  }
576
- function mn(e) {
576
+ function cn(e) {
577
577
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
578
578
  return Object.propertyIsEnumerable.call(e, t);
579
579
  }) : [];
580
580
  }
581
- function St(e) {
582
- return Object.keys(e).concat(mn(e));
581
+ function Mt(e) {
582
+ return Object.keys(e).concat(cn(e));
583
583
  }
584
- function nr(e, t) {
584
+ function tr(e, t) {
585
585
  try {
586
586
  return t in e;
587
587
  } catch {
588
588
  return !1;
589
589
  }
590
590
  }
591
- function dn(e, t) {
592
- return nr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
591
+ function fn(e, t) {
592
+ return tr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
593
593
  }
594
- function pn(e, t, r) {
594
+ function mn(e, t, r) {
595
595
  var n = {};
596
- return r.isMergeableObject(e) && St(e).forEach(function(i) {
596
+ return r.isMergeableObject(e) && Mt(e).forEach(function(i) {
597
597
  n[i] = Be(e[i], r);
598
- }), St(t).forEach(function(i) {
599
- dn(e, i) || (nr(e, i) && r.isMergeableObject(t[i]) ? n[i] = fn(i, r)(e[i], t[i], r) : n[i] = Be(t[i], r));
598
+ }), Mt(t).forEach(function(i) {
599
+ fn(e, i) || (tr(e, i) && r.isMergeableObject(t[i]) ? n[i] = hn(i, r)(e[i], t[i], r) : n[i] = Be(t[i], r));
600
600
  }), n;
601
601
  }
602
602
  function Ee(e, t, r) {
603
- r = r || {}, r.arrayMerge = r.arrayMerge || cn, r.isMergeableObject = r.isMergeableObject || nn, r.cloneUnlessOtherwiseSpecified = Be;
603
+ r = r || {}, r.arrayMerge = r.arrayMerge || un, r.isMergeableObject = r.isMergeableObject || tn, r.cloneUnlessOtherwiseSpecified = Be;
604
604
  var n = Array.isArray(t), i = Array.isArray(e), s = n === i;
605
- return s ? n ? r.arrayMerge(e, t, r) : pn(e, t, r) : Be(t, r);
605
+ return s ? n ? r.arrayMerge(e, t, r) : mn(e, t, r) : Be(t, r);
606
606
  }
607
607
  Ee.all = function(t, r) {
608
608
  if (!Array.isArray(t))
@@ -611,8 +611,8 @@ Ee.all = function(t, r) {
611
611
  return Ee(n, i, r);
612
612
  }, {});
613
613
  };
614
- var gn = Ee, bn = gn;
615
- const yn = /* @__PURE__ */ yt(bn);
614
+ var dn = Ee, pn = dn;
615
+ const gn = /* @__PURE__ */ yt(pn);
616
616
  /*! *****************************************************************************
617
617
  Copyright (c) Microsoft Corporation.
618
618
 
@@ -644,17 +644,17 @@ function We(e, t) {
644
644
  }
645
645
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
646
646
  }
647
- var A = function() {
648
- return A = Object.assign || function(t) {
647
+ var O = function() {
648
+ return O = Object.assign || function(t) {
649
649
  for (var r, n = 1, i = arguments.length; n < i; n++) {
650
650
  r = arguments[n];
651
651
  for (var s in r)
652
652
  Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
653
653
  }
654
654
  return t;
655
- }, A.apply(this, arguments);
655
+ }, O.apply(this, arguments);
656
656
  };
657
- function vn(e, t) {
657
+ function bn(e, t) {
658
658
  var r = {};
659
659
  for (var n in e)
660
660
  Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
@@ -670,55 +670,53 @@ function Ke(e, t, r) {
670
670
  return e.concat(s || t);
671
671
  }
672
672
  function et(e, t) {
673
- var r = t && t.cache ? t.cache : Mn, n = t && t.serializer ? t.serializer : wn, i = t && t.strategy ? t.strategy : En;
673
+ var r = t && t.cache ? t.cache : wn, n = t && t.serializer ? t.serializer : xn, i = t && t.strategy ? t.strategy : _n;
674
674
  return i(e, {
675
675
  cache: r,
676
676
  serializer: n
677
677
  });
678
678
  }
679
- function _n(e) {
679
+ function yn(e) {
680
680
  return e == null || typeof e == "number" || typeof e == "boolean";
681
681
  }
682
- function ir(e, t, r, n) {
683
- var i = _n(n) ? n : r(n), s = t.get(i);
682
+ function vn(e, t, r, n) {
683
+ var i = yn(n) ? n : r(n), s = t.get(i);
684
684
  return typeof s > "u" && (s = e.call(this, n), t.set(i, s)), s;
685
685
  }
686
- function sr(e, t, r) {
686
+ function rr(e, t, r) {
687
687
  var n = Array.prototype.slice.call(arguments, 3), i = r(n), s = t.get(i);
688
688
  return typeof s > "u" && (s = e.apply(this, n), t.set(i, s)), s;
689
689
  }
690
- function vt(e, t, r, n, i) {
690
+ function nr(e, t, r, n, i) {
691
691
  return r.bind(t, e, n, i);
692
692
  }
693
- function En(e, t) {
694
- var r = e.length === 1 ? ir : sr;
695
- return vt(e, this, r, t.cache.create(), t.serializer);
696
- }
697
- function xn(e, t) {
698
- return vt(e, this, sr, t.cache.create(), t.serializer);
693
+ function _n(e, t) {
694
+ var r = e.length === 1 ? vn : rr;
695
+ return nr(e, this, r, t.cache.create(), t.serializer);
699
696
  }
700
- function Ln(e, t) {
701
- return vt(e, this, ir, t.cache.create(), t.serializer);
697
+ function En(e, t) {
698
+ return nr(e, this, rr, t.cache.create(), t.serializer);
702
699
  }
703
- var wn = function() {
700
+ var xn = function() {
704
701
  return JSON.stringify(arguments);
705
- };
706
- function _t() {
707
- this.cache = /* @__PURE__ */ Object.create(null);
708
- }
709
- _t.prototype.get = function(e) {
710
- return this.cache[e];
711
- };
712
- _t.prototype.set = function(e, t) {
713
- this.cache[e] = t;
714
- };
715
- var Mn = {
702
+ }, Ln = (
703
+ /** @class */
704
+ function() {
705
+ function e() {
706
+ this.cache = /* @__PURE__ */ Object.create(null);
707
+ }
708
+ return e.prototype.get = function(t) {
709
+ return this.cache[t];
710
+ }, e.prototype.set = function(t, r) {
711
+ this.cache[t] = r;
712
+ }, e;
713
+ }()
714
+ ), wn = {
716
715
  create: function() {
717
- return new _t();
716
+ return new Ln();
718
717
  }
719
718
  }, tt = {
720
- variadic: xn,
721
- monadic: Ln
719
+ variadic: En
722
720
  }, S;
723
721
  (function(e) {
724
722
  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";
@@ -731,43 +729,43 @@ var xe;
731
729
  (function(e) {
732
730
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
733
731
  })(xe || (xe = {}));
734
- function Ht(e) {
732
+ function Ct(e) {
735
733
  return e.type === U.literal;
736
734
  }
737
- function Cn(e) {
735
+ function Mn(e) {
738
736
  return e.type === U.argument;
739
737
  }
740
- function or(e) {
738
+ function ir(e) {
741
739
  return e.type === U.number;
742
740
  }
743
- function ar(e) {
741
+ function sr(e) {
744
742
  return e.type === U.date;
745
743
  }
746
- function lr(e) {
744
+ function or(e) {
747
745
  return e.type === U.time;
748
746
  }
749
- function ur(e) {
747
+ function ar(e) {
750
748
  return e.type === U.select;
751
749
  }
752
- function hr(e) {
750
+ function lr(e) {
753
751
  return e.type === U.plural;
754
752
  }
755
- function Sn(e) {
753
+ function Cn(e) {
756
754
  return e.type === U.pound;
757
755
  }
758
- function cr(e) {
756
+ function ur(e) {
759
757
  return e.type === U.tag;
760
758
  }
761
- function fr(e) {
759
+ function hr(e) {
762
760
  return !!(e && typeof e == "object" && e.type === xe.number);
763
761
  }
764
762
  function ht(e) {
765
763
  return !!(e && typeof e == "object" && e.type === xe.dateTime);
766
764
  }
767
- var mr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Hn = /(?:[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;
768
- function Tn(e) {
765
+ var cr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Sn = /(?:[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;
766
+ function Hn(e) {
769
767
  var t = {};
770
- return e.replace(Hn, function(r) {
768
+ return e.replace(Sn, function(r) {
771
769
  var n = r.length;
772
770
  switch (r[0]) {
773
771
  case "G":
@@ -856,11 +854,11 @@ function Tn(e) {
856
854
  return "";
857
855
  }), t;
858
856
  }
859
- var An = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
857
+ var Tn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
860
858
  function On(e) {
861
859
  if (e.length === 0)
862
860
  throw new Error("Number skeleton cannot be empty");
863
- for (var t = e.split(An).filter(function(d) {
861
+ for (var t = e.split(Tn).filter(function(d) {
864
862
  return d.length > 0;
865
863
  }), r = [], n = 0, i = t; n < i.length; n++) {
866
864
  var s = i[n], a = s.split("/");
@@ -875,17 +873,17 @@ function On(e) {
875
873
  }
876
874
  return r;
877
875
  }
878
- function $n(e) {
876
+ function An(e) {
879
877
  return e.replace(/^(.*?)-/, "");
880
878
  }
881
- var Tt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, dr = /^(@+)?(\+|#+)?[rs]?$/g, Bn = /(\*)(0+)|(#+)(0+)|(0+)/g, pr = /^(0+)$/;
882
- function At(e) {
879
+ var St = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, fr = /^(@+)?(\+|#+)?[rs]?$/g, $n = /(\*)(0+)|(#+)(0+)|(0+)/g, mr = /^(0+)$/;
880
+ function Ht(e) {
883
881
  var t = {};
884
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(dr, function(r, n, i) {
882
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(fr, function(r, n, i) {
885
883
  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)), "";
886
884
  }), t;
887
885
  }
888
- function gr(e) {
886
+ function dr(e) {
889
887
  switch (e) {
890
888
  case "sign-auto":
891
889
  return {
@@ -925,7 +923,7 @@ function gr(e) {
925
923
  };
926
924
  }
927
925
  }
928
- function Pn(e) {
926
+ function Bn(e) {
929
927
  var t;
930
928
  if (e[0] === "E" && e[1] === "E" ? (t = {
931
929
  notation: "engineering"
@@ -933,17 +931,17 @@ function Pn(e) {
933
931
  notation: "scientific"
934
932
  }, e = e.slice(1)), t) {
935
933
  var r = e.slice(0, 2);
936
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !pr.test(e))
934
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !mr.test(e))
937
935
  throw new Error("Malformed concise eng/scientific notation");
938
936
  t.minimumIntegerDigits = e.length;
939
937
  }
940
938
  return t;
941
939
  }
942
- function Ot(e) {
943
- var t = {}, r = gr(e);
940
+ function Tt(e) {
941
+ var t = {}, r = dr(e);
944
942
  return r || t;
945
943
  }
946
- function Nn(e) {
944
+ function Pn(e) {
947
945
  for (var t = {}, r = 0, n = e; r < n.length; r++) {
948
946
  var i = n[r];
949
947
  switch (i.stem) {
@@ -967,7 +965,7 @@ function Nn(e) {
967
965
  continue;
968
966
  case "measure-unit":
969
967
  case "unit":
970
- t.style = "unit", t.unit = $n(i.options[0]);
968
+ t.style = "unit", t.unit = An(i.options[0]);
971
969
  continue;
972
970
  case "compact-short":
973
971
  case "K":
@@ -978,13 +976,13 @@ function Nn(e) {
978
976
  t.notation = "compact", t.compactDisplay = "long";
979
977
  continue;
980
978
  case "scientific":
981
- t = A(A(A({}, t), { notation: "scientific" }), i.options.reduce(function(u, l) {
982
- return A(A({}, u), Ot(l));
979
+ t = O(O(O({}, t), { notation: "scientific" }), i.options.reduce(function(u, l) {
980
+ return O(O({}, u), Tt(l));
983
981
  }, {}));
984
982
  continue;
985
983
  case "engineering":
986
- t = A(A(A({}, t), { notation: "engineering" }), i.options.reduce(function(u, l) {
987
- return A(A({}, u), Ot(l));
984
+ t = O(O(O({}, t), { notation: "engineering" }), i.options.reduce(function(u, l) {
985
+ return O(O({}, u), Tt(l));
988
986
  }, {}));
989
987
  continue;
990
988
  case "notation-simple":
@@ -1029,7 +1027,7 @@ function Nn(e) {
1029
1027
  case "integer-width":
1030
1028
  if (i.options.length > 1)
1031
1029
  throw new RangeError("integer-width stems only accept a single optional option");
1032
- i.options[0].replace(Bn, function(u, l, h, c, d, _) {
1030
+ i.options[0].replace($n, function(u, l, h, c, d, _) {
1033
1031
  if (l)
1034
1032
  t.minimumIntegerDigits = h.length;
1035
1033
  else {
@@ -1042,28 +1040,28 @@ function Nn(e) {
1042
1040
  });
1043
1041
  continue;
1044
1042
  }
1045
- if (pr.test(i.stem)) {
1043
+ if (mr.test(i.stem)) {
1046
1044
  t.minimumIntegerDigits = i.stem.length;
1047
1045
  continue;
1048
1046
  }
1049
- if (Tt.test(i.stem)) {
1047
+ if (St.test(i.stem)) {
1050
1048
  if (i.options.length > 1)
1051
1049
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1052
- i.stem.replace(Tt, function(u, l, h, c, d, _) {
1050
+ i.stem.replace(St, function(u, l, h, c, d, _) {
1053
1051
  return h === "*" ? t.minimumFractionDigits = l.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : d && _ ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + _.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
1054
1052
  });
1055
1053
  var s = i.options[0];
1056
- s === "w" ? t = A(A({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = A(A({}, t), At(s)));
1054
+ s === "w" ? t = O(O({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = O(O({}, t), Ht(s)));
1057
1055
  continue;
1058
1056
  }
1059
- if (dr.test(i.stem)) {
1060
- t = A(A({}, t), At(i.stem));
1057
+ if (fr.test(i.stem)) {
1058
+ t = O(O({}, t), Ht(i.stem));
1061
1059
  continue;
1062
1060
  }
1063
- var a = gr(i.stem);
1064
- a && (t = A(A({}, t), a));
1065
- var o = Pn(i.stem);
1066
- o && (t = A(A({}, t), o));
1061
+ var a = dr(i.stem);
1062
+ a && (t = O(O({}, t), a));
1063
+ var o = Bn(i.stem);
1064
+ o && (t = O(O({}, t), o));
1067
1065
  }
1068
1066
  return t;
1069
1067
  }
@@ -2482,13 +2480,13 @@ var Re = {
2482
2480
  "h"
2483
2481
  ]
2484
2482
  };
2485
- function Dn(e, t) {
2483
+ function Nn(e, t) {
2486
2484
  for (var r = "", n = 0; n < e.length; n++) {
2487
2485
  var i = e.charAt(n);
2488
2486
  if (i === "j") {
2489
2487
  for (var s = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
2490
2488
  s++, n++;
2491
- var a = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), u = "a", l = In(t);
2489
+ var a = 1 + (s & 1), o = s < 2 ? 1 : 3 + (s >> 1), u = "a", l = Dn(t);
2492
2490
  for ((l == "H" || l == "k") && (o = 0); o-- > 0; )
2493
2491
  r += u;
2494
2492
  for (; a-- > 0; )
@@ -2498,7 +2496,7 @@ function Dn(e, t) {
2498
2496
  }
2499
2497
  return r;
2500
2498
  }
2501
- function In(e) {
2499
+ function Dn(e) {
2502
2500
  var t = e.hourCycle;
2503
2501
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2504
2502
  e.hourCycles && // @ts-ignore
@@ -2520,20 +2518,20 @@ function In(e) {
2520
2518
  var i = Re[n || ""] || Re[r || ""] || Re["".concat(r, "-001")] || Re["001"];
2521
2519
  return i[0];
2522
2520
  }
2523
- var rt, Rn = new RegExp("^".concat(mr.source, "*")), Un = new RegExp("".concat(mr.source, "*$"));
2521
+ var rt, In = new RegExp("^".concat(cr.source, "*")), Rn = new RegExp("".concat(cr.source, "*$"));
2524
2522
  function H(e, t) {
2525
2523
  return { start: e, end: t };
2526
2524
  }
2527
- var Gn = !!String.prototype.startsWith && "_a".startsWith("a", 1), kn = !!String.fromCodePoint, Fn = !!Object.fromEntries, jn = !!String.prototype.codePointAt, Zn = !!String.prototype.trimStart, Vn = !!String.prototype.trimEnd, Xn = !!Number.isSafeInteger, Wn = Xn ? Number.isSafeInteger : function(e) {
2525
+ var Un = !!String.prototype.startsWith && "_a".startsWith("a", 1), Gn = !!String.fromCodePoint, kn = !!Object.fromEntries, Fn = !!String.prototype.codePointAt, jn = !!String.prototype.trimStart, Zn = !!String.prototype.trimEnd, Vn = !!Number.isSafeInteger, Xn = Vn ? Number.isSafeInteger : function(e) {
2528
2526
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2529
2527
  }, ct = !0;
2530
2528
  try {
2531
- var zn = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2532
- ct = ((rt = zn.exec("a")) === null || rt === void 0 ? void 0 : rt[0]) === "a";
2529
+ var Wn = gr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2530
+ ct = ((rt = Wn.exec("a")) === null || rt === void 0 ? void 0 : rt[0]) === "a";
2533
2531
  } catch {
2534
2532
  ct = !1;
2535
2533
  }
2536
- var $t = Gn ? (
2534
+ var Ot = Un ? (
2537
2535
  // Native
2538
2536
  function(t, r, n) {
2539
2537
  return t.startsWith(r, n);
@@ -2543,7 +2541,7 @@ var $t = Gn ? (
2543
2541
  function(t, r, n) {
2544
2542
  return t.slice(n, n + r.length) === r;
2545
2543
  }
2546
- ), ft = kn ? String.fromCodePoint : (
2544
+ ), ft = Gn ? String.fromCodePoint : (
2547
2545
  // IE11
2548
2546
  function() {
2549
2547
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2555,9 +2553,9 @@ var $t = Gn ? (
2555
2553
  }
2556
2554
  return n;
2557
2555
  }
2558
- ), Bt = (
2556
+ ), At = (
2559
2557
  // native
2560
- Fn ? Object.fromEntries : (
2558
+ kn ? Object.fromEntries : (
2561
2559
  // Ponyfill
2562
2560
  function(t) {
2563
2561
  for (var r = {}, n = 0, i = t; n < i.length; n++) {
@@ -2567,7 +2565,7 @@ var $t = Gn ? (
2567
2565
  return r;
2568
2566
  }
2569
2567
  )
2570
- ), br = jn ? (
2568
+ ), pr = Fn ? (
2571
2569
  // Native
2572
2570
  function(t, r) {
2573
2571
  return t.codePointAt(r);
@@ -2581,7 +2579,7 @@ var $t = Gn ? (
2581
2579
  return i < 55296 || i > 56319 || r + 1 === n || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? i : (i - 55296 << 10) + (s - 56320) + 65536;
2582
2580
  }
2583
2581
  }
2584
- ), Yn = Zn ? (
2582
+ ), zn = jn ? (
2585
2583
  // Native
2586
2584
  function(t) {
2587
2585
  return t.trimStart();
@@ -2589,9 +2587,9 @@ var $t = Gn ? (
2589
2587
  ) : (
2590
2588
  // Ponyfill
2591
2589
  function(t) {
2592
- return t.replace(Rn, "");
2590
+ return t.replace(In, "");
2593
2591
  }
2594
- ), Jn = Vn ? (
2592
+ ), Yn = Zn ? (
2595
2593
  // Native
2596
2594
  function(t) {
2597
2595
  return t.trimEnd();
@@ -2599,32 +2597,32 @@ var $t = Gn ? (
2599
2597
  ) : (
2600
2598
  // Ponyfill
2601
2599
  function(t) {
2602
- return t.replace(Un, "");
2600
+ return t.replace(Rn, "");
2603
2601
  }
2604
2602
  );
2605
- function yr(e, t) {
2603
+ function gr(e, t) {
2606
2604
  return new RegExp(e, t);
2607
2605
  }
2608
2606
  var mt;
2609
2607
  if (ct) {
2610
- var Pt = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2608
+ var $t = gr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2611
2609
  mt = function(t, r) {
2612
2610
  var n;
2613
- Pt.lastIndex = r;
2614
- var i = Pt.exec(t);
2611
+ $t.lastIndex = r;
2612
+ var i = $t.exec(t);
2615
2613
  return (n = i[1]) !== null && n !== void 0 ? n : "";
2616
2614
  };
2617
2615
  } else
2618
2616
  mt = function(t, r) {
2619
2617
  for (var n = []; ; ) {
2620
- var i = br(t, r);
2621
- if (i === void 0 || vr(i) || ei(i))
2618
+ var i = pr(t, r);
2619
+ if (i === void 0 || br(i) || Kn(i))
2622
2620
  break;
2623
2621
  n.push(i), r += i >= 65536 ? 2 : 1;
2624
2622
  }
2625
2623
  return ft.apply(void 0, n);
2626
2624
  };
2627
- var Qn = (
2625
+ var Jn = (
2628
2626
  /** @class */
2629
2627
  function() {
2630
2628
  function e(t, r) {
@@ -2706,7 +2704,7 @@ var Qn = (
2706
2704
  return this.error(S.INVALID_TAG, H(n, this.clonePosition()));
2707
2705
  }, e.prototype.parseTagName = function() {
2708
2706
  var t = this.offset();
2709
- for (this.bump(); !this.isEOF() && Kn(this.char()); )
2707
+ for (this.bump(); !this.isEOF() && qn(this.char()); )
2710
2708
  this.bump();
2711
2709
  return this.message.slice(t, this.offset());
2712
2710
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2735,7 +2733,7 @@ var Qn = (
2735
2733
  };
2736
2734
  }, e.prototype.tryParseLeftAngleBracket = function() {
2737
2735
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2738
- !qn(this.peek() || 0)) ? (this.bump(), "<") : null;
2736
+ !Qn(this.peek() || 0)) ? (this.bump(), "<") : null;
2739
2737
  }, e.prototype.tryParseQuote = function(t) {
2740
2738
  if (this.isEOF() || this.char() !== 39)
2741
2739
  return null;
@@ -2822,7 +2820,7 @@ var Qn = (
2822
2820
  var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2823
2821
  if (c.err)
2824
2822
  return c;
2825
- var d = Jn(c.val);
2823
+ var d = Yn(c.val);
2826
2824
  if (d.length === 0)
2827
2825
  return this.error(S.EXPECT_ARGUMENT_STYLE, H(this.clonePosition(), this.clonePosition()));
2828
2826
  var _ = H(h, this.clonePosition());
@@ -2832,8 +2830,8 @@ var Qn = (
2832
2830
  if (E.err)
2833
2831
  return E;
2834
2832
  var f = H(i, this.clonePosition());
2835
- if (l && $t(l?.style, "::", 0)) {
2836
- var w = Yn(l.style.slice(2));
2833
+ if (l && Ot(l?.style, "::", 0)) {
2834
+ var w = zn(l.style.slice(2));
2837
2835
  if (o === "number") {
2838
2836
  var c = this.parseNumberSkeletonFromString(w, l.styleLocation);
2839
2837
  return c.err ? c : {
@@ -2844,12 +2842,12 @@ var Qn = (
2844
2842
  if (w.length === 0)
2845
2843
  return this.error(S.EXPECT_DATE_TIME_SKELETON, f);
2846
2844
  var P = w;
2847
- this.locale && (P = Dn(w, this.locale));
2845
+ this.locale && (P = Nn(w, this.locale));
2848
2846
  var d = {
2849
2847
  type: xe.dateTime,
2850
2848
  pattern: P,
2851
2849
  location: l.styleLocation,
2852
- parsedOptions: this.shouldParseSkeletons ? Tn(P) : {}
2850
+ parsedOptions: this.shouldParseSkeletons ? Hn(P) : {}
2853
2851
  }, I = o === "date" ? U.date : U.time;
2854
2852
  return {
2855
2853
  val: { type: I, value: n, location: f, style: d },
@@ -2872,7 +2870,7 @@ var Qn = (
2872
2870
  case "select": {
2873
2871
  var T = this.clonePosition();
2874
2872
  if (this.bumpSpace(), !this.bumpIf(","))
2875
- return this.error(S.EXPECT_SELECT_ARGUMENT_OPTIONS, H(T, A({}, T)));
2873
+ return this.error(S.EXPECT_SELECT_ARGUMENT_OPTIONS, H(T, O({}, T)));
2876
2874
  this.bumpSpace();
2877
2875
  var R = this.parseIdentifierIfPossible(), N = 0;
2878
2876
  if (o !== "select" && R.value === "offset") {
@@ -2895,7 +2893,7 @@ var Qn = (
2895
2893
  val: {
2896
2894
  type: U.select,
2897
2895
  value: n,
2898
- options: Bt(j.val),
2896
+ options: At(j.val),
2899
2897
  location: F
2900
2898
  },
2901
2899
  err: null
@@ -2903,7 +2901,7 @@ var Qn = (
2903
2901
  val: {
2904
2902
  type: U.plural,
2905
2903
  value: n,
2906
- options: Bt(j.val),
2904
+ options: At(j.val),
2907
2905
  offset: N,
2908
2906
  pluralType: o === "plural" ? "cardinal" : "ordinal",
2909
2907
  location: F
@@ -2963,7 +2961,7 @@ var Qn = (
2963
2961
  type: xe.number,
2964
2962
  tokens: n,
2965
2963
  location: r,
2966
- parsedOptions: this.shouldParseSkeletons ? Nn(n) : {}
2964
+ parsedOptions: this.shouldParseSkeletons ? Pn(n) : {}
2967
2965
  },
2968
2966
  err: null
2969
2967
  };
@@ -3011,7 +3009,7 @@ var Qn = (
3011
3009
  break;
3012
3010
  }
3013
3011
  var u = H(i, this.clonePosition());
3014
- return s ? (a *= n, Wn(a) ? { val: a, err: null } : this.error(r, u)) : this.error(t, u);
3012
+ return s ? (a *= n, Xn(a) ? { val: a, err: null } : this.error(r, u)) : this.error(t, u);
3015
3013
  }, e.prototype.offset = function() {
3016
3014
  return this.position.offset;
3017
3015
  }, e.prototype.isEOF = function() {
@@ -3026,7 +3024,7 @@ var Qn = (
3026
3024
  var t = this.position.offset;
3027
3025
  if (t >= this.message.length)
3028
3026
  throw Error("out of bound");
3029
- var r = br(this.message, t);
3027
+ var r = pr(this.message, t);
3030
3028
  if (r === void 0)
3031
3029
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3032
3030
  return r;
@@ -3045,7 +3043,7 @@ var Qn = (
3045
3043
  t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
3046
3044
  }
3047
3045
  }, e.prototype.bumpIf = function(t) {
3048
- if ($t(this.message, t, this.offset())) {
3046
+ if (Ot(this.message, t, this.offset())) {
3049
3047
  for (var r = 0; r < t.length; r++)
3050
3048
  this.bump();
3051
3049
  return !0;
@@ -3067,7 +3065,7 @@ var Qn = (
3067
3065
  break;
3068
3066
  }
3069
3067
  }, e.prototype.bumpSpace = function() {
3070
- for (; !this.isEOF() && vr(this.char()); )
3068
+ for (; !this.isEOF() && br(this.char()); )
3071
3069
  this.bump();
3072
3070
  }, e.prototype.peek = function() {
3073
3071
  if (this.isEOF())
@@ -3080,30 +3078,30 @@ var Qn = (
3080
3078
  function dt(e) {
3081
3079
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3082
3080
  }
3083
- function qn(e) {
3081
+ function Qn(e) {
3084
3082
  return dt(e) || e === 47;
3085
3083
  }
3086
- function Kn(e) {
3084
+ function qn(e) {
3087
3085
  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;
3088
3086
  }
3089
- function vr(e) {
3087
+ function br(e) {
3090
3088
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3091
3089
  }
3092
- function ei(e) {
3090
+ function Kn(e) {
3093
3091
  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;
3094
3092
  }
3095
3093
  function pt(e) {
3096
3094
  e.forEach(function(t) {
3097
- if (delete t.location, ur(t) || hr(t))
3095
+ if (delete t.location, ar(t) || lr(t))
3098
3096
  for (var r in t.options)
3099
3097
  delete t.options[r].location, pt(t.options[r].value);
3100
3098
  else
3101
- or(t) && fr(t.style) || (ar(t) || lr(t)) && ht(t.style) ? delete t.style.location : cr(t) && pt(t.children);
3099
+ ir(t) && hr(t.style) || (sr(t) || or(t)) && ht(t.style) ? delete t.style.location : ur(t) && pt(t.children);
3102
3100
  });
3103
3101
  }
3104
- function ti(e, t) {
3105
- t === void 0 && (t = {}), t = A({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3106
- var r = new Qn(e, t).parse();
3102
+ function ei(e, t) {
3103
+ t === void 0 && (t = {}), t = O({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3104
+ var r = new Jn(e, t).parse();
3107
3105
  if (r.err) {
3108
3106
  var n = SyntaxError(S[r.err.kind]);
3109
3107
  throw n.location = r.err.location, n.originalMessage = r.err.message, n;
@@ -3126,7 +3124,7 @@ var ze = (
3126
3124
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3127
3125
  }, t;
3128
3126
  }(Error)
3129
- ), Nt = (
3127
+ ), Bt = (
3130
3128
  /** @class */
3131
3129
  function(e) {
3132
3130
  We(t, e);
@@ -3135,7 +3133,7 @@ var ze = (
3135
3133
  }
3136
3134
  return t;
3137
3135
  }(ze)
3138
- ), ri = (
3136
+ ), ti = (
3139
3137
  /** @class */
3140
3138
  function(e) {
3141
3139
  We(t, e);
@@ -3144,7 +3142,7 @@ var ze = (
3144
3142
  }
3145
3143
  return t;
3146
3144
  }(ze)
3147
- ), ni = (
3145
+ ), ri = (
3148
3146
  /** @class */
3149
3147
  function(e) {
3150
3148
  We(t, e);
@@ -3157,17 +3155,17 @@ var ze = (
3157
3155
  (function(e) {
3158
3156
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3159
3157
  })(J || (J = {}));
3160
- function ii(e) {
3158
+ function ni(e) {
3161
3159
  return e.length < 2 ? e : e.reduce(function(t, r) {
3162
3160
  var n = t[t.length - 1];
3163
3161
  return !n || n.type !== J.literal || r.type !== J.literal ? t.push(r) : n.value += r.value, t;
3164
3162
  }, []);
3165
3163
  }
3166
- function si(e) {
3164
+ function ii(e) {
3167
3165
  return typeof e == "function";
3168
3166
  }
3169
3167
  function Ge(e, t, r, n, i, s, a) {
3170
- if (e.length === 1 && Ht(e[0]))
3168
+ if (e.length === 1 && Ct(e[0]))
3171
3169
  return [
3172
3170
  {
3173
3171
  type: J.literal,
@@ -3176,14 +3174,14 @@ function Ge(e, t, r, n, i, s, a) {
3176
3174
  ];
3177
3175
  for (var o = [], u = 0, l = e; u < l.length; u++) {
3178
3176
  var h = l[u];
3179
- if (Ht(h)) {
3177
+ if (Ct(h)) {
3180
3178
  o.push({
3181
3179
  type: J.literal,
3182
3180
  value: h.value
3183
3181
  });
3184
3182
  continue;
3185
3183
  }
3186
- if (Sn(h)) {
3184
+ if (Cn(h)) {
3187
3185
  typeof s == "number" && o.push({
3188
3186
  type: J.literal,
3189
3187
  value: r.getNumberFormat(t).format(s)
@@ -3192,16 +3190,16 @@ function Ge(e, t, r, n, i, s, a) {
3192
3190
  }
3193
3191
  var c = h.value;
3194
3192
  if (!(i && c in i))
3195
- throw new ni(c, a);
3193
+ throw new ri(c, a);
3196
3194
  var d = i[c];
3197
- if (Cn(h)) {
3195
+ if (Mn(h)) {
3198
3196
  (!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), o.push({
3199
3197
  type: typeof d == "string" ? J.literal : J.object,
3200
3198
  value: d
3201
3199
  });
3202
3200
  continue;
3203
3201
  }
3204
- if (ar(h)) {
3202
+ if (sr(h)) {
3205
3203
  var _ = typeof h.style == "string" ? n.date[h.style] : ht(h.style) ? h.style.parsedOptions : void 0;
3206
3204
  o.push({
3207
3205
  type: J.literal,
@@ -3209,7 +3207,7 @@ function Ge(e, t, r, n, i, s, a) {
3209
3207
  });
3210
3208
  continue;
3211
3209
  }
3212
- if (lr(h)) {
3210
+ if (or(h)) {
3213
3211
  var _ = typeof h.style == "string" ? n.time[h.style] : ht(h.style) ? h.style.parsedOptions : n.time.medium;
3214
3212
  o.push({
3215
3213
  type: J.literal,
@@ -3217,18 +3215,18 @@ function Ge(e, t, r, n, i, s, a) {
3217
3215
  });
3218
3216
  continue;
3219
3217
  }
3220
- if (or(h)) {
3221
- var _ = typeof h.style == "string" ? n.number[h.style] : fr(h.style) ? h.style.parsedOptions : void 0;
3218
+ if (ir(h)) {
3219
+ var _ = typeof h.style == "string" ? n.number[h.style] : hr(h.style) ? h.style.parsedOptions : void 0;
3222
3220
  _ && _.scale && (d = d * (_.scale || 1)), o.push({
3223
3221
  type: J.literal,
3224
3222
  value: r.getNumberFormat(t, _).format(d)
3225
3223
  });
3226
3224
  continue;
3227
3225
  }
3228
- if (cr(h)) {
3226
+ if (ur(h)) {
3229
3227
  var E = h.children, f = h.value, w = i[f];
3230
- if (!si(w))
3231
- throw new ri(f, "function", a);
3228
+ if (!ii(w))
3229
+ throw new ti(f, "function", a);
3232
3230
  var P = Ge(E, t, r, n, i, s), I = w(P.map(function(N) {
3233
3231
  return N.value;
3234
3232
  }));
@@ -3239,14 +3237,14 @@ function Ge(e, t, r, n, i, s, a) {
3239
3237
  };
3240
3238
  }));
3241
3239
  }
3242
- if (ur(h)) {
3240
+ if (ar(h)) {
3243
3241
  var T = h.options[d] || h.options.other;
3244
3242
  if (!T)
3245
- throw new Nt(h.value, d, Object.keys(h.options), a);
3243
+ throw new Bt(h.value, d, Object.keys(h.options), a);
3246
3244
  o.push.apply(o, Ge(T.value, t, r, n, i));
3247
3245
  continue;
3248
3246
  }
3249
- if (hr(h)) {
3247
+ if (lr(h)) {
3250
3248
  var T = h.options["=".concat(d)];
3251
3249
  if (!T) {
3252
3250
  if (!Intl.PluralRules)
@@ -3257,22 +3255,22 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3257
3255
  T = h.options[R] || h.options.other;
3258
3256
  }
3259
3257
  if (!T)
3260
- throw new Nt(h.value, d, Object.keys(h.options), a);
3258
+ throw new Bt(h.value, d, Object.keys(h.options), a);
3261
3259
  o.push.apply(o, Ge(T.value, t, r, n, i, d - (h.offset || 0)));
3262
3260
  continue;
3263
3261
  }
3264
3262
  }
3265
- return ii(o);
3263
+ return ni(o);
3266
3264
  }
3267
- function oi(e, t) {
3268
- return t ? A(A(A({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3269
- return r[n] = A(A({}, e[n]), t[n] || {}), r;
3265
+ function si(e, t) {
3266
+ return t ? O(O(O({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
3267
+ return r[n] = O(O({}, e[n]), t[n] || {}), r;
3270
3268
  }, {})) : e;
3271
3269
  }
3272
- function ai(e, t) {
3270
+ function oi(e, t) {
3273
3271
  return t ? Object.keys(e).reduce(function(r, n) {
3274
- return r[n] = oi(e[n], t[n]), r;
3275
- }, A({}, e)) : e;
3272
+ return r[n] = si(e[n], t[n]), r;
3273
+ }, O({}, e)) : e;
3276
3274
  }
3277
3275
  function nt(e) {
3278
3276
  return {
@@ -3288,7 +3286,7 @@ function nt(e) {
3288
3286
  }
3289
3287
  };
3290
3288
  }
3291
- function li(e) {
3289
+ function ai(e) {
3292
3290
  return e === void 0 && (e = {
3293
3291
  number: {},
3294
3292
  dateTime: {},
@@ -3320,7 +3318,7 @@ function li(e) {
3320
3318
  })
3321
3319
  };
3322
3320
  }
3323
- var _r = (
3321
+ var yr = (
3324
3322
  /** @class */
3325
3323
  function() {
3326
3324
  function e(t, r, n, i) {
@@ -3352,13 +3350,13 @@ var _r = (
3352
3350
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3353
3351
  var a = i || {};
3354
3352
  a.formatters;
3355
- var o = vn(a, ["formatters"]);
3356
- this.ast = e.__parse(t, A(A({}, o), { locale: this.resolvedLocale }));
3353
+ var o = bn(a, ["formatters"]);
3354
+ this.ast = e.__parse(t, O(O({}, o), { locale: this.resolvedLocale }));
3357
3355
  } else
3358
3356
  this.ast = t;
3359
3357
  if (!Array.isArray(this.ast))
3360
3358
  throw new TypeError("A message must be provided as a String or AST.");
3361
- this.formats = ai(e.formats, n), this.formatters = i && i.formatters || li(this.formatterCache);
3359
+ this.formats = oi(e.formats, n), this.formatters = i && i.formatters || ai(this.formatterCache);
3362
3360
  }
3363
3361
  return Object.defineProperty(e, "defaultLocale", {
3364
3362
  get: function() {
@@ -3371,7 +3369,7 @@ var _r = (
3371
3369
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3372
3370
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3373
3371
  }
3374
- }, e.__parse = ti, e.formats = {
3372
+ }, e.__parse = ei, e.formats = {
3375
3373
  number: {
3376
3374
  integer: {
3377
3375
  maximumFractionDigits: 0
@@ -3432,7 +3430,7 @@ var _r = (
3432
3430
  }, e;
3433
3431
  }()
3434
3432
  );
3435
- function ui(e, t) {
3433
+ function li(e, t) {
3436
3434
  if (t == null)
3437
3435
  return;
3438
3436
  if (t in e)
@@ -3453,60 +3451,60 @@ function ui(e, t) {
3453
3451
  n = void 0;
3454
3452
  return n;
3455
3453
  }
3456
- const me = {}, hi = (e, t, r) => r && (t in me || (me[t] = {}), e in me[t] || (me[t][e] = r), r), Er = (e, t) => {
3454
+ const me = {}, ui = (e, t, r) => r && (t in me || (me[t] = {}), e in me[t] || (me[t][e] = r), r), vr = (e, t) => {
3457
3455
  if (t == null)
3458
3456
  return;
3459
3457
  if (t in me && e in me[t])
3460
3458
  return me[t][e];
3461
3459
  const r = De(t);
3462
3460
  for (let n = 0; n < r.length; n++) {
3463
- const i = r[n], s = fi(i, e);
3461
+ const i = r[n], s = ci(i, e);
3464
3462
  if (s)
3465
- return hi(e, t, s);
3463
+ return ui(e, t, s);
3466
3464
  }
3467
3465
  };
3468
- let Et;
3466
+ let vt;
3469
3467
  const Ne = Xe({});
3470
- function ci(e) {
3471
- return Et[e] || null;
3468
+ function hi(e) {
3469
+ return vt[e] || null;
3472
3470
  }
3473
- function xr(e) {
3474
- return e in Et;
3471
+ function _r(e) {
3472
+ return e in vt;
3475
3473
  }
3476
- function fi(e, t) {
3477
- if (!xr(e))
3474
+ function ci(e, t) {
3475
+ if (!_r(e))
3478
3476
  return null;
3479
- const r = ci(e);
3480
- return ui(r, t);
3477
+ const r = hi(e);
3478
+ return li(r, t);
3481
3479
  }
3482
- function mi(e) {
3480
+ function fi(e) {
3483
3481
  if (e == null)
3484
3482
  return;
3485
3483
  const t = De(e);
3486
3484
  for (let r = 0; r < t.length; r++) {
3487
3485
  const n = t[r];
3488
- if (xr(n))
3486
+ if (_r(n))
3489
3487
  return n;
3490
3488
  }
3491
3489
  }
3492
- function Lr(e, ...t) {
3493
- delete me[e], Ne.update((r) => (r[e] = yn.all([r[e] || {}, ...t]), r));
3490
+ function Er(e, ...t) {
3491
+ delete me[e], Ne.update((r) => (r[e] = gn.all([r[e] || {}, ...t]), r));
3494
3492
  }
3495
3493
  Ce(
3496
3494
  [Ne],
3497
3495
  ([e]) => Object.keys(e)
3498
3496
  );
3499
- Ne.subscribe((e) => Et = e);
3497
+ Ne.subscribe((e) => vt = e);
3500
3498
  const ke = {};
3501
- function di(e, t) {
3499
+ function mi(e, t) {
3502
3500
  ke[e].delete(t), ke[e].size === 0 && delete ke[e];
3503
3501
  }
3504
- function wr(e) {
3502
+ function xr(e) {
3505
3503
  return ke[e];
3506
3504
  }
3507
- function pi(e) {
3505
+ function di(e) {
3508
3506
  return De(e).map((t) => {
3509
- const r = wr(t);
3507
+ const r = xr(t);
3510
3508
  return [t, r ? [...r] : []];
3511
3509
  }).filter(([, t]) => t.length > 0);
3512
3510
  }
@@ -3514,40 +3512,40 @@ function je(e) {
3514
3512
  return e == null ? !1 : De(e).some(
3515
3513
  (t) => {
3516
3514
  var r;
3517
- return (r = wr(t)) == null ? void 0 : r.size;
3515
+ return (r = xr(t)) == null ? void 0 : r.size;
3518
3516
  }
3519
3517
  );
3520
3518
  }
3521
- function gi(e, t) {
3519
+ function pi(e, t) {
3522
3520
  return Promise.all(
3523
- t.map((n) => (di(e, n), n().then((i) => i.default || i)))
3524
- ).then((n) => Lr(e, ...n));
3521
+ t.map((n) => (mi(e, n), n().then((i) => i.default || i)))
3522
+ ).then((n) => Er(e, ...n));
3525
3523
  }
3526
3524
  const He = {};
3527
- function Mr(e) {
3525
+ function Lr(e) {
3528
3526
  if (!je(e))
3529
3527
  return e in He ? He[e] : Promise.resolve();
3530
- const t = pi(e);
3528
+ const t = di(e);
3531
3529
  return He[e] = Promise.all(
3532
3530
  t.map(
3533
- ([r, n]) => gi(r, n)
3531
+ ([r, n]) => pi(r, n)
3534
3532
  )
3535
3533
  ).then(() => {
3536
3534
  if (je(e))
3537
- return Mr(e);
3535
+ return Lr(e);
3538
3536
  delete He[e];
3539
3537
  }), He[e];
3540
3538
  }
3541
- var Dt = Object.getOwnPropertySymbols, bi = Object.prototype.hasOwnProperty, yi = Object.prototype.propertyIsEnumerable, vi = (e, t) => {
3539
+ var Pt = Object.getOwnPropertySymbols, gi = Object.prototype.hasOwnProperty, bi = Object.prototype.propertyIsEnumerable, yi = (e, t) => {
3542
3540
  var r = {};
3543
3541
  for (var n in e)
3544
- bi.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3545
- if (e != null && Dt)
3546
- for (var n of Dt(e))
3547
- t.indexOf(n) < 0 && yi.call(e, n) && (r[n] = e[n]);
3542
+ gi.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3543
+ if (e != null && Pt)
3544
+ for (var n of Pt(e))
3545
+ t.indexOf(n) < 0 && bi.call(e, n) && (r[n] = e[n]);
3548
3546
  return r;
3549
3547
  };
3550
- const _i = {
3548
+ const vi = {
3551
3549
  number: {
3552
3550
  scientific: { notation: "scientific" },
3553
3551
  engineering: { notation: "engineering" },
@@ -3577,7 +3575,7 @@ const _i = {
3577
3575
  }
3578
3576
  }
3579
3577
  };
3580
- function Ei({ locale: e, id: t }) {
3578
+ function _i({ locale: e, id: t }) {
3581
3579
  console.warn(
3582
3580
  `[svelte-i18n] The message "${t}" was not found in "${De(
3583
3581
  e
@@ -3586,49 +3584,49 @@ function Ei({ locale: e, id: t }) {
3586
3584
  Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
3587
3585
  );
3588
3586
  }
3589
- const xi = {
3587
+ const Ei = {
3590
3588
  fallbackLocale: null,
3591
3589
  loadingDelay: 200,
3592
- formats: _i,
3590
+ formats: vi,
3593
3591
  warnOnMissingMessages: !0,
3594
3592
  handleMissingMessage: void 0,
3595
3593
  ignoreTag: !0
3596
- }, Te = xi;
3594
+ }, Te = Ei;
3597
3595
  function we() {
3598
3596
  return Te;
3599
3597
  }
3600
- function Li(e) {
3601
- const t = e, { formats: r } = t, n = vi(t, ["formats"]);
3598
+ function xi(e) {
3599
+ const t = e, { formats: r } = t, n = yi(t, ["formats"]);
3602
3600
  let i = e.fallbackLocale;
3603
3601
  if (e.initialLocale)
3604
3602
  try {
3605
- _r.resolveLocale(e.initialLocale) && (i = e.initialLocale);
3603
+ yr.resolveLocale(e.initialLocale) && (i = e.initialLocale);
3606
3604
  } catch {
3607
3605
  console.warn(
3608
3606
  `[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
3609
3607
  );
3610
3608
  }
3611
- return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage = Ei : console.warn(
3609
+ return n.warnOnMissingMessages && (delete n.warnOnMissingMessages, n.handleMissingMessage == null ? n.handleMissingMessage = _i : console.warn(
3612
3610
  '[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
3613
3611
  )), Object.assign(Te, n, { initialLocale: i }), r && ("number" in r && Object.assign(Te.formats.number, r.number), "date" in r && Object.assign(Te.formats.date, r.date), "time" in r && Object.assign(Te.formats.time, r.time)), ge.set(i);
3614
3612
  }
3615
3613
  const it = Xe(!1);
3616
- var wi = Object.defineProperty, Mi = Object.defineProperties, Ci = Object.getOwnPropertyDescriptors, It = Object.getOwnPropertySymbols, Si = Object.prototype.hasOwnProperty, Hi = Object.prototype.propertyIsEnumerable, Rt = (e, t, r) => t in e ? wi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ti = (e, t) => {
3614
+ var Li = Object.defineProperty, wi = Object.defineProperties, Mi = Object.getOwnPropertyDescriptors, Nt = Object.getOwnPropertySymbols, Ci = Object.prototype.hasOwnProperty, Si = Object.prototype.propertyIsEnumerable, Dt = (e, t, r) => t in e ? Li(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Hi = (e, t) => {
3617
3615
  for (var r in t || (t = {}))
3618
- Si.call(t, r) && Rt(e, r, t[r]);
3619
- if (It)
3620
- for (var r of It(t))
3621
- Hi.call(t, r) && Rt(e, r, t[r]);
3616
+ Ci.call(t, r) && Dt(e, r, t[r]);
3617
+ if (Nt)
3618
+ for (var r of Nt(t))
3619
+ Si.call(t, r) && Dt(e, r, t[r]);
3622
3620
  return e;
3623
- }, Ai = (e, t) => Mi(e, Ci(t));
3621
+ }, Ti = (e, t) => wi(e, Mi(t));
3624
3622
  let gt;
3625
3623
  const Ze = Xe(null);
3626
- function Ut(e) {
3624
+ function It(e) {
3627
3625
  return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
3628
3626
  }
3629
3627
  function De(e, t = we().fallbackLocale) {
3630
- const r = Ut(e);
3631
- return t ? [.../* @__PURE__ */ new Set([...r, ...Ut(t)])] : r;
3628
+ const r = It(e);
3629
+ return t ? [.../* @__PURE__ */ new Set([...r, ...It(t)])] : r;
3632
3630
  }
3633
3631
  function de() {
3634
3632
  return gt ?? void 0;
@@ -3637,20 +3635,20 @@ Ze.subscribe((e) => {
3637
3635
  gt = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
3638
3636
  });
3639
3637
  const Oi = (e) => {
3640
- if (e && mi(e) && je(e)) {
3638
+ if (e && fi(e) && je(e)) {
3641
3639
  const { loadingDelay: t } = we();
3642
3640
  let r;
3643
3641
  return typeof window < "u" && de() != null && t ? r = window.setTimeout(
3644
3642
  () => it.set(!0),
3645
3643
  t
3646
- ) : it.set(!0), Mr(e).then(() => {
3644
+ ) : it.set(!0), Lr(e).then(() => {
3647
3645
  Ze.set(e);
3648
3646
  }).finally(() => {
3649
3647
  clearTimeout(r), it.set(!1);
3650
3648
  });
3651
3649
  }
3652
3650
  return Ze.set(e);
3653
- }, ge = Ai(Ti({}, Ze), {
3651
+ }, ge = Ti(Hi({}, Ze), {
3654
3652
  set: Oi
3655
3653
  }), Ye = (e) => {
3656
3654
  const t = /* @__PURE__ */ Object.create(null);
@@ -3659,20 +3657,20 @@ const Oi = (e) => {
3659
3657
  return i in t ? t[i] : t[i] = e(n);
3660
3658
  };
3661
3659
  };
3662
- var $i = Object.defineProperty, Ve = Object.getOwnPropertySymbols, Cr = Object.prototype.hasOwnProperty, Sr = Object.prototype.propertyIsEnumerable, Gt = (e, t, r) => t in e ? $i(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, xt = (e, t) => {
3660
+ var Ai = Object.defineProperty, Ve = Object.getOwnPropertySymbols, wr = Object.prototype.hasOwnProperty, Mr = Object.prototype.propertyIsEnumerable, Rt = (e, t, r) => t in e ? Ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, _t = (e, t) => {
3663
3661
  for (var r in t || (t = {}))
3664
- Cr.call(t, r) && Gt(e, r, t[r]);
3662
+ wr.call(t, r) && Rt(e, r, t[r]);
3665
3663
  if (Ve)
3666
3664
  for (var r of Ve(t))
3667
- Sr.call(t, r) && Gt(e, r, t[r]);
3665
+ Mr.call(t, r) && Rt(e, r, t[r]);
3668
3666
  return e;
3669
3667
  }, Se = (e, t) => {
3670
3668
  var r = {};
3671
3669
  for (var n in e)
3672
- Cr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3670
+ wr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
3673
3671
  if (e != null && Ve)
3674
3672
  for (var n of Ve(e))
3675
- t.indexOf(n) < 0 && Sr.call(e, n) && (r[n] = e[n]);
3673
+ t.indexOf(n) < 0 && Mr.call(e, n) && (r[n] = e[n]);
3676
3674
  return r;
3677
3675
  };
3678
3676
  const Pe = (e, t) => {
@@ -3680,21 +3678,21 @@ const Pe = (e, t) => {
3680
3678
  if (e in r && t in r[e])
3681
3679
  return r[e][t];
3682
3680
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3683
- }, Bi = Ye(
3681
+ }, $i = Ye(
3684
3682
  (e) => {
3685
3683
  var t = e, { locale: r, format: n } = t, i = Se(t, ["locale", "format"]);
3686
3684
  if (r == null)
3687
3685
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3688
3686
  return n && (i = Pe("number", n)), new Intl.NumberFormat(r, i);
3689
3687
  }
3690
- ), Pi = Ye(
3688
+ ), Bi = Ye(
3691
3689
  (e) => {
3692
3690
  var t = e, { locale: r, format: n } = t, i = Se(t, ["locale", "format"]);
3693
3691
  if (r == null)
3694
3692
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3695
3693
  return n ? i = Pe("date", n) : Object.keys(i).length === 0 && (i = Pe("date", "short")), new Intl.DateTimeFormat(r, i);
3696
3694
  }
3697
- ), Ni = Ye(
3695
+ ), Pi = Ye(
3698
3696
  (e) => {
3699
3697
  var t = e, { locale: r, format: n } = t, i = Se(t, ["locale", "format"]);
3700
3698
  if (r == null)
@@ -3703,33 +3701,33 @@ const Pe = (e, t) => {
3703
3701
  );
3704
3702
  return n ? i = Pe("time", n) : Object.keys(i).length === 0 && (i = Pe("time", "short")), new Intl.DateTimeFormat(r, i);
3705
3703
  }
3706
- ), Di = (e = {}) => {
3704
+ ), Ni = (e = {}) => {
3707
3705
  var t = e, {
3708
3706
  locale: r = de()
3709
3707
  } = t, n = Se(t, [
3710
3708
  "locale"
3711
3709
  ]);
3712
- return Bi(xt({ locale: r }, n));
3713
- }, Ii = (e = {}) => {
3710
+ return $i(_t({ locale: r }, n));
3711
+ }, Di = (e = {}) => {
3714
3712
  var t = e, {
3715
3713
  locale: r = de()
3716
3714
  } = t, n = Se(t, [
3717
3715
  "locale"
3718
3716
  ]);
3719
- return Pi(xt({ locale: r }, n));
3720
- }, Ri = (e = {}) => {
3717
+ return Bi(_t({ locale: r }, n));
3718
+ }, Ii = (e = {}) => {
3721
3719
  var t = e, {
3722
3720
  locale: r = de()
3723
3721
  } = t, n = Se(t, [
3724
3722
  "locale"
3725
3723
  ]);
3726
- return Ni(xt({ locale: r }, n));
3727
- }, Ui = Ye(
3724
+ return Pi(_t({ locale: r }, n));
3725
+ }, Ri = Ye(
3728
3726
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3729
- (e, t = de()) => new _r(e, t, we().formats, {
3727
+ (e, t = de()) => new yr(e, t, we().formats, {
3730
3728
  ignoreTag: we().ignoreTag
3731
3729
  })
3732
- ), Gi = (e, t = {}) => {
3730
+ ), Ui = (e, t = {}) => {
3733
3731
  var r, n, i, s;
3734
3732
  let a = t;
3735
3733
  typeof e == "object" && (a = e, e = a.id);
@@ -3742,7 +3740,7 @@ const Pe = (e, t) => {
3742
3740
  throw new Error(
3743
3741
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3744
3742
  );
3745
- let h = Er(e, u);
3743
+ let h = vr(e, u);
3746
3744
  if (!h)
3747
3745
  h = (s = (i = (n = (r = we()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: l })) != null ? i : l) != null ? s : e;
3748
3746
  else if (typeof h != "string")
@@ -3753,7 +3751,7 @@ const Pe = (e, t) => {
3753
3751
  return h;
3754
3752
  let c = h;
3755
3753
  try {
3756
- c = Ui(h, u).format(o);
3754
+ c = Ri(h, u).format(o);
3757
3755
  } catch (d) {
3758
3756
  d instanceof Error && console.warn(
3759
3757
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3761,20 +3759,20 @@ const Pe = (e, t) => {
3761
3759
  );
3762
3760
  }
3763
3761
  return c;
3764
- }, ki = (e, t) => Ri(t).format(e), Fi = (e, t) => Ii(t).format(e), ji = (e, t) => Di(t).format(e), Zi = (e, t = de()) => Er(e, t), Vi = Ce([ge, Ne], () => Gi);
3762
+ }, Gi = (e, t) => Ii(t).format(e), ki = (e, t) => Di(t).format(e), Fi = (e, t) => Ni(t).format(e), ji = (e, t = de()) => vr(e, t), Zi = Ce([ge, Ne], () => Ui);
3763
+ Ce([ge], () => Gi);
3765
3764
  Ce([ge], () => ki);
3766
3765
  Ce([ge], () => Fi);
3767
- Ce([ge], () => ji);
3768
- Ce([ge, Ne], () => Zi);
3769
- function kt(e, t) {
3770
- Lr(e, t);
3766
+ Ce([ge, Ne], () => ji);
3767
+ function Ut(e, t) {
3768
+ Er(e, t);
3771
3769
  }
3772
- function Xi(e) {
3773
- Li({
3770
+ function Vi(e) {
3771
+ xi({
3774
3772
  fallbackLocale: "en"
3775
3773
  }), ge.set(e);
3776
3774
  }
3777
- const Ft = {
3775
+ const Gt = {
3778
3776
  en: {
3779
3777
  generalMin: "Min",
3780
3778
  generalMax: "Max",
@@ -3808,11 +3806,11 @@ const Ft = {
3808
3806
  showLess: "SHOW LESS"
3809
3807
  }
3810
3808
  };
3811
- var Hr = { exports: {} };
3809
+ var Cr = { exports: {} };
3812
3810
  (function(e, t) {
3813
3811
  (function(r, n) {
3814
3812
  e.exports = n();
3815
- })(rr, function() {
3813
+ })(er, function() {
3816
3814
  var r = 1e3, n = 6e4, i = 36e5, s = "millisecond", a = "second", o = "minute", u = "hour", l = "day", h = "week", c = "month", d = "quarter", _ = "year", E = "date", f = "Invalid Date", w = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, I = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(x) {
3817
3815
  var b = ["th", "st", "nd", "rd"], m = x % 100;
3818
3816
  return "[" + x + (b[(m - 20) % 10] || b[m] || b[0]) + "]";
@@ -3848,8 +3846,8 @@ var Hr = { exports: {} };
3848
3846
  if (!g && v.length > 1)
3849
3847
  return x(v[0]);
3850
3848
  } else {
3851
- var O = b.name;
3852
- j[O] = b, g = O;
3849
+ var A = b.name;
3850
+ j[A] = b, g = A;
3853
3851
  }
3854
3852
  return !y && g && (N = g), g || !y && N;
3855
3853
  }, D = function(x, b) {
@@ -3878,8 +3876,8 @@ var Hr = { exports: {} };
3878
3876
  if (typeof g == "string" && !/Z$/i.test(g)) {
3879
3877
  var v = g.match(w);
3880
3878
  if (v) {
3881
- var O = v[2] - 1 || 0, G = (v[7] || "0").substring(0, 3);
3882
- return L ? new Date(Date.UTC(v[1], O, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, G)) : new Date(v[1], O, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, G);
3879
+ var A = v[2] - 1 || 0, G = (v[7] || "0").substring(0, 3);
3880
+ return L ? new Date(Date.UTC(v[1], A, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, G)) : new Date(v[1], A, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, G);
3883
3881
  }
3884
3882
  }
3885
3883
  return new Date(g);
@@ -3905,7 +3903,7 @@ var Hr = { exports: {} };
3905
3903
  }, b.valueOf = function() {
3906
3904
  return this.$d.getTime();
3907
3905
  }, b.startOf = function(m, y) {
3908
- var g = this, L = !!M.u(y) || y, v = M.p(m), O = function(he, W) {
3906
+ var g = this, L = !!M.u(y) || y, v = M.p(m), A = function(he, W) {
3909
3907
  var ae = M.w(g.$u ? Date.UTC(g.$y, W, he) : new Date(g.$y, W, he), g);
3910
3908
  return L ? ae : ae.endOf(l);
3911
3909
  }, G = function(he, W) {
@@ -3913,12 +3911,12 @@ var Hr = { exports: {} };
3913
3911
  }, Z = this.$W, V = this.$M, Q = this.$D, ce = "set" + (this.$u ? "UTC" : "");
3914
3912
  switch (v) {
3915
3913
  case _:
3916
- return L ? O(1, 0) : O(31, 11);
3914
+ return L ? A(1, 0) : A(31, 11);
3917
3915
  case c:
3918
- return L ? O(1, V) : O(0, V + 1);
3916
+ return L ? A(1, V) : A(0, V + 1);
3919
3917
  case h:
3920
3918
  var ue = this.$locale().weekStart || 0, fe = (Z < ue ? Z + 7 : Z) - ue;
3921
- return O(L ? Q - fe : Q + (6 - fe), V);
3919
+ return A(L ? Q - fe : Q + (6 - fe), V);
3922
3920
  case l:
3923
3921
  case E:
3924
3922
  return G(ce + "Hours", 0);
@@ -3934,12 +3932,12 @@ var Hr = { exports: {} };
3934
3932
  }, b.endOf = function(m) {
3935
3933
  return this.startOf(m, !1);
3936
3934
  }, b.$set = function(m, y) {
3937
- var g, L = M.p(m), v = "set" + (this.$u ? "UTC" : ""), O = (g = {}, g[l] = v + "Date", g[E] = v + "Date", g[c] = v + "Month", g[_] = v + "FullYear", g[u] = v + "Hours", g[o] = v + "Minutes", g[a] = v + "Seconds", g[s] = v + "Milliseconds", g)[L], G = L === l ? this.$D + (y - this.$W) : y;
3935
+ var g, L = M.p(m), v = "set" + (this.$u ? "UTC" : ""), A = (g = {}, g[l] = v + "Date", g[E] = v + "Date", g[c] = v + "Month", g[_] = v + "FullYear", g[u] = v + "Hours", g[o] = v + "Minutes", g[a] = v + "Seconds", g[s] = v + "Milliseconds", g)[L], G = L === l ? this.$D + (y - this.$W) : y;
3938
3936
  if (L === c || L === _) {
3939
3937
  var Z = this.clone().set(E, 1);
3940
- Z.$d[O](G), Z.init(), this.$d = Z.set(E, Math.min(this.$D, Z.daysInMonth())).$d;
3938
+ Z.$d[A](G), Z.init(), this.$d = Z.set(E, Math.min(this.$D, Z.daysInMonth())).$d;
3941
3939
  } else
3942
- O && this.$d[O](G);
3940
+ A && this.$d[A](G);
3943
3941
  return this.init(), this;
3944
3942
  }, b.set = function(m, y) {
3945
3943
  return this.clone().$set(m, y);
@@ -3948,7 +3946,7 @@ var Hr = { exports: {} };
3948
3946
  }, b.add = function(m, y) {
3949
3947
  var g, L = this;
3950
3948
  m = Number(m);
3951
- var v = M.p(y), O = function(V) {
3949
+ var v = M.p(y), A = function(V) {
3952
3950
  var Q = D(L);
3953
3951
  return M.w(Q.date(Q.date() + Math.round(V * m)), L);
3954
3952
  };
@@ -3957,9 +3955,9 @@ var Hr = { exports: {} };
3957
3955
  if (v === _)
3958
3956
  return this.set(_, this.$y + m);
3959
3957
  if (v === l)
3960
- return O(1);
3958
+ return A(1);
3961
3959
  if (v === h)
3962
- return O(7);
3960
+ return A(7);
3963
3961
  var G = (g = {}, g[o] = n, g[u] = i, g[a] = r, g)[v] || 1, Z = this.$d.getTime() + m * G;
3964
3962
  return M.w(Z, this);
3965
3963
  }, b.subtract = function(m, y) {
@@ -3968,10 +3966,10 @@ var Hr = { exports: {} };
3968
3966
  var y = this, g = this.$locale();
3969
3967
  if (!this.isValid())
3970
3968
  return g.invalidDate || f;
3971
- var L = m || "YYYY-MM-DDTHH:mm:ssZ", v = M.z(this), O = this.$H, G = this.$m, Z = this.$M, V = g.weekdays, Q = g.months, ce = g.meridiem, ue = function(W, ae, p, $) {
3969
+ var L = m || "YYYY-MM-DDTHH:mm:ssZ", v = M.z(this), A = this.$H, G = this.$m, Z = this.$M, V = g.weekdays, Q = g.months, ce = g.meridiem, ue = function(W, ae, p, $) {
3972
3970
  return W && (W[ae] || W(y, L)) || p[ae].slice(0, $);
3973
3971
  }, fe = function(W) {
3974
- return M.s(O % 12 || 12, W, "0");
3972
+ return M.s(A % 12 || 12, W, "0");
3975
3973
  }, he = ce || function(W, ae, p) {
3976
3974
  var $ = W < 12 ? "AM" : "PM";
3977
3975
  return p ? $.toLowerCase() : $;
@@ -4004,17 +4002,17 @@ var Hr = { exports: {} };
4004
4002
  case "dddd":
4005
4003
  return V[y.$W];
4006
4004
  case "H":
4007
- return String(O);
4005
+ return String(A);
4008
4006
  case "HH":
4009
- return M.s(O, 2, "0");
4007
+ return M.s(A, 2, "0");
4010
4008
  case "h":
4011
4009
  return fe(1);
4012
4010
  case "hh":
4013
4011
  return fe(2);
4014
4012
  case "a":
4015
- return he(O, G, !0);
4013
+ return he(A, G, !0);
4016
4014
  case "A":
4017
- return he(O, G, !1);
4015
+ return he(A, G, !1);
4018
4016
  case "m":
4019
4017
  return String(G);
4020
4018
  case "mm":
@@ -4034,10 +4032,10 @@ var Hr = { exports: {} };
4034
4032
  }, b.utcOffset = function() {
4035
4033
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
4036
4034
  }, b.diff = function(m, y, g) {
4037
- var L, v = this, O = M.p(y), G = D(m), Z = (G.utcOffset() - this.utcOffset()) * n, V = this - G, Q = function() {
4035
+ var L, v = this, A = M.p(y), G = D(m), Z = (G.utcOffset() - this.utcOffset()) * n, V = this - G, Q = function() {
4038
4036
  return M.m(v, G);
4039
4037
  };
4040
- switch (O) {
4038
+ switch (A) {
4041
4039
  case _:
4042
4040
  L = Q() / 12;
4043
4041
  break;
@@ -4097,14 +4095,14 @@ var Hr = { exports: {} };
4097
4095
  return D(1e3 * x);
4098
4096
  }, D.en = j[N], D.Ls = j, D.p = {}, D;
4099
4097
  });
4100
- })(Hr);
4101
- var Wi = Hr.exports;
4102
- const jt = /* @__PURE__ */ yt(Wi);
4103
- var Tr = { exports: {} };
4098
+ })(Cr);
4099
+ var Xi = Cr.exports;
4100
+ const kt = /* @__PURE__ */ yt(Xi);
4101
+ var Sr = { exports: {} };
4104
4102
  (function(e, t) {
4105
4103
  (function(r, n) {
4106
4104
  e.exports = n();
4107
- })(rr, function() {
4105
+ })(er, function() {
4108
4106
  var r = "minute", n = /[+-]\d\d(?::?\d\d)?/g, i = /([+-]|\d\d)/g;
4109
4107
  return function(s, a, o) {
4110
4108
  var u = a.prototype;
@@ -4180,17 +4178,17 @@ var Tr = { exports: {} };
4180
4178
  };
4181
4179
  };
4182
4180
  });
4183
- })(Tr);
4184
- var zi = Tr.exports;
4185
- const Yi = /* @__PURE__ */ yt(zi), Ji = "data:image/svg+xml,%3csvg%20width='337'%20height='182'%20viewBox='0%200%20337%20182'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3810_1046)'%3e%3cmask%20id='mask0_3810_1046'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='337'%20height='182'%3e%3cpath%20d='M337%200H0V182H337V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3810_1046)'%3e%3cpath%20opacity='0.16'%20d='M309.269%20229.727C361.939%20177.104%20362.219%2092.0651%20309.895%2039.7875C257.571%20-12.49%20172.456%20-12.21%20119.786%2040.413C67.1163%2093.0359%2066.836%20178.075%20119.16%20230.352C171.484%20282.63%20256.599%20282.35%20309.269%20229.727Z'%20fill='url(%23paint0_linear_3810_1046)'/%3e%3cpath%20d='M306.91%2085.1765C306.739%2085.2338%20302.567%2086.122%20302.567%2086.122L303.5%2091.4846C303.248%2093.837%20303.341%2096.6725%20303.844%2099.6755C304.373%20102.836%20305.272%20105.672%20306.347%20107.862L307.255%20113.083C307.255%20113.083%20311.566%20111.854%20311.731%20111.798C314.285%20110.94%20315.276%20104.285%20313.945%2096.9328C312.614%2089.5809%20309.464%2084.317%20306.91%2085.1751V85.1765Z'%20fill='%23EFED85'/%3e%3cpath%20d='M306.685%20113.272C309.314%20112.85%20310.469%20106.436%20309.264%2098.9468C308.06%2091.4575%20304.952%2085.7283%20302.323%2086.1504C299.695%2086.5724%20298.54%2092.9859%20299.745%20100.475C300.949%20107.965%20304.057%20113.694%20306.685%20113.272Z'%20fill='white'/%3e%3cpath%20d='M305.827%20108.917C307.296%20108.672%20307.819%20104.485%20306.996%2099.565C306.173%2094.6451%20304.315%2090.8556%20302.847%2091.1009C301.378%2091.3461%20300.855%2095.5332%20301.678%20100.453C302.501%20105.373%20304.359%20109.162%20305.827%20108.917Z'%20fill='%23F4F3AC'/%3e%3cpath%20d='M304.62%20105.084L304.075%20103.589C303.619%20102.177%20303.262%20101.098%20302.642%20100.459L302.04%2099.8406L302.288%2099.5744C302.849%2098.9733%20303.198%2097.6789%20303.232%2095.9681L303.248%2095.1577L303.659%2096.3726C304.164%2097.8677%20304.895%2099.1162%20305.724%2099.851L306.266%20100.447L305.602%20100.9C304.866%20101.503%20304.705%20102.631%20304.648%20104.26L304.619%20105.084H304.62Z'%20fill='white'/%3e%3cpath%20opacity='0.72'%20d='M200.267%20126.95L215.345%20130.531L220.921%20107.008L213.789%20105.314L200.267%20126.95Z'%20fill='%23335176'/%3e%3cpath%20opacity='0.72'%20d='M206.435%2099.1181L221.513%20102.699L227.089%2079.1759L219.957%2077.4819L206.435%2099.1181Z'%20fill='%23335176'/%3e%3cpath%20opacity='0.72'%20d='M264.663%2061.4345L235.427%2055.1773L236.027%2047.2476L267.382%2054.2159L264.663%2061.4345Z'%20fill='%23C9C9CD'/%3e%3cpath%20d='M267.172%2054.3082L236.177%2047.334L241.326%2039.9707L265.402%2045.3879L267.172%2054.3082Z'%20fill='%23E5E8EB'/%3e%3cpath%20opacity='0.72'%20d='M255.482%20116.025L251.839%20139.685L247.535%20137.953L251.822%20114.85L255.482%20116.025ZM259.581%2088.2698L254.196%20110.232L256.849%20111.475L262.769%2088.2698H259.581ZM269.145%2060.0598L265.72%2059.8086L260.923%2082.2169L263.224%2083.7198L269.145%2060.0598Z'%20fill='%23335176'/%3e%3cpath%20opacity='0.72'%20d='M226.752%2081.0609L226.682%2081.044L219.685%20110.601L219.612%20110.584L213.828%20135.857L218.236%20138.931L240.91%20144.235L246.268%20142.965L251.838%20118.626L251.91%20118.643L258.982%2088.7745L259.052%2088.7913L266.134%2058.8773L233.824%2051.1924L226.752%2081.0609Z'%20fill='%23C9C9CD'/%3e%3cpath%20d='M227.064%2079.4609L226.994%2079.444L220.404%20107.182L220.33%20107.165L213.535%20135.791L246.258%20142.963L252.849%20115.225L252.923%20115.242L259.583%2087.2109L259.653%2087.2277L266.323%2059.1542L233.724%2051.4297L227.064%2079.4609Z'%20fill='white'/%3e%3cpath%20d='M226.947%2079.7684L226.879%2079.7525L220.297%20107.492L220.225%20107.476L213.438%20136.104L245.311%20143.084L251.893%20115.344L251.965%20115.361L258.617%2087.3278L258.685%2087.3441L265.347%2059.2688L233.599%2051.7358L226.947%2079.7684Z'%20fill='white'/%3e%3cpath%20opacity='0.5'%20d='M226.961%2079.7714L226.892%2079.755L220.304%20107.494L220.23%20107.476L213.438%20136.104L245.879%20143.212L252.467%20115.473L252.54%20115.49L259.197%2087.4582L259.267%2087.4745L265.934%2059.4006L233.618%2051.7397L226.961%2079.7714Z'%20fill='url(%23paint1_linear_3810_1046)'/%3e%3cpath%20opacity='0.72'%20d='M213.147%2071.0995L228.225%2074.6808L233.801%2051.1573L226.67%2049.4634L213.147%2071.0995Z'%20fill='%23335176'/%3e%3cpath%20d='M211.385%20104.483L217.562%20105.962L210.465%20129.564L197.406%20126.436L211.385%20104.483H211.385ZM205.464%2099.2332L218.524%20102.36L224.158%2078.2259L217.981%2076.7471L205.465%2099.2332H205.464ZM212.126%2071.2034L225.186%2074.3306L230.819%2050.1965L224.643%2048.7173L212.126%2071.2034H212.126Z'%20fill='white'/%3e%3cpath%20d='M211.385%20104.483L217.562%20105.962L210.465%20129.564L197.406%20126.436L211.385%20104.483H211.385ZM205.464%2099.2332L218.524%20102.36L224.158%2078.2259L217.981%2076.7471L205.465%2099.2332H205.464ZM212.126%2071.2034L225.186%2074.3306L230.819%2050.1965L224.643%2048.7173L212.126%2071.2034H212.126Z'%20fill='url(%23paint2_linear_3810_1046)'/%3e%3cpath%20d='M264.464%20143.146L251.404%20140.022L255.781%20115.769L261.958%20117.247L264.464%20143.146ZM268.656%2089.5355L262.479%2088.0577L256.557%20112.123L269.617%20115.247L268.656%2089.5355ZM275.428%2061.5321L269.251%2060.0547L263.329%2084.1201L276.389%2087.2441L275.428%2061.5321Z'%20fill='white'/%3e%3cpath%20d='M264.464%20143.146L251.404%20140.022L255.781%20115.769L261.958%20117.247L264.464%20143.146ZM268.656%2089.5355L262.479%2088.0577L256.557%20112.123L269.617%20115.247L268.656%2089.5355ZM275.428%2061.5321L269.251%2060.0547L263.329%2084.1201L276.389%2087.2441L275.428%2061.5321Z'%20fill='url(%23paint3_linear_3810_1046)'/%3e%3cpath%20d='M232.837%20135.937C239.26%20135.937%20244.468%20130.734%20244.468%20124.316C244.468%20117.898%20239.26%20112.695%20232.837%20112.695C226.413%20112.695%20221.205%20117.898%20221.205%20124.316C221.205%20130.734%20226.413%20135.937%20232.837%20135.937Z'%20fill='white'/%3e%3cg%20opacity='0.31'%3e%3cpath%20d='M232.966%20133.318C238.149%20133.318%20242.351%20129.12%20242.351%20123.941C242.351%20118.763%20238.149%20114.564%20232.966%20114.564C227.783%20114.564%20223.581%20118.763%20223.581%20123.941C223.581%20129.12%20227.783%20133.318%20232.966%20133.318Z'%20fill='%237EC51E'/%3e%3c/g%3e%3cpath%20d='M239.767%20108.582C246.191%20108.582%20251.399%20103.379%20251.399%2096.961C251.399%2090.5428%20246.191%2085.3398%20239.767%2085.3398C233.343%2085.3398%20228.136%2090.5428%20228.136%2096.961C228.136%20103.379%20233.343%20108.582%20239.767%20108.582Z'%20fill='white'/%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M239.897%20105.963C245.08%20105.963%20249.282%20101.765%20249.282%2096.5861C249.282%2091.4075%20245.08%2087.2095%20239.897%2087.2095C234.714%2087.2095%20230.512%2091.4075%20230.512%2096.5861C230.512%20101.765%20234.714%20105.963%20239.897%20105.963Z'%20fill='%23EFED85'/%3e%3c/g%3e%3cpath%20d='M247.767%2080.7623C254.191%2080.7623%20259.399%2075.5594%20259.399%2069.1412C259.399%2062.723%20254.191%2057.52%20247.767%2057.52C241.343%2057.52%20236.136%2062.723%20236.136%2069.1412C236.136%2075.5594%20241.343%2080.7623%20247.767%2080.7623Z'%20fill='white'/%3e%3cg%20opacity='0.47'%3e%3cpath%20d='M248.022%2085.2495C256.699%2085.2495%20263.734%2078.2215%20263.734%2069.552C263.734%2060.8825%20256.699%2053.8545%20248.022%2053.8545C239.345%2053.8545%20232.311%2060.8825%20232.311%2069.552C232.311%2078.2215%20239.345%2085.2495%20248.022%2085.2495Z'%20fill='%23FFE5BE'/%3e%3c/g%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M247.472%2080.0554C253.318%2080.0554%20258.057%2075.3206%20258.057%2069.4799C258.057%2063.6391%20253.318%2058.9043%20247.472%2058.9043C241.626%2058.9043%20236.887%2063.6391%20236.887%2069.4799C236.887%2075.3206%20241.626%2080.0554%20247.472%2080.0554Z'%20fill='%23FFA726'/%3e%3c/g%3e%3cpath%20d='M225.426%2037.6665L189.408%2042.7698L187.953%2036.5627L225.233%2031.4321L225.426%2037.6665Z'%20fill='%23DDF0C4'/%3e%3cpath%20d='M187.957%2036.5846L190.505%2032.4892L215.212%2028.6162L225.294%2031.3844L187.957%2036.5846Z'%20fill='%23ECF5E2'/%3e%3cpath%20opacity='0.56'%20d='M201.065%2030.5759L203.025%2034.1504L204.17%2040.6892L211.068%2039.8502L210.023%2033.7673L206.24%2029.731L201.065%2030.5759Z'%20fill='white'/%3e%3cpath%20d='M160.588%2079.8823L165.616%2087.0722L151.713%20102.497L145.829%2096.1782L160.588%2079.8823Z'%20fill='%23D4ECB5'/%3e%3cpath%20d='M171.11%20133.02L172.813%20127.332L196.181%20140.808L192.506%20144.839L171.11%20133.02Z'%20fill='%23D4ECB5'/%3e%3cpath%20d='M258.894%20156.181L262.412%20148.881L278.337%20162.727L273.605%20168.398L258.894%20156.181Z'%20fill='%23D4ECB5'/%3e%3cpath%20d='M207.241%20153.371L212.273%20153.509C212.273%20153.509%20219.934%20160.635%20222.834%20164.031C225.734%20167.426%20229.899%20173.527%20229.899%20173.527L232.334%20181.542L220.067%20166.246L207.241%20153.371Z'%20fill='%23DDF0C4'/%3e%3cpath%20d='M227.172%20185.145L215.896%20170.61L202.893%20158.016L207.257%20153.355L220.673%20166.876L232.261%20181.518L227.172%20185.145Z'%20fill='%23ECF5E2'/%3e%3cpath%20opacity='0.56'%20d='M220.887%20161.734L218.801%20164.233L213.988%20168.822L218.523%20174.095L223.012%20169.843L224.701%20166.281L220.887%20161.734Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3810_1046'%20x1='377.71'%20y1='128.355'%20x2='109.138'%20y2='100.506'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.294'%20stop-color='%237EC51E'%20stop-opacity='0.8'/%3e%3cstop%20offset='0.306'%20stop-color='%237EC51E'%20stop-opacity='0.788'/%3e%3cstop%20offset='0.735'%20stop-color='%237EC51E'%20stop-opacity='0.367'/%3e%3cstop%20offset='0.931'%20stop-color='%237EC51E'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3810_1046'%20x1='222.977'%20y1='93.7971'%20x2='256.48'%20y2='101.349'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23D0D2D3'%20stop-opacity='0'/%3e%3cstop%20offset='0.147'%20stop-color='%23CED2D4'%20stop-opacity='0.175'/%3e%3cstop%20offset='0.332'%20stop-color='%23CDD2D5'%20stop-opacity='0.362'/%3e%3cstop%20offset='0.513'%20stop-color='%23CDD2D5'%20stop-opacity='0.51'/%3e%3cstop%20offset='0.688'%20stop-color='%23CCD2D6'%20stop-opacity='0.615'/%3e%3cstop%20offset='0.853'%20stop-color='%23CCD2D6'%20stop-opacity='0.678'/%3e%3cstop%20offset='1'%20stop-color='%23CCD2D7'%20stop-opacity='0.7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_3810_1046'%20x1='231.03'%20y1='58.5166'%20x2='200.367'%20y2='123.696'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23BBBCC1'%20stop-opacity='0.8'/%3e%3cstop%20offset='0.25'%20stop-color='%23C1C4C9'%20stop-opacity='0.564'/%3e%3cstop%20offset='0.5'%20stop-color='%23C7CBD0'%20stop-opacity='0.366'/%3e%3cstop%20offset='0.702'%20stop-color='%23CAD0D5'%20stop-opacity='0.244'/%3e%3cstop%20offset='0.83'%20stop-color='%23CCD2D7'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_3810_1046'%20x1='245.954'%20y1='83.3307'%20x2='285.109'%20y2='122.52'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.207'%20stop-color='%23BBBCC1'%20stop-opacity='0.8'/%3e%3cstop%20offset='0.432'%20stop-color='%23C1C4C9'%20stop-opacity='0.564'/%3e%3cstop%20offset='0.656'%20stop-color='%23C7CBD0'%20stop-opacity='0.366'/%3e%3cstop%20offset='0.837'%20stop-color='%23CAD0D5'%20stop-opacity='0.244'/%3e%3cstop%20offset='0.952'%20stop-color='%23CCD2D7'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_3810_1046'%3e%3crect%20width='337'%20height='182'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
4186
- function Qi(e) {
4187
- Br(e, "svelte-17o07ba", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.CashierMethodList{display:flex;flex-direction:column;background:var(--emw--color-background, #fff);box-shadow:0 0 4px var(--mmw--color-black-transparency-10, rgba(0, 0, 0, 0.1));width:100%;border-radius:var(--mmw--border-radius-medium-plus, 6px);container-name:method-list;container-type:inline-size}.SelectorWrapper{display:flex;flex-direction:row;align-items:center;justify-content:left;cursor:pointer;position:relative;height:var(--mmw-method-height, 80px);box-sizing:border-box;border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);padding:0 var(--emw--spacing-small, 12px)}.SelectorWrapper:first-child{border-radius:var(--mmw--border-radius-medium-plus, 6px) var(--mmw--border-radius-medium-plus, 6px) 0 0}.SelectorWrapper:last-child{border-radius:0 0 var(--mmw--border-radius-medium-plus, 6px) var(--mmw--border-radius-medium-plus, 6px)}.SelectorWrapper.checked{background:var(--emw--color-background-secondary, #F9F8F8)}.SelectorWrapper:not(.checked):hover{background:linear-gradient(0, var(--emw--color-background-secondary, #F9F8F8) 0%, var(--emw--color-background, #fff) 100%)}.MethodLogo{display:flex;justify-content:center;align-items:center;margin-right:var(--mmw--spacing-small, 14px);width:var(--mmw-logo-width, 110px);min-height:var(--mmw-logo-height, 64px);background:var(--emw--color-background, #FFF);border:1px solid var(--mmw--color-grey-105, #E8E9EB);border-radius:var(--mmw--border-radius-medium-plus, 6px);overflow:hidden;max-height:calc(100% - var(--emw--spacing-small, 12px) - var(--emw--spacing-small, 12px))}.MethodLogo img{width:100%;height:100%}.MethodTitle{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-medium, 16px);word-break:break-all}.MethodLimits{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto}.Limits{max-width:100%;white-space:nowrap;font-size:var(--emw--font-size-small, 14px);line-height:var(--emw--line-height-xl, 24px);color:var(--mmw--color-grey-290, #666);font-weight:var(--emw--font-weight-normal, 400);font-style:normal}.EmptyContentMessageWrapper{position:relative;display:flex;justify-content:flex-end}.EmptyContentMessageContent{display:flex;flex-direction:column;row-gap:var(--emw--spacing-small, 12px);position:absolute;bottom:10%;left:5%;width:calc(100% - 125px)}.EmptyContentMessageImg{width:250px}.EmptyContentMessageImg img{border-radius:0 0 var(--mmw--border-radius-medium-plus, 6px) 0;height:100%;width:100%}.EmptyContentMessageTitle{font-size:var(--emw--font-size-small, 16px);font-weight:var(--emw--font-weight-semibold, 500);line-height:calc(var(--emw--font-size-medium, 16px) + 4px)}.EmptyContentMessageText{word-break:break-word;font-size:var(--emw--font-size-medium, 16px);line-height:calc(var(--emw--font-size-medium, 16px) + 4px);color:var(--mmw--color-grey-290, #666)}.EmptyContentMessageDesktop{justify-content:flex-start}.EmptyContentMessageDesktop .EmptyContentMessageContent{top:50%;left:250px;bottom:auto;transform:translateY(-50%);padding:0 10px 0 5px;width:calc(100% - 250px);margin-top:10px}.EmptyContentMessageDesktop .EmptyContentMessageImg{width:auto}.EmptyContentMessageDesktop .EmptyContentMessageImg img{transform:scaleX(-1)}.IconWarning{width:30px;display:flex}.IconWarning svg{height:18px;fill:var(--emw--color-warning, rgb(250, 146, 0))}.ShowAllButton{cursor:pointer;color:var(--mmw--color-grey-290, #666);text-align:center;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;background:var(--emw--color-gray-50, #F7F8FA);line-height:normal;border:1px solid var(--mmw--color-grey-105, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);margin:var(--emw--spacing-small, 12px) auto;height:36px;display:flex;align-items:center;justify-content:center;width:80%}.ShowAllButton:hover{background:var(--emw--color-background, #fff)}@container method-list (width < 450px){.MethodLogo{min-width:var(--mmw-logo-small-width, 90px);min-height:var(--mmw-logo--small-height, 50px);overflow:hidden}.CashierMethodList .MethodTitle{display:inline-block;flex-grow:1;font-size:var(--emw--font-size-medium, 16px);line-height:120%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.CashierMethodList .MethodLimits .Limits{flex-shrink:0;font-size:var(--emw--font-size-x-small, 12px)}}@container method-list (max-width: 300px){.Limits{display:none}}");
4181
+ })(Sr);
4182
+ var Wi = Sr.exports;
4183
+ const zi = /* @__PURE__ */ yt(Wi), Yi = "data:image/svg+xml,%3csvg%20width='337'%20height='182'%20viewBox='0%200%20337%20182'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3810_1046)'%3e%3cmask%20id='mask0_3810_1046'%20style='mask-type:luminance'%20maskUnits='userSpaceOnUse'%20x='0'%20y='0'%20width='337'%20height='182'%3e%3cpath%20d='M337%200H0V182H337V0Z'%20fill='white'/%3e%3c/mask%3e%3cg%20mask='url(%23mask0_3810_1046)'%3e%3cpath%20opacity='0.16'%20d='M309.269%20229.727C361.939%20177.104%20362.219%2092.0651%20309.895%2039.7875C257.571%20-12.49%20172.456%20-12.21%20119.786%2040.413C67.1163%2093.0359%2066.836%20178.075%20119.16%20230.352C171.484%20282.63%20256.599%20282.35%20309.269%20229.727Z'%20fill='url(%23paint0_linear_3810_1046)'/%3e%3cpath%20d='M306.91%2085.1765C306.739%2085.2338%20302.567%2086.122%20302.567%2086.122L303.5%2091.4846C303.248%2093.837%20303.341%2096.6725%20303.844%2099.6755C304.373%20102.836%20305.272%20105.672%20306.347%20107.862L307.255%20113.083C307.255%20113.083%20311.566%20111.854%20311.731%20111.798C314.285%20110.94%20315.276%20104.285%20313.945%2096.9328C312.614%2089.5809%20309.464%2084.317%20306.91%2085.1751V85.1765Z'%20fill='%23EFED85'/%3e%3cpath%20d='M306.685%20113.272C309.314%20112.85%20310.469%20106.436%20309.264%2098.9468C308.06%2091.4575%20304.952%2085.7283%20302.323%2086.1504C299.695%2086.5724%20298.54%2092.9859%20299.745%20100.475C300.949%20107.965%20304.057%20113.694%20306.685%20113.272Z'%20fill='white'/%3e%3cpath%20d='M305.827%20108.917C307.296%20108.672%20307.819%20104.485%20306.996%2099.565C306.173%2094.6451%20304.315%2090.8556%20302.847%2091.1009C301.378%2091.3461%20300.855%2095.5332%20301.678%20100.453C302.501%20105.373%20304.359%20109.162%20305.827%20108.917Z'%20fill='%23F4F3AC'/%3e%3cpath%20d='M304.62%20105.084L304.075%20103.589C303.619%20102.177%20303.262%20101.098%20302.642%20100.459L302.04%2099.8406L302.288%2099.5744C302.849%2098.9733%20303.198%2097.6789%20303.232%2095.9681L303.248%2095.1577L303.659%2096.3726C304.164%2097.8677%20304.895%2099.1162%20305.724%2099.851L306.266%20100.447L305.602%20100.9C304.866%20101.503%20304.705%20102.631%20304.648%20104.26L304.619%20105.084H304.62Z'%20fill='white'/%3e%3cpath%20opacity='0.72'%20d='M200.267%20126.95L215.345%20130.531L220.921%20107.008L213.789%20105.314L200.267%20126.95Z'%20fill='%23335176'/%3e%3cpath%20opacity='0.72'%20d='M206.435%2099.1181L221.513%20102.699L227.089%2079.1759L219.957%2077.4819L206.435%2099.1181Z'%20fill='%23335176'/%3e%3cpath%20opacity='0.72'%20d='M264.663%2061.4345L235.427%2055.1773L236.027%2047.2476L267.382%2054.2159L264.663%2061.4345Z'%20fill='%23C9C9CD'/%3e%3cpath%20d='M267.172%2054.3082L236.177%2047.334L241.326%2039.9707L265.402%2045.3879L267.172%2054.3082Z'%20fill='%23E5E8EB'/%3e%3cpath%20opacity='0.72'%20d='M255.482%20116.025L251.839%20139.685L247.535%20137.953L251.822%20114.85L255.482%20116.025ZM259.581%2088.2698L254.196%20110.232L256.849%20111.475L262.769%2088.2698H259.581ZM269.145%2060.0598L265.72%2059.8086L260.923%2082.2169L263.224%2083.7198L269.145%2060.0598Z'%20fill='%23335176'/%3e%3cpath%20opacity='0.72'%20d='M226.752%2081.0609L226.682%2081.044L219.685%20110.601L219.612%20110.584L213.828%20135.857L218.236%20138.931L240.91%20144.235L246.268%20142.965L251.838%20118.626L251.91%20118.643L258.982%2088.7745L259.052%2088.7913L266.134%2058.8773L233.824%2051.1924L226.752%2081.0609Z'%20fill='%23C9C9CD'/%3e%3cpath%20d='M227.064%2079.4609L226.994%2079.444L220.404%20107.182L220.33%20107.165L213.535%20135.791L246.258%20142.963L252.849%20115.225L252.923%20115.242L259.583%2087.2109L259.653%2087.2277L266.323%2059.1542L233.724%2051.4297L227.064%2079.4609Z'%20fill='white'/%3e%3cpath%20d='M226.947%2079.7684L226.879%2079.7525L220.297%20107.492L220.225%20107.476L213.438%20136.104L245.311%20143.084L251.893%20115.344L251.965%20115.361L258.617%2087.3278L258.685%2087.3441L265.347%2059.2688L233.599%2051.7358L226.947%2079.7684Z'%20fill='white'/%3e%3cpath%20opacity='0.5'%20d='M226.961%2079.7714L226.892%2079.755L220.304%20107.494L220.23%20107.476L213.438%20136.104L245.879%20143.212L252.467%20115.473L252.54%20115.49L259.197%2087.4582L259.267%2087.4745L265.934%2059.4006L233.618%2051.7397L226.961%2079.7714Z'%20fill='url(%23paint1_linear_3810_1046)'/%3e%3cpath%20opacity='0.72'%20d='M213.147%2071.0995L228.225%2074.6808L233.801%2051.1573L226.67%2049.4634L213.147%2071.0995Z'%20fill='%23335176'/%3e%3cpath%20d='M211.385%20104.483L217.562%20105.962L210.465%20129.564L197.406%20126.436L211.385%20104.483H211.385ZM205.464%2099.2332L218.524%20102.36L224.158%2078.2259L217.981%2076.7471L205.465%2099.2332H205.464ZM212.126%2071.2034L225.186%2074.3306L230.819%2050.1965L224.643%2048.7173L212.126%2071.2034H212.126Z'%20fill='white'/%3e%3cpath%20d='M211.385%20104.483L217.562%20105.962L210.465%20129.564L197.406%20126.436L211.385%20104.483H211.385ZM205.464%2099.2332L218.524%20102.36L224.158%2078.2259L217.981%2076.7471L205.465%2099.2332H205.464ZM212.126%2071.2034L225.186%2074.3306L230.819%2050.1965L224.643%2048.7173L212.126%2071.2034H212.126Z'%20fill='url(%23paint2_linear_3810_1046)'/%3e%3cpath%20d='M264.464%20143.146L251.404%20140.022L255.781%20115.769L261.958%20117.247L264.464%20143.146ZM268.656%2089.5355L262.479%2088.0577L256.557%20112.123L269.617%20115.247L268.656%2089.5355ZM275.428%2061.5321L269.251%2060.0547L263.329%2084.1201L276.389%2087.2441L275.428%2061.5321Z'%20fill='white'/%3e%3cpath%20d='M264.464%20143.146L251.404%20140.022L255.781%20115.769L261.958%20117.247L264.464%20143.146ZM268.656%2089.5355L262.479%2088.0577L256.557%20112.123L269.617%20115.247L268.656%2089.5355ZM275.428%2061.5321L269.251%2060.0547L263.329%2084.1201L276.389%2087.2441L275.428%2061.5321Z'%20fill='url(%23paint3_linear_3810_1046)'/%3e%3cpath%20d='M232.837%20135.937C239.26%20135.937%20244.468%20130.734%20244.468%20124.316C244.468%20117.898%20239.26%20112.695%20232.837%20112.695C226.413%20112.695%20221.205%20117.898%20221.205%20124.316C221.205%20130.734%20226.413%20135.937%20232.837%20135.937Z'%20fill='white'/%3e%3cg%20opacity='0.31'%3e%3cpath%20d='M232.966%20133.318C238.149%20133.318%20242.351%20129.12%20242.351%20123.941C242.351%20118.763%20238.149%20114.564%20232.966%20114.564C227.783%20114.564%20223.581%20118.763%20223.581%20123.941C223.581%20129.12%20227.783%20133.318%20232.966%20133.318Z'%20fill='%237EC51E'/%3e%3c/g%3e%3cpath%20d='M239.767%20108.582C246.191%20108.582%20251.399%20103.379%20251.399%2096.961C251.399%2090.5428%20246.191%2085.3398%20239.767%2085.3398C233.343%2085.3398%20228.136%2090.5428%20228.136%2096.961C228.136%20103.379%20233.343%20108.582%20239.767%20108.582Z'%20fill='white'/%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M239.897%20105.963C245.08%20105.963%20249.282%20101.765%20249.282%2096.5861C249.282%2091.4075%20245.08%2087.2095%20239.897%2087.2095C234.714%2087.2095%20230.512%2091.4075%20230.512%2096.5861C230.512%20101.765%20234.714%20105.963%20239.897%20105.963Z'%20fill='%23EFED85'/%3e%3c/g%3e%3cpath%20d='M247.767%2080.7623C254.191%2080.7623%20259.399%2075.5594%20259.399%2069.1412C259.399%2062.723%20254.191%2057.52%20247.767%2057.52C241.343%2057.52%20236.136%2062.723%20236.136%2069.1412C236.136%2075.5594%20241.343%2080.7623%20247.767%2080.7623Z'%20fill='white'/%3e%3cg%20opacity='0.47'%3e%3cpath%20d='M248.022%2085.2495C256.699%2085.2495%20263.734%2078.2215%20263.734%2069.552C263.734%2060.8825%20256.699%2053.8545%20248.022%2053.8545C239.345%2053.8545%20232.311%2060.8825%20232.311%2069.552C232.311%2078.2215%20239.345%2085.2495%20248.022%2085.2495Z'%20fill='%23FFE5BE'/%3e%3c/g%3e%3cg%20opacity='0.4'%3e%3cpath%20d='M247.472%2080.0554C253.318%2080.0554%20258.057%2075.3206%20258.057%2069.4799C258.057%2063.6391%20253.318%2058.9043%20247.472%2058.9043C241.626%2058.9043%20236.887%2063.6391%20236.887%2069.4799C236.887%2075.3206%20241.626%2080.0554%20247.472%2080.0554Z'%20fill='%23FFA726'/%3e%3c/g%3e%3cpath%20d='M225.426%2037.6665L189.408%2042.7698L187.953%2036.5627L225.233%2031.4321L225.426%2037.6665Z'%20fill='%23DDF0C4'/%3e%3cpath%20d='M187.957%2036.5846L190.505%2032.4892L215.212%2028.6162L225.294%2031.3844L187.957%2036.5846Z'%20fill='%23ECF5E2'/%3e%3cpath%20opacity='0.56'%20d='M201.065%2030.5759L203.025%2034.1504L204.17%2040.6892L211.068%2039.8502L210.023%2033.7673L206.24%2029.731L201.065%2030.5759Z'%20fill='white'/%3e%3cpath%20d='M160.588%2079.8823L165.616%2087.0722L151.713%20102.497L145.829%2096.1782L160.588%2079.8823Z'%20fill='%23D4ECB5'/%3e%3cpath%20d='M171.11%20133.02L172.813%20127.332L196.181%20140.808L192.506%20144.839L171.11%20133.02Z'%20fill='%23D4ECB5'/%3e%3cpath%20d='M258.894%20156.181L262.412%20148.881L278.337%20162.727L273.605%20168.398L258.894%20156.181Z'%20fill='%23D4ECB5'/%3e%3cpath%20d='M207.241%20153.371L212.273%20153.509C212.273%20153.509%20219.934%20160.635%20222.834%20164.031C225.734%20167.426%20229.899%20173.527%20229.899%20173.527L232.334%20181.542L220.067%20166.246L207.241%20153.371Z'%20fill='%23DDF0C4'/%3e%3cpath%20d='M227.172%20185.145L215.896%20170.61L202.893%20158.016L207.257%20153.355L220.673%20166.876L232.261%20181.518L227.172%20185.145Z'%20fill='%23ECF5E2'/%3e%3cpath%20opacity='0.56'%20d='M220.887%20161.734L218.801%20164.233L213.988%20168.822L218.523%20174.095L223.012%20169.843L224.701%20166.281L220.887%20161.734Z'%20fill='white'/%3e%3c/g%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3810_1046'%20x1='377.71'%20y1='128.355'%20x2='109.138'%20y2='100.506'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.294'%20stop-color='%237EC51E'%20stop-opacity='0.8'/%3e%3cstop%20offset='0.306'%20stop-color='%237EC51E'%20stop-opacity='0.788'/%3e%3cstop%20offset='0.735'%20stop-color='%237EC51E'%20stop-opacity='0.367'/%3e%3cstop%20offset='0.931'%20stop-color='%237EC51E'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3810_1046'%20x1='222.977'%20y1='93.7971'%20x2='256.48'%20y2='101.349'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23D0D2D3'%20stop-opacity='0'/%3e%3cstop%20offset='0.147'%20stop-color='%23CED2D4'%20stop-opacity='0.175'/%3e%3cstop%20offset='0.332'%20stop-color='%23CDD2D5'%20stop-opacity='0.362'/%3e%3cstop%20offset='0.513'%20stop-color='%23CDD2D5'%20stop-opacity='0.51'/%3e%3cstop%20offset='0.688'%20stop-color='%23CCD2D6'%20stop-opacity='0.615'/%3e%3cstop%20offset='0.853'%20stop-color='%23CCD2D6'%20stop-opacity='0.678'/%3e%3cstop%20offset='1'%20stop-color='%23CCD2D7'%20stop-opacity='0.7'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_3810_1046'%20x1='231.03'%20y1='58.5166'%20x2='200.367'%20y2='123.696'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23BBBCC1'%20stop-opacity='0.8'/%3e%3cstop%20offset='0.25'%20stop-color='%23C1C4C9'%20stop-opacity='0.564'/%3e%3cstop%20offset='0.5'%20stop-color='%23C7CBD0'%20stop-opacity='0.366'/%3e%3cstop%20offset='0.702'%20stop-color='%23CAD0D5'%20stop-opacity='0.244'/%3e%3cstop%20offset='0.83'%20stop-color='%23CCD2D7'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint3_linear_3810_1046'%20x1='245.954'%20y1='83.3307'%20x2='285.109'%20y2='122.52'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.207'%20stop-color='%23BBBCC1'%20stop-opacity='0.8'/%3e%3cstop%20offset='0.432'%20stop-color='%23C1C4C9'%20stop-opacity='0.564'/%3e%3cstop%20offset='0.656'%20stop-color='%23C7CBD0'%20stop-opacity='0.366'/%3e%3cstop%20offset='0.837'%20stop-color='%23CAD0D5'%20stop-opacity='0.244'/%3e%3cstop%20offset='0.952'%20stop-color='%23CCD2D7'%20stop-opacity='0.2'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_3810_1046'%3e%3crect%20width='337'%20height='182'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e";
4184
+ function Ji(e) {
4185
+ Ar(e, "svelte-17o07ba", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.CashierMethodList{display:flex;flex-direction:column;background:var(--emw--color-background, #fff);box-shadow:0 0 4px var(--mmw--color-black-transparency-10, rgba(0, 0, 0, 0.1));width:100%;border-radius:var(--mmw--border-radius-medium-plus, 6px);container-name:method-list;container-type:inline-size}.SelectorWrapper{display:flex;flex-direction:row;align-items:center;justify-content:left;cursor:pointer;position:relative;height:var(--mmw-method-height, 80px);box-sizing:border-box;border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);padding:0 var(--emw--spacing-small, 12px)}.SelectorWrapper:first-child{border-radius:var(--mmw--border-radius-medium-plus, 6px) var(--mmw--border-radius-medium-plus, 6px) 0 0}.SelectorWrapper:last-child{border-radius:0 0 var(--mmw--border-radius-medium-plus, 6px) var(--mmw--border-radius-medium-plus, 6px)}.SelectorWrapper.checked{background:var(--emw--color-background-secondary, #F9F8F8)}.SelectorWrapper:not(.checked):hover{background:linear-gradient(0, var(--emw--color-background-secondary, #F9F8F8) 0%, var(--emw--color-background, #fff) 100%)}.MethodLogo{display:flex;justify-content:center;align-items:center;margin-right:var(--mmw--spacing-small, 14px);width:var(--mmw-logo-width, 110px);min-height:var(--mmw-logo-height, 64px);background:var(--emw--color-background, #FFF);border:1px solid var(--mmw--color-grey-105, #E8E9EB);border-radius:var(--mmw--border-radius-medium-plus, 6px);overflow:hidden;max-height:calc(100% - var(--emw--spacing-small, 12px) - var(--emw--spacing-small, 12px))}.MethodLogo img{width:100%;height:100%}.MethodTitle{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-medium, 16px);word-break:break-all}.MethodLimits{display:flex;flex-direction:column;align-items:flex-end;margin-left:auto}.Limits{max-width:100%;white-space:nowrap;font-size:var(--emw--font-size-small, 14px);line-height:var(--emw--line-height-xl, 24px);color:var(--mmw--color-grey-290, #666);font-weight:var(--emw--font-weight-normal, 400);font-style:normal}.EmptyContentMessageWrapper{position:relative;display:flex;justify-content:flex-end}.EmptyContentMessageContent{display:flex;flex-direction:column;row-gap:var(--emw--spacing-small, 12px);position:absolute;bottom:10%;left:5%;width:calc(100% - 125px)}.EmptyContentMessageImg{width:250px}.EmptyContentMessageImg img{border-radius:0 0 var(--mmw--border-radius-medium-plus, 6px) 0;height:100%;width:100%}.EmptyContentMessageTitle{font-size:var(--emw--font-size-small, 16px);font-weight:var(--emw--font-weight-semibold, 500);line-height:calc(var(--emw--font-size-medium, 16px) + 4px)}.EmptyContentMessageText{word-break:break-word;font-size:var(--emw--font-size-medium, 16px);line-height:calc(var(--emw--font-size-medium, 16px) + 4px);color:var(--mmw--color-grey-290, #666)}.EmptyContentMessageDesktop{justify-content:flex-start}.EmptyContentMessageDesktop .EmptyContentMessageContent{top:50%;left:250px;bottom:auto;transform:translateY(-50%);padding:0 10px 0 5px;width:calc(100% - 250px);margin-top:10px}.EmptyContentMessageDesktop .EmptyContentMessageImg{width:auto}.EmptyContentMessageDesktop .EmptyContentMessageImg img{transform:scaleX(-1)}.IconWarning{width:30px;display:flex}.IconWarning svg{height:18px;fill:var(--emw--color-warning, rgb(250, 146, 0))}.ShowAllButton{cursor:pointer;color:var(--mmw--color-grey-290, #666);text-align:center;font-size:var(--emw--font-size-x-small, 12px);font-style:normal;font-weight:var(--emw--font-weight-semibold, 500);font-family:inherit;background:var(--emw--color-gray-50, #F7F8FA);line-height:normal;border:1px solid var(--mmw--color-grey-105, #E8E9EB);border-radius:var(--emw--border-radius-medium, 4px);margin:var(--emw--spacing-small, 12px) auto;height:36px;display:flex;align-items:center;justify-content:center;width:80%}.ShowAllButton:hover{background:var(--emw--color-background, #fff)}@container method-list (width < 450px){.MethodLogo{min-width:var(--mmw-logo-small-width, 90px);min-height:var(--mmw-logo--small-height, 50px);overflow:hidden}.CashierMethodList .MethodTitle{display:inline-block;flex-grow:1;font-size:var(--emw--font-size-medium, 16px);line-height:120%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.CashierMethodList .MethodLimits .Limits{flex-shrink:0;font-size:var(--emw--font-size-x-small, 12px)}}@container method-list (max-width: 300px){.Limits{display:none}}");
4188
4186
  }
4189
- function Zt(e, t, r) {
4187
+ function Ft(e, t, r) {
4190
4188
  const n = e.slice();
4191
4189
  return n[48] = t[r], n[50] = r, n;
4192
4190
  }
4193
- function Vt(e) {
4191
+ function jt(e) {
4194
4192
  let t;
4195
4193
  return {
4196
4194
  c() {
@@ -4229,20 +4227,20 @@ function Vt(e) {
4229
4227
  }
4230
4228
  };
4231
4229
  }
4232
- function Xt(e) {
4233
- let t, r, n, i, s = Ct(
4230
+ function Zt(e) {
4231
+ let t, r, n, i, s = wt(
4234
4232
  /*paymentMethodsToShow*/
4235
4233
  e[8]
4236
4234
  ), a = [];
4237
4235
  for (let l = 0; l < s.length; l += 1)
4238
- a[l] = Wt(Zt(e, s, l));
4236
+ a[l] = Vt(Ft(e, s, l));
4239
4237
  let o = (
4240
4238
  /*noPaymentMethodsAvailable*/
4241
4239
  e[13] && !/*showSpinner*/
4242
- e[12] && zt(e)
4240
+ e[12] && Xt(e)
4243
4241
  ), u = (
4244
4242
  /*methodsButtonToggleText*/
4245
- e[7] && Yt(e)
4243
+ e[7] && Wt(e)
4246
4244
  );
4247
4245
  return {
4248
4246
  c() {
@@ -4260,14 +4258,14 @@ function Xt(e) {
4260
4258
  p(l, h) {
4261
4259
  if (h[0] & /*selectedPaymentMethod, paymentMethodsToShow, selectPayMeth, formatter, $_*/
4262
4260
  115008) {
4263
- s = Ct(
4261
+ s = wt(
4264
4262
  /*paymentMethodsToShow*/
4265
4263
  l[8]
4266
4264
  );
4267
4265
  let c;
4268
4266
  for (c = 0; c < s.length; c += 1) {
4269
- const d = Zt(l, s, c);
4270
- a[c] ? a[c].p(d, h) : (a[c] = Wt(d), a[c].c(), a[c].m(r, n));
4267
+ const d = Ft(l, s, c);
4268
+ a[c] ? a[c].p(d, h) : (a[c] = Vt(d), a[c].c(), a[c].m(r, n));
4271
4269
  }
4272
4270
  for (; c < a.length; c += 1)
4273
4271
  a[c].d(1);
@@ -4275,15 +4273,15 @@ function Xt(e) {
4275
4273
  }
4276
4274
  /*noPaymentMethodsAvailable*/
4277
4275
  l[13] && !/*showSpinner*/
4278
- l[12] ? o ? o.p(l, h) : (o = zt(l), o.c(), o.m(r, null)) : o && (o.d(1), o = null), /*methodsButtonToggleText*/
4279
- l[7] ? u ? u.p(l, h) : (u = Yt(l), u.c(), u.m(t, null)) : u && (u.d(1), u = null);
4276
+ l[12] ? o ? o.p(l, h) : (o = Xt(l), o.c(), o.m(r, null)) : o && (o.d(1), o = null), /*methodsButtonToggleText*/
4277
+ l[7] ? u ? u.p(l, h) : (u = Wt(l), u.c(), u.m(t, null)) : u && (u.d(1), u = null);
4280
4278
  },
4281
4279
  d(l) {
4282
- l && re(t), Dr(a, l), o && o.d(), u && u.d(), e[27](null);
4280
+ l && re(t), Pr(a, l), o && o.d(), u && u.d(), e[27](null);
4283
4281
  }
4284
4282
  };
4285
4283
  }
4286
- function Wt(e) {
4284
+ function Vt(e) {
4287
4285
  let t, r, n, i, s, a, o, u, l = (
4288
4286
  /*payMeth*/
4289
4287
  (e[48].Label || /*payMeth*/
@@ -4324,7 +4322,7 @@ function Wt(e) {
4324
4322
  }
4325
4323
  return {
4326
4324
  c() {
4327
- t = k("div"), r = k("div"), n = k("img"), a = te(), o = k("div"), u = k("span"), h = ee(l), c = te(), d = k("div"), _ = k("span"), f = ee(E), w = te(), I = ee(P), T = te(), N = ee(R), j = te(), F = k("span"), X = ee(K), D = te(), ne = ee(M), pe = te(), b = ee(x), Oe(n.src, i = /*payMeth*/
4325
+ t = k("div"), r = k("div"), n = k("img"), a = te(), o = k("div"), u = k("span"), h = ee(l), c = te(), d = k("div"), _ = k("span"), f = ee(E), w = te(), I = ee(P), T = te(), N = ee(R), j = te(), F = k("span"), X = ee(K), D = te(), ne = ee(M), pe = te(), b = ee(x), Ae(n.src, i = /*payMeth*/
4328
4326
  e[48].LogoUrl) || B(n, "src", i), B(n, "alt", s = /*payMeth*/
4329
4327
  e[48].Label), B(r, "class", "MethodLogo"), B(o, "class", "MethodTitle"), B(_, "class", "Limits"), B(F, "class", "Limits"), B(d, "class", "MethodLimits"), B(t, "class", "SelectorWrapper"), Fe(
4330
4328
  t,
@@ -4337,12 +4335,12 @@ function Wt(e) {
4337
4335
  m(L, v) {
4338
4336
  se(L, t, v), C(t, r), C(r, n), C(t, a), C(t, o), C(o, u), C(u, h), C(t, c), C(t, d), C(d, _), C(_, f), C(_, w), C(_, I), C(_, T), C(_, N), C(d, j), C(d, F), C(F, X), C(F, D), C(F, ne), C(F, pe), C(F, b), m || (y = [
4339
4337
  st(t, "click", g),
4340
- st(t, "keyup", ts)
4338
+ st(t, "keyup", es)
4341
4339
  ], m = !0);
4342
4340
  },
4343
4341
  p(L, v) {
4344
4342
  e = L, v[0] & /*paymentMethodsToShow*/
4345
- 256 && !Oe(n.src, i = /*payMeth*/
4343
+ 256 && !Ae(n.src, i = /*payMeth*/
4346
4344
  e[48].LogoUrl) && B(n, "src", i), v[0] & /*paymentMethodsToShow*/
4347
4345
  256 && s !== (s = /*payMeth*/
4348
4346
  e[48].Label) && B(n, "alt", s), v[0] & /*paymentMethodsToShow*/
@@ -4380,7 +4378,7 @@ function Wt(e) {
4380
4378
  }
4381
4379
  };
4382
4380
  }
4383
- function zt(e) {
4381
+ function Xt(e) {
4384
4382
  let t, r, n, i, s, a = (
4385
4383
  /*$_*/
4386
4384
  e[14]("error") + ""
@@ -4391,7 +4389,7 @@ function zt(e) {
4391
4389
  function d(f, w) {
4392
4390
  return (
4393
4391
  /*assetsurl*/
4394
- f[1] ? Ki : qi
4392
+ f[1] ? qi : Qi
4395
4393
  );
4396
4394
  }
4397
4395
  let _ = d(e), E = _(e);
@@ -4425,11 +4423,11 @@ function zt(e) {
4425
4423
  }
4426
4424
  };
4427
4425
  }
4428
- function qi(e) {
4426
+ function Qi(e) {
4429
4427
  let t, r;
4430
4428
  return {
4431
4429
  c() {
4432
- t = k("img"), Oe(t.src, r = Ji) || B(t, "src", r), B(t, "alt", "empty-payment-method-list");
4430
+ t = k("img"), Ae(t.src, r = Yi) || B(t, "src", r), B(t, "alt", "empty-payment-method-list");
4433
4431
  },
4434
4432
  m(n, i) {
4435
4433
  se(n, t, i);
@@ -4440,11 +4438,11 @@ function qi(e) {
4440
4438
  }
4441
4439
  };
4442
4440
  }
4443
- function Ki(e) {
4441
+ function qi(e) {
4444
4442
  let t, r;
4445
4443
  return {
4446
4444
  c() {
4447
- t = k("img"), Oe(t.src, r = `${/*assetsurl*/
4445
+ t = k("img"), Ae(t.src, r = `${/*assetsurl*/
4448
4446
  e[1]}/empty-pay-meth-list.png`) || B(t, "src", r), B(t, "width", "300px"), B(t, "alt", "empty-payment-method-list");
4449
4447
  },
4450
4448
  m(n, i) {
@@ -4452,7 +4450,7 @@ function Ki(e) {
4452
4450
  },
4453
4451
  p(n, i) {
4454
4452
  i[0] & /*assetsurl*/
4455
- 2 && !Oe(t.src, r = `${/*assetsurl*/
4453
+ 2 && !Ae(t.src, r = `${/*assetsurl*/
4456
4454
  n[1]}/empty-pay-meth-list.png`) && B(t, "src", r);
4457
4455
  },
4458
4456
  d(n) {
@@ -4460,7 +4458,7 @@ function Ki(e) {
4460
4458
  }
4461
4459
  };
4462
4460
  }
4463
- function Yt(e) {
4461
+ function Wt(e) {
4464
4462
  let t, r, n, i;
4465
4463
  return {
4466
4464
  c() {
@@ -4490,7 +4488,7 @@ function Yt(e) {
4490
4488
  }
4491
4489
  };
4492
4490
  }
4493
- function Jt(e) {
4491
+ function zt(e) {
4494
4492
  let t, r, n;
4495
4493
  return {
4496
4494
  c() {
@@ -4570,31 +4568,31 @@ function Jt(e) {
4570
4568
  }
4571
4569
  };
4572
4570
  }
4573
- function es(e) {
4571
+ function Ki(e) {
4574
4572
  let t, r, n, i = (
4575
4573
  /*showSpinner*/
4576
- e[12] && Vt(e)
4574
+ e[12] && jt(e)
4577
4575
  ), s = (
4578
4576
  /*showMethodsList*/
4579
4577
  (e[9] || /*desktopView*/
4580
- e[11]) && Xt(e)
4578
+ e[11]) && Zt(e)
4581
4579
  ), a = (
4582
4580
  /*errorMessage*/
4583
- e[10] && Jt(e)
4581
+ e[10] && zt(e)
4584
4582
  );
4585
4583
  return {
4586
4584
  c() {
4587
- i && i.c(), t = te(), s && s.c(), r = te(), a && a.c(), n = Ir();
4585
+ i && i.c(), t = te(), s && s.c(), r = te(), a && a.c(), n = Nr();
4588
4586
  },
4589
4587
  m(o, u) {
4590
4588
  i && i.m(o, u), se(o, t, u), s && s.m(o, u), se(o, r, u), a && a.m(o, u), se(o, n, u);
4591
4589
  },
4592
4590
  p(o, u) {
4593
4591
  /*showSpinner*/
4594
- o[12] ? i ? i.p(o, u) : (i = Vt(o), i.c(), i.m(t.parentNode, t)) : i && (i.d(1), i = null), /*showMethodsList*/
4592
+ o[12] ? i ? i.p(o, u) : (i = jt(o), i.c(), i.m(t.parentNode, t)) : i && (i.d(1), i = null), /*showMethodsList*/
4595
4593
  o[9] || /*desktopView*/
4596
- o[11] ? s ? s.p(o, u) : (s = Xt(o), s.c(), s.m(r.parentNode, r)) : s && (s.d(1), s = null), /*errorMessage*/
4597
- o[10] ? a ? a.p(o, u) : (a = Jt(o), a.c(), a.m(n.parentNode, n)) : a && (a.d(1), a = null);
4594
+ o[11] ? s ? s.p(o, u) : (s = Zt(o), s.c(), s.m(r.parentNode, r)) : s && (s.d(1), s = null), /*errorMessage*/
4595
+ o[10] ? a ? a.p(o, u) : (a = zt(o), a.c(), a.m(n.parentNode, n)) : a && (a.d(1), a = null);
4598
4596
  },
4599
4597
  i: ie,
4600
4598
  o: ie,
@@ -4603,36 +4601,36 @@ function es(e) {
4603
4601
  }
4604
4602
  };
4605
4603
  }
4606
- const ts = () => {
4604
+ const es = () => {
4607
4605
  };
4608
- function rs(e, t, r) {
4606
+ function ts(e, t, r) {
4609
4607
  let n;
4610
- $r(e, Vi, (p) => r(14, n = p)), jt.extend(Yi);
4608
+ Or(e, Zi, (p) => r(14, n = p)), kt.extend(zi);
4611
4609
  let { lang: i = "en" } = t, { local: s = "en-US" } = t, { endpoint: a } = t, { session: o } = t, { customerid: u } = t, { assetsurl: l } = t, { currency: h } = t, { numberofmethodsshown: c } = t, { translationurl: d = "" } = t, { clientstyling: _ = "" } = t, { clientstylingurl: E = "" } = t, { ismobileview: f } = t, w = [], P, I, T = "", R = [], N = !0, j = new Intl.NumberFormat(s, { minimumFractionDigits: 2 }), F = "", K, X = !0, D = !1, M = !1;
4612
4610
  var ne;
4613
4611
  (function(p) {
4614
4612
  p.PlayerSessionIsNotValid = "PlayerSessionIsNotValid", p.Success = "Success", p.JwtTokenError = "JwtTokenError";
4615
- })(ne || (ne = {})), Fr();
4613
+ })(ne || (ne = {})), Gr();
4616
4614
  const pe = () => {
4617
4615
  let p = d;
4618
4616
  if (p)
4619
4617
  return fetch(p).then(($) => $.json()).then(($) => {
4620
4618
  Object.keys($).forEach((le) => {
4621
- kt(le, $[le]);
4619
+ Ut(le, $[le]);
4622
4620
  });
4623
4621
  }).catch(($) => {
4624
4622
  console.log($);
4625
4623
  });
4626
4624
  };
4627
- Object.keys(Ft).forEach((p) => {
4628
- kt(p, Ft[p]);
4625
+ Object.keys(Gt).forEach((p) => {
4626
+ Ut(p, Gt[p]);
4629
4627
  });
4630
4628
  const x = () => {
4631
- Xi(i);
4629
+ Vi(i);
4632
4630
  }, b = () => {
4633
4631
  r(12, D = !0);
4634
4632
  const p = new URL(`${a}/v1/player/${u}/payment/GetPaymentMetadata`), $ = new Headers();
4635
- $.append("accept", "application/json"), $.append("Content-Type", "application/json"), $.append("X-Client-Request-Timestamp", jt.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
4633
+ $.append("accept", "application/json"), $.append("Content-Type", "application/json"), $.append("X-Client-Request-Timestamp", kt.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
4636
4634
  const le = {
4637
4635
  method: "POST",
4638
4636
  headers: $,
@@ -4667,10 +4665,10 @@ function rs(e, t, r) {
4667
4665
  return p.PaymentMethods.Ordering.DefaultPaymentMethodsOrder.forEach((le) => {
4668
4666
  const z = p.PaymentMethods.PaymentMethods.find((Je) => Je.Name === le);
4669
4667
  if (z) {
4670
- const Je = z?.Logos.find((Qe) => Qe.LogoType === "Desktop") || {}, Ar = z?.Logos.find((Qe) => Qe.LogoType === "Mobile") || {}, Lt = X ? Je : Ar;
4668
+ const Je = z?.Logos.find((Qe) => Qe.LogoType === "Desktop") || {}, Hr = z?.Logos.find((Qe) => Qe.LogoType === "Mobile") || {}, Et = X ? Je : Hr;
4671
4669
  $.push({
4672
4670
  ...z,
4673
- LogoUrl: Lt.LogoUrl ? `https:${Lt.LogoUrl}` : ""
4671
+ LogoUrl: Et.LogoUrl ? `https:${Et.LogoUrl}` : ""
4674
4672
  });
4675
4673
  }
4676
4674
  }), $;
@@ -4697,7 +4695,7 @@ function rs(e, t, r) {
4697
4695
  );
4698
4696
  }, v = () => {
4699
4697
  r(11, X = f === "false");
4700
- }, O = () => {
4698
+ }, A = () => {
4701
4699
  R == w ? Z() : G();
4702
4700
  }, G = () => {
4703
4701
  r(8, R = w), r(7, T = n("showLess"));
@@ -4725,7 +4723,7 @@ function rs(e, t, r) {
4725
4723
  );
4726
4724
  });
4727
4725
  };
4728
- kr(() => (window.addEventListener("message", fe, !1), () => {
4726
+ Ur(() => (window.addEventListener("message", fe, !1), () => {
4729
4727
  window.removeEventListener("message", fe, !1);
4730
4728
  }));
4731
4729
  const fe = (p) => {
@@ -4737,7 +4735,7 @@ function rs(e, t, r) {
4737
4735
  Q(p.data.details);
4738
4736
  break;
4739
4737
  }
4740
- }, he = (p) => g(p), W = () => O();
4738
+ }, he = (p) => g(p), W = () => A();
4741
4739
  function ae(p) {
4742
4740
  ot[p ? "unshift" : "push"](() => {
4743
4741
  P = p, r(5, P);
@@ -4771,7 +4769,7 @@ function rs(e, t, r) {
4771
4769
  n,
4772
4770
  j,
4773
4771
  g,
4774
- O,
4772
+ A,
4775
4773
  s,
4776
4774
  a,
4777
4775
  o,
@@ -4784,14 +4782,14 @@ function rs(e, t, r) {
4784
4782
  ae
4785
4783
  ];
4786
4784
  }
4787
- class ns extends en {
4785
+ class rs extends qr {
4788
4786
  constructor(t) {
4789
- super(), qr(
4787
+ super(), Jr(
4790
4788
  this,
4791
4789
  t,
4792
- rs,
4793
- es,
4794
- qt,
4790
+ ts,
4791
+ Ki,
4792
+ Jt,
4795
4793
  {
4796
4794
  lang: 0,
4797
4795
  local: 18,
@@ -4806,7 +4804,7 @@ class ns extends en {
4806
4804
  clientstylingurl: 4,
4807
4805
  ismobileview: 24
4808
4806
  },
4809
- Qi,
4807
+ Ji,
4810
4808
  [-1, -1]
4811
4809
  );
4812
4810
  }
@@ -4883,7 +4881,7 @@ class ns extends en {
4883
4881
  this.$$set({ ismobileview: t }), q();
4884
4882
  }
4885
4883
  }
4886
- Kr(ns, { lang: {}, local: {}, endpoint: {}, session: {}, customerid: {}, assetsurl: {}, currency: {}, numberofmethodsshown: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, ismobileview: {} }, [], [], !0);
4884
+ Qr(rs, { lang: {}, local: {}, endpoint: {}, session: {}, customerid: {}, assetsurl: {}, currency: {}, numberofmethodsshown: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, ismobileview: {} }, [], [], !0);
4887
4885
  export {
4888
- ns as C
4886
+ rs as C
4889
4887
  };