@everymatrix/casino-integrated-game-page 1.59.1 → 1.59.3
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.
- package/components/{CasinoIntegratedGamePage-D10O1dQL.js → CasinoIntegratedGamePage-5F3cRlLP.js} +347 -326
- package/components/{CasinoIntegratedGamePage-C2Rbgs17.cjs → CasinoIntegratedGamePage-DU8mzkle.cjs} +4 -4
- package/components/{CasinoIntegratedGamePage-tiMOIAvv.js → CasinoIntegratedGamePage-FBx_9Qx2.js} +347 -326
- package/components/{PlayerDeposit-DAzttEOQ.cjs → PlayerDeposit-BFkYpL3E.cjs} +1 -1
- package/components/{PlayerDeposit-CzL0z7tV.js → PlayerDeposit-CNc4F8xQ.js} +1 -1
- package/components/{PlayerDeposit--OLX6U6n.js → PlayerDeposit-CvqvuO2L.js} +1 -1
- package/es2015/casino-integrated-game-page.cjs +1 -1
- package/es2015/casino-integrated-game-page.js +1 -1
- package/esnext/casino-integrated-game-page.js +1 -1
- package/package.json +2 -2
package/components/{CasinoIntegratedGamePage-D10O1dQL.js → CasinoIntegratedGamePage-5F3cRlLP.js}
RENAMED
|
@@ -86,7 +86,7 @@ function ae(e, t, r, n) {
|
|
|
86
86
|
function S(e, t, r) {
|
|
87
87
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
88
88
|
}
|
|
89
|
-
function
|
|
89
|
+
function x(e, t, r) {
|
|
90
90
|
const n = t.toLowerCase();
|
|
91
91
|
n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : S(e, t, r);
|
|
92
92
|
}
|
|
@@ -4392,7 +4392,7 @@ if (typeof window < "u") {
|
|
|
4392
4392
|
}
|
|
4393
4393
|
};
|
|
4394
4394
|
};
|
|
4395
|
-
customElements.define = e(customElements.define), import("./PlayerDeposit
|
|
4395
|
+
customElements.define = e(customElements.define), import("./PlayerDeposit-CvqvuO2L.js").then(({ default: t }) => {
|
|
4396
4396
|
!customElements.get("player-deposit") && customElements.define("player-deposit", t.element);
|
|
4397
4397
|
});
|
|
4398
4398
|
}
|
|
@@ -4593,7 +4593,7 @@ function we(e, t, r) {
|
|
|
4593
4593
|
return (s ? r ? "+" : "" : "-") + Math.pow(10, Math.max(0, i)).toString().substr(1) + n;
|
|
4594
4594
|
}
|
|
4595
4595
|
var An = /(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g, ir = /(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g, sn = {}, lt = {};
|
|
4596
|
-
function
|
|
4596
|
+
function E(e, t, r, n) {
|
|
4597
4597
|
var i = n;
|
|
4598
4598
|
typeof n == "string" && (i = function() {
|
|
4599
4599
|
return this[n]();
|
|
@@ -4804,13 +4804,13 @@ function Nr(e, t) {
|
|
|
4804
4804
|
var r = mh(t, 12);
|
|
4805
4805
|
return e += (t - r) / 12, r === 1 ? Fr(e) ? 29 : 28 : 31 - r % 7 % 2;
|
|
4806
4806
|
}
|
|
4807
|
-
|
|
4807
|
+
E("M", ["MM", 2], "Mo", function() {
|
|
4808
4808
|
return this.month() + 1;
|
|
4809
4809
|
});
|
|
4810
|
-
|
|
4810
|
+
E("MMM", 0, 0, function(e) {
|
|
4811
4811
|
return this.localeData().monthsShort(this, e);
|
|
4812
4812
|
});
|
|
4813
|
-
|
|
4813
|
+
E("MMMM", 0, 0, function(e) {
|
|
4814
4814
|
return this.localeData().months(this, e);
|
|
4815
4815
|
});
|
|
4816
4816
|
K("month", "M");
|
|
@@ -4911,16 +4911,16 @@ function Js() {
|
|
|
4911
4911
|
"i"
|
|
4912
4912
|
);
|
|
4913
4913
|
}
|
|
4914
|
-
|
|
4914
|
+
E("Y", 0, 0, function() {
|
|
4915
4915
|
var e = this.year();
|
|
4916
4916
|
return e <= 9999 ? we(e, 4) : "+" + e;
|
|
4917
4917
|
});
|
|
4918
|
-
|
|
4918
|
+
E(0, ["YY", 2], 0, function() {
|
|
4919
4919
|
return this.year() % 100;
|
|
4920
4920
|
});
|
|
4921
|
-
|
|
4922
|
-
|
|
4923
|
-
|
|
4921
|
+
E(0, ["YYYY", 4], 0, "year");
|
|
4922
|
+
E(0, ["YYYYY", 5], 0, "year");
|
|
4923
|
+
E(0, ["YYYYYY", 6, !0], 0, "year");
|
|
4924
4924
|
K("year", "y");
|
|
4925
4925
|
ee("year", 1);
|
|
4926
4926
|
y("Y", Hr);
|
|
@@ -4978,8 +4978,8 @@ function Fe(e, t, r) {
|
|
|
4978
4978
|
var n = br(e, t, r), i = br(e + 1, t, r);
|
|
4979
4979
|
return (Ct(e) - n + i) / 7;
|
|
4980
4980
|
}
|
|
4981
|
-
|
|
4982
|
-
|
|
4981
|
+
E("w", ["ww", 2], "wo", "week");
|
|
4982
|
+
E("W", ["WW", 2], "Wo", "isoWeek");
|
|
4983
4983
|
K("week", "w");
|
|
4984
4984
|
K("isoWeek", "W");
|
|
4985
4985
|
ee("week", 5);
|
|
@@ -5017,18 +5017,18 @@ function Ih(e) {
|
|
|
5017
5017
|
var t = Bt(this, 1, 4).week;
|
|
5018
5018
|
return e == null ? t : this.add((e - t) * 7, "d");
|
|
5019
5019
|
}
|
|
5020
|
-
|
|
5021
|
-
|
|
5020
|
+
E("d", 0, "do", "day");
|
|
5021
|
+
E("dd", 0, 0, function(e) {
|
|
5022
5022
|
return this.localeData().weekdaysMin(this, e);
|
|
5023
5023
|
});
|
|
5024
|
-
|
|
5024
|
+
E("ddd", 0, 0, function(e) {
|
|
5025
5025
|
return this.localeData().weekdaysShort(this, e);
|
|
5026
5026
|
});
|
|
5027
|
-
|
|
5027
|
+
E("dddd", 0, 0, function(e) {
|
|
5028
5028
|
return this.localeData().weekdays(this, e);
|
|
5029
5029
|
});
|
|
5030
|
-
|
|
5031
|
-
|
|
5030
|
+
E("e", 0, 0, "weekday");
|
|
5031
|
+
E("E", 0, 0, "isoWeekday");
|
|
5032
5032
|
K("day", "d");
|
|
5033
5033
|
K("weekday", "e");
|
|
5034
5034
|
K("isoWeekday", "E");
|
|
@@ -5165,23 +5165,23 @@ function jn() {
|
|
|
5165
5165
|
function $h() {
|
|
5166
5166
|
return this.hours() || 24;
|
|
5167
5167
|
}
|
|
5168
|
-
|
|
5169
|
-
|
|
5170
|
-
|
|
5171
|
-
|
|
5168
|
+
E("H", ["HH", 2], 0, "hour");
|
|
5169
|
+
E("h", ["hh", 2], 0, jn);
|
|
5170
|
+
E("k", ["kk", 2], 0, $h);
|
|
5171
|
+
E("hmm", 0, 0, function() {
|
|
5172
5172
|
return "" + jn.apply(this) + we(this.minutes(), 2);
|
|
5173
5173
|
});
|
|
5174
|
-
|
|
5174
|
+
E("hmmss", 0, 0, function() {
|
|
5175
5175
|
return "" + jn.apply(this) + we(this.minutes(), 2) + we(this.seconds(), 2);
|
|
5176
5176
|
});
|
|
5177
|
-
|
|
5177
|
+
E("Hmm", 0, 0, function() {
|
|
5178
5178
|
return "" + this.hours() + we(this.minutes(), 2);
|
|
5179
5179
|
});
|
|
5180
|
-
|
|
5180
|
+
E("Hmmss", 0, 0, function() {
|
|
5181
5181
|
return "" + this.hours() + we(this.minutes(), 2) + we(this.seconds(), 2);
|
|
5182
5182
|
});
|
|
5183
5183
|
function ea(e, t) {
|
|
5184
|
-
|
|
5184
|
+
E(e, 0, 0, function() {
|
|
5185
5185
|
return this.localeData().meridiem(
|
|
5186
5186
|
this.hours(),
|
|
5187
5187
|
this.minutes(),
|
|
@@ -5681,7 +5681,7 @@ function Nf(e, t, r) {
|
|
|
5681
5681
|
return s + i;
|
|
5682
5682
|
}
|
|
5683
5683
|
function la(e, t) {
|
|
5684
|
-
|
|
5684
|
+
E(e, 0, 0, function() {
|
|
5685
5685
|
var r = this.utcOffset(), n = "+";
|
|
5686
5686
|
return r < 0 && (r = -r, n = "-"), n + we(~~(r / 60), 2) + t + we(~~r % 60, 2);
|
|
5687
5687
|
});
|
|
@@ -6174,15 +6174,15 @@ function Pc() {
|
|
|
6174
6174
|
strict: this._strict
|
|
6175
6175
|
};
|
|
6176
6176
|
}
|
|
6177
|
-
|
|
6178
|
-
|
|
6179
|
-
|
|
6180
|
-
|
|
6181
|
-
|
|
6182
|
-
|
|
6183
|
-
|
|
6184
|
-
|
|
6185
|
-
|
|
6177
|
+
E("N", 0, 0, "eraAbbr");
|
|
6178
|
+
E("NN", 0, 0, "eraAbbr");
|
|
6179
|
+
E("NNN", 0, 0, "eraAbbr");
|
|
6180
|
+
E("NNNN", 0, 0, "eraName");
|
|
6181
|
+
E("NNNNN", 0, 0, "eraNarrow");
|
|
6182
|
+
E("y", ["y", 1], "yo", "eraYear");
|
|
6183
|
+
E("y", ["yy", 2], 0, "eraYear");
|
|
6184
|
+
E("y", ["yyy", 3], 0, "eraYear");
|
|
6185
|
+
E("y", ["yyyy", 4], 0, "eraYear");
|
|
6186
6186
|
y("N", $n);
|
|
6187
6187
|
y("NN", $n);
|
|
6188
6188
|
y("NNN", $n);
|
|
@@ -6309,14 +6309,14 @@ function Qn() {
|
|
|
6309
6309
|
"i"
|
|
6310
6310
|
);
|
|
6311
6311
|
}
|
|
6312
|
-
|
|
6312
|
+
E(0, ["gg", 2], 0, function() {
|
|
6313
6313
|
return this.weekYear() % 100;
|
|
6314
6314
|
});
|
|
6315
|
-
|
|
6315
|
+
E(0, ["GG", 2], 0, function() {
|
|
6316
6316
|
return this.isoWeekYear() % 100;
|
|
6317
6317
|
});
|
|
6318
6318
|
function Ar(e, t) {
|
|
6319
|
-
|
|
6319
|
+
E(0, [e, e.length], 0, t);
|
|
6320
6320
|
}
|
|
6321
6321
|
Ar("gggg", "weekYear");
|
|
6322
6322
|
Ar("ggggg", "weekYear");
|
|
@@ -6385,7 +6385,7 @@ function $c(e, t, r, n, i) {
|
|
|
6385
6385
|
var s = Qs(e, t, r, n, i), a = At(s.year, 0, s.dayOfYear);
|
|
6386
6386
|
return this.year(a.getUTCFullYear()), this.month(a.getUTCMonth()), this.date(a.getUTCDate()), this;
|
|
6387
6387
|
}
|
|
6388
|
-
|
|
6388
|
+
E("Q", 0, "Qo", "quarter");
|
|
6389
6389
|
K("quarter", "Q");
|
|
6390
6390
|
ee("quarter", 7);
|
|
6391
6391
|
y("Q", Gs);
|
|
@@ -6395,7 +6395,7 @@ B("Q", function(e, t) {
|
|
|
6395
6395
|
function Qc(e) {
|
|
6396
6396
|
return e == null ? Math.ceil((this.month() + 1) / 3) : this.month((e - 1) * 3 + this.month() % 3);
|
|
6397
6397
|
}
|
|
6398
|
-
|
|
6398
|
+
E("D", ["DD", 2], "Do", "date");
|
|
6399
6399
|
K("date", "D");
|
|
6400
6400
|
ee("date", 9);
|
|
6401
6401
|
y("D", W);
|
|
@@ -6408,7 +6408,7 @@ B("Do", function(e, t) {
|
|
|
6408
6408
|
t[ve] = D(e.match(W)[0]);
|
|
6409
6409
|
});
|
|
6410
6410
|
var va = vt("Date", !0);
|
|
6411
|
-
|
|
6411
|
+
E("DDD", ["DDDD", 3], "DDDo", "dayOfYear");
|
|
6412
6412
|
K("dayOfYear", "DDD");
|
|
6413
6413
|
ee("dayOfYear", 4);
|
|
6414
6414
|
y("DDD", Pr);
|
|
@@ -6422,43 +6422,43 @@ function Kc(e) {
|
|
|
6422
6422
|
) + 1;
|
|
6423
6423
|
return e == null ? t : this.add(e - t, "d");
|
|
6424
6424
|
}
|
|
6425
|
-
|
|
6425
|
+
E("m", ["mm", 2], 0, "minute");
|
|
6426
6426
|
K("minute", "m");
|
|
6427
6427
|
ee("minute", 14);
|
|
6428
6428
|
y("m", W);
|
|
6429
6429
|
y("mm", W, oe);
|
|
6430
6430
|
B(["m", "mm"], de);
|
|
6431
6431
|
var ed = vt("Minutes", !1);
|
|
6432
|
-
|
|
6432
|
+
E("s", ["ss", 2], 0, "second");
|
|
6433
6433
|
K("second", "s");
|
|
6434
6434
|
ee("second", 15);
|
|
6435
6435
|
y("s", W);
|
|
6436
6436
|
y("ss", W, oe);
|
|
6437
6437
|
B(["s", "ss"], Te);
|
|
6438
6438
|
var td = vt("Seconds", !1);
|
|
6439
|
-
|
|
6439
|
+
E("S", 0, 0, function() {
|
|
6440
6440
|
return ~~(this.millisecond() / 100);
|
|
6441
6441
|
});
|
|
6442
|
-
|
|
6442
|
+
E(0, ["SS", 2], 0, function() {
|
|
6443
6443
|
return ~~(this.millisecond() / 10);
|
|
6444
6444
|
});
|
|
6445
|
-
|
|
6446
|
-
|
|
6445
|
+
E(0, ["SSS", 3], 0, "millisecond");
|
|
6446
|
+
E(0, ["SSSS", 4], 0, function() {
|
|
6447
6447
|
return this.millisecond() * 10;
|
|
6448
6448
|
});
|
|
6449
|
-
|
|
6449
|
+
E(0, ["SSSSS", 5], 0, function() {
|
|
6450
6450
|
return this.millisecond() * 100;
|
|
6451
6451
|
});
|
|
6452
|
-
|
|
6452
|
+
E(0, ["SSSSSS", 6], 0, function() {
|
|
6453
6453
|
return this.millisecond() * 1e3;
|
|
6454
6454
|
});
|
|
6455
|
-
|
|
6455
|
+
E(0, ["SSSSSSS", 7], 0, function() {
|
|
6456
6456
|
return this.millisecond() * 1e4;
|
|
6457
6457
|
});
|
|
6458
|
-
|
|
6458
|
+
E(0, ["SSSSSSSS", 8], 0, function() {
|
|
6459
6459
|
return this.millisecond() * 1e5;
|
|
6460
6460
|
});
|
|
6461
|
-
|
|
6461
|
+
E(0, ["SSSSSSSSS", 9], 0, function() {
|
|
6462
6462
|
return this.millisecond() * 1e6;
|
|
6463
6463
|
});
|
|
6464
6464
|
K("millisecond", "ms");
|
|
@@ -6475,8 +6475,8 @@ function rd(e, t) {
|
|
|
6475
6475
|
for (Ae = "S"; Ae.length <= 9; Ae += "S")
|
|
6476
6476
|
B(Ae, rd);
|
|
6477
6477
|
wa = vt("Milliseconds", !1);
|
|
6478
|
-
|
|
6479
|
-
|
|
6478
|
+
E("z", 0, 0, "zoneAbbr");
|
|
6479
|
+
E("zz", 0, 0, "zoneName");
|
|
6480
6480
|
function nd() {
|
|
6481
6481
|
return this._isUTC ? "UTC" : "";
|
|
6482
6482
|
}
|
|
@@ -6860,8 +6860,8 @@ C.toIsoString = he(
|
|
|
6860
6860
|
Br
|
|
6861
6861
|
);
|
|
6862
6862
|
C.lang = ma;
|
|
6863
|
-
|
|
6864
|
-
|
|
6863
|
+
E("X", 0, 0, "unix");
|
|
6864
|
+
E("x", 0, 0, "valueOf");
|
|
6865
6865
|
y("x", Hr);
|
|
6866
6866
|
y("X", lh);
|
|
6867
6867
|
B("X", function(e, t, r) {
|
|
@@ -6928,12 +6928,12 @@ function Wd(e) {
|
|
|
6928
6928
|
function r(s, a) {
|
|
6929
6929
|
if (
|
|
6930
6930
|
/*isLoggedIn*/
|
|
6931
|
-
s[
|
|
6931
|
+
s[26]
|
|
6932
6932
|
)
|
|
6933
6933
|
return Zd;
|
|
6934
6934
|
if (
|
|
6935
6935
|
/*funMode*/
|
|
6936
|
-
s[
|
|
6936
|
+
s[31]
|
|
6937
6937
|
)
|
|
6938
6938
|
return zd;
|
|
6939
6939
|
}
|
|
@@ -6985,66 +6985,66 @@ function Vd(e) {
|
|
|
6985
6985
|
}
|
|
6986
6986
|
function zd(e) {
|
|
6987
6987
|
let t, r, n, i, s, a, o, l, h, u, c, d, p = !/*isFullscreen*/
|
|
6988
|
-
e[
|
|
6988
|
+
e[38] && Zi(e), _ = (
|
|
6989
6989
|
/*isFullscreen*/
|
|
6990
|
-
e[
|
|
6990
|
+
e[38] && Xi(e)
|
|
6991
6991
|
), b = (
|
|
6992
6992
|
/*gamebanneractive*/
|
|
6993
|
-
e[
|
|
6994
|
-
e[
|
|
6993
|
+
e[13] == "true" && !/*isFullscreen*/
|
|
6994
|
+
e[38] && qi()
|
|
6995
6995
|
);
|
|
6996
6996
|
return {
|
|
6997
6997
|
c() {
|
|
6998
6998
|
p && p.c(), t = q(), r = T("div"), _ && _.c(), n = q(), i = T("div"), s = T("iframe"), o = q(), l = T("div"), h = T("p"), u = T("span"), c = Xe(
|
|
6999
6999
|
/*time*/
|
|
7000
|
-
e[
|
|
7000
|
+
e[24]
|
|
7001
7001
|
), d = q(), b && b.c(), S(s, "title", "Games"), S(s, "class", "GamesContainer"), S(s, "aria-hidden", "false"), dr(s.src, a = /*game*/
|
|
7002
|
-
e[
|
|
7002
|
+
e[30].launchUrl) || S(s, "src", a), S(i, "id", "IframeGame"), $(
|
|
7003
7003
|
i,
|
|
7004
7004
|
"width",
|
|
7005
7005
|
/*isFullscreen*/
|
|
7006
|
-
e[
|
|
7006
|
+
e[38] ? "100%" : (
|
|
7007
7007
|
/*definitiveIframeWidth*/
|
|
7008
|
-
e[
|
|
7008
|
+
e[39]
|
|
7009
7009
|
)
|
|
7010
7010
|
), $(
|
|
7011
7011
|
i,
|
|
7012
7012
|
"height",
|
|
7013
7013
|
/*isFullscreen*/
|
|
7014
|
-
e[
|
|
7014
|
+
e[38] ? "100%" : (
|
|
7015
7015
|
/*definitiveIframeHeight*/
|
|
7016
|
-
e[
|
|
7016
|
+
e[40]
|
|
7017
7017
|
)
|
|
7018
7018
|
), $(
|
|
7019
7019
|
i,
|
|
7020
7020
|
"max-width",
|
|
7021
7021
|
/*isFullscreen*/
|
|
7022
|
-
e[
|
|
7023
|
-
e[
|
|
7022
|
+
e[38] || !/*isModal*/
|
|
7023
|
+
e[32] ? "none" : (
|
|
7024
7024
|
/*game*/
|
|
7025
|
-
e[
|
|
7025
|
+
e[30].width ? Math.floor(
|
|
7026
7026
|
/*game*/
|
|
7027
|
-
e[
|
|
7027
|
+
e[30].width
|
|
7028
7028
|
) + "px" : "1280px"
|
|
7029
7029
|
)
|
|
7030
7030
|
), $(
|
|
7031
7031
|
i,
|
|
7032
7032
|
"max-height",
|
|
7033
7033
|
/*isFullscreen*/
|
|
7034
|
-
e[
|
|
7035
|
-
e[
|
|
7034
|
+
e[38] || !/*isModal*/
|
|
7035
|
+
e[32] ? "none" : (
|
|
7036
7036
|
/*game*/
|
|
7037
|
-
e[
|
|
7037
|
+
e[30].height ? Math.floor(
|
|
7038
7038
|
/*game*/
|
|
7039
|
-
e[
|
|
7039
|
+
e[30].height
|
|
7040
7040
|
) + /*adjustableHeightDifference*/
|
|
7041
|
-
e[
|
|
7041
|
+
e[33] + "px" : "720px"
|
|
7042
7042
|
)
|
|
7043
7043
|
), S(h, "class", "Time"), S(l, "class", "Clock"), S(r, "id", "IframeContainer"), ct(
|
|
7044
7044
|
r,
|
|
7045
7045
|
"FullsScreenLayout",
|
|
7046
7046
|
/*isFullscreen*/
|
|
7047
|
-
e[
|
|
7047
|
+
e[38]
|
|
7048
7048
|
);
|
|
7049
7049
|
},
|
|
7050
7050
|
m(v, k) {
|
|
@@ -7052,69 +7052,69 @@ function zd(e) {
|
|
|
7052
7052
|
},
|
|
7053
7053
|
p(v, k) {
|
|
7054
7054
|
/*isFullscreen*/
|
|
7055
|
-
v[
|
|
7056
|
-
v[
|
|
7057
|
-
|
|
7058
|
-
v[
|
|
7059
|
-
|
|
7055
|
+
v[38] ? p && (p.d(1), p = null) : p ? p.p(v, k) : (p = Zi(v), p.c(), p.m(t.parentNode, t)), /*isFullscreen*/
|
|
7056
|
+
v[38] ? _ ? _.p(v, k) : (_ = Xi(v), _.c(), _.m(r, n)) : _ && (_.d(1), _ = null), k[0] & /*game*/
|
|
7057
|
+
1073741824 && !dr(s.src, a = /*game*/
|
|
7058
|
+
v[30].launchUrl) && S(s, "src", a), k[1] & /*isFullscreen, definitiveIframeWidth*/
|
|
7059
|
+
384 && $(
|
|
7060
7060
|
i,
|
|
7061
7061
|
"width",
|
|
7062
7062
|
/*isFullscreen*/
|
|
7063
|
-
v[
|
|
7063
|
+
v[38] ? "100%" : (
|
|
7064
7064
|
/*definitiveIframeWidth*/
|
|
7065
|
-
v[
|
|
7065
|
+
v[39]
|
|
7066
7066
|
)
|
|
7067
7067
|
), k[1] & /*isFullscreen, definitiveIframeHeight*/
|
|
7068
|
-
|
|
7068
|
+
640 && $(
|
|
7069
7069
|
i,
|
|
7070
7070
|
"height",
|
|
7071
7071
|
/*isFullscreen*/
|
|
7072
|
-
v[
|
|
7072
|
+
v[38] ? "100%" : (
|
|
7073
7073
|
/*definitiveIframeHeight*/
|
|
7074
|
-
v[
|
|
7074
|
+
v[40]
|
|
7075
7075
|
)
|
|
7076
7076
|
), k[0] & /*game*/
|
|
7077
|
-
|
|
7078
|
-
|
|
7077
|
+
1073741824 | k[1] & /*isFullscreen, isModal*/
|
|
7078
|
+
130 && $(
|
|
7079
7079
|
i,
|
|
7080
7080
|
"max-width",
|
|
7081
7081
|
/*isFullscreen*/
|
|
7082
|
-
v[
|
|
7083
|
-
v[
|
|
7082
|
+
v[38] || !/*isModal*/
|
|
7083
|
+
v[32] ? "none" : (
|
|
7084
7084
|
/*game*/
|
|
7085
|
-
v[
|
|
7085
|
+
v[30].width ? Math.floor(
|
|
7086
7086
|
/*game*/
|
|
7087
|
-
v[
|
|
7087
|
+
v[30].width
|
|
7088
7088
|
) + "px" : "1280px"
|
|
7089
7089
|
)
|
|
7090
7090
|
), k[0] & /*game*/
|
|
7091
|
-
|
|
7092
|
-
|
|
7091
|
+
1073741824 | k[1] & /*isFullscreen, isModal, adjustableHeightDifference*/
|
|
7092
|
+
134 && $(
|
|
7093
7093
|
i,
|
|
7094
7094
|
"max-height",
|
|
7095
7095
|
/*isFullscreen*/
|
|
7096
|
-
v[
|
|
7097
|
-
v[
|
|
7096
|
+
v[38] || !/*isModal*/
|
|
7097
|
+
v[32] ? "none" : (
|
|
7098
7098
|
/*game*/
|
|
7099
|
-
v[
|
|
7099
|
+
v[30].height ? Math.floor(
|
|
7100
7100
|
/*game*/
|
|
7101
|
-
v[
|
|
7101
|
+
v[30].height
|
|
7102
7102
|
) + /*adjustableHeightDifference*/
|
|
7103
|
-
v[
|
|
7103
|
+
v[33] + "px" : "720px"
|
|
7104
7104
|
)
|
|
7105
7105
|
), k[0] & /*time*/
|
|
7106
|
-
|
|
7106
|
+
16777216 && ft(
|
|
7107
7107
|
c,
|
|
7108
7108
|
/*time*/
|
|
7109
|
-
v[
|
|
7109
|
+
v[24]
|
|
7110
7110
|
), /*gamebanneractive*/
|
|
7111
|
-
v[
|
|
7112
|
-
v[
|
|
7113
|
-
|
|
7111
|
+
v[13] == "true" && !/*isFullscreen*/
|
|
7112
|
+
v[38] ? b || (b = qi(), b.c(), b.m(r, null)) : b && (b.d(1), b = null), k[1] & /*isFullscreen*/
|
|
7113
|
+
128 && ct(
|
|
7114
7114
|
r,
|
|
7115
7115
|
"FullsScreenLayout",
|
|
7116
7116
|
/*isFullscreen*/
|
|
7117
|
-
v[
|
|
7117
|
+
v[38]
|
|
7118
7118
|
);
|
|
7119
7119
|
},
|
|
7120
7120
|
d(v) {
|
|
@@ -7124,66 +7124,66 @@ function zd(e) {
|
|
|
7124
7124
|
}
|
|
7125
7125
|
function Zd(e) {
|
|
7126
7126
|
let t, r, n, i, s, a, o, l, h, u, c, d, p, _, b = !/*isFullscreen*/
|
|
7127
|
-
e[
|
|
7127
|
+
e[38] && Ji(e), v = (
|
|
7128
7128
|
/*isFullscreen*/
|
|
7129
|
-
e[
|
|
7129
|
+
e[38] && Ki(e)
|
|
7130
7130
|
), k = (
|
|
7131
7131
|
/*gamebanneractive*/
|
|
7132
|
-
e[
|
|
7133
|
-
e[
|
|
7132
|
+
e[13] == "true" && !/*isFullscreen*/
|
|
7133
|
+
e[38] && es()
|
|
7134
7134
|
);
|
|
7135
7135
|
return {
|
|
7136
7136
|
c() {
|
|
7137
7137
|
b && b.c(), t = q(), r = T("div"), v && v.c(), n = q(), i = T("div"), s = T("iframe"), h = q(), u = T("div"), c = T("p"), d = T("span"), p = Xe(
|
|
7138
7138
|
/*time*/
|
|
7139
|
-
e[
|
|
7139
|
+
e[24]
|
|
7140
7140
|
), _ = q(), k && k.c(), S(s, "title", "Games"), S(s, "id", "IframeGame"), S(s, "class", "GamesContainer"), S(s, "aria-hidden", "false"), dr(s.src, a = /*game*/
|
|
7141
|
-
e[
|
|
7142
|
-
e[
|
|
7143
|
-
e[
|
|
7141
|
+
e[30].launchUrl) || S(s, "src", a), S(s, "width", o = /*gameContainerWidth*/
|
|
7142
|
+
e[35] + "px"), S(s, "height", l = /*gameContainerHeight*/
|
|
7143
|
+
e[36] + "px"), S(i, "id", "IframeGame"), $(
|
|
7144
7144
|
i,
|
|
7145
7145
|
"width",
|
|
7146
7146
|
/*isFullscreen*/
|
|
7147
|
-
e[
|
|
7147
|
+
e[38] ? "100%" : (
|
|
7148
7148
|
/*definitiveIframeWidth*/
|
|
7149
|
-
e[
|
|
7149
|
+
e[39]
|
|
7150
7150
|
)
|
|
7151
7151
|
), $(
|
|
7152
7152
|
i,
|
|
7153
7153
|
"height",
|
|
7154
7154
|
/*isFullscreen*/
|
|
7155
|
-
e[
|
|
7155
|
+
e[38] ? "100%" : (
|
|
7156
7156
|
/*definitiveIframeHeight*/
|
|
7157
|
-
e[
|
|
7157
|
+
e[40]
|
|
7158
7158
|
)
|
|
7159
7159
|
), $(
|
|
7160
7160
|
i,
|
|
7161
7161
|
"max-width",
|
|
7162
7162
|
/*isFullscreen*/
|
|
7163
|
-
e[
|
|
7163
|
+
e[38] ? "none" : (
|
|
7164
7164
|
/*game*/
|
|
7165
|
-
e[
|
|
7165
|
+
e[30].width ? (
|
|
7166
7166
|
/*game*/
|
|
7167
|
-
e[
|
|
7167
|
+
e[30].width + "px"
|
|
7168
7168
|
) : "1280px"
|
|
7169
7169
|
)
|
|
7170
7170
|
), $(
|
|
7171
7171
|
i,
|
|
7172
7172
|
"max-height",
|
|
7173
7173
|
/*isFullscreen*/
|
|
7174
|
-
e[
|
|
7174
|
+
e[38] ? "none" : (
|
|
7175
7175
|
/*game*/
|
|
7176
|
-
e[
|
|
7176
|
+
e[30].height ? Math.floor(
|
|
7177
7177
|
/*game*/
|
|
7178
|
-
e[
|
|
7178
|
+
e[30].height
|
|
7179
7179
|
) + /*adjustableHeightDifference*/
|
|
7180
|
-
e[
|
|
7180
|
+
e[33] + "px" : "720px"
|
|
7181
7181
|
)
|
|
7182
7182
|
), S(c, "class", "Time"), S(u, "class", "Clock"), S(r, "id", "IframeContainer"), ct(
|
|
7183
7183
|
r,
|
|
7184
7184
|
"FullsScreenLayout",
|
|
7185
7185
|
/*isFullscreen*/
|
|
7186
|
-
e[
|
|
7186
|
+
e[38]
|
|
7187
7187
|
);
|
|
7188
7188
|
},
|
|
7189
7189
|
m(w, M) {
|
|
@@ -7191,71 +7191,71 @@ function Zd(e) {
|
|
|
7191
7191
|
},
|
|
7192
7192
|
p(w, M) {
|
|
7193
7193
|
/*isFullscreen*/
|
|
7194
|
-
w[
|
|
7195
|
-
w[
|
|
7196
|
-
|
|
7197
|
-
w[
|
|
7198
|
-
|
|
7199
|
-
w[
|
|
7200
|
-
|
|
7201
|
-
w[
|
|
7202
|
-
|
|
7194
|
+
w[38] ? b && (b.d(1), b = null) : b ? b.p(w, M) : (b = Ji(w), b.c(), b.m(t.parentNode, t)), /*isFullscreen*/
|
|
7195
|
+
w[38] ? v ? v.p(w, M) : (v = Ki(w), v.c(), v.m(r, n)) : v && (v.d(1), v = null), M[0] & /*game*/
|
|
7196
|
+
1073741824 && !dr(s.src, a = /*game*/
|
|
7197
|
+
w[30].launchUrl) && S(s, "src", a), M[1] & /*gameContainerWidth*/
|
|
7198
|
+
16 && o !== (o = /*gameContainerWidth*/
|
|
7199
|
+
w[35] + "px") && S(s, "width", o), M[1] & /*gameContainerHeight*/
|
|
7200
|
+
32 && l !== (l = /*gameContainerHeight*/
|
|
7201
|
+
w[36] + "px") && S(s, "height", l), M[1] & /*isFullscreen, definitiveIframeWidth*/
|
|
7202
|
+
384 && $(
|
|
7203
7203
|
i,
|
|
7204
7204
|
"width",
|
|
7205
7205
|
/*isFullscreen*/
|
|
7206
|
-
w[
|
|
7206
|
+
w[38] ? "100%" : (
|
|
7207
7207
|
/*definitiveIframeWidth*/
|
|
7208
|
-
w[
|
|
7208
|
+
w[39]
|
|
7209
7209
|
)
|
|
7210
7210
|
), M[1] & /*isFullscreen, definitiveIframeHeight*/
|
|
7211
|
-
|
|
7211
|
+
640 && $(
|
|
7212
7212
|
i,
|
|
7213
7213
|
"height",
|
|
7214
7214
|
/*isFullscreen*/
|
|
7215
|
-
w[
|
|
7215
|
+
w[38] ? "100%" : (
|
|
7216
7216
|
/*definitiveIframeHeight*/
|
|
7217
|
-
w[
|
|
7217
|
+
w[40]
|
|
7218
7218
|
)
|
|
7219
7219
|
), M[0] & /*game*/
|
|
7220
|
-
|
|
7221
|
-
|
|
7220
|
+
1073741824 | M[1] & /*isFullscreen*/
|
|
7221
|
+
128 && $(
|
|
7222
7222
|
i,
|
|
7223
7223
|
"max-width",
|
|
7224
7224
|
/*isFullscreen*/
|
|
7225
|
-
w[
|
|
7225
|
+
w[38] ? "none" : (
|
|
7226
7226
|
/*game*/
|
|
7227
|
-
w[
|
|
7227
|
+
w[30].width ? (
|
|
7228
7228
|
/*game*/
|
|
7229
|
-
w[
|
|
7229
|
+
w[30].width + "px"
|
|
7230
7230
|
) : "1280px"
|
|
7231
7231
|
)
|
|
7232
7232
|
), M[0] & /*game*/
|
|
7233
|
-
|
|
7234
|
-
|
|
7233
|
+
1073741824 | M[1] & /*isFullscreen, adjustableHeightDifference*/
|
|
7234
|
+
132 && $(
|
|
7235
7235
|
i,
|
|
7236
7236
|
"max-height",
|
|
7237
7237
|
/*isFullscreen*/
|
|
7238
|
-
w[
|
|
7238
|
+
w[38] ? "none" : (
|
|
7239
7239
|
/*game*/
|
|
7240
|
-
w[
|
|
7240
|
+
w[30].height ? Math.floor(
|
|
7241
7241
|
/*game*/
|
|
7242
|
-
w[
|
|
7242
|
+
w[30].height
|
|
7243
7243
|
) + /*adjustableHeightDifference*/
|
|
7244
|
-
w[
|
|
7244
|
+
w[33] + "px" : "720px"
|
|
7245
7245
|
)
|
|
7246
7246
|
), M[0] & /*time*/
|
|
7247
|
-
|
|
7247
|
+
16777216 && ft(
|
|
7248
7248
|
p,
|
|
7249
7249
|
/*time*/
|
|
7250
|
-
w[
|
|
7250
|
+
w[24]
|
|
7251
7251
|
), /*gamebanneractive*/
|
|
7252
|
-
w[
|
|
7253
|
-
w[
|
|
7254
|
-
|
|
7252
|
+
w[13] == "true" && !/*isFullscreen*/
|
|
7253
|
+
w[38] ? k || (k = es(), k.c(), k.m(r, null)) : k && (k.d(1), k = null), M[1] & /*isFullscreen*/
|
|
7254
|
+
128 && ct(
|
|
7255
7255
|
r,
|
|
7256
7256
|
"FullsScreenLayout",
|
|
7257
7257
|
/*isFullscreen*/
|
|
7258
|
-
w[
|
|
7258
|
+
w[38]
|
|
7259
7259
|
);
|
|
7260
7260
|
},
|
|
7261
7261
|
d(w) {
|
|
@@ -7266,10 +7266,10 @@ function Zd(e) {
|
|
|
7266
7266
|
function Zi(e) {
|
|
7267
7267
|
let t, r, n, i, s, a, o = (
|
|
7268
7268
|
/*$_*/
|
|
7269
|
-
e[
|
|
7269
|
+
e[44]("signIn") + ""
|
|
7270
7270
|
), l, h, u, c = (
|
|
7271
7271
|
/*$_*/
|
|
7272
|
-
e[
|
|
7272
|
+
e[44]("register") + ""
|
|
7273
7273
|
), d, p, _, b;
|
|
7274
7274
|
function v(M, J) {
|
|
7275
7275
|
return Hn ? qd : Xd;
|
|
@@ -7303,10 +7303,10 @@ function Zi(e) {
|
|
|
7303
7303
|
},
|
|
7304
7304
|
p(M, J) {
|
|
7305
7305
|
J[1] & /*$_*/
|
|
7306
|
-
|
|
7307
|
-
M[
|
|
7308
|
-
|
|
7309
|
-
M[
|
|
7306
|
+
8192 && o !== (o = /*$_*/
|
|
7307
|
+
M[44]("signIn") + "") && ft(l, o), J[1] & /*$_*/
|
|
7308
|
+
8192 && c !== (c = /*$_*/
|
|
7309
|
+
M[44]("register") + "") && ft(d, c), w.p(M, J);
|
|
7310
7310
|
},
|
|
7311
7311
|
d(M) {
|
|
7312
7312
|
M && Y(t), w.d(), _ = !1, Ue(b);
|
|
@@ -7390,13 +7390,13 @@ function qi(e) {
|
|
|
7390
7390
|
function Ji(e) {
|
|
7391
7391
|
let t, r, n, i, s, a = (
|
|
7392
7392
|
/*$_*/
|
|
7393
|
-
e[
|
|
7393
|
+
e[44]("deposit") + ""
|
|
7394
7394
|
), o, l, h, u, c, d, p = (
|
|
7395
7395
|
/*shortCashierActivated*/
|
|
7396
|
-
e[
|
|
7396
|
+
e[43] && $i(e)
|
|
7397
7397
|
), _ = (
|
|
7398
7398
|
/*haspanicbutton*/
|
|
7399
|
-
e[
|
|
7399
|
+
e[12] === "true" && Qi(e)
|
|
7400
7400
|
);
|
|
7401
7401
|
function b(w, M) {
|
|
7402
7402
|
return Hn ? Kd : Qd;
|
|
@@ -7424,10 +7424,10 @@ function Ji(e) {
|
|
|
7424
7424
|
},
|
|
7425
7425
|
p(w, M) {
|
|
7426
7426
|
M[1] & /*$_*/
|
|
7427
|
-
|
|
7428
|
-
w[
|
|
7429
|
-
w[
|
|
7430
|
-
w[
|
|
7427
|
+
8192 && a !== (a = /*$_*/
|
|
7428
|
+
w[44]("deposit") + "") && ft(o, a), /*shortCashierActivated*/
|
|
7429
|
+
w[43] ? p ? p.p(w, M) : (p = $i(w), p.c(), p.m(i, h)) : p && (p.d(1), p = null), /*haspanicbutton*/
|
|
7430
|
+
w[12] === "true" ? _ ? _.p(w, M) : (_ = Qi(w), _.c(), _.m(i, u)) : _ && (_.d(1), _ = null), k.p(w, M);
|
|
7431
7431
|
},
|
|
7432
7432
|
d(w) {
|
|
7433
7433
|
w && Y(t), p && p.d(), _ && _.d(), k.d(), c = !1, Ue(d);
|
|
@@ -7475,63 +7475,68 @@ function Jd(e) {
|
|
|
7475
7475
|
let t, r, n, i, s, a, o, l, h;
|
|
7476
7476
|
return {
|
|
7477
7477
|
c() {
|
|
7478
|
-
t = T("user-deposit-withdrawal"),
|
|
7478
|
+
t = T("user-deposit-withdrawal"), x(
|
|
7479
7479
|
t,
|
|
7480
7480
|
"endpoint",
|
|
7481
7481
|
/*endpoint*/
|
|
7482
7482
|
e[0]
|
|
7483
|
-
),
|
|
7483
|
+
), x(t, "type", "deposit"), x(
|
|
7484
7484
|
t,
|
|
7485
7485
|
"channel",
|
|
7486
7486
|
/*channel*/
|
|
7487
|
-
e[
|
|
7488
|
-
),
|
|
7487
|
+
e[46]
|
|
7488
|
+
), x(
|
|
7489
7489
|
t,
|
|
7490
7490
|
"is-short-cashier",
|
|
7491
7491
|
/*shortcashierenabled*/
|
|
7492
|
-
e[
|
|
7493
|
-
),
|
|
7492
|
+
e[9]
|
|
7493
|
+
), x(
|
|
7494
7494
|
t,
|
|
7495
7495
|
"language",
|
|
7496
7496
|
/*lang*/
|
|
7497
7497
|
e[1]
|
|
7498
|
-
),
|
|
7498
|
+
), x(
|
|
7499
7499
|
t,
|
|
7500
7500
|
"product-type",
|
|
7501
7501
|
/*producttype*/
|
|
7502
|
-
e[
|
|
7503
|
-
),
|
|
7502
|
+
e[14]
|
|
7503
|
+
), x(
|
|
7504
7504
|
t,
|
|
7505
7505
|
"user-id",
|
|
7506
7506
|
/*userid*/
|
|
7507
7507
|
e[3]
|
|
7508
|
-
),
|
|
7508
|
+
), x(
|
|
7509
7509
|
t,
|
|
7510
7510
|
"session",
|
|
7511
7511
|
/*session*/
|
|
7512
7512
|
e[2]
|
|
7513
|
-
),
|
|
7513
|
+
), x(
|
|
7514
|
+
t,
|
|
7515
|
+
"mb-source",
|
|
7516
|
+
/*mbsource*/
|
|
7517
|
+
e[7]
|
|
7518
|
+
), x(t, "success-url", r = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7514
7519
|
e[1] + /*successurl*/
|
|
7515
|
-
e[
|
|
7520
|
+
e[15]), x(t, "cancel-url", n = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7516
7521
|
e[1] + /*cancelurl*/
|
|
7517
|
-
e[
|
|
7522
|
+
e[17]), x(t, "fail-url", i = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7518
7523
|
e[1] + /*failurl*/
|
|
7519
|
-
e[
|
|
7524
|
+
e[16]), x(t, "sports-url", s = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7520
7525
|
e[1] + /*sportsurl*/
|
|
7521
|
-
e[
|
|
7526
|
+
e[18]), x(t, "casino-url", a = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7522
7527
|
e[1] + /*casinourl*/
|
|
7523
|
-
e[
|
|
7528
|
+
e[19]), x(t, "contact-url", o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7524
7529
|
e[1] + /*contacturl*/
|
|
7525
|
-
e[
|
|
7530
|
+
e[20]), x(t, "home-url", l = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7526
7531
|
e[1] + /*homeurl*/
|
|
7527
|
-
e[
|
|
7532
|
+
e[21]), x(t, "deposit-url", h = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7528
7533
|
e[1] + /*depositurl*/
|
|
7529
|
-
e[
|
|
7534
|
+
e[8]), x(
|
|
7530
7535
|
t,
|
|
7531
7536
|
"client-styling",
|
|
7532
7537
|
/*clientstyling*/
|
|
7533
7538
|
e[4]
|
|
7534
|
-
),
|
|
7539
|
+
), x(
|
|
7535
7540
|
t,
|
|
7536
7541
|
"client-styling-url",
|
|
7537
7542
|
/*clientstylingurl*/
|
|
@@ -7543,73 +7548,79 @@ function Jd(e) {
|
|
|
7543
7548
|
},
|
|
7544
7549
|
p(u, c) {
|
|
7545
7550
|
c[0] & /*endpoint*/
|
|
7546
|
-
1 &&
|
|
7551
|
+
1 && x(
|
|
7547
7552
|
t,
|
|
7548
7553
|
"endpoint",
|
|
7549
7554
|
/*endpoint*/
|
|
7550
7555
|
u[0]
|
|
7551
7556
|
), c[0] & /*shortcashierenabled*/
|
|
7552
|
-
|
|
7557
|
+
512 && x(
|
|
7553
7558
|
t,
|
|
7554
7559
|
"is-short-cashier",
|
|
7555
7560
|
/*shortcashierenabled*/
|
|
7556
|
-
u[
|
|
7561
|
+
u[9]
|
|
7557
7562
|
), c[0] & /*lang*/
|
|
7558
|
-
2 &&
|
|
7563
|
+
2 && x(
|
|
7559
7564
|
t,
|
|
7560
7565
|
"language",
|
|
7561
7566
|
/*lang*/
|
|
7562
7567
|
u[1]
|
|
7563
7568
|
), c[0] & /*producttype*/
|
|
7564
|
-
|
|
7569
|
+
16384 && x(
|
|
7565
7570
|
t,
|
|
7566
7571
|
"product-type",
|
|
7567
7572
|
/*producttype*/
|
|
7568
|
-
u[
|
|
7573
|
+
u[14]
|
|
7569
7574
|
), c[0] & /*userid*/
|
|
7570
|
-
8 &&
|
|
7575
|
+
8 && x(
|
|
7571
7576
|
t,
|
|
7572
7577
|
"user-id",
|
|
7573
7578
|
/*userid*/
|
|
7574
7579
|
u[3]
|
|
7575
7580
|
), c[0] & /*session*/
|
|
7576
|
-
4 &&
|
|
7581
|
+
4 && x(
|
|
7577
7582
|
t,
|
|
7578
7583
|
"session",
|
|
7579
7584
|
/*session*/
|
|
7580
7585
|
u[2]
|
|
7586
|
+
), c[0] & /*mbsource*/
|
|
7587
|
+
128 && x(
|
|
7588
|
+
t,
|
|
7589
|
+
"mb-source",
|
|
7590
|
+
/*mbsource*/
|
|
7591
|
+
u[7]
|
|
7581
7592
|
), c[0] & /*lang, successurl*/
|
|
7582
|
-
|
|
7593
|
+
32770 && r !== (r = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7583
7594
|
u[1] + /*successurl*/
|
|
7584
|
-
u[
|
|
7585
|
-
|
|
7595
|
+
u[15]) && x(t, "success-url", r), c[0] & /*lang, cancelurl*/
|
|
7596
|
+
131074 && n !== (n = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7586
7597
|
u[1] + /*cancelurl*/
|
|
7587
|
-
u[
|
|
7588
|
-
|
|
7598
|
+
u[17]) && x(t, "cancel-url", n), c[0] & /*lang, failurl*/
|
|
7599
|
+
65538 && i !== (i = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7589
7600
|
u[1] + /*failurl*/
|
|
7590
|
-
u[
|
|
7591
|
-
|
|
7601
|
+
u[16]) && x(t, "fail-url", i), c[0] & /*lang, sportsurl*/
|
|
7602
|
+
262146 && s !== (s = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7592
7603
|
u[1] + /*sportsurl*/
|
|
7593
|
-
u[
|
|
7594
|
-
|
|
7604
|
+
u[18]) && x(t, "sports-url", s), c[0] & /*lang, casinourl*/
|
|
7605
|
+
524290 && a !== (a = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7595
7606
|
u[1] + /*casinourl*/
|
|
7596
|
-
u[
|
|
7597
|
-
|
|
7607
|
+
u[19]) && x(t, "casino-url", a), c[0] & /*lang, contacturl*/
|
|
7608
|
+
1048578 && o !== (o = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7598
7609
|
u[1] + /*contacturl*/
|
|
7599
|
-
u[
|
|
7600
|
-
|
|
7610
|
+
u[20]) && x(t, "contact-url", o), c[0] & /*lang, homeurl*/
|
|
7611
|
+
2097154 && l !== (l = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7601
7612
|
u[1] + /*homeurl*/
|
|
7602
|
-
u[
|
|
7603
|
-
|
|
7613
|
+
u[21]) && x(t, "home-url", l), c[0] & /*lang, depositurl*/
|
|
7614
|
+
258 && h !== (h = "https://" + window.location.hostname + "/" + /*lang*/
|
|
7604
7615
|
u[1] + /*depositurl*/
|
|
7605
|
-
u[
|
|
7606
|
-
16 &&
|
|
7616
|
+
u[8]) && x(t, "deposit-url", h), c[0] & /*clientstyling*/
|
|
7617
|
+
16 && x(
|
|
7607
7618
|
t,
|
|
7608
7619
|
"client-styling",
|
|
7609
7620
|
/*clientstyling*/
|
|
7610
7621
|
u[4]
|
|
7611
7622
|
), c[0] & /*clientstylingurl*/
|
|
7612
|
-
32 &&
|
|
7623
|
+
32 && x(
|
|
7613
7624
|
t,
|
|
7614
7625
|
"client-styling-url",
|
|
7615
7626
|
/*clientstylingurl*/
|
|
@@ -7625,51 +7636,56 @@ function $d(e) {
|
|
|
7625
7636
|
let t;
|
|
7626
7637
|
return {
|
|
7627
7638
|
c() {
|
|
7628
|
-
t = T("player-deposit"),
|
|
7639
|
+
t = T("player-deposit"), x(
|
|
7629
7640
|
t,
|
|
7630
7641
|
"endpoint",
|
|
7631
7642
|
/*endpoint*/
|
|
7632
7643
|
e[0]
|
|
7633
|
-
),
|
|
7644
|
+
), x(
|
|
7634
7645
|
t,
|
|
7635
7646
|
"session",
|
|
7636
7647
|
/*session*/
|
|
7637
7648
|
e[2]
|
|
7638
|
-
),
|
|
7649
|
+
), x(
|
|
7639
7650
|
t,
|
|
7640
7651
|
"playerid",
|
|
7641
7652
|
/*userid*/
|
|
7642
7653
|
e[3]
|
|
7643
|
-
),
|
|
7654
|
+
), x(
|
|
7644
7655
|
t,
|
|
7645
7656
|
"lang",
|
|
7646
7657
|
/*lang*/
|
|
7647
7658
|
e[1]
|
|
7648
|
-
),
|
|
7659
|
+
), x(
|
|
7649
7660
|
t,
|
|
7650
7661
|
"hasdefaultamount",
|
|
7651
7662
|
/*hasdefaultamount*/
|
|
7652
|
-
e[
|
|
7653
|
-
),
|
|
7663
|
+
e[10]
|
|
7664
|
+
), x(
|
|
7654
7665
|
t,
|
|
7655
7666
|
"playercurrency",
|
|
7656
7667
|
/*playercurrency*/
|
|
7657
|
-
e[
|
|
7658
|
-
),
|
|
7668
|
+
e[11]
|
|
7669
|
+
), x(
|
|
7659
7670
|
t,
|
|
7660
7671
|
"shortcashierenabled",
|
|
7661
7672
|
/*shortcashierenabled*/
|
|
7662
|
-
e[
|
|
7663
|
-
),
|
|
7673
|
+
e[9]
|
|
7674
|
+
), x(
|
|
7664
7675
|
t,
|
|
7665
7676
|
"clientstyling",
|
|
7666
7677
|
/*clientstyling*/
|
|
7667
7678
|
e[4]
|
|
7668
|
-
),
|
|
7679
|
+
), x(
|
|
7669
7680
|
t,
|
|
7670
7681
|
"clientstylingurl",
|
|
7671
7682
|
/*clientstylingurl*/
|
|
7672
7683
|
e[5]
|
|
7684
|
+
), x(
|
|
7685
|
+
t,
|
|
7686
|
+
"mbsource",
|
|
7687
|
+
/*mbsource*/
|
|
7688
|
+
e[7]
|
|
7673
7689
|
);
|
|
7674
7690
|
},
|
|
7675
7691
|
m(r, n) {
|
|
@@ -7677,59 +7693,65 @@ function $d(e) {
|
|
|
7677
7693
|
},
|
|
7678
7694
|
p(r, n) {
|
|
7679
7695
|
n[0] & /*endpoint*/
|
|
7680
|
-
1 &&
|
|
7696
|
+
1 && x(
|
|
7681
7697
|
t,
|
|
7682
7698
|
"endpoint",
|
|
7683
7699
|
/*endpoint*/
|
|
7684
7700
|
r[0]
|
|
7685
7701
|
), n[0] & /*session*/
|
|
7686
|
-
4 &&
|
|
7702
|
+
4 && x(
|
|
7687
7703
|
t,
|
|
7688
7704
|
"session",
|
|
7689
7705
|
/*session*/
|
|
7690
7706
|
r[2]
|
|
7691
7707
|
), n[0] & /*userid*/
|
|
7692
|
-
8 &&
|
|
7708
|
+
8 && x(
|
|
7693
7709
|
t,
|
|
7694
7710
|
"playerid",
|
|
7695
7711
|
/*userid*/
|
|
7696
7712
|
r[3]
|
|
7697
7713
|
), n[0] & /*lang*/
|
|
7698
|
-
2 &&
|
|
7714
|
+
2 && x(
|
|
7699
7715
|
t,
|
|
7700
7716
|
"lang",
|
|
7701
7717
|
/*lang*/
|
|
7702
7718
|
r[1]
|
|
7703
7719
|
), n[0] & /*hasdefaultamount*/
|
|
7704
|
-
|
|
7720
|
+
1024 && x(
|
|
7705
7721
|
t,
|
|
7706
7722
|
"hasdefaultamount",
|
|
7707
7723
|
/*hasdefaultamount*/
|
|
7708
|
-
r[
|
|
7724
|
+
r[10]
|
|
7709
7725
|
), n[0] & /*playercurrency*/
|
|
7710
|
-
|
|
7726
|
+
2048 && x(
|
|
7711
7727
|
t,
|
|
7712
7728
|
"playercurrency",
|
|
7713
7729
|
/*playercurrency*/
|
|
7714
|
-
r[
|
|
7730
|
+
r[11]
|
|
7715
7731
|
), n[0] & /*shortcashierenabled*/
|
|
7716
|
-
|
|
7732
|
+
512 && x(
|
|
7717
7733
|
t,
|
|
7718
7734
|
"shortcashierenabled",
|
|
7719
7735
|
/*shortcashierenabled*/
|
|
7720
|
-
r[
|
|
7736
|
+
r[9]
|
|
7721
7737
|
), n[0] & /*clientstyling*/
|
|
7722
|
-
16 &&
|
|
7738
|
+
16 && x(
|
|
7723
7739
|
t,
|
|
7724
7740
|
"clientstyling",
|
|
7725
7741
|
/*clientstyling*/
|
|
7726
7742
|
r[4]
|
|
7727
7743
|
), n[0] & /*clientstylingurl*/
|
|
7728
|
-
32 &&
|
|
7744
|
+
32 && x(
|
|
7729
7745
|
t,
|
|
7730
7746
|
"clientstylingurl",
|
|
7731
7747
|
/*clientstylingurl*/
|
|
7732
7748
|
r[5]
|
|
7749
|
+
), n[0] & /*mbsource*/
|
|
7750
|
+
128 && x(
|
|
7751
|
+
t,
|
|
7752
|
+
"mbsource",
|
|
7753
|
+
/*mbsource*/
|
|
7754
|
+
r[7]
|
|
7733
7755
|
);
|
|
7734
7756
|
},
|
|
7735
7757
|
d(r) {
|
|
@@ -7740,21 +7762,21 @@ function $d(e) {
|
|
|
7740
7762
|
function Qi(e) {
|
|
7741
7763
|
let t, r, n = (
|
|
7742
7764
|
/*$_*/
|
|
7743
|
-
e[
|
|
7765
|
+
e[44]("breakButton") + ""
|
|
7744
7766
|
), i;
|
|
7745
7767
|
return {
|
|
7746
7768
|
c() {
|
|
7747
7769
|
t = T("div"), r = T("button"), i = Xe(n), S(r, "class", "PanicButton " + (gr(
|
|
7748
7770
|
/*userAgent*/
|
|
7749
|
-
e[
|
|
7771
|
+
e[45]
|
|
7750
7772
|
) !== "PC" ? "PanicButtonMobile" : "")), S(r, "part", "PanicButton " + (gr(
|
|
7751
7773
|
/*userAgent*/
|
|
7752
|
-
e[
|
|
7774
|
+
e[45]
|
|
7753
7775
|
) !== "PC" ? "PanicButtonMobile" : "")), ct(
|
|
7754
7776
|
r,
|
|
7755
7777
|
"PanicButtonAnimation",
|
|
7756
7778
|
/*panicLoading*/
|
|
7757
|
-
e[
|
|
7779
|
+
e[29]
|
|
7758
7780
|
), S(t, "class", "PanicSection");
|
|
7759
7781
|
},
|
|
7760
7782
|
m(s, a) {
|
|
@@ -7762,13 +7784,13 @@ function Qi(e) {
|
|
|
7762
7784
|
},
|
|
7763
7785
|
p(s, a) {
|
|
7764
7786
|
a[1] & /*$_*/
|
|
7765
|
-
|
|
7766
|
-
s[
|
|
7767
|
-
|
|
7787
|
+
8192 && n !== (n = /*$_*/
|
|
7788
|
+
s[44]("breakButton") + "") && ft(i, n), a[0] & /*panicLoading*/
|
|
7789
|
+
536870912 && ct(
|
|
7768
7790
|
r,
|
|
7769
7791
|
"PanicButtonAnimation",
|
|
7770
7792
|
/*panicLoading*/
|
|
7771
|
-
s[
|
|
7793
|
+
s[29]
|
|
7772
7794
|
);
|
|
7773
7795
|
},
|
|
7774
7796
|
d(s) {
|
|
@@ -7855,9 +7877,9 @@ function e0(e) {
|
|
|
7855
7877
|
function r(s, a) {
|
|
7856
7878
|
return (
|
|
7857
7879
|
/*isLoading*/
|
|
7858
|
-
s[
|
|
7880
|
+
s[28] ? Vd : (
|
|
7859
7881
|
/*hasErrors*/
|
|
7860
|
-
s[
|
|
7882
|
+
s[27] ? jd : Wd
|
|
7861
7883
|
)
|
|
7862
7884
|
);
|
|
7863
7885
|
}
|
|
@@ -7881,7 +7903,7 @@ function e0(e) {
|
|
|
7881
7903
|
}
|
|
7882
7904
|
function t0(e, t, r) {
|
|
7883
7905
|
let n, i;
|
|
7884
|
-
uo(e, Iu, (f) => r(
|
|
7906
|
+
uo(e, Iu, (f) => r(44, i = f));
|
|
7885
7907
|
let { endpoint: s = "" } = t, { lang: a = "" } = t, { session: o = "" } = t, { userid: l = "" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: c = "" } = t, { gmversion: d = "" } = t, { mbsource: p } = t, { loginurl: _ = "" } = t, { registerurl: b = "" } = t, { depositurl: v = "" } = t, { loginevent: k = "" } = t, { registerevent: w = "" } = t, { depositevent: M = "" } = t, { shortcashierenabled: J = "false" } = t, { hasdefaultamount: ye = "" } = t, { playercurrency: Ge = "" } = t, { clockformat: We = "" } = t, { haspanicbutton: ei = "false" } = t, { playforfun: Vt = "true" } = t, { checksession: Yr = "true" } = t, { gamebanneractive: ti = "false" } = t, { gameid: zt = "" } = t, Ur, St, xt = !1, ri = !1, Zt = !0, Et, le, Xt = !1, qt = 0, Gr, ce, Wr = !1, ni = !1, jr = !0, Vr = 0, A, Mt, kt, $e, Tt = !1, Qe, Ke, zr, Zr, Jt = window.navigator.userAgent, ka = Hu(Jt), _e, Ce, je, Xr = !1, { producttype: ii = "" } = t, { successurl: si = "" } = t, { failurl: ai = "" } = t, { cancelurl: oi = "" } = t, { sportsurl: li = "" } = t, { casinourl: ui = "" } = t, { contacturl: hi = "" } = t, { homeurl: fi = "" } = t;
|
|
7886
7908
|
Nu({ withLocale: "en", translations: {} });
|
|
7887
7909
|
const Ta = () => {
|
|
@@ -7898,27 +7920,27 @@ function t0(e, t, r) {
|
|
|
7898
7920
|
});
|
|
7899
7921
|
const Oa = (f) => {
|
|
7900
7922
|
let te = new URL(f.launchUrl);
|
|
7901
|
-
return te.searchParams.append("language", a), Et && Et.length > 0 && (r(
|
|
7923
|
+
return te.searchParams.append("language", a), Et && Et.length > 0 && (r(26, xt = !0), te.searchParams.append("_sid", Et), te.searchParams.append("funMode", "false")), f.launchUrl = te, _e.scrollIntoView(), f;
|
|
7902
7924
|
}, Fa = (f, te) => {
|
|
7903
|
-
r(
|
|
7925
|
+
r(28, Zt = !0);
|
|
7904
7926
|
let be = new URL(`${s}/v1/casino/games/${f}`);
|
|
7905
|
-
be.searchParams.append("language", a), be.searchParams.append("expand", "vendor"), r(
|
|
7927
|
+
be.searchParams.append("language", a), be.searchParams.append("expand", "vendor"), r(32, jr = !1), fetch(be.href).then((Ot) => Ot.json()).then(
|
|
7906
7928
|
(Ot) => {
|
|
7907
|
-
r(
|
|
7929
|
+
r(30, ce = Oa(Ot[0])), ce.launchUrl && (Wr = !0, r(28, Zt = !1), r(31, ni = Vt == "true" ? ce.hasFunMode : !1), Vt == "true" && ce.hasAnonymousFunMode);
|
|
7908
7930
|
},
|
|
7909
7931
|
(Ot) => {
|
|
7910
|
-
console.error("There was an error", Ot), r(
|
|
7932
|
+
console.error("There was an error", Ot), r(27, ri = !0);
|
|
7911
7933
|
}
|
|
7912
7934
|
).then(() => {
|
|
7913
7935
|
A && (ci(), jr || Da());
|
|
7914
7936
|
});
|
|
7915
7937
|
}, Da = () => {
|
|
7916
|
-
r(
|
|
7938
|
+
r(39, zr = ce.width), r(40, Zr = ce.height), Qe = ce.width, Ke = ce.height;
|
|
7917
7939
|
}, ci = () => {
|
|
7918
7940
|
let f = getComputedStyle(A), te = getComputedStyle($e);
|
|
7919
|
-
r(
|
|
7941
|
+
r(35, Mt = parseInt(f.width.slice(0, -2))), r(36, kt = parseInt(f.height.slice(0, -2))), r(33, Vr = Ce?.getBoundingClientRect()?.height || 100);
|
|
7920
7942
|
const be = ce.width / (ce.height + Vr);
|
|
7921
|
-
Qe = parseInt(te.width), Ke = parseInt(te.height), Mt / be > kt - Ce.clientHeight - je.clientHeight ? (Ke = kt - Ce.clientHeight - je.clientHeight, Qe = kt * be) : (Qe = Mt, Ke = Mt / be), r(
|
|
7943
|
+
Qe = parseInt(te.width), Ke = parseInt(te.height), Mt / be > kt - Ce.clientHeight - je.clientHeight ? (Ke = kt - Ce.clientHeight - je.clientHeight, Qe = kt * be) : (Qe = Mt, Ke = Mt / be), r(39, zr = Qe ? Math.floor(Qe) + "px" : "1280px"), r(40, Zr = Ke ? Math.floor(Ke) + "px" : "720px");
|
|
7922
7944
|
}, di = () => {
|
|
7923
7945
|
window.postMessage(
|
|
7924
7946
|
{
|
|
@@ -7938,9 +7960,9 @@ function t0(e, t, r) {
|
|
|
7938
7960
|
window.location.href
|
|
7939
7961
|
), window.postMessage({ type: "ModalClosed" }, window.location.href)), b && (window.location = b), typeof gtag == "function" && gtag("event", "OpenRegisterModal", { context: "IntegratedGamePage" });
|
|
7940
7962
|
}, gi = () => {
|
|
7941
|
-
n ? (r(
|
|
7963
|
+
n ? (r(43, Xr = !0), window.postMessage({ type: "DisableScroll" }, window.location.href)) : M && !n && (window.postMessage({ type: M }, window.location.href), window.postMessage({ type: "ModalClosed" }, window.location.href), typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "IntegratedGamePage" })), v && !n && (window.location = v);
|
|
7942
7964
|
}, $t = (f) => {
|
|
7943
|
-
r(
|
|
7965
|
+
r(43, Xr = !1), window.postMessage({ type: "EnableScroll" }, window.location.href), f?.stopPropagation();
|
|
7944
7966
|
}, yi = (f) => {
|
|
7945
7967
|
if (f.data)
|
|
7946
7968
|
switch (f.data.type) {
|
|
@@ -7954,40 +7976,40 @@ function t0(e, t, r) {
|
|
|
7954
7976
|
!document.webkitIsFullScreen && !document.mozFullScreen && !document.msFullscreenElement && Tt && Ne();
|
|
7955
7977
|
}
|
|
7956
7978
|
const Ne = () => {
|
|
7957
|
-
(document.fullscreenEnabled || document.webkitFullscreenEnabled || document.mozFullScreenEnabled || document.msFullscreenEnabled) && (Tt ? (document.exitFullscreen ? document.exitFullscreen() : document.webkitExitFullscreen ? document.webkitExitFullscreen() : document.msExitFullscreen && document.msExitFullscreen(), A && r(
|
|
7979
|
+
(document.fullscreenEnabled || document.webkitFullscreenEnabled || document.mozFullScreenEnabled || document.msFullscreenEnabled) && (Tt ? (document.exitFullscreen ? document.exitFullscreen() : document.webkitExitFullscreen ? document.webkitExitFullscreen() : document.msExitFullscreen && document.msExitFullscreen(), A && r(34, A.style.padding = "", A)) : (A.requestFullscreen ? A.requestFullscreen() : A.webkitRequestFullscreen ? A.webkitRequestFullscreen() : A.mozRequestFullScreen ? A.mozRequestFullScreen() : A.msRequestFullscreen && A.msRequestFullscreen(), A && (r(34, A.style.paddingTop = "env(safe-area-inset-top)", A), r(34, A.style.paddingRight = "env(safe-area-inset-right)", A), r(34, A.style.paddingBottom = "env(safe-area-inset-bottom)", A), r(34, A.style.paddingLeft = "env(safe-area-inset-left)", A)))), r(38, Tt = !Tt);
|
|
7958
7980
|
}, Pa = () => {
|
|
7959
|
-
We ? r(
|
|
7981
|
+
We ? r(24, Ur = g().format(We)) : r(24, Ur = g().format("LTS"));
|
|
7960
7982
|
}, Ia = setInterval(
|
|
7961
7983
|
() => {
|
|
7962
7984
|
Pa();
|
|
7963
7985
|
},
|
|
7964
7986
|
100
|
|
7965
7987
|
), Ha = () => {
|
|
7966
|
-
Lu(a), Hn(Jt), r(
|
|
7988
|
+
Lu(a), Hn(Jt), r(28, Zt = !1);
|
|
7967
7989
|
}, Ca = () => {
|
|
7968
7990
|
Yr == "true" ? Cu(s, o).then(
|
|
7969
7991
|
(f) => {
|
|
7970
|
-
Et = f.Guid, f.UserID, r(
|
|
7992
|
+
Et = f.Guid, f.UserID, r(26, xt = !0);
|
|
7971
7993
|
},
|
|
7972
7994
|
(f) => {
|
|
7973
|
-
r(
|
|
7995
|
+
r(26, xt = !1), console.error("err on session", f);
|
|
7974
7996
|
}
|
|
7975
|
-
) : (Et = o, r(
|
|
7997
|
+
) : (Et = o, r(26, xt = !0));
|
|
7976
7998
|
}, qr = () => {
|
|
7977
7999
|
window.postMessage({ type: "GoToPreviousRoute" }, window.location.href), window.postMessage({ type: "DisableIntegratedGamePage" }, window.location.href);
|
|
7978
8000
|
}, Kt = (f) => {
|
|
7979
8001
|
qt = 0, Gr = setInterval(
|
|
7980
8002
|
() => {
|
|
7981
|
-
qt += 1, r(
|
|
8003
|
+
qt += 1, r(29, Xt = !0), qt >= 3 && clearInterval(Gr);
|
|
7982
8004
|
},
|
|
7983
8005
|
1e3
|
|
7984
8006
|
);
|
|
7985
8007
|
}, er = (f) => {
|
|
7986
|
-
qt < 3 && r(
|
|
8008
|
+
qt < 3 && r(29, Xt = !1), clearInterval(Gr);
|
|
7987
8009
|
}, Na = () => {
|
|
7988
8010
|
le?.addEventListener("mousedown", Kt, !1), le?.addEventListener("touchstart", Kt, !1), le?.addEventListener("mouseup", er, !1), le?.addEventListener("touchend", er, !1);
|
|
7989
8011
|
}, La = () => {
|
|
7990
|
-
r(
|
|
8012
|
+
r(29, Xt = !1), le?.removeEventListener("mousedown", Kt), le?.removeEventListener("touchstart", Kt), le?.removeEventListener("mouseup", er), le?.removeEventListener("touchend", er);
|
|
7991
8013
|
};
|
|
7992
8014
|
yo(() => (window.addEventListener("message", yi, !1), window.addEventListener("resize", di, !1), () => {
|
|
7993
8015
|
La(), window.removeEventListener("message", yi), window.removeEventListener("resize", di), clearInterval(Ia);
|
|
@@ -7995,81 +8017,80 @@ function t0(e, t, r) {
|
|
|
7995
8017
|
const Ra = () => qr(), Aa = () => gi(), Ba = (f) => $t(f), Ya = (f) => $t(f);
|
|
7996
8018
|
function Ua(f) {
|
|
7997
8019
|
ne[f ? "unshift" : "push"](() => {
|
|
7998
|
-
le = f, r(
|
|
8020
|
+
le = f, r(22, le);
|
|
7999
8021
|
});
|
|
8000
8022
|
}
|
|
8001
8023
|
const Ga = () => Ne(), Wa = () => Ne(), ja = () => Ne();
|
|
8002
8024
|
function Va(f) {
|
|
8003
8025
|
ne[f ? "unshift" : "push"](() => {
|
|
8004
|
-
St = f, r(
|
|
8026
|
+
St = f, r(25, St);
|
|
8005
8027
|
});
|
|
8006
8028
|
}
|
|
8007
8029
|
function za(f) {
|
|
8008
8030
|
ne[f ? "unshift" : "push"](() => {
|
|
8009
|
-
$e = f, r(
|
|
8031
|
+
$e = f, r(37, $e);
|
|
8010
8032
|
});
|
|
8011
8033
|
}
|
|
8012
8034
|
function Za(f) {
|
|
8013
8035
|
ne[f ? "unshift" : "push"](() => {
|
|
8014
|
-
je = f, r(
|
|
8036
|
+
je = f, r(42, je);
|
|
8015
8037
|
});
|
|
8016
8038
|
}
|
|
8017
8039
|
function Xa(f) {
|
|
8018
8040
|
ne[f ? "unshift" : "push"](() => {
|
|
8019
|
-
Ce = f, r(
|
|
8041
|
+
Ce = f, r(41, Ce);
|
|
8020
8042
|
});
|
|
8021
8043
|
}
|
|
8022
8044
|
function qa(f) {
|
|
8023
8045
|
ne[f ? "unshift" : "push"](() => {
|
|
8024
|
-
A = f, r(
|
|
8046
|
+
A = f, r(34, A);
|
|
8025
8047
|
});
|
|
8026
8048
|
}
|
|
8027
8049
|
const Ja = () => qr(), $a = () => mi(), Qa = () => pi(), Ka = () => Ne(), eo = () => Ne(), to = () => Ne();
|
|
8028
8050
|
function ro(f) {
|
|
8029
8051
|
ne[f ? "unshift" : "push"](() => {
|
|
8030
|
-
St = f, r(
|
|
8052
|
+
St = f, r(25, St);
|
|
8031
8053
|
});
|
|
8032
8054
|
}
|
|
8033
8055
|
function no(f) {
|
|
8034
8056
|
ne[f ? "unshift" : "push"](() => {
|
|
8035
|
-
$e = f, r(
|
|
8057
|
+
$e = f, r(37, $e);
|
|
8036
8058
|
});
|
|
8037
8059
|
}
|
|
8038
8060
|
function io(f) {
|
|
8039
8061
|
ne[f ? "unshift" : "push"](() => {
|
|
8040
|
-
je = f, r(
|
|
8062
|
+
je = f, r(42, je);
|
|
8041
8063
|
});
|
|
8042
8064
|
}
|
|
8043
8065
|
function so(f) {
|
|
8044
8066
|
ne[f ? "unshift" : "push"](() => {
|
|
8045
|
-
Ce = f, r(
|
|
8067
|
+
Ce = f, r(41, Ce);
|
|
8046
8068
|
});
|
|
8047
8069
|
}
|
|
8048
8070
|
function ao(f) {
|
|
8049
8071
|
ne[f ? "unshift" : "push"](() => {
|
|
8050
|
-
A = f, r(
|
|
8072
|
+
A = f, r(34, A);
|
|
8051
8073
|
});
|
|
8052
8074
|
}
|
|
8053
8075
|
function oo(f) {
|
|
8054
8076
|
ne[f ? "unshift" : "push"](() => {
|
|
8055
|
-
_e = f, r(
|
|
8077
|
+
_e = f, r(23, _e);
|
|
8056
8078
|
});
|
|
8057
8079
|
}
|
|
8058
8080
|
return e.$$set = (f) => {
|
|
8059
|
-
"endpoint" in f && r(0, s = f.endpoint), "lang" in f && r(1, a = f.lang), "session" in f && r(2, o = f.session), "userid" in f && r(3, l = f.userid), "clientstyling" in f && r(4, h = f.clientstyling), "clientstylingurl" in f && r(5, u = f.clientstylingurl), "translationurl" in f && r(
|
|
8081
|
+
"endpoint" in f && r(0, s = f.endpoint), "lang" in f && r(1, a = f.lang), "session" in f && r(2, o = f.session), "userid" in f && r(3, l = f.userid), "clientstyling" in f && r(4, h = f.clientstyling), "clientstylingurl" in f && r(5, u = f.clientstylingurl), "translationurl" in f && r(53, c = f.translationurl), "gmversion" in f && r(6, d = f.gmversion), "mbsource" in f && r(7, p = f.mbsource), "loginurl" in f && r(54, _ = f.loginurl), "registerurl" in f && r(55, b = f.registerurl), "depositurl" in f && r(8, v = f.depositurl), "loginevent" in f && r(56, k = f.loginevent), "registerevent" in f && r(57, w = f.registerevent), "depositevent" in f && r(58, M = f.depositevent), "shortcashierenabled" in f && r(9, J = f.shortcashierenabled), "hasdefaultamount" in f && r(10, ye = f.hasdefaultamount), "playercurrency" in f && r(11, Ge = f.playercurrency), "clockformat" in f && r(59, We = f.clockformat), "haspanicbutton" in f && r(12, ei = f.haspanicbutton), "playforfun" in f && r(60, Vt = f.playforfun), "checksession" in f && r(61, Yr = f.checksession), "gamebanneractive" in f && r(13, ti = f.gamebanneractive), "gameid" in f && r(62, zt = f.gameid), "producttype" in f && r(14, ii = f.producttype), "successurl" in f && r(15, si = f.successurl), "failurl" in f && r(16, ai = f.failurl), "cancelurl" in f && r(17, oi = f.cancelurl), "sportsurl" in f && r(18, li = f.sportsurl), "casinourl" in f && r(19, ui = f.casinourl), "contacturl" in f && r(20, hi = f.contacturl), "homeurl" in f && r(21, fi = f.homeurl);
|
|
8060
8082
|
}, e.$$.update = () => {
|
|
8061
8083
|
e.$$.dirty[0] & /*lang*/
|
|
8062
8084
|
2 && a && Ha(), e.$$.dirty[0] & /*shortcashierenabled*/
|
|
8063
|
-
|
|
8085
|
+
512 && (n = J.toLocaleLowerCase() === "true"), e.$$.dirty[0] & /*endpoint, lang*/
|
|
8064
8086
|
3 | e.$$.dirty[2] & /*gameid*/
|
|
8065
8087
|
1 && s && zt && a && Fa(zt), e.$$.dirty[0] & /*session, userid, endpoint*/
|
|
8066
8088
|
13 && o && l && s && Ca(), e.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
8067
|
-
|
|
8068
|
-
|
|
8069
|
-
|
|
8070
|
-
4194304 &&
|
|
8071
|
-
|
|
8072
|
-
2097152 && c && Ta();
|
|
8089
|
+
8388624 && h && _e && Ru(_e, h), e.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
8090
|
+
8388640 && u && _e && Au(_e, u), e.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
8091
|
+
8388736 && p && _e && Bu(_e, `${p}.Style`), e.$$.dirty[0] & /*panicButton*/
|
|
8092
|
+
4194304 && le && Na(), e.$$.dirty[1] & /*translationurl*/
|
|
8093
|
+
4194304 && c && Ta();
|
|
8073
8094
|
}, [
|
|
8074
8095
|
s,
|
|
8075
8096
|
a,
|
|
@@ -8078,6 +8099,7 @@ function t0(e, t, r) {
|
|
|
8078
8099
|
h,
|
|
8079
8100
|
u,
|
|
8080
8101
|
d,
|
|
8102
|
+
p,
|
|
8081
8103
|
v,
|
|
8082
8104
|
J,
|
|
8083
8105
|
ye,
|
|
@@ -8124,7 +8146,6 @@ function t0(e, t, r) {
|
|
|
8124
8146
|
Ne,
|
|
8125
8147
|
qr,
|
|
8126
8148
|
c,
|
|
8127
|
-
p,
|
|
8128
8149
|
_,
|
|
8129
8150
|
b,
|
|
8130
8151
|
k,
|
|
@@ -8176,32 +8197,32 @@ class r0 extends Fo {
|
|
|
8176
8197
|
userid: 3,
|
|
8177
8198
|
clientstyling: 4,
|
|
8178
8199
|
clientstylingurl: 5,
|
|
8179
|
-
translationurl:
|
|
8200
|
+
translationurl: 53,
|
|
8180
8201
|
gmversion: 6,
|
|
8181
|
-
mbsource:
|
|
8202
|
+
mbsource: 7,
|
|
8182
8203
|
loginurl: 54,
|
|
8183
8204
|
registerurl: 55,
|
|
8184
|
-
depositurl:
|
|
8205
|
+
depositurl: 8,
|
|
8185
8206
|
loginevent: 56,
|
|
8186
8207
|
registerevent: 57,
|
|
8187
8208
|
depositevent: 58,
|
|
8188
|
-
shortcashierenabled:
|
|
8189
|
-
hasdefaultamount:
|
|
8190
|
-
playercurrency:
|
|
8209
|
+
shortcashierenabled: 9,
|
|
8210
|
+
hasdefaultamount: 10,
|
|
8211
|
+
playercurrency: 11,
|
|
8191
8212
|
clockformat: 59,
|
|
8192
|
-
haspanicbutton:
|
|
8213
|
+
haspanicbutton: 12,
|
|
8193
8214
|
playforfun: 60,
|
|
8194
8215
|
checksession: 61,
|
|
8195
|
-
gamebanneractive:
|
|
8216
|
+
gamebanneractive: 13,
|
|
8196
8217
|
gameid: 62,
|
|
8197
|
-
producttype:
|
|
8198
|
-
successurl:
|
|
8199
|
-
failurl:
|
|
8200
|
-
cancelurl:
|
|
8201
|
-
sportsurl:
|
|
8202
|
-
casinourl:
|
|
8203
|
-
contacturl:
|
|
8204
|
-
homeurl:
|
|
8218
|
+
producttype: 14,
|
|
8219
|
+
successurl: 15,
|
|
8220
|
+
failurl: 16,
|
|
8221
|
+
cancelurl: 17,
|
|
8222
|
+
sportsurl: 18,
|
|
8223
|
+
casinourl: 19,
|
|
8224
|
+
contacturl: 20,
|
|
8225
|
+
homeurl: 21
|
|
8205
8226
|
},
|
|
8206
8227
|
Gd,
|
|
8207
8228
|
[-1, -1, -1, -1]
|
|
@@ -8244,7 +8265,7 @@ class r0 extends Fo {
|
|
|
8244
8265
|
this.$$set({ clientstylingurl: t }), H();
|
|
8245
8266
|
}
|
|
8246
8267
|
get translationurl() {
|
|
8247
|
-
return this.$$.ctx[
|
|
8268
|
+
return this.$$.ctx[53];
|
|
8248
8269
|
}
|
|
8249
8270
|
set translationurl(t) {
|
|
8250
8271
|
this.$$set({ translationurl: t }), H();
|
|
@@ -8256,7 +8277,7 @@ class r0 extends Fo {
|
|
|
8256
8277
|
this.$$set({ gmversion: t }), H();
|
|
8257
8278
|
}
|
|
8258
8279
|
get mbsource() {
|
|
8259
|
-
return this.$$.ctx[
|
|
8280
|
+
return this.$$.ctx[7];
|
|
8260
8281
|
}
|
|
8261
8282
|
set mbsource(t) {
|
|
8262
8283
|
this.$$set({ mbsource: t }), H();
|
|
@@ -8274,7 +8295,7 @@ class r0 extends Fo {
|
|
|
8274
8295
|
this.$$set({ registerurl: t }), H();
|
|
8275
8296
|
}
|
|
8276
8297
|
get depositurl() {
|
|
8277
|
-
return this.$$.ctx[
|
|
8298
|
+
return this.$$.ctx[8];
|
|
8278
8299
|
}
|
|
8279
8300
|
set depositurl(t) {
|
|
8280
8301
|
this.$$set({ depositurl: t }), H();
|
|
@@ -8298,19 +8319,19 @@ class r0 extends Fo {
|
|
|
8298
8319
|
this.$$set({ depositevent: t }), H();
|
|
8299
8320
|
}
|
|
8300
8321
|
get shortcashierenabled() {
|
|
8301
|
-
return this.$$.ctx[
|
|
8322
|
+
return this.$$.ctx[9];
|
|
8302
8323
|
}
|
|
8303
8324
|
set shortcashierenabled(t) {
|
|
8304
8325
|
this.$$set({ shortcashierenabled: t }), H();
|
|
8305
8326
|
}
|
|
8306
8327
|
get hasdefaultamount() {
|
|
8307
|
-
return this.$$.ctx[
|
|
8328
|
+
return this.$$.ctx[10];
|
|
8308
8329
|
}
|
|
8309
8330
|
set hasdefaultamount(t) {
|
|
8310
8331
|
this.$$set({ hasdefaultamount: t }), H();
|
|
8311
8332
|
}
|
|
8312
8333
|
get playercurrency() {
|
|
8313
|
-
return this.$$.ctx[
|
|
8334
|
+
return this.$$.ctx[11];
|
|
8314
8335
|
}
|
|
8315
8336
|
set playercurrency(t) {
|
|
8316
8337
|
this.$$set({ playercurrency: t }), H();
|
|
@@ -8322,7 +8343,7 @@ class r0 extends Fo {
|
|
|
8322
8343
|
this.$$set({ clockformat: t }), H();
|
|
8323
8344
|
}
|
|
8324
8345
|
get haspanicbutton() {
|
|
8325
|
-
return this.$$.ctx[
|
|
8346
|
+
return this.$$.ctx[12];
|
|
8326
8347
|
}
|
|
8327
8348
|
set haspanicbutton(t) {
|
|
8328
8349
|
this.$$set({ haspanicbutton: t }), H();
|
|
@@ -8340,7 +8361,7 @@ class r0 extends Fo {
|
|
|
8340
8361
|
this.$$set({ checksession: t }), H();
|
|
8341
8362
|
}
|
|
8342
8363
|
get gamebanneractive() {
|
|
8343
|
-
return this.$$.ctx[
|
|
8364
|
+
return this.$$.ctx[13];
|
|
8344
8365
|
}
|
|
8345
8366
|
set gamebanneractive(t) {
|
|
8346
8367
|
this.$$set({ gamebanneractive: t }), H();
|
|
@@ -8352,49 +8373,49 @@ class r0 extends Fo {
|
|
|
8352
8373
|
this.$$set({ gameid: t }), H();
|
|
8353
8374
|
}
|
|
8354
8375
|
get producttype() {
|
|
8355
|
-
return this.$$.ctx[
|
|
8376
|
+
return this.$$.ctx[14];
|
|
8356
8377
|
}
|
|
8357
8378
|
set producttype(t) {
|
|
8358
8379
|
this.$$set({ producttype: t }), H();
|
|
8359
8380
|
}
|
|
8360
8381
|
get successurl() {
|
|
8361
|
-
return this.$$.ctx[
|
|
8382
|
+
return this.$$.ctx[15];
|
|
8362
8383
|
}
|
|
8363
8384
|
set successurl(t) {
|
|
8364
8385
|
this.$$set({ successurl: t }), H();
|
|
8365
8386
|
}
|
|
8366
8387
|
get failurl() {
|
|
8367
|
-
return this.$$.ctx[
|
|
8388
|
+
return this.$$.ctx[16];
|
|
8368
8389
|
}
|
|
8369
8390
|
set failurl(t) {
|
|
8370
8391
|
this.$$set({ failurl: t }), H();
|
|
8371
8392
|
}
|
|
8372
8393
|
get cancelurl() {
|
|
8373
|
-
return this.$$.ctx[
|
|
8394
|
+
return this.$$.ctx[17];
|
|
8374
8395
|
}
|
|
8375
8396
|
set cancelurl(t) {
|
|
8376
8397
|
this.$$set({ cancelurl: t }), H();
|
|
8377
8398
|
}
|
|
8378
8399
|
get sportsurl() {
|
|
8379
|
-
return this.$$.ctx[
|
|
8400
|
+
return this.$$.ctx[18];
|
|
8380
8401
|
}
|
|
8381
8402
|
set sportsurl(t) {
|
|
8382
8403
|
this.$$set({ sportsurl: t }), H();
|
|
8383
8404
|
}
|
|
8384
8405
|
get casinourl() {
|
|
8385
|
-
return this.$$.ctx[
|
|
8406
|
+
return this.$$.ctx[19];
|
|
8386
8407
|
}
|
|
8387
8408
|
set casinourl(t) {
|
|
8388
8409
|
this.$$set({ casinourl: t }), H();
|
|
8389
8410
|
}
|
|
8390
8411
|
get contacturl() {
|
|
8391
|
-
return this.$$.ctx[
|
|
8412
|
+
return this.$$.ctx[20];
|
|
8392
8413
|
}
|
|
8393
8414
|
set contacturl(t) {
|
|
8394
8415
|
this.$$set({ contacturl: t }), H();
|
|
8395
8416
|
}
|
|
8396
8417
|
get homeurl() {
|
|
8397
|
-
return this.$$.ctx[
|
|
8418
|
+
return this.$$.ctx[21];
|
|
8398
8419
|
}
|
|
8399
8420
|
set homeurl(t) {
|
|
8400
8421
|
this.$$set({ homeurl: t }), H();
|