@everymatrix/casino-last-played-section 1.55.0 → 1.56.0
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-BAdLTnAD.cjs +5 -0
- package/components/{CasinoFilter-D9GxWv_2.js → CasinoFilter-fbj0IAUu.js} +960 -982
- package/components/{CasinoFilter-CcGaG3ex.js → CasinoFilter-whrvW_Wr.js} +994 -1016
- package/components/{CasinoGameThumbnail-O5kps24w.js → CasinoGameThumbnail-ByOsKdAz.js} +569 -553
- package/components/CasinoGameThumbnail-CC4Sp_8e.cjs +47 -0
- package/components/{CasinoGameThumbnail-C_pO1yTw.js → CasinoGameThumbnail-DDm68IkO.js} +1116 -1132
- package/components/{CasinoGamesCategorySection-D45-SyaF.js → CasinoGamesCategorySection-BRqdWRg5.js} +1081 -1117
- package/components/{CasinoGamesCategorySection-aoiRWaqn.js → CasinoGamesCategorySection-CrUw-cLw.js} +620 -656
- package/components/CasinoGamesCategorySection-vJ4GHywW.cjs +1 -0
- package/components/{CasinoLastPlayedSection-DHAu6h0I.js → CasinoLastPlayedSection-D4dTjl7E.js} +37 -37
- package/components/CasinoLastPlayedSection-DlJKCpxK.cjs +1 -0
- package/components/{CasinoLastPlayedSection-DgfWeGK3.js → CasinoLastPlayedSection-WecykxfL.js} +29 -29
- package/components/CasinoSort-CkG6j04g.js +427 -0
- package/components/CasinoSort-DipisPF3.cjs +1 -0
- package/components/CasinoSort-Pgz0Acwm.js +428 -0
- package/es2015/casino-last-played-section.cjs +1 -1
- package/es2015/casino-last-played-section.js +1 -1
- package/esnext/casino-last-played-section.js +1 -1
- package/package.json +1 -1
- package/components/CasinoFilter-CJJQfG-H.cjs +0 -5
- package/components/CasinoGameThumbnail-B5F2b_gj.cjs +0 -47
- package/components/CasinoGamesCategorySection-gkpB3kQF.cjs +0 -1
- package/components/CasinoLastPlayedSection-C7GG9KpG.cjs +0 -1
- package/components/CasinoSort-B6oacblG.js +0 -428
- package/components/CasinoSort-BpcWn3OF.cjs +0 -1
- package/components/CasinoSort-xzzdKSv3.js +0 -427
package/components/{CasinoGamesCategorySection-D45-SyaF.js → CasinoGamesCategorySection-BRqdWRg5.js}
RENAMED
@@ -1,28 +1,28 @@
|
|
1
|
-
var Ie = (
|
2
|
-
var
|
1
|
+
var Ie = (t, a, i) => new Promise((o, s) => {
|
2
|
+
var l = (u) => {
|
3
3
|
try {
|
4
4
|
c(i.next(u));
|
5
|
-
} catch (
|
6
|
-
|
5
|
+
} catch (g) {
|
6
|
+
s(g);
|
7
7
|
}
|
8
8
|
}, m = (u) => {
|
9
9
|
try {
|
10
10
|
c(i.throw(u));
|
11
|
-
} catch (
|
12
|
-
|
11
|
+
} catch (g) {
|
12
|
+
s(g);
|
13
13
|
}
|
14
|
-
}, c = (u) => u.done ? o(u.value) : Promise.resolve(u.value).then(
|
15
|
-
c((i = i.apply(
|
14
|
+
}, c = (u) => u.done ? o(u.value) : Promise.resolve(u.value).then(l, m);
|
15
|
+
c((i = i.apply(t, a)).next());
|
16
16
|
});
|
17
|
-
import { a as
|
18
|
-
import { h as Ne } from "./CasinoGameThumbnail-
|
19
|
-
function
|
20
|
-
|
17
|
+
import { a as La, $ as Ta, S as Pa, i as Da, s as Ua, f as I, b as Oa, n as pe, d as y, h as S, k as C, e as h, o as Va, p as Ha, v as qa, G as He, w as oe, r as Z, j as k, l as B, u as be, g as O, m as D, x as se, I as da, J as n, K as ha, y as Wa, q as Ba, A as x, B as Ya, C as Ja, D as Ka, E as Xa, F as Za } from "./CasinoFilter-whrvW_Wr.js";
|
18
|
+
import { h as Ne } from "./CasinoGameThumbnail-ByOsKdAz.js";
|
19
|
+
function Qe(t, a) {
|
20
|
+
La(t, a);
|
21
21
|
}
|
22
|
-
function
|
23
|
-
|
22
|
+
function Qa(t) {
|
23
|
+
Ta.set(t);
|
24
24
|
}
|
25
|
-
const
|
25
|
+
const xe = {
|
26
26
|
en: {
|
27
27
|
showMore: "More",
|
28
28
|
viewAll: "Show all",
|
@@ -222,7 +222,7 @@ const $e = {
|
|
222
222
|
}
|
223
223
|
};
|
224
224
|
if (typeof window != "undefined") {
|
225
|
-
let
|
225
|
+
let t = function(a) {
|
226
226
|
return function(...i) {
|
227
227
|
try {
|
228
228
|
return a.apply(this, i);
|
@@ -233,12 +233,12 @@ if (typeof window != "undefined") {
|
|
233
233
|
}
|
234
234
|
};
|
235
235
|
};
|
236
|
-
customElements.define =
|
236
|
+
customElements.define = t(customElements.define), import("./CasinoGameThumbnail-ByOsKdAz.js").then((a) => a.C).then(({ default: a }) => {
|
237
237
|
!customElements.get("casino-game-thumbnail") && customElements.define("casino-game-thumbnail", a.element);
|
238
238
|
});
|
239
239
|
}
|
240
240
|
if (typeof window != "undefined") {
|
241
|
-
let
|
241
|
+
let t = function(a) {
|
242
242
|
return function(...i) {
|
243
243
|
try {
|
244
244
|
return a.apply(this, i);
|
@@ -249,12 +249,12 @@ if (typeof window != "undefined") {
|
|
249
249
|
}
|
250
250
|
};
|
251
251
|
};
|
252
|
-
customElements.define =
|
252
|
+
customElements.define = t(customElements.define), import("./CasinoFilter-whrvW_Wr.js").then((a) => a.M).then(({ default: a }) => {
|
253
253
|
!customElements.get("casino-filter") && customElements.define("casino-filter", a.element);
|
254
254
|
});
|
255
255
|
}
|
256
256
|
if (typeof window != "undefined") {
|
257
|
-
let
|
257
|
+
let t = function(a) {
|
258
258
|
return function(...i) {
|
259
259
|
try {
|
260
260
|
return a.apply(this, i);
|
@@ -265,1260 +265,1242 @@ if (typeof window != "undefined") {
|
|
265
265
|
}
|
266
266
|
};
|
267
267
|
};
|
268
|
-
customElements.define =
|
268
|
+
customElements.define = t(customElements.define), import("./CasinoSort-Pgz0Acwm.js").then(({ default: a }) => {
|
269
269
|
!customElements.get("casino-sort") && customElements.define("casino-sort", a.element);
|
270
270
|
});
|
271
271
|
}
|
272
|
-
function
|
273
|
-
|
272
|
+
function xa(t) {
|
273
|
+
Oa(t, "svelte-1waqefp", '*,*::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:5px;background-color:transparent}.CustomScroll::-webkit-scrollbar{height:5px;background-color:transparent}.CustomScroll::-webkit-scrollbar-thumb{border-radius: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, var(--emw--color-contrast, #FFFFFF));font-size:22px;font-weight:500}.CategoryLoadMore{font-size:14px;color:var(--emw--casino-typography, var(--emw--color-contrast, #FFFFFF))}.NoSearchResults{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));text-align:center;width:100%;padding-left:5px;font-size:16px}.NoRecentSearches{padding-bottom:30px}.NoRecentSearchesCenter{text-align:center}.NoFavoriteGames{color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size: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:600;font-size:18px;padding:15px 0}.NoFavoriteGamesMobile{height:50vh}.SearchWaiting{grid-column:1/-1;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size:13px;text-align:center}.CasinoGamesHeader{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 0 0;margin-bottom:16px}.CasinoGamesHeader .CategoryNameLink{display:block;cursor:pointer}.CasinoGamesHeader .CategoryLoadMore{font-weight:normal}.CasinoGamesHeader.Searched{justify-content:center}.CasinoGamesContainer{width:100%;margin-top:24px;padding-bottom:16px}.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(192px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 192px);grid-auto-rows:192px;grid-auto-columns:192px;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:28px}.CasinoGamesGridSlider{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(182px, 46%), 2fr));grid-template-rows:repeat(auto-fill, 182px);grid-auto-rows:182px;grid-auto-columns:182px;grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px;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:28px}.CategoryFilterContainer{display:grid;grid-template-columns:1fr 1fr;gap:20px}@container (max-width: 768px){.CasinoGamesHeader{align-items:unset;flex-direction:row;flex-wrap:wrap}.CategoryName{margin-bottom:20px}.CategoryFilterContainer{width:100%}}@container (min-width: 1100px){.CasinoGamesGrid{grid-template-rows:repeat(auto-fill, 142px);grid-auto-rows:142px}}.SearchLoading{display:block;padding:50px;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF))}.lds-dual-ring{display:block;width:80px;height:80px;margin:0 auto}.lds-dual-ring:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));border-color:var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C)) transparent var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C));animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@container (max-width: 385px){.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(110px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 110px);grid-auto-rows:110px;grid-auto-columns:110px}.CasinoGamesGrid.GamesListIncreasedGap{gap:16px}.CasinoGamesGridSlider{display:grid;gap:16px !important;grid-template-columns:repeat(auto-fill, minmax(min(100px, 46%), 2fr));grid-template-rows:repeat(auto-fill, 100px);grid-auto-rows:100px;grid-auto-columns:100px;grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:10px !important}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px !important}}@container (max-width: 410px){.CasinoGamesGridSlider{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(100px, 46%), 2fr));grid-template-rows:repeat(auto-fill, 100px);grid-auto-rows:100px;grid-auto-columns:100px;grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:10px !important}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px !important}}@container (max-width: 480px){.CategoryFilterContainer{gap:16px}.CasinoGamesGrid{display:grid;gap:16px;grid-template-columns:repeat(auto-fill, minmax(min(122px, 46%), 1fr));grid-template-rows:repeat(auto-fill, 122px);grid-auto-rows:122px;grid-auto-columns:122px}.CasinoGamesGrid.GamesListIncreasedGap{gap:16px}.CasinoGamesGridSlider{display:grid;gap:16px !important;grid-template-columns:repeat(auto-fill, minmax(min(105px, 46%), 2fr));grid-template-rows:repeat(auto-fill, 105px);grid-auto-rows:105px;grid-auto-columns:105px;grid-auto-flow:column;overflow-x:auto;overflow-y:hidden;padding-bottom:5px}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoName{font-size:10px !important}.CasinoGamesGridSlider .GameInnerContainer .GameInfoWrapper .GameInfoVendor{font-size:10px !important}}');
|
274
274
|
}
|
275
|
-
function
|
276
|
-
const o =
|
275
|
+
function $e(t, a, i) {
|
276
|
+
const o = t.slice();
|
277
277
|
return o[91] = a[i], o[93] = i, o;
|
278
278
|
}
|
279
|
-
function
|
280
|
-
const o =
|
279
|
+
function ea(t, a, i) {
|
280
|
+
const o = t.slice();
|
281
281
|
return o[91] = a[i], o[94] = a, o[93] = i, o;
|
282
282
|
}
|
283
|
-
function
|
284
|
-
const o =
|
283
|
+
function aa(t, a, i) {
|
284
|
+
const o = t.slice();
|
285
285
|
return o[91] = a[i], o[93] = i, o;
|
286
286
|
}
|
287
|
-
function
|
287
|
+
function $a(t) {
|
288
288
|
let a;
|
289
|
-
function i(
|
289
|
+
function i(l, m) {
|
290
290
|
if (
|
291
291
|
/*categoryData*/
|
292
|
-
|
292
|
+
l[27]
|
293
293
|
) return ti;
|
294
294
|
if (
|
295
295
|
/*showFavGamesCategory*/
|
296
|
-
|
297
|
-
) return
|
296
|
+
l[38]
|
297
|
+
) return ii;
|
298
298
|
}
|
299
|
-
let o = i(
|
299
|
+
let o = i(t), s = o && o(t);
|
300
300
|
return {
|
301
301
|
c() {
|
302
|
-
a = C("div"),
|
302
|
+
a = C("div"), s && s.c();
|
303
303
|
},
|
304
|
-
m(
|
305
|
-
|
304
|
+
m(l, m) {
|
305
|
+
S(l, a, m), s && s.m(a, null);
|
306
306
|
},
|
307
|
-
p(
|
308
|
-
o === (o = i(
|
307
|
+
p(l, m) {
|
308
|
+
o === (o = i(l)) && s ? s.p(l, m) : (s && s.d(1), s = o && o(l), s && (s.c(), s.m(a, null)));
|
309
309
|
},
|
310
|
-
d(
|
311
|
-
|
310
|
+
d(l) {
|
311
|
+
l && y(a), s && s.d();
|
312
312
|
}
|
313
313
|
};
|
314
314
|
}
|
315
|
-
function
|
315
|
+
function ei(t) {
|
316
316
|
let a, i, o;
|
317
|
-
function
|
317
|
+
function s(_, b) {
|
318
318
|
return (
|
319
319
|
/*recentSearched*/
|
320
|
-
_[31] ?
|
320
|
+
_[31] ? wi : (
|
321
321
|
/*shownCategoryData*/
|
322
|
-
_[28].length ?
|
322
|
+
_[28].length ? bi : vi
|
323
323
|
)
|
324
324
|
);
|
325
325
|
}
|
326
|
-
let
|
326
|
+
let l = s(t), m = l(t);
|
327
327
|
function c(_, b) {
|
328
328
|
return (
|
329
329
|
/*shownCategoryData*/
|
330
|
-
_[28] ?
|
330
|
+
_[28] ? yi : ki
|
331
331
|
);
|
332
332
|
}
|
333
|
-
let u = c(
|
333
|
+
let u = c(t), g = u(t);
|
334
334
|
return {
|
335
335
|
c() {
|
336
|
-
a = C("div"), i = C("div"), m.c(), o =
|
336
|
+
a = C("div"), i = C("div"), m.c(), o = B(), g.c(), h(i, "class", "CasinoGamesHeader Searched " + (be(
|
337
337
|
/*userAgent*/
|
338
|
-
|
338
|
+
t[43]
|
339
339
|
) ? "CasinoGamesHeaderMobile" : "")), h(a, "class", "CasinoGamesContainer");
|
340
340
|
},
|
341
341
|
m(_, b) {
|
342
|
-
|
342
|
+
S(_, a, b), k(a, i), m.m(i, null), k(a, o), g.m(a, null);
|
343
343
|
},
|
344
344
|
p(_, b) {
|
345
|
-
|
345
|
+
l === (l = s(_)) && m ? m.p(_, b) : (m.d(1), m = l(_), m && (m.c(), m.m(i, null))), u === (u = c(_)) && g ? g.p(_, b) : (g.d(1), g = u(_), g && (g.c(), g.m(a, null)));
|
346
346
|
},
|
347
347
|
d(_) {
|
348
|
-
_ &&
|
348
|
+
_ && y(a), m.d(), g.d();
|
349
349
|
}
|
350
350
|
};
|
351
351
|
}
|
352
|
-
function
|
352
|
+
function ai(t) {
|
353
353
|
let a;
|
354
|
-
function i(
|
354
|
+
function i(l, m) {
|
355
355
|
return (
|
356
356
|
/*presentFilters*/
|
357
|
-
|
357
|
+
l[33] ? Fi : Si
|
358
358
|
);
|
359
359
|
}
|
360
|
-
let o = i(
|
360
|
+
let o = i(t), s = o(t);
|
361
361
|
return {
|
362
362
|
c() {
|
363
|
-
|
363
|
+
s.c(), a = Z();
|
364
364
|
},
|
365
|
-
m(
|
366
|
-
|
365
|
+
m(l, m) {
|
366
|
+
s.m(l, m), S(l, a, m);
|
367
367
|
},
|
368
|
-
p(
|
369
|
-
o !== (o = i(
|
368
|
+
p(l, m) {
|
369
|
+
o !== (o = i(l)) && (s.d(1), s = o(l), s && (s.c(), s.m(a.parentNode, a)));
|
370
370
|
},
|
371
|
-
d(
|
372
|
-
|
371
|
+
d(l) {
|
372
|
+
l && y(a), s.d(l);
|
373
373
|
}
|
374
374
|
};
|
375
375
|
}
|
376
|
-
function
|
377
|
-
let a, i, o,
|
376
|
+
function ii(t) {
|
377
|
+
let a, i, o, s, l = (
|
378
378
|
/*casinomygames*/
|
379
|
-
|
379
|
+
t[18] !== "true" && ia(t)
|
380
380
|
);
|
381
|
-
function m(
|
381
|
+
function m(g, _) {
|
382
382
|
return (
|
383
383
|
/*isLoading*/
|
384
|
-
|
385
|
-
|
384
|
+
g[24] && !/*isLazyLoading*/
|
385
|
+
g[35] ? si : (
|
386
386
|
/*favoriteGamesData*/
|
387
|
-
|
387
|
+
g[41] ? oi : ni
|
388
388
|
)
|
389
389
|
);
|
390
390
|
}
|
391
|
-
let c = m(
|
391
|
+
let c = m(t), u = c(t);
|
392
392
|
return {
|
393
393
|
c() {
|
394
|
-
a = C("div"),
|
395
|
-
(
|
394
|
+
a = C("div"), l && l.c(), i = B(), o = C("ul"), u.c(), h(o, "class", s = /*favoriteGamesData*/
|
395
|
+
(t[41].items.length != 0 ? "CasinoGamesGrid" : "") + " 'GamesListIncreasedGap'}"), h(a, "class", "CasinoGamesContainer");
|
396
396
|
},
|
397
|
-
m(
|
398
|
-
|
397
|
+
m(g, _) {
|
398
|
+
S(g, a, _), l && l.m(a, null), k(a, i), k(a, o), u.m(o, null), t[57](o);
|
399
399
|
},
|
400
|
-
p(
|
400
|
+
p(g, _) {
|
401
401
|
/*casinomygames*/
|
402
|
-
|
403
|
-
1024 &&
|
404
|
-
(
|
402
|
+
g[18] !== "true" ? l ? l.p(g, _) : (l = ia(g), l.c(), l.m(a, i)) : l && (l.d(1), l = null), c === (c = m(g)) && u ? u.p(g, _) : (u.d(1), u = c(g), u && (u.c(), u.m(o, null))), _[1] & /*favoriteGamesData*/
|
403
|
+
1024 && s !== (s = /*favoriteGamesData*/
|
404
|
+
(g[41].items.length != 0 ? "CasinoGamesGrid" : "") + " 'GamesListIncreasedGap'}") && h(o, "class", s);
|
405
405
|
},
|
406
|
-
d(
|
407
|
-
|
406
|
+
d(g) {
|
407
|
+
g && y(a), l && l.d(), u.d(), t[57](null);
|
408
408
|
}
|
409
409
|
};
|
410
410
|
}
|
411
|
-
function ti(
|
411
|
+
function ti(t) {
|
412
412
|
let a, i, o = (
|
413
413
|
/*casinomygames*/
|
414
|
-
|
414
|
+
t[18] !== "true" && ra(t)
|
415
415
|
);
|
416
|
-
function
|
416
|
+
function s(c, u) {
|
417
417
|
return (
|
418
418
|
/*isLoading*/
|
419
419
|
c[24] && !/*isLazyLoading*/
|
420
|
-
c[35] ?
|
420
|
+
c[35] ? _i : (
|
421
421
|
/*shownCategoryData*/
|
422
|
-
c[28].length !== 0 ?
|
422
|
+
c[28].length !== 0 ? hi : di
|
423
423
|
)
|
424
424
|
);
|
425
425
|
}
|
426
|
-
let
|
426
|
+
let l = s(t), m = l(t);
|
427
427
|
return {
|
428
428
|
c() {
|
429
|
-
a = C("div"), o && o.c(), i =
|
429
|
+
a = C("div"), o && o.c(), i = B(), m.c(), h(a, "class", "CasinoGamesContainer");
|
430
430
|
},
|
431
431
|
m(c, u) {
|
432
|
-
|
432
|
+
S(c, a, u), o && o.m(a, null), k(a, i), m.m(a, null);
|
433
433
|
},
|
434
434
|
p(c, u) {
|
435
435
|
/*casinomygames*/
|
436
|
-
c[18] !== "true" ? o ? o.p(c, u) : (o =
|
436
|
+
c[18] !== "true" ? o ? o.p(c, u) : (o = ra(c), o.c(), o.m(a, i)) : o && (o.d(1), o = null), l === (l = s(c)) && m ? m.p(c, u) : (m.d(1), m = l(c), m && (m.c(), m.m(a, null)));
|
437
437
|
},
|
438
438
|
d(c) {
|
439
|
-
c &&
|
439
|
+
c && y(a), o && o.d(), m.d();
|
440
440
|
}
|
441
441
|
};
|
442
442
|
}
|
443
|
-
function
|
443
|
+
function ia(t) {
|
444
444
|
let a, i, o = (
|
445
445
|
/*$_*/
|
446
|
-
|
447
|
-
),
|
446
|
+
t[42]("favorites") + ""
|
447
|
+
), s, l, m, c, u = (
|
448
448
|
/*favoriteGamesData*/
|
449
|
-
|
450
|
-
),
|
449
|
+
t[41].items.length + ""
|
450
|
+
), g, _;
|
451
451
|
return {
|
452
452
|
c() {
|
453
|
-
a = C("div"), i = C("h3"),
|
453
|
+
a = C("div"), i = C("h3"), s = D(o), l = B(), m = C("span"), c = D("("), g = D(u), _ = D(")"), h(m, "class", "CategoryFavName"), h(i, "class", "CategoryName"), h(a, "class", "CasinoGamesHeader");
|
454
454
|
},
|
455
455
|
m(b, F) {
|
456
|
-
|
456
|
+
S(b, a, F), k(a, i), k(i, s), k(i, l), k(i, m), k(m, c), k(m, g), k(m, _), t[56](i);
|
457
457
|
},
|
458
458
|
p(b, F) {
|
459
459
|
F[1] & /*$_*/
|
460
460
|
2048 && o !== (o = /*$_*/
|
461
|
-
b[42]("favorites") + "") &&
|
461
|
+
b[42]("favorites") + "") && O(s, o), F[1] & /*favoriteGamesData*/
|
462
462
|
1024 && u !== (u = /*favoriteGamesData*/
|
463
|
-
b[41].items.length + "") &&
|
463
|
+
b[41].items.length + "") && O(g, u);
|
464
464
|
},
|
465
465
|
d(b) {
|
466
|
-
b &&
|
466
|
+
b && y(a), t[56](null);
|
467
467
|
}
|
468
468
|
};
|
469
469
|
}
|
470
|
-
function
|
470
|
+
function ni(t) {
|
471
471
|
let a, i = (
|
472
472
|
/*$_*/
|
473
|
-
|
473
|
+
t[42]("waiting") + ""
|
474
474
|
), o;
|
475
475
|
return {
|
476
476
|
c() {
|
477
|
-
a = C("p"), o =
|
477
|
+
a = C("p"), o = D(i);
|
478
478
|
},
|
479
|
-
m(
|
480
|
-
|
479
|
+
m(s, l) {
|
480
|
+
S(s, a, l), k(a, o);
|
481
481
|
},
|
482
|
-
p(
|
483
|
-
|
482
|
+
p(s, l) {
|
483
|
+
l[1] & /*$_*/
|
484
484
|
2048 && i !== (i = /*$_*/
|
485
|
-
|
485
|
+
s[42]("waiting") + "") && O(o, i);
|
486
486
|
},
|
487
|
-
d(
|
488
|
-
|
487
|
+
d(s) {
|
488
|
+
s && y(a);
|
489
489
|
}
|
490
490
|
};
|
491
491
|
}
|
492
|
-
function
|
493
|
-
let a, i =
|
492
|
+
function oi(t) {
|
493
|
+
let a, i = se(
|
494
494
|
/*favoriteGamesData*/
|
495
|
-
|
495
|
+
t[41].items
|
496
496
|
), o = [];
|
497
|
-
for (let
|
498
|
-
o[
|
499
|
-
let
|
500
|
-
return i.length || (
|
497
|
+
for (let l = 0; l < i.length; l += 1)
|
498
|
+
o[l] = la($e(t, i, l));
|
499
|
+
let s = null;
|
500
|
+
return i.length || (s = ta(t)), {
|
501
501
|
c() {
|
502
|
-
for (let
|
503
|
-
o[
|
504
|
-
a =
|
502
|
+
for (let l = 0; l < o.length; l += 1)
|
503
|
+
o[l].c();
|
504
|
+
a = Z(), s && s.c();
|
505
505
|
},
|
506
|
-
m(
|
506
|
+
m(l, m) {
|
507
507
|
for (let c = 0; c < o.length; c += 1)
|
508
|
-
o[c] && o[c].m(
|
509
|
-
|
508
|
+
o[c] && o[c].m(l, m);
|
509
|
+
S(l, a, m), s && s.m(l, m);
|
510
510
|
},
|
511
|
-
p(
|
511
|
+
p(l, m) {
|
512
512
|
if (m[0] & /*session, userid, lang, mbsource, favorites, categoryid, showgamename, translationurl, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile*/
|
513
513
|
2359273 | m[1] & /*favoriteGamesData, addGameTag, showFavGamesCategory, intersectingIndexes, visibilityconnect, userAgent, $_*/
|
514
514
|
16256) {
|
515
|
-
i =
|
515
|
+
i = se(
|
516
516
|
/*favoriteGamesData*/
|
517
|
-
|
517
|
+
l[41].items
|
518
518
|
);
|
519
519
|
let c;
|
520
520
|
for (c = 0; c < i.length; c += 1) {
|
521
|
-
const u =
|
522
|
-
o[c] ? o[c].p(u, m) : (o[c] =
|
521
|
+
const u = $e(l, i, c);
|
522
|
+
o[c] ? o[c].p(u, m) : (o[c] = la(u), o[c].c(), o[c].m(a.parentNode, a));
|
523
523
|
}
|
524
524
|
for (; c < o.length; c += 1)
|
525
525
|
o[c].d(1);
|
526
|
-
o.length = i.length, !i.length &&
|
526
|
+
o.length = i.length, !i.length && s ? s.p(l, m) : i.length ? s && (s.d(1), s = null) : (s = ta(l), s.c(), s.m(a.parentNode, a));
|
527
527
|
}
|
528
528
|
},
|
529
|
-
d(
|
530
|
-
|
529
|
+
d(l) {
|
530
|
+
l && y(a), Wa(o, l), s && s.d(l);
|
531
531
|
}
|
532
532
|
};
|
533
533
|
}
|
534
|
-
function si(
|
534
|
+
function si(t) {
|
535
535
|
let a;
|
536
536
|
return {
|
537
537
|
c() {
|
538
538
|
a = C("div"), h(a, "class", "lds-dual-ring");
|
539
539
|
},
|
540
540
|
m(i, o) {
|
541
|
-
|
541
|
+
S(i, a, o);
|
542
542
|
},
|
543
543
|
p: pe,
|
544
544
|
d(i) {
|
545
|
-
i &&
|
545
|
+
i && y(a);
|
546
546
|
}
|
547
547
|
};
|
548
548
|
}
|
549
|
-
function ta(
|
550
|
-
let a, i, o,
|
549
|
+
function ta(t) {
|
550
|
+
let a, i, o, s, l, m, c, u, g, _, b, F = (
|
551
551
|
/*$_*/
|
552
|
-
|
553
|
-
), N, w,
|
554
|
-
function
|
552
|
+
t[42]("noFavoritesTitle") + ""
|
553
|
+
), N, w, d;
|
554
|
+
function f(v, H) {
|
555
555
|
return be(
|
556
556
|
/*userAgent*/
|
557
|
-
|
558
|
-
) ?
|
557
|
+
v[43]
|
558
|
+
) ? ri : li;
|
559
559
|
}
|
560
|
-
let
|
560
|
+
let R = f(t)(t);
|
561
561
|
return {
|
562
562
|
c() {
|
563
|
-
a = C("p"), i =
|
563
|
+
a = C("p"), i = x("svg"), o = x("rect"), s = x("rect"), l = x("circle"), m = x("path"), c = x("path"), u = x("path"), g = x("path"), _ = B(), b = C("span"), N = D(F), w = B(), R.c(), d = B(), h(o, "x", "1"), h(o, "y", "18.053"), h(o, "width", "90.263"), h(o, "height", "90.263"), h(o, "rx", "12"), h(o, "stroke", "var(--emw--color-gray-150, #828282)"), h(o, "stroke-width", "1.5"), h(s, "x", "106.737"), h(s, "y", "56.737"), h(s, "width", "90.263"), h(s, "height", "90.263"), h(s, "rx", "12"), h(s, "stroke", "var(--emw--color-gray-150, #828282)"), h(s, "stroke-width", "1.5"), h(l, "cx", "70.5"), h(l, "cy", "32.237"), h(l, "r", "31.487"), h(l, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))"), h(l, "stroke-width", "1.5"), h(l, "stroke-dasharray", "5 0"), h(m, "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"), h(m, "fill", "var(--emw--color-gray-150, #828282)"), h(c, "d", "M78 43h11v13H78V43z"), h(c, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))"), h(u, "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"), h(u, "fill", "var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))"), h(u, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))"), h(u, "stroke-linecap", "round"), h(u, "stroke-linejoin", "round"), h(g, "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"), h(g, "stroke", "var(--emw--casino-color-primary, var(--emw--color-primary, #D0046C))"), h(g, "stroke-width", "1.5"), h(g, "stroke-linecap", "round"), h(g, "stroke-linejoin", "round"), h(i, "width", "198"), h(i, "height", "148"), h(i, "viewBox", "0 0 198 148"), h(i, "fill", "none"), h(i, "xmlns", "http://www.w3.org/2000/svg"), h(b, "class", "NoFavoriteText NoFavoriteTextHighlight"), h(a, "class", "NoFavoriteGames " + (be(
|
564
564
|
/*userAgent*/
|
565
|
-
|
565
|
+
t[43]
|
566
566
|
) ? "NoFavoriteGamesMobile" : ""));
|
567
567
|
},
|
568
|
-
m(
|
569
|
-
|
568
|
+
m(v, H) {
|
569
|
+
S(v, a, H), k(a, i), k(i, o), k(i, s), k(i, l), k(i, m), k(i, c), k(i, u), k(i, g), k(a, _), k(a, b), k(b, N), k(a, w), R.m(a, null), k(a, d);
|
570
570
|
},
|
571
|
-
p(
|
572
|
-
|
571
|
+
p(v, H) {
|
572
|
+
H[1] & /*$_*/
|
573
573
|
2048 && F !== (F = /*$_*/
|
574
|
-
|
574
|
+
v[42]("noFavoritesTitle") + "") && O(N, F), R.p(v, H);
|
575
575
|
},
|
576
|
-
d(
|
577
|
-
|
576
|
+
d(v) {
|
577
|
+
v && y(a), R.d();
|
578
578
|
}
|
579
579
|
};
|
580
580
|
}
|
581
|
-
function
|
581
|
+
function li(t) {
|
582
582
|
let a, i = (
|
583
583
|
/*$_*/
|
584
|
-
|
584
|
+
t[42]("noFavorites") + ""
|
585
585
|
), o;
|
586
586
|
return {
|
587
587
|
c() {
|
588
|
-
a = C("span"), o =
|
588
|
+
a = C("span"), o = D(i), h(a, "class", "NoFavoriteText");
|
589
589
|
},
|
590
|
-
m(
|
591
|
-
|
590
|
+
m(s, l) {
|
591
|
+
S(s, a, l), k(a, o);
|
592
592
|
},
|
593
|
-
p(
|
594
|
-
|
593
|
+
p(s, l) {
|
594
|
+
l[1] & /*$_*/
|
595
595
|
2048 && i !== (i = /*$_*/
|
596
|
-
|
596
|
+
s[42]("noFavorites") + "") && O(o, i);
|
597
597
|
},
|
598
|
-
d(
|
599
|
-
|
598
|
+
d(s) {
|
599
|
+
s && y(a);
|
600
600
|
}
|
601
601
|
};
|
602
602
|
}
|
603
|
-
function
|
603
|
+
function ri(t) {
|
604
604
|
let a, i = (
|
605
605
|
/*$_*/
|
606
|
-
|
606
|
+
t[42]("noFavoritesMobile") + ""
|
607
607
|
), o;
|
608
608
|
return {
|
609
609
|
c() {
|
610
|
-
a = C("span"), o =
|
610
|
+
a = C("span"), o = D(i), h(a, "class", "NoFavoriteText");
|
611
611
|
},
|
612
|
-
m(
|
613
|
-
|
612
|
+
m(s, l) {
|
613
|
+
S(s, a, l), k(a, o);
|
614
614
|
},
|
615
|
-
p(
|
616
|
-
|
615
|
+
p(s, l) {
|
616
|
+
l[1] & /*$_*/
|
617
617
|
2048 && i !== (i = /*$_*/
|
618
|
-
|
618
|
+
s[42]("noFavoritesMobile") + "") && O(o, i);
|
619
619
|
},
|
620
|
-
d(
|
621
|
-
|
620
|
+
d(s) {
|
621
|
+
s && y(a);
|
622
622
|
}
|
623
623
|
};
|
624
624
|
}
|
625
|
-
function
|
625
|
+
function na(t) {
|
626
626
|
let a, i = (
|
627
627
|
/*gameprops*/
|
628
|
-
|
628
|
+
t[91].gameModel.isFavorite && oa(t)
|
629
629
|
);
|
630
630
|
return {
|
631
631
|
c() {
|
632
|
-
i && i.c(), a =
|
632
|
+
i && i.c(), a = Z();
|
633
633
|
},
|
634
|
-
m(o,
|
635
|
-
i && i.m(o,
|
634
|
+
m(o, s) {
|
635
|
+
i && i.m(o, s), S(o, a, s);
|
636
636
|
},
|
637
|
-
p(o,
|
637
|
+
p(o, s) {
|
638
638
|
/*gameprops*/
|
639
|
-
o[91].gameModel.isFavorite ? i ? i.p(o,
|
639
|
+
o[91].gameModel.isFavorite ? i ? i.p(o, s) : (i = oa(o), i.c(), i.m(a.parentNode, a)) : i && (i.d(1), i = null);
|
640
640
|
},
|
641
641
|
d(o) {
|
642
|
-
o &&
|
642
|
+
o && y(a), i && i.d(o);
|
643
643
|
}
|
644
644
|
};
|
645
645
|
}
|
646
|
-
function
|
647
|
-
let a, i =
|
646
|
+
function oa(t) {
|
647
|
+
let a, i = mi(t);
|
648
648
|
return {
|
649
649
|
c() {
|
650
|
-
i && i.c(), a =
|
650
|
+
i && i.c(), a = Z();
|
651
651
|
},
|
652
|
-
m(o,
|
653
|
-
i && i.m(o,
|
652
|
+
m(o, s) {
|
653
|
+
i && i.m(o, s), S(o, a, s);
|
654
654
|
},
|
655
|
-
p(o,
|
656
|
-
i.p(o,
|
655
|
+
p(o, s) {
|
656
|
+
i.p(o, s);
|
657
657
|
},
|
658
658
|
d(o) {
|
659
|
-
o &&
|
659
|
+
o && y(a), i && i.d(o);
|
660
660
|
}
|
661
661
|
};
|
662
662
|
}
|
663
|
-
function
|
663
|
+
function mi(t) {
|
664
664
|
let a, i, o;
|
665
|
-
function
|
665
|
+
function s(c, u) {
|
666
666
|
if (u[1] & /*favoriteGamesData*/
|
667
667
|
1024 && (i = null), a == null && (a = !!be(
|
668
668
|
/*userAgent*/
|
669
669
|
c[43]
|
670
|
-
)), a) return
|
670
|
+
)), a) return ci;
|
671
671
|
if (i == null && (i = !!/*gameprops*/
|
672
|
-
c[91].gameModel.platform.includes("PC")), i) return
|
672
|
+
c[91].gameModel.platform.includes("PC")), i) return ui;
|
673
673
|
}
|
674
|
-
let
|
674
|
+
let l = s(t, [-1, -1, -1, -1]), m = l && l(t);
|
675
675
|
return {
|
676
676
|
c() {
|
677
|
-
m && m.c(), o =
|
677
|
+
m && m.c(), o = Z();
|
678
678
|
},
|
679
679
|
m(c, u) {
|
680
|
-
m && m.m(c, u),
|
680
|
+
m && m.m(c, u), S(c, o, u);
|
681
681
|
},
|
682
682
|
p(c, u) {
|
683
|
-
|
683
|
+
l === (l = s(c, u)) && m ? m.p(c, u) : (m && m.d(1), m = l && l(c), m && (m.c(), m.m(o.parentNode, o)));
|
684
684
|
},
|
685
685
|
d(c) {
|
686
|
-
c &&
|
686
|
+
c && y(o), m && m.d(c);
|
687
687
|
}
|
688
688
|
};
|
689
689
|
}
|
690
|
-
function
|
691
|
-
let a, i, o,
|
690
|
+
function ui(t) {
|
691
|
+
let a, i, o, s, l, m, c, u, g, _, b, F, N, w;
|
692
692
|
return {
|
693
693
|
c() {
|
694
|
-
var
|
695
|
-
a = C("casino-game-thumbnail"),
|
696
|
-
(
|
697
|
-
/*gameprops*/
|
698
|
-
n[91].cellSize
|
699
|
-
) : "1x1"))), t(a, "part", o = "" + (V + /*gameprops*/
|
700
|
-
(n[91].cellSize ? (
|
694
|
+
var d, f, L;
|
695
|
+
a = C("casino-game-thumbnail"), n(a, "class", i = "" + ($ + /*gameprops*/
|
696
|
+
(t[91].cellSize ? (
|
701
697
|
/*gameprops*/
|
702
|
-
|
703
|
-
) : "1x1"))),
|
698
|
+
t[91].cellSize
|
699
|
+
) : "1x1"))), n(
|
704
700
|
a,
|
705
701
|
"session",
|
706
702
|
/*session*/
|
707
|
-
|
708
|
-
),
|
703
|
+
t[6]
|
704
|
+
), n(
|
709
705
|
a,
|
710
706
|
"userid",
|
711
707
|
/*userid*/
|
712
|
-
|
713
|
-
),
|
708
|
+
t[7]
|
709
|
+
), n(
|
714
710
|
a,
|
715
711
|
"lang",
|
716
712
|
/*lang*/
|
717
|
-
|
718
|
-
),
|
713
|
+
t[5]
|
714
|
+
), n(
|
719
715
|
a,
|
720
716
|
"translationurl",
|
721
717
|
/*translationurl*/
|
722
|
-
|
723
|
-
),
|
718
|
+
t[11]
|
719
|
+
), n(
|
724
720
|
a,
|
725
721
|
"favorites",
|
726
722
|
/*favorites*/
|
727
|
-
|
728
|
-
),
|
723
|
+
t[8]
|
724
|
+
), n(
|
729
725
|
a,
|
730
726
|
"categoryid",
|
731
727
|
/*categoryid*/
|
732
|
-
|
733
|
-
),
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
(f = (
|
739
|
-
|
728
|
+
t[0]
|
729
|
+
), n(a, "gamethumbnail", o = /*gameprops*/
|
730
|
+
t[91].gameModel.thumbnail), n(a, "gamename", s = /*gameprops*/
|
731
|
+
t[91].gameModel.name), n(a, "gamevendor", l = /*gameprops*/
|
732
|
+
t[91].gameModel.vendor.displayName), n(a, "gameLaunchUrl", m = /*gameprops*/
|
733
|
+
t[91].launchUrl), n(a, "gameisnew", c = /*gameprops*/
|
734
|
+
(f = (d = t[91]) == null ? void 0 : d.gameModel) == null ? void 0 : f.isNew), n(a, "gametag", u = /*addGameTag*/
|
735
|
+
t[44](
|
740
736
|
/*gameprops*/
|
741
|
-
(
|
742
|
-
)),
|
743
|
-
|
744
|
-
|
745
|
-
|
737
|
+
(L = t[91].gameModel) == null ? void 0 : L.advancedTags
|
738
|
+
)), n(a, "gamecellsize", g = /*gameprops*/
|
739
|
+
t[91].cellSize), n(a, "gameid", _ = /*gameprops*/
|
740
|
+
t[91].gameModel.id), n(a, "gamefunmode", b = /*gameprops*/
|
741
|
+
t[91].gameModel.hasFunMode), n(
|
746
742
|
a,
|
747
743
|
"showgamename",
|
748
744
|
/*showgamename*/
|
749
|
-
|
750
|
-
),
|
751
|
-
|
745
|
+
t[13]
|
746
|
+
), n(a, "gamefavorite", F = /*gameprops*/
|
747
|
+
t[91].gameModel.isFavorite), n(
|
752
748
|
a,
|
753
749
|
"showfavoredcategory",
|
754
750
|
/*showFavGamesCategory*/
|
755
|
-
|
756
|
-
),
|
757
|
-
|
751
|
+
t[38]
|
752
|
+
), n(a, "connectlive", N = /*intersectingIndexes*/
|
753
|
+
t[39][
|
758
754
|
/*gameprops*/
|
759
|
-
|
760
|
-
] == 1 ? "connect" : "disconnect"),
|
755
|
+
t[91].id
|
756
|
+
] == 1 ? "connect" : "disconnect"), n(
|
761
757
|
a,
|
762
758
|
"visibilityconnect",
|
763
759
|
/*visibilityconnect*/
|
764
|
-
|
765
|
-
),
|
760
|
+
t[40]
|
761
|
+
), n(
|
766
762
|
a,
|
767
763
|
"mbsource",
|
768
764
|
/*mbsource*/
|
769
|
-
|
770
|
-
),
|
765
|
+
t[21]
|
766
|
+
), n(
|
771
767
|
a,
|
772
768
|
"currency",
|
773
769
|
/*currency*/
|
774
|
-
|
775
|
-
),
|
776
|
-
|
770
|
+
t[12]
|
771
|
+
), n(a, "livelobbyendpoint", w = /*gameprops*/
|
772
|
+
t[91].gameModel.details ? (
|
777
773
|
/*gameprops*/
|
778
|
-
|
779
|
-
) : ""),
|
774
|
+
t[91].gameModel.launchUrl
|
775
|
+
) : ""), n(
|
780
776
|
a,
|
781
777
|
"clientstyling",
|
782
778
|
/*clientstyling*/
|
783
|
-
|
784
|
-
),
|
779
|
+
t[9]
|
780
|
+
), n(
|
785
781
|
a,
|
786
782
|
"clientstylingurl",
|
787
783
|
/*clientstylingurl*/
|
788
|
-
|
789
|
-
),
|
784
|
+
t[10]
|
785
|
+
), n(
|
790
786
|
a,
|
791
787
|
"endpoint",
|
792
788
|
/*endpoint*/
|
793
|
-
|
794
|
-
),
|
789
|
+
t[3]
|
790
|
+
), n(
|
795
791
|
a,
|
796
792
|
"livecasino",
|
797
793
|
/*livecasino*/
|
798
|
-
|
799
|
-
),
|
794
|
+
t[14]
|
795
|
+
), n(
|
800
796
|
a,
|
801
797
|
"gamepagemodalurl",
|
802
798
|
/*gamepagemodalurl*/
|
803
|
-
|
804
|
-
),
|
799
|
+
t[15]
|
800
|
+
), n(
|
805
801
|
a,
|
806
802
|
"integratedgameframedesktop",
|
807
803
|
/*integratedgameframedesktop*/
|
808
|
-
|
809
|
-
),
|
804
|
+
t[16]
|
805
|
+
), n(
|
810
806
|
a,
|
811
807
|
"integratedgameframemobile",
|
812
808
|
/*integratedgameframemobile*/
|
813
|
-
|
809
|
+
t[17]
|
814
810
|
);
|
815
811
|
},
|
816
|
-
m(
|
817
|
-
|
812
|
+
m(d, f) {
|
813
|
+
S(d, a, f);
|
818
814
|
},
|
819
|
-
p(
|
820
|
-
var
|
815
|
+
p(d, f) {
|
816
|
+
var L, R, v;
|
821
817
|
f[1] & /*favoriteGamesData*/
|
822
|
-
1024 && i !== (i = "" + (
|
823
|
-
(
|
824
|
-
/*gameprops*/
|
825
|
-
g[91].cellSize
|
826
|
-
) : "1x1"))) && t(a, "class", i), f[1] & /*favoriteGamesData*/
|
827
|
-
1024 && o !== (o = "" + (V + /*gameprops*/
|
828
|
-
(g[91].cellSize ? (
|
818
|
+
1024 && i !== (i = "" + ($ + /*gameprops*/
|
819
|
+
(d[91].cellSize ? (
|
829
820
|
/*gameprops*/
|
830
|
-
|
831
|
-
) : "1x1"))) &&
|
832
|
-
64 &&
|
821
|
+
d[91].cellSize
|
822
|
+
) : "1x1"))) && n(a, "class", i), f[0] & /*session*/
|
823
|
+
64 && n(
|
833
824
|
a,
|
834
825
|
"session",
|
835
826
|
/*session*/
|
836
|
-
|
827
|
+
d[6]
|
837
828
|
), f[0] & /*userid*/
|
838
|
-
128 &&
|
829
|
+
128 && n(
|
839
830
|
a,
|
840
831
|
"userid",
|
841
832
|
/*userid*/
|
842
|
-
|
833
|
+
d[7]
|
843
834
|
), f[0] & /*lang*/
|
844
|
-
32 &&
|
835
|
+
32 && n(
|
845
836
|
a,
|
846
837
|
"lang",
|
847
838
|
/*lang*/
|
848
|
-
|
839
|
+
d[5]
|
849
840
|
), f[0] & /*translationurl*/
|
850
|
-
2048 &&
|
841
|
+
2048 && n(
|
851
842
|
a,
|
852
843
|
"translationurl",
|
853
844
|
/*translationurl*/
|
854
|
-
|
845
|
+
d[11]
|
855
846
|
), f[0] & /*favorites*/
|
856
|
-
256 &&
|
847
|
+
256 && n(
|
857
848
|
a,
|
858
849
|
"favorites",
|
859
850
|
/*favorites*/
|
860
|
-
|
851
|
+
d[8]
|
861
852
|
), f[0] & /*categoryid*/
|
862
|
-
1 &&
|
853
|
+
1 && n(
|
863
854
|
a,
|
864
855
|
"categoryid",
|
865
856
|
/*categoryid*/
|
866
|
-
|
857
|
+
d[0]
|
867
858
|
), f[1] & /*favoriteGamesData*/
|
868
|
-
1024 &&
|
869
|
-
|
859
|
+
1024 && o !== (o = /*gameprops*/
|
860
|
+
d[91].gameModel.thumbnail) && n(a, "gamethumbnail", o), f[1] & /*favoriteGamesData*/
|
870
861
|
1024 && s !== (s = /*gameprops*/
|
871
|
-
|
862
|
+
d[91].gameModel.name) && n(a, "gamename", s), f[1] & /*favoriteGamesData*/
|
863
|
+
1024 && l !== (l = /*gameprops*/
|
864
|
+
d[91].gameModel.vendor.displayName) && n(a, "gamevendor", l), f[1] & /*favoriteGamesData*/
|
872
865
|
1024 && m !== (m = /*gameprops*/
|
873
|
-
|
866
|
+
d[91].launchUrl) && n(a, "gameLaunchUrl", m), f[1] & /*favoriteGamesData*/
|
874
867
|
1024 && c !== (c = /*gameprops*/
|
875
|
-
|
876
|
-
1024 && u !== (u = /*
|
877
|
-
|
878
|
-
1024 && d !== (d = /*addGameTag*/
|
879
|
-
g[44](
|
868
|
+
(R = (L = d[91]) == null ? void 0 : L.gameModel) == null ? void 0 : R.isNew) && n(a, "gameisnew", c), f[1] & /*favoriteGamesData*/
|
869
|
+
1024 && u !== (u = /*addGameTag*/
|
870
|
+
d[44](
|
880
871
|
/*gameprops*/
|
881
|
-
(v =
|
882
|
-
)) &&
|
872
|
+
(v = d[91].gameModel) == null ? void 0 : v.advancedTags
|
873
|
+
)) && n(a, "gametag", u), f[1] & /*favoriteGamesData*/
|
874
|
+
1024 && g !== (g = /*gameprops*/
|
875
|
+
d[91].cellSize) && n(a, "gamecellsize", g), f[1] & /*favoriteGamesData*/
|
883
876
|
1024 && _ !== (_ = /*gameprops*/
|
884
|
-
|
877
|
+
d[91].gameModel.id) && n(a, "gameid", _), f[1] & /*favoriteGamesData*/
|
885
878
|
1024 && b !== (b = /*gameprops*/
|
886
|
-
|
887
|
-
|
888
|
-
g[91].gameModel.hasFunMode) && t(a, "gamefunmode", F), f[0] & /*showgamename*/
|
889
|
-
8192 && t(
|
879
|
+
d[91].gameModel.hasFunMode) && n(a, "gamefunmode", b), f[0] & /*showgamename*/
|
880
|
+
8192 && n(
|
890
881
|
a,
|
891
882
|
"showgamename",
|
892
883
|
/*showgamename*/
|
893
|
-
|
884
|
+
d[13]
|
894
885
|
), f[1] & /*favoriteGamesData*/
|
895
|
-
1024 &&
|
896
|
-
|
897
|
-
128 &&
|
886
|
+
1024 && F !== (F = /*gameprops*/
|
887
|
+
d[91].gameModel.isFavorite) && n(a, "gamefavorite", F), f[1] & /*showFavGamesCategory*/
|
888
|
+
128 && n(
|
898
889
|
a,
|
899
890
|
"showfavoredcategory",
|
900
891
|
/*showFavGamesCategory*/
|
901
|
-
|
892
|
+
d[38]
|
902
893
|
), f[1] & /*intersectingIndexes, favoriteGamesData*/
|
903
|
-
1280 &&
|
904
|
-
|
894
|
+
1280 && N !== (N = /*intersectingIndexes*/
|
895
|
+
d[39][
|
905
896
|
/*gameprops*/
|
906
|
-
|
907
|
-
] == 1 ? "connect" : "disconnect") &&
|
908
|
-
512 &&
|
897
|
+
d[91].id
|
898
|
+
] == 1 ? "connect" : "disconnect") && n(a, "connectlive", N), f[1] & /*visibilityconnect*/
|
899
|
+
512 && n(
|
909
900
|
a,
|
910
901
|
"visibilityconnect",
|
911
902
|
/*visibilityconnect*/
|
912
|
-
|
903
|
+
d[40]
|
913
904
|
), f[0] & /*mbsource*/
|
914
|
-
2097152 &&
|
905
|
+
2097152 && n(
|
915
906
|
a,
|
916
907
|
"mbsource",
|
917
908
|
/*mbsource*/
|
918
|
-
|
909
|
+
d[21]
|
919
910
|
), f[0] & /*currency*/
|
920
|
-
4096 &&
|
911
|
+
4096 && n(
|
921
912
|
a,
|
922
913
|
"currency",
|
923
914
|
/*currency*/
|
924
|
-
|
915
|
+
d[12]
|
925
916
|
), f[1] & /*favoriteGamesData*/
|
926
|
-
1024 &&
|
927
|
-
|
917
|
+
1024 && w !== (w = /*gameprops*/
|
918
|
+
d[91].gameModel.details ? (
|
928
919
|
/*gameprops*/
|
929
|
-
|
930
|
-
) : "") &&
|
931
|
-
512 &&
|
920
|
+
d[91].gameModel.launchUrl
|
921
|
+
) : "") && n(a, "livelobbyendpoint", w), f[0] & /*clientstyling*/
|
922
|
+
512 && n(
|
932
923
|
a,
|
933
924
|
"clientstyling",
|
934
925
|
/*clientstyling*/
|
935
|
-
|
926
|
+
d[9]
|
936
927
|
), f[0] & /*clientstylingurl*/
|
937
|
-
1024 &&
|
928
|
+
1024 && n(
|
938
929
|
a,
|
939
930
|
"clientstylingurl",
|
940
931
|
/*clientstylingurl*/
|
941
|
-
|
932
|
+
d[10]
|
942
933
|
), f[0] & /*endpoint*/
|
943
|
-
8 &&
|
934
|
+
8 && n(
|
944
935
|
a,
|
945
936
|
"endpoint",
|
946
937
|
/*endpoint*/
|
947
|
-
|
938
|
+
d[3]
|
948
939
|
), f[0] & /*livecasino*/
|
949
|
-
16384 &&
|
940
|
+
16384 && n(
|
950
941
|
a,
|
951
942
|
"livecasino",
|
952
943
|
/*livecasino*/
|
953
|
-
|
944
|
+
d[14]
|
954
945
|
), f[0] & /*gamepagemodalurl*/
|
955
|
-
32768 &&
|
946
|
+
32768 && n(
|
956
947
|
a,
|
957
948
|
"gamepagemodalurl",
|
958
949
|
/*gamepagemodalurl*/
|
959
|
-
|
950
|
+
d[15]
|
960
951
|
), f[0] & /*integratedgameframedesktop*/
|
961
|
-
65536 &&
|
952
|
+
65536 && n(
|
962
953
|
a,
|
963
954
|
"integratedgameframedesktop",
|
964
955
|
/*integratedgameframedesktop*/
|
965
|
-
|
956
|
+
d[16]
|
966
957
|
), f[0] & /*integratedgameframemobile*/
|
967
|
-
131072 &&
|
958
|
+
131072 && n(
|
968
959
|
a,
|
969
960
|
"integratedgameframemobile",
|
970
961
|
/*integratedgameframemobile*/
|
971
|
-
|
962
|
+
d[17]
|
972
963
|
);
|
973
964
|
},
|
974
|
-
d(
|
975
|
-
|
965
|
+
d(d) {
|
966
|
+
d && y(a);
|
976
967
|
}
|
977
968
|
};
|
978
969
|
}
|
979
|
-
function
|
970
|
+
function ci(t) {
|
980
971
|
let a = (
|
981
972
|
/*gameprops*/
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
), i, o = a && sa(
|
973
|
+
t[91].gameModel.platform.includes("iPad") || /*gameprops*/
|
974
|
+
t[91].gameModel.platform.includes("iPhone") || /*gameprops*/
|
975
|
+
t[91].gameModel.platform.includes("Android")
|
976
|
+
), i, o = a && sa(t);
|
986
977
|
return {
|
987
978
|
c() {
|
988
|
-
o && o.c(), i =
|
979
|
+
o && o.c(), i = Z();
|
989
980
|
},
|
990
|
-
m(
|
991
|
-
o && o.m(
|
981
|
+
m(s, l) {
|
982
|
+
o && o.m(s, l), S(s, i, l);
|
992
983
|
},
|
993
|
-
p(
|
994
|
-
|
984
|
+
p(s, l) {
|
985
|
+
l[1] & /*favoriteGamesData*/
|
995
986
|
1024 && (a = /*gameprops*/
|
996
|
-
|
997
|
-
|
998
|
-
|
987
|
+
s[91].gameModel.platform.includes("iPad") || /*gameprops*/
|
988
|
+
s[91].gameModel.platform.includes("iPhone") || /*gameprops*/
|
989
|
+
s[91].gameModel.platform.includes("Android")), a ? o ? o.p(s, l) : (o = sa(s), o.c(), o.m(i.parentNode, i)) : o && (o.d(1), o = null);
|
999
990
|
},
|
1000
|
-
d(
|
1001
|
-
|
991
|
+
d(s) {
|
992
|
+
s && y(i), o && o.d(s);
|
1002
993
|
}
|
1003
994
|
};
|
1004
995
|
}
|
1005
|
-
function sa(
|
1006
|
-
let a, i, o,
|
996
|
+
function sa(t) {
|
997
|
+
let a, i, o, s, l, m, c, u, g, _, b, F, N, w;
|
1007
998
|
return {
|
1008
999
|
c() {
|
1009
|
-
var
|
1010
|
-
a = C("casino-game-thumbnail"),
|
1011
|
-
(
|
1012
|
-
/*gameprops*/
|
1013
|
-
n[91].cellSize
|
1014
|
-
) : "1x1"))), t(a, "part", o = "" + (V + /*gameprops*/
|
1015
|
-
(n[91].cellSize ? (
|
1000
|
+
var d, f;
|
1001
|
+
a = C("casino-game-thumbnail"), n(a, "class", i = "" + ($ + /*gameprops*/
|
1002
|
+
(t[91].cellSize ? (
|
1016
1003
|
/*gameprops*/
|
1017
|
-
|
1018
|
-
) : "1x1"))),
|
1004
|
+
t[91].cellSize
|
1005
|
+
) : "1x1"))), n(
|
1019
1006
|
a,
|
1020
1007
|
"session",
|
1021
1008
|
/*session*/
|
1022
|
-
|
1023
|
-
),
|
1009
|
+
t[6]
|
1010
|
+
), n(
|
1024
1011
|
a,
|
1025
1012
|
"userid",
|
1026
1013
|
/*userid*/
|
1027
|
-
|
1028
|
-
),
|
1014
|
+
t[7]
|
1015
|
+
), n(
|
1029
1016
|
a,
|
1030
1017
|
"lang",
|
1031
1018
|
/*lang*/
|
1032
|
-
|
1033
|
-
),
|
1019
|
+
t[5]
|
1020
|
+
), n(
|
1034
1021
|
a,
|
1035
1022
|
"mbsource",
|
1036
1023
|
/*mbsource*/
|
1037
|
-
|
1038
|
-
),
|
1024
|
+
t[21]
|
1025
|
+
), n(
|
1039
1026
|
a,
|
1040
1027
|
"favorites",
|
1041
1028
|
/*favorites*/
|
1042
|
-
|
1043
|
-
),
|
1029
|
+
t[8]
|
1030
|
+
), n(
|
1044
1031
|
a,
|
1045
1032
|
"categoryid",
|
1046
1033
|
/*categoryid*/
|
1047
|
-
|
1048
|
-
),
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
(
|
1054
|
-
|
1034
|
+
t[0]
|
1035
|
+
), n(a, "gamethumbnail", o = /*gameprops*/
|
1036
|
+
t[91].gameModel.thumbnail), n(a, "gamename", s = /*gameprops*/
|
1037
|
+
t[91].gameModel.name), n(a, "gamevendor", l = /*gameprops*/
|
1038
|
+
t[91].gameModel.vendor.displayName), n(a, "gameLaunchUrl", m = /*gameprops*/
|
1039
|
+
t[91].launchUrl), n(a, "gameisnew", c = /*gameprops*/
|
1040
|
+
(d = t[91].gameModel) == null ? void 0 : d.isNew), n(a, "gametag", u = /*addGameTag*/
|
1041
|
+
t[44](
|
1055
1042
|
/*gameprops*/
|
1056
|
-
(f =
|
1057
|
-
)),
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1043
|
+
(f = t[91].gameModel) == null ? void 0 : f.advancedTags
|
1044
|
+
)), n(a, "gamecellsize", g = /*gameprops*/
|
1045
|
+
t[91].cellSize), n(a, "gameid", _ = /*gameprops*/
|
1046
|
+
t[91].gameModel.id), n(a, "gamefunmode", b = /*gameprops*/
|
1047
|
+
t[91].gameModel.hasFunMode), n(
|
1061
1048
|
a,
|
1062
1049
|
"showgamename",
|
1063
1050
|
/*showgamename*/
|
1064
|
-
|
1065
|
-
),
|
1066
|
-
|
1051
|
+
t[13]
|
1052
|
+
), n(a, "gamefavorite", F = /*gameprops*/
|
1053
|
+
t[91].gameModel.isFavorite), n(
|
1067
1054
|
a,
|
1068
1055
|
"showfavoredcategory",
|
1069
1056
|
/*showFavGamesCategory*/
|
1070
|
-
|
1071
|
-
),
|
1072
|
-
|
1057
|
+
t[38]
|
1058
|
+
), n(a, "connectlive", N = /*intersectingIndexes*/
|
1059
|
+
t[39][
|
1073
1060
|
/*gameprops*/
|
1074
|
-
|
1075
|
-
] == 1 ? "connect" : "disconnect"),
|
1061
|
+
t[91].id
|
1062
|
+
] == 1 ? "connect" : "disconnect"), n(
|
1076
1063
|
a,
|
1077
1064
|
"visibilityconnect",
|
1078
1065
|
/*visibilityconnect*/
|
1079
|
-
|
1080
|
-
),
|
1066
|
+
t[40]
|
1067
|
+
), n(
|
1081
1068
|
a,
|
1082
1069
|
"translationurl",
|
1083
1070
|
/*translationurl*/
|
1084
|
-
|
1085
|
-
),
|
1071
|
+
t[11]
|
1072
|
+
), n(
|
1086
1073
|
a,
|
1087
1074
|
"currency",
|
1088
1075
|
/*currency*/
|
1089
|
-
|
1090
|
-
),
|
1091
|
-
|
1076
|
+
t[12]
|
1077
|
+
), n(a, "livelobbyendpoint", w = /*gameprops*/
|
1078
|
+
t[91].gameModel.details ? (
|
1092
1079
|
/*gameprops*/
|
1093
|
-
|
1094
|
-
) : ""),
|
1080
|
+
t[91].gameModel.launchUrl
|
1081
|
+
) : ""), n(
|
1095
1082
|
a,
|
1096
1083
|
"clientstyling",
|
1097
1084
|
/*clientstyling*/
|
1098
|
-
|
1099
|
-
),
|
1085
|
+
t[9]
|
1086
|
+
), n(
|
1100
1087
|
a,
|
1101
1088
|
"clientstylingurl",
|
1102
1089
|
/*clientstylingurl*/
|
1103
|
-
|
1104
|
-
),
|
1090
|
+
t[10]
|
1091
|
+
), n(
|
1105
1092
|
a,
|
1106
1093
|
"endpoint",
|
1107
1094
|
/*endpoint*/
|
1108
|
-
|
1109
|
-
),
|
1095
|
+
t[3]
|
1096
|
+
), n(
|
1110
1097
|
a,
|
1111
1098
|
"livecasino",
|
1112
1099
|
/*livecasino*/
|
1113
|
-
|
1114
|
-
),
|
1100
|
+
t[14]
|
1101
|
+
), n(
|
1115
1102
|
a,
|
1116
1103
|
"gamepagemodalurl",
|
1117
1104
|
/*gamepagemodalurl*/
|
1118
|
-
|
1119
|
-
),
|
1105
|
+
t[15]
|
1106
|
+
), n(
|
1120
1107
|
a,
|
1121
1108
|
"integratedgameframedesktop",
|
1122
1109
|
/*integratedgameframedesktop*/
|
1123
|
-
|
1124
|
-
),
|
1110
|
+
t[16]
|
1111
|
+
), n(
|
1125
1112
|
a,
|
1126
1113
|
"integratedgameframemobile",
|
1127
1114
|
/*integratedgameframemobile*/
|
1128
|
-
|
1115
|
+
t[17]
|
1129
1116
|
);
|
1130
1117
|
},
|
1131
|
-
m(
|
1132
|
-
|
1118
|
+
m(d, f) {
|
1119
|
+
S(d, a, f);
|
1133
1120
|
},
|
1134
|
-
p(
|
1135
|
-
var
|
1121
|
+
p(d, f) {
|
1122
|
+
var L, R;
|
1136
1123
|
f[1] & /*favoriteGamesData*/
|
1137
|
-
1024 && i !== (i = "" + (
|
1138
|
-
(
|
1124
|
+
1024 && i !== (i = "" + ($ + /*gameprops*/
|
1125
|
+
(d[91].cellSize ? (
|
1139
1126
|
/*gameprops*/
|
1140
|
-
|
1141
|
-
) : "1x1"))) &&
|
1142
|
-
|
1143
|
-
(g[91].cellSize ? (
|
1144
|
-
/*gameprops*/
|
1145
|
-
g[91].cellSize
|
1146
|
-
) : "1x1"))) && t(a, "part", o), f[0] & /*session*/
|
1147
|
-
64 && t(
|
1127
|
+
d[91].cellSize
|
1128
|
+
) : "1x1"))) && n(a, "class", i), f[0] & /*session*/
|
1129
|
+
64 && n(
|
1148
1130
|
a,
|
1149
1131
|
"session",
|
1150
1132
|
/*session*/
|
1151
|
-
|
1133
|
+
d[6]
|
1152
1134
|
), f[0] & /*userid*/
|
1153
|
-
128 &&
|
1135
|
+
128 && n(
|
1154
1136
|
a,
|
1155
1137
|
"userid",
|
1156
1138
|
/*userid*/
|
1157
|
-
|
1139
|
+
d[7]
|
1158
1140
|
), f[0] & /*lang*/
|
1159
|
-
32 &&
|
1141
|
+
32 && n(
|
1160
1142
|
a,
|
1161
1143
|
"lang",
|
1162
1144
|
/*lang*/
|
1163
|
-
|
1145
|
+
d[5]
|
1164
1146
|
), f[0] & /*mbsource*/
|
1165
|
-
2097152 &&
|
1147
|
+
2097152 && n(
|
1166
1148
|
a,
|
1167
1149
|
"mbsource",
|
1168
1150
|
/*mbsource*/
|
1169
|
-
|
1151
|
+
d[21]
|
1170
1152
|
), f[0] & /*favorites*/
|
1171
|
-
256 &&
|
1153
|
+
256 && n(
|
1172
1154
|
a,
|
1173
1155
|
"favorites",
|
1174
1156
|
/*favorites*/
|
1175
|
-
|
1157
|
+
d[8]
|
1176
1158
|
), f[0] & /*categoryid*/
|
1177
|
-
1 &&
|
1159
|
+
1 && n(
|
1178
1160
|
a,
|
1179
1161
|
"categoryid",
|
1180
1162
|
/*categoryid*/
|
1181
|
-
|
1163
|
+
d[0]
|
1182
1164
|
), f[1] & /*favoriteGamesData*/
|
1183
|
-
1024 &&
|
1184
|
-
|
1165
|
+
1024 && o !== (o = /*gameprops*/
|
1166
|
+
d[91].gameModel.thumbnail) && n(a, "gamethumbnail", o), f[1] & /*favoriteGamesData*/
|
1185
1167
|
1024 && s !== (s = /*gameprops*/
|
1186
|
-
|
1168
|
+
d[91].gameModel.name) && n(a, "gamename", s), f[1] & /*favoriteGamesData*/
|
1169
|
+
1024 && l !== (l = /*gameprops*/
|
1170
|
+
d[91].gameModel.vendor.displayName) && n(a, "gamevendor", l), f[1] & /*favoriteGamesData*/
|
1187
1171
|
1024 && m !== (m = /*gameprops*/
|
1188
|
-
|
1172
|
+
d[91].launchUrl) && n(a, "gameLaunchUrl", m), f[1] & /*favoriteGamesData*/
|
1189
1173
|
1024 && c !== (c = /*gameprops*/
|
1190
|
-
|
1191
|
-
1024 && u !== (u = /*
|
1192
|
-
|
1193
|
-
1024 && d !== (d = /*addGameTag*/
|
1194
|
-
g[44](
|
1174
|
+
(L = d[91].gameModel) == null ? void 0 : L.isNew) && n(a, "gameisnew", c), f[1] & /*favoriteGamesData*/
|
1175
|
+
1024 && u !== (u = /*addGameTag*/
|
1176
|
+
d[44](
|
1195
1177
|
/*gameprops*/
|
1196
|
-
(
|
1197
|
-
)) &&
|
1178
|
+
(R = d[91].gameModel) == null ? void 0 : R.advancedTags
|
1179
|
+
)) && n(a, "gametag", u), f[1] & /*favoriteGamesData*/
|
1180
|
+
1024 && g !== (g = /*gameprops*/
|
1181
|
+
d[91].cellSize) && n(a, "gamecellsize", g), f[1] & /*favoriteGamesData*/
|
1198
1182
|
1024 && _ !== (_ = /*gameprops*/
|
1199
|
-
|
1183
|
+
d[91].gameModel.id) && n(a, "gameid", _), f[1] & /*favoriteGamesData*/
|
1200
1184
|
1024 && b !== (b = /*gameprops*/
|
1201
|
-
|
1202
|
-
|
1203
|
-
g[91].gameModel.hasFunMode) && t(a, "gamefunmode", F), f[0] & /*showgamename*/
|
1204
|
-
8192 && t(
|
1185
|
+
d[91].gameModel.hasFunMode) && n(a, "gamefunmode", b), f[0] & /*showgamename*/
|
1186
|
+
8192 && n(
|
1205
1187
|
a,
|
1206
1188
|
"showgamename",
|
1207
1189
|
/*showgamename*/
|
1208
|
-
|
1190
|
+
d[13]
|
1209
1191
|
), f[1] & /*favoriteGamesData*/
|
1210
|
-
1024 &&
|
1211
|
-
|
1212
|
-
128 &&
|
1192
|
+
1024 && F !== (F = /*gameprops*/
|
1193
|
+
d[91].gameModel.isFavorite) && n(a, "gamefavorite", F), f[1] & /*showFavGamesCategory*/
|
1194
|
+
128 && n(
|
1213
1195
|
a,
|
1214
1196
|
"showfavoredcategory",
|
1215
1197
|
/*showFavGamesCategory*/
|
1216
|
-
|
1198
|
+
d[38]
|
1217
1199
|
), f[1] & /*intersectingIndexes, favoriteGamesData*/
|
1218
|
-
1280 &&
|
1219
|
-
|
1200
|
+
1280 && N !== (N = /*intersectingIndexes*/
|
1201
|
+
d[39][
|
1220
1202
|
/*gameprops*/
|
1221
|
-
|
1222
|
-
] == 1 ? "connect" : "disconnect") &&
|
1223
|
-
512 &&
|
1203
|
+
d[91].id
|
1204
|
+
] == 1 ? "connect" : "disconnect") && n(a, "connectlive", N), f[1] & /*visibilityconnect*/
|
1205
|
+
512 && n(
|
1224
1206
|
a,
|
1225
1207
|
"visibilityconnect",
|
1226
1208
|
/*visibilityconnect*/
|
1227
|
-
|
1209
|
+
d[40]
|
1228
1210
|
), f[0] & /*translationurl*/
|
1229
|
-
2048 &&
|
1211
|
+
2048 && n(
|
1230
1212
|
a,
|
1231
1213
|
"translationurl",
|
1232
1214
|
/*translationurl*/
|
1233
|
-
|
1215
|
+
d[11]
|
1234
1216
|
), f[0] & /*currency*/
|
1235
|
-
4096 &&
|
1217
|
+
4096 && n(
|
1236
1218
|
a,
|
1237
1219
|
"currency",
|
1238
1220
|
/*currency*/
|
1239
|
-
|
1221
|
+
d[12]
|
1240
1222
|
), f[1] & /*favoriteGamesData*/
|
1241
|
-
1024 &&
|
1242
|
-
|
1223
|
+
1024 && w !== (w = /*gameprops*/
|
1224
|
+
d[91].gameModel.details ? (
|
1243
1225
|
/*gameprops*/
|
1244
|
-
|
1245
|
-
) : "") &&
|
1246
|
-
512 &&
|
1226
|
+
d[91].gameModel.launchUrl
|
1227
|
+
) : "") && n(a, "livelobbyendpoint", w), f[0] & /*clientstyling*/
|
1228
|
+
512 && n(
|
1247
1229
|
a,
|
1248
1230
|
"clientstyling",
|
1249
1231
|
/*clientstyling*/
|
1250
|
-
|
1232
|
+
d[9]
|
1251
1233
|
), f[0] & /*clientstylingurl*/
|
1252
|
-
1024 &&
|
1234
|
+
1024 && n(
|
1253
1235
|
a,
|
1254
1236
|
"clientstylingurl",
|
1255
1237
|
/*clientstylingurl*/
|
1256
|
-
|
1238
|
+
d[10]
|
1257
1239
|
), f[0] & /*endpoint*/
|
1258
|
-
8 &&
|
1240
|
+
8 && n(
|
1259
1241
|
a,
|
1260
1242
|
"endpoint",
|
1261
1243
|
/*endpoint*/
|
1262
|
-
|
1244
|
+
d[3]
|
1263
1245
|
), f[0] & /*livecasino*/
|
1264
|
-
16384 &&
|
1246
|
+
16384 && n(
|
1265
1247
|
a,
|
1266
1248
|
"livecasino",
|
1267
1249
|
/*livecasino*/
|
1268
|
-
|
1250
|
+
d[14]
|
1269
1251
|
), f[0] & /*gamepagemodalurl*/
|
1270
|
-
32768 &&
|
1252
|
+
32768 && n(
|
1271
1253
|
a,
|
1272
1254
|
"gamepagemodalurl",
|
1273
1255
|
/*gamepagemodalurl*/
|
1274
|
-
|
1256
|
+
d[15]
|
1275
1257
|
), f[0] & /*integratedgameframedesktop*/
|
1276
|
-
65536 &&
|
1258
|
+
65536 && n(
|
1277
1259
|
a,
|
1278
1260
|
"integratedgameframedesktop",
|
1279
1261
|
/*integratedgameframedesktop*/
|
1280
|
-
|
1262
|
+
d[16]
|
1281
1263
|
), f[0] & /*integratedgameframemobile*/
|
1282
|
-
131072 &&
|
1264
|
+
131072 && n(
|
1283
1265
|
a,
|
1284
1266
|
"integratedgameframemobile",
|
1285
1267
|
/*integratedgameframemobile*/
|
1286
|
-
|
1268
|
+
d[17]
|
1287
1269
|
);
|
1288
1270
|
},
|
1289
|
-
d(
|
1290
|
-
|
1271
|
+
d(d) {
|
1272
|
+
d && y(a);
|
1291
1273
|
}
|
1292
1274
|
};
|
1293
1275
|
}
|
1294
|
-
function
|
1276
|
+
function la(t) {
|
1295
1277
|
let a, i = (
|
1296
1278
|
/*gameprops*/
|
1297
|
-
|
1279
|
+
t[91].gameModel && na(t)
|
1298
1280
|
);
|
1299
1281
|
return {
|
1300
1282
|
c() {
|
1301
|
-
i && i.c(), a =
|
1283
|
+
i && i.c(), a = Z();
|
1302
1284
|
},
|
1303
|
-
m(o,
|
1304
|
-
i && i.m(o,
|
1285
|
+
m(o, s) {
|
1286
|
+
i && i.m(o, s), S(o, a, s);
|
1305
1287
|
},
|
1306
|
-
p(o,
|
1288
|
+
p(o, s) {
|
1307
1289
|
/*gameprops*/
|
1308
|
-
o[91].gameModel ? i ? i.p(o,
|
1290
|
+
o[91].gameModel ? i ? i.p(o, s) : (i = na(o), i.c(), i.m(a.parentNode, a)) : i && (i.d(1), i = null);
|
1309
1291
|
},
|
1310
1292
|
d(o) {
|
1311
|
-
o &&
|
1293
|
+
o && y(a), i && i.d(o);
|
1312
1294
|
}
|
1313
1295
|
};
|
1314
1296
|
}
|
1315
|
-
function
|
1297
|
+
function ra(t) {
|
1316
1298
|
let a, i, o = (
|
1317
1299
|
/*categoryData*/
|
1318
|
-
|
1319
|
-
),
|
1320
|
-
function m(
|
1300
|
+
t[27].name + ""
|
1301
|
+
), s, l;
|
1302
|
+
function m(g, _) {
|
1321
1303
|
return (
|
1322
1304
|
/*showLoadCategory*/
|
1323
|
-
|
1305
|
+
g[29] ? gi : fi
|
1324
1306
|
);
|
1325
1307
|
}
|
1326
|
-
let c = m(
|
1308
|
+
let c = m(t), u = c(t);
|
1327
1309
|
return {
|
1328
1310
|
c() {
|
1329
|
-
a = C("div"), i = C("h3"),
|
1311
|
+
a = C("div"), i = C("h3"), s = D(o), l = B(), u.c(), h(i, "class", "CategoryName"), h(a, "class", "CasinoGamesHeader");
|
1330
1312
|
},
|
1331
|
-
m(
|
1332
|
-
|
1313
|
+
m(g, _) {
|
1314
|
+
S(g, a, _), k(a, i), k(i, s), t[52](i), k(a, l), u.m(a, null);
|
1333
1315
|
},
|
1334
|
-
p(
|
1316
|
+
p(g, _) {
|
1335
1317
|
_[0] & /*categoryData*/
|
1336
1318
|
134217728 && o !== (o = /*categoryData*/
|
1337
|
-
|
1319
|
+
g[27].name + "") && O(s, o), c === (c = m(g)) && u ? u.p(g, _) : (u.d(1), u = c(g), u && (u.c(), u.m(a, null)));
|
1338
1320
|
},
|
1339
|
-
d(
|
1340
|
-
|
1321
|
+
d(g) {
|
1322
|
+
g && y(a), t[52](null), u.d();
|
1341
1323
|
}
|
1342
1324
|
};
|
1343
1325
|
}
|
1344
|
-
function
|
1345
|
-
let a, i, o,
|
1326
|
+
function fi(t) {
|
1327
|
+
let a, i, o, s = (
|
1346
1328
|
/*addfilterselector*/
|
1347
|
-
|
1348
|
-
),
|
1329
|
+
t[1] == "true" && ma(t)
|
1330
|
+
), l = (
|
1349
1331
|
/*addsortingselector*/
|
1350
|
-
|
1332
|
+
t[2] == "true" && ua(t)
|
1351
1333
|
);
|
1352
1334
|
return {
|
1353
1335
|
c() {
|
1354
|
-
a = C("div"),
|
1355
|
-
|
1356
|
-
|
1336
|
+
a = C("div"), s && s.c(), i = B(), l && l.c(), h(a, "class", o = /*addfilterselector*/
|
1337
|
+
t[1] == "true" && /*addsortingselector*/
|
1338
|
+
t[2] == "true" ? "CategoryFilterContainer" : "");
|
1357
1339
|
},
|
1358
1340
|
m(m, c) {
|
1359
|
-
|
1341
|
+
S(m, a, c), s && s.m(a, null), k(a, i), l && l.m(a, null);
|
1360
1342
|
},
|
1361
1343
|
p(m, c) {
|
1362
1344
|
/*addfilterselector*/
|
1363
|
-
m[1] == "true" ?
|
1364
|
-
m[2] == "true" ?
|
1345
|
+
m[1] == "true" ? s ? s.p(m, c) : (s = ma(m), s.c(), s.m(a, i)) : s && (s.d(1), s = null), /*addsortingselector*/
|
1346
|
+
m[2] == "true" ? l ? l.p(m, c) : (l = ua(m), l.c(), l.m(a, null)) : l && (l.d(1), l = null), c[0] & /*addfilterselector, addsortingselector*/
|
1365
1347
|
6 && o !== (o = /*addfilterselector*/
|
1366
1348
|
m[1] == "true" && /*addsortingselector*/
|
1367
1349
|
m[2] == "true" ? "CategoryFilterContainer" : "") && h(a, "class", o);
|
1368
1350
|
},
|
1369
1351
|
d(m) {
|
1370
|
-
m &&
|
1352
|
+
m && y(a), s && s.d(), l && l.d();
|
1371
1353
|
}
|
1372
1354
|
};
|
1373
1355
|
}
|
1374
|
-
function
|
1356
|
+
function gi(t) {
|
1375
1357
|
let a, i, o = (
|
1376
1358
|
/*$_*/
|
1377
|
-
|
1378
|
-
),
|
1359
|
+
t[42]("viewAll") + ""
|
1360
|
+
), s, l, m = (
|
1379
1361
|
/*categoryData*/
|
1380
|
-
|
1381
|
-
), c, u,
|
1362
|
+
t[27].games.total + ""
|
1363
|
+
), c, u, g, _;
|
1382
1364
|
return {
|
1383
1365
|
c() {
|
1384
|
-
a = C("a"), i = C("span"),
|
1366
|
+
a = C("a"), i = C("span"), s = D(o), l = D(" ("), c = D(m), u = D(")"), h(i, "class", "CategoryLoadMore"), h(a, "class", "CategoryNameLink");
|
1385
1367
|
},
|
1386
1368
|
m(b, F) {
|
1387
|
-
|
1369
|
+
S(b, a, F), k(a, i), k(i, s), k(i, l), k(i, c), k(i, u), g || (_ = Ba(
|
1388
1370
|
a,
|
1389
1371
|
"click",
|
1390
1372
|
/*click_handler*/
|
1391
|
-
|
1392
|
-
),
|
1373
|
+
t[53]
|
1374
|
+
), g = !0);
|
1393
1375
|
},
|
1394
1376
|
p(b, F) {
|
1395
1377
|
F[1] & /*$_*/
|
1396
1378
|
2048 && o !== (o = /*$_*/
|
1397
|
-
b[42]("viewAll") + "") &&
|
1379
|
+
b[42]("viewAll") + "") && O(s, o), F[0] & /*categoryData*/
|
1398
1380
|
134217728 && m !== (m = /*categoryData*/
|
1399
|
-
b[27].games.total + "") &&
|
1381
|
+
b[27].games.total + "") && O(c, m);
|
1400
1382
|
},
|
1401
1383
|
d(b) {
|
1402
|
-
b &&
|
1384
|
+
b && y(a), g = !1, _();
|
1403
1385
|
}
|
1404
1386
|
};
|
1405
1387
|
}
|
1406
|
-
function
|
1388
|
+
function ma(t) {
|
1407
1389
|
let a;
|
1408
1390
|
return {
|
1409
1391
|
c() {
|
1410
|
-
a = C("casino-filter"),
|
1392
|
+
a = C("casino-filter"), n(
|
1411
1393
|
a,
|
1412
1394
|
"clientstylingurl",
|
1413
1395
|
/*clientstylingurl*/
|
1414
|
-
|
1415
|
-
),
|
1396
|
+
t[10]
|
1397
|
+
), n(
|
1416
1398
|
a,
|
1417
1399
|
"clientstyling",
|
1418
1400
|
/*clientstyling*/
|
1419
|
-
|
1420
|
-
),
|
1401
|
+
t[9]
|
1402
|
+
), n(
|
1421
1403
|
a,
|
1422
1404
|
"endpoint",
|
1423
1405
|
/*endpoint*/
|
1424
|
-
|
1425
|
-
),
|
1406
|
+
t[3]
|
1407
|
+
), n(
|
1426
1408
|
a,
|
1427
1409
|
"datasource",
|
1428
1410
|
/*datasource*/
|
1429
|
-
|
1430
|
-
),
|
1411
|
+
t[4]
|
1412
|
+
), n(
|
1431
1413
|
a,
|
1432
1414
|
"lang",
|
1433
1415
|
/*lang*/
|
1434
|
-
|
1435
|
-
),
|
1416
|
+
t[5]
|
1417
|
+
), n(
|
1436
1418
|
a,
|
1437
1419
|
"categoryid",
|
1438
1420
|
/*categoryid*/
|
1439
|
-
|
1440
|
-
),
|
1421
|
+
t[0]
|
1422
|
+
), n(
|
1441
1423
|
a,
|
1442
1424
|
"mbsource",
|
1443
1425
|
/*mbsource*/
|
1444
|
-
|
1445
|
-
),
|
1426
|
+
t[21]
|
1427
|
+
), n(
|
1446
1428
|
a,
|
1447
1429
|
"addfilterselector",
|
1448
1430
|
/*addfilterselector*/
|
1449
|
-
|
1450
|
-
),
|
1431
|
+
t[1]
|
1432
|
+
), n(
|
1451
1433
|
a,
|
1452
1434
|
"addsortingselector",
|
1453
1435
|
/*addsortingselector*/
|
1454
|
-
|
1455
|
-
),
|
1436
|
+
t[2]
|
1437
|
+
), n(
|
1456
1438
|
a,
|
1457
1439
|
"filterbylogo",
|
1458
1440
|
/*filterbylogo*/
|
1459
|
-
|
1441
|
+
t[19]
|
1460
1442
|
);
|
1461
1443
|
},
|
1462
1444
|
m(i, o) {
|
1463
|
-
|
1445
|
+
S(i, a, o);
|
1464
1446
|
},
|
1465
1447
|
p(i, o) {
|
1466
1448
|
o[0] & /*clientstylingurl*/
|
1467
|
-
1024 &&
|
1449
|
+
1024 && n(
|
1468
1450
|
a,
|
1469
1451
|
"clientstylingurl",
|
1470
1452
|
/*clientstylingurl*/
|
1471
1453
|
i[10]
|
1472
1454
|
), o[0] & /*clientstyling*/
|
1473
|
-
512 &&
|
1455
|
+
512 && n(
|
1474
1456
|
a,
|
1475
1457
|
"clientstyling",
|
1476
1458
|
/*clientstyling*/
|
1477
1459
|
i[9]
|
1478
1460
|
), o[0] & /*endpoint*/
|
1479
|
-
8 &&
|
1461
|
+
8 && n(
|
1480
1462
|
a,
|
1481
1463
|
"endpoint",
|
1482
1464
|
/*endpoint*/
|
1483
1465
|
i[3]
|
1484
1466
|
), o[0] & /*datasource*/
|
1485
|
-
16 &&
|
1467
|
+
16 && n(
|
1486
1468
|
a,
|
1487
1469
|
"datasource",
|
1488
1470
|
/*datasource*/
|
1489
1471
|
i[4]
|
1490
1472
|
), o[0] & /*lang*/
|
1491
|
-
32 &&
|
1473
|
+
32 && n(
|
1492
1474
|
a,
|
1493
1475
|
"lang",
|
1494
1476
|
/*lang*/
|
1495
1477
|
i[5]
|
1496
1478
|
), o[0] & /*categoryid*/
|
1497
|
-
1 &&
|
1479
|
+
1 && n(
|
1498
1480
|
a,
|
1499
1481
|
"categoryid",
|
1500
1482
|
/*categoryid*/
|
1501
1483
|
i[0]
|
1502
1484
|
), o[0] & /*mbsource*/
|
1503
|
-
2097152 &&
|
1485
|
+
2097152 && n(
|
1504
1486
|
a,
|
1505
1487
|
"mbsource",
|
1506
1488
|
/*mbsource*/
|
1507
1489
|
i[21]
|
1508
1490
|
), o[0] & /*addfilterselector*/
|
1509
|
-
2 &&
|
1491
|
+
2 && n(
|
1510
1492
|
a,
|
1511
1493
|
"addfilterselector",
|
1512
1494
|
/*addfilterselector*/
|
1513
1495
|
i[1]
|
1514
1496
|
), o[0] & /*addsortingselector*/
|
1515
|
-
4 &&
|
1497
|
+
4 && n(
|
1516
1498
|
a,
|
1517
1499
|
"addsortingselector",
|
1518
1500
|
/*addsortingselector*/
|
1519
1501
|
i[2]
|
1520
1502
|
), o[0] & /*filterbylogo*/
|
1521
|
-
524288 &&
|
1503
|
+
524288 && n(
|
1522
1504
|
a,
|
1523
1505
|
"filterbylogo",
|
1524
1506
|
/*filterbylogo*/
|
@@ -1526,82 +1508,82 @@ function ua(n) {
|
|
1526
1508
|
);
|
1527
1509
|
},
|
1528
1510
|
d(i) {
|
1529
|
-
i &&
|
1511
|
+
i && y(a);
|
1530
1512
|
}
|
1531
1513
|
};
|
1532
1514
|
}
|
1533
|
-
function
|
1515
|
+
function ua(t) {
|
1534
1516
|
let a;
|
1535
1517
|
return {
|
1536
1518
|
c() {
|
1537
|
-
a = C("casino-sort"),
|
1519
|
+
a = C("casino-sort"), n(
|
1538
1520
|
a,
|
1539
1521
|
"clientstylingurl",
|
1540
1522
|
/*clientstylingurl*/
|
1541
|
-
|
1542
|
-
),
|
1523
|
+
t[10]
|
1524
|
+
), n(
|
1543
1525
|
a,
|
1544
1526
|
"clientstyling",
|
1545
1527
|
/*clientstyling*/
|
1546
|
-
|
1547
|
-
),
|
1528
|
+
t[9]
|
1529
|
+
), n(
|
1548
1530
|
a,
|
1549
1531
|
"lang",
|
1550
1532
|
/*lang*/
|
1551
|
-
|
1552
|
-
),
|
1533
|
+
t[5]
|
1534
|
+
), n(
|
1553
1535
|
a,
|
1554
1536
|
"mbsource",
|
1555
1537
|
/*mbsource*/
|
1556
|
-
|
1557
|
-
),
|
1538
|
+
t[21]
|
1539
|
+
), n(
|
1558
1540
|
a,
|
1559
1541
|
"categoryid",
|
1560
1542
|
/*categoryid*/
|
1561
|
-
|
1562
|
-
),
|
1543
|
+
t[0]
|
1544
|
+
), n(
|
1563
1545
|
a,
|
1564
1546
|
"addsortingselector",
|
1565
1547
|
/*addsortingselector*/
|
1566
|
-
|
1548
|
+
t[2]
|
1567
1549
|
);
|
1568
1550
|
},
|
1569
1551
|
m(i, o) {
|
1570
|
-
|
1552
|
+
S(i, a, o);
|
1571
1553
|
},
|
1572
1554
|
p(i, o) {
|
1573
1555
|
o[0] & /*clientstylingurl*/
|
1574
|
-
1024 &&
|
1556
|
+
1024 && n(
|
1575
1557
|
a,
|
1576
1558
|
"clientstylingurl",
|
1577
1559
|
/*clientstylingurl*/
|
1578
1560
|
i[10]
|
1579
1561
|
), o[0] & /*clientstyling*/
|
1580
|
-
512 &&
|
1562
|
+
512 && n(
|
1581
1563
|
a,
|
1582
1564
|
"clientstyling",
|
1583
1565
|
/*clientstyling*/
|
1584
1566
|
i[9]
|
1585
1567
|
), o[0] & /*lang*/
|
1586
|
-
32 &&
|
1568
|
+
32 && n(
|
1587
1569
|
a,
|
1588
1570
|
"lang",
|
1589
1571
|
/*lang*/
|
1590
1572
|
i[5]
|
1591
1573
|
), o[0] & /*mbsource*/
|
1592
|
-
2097152 &&
|
1574
|
+
2097152 && n(
|
1593
1575
|
a,
|
1594
1576
|
"mbsource",
|
1595
1577
|
/*mbsource*/
|
1596
1578
|
i[21]
|
1597
1579
|
), o[0] & /*categoryid*/
|
1598
|
-
1 &&
|
1580
|
+
1 && n(
|
1599
1581
|
a,
|
1600
1582
|
"categoryid",
|
1601
1583
|
/*categoryid*/
|
1602
1584
|
i[0]
|
1603
1585
|
), o[0] & /*addsortingselector*/
|
1604
|
-
4 &&
|
1586
|
+
4 && n(
|
1605
1587
|
a,
|
1606
1588
|
"addsortingselector",
|
1607
1589
|
/*addsortingselector*/
|
@@ -1609,981 +1591,963 @@ function ca(n) {
|
|
1609
1591
|
);
|
1610
1592
|
},
|
1611
1593
|
d(i) {
|
1612
|
-
i &&
|
1594
|
+
i && y(a);
|
1613
1595
|
}
|
1614
1596
|
};
|
1615
1597
|
}
|
1616
|
-
function
|
1598
|
+
function di(t) {
|
1617
1599
|
let a, i = (
|
1618
1600
|
/*$_*/
|
1619
|
-
|
1601
|
+
t[42]("noResults") + ""
|
1620
1602
|
), o;
|
1621
1603
|
return {
|
1622
1604
|
c() {
|
1623
|
-
a = C("p"), o =
|
1605
|
+
a = C("p"), o = D(i), h(a, "class", "NoSearchResults");
|
1624
1606
|
},
|
1625
|
-
m(
|
1626
|
-
|
1607
|
+
m(s, l) {
|
1608
|
+
S(s, a, l), k(a, o);
|
1627
1609
|
},
|
1628
|
-
p(
|
1629
|
-
|
1610
|
+
p(s, l) {
|
1611
|
+
l[1] & /*$_*/
|
1630
1612
|
2048 && i !== (i = /*$_*/
|
1631
|
-
|
1613
|
+
s[42]("noResults") + "") && O(o, i);
|
1632
1614
|
},
|
1633
|
-
d(
|
1634
|
-
|
1615
|
+
d(s) {
|
1616
|
+
s && y(a);
|
1635
1617
|
}
|
1636
1618
|
};
|
1637
1619
|
}
|
1638
|
-
function
|
1639
|
-
let a, i = [], o = /* @__PURE__ */ new Map(),
|
1620
|
+
function hi(t) {
|
1621
|
+
let a, i = [], o = /* @__PURE__ */ new Map(), s, l = se(
|
1640
1622
|
/*shownCategoryData*/
|
1641
|
-
|
1623
|
+
t[28]
|
1642
1624
|
);
|
1643
1625
|
const m = (c) => (
|
1644
1626
|
/*gameprops*/
|
1645
1627
|
c[91].id
|
1646
1628
|
);
|
1647
|
-
for (let c = 0; c <
|
1648
|
-
let u =
|
1649
|
-
o.set(
|
1629
|
+
for (let c = 0; c < l.length; c += 1) {
|
1630
|
+
let u = ea(t, l, c), g = m(u);
|
1631
|
+
o.set(g, i[c] = ca(g, u));
|
1650
1632
|
}
|
1651
1633
|
return {
|
1652
1634
|
c() {
|
1653
1635
|
a = C("ul");
|
1654
1636
|
for (let c = 0; c < i.length; c += 1)
|
1655
1637
|
i[c].c();
|
1656
|
-
h(a, "class",
|
1657
|
-
(
|
1658
|
-
|
1659
|
-
(
|
1660
|
-
|
1638
|
+
h(a, "class", s = /*favoriteGamesData*/
|
1639
|
+
(t[41].items.length === 0 && /*showFavGamesCategory*/
|
1640
|
+
t[38] ? "" : "CasinoGamesGrid") + " " + /*lobbyView*/
|
1641
|
+
(t[26] && /*casinogamesgridslider*/
|
1642
|
+
t[20] == "true" ? "CasinoGamesGridSlider CustomScroll" : "") + " GamesListIncreasedGap");
|
1661
1643
|
},
|
1662
1644
|
m(c, u) {
|
1663
|
-
|
1664
|
-
for (let
|
1665
|
-
i[
|
1666
|
-
|
1645
|
+
S(c, a, u);
|
1646
|
+
for (let g = 0; g < i.length; g += 1)
|
1647
|
+
i[g] && i[g].m(a, null);
|
1648
|
+
t[55](a);
|
1667
1649
|
},
|
1668
1650
|
p(c, u) {
|
1669
1651
|
u[0] & /*session, userid, lang, shownCategoryData, favorites, categoryid, translationurl, showgamename, mbsource, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile, casinogamesgridslider, thumbnailContainer*/
|
1670
1652
|
280231913 | u[1] & /*addGameTag, intersectingIndexes, visibilityconnect*/
|
1671
|
-
8960 && (
|
1653
|
+
8960 && (l = se(
|
1672
1654
|
/*shownCategoryData*/
|
1673
1655
|
c[28]
|
1674
|
-
), i =
|
1656
|
+
), i = da(i, u, m, 1, c, l, o, a, ha, ca, null, ea)), u[0] & /*lobbyView, casinogamesgridslider*/
|
1675
1657
|
68157440 | u[1] & /*favoriteGamesData, showFavGamesCategory*/
|
1676
|
-
1152 &&
|
1658
|
+
1152 && s !== (s = /*favoriteGamesData*/
|
1677
1659
|
(c[41].items.length === 0 && /*showFavGamesCategory*/
|
1678
1660
|
c[38] ? "" : "CasinoGamesGrid") + " " + /*lobbyView*/
|
1679
1661
|
(c[26] && /*casinogamesgridslider*/
|
1680
|
-
c[20] == "true" ? "CasinoGamesGridSlider CustomScroll" : "") + " GamesListIncreasedGap") && h(a, "class",
|
1662
|
+
c[20] == "true" ? "CasinoGamesGridSlider CustomScroll" : "") + " GamesListIncreasedGap") && h(a, "class", s);
|
1681
1663
|
},
|
1682
1664
|
d(c) {
|
1683
|
-
c &&
|
1665
|
+
c && y(a);
|
1684
1666
|
for (let u = 0; u < i.length; u += 1)
|
1685
1667
|
i[u].d();
|
1686
|
-
|
1668
|
+
t[55](null);
|
1687
1669
|
}
|
1688
1670
|
};
|
1689
1671
|
}
|
1690
|
-
function
|
1672
|
+
function _i(t) {
|
1691
1673
|
let a;
|
1692
1674
|
return {
|
1693
1675
|
c() {
|
1694
|
-
a = C("div"), h(a, "class", "lds-dual-ring")
|
1676
|
+
a = C("div"), h(a, "class", "lds-dual-ring");
|
1695
1677
|
},
|
1696
1678
|
m(i, o) {
|
1697
|
-
|
1679
|
+
S(i, a, o);
|
1698
1680
|
},
|
1699
1681
|
p: pe,
|
1700
1682
|
d(i) {
|
1701
|
-
i &&
|
1683
|
+
i && y(a);
|
1702
1684
|
}
|
1703
1685
|
};
|
1704
1686
|
}
|
1705
|
-
function
|
1706
|
-
let a, i, o,
|
1687
|
+
function pi(t) {
|
1688
|
+
let a, i, o, s, l, m, c, u, g, _, b, F, N, w, d = (
|
1707
1689
|
/*index*/
|
1708
|
-
|
1690
|
+
t[93]
|
1709
1691
|
);
|
1710
1692
|
const f = () => (
|
1711
1693
|
/*casino_game_thumbnail_binding*/
|
1712
|
-
|
1713
|
-
),
|
1694
|
+
t[54](a, d)
|
1695
|
+
), L = () => (
|
1714
1696
|
/*casino_game_thumbnail_binding*/
|
1715
|
-
|
1697
|
+
t[54](null, d)
|
1716
1698
|
);
|
1717
1699
|
return {
|
1718
1700
|
c() {
|
1719
|
-
a = C("casino-game-thumbnail"),
|
1701
|
+
a = C("casino-game-thumbnail"), n(
|
1720
1702
|
a,
|
1721
1703
|
"session",
|
1722
1704
|
/*session*/
|
1723
|
-
|
1724
|
-
),
|
1705
|
+
t[6]
|
1706
|
+
), n(
|
1725
1707
|
a,
|
1726
1708
|
"userid",
|
1727
1709
|
/*userid*/
|
1728
|
-
|
1729
|
-
),
|
1710
|
+
t[7]
|
1711
|
+
), n(
|
1730
1712
|
a,
|
1731
1713
|
"lang",
|
1732
1714
|
/*lang*/
|
1733
|
-
|
1734
|
-
),
|
1735
|
-
(
|
1715
|
+
t[5]
|
1716
|
+
), n(a, "class", i = "" + ($ + /*gameprops*/
|
1717
|
+
(t[91].cellSize ? (
|
1736
1718
|
/*gameprops*/
|
1737
|
-
|
1738
|
-
) : "1x1"))),
|
1739
|
-
(n[91].cellSize ? (
|
1740
|
-
/*gameprops*/
|
1741
|
-
n[91].cellSize
|
1742
|
-
) : "1x1"))), t(
|
1719
|
+
t[91].cellSize
|
1720
|
+
) : "1x1"))), n(
|
1743
1721
|
a,
|
1744
1722
|
"favorites",
|
1745
1723
|
/*favorites*/
|
1746
|
-
|
1747
|
-
),
|
1724
|
+
t[8]
|
1725
|
+
), n(
|
1748
1726
|
a,
|
1749
1727
|
"categoryid",
|
1750
1728
|
/*categoryid*/
|
1751
|
-
|
1752
|
-
),
|
1753
|
-
|
1754
|
-
|
1755
|
-
|
1756
|
-
|
1757
|
-
|
1758
|
-
|
1729
|
+
t[0]
|
1730
|
+
), n(a, "gamethumbnail", o = /*gameprops*/
|
1731
|
+
t[91].thumbnail), n(a, "gamename", s = /*gameprops*/
|
1732
|
+
t[91].name), n(a, "gamevendor", l = /*gameprops*/
|
1733
|
+
t[91].vendor.displayName), n(a, "gameLaunchUrl", m = /*gameprops*/
|
1734
|
+
t[91].launchUrl), n(a, "gameisnew", c = /*gameprops*/
|
1735
|
+
t[91].isNew), n(a, "gametag", u = /*addGameTag*/
|
1736
|
+
t[44](
|
1759
1737
|
/*gameprops*/
|
1760
|
-
|
1761
|
-
)),
|
1762
|
-
|
1763
|
-
|
1764
|
-
|
1765
|
-
|
1738
|
+
t[91].advancedTags
|
1739
|
+
)), n(a, "gamecellsize", g = /*gameprops*/
|
1740
|
+
t[91].cellSize), n(a, "gameid", _ = /*gameprops*/
|
1741
|
+
t[91].id), n(a, "gamefunmode", b = /*gameprops*/
|
1742
|
+
t[91].hasFunMode), n(a, "gamefavorite", F = /*gameprops*/
|
1743
|
+
t[91].isFavorite), n(
|
1766
1744
|
a,
|
1767
1745
|
"translationurl",
|
1768
1746
|
/*translationurl*/
|
1769
|
-
|
1770
|
-
),
|
1747
|
+
t[11]
|
1748
|
+
), n(
|
1771
1749
|
a,
|
1772
1750
|
"showgamename",
|
1773
1751
|
/*showgamename*/
|
1774
|
-
|
1775
|
-
),
|
1752
|
+
t[13]
|
1753
|
+
), n(
|
1776
1754
|
a,
|
1777
1755
|
"mbsource",
|
1778
1756
|
/*mbsource*/
|
1779
|
-
|
1780
|
-
),
|
1781
|
-
|
1757
|
+
t[21]
|
1758
|
+
), n(a, "connectlive", N = /*intersectingIndexes*/
|
1759
|
+
t[39][
|
1782
1760
|
/*gameprops*/
|
1783
|
-
|
1784
|
-
] == 1 ? "connect" : "disconnect"),
|
1761
|
+
t[91].id
|
1762
|
+
] == 1 ? "connect" : "disconnect"), n(
|
1785
1763
|
a,
|
1786
1764
|
"visibilityconnect",
|
1787
1765
|
/*visibilityconnect*/
|
1788
|
-
|
1789
|
-
),
|
1766
|
+
t[40]
|
1767
|
+
), n(
|
1790
1768
|
a,
|
1791
1769
|
"currency",
|
1792
1770
|
/*currency*/
|
1793
|
-
|
1794
|
-
),
|
1795
|
-
|
1771
|
+
t[12]
|
1772
|
+
), n(a, "livelobbyendpoint", w = /*gameprops*/
|
1773
|
+
t[91].details ? (
|
1796
1774
|
/*gameprops*/
|
1797
|
-
|
1798
|
-
) : ""),
|
1775
|
+
t[91].href
|
1776
|
+
) : ""), n(
|
1799
1777
|
a,
|
1800
1778
|
"clientstyling",
|
1801
1779
|
/*clientstyling*/
|
1802
|
-
|
1803
|
-
),
|
1780
|
+
t[9]
|
1781
|
+
), n(
|
1804
1782
|
a,
|
1805
1783
|
"clientstylingurl",
|
1806
1784
|
/*clientstylingurl*/
|
1807
|
-
|
1808
|
-
),
|
1785
|
+
t[10]
|
1786
|
+
), n(
|
1809
1787
|
a,
|
1810
1788
|
"endpoint",
|
1811
1789
|
/*endpoint*/
|
1812
|
-
|
1813
|
-
),
|
1790
|
+
t[3]
|
1791
|
+
), n(
|
1814
1792
|
a,
|
1815
1793
|
"livecasino",
|
1816
1794
|
/*livecasino*/
|
1817
|
-
|
1818
|
-
),
|
1795
|
+
t[14]
|
1796
|
+
), n(
|
1819
1797
|
a,
|
1820
1798
|
"gamepagemodalurl",
|
1821
1799
|
/*gamepagemodalurl*/
|
1822
|
-
|
1823
|
-
),
|
1800
|
+
t[15]
|
1801
|
+
), n(
|
1824
1802
|
a,
|
1825
1803
|
"integratedgameframedesktop",
|
1826
1804
|
/*integratedgameframedesktop*/
|
1827
|
-
|
1828
|
-
),
|
1805
|
+
t[16]
|
1806
|
+
), n(
|
1829
1807
|
a,
|
1830
1808
|
"integratedgameframemobile",
|
1831
1809
|
/*integratedgameframemobile*/
|
1832
|
-
|
1833
|
-
),
|
1810
|
+
t[17]
|
1811
|
+
), n(
|
1834
1812
|
a,
|
1835
1813
|
"casinogamesgridslider",
|
1836
1814
|
/*casinogamesgridslider*/
|
1837
|
-
|
1815
|
+
t[20]
|
1838
1816
|
);
|
1839
1817
|
},
|
1840
|
-
m(
|
1841
|
-
|
1818
|
+
m(R, v) {
|
1819
|
+
S(R, a, v), f();
|
1842
1820
|
},
|
1843
|
-
p(
|
1844
|
-
|
1845
|
-
64 &&
|
1821
|
+
p(R, v) {
|
1822
|
+
t = R, v[0] & /*session*/
|
1823
|
+
64 && n(
|
1846
1824
|
a,
|
1847
1825
|
"session",
|
1848
1826
|
/*session*/
|
1849
|
-
|
1827
|
+
t[6]
|
1850
1828
|
), v[0] & /*userid*/
|
1851
|
-
128 &&
|
1829
|
+
128 && n(
|
1852
1830
|
a,
|
1853
1831
|
"userid",
|
1854
1832
|
/*userid*/
|
1855
|
-
|
1833
|
+
t[7]
|
1856
1834
|
), v[0] & /*lang*/
|
1857
|
-
32 &&
|
1835
|
+
32 && n(
|
1858
1836
|
a,
|
1859
1837
|
"lang",
|
1860
1838
|
/*lang*/
|
1861
|
-
|
1839
|
+
t[5]
|
1862
1840
|
), v[0] & /*shownCategoryData*/
|
1863
|
-
268435456 && i !== (i = "" + (
|
1864
|
-
(
|
1865
|
-
/*gameprops*/
|
1866
|
-
n[91].cellSize
|
1867
|
-
) : "1x1"))) && t(a, "class", i), v[0] & /*shownCategoryData*/
|
1868
|
-
268435456 && o !== (o = "" + (V + /*gameprops*/
|
1869
|
-
(n[91].cellSize ? (
|
1841
|
+
268435456 && i !== (i = "" + ($ + /*gameprops*/
|
1842
|
+
(t[91].cellSize ? (
|
1870
1843
|
/*gameprops*/
|
1871
|
-
|
1872
|
-
) : "1x1"))) &&
|
1873
|
-
256 &&
|
1844
|
+
t[91].cellSize
|
1845
|
+
) : "1x1"))) && n(a, "class", i), v[0] & /*favorites*/
|
1846
|
+
256 && n(
|
1874
1847
|
a,
|
1875
1848
|
"favorites",
|
1876
1849
|
/*favorites*/
|
1877
|
-
|
1850
|
+
t[8]
|
1878
1851
|
), v[0] & /*categoryid*/
|
1879
|
-
1 &&
|
1852
|
+
1 && n(
|
1880
1853
|
a,
|
1881
1854
|
"categoryid",
|
1882
1855
|
/*categoryid*/
|
1883
|
-
|
1856
|
+
t[0]
|
1884
1857
|
), v[0] & /*shownCategoryData*/
|
1885
|
-
268435456 &&
|
1886
|
-
|
1858
|
+
268435456 && o !== (o = /*gameprops*/
|
1859
|
+
t[91].thumbnail) && n(a, "gamethumbnail", o), v[0] & /*shownCategoryData*/
|
1887
1860
|
268435456 && s !== (s = /*gameprops*/
|
1888
|
-
|
1861
|
+
t[91].name) && n(a, "gamename", s), v[0] & /*shownCategoryData*/
|
1862
|
+
268435456 && l !== (l = /*gameprops*/
|
1863
|
+
t[91].vendor.displayName) && n(a, "gamevendor", l), v[0] & /*shownCategoryData*/
|
1889
1864
|
268435456 && m !== (m = /*gameprops*/
|
1890
|
-
|
1865
|
+
t[91].launchUrl) && n(a, "gameLaunchUrl", m), v[0] & /*shownCategoryData*/
|
1891
1866
|
268435456 && c !== (c = /*gameprops*/
|
1892
|
-
|
1893
|
-
268435456 && u !== (u = /*
|
1894
|
-
|
1895
|
-
268435456 && d !== (d = /*addGameTag*/
|
1896
|
-
n[44](
|
1867
|
+
t[91].isNew) && n(a, "gameisnew", c), v[0] & /*shownCategoryData*/
|
1868
|
+
268435456 && u !== (u = /*addGameTag*/
|
1869
|
+
t[44](
|
1897
1870
|
/*gameprops*/
|
1898
|
-
|
1899
|
-
)) &&
|
1871
|
+
t[91].advancedTags
|
1872
|
+
)) && n(a, "gametag", u), v[0] & /*shownCategoryData*/
|
1873
|
+
268435456 && g !== (g = /*gameprops*/
|
1874
|
+
t[91].cellSize) && n(a, "gamecellsize", g), v[0] & /*shownCategoryData*/
|
1900
1875
|
268435456 && _ !== (_ = /*gameprops*/
|
1901
|
-
|
1876
|
+
t[91].id) && n(a, "gameid", _), v[0] & /*shownCategoryData*/
|
1902
1877
|
268435456 && b !== (b = /*gameprops*/
|
1903
|
-
|
1878
|
+
t[91].hasFunMode) && n(a, "gamefunmode", b), v[0] & /*shownCategoryData*/
|
1904
1879
|
268435456 && F !== (F = /*gameprops*/
|
1905
|
-
|
1906
|
-
|
1907
|
-
n[91].isFavorite) && t(a, "gamefavorite", N), v[0] & /*translationurl*/
|
1908
|
-
2048 && t(
|
1880
|
+
t[91].isFavorite) && n(a, "gamefavorite", F), v[0] & /*translationurl*/
|
1881
|
+
2048 && n(
|
1909
1882
|
a,
|
1910
1883
|
"translationurl",
|
1911
1884
|
/*translationurl*/
|
1912
|
-
|
1885
|
+
t[11]
|
1913
1886
|
), v[0] & /*showgamename*/
|
1914
|
-
8192 &&
|
1887
|
+
8192 && n(
|
1915
1888
|
a,
|
1916
1889
|
"showgamename",
|
1917
1890
|
/*showgamename*/
|
1918
|
-
|
1891
|
+
t[13]
|
1919
1892
|
), v[0] & /*mbsource*/
|
1920
|
-
2097152 &&
|
1893
|
+
2097152 && n(
|
1921
1894
|
a,
|
1922
1895
|
"mbsource",
|
1923
1896
|
/*mbsource*/
|
1924
|
-
|
1897
|
+
t[21]
|
1925
1898
|
), v[0] & /*shownCategoryData*/
|
1926
1899
|
268435456 | v[1] & /*intersectingIndexes*/
|
1927
|
-
256 &&
|
1928
|
-
|
1900
|
+
256 && N !== (N = /*intersectingIndexes*/
|
1901
|
+
t[39][
|
1929
1902
|
/*gameprops*/
|
1930
|
-
|
1931
|
-
] == 1 ? "connect" : "disconnect") &&
|
1932
|
-
512 &&
|
1903
|
+
t[91].id
|
1904
|
+
] == 1 ? "connect" : "disconnect") && n(a, "connectlive", N), v[1] & /*visibilityconnect*/
|
1905
|
+
512 && n(
|
1933
1906
|
a,
|
1934
1907
|
"visibilityconnect",
|
1935
1908
|
/*visibilityconnect*/
|
1936
|
-
|
1909
|
+
t[40]
|
1937
1910
|
), v[0] & /*currency*/
|
1938
|
-
4096 &&
|
1911
|
+
4096 && n(
|
1939
1912
|
a,
|
1940
1913
|
"currency",
|
1941
1914
|
/*currency*/
|
1942
|
-
|
1915
|
+
t[12]
|
1943
1916
|
), v[0] & /*shownCategoryData*/
|
1944
|
-
268435456 &&
|
1945
|
-
|
1917
|
+
268435456 && w !== (w = /*gameprops*/
|
1918
|
+
t[91].details ? (
|
1946
1919
|
/*gameprops*/
|
1947
|
-
|
1948
|
-
) : "") &&
|
1949
|
-
512 &&
|
1920
|
+
t[91].href
|
1921
|
+
) : "") && n(a, "livelobbyendpoint", w), v[0] & /*clientstyling*/
|
1922
|
+
512 && n(
|
1950
1923
|
a,
|
1951
1924
|
"clientstyling",
|
1952
1925
|
/*clientstyling*/
|
1953
|
-
|
1926
|
+
t[9]
|
1954
1927
|
), v[0] & /*clientstylingurl*/
|
1955
|
-
1024 &&
|
1928
|
+
1024 && n(
|
1956
1929
|
a,
|
1957
1930
|
"clientstylingurl",
|
1958
1931
|
/*clientstylingurl*/
|
1959
|
-
|
1932
|
+
t[10]
|
1960
1933
|
), v[0] & /*endpoint*/
|
1961
|
-
8 &&
|
1934
|
+
8 && n(
|
1962
1935
|
a,
|
1963
1936
|
"endpoint",
|
1964
1937
|
/*endpoint*/
|
1965
|
-
|
1938
|
+
t[3]
|
1966
1939
|
), v[0] & /*livecasino*/
|
1967
|
-
16384 &&
|
1940
|
+
16384 && n(
|
1968
1941
|
a,
|
1969
1942
|
"livecasino",
|
1970
1943
|
/*livecasino*/
|
1971
|
-
|
1944
|
+
t[14]
|
1972
1945
|
), v[0] & /*gamepagemodalurl*/
|
1973
|
-
32768 &&
|
1946
|
+
32768 && n(
|
1974
1947
|
a,
|
1975
1948
|
"gamepagemodalurl",
|
1976
1949
|
/*gamepagemodalurl*/
|
1977
|
-
|
1950
|
+
t[15]
|
1978
1951
|
), v[0] & /*integratedgameframedesktop*/
|
1979
|
-
65536 &&
|
1952
|
+
65536 && n(
|
1980
1953
|
a,
|
1981
1954
|
"integratedgameframedesktop",
|
1982
1955
|
/*integratedgameframedesktop*/
|
1983
|
-
|
1956
|
+
t[16]
|
1984
1957
|
), v[0] & /*integratedgameframemobile*/
|
1985
|
-
131072 &&
|
1958
|
+
131072 && n(
|
1986
1959
|
a,
|
1987
1960
|
"integratedgameframemobile",
|
1988
1961
|
/*integratedgameframemobile*/
|
1989
|
-
|
1962
|
+
t[17]
|
1990
1963
|
), v[0] & /*casinogamesgridslider*/
|
1991
|
-
1048576 &&
|
1964
|
+
1048576 && n(
|
1992
1965
|
a,
|
1993
1966
|
"casinogamesgridslider",
|
1994
1967
|
/*casinogamesgridslider*/
|
1995
|
-
|
1996
|
-
),
|
1997
|
-
|
1998
|
-
|
1968
|
+
t[20]
|
1969
|
+
), d !== /*index*/
|
1970
|
+
t[93] && (L(), d = /*index*/
|
1971
|
+
t[93], f());
|
1999
1972
|
},
|
2000
|
-
d(
|
2001
|
-
|
1973
|
+
d(R) {
|
1974
|
+
R && y(a), L();
|
2002
1975
|
}
|
2003
1976
|
};
|
2004
1977
|
}
|
2005
|
-
function
|
2006
|
-
let i, o,
|
1978
|
+
function ca(t, a) {
|
1979
|
+
let i, o, s = pi(a);
|
2007
1980
|
return {
|
2008
|
-
key:
|
1981
|
+
key: t,
|
2009
1982
|
first: null,
|
2010
1983
|
c() {
|
2011
|
-
i =
|
1984
|
+
i = Z(), s && s.c(), o = Z(), this.first = i;
|
2012
1985
|
},
|
2013
|
-
m(
|
2014
|
-
|
1986
|
+
m(l, m) {
|
1987
|
+
S(l, i, m), s && s.m(l, m), S(l, o, m);
|
2015
1988
|
},
|
2016
|
-
p(
|
2017
|
-
a =
|
1989
|
+
p(l, m) {
|
1990
|
+
a = l, s.p(a, m);
|
2018
1991
|
},
|
2019
|
-
d(
|
2020
|
-
|
1992
|
+
d(l) {
|
1993
|
+
l && (y(i), y(o)), s && s.d(l);
|
2021
1994
|
}
|
2022
1995
|
};
|
2023
1996
|
}
|
2024
|
-
function
|
1997
|
+
function bi(t) {
|
2025
1998
|
let a, i = (
|
2026
1999
|
/*$_*/
|
2027
|
-
|
2000
|
+
t[42]("searchedItems") + ""
|
2028
2001
|
), o;
|
2029
2002
|
return {
|
2030
2003
|
c() {
|
2031
|
-
a = C("h3"), o =
|
2004
|
+
a = C("h3"), o = D(i), h(a, "class", "StatusText");
|
2032
2005
|
},
|
2033
|
-
m(
|
2034
|
-
|
2006
|
+
m(s, l) {
|
2007
|
+
S(s, a, l), k(a, o);
|
2035
2008
|
},
|
2036
|
-
p(
|
2037
|
-
|
2009
|
+
p(s, l) {
|
2010
|
+
l[1] & /*$_*/
|
2038
2011
|
2048 && i !== (i = /*$_*/
|
2039
|
-
|
2012
|
+
s[42]("searchedItems") + "") && O(o, i);
|
2040
2013
|
},
|
2041
|
-
d(
|
2042
|
-
|
2014
|
+
d(s) {
|
2015
|
+
s && y(a);
|
2043
2016
|
}
|
2044
2017
|
};
|
2045
2018
|
}
|
2046
|
-
function
|
2019
|
+
function vi(t) {
|
2047
2020
|
let a, i = (
|
2048
2021
|
/*$_*/
|
2049
|
-
|
2022
|
+
t[42]("noResults") + ""
|
2050
2023
|
), o;
|
2051
2024
|
return {
|
2052
2025
|
c() {
|
2053
|
-
a = C("h3"), o =
|
2026
|
+
a = C("h3"), o = D(i), h(a, "class", "StatusText");
|
2054
2027
|
},
|
2055
|
-
m(
|
2056
|
-
|
2028
|
+
m(s, l) {
|
2029
|
+
S(s, a, l), k(a, o);
|
2057
2030
|
},
|
2058
|
-
p(
|
2059
|
-
|
2031
|
+
p(s, l) {
|
2032
|
+
l[1] & /*$_*/
|
2060
2033
|
2048 && i !== (i = /*$_*/
|
2061
|
-
|
2034
|
+
s[42]("noResults") + "") && O(o, i);
|
2062
2035
|
},
|
2063
|
-
d(
|
2064
|
-
|
2036
|
+
d(s) {
|
2037
|
+
s && y(a);
|
2065
2038
|
}
|
2066
2039
|
};
|
2067
2040
|
}
|
2068
|
-
function
|
2041
|
+
function wi(t) {
|
2069
2042
|
let a, i = (
|
2070
2043
|
/*$_*/
|
2071
|
-
|
2044
|
+
t[42]("recentSearchedItems") + ""
|
2072
2045
|
), o;
|
2073
2046
|
return {
|
2074
2047
|
c() {
|
2075
|
-
a = C("h3"), o =
|
2048
|
+
a = C("h3"), o = D(i), h(a, "class", "StatusText");
|
2076
2049
|
},
|
2077
|
-
m(
|
2078
|
-
|
2050
|
+
m(s, l) {
|
2051
|
+
S(s, a, l), k(a, o);
|
2079
2052
|
},
|
2080
|
-
p(
|
2081
|
-
|
2053
|
+
p(s, l) {
|
2054
|
+
l[1] & /*$_*/
|
2082
2055
|
2048 && i !== (i = /*$_*/
|
2083
|
-
|
2056
|
+
s[42]("recentSearchedItems") + "") && O(o, i);
|
2084
2057
|
},
|
2085
|
-
d(
|
2086
|
-
|
2058
|
+
d(s) {
|
2059
|
+
s && y(a);
|
2087
2060
|
}
|
2088
2061
|
};
|
2089
2062
|
}
|
2090
|
-
function
|
2063
|
+
function ki(t) {
|
2091
2064
|
let a;
|
2092
2065
|
return {
|
2093
2066
|
c() {
|
2094
2067
|
a = C("p"), a.textContent = "Waiting", h(a, "class", "SearchWaiting");
|
2095
2068
|
},
|
2096
2069
|
m(i, o) {
|
2097
|
-
|
2070
|
+
S(i, a, o);
|
2098
2071
|
},
|
2099
2072
|
p: pe,
|
2100
2073
|
d(i) {
|
2101
|
-
i &&
|
2074
|
+
i && y(a);
|
2102
2075
|
}
|
2103
2076
|
};
|
2104
2077
|
}
|
2105
|
-
function
|
2106
|
-
let a, i, o = [],
|
2107
|
-
|
2078
|
+
function yi(t) {
|
2079
|
+
let a, i, o = [], s = /* @__PURE__ */ new Map(), l = !/*showItems*/
|
2080
|
+
t[34] && fa(t), m = se(
|
2108
2081
|
/*shownCategoryData*/
|
2109
|
-
|
2082
|
+
t[28]
|
2110
2083
|
);
|
2111
2084
|
const c = (u) => (
|
2112
2085
|
/*gameprops*/
|
2113
2086
|
u[91].id
|
2114
2087
|
);
|
2115
2088
|
for (let u = 0; u < m.length; u += 1) {
|
2116
|
-
let
|
2117
|
-
|
2089
|
+
let g = aa(t, m, u), _ = c(g);
|
2090
|
+
s.set(_, o[u] = ga(_, g));
|
2118
2091
|
}
|
2119
2092
|
return {
|
2120
2093
|
c() {
|
2121
|
-
|
2094
|
+
l && l.c(), a = B(), i = C("ul");
|
2122
2095
|
for (let u = 0; u < o.length; u += 1)
|
2123
2096
|
o[u].c();
|
2124
2097
|
h(i, "class", "CasinoGamesGrid SearchedGamesGrid GamesListIncreasedGap");
|
2125
2098
|
},
|
2126
|
-
m(u,
|
2127
|
-
|
2099
|
+
m(u, g) {
|
2100
|
+
l && l.m(u, g), S(u, a, g), S(u, i, g);
|
2128
2101
|
for (let _ = 0; _ < o.length; _ += 1)
|
2129
2102
|
o[_] && o[_].m(i, null);
|
2130
2103
|
},
|
2131
|
-
p(u,
|
2104
|
+
p(u, g) {
|
2132
2105
|
/*showItems*/
|
2133
|
-
u[34] ?
|
2134
|
-
270794729 |
|
2135
|
-
8194 && (m =
|
2106
|
+
u[34] ? l && (l.d(1), l = null) : l ? l.p(u, g) : (l = fa(u), l.c(), l.m(a.parentNode, a)), g[0] & /*shownCategoryData, session, userid, lang, favorites, categoryid, mbsource, showgamename, translationurl, currency, clientstyling, clientstylingurl, endpoint, livecasino, gamepagemodalurl, integratedgameframedesktop, integratedgameframemobile*/
|
2107
|
+
270794729 | g[1] & /*searchItem, addGameTag*/
|
2108
|
+
8194 && (m = se(
|
2136
2109
|
/*shownCategoryData*/
|
2137
2110
|
u[28]
|
2138
|
-
), o =
|
2111
|
+
), o = da(o, g, c, 1, u, m, s, i, ha, ga, null, aa));
|
2139
2112
|
},
|
2140
2113
|
d(u) {
|
2141
|
-
u && (
|
2142
|
-
for (let
|
2143
|
-
o[
|
2114
|
+
u && (y(a), y(i)), l && l.d(u);
|
2115
|
+
for (let g = 0; g < o.length; g += 1)
|
2116
|
+
o[g].d();
|
2144
2117
|
}
|
2145
2118
|
};
|
2146
2119
|
}
|
2147
|
-
function
|
2120
|
+
function fa(t) {
|
2148
2121
|
let a, i = (
|
2149
2122
|
/*$_*/
|
2150
|
-
|
2123
|
+
t[42]("noRecentSearch") + ""
|
2151
2124
|
), o;
|
2152
2125
|
return {
|
2153
2126
|
c() {
|
2154
|
-
a = C("p"), o =
|
2127
|
+
a = C("p"), o = D(i), h(a, "class", "NoSearchResults NoRecentSearches NoRecentSearchesCenter " + (be(
|
2155
2128
|
/*userAgent*/
|
2156
|
-
|
2129
|
+
t[43]
|
2157
2130
|
) ? "NoRecentSearchesMobile" : ""));
|
2158
2131
|
},
|
2159
|
-
m(
|
2160
|
-
|
2132
|
+
m(s, l) {
|
2133
|
+
S(s, a, l), k(a, o);
|
2161
2134
|
},
|
2162
|
-
p(
|
2163
|
-
|
2135
|
+
p(s, l) {
|
2136
|
+
l[1] & /*$_*/
|
2164
2137
|
2048 && i !== (i = /*$_*/
|
2165
|
-
|
2138
|
+
s[42]("noRecentSearch") + "") && O(o, i);
|
2166
2139
|
},
|
2167
|
-
d(
|
2168
|
-
|
2140
|
+
d(s) {
|
2141
|
+
s && y(a);
|
2169
2142
|
}
|
2170
2143
|
};
|
2171
2144
|
}
|
2172
|
-
function
|
2173
|
-
let i, o,
|
2145
|
+
function ga(t, a) {
|
2146
|
+
let i, o, s, l, m, c, u, g, _, b, F, N, w;
|
2174
2147
|
return {
|
2175
|
-
key:
|
2148
|
+
key: t,
|
2176
2149
|
first: null,
|
2177
2150
|
c() {
|
2178
|
-
var
|
2179
|
-
i = C("casino-game-thumbnail"),
|
2151
|
+
var d;
|
2152
|
+
i = C("casino-game-thumbnail"), n(i, "class", o = "" + ($ + /*gameprops*/
|
2180
2153
|
(a[91].cellSize ? (
|
2181
2154
|
/*gameprops*/
|
2182
2155
|
a[91].cellSize
|
2183
|
-
) : "1x1"))),
|
2184
|
-
(a[91].cellSize ? (
|
2185
|
-
/*gameprops*/
|
2186
|
-
a[91].cellSize
|
2187
|
-
) : "1x1"))), t(
|
2156
|
+
) : "1x1"))), n(
|
2188
2157
|
i,
|
2189
2158
|
"session",
|
2190
2159
|
/*session*/
|
2191
2160
|
a[6]
|
2192
|
-
),
|
2161
|
+
), n(
|
2193
2162
|
i,
|
2194
2163
|
"userid",
|
2195
2164
|
/*userid*/
|
2196
2165
|
a[7]
|
2197
|
-
),
|
2166
|
+
), n(
|
2198
2167
|
i,
|
2199
2168
|
"lang",
|
2200
2169
|
/*lang*/
|
2201
2170
|
a[5]
|
2202
|
-
),
|
2171
|
+
), n(
|
2203
2172
|
i,
|
2204
2173
|
"searchitem",
|
2205
2174
|
/*searchItem*/
|
2206
2175
|
a[32]
|
2207
|
-
),
|
2176
|
+
), n(
|
2208
2177
|
i,
|
2209
2178
|
"favorites",
|
2210
2179
|
/*favorites*/
|
2211
2180
|
a[8]
|
2212
|
-
),
|
2181
|
+
), n(
|
2213
2182
|
i,
|
2214
2183
|
"categoryid",
|
2215
2184
|
/*categoryid*/
|
2216
2185
|
a[0]
|
2217
|
-
),
|
2218
|
-
a[91].thumbnail),
|
2219
|
-
a[91].name),
|
2220
|
-
a[91].vendor.displayName),
|
2221
|
-
a[91].launchUrl),
|
2222
|
-
(
|
2186
|
+
), n(i, "gamethumbnail", s = /*gameprops*/
|
2187
|
+
a[91].thumbnail), n(i, "gamename", l = /*gameprops*/
|
2188
|
+
a[91].name), n(i, "gamevendor", m = /*gameprops*/
|
2189
|
+
a[91].vendor.displayName), n(i, "gameLaunchUrl", c = /*gameprops*/
|
2190
|
+
a[91].launchUrl), n(i, "gameisnew", u = /*gameprops*/
|
2191
|
+
(d = a[91]) == null ? void 0 : d.isNew), n(i, "gametag", g = /*addGameTag*/
|
2223
2192
|
a[44](
|
2224
2193
|
/*gameprops*/
|
2225
2194
|
a[91].advancedTags
|
2226
|
-
)),
|
2227
|
-
a[91].cellSize),
|
2228
|
-
a[91].id),
|
2229
|
-
a[91].hasFunMode),
|
2195
|
+
)), n(i, "gamecellsize", _ = /*gameprops*/
|
2196
|
+
a[91].cellSize), n(i, "gameid", b = /*gameprops*/
|
2197
|
+
a[91].id), n(i, "gamefunmode", F = /*gameprops*/
|
2198
|
+
a[91].hasFunMode), n(
|
2230
2199
|
i,
|
2231
2200
|
"mbsource",
|
2232
2201
|
/*mbsource*/
|
2233
2202
|
a[21]
|
2234
|
-
),
|
2203
|
+
), n(
|
2235
2204
|
i,
|
2236
2205
|
"showgamename",
|
2237
2206
|
/*showgamename*/
|
2238
2207
|
a[13]
|
2239
|
-
),
|
2208
|
+
), n(
|
2240
2209
|
i,
|
2241
2210
|
"translationurl",
|
2242
2211
|
/*translationurl*/
|
2243
2212
|
a[11]
|
2244
|
-
),
|
2245
|
-
a[91].isFavorite),
|
2213
|
+
), n(i, "gamefavorite", N = /*gameprops*/
|
2214
|
+
a[91].isFavorite), n(
|
2246
2215
|
i,
|
2247
2216
|
"currency",
|
2248
2217
|
/*currency*/
|
2249
2218
|
a[12]
|
2250
|
-
),
|
2219
|
+
), n(i, "livelobbyendpoint", w = /*gameprops*/
|
2251
2220
|
a[91].details ? (
|
2252
2221
|
/*gameprops*/
|
2253
2222
|
a[91].href
|
2254
|
-
) : ""),
|
2223
|
+
) : ""), n(
|
2255
2224
|
i,
|
2256
2225
|
"clientstyling",
|
2257
2226
|
/*clientstyling*/
|
2258
2227
|
a[9]
|
2259
|
-
),
|
2228
|
+
), n(
|
2260
2229
|
i,
|
2261
2230
|
"clientstylingurl",
|
2262
2231
|
/*clientstylingurl*/
|
2263
2232
|
a[10]
|
2264
|
-
),
|
2233
|
+
), n(
|
2265
2234
|
i,
|
2266
2235
|
"endpoint",
|
2267
2236
|
/*endpoint*/
|
2268
2237
|
a[3]
|
2269
|
-
),
|
2238
|
+
), n(
|
2270
2239
|
i,
|
2271
2240
|
"livecasino",
|
2272
2241
|
/*livecasino*/
|
2273
2242
|
a[14]
|
2274
|
-
),
|
2243
|
+
), n(
|
2275
2244
|
i,
|
2276
2245
|
"gamepagemodalurl",
|
2277
2246
|
/*gamepagemodalurl*/
|
2278
2247
|
a[15]
|
2279
|
-
),
|
2248
|
+
), n(
|
2280
2249
|
i,
|
2281
2250
|
"integratedgameframedesktop",
|
2282
2251
|
/*integratedgameframedesktop*/
|
2283
2252
|
a[16]
|
2284
|
-
),
|
2253
|
+
), n(
|
2285
2254
|
i,
|
2286
2255
|
"integratedgameframemobile",
|
2287
2256
|
/*integratedgameframemobile*/
|
2288
2257
|
a[17]
|
2289
2258
|
), this.first = i;
|
2290
2259
|
},
|
2291
|
-
m(
|
2292
|
-
|
2260
|
+
m(d, f) {
|
2261
|
+
S(d, i, f);
|
2293
2262
|
},
|
2294
|
-
p(
|
2295
|
-
var
|
2296
|
-
a =
|
2297
|
-
268435456 && o !== (o = "" + (
|
2298
|
-
(a[91].cellSize ? (
|
2299
|
-
/*gameprops*/
|
2300
|
-
a[91].cellSize
|
2301
|
-
) : "1x1"))) && t(i, "class", o), f[0] & /*shownCategoryData*/
|
2302
|
-
268435456 && l !== (l = "" + (V + /*gameprops*/
|
2263
|
+
p(d, f) {
|
2264
|
+
var L;
|
2265
|
+
a = d, f[0] & /*shownCategoryData*/
|
2266
|
+
268435456 && o !== (o = "" + ($ + /*gameprops*/
|
2303
2267
|
(a[91].cellSize ? (
|
2304
2268
|
/*gameprops*/
|
2305
2269
|
a[91].cellSize
|
2306
|
-
) : "1x1"))) &&
|
2307
|
-
64 &&
|
2270
|
+
) : "1x1"))) && n(i, "class", o), f[0] & /*session*/
|
2271
|
+
64 && n(
|
2308
2272
|
i,
|
2309
2273
|
"session",
|
2310
2274
|
/*session*/
|
2311
2275
|
a[6]
|
2312
2276
|
), f[0] & /*userid*/
|
2313
|
-
128 &&
|
2277
|
+
128 && n(
|
2314
2278
|
i,
|
2315
2279
|
"userid",
|
2316
2280
|
/*userid*/
|
2317
2281
|
a[7]
|
2318
2282
|
), f[0] & /*lang*/
|
2319
|
-
32 &&
|
2283
|
+
32 && n(
|
2320
2284
|
i,
|
2321
2285
|
"lang",
|
2322
2286
|
/*lang*/
|
2323
2287
|
a[5]
|
2324
2288
|
), f[1] & /*searchItem*/
|
2325
|
-
2 &&
|
2289
|
+
2 && n(
|
2326
2290
|
i,
|
2327
2291
|
"searchitem",
|
2328
2292
|
/*searchItem*/
|
2329
2293
|
a[32]
|
2330
2294
|
), f[0] & /*favorites*/
|
2331
|
-
256 &&
|
2295
|
+
256 && n(
|
2332
2296
|
i,
|
2333
2297
|
"favorites",
|
2334
2298
|
/*favorites*/
|
2335
2299
|
a[8]
|
2336
2300
|
), f[0] & /*categoryid*/
|
2337
|
-
1 &&
|
2301
|
+
1 && n(
|
2338
2302
|
i,
|
2339
2303
|
"categoryid",
|
2340
2304
|
/*categoryid*/
|
2341
2305
|
a[0]
|
2342
2306
|
), f[0] & /*shownCategoryData*/
|
2343
2307
|
268435456 && s !== (s = /*gameprops*/
|
2344
|
-
a[91].thumbnail) &&
|
2308
|
+
a[91].thumbnail) && n(i, "gamethumbnail", s), f[0] & /*shownCategoryData*/
|
2309
|
+
268435456 && l !== (l = /*gameprops*/
|
2310
|
+
a[91].name) && n(i, "gamename", l), f[0] & /*shownCategoryData*/
|
2345
2311
|
268435456 && m !== (m = /*gameprops*/
|
2346
|
-
a[91].
|
2312
|
+
a[91].vendor.displayName) && n(i, "gamevendor", m), f[0] & /*shownCategoryData*/
|
2347
2313
|
268435456 && c !== (c = /*gameprops*/
|
2348
|
-
a[91].
|
2314
|
+
a[91].launchUrl) && n(i, "gameLaunchUrl", c), f[0] & /*shownCategoryData*/
|
2349
2315
|
268435456 && u !== (u = /*gameprops*/
|
2350
|
-
a[91].
|
2351
|
-
268435456 &&
|
2352
|
-
(E = a[91]) == null ? void 0 : E.isNew) && t(i, "gameisnew", d), f[0] & /*shownCategoryData*/
|
2353
|
-
268435456 && _ !== (_ = /*addGameTag*/
|
2316
|
+
(L = a[91]) == null ? void 0 : L.isNew) && n(i, "gameisnew", u), f[0] & /*shownCategoryData*/
|
2317
|
+
268435456 && g !== (g = /*addGameTag*/
|
2354
2318
|
a[44](
|
2355
2319
|
/*gameprops*/
|
2356
2320
|
a[91].advancedTags
|
2357
|
-
)) &&
|
2321
|
+
)) && n(i, "gametag", g), f[0] & /*shownCategoryData*/
|
2322
|
+
268435456 && _ !== (_ = /*gameprops*/
|
2323
|
+
a[91].cellSize) && n(i, "gamecellsize", _), f[0] & /*shownCategoryData*/
|
2358
2324
|
268435456 && b !== (b = /*gameprops*/
|
2359
|
-
a[91].
|
2325
|
+
a[91].id) && n(i, "gameid", b), f[0] & /*shownCategoryData*/
|
2360
2326
|
268435456 && F !== (F = /*gameprops*/
|
2361
|
-
a[91].
|
2362
|
-
|
2363
|
-
a[91].hasFunMode) && t(i, "gamefunmode", N), f[0] & /*mbsource*/
|
2364
|
-
2097152 && t(
|
2327
|
+
a[91].hasFunMode) && n(i, "gamefunmode", F), f[0] & /*mbsource*/
|
2328
|
+
2097152 && n(
|
2365
2329
|
i,
|
2366
2330
|
"mbsource",
|
2367
2331
|
/*mbsource*/
|
2368
2332
|
a[21]
|
2369
2333
|
), f[0] & /*showgamename*/
|
2370
|
-
8192 &&
|
2334
|
+
8192 && n(
|
2371
2335
|
i,
|
2372
2336
|
"showgamename",
|
2373
2337
|
/*showgamename*/
|
2374
2338
|
a[13]
|
2375
2339
|
), f[0] & /*translationurl*/
|
2376
|
-
2048 &&
|
2340
|
+
2048 && n(
|
2377
2341
|
i,
|
2378
2342
|
"translationurl",
|
2379
2343
|
/*translationurl*/
|
2380
2344
|
a[11]
|
2381
2345
|
), f[0] & /*shownCategoryData*/
|
2382
|
-
268435456 &&
|
2383
|
-
a[91].isFavorite) &&
|
2384
|
-
4096 &&
|
2346
|
+
268435456 && N !== (N = /*gameprops*/
|
2347
|
+
a[91].isFavorite) && n(i, "gamefavorite", N), f[0] & /*currency*/
|
2348
|
+
4096 && n(
|
2385
2349
|
i,
|
2386
2350
|
"currency",
|
2387
2351
|
/*currency*/
|
2388
2352
|
a[12]
|
2389
2353
|
), f[0] & /*shownCategoryData*/
|
2390
|
-
268435456 &&
|
2354
|
+
268435456 && w !== (w = /*gameprops*/
|
2391
2355
|
a[91].details ? (
|
2392
2356
|
/*gameprops*/
|
2393
2357
|
a[91].href
|
2394
|
-
) : "") &&
|
2395
|
-
512 &&
|
2358
|
+
) : "") && n(i, "livelobbyendpoint", w), f[0] & /*clientstyling*/
|
2359
|
+
512 && n(
|
2396
2360
|
i,
|
2397
2361
|
"clientstyling",
|
2398
2362
|
/*clientstyling*/
|
2399
2363
|
a[9]
|
2400
2364
|
), f[0] & /*clientstylingurl*/
|
2401
|
-
1024 &&
|
2365
|
+
1024 && n(
|
2402
2366
|
i,
|
2403
2367
|
"clientstylingurl",
|
2404
2368
|
/*clientstylingurl*/
|
2405
2369
|
a[10]
|
2406
2370
|
), f[0] & /*endpoint*/
|
2407
|
-
8 &&
|
2371
|
+
8 && n(
|
2408
2372
|
i,
|
2409
2373
|
"endpoint",
|
2410
2374
|
/*endpoint*/
|
2411
2375
|
a[3]
|
2412
2376
|
), f[0] & /*livecasino*/
|
2413
|
-
16384 &&
|
2377
|
+
16384 && n(
|
2414
2378
|
i,
|
2415
2379
|
"livecasino",
|
2416
2380
|
/*livecasino*/
|
2417
2381
|
a[14]
|
2418
2382
|
), f[0] & /*gamepagemodalurl*/
|
2419
|
-
32768 &&
|
2383
|
+
32768 && n(
|
2420
2384
|
i,
|
2421
2385
|
"gamepagemodalurl",
|
2422
2386
|
/*gamepagemodalurl*/
|
2423
2387
|
a[15]
|
2424
2388
|
), f[0] & /*integratedgameframedesktop*/
|
2425
|
-
65536 &&
|
2389
|
+
65536 && n(
|
2426
2390
|
i,
|
2427
2391
|
"integratedgameframedesktop",
|
2428
2392
|
/*integratedgameframedesktop*/
|
2429
2393
|
a[16]
|
2430
2394
|
), f[0] & /*integratedgameframemobile*/
|
2431
|
-
131072 &&
|
2395
|
+
131072 && n(
|
2432
2396
|
i,
|
2433
2397
|
"integratedgameframemobile",
|
2434
2398
|
/*integratedgameframemobile*/
|
2435
2399
|
a[17]
|
2436
2400
|
);
|
2437
2401
|
},
|
2438
|
-
d(
|
2439
|
-
|
2402
|
+
d(d) {
|
2403
|
+
d && y(i);
|
2440
2404
|
}
|
2441
2405
|
};
|
2442
2406
|
}
|
2443
|
-
function
|
2407
|
+
function Si(t) {
|
2444
2408
|
let a;
|
2445
2409
|
return {
|
2446
2410
|
c() {
|
2447
2411
|
a = C("p"), a.textContent = "500 Error - Internal Server Error.", h(a, "class", "SearchLoading");
|
2448
2412
|
},
|
2449
2413
|
m(i, o) {
|
2450
|
-
|
2414
|
+
S(i, a, o);
|
2451
2415
|
},
|
2452
2416
|
d(i) {
|
2453
|
-
i &&
|
2417
|
+
i && y(a);
|
2454
2418
|
}
|
2455
2419
|
};
|
2456
2420
|
}
|
2457
|
-
function
|
2421
|
+
function Fi(t) {
|
2458
2422
|
let a;
|
2459
2423
|
return {
|
2460
2424
|
c() {
|
2461
2425
|
a = C("p"), a.textContent = "404 Error - No result found.", h(a, "class", "SearchLoading");
|
2462
2426
|
},
|
2463
2427
|
m(i, o) {
|
2464
|
-
|
2428
|
+
S(i, a, o);
|
2465
2429
|
},
|
2466
2430
|
d(i) {
|
2467
|
-
i &&
|
2431
|
+
i && y(a);
|
2468
2432
|
}
|
2469
2433
|
};
|
2470
2434
|
}
|
2471
|
-
function
|
2435
|
+
function Gi(t) {
|
2472
2436
|
let a;
|
2473
|
-
function i(
|
2437
|
+
function i(l, m) {
|
2474
2438
|
return (
|
2475
2439
|
/*hasErrors*/
|
2476
|
-
|
2440
|
+
l[25] ? ai : (
|
2477
2441
|
/*searched*/
|
2478
|
-
|
2442
|
+
l[30] ? ei : $a
|
2479
2443
|
)
|
2480
2444
|
);
|
2481
2445
|
}
|
2482
|
-
let o = i(
|
2446
|
+
let o = i(t), s = o(t);
|
2483
2447
|
return {
|
2484
2448
|
c() {
|
2485
|
-
a = C("div"),
|
2449
|
+
a = C("div"), s.c(), h(a, "class", "CasinoGamesCategorySectionContainer");
|
2486
2450
|
},
|
2487
|
-
m(
|
2488
|
-
|
2451
|
+
m(l, m) {
|
2452
|
+
S(l, a, m), s.m(a, null), t[58](a);
|
2489
2453
|
},
|
2490
|
-
p(
|
2491
|
-
o === (o = i(
|
2454
|
+
p(l, m) {
|
2455
|
+
o === (o = i(l)) && s ? s.p(l, m) : (s.d(1), s = o(l), s && (s.c(), s.m(a, null)));
|
2492
2456
|
},
|
2493
2457
|
i: pe,
|
2494
2458
|
o: pe,
|
2495
|
-
d(
|
2496
|
-
|
2459
|
+
d(l) {
|
2460
|
+
l && y(a), s.d(), t[58](null);
|
2497
2461
|
}
|
2498
2462
|
};
|
2499
2463
|
}
|
2500
|
-
const
|
2501
|
-
let
|
2502
|
-
function
|
2464
|
+
const $ = "game-tile-";
|
2465
|
+
let Ci = 0;
|
2466
|
+
function Mi(t, a, i) {
|
2503
2467
|
let o;
|
2504
|
-
|
2505
|
-
let { endpoint:
|
2506
|
-
const
|
2468
|
+
Va(t, Za, (r) => i(42, o = r));
|
2469
|
+
let { endpoint: s = "" } = a, { datasource: l = "" } = a, { lang: m = "" } = a, { session: c = "" } = a, { userid: u = "" } = a, { favorites: g = "" } = a, { clientstyling: _ = "" } = a, { clientstylingurl: b = "" } = a, { translationurl: F = "" } = a, { currency: N = "" } = a, { categoryid: w = "" } = a, { showgamename: d = "" } = a, { livecasino: f = "false" } = a, { gamepagemodalurl: L = "true" } = a, { integratedgameframedesktop: R = "false" } = a, { integratedgameframemobile: v = "false" } = a, { casinomygames: H = "false" } = a, { addfilterselector: ve = "false" } = a, { addsortingselector: we = "false" } = a, { filterbylogo: qe = "" } = a, { casinogamesgridslider: We = "false" } = a, { fetchviaevent: le = "false" } = a, { showallpage: Ae = "casino" } = a, { actionevent: Ee = "CategoryChange" } = a, { displayedgamecount: ke = "10" } = a, { showallbuttongamescount: ye = "10" } = a, { mbsource: je } = a, Q = !0, Re = !1, Se, Fe, ee = !0, Be = window.navigator.userAgent, T, z = [], Y = !0, ae = 40, J = !1, Ge = !1, Ye = !1, re = !1, Le = !1, Te = !0, me = !1, ue, Pe, ce, fe = !1, K, Ce = !1, ge = new Array(1e4), de = {}, De = "", ie = "", Me, Ue, U, q = [], ze = new AbortController(), te = { items: [], count: 0, name: "" };
|
2470
|
+
const _a = () => {
|
2507
2471
|
fetch(F).then((p) => p.json()).then((p) => {
|
2508
2472
|
Object.keys(p).forEach((G) => {
|
2509
|
-
|
2473
|
+
Qe(G, p[G]);
|
2510
2474
|
});
|
2511
2475
|
}).catch((p) => {
|
2512
2476
|
console.log(p);
|
2513
2477
|
});
|
2514
2478
|
};
|
2515
|
-
Object.keys(
|
2516
|
-
|
2479
|
+
Object.keys(xe).forEach((r) => {
|
2480
|
+
Qe(r, xe[r]);
|
2517
2481
|
}), typeof document.hidden != "undefined" ? Me = "hidden" : typeof document.msHidden != "undefined" ? Me = "msHidden" : typeof document.webkitHidden != "undefined" && (Me = "webkitHidden");
|
2518
|
-
let
|
2482
|
+
let pa = new IntersectionObserver((r) => {
|
2519
2483
|
r.forEach((p) => Ie(this, null, function* () {
|
2520
|
-
let G = p.target.gameid,
|
2521
|
-
p.isIntersecting ? (
|
2484
|
+
let G = p.target.gameid, E = p.target.elems_index;
|
2485
|
+
p.isIntersecting ? (E * 1.2 > ae && ya(w), i(39, de[G] = 1, de)) : i(39, de[G] = 0, de);
|
2522
2486
|
}));
|
2523
2487
|
});
|
2524
|
-
const
|
2525
|
-
let G = `${
|
2526
|
-
i(24,
|
2527
|
-
let
|
2488
|
+
const Je = (r, p) => {
|
2489
|
+
let G = `${s}/v1/player/${p}/favorites/`;
|
2490
|
+
i(24, Q = !0);
|
2491
|
+
let E = {
|
2528
2492
|
method: "GET",
|
2529
2493
|
headers: { "X-SessionID": r }
|
2530
2494
|
};
|
2531
|
-
return new Promise((
|
2532
|
-
fetch(G,
|
2533
|
-
var
|
2534
|
-
if (i(24,
|
2535
|
-
|
2536
|
-
|
2495
|
+
return new Promise((P, M) => {
|
2496
|
+
fetch(G, E).then((A) => A.json()).then((A) => {
|
2497
|
+
var ne;
|
2498
|
+
if (i(24, Q = !1), U = [], A) {
|
2499
|
+
A.items.forEach((j) => {
|
2500
|
+
j.gameModel && (U.push(j), q.includes(j.id) || q.push(j.id));
|
2537
2501
|
});
|
2538
|
-
const W = (
|
2502
|
+
const W = (ne = He(U)) == null ? void 0 : ne.length;
|
2539
2503
|
window.postMessage({
|
2540
2504
|
type: "UpdateFavoritesCount",
|
2541
2505
|
favoriteGamesLength: W
|
2542
2506
|
});
|
2543
2507
|
} else
|
2544
|
-
|
2545
|
-
w === "FAVORITES" &&
|
2546
|
-
W.isFavorite =
|
2508
|
+
U = [];
|
2509
|
+
w === "FAVORITES" && Xe(U), z.forEach((W) => {
|
2510
|
+
W.isFavorite = X(W.id);
|
2547
2511
|
});
|
2548
|
-
let
|
2549
|
-
i(28, z = void 0), i(28, z =
|
2550
|
-
}).catch((
|
2551
|
-
console.error(
|
2512
|
+
let V = z;
|
2513
|
+
i(28, z = void 0), i(28, z = V), P(U);
|
2514
|
+
}).catch((A) => {
|
2515
|
+
console.error(A), M(A);
|
2552
2516
|
});
|
2553
2517
|
});
|
2554
2518
|
}, he = (r, p, G) => {
|
2555
2519
|
ze && ze.abort(), ze = new AbortController();
|
2556
|
-
const
|
2557
|
-
i(24,
|
2558
|
-
let
|
2559
|
-
return (r.match(/\$/g) || []).length > 1 ? (
|
2560
|
-
if (M.searchParams.delete("pagination"), M.searchParams.append("expand", "games(vendor)"), M.searchParams.append("fields", "id,name,games"), M.searchParams.append("platform",
|
2561
|
-
if (
|
2562
|
-
let
|
2563
|
-
i(33, Le = !0),
|
2564
|
-
|
2565
|
-
}), M.searchParams.append("filter", `${
|
2520
|
+
const E = ze.signal;
|
2521
|
+
i(24, Q = !0);
|
2522
|
+
let P = "", M = "", A = JSON.parse(localStorage.getItem("vendorFiltersByCategory")), V = JSON.parse(localStorage.getItem("vendorSortingBy"));
|
2523
|
+
return (r.match(/\$/g) || []).length > 1 ? (P = r.split("$").slice(0, 2).join("$"), M = new URL(`${s}/v1/casino/groups/${l}/${P}/subGroups`)) : M = new URL(`${s}/v1/casino/groups/${l}/${r}`), new Promise((ne, W) => {
|
2524
|
+
if (M.searchParams.delete("pagination"), M.searchParams.append("expand", "games(vendor)"), M.searchParams.append("fields", "id,name,games"), M.searchParams.append("platform", qa(Be)), M.searchParams.append("pagination", `games(offset=${p},limit=${G})`), M.searchParams.append("language", m), window.postMessage({ type: "CategoryVendors", categoryid: r }, window.location.href), A && A[r])
|
2525
|
+
if (A[r].length && ee === !1 && fe === !1) {
|
2526
|
+
let j = "";
|
2527
|
+
i(33, Le = !0), A[r].forEach((_e) => {
|
2528
|
+
j = j + (j ? `,games(vendor(id=${_e}))` : `games(vendor(id=${_e}))`);
|
2529
|
+
}), M.searchParams.append("filter", `${j}`);
|
2566
2530
|
} else
|
2567
2531
|
i(33, Le = !1);
|
2568
|
-
|
2569
|
-
|
2532
|
+
V && (V[r] ? V[r] && V[r] != "All" && (V[r] == "isNew" || V[r] == "advancedTags(name(hot))" ? (M.searchParams.append("sortedField", `games(${V[r]})`), M.searchParams.append("orderBy", "DES")) : M.searchParams.append("sortedField", `games(${V[r]})`)) : ie && ie != "All" && (ie == "advancedTags(name(hot))" || ie == "isNew" ? (M.searchParams.append("sortedField", `games(${ie})`), M.searchParams.append("orderBy", "DES")) : M.searchParams.append("sortedField", `games(${ie})`))), fetch(M, { signal: E }).then((j) => j.json()).then((j) => {
|
2533
|
+
E.aborted || (i(24, Q = !1), (r.match(/\$/g) || []).length > 1 && (j = j.items.filter((_e) => {
|
2570
2534
|
if (_e.id == r) return _e;
|
2571
|
-
})[0]), i(51, Ue = !0), i(25, Re = !1), Pe =
|
2572
|
-
}).catch((
|
2573
|
-
|
2535
|
+
})[0]), i(51, Ue = !0), i(25, Re = !1), Pe = j.games.total, i(35, me = !0), ne(j));
|
2536
|
+
}).catch((j) => {
|
2537
|
+
j.name !== "AbortError" && (i(25, Re = !0), console.error(j), W(j));
|
2574
2538
|
});
|
2575
2539
|
});
|
2576
|
-
},
|
2577
|
-
r !== "" && (i(30,
|
2578
|
-
i(27,
|
2579
|
-
|
2540
|
+
}, ba = (r, p, G) => {
|
2541
|
+
r !== "" && (i(30, J = !1), i(26, ee = !0), i(1, ve = "false"), i(2, we = "false"), i(32, re = !1), Ce = !1, i(29, Y = +p > +G), he(r, 0, +p).then((E) => {
|
2542
|
+
i(27, T = E), i(28, z = T.games.items), z && z.forEach((P) => {
|
2543
|
+
P.isFavorite = X(P.id);
|
2580
2544
|
});
|
2581
2545
|
}));
|
2582
2546
|
}, Oe = (r) => {
|
2583
2547
|
if (r.data)
|
2584
2548
|
switch (r.data.type) {
|
2585
2549
|
case "MostPlayedData":
|
2586
|
-
w == "MOSTPLAYED" && (i(30,
|
2550
|
+
w == "MOSTPLAYED" && (i(30, J = !1), i(26, ee = !1), i(29, Y = !1), i(28, z = r.data.mostPlayedGames), i(27, T = {
|
2587
2551
|
id: "MOSTPLAYED",
|
2588
2552
|
name: "Most Played Games",
|
2589
2553
|
games: {
|
@@ -2591,10 +2555,10 @@ function zi(n, a, i) {
|
|
2591
2555
|
total: r.data.mostPlayedGames.length,
|
2592
2556
|
items: r.data.mostPlayedGames
|
2593
2557
|
}
|
2594
|
-
})), i(24,
|
2558
|
+
})), i(24, Q = !1);
|
2595
2559
|
break;
|
2596
2560
|
case "LastPlayedData":
|
2597
|
-
w == "LASTPLAYED" && (i(30,
|
2561
|
+
w == "LASTPLAYED" && (i(30, J = !1), i(26, ee = !1), i(29, Y = !1), i(28, z = r.data.lastPlayedGames), i(27, T = {
|
2598
2562
|
id: "LASTPLAYED",
|
2599
2563
|
name: "Last Played Games",
|
2600
2564
|
games: {
|
@@ -2602,28 +2566,28 @@ function zi(n, a, i) {
|
|
2602
2566
|
total: r.data.lastPlayedGames.length,
|
2603
2567
|
items: r.data.lastPlayedGames
|
2604
2568
|
}
|
2605
|
-
})), i(24,
|
2569
|
+
})), i(24, Q = !1);
|
2606
2570
|
break;
|
2607
2571
|
case "CustomOperatorData":
|
2608
2572
|
r.data.operatordetail;
|
2609
2573
|
break;
|
2610
2574
|
case "RecentSearchData":
|
2611
|
-
i(30,
|
2612
|
-
p.isFavorite =
|
2575
|
+
i(30, J = !0), i(31, Ge = !0), r.data.searchData.length > 0 ? (i(28, z = r.data.searchData), i(34, Te = !0), z && z.forEach((p) => {
|
2576
|
+
p.isFavorite = X(p.id);
|
2613
2577
|
})) : (i(28, z = []), i(34, Te = !1));
|
2614
2578
|
break;
|
2615
2579
|
case "OutOfRecentSearches":
|
2616
|
-
i(30,
|
2580
|
+
i(30, J = !1), i(31, Ge = !1);
|
2617
2581
|
break;
|
2618
2582
|
case "SearchData":
|
2619
|
-
i(30,
|
2620
|
-
p.isFavorite =
|
2583
|
+
i(30, J = !0), i(31, Ge = !1), i(28, z = r.data.searchData.items || []), i(32, re = !0), r.data.receivedFavoriteResults && (U = r.data.receivedFavoriteResults.items), z && z.forEach((p) => {
|
2584
|
+
p.isFavorite = X(p.id);
|
2621
2585
|
});
|
2622
2586
|
break;
|
2623
2587
|
case `CategoryData_${w}`:
|
2624
|
-
i(30,
|
2625
|
-
i(27,
|
2626
|
-
G.isFavorite =
|
2588
|
+
i(30, J = !1), i(26, ee = !0), i(1, ve = "false"), i(2, we = "false"), i(32, re = !1), Ce = !1, r.data.receivedFavoriteResults && (U = r.data.receivedFavoriteResults.items), he(r.data.categoryId, 0, r.data.visiblegames).then((p) => {
|
2589
|
+
i(27, T = p), i(28, z = T.games.items), Pe <= r.data.visiblegames ? i(29, Y = !1) : i(29, Y = !0), z && z.forEach((G) => {
|
2590
|
+
G.isFavorite = X(G.id);
|
2627
2591
|
});
|
2628
2592
|
});
|
2629
2593
|
break;
|
@@ -2632,162 +2596,162 @@ function zi(n, a, i) {
|
|
2632
2596
|
break;
|
2633
2597
|
case "ApplySorter":
|
2634
2598
|
i(0, w = r.data.itemId), ie = r.data.sortBy, he(w, 0, ae).then((p) => {
|
2635
|
-
i(27,
|
2599
|
+
i(27, T = p), i(28, z = T.games.items), i(29, Y = !1);
|
2636
2600
|
});
|
2637
2601
|
break;
|
2638
2602
|
case "CategoryUpdate":
|
2639
|
-
|
2603
|
+
Ke(r.data.itemId);
|
2640
2604
|
break;
|
2641
2605
|
case `SetUnfavoredGame${w}`:
|
2642
|
-
|
2606
|
+
ka(`${s}/v1/player/${u}/favorites`, c, r.data.id);
|
2643
2607
|
break;
|
2644
2608
|
case `SetFavoredGame${w}`:
|
2645
|
-
|
2609
|
+
wa(`${s}/v1/player/${u}/favorites`, c, r.data.id);
|
2646
2610
|
break;
|
2647
2611
|
case "UserSessionID":
|
2648
|
-
Se = r.data.session, Fe = r.data.userID,
|
2612
|
+
Se = r.data.session, Fe = r.data.userID, g == "true" && Fe && Fe.length && Se && Se.length > 0 && Je(Se, Fe);
|
2649
2613
|
break;
|
2650
2614
|
case "UpdateFavoredList":
|
2651
2615
|
w === "FAVORITES" && Ve(r.data.url, r.data.sessionID);
|
2652
2616
|
break;
|
2653
2617
|
}
|
2654
|
-
},
|
2655
|
-
i(30,
|
2656
|
-
i(27,
|
2657
|
-
G.isFavorite =
|
2658
|
-
}), i(28, z =
|
2618
|
+
}, Ke = (r) => {
|
2619
|
+
i(30, J = !1), i(26, ee = !1), i(32, re = !1), Ce = !0, i(35, me = !1), i(0, w = r), w !== "MOSTPLAYED" && i(29, Y = !1), H !== "true" && he(w, 0, ae).then((p) => {
|
2620
|
+
i(27, T = p), T.games.items.forEach((G) => {
|
2621
|
+
G.isFavorite = X(G.id);
|
2622
|
+
}), i(28, z = T.games.items), i(29, Y = !1), z.length < 10 && e.data.origin == !1 && (Ye = !0, setTimeout(
|
2659
2623
|
() => {
|
2660
|
-
window.postMessage({ type: "WidgetTopReference", scrollTop:
|
2624
|
+
window.postMessage({ type: "WidgetTopReference", scrollTop: Ye }, window.location.href);
|
2661
2625
|
},
|
2662
2626
|
500
|
2663
2627
|
));
|
2664
2628
|
});
|
2665
|
-
},
|
2666
|
-
|
2667
|
-
r.isFavorite =
|
2629
|
+
}, va = () => {
|
2630
|
+
T && (i(28, z = T.games.items), z.forEach((r) => {
|
2631
|
+
r.isFavorite = X(r.id);
|
2668
2632
|
}));
|
2669
|
-
},
|
2633
|
+
}, X = (r) => {
|
2670
2634
|
var p;
|
2671
|
-
return (p =
|
2635
|
+
return (p = U == null ? void 0 : U.some((G) => G.id === r)) != null ? p : !1;
|
2672
2636
|
};
|
2673
|
-
let
|
2674
|
-
yield Ve(r, p),
|
2675
|
-
let
|
2637
|
+
let wa = (r, p, G) => Ie(this, null, function* () {
|
2638
|
+
yield Ve(r, p), q.includes(G) || q.push(G);
|
2639
|
+
let P = {
|
2676
2640
|
method: "POST",
|
2677
2641
|
headers: {
|
2678
2642
|
"X-SessionID": p,
|
2679
2643
|
"Content-Type": "application/json",
|
2680
2644
|
Accept: "application/json"
|
2681
2645
|
},
|
2682
|
-
body: JSON.stringify({ items:
|
2646
|
+
body: JSON.stringify({ items: q })
|
2683
2647
|
};
|
2684
|
-
fetch(r,
|
2648
|
+
fetch(r, P).then((M) => M.json()).then(() => {
|
2685
2649
|
window.postMessage({ type: `AddFavoriteThumbnail_${G}` }, window.location.href);
|
2686
2650
|
}).catch((M) => {
|
2687
2651
|
console.error("Err", M);
|
2688
2652
|
});
|
2689
2653
|
});
|
2690
|
-
const
|
2691
|
-
let
|
2654
|
+
const ka = (r, p, G) => {
|
2655
|
+
let E = {
|
2692
2656
|
method: "DELETE",
|
2693
2657
|
headers: { "X-SessionID": p }
|
2694
2658
|
};
|
2695
|
-
fetch(`${r}/${G}`,
|
2659
|
+
fetch(`${r}/${G}`, E).then((P) => P.json()).then(() => {
|
2696
2660
|
window.postMessage(
|
2697
2661
|
{
|
2698
2662
|
type: `RemoveFavoriteThumbnail_${G}`
|
2699
2663
|
},
|
2700
2664
|
window.location.href
|
2701
2665
|
), Ve(r, p);
|
2702
|
-
}),
|
2666
|
+
}), q.includes(G) && (q = q.filter((P) => P != G));
|
2703
2667
|
}, Ve = (r, p) => Ie(this, null, function* () {
|
2704
2668
|
return fetch(r, {
|
2705
2669
|
method: "GET",
|
2706
2670
|
headers: { "X-SessionID": p }
|
2707
|
-
}).then((
|
2671
|
+
}).then((E) => E.json()).then((E) => {
|
2708
2672
|
var M;
|
2709
|
-
|
2710
|
-
|
2711
|
-
}),
|
2712
|
-
|
2673
|
+
U = E.items, le ? (U.forEach((A) => {
|
2674
|
+
q.includes(A.id) || q.push(A.id);
|
2675
|
+
}), va()) : U.forEach((A) => {
|
2676
|
+
A.isFavorite = X(A.id);
|
2713
2677
|
});
|
2714
|
-
const
|
2678
|
+
const P = (M = He(U)) == null ? void 0 : M.length;
|
2715
2679
|
w === "FAVORITES" && (window.postMessage({
|
2716
2680
|
type: "UpdateFavoritesCount",
|
2717
|
-
favoriteGamesLength:
|
2718
|
-
}),
|
2719
|
-
}).catch((
|
2720
|
-
console.error(
|
2681
|
+
favoriteGamesLength: P
|
2682
|
+
}), Xe(U));
|
2683
|
+
}).catch((E) => {
|
2684
|
+
console.error(E);
|
2721
2685
|
});
|
2722
|
-
}),
|
2686
|
+
}), Xe = (r) => {
|
2723
2687
|
if (!r) return;
|
2724
2688
|
let p;
|
2725
2689
|
p = (r == null ? void 0 : r.items) || r || [], p.length > 0 && p.forEach((G) => {
|
2726
2690
|
G.gameModel && (G.gameModel.isFavorite = !0);
|
2727
|
-
}), i(41,
|
2728
|
-
},
|
2729
|
-
ae += 1, i(35, me = !0), ae <= Pe && he(r,
|
2730
|
-
i(27,
|
2731
|
-
G.isFavorite =
|
2691
|
+
}), i(41, te.items = He(p, te.items), te), i(41, te.name = "Favorites", te), i(24, Q = !1);
|
2692
|
+
}, ya = (r) => {
|
2693
|
+
ae += 1, i(35, me = !0), ae <= Pe && he(r, Ci, ae).then((p) => {
|
2694
|
+
i(27, T = p), T.games.items.length > z.length && (i(28, z = T.games.items), z.forEach((G) => {
|
2695
|
+
G.isFavorite = X(G.id);
|
2732
2696
|
})), i(35, me = !1);
|
2733
2697
|
});
|
2734
|
-
},
|
2698
|
+
}, Sa = (r) => {
|
2735
2699
|
const p = r != null ? r : [];
|
2736
2700
|
if ((p == null ? void 0 : p.length) === 0) return "";
|
2737
|
-
let G = "",
|
2701
|
+
let G = "", E = 999999999999, P;
|
2738
2702
|
const M = new Date(Date.now());
|
2739
|
-
return p.forEach((
|
2740
|
-
const
|
2741
|
-
Ne(W).diff(M) <
|
2703
|
+
return p.forEach((A, V) => {
|
2704
|
+
const ne = new Date(A.schedules[0].startTime), W = new Date(A.schedules[0].endTime);
|
2705
|
+
Ne(W).diff(M) < E && (E = Ne(W).diff(M), P = V), Ne(M).isAfter(ne) && Ne(M).isBefore(W) && (G = p[P].name);
|
2742
2706
|
}), G;
|
2743
|
-
},
|
2707
|
+
}, Ze = (r) => {
|
2744
2708
|
window.postMessage(
|
2745
2709
|
{
|
2746
|
-
type: `${
|
2710
|
+
type: `${Ee}`,
|
2747
2711
|
itemId: r,
|
2748
2712
|
showallpage: Ae
|
2749
2713
|
},
|
2750
2714
|
window.location.href
|
2751
2715
|
);
|
2752
|
-
},
|
2716
|
+
}, Fa = () => {
|
2753
2717
|
switch (w) {
|
2754
2718
|
case "FAVORITES":
|
2755
2719
|
u && c && i(38, fe = !0);
|
2756
2720
|
break;
|
2757
2721
|
case "MOSTPLAYED":
|
2758
|
-
|
2722
|
+
H === "false" && u && c && i(38, fe = !1);
|
2759
2723
|
break;
|
2760
2724
|
case "LASTPLAYED":
|
2761
|
-
|
2725
|
+
H === "false" && u && c && i(38, fe = !1);
|
2762
2726
|
break;
|
2763
2727
|
default:
|
2764
|
-
|
2728
|
+
Ke(w);
|
2765
2729
|
break;
|
2766
2730
|
}
|
2767
|
-
},
|
2731
|
+
}, Ga = () => {
|
2768
2732
|
document[Me] ? i(40, De = "disconnect") : i(40, De = "connect");
|
2769
|
-
},
|
2733
|
+
}, Ca = () => {
|
2770
2734
|
Ce && ge.forEach((r, p) => {
|
2771
|
-
r && (r.elems_index = p,
|
2735
|
+
r && (r.elems_index = p, pa.observe(r));
|
2772
2736
|
});
|
2773
|
-
},
|
2774
|
-
|
2737
|
+
}, Ma = () => {
|
2738
|
+
Qa(m);
|
2775
2739
|
};
|
2776
|
-
|
2777
|
-
window.
|
2740
|
+
Ha(() => (window.addEventListener("visibilitychange", (r) => Ga()), window.addEventListener("message", Oe, !1), () => {
|
2741
|
+
window.removeEventListener("message", Oe), window.removeEventListener("visibilitychange", Oe);
|
2778
2742
|
}));
|
2779
|
-
function
|
2743
|
+
function za(r) {
|
2780
2744
|
oe[r ? "unshift" : "push"](() => {
|
2781
2745
|
ce = r, i(37, ce);
|
2782
2746
|
});
|
2783
2747
|
}
|
2784
|
-
const
|
2785
|
-
function
|
2748
|
+
const Ia = (r) => Ze(T.id);
|
2749
|
+
function Na(r, p) {
|
2786
2750
|
oe[r ? "unshift" : "push"](() => {
|
2787
2751
|
ge[p] = r, i(23, ge);
|
2788
2752
|
});
|
2789
2753
|
}
|
2790
|
-
function
|
2754
|
+
function Aa(r) {
|
2791
2755
|
oe[r ? "unshift" : "push"](() => {
|
2792
2756
|
ue = r, i(36, ue);
|
2793
2757
|
});
|
@@ -2797,63 +2761,63 @@ function zi(n, a, i) {
|
|
2797
2761
|
ce = r, i(37, ce);
|
2798
2762
|
});
|
2799
2763
|
}
|
2800
|
-
function
|
2764
|
+
function ja(r) {
|
2801
2765
|
oe[r ? "unshift" : "push"](() => {
|
2802
2766
|
ue = r, i(36, ue);
|
2803
2767
|
});
|
2804
2768
|
}
|
2805
|
-
function
|
2769
|
+
function Ra(r) {
|
2806
2770
|
oe[r ? "unshift" : "push"](() => {
|
2807
|
-
|
2771
|
+
K = r, i(22, K);
|
2808
2772
|
});
|
2809
2773
|
}
|
2810
|
-
return
|
2811
|
-
"endpoint" in r && i(3,
|
2812
|
-
},
|
2813
|
-
|
2814
|
-
32 && m &&
|
2815
|
-
57 |
|
2816
|
-
819200 && (
|
2817
|
-
456 &&
|
2818
|
-
8388608 |
|
2819
|
-
1048576 && Ue && ge &&
|
2820
|
-
33 && m && w &&
|
2821
|
-
2048 && F &&
|
2822
|
-
4194816 && _ &&
|
2823
|
-
4195328 && b &&
|
2824
|
-
6291456 &&
|
2774
|
+
return t.$$set = (r) => {
|
2775
|
+
"endpoint" in r && i(3, s = r.endpoint), "datasource" in r && i(4, l = r.datasource), "lang" in r && i(5, m = r.lang), "session" in r && i(6, c = r.session), "userid" in r && i(7, u = r.userid), "favorites" in r && i(8, g = r.favorites), "clientstyling" in r && i(9, _ = r.clientstyling), "clientstylingurl" in r && i(10, b = r.clientstylingurl), "translationurl" in r && i(11, F = r.translationurl), "currency" in r && i(12, N = r.currency), "categoryid" in r && i(0, w = r.categoryid), "showgamename" in r && i(13, d = r.showgamename), "livecasino" in r && i(14, f = r.livecasino), "gamepagemodalurl" in r && i(15, L = r.gamepagemodalurl), "integratedgameframedesktop" in r && i(16, R = r.integratedgameframedesktop), "integratedgameframemobile" in r && i(17, v = r.integratedgameframemobile), "casinomygames" in r && i(18, H = r.casinomygames), "addfilterselector" in r && i(1, ve = r.addfilterselector), "addsortingselector" in r && i(2, we = r.addsortingselector), "filterbylogo" in r && i(19, qe = r.filterbylogo), "casinogamesgridslider" in r && i(20, We = r.casinogamesgridslider), "fetchviaevent" in r && i(46, le = r.fetchviaevent), "showallpage" in r && i(47, Ae = r.showallpage), "actionevent" in r && i(48, Ee = r.actionevent), "displayedgamecount" in r && i(49, ke = r.displayedgamecount), "showallbuttongamescount" in r && i(50, ye = r.showallbuttongamescount), "mbsource" in r && i(21, je = r.mbsource);
|
2776
|
+
}, t.$$.update = () => {
|
2777
|
+
t.$$.dirty[0] & /*lang*/
|
2778
|
+
32 && m && Ma(), t.$$.dirty[0] & /*endpoint, lang, categoryid, datasource*/
|
2779
|
+
57 | t.$$.dirty[1] & /*fetchviaevent, displayedgamecount, showallbuttongamescount*/
|
2780
|
+
819200 && (le === "false" || le === "") && s && m && w && l && ke && ye && ba(w, ke, ye), t.$$.dirty[0] & /*favorites, endpoint, session, userid*/
|
2781
|
+
456 && g === "true" && s && c && u && Je(c, u), t.$$.dirty[0] & /*thumbnailContainer*/
|
2782
|
+
8388608 | t.$$.dirty[1] & /*dataloaded*/
|
2783
|
+
1048576 && Ue && ge && Ca(), t.$$.dirty[0] & /*lang, categoryid*/
|
2784
|
+
33 && m && w && Fa(), t.$$.dirty[0] & /*translationurl*/
|
2785
|
+
2048 && F && _a(), t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
2786
|
+
4194816 && _ && K && Ya(K, _), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
2787
|
+
4195328 && b && K && Ja(K, b), t.$$.dirty[0] & /*customStylingContainer, mbsource*/
|
2788
|
+
6291456 && K && Ka(K, `${je}.Style`);
|
2825
2789
|
}, [
|
2826
2790
|
w,
|
2827
2791
|
ve,
|
2828
2792
|
we,
|
2829
|
-
l,
|
2830
2793
|
s,
|
2794
|
+
l,
|
2831
2795
|
m,
|
2832
2796
|
c,
|
2833
2797
|
u,
|
2834
|
-
|
2798
|
+
g,
|
2835
2799
|
_,
|
2836
2800
|
b,
|
2837
2801
|
F,
|
2838
2802
|
N,
|
2839
|
-
|
2840
|
-
g,
|
2803
|
+
d,
|
2841
2804
|
f,
|
2842
|
-
|
2843
|
-
|
2805
|
+
L,
|
2806
|
+
R,
|
2844
2807
|
v,
|
2808
|
+
H,
|
2845
2809
|
qe,
|
2846
|
-
|
2847
|
-
|
2848
|
-
|
2810
|
+
We,
|
2811
|
+
je,
|
2812
|
+
K,
|
2849
2813
|
ge,
|
2850
|
-
|
2814
|
+
Q,
|
2851
2815
|
Re,
|
2852
2816
|
ee,
|
2853
|
-
|
2817
|
+
T,
|
2854
2818
|
z,
|
2819
|
+
Y,
|
2855
2820
|
J,
|
2856
|
-
K,
|
2857
2821
|
Ge,
|
2858
2822
|
re,
|
2859
2823
|
Le,
|
@@ -2864,34 +2828,34 @@ function zi(n, a, i) {
|
|
2864
2828
|
fe,
|
2865
2829
|
de,
|
2866
2830
|
De,
|
2867
|
-
|
2831
|
+
te,
|
2868
2832
|
o,
|
2869
|
-
|
2870
|
-
|
2871
|
-
|
2872
|
-
|
2833
|
+
Be,
|
2834
|
+
Sa,
|
2835
|
+
Ze,
|
2836
|
+
le,
|
2873
2837
|
Ae,
|
2874
|
-
|
2838
|
+
Ee,
|
2875
2839
|
ke,
|
2876
2840
|
ye,
|
2877
2841
|
Ue,
|
2842
|
+
za,
|
2878
2843
|
Ia,
|
2879
2844
|
Na,
|
2880
2845
|
Aa,
|
2881
|
-
ja,
|
2882
2846
|
Ea,
|
2883
|
-
|
2884
|
-
|
2847
|
+
ja,
|
2848
|
+
Ra
|
2885
2849
|
];
|
2886
2850
|
}
|
2887
|
-
class
|
2851
|
+
class zi extends Pa {
|
2888
2852
|
constructor(a) {
|
2889
|
-
super(),
|
2853
|
+
super(), Da(
|
2890
2854
|
this,
|
2891
2855
|
a,
|
2892
|
-
|
2893
|
-
|
2894
|
-
|
2856
|
+
Mi,
|
2857
|
+
Gi,
|
2858
|
+
Ua,
|
2895
2859
|
{
|
2896
2860
|
endpoint: 3,
|
2897
2861
|
datasource: 4,
|
@@ -2921,7 +2885,7 @@ class Ii extends Da {
|
|
2921
2885
|
showallbuttongamescount: 50,
|
2922
2886
|
mbsource: 21
|
2923
2887
|
},
|
2924
|
-
|
2888
|
+
xa,
|
2925
2889
|
[-1, -1, -1, -1]
|
2926
2890
|
);
|
2927
2891
|
}
|
@@ -3088,7 +3052,7 @@ class Ii extends Da {
|
|
3088
3052
|
this.$$set({ mbsource: a }), I();
|
3089
3053
|
}
|
3090
3054
|
}
|
3091
|
-
|
3055
|
+
Xa(zi, { endpoint: {}, datasource: {}, lang: {}, session: {}, userid: {}, favorites: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, currency: {}, categoryid: {}, showgamename: {}, livecasino: {}, gamepagemodalurl: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, casinomygames: {}, addfilterselector: {}, addsortingselector: {}, filterbylogo: {}, casinogamesgridslider: {}, fetchviaevent: {}, showallpage: {}, actionevent: {}, displayedgamecount: {}, showallbuttongamescount: {}, mbsource: {} }, [], [], !0);
|
3092
3056
|
export {
|
3093
|
-
|
3057
|
+
zi as default
|
3094
3058
|
};
|