@everymatrix/casino-footer-section 1.54.0 → 1.54.2

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