@everymatrix/casino-page-nd 1.44.0 → 1.45.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/CasinoCalendar-BaOBa8QA.cjs +6 -0
- package/components/CasinoCalendar-Cy33jV__.js +4944 -0
- package/components/CasinoCalendarDailyDetails-DQQpSkBs.js +605 -0
- package/components/CasinoCalendarDailyDetails-GkvtCgJ7.cjs +1 -0
- package/components/CasinoCalendarDailyItem-CLTZq-09.cjs +1 -0
- package/components/CasinoCalendarDailyItem-DRjYmQvY.js +220 -0
- package/components/CasinoCollectionsProviders-BRMP9Loe.js +659 -0
- package/components/CasinoCollectionsProviders-BVrM9_-J.cjs +1 -0
- package/components/CasinoFavoritesSectionNd-AXQ2JUS4.cjs +1 -0
- package/components/CasinoFavoritesSectionNd-lR4QQgd8.js +418 -0
- package/components/CasinoFilter-CoIMk2Uk.js +628 -0
- package/components/CasinoFilter-Dtfc6EDd.cjs +1 -0
- package/components/CasinoGameThumbnailNd-DqBttZLW.cjs +39 -0
- package/components/CasinoGameThumbnailNd-ibSrwQHV.js +4403 -0
- package/components/CasinoGamesCategorySectionNd-D0S49tBe.js +3022 -0
- package/components/CasinoGamesCategorySectionNd-gNimye8Z.cjs +1 -0
- package/components/CasinoJackpotBanner-C1PFzuTK.js +619 -0
- package/components/CasinoJackpotBanner-CLzxeM6r.cjs +1 -0
- package/components/CasinoLastPlayedSectionNd-BDeLZhj5.js +563 -0
- package/components/CasinoLastPlayedSectionNd-BW2xLmkm.cjs +1 -0
- package/components/CasinoMostPlayedSectionNd-B-MVHU_k.cjs +1 -0
- package/components/CasinoMostPlayedSectionNd-D_44BcJt.js +580 -0
- package/components/CasinoMyGamesNd-CBKbxt--.js +1312 -0
- package/components/CasinoMyGamesNd-D6CSTig2.cjs +1 -0
- package/components/CasinoPageNd-BTu3kJYN.js +3524 -0
- package/components/CasinoPageNd-DdncSxLp.cjs +1 -0
- package/components/CasinoRandomGame-DjPEoghb.js +641 -0
- package/components/CasinoRandomGame-Dpvg_Gex.cjs +2 -0
- package/components/CasinoSearchNd-BuG6WXHV.cjs +1 -0
- package/components/CasinoSearchNd-CEBR6Dyh.js +1066 -0
- package/components/CasinoSort-C_BKJyhx.js +425 -0
- package/components/CasinoSort-xGpk7scM.cjs +1 -0
- package/components/CasinoWinners-BOUVtu8N.cjs +1 -0
- package/components/CasinoWinners-DcIZJcp-.js +884 -0
- package/components/GeneralAnimationLoading-CEONZ0El.cjs +1 -0
- package/components/GeneralAnimationLoading-Ci69lr1N.js +75 -0
- package/es2015/casino-page-nd.cjs +1 -0
- package/es2015/casino-page-nd.js +16 -0
- package/package.json +25 -32
- package/CHANGELOG.md +0 -13
- package/README.md +0 -30
- package/dist/casino-page-nd.js +0 -31
- package/dist/casino-page-nd.js.map +0 -1
- package/index.html +0 -37
- package/index.js +0 -1
- package/public/favicon.png +0 -0
- package/public/reset.css +0 -48
- package/rollup.config.js +0 -67
- package/src/CasinoPage.svelte +0 -850
- package/src/CasinoPage.types.ts +0 -92
- package/src/i18n.js +0 -27
- package/src/index.ts +0 -4
- package/src/translations.js +0 -214
- package/stories/CasinoPage.stories.js +0 -13
- package/tsconfig.json +0 -6
|
@@ -0,0 +1,580 @@
|
|
|
1
|
+
import { I as ee, $ as te, S as se, i as ae, f as o, c as ne, s as ie, b as le, e as N, d as S, g as p, v as Q, C as H, k as M, J as oe, Q as re, n as me, P as n, u as ge, A as ce, N as de } from "./CasinoCalendar-Cy33jV__.js";
|
|
2
|
+
import "./CasinoFavoritesSectionNd-lR4QQgd8.js";
|
|
3
|
+
function J(a, e) {
|
|
4
|
+
ee(a, e);
|
|
5
|
+
}
|
|
6
|
+
function ue(a) {
|
|
7
|
+
te.set(a);
|
|
8
|
+
}
|
|
9
|
+
const q = {
|
|
10
|
+
en: {
|
|
11
|
+
noGames: "No games in most played"
|
|
12
|
+
},
|
|
13
|
+
"zh-hk": {
|
|
14
|
+
noGames: "No games in most played"
|
|
15
|
+
},
|
|
16
|
+
de: {
|
|
17
|
+
noGames: "No games in most played"
|
|
18
|
+
},
|
|
19
|
+
it: {
|
|
20
|
+
noGames: "No games in most played"
|
|
21
|
+
},
|
|
22
|
+
fr: {
|
|
23
|
+
noGames: "No games in most played"
|
|
24
|
+
},
|
|
25
|
+
es: {
|
|
26
|
+
noGames: "No hay juegos en más jugados."
|
|
27
|
+
},
|
|
28
|
+
tr: {
|
|
29
|
+
noGames: "En çok oynananlarda oyun yok"
|
|
30
|
+
},
|
|
31
|
+
ru: {
|
|
32
|
+
noGames: "No games in most played"
|
|
33
|
+
},
|
|
34
|
+
ro: {
|
|
35
|
+
noGames: "No games in most played"
|
|
36
|
+
},
|
|
37
|
+
hr: {
|
|
38
|
+
noGames: "Nema igara u najigranijim"
|
|
39
|
+
},
|
|
40
|
+
hu: {
|
|
41
|
+
noGames: "No games in most played"
|
|
42
|
+
},
|
|
43
|
+
pl: {
|
|
44
|
+
noGames: "No games in most played"
|
|
45
|
+
},
|
|
46
|
+
pt: {
|
|
47
|
+
noGames: "No games in most played"
|
|
48
|
+
},
|
|
49
|
+
sl: {
|
|
50
|
+
noGames: "No games in most played"
|
|
51
|
+
},
|
|
52
|
+
sr: {
|
|
53
|
+
noGames: "No games in most played"
|
|
54
|
+
},
|
|
55
|
+
"pt-br": {
|
|
56
|
+
noGames: "Não há jogos nos mais jogados"
|
|
57
|
+
},
|
|
58
|
+
"es-mx": {
|
|
59
|
+
noGames: "No hay juegos en los más jugados"
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
function fe(a) {
|
|
63
|
+
le(a, "svelte-lpws4r", ".svelte-lpws4r,.svelte-lpws4r::before,.svelte-lpws4r::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-most-played-section.svelte-lpws4r{background:var(--emfe-w-casino-color-bg, var(--emfe-w-color-background, #07072A));color:var(--emfe-w-casino-typography, var(--emfe-w-color-white, #FFFFFF))}");
|
|
64
|
+
}
|
|
65
|
+
function he(a) {
|
|
66
|
+
let e;
|
|
67
|
+
return {
|
|
68
|
+
c() {
|
|
69
|
+
e = N("casino-games-category-section-nd"), n(
|
|
70
|
+
e,
|
|
71
|
+
"session",
|
|
72
|
+
/*session*/
|
|
73
|
+
a[4]
|
|
74
|
+
), n(
|
|
75
|
+
e,
|
|
76
|
+
"userid",
|
|
77
|
+
/*userid*/
|
|
78
|
+
a[5]
|
|
79
|
+
), n(
|
|
80
|
+
e,
|
|
81
|
+
"endpoint",
|
|
82
|
+
/*endpoint*/
|
|
83
|
+
a[0]
|
|
84
|
+
), n(
|
|
85
|
+
e,
|
|
86
|
+
"datasource",
|
|
87
|
+
/*datasource*/
|
|
88
|
+
a[1]
|
|
89
|
+
), n(
|
|
90
|
+
e,
|
|
91
|
+
"lang",
|
|
92
|
+
/*lang*/
|
|
93
|
+
a[3]
|
|
94
|
+
), n(
|
|
95
|
+
e,
|
|
96
|
+
"currency",
|
|
97
|
+
/*currency*/
|
|
98
|
+
a[2]
|
|
99
|
+
), n(
|
|
100
|
+
e,
|
|
101
|
+
"favorites",
|
|
102
|
+
/*favorites*/
|
|
103
|
+
a[14]
|
|
104
|
+
), n(
|
|
105
|
+
e,
|
|
106
|
+
"fetchviaevent",
|
|
107
|
+
/*fetchviaevent*/
|
|
108
|
+
a[16]
|
|
109
|
+
), n(e, "categoryid", "MOSTPLAYED"), n(e, "categoryindex", "1"), n(e, "categorygames", "9"), n(e, "class", "CategoryContainer svelte-lpws4r"), n(
|
|
110
|
+
e,
|
|
111
|
+
"showgamename",
|
|
112
|
+
/*showgamename*/
|
|
113
|
+
a[12]
|
|
114
|
+
), n(
|
|
115
|
+
e,
|
|
116
|
+
"clientstyling",
|
|
117
|
+
/*clientstyling*/
|
|
118
|
+
a[6]
|
|
119
|
+
), n(
|
|
120
|
+
e,
|
|
121
|
+
"clientstylingurl",
|
|
122
|
+
/*clientstylingurl*/
|
|
123
|
+
a[7]
|
|
124
|
+
), n(
|
|
125
|
+
e,
|
|
126
|
+
"livecasino",
|
|
127
|
+
/*livecasino*/
|
|
128
|
+
a[8]
|
|
129
|
+
), n(
|
|
130
|
+
e,
|
|
131
|
+
"visiblegames",
|
|
132
|
+
/*visiblegames*/
|
|
133
|
+
a[13]
|
|
134
|
+
), n(
|
|
135
|
+
e,
|
|
136
|
+
"gamepagemodalurl",
|
|
137
|
+
/*gamepagemodalurl*/
|
|
138
|
+
a[11]
|
|
139
|
+
), n(
|
|
140
|
+
e,
|
|
141
|
+
"integratedgameframedesktop",
|
|
142
|
+
/*integratedgameframedesktop*/
|
|
143
|
+
a[10]
|
|
144
|
+
), n(
|
|
145
|
+
e,
|
|
146
|
+
"integratedgameframemobile",
|
|
147
|
+
/*integratedgameframemobile*/
|
|
148
|
+
a[9]
|
|
149
|
+
), n(
|
|
150
|
+
e,
|
|
151
|
+
"casinomygames",
|
|
152
|
+
/*casinomygames*/
|
|
153
|
+
a[15]
|
|
154
|
+
);
|
|
155
|
+
},
|
|
156
|
+
m(s, i) {
|
|
157
|
+
p(s, e, i);
|
|
158
|
+
},
|
|
159
|
+
p(s, i) {
|
|
160
|
+
i[0] & /*session*/
|
|
161
|
+
16 && n(
|
|
162
|
+
e,
|
|
163
|
+
"session",
|
|
164
|
+
/*session*/
|
|
165
|
+
s[4]
|
|
166
|
+
), i[0] & /*userid*/
|
|
167
|
+
32 && n(
|
|
168
|
+
e,
|
|
169
|
+
"userid",
|
|
170
|
+
/*userid*/
|
|
171
|
+
s[5]
|
|
172
|
+
), i[0] & /*endpoint*/
|
|
173
|
+
1 && n(
|
|
174
|
+
e,
|
|
175
|
+
"endpoint",
|
|
176
|
+
/*endpoint*/
|
|
177
|
+
s[0]
|
|
178
|
+
), i[0] & /*datasource*/
|
|
179
|
+
2 && n(
|
|
180
|
+
e,
|
|
181
|
+
"datasource",
|
|
182
|
+
/*datasource*/
|
|
183
|
+
s[1]
|
|
184
|
+
), i[0] & /*lang*/
|
|
185
|
+
8 && n(
|
|
186
|
+
e,
|
|
187
|
+
"lang",
|
|
188
|
+
/*lang*/
|
|
189
|
+
s[3]
|
|
190
|
+
), i[0] & /*currency*/
|
|
191
|
+
4 && n(
|
|
192
|
+
e,
|
|
193
|
+
"currency",
|
|
194
|
+
/*currency*/
|
|
195
|
+
s[2]
|
|
196
|
+
), i[0] & /*favorites*/
|
|
197
|
+
16384 && n(
|
|
198
|
+
e,
|
|
199
|
+
"favorites",
|
|
200
|
+
/*favorites*/
|
|
201
|
+
s[14]
|
|
202
|
+
), i[0] & /*fetchviaevent*/
|
|
203
|
+
65536 && n(
|
|
204
|
+
e,
|
|
205
|
+
"fetchviaevent",
|
|
206
|
+
/*fetchviaevent*/
|
|
207
|
+
s[16]
|
|
208
|
+
), i[0] & /*showgamename*/
|
|
209
|
+
4096 && n(
|
|
210
|
+
e,
|
|
211
|
+
"showgamename",
|
|
212
|
+
/*showgamename*/
|
|
213
|
+
s[12]
|
|
214
|
+
), i[0] & /*clientstyling*/
|
|
215
|
+
64 && n(
|
|
216
|
+
e,
|
|
217
|
+
"clientstyling",
|
|
218
|
+
/*clientstyling*/
|
|
219
|
+
s[6]
|
|
220
|
+
), i[0] & /*clientstylingurl*/
|
|
221
|
+
128 && n(
|
|
222
|
+
e,
|
|
223
|
+
"clientstylingurl",
|
|
224
|
+
/*clientstylingurl*/
|
|
225
|
+
s[7]
|
|
226
|
+
), i[0] & /*livecasino*/
|
|
227
|
+
256 && n(
|
|
228
|
+
e,
|
|
229
|
+
"livecasino",
|
|
230
|
+
/*livecasino*/
|
|
231
|
+
s[8]
|
|
232
|
+
), i[0] & /*visiblegames*/
|
|
233
|
+
8192 && n(
|
|
234
|
+
e,
|
|
235
|
+
"visiblegames",
|
|
236
|
+
/*visiblegames*/
|
|
237
|
+
s[13]
|
|
238
|
+
), i[0] & /*gamepagemodalurl*/
|
|
239
|
+
2048 && n(
|
|
240
|
+
e,
|
|
241
|
+
"gamepagemodalurl",
|
|
242
|
+
/*gamepagemodalurl*/
|
|
243
|
+
s[11]
|
|
244
|
+
), i[0] & /*integratedgameframedesktop*/
|
|
245
|
+
1024 && n(
|
|
246
|
+
e,
|
|
247
|
+
"integratedgameframedesktop",
|
|
248
|
+
/*integratedgameframedesktop*/
|
|
249
|
+
s[10]
|
|
250
|
+
), i[0] & /*integratedgameframemobile*/
|
|
251
|
+
512 && n(
|
|
252
|
+
e,
|
|
253
|
+
"integratedgameframemobile",
|
|
254
|
+
/*integratedgameframemobile*/
|
|
255
|
+
s[9]
|
|
256
|
+
), i[0] & /*casinomygames*/
|
|
257
|
+
32768 && n(
|
|
258
|
+
e,
|
|
259
|
+
"casinomygames",
|
|
260
|
+
/*casinomygames*/
|
|
261
|
+
s[15]
|
|
262
|
+
);
|
|
263
|
+
},
|
|
264
|
+
d(s) {
|
|
265
|
+
s && M(e);
|
|
266
|
+
}
|
|
267
|
+
};
|
|
268
|
+
}
|
|
269
|
+
function ye(a) {
|
|
270
|
+
let e, s = (
|
|
271
|
+
/*$_*/
|
|
272
|
+
a[19]("noGames") + ""
|
|
273
|
+
), i;
|
|
274
|
+
return {
|
|
275
|
+
c() {
|
|
276
|
+
e = N("p"), i = ge(s), S(e, "class", "SearchLoading svelte-lpws4r");
|
|
277
|
+
},
|
|
278
|
+
m(m, r) {
|
|
279
|
+
p(m, e, r), Q(e, i);
|
|
280
|
+
},
|
|
281
|
+
p(m, r) {
|
|
282
|
+
r[0] & /*$_*/
|
|
283
|
+
524288 && s !== (s = /*$_*/
|
|
284
|
+
m[19]("noGames") + "") && ce(i, s);
|
|
285
|
+
},
|
|
286
|
+
d(m) {
|
|
287
|
+
m && M(e);
|
|
288
|
+
}
|
|
289
|
+
};
|
|
290
|
+
}
|
|
291
|
+
function ve(a) {
|
|
292
|
+
let e, s;
|
|
293
|
+
function i(g, c) {
|
|
294
|
+
return (
|
|
295
|
+
/*mostPlayedEmpty*/
|
|
296
|
+
g[18] ? ye : he
|
|
297
|
+
);
|
|
298
|
+
}
|
|
299
|
+
let m = i(a), r = m(a);
|
|
300
|
+
return {
|
|
301
|
+
c() {
|
|
302
|
+
e = N("div"), s = N("div"), r.c(), S(s, "class", "casino-most-played-section svelte-lpws4r"), S(e, "class", "CasinoGamesCategorySectionContainer svelte-lpws4r");
|
|
303
|
+
},
|
|
304
|
+
m(g, c) {
|
|
305
|
+
p(g, e, c), Q(e, s), r.m(s, null), a[23](e);
|
|
306
|
+
},
|
|
307
|
+
p(g, c) {
|
|
308
|
+
m === (m = i(g)) && r ? r.p(g, c) : (r.d(1), r = m(g), r && (r.c(), r.m(s, null)));
|
|
309
|
+
},
|
|
310
|
+
i: H,
|
|
311
|
+
o: H,
|
|
312
|
+
d(g) {
|
|
313
|
+
g && M(e), r.d(), a[23](null);
|
|
314
|
+
}
|
|
315
|
+
};
|
|
316
|
+
}
|
|
317
|
+
function be(a, e, s) {
|
|
318
|
+
let i;
|
|
319
|
+
oe(a, de, (t) => s(19, i = t));
|
|
320
|
+
let { endpoint: m = "" } = e, { datasource: r = "" } = e, { currency: g = "" } = e, { lang: c = "" } = e, { session: A = "" } = e, { userid: v = "" } = e, { clientstyling: b = "" } = e, { clientstylingurl: w = "" } = e, { livecasino: _ = "false" } = e, { integratedgameframemobile: E = "false" } = e, { integratedgameframedesktop: F = "false" } = e, { gamepagemodalurl: T = "false" } = e, { showgamename: O = "" } = e, { visiblegames: P } = e, { favorites: D = "" } = e, { translationurl: k = "" } = e, { casinomygames: C = "false" } = e, { mostplayedperiod: j = "Last30Days" } = e, { mostplayedrounds: L = "10" } = e, { fetchviaevent: R = "true" } = e, Y = window.navigator.userAgent;
|
|
321
|
+
const B = () => {
|
|
322
|
+
fetch(k).then((l) => l.json()).then((l) => {
|
|
323
|
+
Object.keys(l).forEach((d) => {
|
|
324
|
+
J(d, l[d]);
|
|
325
|
+
});
|
|
326
|
+
}).catch((l) => {
|
|
327
|
+
console.log(l);
|
|
328
|
+
});
|
|
329
|
+
};
|
|
330
|
+
Object.keys(q).forEach((t) => {
|
|
331
|
+
J(t, q[t]);
|
|
332
|
+
});
|
|
333
|
+
let G = [], U, I = !1, h;
|
|
334
|
+
const K = (t) => {
|
|
335
|
+
let l = new URL(`${m}/v1/player/${v}/games/most-played`);
|
|
336
|
+
t.limit && l.searchParams.append("limit", t.limit), t.order && l.searchParams.append("order", t.order), l.searchParams.append("expand", "games"), l.searchParams.append("period", j);
|
|
337
|
+
let d = t.device;
|
|
338
|
+
return d ? d === "PC" ? l.searchParams.append("device", "Desktop") : l.searchParams.append("device", "Mobile") : l.searchParams.append("device", "All"), t.rounds && l.searchParams.append("rounds", t.rounds), U = _ ? l : l.href, new Promise((u, y) => {
|
|
339
|
+
fetch(U).then((f) => f.json()).then((f) => {
|
|
340
|
+
f.items = f.items.filter(($) => {
|
|
341
|
+
let z = !0;
|
|
342
|
+
return $.gameCode == "OddsMatrix2" && (f.count--, z = !1), z;
|
|
343
|
+
}), u(f);
|
|
344
|
+
}).catch((f) => {
|
|
345
|
+
console.error(f), y(f);
|
|
346
|
+
});
|
|
347
|
+
});
|
|
348
|
+
}, V = () => {
|
|
349
|
+
K({
|
|
350
|
+
limit: 100,
|
|
351
|
+
device: re(Y),
|
|
352
|
+
rounds: L
|
|
353
|
+
}).then((t) => {
|
|
354
|
+
if (t.count > 0) {
|
|
355
|
+
let l = [];
|
|
356
|
+
t.items.forEach((d) => {
|
|
357
|
+
let u = new URL(`${m}/v1/casino/games/${d.gameId}`);
|
|
358
|
+
u.searchParams.append("datasource", r), _ ? l.push(fetch(u.href).then((y) => y.json())) : l.push(fetch(u.href).then((y) => y.json()));
|
|
359
|
+
}), Promise.all(l).then((d) => {
|
|
360
|
+
G = d.filter((u) => !("error" in u)).map((u) => u[0]), C === "true" && (G = G.slice(0, JSON.parse(P))), window.postMessage({ type: "MostPlayedData", mostPlayedGames: G }, window.location.href);
|
|
361
|
+
});
|
|
362
|
+
} else
|
|
363
|
+
s(18, I = !0);
|
|
364
|
+
});
|
|
365
|
+
}, W = () => {
|
|
366
|
+
ue(c);
|
|
367
|
+
}, X = () => {
|
|
368
|
+
let t = document.createElement("style");
|
|
369
|
+
t.innerHTML = b, h.appendChild(t);
|
|
370
|
+
}, Z = () => {
|
|
371
|
+
let t = document.createElement("style");
|
|
372
|
+
fetch(new URL(w)).then((l) => l.text()).then((l) => {
|
|
373
|
+
t.innerHTML = l, setTimeout(
|
|
374
|
+
() => {
|
|
375
|
+
h.appendChild(t);
|
|
376
|
+
},
|
|
377
|
+
1
|
|
378
|
+
);
|
|
379
|
+
});
|
|
380
|
+
};
|
|
381
|
+
function x(t) {
|
|
382
|
+
me[t ? "unshift" : "push"](() => {
|
|
383
|
+
h = t, s(17, h);
|
|
384
|
+
});
|
|
385
|
+
}
|
|
386
|
+
return a.$$set = (t) => {
|
|
387
|
+
"endpoint" in t && s(0, m = t.endpoint), "datasource" in t && s(1, r = t.datasource), "currency" in t && s(2, g = t.currency), "lang" in t && s(3, c = t.lang), "session" in t && s(4, A = t.session), "userid" in t && s(5, v = t.userid), "clientstyling" in t && s(6, b = t.clientstyling), "clientstylingurl" in t && s(7, w = t.clientstylingurl), "livecasino" in t && s(8, _ = t.livecasino), "integratedgameframemobile" in t && s(9, E = t.integratedgameframemobile), "integratedgameframedesktop" in t && s(10, F = t.integratedgameframedesktop), "gamepagemodalurl" in t && s(11, T = t.gamepagemodalurl), "showgamename" in t && s(12, O = t.showgamename), "visiblegames" in t && s(13, P = t.visiblegames), "favorites" in t && s(14, D = t.favorites), "translationurl" in t && s(20, k = t.translationurl), "casinomygames" in t && s(15, C = t.casinomygames), "mostplayedperiod" in t && s(21, j = t.mostplayedperiod), "mostplayedrounds" in t && s(22, L = t.mostplayedrounds), "fetchviaevent" in t && s(16, R = t.fetchviaevent);
|
|
388
|
+
}, a.$$.update = () => {
|
|
389
|
+
a.$$.dirty[0] & /*endpoint, userid, lang*/
|
|
390
|
+
41 && m && v && c && V(), a.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
|
391
|
+
131136 && b && h && X(), a.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
|
392
|
+
131200 && w && h && Z(), a.$$.dirty[0] & /*translationurl*/
|
|
393
|
+
1048576 && k && B(), a.$$.dirty[0] & /*lang*/
|
|
394
|
+
8 && c && W();
|
|
395
|
+
}, [
|
|
396
|
+
m,
|
|
397
|
+
r,
|
|
398
|
+
g,
|
|
399
|
+
c,
|
|
400
|
+
A,
|
|
401
|
+
v,
|
|
402
|
+
b,
|
|
403
|
+
w,
|
|
404
|
+
_,
|
|
405
|
+
E,
|
|
406
|
+
F,
|
|
407
|
+
T,
|
|
408
|
+
O,
|
|
409
|
+
P,
|
|
410
|
+
D,
|
|
411
|
+
C,
|
|
412
|
+
R,
|
|
413
|
+
h,
|
|
414
|
+
I,
|
|
415
|
+
i,
|
|
416
|
+
k,
|
|
417
|
+
j,
|
|
418
|
+
L,
|
|
419
|
+
x
|
|
420
|
+
];
|
|
421
|
+
}
|
|
422
|
+
class we extends se {
|
|
423
|
+
constructor(e) {
|
|
424
|
+
super(), ae(
|
|
425
|
+
this,
|
|
426
|
+
e,
|
|
427
|
+
be,
|
|
428
|
+
ve,
|
|
429
|
+
ie,
|
|
430
|
+
{
|
|
431
|
+
endpoint: 0,
|
|
432
|
+
datasource: 1,
|
|
433
|
+
currency: 2,
|
|
434
|
+
lang: 3,
|
|
435
|
+
session: 4,
|
|
436
|
+
userid: 5,
|
|
437
|
+
clientstyling: 6,
|
|
438
|
+
clientstylingurl: 7,
|
|
439
|
+
livecasino: 8,
|
|
440
|
+
integratedgameframemobile: 9,
|
|
441
|
+
integratedgameframedesktop: 10,
|
|
442
|
+
gamepagemodalurl: 11,
|
|
443
|
+
showgamename: 12,
|
|
444
|
+
visiblegames: 13,
|
|
445
|
+
favorites: 14,
|
|
446
|
+
translationurl: 20,
|
|
447
|
+
casinomygames: 15,
|
|
448
|
+
mostplayedperiod: 21,
|
|
449
|
+
mostplayedrounds: 22,
|
|
450
|
+
fetchviaevent: 16
|
|
451
|
+
},
|
|
452
|
+
fe,
|
|
453
|
+
[-1, -1]
|
|
454
|
+
);
|
|
455
|
+
}
|
|
456
|
+
get endpoint() {
|
|
457
|
+
return this.$$.ctx[0];
|
|
458
|
+
}
|
|
459
|
+
set endpoint(e) {
|
|
460
|
+
this.$$set({ endpoint: e }), o();
|
|
461
|
+
}
|
|
462
|
+
get datasource() {
|
|
463
|
+
return this.$$.ctx[1];
|
|
464
|
+
}
|
|
465
|
+
set datasource(e) {
|
|
466
|
+
this.$$set({ datasource: e }), o();
|
|
467
|
+
}
|
|
468
|
+
get currency() {
|
|
469
|
+
return this.$$.ctx[2];
|
|
470
|
+
}
|
|
471
|
+
set currency(e) {
|
|
472
|
+
this.$$set({ currency: e }), o();
|
|
473
|
+
}
|
|
474
|
+
get lang() {
|
|
475
|
+
return this.$$.ctx[3];
|
|
476
|
+
}
|
|
477
|
+
set lang(e) {
|
|
478
|
+
this.$$set({ lang: e }), o();
|
|
479
|
+
}
|
|
480
|
+
get session() {
|
|
481
|
+
return this.$$.ctx[4];
|
|
482
|
+
}
|
|
483
|
+
set session(e) {
|
|
484
|
+
this.$$set({ session: e }), o();
|
|
485
|
+
}
|
|
486
|
+
get userid() {
|
|
487
|
+
return this.$$.ctx[5];
|
|
488
|
+
}
|
|
489
|
+
set userid(e) {
|
|
490
|
+
this.$$set({ userid: e }), o();
|
|
491
|
+
}
|
|
492
|
+
get clientstyling() {
|
|
493
|
+
return this.$$.ctx[6];
|
|
494
|
+
}
|
|
495
|
+
set clientstyling(e) {
|
|
496
|
+
this.$$set({ clientstyling: e }), o();
|
|
497
|
+
}
|
|
498
|
+
get clientstylingurl() {
|
|
499
|
+
return this.$$.ctx[7];
|
|
500
|
+
}
|
|
501
|
+
set clientstylingurl(e) {
|
|
502
|
+
this.$$set({ clientstylingurl: e }), o();
|
|
503
|
+
}
|
|
504
|
+
get livecasino() {
|
|
505
|
+
return this.$$.ctx[8];
|
|
506
|
+
}
|
|
507
|
+
set livecasino(e) {
|
|
508
|
+
this.$$set({ livecasino: e }), o();
|
|
509
|
+
}
|
|
510
|
+
get integratedgameframemobile() {
|
|
511
|
+
return this.$$.ctx[9];
|
|
512
|
+
}
|
|
513
|
+
set integratedgameframemobile(e) {
|
|
514
|
+
this.$$set({ integratedgameframemobile: e }), o();
|
|
515
|
+
}
|
|
516
|
+
get integratedgameframedesktop() {
|
|
517
|
+
return this.$$.ctx[10];
|
|
518
|
+
}
|
|
519
|
+
set integratedgameframedesktop(e) {
|
|
520
|
+
this.$$set({ integratedgameframedesktop: e }), o();
|
|
521
|
+
}
|
|
522
|
+
get gamepagemodalurl() {
|
|
523
|
+
return this.$$.ctx[11];
|
|
524
|
+
}
|
|
525
|
+
set gamepagemodalurl(e) {
|
|
526
|
+
this.$$set({ gamepagemodalurl: e }), o();
|
|
527
|
+
}
|
|
528
|
+
get showgamename() {
|
|
529
|
+
return this.$$.ctx[12];
|
|
530
|
+
}
|
|
531
|
+
set showgamename(e) {
|
|
532
|
+
this.$$set({ showgamename: e }), o();
|
|
533
|
+
}
|
|
534
|
+
get visiblegames() {
|
|
535
|
+
return this.$$.ctx[13];
|
|
536
|
+
}
|
|
537
|
+
set visiblegames(e) {
|
|
538
|
+
this.$$set({ visiblegames: e }), o();
|
|
539
|
+
}
|
|
540
|
+
get favorites() {
|
|
541
|
+
return this.$$.ctx[14];
|
|
542
|
+
}
|
|
543
|
+
set favorites(e) {
|
|
544
|
+
this.$$set({ favorites: e }), o();
|
|
545
|
+
}
|
|
546
|
+
get translationurl() {
|
|
547
|
+
return this.$$.ctx[20];
|
|
548
|
+
}
|
|
549
|
+
set translationurl(e) {
|
|
550
|
+
this.$$set({ translationurl: e }), o();
|
|
551
|
+
}
|
|
552
|
+
get casinomygames() {
|
|
553
|
+
return this.$$.ctx[15];
|
|
554
|
+
}
|
|
555
|
+
set casinomygames(e) {
|
|
556
|
+
this.$$set({ casinomygames: e }), o();
|
|
557
|
+
}
|
|
558
|
+
get mostplayedperiod() {
|
|
559
|
+
return this.$$.ctx[21];
|
|
560
|
+
}
|
|
561
|
+
set mostplayedperiod(e) {
|
|
562
|
+
this.$$set({ mostplayedperiod: e }), o();
|
|
563
|
+
}
|
|
564
|
+
get mostplayedrounds() {
|
|
565
|
+
return this.$$.ctx[22];
|
|
566
|
+
}
|
|
567
|
+
set mostplayedrounds(e) {
|
|
568
|
+
this.$$set({ mostplayedrounds: e }), o();
|
|
569
|
+
}
|
|
570
|
+
get fetchviaevent() {
|
|
571
|
+
return this.$$.ctx[16];
|
|
572
|
+
}
|
|
573
|
+
set fetchviaevent(e) {
|
|
574
|
+
this.$$set({ fetchviaevent: e }), o();
|
|
575
|
+
}
|
|
576
|
+
}
|
|
577
|
+
ne(we, { endpoint: {}, datasource: {}, currency: {}, lang: {}, session: {}, userid: {}, clientstyling: {}, clientstylingurl: {}, livecasino: {}, integratedgameframemobile: {}, integratedgameframedesktop: {}, gamepagemodalurl: {}, showgamename: {}, visiblegames: {}, favorites: {}, translationurl: {}, casinomygames: {}, mostplayedperiod: {}, mostplayedrounds: {}, fetchviaevent: {} }, [], [], !0);
|
|
578
|
+
export {
|
|
579
|
+
we as default
|
|
580
|
+
};
|