@everymatrix/casino-footer-section 1.54.6 → 1.54.8

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