@everymatrix/cashier-method-details 1.94.82 → 1.94.83

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.
Files changed (19) hide show
  1. package/components/{CashierError-DVVdcrmJ.cjs → CashierError-B9IqrG7y.cjs} +1 -1
  2. package/components/{CashierError-D3tJi57X.js → CashierError-C0qToJXv.js} +1 -1
  3. package/components/{CashierError-DGqwDuzM.js → CashierError-DAfQfmNv.js} +1 -1
  4. package/components/{CashierMethodDetails-DMPnOwHp.js → CashierMethodDetails-C-rrqSjN.js} +60 -57
  5. package/components/{CashierMethodDetails-BHGzp78J.cjs → CashierMethodDetails-CnpPQJhW.cjs} +9 -9
  6. package/components/{CashierMethodDetails-BKamntt_.js → CashierMethodDetails-DZzcdd0H.js} +293 -290
  7. package/components/{CashierModal-CWydzKpQ.js → CashierModal-Cfacx95f.js} +1 -1
  8. package/components/{CashierModal-DtV_zxUH.js → CashierModal-DPiFdxlC.js} +1 -1
  9. package/components/{CashierModal-De3tEQzD.cjs → CashierModal-zJRxXady.cjs} +1 -1
  10. package/components/{CashierNotifications-DR1wJERE.js → CashierNotifications-D8hfjyrF.js} +1 -1
  11. package/components/{CashierNotifications-BUcysALX.cjs → CashierNotifications-JuKgfFoH.cjs} +1 -1
  12. package/components/{CashierNotifications-COZy_pV-.js → CashierNotifications-schYprzM.js} +1 -1
  13. package/components/{CashierReceiptPage-BF01-yne.js → CashierReceiptPage-B7EvGnyQ.js} +1 -1
  14. package/components/{CashierReceiptPage-CbB8tya-.js → CashierReceiptPage-BIK3Qkff.js} +1 -1
  15. package/components/{CashierReceiptPage-D7_FfApe.cjs → CashierReceiptPage-CRmfCgNi.cjs} +1 -1
  16. package/es2015/cashier-method-details.cjs +1 -1
  17. package/es2015/cashier-method-details.js +1 -1
  18. package/esnext/cashier-method-details.js +1 -1
  19. package/package.json +1 -1
@@ -304,7 +304,7 @@ function ac(t, n) {
304
304
  const e = t.$$.callbacks[n.type];
305
305
  e && e.slice().forEach((r) => r.call(this, n));
306
306
  }
307
- const Nn = [], Qt = [];
307
+ const Nn = [], $t = [];
308
308
  let On = [];
309
309
  const Na = [], ms = /* @__PURE__ */ Promise.resolve();
310
310
  let Ri = !1;
@@ -332,8 +332,8 @@ function Ne() {
332
332
  } catch (n) {
333
333
  throw Nn.length = 0, Pn = 0, n;
334
334
  }
335
- for (ar(null), Nn.length = 0, Pn = 0; Qt.length; )
336
- Qt.pop()();
335
+ for (ar(null), Nn.length = 0, Pn = 0; $t.length; )
336
+ $t.pop()();
337
337
  for (let n = 0; n < On.length; n += 1) {
338
338
  const e = On[n];
339
339
  Si.has(e) || (Si.add(e), e());
@@ -4786,7 +4786,7 @@ function qi(t, n, e) {
4786
4786
  (a || !(r in n)) && (a || (a = Array.prototype.slice.call(n, 0, r)), a[r] = n[r]);
4787
4787
  return t.concat(a || n);
4788
4788
  }
4789
- function $t(t) {
4789
+ function en(t) {
4790
4790
  return typeof t == "function";
4791
4791
  }
4792
4792
  function Ks(t) {
@@ -4839,7 +4839,7 @@ var fi = function() {
4839
4839
  else
4840
4840
  o.remove(this);
4841
4841
  var f = this.initialTeardown;
4842
- if ($t(f))
4842
+ if (en(f))
4843
4843
  try {
4844
4844
  f();
4845
4845
  } catch (m) {
@@ -4902,10 +4902,10 @@ var fi = function() {
4902
4902
  }(), t;
4903
4903
  }(), Xs = fi.EMPTY;
4904
4904
  function qs(t) {
4905
- return t instanceof fi || t && "closed" in t && $t(t.remove) && $t(t.add) && $t(t.unsubscribe);
4905
+ return t instanceof fi || t && "closed" in t && en(t.remove) && en(t.add) && en(t.unsubscribe);
4906
4906
  }
4907
4907
  function qa(t) {
4908
- $t(t) ? t() : t.unsubscribe();
4908
+ en(t) ? t() : t.unsubscribe();
4909
4909
  }
4910
4910
  var hf = {
4911
4911
  Promise: void 0
@@ -4996,7 +4996,7 @@ var Zs = function(t) {
4996
4996
  gr(n, t);
4997
4997
  function n(e, r, i) {
4998
4998
  var a = t.call(this) || this, o;
4999
- return $t(e) || !e ? o = {
4999
+ return en(e) || !e ? o = {
5000
5000
  next: e ?? void 0,
5001
5001
  error: r ?? void 0,
5002
5002
  complete: i ?? void 0
@@ -5093,7 +5093,7 @@ function $a(t) {
5093
5093
  return (n = t ?? hf.Promise) !== null && n !== void 0 ? n : Promise;
5094
5094
  }
5095
5095
  function _f(t) {
5096
- return t && $t(t.next) && $t(t.error) && $t(t.complete);
5096
+ return t && en(t.next) && en(t.error) && en(t.complete);
5097
5097
  }
5098
5098
  function Sf(t) {
5099
5099
  return t && t instanceof Zs || _f(t) && qs(t);
@@ -5560,7 +5560,7 @@ const $i = (t) => !!(t.toLowerCase().match(/android/i) || t.toLowerCase().match(
5560
5560
  return console.warn("Failed to stringify:", r), null;
5561
5561
  }
5562
5562
  }, Vr = String(Number.MAX_SAFE_INTEGER).length;
5563
- var pt = /* @__PURE__ */ ((t) => (t.Deposit = "Deposit", t.Withdraw = "Withdraw", t))(pt || {}), at = /* @__PURE__ */ ((t) => (t.PlayerSessionIsNotValid = "PlayerSessionIsNotValid", t.Success = "Success", t.JwtTokenError = "JwtTokenError", t.Maintenance = "Maintenance", t))(at || {}), un = /* @__PURE__ */ ((t) => (t.Default = "Default", t.Redirect = "Redirect", t.RedirectWithRetry = "RedirectWithRetry", t))(un || {}), ae = /* @__PURE__ */ ((t) => (t.Unknown = "Unknown", t.Text = "Text", t.Boolean = "Boolean", t.Number = "Number", t.Money = "Money", t.DateTime = "DateTime", t.Lookup = "Lookup", t.IpAddress = "IpAddress", t.Date = "Date", t.Time = "Time", t.LookupCollection = "LookupCollection", t.Hidden = "Hidden", t.Label = "Label", t.Password = "Password", t.Link = "Link", t.Image = "Image", t.Html = "Html", t.QRCode = "QR", t.Type = "Type", t))(ae || {}), Bn = /* @__PURE__ */ ((t) => (t.MaxValue = "MaxValue", t.MinValue = "MinValue", t.DefaultValue = "DefaultValue", t.Placeholder = "Placeholder", t.Format = "Format", t))(Bn || {}), He = /* @__PURE__ */ ((t) => (t.true = "true", t.false = "false", t))(He || {}), ea = /* @__PURE__ */ ((t) => (t.Fiat = "Fiat", t.CryptoCurrency = "CryptoCurrency", t))(ea || {}), en = /* @__PURE__ */ ((t) => (t.money = "money", t.vaults = "vaults", t))(en || {});
5563
+ var pt = /* @__PURE__ */ ((t) => (t.Deposit = "Deposit", t.Withdraw = "Withdraw", t))(pt || {}), at = /* @__PURE__ */ ((t) => (t.PlayerSessionIsNotValid = "PlayerSessionIsNotValid", t.Success = "Success", t.JwtTokenError = "JwtTokenError", t.Maintenance = "Maintenance", t))(at || {}), un = /* @__PURE__ */ ((t) => (t.Default = "Default", t.Redirect = "Redirect", t.RedirectWithRetry = "RedirectWithRetry", t))(un || {}), ae = /* @__PURE__ */ ((t) => (t.Unknown = "Unknown", t.Text = "Text", t.Boolean = "Boolean", t.Number = "Number", t.Money = "Money", t.DateTime = "DateTime", t.Lookup = "Lookup", t.IpAddress = "IpAddress", t.Date = "Date", t.Time = "Time", t.LookupCollection = "LookupCollection", t.Hidden = "Hidden", t.Label = "Label", t.Password = "Password", t.Link = "Link", t.Image = "Image", t.Html = "Html", t.QRCode = "QR", t.Type = "Type", t))(ae || {}), Bn = /* @__PURE__ */ ((t) => (t.MaxValue = "MaxValue", t.MinValue = "MinValue", t.DefaultValue = "DefaultValue", t.Placeholder = "Placeholder", t.Format = "Format", t))(Bn || {}), He = /* @__PURE__ */ ((t) => (t.true = "true", t.false = "false", t))(He || {}), ea = /* @__PURE__ */ ((t) => (t.Fiat = "Fiat", t.CryptoCurrency = "CryptoCurrency", t))(ea || {}), tn = /* @__PURE__ */ ((t) => (t.money = "money", t.vaults = "vaults", t))(tn || {});
5564
5564
  const ro = /* @__PURE__ */ new Map();
5565
5565
  function Pf(t) {
5566
5566
  return /[0-9]/.test(t);
@@ -5746,7 +5746,7 @@ if (typeof window < "u") {
5746
5746
  }
5747
5747
  };
5748
5748
  };
5749
- customElements.define = t(customElements.define), import("./CashierNotifications-DR1wJERE.js").then(({ default: n }) => {
5749
+ customElements.define = t(customElements.define), import("./CashierNotifications-D8hfjyrF.js").then(({ default: n }) => {
5750
5750
  !customElements.get("cashier-notifications") && customElements.define("cashier-notifications", n.element);
5751
5751
  });
5752
5752
  }
@@ -5762,7 +5762,7 @@ if (typeof window < "u") {
5762
5762
  }
5763
5763
  };
5764
5764
  };
5765
- customElements.define = t(customElements.define), import("./CashierError-DGqwDuzM.js").then(({ default: n }) => {
5765
+ customElements.define = t(customElements.define), import("./CashierError-DAfQfmNv.js").then(({ default: n }) => {
5766
5766
  !customElements.get("cashier-error") && customElements.define("cashier-error", n.element);
5767
5767
  });
5768
5768
  }
@@ -5778,7 +5778,7 @@ if (typeof window < "u") {
5778
5778
  }
5779
5779
  };
5780
5780
  };
5781
- customElements.define = t(customElements.define), import("./CashierReceiptPage-BF01-yne.js").then(({ default: n }) => {
5781
+ customElements.define = t(customElements.define), import("./CashierReceiptPage-B7EvGnyQ.js").then(({ default: n }) => {
5782
5782
  !customElements.get("cashier-receipt-page") && customElements.define("cashier-receipt-page", n.element);
5783
5783
  });
5784
5784
  }
@@ -5794,7 +5794,7 @@ if (typeof window < "u") {
5794
5794
  }
5795
5795
  };
5796
5796
  };
5797
- customElements.define = t(customElements.define), import("./CashierModal-DtV_zxUH.js").then(({ default: n }) => {
5797
+ customElements.define = t(customElements.define), import("./CashierModal-DPiFdxlC.js").then(({ default: n }) => {
5798
5798
  !customElements.get("cashier-modal") && customElements.define("cashier-modal", n.element);
5799
5799
  });
5800
5800
  }
@@ -6925,8 +6925,8 @@ function Ff(t, n) {
6925
6925
  var Tt = et();
6926
6926
  if (Tt === void 0)
6927
6927
  return;
6928
- var Lt = window.document.body.offsetWidth, mn = Math.max(0, Lt / 2 - E / 2), Gt = ".flatpickr-calendar.centerMost:before", zt = ".flatpickr-calendar.centerMost:after", Jt = Tt.cssRules.length, tn = "{left:" + $.left + "px;right:auto;}";
6929
- _t(e.calendarContainer, "rightMost", !1), _t(e.calendarContainer, "centerMost", !0), Tt.insertRule(Gt + "," + zt + tn, Jt), e.calendarContainer.style.left = mn + "px", e.calendarContainer.style.right = "auto";
6928
+ var Lt = window.document.body.offsetWidth, mn = Math.max(0, Lt / 2 - E / 2), Gt = ".flatpickr-calendar.centerMost:before", zt = ".flatpickr-calendar.centerMost:after", Jt = Tt.cssRules.length, nn = "{left:" + $.left + "px;right:auto;}";
6929
+ _t(e.calendarContainer, "rightMost", !1), _t(e.calendarContainer, "centerMost", !0), Tt.insertRule(Gt + "," + zt + nn, Jt), e.calendarContainer.style.left = mn + "px", e.calendarContainer.style.right = "auto";
6930
6930
  }
6931
6931
  }
6932
6932
  }
@@ -9889,7 +9889,7 @@ var na = { exports: {} };
9889
9889
  time_24hr: !0
9890
9890
  };
9891
9891
  zt.l10ns.si = Jt, zt.l10ns;
9892
- var tn = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
9892
+ var nn = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
9893
9893
  l10ns: {}
9894
9894
  }, Xe = {
9895
9895
  weekdays: {
@@ -9941,7 +9941,7 @@ var na = { exports: {} };
9941
9941
  return ".";
9942
9942
  }
9943
9943
  };
9944
- tn.l10ns.sk = Xe, tn.l10ns;
9944
+ nn.l10ns.sk = Xe, nn.l10ns;
9945
9945
  var nt = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
9946
9946
  l10ns: {}
9947
9947
  }, Dn = {
@@ -10267,7 +10267,7 @@ var na = { exports: {} };
10267
10267
  time_24hr: !0
10268
10268
  };
10269
10269
  Bt.l10ns.tr = bt, Bt.l10ns;
10270
- var nn = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
10270
+ var rn = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
10271
10271
  l10ns: {}
10272
10272
  }, Vt = {
10273
10273
  firstDayOfWeek: 1,
@@ -10315,7 +10315,7 @@ var na = { exports: {} };
10315
10315
  },
10316
10316
  time_24hr: !0
10317
10317
  };
10318
- nn.l10ns.uk = Vt, nn.l10ns;
10318
+ rn.l10ns.uk = Vt, rn.l10ns;
10319
10319
  var Xt = typeof window < "u" && window.flatpickr !== void 0 ? window.flatpickr : {
10320
10320
  l10ns: {}
10321
10321
  }, Cn = {
@@ -11478,7 +11478,7 @@ function qf(t) {
11478
11478
  function Zf(t) {
11479
11479
  let n, e = ee(
11480
11480
  /*selectedTab*/
11481
- t[21] === en.vaults ? "generalVaults" : "generalMoney"
11481
+ t[21] === tn.vaults ? "generalVaults" : "generalMoney"
11482
11482
  ) + "", r, i, a, o, s, u = ee(
11483
11483
  /*type*/
11484
11484
  t[9] === pt.Withdraw ? "generalWithdraw" : "generalDeposit"
@@ -11494,7 +11494,7 @@ function Zf(t) {
11494
11494
  g[0] & /*selectedTab*/
11495
11495
  2097152 && e !== (e = ee(
11496
11496
  /*selectedTab*/
11497
- f[21] === en.vaults ? "generalVaults" : "generalMoney"
11497
+ f[21] === tn.vaults ? "generalVaults" : "generalMoney"
11498
11498
  ) + "") && Ze(r, e), g[0] & /*type*/
11499
11499
  512 && u !== (u = ee(
11500
11500
  /*type*/
@@ -14629,7 +14629,7 @@ function Qo(t) {
14629
14629
  function $o(t) {
14630
14630
  let n = ee(
14631
14631
  /*selectedTab*/
14632
- t[21] === en.vaults ? "withdrawVaults" : "withdrawMoney"
14632
+ t[21] === tn.vaults ? "withdrawVaults" : "withdrawMoney"
14633
14633
  ) + "", e;
14634
14634
  return {
14635
14635
  c() {
@@ -14642,7 +14642,7 @@ function $o(t) {
14642
14642
  i[0] & /*selectedTab*/
14643
14643
  2097152 && n !== (n = ee(
14644
14644
  /*selectedTab*/
14645
- r[21] === en.vaults ? "withdrawVaults" : "withdrawMoney"
14645
+ r[21] === tn.vaults ? "withdrawVaults" : "withdrawMoney"
14646
14646
  ) + "") && Ze(e, n);
14647
14647
  },
14648
14648
  d(r) {
@@ -14653,7 +14653,7 @@ function $o(t) {
14653
14653
  function es(t) {
14654
14654
  let n = ee(
14655
14655
  /*selectedTab*/
14656
- t[21] === en.vaults ? "depositVaults" : "depositMoney"
14656
+ t[21] === tn.vaults ? "depositVaults" : "depositMoney"
14657
14657
  ) + "", e;
14658
14658
  return {
14659
14659
  c() {
@@ -14666,7 +14666,7 @@ function es(t) {
14666
14666
  i[0] & /*selectedTab*/
14667
14667
  2097152 && n !== (n = ee(
14668
14668
  /*selectedTab*/
14669
- r[21] === en.vaults ? "depositVaults" : "depositMoney"
14669
+ r[21] === tn.vaults ? "depositVaults" : "depositMoney"
14670
14670
  ) + "") && Ze(e, n);
14671
14671
  },
14672
14672
  d(r) {
@@ -14861,11 +14861,11 @@ function Oh(t, n, e) {
14861
14861
  let r;
14862
14862
  Gu(t, tr, (l) => e(211, r = l)), jt.extend(ol);
14863
14863
  const i = [9, 7, 3, 1, 9, 7, 3], a = ["KYC required"];
14864
- let { endpoint: o } = n, { paymentsession: s } = n, { playersession: u } = n, { lang: c = "en" } = n, { local: f = "en-US" } = n, { translationurl: g } = n, { customerid: v } = n, { currency: D } = n, { currencytype: P } = n, { amount: m } = n, { assetsurl: k } = n, { type: w = pt.Deposit } = n, { selectedpaymentmethodname: _ } = n, { showverifications: x = He.true } = n, { currencydecimals: Y = "0" } = n, { mbsource: ve } = n, { clientstyling: he } = n, { clientstylingurl: re } = n, { customsucceessbuttons: le = "" } = n, { custompendingbuttons: Se = "" } = n, { customfailedbuttons: ue = "" } = n, { skipconfirmation: oe = "" } = n, { currencysymbol: we = "" } = n, { currencyposition: Ae = "" } = n, { accountvalidation: z = "" } = n, { useevents: R = He.false } = n, { showvaults: B = He.false } = n, { selectedTab: G = en.money } = n, { p2p: H = He.false } = n, { bonusescheckbox: K = He.true } = n, { userroles: X = "" } = n, { withdrawconfirm: be = He.true } = n, { customverification: ce = He.false } = n, ye = "", Pe = {}, ke = {}, Me = /* @__PURE__ */ new Set(), Ge, Be, De, pe = [], me, Ce = !1, Ke, Je = null, Te = "", V = {}, Q = [], J = {}, q = {}, et, Mt = !1, wt, Ve, tt, Ue, Qe, L, ie, mt, Nt = [], Dt = [], Wt = !1, dn, gt = "", de = {}, je = {}, Ye, ut, dt, Et = !1, ft = new AbortController(), fn, hn, d = [!1], h = "", b = !1, E = window.navigator.userAgent, F, U, fe = [], $ = !1, se = [], j = [!0, !1], ne = "", Oe = !0, ct = !1, it = "Unset", Ft = [], ht = "none", pn = "", Tt = !1, Lt = !1, mn = {}, Gt = !1, zt = !1, Jt = !1, tn = !1, Xe, nt, Dn = !1, Gn = [];
14864
+ let { endpoint: o } = n, { paymentsession: s } = n, { playersession: u } = n, { lang: c = "en" } = n, { local: f = "en-US" } = n, { translationurl: g } = n, { customerid: v } = n, { currency: D } = n, { currencytype: P } = n, { amount: m } = n, { assetsurl: k } = n, { type: w = pt.Deposit } = n, { selectedpaymentmethodname: _ } = n, { showverifications: x = He.true } = n, { currencydecimals: Y = "0" } = n, { mbsource: ve } = n, { clientstyling: he } = n, { clientstylingurl: re } = n, { customsucceessbuttons: le = "" } = n, { custompendingbuttons: Se = "" } = n, { customfailedbuttons: ue = "" } = n, { skipconfirmation: oe = "" } = n, { currencysymbol: we = "" } = n, { currencyposition: Ae = "" } = n, { accountvalidation: z = "" } = n, { useevents: R = He.false } = n, { showvaults: B = He.false } = n, { selectedTab: G = tn.money } = n, { p2p: H = He.false } = n, { bonusescheckbox: K = He.true } = n, { userroles: X = "" } = n, { withdrawconfirm: be = He.true } = n, { customverification: ce = He.false } = n, ye = "", Pe = {}, ke = {}, Me = /* @__PURE__ */ new Set(), Ge, Be, De, pe = [], me, Ce = !1, Ke, Je = null, Te = "", V = {}, Q = [], J = {}, q = {}, et, Mt = !1, wt, Ve, tt, Ue, Qe, L, ie, mt, Nt = [], Dt = [], Wt = !1, dn, gt = "", de = {}, je = {}, Ye, ut, dt, Et = !1, ft = new AbortController(), fn, hn, d = [!1], h = "", b = !1, E = window.navigator.userAgent, F, U, fe = [], $ = !1, se = [], j = [!0, !1], ne = "", Oe = !0, ct = !1, it = "Unset", Ft = [], ht = "none", pn = "", Tt = !1, Lt = !1, mn = {}, Gt = !1, zt = !1, Jt = !1, nn = !1, Xe, nt, Dn = !1, Gn = [];
14865
14865
  const Kt = () => {
14866
14866
  Dt.length && Dt.forEach((l) => {
14867
14867
  l && ot(l).destroy();
14868
- }), e(119, Ir = !1), e(47, Mt = !1), e(49, Qe = !1), e(31, Dt = []), e(117, Q = []), Dn = !1, vn = !1, J = {}, e(46, q = {}), e(53, de = {}), e(33, je = {}), e(30, Nt = []), e(27, V = null), e(116, ke = {}), e(55, ut = ""), e(57, Et = !0), e(48, tt = !1), e(50, ie = null), e(64, $ = !1), e(62, b = !1), rn = !1, ht = "none", e(78, yn = !1), e(77, Xn = void 0), e(76, Kn = void 0), Qn = "", e(36, Xe = ""), e(37, nt = ""), e(80, on = !1), e(65, se = []), fe = [], e(70, Gt = !1), e(71, zt = !1), e(72, Jt = !1), typeof me == "function" && me(), e(34, j = j.map((l, S) => S == 0)), wn(), It();
14868
+ }), e(119, Ir = !1), e(47, Mt = !1), e(49, Qe = !1), e(31, Dt = []), e(117, Q = []), Dn = !1, vn = !1, J = {}, e(46, q = {}), e(53, de = {}), e(33, je = {}), e(30, Nt = []), e(27, V = null), e(116, ke = {}), e(55, ut = ""), e(57, Et = !0), e(48, tt = !1), e(50, ie = null), e(64, $ = !1), e(62, b = !1), Zt = !1, ht = "none", e(78, yn = !1), e(77, Xn = void 0), e(76, Kn = void 0), Qn = "", e(36, Xe = ""), e(37, nt = ""), e(80, on = !1), e(65, se = []), fe = [], e(70, Gt = !1), e(71, zt = !1), e(72, Jt = !1), typeof me == "function" && me(), e(34, j = j.map((l, S) => S == 0)), wn(), It();
14869
14869
  }, br = () => {
14870
14870
  of(c);
14871
14871
  }, yr = () => {
@@ -14892,7 +14892,7 @@ function Oh(t, n, e) {
14892
14892
  }, gn = (l) => {
14893
14893
  ft?.signal?.aborted && _ === l.detail.Name && Kt();
14894
14894
  };
14895
- let bn = "", Bt = !1, bt = null, nn = "", Vt = "", Xt = "", Cn = !0;
14895
+ let bn = "", Bt = !1, bt = null, rn = "", Vt = "", Xt = "", Cn = !0;
14896
14896
  const kr = async () => {
14897
14897
  e(38, Bt = !0);
14898
14898
  const l = getComputedStyle(et ?? document.documentElement).getPropertyValue("--emw--color-typography").trim() || "#fff", S = getComputedStyle(et ?? document.documentElement).getPropertyValue("--emw--color-input-bg").trim() || "rgba(255, 255, 255, 0.05)", C = {
@@ -14935,12 +14935,12 @@ function Oh(t, n, e) {
14935
14935
  }), bt.on("error", (W) => {
14936
14936
  e(38, Bt = !1);
14937
14937
  }), bt.fields["card-number"].on("status", (W, _e) => {
14938
- _e.empty || (e(70, Gt = !_e.valid), tn = !0), e(73, nn = _e.type), e(56, dt = Zt(gt, je));
14938
+ _e.empty || (e(70, Gt = !_e.valid), nn = !0), e(73, rn = _e.type), e(56, dt = Qt(gt, je));
14939
14939
  }), bt.fields["card-security-code"].on("status", (W, _e) => {
14940
- _e.empty || e(72, Jt = !_e.valid), e(56, dt = Zt(gt, je));
14940
+ _e.empty || e(72, Jt = !_e.valid), e(56, dt = Qt(gt, je));
14941
14941
  });
14942
14942
  }, _r = () => {
14943
- if (tn)
14943
+ if (nn)
14944
14944
  return Vt.length > 0 ? (e(71, zt = !1), !0) : (e(71, zt = !0), !1);
14945
14945
  }, Sr = async () => {
14946
14946
  if (!bn) {
@@ -14976,7 +14976,7 @@ function Oh(t, n, e) {
14976
14976
  );
14977
14977
  });
14978
14978
  }, Jn = () => {
14979
- Qn = "", e(80, on = !1), tn = !1, e(39, Vt = ""), e(73, nn = ""), e(74, Xt = ""), bt && bt.clear();
14979
+ Qn = "", e(80, on = !1), nn = !1, e(39, Vt = ""), e(73, rn = ""), e(74, Xt = ""), bt && bt.clear();
14980
14980
  }, hi = () => {
14981
14981
  const l = {
14982
14982
  [ae.Time]: {
@@ -15228,7 +15228,7 @@ function Oh(t, n, e) {
15228
15228
  break;
15229
15229
  case 403:
15230
15230
  try {
15231
- I.Context.ResponseCode == 14012 && (window.dispatchEvent(new CustomEvent("modal-update", { detail: { type: "2fa", templateId: "" } })), ht = "newAccount", rn = !0, setTimeout(
15231
+ I.Context.ResponseCode == 14012 && (window.dispatchEvent(new CustomEvent("modal-update", { detail: { type: "2fa", templateId: "" } })), ht = "newAccount", Zt = !0, setTimeout(
15232
15232
  () => {
15233
15233
  window.dispatchEvent(new CustomEvent(
15234
15234
  "stepUpAuthRequired",
@@ -15348,7 +15348,7 @@ function Oh(t, n, e) {
15348
15348
  case 403:
15349
15349
  try {
15350
15350
  if (I.responseCode == "TwoFactorAuthRequired")
15351
- window.dispatchEvent(new CustomEvent("modal-update", { detail: { type: "2fa", templateId: "" } })), ht = "newPayment", rn = !0, setTimeout(
15351
+ window.dispatchEvent(new CustomEvent("modal-update", { detail: { type: "2fa", templateId: "" } })), ht = "newPayment", Zt = !0, setTimeout(
15352
15352
  () => {
15353
15353
  window.dispatchEvent(new CustomEvent(
15354
15354
  "stepUpAuthRequired",
@@ -15557,6 +15557,9 @@ function Oh(t, n, e) {
15557
15557
  case "OtpSuccessfull":
15558
15558
  ht == "deleteAccount" ? Tr(mi) : xr();
15559
15559
  break;
15560
+ case "OtpCancalled":
15561
+ Zt = !1;
15562
+ break;
15560
15563
  case "RetryPayment":
15561
15564
  pi(), yi();
15562
15565
  break;
@@ -15595,7 +15598,7 @@ function Oh(t, n, e) {
15595
15598
  const l = /* @__PURE__ */ new Set(), S = (C, N = null) => {
15596
15599
  const W = C.field.Name;
15597
15600
  if (ul(C, N)) {
15598
- l.add(W), (C?.field?.IsRequired || C?.field?.IsRequired == "true") && fe.indexOf(C.field.Name) < 0 && (fe.push(C.field.Name), e(56, dt = Zt(gt, je)));
15601
+ l.add(W), (C?.field?.IsRequired || C?.field?.IsRequired == "true") && fe.indexOf(C.field.Name) < 0 && (fe.push(C.field.Name), e(56, dt = Qt(gt, je)));
15599
15602
  const _e = ke[W];
15600
15603
  for (let ge in C.children)
15601
15604
  S(C.children[ge], _e);
@@ -15639,15 +15642,15 @@ function Oh(t, n, e) {
15639
15642
  const C = mt.getBoundingClientRect(), N = et.getBoundingClientRect(), W = C.y, _e = 200;
15640
15643
  window.innerHeight - W < _e || N.bottom - C.bottom < _e, C.top - N.top - C.height, N.bottom - C.bottom - C.height, e(50, ie = S);
15641
15644
  };
15642
- let rn = !1, vn = !1;
15645
+ let Zt = !1, vn = !1;
15643
15646
  const pa = (l) => {
15644
15647
  Bt ? Er(l) : xr();
15645
15648
  }, hl = (l) => {
15646
15649
  w == pt.Withdraw && be == He.true ? window.dispatchEvent(new CustomEvent("modal-update", { detail: { type: "withdrawConfirm" } })) : pa(l);
15647
15650
  }, xr = () => {
15648
- (q.PaymentAccountToken == "AddNewPaymentAccount" || q.SaveMyPaymentAccount == "True" || Bt) && (vn = !0), xe && (vn = !0), vn && !rn && An().catch(() => {
15651
+ (q.PaymentAccountToken == "AddNewPaymentAccount" && q.SaveMyPaymentAccount == "True" || Bt) && (vn = !0), xe && (vn = !0), vn && !Zt && An().catch(() => {
15649
15652
  e(29, L = !1);
15650
- }), !vn && !rn && Ar(), rn && ht == "newPayment" && Ar(), vn && rn && ht != "newPayment" && (rn = !1, An().catch(() => e(29, L = !1)));
15653
+ }), !vn && !Zt && Ar(), Zt && ht == "newPayment" && Ar(), vn && Zt && ht != "newPayment" && (Zt = !1, An().catch(() => e(29, L = !1)));
15651
15654
  }, wn = () => {
15652
15655
  window.postMessage(
15653
15656
  {
@@ -15787,7 +15790,7 @@ function Oh(t, n, e) {
15787
15790
  }, ba = (l, S) => l.format && S && !El(l.format, S) ? ee("invalidFieldError", { values: { field: l.label } }) : "", ya = (l, S) => typeof S != "boolean" && l.isRequired && (!S || !S.toString().trim()) ? ee("errorEmptyField") : "", Tl = (l) => {
15788
15791
  ["+", "-", "e", "E"].includes(l.key) && l.preventDefault();
15789
15792
  }, va = (l) => {
15790
- if (G === en.vaults)
15793
+ if (G === tn.vaults)
15791
15794
  return;
15792
15795
  const S = l.target, C = Number(Y);
15793
15796
  if (Number.isNaN(C) || C < 0)
@@ -15824,7 +15827,7 @@ function Oh(t, n, e) {
15824
15827
  je
15825
15828
  ), S && e(53, de[l.name] = !!je[l.name], de);
15826
15829
  }
15827
- }, Zt = (l, S) => {
15830
+ }, Qt = (l, S) => {
15828
15831
  if (Ce && ce && w === pt.Withdraw)
15829
15832
  return !0;
15830
15833
  if (fe.length > 0) {
@@ -15935,11 +15938,11 @@ function Oh(t, n, e) {
15935
15938
  l.key === "Backspace" && S.value === "" && Lr?.focus();
15936
15939
  }, Ea = () => {
15937
15940
  if (!Xe || !nt || nt.length !== 4) {
15938
- e(80, on = !1), e(56, dt = Zt(gt, je));
15941
+ e(80, on = !1), e(56, dt = Qt(gt, je));
15939
15942
  return;
15940
15943
  }
15941
15944
  const l = parseInt(Xe, 10), S = parseInt(nt, 10), C = /* @__PURE__ */ new Date();
15942
- e(80, on = S < C.getFullYear() || S === C.getFullYear() && l < C.getMonth() + 1), e(56, dt = Zt(gt, je));
15945
+ e(80, on = S < C.getFullYear() || S === C.getFullYear() && l < C.getMonth() + 1), e(56, dt = Qt(gt, je));
15943
15946
  };
15944
15947
  let Ir = !1;
15945
15948
  function Il(l) {
@@ -15949,7 +15952,7 @@ function Oh(t, n, e) {
15949
15952
  e(52, dn = ll.innerWidth);
15950
15953
  }
15951
15954
  function Hl(l) {
15952
- Qt[l ? "unshift" : "push"](() => {
15955
+ $t[l ? "unshift" : "push"](() => {
15953
15956
  De = l, e(41, De);
15954
15957
  });
15955
15958
  }
@@ -15989,7 +15992,7 @@ function Oh(t, n, e) {
15989
15992
  ct && (e(67, ct = !1), e(68, it = "Unset"));
15990
15993
  };
15991
15994
  function Zl(l) {
15992
- Qt[l ? "unshift" : "push"](() => {
15995
+ $t[l ? "unshift" : "push"](() => {
15993
15996
  Ke = l, e(43, Ke);
15994
15997
  });
15995
15998
  }
@@ -16006,13 +16009,13 @@ function Oh(t, n, e) {
16006
16009
  e(50, ie = null), e(40, wi = se[l]), e(63, U = l), kn(l + 1), Ut({}), De?.scrollIntoView({ behavior: "smooth", block: "nearest" });
16007
16010
  };
16008
16011
  function au() {
16009
- nn = this.value, e(73, nn);
16012
+ rn = this.value, e(73, rn);
16010
16013
  }
16011
16014
  function ou() {
16012
16015
  Vt = this.value, e(39, Vt);
16013
16016
  }
16014
16017
  function su(l) {
16015
- Qt[l ? "unshift" : "push"](() => {
16018
+ $t[l ? "unshift" : "push"](() => {
16016
16019
  Lr = l, e(81, Lr);
16017
16020
  });
16018
16021
  }
@@ -16023,7 +16026,7 @@ function Oh(t, n, e) {
16023
16026
  e(83, ki = !1), Da();
16024
16027
  };
16025
16028
  function du(l) {
16026
- Qt[l ? "unshift" : "push"](() => {
16029
+ $t[l ? "unshift" : "push"](() => {
16027
16030
  Br = l, e(82, Br);
16028
16031
  });
16029
16032
  }
@@ -16063,7 +16066,7 @@ function Oh(t, n, e) {
16063
16066
  e(53, de[l.Name] = !0, de), Zn(l), kt(l, !0);
16064
16067
  };
16065
16068
  function Cu(l) {
16066
- Qt[l ? "unshift" : "push"](() => {
16069
+ $t[l ? "unshift" : "push"](() => {
16067
16070
  Dt[Dt.length] = l, e(31, Dt);
16068
16071
  });
16069
16072
  }
@@ -16093,7 +16096,7 @@ function Oh(t, n, e) {
16093
16096
  qt(l.Name, C), e(53, de[l.Name] = !0, de), kt(l);
16094
16097
  };
16095
16098
  function Hu(l) {
16096
- Qt[l ? "unshift" : "push"](() => {
16099
+ $t[l ? "unshift" : "push"](() => {
16097
16100
  Nt[Nt.length] = l, e(30, Nt);
16098
16101
  });
16099
16102
  }
@@ -16109,7 +16112,7 @@ function Oh(t, n, e) {
16109
16112
  e(48, tt = !1);
16110
16113
  };
16111
16114
  function zu(l) {
16112
- Qt[l ? "unshift" : "push"](() => {
16115
+ $t[l ? "unshift" : "push"](() => {
16113
16116
  et = l, e(28, et);
16114
16117
  });
16115
16118
  }
@@ -16137,11 +16140,11 @@ function Oh(t, n, e) {
16137
16140
  327680 && o && !s && _ && D && vr(), t.$$.dirty[0] & /*endpoint, playersession, showbonuses, customerid, selectedPaymentMethod*/
16138
16141
  201326627 && o && u && ye === He.true && v && V && Pl(), t.$$.dirty[3] & /*formValues*/
16139
16142
  8388608 && Object.keys(ke).length > 0 && Pr(), t.$$.dirty[1] & /*amountError, fieldValidation*/
16140
- 6 && e(56, dt = Zt(gt, je)), t.$$.dirty[1] & /*amountError, fieldValidation*/
16143
+ 6 && e(56, dt = Qt(gt, je)), t.$$.dirty[1] & /*amountError, fieldValidation*/
16141
16144
  6 | t.$$.dirty[3] & /*paymentForm*/
16142
- 33554432 && bt && e(56, dt = Zt(gt, je)), t.$$.dirty[1] & /*bonusSelection, bonusCode, amountError, fieldValidation*/
16143
- 30 && e(56, dt = Zt(gt, je)), t.$$.dirty[1] & /*selectedBonus, amountError, fieldValidation*/
16144
- 518 && e(56, dt = Zt(gt, je)), t.$$.dirty[0] & /*local, currencysymbol, currencyposition, currencydecimals*/
16145
+ 33554432 && bt && e(56, dt = Qt(gt, je)), t.$$.dirty[1] & /*bonusSelection, bonusCode, amountError, fieldValidation*/
16146
+ 30 && e(56, dt = Qt(gt, je)), t.$$.dirty[1] & /*selectedBonus, amountError, fieldValidation*/
16147
+ 518 && e(56, dt = Qt(gt, je)), t.$$.dirty[0] & /*local, currencysymbol, currencyposition, currencydecimals*/
16145
16148
  788488 && Ef(f, we, Ae, Y), t.$$.dirty[1] & /*cardHolder*/
16146
16149
  256 && Vt.length >= 0 && _r(), t.$$.dirty[0] & /*currency*/
16147
16150
  64 && e(45, Te = Tf[D] || D || "");
@@ -16219,7 +16222,7 @@ function Oh(t, n, e) {
16219
16222
  Gt,
16220
16223
  zt,
16221
16224
  Jt,
16222
- nn,
16225
+ rn,
16223
16226
  Xt,
16224
16227
  Cn,
16225
16228
  Kn,
@@ -16619,7 +16622,7 @@ export {
16619
16622
  O as j,
16620
16623
  p as k,
16621
16624
  te as l,
16622
- Qt as m,
16625
+ $t as m,
16623
16626
  ze as n,
16624
16627
  Us as o,
16625
16628
  Od as p,