@everymatrix/cashier-page 1.46.0 → 1.47.0

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 (26) hide show
  1. package/components/{CashierError-DrXIvPhH.cjs → CashierError-B6IaVYAb.cjs} +1 -1
  2. package/components/{CashierError-TXPAe0Cm.js → CashierError-B6Kgc33u.js} +1 -1
  3. package/components/CashierHeader-DisTPfvX.js +394 -0
  4. package/components/CashierHeader-iNNp6cpC.cjs +1 -0
  5. package/components/{CashierIframeRedirect-CUSfkztJ.js → CashierIframeRedirect-DkJY9SOb.js} +15 -15
  6. package/components/CashierIframeRedirect-schHNvai.cjs +1 -0
  7. package/components/{CashierMethodDetails-DAEBrtAl.js → CashierMethodDetails-C1YDBrNk.js} +73 -73
  8. package/components/{CashierMethodDetails-D1h4bAJX.cjs → CashierMethodDetails-_tjsOJpf.cjs} +3 -3
  9. package/components/{CashierMethodsList-DfrWobKh.cjs → CashierMethodsList-CzOyema5.cjs} +1 -1
  10. package/components/{CashierMethodsList-9FYuKqzl.js → CashierMethodsList-pJfb7AMj.js} +2 -2
  11. package/components/CashierPage-BuM08oLP.cjs +1 -0
  12. package/components/{CashierPage-BhrKkBZk.js → CashierPage-nz3KNFC4.js} +655 -636
  13. package/components/{CashierReceiptPage-D-7kYdSN.cjs → CashierReceiptPage-BmCDMqj7.cjs} +1 -1
  14. package/components/{CashierReceiptPage-KOIpC_iD.js → CashierReceiptPage-DdTdXSZU.js} +2 -2
  15. package/components/CashierSessionExpirationModal-Q_y-Rhkd.cjs +2 -0
  16. package/components/{CashierSessionExpirationModal-wdNwmh9l.js → CashierSessionExpirationModal-XwzDxzqQ.js} +701 -636
  17. package/components/{CashierVerifications-BAMNzR0w.js → CashierVerifications-PTuf6Nph.js} +2 -2
  18. package/components/{CashierVerifications-C5rinNEF.cjs → CashierVerifications-Y25uLnpc.cjs} +1 -1
  19. package/es2015/cashier-page.cjs +1 -1
  20. package/es2015/cashier-page.js +1 -1
  21. package/package.json +1 -1
  22. package/components/CashierHeader-BoLyGION.cjs +0 -1
  23. package/components/CashierHeader-CtBr830V.js +0 -360
  24. package/components/CashierIframeRedirect-1PN9GcuI.cjs +0 -1
  25. package/components/CashierPage-DM0fP8Rx.cjs +0 -1
  26. package/components/CashierSessionExpirationModal-CVWFJuJu.cjs +0 -2
@@ -10,8 +10,8 @@ var Pt = (t, n, e) => n in t ? Dr(t, n, { enumerable: !0, configurable: !0, writ
10
10
  Tr.call(n, e) && Pt(t, e, n[e]);
11
11
  return t;
12
12
  }, Nt = (t, n) => Cr(t, Sr(n));
13
- import { S as _r, b as Lr, f as Re, c as Er, a as lr, d as Or, F as Pr, g as H, h as se, D as Yn, j as M, l as L, k as te, A as me, n as Bn, v as $, w as Nr, G as Fr, H as jr, E as q, x as Et, I as Fe, y as ke, z as Me, J as mt, C as Mt, K as ht, L as Yr, M as sr, N as Be, r as In, O as pt, P as Ft } from "./CashierConfirmModal-Bho8FqJK.js";
14
- import { c as wt, g as vt, a as Ir, i as Hr, $ as Rr, b as Jr } from "./CashierError-TXPAe0Cm.js";
13
+ import { S as _r, b as Lr, f as Re, c as Er, a as lr, d as Or, F as Pr, g as H, h as se, D as Yn, j as M, l as L, k as te, A as he, n as Bn, v as $, w as Nr, G as Fr, H as jr, E as q, x as Et, I as Fe, y as ke, z as Me, J as mt, C as Mt, K as ht, L as Yr, M as sr, N as Be, r as In, O as pt, P as Ft } from "./CashierConfirmModal-Bho8FqJK.js";
14
+ import { c as wt, g as vt, a as Ir, i as Hr, $ as Rr, b as Jr } from "./CashierError-B6Kgc33u.js";
15
15
  if (typeof window != "undefined") {
16
16
  let t = function(n) {
17
17
  return function(...e) {
@@ -24,7 +24,7 @@ if (typeof window != "undefined") {
24
24
  }
25
25
  };
26
26
  };
27
- customElements.define = t(customElements.define), import("./CashierError-TXPAe0Cm.js").then((n) => n.C).then(({ default: n }) => {
27
+ customElements.define = t(customElements.define), import("./CashierError-B6Kgc33u.js").then((n) => n.C).then(({ default: n }) => {
28
28
  !customElements.get("cashier-error") && customElements.define("cashier-error", n.element);
29
29
  });
30
30
  }
@@ -72,7 +72,7 @@ if (typeof window != "undefined") {
72
72
  }
73
73
  };
74
74
  };
75
- customElements.define = t(customElements.define), import("./CashierIframeRedirect-CUSfkztJ.js").then(({ default: n }) => {
75
+ customElements.define = t(customElements.define), import("./CashierIframeRedirect-DkJY9SOb.js").then(({ default: n }) => {
76
76
  !customElements.get("cashier-iframe-redirect") && customElements.define("cashier-iframe-redirect", n.element);
77
77
  });
78
78
  }
@@ -171,15 +171,15 @@ var ur = { exports: {} };
171
171
  return R ? De : De.endOf(h);
172
172
  }, ae = function(ve, ue) {
173
173
  return W.w(A.toDate()[ve].apply(A.toDate("s"), (R ? [0, 0, 0, 0] : [23, 59, 59, 999]).slice(ue)), A);
174
- }, ie = this.$W, we = this.$M, he = this.$D, ye = "set" + (this.$u ? "UTC" : "");
174
+ }, ie = this.$W, we = this.$M, pe = this.$D, ye = "set" + (this.$u ? "UTC" : "");
175
175
  switch (z) {
176
176
  case b:
177
177
  return R ? V(1, 0) : V(31, 11);
178
178
  case k:
179
179
  return R ? V(1, we) : V(0, we + 1);
180
180
  case m:
181
- var pe = this.$locale().weekStart || 0, Ce = (ie < pe ? ie + 7 : ie) - pe;
182
- return V(R ? he - Ce : he + (6 - Ce), we);
181
+ var me = this.$locale().weekStart || 0, Ce = (ie < me ? ie + 7 : ie) - me;
182
+ return V(R ? pe - Ce : pe + (6 - Ce), we);
183
183
  case h:
184
184
  case g:
185
185
  return ae(ye + "Hours", 0);
@@ -209,8 +209,8 @@ var ur = { exports: {} };
209
209
  var A, R = this;
210
210
  D = Number(D);
211
211
  var z = W.p(C), V = function(we) {
212
- var he = X(R);
213
- return W.w(he.date(he.date() + Math.round(we * D)), R);
212
+ var pe = X(R);
213
+ return W.w(pe.date(pe.date() + Math.round(we * D)), R);
214
214
  };
215
215
  if (z === k) return this.set(k, this.$M + D);
216
216
  if (z === b) return this.set(b, this.$y + D);
@@ -223,7 +223,7 @@ var ur = { exports: {} };
223
223
  }, v.format = function(D) {
224
224
  var C = this, A = this.$locale();
225
225
  if (!this.isValid()) return A.invalidDate || w;
226
- var R = D || "YYYY-MM-DDTHH:mm:ssZ", z = W.z(this), V = this.$H, ae = this.$m, ie = this.$M, we = A.weekdays, he = A.months, ye = A.meridiem, pe = function(ue, De, Ae, Oe) {
226
+ var R = D || "YYYY-MM-DDTHH:mm:ssZ", z = W.z(this), V = this.$H, ae = this.$m, ie = this.$M, we = A.weekdays, pe = A.months, ye = A.meridiem, me = function(ue, De, Ae, Oe) {
227
227
  return ue && (ue[De] || ue(C, R)) || Ae[De].slice(0, Oe);
228
228
  }, Ce = function(ue) {
229
229
  return W.s(V % 12 || 12, ue, "0");
@@ -243,9 +243,9 @@ var ur = { exports: {} };
243
243
  case "MM":
244
244
  return W.s(ie + 1, 2, "0");
245
245
  case "MMM":
246
- return pe(A.monthsShort, ie, he, 3);
246
+ return me(A.monthsShort, ie, pe, 3);
247
247
  case "MMMM":
248
- return pe(he, ie);
248
+ return me(pe, ie);
249
249
  case "D":
250
250
  return C.$D;
251
251
  case "DD":
@@ -253,9 +253,9 @@ var ur = { exports: {} };
253
253
  case "d":
254
254
  return String(C.$W);
255
255
  case "dd":
256
- return pe(A.weekdaysMin, C.$W, we, 2);
256
+ return me(A.weekdaysMin, C.$W, we, 2);
257
257
  case "ddd":
258
- return pe(A.weekdaysShort, C.$W, we, 3);
258
+ return me(A.weekdaysShort, C.$W, we, 3);
259
259
  case "dddd":
260
260
  return we[C.$W];
261
261
  case "H":
@@ -289,18 +289,18 @@ var ur = { exports: {} };
289
289
  }, v.utcOffset = function() {
290
290
  return 15 * -Math.round(this.$d.getTimezoneOffset() / 15);
291
291
  }, v.diff = function(D, C, A) {
292
- var R, z = this, V = W.p(C), ae = X(D), ie = (ae.utcOffset() - this.utcOffset()) * a, we = this - ae, he = function() {
292
+ var R, z = this, V = W.p(C), ae = X(D), ie = (ae.utcOffset() - this.utcOffset()) * a, we = this - ae, pe = function() {
293
293
  return W.m(z, ae);
294
294
  };
295
295
  switch (V) {
296
296
  case b:
297
- R = he() / 12;
297
+ R = pe() / 12;
298
298
  break;
299
299
  case k:
300
- R = he();
300
+ R = pe();
301
301
  break;
302
302
  case E:
303
- R = he() / 3;
303
+ R = pe() / 3;
304
304
  break;
305
305
  case m:
306
306
  R = (we - ie) / 6048e5;
@@ -514,7 +514,7 @@ if (typeof window != "undefined") {
514
514
  }
515
515
  };
516
516
  };
517
- customElements.define = t(customElements.define), import("./CashierReceiptPage-KOIpC_iD.js").then(({ default: n }) => {
517
+ customElements.define = t(customElements.define), import("./CashierReceiptPage-DdTdXSZU.js").then(({ default: n }) => {
518
518
  !customElements.get("cashier-receipt-page") && customElements.define("cashier-receipt-page", n.element);
519
519
  });
520
520
  }
@@ -990,7 +990,7 @@ function Qr(t, n) {
990
990
  config: Ne(Ne({}, Fn), Se.defaultConfig),
991
991
  l10n: Vn
992
992
  };
993
- e.parseDate = _t({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = w, e._setHoursFromDate = E, e._positionCalendar = be, e.changeMonth = V, e.changeYear = pe, e.clear = ae, e.close = ie, e.onMouseOver = Ae, e._createElement = ce, e.createDay = K, e.destroy = we, e.isEnabled = Ce, e.jumpToDate = j, e.updateValue = Ie, e.open = Ve, e.redraw = nn, e.set = cn, e.setDate = mn, e.toggle = Dn;
993
+ e.parseDate = _t({ config: e.config, l10n: e.l10n }), e._handlers = [], e.pluginElements = [], e.loadedPlugins = [], e._bind = w, e._setHoursFromDate = E, e._positionCalendar = be, e.changeMonth = V, e.changeYear = me, e.clear = ae, e.close = ie, e.onMouseOver = Ae, e._createElement = ce, e.createDay = K, e.destroy = we, e.isEnabled = Ce, e.jumpToDate = j, e.updateValue = Ie, e.open = Ve, e.redraw = nn, e.set = cn, e.setDate = mn, e.toggle = Dn;
994
994
  function a() {
995
995
  e.utils = {
996
996
  getDaysInMonth: function(r, i) {
@@ -1073,7 +1073,7 @@ function Qr(t, n) {
1073
1073
  }
1074
1074
  function g(r) {
1075
1075
  var i = qe(r), d = parseInt(i.value) + (r.delta || 0);
1076
- (d / 1e3 > 1 || r.key === "Enter" && !/[^\d]/.test(d.toString())) && pe(d);
1076
+ (d / 1e3 > 1 || r.key === "Enter" && !/[^\d]/.test(d.toString())) && me(d);
1077
1077
  }
1078
1078
  function w(r, i, d, p) {
1079
1079
  if (i instanceof Array)
@@ -1368,18 +1368,18 @@ function Qr(t, n) {
1368
1368
  }
1369
1369
  });
1370
1370
  }
1371
- function he(r) {
1371
+ function pe(r) {
1372
1372
  return e.calendarContainer.contains(r);
1373
1373
  }
1374
1374
  function ye(r) {
1375
1375
  if (e.isOpen && !e.config.inline) {
1376
- var i = qe(r), d = he(i), p = i === e.input || i === e.altInput || e.element.contains(i) || r.path && r.path.indexOf && (~r.path.indexOf(e.input) || ~r.path.indexOf(e.altInput)), S = !p && !d && !he(r.relatedTarget), O = !e.config.ignoredFocusElements.some(function(x) {
1376
+ var i = qe(r), d = pe(i), p = i === e.input || i === e.altInput || e.element.contains(i) || r.path && r.path.indexOf && (~r.path.indexOf(e.input) || ~r.path.indexOf(e.altInput)), S = !p && !d && !pe(r.relatedTarget), O = !e.config.ignoredFocusElements.some(function(x) {
1377
1377
  return x.contains(i);
1378
1378
  });
1379
1379
  S && O && (e.config.allowInput && e.setDate(e._input.value, !1, e.config.altInput ? e.config.altFormat : e.config.dateFormat), e.timeContainer !== void 0 && e.minuteElement !== void 0 && e.hourElement !== void 0 && e.input.value !== "" && e.input.value !== void 0 && f(), e.close(), e.config && e.config.mode === "range" && e.selectedDates.length === 1 && e.clear(!1));
1380
1380
  }
1381
1381
  }
1382
- function pe(r) {
1382
+ function me(r) {
1383
1383
  if (!(!r || e.config.minDate && r < e.config.minDate.getFullYear() || e.config.maxDate && r > e.config.maxDate.getFullYear())) {
1384
1384
  var i = r, d = e.currentYear !== i;
1385
1385
  e.currentYear = i || e.currentYear, e.config.maxDate && e.currentYear === e.config.maxDate.getFullYear() ? e.currentMonth = Math.min(e.config.maxDate.getMonth(), e.currentMonth) : e.config.minDate && e.currentYear === e.config.minDate.getFullYear() && (e.currentMonth = Math.max(e.config.minDate.getMonth(), e.currentMonth)), d && (e.redraw(), ge("onYearChange"), P());
@@ -1413,7 +1413,7 @@ function Qr(t, n) {
1413
1413
  }
1414
1414
  function ue(r) {
1415
1415
  var i = r.target === e._input, d = e._input.value.trimEnd() !== un();
1416
- i && d && !(r.relatedTarget && he(r.relatedTarget)) && e.setDate(e._input.value, !0, r.target === e.altInput ? e.config.altFormat : e.config.dateFormat);
1416
+ i && d && !(r.relatedTarget && pe(r.relatedTarget)) && e.setDate(e._input.value, !0, r.target === e.altInput ? e.config.altFormat : e.config.dateFormat);
1417
1417
  }
1418
1418
  function De(r) {
1419
1419
  var i = qe(r), d = e.config.wrap ? t.contains(i) : i === e._input, p = e.config.allowInput, S = e.isOpen && (!p || !d), O = e.config.inline && d && !p;
@@ -1421,7 +1421,7 @@ function Qr(t, n) {
1421
1421
  if (p)
1422
1422
  return e.setDate(e._input.value, !0, i === e.altInput ? e.config.altFormat : e.config.dateFormat), e.close(), i.blur();
1423
1423
  e.open();
1424
- } else if (he(i) || S || O) {
1424
+ } else if (pe(i) || S || O) {
1425
1425
  var x = !!e.timeContainer && e.timeContainer.contains(i);
1426
1426
  switch (r.keyCode) {
1427
1427
  case 13:
@@ -1449,7 +1449,7 @@ function Qr(t, n) {
1449
1449
  case 40:
1450
1450
  r.preventDefault();
1451
1451
  var F = r.keyCode === 40 ? 1 : -1;
1452
- e.daysContainer && i.$i !== void 0 || i === e.input || i === e.altInput ? r.ctrlKey ? (r.stopPropagation(), pe(e.currentYear - F), X(Z(1), 0)) : x || X(void 0, F * 7) : i === e.currentYearElement ? pe(e.currentYear - F) : e.config.enableTime && (!x && e.hourElement && e.hourElement.focus(), f(r), e._debouncedChange());
1452
+ e.daysContainer && i.$i !== void 0 || i === e.input || i === e.altInput ? r.ctrlKey ? (r.stopPropagation(), me(e.currentYear - F), X(Z(1), 0)) : x || X(void 0, F * 7) : i === e.currentYearElement ? me(e.currentYear - F) : e.config.enableTime && (!x && e.hourElement && e.hourElement.focus(), f(r), e._debouncedChange());
1453
1453
  break;
1454
1454
  case 9:
1455
1455
  if (x) {
@@ -1480,7 +1480,7 @@ function Qr(t, n) {
1480
1480
  e.amPM.textContent = e.l10n.amPM[1], k(), Ie();
1481
1481
  break;
1482
1482
  }
1483
- (d || he(i)) && ge("onKeyDown", r);
1483
+ (d || pe(i)) && ge("onKeyDown", r);
1484
1484
  }
1485
1485
  function Ae(r, i) {
1486
1486
  if (i === void 0 && (i = "flatpickr-day"), !(e.selectedDates.length !== 1 || r && (!r.classList.contains(i) || r.classList.contains("flatpickr-disabled")))) {
@@ -2968,7 +2968,7 @@ var Lt = { exports: {} };
2968
2968
  time_24hr: !0
2969
2969
  };
2970
2970
  ie.l10ns.fi = we, ie.l10ns;
2971
- var he = typeof window != "undefined" && window.flatpickr !== void 0 ? window.flatpickr : {
2971
+ var pe = typeof window != "undefined" && window.flatpickr !== void 0 ? window.flatpickr : {
2972
2972
  l10ns: {}
2973
2973
  }, ye = {
2974
2974
  weekdays: {
@@ -3024,8 +3024,8 @@ var Lt = { exports: {} };
3024
3024
  yearAriaLabel: "Ár",
3025
3025
  time_24hr: !0
3026
3026
  };
3027
- he.l10ns.fo = ye, he.l10ns;
3028
- var pe = typeof window != "undefined" && window.flatpickr !== void 0 ? window.flatpickr : {
3027
+ pe.l10ns.fo = ye, pe.l10ns;
3028
+ var me = typeof window != "undefined" && window.flatpickr !== void 0 ? window.flatpickr : {
3029
3029
  l10ns: {}
3030
3030
  }, Ce = {
3031
3031
  firstDayOfWeek: 1,
@@ -3080,7 +3080,7 @@ var Lt = { exports: {} };
3080
3080
  toggleTitle: "Cliquer pour basculer",
3081
3081
  time_24hr: !0
3082
3082
  };
3083
- pe.l10ns.fr = Ce, pe.l10ns;
3083
+ me.l10ns.fr = Ce, me.l10ns;
3084
3084
  var ve = typeof window != "undefined" && window.flatpickr !== void 0 ? window.flatpickr : {
3085
3085
  l10ns: {}
3086
3086
  }, ue = {
@@ -5467,9 +5467,9 @@ var mr = { exports: {} };
5467
5467
  W && (P = Z[2]), f = this.$locale(), !X && P && (f = j.Ls[P]), this.$d = function(C, A, R, z) {
5468
5468
  try {
5469
5469
  if (["x", "X"].indexOf(A) > -1) return new Date((A === "X" ? 1e3 : 1) * C);
5470
- var V = w(A)(C), ae = V.year, ie = V.month, we = V.day, he = V.hours, ye = V.minutes, pe = V.seconds, Ce = V.milliseconds, ve = V.zone, ue = V.week, De = /* @__PURE__ */ new Date(), Ae = we || (ae || ie ? 1 : De.getDate()), Oe = ae || De.getFullYear(), Ve = 0;
5470
+ var V = w(A)(C), ae = V.year, ie = V.month, we = V.day, pe = V.hours, ye = V.minutes, me = V.seconds, Ce = V.milliseconds, ve = V.zone, ue = V.week, De = /* @__PURE__ */ new Date(), Ae = we || (ae || ie ? 1 : De.getDate()), Oe = ae || De.getFullYear(), Ve = 0;
5471
5471
  ae && !ie || (Ve = ie > 0 ? ie - 1 : De.getMonth());
5472
- var oe, Le = he || 0, We = ye || 0, Xe = pe || 0, be = Ce || 0;
5472
+ var oe, Le = pe || 0, We = ye || 0, Xe = me || 0, be = Ce || 0;
5473
5473
  return ve ? new Date(Date.UTC(Oe, Ve, Ae, Le, We, Xe, be + 60 * ve.offset * 1e3)) : R ? new Date(Date.UTC(Oe, Ve, Ae, Le, We, Xe, be)) : (oe = new Date(Oe, Ve, Ae, Le, We, Xe, be), ue && (oe = z(oe).week(ue).toDate()), oe);
5474
5474
  } catch (je) {
5475
5475
  return /* @__PURE__ */ new Date("");
@@ -5616,7 +5616,7 @@ function Vt(t) {
5616
5616
  te(P, n, _), L(n, e), L(e, a), L(a, o), L(o, s), L(a, f), L(a, h), L(h, k), L(a, E), B && B.m(a, null), L(e, b), Q && Q.m(e, null), L(e, g), K && K.m(e, null), L(n, w);
5617
5617
  for (let v = 0; v < Z.length; v += 1)
5618
5618
  Z[v] && Z[v].m(n, null);
5619
- L(n, T), W.m(n, null), L(n, I), ee && ee.m(n, null), j || (N = me(n, "submit", Yr(
5619
+ L(n, T), W.m(n, null), L(n, I), ee && ee.m(n, null), j || (N = he(n, "submit", Yr(
5620
5620
  /*prepareTxn*/
5621
5621
  t[41]
5622
5622
  )), j = !0);
@@ -5673,7 +5673,7 @@ function Ut(t) {
5673
5673
  n = H("div"), a = ke(e), M(n, "class", "ChangePaymeth");
5674
5674
  },
5675
5675
  m(c, u) {
5676
- te(c, n, u), L(n, a), o || (s = me(
5676
+ te(c, n, u), L(n, a), o || (s = he(
5677
5677
  n,
5678
5678
  "click",
5679
5679
  /*click_handler*/
@@ -5812,25 +5812,25 @@ function aa(t) {
5812
5812
  /*editedAmount*/
5813
5813
  t[31]
5814
5814
  ), te(b, o, g), te(b, s, g), L(s, c), te(b, u, g), E && E.m(b, g), te(b, f, g), h || (m = [
5815
- me(
5815
+ he(
5816
5816
  e,
5817
5817
  "input",
5818
5818
  /*input_input_handler*/
5819
5819
  t[59]
5820
5820
  ),
5821
- me(
5821
+ he(
5822
5822
  e,
5823
5823
  "input",
5824
5824
  /*input_handler*/
5825
5825
  t[60]
5826
5826
  ),
5827
- me(
5827
+ he(
5828
5828
  e,
5829
5829
  "keydown",
5830
5830
  /*keydown_handler*/
5831
5831
  t[61]
5832
5832
  ),
5833
- me(
5833
+ he(
5834
5834
  e,
5835
5835
  "blur",
5836
5836
  /*blur_handler*/
@@ -6155,7 +6155,7 @@ function ia(t) {
6155
6155
  /*field*/
6156
6156
  t[142].name
6157
6157
  ]
6158
- ), a || (o = me(n, "input", s), a = !0);
6158
+ ), a || (o = he(n, "input", s), a = !0);
6159
6159
  },
6160
6160
  p(c, u) {
6161
6161
  t = c, u[0] & /*fields*/
@@ -6235,7 +6235,7 @@ function sa(t) {
6235
6235
  n = H("div"), e = H("div"), o = ke(a), M(n, "class", "QRCode");
6236
6236
  },
6237
6237
  m(f, h) {
6238
- te(f, n, h), L(n, e), L(e, o), t[82](e), s || (c = me(n, "click", u), s = !0);
6238
+ te(f, n, h), L(n, e), L(e, o), t[82](e), s || (c = he(n, "click", u), s = !0);
6239
6239
  },
6240
6240
  p(f, h) {
6241
6241
  t = f, h[0] & /*fields*/
@@ -6284,8 +6284,8 @@ function ua(t) {
6284
6284
  /*field*/
6285
6285
  t[142].name
6286
6286
  ], L(n, o), L(n, s), L(n, c), L(n, u), u.innerHTML = f, h || (m = [
6287
- me(e, "change", k),
6288
- me(e, "change", E)
6287
+ he(e, "change", k),
6288
+ he(e, "change", E)
6289
6289
  ], h = !0);
6290
6290
  },
6291
6291
  p(b, g) {
@@ -6368,7 +6368,7 @@ function da(t) {
6368
6368
  te(b, n, g), L(n, e), L(e, a), L(a, s), L(n, c), L(n, u);
6369
6369
  for (let w = 0; w < E.length; w += 1)
6370
6370
  E[w] && E[w].m(u, null);
6371
- f || (h = me(e, "click", m), f = !0);
6371
+ f || (h = he(e, "click", m), f = !0);
6372
6372
  },
6373
6373
  p(b, g) {
6374
6374
  if (t = b, g[0] & /*fields, prepareFields*/
@@ -6441,7 +6441,7 @@ function fa(t) {
6441
6441
  /*field*/
6442
6442
  t[142].name
6443
6443
  ]
6444
- ), a || (o = me(n, "input", s), a = !0);
6444
+ ), a || (o = he(n, "input", s), a = !0);
6445
6445
  },
6446
6446
  p(c, u) {
6447
6447
  t = c, u[0] & /*fields*/
@@ -6502,9 +6502,9 @@ function ca(t) {
6502
6502
  t[142].name
6503
6503
  ]
6504
6504
  ), a || (o = [
6505
- me(n, "input", s),
6506
- me(n, "input", c),
6507
- me(n, "blur", u)
6505
+ he(n, "input", s),
6506
+ he(n, "input", c),
6507
+ he(n, "blur", u)
6508
6508
  ], a = !0);
6509
6509
  },
6510
6510
  p(f, h) {
@@ -6570,9 +6570,9 @@ function ma(t) {
6570
6570
  t[142].name
6571
6571
  ]
6572
6572
  ), a || (o = [
6573
- me(n, "input", s),
6574
- me(n, "input", c),
6575
- me(n, "blur", u)
6573
+ he(n, "input", s),
6574
+ he(n, "input", c),
6575
+ he(n, "blur", u)
6576
6576
  ], a = !0);
6577
6577
  },
6578
6578
  p(f, h) {
@@ -6658,10 +6658,10 @@ function ha(t) {
6658
6658
  t[142].name
6659
6659
  ]
6660
6660
  ), t[70](e), L(n, c), L(n, u), L(u, h), m || (k = [
6661
- me(e, "input", E),
6662
- me(e, "input", b),
6663
- me(e, "change", g),
6664
- me(e, "blur", w)
6661
+ he(e, "input", E),
6662
+ he(e, "input", b),
6663
+ he(e, "change", g),
6664
+ he(e, "blur", w)
6665
6665
  ], m = !0);
6666
6666
  },
6667
6667
  p(T, I) {
@@ -6739,9 +6739,9 @@ function pa(t) {
6739
6739
  t[142].name
6740
6740
  ]
6741
6741
  ), a || (o = [
6742
- me(n, "input", s),
6743
- me(n, "input", c),
6744
- me(n, "blur", u)
6742
+ he(n, "input", s),
6743
+ he(n, "input", c),
6744
+ he(n, "blur", u)
6745
6745
  ], a = !0);
6746
6746
  },
6747
6747
  p(f, h) {
@@ -6787,7 +6787,7 @@ function $t(t) {
6787
6787
  n = H("div"), e = H("span"), o = ke(a), s = se();
6788
6788
  },
6789
6789
  m(h, m) {
6790
- te(h, n, m), L(n, e), L(e, o), L(n, s), c || (u = me(n, "click", f), c = !0);
6790
+ te(h, n, m), L(n, e), L(e, o), L(n, s), c || (u = he(n, "click", f), c = !0);
6791
6791
  },
6792
6792
  p(h, m) {
6793
6793
  t = h, m[0] & /*fields*/
@@ -6993,7 +6993,7 @@ function rr(t) {
6993
6993
  n = H("div"), j.c(), e = se(), a = H("span"), s = ke(o), c = se(), u = H("span"), h = ke(f), m = se(), k = H("div"), b = ke(E), M(a, "class", "RedirectionTitle"), M(u, "class", "RedirectionMessage"), M(k, "class", "RedirectionClose"), M(n, "class", "RedirectionNotification");
6994
6994
  },
6995
6995
  m(N, B) {
6996
- te(N, n, B), j.m(n, null), L(n, e), L(n, a), L(a, s), L(n, c), L(n, u), L(u, h), L(n, m), L(n, k), L(k, b), g || (w = me(
6996
+ te(N, n, B), j.m(n, null), L(n, e), L(n, a), L(a, s), L(n, c), L(n, u), L(u, h), L(n, m), L(n, k), L(k, b), g || (w = he(
6997
6997
  k,
6998
6998
  "click",
6999
6999
  /*click_handler_4*/
@@ -7261,7 +7261,7 @@ function or(t) {
7261
7261
  );
7262
7262
  },
7263
7263
  m(f, h) {
7264
- te(f, n, h), L(n, e), L(e, o), c || (u = me(
7264
+ te(f, n, h), L(n, e), L(e, o), c || (u = he(
7265
7265
  e,
7266
7266
  "click",
7267
7267
  /*backToMethodList*/
@@ -7339,7 +7339,7 @@ function ya(t) {
7339
7339
  n = H("script"), a = se(), o = H("div"), h && h.c(), s = se(), m && m.c(), c = se(), k && k.c(), Yn(n.src, e = ka) || M(n, "src", e), M(o, "class", "CashierMethodDetails");
7340
7340
  },
7341
7341
  m(b, g) {
7342
- L(na.head, n), te(b, a, g), te(b, o, g), h && h.m(o, null), L(o, s), m && m.m(o, null), L(o, c), k && k.m(o, null), t[86](o), u || (f = me(
7342
+ L(na.head, n), te(b, a, g), te(b, o, g), h && h.m(o, null), L(o, s), m && m.m(o, null), L(o, c), k && k.m(o, null), t[86](o), u || (f = he(
7343
7343
  hr,
7344
7344
  "resize",
7345
7345
  /*onwindowresize*/
@@ -7464,11 +7464,11 @@ function Da(t, n, e) {
7464
7464
  [["Html", 19], m.Html],
7465
7465
  [["QR", 20], m.QRCode]
7466
7466
  ].reduce(s, []));
7467
- let { endpoint: w } = n, { session: T } = n, { playersession: I } = n, { lang: j = "en" } = n, { local: N = "en-US" } = n, { translationurl: B } = n, { customerid: Q } = n, { currency: K } = n, { amount: re } = n, { assetsurl: Z } = n, { type: fe = c.Deposit } = n, { selectedpaymentmethodname: X } = n, { clientstyling: W = "" } = n, { clientstylingurl: ee = "" } = n, { ismobileview: P } = n, _, v = {}, D = [], C = {}, A, R = !1, z = !1, V, ae, ie, we, he, ye, pe, Ce, ve = [], ue = [], De = !1, Ae, Oe = new Intl.NumberFormat(N, { minimumFractionDigits: 2 }), Ve = "", oe = {}, Le = {}, We = !1, Xe, be, je, on, nn = !1, tn = "", xe = !1, Ye = new AbortController(), cn, ln;
7467
+ let { endpoint: w } = n, { session: T } = n, { playersession: I } = n, { lang: j = "en" } = n, { local: N = "en-US" } = n, { translationurl: B } = n, { customerid: Q } = n, { currency: K } = n, { amount: re } = n, { assetsurl: Z } = n, { type: fe = c.Deposit } = n, { selectedpaymentmethodname: X } = n, { clientstyling: W = "" } = n, { clientstylingurl: ee = "" } = n, { ismobileview: P } = n, _, v = {}, D = [], C = {}, A, R = !1, z = !1, V, ae, ie, we, pe, ye, me, Ce, ve = [], ue = [], De = !1, Ae, Oe = new Intl.NumberFormat(N, { minimumFractionDigits: 2 }), Ve = "", oe = {}, Le = {}, We = !1, Xe, be, je, on, nn = !1, tn = "", xe = !1, Ye = new AbortController(), cn, ln;
7468
7468
  const mn = () => {
7469
7469
  ue.length && ue.forEach((l) => {
7470
7470
  l && Se(l).destroy();
7471
- }), e(19, z = !1), e(21, he = !1), e(15, ue = []), e(12, D = []), e(18, C = {}), e(27, oe = {}), e(28, Le = {}), e(14, ve = []), e(17, v = null), e(32, je = ""), e(33, nn = !1), e(35, xe = !0), e(20, ie = !1), $e(), ge();
7471
+ }), e(19, z = !1), e(21, pe = !1), e(15, ue = []), e(12, D = []), e(18, C = {}), e(27, oe = {}), e(28, Le = {}), e(14, ve = []), e(17, v = null), e(32, je = ""), e(33, nn = !1), e(35, xe = !0), e(20, ie = !1), e(23, me = null), $e(), ge();
7472
7472
  }, hn = () => {
7473
7473
  e(24, De = P === "true");
7474
7474
  }, kn = () => {
@@ -7631,17 +7631,17 @@ function Da(t, n, e) {
7631
7631
  window.removeEventListener("selectPayMeth", pn, !1), window.removeEventListener("message", Ze);
7632
7632
  }));
7633
7633
  const un = (l) => {
7634
- pe && (e(27, oe[pe] = !0, oe), He(D.find((y) => y.name === pe))), l.composedPath().includes(Ce) || e(23, pe = null);
7634
+ me && (e(27, oe[me] = !0, oe), He(D.find((y) => y.name === me))), l.composedPath().includes(Ce) || e(23, me = null);
7635
7635
  }, Ie = (l, y) => {
7636
- if (y === pe) {
7637
- e(27, oe[pe] = !0, oe), He(D.find((Mr) => Mr.name === pe)), e(23, pe = null);
7636
+ if (y === me) {
7637
+ e(27, oe[me] = !0, oe), He(D.find((Mr) => Mr.name === me)), e(23, me = null);
7638
7638
  return;
7639
7639
  }
7640
7640
  l.stopPropagation(), Ce = l.composedPath()[0];
7641
7641
  const J = Ce.getBoundingClientRect(), G = A.getBoundingClientRect(), Ee = J.y, _e = 200;
7642
7642
  e(29, We = window.innerHeight - Ee < _e);
7643
7643
  const Wn = J.top - G.top - J.height, kt = G.bottom - J.bottom - J.height, kr = !We && kt < 70 ? _e - 50 : kt;
7644
- e(30, Xe = We ? Wn : kr), e(23, pe = y);
7644
+ e(30, Xe = We ? Wn : kr), e(23, me = y);
7645
7645
  }, Sn = () => {
7646
7646
  if (on)
7647
7647
  return;
@@ -7777,10 +7777,10 @@ function Da(t, n, e) {
7777
7777
  selectedpaymentmethodname: X
7778
7778
  },
7779
7779
  window.location.href
7780
- ), V || e(19, z = !0), we === f.RedirectWithRetry && (ae = window.open(G.RedirectUrl, "_blank"), e(20, ie = !!ae), ae || e(21, he = !0));
7780
+ ), V || e(19, z = !0), we === f.RedirectWithRetry && (ae = window.open(G.RedirectUrl, "_blank"), e(20, ie = !!ae), ae || e(21, pe = !0));
7781
7781
  });
7782
7782
  }, U = () => {
7783
- ae = window.open(V, "_blank"), e(20, ie = !0), e(21, he = !1), i();
7783
+ ae = window.open(V, "_blank"), e(20, ie = !0), e(21, pe = !1), i();
7784
7784
  }, de = () => {
7785
7785
  e(19, z = !1);
7786
7786
  }, Pe = (l) => {
@@ -7960,9 +7960,9 @@ function Da(t, n, e) {
7960
7960
  C,
7961
7961
  z,
7962
7962
  ie,
7963
- he,
7964
- ye,
7965
7963
  pe,
7964
+ ye,
7965
+ me,
7966
7966
  De,
7967
7967
  Ae,
7968
7968
  Ve,