@everymatrix/player-account-controller-nd 1.69.1 → 1.69.2
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-D2utEHf5.js → PlayerAccountControllerNd-C0RE3NLP.js} +592 -562
- package/components/PlayerAccountControllerNd-DGYxFs2I.cjs +1 -0
- package/components/{PlayerAccountControllerNd-C9c5qHpB.js → PlayerAccountControllerNd-zSsSYNVL.js} +591 -561
- package/components/{PlayerAccountProductRestriction-Bb852CXS.js → PlayerAccountProductRestriction-CDbAb8IU.js} +1993 -1985
- package/components/{PlayerAccountProductRestriction-BRQ_0iRa.cjs → PlayerAccountProductRestriction-cB-XKLa3.cjs} +269 -269
- package/components/{PlayerAccountProductRestriction-DuhY6Smp.js → PlayerAccountProductRestriction-yAfZCh6U.js} +1981 -1973
- package/components/{PlayerAccountSelfExclusionNd-CSTSxxS9.cjs → PlayerAccountSelfExclusionNd-CFbshOsI.cjs} +1 -1
- package/components/{PlayerAccountSelfExclusionNd-kOAMG31m.js → PlayerAccountSelfExclusionNd-DR8ri20K.js} +1 -1
- package/components/{PlayerAccountSelfExclusionNd-Ce5YAsGV.js → PlayerAccountSelfExclusionNd-DxKpk8zY.js} +1 -1
- package/components/{PlayerAccountTimeout-ocrV5KJH.js → PlayerAccountTimeout-B74QMR7z.js} +2 -2
- package/components/{PlayerAccountTimeout-CMtwjwEg.cjs → PlayerAccountTimeout-Cz4OPUZp.cjs} +1 -1
- package/components/{PlayerAccountTimeout-C5PJ_msd.js → PlayerAccountTimeout-D-2e70M0.js} +2 -2
- package/components/{PlayerAccountTransactionsHistory-097RLBFr.js → PlayerAccountTransactionsHistory-BIZEivBN.js} +2 -2
- package/components/{PlayerAccountTransactionsHistory-DH_DQqUA.js → PlayerAccountTransactionsHistory-D3JEoUOA.js} +2 -2
- package/components/{PlayerAccountTransactionsHistory-DmawfuJF.cjs → PlayerAccountTransactionsHistory-jaKdukJR.cjs} +1 -1
- package/components/{PlayerBonusHistory-ByBUgN3W.js → PlayerBonusHistory-BqwoCTyO.js} +1 -1
- package/components/{PlayerBonusHistory-BM4fFqSh.js → PlayerBonusHistory-DkSCPj6k.js} +1 -1
- package/components/{PlayerBonusHistory-1O3uWzIQ.cjs → PlayerBonusHistory-Dt_QYTi6.cjs} +1 -1
- package/components/{PlayerGamingHistory-DQ4HRmmw.cjs → PlayerGamingHistory-CKMTEuKt.cjs} +1 -1
- package/components/{PlayerGamingHistory-_yfFEV_F.js → PlayerGamingHistory-Q_GQcfDU.js} +1 -1
- package/components/{PlayerGamingHistory-z-S43iX0.js → PlayerGamingHistory-p5DXIiB_.js} +1 -1
- 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/package.json +1 -1
- package/components/PlayerAccountControllerNd-B8_Eg8M7.cjs +0 -1
package/components/{PlayerAccountControllerNd-C9c5qHpB.js → PlayerAccountControllerNd-zSsSYNVL.js}
RENAMED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
import { $ as Y, C as
|
|
1
|
+
import { $ as Y, C as bi, a as yi, A as ki, S as Ci, i as Si, s as vi, f as d, b as Ei, n as $, d as m, g as c, j as p, p as Pi, q as ei, D as Di, u as Li, w as Mi, o as ee, E as Ai, F as ie, e as i, h as U, k as x, G as si, B as Oi, x as Ui, y as zi, z as Ni } from "./GeneralLogout-D_LZ6noj.js";
|
|
2
2
|
import "../stencil/user-deposit-withdrawal-BjmaGgRK.js";
|
|
3
3
|
import "../stencil/player-kyc-verification-CMAkNiAB.js";
|
|
4
4
|
import "../stencil/user-transaction-history-Dpd_aKdj.js";
|
|
5
5
|
import "../stencil/pam-change-password-iLjG4ryi.js";
|
|
6
|
-
function
|
|
6
|
+
function ji({ withLocale: s, translations: e }) {
|
|
7
7
|
Y.subscribe((n) => {
|
|
8
|
-
n == null && (
|
|
8
|
+
n == null && (bi.set(e), Y.set(s));
|
|
9
9
|
});
|
|
10
10
|
}
|
|
11
|
-
function
|
|
12
|
-
|
|
11
|
+
function ii(s, e) {
|
|
12
|
+
yi(s, e);
|
|
13
13
|
}
|
|
14
|
-
function
|
|
14
|
+
function Ti(s) {
|
|
15
15
|
Y.set(s);
|
|
16
16
|
}
|
|
17
|
-
const
|
|
17
|
+
const ni = {
|
|
18
18
|
en: {
|
|
19
19
|
profileUpdateSuccess: "Profile updated!",
|
|
20
20
|
timeoutSuccess: "Timeout active",
|
|
@@ -192,7 +192,7 @@ if (typeof window < "u") {
|
|
|
192
192
|
}
|
|
193
193
|
};
|
|
194
194
|
};
|
|
195
|
-
customElements.define = s(customElements.define), import("./PlayerAccountTimeout-
|
|
195
|
+
customElements.define = s(customElements.define), import("./PlayerAccountTimeout-D-2e70M0.js").then(({ default: e }) => {
|
|
196
196
|
!customElements.get("player-account-timeout") && customElements.define("player-account-timeout", e.element);
|
|
197
197
|
});
|
|
198
198
|
}
|
|
@@ -208,7 +208,7 @@ if (typeof window < "u") {
|
|
|
208
208
|
}
|
|
209
209
|
};
|
|
210
210
|
};
|
|
211
|
-
customElements.define = s(customElements.define), import("./PlayerAccountSelfExclusionNd-
|
|
211
|
+
customElements.define = s(customElements.define), import("./PlayerAccountSelfExclusionNd-DxKpk8zY.js").then((e) => e.P).then(({ default: e }) => {
|
|
212
212
|
!customElements.get("player-account-self-exclusion-nd") && customElements.define("player-account-self-exclusion-nd", e.element);
|
|
213
213
|
});
|
|
214
214
|
}
|
|
@@ -320,7 +320,7 @@ if (typeof window < "u") {
|
|
|
320
320
|
}
|
|
321
321
|
};
|
|
322
322
|
};
|
|
323
|
-
customElements.define = s(customElements.define), import("./PlayerBonusHistory-
|
|
323
|
+
customElements.define = s(customElements.define), import("./PlayerBonusHistory-BqwoCTyO.js").then(({ default: e }) => {
|
|
324
324
|
!customElements.get("player-bonus-history") && customElements.define("player-bonus-history", e.element);
|
|
325
325
|
});
|
|
326
326
|
}
|
|
@@ -400,7 +400,7 @@ if (typeof window < "u") {
|
|
|
400
400
|
}
|
|
401
401
|
};
|
|
402
402
|
};
|
|
403
|
-
customElements.define = s(customElements.define), import("./PlayerGamingHistory-
|
|
403
|
+
customElements.define = s(customElements.define), import("./PlayerGamingHistory-Q_GQcfDU.js").then(({ default: e }) => {
|
|
404
404
|
!customElements.get("player-gaming-history") && customElements.define("player-gaming-history", e.element);
|
|
405
405
|
});
|
|
406
406
|
}
|
|
@@ -467,7 +467,7 @@ if (typeof window < "u") {
|
|
|
467
467
|
}
|
|
468
468
|
};
|
|
469
469
|
};
|
|
470
|
-
customElements.define = s(customElements.define), import("./PlayerAccountTransactionsHistory-
|
|
470
|
+
customElements.define = s(customElements.define), import("./PlayerAccountTransactionsHistory-D3JEoUOA.js").then(({ default: e }) => {
|
|
471
471
|
!customElements.get("player-account-transactions-history") && customElements.define("player-account-transactions-history", e.element);
|
|
472
472
|
});
|
|
473
473
|
}
|
|
@@ -483,34 +483,34 @@ if (typeof window < "u") {
|
|
|
483
483
|
}
|
|
484
484
|
};
|
|
485
485
|
};
|
|
486
|
-
customElements.define = s(customElements.define), import("./PlayerAccountProductRestriction-
|
|
486
|
+
customElements.define = s(customElements.define), import("./PlayerAccountProductRestriction-yAfZCh6U.js").then((e) => e.P).then(({ default: e }) => {
|
|
487
487
|
!customElements.get("player-account-product-restriction") && customElements.define("player-account-product-restriction", e.element);
|
|
488
488
|
});
|
|
489
489
|
}
|
|
490
|
-
function Ti(s) {
|
|
491
|
-
vi(s, "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}}');
|
|
492
|
-
}
|
|
493
490
|
function Ii(s) {
|
|
491
|
+
Ei(s, "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}}');
|
|
492
|
+
}
|
|
493
|
+
function Ri(s) {
|
|
494
494
|
let e;
|
|
495
495
|
function n(l, f) {
|
|
496
496
|
if (
|
|
497
497
|
/*isMobile*/
|
|
498
|
-
l[
|
|
498
|
+
l[62]
|
|
499
499
|
)
|
|
500
|
-
return
|
|
500
|
+
return Xi;
|
|
501
501
|
if (
|
|
502
502
|
/*sessionId*/
|
|
503
|
-
l[
|
|
503
|
+
l[60] && /*cmsendpoint*/
|
|
504
504
|
l[0] && /*env*/
|
|
505
505
|
l[1]
|
|
506
506
|
)
|
|
507
|
-
return
|
|
507
|
+
return Wi;
|
|
508
508
|
}
|
|
509
509
|
let t = n(s), u = t && t(s);
|
|
510
510
|
return {
|
|
511
511
|
c() {
|
|
512
|
-
e =
|
|
513
|
-
(s[
|
|
512
|
+
e = p("section"), u && u.c(), ee(e, "class", "PlayerAccountPage " + /*isMobile*/
|
|
513
|
+
(s[62] ? "PlayerAccountMobilePage" : ""));
|
|
514
514
|
},
|
|
515
515
|
m(l, f) {
|
|
516
516
|
c(l, e, f), u && u.m(e, null);
|
|
@@ -523,11 +523,11 @@ function Ii(s) {
|
|
|
523
523
|
}
|
|
524
524
|
};
|
|
525
525
|
}
|
|
526
|
-
function
|
|
526
|
+
function Gi(s) {
|
|
527
527
|
let e;
|
|
528
528
|
return {
|
|
529
529
|
c() {
|
|
530
|
-
e =
|
|
530
|
+
e = p("div"), ee(e, "class", "ModalLoader");
|
|
531
531
|
},
|
|
532
532
|
m(n, t) {
|
|
533
533
|
c(n, e, t);
|
|
@@ -538,146 +538,146 @@ function Ri(s) {
|
|
|
538
538
|
}
|
|
539
539
|
};
|
|
540
540
|
}
|
|
541
|
-
function
|
|
541
|
+
function Wi(s) {
|
|
542
542
|
let e, n, t, u, l, f, h;
|
|
543
543
|
function _(o, w) {
|
|
544
544
|
if (
|
|
545
545
|
/*activeMenuItem*/
|
|
546
|
-
o[
|
|
547
|
-
o[
|
|
546
|
+
o[61] === /*widgetPath*/
|
|
547
|
+
o[65][0]
|
|
548
|
+
)
|
|
549
|
+
return fn;
|
|
550
|
+
if (
|
|
551
|
+
/*activeMenuItem*/
|
|
552
|
+
o[61] === /*widgetPath*/
|
|
553
|
+
o[65][1]
|
|
548
554
|
)
|
|
549
555
|
return un;
|
|
550
556
|
if (
|
|
551
557
|
/*activeMenuItem*/
|
|
552
|
-
o[
|
|
553
|
-
o[
|
|
558
|
+
o[61] === /*widgetPath*/
|
|
559
|
+
o[65][2]
|
|
554
560
|
)
|
|
555
561
|
return rn;
|
|
556
562
|
if (
|
|
557
563
|
/*activeMenuItem*/
|
|
558
|
-
o[
|
|
559
|
-
o[
|
|
564
|
+
o[61] === /*widgetPath*/
|
|
565
|
+
o[65][3]
|
|
560
566
|
)
|
|
561
567
|
return an;
|
|
562
568
|
if (
|
|
563
569
|
/*activeMenuItem*/
|
|
564
|
-
o[
|
|
565
|
-
o[
|
|
570
|
+
o[61] === /*widgetPath*/
|
|
571
|
+
o[65][4]
|
|
566
572
|
)
|
|
567
573
|
return ln;
|
|
568
574
|
if (
|
|
569
575
|
/*activeMenuItem*/
|
|
570
|
-
o[
|
|
571
|
-
o[
|
|
576
|
+
o[61] === /*widgetPath*/
|
|
577
|
+
o[65][5]
|
|
572
578
|
)
|
|
573
579
|
return on;
|
|
574
580
|
if (
|
|
575
581
|
/*activeMenuItem*/
|
|
576
|
-
o[
|
|
577
|
-
o[
|
|
582
|
+
o[61] == /*widgetPath*/
|
|
583
|
+
o[65][6]
|
|
578
584
|
)
|
|
579
585
|
return tn;
|
|
580
586
|
if (
|
|
581
587
|
/*activeMenuItem*/
|
|
582
|
-
o[
|
|
583
|
-
o[
|
|
588
|
+
o[61] === /*widgetPath*/
|
|
589
|
+
o[65][7]
|
|
584
590
|
)
|
|
585
591
|
return sn;
|
|
586
592
|
if (
|
|
587
593
|
/*activeMenuItem*/
|
|
588
|
-
o[
|
|
589
|
-
o[
|
|
594
|
+
o[61] === /*widgetPath*/
|
|
595
|
+
o[65][8]
|
|
590
596
|
)
|
|
591
597
|
return nn;
|
|
592
598
|
if (
|
|
593
599
|
/*activeMenuItem*/
|
|
594
|
-
o[
|
|
595
|
-
o[
|
|
600
|
+
o[61] === /*widgetPath*/
|
|
601
|
+
o[65][9]
|
|
596
602
|
)
|
|
597
603
|
return en;
|
|
598
604
|
if (
|
|
599
605
|
/*activeMenuItem*/
|
|
600
|
-
o[
|
|
601
|
-
o[
|
|
606
|
+
o[61] === /*widgetPath*/
|
|
607
|
+
o[65][10]
|
|
602
608
|
)
|
|
603
609
|
return xi;
|
|
604
610
|
if (
|
|
605
611
|
/*activeMenuItem*/
|
|
606
|
-
o[
|
|
607
|
-
o[
|
|
612
|
+
o[61] === /*widgetPath*/
|
|
613
|
+
o[65][11]
|
|
608
614
|
)
|
|
609
615
|
return $i;
|
|
610
616
|
if (
|
|
611
617
|
/*activeMenuItem*/
|
|
612
|
-
o[
|
|
613
|
-
o[
|
|
618
|
+
o[61] === /*widgetPath*/
|
|
619
|
+
o[65][12]
|
|
614
620
|
)
|
|
615
621
|
return Yi;
|
|
616
622
|
if (
|
|
617
623
|
/*activeMenuItem*/
|
|
618
|
-
o[
|
|
619
|
-
o[
|
|
624
|
+
o[61] === /*widgetPath*/
|
|
625
|
+
o[65][13]
|
|
620
626
|
)
|
|
621
627
|
return Ki;
|
|
622
628
|
if (
|
|
623
629
|
/*activeMenuItem*/
|
|
624
|
-
o[
|
|
625
|
-
o[
|
|
630
|
+
o[61] === /*widgetPath*/
|
|
631
|
+
o[65][14]
|
|
626
632
|
)
|
|
627
633
|
return Zi;
|
|
628
634
|
if (
|
|
629
635
|
/*activeMenuItem*/
|
|
630
|
-
o[
|
|
631
|
-
o[
|
|
636
|
+
o[61] === /*widgetPath*/
|
|
637
|
+
o[65][15]
|
|
632
638
|
)
|
|
633
639
|
return Vi;
|
|
634
640
|
if (
|
|
635
641
|
/*activeMenuItem*/
|
|
636
|
-
o[
|
|
637
|
-
o[
|
|
642
|
+
o[61] === /*widgetPath*/
|
|
643
|
+
o[65][16]
|
|
638
644
|
)
|
|
639
645
|
return Hi;
|
|
640
646
|
if (
|
|
641
647
|
/*activeMenuItem*/
|
|
642
|
-
o[
|
|
643
|
-
o[
|
|
648
|
+
o[61] === /*widgetPath*/
|
|
649
|
+
o[65][17]
|
|
644
650
|
)
|
|
645
651
|
return Fi;
|
|
646
652
|
if (
|
|
647
653
|
/*activeMenuItem*/
|
|
648
|
-
o[
|
|
649
|
-
o[
|
|
654
|
+
o[61] === /*widgetPath*/
|
|
655
|
+
o[65][18]
|
|
650
656
|
)
|
|
651
657
|
return Bi;
|
|
652
658
|
if (
|
|
653
659
|
/*activeMenuItem*/
|
|
654
|
-
o[
|
|
655
|
-
o[
|
|
660
|
+
o[61] === /*widgetPath*/
|
|
661
|
+
o[65][19]
|
|
656
662
|
)
|
|
657
663
|
return Qi;
|
|
658
664
|
if (
|
|
659
665
|
/*activeMenuItem*/
|
|
660
|
-
o[
|
|
661
|
-
o[
|
|
666
|
+
o[61] === /*widgetPath*/
|
|
667
|
+
o[65][20]
|
|
662
668
|
)
|
|
663
669
|
return qi;
|
|
664
670
|
if (
|
|
665
671
|
/*activeMenuItem*/
|
|
666
|
-
o[
|
|
667
|
-
o[
|
|
672
|
+
o[61] === /*widgetPath*/
|
|
673
|
+
o[65][21]
|
|
668
674
|
)
|
|
669
675
|
return Ji;
|
|
670
|
-
if (
|
|
671
|
-
/*activeMenuItem*/
|
|
672
|
-
o[60] === /*widgetPath*/
|
|
673
|
-
o[64][21]
|
|
674
|
-
)
|
|
675
|
-
return Xi;
|
|
676
676
|
}
|
|
677
677
|
let g = _(s), a = g && g(s);
|
|
678
678
|
return {
|
|
679
679
|
c() {
|
|
680
|
-
e =
|
|
680
|
+
e = p("nav"), n = p("player-account-menu-nd"), t = x(), u = p("main"), a && a.c(), l = x(), f = p("aside"), h = p("player-account-notifications"), i(
|
|
681
681
|
n,
|
|
682
682
|
"endpoint",
|
|
683
683
|
/*endpoint*/
|
|
@@ -706,7 +706,7 @@ function Gi(s) {
|
|
|
706
706
|
n,
|
|
707
707
|
"activemenuitem",
|
|
708
708
|
/*activeMenuItem*/
|
|
709
|
-
s[
|
|
709
|
+
s[61]
|
|
710
710
|
), i(
|
|
711
711
|
n,
|
|
712
712
|
"cmsendpoint",
|
|
@@ -716,7 +716,7 @@ function Gi(s) {
|
|
|
716
716
|
n,
|
|
717
717
|
"selecteditem",
|
|
718
718
|
/*selected*/
|
|
719
|
-
s[
|
|
719
|
+
s[64]
|
|
720
720
|
), i(
|
|
721
721
|
n,
|
|
722
722
|
"userroles",
|
|
@@ -819,11 +819,11 @@ function Gi(s) {
|
|
|
819
819
|
/*env*/
|
|
820
820
|
o[1]
|
|
821
821
|
), w[1] & /*activeMenuItem*/
|
|
822
|
-
|
|
822
|
+
1073741824 && i(
|
|
823
823
|
n,
|
|
824
824
|
"activemenuitem",
|
|
825
825
|
/*activeMenuItem*/
|
|
826
|
-
o[
|
|
826
|
+
o[61]
|
|
827
827
|
), w[0] & /*cmsendpoint*/
|
|
828
828
|
1 && i(
|
|
829
829
|
n,
|
|
@@ -915,150 +915,150 @@ function Gi(s) {
|
|
|
915
915
|
}
|
|
916
916
|
};
|
|
917
917
|
}
|
|
918
|
-
function
|
|
918
|
+
function Xi(s) {
|
|
919
919
|
let e;
|
|
920
920
|
function n(l, f) {
|
|
921
921
|
if (!/*activeMenuItem*/
|
|
922
|
-
l[
|
|
922
|
+
l[61])
|
|
923
|
+
return Tn;
|
|
924
|
+
if (
|
|
925
|
+
/*activeMenuItem*/
|
|
926
|
+
l[61] === /*widgetPath*/
|
|
927
|
+
l[65][0]
|
|
928
|
+
)
|
|
923
929
|
return jn;
|
|
924
930
|
if (
|
|
925
931
|
/*activeMenuItem*/
|
|
926
|
-
l[
|
|
927
|
-
l[
|
|
932
|
+
l[61] === /*widgetPath*/
|
|
933
|
+
l[65][1]
|
|
928
934
|
)
|
|
929
935
|
return Nn;
|
|
930
936
|
if (
|
|
931
937
|
/*activeMenuItem*/
|
|
932
|
-
l[
|
|
933
|
-
l[
|
|
938
|
+
l[61] === /*widgetPath*/
|
|
939
|
+
l[65][2]
|
|
934
940
|
)
|
|
935
941
|
return zn;
|
|
936
942
|
if (
|
|
937
943
|
/*activeMenuItem*/
|
|
938
|
-
l[
|
|
939
|
-
l[
|
|
944
|
+
l[61] === /*widgetPath*/
|
|
945
|
+
l[65][3]
|
|
940
946
|
)
|
|
941
947
|
return Un;
|
|
942
948
|
if (
|
|
943
949
|
/*activeMenuItem*/
|
|
944
|
-
l[
|
|
945
|
-
l[
|
|
950
|
+
l[61] === /*widgetPath*/
|
|
951
|
+
l[65][4]
|
|
946
952
|
)
|
|
947
953
|
return On;
|
|
948
954
|
if (
|
|
949
955
|
/*activeMenuItem*/
|
|
950
|
-
l[
|
|
951
|
-
l[
|
|
956
|
+
l[61] === /*widgetPath*/
|
|
957
|
+
l[65][5]
|
|
952
958
|
)
|
|
953
959
|
return An;
|
|
954
960
|
if (
|
|
955
961
|
/*activeMenuItem*/
|
|
956
|
-
l[
|
|
957
|
-
l[
|
|
962
|
+
l[61] === /*widgetPath*/
|
|
963
|
+
l[65][6]
|
|
958
964
|
)
|
|
959
965
|
return Mn;
|
|
960
966
|
if (
|
|
961
967
|
/*activeMenuItem*/
|
|
962
|
-
l[
|
|
963
|
-
l[
|
|
968
|
+
l[61] === /*widgetPath*/
|
|
969
|
+
l[65][7]
|
|
964
970
|
)
|
|
965
971
|
return Ln;
|
|
966
972
|
if (
|
|
967
973
|
/*activeMenuItem*/
|
|
968
|
-
l[
|
|
969
|
-
l[
|
|
974
|
+
l[61] === /*widgetPath*/
|
|
975
|
+
l[65][8]
|
|
970
976
|
)
|
|
971
977
|
return Dn;
|
|
972
978
|
if (
|
|
973
979
|
/*activeMenuItem*/
|
|
974
|
-
l[
|
|
975
|
-
l[
|
|
980
|
+
l[61] === /*widgetPath*/
|
|
981
|
+
l[65][9]
|
|
976
982
|
)
|
|
977
983
|
return Pn;
|
|
978
984
|
if (
|
|
979
985
|
/*activeMenuItem*/
|
|
980
|
-
l[
|
|
981
|
-
l[
|
|
986
|
+
l[61] === /*widgetPath*/
|
|
987
|
+
l[65][10]
|
|
982
988
|
)
|
|
983
989
|
return En;
|
|
984
990
|
if (
|
|
985
991
|
/*activeMenuItem*/
|
|
986
|
-
l[
|
|
987
|
-
l[
|
|
992
|
+
l[61] === /*widgetPath*/
|
|
993
|
+
l[65][11]
|
|
988
994
|
)
|
|
989
995
|
return vn;
|
|
990
996
|
if (
|
|
991
997
|
/*activeMenuItem*/
|
|
992
|
-
l[
|
|
993
|
-
l[
|
|
998
|
+
l[61] === /*widgetPath*/
|
|
999
|
+
l[65][12]
|
|
994
1000
|
)
|
|
995
1001
|
return Sn;
|
|
996
1002
|
if (
|
|
997
1003
|
/*activeMenuItem*/
|
|
998
|
-
l[
|
|
999
|
-
l[
|
|
1004
|
+
l[61] === /*widgetPath*/
|
|
1005
|
+
l[65][13]
|
|
1000
1006
|
)
|
|
1001
1007
|
return Cn;
|
|
1002
1008
|
if (
|
|
1003
1009
|
/*activeMenuItem*/
|
|
1004
|
-
l[
|
|
1005
|
-
l[
|
|
1010
|
+
l[61] === /*widgetPath*/
|
|
1011
|
+
l[65][14]
|
|
1006
1012
|
)
|
|
1007
1013
|
return kn;
|
|
1008
1014
|
if (
|
|
1009
1015
|
/*activeMenuItem*/
|
|
1010
|
-
l[
|
|
1011
|
-
l[
|
|
1016
|
+
l[61] === /*widgetPath*/
|
|
1017
|
+
l[65][15]
|
|
1012
1018
|
)
|
|
1013
1019
|
return yn;
|
|
1014
1020
|
if (
|
|
1015
1021
|
/*activeMenuItem*/
|
|
1016
|
-
l[
|
|
1017
|
-
l[
|
|
1022
|
+
l[61] === /*widgetPath*/
|
|
1023
|
+
l[65][16]
|
|
1018
1024
|
)
|
|
1019
1025
|
return bn;
|
|
1020
1026
|
if (
|
|
1021
1027
|
/*activeMenuItem*/
|
|
1022
|
-
l[
|
|
1023
|
-
l[
|
|
1028
|
+
l[61] === /*widgetPath*/
|
|
1029
|
+
l[65][17]
|
|
1024
1030
|
)
|
|
1025
1031
|
return _n;
|
|
1026
1032
|
if (
|
|
1027
1033
|
/*activeMenuItem*/
|
|
1028
|
-
l[
|
|
1029
|
-
l[
|
|
1034
|
+
l[61] === /*widgetPath*/
|
|
1035
|
+
l[65][18]
|
|
1030
1036
|
)
|
|
1031
1037
|
return wn;
|
|
1032
1038
|
if (
|
|
1033
1039
|
/*activeMenuItem*/
|
|
1034
|
-
l[
|
|
1035
|
-
l[
|
|
1040
|
+
l[61] === /*widgetPath*/
|
|
1041
|
+
l[65][19]
|
|
1036
1042
|
)
|
|
1037
1043
|
return gn;
|
|
1038
1044
|
if (
|
|
1039
1045
|
/*activeMenuItem*/
|
|
1040
|
-
l[
|
|
1041
|
-
l[
|
|
1046
|
+
l[61] === /*widgetPath*/
|
|
1047
|
+
l[65][20]
|
|
1042
1048
|
)
|
|
1043
1049
|
return hn;
|
|
1044
1050
|
if (
|
|
1045
1051
|
/*activeMenuItem*/
|
|
1046
|
-
l[
|
|
1047
|
-
l[
|
|
1052
|
+
l[61] === /*widgetPath*/
|
|
1053
|
+
l[65][21]
|
|
1048
1054
|
)
|
|
1049
1055
|
return pn;
|
|
1050
1056
|
if (
|
|
1051
1057
|
/*activeMenuItem*/
|
|
1052
|
-
l[
|
|
1053
|
-
l[
|
|
1058
|
+
l[61] === /*widgetPath*/
|
|
1059
|
+
l[65][22]
|
|
1054
1060
|
)
|
|
1055
1061
|
return dn;
|
|
1056
|
-
if (
|
|
1057
|
-
/*activeMenuItem*/
|
|
1058
|
-
l[60] === /*widgetPath*/
|
|
1059
|
-
l[64][22]
|
|
1060
|
-
)
|
|
1061
|
-
return cn;
|
|
1062
1062
|
}
|
|
1063
1063
|
let t = n(s), u = t && t(s);
|
|
1064
1064
|
return {
|
|
@@ -1076,11 +1076,11 @@ function Wi(s) {
|
|
|
1076
1076
|
}
|
|
1077
1077
|
};
|
|
1078
1078
|
}
|
|
1079
|
-
function
|
|
1079
|
+
function Ji(s) {
|
|
1080
1080
|
let e;
|
|
1081
1081
|
return {
|
|
1082
1082
|
c() {
|
|
1083
|
-
e =
|
|
1083
|
+
e = p("player-account-transactions-history"), i(
|
|
1084
1084
|
e,
|
|
1085
1085
|
"endpoint",
|
|
1086
1086
|
/*endpoint*/
|
|
@@ -1099,22 +1099,22 @@ function Xi(s) {
|
|
|
1099
1099
|
e,
|
|
1100
1100
|
"historytypes",
|
|
1101
1101
|
/*historytypes*/
|
|
1102
|
-
s[
|
|
1102
|
+
s[46]
|
|
1103
1103
|
), i(
|
|
1104
1104
|
e,
|
|
1105
1105
|
"pagesizeoptions",
|
|
1106
1106
|
/*pagesizeoptions*/
|
|
1107
|
-
s[
|
|
1107
|
+
s[47]
|
|
1108
1108
|
), i(
|
|
1109
1109
|
e,
|
|
1110
1110
|
"defaultpagesize",
|
|
1111
1111
|
/*defaultpagesize*/
|
|
1112
|
-
s[
|
|
1112
|
+
s[48]
|
|
1113
1113
|
), i(
|
|
1114
1114
|
e,
|
|
1115
1115
|
"dateformat",
|
|
1116
1116
|
/*dateformat*/
|
|
1117
|
-
s[
|
|
1117
|
+
s[49]
|
|
1118
1118
|
), i(
|
|
1119
1119
|
e,
|
|
1120
1120
|
"playercurrency",
|
|
@@ -1124,7 +1124,7 @@ function Xi(s) {
|
|
|
1124
1124
|
e,
|
|
1125
1125
|
"formatamount",
|
|
1126
1126
|
/*limitformat*/
|
|
1127
|
-
s[
|
|
1127
|
+
s[45]
|
|
1128
1128
|
), i(
|
|
1129
1129
|
e,
|
|
1130
1130
|
"customcurrencysymbols",
|
|
@@ -1175,29 +1175,29 @@ function Xi(s) {
|
|
|
1175
1175
|
/*session*/
|
|
1176
1176
|
n[4]
|
|
1177
1177
|
), t[1] & /*historytypes*/
|
|
1178
|
-
|
|
1178
|
+
32768 && i(
|
|
1179
1179
|
e,
|
|
1180
1180
|
"historytypes",
|
|
1181
1181
|
/*historytypes*/
|
|
1182
|
-
n[
|
|
1182
|
+
n[46]
|
|
1183
1183
|
), t[1] & /*pagesizeoptions*/
|
|
1184
|
-
|
|
1184
|
+
65536 && i(
|
|
1185
1185
|
e,
|
|
1186
1186
|
"pagesizeoptions",
|
|
1187
1187
|
/*pagesizeoptions*/
|
|
1188
|
-
n[
|
|
1188
|
+
n[47]
|
|
1189
1189
|
), t[1] & /*defaultpagesize*/
|
|
1190
|
-
|
|
1190
|
+
131072 && i(
|
|
1191
1191
|
e,
|
|
1192
1192
|
"defaultpagesize",
|
|
1193
1193
|
/*defaultpagesize*/
|
|
1194
|
-
n[
|
|
1194
|
+
n[48]
|
|
1195
1195
|
), t[1] & /*dateformat*/
|
|
1196
|
-
|
|
1196
|
+
262144 && i(
|
|
1197
1197
|
e,
|
|
1198
1198
|
"dateformat",
|
|
1199
1199
|
/*dateformat*/
|
|
1200
|
-
n[
|
|
1200
|
+
n[49]
|
|
1201
1201
|
), t[0] & /*currency*/
|
|
1202
1202
|
2097152 && i(
|
|
1203
1203
|
e,
|
|
@@ -1205,11 +1205,11 @@ function Xi(s) {
|
|
|
1205
1205
|
/*currency*/
|
|
1206
1206
|
n[21]
|
|
1207
1207
|
), t[1] & /*limitformat*/
|
|
1208
|
-
|
|
1208
|
+
16384 && i(
|
|
1209
1209
|
e,
|
|
1210
1210
|
"formatamount",
|
|
1211
1211
|
/*limitformat*/
|
|
1212
|
-
n[
|
|
1212
|
+
n[45]
|
|
1213
1213
|
), t[0] & /*customcurrencysymbols*/
|
|
1214
1214
|
1048576 && i(
|
|
1215
1215
|
e,
|
|
@@ -1247,11 +1247,11 @@ function Xi(s) {
|
|
|
1247
1247
|
}
|
|
1248
1248
|
};
|
|
1249
1249
|
}
|
|
1250
|
-
function
|
|
1250
|
+
function qi(s) {
|
|
1251
1251
|
let e;
|
|
1252
1252
|
return {
|
|
1253
1253
|
c() {
|
|
1254
|
-
e =
|
|
1254
|
+
e = p("user-transaction-history"), i(
|
|
1255
1255
|
e,
|
|
1256
1256
|
"endpoint",
|
|
1257
1257
|
/*endpoint*/
|
|
@@ -1270,12 +1270,12 @@ function Ji(s) {
|
|
|
1270
1270
|
e,
|
|
1271
1271
|
"dateformat",
|
|
1272
1272
|
/*dateformat*/
|
|
1273
|
-
s[
|
|
1273
|
+
s[49]
|
|
1274
1274
|
), i(
|
|
1275
1275
|
e,
|
|
1276
1276
|
"mobile",
|
|
1277
1277
|
/*isMobile*/
|
|
1278
|
-
s[
|
|
1278
|
+
s[62]
|
|
1279
1279
|
), i(
|
|
1280
1280
|
e,
|
|
1281
1281
|
"translation-url",
|
|
@@ -1311,11 +1311,11 @@ function Ji(s) {
|
|
|
1311
1311
|
/*session*/
|
|
1312
1312
|
n[4]
|
|
1313
1313
|
), t[1] & /*dateformat*/
|
|
1314
|
-
|
|
1314
|
+
262144 && i(
|
|
1315
1315
|
e,
|
|
1316
1316
|
"dateformat",
|
|
1317
1317
|
/*dateformat*/
|
|
1318
|
-
n[
|
|
1318
|
+
n[49]
|
|
1319
1319
|
), t[0] & /*translationurl*/
|
|
1320
1320
|
67108864 && i(
|
|
1321
1321
|
e,
|
|
@@ -1335,11 +1335,11 @@ function Ji(s) {
|
|
|
1335
1335
|
}
|
|
1336
1336
|
};
|
|
1337
1337
|
}
|
|
1338
|
-
function
|
|
1338
|
+
function Qi(s) {
|
|
1339
1339
|
let e, n, t, u, l, f, h, _, g;
|
|
1340
1340
|
return {
|
|
1341
1341
|
c() {
|
|
1342
|
-
e =
|
|
1342
|
+
e = p("user-deposit-withdrawal"), i(
|
|
1343
1343
|
e,
|
|
1344
1344
|
"endpoint",
|
|
1345
1345
|
/*endpoint*/
|
|
@@ -1348,7 +1348,7 @@ function qi(s) {
|
|
|
1348
1348
|
e,
|
|
1349
1349
|
"channel",
|
|
1350
1350
|
/*channel*/
|
|
1351
|
-
s[
|
|
1351
|
+
s[63]
|
|
1352
1352
|
), i(
|
|
1353
1353
|
e,
|
|
1354
1354
|
"language",
|
|
@@ -1368,7 +1368,7 @@ function qi(s) {
|
|
|
1368
1368
|
e,
|
|
1369
1369
|
"show-bonus-selection-input",
|
|
1370
1370
|
/*showcashierbonus*/
|
|
1371
|
-
s[
|
|
1371
|
+
s[42]
|
|
1372
1372
|
), i(
|
|
1373
1373
|
e,
|
|
1374
1374
|
"product-type",
|
|
@@ -1400,7 +1400,7 @@ function qi(s) {
|
|
|
1400
1400
|
s[6] + /*homeurl*/
|
|
1401
1401
|
s[38]), i(e, "deposit-url", g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1402
1402
|
s[6] + /*depositurl*/
|
|
1403
|
-
s[
|
|
1403
|
+
s[41]), i(
|
|
1404
1404
|
e,
|
|
1405
1405
|
"client-styling",
|
|
1406
1406
|
/*clientstyling*/
|
|
@@ -1446,11 +1446,11 @@ function qi(s) {
|
|
|
1446
1446
|
/*currency*/
|
|
1447
1447
|
a[21]
|
|
1448
1448
|
), o[1] & /*showcashierbonus*/
|
|
1449
|
-
|
|
1449
|
+
2048 && i(
|
|
1450
1450
|
e,
|
|
1451
1451
|
"show-bonus-selection-input",
|
|
1452
1452
|
/*showcashierbonus*/
|
|
1453
|
-
a[
|
|
1453
|
+
a[42]
|
|
1454
1454
|
), o[1] & /*producttype*/
|
|
1455
1455
|
1 && i(
|
|
1456
1456
|
e,
|
|
@@ -1499,9 +1499,9 @@ function qi(s) {
|
|
|
1499
1499
|
a[6] + /*homeurl*/
|
|
1500
1500
|
a[38]) && i(e, "home-url", _), o[0] & /*lang*/
|
|
1501
1501
|
64 | o[1] & /*depositurl*/
|
|
1502
|
-
|
|
1502
|
+
1024 && g !== (g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1503
1503
|
a[6] + /*depositurl*/
|
|
1504
|
-
a[
|
|
1504
|
+
a[41]) && i(e, "deposit-url", g), o[0] & /*clientstyling*/
|
|
1505
1505
|
8388608 && i(
|
|
1506
1506
|
e,
|
|
1507
1507
|
"client-styling",
|
|
@@ -1526,11 +1526,11 @@ function qi(s) {
|
|
|
1526
1526
|
}
|
|
1527
1527
|
};
|
|
1528
1528
|
}
|
|
1529
|
-
function
|
|
1529
|
+
function Bi(s) {
|
|
1530
1530
|
let e, n, t, u, l, f, h, _, g;
|
|
1531
1531
|
return {
|
|
1532
1532
|
c() {
|
|
1533
|
-
e =
|
|
1533
|
+
e = p("user-deposit-withdrawal"), i(
|
|
1534
1534
|
e,
|
|
1535
1535
|
"endpoint",
|
|
1536
1536
|
/*endpoint*/
|
|
@@ -1539,7 +1539,7 @@ function Qi(s) {
|
|
|
1539
1539
|
e,
|
|
1540
1540
|
"channel",
|
|
1541
1541
|
/*channel*/
|
|
1542
|
-
s[
|
|
1542
|
+
s[63]
|
|
1543
1543
|
), i(
|
|
1544
1544
|
e,
|
|
1545
1545
|
"language",
|
|
@@ -1559,7 +1559,7 @@ function Qi(s) {
|
|
|
1559
1559
|
e,
|
|
1560
1560
|
"show-bonus-selection-input",
|
|
1561
1561
|
/*showcashierbonus*/
|
|
1562
|
-
s[
|
|
1562
|
+
s[42]
|
|
1563
1563
|
), i(
|
|
1564
1564
|
e,
|
|
1565
1565
|
"product-type",
|
|
@@ -1591,7 +1591,7 @@ function Qi(s) {
|
|
|
1591
1591
|
s[6] + /*homeurl*/
|
|
1592
1592
|
s[38]), i(e, "deposit-url", g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1593
1593
|
s[6] + /*depositurl*/
|
|
1594
|
-
s[
|
|
1594
|
+
s[41]), i(
|
|
1595
1595
|
e,
|
|
1596
1596
|
"client-styling",
|
|
1597
1597
|
/*clientstyling*/
|
|
@@ -1637,11 +1637,11 @@ function Qi(s) {
|
|
|
1637
1637
|
/*currency*/
|
|
1638
1638
|
a[21]
|
|
1639
1639
|
), o[1] & /*showcashierbonus*/
|
|
1640
|
-
|
|
1640
|
+
2048 && i(
|
|
1641
1641
|
e,
|
|
1642
1642
|
"show-bonus-selection-input",
|
|
1643
1643
|
/*showcashierbonus*/
|
|
1644
|
-
a[
|
|
1644
|
+
a[42]
|
|
1645
1645
|
), o[1] & /*producttype*/
|
|
1646
1646
|
1 && i(
|
|
1647
1647
|
e,
|
|
@@ -1690,9 +1690,9 @@ function Qi(s) {
|
|
|
1690
1690
|
a[6] + /*homeurl*/
|
|
1691
1691
|
a[38]) && i(e, "home-url", _), o[0] & /*lang*/
|
|
1692
1692
|
64 | o[1] & /*depositurl*/
|
|
1693
|
-
|
|
1693
|
+
1024 && g !== (g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
1694
1694
|
a[6] + /*depositurl*/
|
|
1695
|
-
a[
|
|
1695
|
+
a[41]) && i(e, "deposit-url", g), o[0] & /*clientstyling*/
|
|
1696
1696
|
8388608 && i(
|
|
1697
1697
|
e,
|
|
1698
1698
|
"client-styling",
|
|
@@ -1717,11 +1717,11 @@ function Qi(s) {
|
|
|
1717
1717
|
}
|
|
1718
1718
|
};
|
|
1719
1719
|
}
|
|
1720
|
-
function
|
|
1720
|
+
function Fi(s) {
|
|
1721
1721
|
let e;
|
|
1722
1722
|
return {
|
|
1723
1723
|
c() {
|
|
1724
|
-
e =
|
|
1724
|
+
e = p("player-kyc-verification"), i(
|
|
1725
1725
|
e,
|
|
1726
1726
|
"endpoint",
|
|
1727
1727
|
/*endpoint*/
|
|
@@ -1822,11 +1822,11 @@ function Bi(s) {
|
|
|
1822
1822
|
}
|
|
1823
1823
|
};
|
|
1824
1824
|
}
|
|
1825
|
-
function
|
|
1825
|
+
function Hi(s) {
|
|
1826
1826
|
let e;
|
|
1827
1827
|
return {
|
|
1828
1828
|
c() {
|
|
1829
|
-
e =
|
|
1829
|
+
e = p("player-account-gaming-limits-wrapper-2-nd"), i(
|
|
1830
1830
|
e,
|
|
1831
1831
|
"endpoint",
|
|
1832
1832
|
/*endpoint*/
|
|
@@ -1915,7 +1915,7 @@ function Fi(s) {
|
|
|
1915
1915
|
e,
|
|
1916
1916
|
"limitformat",
|
|
1917
1917
|
/*limitformat*/
|
|
1918
|
-
s[
|
|
1918
|
+
s[45]
|
|
1919
1919
|
);
|
|
1920
1920
|
},
|
|
1921
1921
|
m(n, t) {
|
|
@@ -2025,11 +2025,11 @@ function Fi(s) {
|
|
|
2025
2025
|
/*mbsource*/
|
|
2026
2026
|
n[25]
|
|
2027
2027
|
), t[1] & /*limitformat*/
|
|
2028
|
-
|
|
2028
|
+
16384 && i(
|
|
2029
2029
|
e,
|
|
2030
2030
|
"limitformat",
|
|
2031
2031
|
/*limitformat*/
|
|
2032
|
-
n[
|
|
2032
|
+
n[45]
|
|
2033
2033
|
);
|
|
2034
2034
|
},
|
|
2035
2035
|
d(n) {
|
|
@@ -2037,11 +2037,11 @@ function Fi(s) {
|
|
|
2037
2037
|
}
|
|
2038
2038
|
};
|
|
2039
2039
|
}
|
|
2040
|
-
function
|
|
2040
|
+
function Vi(s) {
|
|
2041
2041
|
let e;
|
|
2042
2042
|
return {
|
|
2043
2043
|
c() {
|
|
2044
|
-
e =
|
|
2044
|
+
e = p("player-account-betting-history"), i(
|
|
2045
2045
|
e,
|
|
2046
2046
|
"endpoint",
|
|
2047
2047
|
/*endpoint*/
|
|
@@ -2142,11 +2142,11 @@ function Hi(s) {
|
|
|
2142
2142
|
}
|
|
2143
2143
|
};
|
|
2144
2144
|
}
|
|
2145
|
-
function
|
|
2145
|
+
function Zi(s) {
|
|
2146
2146
|
let e;
|
|
2147
2147
|
return {
|
|
2148
2148
|
c() {
|
|
2149
|
-
e =
|
|
2149
|
+
e = p("player-transaction-history"), i(
|
|
2150
2150
|
e,
|
|
2151
2151
|
"endpoint",
|
|
2152
2152
|
/*endpoint*/
|
|
@@ -2247,11 +2247,11 @@ function Vi(s) {
|
|
|
2247
2247
|
}
|
|
2248
2248
|
};
|
|
2249
2249
|
}
|
|
2250
|
-
function
|
|
2250
|
+
function Ki(s) {
|
|
2251
2251
|
let e;
|
|
2252
2252
|
return {
|
|
2253
2253
|
c() {
|
|
2254
|
-
e =
|
|
2254
|
+
e = p("player-pending-withdrawals"), i(
|
|
2255
2255
|
e,
|
|
2256
2256
|
"endpoint",
|
|
2257
2257
|
/*endpoint*/
|
|
@@ -2352,11 +2352,11 @@ function Zi(s) {
|
|
|
2352
2352
|
}
|
|
2353
2353
|
};
|
|
2354
2354
|
}
|
|
2355
|
-
function
|
|
2355
|
+
function Yi(s) {
|
|
2356
2356
|
let e;
|
|
2357
2357
|
return {
|
|
2358
2358
|
c() {
|
|
2359
|
-
e =
|
|
2359
|
+
e = p("player-withdrawal"), i(
|
|
2360
2360
|
e,
|
|
2361
2361
|
"endpoint",
|
|
2362
2362
|
/*endpoint*/
|
|
@@ -2479,11 +2479,11 @@ function Ki(s) {
|
|
|
2479
2479
|
}
|
|
2480
2480
|
};
|
|
2481
2481
|
}
|
|
2482
|
-
function
|
|
2482
|
+
function $i(s) {
|
|
2483
2483
|
let e;
|
|
2484
2484
|
return {
|
|
2485
2485
|
c() {
|
|
2486
|
-
e =
|
|
2486
|
+
e = p("player-deposit"), i(
|
|
2487
2487
|
e,
|
|
2488
2488
|
"endpoint",
|
|
2489
2489
|
/*endpoint*/
|
|
@@ -2606,11 +2606,11 @@ function Yi(s) {
|
|
|
2606
2606
|
}
|
|
2607
2607
|
};
|
|
2608
2608
|
}
|
|
2609
|
-
function
|
|
2609
|
+
function xi(s) {
|
|
2610
2610
|
let e;
|
|
2611
2611
|
return {
|
|
2612
2612
|
c() {
|
|
2613
|
-
e =
|
|
2613
|
+
e = p("player-gaming-history"), i(
|
|
2614
2614
|
e,
|
|
2615
2615
|
"endpoint",
|
|
2616
2616
|
/*endpoint*/
|
|
@@ -2634,7 +2634,7 @@ function $i(s) {
|
|
|
2634
2634
|
e,
|
|
2635
2635
|
"dateformat",
|
|
2636
2636
|
/*dateformat*/
|
|
2637
|
-
s[
|
|
2637
|
+
s[49]
|
|
2638
2638
|
), i(
|
|
2639
2639
|
e,
|
|
2640
2640
|
"translationurl",
|
|
@@ -2691,11 +2691,11 @@ function $i(s) {
|
|
|
2691
2691
|
/*lang*/
|
|
2692
2692
|
n[6]
|
|
2693
2693
|
), t[1] & /*dateformat*/
|
|
2694
|
-
|
|
2694
|
+
262144 && i(
|
|
2695
2695
|
e,
|
|
2696
2696
|
"dateformat",
|
|
2697
2697
|
/*dateformat*/
|
|
2698
|
-
n[
|
|
2698
|
+
n[49]
|
|
2699
2699
|
), t[0] & /*translationurl*/
|
|
2700
2700
|
67108864 && i(
|
|
2701
2701
|
e,
|
|
@@ -2733,11 +2733,11 @@ function $i(s) {
|
|
|
2733
2733
|
}
|
|
2734
2734
|
};
|
|
2735
2735
|
}
|
|
2736
|
-
function
|
|
2736
|
+
function en(s) {
|
|
2737
2737
|
let e;
|
|
2738
2738
|
return {
|
|
2739
2739
|
c() {
|
|
2740
|
-
e =
|
|
2740
|
+
e = p("player-bonus-history"), i(
|
|
2741
2741
|
e,
|
|
2742
2742
|
"endpoint",
|
|
2743
2743
|
/*endpoint*/
|
|
@@ -2756,12 +2756,12 @@ function xi(s) {
|
|
|
2756
2756
|
e,
|
|
2757
2757
|
"bonushistorystatus",
|
|
2758
2758
|
/*bonushistorystatus*/
|
|
2759
|
-
s[
|
|
2759
|
+
s[55]
|
|
2760
2760
|
), i(
|
|
2761
2761
|
e,
|
|
2762
2762
|
"bonushistorytype",
|
|
2763
2763
|
/*bonushistorytype*/
|
|
2764
|
-
s[
|
|
2764
|
+
s[56]
|
|
2765
2765
|
), i(
|
|
2766
2766
|
e,
|
|
2767
2767
|
"lang",
|
|
@@ -2771,7 +2771,7 @@ function xi(s) {
|
|
|
2771
2771
|
e,
|
|
2772
2772
|
"dateformat",
|
|
2773
2773
|
/*dateformat*/
|
|
2774
|
-
s[
|
|
2774
|
+
s[49]
|
|
2775
2775
|
), i(
|
|
2776
2776
|
e,
|
|
2777
2777
|
"translationurl",
|
|
@@ -2817,17 +2817,17 @@ function xi(s) {
|
|
|
2817
2817
|
/*playerid*/
|
|
2818
2818
|
n[3]
|
|
2819
2819
|
), t[1] & /*bonushistorystatus*/
|
|
2820
|
-
|
|
2820
|
+
16777216 && i(
|
|
2821
2821
|
e,
|
|
2822
2822
|
"bonushistorystatus",
|
|
2823
2823
|
/*bonushistorystatus*/
|
|
2824
|
-
n[
|
|
2824
|
+
n[55]
|
|
2825
2825
|
), t[1] & /*bonushistorytype*/
|
|
2826
|
-
|
|
2826
|
+
33554432 && i(
|
|
2827
2827
|
e,
|
|
2828
2828
|
"bonushistorytype",
|
|
2829
2829
|
/*bonushistorytype*/
|
|
2830
|
-
n[
|
|
2830
|
+
n[56]
|
|
2831
2831
|
), t[0] & /*lang*/
|
|
2832
2832
|
64 && i(
|
|
2833
2833
|
e,
|
|
@@ -2835,11 +2835,11 @@ function xi(s) {
|
|
|
2835
2835
|
/*lang*/
|
|
2836
2836
|
n[6]
|
|
2837
2837
|
), t[1] & /*dateformat*/
|
|
2838
|
-
|
|
2838
|
+
262144 && i(
|
|
2839
2839
|
e,
|
|
2840
2840
|
"dateformat",
|
|
2841
2841
|
/*dateformat*/
|
|
2842
|
-
n[
|
|
2842
|
+
n[49]
|
|
2843
2843
|
), t[0] & /*translationurl*/
|
|
2844
2844
|
67108864 && i(
|
|
2845
2845
|
e,
|
|
@@ -2871,11 +2871,11 @@ function xi(s) {
|
|
|
2871
2871
|
}
|
|
2872
2872
|
};
|
|
2873
2873
|
}
|
|
2874
|
-
function
|
|
2874
|
+
function nn(s) {
|
|
2875
2875
|
let e;
|
|
2876
2876
|
return {
|
|
2877
2877
|
c() {
|
|
2878
|
-
e =
|
|
2878
|
+
e = p("player-active-bonuses"), i(
|
|
2879
2879
|
e,
|
|
2880
2880
|
"endpoint",
|
|
2881
2881
|
/*endpoint*/
|
|
@@ -2899,7 +2899,7 @@ function en(s) {
|
|
|
2899
2899
|
e,
|
|
2900
2900
|
"dateformat",
|
|
2901
2901
|
/*dateformat*/
|
|
2902
|
-
s[
|
|
2902
|
+
s[49]
|
|
2903
2903
|
), i(
|
|
2904
2904
|
e,
|
|
2905
2905
|
"translationurl",
|
|
@@ -2956,11 +2956,11 @@ function en(s) {
|
|
|
2956
2956
|
/*lang*/
|
|
2957
2957
|
n[6]
|
|
2958
2958
|
), t[1] & /*dateformat*/
|
|
2959
|
-
|
|
2959
|
+
262144 && i(
|
|
2960
2960
|
e,
|
|
2961
2961
|
"dateformat",
|
|
2962
2962
|
/*dateformat*/
|
|
2963
|
-
n[
|
|
2963
|
+
n[49]
|
|
2964
2964
|
), t[0] & /*translationurl*/
|
|
2965
2965
|
67108864 && i(
|
|
2966
2966
|
e,
|
|
@@ -2998,15 +2998,15 @@ function en(s) {
|
|
|
2998
2998
|
}
|
|
2999
2999
|
};
|
|
3000
3000
|
}
|
|
3001
|
-
function
|
|
3001
|
+
function sn(s) {
|
|
3002
3002
|
let e;
|
|
3003
3003
|
return {
|
|
3004
3004
|
c() {
|
|
3005
|
-
e =
|
|
3005
|
+
e = p("player-account-self-exclusion-nd"), i(
|
|
3006
3006
|
e,
|
|
3007
3007
|
"hasconfirmationmodal",
|
|
3008
3008
|
/*cooloffhasconfirmation*/
|
|
3009
|
-
s[
|
|
3009
|
+
s[52]
|
|
3010
3010
|
), i(
|
|
3011
3011
|
e,
|
|
3012
3012
|
"userid",
|
|
@@ -3074,11 +3074,11 @@ function nn(s) {
|
|
|
3074
3074
|
},
|
|
3075
3075
|
p(n, t) {
|
|
3076
3076
|
t[1] & /*cooloffhasconfirmation*/
|
|
3077
|
-
|
|
3077
|
+
2097152 && i(
|
|
3078
3078
|
e,
|
|
3079
3079
|
"hasconfirmationmodal",
|
|
3080
3080
|
/*cooloffhasconfirmation*/
|
|
3081
|
-
n[
|
|
3081
|
+
n[52]
|
|
3082
3082
|
), t[0] & /*playerid*/
|
|
3083
3083
|
8 && i(
|
|
3084
3084
|
e,
|
|
@@ -3158,11 +3158,11 @@ function nn(s) {
|
|
|
3158
3158
|
}
|
|
3159
3159
|
};
|
|
3160
3160
|
}
|
|
3161
|
-
function
|
|
3161
|
+
function tn(s) {
|
|
3162
3162
|
let e, n, t;
|
|
3163
3163
|
return {
|
|
3164
3164
|
c() {
|
|
3165
|
-
e =
|
|
3165
|
+
e = p("player-account-gaming-limits"), i(
|
|
3166
3166
|
e,
|
|
3167
3167
|
"currency",
|
|
3168
3168
|
/*currency*/
|
|
@@ -3195,9 +3195,9 @@ function sn(s) {
|
|
|
3195
3195
|
);
|
|
3196
3196
|
},
|
|
3197
3197
|
m(u, l) {
|
|
3198
|
-
c(u, e, l), n || (t =
|
|
3198
|
+
c(u, e, l), n || (t = si(
|
|
3199
3199
|
/*sendLimitsData*/
|
|
3200
|
-
s[
|
|
3200
|
+
s[66].call(null, e)
|
|
3201
3201
|
), n = !0);
|
|
3202
3202
|
},
|
|
3203
3203
|
p(u, l) {
|
|
@@ -3244,11 +3244,11 @@ function sn(s) {
|
|
|
3244
3244
|
}
|
|
3245
3245
|
};
|
|
3246
3246
|
}
|
|
3247
|
-
function
|
|
3247
|
+
function on(s) {
|
|
3248
3248
|
let e;
|
|
3249
3249
|
return {
|
|
3250
3250
|
c() {
|
|
3251
|
-
e =
|
|
3251
|
+
e = p("player-account-product-restriction"), i(
|
|
3252
3252
|
e,
|
|
3253
3253
|
"lang",
|
|
3254
3254
|
/*lang*/
|
|
@@ -3272,22 +3272,27 @@ function tn(s) {
|
|
|
3272
3272
|
e,
|
|
3273
3273
|
"dateformat",
|
|
3274
3274
|
/*dateformat*/
|
|
3275
|
-
s[
|
|
3275
|
+
s[49]
|
|
3276
3276
|
), i(
|
|
3277
3277
|
e,
|
|
3278
3278
|
"baseurl",
|
|
3279
3279
|
/*baseurl*/
|
|
3280
3280
|
s[39]
|
|
3281
|
+
), i(
|
|
3282
|
+
e,
|
|
3283
|
+
"hideproducts",
|
|
3284
|
+
/*hideproducts*/
|
|
3285
|
+
s[40]
|
|
3281
3286
|
), i(
|
|
3282
3287
|
e,
|
|
3283
3288
|
"hasconfirmationmodal",
|
|
3284
3289
|
/*cooloffhasconfirmation*/
|
|
3285
|
-
s[
|
|
3290
|
+
s[52]
|
|
3286
3291
|
), i(
|
|
3287
3292
|
e,
|
|
3288
3293
|
"hascancelbutton",
|
|
3289
3294
|
/*hascancelbutton*/
|
|
3290
|
-
s[
|
|
3295
|
+
s[51]
|
|
3291
3296
|
), i(
|
|
3292
3297
|
e,
|
|
3293
3298
|
"translationurl",
|
|
@@ -3339,29 +3344,35 @@ function tn(s) {
|
|
|
3339
3344
|
/*session*/
|
|
3340
3345
|
n[4]
|
|
3341
3346
|
), t[1] & /*dateformat*/
|
|
3342
|
-
|
|
3347
|
+
262144 && i(
|
|
3343
3348
|
e,
|
|
3344
3349
|
"dateformat",
|
|
3345
3350
|
/*dateformat*/
|
|
3346
|
-
n[
|
|
3351
|
+
n[49]
|
|
3347
3352
|
), t[1] & /*baseurl*/
|
|
3348
3353
|
256 && i(
|
|
3349
3354
|
e,
|
|
3350
3355
|
"baseurl",
|
|
3351
3356
|
/*baseurl*/
|
|
3352
3357
|
n[39]
|
|
3358
|
+
), t[1] & /*hideproducts*/
|
|
3359
|
+
512 && i(
|
|
3360
|
+
e,
|
|
3361
|
+
"hideproducts",
|
|
3362
|
+
/*hideproducts*/
|
|
3363
|
+
n[40]
|
|
3353
3364
|
), t[1] & /*cooloffhasconfirmation*/
|
|
3354
|
-
|
|
3365
|
+
2097152 && i(
|
|
3355
3366
|
e,
|
|
3356
3367
|
"hasconfirmationmodal",
|
|
3357
3368
|
/*cooloffhasconfirmation*/
|
|
3358
|
-
n[
|
|
3369
|
+
n[52]
|
|
3359
3370
|
), t[1] & /*hascancelbutton*/
|
|
3360
|
-
|
|
3371
|
+
1048576 && i(
|
|
3361
3372
|
e,
|
|
3362
3373
|
"hascancelbutton",
|
|
3363
3374
|
/*hascancelbutton*/
|
|
3364
|
-
n[
|
|
3375
|
+
n[51]
|
|
3365
3376
|
), t[0] & /*translationurl*/
|
|
3366
3377
|
67108864 && i(
|
|
3367
3378
|
e,
|
|
@@ -3393,11 +3404,11 @@ function tn(s) {
|
|
|
3393
3404
|
}
|
|
3394
3405
|
};
|
|
3395
3406
|
}
|
|
3396
|
-
function
|
|
3407
|
+
function ln(s) {
|
|
3397
3408
|
let e;
|
|
3398
3409
|
return {
|
|
3399
3410
|
c() {
|
|
3400
|
-
e =
|
|
3411
|
+
e = p("player-account-closure-nd"), i(
|
|
3401
3412
|
e,
|
|
3402
3413
|
"lang",
|
|
3403
3414
|
/*lang*/
|
|
@@ -3465,15 +3476,15 @@ function on(s) {
|
|
|
3465
3476
|
}
|
|
3466
3477
|
};
|
|
3467
3478
|
}
|
|
3468
|
-
function
|
|
3479
|
+
function an(s) {
|
|
3469
3480
|
let e;
|
|
3470
3481
|
return {
|
|
3471
3482
|
c() {
|
|
3472
|
-
e =
|
|
3483
|
+
e = p("player-account-timeout"), i(
|
|
3473
3484
|
e,
|
|
3474
3485
|
"hasconfirmationmodal",
|
|
3475
3486
|
/*timeouthasconfirmation*/
|
|
3476
|
-
s[
|
|
3487
|
+
s[50]
|
|
3477
3488
|
), i(
|
|
3478
3489
|
e,
|
|
3479
3490
|
"endpoint",
|
|
@@ -3521,11 +3532,11 @@ function ln(s) {
|
|
|
3521
3532
|
},
|
|
3522
3533
|
p(n, t) {
|
|
3523
3534
|
t[1] & /*timeouthasconfirmation*/
|
|
3524
|
-
|
|
3535
|
+
524288 && i(
|
|
3525
3536
|
e,
|
|
3526
3537
|
"hasconfirmationmodal",
|
|
3527
3538
|
/*timeouthasconfirmation*/
|
|
3528
|
-
n[
|
|
3539
|
+
n[50]
|
|
3529
3540
|
), t[0] & /*endpoint*/
|
|
3530
3541
|
32 && i(
|
|
3531
3542
|
e,
|
|
@@ -3581,11 +3592,11 @@ function ln(s) {
|
|
|
3581
3592
|
}
|
|
3582
3593
|
};
|
|
3583
3594
|
}
|
|
3584
|
-
function
|
|
3595
|
+
function rn(s) {
|
|
3585
3596
|
let e;
|
|
3586
3597
|
return {
|
|
3587
3598
|
c() {
|
|
3588
|
-
e =
|
|
3599
|
+
e = p("player-reality-check"), i(
|
|
3589
3600
|
e,
|
|
3590
3601
|
"endpoint",
|
|
3591
3602
|
/*endpoint*/
|
|
@@ -3686,13 +3697,13 @@ function an(s) {
|
|
|
3686
3697
|
}
|
|
3687
3698
|
};
|
|
3688
3699
|
}
|
|
3689
|
-
function
|
|
3700
|
+
function un(s) {
|
|
3690
3701
|
let e;
|
|
3691
3702
|
function n(l, f) {
|
|
3692
3703
|
return (
|
|
3693
3704
|
/*gmversion*/
|
|
3694
3705
|
l[30] === "gmcore" || /*gmversion*/
|
|
3695
|
-
l[30] === "gm16" ?
|
|
3706
|
+
l[30] === "gm16" ? cn : mn
|
|
3696
3707
|
);
|
|
3697
3708
|
}
|
|
3698
3709
|
let t = n(s), u = t(s);
|
|
@@ -3711,11 +3722,11 @@ function rn(s) {
|
|
|
3711
3722
|
}
|
|
3712
3723
|
};
|
|
3713
3724
|
}
|
|
3714
|
-
function
|
|
3725
|
+
function fn(s) {
|
|
3715
3726
|
let e;
|
|
3716
3727
|
return {
|
|
3717
3728
|
c() {
|
|
3718
|
-
e =
|
|
3729
|
+
e = p("player-profile-info"), i(
|
|
3719
3730
|
e,
|
|
3720
3731
|
"endpoint",
|
|
3721
3732
|
/*endpoint*/
|
|
@@ -3734,8 +3745,8 @@ function un(s) {
|
|
|
3734
3745
|
e,
|
|
3735
3746
|
"userid",
|
|
3736
3747
|
/*userId*/
|
|
3737
|
-
s[
|
|
3738
|
-
), i(e, "countrycode",
|
|
3748
|
+
s[59]
|
|
3749
|
+
), i(e, "countrycode", ti), i(
|
|
3739
3750
|
e,
|
|
3740
3751
|
"translationurl",
|
|
3741
3752
|
/*translationurl*/
|
|
@@ -3795,11 +3806,11 @@ function un(s) {
|
|
|
3795
3806
|
/*session*/
|
|
3796
3807
|
n[4]
|
|
3797
3808
|
), t[1] & /*userId*/
|
|
3798
|
-
|
|
3809
|
+
268435456 && i(
|
|
3799
3810
|
e,
|
|
3800
3811
|
"userid",
|
|
3801
3812
|
/*userId*/
|
|
3802
|
-
n[
|
|
3813
|
+
n[59]
|
|
3803
3814
|
), t[0] & /*translationurl*/
|
|
3804
3815
|
67108864 && i(
|
|
3805
3816
|
e,
|
|
@@ -3849,11 +3860,11 @@ function un(s) {
|
|
|
3849
3860
|
}
|
|
3850
3861
|
};
|
|
3851
3862
|
}
|
|
3852
|
-
function
|
|
3863
|
+
function mn(s) {
|
|
3853
3864
|
let e;
|
|
3854
3865
|
return {
|
|
3855
3866
|
c() {
|
|
3856
|
-
e =
|
|
3867
|
+
e = p("pam-change-password"), i(
|
|
3857
3868
|
e,
|
|
3858
3869
|
"endpoint",
|
|
3859
3870
|
/*endpoint*/
|
|
@@ -3872,12 +3883,12 @@ function fn(s) {
|
|
|
3872
3883
|
e,
|
|
3873
3884
|
"forgot-mode",
|
|
3874
3885
|
/*forgotmode*/
|
|
3875
|
-
s[
|
|
3886
|
+
s[53]
|
|
3876
3887
|
), i(
|
|
3877
3888
|
e,
|
|
3878
3889
|
"token",
|
|
3879
3890
|
/*token*/
|
|
3880
|
-
s[
|
|
3891
|
+
s[54]
|
|
3881
3892
|
), i(
|
|
3882
3893
|
e,
|
|
3883
3894
|
"client-styling",
|
|
@@ -3923,17 +3934,17 @@ function fn(s) {
|
|
|
3923
3934
|
/*lang*/
|
|
3924
3935
|
n[6]
|
|
3925
3936
|
), t[1] & /*forgotmode*/
|
|
3926
|
-
|
|
3937
|
+
4194304 && i(
|
|
3927
3938
|
e,
|
|
3928
3939
|
"forgot-mode",
|
|
3929
3940
|
/*forgotmode*/
|
|
3930
|
-
n[
|
|
3941
|
+
n[53]
|
|
3931
3942
|
), t[1] & /*token*/
|
|
3932
|
-
|
|
3943
|
+
8388608 && i(
|
|
3933
3944
|
e,
|
|
3934
3945
|
"token",
|
|
3935
3946
|
/*token*/
|
|
3936
|
-
n[
|
|
3947
|
+
n[54]
|
|
3937
3948
|
), t[0] & /*clientstyling*/
|
|
3938
3949
|
8388608 && i(
|
|
3939
3950
|
e,
|
|
@@ -3965,11 +3976,11 @@ function fn(s) {
|
|
|
3965
3976
|
}
|
|
3966
3977
|
};
|
|
3967
3978
|
}
|
|
3968
|
-
function
|
|
3979
|
+
function cn(s) {
|
|
3969
3980
|
let e;
|
|
3970
3981
|
return {
|
|
3971
3982
|
c() {
|
|
3972
|
-
e =
|
|
3983
|
+
e = p("player-change-password-nd"), i(
|
|
3973
3984
|
e,
|
|
3974
3985
|
"simplepasswordvalidation",
|
|
3975
3986
|
/*simplepasswordvalidation*/
|
|
@@ -3988,7 +3999,7 @@ function mn(s) {
|
|
|
3988
3999
|
e,
|
|
3989
4000
|
"passwordregex",
|
|
3990
4001
|
/*passwordregex*/
|
|
3991
|
-
s[
|
|
4002
|
+
s[44]
|
|
3992
4003
|
), i(
|
|
3993
4004
|
e,
|
|
3994
4005
|
"clientstyling",
|
|
@@ -4029,11 +4040,11 @@ function mn(s) {
|
|
|
4029
4040
|
/*lang*/
|
|
4030
4041
|
n[6]
|
|
4031
4042
|
), t[1] & /*passwordregex*/
|
|
4032
|
-
|
|
4043
|
+
8192 && i(
|
|
4033
4044
|
e,
|
|
4034
4045
|
"passwordregex",
|
|
4035
4046
|
/*passwordregex*/
|
|
4036
|
-
n[
|
|
4047
|
+
n[44]
|
|
4037
4048
|
), t[0] & /*clientstyling*/
|
|
4038
4049
|
8388608 && i(
|
|
4039
4050
|
e,
|
|
@@ -4059,15 +4070,15 @@ function mn(s) {
|
|
|
4059
4070
|
}
|
|
4060
4071
|
};
|
|
4061
4072
|
}
|
|
4062
|
-
function
|
|
4073
|
+
function dn(s) {
|
|
4063
4074
|
let e;
|
|
4064
4075
|
return {
|
|
4065
4076
|
c() {
|
|
4066
|
-
e =
|
|
4077
|
+
e = p("player-account-biometrics"), i(
|
|
4067
4078
|
e,
|
|
4068
4079
|
"biometricsenabled",
|
|
4069
4080
|
/*biometricsenabled*/
|
|
4070
|
-
s[
|
|
4081
|
+
s[43]
|
|
4071
4082
|
), i(
|
|
4072
4083
|
e,
|
|
4073
4084
|
"lang",
|
|
@@ -4100,11 +4111,11 @@ function cn(s) {
|
|
|
4100
4111
|
},
|
|
4101
4112
|
p(n, t) {
|
|
4102
4113
|
t[1] & /*biometricsenabled*/
|
|
4103
|
-
|
|
4114
|
+
4096 && i(
|
|
4104
4115
|
e,
|
|
4105
4116
|
"biometricsenabled",
|
|
4106
4117
|
/*biometricsenabled*/
|
|
4107
|
-
n[
|
|
4118
|
+
n[43]
|
|
4108
4119
|
), t[0] & /*lang*/
|
|
4109
4120
|
64 && i(
|
|
4110
4121
|
e,
|
|
@@ -4142,11 +4153,11 @@ function cn(s) {
|
|
|
4142
4153
|
}
|
|
4143
4154
|
};
|
|
4144
4155
|
}
|
|
4145
|
-
function
|
|
4156
|
+
function pn(s) {
|
|
4146
4157
|
let e;
|
|
4147
4158
|
return {
|
|
4148
4159
|
c() {
|
|
4149
|
-
e =
|
|
4160
|
+
e = p("player-account-transactions-history"), i(
|
|
4150
4161
|
e,
|
|
4151
4162
|
"lang",
|
|
4152
4163
|
/*lang*/
|
|
@@ -4170,22 +4181,22 @@ function dn(s) {
|
|
|
4170
4181
|
e,
|
|
4171
4182
|
"historytypes",
|
|
4172
4183
|
/*historytypes*/
|
|
4173
|
-
s[
|
|
4184
|
+
s[46]
|
|
4174
4185
|
), i(
|
|
4175
4186
|
e,
|
|
4176
4187
|
"pagesizeoptions",
|
|
4177
4188
|
/*pagesizeoptions*/
|
|
4178
|
-
s[
|
|
4189
|
+
s[47]
|
|
4179
4190
|
), i(
|
|
4180
4191
|
e,
|
|
4181
4192
|
"defaultpagesize",
|
|
4182
4193
|
/*defaultpagesize*/
|
|
4183
|
-
s[
|
|
4194
|
+
s[48]
|
|
4184
4195
|
), i(
|
|
4185
4196
|
e,
|
|
4186
4197
|
"dateformat",
|
|
4187
4198
|
/*dateformat*/
|
|
4188
|
-
s[
|
|
4199
|
+
s[49]
|
|
4189
4200
|
), i(
|
|
4190
4201
|
e,
|
|
4191
4202
|
"playercurrency",
|
|
@@ -4195,7 +4206,7 @@ function dn(s) {
|
|
|
4195
4206
|
e,
|
|
4196
4207
|
"formatamount",
|
|
4197
4208
|
/*limitformat*/
|
|
4198
|
-
s[
|
|
4209
|
+
s[45]
|
|
4199
4210
|
), i(
|
|
4200
4211
|
e,
|
|
4201
4212
|
"customcurrencysymbols",
|
|
@@ -4252,29 +4263,29 @@ function dn(s) {
|
|
|
4252
4263
|
/*session*/
|
|
4253
4264
|
n[4]
|
|
4254
4265
|
), t[1] & /*historytypes*/
|
|
4255
|
-
|
|
4266
|
+
32768 && i(
|
|
4256
4267
|
e,
|
|
4257
4268
|
"historytypes",
|
|
4258
4269
|
/*historytypes*/
|
|
4259
|
-
n[
|
|
4270
|
+
n[46]
|
|
4260
4271
|
), t[1] & /*pagesizeoptions*/
|
|
4261
|
-
|
|
4272
|
+
65536 && i(
|
|
4262
4273
|
e,
|
|
4263
4274
|
"pagesizeoptions",
|
|
4264
4275
|
/*pagesizeoptions*/
|
|
4265
|
-
n[
|
|
4276
|
+
n[47]
|
|
4266
4277
|
), t[1] & /*defaultpagesize*/
|
|
4267
|
-
|
|
4278
|
+
131072 && i(
|
|
4268
4279
|
e,
|
|
4269
4280
|
"defaultpagesize",
|
|
4270
4281
|
/*defaultpagesize*/
|
|
4271
|
-
n[
|
|
4282
|
+
n[48]
|
|
4272
4283
|
), t[1] & /*dateformat*/
|
|
4273
|
-
|
|
4284
|
+
262144 && i(
|
|
4274
4285
|
e,
|
|
4275
4286
|
"dateformat",
|
|
4276
4287
|
/*dateformat*/
|
|
4277
|
-
n[
|
|
4288
|
+
n[49]
|
|
4278
4289
|
), t[0] & /*currency*/
|
|
4279
4290
|
2097152 && i(
|
|
4280
4291
|
e,
|
|
@@ -4282,11 +4293,11 @@ function dn(s) {
|
|
|
4282
4293
|
/*currency*/
|
|
4283
4294
|
n[21]
|
|
4284
4295
|
), t[1] & /*limitformat*/
|
|
4285
|
-
|
|
4296
|
+
16384 && i(
|
|
4286
4297
|
e,
|
|
4287
4298
|
"formatamount",
|
|
4288
4299
|
/*limitformat*/
|
|
4289
|
-
n[
|
|
4300
|
+
n[45]
|
|
4290
4301
|
), t[0] & /*customcurrencysymbols*/
|
|
4291
4302
|
1048576 && i(
|
|
4292
4303
|
e,
|
|
@@ -4324,11 +4335,11 @@ function dn(s) {
|
|
|
4324
4335
|
}
|
|
4325
4336
|
};
|
|
4326
4337
|
}
|
|
4327
|
-
function
|
|
4338
|
+
function hn(s) {
|
|
4328
4339
|
let e;
|
|
4329
4340
|
return {
|
|
4330
4341
|
c() {
|
|
4331
|
-
e =
|
|
4342
|
+
e = p("user-transaction-history"), i(
|
|
4332
4343
|
e,
|
|
4333
4344
|
"endpoint",
|
|
4334
4345
|
/*endpoint*/
|
|
@@ -4347,12 +4358,12 @@ function pn(s) {
|
|
|
4347
4358
|
e,
|
|
4348
4359
|
"dateformat",
|
|
4349
4360
|
/*dateformat*/
|
|
4350
|
-
s[
|
|
4361
|
+
s[49]
|
|
4351
4362
|
), i(
|
|
4352
4363
|
e,
|
|
4353
4364
|
"mobile",
|
|
4354
4365
|
/*isMobile*/
|
|
4355
|
-
s[
|
|
4366
|
+
s[62]
|
|
4356
4367
|
), i(
|
|
4357
4368
|
e,
|
|
4358
4369
|
"translation-url",
|
|
@@ -4393,11 +4404,11 @@ function pn(s) {
|
|
|
4393
4404
|
/*session*/
|
|
4394
4405
|
n[4]
|
|
4395
4406
|
), t[1] & /*dateformat*/
|
|
4396
|
-
|
|
4407
|
+
262144 && i(
|
|
4397
4408
|
e,
|
|
4398
4409
|
"dateformat",
|
|
4399
4410
|
/*dateformat*/
|
|
4400
|
-
n[
|
|
4411
|
+
n[49]
|
|
4401
4412
|
), t[0] & /*translationurl*/
|
|
4402
4413
|
67108864 && i(
|
|
4403
4414
|
e,
|
|
@@ -4423,11 +4434,11 @@ function pn(s) {
|
|
|
4423
4434
|
}
|
|
4424
4435
|
};
|
|
4425
4436
|
}
|
|
4426
|
-
function
|
|
4437
|
+
function gn(s) {
|
|
4427
4438
|
let e, n, t, u, l, f, h, _, g;
|
|
4428
4439
|
return {
|
|
4429
4440
|
c() {
|
|
4430
|
-
e =
|
|
4441
|
+
e = p("user-deposit-withdrawal"), i(
|
|
4431
4442
|
e,
|
|
4432
4443
|
"endpoint",
|
|
4433
4444
|
/*endpoint*/
|
|
@@ -4436,7 +4447,7 @@ function hn(s) {
|
|
|
4436
4447
|
e,
|
|
4437
4448
|
"channel",
|
|
4438
4449
|
/*channel*/
|
|
4439
|
-
s[
|
|
4450
|
+
s[63]
|
|
4440
4451
|
), i(
|
|
4441
4452
|
e,
|
|
4442
4453
|
"language",
|
|
@@ -4456,7 +4467,7 @@ function hn(s) {
|
|
|
4456
4467
|
e,
|
|
4457
4468
|
"show-bonus-selection-input",
|
|
4458
4469
|
/*showcashierbonus*/
|
|
4459
|
-
s[
|
|
4470
|
+
s[42]
|
|
4460
4471
|
), i(
|
|
4461
4472
|
e,
|
|
4462
4473
|
"product-type",
|
|
@@ -4488,7 +4499,7 @@ function hn(s) {
|
|
|
4488
4499
|
s[6] + /*homeurl*/
|
|
4489
4500
|
s[38]), i(e, "deposit-url", g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
4490
4501
|
s[6] + /*depositurl*/
|
|
4491
|
-
s[
|
|
4502
|
+
s[41]), i(
|
|
4492
4503
|
e,
|
|
4493
4504
|
"client-styling",
|
|
4494
4505
|
/*clientstyling*/
|
|
@@ -4534,11 +4545,11 @@ function hn(s) {
|
|
|
4534
4545
|
/*currency*/
|
|
4535
4546
|
a[21]
|
|
4536
4547
|
), o[1] & /*showcashierbonus*/
|
|
4537
|
-
|
|
4548
|
+
2048 && i(
|
|
4538
4549
|
e,
|
|
4539
4550
|
"show-bonus-selection-input",
|
|
4540
4551
|
/*showcashierbonus*/
|
|
4541
|
-
a[
|
|
4552
|
+
a[42]
|
|
4542
4553
|
), o[1] & /*producttype*/
|
|
4543
4554
|
1 && i(
|
|
4544
4555
|
e,
|
|
@@ -4587,9 +4598,9 @@ function hn(s) {
|
|
|
4587
4598
|
a[6] + /*homeurl*/
|
|
4588
4599
|
a[38]) && i(e, "home-url", _), o[0] & /*lang*/
|
|
4589
4600
|
64 | o[1] & /*depositurl*/
|
|
4590
|
-
|
|
4601
|
+
1024 && g !== (g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
4591
4602
|
a[6] + /*depositurl*/
|
|
4592
|
-
a[
|
|
4603
|
+
a[41]) && i(e, "deposit-url", g), o[0] & /*clientstyling*/
|
|
4593
4604
|
8388608 && i(
|
|
4594
4605
|
e,
|
|
4595
4606
|
"client-styling",
|
|
@@ -4614,11 +4625,11 @@ function hn(s) {
|
|
|
4614
4625
|
}
|
|
4615
4626
|
};
|
|
4616
4627
|
}
|
|
4617
|
-
function
|
|
4628
|
+
function wn(s) {
|
|
4618
4629
|
let e, n, t, u, l, f, h, _, g;
|
|
4619
4630
|
return {
|
|
4620
4631
|
c() {
|
|
4621
|
-
e =
|
|
4632
|
+
e = p("user-deposit-withdrawal"), i(
|
|
4622
4633
|
e,
|
|
4623
4634
|
"endpoint",
|
|
4624
4635
|
/*endpoint*/
|
|
@@ -4627,7 +4638,7 @@ function gn(s) {
|
|
|
4627
4638
|
e,
|
|
4628
4639
|
"channel",
|
|
4629
4640
|
/*channel*/
|
|
4630
|
-
s[
|
|
4641
|
+
s[63]
|
|
4631
4642
|
), i(
|
|
4632
4643
|
e,
|
|
4633
4644
|
"language",
|
|
@@ -4647,7 +4658,7 @@ function gn(s) {
|
|
|
4647
4658
|
e,
|
|
4648
4659
|
"show-bonus-selection-input",
|
|
4649
4660
|
/*showcashierbonus*/
|
|
4650
|
-
s[
|
|
4661
|
+
s[42]
|
|
4651
4662
|
), i(
|
|
4652
4663
|
e,
|
|
4653
4664
|
"product-type",
|
|
@@ -4679,7 +4690,7 @@ function gn(s) {
|
|
|
4679
4690
|
s[6] + /*homeurl*/
|
|
4680
4691
|
s[38]), i(e, "deposit-url", g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
4681
4692
|
s[6] + /*depositurl*/
|
|
4682
|
-
s[
|
|
4693
|
+
s[41]), i(
|
|
4683
4694
|
e,
|
|
4684
4695
|
"client-styling",
|
|
4685
4696
|
/*clientstyling*/
|
|
@@ -4725,11 +4736,11 @@ function gn(s) {
|
|
|
4725
4736
|
/*currency*/
|
|
4726
4737
|
a[21]
|
|
4727
4738
|
), o[1] & /*showcashierbonus*/
|
|
4728
|
-
|
|
4739
|
+
2048 && i(
|
|
4729
4740
|
e,
|
|
4730
4741
|
"show-bonus-selection-input",
|
|
4731
4742
|
/*showcashierbonus*/
|
|
4732
|
-
a[
|
|
4743
|
+
a[42]
|
|
4733
4744
|
), o[1] & /*producttype*/
|
|
4734
4745
|
1 && i(
|
|
4735
4746
|
e,
|
|
@@ -4778,9 +4789,9 @@ function gn(s) {
|
|
|
4778
4789
|
a[6] + /*homeurl*/
|
|
4779
4790
|
a[38]) && i(e, "home-url", _), o[0] & /*lang*/
|
|
4780
4791
|
64 | o[1] & /*depositurl*/
|
|
4781
|
-
|
|
4792
|
+
1024 && g !== (g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
4782
4793
|
a[6] + /*depositurl*/
|
|
4783
|
-
a[
|
|
4794
|
+
a[41]) && i(e, "deposit-url", g), o[0] & /*clientstyling*/
|
|
4784
4795
|
8388608 && i(
|
|
4785
4796
|
e,
|
|
4786
4797
|
"client-styling",
|
|
@@ -4805,11 +4816,11 @@ function gn(s) {
|
|
|
4805
4816
|
}
|
|
4806
4817
|
};
|
|
4807
4818
|
}
|
|
4808
|
-
function
|
|
4819
|
+
function _n(s) {
|
|
4809
4820
|
let e;
|
|
4810
4821
|
return {
|
|
4811
4822
|
c() {
|
|
4812
|
-
e =
|
|
4823
|
+
e = p("player-kyc-verification"), i(
|
|
4813
4824
|
e,
|
|
4814
4825
|
"endpoint",
|
|
4815
4826
|
/*endpoint*/
|
|
@@ -4910,11 +4921,11 @@ function wn(s) {
|
|
|
4910
4921
|
}
|
|
4911
4922
|
};
|
|
4912
4923
|
}
|
|
4913
|
-
function
|
|
4924
|
+
function bn(s) {
|
|
4914
4925
|
let e;
|
|
4915
4926
|
return {
|
|
4916
4927
|
c() {
|
|
4917
|
-
e =
|
|
4928
|
+
e = p("player-account-gaming-limits-wrapper-2-nd"), i(
|
|
4918
4929
|
e,
|
|
4919
4930
|
"endpoint",
|
|
4920
4931
|
/*endpoint*/
|
|
@@ -5003,7 +5014,7 @@ function _n(s) {
|
|
|
5003
5014
|
e,
|
|
5004
5015
|
"limitformat",
|
|
5005
5016
|
/*limitformat*/
|
|
5006
|
-
s[
|
|
5017
|
+
s[45]
|
|
5007
5018
|
);
|
|
5008
5019
|
},
|
|
5009
5020
|
m(n, t) {
|
|
@@ -5113,11 +5124,11 @@ function _n(s) {
|
|
|
5113
5124
|
/*mbsource*/
|
|
5114
5125
|
n[25]
|
|
5115
5126
|
), t[1] & /*limitformat*/
|
|
5116
|
-
|
|
5127
|
+
16384 && i(
|
|
5117
5128
|
e,
|
|
5118
5129
|
"limitformat",
|
|
5119
5130
|
/*limitformat*/
|
|
5120
|
-
n[
|
|
5131
|
+
n[45]
|
|
5121
5132
|
);
|
|
5122
5133
|
},
|
|
5123
5134
|
d(n) {
|
|
@@ -5125,11 +5136,11 @@ function _n(s) {
|
|
|
5125
5136
|
}
|
|
5126
5137
|
};
|
|
5127
5138
|
}
|
|
5128
|
-
function
|
|
5139
|
+
function yn(s) {
|
|
5129
5140
|
let e;
|
|
5130
5141
|
return {
|
|
5131
5142
|
c() {
|
|
5132
|
-
e =
|
|
5143
|
+
e = p("player-account-betting-history"), i(
|
|
5133
5144
|
e,
|
|
5134
5145
|
"endpoint",
|
|
5135
5146
|
/*endpoint*/
|
|
@@ -5230,11 +5241,11 @@ function bn(s) {
|
|
|
5230
5241
|
}
|
|
5231
5242
|
};
|
|
5232
5243
|
}
|
|
5233
|
-
function
|
|
5244
|
+
function kn(s) {
|
|
5234
5245
|
let e;
|
|
5235
5246
|
return {
|
|
5236
5247
|
c() {
|
|
5237
|
-
e =
|
|
5248
|
+
e = p("player-transaction-history"), i(
|
|
5238
5249
|
e,
|
|
5239
5250
|
"endpoint",
|
|
5240
5251
|
/*endpoint*/
|
|
@@ -5335,11 +5346,11 @@ function yn(s) {
|
|
|
5335
5346
|
}
|
|
5336
5347
|
};
|
|
5337
5348
|
}
|
|
5338
|
-
function
|
|
5349
|
+
function Cn(s) {
|
|
5339
5350
|
let e;
|
|
5340
5351
|
return {
|
|
5341
5352
|
c() {
|
|
5342
|
-
e =
|
|
5353
|
+
e = p("player-pending-withdrawals"), i(
|
|
5343
5354
|
e,
|
|
5344
5355
|
"endpoint",
|
|
5345
5356
|
/*endpoint*/
|
|
@@ -5440,11 +5451,11 @@ function kn(s) {
|
|
|
5440
5451
|
}
|
|
5441
5452
|
};
|
|
5442
5453
|
}
|
|
5443
|
-
function
|
|
5454
|
+
function Sn(s) {
|
|
5444
5455
|
let e;
|
|
5445
5456
|
return {
|
|
5446
5457
|
c() {
|
|
5447
|
-
e =
|
|
5458
|
+
e = p("player-withdrawal"), i(
|
|
5448
5459
|
e,
|
|
5449
5460
|
"endpoint",
|
|
5450
5461
|
/*endpoint*/
|
|
@@ -5567,11 +5578,11 @@ function Cn(s) {
|
|
|
5567
5578
|
}
|
|
5568
5579
|
};
|
|
5569
5580
|
}
|
|
5570
|
-
function
|
|
5581
|
+
function vn(s) {
|
|
5571
5582
|
let e;
|
|
5572
5583
|
return {
|
|
5573
5584
|
c() {
|
|
5574
|
-
e =
|
|
5585
|
+
e = p("player-deposit"), i(
|
|
5575
5586
|
e,
|
|
5576
5587
|
"endpoint",
|
|
5577
5588
|
/*endpoint*/
|
|
@@ -5694,11 +5705,11 @@ function Sn(s) {
|
|
|
5694
5705
|
}
|
|
5695
5706
|
};
|
|
5696
5707
|
}
|
|
5697
|
-
function
|
|
5708
|
+
function En(s) {
|
|
5698
5709
|
let e;
|
|
5699
5710
|
return {
|
|
5700
5711
|
c() {
|
|
5701
|
-
e =
|
|
5712
|
+
e = p("player-gaming-history"), i(
|
|
5702
5713
|
e,
|
|
5703
5714
|
"endpoint",
|
|
5704
5715
|
/*endpoint*/
|
|
@@ -5722,7 +5733,7 @@ function vn(s) {
|
|
|
5722
5733
|
e,
|
|
5723
5734
|
"dateformat",
|
|
5724
5735
|
/*dateformat*/
|
|
5725
|
-
s[
|
|
5736
|
+
s[49]
|
|
5726
5737
|
), i(
|
|
5727
5738
|
e,
|
|
5728
5739
|
"translationurl",
|
|
@@ -5779,11 +5790,11 @@ function vn(s) {
|
|
|
5779
5790
|
/*lang*/
|
|
5780
5791
|
n[6]
|
|
5781
5792
|
), t[1] & /*dateformat*/
|
|
5782
|
-
|
|
5793
|
+
262144 && i(
|
|
5783
5794
|
e,
|
|
5784
5795
|
"dateformat",
|
|
5785
5796
|
/*dateformat*/
|
|
5786
|
-
n[
|
|
5797
|
+
n[49]
|
|
5787
5798
|
), t[0] & /*translationurl*/
|
|
5788
5799
|
67108864 && i(
|
|
5789
5800
|
e,
|
|
@@ -5821,11 +5832,11 @@ function vn(s) {
|
|
|
5821
5832
|
}
|
|
5822
5833
|
};
|
|
5823
5834
|
}
|
|
5824
|
-
function
|
|
5835
|
+
function Pn(s) {
|
|
5825
5836
|
let e;
|
|
5826
5837
|
return {
|
|
5827
5838
|
c() {
|
|
5828
|
-
e =
|
|
5839
|
+
e = p("player-bonus-history"), i(
|
|
5829
5840
|
e,
|
|
5830
5841
|
"endpoint",
|
|
5831
5842
|
/*endpoint*/
|
|
@@ -5844,12 +5855,12 @@ function En(s) {
|
|
|
5844
5855
|
e,
|
|
5845
5856
|
"bonushistorystatus",
|
|
5846
5857
|
/*bonushistorystatus*/
|
|
5847
|
-
s[
|
|
5858
|
+
s[55]
|
|
5848
5859
|
), i(
|
|
5849
5860
|
e,
|
|
5850
5861
|
"bonushistorytype",
|
|
5851
5862
|
/*bonushistorytype*/
|
|
5852
|
-
s[
|
|
5863
|
+
s[56]
|
|
5853
5864
|
), i(
|
|
5854
5865
|
e,
|
|
5855
5866
|
"lang",
|
|
@@ -5859,7 +5870,7 @@ function En(s) {
|
|
|
5859
5870
|
e,
|
|
5860
5871
|
"dateformat",
|
|
5861
5872
|
/*dateformat*/
|
|
5862
|
-
s[
|
|
5873
|
+
s[49]
|
|
5863
5874
|
), i(
|
|
5864
5875
|
e,
|
|
5865
5876
|
"translationurl",
|
|
@@ -5905,17 +5916,17 @@ function En(s) {
|
|
|
5905
5916
|
/*playerid*/
|
|
5906
5917
|
n[3]
|
|
5907
5918
|
), t[1] & /*bonushistorystatus*/
|
|
5908
|
-
|
|
5919
|
+
16777216 && i(
|
|
5909
5920
|
e,
|
|
5910
5921
|
"bonushistorystatus",
|
|
5911
5922
|
/*bonushistorystatus*/
|
|
5912
|
-
n[
|
|
5923
|
+
n[55]
|
|
5913
5924
|
), t[1] & /*bonushistorytype*/
|
|
5914
|
-
|
|
5925
|
+
33554432 && i(
|
|
5915
5926
|
e,
|
|
5916
5927
|
"bonushistorytype",
|
|
5917
5928
|
/*bonushistorytype*/
|
|
5918
|
-
n[
|
|
5929
|
+
n[56]
|
|
5919
5930
|
), t[0] & /*lang*/
|
|
5920
5931
|
64 && i(
|
|
5921
5932
|
e,
|
|
@@ -5923,11 +5934,11 @@ function En(s) {
|
|
|
5923
5934
|
/*lang*/
|
|
5924
5935
|
n[6]
|
|
5925
5936
|
), t[1] & /*dateformat*/
|
|
5926
|
-
|
|
5937
|
+
262144 && i(
|
|
5927
5938
|
e,
|
|
5928
5939
|
"dateformat",
|
|
5929
5940
|
/*dateformat*/
|
|
5930
|
-
n[
|
|
5941
|
+
n[49]
|
|
5931
5942
|
), t[0] & /*translationurl*/
|
|
5932
5943
|
67108864 && i(
|
|
5933
5944
|
e,
|
|
@@ -5959,11 +5970,11 @@ function En(s) {
|
|
|
5959
5970
|
}
|
|
5960
5971
|
};
|
|
5961
5972
|
}
|
|
5962
|
-
function
|
|
5973
|
+
function Dn(s) {
|
|
5963
5974
|
let e;
|
|
5964
5975
|
return {
|
|
5965
5976
|
c() {
|
|
5966
|
-
e =
|
|
5977
|
+
e = p("player-active-bonuses"), i(
|
|
5967
5978
|
e,
|
|
5968
5979
|
"endpoint",
|
|
5969
5980
|
/*endpoint*/
|
|
@@ -5987,7 +5998,7 @@ function Pn(s) {
|
|
|
5987
5998
|
e,
|
|
5988
5999
|
"dateformat",
|
|
5989
6000
|
/*dateformat*/
|
|
5990
|
-
s[
|
|
6001
|
+
s[49]
|
|
5991
6002
|
), i(
|
|
5992
6003
|
e,
|
|
5993
6004
|
"translationurl",
|
|
@@ -6044,11 +6055,11 @@ function Pn(s) {
|
|
|
6044
6055
|
/*lang*/
|
|
6045
6056
|
n[6]
|
|
6046
6057
|
), t[1] & /*dateformat*/
|
|
6047
|
-
|
|
6058
|
+
262144 && i(
|
|
6048
6059
|
e,
|
|
6049
6060
|
"dateformat",
|
|
6050
6061
|
/*dateformat*/
|
|
6051
|
-
n[
|
|
6062
|
+
n[49]
|
|
6052
6063
|
), t[0] & /*translationurl*/
|
|
6053
6064
|
67108864 && i(
|
|
6054
6065
|
e,
|
|
@@ -6086,15 +6097,15 @@ function Pn(s) {
|
|
|
6086
6097
|
}
|
|
6087
6098
|
};
|
|
6088
6099
|
}
|
|
6089
|
-
function
|
|
6100
|
+
function Ln(s) {
|
|
6090
6101
|
let e;
|
|
6091
6102
|
return {
|
|
6092
6103
|
c() {
|
|
6093
|
-
e =
|
|
6104
|
+
e = p("player-account-self-exclusion-nd"), i(
|
|
6094
6105
|
e,
|
|
6095
6106
|
"hasconfirmationmodal",
|
|
6096
6107
|
/*cooloffhasconfirmation*/
|
|
6097
|
-
s[
|
|
6108
|
+
s[52]
|
|
6098
6109
|
), i(
|
|
6099
6110
|
e,
|
|
6100
6111
|
"userid",
|
|
@@ -6162,11 +6173,11 @@ function Dn(s) {
|
|
|
6162
6173
|
},
|
|
6163
6174
|
p(n, t) {
|
|
6164
6175
|
t[1] & /*cooloffhasconfirmation*/
|
|
6165
|
-
|
|
6176
|
+
2097152 && i(
|
|
6166
6177
|
e,
|
|
6167
6178
|
"hasconfirmationmodal",
|
|
6168
6179
|
/*cooloffhasconfirmation*/
|
|
6169
|
-
n[
|
|
6180
|
+
n[52]
|
|
6170
6181
|
), t[0] & /*playerid*/
|
|
6171
6182
|
8 && i(
|
|
6172
6183
|
e,
|
|
@@ -6246,11 +6257,11 @@ function Dn(s) {
|
|
|
6246
6257
|
}
|
|
6247
6258
|
};
|
|
6248
6259
|
}
|
|
6249
|
-
function
|
|
6260
|
+
function Mn(s) {
|
|
6250
6261
|
let e, n, t;
|
|
6251
6262
|
return {
|
|
6252
6263
|
c() {
|
|
6253
|
-
e =
|
|
6264
|
+
e = p("player-account-gaming-limits"), i(
|
|
6254
6265
|
e,
|
|
6255
6266
|
"currency",
|
|
6256
6267
|
/*currency*/
|
|
@@ -6283,9 +6294,9 @@ function Ln(s) {
|
|
|
6283
6294
|
);
|
|
6284
6295
|
},
|
|
6285
6296
|
m(u, l) {
|
|
6286
|
-
c(u, e, l), n || (t =
|
|
6297
|
+
c(u, e, l), n || (t = si(
|
|
6287
6298
|
/*sendLimitsData*/
|
|
6288
|
-
s[
|
|
6299
|
+
s[66].call(null, e)
|
|
6289
6300
|
), n = !0);
|
|
6290
6301
|
},
|
|
6291
6302
|
p(u, l) {
|
|
@@ -6332,11 +6343,11 @@ function Ln(s) {
|
|
|
6332
6343
|
}
|
|
6333
6344
|
};
|
|
6334
6345
|
}
|
|
6335
|
-
function
|
|
6346
|
+
function An(s) {
|
|
6336
6347
|
let e;
|
|
6337
6348
|
return {
|
|
6338
6349
|
c() {
|
|
6339
|
-
e =
|
|
6350
|
+
e = p("player-account-product-restriction"), i(
|
|
6340
6351
|
e,
|
|
6341
6352
|
"lang",
|
|
6342
6353
|
/*lang*/
|
|
@@ -6360,22 +6371,27 @@ function Mn(s) {
|
|
|
6360
6371
|
e,
|
|
6361
6372
|
"dateformat",
|
|
6362
6373
|
/*dateformat*/
|
|
6363
|
-
s[
|
|
6374
|
+
s[49]
|
|
6364
6375
|
), i(
|
|
6365
6376
|
e,
|
|
6366
6377
|
"baseurl",
|
|
6367
6378
|
/*baseurl*/
|
|
6368
6379
|
s[39]
|
|
6380
|
+
), i(
|
|
6381
|
+
e,
|
|
6382
|
+
"hideproducts",
|
|
6383
|
+
/*hideproducts*/
|
|
6384
|
+
s[40]
|
|
6369
6385
|
), i(
|
|
6370
6386
|
e,
|
|
6371
6387
|
"hasconfirmationmodal",
|
|
6372
6388
|
/*cooloffhasconfirmation*/
|
|
6373
|
-
s[
|
|
6389
|
+
s[52]
|
|
6374
6390
|
), i(
|
|
6375
6391
|
e,
|
|
6376
6392
|
"hascancelbutton",
|
|
6377
6393
|
/*hascancelbutton*/
|
|
6378
|
-
s[
|
|
6394
|
+
s[51]
|
|
6379
6395
|
), i(
|
|
6380
6396
|
e,
|
|
6381
6397
|
"translationurl",
|
|
@@ -6427,29 +6443,35 @@ function Mn(s) {
|
|
|
6427
6443
|
/*session*/
|
|
6428
6444
|
n[4]
|
|
6429
6445
|
), t[1] & /*dateformat*/
|
|
6430
|
-
|
|
6446
|
+
262144 && i(
|
|
6431
6447
|
e,
|
|
6432
6448
|
"dateformat",
|
|
6433
6449
|
/*dateformat*/
|
|
6434
|
-
n[
|
|
6450
|
+
n[49]
|
|
6435
6451
|
), t[1] & /*baseurl*/
|
|
6436
6452
|
256 && i(
|
|
6437
6453
|
e,
|
|
6438
6454
|
"baseurl",
|
|
6439
6455
|
/*baseurl*/
|
|
6440
6456
|
n[39]
|
|
6457
|
+
), t[1] & /*hideproducts*/
|
|
6458
|
+
512 && i(
|
|
6459
|
+
e,
|
|
6460
|
+
"hideproducts",
|
|
6461
|
+
/*hideproducts*/
|
|
6462
|
+
n[40]
|
|
6441
6463
|
), t[1] & /*cooloffhasconfirmation*/
|
|
6442
|
-
|
|
6464
|
+
2097152 && i(
|
|
6443
6465
|
e,
|
|
6444
6466
|
"hasconfirmationmodal",
|
|
6445
6467
|
/*cooloffhasconfirmation*/
|
|
6446
|
-
n[
|
|
6468
|
+
n[52]
|
|
6447
6469
|
), t[1] & /*hascancelbutton*/
|
|
6448
|
-
|
|
6470
|
+
1048576 && i(
|
|
6449
6471
|
e,
|
|
6450
6472
|
"hascancelbutton",
|
|
6451
6473
|
/*hascancelbutton*/
|
|
6452
|
-
n[
|
|
6474
|
+
n[51]
|
|
6453
6475
|
), t[0] & /*translationurl*/
|
|
6454
6476
|
67108864 && i(
|
|
6455
6477
|
e,
|
|
@@ -6481,11 +6503,11 @@ function Mn(s) {
|
|
|
6481
6503
|
}
|
|
6482
6504
|
};
|
|
6483
6505
|
}
|
|
6484
|
-
function
|
|
6506
|
+
function On(s) {
|
|
6485
6507
|
let e;
|
|
6486
6508
|
return {
|
|
6487
6509
|
c() {
|
|
6488
|
-
e =
|
|
6510
|
+
e = p("player-account-closure-nd"), i(
|
|
6489
6511
|
e,
|
|
6490
6512
|
"lang",
|
|
6491
6513
|
/*lang*/
|
|
@@ -6553,15 +6575,15 @@ function An(s) {
|
|
|
6553
6575
|
}
|
|
6554
6576
|
};
|
|
6555
6577
|
}
|
|
6556
|
-
function
|
|
6578
|
+
function Un(s) {
|
|
6557
6579
|
let e;
|
|
6558
6580
|
return {
|
|
6559
6581
|
c() {
|
|
6560
|
-
e =
|
|
6582
|
+
e = p("player-account-timeout"), i(
|
|
6561
6583
|
e,
|
|
6562
6584
|
"hasconfirmationmodal",
|
|
6563
6585
|
/*timeouthasconfirmation*/
|
|
6564
|
-
s[
|
|
6586
|
+
s[50]
|
|
6565
6587
|
), i(
|
|
6566
6588
|
e,
|
|
6567
6589
|
"endpoint",
|
|
@@ -6609,11 +6631,11 @@ function On(s) {
|
|
|
6609
6631
|
},
|
|
6610
6632
|
p(n, t) {
|
|
6611
6633
|
t[1] & /*timeouthasconfirmation*/
|
|
6612
|
-
|
|
6634
|
+
524288 && i(
|
|
6613
6635
|
e,
|
|
6614
6636
|
"hasconfirmationmodal",
|
|
6615
6637
|
/*timeouthasconfirmation*/
|
|
6616
|
-
n[
|
|
6638
|
+
n[50]
|
|
6617
6639
|
), t[0] & /*endpoint*/
|
|
6618
6640
|
32 && i(
|
|
6619
6641
|
e,
|
|
@@ -6669,11 +6691,11 @@ function On(s) {
|
|
|
6669
6691
|
}
|
|
6670
6692
|
};
|
|
6671
6693
|
}
|
|
6672
|
-
function
|
|
6694
|
+
function zn(s) {
|
|
6673
6695
|
let e;
|
|
6674
6696
|
return {
|
|
6675
6697
|
c() {
|
|
6676
|
-
e =
|
|
6698
|
+
e = p("player-reality-check"), i(
|
|
6677
6699
|
e,
|
|
6678
6700
|
"endpoint",
|
|
6679
6701
|
/*endpoint*/
|
|
@@ -6774,13 +6796,13 @@ function Un(s) {
|
|
|
6774
6796
|
}
|
|
6775
6797
|
};
|
|
6776
6798
|
}
|
|
6777
|
-
function
|
|
6799
|
+
function Nn(s) {
|
|
6778
6800
|
let e;
|
|
6779
6801
|
function n(l, f) {
|
|
6780
6802
|
return (
|
|
6781
6803
|
/*gmversion*/
|
|
6782
6804
|
l[30] === "gmcore" || /*gmversion*/
|
|
6783
|
-
l[30] === "gm16" ?
|
|
6805
|
+
l[30] === "gm16" ? Rn : In
|
|
6784
6806
|
);
|
|
6785
6807
|
}
|
|
6786
6808
|
let t = n(s), u = t(s);
|
|
@@ -6799,11 +6821,11 @@ function zn(s) {
|
|
|
6799
6821
|
}
|
|
6800
6822
|
};
|
|
6801
6823
|
}
|
|
6802
|
-
function
|
|
6824
|
+
function jn(s) {
|
|
6803
6825
|
let e;
|
|
6804
6826
|
return {
|
|
6805
6827
|
c() {
|
|
6806
|
-
e =
|
|
6828
|
+
e = p("player-profile-info"), i(
|
|
6807
6829
|
e,
|
|
6808
6830
|
"endpoint",
|
|
6809
6831
|
/*endpoint*/
|
|
@@ -6822,8 +6844,8 @@ function Nn(s) {
|
|
|
6822
6844
|
e,
|
|
6823
6845
|
"userid",
|
|
6824
6846
|
/*userId*/
|
|
6825
|
-
s[
|
|
6826
|
-
), i(e, "countrycode",
|
|
6847
|
+
s[59]
|
|
6848
|
+
), i(e, "countrycode", ti), i(
|
|
6827
6849
|
e,
|
|
6828
6850
|
"translationurl",
|
|
6829
6851
|
/*translationurl*/
|
|
@@ -6883,11 +6905,11 @@ function Nn(s) {
|
|
|
6883
6905
|
/*session*/
|
|
6884
6906
|
n[4]
|
|
6885
6907
|
), t[1] & /*userId*/
|
|
6886
|
-
|
|
6908
|
+
268435456 && i(
|
|
6887
6909
|
e,
|
|
6888
6910
|
"userid",
|
|
6889
6911
|
/*userId*/
|
|
6890
|
-
n[
|
|
6912
|
+
n[59]
|
|
6891
6913
|
), t[0] & /*translationurl*/
|
|
6892
6914
|
67108864 && i(
|
|
6893
6915
|
e,
|
|
@@ -6937,11 +6959,11 @@ function Nn(s) {
|
|
|
6937
6959
|
}
|
|
6938
6960
|
};
|
|
6939
6961
|
}
|
|
6940
|
-
function
|
|
6962
|
+
function Tn(s) {
|
|
6941
6963
|
let e, n, t, u;
|
|
6942
6964
|
return {
|
|
6943
6965
|
c() {
|
|
6944
|
-
e =
|
|
6966
|
+
e = p("nav"), n = p("player-account-menu-nd"), t = x(), u = p("player-account-notifications"), i(
|
|
6945
6967
|
n,
|
|
6946
6968
|
"endpoint",
|
|
6947
6969
|
/*endpoint*/
|
|
@@ -7174,11 +7196,11 @@ function jn(s) {
|
|
|
7174
7196
|
}
|
|
7175
7197
|
};
|
|
7176
7198
|
}
|
|
7177
|
-
function
|
|
7199
|
+
function In(s) {
|
|
7178
7200
|
let e;
|
|
7179
7201
|
return {
|
|
7180
7202
|
c() {
|
|
7181
|
-
e =
|
|
7203
|
+
e = p("pam-change-password"), i(
|
|
7182
7204
|
e,
|
|
7183
7205
|
"endpoint",
|
|
7184
7206
|
/*endpoint*/
|
|
@@ -7197,12 +7219,12 @@ function Tn(s) {
|
|
|
7197
7219
|
e,
|
|
7198
7220
|
"forgot-mode",
|
|
7199
7221
|
/*forgotmode*/
|
|
7200
|
-
s[
|
|
7222
|
+
s[53]
|
|
7201
7223
|
), i(
|
|
7202
7224
|
e,
|
|
7203
7225
|
"token",
|
|
7204
7226
|
/*token*/
|
|
7205
|
-
s[
|
|
7227
|
+
s[54]
|
|
7206
7228
|
), i(
|
|
7207
7229
|
e,
|
|
7208
7230
|
"client-styling",
|
|
@@ -7248,17 +7270,17 @@ function Tn(s) {
|
|
|
7248
7270
|
/*lang*/
|
|
7249
7271
|
n[6]
|
|
7250
7272
|
), t[1] & /*forgotmode*/
|
|
7251
|
-
|
|
7273
|
+
4194304 && i(
|
|
7252
7274
|
e,
|
|
7253
7275
|
"forgot-mode",
|
|
7254
7276
|
/*forgotmode*/
|
|
7255
|
-
n[
|
|
7277
|
+
n[53]
|
|
7256
7278
|
), t[1] & /*token*/
|
|
7257
|
-
|
|
7279
|
+
8388608 && i(
|
|
7258
7280
|
e,
|
|
7259
7281
|
"token",
|
|
7260
7282
|
/*token*/
|
|
7261
|
-
n[
|
|
7283
|
+
n[54]
|
|
7262
7284
|
), t[0] & /*clientstyling*/
|
|
7263
7285
|
8388608 && i(
|
|
7264
7286
|
e,
|
|
@@ -7290,11 +7312,11 @@ function Tn(s) {
|
|
|
7290
7312
|
}
|
|
7291
7313
|
};
|
|
7292
7314
|
}
|
|
7293
|
-
function
|
|
7315
|
+
function Rn(s) {
|
|
7294
7316
|
let e;
|
|
7295
7317
|
return {
|
|
7296
7318
|
c() {
|
|
7297
|
-
e =
|
|
7319
|
+
e = p("player-change-password-nd"), i(
|
|
7298
7320
|
e,
|
|
7299
7321
|
"simplepasswordvalidation",
|
|
7300
7322
|
/*simplepasswordvalidation*/
|
|
@@ -7313,7 +7335,7 @@ function In(s) {
|
|
|
7313
7335
|
e,
|
|
7314
7336
|
"passwordregex",
|
|
7315
7337
|
/*passwordregex*/
|
|
7316
|
-
s[
|
|
7338
|
+
s[44]
|
|
7317
7339
|
), i(
|
|
7318
7340
|
e,
|
|
7319
7341
|
"clientstyling",
|
|
@@ -7354,11 +7376,11 @@ function In(s) {
|
|
|
7354
7376
|
/*lang*/
|
|
7355
7377
|
n[6]
|
|
7356
7378
|
), t[1] & /*passwordregex*/
|
|
7357
|
-
|
|
7379
|
+
8192 && i(
|
|
7358
7380
|
e,
|
|
7359
7381
|
"passwordregex",
|
|
7360
7382
|
/*passwordregex*/
|
|
7361
|
-
n[
|
|
7383
|
+
n[44]
|
|
7362
7384
|
), t[0] & /*clientstyling*/
|
|
7363
7385
|
8388608 && i(
|
|
7364
7386
|
e,
|
|
@@ -7384,21 +7406,21 @@ function In(s) {
|
|
|
7384
7406
|
}
|
|
7385
7407
|
};
|
|
7386
7408
|
}
|
|
7387
|
-
function
|
|
7409
|
+
function Gn(s) {
|
|
7388
7410
|
let e;
|
|
7389
7411
|
function n(l, f) {
|
|
7390
7412
|
return (
|
|
7391
7413
|
/*isLoading*/
|
|
7392
|
-
l[
|
|
7414
|
+
l[58] ? Gi : Ri
|
|
7393
7415
|
);
|
|
7394
7416
|
}
|
|
7395
7417
|
let t = n(s), u = t(s);
|
|
7396
7418
|
return {
|
|
7397
7419
|
c() {
|
|
7398
|
-
e =
|
|
7420
|
+
e = p("div"), u.c();
|
|
7399
7421
|
},
|
|
7400
7422
|
m(l, f) {
|
|
7401
|
-
c(l, e, f), u.m(e, null), s[
|
|
7423
|
+
c(l, e, f), u.m(e, null), s[72](e);
|
|
7402
7424
|
},
|
|
7403
7425
|
p(l, f) {
|
|
7404
7426
|
t === (t = n(l)) && u ? u.p(l, f) : (u.d(1), u = t(l), u && (u.c(), u.m(e, null)));
|
|
@@ -7406,18 +7428,18 @@ function Rn(s) {
|
|
|
7406
7428
|
i: $,
|
|
7407
7429
|
o: $,
|
|
7408
7430
|
d(l) {
|
|
7409
|
-
l && m(e), u.d(), s[
|
|
7431
|
+
l && m(e), u.d(), s[72](null);
|
|
7410
7432
|
}
|
|
7411
7433
|
};
|
|
7412
7434
|
}
|
|
7413
|
-
let
|
|
7414
|
-
function
|
|
7435
|
+
let ti = "";
|
|
7436
|
+
function Wn(s, e, n) {
|
|
7415
7437
|
let t;
|
|
7416
|
-
|
|
7417
|
-
let { cmsendpoint: u = "" } = e, { env: l = "" } = e, { customnotifications: f = "" } = e, { playerid: h = "" } = e, { session: _ = "" } = e, { endpoint: g = "" } = e, { lang: a = "" } = e, { operator: o = "Everymatrix" } = e, { supportemail: w = "" } = e, { termsconditionslink: ne = "" } = e, { separatelimits: se = "true" } = e, { hasdefaultamount: te = "false" } = e, { userroles: B = "" } = e, { simplepasswordvalidation: oe = "false" } = e, { tablabels: le = "" } = e, { historyenabled: ae = "" } = e, { deletelimit: re = "" } = e, { limitsamount: ue = "" } = e, { limitsperiods: fe = "" } = e, { numberofentries: me = "" } = e, { customcurrencysymbols: ce = "" } = e, { currency: de = "" } = e, { apiversion: pe = "" } = e, { clientstyling: z = "" } = e, { clientstylingurl: N = "" } = e, { mbsource: j } = e, { translationurl: T = "" } = e, { custominputtextswitch: he = "false" } = e, { showlocationdetailsdescription: ge = "true" } = e, { disabledfields: we = "username,motherMaidenName,personalId,phone,region,userActiveStatus,userRoles,email,firstname,lastname,language,birth,currency,iban,title,country,securityQuestion" } = e, { gmversion: F = "" } = e, { producttype: _e = "" } = e, { successurl: be = "" } = e, { failurl: ye = "" } = e, { cancelurl: ke = "" } = e, { sportsurl: Ce = "" } = e, { casinourl: Se = "" } = e, { contacturl: ve = "" } = e, { homeurl: Ee = "" } = e, { baseurl: Pe = "" } = e, {
|
|
7418
|
-
|
|
7419
|
-
let E,
|
|
7420
|
-
const
|
|
7438
|
+
Pi(s, Oi, (r) => n(81, t = r));
|
|
7439
|
+
let { cmsendpoint: u = "" } = e, { env: l = "" } = e, { customnotifications: f = "" } = e, { playerid: h = "" } = e, { session: _ = "" } = e, { endpoint: g = "" } = e, { lang: a = "" } = e, { operator: o = "Everymatrix" } = e, { supportemail: w = "" } = e, { termsconditionslink: ne = "" } = e, { separatelimits: se = "true" } = e, { hasdefaultamount: te = "false" } = e, { userroles: B = "" } = e, { simplepasswordvalidation: oe = "false" } = e, { tablabels: le = "" } = e, { historyenabled: ae = "" } = e, { deletelimit: re = "" } = e, { limitsamount: ue = "" } = e, { limitsperiods: fe = "" } = e, { numberofentries: me = "" } = e, { customcurrencysymbols: ce = "" } = e, { currency: de = "" } = e, { apiversion: pe = "" } = e, { clientstyling: z = "" } = e, { clientstylingurl: N = "" } = e, { mbsource: j } = e, { translationurl: T = "" } = e, { custominputtextswitch: he = "false" } = e, { showlocationdetailsdescription: ge = "true" } = e, { disabledfields: we = "username,motherMaidenName,personalId,phone,region,userActiveStatus,userRoles,email,firstname,lastname,language,birth,currency,iban,title,country,securityQuestion" } = e, { gmversion: F = "" } = e, { producttype: _e = "" } = e, { successurl: be = "" } = e, { failurl: ye = "" } = e, { cancelurl: ke = "" } = e, { sportsurl: Ce = "" } = e, { casinourl: Se = "" } = e, { contacturl: ve = "" } = e, { homeurl: Ee = "" } = e, { baseurl: Pe = "" } = e, { hideproducts: De = "Virtuals" } = e, { depositurl: Le = "" } = e, { showcashierbonus: Me = "" } = e, { biometricsenabled: Ae = "false" } = e, { activepage: v = "" } = e, { passwordregex: Oe = "" } = e, { limitformat: Ue = "" } = e, { historytypes: ze = "Payments, Casino, Sports" } = e, { pagesizeoptions: Ne = "5, 10, 20, 50, 100" } = e, { defaultpagesize: je = "5" } = e, { dateformat: Te = "" } = e, { timeouthasconfirmation: Ie = "false" } = e, { hascancelbutton: Re = "false" } = e, { cooloffhasconfirmation: Ge = "false" } = e, { forgotmode: We = !1 } = e, { token: Xe = "" } = e, { bonushistorystatus: Je = "" } = e, { bonushistorytype: qe = "" } = e;
|
|
7440
|
+
ji({ withLocale: "en", translations: {} });
|
|
7441
|
+
let E, Qe = !1, H = window.navigator.userAgent, Be = ei(H) !== "PC", oi = Di(H), C = "", S = "", P = {}, I, R, G, L, W = !1, X = !1, V = "", Fe = "", He = !1, li, Ve, Ze = "/profile-info";
|
|
7442
|
+
const Ke = [
|
|
7421
7443
|
"/profile-info",
|
|
7422
7444
|
"/change-password",
|
|
7423
7445
|
"/reality-check",
|
|
@@ -7441,36 +7463,36 @@ function Gn(s, e, n) {
|
|
|
7441
7463
|
"/transactions-history",
|
|
7442
7464
|
"/external-transactions-history",
|
|
7443
7465
|
"/biometrics"
|
|
7444
|
-
],
|
|
7445
|
-
|
|
7446
|
-
}, li = () => {
|
|
7447
|
-
xe(H);
|
|
7448
|
-
}, Ye = () => {
|
|
7449
|
-
!v && !Qe && n(66, v = Ze[0]), n(60, Ve = v);
|
|
7466
|
+
], Ye = () => {
|
|
7467
|
+
ai(), n(59, C = h), n(60, S = _), $e(), n(58, Qe = !1);
|
|
7450
7468
|
}, ai = () => {
|
|
7469
|
+
ei(H);
|
|
7470
|
+
}, $e = () => {
|
|
7471
|
+
!v && !Be && n(67, v = Ke[0]), n(61, Ze = v);
|
|
7472
|
+
}, ri = () => {
|
|
7451
7473
|
fetch(T).then((b) => b.json()).then((b) => {
|
|
7452
7474
|
Object.keys(b).forEach((y) => {
|
|
7453
|
-
|
|
7475
|
+
ii(y, b[y]);
|
|
7454
7476
|
});
|
|
7455
7477
|
}).catch((b) => {
|
|
7456
7478
|
console.log(b);
|
|
7457
7479
|
});
|
|
7458
7480
|
};
|
|
7459
|
-
Object.keys(
|
|
7460
|
-
|
|
7481
|
+
Object.keys(ni).forEach((r) => {
|
|
7482
|
+
ii(r, ni[r]);
|
|
7461
7483
|
});
|
|
7462
|
-
const
|
|
7484
|
+
const xe = (r) => {
|
|
7463
7485
|
let b;
|
|
7464
7486
|
if (r.data)
|
|
7465
7487
|
switch (r.data.type) {
|
|
7466
7488
|
case "AccountMenuDetails":
|
|
7467
7489
|
break;
|
|
7468
7490
|
case "ChangeAccountPage":
|
|
7469
|
-
n(
|
|
7491
|
+
n(67, v = r.data.page.path), v == "/deposit" && typeof gtag == "function" && gtag("event", "GoToDeposit", { context: "PlayerAccountController" }), v == "/withdrawal" && typeof gtag == "function" && gtag("event", "GoToWithdrawal", { context: "PlayerAccountController" });
|
|
7470
7492
|
break;
|
|
7471
7493
|
case "PlayerAccountMenuActive":
|
|
7472
7494
|
case "GoToPreviousRoute":
|
|
7473
|
-
r.data.isMobile && (n(
|
|
7495
|
+
r.data.isMobile && (n(67, v = ""), Ye());
|
|
7474
7496
|
break;
|
|
7475
7497
|
case "UpdatePlayerInfo":
|
|
7476
7498
|
let y = r.data.provisionalArray, D = {
|
|
@@ -7523,11 +7545,11 @@ function Gn(s, e, n) {
|
|
|
7523
7545
|
});
|
|
7524
7546
|
break;
|
|
7525
7547
|
case "ChangePassword":
|
|
7526
|
-
|
|
7548
|
+
ui(r.data.userCurrentPassword, r.data.userNewPassword);
|
|
7527
7549
|
break;
|
|
7528
7550
|
case "SetPlayerAccountTimeout":
|
|
7529
7551
|
b = new URL(`/v2/player/${C}/limits${F === "gm16" ? "/session" : ""}`, g);
|
|
7530
|
-
let q = r.data.timeoutSelected, K = r.data.timeoutExpiryDate,
|
|
7552
|
+
let q = r.data.timeoutSelected, K = r.data.timeoutExpiryDate, di = {
|
|
7531
7553
|
method: "PUT",
|
|
7532
7554
|
headers: {
|
|
7533
7555
|
"X-SessionID": S,
|
|
@@ -7538,7 +7560,7 @@ function Gn(s, e, n) {
|
|
|
7538
7560
|
coolOff: { period: q, expiryDate: K }
|
|
7539
7561
|
})
|
|
7540
7562
|
};
|
|
7541
|
-
fetch(b.href,
|
|
7563
|
+
fetch(b.href, di).then((k) => {
|
|
7542
7564
|
if (k.status == 200)
|
|
7543
7565
|
window.postMessage(
|
|
7544
7566
|
{
|
|
@@ -7556,7 +7578,7 @@ function Gn(s, e, n) {
|
|
|
7556
7578
|
break;
|
|
7557
7579
|
case "AccountClosure":
|
|
7558
7580
|
b = new URL(`/v1/player/${C}/terminate`, g);
|
|
7559
|
-
let
|
|
7581
|
+
let pi = {
|
|
7560
7582
|
method: "DELETE",
|
|
7561
7583
|
headers: {
|
|
7562
7584
|
"X-SessionID": S,
|
|
@@ -7564,7 +7586,7 @@ function Gn(s, e, n) {
|
|
|
7564
7586
|
Accept: "application/json"
|
|
7565
7587
|
}
|
|
7566
7588
|
};
|
|
7567
|
-
fetch(b.href,
|
|
7589
|
+
fetch(b.href, pi).then((k) => {
|
|
7568
7590
|
k.status < 300 && (window.postMessage(
|
|
7569
7591
|
{
|
|
7570
7592
|
type: "WidgetNotification",
|
|
@@ -7578,20 +7600,20 @@ function Gn(s, e, n) {
|
|
|
7578
7600
|
});
|
|
7579
7601
|
break;
|
|
7580
7602
|
case "UserSessionID":
|
|
7581
|
-
n(
|
|
7603
|
+
n(60, S = r.data.session), n(59, C = r.data.userid);
|
|
7582
7604
|
break;
|
|
7583
7605
|
case "PlayerAccountGamingLimitsUpdate":
|
|
7584
7606
|
b = new URL(`/v2/player/${C}/limits`, g);
|
|
7585
|
-
let
|
|
7607
|
+
let hi = r.data.payload, gi = {
|
|
7586
7608
|
method: "PUT",
|
|
7587
7609
|
headers: {
|
|
7588
7610
|
"X-SessionID": S,
|
|
7589
7611
|
"Content-Type": "application/json",
|
|
7590
7612
|
Accept: "application/json"
|
|
7591
7613
|
},
|
|
7592
|
-
body: JSON.stringify(
|
|
7614
|
+
body: JSON.stringify(hi)
|
|
7593
7615
|
};
|
|
7594
|
-
fetch(b.href,
|
|
7616
|
+
fetch(b.href, gi).then((k) => {
|
|
7595
7617
|
k.status == 200 && (W = !0, window.postMessage(
|
|
7596
7618
|
{
|
|
7597
7619
|
type: "WidgetNotification",
|
|
@@ -7607,8 +7629,8 @@ function Gn(s, e, n) {
|
|
|
7607
7629
|
case "PlayerAccountGamingLimitDelete":
|
|
7608
7630
|
let Q = r.data.limit ? r.data.limit : {}, A;
|
|
7609
7631
|
Array.isArray(Q) ? A = Q.map((k) => k.period) : A = Q.period;
|
|
7610
|
-
let
|
|
7611
|
-
switch (
|
|
7632
|
+
let wi = r.data.name, O = "";
|
|
7633
|
+
switch (wi) {
|
|
7612
7634
|
case "depositLimits":
|
|
7613
7635
|
O = "deposit";
|
|
7614
7636
|
break;
|
|
@@ -7622,14 +7644,14 @@ function Gn(s, e, n) {
|
|
|
7622
7644
|
O = "loss";
|
|
7623
7645
|
break;
|
|
7624
7646
|
}
|
|
7625
|
-
let
|
|
7647
|
+
let _i = {
|
|
7626
7648
|
method: "DELETE",
|
|
7627
7649
|
headers: { "X-SessionID": S },
|
|
7628
7650
|
body: JSON.stringify(Q)
|
|
7629
7651
|
};
|
|
7630
7652
|
b = new URL(`/v2/player/${C}/limits/${O}`, g), Array.isArray(A) ? A.forEach((k) => {
|
|
7631
7653
|
b.searchParams.append("periods", k);
|
|
7632
|
-
}) : b.searchParams.append("periods", A), fetch(b.href,
|
|
7654
|
+
}) : b.searchParams.append("periods", A), fetch(b.href, _i).then((k) => {
|
|
7633
7655
|
k.status == 200 && (X = !0, window.postMessage(
|
|
7634
7656
|
{
|
|
7635
7657
|
type: "WidgetNotification",
|
|
@@ -7651,7 +7673,7 @@ function Gn(s, e, n) {
|
|
|
7651
7673
|
M(new URL(`/v2/player/${C}/limits`, g));
|
|
7652
7674
|
break;
|
|
7653
7675
|
}
|
|
7654
|
-
},
|
|
7676
|
+
}, ui = async (r, b) => {
|
|
7655
7677
|
let y = new URL(`${g}/v1/player/${C}/password`), D = {
|
|
7656
7678
|
currentPassword: r,
|
|
7657
7679
|
newPassword: b
|
|
@@ -7674,18 +7696,18 @@ function Gn(s, e, n) {
|
|
|
7674
7696
|
}
|
|
7675
7697
|
},
|
|
7676
7698
|
window.location.href
|
|
7677
|
-
),
|
|
7699
|
+
), Ve = new CustomEvent(
|
|
7678
7700
|
"ChangePassword",
|
|
7679
7701
|
{
|
|
7680
7702
|
detail: { userPassword: D.newPassword }
|
|
7681
7703
|
}
|
|
7682
|
-
), window.dispatchEvent(
|
|
7704
|
+
), window.dispatchEvent(Ve);
|
|
7683
7705
|
else {
|
|
7684
7706
|
let q = await J.json();
|
|
7685
|
-
|
|
7707
|
+
Fe = Object.keys(q.thirdPartyResponse).find((K) => K === "errorCode") + q.thirdPartyResponse.errorCode, V = t(`${Fe}`), He = !0, window.postMessage(
|
|
7686
7708
|
{
|
|
7687
7709
|
type: "ShowPasswordChangedError",
|
|
7688
|
-
showErrorPasswordChanged:
|
|
7710
|
+
showErrorPasswordChanged: He,
|
|
7689
7711
|
errorPasswordChanged: V
|
|
7690
7712
|
},
|
|
7691
7713
|
window.location.href
|
|
@@ -7718,7 +7740,7 @@ function Gn(s, e, n) {
|
|
|
7718
7740
|
};
|
|
7719
7741
|
fetch(r.href, b).then((y) => y.json()).then(
|
|
7720
7742
|
(y) => {
|
|
7721
|
-
P = y, Object.keys(P).length !== 0 ? (n(
|
|
7743
|
+
P = y, Object.keys(P).length !== 0 ? (n(68, I = P.depositLimits ?? []), n(69, R = P.wageringLimits ?? []), n(70, G = P.lossLimits ?? []), P.hasOwnProperty("cumulativeSessionLimits") ? (n(71, L = P.timeLimit), n(71, L = P.cumulativeSessionLimits.map((D) => (D.amount = D.minutes, D)))) : n(71, L = []), window.postMessage(
|
|
7722
7744
|
{
|
|
7723
7745
|
type: "PlayerLimitsData",
|
|
7724
7746
|
limits: {
|
|
@@ -7732,40 +7754,40 @@ function Gn(s, e, n) {
|
|
|
7732
7754
|
}
|
|
7733
7755
|
},
|
|
7734
7756
|
window.location.href
|
|
7735
|
-
)) : (n(
|
|
7757
|
+
)) : (n(68, I = []), n(69, R = []), n(70, G = []), n(71, L = [])), Ai();
|
|
7736
7758
|
},
|
|
7737
7759
|
(y) => {
|
|
7738
7760
|
console.error(y);
|
|
7739
7761
|
}
|
|
7740
7762
|
);
|
|
7741
|
-
},
|
|
7742
|
-
|
|
7743
|
-
},
|
|
7763
|
+
}, fi = () => {
|
|
7764
|
+
Ti(a);
|
|
7765
|
+
}, mi = (r) => {
|
|
7744
7766
|
M(new URL(`/v2/player/${C}/limits`, g));
|
|
7745
7767
|
};
|
|
7746
|
-
|
|
7747
|
-
window.removeEventListener("message",
|
|
7768
|
+
Li(() => (window.addEventListener("message", xe, !1), () => {
|
|
7769
|
+
window.removeEventListener("message", xe);
|
|
7748
7770
|
}));
|
|
7749
|
-
function
|
|
7750
|
-
|
|
7751
|
-
E = r, n(
|
|
7771
|
+
function ci(r) {
|
|
7772
|
+
Mi[r ? "unshift" : "push"](() => {
|
|
7773
|
+
E = r, n(57, E);
|
|
7752
7774
|
});
|
|
7753
7775
|
}
|
|
7754
7776
|
return s.$$set = (r) => {
|
|
7755
|
-
"cmsendpoint" in r && n(0, u = r.cmsendpoint), "env" in r && n(1, l = r.env), "customnotifications" in r && n(2, f = r.customnotifications), "playerid" in r && n(3, h = r.playerid), "session" in r && n(4, _ = r.session), "endpoint" in r && n(5, g = r.endpoint), "lang" in r && n(6, a = r.lang), "operator" in r && n(7, o = r.operator), "supportemail" in r && n(8, w = r.supportemail), "termsconditionslink" in r && n(9, ne = r.termsconditionslink), "separatelimits" in r && n(10, se = r.separatelimits), "hasdefaultamount" in r && n(11, te = r.hasdefaultamount), "userroles" in r && n(12, B = r.userroles), "simplepasswordvalidation" in r && n(13, oe = r.simplepasswordvalidation), "tablabels" in r && n(14, le = r.tablabels), "historyenabled" in r && n(15, ae = r.historyenabled), "deletelimit" in r && n(16, re = r.deletelimit), "limitsamount" in r && n(17, ue = r.limitsamount), "limitsperiods" in r && n(18, fe = r.limitsperiods), "numberofentries" in r && n(19, me = r.numberofentries), "customcurrencysymbols" in r && n(20, ce = r.customcurrencysymbols), "currency" in r && n(21, de = r.currency), "apiversion" in r && n(22, pe = r.apiversion), "clientstyling" in r && n(23, z = r.clientstyling), "clientstylingurl" in r && n(24, N = r.clientstylingurl), "mbsource" in r && n(25, j = r.mbsource), "translationurl" in r && n(26, T = r.translationurl), "custominputtextswitch" in r && n(27, he = r.custominputtextswitch), "showlocationdetailsdescription" in r && n(28, ge = r.showlocationdetailsdescription), "disabledfields" in r && n(29, we = r.disabledfields), "gmversion" in r && n(30, F = r.gmversion), "producttype" in r && n(31, _e = r.producttype), "successurl" in r && n(32, be = r.successurl), "failurl" in r && n(33, ye = r.failurl), "cancelurl" in r && n(34, ke = r.cancelurl), "sportsurl" in r && n(35, Ce = r.sportsurl), "casinourl" in r && n(36, Se = r.casinourl), "contacturl" in r && n(37, ve = r.contacturl), "homeurl" in r && n(38, Ee = r.homeurl), "baseurl" in r && n(39, Pe = r.baseurl), "
|
|
7777
|
+
"cmsendpoint" in r && n(0, u = r.cmsendpoint), "env" in r && n(1, l = r.env), "customnotifications" in r && n(2, f = r.customnotifications), "playerid" in r && n(3, h = r.playerid), "session" in r && n(4, _ = r.session), "endpoint" in r && n(5, g = r.endpoint), "lang" in r && n(6, a = r.lang), "operator" in r && n(7, o = r.operator), "supportemail" in r && n(8, w = r.supportemail), "termsconditionslink" in r && n(9, ne = r.termsconditionslink), "separatelimits" in r && n(10, se = r.separatelimits), "hasdefaultamount" in r && n(11, te = r.hasdefaultamount), "userroles" in r && n(12, B = r.userroles), "simplepasswordvalidation" in r && n(13, oe = r.simplepasswordvalidation), "tablabels" in r && n(14, le = r.tablabels), "historyenabled" in r && n(15, ae = r.historyenabled), "deletelimit" in r && n(16, re = r.deletelimit), "limitsamount" in r && n(17, ue = r.limitsamount), "limitsperiods" in r && n(18, fe = r.limitsperiods), "numberofentries" in r && n(19, me = r.numberofentries), "customcurrencysymbols" in r && n(20, ce = r.customcurrencysymbols), "currency" in r && n(21, de = r.currency), "apiversion" in r && n(22, pe = r.apiversion), "clientstyling" in r && n(23, z = r.clientstyling), "clientstylingurl" in r && n(24, N = r.clientstylingurl), "mbsource" in r && n(25, j = r.mbsource), "translationurl" in r && n(26, T = r.translationurl), "custominputtextswitch" in r && n(27, he = r.custominputtextswitch), "showlocationdetailsdescription" in r && n(28, ge = r.showlocationdetailsdescription), "disabledfields" in r && n(29, we = r.disabledfields), "gmversion" in r && n(30, F = r.gmversion), "producttype" in r && n(31, _e = r.producttype), "successurl" in r && n(32, be = r.successurl), "failurl" in r && n(33, ye = r.failurl), "cancelurl" in r && n(34, ke = r.cancelurl), "sportsurl" in r && n(35, Ce = r.sportsurl), "casinourl" in r && n(36, Se = r.casinourl), "contacturl" in r && n(37, ve = r.contacturl), "homeurl" in r && n(38, Ee = r.homeurl), "baseurl" in r && n(39, Pe = r.baseurl), "hideproducts" in r && n(40, De = r.hideproducts), "depositurl" in r && n(41, Le = r.depositurl), "showcashierbonus" in r && n(42, Me = r.showcashierbonus), "biometricsenabled" in r && n(43, Ae = r.biometricsenabled), "activepage" in r && n(67, v = r.activepage), "passwordregex" in r && n(44, Oe = r.passwordregex), "limitformat" in r && n(45, Ue = r.limitformat), "historytypes" in r && n(46, ze = r.historytypes), "pagesizeoptions" in r && n(47, Ne = r.pagesizeoptions), "defaultpagesize" in r && n(48, je = r.defaultpagesize), "dateformat" in r && n(49, Te = r.dateformat), "timeouthasconfirmation" in r && n(50, Ie = r.timeouthasconfirmation), "hascancelbutton" in r && n(51, Re = r.hascancelbutton), "cooloffhasconfirmation" in r && n(52, Ge = r.cooloffhasconfirmation), "forgotmode" in r && n(53, We = r.forgotmode), "token" in r && n(54, Xe = r.token), "bonushistorystatus" in r && n(55, Je = r.bonushistorystatus), "bonushistorytype" in r && n(56, qe = r.bonushistorytype);
|
|
7756
7778
|
}, s.$$.update = () => {
|
|
7757
7779
|
s.$$.dirty[0] & /*lang*/
|
|
7758
|
-
64 && a &&
|
|
7759
|
-
4223 && u && g && f && h && _ && a && l && B &&
|
|
7760
|
-
|
|
7780
|
+
64 && a && fi(), s.$$.dirty[0] & /*cmsendpoint, endpoint, customnotifications, playerid, session, lang, env, userroles*/
|
|
7781
|
+
4223 && u && g && f && h && _ && a && l && B && Ye(), s.$$.dirty[2] & /*depositlimit, wageringlimit, losslimit, timelimit*/
|
|
7782
|
+
960, s.$$.dirty[0] & /*clientstyling*/
|
|
7761
7783
|
8388608 | s.$$.dirty[1] & /*customStylingContainer*/
|
|
7762
|
-
|
|
7784
|
+
67108864 && z && E && Ui(E, z), s.$$.dirty[0] & /*clientstylingurl*/
|
|
7763
7785
|
16777216 | s.$$.dirty[1] & /*customStylingContainer*/
|
|
7764
|
-
|
|
7786
|
+
67108864 && N && E && zi(E, N), s.$$.dirty[0] & /*mbsource*/
|
|
7765
7787
|
33554432 | s.$$.dirty[1] & /*customStylingContainer*/
|
|
7766
|
-
|
|
7767
|
-
67108864 && T &&
|
|
7768
|
-
|
|
7788
|
+
67108864 && j && E && Ni(E, `${j}.Style`), s.$$.dirty[0] & /*translationurl*/
|
|
7789
|
+
67108864 && T && ri(), s.$$.dirty[2] & /*activepage*/
|
|
7790
|
+
32 && v && $e();
|
|
7769
7791
|
}, [
|
|
7770
7792
|
u,
|
|
7771
7793
|
l,
|
|
@@ -7823,32 +7845,33 @@ function Gn(s, e, n) {
|
|
|
7823
7845
|
We,
|
|
7824
7846
|
Xe,
|
|
7825
7847
|
Je,
|
|
7826
|
-
E,
|
|
7827
7848
|
qe,
|
|
7849
|
+
E,
|
|
7850
|
+
Qe,
|
|
7828
7851
|
C,
|
|
7829
7852
|
S,
|
|
7830
|
-
Ve,
|
|
7831
|
-
Qe,
|
|
7832
|
-
ti,
|
|
7833
|
-
oi,
|
|
7834
7853
|
Ze,
|
|
7835
|
-
|
|
7854
|
+
Be,
|
|
7855
|
+
oi,
|
|
7856
|
+
li,
|
|
7857
|
+
Ke,
|
|
7858
|
+
mi,
|
|
7836
7859
|
v,
|
|
7837
7860
|
I,
|
|
7838
7861
|
R,
|
|
7839
7862
|
G,
|
|
7840
7863
|
L,
|
|
7841
|
-
|
|
7864
|
+
ci
|
|
7842
7865
|
];
|
|
7843
7866
|
}
|
|
7844
|
-
class
|
|
7867
|
+
class Xn extends Ci {
|
|
7845
7868
|
constructor(e) {
|
|
7846
|
-
super(),
|
|
7869
|
+
super(), Si(
|
|
7847
7870
|
this,
|
|
7848
7871
|
e,
|
|
7872
|
+
Wn,
|
|
7849
7873
|
Gn,
|
|
7850
|
-
|
|
7851
|
-
Si,
|
|
7874
|
+
vi,
|
|
7852
7875
|
{
|
|
7853
7876
|
cmsendpoint: 0,
|
|
7854
7877
|
env: 1,
|
|
@@ -7890,25 +7913,26 @@ class Wn extends ki {
|
|
|
7890
7913
|
contacturl: 37,
|
|
7891
7914
|
homeurl: 38,
|
|
7892
7915
|
baseurl: 39,
|
|
7893
|
-
|
|
7894
|
-
|
|
7895
|
-
|
|
7896
|
-
|
|
7897
|
-
|
|
7898
|
-
|
|
7899
|
-
|
|
7900
|
-
|
|
7901
|
-
|
|
7902
|
-
|
|
7903
|
-
|
|
7904
|
-
|
|
7905
|
-
|
|
7906
|
-
|
|
7907
|
-
|
|
7908
|
-
|
|
7909
|
-
|
|
7916
|
+
hideproducts: 40,
|
|
7917
|
+
depositurl: 41,
|
|
7918
|
+
showcashierbonus: 42,
|
|
7919
|
+
biometricsenabled: 43,
|
|
7920
|
+
activepage: 67,
|
|
7921
|
+
passwordregex: 44,
|
|
7922
|
+
limitformat: 45,
|
|
7923
|
+
historytypes: 46,
|
|
7924
|
+
pagesizeoptions: 47,
|
|
7925
|
+
defaultpagesize: 48,
|
|
7926
|
+
dateformat: 49,
|
|
7927
|
+
timeouthasconfirmation: 50,
|
|
7928
|
+
hascancelbutton: 51,
|
|
7929
|
+
cooloffhasconfirmation: 52,
|
|
7930
|
+
forgotmode: 53,
|
|
7931
|
+
token: 54,
|
|
7932
|
+
bonushistorystatus: 55,
|
|
7933
|
+
bonushistorytype: 56
|
|
7910
7934
|
},
|
|
7911
|
-
|
|
7935
|
+
Ii,
|
|
7912
7936
|
[-1, -1, -1]
|
|
7913
7937
|
);
|
|
7914
7938
|
}
|
|
@@ -7916,346 +7940,352 @@ class Wn extends ki {
|
|
|
7916
7940
|
return this.$$.ctx[0];
|
|
7917
7941
|
}
|
|
7918
7942
|
set cmsendpoint(e) {
|
|
7919
|
-
this.$$set({ cmsendpoint: e }),
|
|
7943
|
+
this.$$set({ cmsendpoint: e }), d();
|
|
7920
7944
|
}
|
|
7921
7945
|
get env() {
|
|
7922
7946
|
return this.$$.ctx[1];
|
|
7923
7947
|
}
|
|
7924
7948
|
set env(e) {
|
|
7925
|
-
this.$$set({ env: e }),
|
|
7949
|
+
this.$$set({ env: e }), d();
|
|
7926
7950
|
}
|
|
7927
7951
|
get customnotifications() {
|
|
7928
7952
|
return this.$$.ctx[2];
|
|
7929
7953
|
}
|
|
7930
7954
|
set customnotifications(e) {
|
|
7931
|
-
this.$$set({ customnotifications: e }),
|
|
7955
|
+
this.$$set({ customnotifications: e }), d();
|
|
7932
7956
|
}
|
|
7933
7957
|
get playerid() {
|
|
7934
7958
|
return this.$$.ctx[3];
|
|
7935
7959
|
}
|
|
7936
7960
|
set playerid(e) {
|
|
7937
|
-
this.$$set({ playerid: e }),
|
|
7961
|
+
this.$$set({ playerid: e }), d();
|
|
7938
7962
|
}
|
|
7939
7963
|
get session() {
|
|
7940
7964
|
return this.$$.ctx[4];
|
|
7941
7965
|
}
|
|
7942
7966
|
set session(e) {
|
|
7943
|
-
this.$$set({ session: e }),
|
|
7967
|
+
this.$$set({ session: e }), d();
|
|
7944
7968
|
}
|
|
7945
7969
|
get endpoint() {
|
|
7946
7970
|
return this.$$.ctx[5];
|
|
7947
7971
|
}
|
|
7948
7972
|
set endpoint(e) {
|
|
7949
|
-
this.$$set({ endpoint: e }),
|
|
7973
|
+
this.$$set({ endpoint: e }), d();
|
|
7950
7974
|
}
|
|
7951
7975
|
get lang() {
|
|
7952
7976
|
return this.$$.ctx[6];
|
|
7953
7977
|
}
|
|
7954
7978
|
set lang(e) {
|
|
7955
|
-
this.$$set({ lang: e }),
|
|
7979
|
+
this.$$set({ lang: e }), d();
|
|
7956
7980
|
}
|
|
7957
7981
|
get operator() {
|
|
7958
7982
|
return this.$$.ctx[7];
|
|
7959
7983
|
}
|
|
7960
7984
|
set operator(e) {
|
|
7961
|
-
this.$$set({ operator: e }),
|
|
7985
|
+
this.$$set({ operator: e }), d();
|
|
7962
7986
|
}
|
|
7963
7987
|
get supportemail() {
|
|
7964
7988
|
return this.$$.ctx[8];
|
|
7965
7989
|
}
|
|
7966
7990
|
set supportemail(e) {
|
|
7967
|
-
this.$$set({ supportemail: e }),
|
|
7991
|
+
this.$$set({ supportemail: e }), d();
|
|
7968
7992
|
}
|
|
7969
7993
|
get termsconditionslink() {
|
|
7970
7994
|
return this.$$.ctx[9];
|
|
7971
7995
|
}
|
|
7972
7996
|
set termsconditionslink(e) {
|
|
7973
|
-
this.$$set({ termsconditionslink: e }),
|
|
7997
|
+
this.$$set({ termsconditionslink: e }), d();
|
|
7974
7998
|
}
|
|
7975
7999
|
get separatelimits() {
|
|
7976
8000
|
return this.$$.ctx[10];
|
|
7977
8001
|
}
|
|
7978
8002
|
set separatelimits(e) {
|
|
7979
|
-
this.$$set({ separatelimits: e }),
|
|
8003
|
+
this.$$set({ separatelimits: e }), d();
|
|
7980
8004
|
}
|
|
7981
8005
|
get hasdefaultamount() {
|
|
7982
8006
|
return this.$$.ctx[11];
|
|
7983
8007
|
}
|
|
7984
8008
|
set hasdefaultamount(e) {
|
|
7985
|
-
this.$$set({ hasdefaultamount: e }),
|
|
8009
|
+
this.$$set({ hasdefaultamount: e }), d();
|
|
7986
8010
|
}
|
|
7987
8011
|
get userroles() {
|
|
7988
8012
|
return this.$$.ctx[12];
|
|
7989
8013
|
}
|
|
7990
8014
|
set userroles(e) {
|
|
7991
|
-
this.$$set({ userroles: e }),
|
|
8015
|
+
this.$$set({ userroles: e }), d();
|
|
7992
8016
|
}
|
|
7993
8017
|
get simplepasswordvalidation() {
|
|
7994
8018
|
return this.$$.ctx[13];
|
|
7995
8019
|
}
|
|
7996
8020
|
set simplepasswordvalidation(e) {
|
|
7997
|
-
this.$$set({ simplepasswordvalidation: e }),
|
|
8021
|
+
this.$$set({ simplepasswordvalidation: e }), d();
|
|
7998
8022
|
}
|
|
7999
8023
|
get tablabels() {
|
|
8000
8024
|
return this.$$.ctx[14];
|
|
8001
8025
|
}
|
|
8002
8026
|
set tablabels(e) {
|
|
8003
|
-
this.$$set({ tablabels: e }),
|
|
8027
|
+
this.$$set({ tablabels: e }), d();
|
|
8004
8028
|
}
|
|
8005
8029
|
get historyenabled() {
|
|
8006
8030
|
return this.$$.ctx[15];
|
|
8007
8031
|
}
|
|
8008
8032
|
set historyenabled(e) {
|
|
8009
|
-
this.$$set({ historyenabled: e }),
|
|
8033
|
+
this.$$set({ historyenabled: e }), d();
|
|
8010
8034
|
}
|
|
8011
8035
|
get deletelimit() {
|
|
8012
8036
|
return this.$$.ctx[16];
|
|
8013
8037
|
}
|
|
8014
8038
|
set deletelimit(e) {
|
|
8015
|
-
this.$$set({ deletelimit: e }),
|
|
8039
|
+
this.$$set({ deletelimit: e }), d();
|
|
8016
8040
|
}
|
|
8017
8041
|
get limitsamount() {
|
|
8018
8042
|
return this.$$.ctx[17];
|
|
8019
8043
|
}
|
|
8020
8044
|
set limitsamount(e) {
|
|
8021
|
-
this.$$set({ limitsamount: e }),
|
|
8045
|
+
this.$$set({ limitsamount: e }), d();
|
|
8022
8046
|
}
|
|
8023
8047
|
get limitsperiods() {
|
|
8024
8048
|
return this.$$.ctx[18];
|
|
8025
8049
|
}
|
|
8026
8050
|
set limitsperiods(e) {
|
|
8027
|
-
this.$$set({ limitsperiods: e }),
|
|
8051
|
+
this.$$set({ limitsperiods: e }), d();
|
|
8028
8052
|
}
|
|
8029
8053
|
get numberofentries() {
|
|
8030
8054
|
return this.$$.ctx[19];
|
|
8031
8055
|
}
|
|
8032
8056
|
set numberofentries(e) {
|
|
8033
|
-
this.$$set({ numberofentries: e }),
|
|
8057
|
+
this.$$set({ numberofentries: e }), d();
|
|
8034
8058
|
}
|
|
8035
8059
|
get customcurrencysymbols() {
|
|
8036
8060
|
return this.$$.ctx[20];
|
|
8037
8061
|
}
|
|
8038
8062
|
set customcurrencysymbols(e) {
|
|
8039
|
-
this.$$set({ customcurrencysymbols: e }),
|
|
8063
|
+
this.$$set({ customcurrencysymbols: e }), d();
|
|
8040
8064
|
}
|
|
8041
8065
|
get currency() {
|
|
8042
8066
|
return this.$$.ctx[21];
|
|
8043
8067
|
}
|
|
8044
8068
|
set currency(e) {
|
|
8045
|
-
this.$$set({ currency: e }),
|
|
8069
|
+
this.$$set({ currency: e }), d();
|
|
8046
8070
|
}
|
|
8047
8071
|
get apiversion() {
|
|
8048
8072
|
return this.$$.ctx[22];
|
|
8049
8073
|
}
|
|
8050
8074
|
set apiversion(e) {
|
|
8051
|
-
this.$$set({ apiversion: e }),
|
|
8075
|
+
this.$$set({ apiversion: e }), d();
|
|
8052
8076
|
}
|
|
8053
8077
|
get clientstyling() {
|
|
8054
8078
|
return this.$$.ctx[23];
|
|
8055
8079
|
}
|
|
8056
8080
|
set clientstyling(e) {
|
|
8057
|
-
this.$$set({ clientstyling: e }),
|
|
8081
|
+
this.$$set({ clientstyling: e }), d();
|
|
8058
8082
|
}
|
|
8059
8083
|
get clientstylingurl() {
|
|
8060
8084
|
return this.$$.ctx[24];
|
|
8061
8085
|
}
|
|
8062
8086
|
set clientstylingurl(e) {
|
|
8063
|
-
this.$$set({ clientstylingurl: e }),
|
|
8087
|
+
this.$$set({ clientstylingurl: e }), d();
|
|
8064
8088
|
}
|
|
8065
8089
|
get mbsource() {
|
|
8066
8090
|
return this.$$.ctx[25];
|
|
8067
8091
|
}
|
|
8068
8092
|
set mbsource(e) {
|
|
8069
|
-
this.$$set({ mbsource: e }),
|
|
8093
|
+
this.$$set({ mbsource: e }), d();
|
|
8070
8094
|
}
|
|
8071
8095
|
get translationurl() {
|
|
8072
8096
|
return this.$$.ctx[26];
|
|
8073
8097
|
}
|
|
8074
8098
|
set translationurl(e) {
|
|
8075
|
-
this.$$set({ translationurl: e }),
|
|
8099
|
+
this.$$set({ translationurl: e }), d();
|
|
8076
8100
|
}
|
|
8077
8101
|
get custominputtextswitch() {
|
|
8078
8102
|
return this.$$.ctx[27];
|
|
8079
8103
|
}
|
|
8080
8104
|
set custominputtextswitch(e) {
|
|
8081
|
-
this.$$set({ custominputtextswitch: e }),
|
|
8105
|
+
this.$$set({ custominputtextswitch: e }), d();
|
|
8082
8106
|
}
|
|
8083
8107
|
get showlocationdetailsdescription() {
|
|
8084
8108
|
return this.$$.ctx[28];
|
|
8085
8109
|
}
|
|
8086
8110
|
set showlocationdetailsdescription(e) {
|
|
8087
|
-
this.$$set({ showlocationdetailsdescription: e }),
|
|
8111
|
+
this.$$set({ showlocationdetailsdescription: e }), d();
|
|
8088
8112
|
}
|
|
8089
8113
|
get disabledfields() {
|
|
8090
8114
|
return this.$$.ctx[29];
|
|
8091
8115
|
}
|
|
8092
8116
|
set disabledfields(e) {
|
|
8093
|
-
this.$$set({ disabledfields: e }),
|
|
8117
|
+
this.$$set({ disabledfields: e }), d();
|
|
8094
8118
|
}
|
|
8095
8119
|
get gmversion() {
|
|
8096
8120
|
return this.$$.ctx[30];
|
|
8097
8121
|
}
|
|
8098
8122
|
set gmversion(e) {
|
|
8099
|
-
this.$$set({ gmversion: e }),
|
|
8123
|
+
this.$$set({ gmversion: e }), d();
|
|
8100
8124
|
}
|
|
8101
8125
|
get producttype() {
|
|
8102
8126
|
return this.$$.ctx[31];
|
|
8103
8127
|
}
|
|
8104
8128
|
set producttype(e) {
|
|
8105
|
-
this.$$set({ producttype: e }),
|
|
8129
|
+
this.$$set({ producttype: e }), d();
|
|
8106
8130
|
}
|
|
8107
8131
|
get successurl() {
|
|
8108
8132
|
return this.$$.ctx[32];
|
|
8109
8133
|
}
|
|
8110
8134
|
set successurl(e) {
|
|
8111
|
-
this.$$set({ successurl: e }),
|
|
8135
|
+
this.$$set({ successurl: e }), d();
|
|
8112
8136
|
}
|
|
8113
8137
|
get failurl() {
|
|
8114
8138
|
return this.$$.ctx[33];
|
|
8115
8139
|
}
|
|
8116
8140
|
set failurl(e) {
|
|
8117
|
-
this.$$set({ failurl: e }),
|
|
8141
|
+
this.$$set({ failurl: e }), d();
|
|
8118
8142
|
}
|
|
8119
8143
|
get cancelurl() {
|
|
8120
8144
|
return this.$$.ctx[34];
|
|
8121
8145
|
}
|
|
8122
8146
|
set cancelurl(e) {
|
|
8123
|
-
this.$$set({ cancelurl: e }),
|
|
8147
|
+
this.$$set({ cancelurl: e }), d();
|
|
8124
8148
|
}
|
|
8125
8149
|
get sportsurl() {
|
|
8126
8150
|
return this.$$.ctx[35];
|
|
8127
8151
|
}
|
|
8128
8152
|
set sportsurl(e) {
|
|
8129
|
-
this.$$set({ sportsurl: e }),
|
|
8153
|
+
this.$$set({ sportsurl: e }), d();
|
|
8130
8154
|
}
|
|
8131
8155
|
get casinourl() {
|
|
8132
8156
|
return this.$$.ctx[36];
|
|
8133
8157
|
}
|
|
8134
8158
|
set casinourl(e) {
|
|
8135
|
-
this.$$set({ casinourl: e }),
|
|
8159
|
+
this.$$set({ casinourl: e }), d();
|
|
8136
8160
|
}
|
|
8137
8161
|
get contacturl() {
|
|
8138
8162
|
return this.$$.ctx[37];
|
|
8139
8163
|
}
|
|
8140
8164
|
set contacturl(e) {
|
|
8141
|
-
this.$$set({ contacturl: e }),
|
|
8165
|
+
this.$$set({ contacturl: e }), d();
|
|
8142
8166
|
}
|
|
8143
8167
|
get homeurl() {
|
|
8144
8168
|
return this.$$.ctx[38];
|
|
8145
8169
|
}
|
|
8146
8170
|
set homeurl(e) {
|
|
8147
|
-
this.$$set({ homeurl: e }),
|
|
8171
|
+
this.$$set({ homeurl: e }), d();
|
|
8148
8172
|
}
|
|
8149
8173
|
get baseurl() {
|
|
8150
8174
|
return this.$$.ctx[39];
|
|
8151
8175
|
}
|
|
8152
8176
|
set baseurl(e) {
|
|
8153
|
-
this.$$set({ baseurl: e }),
|
|
8177
|
+
this.$$set({ baseurl: e }), d();
|
|
8154
8178
|
}
|
|
8155
|
-
get
|
|
8179
|
+
get hideproducts() {
|
|
8156
8180
|
return this.$$.ctx[40];
|
|
8157
8181
|
}
|
|
8182
|
+
set hideproducts(e) {
|
|
8183
|
+
this.$$set({ hideproducts: e }), d();
|
|
8184
|
+
}
|
|
8185
|
+
get depositurl() {
|
|
8186
|
+
return this.$$.ctx[41];
|
|
8187
|
+
}
|
|
8158
8188
|
set depositurl(e) {
|
|
8159
|
-
this.$$set({ depositurl: e }),
|
|
8189
|
+
this.$$set({ depositurl: e }), d();
|
|
8160
8190
|
}
|
|
8161
8191
|
get showcashierbonus() {
|
|
8162
|
-
return this.$$.ctx[
|
|
8192
|
+
return this.$$.ctx[42];
|
|
8163
8193
|
}
|
|
8164
8194
|
set showcashierbonus(e) {
|
|
8165
|
-
this.$$set({ showcashierbonus: e }),
|
|
8195
|
+
this.$$set({ showcashierbonus: e }), d();
|
|
8166
8196
|
}
|
|
8167
8197
|
get biometricsenabled() {
|
|
8168
|
-
return this.$$.ctx[
|
|
8198
|
+
return this.$$.ctx[43];
|
|
8169
8199
|
}
|
|
8170
8200
|
set biometricsenabled(e) {
|
|
8171
|
-
this.$$set({ biometricsenabled: e }),
|
|
8201
|
+
this.$$set({ biometricsenabled: e }), d();
|
|
8172
8202
|
}
|
|
8173
8203
|
get activepage() {
|
|
8174
|
-
return this.$$.ctx[
|
|
8204
|
+
return this.$$.ctx[67];
|
|
8175
8205
|
}
|
|
8176
8206
|
set activepage(e) {
|
|
8177
|
-
this.$$set({ activepage: e }),
|
|
8207
|
+
this.$$set({ activepage: e }), d();
|
|
8178
8208
|
}
|
|
8179
8209
|
get passwordregex() {
|
|
8180
|
-
return this.$$.ctx[
|
|
8210
|
+
return this.$$.ctx[44];
|
|
8181
8211
|
}
|
|
8182
8212
|
set passwordregex(e) {
|
|
8183
|
-
this.$$set({ passwordregex: e }),
|
|
8213
|
+
this.$$set({ passwordregex: e }), d();
|
|
8184
8214
|
}
|
|
8185
8215
|
get limitformat() {
|
|
8186
|
-
return this.$$.ctx[
|
|
8216
|
+
return this.$$.ctx[45];
|
|
8187
8217
|
}
|
|
8188
8218
|
set limitformat(e) {
|
|
8189
|
-
this.$$set({ limitformat: e }),
|
|
8219
|
+
this.$$set({ limitformat: e }), d();
|
|
8190
8220
|
}
|
|
8191
8221
|
get historytypes() {
|
|
8192
|
-
return this.$$.ctx[
|
|
8222
|
+
return this.$$.ctx[46];
|
|
8193
8223
|
}
|
|
8194
8224
|
set historytypes(e) {
|
|
8195
|
-
this.$$set({ historytypes: e }),
|
|
8225
|
+
this.$$set({ historytypes: e }), d();
|
|
8196
8226
|
}
|
|
8197
8227
|
get pagesizeoptions() {
|
|
8198
|
-
return this.$$.ctx[
|
|
8228
|
+
return this.$$.ctx[47];
|
|
8199
8229
|
}
|
|
8200
8230
|
set pagesizeoptions(e) {
|
|
8201
|
-
this.$$set({ pagesizeoptions: e }),
|
|
8231
|
+
this.$$set({ pagesizeoptions: e }), d();
|
|
8202
8232
|
}
|
|
8203
8233
|
get defaultpagesize() {
|
|
8204
|
-
return this.$$.ctx[
|
|
8234
|
+
return this.$$.ctx[48];
|
|
8205
8235
|
}
|
|
8206
8236
|
set defaultpagesize(e) {
|
|
8207
|
-
this.$$set({ defaultpagesize: e }),
|
|
8237
|
+
this.$$set({ defaultpagesize: e }), d();
|
|
8208
8238
|
}
|
|
8209
8239
|
get dateformat() {
|
|
8210
|
-
return this.$$.ctx[
|
|
8240
|
+
return this.$$.ctx[49];
|
|
8211
8241
|
}
|
|
8212
8242
|
set dateformat(e) {
|
|
8213
|
-
this.$$set({ dateformat: e }),
|
|
8243
|
+
this.$$set({ dateformat: e }), d();
|
|
8214
8244
|
}
|
|
8215
8245
|
get timeouthasconfirmation() {
|
|
8216
|
-
return this.$$.ctx[
|
|
8246
|
+
return this.$$.ctx[50];
|
|
8217
8247
|
}
|
|
8218
8248
|
set timeouthasconfirmation(e) {
|
|
8219
|
-
this.$$set({ timeouthasconfirmation: e }),
|
|
8249
|
+
this.$$set({ timeouthasconfirmation: e }), d();
|
|
8220
8250
|
}
|
|
8221
8251
|
get hascancelbutton() {
|
|
8222
|
-
return this.$$.ctx[
|
|
8252
|
+
return this.$$.ctx[51];
|
|
8223
8253
|
}
|
|
8224
8254
|
set hascancelbutton(e) {
|
|
8225
|
-
this.$$set({ hascancelbutton: e }),
|
|
8255
|
+
this.$$set({ hascancelbutton: e }), d();
|
|
8226
8256
|
}
|
|
8227
8257
|
get cooloffhasconfirmation() {
|
|
8228
|
-
return this.$$.ctx[
|
|
8258
|
+
return this.$$.ctx[52];
|
|
8229
8259
|
}
|
|
8230
8260
|
set cooloffhasconfirmation(e) {
|
|
8231
|
-
this.$$set({ cooloffhasconfirmation: e }),
|
|
8261
|
+
this.$$set({ cooloffhasconfirmation: e }), d();
|
|
8232
8262
|
}
|
|
8233
8263
|
get forgotmode() {
|
|
8234
|
-
return this.$$.ctx[
|
|
8264
|
+
return this.$$.ctx[53];
|
|
8235
8265
|
}
|
|
8236
8266
|
set forgotmode(e) {
|
|
8237
|
-
this.$$set({ forgotmode: e }),
|
|
8267
|
+
this.$$set({ forgotmode: e }), d();
|
|
8238
8268
|
}
|
|
8239
8269
|
get token() {
|
|
8240
|
-
return this.$$.ctx[
|
|
8270
|
+
return this.$$.ctx[54];
|
|
8241
8271
|
}
|
|
8242
8272
|
set token(e) {
|
|
8243
|
-
this.$$set({ token: e }),
|
|
8273
|
+
this.$$set({ token: e }), d();
|
|
8244
8274
|
}
|
|
8245
8275
|
get bonushistorystatus() {
|
|
8246
|
-
return this.$$.ctx[
|
|
8276
|
+
return this.$$.ctx[55];
|
|
8247
8277
|
}
|
|
8248
8278
|
set bonushistorystatus(e) {
|
|
8249
|
-
this.$$set({ bonushistorystatus: e }),
|
|
8279
|
+
this.$$set({ bonushistorystatus: e }), d();
|
|
8250
8280
|
}
|
|
8251
8281
|
get bonushistorytype() {
|
|
8252
|
-
return this.$$.ctx[
|
|
8282
|
+
return this.$$.ctx[56];
|
|
8253
8283
|
}
|
|
8254
8284
|
set bonushistorytype(e) {
|
|
8255
|
-
this.$$set({ bonushistorytype: e }),
|
|
8285
|
+
this.$$set({ bonushistorytype: e }), d();
|
|
8256
8286
|
}
|
|
8257
8287
|
}
|
|
8258
|
-
|
|
8288
|
+
ki(Xn, { cmsendpoint: {}, env: {}, customnotifications: {}, playerid: {}, session: {}, endpoint: {}, lang: {}, operator: {}, supportemail: {}, termsconditionslink: {}, separatelimits: {}, hasdefaultamount: {}, userroles: {}, simplepasswordvalidation: {}, tablabels: {}, historyenabled: {}, deletelimit: {}, limitsamount: {}, limitsperiods: {}, numberofentries: {}, customcurrencysymbols: {}, currency: {}, apiversion: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {}, custominputtextswitch: {}, showlocationdetailsdescription: {}, disabledfields: {}, gmversion: {}, producttype: {}, successurl: {}, failurl: {}, cancelurl: {}, sportsurl: {}, casinourl: {}, contacturl: {}, homeurl: {}, baseurl: {}, hideproducts: {}, depositurl: {}, showcashierbonus: {}, biometricsenabled: {}, activepage: {}, passwordregex: {}, limitformat: {}, historytypes: {}, pagesizeoptions: {}, defaultpagesize: {}, dateformat: {}, timeouthasconfirmation: {}, hascancelbutton: {}, cooloffhasconfirmation: {}, forgotmode: { type: "Boolean" }, token: {}, bonushistorystatus: {}, bonushistorytype: {} }, [], [], !0);
|
|
8259
8289
|
export {
|
|
8260
|
-
|
|
8290
|
+
Xn as P
|
|
8261
8291
|
};
|