@everymatrix/casino-footer-v2 1.55.1 → 1.56.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{CasinoFooterSection-BMEnWUOD.js → CasinoFooterSection-5iBolEQo.js} +234 -234
- package/components/CasinoFooterSection-DXAJwrvZ.cjs +1 -0
- package/components/{CasinoFooterSection-Dqx3SQ3f.js → CasinoFooterSection-ErS-sbSf.js} +216 -216
- package/components/{CasinoFooterThumbnail-vH02E9Tr.js → CasinoFooterThumbnail-COxttN3E.js} +18 -18
- package/components/{CasinoFooterThumbnail-DvPu9uX_.cjs → CasinoFooterThumbnail-CZJpuCX_.cjs} +2 -2
- package/components/{CasinoFooterThumbnail-UkEHTowY.js → CasinoFooterThumbnail-D7Lzmfn-.js} +18 -18
- package/components/{CasinoFooterV2-B0fmltvV.js → CasinoFooterV2-BCXbXHmJ.js} +478 -478
- package/components/{CasinoFooterV2-4x4wM6ai.cjs → CasinoFooterV2-D7N6EzWF.cjs} +4 -4
- package/components/{CasinoFooterV2-CI6c04_X.js → CasinoFooterV2-DAGY7Far.js} +478 -478
- package/components/{PlayerPanicButton-OxIsyHlf.cjs → PlayerPanicButton-CXUPxrF7.cjs} +1 -1
- package/components/{PlayerPanicButton-DSfpauFq.js → PlayerPanicButton-CbP_5fyJ.js} +2 -2
- package/components/{PlayerPanicButton-CRALgCEl.js → PlayerPanicButton-Csr19ZqB.js} +2 -2
- package/es2015/casino-footer-v2.cjs +1 -1
- package/es2015/casino-footer-v2.js +1 -1
- package/esnext/casino-footer-v2.js +1 -1
- package/package.json +1 -1
- package/components/CasinoFooterSection-AigUjOLw.cjs +0 -1
@@ -2,15 +2,15 @@ var we = Object.defineProperty, Le = Object.defineProperties;
|
|
2
2
|
var Ee = Object.getOwnPropertyDescriptors;
|
3
3
|
var X = Object.getOwnPropertySymbols;
|
4
4
|
var Ce = Object.prototype.hasOwnProperty, Se = Object.prototype.propertyIsEnumerable;
|
5
|
-
var
|
5
|
+
var R = (t, e, n) => e in t ? we(t, e, { enumerable: !0, configurable: !0, writable: !0, value: n }) : t[e] = n, Y = (t, e) => {
|
6
6
|
for (var n in e || (e = {}))
|
7
|
-
Ce.call(e, n) &&
|
7
|
+
Ce.call(e, n) && R(t, n, e[n]);
|
8
8
|
if (X)
|
9
9
|
for (var n of X(e))
|
10
|
-
Se.call(e, n) &&
|
10
|
+
Se.call(e, n) && R(t, n, e[n]);
|
11
11
|
return t;
|
12
12
|
}, Z = (t, e) => Le(t, Ee(e));
|
13
|
-
var
|
13
|
+
var k = (t, e, n) => R(t, typeof e != "symbol" ? e + "" : e, n);
|
14
14
|
var x = (t, e, n) => new Promise((l, i) => {
|
15
15
|
var r = (a) => {
|
16
16
|
try {
|
@@ -35,18 +35,18 @@ function de(t) {
|
|
35
35
|
function ee() {
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
37
37
|
}
|
38
|
-
function
|
38
|
+
function N(t) {
|
39
39
|
t.forEach(de);
|
40
40
|
}
|
41
|
-
function
|
41
|
+
function V(t) {
|
42
42
|
return typeof t == "function";
|
43
43
|
}
|
44
44
|
function Ie(t, e) {
|
45
45
|
return t != t ? e == e : t !== e || t && typeof t == "object" || typeof t == "function";
|
46
46
|
}
|
47
|
-
let
|
47
|
+
let U;
|
48
48
|
function gt(t, e) {
|
49
|
-
return t === e ? !0 : (
|
49
|
+
return t === e ? !0 : (U || (U = document.createElement("a")), U.href = e, t === U.href);
|
50
50
|
}
|
51
51
|
function Te(t) {
|
52
52
|
return Object.keys(t).length === 0;
|
@@ -64,7 +64,7 @@ function mt(t, e, n) {
|
|
64
64
|
t.$$.on_destroy.push(Fe(e, n));
|
65
65
|
}
|
66
66
|
function dt(t) {
|
67
|
-
return t &&
|
67
|
+
return t && V(t.destroy) ? t.destroy : w;
|
68
68
|
}
|
69
69
|
const bt = typeof window != "undefined" ? window : typeof globalThis != "undefined" ? globalThis : (
|
70
70
|
// @ts-ignore Node typings have this
|
@@ -178,17 +178,17 @@ function Ae() {
|
|
178
178
|
function Pe(t) {
|
179
179
|
Ae().$$.on_mount.push(t);
|
180
180
|
}
|
181
|
-
const C = [],
|
181
|
+
const C = [], P = [];
|
182
182
|
let S = [];
|
183
183
|
const te = [], Be = /* @__PURE__ */ Promise.resolve();
|
184
|
-
let
|
184
|
+
let B = !1;
|
185
185
|
function De() {
|
186
|
-
|
186
|
+
B || (B = !0, Be.then(d));
|
187
187
|
}
|
188
|
-
function
|
188
|
+
function D(t) {
|
189
189
|
S.push(t);
|
190
190
|
}
|
191
|
-
const
|
191
|
+
const A = /* @__PURE__ */ new Set();
|
192
192
|
let E = 0;
|
193
193
|
function d() {
|
194
194
|
if (E !== 0)
|
@@ -203,22 +203,22 @@ function d() {
|
|
203
203
|
} catch (e) {
|
204
204
|
throw C.length = 0, E = 0, e;
|
205
205
|
}
|
206
|
-
for (F(null), C.length = 0, E = 0;
|
206
|
+
for (F(null), C.length = 0, E = 0; P.length; ) P.pop()();
|
207
207
|
for (let e = 0; e < S.length; e += 1) {
|
208
208
|
const n = S[e];
|
209
|
-
|
209
|
+
A.has(n) || (A.add(n), n());
|
210
210
|
}
|
211
211
|
S.length = 0;
|
212
212
|
} while (C.length);
|
213
213
|
for (; te.length; )
|
214
214
|
te.pop()();
|
215
|
-
|
215
|
+
B = !1, A.clear(), F(t);
|
216
216
|
}
|
217
217
|
function Ve(t) {
|
218
218
|
if (t.fragment !== null) {
|
219
|
-
t.update(),
|
219
|
+
t.update(), N(t.before_update);
|
220
220
|
const e = t.dirty;
|
221
|
-
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(
|
221
|
+
t.dirty = [-1], t.fragment && t.fragment.p(t.ctx, e), t.after_update.forEach(D);
|
222
222
|
}
|
223
223
|
}
|
224
224
|
function He(t) {
|
@@ -234,14 +234,14 @@ function p(t) {
|
|
234
234
|
}
|
235
235
|
function Je(t, e, n) {
|
236
236
|
const { fragment: l, after_update: i } = t.$$;
|
237
|
-
l && l.m(e, n),
|
238
|
-
const r = t.$$.on_mount.map(de).filter(
|
239
|
-
t.$$.on_destroy ? t.$$.on_destroy.push(...r) :
|
240
|
-
}), i.forEach(
|
237
|
+
l && l.m(e, n), D(() => {
|
238
|
+
const r = t.$$.on_mount.map(de).filter(V);
|
239
|
+
t.$$.on_destroy ? t.$$.on_destroy.push(...r) : N(r), t.$$.on_mount = [];
|
240
|
+
}), i.forEach(D);
|
241
241
|
}
|
242
242
|
function Ge(t, e) {
|
243
243
|
const n = t.$$;
|
244
|
-
n.fragment !== null && (He(n.after_update),
|
244
|
+
n.fragment !== null && (He(n.after_update), N(n.on_destroy), n.fragment && n.fragment.d(e), n.on_destroy = n.fragment = null, n.ctx = []);
|
245
245
|
}
|
246
246
|
function Ke(t, e) {
|
247
247
|
t.$$.dirty[0] === -1 && (C.push(t), De(), t.$$.dirty.fill(0)), t.$$.dirty[e / 31 | 0] |= 1 << e % 31;
|
@@ -272,13 +272,13 @@ function Qe(t, e, n, l, i, r, o = null, s = [-1]) {
|
|
272
272
|
};
|
273
273
|
o && o(c.root);
|
274
274
|
let h = !1;
|
275
|
-
if (c.ctx = n ? n(t, e.props || {}, (
|
276
|
-
const
|
277
|
-
return c.ctx && i(c.ctx[
|
278
|
-
}) : [], c.update(), h = !0,
|
275
|
+
if (c.ctx = n ? n(t, e.props || {}, ($, I, ...T) => {
|
276
|
+
const v = T.length ? T[0] : I;
|
277
|
+
return c.ctx && i(c.ctx[$], c.ctx[$] = v) && (!c.skip_bound && c.bound[$] && c.bound[$](v), h && Ke(t, $)), I;
|
278
|
+
}) : [], c.update(), h = !0, N(c.before_update), c.fragment = l ? l(c.ctx) : !1, e.target) {
|
279
279
|
if (e.hydrate) {
|
280
|
-
const
|
281
|
-
c.fragment && c.fragment.l(
|
280
|
+
const $ = Ne(e.target);
|
281
|
+
c.fragment && c.fragment.l($), $.forEach(_);
|
282
282
|
} else
|
283
283
|
c.fragment && c.fragment.c();
|
284
284
|
e.intro && qe(t.$$.fragment), Je(t, e.target, e.anchor), d();
|
@@ -290,23 +290,23 @@ typeof HTMLElement == "function" && ($e = class extends HTMLElement {
|
|
290
290
|
constructor(e, n, l) {
|
291
291
|
super();
|
292
292
|
/** The Svelte component constructor */
|
293
|
-
|
293
|
+
k(this, "$$ctor");
|
294
294
|
/** Slots */
|
295
|
-
|
295
|
+
k(this, "$$s");
|
296
296
|
/** The Svelte component instance */
|
297
|
-
|
297
|
+
k(this, "$$c");
|
298
298
|
/** Whether or not the custom element is connected */
|
299
|
-
|
299
|
+
k(this, "$$cn", !1);
|
300
300
|
/** Component props data */
|
301
|
-
|
301
|
+
k(this, "$$d", {});
|
302
302
|
/** `true` if currently in the process of reflecting component props back to attributes */
|
303
|
-
|
303
|
+
k(this, "$$r", !1);
|
304
304
|
/** @type {Record<string, CustomElementPropDefinition>} Props definition (name, reflected, type etc) */
|
305
|
-
|
305
|
+
k(this, "$$p_d", {});
|
306
306
|
/** @type {Record<string, Function[]>} Event listeners */
|
307
|
-
|
307
|
+
k(this, "$$l", {});
|
308
308
|
/** @type {Map<Function, Function>} Event listener unsubscribe functions */
|
309
|
-
|
309
|
+
k(this, "$$l_u", /* @__PURE__ */ new Map());
|
310
310
|
this.$$ctor = e, this.$$s = n, l && this.attachShadow({ mode: "open" });
|
311
311
|
}
|
312
312
|
addEventListener(e, n, l) {
|
@@ -352,7 +352,7 @@ typeof HTMLElement == "function" && ($e = class extends HTMLElement {
|
|
352
352
|
r in l && (n[r] = [e(r)]);
|
353
353
|
for (const r of this.attributes) {
|
354
354
|
const o = this.$$g_p(r.name);
|
355
|
-
o in this.$$d || (this.$$d[o] =
|
355
|
+
o in this.$$d || (this.$$d[o] = j(o, r.value, this.$$p_d, "toProp"));
|
356
356
|
}
|
357
357
|
for (const r in this.$$p_d)
|
358
358
|
!(r in this.$$d) && this[r] !== void 0 && (this.$$d[r] = this[r], delete this[r]);
|
@@ -369,7 +369,7 @@ typeof HTMLElement == "function" && ($e = class extends HTMLElement {
|
|
369
369
|
this.$$r = !0;
|
370
370
|
for (const r in this.$$p_d)
|
371
371
|
if (this.$$d[r] = this.$$c.$$.ctx[this.$$c.$$.props[r]], this.$$p_d[r].reflect) {
|
372
|
-
const o =
|
372
|
+
const o = j(
|
373
373
|
r,
|
374
374
|
this.$$d[r],
|
375
375
|
this.$$p_d,
|
@@ -393,7 +393,7 @@ typeof HTMLElement == "function" && ($e = class extends HTMLElement {
|
|
393
393
|
// and setting attributes through setAttribute etc, this is helpful
|
394
394
|
attributeChangedCallback(e, n, l) {
|
395
395
|
var i;
|
396
|
-
this.$$r || (e = this.$$g_p(e), this.$$d[e] =
|
396
|
+
this.$$r || (e = this.$$g_p(e), this.$$d[e] = j(e, l, this.$$p_d, "toProp"), (i = this.$$c) == null || i.$set({ [e]: this.$$d[e] }));
|
397
397
|
}
|
398
398
|
disconnectedCallback() {
|
399
399
|
this.$$cn = !1, Promise.resolve().then(() => {
|
@@ -406,7 +406,7 @@ typeof HTMLElement == "function" && ($e = class extends HTMLElement {
|
|
406
406
|
) || e;
|
407
407
|
}
|
408
408
|
});
|
409
|
-
function
|
409
|
+
function j(t, e, n, l) {
|
410
410
|
var r;
|
411
411
|
const i = (r = n[t]) == null ? void 0 : r.type;
|
412
412
|
if (e = i === "Boolean" && typeof e != "boolean" ? e != null : e, !l || !n[t])
|
@@ -454,7 +454,7 @@ function We(t, e, n, l, i, r) {
|
|
454
454
|
},
|
455
455
|
set(a) {
|
456
456
|
var c;
|
457
|
-
a =
|
457
|
+
a = j(s, a, e), this.$$d[s] = a, (c = this.$$c) == null || c.$set({ [s]: a });
|
458
458
|
}
|
459
459
|
});
|
460
460
|
}), l.forEach((s) => {
|
@@ -476,7 +476,7 @@ class Xe {
|
|
476
476
|
*
|
477
477
|
* @type {any}
|
478
478
|
*/
|
479
|
-
|
479
|
+
k(this, "$$");
|
480
480
|
/**
|
481
481
|
* ### PRIVATE API
|
482
482
|
*
|
@@ -484,7 +484,7 @@ class Xe {
|
|
484
484
|
*
|
485
485
|
* @type {any}
|
486
486
|
*/
|
487
|
-
|
487
|
+
k(this, "$$set");
|
488
488
|
}
|
489
489
|
/** @returns {void} */
|
490
490
|
$destroy() {
|
@@ -497,7 +497,7 @@ class Xe {
|
|
497
497
|
* @returns {() => void}
|
498
498
|
*/
|
499
499
|
$on(e, n) {
|
500
|
-
if (!
|
500
|
+
if (!V(n))
|
501
501
|
return w;
|
502
502
|
const l = this.$$.callbacks[e] || (this.$$.callbacks[e] = []);
|
503
503
|
return l.push(n), () => {
|
@@ -550,7 +550,7 @@ if (typeof window != "undefined") {
|
|
550
550
|
}
|
551
551
|
};
|
552
552
|
};
|
553
|
-
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-
|
553
|
+
customElements.define = t(customElements.define), import("./CasinoFooterThumbnail-D7Lzmfn-.js").then((e) => e.C).then(({ default: e }) => {
|
554
554
|
!customElements.get("casino-footer-thumbnail") && customElements.define("casino-footer-thumbnail", e.element);
|
555
555
|
});
|
556
556
|
}
|
@@ -605,8 +605,8 @@ function nt(t) {
|
|
605
605
|
l[o] && l[o].m(e, null);
|
606
606
|
},
|
607
607
|
p(i, r) {
|
608
|
-
if (r[0] & /*footersociallinks, clientstyling, baseurl,
|
609
|
-
|
608
|
+
if (r[0] & /*footersociallinks, clientstyling, baseurl, lang, mbsource*/
|
609
|
+
132800) {
|
610
610
|
n = p(
|
611
611
|
/*footersociallinks*/
|
612
612
|
i[17]
|
@@ -646,8 +646,8 @@ function lt(t) {
|
|
646
646
|
l[o] && l[o].m(e, null);
|
647
647
|
},
|
648
648
|
p(i, r) {
|
649
|
-
if (r[0] & /*footerlicenses, clientstyling, baseurl,
|
650
|
-
|
649
|
+
if (r[0] & /*footerlicenses, clientstyling, baseurl, lang, mbsource*/
|
650
|
+
67264) {
|
651
651
|
n = p(
|
652
652
|
/*footerlicenses*/
|
653
653
|
i[16]
|
@@ -680,7 +680,7 @@ function it(t) {
|
|
680
680
|
for (let r = 0; r < i.length; r += 1)
|
681
681
|
i[r].c();
|
682
682
|
g(e, "class", n = "FooterSectionInnerContainer " + /*displaycolumn*/
|
683
|
-
(t[
|
683
|
+
(t[8] == "true" ? "DisplayColumn" : "")), g(e, "part", "FooterSectionInnerContainer");
|
684
684
|
},
|
685
685
|
m(r, o) {
|
686
686
|
m(r, e, o);
|
@@ -688,7 +688,7 @@ function it(t) {
|
|
688
688
|
i[s] && i[s].m(e, null);
|
689
689
|
},
|
690
690
|
p(r, o) {
|
691
|
-
if (o[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl,
|
691
|
+
if (o[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang, mbsource*/
|
692
692
|
34752) {
|
693
693
|
l = p(
|
694
694
|
/*footerhelperlinks*/
|
@@ -704,8 +704,8 @@ function it(t) {
|
|
704
704
|
i.length = l.length;
|
705
705
|
}
|
706
706
|
o[0] & /*displaycolumn*/
|
707
|
-
|
708
|
-
(r[
|
707
|
+
256 && n !== (n = "FooterSectionInnerContainer " + /*displaycolumn*/
|
708
|
+
(r[8] == "true" ? "DisplayColumn" : "")) && g(e, "class", n);
|
709
709
|
},
|
710
710
|
d(r) {
|
711
711
|
r && _(e), L(i, r);
|
@@ -732,8 +732,8 @@ function ot(t) {
|
|
732
732
|
l[o] && l[o].m(e, null);
|
733
733
|
},
|
734
734
|
p(i, r) {
|
735
|
-
if (r[0] & /*footervendors, clientstyling, baseurl,
|
736
|
-
|
735
|
+
if (r[0] & /*footervendors, clientstyling, baseurl, lang, mbsource*/
|
736
|
+
18112) {
|
737
737
|
n = p(
|
738
738
|
/*footervendors*/
|
739
739
|
i[14]
|
@@ -773,8 +773,8 @@ function st(t) {
|
|
773
773
|
l[o] && l[o].m(e, null);
|
774
774
|
},
|
775
775
|
p(i, r) {
|
776
|
-
if (r[0] & /*footerpayment, clientstyling, baseurl,
|
777
|
-
|
776
|
+
if (r[0] & /*footerpayment, clientstyling, baseurl, lang, mbsource*/
|
777
|
+
9920) {
|
778
778
|
n = p(
|
779
779
|
/*footerpayment*/
|
780
780
|
i[13]
|
@@ -814,8 +814,8 @@ function rt(t) {
|
|
814
814
|
l[o] && l[o].m(e, null);
|
815
815
|
},
|
816
816
|
p(i, r) {
|
817
|
-
if (r[0] & /*footersponsors, clientstyling, baseurl,
|
818
|
-
|
817
|
+
if (r[0] & /*footersponsors, clientstyling, baseurl, lang, mbsource*/
|
818
|
+
5824) {
|
819
819
|
n = p(
|
820
820
|
/*footersponsors*/
|
821
821
|
i[12]
|
@@ -847,24 +847,24 @@ function ue(t) {
|
|
847
847
|
e,
|
848
848
|
"clientstyling",
|
849
849
|
/*clientstyling*/
|
850
|
-
t[
|
850
|
+
t[7]
|
851
851
|
), u(e, "linktype", r = /*footerData*/
|
852
852
|
(s = t[30]) == null ? void 0 : s.isExternalLink), u(e, "target", o = /*footerData*/
|
853
853
|
(a = t[30]) == null ? void 0 : a.target), u(
|
854
854
|
e,
|
855
855
|
"baseurl",
|
856
856
|
/*baseurl*/
|
857
|
-
t[
|
857
|
+
t[9]
|
858
858
|
), u(
|
859
859
|
e,
|
860
|
-
"
|
861
|
-
/*
|
860
|
+
"lang",
|
861
|
+
/*lang*/
|
862
862
|
t[10]
|
863
863
|
), u(
|
864
864
|
e,
|
865
|
-
"
|
866
|
-
/*
|
867
|
-
t[
|
865
|
+
"mbsource",
|
866
|
+
/*mbsource*/
|
867
|
+
t[6]
|
868
868
|
);
|
869
869
|
},
|
870
870
|
m(s, a) {
|
@@ -879,33 +879,33 @@ function ue(t) {
|
|
879
879
|
s[30].socialLinkImage) && u(e, "sociallinkimage", l), a[0] & /*footersociallinks*/
|
880
880
|
131072 && i !== (i = /*footerData*/
|
881
881
|
s[30].socialLinkTitle) && u(e, "sociallinktitle", i), a[0] & /*clientstyling*/
|
882
|
-
|
882
|
+
128 && u(
|
883
883
|
e,
|
884
884
|
"clientstyling",
|
885
885
|
/*clientstyling*/
|
886
|
-
s[
|
886
|
+
s[7]
|
887
887
|
), a[0] & /*footersociallinks*/
|
888
888
|
131072 && r !== (r = /*footerData*/
|
889
889
|
(c = s[30]) == null ? void 0 : c.isExternalLink) && u(e, "linktype", r), a[0] & /*footersociallinks*/
|
890
890
|
131072 && o !== (o = /*footerData*/
|
891
891
|
(h = s[30]) == null ? void 0 : h.target) && u(e, "target", o), a[0] & /*baseurl*/
|
892
|
-
|
892
|
+
512 && u(
|
893
893
|
e,
|
894
894
|
"baseurl",
|
895
895
|
/*baseurl*/
|
896
|
-
s[
|
897
|
-
), a[0] & /*mbsource*/
|
898
|
-
1024 && u(
|
899
|
-
e,
|
900
|
-
"mbsource",
|
901
|
-
/*mbsource*/
|
902
|
-
s[10]
|
896
|
+
s[9]
|
903
897
|
), a[0] & /*lang*/
|
904
|
-
|
898
|
+
1024 && u(
|
905
899
|
e,
|
906
900
|
"lang",
|
907
901
|
/*lang*/
|
908
|
-
s[
|
902
|
+
s[10]
|
903
|
+
), a[0] & /*mbsource*/
|
904
|
+
64 && u(
|
905
|
+
e,
|
906
|
+
"mbsource",
|
907
|
+
/*mbsource*/
|
908
|
+
s[6]
|
909
909
|
);
|
910
910
|
},
|
911
911
|
d(s) {
|
@@ -925,24 +925,24 @@ function ce(t) {
|
|
925
925
|
e,
|
926
926
|
"clientstyling",
|
927
927
|
/*clientstyling*/
|
928
|
-
t[
|
928
|
+
t[7]
|
929
929
|
), u(e, "linktype", r = /*footerData*/
|
930
930
|
(s = t[30]) == null ? void 0 : s.isExternalLink), u(e, "target", o = /*footerData*/
|
931
931
|
(a = t[30]) == null ? void 0 : a.target), u(
|
932
932
|
e,
|
933
933
|
"baseurl",
|
934
934
|
/*baseurl*/
|
935
|
-
t[
|
935
|
+
t[9]
|
936
936
|
), u(
|
937
937
|
e,
|
938
|
-
"
|
939
|
-
/*
|
938
|
+
"lang",
|
939
|
+
/*lang*/
|
940
940
|
t[10]
|
941
941
|
), u(
|
942
942
|
e,
|
943
|
-
"
|
944
|
-
/*
|
945
|
-
t[
|
943
|
+
"mbsource",
|
944
|
+
/*mbsource*/
|
945
|
+
t[6]
|
946
946
|
);
|
947
947
|
},
|
948
948
|
m(s, a) {
|
@@ -957,33 +957,33 @@ function ce(t) {
|
|
957
957
|
s[30].licenseImage) && u(e, "licenseimage", l), a[0] & /*footerlicenses*/
|
958
958
|
65536 && i !== (i = /*footerData*/
|
959
959
|
s[30].licenseTitle) && u(e, "licensetitle", i), a[0] & /*clientstyling*/
|
960
|
-
|
960
|
+
128 && u(
|
961
961
|
e,
|
962
962
|
"clientstyling",
|
963
963
|
/*clientstyling*/
|
964
|
-
s[
|
964
|
+
s[7]
|
965
965
|
), a[0] & /*footerlicenses*/
|
966
966
|
65536 && r !== (r = /*footerData*/
|
967
967
|
(c = s[30]) == null ? void 0 : c.isExternalLink) && u(e, "linktype", r), a[0] & /*footerlicenses*/
|
968
968
|
65536 && o !== (o = /*footerData*/
|
969
969
|
(h = s[30]) == null ? void 0 : h.target) && u(e, "target", o), a[0] & /*baseurl*/
|
970
|
-
|
970
|
+
512 && u(
|
971
971
|
e,
|
972
972
|
"baseurl",
|
973
973
|
/*baseurl*/
|
974
|
-
s[
|
975
|
-
), a[0] & /*mbsource*/
|
976
|
-
1024 && u(
|
977
|
-
e,
|
978
|
-
"mbsource",
|
979
|
-
/*mbsource*/
|
980
|
-
s[10]
|
974
|
+
s[9]
|
981
975
|
), a[0] & /*lang*/
|
982
|
-
|
976
|
+
1024 && u(
|
983
977
|
e,
|
984
978
|
"lang",
|
985
979
|
/*lang*/
|
986
|
-
s[
|
980
|
+
s[10]
|
981
|
+
), a[0] & /*mbsource*/
|
982
|
+
64 && u(
|
983
|
+
e,
|
984
|
+
"mbsource",
|
985
|
+
/*mbsource*/
|
986
|
+
s[6]
|
987
987
|
);
|
988
988
|
},
|
989
989
|
d(s) {
|
@@ -1003,29 +1003,29 @@ function at(t) {
|
|
1003
1003
|
e,
|
1004
1004
|
"clientstyling",
|
1005
1005
|
/*clientstyling*/
|
1006
|
-
t[
|
1006
|
+
t[7]
|
1007
1007
|
), u(
|
1008
1008
|
e,
|
1009
1009
|
"displaycolumn",
|
1010
1010
|
/*displaycolumn*/
|
1011
|
-
t[
|
1011
|
+
t[8]
|
1012
1012
|
), u(e, "linktype", r = /*item*/
|
1013
1013
|
(s = t[33]) == null ? void 0 : s.helpLinkType), u(e, "target", o = /*item*/
|
1014
1014
|
(a = t[33]) == null ? void 0 : a.target), u(
|
1015
1015
|
e,
|
1016
1016
|
"baseurl",
|
1017
1017
|
/*baseurl*/
|
1018
|
-
t[
|
1018
|
+
t[9]
|
1019
1019
|
), u(
|
1020
1020
|
e,
|
1021
|
-
"
|
1022
|
-
/*
|
1021
|
+
"lang",
|
1022
|
+
/*lang*/
|
1023
1023
|
t[10]
|
1024
1024
|
), u(
|
1025
1025
|
e,
|
1026
|
-
"
|
1027
|
-
/*
|
1028
|
-
t[
|
1026
|
+
"mbsource",
|
1027
|
+
/*mbsource*/
|
1028
|
+
t[6]
|
1029
1029
|
);
|
1030
1030
|
},
|
1031
1031
|
m(s, a) {
|
@@ -1040,39 +1040,39 @@ function at(t) {
|
|
1040
1040
|
s[33].helpLinkImage) && u(e, "helperlinkimage", l), a[0] & /*footerhelperlinks*/
|
1041
1041
|
32768 && i !== (i = /*item*/
|
1042
1042
|
s[33].helpLinkTitle) && u(e, "helperlinktitle", i), a[0] & /*clientstyling*/
|
1043
|
-
|
1043
|
+
128 && u(
|
1044
1044
|
e,
|
1045
1045
|
"clientstyling",
|
1046
1046
|
/*clientstyling*/
|
1047
|
-
s[
|
1047
|
+
s[7]
|
1048
1048
|
), a[0] & /*displaycolumn*/
|
1049
|
-
|
1049
|
+
256 && u(
|
1050
1050
|
e,
|
1051
1051
|
"displaycolumn",
|
1052
1052
|
/*displaycolumn*/
|
1053
|
-
s[
|
1053
|
+
s[8]
|
1054
1054
|
), a[0] & /*footerhelperlinks*/
|
1055
1055
|
32768 && r !== (r = /*item*/
|
1056
1056
|
(c = s[33]) == null ? void 0 : c.helpLinkType) && u(e, "linktype", r), a[0] & /*footerhelperlinks*/
|
1057
1057
|
32768 && o !== (o = /*item*/
|
1058
1058
|
(h = s[33]) == null ? void 0 : h.target) && u(e, "target", o), a[0] & /*baseurl*/
|
1059
|
-
|
1059
|
+
512 && u(
|
1060
1060
|
e,
|
1061
1061
|
"baseurl",
|
1062
1062
|
/*baseurl*/
|
1063
|
-
s[
|
1064
|
-
), a[0] & /*mbsource*/
|
1065
|
-
1024 && u(
|
1066
|
-
e,
|
1067
|
-
"mbsource",
|
1068
|
-
/*mbsource*/
|
1069
|
-
s[10]
|
1063
|
+
s[9]
|
1070
1064
|
), a[0] & /*lang*/
|
1071
|
-
|
1065
|
+
1024 && u(
|
1072
1066
|
e,
|
1073
1067
|
"lang",
|
1074
1068
|
/*lang*/
|
1075
|
-
s[
|
1069
|
+
s[10]
|
1070
|
+
), a[0] & /*mbsource*/
|
1071
|
+
64 && u(
|
1072
|
+
e,
|
1073
|
+
"mbsource",
|
1074
|
+
/*mbsource*/
|
1075
|
+
s[6]
|
1076
1076
|
);
|
1077
1077
|
},
|
1078
1078
|
d(s) {
|
@@ -1099,7 +1099,7 @@ function ut(t) {
|
|
1099
1099
|
m(i, e, r);
|
1100
1100
|
},
|
1101
1101
|
p(i, r) {
|
1102
|
-
if (r[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl,
|
1102
|
+
if (r[0] & /*footerhelperlinks, clientstyling, displaycolumn, baseurl, lang, mbsource*/
|
1103
1103
|
34752) {
|
1104
1104
|
n = p(
|
1105
1105
|
/*item*/
|
@@ -1132,29 +1132,29 @@ function fe(t) {
|
|
1132
1132
|
e,
|
1133
1133
|
"clientstyling",
|
1134
1134
|
/*clientstyling*/
|
1135
|
-
t[
|
1135
|
+
t[7]
|
1136
1136
|
), u(
|
1137
1137
|
e,
|
1138
1138
|
"displaycolumn",
|
1139
1139
|
/*displaycolumn*/
|
1140
|
-
t[
|
1140
|
+
t[8]
|
1141
1141
|
), u(e, "linktype", r = /*footerData*/
|
1142
1142
|
(s = t[30]) == null ? void 0 : s.helpLinkType), u(e, "target", o = /*footerData*/
|
1143
1143
|
(a = t[30]) == null ? void 0 : a.target), u(
|
1144
1144
|
e,
|
1145
1145
|
"baseurl",
|
1146
1146
|
/*baseurl*/
|
1147
|
-
t[
|
1147
|
+
t[9]
|
1148
1148
|
), u(
|
1149
1149
|
e,
|
1150
|
-
"
|
1151
|
-
/*
|
1150
|
+
"lang",
|
1151
|
+
/*lang*/
|
1152
1152
|
t[10]
|
1153
1153
|
), u(
|
1154
1154
|
e,
|
1155
|
-
"
|
1156
|
-
/*
|
1157
|
-
t[
|
1155
|
+
"mbsource",
|
1156
|
+
/*mbsource*/
|
1157
|
+
t[6]
|
1158
1158
|
);
|
1159
1159
|
},
|
1160
1160
|
m(s, a) {
|
@@ -1169,39 +1169,39 @@ function fe(t) {
|
|
1169
1169
|
s[30].helpLinkImage) && u(e, "helperlinkimage", l), a[0] & /*footerhelperlinks*/
|
1170
1170
|
32768 && i !== (i = /*footerData*/
|
1171
1171
|
s[30].helpLinkTitle) && u(e, "helperlinktitle", i), a[0] & /*clientstyling*/
|
1172
|
-
|
1172
|
+
128 && u(
|
1173
1173
|
e,
|
1174
1174
|
"clientstyling",
|
1175
1175
|
/*clientstyling*/
|
1176
|
-
s[
|
1176
|
+
s[7]
|
1177
1177
|
), a[0] & /*displaycolumn*/
|
1178
|
-
|
1178
|
+
256 && u(
|
1179
1179
|
e,
|
1180
1180
|
"displaycolumn",
|
1181
1181
|
/*displaycolumn*/
|
1182
|
-
s[
|
1182
|
+
s[8]
|
1183
1183
|
), a[0] & /*footerhelperlinks*/
|
1184
1184
|
32768 && r !== (r = /*footerData*/
|
1185
1185
|
(c = s[30]) == null ? void 0 : c.helpLinkType) && u(e, "linktype", r), a[0] & /*footerhelperlinks*/
|
1186
1186
|
32768 && o !== (o = /*footerData*/
|
1187
1187
|
(h = s[30]) == null ? void 0 : h.target) && u(e, "target", o), a[0] & /*baseurl*/
|
1188
|
-
|
1188
|
+
512 && u(
|
1189
1189
|
e,
|
1190
1190
|
"baseurl",
|
1191
1191
|
/*baseurl*/
|
1192
|
-
s[
|
1193
|
-
), a[0] & /*mbsource*/
|
1194
|
-
1024 && u(
|
1195
|
-
e,
|
1196
|
-
"mbsource",
|
1197
|
-
/*mbsource*/
|
1198
|
-
s[10]
|
1192
|
+
s[9]
|
1199
1193
|
), a[0] & /*lang*/
|
1200
|
-
|
1194
|
+
1024 && u(
|
1201
1195
|
e,
|
1202
1196
|
"lang",
|
1203
1197
|
/*lang*/
|
1204
|
-
s[
|
1198
|
+
s[10]
|
1199
|
+
), a[0] & /*mbsource*/
|
1200
|
+
64 && u(
|
1201
|
+
e,
|
1202
|
+
"mbsource",
|
1203
|
+
/*mbsource*/
|
1204
|
+
s[6]
|
1205
1205
|
);
|
1206
1206
|
},
|
1207
1207
|
d(s) {
|
@@ -1244,24 +1244,24 @@ function _e(t) {
|
|
1244
1244
|
e,
|
1245
1245
|
"clientstyling",
|
1246
1246
|
/*clientstyling*/
|
1247
|
-
t[
|
1247
|
+
t[7]
|
1248
1248
|
), u(e, "linktype", r = /*footerData*/
|
1249
1249
|
(s = t[30]) == null ? void 0 : s.isExternalLink), u(e, "target", o = /*footerData*/
|
1250
1250
|
(a = t[30]) == null ? void 0 : a.target), u(
|
1251
1251
|
e,
|
1252
1252
|
"baseurl",
|
1253
1253
|
/*baseurl*/
|
1254
|
-
t[
|
1254
|
+
t[9]
|
1255
1255
|
), u(
|
1256
1256
|
e,
|
1257
|
-
"
|
1258
|
-
/*
|
1257
|
+
"lang",
|
1258
|
+
/*lang*/
|
1259
1259
|
t[10]
|
1260
1260
|
), u(
|
1261
1261
|
e,
|
1262
|
-
"
|
1263
|
-
/*
|
1264
|
-
t[
|
1262
|
+
"mbsource",
|
1263
|
+
/*mbsource*/
|
1264
|
+
t[6]
|
1265
1265
|
);
|
1266
1266
|
},
|
1267
1267
|
m(s, a) {
|
@@ -1276,33 +1276,33 @@ function _e(t) {
|
|
1276
1276
|
s[30].gameVendorImage) && u(e, "vendorimage", l), a[0] & /*footervendors*/
|
1277
1277
|
16384 && i !== (i = /*footerData*/
|
1278
1278
|
s[30].gameVendorTitle) && u(e, "vendortitle", i), a[0] & /*clientstyling*/
|
1279
|
-
|
1279
|
+
128 && u(
|
1280
1280
|
e,
|
1281
1281
|
"clientstyling",
|
1282
1282
|
/*clientstyling*/
|
1283
|
-
s[
|
1283
|
+
s[7]
|
1284
1284
|
), a[0] & /*footervendors*/
|
1285
1285
|
16384 && r !== (r = /*footerData*/
|
1286
1286
|
(c = s[30]) == null ? void 0 : c.isExternalLink) && u(e, "linktype", r), a[0] & /*footervendors*/
|
1287
1287
|
16384 && o !== (o = /*footerData*/
|
1288
1288
|
(h = s[30]) == null ? void 0 : h.target) && u(e, "target", o), a[0] & /*baseurl*/
|
1289
|
-
|
1289
|
+
512 && u(
|
1290
1290
|
e,
|
1291
1291
|
"baseurl",
|
1292
1292
|
/*baseurl*/
|
1293
|
-
s[
|
1294
|
-
), a[0] & /*mbsource*/
|
1295
|
-
1024 && u(
|
1296
|
-
e,
|
1297
|
-
"mbsource",
|
1298
|
-
/*mbsource*/
|
1299
|
-
s[10]
|
1293
|
+
s[9]
|
1300
1294
|
), a[0] & /*lang*/
|
1301
|
-
|
1295
|
+
1024 && u(
|
1302
1296
|
e,
|
1303
1297
|
"lang",
|
1304
1298
|
/*lang*/
|
1305
|
-
s[
|
1299
|
+
s[10]
|
1300
|
+
), a[0] & /*mbsource*/
|
1301
|
+
64 && u(
|
1302
|
+
e,
|
1303
|
+
"mbsource",
|
1304
|
+
/*mbsource*/
|
1305
|
+
s[6]
|
1306
1306
|
);
|
1307
1307
|
},
|
1308
1308
|
d(s) {
|
@@ -1322,24 +1322,24 @@ function ge(t) {
|
|
1322
1322
|
e,
|
1323
1323
|
"clientstyling",
|
1324
1324
|
/*clientstyling*/
|
1325
|
-
t[
|
1325
|
+
t[7]
|
1326
1326
|
), u(e, "linktype", r = /*paymentData*/
|
1327
1327
|
(s = t[27]) == null ? void 0 : s.isExternalLink), u(e, "target", o = /*paymentData*/
|
1328
1328
|
(a = t[27]) == null ? void 0 : a.target), u(
|
1329
1329
|
e,
|
1330
1330
|
"baseurl",
|
1331
1331
|
/*baseurl*/
|
1332
|
-
t[
|
1332
|
+
t[9]
|
1333
1333
|
), u(
|
1334
1334
|
e,
|
1335
|
-
"
|
1336
|
-
/*
|
1335
|
+
"lang",
|
1336
|
+
/*lang*/
|
1337
1337
|
t[10]
|
1338
1338
|
), u(
|
1339
1339
|
e,
|
1340
|
-
"
|
1341
|
-
/*
|
1342
|
-
t[
|
1340
|
+
"mbsource",
|
1341
|
+
/*mbsource*/
|
1342
|
+
t[6]
|
1343
1343
|
);
|
1344
1344
|
},
|
1345
1345
|
m(s, a) {
|
@@ -1354,33 +1354,33 @@ function ge(t) {
|
|
1354
1354
|
s[27].paymentMethodImage) && u(e, "paymentimage", l), a[0] & /*footerpayment*/
|
1355
1355
|
8192 && i !== (i = /*paymentData*/
|
1356
1356
|
s[27].paymentMethodTitle) && u(e, "paymenttitle", i), a[0] & /*clientstyling*/
|
1357
|
-
|
1357
|
+
128 && u(
|
1358
1358
|
e,
|
1359
1359
|
"clientstyling",
|
1360
1360
|
/*clientstyling*/
|
1361
|
-
s[
|
1361
|
+
s[7]
|
1362
1362
|
), a[0] & /*footerpayment*/
|
1363
1363
|
8192 && r !== (r = /*paymentData*/
|
1364
1364
|
(c = s[27]) == null ? void 0 : c.isExternalLink) && u(e, "linktype", r), a[0] & /*footerpayment*/
|
1365
1365
|
8192 && o !== (o = /*paymentData*/
|
1366
1366
|
(h = s[27]) == null ? void 0 : h.target) && u(e, "target", o), a[0] & /*baseurl*/
|
1367
|
-
|
1367
|
+
512 && u(
|
1368
1368
|
e,
|
1369
1369
|
"baseurl",
|
1370
1370
|
/*baseurl*/
|
1371
|
-
s[
|
1372
|
-
), a[0] & /*mbsource*/
|
1373
|
-
1024 && u(
|
1374
|
-
e,
|
1375
|
-
"mbsource",
|
1376
|
-
/*mbsource*/
|
1377
|
-
s[10]
|
1371
|
+
s[9]
|
1378
1372
|
), a[0] & /*lang*/
|
1379
|
-
|
1373
|
+
1024 && u(
|
1380
1374
|
e,
|
1381
1375
|
"lang",
|
1382
1376
|
/*lang*/
|
1383
|
-
s[
|
1377
|
+
s[10]
|
1378
|
+
), a[0] & /*mbsource*/
|
1379
|
+
64 && u(
|
1380
|
+
e,
|
1381
|
+
"mbsource",
|
1382
|
+
/*mbsource*/
|
1383
|
+
s[6]
|
1384
1384
|
);
|
1385
1385
|
},
|
1386
1386
|
d(s) {
|
@@ -1400,24 +1400,24 @@ function me(t) {
|
|
1400
1400
|
e,
|
1401
1401
|
"clientstyling",
|
1402
1402
|
/*clientstyling*/
|
1403
|
-
t[
|
1403
|
+
t[7]
|
1404
1404
|
), u(e, "linktype", r = /*sponsorData*/
|
1405
1405
|
(s = t[24]) == null ? void 0 : s.isExternalLink), u(e, "target", o = /*sponsorData*/
|
1406
1406
|
(a = t[24]) == null ? void 0 : a.target), u(
|
1407
1407
|
e,
|
1408
1408
|
"baseurl",
|
1409
1409
|
/*baseurl*/
|
1410
|
-
t[
|
1410
|
+
t[9]
|
1411
1411
|
), u(
|
1412
1412
|
e,
|
1413
|
-
"
|
1414
|
-
/*
|
1413
|
+
"lang",
|
1414
|
+
/*lang*/
|
1415
1415
|
t[10]
|
1416
1416
|
), u(
|
1417
1417
|
e,
|
1418
|
-
"
|
1419
|
-
/*
|
1420
|
-
t[
|
1418
|
+
"mbsource",
|
1419
|
+
/*mbsource*/
|
1420
|
+
t[6]
|
1421
1421
|
);
|
1422
1422
|
},
|
1423
1423
|
m(s, a) {
|
@@ -1432,33 +1432,33 @@ function me(t) {
|
|
1432
1432
|
s[24].sponsorImage) && u(e, "sponsorimage", l), a[0] & /*footersponsors*/
|
1433
1433
|
4096 && i !== (i = /*sponsorData*/
|
1434
1434
|
s[24].sponsorTitle) && u(e, "sponsortitle", i), a[0] & /*clientstyling*/
|
1435
|
-
|
1435
|
+
128 && u(
|
1436
1436
|
e,
|
1437
1437
|
"clientstyling",
|
1438
1438
|
/*clientstyling*/
|
1439
|
-
s[
|
1439
|
+
s[7]
|
1440
1440
|
), a[0] & /*footersponsors*/
|
1441
1441
|
4096 && r !== (r = /*sponsorData*/
|
1442
1442
|
(c = s[24]) == null ? void 0 : c.isExternalLink) && u(e, "linktype", r), a[0] & /*footersponsors*/
|
1443
1443
|
4096 && o !== (o = /*sponsorData*/
|
1444
1444
|
(h = s[24]) == null ? void 0 : h.target) && u(e, "target", o), a[0] & /*baseurl*/
|
1445
|
-
|
1445
|
+
512 && u(
|
1446
1446
|
e,
|
1447
1447
|
"baseurl",
|
1448
1448
|
/*baseurl*/
|
1449
|
-
s[
|
1450
|
-
), a[0] & /*mbsource*/
|
1451
|
-
1024 && u(
|
1452
|
-
e,
|
1453
|
-
"mbsource",
|
1454
|
-
/*mbsource*/
|
1455
|
-
s[10]
|
1449
|
+
s[9]
|
1456
1450
|
), a[0] & /*lang*/
|
1457
|
-
|
1451
|
+
1024 && u(
|
1458
1452
|
e,
|
1459
1453
|
"lang",
|
1460
1454
|
/*lang*/
|
1461
|
-
s[
|
1455
|
+
s[10]
|
1456
|
+
), a[0] & /*mbsource*/
|
1457
|
+
64 && u(
|
1458
|
+
e,
|
1459
|
+
"mbsource",
|
1460
|
+
/*mbsource*/
|
1461
|
+
s[6]
|
1462
1462
|
);
|
1463
1463
|
},
|
1464
1464
|
d(s) {
|
@@ -1520,25 +1520,25 @@ function ct(t) {
|
|
1520
1520
|
}
|
1521
1521
|
let ft = /^(?:[^\/]*\/){2}[^\/]+/g;
|
1522
1522
|
function ht(t, e, n) {
|
1523
|
-
let { sponsorflag: l = "" } = e, { paymentflag: i = "" } = e, { vendorflag: r = "" } = e, { helperflag: o = "" } = e, { licenseflag: s = "" } = e, { socialflag: a = "" } = e, {
|
1523
|
+
let { sponsorflag: l = "" } = e, { paymentflag: i = "" } = e, { vendorflag: r = "" } = e, { helperflag: o = "" } = e, { licenseflag: s = "" } = e, { socialflag: a = "" } = e, { mbsource: c } = e, { clientstyling: h = "" } = e, { clientstylingurl: $ = "" } = e, { target: I = "" } = e, { displaycolumn: T = "" } = e, { category: v = "" } = e, { baseurl: H = "" } = e, { lang: z = "" } = e, q = [], J = [], G = [], O = [], K = [], Q = [], y;
|
1524
1524
|
const W = (f) => {
|
1525
|
-
f.origin == window.location.href.match(ft)[0] && f.data && f.data.type === "FooterData" && (n(12, q = f.data.sponsorsRepeater), n(13, J = f.data.paymentMethodsRepeater), n(14, G = f.data.gameVendorsRepeater), n(15,
|
1525
|
+
f.origin == window.location.href.match(ft)[0] && f.data && f.data.type === "FooterData" && (n(12, q = f.data.sponsorsRepeater), n(13, J = f.data.paymentMethodsRepeater), n(14, G = f.data.gameVendorsRepeater), n(15, O = f.data.helpLinksRepeater), n(16, K = f.data.licensesRepeater), n(17, Q = f.data.socialLinksRepeater), v && n(15, O = O.filter((ve) => ve.key == v)));
|
1526
1526
|
};
|
1527
1527
|
Pe(() => (window.addEventListener("message", W, !1), () => {
|
1528
1528
|
window.removeEventListener("message", W);
|
1529
1529
|
}));
|
1530
1530
|
function ye(f) {
|
1531
|
-
|
1531
|
+
P[f ? "unshift" : "push"](() => {
|
1532
1532
|
y = f, n(11, y);
|
1533
1533
|
});
|
1534
1534
|
}
|
1535
1535
|
return t.$$set = (f) => {
|
1536
|
-
"sponsorflag" in f && n(0, l = f.sponsorflag), "paymentflag" in f && n(1, i = f.paymentflag), "vendorflag" in f && n(2, r = f.vendorflag), "helperflag" in f && n(3, o = f.helperflag), "licenseflag" in f && n(4, s = f.licenseflag), "socialflag" in f && n(5, a = f.socialflag), "
|
1536
|
+
"sponsorflag" in f && n(0, l = f.sponsorflag), "paymentflag" in f && n(1, i = f.paymentflag), "vendorflag" in f && n(2, r = f.vendorflag), "helperflag" in f && n(3, o = f.helperflag), "licenseflag" in f && n(4, s = f.licenseflag), "socialflag" in f && n(5, a = f.socialflag), "mbsource" in f && n(6, c = f.mbsource), "clientstyling" in f && n(7, h = f.clientstyling), "clientstylingurl" in f && n(18, $ = f.clientstylingurl), "target" in f && n(19, I = f.target), "displaycolumn" in f && n(8, T = f.displaycolumn), "category" in f && n(20, v = f.category), "baseurl" in f && n(9, H = f.baseurl), "lang" in f && n(10, z = f.lang);
|
1537
1537
|
}, t.$$.update = () => {
|
1538
1538
|
t.$$.dirty[0] & /*clientstyling, customStylingContainer*/
|
1539
|
-
|
1540
|
-
264192 &&
|
1541
|
-
|
1539
|
+
2176 && h && y && Ze(y, h), t.$$.dirty[0] & /*clientstylingurl, customStylingContainer*/
|
1540
|
+
264192 && $ && y && xe(y, $), t.$$.dirty[0] & /*mbsource, customStylingContainer*/
|
1541
|
+
2112 && c && y && et(y, `${c}.Style`);
|
1542
1542
|
}, [
|
1543
1543
|
l,
|
1544
1544
|
i,
|
@@ -1547,19 +1547,19 @@ function ht(t, e, n) {
|
|
1547
1547
|
s,
|
1548
1548
|
a,
|
1549
1549
|
c,
|
1550
|
-
|
1550
|
+
h,
|
1551
1551
|
T,
|
1552
|
+
H,
|
1552
1553
|
z,
|
1553
|
-
O,
|
1554
1554
|
y,
|
1555
1555
|
q,
|
1556
1556
|
J,
|
1557
1557
|
G,
|
1558
|
-
|
1558
|
+
O,
|
1559
1559
|
K,
|
1560
1560
|
Q,
|
1561
|
-
|
1562
|
-
|
1561
|
+
$,
|
1562
|
+
I,
|
1563
1563
|
v,
|
1564
1564
|
ye
|
1565
1565
|
];
|
@@ -1579,14 +1579,14 @@ class ke extends Xe {
|
|
1579
1579
|
helperflag: 3,
|
1580
1580
|
licenseflag: 4,
|
1581
1581
|
socialflag: 5,
|
1582
|
-
|
1582
|
+
mbsource: 6,
|
1583
|
+
clientstyling: 7,
|
1583
1584
|
clientstylingurl: 18,
|
1584
1585
|
target: 19,
|
1585
|
-
displaycolumn:
|
1586
|
+
displaycolumn: 8,
|
1586
1587
|
category: 20,
|
1587
|
-
baseurl:
|
1588
|
-
lang:
|
1589
|
-
mbsource: 10
|
1588
|
+
baseurl: 9,
|
1589
|
+
lang: 10
|
1590
1590
|
},
|
1591
1591
|
tt,
|
1592
1592
|
[-1, -1]
|
@@ -1628,9 +1628,15 @@ class ke extends Xe {
|
|
1628
1628
|
set socialflag(e) {
|
1629
1629
|
this.$$set({ socialflag: e }), d();
|
1630
1630
|
}
|
1631
|
-
get
|
1631
|
+
get mbsource() {
|
1632
1632
|
return this.$$.ctx[6];
|
1633
1633
|
}
|
1634
|
+
set mbsource(e) {
|
1635
|
+
this.$$set({ mbsource: e }), d();
|
1636
|
+
}
|
1637
|
+
get clientstyling() {
|
1638
|
+
return this.$$.ctx[7];
|
1639
|
+
}
|
1634
1640
|
set clientstyling(e) {
|
1635
1641
|
this.$$set({ clientstyling: e }), d();
|
1636
1642
|
}
|
@@ -1647,7 +1653,7 @@ class ke extends Xe {
|
|
1647
1653
|
this.$$set({ target: e }), d();
|
1648
1654
|
}
|
1649
1655
|
get displaycolumn() {
|
1650
|
-
return this.$$.ctx[
|
1656
|
+
return this.$$.ctx[8];
|
1651
1657
|
}
|
1652
1658
|
set displaycolumn(e) {
|
1653
1659
|
this.$$set({ displaycolumn: e }), d();
|
@@ -1659,25 +1665,19 @@ class ke extends Xe {
|
|
1659
1665
|
this.$$set({ category: e }), d();
|
1660
1666
|
}
|
1661
1667
|
get baseurl() {
|
1662
|
-
return this.$$.ctx[
|
1668
|
+
return this.$$.ctx[9];
|
1663
1669
|
}
|
1664
1670
|
set baseurl(e) {
|
1665
1671
|
this.$$set({ baseurl: e }), d();
|
1666
1672
|
}
|
1667
1673
|
get lang() {
|
1668
|
-
return this.$$.ctx[
|
1674
|
+
return this.$$.ctx[10];
|
1669
1675
|
}
|
1670
1676
|
set lang(e) {
|
1671
1677
|
this.$$set({ lang: e }), d();
|
1672
1678
|
}
|
1673
|
-
get mbsource() {
|
1674
|
-
return this.$$.ctx[10];
|
1675
|
-
}
|
1676
|
-
set mbsource(e) {
|
1677
|
-
this.$$set({ mbsource: e }), d();
|
1678
|
-
}
|
1679
1679
|
}
|
1680
|
-
We(ke, { sponsorflag: {}, paymentflag: {}, vendorflag: {}, helperflag: {}, licenseflag: {}, socialflag: {}, clientstyling: {}, clientstylingurl: {}, target: {}, displaycolumn: {}, category: {}, baseurl: {}, lang: {}
|
1680
|
+
We(ke, { sponsorflag: {}, paymentflag: {}, vendorflag: {}, helperflag: {}, licenseflag: {}, socialflag: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, target: {}, displaycolumn: {}, category: {}, baseurl: {}, lang: {} }, [], [], !0);
|
1681
1681
|
const Ct = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
1682
1682
|
__proto__: null,
|
1683
1683
|
default: ke
|
@@ -1690,7 +1690,7 @@ export {
|
|
1690
1690
|
u as E,
|
1691
1691
|
wt as F,
|
1692
1692
|
pt as G,
|
1693
|
-
|
1693
|
+
D as H,
|
1694
1694
|
dt as I,
|
1695
1695
|
vt as J,
|
1696
1696
|
Et as K,
|
@@ -1704,8 +1704,8 @@ export {
|
|
1704
1704
|
d as f,
|
1705
1705
|
b as g,
|
1706
1706
|
g as h,
|
1707
|
-
|
1708
|
-
|
1707
|
+
V as i,
|
1708
|
+
P as j,
|
1709
1709
|
pe as k,
|
1710
1710
|
gt as l,
|
1711
1711
|
Me as m,
|
@@ -1713,7 +1713,7 @@ export {
|
|
1713
1713
|
Pe as o,
|
1714
1714
|
$t as p,
|
1715
1715
|
kt as q,
|
1716
|
-
|
1716
|
+
N as r,
|
1717
1717
|
Ie as s,
|
1718
1718
|
yt as t,
|
1719
1719
|
be as u,
|