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