@everymatrix/casino-my-games 1.74.2 → 1.74.4

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.
Files changed (31) hide show
  1. package/components/{CasinoFavoritesSection-CRww1NN4.cjs → CasinoFavoritesSection-B6rI3zJo.cjs} +1 -1
  2. package/components/{CasinoFavoritesSection-DMkV8HyP.js → CasinoFavoritesSection-BGPdK-QD.js} +1 -1
  3. package/components/{CasinoFavoritesSection-DMcr3szm.js → CasinoFavoritesSection-CeUwLVP1.js} +1 -1
  4. package/components/{CasinoFilter-DFU4ir1Y.cjs → CasinoFilter-Beqf7q2z.cjs} +1 -1
  5. package/components/{CasinoFilter-CrOAYqjr.js → CasinoFilter-CF783AsG.js} +1 -1
  6. package/components/{CasinoFilter-BUdCzoW9.js → CasinoFilter-CX97a_JI.js} +1 -1
  7. package/components/{CasinoGameThumbnail--v814Ice.js → CasinoGameThumbnail-BajhDXuo.js} +2 -2
  8. package/components/{CasinoGameThumbnail-VIKHBbQz.js → CasinoGameThumbnail-BqvxpLlu.js} +2 -2
  9. package/components/{CasinoGameThumbnail-BbQBtEV0.cjs → CasinoGameThumbnail-DsYtaw8y.cjs} +1 -1
  10. package/components/{CasinoGamesCategorySection-g3rKrGNH.js → CasinoGamesCategorySection-CXSZztQo.js} +168 -160
  11. package/components/{CasinoGamesCategorySection-Dbsqr7oG.js → CasinoGamesCategorySection-DVtf1Fs3.js} +72 -64
  12. package/components/{CasinoGamesCategorySection-CzbBgyIM.cjs → CasinoGamesCategorySection-oqVPS4F1.cjs} +1 -1
  13. package/components/{CasinoLastPlayedSection-CgP1EpZ5.js → CasinoLastPlayedSection-CMqShY7P.js} +2 -2
  14. package/components/{CasinoLastPlayedSection-Bd-6uDXk.cjs → CasinoLastPlayedSection-CP26Vh_m.cjs} +1 -1
  15. package/components/{CasinoLastPlayedSection-ChqZAUb2.js → CasinoLastPlayedSection-lNIDmZmt.js} +2 -2
  16. package/components/{CasinoMostPlayedSection-B7CNdPl9.js → CasinoMostPlayedSection-Bq-uKXMk.js} +2 -2
  17. package/components/{CasinoMostPlayedSection-BhQOjQ4Q.js → CasinoMostPlayedSection-DWguXf2v.js} +2 -2
  18. package/components/{CasinoMostPlayedSection-DrpVPyp1.cjs → CasinoMostPlayedSection-NcJxNYFy.cjs} +1 -1
  19. package/components/CasinoMyGames-C7gEB7tY.js +1316 -0
  20. package/components/CasinoMyGames-Dcf9WXJi.cjs +1 -0
  21. package/components/CasinoMyGames-y0C16M31.js +1317 -0
  22. package/components/{CasinoSort-uNkXBWss.cjs → CasinoSort-DnuK6toS.cjs} +1 -1
  23. package/components/{CasinoSort-D8OyOCu4.js → CasinoSort-DrB6HoZI.js} +1 -1
  24. package/components/{CasinoSort-B8Omjlx0.js → CasinoSort-S7XEvenE.js} +1 -1
  25. package/es2015/casino-my-games.cjs +1 -1
  26. package/es2015/casino-my-games.js +1 -1
  27. package/esnext/casino-my-games.js +1 -1
  28. package/package.json +1 -1
  29. package/components/CasinoMyGames-C6blrddx.cjs +0 -1
  30. package/components/CasinoMyGames-CCniTKPK.js +0 -1352
  31. package/components/CasinoMyGames-DonHCEUG.js +0 -1353
@@ -0,0 +1,1317 @@
1
+ import { $ as U, d as ge, e as he, S as ve, i as be, f as c, g as pe, s as Pe, h as _e, j as _, k as F, n as ee, l as G, m as Me, o as we, p as ke, q as Fe, r as Ge, t as Le, u as te, w as C, y as M, H as t, I as E, z as b, C as Ce, J as Ee, F as Ae, x as A, A as R, B as T } from "./CasinoFavoritesSection-BGPdK-QD.js";
2
+ import { i as Be } from "./CasinoFilter-CX97a_JI.js";
3
+ function Oe({ withLocale: a, translations: e }) {
4
+ U.subscribe((l) => {
5
+ l == null && (ge.set(e), U.set(a));
6
+ });
7
+ }
8
+ function ae(a, e) {
9
+ he(a, e);
10
+ }
11
+ function je(a) {
12
+ U.set(a);
13
+ }
14
+ const se = {
15
+ en: {
16
+ favorites: "Favorites",
17
+ mostPlayed: "Most Played",
18
+ recentlyPlayed: "Last Played"
19
+ },
20
+ "zh-hk": {
21
+ favorites: "Favorites",
22
+ mostPlayed: "Most Played",
23
+ recentlyPlayed: "Last Played"
24
+ },
25
+ de: {
26
+ favorites: "Favorites",
27
+ mostPlayed: "Most Played",
28
+ recentlyPlayed: "Last Played"
29
+ },
30
+ it: {
31
+ favorites: "Favorites",
32
+ mostPlayed: "Most Played",
33
+ recentlyPlayed: "Last Played"
34
+ },
35
+ fr: {
36
+ favorites: "Favorites",
37
+ mostPlayed: "Most Played",
38
+ recentlyPlayed: "Last Played"
39
+ },
40
+ es: {
41
+ favorites: "Favoritos",
42
+ mostPlayed: "Más jugados",
43
+ recentlyPlayed: "Últimos jugados"
44
+ },
45
+ tr: {
46
+ favorites: "Favoriler",
47
+ mostPlayed: "En Çok Oynananlar",
48
+ recentlyPlayed: "Son Oynananlar"
49
+ },
50
+ ru: {
51
+ favorites: "Favorites",
52
+ mostPlayed: "Most Played",
53
+ recentlyPlayed: "Last Played"
54
+ },
55
+ ro: {
56
+ favorites: "Favorites",
57
+ mostPlayed: "Most Played",
58
+ recentlyPlayed: "Last Played"
59
+ },
60
+ hr: {
61
+ favorites: "Favoriti",
62
+ mostPlayed: "Najčešće igrano",
63
+ recentlyPlayed: "Zadnje igrano"
64
+ },
65
+ hu: {
66
+ favorites: "Favorites",
67
+ mostPlayed: "Most Played",
68
+ recentlyPlayed: "Last Played"
69
+ },
70
+ pl: {
71
+ favorites: "Favorites",
72
+ mostPlayed: "Most Played",
73
+ recentlyPlayed: "Last Played"
74
+ },
75
+ pt: {
76
+ favorites: "Favorites",
77
+ mostPlayed: "Most Played",
78
+ recentlyPlayed: "Last Played"
79
+ },
80
+ sl: {
81
+ favorites: "Favorites",
82
+ mostPlayed: "Most Played",
83
+ recentlyPlayed: "Last Played"
84
+ },
85
+ sr: {
86
+ favorites: "Favorites",
87
+ mostPlayed: "Most Played",
88
+ recentlyPlayed: "Last Played"
89
+ },
90
+ "pt-br": {
91
+ favorites: "Favoritos",
92
+ mostPlayed: "O mais jogado",
93
+ recentlyPlayed: "Ultimo jogo"
94
+ },
95
+ "es-mx": {
96
+ favorites: "Favoritos",
97
+ mostPlayed: "Los más Jugados",
98
+ recentlyPlayed: "Último juego"
99
+ },
100
+ "en-us": {
101
+ favorites: "Favorites",
102
+ mostPlayed: "Most Played",
103
+ recentlyPlayed: "Last Played"
104
+ }
105
+ };
106
+ if (typeof window != "undefined") {
107
+ let a = function(e) {
108
+ return function(...l) {
109
+ try {
110
+ return e.apply(this, l);
111
+ } catch (d) {
112
+ if (d instanceof DOMException && d.message.includes("has already been used with this registry") || d.message.includes("Cannot define multiple custom elements with the same tag name"))
113
+ return !1;
114
+ throw d;
115
+ }
116
+ };
117
+ };
118
+ customElements.define = a(customElements.define), import("./CasinoFavoritesSection-BGPdK-QD.js").then((e) => e.P).then(({ default: e }) => {
119
+ !customElements.get("casino-favorites-section") && customElements.define("casino-favorites-section", e.element);
120
+ });
121
+ }
122
+ if (typeof window != "undefined") {
123
+ let a = function(e) {
124
+ return function(...l) {
125
+ try {
126
+ return e.apply(this, l);
127
+ } catch (d) {
128
+ if (d instanceof DOMException && d.message.includes("has already been used with this registry") || d.message.includes("Cannot define multiple custom elements with the same tag name"))
129
+ return !1;
130
+ throw d;
131
+ }
132
+ };
133
+ };
134
+ customElements.define = a(customElements.define), import("./CasinoLastPlayedSection-CMqShY7P.js").then(({ default: e }) => {
135
+ !customElements.get("casino-last-played-section") && customElements.define("casino-last-played-section", e.element);
136
+ });
137
+ }
138
+ if (typeof window != "undefined") {
139
+ let a = function(e) {
140
+ return function(...l) {
141
+ try {
142
+ return e.apply(this, l);
143
+ } catch (d) {
144
+ if (d instanceof DOMException && d.message.includes("has already been used with this registry") || d.message.includes("Cannot define multiple custom elements with the same tag name"))
145
+ return !1;
146
+ throw d;
147
+ }
148
+ };
149
+ };
150
+ customElements.define = a(customElements.define), import("./CasinoMostPlayedSection-DWguXf2v.js").then(({ default: e }) => {
151
+ !customElements.get("casino-most-played-section") && customElements.define("casino-most-played-section", e.element);
152
+ });
153
+ }
154
+ function Se(a) {
155
+ _e(a, "svelte-gljr2z", ".CasinoMyGames{background-color:var(--emw--casino-color-bg, var(--emw--color-background, #07072A));width:100%;margin:50px 0;box-sizing:border-box}.CasinoMyGames.Mobile{padding:25px 10px}.CasinoMyGames casino-favorites-section{display:none}.CasinoMyGames casino-favorites-section.Active{display:block}.CasinoMyGames casino-most-played-section{display:none}.CasinoMyGames casino-most-played-section.Active{display:block}.CasinoMyGames casino-last-played-section{display:none}.CasinoMyGames casino-last-played-section.Active{display:block}.MyGamesHeader{display:flex;justify-content:space-between;margin-bottom:40px}.MyGamesButtonsContainer{display:flex;flex-direction:row;-ms-overflow-style:none;scrollbar-width:none;overflow-y:scroll;gap:32px}.MyGamesButton{border:none;background:none;color:var(--emw--casino-typography, var(--emw--color-white, #FFFFFF));font-size:20px;font-weight:500;margin-right:0px;transition:linear 100ms;border-bottom:1px solid transparent;cursor:pointer}.MyGamesButton:hover{border-bottom:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));line-height:36px;padding-bottom:10px}.MyGamesButton:focus{color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));line-height:36px;padding-bottom:10px}.MyGamesButton.Active{border-bottom:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));padding-bottom:10px}.MyGamesButton.Active{border-bottom:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));line-height:36px}.ButtonsContainerNone{display:none}.Mobile .MyGamesButtonsContainer{width:100%;gap:32px;align-items:center;justify-content:space-evenly}.Mobile .CasinoMyGames{margin:30px 0}.Mobile .CasinoMyGames{width:320px;max-width:320px}.Mobile .MyGamesHeader{justify-content:flex-start}.Mobile .MyGamesButton{font-size:16px;white-space:nowrap;padding:5px}.Mobile .MyGamesButton.Active{padding-bottom:5px}");
156
+ }
157
+ function ie(a, e, l) {
158
+ const d = a.slice();
159
+ return d[43] = e[l], d;
160
+ }
161
+ function qe(a) {
162
+ let e, l, d, u, f, n, y, i, p, m, P, v = te(
163
+ /*tabsArray*/
164
+ a[28]
165
+ ), g = [];
166
+ for (let s = 0; s < v.length; s += 1)
167
+ g[s] = re(ie(a, v, s));
168
+ return {
169
+ c() {
170
+ e = _("div"), l = _("div"), d = _("div");
171
+ for (let s = 0; s < g.length; s += 1)
172
+ g[s].c();
173
+ u = C(), f = _("div"), n = _("casino-favorites-section"), y = C(), i = _("casino-most-played-section"), p = C(), m = _("casino-last-played-section"), M(d, "class", "MyGamesButtonsContainer"), M(l, "class", "MyGamesHeader"), t(
174
+ n,
175
+ "session",
176
+ /*session*/
177
+ a[1]
178
+ ), t(
179
+ n,
180
+ "userid",
181
+ /*userid*/
182
+ a[0]
183
+ ), t(
184
+ n,
185
+ "endpoint",
186
+ /*endpoint*/
187
+ a[2]
188
+ ), t(
189
+ n,
190
+ "datasource",
191
+ /*datasource*/
192
+ a[3]
193
+ ), t(
194
+ n,
195
+ "lang",
196
+ /*lang*/
197
+ a[4]
198
+ ), t(
199
+ n,
200
+ "currency",
201
+ /*currency*/
202
+ a[5]
203
+ ), t(
204
+ n,
205
+ "favorites",
206
+ /*favorites*/
207
+ a[14]
208
+ ), t(n, "categoryid", "FAVORITES"), t(n, "class", "CategoryContainer"), t(
209
+ n,
210
+ "showgamename",
211
+ /*showgamename*/
212
+ a[11]
213
+ ), t(
214
+ n,
215
+ "clientstyling",
216
+ /*clientstyling*/
217
+ a[6]
218
+ ), t(
219
+ n,
220
+ "clientstylingurl",
221
+ /*clientstylingurl*/
222
+ a[7]
223
+ ), t(
224
+ n,
225
+ "livecasino",
226
+ /*livecasino*/
227
+ a[8]
228
+ ), t(
229
+ n,
230
+ "visiblegames",
231
+ /*visiblegames*/
232
+ a[9]
233
+ ), t(
234
+ n,
235
+ "gamepagemodalurl",
236
+ /*gamepagemodalurl*/
237
+ a[10]
238
+ ), t(
239
+ n,
240
+ "integratedgameframedesktop",
241
+ /*integratedgameframedesktop*/
242
+ a[12]
243
+ ), t(
244
+ n,
245
+ "integratedgameframemobile",
246
+ /*integratedgameframemobile*/
247
+ a[13]
248
+ ), t(
249
+ n,
250
+ "casinomygames",
251
+ /*casinomygames*/
252
+ a[17]
253
+ ), t(
254
+ n,
255
+ "mbsource",
256
+ /*mbsource*/
257
+ a[24]
258
+ ), E(
259
+ n,
260
+ "Active",
261
+ /*gamesType*/
262
+ a[26] == "Favorites"
263
+ ), t(
264
+ i,
265
+ "endpoint",
266
+ /*endpoint*/
267
+ a[2]
268
+ ), t(
269
+ i,
270
+ "datasource",
271
+ /*datasource*/
272
+ a[3]
273
+ ), t(
274
+ i,
275
+ "lang",
276
+ /*lang*/
277
+ a[4]
278
+ ), t(
279
+ i,
280
+ "currency",
281
+ /*currency*/
282
+ a[5]
283
+ ), t(
284
+ i,
285
+ "session",
286
+ /*session*/
287
+ a[1]
288
+ ), t(
289
+ i,
290
+ "userid",
291
+ /*userid*/
292
+ a[0]
293
+ ), t(
294
+ i,
295
+ "favorites",
296
+ /*favorites*/
297
+ a[14]
298
+ ), t(i, "categoryindex", "0"), t(i, "class", "CategoryContainer"), t(
299
+ i,
300
+ "showgamename",
301
+ /*showgamename*/
302
+ a[11]
303
+ ), t(
304
+ i,
305
+ "clientstyling",
306
+ /*clientstyling*/
307
+ a[6]
308
+ ), t(
309
+ i,
310
+ "clientstylingurl",
311
+ /*clientstylingurl*/
312
+ a[7]
313
+ ), t(
314
+ i,
315
+ "livecasino",
316
+ /*livecasino*/
317
+ a[8]
318
+ ), t(
319
+ i,
320
+ "visiblegames",
321
+ /*visiblegames*/
322
+ a[9]
323
+ ), t(
324
+ i,
325
+ "gamepagemodalurl",
326
+ /*gamepagemodalurl*/
327
+ a[10]
328
+ ), t(
329
+ i,
330
+ "mostplayedrounds",
331
+ /*mostplayedrounds*/
332
+ a[23]
333
+ ), t(
334
+ i,
335
+ "integratedgameframedesktop",
336
+ /*integratedgameframedesktop*/
337
+ a[12]
338
+ ), t(
339
+ i,
340
+ "integratedgameframemobile",
341
+ /*integratedgameframemobile*/
342
+ a[13]
343
+ ), t(
344
+ i,
345
+ "mostplayedperiod",
346
+ /*mostplayedperiod*/
347
+ a[19]
348
+ ), t(
349
+ i,
350
+ "casinomygames",
351
+ /*casinomygames*/
352
+ a[17]
353
+ ), t(
354
+ i,
355
+ "mbsource",
356
+ /*mbsource*/
357
+ a[24]
358
+ ), E(
359
+ i,
360
+ "Active",
361
+ /*gamesType*/
362
+ a[26] == "MostPlayed"
363
+ ), t(
364
+ m,
365
+ "userid",
366
+ /*userid*/
367
+ a[0]
368
+ ), t(
369
+ m,
370
+ "endpoint",
371
+ /*endpoint*/
372
+ a[2]
373
+ ), t(
374
+ m,
375
+ "datasource",
376
+ /*datasource*/
377
+ a[3]
378
+ ), t(
379
+ m,
380
+ "favorites",
381
+ /*favorites*/
382
+ a[14]
383
+ ), t(
384
+ m,
385
+ "lang",
386
+ /*lang*/
387
+ a[4]
388
+ ), t(
389
+ m,
390
+ "currency",
391
+ /*currency*/
392
+ a[5]
393
+ ), t(
394
+ m,
395
+ "session",
396
+ /*session*/
397
+ a[1]
398
+ ), t(m, "class", "CategoryContainer"), t(
399
+ m,
400
+ "showgamename",
401
+ /*showgamename*/
402
+ a[11]
403
+ ), t(
404
+ m,
405
+ "clientstyling",
406
+ /*clientstyling*/
407
+ a[6]
408
+ ), t(
409
+ m,
410
+ "clientstylingurl",
411
+ /*clientstylingurl*/
412
+ a[7]
413
+ ), t(
414
+ m,
415
+ "livecasino",
416
+ /*livecasino*/
417
+ a[8]
418
+ ), t(
419
+ m,
420
+ "visiblegames",
421
+ /*visiblegames*/
422
+ a[9]
423
+ ), t(
424
+ m,
425
+ "lastplayedperiod",
426
+ /*lastplayedperiod*/
427
+ a[18]
428
+ ), t(
429
+ m,
430
+ "lastplayedorder",
431
+ /*lastplayedorder*/
432
+ a[20]
433
+ ), t(
434
+ m,
435
+ "lastplayedlimit",
436
+ /*lastplayedlimit*/
437
+ a[21]
438
+ ), t(
439
+ m,
440
+ "lastplayedunique",
441
+ /*lastplayedunique*/
442
+ a[22]
443
+ ), t(
444
+ m,
445
+ "gamepagemodalurl",
446
+ /*gamepagemodalurl*/
447
+ a[10]
448
+ ), t(
449
+ m,
450
+ "integratedgameframedesktop",
451
+ /*integratedgameframedesktop*/
452
+ a[12]
453
+ ), t(
454
+ m,
455
+ "integratedgameframemobile",
456
+ /*integratedgameframemobile*/
457
+ a[13]
458
+ ), t(
459
+ m,
460
+ "casinomygames",
461
+ /*casinomygames*/
462
+ a[17]
463
+ ), t(
464
+ m,
465
+ "mbsource",
466
+ /*mbsource*/
467
+ a[24]
468
+ ), E(
469
+ m,
470
+ "Active",
471
+ /*gamesType*/
472
+ a[26] == "LastPlayed"
473
+ ), M(e, "class", P = "CasinoMyGames " + /*mobile*/
474
+ (a[27] ? "Mobile" : ""));
475
+ },
476
+ m(s, r) {
477
+ F(s, e, r), b(e, l), b(l, d);
478
+ for (let h = 0; h < g.length; h += 1)
479
+ g[h] && g[h].m(d, null);
480
+ b(e, u), b(e, f), b(f, n), b(f, y), b(f, i), b(f, p), b(f, m);
481
+ },
482
+ p(s, r) {
483
+ if (r[0] & /*gamesType, lastplayed, $_, tabsArray, mostplayed, favorites, favoritesCount*/
484
+ 1946271744 | r[1] & /*toggleTab*/
485
+ 1) {
486
+ v = te(
487
+ /*tabsArray*/
488
+ s[28]
489
+ );
490
+ let h;
491
+ for (h = 0; h < v.length; h += 1) {
492
+ const B = ie(s, v, h);
493
+ g[h] ? g[h].p(B, r) : (g[h] = re(B), g[h].c(), g[h].m(d, null));
494
+ }
495
+ for (; h < g.length; h += 1)
496
+ g[h].d(1);
497
+ g.length = v.length;
498
+ }
499
+ r[0] & /*session*/
500
+ 2 && t(
501
+ n,
502
+ "session",
503
+ /*session*/
504
+ s[1]
505
+ ), r[0] & /*userid*/
506
+ 1 && t(
507
+ n,
508
+ "userid",
509
+ /*userid*/
510
+ s[0]
511
+ ), r[0] & /*endpoint*/
512
+ 4 && t(
513
+ n,
514
+ "endpoint",
515
+ /*endpoint*/
516
+ s[2]
517
+ ), r[0] & /*datasource*/
518
+ 8 && t(
519
+ n,
520
+ "datasource",
521
+ /*datasource*/
522
+ s[3]
523
+ ), r[0] & /*lang*/
524
+ 16 && t(
525
+ n,
526
+ "lang",
527
+ /*lang*/
528
+ s[4]
529
+ ), r[0] & /*currency*/
530
+ 32 && t(
531
+ n,
532
+ "currency",
533
+ /*currency*/
534
+ s[5]
535
+ ), r[0] & /*favorites*/
536
+ 16384 && t(
537
+ n,
538
+ "favorites",
539
+ /*favorites*/
540
+ s[14]
541
+ ), r[0] & /*showgamename*/
542
+ 2048 && t(
543
+ n,
544
+ "showgamename",
545
+ /*showgamename*/
546
+ s[11]
547
+ ), r[0] & /*clientstyling*/
548
+ 64 && t(
549
+ n,
550
+ "clientstyling",
551
+ /*clientstyling*/
552
+ s[6]
553
+ ), r[0] & /*clientstylingurl*/
554
+ 128 && t(
555
+ n,
556
+ "clientstylingurl",
557
+ /*clientstylingurl*/
558
+ s[7]
559
+ ), r[0] & /*livecasino*/
560
+ 256 && t(
561
+ n,
562
+ "livecasino",
563
+ /*livecasino*/
564
+ s[8]
565
+ ), r[0] & /*visiblegames*/
566
+ 512 && t(
567
+ n,
568
+ "visiblegames",
569
+ /*visiblegames*/
570
+ s[9]
571
+ ), r[0] & /*gamepagemodalurl*/
572
+ 1024 && t(
573
+ n,
574
+ "gamepagemodalurl",
575
+ /*gamepagemodalurl*/
576
+ s[10]
577
+ ), r[0] & /*integratedgameframedesktop*/
578
+ 4096 && t(
579
+ n,
580
+ "integratedgameframedesktop",
581
+ /*integratedgameframedesktop*/
582
+ s[12]
583
+ ), r[0] & /*integratedgameframemobile*/
584
+ 8192 && t(
585
+ n,
586
+ "integratedgameframemobile",
587
+ /*integratedgameframemobile*/
588
+ s[13]
589
+ ), r[0] & /*casinomygames*/
590
+ 131072 && t(
591
+ n,
592
+ "casinomygames",
593
+ /*casinomygames*/
594
+ s[17]
595
+ ), r[0] & /*mbsource*/
596
+ 16777216 && t(
597
+ n,
598
+ "mbsource",
599
+ /*mbsource*/
600
+ s[24]
601
+ ), r[0] & /*gamesType*/
602
+ 67108864 && E(
603
+ n,
604
+ "Active",
605
+ /*gamesType*/
606
+ s[26] == "Favorites"
607
+ ), r[0] & /*endpoint*/
608
+ 4 && t(
609
+ i,
610
+ "endpoint",
611
+ /*endpoint*/
612
+ s[2]
613
+ ), r[0] & /*datasource*/
614
+ 8 && t(
615
+ i,
616
+ "datasource",
617
+ /*datasource*/
618
+ s[3]
619
+ ), r[0] & /*lang*/
620
+ 16 && t(
621
+ i,
622
+ "lang",
623
+ /*lang*/
624
+ s[4]
625
+ ), r[0] & /*currency*/
626
+ 32 && t(
627
+ i,
628
+ "currency",
629
+ /*currency*/
630
+ s[5]
631
+ ), r[0] & /*session*/
632
+ 2 && t(
633
+ i,
634
+ "session",
635
+ /*session*/
636
+ s[1]
637
+ ), r[0] & /*userid*/
638
+ 1 && t(
639
+ i,
640
+ "userid",
641
+ /*userid*/
642
+ s[0]
643
+ ), r[0] & /*favorites*/
644
+ 16384 && t(
645
+ i,
646
+ "favorites",
647
+ /*favorites*/
648
+ s[14]
649
+ ), r[0] & /*showgamename*/
650
+ 2048 && t(
651
+ i,
652
+ "showgamename",
653
+ /*showgamename*/
654
+ s[11]
655
+ ), r[0] & /*clientstyling*/
656
+ 64 && t(
657
+ i,
658
+ "clientstyling",
659
+ /*clientstyling*/
660
+ s[6]
661
+ ), r[0] & /*clientstylingurl*/
662
+ 128 && t(
663
+ i,
664
+ "clientstylingurl",
665
+ /*clientstylingurl*/
666
+ s[7]
667
+ ), r[0] & /*livecasino*/
668
+ 256 && t(
669
+ i,
670
+ "livecasino",
671
+ /*livecasino*/
672
+ s[8]
673
+ ), r[0] & /*visiblegames*/
674
+ 512 && t(
675
+ i,
676
+ "visiblegames",
677
+ /*visiblegames*/
678
+ s[9]
679
+ ), r[0] & /*gamepagemodalurl*/
680
+ 1024 && t(
681
+ i,
682
+ "gamepagemodalurl",
683
+ /*gamepagemodalurl*/
684
+ s[10]
685
+ ), r[0] & /*mostplayedrounds*/
686
+ 8388608 && t(
687
+ i,
688
+ "mostplayedrounds",
689
+ /*mostplayedrounds*/
690
+ s[23]
691
+ ), r[0] & /*integratedgameframedesktop*/
692
+ 4096 && t(
693
+ i,
694
+ "integratedgameframedesktop",
695
+ /*integratedgameframedesktop*/
696
+ s[12]
697
+ ), r[0] & /*integratedgameframemobile*/
698
+ 8192 && t(
699
+ i,
700
+ "integratedgameframemobile",
701
+ /*integratedgameframemobile*/
702
+ s[13]
703
+ ), r[0] & /*mostplayedperiod*/
704
+ 524288 && t(
705
+ i,
706
+ "mostplayedperiod",
707
+ /*mostplayedperiod*/
708
+ s[19]
709
+ ), r[0] & /*casinomygames*/
710
+ 131072 && t(
711
+ i,
712
+ "casinomygames",
713
+ /*casinomygames*/
714
+ s[17]
715
+ ), r[0] & /*mbsource*/
716
+ 16777216 && t(
717
+ i,
718
+ "mbsource",
719
+ /*mbsource*/
720
+ s[24]
721
+ ), r[0] & /*gamesType*/
722
+ 67108864 && E(
723
+ i,
724
+ "Active",
725
+ /*gamesType*/
726
+ s[26] == "MostPlayed"
727
+ ), r[0] & /*userid*/
728
+ 1 && t(
729
+ m,
730
+ "userid",
731
+ /*userid*/
732
+ s[0]
733
+ ), r[0] & /*endpoint*/
734
+ 4 && t(
735
+ m,
736
+ "endpoint",
737
+ /*endpoint*/
738
+ s[2]
739
+ ), r[0] & /*datasource*/
740
+ 8 && t(
741
+ m,
742
+ "datasource",
743
+ /*datasource*/
744
+ s[3]
745
+ ), r[0] & /*favorites*/
746
+ 16384 && t(
747
+ m,
748
+ "favorites",
749
+ /*favorites*/
750
+ s[14]
751
+ ), r[0] & /*lang*/
752
+ 16 && t(
753
+ m,
754
+ "lang",
755
+ /*lang*/
756
+ s[4]
757
+ ), r[0] & /*currency*/
758
+ 32 && t(
759
+ m,
760
+ "currency",
761
+ /*currency*/
762
+ s[5]
763
+ ), r[0] & /*session*/
764
+ 2 && t(
765
+ m,
766
+ "session",
767
+ /*session*/
768
+ s[1]
769
+ ), r[0] & /*showgamename*/
770
+ 2048 && t(
771
+ m,
772
+ "showgamename",
773
+ /*showgamename*/
774
+ s[11]
775
+ ), r[0] & /*clientstyling*/
776
+ 64 && t(
777
+ m,
778
+ "clientstyling",
779
+ /*clientstyling*/
780
+ s[6]
781
+ ), r[0] & /*clientstylingurl*/
782
+ 128 && t(
783
+ m,
784
+ "clientstylingurl",
785
+ /*clientstylingurl*/
786
+ s[7]
787
+ ), r[0] & /*livecasino*/
788
+ 256 && t(
789
+ m,
790
+ "livecasino",
791
+ /*livecasino*/
792
+ s[8]
793
+ ), r[0] & /*visiblegames*/
794
+ 512 && t(
795
+ m,
796
+ "visiblegames",
797
+ /*visiblegames*/
798
+ s[9]
799
+ ), r[0] & /*lastplayedperiod*/
800
+ 262144 && t(
801
+ m,
802
+ "lastplayedperiod",
803
+ /*lastplayedperiod*/
804
+ s[18]
805
+ ), r[0] & /*lastplayedorder*/
806
+ 1048576 && t(
807
+ m,
808
+ "lastplayedorder",
809
+ /*lastplayedorder*/
810
+ s[20]
811
+ ), r[0] & /*lastplayedlimit*/
812
+ 2097152 && t(
813
+ m,
814
+ "lastplayedlimit",
815
+ /*lastplayedlimit*/
816
+ s[21]
817
+ ), r[0] & /*lastplayedunique*/
818
+ 4194304 && t(
819
+ m,
820
+ "lastplayedunique",
821
+ /*lastplayedunique*/
822
+ s[22]
823
+ ), r[0] & /*gamepagemodalurl*/
824
+ 1024 && t(
825
+ m,
826
+ "gamepagemodalurl",
827
+ /*gamepagemodalurl*/
828
+ s[10]
829
+ ), r[0] & /*integratedgameframedesktop*/
830
+ 4096 && t(
831
+ m,
832
+ "integratedgameframedesktop",
833
+ /*integratedgameframedesktop*/
834
+ s[12]
835
+ ), r[0] & /*integratedgameframemobile*/
836
+ 8192 && t(
837
+ m,
838
+ "integratedgameframemobile",
839
+ /*integratedgameframemobile*/
840
+ s[13]
841
+ ), r[0] & /*casinomygames*/
842
+ 131072 && t(
843
+ m,
844
+ "casinomygames",
845
+ /*casinomygames*/
846
+ s[17]
847
+ ), r[0] & /*mbsource*/
848
+ 16777216 && t(
849
+ m,
850
+ "mbsource",
851
+ /*mbsource*/
852
+ s[24]
853
+ ), r[0] & /*gamesType*/
854
+ 67108864 && E(
855
+ m,
856
+ "Active",
857
+ /*gamesType*/
858
+ s[26] == "LastPlayed"
859
+ ), r[0] & /*mobile*/
860
+ 134217728 && P !== (P = "CasinoMyGames " + /*mobile*/
861
+ (s[27] ? "Mobile" : "")) && M(e, "class", P);
862
+ },
863
+ d(s) {
864
+ s && G(e), Ce(g, s);
865
+ }
866
+ };
867
+ }
868
+ function le(a) {
869
+ let e, l = (
870
+ /*$_*/
871
+ a[30]("favorites") + ""
872
+ ), d, u, f, n, y, i, p, m, P;
873
+ return {
874
+ c() {
875
+ e = _("button"), d = A(l), u = C(), f = _("span"), n = A("("), y = A(
876
+ /*favoritesCount*/
877
+ a[29]
878
+ ), i = A(")"), M(e, "class", p = "MyGamesButton " + /*gamesType*/
879
+ (a[26] == "Favorites" ? "Active" : "") + " " + /*favorites*/
880
+ (a[14] == "false" ? "Off" : ""));
881
+ },
882
+ m(v, g) {
883
+ F(v, e, g), b(e, d), b(e, u), b(e, f), b(f, n), b(f, y), b(f, i), m || (P = R(
884
+ e,
885
+ "click",
886
+ /*click_handler*/
887
+ a[33]
888
+ ), m = !0);
889
+ },
890
+ p(v, g) {
891
+ g[0] & /*$_*/
892
+ 1073741824 && l !== (l = /*$_*/
893
+ v[30]("favorites") + "") && T(d, l), g[0] & /*favoritesCount*/
894
+ 536870912 && T(
895
+ y,
896
+ /*favoritesCount*/
897
+ v[29]
898
+ ), g[0] & /*gamesType, favorites*/
899
+ 67125248 && p !== (p = "MyGamesButton " + /*gamesType*/
900
+ (v[26] == "Favorites" ? "Active" : "") + " " + /*favorites*/
901
+ (v[14] == "false" ? "Off" : "")) && M(e, "class", p);
902
+ },
903
+ d(v) {
904
+ v && G(e), m = !1, P();
905
+ }
906
+ };
907
+ }
908
+ function ne(a) {
909
+ let e, l = (
910
+ /*$_*/
911
+ a[30]("mostPlayed") + ""
912
+ ), d, u, f, n;
913
+ return {
914
+ c() {
915
+ e = _("button"), d = A(l), M(e, "class", u = "MyGamesButton " + /*gamesType*/
916
+ (a[26] == "MostPlayed" ? "Active" : "") + " " + /*mostplayed*/
917
+ (a[15] == "false" ? "Off" : ""));
918
+ },
919
+ m(y, i) {
920
+ F(y, e, i), b(e, d), f || (n = R(
921
+ e,
922
+ "click",
923
+ /*click_handler_1*/
924
+ a[34]
925
+ ), f = !0);
926
+ },
927
+ p(y, i) {
928
+ i[0] & /*$_*/
929
+ 1073741824 && l !== (l = /*$_*/
930
+ y[30]("mostPlayed") + "") && T(d, l), i[0] & /*gamesType, mostplayed*/
931
+ 67141632 && u !== (u = "MyGamesButton " + /*gamesType*/
932
+ (y[26] == "MostPlayed" ? "Active" : "") + " " + /*mostplayed*/
933
+ (y[15] == "false" ? "Off" : "")) && M(e, "class", u);
934
+ },
935
+ d(y) {
936
+ y && G(e), f = !1, n();
937
+ }
938
+ };
939
+ }
940
+ function oe(a) {
941
+ let e, l = (
942
+ /*$_*/
943
+ a[30]("recentlyPlayed") + ""
944
+ ), d, u, f, n, y;
945
+ return {
946
+ c() {
947
+ e = _("button"), d = A(l), u = C(), M(e, "class", f = "MyGamesButton " + /*gamesType*/
948
+ (a[26] == "LastPlayed" ? "Active" : "") + " " + /*lastplayed*/
949
+ (a[16] == "false" ? "Off" : ""));
950
+ },
951
+ m(i, p) {
952
+ F(i, e, p), b(e, d), b(e, u), n || (y = R(
953
+ e,
954
+ "click",
955
+ /*click_handler_2*/
956
+ a[35]
957
+ ), n = !0);
958
+ },
959
+ p(i, p) {
960
+ p[0] & /*$_*/
961
+ 1073741824 && l !== (l = /*$_*/
962
+ i[30]("recentlyPlayed") + "") && T(d, l), p[0] & /*gamesType, lastplayed*/
963
+ 67174400 && f !== (f = "MyGamesButton " + /*gamesType*/
964
+ (i[26] == "LastPlayed" ? "Active" : "") + " " + /*lastplayed*/
965
+ (i[16] == "false" ? "Off" : "")) && M(e, "class", f);
966
+ },
967
+ d(i) {
968
+ i && G(e), n = !1, y();
969
+ }
970
+ };
971
+ }
972
+ function re(a) {
973
+ let e, l, d, u = (
974
+ /*tab*/
975
+ a[43] == "Favorites" && le(a)
976
+ ), f = (
977
+ /*tab*/
978
+ a[43] == "MostPlayed" && ne(a)
979
+ ), n = (
980
+ /*tab*/
981
+ a[43] == "LastPlayed" && oe(a)
982
+ );
983
+ return {
984
+ c() {
985
+ u && u.c(), e = C(), f && f.c(), l = C(), n && n.c(), d = Ee();
986
+ },
987
+ m(y, i) {
988
+ u && u.m(y, i), F(y, e, i), f && f.m(y, i), F(y, l, i), n && n.m(y, i), F(y, d, i);
989
+ },
990
+ p(y, i) {
991
+ /*tab*/
992
+ y[43] == "Favorites" ? u ? u.p(y, i) : (u = le(y), u.c(), u.m(e.parentNode, e)) : u && (u.d(1), u = null), /*tab*/
993
+ y[43] == "MostPlayed" ? f ? f.p(y, i) : (f = ne(y), f.c(), f.m(l.parentNode, l)) : f && (f.d(1), f = null), /*tab*/
994
+ y[43] == "LastPlayed" ? n ? n.p(y, i) : (n = oe(y), n.c(), n.m(d.parentNode, d)) : n && (n.d(1), n = null);
995
+ },
996
+ d(y) {
997
+ y && (G(e), G(l), G(d)), u && u.d(y), f && f.d(y), n && n.d(y);
998
+ }
999
+ };
1000
+ }
1001
+ function De(a) {
1002
+ let e;
1003
+ function l(f, n) {
1004
+ if (
1005
+ /*casinomygames*/
1006
+ f[17]
1007
+ )
1008
+ return qe;
1009
+ }
1010
+ let d = l(a), u = d && d(a);
1011
+ return {
1012
+ c() {
1013
+ e = _("div"), u && u.c();
1014
+ },
1015
+ m(f, n) {
1016
+ F(f, e, n), u && u.m(e, null), a[36](e);
1017
+ },
1018
+ p(f, n) {
1019
+ d === (d = l(f)) && u ? u.p(f, n) : (u && u.d(1), u = d && d(f), u && (u.c(), u.m(e, null)));
1020
+ },
1021
+ i: ee,
1022
+ o: ee,
1023
+ d(f) {
1024
+ f && G(e), u && u.d(), a[36](null);
1025
+ }
1026
+ };
1027
+ }
1028
+ function Ne(a, e, l) {
1029
+ let d;
1030
+ Me(a, Ae, (o) => l(30, d = o));
1031
+ let { userid: u = "" } = e, { session: f = "" } = e, { endpoint: n = "" } = e, { datasource: y = "" } = e, { lang: i = "" } = e, { currency: p = "" } = e, { clientstyling: m = "" } = e, { clientstylingurl: P = "" } = e, { livecasino: v = "" } = e, { visiblegames: g = "" } = e, { gamepagemodalurl: s = "" } = e, { showgamename: r = "" } = e, { integratedgameframedesktop: h = "" } = e, { integratedgameframemobile: B = "" } = e, { translationurl: D = "" } = e, { favorites: O = "false" } = e, { mostplayed: j = "false" } = e, { lastplayed: S = "false" } = e, { casinomygames: J = "false" } = e, { lastplayedperiod: V = "Last30Days" } = e, { mostplayedperiod: Z = "Last30Days" } = e, { lastplayedorder: K = "" } = e, { lastplayedlimit: Q = "" } = e, { lastplayedunique: W = "true" } = e, { mostplayedrounds: X = "" } = e, { mbsource: H } = e, me = window.navigator.userAgent, w, N = "", Y = !1, L = ["", "", ""], I = "0";
1032
+ Oe({ withLocale: "en", translations: {} });
1033
+ const de = () => {
1034
+ fetch(D).then((k) => k.json()).then((k) => {
1035
+ Object.keys(k).forEach((q) => {
1036
+ ae(q, k[q]);
1037
+ });
1038
+ }).catch((k) => {
1039
+ console.log(k);
1040
+ });
1041
+ };
1042
+ Object.keys(se).forEach((o) => {
1043
+ ae(o, se[o]);
1044
+ });
1045
+ const z = (o) => {
1046
+ N !== o && l(26, N = o);
1047
+ }, x = () => {
1048
+ l(26, N = O === "true" ? "Favorites" : j === "true" ? "MostPlayed" : S === "true" ? "LastPlayed" : ""), l(28, L[0] = O === "true" ? "Favorites" : "", L), l(28, L[1] = j === "true" ? "MostPlayed" : "", L), l(28, L[2] = S === "true" ? "LastPlayed" : "", L), je(i);
1049
+ }, $ = (o) => {
1050
+ var k, q;
1051
+ if (o.data)
1052
+ switch (o.data.type) {
1053
+ case "UpdateFavoritesCount":
1054
+ o.data.favoriteGamesLength !== void 0 ? l(29, I = o.data.favoriteGamesLength) : l(29, I = (q = (k = o.data.listOfFavoritesGames) == null ? void 0 : k.length) != null ? q : 0);
1055
+ break;
1056
+ }
1057
+ };
1058
+ we(() => (window.addEventListener("message", $, !1), l(27, Y = Be(me)), () => {
1059
+ window.removeEventListener("message", $);
1060
+ }));
1061
+ const fe = () => z("Favorites"), ue = () => z("MostPlayed"), ye = () => z("LastPlayed");
1062
+ function ce(o) {
1063
+ Fe[o ? "unshift" : "push"](() => {
1064
+ w = o, l(25, w);
1065
+ });
1066
+ }
1067
+ return a.$$set = (o) => {
1068
+ "userid" in o && l(0, u = o.userid), "session" in o && l(1, f = o.session), "endpoint" in o && l(2, n = o.endpoint), "datasource" in o && l(3, y = o.datasource), "lang" in o && l(4, i = o.lang), "currency" in o && l(5, p = o.currency), "clientstyling" in o && l(6, m = o.clientstyling), "clientstylingurl" in o && l(7, P = o.clientstylingurl), "livecasino" in o && l(8, v = o.livecasino), "visiblegames" in o && l(9, g = o.visiblegames), "gamepagemodalurl" in o && l(10, s = o.gamepagemodalurl), "showgamename" in o && l(11, r = o.showgamename), "integratedgameframedesktop" in o && l(12, h = o.integratedgameframedesktop), "integratedgameframemobile" in o && l(13, B = o.integratedgameframemobile), "translationurl" in o && l(32, D = o.translationurl), "favorites" in o && l(14, O = o.favorites), "mostplayed" in o && l(15, j = o.mostplayed), "lastplayed" in o && l(16, S = o.lastplayed), "casinomygames" in o && l(17, J = o.casinomygames), "lastplayedperiod" in o && l(18, V = o.lastplayedperiod), "mostplayedperiod" in o && l(19, Z = o.mostplayedperiod), "lastplayedorder" in o && l(20, K = o.lastplayedorder), "lastplayedlimit" in o && l(21, Q = o.lastplayedlimit), "lastplayedunique" in o && l(22, W = o.lastplayedunique), "mostplayedrounds" in o && l(23, X = o.mostplayedrounds), "mbsource" in o && l(24, H = o.mbsource);
1069
+ }, a.$$.update = () => {
1070
+ a.$$.dirty[0] & /*endpoint, datasource, lang*/
1071
+ 28 && n && y && i && x(), a.$$.dirty[0] & /*favorites, mostplayed, lastplayed*/
1072
+ 114688 && O && j && S && x(), a.$$.dirty[1] & /*translationurl*/
1073
+ 2 && D && de(), a.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1074
+ 33554496 && m && w && Ge(w, m), a.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1075
+ 33554560 && P && w && ke(w, P), a.$$.dirty[0] & /*customStylingContainer, mbsource*/
1076
+ 50331648 && w && Le(w, `${H}.Style`);
1077
+ }, [
1078
+ u,
1079
+ f,
1080
+ n,
1081
+ y,
1082
+ i,
1083
+ p,
1084
+ m,
1085
+ P,
1086
+ v,
1087
+ g,
1088
+ s,
1089
+ r,
1090
+ h,
1091
+ B,
1092
+ O,
1093
+ j,
1094
+ S,
1095
+ J,
1096
+ V,
1097
+ Z,
1098
+ K,
1099
+ Q,
1100
+ W,
1101
+ X,
1102
+ H,
1103
+ w,
1104
+ N,
1105
+ Y,
1106
+ L,
1107
+ I,
1108
+ d,
1109
+ z,
1110
+ D,
1111
+ fe,
1112
+ ue,
1113
+ ye,
1114
+ ce
1115
+ ];
1116
+ }
1117
+ class ze extends ve {
1118
+ constructor(e) {
1119
+ super(), be(
1120
+ this,
1121
+ e,
1122
+ Ne,
1123
+ De,
1124
+ Pe,
1125
+ {
1126
+ userid: 0,
1127
+ session: 1,
1128
+ endpoint: 2,
1129
+ datasource: 3,
1130
+ lang: 4,
1131
+ currency: 5,
1132
+ clientstyling: 6,
1133
+ clientstylingurl: 7,
1134
+ livecasino: 8,
1135
+ visiblegames: 9,
1136
+ gamepagemodalurl: 10,
1137
+ showgamename: 11,
1138
+ integratedgameframedesktop: 12,
1139
+ integratedgameframemobile: 13,
1140
+ translationurl: 32,
1141
+ favorites: 14,
1142
+ mostplayed: 15,
1143
+ lastplayed: 16,
1144
+ casinomygames: 17,
1145
+ lastplayedperiod: 18,
1146
+ mostplayedperiod: 19,
1147
+ lastplayedorder: 20,
1148
+ lastplayedlimit: 21,
1149
+ lastplayedunique: 22,
1150
+ mostplayedrounds: 23,
1151
+ mbsource: 24
1152
+ },
1153
+ Se,
1154
+ [-1, -1]
1155
+ );
1156
+ }
1157
+ get userid() {
1158
+ return this.$$.ctx[0];
1159
+ }
1160
+ set userid(e) {
1161
+ this.$$set({ userid: e }), c();
1162
+ }
1163
+ get session() {
1164
+ return this.$$.ctx[1];
1165
+ }
1166
+ set session(e) {
1167
+ this.$$set({ session: e }), c();
1168
+ }
1169
+ get endpoint() {
1170
+ return this.$$.ctx[2];
1171
+ }
1172
+ set endpoint(e) {
1173
+ this.$$set({ endpoint: e }), c();
1174
+ }
1175
+ get datasource() {
1176
+ return this.$$.ctx[3];
1177
+ }
1178
+ set datasource(e) {
1179
+ this.$$set({ datasource: e }), c();
1180
+ }
1181
+ get lang() {
1182
+ return this.$$.ctx[4];
1183
+ }
1184
+ set lang(e) {
1185
+ this.$$set({ lang: e }), c();
1186
+ }
1187
+ get currency() {
1188
+ return this.$$.ctx[5];
1189
+ }
1190
+ set currency(e) {
1191
+ this.$$set({ currency: e }), c();
1192
+ }
1193
+ get clientstyling() {
1194
+ return this.$$.ctx[6];
1195
+ }
1196
+ set clientstyling(e) {
1197
+ this.$$set({ clientstyling: e }), c();
1198
+ }
1199
+ get clientstylingurl() {
1200
+ return this.$$.ctx[7];
1201
+ }
1202
+ set clientstylingurl(e) {
1203
+ this.$$set({ clientstylingurl: e }), c();
1204
+ }
1205
+ get livecasino() {
1206
+ return this.$$.ctx[8];
1207
+ }
1208
+ set livecasino(e) {
1209
+ this.$$set({ livecasino: e }), c();
1210
+ }
1211
+ get visiblegames() {
1212
+ return this.$$.ctx[9];
1213
+ }
1214
+ set visiblegames(e) {
1215
+ this.$$set({ visiblegames: e }), c();
1216
+ }
1217
+ get gamepagemodalurl() {
1218
+ return this.$$.ctx[10];
1219
+ }
1220
+ set gamepagemodalurl(e) {
1221
+ this.$$set({ gamepagemodalurl: e }), c();
1222
+ }
1223
+ get showgamename() {
1224
+ return this.$$.ctx[11];
1225
+ }
1226
+ set showgamename(e) {
1227
+ this.$$set({ showgamename: e }), c();
1228
+ }
1229
+ get integratedgameframedesktop() {
1230
+ return this.$$.ctx[12];
1231
+ }
1232
+ set integratedgameframedesktop(e) {
1233
+ this.$$set({ integratedgameframedesktop: e }), c();
1234
+ }
1235
+ get integratedgameframemobile() {
1236
+ return this.$$.ctx[13];
1237
+ }
1238
+ set integratedgameframemobile(e) {
1239
+ this.$$set({ integratedgameframemobile: e }), c();
1240
+ }
1241
+ get translationurl() {
1242
+ return this.$$.ctx[32];
1243
+ }
1244
+ set translationurl(e) {
1245
+ this.$$set({ translationurl: e }), c();
1246
+ }
1247
+ get favorites() {
1248
+ return this.$$.ctx[14];
1249
+ }
1250
+ set favorites(e) {
1251
+ this.$$set({ favorites: e }), c();
1252
+ }
1253
+ get mostplayed() {
1254
+ return this.$$.ctx[15];
1255
+ }
1256
+ set mostplayed(e) {
1257
+ this.$$set({ mostplayed: e }), c();
1258
+ }
1259
+ get lastplayed() {
1260
+ return this.$$.ctx[16];
1261
+ }
1262
+ set lastplayed(e) {
1263
+ this.$$set({ lastplayed: e }), c();
1264
+ }
1265
+ get casinomygames() {
1266
+ return this.$$.ctx[17];
1267
+ }
1268
+ set casinomygames(e) {
1269
+ this.$$set({ casinomygames: e }), c();
1270
+ }
1271
+ get lastplayedperiod() {
1272
+ return this.$$.ctx[18];
1273
+ }
1274
+ set lastplayedperiod(e) {
1275
+ this.$$set({ lastplayedperiod: e }), c();
1276
+ }
1277
+ get mostplayedperiod() {
1278
+ return this.$$.ctx[19];
1279
+ }
1280
+ set mostplayedperiod(e) {
1281
+ this.$$set({ mostplayedperiod: e }), c();
1282
+ }
1283
+ get lastplayedorder() {
1284
+ return this.$$.ctx[20];
1285
+ }
1286
+ set lastplayedorder(e) {
1287
+ this.$$set({ lastplayedorder: e }), c();
1288
+ }
1289
+ get lastplayedlimit() {
1290
+ return this.$$.ctx[21];
1291
+ }
1292
+ set lastplayedlimit(e) {
1293
+ this.$$set({ lastplayedlimit: e }), c();
1294
+ }
1295
+ get lastplayedunique() {
1296
+ return this.$$.ctx[22];
1297
+ }
1298
+ set lastplayedunique(e) {
1299
+ this.$$set({ lastplayedunique: e }), c();
1300
+ }
1301
+ get mostplayedrounds() {
1302
+ return this.$$.ctx[23];
1303
+ }
1304
+ set mostplayedrounds(e) {
1305
+ this.$$set({ mostplayedrounds: e }), c();
1306
+ }
1307
+ get mbsource() {
1308
+ return this.$$.ctx[24];
1309
+ }
1310
+ set mbsource(e) {
1311
+ this.$$set({ mbsource: e }), c();
1312
+ }
1313
+ }
1314
+ pe(ze, { userid: {}, session: {}, endpoint: {}, datasource: {}, lang: {}, currency: {}, clientstyling: {}, clientstylingurl: {}, livecasino: {}, visiblegames: {}, gamepagemodalurl: {}, showgamename: {}, integratedgameframedesktop: {}, integratedgameframemobile: {}, translationurl: {}, favorites: {}, mostplayed: {}, lastplayed: {}, casinomygames: {}, lastplayedperiod: {}, mostplayedperiod: {}, lastplayedorder: {}, lastplayedlimit: {}, lastplayedunique: {}, mostplayedrounds: {}, mbsource: {} }, [], [], !0);
1315
+ export {
1316
+ ze as default
1317
+ };