@everymatrix/casino-footer-v2 1.53.0 → 1.53.10

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.
@@ -0,0 +1,1575 @@
1
+ function v() {
2
+ }
3
+ function ue(t) {
4
+ return t();
5
+ }
6
+ function W() {
7
+ return /* @__PURE__ */ Object.create(null);
8
+ }
9
+ function N(t) {
10
+ t.forEach(ue);
11
+ }
12
+ function B(t) {
13
+ return typeof t == "function";
14
+ }
15
+ function $e(t, e) {
16
+ return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
17
+ }
18
+ let U;
19
+ function tt(t, e) {
20
+ return t === e ? !0 : (U || (U = document.createElement("a")), U.href = e, t === U.href);
21
+ }
22
+ function ke(t) {
23
+ return Object.keys(t).length === 0;
24
+ }
25
+ function ye(t, ...e) {
26
+ if (t == null) {
27
+ for (const l of e)
28
+ l(void 0);
29
+ return v;
30
+ }
31
+ const i = t.subscribe(...e);
32
+ return i.unsubscribe ? () => i.unsubscribe() : i;
33
+ }
34
+ function nt(t, e, i) {
35
+ t.$$.on_destroy.push(ye(e, i));
36
+ }
37
+ function lt(t) {
38
+ return t && B(t.destroy) ? t.destroy : v;
39
+ }
40
+ const it = typeof window < "u" ? window : typeof globalThis < "u" ? globalThis : (
41
+ // @ts-ignore Node typings have this
42
+ global
43
+ );
44
+ function ve(t, e) {
45
+ t.appendChild(e);
46
+ }
47
+ function we(t, e, i) {
48
+ const l = Le(t);
49
+ if (!l.getElementById(e)) {
50
+ const n = m("style");
51
+ n.id = e, n.textContent = i, Ee(l, n);
52
+ }
53
+ }
54
+ function Le(t) {
55
+ if (!t) return document;
56
+ const e = t.getRootNode ? t.getRootNode() : t.ownerDocument;
57
+ return e && /** @type {ShadowRoot} */
58
+ e.host ? (
59
+ /** @type {ShadowRoot} */
60
+ e
61
+ ) : t.ownerDocument;
62
+ }
63
+ function Ee(t, e) {
64
+ return ve(
65
+ /** @type {Document} */
66
+ t.head || t,
67
+ e
68
+ ), e.sheet;
69
+ }
70
+ function g(t, e, i) {
71
+ t.insertBefore(e, i || null);
72
+ }
73
+ function h(t) {
74
+ t.parentNode && t.parentNode.removeChild(t);
75
+ }
76
+ function w(t, e) {
77
+ for (let i = 0; i < t.length; i += 1)
78
+ t[i] && t[i].d(e);
79
+ }
80
+ function m(t) {
81
+ return document.createElement(t);
82
+ }
83
+ function ot(t) {
84
+ return document.createElementNS("http://www.w3.org/2000/svg", t);
85
+ }
86
+ function he(t) {
87
+ return document.createTextNode(t);
88
+ }
89
+ function st() {
90
+ return he(" ");
91
+ }
92
+ function _e() {
93
+ return he("");
94
+ }
95
+ function rt(t, e, i, l) {
96
+ return t.addEventListener(e, i, l), () => t.removeEventListener(e, i, l);
97
+ }
98
+ function _(t, e, i) {
99
+ i == null ? t.removeAttribute(e) : t.getAttribute(e) !== i && t.setAttribute(e, i);
100
+ }
101
+ function a(t, e, i) {
102
+ const l = e.toLowerCase();
103
+ l in t ? t[l] = typeof t[l] == "boolean" && i === "" ? !0 : i : e in t ? t[e] = typeof t[e] == "boolean" && i === "" ? !0 : i : _(t, e, i);
104
+ }
105
+ function Ce(t) {
106
+ return Array.from(t.childNodes);
107
+ }
108
+ function at(t, e) {
109
+ e = "" + e, t.data !== e && (t.data = /** @type {string} */
110
+ e);
111
+ }
112
+ function ft(t, e) {
113
+ t.value = e ?? "";
114
+ }
115
+ function ct(t, e, i) {
116
+ for (let l = 0; l < t.options.length; l += 1) {
117
+ const n = t.options[l];
118
+ if (n.__value === e) {
119
+ n.selected = !0;
120
+ return;
121
+ }
122
+ }
123
+ (!i || e !== void 0) && (t.selectedIndex = -1);
124
+ }
125
+ function ut(t) {
126
+ const e = t.querySelector(":checked");
127
+ return e && e.__value;
128
+ }
129
+ function ht(t, e, i) {
130
+ t.classList.toggle(e, !!i);
131
+ }
132
+ function Se(t) {
133
+ const e = {};
134
+ return t.childNodes.forEach(
135
+ /** @param {Element} node */
136
+ (i) => {
137
+ e[i.slot || "default"] = !0;
138
+ }
139
+ ), e;
140
+ }
141
+ let F;
142
+ function T(t) {
143
+ F = t;
144
+ }
145
+ function Ie() {
146
+ if (!F) throw new Error("Function called outside component initialization");
147
+ return F;
148
+ }
149
+ function Te(t) {
150
+ Ie().$$.on_mount.push(t);
151
+ }
152
+ const E = [], P = [];
153
+ let C = [];
154
+ const X = [], Fe = /* @__PURE__ */ Promise.resolve();
155
+ let D = !1;
156
+ function Oe() {
157
+ D || (D = !0, Fe.then(d));
158
+ }
159
+ function V(t) {
160
+ C.push(t);
161
+ }
162
+ const A = /* @__PURE__ */ new Set();
163
+ let L = 0;
164
+ function d() {
165
+ if (L !== 0)
166
+ return;
167
+ const t = F;
168
+ do {
169
+ try {
170
+ for (; L < E.length; ) {
171
+ const e = E[L];
172
+ L++, T(e), je(e.$$);
173
+ }
174
+ } catch (e) {
175
+ throw E.length = 0, L = 0, e;
176
+ }
177
+ for (T(null), E.length = 0, L = 0; P.length; ) P.pop()();
178
+ for (let e = 0; e < C.length; e += 1) {
179
+ const i = C[e];
180
+ A.has(i) || (A.add(i), i());
181
+ }
182
+ C.length = 0;
183
+ } while (E.length);
184
+ for (; X.length; )
185
+ X.pop()();
186
+ D = !1, A.clear(), T(t);
187
+ }
188
+ function je(t) {
189
+ if (t.fragment !== null) {
190
+ t.update(), N(t.before_update);
191
+ const e = t.dirty;
192
+ t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(V);
193
+ }
194
+ }
195
+ function Ue(t) {
196
+ const e = [], i = [];
197
+ C.forEach((l) => t.indexOf(l) === -1 ? e.push(l) : i.push(l)), i.forEach((l) => l()), C = e;
198
+ }
199
+ const Me = /* @__PURE__ */ new Set();
200
+ function Ne(t, e) {
201
+ t && t.i && (Me.delete(t), t.i(e));
202
+ }
203
+ function p(t) {
204
+ return t?.length !== void 0 ? t : Array.from(t);
205
+ }
206
+ function Re(t, e, i) {
207
+ const { fragment: l, after_update: n } = t.$$;
208
+ l && l.m(e, i), V(() => {
209
+ const r = t.$$.on_mount.map(ue).filter(B);
210
+ t.$$.on_destroy ? t.$$.on_destroy.push(...r) : N(r), t.$$.on_mount = [];
211
+ }), n.forEach(V);
212
+ }
213
+ function Ae(t, e) {
214
+ const i = t.$$;
215
+ i.fragment !== null && (Ue(i.after_update), N(i.on_destroy), i.fragment && i.fragment.d(e), i.on_destroy = i.fragment = null, i.ctx = []);
216
+ }
217
+ function Pe(t, e) {
218
+ t.$$.dirty[0] === -1 && (E.push(t), Oe(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
219
+ }
220
+ function De(t, e, i, l, n, r, o = null, s = [-1]) {
221
+ const f = F;
222
+ T(t);
223
+ const u = t.$$ = {
224
+ fragment: null,
225
+ ctx: [],
226
+ // state
227
+ props: r,
228
+ update: v,
229
+ not_equal: n,
230
+ bound: W(),
231
+ // lifecycle
232
+ on_mount: [],
233
+ on_destroy: [],
234
+ on_disconnect: [],
235
+ before_update: [],
236
+ after_update: [],
237
+ context: new Map(e.context || (f ? f.$$.context : [])),
238
+ // everything else
239
+ callbacks: W(),
240
+ dirty: s,
241
+ skip_bound: !1,
242
+ root: e.target || f.$$.root
243
+ };
244
+ o && o(u.root);
245
+ let $ = !1;
246
+ if (u.ctx = i ? i(t, e.props || {}, (b, S, ...k) => {
247
+ const I = k.length ? k[0] : S;
248
+ return u.ctx && n(u.ctx[b], u.ctx[b] = I) && (!u.skip_bound && u.bound[b] && u.bound[b](I), $ && Pe(t, b)), S;
249
+ }) : [], u.update(), $ = !0, N(u.before_update), u.fragment = l ? l(u.ctx) : !1, e.target) {
250
+ if (e.hydrate) {
251
+ const b = Ce(e.target);
252
+ u.fragment && u.fragment.l(b), b.forEach(h);
253
+ } else
254
+ u.fragment && u.fragment.c();
255
+ e.intro && Ne(t.$$.fragment), Re(t, e.target, e.anchor), d();
256
+ }
257
+ T(f);
258
+ }
259
+ let ge;
260
+ typeof HTMLElement == "function" && (ge = class extends HTMLElement {
261
+ /** The Svelte component constructor */
262
+ $$ctor;
263
+ /** Slots */
264
+ $$s;
265
+ /** The Svelte component instance */
266
+ $$c;
267
+ /** Whether or not the custom element is connected */
268
+ $$cn = !1;
269
+ /** Component props data */
270
+ $$d = {};
271
+ /** `true` if currently in the process of reflecting component props back to attributes */
272
+ $$r = !1;
273
+ /** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
274
+ $$p_d = {};
275
+ /** @type {Record<string, Function[]>} Event listeners */
276
+ $$l = {};
277
+ /** @type {Map<Function, Function>} Event listener unsubscribe functions */
278
+ $$l_u = /* @__PURE__ */ new Map();
279
+ constructor(t, e, i) {
280
+ super(), this.$$ctor = t, this.$$s = e, i && this.attachShadow({ mode: "open" });
281
+ }
282
+ addEventListener(t, e, i) {
283
+ if (this.$$l[t] = this.$$l[t] || [], this.$$l[t].push(e), this.$$c) {
284
+ const l = this.$$c.$on(t, e);
285
+ this.$$l_u.set(e, l);
286
+ }
287
+ super.addEventListener(t, e, i);
288
+ }
289
+ removeEventListener(t, e, i) {
290
+ if (super.removeEventListener(t, e, i), this.$$c) {
291
+ const l = this.$$l_u.get(e);
292
+ l && (l(), this.$$l_u.delete(e));
293
+ }
294
+ }
295
+ async connectedCallback() {
296
+ if (this.$$cn = !0, !this.$$c) {
297
+ let t = function(n) {
298
+ return () => {
299
+ let r;
300
+ return {
301
+ c: function() {
302
+ r = m("slot"), n !== "default" && _(r, "name", n);
303
+ },
304
+ /**
305
+ * @param {HTMLElement} target
306
+ * @param {HTMLElement} [anchor]
307
+ */
308
+ m: function(f, u) {
309
+ g(f, r, u);
310
+ },
311
+ d: function(f) {
312
+ f && h(r);
313
+ }
314
+ };
315
+ };
316
+ };
317
+ if (await Promise.resolve(), !this.$$cn || this.$$c)
318
+ return;
319
+ const e = {}, i = Se(this);
320
+ for (const n of this.$$s)
321
+ n in i && (e[n] = [t(n)]);
322
+ for (const n of this.attributes) {
323
+ const r = this.$$g_p(n.name);
324
+ r in this.$$d || (this.$$d[r] = M(r, n.value, this.$$p_d, "toProp"));
325
+ }
326
+ for (const n in this.$$p_d)
327
+ !(n in this.$$d) && this[n] !== void 0 && (this.$$d[n] = this[n], delete this[n]);
328
+ this.$$c = new this.$$ctor({
329
+ target: this.shadowRoot || this,
330
+ props: {
331
+ ...this.$$d,
332
+ $$slots: e,
333
+ $$scope: {
334
+ ctx: []
335
+ }
336
+ }
337
+ });
338
+ const l = () => {
339
+ this.$$r = !0;
340
+ for (const n in this.$$p_d)
341
+ if (this.$$d[n] = this.$$c.$$.ctx[this.$$c.$$.props[n]], this.$$p_d[n].reflect) {
342
+ const r = M(
343
+ n,
344
+ this.$$d[n],
345
+ this.$$p_d,
346
+ "toAttribute"
347
+ );
348
+ r == null ? this.removeAttribute(this.$$p_d[n].attribute || n) : this.setAttribute(this.$$p_d[n].attribute || n, r);
349
+ }
350
+ this.$$r = !1;
351
+ };
352
+ this.$$c.$$.after_update.push(l), l();
353
+ for (const n in this.$$l)
354
+ for (const r of this.$$l[n]) {
355
+ const o = this.$$c.$on(n, r);
356
+ this.$$l_u.set(r, o);
357
+ }
358
+ this.$$l = {};
359
+ }
360
+ }
361
+ // We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
362
+ // and setting attributes through setAttribute etc, this is helpful
363
+ attributeChangedCallback(t, e, i) {
364
+ this.$$r || (t = this.$$g_p(t), this.$$d[t] = M(t, i, this.$$p_d, "toProp"), this.$$c?.$set({ [t]: this.$$d[t] }));
365
+ }
366
+ disconnectedCallback() {
367
+ this.$$cn = !1, Promise.resolve().then(() => {
368
+ !this.$$cn && this.$$c && (this.$$c.$destroy(), this.$$c = void 0);
369
+ });
370
+ }
371
+ $$g_p(t) {
372
+ return Object.keys(this.$$p_d).find(
373
+ (e) => this.$$p_d[e].attribute === t || !this.$$p_d[e].attribute && e.toLowerCase() === t
374
+ ) || t;
375
+ }
376
+ });
377
+ function M(t, e, i, l) {
378
+ const n = i[t]?.type;
379
+ if (e = n === "Boolean" && typeof e != "boolean" ? e != null : e, !l || !i[t])
380
+ return e;
381
+ if (l === "toAttribute")
382
+ switch (n) {
383
+ case "Object":
384
+ case "Array":
385
+ return e == null ? null : JSON.stringify(e);
386
+ case "Boolean":
387
+ return e ? "" : null;
388
+ case "Number":
389
+ return e ?? null;
390
+ default:
391
+ return e;
392
+ }
393
+ else
394
+ switch (n) {
395
+ case "Object":
396
+ case "Array":
397
+ return e && JSON.parse(e);
398
+ case "Boolean":
399
+ return e;
400
+ case "Number":
401
+ return e != null ? +e : e;
402
+ default:
403
+ return e;
404
+ }
405
+ }
406
+ function Ve(t, e, i, l, n, r) {
407
+ let o = class extends ge {
408
+ constructor() {
409
+ super(t, i, n), this.$$p_d = e;
410
+ }
411
+ static get observedAttributes() {
412
+ return Object.keys(e).map(
413
+ (s) => (e[s].attribute || s).toLowerCase()
414
+ );
415
+ }
416
+ };
417
+ return Object.keys(e).forEach((s) => {
418
+ Object.defineProperty(o.prototype, s, {
419
+ get() {
420
+ return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
421
+ },
422
+ set(f) {
423
+ f = M(s, f, e), this.$$d[s] = f, this.$$c?.$set({ [s]: f });
424
+ }
425
+ });
426
+ }), l.forEach((s) => {
427
+ Object.defineProperty(o.prototype, s, {
428
+ get() {
429
+ return this.$$c?.[s];
430
+ }
431
+ });
432
+ }), t.element = /** @type {any} */
433
+ o, o;
434
+ }
435
+ class Be {
436
+ /**
437
+ * ### PRIVATE API
438
+ *
439
+ * Do not use, may change at any time
440
+ *
441
+ * @type {any}
442
+ */
443
+ $$ = void 0;
444
+ /**
445
+ * ### PRIVATE API
446
+ *
447
+ * Do not use, may change at any time
448
+ *
449
+ * @type {any}
450
+ */
451
+ $$set = void 0;
452
+ /** @returns {void} */
453
+ $destroy() {
454
+ Ae(this, 1), this.$destroy = v;
455
+ }
456
+ /**
457
+ * @template {Extract<keyof Events, string>} K
458
+ * @param {K} type
459
+ * @param {((e: Events[K]) => void) | null | undefined} callback
460
+ * @returns {() => void}
461
+ */
462
+ $on(e, i) {
463
+ if (!B(i))
464
+ return v;
465
+ const l = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
466
+ return l.push(i), () => {
467
+ const n = l.indexOf(i);
468
+ n !== -1 && l.splice(n, 1);
469
+ };
470
+ }
471
+ /**
472
+ * @param {Partial<Props>} props
473
+ * @returns {void}
474
+ */
475
+ $set(e) {
476
+ this.$$set && !ke(e) && (this.$$.skip_bound = !0, this.$$set(e), this.$$.skip_bound = !1);
477
+ }
478
+ }
479
+ const He = "4";
480
+ typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(He);
481
+ if (typeof window < "u") {
482
+ let t = function(e) {
483
+ return function(...i) {
484
+ try {
485
+ return e.apply(this, i);
486
+ } catch (l) {
487
+ if (l instanceof DOMException && l.message.includes("has already been used with this registry") || l.message.includes("Cannot define multiple custom elements with the same tag name"))
488
+ return !1;
489
+ throw l;
490
+ }
491
+ };
492
+ };
493
+ customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-BRNvrXA8.js").then((e) => e.C).then(({ default: e }) => {
494
+ !customElements.get("casino-footer-thumbnail") && customElements.define("casino-footer-thumbnail", e.element);
495
+ });
496
+ }
497
+ function qe(t) {
498
+ we(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}");
499
+ }
500
+ function Y(t, e, i) {
501
+ const l = t.slice();
502
+ return l[30] = e[i], l;
503
+ }
504
+ function Z(t, e, i) {
505
+ const l = t.slice();
506
+ return l[30] = e[i], l;
507
+ }
508
+ function x(t, e, i) {
509
+ const l = t.slice();
510
+ return l[33] = e[i], l;
511
+ }
512
+ function ee(t, e, i) {
513
+ const l = t.slice();
514
+ return l[30] = e[i], l;
515
+ }
516
+ function te(t, e, i) {
517
+ const l = t.slice();
518
+ return l[30] = e[i], l;
519
+ }
520
+ function ne(t, e, i) {
521
+ const l = t.slice();
522
+ return l[27] = e[i], l;
523
+ }
524
+ function le(t, e, i) {
525
+ const l = t.slice();
526
+ return l[24] = e[i], l;
527
+ }
528
+ function ze(t) {
529
+ let e, i = p(
530
+ /*footersociallinks*/
531
+ t[16]
532
+ ), l = [];
533
+ for (let n = 0; n < i.length; n += 1)
534
+ l[n] = ie(Y(t, i, n));
535
+ return {
536
+ c() {
537
+ e = m("div");
538
+ for (let n = 0; n < l.length; n += 1)
539
+ l[n].c();
540
+ _(e, "class", "FooterSectionInnerContainer"), _(e, "part", "FooterSectionInnerContainer");
541
+ },
542
+ m(n, r) {
543
+ g(n, e, r);
544
+ for (let o = 0; o < l.length; o += 1)
545
+ l[o] && l[o].m(e, null);
546
+ },
547
+ p(n, r) {
548
+ if (r[0] & /*footersociallinks, clientstyling, baseurl, lang*/
549
+ 66368) {
550
+ i = p(
551
+ /*footersociallinks*/
552
+ n[16]
553
+ );
554
+ let o;
555
+ for (o = 0; o < i.length; o += 1) {
556
+ const s = Y(n, i, o);
557
+ l[o] ? l[o].p(s, r) : (l[o] = ie(s), l[o].c(), l[o].m(e, null));
558
+ }
559
+ for (; o < l.length; o += 1)
560
+ l[o].d(1);
561
+ l.length = i.length;
562
+ }
563
+ },
564
+ d(n) {
565
+ n && h(e), w(l, n);
566
+ }
567
+ };
568
+ }
569
+ function Je(t) {
570
+ let e, i = p(
571
+ /*footerlicenses*/
572
+ t[15]
573
+ ), l = [];
574
+ for (let n = 0; n < i.length; n += 1)
575
+ l[n] = oe(Z(t, i, n));
576
+ return {
577
+ c() {
578
+ e = m("div");
579
+ for (let n = 0; n < l.length; n += 1)
580
+ l[n].c();
581
+ _(e, "class", "FooterSectionInnerContainer"), _(e, "part", "FooterSectionInnerContainer");
582
+ },
583
+ m(n, r) {
584
+ g(n, e, r);
585
+ for (let o = 0; o < l.length; o += 1)
586
+ l[o] && l[o].m(e, null);
587
+ },
588
+ p(n, r) {
589
+ if (r[0] & /*footerlicenses, clientstyling, baseurl, lang*/
590
+ 33600) {
591
+ i = p(
592
+ /*footerlicenses*/
593
+ n[15]
594
+ );
595
+ let o;
596
+ for (o = 0; o < i.length; o += 1) {
597
+ const s = Z(n, i, o);
598
+ l[o] ? l[o].p(s, r) : (l[o] = oe(s), l[o].c(), l[o].m(e, null));
599
+ }
600
+ for (; o < l.length; o += 1)
601
+ l[o].d(1);
602
+ l.length = i.length;
603
+ }
604
+ },
605
+ d(n) {
606
+ n && h(e), w(l, n);
607
+ }
608
+ };
609
+ }
610
+ function Ge(t) {
611
+ let e, i, l = p(
612
+ /*footerhelperlinks*/
613
+ t[14]
614
+ ), n = [];
615
+ for (let r = 0; r < l.length; r += 1)
616
+ n[r] = re(x(t, l, r));
617
+ return {
618
+ c() {
619
+ e = m("div");
620
+ for (let r = 0; r < n.length; r += 1)
621
+ n[r].c();
622
+ _(e, "class", i = "FooterSectionInnerContainer " + /*displaycolumn*/
623
+ (t[7] == "true" ? "DisplayColumn" : "")), _(e, "part", "FooterSectionInnerContainer");
624
+ },
625
+ m(r, o) {
626
+ g(r, e, o);
627
+ for (let s = 0; s < n.length; s += 1)
628
+ n[s] && n[s].m(e, null);
629
+ },
630
+ p(r, o) {
631
+ if (o[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang*/
632
+ 17344) {
633
+ l = p(
634
+ /*footerhelperlinks*/
635
+ r[14]
636
+ );
637
+ let s;
638
+ for (s = 0; s < l.length; s += 1) {
639
+ const f = x(r, l, s);
640
+ n[s] ? n[s].p(f, o) : (n[s] = re(f), n[s].c(), n[s].m(e, null));
641
+ }
642
+ for (; s < n.length; s += 1)
643
+ n[s].d(1);
644
+ n.length = l.length;
645
+ }
646
+ o[0] & /*displaycolumn*/
647
+ 128 && i !== (i = "FooterSectionInnerContainer " + /*displaycolumn*/
648
+ (r[7] == "true" ? "DisplayColumn" : "")) && _(e, "class", i);
649
+ },
650
+ d(r) {
651
+ r && h(e), w(n, r);
652
+ }
653
+ };
654
+ }
655
+ function Ke(t) {
656
+ let e, i = p(
657
+ /*footervendors*/
658
+ t[13]
659
+ ), l = [];
660
+ for (let n = 0; n < i.length; n += 1)
661
+ l[n] = ae(te(t, i, n));
662
+ return {
663
+ c() {
664
+ e = m("div");
665
+ for (let n = 0; n < l.length; n += 1)
666
+ l[n].c();
667
+ _(e, "class", "FooterSectionInnerContainer"), _(e, "part", "FooterSectionInnerContainer");
668
+ },
669
+ m(n, r) {
670
+ g(n, e, r);
671
+ for (let o = 0; o < l.length; o += 1)
672
+ l[o] && l[o].m(e, null);
673
+ },
674
+ p(n, r) {
675
+ if (r[0] & /*footervendors, clientstyling, baseurl, lang*/
676
+ 9024) {
677
+ i = p(
678
+ /*footervendors*/
679
+ n[13]
680
+ );
681
+ let o;
682
+ for (o = 0; o < i.length; o += 1) {
683
+ const s = te(n, i, o);
684
+ l[o] ? l[o].p(s, r) : (l[o] = ae(s), l[o].c(), l[o].m(e, null));
685
+ }
686
+ for (; o < l.length; o += 1)
687
+ l[o].d(1);
688
+ l.length = i.length;
689
+ }
690
+ },
691
+ d(n) {
692
+ n && h(e), w(l, n);
693
+ }
694
+ };
695
+ }
696
+ function Qe(t) {
697
+ let e, i = p(
698
+ /*footerpayment*/
699
+ t[12]
700
+ ), l = [];
701
+ for (let n = 0; n < i.length; n += 1)
702
+ l[n] = fe(ne(t, i, n));
703
+ return {
704
+ c() {
705
+ e = m("div");
706
+ for (let n = 0; n < l.length; n += 1)
707
+ l[n].c();
708
+ _(e, "class", "FooterSectionInnerContainer"), _(e, "part", "FooterSectionInnerContainer");
709
+ },
710
+ m(n, r) {
711
+ g(n, e, r);
712
+ for (let o = 0; o < l.length; o += 1)
713
+ l[o] && l[o].m(e, null);
714
+ },
715
+ p(n, r) {
716
+ if (r[0] & /*footerpayment, clientstyling, baseurl, lang*/
717
+ 4928) {
718
+ i = p(
719
+ /*footerpayment*/
720
+ n[12]
721
+ );
722
+ let o;
723
+ for (o = 0; o < i.length; o += 1) {
724
+ const s = ne(n, i, o);
725
+ l[o] ? l[o].p(s, r) : (l[o] = fe(s), l[o].c(), l[o].m(e, null));
726
+ }
727
+ for (; o < l.length; o += 1)
728
+ l[o].d(1);
729
+ l.length = i.length;
730
+ }
731
+ },
732
+ d(n) {
733
+ n && h(e), w(l, n);
734
+ }
735
+ };
736
+ }
737
+ function We(t) {
738
+ let e, i = p(
739
+ /*footersponsors*/
740
+ t[11]
741
+ ), l = [];
742
+ for (let n = 0; n < i.length; n += 1)
743
+ l[n] = ce(le(t, i, n));
744
+ return {
745
+ c() {
746
+ e = m("div");
747
+ for (let n = 0; n < l.length; n += 1)
748
+ l[n].c();
749
+ _(e, "class", "FooterSectionInnerContainer"), _(e, "part", "FooterSectionInnerContainer");
750
+ },
751
+ m(n, r) {
752
+ g(n, e, r);
753
+ for (let o = 0; o < l.length; o += 1)
754
+ l[o] && l[o].m(e, null);
755
+ },
756
+ p(n, r) {
757
+ if (r[0] & /*footersponsors, clientstyling, baseurl, lang*/
758
+ 2880) {
759
+ i = p(
760
+ /*footersponsors*/
761
+ n[11]
762
+ );
763
+ let o;
764
+ for (o = 0; o < i.length; o += 1) {
765
+ const s = le(n, i, o);
766
+ l[o] ? l[o].p(s, r) : (l[o] = ce(s), l[o].c(), l[o].m(e, null));
767
+ }
768
+ for (; o < l.length; o += 1)
769
+ l[o].d(1);
770
+ l.length = i.length;
771
+ }
772
+ },
773
+ d(n) {
774
+ n && h(e), w(l, n);
775
+ }
776
+ };
777
+ }
778
+ function ie(t) {
779
+ let e, i, l, n, r, o;
780
+ return {
781
+ c() {
782
+ e = m("casino-footer-thumbnail"), a(e, "sociallinkurl", i = /*footerData*/
783
+ t[30].socialLinkUrl), a(e, "sociallinkimage", l = /*footerData*/
784
+ t[30].socialLinkImage), a(e, "sociallinktitle", n = /*footerData*/
785
+ t[30].socialLinkTitle), a(
786
+ e,
787
+ "clientstyling",
788
+ /*clientstyling*/
789
+ t[6]
790
+ ), a(e, "linktype", r = /*footerData*/
791
+ t[30]?.isExternalLink), a(e, "target", o = /*footerData*/
792
+ t[30]?.target), a(
793
+ e,
794
+ "baseurl",
795
+ /*baseurl*/
796
+ t[8]
797
+ ), a(
798
+ e,
799
+ "lang",
800
+ /*lang*/
801
+ t[9]
802
+ );
803
+ },
804
+ m(s, f) {
805
+ g(s, e, f);
806
+ },
807
+ p(s, f) {
808
+ f[0] & /*footersociallinks*/
809
+ 65536 && i !== (i = /*footerData*/
810
+ s[30].socialLinkUrl) && a(e, "sociallinkurl", i), f[0] & /*footersociallinks*/
811
+ 65536 && l !== (l = /*footerData*/
812
+ s[30].socialLinkImage) && a(e, "sociallinkimage", l), f[0] & /*footersociallinks*/
813
+ 65536 && n !== (n = /*footerData*/
814
+ s[30].socialLinkTitle) && a(e, "sociallinktitle", n), f[0] & /*clientstyling*/
815
+ 64 && a(
816
+ e,
817
+ "clientstyling",
818
+ /*clientstyling*/
819
+ s[6]
820
+ ), f[0] & /*footersociallinks*/
821
+ 65536 && r !== (r = /*footerData*/
822
+ s[30]?.isExternalLink) && a(e, "linktype", r), f[0] & /*footersociallinks*/
823
+ 65536 && o !== (o = /*footerData*/
824
+ s[30]?.target) && a(e, "target", o), f[0] & /*baseurl*/
825
+ 256 && a(
826
+ e,
827
+ "baseurl",
828
+ /*baseurl*/
829
+ s[8]
830
+ ), f[0] & /*lang*/
831
+ 512 && a(
832
+ e,
833
+ "lang",
834
+ /*lang*/
835
+ s[9]
836
+ );
837
+ },
838
+ d(s) {
839
+ s && h(e);
840
+ }
841
+ };
842
+ }
843
+ function oe(t) {
844
+ let e, i, l, n, r, o;
845
+ return {
846
+ c() {
847
+ e = m("casino-footer-thumbnail"), a(e, "licenseurl", i = /*footerData*/
848
+ t[30].licenseUrl), a(e, "licenseimage", l = /*footerData*/
849
+ t[30].licenseImage), a(e, "licensetitle", n = /*footerData*/
850
+ t[30].licenseTitle), a(
851
+ e,
852
+ "clientstyling",
853
+ /*clientstyling*/
854
+ t[6]
855
+ ), a(e, "linktype", r = /*footerData*/
856
+ t[30]?.isExternalLink), a(e, "target", o = /*footerData*/
857
+ t[30]?.target), a(
858
+ e,
859
+ "baseurl",
860
+ /*baseurl*/
861
+ t[8]
862
+ ), a(
863
+ e,
864
+ "lang",
865
+ /*lang*/
866
+ t[9]
867
+ );
868
+ },
869
+ m(s, f) {
870
+ g(s, e, f);
871
+ },
872
+ p(s, f) {
873
+ f[0] & /*footerlicenses*/
874
+ 32768 && i !== (i = /*footerData*/
875
+ s[30].licenseUrl) && a(e, "licenseurl", i), f[0] & /*footerlicenses*/
876
+ 32768 && l !== (l = /*footerData*/
877
+ s[30].licenseImage) && a(e, "licenseimage", l), f[0] & /*footerlicenses*/
878
+ 32768 && n !== (n = /*footerData*/
879
+ s[30].licenseTitle) && a(e, "licensetitle", n), f[0] & /*clientstyling*/
880
+ 64 && a(
881
+ e,
882
+ "clientstyling",
883
+ /*clientstyling*/
884
+ s[6]
885
+ ), f[0] & /*footerlicenses*/
886
+ 32768 && r !== (r = /*footerData*/
887
+ s[30]?.isExternalLink) && a(e, "linktype", r), f[0] & /*footerlicenses*/
888
+ 32768 && o !== (o = /*footerData*/
889
+ s[30]?.target) && a(e, "target", o), f[0] & /*baseurl*/
890
+ 256 && a(
891
+ e,
892
+ "baseurl",
893
+ /*baseurl*/
894
+ s[8]
895
+ ), f[0] & /*lang*/
896
+ 512 && a(
897
+ e,
898
+ "lang",
899
+ /*lang*/
900
+ s[9]
901
+ );
902
+ },
903
+ d(s) {
904
+ s && h(e);
905
+ }
906
+ };
907
+ }
908
+ function Xe(t) {
909
+ let e, i, l, n, r, o;
910
+ return {
911
+ c() {
912
+ e = m("casino-footer-thumbnail"), a(e, "helperlinkurl", i = /*item*/
913
+ t[33].helpLinkUrl), a(e, "helperlinkimage", l = /*item*/
914
+ t[33].helpLinkImage), a(e, "helperlinktitle", n = /*item*/
915
+ t[33].helpLinkTitle), a(
916
+ e,
917
+ "clientstyling",
918
+ /*clientstyling*/
919
+ t[6]
920
+ ), a(
921
+ e,
922
+ "displaycolumn",
923
+ /*displaycolumn*/
924
+ t[7]
925
+ ), a(e, "linktype", r = /*item*/
926
+ t[33]?.helpLinkType), a(e, "target", o = /*item*/
927
+ t[33]?.target), a(
928
+ e,
929
+ "baseurl",
930
+ /*baseurl*/
931
+ t[8]
932
+ ), a(
933
+ e,
934
+ "lang",
935
+ /*lang*/
936
+ t[9]
937
+ );
938
+ },
939
+ m(s, f) {
940
+ g(s, e, f);
941
+ },
942
+ p(s, f) {
943
+ f[0] & /*footerhelperlinks*/
944
+ 16384 && i !== (i = /*item*/
945
+ s[33].helpLinkUrl) && a(e, "helperlinkurl", i), f[0] & /*footerhelperlinks*/
946
+ 16384 && l !== (l = /*item*/
947
+ s[33].helpLinkImage) && a(e, "helperlinkimage", l), f[0] & /*footerhelperlinks*/
948
+ 16384 && n !== (n = /*item*/
949
+ s[33].helpLinkTitle) && a(e, "helperlinktitle", n), f[0] & /*clientstyling*/
950
+ 64 && a(
951
+ e,
952
+ "clientstyling",
953
+ /*clientstyling*/
954
+ s[6]
955
+ ), f[0] & /*displaycolumn*/
956
+ 128 && a(
957
+ e,
958
+ "displaycolumn",
959
+ /*displaycolumn*/
960
+ s[7]
961
+ ), f[0] & /*footerhelperlinks*/
962
+ 16384 && r !== (r = /*item*/
963
+ s[33]?.helpLinkType) && a(e, "linktype", r), f[0] & /*footerhelperlinks*/
964
+ 16384 && o !== (o = /*item*/
965
+ s[33]?.target) && a(e, "target", o), f[0] & /*baseurl*/
966
+ 256 && a(
967
+ e,
968
+ "baseurl",
969
+ /*baseurl*/
970
+ s[8]
971
+ ), f[0] & /*lang*/
972
+ 512 && a(
973
+ e,
974
+ "lang",
975
+ /*lang*/
976
+ s[9]
977
+ );
978
+ },
979
+ d(s) {
980
+ s && h(e);
981
+ }
982
+ };
983
+ }
984
+ function Ye(t) {
985
+ let e, i = p(
986
+ /*item*/
987
+ t[33].value
988
+ ), l = [];
989
+ for (let n = 0; n < i.length; n += 1)
990
+ l[n] = se(ee(t, i, n));
991
+ return {
992
+ c() {
993
+ for (let n = 0; n < l.length; n += 1)
994
+ l[n].c();
995
+ e = _e();
996
+ },
997
+ m(n, r) {
998
+ for (let o = 0; o < l.length; o += 1)
999
+ l[o] && l[o].m(n, r);
1000
+ g(n, e, r);
1001
+ },
1002
+ p(n, r) {
1003
+ if (r[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang*/
1004
+ 17344) {
1005
+ i = p(
1006
+ /*item*/
1007
+ n[33].value
1008
+ );
1009
+ let o;
1010
+ for (o = 0; o < i.length; o += 1) {
1011
+ const s = ee(n, i, o);
1012
+ l[o] ? l[o].p(s, r) : (l[o] = se(s), l[o].c(), l[o].m(e.parentNode, e));
1013
+ }
1014
+ for (; o < l.length; o += 1)
1015
+ l[o].d(1);
1016
+ l.length = i.length;
1017
+ }
1018
+ },
1019
+ d(n) {
1020
+ n && h(e), w(l, n);
1021
+ }
1022
+ };
1023
+ }
1024
+ function se(t) {
1025
+ let e, i, l, n, r, o;
1026
+ return {
1027
+ c() {
1028
+ e = m("casino-footer-thumbnail"), a(e, "helperlinkurl", i = /*footerData*/
1029
+ t[30].helpLinkUrl), a(e, "helperlinkimage", l = /*footerData*/
1030
+ t[30].helpLinkImage), a(e, "helperlinktitle", n = /*footerData*/
1031
+ t[30].helpLinkTitle), a(
1032
+ e,
1033
+ "clientstyling",
1034
+ /*clientstyling*/
1035
+ t[6]
1036
+ ), a(
1037
+ e,
1038
+ "displaycolumn",
1039
+ /*displaycolumn*/
1040
+ t[7]
1041
+ ), a(e, "linktype", r = /*footerData*/
1042
+ t[30]?.helpLinkType), a(e, "target", o = /*footerData*/
1043
+ t[30]?.target), a(
1044
+ e,
1045
+ "baseurl",
1046
+ /*baseurl*/
1047
+ t[8]
1048
+ ), a(
1049
+ e,
1050
+ "lang",
1051
+ /*lang*/
1052
+ t[9]
1053
+ );
1054
+ },
1055
+ m(s, f) {
1056
+ g(s, e, f);
1057
+ },
1058
+ p(s, f) {
1059
+ f[0] & /*footerhelperlinks*/
1060
+ 16384 && i !== (i = /*footerData*/
1061
+ s[30].helpLinkUrl) && a(e, "helperlinkurl", i), f[0] & /*footerhelperlinks*/
1062
+ 16384 && l !== (l = /*footerData*/
1063
+ s[30].helpLinkImage) && a(e, "helperlinkimage", l), f[0] & /*footerhelperlinks*/
1064
+ 16384 && n !== (n = /*footerData*/
1065
+ s[30].helpLinkTitle) && a(e, "helperlinktitle", n), f[0] & /*clientstyling*/
1066
+ 64 && a(
1067
+ e,
1068
+ "clientstyling",
1069
+ /*clientstyling*/
1070
+ s[6]
1071
+ ), f[0] & /*displaycolumn*/
1072
+ 128 && a(
1073
+ e,
1074
+ "displaycolumn",
1075
+ /*displaycolumn*/
1076
+ s[7]
1077
+ ), f[0] & /*footerhelperlinks*/
1078
+ 16384 && r !== (r = /*footerData*/
1079
+ s[30]?.helpLinkType) && a(e, "linktype", r), f[0] & /*footerhelperlinks*/
1080
+ 16384 && o !== (o = /*footerData*/
1081
+ s[30]?.target) && a(e, "target", o), f[0] & /*baseurl*/
1082
+ 256 && a(
1083
+ e,
1084
+ "baseurl",
1085
+ /*baseurl*/
1086
+ s[8]
1087
+ ), f[0] & /*lang*/
1088
+ 512 && a(
1089
+ e,
1090
+ "lang",
1091
+ /*lang*/
1092
+ s[9]
1093
+ );
1094
+ },
1095
+ d(s) {
1096
+ s && h(e);
1097
+ }
1098
+ };
1099
+ }
1100
+ function re(t) {
1101
+ let e, i;
1102
+ function l(o, s) {
1103
+ return s[0] & /*footerhelperlinks*/
1104
+ 16384 && (e = null), e == null && (e = !!/*item*/
1105
+ o[33].hasOwnProperty("value")), e ? Ye : Xe;
1106
+ }
1107
+ let n = l(t, [-1, -1]), r = n(t);
1108
+ return {
1109
+ c() {
1110
+ r.c(), i = _e();
1111
+ },
1112
+ m(o, s) {
1113
+ r.m(o, s), g(o, i, s);
1114
+ },
1115
+ p(o, s) {
1116
+ n === (n = l(o, s)) && r ? r.p(o, s) : (r.d(1), r = n(o), r && (r.c(), r.m(i.parentNode, i)));
1117
+ },
1118
+ d(o) {
1119
+ o && h(i), r.d(o);
1120
+ }
1121
+ };
1122
+ }
1123
+ function ae(t) {
1124
+ let e, i, l, n, r, o;
1125
+ return {
1126
+ c() {
1127
+ e = m("casino-footer-thumbnail"), a(e, "vendorurl", i = /*footerData*/
1128
+ t[30].gameVendorUrl), a(e, "vendorimage", l = /*footerData*/
1129
+ t[30].gameVendorImage), a(e, "vendortitle", n = /*footerData*/
1130
+ t[30].gameVendorTitle), a(
1131
+ e,
1132
+ "clientstyling",
1133
+ /*clientstyling*/
1134
+ t[6]
1135
+ ), a(e, "linktype", r = /*footerData*/
1136
+ t[30]?.isExternalLink), a(e, "target", o = /*footerData*/
1137
+ t[30]?.target), a(
1138
+ e,
1139
+ "baseurl",
1140
+ /*baseurl*/
1141
+ t[8]
1142
+ ), a(
1143
+ e,
1144
+ "lang",
1145
+ /*lang*/
1146
+ t[9]
1147
+ );
1148
+ },
1149
+ m(s, f) {
1150
+ g(s, e, f);
1151
+ },
1152
+ p(s, f) {
1153
+ f[0] & /*footervendors*/
1154
+ 8192 && i !== (i = /*footerData*/
1155
+ s[30].gameVendorUrl) && a(e, "vendorurl", i), f[0] & /*footervendors*/
1156
+ 8192 && l !== (l = /*footerData*/
1157
+ s[30].gameVendorImage) && a(e, "vendorimage", l), f[0] & /*footervendors*/
1158
+ 8192 && n !== (n = /*footerData*/
1159
+ s[30].gameVendorTitle) && a(e, "vendortitle", n), f[0] & /*clientstyling*/
1160
+ 64 && a(
1161
+ e,
1162
+ "clientstyling",
1163
+ /*clientstyling*/
1164
+ s[6]
1165
+ ), f[0] & /*footervendors*/
1166
+ 8192 && r !== (r = /*footerData*/
1167
+ s[30]?.isExternalLink) && a(e, "linktype", r), f[0] & /*footervendors*/
1168
+ 8192 && o !== (o = /*footerData*/
1169
+ s[30]?.target) && a(e, "target", o), f[0] & /*baseurl*/
1170
+ 256 && a(
1171
+ e,
1172
+ "baseurl",
1173
+ /*baseurl*/
1174
+ s[8]
1175
+ ), f[0] & /*lang*/
1176
+ 512 && a(
1177
+ e,
1178
+ "lang",
1179
+ /*lang*/
1180
+ s[9]
1181
+ );
1182
+ },
1183
+ d(s) {
1184
+ s && h(e);
1185
+ }
1186
+ };
1187
+ }
1188
+ function fe(t) {
1189
+ let e, i, l, n, r, o;
1190
+ return {
1191
+ c() {
1192
+ e = m("casino-footer-thumbnail"), a(e, "paymenturl", i = /*paymentData*/
1193
+ t[27].paymentMethodUrl), a(e, "paymentimage", l = /*paymentData*/
1194
+ t[27].paymentMethodImage), a(e, "paymenttitle", n = /*paymentData*/
1195
+ t[27].paymentMethodTitle), a(
1196
+ e,
1197
+ "clientstyling",
1198
+ /*clientstyling*/
1199
+ t[6]
1200
+ ), a(e, "linktype", r = /*paymentData*/
1201
+ t[27]?.isExternalLink), a(e, "target", o = /*paymentData*/
1202
+ t[27]?.target), a(
1203
+ e,
1204
+ "baseurl",
1205
+ /*baseurl*/
1206
+ t[8]
1207
+ ), a(
1208
+ e,
1209
+ "lang",
1210
+ /*lang*/
1211
+ t[9]
1212
+ );
1213
+ },
1214
+ m(s, f) {
1215
+ g(s, e, f);
1216
+ },
1217
+ p(s, f) {
1218
+ f[0] & /*footerpayment*/
1219
+ 4096 && i !== (i = /*paymentData*/
1220
+ s[27].paymentMethodUrl) && a(e, "paymenturl", i), f[0] & /*footerpayment*/
1221
+ 4096 && l !== (l = /*paymentData*/
1222
+ s[27].paymentMethodImage) && a(e, "paymentimage", l), f[0] & /*footerpayment*/
1223
+ 4096 && n !== (n = /*paymentData*/
1224
+ s[27].paymentMethodTitle) && a(e, "paymenttitle", n), f[0] & /*clientstyling*/
1225
+ 64 && a(
1226
+ e,
1227
+ "clientstyling",
1228
+ /*clientstyling*/
1229
+ s[6]
1230
+ ), f[0] & /*footerpayment*/
1231
+ 4096 && r !== (r = /*paymentData*/
1232
+ s[27]?.isExternalLink) && a(e, "linktype", r), f[0] & /*footerpayment*/
1233
+ 4096 && o !== (o = /*paymentData*/
1234
+ s[27]?.target) && a(e, "target", o), f[0] & /*baseurl*/
1235
+ 256 && a(
1236
+ e,
1237
+ "baseurl",
1238
+ /*baseurl*/
1239
+ s[8]
1240
+ ), f[0] & /*lang*/
1241
+ 512 && a(
1242
+ e,
1243
+ "lang",
1244
+ /*lang*/
1245
+ s[9]
1246
+ );
1247
+ },
1248
+ d(s) {
1249
+ s && h(e);
1250
+ }
1251
+ };
1252
+ }
1253
+ function ce(t) {
1254
+ let e, i, l, n, r, o;
1255
+ return {
1256
+ c() {
1257
+ e = m("casino-footer-thumbnail"), a(e, "sponsorurl", i = /*sponsorData*/
1258
+ t[24].sponsorUrl), a(e, "sponsorimage", l = /*sponsorData*/
1259
+ t[24].sponsorImage), a(e, "sponsortitle", n = /*sponsorData*/
1260
+ t[24].sponsorTitle), a(
1261
+ e,
1262
+ "clientstyling",
1263
+ /*clientstyling*/
1264
+ t[6]
1265
+ ), a(e, "linktype", r = /*sponsorData*/
1266
+ t[24]?.isExternalLink), a(e, "target", o = /*sponsorData*/
1267
+ t[24]?.target), a(
1268
+ e,
1269
+ "baseurl",
1270
+ /*baseurl*/
1271
+ t[8]
1272
+ ), a(
1273
+ e,
1274
+ "lang",
1275
+ /*lang*/
1276
+ t[9]
1277
+ );
1278
+ },
1279
+ m(s, f) {
1280
+ g(s, e, f);
1281
+ },
1282
+ p(s, f) {
1283
+ f[0] & /*footersponsors*/
1284
+ 2048 && i !== (i = /*sponsorData*/
1285
+ s[24].sponsorUrl) && a(e, "sponsorurl", i), f[0] & /*footersponsors*/
1286
+ 2048 && l !== (l = /*sponsorData*/
1287
+ s[24].sponsorImage) && a(e, "sponsorimage", l), f[0] & /*footersponsors*/
1288
+ 2048 && n !== (n = /*sponsorData*/
1289
+ s[24].sponsorTitle) && a(e, "sponsortitle", n), f[0] & /*clientstyling*/
1290
+ 64 && a(
1291
+ e,
1292
+ "clientstyling",
1293
+ /*clientstyling*/
1294
+ s[6]
1295
+ ), f[0] & /*footersponsors*/
1296
+ 2048 && r !== (r = /*sponsorData*/
1297
+ s[24]?.isExternalLink) && a(e, "linktype", r), f[0] & /*footersponsors*/
1298
+ 2048 && o !== (o = /*sponsorData*/
1299
+ s[24]?.target) && a(e, "target", o), f[0] & /*baseurl*/
1300
+ 256 && a(
1301
+ e,
1302
+ "baseurl",
1303
+ /*baseurl*/
1304
+ s[8]
1305
+ ), f[0] & /*lang*/
1306
+ 512 && a(
1307
+ e,
1308
+ "lang",
1309
+ /*lang*/
1310
+ s[9]
1311
+ );
1312
+ },
1313
+ d(s) {
1314
+ s && h(e);
1315
+ }
1316
+ };
1317
+ }
1318
+ function Ze(t) {
1319
+ let e;
1320
+ function i(r, o) {
1321
+ if (
1322
+ /*sponsorflag*/
1323
+ r[0] && /*footersponsors*/
1324
+ r[11].length
1325
+ ) return We;
1326
+ if (
1327
+ /*paymentflag*/
1328
+ r[1] && /*footerpayment*/
1329
+ r[12].length
1330
+ ) return Qe;
1331
+ if (
1332
+ /*vendorflag*/
1333
+ r[2] && /*footervendors*/
1334
+ r[13].length
1335
+ ) return Ke;
1336
+ if (
1337
+ /*helperflag*/
1338
+ r[3] && /*footerhelperlinks*/
1339
+ r[14].length
1340
+ ) return Ge;
1341
+ if (
1342
+ /*licenseflag*/
1343
+ r[4] && /*footerlicenses*/
1344
+ r[15].length
1345
+ ) return Je;
1346
+ if (
1347
+ /*socialflag*/
1348
+ r[5] && /*footersociallinks*/
1349
+ r[16].length
1350
+ ) return ze;
1351
+ }
1352
+ let l = i(t), n = l && l(t);
1353
+ return {
1354
+ c() {
1355
+ e = m("div"), n && n.c(), _(e, "class", "FooterSectionContainer"), _(e, "part", "FooterSectionContainer");
1356
+ },
1357
+ m(r, o) {
1358
+ g(r, e, o), n && n.m(e, null), t[20](e);
1359
+ },
1360
+ p(r, o) {
1361
+ l === (l = i(r)) && n ? n.p(r, o) : (n && n.d(1), n = l && l(r), n && (n.c(), n.m(e, null)));
1362
+ },
1363
+ i: v,
1364
+ o: v,
1365
+ d(r) {
1366
+ r && h(e), n && n.d(), t[20](null);
1367
+ }
1368
+ };
1369
+ }
1370
+ let xe = /^(?:[^\/]*\/){2}[^\/]+/g;
1371
+ function et(t, e, i) {
1372
+ let { sponsorflag: l = "" } = e, { paymentflag: n = "" } = e, { vendorflag: r = "" } = e, { helperflag: o = "" } = e, { licenseflag: s = "" } = e, { socialflag: f = "" } = e, { clientstyling: u = "" } = e, { clientstylingurl: $ = "" } = e, { target: b = "" } = e, { displaycolumn: S = "" } = e, { category: k = "" } = e, { baseurl: I = "" } = e, { lang: H = "" } = e, q = [], z = [], J = [], O = [], G = [], K = [], y;
1373
+ const Q = (c) => {
1374
+ c.origin == window.location.href.match(xe)[0] && c.data && c.data.type === "FooterData" && (i(11, q = c.data.sponsorsRepeater), i(12, z = c.data.paymentMethodsRepeater), i(13, J = c.data.gameVendorsRepeater), i(14, O = c.data.helpLinksRepeater), i(15, G = c.data.licensesRepeater), i(16, K = c.data.socialLinksRepeater), k && i(14, O = O.filter((j) => j.key == k)));
1375
+ }, de = () => {
1376
+ let c = document.createElement("style");
1377
+ c.innerHTML = u, y.appendChild(c);
1378
+ }, pe = () => {
1379
+ let c = new URL($), j = document.createElement("style");
1380
+ fetch(c.href).then((R) => R.text()).then((R) => {
1381
+ j.innerHTML = R, setTimeout(
1382
+ () => {
1383
+ y.appendChild(j);
1384
+ },
1385
+ 1
1386
+ );
1387
+ });
1388
+ };
1389
+ Te(() => (window.addEventListener("message", Q, !1), () => {
1390
+ window.removeEventListener("message", Q);
1391
+ }));
1392
+ function be(c) {
1393
+ P[c ? "unshift" : "push"](() => {
1394
+ y = c, i(10, y);
1395
+ });
1396
+ }
1397
+ return t.$$set = (c) => {
1398
+ "sponsorflag" in c && i(0, l = c.sponsorflag), "paymentflag" in c && i(1, n = c.paymentflag), "vendorflag" in c && i(2, r = c.vendorflag), "helperflag" in c && i(3, o = c.helperflag), "licenseflag" in c && i(4, s = c.licenseflag), "socialflag" in c && i(5, f = c.socialflag), "clientstyling" in c && i(6, u = c.clientstyling), "clientstylingurl" in c && i(17, $ = c.clientstylingurl), "target" in c && i(18, b = c.target), "displaycolumn" in c && i(7, S = c.displaycolumn), "category" in c && i(19, k = c.category), "baseurl" in c && i(8, I = c.baseurl), "lang" in c && i(9, H = c.lang);
1399
+ }, t.$$.update = () => {
1400
+ t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
1401
+ 1088 && u && y && de(), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
1402
+ 132096 && $ && y && pe();
1403
+ }, [
1404
+ l,
1405
+ n,
1406
+ r,
1407
+ o,
1408
+ s,
1409
+ f,
1410
+ u,
1411
+ S,
1412
+ I,
1413
+ H,
1414
+ y,
1415
+ q,
1416
+ z,
1417
+ J,
1418
+ O,
1419
+ G,
1420
+ K,
1421
+ $,
1422
+ b,
1423
+ k,
1424
+ be
1425
+ ];
1426
+ }
1427
+ class me extends Be {
1428
+ constructor(e) {
1429
+ super(), De(
1430
+ this,
1431
+ e,
1432
+ et,
1433
+ Ze,
1434
+ $e,
1435
+ {
1436
+ sponsorflag: 0,
1437
+ paymentflag: 1,
1438
+ vendorflag: 2,
1439
+ helperflag: 3,
1440
+ licenseflag: 4,
1441
+ socialflag: 5,
1442
+ clientstyling: 6,
1443
+ clientstylingurl: 17,
1444
+ target: 18,
1445
+ displaycolumn: 7,
1446
+ category: 19,
1447
+ baseurl: 8,
1448
+ lang: 9
1449
+ },
1450
+ qe,
1451
+ [-1, -1]
1452
+ );
1453
+ }
1454
+ get sponsorflag() {
1455
+ return this.$$.ctx[0];
1456
+ }
1457
+ set sponsorflag(e) {
1458
+ this.$$set({ sponsorflag: e }), d();
1459
+ }
1460
+ get paymentflag() {
1461
+ return this.$$.ctx[1];
1462
+ }
1463
+ set paymentflag(e) {
1464
+ this.$$set({ paymentflag: e }), d();
1465
+ }
1466
+ get vendorflag() {
1467
+ return this.$$.ctx[2];
1468
+ }
1469
+ set vendorflag(e) {
1470
+ this.$$set({ vendorflag: e }), d();
1471
+ }
1472
+ get helperflag() {
1473
+ return this.$$.ctx[3];
1474
+ }
1475
+ set helperflag(e) {
1476
+ this.$$set({ helperflag: e }), d();
1477
+ }
1478
+ get licenseflag() {
1479
+ return this.$$.ctx[4];
1480
+ }
1481
+ set licenseflag(e) {
1482
+ this.$$set({ licenseflag: e }), d();
1483
+ }
1484
+ get socialflag() {
1485
+ return this.$$.ctx[5];
1486
+ }
1487
+ set socialflag(e) {
1488
+ this.$$set({ socialflag: e }), d();
1489
+ }
1490
+ get clientstyling() {
1491
+ return this.$$.ctx[6];
1492
+ }
1493
+ set clientstyling(e) {
1494
+ this.$$set({ clientstyling: e }), d();
1495
+ }
1496
+ get clientstylingurl() {
1497
+ return this.$$.ctx[17];
1498
+ }
1499
+ set clientstylingurl(e) {
1500
+ this.$$set({ clientstylingurl: e }), d();
1501
+ }
1502
+ get target() {
1503
+ return this.$$.ctx[18];
1504
+ }
1505
+ set target(e) {
1506
+ this.$$set({ target: e }), d();
1507
+ }
1508
+ get displaycolumn() {
1509
+ return this.$$.ctx[7];
1510
+ }
1511
+ set displaycolumn(e) {
1512
+ this.$$set({ displaycolumn: e }), d();
1513
+ }
1514
+ get category() {
1515
+ return this.$$.ctx[19];
1516
+ }
1517
+ set category(e) {
1518
+ this.$$set({ category: e }), d();
1519
+ }
1520
+ get baseurl() {
1521
+ return this.$$.ctx[8];
1522
+ }
1523
+ set baseurl(e) {
1524
+ this.$$set({ baseurl: e }), d();
1525
+ }
1526
+ get lang() {
1527
+ return this.$$.ctx[9];
1528
+ }
1529
+ set lang(e) {
1530
+ this.$$set({ lang: e }), d();
1531
+ }
1532
+ }
1533
+ Ve(me, { sponsorflag: {}, paymentflag: {}, vendorflag: {}, helperflag: {}, licenseflag: {}, socialflag: {}, clientstyling: {}, clientstylingurl: {}, target: {}, displaycolumn: {}, category: {}, baseurl: {}, lang: {} }, [], [], !0);
1534
+ const _t = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1535
+ __proto__: null,
1536
+ default: me
1537
+ }, Symbol.toStringTag, { value: "Module" }));
1538
+ export {
1539
+ w as A,
1540
+ a as B,
1541
+ lt as C,
1542
+ ot as D,
1543
+ V as E,
1544
+ ct as F,
1545
+ ft as G,
1546
+ ht as H,
1547
+ _t as I,
1548
+ Be as S,
1549
+ $e as a,
1550
+ De as b,
1551
+ Ve as c,
1552
+ we as d,
1553
+ m as e,
1554
+ d as f,
1555
+ _ as g,
1556
+ g as h,
1557
+ B as i,
1558
+ h as j,
1559
+ P as k,
1560
+ _e as l,
1561
+ tt as m,
1562
+ v as n,
1563
+ ve as o,
1564
+ rt as p,
1565
+ st as q,
1566
+ N as r,
1567
+ ye as s,
1568
+ he as t,
1569
+ at as u,
1570
+ nt as v,
1571
+ Te as w,
1572
+ it as x,
1573
+ ut as y,
1574
+ p as z
1575
+ };