@everymatrix/casino-footer-v2 1.45.0 → 1.45.3
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/CasinoFooterSection-Cm0iOuN6.cjs +1 -0
- package/components/{CasinoFooterSection-Bk3ZcbQW.js → CasinoFooterSection-_OWEjueQ.js} +229 -233
- package/components/{CasinoFooterThumbnail-C2WhigO7.js → CasinoFooterThumbnail-DCq4_Iv-.js} +393 -393
- package/components/CasinoFooterThumbnail-DxH-M43f.cjs +5 -0
- package/components/{CasinoFooterV2-wamgGrOs.js → CasinoFooterV2-D_gx3sdn.js} +488 -488
- package/components/{CasinoFooterV2-DzJobkB9.cjs → CasinoFooterV2-DxEkjF96.cjs} +4 -4
- package/components/PlayerPanicButton-B-aSlMvM.cjs +1 -0
- package/components/PlayerPanicButton-DgFz6RjE.js +242 -0
- package/es2015/casino-footer-v2.cjs +1 -1
- package/es2015/casino-footer-v2.js +1 -1
- package/package.json +2 -2
- package/components/CasinoFooterSection-BGGXWBhS.cjs +0 -1
- package/components/CasinoFooterThumbnail-DJPSfxKy.cjs +0 -5
- package/components/PlayerPanicButton-BRFyHKV-.cjs +0 -1
- package/components/PlayerPanicButton-CahSrZJn.js +0 -246
@@ -2,27 +2,27 @@ var Ee = Object.defineProperty, Ce = Object.defineProperties;
|
|
2
2
|
var Se = Object.getOwnPropertyDescriptors;
|
3
3
|
var Y = Object.getOwnPropertySymbols;
|
4
4
|
var Ie = Object.prototype.hasOwnProperty, Te = Object.prototype.propertyIsEnumerable;
|
5
|
-
var
|
5
|
+
var P = (t, e, n) => e in t ? Ee(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, Z = (t, e) => {
|
6
6
|
for (var n in e || (e = {}))
|
7
|
-
Ie.call(e, n) &&
|
7
|
+
Ie.call(e, n) && P(t, n, e[n]);
|
8
8
|
if (Y)
|
9
9
|
for (var n of Y(e))
|
10
|
-
Te.call(e, n) &&
|
10
|
+
Te.call(e, n) && P(t, n, e[n]);
|
11
11
|
return t;
|
12
12
|
}, x = (t, e) => Ce(t, Se(e));
|
13
|
-
var $ = (t, e, n) =>
|
13
|
+
var $ = (t, e, n) => P(t, typeof e != "symbol" ? e + "" : e, n);
|
14
14
|
var ee = (t, e, n) => new Promise((l, i) => {
|
15
15
|
var r = (a) => {
|
16
16
|
try {
|
17
17
|
s(n.next(a));
|
18
|
-
} catch (
|
19
|
-
i(
|
18
|
+
} catch (c) {
|
19
|
+
i(c);
|
20
20
|
}
|
21
21
|
}, o = (a) => {
|
22
22
|
try {
|
23
23
|
s(n.throw(a));
|
24
|
-
} catch (
|
25
|
-
i(
|
24
|
+
} catch (c) {
|
25
|
+
i(c);
|
26
26
|
}
|
27
27
|
}, s = (a) => a.done ? l(a.value) : Promise.resolve(a.value).then(r, o);
|
28
28
|
s((n = n.apply(t, e)).next());
|
@@ -38,7 +38,7 @@ function te() {
|
|
38
38
|
function R(t) {
|
39
39
|
t.forEach(pe);
|
40
40
|
}
|
41
|
-
function
|
41
|
+
function q(t) {
|
42
42
|
return typeof t == "function";
|
43
43
|
}
|
44
44
|
function Fe(t, e) {
|
@@ -64,12 +64,9 @@ function gt(t, e, n) {
|
|
64
64
|
t.$$.on_destroy.push(je(e, n));
|
65
65
|
}
|
66
66
|
function mt(t) {
|
67
|
-
return t
|
68
|
-
}
|
69
|
-
function dt(t) {
|
70
|
-
return t && H(t.destroy) ? t.destroy : w;
|
67
|
+
return t && q(t.destroy) ? t.destroy : w;
|
71
68
|
}
|
72
|
-
const
|
69
|
+
const dt = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
|
73
70
|
// @ts-ignore Node typings have this
|
74
71
|
global
|
75
72
|
);
|
@@ -112,39 +109,39 @@ function L(t, e) {
|
|
112
109
|
function d(t) {
|
113
110
|
return document.createElement(t);
|
114
111
|
}
|
115
|
-
function
|
112
|
+
function pt(t) {
|
116
113
|
return document.createElementNS("http://www.w3.org/2000/svg", t);
|
117
114
|
}
|
118
115
|
function be(t) {
|
119
116
|
return document.createTextNode(t);
|
120
117
|
}
|
121
|
-
function
|
118
|
+
function bt() {
|
122
119
|
return be(" ");
|
123
120
|
}
|
124
121
|
function $e() {
|
125
122
|
return be("");
|
126
123
|
}
|
127
|
-
function
|
124
|
+
function $t(t, e, n, l) {
|
128
125
|
return t.addEventListener(e, n, l), () => t.removeEventListener(e, n, l);
|
129
126
|
}
|
130
127
|
function g(t, e, n) {
|
131
128
|
n == null ? t.removeAttribute(e) : t.getAttribute(e) !== n && t.setAttribute(e, n);
|
132
129
|
}
|
133
|
-
function
|
130
|
+
function f(t, e, n) {
|
134
131
|
const l = e.toLowerCase();
|
135
132
|
l in t ? t[l] = typeof t[l] == "boolean" && n === "" ? !0 : n : e in t ? t[e] = typeof t[e] == "boolean" && n === "" ? !0 : n : g(t, e, n);
|
136
133
|
}
|
137
|
-
function
|
134
|
+
function Ae(t) {
|
138
135
|
return Array.from(t.childNodes);
|
139
136
|
}
|
140
|
-
function
|
137
|
+
function kt(t, e) {
|
141
138
|
e = "" + e, t.data !== e && (t.data = /** @type {string} */
|
142
139
|
e);
|
143
140
|
}
|
144
|
-
function
|
141
|
+
function yt(t, e) {
|
145
142
|
t.value = e == null ? "" : e;
|
146
143
|
}
|
147
|
-
function
|
144
|
+
function vt(t, e, n) {
|
148
145
|
for (let l = 0; l < t.options.length; l += 1) {
|
149
146
|
const i = t.options[l];
|
150
147
|
if (i.__value === e) {
|
@@ -154,14 +151,14 @@ function wt(t, e, n) {
|
|
154
151
|
}
|
155
152
|
(!n || e !== void 0) && (t.selectedIndex = -1);
|
156
153
|
}
|
157
|
-
function
|
154
|
+
function wt(t) {
|
158
155
|
const e = t.querySelector(":checked");
|
159
156
|
return e && e.__value;
|
160
157
|
}
|
161
|
-
function
|
158
|
+
function Lt(t, e, n) {
|
162
159
|
t.classList.toggle(e, !!n);
|
163
160
|
}
|
164
|
-
function
|
161
|
+
function Pe(t) {
|
165
162
|
const e = {};
|
166
163
|
return t.childNodes.forEach(
|
167
164
|
/** @param {Element} node */
|
@@ -174,24 +171,24 @@ let O;
|
|
174
171
|
function F(t) {
|
175
172
|
O = t;
|
176
173
|
}
|
177
|
-
function
|
174
|
+
function De() {
|
178
175
|
if (!O) throw new Error("Function called outside component initialization");
|
179
176
|
return O;
|
180
177
|
}
|
181
|
-
function
|
182
|
-
|
178
|
+
function Ve(t) {
|
179
|
+
De().$$.on_mount.push(t);
|
183
180
|
}
|
184
|
-
const C = [],
|
181
|
+
const C = [], V = [];
|
185
182
|
let S = [];
|
186
|
-
const ne = [],
|
187
|
-
let
|
188
|
-
function
|
189
|
-
|
183
|
+
const ne = [], Be = /* @__PURE__ */ Promise.resolve();
|
184
|
+
let B = !1;
|
185
|
+
function He() {
|
186
|
+
B || (B = !0, Be.then(p));
|
190
187
|
}
|
191
|
-
function
|
188
|
+
function H(t) {
|
192
189
|
S.push(t);
|
193
190
|
}
|
194
|
-
const
|
191
|
+
const D = /* @__PURE__ */ new Set();
|
195
192
|
let E = 0;
|
196
193
|
function p() {
|
197
194
|
if (E !== 0)
|
@@ -201,30 +198,30 @@ function p() {
|
|
201
198
|
try {
|
202
199
|
for (; E < C.length; ) {
|
203
200
|
const e = C[E];
|
204
|
-
E++, F(e),
|
201
|
+
E++, F(e), qe(e.$$);
|
205
202
|
}
|
206
203
|
} catch (e) {
|
207
204
|
throw C.length = 0, E = 0, e;
|
208
205
|
}
|
209
|
-
for (F(null), C.length = 0, E = 0;
|
206
|
+
for (F(null), C.length = 0, E = 0; V.length; ) V.pop()();
|
210
207
|
for (let e = 0; e < S.length; e += 1) {
|
211
208
|
const n = S[e];
|
212
|
-
|
209
|
+
D.has(n) || (D.add(n), n());
|
213
210
|
}
|
214
211
|
S.length = 0;
|
215
212
|
} while (C.length);
|
216
213
|
for (; ne.length; )
|
217
214
|
ne.pop()();
|
218
|
-
|
215
|
+
B = !1, D.clear(), F(t);
|
219
216
|
}
|
220
|
-
function
|
217
|
+
function qe(t) {
|
221
218
|
if (t.fragment !== null) {
|
222
219
|
t.update(), R(t.before_update);
|
223
220
|
const e = t.dirty;
|
224
|
-
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(
|
221
|
+
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(H);
|
225
222
|
}
|
226
223
|
}
|
227
|
-
function
|
224
|
+
function ze(t) {
|
228
225
|
const e = [], n = [];
|
229
226
|
S.forEach((l) => t.indexOf(l) === -1 ? e.push(l) : n.push(l)), n.forEach((l) => l()), S = e;
|
230
227
|
}
|
@@ -237,22 +234,22 @@ function b(t) {
|
|
237
234
|
}
|
238
235
|
function Ke(t, e, n) {
|
239
236
|
const { fragment: l, after_update: i } = t.$$;
|
240
|
-
l && l.m(e, n),
|
241
|
-
const r = t.$$.on_mount.map(pe).filter(
|
237
|
+
l && l.m(e, n), H(() => {
|
238
|
+
const r = t.$$.on_mount.map(pe).filter(q);
|
242
239
|
t.$$.on_destroy ? t.$$.on_destroy.push(...r) : R(r), t.$$.on_mount = [];
|
243
|
-
}), i.forEach(
|
240
|
+
}), i.forEach(H);
|
244
241
|
}
|
245
242
|
function Qe(t, e) {
|
246
243
|
const n = t.$$;
|
247
|
-
n.fragment !== null && (
|
244
|
+
n.fragment !== null && (ze(n.after_update), R(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
|
248
245
|
}
|
249
246
|
function We(t, e) {
|
250
|
-
t.$$.dirty[0] === -1 && (C.push(t),
|
247
|
+
t.$$.dirty[0] === -1 && (C.push(t), He(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
251
248
|
}
|
252
249
|
function Xe(t, e, n, l, i, r, o = null, s = [-1]) {
|
253
250
|
const a = O;
|
254
251
|
F(t);
|
255
|
-
const
|
252
|
+
const c = t.$$ = {
|
256
253
|
fragment: null,
|
257
254
|
ctx: [],
|
258
255
|
// state
|
@@ -273,17 +270,17 @@ function Xe(t, e, n, l, i, r, o = null, s = [-1]) {
|
|
273
270
|
skip_bound: !1,
|
274
271
|
root: e.target || a.$$.root
|
275
272
|
};
|
276
|
-
o && o(
|
273
|
+
o && o(c.root);
|
277
274
|
let h = !1;
|
278
|
-
if (
|
275
|
+
if (c.ctx = n ? n(t, e.props || {}, (k, I, ...y) => {
|
279
276
|
const T = y.length ? y[0] : I;
|
280
|
-
return
|
281
|
-
}) : [],
|
277
|
+
return c.ctx && i(c.ctx[k], c.ctx[k] = T) && (!c.skip_bound && c.bound[k] && c.bound[k](T), h && We(t, k)), I;
|
278
|
+
}) : [], c.update(), h = !0, R(c.before_update), c.fragment = l ? l(c.ctx) : !1, e.target) {
|
282
279
|
if (e.hydrate) {
|
283
|
-
const k =
|
284
|
-
|
280
|
+
const k = Ae(e.target);
|
281
|
+
c.fragment && c.fragment.l(k), k.forEach(_);
|
285
282
|
} else
|
286
|
-
|
283
|
+
c.fragment && c.fragment.c();
|
287
284
|
e.intro && Ge(t.$$.fragment), Ke(t, e.target, e.anchor), p();
|
288
285
|
}
|
289
286
|
F(a);
|
@@ -339,18 +336,18 @@ typeof HTMLElement == "function" && (ke = class extends HTMLElement {
|
|
339
336
|
* @param {HTMLElement} target
|
340
337
|
* @param {HTMLElement} [anchor]
|
341
338
|
*/
|
342
|
-
m: function(
|
343
|
-
m(
|
339
|
+
m: function(c, h) {
|
340
|
+
m(c, o, h);
|
344
341
|
},
|
345
|
-
d: function(
|
346
|
-
|
342
|
+
d: function(c) {
|
343
|
+
c && _(o);
|
347
344
|
}
|
348
345
|
};
|
349
346
|
};
|
350
347
|
};
|
351
348
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
352
349
|
return;
|
353
|
-
const n = {}, l =
|
350
|
+
const n = {}, l = Pe(this);
|
354
351
|
for (const r of this.$$s)
|
355
352
|
r in l && (n[r] = [e(r)]);
|
356
353
|
for (const r of this.attributes) {
|
@@ -456,8 +453,8 @@ function Ye(t, e, n, l, i, r) {
|
|
456
453
|
return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
|
457
454
|
},
|
458
455
|
set(a) {
|
459
|
-
var
|
460
|
-
a = N(s, a, e), this.$$d[s] = a, (
|
456
|
+
var c;
|
457
|
+
a = N(s, a, e), this.$$d[s] = a, (c = this.$$c) == null || c.$set({ [s]: a });
|
461
458
|
}
|
462
459
|
});
|
463
460
|
}), l.forEach((s) => {
|
@@ -500,7 +497,7 @@ class Ze {
|
|
500
497
|
* @returns {() => void}
|
501
498
|
*/
|
502
499
|
$on(e, n) {
|
503
|
-
if (!
|
500
|
+
if (!q(n))
|
504
501
|
return w;
|
505
502
|
const l = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
|
506
503
|
return l.push(n), () => {
|
@@ -530,12 +527,12 @@ if (typeof window != "undefined") {
|
|
530
527
|
}
|
531
528
|
};
|
532
529
|
};
|
533
|
-
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-
|
530
|
+
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-DCq4_Iv-.js").then((e) => e.C).then(({ default: e }) => {
|
534
531
|
!customElements.get("casino-footer-thumbnail") && customElements.define("casino-footer-thumbnail", e.element);
|
535
532
|
});
|
536
533
|
}
|
537
534
|
function et(t) {
|
538
|
-
Me(t, "svelte-
|
535
|
+
Me(t, "svelte-1mo1yfd", ":host{font-family:system-ui, -apple-system, Roboto, Helvetica}.FooterSectionTitle{font-weight:700;font-size:16px}.FooterSectionInnerContainer{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.DisplayColumn{flex-direction:column;align-items:flex-start}");
|
539
536
|
}
|
540
537
|
function le(t, e, n) {
|
541
538
|
const l = t.slice();
|
@@ -561,7 +558,7 @@ function ae(t, e, n) {
|
|
561
558
|
const l = t.slice();
|
562
559
|
return l[27] = e[n], l;
|
563
560
|
}
|
564
|
-
function
|
561
|
+
function fe(t, e, n) {
|
565
562
|
const l = t.slice();
|
566
563
|
return l[24] = e[n], l;
|
567
564
|
}
|
@@ -571,13 +568,13 @@ function tt(t) {
|
|
571
568
|
t[16]
|
572
569
|
), l = [];
|
573
570
|
for (let i = 0; i < n.length; i += 1)
|
574
|
-
l[i] =
|
571
|
+
l[i] = ce(le(t, n, i));
|
575
572
|
return {
|
576
573
|
c() {
|
577
574
|
e = d("div");
|
578
575
|
for (let i = 0; i < l.length; i += 1)
|
579
576
|
l[i].c();
|
580
|
-
g(e, "class", "FooterSectionInnerContainer
|
577
|
+
g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
|
581
578
|
},
|
582
579
|
m(i, r) {
|
583
580
|
m(i, e, r);
|
@@ -594,7 +591,7 @@ function tt(t) {
|
|
594
591
|
let o;
|
595
592
|
for (o = 0; o < n.length; o += 1) {
|
596
593
|
const s = le(i, n, o);
|
597
|
-
l[o] ? l[o].p(s, r) : (l[o] =
|
594
|
+
l[o] ? l[o].p(s, r) : (l[o] = ce(s), l[o].c(), l[o].m(e, null));
|
598
595
|
}
|
599
596
|
for (; o < l.length; o += 1)
|
600
597
|
l[o].d(1);
|
@@ -618,7 +615,7 @@ function nt(t) {
|
|
618
615
|
e = d("div");
|
619
616
|
for (let i = 0; i < l.length; i += 1)
|
620
617
|
l[i].c();
|
621
|
-
g(e, "class", "FooterSectionInnerContainer
|
618
|
+
g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
|
622
619
|
},
|
623
620
|
m(i, r) {
|
624
621
|
m(i, e, r);
|
@@ -660,7 +657,7 @@ function lt(t) {
|
|
660
657
|
for (let r = 0; r < i.length; r += 1)
|
661
658
|
i[r].c();
|
662
659
|
g(e, "class", n = "FooterSectionInnerContainer " + /*displaycolumn*/
|
663
|
-
(t[7] == "true" ? "DisplayColumn" : "")
|
660
|
+
(t[7] == "true" ? "DisplayColumn" : "")), g(e, "part", "FooterSectionInnerContainer");
|
664
661
|
},
|
665
662
|
m(r, o) {
|
666
663
|
m(r, e, o);
|
@@ -685,7 +682,7 @@ function lt(t) {
|
|
685
682
|
}
|
686
683
|
o[0] & /*displaycolumn*/
|
687
684
|
128 && n !== (n = "FooterSectionInnerContainer " + /*displaycolumn*/
|
688
|
-
(r[7] == "true" ? "DisplayColumn" : "")
|
685
|
+
(r[7] == "true" ? "DisplayColumn" : "")) && g(e, "class", n);
|
689
686
|
},
|
690
687
|
d(r) {
|
691
688
|
r && _(e), L(i, r);
|
@@ -704,7 +701,7 @@ function it(t) {
|
|
704
701
|
e = d("div");
|
705
702
|
for (let i = 0; i < l.length; i += 1)
|
706
703
|
l[i].c();
|
707
|
-
g(e, "class", "FooterSectionInnerContainer
|
704
|
+
g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
|
708
705
|
},
|
709
706
|
m(i, r) {
|
710
707
|
m(i, e, r);
|
@@ -745,7 +742,7 @@ function ot(t) {
|
|
745
742
|
e = d("div");
|
746
743
|
for (let i = 0; i < l.length; i += 1)
|
747
744
|
l[i].c();
|
748
|
-
g(e, "class", "FooterSectionInnerContainer
|
745
|
+
g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
|
749
746
|
},
|
750
747
|
m(i, r) {
|
751
748
|
m(i, e, r);
|
@@ -780,13 +777,13 @@ function st(t) {
|
|
780
777
|
t[11]
|
781
778
|
), l = [];
|
782
779
|
for (let i = 0; i < n.length; i += 1)
|
783
|
-
l[i] = de(
|
780
|
+
l[i] = de(fe(t, n, i));
|
784
781
|
return {
|
785
782
|
c() {
|
786
783
|
e = d("div");
|
787
784
|
for (let i = 0; i < l.length; i += 1)
|
788
785
|
l[i].c();
|
789
|
-
g(e, "class", "FooterSectionInnerContainer
|
786
|
+
g(e, "class", "FooterSectionInnerContainer"), g(e, "part", "FooterSectionInnerContainer");
|
790
787
|
},
|
791
788
|
m(i, r) {
|
792
789
|
m(i, e, r);
|
@@ -802,7 +799,7 @@ function st(t) {
|
|
802
799
|
);
|
803
800
|
let o;
|
804
801
|
for (o = 0; o < n.length; o += 1) {
|
805
|
-
const s =
|
802
|
+
const s = fe(i, n, o);
|
806
803
|
l[o] ? l[o].p(s, r) : (l[o] = de(s), l[o].c(), l[o].m(e, null));
|
807
804
|
}
|
808
805
|
for (; o < l.length; o += 1)
|
@@ -815,27 +812,27 @@ function st(t) {
|
|
815
812
|
}
|
816
813
|
};
|
817
814
|
}
|
818
|
-
function
|
815
|
+
function ce(t) {
|
819
816
|
let e, n, l, i, r, o;
|
820
817
|
return {
|
821
818
|
c() {
|
822
819
|
var s, a;
|
823
|
-
e = d("casino-footer-thumbnail"),
|
824
|
-
t[30].socialLinkUrl),
|
825
|
-
t[30].socialLinkImage),
|
826
|
-
t[30].socialLinkTitle),
|
820
|
+
e = d("casino-footer-thumbnail"), f(e, "sociallinkurl", n = /*footerData*/
|
821
|
+
t[30].socialLinkUrl), f(e, "sociallinkimage", l = /*footerData*/
|
822
|
+
t[30].socialLinkImage), f(e, "sociallinktitle", i = /*footerData*/
|
823
|
+
t[30].socialLinkTitle), f(
|
827
824
|
e,
|
828
825
|
"clientstyling",
|
829
826
|
/*clientstyling*/
|
830
827
|
t[6]
|
831
|
-
),
|
832
|
-
(s = t[30]) == null ? void 0 : s.isExternalLink),
|
833
|
-
(a = t[30]) == null ? void 0 : a.target),
|
828
|
+
), f(e, "linktype", r = /*footerData*/
|
829
|
+
(s = t[30]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*footerData*/
|
830
|
+
(a = t[30]) == null ? void 0 : a.target), f(
|
834
831
|
e,
|
835
832
|
"baseurl",
|
836
833
|
/*baseurl*/
|
837
834
|
t[8]
|
838
|
-
),
|
835
|
+
), f(
|
839
836
|
e,
|
840
837
|
"lang",
|
841
838
|
/*lang*/
|
@@ -846,31 +843,31 @@ function fe(t) {
|
|
846
843
|
m(s, e, a);
|
847
844
|
},
|
848
845
|
p(s, a) {
|
849
|
-
var
|
846
|
+
var c, h;
|
850
847
|
a[0] & /*footersociallinks*/
|
851
848
|
65536 && n !== (n = /*footerData*/
|
852
|
-
s[30].socialLinkUrl) &&
|
849
|
+
s[30].socialLinkUrl) && f(e, "sociallinkurl", n), a[0] & /*footersociallinks*/
|
853
850
|
65536 && l !== (l = /*footerData*/
|
854
|
-
s[30].socialLinkImage) &&
|
851
|
+
s[30].socialLinkImage) && f(e, "sociallinkimage", l), a[0] & /*footersociallinks*/
|
855
852
|
65536 && i !== (i = /*footerData*/
|
856
|
-
s[30].socialLinkTitle) &&
|
857
|
-
64 &&
|
853
|
+
s[30].socialLinkTitle) && f(e, "sociallinktitle", i), a[0] & /*clientstyling*/
|
854
|
+
64 && f(
|
858
855
|
e,
|
859
856
|
"clientstyling",
|
860
857
|
/*clientstyling*/
|
861
858
|
s[6]
|
862
859
|
), a[0] & /*footersociallinks*/
|
863
860
|
65536 && r !== (r = /*footerData*/
|
864
|
-
(
|
861
|
+
(c = s[30]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footersociallinks*/
|
865
862
|
65536 && o !== (o = /*footerData*/
|
866
|
-
(h = s[30]) == null ? void 0 : h.target) &&
|
867
|
-
256 &&
|
863
|
+
(h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
|
864
|
+
256 && f(
|
868
865
|
e,
|
869
866
|
"baseurl",
|
870
867
|
/*baseurl*/
|
871
868
|
s[8]
|
872
869
|
), a[0] & /*lang*/
|
873
|
-
512 &&
|
870
|
+
512 && f(
|
874
871
|
e,
|
875
872
|
"lang",
|
876
873
|
/*lang*/
|
@@ -887,22 +884,22 @@ function ue(t) {
|
|
887
884
|
return {
|
888
885
|
c() {
|
889
886
|
var s, a;
|
890
|
-
e = d("casino-footer-thumbnail"),
|
891
|
-
t[30].licenseUrl),
|
892
|
-
t[30].licenseImage),
|
893
|
-
t[30].licenseTitle),
|
887
|
+
e = d("casino-footer-thumbnail"), f(e, "licenseurl", n = /*footerData*/
|
888
|
+
t[30].licenseUrl), f(e, "licenseimage", l = /*footerData*/
|
889
|
+
t[30].licenseImage), f(e, "licensetitle", i = /*footerData*/
|
890
|
+
t[30].licenseTitle), f(
|
894
891
|
e,
|
895
892
|
"clientstyling",
|
896
893
|
/*clientstyling*/
|
897
894
|
t[6]
|
898
|
-
),
|
899
|
-
(s = t[30]) == null ? void 0 : s.isExternalLink),
|
900
|
-
(a = t[30]) == null ? void 0 : a.target),
|
895
|
+
), f(e, "linktype", r = /*footerData*/
|
896
|
+
(s = t[30]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*footerData*/
|
897
|
+
(a = t[30]) == null ? void 0 : a.target), f(
|
901
898
|
e,
|
902
899
|
"baseurl",
|
903
900
|
/*baseurl*/
|
904
901
|
t[8]
|
905
|
-
),
|
902
|
+
), f(
|
906
903
|
e,
|
907
904
|
"lang",
|
908
905
|
/*lang*/
|
@@ -913,31 +910,31 @@ function ue(t) {
|
|
913
910
|
m(s, e, a);
|
914
911
|
},
|
915
912
|
p(s, a) {
|
916
|
-
var
|
913
|
+
var c, h;
|
917
914
|
a[0] & /*footerlicenses*/
|
918
915
|
32768 && n !== (n = /*footerData*/
|
919
|
-
s[30].licenseUrl) &&
|
916
|
+
s[30].licenseUrl) && f(e, "licenseurl", n), a[0] & /*footerlicenses*/
|
920
917
|
32768 && l !== (l = /*footerData*/
|
921
|
-
s[30].licenseImage) &&
|
918
|
+
s[30].licenseImage) && f(e, "licenseimage", l), a[0] & /*footerlicenses*/
|
922
919
|
32768 && i !== (i = /*footerData*/
|
923
|
-
s[30].licenseTitle) &&
|
924
|
-
64 &&
|
920
|
+
s[30].licenseTitle) && f(e, "licensetitle", i), a[0] & /*clientstyling*/
|
921
|
+
64 && f(
|
925
922
|
e,
|
926
923
|
"clientstyling",
|
927
924
|
/*clientstyling*/
|
928
925
|
s[6]
|
929
926
|
), a[0] & /*footerlicenses*/
|
930
927
|
32768 && r !== (r = /*footerData*/
|
931
|
-
(
|
928
|
+
(c = s[30]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footerlicenses*/
|
932
929
|
32768 && o !== (o = /*footerData*/
|
933
|
-
(h = s[30]) == null ? void 0 : h.target) &&
|
934
|
-
256 &&
|
930
|
+
(h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
|
931
|
+
256 && f(
|
935
932
|
e,
|
936
933
|
"baseurl",
|
937
934
|
/*baseurl*/
|
938
935
|
s[8]
|
939
936
|
), a[0] & /*lang*/
|
940
|
-
512 &&
|
937
|
+
512 && f(
|
941
938
|
e,
|
942
939
|
"lang",
|
943
940
|
/*lang*/
|
@@ -954,27 +951,27 @@ function rt(t) {
|
|
954
951
|
return {
|
955
952
|
c() {
|
956
953
|
var s, a;
|
957
|
-
e = d("casino-footer-thumbnail"),
|
958
|
-
t[33].helpLinkUrl),
|
959
|
-
t[33].helpLinkImage),
|
960
|
-
t[33].helpLinkTitle),
|
954
|
+
e = d("casino-footer-thumbnail"), f(e, "helperlinkurl", n = /*item*/
|
955
|
+
t[33].helpLinkUrl), f(e, "helperlinkimage", l = /*item*/
|
956
|
+
t[33].helpLinkImage), f(e, "helperlinktitle", i = /*item*/
|
957
|
+
t[33].helpLinkTitle), f(
|
961
958
|
e,
|
962
959
|
"clientstyling",
|
963
960
|
/*clientstyling*/
|
964
961
|
t[6]
|
965
|
-
),
|
962
|
+
), f(
|
966
963
|
e,
|
967
964
|
"displaycolumn",
|
968
965
|
/*displaycolumn*/
|
969
966
|
t[7]
|
970
|
-
),
|
971
|
-
(s = t[33]) == null ? void 0 : s.helpLinkType),
|
972
|
-
(a = t[33]) == null ? void 0 : a.target),
|
967
|
+
), f(e, "linktype", r = /*item*/
|
968
|
+
(s = t[33]) == null ? void 0 : s.helpLinkType), f(e, "target", o = /*item*/
|
969
|
+
(a = t[33]) == null ? void 0 : a.target), f(
|
973
970
|
e,
|
974
971
|
"baseurl",
|
975
972
|
/*baseurl*/
|
976
973
|
t[8]
|
977
|
-
),
|
974
|
+
), f(
|
978
975
|
e,
|
979
976
|
"lang",
|
980
977
|
/*lang*/
|
@@ -985,37 +982,37 @@ function rt(t) {
|
|
985
982
|
m(s, e, a);
|
986
983
|
},
|
987
984
|
p(s, a) {
|
988
|
-
var
|
985
|
+
var c, h;
|
989
986
|
a[0] & /*footerhelperlinks*/
|
990
987
|
16384 && n !== (n = /*item*/
|
991
|
-
s[33].helpLinkUrl) &&
|
988
|
+
s[33].helpLinkUrl) && f(e, "helperlinkurl", n), a[0] & /*footerhelperlinks*/
|
992
989
|
16384 && l !== (l = /*item*/
|
993
|
-
s[33].helpLinkImage) &&
|
990
|
+
s[33].helpLinkImage) && f(e, "helperlinkimage", l), a[0] & /*footerhelperlinks*/
|
994
991
|
16384 && i !== (i = /*item*/
|
995
|
-
s[33].helpLinkTitle) &&
|
996
|
-
64 &&
|
992
|
+
s[33].helpLinkTitle) && f(e, "helperlinktitle", i), a[0] & /*clientstyling*/
|
993
|
+
64 && f(
|
997
994
|
e,
|
998
995
|
"clientstyling",
|
999
996
|
/*clientstyling*/
|
1000
997
|
s[6]
|
1001
998
|
), a[0] & /*displaycolumn*/
|
1002
|
-
128 &&
|
999
|
+
128 && f(
|
1003
1000
|
e,
|
1004
1001
|
"displaycolumn",
|
1005
1002
|
/*displaycolumn*/
|
1006
1003
|
s[7]
|
1007
1004
|
), a[0] & /*footerhelperlinks*/
|
1008
1005
|
16384 && r !== (r = /*item*/
|
1009
|
-
(
|
1006
|
+
(c = s[33]) == null ? void 0 : c.helpLinkType) && f(e, "linktype", r), a[0] & /*footerhelperlinks*/
|
1010
1007
|
16384 && o !== (o = /*item*/
|
1011
|
-
(h = s[33]) == null ? void 0 : h.target) &&
|
1012
|
-
256 &&
|
1008
|
+
(h = s[33]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
|
1009
|
+
256 && f(
|
1013
1010
|
e,
|
1014
1011
|
"baseurl",
|
1015
1012
|
/*baseurl*/
|
1016
1013
|
s[8]
|
1017
1014
|
), a[0] & /*lang*/
|
1018
|
-
512 &&
|
1015
|
+
512 && f(
|
1019
1016
|
e,
|
1020
1017
|
"lang",
|
1021
1018
|
/*lang*/
|
@@ -1072,27 +1069,27 @@ function he(t) {
|
|
1072
1069
|
return {
|
1073
1070
|
c() {
|
1074
1071
|
var s, a;
|
1075
|
-
e = d("casino-footer-thumbnail"),
|
1076
|
-
t[30].helpLinkUrl),
|
1077
|
-
t[30].helpLinkImage),
|
1078
|
-
t[30].helpLinkTitle),
|
1072
|
+
e = d("casino-footer-thumbnail"), f(e, "helperlinkurl", n = /*footerData*/
|
1073
|
+
t[30].helpLinkUrl), f(e, "helperlinkimage", l = /*footerData*/
|
1074
|
+
t[30].helpLinkImage), f(e, "helperlinktitle", i = /*footerData*/
|
1075
|
+
t[30].helpLinkTitle), f(
|
1079
1076
|
e,
|
1080
1077
|
"clientstyling",
|
1081
1078
|
/*clientstyling*/
|
1082
1079
|
t[6]
|
1083
|
-
),
|
1080
|
+
), f(
|
1084
1081
|
e,
|
1085
1082
|
"displaycolumn",
|
1086
1083
|
/*displaycolumn*/
|
1087
1084
|
t[7]
|
1088
|
-
),
|
1089
|
-
(s = t[30]) == null ? void 0 : s.helpLinkType),
|
1090
|
-
(a = t[30]) == null ? void 0 : a.target),
|
1085
|
+
), f(e, "linktype", r = /*footerData*/
|
1086
|
+
(s = t[30]) == null ? void 0 : s.helpLinkType), f(e, "target", o = /*footerData*/
|
1087
|
+
(a = t[30]) == null ? void 0 : a.target), f(
|
1091
1088
|
e,
|
1092
1089
|
"baseurl",
|
1093
1090
|
/*baseurl*/
|
1094
1091
|
t[8]
|
1095
|
-
),
|
1092
|
+
), f(
|
1096
1093
|
e,
|
1097
1094
|
"lang",
|
1098
1095
|
/*lang*/
|
@@ -1103,37 +1100,37 @@ function he(t) {
|
|
1103
1100
|
m(s, e, a);
|
1104
1101
|
},
|
1105
1102
|
p(s, a) {
|
1106
|
-
var
|
1103
|
+
var c, h;
|
1107
1104
|
a[0] & /*footerhelperlinks*/
|
1108
1105
|
16384 && n !== (n = /*footerData*/
|
1109
|
-
s[30].helpLinkUrl) &&
|
1106
|
+
s[30].helpLinkUrl) && f(e, "helperlinkurl", n), a[0] & /*footerhelperlinks*/
|
1110
1107
|
16384 && l !== (l = /*footerData*/
|
1111
|
-
s[30].helpLinkImage) &&
|
1108
|
+
s[30].helpLinkImage) && f(e, "helperlinkimage", l), a[0] & /*footerhelperlinks*/
|
1112
1109
|
16384 && i !== (i = /*footerData*/
|
1113
|
-
s[30].helpLinkTitle) &&
|
1114
|
-
64 &&
|
1110
|
+
s[30].helpLinkTitle) && f(e, "helperlinktitle", i), a[0] & /*clientstyling*/
|
1111
|
+
64 && f(
|
1115
1112
|
e,
|
1116
1113
|
"clientstyling",
|
1117
1114
|
/*clientstyling*/
|
1118
1115
|
s[6]
|
1119
1116
|
), a[0] & /*displaycolumn*/
|
1120
|
-
128 &&
|
1117
|
+
128 && f(
|
1121
1118
|
e,
|
1122
1119
|
"displaycolumn",
|
1123
1120
|
/*displaycolumn*/
|
1124
1121
|
s[7]
|
1125
1122
|
), a[0] & /*footerhelperlinks*/
|
1126
1123
|
16384 && r !== (r = /*footerData*/
|
1127
|
-
(
|
1124
|
+
(c = s[30]) == null ? void 0 : c.helpLinkType) && f(e, "linktype", r), a[0] & /*footerhelperlinks*/
|
1128
1125
|
16384 && o !== (o = /*footerData*/
|
1129
|
-
(h = s[30]) == null ? void 0 : h.target) &&
|
1130
|
-
256 &&
|
1126
|
+
(h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
|
1127
|
+
256 && f(
|
1131
1128
|
e,
|
1132
1129
|
"baseurl",
|
1133
1130
|
/*baseurl*/
|
1134
1131
|
s[8]
|
1135
1132
|
), a[0] & /*lang*/
|
1136
|
-
512 &&
|
1133
|
+
512 && f(
|
1137
1134
|
e,
|
1138
1135
|
"lang",
|
1139
1136
|
/*lang*/
|
@@ -1173,22 +1170,22 @@ function ge(t) {
|
|
1173
1170
|
return {
|
1174
1171
|
c() {
|
1175
1172
|
var s, a;
|
1176
|
-
e = d("casino-footer-thumbnail"),
|
1177
|
-
t[30].gameVendorUrl),
|
1178
|
-
t[30].gameVendorImage),
|
1179
|
-
t[30].gameVendorTitle),
|
1173
|
+
e = d("casino-footer-thumbnail"), f(e, "vendorurl", n = /*footerData*/
|
1174
|
+
t[30].gameVendorUrl), f(e, "vendorimage", l = /*footerData*/
|
1175
|
+
t[30].gameVendorImage), f(e, "vendortitle", i = /*footerData*/
|
1176
|
+
t[30].gameVendorTitle), f(
|
1180
1177
|
e,
|
1181
1178
|
"clientstyling",
|
1182
1179
|
/*clientstyling*/
|
1183
1180
|
t[6]
|
1184
|
-
),
|
1185
|
-
(s = t[30]) == null ? void 0 : s.isExternalLink),
|
1186
|
-
(a = t[30]) == null ? void 0 : a.target),
|
1181
|
+
), f(e, "linktype", r = /*footerData*/
|
1182
|
+
(s = t[30]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*footerData*/
|
1183
|
+
(a = t[30]) == null ? void 0 : a.target), f(
|
1187
1184
|
e,
|
1188
1185
|
"baseurl",
|
1189
1186
|
/*baseurl*/
|
1190
1187
|
t[8]
|
1191
|
-
),
|
1188
|
+
), f(
|
1192
1189
|
e,
|
1193
1190
|
"lang",
|
1194
1191
|
/*lang*/
|
@@ -1199,31 +1196,31 @@ function ge(t) {
|
|
1199
1196
|
m(s, e, a);
|
1200
1197
|
},
|
1201
1198
|
p(s, a) {
|
1202
|
-
var
|
1199
|
+
var c, h;
|
1203
1200
|
a[0] & /*footervendors*/
|
1204
1201
|
8192 && n !== (n = /*footerData*/
|
1205
|
-
s[30].gameVendorUrl) &&
|
1202
|
+
s[30].gameVendorUrl) && f(e, "vendorurl", n), a[0] & /*footervendors*/
|
1206
1203
|
8192 && l !== (l = /*footerData*/
|
1207
|
-
s[30].gameVendorImage) &&
|
1204
|
+
s[30].gameVendorImage) && f(e, "vendorimage", l), a[0] & /*footervendors*/
|
1208
1205
|
8192 && i !== (i = /*footerData*/
|
1209
|
-
s[30].gameVendorTitle) &&
|
1210
|
-
64 &&
|
1206
|
+
s[30].gameVendorTitle) && f(e, "vendortitle", i), a[0] & /*clientstyling*/
|
1207
|
+
64 && f(
|
1211
1208
|
e,
|
1212
1209
|
"clientstyling",
|
1213
1210
|
/*clientstyling*/
|
1214
1211
|
s[6]
|
1215
1212
|
), a[0] & /*footervendors*/
|
1216
1213
|
8192 && r !== (r = /*footerData*/
|
1217
|
-
(
|
1214
|
+
(c = s[30]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footervendors*/
|
1218
1215
|
8192 && o !== (o = /*footerData*/
|
1219
|
-
(h = s[30]) == null ? void 0 : h.target) &&
|
1220
|
-
256 &&
|
1216
|
+
(h = s[30]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
|
1217
|
+
256 && f(
|
1221
1218
|
e,
|
1222
1219
|
"baseurl",
|
1223
1220
|
/*baseurl*/
|
1224
1221
|
s[8]
|
1225
1222
|
), a[0] & /*lang*/
|
1226
|
-
512 &&
|
1223
|
+
512 && f(
|
1227
1224
|
e,
|
1228
1225
|
"lang",
|
1229
1226
|
/*lang*/
|
@@ -1240,22 +1237,22 @@ function me(t) {
|
|
1240
1237
|
return {
|
1241
1238
|
c() {
|
1242
1239
|
var s, a;
|
1243
|
-
e = d("casino-footer-thumbnail"),
|
1244
|
-
t[27].paymentMethodUrl),
|
1245
|
-
t[27].paymentMethodImage),
|
1246
|
-
t[27].paymentMethodTitle),
|
1240
|
+
e = d("casino-footer-thumbnail"), f(e, "paymenturl", n = /*paymentData*/
|
1241
|
+
t[27].paymentMethodUrl), f(e, "paymentimage", l = /*paymentData*/
|
1242
|
+
t[27].paymentMethodImage), f(e, "paymenttitle", i = /*paymentData*/
|
1243
|
+
t[27].paymentMethodTitle), f(
|
1247
1244
|
e,
|
1248
1245
|
"clientstyling",
|
1249
1246
|
/*clientstyling*/
|
1250
1247
|
t[6]
|
1251
|
-
),
|
1252
|
-
(s = t[27]) == null ? void 0 : s.isExternalLink),
|
1253
|
-
(a = t[27]) == null ? void 0 : a.target),
|
1248
|
+
), f(e, "linktype", r = /*paymentData*/
|
1249
|
+
(s = t[27]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*paymentData*/
|
1250
|
+
(a = t[27]) == null ? void 0 : a.target), f(
|
1254
1251
|
e,
|
1255
1252
|
"baseurl",
|
1256
1253
|
/*baseurl*/
|
1257
1254
|
t[8]
|
1258
|
-
),
|
1255
|
+
), f(
|
1259
1256
|
e,
|
1260
1257
|
"lang",
|
1261
1258
|
/*lang*/
|
@@ -1266,31 +1263,31 @@ function me(t) {
|
|
1266
1263
|
m(s, e, a);
|
1267
1264
|
},
|
1268
1265
|
p(s, a) {
|
1269
|
-
var
|
1266
|
+
var c, h;
|
1270
1267
|
a[0] & /*footerpayment*/
|
1271
1268
|
4096 && n !== (n = /*paymentData*/
|
1272
|
-
s[27].paymentMethodUrl) &&
|
1269
|
+
s[27].paymentMethodUrl) && f(e, "paymenturl", n), a[0] & /*footerpayment*/
|
1273
1270
|
4096 && l !== (l = /*paymentData*/
|
1274
|
-
s[27].paymentMethodImage) &&
|
1271
|
+
s[27].paymentMethodImage) && f(e, "paymentimage", l), a[0] & /*footerpayment*/
|
1275
1272
|
4096 && i !== (i = /*paymentData*/
|
1276
|
-
s[27].paymentMethodTitle) &&
|
1277
|
-
64 &&
|
1273
|
+
s[27].paymentMethodTitle) && f(e, "paymenttitle", i), a[0] & /*clientstyling*/
|
1274
|
+
64 && f(
|
1278
1275
|
e,
|
1279
1276
|
"clientstyling",
|
1280
1277
|
/*clientstyling*/
|
1281
1278
|
s[6]
|
1282
1279
|
), a[0] & /*footerpayment*/
|
1283
1280
|
4096 && r !== (r = /*paymentData*/
|
1284
|
-
(
|
1281
|
+
(c = s[27]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footerpayment*/
|
1285
1282
|
4096 && o !== (o = /*paymentData*/
|
1286
|
-
(h = s[27]) == null ? void 0 : h.target) &&
|
1287
|
-
256 &&
|
1283
|
+
(h = s[27]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
|
1284
|
+
256 && f(
|
1288
1285
|
e,
|
1289
1286
|
"baseurl",
|
1290
1287
|
/*baseurl*/
|
1291
1288
|
s[8]
|
1292
1289
|
), a[0] & /*lang*/
|
1293
|
-
512 &&
|
1290
|
+
512 && f(
|
1294
1291
|
e,
|
1295
1292
|
"lang",
|
1296
1293
|
/*lang*/
|
@@ -1307,22 +1304,22 @@ function de(t) {
|
|
1307
1304
|
return {
|
1308
1305
|
c() {
|
1309
1306
|
var s, a;
|
1310
|
-
e = d("casino-footer-thumbnail"),
|
1311
|
-
t[24].sponsorUrl),
|
1312
|
-
t[24].sponsorImage),
|
1313
|
-
t[24].sponsorTitle),
|
1307
|
+
e = d("casino-footer-thumbnail"), f(e, "sponsorurl", n = /*sponsorData*/
|
1308
|
+
t[24].sponsorUrl), f(e, "sponsorimage", l = /*sponsorData*/
|
1309
|
+
t[24].sponsorImage), f(e, "sponsortitle", i = /*sponsorData*/
|
1310
|
+
t[24].sponsorTitle), f(
|
1314
1311
|
e,
|
1315
1312
|
"clientstyling",
|
1316
1313
|
/*clientstyling*/
|
1317
1314
|
t[6]
|
1318
|
-
),
|
1319
|
-
(s = t[24]) == null ? void 0 : s.isExternalLink),
|
1320
|
-
(a = t[24]) == null ? void 0 : a.target),
|
1315
|
+
), f(e, "linktype", r = /*sponsorData*/
|
1316
|
+
(s = t[24]) == null ? void 0 : s.isExternalLink), f(e, "target", o = /*sponsorData*/
|
1317
|
+
(a = t[24]) == null ? void 0 : a.target), f(
|
1321
1318
|
e,
|
1322
1319
|
"baseurl",
|
1323
1320
|
/*baseurl*/
|
1324
1321
|
t[8]
|
1325
|
-
),
|
1322
|
+
), f(
|
1326
1323
|
e,
|
1327
1324
|
"lang",
|
1328
1325
|
/*lang*/
|
@@ -1333,31 +1330,31 @@ function de(t) {
|
|
1333
1330
|
m(s, e, a);
|
1334
1331
|
},
|
1335
1332
|
p(s, a) {
|
1336
|
-
var
|
1333
|
+
var c, h;
|
1337
1334
|
a[0] & /*footersponsors*/
|
1338
1335
|
2048 && n !== (n = /*sponsorData*/
|
1339
|
-
s[24].sponsorUrl) &&
|
1336
|
+
s[24].sponsorUrl) && f(e, "sponsorurl", n), a[0] & /*footersponsors*/
|
1340
1337
|
2048 && l !== (l = /*sponsorData*/
|
1341
|
-
s[24].sponsorImage) &&
|
1338
|
+
s[24].sponsorImage) && f(e, "sponsorimage", l), a[0] & /*footersponsors*/
|
1342
1339
|
2048 && i !== (i = /*sponsorData*/
|
1343
|
-
s[24].sponsorTitle) &&
|
1344
|
-
64 &&
|
1340
|
+
s[24].sponsorTitle) && f(e, "sponsortitle", i), a[0] & /*clientstyling*/
|
1341
|
+
64 && f(
|
1345
1342
|
e,
|
1346
1343
|
"clientstyling",
|
1347
1344
|
/*clientstyling*/
|
1348
1345
|
s[6]
|
1349
1346
|
), a[0] & /*footersponsors*/
|
1350
1347
|
2048 && r !== (r = /*sponsorData*/
|
1351
|
-
(
|
1348
|
+
(c = s[24]) == null ? void 0 : c.isExternalLink) && f(e, "linktype", r), a[0] & /*footersponsors*/
|
1352
1349
|
2048 && o !== (o = /*sponsorData*/
|
1353
|
-
(h = s[24]) == null ? void 0 : h.target) &&
|
1354
|
-
256 &&
|
1350
|
+
(h = s[24]) == null ? void 0 : h.target) && f(e, "target", o), a[0] & /*baseurl*/
|
1351
|
+
256 && f(
|
1355
1352
|
e,
|
1356
1353
|
"baseurl",
|
1357
1354
|
/*baseurl*/
|
1358
1355
|
s[8]
|
1359
1356
|
), a[0] & /*lang*/
|
1360
|
-
512 &&
|
1357
|
+
512 && f(
|
1361
1358
|
e,
|
1362
1359
|
"lang",
|
1363
1360
|
/*lang*/
|
@@ -1369,7 +1366,7 @@ function de(t) {
|
|
1369
1366
|
}
|
1370
1367
|
};
|
1371
1368
|
}
|
1372
|
-
function
|
1369
|
+
function ft(t) {
|
1373
1370
|
let e;
|
1374
1371
|
function n(r, o) {
|
1375
1372
|
if (
|
@@ -1421,18 +1418,18 @@ function ct(t) {
|
|
1421
1418
|
}
|
1422
1419
|
};
|
1423
1420
|
}
|
1424
|
-
let
|
1421
|
+
let ct = /^(?:[^\/]*\/){2}[^\/]+/g;
|
1425
1422
|
function ut(t, e, n) {
|
1426
|
-
let { sponsorflag: l = "" } = e, { paymentflag: i = "" } = e, { vendorflag: r = "" } = e, { helperflag: o = "" } = e, { licenseflag: s = "" } = e, { socialflag: a = "" } = e, { clientstyling:
|
1423
|
+
let { sponsorflag: l = "" } = e, { paymentflag: i = "" } = e, { vendorflag: r = "" } = e, { helperflag: o = "" } = e, { licenseflag: s = "" } = e, { socialflag: a = "" } = e, { clientstyling: c = "" } = e, { clientstylingurl: h = "" } = e, { target: k = "" } = e, { displaycolumn: I = "" } = e, { category: y = "" } = e, { baseurl: T = "" } = e, { lang: z = "" } = e, J = [], G = [], K = [], j = [], Q = [], W = [], v;
|
1427
1424
|
const X = (u) => {
|
1428
|
-
u.origin == window.location.href.match(
|
1425
|
+
u.origin == window.location.href.match(ct)[0] && u.data && u.data.type === "FooterData" && (n(11, J = u.data.sponsorsRepeater), n(12, G = u.data.paymentMethodsRepeater), n(13, K = u.data.gameVendorsRepeater), n(14, j = u.data.helpLinksRepeater), n(15, Q = u.data.licensesRepeater), n(16, W = u.data.socialLinksRepeater), y && n(14, j = j.filter((U) => U.key == y)));
|
1429
1426
|
}, ve = () => {
|
1430
1427
|
let u = document.createElement("style");
|
1431
|
-
u.innerHTML =
|
1428
|
+
u.innerHTML = c, v.appendChild(u);
|
1432
1429
|
}, we = () => {
|
1433
1430
|
let u = new URL(h), U = document.createElement("style");
|
1434
|
-
fetch(u.href).then((
|
1435
|
-
U.innerHTML =
|
1431
|
+
fetch(u.href).then((A) => A.text()).then((A) => {
|
1432
|
+
U.innerHTML = A, setTimeout(
|
1436
1433
|
() => {
|
1437
1434
|
v.appendChild(U);
|
1438
1435
|
},
|
@@ -1440,19 +1437,19 @@ function ut(t, e, n) {
|
|
1440
1437
|
);
|
1441
1438
|
});
|
1442
1439
|
};
|
1443
|
-
|
1440
|
+
Ve(() => (window.addEventListener("message", X, !1), () => {
|
1444
1441
|
window.removeEventListener("message", X);
|
1445
1442
|
}));
|
1446
1443
|
function Le(u) {
|
1447
|
-
|
1444
|
+
V[u ? "unshift" : "push"](() => {
|
1448
1445
|
v = u, n(10, v);
|
1449
1446
|
});
|
1450
1447
|
}
|
1451
1448
|
return t.$$set = (u) => {
|
1452
|
-
"sponsorflag" in u && n(0, l = u.sponsorflag), "paymentflag" in u && n(1, i = u.paymentflag), "vendorflag" in u && n(2, r = u.vendorflag), "helperflag" in u && n(3, o = u.helperflag), "licenseflag" in u && n(4, s = u.licenseflag), "socialflag" in u && n(5, a = u.socialflag), "clientstyling" in u && n(6,
|
1449
|
+
"sponsorflag" in u && n(0, l = u.sponsorflag), "paymentflag" in u && n(1, i = u.paymentflag), "vendorflag" in u && n(2, r = u.vendorflag), "helperflag" in u && n(3, o = u.helperflag), "licenseflag" in u && n(4, s = u.licenseflag), "socialflag" in u && n(5, a = u.socialflag), "clientstyling" in u && n(6, c = u.clientstyling), "clientstylingurl" in u && n(17, h = u.clientstylingurl), "target" in u && n(18, k = u.target), "displaycolumn" in u && n(7, I = u.displaycolumn), "category" in u && n(19, y = u.category), "baseurl" in u && n(8, T = u.baseurl), "lang" in u && n(9, z = u.lang);
|
1453
1450
|
}, t.$$.update = () => {
|
1454
1451
|
t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
1455
|
-
1088 &&
|
1452
|
+
1088 && c && v && ve(), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
1456
1453
|
132096 && h && v && we();
|
1457
1454
|
}, [
|
1458
1455
|
l,
|
@@ -1461,10 +1458,10 @@ function ut(t, e, n) {
|
|
1461
1458
|
o,
|
1462
1459
|
s,
|
1463
1460
|
a,
|
1464
|
-
|
1461
|
+
c,
|
1465
1462
|
I,
|
1466
1463
|
T,
|
1467
|
-
|
1464
|
+
z,
|
1468
1465
|
v,
|
1469
1466
|
J,
|
1470
1467
|
G,
|
@@ -1484,7 +1481,7 @@ class ye extends Ze {
|
|
1484
1481
|
this,
|
1485
1482
|
e,
|
1486
1483
|
ut,
|
1487
|
-
|
1484
|
+
ft,
|
1488
1485
|
Fe,
|
1489
1486
|
{
|
1490
1487
|
sponsorflag: 0,
|
@@ -1585,21 +1582,20 @@ class ye extends Ze {
|
|
1585
1582
|
}
|
1586
1583
|
}
|
1587
1584
|
Ye(ye, { sponsorflag: {}, paymentflag: {}, vendorflag: {}, helperflag: {}, licenseflag: {}, socialflag: {}, clientstyling: {}, clientstylingurl: {}, target: {}, displaycolumn: {}, category: {}, baseurl: {}, lang: {} }, [], [], !0);
|
1588
|
-
const
|
1585
|
+
const Et = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
1589
1586
|
__proto__: null,
|
1590
1587
|
default: ye
|
1591
1588
|
}, Symbol.toStringTag, { value: "Module" }));
|
1592
1589
|
export {
|
1593
1590
|
L as A,
|
1594
|
-
|
1595
|
-
|
1596
|
-
|
1597
|
-
|
1598
|
-
|
1599
|
-
|
1600
|
-
|
1601
|
-
|
1602
|
-
Ct as J,
|
1591
|
+
f as B,
|
1592
|
+
mt as C,
|
1593
|
+
pt as D,
|
1594
|
+
H as E,
|
1595
|
+
vt as F,
|
1596
|
+
yt as G,
|
1597
|
+
Lt as H,
|
1598
|
+
Et as I,
|
1603
1599
|
Ze as S,
|
1604
1600
|
Fe as a,
|
1605
1601
|
Xe as b,
|
@@ -1609,22 +1605,22 @@ export {
|
|
1609
1605
|
p as f,
|
1610
1606
|
g,
|
1611
1607
|
m as h,
|
1612
|
-
|
1608
|
+
q as i,
|
1613
1609
|
_ as j,
|
1614
|
-
|
1610
|
+
V as k,
|
1615
1611
|
$e as l,
|
1616
1612
|
_t as m,
|
1617
1613
|
w as n,
|
1618
1614
|
Ue as o,
|
1619
|
-
|
1620
|
-
|
1615
|
+
$t as p,
|
1616
|
+
bt as q,
|
1621
1617
|
R as r,
|
1622
1618
|
je as s,
|
1623
1619
|
be as t,
|
1624
|
-
|
1620
|
+
kt as u,
|
1625
1621
|
gt as v,
|
1626
|
-
|
1627
|
-
|
1628
|
-
|
1622
|
+
Ve as w,
|
1623
|
+
dt as x,
|
1624
|
+
wt as y,
|
1629
1625
|
b as z
|
1630
1626
|
};
|