@everymatrix/player-account-controller-nd 1.83.6 → 1.83.8
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/{PlayerAccountControllerNd-BGZfz9sO.js → PlayerAccountControllerNd-B6k29cig.js} +399 -355
- package/components/{PlayerAccountControllerNd-S_fotl_i.js → PlayerAccountControllerNd-D76-Wlog.js} +407 -363
- package/components/PlayerAccountControllerNd-F8rcXm83.cjs +1 -0
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-CgRAtBiX.js → PlayerAccountGamingLimitsPage2Gm16Nd-CJ65unAw.js} +1005 -995
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-DUjLg0OF.js → PlayerAccountGamingLimitsPage2Gm16Nd-CqSwX-oT.js} +909 -899
- package/components/{PlayerAccountGamingLimitsPage2Gm16Nd-BAPRR8lN.cjs → PlayerAccountGamingLimitsPage2Gm16Nd-DFdcO4CL.cjs} +6 -6
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-BTPT_jJf.js → PlayerAccountGamingLimitsWrapper2Nd-B_4uh47F.js} +296 -276
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-DZLl4k0m.js → PlayerAccountGamingLimitsWrapper2Nd-BtukAvkN.js} +294 -274
- package/components/{PlayerAccountGamingLimitsWrapper2Nd-DttIpRAu.cjs → PlayerAccountGamingLimitsWrapper2Nd-xVq8YGHi.cjs} +2 -2
- package/es2015/player-account-controller-nd.cjs +1 -1
- package/es2015/player-account-controller-nd.js +1 -1
- package/esnext/player-account-controller-nd.js +1 -1
- package/lazy/{player-account-gaming-limits-page-2-gm16-nd-Dof4wnyC.js → player-account-gaming-limits-page-2-gm16-nd-ClBZUG43.js} +1 -1
- package/lazy/{player-account-gaming-limits-page-2-gm16-nd-BPrmk6sJ.cjs → player-account-gaming-limits-page-2-gm16-nd-DGxGJMlK.cjs} +1 -1
- package/lazy/{player-account-gaming-limits-page-2-gm16-nd-DlPv3Pwa.js → player-account-gaming-limits-page-2-gm16-nd-QqS0LfYC.js} +1 -1
- package/lazy/{player-account-gaming-limits-wrapper-2-nd-D52U3yXC.js → player-account-gaming-limits-wrapper-2-nd-ClsJSHRU.js} +1 -1
- package/lazy/{player-account-gaming-limits-wrapper-2-nd-DYAZZ7q9.cjs → player-account-gaming-limits-wrapper-2-nd-MyLJhUsv.cjs} +1 -1
- package/lazy/{player-account-gaming-limits-wrapper-2-nd-qvlj5sb2.js → player-account-gaming-limits-wrapper-2-nd-mZftZvo3.js} +1 -1
- package/lazy/{user-deposit-withdrawal-CG98ptzm.cjs → user-deposit-withdrawal-6Nnw5wjK.cjs} +1 -1
- package/lazy/{user-deposit-withdrawal-C_0uw3Ce.js → user-deposit-withdrawal-CHBadRov.js} +1 -1
- package/lazy/{user-deposit-withdrawal-C5ozpvE5.js → user-deposit-withdrawal-CKUzX0CQ.js} +1 -1
- package/package.json +1 -1
- package/stencil/user-deposit-withdrawal-BCKZNqMY.js +760 -0
- package/stencil/user-deposit-withdrawal-BbTD5FYI.cjs +72 -0
- package/stencil/user-deposit-withdrawal-Dp4RTPdE.js +782 -0
- package/components/PlayerAccountControllerNd-D3sggUUS.cjs +0 -1
- package/stencil/user-deposit-withdrawal-B7lD7o08.js +0 -721
- package/stencil/user-deposit-withdrawal-BCYiG5F0.cjs +0 -72
- package/stencil/user-deposit-withdrawal-CBW4aegK.js +0 -699
package/components/{PlayerAccountControllerNd-BGZfz9sO.js → PlayerAccountControllerNd-B6k29cig.js}
RENAMED
|
@@ -1,16 +1,16 @@
|
|
|
1
|
-
import { $ as oe, E as
|
|
2
|
-
function
|
|
1
|
+
import { $ as oe, E as qn, a as Gn, B as Xn, S as Jn, i as Hn, f as u, s as Qn, b as Bn, n as le, d, h as m, k as p, p as Fn, u as Cn, F as Vn, v as Zn, x as Kn, e as re, G as Yn, H as ue, r as x, j as E, I as c, m as ae, J as f, q as $n, y as xn, z as ei, A as ni } from "./GeneralLogout-BICosmW5.js";
|
|
2
|
+
function ii({ withLocale: n, translations: i }) {
|
|
3
3
|
oe.subscribe((s) => {
|
|
4
|
-
s == null && (
|
|
4
|
+
s == null && (qn.set(i), oe.set(n));
|
|
5
5
|
});
|
|
6
6
|
}
|
|
7
|
-
function
|
|
8
|
-
|
|
7
|
+
function Sn(n, i) {
|
|
8
|
+
Gn(n, i);
|
|
9
9
|
}
|
|
10
|
-
function
|
|
10
|
+
function si(n) {
|
|
11
11
|
oe.set(n);
|
|
12
12
|
}
|
|
13
|
-
const
|
|
13
|
+
const Nn = {
|
|
14
14
|
en: {
|
|
15
15
|
profileUpdateSuccess: "Profile updated!",
|
|
16
16
|
timeoutSuccess: "Timeout active",
|
|
@@ -144,30 +144,30 @@ const Sn = {
|
|
|
144
144
|
errorCode1164: "New password is too similar to one used before"
|
|
145
145
|
}
|
|
146
146
|
};
|
|
147
|
-
function si(n) {
|
|
148
|
-
Qn(n, "svelte-1l89fiq", '*,*::before,*::after,body{margin:0;padding:0;box-sizing:border-box}.PlayerAccountPage{display:grid;gap:10px;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:300px 1fr 300px;background:var(--emw--pam-color-bg, var(--emw--color-gray-50, #f9f8f8))}.PlayerAccountPage.PlayerAccountMobilePage{display:block;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013e5c));padding-right:0px}.PlayerAccountPage>nav{grid-area:nav;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013e5c));box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.3);background-clip:padding-box;border-radius:var(--emw--border-radius-medium, 10px)}.PlayerAccountPage>nav.PlayerAccountMobile{background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013e5c));color:var(--emw--pam-typography-color-nav-bg, var(--emw--color-contrast, #ffffff));border-radius:0px;padding:0}.PlayerAccountPage>main{grid-area:main}.PlayerAccountPage>aside{background:var(--emw--color-primary, #184026);grid-area:aside;border-radius:var(--emw--border-radius-medium, 10px);padding:15px}@media(max-width: 1200px){.PlayerAccountPage{grid-template-areas:"nav main" " aside aside";grid-template-rows:auto;grid-template-columns:1fr 2fr}}');
|
|
149
|
-
}
|
|
150
147
|
function ti(n) {
|
|
148
|
+
Bn(n, "svelte-1l89fiq", '*,*::before,*::after,body{margin:0;padding:0;box-sizing:border-box}.PlayerAccountPage{display:grid;gap:10px;width:100%;grid-template-areas:"nav main aside";grid-template-rows:auto;grid-template-columns:300px 1fr 300px;background:var(--emw--pam-color-bg, var(--emw--color-gray-50, #f9f8f8))}.PlayerAccountPage.PlayerAccountMobilePage{display:block;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013e5c));padding-right:0px}.PlayerAccountPage>nav{grid-area:nav;background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013e5c));box-shadow:inset 0 0 0 3px rgba(255, 255, 255, 0.3);background-clip:padding-box;border-radius:var(--emw--border-radius-medium, 10px)}.PlayerAccountPage>nav.PlayerAccountMobile{background:linear-gradient(to right, var(--emw--color-primary-variant, #184026), var(--emw--color-secondary-variant, #013e5c));color:var(--emw--pam-typography-color-nav-bg, var(--emw--color-contrast, #ffffff));border-radius:0px;padding:0}.PlayerAccountPage>main{grid-area:main}.PlayerAccountPage>aside{background:var(--emw--color-primary, #184026);grid-area:aside;border-radius:var(--emw--border-radius-medium, 10px);padding:15px}@media(max-width: 1200px){.PlayerAccountPage{grid-template-areas:"nav main" " aside aside";grid-template-rows:auto;grid-template-columns:1fr 2fr}}');
|
|
149
|
+
}
|
|
150
|
+
function oi(n) {
|
|
151
151
|
let i;
|
|
152
152
|
function s(e, t) {
|
|
153
153
|
if (
|
|
154
154
|
/*isMobile*/
|
|
155
|
-
e[
|
|
155
|
+
e[79]
|
|
156
156
|
)
|
|
157
|
-
return
|
|
157
|
+
return ri;
|
|
158
158
|
if (
|
|
159
159
|
/*sessionId*/
|
|
160
|
-
e[
|
|
160
|
+
e[77] && /*cmsendpoint*/
|
|
161
161
|
e[0] && /*env*/
|
|
162
162
|
e[1]
|
|
163
163
|
)
|
|
164
|
-
return
|
|
164
|
+
return ai;
|
|
165
165
|
}
|
|
166
166
|
let o = s(n), l = o && o(n);
|
|
167
167
|
return {
|
|
168
168
|
c() {
|
|
169
169
|
i = p("section"), l && l.c(), re(i, "class", "PlayerAccountPage " + /*isMobile*/
|
|
170
|
-
(n[
|
|
170
|
+
(n[79] ? "PlayerAccountMobilePage" : ""));
|
|
171
171
|
},
|
|
172
172
|
m(e, t) {
|
|
173
173
|
m(e, i, t), l && l.m(i, null);
|
|
@@ -180,7 +180,7 @@ function ti(n) {
|
|
|
180
180
|
}
|
|
181
181
|
};
|
|
182
182
|
}
|
|
183
|
-
function
|
|
183
|
+
function li(n) {
|
|
184
184
|
let i;
|
|
185
185
|
return {
|
|
186
186
|
c() {
|
|
@@ -195,157 +195,157 @@ function oi(n) {
|
|
|
195
195
|
}
|
|
196
196
|
};
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function ai(n) {
|
|
199
199
|
let i, s, o, l, e, t, N, v, y, _, D;
|
|
200
200
|
function j(r, k) {
|
|
201
201
|
if (
|
|
202
202
|
/*activeMenuItem*/
|
|
203
|
-
r[
|
|
204
|
-
r[
|
|
203
|
+
r[78] === /*widgetPath*/
|
|
204
|
+
r[82][0]
|
|
205
|
+
)
|
|
206
|
+
return Ai;
|
|
207
|
+
if (
|
|
208
|
+
/*activeMenuItem*/
|
|
209
|
+
r[78] === /*widgetPath*/
|
|
210
|
+
r[82][1]
|
|
205
211
|
)
|
|
206
212
|
return zi;
|
|
207
213
|
if (
|
|
208
214
|
/*activeMenuItem*/
|
|
209
|
-
r[
|
|
210
|
-
r[
|
|
215
|
+
r[78] === /*widgetPath*/
|
|
216
|
+
r[82][2]
|
|
211
217
|
)
|
|
212
218
|
return Wi;
|
|
213
219
|
if (
|
|
214
220
|
/*activeMenuItem*/
|
|
215
|
-
r[
|
|
216
|
-
r[
|
|
221
|
+
r[78] === /*widgetPath*/
|
|
222
|
+
r[82][3]
|
|
217
223
|
)
|
|
218
224
|
return Li;
|
|
219
225
|
if (
|
|
220
226
|
/*activeMenuItem*/
|
|
221
|
-
r[
|
|
222
|
-
r[
|
|
227
|
+
r[78] === /*widgetPath*/
|
|
228
|
+
r[82][4]
|
|
223
229
|
)
|
|
224
230
|
return Mi;
|
|
225
231
|
if (
|
|
226
232
|
/*activeMenuItem*/
|
|
227
|
-
r[
|
|
228
|
-
r[
|
|
233
|
+
r[78] === /*widgetPath*/
|
|
234
|
+
r[82][5]
|
|
229
235
|
)
|
|
230
236
|
return Pi;
|
|
231
237
|
if (
|
|
232
238
|
/*activeMenuItem*/
|
|
233
|
-
r[
|
|
234
|
-
r[
|
|
239
|
+
r[78] == /*widgetPath*/
|
|
240
|
+
r[82][6]
|
|
235
241
|
)
|
|
236
242
|
return vi;
|
|
237
243
|
if (
|
|
238
244
|
/*activeMenuItem*/
|
|
239
|
-
r[
|
|
240
|
-
r[
|
|
245
|
+
r[78] === /*widgetPath*/
|
|
246
|
+
r[82][7]
|
|
241
247
|
)
|
|
242
248
|
return Ni;
|
|
243
249
|
if (
|
|
244
250
|
/*activeMenuItem*/
|
|
245
|
-
r[
|
|
246
|
-
r[
|
|
251
|
+
r[78] === /*widgetPath*/
|
|
252
|
+
r[82][8]
|
|
247
253
|
)
|
|
248
254
|
return Si;
|
|
249
255
|
if (
|
|
250
256
|
/*activeMenuItem*/
|
|
251
|
-
r[
|
|
252
|
-
r[
|
|
257
|
+
r[78] === /*widgetPath*/
|
|
258
|
+
r[82][9]
|
|
253
259
|
)
|
|
254
260
|
return Ci;
|
|
255
261
|
if (
|
|
256
262
|
/*activeMenuItem*/
|
|
257
|
-
r[
|
|
258
|
-
r[
|
|
263
|
+
r[78] === /*widgetPath*/
|
|
264
|
+
r[82][10]
|
|
259
265
|
)
|
|
260
266
|
return ki;
|
|
261
267
|
if (
|
|
262
268
|
/*activeMenuItem*/
|
|
263
|
-
r[
|
|
264
|
-
r[
|
|
269
|
+
r[78] === /*widgetPath*/
|
|
270
|
+
r[82][11]
|
|
265
271
|
)
|
|
266
272
|
return _i;
|
|
267
273
|
if (
|
|
268
274
|
/*activeMenuItem*/
|
|
269
|
-
r[
|
|
270
|
-
r[
|
|
275
|
+
r[78] === /*widgetPath*/
|
|
276
|
+
r[82][12]
|
|
271
277
|
)
|
|
272
|
-
return
|
|
278
|
+
return bi;
|
|
273
279
|
if (
|
|
274
280
|
/*activeMenuItem*/
|
|
275
|
-
r[
|
|
276
|
-
r[
|
|
281
|
+
r[78] === /*widgetPath*/
|
|
282
|
+
r[82][13]
|
|
277
283
|
)
|
|
278
|
-
return
|
|
284
|
+
return wi;
|
|
279
285
|
if (
|
|
280
286
|
/*activeMenuItem*/
|
|
281
|
-
r[
|
|
282
|
-
r[
|
|
287
|
+
r[78] === /*widgetPath*/
|
|
288
|
+
r[82][14]
|
|
283
289
|
)
|
|
284
290
|
return hi;
|
|
285
291
|
if (
|
|
286
292
|
/*activeMenuItem*/
|
|
287
|
-
r[
|
|
288
|
-
r[
|
|
293
|
+
r[78] === /*widgetPath*/
|
|
294
|
+
r[82][15]
|
|
289
295
|
)
|
|
290
296
|
return gi;
|
|
291
297
|
if (
|
|
292
298
|
/*activeMenuItem*/
|
|
293
|
-
r[
|
|
294
|
-
r[
|
|
299
|
+
r[78] === /*widgetPath*/
|
|
300
|
+
r[82][16]
|
|
295
301
|
)
|
|
296
302
|
return yi;
|
|
297
303
|
if (
|
|
298
304
|
/*activeMenuItem*/
|
|
299
|
-
r[
|
|
300
|
-
r[
|
|
305
|
+
r[78] === /*widgetPath*/
|
|
306
|
+
r[82][17]
|
|
301
307
|
)
|
|
302
308
|
return fi;
|
|
303
309
|
if (
|
|
304
310
|
/*activeMenuItem*/
|
|
305
|
-
r[
|
|
306
|
-
r[
|
|
311
|
+
r[78] === /*widgetPath*/
|
|
312
|
+
r[82][18]
|
|
307
313
|
)
|
|
308
314
|
return ci;
|
|
309
315
|
if (
|
|
310
316
|
/*activeMenuItem*/
|
|
311
|
-
r[
|
|
312
|
-
r[
|
|
317
|
+
r[78] === /*widgetPath*/
|
|
318
|
+
r[82][19]
|
|
313
319
|
)
|
|
314
320
|
return pi;
|
|
315
321
|
if (
|
|
316
322
|
/*activeMenuItem*/
|
|
317
|
-
r[
|
|
318
|
-
r[
|
|
323
|
+
r[78] === /*widgetPath*/
|
|
324
|
+
r[82][20]
|
|
319
325
|
)
|
|
320
326
|
return mi;
|
|
321
327
|
if (
|
|
322
328
|
/*activeMenuItem*/
|
|
323
|
-
r[
|
|
324
|
-
r[
|
|
329
|
+
r[78] === /*widgetPath*/
|
|
330
|
+
r[82][21]
|
|
325
331
|
)
|
|
326
332
|
return di;
|
|
327
333
|
if (
|
|
328
334
|
/*activeMenuItem*/
|
|
329
|
-
r[
|
|
330
|
-
r[
|
|
335
|
+
r[78] === /*widgetPath*/
|
|
336
|
+
r[82][22]
|
|
331
337
|
)
|
|
332
338
|
return ui;
|
|
333
|
-
if (
|
|
334
|
-
/*activeMenuItem*/
|
|
335
|
-
r[77] === /*widgetPath*/
|
|
336
|
-
r[81][22]
|
|
337
|
-
)
|
|
338
|
-
return ri;
|
|
339
339
|
}
|
|
340
|
-
let L = j(n),
|
|
340
|
+
let L = j(n), b = L && L(n);
|
|
341
341
|
return {
|
|
342
342
|
c() {
|
|
343
|
-
i = p("nav"), s = p("player-account-menu-nd"), l = ae(), e = p("main"),
|
|
343
|
+
i = p("nav"), s = p("player-account-menu-nd"), l = ae(), e = p("main"), b && b.c(), t = ae(), N = p("aside"), v = p("player-account-notifications");
|
|
344
344
|
},
|
|
345
345
|
m(r, k) {
|
|
346
|
-
m(r, i, k), E(i, s), m(r, l, k), m(r, e, k),
|
|
346
|
+
m(r, i, k), E(i, s), m(r, l, k), m(r, e, k), b && b.m(e, null), m(r, t, k), m(r, N, k), E(N, v), _ || (D = [
|
|
347
347
|
c(o = /*initMenuWebComponent*/
|
|
348
|
-
n[
|
|
348
|
+
n[84].call(null, s, {
|
|
349
349
|
componentName: "player-account-menu-nd",
|
|
350
350
|
props: {
|
|
351
351
|
endpoint: (
|
|
@@ -370,7 +370,7 @@ function li(n) {
|
|
|
370
370
|
),
|
|
371
371
|
activemenuitem: (
|
|
372
372
|
/*activeMenuItem*/
|
|
373
|
-
n[
|
|
373
|
+
n[78]
|
|
374
374
|
),
|
|
375
375
|
cmsendpoint: (
|
|
376
376
|
/*cmsendpoint*/
|
|
@@ -378,7 +378,7 @@ function li(n) {
|
|
|
378
378
|
),
|
|
379
379
|
selecteditem: (
|
|
380
380
|
/*selected*/
|
|
381
|
-
n[
|
|
381
|
+
n[81]
|
|
382
382
|
),
|
|
383
383
|
userroles: (
|
|
384
384
|
/*userroles*/
|
|
@@ -399,7 +399,7 @@ function li(n) {
|
|
|
399
399
|
}
|
|
400
400
|
})),
|
|
401
401
|
c(y = /*initMenuWebComponent*/
|
|
402
|
-
n[
|
|
402
|
+
n[84].call(null, v, {
|
|
403
403
|
componentName: "player-account-notifications",
|
|
404
404
|
props: {
|
|
405
405
|
lang: (
|
|
@@ -445,7 +445,7 @@ function li(n) {
|
|
|
445
445
|
p(r, k) {
|
|
446
446
|
o && f(o.update) && k[0] & /*endpoint, session, playerid, lang, env, cmsendpoint, userroles, clientstyling, clientstylingurl, mbsource*/
|
|
447
447
|
117444731 | k[2] & /*activeMenuItem*/
|
|
448
|
-
|
|
448
|
+
65536 && o.update.call(null, {
|
|
449
449
|
componentName: "player-account-menu-nd",
|
|
450
450
|
props: {
|
|
451
451
|
endpoint: (
|
|
@@ -470,7 +470,7 @@ function li(n) {
|
|
|
470
470
|
),
|
|
471
471
|
activemenuitem: (
|
|
472
472
|
/*activeMenuItem*/
|
|
473
|
-
r[
|
|
473
|
+
r[78]
|
|
474
474
|
),
|
|
475
475
|
cmsendpoint: (
|
|
476
476
|
/*cmsendpoint*/
|
|
@@ -478,7 +478,7 @@ function li(n) {
|
|
|
478
478
|
),
|
|
479
479
|
selecteditem: (
|
|
480
480
|
/*selected*/
|
|
481
|
-
r[
|
|
481
|
+
r[81]
|
|
482
482
|
),
|
|
483
483
|
userroles: (
|
|
484
484
|
/*userroles*/
|
|
@@ -497,7 +497,7 @@ function li(n) {
|
|
|
497
497
|
r[26]
|
|
498
498
|
)
|
|
499
499
|
}
|
|
500
|
-
}), L === (L = j(r)) &&
|
|
500
|
+
}), L === (L = j(r)) && b ? b.p(r, k) : (b && b.d(1), b = L && L(r), b && (b.c(), b.m(e, null))), y && f(y.update) && k[0] & /*lang, cmsendpoint, env, userroles, customnotifications, clientstyling, clientstylingurl, mbsource, translationurl*/
|
|
501
501
|
251662407 && y.update.call(null, {
|
|
502
502
|
componentName: "player-account-notifications",
|
|
503
503
|
props: {
|
|
@@ -541,160 +541,160 @@ function li(n) {
|
|
|
541
541
|
});
|
|
542
542
|
},
|
|
543
543
|
d(r) {
|
|
544
|
-
r && (d(i), d(l), d(e), d(t), d(N)),
|
|
544
|
+
r && (d(i), d(l), d(e), d(t), d(N)), b && b.d(), _ = !1, x(D);
|
|
545
545
|
}
|
|
546
546
|
};
|
|
547
547
|
}
|
|
548
|
-
function
|
|
548
|
+
function ri(n) {
|
|
549
549
|
let i;
|
|
550
550
|
function s(e, t) {
|
|
551
551
|
if (!/*activeMenuItem*/
|
|
552
|
-
e[
|
|
552
|
+
e[78])
|
|
553
|
+
return ts;
|
|
554
|
+
if (
|
|
555
|
+
/*activeMenuItem*/
|
|
556
|
+
e[78] === /*widgetPath*/
|
|
557
|
+
e[82][0]
|
|
558
|
+
)
|
|
553
559
|
return ss;
|
|
554
560
|
if (
|
|
555
561
|
/*activeMenuItem*/
|
|
556
|
-
e[
|
|
557
|
-
e[
|
|
562
|
+
e[78] === /*widgetPath*/
|
|
563
|
+
e[82][1]
|
|
558
564
|
)
|
|
559
565
|
return is;
|
|
560
566
|
if (
|
|
561
567
|
/*activeMenuItem*/
|
|
562
|
-
e[
|
|
563
|
-
e[
|
|
568
|
+
e[78] === /*widgetPath*/
|
|
569
|
+
e[82][2]
|
|
564
570
|
)
|
|
565
571
|
return ns;
|
|
566
572
|
if (
|
|
567
573
|
/*activeMenuItem*/
|
|
568
|
-
e[
|
|
569
|
-
e[
|
|
574
|
+
e[78] === /*widgetPath*/
|
|
575
|
+
e[82][3]
|
|
570
576
|
)
|
|
571
577
|
return es;
|
|
572
578
|
if (
|
|
573
579
|
/*activeMenuItem*/
|
|
574
|
-
e[
|
|
575
|
-
e[
|
|
580
|
+
e[78] === /*widgetPath*/
|
|
581
|
+
e[82][4]
|
|
576
582
|
)
|
|
577
583
|
return xi;
|
|
578
584
|
if (
|
|
579
585
|
/*activeMenuItem*/
|
|
580
|
-
e[
|
|
581
|
-
e[
|
|
586
|
+
e[78] === /*widgetPath*/
|
|
587
|
+
e[82][5]
|
|
582
588
|
)
|
|
583
589
|
return $i;
|
|
584
590
|
if (
|
|
585
591
|
/*activeMenuItem*/
|
|
586
|
-
e[
|
|
587
|
-
e[
|
|
592
|
+
e[78] === /*widgetPath*/
|
|
593
|
+
e[82][6]
|
|
588
594
|
)
|
|
589
595
|
return Yi;
|
|
590
596
|
if (
|
|
591
597
|
/*activeMenuItem*/
|
|
592
|
-
e[
|
|
593
|
-
e[
|
|
598
|
+
e[78] === /*widgetPath*/
|
|
599
|
+
e[82][7]
|
|
594
600
|
)
|
|
595
601
|
return Ki;
|
|
596
602
|
if (
|
|
597
603
|
/*activeMenuItem*/
|
|
598
|
-
e[
|
|
599
|
-
e[
|
|
604
|
+
e[78] === /*widgetPath*/
|
|
605
|
+
e[82][8]
|
|
600
606
|
)
|
|
601
607
|
return Zi;
|
|
602
608
|
if (
|
|
603
609
|
/*activeMenuItem*/
|
|
604
|
-
e[
|
|
605
|
-
e[
|
|
610
|
+
e[78] === /*widgetPath*/
|
|
611
|
+
e[82][9]
|
|
606
612
|
)
|
|
607
613
|
return Vi;
|
|
608
614
|
if (
|
|
609
615
|
/*activeMenuItem*/
|
|
610
|
-
e[
|
|
611
|
-
e[
|
|
616
|
+
e[78] === /*widgetPath*/
|
|
617
|
+
e[82][10]
|
|
612
618
|
)
|
|
613
619
|
return Fi;
|
|
614
620
|
if (
|
|
615
621
|
/*activeMenuItem*/
|
|
616
|
-
e[
|
|
617
|
-
e[
|
|
622
|
+
e[78] === /*widgetPath*/
|
|
623
|
+
e[82][11]
|
|
618
624
|
)
|
|
619
625
|
return Bi;
|
|
620
626
|
if (
|
|
621
627
|
/*activeMenuItem*/
|
|
622
|
-
e[
|
|
623
|
-
e[
|
|
628
|
+
e[78] === /*widgetPath*/
|
|
629
|
+
e[82][12]
|
|
624
630
|
)
|
|
625
631
|
return Qi;
|
|
626
632
|
if (
|
|
627
633
|
/*activeMenuItem*/
|
|
628
|
-
e[
|
|
629
|
-
e[
|
|
634
|
+
e[78] === /*widgetPath*/
|
|
635
|
+
e[82][13]
|
|
630
636
|
)
|
|
631
637
|
return Hi;
|
|
632
638
|
if (
|
|
633
639
|
/*activeMenuItem*/
|
|
634
|
-
e[
|
|
635
|
-
e[
|
|
640
|
+
e[78] === /*widgetPath*/
|
|
641
|
+
e[82][14]
|
|
636
642
|
)
|
|
637
643
|
return Ji;
|
|
638
644
|
if (
|
|
639
645
|
/*activeMenuItem*/
|
|
640
|
-
e[
|
|
641
|
-
e[
|
|
646
|
+
e[78] === /*widgetPath*/
|
|
647
|
+
e[82][15]
|
|
642
648
|
)
|
|
643
649
|
return Xi;
|
|
644
650
|
if (
|
|
645
651
|
/*activeMenuItem*/
|
|
646
|
-
e[
|
|
647
|
-
e[
|
|
652
|
+
e[78] === /*widgetPath*/
|
|
653
|
+
e[82][16]
|
|
648
654
|
)
|
|
649
655
|
return Gi;
|
|
650
656
|
if (
|
|
651
657
|
/*activeMenuItem*/
|
|
652
|
-
e[
|
|
653
|
-
e[
|
|
658
|
+
e[78] === /*widgetPath*/
|
|
659
|
+
e[82][17]
|
|
654
660
|
)
|
|
655
661
|
return qi;
|
|
656
662
|
if (
|
|
657
663
|
/*activeMenuItem*/
|
|
658
|
-
e[
|
|
659
|
-
e[
|
|
664
|
+
e[78] === /*widgetPath*/
|
|
665
|
+
e[82][18]
|
|
660
666
|
)
|
|
661
667
|
return Ri;
|
|
662
668
|
if (
|
|
663
669
|
/*activeMenuItem*/
|
|
664
|
-
e[
|
|
665
|
-
e[
|
|
670
|
+
e[78] === /*widgetPath*/
|
|
671
|
+
e[82][19]
|
|
666
672
|
)
|
|
667
673
|
return Ei;
|
|
668
674
|
if (
|
|
669
675
|
/*activeMenuItem*/
|
|
670
|
-
e[
|
|
671
|
-
e[
|
|
676
|
+
e[78] === /*widgetPath*/
|
|
677
|
+
e[82][20]
|
|
672
678
|
)
|
|
673
679
|
return Oi;
|
|
674
680
|
if (
|
|
675
681
|
/*activeMenuItem*/
|
|
676
|
-
e[
|
|
677
|
-
e[
|
|
682
|
+
e[78] === /*widgetPath*/
|
|
683
|
+
e[82][21]
|
|
678
684
|
)
|
|
679
685
|
return Ii;
|
|
680
686
|
if (
|
|
681
687
|
/*activeMenuItem*/
|
|
682
|
-
e[
|
|
683
|
-
e[
|
|
688
|
+
e[78] === /*widgetPath*/
|
|
689
|
+
e[82][22]
|
|
684
690
|
)
|
|
685
691
|
return Ti;
|
|
686
692
|
if (
|
|
687
693
|
/*activeMenuItem*/
|
|
688
|
-
e[
|
|
689
|
-
e[
|
|
694
|
+
e[78] === /*widgetPath*/
|
|
695
|
+
e[82][23]
|
|
690
696
|
)
|
|
691
697
|
return ji;
|
|
692
|
-
if (
|
|
693
|
-
/*activeMenuItem*/
|
|
694
|
-
e[77] === /*widgetPath*/
|
|
695
|
-
e[81][23]
|
|
696
|
-
)
|
|
697
|
-
return Di;
|
|
698
698
|
}
|
|
699
699
|
let o = s(n), l = o && o(n);
|
|
700
700
|
return {
|
|
@@ -712,7 +712,7 @@ function ai(n) {
|
|
|
712
712
|
}
|
|
713
713
|
};
|
|
714
714
|
}
|
|
715
|
-
function
|
|
715
|
+
function ui(n) {
|
|
716
716
|
let i, s, o, l;
|
|
717
717
|
return {
|
|
718
718
|
c() {
|
|
@@ -720,7 +720,7 @@ function ri(n) {
|
|
|
720
720
|
},
|
|
721
721
|
m(e, t) {
|
|
722
722
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
723
|
-
n[
|
|
723
|
+
n[84].call(null, i, {
|
|
724
724
|
componentName: "player-account-review-frequency",
|
|
725
725
|
props: {
|
|
726
726
|
endpoint: (
|
|
@@ -803,7 +803,7 @@ function ri(n) {
|
|
|
803
803
|
}
|
|
804
804
|
};
|
|
805
805
|
}
|
|
806
|
-
function
|
|
806
|
+
function di(n) {
|
|
807
807
|
let i, s, o, l;
|
|
808
808
|
return {
|
|
809
809
|
c() {
|
|
@@ -811,7 +811,7 @@ function ui(n) {
|
|
|
811
811
|
},
|
|
812
812
|
m(e, t) {
|
|
813
813
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
814
|
-
n[
|
|
814
|
+
n[84].call(null, i, {
|
|
815
815
|
componentName: "player-account-transactions-history",
|
|
816
816
|
props: {
|
|
817
817
|
endpoint: (
|
|
@@ -959,7 +959,7 @@ function ui(n) {
|
|
|
959
959
|
}
|
|
960
960
|
};
|
|
961
961
|
}
|
|
962
|
-
function
|
|
962
|
+
function mi(n) {
|
|
963
963
|
let i, s, o, l;
|
|
964
964
|
return {
|
|
965
965
|
c() {
|
|
@@ -967,7 +967,7 @@ function di(n) {
|
|
|
967
967
|
},
|
|
968
968
|
m(e, t) {
|
|
969
969
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
970
|
-
n[
|
|
970
|
+
n[84].call(null, i, {
|
|
971
971
|
componentName: "user-transaction-history",
|
|
972
972
|
props: {
|
|
973
973
|
endpoint: (
|
|
@@ -988,7 +988,7 @@ function di(n) {
|
|
|
988
988
|
),
|
|
989
989
|
mobile: (
|
|
990
990
|
/*isMobile*/
|
|
991
|
-
n[
|
|
991
|
+
n[79]
|
|
992
992
|
),
|
|
993
993
|
"translation-url": (
|
|
994
994
|
/*translationurl*/
|
|
@@ -1025,7 +1025,7 @@ function di(n) {
|
|
|
1025
1025
|
),
|
|
1026
1026
|
mobile: (
|
|
1027
1027
|
/*isMobile*/
|
|
1028
|
-
e[
|
|
1028
|
+
e[79]
|
|
1029
1029
|
),
|
|
1030
1030
|
"translation-url": (
|
|
1031
1031
|
/*translationurl*/
|
|
@@ -1043,7 +1043,7 @@ function di(n) {
|
|
|
1043
1043
|
}
|
|
1044
1044
|
};
|
|
1045
1045
|
}
|
|
1046
|
-
function
|
|
1046
|
+
function pi(n) {
|
|
1047
1047
|
let i, s, o, l;
|
|
1048
1048
|
return {
|
|
1049
1049
|
c() {
|
|
@@ -1051,7 +1051,7 @@ function mi(n) {
|
|
|
1051
1051
|
},
|
|
1052
1052
|
m(e, t) {
|
|
1053
1053
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1054
|
-
n[
|
|
1054
|
+
n[84].call(null, i, {
|
|
1055
1055
|
componentName: "user-deposit-withdrawal",
|
|
1056
1056
|
props: {
|
|
1057
1057
|
endpoint: (
|
|
@@ -1061,7 +1061,7 @@ function mi(n) {
|
|
|
1061
1061
|
type: "withdraw",
|
|
1062
1062
|
channel: (
|
|
1063
1063
|
/*channel*/
|
|
1064
|
-
n[
|
|
1064
|
+
n[80]
|
|
1065
1065
|
),
|
|
1066
1066
|
language: (
|
|
1067
1067
|
/*lang*/
|
|
@@ -1126,6 +1126,10 @@ function mi(n) {
|
|
|
1126
1126
|
"mb-source": (
|
|
1127
1127
|
/*mbsource*/
|
|
1128
1128
|
n[26]
|
|
1129
|
+
),
|
|
1130
|
+
"forward-cashier-redirects": (
|
|
1131
|
+
/*forwardcashierredirects*/
|
|
1132
|
+
n[73] === "true"
|
|
1129
1133
|
)
|
|
1130
1134
|
}
|
|
1131
1135
|
})), o = !0);
|
|
@@ -1133,7 +1137,8 @@ function mi(n) {
|
|
|
1133
1137
|
p(e, t) {
|
|
1134
1138
|
s && f(s.update) && t[0] & /*endpoint, lang, translationurl, currency, playerid, session, clientstyling, clientstylingurl, mbsource*/
|
|
1135
1139
|
255852664 | t[1] & /*showcashierbonus, producttype, successurl, cancelurl, failurl, sportsurl, casinourl, contacturl, homeurl, depositurl*/
|
|
1136
|
-
25596
|
|
1140
|
+
25596 | t[2] & /*forwardcashierredirects*/
|
|
1141
|
+
2048 && s.update.call(null, {
|
|
1137
1142
|
componentName: "user-deposit-withdrawal",
|
|
1138
1143
|
props: {
|
|
1139
1144
|
endpoint: (
|
|
@@ -1143,7 +1148,7 @@ function mi(n) {
|
|
|
1143
1148
|
type: "withdraw",
|
|
1144
1149
|
channel: (
|
|
1145
1150
|
/*channel*/
|
|
1146
|
-
e[
|
|
1151
|
+
e[80]
|
|
1147
1152
|
),
|
|
1148
1153
|
language: (
|
|
1149
1154
|
/*lang*/
|
|
@@ -1208,6 +1213,10 @@ function mi(n) {
|
|
|
1208
1213
|
"mb-source": (
|
|
1209
1214
|
/*mbsource*/
|
|
1210
1215
|
e[26]
|
|
1216
|
+
),
|
|
1217
|
+
"forward-cashier-redirects": (
|
|
1218
|
+
/*forwardcashierredirects*/
|
|
1219
|
+
e[73] === "true"
|
|
1211
1220
|
)
|
|
1212
1221
|
}
|
|
1213
1222
|
});
|
|
@@ -1217,7 +1226,7 @@ function mi(n) {
|
|
|
1217
1226
|
}
|
|
1218
1227
|
};
|
|
1219
1228
|
}
|
|
1220
|
-
function
|
|
1229
|
+
function ci(n) {
|
|
1221
1230
|
let i, s, o, l;
|
|
1222
1231
|
return {
|
|
1223
1232
|
c() {
|
|
@@ -1225,7 +1234,7 @@ function pi(n) {
|
|
|
1225
1234
|
},
|
|
1226
1235
|
m(e, t) {
|
|
1227
1236
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1228
|
-
n[
|
|
1237
|
+
n[84].call(null, i, {
|
|
1229
1238
|
componentName: "user-deposit-withdrawal",
|
|
1230
1239
|
props: {
|
|
1231
1240
|
endpoint: (
|
|
@@ -1235,7 +1244,7 @@ function pi(n) {
|
|
|
1235
1244
|
type: "deposit",
|
|
1236
1245
|
channel: (
|
|
1237
1246
|
/*channel*/
|
|
1238
|
-
n[
|
|
1247
|
+
n[80]
|
|
1239
1248
|
),
|
|
1240
1249
|
language: (
|
|
1241
1250
|
/*lang*/
|
|
@@ -1300,6 +1309,10 @@ function pi(n) {
|
|
|
1300
1309
|
"mb-source": (
|
|
1301
1310
|
/*mbsource*/
|
|
1302
1311
|
n[26]
|
|
1312
|
+
),
|
|
1313
|
+
"forward-cashier-redirects": (
|
|
1314
|
+
/*forwardcashierredirects*/
|
|
1315
|
+
n[73] === "true"
|
|
1303
1316
|
)
|
|
1304
1317
|
}
|
|
1305
1318
|
})), o = !0);
|
|
@@ -1307,7 +1320,8 @@ function pi(n) {
|
|
|
1307
1320
|
p(e, t) {
|
|
1308
1321
|
s && f(s.update) && t[0] & /*endpoint, lang, translationurl, currency, playerid, session, clientstyling, clientstylingurl, mbsource*/
|
|
1309
1322
|
255852664 | t[1] & /*showcashierbonus, producttype, successurl, cancelurl, failurl, sportsurl, casinourl, contacturl, homeurl, depositurl*/
|
|
1310
|
-
25596
|
|
1323
|
+
25596 | t[2] & /*forwardcashierredirects*/
|
|
1324
|
+
2048 && s.update.call(null, {
|
|
1311
1325
|
componentName: "user-deposit-withdrawal",
|
|
1312
1326
|
props: {
|
|
1313
1327
|
endpoint: (
|
|
@@ -1317,7 +1331,7 @@ function pi(n) {
|
|
|
1317
1331
|
type: "deposit",
|
|
1318
1332
|
channel: (
|
|
1319
1333
|
/*channel*/
|
|
1320
|
-
e[
|
|
1334
|
+
e[80]
|
|
1321
1335
|
),
|
|
1322
1336
|
language: (
|
|
1323
1337
|
/*lang*/
|
|
@@ -1382,6 +1396,10 @@ function pi(n) {
|
|
|
1382
1396
|
"mb-source": (
|
|
1383
1397
|
/*mbsource*/
|
|
1384
1398
|
e[26]
|
|
1399
|
+
),
|
|
1400
|
+
"forward-cashier-redirects": (
|
|
1401
|
+
/*forwardcashierredirects*/
|
|
1402
|
+
e[73] === "true"
|
|
1385
1403
|
)
|
|
1386
1404
|
}
|
|
1387
1405
|
});
|
|
@@ -1391,7 +1409,7 @@ function pi(n) {
|
|
|
1391
1409
|
}
|
|
1392
1410
|
};
|
|
1393
1411
|
}
|
|
1394
|
-
function
|
|
1412
|
+
function fi(n) {
|
|
1395
1413
|
let i, s, o, l;
|
|
1396
1414
|
return {
|
|
1397
1415
|
c() {
|
|
@@ -1399,7 +1417,7 @@ function ci(n) {
|
|
|
1399
1417
|
},
|
|
1400
1418
|
m(e, t) {
|
|
1401
1419
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1402
|
-
n[
|
|
1420
|
+
n[84].call(null, i, {
|
|
1403
1421
|
componentName: "player-kyc-verification",
|
|
1404
1422
|
props: {
|
|
1405
1423
|
endpoint: (
|
|
@@ -1491,7 +1509,7 @@ function ci(n) {
|
|
|
1491
1509
|
}
|
|
1492
1510
|
};
|
|
1493
1511
|
}
|
|
1494
|
-
function
|
|
1512
|
+
function yi(n) {
|
|
1495
1513
|
let i, s, o, l;
|
|
1496
1514
|
return {
|
|
1497
1515
|
c() {
|
|
@@ -1499,7 +1517,7 @@ function fi(n) {
|
|
|
1499
1517
|
},
|
|
1500
1518
|
m(e, t) {
|
|
1501
1519
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1502
|
-
n[
|
|
1520
|
+
n[84].call(null, i, {
|
|
1503
1521
|
componentName: "player-account-gaming-limits-wrapper-2-nd",
|
|
1504
1522
|
props: {
|
|
1505
1523
|
endpoint: (
|
|
@@ -1704,7 +1722,7 @@ function fi(n) {
|
|
|
1704
1722
|
}
|
|
1705
1723
|
};
|
|
1706
1724
|
}
|
|
1707
|
-
function
|
|
1725
|
+
function gi(n) {
|
|
1708
1726
|
let i, s, o, l;
|
|
1709
1727
|
return {
|
|
1710
1728
|
c() {
|
|
@@ -1712,7 +1730,7 @@ function yi(n) {
|
|
|
1712
1730
|
},
|
|
1713
1731
|
m(e, t) {
|
|
1714
1732
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1715
|
-
n[
|
|
1733
|
+
n[84].call(null, i, {
|
|
1716
1734
|
componentName: "player-account-betting-history",
|
|
1717
1735
|
props: {
|
|
1718
1736
|
endpoint: (
|
|
@@ -1795,7 +1813,7 @@ function yi(n) {
|
|
|
1795
1813
|
}
|
|
1796
1814
|
};
|
|
1797
1815
|
}
|
|
1798
|
-
function
|
|
1816
|
+
function hi(n) {
|
|
1799
1817
|
let i, s, o, l;
|
|
1800
1818
|
return {
|
|
1801
1819
|
c() {
|
|
@@ -1803,7 +1821,7 @@ function gi(n) {
|
|
|
1803
1821
|
},
|
|
1804
1822
|
m(e, t) {
|
|
1805
1823
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1806
|
-
n[
|
|
1824
|
+
n[84].call(null, i, {
|
|
1807
1825
|
componentName: "player-transaction-history",
|
|
1808
1826
|
props: {
|
|
1809
1827
|
endpoint: (
|
|
@@ -1886,7 +1904,7 @@ function gi(n) {
|
|
|
1886
1904
|
}
|
|
1887
1905
|
};
|
|
1888
1906
|
}
|
|
1889
|
-
function
|
|
1907
|
+
function wi(n) {
|
|
1890
1908
|
let i, s, o, l;
|
|
1891
1909
|
return {
|
|
1892
1910
|
c() {
|
|
@@ -1894,7 +1912,7 @@ function hi(n) {
|
|
|
1894
1912
|
},
|
|
1895
1913
|
m(e, t) {
|
|
1896
1914
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1897
|
-
n[
|
|
1915
|
+
n[84].call(null, i, {
|
|
1898
1916
|
componentName: "player-pending-withdrawals",
|
|
1899
1917
|
props: {
|
|
1900
1918
|
endpoint: (
|
|
@@ -1985,7 +2003,7 @@ function bi(n) {
|
|
|
1985
2003
|
},
|
|
1986
2004
|
m(e, t) {
|
|
1987
2005
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
1988
|
-
n[
|
|
2006
|
+
n[84].call(null, i, {
|
|
1989
2007
|
componentName: "player-withdrawal",
|
|
1990
2008
|
props: {
|
|
1991
2009
|
endpoint: (
|
|
@@ -2084,7 +2102,7 @@ function bi(n) {
|
|
|
2084
2102
|
}
|
|
2085
2103
|
};
|
|
2086
2104
|
}
|
|
2087
|
-
function
|
|
2105
|
+
function _i(n) {
|
|
2088
2106
|
let i, s, o, l;
|
|
2089
2107
|
return {
|
|
2090
2108
|
c() {
|
|
@@ -2092,7 +2110,7 @@ function wi(n) {
|
|
|
2092
2110
|
},
|
|
2093
2111
|
m(e, t) {
|
|
2094
2112
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
2095
|
-
n[
|
|
2113
|
+
n[84].call(null, i, {
|
|
2096
2114
|
componentName: "player-deposit",
|
|
2097
2115
|
props: {
|
|
2098
2116
|
endpoint: (
|
|
@@ -2191,7 +2209,7 @@ function wi(n) {
|
|
|
2191
2209
|
}
|
|
2192
2210
|
};
|
|
2193
2211
|
}
|
|
2194
|
-
function
|
|
2212
|
+
function ki(n) {
|
|
2195
2213
|
let i, s, o, l;
|
|
2196
2214
|
return {
|
|
2197
2215
|
c() {
|
|
@@ -2199,7 +2217,7 @@ function _i(n) {
|
|
|
2199
2217
|
},
|
|
2200
2218
|
m(e, t) {
|
|
2201
2219
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
2202
|
-
n[
|
|
2220
|
+
n[84].call(null, i, {
|
|
2203
2221
|
componentName: "player-gaming-history",
|
|
2204
2222
|
props: {
|
|
2205
2223
|
endpoint: (
|
|
@@ -2340,7 +2358,7 @@ function _i(n) {
|
|
|
2340
2358
|
}
|
|
2341
2359
|
};
|
|
2342
2360
|
}
|
|
2343
|
-
function
|
|
2361
|
+
function Ci(n) {
|
|
2344
2362
|
let i, s, o, l;
|
|
2345
2363
|
return {
|
|
2346
2364
|
c() {
|
|
@@ -2348,7 +2366,7 @@ function ki(n) {
|
|
|
2348
2366
|
},
|
|
2349
2367
|
m(e, t) {
|
|
2350
2368
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
2351
|
-
n[
|
|
2369
|
+
n[84].call(null, i, {
|
|
2352
2370
|
componentName: "player-bonus-history",
|
|
2353
2371
|
props: {
|
|
2354
2372
|
endpoint: (
|
|
@@ -2497,7 +2515,7 @@ function ki(n) {
|
|
|
2497
2515
|
}
|
|
2498
2516
|
};
|
|
2499
2517
|
}
|
|
2500
|
-
function
|
|
2518
|
+
function Si(n) {
|
|
2501
2519
|
let i, s, o, l;
|
|
2502
2520
|
return {
|
|
2503
2521
|
c() {
|
|
@@ -2505,7 +2523,7 @@ function Ci(n) {
|
|
|
2505
2523
|
},
|
|
2506
2524
|
m(e, t) {
|
|
2507
2525
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
2508
|
-
n[
|
|
2526
|
+
n[84].call(null, i, {
|
|
2509
2527
|
componentName: "player-active-bonuses",
|
|
2510
2528
|
props: {
|
|
2511
2529
|
endpoint: (
|
|
@@ -2638,7 +2656,7 @@ function Ci(n) {
|
|
|
2638
2656
|
}
|
|
2639
2657
|
};
|
|
2640
2658
|
}
|
|
2641
|
-
function
|
|
2659
|
+
function Ni(n) {
|
|
2642
2660
|
let i, s, o, l;
|
|
2643
2661
|
return {
|
|
2644
2662
|
c() {
|
|
@@ -2646,7 +2664,7 @@ function Si(n) {
|
|
|
2646
2664
|
},
|
|
2647
2665
|
m(e, t) {
|
|
2648
2666
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
2649
|
-
n[
|
|
2667
|
+
n[84].call(null, i, {
|
|
2650
2668
|
componentName: "player-account-self-exclusion-nd",
|
|
2651
2669
|
props: {
|
|
2652
2670
|
hasconfirmationmodal: (
|
|
@@ -2778,7 +2796,7 @@ function Si(n) {
|
|
|
2778
2796
|
}
|
|
2779
2797
|
};
|
|
2780
2798
|
}
|
|
2781
|
-
function
|
|
2799
|
+
function vi(n) {
|
|
2782
2800
|
let i, s, o, l;
|
|
2783
2801
|
return {
|
|
2784
2802
|
c() {
|
|
@@ -2787,7 +2805,7 @@ function Ni(n) {
|
|
|
2787
2805
|
m(e, t) {
|
|
2788
2806
|
m(e, i, t), o || (l = [
|
|
2789
2807
|
c(s = /*initMenuWebComponent*/
|
|
2790
|
-
n[
|
|
2808
|
+
n[84].call(null, i, {
|
|
2791
2809
|
componentName: "player-account-gaming-limits",
|
|
2792
2810
|
props: {
|
|
2793
2811
|
currency: (
|
|
@@ -2818,7 +2836,7 @@ function Ni(n) {
|
|
|
2818
2836
|
})),
|
|
2819
2837
|
c(
|
|
2820
2838
|
/*sendLimitsData*/
|
|
2821
|
-
n[
|
|
2839
|
+
n[83].call(null, i)
|
|
2822
2840
|
)
|
|
2823
2841
|
], o = !0);
|
|
2824
2842
|
},
|
|
@@ -2859,7 +2877,7 @@ function Ni(n) {
|
|
|
2859
2877
|
}
|
|
2860
2878
|
};
|
|
2861
2879
|
}
|
|
2862
|
-
function
|
|
2880
|
+
function Pi(n) {
|
|
2863
2881
|
let i, s, o, l;
|
|
2864
2882
|
return {
|
|
2865
2883
|
c() {
|
|
@@ -2867,7 +2885,7 @@ function vi(n) {
|
|
|
2867
2885
|
},
|
|
2868
2886
|
m(e, t) {
|
|
2869
2887
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
2870
|
-
n[
|
|
2888
|
+
n[84].call(null, i, {
|
|
2871
2889
|
componentName: "player-account-product-restriction",
|
|
2872
2890
|
props: {
|
|
2873
2891
|
lang: (
|
|
@@ -2999,7 +3017,7 @@ function vi(n) {
|
|
|
2999
3017
|
}
|
|
3000
3018
|
};
|
|
3001
3019
|
}
|
|
3002
|
-
function
|
|
3020
|
+
function Mi(n) {
|
|
3003
3021
|
let i, s, o, l;
|
|
3004
3022
|
return {
|
|
3005
3023
|
c() {
|
|
@@ -3007,7 +3025,7 @@ function Pi(n) {
|
|
|
3007
3025
|
},
|
|
3008
3026
|
m(e, t) {
|
|
3009
3027
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3010
|
-
n[
|
|
3028
|
+
n[84].call(null, i, {
|
|
3011
3029
|
componentName: "player-account-closure-nd",
|
|
3012
3030
|
props: {
|
|
3013
3031
|
lang: (
|
|
@@ -3066,7 +3084,7 @@ function Pi(n) {
|
|
|
3066
3084
|
}
|
|
3067
3085
|
};
|
|
3068
3086
|
}
|
|
3069
|
-
function
|
|
3087
|
+
function Li(n) {
|
|
3070
3088
|
let i, s, o, l;
|
|
3071
3089
|
return {
|
|
3072
3090
|
c() {
|
|
@@ -3074,7 +3092,7 @@ function Mi(n) {
|
|
|
3074
3092
|
},
|
|
3075
3093
|
m(e, t) {
|
|
3076
3094
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3077
|
-
n[
|
|
3095
|
+
n[84].call(null, i, {
|
|
3078
3096
|
componentName: "player-account-timeout",
|
|
3079
3097
|
props: {
|
|
3080
3098
|
hasconfirmationmodal: (
|
|
@@ -3166,7 +3184,7 @@ function Mi(n) {
|
|
|
3166
3184
|
}
|
|
3167
3185
|
};
|
|
3168
3186
|
}
|
|
3169
|
-
function
|
|
3187
|
+
function Wi(n) {
|
|
3170
3188
|
let i, s, o, l;
|
|
3171
3189
|
return {
|
|
3172
3190
|
c() {
|
|
@@ -3174,7 +3192,7 @@ function Li(n) {
|
|
|
3174
3192
|
},
|
|
3175
3193
|
m(e, t) {
|
|
3176
3194
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3177
|
-
n[
|
|
3195
|
+
n[84].call(null, i, {
|
|
3178
3196
|
componentName: "player-reality-check",
|
|
3179
3197
|
props: {
|
|
3180
3198
|
endpoint: (
|
|
@@ -3257,13 +3275,13 @@ function Li(n) {
|
|
|
3257
3275
|
}
|
|
3258
3276
|
};
|
|
3259
3277
|
}
|
|
3260
|
-
function
|
|
3278
|
+
function zi(n) {
|
|
3261
3279
|
let i;
|
|
3262
3280
|
function s(e, t) {
|
|
3263
3281
|
return (
|
|
3264
3282
|
/*gmversion*/
|
|
3265
3283
|
e[32] === "gmcore" || /*gmversion*/
|
|
3266
|
-
e[32] === "gm16" ?
|
|
3284
|
+
e[32] === "gm16" ? Di : Ui
|
|
3267
3285
|
);
|
|
3268
3286
|
}
|
|
3269
3287
|
let o = s(n), l = o(n);
|
|
@@ -3282,7 +3300,7 @@ function Wi(n) {
|
|
|
3282
3300
|
}
|
|
3283
3301
|
};
|
|
3284
3302
|
}
|
|
3285
|
-
function
|
|
3303
|
+
function Ai(n) {
|
|
3286
3304
|
let i, s, o, l;
|
|
3287
3305
|
return {
|
|
3288
3306
|
c() {
|
|
@@ -3290,7 +3308,7 @@ function zi(n) {
|
|
|
3290
3308
|
},
|
|
3291
3309
|
m(e, t) {
|
|
3292
3310
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3293
|
-
n[
|
|
3311
|
+
n[84].call(null, i, {
|
|
3294
3312
|
componentName: "player-profile-info",
|
|
3295
3313
|
props: {
|
|
3296
3314
|
endpoint: (
|
|
@@ -3307,7 +3325,7 @@ function zi(n) {
|
|
|
3307
3325
|
),
|
|
3308
3326
|
userid: (
|
|
3309
3327
|
/*userId*/
|
|
3310
|
-
n[
|
|
3328
|
+
n[76]
|
|
3311
3329
|
),
|
|
3312
3330
|
countrycode: $,
|
|
3313
3331
|
translationurl: (
|
|
@@ -3349,7 +3367,7 @@ function zi(n) {
|
|
|
3349
3367
|
s && f(s.update) && t[0] & /*endpoint, lang, session, translationurl, clientstyling, clientstylingurl, mbsource, custominputtextswitch, showlocationdetailsdescription*/
|
|
3350
3368
|
1862271088 | t[1] & /*disabledfields*/
|
|
3351
3369
|
1 | t[2] & /*userId, showwelcomepanel*/
|
|
3352
|
-
|
|
3370
|
+
17408 && s.update.call(null, {
|
|
3353
3371
|
componentName: "player-profile-info",
|
|
3354
3372
|
props: {
|
|
3355
3373
|
endpoint: (
|
|
@@ -3366,7 +3384,7 @@ function zi(n) {
|
|
|
3366
3384
|
),
|
|
3367
3385
|
userid: (
|
|
3368
3386
|
/*userId*/
|
|
3369
|
-
e[
|
|
3387
|
+
e[76]
|
|
3370
3388
|
),
|
|
3371
3389
|
countrycode: $,
|
|
3372
3390
|
translationurl: (
|
|
@@ -3409,7 +3427,7 @@ function zi(n) {
|
|
|
3409
3427
|
}
|
|
3410
3428
|
};
|
|
3411
3429
|
}
|
|
3412
|
-
function
|
|
3430
|
+
function Ui(n) {
|
|
3413
3431
|
let i, s, o, l;
|
|
3414
3432
|
return {
|
|
3415
3433
|
c() {
|
|
@@ -3417,7 +3435,7 @@ function Ai(n) {
|
|
|
3417
3435
|
},
|
|
3418
3436
|
m(e, t) {
|
|
3419
3437
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3420
|
-
n[
|
|
3438
|
+
n[84].call(null, i, {
|
|
3421
3439
|
componentName: "pam-change-password",
|
|
3422
3440
|
props: {
|
|
3423
3441
|
endpoint: (
|
|
@@ -3509,7 +3527,7 @@ function Ai(n) {
|
|
|
3509
3527
|
}
|
|
3510
3528
|
};
|
|
3511
3529
|
}
|
|
3512
|
-
function
|
|
3530
|
+
function Di(n) {
|
|
3513
3531
|
let i, s, o, l;
|
|
3514
3532
|
return {
|
|
3515
3533
|
c() {
|
|
@@ -3517,7 +3535,7 @@ function Ui(n) {
|
|
|
3517
3535
|
},
|
|
3518
3536
|
m(e, t) {
|
|
3519
3537
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3520
|
-
n[
|
|
3538
|
+
n[84].call(null, i, {
|
|
3521
3539
|
componentName: "player-change-password-nd",
|
|
3522
3540
|
props: {
|
|
3523
3541
|
simplepasswordvalidation: (
|
|
@@ -3593,7 +3611,7 @@ function Ui(n) {
|
|
|
3593
3611
|
}
|
|
3594
3612
|
};
|
|
3595
3613
|
}
|
|
3596
|
-
function
|
|
3614
|
+
function ji(n) {
|
|
3597
3615
|
let i, s, o, l;
|
|
3598
3616
|
return {
|
|
3599
3617
|
c() {
|
|
@@ -3601,7 +3619,7 @@ function Di(n) {
|
|
|
3601
3619
|
},
|
|
3602
3620
|
m(e, t) {
|
|
3603
3621
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3604
|
-
n[
|
|
3622
|
+
n[84].call(null, i, {
|
|
3605
3623
|
componentName: "player-account-biometrics",
|
|
3606
3624
|
props: {
|
|
3607
3625
|
biometricsenabled: (
|
|
@@ -3669,7 +3687,7 @@ function Di(n) {
|
|
|
3669
3687
|
}
|
|
3670
3688
|
};
|
|
3671
3689
|
}
|
|
3672
|
-
function
|
|
3690
|
+
function Ti(n) {
|
|
3673
3691
|
let i, s, o, l;
|
|
3674
3692
|
return {
|
|
3675
3693
|
c() {
|
|
@@ -3677,7 +3695,7 @@ function ji(n) {
|
|
|
3677
3695
|
},
|
|
3678
3696
|
m(e, t) {
|
|
3679
3697
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3680
|
-
n[
|
|
3698
|
+
n[84].call(null, i, {
|
|
3681
3699
|
componentName: "player-account-review-frequency",
|
|
3682
3700
|
props: {
|
|
3683
3701
|
endpoint: (
|
|
@@ -3760,7 +3778,7 @@ function ji(n) {
|
|
|
3760
3778
|
}
|
|
3761
3779
|
};
|
|
3762
3780
|
}
|
|
3763
|
-
function
|
|
3781
|
+
function Ii(n) {
|
|
3764
3782
|
let i, s, o, l;
|
|
3765
3783
|
return {
|
|
3766
3784
|
c() {
|
|
@@ -3768,7 +3786,7 @@ function Ti(n) {
|
|
|
3768
3786
|
},
|
|
3769
3787
|
m(e, t) {
|
|
3770
3788
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3771
|
-
n[
|
|
3789
|
+
n[84].call(null, i, {
|
|
3772
3790
|
componentName: "player-account-transactions-history",
|
|
3773
3791
|
props: {
|
|
3774
3792
|
lang: (
|
|
@@ -3924,7 +3942,7 @@ function Ti(n) {
|
|
|
3924
3942
|
}
|
|
3925
3943
|
};
|
|
3926
3944
|
}
|
|
3927
|
-
function
|
|
3945
|
+
function Oi(n) {
|
|
3928
3946
|
let i, s, o, l;
|
|
3929
3947
|
return {
|
|
3930
3948
|
c() {
|
|
@@ -3932,7 +3950,7 @@ function Ii(n) {
|
|
|
3932
3950
|
},
|
|
3933
3951
|
m(e, t) {
|
|
3934
3952
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
3935
|
-
n[
|
|
3953
|
+
n[84].call(null, i, {
|
|
3936
3954
|
componentName: "user-transaction-history",
|
|
3937
3955
|
props: {
|
|
3938
3956
|
endpoint: (
|
|
@@ -3953,7 +3971,7 @@ function Ii(n) {
|
|
|
3953
3971
|
),
|
|
3954
3972
|
mobile: (
|
|
3955
3973
|
/*isMobile*/
|
|
3956
|
-
n[
|
|
3974
|
+
n[79]
|
|
3957
3975
|
),
|
|
3958
3976
|
"translation-url": (
|
|
3959
3977
|
/*translationurl*/
|
|
@@ -3994,7 +4012,7 @@ function Ii(n) {
|
|
|
3994
4012
|
),
|
|
3995
4013
|
mobile: (
|
|
3996
4014
|
/*isMobile*/
|
|
3997
|
-
e[
|
|
4015
|
+
e[79]
|
|
3998
4016
|
),
|
|
3999
4017
|
"translation-url": (
|
|
4000
4018
|
/*translationurl*/
|
|
@@ -4016,7 +4034,7 @@ function Ii(n) {
|
|
|
4016
4034
|
}
|
|
4017
4035
|
};
|
|
4018
4036
|
}
|
|
4019
|
-
function
|
|
4037
|
+
function Ei(n) {
|
|
4020
4038
|
let i, s, o, l;
|
|
4021
4039
|
return {
|
|
4022
4040
|
c() {
|
|
@@ -4024,7 +4042,7 @@ function Oi(n) {
|
|
|
4024
4042
|
},
|
|
4025
4043
|
m(e, t) {
|
|
4026
4044
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4027
|
-
n[
|
|
4045
|
+
n[84].call(null, i, {
|
|
4028
4046
|
componentName: "user-deposit-withdrawal",
|
|
4029
4047
|
props: {
|
|
4030
4048
|
endpoint: (
|
|
@@ -4034,7 +4052,7 @@ function Oi(n) {
|
|
|
4034
4052
|
type: "withdraw",
|
|
4035
4053
|
channel: (
|
|
4036
4054
|
/*channel*/
|
|
4037
|
-
n[
|
|
4055
|
+
n[80]
|
|
4038
4056
|
),
|
|
4039
4057
|
language: (
|
|
4040
4058
|
/*lang*/
|
|
@@ -4099,6 +4117,10 @@ function Oi(n) {
|
|
|
4099
4117
|
"mb-source": (
|
|
4100
4118
|
/*mbsource*/
|
|
4101
4119
|
n[26]
|
|
4120
|
+
),
|
|
4121
|
+
"forward-cashier-redirects": (
|
|
4122
|
+
/*forwardcashierredirects*/
|
|
4123
|
+
n[73] === "true"
|
|
4102
4124
|
)
|
|
4103
4125
|
}
|
|
4104
4126
|
})), o = !0);
|
|
@@ -4106,7 +4128,8 @@ function Oi(n) {
|
|
|
4106
4128
|
p(e, t) {
|
|
4107
4129
|
s && f(s.update) && t[0] & /*endpoint, lang, translationurl, currency, playerid, session, clientstyling, clientstylingurl, mbsource*/
|
|
4108
4130
|
255852664 | t[1] & /*showcashierbonus, producttype, successurl, cancelurl, failurl, sportsurl, casinourl, contacturl, homeurl, depositurl*/
|
|
4109
|
-
25596
|
|
4131
|
+
25596 | t[2] & /*forwardcashierredirects*/
|
|
4132
|
+
2048 && s.update.call(null, {
|
|
4110
4133
|
componentName: "user-deposit-withdrawal",
|
|
4111
4134
|
props: {
|
|
4112
4135
|
endpoint: (
|
|
@@ -4116,7 +4139,7 @@ function Oi(n) {
|
|
|
4116
4139
|
type: "withdraw",
|
|
4117
4140
|
channel: (
|
|
4118
4141
|
/*channel*/
|
|
4119
|
-
e[
|
|
4142
|
+
e[80]
|
|
4120
4143
|
),
|
|
4121
4144
|
language: (
|
|
4122
4145
|
/*lang*/
|
|
@@ -4181,6 +4204,10 @@ function Oi(n) {
|
|
|
4181
4204
|
"mb-source": (
|
|
4182
4205
|
/*mbsource*/
|
|
4183
4206
|
e[26]
|
|
4207
|
+
),
|
|
4208
|
+
"forward-cashier-redirects": (
|
|
4209
|
+
/*forwardcashierredirects*/
|
|
4210
|
+
e[73] === "true"
|
|
4184
4211
|
)
|
|
4185
4212
|
}
|
|
4186
4213
|
});
|
|
@@ -4190,7 +4217,7 @@ function Oi(n) {
|
|
|
4190
4217
|
}
|
|
4191
4218
|
};
|
|
4192
4219
|
}
|
|
4193
|
-
function
|
|
4220
|
+
function Ri(n) {
|
|
4194
4221
|
let i, s, o, l;
|
|
4195
4222
|
return {
|
|
4196
4223
|
c() {
|
|
@@ -4198,7 +4225,7 @@ function Ei(n) {
|
|
|
4198
4225
|
},
|
|
4199
4226
|
m(e, t) {
|
|
4200
4227
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4201
|
-
n[
|
|
4228
|
+
n[84].call(null, i, {
|
|
4202
4229
|
componentName: "user-deposit-withdrawal",
|
|
4203
4230
|
props: {
|
|
4204
4231
|
endpoint: (
|
|
@@ -4208,7 +4235,7 @@ function Ei(n) {
|
|
|
4208
4235
|
type: "deposit",
|
|
4209
4236
|
channel: (
|
|
4210
4237
|
/*channel*/
|
|
4211
|
-
n[
|
|
4238
|
+
n[80]
|
|
4212
4239
|
),
|
|
4213
4240
|
language: (
|
|
4214
4241
|
/*lang*/
|
|
@@ -4273,6 +4300,10 @@ function Ei(n) {
|
|
|
4273
4300
|
"mb-source": (
|
|
4274
4301
|
/*mbsource*/
|
|
4275
4302
|
n[26]
|
|
4303
|
+
),
|
|
4304
|
+
"forward-cashier-redirects": (
|
|
4305
|
+
/*forwardcashierredirects*/
|
|
4306
|
+
n[73] === "true"
|
|
4276
4307
|
)
|
|
4277
4308
|
}
|
|
4278
4309
|
})), o = !0);
|
|
@@ -4280,7 +4311,8 @@ function Ei(n) {
|
|
|
4280
4311
|
p(e, t) {
|
|
4281
4312
|
s && f(s.update) && t[0] & /*endpoint, lang, translationurl, currency, playerid, session, clientstyling, clientstylingurl, mbsource*/
|
|
4282
4313
|
255852664 | t[1] & /*showcashierbonus, producttype, successurl, cancelurl, failurl, sportsurl, casinourl, contacturl, homeurl, depositurl*/
|
|
4283
|
-
25596
|
|
4314
|
+
25596 | t[2] & /*forwardcashierredirects*/
|
|
4315
|
+
2048 && s.update.call(null, {
|
|
4284
4316
|
componentName: "user-deposit-withdrawal",
|
|
4285
4317
|
props: {
|
|
4286
4318
|
endpoint: (
|
|
@@ -4290,7 +4322,7 @@ function Ei(n) {
|
|
|
4290
4322
|
type: "deposit",
|
|
4291
4323
|
channel: (
|
|
4292
4324
|
/*channel*/
|
|
4293
|
-
e[
|
|
4325
|
+
e[80]
|
|
4294
4326
|
),
|
|
4295
4327
|
language: (
|
|
4296
4328
|
/*lang*/
|
|
@@ -4355,6 +4387,10 @@ function Ei(n) {
|
|
|
4355
4387
|
"mb-source": (
|
|
4356
4388
|
/*mbsource*/
|
|
4357
4389
|
e[26]
|
|
4390
|
+
),
|
|
4391
|
+
"forward-cashier-redirects": (
|
|
4392
|
+
/*forwardcashierredirects*/
|
|
4393
|
+
e[73] === "true"
|
|
4358
4394
|
)
|
|
4359
4395
|
}
|
|
4360
4396
|
});
|
|
@@ -4364,7 +4400,7 @@ function Ei(n) {
|
|
|
4364
4400
|
}
|
|
4365
4401
|
};
|
|
4366
4402
|
}
|
|
4367
|
-
function
|
|
4403
|
+
function qi(n) {
|
|
4368
4404
|
let i, s, o, l;
|
|
4369
4405
|
return {
|
|
4370
4406
|
c() {
|
|
@@ -4372,7 +4408,7 @@ function Ri(n) {
|
|
|
4372
4408
|
},
|
|
4373
4409
|
m(e, t) {
|
|
4374
4410
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4375
|
-
n[
|
|
4411
|
+
n[84].call(null, i, {
|
|
4376
4412
|
componentName: "player-kyc-verification",
|
|
4377
4413
|
props: {
|
|
4378
4414
|
endpoint: (
|
|
@@ -4464,7 +4500,7 @@ function Ri(n) {
|
|
|
4464
4500
|
}
|
|
4465
4501
|
};
|
|
4466
4502
|
}
|
|
4467
|
-
function
|
|
4503
|
+
function Gi(n) {
|
|
4468
4504
|
let i, s, o, l;
|
|
4469
4505
|
return {
|
|
4470
4506
|
c() {
|
|
@@ -4472,7 +4508,7 @@ function qi(n) {
|
|
|
4472
4508
|
},
|
|
4473
4509
|
m(e, t) {
|
|
4474
4510
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4475
|
-
n[
|
|
4511
|
+
n[84].call(null, i, {
|
|
4476
4512
|
componentName: "player-account-gaming-limits-wrapper-2-nd",
|
|
4477
4513
|
props: {
|
|
4478
4514
|
endpoint: (
|
|
@@ -4677,7 +4713,7 @@ function qi(n) {
|
|
|
4677
4713
|
}
|
|
4678
4714
|
};
|
|
4679
4715
|
}
|
|
4680
|
-
function
|
|
4716
|
+
function Xi(n) {
|
|
4681
4717
|
let i, s, o, l;
|
|
4682
4718
|
return {
|
|
4683
4719
|
c() {
|
|
@@ -4685,7 +4721,7 @@ function Gi(n) {
|
|
|
4685
4721
|
},
|
|
4686
4722
|
m(e, t) {
|
|
4687
4723
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4688
|
-
n[
|
|
4724
|
+
n[84].call(null, i, {
|
|
4689
4725
|
componentName: "player-account-betting-history",
|
|
4690
4726
|
props: {
|
|
4691
4727
|
endpoint: (
|
|
@@ -4768,7 +4804,7 @@ function Gi(n) {
|
|
|
4768
4804
|
}
|
|
4769
4805
|
};
|
|
4770
4806
|
}
|
|
4771
|
-
function
|
|
4807
|
+
function Ji(n) {
|
|
4772
4808
|
let i, s, o, l;
|
|
4773
4809
|
return {
|
|
4774
4810
|
c() {
|
|
@@ -4776,7 +4812,7 @@ function Xi(n) {
|
|
|
4776
4812
|
},
|
|
4777
4813
|
m(e, t) {
|
|
4778
4814
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4779
|
-
n[
|
|
4815
|
+
n[84].call(null, i, {
|
|
4780
4816
|
componentName: "player-transaction-history",
|
|
4781
4817
|
props: {
|
|
4782
4818
|
endpoint: (
|
|
@@ -4859,7 +4895,7 @@ function Xi(n) {
|
|
|
4859
4895
|
}
|
|
4860
4896
|
};
|
|
4861
4897
|
}
|
|
4862
|
-
function
|
|
4898
|
+
function Hi(n) {
|
|
4863
4899
|
let i, s, o, l;
|
|
4864
4900
|
return {
|
|
4865
4901
|
c() {
|
|
@@ -4867,7 +4903,7 @@ function Ji(n) {
|
|
|
4867
4903
|
},
|
|
4868
4904
|
m(e, t) {
|
|
4869
4905
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4870
|
-
n[
|
|
4906
|
+
n[84].call(null, i, {
|
|
4871
4907
|
componentName: "player-pending-withdrawals",
|
|
4872
4908
|
props: {
|
|
4873
4909
|
endpoint: (
|
|
@@ -4950,7 +4986,7 @@ function Ji(n) {
|
|
|
4950
4986
|
}
|
|
4951
4987
|
};
|
|
4952
4988
|
}
|
|
4953
|
-
function
|
|
4989
|
+
function Qi(n) {
|
|
4954
4990
|
let i, s, o, l;
|
|
4955
4991
|
return {
|
|
4956
4992
|
c() {
|
|
@@ -4958,7 +4994,7 @@ function Hi(n) {
|
|
|
4958
4994
|
},
|
|
4959
4995
|
m(e, t) {
|
|
4960
4996
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
4961
|
-
n[
|
|
4997
|
+
n[84].call(null, i, {
|
|
4962
4998
|
componentName: "player-withdrawal",
|
|
4963
4999
|
props: {
|
|
4964
5000
|
endpoint: (
|
|
@@ -5057,7 +5093,7 @@ function Hi(n) {
|
|
|
5057
5093
|
}
|
|
5058
5094
|
};
|
|
5059
5095
|
}
|
|
5060
|
-
function
|
|
5096
|
+
function Bi(n) {
|
|
5061
5097
|
let i, s, o, l;
|
|
5062
5098
|
return {
|
|
5063
5099
|
c() {
|
|
@@ -5065,7 +5101,7 @@ function Qi(n) {
|
|
|
5065
5101
|
},
|
|
5066
5102
|
m(e, t) {
|
|
5067
5103
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
5068
|
-
n[
|
|
5104
|
+
n[84].call(null, i, {
|
|
5069
5105
|
componentName: "player-deposit",
|
|
5070
5106
|
props: {
|
|
5071
5107
|
endpoint: (
|
|
@@ -5164,7 +5200,7 @@ function Qi(n) {
|
|
|
5164
5200
|
}
|
|
5165
5201
|
};
|
|
5166
5202
|
}
|
|
5167
|
-
function
|
|
5203
|
+
function Fi(n) {
|
|
5168
5204
|
let i, s, o, l;
|
|
5169
5205
|
return {
|
|
5170
5206
|
c() {
|
|
@@ -5172,7 +5208,7 @@ function Bi(n) {
|
|
|
5172
5208
|
},
|
|
5173
5209
|
m(e, t) {
|
|
5174
5210
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
5175
|
-
n[
|
|
5211
|
+
n[84].call(null, i, {
|
|
5176
5212
|
componentName: "player-gaming-history",
|
|
5177
5213
|
props: {
|
|
5178
5214
|
endpoint: (
|
|
@@ -5313,7 +5349,7 @@ function Bi(n) {
|
|
|
5313
5349
|
}
|
|
5314
5350
|
};
|
|
5315
5351
|
}
|
|
5316
|
-
function
|
|
5352
|
+
function Vi(n) {
|
|
5317
5353
|
let i, s, o, l;
|
|
5318
5354
|
return {
|
|
5319
5355
|
c() {
|
|
@@ -5321,7 +5357,7 @@ function Fi(n) {
|
|
|
5321
5357
|
},
|
|
5322
5358
|
m(e, t) {
|
|
5323
5359
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
5324
|
-
n[
|
|
5360
|
+
n[84].call(null, i, {
|
|
5325
5361
|
componentName: "player-bonus-history",
|
|
5326
5362
|
props: {
|
|
5327
5363
|
endpoint: (
|
|
@@ -5470,7 +5506,7 @@ function Fi(n) {
|
|
|
5470
5506
|
}
|
|
5471
5507
|
};
|
|
5472
5508
|
}
|
|
5473
|
-
function
|
|
5509
|
+
function Zi(n) {
|
|
5474
5510
|
let i, s, o, l;
|
|
5475
5511
|
return {
|
|
5476
5512
|
c() {
|
|
@@ -5478,7 +5514,7 @@ function Vi(n) {
|
|
|
5478
5514
|
},
|
|
5479
5515
|
m(e, t) {
|
|
5480
5516
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
5481
|
-
n[
|
|
5517
|
+
n[84].call(null, i, {
|
|
5482
5518
|
componentName: "player-active-bonuses",
|
|
5483
5519
|
props: {
|
|
5484
5520
|
endpoint: (
|
|
@@ -5611,7 +5647,7 @@ function Vi(n) {
|
|
|
5611
5647
|
}
|
|
5612
5648
|
};
|
|
5613
5649
|
}
|
|
5614
|
-
function
|
|
5650
|
+
function Ki(n) {
|
|
5615
5651
|
let i, s, o, l;
|
|
5616
5652
|
return {
|
|
5617
5653
|
c() {
|
|
@@ -5619,7 +5655,7 @@ function Zi(n) {
|
|
|
5619
5655
|
},
|
|
5620
5656
|
m(e, t) {
|
|
5621
5657
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
5622
|
-
n[
|
|
5658
|
+
n[84].call(null, i, {
|
|
5623
5659
|
componentName: "player-account-self-exclusion-nd",
|
|
5624
5660
|
props: {
|
|
5625
5661
|
hasconfirmationmodal: (
|
|
@@ -5751,7 +5787,7 @@ function Zi(n) {
|
|
|
5751
5787
|
}
|
|
5752
5788
|
};
|
|
5753
5789
|
}
|
|
5754
|
-
function
|
|
5790
|
+
function Yi(n) {
|
|
5755
5791
|
let i, s, o, l;
|
|
5756
5792
|
return {
|
|
5757
5793
|
c() {
|
|
@@ -5760,7 +5796,7 @@ function Ki(n) {
|
|
|
5760
5796
|
m(e, t) {
|
|
5761
5797
|
m(e, i, t), o || (l = [
|
|
5762
5798
|
c(s = /*initMenuWebComponent*/
|
|
5763
|
-
n[
|
|
5799
|
+
n[84].call(null, i, {
|
|
5764
5800
|
componentName: "player-account-gaming-limits",
|
|
5765
5801
|
props: {
|
|
5766
5802
|
currency: (
|
|
@@ -5791,7 +5827,7 @@ function Ki(n) {
|
|
|
5791
5827
|
})),
|
|
5792
5828
|
c(
|
|
5793
5829
|
/*sendLimitsData*/
|
|
5794
|
-
n[
|
|
5830
|
+
n[83].call(null, i)
|
|
5795
5831
|
)
|
|
5796
5832
|
], o = !0);
|
|
5797
5833
|
},
|
|
@@ -5832,7 +5868,7 @@ function Ki(n) {
|
|
|
5832
5868
|
}
|
|
5833
5869
|
};
|
|
5834
5870
|
}
|
|
5835
|
-
function
|
|
5871
|
+
function $i(n) {
|
|
5836
5872
|
let i, s, o, l;
|
|
5837
5873
|
return {
|
|
5838
5874
|
c() {
|
|
@@ -5840,7 +5876,7 @@ function Yi(n) {
|
|
|
5840
5876
|
},
|
|
5841
5877
|
m(e, t) {
|
|
5842
5878
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
5843
|
-
n[
|
|
5879
|
+
n[84].call(null, i, {
|
|
5844
5880
|
componentName: "player-account-product-restriction",
|
|
5845
5881
|
props: {
|
|
5846
5882
|
lang: (
|
|
@@ -5972,7 +6008,7 @@ function Yi(n) {
|
|
|
5972
6008
|
}
|
|
5973
6009
|
};
|
|
5974
6010
|
}
|
|
5975
|
-
function
|
|
6011
|
+
function xi(n) {
|
|
5976
6012
|
let i, s, o, l;
|
|
5977
6013
|
return {
|
|
5978
6014
|
c() {
|
|
@@ -5980,7 +6016,7 @@ function $i(n) {
|
|
|
5980
6016
|
},
|
|
5981
6017
|
m(e, t) {
|
|
5982
6018
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
5983
|
-
n[
|
|
6019
|
+
n[84].call(null, i, {
|
|
5984
6020
|
componentName: "player-account-closure-nd",
|
|
5985
6021
|
props: {
|
|
5986
6022
|
lang: (
|
|
@@ -6039,7 +6075,7 @@ function $i(n) {
|
|
|
6039
6075
|
}
|
|
6040
6076
|
};
|
|
6041
6077
|
}
|
|
6042
|
-
function
|
|
6078
|
+
function es(n) {
|
|
6043
6079
|
let i, s, o, l;
|
|
6044
6080
|
return {
|
|
6045
6081
|
c() {
|
|
@@ -6047,7 +6083,7 @@ function xi(n) {
|
|
|
6047
6083
|
},
|
|
6048
6084
|
m(e, t) {
|
|
6049
6085
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
6050
|
-
n[
|
|
6086
|
+
n[84].call(null, i, {
|
|
6051
6087
|
componentName: "player-account-timeout",
|
|
6052
6088
|
props: {
|
|
6053
6089
|
hasconfirmationmodal: (
|
|
@@ -6139,7 +6175,7 @@ function xi(n) {
|
|
|
6139
6175
|
}
|
|
6140
6176
|
};
|
|
6141
6177
|
}
|
|
6142
|
-
function
|
|
6178
|
+
function ns(n) {
|
|
6143
6179
|
let i, s, o, l;
|
|
6144
6180
|
return {
|
|
6145
6181
|
c() {
|
|
@@ -6147,7 +6183,7 @@ function es(n) {
|
|
|
6147
6183
|
},
|
|
6148
6184
|
m(e, t) {
|
|
6149
6185
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
6150
|
-
n[
|
|
6186
|
+
n[84].call(null, i, {
|
|
6151
6187
|
componentName: "player-reality-check",
|
|
6152
6188
|
props: {
|
|
6153
6189
|
endpoint: (
|
|
@@ -6230,13 +6266,13 @@ function es(n) {
|
|
|
6230
6266
|
}
|
|
6231
6267
|
};
|
|
6232
6268
|
}
|
|
6233
|
-
function
|
|
6269
|
+
function is(n) {
|
|
6234
6270
|
let i;
|
|
6235
6271
|
function s(e, t) {
|
|
6236
6272
|
return (
|
|
6237
6273
|
/*gmversion*/
|
|
6238
6274
|
e[32] === "gmcore" || /*gmversion*/
|
|
6239
|
-
e[32] === "gm16" ?
|
|
6275
|
+
e[32] === "gm16" ? ls : os
|
|
6240
6276
|
);
|
|
6241
6277
|
}
|
|
6242
6278
|
let o = s(n), l = o(n);
|
|
@@ -6255,7 +6291,7 @@ function ns(n) {
|
|
|
6255
6291
|
}
|
|
6256
6292
|
};
|
|
6257
6293
|
}
|
|
6258
|
-
function
|
|
6294
|
+
function ss(n) {
|
|
6259
6295
|
let i, s, o, l;
|
|
6260
6296
|
return {
|
|
6261
6297
|
c() {
|
|
@@ -6263,7 +6299,7 @@ function is(n) {
|
|
|
6263
6299
|
},
|
|
6264
6300
|
m(e, t) {
|
|
6265
6301
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
6266
|
-
n[
|
|
6302
|
+
n[84].call(null, i, {
|
|
6267
6303
|
componentName: "player-profile-info",
|
|
6268
6304
|
props: {
|
|
6269
6305
|
endpoint: (
|
|
@@ -6280,7 +6316,7 @@ function is(n) {
|
|
|
6280
6316
|
),
|
|
6281
6317
|
userid: (
|
|
6282
6318
|
/*userId*/
|
|
6283
|
-
n[
|
|
6319
|
+
n[76]
|
|
6284
6320
|
),
|
|
6285
6321
|
countrycode: $,
|
|
6286
6322
|
translationurl: (
|
|
@@ -6322,7 +6358,7 @@ function is(n) {
|
|
|
6322
6358
|
s && f(s.update) && t[0] & /*endpoint, lang, session, translationurl, clientstyling, clientstylingurl, mbsource, custominputtextswitch, showlocationdetailsdescription*/
|
|
6323
6359
|
1862271088 | t[1] & /*disabledfields*/
|
|
6324
6360
|
1 | t[2] & /*userId, showwelcomepanel*/
|
|
6325
|
-
|
|
6361
|
+
17408 && s.update.call(null, {
|
|
6326
6362
|
componentName: "player-profile-info",
|
|
6327
6363
|
props: {
|
|
6328
6364
|
endpoint: (
|
|
@@ -6339,7 +6375,7 @@ function is(n) {
|
|
|
6339
6375
|
),
|
|
6340
6376
|
userid: (
|
|
6341
6377
|
/*userId*/
|
|
6342
|
-
e[
|
|
6378
|
+
e[76]
|
|
6343
6379
|
),
|
|
6344
6380
|
countrycode: $,
|
|
6345
6381
|
translationurl: (
|
|
@@ -6382,7 +6418,7 @@ function is(n) {
|
|
|
6382
6418
|
}
|
|
6383
6419
|
};
|
|
6384
6420
|
}
|
|
6385
|
-
function
|
|
6421
|
+
function ts(n) {
|
|
6386
6422
|
let i, s, o, l, e, t, N, v;
|
|
6387
6423
|
return {
|
|
6388
6424
|
c() {
|
|
@@ -6391,7 +6427,7 @@ function ss(n) {
|
|
|
6391
6427
|
m(y, _) {
|
|
6392
6428
|
m(y, i, _), E(i, s), E(i, l), E(i, e), N || (v = [
|
|
6393
6429
|
c(o = /*initMenuWebComponent*/
|
|
6394
|
-
n[
|
|
6430
|
+
n[84].call(null, s, {
|
|
6395
6431
|
componentName: "player-account-menu-nd",
|
|
6396
6432
|
props: {
|
|
6397
6433
|
endpoint: (
|
|
@@ -6441,7 +6477,7 @@ function ss(n) {
|
|
|
6441
6477
|
}
|
|
6442
6478
|
})),
|
|
6443
6479
|
c(t = /*initMenuWebComponent*/
|
|
6444
|
-
n[
|
|
6480
|
+
n[84].call(null, e, {
|
|
6445
6481
|
componentName: "player-account-notifications",
|
|
6446
6482
|
props: {
|
|
6447
6483
|
lang: (
|
|
@@ -6582,7 +6618,7 @@ function ss(n) {
|
|
|
6582
6618
|
}
|
|
6583
6619
|
};
|
|
6584
6620
|
}
|
|
6585
|
-
function
|
|
6621
|
+
function os(n) {
|
|
6586
6622
|
let i, s, o, l;
|
|
6587
6623
|
return {
|
|
6588
6624
|
c() {
|
|
@@ -6590,7 +6626,7 @@ function ts(n) {
|
|
|
6590
6626
|
},
|
|
6591
6627
|
m(e, t) {
|
|
6592
6628
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
6593
|
-
n[
|
|
6629
|
+
n[84].call(null, i, {
|
|
6594
6630
|
componentName: "pam-change-password",
|
|
6595
6631
|
props: {
|
|
6596
6632
|
endpoint: (
|
|
@@ -6682,7 +6718,7 @@ function ts(n) {
|
|
|
6682
6718
|
}
|
|
6683
6719
|
};
|
|
6684
6720
|
}
|
|
6685
|
-
function
|
|
6721
|
+
function ls(n) {
|
|
6686
6722
|
let i, s, o, l;
|
|
6687
6723
|
return {
|
|
6688
6724
|
c() {
|
|
@@ -6690,7 +6726,7 @@ function os(n) {
|
|
|
6690
6726
|
},
|
|
6691
6727
|
m(e, t) {
|
|
6692
6728
|
m(e, i, t), o || (l = c(s = /*initMenuWebComponent*/
|
|
6693
|
-
n[
|
|
6729
|
+
n[84].call(null, i, {
|
|
6694
6730
|
componentName: "player-change-password-nd",
|
|
6695
6731
|
props: {
|
|
6696
6732
|
simplepasswordvalidation: (
|
|
@@ -6766,12 +6802,12 @@ function os(n) {
|
|
|
6766
6802
|
}
|
|
6767
6803
|
};
|
|
6768
6804
|
}
|
|
6769
|
-
function
|
|
6805
|
+
function as(n) {
|
|
6770
6806
|
let i;
|
|
6771
6807
|
function s(e, t) {
|
|
6772
6808
|
return (
|
|
6773
6809
|
/*isLoading*/
|
|
6774
|
-
e[
|
|
6810
|
+
e[75] ? li : oi
|
|
6775
6811
|
);
|
|
6776
6812
|
}
|
|
6777
6813
|
let o = s(n), l = o(n);
|
|
@@ -6780,7 +6816,7 @@ function ls(n) {
|
|
|
6780
6816
|
i = p("div"), l.c();
|
|
6781
6817
|
},
|
|
6782
6818
|
m(e, t) {
|
|
6783
|
-
m(e, i, t), l.m(i, null), n[
|
|
6819
|
+
m(e, i, t), l.m(i, null), n[90](i);
|
|
6784
6820
|
},
|
|
6785
6821
|
p(e, t) {
|
|
6786
6822
|
o === (o = s(e)) && l ? l.p(e, t) : (l.d(1), l = o(e), l && (l.c(), l.m(i, null)));
|
|
@@ -6788,17 +6824,17 @@ function ls(n) {
|
|
|
6788
6824
|
i: le,
|
|
6789
6825
|
o: le,
|
|
6790
6826
|
d(e) {
|
|
6791
|
-
e && d(i), l.d(), n[
|
|
6827
|
+
e && d(i), l.d(), n[90](null);
|
|
6792
6828
|
}
|
|
6793
6829
|
};
|
|
6794
6830
|
}
|
|
6795
6831
|
let $ = "";
|
|
6796
|
-
function
|
|
6832
|
+
function rs(n, i, s) {
|
|
6797
6833
|
let o;
|
|
6798
|
-
|
|
6799
|
-
let { cmsendpoint: l = "" } = i, { env: e = "" } = i, { customnotifications: t = "" } = i, { playerid: N = "" } = i, { session: v = "" } = i, { endpoint: y = "" } = i, { lang: _ = "" } = i, { operator: D = "Everymatrix" } = i, { supportemail: j = "" } = i, { termsconditionslink: L = "" } = i, { separatelimits:
|
|
6800
|
-
|
|
6801
|
-
let W,
|
|
6834
|
+
Fn(n, $n, (a) => s(100, o = a));
|
|
6835
|
+
let { cmsendpoint: l = "" } = i, { env: e = "" } = i, { customnotifications: t = "" } = i, { playerid: N = "" } = i, { session: v = "" } = i, { endpoint: y = "" } = i, { lang: _ = "" } = i, { operator: D = "Everymatrix" } = i, { supportemail: j = "" } = i, { termsconditionslink: L = "" } = i, { separatelimits: b = "true" } = i, { hasdefaultamount: r = "false" } = i, { userroles: k = "" } = i, { simplepasswordvalidation: de = "false" } = i, { tablabels: me = "" } = i, { historyenabled: pe = "" } = i, { deletelimit: ce = "" } = i, { limitsamount: fe = "" } = i, { netdepositprogress: ye = "false" } = i, { limitsperiods: ge = "" } = i, { numberofentries: he = "" } = i, { customcurrencysymbols: we = "" } = i, { currency: be = "" } = i, { apiversion: _e = "" } = i, { clientstyling: R = "" } = i, { clientstylingurl: q = "" } = i, { mbsource: G } = i, { translationurl: X = "" } = i, { companylimits: ke = "false" } = i, { custominputtextswitch: Ce = "false" } = i, { showlocationdetailsdescription: Se = "true" } = i, { disabledfields: Ne = "username,motherMaidenName,personalId,phone,region,userActiveStatus,userRoles,email,firstname,lastname,language,birth,currency,iban,title,country,securityQuestion" } = i, { gmversion: ee = "" } = i, { producttype: ve = "" } = i, { successurl: Pe = "" } = i, { failurl: Me = "" } = i, { cancelurl: Le = "" } = i, { sportsurl: We = "" } = i, { casinourl: ze = "" } = i, { contacturl: Ae = "" } = i, { homeurl: Ue = "" } = i, { baseurl: De = "" } = i, { hideproducts: je = "" } = i, { mergeproducts: Te = "Casino+Virtuals" } = i, { depositurl: Ie = "" } = i, { showcashierbonus: Oe = "" } = i, { biometricsenabled: Ee = "false" } = i, { activepage: M = "" } = i, { passwordregex: Re = "" } = i, { limitformat: qe = "" } = i, { historytypes: Ge = "Payments, Casino, Sports" } = i, { hidecolumns: Xe = "" } = i, { hidevalues: Je = "" } = i, { pagesizeoptions: He = "5, 10, 20, 50, 100" } = i, { defaultpagesize: Qe = "5" } = i, { dateformat: Be = "" } = i, { timeouthasconfirmation: Fe = "false" } = i, { sendnotificationemail: ne } = i, { hascancelbutton: Ve = "false" } = i, { cooloffhasconfirmation: Ze = "false" } = i, { forgotmode: Ke = !1 } = i, { token: Ye = "" } = i, { bonushistorystatus: $e = "" } = i, { bonushistorytype: xe = "" } = i, { allowedextenssion: en = ".jpg,.jpeg,.png,.pdf,.webp,image/png" } = i, { filesizeallow: nn = "12934000" } = i, { timezone: sn = "GMT" } = i, { currencylocale: tn = "" } = i, { currencydisplay: on = "code" } = i, { maximumfractiondigits: ln = "2" } = i, { minimumfractiondigits: an = "0" } = i, { amountfallbacktext: rn = "-" } = i, { hidevulnerabilitycheck: un = "false" } = i, { showwelcomepanel: dn = "false" } = i, { forwardcashierredirects: mn = "false" } = i;
|
|
6836
|
+
ii({ withLocale: "en", translations: {} });
|
|
6837
|
+
let W, pn = !1, ie = window.navigator.userAgent, cn = Cn(ie) !== "PC", vn = Vn(ie), C = "", P = "", z = {}, J, H, Q, A, B = !1, F = !1, se = "", fn = "", yn = !1, Pn, gn, hn = "/profile-info";
|
|
6802
6838
|
const V = {
|
|
6803
6839
|
"player-account-menu-nd": {
|
|
6804
6840
|
loaded: !1,
|
|
@@ -6870,7 +6906,7 @@ function as(n, i, s) {
|
|
|
6870
6906
|
},
|
|
6871
6907
|
"player-account-gaming-limits-wrapper-2-nd": {
|
|
6872
6908
|
loaded: !1,
|
|
6873
|
-
load: () => import("../lazy/player-account-gaming-limits-wrapper-2-nd-
|
|
6909
|
+
load: () => import("../lazy/player-account-gaming-limits-wrapper-2-nd-ClsJSHRU.js")
|
|
6874
6910
|
},
|
|
6875
6911
|
"player-account-biometrics": {
|
|
6876
6912
|
loaded: !1,
|
|
@@ -6878,7 +6914,7 @@ function as(n, i, s) {
|
|
|
6878
6914
|
},
|
|
6879
6915
|
"user-deposit-withdrawal": {
|
|
6880
6916
|
loaded: !1,
|
|
6881
|
-
load: () => import("../stencil/user-deposit-withdrawal-
|
|
6917
|
+
load: () => import("../stencil/user-deposit-withdrawal-BCKZNqMY.js").then((a) => a.u)
|
|
6882
6918
|
},
|
|
6883
6919
|
"player-kyc-verification": {
|
|
6884
6920
|
loaded: !1,
|
|
@@ -6904,7 +6940,7 @@ function as(n, i, s) {
|
|
|
6904
6940
|
loaded: !1,
|
|
6905
6941
|
load: () => import("../lazy/player-account-review-frequency-B6ksqfns.js")
|
|
6906
6942
|
}
|
|
6907
|
-
},
|
|
6943
|
+
}, wn = [
|
|
6908
6944
|
"/profile-info",
|
|
6909
6945
|
"/change-password",
|
|
6910
6946
|
"/reality-check",
|
|
@@ -6930,35 +6966,35 @@ function as(n, i, s) {
|
|
|
6930
6966
|
"/review-frequency",
|
|
6931
6967
|
"/biometrics"
|
|
6932
6968
|
], bn = () => {
|
|
6933
|
-
|
|
6934
|
-
}, Pn = () => {
|
|
6935
|
-
kn(ie);
|
|
6936
|
-
}, wn = () => {
|
|
6937
|
-
!M && !pn && s(84, M = hn[0]), s(77, gn = M);
|
|
6969
|
+
Mn(), s(76, C = N), s(77, P = v), _n(), s(75, pn = !1);
|
|
6938
6970
|
}, Mn = () => {
|
|
6971
|
+
Cn(ie);
|
|
6972
|
+
}, _n = () => {
|
|
6973
|
+
!M && !cn && s(85, M = wn[0]), s(78, hn = M);
|
|
6974
|
+
}, Ln = () => {
|
|
6939
6975
|
fetch(X).then((g) => g.json()).then((g) => {
|
|
6940
6976
|
Object.keys(g).forEach((h) => {
|
|
6941
|
-
|
|
6977
|
+
Sn(h, g[h]);
|
|
6942
6978
|
});
|
|
6943
6979
|
}).catch((g) => {
|
|
6944
6980
|
console.log(g);
|
|
6945
6981
|
});
|
|
6946
6982
|
};
|
|
6947
|
-
Object.keys(
|
|
6948
|
-
|
|
6983
|
+
Object.keys(Nn).forEach((a) => {
|
|
6984
|
+
Sn(a, Nn[a]);
|
|
6949
6985
|
});
|
|
6950
|
-
const
|
|
6986
|
+
const kn = (a) => {
|
|
6951
6987
|
let g;
|
|
6952
6988
|
if (a.data)
|
|
6953
6989
|
switch (a.data.type) {
|
|
6954
6990
|
case "AccountMenuDetails":
|
|
6955
6991
|
break;
|
|
6956
6992
|
case "ChangeAccountPage":
|
|
6957
|
-
s(
|
|
6993
|
+
s(85, M = a.data.page.path), M == "/deposit" && typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "PlayerAccountController" }), M == "/withdrawal" && typeof gtag == "function" && gtag("event", "GoToWithdrawal", { context: "PlayerAccountController" });
|
|
6958
6994
|
break;
|
|
6959
6995
|
case "PlayerAccountMenuActive":
|
|
6960
6996
|
case "GoToPreviousRoute":
|
|
6961
|
-
a.data.isMobile && (s(
|
|
6997
|
+
a.data.isMobile && (s(85, M = ""), bn());
|
|
6962
6998
|
break;
|
|
6963
6999
|
case "UpdatePlayerInfo":
|
|
6964
7000
|
let h = a.data.provisionalArray, S = {
|
|
@@ -6982,8 +7018,8 @@ function as(n, i, s) {
|
|
|
6982
7018
|
},
|
|
6983
7019
|
body: JSON.stringify(S)
|
|
6984
7020
|
};
|
|
6985
|
-
fetch(g.href, U).then((
|
|
6986
|
-
|
|
7021
|
+
fetch(g.href, U).then((w) => {
|
|
7022
|
+
w.status == 200 && (window.postMessage(
|
|
6987
7023
|
{
|
|
6988
7024
|
type: "WidgetNotification",
|
|
6989
7025
|
data: {
|
|
@@ -7006,16 +7042,16 @@ function as(n, i, s) {
|
|
|
7006
7042
|
},
|
|
7007
7043
|
body: JSON.stringify(a.data.consentArray)
|
|
7008
7044
|
};
|
|
7009
|
-
fetch(g.href, Z).then((
|
|
7010
|
-
|
|
7045
|
+
fetch(g.href, Z).then((w) => {
|
|
7046
|
+
w.status == 200 && window.postMessage({ type: "ConfirmProfileInfoSave" }, window.location.href);
|
|
7011
7047
|
});
|
|
7012
7048
|
break;
|
|
7013
7049
|
case "ChangePassword":
|
|
7014
|
-
|
|
7050
|
+
Wn(a.data.userCurrentPassword, a.data.userNewPassword);
|
|
7015
7051
|
break;
|
|
7016
7052
|
case "SetPlayerAccountTimeout":
|
|
7017
7053
|
g = new URL(`/v2/player/${C}/limits${ee === "gm16" ? "/session" : ""}`, y);
|
|
7018
|
-
let K = a.data.timeoutSelected, te = a.data.timeoutExpiryDate,
|
|
7054
|
+
let K = a.data.timeoutSelected, te = a.data.timeoutExpiryDate, jn = {
|
|
7019
7055
|
method: "PUT",
|
|
7020
7056
|
headers: {
|
|
7021
7057
|
"X-SessionID": P,
|
|
@@ -7030,8 +7066,8 @@ function as(n, i, s) {
|
|
|
7030
7066
|
}
|
|
7031
7067
|
})
|
|
7032
7068
|
};
|
|
7033
|
-
fetch(g.href,
|
|
7034
|
-
if (
|
|
7069
|
+
fetch(g.href, jn).then((w) => {
|
|
7070
|
+
if (w.status == 200)
|
|
7035
7071
|
window.postMessage(
|
|
7036
7072
|
{
|
|
7037
7073
|
type: "WidgetNotification",
|
|
@@ -7044,11 +7080,11 @@ function as(n, i, s) {
|
|
|
7044
7080
|
), window.postMessage({ type: "LogoutSuccessfull" }, window.location.href);
|
|
7045
7081
|
else
|
|
7046
7082
|
throw new Error("Failed to fetch");
|
|
7047
|
-
}).catch((
|
|
7083
|
+
}).catch((w) => console.error(w));
|
|
7048
7084
|
break;
|
|
7049
7085
|
case "AccountClosure":
|
|
7050
7086
|
g = new URL(`/v1/player/${C}/terminate`, y);
|
|
7051
|
-
let
|
|
7087
|
+
let Tn = {
|
|
7052
7088
|
method: "DELETE",
|
|
7053
7089
|
headers: {
|
|
7054
7090
|
"X-SessionID": P,
|
|
@@ -7056,8 +7092,8 @@ function as(n, i, s) {
|
|
|
7056
7092
|
Accept: "application/json"
|
|
7057
7093
|
}
|
|
7058
7094
|
};
|
|
7059
|
-
fetch(g.href,
|
|
7060
|
-
|
|
7095
|
+
fetch(g.href, Tn).then((w) => {
|
|
7096
|
+
w.status < 300 && (window.postMessage(
|
|
7061
7097
|
{
|
|
7062
7098
|
type: "WidgetNotification",
|
|
7063
7099
|
data: {
|
|
@@ -7070,21 +7106,21 @@ function as(n, i, s) {
|
|
|
7070
7106
|
});
|
|
7071
7107
|
break;
|
|
7072
7108
|
case "UserSessionID":
|
|
7073
|
-
s(
|
|
7109
|
+
s(77, P = a.data.session), s(76, C = a.data.userid);
|
|
7074
7110
|
break;
|
|
7075
7111
|
case "PlayerAccountGamingLimitsUpdate":
|
|
7076
7112
|
g = new URL(`/v2/player/${C}/limits`, y);
|
|
7077
|
-
let
|
|
7113
|
+
let In = a.data.payload, On = {
|
|
7078
7114
|
method: "PUT",
|
|
7079
7115
|
headers: {
|
|
7080
7116
|
"X-SessionID": P,
|
|
7081
7117
|
"Content-Type": "application/json",
|
|
7082
7118
|
Accept: "application/json"
|
|
7083
7119
|
},
|
|
7084
|
-
body: JSON.stringify(
|
|
7120
|
+
body: JSON.stringify(In)
|
|
7085
7121
|
};
|
|
7086
|
-
fetch(g.href,
|
|
7087
|
-
|
|
7122
|
+
fetch(g.href, On).then((w) => {
|
|
7123
|
+
w.status == 200 && (B = !0, window.postMessage(
|
|
7088
7124
|
{
|
|
7089
7125
|
type: "WidgetNotification",
|
|
7090
7126
|
data: {
|
|
@@ -7098,9 +7134,9 @@ function as(n, i, s) {
|
|
|
7098
7134
|
break;
|
|
7099
7135
|
case "PlayerAccountGamingLimitDelete":
|
|
7100
7136
|
let Y = a.data.limit ? a.data.limit : {}, I;
|
|
7101
|
-
Array.isArray(Y) ? I = Y.map((
|
|
7102
|
-
let
|
|
7103
|
-
switch (
|
|
7137
|
+
Array.isArray(Y) ? I = Y.map((w) => w.period) : I = Y.period;
|
|
7138
|
+
let En = a.data.name, O = "";
|
|
7139
|
+
switch (En) {
|
|
7104
7140
|
case "depositLimits":
|
|
7105
7141
|
O = "deposit";
|
|
7106
7142
|
break;
|
|
@@ -7114,15 +7150,15 @@ function as(n, i, s) {
|
|
|
7114
7150
|
O = "loss";
|
|
7115
7151
|
break;
|
|
7116
7152
|
}
|
|
7117
|
-
let
|
|
7153
|
+
let Rn = {
|
|
7118
7154
|
method: "DELETE",
|
|
7119
7155
|
headers: { "X-SessionID": P },
|
|
7120
7156
|
body: JSON.stringify(Y)
|
|
7121
7157
|
};
|
|
7122
|
-
g = new URL(`/v2/player/${C}/limits/${O}`, y), Array.isArray(I) ? I.forEach((
|
|
7123
|
-
g.searchParams.append("periods",
|
|
7124
|
-
}) : g.searchParams.append("periods", I), fetch(g.href,
|
|
7125
|
-
|
|
7158
|
+
g = new URL(`/v2/player/${C}/limits/${O}`, y), Array.isArray(I) ? I.forEach((w) => {
|
|
7159
|
+
g.searchParams.append("periods", w);
|
|
7160
|
+
}) : g.searchParams.append("periods", I), fetch(g.href, Rn).then((w) => {
|
|
7161
|
+
w.status == 200 && (F = !0, window.postMessage(
|
|
7126
7162
|
{
|
|
7127
7163
|
type: "WidgetNotification",
|
|
7128
7164
|
data: {
|
|
@@ -7132,7 +7168,7 @@ function as(n, i, s) {
|
|
|
7132
7168
|
},
|
|
7133
7169
|
window.location.href
|
|
7134
7170
|
));
|
|
7135
|
-
}).then((
|
|
7171
|
+
}).then((w) => {
|
|
7136
7172
|
T(new URL(`/v2/player/${C}/limits`, y));
|
|
7137
7173
|
});
|
|
7138
7174
|
break;
|
|
@@ -7143,7 +7179,7 @@ function as(n, i, s) {
|
|
|
7143
7179
|
T(new URL(`/v2/player/${C}/limits`, y));
|
|
7144
7180
|
break;
|
|
7145
7181
|
}
|
|
7146
|
-
},
|
|
7182
|
+
}, Wn = async (a, g) => {
|
|
7147
7183
|
let h = new URL(`${y}/v1/player/${C}/password`), S = {
|
|
7148
7184
|
currentPassword: a,
|
|
7149
7185
|
newPassword: g
|
|
@@ -7166,18 +7202,18 @@ function as(n, i, s) {
|
|
|
7166
7202
|
}
|
|
7167
7203
|
},
|
|
7168
7204
|
window.location.href
|
|
7169
|
-
),
|
|
7205
|
+
), gn = new CustomEvent(
|
|
7170
7206
|
"ChangePassword",
|
|
7171
7207
|
{
|
|
7172
7208
|
detail: { userPassword: S.newPassword }
|
|
7173
7209
|
}
|
|
7174
|
-
), window.dispatchEvent(
|
|
7210
|
+
), window.dispatchEvent(gn);
|
|
7175
7211
|
else {
|
|
7176
7212
|
let K = await Z.json();
|
|
7177
|
-
|
|
7213
|
+
fn = Object.keys(K.thirdPartyResponse).find((te) => te === "errorCode") + K.thirdPartyResponse.errorCode, se = o(`${fn}`), yn = !0, window.postMessage(
|
|
7178
7214
|
{
|
|
7179
7215
|
type: "ShowPasswordChangedError",
|
|
7180
|
-
showErrorPasswordChanged:
|
|
7216
|
+
showErrorPasswordChanged: yn,
|
|
7181
7217
|
errorPasswordChanged: se
|
|
7182
7218
|
},
|
|
7183
7219
|
window.location.href
|
|
@@ -7210,7 +7246,7 @@ function as(n, i, s) {
|
|
|
7210
7246
|
};
|
|
7211
7247
|
fetch(a.href, g).then((h) => h.json()).then(
|
|
7212
7248
|
(h) => {
|
|
7213
|
-
z = h, Object.keys(z).length !== 0 ? (s(
|
|
7249
|
+
z = h, Object.keys(z).length !== 0 ? (s(86, J = z.depositLimits ?? []), s(87, H = z.wageringLimits ?? []), s(88, Q = z.lossLimits ?? []), z.hasOwnProperty("cumulativeSessionLimits") ? (s(89, A = z.timeLimit), s(89, A = z.cumulativeSessionLimits.map((S) => (S.amount = S.minutes, S)))) : s(89, A = []), window.postMessage(
|
|
7214
7250
|
{
|
|
7215
7251
|
type: "PlayerLimitsData",
|
|
7216
7252
|
limits: {
|
|
@@ -7224,17 +7260,17 @@ function as(n, i, s) {
|
|
|
7224
7260
|
}
|
|
7225
7261
|
},
|
|
7226
7262
|
window.location.href
|
|
7227
|
-
)) : (s(
|
|
7263
|
+
)) : (s(86, J = []), s(87, H = []), s(88, Q = []), s(89, A = [])), Yn();
|
|
7228
7264
|
},
|
|
7229
7265
|
(h) => {
|
|
7230
7266
|
console.error(h);
|
|
7231
7267
|
}
|
|
7232
7268
|
);
|
|
7233
|
-
},
|
|
7234
|
-
|
|
7235
|
-
},
|
|
7269
|
+
}, zn = () => {
|
|
7270
|
+
si(_);
|
|
7271
|
+
}, An = (a) => {
|
|
7236
7272
|
T(new URL(`/v2/player/${C}/limits`, y));
|
|
7237
|
-
},
|
|
7273
|
+
}, Un = (a, { componentName: g, props: h }) => {
|
|
7238
7274
|
if (V[g]) {
|
|
7239
7275
|
V[g].loaded || (V[g].load(), V[g].loaded = !0);
|
|
7240
7276
|
for (let S in h)
|
|
@@ -7247,29 +7283,29 @@ function as(n, i, s) {
|
|
|
7247
7283
|
};
|
|
7248
7284
|
}
|
|
7249
7285
|
};
|
|
7250
|
-
|
|
7251
|
-
window.removeEventListener("message",
|
|
7286
|
+
Zn(() => (window.addEventListener("message", kn, !1), () => {
|
|
7287
|
+
window.removeEventListener("message", kn);
|
|
7252
7288
|
}));
|
|
7253
|
-
function
|
|
7254
|
-
|
|
7255
|
-
W = a, s(
|
|
7289
|
+
function Dn(a) {
|
|
7290
|
+
Kn[a ? "unshift" : "push"](() => {
|
|
7291
|
+
W = a, s(74, W);
|
|
7256
7292
|
});
|
|
7257
7293
|
}
|
|
7258
7294
|
return n.$$set = (a) => {
|
|
7259
|
-
"cmsendpoint" in a && s(0, l = a.cmsendpoint), "env" in a && s(1, e = a.env), "customnotifications" in a && s(2, t = a.customnotifications), "playerid" in a && s(3, N = a.playerid), "session" in a && s(4, v = a.session), "endpoint" in a && s(5, y = a.endpoint), "lang" in a && s(6, _ = a.lang), "operator" in a && s(7, D = a.operator), "supportemail" in a && s(8, j = a.supportemail), "termsconditionslink" in a && s(9, L = a.termsconditionslink), "separatelimits" in a && s(10,
|
|
7295
|
+
"cmsendpoint" in a && s(0, l = a.cmsendpoint), "env" in a && s(1, e = a.env), "customnotifications" in a && s(2, t = a.customnotifications), "playerid" in a && s(3, N = a.playerid), "session" in a && s(4, v = a.session), "endpoint" in a && s(5, y = a.endpoint), "lang" in a && s(6, _ = a.lang), "operator" in a && s(7, D = a.operator), "supportemail" in a && s(8, j = a.supportemail), "termsconditionslink" in a && s(9, L = a.termsconditionslink), "separatelimits" in a && s(10, b = a.separatelimits), "hasdefaultamount" in a && s(11, r = a.hasdefaultamount), "userroles" in a && s(12, k = a.userroles), "simplepasswordvalidation" in a && s(13, de = a.simplepasswordvalidation), "tablabels" in a && s(14, me = a.tablabels), "historyenabled" in a && s(15, pe = a.historyenabled), "deletelimit" in a && s(16, ce = a.deletelimit), "limitsamount" in a && s(17, fe = a.limitsamount), "netdepositprogress" in a && s(18, ye = a.netdepositprogress), "limitsperiods" in a && s(19, ge = a.limitsperiods), "numberofentries" in a && s(20, he = a.numberofentries), "customcurrencysymbols" in a && s(21, we = a.customcurrencysymbols), "currency" in a && s(22, be = a.currency), "apiversion" in a && s(23, _e = a.apiversion), "clientstyling" in a && s(24, R = a.clientstyling), "clientstylingurl" in a && s(25, q = a.clientstylingurl), "mbsource" in a && s(26, G = a.mbsource), "translationurl" in a && s(27, X = a.translationurl), "companylimits" in a && s(28, ke = a.companylimits), "custominputtextswitch" in a && s(29, Ce = a.custominputtextswitch), "showlocationdetailsdescription" in a && s(30, Se = a.showlocationdetailsdescription), "disabledfields" in a && s(31, Ne = a.disabledfields), "gmversion" in a && s(32, ee = a.gmversion), "producttype" in a && s(33, ve = a.producttype), "successurl" in a && s(34, Pe = a.successurl), "failurl" in a && s(35, Me = a.failurl), "cancelurl" in a && s(36, Le = a.cancelurl), "sportsurl" in a && s(37, We = a.sportsurl), "casinourl" in a && s(38, ze = a.casinourl), "contacturl" in a && s(39, Ae = a.contacturl), "homeurl" in a && s(40, Ue = a.homeurl), "baseurl" in a && s(41, De = a.baseurl), "hideproducts" in a && s(42, je = a.hideproducts), "mergeproducts" in a && s(43, Te = a.mergeproducts), "depositurl" in a && s(44, Ie = a.depositurl), "showcashierbonus" in a && s(45, Oe = a.showcashierbonus), "biometricsenabled" in a && s(46, Ee = a.biometricsenabled), "activepage" in a && s(85, M = a.activepage), "passwordregex" in a && s(47, Re = a.passwordregex), "limitformat" in a && s(48, qe = a.limitformat), "historytypes" in a && s(49, Ge = a.historytypes), "hidecolumns" in a && s(50, Xe = a.hidecolumns), "hidevalues" in a && s(51, Je = a.hidevalues), "pagesizeoptions" in a && s(52, He = a.pagesizeoptions), "defaultpagesize" in a && s(53, Qe = a.defaultpagesize), "dateformat" in a && s(54, Be = a.dateformat), "timeouthasconfirmation" in a && s(55, Fe = a.timeouthasconfirmation), "sendnotificationemail" in a && s(56, ne = a.sendnotificationemail), "hascancelbutton" in a && s(57, Ve = a.hascancelbutton), "cooloffhasconfirmation" in a && s(58, Ze = a.cooloffhasconfirmation), "forgotmode" in a && s(59, Ke = a.forgotmode), "token" in a && s(60, Ye = a.token), "bonushistorystatus" in a && s(61, $e = a.bonushistorystatus), "bonushistorytype" in a && s(62, xe = a.bonushistorytype), "allowedextenssion" in a && s(63, en = a.allowedextenssion), "filesizeallow" in a && s(64, nn = a.filesizeallow), "timezone" in a && s(65, sn = a.timezone), "currencylocale" in a && s(66, tn = a.currencylocale), "currencydisplay" in a && s(67, on = a.currencydisplay), "maximumfractiondigits" in a && s(68, ln = a.maximumfractiondigits), "minimumfractiondigits" in a && s(69, an = a.minimumfractiondigits), "amountfallbacktext" in a && s(70, rn = a.amountfallbacktext), "hidevulnerabilitycheck" in a && s(71, un = a.hidevulnerabilitycheck), "showwelcomepanel" in a && s(72, dn = a.showwelcomepanel), "forwardcashierredirects" in a && s(73, mn = a.forwardcashierredirects);
|
|
7260
7296
|
}, n.$$.update = () => {
|
|
7261
7297
|
n.$$.dirty[0] & /*lang*/
|
|
7262
|
-
64 && _ &&
|
|
7298
|
+
64 && _ && zn(), n.$$.dirty[0] & /*cmsendpoint, endpoint, customnotifications, playerid, session, lang, env, userroles*/
|
|
7263
7299
|
4223 && l && y && t && N && v && _ && e && k && bn(), n.$$.dirty[2] & /*depositlimit, wageringlimit, losslimit, timelimit*/
|
|
7264
|
-
|
|
7300
|
+
251658240, n.$$.dirty[0] & /*clientstyling*/
|
|
7265
7301
|
16777216 | n.$$.dirty[2] & /*customStylingContainer*/
|
|
7266
|
-
|
|
7302
|
+
4096 && R && W && xn(W, R), n.$$.dirty[0] & /*clientstylingurl*/
|
|
7267
7303
|
33554432 | n.$$.dirty[2] & /*customStylingContainer*/
|
|
7268
|
-
|
|
7304
|
+
4096 && q && W && ei(W, q), n.$$.dirty[0] & /*mbsource*/
|
|
7269
7305
|
67108864 | n.$$.dirty[2] & /*customStylingContainer*/
|
|
7270
|
-
|
|
7271
|
-
134217728 && X &&
|
|
7272
|
-
|
|
7306
|
+
4096 && G && W && ni(W, `${G}.Style`), n.$$.dirty[0] & /*translationurl*/
|
|
7307
|
+
134217728 && X && Ln(), n.$$.dirty[2] & /*activepage*/
|
|
7308
|
+
8388608 && M && _n();
|
|
7273
7309
|
}, [
|
|
7274
7310
|
l,
|
|
7275
7311
|
e,
|
|
@@ -7281,7 +7317,7 @@ function as(n, i, s) {
|
|
|
7281
7317
|
D,
|
|
7282
7318
|
j,
|
|
7283
7319
|
L,
|
|
7284
|
-
|
|
7320
|
+
b,
|
|
7285
7321
|
r,
|
|
7286
7322
|
k,
|
|
7287
7323
|
de,
|
|
@@ -7292,8 +7328,8 @@ function as(n, i, s) {
|
|
|
7292
7328
|
ye,
|
|
7293
7329
|
ge,
|
|
7294
7330
|
he,
|
|
7295
|
-
be,
|
|
7296
7331
|
we,
|
|
7332
|
+
be,
|
|
7297
7333
|
_e,
|
|
7298
7334
|
R,
|
|
7299
7335
|
q,
|
|
@@ -7344,33 +7380,34 @@ function as(n, i, s) {
|
|
|
7344
7380
|
rn,
|
|
7345
7381
|
un,
|
|
7346
7382
|
dn,
|
|
7347
|
-
W,
|
|
7348
7383
|
mn,
|
|
7384
|
+
W,
|
|
7385
|
+
pn,
|
|
7349
7386
|
C,
|
|
7350
7387
|
P,
|
|
7351
|
-
gn,
|
|
7352
|
-
pn,
|
|
7353
|
-
Nn,
|
|
7354
|
-
vn,
|
|
7355
7388
|
hn,
|
|
7356
|
-
|
|
7389
|
+
cn,
|
|
7390
|
+
vn,
|
|
7391
|
+
Pn,
|
|
7392
|
+
wn,
|
|
7357
7393
|
An,
|
|
7394
|
+
Un,
|
|
7358
7395
|
M,
|
|
7359
7396
|
J,
|
|
7360
7397
|
H,
|
|
7361
7398
|
Q,
|
|
7362
7399
|
A,
|
|
7363
|
-
|
|
7400
|
+
Dn
|
|
7364
7401
|
];
|
|
7365
7402
|
}
|
|
7366
|
-
class
|
|
7403
|
+
class us extends Jn {
|
|
7367
7404
|
constructor(i) {
|
|
7368
|
-
super(),
|
|
7405
|
+
super(), Hn(
|
|
7369
7406
|
this,
|
|
7370
7407
|
i,
|
|
7408
|
+
rs,
|
|
7371
7409
|
as,
|
|
7372
|
-
|
|
7373
|
-
Hn,
|
|
7410
|
+
Qn,
|
|
7374
7411
|
{
|
|
7375
7412
|
cmsendpoint: 0,
|
|
7376
7413
|
env: 1,
|
|
@@ -7419,7 +7456,7 @@ class rs extends Xn {
|
|
|
7419
7456
|
depositurl: 44,
|
|
7420
7457
|
showcashierbonus: 45,
|
|
7421
7458
|
biometricsenabled: 46,
|
|
7422
|
-
activepage:
|
|
7459
|
+
activepage: 85,
|
|
7423
7460
|
passwordregex: 47,
|
|
7424
7461
|
limitformat: 48,
|
|
7425
7462
|
historytypes: 49,
|
|
@@ -7445,9 +7482,10 @@ class rs extends Xn {
|
|
|
7445
7482
|
minimumfractiondigits: 69,
|
|
7446
7483
|
amountfallbacktext: 70,
|
|
7447
7484
|
hidevulnerabilitycheck: 71,
|
|
7448
|
-
showwelcomepanel: 72
|
|
7485
|
+
showwelcomepanel: 72,
|
|
7486
|
+
forwardcashierredirects: 73
|
|
7449
7487
|
},
|
|
7450
|
-
|
|
7488
|
+
ti,
|
|
7451
7489
|
[-1, -1, -1, -1]
|
|
7452
7490
|
);
|
|
7453
7491
|
}
|
|
@@ -7734,7 +7772,7 @@ class rs extends Xn {
|
|
|
7734
7772
|
this.$$set({ biometricsenabled: i }), u();
|
|
7735
7773
|
}
|
|
7736
7774
|
get activepage() {
|
|
7737
|
-
return this.$$.ctx[
|
|
7775
|
+
return this.$$.ctx[85];
|
|
7738
7776
|
}
|
|
7739
7777
|
set activepage(i) {
|
|
7740
7778
|
this.$$set({ activepage: i }), u();
|
|
@@ -7895,8 +7933,14 @@ class rs extends Xn {
|
|
|
7895
7933
|
set showwelcomepanel(i) {
|
|
7896
7934
|
this.$$set({ showwelcomepanel: i }), u();
|
|
7897
7935
|
}
|
|
7936
|
+
get forwardcashierredirects() {
|
|
7937
|
+
return this.$$.ctx[73];
|
|
7938
|
+
}
|
|
7939
|
+
set forwardcashierredirects(i) {
|
|
7940
|
+
this.$$set({ forwardcashierredirects: i }), u();
|
|
7941
|
+
}
|
|
7898
7942
|
}
|
|
7899
|
-
|
|
7943
|
+
Xn(us, { cmsendpoint: {}, env: {}, customnotifications: {}, playerid: {}, session: {}, endpoint: {}, lang: {}, operator: {}, supportemail: {}, termsconditionslink: {}, separatelimits: {}, hasdefaultamount: {}, userroles: {}, simplepasswordvalidation: {}, tablabels: {}, historyenabled: {}, deletelimit: {}, limitsamount: {}, netdepositprogress: {}, limitsperiods: {}, numberofentries: {}, customcurrencysymbols: {}, currency: {}, apiversion: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {}, companylimits: {}, custominputtextswitch: {}, showlocationdetailsdescription: {}, disabledfields: {}, gmversion: {}, producttype: {}, successurl: {}, failurl: {}, cancelurl: {}, sportsurl: {}, casinourl: {}, contacturl: {}, homeurl: {}, baseurl: {}, hideproducts: {}, mergeproducts: {}, depositurl: {}, showcashierbonus: {}, biometricsenabled: {}, activepage: {}, passwordregex: {}, limitformat: {}, historytypes: {}, hidecolumns: {}, hidevalues: {}, pagesizeoptions: {}, defaultpagesize: {}, dateformat: {}, timeouthasconfirmation: {}, sendnotificationemail: {}, hascancelbutton: {}, cooloffhasconfirmation: {}, forgotmode: { type: "Boolean" }, token: {}, bonushistorystatus: {}, bonushistorytype: {}, allowedextenssion: {}, filesizeallow: {}, timezone: {}, currencylocale: {}, currencydisplay: {}, maximumfractiondigits: {}, minimumfractiondigits: {}, amountfallbacktext: {}, hidevulnerabilitycheck: {}, showwelcomepanel: {}, forwardcashierredirects: {} }, [], [], !0);
|
|
7900
7944
|
export {
|
|
7901
|
-
|
|
7945
|
+
us as P
|
|
7902
7946
|
};
|