@everymatrix/casino-header-controller-nd 1.77.17 → 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.
@@ -278,10 +278,10 @@ var We = { exports: {} };
278
278
  };
279
279
  };
280
280
  }
281
- function te() {
281
+ function ae() {
282
282
  this.bitsNeeded = 0, this.codePoint = 0;
283
283
  }
284
- te.prototype.decode = function(n) {
284
+ ae.prototype.decode = function(n) {
285
285
  function s(v, c, y) {
286
286
  if (y === 1)
287
287
  return v >= 128 >> c && v << c <= 2047;
@@ -306,7 +306,7 @@ var We = { exports: {} };
306
306
  }
307
307
  return this.bitsNeeded = o, this.codePoint = r, t;
308
308
  };
309
- var ae = function() {
309
+ var ne = function() {
310
310
  try {
311
311
  return new x().decode(new S().encode("test"), { stream: !0 }) === "test";
312
312
  } catch (n) {
@@ -314,7 +314,7 @@ var We = { exports: {} };
314
314
  }
315
315
  return !1;
316
316
  };
317
- (x == null || S == null || !ae()) && (x = te);
317
+ (x == null || S == null || !ne()) && (x = ae);
318
318
  var F = function() {
319
319
  };
320
320
  function O(n) {
@@ -539,7 +539,7 @@ var We = { exports: {} };
539
539
  G.call(this, n), this.error = s.error;
540
540
  }
541
541
  p.prototype = Object.create(G.prototype);
542
- 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, Me = function(n, s) {
542
+ 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, Me = function(n, s) {
543
543
  var u = n == null ? s : parseInt(n, 10);
544
544
  return u !== u && (u = s), Ce(u);
545
545
  }, Ce = function(n) {
@@ -551,7 +551,7 @@ var We = { exports: {} };
551
551
  M(l);
552
552
  }
553
553
  };
554
- function Z(n, s) {
554
+ function $(n, s) {
555
555
  V.call(this), s = s || {}, 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, n, s);
556
556
  }
557
557
  function Ve() {
@@ -560,39 +560,39 @@ var We = { exports: {} };
560
560
  var Oe = k != null && L != null && "body" in L.prototype;
561
561
  function Ue(n, s, u) {
562
562
  s = String(s);
563
- var l = !!u.withCredentials, t = u.lastEventIdQueryParameterName || "lastEventId", o = Ce(1e3), r = Me(u.heartbeatTimeout, 45e3), f = "", h = o, v = !1, c = 0, y = 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, dt = function(U, z, $, ee) {
563
+ var l = !!u.withCredentials, t = u.lastEventIdQueryParameterName || "lastEventId", o = Ce(1e3), r = Me(u.heartbeatTimeout, 45e3), f = "", h = o, v = !1, c = 0, y = 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, dt = function(U, z, ee, te) {
564
564
  if (re === ie)
565
- if (U === 200 && $ != null && ze.test($)) {
566
- re = ne, v = Date.now(), h = o, n.readyState = ne;
565
+ if (U === 200 && ee != null && ze.test(ee)) {
566
+ re = Z, v = Date.now(), h = o, n.readyState = Z;
567
567
  var J = new ce("open", {
568
568
  status: U,
569
569
  statusText: z,
570
- headers: ee
570
+ headers: te
571
571
  });
572
572
  n.dispatchEvent(J), ye(n, n.onopen, J);
573
573
  } else {
574
574
  var P = "";
575
- 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();
575
+ 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();
576
576
  var J = new ce("error", {
577
577
  status: U,
578
578
  statusText: z,
579
- headers: ee
579
+ headers: te
580
580
  });
581
581
  n.dispatchEvent(J), ye(n, n.onerror, J), console.error(P);
582
582
  }
583
583
  }, ut = function(U) {
584
- if (re === ne) {
585
- for (var z = -1, $ = 0; $ < U.length; $ += 1) {
586
- var ee = U.charCodeAt($);
587
- (ee === 10 || ee === 13) && (z = $);
584
+ if (re === Z) {
585
+ for (var z = -1, ee = 0; ee < U.length; ee += 1) {
586
+ var te = U.charCodeAt(ee);
587
+ (te === 10 || te === 13) && (z = ee);
588
588
  }
589
589
  var J = (z !== -1 ? Ie : "") + U.slice(0, z + 1);
590
590
  Ie = (z === -1 ? Ie : "") + U.slice(z + 1), U !== "" && (v = Date.now(), c += U.length);
591
591
  for (var P = 0; P < J.length; P += 1) {
592
- var ee = J.charCodeAt(P);
593
- if (Y === xe && ee === 10)
592
+ var te = J.charCodeAt(P);
593
+ if (Y === xe && te === 10)
594
594
  Y = le;
595
- else if (Y === xe && (Y = le), ee === 13 || ee === 10) {
595
+ else if (Y === xe && (Y = le), te === 13 || te === 10) {
596
596
  if (Y !== le) {
597
597
  Y === Re && (be = P + 1);
598
598
  var fe = J.slice(Pe, be - 1), pe = J.slice(be + (be < P && J.charCodeAt(be) === 32 ? 1 : 0), P);
@@ -613,13 +613,13 @@ var We = { exports: {} };
613
613
  }
614
614
  _e = "", ue = "";
615
615
  }
616
- Y = ee === 13 ? xe : le;
616
+ Y = te === 13 ? xe : le;
617
617
  } else
618
- Y === le && (Pe = P, Y = Re), Y === Re ? ee === 58 && (be = P + 1, Y = Se) : Y === Se && (Y = Le);
618
+ Y === le && (Pe = P, Y = Re), Y === Re ? te === 58 && (be = P + 1, Y = Se) : Y === Se && (Y = Le);
619
619
  }
620
620
  }
621
621
  }, qe = function(U) {
622
- if (re === ne || re === ie) {
622
+ if (re === Z || re === ie) {
623
623
  re = de, q !== 0 && (m(q), q = 0), q = w(function() {
624
624
  De();
625
625
  }, h), h = Ce(Math.min(o * 16, h * 2)), n.readyState = ie;
@@ -645,36 +645,36 @@ var We = { exports: {} };
645
645
  }, r), re = ie, _e = "", ue = "", Fe = f, Ie = "", Pe = 0, be = 0, Y = le;
646
646
  var z = s;
647
647
  if (s.slice(0, 5) !== "data:" && s.slice(0, 5) !== "blob:" && f !== "") {
648
- var $ = s.indexOf("?");
649
- z = $ === -1 ? s : s.slice(0, $ + 1) + s.slice($ + 1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g, function(pe, Ae) {
648
+ var ee = s.indexOf("?");
649
+ z = ee === -1 ? s : s.slice(0, ee + 1) + s.slice(ee + 1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g, function(pe, Ae) {
650
650
  return Ae === t ? "" : pe;
651
651
  }), z += (s.indexOf("?") === -1 ? "?" : "&") + t + "=" + encodeURIComponent(f);
652
652
  }
653
- var ee = n.withCredentials, J = {};
653
+ var te = n.withCredentials, J = {};
654
654
  J.Accept = "text/event-stream";
655
655
  var P = n.headers;
656
656
  if (P != null)
657
657
  for (var fe in P)
658
658
  Object.prototype.hasOwnProperty.call(P, fe) && (J[fe] = P[fe]);
659
659
  try {
660
- H = ve.open(W, dt, ut, qe, z, ee, J);
660
+ H = ve.open(W, dt, ut, qe, z, te, J);
661
661
  } catch (pe) {
662
662
  throw Ge(), pe;
663
663
  }
664
664
  };
665
665
  n.url = s, n.readyState = ie, n.withCredentials = l, n.headers = y, n._close = Ge, De();
666
666
  }
667
- Z.prototype = Object.create(V.prototype), Z.prototype.CONNECTING = ie, Z.prototype.OPEN = ne, Z.prototype.CLOSED = we, Z.prototype.close = function() {
667
+ $.prototype = Object.create(V.prototype), $.prototype.CONNECTING = ie, $.prototype.OPEN = Z, $.prototype.CLOSED = we, $.prototype.close = function() {
668
668
  this._close();
669
- }, Z.CONNECTING = ie, Z.OPEN = ne, Z.CLOSED = we, Z.prototype.withCredentials = void 0;
669
+ }, $.CONNECTING = ie, $.OPEN = Z, $.CLOSED = we, $.prototype.withCredentials = void 0;
670
670
  var Ne = b;
671
- d != null && (b == null || !("withCredentials" in b.prototype)) && (Ne = Z), function(n) {
671
+ d != null && (b == null || !("withCredentials" in b.prototype)) && (Ne = $), function(n) {
672
672
  {
673
673
  var s = n(e);
674
674
  s !== void 0 && (i.exports = s);
675
675
  }
676
676
  }(function(n) {
677
- n.EventSourcePolyfill = Z, n.NativeEventSource = b, n.EventSource = Ne;
677
+ n.EventSourcePolyfill = $, n.NativeEventSource = b, n.EventSource = Ne;
678
678
  });
679
679
  })(typeof globalThis == "undefined" ? typeof window != "undefined" ? window : typeof self != "undefined" ? self : wt : globalThis);
680
680
  })(We, We.exports);
@@ -765,7 +765,7 @@ function rt(i) {
765
765
  ), D, k, L, x, S, R, j = (
766
766
  /*$_*/
767
767
  i[6]("DepositButton") + ""
768
- ), te, ae, F, O, Q, se, K = He(Object.keys(
768
+ ), ae, ne, F, O, Q, se, K = He(Object.keys(
769
769
  /*balances*/
770
770
  i[1]
771
771
  )), N = [];
@@ -776,8 +776,8 @@ function rt(i) {
776
776
  e = I("div"), a = I("button"), m = ge(), d = I("div"), T = I("div"), g = I("div"), b = I("p"), D = Te(B), k = ge(), L = I("div");
777
777
  for (let E = 0; E < N.length; E += 1)
778
778
  N[E].c();
779
- x = ge(), S = I("div"), R = I("button"), te = Te(j), C(a, "class", w = "BalanceModalClose " + /*isModalDisplayed*/
780
- (i[3] ? "Open" : "")), C(b, "class", "BalanceModalTitle"), C(g, "class", "BalanceModalHeader"), C(L, "class", "BalanceModalBody"), C(R, "class", "BalanceModalAction"), C(S, "class", "BalanceModalFooter"), C(T, "class", ae = "ModalContent " + /*isModalDisplayed*/
779
+ x = ge(), S = I("div"), R = I("button"), ae = Te(j), C(a, "class", w = "BalanceModalClose " + /*isModalDisplayed*/
780
+ (i[3] ? "Open" : "")), C(b, "class", "BalanceModalTitle"), C(g, "class", "BalanceModalHeader"), C(L, "class", "BalanceModalBody"), C(R, "class", "BalanceModalAction"), C(S, "class", "BalanceModalFooter"), C(T, "class", ne = "ModalContent " + /*isModalDisplayed*/
781
781
  (i[3] ? "Open" : "")), C(d, "class", F = "BalanceModal " + /*isModalDisplayed*/
782
782
  (i[3] ? "Open" : "")), C(e, "class", O = "BalanceModalWrapper " + /*isModalDisplayed*/
783
783
  (i[3] ? "Open" : ""));
@@ -786,7 +786,7 @@ function rt(i) {
786
786
  me(E, e, V), A(e, a), A(e, m), A(e, d), A(d, T), A(T, g), A(g, b), A(b, D), A(T, k), A(T, L);
787
787
  for (let M = 0; M < N.length; M += 1)
788
788
  N[M] && N[M].m(L, null);
789
- A(T, x), A(T, S), A(S, R), A(R, te), Q || (se = [
789
+ A(T, x), A(T, S), A(S, R), A(R, ae), Q || (se = [
790
790
  je(
791
791
  a,
792
792
  "click",
@@ -823,9 +823,9 @@ function rt(i) {
823
823
  }
824
824
  V[0] & /*$_*/
825
825
  64 && j !== (j = /*$_*/
826
- E[6]("DepositButton") + "") && Be(te, j), V[0] & /*isModalDisplayed*/
827
- 8 && ae !== (ae = "ModalContent " + /*isModalDisplayed*/
828
- (E[3] ? "Open" : "")) && C(T, "class", ae), V[0] & /*isModalDisplayed*/
826
+ E[6]("DepositButton") + "") && Be(ae, j), V[0] & /*isModalDisplayed*/
827
+ 8 && ne !== (ne = "ModalContent " + /*isModalDisplayed*/
828
+ (E[3] ? "Open" : "")) && C(T, "class", ne), V[0] & /*isModalDisplayed*/
829
829
  8 && F !== (F = "BalanceModal " + /*isModalDisplayed*/
830
830
  (E[3] ? "Open" : "")) && C(d, "class", F), V[0] & /*isModalDisplayed*/
831
831
  8 && O !== (O = "BalanceModalWrapper " + /*isModalDisplayed*/
@@ -996,12 +996,12 @@ function zt(i) {
996
996
  function Vt(i, e, a) {
997
997
  let w;
998
998
  Ct(i, Ot, (t) => a(6, w = t));
999
- let { userid: m = "" } = e, { session: d = "" } = e, { endpoint: T = "" } = e, { lang: g = "en" } = e, { mbsource: b } = e, { clientstyling: B = "" } = e, { clientstylingurl: D = "" } = e, { translationurl: k = "" } = e, { gmversion: L = "gm16" } = e, { displaybalanceoption: x = "All" } = e, { totalcalculationmode: S = "totalCashAmount" } = e, { currencylocale: R = "en" } = e, { currencydisplay: j = "symbol" } = e, { maximumfractiondigits: te = "2" } = e, { minimumfractiondigits: ae = "0" } = e, { customdisplayformat: F = "" } = e, O, Q = !0, se = !1, K = !1, N = !1, E = !1, V = window.navigator.userAgent, M, G = "", oe = [], ce;
999
+ let { userid: m = "" } = e, { session: d = "" } = e, { endpoint: T = "" } = e, { lang: g = "en" } = e, { mbsource: b } = e, { clientstyling: B = "" } = e, { clientstylingurl: D = "" } = e, { translationurl: k = "" } = e, { gmversion: L = "gm16" } = e, { displaybalanceoption: x = "All" } = e, { totalcalculationmode: S = "totalCashAmount" } = e, { currencylocale: R = "en" } = e, { currencydisplay: j = "symbol" } = e, { maximumfractiondigits: ae = "2" } = e, { minimumfractiondigits: ne = "0" } = e, { customdisplayformat: F = "" } = e, O, Q = !0, se = !1, K = !1, N = !1, E = !1, V = window.navigator.userAgent, M, G = "", oe = [], ce;
1000
1000
  const p = {}, de = ["totalCashAmount", "totalRealAmount"], ie = () => {
1001
1001
  fetch(k).then((t) => t.json()).then((t) => Object.keys(t).forEach((o) => tt(o, t[o]))).catch((t) => console.log(t));
1002
1002
  };
1003
1003
  Object.keys(at).forEach((t) => tt(t, at[t]));
1004
- const ne = (t) => {
1004
+ const Z = (t) => {
1005
1005
  switch (t) {
1006
1006
  case "balance":
1007
1007
  window.postMessage(
@@ -1035,8 +1035,8 @@ function Vt(i, e, a) {
1035
1035
  currency: G,
1036
1036
  useGrouping: !0,
1037
1037
  currencyDisplay: j || "code",
1038
- maximumFractionDigits: te === "" || isNaN(Number(te)) ? 2 : Number(te),
1039
- minimumFractionDigits: ae === "" || isNaN(Number(ae)) ? 0 : Number(ae)
1038
+ maximumFractionDigits: ae === "" || isNaN(Number(ae)) ? 2 : Number(ae),
1039
+ minimumFractionDigits: ne === "" || isNaN(Number(ne)) ? 0 : Number(ne)
1040
1040
  };
1041
1041
  return new Intl.NumberFormat(o, r).format(t);
1042
1042
  }, xe = (t) => {
@@ -1255,11 +1255,11 @@ function Vt(i, e, a) {
1255
1255
  }
1256
1256
  ke();
1257
1257
  }, Ce = () => {
1258
- ne("closebalance"), window.postMessage({ type: "GoToDeposit" }, window.location.href), typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "PlayerAccountBalanceModal" });
1259
- }, ye = (t) => t === "SESSION_EXPIRATION" ? (window.postMessage({ type: "SessionExpiration" }, window.location.href), !0) : !1, Z = () => {
1258
+ Z("closebalance"), window.postMessage({ type: "GoToDeposit" }, window.location.href), typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "PlayerAccountBalanceModal" });
1259
+ }, ye = (t) => t === "SESSION_EXPIRATION" ? (window.postMessage({ type: "SessionExpiration" }, window.location.href), !0) : !1, $ = () => {
1260
1260
  de.includes(S) || (console.error(`Unsupported value ('${S}') for totalcalculationmode parameter. Only the following values are supported ${de}. Using default value ('${de[0]}').`), a(10, S = de[0]));
1261
1261
  }, Ve = () => {
1262
- switch (Nt(g), Z(), L) {
1262
+ switch (Nt(g), $(), L) {
1263
1263
  case "gmcore":
1264
1264
  le();
1265
1265
  break;
@@ -1269,20 +1269,30 @@ function Vt(i, e, a) {
1269
1269
  default:
1270
1270
  throw Error(`Invalid apiversion attribute: ${L}`);
1271
1271
  }
1272
- }, Oe = (t) => t.data && t.data.type === "LogoutSuccessfull" && M.close(), Ue = () => {
1272
+ }, Oe = (t) => {
1273
+ const { data: { type: o } = {} } = t || {};
1274
+ switch (o) {
1275
+ case "LogoutSuccessfull":
1276
+ M.close();
1277
+ break;
1278
+ case "CloseBalance":
1279
+ Z("closebalance");
1280
+ break;
1281
+ }
1282
+ }, Ue = () => {
1273
1283
  window.postMessage({ type: "UpdateBalanceBackground" }, window.location.href);
1274
1284
  };
1275
1285
  _t(() => (window.addEventListener("message", Oe, !1), a(5, E = At(V)), () => {
1276
1286
  window.removeEventListener("message", Oe), M && M.close();
1277
1287
  }));
1278
- const Ne = () => ne("balance"), n = () => ne("closebalance"), s = () => Ce(), u = () => ne("closebalance");
1288
+ const Ne = () => Z("balance"), n = () => Z("closebalance"), s = () => Ce(), u = () => Z("closebalance");
1279
1289
  function l(t) {
1280
1290
  xt[t ? "unshift" : "push"](() => {
1281
1291
  O = t, a(0, O);
1282
1292
  });
1283
1293
  }
1284
1294
  return i.$$set = (t) => {
1285
- "userid" in t && a(11, m = t.userid), "session" in t && a(12, d = t.session), "endpoint" in t && a(13, T = t.endpoint), "lang" in t && a(14, g = t.lang), "mbsource" in t && a(15, b = t.mbsource), "clientstyling" in t && a(16, B = t.clientstyling), "clientstylingurl" in t && a(17, D = t.clientstylingurl), "translationurl" in t && a(18, k = t.translationurl), "gmversion" in t && a(19, L = t.gmversion), "displaybalanceoption" in t && a(20, x = t.displaybalanceoption), "totalcalculationmode" in t && a(10, S = t.totalcalculationmode), "currencylocale" in t && a(21, R = t.currencylocale), "currencydisplay" in t && a(22, j = t.currencydisplay), "maximumfractiondigits" in t && a(23, te = t.maximumfractiondigits), "minimumfractiondigits" in t && a(24, ae = t.minimumfractiondigits), "customdisplayformat" in t && a(25, F = t.customdisplayformat);
1295
+ "userid" in t && a(11, m = t.userid), "session" in t && a(12, d = t.session), "endpoint" in t && a(13, T = t.endpoint), "lang" in t && a(14, g = t.lang), "mbsource" in t && a(15, b = t.mbsource), "clientstyling" in t && a(16, B = t.clientstyling), "clientstylingurl" in t && a(17, D = t.clientstylingurl), "translationurl" in t && a(18, k = t.translationurl), "gmversion" in t && a(19, L = t.gmversion), "displaybalanceoption" in t && a(20, x = t.displaybalanceoption), "totalcalculationmode" in t && a(10, S = t.totalcalculationmode), "currencylocale" in t && a(21, R = t.currencylocale), "currencydisplay" in t && a(22, j = t.currencydisplay), "maximumfractiondigits" in t && a(23, ae = t.maximumfractiondigits), "minimumfractiondigits" in t && a(24, ne = t.minimumfractiondigits), "customdisplayformat" in t && a(25, F = t.customdisplayformat);
1286
1296
  }, i.$$.update = () => {
1287
1297
  i.$$.dirty[0] & /*endpoint, userid, session, lang, gmversion, displaybalanceoption*/
1288
1298
  1603584 && T && m && d && g && L && x && Ve(), i.$$.dirty[0] & /*endpoint, userid, session, gmversion*/
@@ -1300,7 +1310,7 @@ function Vt(i, e, a) {
1300
1310
  N,
1301
1311
  E,
1302
1312
  w,
1303
- ne,
1313
+ Z,
1304
1314
  we,
1305
1315
  Ce,
1306
1316
  S,
@@ -1316,8 +1326,8 @@ function Vt(i, e, a) {
1316
1326
  x,
1317
1327
  R,
1318
1328
  j,
1319
- te,
1320
1329
  ae,
1330
+ ne,
1321
1331
  F,
1322
1332
  Ne,
1323
1333
  n,
@@ -0,0 +1,7 @@
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 $(){this.bitsNeeded=0,this.codePoint=0}$.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 ee=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||!ee())&&(A=$);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,Y=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 Q(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,Z,J){if(ae===ne)if(z===200&&Z!=null&&Me.test(Z)){ae=Y,w=Date.now(),m=r,o.readyState=Y;var K=new ie("open",{status:z,statusText:j,headers:J});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: "+(Z==null?"-":Z.replace(/\s+/g," "))+". Aborting the connection.",Oe();var K=new ie("error",{status:z,statusText:j,headers:J});o.dispatchEvent(K),ue(o,o.onerror,K),console.error(V)}},$e=function(z){if(ae===Y){for(var j=-1,Z=0;Z<z.length;Z+=1){var J=z.charCodeAt(Z);(J===10||J===13)&&(j=Z)}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 J=K.charCodeAt(V);if(q===we&&J===10)q=oe;else if(q===we&&(q=oe),J===13||J===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=J===13?we:oe}else q===oe&&(Le=V,q=be),q===be?J===58&&(he=V+1,q=me):q===me&&(q=Ce)}}},Ie=function(z){if(ae===Y||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 Z=c.indexOf("?");j=Z===-1?c:c.slice(0,Z+1)+c.slice(Z+1).replace(/(?:^|&)([^=&]*)(?:=[^&]*)?/g,function(de,ve){return ve===a?"":de}),j+=(c.indexOf("?")===-1?"?":"&")+a+"="+encodeURIComponent(p)}var J=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,J,K)}catch(de){throw Oe(),de}};o.url=c,o.readyState=ne,o.withCredentials=s,o.headers=v,o._close=Oe,Se()}Q.prototype=Object.create(H.prototype),Q.prototype.CONNECTING=ne,Q.prototype.OPEN=Y,Q.prototype.CLOSED=pe,Q.prototype.close=function(){this._close()},Q.CONNECTING=ne,Q.OPEN=Y,Q.CLOSED=pe,Q.prototype.withCredentials=void 0;var xe=B;u!=null&&(B==null||!("withCredentials"in B.prototype))&&(xe=Q),function(o){{var c=o(t);c!==void 0&&(l.exports=c)}}(function(o){o.EventSourcePolyfill=Q,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")+"",$,ee,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"),$=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",ee="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,$),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($,F),H[0]&8&&ee!==(ee="ModalContent "+(R[3]?"Open":""))&&e.attr(S,"class",ee),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:$="2"}=t,{minimumfractiondigits:ee="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 Y=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:$===""||isNaN(Number($))?2:Number($),minimumFractionDigits:ee===""||isNaN(Number(ee))?0:Number(ee)};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=()=>{Y("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,Q=()=>{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),Q(),D){case"gmcore":oe();break;case"gm16":be();break;default:throw Error(`Invalid apiversion attribute: ${D}`)}},Ae=a=>{const{data:{type:r}={}}=a||{};switch(r){case"LogoutSuccessfull":E.close();break;case"CloseBalance":Y("closebalance");break}},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=()=>Y("balance"),o=()=>Y("closebalance"),c=()=>ge(),f=()=>Y("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,$=a.maximumfractiondigits),"minimumfractiondigits"in a&&n(24,ee=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,Y,pe,ge,C,g,u,S,y,B,T,M,k,D,A,x,F,$,ee,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;