@everymatrix/casino-header-controller-nd 1.77.17 → 1.77.19
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/{CasinoHeaderControllerNd-DCUqvTfH.js → CasinoHeaderControllerNd-D_6QwglO.js} +108 -108
- package/components/{CasinoHeaderControllerNd-EHkwtbSO.js → CasinoHeaderControllerNd-DaXlyQ3T.js} +107 -107
- package/components/{CasinoHeaderControllerNd-tZAhwHaY.cjs → CasinoHeaderControllerNd-DvuAXxDe.cjs} +1 -1
- package/components/{PlayerAccountBalanceModalNd-BdJmJ8sm.js → PlayerAccountBalanceModalNd-BZiC3P0w.js} +59 -49
- package/components/PlayerAccountBalanceModalNd-DiVN7ES9.cjs +7 -0
- package/components/{PlayerAccountBalanceModalNd-C3jX9nUy.js → PlayerAccountBalanceModalNd-Mpa84E-2.js} +59 -49
- package/es2015/casino-header-controller-nd.cjs +1 -1
- package/es2015/casino-header-controller-nd.js +1 -1
- package/esnext/casino-header-controller-nd.js +1 -1
- package/lazy/{player-account-balance-modal-nd-DmEmmt5X.cjs → player-account-balance-modal-nd-BrKG_8ZX.cjs} +1 -1
- package/lazy/{player-account-balance-modal-nd-DN_l4qUr.js → player-account-balance-modal-nd-CNT-zby0.js} +1 -1
- package/lazy/{player-account-balance-modal-nd-61pL2lLw.js → player-account-balance-modal-nd-FDVEwwbm.js} +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountBalanceModalNd-DrFhbFNX.cjs +0 -7
package/components/{CasinoHeaderControllerNd-EHkwtbSO.js → CasinoHeaderControllerNd-DaXlyQ3T.js}
RENAMED
|
@@ -104,27 +104,27 @@ function Zn(n, e, t) {
|
|
|
104
104
|
}
|
|
105
105
|
const Yn = (n) => ({}), St = (n) => ({});
|
|
106
106
|
function It(n) {
|
|
107
|
-
let e, t, r, i, s, l, g, v, h,
|
|
107
|
+
let e, t, r, i, s, l, g, v, h, f;
|
|
108
108
|
return {
|
|
109
109
|
c() {
|
|
110
110
|
e = b("div"), t = b("div"), r = b("span"), i = N(), s = b("span"), l = N(), g = b("span"), d(t, "class", v = "NavIcon " + /*hamburgerMenuActive*/
|
|
111
111
|
(n[50] ? "Open" : "")), d(e, "class", "HeaderMobileMainNav");
|
|
112
112
|
},
|
|
113
|
-
m(
|
|
114
|
-
S(
|
|
113
|
+
m(m, _) {
|
|
114
|
+
S(m, e, _), u(e, t), u(t, r), u(t, i), u(t, s), u(t, l), u(t, g), h || (f = E(
|
|
115
115
|
t,
|
|
116
116
|
"click",
|
|
117
117
|
/*toggleMenu*/
|
|
118
118
|
n[61]
|
|
119
119
|
), h = !0);
|
|
120
120
|
},
|
|
121
|
-
p(
|
|
121
|
+
p(m, _) {
|
|
122
122
|
_[1] & /*hamburgerMenuActive*/
|
|
123
123
|
524288 && v !== (v = "NavIcon " + /*hamburgerMenuActive*/
|
|
124
|
-
(
|
|
124
|
+
(m[50] ? "Open" : "")) && d(t, "class", v);
|
|
125
125
|
},
|
|
126
|
-
d(
|
|
127
|
-
|
|
126
|
+
d(m) {
|
|
127
|
+
m && H(e), h = !1, f();
|
|
128
128
|
}
|
|
129
129
|
};
|
|
130
130
|
}
|
|
@@ -237,8 +237,8 @@ function Nt(n) {
|
|
|
237
237
|
let e, t, r = (
|
|
238
238
|
/*menuItem*/
|
|
239
239
|
n[140].label + ""
|
|
240
|
-
), i, s, l, g, v, h,
|
|
241
|
-
function
|
|
240
|
+
), i, s, l, g, v, h, f;
|
|
241
|
+
function m() {
|
|
242
242
|
return (
|
|
243
243
|
/*click_handler_2*/
|
|
244
244
|
n[77](
|
|
@@ -254,7 +254,7 @@ function Nt(n) {
|
|
|
254
254
|
n[38] ? "Active" : ""));
|
|
255
255
|
},
|
|
256
256
|
m(_, I) {
|
|
257
|
-
S(_, e, I), u(e, t), u(t, i), u(e, s), u(e, l), u(e, g), h || (
|
|
257
|
+
S(_, e, I), u(e, t), u(t, i), u(e, s), u(e, l), u(e, g), h || (f = E(e, "click", m), h = !0);
|
|
258
258
|
},
|
|
259
259
|
p(_, I) {
|
|
260
260
|
n = _, I[1] & /*mainMenuArrayFilter*/
|
|
@@ -265,7 +265,7 @@ function Nt(n) {
|
|
|
265
265
|
n[38] ? "Active" : "")) && d(e, "class", v);
|
|
266
266
|
},
|
|
267
267
|
d(_) {
|
|
268
|
-
_ && H(e), h = !1,
|
|
268
|
+
_ && H(e), h = !1, f();
|
|
269
269
|
}
|
|
270
270
|
};
|
|
271
271
|
}
|
|
@@ -288,16 +288,16 @@ function Kn(n) {
|
|
|
288
288
|
let e, t, r, i = (
|
|
289
289
|
/*$_*/
|
|
290
290
|
n[55]("login") + ""
|
|
291
|
-
), s, l, g, v, h,
|
|
291
|
+
), s, l, g, v, h, f, m, _ = (
|
|
292
292
|
/*$_*/
|
|
293
293
|
n[55]("register") + ""
|
|
294
294
|
), I, P, A, O, F, y;
|
|
295
295
|
return {
|
|
296
296
|
c() {
|
|
297
|
-
e = b("div"), t = b("div"), r = b("p"), s = ue(i), l = N(), g = ve("svg"), v = ve("path"), h = N(),
|
|
297
|
+
e = b("div"), t = b("div"), r = b("p"), s = ue(i), l = N(), g = ve("svg"), v = ve("path"), h = N(), f = b("div"), m = b("p"), I = ue(_), P = N(), A = ve("svg"), O = ve("path"), d(v, "d", "M144 144v48H304V144c0-44.2-35.8-80-80-80s-80 35.8-80 80zM80 192V144C80 64.5 144.5 0 224 0s144 64.5 144 144v48h16c35.3 0 64 28.7 64 64V448c0 35.3-28.7 64-64 64H64c-35.3 0-64-28.7-64-64V256c0-35.3 28.7-64 64-64H80z"), d(g, "xmlns", "http://www.w3.org/2000/svg"), d(g, "viewBox", "0 0 448 512"), d(t, "class", "Item ItemLogin"), d(O, "d", "M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"), d(A, "xmlns", "http://www.w3.org/2000/svg"), d(A, "viewBox", "0 0 320 512"), d(f, "class", "Item ItemRegister"), d(e, "class", "AuthButtons");
|
|
298
298
|
},
|
|
299
299
|
m(C, L) {
|
|
300
|
-
S(C, e, L), u(e, t), u(t, r), u(r, s), u(t, l), u(t, g), u(g, v), u(e, h), u(e,
|
|
300
|
+
S(C, e, L), u(e, t), u(t, r), u(r, s), u(t, l), u(t, g), u(g, v), u(e, h), u(e, f), u(f, m), u(m, I), u(f, P), u(f, A), u(A, O), F || (y = [
|
|
301
301
|
E(
|
|
302
302
|
t,
|
|
303
303
|
"click",
|
|
@@ -305,7 +305,7 @@ function Kn(n) {
|
|
|
305
305
|
n[86]
|
|
306
306
|
),
|
|
307
307
|
E(
|
|
308
|
-
|
|
308
|
+
f,
|
|
309
309
|
"click",
|
|
310
310
|
/*click_handler_8*/
|
|
311
311
|
n[87]
|
|
@@ -325,10 +325,10 @@ function Kn(n) {
|
|
|
325
325
|
};
|
|
326
326
|
}
|
|
327
327
|
function qn(n) {
|
|
328
|
-
let e, t, r, i, s, l, g, v, h,
|
|
328
|
+
let e, t, r, i, s, l, g, v, h, f = (
|
|
329
329
|
/*$_*/
|
|
330
330
|
n[55]("deposit") + ""
|
|
331
|
-
),
|
|
331
|
+
), m, _, I, P, A, O, F, y, C, L, Q, D = (
|
|
332
332
|
/*gamification*/
|
|
333
333
|
n[35] === "true" && !/*mobileView*/
|
|
334
334
|
n[37] && Ft(n)
|
|
@@ -338,7 +338,7 @@ function qn(n) {
|
|
|
338
338
|
);
|
|
339
339
|
return {
|
|
340
340
|
c() {
|
|
341
|
-
D && D.c(), e = N(), t = b("div"), r = b("div"), i = b("player-account-balance-modal-nd"), l = N(), g = b("div"), v = b("div"), h = b("p"),
|
|
341
|
+
D && D.c(), e = N(), t = b("div"), r = b("div"), i = b("player-account-balance-modal-nd"), l = N(), g = b("div"), v = b("div"), h = b("p"), m = ue(f), _ = N(), R && R.c(), P = N(), A = b("div"), F = N(), y = b("div"), C = b("div"), C.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 16.429"><g transform="translate(-8 -4)"><path class="a" d="M15.5,4a3.75,3.75,0,1,0,3.75,3.75A3.761,3.761,0,0,0,15.5,4Zm0,1.429A2.321,2.321,0,1,1,13.179,7.75,2.311,2.311,0,0,1,15.5,5.429Zm0,6.429A7.7,7.7,0,0,0,8,19.714a.714.714,0,0,0,.714.714H22.286A.714.714,0,0,0,23,19.714,7.7,7.7,0,0,0,15.5,11.857Zm0,1.429A6.18,6.18,0,0,1,21.5,19H9.5A6.18,6.18,0,0,1,15.5,13.286Z" transform="translate(0 0)"></path></g></svg>', o(
|
|
342
342
|
i,
|
|
343
343
|
"session",
|
|
344
344
|
/*session*/
|
|
@@ -419,7 +419,7 @@ function qn(n) {
|
|
|
419
419
|
(n[52] ? "Open" : "")), d(t, "class", "BalanceDepositWrapper"), d(C, "class", "ProfileWrapper"), d(y, "class", "Profile");
|
|
420
420
|
},
|
|
421
421
|
m(p, w) {
|
|
422
|
-
D && D.m(p, w), S(p, e, w), S(p, t, w), u(t, r), u(r, i), n[79](r), u(t, l), u(t, g), u(g, v), u(v, h), u(h,
|
|
422
|
+
D && D.m(p, w), S(p, e, w), S(p, t, w), u(t, r), u(r, i), n[79](r), u(t, l), u(t, g), u(g, v), u(v, h), u(h, m), u(g, _), R && R.m(g, null), n[83](g), u(t, P), u(t, A), n[84](A), S(p, F, w), S(p, y, w), u(y, C), L || (Q = [
|
|
423
423
|
E(
|
|
424
424
|
v,
|
|
425
425
|
"click",
|
|
@@ -530,8 +530,8 @@ function qn(n) {
|
|
|
530
530
|
), w[1] & /*isBalanceOpened*/
|
|
531
531
|
2097152 && s !== (s = "Balance " + /*isBalanceOpened*/
|
|
532
532
|
(p[52] ? "Open" : "")) && d(r, "class", s), w[1] & /*$_*/
|
|
533
|
-
16777216 &&
|
|
534
|
-
p[55]("deposit") + "") && de(
|
|
533
|
+
16777216 && f !== (f = /*$_*/
|
|
534
|
+
p[55]("deposit") + "") && de(m, f), /*shortCashierActivated*/
|
|
535
535
|
p[51] ? R ? R.p(p, w) : (R = At(p), R.c(), R.m(g, null)) : R && (R.d(1), R = null), w[1] & /*isBalanceOpened*/
|
|
536
536
|
2097152 && I !== (I = "Deposit " + /*isBalanceOpened*/
|
|
537
537
|
(p[52] ? "Open" : "")) && d(g, "class", I), w[1] & /*isBalanceOpened*/
|
|
@@ -645,13 +645,13 @@ function At(n) {
|
|
|
645
645
|
_[10] === "gmcore" ? ei : $n
|
|
646
646
|
);
|
|
647
647
|
}
|
|
648
|
-
let
|
|
648
|
+
let f = h(n), m = f(n);
|
|
649
649
|
return {
|
|
650
650
|
c() {
|
|
651
|
-
e = b("div"), t = N(), r = b("div"), i = b("div"), s = b("div"), s.innerHTML = '<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><line x1="2" y1="2" x2="18" y2="18" stroke-width="2"></line><line x1="18" y1="2" x2="2" y2="18" stroke-width="2"></line></svg>', l = N(),
|
|
651
|
+
e = b("div"), t = N(), r = b("div"), i = b("div"), s = b("div"), s.innerHTML = '<svg width="20" height="20" xmlns="http://www.w3.org/2000/svg"><line x1="2" y1="2" x2="18" y2="18" stroke-width="2"></line><line x1="18" y1="2" x2="2" y2="18" stroke-width="2"></line></svg>', l = N(), m.c(), d(e, "class", "ShortCashierWindow"), d(s, "class", "ClosePopUpButtonShortCashier"), d(i, "class", "ShortCashierContainerMobile"), d(r, "class", "ShortCashierContainerWrapperMobile");
|
|
652
652
|
},
|
|
653
653
|
m(_, I) {
|
|
654
|
-
S(_, e, I), S(_, t, I), S(_, r, I), u(r, i), u(i, s), u(i, l),
|
|
654
|
+
S(_, e, I), S(_, t, I), S(_, r, I), u(r, i), u(i, s), u(i, l), m.m(i, null), g || (v = [
|
|
655
655
|
E(
|
|
656
656
|
e,
|
|
657
657
|
"click",
|
|
@@ -667,10 +667,10 @@ function At(n) {
|
|
|
667
667
|
], g = !0);
|
|
668
668
|
},
|
|
669
669
|
p(_, I) {
|
|
670
|
-
|
|
670
|
+
f === (f = h(_)) && m ? m.p(_, I) : (m.d(1), m = f(_), m && (m.c(), m.m(i, null)));
|
|
671
671
|
},
|
|
672
672
|
d(_) {
|
|
673
|
-
_ && (H(e), H(t), H(r)),
|
|
673
|
+
_ && (H(e), H(t), H(r)), m.d(), g = !1, Ge(v);
|
|
674
674
|
}
|
|
675
675
|
};
|
|
676
676
|
}
|
|
@@ -731,80 +731,80 @@ function $n(n) {
|
|
|
731
731
|
n[5] + /*depositurl*/
|
|
732
732
|
n[25]);
|
|
733
733
|
},
|
|
734
|
-
m(
|
|
735
|
-
S(
|
|
734
|
+
m(f, m) {
|
|
735
|
+
S(f, e, m);
|
|
736
736
|
},
|
|
737
|
-
p(
|
|
738
|
-
|
|
737
|
+
p(f, m) {
|
|
738
|
+
m[0] & /*endpoint*/
|
|
739
739
|
4 && o(
|
|
740
740
|
e,
|
|
741
741
|
"endpoint",
|
|
742
742
|
/*endpoint*/
|
|
743
|
-
|
|
744
|
-
),
|
|
743
|
+
f[2]
|
|
744
|
+
), m[0] & /*lang*/
|
|
745
745
|
32 && o(
|
|
746
746
|
e,
|
|
747
747
|
"language",
|
|
748
748
|
/*lang*/
|
|
749
|
-
|
|
750
|
-
),
|
|
749
|
+
f[5]
|
|
750
|
+
), m[0] & /*mbsource*/
|
|
751
751
|
134217728 && o(
|
|
752
752
|
e,
|
|
753
753
|
"mbsource",
|
|
754
754
|
/*mbsource*/
|
|
755
|
-
|
|
756
|
-
),
|
|
755
|
+
f[27]
|
|
756
|
+
), m[0] & /*shortcashierenabled*/
|
|
757
757
|
65536 && o(
|
|
758
758
|
e,
|
|
759
759
|
"is-short-cashier",
|
|
760
760
|
/*shortcashierenabled*/
|
|
761
|
-
|
|
762
|
-
),
|
|
761
|
+
f[16]
|
|
762
|
+
), m[0] & /*producttype*/
|
|
763
763
|
131072 && o(
|
|
764
764
|
e,
|
|
765
765
|
"product-type",
|
|
766
766
|
/*producttype*/
|
|
767
|
-
|
|
768
|
-
),
|
|
767
|
+
f[17]
|
|
768
|
+
), m[0] & /*userid*/
|
|
769
769
|
2 && o(
|
|
770
770
|
e,
|
|
771
771
|
"user-id",
|
|
772
772
|
/*userid*/
|
|
773
|
-
|
|
774
|
-
),
|
|
773
|
+
f[1]
|
|
774
|
+
), m[0] & /*session*/
|
|
775
775
|
1 && o(
|
|
776
776
|
e,
|
|
777
777
|
"session",
|
|
778
778
|
/*session*/
|
|
779
|
-
|
|
780
|
-
),
|
|
779
|
+
f[0]
|
|
780
|
+
), m[0] & /*lang, successurl*/
|
|
781
781
|
262176 && t !== (t = "https://" + window.location.hostname + "/" + /*lang*/
|
|
782
|
-
|
|
783
|
-
|
|
782
|
+
f[5] + /*successurl*/
|
|
783
|
+
f[18]) && o(e, "success-url", t), m[0] & /*lang, cancelurl*/
|
|
784
784
|
1048608 && r !== (r = "https://" + window.location.hostname + "/" + /*lang*/
|
|
785
|
-
|
|
786
|
-
|
|
785
|
+
f[5] + /*cancelurl*/
|
|
786
|
+
f[20]) && o(e, "cancel-url", r), m[0] & /*lang, failurl*/
|
|
787
787
|
524320 && i !== (i = "https://" + window.location.hostname + "/" + /*lang*/
|
|
788
|
-
|
|
789
|
-
|
|
788
|
+
f[5] + /*failurl*/
|
|
789
|
+
f[19]) && o(e, "fail-url", i), m[0] & /*lang, sportsurl*/
|
|
790
790
|
2097184 && s !== (s = "https://" + window.location.hostname + "/" + /*lang*/
|
|
791
|
-
|
|
792
|
-
|
|
791
|
+
f[5] + /*sportsurl*/
|
|
792
|
+
f[21]) && o(e, "sports-url", s), m[0] & /*lang, casinourl*/
|
|
793
793
|
4194336 && l !== (l = "https://" + window.location.hostname + "/" + /*lang*/
|
|
794
|
-
|
|
795
|
-
|
|
794
|
+
f[5] + /*casinourl*/
|
|
795
|
+
f[22]) && o(e, "casino-url", l), m[0] & /*lang, contacturl*/
|
|
796
796
|
8388640 && g !== (g = "https://" + window.location.hostname + "/" + /*lang*/
|
|
797
|
-
|
|
798
|
-
|
|
797
|
+
f[5] + /*contacturl*/
|
|
798
|
+
f[23]) && o(e, "contact-url", g), m[0] & /*lang, homeurl*/
|
|
799
799
|
16777248 && v !== (v = "https://" + window.location.hostname + "/" + /*lang*/
|
|
800
|
-
|
|
801
|
-
|
|
800
|
+
f[5] + /*homeurl*/
|
|
801
|
+
f[24]) && o(e, "home-url", v), m[0] & /*lang, depositurl*/
|
|
802
802
|
33554464 && h !== (h = "https://" + window.location.hostname + "/" + /*lang*/
|
|
803
|
-
|
|
804
|
-
|
|
803
|
+
f[5] + /*depositurl*/
|
|
804
|
+
f[25]) && o(e, "deposit-url", h);
|
|
805
805
|
},
|
|
806
|
-
d(
|
|
807
|
-
|
|
806
|
+
d(f) {
|
|
807
|
+
f && H(e);
|
|
808
808
|
}
|
|
809
809
|
};
|
|
810
810
|
}
|
|
@@ -957,7 +957,7 @@ function Bt(n) {
|
|
|
957
957
|
};
|
|
958
958
|
}
|
|
959
959
|
function zt(n) {
|
|
960
|
-
let e, t, r, i, s, l, g, v, h,
|
|
960
|
+
let e, t, r, i, s, l, g, v, h, f, m, _;
|
|
961
961
|
function I(y, C) {
|
|
962
962
|
return (
|
|
963
963
|
/*countryflagheader*/
|
|
@@ -976,19 +976,19 @@ function zt(n) {
|
|
|
976
976
|
for (let y = 0; y < F.length; y += 1)
|
|
977
977
|
F[y].c();
|
|
978
978
|
d(l, "id", "arrow"), d(l, "d", "M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"), d(l, "transform", "translate(-274.511 -441.088)"), d(l, "fill", "#d1d1d1"), d(s, "xmlns", "http://www.w3.org/2000/svg"), d(s, "width", "14"), d(s, "height", "6.835"), d(s, "viewBox", "0 0 14 6.835"), d(i, "class", g = /*isOptionsListVisible*/
|
|
979
|
-
n[47] ? "TriangleActive" : "TriangleInactive"), d(t, "class", "SelectedOption"), d(e, "class", "LanguageDropdown"), d(h, "class",
|
|
979
|
+
n[47] ? "TriangleActive" : "TriangleInactive"), d(t, "class", "SelectedOption"), d(e, "class", "LanguageDropdown"), d(h, "class", f = "OptionList " + /*isOptionsListVisible*/
|
|
980
980
|
(n[47] ? "Active" : ""));
|
|
981
981
|
},
|
|
982
982
|
m(y, C) {
|
|
983
983
|
S(y, e, C), u(e, t), A.m(t, null), u(t, r), u(t, i), u(i, s), u(s, l), S(y, v, C), S(y, h, C);
|
|
984
984
|
for (let L = 0; L < F.length; L += 1)
|
|
985
985
|
F[L] && F[L].m(h, null);
|
|
986
|
-
|
|
986
|
+
m || (_ = E(
|
|
987
987
|
t,
|
|
988
988
|
"click",
|
|
989
989
|
/*click_handler_9*/
|
|
990
990
|
n[88]
|
|
991
|
-
),
|
|
991
|
+
), m = !0);
|
|
992
992
|
},
|
|
993
993
|
p(y, C) {
|
|
994
994
|
if (P === (P = I(y)) && A ? A.p(y, C) : (A.d(1), A = P(y), A && (A.c(), A.m(t, r))), C[1] & /*isOptionsListVisible*/
|
|
@@ -1011,11 +1011,11 @@ function zt(n) {
|
|
|
1011
1011
|
F.length = O.length;
|
|
1012
1012
|
}
|
|
1013
1013
|
C[1] & /*isOptionsListVisible*/
|
|
1014
|
-
65536 &&
|
|
1015
|
-
(y[47] ? "Active" : "")) && d(h, "class",
|
|
1014
|
+
65536 && f !== (f = "OptionList " + /*isOptionsListVisible*/
|
|
1015
|
+
(y[47] ? "Active" : "")) && d(h, "class", f);
|
|
1016
1016
|
},
|
|
1017
1017
|
d(y) {
|
|
1018
|
-
y && (H(e), H(v), H(h)), A.d(), De(F, y),
|
|
1018
|
+
y && (H(e), H(v), H(h)), A.d(), De(F, y), m = !1, _();
|
|
1019
1019
|
}
|
|
1020
1020
|
};
|
|
1021
1021
|
}
|
|
@@ -1107,7 +1107,7 @@ function Pt(n) {
|
|
|
1107
1107
|
/*countryflagheader*/
|
|
1108
1108
|
n[11] == "true" && Ot(n)
|
|
1109
1109
|
);
|
|
1110
|
-
function
|
|
1110
|
+
function f() {
|
|
1111
1111
|
return (
|
|
1112
1112
|
/*click_handler_10*/
|
|
1113
1113
|
n[89](
|
|
@@ -1120,11 +1120,11 @@ function Pt(n) {
|
|
|
1120
1120
|
c() {
|
|
1121
1121
|
e = b("div"), h && h.c(), t = N(), r = b("span"), s = ue(i), l = N(), d(r, "class", "LanguageName"), d(e, "class", "LanguageOption");
|
|
1122
1122
|
},
|
|
1123
|
-
m(
|
|
1124
|
-
S(
|
|
1123
|
+
m(m, _) {
|
|
1124
|
+
S(m, e, _), h && h.m(e, null), u(e, t), u(e, r), u(r, s), u(e, l), g || (v = E(e, "click", f), g = !0);
|
|
1125
1125
|
},
|
|
1126
|
-
p(
|
|
1127
|
-
n =
|
|
1126
|
+
p(m, _) {
|
|
1127
|
+
n = m, /*countryflagheader*/
|
|
1128
1128
|
n[11] == "true" ? h ? h.p(n, _) : (h = Ot(n), h.c(), h.m(e, t)) : h && (h.d(1), h = null), _[1] & /*languagesArray*/
|
|
1129
1129
|
262144 && i !== (i = /*determineFlag*/
|
|
1130
1130
|
n[66](
|
|
@@ -1132,8 +1132,8 @@ function Pt(n) {
|
|
|
1132
1132
|
n[135]
|
|
1133
1133
|
) + "") && de(s, i);
|
|
1134
1134
|
},
|
|
1135
|
-
d(
|
|
1136
|
-
|
|
1135
|
+
d(m) {
|
|
1136
|
+
m && H(e), h && h.d(), g = !1, v();
|
|
1137
1137
|
}
|
|
1138
1138
|
};
|
|
1139
1139
|
}
|
|
@@ -1243,19 +1243,19 @@ function Rt(n) {
|
|
|
1243
1243
|
(n[132].id == /*activeIndex*/
|
|
1244
1244
|
n[38] ? "Active" : ""));
|
|
1245
1245
|
},
|
|
1246
|
-
m(
|
|
1247
|
-
S(
|
|
1246
|
+
m(f, m) {
|
|
1247
|
+
S(f, e, m), u(e, t), u(t, i), u(e, s), g || (v = E(t, "click", h), g = !0);
|
|
1248
1248
|
},
|
|
1249
|
-
p(
|
|
1250
|
-
n =
|
|
1249
|
+
p(f, m) {
|
|
1250
|
+
n = f, m[1] & /*secondaryMenuArrayFilter*/
|
|
1251
1251
|
8192 && r !== (r = /*secondaryItem*/
|
|
1252
|
-
n[132].label + "") && de(i, r),
|
|
1252
|
+
n[132].label + "") && de(i, r), m[1] & /*secondaryMenuArrayFilter, activeIndex*/
|
|
1253
1253
|
8320 && l !== (l = "ItemSecondary " + /*secondaryItem*/
|
|
1254
1254
|
(n[132].id == /*activeIndex*/
|
|
1255
1255
|
n[38] ? "Active" : "")) && d(e, "class", l);
|
|
1256
1256
|
},
|
|
1257
|
-
d(
|
|
1258
|
-
|
|
1257
|
+
d(f) {
|
|
1258
|
+
f && H(e), g = !1, v();
|
|
1259
1259
|
}
|
|
1260
1260
|
};
|
|
1261
1261
|
}
|
|
@@ -1295,7 +1295,7 @@ function xt(n) {
|
|
|
1295
1295
|
};
|
|
1296
1296
|
}
|
|
1297
1297
|
function oi(n) {
|
|
1298
|
-
let e, t, r, i, s, l, g, v, h,
|
|
1298
|
+
let e, t, r, i, s, l, g, v, h, f, m, _, I, P, A, O, F, y, C, L, Q, D, R, p, w, le, ye, j = (
|
|
1299
1299
|
/*mobileView*/
|
|
1300
1300
|
n[37] && It(n)
|
|
1301
1301
|
);
|
|
@@ -1311,11 +1311,11 @@ function oi(n) {
|
|
|
1311
1311
|
), Y = se || Jn(n);
|
|
1312
1312
|
let T = !/*mobileView*/
|
|
1313
1313
|
n[37] && Lt(n);
|
|
1314
|
-
const
|
|
1314
|
+
const fe = (
|
|
1315
1315
|
/*#slots*/
|
|
1316
1316
|
n[74].slot4
|
|
1317
1317
|
), J = Ie(
|
|
1318
|
-
|
|
1318
|
+
fe,
|
|
1319
1319
|
n,
|
|
1320
1320
|
/*$$scope*/
|
|
1321
1321
|
n[73],
|
|
@@ -1337,11 +1337,11 @@ function oi(n) {
|
|
|
1337
1337
|
/*$$scope*/
|
|
1338
1338
|
n[73],
|
|
1339
1339
|
kt
|
|
1340
|
-
),
|
|
1340
|
+
), me = (
|
|
1341
1341
|
/*#slots*/
|
|
1342
1342
|
n[74].slot2
|
|
1343
1343
|
), V = Ie(
|
|
1344
|
-
|
|
1344
|
+
me,
|
|
1345
1345
|
n,
|
|
1346
1346
|
/*$$scope*/
|
|
1347
1347
|
n[73],
|
|
@@ -1365,7 +1365,7 @@ function oi(n) {
|
|
|
1365
1365
|
);
|
|
1366
1366
|
return {
|
|
1367
1367
|
c() {
|
|
1368
|
-
e = b("div"), t = b("div"), j && j.c(), r = N(), i = b("div"), s = b("div"), Y && Y.c(), l = N(), g = b("nav"), T && T.c(), v = N(), h = b("div"), J && J.c(),
|
|
1368
|
+
e = b("div"), t = b("div"), j && j.c(), r = N(), i = b("div"), s = b("div"), Y && Y.c(), l = N(), g = b("nav"), T && T.c(), v = N(), h = b("div"), J && J.c(), f = N(), Z.c(), m = N(), _ = b("div"), G && G.c(), I = N(), P = b("div"), V && V.c(), A = N(), O = b("div"), X && X.c(), F = N(), U && U.c(), y = N(), C = b("div"), C.innerHTML = "", L = N(), x && x.c(), Q = N(), W && W.c(), R = N(), p = b("casino-hamburger-menu-nd"), d(s, "class", "HeaderBranding"), d(i, "class", "Logo"), d(g, "class", "PrimaryMenu"), d(h, "class", "Slot4"), d(_, "class", "Slot1"), d(P, "class", "Slot2"), d(O, "class", "Slot3"), d(t, "class", "MainNav"), d(C, "class", "Separator"), d(e, "class", D = "HeaderContainer " + /*mobileView*/
|
|
1369
1369
|
(n[37] ? "Mobile" : "")), o(
|
|
1370
1370
|
p,
|
|
1371
1371
|
"cmsendpoint",
|
|
@@ -1424,7 +1424,7 @@ function oi(n) {
|
|
|
1424
1424
|
);
|
|
1425
1425
|
},
|
|
1426
1426
|
m(c, k) {
|
|
1427
|
-
S(c, e, k), u(e, t), j && j.m(t, null), u(t, r), u(t, i), u(i, s), Y && Y.m(s, null), u(t, l), u(t, g), T && T.m(g, null), n[78](g), u(t, v), u(t, h), J && J.m(h, null), u(t,
|
|
1427
|
+
S(c, e, k), u(e, t), j && j.m(t, null), u(t, r), u(t, i), u(i, s), Y && Y.m(s, null), u(t, l), u(t, g), T && T.m(g, null), n[78](g), u(t, v), u(t, h), J && J.m(h, null), u(t, f), Z.m(t, null), u(t, m), u(t, _), G && G.m(_, null), u(t, I), u(t, P), V && V.m(P, null), u(t, A), u(t, O), X && X.m(O, null), u(t, F), U && U.m(t, null), u(e, y), u(e, C), u(e, L), x && x.m(e, null), u(e, Q), W && W.m(e, null), n[92](e), S(c, R, k), S(c, p, k), w = !0, le || (ye = [
|
|
1428
1428
|
E(
|
|
1429
1429
|
s,
|
|
1430
1430
|
"click",
|
|
@@ -1486,12 +1486,12 @@ function oi(n) {
|
|
|
1486
1486
|
c[37] ? T && (T.d(1), T = null) : T ? T.p(c, k) : (T = Lt(c), T.c(), T.m(g, null)), J && J.p && (!w || k[2] & /*$$scope*/
|
|
1487
1487
|
2048) && Fe(
|
|
1488
1488
|
J,
|
|
1489
|
-
|
|
1489
|
+
fe,
|
|
1490
1490
|
c,
|
|
1491
1491
|
/*$$scope*/
|
|
1492
1492
|
c[73],
|
|
1493
1493
|
w ? Be(
|
|
1494
|
-
|
|
1494
|
+
fe,
|
|
1495
1495
|
/*$$scope*/
|
|
1496
1496
|
c[73],
|
|
1497
1497
|
k,
|
|
@@ -1501,7 +1501,7 @@ function oi(n) {
|
|
|
1501
1501
|
c[73]
|
|
1502
1502
|
),
|
|
1503
1503
|
Ct
|
|
1504
|
-
), ee === (ee = Me(c)) && Z ? Z.p(c, k) : (Z.d(1), Z = ee(c), Z && (Z.c(), Z.m(t,
|
|
1504
|
+
), ee === (ee = Me(c)) && Z ? Z.p(c, k) : (Z.d(1), Z = ee(c), Z && (Z.c(), Z.m(t, m))), G && G.p && (!w || k[2] & /*$$scope*/
|
|
1505
1505
|
2048) && Fe(
|
|
1506
1506
|
G,
|
|
1507
1507
|
re,
|
|
@@ -1522,12 +1522,12 @@ function oi(n) {
|
|
|
1522
1522
|
), V && V.p && (!w || k[2] & /*$$scope*/
|
|
1523
1523
|
2048) && Fe(
|
|
1524
1524
|
V,
|
|
1525
|
-
|
|
1525
|
+
me,
|
|
1526
1526
|
c,
|
|
1527
1527
|
/*$$scope*/
|
|
1528
1528
|
c[73],
|
|
1529
1529
|
w ? Be(
|
|
1530
|
-
|
|
1530
|
+
me,
|
|
1531
1531
|
/*$$scope*/
|
|
1532
1532
|
c[73],
|
|
1533
1533
|
k,
|
|
@@ -1651,7 +1651,7 @@ function li(n, e, t) {
|
|
|
1651
1651
|
},
|
|
1652
1652
|
"player-account-balance-modal-nd": {
|
|
1653
1653
|
loaded: !1,
|
|
1654
|
-
load: () => import("../lazy/player-account-balance-modal-nd-
|
|
1654
|
+
load: () => import("../lazy/player-account-balance-modal-nd-CNT-zby0.js")
|
|
1655
1655
|
},
|
|
1656
1656
|
"player-deposit": {
|
|
1657
1657
|
loaded: !1,
|
|
@@ -1666,7 +1666,7 @@ function li(n, e, t) {
|
|
|
1666
1666
|
load: () => import("../stencil/gamification-dropdown-8J8PxOuh.js")
|
|
1667
1667
|
}
|
|
1668
1668
|
};
|
|
1669
|
-
let { session: h = "" } = e, { userid:
|
|
1669
|
+
let { session: h = "" } = e, { userid: f = "" } = e, { endpoint: m = "" } = e, { cmsendpoint: _ = "" } = e, { cmsenv: I = "" } = e, { lang: P = "en" } = e, { languageslist: A = "en, ro" } = e, { activecategory: O = "" } = e, { translationurl: F = "" } = e, { customlocaleidentifier: y = "" } = e, { gmversion: C = "" } = e, { countryflagheader: L = "false" } = e, { displaybalanceoption: Q = "All" } = e, { countryflaghamburger: D = "false" } = e, { hasdefaultamount: R = "" } = e, { playercurrency: p = "" } = e, { disablelangtransform: w = "false" } = e, { shortcashierenabled: le = "" } = e, { producttype: ye = "" } = e, { successurl: j = "" } = e, { failurl: ge = "" } = e, { cancelurl: se = "" } = e, { sportsurl: Y = "" } = e, { casinourl: T = "" } = e, { contacturl: fe = "" } = e, { homeurl: J = "" } = e, { depositurl: Me = "" } = e, { userroles: ee = "" } = e, { mbsource: Z } = e, { clientstyling: re = "" } = e, { clientstylingurl: G = "" } = e, { currencydisplay: me = "symbol" } = e, { maximumfractiondigits: V = "2" } = e, { minimumfractiondigits: pe = "0" } = e, { customdisplayformat: X = "" } = e, { totalcalculationmode: U = "totalCashAmount" } = e, { gamification: x = "false" } = e, { customlogourl: W } = e, { filterbykeyword: c = "none" } = e, k, te, he, ke, $;
|
|
1670
1670
|
Dn({ withLocale: "en", translations: {} });
|
|
1671
1671
|
let Re = !1, it = 0, at = 0, K;
|
|
1672
1672
|
const Wt = (a) => {
|
|
@@ -1729,7 +1729,7 @@ function li(n, e, t) {
|
|
|
1729
1729
|
), Se("GoToMyAccount");
|
|
1730
1730
|
break;
|
|
1731
1731
|
case "deposit":
|
|
1732
|
-
i ? (t(51, $e = !0), window.postMessage({ type: "DisableScroll" }, window.location.href)) : window.postMessage({ type: "GoToDeposit" }, window.location.href), Se("GoToDeposit");
|
|
1732
|
+
window.postMessage({ type: "CloseBalance" }, window.location.href), i ? (t(51, $e = !0), window.postMessage({ type: "DisableScroll" }, window.location.href)) : window.postMessage({ type: "GoToDeposit" }, window.location.href), Se("GoToDeposit");
|
|
1733
1733
|
break;
|
|
1734
1734
|
case "language":
|
|
1735
1735
|
t(53, et = tt()), window.postMessage(
|
|
@@ -1858,9 +1858,9 @@ function li(n, e, t) {
|
|
|
1858
1858
|
},
|
|
1859
1859
|
window.location.href
|
|
1860
1860
|
);
|
|
1861
|
-
},
|
|
1861
|
+
}, ft = (a) => {
|
|
1862
1862
|
t(45, ne = a), t(47, He = !1), ie("language");
|
|
1863
|
-
},
|
|
1863
|
+
}, mt = () => {
|
|
1864
1864
|
t(47, He = !He);
|
|
1865
1865
|
}, tt = (a) => {
|
|
1866
1866
|
let B = a ? a.slice(-2) : ne.slice(-2);
|
|
@@ -1896,14 +1896,14 @@ function li(n, e, t) {
|
|
|
1896
1896
|
$ = a, t(41, $);
|
|
1897
1897
|
});
|
|
1898
1898
|
}
|
|
1899
|
-
const gn = () => ie("myaccount"),
|
|
1899
|
+
const gn = () => ie("myaccount"), fn = () => ie("login"), mn = () => ie("register"), pn = () => mt(), hn = (a) => ft(a), bn = (a) => gt(a), wn = () => ie("closeLanguageSelector");
|
|
1900
1900
|
function vn(a) {
|
|
1901
1901
|
ze[a ? "unshift" : "push"](() => {
|
|
1902
1902
|
te = a, t(36, te);
|
|
1903
1903
|
});
|
|
1904
1904
|
}
|
|
1905
1905
|
return n.$$set = (a) => {
|
|
1906
|
-
"session" in a && t(0, h = a.session), "userid" in a && t(1,
|
|
1906
|
+
"session" in a && t(0, h = a.session), "userid" in a && t(1, f = a.userid), "endpoint" in a && t(2, m = a.endpoint), "cmsendpoint" in a && t(3, _ = a.cmsendpoint), "cmsenv" in a && t(4, I = a.cmsenv), "lang" in a && t(5, P = a.lang), "languageslist" in a && t(6, A = a.languageslist), "activecategory" in a && t(7, O = a.activecategory), "translationurl" in a && t(8, F = a.translationurl), "customlocaleidentifier" in a && t(9, y = a.customlocaleidentifier), "gmversion" in a && t(10, C = a.gmversion), "countryflagheader" in a && t(11, L = a.countryflagheader), "displaybalanceoption" in a && t(12, Q = a.displaybalanceoption), "countryflaghamburger" in a && t(13, D = a.countryflaghamburger), "hasdefaultamount" in a && t(14, R = a.hasdefaultamount), "playercurrency" in a && t(15, p = a.playercurrency), "disablelangtransform" in a && t(67, w = a.disablelangtransform), "shortcashierenabled" in a && t(16, le = a.shortcashierenabled), "producttype" in a && t(17, ye = a.producttype), "successurl" in a && t(18, j = a.successurl), "failurl" in a && t(19, ge = a.failurl), "cancelurl" in a && t(20, se = a.cancelurl), "sportsurl" in a && t(21, Y = a.sportsurl), "casinourl" in a && t(22, T = a.casinourl), "contacturl" in a && t(23, fe = a.contacturl), "homeurl" in a && t(24, J = a.homeurl), "depositurl" in a && t(25, Me = a.depositurl), "userroles" in a && t(26, ee = a.userroles), "mbsource" in a && t(27, Z = a.mbsource), "clientstyling" in a && t(28, re = a.clientstyling), "clientstylingurl" in a && t(29, G = a.clientstylingurl), "currencydisplay" in a && t(30, me = a.currencydisplay), "maximumfractiondigits" in a && t(31, V = a.maximumfractiondigits), "minimumfractiondigits" in a && t(32, pe = a.minimumfractiondigits), "customdisplayformat" in a && t(33, X = a.customdisplayformat), "totalcalculationmode" in a && t(34, U = a.totalcalculationmode), "gamification" in a && t(35, x = a.gamification), "customlogourl" in a && t(68, W = a.customlogourl), "filterbykeyword" in a && t(69, c = a.filterbykeyword), "$$scope" in a && t(73, g = a.$$scope);
|
|
1907
1907
|
}, n.$$.update = () => {
|
|
1908
1908
|
n.$$.dirty[2] & /*filterbykeyword*/
|
|
1909
1909
|
128 && c && qt(), n.$$.dirty[2] & /*logoFromCms, customlogourl, logoPath*/
|
|
@@ -1926,8 +1926,8 @@ function li(n, e, t) {
|
|
|
1926
1926
|
64 && Qe && we("casino-hamburger-menu-nd");
|
|
1927
1927
|
}, [
|
|
1928
1928
|
h,
|
|
1929
|
-
m,
|
|
1930
1929
|
f,
|
|
1930
|
+
m,
|
|
1931
1931
|
_,
|
|
1932
1932
|
I,
|
|
1933
1933
|
P,
|
|
@@ -1948,14 +1948,14 @@ function li(n, e, t) {
|
|
|
1948
1948
|
se,
|
|
1949
1949
|
Y,
|
|
1950
1950
|
T,
|
|
1951
|
-
|
|
1951
|
+
fe,
|
|
1952
1952
|
J,
|
|
1953
1953
|
Me,
|
|
1954
1954
|
ee,
|
|
1955
1955
|
Z,
|
|
1956
1956
|
re,
|
|
1957
1957
|
G,
|
|
1958
|
-
|
|
1958
|
+
me,
|
|
1959
1959
|
V,
|
|
1960
1960
|
pe,
|
|
1961
1961
|
X,
|
|
@@ -1989,8 +1989,8 @@ function li(n, e, t) {
|
|
|
1989
1989
|
Gt,
|
|
1990
1990
|
Te,
|
|
1991
1991
|
gt,
|
|
1992
|
-
mt,
|
|
1993
1992
|
ft,
|
|
1993
|
+
mt,
|
|
1994
1994
|
tt,
|
|
1995
1995
|
w,
|
|
1996
1996
|
W,
|
|
@@ -2011,8 +2011,8 @@ function li(n, e, t) {
|
|
|
2011
2011
|
dn,
|
|
2012
2012
|
un,
|
|
2013
2013
|
gn,
|
|
2014
|
-
mn,
|
|
2015
2014
|
fn,
|
|
2015
|
+
mn,
|
|
2016
2016
|
pn,
|
|
2017
2017
|
hn,
|
|
2018
2018
|
bn,
|