@everymatrix/player-account-menu-nd 1.45.0 → 1.45.3
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/{GeneralLogout-BdWTwQWl.js → GeneralLogout-DDPYB_bZ.js} +88 -88
- package/components/{GeneralLogout-D9s7c6oJ.cjs → GeneralLogout-DYfhSiIP.cjs} +3 -3
- package/components/PlayerAccountMenuNd-D9n2vxXX.js +587 -0
- package/components/PlayerAccountMenuNd-QjPMalIw.cjs +1 -0
- package/es2015/player-account-menu-nd.cjs +1 -1
- package/es2015/player-account-menu-nd.js +1 -1
- package/package.json +2 -2
- package/components/PlayerAccountMenuNd-CfdQm129.js +0 -587
- package/components/PlayerAccountMenuNd-FNhGvQcn.cjs +0 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
var br = Object.defineProperty,
|
|
2
|
-
var
|
|
1
|
+
var br = Object.defineProperty, gr = Object.defineProperties;
|
|
2
|
+
var yr = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var tt = Object.getOwnPropertySymbols;
|
|
4
4
|
var vr = Object.prototype.hasOwnProperty, Er = Object.prototype.propertyIsEnumerable;
|
|
5
5
|
var He = (e, t, r) => t in e ? br(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, rt = (e, t) => {
|
|
@@ -9,7 +9,7 @@ var He = (e, t, r) => t in e ? br(e, t, { enumerable: !0, configurable: !0, writ
|
|
|
9
9
|
for (var r of tt(t))
|
|
10
10
|
Er.call(t, r) && He(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
}, nt = (e, t) =>
|
|
12
|
+
}, nt = (e, t) => gr(e, yr(t));
|
|
13
13
|
var H = (e, t, r) => He(e, typeof t != "symbol" ? t + "" : t, r);
|
|
14
14
|
var it = (e, t, r) => new Promise((n, i) => {
|
|
15
15
|
var o = (h) => {
|
|
@@ -114,12 +114,12 @@ function Br() {
|
|
|
114
114
|
function Lt(e, t, r, n) {
|
|
115
115
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function _(e, t, r) {
|
|
118
118
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
119
119
|
}
|
|
120
120
|
function ro(e, t, r) {
|
|
121
121
|
const n = t.toLowerCase();
|
|
122
|
-
n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r :
|
|
122
|
+
n in e ? e[n] = typeof e[n] == "boolean" && r === "" ? !0 : r : t in e ? e[t] = typeof e[t] == "boolean" && r === "" ? !0 : r : _(e, t, r);
|
|
123
123
|
}
|
|
124
124
|
function Ar(e) {
|
|
125
125
|
return Array.from(e.childNodes);
|
|
@@ -246,8 +246,8 @@ function Gr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
246
246
|
s && s(u.root);
|
|
247
247
|
let l = !1;
|
|
248
248
|
if (u.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
|
|
249
|
-
const
|
|
250
|
-
return u.ctx && i(u.ctx[f], u.ctx[f] =
|
|
249
|
+
const y = p.length ? p[0] : c;
|
|
250
|
+
return u.ctx && i(u.ctx[f], u.ctx[f] = y) && (!u.skip_bound && u.bound[f] && u.bound[f](y), l && Dr(e, f)), c;
|
|
251
251
|
}) : [], u.update(), l = !0, se(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
252
252
|
if (t.hydrate) {
|
|
253
253
|
const f = Ar(t.target);
|
|
@@ -303,7 +303,7 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
|
|
|
303
303
|
let s;
|
|
304
304
|
return {
|
|
305
305
|
c: function() {
|
|
306
|
-
s = L("slot"), o !== "default" &&
|
|
306
|
+
s = L("slot"), o !== "default" && _(s, "name", o);
|
|
307
307
|
},
|
|
308
308
|
/**
|
|
309
309
|
* @param {HTMLElement} target
|
|
@@ -504,14 +504,14 @@ function M(e, t) {
|
|
|
504
504
|
}
|
|
505
505
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
506
506
|
}
|
|
507
|
-
var
|
|
508
|
-
return
|
|
507
|
+
var g = function() {
|
|
508
|
+
return g = Object.assign || function(t) {
|
|
509
509
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
510
510
|
r = arguments[n];
|
|
511
511
|
for (var o in r) Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
512
512
|
}
|
|
513
513
|
return t;
|
|
514
|
-
},
|
|
514
|
+
}, g.apply(this, arguments);
|
|
515
515
|
};
|
|
516
516
|
function Vr(e, t) {
|
|
517
517
|
var r = {};
|
|
@@ -616,9 +616,9 @@ var Ee = function() {
|
|
|
616
616
|
this._finalizers = null;
|
|
617
617
|
try {
|
|
618
618
|
for (var c = Ue(f), p = c.next(); !p.done; p = c.next()) {
|
|
619
|
-
var
|
|
619
|
+
var y = p.value;
|
|
620
620
|
try {
|
|
621
|
-
at(
|
|
621
|
+
at(y);
|
|
622
622
|
} catch (v) {
|
|
623
623
|
o = o != null ? o : [], v instanceof Ae ? o = X(X([], De(o)), De(v.errors)) : o.push(v);
|
|
624
624
|
}
|
|
@@ -1066,11 +1066,11 @@ function J(e, t, r) {
|
|
|
1066
1066
|
if (l)
|
|
1067
1067
|
return;
|
|
1068
1068
|
f();
|
|
1069
|
-
const
|
|
1070
|
-
o ? s(
|
|
1069
|
+
const y = t(n ? u[0] : u, s, a);
|
|
1070
|
+
o ? s(y) : f = qe(y) ? y : w;
|
|
1071
1071
|
}, p = i.map(
|
|
1072
|
-
(
|
|
1073
|
-
|
|
1072
|
+
(y, v) => It(
|
|
1073
|
+
y,
|
|
1074
1074
|
(B) => {
|
|
1075
1075
|
u[v] = B, l &= ~(1 << v), h && c();
|
|
1076
1076
|
},
|
|
@@ -1133,21 +1133,21 @@ function kt(e, t) {
|
|
|
1133
1133
|
return !1;
|
|
1134
1134
|
}
|
|
1135
1135
|
}
|
|
1136
|
-
function
|
|
1136
|
+
function gn(e, t) {
|
|
1137
1137
|
return kt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1138
1138
|
}
|
|
1139
|
-
function
|
|
1139
|
+
function yn(e, t, r) {
|
|
1140
1140
|
var n = {};
|
|
1141
1141
|
return r.isMergeableObject(e) && dt(e).forEach(function(i) {
|
|
1142
1142
|
n[i] = ie(e[i], r);
|
|
1143
1143
|
}), dt(t).forEach(function(i) {
|
|
1144
|
-
|
|
1144
|
+
gn(e, i) || (kt(e, i) && r.isMergeableObject(t[i]) ? n[i] = mn(i, r)(e[i], t[i], r) : n[i] = ie(t[i], r));
|
|
1145
1145
|
}), n;
|
|
1146
1146
|
}
|
|
1147
1147
|
function W(e, t, r) {
|
|
1148
1148
|
r = r || {}, r.arrayMerge = r.arrayMerge || dn, r.isMergeableObject = r.isMergeableObject || an, r.cloneUnlessOtherwiseSpecified = ie;
|
|
1149
1149
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1150
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1150
|
+
return o ? n ? r.arrayMerge(e, t, r) : yn(e, t, r) : ie(t, r);
|
|
1151
1151
|
}
|
|
1152
1152
|
W.all = function(t, r) {
|
|
1153
1153
|
if (!Array.isArray(t))
|
|
@@ -1318,7 +1318,7 @@ function wn(e) {
|
|
|
1318
1318
|
return e.replace(/^(.*?)-/, "");
|
|
1319
1319
|
}
|
|
1320
1320
|
var bt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Yt = /^(@+)?(\+|#+)?[rs]?$/g, Pn = /(\*)(0+)|(#+)(0+)|(0+)/g, Kt = /^(0+)$/;
|
|
1321
|
-
function
|
|
1321
|
+
function gt(e) {
|
|
1322
1322
|
var t = {};
|
|
1323
1323
|
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Yt, function(r, n, i) {
|
|
1324
1324
|
return typeof i != "string" ? (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length) : i === "+" ? t.minimumSignificantDigits = n.length : n[0] === "#" ? t.maximumSignificantDigits = n.length : (t.minimumSignificantDigits = n.length, t.maximumSignificantDigits = n.length + (typeof i == "string" ? i.length : 0)), "";
|
|
@@ -1378,7 +1378,7 @@ function On(e) {
|
|
|
1378
1378
|
}
|
|
1379
1379
|
return t;
|
|
1380
1380
|
}
|
|
1381
|
-
function
|
|
1381
|
+
function yt(e) {
|
|
1382
1382
|
var t = {}, r = er(e);
|
|
1383
1383
|
return r || t;
|
|
1384
1384
|
}
|
|
@@ -1417,13 +1417,13 @@ function In(e) {
|
|
|
1417
1417
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1418
1418
|
continue;
|
|
1419
1419
|
case "scientific":
|
|
1420
|
-
t =
|
|
1421
|
-
return
|
|
1420
|
+
t = g(g(g({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
1421
|
+
return g(g({}, h), yt(u));
|
|
1422
1422
|
}, {}));
|
|
1423
1423
|
continue;
|
|
1424
1424
|
case "engineering":
|
|
1425
|
-
t =
|
|
1426
|
-
return
|
|
1425
|
+
t = g(g(g({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
1426
|
+
return g(g({}, h), yt(u));
|
|
1427
1427
|
}, {}));
|
|
1428
1428
|
continue;
|
|
1429
1429
|
case "notation-simple":
|
|
@@ -1492,17 +1492,17 @@ function In(e) {
|
|
|
1492
1492
|
return l === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : c && p ? (t.minimumFractionDigits = c.length, t.maximumFractionDigits = c.length + p.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1493
1493
|
});
|
|
1494
1494
|
var o = i.options[0];
|
|
1495
|
-
o === "w" ? t =
|
|
1495
|
+
o === "w" ? t = g(g({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = g(g({}, t), gt(o)));
|
|
1496
1496
|
continue;
|
|
1497
1497
|
}
|
|
1498
1498
|
if (Yt.test(i.stem)) {
|
|
1499
|
-
t =
|
|
1499
|
+
t = g(g({}, t), gt(i.stem));
|
|
1500
1500
|
continue;
|
|
1501
1501
|
}
|
|
1502
1502
|
var s = er(i.stem);
|
|
1503
|
-
s && (t =
|
|
1503
|
+
s && (t = g(g({}, t), s));
|
|
1504
1504
|
var a = On(i.stem);
|
|
1505
|
-
a && (t =
|
|
1505
|
+
a && (t = g(g({}, t), a));
|
|
1506
1506
|
}
|
|
1507
1507
|
return t;
|
|
1508
1508
|
}
|
|
@@ -3260,9 +3260,9 @@ var zn = (
|
|
|
3260
3260
|
var p = m(l, this.clonePosition());
|
|
3261
3261
|
u = { style: c, styleLocation: p };
|
|
3262
3262
|
}
|
|
3263
|
-
var
|
|
3264
|
-
if (
|
|
3265
|
-
return
|
|
3263
|
+
var y = this.tryParseArgumentClose(i);
|
|
3264
|
+
if (y.err)
|
|
3265
|
+
return y;
|
|
3266
3266
|
var v = m(i, this.clonePosition());
|
|
3267
3267
|
if (u && vt(u == null ? void 0 : u.style, "::", 0)) {
|
|
3268
3268
|
var B = Xn(u.style.slice(2));
|
|
@@ -3304,7 +3304,7 @@ var zn = (
|
|
|
3304
3304
|
case "select": {
|
|
3305
3305
|
var T = this.clonePosition();
|
|
3306
3306
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3307
|
-
return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, m(T,
|
|
3307
|
+
return this.error(d.EXPECT_SELECT_ARGUMENT_OPTIONS, m(T, g({}, T)));
|
|
3308
3308
|
this.bumpSpace();
|
|
3309
3309
|
var R = this.parseIdentifierIfPossible(), O = 0;
|
|
3310
3310
|
if (a !== "select" && R.value === "offset") {
|
|
@@ -3319,9 +3319,9 @@ var zn = (
|
|
|
3319
3319
|
var G = this.tryParsePluralOrSelectOptions(t, a, r, R);
|
|
3320
3320
|
if (G.err)
|
|
3321
3321
|
return G;
|
|
3322
|
-
var
|
|
3323
|
-
if (
|
|
3324
|
-
return
|
|
3322
|
+
var y = this.tryParseArgumentClose(i);
|
|
3323
|
+
if (y.err)
|
|
3324
|
+
return y;
|
|
3325
3325
|
var he = m(i, this.clonePosition());
|
|
3326
3326
|
return a === "select" ? {
|
|
3327
3327
|
val: {
|
|
@@ -3417,16 +3417,16 @@ var zn = (
|
|
|
3417
3417
|
var p = this.clonePosition();
|
|
3418
3418
|
if (!this.bumpIf("{"))
|
|
3419
3419
|
return this.error(r === "select" ? d.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : d.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, m(this.clonePosition(), this.clonePosition()));
|
|
3420
|
-
var
|
|
3421
|
-
if (
|
|
3422
|
-
return
|
|
3420
|
+
var y = this.parseMessage(t + 1, r, n);
|
|
3421
|
+
if (y.err)
|
|
3422
|
+
return y;
|
|
3423
3423
|
var v = this.tryParseArgumentClose(p);
|
|
3424
3424
|
if (v.err)
|
|
3425
3425
|
return v;
|
|
3426
3426
|
a.push([
|
|
3427
3427
|
u,
|
|
3428
3428
|
{
|
|
3429
|
-
value:
|
|
3429
|
+
value: y.val,
|
|
3430
3430
|
location: m(p, this.clonePosition())
|
|
3431
3431
|
}
|
|
3432
3432
|
]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
|
|
@@ -3533,7 +3533,7 @@ function ze(e) {
|
|
|
3533
3533
|
});
|
|
3534
3534
|
}
|
|
3535
3535
|
function Jn(e, t) {
|
|
3536
|
-
t === void 0 && (t = {}), t =
|
|
3536
|
+
t === void 0 && (t = {}), t = g({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3537
3537
|
var r = new zn(e, t).parse();
|
|
3538
3538
|
if (r.err) {
|
|
3539
3539
|
var n = SyntaxError(d[r.err.kind]);
|
|
@@ -3634,14 +3634,14 @@ var _e = (
|
|
|
3634
3634
|
}
|
|
3635
3635
|
return t;
|
|
3636
3636
|
}(_e)
|
|
3637
|
-
),
|
|
3637
|
+
), x;
|
|
3638
3638
|
(function(e) {
|
|
3639
3639
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3640
|
-
})(
|
|
3640
|
+
})(x || (x = {}));
|
|
3641
3641
|
function si(e) {
|
|
3642
3642
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3643
3643
|
var n = t[t.length - 1];
|
|
3644
|
-
return !n || n.type !==
|
|
3644
|
+
return !n || n.type !== x.literal || r.type !== x.literal ? t.push(r) : n.value += r.value, t;
|
|
3645
3645
|
}, []);
|
|
3646
3646
|
}
|
|
3647
3647
|
function ai(e) {
|
|
@@ -3651,7 +3651,7 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3651
3651
|
if (e.length === 1 && mt(e[0]))
|
|
3652
3652
|
return [
|
|
3653
3653
|
{
|
|
3654
|
-
type:
|
|
3654
|
+
type: x.literal,
|
|
3655
3655
|
value: e[0].value
|
|
3656
3656
|
}
|
|
3657
3657
|
];
|
|
@@ -3659,14 +3659,14 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3659
3659
|
var l = u[h];
|
|
3660
3660
|
if (mt(l)) {
|
|
3661
3661
|
a.push({
|
|
3662
|
-
type:
|
|
3662
|
+
type: x.literal,
|
|
3663
3663
|
value: l.value
|
|
3664
3664
|
});
|
|
3665
3665
|
continue;
|
|
3666
3666
|
}
|
|
3667
3667
|
if (Sn(l)) {
|
|
3668
3668
|
typeof o == "number" && a.push({
|
|
3669
|
-
type:
|
|
3669
|
+
type: x.literal,
|
|
3670
3670
|
value: r.getNumberFormat(t).format(o)
|
|
3671
3671
|
});
|
|
3672
3672
|
continue;
|
|
@@ -3677,7 +3677,7 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3677
3677
|
var c = i[f];
|
|
3678
3678
|
if (_n(l)) {
|
|
3679
3679
|
(!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
|
|
3680
|
-
type: typeof c == "string" ?
|
|
3680
|
+
type: typeof c == "string" ? x.literal : x.object,
|
|
3681
3681
|
value: c
|
|
3682
3682
|
});
|
|
3683
3683
|
continue;
|
|
@@ -3685,7 +3685,7 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3685
3685
|
if (Xt(l)) {
|
|
3686
3686
|
var p = typeof l.style == "string" ? n.date[l.style] : je(l.style) ? l.style.parsedOptions : void 0;
|
|
3687
3687
|
a.push({
|
|
3688
|
-
type:
|
|
3688
|
+
type: x.literal,
|
|
3689
3689
|
value: r.getDateTimeFormat(t, p).format(c)
|
|
3690
3690
|
});
|
|
3691
3691
|
continue;
|
|
@@ -3693,7 +3693,7 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3693
3693
|
if (Wt(l)) {
|
|
3694
3694
|
var p = typeof l.style == "string" ? n.time[l.style] : je(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3695
3695
|
a.push({
|
|
3696
|
-
type:
|
|
3696
|
+
type: x.literal,
|
|
3697
3697
|
value: r.getDateTimeFormat(t, p).format(c)
|
|
3698
3698
|
});
|
|
3699
3699
|
continue;
|
|
@@ -3701,21 +3701,21 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3701
3701
|
if (Vt(l)) {
|
|
3702
3702
|
var p = typeof l.style == "string" ? n.number[l.style] : qt(l.style) ? l.style.parsedOptions : void 0;
|
|
3703
3703
|
p && p.scale && (c = c * (p.scale || 1)), a.push({
|
|
3704
|
-
type:
|
|
3704
|
+
type: x.literal,
|
|
3705
3705
|
value: r.getNumberFormat(t, p).format(c)
|
|
3706
3706
|
});
|
|
3707
3707
|
continue;
|
|
3708
3708
|
}
|
|
3709
3709
|
if (Qt(l)) {
|
|
3710
|
-
var
|
|
3710
|
+
var y = l.children, v = l.value, B = i[v];
|
|
3711
3711
|
if (!ai(B))
|
|
3712
3712
|
throw new ii(v, "function", s);
|
|
3713
|
-
var $ = me(
|
|
3713
|
+
var $ = me(y, t, r, n, i, o), P = B($.map(function(O) {
|
|
3714
3714
|
return O.value;
|
|
3715
3715
|
}));
|
|
3716
3716
|
Array.isArray(P) || (P = [P]), a.push.apply(a, P.map(function(O) {
|
|
3717
3717
|
return {
|
|
3718
|
-
type: typeof O == "string" ?
|
|
3718
|
+
type: typeof O == "string" ? x.literal : x.object,
|
|
3719
3719
|
value: O
|
|
3720
3720
|
};
|
|
3721
3721
|
}));
|
|
@@ -3746,14 +3746,14 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3746
3746
|
return si(a);
|
|
3747
3747
|
}
|
|
3748
3748
|
function ui(e, t) {
|
|
3749
|
-
return t ?
|
|
3750
|
-
return r[n] =
|
|
3749
|
+
return t ? g(g(g({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3750
|
+
return r[n] = g(g({}, e[n]), t[n] || {}), r;
|
|
3751
3751
|
}, {})) : e;
|
|
3752
3752
|
}
|
|
3753
3753
|
function hi(e, t) {
|
|
3754
3754
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3755
3755
|
return r[n] = ui(e[n], t[n]), r;
|
|
3756
|
-
},
|
|
3756
|
+
}, g({}, e)) : e;
|
|
3757
3757
|
}
|
|
3758
3758
|
function Le(e) {
|
|
3759
3759
|
return {
|
|
@@ -3815,7 +3815,7 @@ var ci = (
|
|
|
3815
3815
|
if (u.length === 1)
|
|
3816
3816
|
return u[0].value;
|
|
3817
3817
|
var l = u.reduce(function(f, c) {
|
|
3818
|
-
return !f.length || c.type !==
|
|
3818
|
+
return !f.length || c.type !== x.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
|
|
3819
3819
|
}, []);
|
|
3820
3820
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3821
3821
|
}, this.formatToParts = function(h) {
|
|
@@ -3833,7 +3833,7 @@ var ci = (
|
|
|
3833
3833
|
var s = i || {};
|
|
3834
3834
|
s.formatters;
|
|
3835
3835
|
var a = Vr(s, ["formatters"]);
|
|
3836
|
-
this.ast = e.__parse(t,
|
|
3836
|
+
this.ast = e.__parse(t, g(g({}, a), { locale: this.resolvedLocale }));
|
|
3837
3837
|
} else
|
|
3838
3838
|
this.ast = t;
|
|
3839
3839
|
if (!Array.isArray(this.ast))
|
|
@@ -3978,13 +3978,13 @@ J(
|
|
|
3978
3978
|
);
|
|
3979
3979
|
ue.subscribe((e) => Ke = e);
|
|
3980
3980
|
const be = {};
|
|
3981
|
-
function
|
|
3981
|
+
function gi(e, t) {
|
|
3982
3982
|
be[e].delete(t), be[e].size === 0 && delete be[e];
|
|
3983
3983
|
}
|
|
3984
3984
|
function hr(e) {
|
|
3985
3985
|
return be[e];
|
|
3986
3986
|
}
|
|
3987
|
-
function
|
|
3987
|
+
function yi(e) {
|
|
3988
3988
|
return Se(e).map((t) => {
|
|
3989
3989
|
const r = hr(t);
|
|
3990
3990
|
return [t, r ? [...r] : []];
|
|
@@ -4000,14 +4000,14 @@ function Ze(e) {
|
|
|
4000
4000
|
}
|
|
4001
4001
|
function vi(e, t) {
|
|
4002
4002
|
return Promise.all(
|
|
4003
|
-
t.map((n) => (
|
|
4003
|
+
t.map((n) => (gi(e, n), n().then((i) => i.default || i)))
|
|
4004
4004
|
).then((n) => ur(e, ...n));
|
|
4005
4005
|
}
|
|
4006
4006
|
const te = {};
|
|
4007
4007
|
function lr(e) {
|
|
4008
4008
|
if (!Ze(e))
|
|
4009
4009
|
return e in te ? te[e] : Promise.resolve();
|
|
4010
|
-
const t =
|
|
4010
|
+
const t = yi(e);
|
|
4011
4011
|
return te[e] = Promise.all(
|
|
4012
4012
|
t.map(
|
|
4013
4013
|
([r, n]) => vi(r, n)
|
|
@@ -4068,7 +4068,7 @@ var Si = Object.defineProperty, Ti = Object.defineProperties, Hi = Object.getOwn
|
|
|
4068
4068
|
return e;
|
|
4069
4069
|
}, Pi = (e, t) => Ti(e, Hi(t));
|
|
4070
4070
|
let Qe;
|
|
4071
|
-
const
|
|
4071
|
+
const ge = xe(null);
|
|
4072
4072
|
function Ht(e) {
|
|
4073
4073
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4074
4074
|
}
|
|
@@ -4079,7 +4079,7 @@ function Se(e, t = Q().fallbackLocale) {
|
|
|
4079
4079
|
function D() {
|
|
4080
4080
|
return Qe != null ? Qe : void 0;
|
|
4081
4081
|
}
|
|
4082
|
-
|
|
4082
|
+
ge.subscribe((e) => {
|
|
4083
4083
|
Qe = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4084
4084
|
});
|
|
4085
4085
|
const Oi = (e) => {
|
|
@@ -4090,13 +4090,13 @@ const Oi = (e) => {
|
|
|
4090
4090
|
() => Ne.set(!0),
|
|
4091
4091
|
t
|
|
4092
4092
|
) : Ne.set(!0), lr(e).then(() => {
|
|
4093
|
-
|
|
4093
|
+
ge.set(e);
|
|
4094
4094
|
}).finally(() => {
|
|
4095
4095
|
clearTimeout(r), Ne.set(!1);
|
|
4096
4096
|
});
|
|
4097
4097
|
}
|
|
4098
|
-
return
|
|
4099
|
-
}, Y = Pi(wi({},
|
|
4098
|
+
return ge.set(e);
|
|
4099
|
+
}, Y = Pi(wi({}, ge), {
|
|
4100
4100
|
set: Oi
|
|
4101
4101
|
}), Te = (e) => {
|
|
4102
4102
|
const t = /* @__PURE__ */ Object.create(null);
|
|
@@ -4105,19 +4105,19 @@ const Oi = (e) => {
|
|
|
4105
4105
|
return i in t ? t[i] : t[i] = e(n);
|
|
4106
4106
|
};
|
|
4107
4107
|
};
|
|
4108
|
-
var Ii = Object.defineProperty,
|
|
4108
|
+
var Ii = Object.defineProperty, ye = Object.getOwnPropertySymbols, cr = Object.prototype.hasOwnProperty, fr = Object.prototype.propertyIsEnumerable, Bt = (e, t, r) => t in e ? Ii(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, et = (e, t) => {
|
|
4109
4109
|
for (var r in t || (t = {}))
|
|
4110
4110
|
cr.call(t, r) && Bt(e, r, t[r]);
|
|
4111
|
-
if (
|
|
4112
|
-
for (var r of
|
|
4111
|
+
if (ye)
|
|
4112
|
+
for (var r of ye(t))
|
|
4113
4113
|
fr.call(t, r) && Bt(e, r, t[r]);
|
|
4114
4114
|
return e;
|
|
4115
4115
|
}, K = (e, t) => {
|
|
4116
4116
|
var r = {};
|
|
4117
4117
|
for (var n in e)
|
|
4118
4118
|
cr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4119
|
-
if (e != null &&
|
|
4120
|
-
for (var n of
|
|
4119
|
+
if (e != null && ye)
|
|
4120
|
+
for (var n of ye(e))
|
|
4121
4121
|
t.indexOf(n) < 0 && fr.call(e, n) && (r[n] = e[n]);
|
|
4122
4122
|
return r;
|
|
4123
4123
|
};
|
|
@@ -4253,7 +4253,7 @@ const wt = {
|
|
|
4253
4253
|
}
|
|
4254
4254
|
};
|
|
4255
4255
|
function zi(e) {
|
|
4256
|
-
Sr(e, "svelte-
|
|
4256
|
+
Sr(e, "svelte-1xktkq3", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PlayerAccountMenuItemBox{padding:20px;font-size:16px;display:inline-flex;width:100%;box-sizing:border-box;align-items:center;cursor:pointer}.PlayerAccountMenuItemBox .PlayerLogoutText{margin-left:20px}.PlayerAccountMenuItemBox svg{fill:var(--emfe-w-pam-typography-color-nav-bg, var(--emfe-w-color-white, #FFFFFF))}.PlayerAccountMenuItemBoxMobile.PlayerAccountMenuItemBox{height:auto;justify-content:center;position:relative;display:flex;width:unset;padding:0}.PlayerAccountMenuItemBoxMobile.PlayerAccountMenuItemBox svg{fill:var(--emfe-w-pam-typography-color-nav-bg, var(--emfe-w-color-white, #FFFFFF))}");
|
|
4257
4257
|
}
|
|
4258
4258
|
function Zi(e) {
|
|
4259
4259
|
let t, r, n, i = (
|
|
@@ -4262,7 +4262,7 @@ function Zi(e) {
|
|
|
4262
4262
|
), o, s, a;
|
|
4263
4263
|
return {
|
|
4264
4264
|
c() {
|
|
4265
|
-
t = L("div"), r = L("button"), n = L("span"), o = ve(i),
|
|
4265
|
+
t = L("div"), r = L("button"), n = L("span"), o = ve(i), _(t, "class", "GeneralLogout");
|
|
4266
4266
|
},
|
|
4267
4267
|
m(h, u) {
|
|
4268
4268
|
ae(h, t, u), S(t, r), S(r, n), S(n, o), s || (a = Lt(
|
|
@@ -4287,26 +4287,26 @@ function Qi(e) {
|
|
|
4287
4287
|
e[3] && qi(e);
|
|
4288
4288
|
return {
|
|
4289
4289
|
c() {
|
|
4290
|
-
t = L("p"), r = L("span"), n = ee("svg"), i = ee("defs"), o = ee("style"), s = ve(".a88316b4-2478-4a69-b2eb-d32a5fb419dd{fill:var(--emfe-w-color-white, #FFFFFF);}"), a = ee("path"), h = ee("path"), u = Br(), c && c.c(),
|
|
4290
|
+
t = L("p"), r = L("span"), n = ee("svg"), i = ee("defs"), o = ee("style"), s = ve(".a88316b4-2478-4a69-b2eb-d32a5fb419dd{fill:var(--emfe-w-color-white, #FFFFFF);}"), a = ee("path"), h = ee("path"), u = Br(), c && c.c(), _(a, "class", "a88316b4-2478-4a69-b2eb-d32a5fb419dd"), _(a, "d", "M147.16,67.69,115.42,36a9.6,9.6,0,1,0-13.58,13.58l15.32,15.31H49.58a9.63,9.63,0,1,0,0,19.26h67.58L101.84,99.42a9.64,9.64,0,0,0,6.79,16.43,9.41,9.41,0,0,0,6.79-2.85l31.74-31.73a9.53,9.53,0,0,0,0-13.58Z"), _(h, "class", "a88316b4-2478-4a69-b2eb-d32a5fb419dd"), _(h, "d", "M45.16,122.16H19.26V26.79H45.32a9.63,9.63,0,1,0,0-19.26H9.63A9.56,9.56,0,0,0,0,17.16V131.63a9.57,9.57,0,0,0,9.63,9.64H45.32A9.57,9.57,0,0,0,55,131.63a9.78,9.78,0,0,0-9.79-9.47Z"), _(n, "id", "bbfaf345-72af-4296-bf4b-2fd41fc03d5d"), _(n, "data-name", "Layer 1"), _(n, "xmlns", "http://www.w3.org/2000/svg"), _(n, "viewBox", "0 0 150 150"), wr(r, "width", /*isMobile*/
|
|
4291
4291
|
e[3] ? (
|
|
4292
4292
|
/*mediaQuery*/
|
|
4293
4293
|
e[4].matches ? "50px" : "24px"
|
|
4294
|
-
) : "20px"),
|
|
4294
|
+
) : "20px"), _(t, "class", "PlayerAccountMenuItemBox " + /*isMobile*/
|
|
4295
4295
|
(e[3] ? "PlayerAccountMenuItemBoxMobile" : "") + " " + /*mediaQuery*/
|
|
4296
4296
|
(e[4].matches && /*isMobile*/
|
|
4297
|
-
e[3] ? "PlayerAccountMenuItemBoxTablet" : "")
|
|
4297
|
+
e[3] ? "PlayerAccountMenuItemBoxTablet" : ""));
|
|
4298
4298
|
},
|
|
4299
|
-
m(p,
|
|
4300
|
-
ae(p, t,
|
|
4299
|
+
m(p, y) {
|
|
4300
|
+
ae(p, t, y), S(t, r), S(r, n), S(n, i), S(i, o), S(o, s), S(n, a), S(n, h), S(t, u), c && c.m(t, null), l || (f = Lt(
|
|
4301
4301
|
t,
|
|
4302
4302
|
"click",
|
|
4303
4303
|
/*click_handler*/
|
|
4304
4304
|
e[12]
|
|
4305
4305
|
), l = !0);
|
|
4306
4306
|
},
|
|
4307
|
-
p(p,
|
|
4307
|
+
p(p, y) {
|
|
4308
4308
|
/*isMobile*/
|
|
4309
|
-
p[3] || c.p(p,
|
|
4309
|
+
p[3] || c.p(p, y);
|
|
4310
4310
|
},
|
|
4311
4311
|
d(p) {
|
|
4312
4312
|
p && q(t), c && c.d(), l = !1, f();
|
|
@@ -4320,7 +4320,7 @@ function qi(e) {
|
|
|
4320
4320
|
), n;
|
|
4321
4321
|
return {
|
|
4322
4322
|
c() {
|
|
4323
|
-
t = L("span"), n = ve(r),
|
|
4323
|
+
t = L("span"), n = ve(r), _(t, "class", "PlayerLogoutText");
|
|
4324
4324
|
},
|
|
4325
4325
|
m(i, o) {
|
|
4326
4326
|
ae(i, t, o), S(t, n);
|
|
@@ -4346,7 +4346,7 @@ function Ji(e) {
|
|
|
4346
4346
|
let n = r(e), i = n(e);
|
|
4347
4347
|
return {
|
|
4348
4348
|
c() {
|
|
4349
|
-
t = L("div"), i.c()
|
|
4349
|
+
t = L("div"), i.c();
|
|
4350
4350
|
},
|
|
4351
4351
|
m(o, s) {
|
|
4352
4352
|
ae(o, t, s), i.m(t, null), e[14](t);
|
|
@@ -4364,7 +4364,7 @@ function Ji(e) {
|
|
|
4364
4364
|
function Yi(e, t, r) {
|
|
4365
4365
|
let n;
|
|
4366
4366
|
_r(e, Vi, (b) => r(2, n = b));
|
|
4367
|
-
let { endpoint: i = "" } = t, { session: o = "" } = t, { buttonlocation: s = "" } = t, { lang: a = "" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: l = "" } = t, f = "", c = !1, p,
|
|
4367
|
+
let { endpoint: i = "" } = t, { session: o = "" } = t, { buttonlocation: s = "" } = t, { lang: a = "" } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: l = "" } = t, f = "", c = !1, p, y = window.navigator.userAgent, v = Xi(y) !== "PC";
|
|
4368
4368
|
const B = window.matchMedia("(min-width: 768px)"), $ = () => {
|
|
4369
4369
|
fetch(l).then((A) => A.json()).then((A) => {
|
|
4370
4370
|
Object.keys(A).forEach((U) => {
|
|
@@ -4525,7 +4525,7 @@ export {
|
|
|
4525
4525
|
w as n,
|
|
4526
4526
|
no as o,
|
|
4527
4527
|
Br as p,
|
|
4528
|
-
|
|
4528
|
+
_ as q,
|
|
4529
4529
|
S as r,
|
|
4530
4530
|
Ot as s,
|
|
4531
4531
|
ve as t,
|