@everymatrix/cashier-verifications 1.56.0 → 1.56.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,17 +1,17 @@
1
- var Dr = Object.defineProperty, Ir = Object.defineProperties;
2
- var Lr = Object.getOwnPropertyDescriptors;
3
- var St = Object.getOwnPropertySymbols;
4
- var Nr = Object.prototype.hasOwnProperty, Rr = Object.prototype.propertyIsEnumerable;
5
- var Ke = (e, t, r) => t in e ? Dr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Tt = (e, t) => {
1
+ var Lr = Object.defineProperty, Nr = Object.defineProperties;
2
+ var Rr = Object.getOwnPropertyDescriptors;
3
+ var Ht = Object.getOwnPropertySymbols;
4
+ var kr = Object.prototype.hasOwnProperty, Ur = Object.prototype.propertyIsEnumerable;
5
+ var Ke = (e, t, r) => t in e ? Lr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ot = (e, t) => {
6
6
  for (var r in t || (t = {}))
7
- Nr.call(t, r) && Ke(e, r, t[r]);
8
- if (St)
9
- for (var r of St(t))
10
- Rr.call(t, r) && Ke(e, r, t[r]);
7
+ kr.call(t, r) && Ke(e, r, t[r]);
8
+ if (Ht)
9
+ for (var r of Ht(t))
10
+ Ur.call(t, r) && Ke(e, r, t[r]);
11
11
  return e;
12
- }, Ht = (e, t) => Ir(e, Lr(t));
13
- var Z = (e, t, r) => Ke(e, typeof t != "symbol" ? t + "" : t, r);
14
- var Ot = (e, t, r) => new Promise((i, n) => {
12
+ }, Pt = (e, t) => Nr(e, Rr(t));
13
+ var Z = (e, t, r) => (Ke(e, typeof t != "symbol" ? t + "" : t, r), r);
14
+ var At = (e, t, r) => new Promise((i, n) => {
15
15
  var s = (o) => {
16
16
  try {
17
17
  l(r.next(o));
@@ -29,29 +29,29 @@ var Ot = (e, t, r) => new Promise((i, n) => {
29
29
  });
30
30
  function K() {
31
31
  }
32
- function Kt(e) {
32
+ function tr(e) {
33
33
  return e();
34
34
  }
35
- function Pt() {
35
+ function $t() {
36
36
  return /* @__PURE__ */ Object.create(null);
37
37
  }
38
38
  function Ne(e) {
39
- e.forEach(Kt);
39
+ e.forEach(tr);
40
40
  }
41
41
  function bt(e) {
42
42
  return typeof e == "function";
43
43
  }
44
- function er(e, t) {
44
+ function rr(e, t) {
45
45
  return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
46
46
  }
47
47
  let Fe;
48
- function hs(e, t) {
48
+ function fs(e, t) {
49
49
  return e === t ? !0 : (Fe || (Fe = document.createElement("a")), Fe.href = t, e === Fe.href);
50
50
  }
51
- function kr(e) {
51
+ function Fr(e) {
52
52
  return Object.keys(e).length === 0;
53
53
  }
54
- function tr(e, ...t) {
54
+ function ir(e, ...t) {
55
55
  if (e == null) {
56
56
  for (const i of t)
57
57
  i(void 0);
@@ -60,21 +60,22 @@ function tr(e, ...t) {
60
60
  const r = e.subscribe(...t);
61
61
  return r.unsubscribe ? () => r.unsubscribe() : r;
62
62
  }
63
- function Ur(e, t, r) {
64
- e.$$.on_destroy.push(tr(t, r));
63
+ function Vr(e, t, r) {
64
+ e.$$.on_destroy.push(ir(t, r));
65
65
  }
66
66
  function ie(e, t) {
67
67
  e.appendChild(t);
68
68
  }
69
- function Fr(e, t, r) {
70
- const i = Vr(e);
69
+ function Gr(e, t, r) {
70
+ const i = jr(e);
71
71
  if (!i.getElementById(t)) {
72
72
  const n = J("style");
73
- n.id = t, n.textContent = r, Gr(i, n);
73
+ n.id = t, n.textContent = r, zr(i, n);
74
74
  }
75
75
  }
76
- function Vr(e) {
77
- if (!e) return document;
76
+ function jr(e) {
77
+ if (!e)
78
+ return document;
78
79
  const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
79
80
  return t && /** @type {ShadowRoot} */
80
81
  t.host ? (
@@ -82,7 +83,7 @@ function Vr(e) {
82
83
  t
83
84
  ) : e.ownerDocument;
84
85
  }
85
- function Gr(e, t) {
86
+ function zr(e, t) {
86
87
  return ie(
87
88
  /** @type {Document} */
88
89
  e.head || e,
@@ -95,14 +96,14 @@ function ue(e, t, r) {
95
96
  function ne(e) {
96
97
  e.parentNode && e.parentNode.removeChild(e);
97
98
  }
98
- function jr(e, t) {
99
+ function Xr(e, t) {
99
100
  for (let r = 0; r < e.length; r += 1)
100
101
  e[r] && e[r].d(t);
101
102
  }
102
103
  function J(e) {
103
104
  return document.createElement(e);
104
105
  }
105
- function fs(e) {
106
+ function cs(e) {
106
107
  return document.createElementNS("http://www.w3.org/2000/svg", e);
107
108
  }
108
109
  function yt(e) {
@@ -111,7 +112,7 @@ function yt(e) {
111
112
  function Ee() {
112
113
  return yt(" ");
113
114
  }
114
- function cs() {
115
+ function ds() {
115
116
  return yt("");
116
117
  }
117
118
  function xt(e, t, r, i) {
@@ -124,17 +125,17 @@ function fe(e, t, r) {
124
125
  const i = t.toLowerCase();
125
126
  i in e ? e[i] = typeof e[i] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : ee(e, t, r);
126
127
  }
127
- function zr(e) {
128
+ function Wr(e) {
128
129
  return Array.from(e.childNodes);
129
130
  }
130
- function Xr(e, t) {
131
+ function qr(e, t) {
131
132
  t = "" + t, e.data !== t && (e.data = /** @type {string} */
132
133
  t);
133
134
  }
134
135
  function Se(e, t, r) {
135
136
  e.classList.toggle(t, !!r);
136
137
  }
137
- function Wr(e) {
138
+ function Yr(e) {
138
139
  const t = {};
139
140
  return e.childNodes.forEach(
140
141
  /** @param {Element} node */
@@ -147,19 +148,20 @@ let De;
147
148
  function Ce(e) {
148
149
  De = e;
149
150
  }
150
- function qr() {
151
- if (!De) throw new Error("Function called outside component initialization");
151
+ function Zr() {
152
+ if (!De)
153
+ throw new Error("Function called outside component initialization");
152
154
  return De;
153
155
  }
154
- function ds(e) {
155
- qr().$$.on_mount.push(e);
156
+ function ms(e) {
157
+ Zr().$$.on_mount.push(e);
156
158
  }
157
159
  const _e = [], at = [];
158
160
  let we = [];
159
- const At = [], Yr = /* @__PURE__ */ Promise.resolve();
161
+ const Bt = [], Jr = /* @__PURE__ */ Promise.resolve();
160
162
  let ut = !1;
161
- function Zr() {
162
- ut || (ut = !0, Yr.then(re));
163
+ function Qr() {
164
+ ut || (ut = !0, Jr.then(re));
163
165
  }
164
166
  function lt(e) {
165
167
  we.push(e);
@@ -174,55 +176,56 @@ function re() {
174
176
  try {
175
177
  for (; ye < _e.length; ) {
176
178
  const t = _e[ye];
177
- ye++, Ce(t), Jr(t.$$);
179
+ ye++, Ce(t), Kr(t.$$);
178
180
  }
179
181
  } catch (t) {
180
182
  throw _e.length = 0, ye = 0, t;
181
183
  }
182
- for (Ce(null), _e.length = 0, ye = 0; at.length; ) at.pop()();
184
+ for (Ce(null), _e.length = 0, ye = 0; at.length; )
185
+ at.pop()();
183
186
  for (let t = 0; t < we.length; t += 1) {
184
187
  const r = we[t];
185
188
  et.has(r) || (et.add(r), r());
186
189
  }
187
190
  we.length = 0;
188
191
  } while (_e.length);
189
- for (; At.length; )
190
- At.pop()();
192
+ for (; Bt.length; )
193
+ Bt.pop()();
191
194
  ut = !1, et.clear(), Ce(e);
192
195
  }
193
- function Jr(e) {
196
+ function Kr(e) {
194
197
  if (e.fragment !== null) {
195
198
  e.update(), Ne(e.before_update);
196
199
  const t = e.dirty;
197
200
  e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(lt);
198
201
  }
199
202
  }
200
- function Qr(e) {
203
+ function ei(e) {
201
204
  const t = [], r = [];
202
205
  we.forEach((i) => e.indexOf(i) === -1 ? t.push(i) : r.push(i)), r.forEach((i) => i()), we = t;
203
206
  }
204
- const Kr = /* @__PURE__ */ new Set();
205
- function ei(e, t) {
206
- e && e.i && (Kr.delete(e), e.i(t));
207
+ const ti = /* @__PURE__ */ new Set();
208
+ function ri(e, t) {
209
+ e && e.i && (ti.delete(e), e.i(t));
207
210
  }
208
- function $t(e) {
211
+ function Mt(e) {
209
212
  return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
210
213
  }
211
- function ti(e, t, r) {
214
+ function ii(e, t, r) {
212
215
  const { fragment: i, after_update: n } = e.$$;
213
216
  i && i.m(t, r), lt(() => {
214
- const s = e.$$.on_mount.map(Kt).filter(bt);
217
+ const s = e.$$.on_mount.map(tr).filter(bt);
215
218
  e.$$.on_destroy ? e.$$.on_destroy.push(...s) : Ne(s), e.$$.on_mount = [];
216
219
  }), n.forEach(lt);
217
220
  }
218
- function ri(e, t) {
221
+ function ni(e, t) {
219
222
  const r = e.$$;
220
- r.fragment !== null && (Qr(r.after_update), Ne(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
223
+ r.fragment !== null && (ei(r.after_update), Ne(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
221
224
  }
222
- function ii(e, t) {
223
- e.$$.dirty[0] === -1 && (_e.push(e), Zr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
225
+ function si(e, t) {
226
+ e.$$.dirty[0] === -1 && (_e.push(e), Qr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
224
227
  }
225
- function ni(e, t, r, i, n, s, a = null, l = [-1]) {
228
+ function oi(e, t, r, i, n, s, a = null, l = [-1]) {
226
229
  const o = De;
227
230
  Ce(e);
228
231
  const u = e.$$ = {
@@ -232,7 +235,7 @@ function ni(e, t, r, i, n, s, a = null, l = [-1]) {
232
235
  props: s,
233
236
  update: K,
234
237
  not_equal: n,
235
- bound: Pt(),
238
+ bound: $t(),
236
239
  // lifecycle
237
240
  on_mount: [],
238
241
  on_destroy: [],
@@ -241,7 +244,7 @@ function ni(e, t, r, i, n, s, a = null, l = [-1]) {
241
244
  after_update: [],
242
245
  context: new Map(t.context || (o ? o.$$.context : [])),
243
246
  // everything else
244
- callbacks: Pt(),
247
+ callbacks: $t(),
245
248
  dirty: l,
246
249
  skip_bound: !1,
247
250
  root: t.target || o.$$.root
@@ -250,19 +253,19 @@ function ni(e, t, r, i, n, s, a = null, l = [-1]) {
250
253
  let h = !1;
251
254
  if (u.ctx = r ? r(e, t.props || {}, (c, m, ...E) => {
252
255
  const H = E.length ? E[0] : m;
253
- return u.ctx && n(u.ctx[c], u.ctx[c] = H) && (!u.skip_bound && u.bound[c] && u.bound[c](H), h && ii(e, c)), m;
256
+ return u.ctx && n(u.ctx[c], u.ctx[c] = H) && (!u.skip_bound && u.bound[c] && u.bound[c](H), h && si(e, c)), m;
254
257
  }) : [], u.update(), h = !0, Ne(u.before_update), u.fragment = i ? i(u.ctx) : !1, t.target) {
255
258
  if (t.hydrate) {
256
- const c = zr(t.target);
259
+ const c = Wr(t.target);
257
260
  u.fragment && u.fragment.l(c), c.forEach(ne);
258
261
  } else
259
262
  u.fragment && u.fragment.c();
260
- t.intro && ei(e.$$.fragment), ti(e, t.target, t.anchor), re();
263
+ t.intro && ri(e.$$.fragment), ii(e, t.target, t.anchor), re();
261
264
  }
262
265
  Ce(o);
263
266
  }
264
- let rr;
265
- typeof HTMLElement == "function" && (rr = class extends HTMLElement {
267
+ let nr;
268
+ typeof HTMLElement == "function" && (nr = class extends HTMLElement {
266
269
  constructor(t, r, i) {
267
270
  super();
268
271
  /** The Svelte component constructor */
@@ -299,7 +302,7 @@ typeof HTMLElement == "function" && (rr = class extends HTMLElement {
299
302
  }
300
303
  }
301
304
  connectedCallback() {
302
- return Ot(this, null, function* () {
305
+ return At(this, null, function* () {
303
306
  if (this.$$cn = !0, !this.$$c) {
304
307
  let t = function(s) {
305
308
  return () => {
@@ -323,7 +326,7 @@ typeof HTMLElement == "function" && (rr = class extends HTMLElement {
323
326
  };
324
327
  if (yield Promise.resolve(), !this.$$cn || this.$$c)
325
328
  return;
326
- const r = {}, i = Wr(this);
329
+ const r = {}, i = Yr(this);
327
330
  for (const s of this.$$s)
328
331
  s in i && (r[s] = [t(s)]);
329
332
  for (const s of this.attributes) {
@@ -334,7 +337,7 @@ typeof HTMLElement == "function" && (rr = class extends HTMLElement {
334
337
  !(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
335
338
  this.$$c = new this.$$ctor({
336
339
  target: this.shadowRoot || this,
337
- props: Ht(Tt({}, this.$$d), {
340
+ props: Pt(Ot({}, this.$$d), {
338
341
  $$slots: r,
339
342
  $$scope: {
340
343
  ctx: []
@@ -412,8 +415,8 @@ function Ge(e, t, r, i) {
412
415
  return t;
413
416
  }
414
417
  }
415
- function si(e, t, r, i, n, s) {
416
- let a = class extends rr {
418
+ function ai(e, t, r, i, n, s) {
419
+ let a = class extends nr {
417
420
  constructor() {
418
421
  super(e, r, n), this.$$p_d = t;
419
422
  }
@@ -443,7 +446,7 @@ function si(e, t, r, i, n, s) {
443
446
  }), e.element = /** @type {any} */
444
447
  a, a;
445
448
  }
446
- class oi {
449
+ class ui {
447
450
  constructor() {
448
451
  /**
449
452
  * ### PRIVATE API
@@ -464,7 +467,7 @@ class oi {
464
467
  }
465
468
  /** @returns {void} */
466
469
  $destroy() {
467
- ri(this, 1), this.$destroy = K;
470
+ ni(this, 1), this.$destroy = K;
468
471
  }
469
472
  /**
470
473
  * @template {Extract<keyof Events, string>} K
@@ -486,13 +489,13 @@ class oi {
486
489
  * @returns {void}
487
490
  */
488
491
  $set(t) {
489
- this.$$set && !kr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
492
+ this.$$set && !Fr(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
490
493
  }
491
494
  }
492
- const ai = "4";
493
- typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(ai);
495
+ const li = "4";
496
+ typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(li);
494
497
  const xe = [];
495
- function ui(e, t) {
498
+ function hi(e, t) {
496
499
  return {
497
500
  subscribe: Ye(e, t).subscribe
498
501
  };
@@ -501,7 +504,7 @@ function Ye(e, t = K) {
501
504
  let r;
502
505
  const i = /* @__PURE__ */ new Set();
503
506
  function n(l) {
504
- if (er(e, l) && (e = l, r)) {
507
+ if (rr(e, l) && (e = l, r)) {
505
508
  const o = !xe.length;
506
509
  for (const u of i)
507
510
  u[1](), xe.push(u, e);
@@ -528,7 +531,7 @@ function Ae(e, t, r) {
528
531
  if (!n.every(Boolean))
529
532
  throw new Error("derived() expects stores as input, got a falsy value");
530
533
  const s = t.length < 2;
531
- return ui(r, (a, l) => {
534
+ return hi(r, (a, l) => {
532
535
  let o = !1;
533
536
  const u = [];
534
537
  let h = 0, c = K;
@@ -539,7 +542,7 @@ function Ae(e, t, r) {
539
542
  const H = t(i ? u[0] : u, a, l);
540
543
  s ? a(H) : c = bt(H) ? H : K;
541
544
  }, E = n.map(
542
- (H, v) => tr(
545
+ (H, v) => ir(
543
546
  H,
544
547
  ($) => {
545
548
  u[v] = $, h &= ~(1 << v), o && m();
@@ -554,71 +557,71 @@ function Ae(e, t, r) {
554
557
  };
555
558
  });
556
559
  }
557
- var ir = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
560
+ var sr = typeof globalThis != "undefined" ? globalThis : typeof window != "undefined" ? window : typeof global != "undefined" ? global : typeof self != "undefined" ? self : {};
558
561
  function _t(e) {
559
562
  return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
560
563
  }
561
- var li = function(t) {
562
- return hi(t) && !fi(t);
564
+ var fi = function(t) {
565
+ return ci(t) && !di(t);
563
566
  };
564
- function hi(e) {
567
+ function ci(e) {
565
568
  return !!e && typeof e == "object";
566
569
  }
567
- function fi(e) {
570
+ function di(e) {
568
571
  var t = Object.prototype.toString.call(e);
569
- return t === "[object RegExp]" || t === "[object Date]" || mi(e);
572
+ return t === "[object RegExp]" || t === "[object Date]" || gi(e);
570
573
  }
571
- var ci = typeof Symbol == "function" && Symbol.for, di = ci ? Symbol.for("react.element") : 60103;
572
- function mi(e) {
573
- return e.$$typeof === di;
574
+ var mi = typeof Symbol == "function" && Symbol.for, pi = mi ? Symbol.for("react.element") : 60103;
575
+ function gi(e) {
576
+ return e.$$typeof === pi;
574
577
  }
575
- function pi(e) {
578
+ function vi(e) {
576
579
  return Array.isArray(e) ? [] : {};
577
580
  }
578
581
  function Ie(e, t) {
579
- return t.clone !== !1 && t.isMergeableObject(e) ? Te(pi(e), e, t) : e;
582
+ return t.clone !== !1 && t.isMergeableObject(e) ? Te(vi(e), e, t) : e;
580
583
  }
581
- function gi(e, t, r) {
584
+ function bi(e, t, r) {
582
585
  return e.concat(t).map(function(i) {
583
586
  return Ie(i, r);
584
587
  });
585
588
  }
586
- function vi(e, t) {
589
+ function yi(e, t) {
587
590
  if (!t.customMerge)
588
591
  return Te;
589
592
  var r = t.customMerge(e);
590
593
  return typeof r == "function" ? r : Te;
591
594
  }
592
- function bi(e) {
595
+ function xi(e) {
593
596
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
594
597
  return Object.propertyIsEnumerable.call(e, t);
595
598
  }) : [];
596
599
  }
597
- function Bt(e) {
598
- return Object.keys(e).concat(bi(e));
600
+ function Ct(e) {
601
+ return Object.keys(e).concat(xi(e));
599
602
  }
600
- function nr(e, t) {
603
+ function or(e, t) {
601
604
  try {
602
605
  return t in e;
603
606
  } catch (r) {
604
607
  return !1;
605
608
  }
606
609
  }
607
- function yi(e, t) {
608
- return nr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
610
+ function _i(e, t) {
611
+ return or(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
609
612
  }
610
- function xi(e, t, r) {
613
+ function Ei(e, t, r) {
611
614
  var i = {};
612
- return r.isMergeableObject(e) && Bt(e).forEach(function(n) {
615
+ return r.isMergeableObject(e) && Ct(e).forEach(function(n) {
613
616
  i[n] = Ie(e[n], r);
614
- }), Bt(t).forEach(function(n) {
615
- yi(e, n) || (nr(e, n) && r.isMergeableObject(t[n]) ? i[n] = vi(n, r)(e[n], t[n], r) : i[n] = Ie(t[n], r));
617
+ }), Ct(t).forEach(function(n) {
618
+ _i(e, n) || (or(e, n) && r.isMergeableObject(t[n]) ? i[n] = yi(n, r)(e[n], t[n], r) : i[n] = Ie(t[n], r));
616
619
  }), i;
617
620
  }
618
621
  function Te(e, t, r) {
619
- r = r || {}, r.arrayMerge = r.arrayMerge || gi, r.isMergeableObject = r.isMergeableObject || li, r.cloneUnlessOtherwiseSpecified = Ie;
622
+ r = r || {}, r.arrayMerge = r.arrayMerge || bi, r.isMergeableObject = r.isMergeableObject || fi, r.cloneUnlessOtherwiseSpecified = Ie;
620
623
  var i = Array.isArray(t), n = Array.isArray(e), s = i === n;
621
- return s ? i ? r.arrayMerge(e, t, r) : xi(e, t, r) : Ie(t, r);
624
+ return s ? i ? r.arrayMerge(e, t, r) : Ei(e, t, r) : Ie(t, r);
622
625
  }
623
626
  Te.all = function(t, r) {
624
627
  if (!Array.isArray(t))
@@ -627,13 +630,28 @@ Te.all = function(t, r) {
627
630
  return Te(i, n, r);
628
631
  }, {});
629
632
  };
630
- var _i = Te, Ei = _i;
631
- const wi = /* @__PURE__ */ _t(Ei);
633
+ var wi = Te, Si = wi;
634
+ const Ti = /* @__PURE__ */ _t(Si);
635
+ /*! *****************************************************************************
636
+ Copyright (c) Microsoft Corporation.
637
+
638
+ Permission to use, copy, modify, and/or distribute this software for any
639
+ purpose with or without fee is hereby granted.
640
+
641
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
642
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
643
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
644
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
645
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
646
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
647
+ PERFORMANCE OF THIS SOFTWARE.
648
+ ***************************************************************************** */
632
649
  var ht = function(e, t) {
633
650
  return ht = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
634
651
  r.__proto__ = i;
635
652
  } || function(r, i) {
636
- for (var n in i) Object.prototype.hasOwnProperty.call(i, n) && (r[n] = i[n]);
653
+ for (var n in i)
654
+ Object.prototype.hasOwnProperty.call(i, n) && (r[n] = i[n]);
637
655
  }, ht(e, t);
638
656
  };
639
657
  function Ze(e, t) {
@@ -649,72 +667,77 @@ var P = function() {
649
667
  return P = Object.assign || function(t) {
650
668
  for (var r, i = 1, n = arguments.length; i < n; i++) {
651
669
  r = arguments[i];
652
- for (var s in r) Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
670
+ for (var s in r)
671
+ Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
653
672
  }
654
673
  return t;
655
674
  }, P.apply(this, arguments);
656
675
  };
657
- function Si(e, t) {
676
+ function Hi(e, t) {
658
677
  var r = {};
659
- for (var i in e) Object.prototype.hasOwnProperty.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
678
+ for (var i in e)
679
+ Object.prototype.hasOwnProperty.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
660
680
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
661
681
  for (var n = 0, i = Object.getOwnPropertySymbols(e); n < i.length; n++)
662
682
  t.indexOf(i[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, i[n]) && (r[i[n]] = e[i[n]]);
663
683
  return r;
664
684
  }
665
685
  function tt(e, t, r) {
666
- if (r || arguments.length === 2) for (var i = 0, n = t.length, s; i < n; i++)
667
- (s || !(i in t)) && (s || (s = Array.prototype.slice.call(t, 0, i)), s[i] = t[i]);
668
- return e.concat(s || Array.prototype.slice.call(t));
686
+ if (arguments.length === 2)
687
+ for (var i = 0, n = t.length, s; i < n; i++)
688
+ (s || !(i in t)) && (s || (s = Array.prototype.slice.call(t, 0, i)), s[i] = t[i]);
689
+ return e.concat(s || t);
669
690
  }
670
691
  function rt(e, t) {
671
- var r = t && t.cache ? t.cache : Bi, i = t && t.serializer ? t.serializer : Ai, n = t && t.strategy ? t.strategy : Oi;
692
+ var r = t && t.cache ? t.cache : Mi, i = t && t.serializer ? t.serializer : Bi, n = t && t.strategy ? t.strategy : Pi;
672
693
  return n(e, {
673
694
  cache: r,
674
695
  serializer: i
675
696
  });
676
697
  }
677
- function Ti(e) {
698
+ function Oi(e) {
678
699
  return e == null || typeof e == "number" || typeof e == "boolean";
679
700
  }
680
- function Hi(e, t, r, i) {
681
- var n = Ti(i) ? i : r(i), s = t.get(n);
701
+ function ar(e, t, r, i) {
702
+ var n = Oi(i) ? i : r(i), s = t.get(n);
682
703
  return typeof s == "undefined" && (s = e.call(this, i), t.set(n, s)), s;
683
704
  }
684
- function sr(e, t, r) {
705
+ function ur(e, t, r) {
685
706
  var i = Array.prototype.slice.call(arguments, 3), n = r(i), s = t.get(n);
686
707
  return typeof s == "undefined" && (s = e.apply(this, i), t.set(n, s)), s;
687
708
  }
688
- function or(e, t, r, i, n) {
709
+ function Et(e, t, r, i, n) {
689
710
  return r.bind(t, e, i, n);
690
711
  }
691
- function Oi(e, t) {
692
- var r = e.length === 1 ? Hi : sr;
693
- return or(e, this, r, t.cache.create(), t.serializer);
694
- }
695
712
  function Pi(e, t) {
696
- return or(e, this, sr, t.cache.create(), t.serializer);
713
+ var r = e.length === 1 ? ar : ur;
714
+ return Et(e, this, r, t.cache.create(), t.serializer);
715
+ }
716
+ function Ai(e, t) {
717
+ return Et(e, this, ur, t.cache.create(), t.serializer);
718
+ }
719
+ function $i(e, t) {
720
+ return Et(e, this, ar, t.cache.create(), t.serializer);
697
721
  }
698
- var Ai = function() {
722
+ var Bi = function() {
699
723
  return JSON.stringify(arguments);
700
- }, $i = (
701
- /** @class */
702
- function() {
703
- function e() {
704
- this.cache = /* @__PURE__ */ Object.create(null);
705
- }
706
- return e.prototype.get = function(t) {
707
- return this.cache[t];
708
- }, e.prototype.set = function(t, r) {
709
- this.cache[t] = r;
710
- }, e;
711
- }()
712
- ), Bi = {
724
+ };
725
+ function wt() {
726
+ this.cache = /* @__PURE__ */ Object.create(null);
727
+ }
728
+ wt.prototype.get = function(e) {
729
+ return this.cache[e];
730
+ };
731
+ wt.prototype.set = function(e, t) {
732
+ this.cache[e] = t;
733
+ };
734
+ var Mi = {
713
735
  create: function() {
714
- return new $i();
736
+ return new wt();
715
737
  }
716
738
  }, it = {
717
- variadic: Pi
739
+ variadic: Ai,
740
+ monadic: $i
718
741
  }, T;
719
742
  (function(e) {
720
743
  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";
@@ -727,43 +750,43 @@ var He;
727
750
  (function(e) {
728
751
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
729
752
  })(He || (He = {}));
730
- function Mt(e) {
753
+ function Dt(e) {
731
754
  return e.type === C.literal;
732
755
  }
733
- function Mi(e) {
756
+ function Ci(e) {
734
757
  return e.type === C.argument;
735
758
  }
736
- function ar(e) {
759
+ function lr(e) {
737
760
  return e.type === C.number;
738
761
  }
739
- function ur(e) {
762
+ function hr(e) {
740
763
  return e.type === C.date;
741
764
  }
742
- function lr(e) {
765
+ function fr(e) {
743
766
  return e.type === C.time;
744
767
  }
745
- function hr(e) {
768
+ function cr(e) {
746
769
  return e.type === C.select;
747
770
  }
748
- function fr(e) {
771
+ function dr(e) {
749
772
  return e.type === C.plural;
750
773
  }
751
- function Ci(e) {
774
+ function Di(e) {
752
775
  return e.type === C.pound;
753
776
  }
754
- function cr(e) {
777
+ function mr(e) {
755
778
  return e.type === C.tag;
756
779
  }
757
- function dr(e) {
780
+ function pr(e) {
758
781
  return !!(e && typeof e == "object" && e.type === He.number);
759
782
  }
760
783
  function ft(e) {
761
784
  return !!(e && typeof e == "object" && e.type === He.dateTime);
762
785
  }
763
- var mr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Di = /(?:[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;
764
- function Ii(e) {
786
+ var gr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ii = /(?:[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;
787
+ function Li(e) {
765
788
  var t = {};
766
- return e.replace(Di, function(r) {
789
+ return e.replace(Ii, function(r) {
767
790
  var i = r.length;
768
791
  switch (r[0]) {
769
792
  case "G":
@@ -852,11 +875,11 @@ function Ii(e) {
852
875
  return "";
853
876
  }), t;
854
877
  }
855
- var Li = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
856
- function Ni(e) {
878
+ var Ni = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
879
+ function Ri(e) {
857
880
  if (e.length === 0)
858
881
  throw new Error("Number skeleton cannot be empty");
859
- for (var t = e.split(Li).filter(function(m) {
882
+ for (var t = e.split(Ni).filter(function(m) {
860
883
  return m.length > 0;
861
884
  }), r = [], i = 0, n = t; i < n.length; i++) {
862
885
  var s = n[i], a = s.split("/");
@@ -871,17 +894,17 @@ function Ni(e) {
871
894
  }
872
895
  return r;
873
896
  }
874
- function Ri(e) {
897
+ function ki(e) {
875
898
  return e.replace(/^(.*?)-/, "");
876
899
  }
877
- var Ct = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, pr = /^(@+)?(\+|#+)?[rs]?$/g, ki = /(\*)(0+)|(#+)(0+)|(0+)/g, gr = /^(0+)$/;
878
- function Dt(e) {
900
+ var It = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, vr = /^(@+)?(\+|#+)?[rs]?$/g, Ui = /(\*)(0+)|(#+)(0+)|(0+)/g, br = /^(0+)$/;
901
+ function Lt(e) {
879
902
  var t = {};
880
- return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(pr, function(r, i, n) {
903
+ return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(vr, function(r, i, n) {
881
904
  return typeof n != "string" ? (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length) : n === "+" ? t.minimumSignificantDigits = i.length : i[0] === "#" ? t.maximumSignificantDigits = i.length : (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
882
905
  }), t;
883
906
  }
884
- function vr(e) {
907
+ function yr(e) {
885
908
  switch (e) {
886
909
  case "sign-auto":
887
910
  return {
@@ -921,7 +944,7 @@ function vr(e) {
921
944
  };
922
945
  }
923
946
  }
924
- function Ui(e) {
947
+ function Fi(e) {
925
948
  var t;
926
949
  if (e[0] === "E" && e[1] === "E" ? (t = {
927
950
  notation: "engineering"
@@ -929,17 +952,17 @@ function Ui(e) {
929
952
  notation: "scientific"
930
953
  }, e = e.slice(1)), t) {
931
954
  var r = e.slice(0, 2);
932
- if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !gr.test(e))
955
+ if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !br.test(e))
933
956
  throw new Error("Malformed concise eng/scientific notation");
934
957
  t.minimumIntegerDigits = e.length;
935
958
  }
936
959
  return t;
937
960
  }
938
- function It(e) {
939
- var t = {}, r = vr(e);
961
+ function Nt(e) {
962
+ var t = {}, r = yr(e);
940
963
  return r || t;
941
964
  }
942
- function Fi(e) {
965
+ function Vi(e) {
943
966
  for (var t = {}, r = 0, i = e; r < i.length; r++) {
944
967
  var n = i[r];
945
968
  switch (n.stem) {
@@ -963,7 +986,7 @@ function Fi(e) {
963
986
  continue;
964
987
  case "measure-unit":
965
988
  case "unit":
966
- t.style = "unit", t.unit = Ri(n.options[0]);
989
+ t.style = "unit", t.unit = ki(n.options[0]);
967
990
  continue;
968
991
  case "compact-short":
969
992
  case "K":
@@ -975,12 +998,12 @@ function Fi(e) {
975
998
  continue;
976
999
  case "scientific":
977
1000
  t = P(P(P({}, t), { notation: "scientific" }), n.options.reduce(function(o, u) {
978
- return P(P({}, o), It(u));
1001
+ return P(P({}, o), Nt(u));
979
1002
  }, {}));
980
1003
  continue;
981
1004
  case "engineering":
982
1005
  t = P(P(P({}, t), { notation: "engineering" }), n.options.reduce(function(o, u) {
983
- return P(P({}, o), It(u));
1006
+ return P(P({}, o), Nt(u));
984
1007
  }, {}));
985
1008
  continue;
986
1009
  case "notation-simple":
@@ -1025,7 +1048,7 @@ function Fi(e) {
1025
1048
  case "integer-width":
1026
1049
  if (n.options.length > 1)
1027
1050
  throw new RangeError("integer-width stems only accept a single optional option");
1028
- n.options[0].replace(ki, function(o, u, h, c, m, E) {
1051
+ n.options[0].replace(Ui, function(o, u, h, c, m, E) {
1029
1052
  if (u)
1030
1053
  t.minimumIntegerDigits = h.length;
1031
1054
  else {
@@ -1038,27 +1061,27 @@ function Fi(e) {
1038
1061
  });
1039
1062
  continue;
1040
1063
  }
1041
- if (gr.test(n.stem)) {
1064
+ if (br.test(n.stem)) {
1042
1065
  t.minimumIntegerDigits = n.stem.length;
1043
1066
  continue;
1044
1067
  }
1045
- if (Ct.test(n.stem)) {
1068
+ if (It.test(n.stem)) {
1046
1069
  if (n.options.length > 1)
1047
1070
  throw new RangeError("Fraction-precision stems only accept a single optional option");
1048
- n.stem.replace(Ct, function(o, u, h, c, m, E) {
1071
+ n.stem.replace(It, function(o, u, h, c, m, E) {
1049
1072
  return h === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : m && E ? (t.minimumFractionDigits = m.length, t.maximumFractionDigits = m.length + E.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
1050
1073
  });
1051
1074
  var s = n.options[0];
1052
- s === "w" ? t = P(P({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = P(P({}, t), Dt(s)));
1075
+ s === "w" ? t = P(P({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = P(P({}, t), Lt(s)));
1053
1076
  continue;
1054
1077
  }
1055
- if (pr.test(n.stem)) {
1056
- t = P(P({}, t), Dt(n.stem));
1078
+ if (vr.test(n.stem)) {
1079
+ t = P(P({}, t), Lt(n.stem));
1057
1080
  continue;
1058
1081
  }
1059
- var a = vr(n.stem);
1082
+ var a = yr(n.stem);
1060
1083
  a && (t = P(P({}, t), a));
1061
- var l = Ui(n.stem);
1084
+ var l = Fi(n.stem);
1062
1085
  l && (t = P(P({}, t), l));
1063
1086
  }
1064
1087
  return t;
@@ -2478,22 +2501,23 @@ var Ve = {
2478
2501
  "h"
2479
2502
  ]
2480
2503
  };
2481
- function Vi(e, t) {
2504
+ function Gi(e, t) {
2482
2505
  for (var r = "", i = 0; i < e.length; i++) {
2483
2506
  var n = e.charAt(i);
2484
2507
  if (n === "j") {
2485
2508
  for (var s = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
2486
2509
  s++, i++;
2487
- var a = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), o = "a", u = Gi(t);
2510
+ var a = 1 + (s & 1), l = s < 2 ? 1 : 3 + (s >> 1), o = "a", u = ji(t);
2488
2511
  for ((u == "H" || u == "k") && (l = 0); l-- > 0; )
2489
2512
  r += o;
2490
2513
  for (; a-- > 0; )
2491
2514
  r = u + r;
2492
- } else n === "J" ? r += "H" : r += n;
2515
+ } else
2516
+ n === "J" ? r += "H" : r += n;
2493
2517
  }
2494
2518
  return r;
2495
2519
  }
2496
- function Gi(e) {
2520
+ function ji(e) {
2497
2521
  var t = e.hourCycle;
2498
2522
  if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
2499
2523
  e.hourCycles && // @ts-ignore
@@ -2515,20 +2539,20 @@ function Gi(e) {
2515
2539
  var n = Ve[i || ""] || Ve[r || ""] || Ve["".concat(r, "-001")] || Ve["001"];
2516
2540
  return n[0];
2517
2541
  }
2518
- var nt, ji = new RegExp("^".concat(mr.source, "*")), zi = new RegExp("".concat(mr.source, "*$"));
2542
+ var nt, zi = new RegExp("^".concat(gr.source, "*")), Xi = new RegExp("".concat(gr.source, "*$"));
2519
2543
  function O(e, t) {
2520
2544
  return { start: e, end: t };
2521
2545
  }
2522
- var Xi = !!String.prototype.startsWith && "_a".startsWith("a", 1), Wi = !!String.fromCodePoint, qi = !!Object.fromEntries, Yi = !!String.prototype.codePointAt, Zi = !!String.prototype.trimStart, Ji = !!String.prototype.trimEnd, Qi = !!Number.isSafeInteger, Ki = Qi ? Number.isSafeInteger : function(e) {
2546
+ var Wi = !!String.prototype.startsWith && "_a".startsWith("a", 1), qi = !!String.fromCodePoint, Yi = !!Object.fromEntries, Zi = !!String.prototype.codePointAt, Ji = !!String.prototype.trimStart, Qi = !!String.prototype.trimEnd, Ki = !!Number.isSafeInteger, en = Ki ? Number.isSafeInteger : function(e) {
2523
2547
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2524
2548
  }, ct = !0;
2525
2549
  try {
2526
- var en = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2527
- ct = ((nt = en.exec("a")) === null || nt === void 0 ? void 0 : nt[0]) === "a";
2550
+ var tn = _r("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2551
+ ct = ((nt = tn.exec("a")) === null || nt === void 0 ? void 0 : nt[0]) === "a";
2528
2552
  } catch (e) {
2529
2553
  ct = !1;
2530
2554
  }
2531
- var Lt = Xi ? (
2555
+ var Rt = Wi ? (
2532
2556
  // Native
2533
2557
  function(t, r, i) {
2534
2558
  return t.startsWith(r, i);
@@ -2538,7 +2562,7 @@ var Lt = Xi ? (
2538
2562
  function(t, r, i) {
2539
2563
  return t.slice(i, i + r.length) === r;
2540
2564
  }
2541
- ), dt = Wi ? String.fromCodePoint : (
2565
+ ), dt = qi ? String.fromCodePoint : (
2542
2566
  // IE11
2543
2567
  function() {
2544
2568
  for (var t = [], r = 0; r < arguments.length; r++)
@@ -2550,9 +2574,9 @@ var Lt = Xi ? (
2550
2574
  }
2551
2575
  return i;
2552
2576
  }
2553
- ), Nt = (
2577
+ ), kt = (
2554
2578
  // native
2555
- qi ? Object.fromEntries : (
2579
+ Yi ? Object.fromEntries : (
2556
2580
  // Ponyfill
2557
2581
  function(t) {
2558
2582
  for (var r = {}, i = 0, n = t; i < n.length; i++) {
@@ -2562,7 +2586,7 @@ var Lt = Xi ? (
2562
2586
  return r;
2563
2587
  }
2564
2588
  )
2565
- ), br = Yi ? (
2589
+ ), xr = Zi ? (
2566
2590
  // Native
2567
2591
  function(t, r) {
2568
2592
  return t.codePointAt(r);
@@ -2576,7 +2600,7 @@ var Lt = Xi ? (
2576
2600
  return n < 55296 || n > 56319 || r + 1 === i || (s = t.charCodeAt(r + 1)) < 56320 || s > 57343 ? n : (n - 55296 << 10) + (s - 56320) + 65536;
2577
2601
  }
2578
2602
  }
2579
- ), tn = Zi ? (
2603
+ ), rn = Ji ? (
2580
2604
  // Native
2581
2605
  function(t) {
2582
2606
  return t.trimStart();
@@ -2584,9 +2608,9 @@ var Lt = Xi ? (
2584
2608
  ) : (
2585
2609
  // Ponyfill
2586
2610
  function(t) {
2587
- return t.replace(ji, "");
2611
+ return t.replace(zi, "");
2588
2612
  }
2589
- ), rn = Ji ? (
2613
+ ), nn = Qi ? (
2590
2614
  // Native
2591
2615
  function(t) {
2592
2616
  return t.trimEnd();
@@ -2594,32 +2618,32 @@ var Lt = Xi ? (
2594
2618
  ) : (
2595
2619
  // Ponyfill
2596
2620
  function(t) {
2597
- return t.replace(zi, "");
2621
+ return t.replace(Xi, "");
2598
2622
  }
2599
2623
  );
2600
- function yr(e, t) {
2624
+ function _r(e, t) {
2601
2625
  return new RegExp(e, t);
2602
2626
  }
2603
2627
  var mt;
2604
2628
  if (ct) {
2605
- var Rt = yr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2629
+ var Ut = _r("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2606
2630
  mt = function(t, r) {
2607
2631
  var i;
2608
- Rt.lastIndex = r;
2609
- var n = Rt.exec(t);
2632
+ Ut.lastIndex = r;
2633
+ var n = Ut.exec(t);
2610
2634
  return (i = n[1]) !== null && i !== void 0 ? i : "";
2611
2635
  };
2612
2636
  } else
2613
2637
  mt = function(t, r) {
2614
2638
  for (var i = []; ; ) {
2615
- var n = br(t, r);
2616
- if (n === void 0 || xr(n) || an(n))
2639
+ var n = xr(t, r);
2640
+ if (n === void 0 || Er(n) || un(n))
2617
2641
  break;
2618
2642
  i.push(n), r += n >= 65536 ? 2 : 1;
2619
2643
  }
2620
2644
  return dt.apply(void 0, i);
2621
2645
  };
2622
- var nn = (
2646
+ var sn = (
2623
2647
  /** @class */
2624
2648
  function() {
2625
2649
  function e(t, r) {
@@ -2701,7 +2725,7 @@ var nn = (
2701
2725
  return this.error(T.INVALID_TAG, O(i, this.clonePosition()));
2702
2726
  }, e.prototype.parseTagName = function() {
2703
2727
  var t = this.offset();
2704
- for (this.bump(); !this.isEOF() && on(this.char()); )
2728
+ for (this.bump(); !this.isEOF() && an(this.char()); )
2705
2729
  this.bump();
2706
2730
  return this.message.slice(t, this.offset());
2707
2731
  }, e.prototype.parseLiteral = function(t, r) {
@@ -2730,7 +2754,7 @@ var nn = (
2730
2754
  };
2731
2755
  }, e.prototype.tryParseLeftAngleBracket = function() {
2732
2756
  return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
2733
- !sn(this.peek() || 0)) ? (this.bump(), "<") : null;
2757
+ !on(this.peek() || 0)) ? (this.bump(), "<") : null;
2734
2758
  }, e.prototype.tryParseQuote = function(t) {
2735
2759
  if (this.isEOF() || this.char() !== 39)
2736
2760
  return null;
@@ -2817,7 +2841,7 @@ var nn = (
2817
2841
  var h = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
2818
2842
  if (c.err)
2819
2843
  return c;
2820
- var m = rn(c.val);
2844
+ var m = nn(c.val);
2821
2845
  if (m.length === 0)
2822
2846
  return this.error(T.EXPECT_ARGUMENT_STYLE, O(this.clonePosition(), this.clonePosition()));
2823
2847
  var E = O(h, this.clonePosition());
@@ -2827,8 +2851,8 @@ var nn = (
2827
2851
  if (H.err)
2828
2852
  return H;
2829
2853
  var v = O(n, this.clonePosition());
2830
- if (u && Lt(u == null ? void 0 : u.style, "::", 0)) {
2831
- var $ = tn(u.style.slice(2));
2854
+ if (u && Rt(u == null ? void 0 : u.style, "::", 0)) {
2855
+ var $ = rn(u.style.slice(2));
2832
2856
  if (l === "number") {
2833
2857
  var c = this.parseNumberSkeletonFromString($, u.styleLocation);
2834
2858
  return c.err ? c : {
@@ -2839,12 +2863,12 @@ var nn = (
2839
2863
  if ($.length === 0)
2840
2864
  return this.error(T.EXPECT_DATE_TIME_SKELETON, v);
2841
2865
  var G = $;
2842
- this.locale && (G = Vi($, this.locale));
2866
+ this.locale && (G = Gi($, this.locale));
2843
2867
  var m = {
2844
2868
  type: He.dateTime,
2845
2869
  pattern: G,
2846
2870
  location: u.styleLocation,
2847
- parsedOptions: this.shouldParseSkeletons ? Ii(G) : {}
2871
+ parsedOptions: this.shouldParseSkeletons ? Li(G) : {}
2848
2872
  }, U = l === "date" ? C.date : C.time;
2849
2873
  return {
2850
2874
  val: { type: U, value: i, location: v, style: m },
@@ -2890,7 +2914,7 @@ var nn = (
2890
2914
  val: {
2891
2915
  type: C.select,
2892
2916
  value: i,
2893
- options: Nt(L.val),
2917
+ options: kt(L.val),
2894
2918
  location: Y
2895
2919
  },
2896
2920
  err: null
@@ -2898,7 +2922,7 @@ var nn = (
2898
2922
  val: {
2899
2923
  type: C.plural,
2900
2924
  value: i,
2901
- options: Nt(L.val),
2925
+ options: kt(L.val),
2902
2926
  offset: I,
2903
2927
  pluralType: l === "plural" ? "cardinal" : "ordinal",
2904
2928
  location: Y
@@ -2949,7 +2973,7 @@ var nn = (
2949
2973
  }, e.prototype.parseNumberSkeletonFromString = function(t, r) {
2950
2974
  var i = [];
2951
2975
  try {
2952
- i = Ni(t);
2976
+ i = Ri(t);
2953
2977
  } catch (n) {
2954
2978
  return this.error(T.INVALID_NUMBER_SKELETON, r);
2955
2979
  }
@@ -2958,7 +2982,7 @@ var nn = (
2958
2982
  type: He.number,
2959
2983
  tokens: i,
2960
2984
  location: r,
2961
- parsedOptions: this.shouldParseSkeletons ? Fi(i) : {}
2985
+ parsedOptions: this.shouldParseSkeletons ? Vi(i) : {}
2962
2986
  },
2963
2987
  err: null
2964
2988
  };
@@ -3006,7 +3030,7 @@ var nn = (
3006
3030
  break;
3007
3031
  }
3008
3032
  var o = O(n, this.clonePosition());
3009
- return s ? (a *= i, Ki(a) ? { val: a, err: null } : this.error(r, o)) : this.error(t, o);
3033
+ return s ? (a *= i, en(a) ? { val: a, err: null } : this.error(r, o)) : this.error(t, o);
3010
3034
  }, e.prototype.offset = function() {
3011
3035
  return this.position.offset;
3012
3036
  }, e.prototype.isEOF = function() {
@@ -3021,7 +3045,7 @@ var nn = (
3021
3045
  var t = this.position.offset;
3022
3046
  if (t >= this.message.length)
3023
3047
  throw Error("out of bound");
3024
- var r = br(this.message, t);
3048
+ var r = xr(this.message, t);
3025
3049
  if (r === void 0)
3026
3050
  throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
3027
3051
  return r;
@@ -3040,7 +3064,7 @@ var nn = (
3040
3064
  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);
3041
3065
  }
3042
3066
  }, e.prototype.bumpIf = function(t) {
3043
- if (Lt(this.message, t, this.offset())) {
3067
+ if (Rt(this.message, t, this.offset())) {
3044
3068
  for (var r = 0; r < t.length; r++)
3045
3069
  this.bump();
3046
3070
  return !0;
@@ -3062,7 +3086,7 @@ var nn = (
3062
3086
  break;
3063
3087
  }
3064
3088
  }, e.prototype.bumpSpace = function() {
3065
- for (; !this.isEOF() && xr(this.char()); )
3089
+ for (; !this.isEOF() && Er(this.char()); )
3066
3090
  this.bump();
3067
3091
  }, e.prototype.peek = function() {
3068
3092
  if (this.isEOF())
@@ -3075,29 +3099,30 @@ var nn = (
3075
3099
  function pt(e) {
3076
3100
  return e >= 97 && e <= 122 || e >= 65 && e <= 90;
3077
3101
  }
3078
- function sn(e) {
3102
+ function on(e) {
3079
3103
  return pt(e) || e === 47;
3080
3104
  }
3081
- function on(e) {
3105
+ function an(e) {
3082
3106
  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;
3083
3107
  }
3084
- function xr(e) {
3108
+ function Er(e) {
3085
3109
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3086
3110
  }
3087
- function an(e) {
3111
+ function un(e) {
3088
3112
  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;
3089
3113
  }
3090
3114
  function gt(e) {
3091
3115
  e.forEach(function(t) {
3092
- if (delete t.location, hr(t) || fr(t))
3116
+ if (delete t.location, cr(t) || dr(t))
3093
3117
  for (var r in t.options)
3094
3118
  delete t.options[r].location, gt(t.options[r].value);
3095
- else ar(t) && dr(t.style) || (ur(t) || lr(t)) && ft(t.style) ? delete t.style.location : cr(t) && gt(t.children);
3119
+ else
3120
+ lr(t) && pr(t.style) || (hr(t) || fr(t)) && ft(t.style) ? delete t.style.location : mr(t) && gt(t.children);
3096
3121
  });
3097
3122
  }
3098
- function un(e, t) {
3123
+ function ln(e, t) {
3099
3124
  t === void 0 && (t = {}), t = P({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3100
- var r = new nn(e, t).parse();
3125
+ var r = new sn(e, t).parse();
3101
3126
  if (r.err) {
3102
3127
  var i = SyntaxError(T[r.err.kind]);
3103
3128
  throw i.location = r.err.location, i.originalMessage = r.err.message, i;
@@ -3120,7 +3145,7 @@ var Je = (
3120
3145
  return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
3121
3146
  }, t;
3122
3147
  }(Error)
3123
- ), kt = (
3148
+ ), Ft = (
3124
3149
  /** @class */
3125
3150
  function(e) {
3126
3151
  Ze(t, e);
@@ -3129,7 +3154,7 @@ var Je = (
3129
3154
  }
3130
3155
  return t;
3131
3156
  }(Je)
3132
- ), ln = (
3157
+ ), hn = (
3133
3158
  /** @class */
3134
3159
  function(e) {
3135
3160
  Ze(t, e);
@@ -3138,7 +3163,7 @@ var Je = (
3138
3163
  }
3139
3164
  return t;
3140
3165
  }(Je)
3141
- ), hn = (
3166
+ ), fn = (
3142
3167
  /** @class */
3143
3168
  function(e) {
3144
3169
  Ze(t, e);
@@ -3151,17 +3176,17 @@ var Je = (
3151
3176
  (function(e) {
3152
3177
  e[e.literal = 0] = "literal", e[e.object = 1] = "object";
3153
3178
  })(z || (z = {}));
3154
- function fn(e) {
3179
+ function cn(e) {
3155
3180
  return e.length < 2 ? e : e.reduce(function(t, r) {
3156
3181
  var i = t[t.length - 1];
3157
3182
  return !i || i.type !== z.literal || r.type !== z.literal ? t.push(r) : i.value += r.value, t;
3158
3183
  }, []);
3159
3184
  }
3160
- function cn(e) {
3185
+ function dn(e) {
3161
3186
  return typeof e == "function";
3162
3187
  }
3163
3188
  function je(e, t, r, i, n, s, a) {
3164
- if (e.length === 1 && Mt(e[0]))
3189
+ if (e.length === 1 && Dt(e[0]))
3165
3190
  return [
3166
3191
  {
3167
3192
  type: z.literal,
@@ -3170,14 +3195,14 @@ function je(e, t, r, i, n, s, a) {
3170
3195
  ];
3171
3196
  for (var l = [], o = 0, u = e; o < u.length; o++) {
3172
3197
  var h = u[o];
3173
- if (Mt(h)) {
3198
+ if (Dt(h)) {
3174
3199
  l.push({
3175
3200
  type: z.literal,
3176
3201
  value: h.value
3177
3202
  });
3178
3203
  continue;
3179
3204
  }
3180
- if (Ci(h)) {
3205
+ if (Di(h)) {
3181
3206
  typeof s == "number" && l.push({
3182
3207
  type: z.literal,
3183
3208
  value: r.getNumberFormat(t).format(s)
@@ -3186,16 +3211,16 @@ function je(e, t, r, i, n, s, a) {
3186
3211
  }
3187
3212
  var c = h.value;
3188
3213
  if (!(n && c in n))
3189
- throw new hn(c, a);
3214
+ throw new fn(c, a);
3190
3215
  var m = n[c];
3191
- if (Mi(h)) {
3216
+ if (Ci(h)) {
3192
3217
  (!m || typeof m == "string" || typeof m == "number") && (m = typeof m == "string" || typeof m == "number" ? String(m) : ""), l.push({
3193
3218
  type: typeof m == "string" ? z.literal : z.object,
3194
3219
  value: m
3195
3220
  });
3196
3221
  continue;
3197
3222
  }
3198
- if (ur(h)) {
3223
+ if (hr(h)) {
3199
3224
  var E = typeof h.style == "string" ? i.date[h.style] : ft(h.style) ? h.style.parsedOptions : void 0;
3200
3225
  l.push({
3201
3226
  type: z.literal,
@@ -3203,7 +3228,7 @@ function je(e, t, r, i, n, s, a) {
3203
3228
  });
3204
3229
  continue;
3205
3230
  }
3206
- if (lr(h)) {
3231
+ if (fr(h)) {
3207
3232
  var E = typeof h.style == "string" ? i.time[h.style] : ft(h.style) ? h.style.parsedOptions : i.time.medium;
3208
3233
  l.push({
3209
3234
  type: z.literal,
@@ -3211,18 +3236,18 @@ function je(e, t, r, i, n, s, a) {
3211
3236
  });
3212
3237
  continue;
3213
3238
  }
3214
- if (ar(h)) {
3215
- var E = typeof h.style == "string" ? i.number[h.style] : dr(h.style) ? h.style.parsedOptions : void 0;
3239
+ if (lr(h)) {
3240
+ var E = typeof h.style == "string" ? i.number[h.style] : pr(h.style) ? h.style.parsedOptions : void 0;
3216
3241
  E && E.scale && (m = m * (E.scale || 1)), l.push({
3217
3242
  type: z.literal,
3218
3243
  value: r.getNumberFormat(t, E).format(m)
3219
3244
  });
3220
3245
  continue;
3221
3246
  }
3222
- if (cr(h)) {
3247
+ if (mr(h)) {
3223
3248
  var H = h.children, v = h.value, $ = n[v];
3224
- if (!cn($))
3225
- throw new ln(v, "function", a);
3249
+ if (!dn($))
3250
+ throw new hn(v, "function", a);
3226
3251
  var G = je(H, t, r, i, n, s), U = $(G.map(function(I) {
3227
3252
  return I.value;
3228
3253
  }));
@@ -3233,14 +3258,14 @@ function je(e, t, r, i, n, s, a) {
3233
3258
  };
3234
3259
  }));
3235
3260
  }
3236
- if (hr(h)) {
3261
+ if (cr(h)) {
3237
3262
  var B = h.options[m] || h.options.other;
3238
3263
  if (!B)
3239
- throw new kt(h.value, m, Object.keys(h.options), a);
3264
+ throw new Ft(h.value, m, Object.keys(h.options), a);
3240
3265
  l.push.apply(l, je(B.value, t, r, i, n));
3241
3266
  continue;
3242
3267
  }
3243
- if (fr(h)) {
3268
+ if (dr(h)) {
3244
3269
  var B = h.options["=".concat(m)];
3245
3270
  if (!B) {
3246
3271
  if (!Intl.PluralRules)
@@ -3251,21 +3276,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3251
3276
  B = h.options[X] || h.options.other;
3252
3277
  }
3253
3278
  if (!B)
3254
- throw new kt(h.value, m, Object.keys(h.options), a);
3279
+ throw new Ft(h.value, m, Object.keys(h.options), a);
3255
3280
  l.push.apply(l, je(B.value, t, r, i, n, m - (h.offset || 0)));
3256
3281
  continue;
3257
3282
  }
3258
3283
  }
3259
- return fn(l);
3284
+ return cn(l);
3260
3285
  }
3261
- function dn(e, t) {
3286
+ function mn(e, t) {
3262
3287
  return t ? P(P(P({}, e || {}), t || {}), Object.keys(e).reduce(function(r, i) {
3263
3288
  return r[i] = P(P({}, e[i]), t[i] || {}), r;
3264
3289
  }, {})) : e;
3265
3290
  }
3266
- function mn(e, t) {
3291
+ function pn(e, t) {
3267
3292
  return t ? Object.keys(e).reduce(function(r, i) {
3268
- return r[i] = dn(e[i], t[i]), r;
3293
+ return r[i] = mn(e[i], t[i]), r;
3269
3294
  }, P({}, e)) : e;
3270
3295
  }
3271
3296
  function st(e) {
@@ -3282,7 +3307,7 @@ function st(e) {
3282
3307
  }
3283
3308
  };
3284
3309
  }
3285
- function pn(e) {
3310
+ function gn(e) {
3286
3311
  return e === void 0 && (e = {
3287
3312
  number: {},
3288
3313
  dateTime: {},
@@ -3314,7 +3339,7 @@ function pn(e) {
3314
3339
  })
3315
3340
  };
3316
3341
  }
3317
- var _r = (
3342
+ var wr = (
3318
3343
  /** @class */
3319
3344
  function() {
3320
3345
  function e(t, r, i, n) {
@@ -3346,13 +3371,13 @@ var _r = (
3346
3371
  throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
3347
3372
  var a = n || {};
3348
3373
  a.formatters;
3349
- var l = Si(a, ["formatters"]);
3374
+ var l = Hi(a, ["formatters"]);
3350
3375
  this.ast = e.__parse(t, P(P({}, l), { locale: this.resolvedLocale }));
3351
3376
  } else
3352
3377
  this.ast = t;
3353
3378
  if (!Array.isArray(this.ast))
3354
3379
  throw new TypeError("A message must be provided as a String or AST.");
3355
- this.formats = mn(e.formats, i), this.formatters = n && n.formatters || pn(this.formatterCache);
3380
+ this.formats = pn(e.formats, i), this.formatters = n && n.formatters || gn(this.formatterCache);
3356
3381
  }
3357
3382
  return Object.defineProperty(e, "defaultLocale", {
3358
3383
  get: function() {
@@ -3365,7 +3390,7 @@ var _r = (
3365
3390
  var r = Intl.NumberFormat.supportedLocalesOf(t);
3366
3391
  return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
3367
3392
  }
3368
- }, e.__parse = un, e.formats = {
3393
+ }, e.__parse = ln, e.formats = {
3369
3394
  number: {
3370
3395
  integer: {
3371
3396
  maximumFractionDigits: 0
@@ -3426,7 +3451,7 @@ var _r = (
3426
3451
  }, e;
3427
3452
  }()
3428
3453
  );
3429
- function gn(e, t) {
3454
+ function vn(e, t) {
3430
3455
  if (t == null)
3431
3456
  return;
3432
3457
  if (t in e)
@@ -3447,60 +3472,60 @@ function gn(e, t) {
3447
3472
  i = void 0;
3448
3473
  return i;
3449
3474
  }
3450
- const ce = {}, vn = (e, t, r) => r && (t in ce || (ce[t] = {}), e in ce[t] || (ce[t][e] = r), r), Er = (e, t) => {
3475
+ const ce = {}, bn = (e, t, r) => r && (t in ce || (ce[t] = {}), e in ce[t] || (ce[t][e] = r), r), Sr = (e, t) => {
3451
3476
  if (t == null)
3452
3477
  return;
3453
3478
  if (t in ce && e in ce[t])
3454
3479
  return ce[t][e];
3455
3480
  const r = ke(t);
3456
3481
  for (let i = 0; i < r.length; i++) {
3457
- const n = r[i], s = yn(n, e);
3482
+ const n = r[i], s = xn(n, e);
3458
3483
  if (s)
3459
- return vn(e, t, s);
3484
+ return bn(e, t, s);
3460
3485
  }
3461
3486
  };
3462
- let Et;
3487
+ let St;
3463
3488
  const Re = Ye({});
3464
- function bn(e) {
3465
- return Et[e] || null;
3489
+ function yn(e) {
3490
+ return St[e] || null;
3466
3491
  }
3467
- function wr(e) {
3468
- return e in Et;
3492
+ function Tr(e) {
3493
+ return e in St;
3469
3494
  }
3470
- function yn(e, t) {
3471
- if (!wr(e))
3495
+ function xn(e, t) {
3496
+ if (!Tr(e))
3472
3497
  return null;
3473
- const r = bn(e);
3474
- return gn(r, t);
3498
+ const r = yn(e);
3499
+ return vn(r, t);
3475
3500
  }
3476
- function xn(e) {
3501
+ function _n(e) {
3477
3502
  if (e == null)
3478
3503
  return;
3479
3504
  const t = ke(e);
3480
3505
  for (let r = 0; r < t.length; r++) {
3481
3506
  const i = t[r];
3482
- if (wr(i))
3507
+ if (Tr(i))
3483
3508
  return i;
3484
3509
  }
3485
3510
  }
3486
- function Sr(e, ...t) {
3487
- delete ce[e], Re.update((r) => (r[e] = wi.all([r[e] || {}, ...t]), r));
3511
+ function Hr(e, ...t) {
3512
+ delete ce[e], Re.update((r) => (r[e] = Ti.all([r[e] || {}, ...t]), r));
3488
3513
  }
3489
3514
  Ae(
3490
3515
  [Re],
3491
3516
  ([e]) => Object.keys(e)
3492
3517
  );
3493
- Re.subscribe((e) => Et = e);
3518
+ Re.subscribe((e) => St = e);
3494
3519
  const ze = {};
3495
- function _n(e, t) {
3520
+ function En(e, t) {
3496
3521
  ze[e].delete(t), ze[e].size === 0 && delete ze[e];
3497
3522
  }
3498
- function Tr(e) {
3523
+ function Or(e) {
3499
3524
  return ze[e];
3500
3525
  }
3501
- function En(e) {
3526
+ function wn(e) {
3502
3527
  return ke(e).map((t) => {
3503
- const r = Tr(t);
3528
+ const r = Or(t);
3504
3529
  return [t, r ? [...r] : []];
3505
3530
  }).filter(([, t]) => t.length > 0);
3506
3531
  }
@@ -3508,40 +3533,40 @@ function Xe(e) {
3508
3533
  return e == null ? !1 : ke(e).some(
3509
3534
  (t) => {
3510
3535
  var r;
3511
- return (r = Tr(t)) == null ? void 0 : r.size;
3536
+ return (r = Or(t)) == null ? void 0 : r.size;
3512
3537
  }
3513
3538
  );
3514
3539
  }
3515
- function wn(e, t) {
3540
+ function Sn(e, t) {
3516
3541
  return Promise.all(
3517
- t.map((i) => (_n(e, i), i().then((n) => n.default || n)))
3518
- ).then((i) => Sr(e, ...i));
3542
+ t.map((i) => (En(e, i), i().then((n) => n.default || n)))
3543
+ ).then((i) => Hr(e, ...i));
3519
3544
  }
3520
3545
  const Be = {};
3521
- function Hr(e) {
3546
+ function Pr(e) {
3522
3547
  if (!Xe(e))
3523
3548
  return e in Be ? Be[e] : Promise.resolve();
3524
- const t = En(e);
3549
+ const t = wn(e);
3525
3550
  return Be[e] = Promise.all(
3526
3551
  t.map(
3527
- ([r, i]) => wn(r, i)
3552
+ ([r, i]) => Sn(r, i)
3528
3553
  )
3529
3554
  ).then(() => {
3530
3555
  if (Xe(e))
3531
- return Hr(e);
3556
+ return Pr(e);
3532
3557
  delete Be[e];
3533
3558
  }), Be[e];
3534
3559
  }
3535
- var Ut = Object.getOwnPropertySymbols, Sn = Object.prototype.hasOwnProperty, Tn = Object.prototype.propertyIsEnumerable, Hn = (e, t) => {
3560
+ var Vt = Object.getOwnPropertySymbols, Tn = Object.prototype.hasOwnProperty, Hn = Object.prototype.propertyIsEnumerable, On = (e, t) => {
3536
3561
  var r = {};
3537
3562
  for (var i in e)
3538
- Sn.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
3539
- if (e != null && Ut)
3540
- for (var i of Ut(e))
3541
- t.indexOf(i) < 0 && Tn.call(e, i) && (r[i] = e[i]);
3563
+ Tn.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
3564
+ if (e != null && Vt)
3565
+ for (var i of Vt(e))
3566
+ t.indexOf(i) < 0 && Hn.call(e, i) && (r[i] = e[i]);
3542
3567
  return r;
3543
3568
  };
3544
- const On = {
3569
+ const Pn = {
3545
3570
  number: {
3546
3571
  scientific: { notation: "scientific" },
3547
3572
  engineering: { notation: "engineering" },
@@ -3571,7 +3596,7 @@ const On = {
3571
3596
  }
3572
3597
  }
3573
3598
  };
3574
- function Pn({ locale: e, id: t }) {
3599
+ function An({ locale: e, id: t }) {
3575
3600
  console.warn(
3576
3601
  `[svelte-i18n] The message "${t}" was not found in "${ke(
3577
3602
  e
@@ -3580,49 +3605,49 @@ function Pn({ locale: e, id: t }) {
3580
3605
  Note: there are at least one loader still registered to this locale that wasn't executed.` : ""}`
3581
3606
  );
3582
3607
  }
3583
- const An = {
3608
+ const $n = {
3584
3609
  fallbackLocale: null,
3585
3610
  loadingDelay: 200,
3586
- formats: On,
3611
+ formats: Pn,
3587
3612
  warnOnMissingMessages: !0,
3588
3613
  handleMissingMessage: void 0,
3589
3614
  ignoreTag: !0
3590
- }, Me = An;
3615
+ }, Me = $n;
3591
3616
  function Pe() {
3592
3617
  return Me;
3593
3618
  }
3594
- function $n(e) {
3595
- const t = e, { formats: r } = t, i = Hn(t, ["formats"]);
3619
+ function Bn(e) {
3620
+ const t = e, { formats: r } = t, i = On(t, ["formats"]);
3596
3621
  let n = e.fallbackLocale;
3597
3622
  if (e.initialLocale)
3598
3623
  try {
3599
- _r.resolveLocale(e.initialLocale) && (n = e.initialLocale);
3624
+ wr.resolveLocale(e.initialLocale) && (n = e.initialLocale);
3600
3625
  } catch (s) {
3601
3626
  console.warn(
3602
3627
  `[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
3603
3628
  );
3604
3629
  }
3605
- return i.warnOnMissingMessages && (delete i.warnOnMissingMessages, i.handleMissingMessage == null ? i.handleMissingMessage = Pn : console.warn(
3630
+ return i.warnOnMissingMessages && (delete i.warnOnMissingMessages, i.handleMissingMessage == null ? i.handleMissingMessage = An : console.warn(
3606
3631
  '[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
3607
3632
  )), Object.assign(Me, i, { initialLocale: n }), r && ("number" in r && Object.assign(Me.formats.number, r.number), "date" in r && Object.assign(Me.formats.date, r.date), "time" in r && Object.assign(Me.formats.time, r.time)), pe.set(n);
3608
3633
  }
3609
3634
  const ot = Ye(!1);
3610
- var Bn = Object.defineProperty, Mn = Object.defineProperties, Cn = Object.getOwnPropertyDescriptors, Ft = Object.getOwnPropertySymbols, Dn = Object.prototype.hasOwnProperty, In = Object.prototype.propertyIsEnumerable, Vt = (e, t, r) => t in e ? Bn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ln = (e, t) => {
3635
+ var Mn = Object.defineProperty, Cn = Object.defineProperties, Dn = Object.getOwnPropertyDescriptors, Gt = Object.getOwnPropertySymbols, In = Object.prototype.hasOwnProperty, Ln = Object.prototype.propertyIsEnumerable, jt = (e, t, r) => t in e ? Mn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Nn = (e, t) => {
3611
3636
  for (var r in t || (t = {}))
3612
- Dn.call(t, r) && Vt(e, r, t[r]);
3613
- if (Ft)
3614
- for (var r of Ft(t))
3615
- In.call(t, r) && Vt(e, r, t[r]);
3637
+ In.call(t, r) && jt(e, r, t[r]);
3638
+ if (Gt)
3639
+ for (var r of Gt(t))
3640
+ Ln.call(t, r) && jt(e, r, t[r]);
3616
3641
  return e;
3617
- }, Nn = (e, t) => Mn(e, Cn(t));
3642
+ }, Rn = (e, t) => Cn(e, Dn(t));
3618
3643
  let vt;
3619
3644
  const We = Ye(null);
3620
- function Gt(e) {
3645
+ function zt(e) {
3621
3646
  return e.split("-").map((t, r, i) => i.slice(0, r + 1).join("-")).reverse();
3622
3647
  }
3623
3648
  function ke(e, t = Pe().fallbackLocale) {
3624
- const r = Gt(e);
3625
- return t ? [.../* @__PURE__ */ new Set([...r, ...Gt(t)])] : r;
3649
+ const r = zt(e);
3650
+ return t ? [.../* @__PURE__ */ new Set([...r, ...zt(t)])] : r;
3626
3651
  }
3627
3652
  function de() {
3628
3653
  return vt != null ? vt : void 0;
@@ -3630,22 +3655,22 @@ function de() {
3630
3655
  We.subscribe((e) => {
3631
3656
  vt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3632
3657
  });
3633
- const Rn = (e) => {
3634
- if (e && xn(e) && Xe(e)) {
3658
+ const kn = (e) => {
3659
+ if (e && _n(e) && Xe(e)) {
3635
3660
  const { loadingDelay: t } = Pe();
3636
3661
  let r;
3637
3662
  return typeof window != "undefined" && de() != null && t ? r = window.setTimeout(
3638
3663
  () => ot.set(!0),
3639
3664
  t
3640
- ) : ot.set(!0), Hr(e).then(() => {
3665
+ ) : ot.set(!0), Pr(e).then(() => {
3641
3666
  We.set(e);
3642
3667
  }).finally(() => {
3643
3668
  clearTimeout(r), ot.set(!1);
3644
3669
  });
3645
3670
  }
3646
3671
  return We.set(e);
3647
- }, pe = Nn(Ln({}, We), {
3648
- set: Rn
3672
+ }, pe = Rn(Nn({}, We), {
3673
+ set: kn
3649
3674
  }), Qe = (e) => {
3650
3675
  const t = /* @__PURE__ */ Object.create(null);
3651
3676
  return (i) => {
@@ -3653,20 +3678,20 @@ const Rn = (e) => {
3653
3678
  return n in t ? t[n] : t[n] = e(i);
3654
3679
  };
3655
3680
  };
3656
- var kn = Object.defineProperty, qe = Object.getOwnPropertySymbols, Or = Object.prototype.hasOwnProperty, Pr = Object.prototype.propertyIsEnumerable, jt = (e, t, r) => t in e ? kn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, wt = (e, t) => {
3681
+ var Un = Object.defineProperty, qe = Object.getOwnPropertySymbols, Ar = Object.prototype.hasOwnProperty, $r = Object.prototype.propertyIsEnumerable, Xt = (e, t, r) => t in e ? Un(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Tt = (e, t) => {
3657
3682
  for (var r in t || (t = {}))
3658
- Or.call(t, r) && jt(e, r, t[r]);
3683
+ Ar.call(t, r) && Xt(e, r, t[r]);
3659
3684
  if (qe)
3660
3685
  for (var r of qe(t))
3661
- Pr.call(t, r) && jt(e, r, t[r]);
3686
+ $r.call(t, r) && Xt(e, r, t[r]);
3662
3687
  return e;
3663
3688
  }, $e = (e, t) => {
3664
3689
  var r = {};
3665
3690
  for (var i in e)
3666
- Or.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
3691
+ Ar.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
3667
3692
  if (e != null && qe)
3668
3693
  for (var i of qe(e))
3669
- t.indexOf(i) < 0 && Pr.call(e, i) && (r[i] = e[i]);
3694
+ t.indexOf(i) < 0 && $r.call(e, i) && (r[i] = e[i]);
3670
3695
  return r;
3671
3696
  };
3672
3697
  const Le = (e, t) => {
@@ -3674,21 +3699,21 @@ const Le = (e, t) => {
3674
3699
  if (e in r && t in r[e])
3675
3700
  return r[e][t];
3676
3701
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
3677
- }, Un = Qe(
3702
+ }, Fn = Qe(
3678
3703
  (e) => {
3679
3704
  var t = e, { locale: r, format: i } = t, n = $e(t, ["locale", "format"]);
3680
3705
  if (r == null)
3681
3706
  throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
3682
3707
  return i && (n = Le("number", i)), new Intl.NumberFormat(r, n);
3683
3708
  }
3684
- ), Fn = Qe(
3709
+ ), Vn = Qe(
3685
3710
  (e) => {
3686
3711
  var t = e, { locale: r, format: i } = t, n = $e(t, ["locale", "format"]);
3687
3712
  if (r == null)
3688
3713
  throw new Error('[svelte-i18n] A "locale" must be set to format dates');
3689
3714
  return i ? n = Le("date", i) : Object.keys(n).length === 0 && (n = Le("date", "short")), new Intl.DateTimeFormat(r, n);
3690
3715
  }
3691
- ), Vn = Qe(
3716
+ ), Gn = Qe(
3692
3717
  (e) => {
3693
3718
  var t = e, { locale: r, format: i } = t, n = $e(t, ["locale", "format"]);
3694
3719
  if (r == null)
@@ -3697,33 +3722,33 @@ const Le = (e, t) => {
3697
3722
  );
3698
3723
  return i ? n = Le("time", i) : Object.keys(n).length === 0 && (n = Le("time", "short")), new Intl.DateTimeFormat(r, n);
3699
3724
  }
3700
- ), Gn = (e = {}) => {
3725
+ ), jn = (e = {}) => {
3701
3726
  var t = e, {
3702
3727
  locale: r = de()
3703
3728
  } = t, i = $e(t, [
3704
3729
  "locale"
3705
3730
  ]);
3706
- return Un(wt({ locale: r }, i));
3707
- }, jn = (e = {}) => {
3731
+ return Fn(Tt({ locale: r }, i));
3732
+ }, zn = (e = {}) => {
3708
3733
  var t = e, {
3709
3734
  locale: r = de()
3710
3735
  } = t, i = $e(t, [
3711
3736
  "locale"
3712
3737
  ]);
3713
- return Fn(wt({ locale: r }, i));
3714
- }, zn = (e = {}) => {
3738
+ return Vn(Tt({ locale: r }, i));
3739
+ }, Xn = (e = {}) => {
3715
3740
  var t = e, {
3716
3741
  locale: r = de()
3717
3742
  } = t, i = $e(t, [
3718
3743
  "locale"
3719
3744
  ]);
3720
- return Vn(wt({ locale: r }, i));
3721
- }, Xn = Qe(
3745
+ return Gn(Tt({ locale: r }, i));
3746
+ }, Wn = Qe(
3722
3747
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3723
- (e, t = de()) => new _r(e, t, Pe().formats, {
3748
+ (e, t = de()) => new wr(e, t, Pe().formats, {
3724
3749
  ignoreTag: Pe().ignoreTag
3725
3750
  })
3726
- ), Wn = (e, t = {}) => {
3751
+ ), qn = (e, t = {}) => {
3727
3752
  var r, i, n, s;
3728
3753
  let a = t;
3729
3754
  typeof e == "object" && (a = e, e = a.id);
@@ -3736,7 +3761,7 @@ const Le = (e, t) => {
3736
3761
  throw new Error(
3737
3762
  "[svelte-i18n] Cannot format a message without first setting the initial locale."
3738
3763
  );
3739
- let h = Er(e, o);
3764
+ let h = Sr(e, o);
3740
3765
  if (!h)
3741
3766
  h = (s = (n = (i = (r = Pe()).handleMissingMessage) == null ? void 0 : i.call(r, { locale: o, id: e, defaultValue: u })) != null ? n : u) != null ? s : e;
3742
3767
  else if (typeof h != "string")
@@ -3747,7 +3772,7 @@ const Le = (e, t) => {
3747
3772
  return h;
3748
3773
  let c = h;
3749
3774
  try {
3750
- c = Xn(h, o).format(l);
3775
+ c = Wn(h, o).format(l);
3751
3776
  } catch (m) {
3752
3777
  m instanceof Error && console.warn(
3753
3778
  `[svelte-i18n] Message "${e}" has syntax error:`,
@@ -3755,20 +3780,20 @@ const Le = (e, t) => {
3755
3780
  );
3756
3781
  }
3757
3782
  return c;
3758
- }, qn = (e, t) => zn(t).format(e), Yn = (e, t) => jn(t).format(e), Zn = (e, t) => Gn(t).format(e), Jn = (e, t = de()) => Er(e, t), Qn = Ae([pe, Re], () => Wn);
3759
- Ae([pe], () => qn);
3783
+ }, Yn = (e, t) => Xn(t).format(e), Zn = (e, t) => zn(t).format(e), Jn = (e, t) => jn(t).format(e), Qn = (e, t = de()) => Sr(e, t), Kn = Ae([pe, Re], () => qn);
3760
3784
  Ae([pe], () => Yn);
3761
3785
  Ae([pe], () => Zn);
3762
- Ae([pe, Re], () => Jn);
3763
- function zt(e, t) {
3764
- Sr(e, t);
3786
+ Ae([pe], () => Jn);
3787
+ Ae([pe, Re], () => Qn);
3788
+ function Wt(e, t) {
3789
+ Hr(e, t);
3765
3790
  }
3766
- function Kn(e) {
3767
- $n({
3791
+ function es(e) {
3792
+ Bn({
3768
3793
  fallbackLocale: "en"
3769
3794
  }), pe.set(e);
3770
3795
  }
3771
- const Xt = {
3796
+ const qt = {
3772
3797
  en: {
3773
3798
  "verification.video.how-to": "How to verify yourself",
3774
3799
  "verification.idenfy.referred-awaiting": "ID verification is in progress. We will inform you as soon as verification is completed and you can withdraw money back",
@@ -3836,15 +3861,15 @@ if (typeof window != "undefined") {
3836
3861
  }
3837
3862
  };
3838
3863
  };
3839
- customElements.define = e(customElements.define), import("./CashierVideoModal-DE2OHjhr.js").then(({ default: t }) => {
3864
+ customElements.define = e(customElements.define), import("./CashierVideoModal-B-CXY0VP.js").then(({ default: t }) => {
3840
3865
  !customElements.get("cashier-video-modal") && customElements.define("cashier-video-modal", t.element);
3841
3866
  });
3842
3867
  }
3843
- var Ar = { exports: {} };
3868
+ var Br = { exports: {} };
3844
3869
  (function(e, t) {
3845
3870
  (function(r, i) {
3846
3871
  e.exports = i();
3847
- })(ir, function() {
3872
+ })(sr, function() {
3848
3873
  var r = 1e3, i = 6e4, n = 36e5, s = "millisecond", a = "second", l = "minute", o = "hour", u = "day", h = "week", c = "month", m = "quarter", E = "year", H = "date", v = "Invalid Date", $ = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, G = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, U = { 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) {
3849
3874
  var g = ["th", "st", "nd", "rd"], d = x % 100;
3850
3875
  return "[" + x + (g[(d - 20) % 10] || g[d] || g[0]) + "]";
@@ -3855,7 +3880,8 @@ var Ar = { exports: {} };
3855
3880
  var g = -x.utcOffset(), d = Math.abs(g), b = Math.floor(d / 60), p = d % 60;
3856
3881
  return (g <= 0 ? "+" : "-") + B(b, 2, "0") + ":" + B(p, 2, "0");
3857
3882
  }, m: function x(g, d) {
3858
- if (g.date() < d.date()) return -x(d, g);
3883
+ if (g.date() < d.date())
3884
+ return -x(d, g);
3859
3885
  var b = 12 * (d.year() - g.year()) + (d.month() - g.month()), p = g.clone().add(b, c), _ = d - p < 0, w = g.clone().add(b + (_ ? -1 : 1), c);
3860
3886
  return +(-(b + (d - p) / (_ ? p - w : w - p)) || 0);
3861
3887
  }, a: function(x) {
@@ -3870,19 +3896,22 @@ var Ar = { exports: {} };
3870
3896
  return x instanceof ge || !(!x || !x[Y]);
3871
3897
  }, W = function x(g, d, b) {
3872
3898
  var p;
3873
- if (!g) return I;
3899
+ if (!g)
3900
+ return I;
3874
3901
  if (typeof g == "string") {
3875
3902
  var _ = g.toLowerCase();
3876
3903
  L[_] && (p = _), d && (L[_] = d, p = _);
3877
3904
  var w = g.split("-");
3878
- if (!p && w.length > 1) return x(w[0]);
3905
+ if (!p && w.length > 1)
3906
+ return x(w[0]);
3879
3907
  } else {
3880
3908
  var M = g.name;
3881
3909
  L[M] = g, p = M;
3882
3910
  }
3883
3911
  return !b && p && (I = p), p || !b && I;
3884
3912
  }, k = function(x, g) {
3885
- if (R(x)) return x.clone();
3913
+ if (R(x))
3914
+ return x.clone();
3886
3915
  var d = typeof g == "object" ? g : {};
3887
3916
  return d.date = x, d.args = arguments, new ge(d);
3888
3917
  }, A = X;
@@ -3897,9 +3926,12 @@ var Ar = { exports: {} };
3897
3926
  return g.parse = function(d) {
3898
3927
  this.$d = function(b) {
3899
3928
  var p = b.date, _ = b.utc;
3900
- if (p === null) return /* @__PURE__ */ new Date(NaN);
3901
- if (A.u(p)) return /* @__PURE__ */ new Date();
3902
- if (p instanceof Date) return new Date(p);
3929
+ if (p === null)
3930
+ return /* @__PURE__ */ new Date(NaN);
3931
+ if (A.u(p))
3932
+ return /* @__PURE__ */ new Date();
3933
+ if (p instanceof Date)
3934
+ return new Date(p);
3903
3935
  if (typeof p == "string" && !/Z$/i.test(p)) {
3904
3936
  var w = p.match($);
3905
3937
  if (w) {
@@ -3963,7 +3995,8 @@ var Ar = { exports: {} };
3963
3995
  if (_ === c || _ === E) {
3964
3996
  var N = this.clone().set(H, 1);
3965
3997
  N.$d[M](D), N.init(), this.$d = N.set(H, Math.min(this.$D, N.daysInMonth())).$d;
3966
- } else M && this.$d[M](D);
3998
+ } else
3999
+ M && this.$d[M](D);
3967
4000
  return this.init(), this;
3968
4001
  }, g.set = function(d, b) {
3969
4002
  return this.clone().$set(d, b);
@@ -3976,17 +4009,22 @@ var Ar = { exports: {} };
3976
4009
  var q = k(_);
3977
4010
  return A.w(q.date(q.date() + Math.round(F * d)), _);
3978
4011
  };
3979
- if (w === c) return this.set(c, this.$M + d);
3980
- if (w === E) return this.set(E, this.$y + d);
3981
- if (w === u) return M(1);
3982
- if (w === h) return M(7);
4012
+ if (w === c)
4013
+ return this.set(c, this.$M + d);
4014
+ if (w === E)
4015
+ return this.set(E, this.$y + d);
4016
+ if (w === u)
4017
+ return M(1);
4018
+ if (w === h)
4019
+ return M(7);
3983
4020
  var D = (p = {}, p[l] = i, p[o] = n, p[a] = r, p)[w] || 1, N = this.$d.getTime() + d * D;
3984
4021
  return A.w(N, this);
3985
4022
  }, g.subtract = function(d, b) {
3986
4023
  return this.add(-1 * d, b);
3987
4024
  }, g.format = function(d) {
3988
4025
  var b = this, p = this.$locale();
3989
- if (!this.isValid()) return p.invalidDate || v;
4026
+ if (!this.isValid())
4027
+ return p.invalidDate || v;
3990
4028
  var _ = d || "YYYY-MM-DDTHH:mm:ssZ", w = A.z(this), M = this.$H, D = this.$m, N = this.$M, F = p.weekdays, q = p.months, le = p.meridiem, se = function(j, Q, me, ve) {
3991
4029
  return j && (j[Q] || j(b, _)) || me[Q].slice(0, ve);
3992
4030
  }, oe = function(j) {
@@ -4090,7 +4128,8 @@ var Ar = { exports: {} };
4090
4128
  }, g.$locale = function() {
4091
4129
  return L[this.$L];
4092
4130
  }, g.locale = function(d, b) {
4093
- if (!d) return this.$L;
4131
+ if (!d)
4132
+ return this.$L;
4094
4133
  var p = this.clone(), _ = W(d, b, !0);
4095
4134
  return _ && (p.$L = _), p;
4096
4135
  }, g.clone = function() {
@@ -4115,14 +4154,14 @@ var Ar = { exports: {} };
4115
4154
  return k(1e3 * x);
4116
4155
  }, k.en = L[I], k.Ls = L, k.p = {}, k;
4117
4156
  });
4118
- })(Ar);
4119
- var es = Ar.exports;
4120
- const Wt = /* @__PURE__ */ _t(es);
4121
- var $r = { exports: {} };
4157
+ })(Br);
4158
+ var ts = Br.exports;
4159
+ const Yt = /* @__PURE__ */ _t(ts);
4160
+ var Mr = { exports: {} };
4122
4161
  (function(e, t) {
4123
4162
  (function(r, i) {
4124
4163
  e.exports = i();
4125
- })(ir, function() {
4164
+ })(sr, function() {
4126
4165
  var r = "minute", i = /[+-]\d\d(?::?\d\d)?/g, n = /([+-]|\d\d)/g;
4127
4166
  return function(s, a, l) {
4128
4167
  var o = a.prototype;
@@ -4144,25 +4183,31 @@ var $r = { exports: {} };
4144
4183
  if (this.$u) {
4145
4184
  var v = this.$d;
4146
4185
  this.$y = v.getUTCFullYear(), this.$M = v.getUTCMonth(), this.$D = v.getUTCDate(), this.$W = v.getUTCDay(), this.$H = v.getUTCHours(), this.$m = v.getUTCMinutes(), this.$s = v.getUTCSeconds(), this.$ms = v.getUTCMilliseconds();
4147
- } else h.call(this);
4186
+ } else
4187
+ h.call(this);
4148
4188
  };
4149
4189
  var c = o.utcOffset;
4150
4190
  o.utcOffset = function(v, $) {
4151
4191
  var G = this.$utils().u;
4152
- if (G(v)) return this.$u ? 0 : G(this.$offset) ? c.call(this) : this.$offset;
4192
+ if (G(v))
4193
+ return this.$u ? 0 : G(this.$offset) ? c.call(this) : this.$offset;
4153
4194
  if (typeof v == "string" && (v = function(I) {
4154
4195
  I === void 0 && (I = "");
4155
4196
  var L = I.match(i);
4156
- if (!L) return null;
4197
+ if (!L)
4198
+ return null;
4157
4199
  var Y = ("" + L[0]).match(n) || ["-", 0, 0], R = Y[0], W = 60 * +Y[1] + +Y[2];
4158
4200
  return W === 0 ? 0 : R === "+" ? W : -W;
4159
- }(v), v === null)) return this;
4201
+ }(v), v === null))
4202
+ return this;
4160
4203
  var U = Math.abs(v) <= 16 ? 60 * v : v, B = this;
4161
- if ($) return B.$offset = U, B.$u = v === 0, B;
4204
+ if ($)
4205
+ return B.$offset = U, B.$u = v === 0, B;
4162
4206
  if (v !== 0) {
4163
4207
  var X = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
4164
4208
  (B = this.local().add(U + X, r)).$offset = U, B.$x.$localOffset = X;
4165
- } else B = this.utc();
4209
+ } else
4210
+ B = this.utc();
4166
4211
  return B;
4167
4212
  };
4168
4213
  var m = o.format;
@@ -4185,32 +4230,33 @@ var $r = { exports: {} };
4185
4230
  };
4186
4231
  var H = o.diff;
4187
4232
  o.diff = function(v, $, G) {
4188
- if (v && this.$u === v.$u) return H.call(this, v, $, G);
4233
+ if (v && this.$u === v.$u)
4234
+ return H.call(this, v, $, G);
4189
4235
  var U = this.local(), B = l(v).local();
4190
4236
  return H.call(U, B, $, G);
4191
4237
  };
4192
4238
  };
4193
4239
  });
4194
- })($r);
4195
- var ts = $r.exports;
4196
- const rs = /* @__PURE__ */ _t(ts);
4197
- function is(e) {
4198
- Fr(e, "svelte-1emynn4", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.CashierVerifications{box-shadow:0 0 4px var(--mmw--color-black-transparency-10, rgba(0, 0, 0, 0.1))}.CashierVerifications.CashierVerificationsDesktop{border-radius:var(--mmw--border-radius-medium-plus, 6px);overflow:hidden}.CashierVerifications.CashierVerificationsDesktop:has(.CashierVerificationMessage){margin-bottom:var(--emw--spacing-small, 12px)}.CashierVerificationsWrapper{display:flex;flex-direction:column;width:100%}.IconVerification{width:30px;display:flex}.CashierVerificationMessage{display:flex;align-items:center;box-sizing:border-box;background:var(--emw--color-gray-50, #F7F8FA);border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);padding:0 var(--emw--spacing-small, 12px);transition:0.5s;max-height:500px}.CashierVerificationMessage:first-child{transition:none;cursor:pointer}.CashierVerificationMessage:first-child:hover{background:linear-gradient(0, var(--emw--color-gray-50, #F7F8FA) 0%, var(--emw--color-white, #fff) 100%)}.CashierVerificationMessage:not(.ShowAll):not(:first-child){max-height:0;overflow:hidden}.CashierVerificationMessage:hover .CashierVerificationChevron svg path{opacity:1}svg{height:20px}svg .IconColor{fill:var(--emw--color-warning, #ec9109)}p{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-small, 14px);font-family:inherit;line-height:120%;margin:var(--emw--spacing-small, 12px)}.CashierVerificationsDesktop p{font-size:var(--emw--font-size-medium, 16px)}.text{word-break:break-word}.CashierVerificationChevron{cursor:pointer;margin-left:auto}.CashierVerificationChevron svg{transition:0.25s}.CashierVerificationChevron svg path{fill:var(--mmw--color-grey-290, #666);opacity:0.5}.CashierVerificationChevron:hover svg path{opacity:1}.ShowAll .CashierVerificationChevron svg{-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.CashierVerificationVideo{display:flex;width:100%;align-items:center;box-sizing:border-box;background:var(--emw--color-gray-50, #F7F8FA);border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);padding:0 var(--emw--spacing-small, 12px);transition:0.5s;max-height:500px}.IconVideo{width:30px;display:flex;justify-content:center}.CashierVerificationVideoLink{cursor:pointer;color:var(--mmw--color-grey-10, #111);font-family:inherit;font-size:var(--emw--font-size-small, 14px);line-height:120%;margin:var(--emw--spacing-small, 12px);text-decoration:underline}.CashierVerificationVideoLinkDesktop{font-size:var(--emw--font-size-medium, 16px)}");
4240
+ })(Mr);
4241
+ var rs = Mr.exports;
4242
+ const is = /* @__PURE__ */ _t(rs);
4243
+ function ns(e) {
4244
+ Gr(e, "svelte-1emynn4", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box;-webkit-tap-highlight-color:transparent}.CashierVerifications{box-shadow:0 0 4px var(--mmw--color-black-transparency-10, rgba(0, 0, 0, 0.1))}.CashierVerifications.CashierVerificationsDesktop{border-radius:var(--mmw--border-radius-medium-plus, 6px);overflow:hidden}.CashierVerifications.CashierVerificationsDesktop:has(.CashierVerificationMessage){margin-bottom:var(--emw--spacing-small, 12px)}.CashierVerificationsWrapper{display:flex;flex-direction:column;width:100%}.IconVerification{width:30px;display:flex}.CashierVerificationMessage{display:flex;align-items:center;box-sizing:border-box;background:var(--emw--color-gray-50, #F7F8FA);border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);padding:0 var(--emw--spacing-small, 12px);transition:0.5s;max-height:500px}.CashierVerificationMessage:first-child{transition:none;cursor:pointer}.CashierVerificationMessage:first-child:hover{background:linear-gradient(0, var(--emw--color-gray-50, #F7F8FA) 0%, var(--emw--color-white, #fff) 100%)}.CashierVerificationMessage:not(.ShowAll):not(:first-child){max-height:0;overflow:hidden}.CashierVerificationMessage:hover .CashierVerificationChevron svg path{opacity:1}svg{height:20px}svg .IconColor{fill:var(--emw--color-warning, #ec9109)}p{color:var(--mmw--color-grey-10, #111);font-size:var(--emw--font-size-small, 14px);font-family:inherit;line-height:120%;margin:var(--emw--spacing-small, 12px)}.CashierVerificationsDesktop p{font-size:var(--emw--font-size-medium, 16px)}.text{word-break:break-word}.CashierVerificationChevron{cursor:pointer;margin-left:auto}.CashierVerificationChevron svg{transition:0.25s}.CashierVerificationChevron svg path{fill:var(--mmw--color-grey-290, #666);opacity:0.5}.CashierVerificationChevron:hover svg path{opacity:1}.ShowAll .CashierVerificationChevron svg{-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.CashierVerificationVideo{display:flex;width:100%;align-items:center;box-sizing:border-box;background:var(--emw--color-gray-50, #F7F8FA);border-bottom:1px solid var(--mmw--color-grey-105, #E8E9EB);padding:0 var(--emw--spacing-small, 12px);transition:0.5s;max-height:500px}.IconVideo{width:30px;display:flex;justify-content:center}.CashierVerificationVideoLink{cursor:pointer;color:var(--mmw--color-grey-10, #111);font-family:inherit;font-size:var(--emw--font-size-small, 14px);line-height:120%;margin:var(--emw--spacing-small, 12px);text-decoration:underline}.CashierVerificationVideoLinkDesktop{font-size:var(--emw--font-size-medium, 16px)}");
4199
4245
  }
4200
- function qt(e, t, r) {
4246
+ function Zt(e, t, r) {
4201
4247
  const i = e.slice();
4202
4248
  return i[49] = t[r], i[51] = r, i;
4203
4249
  }
4204
- function Yt(e) {
4205
- let t, r, i, n, s = $t(
4250
+ function Jt(e) {
4251
+ let t, r, i, n, s = Mt(
4206
4252
  /*displayMessages*/
4207
4253
  e[4]
4208
4254
  ), a = [];
4209
4255
  for (let o = 0; o < s.length; o += 1)
4210
- a[o] = Jt(qt(e, s, o));
4256
+ a[o] = Kt(Zt(e, s, o));
4211
4257
  let l = (
4212
4258
  /*videoExists*/
4213
- e[7] && Qt(e)
4259
+ e[7] && er(e)
4214
4260
  );
4215
4261
  return {
4216
4262
  c() {
@@ -4248,21 +4294,21 @@ function Yt(e) {
4248
4294
  p(o, u) {
4249
4295
  if (u[0] & /*allVerificationsVisible, showAllVerifications, displayMessages*/
4250
4296
  1072) {
4251
- s = $t(
4297
+ s = Mt(
4252
4298
  /*displayMessages*/
4253
4299
  o[4]
4254
4300
  );
4255
4301
  let h;
4256
4302
  for (h = 0; h < s.length; h += 1) {
4257
- const c = qt(o, s, h);
4258
- a[h] ? a[h].p(c, u) : (a[h] = Jt(c), a[h].c(), a[h].m(t, null));
4303
+ const c = Zt(o, s, h);
4304
+ a[h] ? a[h].p(c, u) : (a[h] = Kt(c), a[h].c(), a[h].m(t, null));
4259
4305
  }
4260
4306
  for (; h < a.length; h += 1)
4261
4307
  a[h].d(1);
4262
4308
  a.length = s.length;
4263
4309
  }
4264
4310
  /*videoExists*/
4265
- o[7] ? l ? l.p(o, u) : (l = Qt(o), l.c(), l.m(i.parentNode, i)) : l && (l.d(1), l = null), u[0] & /*clientstylingurl*/
4311
+ o[7] ? l ? l.p(o, u) : (l = er(o), l.c(), l.m(i.parentNode, i)) : l && (l.d(1), l = null), u[0] & /*clientstylingurl*/
4266
4312
  2 && fe(
4267
4313
  n,
4268
4314
  "clientstylingurl",
@@ -4289,11 +4335,11 @@ function Yt(e) {
4289
4335
  );
4290
4336
  },
4291
4337
  d(o) {
4292
- o && (ne(t), ne(r), ne(i), ne(n)), jr(a, o), l && l.d(o);
4338
+ o && (ne(t), ne(r), ne(i), ne(n)), Xr(a, o), l && l.d(o);
4293
4339
  }
4294
4340
  };
4295
4341
  }
4296
- function Zt(e) {
4342
+ function Qt(e) {
4297
4343
  let t, r, i;
4298
4344
  function n(...s) {
4299
4345
  return (
@@ -4320,14 +4366,14 @@ function Zt(e) {
4320
4366
  }
4321
4367
  };
4322
4368
  }
4323
- function Jt(e) {
4369
+ function Kt(e) {
4324
4370
  let t, r, i, n, s = (
4325
4371
  /*message*/
4326
4372
  e[49] + ""
4327
4373
  ), a, l, o, u, h = (
4328
4374
  /*displayMessages*/
4329
4375
  e[4].length > 1 && /*index*/
4330
- e[51] === 0 && Zt(e)
4376
+ e[51] === 0 && Qt(e)
4331
4377
  );
4332
4378
  function c(...m) {
4333
4379
  return (
@@ -4356,7 +4402,7 @@ function Jt(e) {
4356
4402
  16 && s !== (s = /*message*/
4357
4403
  e[49] + "") && (n.innerHTML = s), /*displayMessages*/
4358
4404
  e[4].length > 1 && /*index*/
4359
- e[51] === 0 ? h ? h.p(e, E) : (h = Zt(e), h.c(), h.m(t, l)) : h && (h.d(1), h = null), E[0] & /*allVerificationsVisible*/
4405
+ e[51] === 0 ? h ? h.p(e, E) : (h = Qt(e), h.c(), h.m(t, l)) : h && (h.d(1), h = null), E[0] & /*allVerificationsVisible*/
4360
4406
  32 && Se(
4361
4407
  t,
4362
4408
  "ShowAll",
@@ -4369,7 +4415,7 @@ function Jt(e) {
4369
4415
  }
4370
4416
  };
4371
4417
  }
4372
- function Qt(e) {
4418
+ function er(e) {
4373
4419
  let t, r, i, n, s = (
4374
4420
  /*$_*/
4375
4421
  e[9]("verification.video.how-to") + ""
@@ -4394,7 +4440,7 @@ function Qt(e) {
4394
4440
  p(u, h) {
4395
4441
  h[0] & /*$_*/
4396
4442
  512 && s !== (s = /*$_*/
4397
- u[9]("verification.video.how-to") + "") && Xr(a, s), h[0] & /*desktopView*/
4443
+ u[9]("verification.video.how-to") + "") && qr(a, s), h[0] & /*desktopView*/
4398
4444
  64 && Se(
4399
4445
  n,
4400
4446
  "CashierVerificationVideoLinkDesktop",
@@ -4407,10 +4453,10 @@ function Qt(e) {
4407
4453
  }
4408
4454
  };
4409
4455
  }
4410
- function ns(e) {
4456
+ function ss(e) {
4411
4457
  let t, r = (
4412
4458
  /*displayMessages*/
4413
- e[4] && Yt(e)
4459
+ e[4] && Jt(e)
4414
4460
  );
4415
4461
  return {
4416
4462
  c() {
@@ -4426,7 +4472,7 @@ function ns(e) {
4426
4472
  },
4427
4473
  p(i, n) {
4428
4474
  /*displayMessages*/
4429
- i[4] ? r ? r.p(i, n) : (r = Yt(i), r.c(), r.m(t, null)) : r && (r.d(1), r = null), n[0] & /*desktopView*/
4475
+ i[4] ? r ? r.p(i, n) : (r = Jt(i), r.c(), r.m(t, null)) : r && (r.d(1), r = null), n[0] & /*desktopView*/
4430
4476
  64 && Se(
4431
4477
  t,
4432
4478
  "CashierVerificationsDesktop",
@@ -4441,10 +4487,10 @@ function ns(e) {
4441
4487
  }
4442
4488
  };
4443
4489
  }
4444
- const ss = "verification_explanation_video_widgets.MP4", os = "700px", as = "500px";
4445
- function us(e, t, r) {
4490
+ const os = "verification_explanation_video_widgets.MP4", as = "700px", us = "500px";
4491
+ function ls(e, t, r) {
4446
4492
  let i;
4447
- Ur(e, Qn, (f) => r(9, i = f)), Wt.extend(rs);
4493
+ Vr(e, Kn, (f) => r(9, i = f)), Yt.extend(is);
4448
4494
  let { endpoint: n } = t, { lang: s = "en" } = t, { translationurl: a = "" } = t, { clientstyling: l = "" } = t, { clientstylingurl: o = "" } = t, { session: u = "" } = t, { customerid: h = "" } = t, { ismobileview: c = "" } = t, m, E = /* @__PURE__ */ new Set(), H = /* @__PURE__ */ new Set(), v, $, G, U = !0, B = !0, X = !1, I = "";
4449
4495
  var L;
4450
4496
  (function(f) {
@@ -4471,17 +4517,17 @@ function us(e, t, r) {
4471
4517
  if (f)
4472
4518
  return fetch(f).then((y) => y.json()).then((y) => {
4473
4519
  Object.keys(y).forEach((S) => {
4474
- zt(S, y[S]);
4520
+ Wt(S, y[S]);
4475
4521
  });
4476
4522
  }).catch((y) => {
4477
4523
  console.log(y);
4478
4524
  });
4479
4525
  };
4480
- Object.keys(Xt).forEach((f) => {
4481
- zt(f, Xt[f]);
4526
+ Object.keys(qt).forEach((f) => {
4527
+ Wt(f, qt[f]);
4482
4528
  });
4483
4529
  const ge = () => {
4484
- Kn(s);
4530
+ es(s);
4485
4531
  }, Ue = () => {
4486
4532
  let f = document.createElement("style");
4487
4533
  f.innerHTML = l, m.appendChild(f);
@@ -4500,7 +4546,7 @@ function us(e, t, r) {
4500
4546
  if (!f)
4501
4547
  return;
4502
4548
  const S = new URL(`${n}/v1/player/verification/GetKYCStatus`), V = new Headers();
4503
- V.append("accept", "application/json"), V.append("Content-Type", "application/json"), V.append("X-Client-Request-Timestamp", Wt.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
4549
+ V.append("accept", "application/json"), V.append("Content-Type", "application/json"), V.append("X-Client-Request-Timestamp", Yt.utc().format("YYYY-MM-DD HH:mm:ss.SSS"));
4504
4550
  const he = {
4505
4551
  method: "POST",
4506
4552
  headers: V,
@@ -4606,7 +4652,7 @@ function us(e, t, r) {
4606
4652
  }, ae = () => {
4607
4653
  r(6, B = c === "false");
4608
4654
  }, j = () => {
4609
- r(8, I = $ + "/" + s + "/" + ss);
4655
+ r(8, I = $ + "/" + s + "/" + os);
4610
4656
  try {
4611
4657
  fetch(I, { method: "HEAD" }).then((f) => {
4612
4658
  r(7, X = f.ok);
@@ -4618,12 +4664,12 @@ function us(e, t, r) {
4618
4664
  window.postMessage(
4619
4665
  {
4620
4666
  type: "ShowCashierVideoModal",
4621
- details: B ? os : as
4667
+ details: B ? as : us
4622
4668
  },
4623
4669
  window.location.href
4624
4670
  );
4625
- }, me = (f, y) => oe(y, f), ve = (f, y) => oe(y, f), Mr = () => Q();
4626
- function Cr(f) {
4671
+ }, me = (f, y) => oe(y, f), ve = (f, y) => oe(y, f), Dr = () => Q();
4672
+ function Ir(f) {
4627
4673
  at[f ? "unshift" : "push"](() => {
4628
4674
  m = f, r(3, m);
4629
4675
  });
@@ -4660,18 +4706,18 @@ function us(e, t, r) {
4660
4706
  $,
4661
4707
  me,
4662
4708
  ve,
4663
- Mr,
4664
- Cr
4709
+ Dr,
4710
+ Ir
4665
4711
  ];
4666
4712
  }
4667
- class Br extends oi {
4713
+ class Cr extends ui {
4668
4714
  constructor(t) {
4669
- super(), ni(
4715
+ super(), oi(
4670
4716
  this,
4671
4717
  t,
4672
- us,
4673
- ns,
4674
- er,
4718
+ ls,
4719
+ ss,
4720
+ rr,
4675
4721
  {
4676
4722
  endpoint: 12,
4677
4723
  lang: 13,
@@ -4682,7 +4728,7 @@ class Br extends oi {
4682
4728
  customerid: 16,
4683
4729
  ismobileview: 2
4684
4730
  },
4685
- is,
4731
+ ns,
4686
4732
  [-1, -1]
4687
4733
  );
4688
4734
  }
@@ -4735,31 +4781,31 @@ class Br extends oi {
4735
4781
  this.$$set({ ismobileview: t }), re();
4736
4782
  }
4737
4783
  }
4738
- si(Br, { endpoint: {}, lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, session: {}, customerid: {}, ismobileview: {} }, [], [], !0);
4739
- const ms = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4784
+ ai(Cr, { endpoint: {}, lang: {}, translationurl: {}, clientstyling: {}, clientstylingurl: {}, session: {}, customerid: {}, ismobileview: {} }, [], [], !0);
4785
+ const ps = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
4740
4786
  __proto__: null,
4741
- default: Br
4787
+ default: Cr
4742
4788
  }, Symbol.toStringTag, { value: "Module" }));
4743
4789
  export {
4744
- ms as C,
4745
- oi as S,
4746
- Fr as a,
4790
+ ps as C,
4791
+ ui as S,
4792
+ Gr as a,
4747
4793
  ue as b,
4748
- hs as c,
4794
+ ai as c,
4749
4795
  ne as d,
4750
- cs as e,
4796
+ ds as e,
4751
4797
  re as f,
4752
- ee as g,
4753
- ie as h,
4754
- ni as i,
4755
- J as j,
4756
- Ee as k,
4757
- at as l,
4758
- xt as m,
4798
+ J as g,
4799
+ Ee as h,
4800
+ oi as i,
4801
+ fs as j,
4802
+ ee as k,
4803
+ ie as l,
4804
+ cs as m,
4759
4805
  K as n,
4760
- ds as o,
4761
- fs as p,
4762
- si as q,
4763
- er as s,
4806
+ ms as o,
4807
+ xt as p,
4808
+ at as q,
4809
+ rr as s,
4764
4810
  Se as t
4765
4811
  };