@everymatrix/casino-hamburger-menu-nd 1.77.28 → 1.77.29
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/{CasinoHamburgerMenuNd-CpJQIB4x.js → CasinoHamburgerMenuNd-CiVuBO5T.js} +229 -229
- package/components/{CasinoHamburgerMenuNd-BoTLiybF.cjs → CasinoHamburgerMenuNd-CwSa4IwK.cjs} +4 -4
- package/components/{CasinoHamburgerMenuNd-CPZ5lZj_.js → CasinoHamburgerMenuNd-DcploPBT.js} +286 -286
- package/es2015/casino-hamburger-menu-nd.cjs +1 -1
- package/es2015/casino-hamburger-menu-nd.js +1 -1
- package/esnext/casino-hamburger-menu-nd.js +1 -1
- package/package.json +1 -1
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
var Cn = Object.defineProperty, Nn = Object.defineProperties;
|
|
2
2
|
var Rn = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var $t = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
4
|
+
var Un = Object.prototype.hasOwnProperty, kn = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var ut = (e, t, r) => t in e ? Cn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Wt = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
Un.call(t, r) && ut(e, r, t[r]);
|
|
8
8
|
if ($t)
|
|
9
9
|
for (var r of $t(t))
|
|
10
|
-
|
|
10
|
+
kn.call(t, r) && ut(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
12
|
}, Vt = (e, t) => Nn(e, Rn(t));
|
|
13
13
|
var X = (e, t, r) => (ut(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
@@ -37,19 +37,19 @@ function Fn(e, t) {
|
|
|
37
37
|
e
|
|
38
38
|
);
|
|
39
39
|
}
|
|
40
|
-
function
|
|
40
|
+
function Ur(e) {
|
|
41
41
|
return e();
|
|
42
42
|
}
|
|
43
43
|
function zt() {
|
|
44
44
|
return /* @__PURE__ */ Object.create(null);
|
|
45
45
|
}
|
|
46
46
|
function fe(e) {
|
|
47
|
-
e.forEach(
|
|
47
|
+
e.forEach(Ur);
|
|
48
48
|
}
|
|
49
49
|
function Ct(e) {
|
|
50
50
|
return typeof e == "function";
|
|
51
51
|
}
|
|
52
|
-
function
|
|
52
|
+
function kr(e, t) {
|
|
53
53
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
54
54
|
}
|
|
55
55
|
let De;
|
|
@@ -153,19 +153,19 @@ function _(e) {
|
|
|
153
153
|
function Zt(e) {
|
|
154
154
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function Y(e) {
|
|
157
157
|
return document.createTextNode(e);
|
|
158
158
|
}
|
|
159
159
|
function N() {
|
|
160
|
-
return
|
|
160
|
+
return Y(" ");
|
|
161
161
|
}
|
|
162
162
|
function Gr() {
|
|
163
|
-
return
|
|
163
|
+
return Y("");
|
|
164
164
|
}
|
|
165
165
|
function se(e, t, r, n) {
|
|
166
166
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function d(e, t, r) {
|
|
169
169
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
170
170
|
}
|
|
171
171
|
function Qn(e) {
|
|
@@ -178,7 +178,7 @@ function le(e, t) {
|
|
|
178
178
|
function Qt(e, t) {
|
|
179
179
|
e.value = t == null ? "" : t;
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function Yt(e, t, r) {
|
|
182
182
|
for (let n = 0; n < e.options.length; n += 1) {
|
|
183
183
|
const i = e.options[n];
|
|
184
184
|
if (i.__value === t) {
|
|
@@ -188,14 +188,14 @@ function qt(e, t, r) {
|
|
|
188
188
|
}
|
|
189
189
|
(!r || t !== void 0) && (e.selectedIndex = -1);
|
|
190
190
|
}
|
|
191
|
-
function
|
|
191
|
+
function Yn(e) {
|
|
192
192
|
const t = e.querySelector(":checked");
|
|
193
193
|
return t && t.__value;
|
|
194
194
|
}
|
|
195
|
-
function
|
|
195
|
+
function qt(e, t, r) {
|
|
196
196
|
e.classList.toggle(t, !!r);
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function qn(e) {
|
|
199
199
|
const t = {};
|
|
200
200
|
return e.childNodes.forEach(
|
|
201
201
|
/** @param {Element} node */
|
|
@@ -221,14 +221,14 @@ let xe = [];
|
|
|
221
221
|
const Jt = [], ei = /* @__PURE__ */ Promise.resolve();
|
|
222
222
|
let vt = !1;
|
|
223
223
|
function ti() {
|
|
224
|
-
vt || (vt = !0, ei.then(
|
|
224
|
+
vt || (vt = !0, ei.then(U));
|
|
225
225
|
}
|
|
226
226
|
function Qe(e) {
|
|
227
227
|
xe.push(e);
|
|
228
228
|
}
|
|
229
229
|
const ct = /* @__PURE__ */ new Set();
|
|
230
230
|
let ve = 0;
|
|
231
|
-
function
|
|
231
|
+
function U() {
|
|
232
232
|
if (ve !== 0)
|
|
233
233
|
return;
|
|
234
234
|
const e = Be;
|
|
@@ -296,7 +296,7 @@ function re(e) {
|
|
|
296
296
|
function ii(e, t, r) {
|
|
297
297
|
const { fragment: n, after_update: i } = e.$$;
|
|
298
298
|
n && n.m(t, r), Qe(() => {
|
|
299
|
-
const o = e.$$.on_mount.map(
|
|
299
|
+
const o = e.$$.on_mount.map(Ur).filter(Ct);
|
|
300
300
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : fe(o), e.$$.on_mount = [];
|
|
301
301
|
}), i.forEach(Qe);
|
|
302
302
|
}
|
|
@@ -333,8 +333,8 @@ function si(e, t, r, n, i, o, a = null, s = [-1]) {
|
|
|
333
333
|
};
|
|
334
334
|
a && a(l.root);
|
|
335
335
|
let c = !1;
|
|
336
|
-
if (l.ctx = r ? r(e, t.props || {}, (g, f, ...
|
|
337
|
-
const m =
|
|
336
|
+
if (l.ctx = r ? r(e, t.props || {}, (g, f, ...p) => {
|
|
337
|
+
const m = p.length ? p[0] : f;
|
|
338
338
|
return l.ctx && i(l.ctx[g], l.ctx[g] = m) && (!l.skip_bound && l.bound[g] && l.bound[g](m), c && ai(e, g)), f;
|
|
339
339
|
}) : [], l.update(), c = !0, fe(l.before_update), l.fragment = n ? n(l.ctx) : !1, t.target) {
|
|
340
340
|
if (t.hydrate) {
|
|
@@ -342,7 +342,7 @@ function si(e, t, r, n, i, o, a = null, s = [-1]) {
|
|
|
342
342
|
l.fragment && l.fragment.l(g), g.forEach(B);
|
|
343
343
|
} else
|
|
344
344
|
l.fragment && l.fragment.c();
|
|
345
|
-
t.intro && he(e.$$.fragment), ii(e, t.target, t.anchor),
|
|
345
|
+
t.intro && he(e.$$.fragment), ii(e, t.target, t.anchor), U();
|
|
346
346
|
}
|
|
347
347
|
Pe(u);
|
|
348
348
|
}
|
|
@@ -391,7 +391,7 @@ typeof HTMLElement == "function" && (Wr = class extends HTMLElement {
|
|
|
391
391
|
let a;
|
|
392
392
|
return {
|
|
393
393
|
c: function() {
|
|
394
|
-
a = _("slot"), o !== "default" &&
|
|
394
|
+
a = _("slot"), o !== "default" && d(a, "name", o);
|
|
395
395
|
},
|
|
396
396
|
/**
|
|
397
397
|
* @param {HTMLElement} target
|
|
@@ -408,7 +408,7 @@ typeof HTMLElement == "function" && (Wr = class extends HTMLElement {
|
|
|
408
408
|
};
|
|
409
409
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
410
410
|
return;
|
|
411
|
-
const r = {}, n =
|
|
411
|
+
const r = {}, n = qn(this);
|
|
412
412
|
for (const o of this.$$s)
|
|
413
413
|
o in n && (r[o] = [t(o)]);
|
|
414
414
|
for (const o of this.attributes) {
|
|
@@ -598,7 +598,7 @@ var yt = function(e, t) {
|
|
|
598
598
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
599
599
|
}, yt(e, t);
|
|
600
600
|
};
|
|
601
|
-
function
|
|
601
|
+
function Ue(e, t) {
|
|
602
602
|
if (typeof t != "function" && t !== null)
|
|
603
603
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
604
604
|
yt(e, t);
|
|
@@ -708,8 +708,8 @@ var Ke = function() {
|
|
|
708
708
|
if (g) {
|
|
709
709
|
this._finalizers = null;
|
|
710
710
|
try {
|
|
711
|
-
for (var f = _t(g),
|
|
712
|
-
var m =
|
|
711
|
+
for (var f = _t(g), p = f.next(); !p.done; p = f.next()) {
|
|
712
|
+
var m = p.value;
|
|
713
713
|
try {
|
|
714
714
|
Kt(m);
|
|
715
715
|
} catch (v) {
|
|
@@ -720,7 +720,7 @@ var Ke = function() {
|
|
|
720
720
|
n = { error: v };
|
|
721
721
|
} finally {
|
|
722
722
|
try {
|
|
723
|
-
|
|
723
|
+
p && !p.done && (i = f.return) && i.call(f);
|
|
724
724
|
} finally {
|
|
725
725
|
if (n)
|
|
726
726
|
throw n.error;
|
|
@@ -790,7 +790,7 @@ function Ve(e) {
|
|
|
790
790
|
e();
|
|
791
791
|
}
|
|
792
792
|
var Zr = function(e) {
|
|
793
|
-
|
|
793
|
+
Ue(t, e);
|
|
794
794
|
function t(r) {
|
|
795
795
|
var n = e.call(this) || this;
|
|
796
796
|
return n.isStopped = !1, r ? (n.destination = r, zr(r) && r.add(n)) : n.destination = mi, n;
|
|
@@ -820,7 +820,7 @@ var Zr = function(e) {
|
|
|
820
820
|
this.unsubscribe();
|
|
821
821
|
}
|
|
822
822
|
}, t;
|
|
823
|
-
}(Ke),
|
|
823
|
+
}(Ke), pi = function() {
|
|
824
824
|
function e(t) {
|
|
825
825
|
this.partialObserver = t;
|
|
826
826
|
}
|
|
@@ -852,27 +852,27 @@ var Zr = function(e) {
|
|
|
852
852
|
}
|
|
853
853
|
}, e;
|
|
854
854
|
}(), Ht = function(e) {
|
|
855
|
-
|
|
855
|
+
Ue(t, e);
|
|
856
856
|
function t(r, n, i) {
|
|
857
857
|
var o = e.call(this) || this, a;
|
|
858
858
|
return te(r) || !r ? a = {
|
|
859
859
|
next: r != null ? r : void 0,
|
|
860
860
|
error: n != null ? n : void 0,
|
|
861
861
|
complete: i != null ? i : void 0
|
|
862
|
-
} : a = r, o.destination = new
|
|
862
|
+
} : a = r, o.destination = new pi(a), o;
|
|
863
863
|
}
|
|
864
864
|
return t;
|
|
865
865
|
}(Zr);
|
|
866
866
|
function Ge(e) {
|
|
867
867
|
gi(e);
|
|
868
868
|
}
|
|
869
|
-
function
|
|
869
|
+
function di(e) {
|
|
870
870
|
throw e;
|
|
871
871
|
}
|
|
872
872
|
var mi = {
|
|
873
873
|
closed: !0,
|
|
874
874
|
next: er,
|
|
875
|
-
error:
|
|
875
|
+
error: di,
|
|
876
876
|
complete: er
|
|
877
877
|
}, bi = function() {
|
|
878
878
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
@@ -962,7 +962,7 @@ var Ei = Vr(function(e) {
|
|
|
962
962
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
963
963
|
};
|
|
964
964
|
}), Qr = function(e) {
|
|
965
|
-
|
|
965
|
+
Ue(t, e);
|
|
966
966
|
function t() {
|
|
967
967
|
var r = e.call(this) || this;
|
|
968
968
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
@@ -1042,7 +1042,7 @@ var Ei = Vr(function(e) {
|
|
|
1042
1042
|
return new nr(r, n);
|
|
1043
1043
|
}, t;
|
|
1044
1044
|
}(tr), nr = function(e) {
|
|
1045
|
-
|
|
1045
|
+
Ue(t, e);
|
|
1046
1046
|
function t(r, n) {
|
|
1047
1047
|
var i = e.call(this) || this;
|
|
1048
1048
|
return i.destination = r, i.source = n, i;
|
|
@@ -1060,15 +1060,15 @@ var Ei = Vr(function(e) {
|
|
|
1060
1060
|
var n, i;
|
|
1061
1061
|
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Xr;
|
|
1062
1062
|
}, t;
|
|
1063
|
-
}(Qr),
|
|
1063
|
+
}(Qr), Yr = {
|
|
1064
1064
|
now: function() {
|
|
1065
|
-
return (
|
|
1065
|
+
return (Yr.delegate || Date).now();
|
|
1066
1066
|
},
|
|
1067
1067
|
delegate: void 0
|
|
1068
1068
|
}, wi = function(e) {
|
|
1069
|
-
|
|
1069
|
+
Ue(t, e);
|
|
1070
1070
|
function t(r, n, i) {
|
|
1071
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
1071
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Yr);
|
|
1072
1072
|
var o = e.call(this) || this;
|
|
1073
1073
|
return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
|
|
1074
1074
|
}
|
|
@@ -1105,7 +1105,7 @@ function et(e, t = W) {
|
|
|
1105
1105
|
let r;
|
|
1106
1106
|
const n = /* @__PURE__ */ new Set();
|
|
1107
1107
|
function i(s) {
|
|
1108
|
-
if (
|
|
1108
|
+
if (kr(e, s) && (e = s, r)) {
|
|
1109
1109
|
const u = !ye.length;
|
|
1110
1110
|
for (const l of n)
|
|
1111
1111
|
l[1](), ye.push(l, e);
|
|
@@ -1142,7 +1142,7 @@ function Te(e, t, r) {
|
|
|
1142
1142
|
g();
|
|
1143
1143
|
const m = t(n ? l[0] : l, a, s);
|
|
1144
1144
|
o ? a(m) : g = Ct(m) ? m : W;
|
|
1145
|
-
},
|
|
1145
|
+
}, p = i.map(
|
|
1146
1146
|
(m, v) => Fr(
|
|
1147
1147
|
m,
|
|
1148
1148
|
(x) => {
|
|
@@ -1154,7 +1154,7 @@ function Te(e, t, r) {
|
|
|
1154
1154
|
)
|
|
1155
1155
|
);
|
|
1156
1156
|
return u = !0, f(), function() {
|
|
1157
|
-
fe(
|
|
1157
|
+
fe(p), g(), u = !1;
|
|
1158
1158
|
};
|
|
1159
1159
|
});
|
|
1160
1160
|
}
|
|
@@ -1200,28 +1200,28 @@ function Ri(e) {
|
|
|
1200
1200
|
function ar(e) {
|
|
1201
1201
|
return Object.keys(e).concat(Ri(e));
|
|
1202
1202
|
}
|
|
1203
|
-
function
|
|
1203
|
+
function qr(e, t) {
|
|
1204
1204
|
try {
|
|
1205
1205
|
return t in e;
|
|
1206
1206
|
} catch (r) {
|
|
1207
1207
|
return !1;
|
|
1208
1208
|
}
|
|
1209
1209
|
}
|
|
1210
|
-
function
|
|
1211
|
-
return
|
|
1210
|
+
function Ui(e, t) {
|
|
1211
|
+
return qr(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1212
1212
|
}
|
|
1213
|
-
function
|
|
1213
|
+
function ki(e, t, r) {
|
|
1214
1214
|
var n = {};
|
|
1215
1215
|
return r.isMergeableObject(e) && ar(e).forEach(function(i) {
|
|
1216
1216
|
n[i] = Ce(e[i], r);
|
|
1217
1217
|
}), ar(t).forEach(function(i) {
|
|
1218
|
-
|
|
1218
|
+
Ui(e, i) || (qr(e, i) && r.isMergeableObject(t[i]) ? n[i] = Ni(i, r)(e[i], t[i], r) : n[i] = Ce(t[i], r));
|
|
1219
1219
|
}), n;
|
|
1220
1220
|
}
|
|
1221
1221
|
function Ee(e, t, r) {
|
|
1222
1222
|
r = r || {}, r.arrayMerge = r.arrayMerge || Ci, r.isMergeableObject = r.isMergeableObject || Oi, r.cloneUnlessOtherwiseSpecified = Ce;
|
|
1223
1223
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1224
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1224
|
+
return o ? n ? r.arrayMerge(e, t, r) : ki(e, t, r) : Ce(t, r);
|
|
1225
1225
|
}
|
|
1226
1226
|
Ee.all = function(t, r) {
|
|
1227
1227
|
if (!Array.isArray(t))
|
|
@@ -1320,17 +1320,17 @@ var zi = function() {
|
|
|
1320
1320
|
create: function() {
|
|
1321
1321
|
return new Zi();
|
|
1322
1322
|
}
|
|
1323
|
-
},
|
|
1323
|
+
}, pt = {
|
|
1324
1324
|
variadic: Xi
|
|
1325
|
-
},
|
|
1326
|
-
return
|
|
1325
|
+
}, Ye = function() {
|
|
1326
|
+
return Ye = Object.assign || function(t) {
|
|
1327
1327
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1328
1328
|
r = arguments[n];
|
|
1329
1329
|
for (var o in r)
|
|
1330
1330
|
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1331
1331
|
}
|
|
1332
1332
|
return t;
|
|
1333
|
-
},
|
|
1333
|
+
}, Ye.apply(this, arguments);
|
|
1334
1334
|
};
|
|
1335
1335
|
var w;
|
|
1336
1336
|
(function(e) {
|
|
@@ -1347,7 +1347,7 @@ var we;
|
|
|
1347
1347
|
function sr(e) {
|
|
1348
1348
|
return e.type === L.literal;
|
|
1349
1349
|
}
|
|
1350
|
-
function
|
|
1350
|
+
function Yi(e) {
|
|
1351
1351
|
return e.type === L.argument;
|
|
1352
1352
|
}
|
|
1353
1353
|
function en(e) {
|
|
@@ -1365,7 +1365,7 @@ function nn(e) {
|
|
|
1365
1365
|
function on(e) {
|
|
1366
1366
|
return e.type === L.plural;
|
|
1367
1367
|
}
|
|
1368
|
-
function
|
|
1368
|
+
function qi(e) {
|
|
1369
1369
|
return e.type === L.pound;
|
|
1370
1370
|
}
|
|
1371
1371
|
function an(e) {
|
|
@@ -1652,13 +1652,13 @@ function oo(e) {
|
|
|
1652
1652
|
case "integer-width":
|
|
1653
1653
|
if (i.options.length > 1)
|
|
1654
1654
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1655
|
-
i.options[0].replace(no, function(u, l, c, g, f,
|
|
1655
|
+
i.options[0].replace(no, function(u, l, c, g, f, p) {
|
|
1656
1656
|
if (l)
|
|
1657
1657
|
t.minimumIntegerDigits = c.length;
|
|
1658
1658
|
else {
|
|
1659
1659
|
if (g && f)
|
|
1660
1660
|
throw new Error("We currently do not support maximum integer digits");
|
|
1661
|
-
if (
|
|
1661
|
+
if (p)
|
|
1662
1662
|
throw new Error("We currently do not support exact integer digits");
|
|
1663
1663
|
}
|
|
1664
1664
|
return "";
|
|
@@ -1672,8 +1672,8 @@ function oo(e) {
|
|
|
1672
1672
|
if (lr.test(i.stem)) {
|
|
1673
1673
|
if (i.options.length > 1)
|
|
1674
1674
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1675
|
-
i.stem.replace(lr, function(u, l, c, g, f,
|
|
1676
|
-
return c === "*" ? t.minimumFractionDigits = l.length : g && g[0] === "#" ? t.maximumFractionDigits = g.length : f &&
|
|
1675
|
+
i.stem.replace(lr, function(u, l, c, g, f, p) {
|
|
1676
|
+
return c === "*" ? t.minimumFractionDigits = l.length : g && g[0] === "#" ? t.maximumFractionDigits = g.length : f && p ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + p.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
|
|
1677
1677
|
});
|
|
1678
1678
|
var o = i.options[0];
|
|
1679
1679
|
o === "w" ? t = P(P({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = P(P({}, t), ur(o)));
|
|
@@ -3143,7 +3143,7 @@ function so(e) {
|
|
|
3143
3143
|
var i = je[n || ""] || je[r || ""] || je["".concat(r, "-001")] || je["001"];
|
|
3144
3144
|
return i[0];
|
|
3145
3145
|
}
|
|
3146
|
-
var
|
|
3146
|
+
var dt, lo = new RegExp("^".concat(ln.source, "*")), uo = new RegExp("".concat(ln.source, "*$"));
|
|
3147
3147
|
function H(e, t) {
|
|
3148
3148
|
return { start: e, end: t };
|
|
3149
3149
|
}
|
|
@@ -3152,7 +3152,7 @@ var co = !!String.prototype.startsWith && "_a".startsWith("a", 1), ho = !!String
|
|
|
3152
3152
|
}, Ot = !0;
|
|
3153
3153
|
try {
|
|
3154
3154
|
var yo = gn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3155
|
-
Ot = ((
|
|
3155
|
+
Ot = ((dt = yo.exec("a")) === null || dt === void 0 ? void 0 : dt[0]) === "a";
|
|
3156
3156
|
} catch (e) {
|
|
3157
3157
|
Ot = !1;
|
|
3158
3158
|
}
|
|
@@ -3241,7 +3241,7 @@ if (Ot) {
|
|
|
3241
3241
|
At = function(t, r) {
|
|
3242
3242
|
for (var n = []; ; ) {
|
|
3243
3243
|
var i = fn(t, r);
|
|
3244
|
-
if (i === void 0 ||
|
|
3244
|
+
if (i === void 0 || pn(i) || So(i))
|
|
3245
3245
|
break;
|
|
3246
3246
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3247
3247
|
}
|
|
@@ -3448,8 +3448,8 @@ var Eo = (
|
|
|
3448
3448
|
var f = xo(g.val);
|
|
3449
3449
|
if (f.length === 0)
|
|
3450
3450
|
return this.error(w.EXPECT_ARGUMENT_STYLE, H(this.clonePosition(), this.clonePosition()));
|
|
3451
|
-
var
|
|
3452
|
-
l = { style: f, styleLocation:
|
|
3451
|
+
var p = H(c, this.clonePosition());
|
|
3452
|
+
l = { style: f, styleLocation: p };
|
|
3453
3453
|
}
|
|
3454
3454
|
var m = this.tryParseArgumentClose(i);
|
|
3455
3455
|
if (m.err)
|
|
@@ -3495,9 +3495,9 @@ var Eo = (
|
|
|
3495
3495
|
case "select": {
|
|
3496
3496
|
var T = this.clonePosition();
|
|
3497
3497
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3498
|
-
return this.error(w.EXPECT_SELECT_ARGUMENT_OPTIONS, H(T,
|
|
3498
|
+
return this.error(w.EXPECT_SELECT_ARGUMENT_OPTIONS, H(T, Ye({}, T)));
|
|
3499
3499
|
this.bumpSpace();
|
|
3500
|
-
var G = this.parseIdentifierIfPossible(),
|
|
3500
|
+
var G = this.parseIdentifierIfPossible(), k = 0;
|
|
3501
3501
|
if (s !== "select" && G.value === "offset") {
|
|
3502
3502
|
if (!this.bumpIf(":"))
|
|
3503
3503
|
return this.error(w.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, H(this.clonePosition(), this.clonePosition()));
|
|
@@ -3505,7 +3505,7 @@ var Eo = (
|
|
|
3505
3505
|
var g = this.tryParseDecimalInteger(w.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, w.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3506
3506
|
if (g.err)
|
|
3507
3507
|
return g;
|
|
3508
|
-
this.bumpSpace(), G = this.parseIdentifierIfPossible(),
|
|
3508
|
+
this.bumpSpace(), G = this.parseIdentifierIfPossible(), k = g.val;
|
|
3509
3509
|
}
|
|
3510
3510
|
var z = this.tryParsePluralOrSelectOptions(t, s, r, G);
|
|
3511
3511
|
if (z.err)
|
|
@@ -3527,7 +3527,7 @@ var Eo = (
|
|
|
3527
3527
|
type: L.plural,
|
|
3528
3528
|
value: n,
|
|
3529
3529
|
options: fr(z.val),
|
|
3530
|
-
offset:
|
|
3530
|
+
offset: k,
|
|
3531
3531
|
pluralType: s === "plural" ? "cardinal" : "ordinal",
|
|
3532
3532
|
location: Z
|
|
3533
3533
|
},
|
|
@@ -3605,20 +3605,20 @@ var Eo = (
|
|
|
3605
3605
|
if (u.has(l))
|
|
3606
3606
|
return this.error(r === "select" ? w.DUPLICATE_SELECT_ARGUMENT_SELECTOR : w.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
|
|
3607
3607
|
l === "other" && (a = !0), this.bumpSpace();
|
|
3608
|
-
var
|
|
3608
|
+
var p = this.clonePosition();
|
|
3609
3609
|
if (!this.bumpIf("{"))
|
|
3610
3610
|
return this.error(r === "select" ? w.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : w.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, H(this.clonePosition(), this.clonePosition()));
|
|
3611
3611
|
var m = this.parseMessage(t + 1, r, n);
|
|
3612
3612
|
if (m.err)
|
|
3613
3613
|
return m;
|
|
3614
|
-
var v = this.tryParseArgumentClose(
|
|
3614
|
+
var v = this.tryParseArgumentClose(p);
|
|
3615
3615
|
if (v.err)
|
|
3616
3616
|
return v;
|
|
3617
3617
|
s.push([
|
|
3618
3618
|
l,
|
|
3619
3619
|
{
|
|
3620
3620
|
value: m.val,
|
|
3621
|
-
location: H(
|
|
3621
|
+
location: H(p, this.clonePosition())
|
|
3622
3622
|
}
|
|
3623
3623
|
]), u.add(l), this.bumpSpace(), o = this.parseIdentifierIfPossible(), l = o.value, c = o.location;
|
|
3624
3624
|
}
|
|
@@ -3690,7 +3690,7 @@ var Eo = (
|
|
|
3690
3690
|
break;
|
|
3691
3691
|
}
|
|
3692
3692
|
}, e.prototype.bumpSpace = function() {
|
|
3693
|
-
for (; !this.isEOF() &&
|
|
3693
|
+
for (; !this.isEOF() && pn(this.char()); )
|
|
3694
3694
|
this.bump();
|
|
3695
3695
|
}, e.prototype.peek = function() {
|
|
3696
3696
|
if (this.isEOF())
|
|
@@ -3709,7 +3709,7 @@ function wo(e) {
|
|
|
3709
3709
|
function Ho(e) {
|
|
3710
3710
|
return e === 45 || e === 46 || e >= 48 && e <= 57 || e === 95 || e >= 97 && e <= 122 || e >= 65 && e <= 90 || e == 183 || e >= 192 && e <= 214 || e >= 216 && e <= 246 || e >= 248 && e <= 893 || e >= 895 && e <= 8191 || e >= 8204 && e <= 8205 || e >= 8255 && e <= 8256 || e >= 8304 && e <= 8591 || e >= 11264 && e <= 12271 || e >= 12289 && e <= 55295 || e >= 63744 && e <= 64975 || e >= 65008 && e <= 65533 || e >= 65536 && e <= 983039;
|
|
3711
3711
|
}
|
|
3712
|
-
function
|
|
3712
|
+
function pn(e) {
|
|
3713
3713
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3714
3714
|
}
|
|
3715
3715
|
function So(e) {
|
|
@@ -3725,7 +3725,7 @@ function Pt(e) {
|
|
|
3725
3725
|
});
|
|
3726
3726
|
}
|
|
3727
3727
|
function To(e, t) {
|
|
3728
|
-
t === void 0 && (t = {}), t =
|
|
3728
|
+
t === void 0 && (t = {}), t = Ye({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3729
3729
|
var r = new Eo(e, t).parse();
|
|
3730
3730
|
if (r.err) {
|
|
3731
3731
|
var n = SyntaxError(w[r.err.kind]);
|
|
@@ -3749,7 +3749,7 @@ var rt = (
|
|
|
3749
3749
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3750
3750
|
}, t;
|
|
3751
3751
|
}(Error)
|
|
3752
|
-
),
|
|
3752
|
+
), pr = (
|
|
3753
3753
|
/** @class */
|
|
3754
3754
|
function(e) {
|
|
3755
3755
|
tt(t, e);
|
|
@@ -3806,7 +3806,7 @@ function Xe(e, t, r, n, i, o, a) {
|
|
|
3806
3806
|
});
|
|
3807
3807
|
continue;
|
|
3808
3808
|
}
|
|
3809
|
-
if (
|
|
3809
|
+
if (qi(c)) {
|
|
3810
3810
|
typeof o == "number" && s.push({
|
|
3811
3811
|
type: D.literal,
|
|
3812
3812
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3817,7 +3817,7 @@ function Xe(e, t, r, n, i, o, a) {
|
|
|
3817
3817
|
if (!(i && g in i))
|
|
3818
3818
|
throw new Mo(g, a);
|
|
3819
3819
|
var f = i[g];
|
|
3820
|
-
if (
|
|
3820
|
+
if (Yi(c)) {
|
|
3821
3821
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), s.push({
|
|
3822
3822
|
type: typeof f == "string" ? D.literal : D.object,
|
|
3823
3823
|
value: f
|
|
@@ -3825,26 +3825,26 @@ function Xe(e, t, r, n, i, o, a) {
|
|
|
3825
3825
|
continue;
|
|
3826
3826
|
}
|
|
3827
3827
|
if (tn(c)) {
|
|
3828
|
-
var
|
|
3828
|
+
var p = typeof c.style == "string" ? n.date[c.style] : Tt(c.style) ? c.style.parsedOptions : void 0;
|
|
3829
3829
|
s.push({
|
|
3830
3830
|
type: D.literal,
|
|
3831
|
-
value: r.getDateTimeFormat(t,
|
|
3831
|
+
value: r.getDateTimeFormat(t, p).format(f)
|
|
3832
3832
|
});
|
|
3833
3833
|
continue;
|
|
3834
3834
|
}
|
|
3835
3835
|
if (rn(c)) {
|
|
3836
|
-
var
|
|
3836
|
+
var p = typeof c.style == "string" ? n.time[c.style] : Tt(c.style) ? c.style.parsedOptions : n.time.medium;
|
|
3837
3837
|
s.push({
|
|
3838
3838
|
type: D.literal,
|
|
3839
|
-
value: r.getDateTimeFormat(t,
|
|
3839
|
+
value: r.getDateTimeFormat(t, p).format(f)
|
|
3840
3840
|
});
|
|
3841
3841
|
continue;
|
|
3842
3842
|
}
|
|
3843
3843
|
if (en(c)) {
|
|
3844
|
-
var
|
|
3845
|
-
|
|
3844
|
+
var p = typeof c.style == "string" ? n.number[c.style] : sn(c.style) ? c.style.parsedOptions : void 0;
|
|
3845
|
+
p && p.scale && (f = f * (p.scale || 1)), s.push({
|
|
3846
3846
|
type: D.literal,
|
|
3847
|
-
value: r.getNumberFormat(t,
|
|
3847
|
+
value: r.getNumberFormat(t, p).format(f)
|
|
3848
3848
|
});
|
|
3849
3849
|
continue;
|
|
3850
3850
|
}
|
|
@@ -3852,20 +3852,20 @@ function Xe(e, t, r, n, i, o, a) {
|
|
|
3852
3852
|
var m = c.children, v = c.value, x = i[v];
|
|
3853
3853
|
if (!Lo(x))
|
|
3854
3854
|
throw new Oo(v, "function", a);
|
|
3855
|
-
var E = Xe(m, t, r, n, i, o), S = x(E.map(function(
|
|
3856
|
-
return
|
|
3855
|
+
var E = Xe(m, t, r, n, i, o), S = x(E.map(function(k) {
|
|
3856
|
+
return k.value;
|
|
3857
3857
|
}));
|
|
3858
|
-
Array.isArray(S) || (S = [S]), s.push.apply(s, S.map(function(
|
|
3858
|
+
Array.isArray(S) || (S = [S]), s.push.apply(s, S.map(function(k) {
|
|
3859
3859
|
return {
|
|
3860
|
-
type: typeof
|
|
3861
|
-
value:
|
|
3860
|
+
type: typeof k == "string" ? D.literal : D.object,
|
|
3861
|
+
value: k
|
|
3862
3862
|
};
|
|
3863
3863
|
}));
|
|
3864
3864
|
}
|
|
3865
3865
|
if (nn(c)) {
|
|
3866
3866
|
var T = c.options[f] || c.options.other;
|
|
3867
3867
|
if (!T)
|
|
3868
|
-
throw new
|
|
3868
|
+
throw new pr(c.value, f, Object.keys(c.options), a);
|
|
3869
3869
|
s.push.apply(s, Xe(T.value, t, r, n, i));
|
|
3870
3870
|
continue;
|
|
3871
3871
|
}
|
|
@@ -3880,7 +3880,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3880
3880
|
T = c.options[G] || c.options.other;
|
|
3881
3881
|
}
|
|
3882
3882
|
if (!T)
|
|
3883
|
-
throw new
|
|
3883
|
+
throw new pr(c.value, f, Object.keys(c.options), a);
|
|
3884
3884
|
s.push.apply(s, Xe(T.value, t, r, n, i, f - (c.offset || 0)));
|
|
3885
3885
|
continue;
|
|
3886
3886
|
}
|
|
@@ -3923,7 +3923,7 @@ function Io(e) {
|
|
|
3923
3923
|
return new ((t = Intl.NumberFormat).bind.apply(t, ft([void 0], r, !1)))();
|
|
3924
3924
|
}, {
|
|
3925
3925
|
cache: mt(e.number),
|
|
3926
|
-
strategy:
|
|
3926
|
+
strategy: pt.variadic
|
|
3927
3927
|
}),
|
|
3928
3928
|
getDateTimeFormat: gt(function() {
|
|
3929
3929
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
@@ -3931,7 +3931,7 @@ function Io(e) {
|
|
|
3931
3931
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, ft([void 0], r, !1)))();
|
|
3932
3932
|
}, {
|
|
3933
3933
|
cache: mt(e.dateTime),
|
|
3934
|
-
strategy:
|
|
3934
|
+
strategy: pt.variadic
|
|
3935
3935
|
}),
|
|
3936
3936
|
getPluralRules: gt(function() {
|
|
3937
3937
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
@@ -3939,7 +3939,7 @@ function Io(e) {
|
|
|
3939
3939
|
return new ((t = Intl.PluralRules).bind.apply(t, ft([void 0], r, !1)))();
|
|
3940
3940
|
}, {
|
|
3941
3941
|
cache: mt(e.pluralRules),
|
|
3942
|
-
strategy:
|
|
3942
|
+
strategy: pt.variadic
|
|
3943
3943
|
})
|
|
3944
3944
|
};
|
|
3945
3945
|
}
|
|
@@ -4076,30 +4076,30 @@ function No(e, t) {
|
|
|
4076
4076
|
n = void 0;
|
|
4077
4077
|
return n;
|
|
4078
4078
|
}
|
|
4079
|
-
const ae = {}, Ro = (e, t, r) => r && (t in ae || (ae[t] = {}), e in ae[t] || (ae[t][e] = r), r),
|
|
4079
|
+
const ae = {}, Ro = (e, t, r) => r && (t in ae || (ae[t] = {}), e in ae[t] || (ae[t][e] = r), r), dn = (e, t) => {
|
|
4080
4080
|
if (t == null)
|
|
4081
4081
|
return;
|
|
4082
4082
|
if (t in ae && e in ae[t])
|
|
4083
4083
|
return ae[t][e];
|
|
4084
4084
|
const r = nt(t);
|
|
4085
4085
|
for (let n = 0; n < r.length; n++) {
|
|
4086
|
-
const i = r[n], o =
|
|
4086
|
+
const i = r[n], o = ko(i, e);
|
|
4087
4087
|
if (o)
|
|
4088
4088
|
return Ro(e, t, o);
|
|
4089
4089
|
}
|
|
4090
4090
|
};
|
|
4091
4091
|
let Nt;
|
|
4092
|
-
const
|
|
4093
|
-
function
|
|
4092
|
+
const ke = et({});
|
|
4093
|
+
function Uo(e) {
|
|
4094
4094
|
return Nt[e] || null;
|
|
4095
4095
|
}
|
|
4096
4096
|
function mn(e) {
|
|
4097
4097
|
return e in Nt;
|
|
4098
4098
|
}
|
|
4099
|
-
function
|
|
4099
|
+
function ko(e, t) {
|
|
4100
4100
|
if (!mn(e))
|
|
4101
4101
|
return null;
|
|
4102
|
-
const r =
|
|
4102
|
+
const r = Uo(e);
|
|
4103
4103
|
return No(r, t);
|
|
4104
4104
|
}
|
|
4105
4105
|
function Fo(e) {
|
|
@@ -4113,13 +4113,13 @@ function Fo(e) {
|
|
|
4113
4113
|
}
|
|
4114
4114
|
}
|
|
4115
4115
|
function bn(e, ...t) {
|
|
4116
|
-
delete ae[e],
|
|
4116
|
+
delete ae[e], ke.update((r) => (r[e] = Gi.all([r[e] || {}, ...t]), r));
|
|
4117
4117
|
}
|
|
4118
4118
|
Te(
|
|
4119
|
-
[
|
|
4119
|
+
[ke],
|
|
4120
4120
|
([e]) => Object.keys(e)
|
|
4121
4121
|
);
|
|
4122
|
-
|
|
4122
|
+
ke.subscribe((e) => Nt = e);
|
|
4123
4123
|
const ze = {};
|
|
4124
4124
|
function Do(e, t) {
|
|
4125
4125
|
ze[e].delete(t), ze[e].size === 0 && delete ze[e];
|
|
@@ -4202,16 +4202,16 @@ function Se() {
|
|
|
4202
4202
|
return Vo;
|
|
4203
4203
|
}
|
|
4204
4204
|
const bt = et(!1);
|
|
4205
|
-
var Xo = Object.defineProperty, zo = Object.defineProperties, Zo = Object.getOwnPropertyDescriptors,
|
|
4205
|
+
var Xo = Object.defineProperty, zo = Object.defineProperties, Zo = Object.getOwnPropertyDescriptors, dr = Object.getOwnPropertySymbols, Qo = Object.prototype.hasOwnProperty, Yo = Object.prototype.propertyIsEnumerable, mr = (e, t, r) => t in e ? Xo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, qo = (e, t) => {
|
|
4206
4206
|
for (var r in t || (t = {}))
|
|
4207
4207
|
Qo.call(t, r) && mr(e, r, t[r]);
|
|
4208
|
-
if (
|
|
4209
|
-
for (var r of
|
|
4210
|
-
|
|
4208
|
+
if (dr)
|
|
4209
|
+
for (var r of dr(t))
|
|
4210
|
+
Yo.call(t, r) && mr(e, r, t[r]);
|
|
4211
4211
|
return e;
|
|
4212
4212
|
}, Jo = (e, t) => zo(e, Zo(t));
|
|
4213
4213
|
let It;
|
|
4214
|
-
const
|
|
4214
|
+
const qe = et(null);
|
|
4215
4215
|
function br(e) {
|
|
4216
4216
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4217
4217
|
}
|
|
@@ -4222,7 +4222,7 @@ function nt(e, t = Se().fallbackLocale) {
|
|
|
4222
4222
|
function ge() {
|
|
4223
4223
|
return It != null ? It : void 0;
|
|
4224
4224
|
}
|
|
4225
|
-
|
|
4225
|
+
qe.subscribe((e) => {
|
|
4226
4226
|
It = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4227
4227
|
});
|
|
4228
4228
|
const Ko = (e) => {
|
|
@@ -4233,13 +4233,13 @@ const Ko = (e) => {
|
|
|
4233
4233
|
() => bt.set(!0),
|
|
4234
4234
|
t
|
|
4235
4235
|
) : bt.set(!0), yn(e).then(() => {
|
|
4236
|
-
|
|
4236
|
+
qe.set(e);
|
|
4237
4237
|
}).finally(() => {
|
|
4238
4238
|
clearTimeout(r), bt.set(!1);
|
|
4239
4239
|
});
|
|
4240
4240
|
}
|
|
4241
|
-
return
|
|
4242
|
-
}, Oe = Jo(
|
|
4241
|
+
return qe.set(e);
|
|
4242
|
+
}, Oe = Jo(qo({}, qe), {
|
|
4243
4243
|
set: Ko
|
|
4244
4244
|
}), it = (e) => {
|
|
4245
4245
|
const t = /* @__PURE__ */ Object.create(null);
|
|
@@ -4331,7 +4331,7 @@ const Ne = (e, t) => {
|
|
|
4331
4331
|
throw new Error(
|
|
4332
4332
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4333
4333
|
);
|
|
4334
|
-
let c =
|
|
4334
|
+
let c = dn(e, u);
|
|
4335
4335
|
if (!c)
|
|
4336
4336
|
c = (o = (i = (n = (r = Se()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: l })) != null ? i : l) != null ? o : e;
|
|
4337
4337
|
else if (typeof c != "string")
|
|
@@ -4350,14 +4350,14 @@ const Ne = (e, t) => {
|
|
|
4350
4350
|
);
|
|
4351
4351
|
}
|
|
4352
4352
|
return g;
|
|
4353
|
-
}, ua = (e, t) => aa(t).format(e), ca = (e, t) => oa(t).format(e), ha = (e, t) => ia(t).format(e), fa = (e, t = ge()) =>
|
|
4353
|
+
}, ua = (e, t) => aa(t).format(e), ca = (e, t) => oa(t).format(e), ha = (e, t) => ia(t).format(e), fa = (e, t = ge()) => dn(e, t), ga = Te([Oe, ke], () => la);
|
|
4354
4354
|
Te([Oe], () => ua);
|
|
4355
4355
|
Te([Oe], () => ca);
|
|
4356
4356
|
Te([Oe], () => ha);
|
|
4357
|
-
Te([Oe,
|
|
4357
|
+
Te([Oe, ke], () => fa);
|
|
4358
4358
|
window.emWidgets = { topic: Hi };
|
|
4359
|
-
const yr = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)),
|
|
4360
|
-
function
|
|
4359
|
+
const yr = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i)), pa = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4360
|
+
function da(e, t) {
|
|
4361
4361
|
if (e) {
|
|
4362
4362
|
const r = document.createElement("style");
|
|
4363
4363
|
r.innerHTML = t, e.appendChild(r);
|
|
@@ -4422,7 +4422,7 @@ const xr = {
|
|
|
4422
4422
|
}
|
|
4423
4423
|
};
|
|
4424
4424
|
function ya(e) {
|
|
4425
|
-
Xn(e, "svelte-
|
|
4425
|
+
Xn(e, "svelte-1oaeimo", "*,*::before,*::after{margin:0;padding:0;box-sizing:border-box;font-family:inherit}:host{font-family:inherit}input,textarea,button{font-family:inherit}.Skeleton{animation:skeleton-loading 0.6s linear infinite alternate}@keyframes skeleton-loading{0%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.2) 0%, transparent 100%)}12%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.225) 0%, transparent 100%)}25%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.25) 0%, transparent 100%)}33%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.275) 0%, transparent 100%)}50%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.3) 0%, transparent 100%)}63%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.325) 0%, transparent 100%)}75%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.35) 0%, transparent 100%)}88%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.375) 0%, transparent 100%)}100%{background:linear-gradient(0deg, rgba(var(--emw--color-primary-rgb, 35, 178, 78), 0.4) 0%, transparent 100%)}}@keyframes increaseTransparency{0%{opacity:0}25%{opacity:0.25}75%{opacity:0.75}100%{opacity:1}}@keyframes decreaseTransparency{100%{opacity:1}75%{opacity:0.75}25%{opacity:0.25}0%{opacity:0}}@keyframes growWidthPercent{from{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes growWidth{from{transform:translateY(0)}to{transform:translateY(0)}}@keyframes decreaseWidth{from{transform:translateX(1)}to{transform:translateX(0)}}.NavIcon{width:30px;height:28px;position:relative;margin:3px auto;transform:rotate(0deg);transition:transform 0.2s ease-in-out;cursor:pointer}.NavIcon span{display:block;position:absolute;height:3px;width:100%;background:#ffffff;border-radius:9px;opacity:1;left:0;transform:rotate(0deg);transition:transform 0.2s ease-in-out, opacity 0.2s ease-in-out}.NavIcon span:nth-child(1){top:0px;width:80%}.NavIcon span:nth-child(2){top:9px}.NavIcon span:nth-child(3){top:18px}.NavIcon.Open span:nth-child(1){top:9px;width:100%;transform:rotate(135deg);transition:transform 0.3s ease-in-out}.NavIcon.Open span:nth-child(2){opacity:0;left:-60px}.NavIcon.Open span:nth-child(3){top:9px;transform:rotate(-135deg);transition:transform 0.3s ease-in-out}.SelectedOption{display:flex;align-items:center;justify-content:center}.SelectedOption .TriangleActive,.SelectedOption .TriangleInactive{display:block;margin:0 0 0 10px;transform:rotateX(0deg);transition:transform 0.2s ease-in-out}.SelectedOption .TriangleActive svg,.SelectedOption .TriangleInactive svg{margin:-2px 0px;fill:white}.SelectedOption .TriangleActive{transform:rotateX(180deg);transition:transform 0.2s ease-in-out}.SelectedOption .TriangleActive:hover{transform:rotateX(180deg);transition:transform 0.2s ease-in-out}.FlagIcon>img{width:20px;height:14px;margin-right:8px;border-radius:2px}.LanguageSelector{padding:5px 0;margin-bottom:0;display:flex;justify-content:space-between;background:linear-gradient(90deg, rgba(35, 178, 78, 0.9) 0%, rgba(0, 61, 93, 0.9) 100%);transition:transform 0.2s linear;height:44px}.LanguageSelector span{display:inline;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));opacity:0.8;padding:5px 0;display:flex;align-items:center;gap:15px;font-size:14px}.LanguageSelector:active{transition:all 0.2s ease}.LanguageSelector:active span{transition:all 0.1s linear;opacity:1}.LanguageSelector.Open{box-shadow:inset 0 -3.25em 0 0 var(--emw--color-primary)}.LanguageSelector .LanguageSelectorTitle{margin:0 20px}.LanguageSelector .LanguageDropdown{margin-right:16px;display:inline-block}.LanguageSelector .OptionList{position:absolute;background:linear-gradient(90deg, rgba(35, 178, 78, 0.1) 0%, rgba(0, 61, 93, 0.1) 100%);min-width:180px;z-index:1;overflow-y:auto;display:flex;flex-direction:column-reverse;bottom:44px;left:0;gap:5px;padding-bottom:5px;width:100%;height:0px;transition:transform 0.2s linear}.LanguageSelector .OptionList.Open{transition:transform 0.2s linear;height:auto;background-color:var(--emw--color-background-secondary, #000000);overflow:auto}.LanguageSelector .OptionList .LanguageOption{display:flex;border:2px solid #22B04E;border-radius:13px;align-items:center;opacity:0.2;height:0px;background:linear-gradient(90deg, rgba(35, 178, 78, 0.2) 0%, rgba(0, 61, 93, 0.2) 100%);margin:0 5px;transition:transform 0.3s linear}.LanguageSelector .OptionList .LanguageOption.Open{height:50px;opacity:1;padding:10px 5px}.LanguageSelector .OptionList .LanguageOption:active,.LanguageSelector .OptionList .LanguageOption:hover{background:linear-gradient(90deg, rgb(35, 178, 78) 0%, rgb(0, 61, 93) 100%);transform:scale(1.03);transition:transform 0.2s ease-in-out}.LanguageSelector .OptionList .LanguageOption:active span,.LanguageSelector .OptionList .LanguageOption:hover span{color:black}.ItemLanguage{height:34px;width:100%;text-align:left;line-height:34px;background:transparent;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));border:none}.ItemLanguage option{color:var(--emw--header-contrast, var(--emw--color-contrast, #07072A))}.HamburgerModalWindow{display:flex;align-items:flex-start;position:fixed;width:100%;height:100%;z-index:100;z-index:999999;top:0;left:0;background-color:rgba(0, 0, 0, 0.85);animation:increaseTransparency 0.2s ease-in forwards}.HamburgerModalWindow>span{opacity:0}.HamburgerModalWindow .HamburgerModalContainer{max-width:992px;position:relative;background:var(--emw--color-primary);display:flex;flex-direction:column;justify-content:space-between;height:100%;padding:0;border-top:0;border-radius:0;overflow-x:hidden;overflow-y:scroll}.HamburgerModalWindow .HamburgerModalContainer.ActiveHamburgerMenu{animation:growWidth 0.2s forwards;transform-origin:left;will-change:transform}.HamburgerModalWindow .HamburgerModalContainer.Closing{animation:decreaseWidth 0.2s backwards;transform-origin:right;animation-fill-mode:backwards;will-change:transform}.HamburgerModalWindow .HamburgerModalContainer .Separator{width:100%;height:5px;background:rgb(0, 0, 0);background:linear-gradient(90deg, rgb(13, 78, 2) 0%, rgb(35, 172, 77) 50%, rgb(13, 78, 2) 100%);z-index:3}.HamburgerModalWindow .HamburgerModalContainer .HamburgerHeader{display:none}.HamburgerModalWindow .HamburgerModalContainer .HamburgerHeader .Logo{max-width:90%}.HamburgerModalWindow .HamburgerModalContainer .HamburgerHeader .UserProfileWrapper{appearance:none;-webkit-appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;text-align:inherit;display:flex;align-items:center;gap:0.5rem;cursor:pointer;text-decoration:none;width:100%}.HamburgerModalWindow .ModalCloseBtn{position:relative;top:25px;width:30px;height:30px;opacity:1;margin-left:7px;margin-right:9px;cursor:pointer}.HamburgerModalWindow .ModalCloseBtn .NavIcon .Open{width:90vw}.HamburgerModalWindow .ModalCloseBtn svg{width:20px;height:20px;padding:2px}.HamburgerModalWindow .HamburgerPrimaryMenu,.HamburgerModalWindow .HamburgerSecondaryMenu{font-size:12px;display:flex;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));transform-origin:left;transform:scaleX(0);animation:growWidthPercent 0.2s both;animation-delay:0.1s}.HamburgerModalWindow .HamburgerPrimaryMenu li,.HamburgerModalWindow .HamburgerSecondaryMenu li{transition:transform 150ms ease-in-out, opacity 150ms ease-in-out}.HamburgerModalWindow .HamburgerPrimaryMenu img,.HamburgerModalWindow .HamburgerSecondaryMenu img{max-width:40px}.HamburgerModalWindow .HamburgerPrimaryMenu{background:var(--emw--header-color-menu-bg, var(--emw--color-background-secondary, #000000));white-space:nowrap;overflow-x:scroll;list-style:none;width:90vw;text-transform:uppercase;font-size:11px;transition:all 0.2s;height:80px}.HamburgerModalWindow .HamburgerPrimaryMenu>li{max-width:125px;padding:14px 25px;display:inline-block}.HamburgerModalWindow .HamburgerPrimaryMenu>li .ItemButton{appearance:none;-webkit-appearance:none;background:none;border:0;padding:0;margin:0;font:inherit;color:inherit;text-align:inherit;display:block;width:100%;cursor:pointer}.HamburgerModalWindow .HamburgerPrimaryMenu>li:active{transform:scale(1.1)}.HamburgerModalWindow .HamburgerPrimaryMenu>li.ActiveItem{background:var(--emw--header-color-primary, var(--emw--color-primary, #22B04F));color:black}.HamburgerModalWindow .HamburgerPrimaryMenu .Loading{width:150px;height:86px;margin:0 2px}.HamburgerModalWindow .HamburgerPrimaryMenu .HamburgerItemContainer{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:14px}.HamburgerModalWindow .HamburgerPrimaryMenu .HamburgerItemContainer .HamburgerItemTag{display:none;font-size:10px;padding:2px 4px}.HamburgerModalWindow .HamburgerSecondaryMenu{margin-top:10px;list-style:none;height:calc(100% - 124px);overflow:auto;width:90vw;display:flex;flex-direction:column}.HamburgerModalWindow .HamburgerSecondaryMenu.Overlay{opacity:0.5;transition:opacity 0.2s ease-in-out}.HamburgerModalWindow .HamburgerSecondaryMenu li{padding:10px;display:flex;align-items:center;gap:15px;transition:transform 0.2s linear}.HamburgerModalWindow .HamburgerSecondaryMenu li:active{background-color:var(--emw--color-primary);transform:scale(1.1)}.HamburgerModalWindow .HamburgerSecondaryMenu li a{text-decoration:none;display:flex;align-items:center;gap:15px;color:var(--emw--header-typography, var(--emw--color-white, #FFFFFF));font-size:14px}.HamburgerModalWindow .HamburgerSecondaryMenu li:not(:last-child){border-bottom:1px solid var(--emw--color-gray-300, #58586B)}.HamburgerModalWindow .HamburgerSecondaryMenu li:active a{color:var(--emw--color-primary, #22B04F)}.FlagIcon{margin-left:12px}.NoFlag{width:88%;margin:0 20px}");
|
|
4426
4426
|
}
|
|
4427
4427
|
function Er(e, t, r) {
|
|
4428
4428
|
const n = e.slice();
|
|
@@ -4446,7 +4446,7 @@ function Sr(e, t, r) {
|
|
|
4446
4446
|
}
|
|
4447
4447
|
const xa = (e) => ({}), Tr = (e) => ({});
|
|
4448
4448
|
function Or(e) {
|
|
4449
|
-
let t, r, n, i, o, a, s, u, l, c, g, f,
|
|
4449
|
+
let t, r, n, i, o, a, s, u, l, c, g, f, p, m, v, x, E, S, T, G, k, z, Z, q, ue, j, pe, de;
|
|
4450
4450
|
const me = [wa, Ea], V = [];
|
|
4451
4451
|
function ne(y, O) {
|
|
4452
4452
|
return (
|
|
@@ -4476,36 +4476,36 @@ function Or(e) {
|
|
|
4476
4476
|
t = _("div"), r = _("div"), n = _("div"), o.c(), a = N(), s = _("ul"), F.c(), u = N(), l = _("div"), c = N(), g = _("ul");
|
|
4477
4477
|
for (let y = 0; y < C.length; y += 1)
|
|
4478
4478
|
C[y].c();
|
|
4479
|
-
|
|
4479
|
+
p = N(), M && M.c(), v = N(), x = _("span"), E = _("div"), S = _("span"), T = N(), G = _("span"), k = N(), z = _("span"), d(n, "class", "HamburgerHeader"), qt(
|
|
4480
4480
|
n,
|
|
4481
4481
|
"LoggedIn",
|
|
4482
4482
|
/*isLoggedIn*/
|
|
4483
4483
|
e[16]
|
|
4484
|
-
),
|
|
4485
|
-
(e[12] ? "Overlay" : "")),
|
|
4484
|
+
), d(s, "class", "HamburgerPrimaryMenu"), d(l, "class", "Separator"), d(g, "class", f = "HamburgerSecondaryMenu " + /*isOptionsListVisible*/
|
|
4485
|
+
(e[12] ? "Overlay" : "")), d(r, "class", m = "HamburgerModalContainer " + /*modalIsOpen*/
|
|
4486
4486
|
(e[9] ? "ActiveHamburgerMenu" : "") + " " + /*isClosing*/
|
|
4487
|
-
(e[14] ? "Closing" : "")),
|
|
4488
|
-
e[15] ? "" : "Open")),
|
|
4489
|
-
e[9] ? "ModalCloseBtn" : ""),
|
|
4487
|
+
(e[14] ? "Closing" : "")), d(E, "class", Z = "NavIcon " + (/*navIconClosing*/
|
|
4488
|
+
e[15] ? "" : "Open")), d(x, "class", q = /*modalIsOpen*/
|
|
4489
|
+
e[9] ? "ModalCloseBtn" : ""), d(x, "role", "button"), d(t, "class", ue = "HamburgerModalWindow " + /*isClosing*/
|
|
4490
4490
|
(e[14] ? " Closing" : ""));
|
|
4491
4491
|
},
|
|
4492
4492
|
m(y, O) {
|
|
4493
4493
|
I(y, t, O), b(t, r), b(r, n), V[i].m(n, null), b(r, a), b(r, s), F.m(s, null), b(r, u), b(r, l), b(r, c), b(r, g);
|
|
4494
4494
|
for (let R = 0; R < C.length; R += 1)
|
|
4495
4495
|
C[R] && C[R].m(g, null);
|
|
4496
|
-
b(r,
|
|
4496
|
+
b(r, p), M && M.m(r, null), b(t, v), b(t, x), b(x, E), b(E, S), b(E, T), b(E, G), b(E, k), b(E, z), e[47](t), j = !0, pe || (de = se(
|
|
4497
4497
|
x,
|
|
4498
4498
|
"click",
|
|
4499
4499
|
/*close*/
|
|
4500
4500
|
e[19]
|
|
4501
|
-
),
|
|
4501
|
+
), pe = !0);
|
|
4502
4502
|
},
|
|
4503
4503
|
p(y, O) {
|
|
4504
4504
|
let R = i;
|
|
4505
4505
|
if (i = ne(y), i === R ? V[i].p(y, O) : (jr(), Ie(V[R], 1, 1, () => {
|
|
4506
4506
|
V[R] = null;
|
|
4507
4507
|
}), $r(), o = V[i], o ? o.p(y, O) : (o = V[i] = me[i](y), o.c()), he(o, 1), o.m(n, null)), (!j || O[0] & /*isLoggedIn*/
|
|
4508
|
-
65536) &&
|
|
4508
|
+
65536) && qt(
|
|
4509
4509
|
n,
|
|
4510
4510
|
"LoggedIn",
|
|
4511
4511
|
/*isLoggedIn*/
|
|
@@ -4527,17 +4527,17 @@ function Or(e) {
|
|
|
4527
4527
|
}
|
|
4528
4528
|
(!j || O[0] & /*isOptionsListVisible*/
|
|
4529
4529
|
4096 && f !== (f = "HamburgerSecondaryMenu " + /*isOptionsListVisible*/
|
|
4530
|
-
(y[12] ? "Overlay" : ""))) &&
|
|
4530
|
+
(y[12] ? "Overlay" : ""))) && d(g, "class", f), /*languagesArray*/
|
|
4531
4531
|
y[11].length > 1 ? M ? M.p(y, O) : (M = Ir(y), M.c(), M.m(r, null)) : M && (M.d(1), M = null), (!j || O[0] & /*modalIsOpen, isClosing*/
|
|
4532
4532
|
16896 && m !== (m = "HamburgerModalContainer " + /*modalIsOpen*/
|
|
4533
4533
|
(y[9] ? "ActiveHamburgerMenu" : "") + " " + /*isClosing*/
|
|
4534
|
-
(y[14] ? "Closing" : ""))) &&
|
|
4534
|
+
(y[14] ? "Closing" : ""))) && d(r, "class", m), (!j || O[0] & /*navIconClosing*/
|
|
4535
4535
|
32768 && Z !== (Z = "NavIcon " + (/*navIconClosing*/
|
|
4536
|
-
y[15] ? "" : "Open"))) &&
|
|
4537
|
-
512 &&
|
|
4538
|
-
y[9] ? "ModalCloseBtn" : "")) &&
|
|
4536
|
+
y[15] ? "" : "Open"))) && d(E, "class", Z), (!j || O[0] & /*modalIsOpen*/
|
|
4537
|
+
512 && q !== (q = /*modalIsOpen*/
|
|
4538
|
+
y[9] ? "ModalCloseBtn" : "")) && d(x, "class", q), (!j || O[0] & /*isClosing*/
|
|
4539
4539
|
16384 && ue !== (ue = "HamburgerModalWindow " + /*isClosing*/
|
|
4540
|
-
(y[14] ? " Closing" : ""))) &&
|
|
4540
|
+
(y[14] ? " Closing" : ""))) && d(t, "class", ue);
|
|
4541
4541
|
},
|
|
4542
4542
|
i(y) {
|
|
4543
4543
|
j || (he(o), j = !0);
|
|
@@ -4546,7 +4546,7 @@ function Or(e) {
|
|
|
4546
4546
|
Ie(o), j = !1;
|
|
4547
4547
|
},
|
|
4548
4548
|
d(y) {
|
|
4549
|
-
y && B(t), V[i].d(), F.d(), Re(C, y), M && M.d(), e[47](null),
|
|
4549
|
+
y && B(t), V[i].d(), F.d(), Re(C, y), M && M.d(), e[47](null), pe = !1, de();
|
|
4550
4550
|
}
|
|
4551
4551
|
};
|
|
4552
4552
|
}
|
|
@@ -4564,7 +4564,7 @@ function Ea(e) {
|
|
|
4564
4564
|
), o = i || Ha(e);
|
|
4565
4565
|
return {
|
|
4566
4566
|
c() {
|
|
4567
|
-
t = _("div"), o && o.c(),
|
|
4567
|
+
t = _("div"), o && o.c(), d(t, "class", "Logo");
|
|
4568
4568
|
},
|
|
4569
4569
|
m(a, s) {
|
|
4570
4570
|
I(a, t, s), o && o.m(t, null), r = !0;
|
|
@@ -4606,11 +4606,11 @@ function wa(e) {
|
|
|
4606
4606
|
let t, r, n, i, o, a, s, u, l;
|
|
4607
4607
|
return {
|
|
4608
4608
|
c() {
|
|
4609
|
-
t = _("button"), r = _("span"), r.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 16.429"><g transform="translate(-8 -4)"><path class="a" d="M15.5,4a3.75,3.75,0,1,0,3.75,3.75A3.761,3.761,0,0,0,15.5,4Zm0,1.429A2.321,2.321,0,1,1,13.179,7.75,2.311,2.311,0,0,1,15.5,5.429Zm0,6.429A7.7,7.7,0,0,0,8,19.714a.714.714,0,0,0,.714.714H22.286A.714.714,0,0,0,23,19.714,7.7,7.7,0,0,0,15.5,11.857Zm0,1.429A6.18,6.18,0,0,1,21.5,19H9.5A6.18,6.18,0,0,1,15.5,13.286Z" transform="translate(0 0)"></path></g></svg>', n = N(), i = _("span"), o =
|
|
4609
|
+
t = _("button"), r = _("span"), r.innerHTML = '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15 16.429"><g transform="translate(-8 -4)"><path class="a" d="M15.5,4a3.75,3.75,0,1,0,3.75,3.75A3.761,3.761,0,0,0,15.5,4Zm0,1.429A2.321,2.321,0,1,1,13.179,7.75,2.311,2.311,0,0,1,15.5,5.429Zm0,6.429A7.7,7.7,0,0,0,8,19.714a.714.714,0,0,0,.714.714H22.286A.714.714,0,0,0,23,19.714,7.7,7.7,0,0,0,15.5,11.857Zm0,1.429A6.18,6.18,0,0,1,21.5,19H9.5A6.18,6.18,0,0,1,15.5,13.286Z" transform="translate(0 0)"></path></g></svg>', n = N(), i = _("span"), o = Y("Hello, player "), a = Y(
|
|
4610
4610
|
/*userid*/
|
|
4611
4611
|
e[0]
|
|
4612
|
-
),
|
|
4613
|
-
e[0]}`),
|
|
4612
|
+
), d(r, "class", "UserIcon"), d(r, "aria-hidden", "true"), d(i, "class", "UserFullName"), d(i, "title", s = `Hello, player ${/*userid*/
|
|
4613
|
+
e[0]}`), d(t, "type", "button"), d(t, "class", "UserProfileWrapper");
|
|
4614
4614
|
},
|
|
4615
4615
|
m(c, g) {
|
|
4616
4616
|
I(c, t, g), b(t, r), b(t, n), b(t, i), b(i, o), b(i, a), u || (l = se(
|
|
@@ -4628,7 +4628,7 @@ function wa(e) {
|
|
|
4628
4628
|
c[0]
|
|
4629
4629
|
), g[0] & /*userid*/
|
|
4630
4630
|
1 && s !== (s = `Hello, player ${/*userid*/
|
|
4631
|
-
c[0]}`) &&
|
|
4631
|
+
c[0]}`) && d(i, "title", s);
|
|
4632
4632
|
},
|
|
4633
4633
|
i: W,
|
|
4634
4634
|
o: W,
|
|
@@ -4642,7 +4642,7 @@ function Ha(e) {
|
|
|
4642
4642
|
return {
|
|
4643
4643
|
c() {
|
|
4644
4644
|
t = _("img"), ee(t.src, r = /*customlogourl*/
|
|
4645
|
-
e[2]) ||
|
|
4645
|
+
e[2]) || d(t, "src", r), d(t, "alt", n = `Logo ${/*customlogourl*/
|
|
4646
4646
|
e[2]}`);
|
|
4647
4647
|
},
|
|
4648
4648
|
m(i, o) {
|
|
@@ -4651,9 +4651,9 @@ function Ha(e) {
|
|
|
4651
4651
|
p(i, o) {
|
|
4652
4652
|
o[0] & /*customlogourl*/
|
|
4653
4653
|
4 && !ee(t.src, r = /*customlogourl*/
|
|
4654
|
-
i[2]) &&
|
|
4654
|
+
i[2]) && d(t, "src", r), o[0] & /*customlogourl*/
|
|
4655
4655
|
4 && n !== (n = `Logo ${/*customlogourl*/
|
|
4656
|
-
i[2]}`) &&
|
|
4656
|
+
i[2]}`) && d(t, "alt", n);
|
|
4657
4657
|
},
|
|
4658
4658
|
d(i) {
|
|
4659
4659
|
i && B(t);
|
|
@@ -4725,7 +4725,7 @@ function Oa(e) {
|
|
|
4725
4725
|
let t;
|
|
4726
4726
|
return {
|
|
4727
4727
|
c() {
|
|
4728
|
-
t = _("div"), t.innerHTML = "",
|
|
4728
|
+
t = _("div"), t.innerHTML = "", d(t, "class", "Loading Skeleton");
|
|
4729
4729
|
},
|
|
4730
4730
|
m(r, n) {
|
|
4731
4731
|
I(r, t, n);
|
|
@@ -4741,7 +4741,7 @@ function Mr(e) {
|
|
|
4741
4741
|
return {
|
|
4742
4742
|
c() {
|
|
4743
4743
|
t = _("img"), ee(t.src, r = /*mainItem*/
|
|
4744
|
-
e[74].img) ||
|
|
4744
|
+
e[74].img) || d(t, "src", r), d(t, "alt", "menu icon");
|
|
4745
4745
|
},
|
|
4746
4746
|
m(n, i) {
|
|
4747
4747
|
I(n, t, i);
|
|
@@ -4749,7 +4749,7 @@ function Mr(e) {
|
|
|
4749
4749
|
p(n, i) {
|
|
4750
4750
|
i[0] & /*HamburgerMenuItems*/
|
|
4751
4751
|
64 && !ee(t.src, r = /*mainItem*/
|
|
4752
|
-
n[74].img) &&
|
|
4752
|
+
n[74].img) && d(t, "src", r);
|
|
4753
4753
|
},
|
|
4754
4754
|
d(n) {
|
|
4755
4755
|
n && B(t);
|
|
@@ -4763,8 +4763,8 @@ function Ar(e) {
|
|
|
4763
4763
|
), n, i;
|
|
4764
4764
|
return {
|
|
4765
4765
|
c() {
|
|
4766
|
-
t = _("span"), n =
|
|
4767
|
-
e[74].tag),
|
|
4766
|
+
t = _("span"), n = Y(r), d(t, "title", i = /*mainItem*/
|
|
4767
|
+
e[74].tag), d(t, "class", "HamburgerItemTag");
|
|
4768
4768
|
},
|
|
4769
4769
|
m(o, a) {
|
|
4770
4770
|
I(o, t, a), b(t, n);
|
|
@@ -4774,7 +4774,7 @@ function Ar(e) {
|
|
|
4774
4774
|
64 && r !== (r = /*mainItem*/
|
|
4775
4775
|
o[74].tag + "") && le(n, r), a[0] & /*HamburgerMenuItems*/
|
|
4776
4776
|
64 && i !== (i = /*mainItem*/
|
|
4777
|
-
o[74].tag) &&
|
|
4777
|
+
o[74].tag) && d(t, "title", i);
|
|
4778
4778
|
},
|
|
4779
4779
|
d(o) {
|
|
4780
4780
|
o && B(t);
|
|
@@ -4786,7 +4786,7 @@ function Lr(e) {
|
|
|
4786
4786
|
let t, r, n, i, o, a = (
|
|
4787
4787
|
/*mainItem*/
|
|
4788
4788
|
e[74].label + ""
|
|
4789
|
-
), s, u, l, c, g, f,
|
|
4789
|
+
), s, u, l, c, g, f, p = (
|
|
4790
4790
|
/*mainItem*/
|
|
4791
4791
|
((x = e[74]) == null ? void 0 : x.img) && Mr(e)
|
|
4792
4792
|
), m = (
|
|
@@ -4804,26 +4804,26 @@ function Lr(e) {
|
|
|
4804
4804
|
}
|
|
4805
4805
|
return {
|
|
4806
4806
|
c() {
|
|
4807
|
-
t = _("li"), r = _("button"), n = _("div"),
|
|
4807
|
+
t = _("li"), r = _("button"), n = _("div"), p && p.c(), i = N(), o = _("p"), s = Y(a), u = N(), m && m.c(), l = N(), d(n, "class", "HamburgerItemContainer"), d(r, "type", "button"), d(r, "class", "ItemButton"), d(t, "class", c = /*activeMenuItemId*/
|
|
4808
4808
|
e[7] === /*mainItem*/
|
|
4809
4809
|
e[74].id ? "ActiveItem" : "");
|
|
4810
4810
|
},
|
|
4811
4811
|
m(S, T) {
|
|
4812
|
-
I(S, t, T), b(t, r), b(r, n),
|
|
4812
|
+
I(S, t, T), b(t, r), b(r, n), p && p.m(n, null), b(n, i), b(n, o), b(o, s), b(n, u), m && m.m(n, null), b(t, l), g || (f = se(r, "click", v), g = !0);
|
|
4813
4813
|
},
|
|
4814
4814
|
p(S, T) {
|
|
4815
|
-
var G,
|
|
4815
|
+
var G, k;
|
|
4816
4816
|
e = S, /*mainItem*/
|
|
4817
|
-
(G = e[74]) != null && G.img ?
|
|
4817
|
+
(G = e[74]) != null && G.img ? p ? p.p(e, T) : (p = Mr(e), p.c(), p.m(n, i)) : p && (p.d(1), p = null), T[0] & /*HamburgerMenuItems*/
|
|
4818
4818
|
64 && a !== (a = /*mainItem*/
|
|
4819
4819
|
e[74].label + "") && le(s, a), /*mainItem*/
|
|
4820
|
-
(
|
|
4820
|
+
(k = e[74]) != null && k.tag ? m ? m.p(e, T) : (m = Ar(e), m.c(), m.m(n, null)) : m && (m.d(1), m = null), T[0] & /*activeMenuItemId, HamburgerMenuItems*/
|
|
4821
4821
|
192 && c !== (c = /*activeMenuItemId*/
|
|
4822
4822
|
e[7] === /*mainItem*/
|
|
4823
|
-
e[74].id ? "ActiveItem" : "") &&
|
|
4823
|
+
e[74].id ? "ActiveItem" : "") && d(t, "class", c);
|
|
4824
4824
|
},
|
|
4825
4825
|
d(S) {
|
|
4826
|
-
S && B(t),
|
|
4826
|
+
S && B(t), p && p.d(), m && m.d(), g = !1, f();
|
|
4827
4827
|
}
|
|
4828
4828
|
};
|
|
4829
4829
|
}
|
|
@@ -4832,7 +4832,7 @@ function Pr(e) {
|
|
|
4832
4832
|
return {
|
|
4833
4833
|
c() {
|
|
4834
4834
|
t = _("img"), ee(t.src, r = /*secondaryItem*/
|
|
4835
|
-
e[71].img) ||
|
|
4835
|
+
e[71].img) || d(t, "src", r), d(t, "alt", "menu icon");
|
|
4836
4836
|
},
|
|
4837
4837
|
m(n, i) {
|
|
4838
4838
|
I(n, t, i);
|
|
@@ -4840,7 +4840,7 @@ function Pr(e) {
|
|
|
4840
4840
|
p(n, i) {
|
|
4841
4841
|
i[0] & /*activeMenuItemChildren*/
|
|
4842
4842
|
256 && !ee(t.src, r = /*secondaryItem*/
|
|
4843
|
-
n[71].img) &&
|
|
4843
|
+
n[71].img) && d(t, "src", r);
|
|
4844
4844
|
},
|
|
4845
4845
|
d(n) {
|
|
4846
4846
|
n && B(t);
|
|
@@ -4868,15 +4868,15 @@ function Br(e) {
|
|
|
4868
4868
|
}
|
|
4869
4869
|
return {
|
|
4870
4870
|
c() {
|
|
4871
|
-
t = _("li"), l && l.c(), r = N(), n = _("p"), o =
|
|
4871
|
+
t = _("li"), l && l.c(), r = N(), n = _("p"), o = Y(i), a = N();
|
|
4872
4872
|
},
|
|
4873
|
-
m(f,
|
|
4874
|
-
I(f, t,
|
|
4873
|
+
m(f, p) {
|
|
4874
|
+
I(f, t, p), l && l.m(t, null), b(t, r), b(t, n), b(n, o), b(t, a), s || (u = se(t, "click", c), s = !0);
|
|
4875
4875
|
},
|
|
4876
|
-
p(f,
|
|
4876
|
+
p(f, p) {
|
|
4877
4877
|
var m;
|
|
4878
4878
|
e = f, /*secondaryItem*/
|
|
4879
|
-
(m = e[71]) != null && m.img ? l ? l.p(e,
|
|
4879
|
+
(m = e[71]) != null && m.img ? l ? l.p(e, p) : (l = Pr(e), l.c(), l.m(t, r)) : l && (l.d(1), l = null), p[0] & /*activeMenuItemChildren*/
|
|
4880
4880
|
256 && i !== (i = /*secondaryItem*/
|
|
4881
4881
|
e[71].label + "") && le(o, i);
|
|
4882
4882
|
},
|
|
@@ -4890,7 +4890,7 @@ function Ir(e) {
|
|
|
4890
4890
|
/*$_*/
|
|
4891
4891
|
e[18]("language") + ""
|
|
4892
4892
|
), i, o, a, s, u;
|
|
4893
|
-
function l(f,
|
|
4893
|
+
function l(f, p) {
|
|
4894
4894
|
return (
|
|
4895
4895
|
/*countryflaghamburger*/
|
|
4896
4896
|
f[1] !== "true" ? Aa : Ma
|
|
@@ -4899,23 +4899,23 @@ function Ir(e) {
|
|
|
4899
4899
|
let c = l(e), g = c(e);
|
|
4900
4900
|
return {
|
|
4901
4901
|
c() {
|
|
4902
|
-
t = _("div"), r = _("span"), i =
|
|
4902
|
+
t = _("div"), r = _("span"), i = Y(n), o = N(), g.c(), d(r, "class", "LanguageSelectorTitle"), d(t, "class", a = "LanguageSelector " + /*isOptionsListVisible*/
|
|
4903
4903
|
(e[12] ? "Open" : ""));
|
|
4904
4904
|
},
|
|
4905
|
-
m(f,
|
|
4906
|
-
I(f, t,
|
|
4905
|
+
m(f, p) {
|
|
4906
|
+
I(f, t, p), b(t, r), b(r, i), b(t, o), g.m(t, null), s || (u = se(
|
|
4907
4907
|
t,
|
|
4908
4908
|
"click",
|
|
4909
4909
|
/*toggleLanguageDropdown*/
|
|
4910
4910
|
e[24]
|
|
4911
4911
|
), s = !0);
|
|
4912
4912
|
},
|
|
4913
|
-
p(f,
|
|
4914
|
-
|
|
4913
|
+
p(f, p) {
|
|
4914
|
+
p[0] & /*$_*/
|
|
4915
4915
|
262144 && n !== (n = /*$_*/
|
|
4916
|
-
f[18]("language") + "") && le(i, n), c === (c = l(f)) && g ? g.p(f,
|
|
4916
|
+
f[18]("language") + "") && le(i, n), c === (c = l(f)) && g ? g.p(f, p) : (g.d(1), g = c(f), g && (g.c(), g.m(t, null))), p[0] & /*isOptionsListVisible*/
|
|
4917
4917
|
4096 && a !== (a = "LanguageSelector " + /*isOptionsListVisible*/
|
|
4918
|
-
(f[12] ? "Open" : "")) &&
|
|
4918
|
+
(f[12] ? "Open" : "")) && d(t, "class", a);
|
|
4919
4919
|
},
|
|
4920
4920
|
d(f) {
|
|
4921
4921
|
f && B(t), g.d(), s = !1, u();
|
|
@@ -4926,21 +4926,21 @@ function Ma(e) {
|
|
|
4926
4926
|
let t, r, n, i, o, a, s, u = (
|
|
4927
4927
|
/*selectedLanguage*/
|
|
4928
4928
|
e[17].slice(-2) + ""
|
|
4929
|
-
), l, c, g, f,
|
|
4929
|
+
), l, c, g, f, p, m, v, x = (
|
|
4930
4930
|
/*isOptionsListVisible*/
|
|
4931
4931
|
e[12] && Cr(e)
|
|
4932
4932
|
);
|
|
4933
4933
|
return {
|
|
4934
4934
|
c() {
|
|
4935
|
-
t = _("div"), r = _("div"), n = _("span"), i = _("img"), a = N(), s = _("span"), l =
|
|
4935
|
+
t = _("div"), r = _("div"), n = _("span"), i = _("img"), a = N(), s = _("span"), l = Y(u), c = N(), g = _("span"), f = Zt("svg"), p = Zt("path"), v = N(), x && x.c(), ee(i.src, o = `http://purecatamphetamine.github.io/country-flag-icons/3x2/${/*determineFlag*/
|
|
4936
4936
|
e[25](
|
|
4937
4937
|
/*selectedLanguage*/
|
|
4938
4938
|
e[17]
|
|
4939
|
-
)}.svg`) ||
|
|
4940
|
-
(e[12] ? "TriangleActive" : "")),
|
|
4939
|
+
)}.svg`) || d(i, "src", o), d(n, "class", "FlagIcon"), d(s, "class", "LanguageName"), d(p, "id", "arrow"), d(p, "d", "M281.541,447.921a.488.488,0,0,0,.295-.122l6.5-5.851a.488.488,0,1,0-.65-.726l-6.176,5.556-6.176-5.556h0a.488.488,0,1,0-.65.726l6.5,5.851a.488.488,0,0,0,.355.122Z"), d(p, "transform", "translate(-274.511 -441.088)"), d(p, "fill", "#d1d1d1"), d(f, "xmlns", "http://www.w3.org/2000/svg"), d(f, "width", "14"), d(f, "height", "6.835"), d(f, "viewBox", "0 0 14 6.835"), d(g, "class", m = "TriangleInactive " + /*isOptionsListVisible*/
|
|
4940
|
+
(e[12] ? "TriangleActive" : "")), d(r, "class", "SelectedOption Item ItemLanguage"), d(t, "class", "LanguageDropdown");
|
|
4941
4941
|
},
|
|
4942
4942
|
m(E, S) {
|
|
4943
|
-
I(E, t, S), b(t, r), b(r, n), b(n, i), b(r, a), b(r, s), b(s, l), b(r, c), b(r, g), b(g, f), b(f,
|
|
4943
|
+
I(E, t, S), b(t, r), b(r, n), b(n, i), b(r, a), b(r, s), b(s, l), b(r, c), b(r, g), b(g, f), b(f, p), b(t, v), x && x.m(t, null);
|
|
4944
4944
|
},
|
|
4945
4945
|
p(E, S) {
|
|
4946
4946
|
S[0] & /*selectedLanguage, languagesArray*/
|
|
@@ -4948,11 +4948,11 @@ function Ma(e) {
|
|
|
4948
4948
|
E[25](
|
|
4949
4949
|
/*selectedLanguage*/
|
|
4950
4950
|
E[17]
|
|
4951
|
-
)}.svg`) &&
|
|
4951
|
+
)}.svg`) && d(i, "src", o), S[0] & /*selectedLanguage*/
|
|
4952
4952
|
131072 && u !== (u = /*selectedLanguage*/
|
|
4953
4953
|
E[17].slice(-2) + "") && le(l, u), S[0] & /*isOptionsListVisible*/
|
|
4954
4954
|
4096 && m !== (m = "TriangleInactive " + /*isOptionsListVisible*/
|
|
4955
|
-
(E[12] ? "TriangleActive" : "")) &&
|
|
4955
|
+
(E[12] ? "TriangleActive" : "")) && d(g, "class", m), /*isOptionsListVisible*/
|
|
4956
4956
|
E[12] ? x ? x.p(E, S) : (x = Cr(E), x.c(), x.m(t, null)) : x && (x.d(1), x = null);
|
|
4957
4957
|
},
|
|
4958
4958
|
d(E) {
|
|
@@ -4972,7 +4972,7 @@ function Aa(e) {
|
|
|
4972
4972
|
t = _("select");
|
|
4973
4973
|
for (let a = 0; a < o.length; a += 1)
|
|
4974
4974
|
o[a].c();
|
|
4975
|
-
|
|
4975
|
+
d(t, "class", "Item ItemLanguage NoFlag"), /*selectedLanguage*/
|
|
4976
4976
|
e[17] === void 0 && Qe(() => (
|
|
4977
4977
|
/*select_change_handler*/
|
|
4978
4978
|
e[44].call(t)
|
|
@@ -4982,7 +4982,7 @@ function Aa(e) {
|
|
|
4982
4982
|
I(a, t, s);
|
|
4983
4983
|
for (let u = 0; u < o.length; u += 1)
|
|
4984
4984
|
o[u] && o[u].m(t, null);
|
|
4985
|
-
|
|
4985
|
+
Yt(
|
|
4986
4986
|
t,
|
|
4987
4987
|
/*selectedLanguage*/
|
|
4988
4988
|
e[17],
|
|
@@ -5019,7 +5019,7 @@ function Aa(e) {
|
|
|
5019
5019
|
o.length = i.length;
|
|
5020
5020
|
}
|
|
5021
5021
|
s[0] & /*selectedLanguage, languagesArray*/
|
|
5022
|
-
133120 &&
|
|
5022
|
+
133120 && Yt(
|
|
5023
5023
|
t,
|
|
5024
5024
|
/*selectedLanguage*/
|
|
5025
5025
|
a[17]
|
|
@@ -5042,7 +5042,7 @@ function Cr(e) {
|
|
|
5042
5042
|
t = _("div");
|
|
5043
5043
|
for (let o = 0; o < i.length; o += 1)
|
|
5044
5044
|
i[o].c();
|
|
5045
|
-
|
|
5045
|
+
d(t, "class", r = "OptionList " + /*languageListOpen*/
|
|
5046
5046
|
(e[13] ? "Open" : ""));
|
|
5047
5047
|
},
|
|
5048
5048
|
m(o, a) {
|
|
@@ -5068,7 +5068,7 @@ function Cr(e) {
|
|
|
5068
5068
|
}
|
|
5069
5069
|
a[0] & /*languageListOpen*/
|
|
5070
5070
|
8192 && r !== (r = "OptionList " + /*languageListOpen*/
|
|
5071
|
-
(o[13] ? "Open" : "")) &&
|
|
5071
|
+
(o[13] ? "Open" : "")) && d(t, "class", r);
|
|
5072
5072
|
},
|
|
5073
5073
|
d(o) {
|
|
5074
5074
|
o && B(t), Re(i, o);
|
|
@@ -5080,7 +5080,7 @@ function Nr(e) {
|
|
|
5080
5080
|
/*operatorLanguage*/
|
|
5081
5081
|
e[68] + ""
|
|
5082
5082
|
), u, l, c, g, f;
|
|
5083
|
-
function
|
|
5083
|
+
function p() {
|
|
5084
5084
|
return (
|
|
5085
5085
|
/*click_handler_2*/
|
|
5086
5086
|
e[46](
|
|
@@ -5091,15 +5091,15 @@ function Nr(e) {
|
|
|
5091
5091
|
}
|
|
5092
5092
|
return {
|
|
5093
5093
|
c() {
|
|
5094
|
-
t = _("div"), r = _("span"), n = _("img"), o = N(), a = _("span"), u =
|
|
5094
|
+
t = _("div"), r = _("span"), n = _("img"), o = N(), a = _("span"), u = Y(s), l = N(), ee(n.src, i = `http://purecatamphetamine.github.io/country-flag-icons/3x2/${/*determineFlag*/
|
|
5095
5095
|
e[25](
|
|
5096
5096
|
/*operatorLanguage*/
|
|
5097
5097
|
e[68]
|
|
5098
|
-
)}.svg`) ||
|
|
5098
|
+
)}.svg`) || d(n, "src", i), d(r, "class", "FlagIcon"), d(a, "class", "LanguageName"), d(t, "class", c = "LanguageOption " + /*languageListOpen*/
|
|
5099
5099
|
(e[13] ? "Open" : ""));
|
|
5100
5100
|
},
|
|
5101
5101
|
m(m, v) {
|
|
5102
|
-
I(m, t, v), b(t, r), b(r, n), b(t, o), b(t, a), b(a, u), b(t, l), g || (f = se(t, "click",
|
|
5102
|
+
I(m, t, v), b(t, r), b(r, n), b(t, o), b(t, a), b(a, u), b(t, l), g || (f = se(t, "click", p), g = !0);
|
|
5103
5103
|
},
|
|
5104
5104
|
p(m, v) {
|
|
5105
5105
|
e = m, v[0] & /*languagesArray*/
|
|
@@ -5107,11 +5107,11 @@ function Nr(e) {
|
|
|
5107
5107
|
e[25](
|
|
5108
5108
|
/*operatorLanguage*/
|
|
5109
5109
|
e[68]
|
|
5110
|
-
)}.svg`) &&
|
|
5110
|
+
)}.svg`) && d(n, "src", i), v[0] & /*languagesArray*/
|
|
5111
5111
|
2048 && s !== (s = /*operatorLanguage*/
|
|
5112
5112
|
e[68] + "") && le(u, s), v[0] & /*languageListOpen*/
|
|
5113
5113
|
8192 && c !== (c = "LanguageOption " + /*languageListOpen*/
|
|
5114
|
-
(e[13] ? "Open" : "")) &&
|
|
5114
|
+
(e[13] ? "Open" : "")) && d(t, "class", c);
|
|
5115
5115
|
},
|
|
5116
5116
|
d(m) {
|
|
5117
5117
|
m && B(t), g = !1, f();
|
|
@@ -5125,7 +5125,7 @@ function Rr(e) {
|
|
|
5125
5125
|
), n, i;
|
|
5126
5126
|
return {
|
|
5127
5127
|
c() {
|
|
5128
|
-
t = _("option"), n =
|
|
5128
|
+
t = _("option"), n = Y(r), t.__value = i = /*lang*/
|
|
5129
5129
|
e[3], Qt(t, t.__value), t.selected = !0;
|
|
5130
5130
|
},
|
|
5131
5131
|
m(o, a) {
|
|
@@ -5176,7 +5176,7 @@ function La(e) {
|
|
|
5176
5176
|
function Pa(e, t, r) {
|
|
5177
5177
|
let n;
|
|
5178
5178
|
Gn(e, ga, (h) => r(18, n = h));
|
|
5179
|
-
let { $$slots: i = {}, $$scope: o } = t, { menuitemsurl: a = "" } = t, { session: s = "" } = t, { userid: u = "" } = t, { cmsendpoint: l } = t, { cmsenv: c = "stage" } = t, { userroles: g } = t, { lang: f = "en" } = t, { activecategory:
|
|
5179
|
+
let { $$slots: i = {}, $$scope: o } = t, { menuitemsurl: a = "" } = t, { session: s = "" } = t, { userid: u = "" } = t, { cmsendpoint: l } = t, { cmsenv: c = "stage" } = t, { userroles: g } = t, { lang: f = "en" } = t, { activecategory: p = "" } = t, { languageslist: m = "" } = t, { translationurl: v = "" } = t, { mbsource: x } = t, { clientstyling: E = "" } = t, { clientstylingurl: S = "" } = t, { customlocaleidentifier: T = "" } = t, { countryflaghamburger: G = "" } = t, { customlogourl: k } = t, z, Z = window.navigator.userAgent, q = [], ue, j = "", pe = [], de = !1, me = !1, V = !0, ne = [], ie = !1, Q = !1, F = !1, J = !1, C = !0, M, y = !1, O = "", R;
|
|
5180
5180
|
const $ = () => {
|
|
5181
5181
|
fetch(v).then((h) => h.json()).then((h) => {
|
|
5182
5182
|
Object.keys(h).forEach((A) => {
|
|
@@ -5191,12 +5191,12 @@ function Pa(e, t, r) {
|
|
|
5191
5191
|
});
|
|
5192
5192
|
const be = () => {
|
|
5193
5193
|
M = new URL(`${l}/${O.toLowerCase()}/hamburger-menu`);
|
|
5194
|
-
let h =
|
|
5194
|
+
let h = pa(Z);
|
|
5195
5195
|
h && (h === "PC" ? M.searchParams.append("device", "dk") : M.searchParams.append("device", "mtWeb")), M.searchParams.append("env", c), M.searchParams.append("language", O.toLowerCase()), M.searchParams.append("userRoles", g);
|
|
5196
5196
|
}, ot = () => {
|
|
5197
5197
|
r(14, J = !0), r(15, C = !0), r(12, Q = !1), r(13, F = !1), setTimeout(
|
|
5198
5198
|
() => {
|
|
5199
|
-
r(10, me = !1), r(9,
|
|
5199
|
+
r(10, me = !1), r(9, de = !1);
|
|
5200
5200
|
},
|
|
5201
5201
|
200
|
|
5202
5202
|
), window.postMessage(
|
|
@@ -5206,7 +5206,7 @@ function Pa(e, t, r) {
|
|
|
5206
5206
|
},
|
|
5207
5207
|
window.location.href
|
|
5208
5208
|
);
|
|
5209
|
-
},
|
|
5209
|
+
}, Ut = (h) => {
|
|
5210
5210
|
if (!(!h || !h.data || typeof h.data != "object" || !("type" in h.data)))
|
|
5211
5211
|
switch (h.data.type) {
|
|
5212
5212
|
case "OpenHamburgerMenuModal": {
|
|
@@ -5215,7 +5215,7 @@ function Pa(e, t, r) {
|
|
|
5215
5215
|
r(15, C = !1);
|
|
5216
5216
|
},
|
|
5217
5217
|
125
|
|
5218
|
-
), r(10, me = !0), r(9,
|
|
5218
|
+
), r(10, me = !0), r(9, de = !0), be(), Dt(M);
|
|
5219
5219
|
break;
|
|
5220
5220
|
}
|
|
5221
5221
|
case "LanguageChanged": {
|
|
@@ -5230,29 +5230,29 @@ function Pa(e, t, r) {
|
|
|
5230
5230
|
break;
|
|
5231
5231
|
}
|
|
5232
5232
|
}, at = (h, A) => {
|
|
5233
|
-
r(7, j = h), r(8,
|
|
5233
|
+
r(7, j = h), r(8, pe = A || []), typeof gtag == "function" && gtag("event", "ChangeMenu", {
|
|
5234
5234
|
context: "HamburgerMenu",
|
|
5235
5235
|
menuItem: `${j}`
|
|
5236
5236
|
});
|
|
5237
|
-
},
|
|
5237
|
+
}, kt = (h) => {
|
|
5238
5238
|
var Ae, Fe;
|
|
5239
5239
|
const A = ((Ae = h == null ? void 0 : h.children) == null ? void 0 : Ae.length) > 0, oe = (h == null ? void 0 : h.path) && ((Fe = h == null ? void 0 : h.keyword) == null ? void 0 : Fe.includes("InternalLink"));
|
|
5240
5240
|
!A && oe && st(h), at(h.id, h.children);
|
|
5241
5241
|
}, Ft = () => {
|
|
5242
|
-
let h =
|
|
5242
|
+
let h = q.filter((A) => {
|
|
5243
5243
|
var Ae;
|
|
5244
5244
|
let oe = !1;
|
|
5245
5245
|
return (Ae = A.children) == null || Ae.forEach((Fe) => {
|
|
5246
|
-
Fe.path.includes(
|
|
5246
|
+
Fe.path.includes(p) && (oe = !0);
|
|
5247
5247
|
}), oe;
|
|
5248
5248
|
});
|
|
5249
|
-
h.length > 0 ? at(h[0].id, h[0].children) : at(
|
|
5249
|
+
h.length > 0 ? at(h[0].id, h[0].children) : at(q[0].id, q[0].children);
|
|
5250
5250
|
}, Dt = (h) => {
|
|
5251
5251
|
ue && !ie || Gt(h);
|
|
5252
5252
|
}, Gt = (h) => {
|
|
5253
5253
|
fetch(h).then((A) => A.json()).then(
|
|
5254
5254
|
(A) => {
|
|
5255
|
-
r(6,
|
|
5255
|
+
r(6, q = A.filter((oe) => (oe == null ? void 0 : oe.type) !== "banner")), Ft(), r(39, V = !1), ue = A, ie = !1;
|
|
5256
5256
|
},
|
|
5257
5257
|
(A) => {
|
|
5258
5258
|
console.error(A);
|
|
@@ -5318,14 +5318,14 @@ function Pa(e, t, r) {
|
|
|
5318
5318
|
window.location.href
|
|
5319
5319
|
), ot(), typeof gtag == "function" && gtag("event", "GoToMyAccount", { context: "HamburgerMenu" });
|
|
5320
5320
|
};
|
|
5321
|
-
Kn(() => (window.addEventListener("message",
|
|
5322
|
-
window.removeEventListener("message",
|
|
5321
|
+
Kn(() => (window.addEventListener("message", Ut, !1), yr(Z), () => {
|
|
5322
|
+
window.removeEventListener("message", Ut);
|
|
5323
5323
|
}));
|
|
5324
|
-
const On = (h) =>
|
|
5324
|
+
const On = (h) => kt(h), Mn = (h, A) => {
|
|
5325
5325
|
st(h), A.preventDefault();
|
|
5326
5326
|
};
|
|
5327
5327
|
function An() {
|
|
5328
|
-
O =
|
|
5328
|
+
O = Yn(this), r(17, O), r(11, ne);
|
|
5329
5329
|
}
|
|
5330
5330
|
const Ln = () => lt(), Pn = (h) => jt(h);
|
|
5331
5331
|
function Bn(h) {
|
|
@@ -5339,16 +5339,16 @@ function Pa(e, t, r) {
|
|
|
5339
5339
|
});
|
|
5340
5340
|
}
|
|
5341
5341
|
return e.$$set = (h) => {
|
|
5342
|
-
"menuitemsurl" in h && r(27, a = h.menuitemsurl), "session" in h && r(28, s = h.session), "userid" in h && r(0, u = h.userid), "cmsendpoint" in h && r(29, l = h.cmsendpoint), "cmsenv" in h && r(30, c = h.cmsenv), "userroles" in h && r(31, g = h.userroles), "lang" in h && r(3, f = h.lang), "activecategory" in h && r(32,
|
|
5342
|
+
"menuitemsurl" in h && r(27, a = h.menuitemsurl), "session" in h && r(28, s = h.session), "userid" in h && r(0, u = h.userid), "cmsendpoint" in h && r(29, l = h.cmsendpoint), "cmsenv" in h && r(30, c = h.cmsenv), "userroles" in h && r(31, g = h.userroles), "lang" in h && r(3, f = h.lang), "activecategory" in h && r(32, p = h.activecategory), "languageslist" in h && r(33, m = h.languageslist), "translationurl" in h && r(34, v = h.translationurl), "mbsource" in h && r(35, x = h.mbsource), "clientstyling" in h && r(36, E = h.clientstyling), "clientstylingurl" in h && r(37, S = h.clientstylingurl), "customlocaleidentifier" in h && r(38, T = h.customlocaleidentifier), "countryflaghamburger" in h && r(1, G = h.countryflaghamburger), "customlogourl" in h && r(2, k = h.customlogourl), "$$scope" in h && r(40, o = h.$$scope);
|
|
5343
5343
|
}, e.$$.update = () => {
|
|
5344
5344
|
e.$$.dirty[0] & /*cmsendpoint, cmsenv, lang*/
|
|
5345
5345
|
1610612744 | e.$$.dirty[1] & /*languageslist*/
|
|
5346
5346
|
4 && l && c && f && m && En(), e.$$.dirty[1] & /*activecategory, isLoading*/
|
|
5347
|
-
258 &&
|
|
5347
|
+
258 && p && !V && Ft(), e.$$.dirty[1] & /*translationurl*/
|
|
5348
5348
|
8 && v && $(), e.$$.dirty[0] & /*session*/
|
|
5349
5349
|
268435456 && s && Sn(), e.$$.dirty[0] & /*customStylingContainer*/
|
|
5350
5350
|
16 | e.$$.dirty[1] & /*clientstyling*/
|
|
5351
|
-
32 && E && R &&
|
|
5351
|
+
32 && E && R && da(R, E), e.$$.dirty[0] & /*customStylingContainer*/
|
|
5352
5352
|
16 | e.$$.dirty[1] & /*clientstylingurl*/
|
|
5353
5353
|
64 && S && R && ma(R, S), e.$$.dirty[0] & /*customStylingContainer*/
|
|
5354
5354
|
16 | e.$$.dirty[1] & /*mbsource*/
|
|
@@ -5356,14 +5356,14 @@ function Pa(e, t, r) {
|
|
|
5356
5356
|
}, [
|
|
5357
5357
|
u,
|
|
5358
5358
|
G,
|
|
5359
|
-
|
|
5359
|
+
k,
|
|
5360
5360
|
f,
|
|
5361
5361
|
R,
|
|
5362
5362
|
z,
|
|
5363
|
-
|
|
5363
|
+
q,
|
|
5364
5364
|
j,
|
|
5365
|
-
de,
|
|
5366
5365
|
pe,
|
|
5366
|
+
de,
|
|
5367
5367
|
me,
|
|
5368
5368
|
ne,
|
|
5369
5369
|
Q,
|
|
@@ -5374,7 +5374,7 @@ function Pa(e, t, r) {
|
|
|
5374
5374
|
O,
|
|
5375
5375
|
n,
|
|
5376
5376
|
ot,
|
|
5377
|
-
|
|
5377
|
+
kt,
|
|
5378
5378
|
st,
|
|
5379
5379
|
lt,
|
|
5380
5380
|
jt,
|
|
@@ -5386,7 +5386,7 @@ function Pa(e, t, r) {
|
|
|
5386
5386
|
l,
|
|
5387
5387
|
c,
|
|
5388
5388
|
g,
|
|
5389
|
-
|
|
5389
|
+
p,
|
|
5390
5390
|
m,
|
|
5391
5391
|
v,
|
|
5392
5392
|
x,
|
|
@@ -5412,7 +5412,7 @@ class Ba extends ui {
|
|
|
5412
5412
|
t,
|
|
5413
5413
|
Pa,
|
|
5414
5414
|
La,
|
|
5415
|
-
|
|
5415
|
+
kr,
|
|
5416
5416
|
{
|
|
5417
5417
|
menuitemsurl: 27,
|
|
5418
5418
|
session: 28,
|
|
@@ -5439,97 +5439,97 @@ class Ba extends ui {
|
|
|
5439
5439
|
return this.$$.ctx[27];
|
|
5440
5440
|
}
|
|
5441
5441
|
set menuitemsurl(t) {
|
|
5442
|
-
this.$$set({ menuitemsurl: t }),
|
|
5442
|
+
this.$$set({ menuitemsurl: t }), U();
|
|
5443
5443
|
}
|
|
5444
5444
|
get session() {
|
|
5445
5445
|
return this.$$.ctx[28];
|
|
5446
5446
|
}
|
|
5447
5447
|
set session(t) {
|
|
5448
|
-
this.$$set({ session: t }),
|
|
5448
|
+
this.$$set({ session: t }), U();
|
|
5449
5449
|
}
|
|
5450
5450
|
get userid() {
|
|
5451
5451
|
return this.$$.ctx[0];
|
|
5452
5452
|
}
|
|
5453
5453
|
set userid(t) {
|
|
5454
|
-
this.$$set({ userid: t }),
|
|
5454
|
+
this.$$set({ userid: t }), U();
|
|
5455
5455
|
}
|
|
5456
5456
|
get cmsendpoint() {
|
|
5457
5457
|
return this.$$.ctx[29];
|
|
5458
5458
|
}
|
|
5459
5459
|
set cmsendpoint(t) {
|
|
5460
|
-
this.$$set({ cmsendpoint: t }),
|
|
5460
|
+
this.$$set({ cmsendpoint: t }), U();
|
|
5461
5461
|
}
|
|
5462
5462
|
get cmsenv() {
|
|
5463
5463
|
return this.$$.ctx[30];
|
|
5464
5464
|
}
|
|
5465
5465
|
set cmsenv(t) {
|
|
5466
|
-
this.$$set({ cmsenv: t }),
|
|
5466
|
+
this.$$set({ cmsenv: t }), U();
|
|
5467
5467
|
}
|
|
5468
5468
|
get userroles() {
|
|
5469
5469
|
return this.$$.ctx[31];
|
|
5470
5470
|
}
|
|
5471
5471
|
set userroles(t) {
|
|
5472
|
-
this.$$set({ userroles: t }),
|
|
5472
|
+
this.$$set({ userroles: t }), U();
|
|
5473
5473
|
}
|
|
5474
5474
|
get lang() {
|
|
5475
5475
|
return this.$$.ctx[3];
|
|
5476
5476
|
}
|
|
5477
5477
|
set lang(t) {
|
|
5478
|
-
this.$$set({ lang: t }),
|
|
5478
|
+
this.$$set({ lang: t }), U();
|
|
5479
5479
|
}
|
|
5480
5480
|
get activecategory() {
|
|
5481
5481
|
return this.$$.ctx[32];
|
|
5482
5482
|
}
|
|
5483
5483
|
set activecategory(t) {
|
|
5484
|
-
this.$$set({ activecategory: t }),
|
|
5484
|
+
this.$$set({ activecategory: t }), U();
|
|
5485
5485
|
}
|
|
5486
5486
|
get languageslist() {
|
|
5487
5487
|
return this.$$.ctx[33];
|
|
5488
5488
|
}
|
|
5489
5489
|
set languageslist(t) {
|
|
5490
|
-
this.$$set({ languageslist: t }),
|
|
5490
|
+
this.$$set({ languageslist: t }), U();
|
|
5491
5491
|
}
|
|
5492
5492
|
get translationurl() {
|
|
5493
5493
|
return this.$$.ctx[34];
|
|
5494
5494
|
}
|
|
5495
5495
|
set translationurl(t) {
|
|
5496
|
-
this.$$set({ translationurl: t }),
|
|
5496
|
+
this.$$set({ translationurl: t }), U();
|
|
5497
5497
|
}
|
|
5498
5498
|
get mbsource() {
|
|
5499
5499
|
return this.$$.ctx[35];
|
|
5500
5500
|
}
|
|
5501
5501
|
set mbsource(t) {
|
|
5502
|
-
this.$$set({ mbsource: t }),
|
|
5502
|
+
this.$$set({ mbsource: t }), U();
|
|
5503
5503
|
}
|
|
5504
5504
|
get clientstyling() {
|
|
5505
5505
|
return this.$$.ctx[36];
|
|
5506
5506
|
}
|
|
5507
5507
|
set clientstyling(t) {
|
|
5508
|
-
this.$$set({ clientstyling: t }),
|
|
5508
|
+
this.$$set({ clientstyling: t }), U();
|
|
5509
5509
|
}
|
|
5510
5510
|
get clientstylingurl() {
|
|
5511
5511
|
return this.$$.ctx[37];
|
|
5512
5512
|
}
|
|
5513
5513
|
set clientstylingurl(t) {
|
|
5514
|
-
this.$$set({ clientstylingurl: t }),
|
|
5514
|
+
this.$$set({ clientstylingurl: t }), U();
|
|
5515
5515
|
}
|
|
5516
5516
|
get customlocaleidentifier() {
|
|
5517
5517
|
return this.$$.ctx[38];
|
|
5518
5518
|
}
|
|
5519
5519
|
set customlocaleidentifier(t) {
|
|
5520
|
-
this.$$set({ customlocaleidentifier: t }),
|
|
5520
|
+
this.$$set({ customlocaleidentifier: t }), U();
|
|
5521
5521
|
}
|
|
5522
5522
|
get countryflaghamburger() {
|
|
5523
5523
|
return this.$$.ctx[1];
|
|
5524
5524
|
}
|
|
5525
5525
|
set countryflaghamburger(t) {
|
|
5526
|
-
this.$$set({ countryflaghamburger: t }),
|
|
5526
|
+
this.$$set({ countryflaghamburger: t }), U();
|
|
5527
5527
|
}
|
|
5528
5528
|
get customlogourl() {
|
|
5529
5529
|
return this.$$.ctx[2];
|
|
5530
5530
|
}
|
|
5531
5531
|
set customlogourl(t) {
|
|
5532
|
-
this.$$set({ customlogourl: t }),
|
|
5532
|
+
this.$$set({ customlogourl: t }), U();
|
|
5533
5533
|
}
|
|
5534
5534
|
}
|
|
5535
5535
|
li(Ba, { menuitemsurl: {}, session: {}, userid: {}, cmsendpoint: {}, cmsenv: {}, userroles: {}, lang: {}, activecategory: {}, languageslist: {}, translationurl: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, customlocaleidentifier: {}, countryflaghamburger: {}, customlogourl: {} }, ["logo"], [], !0);
|