@everymatrix/cashier-methods-list 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.
@@ -10,7 +10,7 @@ var et = (e, t, r) => t in e ? Dr(e, t, { enumerable: !0, configurable: !0, writ
10
10
  kr.call(t, r) && et(e, r, t[r]);
11
11
  return e;
12
12
  }, Ue = (e, t) => Rr(e, Ur(t));
13
- var ne = (e, t, r) => et(e, typeof t != "symbol" ? t + "" : t, r);
13
+ var ne = (e, t, r) => (et(e, typeof t != "symbol" ? t + "" : t, r), r);
14
14
  var Lt = (e, t, r) => new Promise((n, i) => {
15
15
  var s = (l) => {
16
16
  try {
@@ -74,7 +74,8 @@ function Vr(e, t, r) {
74
74
  }
75
75
  }
76
76
  function zr(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 Be(e) {
148
149
  Pe = e;
149
150
  }
150
151
  function or() {
151
- if (!Pe) throw new Error("Function called outside component initialization");
152
+ if (!Pe)
153
+ throw new Error("Function called outside component initialization");
152
154
  return Pe;
153
155
  }
154
156
  function qr(e) {
@@ -197,7 +199,8 @@ function q() {
197
199
  } catch (t) {
198
200
  throw Ee.length = 0, ve = 0, t;
199
201
  }
200
- for (Be(null), Ee.length = 0, ve = 0; lt.length; ) lt.pop()();
202
+ for (Be(null), Ee.length = 0, ve = 0; lt.length; )
203
+ lt.pop()();
201
204
  for (let t = 0; t < _e.length; t += 1) {
202
205
  const r = _e[t];
203
206
  tt.has(r) || (tt.add(r), r());
@@ -559,8 +562,8 @@ function Le(e, t, r) {
559
562
  }, x = i.map(
560
563
  (w, b) => sr(
561
564
  w,
562
- (S) => {
563
- u[b] = S, h &= ~(1 << b), l && c();
565
+ (M) => {
566
+ u[b] = M, h &= ~(1 << b), l && c();
564
567
  },
565
568
  () => {
566
569
  h |= 1 << b;
@@ -607,13 +610,13 @@ function wn(e, t) {
607
610
  var r = t.customMerge(e);
608
611
  return typeof r == "function" ? r : we;
609
612
  }
610
- function Sn(e) {
613
+ function Mn(e) {
611
614
  return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
612
615
  return Object.propertyIsEnumerable.call(e, t);
613
616
  }) : [];
614
617
  }
615
618
  function Pt(e) {
616
- return Object.keys(e).concat(Sn(e));
619
+ return Object.keys(e).concat(Mn(e));
617
620
  }
618
621
  function lr(e, t) {
619
622
  try {
@@ -622,7 +625,7 @@ function lr(e, t) {
622
625
  return !1;
623
626
  }
624
627
  }
625
- function Mn(e, t) {
628
+ function Sn(e, t) {
626
629
  return lr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
627
630
  }
628
631
  function Tn(e, t, r) {
@@ -630,7 +633,7 @@ function Tn(e, t, r) {
630
633
  return r.isMergeableObject(e) && Pt(e).forEach(function(i) {
631
634
  n[i] = Ce(e[i], r);
632
635
  }), Pt(t).forEach(function(i) {
633
- Mn(e, i) || (lr(e, i) && r.isMergeableObject(t[i]) ? n[i] = wn(i, r)(e[i], t[i], r) : n[i] = Ce(t[i], r));
636
+ Sn(e, i) || (lr(e, i) && r.isMergeableObject(t[i]) ? n[i] = wn(i, r)(e[i], t[i], r) : n[i] = Ce(t[i], r));
634
637
  }), n;
635
638
  }
636
639
  function we(e, t, r) {
@@ -647,11 +650,26 @@ we.all = function(t, r) {
647
650
  };
648
651
  var Hn = we, Ln = Hn;
649
652
  const An = /* @__PURE__ */ Et(Ln);
653
+ /*! *****************************************************************************
654
+ Copyright (c) Microsoft Corporation.
655
+
656
+ Permission to use, copy, modify, and/or distribute this software for any
657
+ purpose with or without fee is hereby granted.
658
+
659
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
660
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
661
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
662
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
663
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
664
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
665
+ PERFORMANCE OF THIS SOFTWARE.
666
+ ***************************************************************************** */
650
667
  var ct = function(e, t) {
651
668
  return ct = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
652
669
  r.__proto__ = n;
653
670
  } || function(r, n) {
654
- for (var i in n) Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
671
+ for (var i in n)
672
+ Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
655
673
  }, ct(e, t);
656
674
  };
657
675
  function Je(e, t) {
@@ -667,23 +685,26 @@ var O = function() {
667
685
  return O = Object.assign || function(t) {
668
686
  for (var r, n = 1, i = arguments.length; n < i; n++) {
669
687
  r = arguments[n];
670
- for (var s in r) Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
688
+ for (var s in r)
689
+ Object.prototype.hasOwnProperty.call(r, s) && (t[s] = r[s]);
671
690
  }
672
691
  return t;
673
692
  }, O.apply(this, arguments);
674
693
  };
675
694
  function On(e, t) {
676
695
  var r = {};
677
- for (var n in e) Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
696
+ for (var n in e)
697
+ Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
678
698
  if (e != null && typeof Object.getOwnPropertySymbols == "function")
679
699
  for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
680
700
  t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
681
701
  return r;
682
702
  }
683
703
  function rt(e, t, r) {
684
- if (r || arguments.length === 2) for (var n = 0, i = t.length, s; n < i; n++)
685
- (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
686
- return e.concat(s || Array.prototype.slice.call(t));
704
+ if (arguments.length === 2)
705
+ for (var n = 0, i = t.length, s; n < i; n++)
706
+ (s || !(n in t)) && (s || (s = Array.prototype.slice.call(t, 0, n)), s[n] = t[n]);
707
+ return e.concat(s || t);
687
708
  }
688
709
  function nt(e, t) {
689
710
  var r = t && t.cache ? t.cache : In, n = t && t.serializer ? t.serializer : Nn, i = t && t.strategy ? t.strategy : Bn;
@@ -743,10 +764,10 @@ var R;
743
764
  (function(e) {
744
765
  e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
745
766
  })(R || (R = {}));
746
- var Se;
767
+ var Me;
747
768
  (function(e) {
748
769
  e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
749
- })(Se || (Se = {}));
770
+ })(Me || (Me = {}));
750
771
  function Ct(e) {
751
772
  return e.type === R.literal;
752
773
  }
@@ -775,10 +796,10 @@ function br(e) {
775
796
  return e.type === R.tag;
776
797
  }
777
798
  function yr(e) {
778
- return !!(e && typeof e == "object" && e.type === Se.number);
799
+ return !!(e && typeof e == "object" && e.type === Me.number);
779
800
  }
780
801
  function mt(e) {
781
- return !!(e && typeof e == "object" && e.type === Se.dateTime);
802
+ return !!(e && typeof e == "object" && e.type === Me.dateTime);
782
803
  }
783
804
  var vr = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Un = /(?:[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;
784
805
  function Gn(e) {
@@ -2509,7 +2530,8 @@ function Wn(e, t) {
2509
2530
  r += l;
2510
2531
  for (; o-- > 0; )
2511
2532
  r = u + r;
2512
- } else i === "J" ? r += "H" : r += i;
2533
+ } else
2534
+ i === "J" ? r += "H" : r += i;
2513
2535
  }
2514
2536
  return r;
2515
2537
  }
@@ -2543,7 +2565,7 @@ var Qn = !!String.prototype.startsWith && "_a".startsWith("a", 1), qn = !!String
2543
2565
  return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
2544
2566
  }, dt = !0;
2545
2567
  try {
2546
- var si = Sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2568
+ var si = Mr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2547
2569
  dt = ((st = si.exec("a")) === null || st === void 0 ? void 0 : st[0]) === "a";
2548
2570
  } catch (e) {
2549
2571
  dt = !1;
@@ -2617,12 +2639,12 @@ var Rt = Qn ? (
2617
2639
  return t.replace(Jn, "");
2618
2640
  }
2619
2641
  );
2620
- function Sr(e, t) {
2642
+ function Mr(e, t) {
2621
2643
  return new RegExp(e, t);
2622
2644
  }
2623
2645
  var pt;
2624
2646
  if (dt) {
2625
- var Gt = Sr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2647
+ var Gt = Mr("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
2626
2648
  pt = function(t, r) {
2627
2649
  var n;
2628
2650
  Gt.lastIndex = r;
@@ -2633,7 +2655,7 @@ if (dt) {
2633
2655
  pt = function(t, r) {
2634
2656
  for (var n = []; ; ) {
2635
2657
  var i = wr(t, r);
2636
- if (i === void 0 || Mr(i) || fi(i))
2658
+ if (i === void 0 || Sr(i) || fi(i))
2637
2659
  break;
2638
2660
  n.push(i), r += i >= 65536 ? 2 : 1;
2639
2661
  }
@@ -2848,20 +2870,20 @@ var ui = (
2848
2870
  return w;
2849
2871
  var b = L(i, this.clonePosition());
2850
2872
  if (u && Rt(u == null ? void 0 : u.style, "::", 0)) {
2851
- var S = oi(u.style.slice(2));
2873
+ var M = oi(u.style.slice(2));
2852
2874
  if (a === "number") {
2853
- var f = this.parseNumberSkeletonFromString(S, u.styleLocation);
2875
+ var f = this.parseNumberSkeletonFromString(M, u.styleLocation);
2854
2876
  return f.err ? f : {
2855
2877
  val: { type: R.number, value: n, location: b, style: f.val },
2856
2878
  err: null
2857
2879
  };
2858
2880
  } else {
2859
- if (S.length === 0)
2881
+ if (M.length === 0)
2860
2882
  return this.error(H.EXPECT_DATE_TIME_SKELETON, b);
2861
- var P = S;
2862
- this.locale && (P = Wn(S, this.locale));
2883
+ var P = M;
2884
+ this.locale && (P = Wn(M, this.locale));
2863
2885
  var c = {
2864
- type: Se.dateTime,
2886
+ type: Me.dateTime,
2865
2887
  pattern: P,
2866
2888
  location: u.styleLocation,
2867
2889
  parsedOptions: this.shouldParseSkeletons ? Gn(P) : {}
@@ -2975,7 +2997,7 @@ var ui = (
2975
2997
  }
2976
2998
  return {
2977
2999
  val: {
2978
- type: Se.number,
3000
+ type: Me.number,
2979
3001
  tokens: n,
2980
3002
  location: r,
2981
3003
  parsedOptions: this.shouldParseSkeletons ? Xn(n) : {}
@@ -3082,7 +3104,7 @@ var ui = (
3082
3104
  break;
3083
3105
  }
3084
3106
  }, e.prototype.bumpSpace = function() {
3085
- for (; !this.isEOF() && Mr(this.char()); )
3107
+ for (; !this.isEOF() && Sr(this.char()); )
3086
3108
  this.bump();
3087
3109
  }, e.prototype.peek = function() {
3088
3110
  if (this.isEOF())
@@ -3101,7 +3123,7 @@ function li(e) {
3101
3123
  function hi(e) {
3102
3124
  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;
3103
3125
  }
3104
- function Mr(e) {
3126
+ function Sr(e) {
3105
3127
  return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
3106
3128
  }
3107
3129
  function fi(e) {
@@ -3112,7 +3134,8 @@ function yt(e) {
3112
3134
  if (delete t.location, gr(t) || pr(t))
3113
3135
  for (var r in t.options)
3114
3136
  delete t.options[r].location, yt(t.options[r].value);
3115
- else cr(t) && yr(t.style) || (mr(t) || dr(t)) && mt(t.style) ? delete t.style.location : br(t) && yt(t.children);
3137
+ else
3138
+ cr(t) && yr(t.style) || (mr(t) || dr(t)) && mt(t.style) ? delete t.style.location : br(t) && yt(t.children);
3116
3139
  });
3117
3140
  }
3118
3141
  function ci(e, t) {
@@ -3124,10 +3147,10 @@ function ci(e, t) {
3124
3147
  }
3125
3148
  return t != null && t.captureLocation || yt(r.val), r.val;
3126
3149
  }
3127
- var Me;
3150
+ var Se;
3128
3151
  (function(e) {
3129
3152
  e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
3130
- })(Me || (Me = {}));
3153
+ })(Se || (Se = {}));
3131
3154
  var Qe = (
3132
3155
  /** @class */
3133
3156
  function(e) {
@@ -3145,7 +3168,7 @@ var Qe = (
3145
3168
  function(e) {
3146
3169
  Je(t, e);
3147
3170
  function t(r, n, i, s) {
3148
- return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Me.INVALID_VALUE, s) || this;
3171
+ return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Se.INVALID_VALUE, s) || this;
3149
3172
  }
3150
3173
  return t;
3151
3174
  }(Qe)
@@ -3154,7 +3177,7 @@ var Qe = (
3154
3177
  function(e) {
3155
3178
  Je(t, e);
3156
3179
  function t(r, n, i) {
3157
- return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Me.INVALID_VALUE, i) || this;
3180
+ return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Se.INVALID_VALUE, i) || this;
3158
3181
  }
3159
3182
  return t;
3160
3183
  }(Qe)
@@ -3163,7 +3186,7 @@ var Qe = (
3163
3186
  function(e) {
3164
3187
  Je(t, e);
3165
3188
  function t(r, n) {
3166
- return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Me.MISSING_VALUE, n) || this;
3189
+ return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Se.MISSING_VALUE, n) || this;
3167
3190
  }
3168
3191
  return t;
3169
3192
  }(Qe)
@@ -3240,10 +3263,10 @@ function je(e, t, r, n, i, s, o) {
3240
3263
  continue;
3241
3264
  }
3242
3265
  if (br(h)) {
3243
- var w = h.children, b = h.value, S = i[b];
3244
- if (!pi(S))
3266
+ var w = h.children, b = h.value, M = i[b];
3267
+ if (!pi(M))
3245
3268
  throw new mi(b, "function", o);
3246
- var P = je(w, t, r, n, i, s), I = S(P.map(function(C) {
3269
+ var P = je(w, t, r, n, i, s), I = M(P.map(function(C) {
3247
3270
  return C.value;
3248
3271
  }));
3249
3272
  Array.isArray(I) || (I = [I]), a.push.apply(a, I.map(function(C) {
@@ -3266,7 +3289,7 @@ function je(e, t, r, n, i, s, o) {
3266
3289
  if (!Intl.PluralRules)
3267
3290
  throw new Qe(`Intl.PluralRules is not available in this environment.
3268
3291
  Try polyfilling it using "@formatjs/intl-pluralrules"
3269
- `, Me.MISSING_INTL_API, o);
3292
+ `, Se.MISSING_INTL_API, o);
3270
3293
  var D = r.getPluralRules(t, { type: h.pluralType }).select(c - (h.offset || 0));
3271
3294
  A = h.options[D] || h.options.other;
3272
3295
  }
@@ -3479,13 +3502,13 @@ const de = {}, Ei = (e, t, r) => r && (t in de || (de[t] = {}), e in de[t] || (d
3479
3502
  return Ei(e, t, s);
3480
3503
  }
3481
3504
  };
3482
- let St;
3505
+ let Mt;
3483
3506
  const Ie = Ze({});
3484
3507
  function _i(e) {
3485
- return St[e] || null;
3508
+ return Mt[e] || null;
3486
3509
  }
3487
3510
  function Lr(e) {
3488
- return e in St;
3511
+ return e in Mt;
3489
3512
  }
3490
3513
  function wi(e, t) {
3491
3514
  if (!Lr(e))
@@ -3493,7 +3516,7 @@ function wi(e, t) {
3493
3516
  const r = _i(e);
3494
3517
  return xi(r, t);
3495
3518
  }
3496
- function Si(e) {
3519
+ function Mi(e) {
3497
3520
  if (e == null)
3498
3521
  return;
3499
3522
  const t = De(e);
@@ -3510,9 +3533,9 @@ Le(
3510
3533
  [Ie],
3511
3534
  ([e]) => Object.keys(e)
3512
3535
  );
3513
- Ie.subscribe((e) => St = e);
3536
+ Ie.subscribe((e) => Mt = e);
3514
3537
  const Ve = {};
3515
- function Mi(e, t) {
3538
+ function Si(e, t) {
3516
3539
  Ve[e].delete(t), Ve[e].size === 0 && delete Ve[e];
3517
3540
  }
3518
3541
  function Or(e) {
@@ -3534,7 +3557,7 @@ function Xe(e) {
3534
3557
  }
3535
3558
  function Hi(e, t) {
3536
3559
  return Promise.all(
3537
- t.map((n) => (Mi(e, n), n().then((i) => i.default || i)))
3560
+ t.map((n) => (Si(e, n), n().then((i) => i.default || i)))
3538
3561
  ).then((n) => Ar(e, ...n));
3539
3562
  }
3540
3563
  const Oe = {};
@@ -3651,7 +3674,7 @@ We.subscribe((e) => {
3651
3674
  vt = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
3652
3675
  });
3653
3676
  const Fi = (e) => {
3654
- if (e && Si(e) && Xe(e)) {
3677
+ if (e && Mi(e) && Xe(e)) {
3655
3678
  const { loadingDelay: t } = Te();
3656
3679
  let r;
3657
3680
  return typeof window != "undefined" && ge() != null && t ? r = window.setTimeout(
@@ -3673,7 +3696,7 @@ const Fi = (e) => {
3673
3696
  return i in t ? t[i] : t[i] = e(n);
3674
3697
  };
3675
3698
  };
3676
- var ji = Object.defineProperty, Ye = Object.getOwnPropertySymbols, Br = Object.prototype.hasOwnProperty, Pr = Object.prototype.propertyIsEnumerable, Xt = (e, t, r) => t in e ? ji(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Mt = (e, t) => {
3699
+ var ji = Object.defineProperty, Ye = Object.getOwnPropertySymbols, Br = Object.prototype.hasOwnProperty, Pr = Object.prototype.propertyIsEnumerable, Xt = (e, t, r) => t in e ? ji(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, St = (e, t) => {
3677
3700
  for (var r in t || (t = {}))
3678
3701
  Br.call(t, r) && Xt(e, r, t[r]);
3679
3702
  if (Ye)
@@ -3723,21 +3746,21 @@ const Ne = (e, t) => {
3723
3746
  } = t, n = Ae(t, [
3724
3747
  "locale"
3725
3748
  ]);
3726
- return Vi(Mt({ locale: r }, n));
3749
+ return Vi(St({ locale: r }, n));
3727
3750
  }, Yi = (e = {}) => {
3728
3751
  var t = e, {
3729
3752
  locale: r = ge()
3730
3753
  } = t, n = Ae(t, [
3731
3754
  "locale"
3732
3755
  ]);
3733
- return zi(Mt({ locale: r }, n));
3756
+ return zi(St({ locale: r }, n));
3734
3757
  }, Zi = (e = {}) => {
3735
3758
  var t = e, {
3736
3759
  locale: r = ge()
3737
3760
  } = t, n = Ae(t, [
3738
3761
  "locale"
3739
3762
  ]);
3740
- return Xi(Mt({ locale: r }, n));
3763
+ return Xi(St({ locale: r }, n));
3741
3764
  }, Ji = qe(
3742
3765
  // eslint-disable-next-line @typescript-eslint/no-non-null-assertion
3743
3766
  (e, t = ge()) => new Tr(e, t, Te().formats, {
@@ -3827,7 +3850,7 @@ var Cr = { exports: {} };
3827
3850
  (function(r, n) {
3828
3851
  e.exports = n();
3829
3852
  })(ur, function() {
3830
- var r = 1e3, n = 6e4, i = 36e5, s = "millisecond", o = "second", a = "minute", l = "hour", u = "day", h = "week", f = "month", c = "quarter", x = "year", w = "date", b = "Invalid Date", S = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, I = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(E) {
3853
+ var r = 1e3, n = 6e4, i = 36e5, s = "millisecond", o = "second", a = "minute", l = "hour", u = "day", h = "week", f = "month", c = "quarter", x = "year", w = "date", b = "Invalid Date", M = /^(\d{4})[-/]?(\d{1,2})?[-/]?(\d{0,2})[Tt\s]*(\d{1,2})?:?(\d{1,2})?:?(\d{1,2})?[.:]?(\d+)?$/, P = /\[([^\]]+)]|Y{1,4}|M{1,4}|D{1,2}|d{1,4}|H{1,2}|h{1,2}|a|A|m{1,2}|s{1,2}|Z{1,2}|SSS/g, I = { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function(E) {
3831
3854
  var p = ["th", "st", "nd", "rd"], m = E % 100;
3832
3855
  return "[" + E + (p[(m - 20) % 10] || p[m] || p[0]) + "]";
3833
3856
  } }, A = function(E, p, m) {
@@ -3837,7 +3860,8 @@ var Cr = { exports: {} };
3837
3860
  var p = -E.utcOffset(), m = Math.abs(p), y = Math.floor(m / 60), g = m % 60;
3838
3861
  return (p <= 0 ? "+" : "-") + A(y, 2, "0") + ":" + A(g, 2, "0");
3839
3862
  }, m: function E(p, m) {
3840
- if (p.date() < m.date()) return -E(m, p);
3863
+ if (p.date() < m.date())
3864
+ return -E(m, p);
3841
3865
  var y = 12 * (m.year() - p.year()) + (m.month() - p.month()), g = p.clone().add(y, f), _ = m - g < 0, v = p.clone().add(y + (_ ? -1 : 1), f);
3842
3866
  return +(-(y + (m - g) / (_ ? g - v : v - g)) || 0);
3843
3867
  }, a: function(E) {
@@ -3852,23 +3876,26 @@ var Cr = { exports: {} };
3852
3876
  return E instanceof re || !(!E || !E[G]);
3853
3877
  }, W = function E(p, m, y) {
3854
3878
  var g;
3855
- if (!p) return C;
3879
+ if (!p)
3880
+ return C;
3856
3881
  if (typeof p == "string") {
3857
3882
  var _ = p.toLowerCase();
3858
3883
  j[_] && (g = _), m && (j[_] = m, g = _);
3859
3884
  var v = p.split("-");
3860
- if (!g && v.length > 1) return E(v[0]);
3885
+ if (!g && v.length > 1)
3886
+ return E(v[0]);
3861
3887
  } else {
3862
3888
  var $ = p.name;
3863
3889
  j[$] = p, g = $;
3864
3890
  }
3865
3891
  return !y && g && (C = g), g || !y && C;
3866
3892
  }, N = function(E, p) {
3867
- if (K(E)) return E.clone();
3893
+ if (K(E))
3894
+ return E.clone();
3868
3895
  var m = typeof p == "object" ? p : {};
3869
3896
  return m.date = E, m.args = arguments, new re(m);
3870
- }, M = D;
3871
- M.l = W, M.i = K, M.w = function(E, p) {
3897
+ }, S = D;
3898
+ S.l = W, S.i = K, S.w = function(E, p) {
3872
3899
  return N(E, { locale: p.$L, utc: p.$u, x: p.$x, $offset: p.$offset });
3873
3900
  };
3874
3901
  var re = function() {
@@ -3879,11 +3906,14 @@ var Cr = { exports: {} };
3879
3906
  return p.parse = function(m) {
3880
3907
  this.$d = function(y) {
3881
3908
  var g = y.date, _ = y.utc;
3882
- if (g === null) return /* @__PURE__ */ new Date(NaN);
3883
- if (M.u(g)) return /* @__PURE__ */ new Date();
3884
- if (g instanceof Date) return new Date(g);
3909
+ if (g === null)
3910
+ return /* @__PURE__ */ new Date(NaN);
3911
+ if (S.u(g))
3912
+ return /* @__PURE__ */ new Date();
3913
+ if (g instanceof Date)
3914
+ return new Date(g);
3885
3915
  if (typeof g == "string" && !/Z$/i.test(g)) {
3886
- var v = g.match(S);
3916
+ var v = g.match(M);
3887
3917
  if (v) {
3888
3918
  var $ = v[2] - 1 || 0, U = (v[7] || "0").substring(0, 3);
3889
3919
  return _ ? new Date(Date.UTC(v[1], $, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, U)) : new Date(v[1], $, v[3] || 1, v[4] || 0, v[5] || 0, v[6] || 0, U);
@@ -3895,7 +3925,7 @@ var Cr = { exports: {} };
3895
3925
  var m = this.$d;
3896
3926
  this.$y = m.getFullYear(), this.$M = m.getMonth(), this.$D = m.getDate(), this.$W = m.getDay(), this.$H = m.getHours(), this.$m = m.getMinutes(), this.$s = m.getSeconds(), this.$ms = m.getMilliseconds();
3897
3927
  }, p.$utils = function() {
3898
- return M;
3928
+ return S;
3899
3929
  }, p.isValid = function() {
3900
3930
  return this.$d.toString() !== b;
3901
3931
  }, p.isSame = function(m, y) {
@@ -3906,17 +3936,17 @@ var Cr = { exports: {} };
3906
3936
  }, p.isBefore = function(m, y) {
3907
3937
  return this.endOf(y) < N(m);
3908
3938
  }, p.$g = function(m, y, g) {
3909
- return M.u(m) ? this[y] : this.set(g, m);
3939
+ return S.u(m) ? this[y] : this.set(g, m);
3910
3940
  }, p.unix = function() {
3911
3941
  return Math.floor(this.valueOf() / 1e3);
3912
3942
  }, p.valueOf = function() {
3913
3943
  return this.$d.getTime();
3914
3944
  }, p.startOf = function(m, y) {
3915
- var g = this, _ = !!M.u(y) || y, v = M.p(m), $ = function(fe, Y) {
3916
- var ae = M.w(g.$u ? Date.UTC(g.$y, Y, fe) : new Date(g.$y, Y, fe), g);
3945
+ var g = this, _ = !!S.u(y) || y, v = S.p(m), $ = function(fe, Y) {
3946
+ var ae = S.w(g.$u ? Date.UTC(g.$y, Y, fe) : new Date(g.$y, Y, fe), g);
3917
3947
  return _ ? ae : ae.endOf(u);
3918
3948
  }, U = function(fe, Y) {
3919
- return M.w(g.toDate()[fe].apply(g.toDate("s"), (_ ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Y)), g);
3949
+ return S.w(g.toDate()[fe].apply(g.toDate("s"), (_ ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(Y)), g);
3920
3950
  }, V = this.$W, X = this.$M, Q = this.$D, ce = "set" + (this.$u ? "UTC" : "");
3921
3951
  switch (v) {
3922
3952
  case x:
@@ -3941,38 +3971,44 @@ var Cr = { exports: {} };
3941
3971
  }, p.endOf = function(m) {
3942
3972
  return this.startOf(m, !1);
3943
3973
  }, p.$set = function(m, y) {
3944
- var g, _ = M.p(m), v = "set" + (this.$u ? "UTC" : ""), $ = (g = {}, g[u] = v + "Date", g[w] = v + "Date", g[f] = v + "Month", g[x] = v + "FullYear", g[l] = v + "Hours", g[a] = v + "Minutes", g[o] = v + "Seconds", g[s] = v + "Milliseconds", g)[_], U = _ === u ? this.$D + (y - this.$W) : y;
3974
+ var g, _ = S.p(m), v = "set" + (this.$u ? "UTC" : ""), $ = (g = {}, g[u] = v + "Date", g[w] = v + "Date", g[f] = v + "Month", g[x] = v + "FullYear", g[l] = v + "Hours", g[a] = v + "Minutes", g[o] = v + "Seconds", g[s] = v + "Milliseconds", g)[_], U = _ === u ? this.$D + (y - this.$W) : y;
3945
3975
  if (_ === f || _ === x) {
3946
3976
  var V = this.clone().set(w, 1);
3947
3977
  V.$d[$](U), V.init(), this.$d = V.set(w, Math.min(this.$D, V.daysInMonth())).$d;
3948
- } else $ && this.$d[$](U);
3978
+ } else
3979
+ $ && this.$d[$](U);
3949
3980
  return this.init(), this;
3950
3981
  }, p.set = function(m, y) {
3951
3982
  return this.clone().$set(m, y);
3952
3983
  }, p.get = function(m) {
3953
- return this[M.p(m)]();
3984
+ return this[S.p(m)]();
3954
3985
  }, p.add = function(m, y) {
3955
3986
  var g, _ = this;
3956
3987
  m = Number(m);
3957
- var v = M.p(y), $ = function(X) {
3988
+ var v = S.p(y), $ = function(X) {
3958
3989
  var Q = N(_);
3959
- return M.w(Q.date(Q.date() + Math.round(X * m)), _);
3990
+ return S.w(Q.date(Q.date() + Math.round(X * m)), _);
3960
3991
  };
3961
- if (v === f) return this.set(f, this.$M + m);
3962
- if (v === x) return this.set(x, this.$y + m);
3963
- if (v === u) return $(1);
3964
- if (v === h) return $(7);
3992
+ if (v === f)
3993
+ return this.set(f, this.$M + m);
3994
+ if (v === x)
3995
+ return this.set(x, this.$y + m);
3996
+ if (v === u)
3997
+ return $(1);
3998
+ if (v === h)
3999
+ return $(7);
3965
4000
  var U = (g = {}, g[a] = n, g[l] = i, g[o] = r, g)[v] || 1, V = this.$d.getTime() + m * U;
3966
- return M.w(V, this);
4001
+ return S.w(V, this);
3967
4002
  }, p.subtract = function(m, y) {
3968
4003
  return this.add(-1 * m, y);
3969
4004
  }, p.format = function(m) {
3970
4005
  var y = this, g = this.$locale();
3971
- if (!this.isValid()) return g.invalidDate || b;
3972
- var _ = m || "YYYY-MM-DDTHH:mm:ssZ", v = M.z(this), $ = this.$H, U = this.$m, V = this.$M, X = g.weekdays, Q = g.months, ce = g.meridiem, he = function(Y, ae, d, B) {
4006
+ if (!this.isValid())
4007
+ return g.invalidDate || b;
4008
+ var _ = m || "YYYY-MM-DDTHH:mm:ssZ", v = S.z(this), $ = this.$H, U = this.$m, V = this.$M, X = g.weekdays, Q = g.months, ce = g.meridiem, he = function(Y, ae, d, B) {
3973
4009
  return Y && (Y[ae] || Y(y, _)) || d[ae].slice(0, B);
3974
4010
  }, me = function(Y) {
3975
- return M.s($ % 12 || 12, Y, "0");
4011
+ return S.s($ % 12 || 12, Y, "0");
3976
4012
  }, fe = ce || function(Y, ae, d) {
3977
4013
  var B = Y < 12 ? "AM" : "PM";
3978
4014
  return d ? B.toLowerCase() : B;
@@ -3983,11 +4019,11 @@ var Cr = { exports: {} };
3983
4019
  case "YY":
3984
4020
  return String(y.$y).slice(-2);
3985
4021
  case "YYYY":
3986
- return M.s(y.$y, 4, "0");
4022
+ return S.s(y.$y, 4, "0");
3987
4023
  case "M":
3988
4024
  return V + 1;
3989
4025
  case "MM":
3990
- return M.s(V + 1, 2, "0");
4026
+ return S.s(V + 1, 2, "0");
3991
4027
  case "MMM":
3992
4028
  return he(g.monthsShort, V, Q, 3);
3993
4029
  case "MMMM":
@@ -3995,7 +4031,7 @@ var Cr = { exports: {} };
3995
4031
  case "D":
3996
4032
  return y.$D;
3997
4033
  case "DD":
3998
- return M.s(y.$D, 2, "0");
4034
+ return S.s(y.$D, 2, "0");
3999
4035
  case "d":
4000
4036
  return String(y.$W);
4001
4037
  case "dd":
@@ -4007,7 +4043,7 @@ var Cr = { exports: {} };
4007
4043
  case "H":
4008
4044
  return String($);
4009
4045
  case "HH":
4010
- return M.s($, 2, "0");
4046
+ return S.s($, 2, "0");
4011
4047
  case "h":
4012
4048
  return me(1);
4013
4049
  case "hh":
@@ -4019,13 +4055,13 @@ var Cr = { exports: {} };
4019
4055
  case "m":
4020
4056
  return String(U);
4021
4057
  case "mm":
4022
- return M.s(U, 2, "0");
4058
+ return S.s(U, 2, "0");
4023
4059
  case "s":
4024
4060
  return String(y.$s);
4025
4061
  case "ss":
4026
- return M.s(y.$s, 2, "0");
4062
+ return S.s(y.$s, 2, "0");
4027
4063
  case "SSS":
4028
- return M.s(y.$ms, 3, "0");
4064
+ return S.s(y.$ms, 3, "0");
4029
4065
  case "Z":
4030
4066
  return v;
4031
4067
  }
@@ -4035,8 +4071,8 @@ var Cr = { exports: {} };
4035
4071
  }, p.utcOffset = function() {
4036
4072
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
4037
4073
  }, p.diff = function(m, y, g) {
4038
- var _, v = this, $ = M.p(y), U = N(m), V = (U.utcOffset() - this.utcOffset()) * n, X = this - U, Q = function() {
4039
- return M.m(v, U);
4074
+ var _, v = this, $ = S.p(y), U = N(m), V = (U.utcOffset() - this.utcOffset()) * n, X = this - U, Q = function() {
4075
+ return S.m(v, U);
4040
4076
  };
4041
4077
  switch ($) {
4042
4078
  case x:
@@ -4066,17 +4102,18 @@ var Cr = { exports: {} };
4066
4102
  default:
4067
4103
  _ = X;
4068
4104
  }
4069
- return g ? _ : M.a(_);
4105
+ return g ? _ : S.a(_);
4070
4106
  }, p.daysInMonth = function() {
4071
4107
  return this.endOf(f).$D;
4072
4108
  }, p.$locale = function() {
4073
4109
  return j[this.$L];
4074
4110
  }, p.locale = function(m, y) {
4075
- if (!m) return this.$L;
4111
+ if (!m)
4112
+ return this.$L;
4076
4113
  var g = this.clone(), _ = W(m, y, !0);
4077
4114
  return _ && (g.$L = _), g;
4078
4115
  }, p.clone = function() {
4079
- return M.w(this.$d, this);
4116
+ return S.w(this.$d, this);
4080
4117
  }, p.toDate = function() {
4081
4118
  return new Date(this.valueOf());
4082
4119
  }, p.toJSON = function() {
@@ -4109,11 +4146,11 @@ var Nr = { exports: {} };
4109
4146
  return function(s, o, a) {
4110
4147
  var l = o.prototype;
4111
4148
  a.utc = function(b) {
4112
- var S = { date: b, utc: !0, args: arguments };
4113
- return new o(S);
4149
+ var M = { date: b, utc: !0, args: arguments };
4150
+ return new o(M);
4114
4151
  }, l.utc = function(b) {
4115
- var S = a(this.toDate(), { locale: this.$L, utc: !0 });
4116
- return b ? S.add(this.utcOffset(), r) : S;
4152
+ var M = a(this.toDate(), { locale: this.$L, utc: !0 });
4153
+ return b ? M.add(this.utcOffset(), r) : M;
4117
4154
  }, l.local = function() {
4118
4155
  return a(this.toDate(), { locale: this.$L, utc: !1 });
4119
4156
  };
@@ -4126,31 +4163,37 @@ var Nr = { exports: {} };
4126
4163
  if (this.$u) {
4127
4164
  var b = this.$d;
4128
4165
  this.$y = b.getUTCFullYear(), this.$M = b.getUTCMonth(), this.$D = b.getUTCDate(), this.$W = b.getUTCDay(), this.$H = b.getUTCHours(), this.$m = b.getUTCMinutes(), this.$s = b.getUTCSeconds(), this.$ms = b.getUTCMilliseconds();
4129
- } else h.call(this);
4166
+ } else
4167
+ h.call(this);
4130
4168
  };
4131
4169
  var f = l.utcOffset;
4132
- l.utcOffset = function(b, S) {
4170
+ l.utcOffset = function(b, M) {
4133
4171
  var P = this.$utils().u;
4134
- if (P(b)) return this.$u ? 0 : P(this.$offset) ? f.call(this) : this.$offset;
4172
+ if (P(b))
4173
+ return this.$u ? 0 : P(this.$offset) ? f.call(this) : this.$offset;
4135
4174
  if (typeof b == "string" && (b = function(C) {
4136
4175
  C === void 0 && (C = "");
4137
4176
  var j = C.match(n);
4138
- if (!j) return null;
4177
+ if (!j)
4178
+ return null;
4139
4179
  var G = ("" + j[0]).match(i) || ["-", 0, 0], K = G[0], W = 60 * +G[1] + +G[2];
4140
4180
  return W === 0 ? 0 : K === "+" ? W : -W;
4141
- }(b), b === null)) return this;
4181
+ }(b), b === null))
4182
+ return this;
4142
4183
  var I = Math.abs(b) <= 16 ? 60 * b : b, A = this;
4143
- if (S) return A.$offset = I, A.$u = b === 0, A;
4184
+ if (M)
4185
+ return A.$offset = I, A.$u = b === 0, A;
4144
4186
  if (b !== 0) {
4145
4187
  var D = this.$u ? this.toDate().getTimezoneOffset() : -1 * this.utcOffset();
4146
4188
  (A = this.local().add(I + D, r)).$offset = I, A.$x.$localOffset = D;
4147
- } else A = this.utc();
4189
+ } else
4190
+ A = this.utc();
4148
4191
  return A;
4149
4192
  };
4150
4193
  var c = l.format;
4151
4194
  l.format = function(b) {
4152
- var S = b || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
4153
- return c.call(this, S);
4195
+ var M = b || (this.$u ? "YYYY-MM-DDTHH:mm:ss[Z]" : "");
4196
+ return c.call(this, M);
4154
4197
  }, l.valueOf = function() {
4155
4198
  var b = this.$utils().u(this.$offset) ? 0 : this.$offset + (this.$x.$localOffset || this.$d.getTimezoneOffset());
4156
4199
  return this.$d.valueOf() - 6e4 * b;
@@ -4166,10 +4209,11 @@ var Nr = { exports: {} };
4166
4209
  return b === "s" && this.$offset ? a(this.format("YYYY-MM-DD HH:mm:ss:SSS")).toDate() : x.call(this);
4167
4210
  };
4168
4211
  var w = l.diff;
4169
- l.diff = function(b, S, P) {
4170
- if (b && this.$u === b.$u) return w.call(this, b, S, P);
4212
+ l.diff = function(b, M, P) {
4213
+ if (b && this.$u === b.$u)
4214
+ return w.call(this, b, M, P);
4171
4215
  var I = this.local(), A = a(b).local();
4172
- return w.call(I, A, S, P);
4216
+ return w.call(I, A, M, P);
4173
4217
  };
4174
4218
  };
4175
4219
  });
@@ -4284,7 +4328,7 @@ function Kt(e) {
4284
4328
  ), h, f, c, x, w = (
4285
4329
  /*$_*/
4286
4330
  e[14]("generalMin") + ""
4287
- ), b, S, P = (
4331
+ ), b, M, P = (
4288
4332
  /*formatter*/
4289
4333
  e[15].format(
4290
4334
  /*payMeth*/
@@ -4296,7 +4340,7 @@ function Kt(e) {
4296
4340
  ), C, j, G, K = (
4297
4341
  /*$_*/
4298
4342
  e[14]("generalMax") + ""
4299
- ), W, N, M = (
4343
+ ), W, N, S = (
4300
4344
  /*formatter*/
4301
4345
  e[15].format(
4302
4346
  /*payMeth*/
@@ -4317,7 +4361,7 @@ function Kt(e) {
4317
4361
  }
4318
4362
  return {
4319
4363
  c() {
4320
- t = F("div"), r = F("div"), n = F("img"), o = te(), a = F("div"), l = F("span"), h = ee(u), f = te(), c = F("div"), x = F("span"), b = ee(w), S = te(), I = ee(P), A = te(), C = ee(D), j = te(), G = F("span"), W = ee(K), N = te(), re = ee(M), pe = te(), p = ee(E), Ot(n.src, i = /*payMeth*/
4364
+ t = F("div"), r = F("div"), n = F("img"), o = te(), a = F("div"), l = F("span"), h = ee(u), f = te(), c = F("div"), x = F("span"), b = ee(w), M = te(), I = ee(P), A = te(), C = ee(D), j = te(), G = F("span"), W = ee(K), N = te(), re = ee(S), pe = te(), p = ee(E), Ot(n.src, i = /*payMeth*/
4321
4365
  e[48].LogoUrl) || k(n, "src", i), k(n, "alt", s = /*payMeth*/
4322
4366
  e[48].Label), k(r, "class", "MethodLogo"), k(a, "class", "MethodTitle"), k(x, "class", "Limits"), k(G, "class", "Limits"), k(c, "class", "MethodLimits"), k(t, "class", "SelectorWrapper"), ze(
4323
4367
  t,
@@ -4328,7 +4372,7 @@ function Kt(e) {
4328
4372
  );
4329
4373
  },
4330
4374
  m(_, v) {
4331
- le(_, t, v), T(t, r), T(r, n), T(t, o), T(t, a), T(a, l), T(l, h), T(t, f), T(t, c), T(c, x), T(x, b), T(x, S), T(x, I), T(x, A), T(x, C), T(c, j), T(c, G), T(G, W), T(G, N), T(G, re), T(G, pe), T(G, p), m || (y = [
4375
+ le(_, t, v), T(t, r), T(r, n), T(t, o), T(t, a), T(a, l), T(l, h), T(t, f), T(t, c), T(c, x), T(x, b), T(x, M), T(x, I), T(x, A), T(x, C), T(c, j), T(c, G), T(G, W), T(G, N), T(G, re), T(G, pe), T(G, p), m || (y = [
4332
4376
  ut(t, "click", g),
4333
4377
  ut(t, "keyup", ls)
4334
4378
  ], m = !0);
@@ -4353,11 +4397,11 @@ function Kt(e) {
4353
4397
  e[48].DisplayCurrency.Name + "") && ie(C, D), v[0] & /*$_*/
4354
4398
  16384 && K !== (K = /*$_*/
4355
4399
  e[14]("generalMax") + "") && ie(W, K), v[0] & /*paymentMethodsToShow*/
4356
- 256 && M !== (M = /*formatter*/
4400
+ 256 && S !== (S = /*formatter*/
4357
4401
  e[15].format(
4358
4402
  /*payMeth*/
4359
4403
  e[48].DisplayCurrency.MaxAmountLimit
4360
- ) + "") && ie(re, M), v[0] & /*paymentMethodsToShow*/
4404
+ ) + "") && ie(re, S), v[0] & /*paymentMethodsToShow*/
4361
4405
  256 && E !== (E = /*payMeth*/
4362
4406
  e[48].DisplayCurrency.Name + "") && ie(p, E), v[0] & /*selectedPaymentMethod, paymentMethodsToShow*/
4363
4407
  320 && ze(
@@ -4559,7 +4603,7 @@ const ls = () => {
4559
4603
  function hs(e, t, r) {
4560
4604
  let n;
4561
4605
  jr(e, rs, (d) => r(14, n = d)), Zt.extend(os);
4562
- let { lang: i = "en" } = t, { local: s = "en-US" } = t, { endpoint: o } = t, { session: a } = t, { customerid: l } = t, { assetsurl: u } = t, { currency: h } = t, { numberofmethodsshown: f } = t, { translationurl: c = "" } = t, { clientstyling: x = "" } = t, { clientstylingurl: w = "" } = t, { ismobileview: b } = t, S = [], P, I, A = "", D = [], C = !0, j = new Intl.NumberFormat(s, { minimumFractionDigits: 2 }), G = "", K, W = !0, N = !1, M = !1;
4606
+ let { lang: i = "en" } = t, { local: s = "en-US" } = t, { endpoint: o } = t, { session: a } = t, { customerid: l } = t, { assetsurl: u } = t, { currency: h } = t, { numberofmethodsshown: f } = t, { translationurl: c = "" } = t, { clientstyling: x = "" } = t, { clientstylingurl: w = "" } = t, { ismobileview: b } = t, M = [], P, I, A = "", D = [], C = !0, j = new Intl.NumberFormat(s, { minimumFractionDigits: 2 }), G = "", K, W = !0, N = !1, S = !1;
4563
4607
  var re;
4564
4608
  (function(d) {
4565
4609
  d.PlayerSessionIsNotValid = "PlayerSessionIsNotValid", d.Success = "Success", d.JwtTokenError = "JwtTokenError";
@@ -4603,16 +4647,16 @@ function hs(e, t, r) {
4603
4647
  K = z.ResponseCode, _();
4604
4648
  return;
4605
4649
  }
4606
- S = (ye = z.PaymentMethods) != null && ye.Ordering ? m(z) : y(z), r(7, A = f && +f > 0 && S.length > +f ? n("showAll") : ""), r(8, D = A ? S.slice(0, +f) : S), window.postMessage(
4650
+ M = (ye = z.PaymentMethods) != null && ye.Ordering ? m(z) : y(z), r(7, A = f && +f > 0 && M.length > +f ? n("showAll") : ""), r(8, D = A ? M.slice(0, +f) : M), window.postMessage(
4607
4651
  {
4608
4652
  type: "StartSessionCountdown",
4609
- paymentMethodName: S[0].Name,
4653
+ paymentMethodName: M[0].Name,
4610
4654
  xPaymentSessionToken: z.XPaymentSessionToken
4611
4655
  },
4612
4656
  window.location.href
4613
- );
4657
+ ), window.postMessage({ type: "DataLoading", isDataLoaded: !1 });
4614
4658
  }).finally(() => {
4615
- r(12, N = !1), r(13, M = !D.length);
4659
+ r(12, N = !1), window.postMessage({ type: "DataLoading", isDataLoaded: !0 }), r(13, S = !D.length);
4616
4660
  });
4617
4661
  }, m = (d) => {
4618
4662
  const B = [];
@@ -4648,11 +4692,11 @@ function hs(e, t, r) {
4648
4692
  }, v = () => {
4649
4693
  r(11, W = b === "false");
4650
4694
  }, $ = () => {
4651
- D == S ? V() : U();
4695
+ D == M ? V() : U();
4652
4696
  }, U = () => {
4653
- r(8, D = S), r(7, A = n("showLess"));
4697
+ r(8, D = M), r(7, A = n("showLess"));
4654
4698
  }, V = () => {
4655
- r(8, D = S.slice(0, +f)), I && !D.find((d) => d.Name === I) && D.splice(0, 0, S.find((d) => d.Name === I)), r(7, A = n("showAll"));
4699
+ r(8, D = M.slice(0, +f)), I && !D.find((d) => d.Name === I) && D.splice(0, 0, M.find((d) => d.Name === I)), r(7, A = n("showAll"));
4656
4700
  }, X = () => {
4657
4701
  r(9, C = !0);
4658
4702
  }, Q = (d) => {
@@ -4717,7 +4761,7 @@ function hs(e, t, r) {
4717
4761
  G,
4718
4762
  W,
4719
4763
  N,
4720
- M,
4764
+ S,
4721
4765
  n,
4722
4766
  j,
4723
4767
  g,