@everymatrix/cashier-verifications 1.55.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.
@@ -9,9 +9,9 @@ var Ke = (e, t, r) => t in e ? Lr(e, t, { enumerable: !0, configurable: !0, writ
9
9
  for (var r of Ht(t))
10
10
  Ur.call(t, r) && Ke(e, r, t[r]);
11
11
  return e;
12
- }, At = (e, t) => Nr(e, Rr(t));
13
- var Z = (e, t, r) => Ke(e, typeof t != "symbol" ? t + "" : t, r);
14
- var Pt = (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));
@@ -74,7 +74,8 @@ function Gr(e, t, r) {
74
74
  }
75
75
  }
76
76
  function jr(e) {
77
- if (!e) return document;
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 ? (
@@ -148,7 +149,8 @@ function Ce(e) {
148
149
  De = e;
149
150
  }
150
151
  function Zr() {
151
- if (!De) throw new Error("Function called outside component initialization");
152
+ if (!De)
153
+ throw new Error("Function called outside component initialization");
152
154
  return De;
153
155
  }
154
156
  function ms(e) {
@@ -179,7 +181,8 @@ function re() {
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());
@@ -299,7 +302,7 @@ typeof HTMLElement == "function" && (nr = class extends HTMLElement {
299
302
  }
300
303
  }
301
304
  connectedCallback() {
302
- return Pt(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 () => {
@@ -334,7 +337,7 @@ typeof HTMLElement == "function" && (nr = 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: At(Ot({}, this.$$d), {
340
+ props: Pt(Ot({}, this.$$d), {
338
341
  $$slots: r,
339
342
  $$scope: {
340
343
  ctx: []
@@ -523,7 +526,7 @@ function Ye(e, t = K) {
523
526
  }
524
527
  return { set: n, update: s, subscribe: a };
525
528
  }
526
- function Pe(e, t, r) {
529
+ function Ae(e, t, r) {
527
530
  const i = !Array.isArray(e), n = i ? [e] : e;
528
531
  if (!n.every(Boolean))
529
532
  throw new Error("derived() expects stores as input, got a falsy value");
@@ -629,11 +632,26 @@ Te.all = function(t, r) {
629
632
  };
630
633
  var wi = Te, Si = wi;
631
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) {
@@ -645,30 +663,33 @@ function Ze(e, t) {
645
663
  }
646
664
  e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
647
665
  }
648
- var A = function() {
649
- return A = Object.assign || function(t) {
666
+ var P = function() {
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
- }, A.apply(this, arguments);
674
+ }, P.apply(this, arguments);
656
675
  };
657
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 : Mi, i = t && t.serializer ? t.serializer : Bi, n = t && t.strategy ? t.strategy : Ai;
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
@@ -688,11 +709,11 @@ function ur(e, t, r) {
688
709
  function Et(e, t, r, i, n) {
689
710
  return r.bind(t, e, i, n);
690
711
  }
691
- function Ai(e, t) {
712
+ function Pi(e, t) {
692
713
  var r = e.length === 1 ? ar : ur;
693
714
  return Et(e, this, r, t.cache.create(), t.serializer);
694
715
  }
695
- function Pi(e, t) {
716
+ function Ai(e, t) {
696
717
  return Et(e, this, ur, t.cache.create(), t.serializer);
697
718
  }
698
719
  function $i(e, t) {
@@ -715,7 +736,7 @@ var Mi = {
715
736
  return new wt();
716
737
  }
717
738
  }, it = {
718
- variadic: Pi,
739
+ variadic: Ai,
719
740
  monadic: $i
720
741
  }, T;
721
742
  (function(e) {
@@ -976,13 +997,13 @@ function Vi(e) {
976
997
  t.notation = "compact", t.compactDisplay = "long";
977
998
  continue;
978
999
  case "scientific":
979
- t = A(A(A({}, t), { notation: "scientific" }), n.options.reduce(function(o, u) {
980
- return A(A({}, o), Nt(u));
1000
+ t = P(P(P({}, t), { notation: "scientific" }), n.options.reduce(function(o, u) {
1001
+ return P(P({}, o), Nt(u));
981
1002
  }, {}));
982
1003
  continue;
983
1004
  case "engineering":
984
- t = A(A(A({}, t), { notation: "engineering" }), n.options.reduce(function(o, u) {
985
- return A(A({}, o), Nt(u));
1005
+ t = P(P(P({}, t), { notation: "engineering" }), n.options.reduce(function(o, u) {
1006
+ return P(P({}, o), Nt(u));
986
1007
  }, {}));
987
1008
  continue;
988
1009
  case "notation-simple":
@@ -1051,17 +1072,17 @@ function Vi(e) {
1051
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), "";
1052
1073
  });
1053
1074
  var s = n.options[0];
1054
- s === "w" ? t = A(A({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = A(A({}, t), Lt(s)));
1075
+ s === "w" ? t = P(P({}, t), { trailingZeroDisplay: "stripIfInteger" }) : s && (t = P(P({}, t), Lt(s)));
1055
1076
  continue;
1056
1077
  }
1057
1078
  if (vr.test(n.stem)) {
1058
- t = A(A({}, t), Lt(n.stem));
1079
+ t = P(P({}, t), Lt(n.stem));
1059
1080
  continue;
1060
1081
  }
1061
1082
  var a = yr(n.stem);
1062
- a && (t = A(A({}, t), a));
1083
+ a && (t = P(P({}, t), a));
1063
1084
  var l = Fi(n.stem);
1064
- l && (t = A(A({}, t), l));
1085
+ l && (t = P(P({}, t), l));
1065
1086
  }
1066
1087
  return t;
1067
1088
  }
@@ -2491,7 +2512,8 @@ function Gi(e, t) {
2491
2512
  r += o;
2492
2513
  for (; a-- > 0; )
2493
2514
  r = u + r;
2494
- } else n === "J" ? r += "H" : r += n;
2515
+ } else
2516
+ n === "J" ? r += "H" : r += n;
2495
2517
  }
2496
2518
  return r;
2497
2519
  }
@@ -2869,7 +2891,7 @@ var sn = (
2869
2891
  case "select": {
2870
2892
  var B = this.clonePosition();
2871
2893
  if (this.bumpSpace(), !this.bumpIf(","))
2872
- return this.error(T.EXPECT_SELECT_ARGUMENT_OPTIONS, O(B, A({}, B)));
2894
+ return this.error(T.EXPECT_SELECT_ARGUMENT_OPTIONS, O(B, P({}, B)));
2873
2895
  this.bumpSpace();
2874
2896
  var X = this.parseIdentifierIfPossible(), I = 0;
2875
2897
  if (l !== "select" && X.value === "offset") {
@@ -3094,11 +3116,12 @@ function gt(e) {
3094
3116
  if (delete t.location, cr(t) || dr(t))
3095
3117
  for (var r in t.options)
3096
3118
  delete t.options[r].location, gt(t.options[r].value);
3097
- else lr(t) && pr(t.style) || (hr(t) || fr(t)) && ft(t.style) ? delete t.style.location : mr(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);
3098
3121
  });
3099
3122
  }
3100
3123
  function ln(e, t) {
3101
- t === void 0 && (t = {}), t = A({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3124
+ t === void 0 && (t = {}), t = P({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
3102
3125
  var r = new sn(e, t).parse();
3103
3126
  if (r.err) {
3104
3127
  var i = SyntaxError(T[r.err.kind]);
@@ -3261,14 +3284,14 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
3261
3284
  return cn(l);
3262
3285
  }
3263
3286
  function mn(e, t) {
3264
- return t ? A(A(A({}, e || {}), t || {}), Object.keys(e).reduce(function(r, i) {
3265
- return r[i] = A(A({}, e[i]), t[i] || {}), r;
3287
+ return t ? P(P(P({}, e || {}), t || {}), Object.keys(e).reduce(function(r, i) {
3288
+ return r[i] = P(P({}, e[i]), t[i] || {}), r;
3266
3289
  }, {})) : e;
3267
3290
  }
3268
3291
  function pn(e, t) {
3269
3292
  return t ? Object.keys(e).reduce(function(r, i) {
3270
3293
  return r[i] = mn(e[i], t[i]), r;
3271
- }, A({}, e)) : e;
3294
+ }, P({}, e)) : e;
3272
3295
  }
3273
3296
  function st(e) {
3274
3297
  return {
@@ -3349,7 +3372,7 @@ var wr = (
3349
3372
  var a = n || {};
3350
3373
  a.formatters;
3351
3374
  var l = Hi(a, ["formatters"]);
3352
- this.ast = e.__parse(t, A(A({}, l), { locale: this.resolvedLocale }));
3375
+ this.ast = e.__parse(t, P(P({}, l), { locale: this.resolvedLocale }));
3353
3376
  } else
3354
3377
  this.ast = t;
3355
3378
  if (!Array.isArray(this.ast))
@@ -3488,7 +3511,7 @@ function _n(e) {
3488
3511
  function Hr(e, ...t) {
3489
3512
  delete ce[e], Re.update((r) => (r[e] = Ti.all([r[e] || {}, ...t]), r));
3490
3513
  }
3491
- Pe(
3514
+ Ae(
3492
3515
  [Re],
3493
3516
  ([e]) => Object.keys(e)
3494
3517
  );
@@ -3520,7 +3543,7 @@ function Sn(e, t) {
3520
3543
  ).then((i) => Hr(e, ...i));
3521
3544
  }
3522
3545
  const Be = {};
3523
- function Ar(e) {
3546
+ function Pr(e) {
3524
3547
  if (!Xe(e))
3525
3548
  return e in Be ? Be[e] : Promise.resolve();
3526
3549
  const t = wn(e);
@@ -3530,7 +3553,7 @@ function Ar(e) {
3530
3553
  )
3531
3554
  ).then(() => {
3532
3555
  if (Xe(e))
3533
- return Ar(e);
3556
+ return Pr(e);
3534
3557
  delete Be[e];
3535
3558
  }), Be[e];
3536
3559
  }
@@ -3543,7 +3566,7 @@ var Vt = Object.getOwnPropertySymbols, Tn = Object.prototype.hasOwnProperty, Hn
3543
3566
  t.indexOf(i) < 0 && Hn.call(e, i) && (r[i] = e[i]);
3544
3567
  return r;
3545
3568
  };
3546
- const An = {
3569
+ const Pn = {
3547
3570
  number: {
3548
3571
  scientific: { notation: "scientific" },
3549
3572
  engineering: { notation: "engineering" },
@@ -3573,7 +3596,7 @@ const An = {
3573
3596
  }
3574
3597
  }
3575
3598
  };
3576
- function Pn({ locale: e, id: t }) {
3599
+ function An({ locale: e, id: t }) {
3577
3600
  console.warn(
3578
3601
  `[svelte-i18n] The message "${t}" was not found in "${ke(
3579
3602
  e
@@ -3585,12 +3608,12 @@ Note: there are at least one loader still registered to this locale that wasn't
3585
3608
  const $n = {
3586
3609
  fallbackLocale: null,
3587
3610
  loadingDelay: 200,
3588
- formats: An,
3611
+ formats: Pn,
3589
3612
  warnOnMissingMessages: !0,
3590
3613
  handleMissingMessage: void 0,
3591
3614
  ignoreTag: !0
3592
3615
  }, Me = $n;
3593
- function Ae() {
3616
+ function Pe() {
3594
3617
  return Me;
3595
3618
  }
3596
3619
  function Bn(e) {
@@ -3604,7 +3627,7 @@ function Bn(e) {
3604
3627
  `[svelte-i18n] The initial locale "${e.initialLocale}" is not a valid locale.`
3605
3628
  );
3606
3629
  }
3607
- 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(
3608
3631
  '[svelte-i18n] The "warnOnMissingMessages" option is deprecated. Please use the "handleMissingMessage" option instead.'
3609
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);
3610
3633
  }
@@ -3622,7 +3645,7 @@ const We = Ye(null);
3622
3645
  function zt(e) {
3623
3646
  return e.split("-").map((t, r, i) => i.slice(0, r + 1).join("-")).reverse();
3624
3647
  }
3625
- function ke(e, t = Ae().fallbackLocale) {
3648
+ function ke(e, t = Pe().fallbackLocale) {
3626
3649
  const r = zt(e);
3627
3650
  return t ? [.../* @__PURE__ */ new Set([...r, ...zt(t)])] : r;
3628
3651
  }
@@ -3634,12 +3657,12 @@ We.subscribe((e) => {
3634
3657
  });
3635
3658
  const kn = (e) => {
3636
3659
  if (e && _n(e) && Xe(e)) {
3637
- const { loadingDelay: t } = Ae();
3660
+ const { loadingDelay: t } = Pe();
3638
3661
  let r;
3639
3662
  return typeof window != "undefined" && de() != null && t ? r = window.setTimeout(
3640
3663
  () => ot.set(!0),
3641
3664
  t
3642
- ) : ot.set(!0), Ar(e).then(() => {
3665
+ ) : ot.set(!0), Pr(e).then(() => {
3643
3666
  We.set(e);
3644
3667
  }).finally(() => {
3645
3668
  clearTimeout(r), ot.set(!1);
@@ -3655,9 +3678,9 @@ const kn = (e) => {
3655
3678
  return n in t ? t[n] : t[n] = e(i);
3656
3679
  };
3657
3680
  };
3658
- var Un = Object.defineProperty, qe = Object.getOwnPropertySymbols, Pr = 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) => {
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) => {
3659
3682
  for (var r in t || (t = {}))
3660
- Pr.call(t, r) && Xt(e, r, t[r]);
3683
+ Ar.call(t, r) && Xt(e, r, t[r]);
3661
3684
  if (qe)
3662
3685
  for (var r of qe(t))
3663
3686
  $r.call(t, r) && Xt(e, r, t[r]);
@@ -3665,14 +3688,14 @@ var Un = Object.defineProperty, qe = Object.getOwnPropertySymbols, Pr = Object.p
3665
3688
  }, $e = (e, t) => {
3666
3689
  var r = {};
3667
3690
  for (var i in e)
3668
- Pr.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
3691
+ Ar.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
3669
3692
  if (e != null && qe)
3670
3693
  for (var i of qe(e))
3671
3694
  t.indexOf(i) < 0 && $r.call(e, i) && (r[i] = e[i]);
3672
3695
  return r;
3673
3696
  };
3674
3697
  const Le = (e, t) => {
3675
- const { formats: r } = Ae();
3698
+ const { formats: r } = Pe();
3676
3699
  if (e in r && t in r[e])
3677
3700
  return r[e][t];
3678
3701
  throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
@@ -3722,8 +3745,8 @@ const Le = (e, t) => {
3722
3745
  return Gn(Tt({ locale: r }, i));
3723
3746
  }, Wn = Qe(
3724
3747
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3725
- (e, t = de()) => new wr(e, t, Ae().formats, {
3726
- ignoreTag: Ae().ignoreTag
3748
+ (e, t = de()) => new wr(e, t, Pe().formats, {
3749
+ ignoreTag: Pe().ignoreTag
3727
3750
  })
3728
3751
  ), qn = (e, t = {}) => {
3729
3752
  var r, i, n, s;
@@ -3740,7 +3763,7 @@ const Le = (e, t) => {
3740
3763
  );
3741
3764
  let h = Sr(e, o);
3742
3765
  if (!h)
3743
- h = (s = (n = (i = (r = Ae()).handleMissingMessage) == null ? void 0 : i.call(r, { locale: o, id: e, defaultValue: u })) != null ? n : u) != null ? s : e;
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;
3744
3767
  else if (typeof h != "string")
3745
3768
  return console.warn(
3746
3769
  `[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
@@ -3757,11 +3780,11 @@ const Le = (e, t) => {
3757
3780
  );
3758
3781
  }
3759
3782
  return c;
3760
- }, 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 = Pe([pe, Re], () => qn);
3761
- Pe([pe], () => Yn);
3762
- Pe([pe], () => Zn);
3763
- Pe([pe], () => Jn);
3764
- Pe([pe, Re], () => 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);
3784
+ Ae([pe], () => Yn);
3785
+ Ae([pe], () => Zn);
3786
+ Ae([pe], () => Jn);
3787
+ Ae([pe, Re], () => Qn);
3765
3788
  function Wt(e, t) {
3766
3789
  Hr(e, t);
3767
3790
  }
@@ -3838,7 +3861,7 @@ if (typeof window != "undefined") {
3838
3861
  }
3839
3862
  };
3840
3863
  };
3841
- customElements.define = e(customElements.define), import("./CashierVideoModal-CnqeHcuY.js").then(({ default: t }) => {
3864
+ customElements.define = e(customElements.define), import("./CashierVideoModal-B-CXY0VP.js").then(({ default: t }) => {
3842
3865
  !customElements.get("cashier-video-modal") && customElements.define("cashier-video-modal", t.element);
3843
3866
  });
3844
3867
  }
@@ -3857,7 +3880,8 @@ var Br = { exports: {} };
3857
3880
  var g = -x.utcOffset(), d = Math.abs(g), b = Math.floor(d / 60), p = d % 60;
3858
3881
  return (g <= 0 ? "+" : "-") + B(b, 2, "0") + ":" + B(p, 2, "0");
3859
3882
  }, m: function x(g, d) {
3860
- if (g.date() < d.date()) return -x(d, g);
3883
+ if (g.date() < d.date())
3884
+ return -x(d, g);
3861
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);
3862
3886
  return +(-(b + (d - p) / (_ ? p - w : w - p)) || 0);
3863
3887
  }, a: function(x) {
@@ -3872,23 +3896,26 @@ var Br = { exports: {} };
3872
3896
  return x instanceof ge || !(!x || !x[Y]);
3873
3897
  }, W = function x(g, d, b) {
3874
3898
  var p;
3875
- if (!g) return I;
3899
+ if (!g)
3900
+ return I;
3876
3901
  if (typeof g == "string") {
3877
3902
  var _ = g.toLowerCase();
3878
3903
  L[_] && (p = _), d && (L[_] = d, p = _);
3879
3904
  var w = g.split("-");
3880
- if (!p && w.length > 1) return x(w[0]);
3905
+ if (!p && w.length > 1)
3906
+ return x(w[0]);
3881
3907
  } else {
3882
3908
  var M = g.name;
3883
3909
  L[M] = g, p = M;
3884
3910
  }
3885
3911
  return !b && p && (I = p), p || !b && I;
3886
3912
  }, k = function(x, g) {
3887
- if (R(x)) return x.clone();
3913
+ if (R(x))
3914
+ return x.clone();
3888
3915
  var d = typeof g == "object" ? g : {};
3889
3916
  return d.date = x, d.args = arguments, new ge(d);
3890
- }, P = X;
3891
- P.l = W, P.i = R, P.w = function(x, g) {
3917
+ }, A = X;
3918
+ A.l = W, A.i = R, A.w = function(x, g) {
3892
3919
  return k(x, { locale: g.$L, utc: g.$u, x: g.$x, $offset: g.$offset });
3893
3920
  };
3894
3921
  var ge = function() {
@@ -3899,9 +3926,12 @@ var Br = { exports: {} };
3899
3926
  return g.parse = function(d) {
3900
3927
  this.$d = function(b) {
3901
3928
  var p = b.date, _ = b.utc;
3902
- if (p === null) return /* @__PURE__ */ new Date(NaN);
3903
- if (P.u(p)) return /* @__PURE__ */ new Date();
3904
- 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);
3905
3935
  if (typeof p == "string" && !/Z$/i.test(p)) {
3906
3936
  var w = p.match($);
3907
3937
  if (w) {
@@ -3915,7 +3945,7 @@ var Br = { exports: {} };
3915
3945
  var d = this.$d;
3916
3946
  this.$y = d.getFullYear(), this.$M = d.getMonth(), this.$D = d.getDate(), this.$W = d.getDay(), this.$H = d.getHours(), this.$m = d.getMinutes(), this.$s = d.getSeconds(), this.$ms = d.getMilliseconds();
3917
3947
  }, g.$utils = function() {
3918
- return P;
3948
+ return A;
3919
3949
  }, g.isValid = function() {
3920
3950
  return this.$d.toString() !== v;
3921
3951
  }, g.isSame = function(d, b) {
@@ -3926,17 +3956,17 @@ var Br = { exports: {} };
3926
3956
  }, g.isBefore = function(d, b) {
3927
3957
  return this.endOf(b) < k(d);
3928
3958
  }, g.$g = function(d, b, p) {
3929
- return P.u(d) ? this[b] : this.set(p, d);
3959
+ return A.u(d) ? this[b] : this.set(p, d);
3930
3960
  }, g.unix = function() {
3931
3961
  return Math.floor(this.valueOf() / 1e3);
3932
3962
  }, g.valueOf = function() {
3933
3963
  return this.$d.getTime();
3934
3964
  }, g.startOf = function(d, b) {
3935
- var p = this, _ = !!P.u(b) || b, w = P.p(d), M = function(ae, j) {
3936
- var Q = P.w(p.$u ? Date.UTC(p.$y, j, ae) : new Date(p.$y, j, ae), p);
3965
+ var p = this, _ = !!A.u(b) || b, w = A.p(d), M = function(ae, j) {
3966
+ var Q = A.w(p.$u ? Date.UTC(p.$y, j, ae) : new Date(p.$y, j, ae), p);
3937
3967
  return _ ? Q : Q.endOf(u);
3938
3968
  }, D = function(ae, j) {
3939
- return P.w(p.toDate()[ae].apply(p.toDate("s"), (_ ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(j)), p);
3969
+ return A.w(p.toDate()[ae].apply(p.toDate("s"), (_ ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(j)), p);
3940
3970
  }, N = this.$W, F = this.$M, q = this.$D, le = "set" + (this.$u ? "UTC" : "");
3941
3971
  switch (w) {
3942
3972
  case E:
@@ -3961,38 +3991,44 @@ var Br = { exports: {} };
3961
3991
  }, g.endOf = function(d) {
3962
3992
  return this.startOf(d, !1);
3963
3993
  }, g.$set = function(d, b) {
3964
- var p, _ = P.p(d), w = "set" + (this.$u ? "UTC" : ""), M = (p = {}, p[u] = w + "Date", p[H] = w + "Date", p[c] = w + "Month", p[E] = w + "FullYear", p[o] = w + "Hours", p[l] = w + "Minutes", p[a] = w + "Seconds", p[s] = w + "Milliseconds", p)[_], D = _ === u ? this.$D + (b - this.$W) : b;
3994
+ var p, _ = A.p(d), w = "set" + (this.$u ? "UTC" : ""), M = (p = {}, p[u] = w + "Date", p[H] = w + "Date", p[c] = w + "Month", p[E] = w + "FullYear", p[o] = w + "Hours", p[l] = w + "Minutes", p[a] = w + "Seconds", p[s] = w + "Milliseconds", p)[_], D = _ === u ? this.$D + (b - this.$W) : b;
3965
3995
  if (_ === c || _ === E) {
3966
3996
  var N = this.clone().set(H, 1);
3967
3997
  N.$d[M](D), N.init(), this.$d = N.set(H, Math.min(this.$D, N.daysInMonth())).$d;
3968
- } else M && this.$d[M](D);
3998
+ } else
3999
+ M && this.$d[M](D);
3969
4000
  return this.init(), this;
3970
4001
  }, g.set = function(d, b) {
3971
4002
  return this.clone().$set(d, b);
3972
4003
  }, g.get = function(d) {
3973
- return this[P.p(d)]();
4004
+ return this[A.p(d)]();
3974
4005
  }, g.add = function(d, b) {
3975
4006
  var p, _ = this;
3976
4007
  d = Number(d);
3977
- var w = P.p(b), M = function(F) {
4008
+ var w = A.p(b), M = function(F) {
3978
4009
  var q = k(_);
3979
- return P.w(q.date(q.date() + Math.round(F * d)), _);
4010
+ return A.w(q.date(q.date() + Math.round(F * d)), _);
3980
4011
  };
3981
- if (w === c) return this.set(c, this.$M + d);
3982
- if (w === E) return this.set(E, this.$y + d);
3983
- if (w === u) return M(1);
3984
- 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);
3985
4020
  var D = (p = {}, p[l] = i, p[o] = n, p[a] = r, p)[w] || 1, N = this.$d.getTime() + d * D;
3986
- return P.w(N, this);
4021
+ return A.w(N, this);
3987
4022
  }, g.subtract = function(d, b) {
3988
4023
  return this.add(-1 * d, b);
3989
4024
  }, g.format = function(d) {
3990
4025
  var b = this, p = this.$locale();
3991
- if (!this.isValid()) return p.invalidDate || v;
3992
- var _ = d || "YYYY-MM-DDTHH:mm:ssZ", w = P.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) {
4026
+ if (!this.isValid())
4027
+ return p.invalidDate || v;
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) {
3993
4029
  return j && (j[Q] || j(b, _)) || me[Q].slice(0, ve);
3994
4030
  }, oe = function(j) {
3995
- return P.s(M % 12 || 12, j, "0");
4031
+ return A.s(M % 12 || 12, j, "0");
3996
4032
  }, ae = le || function(j, Q, me) {
3997
4033
  var ve = j < 12 ? "AM" : "PM";
3998
4034
  return me ? ve.toLowerCase() : ve;
@@ -4003,11 +4039,11 @@ var Br = { exports: {} };
4003
4039
  case "YY":
4004
4040
  return String(b.$y).slice(-2);
4005
4041
  case "YYYY":
4006
- return P.s(b.$y, 4, "0");
4042
+ return A.s(b.$y, 4, "0");
4007
4043
  case "M":
4008
4044
  return N + 1;
4009
4045
  case "MM":
4010
- return P.s(N + 1, 2, "0");
4046
+ return A.s(N + 1, 2, "0");
4011
4047
  case "MMM":
4012
4048
  return se(p.monthsShort, N, q, 3);
4013
4049
  case "MMMM":
@@ -4015,7 +4051,7 @@ var Br = { exports: {} };
4015
4051
  case "D":
4016
4052
  return b.$D;
4017
4053
  case "DD":
4018
- return P.s(b.$D, 2, "0");
4054
+ return A.s(b.$D, 2, "0");
4019
4055
  case "d":
4020
4056
  return String(b.$W);
4021
4057
  case "dd":
@@ -4027,7 +4063,7 @@ var Br = { exports: {} };
4027
4063
  case "H":
4028
4064
  return String(M);
4029
4065
  case "HH":
4030
- return P.s(M, 2, "0");
4066
+ return A.s(M, 2, "0");
4031
4067
  case "h":
4032
4068
  return oe(1);
4033
4069
  case "hh":
@@ -4039,13 +4075,13 @@ var Br = { exports: {} };
4039
4075
  case "m":
4040
4076
  return String(D);
4041
4077
  case "mm":
4042
- return P.s(D, 2, "0");
4078
+ return A.s(D, 2, "0");
4043
4079
  case "s":
4044
4080
  return String(b.$s);
4045
4081
  case "ss":
4046
- return P.s(b.$s, 2, "0");
4082
+ return A.s(b.$s, 2, "0");
4047
4083
  case "SSS":
4048
- return P.s(b.$ms, 3, "0");
4084
+ return A.s(b.$ms, 3, "0");
4049
4085
  case "Z":
4050
4086
  return w;
4051
4087
  }
@@ -4055,8 +4091,8 @@ var Br = { exports: {} };
4055
4091
  }, g.utcOffset = function() {
4056
4092
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
4057
4093
  }, g.diff = function(d, b, p) {
4058
- var _, w = this, M = P.p(b), D = k(d), N = (D.utcOffset() - this.utcOffset()) * i, F = this - D, q = function() {
4059
- return P.m(w, D);
4094
+ var _, w = this, M = A.p(b), D = k(d), N = (D.utcOffset() - this.utcOffset()) * i, F = this - D, q = function() {
4095
+ return A.m(w, D);
4060
4096
  };
4061
4097
  switch (M) {
4062
4098
  case E:
@@ -4086,17 +4122,18 @@ var Br = { exports: {} };
4086
4122
  default:
4087
4123
  _ = F;
4088
4124
  }
4089
- return p ? _ : P.a(_);
4125
+ return p ? _ : A.a(_);
4090
4126
  }, g.daysInMonth = function() {
4091
4127
  return this.endOf(c).$D;
4092
4128
  }, g.$locale = function() {
4093
4129
  return L[this.$L];
4094
4130
  }, g.locale = function(d, b) {
4095
- if (!d) return this.$L;
4131
+ if (!d)
4132
+ return this.$L;
4096
4133
  var p = this.clone(), _ = W(d, b, !0);
4097
4134
  return _ && (p.$L = _), p;
4098
4135
  }, g.clone = function() {
4099
- return P.w(this.$d, this);
4136
+ return A.w(this.$d, this);
4100
4137
  }, g.toDate = function() {
4101
4138
  return new Date(this.valueOf());
4102
4139
  }, g.toJSON = function() {
@@ -4146,25 +4183,31 @@ var Mr = { exports: {} };
4146
4183
  if (this.$u) {
4147
4184
  var v = this.$d;
4148
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();
4149
- } else h.call(this);
4186
+ } else
4187
+ h.call(this);
4150
4188
  };
4151
4189
  var c = o.utcOffset;
4152
4190
  o.utcOffset = function(v, $) {
4153
4191
  var G = this.$utils().u;
4154
- 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;
4155
4194
  if (typeof v == "string" && (v = function(I) {
4156
4195
  I === void 0 && (I = "");
4157
4196
  var L = I.match(i);
4158
- if (!L) return null;
4197
+ if (!L)
4198
+ return null;
4159
4199
  var Y = ("" + L[0]).match(n) || ["-", 0, 0], R = Y[0], W = 60 * +Y[1] + +Y[2];
4160
4200
  return W === 0 ? 0 : R === "+" ? W : -W;
4161
- }(v), v === null)) return this;
4201
+ }(v), v === null))
4202
+ return this;
4162
4203
  var U = Math.abs(v) <= 16 ? 60 * v : v, B = this;
4163
- if ($) return B.$offset = U, B.$u = v === 0, B;
4204
+ if ($)
4205
+ return B.$offset = U, B.$u = v === 0, B;
4164
4206
  if (v !== 0) {
4165
4207
  var X = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
4166
4208
  (B = this.local().add(U + X, r)).$offset = U, B.$x.$localOffset = X;
4167
- } else B = this.utc();
4209
+ } else
4210
+ B = this.utc();
4168
4211
  return B;
4169
4212
  };
4170
4213
  var m = o.format;
@@ -4187,7 +4230,8 @@ var Mr = { exports: {} };
4187
4230
  };
4188
4231
  var H = o.diff;
4189
4232
  o.diff = function(v, $, G) {
4190
- 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);
4191
4235
  var U = this.local(), B = l(v).local();
4192
4236
  return H.call(U, B, $, G);
4193
4237
  };
@@ -4468,7 +4512,7 @@ function ls(e, t, r) {
4468
4512
  R.InProgress,
4469
4513
  R.Referred,
4470
4514
  R.AwaitingForResponse
4471
- ], P = () => {
4515
+ ], A = () => {
4472
4516
  let f = a;
4473
4517
  if (f)
4474
4518
  return fetch(f).then((y) => y.json()).then((y) => {
@@ -4636,7 +4680,7 @@ function ls(e, t, r) {
4636
4680
  e.$$.dirty[0] & /*lang*/
4637
4681
  8192 && s && ge(), e.$$.dirty[0] & /*endpoint, session*/
4638
4682
  36864 && n && u && g(), e.$$.dirty[0] & /*translationurl*/
4639
- 16384 && a && P(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4683
+ 16384 && a && A(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
4640
4684
  9 && l && m && Ue(), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
4641
4685
  10 && o && m && x(), e.$$.dirty[0] & /*ismobileview*/
4642
4686
  4 && c && ae(), e.$$.dirty[0] & /*staticCdnUrl*/