@everymatrix/casino-header-controller-nd 1.77.18 → 1.77.19

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.
@@ -250,10 +250,10 @@ var Ke = { exports: {} };
250
250
  };
251
251
  };
252
252
  }
253
- function te() {
253
+ function ae() {
254
254
  this.bitsNeeded = 0, this.codePoint = 0;
255
255
  }
256
- te.prototype.decode = function(t) {
256
+ ae.prototype.decode = function(t) {
257
257
  function l(w, p, m) {
258
258
  if (m === 1)
259
259
  return w >= 128 >> p && w << p <= 2047;
@@ -278,7 +278,7 @@ var Ke = { exports: {} };
278
278
  }
279
279
  return this.bitsNeeded = o, this.codePoint = r, e;
280
280
  };
281
- var ae = function() {
281
+ var ne = function() {
282
282
  try {
283
283
  return new x().decode(new S().encode("test"), { stream: !0 }) === "test";
284
284
  } catch (t) {
@@ -286,7 +286,7 @@ var Ke = { exports: {} };
286
286
  }
287
287
  return !1;
288
288
  };
289
- (x == null || S == null || !ae()) && (x = te);
289
+ (x == null || S == null || !ne()) && (x = ae);
290
290
  var F = function() {
291
291
  };
292
292
  function O(t) {
@@ -511,7 +511,7 @@ var Ke = { exports: {} };
511
511
  G.call(this, t), this.error = l.error;
512
512
  }
513
513
  f.prototype = Object.create(G.prototype);
514
- var de = -1, ie = 0, ne = 1, we = 2, xe = -1, le = 0, Re = 1, Se = 2, Le = 3, ze = /^text\/event\-stream(;.*)?$/i, Ee = 1e3, ke = 18e6, De = function(t, l) {
514
+ var de = -1, ie = 0, Z = 1, we = 2, xe = -1, le = 0, Re = 1, Se = 2, Le = 3, ze = /^text\/event\-stream(;.*)?$/i, Ee = 1e3, ke = 18e6, De = function(t, l) {
515
515
  var u = t == null ? l : parseInt(t, 10);
516
516
  return u !== u && (u = l), Ce(u);
517
517
  }, Ce = function(t) {
@@ -523,7 +523,7 @@ var Ke = { exports: {} };
523
523
  D(i);
524
524
  }
525
525
  };
526
- function Z(t, l) {
526
+ function $(t, l) {
527
527
  V.call(this), l = l || {}, this.onopen = void 0, this.onmessage = void 0, this.onerror = void 0, this.url = void 0, this.readyState = void 0, this.withCredentials = void 0, this.headers = void 0, this._close = void 0, Ue(this, t, l);
528
528
  }
529
529
  function Ve() {
@@ -532,39 +532,39 @@ var Ke = { exports: {} };
532
532
  var Oe = k != null && L != null && "body" in L.prototype;
533
533
  function Ue(t, l, u) {
534
534
  l = String(l);
535
- var i = !!u.withCredentials, e = u.lastEventIdQueryParameterName || "lastEventId", o = Ce(1e3), r = De(u.heartbeatTimeout, 45e3), c = "", h = o, w = !1, p = 0, m = u.headers || {}, _ = u.Transport, W = Oe && _ == null ? void 0 : new O(_ != null ? new _() : Ve()), ve = _ != null && typeof _ != "string" ? new _() : W == null ? new E() : new K(), H = void 0, q = 0, re = de, _e = "", Fe = "", ue = "", Ie = "", Y = le, Pe = 0, be = 0, ot = function(U, z, $, ee) {
535
+ var i = !!u.withCredentials, e = u.lastEventIdQueryParameterName || "lastEventId", o = Ce(1e3), r = De(u.heartbeatTimeout, 45e3), c = "", h = o, w = !1, p = 0, m = u.headers || {}, _ = u.Transport, W = Oe && _ == null ? void 0 : new O(_ != null ? new _() : Ve()), ve = _ != null && typeof _ != "string" ? new _() : W == null ? new E() : new K(), H = void 0, q = 0, re = de, _e = "", Fe = "", ue = "", Ie = "", Y = le, Pe = 0, be = 0, ot = function(U, z, ee, te) {
536
536
  if (re === ie)
537
- if (U === 200 && $ != null && ze.test($)) {
538
- re = ne, w = Date.now(), h = o, t.readyState = ne;
537
+ if (U === 200 && ee != null && ze.test(ee)) {
538
+ re = Z, w = Date.now(), h = o, t.readyState = Z;
539
539
  var J = new ce("open", {
540
540
  status: U,
541
541
  statusText: z,
542
- headers: ee
542
+ headers: te
543
543
  });
544
544
  t.dispatchEvent(J), ye(t, t.onopen, J);
545
545
  } else {
546
546
  var P = "";
547
- U !== 200 ? (z && (z = z.replace(/\s+/g, " ")), P = "EventSource's response has a status " + U + " " + z + " that is not 200. Aborting the connection.") : P = "EventSource's response has a Content-Type specifying an unsupported type: " + ($ == null ? "-" : $.replace(/\s+/g, " ")) + ". Aborting the connection.", Ge();
547
+ U !== 200 ? (z && (z = z.replace(/\s+/g, " ")), P = "EventSource's response has a status " + U + " " + z + " that is not 200. Aborting the connection.") : P = "EventSource's response has a Content-Type specifying an unsupported type: " + (ee == null ? "-" : ee.replace(/\s+/g, " ")) + ". Aborting the connection.", Ge();
548
548
  var J = new ce("error", {
549
549
  status: U,
550
550
  statusText: z,
551
- headers: ee
551
+ headers: te
552
552
  });
553
553
  t.dispatchEvent(J), ye(t, t.onerror, J), console.error(P);
554
554
  }
555
555
  }, rt = function(U) {
556
- if (re === ne) {
557
- for (var z = -1, $ = 0; $ < U.length; $ += 1) {
558
- var ee = U.charCodeAt($);
559
- (ee === 10 || ee === 13) && (z = $);
556
+ if (re === Z) {
557
+ for (var z = -1, ee = 0; ee < U.length; ee += 1) {
558
+ var te = U.charCodeAt(ee);
559
+ (te === 10 || te === 13) && (z = ee);
560
560
  }
561
561
  var J = (z !== -1 ? Ie : "") + U.slice(0, z + 1);
562
562
  Ie = (z === -1 ? Ie : "") + U.slice(z + 1), U !== "" && (w = Date.now(), p += U.length);
563
563
  for (var P = 0; P < J.length; P += 1) {
564
- var ee = J.charCodeAt(P);
565
- if (Y === xe && ee === 10)
564
+ var te = J.charCodeAt(P);
565
+ if (Y === xe && te === 10)
566
566
  Y = le;
567
- else if (Y === xe && (Y = le), ee === 13 || ee === 10) {
567
+ else if (Y === xe && (Y = le), te === 13 || te === 10) {
568
568
  if (Y !== le) {
569
569
  Y === Re && (be = P + 1);
570
570
  var fe = J.slice(Pe, be - 1), pe = J.slice(be + (be < P && J.charCodeAt(be) === 32 ? 1 : 0), P);
@@ -585,13 +585,13 @@ var Ke = { exports: {} };
585
585
  }
586
586
  _e = "", ue = "";
587
587
  }
588
- Y = ee === 13 ? xe : le;
588
+ Y = te === 13 ? xe : le;
589
589
  } else
590
- Y === le && (Pe = P, Y = Re), Y === Re ? ee === 58 && (be = P + 1, Y = Se) : Y === Se && (Y = Le);
590
+ Y === le && (Pe = P, Y = Re), Y === Re ? te === 58 && (be = P + 1, Y = Se) : Y === Se && (Y = Le);
591
591
  }
592
592
  }
593
593
  }, We = function(U) {
594
- if (re === ne || re === ie) {
594
+ if (re === Z || re === ie) {
595
595
  re = de, q !== 0 && (g(q), q = 0), q = v(function() {
596
596
  Me();
597
597
  }, h), h = Ce(Math.min(o * 16, h * 2)), t.readyState = ie;
@@ -617,36 +617,36 @@ var Ke = { exports: {} };
617
617
  }, r), re = ie, _e = "", ue = "", Fe = c, Ie = "", Pe = 0, be = 0, Y = le;
618
618
  var z = l;
619
619
  if (l.slice(0, 5) !== "data:" && l.slice(0, 5) !== "blob:" && c !== "") {
620
- var $ = l.indexOf("?");
621
- z = $ === -1 ? l : l.slice(0, $ + 1) + l.slice($ + 1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g, function(pe, Ae) {
620
+ var ee = l.indexOf("?");
621
+ z = ee === -1 ? l : l.slice(0, ee + 1) + l.slice(ee + 1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g, function(pe, Ae) {
622
622
  return Ae === e ? "" : pe;
623
623
  }), z += (l.indexOf("?") === -1 ? "?" : "&") + e + "=" + encodeURIComponent(c);
624
624
  }
625
- var ee = t.withCredentials, J = {};
625
+ var te = t.withCredentials, J = {};
626
626
  J.Accept = "text/event-stream";
627
627
  var P = t.headers;
628
628
  if (P != null)
629
629
  for (var fe in P)
630
630
  Object.prototype.hasOwnProperty.call(P, fe) && (J[fe] = P[fe]);
631
631
  try {
632
- H = ve.open(W, ot, rt, We, z, ee, J);
632
+ H = ve.open(W, ot, rt, We, z, te, J);
633
633
  } catch (pe) {
634
634
  throw Ge(), pe;
635
635
  }
636
636
  };
637
637
  t.url = l, t.readyState = ie, t.withCredentials = i, t.headers = m, t._close = Ge, Me();
638
638
  }
639
- Z.prototype = Object.create(V.prototype), Z.prototype.CONNECTING = ie, Z.prototype.OPEN = ne, Z.prototype.CLOSED = we, Z.prototype.close = function() {
639
+ $.prototype = Object.create(V.prototype), $.prototype.CONNECTING = ie, $.prototype.OPEN = Z, $.prototype.CLOSED = we, $.prototype.close = function() {
640
640
  this._close();
641
- }, Z.CONNECTING = ie, Z.OPEN = ne, Z.CLOSED = we, Z.prototype.withCredentials = void 0;
641
+ }, $.CONNECTING = ie, $.OPEN = Z, $.CLOSED = we, $.prototype.withCredentials = void 0;
642
642
  var Ne = B;
643
- d != null && (B == null || !("withCredentials" in B.prototype)) && (Ne = Z), function(t) {
643
+ d != null && (B == null || !("withCredentials" in B.prototype)) && (Ne = $), function(t) {
644
644
  {
645
645
  var l = t(a);
646
646
  l !== void 0 && (s.exports = l);
647
647
  }
648
648
  }(function(t) {
649
- t.EventSourcePolyfill = Z, t.NativeEventSource = B, t.EventSource = Ne;
649
+ t.EventSourcePolyfill = $, t.NativeEventSource = B, t.EventSource = Ne;
650
650
  });
651
651
  })(typeof globalThis > "u" ? typeof window < "u" ? window : typeof self < "u" ? self : st : globalThis);
652
652
  })(Ke, Ke.exports);
@@ -737,7 +737,7 @@ function $e(s) {
737
737
  ), M, k, L, x, S, R, j = (
738
738
  /*$_*/
739
739
  s[6]("DepositButton") + ""
740
- ), te, ae, F, O, Q, se, K = He(Object.keys(
740
+ ), ae, ne, F, O, Q, se, K = He(Object.keys(
741
741
  /*balances*/
742
742
  s[1]
743
743
  )), N = [];
@@ -748,8 +748,8 @@ function $e(s) {
748
748
  a = I("div"), n = I("button"), g = ge(), d = I("div"), b = I("div"), y = I("div"), B = I("p"), M = Te(T), k = ge(), L = I("div");
749
749
  for (let E = 0; E < N.length; E += 1)
750
750
  N[E].c();
751
- x = ge(), S = I("div"), R = I("button"), te = Te(j), C(n, "class", v = "BalanceModalClose " + /*isModalDisplayed*/
752
- (s[3] ? "Open" : "")), C(B, "class", "BalanceModalTitle"), C(y, "class", "BalanceModalHeader"), C(L, "class", "BalanceModalBody"), C(R, "class", "BalanceModalAction"), C(S, "class", "BalanceModalFooter"), C(b, "class", ae = "ModalContent " + /*isModalDisplayed*/
751
+ x = ge(), S = I("div"), R = I("button"), ae = Te(j), C(n, "class", v = "BalanceModalClose " + /*isModalDisplayed*/
752
+ (s[3] ? "Open" : "")), C(B, "class", "BalanceModalTitle"), C(y, "class", "BalanceModalHeader"), C(L, "class", "BalanceModalBody"), C(R, "class", "BalanceModalAction"), C(S, "class", "BalanceModalFooter"), C(b, "class", ne = "ModalContent " + /*isModalDisplayed*/
753
753
  (s[3] ? "Open" : "")), C(d, "class", F = "BalanceModal " + /*isModalDisplayed*/
754
754
  (s[3] ? "Open" : "")), C(a, "class", O = "BalanceModalWrapper " + /*isModalDisplayed*/
755
755
  (s[3] ? "Open" : ""));
@@ -758,7 +758,7 @@ function $e(s) {
758
758
  me(E, a, V), A(a, n), A(a, g), A(a, d), A(d, b), A(b, y), A(y, B), A(B, M), A(b, k), A(b, L);
759
759
  for (let D = 0; D < N.length; D += 1)
760
760
  N[D] && N[D].m(L, null);
761
- A(b, x), A(b, S), A(S, R), A(R, te), Q || (se = [
761
+ A(b, x), A(b, S), A(S, R), A(R, ae), Q || (se = [
762
762
  je(
763
763
  n,
764
764
  "click",
@@ -795,9 +795,9 @@ function $e(s) {
795
795
  }
796
796
  V[0] & /*$_*/
797
797
  64 && j !== (j = /*$_*/
798
- E[6]("DepositButton") + "") && Be(te, j), V[0] & /*isModalDisplayed*/
799
- 8 && ae !== (ae = "ModalContent " + /*isModalDisplayed*/
800
- (E[3] ? "Open" : "")) && C(b, "class", ae), V[0] & /*isModalDisplayed*/
798
+ E[6]("DepositButton") + "") && Be(ae, j), V[0] & /*isModalDisplayed*/
799
+ 8 && ne !== (ne = "ModalContent " + /*isModalDisplayed*/
800
+ (E[3] ? "Open" : "")) && C(b, "class", ne), V[0] & /*isModalDisplayed*/
801
801
  8 && F !== (F = "BalanceModal " + /*isModalDisplayed*/
802
802
  (E[3] ? "Open" : "")) && C(d, "class", F), V[0] & /*isModalDisplayed*/
803
803
  8 && O !== (O = "BalanceModalWrapper " + /*isModalDisplayed*/
@@ -968,12 +968,12 @@ function Et(s) {
968
968
  function Dt(s, a, n) {
969
969
  let v;
970
970
  pt(s, ht, (e) => n(6, v = e));
971
- let { userid: g = "" } = a, { session: d = "" } = a, { endpoint: b = "" } = a, { lang: y = "en" } = a, { mbsource: B } = a, { clientstyling: T = "" } = a, { clientstylingurl: M = "" } = a, { translationurl: k = "" } = a, { gmversion: L = "gm16" } = a, { displaybalanceoption: x = "All" } = a, { totalcalculationmode: S = "totalCashAmount" } = a, { currencylocale: R = "en" } = a, { currencydisplay: j = "symbol" } = a, { maximumfractiondigits: te = "2" } = a, { minimumfractiondigits: ae = "0" } = a, { customdisplayformat: F = "" } = a, O, Q = !0, se = !1, K = !1, N = !1, E = !1, V = window.navigator.userAgent, D, G = "", oe = [], ce;
971
+ let { userid: g = "" } = a, { session: d = "" } = a, { endpoint: b = "" } = a, { lang: y = "en" } = a, { mbsource: B } = a, { clientstyling: T = "" } = a, { clientstylingurl: M = "" } = a, { translationurl: k = "" } = a, { gmversion: L = "gm16" } = a, { displaybalanceoption: x = "All" } = a, { totalcalculationmode: S = "totalCashAmount" } = a, { currencylocale: R = "en" } = a, { currencydisplay: j = "symbol" } = a, { maximumfractiondigits: ae = "2" } = a, { minimumfractiondigits: ne = "0" } = a, { customdisplayformat: F = "" } = a, O, Q = !0, se = !1, K = !1, N = !1, E = !1, V = window.navigator.userAgent, D, G = "", oe = [], ce;
972
972
  const f = {}, de = ["totalCashAmount", "totalRealAmount"], ie = () => {
973
973
  fetch(k).then((e) => e.json()).then((e) => Object.keys(e).forEach((o) => Ye(o, e[o]))).catch((e) => console.log(e));
974
974
  };
975
975
  Object.keys(Je).forEach((e) => Ye(e, Je[e]));
976
- const ne = (e) => {
976
+ const Z = (e) => {
977
977
  switch (e) {
978
978
  case "balance":
979
979
  window.postMessage(
@@ -1007,8 +1007,8 @@ function Dt(s, a, n) {
1007
1007
  currency: G,
1008
1008
  useGrouping: !0,
1009
1009
  currencyDisplay: j || "code",
1010
- maximumFractionDigits: te === "" || isNaN(Number(te)) ? 2 : Number(te),
1011
- minimumFractionDigits: ae === "" || isNaN(Number(ae)) ? 0 : Number(ae)
1010
+ maximumFractionDigits: ae === "" || isNaN(Number(ae)) ? 2 : Number(ae),
1011
+ minimumFractionDigits: ne === "" || isNaN(Number(ne)) ? 0 : Number(ne)
1012
1012
  };
1013
1013
  return new Intl.NumberFormat(o, r).format(e);
1014
1014
  }, xe = (e) => {
@@ -1226,11 +1226,11 @@ function Dt(s, a, n) {
1226
1226
  }
1227
1227
  ke();
1228
1228
  }, Ce = () => {
1229
- ne("closebalance"), window.postMessage({ type: "GoToDeposit" }, window.location.href), typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "PlayerAccountBalanceModal" });
1230
- }, ye = (e) => e === "SESSION_EXPIRATION" ? (window.postMessage({ type: "SessionExpiration" }, window.location.href), !0) : !1, Z = () => {
1229
+ Z("closebalance"), window.postMessage({ type: "GoToDeposit" }, window.location.href), typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "PlayerAccountBalanceModal" });
1230
+ }, ye = (e) => e === "SESSION_EXPIRATION" ? (window.postMessage({ type: "SessionExpiration" }, window.location.href), !0) : !1, $ = () => {
1231
1231
  de.includes(S) || (console.error(`Unsupported value ('${S}') for totalcalculationmode parameter. Only the following values are supported ${de}. Using default value ('${de[0]}').`), n(10, S = de[0]));
1232
1232
  }, Ve = () => {
1233
- switch (Ct(y), Z(), L) {
1233
+ switch (Ct(y), $(), L) {
1234
1234
  case "gmcore":
1235
1235
  le();
1236
1236
  break;
@@ -1240,20 +1240,30 @@ function Dt(s, a, n) {
1240
1240
  default:
1241
1241
  throw Error(`Invalid apiversion attribute: ${L}`);
1242
1242
  }
1243
- }, Oe = (e) => e.data && e.data.type === "LogoutSuccessfull" && D.close(), Ue = () => {
1243
+ }, Oe = (e) => {
1244
+ const { data: { type: o } = {} } = e || {};
1245
+ switch (o) {
1246
+ case "LogoutSuccessfull":
1247
+ D.close();
1248
+ break;
1249
+ case "CloseBalance":
1250
+ Z("closebalance");
1251
+ break;
1252
+ }
1253
+ }, Ue = () => {
1244
1254
  window.postMessage({ type: "UpdateBalanceBackground" }, window.location.href);
1245
1255
  };
1246
1256
  mt(() => (window.addEventListener("message", Oe, !1), n(5, E = gt(V)), () => {
1247
1257
  window.removeEventListener("message", Oe), D && D.close();
1248
1258
  }));
1249
- const Ne = () => ne("balance"), t = () => ne("closebalance"), l = () => Ce(), u = () => ne("closebalance");
1259
+ const Ne = () => Z("balance"), t = () => Z("closebalance"), l = () => Ce(), u = () => Z("closebalance");
1250
1260
  function i(e) {
1251
1261
  yt[e ? "unshift" : "push"](() => {
1252
1262
  O = e, n(0, O);
1253
1263
  });
1254
1264
  }
1255
1265
  return s.$$set = (e) => {
1256
- "userid" in e && n(11, g = e.userid), "session" in e && n(12, d = e.session), "endpoint" in e && n(13, b = e.endpoint), "lang" in e && n(14, y = e.lang), "mbsource" in e && n(15, B = e.mbsource), "clientstyling" in e && n(16, T = e.clientstyling), "clientstylingurl" in e && n(17, M = e.clientstylingurl), "translationurl" in e && n(18, k = e.translationurl), "gmversion" in e && n(19, L = e.gmversion), "displaybalanceoption" in e && n(20, x = e.displaybalanceoption), "totalcalculationmode" in e && n(10, S = e.totalcalculationmode), "currencylocale" in e && n(21, R = e.currencylocale), "currencydisplay" in e && n(22, j = e.currencydisplay), "maximumfractiondigits" in e && n(23, te = e.maximumfractiondigits), "minimumfractiondigits" in e && n(24, ae = e.minimumfractiondigits), "customdisplayformat" in e && n(25, F = e.customdisplayformat);
1266
+ "userid" in e && n(11, g = e.userid), "session" in e && n(12, d = e.session), "endpoint" in e && n(13, b = e.endpoint), "lang" in e && n(14, y = e.lang), "mbsource" in e && n(15, B = e.mbsource), "clientstyling" in e && n(16, T = e.clientstyling), "clientstylingurl" in e && n(17, M = e.clientstylingurl), "translationurl" in e && n(18, k = e.translationurl), "gmversion" in e && n(19, L = e.gmversion), "displaybalanceoption" in e && n(20, x = e.displaybalanceoption), "totalcalculationmode" in e && n(10, S = e.totalcalculationmode), "currencylocale" in e && n(21, R = e.currencylocale), "currencydisplay" in e && n(22, j = e.currencydisplay), "maximumfractiondigits" in e && n(23, ae = e.maximumfractiondigits), "minimumfractiondigits" in e && n(24, ne = e.minimumfractiondigits), "customdisplayformat" in e && n(25, F = e.customdisplayformat);
1257
1267
  }, s.$$.update = () => {
1258
1268
  s.$$.dirty[0] & /*endpoint, userid, session, lang, gmversion, displaybalanceoption*/
1259
1269
  1603584 && b && g && d && y && L && x && Ve(), s.$$.dirty[0] & /*endpoint, userid, session, gmversion*/
@@ -1271,7 +1281,7 @@ function Dt(s, a, n) {
1271
1281
  N,
1272
1282
  E,
1273
1283
  v,
1274
- ne,
1284
+ Z,
1275
1285
  we,
1276
1286
  Ce,
1277
1287
  S,
@@ -1287,8 +1297,8 @@ function Dt(s, a, n) {
1287
1297
  x,
1288
1298
  R,
1289
1299
  j,
1290
- te,
1291
1300
  ae,
1301
+ ne,
1292
1302
  F,
1293
1303
  Ne,
1294
1304
  t,
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHeaderControllerNd-tZAhwHaY.cjs")).then(({default:t})=>{!customElements.get("casino-header-controller-nd")&&customElements.define("casino-header-controller-nd",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/CasinoHeaderControllerNd-DvuAXxDe.cjs")).then(({default:t})=>{!customElements.get("casino-header-controller-nd")&&customElements.define("casino-header-controller-nd",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/CasinoHeaderControllerNd-DCUqvTfH.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/CasinoHeaderControllerNd-D_6QwglO.js").then(({ default: t }) => {
14
14
  !customElements.get("casino-header-controller-nd") && customElements.define("casino-header-controller-nd", t.element);
15
15
  });
16
16
  }
@@ -1,4 +1,4 @@
1
- import { C as s } from "../components/CasinoHeaderControllerNd-EHkwtbSO.js";
1
+ import { C as s } from "../components/CasinoHeaderControllerNd-DaXlyQ3T.js";
2
2
  function r(t) {
3
3
  return function(...n) {
4
4
  try {
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountBalanceModalNd-DrFhbFNX.cjs")).then(({default:t})=>{!customElements.get("player-account-balance-modal-nd")&&customElements.define("player-account-balance-modal-nd",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountBalanceModalNd-DiVN7ES9.cjs")).then(({default:t})=>{!customElements.get("player-account-balance-modal-nd")&&customElements.define("player-account-balance-modal-nd",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window < "u") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/PlayerAccountBalanceModalNd-C3jX9nUy.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/PlayerAccountBalanceModalNd-Mpa84E-2.js").then(({ default: t }) => {
14
14
  !customElements.get("player-account-balance-modal-nd") && customElements.define("player-account-balance-modal-nd", t.element);
15
15
  });
16
16
  }
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/PlayerAccountBalanceModalNd-BdJmJ8sm.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/PlayerAccountBalanceModalNd-BZiC3P0w.js").then(({ default: t }) => {
14
14
  !customElements.get("player-account-balance-modal-nd") && customElements.define("player-account-balance-modal-nd", t.element);
15
15
  });
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-header-controller-nd",
3
- "version": "1.77.18",
3
+ "version": "1.77.19",
4
4
  "type": "module",
5
5
  "main": "es2015/casino-header-controller-nd.cjs",
6
6
  "module": "esnext/casino-header-controller-nd.js",
@@ -1,7 +0,0 @@
1
- "use strict";var et=Object.defineProperty,tt=Object.defineProperties;var at=Object.getOwnPropertyDescriptors;var je=Object.getOwnPropertySymbols;var nt=Object.prototype.hasOwnProperty,ot=Object.prototype.propertyIsEnumerable;var Ne=Math.pow,He=(l,t,n)=>t in l?et(l,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):l[t]=n,ze=(l,t)=>{for(var n in t||(t={}))nt.call(t,n)&&He(l,n,t[n]);if(je)for(var n of je(t))ot.call(t,n)&&He(l,n,t[n]);return l},Ve=(l,t)=>tt(l,at(t));var Ue=(l,t,n)=>new Promise((b,g)=>{var u=B=>{try{y(n.next(B))}catch(T){g(T)}},S=B=>{try{y(n.throw(B))}catch(T){g(T)}},y=B=>B.done?b(B.value):Promise.resolve(B.value).then(u,S);y((n=n.apply(l,t)).next())});Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./CasinoHamburgerMenuNd-BSgGKd1p.cjs");function Pe(l,t){e.addMessages(l,t)}function rt(l){e.$locale.set(l)}const Xe={en:{Title:"Your Balance",Total:"Total Balance",Real:"Cash Balance",Bonus:"Bonus Balance",Credit:"Credit Balance",Casino:"Casino",Sports:"Sports",DepositButton:"Deposit",Loading:"Loading ..."},"zh-hk":{Title:"您的結餘",Total:"總結餘",Real:"現金結餘",Bonus:"紅利結餘",Credit:"信用結餘",Casino:"賭場",Sports:"體育",DepositButton:"存款",Loading:"載入中 ..."},de:{Title:"Ihr Guthaben",Total:"Gesamtguthaben",Real:"Barguthaben",Bonus:"Bonusguthaben",Credit:"Kreditguthaben",Casino:"Casino",Sports:"Sport",DepositButton:"Einzahlen",Loading:"Wird geladen ..."},it:{Title:"Il tuo saldo",Total:"Saldo totale",Real:"Saldo in contanti",Bonus:"Saldo bonus",Credit:"Saldo di credito",Casino:"Casinò",Sports:"Sport",DepositButton:"Deposita",Loading:"Caricamento ..."},fr:{Title:"Votre solde",Total:"Solde total",Real:"Solde en espèces",Bonus:"Solde bonus",Credit:"Solde de crédit",Casino:"Casino",Sports:"Sports",DepositButton:"Dépôt",Loading:"Chargement ..."},es:{Title:"Tu saldo",Total:"Saldo total",Real:"Saldo en efectivo",Bonus:"Saldo de bono",Credit:"Saldo de crédito",Casino:"Casino",Sports:"Deportes",DepositButton:"Depósito",Loading:"Cargando ..."},tr:{Title:"Bakiyeniz",Total:"Toplam Bakiye",Real:"Nakit Bakiye",Bonus:"Bonus Bakiyesi",Credit:"Kredi Bakiyesi",Casino:"Kumarhane",Sports:"Spor",DepositButton:"Yatır",Loading:"Yükleniyor ..."},ru:{Title:"Ваш баланс",Total:"Общий баланс",Real:"Денежный баланс",Bonus:"Бонусный баланс",Credit:"Кредитный баланс",Casino:"Казино",Sports:"Спорт",DepositButton:"Депозит",Loading:"Загружается ..."},ro:{Title:"Soldul tău",Total:"Sold total",Real:"Sold în numerar",Bonus:"Sold bonus",Credit:"Sold credit",Casino:"Cazinou",Sports:"Sporturi",DepositButton:"Depozit",Loading:"Se încarcă ..."},hr:{Title:"Vaš saldo",Total:"Ukupni saldo",Real:"Gotovinski saldo",Bonus:"Bonus saldo",Credit:"Kreditni saldo",Casino:"Casino",Sports:"Sportovi",DepositButton:"Depozit",Loading:"Učitavanje ..."},hu:{Title:"Az egyenleged",Total:"Teljes egyenleg",Real:"Készpénz egyenleg",Bonus:"Bónusz egyenleg",Credit:"Hitel egyenleg",Casino:"Kaszinó",Sports:"Sport",DepositButton:"Befizetés",Loading:"Betöltés ..."},pl:{Title:"Twoje saldo",Total:"Całkowite saldo",Real:"Saldo gotówkowe",Bonus:"Saldo bonusowe",Credit:"Saldo kredytowe",Casino:"Kasyno",Sports:"Sport",DepositButton:"Wpłać",Loading:"Ładowanie ..."},pt:{Title:"Seu Saldo",Total:"Saldo Total",Real:"Saldo em Dinheiro",Bonus:"Saldo de Bônus",Credit:"Saldo de Crédito",Casino:"Cassino",Sports:"Esportes",DepositButton:"Depositar",Loading:"Carregando ..."},sl:{Title:"Vaš saldo",Total:"Skupni saldo",Real:"Gotovinski saldo",Bonus:"Bonus saldo",Credit:"Kreditni saldo",Casino:"Kasino",Sports:"Šport",DepositButton:"Depozit",Loading:"Nalaganje ..."},sr:{Title:"Vaš saldo",Total:"Ukupan saldo",Real:"Gotovinski saldo",Bonus:"Bonus saldo",Credit:"Kreditni saldo",Casino:"Kasino",Sports:"Sport",DepositButton:"Depozit",Loading:"Učitavanje ..."},"pt-br":{Title:"Seu Saldo",Total:"Saldo Total",Real:"Saldo em Dinheiro",Bonus:"Saldo de Bônus",Credit:"Saldo de Crédito",Casino:"Cassino",Sports:"Esportes",DepositButton:"Depositar",Loading:"Carregando ..."},"es-mx":{Title:"Tu saldo",Total:"Saldo total",Real:"Saldo en efectivo",Bonus:"Saldo de bono",Credit:"Saldo de crédito",Casino:"Casino",Sports:"Deportes",DepositButton:"Depósito",Loading:"Cargando ..."},"en-us":{Title:"Your Balance",Total:"Total Balance",Real:"Cash Balance",Bonus:"Bonus Balance",Credit:"Credit Balance",Casino:"Casino",Sports:"Sports",DepositButton:"Deposit",Loading:"Loading ..."}};var Fe={exports:{}};/** @license
2
- * eventsource.js
3
- * Available under MIT License (MIT)
4
- * https://github.com/Yaffle/EventSource/
5
- */(function(l,t){(function(n){var b=n.setTimeout,g=n.clearTimeout,u=n.XMLHttpRequest,S=n.XDomainRequest,y=n.ActiveXObject,B=n.EventSource,T=n.document,M=n.Promise,k=n.fetch,D=n.Response,A=n.TextDecoder,C=n.TextEncoder,x=n.AbortController;if(typeof window!="undefined"&&typeof T!="undefined"&&!("readyState"in T)&&T.body==null&&(T.readyState="loading",window.addEventListener("load",function(o){T.readyState="complete"},!1)),u==null&&y!=null&&(u=function(){return new y("Microsoft.XMLHTTP")}),Object.create==null&&(Object.create=function(o){function c(){}return c.prototype=o,new c}),Date.now||(Date.now=function(){return new Date().getTime()}),x==null){var F=k;k=function(o,c){var f=c.signal;return F(o,{headers:c.headers,credentials:c.credentials,cache:c.cache}).then(function(s){var a=s.body.getReader();return f._reader=a,f._aborted&&f._reader.cancel(),{status:s.status,statusText:s.statusText,headers:s.headers,body:{getReader:function(){return a}}}})},x=function(){this.signal={_reader:null,_aborted:!1},this.abort=function(){this.signal._reader!=null&&this.signal._reader.cancel(),this.signal._aborted=!0}}}function J(){this.bitsNeeded=0,this.codePoint=0}J.prototype.decode=function(o){function c(w,d,v){if(v===1)return w>=128>>d&&w<<d<=2047;if(v===2)return w>=2048>>d&&w<<d<=55295||w>=57344>>d&&w<<d<=65535;if(v===3)return w>=65536>>d&&w<<d<=1114111;throw new Error}function f(w,d){if(w===6*1)return d>>6>15?3:d>31?2:1;if(w===6*2)return d>15?3:2;if(w===6*3)return 3;throw new Error}for(var s=65533,a="",r=this.bitsNeeded,i=this.codePoint,p=0;p<o.length;p+=1){var m=o[p];r!==0&&(m<128||m>191||!c(i<<6|m&63,r-6,f(r,i)))&&(r=0,i=s,a+=String.fromCharCode(i)),r===0?(m>=0&&m<=127?(r=0,i=m):m>=192&&m<=223?(r=6*1,i=m&31):m>=224&&m<=239?(r=6*2,i=m&15):m>=240&&m<=247?(r=6*3,i=m&7):(r=0,i=s),r!==0&&!c(i,r,f(r,i))&&(r=0,i=s)):(r-=6,i=i<<6|m&63),r===0&&(i<=65535?a+=String.fromCharCode(i):(a+=String.fromCharCode(55296+(i-65535-1>>10)),a+=String.fromCharCode(56320+(i-65535-1&1023))))}return this.bitsNeeded=r,this.codePoint=i,a};var $=function(){try{return new A().decode(new C().encode("test"),{stream:!0})==="test"}catch(o){console.debug("TextDecoder does not support streaming option. Using polyfill instead: "+o)}return!1};(A==null||C==null||!$())&&(A=J);var N=function(){};function L(o){this.withCredentials=!1,this.readyState=0,this.status=0,this.statusText="",this.responseText="",this.onprogress=N,this.onload=N,this.onerror=N,this.onreadystatechange=N,this._contentType="",this._xhr=o,this._sendTimeout=0,this._abort=N}L.prototype.open=function(o,c){this._abort(!0);var f=this,s=this._xhr,a=1,r=0;this._abort=function(v){f._sendTimeout!==0&&(g(f._sendTimeout),f._sendTimeout=0),(a===1||a===2||a===3)&&(a=4,s.onload=N,s.onerror=N,s.onabort=N,s.onprogress=N,s.onreadystatechange=N,s.abort(),r!==0&&(g(r),r=0),v||(f.readyState=4,f.onabort(null),f.onreadystatechange())),a=0};var i=function(){if(a===1){var v=0,_="",X=void 0;if("contentType"in s)v=200,_="OK",X=s.contentType;else try{v=s.status,_=s.statusText,X=s.getResponseHeader("Content-Type")}catch(fe){v=0,_="",X=void 0}v!==0&&(a=2,f.readyState=2,f.status=v,f.statusText=_,f._contentType=X,f.onreadystatechange())}},p=function(){if(i(),a===2||a===3){a=3;var v="";try{v=s.responseText}catch(_){}f.readyState=3,f.responseText=v,f.onprogress()}},m=function(v,_){if((_==null||_.preventDefault==null)&&(_={preventDefault:N}),p(),a===1||a===2||a===3){if(a=4,r!==0&&(g(r),r=0),f.readyState=4,v==="load")f.onload(_);else if(v==="error")f.onerror(_);else if(v==="abort")f.onabort(_);else throw new TypeError;f.onreadystatechange()}},w=function(v){s!=null&&(s.readyState===4?(!("onload"in s)||!("onerror"in s)||!("onabort"in s))&&m(s.responseText===""?"error":"load",v):s.readyState===3?"onprogress"in s||p():s.readyState===2&&i())},d=function(){r=b(function(){d()},500),s.readyState===3&&p()};"onload"in s&&(s.onload=function(v){m("load",v)}),"onerror"in s&&(s.onerror=function(v){m("error",v)}),"onabort"in s&&(s.onabort=function(v){m("abort",v)}),"onprogress"in s&&(s.onprogress=p),"onreadystatechange"in s&&(s.onreadystatechange=function(v){w(v)}),("contentType"in s||!("ontimeout"in u.prototype))&&(c+=(c.indexOf("?")===-1?"?":"&")+"padding=true"),s.open(o,c,!0),"readyState"in s&&(r=b(function(){d()},0))},L.prototype.abort=function(){this._abort(!1)},L.prototype.getResponseHeader=function(o){return this._contentType},L.prototype.setRequestHeader=function(o,c){var f=this._xhr;"setRequestHeader"in f&&f.setRequestHeader(o,c)},L.prototype.getAllResponseHeaders=function(){return this._xhr.getAllResponseHeaders!=null&&this._xhr.getAllResponseHeaders()||""},L.prototype.send=function(){if((!("ontimeout"in u.prototype)||!("sendAsBinary"in u.prototype)&&!("mozAnon"in u.prototype))&&T!=null&&T.readyState!=null&&T.readyState!=="complete"){var o=this;o._sendTimeout=b(function(){o._sendTimeout=0,o.send()},4);return}var c=this._xhr;"withCredentials"in c&&(c.withCredentials=this.withCredentials);try{c.send(void 0)}catch(f){throw f}};function W(o){return o.replace(/[A-Z]/g,function(c){return String.fromCharCode(c.charCodeAt(0)+32)})}function re(o){for(var c=Object.create(null),f=o.split(`\r
6
- `),s=0;s<f.length;s+=1){var a=f[s],r=a.split(": "),i=r.shift(),p=r.join(": ");c[W(i)]=p}this._map=c}re.prototype.get=function(o){return this._map[W(o)]},u!=null&&u.HEADERS_RECEIVED==null&&(u.HEADERS_RECEIVED=2);function P(){}P.prototype.open=function(o,c,f,s,a,r,i){o.open("GET",a);var p=0;o.onprogress=function(){var w=o.responseText,d=w.slice(p);p+=d.length,f(d)},o.onerror=function(w){w.preventDefault(),s(new Error("NetworkError"))},o.onload=function(){s(null)},o.onabort=function(){s(null)},o.onreadystatechange=function(){if(o.readyState===u.HEADERS_RECEIVED){var w=o.status,d=o.statusText,v=o.getResponseHeader("Content-Type"),_=o.getAllResponseHeaders();c(w,d,v,new re(_))}},o.withCredentials=r;for(var m in i)Object.prototype.hasOwnProperty.call(i,m)&&o.setRequestHeader(m,i[m]);return o.send(),o};function O(o){this._headers=o}O.prototype.get=function(o){return this._headers.get(o)};function R(){}R.prototype.open=function(o,c,f,s,a,r,i){var p=null,m=new x,w=m.signal,d=new A;return k(a,{headers:i,credentials:r?"include":"same-origin",signal:w,cache:"no-store"}).then(function(v){return p=v.body.getReader(),c(v.status,v.statusText,v.headers.get("Content-Type"),new O(v.headers)),new M(function(_,X){var fe=function(){p.read().then(function(I){if(I.done)_(void 0);else{var G=d.decode(I.value,{stream:!0});f(G),fe()}}).catch(function(I){X(I)})};fe()})}).catch(function(v){if(v.name!=="AbortError")return v}).then(function(v){s(v)}),{abort:function(){p!=null&&p.cancel(),m.abort()}}};function H(){this._listeners=Object.create(null)}function E(o){b(function(){throw o},0)}H.prototype.dispatchEvent=function(o){o.target=this;var c=this._listeners[o.type];if(c!=null)for(var f=c.length,s=0;s<f;s+=1){var a=c[s];try{typeof a.handleEvent=="function"?a.handleEvent(o):a.call(this,o)}catch(r){E(r)}}},H.prototype.addEventListener=function(o,c){o=String(o);var f=this._listeners,s=f[o];s==null&&(s=[],f[o]=s);for(var a=!1,r=0;r<s.length;r+=1)s[r]===c&&(a=!0);a||s.push(c)},H.prototype.removeEventListener=function(o,c){o=String(o);var f=this._listeners,s=f[o];if(s!=null){for(var a=[],r=0;r<s.length;r+=1)s[r]!==c&&a.push(s[r]);a.length===0?delete f[o]:f[o]=a}};function U(o){this.type=o,this.target=void 0}function te(o,c){U.call(this,o),this.data=c.data,this.lastEventId=c.lastEventId}te.prototype=Object.create(U.prototype);function ie(o,c){U.call(this,o),this.status=c.status,this.statusText=c.statusText,this.headers=c.headers}ie.prototype=Object.create(U.prototype);function h(o,c){U.call(this,o),this.error=c.error}h.prototype=Object.create(U.prototype);var le=-1,ne=0,ee=1,pe=2,we=-1,oe=0,be=1,me=2,Ce=3,Me=/^text\/event\-stream(;.*)?$/i,Be=1e3,_e=18e6,Te=function(o,c){var f=o==null?c:parseInt(o,10);return f!==f&&(f=c),ge(f)},ge=function(o){return Math.min(Math.max(o,Be),_e)},ue=function(o,c,f){try{typeof c=="function"&&c.call(o,f)}catch(s){E(s)}};function Y(o,c){H.call(this),c=c||{},this.onopen=void 0,this.onmessage=void 0,this.onerror=void 0,this.url=void 0,this.readyState=void 0,this.withCredentials=void 0,this.headers=void 0,this._close=void 0,ke(this,o,c)}function De(){return u!=null&&"withCredentials"in u.prototype||S==null?new u:new S}var Ae=k!=null&&D!=null&&"body"in D.prototype;function ke(o,c,f){c=String(c);var s=!!f.withCredentials,a=f.lastEventIdQueryParameterName||"lastEventId",r=ge(1e3),i=Te(f.heartbeatTimeout,45e3),p="",m=r,w=!1,d=0,v=f.headers||{},_=f.Transport,X=Ae&&_==null?void 0:new L(_!=null?new _:De()),fe=_!=null&&typeof _!="string"?new _:X==null?new R:new P,I=void 0,G=0,ae=le,ye="",Re="",se="",Ee="",q=oe,Le=0,he=0,Je=function(z,j,Q,Z){if(ae===ne)if(z===200&&Q!=null&&Me.test(Q)){ae=ee,w=Date.now(),m=r,o.readyState=ee;var K=new ie("open",{status:z,statusText:j,headers:Z});o.dispatchEvent(K),ue(o,o.onopen,K)}else{var V="";z!==200?(j&&(j=j.replace(/\s+/g," ")),V="EventSource's response has a status "+z+" "+j+" that is not 200. Aborting the connection."):V="EventSource's response has a Content-Type specifying an unsupported type: "+(Q==null?"-":Q.replace(/\s+/g," "))+". Aborting the connection.",Oe();var K=new ie("error",{status:z,statusText:j,headers:Z});o.dispatchEvent(K),ue(o,o.onerror,K),console.error(V)}},$e=function(z){if(ae===ee){for(var j=-1,Q=0;Q<z.length;Q+=1){var Z=z.charCodeAt(Q);(Z===10||Z===13)&&(j=Q)}var K=(j!==-1?Ee:"")+z.slice(0,j+1);Ee=(j===-1?Ee:"")+z.slice(j+1),z!==""&&(w=Date.now(),d+=z.length);for(var V=0;V<K.length;V+=1){var Z=K.charCodeAt(V);if(q===we&&Z===10)q=oe;else if(q===we&&(q=oe),Z===13||Z===10){if(q!==oe){q===be&&(he=V+1);var ce=K.slice(Le,he-1),de=K.slice(he+(he<V&&K.charCodeAt(he)===32?1:0),V);ce==="data"?(ye+=`
7
- `,ye+=de):ce==="id"?Re=de:ce==="event"?se=de:ce==="retry"?(r=Te(de,r),m=r):ce==="heartbeatTimeout"&&(i=Te(de,i),G!==0&&(g(G),G=b(function(){Se()},i)))}if(q===oe){if(ye!==""){p=Re,se===""&&(se="message");var ve=new te(se,{data:ye.slice(1),lastEventId:Re});if(o.dispatchEvent(ve),se==="open"?ue(o,o.onopen,ve):se==="message"?ue(o,o.onmessage,ve):se==="error"&&ue(o,o.onerror,ve),ae===pe)return}ye="",se=""}q=Z===13?we:oe}else q===oe&&(Le=V,q=be),q===be?Z===58&&(he=V+1,q=me):q===me&&(q=Ce)}}},Ie=function(z){if(ae===ee||ae===ne){ae=le,G!==0&&(g(G),G=0),G=b(function(){Se()},m),m=ge(Math.min(r*16,m*2)),o.readyState=ne;var j=new h("error",{error:z});o.dispatchEvent(j),ue(o,o.onerror,j),z!=null&&console.error(z)}},Oe=function(){ae=pe,I!=null&&(I.abort(),I=void 0),G!==0&&(g(G),G=0),o.readyState=pe},Se=function(){if(G=0,ae!==le){if(!w&&I!=null)Ie(new Error("No activity within "+i+" milliseconds. "+(ae===ne?"No response received.":d+" chars received.")+" Reconnecting.")),I!=null&&(I.abort(),I=void 0);else{var z=Math.max((w||Date.now())+i-Date.now(),1);w=!1,G=b(function(){Se()},z)}return}w=!1,d=0,G=b(function(){Se()},i),ae=ne,ye="",se="",Re=p,Ee="",Le=0,he=0,q=oe;var j=c;if(c.slice(0,5)!=="data:"&&c.slice(0,5)!=="blob:"&&p!==""){var Q=c.indexOf("?");j=Q===-1?c:c.slice(0,Q+1)+c.slice(Q+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,function(de,ve){return ve===a?"":de}),j+=(c.indexOf("?")===-1?"?":"&")+a+"="+encodeURIComponent(p)}var Z=o.withCredentials,K={};K.Accept="text/event-stream";var V=o.headers;if(V!=null)for(var ce in V)Object.prototype.hasOwnProperty.call(V,ce)&&(K[ce]=V[ce]);try{I=fe.open(X,Je,$e,Ie,j,Z,K)}catch(de){throw Oe(),de}};o.url=c,o.readyState=ne,o.withCredentials=s,o.headers=v,o._close=Oe,Se()}Y.prototype=Object.create(H.prototype),Y.prototype.CONNECTING=ne,Y.prototype.OPEN=ee,Y.prototype.CLOSED=pe,Y.prototype.close=function(){this._close()},Y.CONNECTING=ne,Y.OPEN=ee,Y.CLOSED=pe,Y.prototype.withCredentials=void 0;var xe=B;u!=null&&(B==null||!("withCredentials"in B.prototype))&&(xe=Y),function(o){{var c=o(t);c!==void 0&&(l.exports=c)}}(function(o){o.EventSourcePolyfill=Y,o.NativeEventSource=B,o.EventSource=xe})})(typeof globalThis=="undefined"?typeof window!="undefined"?window:typeof self!="undefined"?self:e.commonjsGlobal:globalThis)})(Fe,Fe.exports);var it=Fe.exports;function lt(l){e.append_styles(l,"svelte-lfsn3o",'*,*::before,*::after{font-family:inherit}:host{font-family:inherit}input,textarea,button{font-family:inherit}p{padding:0;margin:0}@keyframes growWidthPercent{from{height:0}to{height:100%}}.ShowBalance{position:relative}.ShowBalance .Loading{font-size:14px;white-space:nowrap;padding-right:10px}.ShowBalance .BalanceValue{font-size:14px;cursor:pointer;background:transparent;border:none;font:inherit;color:inherit;display:flex;flex-wrap:nowrap;white-space:nowrap}.ShowBalance .BalanceValue svg{width:16px;fill:black}.ShowBalance .BalanceValue span{padding-left:5px}.ShowBalance .BalanceValue .TriangleActive,.ShowBalance .BalanceValue .TriangleInactive{display:block;margin:0 3px;transition:all 0.2s}.ShowBalance .BalanceValue .TriangleActive:hover,.ShowBalance .BalanceValue .TriangleInactive:hover{transform:scale(1.2)}.ShowBalance .BalanceValue .TriangleActive svg,.ShowBalance .BalanceValue .TriangleInactive svg{margin:2px 0px}.ShowBalance .BalanceValue .TriangleActive{transform:scale(1.1) rotateX(180deg) translateY(3px)}.ShowBalance .BalanceValue .TriangleActive:hover{transform:scale(1.1) rotateX(180deg) translateY(3px)}@media only screen and (max-width: 360px){.ShowBalance .BalanceValue{font-size:12px}.ShowBalance .BalanceValue svg{width:12px}}.BalanceModalWrapper{background:linear-gradient(90deg, rgb(42, 79, 55) 0%, rgb(0, 61, 92) 100%);position:absolute;top:40px;padding:10px;transform:translateX(-45%);box-shadow:0px 30px 30px var(--emw--header-color-primary, var(--emw--color-primary, #22B04E));border-radius:5px;z-index:17;box-shadow:0px 5px 20px 0px #191919;transition:all 0.2s ease-in;opacity:0}.BalanceModalWrapper:before{content:"";background:linear-gradient(90deg, rgb(42, 79, 55) 0%, rgb(0, 61, 92) 100%);clip-path:polygon(50% 0, 0% 100%, 100% 100%);position:absolute;top:-8px;left:50%;width:25px;height:10px;z-index:1}.BalanceModalWrapper.Open{opacity:1}.BalanceModalClose{position:absolute;top:5px;right:5px;width:20px;height:20px;z-index:1;cursor:pointer;transition:all 0.3s ease;background:transparent;border:none;font:inherit;opacity:0}.BalanceModalClose:before{content:"";background:var(--emw--color-secondary, var(--emw--color-secondary, white));position:absolute;top:8px;left:0;width:20px;height:2px;transform:rotate(45deg)}.BalanceModalClose:after{content:"";background:var(--emw--color-secondary, var(--emw--color-secondary, white));position:absolute;top:8px;left:0;width:20px;height:2px;transform:rotate(-45deg)}.BalanceModalClose:hover{transform:scale(1.1)}.BalanceModalClose.Open{opacity:1}.BalanceModal{transition:all 0.2s ease-in;width:270px}.BalanceModalHeader{display:flex;align-items:center;justify-content:center;padding:20px 0}.BalanceModalHeader .BalanceModalTitle{font-size:16px;font-weight:bold;color:var(--emw--header-contrast, var(--emw--color-contrast, white))}.BalanceModalRowBoth{display:flex;flex-direction:column;gap:5px;padding:20px 0;border-bottom:1px solid var(--emw--color-gray-100, #E6E6E6)}.BalanceModalRowBoth:last-child{border-bottom:none}.BalanceModalRowBoth .BalanceModalRowLine{display:flex;width:100%;justify-content:space-between}.BalanceModalRowBoth .BalanceModalText{color:var(--emw--header-contrast, var(--emw--color-contrast, white));font-size:14px;text-transform:capitalize}.BalanceModalRowBoth .BalanceModalValue{font-size:14px;font-weight:bold;color:var(--emw--header-contrast, var(--emw--color-contrast, white))}.BalanceModalFooter{display:flex;align-items:center;padding:20px 0 10px}.BalanceModalFooter .BalanceModalAction{background:var(--emw--color-primary);font-size:12px;color:white;text-transform:uppercase;width:100%;border-radius:30px;border:none;padding:10px 0;cursor:pointer;transition:all 0.2s ease-in;box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.2)}.BalanceModalFooter .BalanceModalAction:hover{background:rgba(255, 255, 255, 0.1);color:var(--emw--color-primary);box-shadow:0px 0px 0px 2px inset var(--emw--color-primary);font-size:14px}.BalanceModalFooter .BalanceModalAction:active{background:rgba(255, 255, 255, 0.5)}.ShowBalanceModalOverlay{background-color:rgba(0, 0, 0, 0.7);position:fixed;top:0;bottom:0;left:0;right:0;z-index:16;opacity:0;transition:all 0.2s linear}.ShowBalanceModalOverlay.Open{opacity:1}')}function Ge(l,t,n){const b=l.slice();return b[54]=t[n],b}function qe(l,t,n){const b=l.slice();return b[57]=t[n],b}function st(l){let t,n,b=(l[1].Total?l[8](l[1].Total[0].amount):"0")+"",g,u,S,y,B,T,M,k,D,A,C=l[4]&&Ke(l);return{c(){t=e.element("button"),n=e.element("p"),g=e.text(b),u=e.space(),S=e.element("span"),y=e.svg_element("svg"),B=e.svg_element("path"),M=e.space(),C&&C.c(),k=e.empty(),e.attr(B,"id","arrow"),e.attr(B,"d","M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"),e.attr(B,"transform","translate(-274.511 -441.088)"),e.attr(B,"fill","#d1d1d1"),e.attr(y,"xmlns","http://www.w3.org/2000/svg"),e.attr(y,"width","14"),e.attr(y,"height","6.835"),e.attr(y,"viewBox","0 0 14 6.835"),e.attr(S,"class",T=l[3]?"TriangleActive":"TriangleInactive"),e.attr(t,"class","BalanceValue")},m(x,F){e.insert(x,t,F),e.append(t,n),e.append(n,g),e.append(t,u),e.append(t,S),e.append(S,y),e.append(y,B),e.insert(x,M,F),C&&C.m(x,F),e.insert(x,k,F),D||(A=e.listen(t,"click",l[26]),D=!0)},p(x,F){F[0]&2&&b!==(b=(x[1].Total?x[8](x[1].Total[0].amount):"0")+"")&&e.set_data(g,b),F[0]&8&&T!==(T=x[3]?"TriangleActive":"TriangleInactive")&&e.attr(S,"class",T),x[4]?C?C.p(x,F):(C=Ke(x),C.c(),C.m(k.parentNode,k)):C&&(C.d(1),C=null)},d(x){x&&(e.detach(t),e.detach(M),e.detach(k)),C&&C.d(x),D=!1,A()}}}function ct(l){let t,n=l[6]("Loading")+"",b;return{c(){t=e.element("p"),b=e.text(n),e.attr(t,"class","Loading")},m(g,u){e.insert(g,t,u),e.append(t,b)},p(g,u){u[0]&64&&n!==(n=g[6]("Loading")+"")&&e.set_data(b,n)},d(g){g&&e.detach(t)}}}function Ke(l){let t,n,b,g,u,S,y,B,T=l[6]("Title")+"",M,k,D,A,C,x,F=l[6]("DepositButton")+"",J,$,N,L,W,re,P=e.ensure_array_like(Object.keys(l[1])),O=[];for(let R=0;R<P.length;R+=1)O[R]=Ye(Ge(l,P,R));return{c(){t=e.element("div"),n=e.element("button"),g=e.space(),u=e.element("div"),S=e.element("div"),y=e.element("div"),B=e.element("p"),M=e.text(T),k=e.space(),D=e.element("div");for(let R=0;R<O.length;R+=1)O[R].c();A=e.space(),C=e.element("div"),x=e.element("button"),J=e.text(F),e.attr(n,"class",b="BalanceModalClose "+(l[3]?"Open":"")),e.attr(B,"class","BalanceModalTitle"),e.attr(y,"class","BalanceModalHeader"),e.attr(D,"class","BalanceModalBody"),e.attr(x,"class","BalanceModalAction"),e.attr(C,"class","BalanceModalFooter"),e.attr(S,"class",$="ModalContent "+(l[3]?"Open":"")),e.attr(u,"class",N="BalanceModal "+(l[3]?"Open":"")),e.attr(t,"class",L="BalanceModalWrapper "+(l[3]?"Open":""))},m(R,H){e.insert(R,t,H),e.append(t,n),e.append(t,g),e.append(t,u),e.append(u,S),e.append(S,y),e.append(y,B),e.append(B,M),e.append(S,k),e.append(S,D);for(let E=0;E<O.length;E+=1)O[E]&&O[E].m(D,null);e.append(S,A),e.append(S,C),e.append(C,x),e.append(x,J),W||(re=[e.listen(n,"click",l[27]),e.listen(x,"click",l[28])],W=!0)},p(R,H){if(H[0]&8&&b!==(b="BalanceModalClose "+(R[3]?"Open":""))&&e.attr(n,"class",b),H[0]&64&&T!==(T=R[6]("Title")+"")&&e.set_data(M,T),H[0]&322){P=e.ensure_array_like(Object.keys(R[1]));let E;for(E=0;E<P.length;E+=1){const U=Ge(R,P,E);O[E]?O[E].p(U,H):(O[E]=Ye(U),O[E].c(),O[E].m(D,null))}for(;E<O.length;E+=1)O[E].d(1);O.length=P.length}H[0]&64&&F!==(F=R[6]("DepositButton")+"")&&e.set_data(J,F),H[0]&8&&$!==($="ModalContent "+(R[3]?"Open":""))&&e.attr(S,"class",$),H[0]&8&&N!==(N="BalanceModal "+(R[3]?"Open":""))&&e.attr(u,"class",N),H[0]&8&&L!==(L="BalanceModalWrapper "+(R[3]?"Open":""))&&e.attr(t,"class",L)},d(R){R&&e.detach(t),e.destroy_each(O,R),W=!1,e.run_all(re)}}}function We(l){let t,n,b=l[6](l[54])+"",g,u,S=(l[57].productType?l[6](l[57].productType):"")+"",y,B,T,M,k=l[8](l[57].amount)+"",D;return{c(){t=e.element("div"),n=e.element("p"),g=e.text(b),u=e.space(),y=e.text(S),B=e.space(),T=e.element("p"),M=e.element("span"),D=e.text(k),e.attr(n,"class","BalanceModalText"),e.attr(M,"class","BalanceModalAmount"),e.attr(T,"class","BalanceModalValue"),e.attr(t,"class","BalanceModalRowLine")},m(A,C){e.insert(A,t,C),e.append(t,n),e.append(n,g),e.append(n,u),e.append(n,y),e.append(t,B),e.append(t,T),e.append(T,M),e.append(M,D)},p(A,C){C[0]&66&&b!==(b=A[6](A[54])+"")&&e.set_data(g,b),C[0]&66&&S!==(S=(A[57].productType?A[6](A[57].productType):"")+"")&&e.set_data(y,S),C[0]&2&&k!==(k=A[8](A[57].amount)+"")&&e.set_data(D,k)},d(A){A&&e.detach(t)}}}function Ye(l){let t,n,b=e.ensure_array_like(l[1][l[54]]),g=[];for(let u=0;u<b.length;u+=1)g[u]=We(qe(l,b,u));return{c(){t=e.element("div");for(let u=0;u<g.length;u+=1)g[u].c();n=e.space(),e.attr(t,"class","BalanceModalRowBoth")},m(u,S){e.insert(u,t,S);for(let y=0;y<g.length;y+=1)g[y]&&g[y].m(t,null);e.append(t,n)},p(u,S){if(S[0]&322){b=e.ensure_array_like(u[1][u[54]]);let y;for(y=0;y<b.length;y+=1){const B=qe(u,b,y);g[y]?g[y].p(B,S):(g[y]=We(B),g[y].c(),g[y].m(t,n))}for(;y<g.length;y+=1)g[y].d(1);g.length=b.length}},d(u){u&&e.detach(t),e.destroy_each(g,u)}}}function Qe(l){let t,n,b;return{c(){t=e.element("button"),e.attr(t,"class","ShowBalanceModalOverlay")},m(g,u){e.insert(g,t,u),n||(b=e.listen(t,"click",l[29]),n=!0)},p:e.noop,d(g){g&&e.detach(t),n=!1,b()}}}function dt(l){let t,n,b,g;function u(T,M){return T[2]?ct:st}let S=u(l),y=S(l),B=l[4]&&Qe(l);return{c(){t=e.element("div"),n=e.element("div"),y.c(),g=e.space(),B&&B.c(),e.attr(n,"class",b="ShowBalance "+(l[5]?"Mobile":""))},m(T,M){e.insert(T,t,M),e.append(t,n),y.m(n,null),e.append(t,g),B&&B.m(t,null),l[30](t)},p(T,M){S===(S=u(T))&&y?y.p(T,M):(y.d(1),y=S(T),y&&(y.c(),y.m(n,null))),M[0]&32&&b!==(b="ShowBalance "+(T[5]?"Mobile":""))&&e.attr(n,"class",b),T[4]?B?B.p(T,M):(B=Qe(T),B.c(),B.m(t,null)):B&&(B.d(1),B=null)},i:e.noop,o:e.noop,d(T){T&&e.detach(t),y.d(),B&&B.d(),l[30](null)}}}function ut(l,t,n){let b;e.component_subscribe(l,e.$format,a=>n(6,b=a));let{userid:g=""}=t,{session:u=""}=t,{endpoint:S=""}=t,{lang:y="en"}=t,{mbsource:B}=t,{clientstyling:T=""}=t,{clientstylingurl:M=""}=t,{translationurl:k=""}=t,{gmversion:D="gm16"}=t,{displaybalanceoption:A="All"}=t,{totalcalculationmode:C="totalCashAmount"}=t,{currencylocale:x="en"}=t,{currencydisplay:F="symbol"}=t,{maximumfractiondigits:J="2"}=t,{minimumfractiondigits:$="0"}=t,{customdisplayformat:N=""}=t,L,W=!0,re=!1,P=!1,O=!1,R=!1,H=window.navigator.userAgent,E,U="",te=[],ie;const h={},le=["totalCashAmount","totalRealAmount"],ne=()=>{fetch(k).then(a=>a.json()).then(a=>Object.keys(a).forEach(r=>Pe(r,a[r]))).catch(a=>console.log(a))};Object.keys(Xe).forEach(a=>Pe(a,Xe[a]));const ee=a=>{switch(a){case"balance":window.postMessage({type:"BalanceModalStatus",status:"open"},window.location.href),n(4,O=!0),setTimeout(()=>n(3,re=!0),150);break;case"closebalance":n(3,re=!1),window.postMessage({type:"BalanceModalStatus",status:"close"},window.location.href),setTimeout(()=>{n(4,O=!1)},150);break}},pe=a=>{if(N)return we(a);const r=x||y,i={style:"currency",currency:U,useGrouping:!0,currencyDisplay:F||"code",maximumFractionDigits:J===""||isNaN(Number(J))?2:Number(J),minimumFractionDigits:$===""||isNaN(Number($))?0:Number($)};return new Intl.NumberFormat(r,i).format(a)},we=a=>{const r=[];let i="";for(const p of N)switch(p){default:i+=p;break;case"{":i&&r.push(i),i="";break;case"}":const[m,w]=i.split("|");if(i="",m.toLowerCase()==="currency")i=U;else if(m.toLowerCase()==="amount"){let d=",",v=".",_=2;w&&(w[0]!==" "&&(d=w[0]),w[1]!==" "&&(v=w[1]),w[2]!==" "&&!isNaN(Number(w[2]))&&(_=Number(w[2])));let[X,fe]=String(Math.floor(a*Ne(10,_))/Ne(10,_)).split(".");i+=X[0];for(let I=1;I<X.length;++I)(X.length-I)%3===0?i+=d+X[I]:i+=X[I];fe&&(i+=v+fe)}i&&r.push(i),i="";break}return r.push(i),r.join("")},oe=()=>Ue(this,null,function*(){var r,i,p;n(2,W=!0);const a=new URL(`${S}/v1/player/${g}/account`);try{const m=yield fetch(a,{method:"GET",headers:{"X-SessionID":u}}),w=yield m.json();if(m.ok)window.postMessage({type:"BalancedFetched"},window.location.href),te=w.items,U=(r=te.find(d=>d.displayName==="Casino"))==null?void 0:r.currency,n(1,h.Total=[{amount:w.totalAmount[U]}],h),n(1,h.Real=[{amount:(i=te.find(d=>d.displayName==="Casino"))==null?void 0:i.balanceAmount}],h),n(1,h.Bonus=[{amount:(p=te.find(d=>d.displayName==="UBS"))==null?void 0:p.balanceAmount}],h);else throw new Error("Failed to fetch balance data !")}catch(m){console.log("Balance error: ",m)}finally{n(2,W=!1)}}),be=()=>{n(2,W=!0);const a=new URL(`${S}/v2/player/${g}/balance`),r=new Headers;r.append("X-SessionID",u),fetch(a,{method:"GET",headers:r}).then(p=>p.json()).then(p=>{p[C]||n(10,C=le[0]);const m=p.items.find(d=>d.type==="Real"&&d.walletAccountType==="Ordinary");if(U=m.currency,P=!!m.productType,n(1,h.Total=[{amount:0}],h),n(1,h.Real=[],h),n(1,h.Bonus=[],h),n(1,h.Credit=[],h),!P){ie={lastOrdinaryAfterAmount:0,showCreditLineAfterAmount:!1},n(1,h.Total[0].amount=p[C][U],h);for(const d of p.items)switch(d.type){case"Bonus":h.Bonus.length===0?h.Bonus.push({amount:d.amount}):n(1,h.Bonus[0].amount+=d.amount,h);break;case"Real":if(d.creditLine&&h.Credit.length===0&&h.Credit.push({amount:d.creditLine}),C==="totalRealAmount")continue;h.Real.length===0?h.Real.push({amount:d.amount}):n(1,h.Real[0].amount+=d.amount,h);break}for(const[d,v]of Object.entries(h))v.length<1&&delete h[d];n(2,W=!1);return}ie={Casino:{lastOrdinaryAfterAmount:0,showCreditLineAfterAmount:!1},Sports:{lastOrdinaryAfterAmount:0,showCreditLineAfterAmount:!1}};let w=p.items;A&&A!=="All"&&(w=p.items.filter(d=>d.productType===A));for(const d of w){let v;switch(d.type){case"Bonus":v=h.Bonus.findIndex(_=>_.productType===d.productType),v>0?n(1,h.Bonus[v].amount+=d.amount,h):h.Bonus.push({amount:d.amount,productType:d.productType});break;case"Real":d.creditLine&&h.Credit.push({amount:d.creditLine,productType:d.productType}),v=h.Real.findIndex(_=>_.productType===d.productType),v>0?n(1,h.Real[v].amount+=d.amount,h):h.Real.push({amount:d.amount,productType:d.productType});break}}_e();for(const[d,v]of Object.entries(h))v.length<1&&delete h[d];n(2,W=!1)}).catch(p=>{throw n(2,W=!1),console.log("Balance fetch error",p),new Error("Failed to fetch balance data!")})},me=()=>{if(E&&E.close(),u.length<1)return;let a,r;switch(D){case"gm16":a=new URL(`${S}/v2/player/${g}/information/updates`),r=m=>Te(m);break;case"gmcore":a=new URL(`${S}/v1/player/${g}/balance/updates`),r=m=>Me(m);break}const i={accept:"text/event-stream","X-SessionId":u},p=new it.EventSourcePolyfill(a,{headers:i});E=p,p.addEventListener("message",r)},Ce=a=>{let r;try{r=JSON.parse(a)}catch(i){console.log("Balance stream failed: ",i);return}return r},Me=a=>{var m,w;const r=Ce(a.data);if(!r){me();return}let i="0";const p=r.balanceChange;te=te.map(d=>(p&&p[d.id]&&(d=Ve(ze({},d),{balanceAmount:p[d.id].afterAmount})),i=(parseFloat(d==null?void 0:d.balanceAmount)+parseFloat(i)).toString(),d)),n(1,h.Real=[{amount:(m=te[0])==null?void 0:m.balanceAmount}],h),n(1,h.Bonus=[{amount:(w=te[1])==null?void 0:w.balanceAmount}],h),n(1,h.Total=[{amount:Number(i)}],h)},Be=(a,r,i)=>{let p=null;switch(i.walletAccountType){case"Ordinary":(i.afterAmount!==i.affectedAmount||r.lastOrdinaryAfterAmount===0)&&(r.lastOrdinaryAfterAmount=i.afterAmount,r.showCreditLineAfterAmount||(p=i.afterAmount));break;case"CreditLine":i.afterAmount!==0?(p=i.afterAmount,r.showCreditLineAfterAmount=!0):(p=r.lastOrdinaryAfterAmount,r.showCreditLineAfterAmount=!1);break;default:p=i.afterAmount}return p===null?a:p},_e=()=>{switch(C){case"totalCashAmount":let a=0;for(const i of["Real","Bonus"])for(const p of h[i])a+=Math.max(p.amount,0);n(1,h.Total[0].amount=a,h);break;case"totalRealAmount":if(!P)return;let r=0;for(const i of h.Real)r+=i.amount;n(1,h.Total[0].amount=r,h)}},Te=a=>{const r=Ce(a.data);if(!r){me();return}if(ue(r==null?void 0:r.type)||r.type!=="BALANCE_UPDATE_V2")return;const i=r.body.balanceChange;for(const[p,m]of Object.entries(i))if(C==="totalRealAmount"&&p==="Real"&&!P&&n(1,h.Total[0].amount=Be(h.Total[0].amount,ie,m),h),!!h[p])for(const w of h[p]){if(!P){w.amount=p==="Real"?Be(w.amount,ie,m):m.afterAmount;continue}m.productType===w.productType&&(w.amount=p==="Real"?Be(w.amount,ie[w.productType],m):m.afterAmount)}_e()},ge=()=>{ee("closebalance"),window.postMessage({type:"GoToDeposit"},window.location.href),typeof gtag=="function"&&gtag("event","GoToDeposit",{context:"PlayerAccountBalanceModal"})},ue=a=>a==="SESSION_EXPIRATION"?(window.postMessage({type:"SessionExpiration"},window.location.href),!0):!1,Y=()=>{le.includes(C)||(console.error(`Unsupported value ('${C}') for totalcalculationmode parameter. Only the following values are supported ${le}. Using default value ('${le[0]}').`),n(10,C=le[0]))},De=()=>{switch(rt(y),Y(),D){case"gmcore":oe();break;case"gm16":be();break;default:throw Error(`Invalid apiversion attribute: ${D}`)}},Ae=a=>a.data&&a.data.type==="LogoutSuccessfull"&&E.close(),ke=()=>{window.postMessage({type:"UpdateBalanceBackground"},window.location.href)};e.onMount(()=>(window.addEventListener("message",Ae,!1),n(5,R=e.isMobile(H)),()=>{window.removeEventListener("message",Ae),E&&E.close()}));const xe=()=>ee("balance"),o=()=>ee("closebalance"),c=()=>ge(),f=()=>ee("closebalance");function s(a){e.binding_callbacks[a?"unshift":"push"](()=>{L=a,n(0,L)})}return l.$$set=a=>{"userid"in a&&n(11,g=a.userid),"session"in a&&n(12,u=a.session),"endpoint"in a&&n(13,S=a.endpoint),"lang"in a&&n(14,y=a.lang),"mbsource"in a&&n(15,B=a.mbsource),"clientstyling"in a&&n(16,T=a.clientstyling),"clientstylingurl"in a&&n(17,M=a.clientstylingurl),"translationurl"in a&&n(18,k=a.translationurl),"gmversion"in a&&n(19,D=a.gmversion),"displaybalanceoption"in a&&n(20,A=a.displaybalanceoption),"totalcalculationmode"in a&&n(10,C=a.totalcalculationmode),"currencylocale"in a&&n(21,x=a.currencylocale),"currencydisplay"in a&&n(22,F=a.currencydisplay),"maximumfractiondigits"in a&&n(23,J=a.maximumfractiondigits),"minimumfractiondigits"in a&&n(24,$=a.minimumfractiondigits),"customdisplayformat"in a&&n(25,N=a.customdisplayformat)},l.$$.update=()=>{l.$$.dirty[0]&1603584&&S&&g&&u&&y&&D&&A&&De(),l.$$.dirty[0]&538624&&S&&g&&u&&D&&me(),l.$$.dirty[0]&262144&&k&&ne(),l.$$.dirty[0]&2&&h.Total&&ke(),l.$$.dirty[0]&65537&&T&&L&&e.setClientStyling(L,T),l.$$.dirty[0]&131073&&M&&L&&e.setClientStylingURL(L,M),l.$$.dirty[0]&32769&&B&&L&&e.setStreamStyling(L,`${B}.Style`)},[L,h,W,re,O,R,b,ee,pe,ge,C,g,u,S,y,B,T,M,k,D,A,x,F,J,$,N,xe,o,c,f,s]}class Ze extends e.SvelteComponent{constructor(t){super(),e.init(this,t,ut,dt,e.safe_not_equal,{userid:11,session:12,endpoint:13,lang:14,mbsource:15,clientstyling:16,clientstylingurl:17,translationurl:18,gmversion:19,displaybalanceoption:20,totalcalculationmode:10,currencylocale:21,currencydisplay:22,maximumfractiondigits:23,minimumfractiondigits:24,customdisplayformat:25},lt,[-1,-1])}get userid(){return this.$$.ctx[11]}set userid(t){this.$$set({userid:t}),e.flush()}get session(){return this.$$.ctx[12]}set session(t){this.$$set({session:t}),e.flush()}get endpoint(){return this.$$.ctx[13]}set endpoint(t){this.$$set({endpoint:t}),e.flush()}get lang(){return this.$$.ctx[14]}set lang(t){this.$$set({lang:t}),e.flush()}get mbsource(){return this.$$.ctx[15]}set mbsource(t){this.$$set({mbsource:t}),e.flush()}get clientstyling(){return this.$$.ctx[16]}set clientstyling(t){this.$$set({clientstyling:t}),e.flush()}get clientstylingurl(){return this.$$.ctx[17]}set clientstylingurl(t){this.$$set({clientstylingurl:t}),e.flush()}get translationurl(){return this.$$.ctx[18]}set translationurl(t){this.$$set({translationurl:t}),e.flush()}get gmversion(){return this.$$.ctx[19]}set gmversion(t){this.$$set({gmversion:t}),e.flush()}get displaybalanceoption(){return this.$$.ctx[20]}set displaybalanceoption(t){this.$$set({displaybalanceoption:t}),e.flush()}get totalcalculationmode(){return this.$$.ctx[10]}set totalcalculationmode(t){this.$$set({totalcalculationmode:t}),e.flush()}get currencylocale(){return this.$$.ctx[21]}set currencylocale(t){this.$$set({currencylocale:t}),e.flush()}get currencydisplay(){return this.$$.ctx[22]}set currencydisplay(t){this.$$set({currencydisplay:t}),e.flush()}get maximumfractiondigits(){return this.$$.ctx[23]}set maximumfractiondigits(t){this.$$set({maximumfractiondigits:t}),e.flush()}get minimumfractiondigits(){return this.$$.ctx[24]}set minimumfractiondigits(t){this.$$set({minimumfractiondigits:t}),e.flush()}get customdisplayformat(){return this.$$.ctx[25]}set customdisplayformat(t){this.$$set({customdisplayformat:t}),e.flush()}}e.create_custom_element(Ze,{userid:{},session:{},endpoint:{},lang:{},mbsource:{},clientstyling:{},clientstylingurl:{},translationurl:{},gmversion:{},displaybalanceoption:{},totalcalculationmode:{},currencylocale:{},currencydisplay:{},maximumfractiondigits:{},minimumfractiondigits:{},customdisplayformat:{}},[],[],!0);exports.default=Ze;