@everymatrix/casino-last-played-section-nd 1.94.19 → 1.94.21
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-CKAQ2bLh.js → CasinoFilter-C7fHKlB6.js} +29 -29
- package/components/{CasinoFilter-Cil6dJIC.js → CasinoFilter-d7iG-c_G.js} +24 -24
- package/components/{CasinoGameThumbnailNd-6twx0zjC.js → CasinoGameThumbnailNd-BqOPjo32.js} +44 -44
- package/components/{CasinoGameThumbnailNd-CtQ1gNhs.js → CasinoGameThumbnailNd-DNSqTzri.js} +59 -59
- package/components/{CasinoGamesCategorySectionNd-D3bNk7Nz.js → CasinoGamesCategorySectionNd-9UJnRA7d.js} +87 -87
- package/components/{CasinoGamesCategorySectionNd-Chv-nWnl.js → CasinoGamesCategorySectionNd-CSeZ9qWM.js} +85 -85
- package/components/{CasinoLastPlayedSectionNd-CSJRqtc3.js → CasinoLastPlayedSectionNd-B7oP_Uq4.js} +45 -45
- package/components/{CasinoLastPlayedSectionNd-CSeOWmkR.js → CasinoLastPlayedSectionNd-DpbhVwrZ.js} +46 -46
- package/components/{CasinoSort-BOzBM6Q4.js → CasinoSort-B5005mVZ.js} +23 -23
- package/components/{CasinoSort-DE0vHNZS.js → CasinoSort-Co2Zx30d.js} +27 -27
- package/es2015/casino-last-played-section-nd.js +1 -1
- package/esnext/casino-last-played-section-nd.js +1 -1
- package/package.json +1 -1
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var
|
|
1
|
+
var At = Object.defineProperty, Rt = Object.defineProperties;
|
|
2
2
|
var Wt = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var Ua = Object.getOwnPropertySymbols;
|
|
4
4
|
var jt = Object.prototype.hasOwnProperty, Yt = Object.prototype.propertyIsEnumerable;
|
|
5
|
-
var La = (t, e, a) => e in t ?
|
|
5
|
+
var La = (t, e, a) => e in t ? At(t, e, { enumerable: !0, configurable: !0, writable: !0, value: a }) : t[e] = a, Aa = (t, e) => {
|
|
6
6
|
for (var a in e || (e = {}))
|
|
7
7
|
jt.call(e, a) && La(t, a, e[a]);
|
|
8
8
|
if (Ua)
|
|
9
9
|
for (var a of Ua(e))
|
|
10
10
|
Yt.call(e, a) && La(t, a, e[a]);
|
|
11
11
|
return t;
|
|
12
|
-
},
|
|
12
|
+
}, Ra = (t, e) => Rt(t, Wt(e));
|
|
13
13
|
var ka = (t, e, a) => new Promise((n, i) => {
|
|
14
14
|
var r = (d) => {
|
|
15
15
|
try {
|
|
@@ -26,7 +26,7 @@ var ka = (t, e, a) => new Promise((n, i) => {
|
|
|
26
26
|
}, u = (d) => d.done ? n(d.value) : Promise.resolve(d.value).then(r, s);
|
|
27
27
|
u((a = a.apply(t, e)).next());
|
|
28
28
|
});
|
|
29
|
-
import {
|
|
29
|
+
import { a as qt, $ as Ht, S as Vt, i as Bt, s as Xt, f as P, b as Jt, n as pe, d as M, c as G, e as C, g as T, h as ie, j as p, k as Qt, o as Kt, l as Zt, m as xt, p as Ca, q as Te, r as ce, t as He, u as $t, v as ee, w as H, x as ze, y as ut, z as o, A as mt, B as en, C as Wa, D as an, E as he, F as tn, G as nn, H as rn, I as on, J as sn } from "./CasinoLastPlayedSectionNd-DpbhVwrZ.js";
|
|
30
30
|
function ln(t, e) {
|
|
31
31
|
qt(t, e);
|
|
32
32
|
}
|
|
@@ -359,14 +359,14 @@ function V(t, e) {
|
|
|
359
359
|
if (e.length < t)
|
|
360
360
|
throw new TypeError(t + " argument" + (t > 1 ? "s" : "") + " required, but only " + e.length + " present");
|
|
361
361
|
}
|
|
362
|
-
function
|
|
362
|
+
function J(t) {
|
|
363
363
|
V(1, arguments);
|
|
364
364
|
var e = Object.prototype.toString.call(t);
|
|
365
365
|
return t instanceof Date || ra(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));
|
|
366
366
|
}
|
|
367
367
|
function cn(t, e) {
|
|
368
368
|
V(2, arguments);
|
|
369
|
-
var a =
|
|
369
|
+
var a = J(t).getTime(), n = Ce(e);
|
|
370
370
|
return new Date(a + n);
|
|
371
371
|
}
|
|
372
372
|
var dn = {};
|
|
@@ -383,11 +383,11 @@ function gn(t) {
|
|
|
383
383
|
function hn(t) {
|
|
384
384
|
if (V(1, arguments), !gn(t) && typeof t != "number")
|
|
385
385
|
return !1;
|
|
386
|
-
var e =
|
|
386
|
+
var e = J(t);
|
|
387
387
|
return !isNaN(Number(e));
|
|
388
388
|
}
|
|
389
389
|
function ja(t, e) {
|
|
390
|
-
return V(2, arguments),
|
|
390
|
+
return V(2, arguments), J(t).getTime() - J(e).getTime();
|
|
391
391
|
}
|
|
392
392
|
function vn(t, e) {
|
|
393
393
|
V(2, arguments);
|
|
@@ -397,19 +397,19 @@ function vn(t, e) {
|
|
|
397
397
|
var pn = 864e5;
|
|
398
398
|
function wn(t) {
|
|
399
399
|
V(1, arguments);
|
|
400
|
-
var e =
|
|
400
|
+
var e = J(t), a = e.getTime();
|
|
401
401
|
e.setUTCMonth(0, 1), e.setUTCHours(0, 0, 0, 0);
|
|
402
402
|
var n = e.getTime(), i = a - n;
|
|
403
403
|
return Math.floor(i / pn) + 1;
|
|
404
404
|
}
|
|
405
405
|
function oa(t) {
|
|
406
406
|
V(1, arguments);
|
|
407
|
-
var e = 1, a =
|
|
407
|
+
var e = 1, a = J(t), n = a.getUTCDay(), i = (n < e ? 7 : 0) + n - e;
|
|
408
408
|
return a.setUTCDate(a.getUTCDate() - i), a.setUTCHours(0, 0, 0, 0), a;
|
|
409
409
|
}
|
|
410
410
|
function ct(t) {
|
|
411
411
|
V(1, arguments);
|
|
412
|
-
var e =
|
|
412
|
+
var e = J(t), a = e.getUTCFullYear(), n = /* @__PURE__ */ new Date(0);
|
|
413
413
|
n.setUTCFullYear(a + 1, 0, 4), n.setUTCHours(0, 0, 0, 0);
|
|
414
414
|
var i = oa(n), r = /* @__PURE__ */ new Date(0);
|
|
415
415
|
r.setUTCFullYear(a, 0, 4), r.setUTCHours(0, 0, 0, 0);
|
|
@@ -426,7 +426,7 @@ function bn(t) {
|
|
|
426
426
|
var _n = 6048e5;
|
|
427
427
|
function yn(t) {
|
|
428
428
|
V(1, arguments);
|
|
429
|
-
var e =
|
|
429
|
+
var e = J(t), a = oa(e).getTime() - bn(e).getTime();
|
|
430
430
|
return Math.round(a / _n) + 1;
|
|
431
431
|
}
|
|
432
432
|
function sa(t, e) {
|
|
@@ -435,13 +435,13 @@ function sa(t, e) {
|
|
|
435
435
|
var g = la(), h = Ce((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 : (d = g.locale) === null || d === void 0 || (f = d.options) === null || f === void 0 ? void 0 : f.weekStartsOn) !== null && a !== void 0 ? a : 0);
|
|
436
436
|
if (!(h >= 0 && h <= 6))
|
|
437
437
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
438
|
-
var b =
|
|
438
|
+
var b = J(t), v = b.getUTCDay(), _ = (v < h ? 7 : 0) + v - h;
|
|
439
439
|
return b.setUTCDate(b.getUTCDate() - _), b.setUTCHours(0, 0, 0, 0), b;
|
|
440
440
|
}
|
|
441
441
|
function dt(t, e) {
|
|
442
442
|
var a, n, i, r, s, u, d, f;
|
|
443
443
|
V(1, arguments);
|
|
444
|
-
var g =
|
|
444
|
+
var g = J(t), h = g.getUTCFullYear(), b = la(), v = Ce((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 : b.firstWeekContainsDate) !== null && n !== void 0 ? n : (d = b.locale) === null || d === void 0 || (f = d.options) === null || f === void 0 ? void 0 : f.firstWeekContainsDate) !== null && a !== void 0 ? a : 1);
|
|
445
445
|
if (!(v >= 1 && v <= 7))
|
|
446
446
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
447
447
|
var _ = /* @__PURE__ */ new Date(0);
|
|
@@ -462,7 +462,7 @@ function kn(t, e) {
|
|
|
462
462
|
var Cn = 6048e5;
|
|
463
463
|
function Sn(t, e) {
|
|
464
464
|
V(1, arguments);
|
|
465
|
-
var a =
|
|
465
|
+
var a = J(t), n = sa(a, e).getTime() - kn(a, e).getTime();
|
|
466
466
|
return Math.round(n / Cn) + 1;
|
|
467
467
|
}
|
|
468
468
|
function I(t, e) {
|
|
@@ -1272,15 +1272,15 @@ var Dn = {
|
|
|
1272
1272
|
formats: Un,
|
|
1273
1273
|
defaultWidth: "full"
|
|
1274
1274
|
})
|
|
1275
|
-
},
|
|
1275
|
+
}, An = {
|
|
1276
1276
|
lastWeek: "'last' eeee 'at' p",
|
|
1277
1277
|
yesterday: "'yesterday at' p",
|
|
1278
1278
|
today: "'today at' p",
|
|
1279
1279
|
tomorrow: "'tomorrow at' p",
|
|
1280
1280
|
nextWeek: "eeee 'at' p",
|
|
1281
1281
|
other: "P"
|
|
1282
|
-
},
|
|
1283
|
-
return
|
|
1282
|
+
}, Rn = function(e, a, n, i) {
|
|
1283
|
+
return An[e];
|
|
1284
1284
|
};
|
|
1285
1285
|
function Ye(t) {
|
|
1286
1286
|
return function(e, a) {
|
|
@@ -1420,9 +1420,9 @@ function qe(t) {
|
|
|
1420
1420
|
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);
|
|
1421
1421
|
if (!r)
|
|
1422
1422
|
return null;
|
|
1423
|
-
var s = r[0], u = n && t.parsePatterns[n] || t.parsePatterns[t.defaultParseWidth], d = Array.isArray(u) ?
|
|
1423
|
+
var s = r[0], u = n && t.parsePatterns[n] || t.parsePatterns[t.defaultParseWidth], d = Array.isArray(u) ? Qn(u, function(h) {
|
|
1424
1424
|
return h.test(s);
|
|
1425
|
-
}) :
|
|
1425
|
+
}) : Jn(u, function(h) {
|
|
1426
1426
|
return h.test(s);
|
|
1427
1427
|
}), f;
|
|
1428
1428
|
f = t.valueCallback ? t.valueCallback(d) : d, f = a.valueCallback ? a.valueCallback(f) : f;
|
|
@@ -1433,12 +1433,12 @@ function qe(t) {
|
|
|
1433
1433
|
};
|
|
1434
1434
|
};
|
|
1435
1435
|
}
|
|
1436
|
-
function
|
|
1436
|
+
function Jn(t, e) {
|
|
1437
1437
|
for (var a in t)
|
|
1438
1438
|
if (t.hasOwnProperty(a) && e(t[a]))
|
|
1439
1439
|
return a;
|
|
1440
1440
|
}
|
|
1441
|
-
function
|
|
1441
|
+
function Qn(t, e) {
|
|
1442
1442
|
for (var a = 0; a < t.length; a++)
|
|
1443
1443
|
if (e(t[a]))
|
|
1444
1444
|
return a;
|
|
@@ -1546,7 +1546,7 @@ var Zn = /^(\d+)(th|st|nd|rd)?/i, xn = /\d+/i, $n = {
|
|
|
1546
1546
|
code: "en-US",
|
|
1547
1547
|
formatDistance: Pn,
|
|
1548
1548
|
formatLong: Ln,
|
|
1549
|
-
formatRelative:
|
|
1549
|
+
formatRelative: Rn,
|
|
1550
1550
|
localize: Xn,
|
|
1551
1551
|
match: ui,
|
|
1552
1552
|
options: {
|
|
@@ -1560,19 +1560,19 @@ function Zi(t, e, a) {
|
|
|
1560
1560
|
var c = String(e), S = la(), z = (n = (i = void 0) !== null && i !== void 0 ? i : S.locale) !== null && n !== void 0 ? n : mi, E = Ce((r = (s = (u = (d = void 0) !== null && d !== void 0 ? d : void 0) !== null && u !== void 0 ? u : S.firstWeekContainsDate) !== null && s !== void 0 ? s : (f = S.locale) === null || f === void 0 || (g = f.options) === null || g === void 0 ? void 0 : g.firstWeekContainsDate) !== null && r !== void 0 ? r : 1);
|
|
1561
1561
|
if (!(E >= 1 && E <= 7))
|
|
1562
1562
|
throw new RangeError("firstWeekContainsDate must be between 1 and 7 inclusively");
|
|
1563
|
-
var
|
|
1564
|
-
if (!(
|
|
1563
|
+
var Q = Ce((h = (b = (v = (_ = void 0) !== null && _ !== void 0 ? _ : void 0) !== null && v !== void 0 ? v : S.weekStartsOn) !== null && b !== void 0 ? b : (F = S.locale) === null || F === void 0 || (l = F.options) === null || l === void 0 ? void 0 : l.weekStartsOn) !== null && h !== void 0 ? h : 0);
|
|
1564
|
+
if (!(Q >= 0 && Q <= 6))
|
|
1565
1565
|
throw new RangeError("weekStartsOn must be between 0 and 6 inclusively");
|
|
1566
1566
|
if (!z.localize)
|
|
1567
1567
|
throw new RangeError("locale must contain localize property");
|
|
1568
1568
|
if (!z.formatLong)
|
|
1569
1569
|
throw new RangeError("locale must contain formatLong property");
|
|
1570
|
-
var W =
|
|
1570
|
+
var W = J(t);
|
|
1571
1571
|
if (!hn(W))
|
|
1572
1572
|
throw new RangeError("Invalid time value");
|
|
1573
1573
|
var le = fn(W), Se = vn(W, le), Ve = {
|
|
1574
1574
|
firstWeekContainsDate: E,
|
|
1575
|
-
weekStartsOn:
|
|
1575
|
+
weekStartsOn: Q,
|
|
1576
1576
|
locale: z,
|
|
1577
1577
|
_originalDate: W
|
|
1578
1578
|
}, Be = c.match(di).map(function(j) {
|
|
@@ -1603,12 +1603,12 @@ function vi(t) {
|
|
|
1603
1603
|
}
|
|
1604
1604
|
function pi(t, e) {
|
|
1605
1605
|
V(2, arguments);
|
|
1606
|
-
var a =
|
|
1606
|
+
var a = J(t), n = J(e);
|
|
1607
1607
|
return a.getTime() > n.getTime();
|
|
1608
1608
|
}
|
|
1609
1609
|
function wi(t, e) {
|
|
1610
1610
|
V(2, arguments);
|
|
1611
|
-
var a =
|
|
1611
|
+
var a = J(t), n = J(e);
|
|
1612
1612
|
return a.getTime() < n.getTime();
|
|
1613
1613
|
}
|
|
1614
1614
|
const Ba = (t, e = null) => {
|
|
@@ -1630,7 +1630,7 @@ if (typeof window != "undefined") {
|
|
|
1630
1630
|
}
|
|
1631
1631
|
};
|
|
1632
1632
|
};
|
|
1633
|
-
customElements.define = t(customElements.define), import("./CasinoGameThumbnailNd-
|
|
1633
|
+
customElements.define = t(customElements.define), import("./CasinoGameThumbnailNd-DNSqTzri.js").then(({ default: e }) => {
|
|
1634
1634
|
!customElements.get("casino-game-thumbnail-nd") && customElements.define("casino-game-thumbnail-nd", e.element);
|
|
1635
1635
|
});
|
|
1636
1636
|
}
|
|
@@ -1646,7 +1646,7 @@ if (typeof window != "undefined") {
|
|
|
1646
1646
|
}
|
|
1647
1647
|
};
|
|
1648
1648
|
};
|
|
1649
|
-
customElements.define = t(customElements.define), import("./CasinoFilter-
|
|
1649
|
+
customElements.define = t(customElements.define), import("./CasinoFilter-d7iG-c_G.js").then(({ default: e }) => {
|
|
1650
1650
|
!customElements.get("casino-filter") && customElements.define("casino-filter", e.element);
|
|
1651
1651
|
});
|
|
1652
1652
|
}
|
|
@@ -1662,22 +1662,22 @@ if (typeof window != "undefined") {
|
|
|
1662
1662
|
}
|
|
1663
1663
|
};
|
|
1664
1664
|
};
|
|
1665
|
-
customElements.define = t(customElements.define), import("./CasinoSort-
|
|
1665
|
+
customElements.define = t(customElements.define), import("./CasinoSort-Co2Zx30d.js").then(({ default: e }) => {
|
|
1666
1666
|
!customElements.get("casino-sort") && customElements.define("casino-sort", e.element);
|
|
1667
1667
|
});
|
|
1668
1668
|
}
|
|
1669
1669
|
function bi(t) {
|
|
1670
|
-
Qt(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)}}');
|
|
1670
|
+
Jt(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)}}');
|
|
1671
1671
|
}
|
|
1672
1672
|
function Xa(t, e, a) {
|
|
1673
1673
|
const n = t.slice();
|
|
1674
1674
|
return n[106] = e[a], n[108] = a, n;
|
|
1675
1675
|
}
|
|
1676
|
-
function
|
|
1676
|
+
function Ja(t, e, a) {
|
|
1677
1677
|
const n = t.slice();
|
|
1678
1678
|
return n[106] = e[a], n[108] = a, n;
|
|
1679
1679
|
}
|
|
1680
|
-
function
|
|
1680
|
+
function Qa(t, e, a) {
|
|
1681
1681
|
const n = t.slice();
|
|
1682
1682
|
return n[106] = e[a], n[108] = a, n;
|
|
1683
1683
|
}
|
|
@@ -1811,9 +1811,9 @@ function Si(t) {
|
|
|
1811
1811
|
return (
|
|
1812
1812
|
/*isLoading*/
|
|
1813
1813
|
u[25] && !/*isLazyLoading*/
|
|
1814
|
-
u[35] ?
|
|
1814
|
+
u[35] ? Ri : (
|
|
1815
1815
|
/*shownCategoryData*/
|
|
1816
|
-
u[29].length !== 0 ?
|
|
1816
|
+
u[29].length !== 0 ? Ai : Li
|
|
1817
1817
|
)
|
|
1818
1818
|
);
|
|
1819
1819
|
}
|
|
@@ -2219,7 +2219,7 @@ function Ni(t) {
|
|
|
2219
2219
|
G(l, e, c);
|
|
2220
2220
|
},
|
|
2221
2221
|
p(l, c) {
|
|
2222
|
-
var S, z, E,
|
|
2222
|
+
var S, z, E, Q, W;
|
|
2223
2223
|
c[1] & /*favoriteGamesData*/
|
|
2224
2224
|
1024 && a !== (a = "" + (we + /*gameprops*/
|
|
2225
2225
|
(l[106].cellSize ? (
|
|
@@ -2272,7 +2272,7 @@ function Ni(t) {
|
|
|
2272
2272
|
1024 && r !== (r = /*gameprops*/
|
|
2273
2273
|
l[106].gameModel.name) && o(e, "gamename", r), c[1] & /*favoriteGamesData*/
|
|
2274
2274
|
1024 && s !== (s = /*gameprops*/
|
|
2275
|
-
(
|
|
2275
|
+
(Q = (E = (z = l[106]) == null ? void 0 : z.gameModel) == null ? void 0 : E.vendor) == null ? void 0 : Q.logo) && o(e, "gamevendor", s), c[1] & /*favoriteGamesData*/
|
|
2276
2276
|
1024 && u !== (u = /*gameprops*/
|
|
2277
2277
|
l[106].launchUrl) && o(e, "gameLaunchUrl", u), c[1] & /*favoriteGamesData*/
|
|
2278
2278
|
1024 && d !== (d = /*gameprops*/
|
|
@@ -2400,12 +2400,12 @@ function Ei(t) {
|
|
|
2400
2400
|
n && n.m(v, _), G(v, a, _);
|
|
2401
2401
|
},
|
|
2402
2402
|
p(v, _) {
|
|
2403
|
-
var F, l, c, S, z, E,
|
|
2403
|
+
var F, l, c, S, z, E, Q, W, le;
|
|
2404
2404
|
_[1] & /*favoriteGamesData*/
|
|
2405
2405
|
1024 && (e = /*gameprops*/
|
|
2406
2406
|
((c = (l = (F = v[106]) == null ? void 0 : F.gameModel) == null ? void 0 : l.platform) == null ? void 0 : c.includes("iPad")) || /*gameprops*/
|
|
2407
2407
|
((E = (z = (S = v[106]) == null ? void 0 : S.gameModel) == null ? void 0 : z.platform) == null ? void 0 : E.includes("iPhone")) || /*gameprops*/
|
|
2408
|
-
((le = (W = (
|
|
2408
|
+
((le = (W = (Q = v[106]) == null ? void 0 : Q.gameModel) == null ? void 0 : W.platform) == null ? void 0 : le.includes("Android"))), e ? n ? n.p(v, _) : (n = et(v), n.c(), n.m(a.parentNode, a)) : n && (n.d(1), n = null);
|
|
2409
2409
|
},
|
|
2410
2410
|
d(v) {
|
|
2411
2411
|
v && M(a), n && n.d(v);
|
|
@@ -2547,7 +2547,7 @@ function et(t) {
|
|
|
2547
2547
|
G(l, e, c);
|
|
2548
2548
|
},
|
|
2549
2549
|
p(l, c) {
|
|
2550
|
-
var S, z, E,
|
|
2550
|
+
var S, z, E, Q, W;
|
|
2551
2551
|
c[1] & /*favoriteGamesData*/
|
|
2552
2552
|
1024 && a !== (a = "" + (we + /*gameprops*/
|
|
2553
2553
|
(l[106].cellSize ? (
|
|
@@ -2594,7 +2594,7 @@ function et(t) {
|
|
|
2594
2594
|
1024 && r !== (r = /*gameprops*/
|
|
2595
2595
|
l[106].gameModel.name) && o(e, "gamename", r), c[1] & /*favoriteGamesData*/
|
|
2596
2596
|
1024 && s !== (s = /*gameprops*/
|
|
2597
|
-
(
|
|
2597
|
+
(Q = (E = (z = l[106]) == null ? void 0 : z.gameModel) == null ? void 0 : E.vendor) == null ? void 0 : Q.logo) && o(e, "gamevendor", s), c[1] & /*favoriteGamesData*/
|
|
2598
2598
|
1024 && u !== (u = /*gameprops*/
|
|
2599
2599
|
l[106].launchUrl) && o(e, "gameLaunchUrl", u), c[1] & /*favoriteGamesData*/
|
|
2600
2600
|
1024 && d !== (d = /*gameprops*/
|
|
@@ -3105,7 +3105,7 @@ function Li(t) {
|
|
|
3105
3105
|
}
|
|
3106
3106
|
};
|
|
3107
3107
|
}
|
|
3108
|
-
function
|
|
3108
|
+
function Ai(t) {
|
|
3109
3109
|
let e, a = [], n = /* @__PURE__ */ new Map(), i, r = ze(
|
|
3110
3110
|
/*shownCategoryData*/
|
|
3111
3111
|
t[29]
|
|
@@ -3115,7 +3115,7 @@ function Ri(t) {
|
|
|
3115
3115
|
u[106].id
|
|
3116
3116
|
);
|
|
3117
3117
|
for (let u = 0; u < r.length; u += 1) {
|
|
3118
|
-
let d =
|
|
3118
|
+
let d = Ja(t, r, u), f = s(d);
|
|
3119
3119
|
n.set(f, a[u] = rt(f, d));
|
|
3120
3120
|
}
|
|
3121
3121
|
return {
|
|
@@ -3141,7 +3141,7 @@ function Ri(t) {
|
|
|
3141
3141
|
57600 && (r = ze(
|
|
3142
3142
|
/*shownCategoryData*/
|
|
3143
3143
|
u[29]
|
|
3144
|
-
), a = ut(a, d, s, 1, u, r, n, e, mt, rt, null,
|
|
3144
|
+
), a = ut(a, d, s, 1, u, r, n, e, mt, rt, null, Ja)), d[0] & /*lobbyView, casinogamesgridslider*/
|
|
3145
3145
|
138412032 | d[1] & /*favoriteGamesData, showFavGamesCategory*/
|
|
3146
3146
|
1152 && i !== (i = /*favoriteGamesData*/
|
|
3147
3147
|
(u[41].items.length === 0 && /*showFavGamesCategory*/
|
|
@@ -3157,7 +3157,7 @@ function Ri(t) {
|
|
|
3157
3157
|
}
|
|
3158
3158
|
};
|
|
3159
3159
|
}
|
|
3160
|
-
function
|
|
3160
|
+
function Ri(t) {
|
|
3161
3161
|
let e;
|
|
3162
3162
|
return {
|
|
3163
3163
|
c() {
|
|
@@ -3583,7 +3583,7 @@ function Vi(t) {
|
|
|
3583
3583
|
d[106].id
|
|
3584
3584
|
);
|
|
3585
3585
|
for (let d = 0; d < s.length; d += 1) {
|
|
3586
|
-
let f =
|
|
3586
|
+
let f = Qa(t, s, d), g = u(f);
|
|
3587
3587
|
i.set(g, n[d] = st(g, f));
|
|
3588
3588
|
}
|
|
3589
3589
|
return {
|
|
@@ -3605,7 +3605,7 @@ function Vi(t) {
|
|
|
3605
3605
|
49156 && (s = ze(
|
|
3606
3606
|
/*shownCategoryData*/
|
|
3607
3607
|
d[29]
|
|
3608
|
-
), n = ut(n, f, u, 1, d, s, i, a, mt, st, null,
|
|
3608
|
+
), n = ut(n, f, u, 1, d, s, i, a, mt, st, null, Qa));
|
|
3609
3609
|
},
|
|
3610
3610
|
d(d) {
|
|
3611
3611
|
d && (M(e), M(a)), r && r.d(d);
|
|
@@ -3982,10 +3982,10 @@ function Xi(t) {
|
|
|
3982
3982
|
};
|
|
3983
3983
|
}
|
|
3984
3984
|
const we = "game-tile-";
|
|
3985
|
-
function
|
|
3985
|
+
function Ji(t, e, a) {
|
|
3986
3986
|
let n;
|
|
3987
|
-
|
|
3988
|
-
let { endpoint: i = "" } = e, { datasource: r = "" } = e, { lang: s = "" } = e, { session: u = "" } = e, { userid: d = "" } = e, { favorites: f = "" } = e, { mbsource: g } = e, { clientstyling: h = "" } = e, { clientstylingurl: b = "" } = e, { translationurl: v = "" } = e, { currency: _ = "" } = e, { allowsingleclickgameentry: F = "false" } = e, { categoryid: l = "" } = e, { showgamename: c = "" } = e, { livecasino: S = "false" } = e, { gamepagemodalurl: z = "true" } = e, { integratedgameframedesktop: E = "false" } = e, { integratedgameframemobile:
|
|
3987
|
+
Qt(t, sn, (m) => a(42, n = m));
|
|
3988
|
+
let { endpoint: i = "" } = e, { datasource: r = "" } = e, { lang: s = "" } = e, { session: u = "" } = e, { userid: d = "" } = e, { favorites: f = "" } = e, { mbsource: g } = e, { clientstyling: h = "" } = e, { clientstylingurl: b = "" } = e, { translationurl: v = "" } = e, { currency: _ = "" } = e, { allowsingleclickgameentry: F = "false" } = e, { categoryid: l = "" } = e, { showgamename: c = "" } = e, { livecasino: S = "false" } = e, { gamepagemodalurl: z = "true" } = e, { integratedgameframedesktop: E = "false" } = e, { integratedgameframemobile: Q = "false" } = e, { casinomygames: W = "false" } = e, { addfilterselector: le = "false" } = e, { addsortingselector: Se = "false" } = e, { filterbylogo: Ve = "" } = e, { casinogamesgridslider: Be = "false" } = e, { fetchviaevent: j = "false" } = e, { showallpage: ae = "casino" } = e, { actionevent: de = "CategoryChange" } = e, { displayedgamecount: Xe = "10" } = e, { showallbuttongamescount: Je = "10" } = e, { lobbyscreen: ua = "true" } = e, { usesinglevendorfilter: ma = "false" } = e, { visiblegames: Qe = "10" } = e, { customizesectionicon: ca = "true" } = e, { requiredicon: da = "false" } = e, fe = !0, Me = !1, fa, ga, ue = !0, Ma = window.navigator.userAgent, B, L = [], Ke = {}, ge = !0, ha = Math.max(Number(Qe), 1) || 10, me = !1, Ze = !1, Oe = !1, va = !0, pa = !1, Ne, Ga, Ee, Pe = !1, re, De, ht, vt = {}, wa = "", Ta = "", xe, te = null, Y, Ie = !1, ba = !1, K, oe = [], $e = new AbortController(), ea = new AbortController(), Ge = { items: [], count: 0, name: "" };
|
|
3989
3989
|
const _a = (m) => {
|
|
3990
3990
|
Object.keys(m).forEach((w) => {
|
|
3991
3991
|
ln(w, m[w]);
|
|
@@ -4006,16 +4006,16 @@ function Qi(t, e, a) {
|
|
|
4006
4006
|
y([]);
|
|
4007
4007
|
return;
|
|
4008
4008
|
}
|
|
4009
|
-
const
|
|
4009
|
+
const R = `${i}/v1/player/${w}/favorites`, X = {
|
|
4010
4010
|
method: "GET",
|
|
4011
4011
|
headers: { "X-SessionID": m },
|
|
4012
4012
|
signal: O
|
|
4013
4013
|
};
|
|
4014
|
-
N && a(25, fe = !0), fetch(
|
|
4014
|
+
N && a(25, fe = !0), fetch(R, X).then((A) => A.json()).then((A) => {
|
|
4015
4015
|
var Z;
|
|
4016
4016
|
if (!O.aborted) {
|
|
4017
|
-
if (K = [], Array.isArray(
|
|
4018
|
-
|
|
4017
|
+
if (K = [], Array.isArray(A == null ? void 0 : A.items)) {
|
|
4018
|
+
A.items.forEach((ne) => {
|
|
4019
4019
|
ne.gameModel && (K.push(ne), oe.includes(ne.id) || oe.push(ne.id));
|
|
4020
4020
|
});
|
|
4021
4021
|
const x = (Z = Ca(K)) == null ? void 0 : Z.length;
|
|
@@ -4028,25 +4028,25 @@ function Qi(t, e, a) {
|
|
|
4028
4028
|
x.isFavorite = be(x.id);
|
|
4029
4029
|
}), a(29, L = [...L])), y(K);
|
|
4030
4030
|
}
|
|
4031
|
-
}).catch((
|
|
4032
|
-
|
|
4031
|
+
}).catch((A) => {
|
|
4032
|
+
A.name !== "AbortError" && (a(26, Me = !0), console.error(A), U(A));
|
|
4033
4033
|
}).finally(() => {
|
|
4034
4034
|
N && a(25, fe = !1);
|
|
4035
4035
|
});
|
|
4036
4036
|
});
|
|
4037
|
-
}, wt = ({ endpoint: m, datasource: w, categoryid: k, offset: O, limit: N, lang: D, userAgent: y, vendorFilters: U, vendorSort:
|
|
4037
|
+
}, wt = ({ endpoint: m, datasource: w, categoryid: k, offset: O, limit: N, lang: D, userAgent: y, vendorFilters: U, vendorSort: R, usesinglevendorfilter: X, lobbyView: A, showFavGamesCategory: Z, sortedBy: x }) => {
|
|
4038
4038
|
var We;
|
|
4039
4039
|
const ne = O, _e = N != null ? N : 40;
|
|
4040
4040
|
let Le = k, $;
|
|
4041
4041
|
(k && k.match(/\$/g) || []).length > 1 ? (Le = k.split("$").slice(0, 2).join("$"), $ = new URL(`${m}/v1/casino/groups/${w}/${Le}/subGroups`)) : $ = new URL(`${m}/v1/casino/groups/${w}/${k}`), $.searchParams.set("expand", "games(vendor)"), $.searchParams.set("platform", $t(y)), $.searchParams.set("pagination", `games(offset=${ne},limit=${_e})`), $.searchParams.set("language", D);
|
|
4042
|
-
let
|
|
4043
|
-
ca === "true" && (
|
|
4044
|
-
const
|
|
4045
|
-
if (U && ((We = U[
|
|
4046
|
-
const ia = U[
|
|
4042
|
+
let Ae = "id,name,games";
|
|
4043
|
+
ca === "true" && (Ae += ",icon"), $.searchParams.append("fields", Ae);
|
|
4044
|
+
const Re = X === "true" ? "*" : k;
|
|
4045
|
+
if (U && ((We = U[Re]) != null && We.length) && (X === "true" || A === !1 && Z === !1)) {
|
|
4046
|
+
const ia = U[Re].map((ya) => `games(vendor(id=${ya}))`).join(",");
|
|
4047
4047
|
$.searchParams.set("filter", ia);
|
|
4048
4048
|
}
|
|
4049
|
-
const ye =
|
|
4049
|
+
const ye = R != null && R[k] && R[k] !== "All" ? R[k] : x && x !== "All" ? x : null;
|
|
4050
4050
|
return ye && ($.searchParams.set("sortedField", `games(${ye})`), (ye === "isNew" || ye === "advancedTags(name(hot))") && $.searchParams.set("orderBy", "DES")), $;
|
|
4051
4051
|
}, aa = (m, w, k) => {
|
|
4052
4052
|
$e && $e.abort(), $e = new AbortController();
|
|
@@ -4057,7 +4057,7 @@ function Qi(t, e, a) {
|
|
|
4057
4057
|
throw y.status === 404 && window.postMessage({ type: "NonExistentCategory" }, window.location.origin), new Error(`HTTP ${y.status}`);
|
|
4058
4058
|
return y.json();
|
|
4059
4059
|
}).then((y) => {
|
|
4060
|
-
var U,
|
|
4060
|
+
var U, R, X, A;
|
|
4061
4061
|
if (!O.aborted) {
|
|
4062
4062
|
if (a(25, fe = !1), a(26, Me = !1), (w && w.match(/\$/g) || []).length > 1 && (y = Array.isArray(y == null ? void 0 : y.items) && (U = y.items.find((Z) => Z.id === w)) != null ? U : y), y == null) {
|
|
4063
4063
|
a(26, Me = !0), D(new Error("Category not found"));
|
|
@@ -4067,7 +4067,7 @@ function Qi(t, e, a) {
|
|
|
4067
4067
|
a(26, Me = !0), D(new Error("Category games data missing"));
|
|
4068
4068
|
return;
|
|
4069
4069
|
}
|
|
4070
|
-
Ga = (X = (
|
|
4070
|
+
Ga = (X = (R = y == null ? void 0 : y.games) == null ? void 0 : R.total) != null ? X : 0, k && Array.isArray((A = y == null ? void 0 : y.games) == null ? void 0 : A.items) && y.games.items.forEach((Z) => {
|
|
4071
4071
|
Z.isFavorite = be(Z.id);
|
|
4072
4072
|
}), a(35, pa = !0), N(y);
|
|
4073
4073
|
}
|
|
@@ -4093,14 +4093,14 @@ function Qi(t, e, a) {
|
|
|
4093
4093
|
showFavGamesCategory: Pe,
|
|
4094
4094
|
sortedBy: Ta
|
|
4095
4095
|
});
|
|
4096
|
-
f == "true" ? Ue(u, d).then((
|
|
4097
|
-
aa(U, m,
|
|
4096
|
+
f == "true" ? Ue(u, d).then((R) => {
|
|
4097
|
+
aa(U, m, R).then(O).catch(N);
|
|
4098
4098
|
}).catch(N) : aa(U, m, null).then(O).catch(N);
|
|
4099
4099
|
}), na = (m) => {
|
|
4100
4100
|
var k, O, N, D, y;
|
|
4101
4101
|
if (m == null)
|
|
4102
4102
|
return;
|
|
4103
|
-
const w = m.games != null ? m : Aa(
|
|
4103
|
+
const w = m.games != null ? m : Ra(Aa({}, m), {
|
|
4104
4104
|
games: {
|
|
4105
4105
|
count: 0,
|
|
4106
4106
|
total: 0,
|
|
@@ -4117,7 +4117,7 @@ function Qi(t, e, a) {
|
|
|
4117
4117
|
}, _t = (m, w, k) => {
|
|
4118
4118
|
m !== "" && (a(31, me = !1), a(27, ue = !0), a(1, le = "false"), a(2, Se = "false"), a(33, Oe = !1), a(30, ge = +w > +k), ta(m, 0, +w).then(na));
|
|
4119
4119
|
}, Fa = (m) => {
|
|
4120
|
-
var w, k, O, N, D, y, U,
|
|
4120
|
+
var w, k, O, N, D, y, U, R, X, A, Z, x, ne, _e, Le, $, Ae, Re, ye, We, ia;
|
|
4121
4121
|
if (!(!m.data || m.data == null))
|
|
4122
4122
|
switch (m.data.type) {
|
|
4123
4123
|
case "MostPlayedData":
|
|
@@ -4165,7 +4165,7 @@ function Qi(t, e, a) {
|
|
|
4165
4165
|
a(31, me = !1), a(32, Ze = !1);
|
|
4166
4166
|
break;
|
|
4167
4167
|
case "SearchData":
|
|
4168
|
-
a(31, me = !0), a(32, Ze = !1), a(29, L = (
|
|
4168
|
+
a(31, me = !0), a(32, Ze = !1), a(29, L = (R = (U = (y = m.data) == null ? void 0 : y.searchData) == null ? void 0 : U.items) != null ? R : []), a(33, Oe = !0), (X = m.data) != null && X.receivedFavoriteResults && (K = (A = m.data.receivedFavoriteResults.items) != null ? A : []), L && L.forEach((q) => {
|
|
4169
4169
|
q.isFavorite = be(q.id);
|
|
4170
4170
|
});
|
|
4171
4171
|
break;
|
|
@@ -4190,10 +4190,10 @@ function Qi(t, e, a) {
|
|
|
4190
4190
|
kt(`${i}/v1/player/${d}/favorites`, u, ($ = m.data) == null ? void 0 : $.id);
|
|
4191
4191
|
break;
|
|
4192
4192
|
case `SetFavoredGame${l}`:
|
|
4193
|
-
yt(`${i}/v1/player/${d}/favorites`, u, (
|
|
4193
|
+
yt(`${i}/v1/player/${d}/favorites`, u, (Ae = m.data) == null ? void 0 : Ae.id);
|
|
4194
4194
|
break;
|
|
4195
4195
|
case "UserSessionID":
|
|
4196
|
-
fa = (
|
|
4196
|
+
fa = (Re = m.data) == null ? void 0 : Re.session, ga = (ye = m.data) == null ? void 0 : ye.userID;
|
|
4197
4197
|
const ya = f === "true", Ut = typeof ga == "string" && ga.length > 0, Lt = typeof fa == "string" && fa.length > 0;
|
|
4198
4198
|
ya && Ut && Lt && Ue(u, d, {
|
|
4199
4199
|
handleLoading: !0,
|
|
@@ -4213,7 +4213,7 @@ function Qi(t, e, a) {
|
|
|
4213
4213
|
{
|
|
4214
4214
|
type: `CategoryData_${l}`,
|
|
4215
4215
|
categoryId: l,
|
|
4216
|
-
visiblegames:
|
|
4216
|
+
visiblegames: Qe
|
|
4217
4217
|
},
|
|
4218
4218
|
window.location.href
|
|
4219
4219
|
) : Da();
|
|
@@ -4289,8 +4289,8 @@ function Qi(t, e, a) {
|
|
|
4289
4289
|
if (!Ke[m])
|
|
4290
4290
|
return B && B.id === m && L.length >= ((y = (D = B == null ? void 0 : B.games) == null ? void 0 : D.total) != null ? y : 0) ? w(se.END) : w(se.MORE);
|
|
4291
4291
|
const O = new URL(Ke[m]), N = (U) => {
|
|
4292
|
-
var
|
|
4293
|
-
a(29, L = [...L, ...(X = (
|
|
4292
|
+
var R, X, A, Z, x, ne, _e;
|
|
4293
|
+
a(29, L = [...L, ...(X = (R = U == null ? void 0 : U.games) == null ? void 0 : R.items) != null ? X : []]), Ke[m] = (x = (Z = (A = U == null ? void 0 : U.games) == null ? void 0 : A.pages) == null ? void 0 : Z.next) != null ? x : null, L.length < ((_e = (ne = U == null ? void 0 : U.games) == null ? void 0 : ne.total) != null ? _e : 0) ? w(se.MORE) : w(se.END);
|
|
4294
4294
|
};
|
|
4295
4295
|
f == "true" ? Ue(u, d).then((U) => {
|
|
4296
4296
|
aa(O, m, U).then(N).catch(() => w(se.END));
|
|
@@ -4304,8 +4304,8 @@ function Qi(t, e, a) {
|
|
|
4304
4304
|
return w.forEach((y, U) => {
|
|
4305
4305
|
if (!Array.isArray(y == null ? void 0 : y.schedules) || y.schedules.length === 0)
|
|
4306
4306
|
return;
|
|
4307
|
-
const
|
|
4308
|
-
ja(new Date(X), new Date(D)) < O && (O = ja(new Date(X), new Date(D)), N = U), pi(new Date(D), new Date(
|
|
4307
|
+
const R = new Date(y.schedules[0].startTime), X = new Date(y.schedules[0].endTime);
|
|
4308
|
+
ja(new Date(X), new Date(D)) < O && (O = ja(new Date(X), new Date(D)), N = U), pi(new Date(D), new Date(R)) && wi(new Date(D), new Date(X)) && N !== void 0 && w[N] && (k = w[N].name);
|
|
4309
4309
|
}), k;
|
|
4310
4310
|
}, Mt = (m) => da !== "true" ? void 0 : Object.values(m != null ? m : {}).pop(), Ea = (m) => {
|
|
4311
4311
|
a(30, ge = !1), window.postMessage(
|
|
@@ -4384,12 +4384,12 @@ function Qi(t, e, a) {
|
|
|
4384
4384
|
});
|
|
4385
4385
|
}
|
|
4386
4386
|
return t.$$set = (m) => {
|
|
4387
|
-
"endpoint" in m && a(3, i = m.endpoint), "datasource" in m && a(4, r = m.datasource), "lang" in m && a(5, s = m.lang), "session" in m && a(6, u = m.session), "userid" in m && a(7, d = m.userid), "favorites" in m && a(8, f = m.favorites), "mbsource" in m && a(9, g = m.mbsource), "clientstyling" in m && a(10, h = m.clientstyling), "clientstylingurl" in m && a(11, b = m.clientstylingurl), "translationurl" in m && a(12, v = m.translationurl), "currency" in m && a(13, _ = m.currency), "allowsingleclickgameentry" in m && a(14, F = m.allowsingleclickgameentry), "categoryid" in m && a(0, l = m.categoryid), "showgamename" in m && a(15, c = m.showgamename), "livecasino" in m && a(16, S = m.livecasino), "gamepagemodalurl" in m && a(17, z = m.gamepagemodalurl), "integratedgameframedesktop" in m && a(18, E = m.integratedgameframedesktop), "integratedgameframemobile" in m && a(19,
|
|
4387
|
+
"endpoint" in m && a(3, i = m.endpoint), "datasource" in m && a(4, r = m.datasource), "lang" in m && a(5, s = m.lang), "session" in m && a(6, u = m.session), "userid" in m && a(7, d = m.userid), "favorites" in m && a(8, f = m.favorites), "mbsource" in m && a(9, g = m.mbsource), "clientstyling" in m && a(10, h = m.clientstyling), "clientstylingurl" in m && a(11, b = m.clientstylingurl), "translationurl" in m && a(12, v = m.translationurl), "currency" in m && a(13, _ = m.currency), "allowsingleclickgameentry" in m && a(14, F = m.allowsingleclickgameentry), "categoryid" in m && a(0, l = m.categoryid), "showgamename" in m && a(15, c = m.showgamename), "livecasino" in m && a(16, S = m.livecasino), "gamepagemodalurl" in m && a(17, z = m.gamepagemodalurl), "integratedgameframedesktop" in m && a(18, E = m.integratedgameframedesktop), "integratedgameframemobile" in m && a(19, Q = m.integratedgameframemobile), "casinomygames" in m && a(20, W = m.casinomygames), "addfilterselector" in m && a(1, le = m.addfilterselector), "addsortingselector" in m && a(2, Se = m.addsortingselector), "filterbylogo" in m && a(21, Ve = m.filterbylogo), "casinogamesgridslider" in m && a(22, Be = m.casinogamesgridslider), "fetchviaevent" in m && a(48, j = m.fetchviaevent), "showallpage" in m && a(49, ae = m.showallpage), "actionevent" in m && a(50, de = m.actionevent), "displayedgamecount" in m && a(51, Xe = m.displayedgamecount), "showallbuttongamescount" in m && a(52, Je = m.showallbuttongamescount), "lobbyscreen" in m && a(53, ua = m.lobbyscreen), "usesinglevendorfilter" in m && a(23, ma = m.usesinglevendorfilter), "visiblegames" in m && a(54, Qe = m.visiblegames), "customizesectionicon" in m && a(55, ca = m.customizesectionicon), "requiredicon" in m && a(56, da = m.requiredicon);
|
|
4388
4388
|
}, t.$$.update = () => {
|
|
4389
4389
|
t.$$.dirty[0] & /*lang*/
|
|
4390
4390
|
32 && s && Ft(), t.$$.dirty[0] & /*endpoint, lang, categoryid, datasource*/
|
|
4391
4391
|
57 | t.$$.dirty[1] & /*fetchviaevent, displayedgamecount, showallbuttongamescount*/
|
|
4392
|
-
3276800 && (j === "false" || j === "") && i && s && l && r && Xe &&
|
|
4392
|
+
3276800 && (j === "false" || j === "") && i && s && l && r && Xe && Je && _t(l, Xe, Je), t.$$.dirty[0] & /*favorites, endpoint, session, userid*/
|
|
4393
4393
|
456 && f === "true" && i && u && d && Ue(u, d, {
|
|
4394
4394
|
handleLoading: !0,
|
|
4395
4395
|
updateShownCategory: !0
|
|
@@ -4421,7 +4421,7 @@ function Qi(t, e, a) {
|
|
|
4421
4421
|
S,
|
|
4422
4422
|
z,
|
|
4423
4423
|
E,
|
|
4424
|
-
|
|
4424
|
+
Q,
|
|
4425
4425
|
W,
|
|
4426
4426
|
Ve,
|
|
4427
4427
|
Be,
|
|
@@ -4454,9 +4454,9 @@ function Qi(t, e, a) {
|
|
|
4454
4454
|
ae,
|
|
4455
4455
|
de,
|
|
4456
4456
|
Xe,
|
|
4457
|
-
Qe,
|
|
4458
|
-
ua,
|
|
4459
4457
|
Je,
|
|
4458
|
+
ua,
|
|
4459
|
+
Qe,
|
|
4460
4460
|
ca,
|
|
4461
4461
|
da,
|
|
4462
4462
|
De,
|
|
@@ -4474,7 +4474,7 @@ class gt extends Vt {
|
|
|
4474
4474
|
super(), Bt(
|
|
4475
4475
|
this,
|
|
4476
4476
|
e,
|
|
4477
|
-
|
|
4477
|
+
Ji,
|
|
4478
4478
|
Xi,
|
|
4479
4479
|
Xt,
|
|
4480
4480
|
{
|