@everymatrix/casino-most-played-section-nd 1.87.37 → 1.87.39
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/{CasinoFilter-Dj6YYvIy.js → CasinoFilter-B4iJIKe-.js} +116 -115
- package/components/{CasinoFilter-BEyLlRri.cjs → CasinoFilter-BEwkYHbi.cjs} +1 -1
- package/components/{CasinoFilter-hjg1mxB6.js → CasinoFilter-C7VfQk-p.js} +108 -107
- package/components/{CasinoGameThumbnailNd-C68J-1d9.js → CasinoGameThumbnailNd-BvJxtdHn.js} +585 -550
- package/components/CasinoGameThumbnailNd-I_T958KV.cjs +30 -0
- package/components/{CasinoGameThumbnailNd-DLYjyHaa.js → CasinoGameThumbnailNd-mTWPwxPL.js} +521 -486
- package/components/{CasinoGamesCategorySectionNd-BWm798-S.js → CasinoGamesCategorySectionNd-BT2Qn9Ho.js} +1365 -1313
- package/components/{CasinoGamesCategorySectionNd-B3RKvzR4.js → CasinoGamesCategorySectionNd-D4bP5lLG.js} +1357 -1305
- package/components/CasinoGamesCategorySectionNd-Dks7ybfs.cjs +1 -0
- package/components/{CasinoMostPlayedSectionNd-BOaOkjIc.js → CasinoMostPlayedSectionNd-BTf2Gojr.js} +1 -1
- package/components/{CasinoMostPlayedSectionNd-UwJ5kO22.cjs → CasinoMostPlayedSectionNd-BW1uNQcd.cjs} +1 -1
- package/components/{CasinoMostPlayedSectionNd-BwpsHJ-J.js → CasinoMostPlayedSectionNd-BW3u7_s4.js} +1 -1
- package/components/{CasinoSort-BoSioeSv.js → CasinoSort-BWatSBDO.js} +1 -1
- package/components/{CasinoSort-BjC9YIs-.cjs → CasinoSort-Ct6N3smC.cjs} +1 -1
- package/components/{CasinoSort-DBjvjMmD.js → CasinoSort-kW2D0GU4.js} +1 -1
- package/es2015/casino-most-played-section-nd.cjs +1 -1
- package/es2015/casino-most-played-section-nd.js +1 -1
- package/esnext/casino-most-played-section-nd.js +1 -1
- package/package.json +1 -1
- package/components/CasinoGameThumbnailNd-BDVWXyiG.cjs +0 -30
- package/components/CasinoGamesCategorySectionNd-CXtV0EVC.cjs +0 -1
|
@@ -1,27 +1,27 @@
|
|
|
1
|
-
var
|
|
1
|
+
var Xe = (t, e, a) => new Promise((n, i) => {
|
|
2
2
|
var r = (m) => {
|
|
3
3
|
try {
|
|
4
4
|
u(a.next(m));
|
|
5
|
-
} catch (
|
|
6
|
-
i(
|
|
5
|
+
} catch (d) {
|
|
6
|
+
i(d);
|
|
7
7
|
}
|
|
8
8
|
}, s = (m) => {
|
|
9
9
|
try {
|
|
10
10
|
u(a.throw(m));
|
|
11
|
-
} catch (
|
|
12
|
-
i(
|
|
11
|
+
} catch (d) {
|
|
12
|
+
i(d);
|
|
13
13
|
}
|
|
14
14
|
}, u = (m) => m.done ? n(m.value) : Promise.resolve(m.value).then(r, s);
|
|
15
15
|
u((a = a.apply(t, e)).next());
|
|
16
16
|
});
|
|
17
|
-
import { a as _t, $ as bt, S as
|
|
18
|
-
function
|
|
17
|
+
import { a as _t, $ as bt, S as yt, i as kt, s as Ct, f as T, b as St, n as ke, d as M, c as G, e as F, g as v, h as Mt, o as Gt, j as Ft, k as Tt, p as Je, l as be, m as re, q as S, r as Z, t as Ne, u as zt, v as V, w as j, x as Ce, y as Ya, z as o, A as qa, B as Ot, C as ya, D as Dt, E as ue, F as Et, G as Pt, H as Nt, I as It, J as Ut } from "./CasinoMostPlayedSectionNd-BW3u7_s4.js";
|
|
18
|
+
function Rt(t, e) {
|
|
19
19
|
_t(t, e);
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function Lt(t) {
|
|
22
22
|
bt.set(t);
|
|
23
23
|
}
|
|
24
|
-
const
|
|
24
|
+
const At = {
|
|
25
25
|
en: {
|
|
26
26
|
showMore: "More",
|
|
27
27
|
viewAll: "Show all",
|
|
@@ -328,129 +328,129 @@ const Lt = {
|
|
|
328
328
|
dealer: "Dealer"
|
|
329
329
|
}
|
|
330
330
|
};
|
|
331
|
-
function
|
|
331
|
+
function Qe(t) {
|
|
332
332
|
"@babel/helpers - typeof";
|
|
333
|
-
return
|
|
333
|
+
return Qe = typeof Symbol == "function" && typeof Symbol.iterator == "symbol" ? function(e) {
|
|
334
334
|
return typeof e;
|
|
335
335
|
} : function(e) {
|
|
336
336
|
return e && typeof Symbol == "function" && e.constructor === Symbol && e !== Symbol.prototype ? "symbol" : typeof e;
|
|
337
|
-
},
|
|
337
|
+
}, Qe(t);
|
|
338
338
|
}
|
|
339
|
-
function
|
|
339
|
+
function he(t) {
|
|
340
340
|
if (t === null || t === !0 || t === !1)
|
|
341
341
|
return NaN;
|
|
342
342
|
var e = Number(t);
|
|
343
343
|
return isNaN(e) ? e : e < 0 ? Math.ceil(e) : Math.floor(e);
|
|
344
344
|
}
|
|
345
|
-
function
|
|
345
|
+
function W(t, e) {
|
|
346
346
|
if (e.length < t)
|
|
347
347
|
throw new TypeError(t + " argument" + (t > 1 ? "s" : "") + " required, but only " + e.length + " present");
|
|
348
348
|
}
|
|
349
349
|
function H(t) {
|
|
350
|
-
|
|
350
|
+
W(1, arguments);
|
|
351
351
|
var e = Object.prototype.toString.call(t);
|
|
352
|
-
return t instanceof Date ||
|
|
352
|
+
return t instanceof Date || Qe(t) === "object" && e === "[object Date]" ? new Date(t.getTime()) : typeof t == "number" || e === "[object Number]" ? new Date(t) : ((typeof t == "string" || e === "[object String]") && typeof console != "undefined" && (console.warn("Starting with v2.0.0-beta.1 date-fns doesn't accept strings as date arguments. Please use `parseISO` to parse strings. See: https://github.com/date-fns/date-fns/blob/master/docs/upgradeGuide.md#string-arguments"), console.warn(new Error().stack)), /* @__PURE__ */ new Date(NaN));
|
|
353
353
|
}
|
|
354
|
-
function
|
|
355
|
-
|
|
356
|
-
var a = H(t).getTime(), n =
|
|
354
|
+
function jt(t, e) {
|
|
355
|
+
W(2, arguments);
|
|
356
|
+
var a = H(t).getTime(), n = he(e);
|
|
357
357
|
return new Date(a + n);
|
|
358
358
|
}
|
|
359
|
-
var
|
|
360
|
-
function
|
|
361
|
-
return
|
|
359
|
+
var Wt = {};
|
|
360
|
+
function xe() {
|
|
361
|
+
return Wt;
|
|
362
362
|
}
|
|
363
|
-
function
|
|
363
|
+
function Yt(t) {
|
|
364
364
|
var e = new Date(Date.UTC(t.getFullYear(), t.getMonth(), t.getDate(), t.getHours(), t.getMinutes(), t.getSeconds(), t.getMilliseconds()));
|
|
365
365
|
return e.setUTCFullYear(t.getFullYear()), t.getTime() - e.getTime();
|
|
366
366
|
}
|
|
367
|
-
function Yt(t) {
|
|
368
|
-
return j(1, arguments), t instanceof Date || Je(t) === "object" && Object.prototype.toString.call(t) === "[object Date]";
|
|
369
|
-
}
|
|
370
367
|
function qt(t) {
|
|
371
|
-
|
|
368
|
+
return W(1, arguments), t instanceof Date || Qe(t) === "object" && Object.prototype.toString.call(t) === "[object Date]";
|
|
369
|
+
}
|
|
370
|
+
function Ht(t) {
|
|
371
|
+
if (W(1, arguments), !qt(t) && typeof t != "number")
|
|
372
372
|
return !1;
|
|
373
373
|
var e = H(t);
|
|
374
374
|
return !isNaN(Number(e));
|
|
375
375
|
}
|
|
376
|
-
function
|
|
377
|
-
return
|
|
376
|
+
function ka(t, e) {
|
|
377
|
+
return W(2, arguments), H(t).getTime() - H(e).getTime();
|
|
378
378
|
}
|
|
379
|
-
function
|
|
380
|
-
|
|
381
|
-
var a =
|
|
382
|
-
return
|
|
379
|
+
function Vt(t, e) {
|
|
380
|
+
W(2, arguments);
|
|
381
|
+
var a = he(e);
|
|
382
|
+
return jt(t, -a);
|
|
383
383
|
}
|
|
384
|
-
var
|
|
385
|
-
function
|
|
386
|
-
|
|
384
|
+
var Bt = 864e5;
|
|
385
|
+
function Xt(t) {
|
|
386
|
+
W(1, arguments);
|
|
387
387
|
var e = H(t), a = e.getTime();
|
|
388
388
|
e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
|
|
389
389
|
var n = e.getTime(), i = a - n;
|
|
390
|
-
return Math.floor(i /
|
|
390
|
+
return Math.floor(i / Bt) + 1;
|
|
391
391
|
}
|
|
392
|
-
function
|
|
393
|
-
|
|
392
|
+
function Ke(t) {
|
|
393
|
+
W(1, arguments);
|
|
394
394
|
var e = 1, a = H(t), n = a.getUTCDay(), i = (n < e ? 7 : 0) + n - e;
|
|
395
395
|
return a.setUTCDate(a.getUTCDate() - i), a.setUTCHours(0, 0, 0, 0), a;
|
|
396
396
|
}
|
|
397
|
-
function
|
|
398
|
-
|
|
397
|
+
function Ha(t) {
|
|
398
|
+
W(1, arguments);
|
|
399
399
|
var e = H(t), a = e.getUTCFullYear(), n = /* @__PURE__ */ new Date(0);
|
|
400
400
|
n.setUTCFullYear(a + 1, 0, 4), n.setUTCHours(0, 0, 0, 0);
|
|
401
|
-
var i =
|
|
401
|
+
var i = Ke(n), r = /* @__PURE__ */ new Date(0);
|
|
402
402
|
r.setUTCFullYear(a, 0, 4), r.setUTCHours(0, 0, 0, 0);
|
|
403
|
-
var s =
|
|
403
|
+
var s = Ke(r);
|
|
404
404
|
return e.getTime() >= i.getTime() ? a + 1 : e.getTime() >= s.getTime() ? a : a - 1;
|
|
405
405
|
}
|
|
406
|
-
function
|
|
407
|
-
|
|
408
|
-
var e =
|
|
406
|
+
function Jt(t) {
|
|
407
|
+
W(1, arguments);
|
|
408
|
+
var e = Ha(t), a = /* @__PURE__ */ new Date(0);
|
|
409
409
|
a.setUTCFullYear(e, 0, 4), a.setUTCHours(0, 0, 0, 0);
|
|
410
|
-
var n =
|
|
410
|
+
var n = Ke(a);
|
|
411
411
|
return n;
|
|
412
412
|
}
|
|
413
|
-
var
|
|
414
|
-
function
|
|
415
|
-
|
|
416
|
-
var e = H(t), a =
|
|
417
|
-
return Math.round(a /
|
|
413
|
+
var Qt = 6048e5;
|
|
414
|
+
function Kt(t) {
|
|
415
|
+
W(1, arguments);
|
|
416
|
+
var e = H(t), a = Ke(e).getTime() - Jt(e).getTime();
|
|
417
|
+
return Math.round(a / Qt) + 1;
|
|
418
418
|
}
|
|
419
|
-
function
|
|
420
|
-
var a, n, i, r, s, u, m,
|
|
421
|
-
|
|
422
|
-
var g =
|
|
419
|
+
function Ze(t, e) {
|
|
420
|
+
var a, n, i, r, s, u, m, d;
|
|
421
|
+
W(1, arguments);
|
|
422
|
+
var g = xe(), h = he((a = (n = (i = (r = e == null ? void 0 : e.weekStartsOn) !== null && r !== void 0 ? r : e == null || (s = e.locale) === null || s === void 0 || (u = s.options) === null || u === void 0 ? void 0 : u.weekStartsOn) !== null && i !== void 0 ? i : g.weekStartsOn) !== null && n !== void 0 ? n : (m = g.locale) === null || m === void 0 || (d = m.options) === null || d === void 0 ? void 0 : d.weekStartsOn) !== null && a !== void 0 ? a : 0);
|
|
423
423
|
if (!(h >= 0 && h <= 6))
|
|
424
424
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
425
|
-
var
|
|
426
|
-
return
|
|
425
|
+
var w = H(t), _ = w.getUTCDay(), y = (_ < h ? 7 : 0) + _ - h;
|
|
426
|
+
return w.setUTCDate(w.getUTCDate() - y), w.setUTCHours(0, 0, 0, 0), w;
|
|
427
427
|
}
|
|
428
|
-
function
|
|
429
|
-
var a, n, i, r, s, u, m,
|
|
430
|
-
|
|
431
|
-
var g = H(t), h = g.getUTCFullYear(),
|
|
432
|
-
if (!(
|
|
428
|
+
function Va(t, e) {
|
|
429
|
+
var a, n, i, r, s, u, m, d;
|
|
430
|
+
W(1, arguments);
|
|
431
|
+
var g = H(t), h = g.getUTCFullYear(), w = xe(), _ = he((a = (n = (i = (r = e == null ? void 0 : e.firstWeekContainsDate) !== null && r !== void 0 ? r : e == null || (s = e.locale) === null || s === void 0 || (u = s.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && i !== void 0 ? i : w.firstWeekContainsDate) !== null && n !== void 0 ? n : (m = w.locale) === null || m === void 0 || (d = m.options) === null || d === void 0 ? void 0 : d.firstWeekContainsDate) !== null && a !== void 0 ? a : 1);
|
|
432
|
+
if (!(_ >= 1 && _ <= 7))
|
|
433
433
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
434
|
-
var
|
|
435
|
-
|
|
436
|
-
var
|
|
437
|
-
|
|
438
|
-
var
|
|
439
|
-
return g.getTime() >=
|
|
434
|
+
var y = /* @__PURE__ */ new Date(0);
|
|
435
|
+
y.setUTCFullYear(h + 1, 0, _), y.setUTCHours(0, 0, 0, 0);
|
|
436
|
+
var O = Ze(y, e), c = /* @__PURE__ */ new Date(0);
|
|
437
|
+
c.setUTCFullYear(h, 0, _), c.setUTCHours(0, 0, 0, 0);
|
|
438
|
+
var f = Ze(c, e);
|
|
439
|
+
return g.getTime() >= O.getTime() ? h + 1 : g.getTime() >= f.getTime() ? h : h - 1;
|
|
440
440
|
}
|
|
441
|
-
function
|
|
442
|
-
var a, n, i, r, s, u, m,
|
|
443
|
-
|
|
444
|
-
var g =
|
|
445
|
-
|
|
446
|
-
var
|
|
447
|
-
return
|
|
441
|
+
function Zt(t, e) {
|
|
442
|
+
var a, n, i, r, s, u, m, d;
|
|
443
|
+
W(1, arguments);
|
|
444
|
+
var g = xe(), h = he((a = (n = (i = (r = e == null ? void 0 : e.firstWeekContainsDate) !== null && r !== void 0 ? r : e == null || (s = e.locale) === null || s === void 0 || (u = s.options) === null || u === void 0 ? void 0 : u.firstWeekContainsDate) !== null && i !== void 0 ? i : g.firstWeekContainsDate) !== null && n !== void 0 ? n : (m = g.locale) === null || m === void 0 || (d = m.options) === null || d === void 0 ? void 0 : d.firstWeekContainsDate) !== null && a !== void 0 ? a : 1), w = Va(t, e), _ = /* @__PURE__ */ new Date(0);
|
|
445
|
+
_.setUTCFullYear(w, 0, h), _.setUTCHours(0, 0, 0, 0);
|
|
446
|
+
var y = Ze(_, e);
|
|
447
|
+
return y;
|
|
448
448
|
}
|
|
449
|
-
var
|
|
450
|
-
function
|
|
451
|
-
|
|
452
|
-
var a = H(t), n =
|
|
453
|
-
return Math.round(n /
|
|
449
|
+
var xt = 6048e5;
|
|
450
|
+
function $t(t, e) {
|
|
451
|
+
W(1, arguments);
|
|
452
|
+
var a = H(t), n = Ze(a, e).getTime() - Zt(a, e).getTime();
|
|
453
|
+
return Math.round(n / xt) + 1;
|
|
454
454
|
}
|
|
455
455
|
function E(t, e) {
|
|
456
456
|
for (var a = t < 0 ? "-" : "", n = Math.abs(t).toString(); n.length < e; )
|
|
@@ -516,7 +516,7 @@ var me = {
|
|
|
516
516
|
afternoon: "afternoon",
|
|
517
517
|
evening: "evening",
|
|
518
518
|
night: "night"
|
|
519
|
-
},
|
|
519
|
+
}, en = {
|
|
520
520
|
// Era
|
|
521
521
|
G: function(e, a, n) {
|
|
522
522
|
var i = e.getUTCFullYear() > 0 ? 1 : 0;
|
|
@@ -550,7 +550,7 @@ var me = {
|
|
|
550
550
|
},
|
|
551
551
|
// Local week-numbering year
|
|
552
552
|
Y: function(e, a, n, i) {
|
|
553
|
-
var r =
|
|
553
|
+
var r = Va(e, i), s = r > 0 ? r : 1 - r;
|
|
554
554
|
if (a === "YY") {
|
|
555
555
|
var u = s % 100;
|
|
556
556
|
return E(u, 2);
|
|
@@ -561,7 +561,7 @@ var me = {
|
|
|
561
561
|
},
|
|
562
562
|
// ISO week-numbering year
|
|
563
563
|
R: function(e, a) {
|
|
564
|
-
var n =
|
|
564
|
+
var n = Ha(e);
|
|
565
565
|
return E(n, a.length);
|
|
566
566
|
},
|
|
567
567
|
// Extended year. This is a single number designating the year of this calendar system.
|
|
@@ -698,14 +698,14 @@ var me = {
|
|
|
698
698
|
},
|
|
699
699
|
// Local week of year
|
|
700
700
|
w: function(e, a, n, i) {
|
|
701
|
-
var r =
|
|
701
|
+
var r = $t(e, i);
|
|
702
702
|
return a === "wo" ? n.ordinalNumber(r, {
|
|
703
703
|
unit: "week"
|
|
704
704
|
}) : E(r, a.length);
|
|
705
705
|
},
|
|
706
706
|
// ISO week of year
|
|
707
707
|
I: function(e, a, n) {
|
|
708
|
-
var i =
|
|
708
|
+
var i = Kt(e);
|
|
709
709
|
return a === "Io" ? n.ordinalNumber(i, {
|
|
710
710
|
unit: "week"
|
|
711
711
|
}) : E(i, a.length);
|
|
@@ -718,7 +718,7 @@ var me = {
|
|
|
718
718
|
},
|
|
719
719
|
// Day of year
|
|
720
720
|
D: function(e, a, n) {
|
|
721
|
-
var i =
|
|
721
|
+
var i = Xt(e);
|
|
722
722
|
return a === "Do" ? n.ordinalNumber(i, {
|
|
723
723
|
unit: "dayOfYear"
|
|
724
724
|
}) : E(i, a.length);
|
|
@@ -990,14 +990,14 @@ var me = {
|
|
|
990
990
|
return "Z";
|
|
991
991
|
switch (a) {
|
|
992
992
|
case "X":
|
|
993
|
-
return
|
|
993
|
+
return Sa(s);
|
|
994
994
|
case "XXXX":
|
|
995
995
|
case "XX":
|
|
996
|
-
return
|
|
996
|
+
return ge(s);
|
|
997
997
|
case "XXXXX":
|
|
998
998
|
case "XXX":
|
|
999
999
|
default:
|
|
1000
|
-
return
|
|
1000
|
+
return ge(s, ":");
|
|
1001
1001
|
}
|
|
1002
1002
|
},
|
|
1003
1003
|
// Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
|
|
@@ -1005,14 +1005,14 @@ var me = {
|
|
|
1005
1005
|
var r = i._originalDate || e, s = r.getTimezoneOffset();
|
|
1006
1006
|
switch (a) {
|
|
1007
1007
|
case "x":
|
|
1008
|
-
return
|
|
1008
|
+
return Sa(s);
|
|
1009
1009
|
case "xxxx":
|
|
1010
1010
|
case "xx":
|
|
1011
|
-
return
|
|
1011
|
+
return ge(s);
|
|
1012
1012
|
case "xxxxx":
|
|
1013
1013
|
case "xxx":
|
|
1014
1014
|
default:
|
|
1015
|
-
return
|
|
1015
|
+
return ge(s, ":");
|
|
1016
1016
|
}
|
|
1017
1017
|
},
|
|
1018
1018
|
// Timezone (GMT)
|
|
@@ -1022,10 +1022,10 @@ var me = {
|
|
|
1022
1022
|
case "O":
|
|
1023
1023
|
case "OO":
|
|
1024
1024
|
case "OOO":
|
|
1025
|
-
return "GMT" +
|
|
1025
|
+
return "GMT" + Ca(s, ":");
|
|
1026
1026
|
case "OOOO":
|
|
1027
1027
|
default:
|
|
1028
|
-
return "GMT" +
|
|
1028
|
+
return "GMT" + ge(s, ":");
|
|
1029
1029
|
}
|
|
1030
1030
|
},
|
|
1031
1031
|
// Timezone (specific non-location)
|
|
@@ -1035,10 +1035,10 @@ var me = {
|
|
|
1035
1035
|
case "z":
|
|
1036
1036
|
case "zz":
|
|
1037
1037
|
case "zzz":
|
|
1038
|
-
return "GMT" +
|
|
1038
|
+
return "GMT" + Ca(s, ":");
|
|
1039
1039
|
case "zzzz":
|
|
1040
1040
|
default:
|
|
1041
|
-
return "GMT" +
|
|
1041
|
+
return "GMT" + ge(s, ":");
|
|
1042
1042
|
}
|
|
1043
1043
|
},
|
|
1044
1044
|
// Seconds timestamp
|
|
@@ -1052,25 +1052,25 @@ var me = {
|
|
|
1052
1052
|
return E(s, a.length);
|
|
1053
1053
|
}
|
|
1054
1054
|
};
|
|
1055
|
-
function
|
|
1055
|
+
function Ca(t, e) {
|
|
1056
1056
|
var a = t > 0 ? "-" : "+", n = Math.abs(t), i = Math.floor(n / 60), r = n % 60;
|
|
1057
1057
|
if (r === 0)
|
|
1058
1058
|
return a + String(i);
|
|
1059
1059
|
var s = e;
|
|
1060
1060
|
return a + String(i) + s + E(r, 2);
|
|
1061
1061
|
}
|
|
1062
|
-
function
|
|
1062
|
+
function Sa(t, e) {
|
|
1063
1063
|
if (t % 60 === 0) {
|
|
1064
1064
|
var a = t > 0 ? "-" : "+";
|
|
1065
1065
|
return a + E(Math.abs(t) / 60, 2);
|
|
1066
1066
|
}
|
|
1067
|
-
return
|
|
1067
|
+
return ge(t, e);
|
|
1068
1068
|
}
|
|
1069
|
-
function
|
|
1069
|
+
function ge(t, e) {
|
|
1070
1070
|
var a = e || "", n = t > 0 ? "-" : "+", i = Math.abs(t), r = E(Math.floor(i / 60), 2), s = E(i % 60, 2);
|
|
1071
1071
|
return n + r + a + s;
|
|
1072
1072
|
}
|
|
1073
|
-
var
|
|
1073
|
+
var Ma = function(e, a) {
|
|
1074
1074
|
switch (e) {
|
|
1075
1075
|
case "P":
|
|
1076
1076
|
return a.date({
|
|
@@ -1090,7 +1090,7 @@ var Sa = function(e, a) {
|
|
|
1090
1090
|
width: "full"
|
|
1091
1091
|
});
|
|
1092
1092
|
}
|
|
1093
|
-
},
|
|
1093
|
+
}, Ba = function(e, a) {
|
|
1094
1094
|
switch (e) {
|
|
1095
1095
|
case "p":
|
|
1096
1096
|
return a.time({
|
|
@@ -1110,10 +1110,10 @@ var Sa = function(e, a) {
|
|
|
1110
1110
|
width: "full"
|
|
1111
1111
|
});
|
|
1112
1112
|
}
|
|
1113
|
-
},
|
|
1113
|
+
}, an = function(e, a) {
|
|
1114
1114
|
var n = e.match(/(P+)(p+)?/) || [], i = n[1], r = n[2];
|
|
1115
1115
|
if (!r)
|
|
1116
|
-
return
|
|
1116
|
+
return Ma(e, a);
|
|
1117
1117
|
var s;
|
|
1118
1118
|
switch (i) {
|
|
1119
1119
|
case "P":
|
|
@@ -1138,18 +1138,18 @@ var Sa = function(e, a) {
|
|
|
1138
1138
|
});
|
|
1139
1139
|
break;
|
|
1140
1140
|
}
|
|
1141
|
-
return s.replace("{{date}}",
|
|
1142
|
-
},
|
|
1143
|
-
p:
|
|
1144
|
-
P:
|
|
1145
|
-
},
|
|
1146
|
-
function rn(t) {
|
|
1147
|
-
return tn.indexOf(t) !== -1;
|
|
1148
|
-
}
|
|
1141
|
+
return s.replace("{{date}}", Ma(i, a)).replace("{{time}}", Ba(r, a));
|
|
1142
|
+
}, tn = {
|
|
1143
|
+
p: Ba,
|
|
1144
|
+
P: an
|
|
1145
|
+
}, nn = ["D", "DD"], rn = ["YY", "YYYY"];
|
|
1149
1146
|
function on(t) {
|
|
1150
1147
|
return nn.indexOf(t) !== -1;
|
|
1151
1148
|
}
|
|
1152
|
-
function
|
|
1149
|
+
function sn(t) {
|
|
1150
|
+
return rn.indexOf(t) !== -1;
|
|
1151
|
+
}
|
|
1152
|
+
function Ga(t, e, a) {
|
|
1153
1153
|
if (t === "YYYY")
|
|
1154
1154
|
throw new RangeError("Use `yyyy` instead of `YYYY` (in `".concat(e, "`) for formatting years to the input `").concat(a, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
|
|
1155
1155
|
if (t === "YY")
|
|
@@ -1159,7 +1159,7 @@ function Ma(t, e, a) {
|
|
|
1159
1159
|
if (t === "DD")
|
|
1160
1160
|
throw new RangeError("Use `dd` instead of `DD` (in `".concat(e, "`) for formatting days of the month to the input `").concat(a, "`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md"));
|
|
1161
1161
|
}
|
|
1162
|
-
var
|
|
1162
|
+
var ln = {
|
|
1163
1163
|
lessThanXSeconds: {
|
|
1164
1164
|
one: "less than a second",
|
|
1165
1165
|
other: "less than {{count}} seconds"
|
|
@@ -1221,53 +1221,53 @@ var sn = {
|
|
|
1221
1221
|
one: "almost 1 year",
|
|
1222
1222
|
other: "almost {{count}} years"
|
|
1223
1223
|
}
|
|
1224
|
-
},
|
|
1225
|
-
var i, r =
|
|
1224
|
+
}, un = function(e, a, n) {
|
|
1225
|
+
var i, r = ln[e];
|
|
1226
1226
|
return typeof r == "string" ? i = r : a === 1 ? i = r.one : i = r.other.replace("{{count}}", a.toString()), n != null && n.addSuffix ? n.comparison && n.comparison > 0 ? "in " + i : i + " ago" : i;
|
|
1227
1227
|
};
|
|
1228
|
-
function
|
|
1228
|
+
function fa(t) {
|
|
1229
1229
|
return function() {
|
|
1230
1230
|
var e = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : {}, a = e.width ? String(e.width) : t.defaultWidth, n = t.formats[a] || t.formats[t.defaultWidth];
|
|
1231
1231
|
return n;
|
|
1232
1232
|
};
|
|
1233
1233
|
}
|
|
1234
|
-
var
|
|
1234
|
+
var mn = {
|
|
1235
1235
|
full: "EEEE, MMMM do, y",
|
|
1236
1236
|
long: "MMMM do, y",
|
|
1237
1237
|
medium: "MMM d, y",
|
|
1238
1238
|
short: "MM/dd/yyyy"
|
|
1239
|
-
},
|
|
1239
|
+
}, cn = {
|
|
1240
1240
|
full: "h:mm:ss a zzzz",
|
|
1241
1241
|
long: "h:mm:ss a z",
|
|
1242
1242
|
medium: "h:mm:ss a",
|
|
1243
1243
|
short: "h:mm a"
|
|
1244
|
-
},
|
|
1244
|
+
}, dn = {
|
|
1245
1245
|
full: "{{date}} 'at' {{time}}",
|
|
1246
1246
|
long: "{{date}} 'at' {{time}}",
|
|
1247
1247
|
medium: "{{date}}, {{time}}",
|
|
1248
1248
|
short: "{{date}}, {{time}}"
|
|
1249
|
-
},
|
|
1250
|
-
date:
|
|
1251
|
-
formats: un,
|
|
1252
|
-
defaultWidth: "full"
|
|
1253
|
-
}),
|
|
1254
|
-
time: da({
|
|
1249
|
+
}, fn = {
|
|
1250
|
+
date: fa({
|
|
1255
1251
|
formats: mn,
|
|
1256
1252
|
defaultWidth: "full"
|
|
1257
1253
|
}),
|
|
1258
|
-
|
|
1254
|
+
time: fa({
|
|
1259
1255
|
formats: cn,
|
|
1260
1256
|
defaultWidth: "full"
|
|
1257
|
+
}),
|
|
1258
|
+
dateTime: fa({
|
|
1259
|
+
formats: dn,
|
|
1260
|
+
defaultWidth: "full"
|
|
1261
1261
|
})
|
|
1262
|
-
},
|
|
1262
|
+
}, gn = {
|
|
1263
1263
|
lastWeek: "'last' eeee 'at' p",
|
|
1264
1264
|
yesterday: "'yesterday at' p",
|
|
1265
1265
|
today: "'today at' p",
|
|
1266
1266
|
tomorrow: "'tomorrow at' p",
|
|
1267
1267
|
nextWeek: "eeee 'at' p",
|
|
1268
1268
|
other: "P"
|
|
1269
|
-
},
|
|
1270
|
-
return
|
|
1269
|
+
}, hn = function(e, a, n, i) {
|
|
1270
|
+
return gn[e];
|
|
1271
1271
|
};
|
|
1272
1272
|
function Ee(t) {
|
|
1273
1273
|
return function(e, a) {
|
|
@@ -1279,19 +1279,19 @@ function Ee(t) {
|
|
|
1279
1279
|
var u = t.defaultWidth, m = a != null && a.width ? String(a.width) : t.defaultWidth;
|
|
1280
1280
|
i = t.values[m] || t.values[u];
|
|
1281
1281
|
}
|
|
1282
|
-
var
|
|
1283
|
-
return i[
|
|
1282
|
+
var d = t.argumentCallback ? t.argumentCallback(e) : e;
|
|
1283
|
+
return i[d];
|
|
1284
1284
|
};
|
|
1285
1285
|
}
|
|
1286
|
-
var
|
|
1286
|
+
var vn = {
|
|
1287
1287
|
narrow: ["B", "A"],
|
|
1288
1288
|
abbreviated: ["BC", "AD"],
|
|
1289
1289
|
wide: ["Before Christ", "Anno Domini"]
|
|
1290
|
-
},
|
|
1290
|
+
}, pn = {
|
|
1291
1291
|
narrow: ["1", "2", "3", "4"],
|
|
1292
1292
|
abbreviated: ["Q1", "Q2", "Q3", "Q4"],
|
|
1293
1293
|
wide: ["1st quarter", "2nd quarter", "3rd quarter", "4th quarter"]
|
|
1294
|
-
},
|
|
1294
|
+
}, wn = {
|
|
1295
1295
|
narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
|
|
1296
1296
|
abbreviated: ["Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"],
|
|
1297
1297
|
wide: ["January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"]
|
|
@@ -1331,7 +1331,7 @@ var hn = {
|
|
|
1331
1331
|
evening: "evening",
|
|
1332
1332
|
night: "night"
|
|
1333
1333
|
}
|
|
1334
|
-
},
|
|
1334
|
+
}, yn = {
|
|
1335
1335
|
narrow: {
|
|
1336
1336
|
am: "a",
|
|
1337
1337
|
pm: "p",
|
|
@@ -1362,7 +1362,7 @@ var hn = {
|
|
|
1362
1362
|
evening: "in the evening",
|
|
1363
1363
|
night: "at night"
|
|
1364
1364
|
}
|
|
1365
|
-
},
|
|
1365
|
+
}, kn = function(e, a) {
|
|
1366
1366
|
var n = Number(e), i = n % 100;
|
|
1367
1367
|
if (i > 20 || i < 10)
|
|
1368
1368
|
switch (i % 10) {
|
|
@@ -1374,21 +1374,21 @@ var hn = {
|
|
|
1374
1374
|
return n + "rd";
|
|
1375
1375
|
}
|
|
1376
1376
|
return n + "th";
|
|
1377
|
-
},
|
|
1378
|
-
ordinalNumber:
|
|
1377
|
+
}, Cn = {
|
|
1378
|
+
ordinalNumber: kn,
|
|
1379
1379
|
era: Ee({
|
|
1380
|
-
values:
|
|
1380
|
+
values: vn,
|
|
1381
1381
|
defaultWidth: "wide"
|
|
1382
1382
|
}),
|
|
1383
1383
|
quarter: Ee({
|
|
1384
|
-
values:
|
|
1384
|
+
values: pn,
|
|
1385
1385
|
defaultWidth: "wide",
|
|
1386
1386
|
argumentCallback: function(e) {
|
|
1387
1387
|
return e - 1;
|
|
1388
1388
|
}
|
|
1389
1389
|
}),
|
|
1390
1390
|
month: Ee({
|
|
1391
|
-
values:
|
|
1391
|
+
values: wn,
|
|
1392
1392
|
defaultWidth: "wide"
|
|
1393
1393
|
}),
|
|
1394
1394
|
day: Ee({
|
|
@@ -1398,7 +1398,7 @@ var hn = {
|
|
|
1398
1398
|
dayPeriod: Ee({
|
|
1399
1399
|
values: bn,
|
|
1400
1400
|
defaultWidth: "wide",
|
|
1401
|
-
formattingValues:
|
|
1401
|
+
formattingValues: yn,
|
|
1402
1402
|
defaultFormattingWidth: "wide"
|
|
1403
1403
|
})
|
|
1404
1404
|
};
|
|
@@ -1407,30 +1407,30 @@ function Pe(t) {
|
|
|
1407
1407
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = a.width, i = n && t.matchPatterns[n] || t.matchPatterns[t.defaultMatchWidth], r = e.match(i);
|
|
1408
1408
|
if (!r)
|
|
1409
1409
|
return null;
|
|
1410
|
-
var s = r[0], u = n && t.parsePatterns[n] || t.parsePatterns[t.defaultParseWidth], m = Array.isArray(u) ?
|
|
1410
|
+
var s = r[0], u = n && t.parsePatterns[n] || t.parsePatterns[t.defaultParseWidth], m = Array.isArray(u) ? Mn(u, function(h) {
|
|
1411
1411
|
return h.test(s);
|
|
1412
|
-
}) :
|
|
1412
|
+
}) : Sn(u, function(h) {
|
|
1413
1413
|
return h.test(s);
|
|
1414
|
-
}),
|
|
1415
|
-
|
|
1414
|
+
}), d;
|
|
1415
|
+
d = t.valueCallback ? t.valueCallback(m) : m, d = a.valueCallback ? a.valueCallback(d) : d;
|
|
1416
1416
|
var g = e.slice(s.length);
|
|
1417
1417
|
return {
|
|
1418
|
-
value:
|
|
1418
|
+
value: d,
|
|
1419
1419
|
rest: g
|
|
1420
1420
|
};
|
|
1421
1421
|
};
|
|
1422
1422
|
}
|
|
1423
|
-
function
|
|
1423
|
+
function Sn(t, e) {
|
|
1424
1424
|
for (var a in t)
|
|
1425
1425
|
if (t.hasOwnProperty(a) && e(t[a]))
|
|
1426
1426
|
return a;
|
|
1427
1427
|
}
|
|
1428
|
-
function
|
|
1428
|
+
function Mn(t, e) {
|
|
1429
1429
|
for (var a = 0; a < t.length; a++)
|
|
1430
1430
|
if (e(t[a]))
|
|
1431
1431
|
return a;
|
|
1432
1432
|
}
|
|
1433
|
-
function
|
|
1433
|
+
function Gn(t) {
|
|
1434
1434
|
return function(e) {
|
|
1435
1435
|
var a = arguments.length > 1 && arguments[1] !== void 0 ? arguments[1] : {}, n = e.match(t.matchPattern);
|
|
1436
1436
|
if (!n)
|
|
@@ -1447,37 +1447,37 @@ function Mn(t) {
|
|
|
1447
1447
|
};
|
|
1448
1448
|
};
|
|
1449
1449
|
}
|
|
1450
|
-
var
|
|
1450
|
+
var Fn = /^(\d+)(th|st|nd|rd)?/i, Tn = /\d+/i, zn = {
|
|
1451
1451
|
narrow: /^(b|a)/i,
|
|
1452
1452
|
abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
|
|
1453
1453
|
wide: /^(before christ|before common era|anno domini|common era)/i
|
|
1454
|
-
}, zn = {
|
|
1455
|
-
any: [/^b/i, /^(a|c)/i]
|
|
1456
1454
|
}, On = {
|
|
1455
|
+
any: [/^b/i, /^(a|c)/i]
|
|
1456
|
+
}, Dn = {
|
|
1457
1457
|
narrow: /^[1234]/i,
|
|
1458
1458
|
abbreviated: /^q[1234]/i,
|
|
1459
1459
|
wide: /^[1234](th|st|nd|rd)? quarter/i
|
|
1460
|
-
}, Dn = {
|
|
1461
|
-
any: [/1/i, /2/i, /3/i, /4/i]
|
|
1462
1460
|
}, En = {
|
|
1461
|
+
any: [/1/i, /2/i, /3/i, /4/i]
|
|
1462
|
+
}, Pn = {
|
|
1463
1463
|
narrow: /^[jfmasond]/i,
|
|
1464
1464
|
abbreviated: /^(jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec)/i,
|
|
1465
1465
|
wide: /^(january|february|march|april|may|june|july|august|september|october|november|december)/i
|
|
1466
|
-
},
|
|
1466
|
+
}, Nn = {
|
|
1467
1467
|
narrow: [/^j/i, /^f/i, /^m/i, /^a/i, /^m/i, /^j/i, /^j/i, /^a/i, /^s/i, /^o/i, /^n/i, /^d/i],
|
|
1468
1468
|
any: [/^ja/i, /^f/i, /^mar/i, /^ap/i, /^may/i, /^jun/i, /^jul/i, /^au/i, /^s/i, /^o/i, /^n/i, /^d/i]
|
|
1469
|
-
},
|
|
1469
|
+
}, In = {
|
|
1470
1470
|
narrow: /^[smtwf]/i,
|
|
1471
1471
|
short: /^(su|mo|tu|we|th|fr|sa)/i,
|
|
1472
1472
|
abbreviated: /^(sun|mon|tue|wed|thu|fri|sat)/i,
|
|
1473
1473
|
wide: /^(sunday|monday|tuesday|wednesday|thursday|friday|saturday)/i
|
|
1474
|
-
},
|
|
1474
|
+
}, Un = {
|
|
1475
1475
|
narrow: [/^s/i, /^m/i, /^t/i, /^w/i, /^t/i, /^f/i, /^s/i],
|
|
1476
1476
|
any: [/^su/i, /^m/i, /^tu/i, /^w/i, /^th/i, /^f/i, /^sa/i]
|
|
1477
|
-
},
|
|
1477
|
+
}, Rn = {
|
|
1478
1478
|
narrow: /^(a|p|mi|n|(in the|at) (morning|afternoon|evening|night))/i,
|
|
1479
1479
|
any: /^([ap]\.?\s?m\.?|midnight|noon|(in the|at) (morning|afternoon|evening|night))/i
|
|
1480
|
-
},
|
|
1480
|
+
}, Ln = {
|
|
1481
1481
|
any: {
|
|
1482
1482
|
am: /^a/i,
|
|
1483
1483
|
pm: /^p/i,
|
|
@@ -1488,113 +1488,113 @@ var Gn = /^(\d+)(th|st|nd|rd)?/i, Fn = /\d+/i, Tn = {
|
|
|
1488
1488
|
evening: /evening/i,
|
|
1489
1489
|
night: /night/i
|
|
1490
1490
|
}
|
|
1491
|
-
},
|
|
1492
|
-
ordinalNumber:
|
|
1493
|
-
matchPattern:
|
|
1494
|
-
parsePattern:
|
|
1491
|
+
}, An = {
|
|
1492
|
+
ordinalNumber: Gn({
|
|
1493
|
+
matchPattern: Fn,
|
|
1494
|
+
parsePattern: Tn,
|
|
1495
1495
|
valueCallback: function(e) {
|
|
1496
1496
|
return parseInt(e, 10);
|
|
1497
1497
|
}
|
|
1498
1498
|
}),
|
|
1499
1499
|
era: Pe({
|
|
1500
|
-
matchPatterns:
|
|
1500
|
+
matchPatterns: zn,
|
|
1501
1501
|
defaultMatchWidth: "wide",
|
|
1502
|
-
parsePatterns:
|
|
1502
|
+
parsePatterns: On,
|
|
1503
1503
|
defaultParseWidth: "any"
|
|
1504
1504
|
}),
|
|
1505
1505
|
quarter: Pe({
|
|
1506
|
-
matchPatterns:
|
|
1506
|
+
matchPatterns: Dn,
|
|
1507
1507
|
defaultMatchWidth: "wide",
|
|
1508
|
-
parsePatterns:
|
|
1508
|
+
parsePatterns: En,
|
|
1509
1509
|
defaultParseWidth: "any",
|
|
1510
1510
|
valueCallback: function(e) {
|
|
1511
1511
|
return e + 1;
|
|
1512
1512
|
}
|
|
1513
1513
|
}),
|
|
1514
1514
|
month: Pe({
|
|
1515
|
-
matchPatterns:
|
|
1515
|
+
matchPatterns: Pn,
|
|
1516
1516
|
defaultMatchWidth: "wide",
|
|
1517
|
-
parsePatterns:
|
|
1517
|
+
parsePatterns: Nn,
|
|
1518
1518
|
defaultParseWidth: "any"
|
|
1519
1519
|
}),
|
|
1520
1520
|
day: Pe({
|
|
1521
|
-
matchPatterns:
|
|
1521
|
+
matchPatterns: In,
|
|
1522
1522
|
defaultMatchWidth: "wide",
|
|
1523
|
-
parsePatterns:
|
|
1523
|
+
parsePatterns: Un,
|
|
1524
1524
|
defaultParseWidth: "any"
|
|
1525
1525
|
}),
|
|
1526
1526
|
dayPeriod: Pe({
|
|
1527
|
-
matchPatterns:
|
|
1527
|
+
matchPatterns: Rn,
|
|
1528
1528
|
defaultMatchWidth: "any",
|
|
1529
|
-
parsePatterns:
|
|
1529
|
+
parsePatterns: Ln,
|
|
1530
1530
|
defaultParseWidth: "any"
|
|
1531
1531
|
})
|
|
1532
|
-
},
|
|
1532
|
+
}, jn = {
|
|
1533
1533
|
code: "en-US",
|
|
1534
|
-
formatDistance:
|
|
1535
|
-
formatLong:
|
|
1536
|
-
formatRelative:
|
|
1537
|
-
localize:
|
|
1538
|
-
match:
|
|
1534
|
+
formatDistance: un,
|
|
1535
|
+
formatLong: fn,
|
|
1536
|
+
formatRelative: hn,
|
|
1537
|
+
localize: Cn,
|
|
1538
|
+
match: An,
|
|
1539
1539
|
options: {
|
|
1540
1540
|
weekStartsOn: 0,
|
|
1541
1541
|
firstWeekContainsDate: 1
|
|
1542
1542
|
}
|
|
1543
|
-
},
|
|
1544
|
-
function
|
|
1545
|
-
var n, i, r, s, u, m,
|
|
1546
|
-
|
|
1547
|
-
var
|
|
1548
|
-
if (!(
|
|
1543
|
+
}, Wn = /[yYQqMLwIdDecihHKkms]o|(\w)\1*|''|'(''|[^'])+('|$)|./g, Yn = /P+p+|P+|p+|''|'(''|[^'])+('|$)|./g, qn = /^'([^]*?)'?$/, Hn = /''/g, Vn = /[a-zA-Z]/;
|
|
1544
|
+
function zi(t, e, a) {
|
|
1545
|
+
var n, i, r, s, u, m, d, g, h, w, _, y, O, c;
|
|
1546
|
+
W(2, arguments);
|
|
1547
|
+
var f = String(e), P = xe(), z = (n = (i = void 0) !== null && i !== void 0 ? i : P.locale) !== null && n !== void 0 ? n : jn, b = he((r = (s = (u = (m = void 0) !== null && m !== void 0 ? m : void 0) !== null && u !== void 0 ? u : P.firstWeekContainsDate) !== null && s !== void 0 ? s : (d = P.locale) === null || d === void 0 || (g = d.options) === null || g === void 0 ? void 0 : g.firstWeekContainsDate) !== null && r !== void 0 ? r : 1);
|
|
1548
|
+
if (!(b >= 1 && b <= 7))
|
|
1549
1549
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
1550
|
-
var
|
|
1551
|
-
if (!(
|
|
1550
|
+
var ae = he((h = (w = (_ = (y = void 0) !== null && y !== void 0 ? y : void 0) !== null && _ !== void 0 ? _ : P.weekStartsOn) !== null && w !== void 0 ? w : (O = P.locale) === null || O === void 0 || (c = O.options) === null || c === void 0 ? void 0 : c.weekStartsOn) !== null && h !== void 0 ? h : 0);
|
|
1551
|
+
if (!(ae >= 0 && ae <= 6))
|
|
1552
1552
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
1553
1553
|
if (!z.localize)
|
|
1554
1554
|
throw new RangeError("locale must contain localize property");
|
|
1555
1555
|
if (!z.formatLong)
|
|
1556
1556
|
throw new RangeError("locale must contain formatLong property");
|
|
1557
|
-
var
|
|
1558
|
-
if (!
|
|
1557
|
+
var x = H(t);
|
|
1558
|
+
if (!Ht(x))
|
|
1559
1559
|
throw new RangeError("Invalid time value");
|
|
1560
|
-
var
|
|
1561
|
-
firstWeekContainsDate:
|
|
1562
|
-
weekStartsOn:
|
|
1560
|
+
var ve = Yt(x), pe = Vt(x, ve), Ie = {
|
|
1561
|
+
firstWeekContainsDate: b,
|
|
1562
|
+
weekStartsOn: ae,
|
|
1563
1563
|
locale: z,
|
|
1564
|
-
_originalDate:
|
|
1565
|
-
},
|
|
1566
|
-
var
|
|
1567
|
-
if (
|
|
1568
|
-
var
|
|
1569
|
-
return
|
|
1564
|
+
_originalDate: x
|
|
1565
|
+
}, Ue = f.match(Yn).map(function(L) {
|
|
1566
|
+
var B = L[0];
|
|
1567
|
+
if (B === "p" || B === "P") {
|
|
1568
|
+
var oe = tn[B];
|
|
1569
|
+
return oe(L, z.formatLong);
|
|
1570
1570
|
}
|
|
1571
|
-
return
|
|
1572
|
-
}).join("").match(
|
|
1573
|
-
if (
|
|
1571
|
+
return L;
|
|
1572
|
+
}).join("").match(Wn).map(function(L) {
|
|
1573
|
+
if (L === "''")
|
|
1574
1574
|
return "'";
|
|
1575
|
-
var
|
|
1576
|
-
if (
|
|
1577
|
-
return
|
|
1578
|
-
var
|
|
1579
|
-
if (
|
|
1580
|
-
return
|
|
1581
|
-
if (
|
|
1582
|
-
throw new RangeError("Format string contains an unescaped latin alphabet character `" +
|
|
1583
|
-
return
|
|
1575
|
+
var B = L[0];
|
|
1576
|
+
if (B === "'")
|
|
1577
|
+
return Bn(L);
|
|
1578
|
+
var oe = en[B];
|
|
1579
|
+
if (oe)
|
|
1580
|
+
return sn(L) && Ga(L, e, String(t)), on(L) && Ga(L, e, String(t)), oe(pe, L, z.localize, Ie);
|
|
1581
|
+
if (B.match(Vn))
|
|
1582
|
+
throw new RangeError("Format string contains an unescaped latin alphabet character `" + B + "`");
|
|
1583
|
+
return L;
|
|
1584
1584
|
}).join("");
|
|
1585
|
-
return
|
|
1585
|
+
return Ue;
|
|
1586
1586
|
}
|
|
1587
|
-
function
|
|
1588
|
-
var e = t.match(
|
|
1589
|
-
return e ? e[1].replace(
|
|
1587
|
+
function Bn(t) {
|
|
1588
|
+
var e = t.match(qn);
|
|
1589
|
+
return e ? e[1].replace(Hn, "'") : t;
|
|
1590
1590
|
}
|
|
1591
|
-
function
|
|
1592
|
-
|
|
1591
|
+
function Xn(t, e) {
|
|
1592
|
+
W(2, arguments);
|
|
1593
1593
|
var a = H(t), n = H(e);
|
|
1594
1594
|
return a.getTime() > n.getTime();
|
|
1595
1595
|
}
|
|
1596
|
-
function
|
|
1597
|
-
|
|
1596
|
+
function Jn(t, e) {
|
|
1597
|
+
W(2, arguments);
|
|
1598
1598
|
var a = H(t), n = H(e);
|
|
1599
1599
|
return a.getTime() < n.getTime();
|
|
1600
1600
|
}
|
|
@@ -1610,7 +1610,7 @@ if (typeof window != "undefined") {
|
|
|
1610
1610
|
}
|
|
1611
1611
|
};
|
|
1612
1612
|
};
|
|
1613
|
-
customElements.define = t(customElements.define), import("./CasinoGameThumbnailNd-
|
|
1613
|
+
customElements.define = t(customElements.define), import("./CasinoGameThumbnailNd-mTWPwxPL.js").then(({ default: e }) => {
|
|
1614
1614
|
!customElements.get("casino-game-thumbnail-nd") && customElements.define("casino-game-thumbnail-nd", e.element);
|
|
1615
1615
|
});
|
|
1616
1616
|
}
|
|
@@ -1626,7 +1626,7 @@ if (typeof window != "undefined") {
|
|
|
1626
1626
|
}
|
|
1627
1627
|
};
|
|
1628
1628
|
};
|
|
1629
|
-
customElements.define = t(customElements.define), import("./CasinoFilter-
|
|
1629
|
+
customElements.define = t(customElements.define), import("./CasinoFilter-B4iJIKe-.js").then(({ default: e }) => {
|
|
1630
1630
|
!customElements.get("casino-filter") && customElements.define("casino-filter", e.element);
|
|
1631
1631
|
});
|
|
1632
1632
|
}
|
|
@@ -1642,63 +1642,63 @@ if (typeof window != "undefined") {
|
|
|
1642
1642
|
}
|
|
1643
1643
|
};
|
|
1644
1644
|
};
|
|
1645
|
-
customElements.define = t(customElements.define), import("./CasinoSort-
|
|
1645
|
+
customElements.define = t(customElements.define), import("./CasinoSort-BWatSBDO.js").then(({ default: e }) => {
|
|
1646
1646
|
!customElements.get("casino-sort") && customElements.define("casino-sort", e.element);
|
|
1647
1647
|
});
|
|
1648
1648
|
}
|
|
1649
|
-
function
|
|
1650
|
-
Ct(t, "svelte-3d5n3f", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.CasinoGamesCategorySectionContainer{container-type:inline-size}.CustomScroll:-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius:var(--emw--border-radius-small, 5px);background-color:transparent}.CustomScroll::-webkit-scrollbar{height:5px;background-color:transparent}.CustomScroll::-webkit-scrollbar-thumb{border-radius:var(--emw--border-radius-small, 5px);height:5px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);background-color:rgba(255, 255, 255, 0.3)}.CategoryName,.StatusText{color:var(--emw--casino-typography, #FFFFFF);font-size:var(--emw--font-size-x-large, 24px);font-weight:var(--emw--font-weight-regular, 400)}.CategoryLoadMore{font-size:var(--emw--font-size-small, 14px);color:var(--emw--casino-typography, #FFFFFF)}.NoSearchResults{color:var(--emw--casino-typography, #FFFFFF);text-align:center;width:100%;padding-left:5px;font-size:var(--emw--font-size-medium, 16px)}.NoRecentSearches{padding-bottom:30px}.NoRecentSearchesCenter{text-align:center}.NoFavoriteGames{color:var(--emw--casino-typography, #FFFFFF);font-size:var(--emw--font-size-medium, 16px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px;height:20vh}.NoFavoriteGames .UnfavoredIcon{width:50px;height:50px}.NoFavoriteGames .NoFavoriteText{text-align:center}.NoFavoriteGames .NoFavoriteTextHighlight{font-weight:var(--emw--font-weight-bold, 700);font-size:var(--emw--font-size-medium, 16px);padding:15px 0}.NoFavoriteGamesMobile{height:50vh}.SearchWaiting{grid-column:1/-1;color:var(--emw--casino-typography, #FFFFFF);font-size:var(--emw--font-size-x-small, 12px);text-align:center}.CasinoGamesHeader{width:100%;display:flex;align-items:center;margin-bottom:16px;gap:10px}.CasinoGamesHeader .CategoryIcon{display:flex;place-content:center;background-color:transparent;position:relative;align-items:center;justify-content:center}.CasinoGamesHeader .CategoryNameLink{display:block;cursor:pointer;margin-left:auto}.CasinoGamesHeader .CategoryLoadMore{font-weight:var(--emw--font-weight-normal, 400)}.CasinoGamesHeader.Searched{justify-content:center}.CasinoGamesContainer{width:100%}.CasinoGamesGrid{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-height-scroll, 180px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-scroll, 237px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-height-scroll, 180px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-scroll, 237px);grid-auto-flow:row dense}.CasinoGamesGrid .game-tile-2x1{grid-row:span 2}@container (max-width: 375px){.CasinoGamesGrid .game-tile-2x1{grid-row:span 1}}.CasinoGamesGrid .game-tile-2x2{grid-row:span 2;grid-column:span 2}@container (max-width: 375px){.CasinoGamesGrid .game-tile-2x2{grid-row:span 1;grid-column:span 1}}.CasinoGamesGrid .game-tile-1x2{grid-column:span 2}@container (max-width: 375px){.CasinoGamesGrid .game-tile-1x2{grid-column:span 1}}.CasinoGamesGrid.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-scroll, 237px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-height-scroll, 180px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-scroll, 237px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-scroll, 237px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:35px;overscroll-behavior-x:none}.CasinoGamesGridSlider .game-tile-2x1{grid-row:span 2}@container (max-width: 375px){.CasinoGamesGridSlider .game-tile-2x1{grid-row:span 1}}.CasinoGamesGridSlider .game-tile-2x2{grid-row:span 2;grid-column:span 2}@container (max-width: 375px){.CasinoGamesGridSlider .game-tile-2x2{grid-row:span 2;grid-column:span 2}}.CasinoGamesGridSlider .game-tile-1x2{grid-column:span 2}@container (max-width: 375px){.CasinoGamesGridSlider .game-tile-1x2{grid-column:span 1}}.CasinoGamesGridSlider.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CategoryFilterContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-left:auto}.SingleOrEmptyCategoryFilterContainer{margin-left:auto}.SearchLoading{display:block;padding:50px;color:var(--emw--casino-typography, #FFFFFF)}@container (max-width: 385px){.CasinoGamesGrid{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-small, 110px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-small, 110px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-small, 110px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-small, 110px)}.CasinoGamesGrid.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap-scroll, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-small-scroll, 100px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-small-scroll, 100px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-small-scroll, 100px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-small-scroll, 100px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 410px){.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap-scroll, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-medium, 122px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium, 122px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium, 122px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium, 122px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 480px){.CategoryFilterContainer{gap:16px}.CasinoGamesGrid{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium, 122px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-medium, 122px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium, 122px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium, 122px)}.CasinoGamesGrid.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap-scroll, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-medium-scroll, 120px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium-scroll, 120px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium-scroll, 120px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium-scroll, 120px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 768px){.CasinoGamesContainer .CasinoGamesGrid,.GameContainer.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium-scroll, 120px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-small, 110px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium-scroll, 120px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium, 122px)}.CasinoGamesContainer .CasinoGamesGrid.GamesListIncreasedGap,.GameContainer.CasinoGamesGridSlider.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap-scroll-mediu, 10px)}.CasinoGamesContainer .CasinoGamesGrid .GameInfo .GameInfoName,.GameContainer.CasinoGamesGridSlider .GameInfo .GameInfoName{font-size:var(--emw--font-size-x-small, 12px)}.CasinoGamesGridSlider{padding-bottom:10px}.GameInnerContainer{border-radius:var(--emw--border-radius-large, 10px)}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{gap:2px}.CasinoGamesHeader{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center}.CategoryFilterContainer{width:100%}}.DualRing{display:block;width:80px;height:80px;margin:0 auto}.DualRing:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--casino-color-primary, #22B04E);border-color:var(--emw--casino-color-primary, #22B04E) transparent var(--emw--casino-color-primary, #22B04E);animation:DualRing 1.2s linear infinite}@keyframes DualRing{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.CategoryIcon svg{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}.CategoryIconAnimation{position:relative;width:55px;height:55px;border-radius:50%;background:linear-gradient(45deg, transparent, transparent 40%, var(--emw--casino-categories-animation-main, #ffff00)), linear-gradient(var(--emfe-casino-categories-animation-fill-secondary-color, #0E1511), var(--emfe-casino-categories-animation-contrast, #141414));animation:rotate 3.5s linear infinite}.CategoryIconAnimation:before,.CategoryIconAnimation:after{content:" ";position:absolute;inset:5px;background:linear-gradient(var(--emw--casino-categories-animation-fill-main-color, #0E1511), var(--emfe-casino-categories-animation-fill-secondary-color, #0E1511));border-radius:inherit}.CategoryIconAnimation:before{background:linear-gradient(45deg, transparent, transparent 40%, var(--emw--casino-categories-animation-main, #ffff00));filter:blur(12px)}@keyframes rotate{100%{transform:rotate(360deg);filter:hue-rotate(360deg)}}');
|
|
1651
|
-
}
|
|
1652
|
-
function Ga(t, e, a) {
|
|
1653
|
-
const n = t.slice();
|
|
1654
|
-
return n[100] = e[a], n[102] = a, n;
|
|
1649
|
+
function Qn(t) {
|
|
1650
|
+
St(t, "svelte-3d5n3f", '*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}.CasinoGamesCategorySectionContainer{container-type:inline-size}.CustomScroll:-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);border-radius:var(--emw--border-radius-small, 5px);background-color:transparent}.CustomScroll::-webkit-scrollbar{height:5px;background-color:transparent}.CustomScroll::-webkit-scrollbar-thumb{border-radius:var(--emw--border-radius-small, 5px);height:5px;-webkit-box-shadow:inset 0 0 6px rgba(0, 0, 0, 0.3);background-color:rgba(255, 255, 255, 0.3)}.CategoryName,.StatusText{color:var(--emw--casino-typography, #FFFFFF);font-size:var(--emw--font-size-x-large, 24px);font-weight:var(--emw--font-weight-regular, 400)}.CategoryLoadMore{font-size:var(--emw--font-size-small, 14px);color:var(--emw--casino-typography, #FFFFFF)}.NoSearchResults{color:var(--emw--casino-typography, #FFFFFF);text-align:center;width:100%;padding-left:5px;font-size:var(--emw--font-size-medium, 16px)}.NoRecentSearches{padding-bottom:30px}.NoRecentSearchesCenter{text-align:center}.NoFavoriteGames{color:var(--emw--casino-typography, #FFFFFF);font-size:var(--emw--font-size-medium, 16px);display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px;height:20vh}.NoFavoriteGames .UnfavoredIcon{width:50px;height:50px}.NoFavoriteGames .NoFavoriteText{text-align:center}.NoFavoriteGames .NoFavoriteTextHighlight{font-weight:var(--emw--font-weight-bold, 700);font-size:var(--emw--font-size-medium, 16px);padding:15px 0}.NoFavoriteGamesMobile{height:50vh}.SearchWaiting{grid-column:1/-1;color:var(--emw--casino-typography, #FFFFFF);font-size:var(--emw--font-size-x-small, 12px);text-align:center}.CasinoGamesHeader{width:100%;display:flex;align-items:center;margin-bottom:16px;gap:10px}.CasinoGamesHeader .CategoryIcon{display:flex;place-content:center;background-color:transparent;position:relative;align-items:center;justify-content:center}.CasinoGamesHeader .CategoryNameLink{display:block;cursor:pointer;margin-left:auto}.CasinoGamesHeader .CategoryLoadMore{font-weight:var(--emw--font-weight-normal, 400)}.CasinoGamesHeader.Searched{justify-content:center}.CasinoGamesContainer{width:100%}.CasinoGamesGrid{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-height-scroll, 180px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-scroll, 237px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-height-scroll, 180px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-scroll, 237px);grid-auto-flow:row dense}.CasinoGamesGrid .game-tile-2x1{grid-row:span 2}@container (max-width: 375px){.CasinoGamesGrid .game-tile-2x1{grid-row:span 1}}.CasinoGamesGrid .game-tile-2x2{grid-row:span 2;grid-column:span 2}@container (max-width: 375px){.CasinoGamesGrid .game-tile-2x2{grid-row:span 1;grid-column:span 1}}.CasinoGamesGrid .game-tile-1x2{grid-column:span 2}@container (max-width: 375px){.CasinoGamesGrid .game-tile-1x2{grid-column:span 1}}.CasinoGamesGrid.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-scroll, 237px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-height-scroll, 180px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-scroll, 237px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-scroll, 237px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:35px;overscroll-behavior-x:none}.CasinoGamesGridSlider .game-tile-2x1{grid-row:span 2}@container (max-width: 375px){.CasinoGamesGridSlider .game-tile-2x1{grid-row:span 1}}.CasinoGamesGridSlider .game-tile-2x2{grid-row:span 2;grid-column:span 2}@container (max-width: 375px){.CasinoGamesGridSlider .game-tile-2x2{grid-row:span 2;grid-column:span 2}}.CasinoGamesGridSlider .game-tile-1x2{grid-column:span 2}@container (max-width: 375px){.CasinoGamesGridSlider .game-tile-1x2{grid-column:span 1}}.CasinoGamesGridSlider.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CategoryFilterContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-left:auto}.SingleOrEmptyCategoryFilterContainer{margin-left:auto}.SearchLoading{display:block;padding:50px;color:var(--emw--casino-typography, #FFFFFF)}@container (max-width: 385px){.CasinoGamesGrid{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-small, 110px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-small, 110px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-small, 110px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-small, 110px)}.CasinoGamesGrid.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap-scroll, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-small-scroll, 100px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-small-scroll, 100px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-small-scroll, 100px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-small-scroll, 100px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 410px){.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap-scroll, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-medium, 122px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium, 122px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium, 122px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium, 122px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 480px){.CategoryFilterContainer{gap:16px}.CasinoGamesGrid{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium, 122px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-medium, 122px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium, 122px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium, 122px)}.CasinoGamesGrid.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap, 16px)}.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap-scroll, 16px);grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-medium-scroll, 120px), 46%), 2fr));grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium-scroll, 120px));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium-scroll, 120px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium-scroll, 120px);grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName,.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:var(--emw--font-size-2x-small, 10px)}}@container (max-width: 768px){.CasinoGamesContainer .CasinoGamesGrid,.GameContainer.CasinoGamesGridSlider{display:grid;gap:var(--emw--casino-category-grid-gap, 16px);grid-template-rows:repeat(auto-fill, var(--emw--casino-category-grid-cell-size-medium-scroll, 120px));grid-template-columns:repeat(auto-fill, minmax(min(var(--emw--casino-category-grid-cell-size-small, 110px), 46%), 1fr));grid-auto-rows:var(--emw--casino-category-grid-cell-size-medium-scroll, 120px);grid-auto-columns:var(--emw--casino-category-grid-cell-size-medium, 122px)}.CasinoGamesContainer .CasinoGamesGrid.GamesListIncreasedGap,.GameContainer.CasinoGamesGridSlider.GamesListIncreasedGap{gap:var(--emw--casino-category-grid-gap-scroll-mediu, 10px)}.CasinoGamesContainer .CasinoGamesGrid .GameInfo .GameInfoName,.GameContainer.CasinoGamesGridSlider .GameInfo .GameInfoName{font-size:var(--emw--font-size-x-small, 12px)}.CasinoGamesGridSlider{padding-bottom:10px}.GameInnerContainer{border-radius:var(--emw--border-radius-large, 10px)}.GameInnerContainer .GameInfoWrapper .GameInfoBtn{gap:2px}.CasinoGamesHeader{align-items:center;flex-direction:row;flex-wrap:wrap;justify-content:center}.CategoryFilterContainer{width:100%}}.DualRing{display:block;width:80px;height:80px;margin:0 auto}.DualRing:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--casino-color-primary, #22B04E);border-color:var(--emw--casino-color-primary, #22B04E) transparent var(--emw--casino-color-primary, #22B04E);animation:DualRing 1.2s linear infinite}@keyframes DualRing{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.CategoryIcon svg{position:absolute;left:0;right:0;margin-left:auto;margin-right:auto}.CategoryIconAnimation{position:relative;width:55px;height:55px;border-radius:50%;background:linear-gradient(45deg, transparent, transparent 40%, var(--emw--casino-categories-animation-main, #ffff00)), linear-gradient(var(--emfe-casino-categories-animation-fill-secondary-color, #0E1511), var(--emfe-casino-categories-animation-contrast, #141414));animation:rotate 3.5s linear infinite}.CategoryIconAnimation:before,.CategoryIconAnimation:after{content:" ";position:absolute;inset:5px;background:linear-gradient(var(--emw--casino-categories-animation-fill-main-color, #0E1511), var(--emfe-casino-categories-animation-fill-secondary-color, #0E1511));border-radius:inherit}.CategoryIconAnimation:before{background:linear-gradient(45deg, transparent, transparent 40%, var(--emw--casino-categories-animation-main, #ffff00));filter:blur(12px)}@keyframes rotate{100%{transform:rotate(360deg);filter:hue-rotate(360deg)}}');
|
|
1655
1651
|
}
|
|
1656
1652
|
function Fa(t, e, a) {
|
|
1657
1653
|
const n = t.slice();
|
|
1658
|
-
return n[
|
|
1654
|
+
return n[101] = e[a], n[103] = a, n;
|
|
1659
1655
|
}
|
|
1660
1656
|
function Ta(t, e, a) {
|
|
1661
1657
|
const n = t.slice();
|
|
1662
|
-
return n[
|
|
1658
|
+
return n[101] = e[a], n[104] = e, n[103] = a, n;
|
|
1663
1659
|
}
|
|
1664
|
-
function
|
|
1660
|
+
function za(t, e, a) {
|
|
1661
|
+
const n = t.slice();
|
|
1662
|
+
return n[101] = e[a], n[103] = a, n;
|
|
1663
|
+
}
|
|
1664
|
+
function Kn(t) {
|
|
1665
1665
|
let e;
|
|
1666
1666
|
function a(r, s) {
|
|
1667
1667
|
if (
|
|
1668
1668
|
/*categoryData*/
|
|
1669
|
-
r[
|
|
1669
|
+
r[29]
|
|
1670
1670
|
)
|
|
1671
|
-
return
|
|
1671
|
+
return ei;
|
|
1672
1672
|
if (
|
|
1673
1673
|
/*showFavGamesCategory*/
|
|
1674
|
-
r[
|
|
1674
|
+
r[40]
|
|
1675
1675
|
)
|
|
1676
|
-
return
|
|
1676
|
+
return $n;
|
|
1677
1677
|
}
|
|
1678
1678
|
let n = a(t), i = n && n(t);
|
|
1679
1679
|
return {
|
|
1680
1680
|
c() {
|
|
1681
|
-
e =
|
|
1681
|
+
e = F("div"), i && i.c();
|
|
1682
1682
|
},
|
|
1683
1683
|
m(r, s) {
|
|
1684
|
-
|
|
1684
|
+
G(r, e, s), i && i.m(e, null);
|
|
1685
1685
|
},
|
|
1686
1686
|
p(r, s) {
|
|
1687
1687
|
n === (n = a(r)) && i ? i.p(r, s) : (i && i.d(1), i = n && n(r), i && (i.c(), i.m(e, null)));
|
|
1688
1688
|
},
|
|
1689
1689
|
d(r) {
|
|
1690
|
-
r &&
|
|
1690
|
+
r && M(e), i && i.d();
|
|
1691
1691
|
}
|
|
1692
1692
|
};
|
|
1693
1693
|
}
|
|
1694
|
-
function
|
|
1694
|
+
function Zn(t) {
|
|
1695
1695
|
let e, a, n;
|
|
1696
1696
|
function i(g, h) {
|
|
1697
1697
|
return (
|
|
1698
1698
|
/*recentSearched*/
|
|
1699
|
-
g[
|
|
1699
|
+
g[33] ? _i : (
|
|
1700
1700
|
/*shownCategoryData*/
|
|
1701
|
-
g[
|
|
1701
|
+
g[30].length ? pi : wi
|
|
1702
1702
|
)
|
|
1703
1703
|
);
|
|
1704
1704
|
}
|
|
@@ -1706,377 +1706,377 @@ function Kn(t) {
|
|
|
1706
1706
|
function u(g, h) {
|
|
1707
1707
|
return (
|
|
1708
1708
|
/*shownCategoryData*/
|
|
1709
|
-
g[
|
|
1709
|
+
g[30] ? yi : bi
|
|
1710
1710
|
);
|
|
1711
1711
|
}
|
|
1712
|
-
let m = u(t),
|
|
1712
|
+
let m = u(t), d = m(t);
|
|
1713
1713
|
return {
|
|
1714
1714
|
c() {
|
|
1715
|
-
e =
|
|
1715
|
+
e = F("div"), a = F("div"), s.c(), n = Z(), d.c(), v(a, "class", "CasinoGamesHeader Searched " + (Ne(
|
|
1716
1716
|
/*userAgent*/
|
|
1717
|
-
t[
|
|
1717
|
+
t[45]
|
|
1718
1718
|
) ? "CasinoGamesHeaderMobile" : "")), v(e, "class", "CasinoGamesContainer");
|
|
1719
1719
|
},
|
|
1720
1720
|
m(g, h) {
|
|
1721
|
-
|
|
1721
|
+
G(g, e, h), S(e, a), s.m(a, null), S(e, n), d.m(e, null);
|
|
1722
1722
|
},
|
|
1723
1723
|
p(g, h) {
|
|
1724
|
-
r === (r = i(g)) && s ? s.p(g, h) : (s.d(1), s = r(g), s && (s.c(), s.m(a, null))), m === (m = u(g)) &&
|
|
1724
|
+
r === (r = i(g)) && s ? s.p(g, h) : (s.d(1), s = r(g), s && (s.c(), s.m(a, null))), m === (m = u(g)) && d ? d.p(g, h) : (d.d(1), d = m(g), d && (d.c(), d.m(e, null)));
|
|
1725
1725
|
},
|
|
1726
1726
|
d(g) {
|
|
1727
|
-
g &&
|
|
1727
|
+
g && M(e), s.d(), d.d();
|
|
1728
1728
|
}
|
|
1729
1729
|
};
|
|
1730
1730
|
}
|
|
1731
|
-
function
|
|
1731
|
+
function xn(t) {
|
|
1732
1732
|
let e;
|
|
1733
1733
|
function a(r, s) {
|
|
1734
1734
|
return (
|
|
1735
1735
|
/*presentFilters*/
|
|
1736
|
-
r[
|
|
1736
|
+
r[35] ? Ci : ki
|
|
1737
1737
|
);
|
|
1738
1738
|
}
|
|
1739
1739
|
let n = a(t), i = n(t);
|
|
1740
1740
|
return {
|
|
1741
1741
|
c() {
|
|
1742
|
-
i.c(), e =
|
|
1742
|
+
i.c(), e = re();
|
|
1743
1743
|
},
|
|
1744
1744
|
m(r, s) {
|
|
1745
|
-
i.m(r, s),
|
|
1745
|
+
i.m(r, s), G(r, e, s);
|
|
1746
1746
|
},
|
|
1747
1747
|
p(r, s) {
|
|
1748
1748
|
n !== (n = a(r)) && (i.d(1), i = n(r), i && (i.c(), i.m(e.parentNode, e)));
|
|
1749
1749
|
},
|
|
1750
1750
|
d(r) {
|
|
1751
|
-
r &&
|
|
1751
|
+
r && M(e), i.d(r);
|
|
1752
1752
|
}
|
|
1753
1753
|
};
|
|
1754
1754
|
}
|
|
1755
|
-
function
|
|
1755
|
+
function $n(t) {
|
|
1756
1756
|
let e, a, n, i, r = (
|
|
1757
1757
|
/*casinomygames*/
|
|
1758
|
-
t[
|
|
1758
|
+
t[20] !== "true" && Oa(t)
|
|
1759
1759
|
);
|
|
1760
|
-
function s(
|
|
1760
|
+
function s(d, g) {
|
|
1761
1761
|
return (
|
|
1762
1762
|
/*isLoading*/
|
|
1763
|
-
|
|
1764
|
-
|
|
1763
|
+
d[26] && !/*isLazyLoading*/
|
|
1764
|
+
d[37] ? ni : (
|
|
1765
1765
|
/*favoriteGamesData*/
|
|
1766
|
-
|
|
1766
|
+
d[43] ? ti : ai
|
|
1767
1767
|
)
|
|
1768
1768
|
);
|
|
1769
1769
|
}
|
|
1770
1770
|
let u = s(t), m = u(t);
|
|
1771
1771
|
return {
|
|
1772
1772
|
c() {
|
|
1773
|
-
e =
|
|
1774
|
-
(t[
|
|
1773
|
+
e = F("div"), r && r.c(), a = Z(), n = F("ul"), m.c(), v(n, "class", i = /*favoriteGamesData*/
|
|
1774
|
+
(t[43].items.length != 0 ? "CasinoGamesGrid" : "") + " 'GamesListIncreasedGap'}"), v(e, "class", "CasinoGamesContainer");
|
|
1775
1775
|
},
|
|
1776
|
-
m(
|
|
1777
|
-
|
|
1776
|
+
m(d, g) {
|
|
1777
|
+
G(d, e, g), r && r.m(e, null), S(e, a), S(e, n), m.m(n, null), t[64](n);
|
|
1778
1778
|
},
|
|
1779
|
-
p(
|
|
1779
|
+
p(d, g) {
|
|
1780
1780
|
/*casinomygames*/
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
(
|
|
1781
|
+
d[20] !== "true" ? r ? r.p(d, g) : (r = Oa(d), r.c(), r.m(e, a)) : r && (r.d(1), r = null), u === (u = s(d)) && m ? m.p(d, g) : (m.d(1), m = u(d), m && (m.c(), m.m(n, null))), g[1] & /*favoriteGamesData*/
|
|
1782
|
+
4096 && i !== (i = /*favoriteGamesData*/
|
|
1783
|
+
(d[43].items.length != 0 ? "CasinoGamesGrid" : "") + " 'GamesListIncreasedGap'}") && v(n, "class", i);
|
|
1784
1784
|
},
|
|
1785
|
-
d(
|
|
1786
|
-
|
|
1785
|
+
d(d) {
|
|
1786
|
+
d && M(e), r && r.d(), m.d(), t[64](null);
|
|
1787
1787
|
}
|
|
1788
1788
|
};
|
|
1789
1789
|
}
|
|
1790
|
-
function
|
|
1790
|
+
function ei(t) {
|
|
1791
1791
|
let e, a, n = (
|
|
1792
1792
|
/*casinomygames*/
|
|
1793
|
-
t[
|
|
1793
|
+
t[20] !== "true" && Ua(t)
|
|
1794
1794
|
);
|
|
1795
1795
|
function i(u, m) {
|
|
1796
1796
|
return (
|
|
1797
1797
|
/*isLoading*/
|
|
1798
|
-
u[
|
|
1799
|
-
u[
|
|
1798
|
+
u[26] && !/*isLazyLoading*/
|
|
1799
|
+
u[37] ? hi : (
|
|
1800
1800
|
/*shownCategoryData*/
|
|
1801
|
-
u[
|
|
1801
|
+
u[30].length !== 0 ? gi : fi
|
|
1802
1802
|
)
|
|
1803
1803
|
);
|
|
1804
1804
|
}
|
|
1805
1805
|
let r = i(t), s = r(t);
|
|
1806
1806
|
return {
|
|
1807
1807
|
c() {
|
|
1808
|
-
e =
|
|
1808
|
+
e = F("div"), n && n.c(), a = Z(), s.c(), v(e, "class", "CasinoGamesContainer");
|
|
1809
1809
|
},
|
|
1810
1810
|
m(u, m) {
|
|
1811
|
-
|
|
1811
|
+
G(u, e, m), n && n.m(e, null), S(e, a), s.m(e, null);
|
|
1812
1812
|
},
|
|
1813
1813
|
p(u, m) {
|
|
1814
1814
|
/*casinomygames*/
|
|
1815
|
-
u[
|
|
1815
|
+
u[20] !== "true" ? n ? n.p(u, m) : (n = Ua(u), n.c(), n.m(e, a)) : n && (n.d(1), n = null), r === (r = i(u)) && s ? s.p(u, m) : (s.d(1), s = r(u), s && (s.c(), s.m(e, null)));
|
|
1816
1816
|
},
|
|
1817
1817
|
d(u) {
|
|
1818
|
-
u &&
|
|
1818
|
+
u && M(e), n && n.d(), s.d();
|
|
1819
1819
|
}
|
|
1820
1820
|
};
|
|
1821
1821
|
}
|
|
1822
|
-
function
|
|
1822
|
+
function Oa(t) {
|
|
1823
1823
|
let e, a, n = (
|
|
1824
1824
|
/*$_*/
|
|
1825
|
-
t[
|
|
1825
|
+
t[44]("favorites") + ""
|
|
1826
1826
|
), i, r, s, u, m = (
|
|
1827
1827
|
/*favoriteGamesData*/
|
|
1828
|
-
t[
|
|
1829
|
-
),
|
|
1828
|
+
t[43].items.length + ""
|
|
1829
|
+
), d, g;
|
|
1830
1830
|
return {
|
|
1831
1831
|
c() {
|
|
1832
|
-
e =
|
|
1832
|
+
e = F("div"), a = F("h3"), i = j(n), r = Z(), s = F("span"), u = j("("), d = j(m), g = j(")"), v(s, "class", "CategoryFavName"), v(a, "class", "CategoryName"), v(e, "class", "CasinoGamesHeader");
|
|
1833
1833
|
},
|
|
1834
|
-
m(h,
|
|
1835
|
-
|
|
1834
|
+
m(h, w) {
|
|
1835
|
+
G(h, e, w), S(e, a), S(a, i), S(a, r), S(a, s), S(s, u), S(s, d), S(s, g), t[63](a);
|
|
1836
1836
|
},
|
|
1837
|
-
p(h,
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
h[
|
|
1841
|
-
|
|
1842
|
-
h[
|
|
1837
|
+
p(h, w) {
|
|
1838
|
+
w[1] & /*$_*/
|
|
1839
|
+
8192 && n !== (n = /*$_*/
|
|
1840
|
+
h[44]("favorites") + "") && V(i, n), w[1] & /*favoriteGamesData*/
|
|
1841
|
+
4096 && m !== (m = /*favoriteGamesData*/
|
|
1842
|
+
h[43].items.length + "") && V(d, m);
|
|
1843
1843
|
},
|
|
1844
1844
|
d(h) {
|
|
1845
|
-
h &&
|
|
1845
|
+
h && M(e), t[63](null);
|
|
1846
1846
|
}
|
|
1847
1847
|
};
|
|
1848
1848
|
}
|
|
1849
|
-
function
|
|
1849
|
+
function ai(t) {
|
|
1850
1850
|
let e, a = (
|
|
1851
1851
|
/*$_*/
|
|
1852
|
-
t[
|
|
1852
|
+
t[44]("waiting") + ""
|
|
1853
1853
|
), n;
|
|
1854
1854
|
return {
|
|
1855
1855
|
c() {
|
|
1856
|
-
e =
|
|
1856
|
+
e = F("p"), n = j(a);
|
|
1857
1857
|
},
|
|
1858
1858
|
m(i, r) {
|
|
1859
|
-
|
|
1859
|
+
G(i, e, r), S(e, n);
|
|
1860
1860
|
},
|
|
1861
1861
|
p(i, r) {
|
|
1862
1862
|
r[1] & /*$_*/
|
|
1863
|
-
|
|
1864
|
-
i[
|
|
1863
|
+
8192 && a !== (a = /*$_*/
|
|
1864
|
+
i[44]("waiting") + "") && V(n, a);
|
|
1865
1865
|
},
|
|
1866
1866
|
d(i) {
|
|
1867
|
-
i &&
|
|
1867
|
+
i && M(e);
|
|
1868
1868
|
}
|
|
1869
1869
|
};
|
|
1870
1870
|
}
|
|
1871
|
-
function
|
|
1871
|
+
function ti(t) {
|
|
1872
1872
|
let e, a = Ce(
|
|
1873
1873
|
/*favoriteGamesData*/
|
|
1874
|
-
t[
|
|
1874
|
+
t[43].items
|
|
1875
1875
|
), n = [];
|
|
1876
1876
|
for (let r = 0; r < a.length; r += 1)
|
|
1877
|
-
n[r] =
|
|
1877
|
+
n[r] = Ia(Fa(t, a, r));
|
|
1878
1878
|
let i = null;
|
|
1879
|
-
return a.length || (i =
|
|
1879
|
+
return a.length || (i = Da(t)), {
|
|
1880
1880
|
c() {
|
|
1881
1881
|
for (let r = 0; r < n.length; r += 1)
|
|
1882
1882
|
n[r].c();
|
|
1883
|
-
e =
|
|
1883
|
+
e = re(), i && i.c();
|
|
1884
1884
|
},
|
|
1885
1885
|
m(r, s) {
|
|
1886
1886
|
for (let u = 0; u < n.length; u += 1)
|
|
1887
1887
|
n[u] && n[u].m(r, s);
|
|
1888
|
-
|
|
1888
|
+
G(r, e, s), i && i.m(r, s);
|
|
1889
1889
|
},
|
|
1890
1890
|
p(r, s) {
|
|
1891
|
-
if (s[0] & /*session, userid, lang, favorites, categoryid, showgamename, translationurl, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile, mbsource*/
|
|
1892
|
-
|
|
1893
|
-
|
|
1891
|
+
if (s[0] & /*session, userid, lang, favorites, categoryid, showgamename, translationurl, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile, allowsingleclickgameentry, mbsource*/
|
|
1892
|
+
1048553 | s[1] & /*favoriteGamesData, getRequiredIcon, addGameTag, showFavGamesCategory, intersectingIndexes, visibilityconnect, userAgent, $_*/
|
|
1893
|
+
130560) {
|
|
1894
1894
|
a = Ce(
|
|
1895
1895
|
/*favoriteGamesData*/
|
|
1896
|
-
r[
|
|
1896
|
+
r[43].items
|
|
1897
1897
|
);
|
|
1898
1898
|
let u;
|
|
1899
1899
|
for (u = 0; u < a.length; u += 1) {
|
|
1900
|
-
const m =
|
|
1901
|
-
n[u] ? n[u].p(m, s) : (n[u] =
|
|
1900
|
+
const m = Fa(r, a, u);
|
|
1901
|
+
n[u] ? n[u].p(m, s) : (n[u] = Ia(m), n[u].c(), n[u].m(e.parentNode, e));
|
|
1902
1902
|
}
|
|
1903
1903
|
for (; u < n.length; u += 1)
|
|
1904
1904
|
n[u].d(1);
|
|
1905
|
-
n.length = a.length, !a.length && i ? i.p(r, s) : a.length ? i && (i.d(1), i = null) : (i =
|
|
1905
|
+
n.length = a.length, !a.length && i ? i.p(r, s) : a.length ? i && (i.d(1), i = null) : (i = Da(r), i.c(), i.m(e.parentNode, e));
|
|
1906
1906
|
}
|
|
1907
1907
|
},
|
|
1908
1908
|
d(r) {
|
|
1909
|
-
r &&
|
|
1909
|
+
r && M(e), Ot(n, r), i && i.d(r);
|
|
1910
1910
|
}
|
|
1911
1911
|
};
|
|
1912
1912
|
}
|
|
1913
|
-
function
|
|
1913
|
+
function ni(t) {
|
|
1914
1914
|
let e;
|
|
1915
1915
|
return {
|
|
1916
1916
|
c() {
|
|
1917
|
-
e =
|
|
1917
|
+
e = F("div"), v(e, "class", "lds-dual-ring");
|
|
1918
1918
|
},
|
|
1919
1919
|
m(a, n) {
|
|
1920
|
-
|
|
1920
|
+
G(a, e, n);
|
|
1921
1921
|
},
|
|
1922
1922
|
p: ke,
|
|
1923
1923
|
d(a) {
|
|
1924
|
-
a &&
|
|
1924
|
+
a && M(e);
|
|
1925
1925
|
}
|
|
1926
1926
|
};
|
|
1927
1927
|
}
|
|
1928
|
-
function
|
|
1929
|
-
let e, a, n, i, r, s, u, m,
|
|
1928
|
+
function Da(t) {
|
|
1929
|
+
let e, a, n, i, r, s, u, m, d, g, h, w = (
|
|
1930
1930
|
/*$_*/
|
|
1931
|
-
t[
|
|
1932
|
-
),
|
|
1933
|
-
function
|
|
1931
|
+
t[44]("noFavoritesTitle") + ""
|
|
1932
|
+
), _, y, O;
|
|
1933
|
+
function c(z, b) {
|
|
1934
1934
|
return Ne(
|
|
1935
1935
|
/*userAgent*/
|
|
1936
|
-
z[
|
|
1937
|
-
) ?
|
|
1936
|
+
z[45]
|
|
1937
|
+
) ? ri : ii;
|
|
1938
1938
|
}
|
|
1939
|
-
let P =
|
|
1939
|
+
let P = c(t)(t);
|
|
1940
1940
|
return {
|
|
1941
1941
|
c() {
|
|
1942
|
-
e =
|
|
1942
|
+
e = F("p"), a = ue("svg"), n = ue("rect"), i = ue("rect"), r = ue("circle"), s = ue("path"), u = ue("path"), m = ue("path"), d = ue("path"), g = Z(), h = F("span"), _ = j(w), y = Z(), P.c(), O = Z(), v(n, "x", "1"), v(n, "y", "18.053"), v(n, "width", "90.263"), v(n, "height", "90.263"), v(n, "rx", "12"), v(n, "stroke", "var(--emw--color-gray-150, #828282)"), v(n, "stroke-width", "1.5"), v(i, "x", "106.737"), v(i, "y", "56.737"), v(i, "width", "90.263"), v(i, "height", "90.263"), v(i, "rx", "12"), v(i, "stroke", "var(--emw--color-gray-150, #828282)"), v(i, "stroke-width", "1.5"), v(r, "cx", "70.5"), v(r, "cy", "32.237"), v(r, "r", "31.487"), v(r, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))"), v(r, "stroke-width", "1.5"), v(r, "stroke-dasharray", "5 0"), v(s, "d", "M153.909 81.631a.747.747 0 0 0-.166-1.046l-5.466-3.954a.751.751 0 0 0-.882 1.214l4.859 3.514-3.529 4.858a.75.75 0 1 0 1.215.878l3.969-5.464zm-.725-1.18c-.501.081-.999.159-1.493.233l.223 1.482c.498-.075 1-.153 1.506-.234l-.236-1.48zm-4.457.654c-1.006.133-1.996.253-2.97.36l.162 1.49c.985-.109 1.986-.23 3.002-.364l-.194-1.486zm-5.944.65c-1.01.085-2.002.155-2.978.209l.081 1.496c.991-.054 1.997-.125 3.021-.212l-.124-1.493zm-5.955.326c-1.009.022-2 .026-2.974.01l-.026 1.5c.994.015 2.003.011 3.031-.012l-.031-1.498zm-5.953-.099a61.03 61.03 0 0 1-2.961-.245l-.164 1.49c.995.107 2.006.19 3.035.251l.09-1.496zm-5.898-.641a49.97 49.97 0 0 1-2.907-.56l-.332 1.462c.983.22 1.98.412 2.995.577l.244-1.48zm-5.773-1.298a44.435 44.435 0 0 1-2.807-.92l-.518 1.407c.953.348 1.92.665 2.901.951l.424-1.438zm-5.546-2.027A44.285 44.285 0 0 1 111 76.73l-.702 1.326a45.9 45.9 0 0 0 2.748 1.331l.612-1.37zm-5.23-2.75a49.031 49.031 0 0 1-2.472-1.616l-.861 1.229a50.27 50.27 0 0 0 2.548 1.666l.785-1.278zm-4.851-3.378c-.767-.601-1.529-1.231-2.289-1.891l-.987 1.131c.778.676 1.56 1.322 2.348 1.94l.928-1.18zm-4.486-3.889a74.64 74.64 0 0 1-2.11-2.088l-1.078 1.044a76.17 76.17 0 0 0 2.152 2.13L99.091 68zm-4.143-4.259a97.17 97.17 0 0 1-1.965-2.239l-1.145.972a98.31 98.31 0 0 0 1.996 2.274l1.114-1.007zm-3.867-4.536a127.63 127.63 0 0 1-1.845-2.346l-1.192.914c.624.812 1.246 1.603 1.867 2.373l1.17-.94zm-3.64-4.733c-.58-.788-1.163-1.596-1.749-2.423l-1.225.867c.59.834 1.179 1.649 1.764 2.445l1.21-.89z"), v(s, "fill", "var(--emw--color-gray-150, #828282)"), v(u, "d", "M78 43h11v13H78V43z"), v(u, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))"), v(m, "d", "m180 65 2.021 6.219h6.539l-5.291 3.843 2.021 6.22-5.29-3.844-5.29 3.843 2.021-6.219-5.291-3.843h6.539L180 65z"), v(m, "fill", "var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))"), v(m, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))"), v(m, "stroke-linecap", "round"), v(m, "stroke-linejoin", "round"), v(d, "d", "m74 27 2.02 6.219h6.54l-5.29 3.843 2.02 6.22L74 39.437l-5.29 3.843 2.02-6.219-5.29-3.843h6.54L74 27z"), v(d, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E))"), v(d, "stroke-width", "1.5"), v(d, "stroke-linecap", "round"), v(d, "stroke-linejoin", "round"), v(a, "width", "198"), v(a, "height", "148"), v(a, "viewBox", "0 0 198 148"), v(a, "fill", "none"), v(a, "xmlns", "http://www.w3.org/2000/svg"), v(h, "class", "NoFavoriteText NoFavoriteTextHighlight"), v(e, "class", "NoFavoriteGames " + (Ne(
|
|
1943
1943
|
/*userAgent*/
|
|
1944
|
-
t[
|
|
1944
|
+
t[45]
|
|
1945
1945
|
) ? "NoFavoriteGamesMobile" : ""));
|
|
1946
1946
|
},
|
|
1947
|
-
m(z,
|
|
1948
|
-
|
|
1947
|
+
m(z, b) {
|
|
1948
|
+
G(z, e, b), S(e, a), S(a, n), S(a, i), S(a, r), S(a, s), S(a, u), S(a, m), S(a, d), S(e, g), S(e, h), S(h, _), S(e, y), P.m(e, null), S(e, O);
|
|
1949
1949
|
},
|
|
1950
|
-
p(z,
|
|
1951
|
-
|
|
1952
|
-
|
|
1953
|
-
z[
|
|
1950
|
+
p(z, b) {
|
|
1951
|
+
b[1] & /*$_*/
|
|
1952
|
+
8192 && w !== (w = /*$_*/
|
|
1953
|
+
z[44]("noFavoritesTitle") + "") && V(_, w), P.p(z, b);
|
|
1954
1954
|
},
|
|
1955
1955
|
d(z) {
|
|
1956
|
-
z &&
|
|
1956
|
+
z && M(e), P.d();
|
|
1957
1957
|
}
|
|
1958
1958
|
};
|
|
1959
1959
|
}
|
|
1960
|
-
function
|
|
1960
|
+
function ii(t) {
|
|
1961
1961
|
let e, a = (
|
|
1962
1962
|
/*$_*/
|
|
1963
|
-
t[
|
|
1963
|
+
t[44]("noFavorites") + ""
|
|
1964
1964
|
), n;
|
|
1965
1965
|
return {
|
|
1966
1966
|
c() {
|
|
1967
|
-
e =
|
|
1967
|
+
e = F("span"), n = j(a), v(e, "class", "NoFavoriteText");
|
|
1968
1968
|
},
|
|
1969
1969
|
m(i, r) {
|
|
1970
|
-
|
|
1970
|
+
G(i, e, r), S(e, n);
|
|
1971
1971
|
},
|
|
1972
1972
|
p(i, r) {
|
|
1973
1973
|
r[1] & /*$_*/
|
|
1974
|
-
|
|
1975
|
-
i[
|
|
1974
|
+
8192 && a !== (a = /*$_*/
|
|
1975
|
+
i[44]("noFavorites") + "") && V(n, a);
|
|
1976
1976
|
},
|
|
1977
1977
|
d(i) {
|
|
1978
|
-
i &&
|
|
1978
|
+
i && M(e);
|
|
1979
1979
|
}
|
|
1980
1980
|
};
|
|
1981
1981
|
}
|
|
1982
|
-
function
|
|
1982
|
+
function ri(t) {
|
|
1983
1983
|
let e, a = (
|
|
1984
1984
|
/*$_*/
|
|
1985
|
-
t[
|
|
1985
|
+
t[44]("noFavoritesMobile") + ""
|
|
1986
1986
|
), n;
|
|
1987
1987
|
return {
|
|
1988
1988
|
c() {
|
|
1989
|
-
e =
|
|
1989
|
+
e = F("span"), n = j(a), v(e, "class", "NoFavoriteText");
|
|
1990
1990
|
},
|
|
1991
1991
|
m(i, r) {
|
|
1992
|
-
|
|
1992
|
+
G(i, e, r), S(e, n);
|
|
1993
1993
|
},
|
|
1994
1994
|
p(i, r) {
|
|
1995
1995
|
r[1] & /*$_*/
|
|
1996
|
-
|
|
1997
|
-
i[
|
|
1996
|
+
8192 && a !== (a = /*$_*/
|
|
1997
|
+
i[44]("noFavoritesMobile") + "") && V(n, a);
|
|
1998
1998
|
},
|
|
1999
1999
|
d(i) {
|
|
2000
|
-
i &&
|
|
2000
|
+
i && M(e);
|
|
2001
2001
|
}
|
|
2002
2002
|
};
|
|
2003
2003
|
}
|
|
2004
|
-
function
|
|
2004
|
+
function Ea(t) {
|
|
2005
2005
|
let e, a = (
|
|
2006
2006
|
/*gameprops*/
|
|
2007
|
-
t[
|
|
2007
|
+
t[101].gameModel.isFavorite && Pa(t)
|
|
2008
2008
|
);
|
|
2009
2009
|
return {
|
|
2010
2010
|
c() {
|
|
2011
|
-
a && a.c(), e =
|
|
2011
|
+
a && a.c(), e = re();
|
|
2012
2012
|
},
|
|
2013
2013
|
m(n, i) {
|
|
2014
|
-
a && a.m(n, i),
|
|
2014
|
+
a && a.m(n, i), G(n, e, i);
|
|
2015
2015
|
},
|
|
2016
2016
|
p(n, i) {
|
|
2017
2017
|
/*gameprops*/
|
|
2018
|
-
n[
|
|
2018
|
+
n[101].gameModel.isFavorite ? a ? a.p(n, i) : (a = Pa(n), a.c(), a.m(e.parentNode, e)) : a && (a.d(1), a = null);
|
|
2019
2019
|
},
|
|
2020
2020
|
d(n) {
|
|
2021
|
-
n &&
|
|
2021
|
+
n && M(e), a && a.d(n);
|
|
2022
2022
|
}
|
|
2023
2023
|
};
|
|
2024
2024
|
}
|
|
2025
|
-
function
|
|
2026
|
-
let e, a =
|
|
2025
|
+
function Pa(t) {
|
|
2026
|
+
let e, a = oi(t);
|
|
2027
2027
|
return {
|
|
2028
2028
|
c() {
|
|
2029
|
-
a && a.c(), e =
|
|
2029
|
+
a && a.c(), e = re();
|
|
2030
2030
|
},
|
|
2031
2031
|
m(n, i) {
|
|
2032
|
-
a && a.m(n, i),
|
|
2032
|
+
a && a.m(n, i), G(n, e, i);
|
|
2033
2033
|
},
|
|
2034
2034
|
p(n, i) {
|
|
2035
2035
|
a.p(n, i);
|
|
2036
2036
|
},
|
|
2037
2037
|
d(n) {
|
|
2038
|
-
n &&
|
|
2038
|
+
n && M(e), a && a.d(n);
|
|
2039
2039
|
}
|
|
2040
2040
|
};
|
|
2041
2041
|
}
|
|
2042
|
-
function
|
|
2042
|
+
function oi(t) {
|
|
2043
2043
|
let e, a, n;
|
|
2044
2044
|
function i(u, m) {
|
|
2045
2045
|
if (m[1] & /*favoriteGamesData*/
|
|
2046
|
-
|
|
2046
|
+
4096 && (a = null), e == null && (e = !!Ne(
|
|
2047
2047
|
/*userAgent*/
|
|
2048
|
-
u[
|
|
2048
|
+
u[45]
|
|
2049
2049
|
)), e)
|
|
2050
|
-
return
|
|
2050
|
+
return li;
|
|
2051
2051
|
if (a == null && (a = !!/*gameprops*/
|
|
2052
|
-
u[
|
|
2053
|
-
return
|
|
2052
|
+
u[101].gameModel.platform.includes("PC")), a)
|
|
2053
|
+
return si;
|
|
2054
2054
|
}
|
|
2055
2055
|
let r = i(t, [-1, -1, -1, -1]), s = r && r(t);
|
|
2056
2056
|
return {
|
|
2057
2057
|
c() {
|
|
2058
|
-
s && s.c(), n =
|
|
2058
|
+
s && s.c(), n = re();
|
|
2059
2059
|
},
|
|
2060
2060
|
m(u, m) {
|
|
2061
|
-
s && s.m(u, m),
|
|
2061
|
+
s && s.m(u, m), G(u, n, m);
|
|
2062
2062
|
},
|
|
2063
2063
|
p(u, m) {
|
|
2064
2064
|
r === (r = i(u, m)) && s ? s.p(u, m) : (s && s.d(1), s = r && r(u), s && (s.c(), s.m(n.parentNode, n)));
|
|
2065
2065
|
},
|
|
2066
2066
|
d(u) {
|
|
2067
|
-
u &&
|
|
2067
|
+
u && M(n), s && s.d(u);
|
|
2068
2068
|
}
|
|
2069
2069
|
};
|
|
2070
2070
|
}
|
|
2071
|
-
function
|
|
2072
|
-
let e, a, n, i, r, s, u, m,
|
|
2071
|
+
function si(t) {
|
|
2072
|
+
let e, a, n, i, r, s, u, m, d, g, h, w, _, y, O;
|
|
2073
2073
|
return {
|
|
2074
2074
|
c() {
|
|
2075
|
-
var
|
|
2076
|
-
e =
|
|
2077
|
-
(t[
|
|
2075
|
+
var c, f;
|
|
2076
|
+
e = F("casino-game-thumbnail-nd"), o(e, "class", a = "" + (ce + /*gameprops*/
|
|
2077
|
+
(t[101].cellSize ? (
|
|
2078
2078
|
/*gameprops*/
|
|
2079
|
-
t[
|
|
2079
|
+
t[101].cellSize
|
|
2080
2080
|
) : "1x1"))), o(
|
|
2081
2081
|
e,
|
|
2082
2082
|
"session",
|
|
@@ -2108,50 +2108,50 @@ function oi(t) {
|
|
|
2108
2108
|
/*categoryid*/
|
|
2109
2109
|
t[0]
|
|
2110
2110
|
), o(e, "gamethumbnail", n = /*gameprops*/
|
|
2111
|
-
t[
|
|
2112
|
-
t[
|
|
2111
|
+
t[101].gameModel.thumbnail), o(e, "icon", i = /*getRequiredIcon*/
|
|
2112
|
+
t[47](
|
|
2113
2113
|
/*gameprops*/
|
|
2114
|
-
(
|
|
2114
|
+
(c = t[101]) == null ? void 0 : c.icons
|
|
2115
2115
|
)), o(e, "gamename", r = /*gameprops*/
|
|
2116
|
-
t[
|
|
2117
|
-
t[
|
|
2118
|
-
t[
|
|
2119
|
-
t[
|
|
2120
|
-
t[
|
|
2116
|
+
t[101].gameModel.name), o(e, "gamevendor", s = /*gameprops*/
|
|
2117
|
+
t[101].gameModel.vendor.logo), o(e, "gameLaunchUrl", u = /*gameprops*/
|
|
2118
|
+
t[101].launchUrl), o(e, "gameisnew", m = /*gameprops*/
|
|
2119
|
+
t[101].gameModel.isNew), o(e, "gametag", d = /*addGameTag*/
|
|
2120
|
+
t[46](
|
|
2121
2121
|
/*gameprops*/
|
|
2122
|
-
(
|
|
2122
|
+
(f = t[101].gameModel) == null ? void 0 : f.advancedTags
|
|
2123
2123
|
)), o(e, "gamecellsize", g = /*gameprops*/
|
|
2124
|
-
t[
|
|
2125
|
-
t[
|
|
2126
|
-
t[
|
|
2124
|
+
t[101].cellSize), o(e, "gameid", h = /*gameprops*/
|
|
2125
|
+
t[101].gameModel.id), o(e, "gamefunmode", w = /*gameprops*/
|
|
2126
|
+
t[101].gameModel.hasFunMode), o(
|
|
2127
2127
|
e,
|
|
2128
2128
|
"showgamename",
|
|
2129
2129
|
/*showgamename*/
|
|
2130
|
-
t[
|
|
2131
|
-
), o(e, "gamefavorite",
|
|
2132
|
-
t[
|
|
2130
|
+
t[15]
|
|
2131
|
+
), o(e, "gamefavorite", _ = /*gameprops*/
|
|
2132
|
+
t[101].gameModel.isFavorite), o(
|
|
2133
2133
|
e,
|
|
2134
2134
|
"showfavoredcategory",
|
|
2135
2135
|
/*showFavGamesCategory*/
|
|
2136
|
-
t[
|
|
2137
|
-
), o(e, "connectlive",
|
|
2138
|
-
t[
|
|
2136
|
+
t[40]
|
|
2137
|
+
), o(e, "connectlive", y = /*intersectingIndexes*/
|
|
2138
|
+
t[41][
|
|
2139
2139
|
/*gameprops*/
|
|
2140
|
-
t[
|
|
2140
|
+
t[101].id
|
|
2141
2141
|
] == 1 ? "connect" : "disconnect"), o(
|
|
2142
2142
|
e,
|
|
2143
2143
|
"visibilityconnect",
|
|
2144
2144
|
/*visibilityconnect*/
|
|
2145
|
-
t[
|
|
2145
|
+
t[42]
|
|
2146
2146
|
), o(
|
|
2147
2147
|
e,
|
|
2148
2148
|
"currency",
|
|
2149
2149
|
/*currency*/
|
|
2150
2150
|
t[13]
|
|
2151
|
-
), o(e, "livelobbyendpoint",
|
|
2152
|
-
t[
|
|
2151
|
+
), o(e, "livelobbyendpoint", O = /*gameprops*/
|
|
2152
|
+
t[101].gameModel.details ? (
|
|
2153
2153
|
/*gameprops*/
|
|
2154
|
-
t[
|
|
2154
|
+
t[101].gameModel.launchUrl
|
|
2155
2155
|
) : ""), o(
|
|
2156
2156
|
e,
|
|
2157
2157
|
"clientstyling",
|
|
@@ -2171,227 +2171,238 @@ function oi(t) {
|
|
|
2171
2171
|
e,
|
|
2172
2172
|
"livecasino",
|
|
2173
2173
|
/*livecasino*/
|
|
2174
|
-
t[
|
|
2174
|
+
t[16]
|
|
2175
2175
|
), o(
|
|
2176
2176
|
e,
|
|
2177
2177
|
"gamepagemodalurl",
|
|
2178
2178
|
/*gamepagemodalurl*/
|
|
2179
|
-
t[
|
|
2179
|
+
t[17]
|
|
2180
2180
|
), o(
|
|
2181
2181
|
e,
|
|
2182
2182
|
"integratedgameframedesktop",
|
|
2183
2183
|
/*integratedgameframedesktop*/
|
|
2184
|
-
t[
|
|
2184
|
+
t[18]
|
|
2185
2185
|
), o(
|
|
2186
2186
|
e,
|
|
2187
2187
|
"integratedgameframemobile",
|
|
2188
2188
|
/*integratedgameframemobile*/
|
|
2189
|
-
t[
|
|
2189
|
+
t[19]
|
|
2190
2190
|
), o(
|
|
2191
2191
|
e,
|
|
2192
2192
|
"mbsource",
|
|
2193
2193
|
/*mbsource*/
|
|
2194
2194
|
t[9]
|
|
2195
|
+
), o(
|
|
2196
|
+
e,
|
|
2197
|
+
"allowsingleclickgameentry",
|
|
2198
|
+
/*allowsingleclickgameentry*/
|
|
2199
|
+
t[14]
|
|
2195
2200
|
);
|
|
2196
2201
|
},
|
|
2197
|
-
m(
|
|
2198
|
-
|
|
2202
|
+
m(c, f) {
|
|
2203
|
+
G(c, e, f);
|
|
2199
2204
|
},
|
|
2200
|
-
p(
|
|
2205
|
+
p(c, f) {
|
|
2201
2206
|
var P, z;
|
|
2202
|
-
|
|
2203
|
-
|
|
2204
|
-
(
|
|
2207
|
+
f[1] & /*favoriteGamesData*/
|
|
2208
|
+
4096 && a !== (a = "" + (ce + /*gameprops*/
|
|
2209
|
+
(c[101].cellSize ? (
|
|
2205
2210
|
/*gameprops*/
|
|
2206
|
-
|
|
2207
|
-
) : "1x1"))) && o(e, "class", a),
|
|
2211
|
+
c[101].cellSize
|
|
2212
|
+
) : "1x1"))) && o(e, "class", a), f[0] & /*session*/
|
|
2208
2213
|
64 && o(
|
|
2209
2214
|
e,
|
|
2210
2215
|
"session",
|
|
2211
2216
|
/*session*/
|
|
2212
|
-
|
|
2213
|
-
),
|
|
2217
|
+
c[6]
|
|
2218
|
+
), f[0] & /*userid*/
|
|
2214
2219
|
128 && o(
|
|
2215
2220
|
e,
|
|
2216
2221
|
"userid",
|
|
2217
2222
|
/*userid*/
|
|
2218
|
-
|
|
2219
|
-
),
|
|
2223
|
+
c[7]
|
|
2224
|
+
), f[0] & /*lang*/
|
|
2220
2225
|
32 && o(
|
|
2221
2226
|
e,
|
|
2222
2227
|
"lang",
|
|
2223
2228
|
/*lang*/
|
|
2224
|
-
|
|
2225
|
-
),
|
|
2229
|
+
c[5]
|
|
2230
|
+
), f[0] & /*translationurl*/
|
|
2226
2231
|
4096 && o(
|
|
2227
2232
|
e,
|
|
2228
2233
|
"translationurl",
|
|
2229
2234
|
/*translationurl*/
|
|
2230
|
-
|
|
2231
|
-
),
|
|
2235
|
+
c[12]
|
|
2236
|
+
), f[0] & /*favorites*/
|
|
2232
2237
|
256 && o(
|
|
2233
2238
|
e,
|
|
2234
2239
|
"favorites",
|
|
2235
2240
|
/*favorites*/
|
|
2236
|
-
|
|
2237
|
-
),
|
|
2241
|
+
c[8]
|
|
2242
|
+
), f[0] & /*categoryid*/
|
|
2238
2243
|
1 && o(
|
|
2239
2244
|
e,
|
|
2240
2245
|
"categoryid",
|
|
2241
2246
|
/*categoryid*/
|
|
2242
|
-
|
|
2243
|
-
),
|
|
2244
|
-
|
|
2245
|
-
|
|
2246
|
-
|
|
2247
|
-
|
|
2247
|
+
c[0]
|
|
2248
|
+
), f[1] & /*favoriteGamesData*/
|
|
2249
|
+
4096 && n !== (n = /*gameprops*/
|
|
2250
|
+
c[101].gameModel.thumbnail) && o(e, "gamethumbnail", n), f[1] & /*favoriteGamesData*/
|
|
2251
|
+
4096 && i !== (i = /*getRequiredIcon*/
|
|
2252
|
+
c[47](
|
|
2248
2253
|
/*gameprops*/
|
|
2249
|
-
(P =
|
|
2250
|
-
)) && o(e, "icon", i),
|
|
2251
|
-
|
|
2252
|
-
|
|
2253
|
-
|
|
2254
|
-
|
|
2255
|
-
|
|
2256
|
-
|
|
2257
|
-
|
|
2258
|
-
|
|
2259
|
-
|
|
2260
|
-
|
|
2254
|
+
(P = c[101]) == null ? void 0 : P.icons
|
|
2255
|
+
)) && o(e, "icon", i), f[1] & /*favoriteGamesData*/
|
|
2256
|
+
4096 && r !== (r = /*gameprops*/
|
|
2257
|
+
c[101].gameModel.name) && o(e, "gamename", r), f[1] & /*favoriteGamesData*/
|
|
2258
|
+
4096 && s !== (s = /*gameprops*/
|
|
2259
|
+
c[101].gameModel.vendor.logo) && o(e, "gamevendor", s), f[1] & /*favoriteGamesData*/
|
|
2260
|
+
4096 && u !== (u = /*gameprops*/
|
|
2261
|
+
c[101].launchUrl) && o(e, "gameLaunchUrl", u), f[1] & /*favoriteGamesData*/
|
|
2262
|
+
4096 && m !== (m = /*gameprops*/
|
|
2263
|
+
c[101].gameModel.isNew) && o(e, "gameisnew", m), f[1] & /*favoriteGamesData*/
|
|
2264
|
+
4096 && d !== (d = /*addGameTag*/
|
|
2265
|
+
c[46](
|
|
2261
2266
|
/*gameprops*/
|
|
2262
|
-
(z =
|
|
2263
|
-
)) && o(e, "gametag",
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
|
|
2267
|
-
|
|
2268
|
-
|
|
2269
|
-
|
|
2270
|
-
|
|
2267
|
+
(z = c[101].gameModel) == null ? void 0 : z.advancedTags
|
|
2268
|
+
)) && o(e, "gametag", d), f[1] & /*favoriteGamesData*/
|
|
2269
|
+
4096 && g !== (g = /*gameprops*/
|
|
2270
|
+
c[101].cellSize) && o(e, "gamecellsize", g), f[1] & /*favoriteGamesData*/
|
|
2271
|
+
4096 && h !== (h = /*gameprops*/
|
|
2272
|
+
c[101].gameModel.id) && o(e, "gameid", h), f[1] & /*favoriteGamesData*/
|
|
2273
|
+
4096 && w !== (w = /*gameprops*/
|
|
2274
|
+
c[101].gameModel.hasFunMode) && o(e, "gamefunmode", w), f[0] & /*showgamename*/
|
|
2275
|
+
32768 && o(
|
|
2271
2276
|
e,
|
|
2272
2277
|
"showgamename",
|
|
2273
2278
|
/*showgamename*/
|
|
2274
|
-
|
|
2275
|
-
),
|
|
2276
|
-
|
|
2277
|
-
|
|
2278
|
-
|
|
2279
|
+
c[15]
|
|
2280
|
+
), f[1] & /*favoriteGamesData*/
|
|
2281
|
+
4096 && _ !== (_ = /*gameprops*/
|
|
2282
|
+
c[101].gameModel.isFavorite) && o(e, "gamefavorite", _), f[1] & /*showFavGamesCategory*/
|
|
2283
|
+
512 && o(
|
|
2279
2284
|
e,
|
|
2280
2285
|
"showfavoredcategory",
|
|
2281
2286
|
/*showFavGamesCategory*/
|
|
2282
|
-
|
|
2283
|
-
),
|
|
2284
|
-
|
|
2285
|
-
|
|
2287
|
+
c[40]
|
|
2288
|
+
), f[1] & /*intersectingIndexes, favoriteGamesData*/
|
|
2289
|
+
5120 && y !== (y = /*intersectingIndexes*/
|
|
2290
|
+
c[41][
|
|
2286
2291
|
/*gameprops*/
|
|
2287
|
-
|
|
2288
|
-
] == 1 ? "connect" : "disconnect") && o(e, "connectlive",
|
|
2289
|
-
|
|
2292
|
+
c[101].id
|
|
2293
|
+
] == 1 ? "connect" : "disconnect") && o(e, "connectlive", y), f[1] & /*visibilityconnect*/
|
|
2294
|
+
2048 && o(
|
|
2290
2295
|
e,
|
|
2291
2296
|
"visibilityconnect",
|
|
2292
2297
|
/*visibilityconnect*/
|
|
2293
|
-
|
|
2294
|
-
),
|
|
2298
|
+
c[42]
|
|
2299
|
+
), f[0] & /*currency*/
|
|
2295
2300
|
8192 && o(
|
|
2296
2301
|
e,
|
|
2297
2302
|
"currency",
|
|
2298
2303
|
/*currency*/
|
|
2299
|
-
|
|
2300
|
-
),
|
|
2301
|
-
|
|
2302
|
-
|
|
2304
|
+
c[13]
|
|
2305
|
+
), f[1] & /*favoriteGamesData*/
|
|
2306
|
+
4096 && O !== (O = /*gameprops*/
|
|
2307
|
+
c[101].gameModel.details ? (
|
|
2303
2308
|
/*gameprops*/
|
|
2304
|
-
|
|
2305
|
-
) : "") && o(e, "livelobbyendpoint",
|
|
2309
|
+
c[101].gameModel.launchUrl
|
|
2310
|
+
) : "") && o(e, "livelobbyendpoint", O), f[0] & /*clientstyling*/
|
|
2306
2311
|
1024 && o(
|
|
2307
2312
|
e,
|
|
2308
2313
|
"clientstyling",
|
|
2309
2314
|
/*clientstyling*/
|
|
2310
|
-
|
|
2311
|
-
),
|
|
2315
|
+
c[10]
|
|
2316
|
+
), f[0] & /*clientstylingurl*/
|
|
2312
2317
|
2048 && o(
|
|
2313
2318
|
e,
|
|
2314
2319
|
"clientstylingurl",
|
|
2315
2320
|
/*clientstylingurl*/
|
|
2316
|
-
|
|
2317
|
-
),
|
|
2321
|
+
c[11]
|
|
2322
|
+
), f[0] & /*endpoint*/
|
|
2318
2323
|
8 && o(
|
|
2319
2324
|
e,
|
|
2320
2325
|
"endpoint",
|
|
2321
2326
|
/*endpoint*/
|
|
2322
|
-
|
|
2323
|
-
),
|
|
2324
|
-
|
|
2327
|
+
c[3]
|
|
2328
|
+
), f[0] & /*livecasino*/
|
|
2329
|
+
65536 && o(
|
|
2325
2330
|
e,
|
|
2326
2331
|
"livecasino",
|
|
2327
2332
|
/*livecasino*/
|
|
2328
|
-
|
|
2329
|
-
),
|
|
2330
|
-
|
|
2333
|
+
c[16]
|
|
2334
|
+
), f[0] & /*gamepagemodalurl*/
|
|
2335
|
+
131072 && o(
|
|
2331
2336
|
e,
|
|
2332
2337
|
"gamepagemodalurl",
|
|
2333
2338
|
/*gamepagemodalurl*/
|
|
2334
|
-
|
|
2335
|
-
),
|
|
2336
|
-
|
|
2339
|
+
c[17]
|
|
2340
|
+
), f[0] & /*integratedgameframedesktop*/
|
|
2341
|
+
262144 && o(
|
|
2337
2342
|
e,
|
|
2338
2343
|
"integratedgameframedesktop",
|
|
2339
2344
|
/*integratedgameframedesktop*/
|
|
2340
|
-
|
|
2341
|
-
),
|
|
2342
|
-
|
|
2345
|
+
c[18]
|
|
2346
|
+
), f[0] & /*integratedgameframemobile*/
|
|
2347
|
+
524288 && o(
|
|
2343
2348
|
e,
|
|
2344
2349
|
"integratedgameframemobile",
|
|
2345
2350
|
/*integratedgameframemobile*/
|
|
2346
|
-
|
|
2347
|
-
),
|
|
2351
|
+
c[19]
|
|
2352
|
+
), f[0] & /*mbsource*/
|
|
2348
2353
|
512 && o(
|
|
2349
2354
|
e,
|
|
2350
2355
|
"mbsource",
|
|
2351
2356
|
/*mbsource*/
|
|
2352
|
-
|
|
2357
|
+
c[9]
|
|
2358
|
+
), f[0] & /*allowsingleclickgameentry*/
|
|
2359
|
+
16384 && o(
|
|
2360
|
+
e,
|
|
2361
|
+
"allowsingleclickgameentry",
|
|
2362
|
+
/*allowsingleclickgameentry*/
|
|
2363
|
+
c[14]
|
|
2353
2364
|
);
|
|
2354
2365
|
},
|
|
2355
|
-
d(
|
|
2356
|
-
|
|
2366
|
+
d(c) {
|
|
2367
|
+
c && M(e);
|
|
2357
2368
|
}
|
|
2358
2369
|
};
|
|
2359
2370
|
}
|
|
2360
|
-
function
|
|
2371
|
+
function li(t) {
|
|
2361
2372
|
let e = (
|
|
2362
2373
|
/*gameprops*/
|
|
2363
|
-
t[
|
|
2364
|
-
t[
|
|
2365
|
-
t[
|
|
2366
|
-
), a, n = e &&
|
|
2374
|
+
t[101].gameModel.platform.includes("iPad") || /*gameprops*/
|
|
2375
|
+
t[101].gameModel.platform.includes("iPhone") || /*gameprops*/
|
|
2376
|
+
t[101].gameModel.platform.includes("Android")
|
|
2377
|
+
), a, n = e && Na(t);
|
|
2367
2378
|
return {
|
|
2368
2379
|
c() {
|
|
2369
|
-
n && n.c(), a =
|
|
2380
|
+
n && n.c(), a = re();
|
|
2370
2381
|
},
|
|
2371
2382
|
m(i, r) {
|
|
2372
|
-
n && n.m(i, r),
|
|
2383
|
+
n && n.m(i, r), G(i, a, r);
|
|
2373
2384
|
},
|
|
2374
2385
|
p(i, r) {
|
|
2375
2386
|
r[1] & /*favoriteGamesData*/
|
|
2376
|
-
|
|
2377
|
-
i[
|
|
2378
|
-
i[
|
|
2379
|
-
i[
|
|
2387
|
+
4096 && (e = /*gameprops*/
|
|
2388
|
+
i[101].gameModel.platform.includes("iPad") || /*gameprops*/
|
|
2389
|
+
i[101].gameModel.platform.includes("iPhone") || /*gameprops*/
|
|
2390
|
+
i[101].gameModel.platform.includes("Android")), e ? n ? n.p(i, r) : (n = Na(i), n.c(), n.m(a.parentNode, a)) : n && (n.d(1), n = null);
|
|
2380
2391
|
},
|
|
2381
2392
|
d(i) {
|
|
2382
|
-
i &&
|
|
2393
|
+
i && M(a), n && n.d(i);
|
|
2383
2394
|
}
|
|
2384
2395
|
};
|
|
2385
2396
|
}
|
|
2386
|
-
function
|
|
2387
|
-
let e, a, n, i, r, s, u, m,
|
|
2397
|
+
function Na(t) {
|
|
2398
|
+
let e, a, n, i, r, s, u, m, d, g, h, w, _, y, O;
|
|
2388
2399
|
return {
|
|
2389
2400
|
c() {
|
|
2390
|
-
var
|
|
2391
|
-
e =
|
|
2392
|
-
(t[
|
|
2401
|
+
var c, f;
|
|
2402
|
+
e = F("casino-game-thumbnail-nd"), o(e, "class", a = "" + (ce + /*gameprops*/
|
|
2403
|
+
(t[101].cellSize ? (
|
|
2393
2404
|
/*gameprops*/
|
|
2394
|
-
t[
|
|
2405
|
+
t[101].cellSize
|
|
2395
2406
|
) : "1x1"))), o(
|
|
2396
2407
|
e,
|
|
2397
2408
|
"session",
|
|
@@ -2418,41 +2429,41 @@ function Pa(t) {
|
|
|
2418
2429
|
/*categoryid*/
|
|
2419
2430
|
t[0]
|
|
2420
2431
|
), o(e, "gamethumbnail", n = /*gameprops*/
|
|
2421
|
-
t[
|
|
2422
|
-
t[
|
|
2432
|
+
t[101].gameModel.thumbnail), o(e, "icon", i = /*getRequiredIcon*/
|
|
2433
|
+
t[47](
|
|
2423
2434
|
/*gameprops*/
|
|
2424
|
-
(
|
|
2435
|
+
(c = t[101]) == null ? void 0 : c.icons
|
|
2425
2436
|
)), o(e, "gamename", r = /*gameprops*/
|
|
2426
|
-
t[
|
|
2427
|
-
t[
|
|
2428
|
-
t[
|
|
2429
|
-
t[
|
|
2430
|
-
t[
|
|
2437
|
+
t[101].gameModel.name), o(e, "gamevendor", s = /*gameprops*/
|
|
2438
|
+
t[101].gameModel.vendor.logo), o(e, "gameLaunchUrl", u = /*gameprops*/
|
|
2439
|
+
t[101].launchUrl), o(e, "gameisnew", m = /*gameprops*/
|
|
2440
|
+
t[101].gameModel.isNew), o(e, "gametag", d = /*addGameTag*/
|
|
2441
|
+
t[46](
|
|
2431
2442
|
/*gameprops*/
|
|
2432
|
-
(
|
|
2443
|
+
(f = t[101].gameModel) == null ? void 0 : f.advancedTags
|
|
2433
2444
|
)), o(e, "gamecellsize", g = /*gameprops*/
|
|
2434
|
-
t[
|
|
2435
|
-
t[
|
|
2436
|
-
t[
|
|
2445
|
+
t[101].cellSize), o(e, "gameid", h = /*gameprops*/
|
|
2446
|
+
t[101].gameModel.id), o(e, "gamefunmode", w = /*gameprops*/
|
|
2447
|
+
t[101].gameModel.hasFunMode), o(
|
|
2437
2448
|
e,
|
|
2438
2449
|
"showgamename",
|
|
2439
2450
|
/*showgamename*/
|
|
2440
|
-
t[
|
|
2441
|
-
), o(e, "gamefavorite",
|
|
2442
|
-
t[
|
|
2451
|
+
t[15]
|
|
2452
|
+
), o(e, "gamefavorite", _ = /*gameprops*/
|
|
2453
|
+
t[101].gameModel.isFavorite), o(
|
|
2443
2454
|
e,
|
|
2444
2455
|
"showfavoredcategory",
|
|
2445
2456
|
/*showFavGamesCategory*/
|
|
2446
|
-
t[
|
|
2447
|
-
), o(e, "connectlive",
|
|
2448
|
-
t[
|
|
2457
|
+
t[40]
|
|
2458
|
+
), o(e, "connectlive", y = /*intersectingIndexes*/
|
|
2459
|
+
t[41][
|
|
2449
2460
|
/*gameprops*/
|
|
2450
|
-
t[
|
|
2461
|
+
t[101].id
|
|
2451
2462
|
] == 1 ? "connect" : "disconnect"), o(
|
|
2452
2463
|
e,
|
|
2453
2464
|
"visibilityconnect",
|
|
2454
2465
|
/*visibilityconnect*/
|
|
2455
|
-
t[
|
|
2466
|
+
t[42]
|
|
2456
2467
|
), o(
|
|
2457
2468
|
e,
|
|
2458
2469
|
"translationurl",
|
|
@@ -2463,10 +2474,10 @@ function Pa(t) {
|
|
|
2463
2474
|
"currency",
|
|
2464
2475
|
/*currency*/
|
|
2465
2476
|
t[13]
|
|
2466
|
-
), o(e, "livelobbyendpoint",
|
|
2467
|
-
t[
|
|
2477
|
+
), o(e, "livelobbyendpoint", O = /*gameprops*/
|
|
2478
|
+
t[101].gameModel.details ? (
|
|
2468
2479
|
/*gameprops*/
|
|
2469
|
-
t[
|
|
2480
|
+
t[101].gameModel.launchUrl
|
|
2470
2481
|
) : ""), o(
|
|
2471
2482
|
e,
|
|
2472
2483
|
"clientstyling",
|
|
@@ -2486,22 +2497,27 @@ function Pa(t) {
|
|
|
2486
2497
|
e,
|
|
2487
2498
|
"livecasino",
|
|
2488
2499
|
/*livecasino*/
|
|
2489
|
-
t[
|
|
2500
|
+
t[16]
|
|
2490
2501
|
), o(
|
|
2491
2502
|
e,
|
|
2492
2503
|
"gamepagemodalurl",
|
|
2493
2504
|
/*gamepagemodalurl*/
|
|
2494
|
-
t[
|
|
2505
|
+
t[17]
|
|
2495
2506
|
), o(
|
|
2496
2507
|
e,
|
|
2497
2508
|
"integratedgameframedesktop",
|
|
2498
2509
|
/*integratedgameframedesktop*/
|
|
2499
|
-
t[
|
|
2510
|
+
t[18]
|
|
2500
2511
|
), o(
|
|
2501
2512
|
e,
|
|
2502
2513
|
"integratedgameframemobile",
|
|
2503
2514
|
/*integratedgameframemobile*/
|
|
2504
|
-
t[
|
|
2515
|
+
t[19]
|
|
2516
|
+
), o(
|
|
2517
|
+
e,
|
|
2518
|
+
"allowsingleclickgameentry",
|
|
2519
|
+
/*allowsingleclickgameentry*/
|
|
2520
|
+
t[14]
|
|
2505
2521
|
), o(
|
|
2506
2522
|
e,
|
|
2507
2523
|
"mbsource",
|
|
@@ -2509,333 +2525,339 @@ function Pa(t) {
|
|
|
2509
2525
|
t[9]
|
|
2510
2526
|
);
|
|
2511
2527
|
},
|
|
2512
|
-
m(
|
|
2513
|
-
|
|
2528
|
+
m(c, f) {
|
|
2529
|
+
G(c, e, f);
|
|
2514
2530
|
},
|
|
2515
|
-
p(
|
|
2531
|
+
p(c, f) {
|
|
2516
2532
|
var P, z;
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
(
|
|
2533
|
+
f[1] & /*favoriteGamesData*/
|
|
2534
|
+
4096 && a !== (a = "" + (ce + /*gameprops*/
|
|
2535
|
+
(c[101].cellSize ? (
|
|
2520
2536
|
/*gameprops*/
|
|
2521
|
-
|
|
2522
|
-
) : "1x1"))) && o(e, "class", a),
|
|
2537
|
+
c[101].cellSize
|
|
2538
|
+
) : "1x1"))) && o(e, "class", a), f[0] & /*session*/
|
|
2523
2539
|
64 && o(
|
|
2524
2540
|
e,
|
|
2525
2541
|
"session",
|
|
2526
2542
|
/*session*/
|
|
2527
|
-
|
|
2528
|
-
),
|
|
2543
|
+
c[6]
|
|
2544
|
+
), f[0] & /*userid*/
|
|
2529
2545
|
128 && o(
|
|
2530
2546
|
e,
|
|
2531
2547
|
"userid",
|
|
2532
2548
|
/*userid*/
|
|
2533
|
-
|
|
2534
|
-
),
|
|
2549
|
+
c[7]
|
|
2550
|
+
), f[0] & /*lang*/
|
|
2535
2551
|
32 && o(
|
|
2536
2552
|
e,
|
|
2537
2553
|
"lang",
|
|
2538
2554
|
/*lang*/
|
|
2539
|
-
|
|
2540
|
-
),
|
|
2555
|
+
c[5]
|
|
2556
|
+
), f[0] & /*favorites*/
|
|
2541
2557
|
256 && o(
|
|
2542
2558
|
e,
|
|
2543
2559
|
"favorites",
|
|
2544
2560
|
/*favorites*/
|
|
2545
|
-
|
|
2546
|
-
),
|
|
2561
|
+
c[8]
|
|
2562
|
+
), f[0] & /*categoryid*/
|
|
2547
2563
|
1 && o(
|
|
2548
2564
|
e,
|
|
2549
2565
|
"categoryid",
|
|
2550
2566
|
/*categoryid*/
|
|
2551
|
-
|
|
2552
|
-
),
|
|
2553
|
-
|
|
2554
|
-
|
|
2555
|
-
|
|
2556
|
-
|
|
2567
|
+
c[0]
|
|
2568
|
+
), f[1] & /*favoriteGamesData*/
|
|
2569
|
+
4096 && n !== (n = /*gameprops*/
|
|
2570
|
+
c[101].gameModel.thumbnail) && o(e, "gamethumbnail", n), f[1] & /*favoriteGamesData*/
|
|
2571
|
+
4096 && i !== (i = /*getRequiredIcon*/
|
|
2572
|
+
c[47](
|
|
2557
2573
|
/*gameprops*/
|
|
2558
|
-
(P =
|
|
2559
|
-
)) && o(e, "icon", i),
|
|
2560
|
-
|
|
2561
|
-
|
|
2562
|
-
|
|
2563
|
-
|
|
2564
|
-
|
|
2565
|
-
|
|
2566
|
-
|
|
2567
|
-
|
|
2568
|
-
|
|
2569
|
-
|
|
2574
|
+
(P = c[101]) == null ? void 0 : P.icons
|
|
2575
|
+
)) && o(e, "icon", i), f[1] & /*favoriteGamesData*/
|
|
2576
|
+
4096 && r !== (r = /*gameprops*/
|
|
2577
|
+
c[101].gameModel.name) && o(e, "gamename", r), f[1] & /*favoriteGamesData*/
|
|
2578
|
+
4096 && s !== (s = /*gameprops*/
|
|
2579
|
+
c[101].gameModel.vendor.logo) && o(e, "gamevendor", s), f[1] & /*favoriteGamesData*/
|
|
2580
|
+
4096 && u !== (u = /*gameprops*/
|
|
2581
|
+
c[101].launchUrl) && o(e, "gameLaunchUrl", u), f[1] & /*favoriteGamesData*/
|
|
2582
|
+
4096 && m !== (m = /*gameprops*/
|
|
2583
|
+
c[101].gameModel.isNew) && o(e, "gameisnew", m), f[1] & /*favoriteGamesData*/
|
|
2584
|
+
4096 && d !== (d = /*addGameTag*/
|
|
2585
|
+
c[46](
|
|
2570
2586
|
/*gameprops*/
|
|
2571
|
-
(z =
|
|
2572
|
-
)) && o(e, "gametag",
|
|
2573
|
-
|
|
2574
|
-
|
|
2575
|
-
|
|
2576
|
-
|
|
2577
|
-
|
|
2578
|
-
|
|
2579
|
-
|
|
2587
|
+
(z = c[101].gameModel) == null ? void 0 : z.advancedTags
|
|
2588
|
+
)) && o(e, "gametag", d), f[1] & /*favoriteGamesData*/
|
|
2589
|
+
4096 && g !== (g = /*gameprops*/
|
|
2590
|
+
c[101].cellSize) && o(e, "gamecellsize", g), f[1] & /*favoriteGamesData*/
|
|
2591
|
+
4096 && h !== (h = /*gameprops*/
|
|
2592
|
+
c[101].gameModel.id) && o(e, "gameid", h), f[1] & /*favoriteGamesData*/
|
|
2593
|
+
4096 && w !== (w = /*gameprops*/
|
|
2594
|
+
c[101].gameModel.hasFunMode) && o(e, "gamefunmode", w), f[0] & /*showgamename*/
|
|
2595
|
+
32768 && o(
|
|
2580
2596
|
e,
|
|
2581
2597
|
"showgamename",
|
|
2582
2598
|
/*showgamename*/
|
|
2583
|
-
|
|
2584
|
-
),
|
|
2585
|
-
|
|
2586
|
-
|
|
2587
|
-
|
|
2599
|
+
c[15]
|
|
2600
|
+
), f[1] & /*favoriteGamesData*/
|
|
2601
|
+
4096 && _ !== (_ = /*gameprops*/
|
|
2602
|
+
c[101].gameModel.isFavorite) && o(e, "gamefavorite", _), f[1] & /*showFavGamesCategory*/
|
|
2603
|
+
512 && o(
|
|
2588
2604
|
e,
|
|
2589
2605
|
"showfavoredcategory",
|
|
2590
2606
|
/*showFavGamesCategory*/
|
|
2591
|
-
|
|
2592
|
-
),
|
|
2593
|
-
|
|
2594
|
-
|
|
2607
|
+
c[40]
|
|
2608
|
+
), f[1] & /*intersectingIndexes, favoriteGamesData*/
|
|
2609
|
+
5120 && y !== (y = /*intersectingIndexes*/
|
|
2610
|
+
c[41][
|
|
2595
2611
|
/*gameprops*/
|
|
2596
|
-
|
|
2597
|
-
] == 1 ? "connect" : "disconnect") && o(e, "connectlive",
|
|
2598
|
-
|
|
2612
|
+
c[101].id
|
|
2613
|
+
] == 1 ? "connect" : "disconnect") && o(e, "connectlive", y), f[1] & /*visibilityconnect*/
|
|
2614
|
+
2048 && o(
|
|
2599
2615
|
e,
|
|
2600
2616
|
"visibilityconnect",
|
|
2601
2617
|
/*visibilityconnect*/
|
|
2602
|
-
|
|
2603
|
-
),
|
|
2618
|
+
c[42]
|
|
2619
|
+
), f[0] & /*translationurl*/
|
|
2604
2620
|
4096 && o(
|
|
2605
2621
|
e,
|
|
2606
2622
|
"translationurl",
|
|
2607
2623
|
/*translationurl*/
|
|
2608
|
-
|
|
2609
|
-
),
|
|
2624
|
+
c[12]
|
|
2625
|
+
), f[0] & /*currency*/
|
|
2610
2626
|
8192 && o(
|
|
2611
2627
|
e,
|
|
2612
2628
|
"currency",
|
|
2613
2629
|
/*currency*/
|
|
2614
|
-
|
|
2615
|
-
),
|
|
2616
|
-
|
|
2617
|
-
|
|
2630
|
+
c[13]
|
|
2631
|
+
), f[1] & /*favoriteGamesData*/
|
|
2632
|
+
4096 && O !== (O = /*gameprops*/
|
|
2633
|
+
c[101].gameModel.details ? (
|
|
2618
2634
|
/*gameprops*/
|
|
2619
|
-
|
|
2620
|
-
) : "") && o(e, "livelobbyendpoint",
|
|
2635
|
+
c[101].gameModel.launchUrl
|
|
2636
|
+
) : "") && o(e, "livelobbyendpoint", O), f[0] & /*clientstyling*/
|
|
2621
2637
|
1024 && o(
|
|
2622
2638
|
e,
|
|
2623
2639
|
"clientstyling",
|
|
2624
2640
|
/*clientstyling*/
|
|
2625
|
-
|
|
2626
|
-
),
|
|
2641
|
+
c[10]
|
|
2642
|
+
), f[0] & /*clientstylingurl*/
|
|
2627
2643
|
2048 && o(
|
|
2628
2644
|
e,
|
|
2629
2645
|
"clientstylingurl",
|
|
2630
2646
|
/*clientstylingurl*/
|
|
2631
|
-
|
|
2632
|
-
),
|
|
2647
|
+
c[11]
|
|
2648
|
+
), f[0] & /*endpoint*/
|
|
2633
2649
|
8 && o(
|
|
2634
2650
|
e,
|
|
2635
2651
|
"endpoint",
|
|
2636
2652
|
/*endpoint*/
|
|
2637
|
-
|
|
2638
|
-
),
|
|
2639
|
-
|
|
2653
|
+
c[3]
|
|
2654
|
+
), f[0] & /*livecasino*/
|
|
2655
|
+
65536 && o(
|
|
2640
2656
|
e,
|
|
2641
2657
|
"livecasino",
|
|
2642
2658
|
/*livecasino*/
|
|
2643
|
-
|
|
2644
|
-
),
|
|
2645
|
-
|
|
2659
|
+
c[16]
|
|
2660
|
+
), f[0] & /*gamepagemodalurl*/
|
|
2661
|
+
131072 && o(
|
|
2646
2662
|
e,
|
|
2647
2663
|
"gamepagemodalurl",
|
|
2648
2664
|
/*gamepagemodalurl*/
|
|
2649
|
-
|
|
2650
|
-
),
|
|
2651
|
-
|
|
2665
|
+
c[17]
|
|
2666
|
+
), f[0] & /*integratedgameframedesktop*/
|
|
2667
|
+
262144 && o(
|
|
2652
2668
|
e,
|
|
2653
2669
|
"integratedgameframedesktop",
|
|
2654
2670
|
/*integratedgameframedesktop*/
|
|
2655
|
-
|
|
2656
|
-
),
|
|
2657
|
-
|
|
2671
|
+
c[18]
|
|
2672
|
+
), f[0] & /*integratedgameframemobile*/
|
|
2673
|
+
524288 && o(
|
|
2658
2674
|
e,
|
|
2659
2675
|
"integratedgameframemobile",
|
|
2660
2676
|
/*integratedgameframemobile*/
|
|
2661
|
-
|
|
2662
|
-
),
|
|
2677
|
+
c[19]
|
|
2678
|
+
), f[0] & /*allowsingleclickgameentry*/
|
|
2679
|
+
16384 && o(
|
|
2680
|
+
e,
|
|
2681
|
+
"allowsingleclickgameentry",
|
|
2682
|
+
/*allowsingleclickgameentry*/
|
|
2683
|
+
c[14]
|
|
2684
|
+
), f[0] & /*mbsource*/
|
|
2663
2685
|
512 && o(
|
|
2664
2686
|
e,
|
|
2665
2687
|
"mbsource",
|
|
2666
2688
|
/*mbsource*/
|
|
2667
|
-
|
|
2689
|
+
c[9]
|
|
2668
2690
|
);
|
|
2669
2691
|
},
|
|
2670
|
-
d(
|
|
2671
|
-
|
|
2692
|
+
d(c) {
|
|
2693
|
+
c && M(e);
|
|
2672
2694
|
}
|
|
2673
2695
|
};
|
|
2674
2696
|
}
|
|
2675
|
-
function
|
|
2697
|
+
function Ia(t) {
|
|
2676
2698
|
let e, a = (
|
|
2677
2699
|
/*gameprops*/
|
|
2678
|
-
t[
|
|
2700
|
+
t[101].gameModel && Ea(t)
|
|
2679
2701
|
);
|
|
2680
2702
|
return {
|
|
2681
2703
|
c() {
|
|
2682
|
-
a && a.c(), e =
|
|
2704
|
+
a && a.c(), e = re();
|
|
2683
2705
|
},
|
|
2684
2706
|
m(n, i) {
|
|
2685
|
-
a && a.m(n, i),
|
|
2707
|
+
a && a.m(n, i), G(n, e, i);
|
|
2686
2708
|
},
|
|
2687
2709
|
p(n, i) {
|
|
2688
2710
|
/*gameprops*/
|
|
2689
|
-
n[
|
|
2711
|
+
n[101].gameModel ? a ? a.p(n, i) : (a = Ea(n), a.c(), a.m(e.parentNode, e)) : a && (a.d(1), a = null);
|
|
2690
2712
|
},
|
|
2691
2713
|
d(n) {
|
|
2692
|
-
n &&
|
|
2714
|
+
n && M(e), a && a.d(n);
|
|
2693
2715
|
}
|
|
2694
2716
|
};
|
|
2695
2717
|
}
|
|
2696
|
-
function
|
|
2718
|
+
function Ua(t) {
|
|
2697
2719
|
let e, a, n, i = (
|
|
2698
2720
|
/*categoryData*/
|
|
2699
|
-
t[
|
|
2721
|
+
t[29].name + ""
|
|
2700
2722
|
), r, s;
|
|
2701
|
-
function u(
|
|
2723
|
+
function u(_, y) {
|
|
2702
2724
|
return (
|
|
2703
2725
|
/*categoryData*/
|
|
2704
|
-
|
|
2726
|
+
_[29].icon ? mi : ui
|
|
2705
2727
|
);
|
|
2706
2728
|
}
|
|
2707
|
-
let m = u(t),
|
|
2708
|
-
function g(
|
|
2729
|
+
let m = u(t), d = m(t);
|
|
2730
|
+
function g(_, y) {
|
|
2709
2731
|
return (
|
|
2710
2732
|
/*lobbyView*/
|
|
2711
|
-
|
|
2712
|
-
|
|
2733
|
+
_[28] && /*showLoadCategory*/
|
|
2734
|
+
_[31] ? di : ci
|
|
2713
2735
|
);
|
|
2714
2736
|
}
|
|
2715
|
-
let h = g(t),
|
|
2737
|
+
let h = g(t), w = h(t);
|
|
2716
2738
|
return {
|
|
2717
2739
|
c() {
|
|
2718
|
-
e =
|
|
2740
|
+
e = F("div"), d.c(), a = Z(), n = F("h3"), r = j(i), s = Z(), w.c(), v(n, "class", "CategoryName"), v(e, "class", "CasinoGamesHeader");
|
|
2719
2741
|
},
|
|
2720
|
-
m(
|
|
2721
|
-
|
|
2742
|
+
m(_, y) {
|
|
2743
|
+
G(_, e, y), d.m(e, null), S(e, a), S(e, n), S(n, r), t[59](n), S(e, s), w.m(e, null);
|
|
2722
2744
|
},
|
|
2723
|
-
p(
|
|
2724
|
-
m === (m = u(
|
|
2725
|
-
|
|
2726
|
-
|
|
2745
|
+
p(_, y) {
|
|
2746
|
+
m === (m = u(_)) && d ? d.p(_, y) : (d.d(1), d = m(_), d && (d.c(), d.m(e, a))), y[0] & /*categoryData*/
|
|
2747
|
+
536870912 && i !== (i = /*categoryData*/
|
|
2748
|
+
_[29].name + "") && V(r, i), h === (h = g(_)) && w ? w.p(_, y) : (w.d(1), w = h(_), w && (w.c(), w.m(e, null)));
|
|
2727
2749
|
},
|
|
2728
|
-
d(
|
|
2729
|
-
|
|
2750
|
+
d(_) {
|
|
2751
|
+
_ && M(e), d.d(), t[59](null), w.d();
|
|
2730
2752
|
}
|
|
2731
2753
|
};
|
|
2732
2754
|
}
|
|
2733
|
-
function
|
|
2755
|
+
function ui(t) {
|
|
2734
2756
|
let e;
|
|
2735
2757
|
return {
|
|
2736
2758
|
c() {
|
|
2737
|
-
e =
|
|
2759
|
+
e = F("span"), e.innerHTML = '<div class="CategoryIconAnimation"></div> <svg xmlns="http://www.w3.org/2000/svg" width="22" height="22" viewBox="0 0 28 28"><g id="Group_5260" data-name="Group 5260" transform="translate(-26 -13)"><g id="Ellipse_664_copy" data-name="Ellipse 664 copy" transform="translate(26 13)" fill="rgba(249,165,2,0)"><path d="M 14 27 C 10.52756977081299 27 7.26298999786377 25.64776039123535 4.807610034942627 23.19239044189453 C 2.352240085601807 20.73700904846191 1 17.4724292755127 1 14 C 1 10.52756977081299 2.352240085601807 7.26298999786377 4.807610034942627 4.807610034942627 C 7.26298999786377 2.352240085601807 10.52756977081299 1 14 1 C 17.4724292755127 1 20.73700904846191 2.352240085601807 23.19239044189453 4.807610034942627 C 25.64776039123535 7.26298999786377 27 10.52756977081299 27 14 C 27 17.4724292755127 25.64776039123535 20.73700904846191 23.19239044189453 23.19239044189453 C 20.73700904846191 25.64776039123535 17.4724292755127 27 14 27 Z" stroke="none"></path><path d="M 14 2 C 10.79467964172363 2 7.781219482421875 3.248220443725586 5.514720916748047 5.514720916748047 C 3.248220443725586 7.781219482421875 2 10.79467964172363 2 14 C 2 17.2053108215332 3.248220443725586 20.21878051757812 5.514720916748047 22.48527908325195 C 7.781219482421875 24.75177955627441 10.79467964172363 26 14 26 C 17.2053108215332 26 20.21878051757812 24.75177955627441 22.48527908325195 22.48527908325195 C 24.75177955627441 20.21878051757812 26 17.2053108215332 26 14 C 26 10.79467964172363 24.75177955627441 7.781219482421875 22.48527908325195 5.514720916748047 C 20.21878051757812 3.248220443725586 17.2053108215332 2 14 2 M 14 0 C 21.73197937011719 0 28 6.268009185791016 28 14 C 28 21.73197937011719 21.73197937011719 28 14 28 C 6.268009185791016 28 0 21.73197937011719 0 14 C 0 6.268009185791016 6.268009185791016 0 14 0 Z" stroke="none" fill="#fff"></path></g><path id="Rounded_Rectangle_683" data-name="Rounded Rectangle 683" d="M1139,917.587V906.4a1.4,1.4,0,0,1,1.976,0l4.61,4.608a1.4,1.4,0,0,1,0,1.975l-4.61,4.607A1.4,1.4,0,0,1,1139,917.587Z" transform="translate(-1102 -885)" fill="#fff"></path></g></svg>', v(e, "class", "CategoryIcon");
|
|
2738
2760
|
},
|
|
2739
2761
|
m(a, n) {
|
|
2740
|
-
|
|
2762
|
+
G(a, e, n);
|
|
2741
2763
|
},
|
|
2742
2764
|
p: ke,
|
|
2743
2765
|
d(a) {
|
|
2744
|
-
a &&
|
|
2766
|
+
a && M(e);
|
|
2745
2767
|
}
|
|
2746
2768
|
};
|
|
2747
2769
|
}
|
|
2748
|
-
function
|
|
2770
|
+
function mi(t) {
|
|
2749
2771
|
let e, a;
|
|
2750
2772
|
return {
|
|
2751
2773
|
c() {
|
|
2752
|
-
e =
|
|
2753
|
-
t[
|
|
2774
|
+
e = F("img"), ya(e.src, a = /*categoryData*/
|
|
2775
|
+
t[29].icon) || v(e, "src", a), v(e, "alt", "Category Icon");
|
|
2754
2776
|
},
|
|
2755
2777
|
m(n, i) {
|
|
2756
|
-
|
|
2778
|
+
G(n, e, i);
|
|
2757
2779
|
},
|
|
2758
2780
|
p(n, i) {
|
|
2759
2781
|
i[0] & /*categoryData*/
|
|
2760
|
-
|
|
2761
|
-
n[
|
|
2782
|
+
536870912 && !ya(e.src, a = /*categoryData*/
|
|
2783
|
+
n[29].icon) && v(e, "src", a);
|
|
2762
2784
|
},
|
|
2763
2785
|
d(n) {
|
|
2764
|
-
n &&
|
|
2786
|
+
n && M(e);
|
|
2765
2787
|
}
|
|
2766
2788
|
};
|
|
2767
2789
|
}
|
|
2768
|
-
function
|
|
2790
|
+
function ci(t) {
|
|
2769
2791
|
let e, a, n, i = (
|
|
2770
2792
|
/*addfilterselector*/
|
|
2771
2793
|
t[1] == "true" && /*usesinglevendorfilter*/
|
|
2772
|
-
t[
|
|
2794
|
+
t[23] === "false" && Ra(t)
|
|
2773
2795
|
), r = (
|
|
2774
2796
|
/*addsortingselector*/
|
|
2775
|
-
t[2] == "true" &&
|
|
2797
|
+
t[2] == "true" && La(t)
|
|
2776
2798
|
);
|
|
2777
2799
|
return {
|
|
2778
2800
|
c() {
|
|
2779
|
-
e =
|
|
2801
|
+
e = F("div"), i && i.c(), a = Z(), r && r.c(), v(e, "class", n = /*addfilterselector*/
|
|
2780
2802
|
t[1] == "true" && /*usesinglevendorfilter*/
|
|
2781
|
-
t[
|
|
2803
|
+
t[23] === "false" && /*addsortingselector*/
|
|
2782
2804
|
t[2] == "true" ? "CategoryFilterContainer" : "SingleOrEmptyCategoryFilterContainer");
|
|
2783
2805
|
},
|
|
2784
2806
|
m(s, u) {
|
|
2785
|
-
|
|
2807
|
+
G(s, e, u), i && i.m(e, null), S(e, a), r && r.m(e, null);
|
|
2786
2808
|
},
|
|
2787
2809
|
p(s, u) {
|
|
2788
2810
|
/*addfilterselector*/
|
|
2789
2811
|
s[1] == "true" && /*usesinglevendorfilter*/
|
|
2790
|
-
s[
|
|
2791
|
-
s[2] == "true" ? r ? r.p(s, u) : (r =
|
|
2792
|
-
|
|
2812
|
+
s[23] === "false" ? i ? i.p(s, u) : (i = Ra(s), i.c(), i.m(e, a)) : i && (i.d(1), i = null), /*addsortingselector*/
|
|
2813
|
+
s[2] == "true" ? r ? r.p(s, u) : (r = La(s), r.c(), r.m(e, null)) : r && (r.d(1), r = null), u[0] & /*addfilterselector, usesinglevendorfilter, addsortingselector*/
|
|
2814
|
+
8388614 && n !== (n = /*addfilterselector*/
|
|
2793
2815
|
s[1] == "true" && /*usesinglevendorfilter*/
|
|
2794
|
-
s[
|
|
2816
|
+
s[23] === "false" && /*addsortingselector*/
|
|
2795
2817
|
s[2] == "true" ? "CategoryFilterContainer" : "SingleOrEmptyCategoryFilterContainer") && v(e, "class", n);
|
|
2796
2818
|
},
|
|
2797
2819
|
d(s) {
|
|
2798
|
-
s &&
|
|
2820
|
+
s && M(e), i && i.d(), r && r.d();
|
|
2799
2821
|
}
|
|
2800
2822
|
};
|
|
2801
2823
|
}
|
|
2802
|
-
function
|
|
2824
|
+
function di(t) {
|
|
2803
2825
|
let e, a, n = (
|
|
2804
2826
|
/*$_*/
|
|
2805
|
-
t[
|
|
2827
|
+
t[44]("viewAll") + ""
|
|
2806
2828
|
), i, r, s = (
|
|
2807
2829
|
/*categoryData*/
|
|
2808
|
-
t[
|
|
2809
|
-
), u, m,
|
|
2830
|
+
t[29].games.total + ""
|
|
2831
|
+
), u, m, d, g;
|
|
2810
2832
|
return {
|
|
2811
2833
|
c() {
|
|
2812
|
-
e =
|
|
2834
|
+
e = F("a"), a = F("span"), i = j(n), r = j(" ("), u = j(s), m = j(")"), v(a, "class", "CategoryLoadMore"), v(e, "class", "CategoryNameLink");
|
|
2813
2835
|
},
|
|
2814
|
-
m(h,
|
|
2815
|
-
|
|
2836
|
+
m(h, w) {
|
|
2837
|
+
G(h, e, w), S(e, a), S(a, i), S(a, r), S(a, u), S(a, m), d || (g = Dt(
|
|
2816
2838
|
e,
|
|
2817
2839
|
"click",
|
|
2818
2840
|
/*click_handler*/
|
|
2819
|
-
t[
|
|
2820
|
-
),
|
|
2841
|
+
t[60]
|
|
2842
|
+
), d = !0);
|
|
2821
2843
|
},
|
|
2822
|
-
p(h,
|
|
2823
|
-
|
|
2824
|
-
|
|
2825
|
-
h[
|
|
2826
|
-
|
|
2827
|
-
h[
|
|
2844
|
+
p(h, w) {
|
|
2845
|
+
w[1] & /*$_*/
|
|
2846
|
+
8192 && n !== (n = /*$_*/
|
|
2847
|
+
h[44]("viewAll") + "") && V(i, n), w[0] & /*categoryData*/
|
|
2848
|
+
536870912 && s !== (s = /*categoryData*/
|
|
2849
|
+
h[29].games.total + "") && V(u, s);
|
|
2828
2850
|
},
|
|
2829
2851
|
d(h) {
|
|
2830
|
-
h &&
|
|
2852
|
+
h && M(e), d = !1, g();
|
|
2831
2853
|
}
|
|
2832
2854
|
};
|
|
2833
2855
|
}
|
|
2834
|
-
function
|
|
2856
|
+
function Ra(t) {
|
|
2835
2857
|
let e;
|
|
2836
2858
|
return {
|
|
2837
2859
|
c() {
|
|
2838
|
-
e =
|
|
2860
|
+
e = F("casino-filter"), o(
|
|
2839
2861
|
e,
|
|
2840
2862
|
"clientstylingurl",
|
|
2841
2863
|
/*clientstylingurl*/
|
|
@@ -2879,7 +2901,7 @@ function Ua(t) {
|
|
|
2879
2901
|
e,
|
|
2880
2902
|
"filterbylogo",
|
|
2881
2903
|
/*filterbylogo*/
|
|
2882
|
-
t[
|
|
2904
|
+
t[21]
|
|
2883
2905
|
), o(
|
|
2884
2906
|
e,
|
|
2885
2907
|
"mbsource",
|
|
@@ -2888,7 +2910,7 @@ function Ua(t) {
|
|
|
2888
2910
|
);
|
|
2889
2911
|
},
|
|
2890
2912
|
m(a, n) {
|
|
2891
|
-
|
|
2913
|
+
G(a, e, n);
|
|
2892
2914
|
},
|
|
2893
2915
|
p(a, n) {
|
|
2894
2916
|
n[0] & /*clientstylingurl*/
|
|
@@ -2940,11 +2962,11 @@ function Ua(t) {
|
|
|
2940
2962
|
/*addsortingselector*/
|
|
2941
2963
|
a[2]
|
|
2942
2964
|
), n[0] & /*filterbylogo*/
|
|
2943
|
-
|
|
2965
|
+
2097152 && o(
|
|
2944
2966
|
e,
|
|
2945
2967
|
"filterbylogo",
|
|
2946
2968
|
/*filterbylogo*/
|
|
2947
|
-
a[
|
|
2969
|
+
a[21]
|
|
2948
2970
|
), n[0] & /*mbsource*/
|
|
2949
2971
|
512 && o(
|
|
2950
2972
|
e,
|
|
@@ -2954,15 +2976,15 @@ function Ua(t) {
|
|
|
2954
2976
|
);
|
|
2955
2977
|
},
|
|
2956
2978
|
d(a) {
|
|
2957
|
-
a &&
|
|
2979
|
+
a && M(e);
|
|
2958
2980
|
}
|
|
2959
2981
|
};
|
|
2960
2982
|
}
|
|
2961
|
-
function
|
|
2983
|
+
function La(t) {
|
|
2962
2984
|
let e;
|
|
2963
2985
|
return {
|
|
2964
2986
|
c() {
|
|
2965
|
-
e =
|
|
2987
|
+
e = F("casino-sort"), o(
|
|
2966
2988
|
e,
|
|
2967
2989
|
"clientstylingurl",
|
|
2968
2990
|
/*clientstylingurl*/
|
|
@@ -2995,7 +3017,7 @@ function Ra(t) {
|
|
|
2995
3017
|
);
|
|
2996
3018
|
},
|
|
2997
3019
|
m(a, n) {
|
|
2998
|
-
|
|
3020
|
+
G(a, e, n);
|
|
2999
3021
|
},
|
|
3000
3022
|
p(a, n) {
|
|
3001
3023
|
n[0] & /*clientstylingurl*/
|
|
@@ -3037,119 +3059,119 @@ function Ra(t) {
|
|
|
3037
3059
|
);
|
|
3038
3060
|
},
|
|
3039
3061
|
d(a) {
|
|
3040
|
-
a &&
|
|
3062
|
+
a && M(e);
|
|
3041
3063
|
}
|
|
3042
3064
|
};
|
|
3043
3065
|
}
|
|
3044
|
-
function
|
|
3066
|
+
function fi(t) {
|
|
3045
3067
|
let e, a = (
|
|
3046
3068
|
/*$_*/
|
|
3047
|
-
t[
|
|
3069
|
+
t[44]("noResults") + ""
|
|
3048
3070
|
), n;
|
|
3049
3071
|
return {
|
|
3050
3072
|
c() {
|
|
3051
|
-
e =
|
|
3073
|
+
e = F("p"), n = j(a), v(e, "class", "NoSearchResults");
|
|
3052
3074
|
},
|
|
3053
3075
|
m(i, r) {
|
|
3054
|
-
|
|
3076
|
+
G(i, e, r), S(e, n);
|
|
3055
3077
|
},
|
|
3056
3078
|
p(i, r) {
|
|
3057
3079
|
r[1] & /*$_*/
|
|
3058
|
-
|
|
3059
|
-
i[
|
|
3080
|
+
8192 && a !== (a = /*$_*/
|
|
3081
|
+
i[44]("noResults") + "") && V(n, a);
|
|
3060
3082
|
},
|
|
3061
3083
|
d(i) {
|
|
3062
|
-
i &&
|
|
3084
|
+
i && M(e);
|
|
3063
3085
|
}
|
|
3064
3086
|
};
|
|
3065
3087
|
}
|
|
3066
|
-
function
|
|
3088
|
+
function gi(t) {
|
|
3067
3089
|
let e, a = [], n = /* @__PURE__ */ new Map(), i, r = Ce(
|
|
3068
3090
|
/*shownCategoryData*/
|
|
3069
|
-
t[
|
|
3091
|
+
t[30]
|
|
3070
3092
|
);
|
|
3071
3093
|
const s = (u) => (
|
|
3072
3094
|
/*gameprops*/
|
|
3073
|
-
u[
|
|
3095
|
+
u[101].id
|
|
3074
3096
|
);
|
|
3075
3097
|
for (let u = 0; u < r.length; u += 1) {
|
|
3076
|
-
let m =
|
|
3077
|
-
n.set(
|
|
3098
|
+
let m = Ta(t, r, u), d = s(m);
|
|
3099
|
+
n.set(d, a[u] = Aa(d, m));
|
|
3078
3100
|
}
|
|
3079
3101
|
return {
|
|
3080
3102
|
c() {
|
|
3081
|
-
e =
|
|
3103
|
+
e = F("ul");
|
|
3082
3104
|
for (let u = 0; u < a.length; u += 1)
|
|
3083
3105
|
a[u].c();
|
|
3084
3106
|
v(e, "class", i = /*favoriteGamesData*/
|
|
3085
|
-
(t[
|
|
3086
|
-
t[
|
|
3087
|
-
(t[
|
|
3088
|
-
t[
|
|
3107
|
+
(t[43].items.length === 0 && /*showFavGamesCategory*/
|
|
3108
|
+
t[40] ? "" : "CasinoGamesGrid") + " " + /*lobbyView*/
|
|
3109
|
+
(t[28] && /*casinogamesgridslider*/
|
|
3110
|
+
t[22] == "true" ? "CasinoGamesGridSlider CustomScroll" : "") + " GamesListIncreasedGap");
|
|
3089
3111
|
},
|
|
3090
3112
|
m(u, m) {
|
|
3091
|
-
|
|
3092
|
-
for (let
|
|
3093
|
-
a[
|
|
3094
|
-
t[
|
|
3113
|
+
G(u, e, m);
|
|
3114
|
+
for (let d = 0; d < a.length; d += 1)
|
|
3115
|
+
a[d] && a[d].m(e, null);
|
|
3116
|
+
t[62](e);
|
|
3095
3117
|
},
|
|
3096
3118
|
p(u, m) {
|
|
3097
|
-
m[0] & /*shownCategoryData, session, userid, lang, favorites, categoryid, translationurl, showgamename, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile, casinogamesgridslider, mbsource, thumbnailContainer*/
|
|
3098
|
-
|
|
3099
|
-
|
|
3119
|
+
m[0] & /*shownCategoryData, session, userid, lang, favorites, categoryid, translationurl, showgamename, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile, casinogamesgridslider, mbsource, allowsingleclickgameentry, thumbnailContainer*/
|
|
3120
|
+
1112539113 | m[1] & /*getRequiredIcon, addGameTag, intersectingIndexes, visibilityconnect*/
|
|
3121
|
+
101376 && (r = Ce(
|
|
3100
3122
|
/*shownCategoryData*/
|
|
3101
|
-
u[
|
|
3102
|
-
), a =
|
|
3103
|
-
|
|
3104
|
-
|
|
3105
|
-
(u[
|
|
3106
|
-
u[
|
|
3107
|
-
(u[
|
|
3108
|
-
u[
|
|
3123
|
+
u[30]
|
|
3124
|
+
), a = Ya(a, m, s, 1, u, r, n, e, qa, Aa, null, Ta)), m[0] & /*lobbyView, casinogamesgridslider*/
|
|
3125
|
+
272629760 | m[1] & /*favoriteGamesData, showFavGamesCategory*/
|
|
3126
|
+
4608 && i !== (i = /*favoriteGamesData*/
|
|
3127
|
+
(u[43].items.length === 0 && /*showFavGamesCategory*/
|
|
3128
|
+
u[40] ? "" : "CasinoGamesGrid") + " " + /*lobbyView*/
|
|
3129
|
+
(u[28] && /*casinogamesgridslider*/
|
|
3130
|
+
u[22] == "true" ? "CasinoGamesGridSlider CustomScroll" : "") + " GamesListIncreasedGap") && v(e, "class", i);
|
|
3109
3131
|
},
|
|
3110
3132
|
d(u) {
|
|
3111
|
-
u &&
|
|
3133
|
+
u && M(e);
|
|
3112
3134
|
for (let m = 0; m < a.length; m += 1)
|
|
3113
3135
|
a[m].d();
|
|
3114
|
-
t[
|
|
3136
|
+
t[62](null);
|
|
3115
3137
|
}
|
|
3116
3138
|
};
|
|
3117
3139
|
}
|
|
3118
|
-
function
|
|
3140
|
+
function hi(t) {
|
|
3119
3141
|
let e;
|
|
3120
3142
|
return {
|
|
3121
3143
|
c() {
|
|
3122
|
-
e =
|
|
3144
|
+
e = F("div"), v(e, "class", "DualRing");
|
|
3123
3145
|
},
|
|
3124
3146
|
m(a, n) {
|
|
3125
|
-
|
|
3147
|
+
G(a, e, n);
|
|
3126
3148
|
},
|
|
3127
3149
|
p: ke,
|
|
3128
3150
|
d(a) {
|
|
3129
|
-
a &&
|
|
3151
|
+
a && M(e);
|
|
3130
3152
|
}
|
|
3131
3153
|
};
|
|
3132
3154
|
}
|
|
3133
|
-
function
|
|
3134
|
-
let e, a, n, i, r, s, u, m,
|
|
3155
|
+
function vi(t) {
|
|
3156
|
+
let e, a, n, i, r, s, u, m, d, g, h, w, _, y, O, c = (
|
|
3135
3157
|
/*index*/
|
|
3136
|
-
t[
|
|
3158
|
+
t[103]
|
|
3137
3159
|
);
|
|
3138
|
-
const
|
|
3160
|
+
const f = () => (
|
|
3139
3161
|
/*casino_game_thumbnail_nd_binding*/
|
|
3140
|
-
t[
|
|
3162
|
+
t[61](e, c)
|
|
3141
3163
|
), P = () => (
|
|
3142
3164
|
/*casino_game_thumbnail_nd_binding*/
|
|
3143
|
-
t[
|
|
3165
|
+
t[61](null, c)
|
|
3144
3166
|
);
|
|
3145
3167
|
return {
|
|
3146
3168
|
c() {
|
|
3147
3169
|
var z;
|
|
3148
|
-
e =
|
|
3149
|
-
t[
|
|
3150
|
-
t[
|
|
3170
|
+
e = F("casino-game-thumbnail-nd"), o(e, "gamethumbnail", a = /*gameprops*/
|
|
3171
|
+
t[101].thumbnail), o(e, "icon", n = /*getRequiredIcon*/
|
|
3172
|
+
t[47](
|
|
3151
3173
|
/*gameprops*/
|
|
3152
|
-
(z = t[
|
|
3174
|
+
(z = t[101]) == null ? void 0 : z.icons
|
|
3153
3175
|
)), o(
|
|
3154
3176
|
e,
|
|
3155
3177
|
"session",
|
|
@@ -3166,9 +3188,9 @@ function hi(t) {
|
|
|
3166
3188
|
/*lang*/
|
|
3167
3189
|
t[5]
|
|
3168
3190
|
), o(e, "class", i = "" + (ce + /*gameprops*/
|
|
3169
|
-
(t[
|
|
3191
|
+
(t[101].cellSize ? (
|
|
3170
3192
|
/*gameprops*/
|
|
3171
|
-
t[
|
|
3193
|
+
t[101].cellSize
|
|
3172
3194
|
) : "1x1"))), o(
|
|
3173
3195
|
e,
|
|
3174
3196
|
"favorites",
|
|
@@ -3180,18 +3202,18 @@ function hi(t) {
|
|
|
3180
3202
|
/*categoryid*/
|
|
3181
3203
|
t[0]
|
|
3182
3204
|
), o(e, "gamename", r = /*gameprops*/
|
|
3183
|
-
t[
|
|
3184
|
-
t[
|
|
3185
|
-
t[
|
|
3186
|
-
t[
|
|
3187
|
-
t[
|
|
3205
|
+
t[101].name), o(e, "gamevendor", s = /*gameprops*/
|
|
3206
|
+
t[101].vendor.logo), o(e, "gameLaunchUrl", u = /*gameprops*/
|
|
3207
|
+
t[101].launchUrl), o(e, "gameisnew", m = /*gameprops*/
|
|
3208
|
+
t[101].isNew), o(e, "gametag", d = /*addGameTag*/
|
|
3209
|
+
t[46](
|
|
3188
3210
|
/*gameprops*/
|
|
3189
|
-
t[
|
|
3211
|
+
t[101].advancedTags
|
|
3190
3212
|
)), o(e, "gamecellsize", g = /*gameprops*/
|
|
3191
|
-
t[
|
|
3192
|
-
t[
|
|
3193
|
-
t[
|
|
3194
|
-
t[
|
|
3213
|
+
t[101].cellSize), o(e, "gameid", h = /*gameprops*/
|
|
3214
|
+
t[101].id), o(e, "gamefunmode", w = /*gameprops*/
|
|
3215
|
+
t[101].hasFunMode), o(e, "gamefavorite", _ = /*gameprops*/
|
|
3216
|
+
t[101].isFavorite), o(
|
|
3195
3217
|
e,
|
|
3196
3218
|
"translationurl",
|
|
3197
3219
|
/*translationurl*/
|
|
@@ -3200,25 +3222,25 @@ function hi(t) {
|
|
|
3200
3222
|
e,
|
|
3201
3223
|
"showgamename",
|
|
3202
3224
|
/*showgamename*/
|
|
3203
|
-
t[
|
|
3204
|
-
), o(e, "connectlive",
|
|
3205
|
-
t[
|
|
3225
|
+
t[15]
|
|
3226
|
+
), o(e, "connectlive", y = /*intersectingIndexes*/
|
|
3227
|
+
t[41][
|
|
3206
3228
|
/*gameprops*/
|
|
3207
|
-
t[
|
|
3229
|
+
t[101].id
|
|
3208
3230
|
] == 1 ? "connect" : "disconnect"), o(
|
|
3209
3231
|
e,
|
|
3210
3232
|
"visibilityconnect",
|
|
3211
3233
|
/*visibilityconnect*/
|
|
3212
|
-
t[
|
|
3234
|
+
t[42]
|
|
3213
3235
|
), o(
|
|
3214
3236
|
e,
|
|
3215
3237
|
"currency",
|
|
3216
3238
|
/*currency*/
|
|
3217
3239
|
t[13]
|
|
3218
|
-
), o(e, "livelobbyendpoint",
|
|
3219
|
-
t[
|
|
3240
|
+
), o(e, "livelobbyendpoint", O = /*gameprops*/
|
|
3241
|
+
t[101].details ? (
|
|
3220
3242
|
/*gameprops*/
|
|
3221
|
-
t[
|
|
3243
|
+
t[101].href
|
|
3222
3244
|
) : ""), o(
|
|
3223
3245
|
e,
|
|
3224
3246
|
"clientstyling",
|
|
@@ -3238,282 +3260,293 @@ function hi(t) {
|
|
|
3238
3260
|
e,
|
|
3239
3261
|
"livecasino",
|
|
3240
3262
|
/*livecasino*/
|
|
3241
|
-
t[
|
|
3263
|
+
t[16]
|
|
3242
3264
|
), o(
|
|
3243
3265
|
e,
|
|
3244
3266
|
"gamepagemodalurl",
|
|
3245
3267
|
/*gamepagemodalurl*/
|
|
3246
|
-
t[
|
|
3268
|
+
t[17]
|
|
3247
3269
|
), o(
|
|
3248
3270
|
e,
|
|
3249
3271
|
"integratedgameframedesktop",
|
|
3250
3272
|
/*integratedgameframedesktop*/
|
|
3251
|
-
t[
|
|
3273
|
+
t[18]
|
|
3252
3274
|
), o(
|
|
3253
3275
|
e,
|
|
3254
3276
|
"integratedgameframemobile",
|
|
3255
3277
|
/*integratedgameframemobile*/
|
|
3256
|
-
t[
|
|
3278
|
+
t[19]
|
|
3257
3279
|
), o(
|
|
3258
3280
|
e,
|
|
3259
3281
|
"casinogamesgridslider",
|
|
3260
3282
|
/*casinogamesgridslider*/
|
|
3261
|
-
t[
|
|
3283
|
+
t[22]
|
|
3262
3284
|
), o(
|
|
3263
3285
|
e,
|
|
3264
3286
|
"mbsource",
|
|
3265
3287
|
/*mbsource*/
|
|
3266
3288
|
t[9]
|
|
3289
|
+
), o(
|
|
3290
|
+
e,
|
|
3291
|
+
"allowsingleclickgameentry",
|
|
3292
|
+
/*allowsingleclickgameentry*/
|
|
3293
|
+
t[14]
|
|
3267
3294
|
);
|
|
3268
3295
|
},
|
|
3269
|
-
m(z,
|
|
3270
|
-
|
|
3296
|
+
m(z, b) {
|
|
3297
|
+
G(z, e, b), f();
|
|
3271
3298
|
},
|
|
3272
|
-
p(z,
|
|
3273
|
-
var
|
|
3274
|
-
t = z,
|
|
3275
|
-
|
|
3276
|
-
t[
|
|
3277
|
-
|
|
3278
|
-
t[
|
|
3299
|
+
p(z, b) {
|
|
3300
|
+
var ae;
|
|
3301
|
+
t = z, b[0] & /*shownCategoryData*/
|
|
3302
|
+
1073741824 && a !== (a = /*gameprops*/
|
|
3303
|
+
t[101].thumbnail) && o(e, "gamethumbnail", a), b[0] & /*shownCategoryData*/
|
|
3304
|
+
1073741824 && n !== (n = /*getRequiredIcon*/
|
|
3305
|
+
t[47](
|
|
3279
3306
|
/*gameprops*/
|
|
3280
|
-
(
|
|
3281
|
-
)) && o(e, "icon", n),
|
|
3307
|
+
(ae = t[101]) == null ? void 0 : ae.icons
|
|
3308
|
+
)) && o(e, "icon", n), b[0] & /*session*/
|
|
3282
3309
|
64 && o(
|
|
3283
3310
|
e,
|
|
3284
3311
|
"session",
|
|
3285
3312
|
/*session*/
|
|
3286
3313
|
t[6]
|
|
3287
|
-
),
|
|
3314
|
+
), b[0] & /*userid*/
|
|
3288
3315
|
128 && o(
|
|
3289
3316
|
e,
|
|
3290
3317
|
"userid",
|
|
3291
3318
|
/*userid*/
|
|
3292
3319
|
t[7]
|
|
3293
|
-
),
|
|
3320
|
+
), b[0] & /*lang*/
|
|
3294
3321
|
32 && o(
|
|
3295
3322
|
e,
|
|
3296
3323
|
"lang",
|
|
3297
3324
|
/*lang*/
|
|
3298
3325
|
t[5]
|
|
3299
|
-
),
|
|
3300
|
-
|
|
3301
|
-
(t[
|
|
3326
|
+
), b[0] & /*shownCategoryData*/
|
|
3327
|
+
1073741824 && i !== (i = "" + (ce + /*gameprops*/
|
|
3328
|
+
(t[101].cellSize ? (
|
|
3302
3329
|
/*gameprops*/
|
|
3303
|
-
t[
|
|
3304
|
-
) : "1x1"))) && o(e, "class", i),
|
|
3330
|
+
t[101].cellSize
|
|
3331
|
+
) : "1x1"))) && o(e, "class", i), b[0] & /*favorites*/
|
|
3305
3332
|
256 && o(
|
|
3306
3333
|
e,
|
|
3307
3334
|
"favorites",
|
|
3308
3335
|
/*favorites*/
|
|
3309
3336
|
t[8]
|
|
3310
|
-
),
|
|
3337
|
+
), b[0] & /*categoryid*/
|
|
3311
3338
|
1 && o(
|
|
3312
3339
|
e,
|
|
3313
3340
|
"categoryid",
|
|
3314
3341
|
/*categoryid*/
|
|
3315
3342
|
t[0]
|
|
3316
|
-
),
|
|
3317
|
-
|
|
3318
|
-
t[
|
|
3319
|
-
|
|
3320
|
-
t[
|
|
3321
|
-
|
|
3322
|
-
t[
|
|
3323
|
-
|
|
3324
|
-
t[
|
|
3325
|
-
|
|
3326
|
-
t[
|
|
3343
|
+
), b[0] & /*shownCategoryData*/
|
|
3344
|
+
1073741824 && r !== (r = /*gameprops*/
|
|
3345
|
+
t[101].name) && o(e, "gamename", r), b[0] & /*shownCategoryData*/
|
|
3346
|
+
1073741824 && s !== (s = /*gameprops*/
|
|
3347
|
+
t[101].vendor.logo) && o(e, "gamevendor", s), b[0] & /*shownCategoryData*/
|
|
3348
|
+
1073741824 && u !== (u = /*gameprops*/
|
|
3349
|
+
t[101].launchUrl) && o(e, "gameLaunchUrl", u), b[0] & /*shownCategoryData*/
|
|
3350
|
+
1073741824 && m !== (m = /*gameprops*/
|
|
3351
|
+
t[101].isNew) && o(e, "gameisnew", m), b[0] & /*shownCategoryData*/
|
|
3352
|
+
1073741824 && d !== (d = /*addGameTag*/
|
|
3353
|
+
t[46](
|
|
3327
3354
|
/*gameprops*/
|
|
3328
|
-
t[
|
|
3329
|
-
)) && o(e, "gametag",
|
|
3330
|
-
|
|
3331
|
-
t[
|
|
3332
|
-
|
|
3333
|
-
t[
|
|
3334
|
-
|
|
3335
|
-
t[
|
|
3336
|
-
|
|
3337
|
-
t[
|
|
3355
|
+
t[101].advancedTags
|
|
3356
|
+
)) && o(e, "gametag", d), b[0] & /*shownCategoryData*/
|
|
3357
|
+
1073741824 && g !== (g = /*gameprops*/
|
|
3358
|
+
t[101].cellSize) && o(e, "gamecellsize", g), b[0] & /*shownCategoryData*/
|
|
3359
|
+
1073741824 && h !== (h = /*gameprops*/
|
|
3360
|
+
t[101].id) && o(e, "gameid", h), b[0] & /*shownCategoryData*/
|
|
3361
|
+
1073741824 && w !== (w = /*gameprops*/
|
|
3362
|
+
t[101].hasFunMode) && o(e, "gamefunmode", w), b[0] & /*shownCategoryData*/
|
|
3363
|
+
1073741824 && _ !== (_ = /*gameprops*/
|
|
3364
|
+
t[101].isFavorite) && o(e, "gamefavorite", _), b[0] & /*translationurl*/
|
|
3338
3365
|
4096 && o(
|
|
3339
3366
|
e,
|
|
3340
3367
|
"translationurl",
|
|
3341
3368
|
/*translationurl*/
|
|
3342
3369
|
t[12]
|
|
3343
|
-
),
|
|
3344
|
-
|
|
3370
|
+
), b[0] & /*showgamename*/
|
|
3371
|
+
32768 && o(
|
|
3345
3372
|
e,
|
|
3346
3373
|
"showgamename",
|
|
3347
3374
|
/*showgamename*/
|
|
3348
|
-
t[
|
|
3349
|
-
),
|
|
3350
|
-
|
|
3351
|
-
|
|
3352
|
-
t[
|
|
3375
|
+
t[15]
|
|
3376
|
+
), b[0] & /*shownCategoryData*/
|
|
3377
|
+
1073741824 | b[1] & /*intersectingIndexes*/
|
|
3378
|
+
1024 && y !== (y = /*intersectingIndexes*/
|
|
3379
|
+
t[41][
|
|
3353
3380
|
/*gameprops*/
|
|
3354
|
-
t[
|
|
3355
|
-
] == 1 ? "connect" : "disconnect") && o(e, "connectlive",
|
|
3356
|
-
|
|
3381
|
+
t[101].id
|
|
3382
|
+
] == 1 ? "connect" : "disconnect") && o(e, "connectlive", y), b[1] & /*visibilityconnect*/
|
|
3383
|
+
2048 && o(
|
|
3357
3384
|
e,
|
|
3358
3385
|
"visibilityconnect",
|
|
3359
3386
|
/*visibilityconnect*/
|
|
3360
|
-
t[
|
|
3361
|
-
),
|
|
3387
|
+
t[42]
|
|
3388
|
+
), b[0] & /*currency*/
|
|
3362
3389
|
8192 && o(
|
|
3363
3390
|
e,
|
|
3364
3391
|
"currency",
|
|
3365
3392
|
/*currency*/
|
|
3366
3393
|
t[13]
|
|
3367
|
-
),
|
|
3368
|
-
|
|
3369
|
-
t[
|
|
3394
|
+
), b[0] & /*shownCategoryData*/
|
|
3395
|
+
1073741824 && O !== (O = /*gameprops*/
|
|
3396
|
+
t[101].details ? (
|
|
3370
3397
|
/*gameprops*/
|
|
3371
|
-
t[
|
|
3372
|
-
) : "") && o(e, "livelobbyendpoint",
|
|
3398
|
+
t[101].href
|
|
3399
|
+
) : "") && o(e, "livelobbyendpoint", O), b[0] & /*clientstyling*/
|
|
3373
3400
|
1024 && o(
|
|
3374
3401
|
e,
|
|
3375
3402
|
"clientstyling",
|
|
3376
3403
|
/*clientstyling*/
|
|
3377
3404
|
t[10]
|
|
3378
|
-
),
|
|
3405
|
+
), b[0] & /*clientstylingurl*/
|
|
3379
3406
|
2048 && o(
|
|
3380
3407
|
e,
|
|
3381
3408
|
"clientstylingurl",
|
|
3382
3409
|
/*clientstylingurl*/
|
|
3383
3410
|
t[11]
|
|
3384
|
-
),
|
|
3411
|
+
), b[0] & /*endpoint*/
|
|
3385
3412
|
8 && o(
|
|
3386
3413
|
e,
|
|
3387
3414
|
"endpoint",
|
|
3388
3415
|
/*endpoint*/
|
|
3389
3416
|
t[3]
|
|
3390
|
-
),
|
|
3391
|
-
|
|
3417
|
+
), b[0] & /*livecasino*/
|
|
3418
|
+
65536 && o(
|
|
3392
3419
|
e,
|
|
3393
3420
|
"livecasino",
|
|
3394
3421
|
/*livecasino*/
|
|
3395
|
-
t[
|
|
3396
|
-
),
|
|
3397
|
-
|
|
3422
|
+
t[16]
|
|
3423
|
+
), b[0] & /*gamepagemodalurl*/
|
|
3424
|
+
131072 && o(
|
|
3398
3425
|
e,
|
|
3399
3426
|
"gamepagemodalurl",
|
|
3400
3427
|
/*gamepagemodalurl*/
|
|
3401
|
-
t[
|
|
3402
|
-
),
|
|
3403
|
-
|
|
3428
|
+
t[17]
|
|
3429
|
+
), b[0] & /*integratedgameframedesktop*/
|
|
3430
|
+
262144 && o(
|
|
3404
3431
|
e,
|
|
3405
3432
|
"integratedgameframedesktop",
|
|
3406
3433
|
/*integratedgameframedesktop*/
|
|
3407
|
-
t[
|
|
3408
|
-
),
|
|
3409
|
-
|
|
3434
|
+
t[18]
|
|
3435
|
+
), b[0] & /*integratedgameframemobile*/
|
|
3436
|
+
524288 && o(
|
|
3410
3437
|
e,
|
|
3411
3438
|
"integratedgameframemobile",
|
|
3412
3439
|
/*integratedgameframemobile*/
|
|
3413
|
-
t[
|
|
3414
|
-
),
|
|
3415
|
-
|
|
3440
|
+
t[19]
|
|
3441
|
+
), b[0] & /*casinogamesgridslider*/
|
|
3442
|
+
4194304 && o(
|
|
3416
3443
|
e,
|
|
3417
3444
|
"casinogamesgridslider",
|
|
3418
3445
|
/*casinogamesgridslider*/
|
|
3419
|
-
t[
|
|
3420
|
-
),
|
|
3446
|
+
t[22]
|
|
3447
|
+
), b[0] & /*mbsource*/
|
|
3421
3448
|
512 && o(
|
|
3422
3449
|
e,
|
|
3423
3450
|
"mbsource",
|
|
3424
3451
|
/*mbsource*/
|
|
3425
3452
|
t[9]
|
|
3426
|
-
),
|
|
3427
|
-
|
|
3428
|
-
|
|
3453
|
+
), b[0] & /*allowsingleclickgameentry*/
|
|
3454
|
+
16384 && o(
|
|
3455
|
+
e,
|
|
3456
|
+
"allowsingleclickgameentry",
|
|
3457
|
+
/*allowsingleclickgameentry*/
|
|
3458
|
+
t[14]
|
|
3459
|
+
), c !== /*index*/
|
|
3460
|
+
t[103] && (P(), c = /*index*/
|
|
3461
|
+
t[103], f());
|
|
3429
3462
|
},
|
|
3430
3463
|
d(z) {
|
|
3431
|
-
z &&
|
|
3464
|
+
z && M(e), P();
|
|
3432
3465
|
}
|
|
3433
3466
|
};
|
|
3434
3467
|
}
|
|
3435
|
-
function
|
|
3436
|
-
let a, n, i =
|
|
3468
|
+
function Aa(t, e) {
|
|
3469
|
+
let a, n, i = vi(e);
|
|
3437
3470
|
return {
|
|
3438
3471
|
key: t,
|
|
3439
3472
|
first: null,
|
|
3440
3473
|
c() {
|
|
3441
|
-
a =
|
|
3474
|
+
a = re(), i && i.c(), n = re(), this.first = a;
|
|
3442
3475
|
},
|
|
3443
3476
|
m(r, s) {
|
|
3444
|
-
|
|
3477
|
+
G(r, a, s), i && i.m(r, s), G(r, n, s);
|
|
3445
3478
|
},
|
|
3446
3479
|
p(r, s) {
|
|
3447
3480
|
e = r, i.p(e, s);
|
|
3448
3481
|
},
|
|
3449
3482
|
d(r) {
|
|
3450
|
-
r && (
|
|
3483
|
+
r && (M(a), M(n)), i && i.d(r);
|
|
3451
3484
|
}
|
|
3452
3485
|
};
|
|
3453
3486
|
}
|
|
3454
|
-
function
|
|
3487
|
+
function pi(t) {
|
|
3455
3488
|
let e, a = (
|
|
3456
3489
|
/*$_*/
|
|
3457
|
-
t[
|
|
3490
|
+
t[44]("searchedItems") + ""
|
|
3458
3491
|
), n;
|
|
3459
3492
|
return {
|
|
3460
3493
|
c() {
|
|
3461
|
-
e =
|
|
3494
|
+
e = F("h3"), n = j(a), v(e, "class", "StatusText");
|
|
3462
3495
|
},
|
|
3463
3496
|
m(i, r) {
|
|
3464
|
-
|
|
3497
|
+
G(i, e, r), S(e, n);
|
|
3465
3498
|
},
|
|
3466
3499
|
p(i, r) {
|
|
3467
3500
|
r[1] & /*$_*/
|
|
3468
|
-
|
|
3469
|
-
i[
|
|
3501
|
+
8192 && a !== (a = /*$_*/
|
|
3502
|
+
i[44]("searchedItems") + "") && V(n, a);
|
|
3470
3503
|
},
|
|
3471
3504
|
d(i) {
|
|
3472
|
-
i &&
|
|
3505
|
+
i && M(e);
|
|
3473
3506
|
}
|
|
3474
3507
|
};
|
|
3475
3508
|
}
|
|
3476
|
-
function
|
|
3509
|
+
function wi(t) {
|
|
3477
3510
|
let e, a = (
|
|
3478
3511
|
/*$_*/
|
|
3479
|
-
t[
|
|
3512
|
+
t[44]("noResults") + ""
|
|
3480
3513
|
), n;
|
|
3481
3514
|
return {
|
|
3482
3515
|
c() {
|
|
3483
|
-
e =
|
|
3516
|
+
e = F("h3"), n = j(a), v(e, "class", "StatusText");
|
|
3484
3517
|
},
|
|
3485
3518
|
m(i, r) {
|
|
3486
|
-
|
|
3519
|
+
G(i, e, r), S(e, n);
|
|
3487
3520
|
},
|
|
3488
3521
|
p(i, r) {
|
|
3489
3522
|
r[1] & /*$_*/
|
|
3490
|
-
|
|
3491
|
-
i[
|
|
3523
|
+
8192 && a !== (a = /*$_*/
|
|
3524
|
+
i[44]("noResults") + "") && V(n, a);
|
|
3492
3525
|
},
|
|
3493
3526
|
d(i) {
|
|
3494
|
-
i &&
|
|
3527
|
+
i && M(e);
|
|
3495
3528
|
}
|
|
3496
3529
|
};
|
|
3497
3530
|
}
|
|
3498
3531
|
function _i(t) {
|
|
3499
3532
|
let e, a = (
|
|
3500
3533
|
/*$_*/
|
|
3501
|
-
t[
|
|
3534
|
+
t[44]("recentSearchedItems") + ""
|
|
3502
3535
|
), n;
|
|
3503
3536
|
return {
|
|
3504
3537
|
c() {
|
|
3505
|
-
e =
|
|
3538
|
+
e = F("h3"), n = j(a), v(e, "class", "StatusText");
|
|
3506
3539
|
},
|
|
3507
3540
|
m(i, r) {
|
|
3508
|
-
|
|
3541
|
+
G(i, e, r), S(e, n);
|
|
3509
3542
|
},
|
|
3510
3543
|
p(i, r) {
|
|
3511
3544
|
r[1] & /*$_*/
|
|
3512
|
-
|
|
3513
|
-
i[
|
|
3545
|
+
8192 && a !== (a = /*$_*/
|
|
3546
|
+
i[44]("recentSearchedItems") + "") && V(n, a);
|
|
3514
3547
|
},
|
|
3515
3548
|
d(i) {
|
|
3516
|
-
i &&
|
|
3549
|
+
i && M(e);
|
|
3517
3550
|
}
|
|
3518
3551
|
};
|
|
3519
3552
|
}
|
|
@@ -3521,95 +3554,95 @@ function bi(t) {
|
|
|
3521
3554
|
let e;
|
|
3522
3555
|
return {
|
|
3523
3556
|
c() {
|
|
3524
|
-
e =
|
|
3557
|
+
e = F("p"), e.textContent = "Waiting", v(e, "class", "SearchWaiting");
|
|
3525
3558
|
},
|
|
3526
3559
|
m(a, n) {
|
|
3527
|
-
|
|
3560
|
+
G(a, e, n);
|
|
3528
3561
|
},
|
|
3529
3562
|
p: ke,
|
|
3530
3563
|
d(a) {
|
|
3531
|
-
a &&
|
|
3564
|
+
a && M(e);
|
|
3532
3565
|
}
|
|
3533
3566
|
};
|
|
3534
3567
|
}
|
|
3535
|
-
function
|
|
3568
|
+
function yi(t) {
|
|
3536
3569
|
let e, a, n = [], i = /* @__PURE__ */ new Map(), r = !/*showItems*/
|
|
3537
|
-
t[
|
|
3570
|
+
t[36] && ja(t), s = Ce(
|
|
3538
3571
|
/*shownCategoryData*/
|
|
3539
|
-
t[
|
|
3572
|
+
t[30]
|
|
3540
3573
|
);
|
|
3541
3574
|
const u = (m) => (
|
|
3542
3575
|
/*gameprops*/
|
|
3543
|
-
m[
|
|
3576
|
+
m[101].id
|
|
3544
3577
|
);
|
|
3545
3578
|
for (let m = 0; m < s.length; m += 1) {
|
|
3546
|
-
let
|
|
3547
|
-
i.set(g, n[m] =
|
|
3579
|
+
let d = za(t, s, m), g = u(d);
|
|
3580
|
+
i.set(g, n[m] = Wa(g, d));
|
|
3548
3581
|
}
|
|
3549
3582
|
return {
|
|
3550
3583
|
c() {
|
|
3551
|
-
r && r.c(), e =
|
|
3584
|
+
r && r.c(), e = Z(), a = F("ul");
|
|
3552
3585
|
for (let m = 0; m < n.length; m += 1)
|
|
3553
3586
|
n[m].c();
|
|
3554
3587
|
v(a, "class", "CasinoGamesGrid SearchedGamesGrid GamesListIncreasedGap");
|
|
3555
3588
|
},
|
|
3556
|
-
m(m,
|
|
3557
|
-
r && r.m(m,
|
|
3589
|
+
m(m, d) {
|
|
3590
|
+
r && r.m(m, d), G(m, e, d), G(m, a, d);
|
|
3558
3591
|
for (let g = 0; g < n.length; g += 1)
|
|
3559
3592
|
n[g] && n[g].m(a, null);
|
|
3560
3593
|
},
|
|
3561
|
-
p(m,
|
|
3594
|
+
p(m, d) {
|
|
3562
3595
|
/*showItems*/
|
|
3563
|
-
m[
|
|
3564
|
-
|
|
3565
|
-
|
|
3596
|
+
m[36] ? r && (r.d(1), r = null) : r ? r.p(m, d) : (r = ja(m), r.c(), r.m(e.parentNode, e)), d[0] & /*shownCategoryData, session, userid, lang, favorites, categoryid, showgamename, translationurl, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile, mbsource, allowsingleclickgameentry*/
|
|
3597
|
+
1074790377 | d[1] & /*searchItem, getRequiredIcon, addGameTag*/
|
|
3598
|
+
98312 && (s = Ce(
|
|
3566
3599
|
/*shownCategoryData*/
|
|
3567
|
-
m[
|
|
3568
|
-
), n =
|
|
3600
|
+
m[30]
|
|
3601
|
+
), n = Ya(n, d, u, 1, m, s, i, a, qa, Wa, null, za));
|
|
3569
3602
|
},
|
|
3570
3603
|
d(m) {
|
|
3571
|
-
m && (
|
|
3572
|
-
for (let
|
|
3573
|
-
n[
|
|
3604
|
+
m && (M(e), M(a)), r && r.d(m);
|
|
3605
|
+
for (let d = 0; d < n.length; d += 1)
|
|
3606
|
+
n[d].d();
|
|
3574
3607
|
}
|
|
3575
3608
|
};
|
|
3576
3609
|
}
|
|
3577
|
-
function
|
|
3610
|
+
function ja(t) {
|
|
3578
3611
|
let e, a = (
|
|
3579
3612
|
/*$_*/
|
|
3580
|
-
t[
|
|
3613
|
+
t[44]("noRecentSearch") + ""
|
|
3581
3614
|
), n;
|
|
3582
3615
|
return {
|
|
3583
3616
|
c() {
|
|
3584
|
-
e =
|
|
3617
|
+
e = F("p"), n = j(a), v(e, "class", "NoSearchResults NoRecentSearches NoRecentSearchesCenter " + (Ne(
|
|
3585
3618
|
/*userAgent*/
|
|
3586
|
-
t[
|
|
3619
|
+
t[45]
|
|
3587
3620
|
) ? "NoRecentSearchesMobile" : ""));
|
|
3588
3621
|
},
|
|
3589
3622
|
m(i, r) {
|
|
3590
|
-
|
|
3623
|
+
G(i, e, r), S(e, n);
|
|
3591
3624
|
},
|
|
3592
3625
|
p(i, r) {
|
|
3593
3626
|
r[1] & /*$_*/
|
|
3594
|
-
|
|
3595
|
-
i[
|
|
3627
|
+
8192 && a !== (a = /*$_*/
|
|
3628
|
+
i[44]("noRecentSearch") + "") && V(n, a);
|
|
3596
3629
|
},
|
|
3597
3630
|
d(i) {
|
|
3598
|
-
i &&
|
|
3631
|
+
i && M(e);
|
|
3599
3632
|
}
|
|
3600
3633
|
};
|
|
3601
3634
|
}
|
|
3602
|
-
function
|
|
3603
|
-
let a, n, i, r, s, u, m,
|
|
3635
|
+
function Wa(t, e) {
|
|
3636
|
+
let a, n, i, r, s, u, m, d, g, h, w, _, y, O;
|
|
3604
3637
|
return {
|
|
3605
3638
|
key: t,
|
|
3606
3639
|
first: null,
|
|
3607
3640
|
c() {
|
|
3608
|
-
var
|
|
3609
|
-
a =
|
|
3610
|
-
(e[
|
|
3641
|
+
var c;
|
|
3642
|
+
a = F("casino-game-thumbnail-nd"), o(a, "class", n = "" + (ce + /*gameprops*/
|
|
3643
|
+
(e[101].cellSize ? (
|
|
3611
3644
|
/*gameprops*/
|
|
3612
|
-
e[
|
|
3645
|
+
e[101].cellSize
|
|
3613
3646
|
) : "1x1"))), o(
|
|
3614
3647
|
a,
|
|
3615
3648
|
"session",
|
|
@@ -3629,7 +3662,7 @@ function ja(t, e) {
|
|
|
3629
3662
|
a,
|
|
3630
3663
|
"searchitem",
|
|
3631
3664
|
/*searchItem*/
|
|
3632
|
-
e[
|
|
3665
|
+
e[34]
|
|
3633
3666
|
), o(
|
|
3634
3667
|
a,
|
|
3635
3668
|
"favorites",
|
|
@@ -3641,41 +3674,41 @@ function ja(t, e) {
|
|
|
3641
3674
|
/*categoryid*/
|
|
3642
3675
|
e[0]
|
|
3643
3676
|
), o(a, "gamethumbnail", i = /*gameprops*/
|
|
3644
|
-
e[
|
|
3645
|
-
e[
|
|
3677
|
+
e[101].thumbnail), o(a, "icon", r = /*getRequiredIcon*/
|
|
3678
|
+
e[47](
|
|
3646
3679
|
/*gameprops*/
|
|
3647
|
-
(
|
|
3680
|
+
(c = e[101]) == null ? void 0 : c.icons
|
|
3648
3681
|
)), o(a, "gamename", s = /*gameprops*/
|
|
3649
|
-
e[
|
|
3650
|
-
e[
|
|
3651
|
-
e[
|
|
3652
|
-
e[
|
|
3653
|
-
e[
|
|
3682
|
+
e[101].name), o(a, "gamevendor", u = /*gameprops*/
|
|
3683
|
+
e[101].vendor.logo), o(a, "gameLaunchUrl", m = /*gameprops*/
|
|
3684
|
+
e[101].launchUrl), o(a, "gameisnew", d = /*gameprops*/
|
|
3685
|
+
e[101].isNew), o(a, "gametag", g = /*addGameTag*/
|
|
3686
|
+
e[46](
|
|
3654
3687
|
/*gameprops*/
|
|
3655
|
-
e[
|
|
3688
|
+
e[101].advancedTags
|
|
3656
3689
|
)), o(a, "gamecellsize", h = /*gameprops*/
|
|
3657
|
-
e[
|
|
3658
|
-
e[
|
|
3659
|
-
e[
|
|
3690
|
+
e[101].cellSize), o(a, "gameid", w = /*gameprops*/
|
|
3691
|
+
e[101].id), o(a, "gamefunmode", _ = /*gameprops*/
|
|
3692
|
+
e[101].hasFunMode), o(
|
|
3660
3693
|
a,
|
|
3661
3694
|
"showgamename",
|
|
3662
3695
|
/*showgamename*/
|
|
3663
|
-
e[
|
|
3696
|
+
e[15]
|
|
3664
3697
|
), o(
|
|
3665
3698
|
a,
|
|
3666
3699
|
"translationurl",
|
|
3667
3700
|
/*translationurl*/
|
|
3668
3701
|
e[12]
|
|
3669
|
-
), o(a, "gamefavorite",
|
|
3670
|
-
e[
|
|
3702
|
+
), o(a, "gamefavorite", y = /*gameprops*/
|
|
3703
|
+
e[101].isFavorite), o(
|
|
3671
3704
|
a,
|
|
3672
3705
|
"currency",
|
|
3673
3706
|
/*currency*/
|
|
3674
3707
|
e[13]
|
|
3675
|
-
), o(a, "livelobbyendpoint",
|
|
3676
|
-
e[
|
|
3708
|
+
), o(a, "livelobbyendpoint", O = /*gameprops*/
|
|
3709
|
+
e[101].details ? (
|
|
3677
3710
|
/*gameprops*/
|
|
3678
|
-
e[
|
|
3711
|
+
e[101].href
|
|
3679
3712
|
) : ""), o(
|
|
3680
3713
|
a,
|
|
3681
3714
|
"clientstyling",
|
|
@@ -3695,227 +3728,238 @@ function ja(t, e) {
|
|
|
3695
3728
|
a,
|
|
3696
3729
|
"livecasino",
|
|
3697
3730
|
/*livecasino*/
|
|
3698
|
-
e[
|
|
3731
|
+
e[16]
|
|
3699
3732
|
), o(
|
|
3700
3733
|
a,
|
|
3701
3734
|
"gamepagemodalurl",
|
|
3702
3735
|
/*gamepagemodalurl*/
|
|
3703
|
-
e[
|
|
3736
|
+
e[17]
|
|
3704
3737
|
), o(
|
|
3705
3738
|
a,
|
|
3706
3739
|
"integratedgameframedesktop",
|
|
3707
3740
|
/*integratedgameframedesktop*/
|
|
3708
|
-
e[
|
|
3741
|
+
e[18]
|
|
3709
3742
|
), o(
|
|
3710
3743
|
a,
|
|
3711
3744
|
"integratedgameframemobile",
|
|
3712
3745
|
/*integratedgameframemobile*/
|
|
3713
|
-
e[
|
|
3746
|
+
e[19]
|
|
3714
3747
|
), o(
|
|
3715
3748
|
a,
|
|
3716
3749
|
"mbsource",
|
|
3717
3750
|
/*mbsource*/
|
|
3718
3751
|
e[9]
|
|
3752
|
+
), o(
|
|
3753
|
+
a,
|
|
3754
|
+
"allowsingleclickgameentry",
|
|
3755
|
+
/*allowsingleclickgameentry*/
|
|
3756
|
+
e[14]
|
|
3719
3757
|
), this.first = a;
|
|
3720
3758
|
},
|
|
3721
|
-
m(
|
|
3722
|
-
|
|
3759
|
+
m(c, f) {
|
|
3760
|
+
G(c, a, f);
|
|
3723
3761
|
},
|
|
3724
|
-
p(
|
|
3762
|
+
p(c, f) {
|
|
3725
3763
|
var P;
|
|
3726
|
-
e =
|
|
3727
|
-
|
|
3728
|
-
(e[
|
|
3764
|
+
e = c, f[0] & /*shownCategoryData*/
|
|
3765
|
+
1073741824 && n !== (n = "" + (ce + /*gameprops*/
|
|
3766
|
+
(e[101].cellSize ? (
|
|
3729
3767
|
/*gameprops*/
|
|
3730
|
-
e[
|
|
3731
|
-
) : "1x1"))) && o(a, "class", n),
|
|
3768
|
+
e[101].cellSize
|
|
3769
|
+
) : "1x1"))) && o(a, "class", n), f[0] & /*session*/
|
|
3732
3770
|
64 && o(
|
|
3733
3771
|
a,
|
|
3734
3772
|
"session",
|
|
3735
3773
|
/*session*/
|
|
3736
3774
|
e[6]
|
|
3737
|
-
),
|
|
3775
|
+
), f[0] & /*userid*/
|
|
3738
3776
|
128 && o(
|
|
3739
3777
|
a,
|
|
3740
3778
|
"userid",
|
|
3741
3779
|
/*userid*/
|
|
3742
3780
|
e[7]
|
|
3743
|
-
),
|
|
3781
|
+
), f[0] & /*lang*/
|
|
3744
3782
|
32 && o(
|
|
3745
3783
|
a,
|
|
3746
3784
|
"lang",
|
|
3747
3785
|
/*lang*/
|
|
3748
3786
|
e[5]
|
|
3749
|
-
),
|
|
3750
|
-
|
|
3787
|
+
), f[1] & /*searchItem*/
|
|
3788
|
+
8 && o(
|
|
3751
3789
|
a,
|
|
3752
3790
|
"searchitem",
|
|
3753
3791
|
/*searchItem*/
|
|
3754
|
-
e[
|
|
3755
|
-
),
|
|
3792
|
+
e[34]
|
|
3793
|
+
), f[0] & /*favorites*/
|
|
3756
3794
|
256 && o(
|
|
3757
3795
|
a,
|
|
3758
3796
|
"favorites",
|
|
3759
3797
|
/*favorites*/
|
|
3760
3798
|
e[8]
|
|
3761
|
-
),
|
|
3799
|
+
), f[0] & /*categoryid*/
|
|
3762
3800
|
1 && o(
|
|
3763
3801
|
a,
|
|
3764
3802
|
"categoryid",
|
|
3765
3803
|
/*categoryid*/
|
|
3766
3804
|
e[0]
|
|
3767
|
-
),
|
|
3768
|
-
|
|
3769
|
-
e[
|
|
3770
|
-
|
|
3771
|
-
e[
|
|
3805
|
+
), f[0] & /*shownCategoryData*/
|
|
3806
|
+
1073741824 && i !== (i = /*gameprops*/
|
|
3807
|
+
e[101].thumbnail) && o(a, "gamethumbnail", i), f[0] & /*shownCategoryData*/
|
|
3808
|
+
1073741824 && r !== (r = /*getRequiredIcon*/
|
|
3809
|
+
e[47](
|
|
3772
3810
|
/*gameprops*/
|
|
3773
|
-
(P = e[
|
|
3774
|
-
)) && o(a, "icon", r),
|
|
3775
|
-
|
|
3776
|
-
e[
|
|
3777
|
-
|
|
3778
|
-
e[
|
|
3779
|
-
|
|
3780
|
-
e[
|
|
3781
|
-
|
|
3782
|
-
e[
|
|
3783
|
-
|
|
3784
|
-
e[
|
|
3811
|
+
(P = e[101]) == null ? void 0 : P.icons
|
|
3812
|
+
)) && o(a, "icon", r), f[0] & /*shownCategoryData*/
|
|
3813
|
+
1073741824 && s !== (s = /*gameprops*/
|
|
3814
|
+
e[101].name) && o(a, "gamename", s), f[0] & /*shownCategoryData*/
|
|
3815
|
+
1073741824 && u !== (u = /*gameprops*/
|
|
3816
|
+
e[101].vendor.logo) && o(a, "gamevendor", u), f[0] & /*shownCategoryData*/
|
|
3817
|
+
1073741824 && m !== (m = /*gameprops*/
|
|
3818
|
+
e[101].launchUrl) && o(a, "gameLaunchUrl", m), f[0] & /*shownCategoryData*/
|
|
3819
|
+
1073741824 && d !== (d = /*gameprops*/
|
|
3820
|
+
e[101].isNew) && o(a, "gameisnew", d), f[0] & /*shownCategoryData*/
|
|
3821
|
+
1073741824 && g !== (g = /*addGameTag*/
|
|
3822
|
+
e[46](
|
|
3785
3823
|
/*gameprops*/
|
|
3786
|
-
e[
|
|
3787
|
-
)) && o(a, "gametag", g),
|
|
3788
|
-
|
|
3789
|
-
e[
|
|
3790
|
-
|
|
3791
|
-
e[
|
|
3792
|
-
|
|
3793
|
-
e[
|
|
3794
|
-
|
|
3824
|
+
e[101].advancedTags
|
|
3825
|
+
)) && o(a, "gametag", g), f[0] & /*shownCategoryData*/
|
|
3826
|
+
1073741824 && h !== (h = /*gameprops*/
|
|
3827
|
+
e[101].cellSize) && o(a, "gamecellsize", h), f[0] & /*shownCategoryData*/
|
|
3828
|
+
1073741824 && w !== (w = /*gameprops*/
|
|
3829
|
+
e[101].id) && o(a, "gameid", w), f[0] & /*shownCategoryData*/
|
|
3830
|
+
1073741824 && _ !== (_ = /*gameprops*/
|
|
3831
|
+
e[101].hasFunMode) && o(a, "gamefunmode", _), f[0] & /*showgamename*/
|
|
3832
|
+
32768 && o(
|
|
3795
3833
|
a,
|
|
3796
3834
|
"showgamename",
|
|
3797
3835
|
/*showgamename*/
|
|
3798
|
-
e[
|
|
3799
|
-
),
|
|
3836
|
+
e[15]
|
|
3837
|
+
), f[0] & /*translationurl*/
|
|
3800
3838
|
4096 && o(
|
|
3801
3839
|
a,
|
|
3802
3840
|
"translationurl",
|
|
3803
3841
|
/*translationurl*/
|
|
3804
3842
|
e[12]
|
|
3805
|
-
),
|
|
3806
|
-
|
|
3807
|
-
e[
|
|
3843
|
+
), f[0] & /*shownCategoryData*/
|
|
3844
|
+
1073741824 && y !== (y = /*gameprops*/
|
|
3845
|
+
e[101].isFavorite) && o(a, "gamefavorite", y), f[0] & /*currency*/
|
|
3808
3846
|
8192 && o(
|
|
3809
3847
|
a,
|
|
3810
3848
|
"currency",
|
|
3811
3849
|
/*currency*/
|
|
3812
3850
|
e[13]
|
|
3813
|
-
),
|
|
3814
|
-
|
|
3815
|
-
e[
|
|
3851
|
+
), f[0] & /*shownCategoryData*/
|
|
3852
|
+
1073741824 && O !== (O = /*gameprops*/
|
|
3853
|
+
e[101].details ? (
|
|
3816
3854
|
/*gameprops*/
|
|
3817
|
-
e[
|
|
3818
|
-
) : "") && o(a, "livelobbyendpoint",
|
|
3855
|
+
e[101].href
|
|
3856
|
+
) : "") && o(a, "livelobbyendpoint", O), f[0] & /*clientstyling*/
|
|
3819
3857
|
1024 && o(
|
|
3820
3858
|
a,
|
|
3821
3859
|
"clientstyling",
|
|
3822
3860
|
/*clientstyling*/
|
|
3823
3861
|
e[10]
|
|
3824
|
-
),
|
|
3862
|
+
), f[0] & /*clientstylingurl*/
|
|
3825
3863
|
2048 && o(
|
|
3826
3864
|
a,
|
|
3827
3865
|
"clientstylingurl",
|
|
3828
3866
|
/*clientstylingurl*/
|
|
3829
3867
|
e[11]
|
|
3830
|
-
),
|
|
3868
|
+
), f[0] & /*endpoint*/
|
|
3831
3869
|
8 && o(
|
|
3832
3870
|
a,
|
|
3833
3871
|
"endpoint",
|
|
3834
3872
|
/*endpoint*/
|
|
3835
3873
|
e[3]
|
|
3836
|
-
),
|
|
3837
|
-
|
|
3874
|
+
), f[0] & /*livecasino*/
|
|
3875
|
+
65536 && o(
|
|
3838
3876
|
a,
|
|
3839
3877
|
"livecasino",
|
|
3840
3878
|
/*livecasino*/
|
|
3841
|
-
e[
|
|
3842
|
-
),
|
|
3843
|
-
|
|
3879
|
+
e[16]
|
|
3880
|
+
), f[0] & /*gamepagemodalurl*/
|
|
3881
|
+
131072 && o(
|
|
3844
3882
|
a,
|
|
3845
3883
|
"gamepagemodalurl",
|
|
3846
3884
|
/*gamepagemodalurl*/
|
|
3847
|
-
e[
|
|
3848
|
-
),
|
|
3849
|
-
|
|
3885
|
+
e[17]
|
|
3886
|
+
), f[0] & /*integratedgameframedesktop*/
|
|
3887
|
+
262144 && o(
|
|
3850
3888
|
a,
|
|
3851
3889
|
"integratedgameframedesktop",
|
|
3852
3890
|
/*integratedgameframedesktop*/
|
|
3853
|
-
e[
|
|
3854
|
-
),
|
|
3855
|
-
|
|
3891
|
+
e[18]
|
|
3892
|
+
), f[0] & /*integratedgameframemobile*/
|
|
3893
|
+
524288 && o(
|
|
3856
3894
|
a,
|
|
3857
3895
|
"integratedgameframemobile",
|
|
3858
3896
|
/*integratedgameframemobile*/
|
|
3859
|
-
e[
|
|
3860
|
-
),
|
|
3897
|
+
e[19]
|
|
3898
|
+
), f[0] & /*mbsource*/
|
|
3861
3899
|
512 && o(
|
|
3862
3900
|
a,
|
|
3863
3901
|
"mbsource",
|
|
3864
3902
|
/*mbsource*/
|
|
3865
3903
|
e[9]
|
|
3904
|
+
), f[0] & /*allowsingleclickgameentry*/
|
|
3905
|
+
16384 && o(
|
|
3906
|
+
a,
|
|
3907
|
+
"allowsingleclickgameentry",
|
|
3908
|
+
/*allowsingleclickgameentry*/
|
|
3909
|
+
e[14]
|
|
3866
3910
|
);
|
|
3867
3911
|
},
|
|
3868
|
-
d(
|
|
3869
|
-
|
|
3912
|
+
d(c) {
|
|
3913
|
+
c && M(a);
|
|
3870
3914
|
}
|
|
3871
3915
|
};
|
|
3872
3916
|
}
|
|
3873
|
-
function
|
|
3917
|
+
function ki(t) {
|
|
3874
3918
|
let e;
|
|
3875
3919
|
return {
|
|
3876
3920
|
c() {
|
|
3877
|
-
e =
|
|
3921
|
+
e = F("p"), e.textContent = "500 Error - Internal Server Error.", v(e, "class", "SearchLoading");
|
|
3878
3922
|
},
|
|
3879
3923
|
m(a, n) {
|
|
3880
|
-
|
|
3924
|
+
G(a, e, n);
|
|
3881
3925
|
},
|
|
3882
3926
|
d(a) {
|
|
3883
|
-
a &&
|
|
3927
|
+
a && M(e);
|
|
3884
3928
|
}
|
|
3885
3929
|
};
|
|
3886
3930
|
}
|
|
3887
|
-
function
|
|
3931
|
+
function Ci(t) {
|
|
3888
3932
|
let e;
|
|
3889
3933
|
return {
|
|
3890
3934
|
c() {
|
|
3891
|
-
e =
|
|
3935
|
+
e = F("p"), e.textContent = "404 Error - No result found.", v(e, "class", "SearchLoading");
|
|
3892
3936
|
},
|
|
3893
3937
|
m(a, n) {
|
|
3894
|
-
|
|
3938
|
+
G(a, e, n);
|
|
3895
3939
|
},
|
|
3896
3940
|
d(a) {
|
|
3897
|
-
a &&
|
|
3941
|
+
a && M(e);
|
|
3898
3942
|
}
|
|
3899
3943
|
};
|
|
3900
3944
|
}
|
|
3901
|
-
function
|
|
3945
|
+
function Si(t) {
|
|
3902
3946
|
let e;
|
|
3903
3947
|
function a(r, s) {
|
|
3904
3948
|
return (
|
|
3905
3949
|
/*hasErrors*/
|
|
3906
|
-
r[
|
|
3950
|
+
r[27] ? xn : (
|
|
3907
3951
|
/*searched*/
|
|
3908
|
-
r[
|
|
3952
|
+
r[32] ? Zn : Kn
|
|
3909
3953
|
)
|
|
3910
3954
|
);
|
|
3911
3955
|
}
|
|
3912
3956
|
let n = a(t), i = n(t);
|
|
3913
3957
|
return {
|
|
3914
3958
|
c() {
|
|
3915
|
-
e =
|
|
3959
|
+
e = F("div"), i.c(), v(e, "class", "CasinoGamesCategorySectionContainer");
|
|
3916
3960
|
},
|
|
3917
3961
|
m(r, s) {
|
|
3918
|
-
|
|
3962
|
+
G(r, e, s), i.m(e, null), t[65](e);
|
|
3919
3963
|
},
|
|
3920
3964
|
p(r, s) {
|
|
3921
3965
|
n === (n = a(r)) && i ? i.p(r, s) : (i.d(1), i = n(r), i && (i.c(), i.m(e, null)));
|
|
@@ -3923,146 +3967,146 @@ function Ci(t) {
|
|
|
3923
3967
|
i: ke,
|
|
3924
3968
|
o: ke,
|
|
3925
3969
|
d(r) {
|
|
3926
|
-
r &&
|
|
3970
|
+
r && M(e), i.d(), t[65](null);
|
|
3927
3971
|
}
|
|
3928
3972
|
};
|
|
3929
3973
|
}
|
|
3930
3974
|
const ce = "game-tile-";
|
|
3931
|
-
let
|
|
3932
|
-
function
|
|
3975
|
+
let Mi = 0;
|
|
3976
|
+
function Gi(t, e, a) {
|
|
3933
3977
|
let n;
|
|
3934
|
-
|
|
3935
|
-
let { endpoint: i = "" } = e, { datasource: r = "" } = e, { lang: s = "" } = e, { session: u = "" } = e, { userid: m = "" } = e, { favorites:
|
|
3936
|
-
const
|
|
3978
|
+
Mt(t, Ut, (l) => a(44, n = l));
|
|
3979
|
+
let { endpoint: i = "" } = e, { datasource: r = "" } = e, { lang: s = "" } = e, { session: u = "" } = e, { userid: m = "" } = e, { favorites: d = "" } = e, { mbsource: g } = e, { clientstyling: h = "" } = e, { clientstylingurl: w = "" } = e, { translationurl: _ = "" } = e, { currency: y = "" } = e, { allowsingleclickgameentry: O = "false" } = e, { categoryid: c = "" } = e, { showgamename: f = "" } = e, { livecasino: P = "false" } = e, { gamepagemodalurl: z = "true" } = e, { integratedgameframedesktop: b = "false" } = e, { integratedgameframemobile: ae = "false" } = e, { casinomygames: x = "false" } = e, { addfilterselector: ve = "false" } = e, { addsortingselector: pe = "false" } = e, { filterbylogo: Ie = "" } = e, { casinogamesgridslider: Ue = "false" } = e, { fetchviaevent: L = "false" } = e, { showallpage: B = "casino" } = e, { actionevent: oe = "CategoryChange" } = e, { displayedgamecount: Re = "10" } = e, { showallbuttongamescount: Le = "10" } = e, { lobbyscreen: $e = "true" } = e, { usesinglevendorfilter: Ae = "false" } = e, { visiblegames: ea = "10" } = e, { customizesectionicon: aa = "true" } = e, { requiredicon: ta = "false" } = e, se = !0, na = !1, je, We, te = !0, ga = window.navigator.userAgent, Y, D = [], ne = !0, de = 40, ie = !1, Ye = !1, Se = !1, ia = !1, ra = !0, Me = !1, Ge, oa, Fe, Te = !1, $, Ja, Qa, qe = !1, ze = new Array(1e4), Oe = {}, sa = "", fe = "", He, la, I, X = [], Ve = new AbortController(), we = { items: [], count: 0, name: "" };
|
|
3980
|
+
const ua = (l) => {
|
|
3937
3981
|
Object.keys(l).forEach((p) => {
|
|
3938
|
-
|
|
3982
|
+
Rt(p, l[p]);
|
|
3939
3983
|
});
|
|
3940
|
-
},
|
|
3941
|
-
fetch(
|
|
3942
|
-
|
|
3984
|
+
}, Ka = () => {
|
|
3985
|
+
fetch(_).then((p) => p.json()).then((p) => {
|
|
3986
|
+
ua(p);
|
|
3943
3987
|
}).catch((p) => {
|
|
3944
3988
|
console.log(p);
|
|
3945
3989
|
});
|
|
3946
3990
|
};
|
|
3947
|
-
|
|
3948
|
-
let
|
|
3949
|
-
l.forEach((p) =>
|
|
3950
|
-
let
|
|
3951
|
-
p.isIntersecting ? (N * 1.2 >
|
|
3991
|
+
ua(At), typeof document.hidden != "undefined" ? He = "hidden" : typeof document.msHidden != "undefined" ? He = "msHidden" : typeof document.webkitHidden != "undefined" && (He = "webkitHidden");
|
|
3992
|
+
let Be = new IntersectionObserver((l) => {
|
|
3993
|
+
l.forEach((p) => Xe(this, null, function* () {
|
|
3994
|
+
let k = p.target.gameid, N = p.target.elems_index;
|
|
3995
|
+
p.isIntersecting ? (N * 1.2 > de && !ne && nt(c), a(41, Oe[k] = 1, Oe)) : a(41, Oe[k] = 0, Oe);
|
|
3952
3996
|
}));
|
|
3953
3997
|
});
|
|
3954
|
-
const
|
|
3998
|
+
const Za = (l, p) => new Promise((k, N) => {
|
|
3955
3999
|
if (l && p) {
|
|
3956
4000
|
let R = `${i}/v1/player/${p}/favorites/`;
|
|
3957
4001
|
fetch(R, {
|
|
3958
4002
|
method: "GET",
|
|
3959
4003
|
headers: { "X-SessionID": l }
|
|
3960
|
-
}).then((
|
|
4004
|
+
}).then((C) => C.json()).then((C) => {
|
|
3961
4005
|
var ee, q;
|
|
3962
|
-
if (I = [],
|
|
3963
|
-
(ee =
|
|
3964
|
-
|
|
4006
|
+
if (I = [], C) {
|
|
4007
|
+
(ee = C.items) == null || ee.forEach((K) => {
|
|
4008
|
+
K.gameModel && (I.push(K), X.includes(K.id) || X.push(K.id));
|
|
3965
4009
|
});
|
|
3966
|
-
const
|
|
4010
|
+
const Q = (q = Je(I)) == null ? void 0 : q.length;
|
|
3967
4011
|
window.postMessage({
|
|
3968
4012
|
type: "UpdateFavoritesCount",
|
|
3969
|
-
favoriteGamesLength:
|
|
4013
|
+
favoriteGamesLength: Q
|
|
3970
4014
|
});
|
|
3971
4015
|
} else
|
|
3972
4016
|
I = [];
|
|
3973
|
-
|
|
3974
|
-
}).catch((
|
|
3975
|
-
console.error(
|
|
4017
|
+
c === "FAVORITES" && da(I), k(I);
|
|
4018
|
+
}).catch((C) => {
|
|
4019
|
+
console.error(C), N(C);
|
|
3976
4020
|
});
|
|
3977
4021
|
} else
|
|
3978
|
-
|
|
3979
|
-
}),
|
|
3980
|
-
let
|
|
3981
|
-
a(
|
|
4022
|
+
k([]);
|
|
4023
|
+
}), ma = (l, p) => {
|
|
4024
|
+
let k = `${i}/v1/player/${p}/favorites/`;
|
|
4025
|
+
a(26, se = !0);
|
|
3982
4026
|
let N = {
|
|
3983
4027
|
method: "GET",
|
|
3984
4028
|
headers: { "X-SessionID": l }
|
|
3985
4029
|
};
|
|
3986
4030
|
return new Promise((R, U) => {
|
|
3987
|
-
fetch(
|
|
3988
|
-
var q,
|
|
3989
|
-
if (a(
|
|
3990
|
-
(q =
|
|
3991
|
-
|
|
4031
|
+
fetch(k, N).then((C) => C.json()).then((C) => {
|
|
4032
|
+
var q, Q;
|
|
4033
|
+
if (a(26, se = !1), I = [], C) {
|
|
4034
|
+
(q = C.items) == null || q.forEach((_e) => {
|
|
4035
|
+
_e.gameModel && (I.push(_e), X.includes(_e.id) || X.push(_e.id));
|
|
3992
4036
|
});
|
|
3993
|
-
const
|
|
4037
|
+
const K = (Q = Je(I)) == null ? void 0 : Q.length;
|
|
3994
4038
|
window.postMessage({
|
|
3995
4039
|
type: "UpdateFavoritesCount",
|
|
3996
|
-
favoriteGamesLength:
|
|
4040
|
+
favoriteGamesLength: K
|
|
3997
4041
|
});
|
|
3998
4042
|
} else
|
|
3999
4043
|
I = [];
|
|
4000
|
-
|
|
4001
|
-
|
|
4044
|
+
c === "FAVORITES" && da(I), D.forEach((K) => {
|
|
4045
|
+
K.isFavorite = J(K.id);
|
|
4002
4046
|
});
|
|
4003
4047
|
let ee = D;
|
|
4004
|
-
a(
|
|
4005
|
-
}).catch((
|
|
4006
|
-
console.error(
|
|
4048
|
+
a(30, D = void 0), a(30, D = ee), R(I);
|
|
4049
|
+
}).catch((C) => {
|
|
4050
|
+
console.error(C), U(C);
|
|
4007
4051
|
});
|
|
4008
4052
|
});
|
|
4009
|
-
},
|
|
4010
|
-
|
|
4011
|
-
const R =
|
|
4012
|
-
a(
|
|
4013
|
-
let U = "",
|
|
4014
|
-
const
|
|
4015
|
-
return (l.match(/\$/g) || []).length > 1 ? (U = l.split("$").slice(0, 2).join("$"),
|
|
4053
|
+
}, ha = (l, p, k, N) => {
|
|
4054
|
+
Ve && Ve.abort(), Ve = new AbortController();
|
|
4055
|
+
const R = Ve.signal;
|
|
4056
|
+
a(26, se = !0);
|
|
4057
|
+
let U = "", C = "", ee = JSON.parse(localStorage.getItem("vendorFiltersByCategory")), q = JSON.parse(localStorage.getItem("vendorSortingBy"));
|
|
4058
|
+
const Q = Ae === "true" ? "*" : l, K = p, _e = k != null ? k : 40;
|
|
4059
|
+
return (l.match(/\$/g) || []).length > 1 ? (U = l.split("$").slice(0, 2).join("$"), C = new URL(`${i}/v1/casino/groups/${r}/${U}/subGroups`)) : C = new URL(`${i}/v1/casino/groups/${r}/${l}`), new Promise((pt, wt) => {
|
|
4016
4060
|
var ba;
|
|
4017
|
-
|
|
4061
|
+
C.searchParams.delete("pagination"), C.searchParams.append("expand", "games(vendor)"), C.searchParams.append("platform", zt(ga)), C.searchParams.append("pagination", `games(offset=${K},limit=${_e})`), C.searchParams.append("language", s);
|
|
4018
4062
|
let _a = "id,name,games";
|
|
4019
|
-
if (
|
|
4020
|
-
if (
|
|
4021
|
-
let
|
|
4022
|
-
a(
|
|
4023
|
-
|
|
4024
|
-
}),
|
|
4063
|
+
if (aa === "true" && (_a += ",icon"), C.searchParams.append("fields", _a), window.postMessage({ type: "CategoryVendors", categoryid: l }, window.location.href), ee && ((ba = ee[Q]) != null && ba.length))
|
|
4064
|
+
if (Ae === "true" || te === !1 && Te === !1) {
|
|
4065
|
+
let A = "";
|
|
4066
|
+
a(35, ia = !0), ee[Q].forEach((le) => {
|
|
4067
|
+
A = A + (A ? `,games(vendor(id=${le}))` : `games(vendor(id=${le}))`);
|
|
4068
|
+
}), C.searchParams.append("filter", `${A}`);
|
|
4025
4069
|
} else
|
|
4026
|
-
a(
|
|
4027
|
-
q && (q[l] ? q[l] && q[l] != "All" && (q[l] == "isNew" || q[l] == "advancedTags(name(hot))" ? (
|
|
4028
|
-
if (!
|
|
4029
|
-
throw
|
|
4030
|
-
return
|
|
4031
|
-
}).then((
|
|
4032
|
-
R.aborted || (a(
|
|
4070
|
+
a(35, ia = !1);
|
|
4071
|
+
q && (q[l] ? q[l] && q[l] != "All" && (q[l] == "isNew" || q[l] == "advancedTags(name(hot))" ? (C.searchParams.append("sortedField", `games(${q[l]})`), C.searchParams.append("orderBy", "DES")) : C.searchParams.append("sortedField", `games(${q[l]})`)) : fe && fe != "All" && (fe == "advancedTags(name(hot))" || fe == "isNew" ? (C.searchParams.append("sortedField", `games(${fe})`), C.searchParams.append("orderBy", "DES")) : C.searchParams.append("sortedField", `games(${fe})`))), fetch(C, { signal: R }).then((A) => {
|
|
4072
|
+
if (!A.ok)
|
|
4073
|
+
throw A.status === 404 && window.postMessage({ type: "NonExistentCategory" }, window.location.origin), new Error(`HTTP ${A.status}`);
|
|
4074
|
+
return A.json();
|
|
4075
|
+
}).then((A) => {
|
|
4076
|
+
R.aborted || (a(26, se = !1), (l.match(/\$/g) || []).length > 1 && (A = A.items.filter((le) => {
|
|
4033
4077
|
if (le.id == l)
|
|
4034
4078
|
return le;
|
|
4035
|
-
})[0]), a(
|
|
4036
|
-
le.isFavorite =
|
|
4037
|
-
}), a(
|
|
4038
|
-
}).catch((
|
|
4039
|
-
|
|
4079
|
+
})[0]), a(58, la = !0), a(27, na = !1), oa = A.games.total, N && A.games.items.forEach((le) => {
|
|
4080
|
+
le.isFavorite = J(le.id);
|
|
4081
|
+
}), a(37, Me = !0), pt(A));
|
|
4082
|
+
}).catch((A) => {
|
|
4083
|
+
A.name !== "AbortError" && (a(27, na = !0), console.error(A), wt(A));
|
|
4040
4084
|
}).finally(() => {
|
|
4041
|
-
|
|
4085
|
+
xa();
|
|
4042
4086
|
});
|
|
4043
4087
|
});
|
|
4044
|
-
}, De = (l, p,
|
|
4045
|
-
|
|
4046
|
-
|
|
4047
|
-
N(
|
|
4088
|
+
}, De = (l, p, k) => new Promise((N, R) => {
|
|
4089
|
+
d == "true" ? Za(u, m).then((U) => {
|
|
4090
|
+
ha(l, p, k, U).then((C) => {
|
|
4091
|
+
N(C);
|
|
4048
4092
|
});
|
|
4049
|
-
}) :
|
|
4093
|
+
}) : ha(l, p, k, null).then((U) => {
|
|
4050
4094
|
N(U);
|
|
4051
4095
|
});
|
|
4052
|
-
}),
|
|
4096
|
+
}), xa = () => {
|
|
4053
4097
|
const l = $.getRootNode().host;
|
|
4054
4098
|
l.dispatchEvent(new CustomEvent("data-loaded", { bubbles: !0, detail: { target: l } }));
|
|
4055
|
-
},
|
|
4056
|
-
l !== "" && (a(
|
|
4057
|
-
a(
|
|
4058
|
-
R.isFavorite =
|
|
4099
|
+
}, $a = (l, p, k) => {
|
|
4100
|
+
l !== "" && (a(32, ie = !1), a(28, te = !0), a(1, ve = "false"), a(2, pe = "false"), a(34, Se = !1), qe = !1, a(31, ne = +p > +k), De(l, 0, +p).then((N) => {
|
|
4101
|
+
a(29, Y = N), a(30, D = Y.games.items), D && D.forEach((R) => {
|
|
4102
|
+
R.isFavorite = J(R.id);
|
|
4059
4103
|
});
|
|
4060
4104
|
}));
|
|
4061
|
-
},
|
|
4105
|
+
}, ca = (l) => {
|
|
4062
4106
|
if (l.data)
|
|
4063
4107
|
switch (l.data.type) {
|
|
4064
4108
|
case "MostPlayedData":
|
|
4065
|
-
|
|
4109
|
+
c == "MOSTPLAYED" && (a(32, ie = !1), a(28, te = !1), a(31, ne = !1), a(30, D = l.data.mostPlayedGames), a(29, Y = {
|
|
4066
4110
|
id: "MOSTPLAYED",
|
|
4067
4111
|
name: "Most Played Games",
|
|
4068
4112
|
games: {
|
|
@@ -4071,11 +4115,11 @@ function Mi(t, e, a) {
|
|
|
4071
4115
|
items: l.data.mostPlayedGames
|
|
4072
4116
|
}
|
|
4073
4117
|
}), D && D.forEach((p) => {
|
|
4074
|
-
p.isFavorite =
|
|
4075
|
-
})), a(
|
|
4118
|
+
p.isFavorite = J(p.id);
|
|
4119
|
+
})), a(26, se = !1);
|
|
4076
4120
|
break;
|
|
4077
4121
|
case "LastPlayedData":
|
|
4078
|
-
|
|
4122
|
+
c == "LASTPLAYED" && (a(32, ie = !1), a(28, te = !1), a(31, ne = !1), a(30, D = l.data.lastPlayedGames), a(29, Y = {
|
|
4079
4123
|
id: "LASTPLAYED",
|
|
4080
4124
|
name: "Last Played Games",
|
|
4081
4125
|
games: {
|
|
@@ -4084,56 +4128,56 @@ function Mi(t, e, a) {
|
|
|
4084
4128
|
items: l.data.lastPlayedGames
|
|
4085
4129
|
}
|
|
4086
4130
|
}), D && D.forEach((p) => {
|
|
4087
|
-
p.isFavorite =
|
|
4088
|
-
})), a(
|
|
4131
|
+
p.isFavorite = J(p.id);
|
|
4132
|
+
})), a(26, se = !1);
|
|
4089
4133
|
break;
|
|
4090
4134
|
case "RecentSearchData":
|
|
4091
|
-
a(
|
|
4092
|
-
p.isFavorite =
|
|
4093
|
-
})) : (a(
|
|
4135
|
+
a(32, ie = !0), a(33, Ye = !0), l.data.searchData.length > 0 ? (a(30, D = l.data.searchData), a(36, ra = !0), D && D.forEach((p) => {
|
|
4136
|
+
p.isFavorite = J(p.id);
|
|
4137
|
+
})) : (a(30, D = []), a(36, ra = !1));
|
|
4094
4138
|
break;
|
|
4095
4139
|
case "OutOfRecentSearches":
|
|
4096
|
-
a(
|
|
4140
|
+
a(32, ie = !1), a(33, Ye = !1);
|
|
4097
4141
|
break;
|
|
4098
4142
|
case "SearchData":
|
|
4099
|
-
a(
|
|
4100
|
-
p.isFavorite =
|
|
4143
|
+
a(32, ie = !0), a(33, Ye = !1), a(30, D = l.data.searchData.items || []), a(34, Se = !0), l.data.receivedFavoriteResults && (I = l.data.receivedFavoriteResults.items), D && D.forEach((p) => {
|
|
4144
|
+
p.isFavorite = J(p.id);
|
|
4101
4145
|
});
|
|
4102
4146
|
break;
|
|
4103
|
-
case `CategoryData_${
|
|
4104
|
-
a(
|
|
4105
|
-
a(
|
|
4106
|
-
|
|
4147
|
+
case `CategoryData_${c}`:
|
|
4148
|
+
a(32, ie = !1), a(28, te = !0), a(1, ve = "false"), a(2, pe = "false"), a(34, Se = !1), qe = !1, De(l.data.categoryId, 0, l.data.visiblegames).then((p) => {
|
|
4149
|
+
a(29, Y = p), a(30, D = Y.games.items), a(31, ne = !(oa <= l.data.visiblegames && te)), D && D.forEach((k) => {
|
|
4150
|
+
k.isFavorite = J(k.id);
|
|
4107
4151
|
});
|
|
4108
4152
|
});
|
|
4109
4153
|
break;
|
|
4110
4154
|
case "CategoryChange":
|
|
4111
|
-
|
|
4155
|
+
de = 20;
|
|
4112
4156
|
break;
|
|
4113
4157
|
case "ApplySorter":
|
|
4114
|
-
a(0,
|
|
4115
|
-
a(
|
|
4158
|
+
a(0, c = l.data.itemId), fe = l.data.sortBy, De(c, 0, de).then((p) => {
|
|
4159
|
+
a(29, Y = p), a(30, D = Y.games.items), a(31, ne = !1);
|
|
4116
4160
|
});
|
|
4117
4161
|
break;
|
|
4118
4162
|
case "CategoryUpdate":
|
|
4119
|
-
|
|
4163
|
+
va(l.data.itemId);
|
|
4120
4164
|
break;
|
|
4121
|
-
case `SetUnfavoredGame${
|
|
4122
|
-
|
|
4165
|
+
case `SetUnfavoredGame${c}`:
|
|
4166
|
+
tt(`${i}/v1/player/${m}/favorites`, u, l.data.id);
|
|
4123
4167
|
break;
|
|
4124
|
-
case `SetFavoredGame${
|
|
4125
|
-
|
|
4168
|
+
case `SetFavoredGame${c}`:
|
|
4169
|
+
at(`${i}/v1/player/${m}/favorites`, u, l.data.id);
|
|
4126
4170
|
break;
|
|
4127
4171
|
case "UserSessionID":
|
|
4128
|
-
|
|
4172
|
+
je = l.data.session, We = l.data.userID, d == "true" && We && We.length && je && je.length > 0 && ma(je, We);
|
|
4129
4173
|
break;
|
|
4130
4174
|
case "UpdateFavoredList":
|
|
4131
|
-
|
|
4175
|
+
c === "FAVORITES" && pa(l.data.url, l.data.sessionID);
|
|
4132
4176
|
break;
|
|
4133
4177
|
}
|
|
4134
|
-
},
|
|
4135
|
-
a(
|
|
4136
|
-
a(
|
|
4178
|
+
}, va = (l, p = !1) => {
|
|
4179
|
+
a(32, ie = !1), a(28, te = $e === "true"), a(34, Se = !1), qe = !0, a(37, Me = !1), a(0, c = l), c !== "MOSTPLAYED" && !p && a(31, ne = !1), x !== "true" && (!I && u && ma(u, m), De(c, 0, de).then((k) => {
|
|
4180
|
+
a(29, Y = k), a(30, D = Y.games.items);
|
|
4137
4181
|
}).finally(
|
|
4138
4182
|
/*// @TODO: replace this quick fix - when there are only a few category games, the view scrolls to the footer
|
|
4139
4183
|
if (shownCategoryData.length < 10 && e.data.origin ==! 'filters') {
|
|
@@ -4143,26 +4187,26 @@ function Mi(t, e, a) {
|
|
|
4143
4187
|
}, 500);
|
|
4144
4188
|
}*/
|
|
4145
4189
|
() => {
|
|
4146
|
-
|
|
4190
|
+
te && window.postMessage(
|
|
4147
4191
|
{
|
|
4148
|
-
type: `CategoryData_${
|
|
4149
|
-
categoryId:
|
|
4150
|
-
visiblegames:
|
|
4192
|
+
type: `CategoryData_${c}`,
|
|
4193
|
+
categoryId: c,
|
|
4194
|
+
visiblegames: ea
|
|
4151
4195
|
},
|
|
4152
4196
|
window.location.href
|
|
4153
4197
|
);
|
|
4154
4198
|
}
|
|
4155
4199
|
));
|
|
4156
|
-
},
|
|
4157
|
-
Y && (a(
|
|
4158
|
-
l.isFavorite =
|
|
4200
|
+
}, et = () => {
|
|
4201
|
+
Y && (a(30, D = Y.games.items), D.forEach((l) => {
|
|
4202
|
+
l.isFavorite = J(l.id);
|
|
4159
4203
|
}));
|
|
4160
|
-
},
|
|
4204
|
+
}, J = (l) => {
|
|
4161
4205
|
var p;
|
|
4162
|
-
return (p = I == null ? void 0 : I.some((
|
|
4206
|
+
return (p = I == null ? void 0 : I.some((k) => k.id === l)) != null ? p : !1;
|
|
4163
4207
|
};
|
|
4164
|
-
let
|
|
4165
|
-
yield
|
|
4208
|
+
let at = (l, p, k) => Xe(this, null, function* () {
|
|
4209
|
+
yield pa(l, p), X.includes(k) || X.push(k);
|
|
4166
4210
|
let R = {
|
|
4167
4211
|
method: "POST",
|
|
4168
4212
|
headers: {
|
|
@@ -4170,10 +4214,10 @@ function Mi(t, e, a) {
|
|
|
4170
4214
|
"Content-Type": "application/json",
|
|
4171
4215
|
Accept: "application/json"
|
|
4172
4216
|
},
|
|
4173
|
-
body: JSON.stringify({ items:
|
|
4217
|
+
body: JSON.stringify({ items: X })
|
|
4174
4218
|
};
|
|
4175
4219
|
fetch(l, R).then((U) => U.json()).then((U) => {
|
|
4176
|
-
window.postMessage({ type: `AddFavoriteThumbnail_${
|
|
4220
|
+
window.postMessage({ type: `AddFavoriteThumbnail_${k}` }, window.location.href), window.postMessage({
|
|
4177
4221
|
type: "UpdateFavoredList",
|
|
4178
4222
|
url: l,
|
|
4179
4223
|
sessionID: p
|
|
@@ -4182,15 +4226,15 @@ function Mi(t, e, a) {
|
|
|
4182
4226
|
console.error("Err", U);
|
|
4183
4227
|
});
|
|
4184
4228
|
});
|
|
4185
|
-
const
|
|
4229
|
+
const tt = (l, p, k) => {
|
|
4186
4230
|
let N = {
|
|
4187
4231
|
method: "DELETE",
|
|
4188
4232
|
headers: { "X-SessionID": p }
|
|
4189
4233
|
};
|
|
4190
|
-
fetch(`${l}/${
|
|
4234
|
+
fetch(`${l}/${k}`, N).then((R) => R.json()).then(() => {
|
|
4191
4235
|
window.postMessage(
|
|
4192
4236
|
{
|
|
4193
|
-
type: `RemoveFavoriteThumbnail_${
|
|
4237
|
+
type: `RemoveFavoriteThumbnail_${k}`
|
|
4194
4238
|
},
|
|
4195
4239
|
window.location.href
|
|
4196
4240
|
), window.postMessage({
|
|
@@ -4198,210 +4242,211 @@ function Mi(t, e, a) {
|
|
|
4198
4242
|
url: l,
|
|
4199
4243
|
sessionID: p
|
|
4200
4244
|
});
|
|
4201
|
-
}),
|
|
4202
|
-
},
|
|
4245
|
+
}), X.includes(k) && (X = X.filter((R) => R != k));
|
|
4246
|
+
}, pa = (l, p) => Xe(this, null, function* () {
|
|
4203
4247
|
return fetch(l, {
|
|
4204
4248
|
method: "GET",
|
|
4205
4249
|
headers: { "X-SessionID": p }
|
|
4206
4250
|
}).then((N) => N.json()).then((N) => {
|
|
4207
4251
|
var U;
|
|
4208
|
-
I = N.items,
|
|
4209
|
-
|
|
4210
|
-
}),
|
|
4211
|
-
|
|
4252
|
+
I = N.items, L ? (I.forEach((C) => {
|
|
4253
|
+
X.includes(C.id) || X.push(C.id);
|
|
4254
|
+
}), et()) : I.forEach((C) => {
|
|
4255
|
+
C.isFavorite = J(C.id);
|
|
4212
4256
|
});
|
|
4213
|
-
const R = (U =
|
|
4214
|
-
|
|
4257
|
+
const R = (U = Je(I)) == null ? void 0 : U.length;
|
|
4258
|
+
c === "FAVORITES" && (window.postMessage({
|
|
4215
4259
|
type: "UpdateFavoritesCount",
|
|
4216
4260
|
favoriteGamesLength: R
|
|
4217
|
-
}),
|
|
4261
|
+
}), da(I));
|
|
4218
4262
|
}).catch((N) => {
|
|
4219
4263
|
console.error(N);
|
|
4220
4264
|
});
|
|
4221
|
-
}),
|
|
4265
|
+
}), da = (l) => {
|
|
4222
4266
|
if (!l)
|
|
4223
4267
|
return;
|
|
4224
4268
|
let p;
|
|
4225
|
-
p = (l == null ? void 0 : l.items) || l || [], p.length > 0 && p.forEach((
|
|
4226
|
-
|
|
4227
|
-
}), a(
|
|
4228
|
-
}, tt = (l) => {
|
|
4229
|
-
fe += 1, a(36, Me = !0), fe <= ra && De(l, Si, fe).then((p) => {
|
|
4230
|
-
a(28, Y = p), Y.games.items.length > D.length && (a(29, D = Y.games.items), D.forEach((C) => {
|
|
4231
|
-
C.isFavorite = Q(C.id);
|
|
4232
|
-
})), a(36, Me = !1);
|
|
4233
|
-
});
|
|
4269
|
+
p = (l == null ? void 0 : l.items) || l || [], p.length > 0 && p.forEach((k) => {
|
|
4270
|
+
k.gameModel && (k.gameModel.isFavorite = !0);
|
|
4271
|
+
}), a(43, we.items = Je(p, we.items), we), a(43, we.name = "Favorites", we), a(26, se = !1);
|
|
4234
4272
|
}, nt = (l) => {
|
|
4273
|
+
de += 1, a(37, Me = !0), de <= oa && De(l, Mi, de).then((p) => {
|
|
4274
|
+
a(29, Y = p), Y.games.items.length > D.length && (a(30, D = Y.games.items), D.forEach((k) => {
|
|
4275
|
+
k.isFavorite = J(k.id);
|
|
4276
|
+
})), a(37, Me = !1);
|
|
4277
|
+
});
|
|
4278
|
+
}, it = (l) => {
|
|
4235
4279
|
const p = l != null ? l : [];
|
|
4236
4280
|
if ((p == null ? void 0 : p.length) === 0)
|
|
4237
4281
|
return "";
|
|
4238
|
-
let
|
|
4282
|
+
let k = "", N = 999999999999, R;
|
|
4239
4283
|
const U = new Date(Date.now());
|
|
4240
|
-
return p.forEach((
|
|
4241
|
-
const q = new Date(
|
|
4242
|
-
|
|
4243
|
-
}),
|
|
4244
|
-
},
|
|
4245
|
-
a(
|
|
4284
|
+
return p.forEach((C, ee) => {
|
|
4285
|
+
const q = new Date(C.schedules[0].startTime), Q = new Date(C.schedules[0].endTime);
|
|
4286
|
+
ka(new Date(Q), new Date(U)) < N && (N = ka(new Date(Q), new Date(U)), R = ee), Xn(new Date(U), new Date(q)) && Jn(new Date(U), new Date(Q)) && (k = p[R].name);
|
|
4287
|
+
}), k;
|
|
4288
|
+
}, rt = (l) => ta !== "true" ? void 0 : Object.values(l != null ? l : {}).pop(), wa = (l) => {
|
|
4289
|
+
a(31, ne = !1), window.postMessage(
|
|
4246
4290
|
{
|
|
4247
|
-
type: `${
|
|
4291
|
+
type: `${oe}`,
|
|
4248
4292
|
itemId: l,
|
|
4249
|
-
showallpage:
|
|
4293
|
+
showallpage: B
|
|
4250
4294
|
},
|
|
4251
4295
|
window.location.href
|
|
4252
4296
|
);
|
|
4253
|
-
},
|
|
4254
|
-
switch (
|
|
4297
|
+
}, ot = () => {
|
|
4298
|
+
switch (c) {
|
|
4255
4299
|
case "FAVORITES":
|
|
4256
|
-
m && u && a(
|
|
4300
|
+
m && u && a(40, Te = !0);
|
|
4257
4301
|
break;
|
|
4258
4302
|
case "MOSTPLAYED":
|
|
4259
|
-
|
|
4303
|
+
x === "false" && m && u && a(40, Te = !1);
|
|
4260
4304
|
break;
|
|
4261
4305
|
case "LASTPLAYED":
|
|
4262
|
-
|
|
4306
|
+
x === "false" && m && u && a(40, Te = !1);
|
|
4263
4307
|
break;
|
|
4264
4308
|
default:
|
|
4265
|
-
|
|
4309
|
+
va(c, !0);
|
|
4266
4310
|
break;
|
|
4267
4311
|
}
|
|
4268
|
-
}, ot = () => {
|
|
4269
|
-
document[qe] ? a(41, oa = "disconnect") : a(41, oa = "connect");
|
|
4270
4312
|
}, st = () => {
|
|
4271
|
-
|
|
4272
|
-
l && (l.elems_index = p, Ve.observe(l));
|
|
4273
|
-
});
|
|
4313
|
+
document[He] ? a(42, sa = "disconnect") : a(42, sa = "connect");
|
|
4274
4314
|
}, lt = () => {
|
|
4275
|
-
|
|
4315
|
+
qe && ze.forEach((l, p) => {
|
|
4316
|
+
l && (l.elems_index = p, Be.observe(l));
|
|
4317
|
+
});
|
|
4318
|
+
}, ut = () => {
|
|
4319
|
+
Lt(s);
|
|
4276
4320
|
};
|
|
4277
|
-
|
|
4278
|
-
|
|
4279
|
-
}),
|
|
4280
|
-
window.removeEventListener("message",
|
|
4321
|
+
Gt(() => {
|
|
4322
|
+
Be == null || Be.disconnect();
|
|
4323
|
+
}), Ft(() => (window.addEventListener("visibilitychange", (l) => st()), window.addEventListener("message", ca, !1), () => {
|
|
4324
|
+
window.removeEventListener("message", ca), window.removeEventListener("visibilitychange", ca);
|
|
4281
4325
|
}));
|
|
4282
|
-
function
|
|
4283
|
-
|
|
4284
|
-
Fe = l, a(
|
|
4326
|
+
function mt(l) {
|
|
4327
|
+
be[l ? "unshift" : "push"](() => {
|
|
4328
|
+
Fe = l, a(39, Fe);
|
|
4285
4329
|
});
|
|
4286
4330
|
}
|
|
4287
|
-
const
|
|
4288
|
-
function
|
|
4289
|
-
|
|
4290
|
-
ze[p] = l, a(
|
|
4291
|
-
});
|
|
4292
|
-
}
|
|
4293
|
-
function dt(l) {
|
|
4294
|
-
we[l ? "unshift" : "push"](() => {
|
|
4295
|
-
Ge = l, a(37, Ge);
|
|
4331
|
+
const ct = (l) => wa(Y.id);
|
|
4332
|
+
function dt(l, p) {
|
|
4333
|
+
be[l ? "unshift" : "push"](() => {
|
|
4334
|
+
ze[p] = l, a(25, ze);
|
|
4296
4335
|
});
|
|
4297
4336
|
}
|
|
4298
4337
|
function ft(l) {
|
|
4299
|
-
|
|
4300
|
-
|
|
4338
|
+
be[l ? "unshift" : "push"](() => {
|
|
4339
|
+
Ge = l, a(38, Ge);
|
|
4301
4340
|
});
|
|
4302
4341
|
}
|
|
4303
4342
|
function gt(l) {
|
|
4304
|
-
|
|
4305
|
-
|
|
4343
|
+
be[l ? "unshift" : "push"](() => {
|
|
4344
|
+
Fe = l, a(39, Fe);
|
|
4306
4345
|
});
|
|
4307
4346
|
}
|
|
4308
4347
|
function ht(l) {
|
|
4309
|
-
|
|
4310
|
-
|
|
4348
|
+
be[l ? "unshift" : "push"](() => {
|
|
4349
|
+
Ge = l, a(38, Ge);
|
|
4350
|
+
});
|
|
4351
|
+
}
|
|
4352
|
+
function vt(l) {
|
|
4353
|
+
be[l ? "unshift" : "push"](() => {
|
|
4354
|
+
$ = l, a(24, $);
|
|
4311
4355
|
});
|
|
4312
4356
|
}
|
|
4313
4357
|
return t.$$set = (l) => {
|
|
4314
|
-
"endpoint" in l && a(3, i = l.endpoint), "datasource" in l && a(4, r = l.datasource), "lang" in l && a(5, s = l.lang), "session" in l && a(6, u = l.session), "userid" in l && a(7, m = l.userid), "favorites" in l && a(8,
|
|
4358
|
+
"endpoint" in l && a(3, i = l.endpoint), "datasource" in l && a(4, r = l.datasource), "lang" in l && a(5, s = l.lang), "session" in l && a(6, u = l.session), "userid" in l && a(7, m = l.userid), "favorites" in l && a(8, d = l.favorites), "mbsource" in l && a(9, g = l.mbsource), "clientstyling" in l && a(10, h = l.clientstyling), "clientstylingurl" in l && a(11, w = l.clientstylingurl), "translationurl" in l && a(12, _ = l.translationurl), "currency" in l && a(13, y = l.currency), "allowsingleclickgameentry" in l && a(14, O = l.allowsingleclickgameentry), "categoryid" in l && a(0, c = l.categoryid), "showgamename" in l && a(15, f = l.showgamename), "livecasino" in l && a(16, P = l.livecasino), "gamepagemodalurl" in l && a(17, z = l.gamepagemodalurl), "integratedgameframedesktop" in l && a(18, b = l.integratedgameframedesktop), "integratedgameframemobile" in l && a(19, ae = l.integratedgameframemobile), "casinomygames" in l && a(20, x = l.casinomygames), "addfilterselector" in l && a(1, ve = l.addfilterselector), "addsortingselector" in l && a(2, pe = l.addsortingselector), "filterbylogo" in l && a(21, Ie = l.filterbylogo), "casinogamesgridslider" in l && a(22, Ue = l.casinogamesgridslider), "fetchviaevent" in l && a(49, L = l.fetchviaevent), "showallpage" in l && a(50, B = l.showallpage), "actionevent" in l && a(51, oe = l.actionevent), "displayedgamecount" in l && a(52, Re = l.displayedgamecount), "showallbuttongamescount" in l && a(53, Le = l.showallbuttongamescount), "lobbyscreen" in l && a(54, $e = l.lobbyscreen), "usesinglevendorfilter" in l && a(23, Ae = l.usesinglevendorfilter), "visiblegames" in l && a(55, ea = l.visiblegames), "customizesectionicon" in l && a(56, aa = l.customizesectionicon), "requiredicon" in l && a(57, ta = l.requiredicon);
|
|
4315
4359
|
}, t.$$.update = () => {
|
|
4316
4360
|
t.$$.dirty[0] & /*lang*/
|
|
4317
|
-
32 && s &&
|
|
4361
|
+
32 && s && ut(), t.$$.dirty[0] & /*endpoint, lang, categoryid, datasource*/
|
|
4318
4362
|
57 | t.$$.dirty[1] & /*fetchviaevent, displayedgamecount, showallbuttongamescount*/
|
|
4319
|
-
|
|
4320
|
-
456 &&
|
|
4321
|
-
|
|
4322
|
-
|
|
4323
|
-
33 && s &&
|
|
4324
|
-
4096 &&
|
|
4325
|
-
|
|
4326
|
-
|
|
4327
|
-
|
|
4328
|
-
4608 && g && !
|
|
4363
|
+
6553600 && (L === "false" || L === "") && i && s && c && r && Re && Le && $a(c, Re, Le), t.$$.dirty[0] & /*favorites, endpoint, session, userid*/
|
|
4364
|
+
456 && d === "true" && i && u && m && ma(u, m), t.$$.dirty[0] & /*thumbnailContainer*/
|
|
4365
|
+
33554432 | t.$$.dirty[1] & /*dataloaded*/
|
|
4366
|
+
134217728 && la && ze && lt(), t.$$.dirty[0] & /*lang, categoryid*/
|
|
4367
|
+
33 && s && c && ot(), t.$$.dirty[0] & /*translationurl*/
|
|
4368
|
+
4096 && _ && Ka(), t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
4369
|
+
16778240 && h && $ && Et($, h), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
4370
|
+
16779264 && w && $ && Pt($, w), t.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
|
4371
|
+
16777728 && g && $ && Nt($, `${g}.Style`, Ja), t.$$.dirty[0] & /*mbsource, translationurl*/
|
|
4372
|
+
4608 && g && !_ && Tt(`${g}.Translation`, Qa, ua);
|
|
4329
4373
|
}, [
|
|
4330
|
-
|
|
4331
|
-
|
|
4374
|
+
c,
|
|
4375
|
+
ve,
|
|
4332
4376
|
pe,
|
|
4333
4377
|
i,
|
|
4334
4378
|
r,
|
|
4335
4379
|
s,
|
|
4336
4380
|
u,
|
|
4337
4381
|
m,
|
|
4338
|
-
|
|
4382
|
+
d,
|
|
4339
4383
|
g,
|
|
4340
4384
|
h,
|
|
4385
|
+
w,
|
|
4341
4386
|
_,
|
|
4342
|
-
|
|
4343
|
-
|
|
4387
|
+
y,
|
|
4388
|
+
O,
|
|
4344
4389
|
f,
|
|
4345
|
-
d,
|
|
4346
4390
|
P,
|
|
4347
4391
|
z,
|
|
4348
|
-
|
|
4349
|
-
|
|
4392
|
+
b,
|
|
4393
|
+
ae,
|
|
4394
|
+
x,
|
|
4350
4395
|
Ie,
|
|
4351
4396
|
Ue,
|
|
4352
|
-
|
|
4397
|
+
Ae,
|
|
4353
4398
|
$,
|
|
4354
4399
|
ze,
|
|
4355
4400
|
se,
|
|
4356
|
-
|
|
4357
|
-
|
|
4401
|
+
na,
|
|
4402
|
+
te,
|
|
4358
4403
|
Y,
|
|
4359
4404
|
D,
|
|
4405
|
+
ne,
|
|
4360
4406
|
ie,
|
|
4361
|
-
|
|
4362
|
-
We,
|
|
4407
|
+
Ye,
|
|
4363
4408
|
Se,
|
|
4364
|
-
na,
|
|
4365
4409
|
ia,
|
|
4410
|
+
ra,
|
|
4366
4411
|
Me,
|
|
4367
4412
|
Ge,
|
|
4368
4413
|
Fe,
|
|
4369
4414
|
Te,
|
|
4370
4415
|
Oe,
|
|
4371
|
-
|
|
4372
|
-
|
|
4416
|
+
sa,
|
|
4417
|
+
we,
|
|
4373
4418
|
n,
|
|
4374
|
-
|
|
4375
|
-
nt,
|
|
4419
|
+
ga,
|
|
4376
4420
|
it,
|
|
4377
|
-
|
|
4378
|
-
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4421
|
+
rt,
|
|
4422
|
+
wa,
|
|
4423
|
+
L,
|
|
4424
|
+
B,
|
|
4425
|
+
oe,
|
|
4382
4426
|
Re,
|
|
4383
|
-
|
|
4427
|
+
Le,
|
|
4384
4428
|
$e,
|
|
4385
4429
|
ea,
|
|
4386
4430
|
aa,
|
|
4387
|
-
|
|
4388
|
-
|
|
4431
|
+
ta,
|
|
4432
|
+
la,
|
|
4389
4433
|
mt,
|
|
4390
4434
|
ct,
|
|
4391
4435
|
dt,
|
|
4392
4436
|
ft,
|
|
4393
4437
|
gt,
|
|
4394
|
-
ht
|
|
4438
|
+
ht,
|
|
4439
|
+
vt
|
|
4395
4440
|
];
|
|
4396
4441
|
}
|
|
4397
|
-
class
|
|
4442
|
+
class Xa extends yt {
|
|
4398
4443
|
constructor(e) {
|
|
4399
|
-
super(),
|
|
4444
|
+
super(), kt(
|
|
4400
4445
|
this,
|
|
4401
4446
|
e,
|
|
4402
|
-
|
|
4403
|
-
|
|
4404
|
-
|
|
4447
|
+
Gi,
|
|
4448
|
+
Si,
|
|
4449
|
+
Ct,
|
|
4405
4450
|
{
|
|
4406
4451
|
endpoint: 3,
|
|
4407
4452
|
datasource: 4,
|
|
@@ -4414,29 +4459,30 @@ class Ba extends wt {
|
|
|
4414
4459
|
clientstylingurl: 11,
|
|
4415
4460
|
translationurl: 12,
|
|
4416
4461
|
currency: 13,
|
|
4462
|
+
allowsingleclickgameentry: 14,
|
|
4417
4463
|
categoryid: 0,
|
|
4418
|
-
showgamename:
|
|
4419
|
-
livecasino:
|
|
4420
|
-
gamepagemodalurl:
|
|
4421
|
-
integratedgameframedesktop:
|
|
4422
|
-
integratedgameframemobile:
|
|
4423
|
-
casinomygames:
|
|
4464
|
+
showgamename: 15,
|
|
4465
|
+
livecasino: 16,
|
|
4466
|
+
gamepagemodalurl: 17,
|
|
4467
|
+
integratedgameframedesktop: 18,
|
|
4468
|
+
integratedgameframemobile: 19,
|
|
4469
|
+
casinomygames: 20,
|
|
4424
4470
|
addfilterselector: 1,
|
|
4425
4471
|
addsortingselector: 2,
|
|
4426
|
-
filterbylogo:
|
|
4427
|
-
casinogamesgridslider:
|
|
4428
|
-
fetchviaevent:
|
|
4429
|
-
showallpage:
|
|
4430
|
-
actionevent:
|
|
4431
|
-
displayedgamecount:
|
|
4432
|
-
showallbuttongamescount:
|
|
4433
|
-
lobbyscreen:
|
|
4434
|
-
usesinglevendorfilter:
|
|
4435
|
-
visiblegames:
|
|
4436
|
-
customizesectionicon:
|
|
4437
|
-
requiredicon:
|
|
4472
|
+
filterbylogo: 21,
|
|
4473
|
+
casinogamesgridslider: 22,
|
|
4474
|
+
fetchviaevent: 49,
|
|
4475
|
+
showallpage: 50,
|
|
4476
|
+
actionevent: 51,
|
|
4477
|
+
displayedgamecount: 52,
|
|
4478
|
+
showallbuttongamescount: 53,
|
|
4479
|
+
lobbyscreen: 54,
|
|
4480
|
+
usesinglevendorfilter: 23,
|
|
4481
|
+
visiblegames: 55,
|
|
4482
|
+
customizesectionicon: 56,
|
|
4483
|
+
requiredicon: 57
|
|
4438
4484
|
},
|
|
4439
|
-
|
|
4485
|
+
Qn,
|
|
4440
4486
|
[-1, -1, -1, -1]
|
|
4441
4487
|
);
|
|
4442
4488
|
}
|
|
@@ -4444,201 +4490,207 @@ class Ba extends wt {
|
|
|
4444
4490
|
return this.$$.ctx[3];
|
|
4445
4491
|
}
|
|
4446
4492
|
set endpoint(e) {
|
|
4447
|
-
this.$$set({ endpoint: e }),
|
|
4493
|
+
this.$$set({ endpoint: e }), T();
|
|
4448
4494
|
}
|
|
4449
4495
|
get datasource() {
|
|
4450
4496
|
return this.$$.ctx[4];
|
|
4451
4497
|
}
|
|
4452
4498
|
set datasource(e) {
|
|
4453
|
-
this.$$set({ datasource: e }),
|
|
4499
|
+
this.$$set({ datasource: e }), T();
|
|
4454
4500
|
}
|
|
4455
4501
|
get lang() {
|
|
4456
4502
|
return this.$$.ctx[5];
|
|
4457
4503
|
}
|
|
4458
4504
|
set lang(e) {
|
|
4459
|
-
this.$$set({ lang: e }),
|
|
4505
|
+
this.$$set({ lang: e }), T();
|
|
4460
4506
|
}
|
|
4461
4507
|
get session() {
|
|
4462
4508
|
return this.$$.ctx[6];
|
|
4463
4509
|
}
|
|
4464
4510
|
set session(e) {
|
|
4465
|
-
this.$$set({ session: e }),
|
|
4511
|
+
this.$$set({ session: e }), T();
|
|
4466
4512
|
}
|
|
4467
4513
|
get userid() {
|
|
4468
4514
|
return this.$$.ctx[7];
|
|
4469
4515
|
}
|
|
4470
4516
|
set userid(e) {
|
|
4471
|
-
this.$$set({ userid: e }),
|
|
4517
|
+
this.$$set({ userid: e }), T();
|
|
4472
4518
|
}
|
|
4473
4519
|
get favorites() {
|
|
4474
4520
|
return this.$$.ctx[8];
|
|
4475
4521
|
}
|
|
4476
4522
|
set favorites(e) {
|
|
4477
|
-
this.$$set({ favorites: e }),
|
|
4523
|
+
this.$$set({ favorites: e }), T();
|
|
4478
4524
|
}
|
|
4479
4525
|
get mbsource() {
|
|
4480
4526
|
return this.$$.ctx[9];
|
|
4481
4527
|
}
|
|
4482
4528
|
set mbsource(e) {
|
|
4483
|
-
this.$$set({ mbsource: e }),
|
|
4529
|
+
this.$$set({ mbsource: e }), T();
|
|
4484
4530
|
}
|
|
4485
4531
|
get clientstyling() {
|
|
4486
4532
|
return this.$$.ctx[10];
|
|
4487
4533
|
}
|
|
4488
4534
|
set clientstyling(e) {
|
|
4489
|
-
this.$$set({ clientstyling: e }),
|
|
4535
|
+
this.$$set({ clientstyling: e }), T();
|
|
4490
4536
|
}
|
|
4491
4537
|
get clientstylingurl() {
|
|
4492
4538
|
return this.$$.ctx[11];
|
|
4493
4539
|
}
|
|
4494
4540
|
set clientstylingurl(e) {
|
|
4495
|
-
this.$$set({ clientstylingurl: e }),
|
|
4541
|
+
this.$$set({ clientstylingurl: e }), T();
|
|
4496
4542
|
}
|
|
4497
4543
|
get translationurl() {
|
|
4498
4544
|
return this.$$.ctx[12];
|
|
4499
4545
|
}
|
|
4500
4546
|
set translationurl(e) {
|
|
4501
|
-
this.$$set({ translationurl: e }),
|
|
4547
|
+
this.$$set({ translationurl: e }), T();
|
|
4502
4548
|
}
|
|
4503
4549
|
get currency() {
|
|
4504
4550
|
return this.$$.ctx[13];
|
|
4505
4551
|
}
|
|
4506
4552
|
set currency(e) {
|
|
4507
|
-
this.$$set({ currency: e }),
|
|
4553
|
+
this.$$set({ currency: e }), T();
|
|
4554
|
+
}
|
|
4555
|
+
get allowsingleclickgameentry() {
|
|
4556
|
+
return this.$$.ctx[14];
|
|
4557
|
+
}
|
|
4558
|
+
set allowsingleclickgameentry(e) {
|
|
4559
|
+
this.$$set({ allowsingleclickgameentry: e }), T();
|
|
4508
4560
|
}
|
|
4509
4561
|
get categoryid() {
|
|
4510
4562
|
return this.$$.ctx[0];
|
|
4511
4563
|
}
|
|
4512
4564
|
set categoryid(e) {
|
|
4513
|
-
this.$$set({ categoryid: e }),
|
|
4565
|
+
this.$$set({ categoryid: e }), T();
|
|
4514
4566
|
}
|
|
4515
4567
|
get showgamename() {
|
|
4516
|
-
return this.$$.ctx[
|
|
4568
|
+
return this.$$.ctx[15];
|
|
4517
4569
|
}
|
|
4518
4570
|
set showgamename(e) {
|
|
4519
|
-
this.$$set({ showgamename: e }),
|
|
4571
|
+
this.$$set({ showgamename: e }), T();
|
|
4520
4572
|
}
|
|
4521
4573
|
get livecasino() {
|
|
4522
|
-
return this.$$.ctx[
|
|
4574
|
+
return this.$$.ctx[16];
|
|
4523
4575
|
}
|
|
4524
4576
|
set livecasino(e) {
|
|
4525
|
-
this.$$set({ livecasino: e }),
|
|
4577
|
+
this.$$set({ livecasino: e }), T();
|
|
4526
4578
|
}
|
|
4527
4579
|
get gamepagemodalurl() {
|
|
4528
|
-
return this.$$.ctx[
|
|
4580
|
+
return this.$$.ctx[17];
|
|
4529
4581
|
}
|
|
4530
4582
|
set gamepagemodalurl(e) {
|
|
4531
|
-
this.$$set({ gamepagemodalurl: e }),
|
|
4583
|
+
this.$$set({ gamepagemodalurl: e }), T();
|
|
4532
4584
|
}
|
|
4533
4585
|
get integratedgameframedesktop() {
|
|
4534
|
-
return this.$$.ctx[
|
|
4586
|
+
return this.$$.ctx[18];
|
|
4535
4587
|
}
|
|
4536
4588
|
set integratedgameframedesktop(e) {
|
|
4537
|
-
this.$$set({ integratedgameframedesktop: e }),
|
|
4589
|
+
this.$$set({ integratedgameframedesktop: e }), T();
|
|
4538
4590
|
}
|
|
4539
4591
|
get integratedgameframemobile() {
|
|
4540
|
-
return this.$$.ctx[
|
|
4592
|
+
return this.$$.ctx[19];
|
|
4541
4593
|
}
|
|
4542
4594
|
set integratedgameframemobile(e) {
|
|
4543
|
-
this.$$set({ integratedgameframemobile: e }),
|
|
4595
|
+
this.$$set({ integratedgameframemobile: e }), T();
|
|
4544
4596
|
}
|
|
4545
4597
|
get casinomygames() {
|
|
4546
|
-
return this.$$.ctx[
|
|
4598
|
+
return this.$$.ctx[20];
|
|
4547
4599
|
}
|
|
4548
4600
|
set casinomygames(e) {
|
|
4549
|
-
this.$$set({ casinomygames: e }),
|
|
4601
|
+
this.$$set({ casinomygames: e }), T();
|
|
4550
4602
|
}
|
|
4551
4603
|
get addfilterselector() {
|
|
4552
4604
|
return this.$$.ctx[1];
|
|
4553
4605
|
}
|
|
4554
4606
|
set addfilterselector(e) {
|
|
4555
|
-
this.$$set({ addfilterselector: e }),
|
|
4607
|
+
this.$$set({ addfilterselector: e }), T();
|
|
4556
4608
|
}
|
|
4557
4609
|
get addsortingselector() {
|
|
4558
4610
|
return this.$$.ctx[2];
|
|
4559
4611
|
}
|
|
4560
4612
|
set addsortingselector(e) {
|
|
4561
|
-
this.$$set({ addsortingselector: e }),
|
|
4613
|
+
this.$$set({ addsortingselector: e }), T();
|
|
4562
4614
|
}
|
|
4563
4615
|
get filterbylogo() {
|
|
4564
|
-
return this.$$.ctx[
|
|
4616
|
+
return this.$$.ctx[21];
|
|
4565
4617
|
}
|
|
4566
4618
|
set filterbylogo(e) {
|
|
4567
|
-
this.$$set({ filterbylogo: e }),
|
|
4619
|
+
this.$$set({ filterbylogo: e }), T();
|
|
4568
4620
|
}
|
|
4569
4621
|
get casinogamesgridslider() {
|
|
4570
|
-
return this.$$.ctx[
|
|
4622
|
+
return this.$$.ctx[22];
|
|
4571
4623
|
}
|
|
4572
4624
|
set casinogamesgridslider(e) {
|
|
4573
|
-
this.$$set({ casinogamesgridslider: e }),
|
|
4625
|
+
this.$$set({ casinogamesgridslider: e }), T();
|
|
4574
4626
|
}
|
|
4575
4627
|
get fetchviaevent() {
|
|
4576
|
-
return this.$$.ctx[
|
|
4628
|
+
return this.$$.ctx[49];
|
|
4577
4629
|
}
|
|
4578
4630
|
set fetchviaevent(e) {
|
|
4579
|
-
this.$$set({ fetchviaevent: e }),
|
|
4631
|
+
this.$$set({ fetchviaevent: e }), T();
|
|
4580
4632
|
}
|
|
4581
4633
|
get showallpage() {
|
|
4582
|
-
return this.$$.ctx[
|
|
4634
|
+
return this.$$.ctx[50];
|
|
4583
4635
|
}
|
|
4584
4636
|
set showallpage(e) {
|
|
4585
|
-
this.$$set({ showallpage: e }),
|
|
4637
|
+
this.$$set({ showallpage: e }), T();
|
|
4586
4638
|
}
|
|
4587
4639
|
get actionevent() {
|
|
4588
|
-
return this.$$.ctx[
|
|
4640
|
+
return this.$$.ctx[51];
|
|
4589
4641
|
}
|
|
4590
4642
|
set actionevent(e) {
|
|
4591
|
-
this.$$set({ actionevent: e }),
|
|
4643
|
+
this.$$set({ actionevent: e }), T();
|
|
4592
4644
|
}
|
|
4593
4645
|
get displayedgamecount() {
|
|
4594
|
-
return this.$$.ctx[
|
|
4646
|
+
return this.$$.ctx[52];
|
|
4595
4647
|
}
|
|
4596
4648
|
set displayedgamecount(e) {
|
|
4597
|
-
this.$$set({ displayedgamecount: e }),
|
|
4649
|
+
this.$$set({ displayedgamecount: e }), T();
|
|
4598
4650
|
}
|
|
4599
4651
|
get showallbuttongamescount() {
|
|
4600
|
-
return this.$$.ctx[
|
|
4652
|
+
return this.$$.ctx[53];
|
|
4601
4653
|
}
|
|
4602
4654
|
set showallbuttongamescount(e) {
|
|
4603
|
-
this.$$set({ showallbuttongamescount: e }),
|
|
4655
|
+
this.$$set({ showallbuttongamescount: e }), T();
|
|
4604
4656
|
}
|
|
4605
4657
|
get lobbyscreen() {
|
|
4606
|
-
return this.$$.ctx[
|
|
4658
|
+
return this.$$.ctx[54];
|
|
4607
4659
|
}
|
|
4608
4660
|
set lobbyscreen(e) {
|
|
4609
|
-
this.$$set({ lobbyscreen: e }),
|
|
4661
|
+
this.$$set({ lobbyscreen: e }), T();
|
|
4610
4662
|
}
|
|
4611
4663
|
get usesinglevendorfilter() {
|
|
4612
|
-
return this.$$.ctx[
|
|
4664
|
+
return this.$$.ctx[23];
|
|
4613
4665
|
}
|
|
4614
4666
|
set usesinglevendorfilter(e) {
|
|
4615
|
-
this.$$set({ usesinglevendorfilter: e }),
|
|
4667
|
+
this.$$set({ usesinglevendorfilter: e }), T();
|
|
4616
4668
|
}
|
|
4617
4669
|
get visiblegames() {
|
|
4618
|
-
return this.$$.ctx[
|
|
4670
|
+
return this.$$.ctx[55];
|
|
4619
4671
|
}
|
|
4620
4672
|
set visiblegames(e) {
|
|
4621
|
-
this.$$set({ visiblegames: e }),
|
|
4673
|
+
this.$$set({ visiblegames: e }), T();
|
|
4622
4674
|
}
|
|
4623
4675
|
get customizesectionicon() {
|
|
4624
|
-
return this.$$.ctx[
|
|
4676
|
+
return this.$$.ctx[56];
|
|
4625
4677
|
}
|
|
4626
4678
|
set customizesectionicon(e) {
|
|
4627
|
-
this.$$set({ customizesectionicon: e }),
|
|
4679
|
+
this.$$set({ customizesectionicon: e }), T();
|
|
4628
4680
|
}
|
|
4629
4681
|
get requiredicon() {
|
|
4630
|
-
return this.$$.ctx[
|
|
4682
|
+
return this.$$.ctx[57];
|
|
4631
4683
|
}
|
|
4632
4684
|
set requiredicon(e) {
|
|
4633
|
-
this.$$set({ requiredicon: e }),
|
|
4685
|
+
this.$$set({ requiredicon: e }), T();
|
|
4634
4686
|
}
|
|
4635
4687
|
}
|
|
4636
|
-
|
|
4637
|
-
const
|
|
4688
|
+
It(Xa, { endpoint: {}, datasource: {}, lang: {}, session: {}, userid: {}, favorites: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, currency: {}, allowsingleclickgameentry: {}, categoryid: {}, showgamename: {}, livecasino: {}, gamepagemodalurl: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, casinomygames: {}, addfilterselector: {}, addsortingselector: {}, filterbylogo: {}, casinogamesgridslider: {}, fetchviaevent: {}, showallpage: {}, actionevent: {}, displayedgamecount: {}, showallbuttongamescount: {}, lobbyscreen: {}, usesinglevendorfilter: {}, visiblegames: {}, customizesectionicon: {}, requiredicon: {} }, [], [], !0);
|
|
4689
|
+
const Oi = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
4638
4690
|
__proto__: null,
|
|
4639
|
-
default:
|
|
4691
|
+
default: Xa
|
|
4640
4692
|
}, Symbol.toStringTag, { value: "Module" }));
|
|
4641
4693
|
export {
|
|
4642
|
-
|
|
4643
|
-
|
|
4694
|
+
Oi as C,
|
|
4695
|
+
zi as f
|
|
4644
4696
|
};
|