@everymatrix/player-profile-info 1.49.2 → 1.50.1
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.
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var yo = Object.defineProperty, bo = Object.defineProperties;
|
|
2
|
+
var vo = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var zi = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var Qr = (e, t, r) => t in e ?
|
|
4
|
+
var go = Object.prototype.hasOwnProperty, Eo = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Qr = (e, t, r) => t in e ? yo(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qi = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
go.call(t, r) && Qr(e, r, t[r]);
|
|
8
8
|
if (zi)
|
|
9
9
|
for (var r of zi(t))
|
|
10
|
-
|
|
10
|
+
Eo.call(t, r) && Qr(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
}, Vi = (e, t) =>
|
|
12
|
+
}, Vi = (e, t) => bo(e, vo(t));
|
|
13
13
|
var ue = (e, t, r) => Qr(e, typeof t != "symbol" ? t + "" : t, r);
|
|
14
14
|
var pr = (e, t, r) => new Promise((i, n) => {
|
|
15
15
|
var o = (c) => {
|
|
@@ -44,7 +44,7 @@ function wr(e) {
|
|
|
44
44
|
function Mn(e, t) {
|
|
45
45
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function _o(e) {
|
|
48
48
|
return Object.keys(e).length === 0;
|
|
49
49
|
}
|
|
50
50
|
function Dn(e, ...t) {
|
|
@@ -56,20 +56,20 @@ function Dn(e, ...t) {
|
|
|
56
56
|
const r = e.subscribe(...t);
|
|
57
57
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function Po(e, t, r) {
|
|
60
60
|
e.$$.on_destroy.push(Dn(t, r));
|
|
61
61
|
}
|
|
62
62
|
function l(e, t) {
|
|
63
63
|
e.appendChild(t);
|
|
64
64
|
}
|
|
65
|
-
function
|
|
66
|
-
const i =
|
|
65
|
+
function So(e, t, r) {
|
|
66
|
+
const i = wo(e);
|
|
67
67
|
if (!i.getElementById(t)) {
|
|
68
68
|
const n = m("style");
|
|
69
|
-
n.id = t, n.textContent = r,
|
|
69
|
+
n.id = t, n.textContent = r, xo(i, n);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function wo(e) {
|
|
73
73
|
if (!e) return document;
|
|
74
74
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
75
75
|
return t && /** @type {ShadowRoot} */
|
|
@@ -78,7 +78,7 @@ function xo(e) {
|
|
|
78
78
|
t
|
|
79
79
|
) : e.ownerDocument;
|
|
80
80
|
}
|
|
81
|
-
function
|
|
81
|
+
function xo(e, t) {
|
|
82
82
|
return l(
|
|
83
83
|
/** @type {Document} */
|
|
84
84
|
e.head || e,
|
|
@@ -116,7 +116,7 @@ function F(e, t, r, i) {
|
|
|
116
116
|
function f(e, t, r) {
|
|
117
117
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
118
118
|
}
|
|
119
|
-
function
|
|
119
|
+
function Co(e) {
|
|
120
120
|
return Array.from(e.childNodes);
|
|
121
121
|
}
|
|
122
122
|
function T(e, t) {
|
|
@@ -136,11 +136,11 @@ function Wi(e, t, r) {
|
|
|
136
136
|
}
|
|
137
137
|
(!r || t !== void 0) && (e.selectedIndex = -1);
|
|
138
138
|
}
|
|
139
|
-
function
|
|
139
|
+
function Ao(e) {
|
|
140
140
|
const t = e.querySelector(":checked");
|
|
141
141
|
return t && t.__value;
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function Bo(e) {
|
|
144
144
|
const t = {};
|
|
145
145
|
return e.childNodes.forEach(
|
|
146
146
|
/** @param {Element} node */
|
|
@@ -155,10 +155,10 @@ function Nt(e) {
|
|
|
155
155
|
}
|
|
156
156
|
const ct = [], Kr = [];
|
|
157
157
|
let ft = [];
|
|
158
|
-
const Xi = [],
|
|
158
|
+
const Xi = [], Io = /* @__PURE__ */ Promise.resolve();
|
|
159
159
|
let ei = !1;
|
|
160
|
-
function
|
|
161
|
-
ei || (ei = !0,
|
|
160
|
+
function To() {
|
|
161
|
+
ei || (ei = !0, Io.then(we));
|
|
162
162
|
}
|
|
163
163
|
function Er(e) {
|
|
164
164
|
ft.push(e);
|
|
@@ -173,7 +173,7 @@ function we() {
|
|
|
173
173
|
try {
|
|
174
174
|
for (; lt < ct.length; ) {
|
|
175
175
|
const t = ct[lt];
|
|
176
|
-
lt++, Nt(t),
|
|
176
|
+
lt++, Nt(t), No(t.$$);
|
|
177
177
|
}
|
|
178
178
|
} catch (t) {
|
|
179
179
|
throw ct.length = 0, lt = 0, t;
|
|
@@ -189,39 +189,39 @@ function we() {
|
|
|
189
189
|
Xi.pop()();
|
|
190
190
|
ei = !1, Vr.clear(), Nt(e);
|
|
191
191
|
}
|
|
192
|
-
function
|
|
192
|
+
function No(e) {
|
|
193
193
|
if (e.fragment !== null) {
|
|
194
194
|
e.update(), je(e.before_update);
|
|
195
195
|
const t = e.dirty;
|
|
196
196
|
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Er);
|
|
197
197
|
}
|
|
198
198
|
}
|
|
199
|
-
function
|
|
199
|
+
function Ho(e) {
|
|
200
200
|
const t = [], r = [];
|
|
201
201
|
ft.forEach((i) => e.indexOf(i) === -1 ? t.push(i) : r.push(i)), r.forEach((i) => i()), ft = t;
|
|
202
202
|
}
|
|
203
|
-
const
|
|
204
|
-
function
|
|
205
|
-
e && e.i && (
|
|
203
|
+
const Mo = /* @__PURE__ */ new Set();
|
|
204
|
+
function Do(e, t) {
|
|
205
|
+
e && e.i && (Mo.delete(e), e.i(t));
|
|
206
206
|
}
|
|
207
207
|
function _r(e) {
|
|
208
208
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function Oo(e, t, r) {
|
|
211
211
|
const { fragment: i, after_update: n } = e.$$;
|
|
212
212
|
i && i.m(t, r), Er(() => {
|
|
213
213
|
const o = e.$$.on_mount.map(Hn).filter(wr);
|
|
214
214
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : je(o), e.$$.on_mount = [];
|
|
215
215
|
}), n.forEach(Er);
|
|
216
216
|
}
|
|
217
|
-
function
|
|
217
|
+
function ko(e, t) {
|
|
218
218
|
const r = e.$$;
|
|
219
|
-
r.fragment !== null && (
|
|
219
|
+
r.fragment !== null && (Ho(r.after_update), je(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
220
220
|
}
|
|
221
|
-
function
|
|
222
|
-
e.$$.dirty[0] === -1 && (ct.push(e),
|
|
221
|
+
function Lo(e, t) {
|
|
222
|
+
e.$$.dirty[0] === -1 && (ct.push(e), To(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
223
223
|
}
|
|
224
|
-
function
|
|
224
|
+
function Fo(e, t, r, i, n, o, a = null, s = [-1]) {
|
|
225
225
|
const c = di;
|
|
226
226
|
Nt(e);
|
|
227
227
|
const u = e.$$ = {
|
|
@@ -249,14 +249,14 @@ function Ro(e, t, r, i, n, o, a = null, s = [-1]) {
|
|
|
249
249
|
let h = !1;
|
|
250
250
|
if (u.ctx = r ? r(e, t.props || {}, (d, p, ..._) => {
|
|
251
251
|
const S = _.length ? _[0] : p;
|
|
252
|
-
return u.ctx && n(u.ctx[d], u.ctx[d] = S) && (!u.skip_bound && u.bound[d] && u.bound[d](S), h &&
|
|
252
|
+
return u.ctx && n(u.ctx[d], u.ctx[d] = S) && (!u.skip_bound && u.bound[d] && u.bound[d](S), h && Lo(e, d)), p;
|
|
253
253
|
}) : [], u.update(), h = !0, je(u.before_update), u.fragment = i ? i(u.ctx) : !1, t.target) {
|
|
254
254
|
if (t.hydrate) {
|
|
255
|
-
const d =
|
|
255
|
+
const d = Co(t.target);
|
|
256
256
|
u.fragment && u.fragment.l(d), d.forEach(O);
|
|
257
257
|
} else
|
|
258
258
|
u.fragment && u.fragment.c();
|
|
259
|
-
t.intro &&
|
|
259
|
+
t.intro && Do(e.$$.fragment), Oo(e, t.target, t.anchor), we();
|
|
260
260
|
}
|
|
261
261
|
Nt(c);
|
|
262
262
|
}
|
|
@@ -322,7 +322,7 @@ typeof HTMLElement == "function" && (Ln = class extends HTMLElement {
|
|
|
322
322
|
};
|
|
323
323
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
324
324
|
return;
|
|
325
|
-
const r = {}, i =
|
|
325
|
+
const r = {}, i = Bo(this);
|
|
326
326
|
for (const o of this.$$s)
|
|
327
327
|
o in i && (r[o] = [t(o)]);
|
|
328
328
|
for (const o of this.attributes) {
|
|
@@ -411,7 +411,7 @@ function yr(e, t, r, i) {
|
|
|
411
411
|
return t;
|
|
412
412
|
}
|
|
413
413
|
}
|
|
414
|
-
function
|
|
414
|
+
function Ro(e, t, r, i, n, o) {
|
|
415
415
|
let a = class extends Ln {
|
|
416
416
|
constructor() {
|
|
417
417
|
super(e, r, n), this.$$p_d = t;
|
|
@@ -442,7 +442,7 @@ function Uo(e, t, r, i, n, o) {
|
|
|
442
442
|
}), e.element = /** @type {any} */
|
|
443
443
|
a, a;
|
|
444
444
|
}
|
|
445
|
-
class
|
|
445
|
+
class Uo {
|
|
446
446
|
constructor() {
|
|
447
447
|
/**
|
|
448
448
|
* ### PRIVATE API
|
|
@@ -463,7 +463,7 @@ class jo {
|
|
|
463
463
|
}
|
|
464
464
|
/** @returns {void} */
|
|
465
465
|
$destroy() {
|
|
466
|
-
|
|
466
|
+
ko(this, 1), this.$destroy = ce;
|
|
467
467
|
}
|
|
468
468
|
/**
|
|
469
469
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -485,11 +485,11 @@ class jo {
|
|
|
485
485
|
* @returns {void}
|
|
486
486
|
*/
|
|
487
487
|
$set(t) {
|
|
488
|
-
this.$$set && !
|
|
488
|
+
this.$$set && !_o(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
489
489
|
}
|
|
490
490
|
}
|
|
491
|
-
const
|
|
492
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
491
|
+
const jo = "4";
|
|
492
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(jo);
|
|
493
493
|
var ti = function(e, t) {
|
|
494
494
|
return ti = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, i) {
|
|
495
495
|
r.__proto__ = i;
|
|
@@ -515,7 +515,7 @@ var I = function() {
|
|
|
515
515
|
return t;
|
|
516
516
|
}, I.apply(this, arguments);
|
|
517
517
|
};
|
|
518
|
-
function
|
|
518
|
+
function Go(e, t) {
|
|
519
519
|
var r = {};
|
|
520
520
|
for (var i in e) Object.prototype.hasOwnProperty.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
|
|
521
521
|
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
@@ -680,20 +680,19 @@ var jn = {
|
|
|
680
680
|
Promise: void 0,
|
|
681
681
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
682
682
|
useDeprecatedNextContext: !1
|
|
683
|
-
},
|
|
683
|
+
}, zo = {
|
|
684
684
|
setTimeout: function(e, t) {
|
|
685
685
|
for (var r = [], i = 2; i < arguments.length; i++)
|
|
686
686
|
r[i - 2] = arguments[i];
|
|
687
687
|
return setTimeout.apply(void 0, ht([e, t], ii(r)));
|
|
688
688
|
},
|
|
689
689
|
clearTimeout: function(e) {
|
|
690
|
-
|
|
691
|
-
return ((t == null ? void 0 : t.clearTimeout) || clearTimeout)(e);
|
|
690
|
+
return clearTimeout(e);
|
|
692
691
|
},
|
|
693
692
|
delegate: void 0
|
|
694
693
|
};
|
|
695
694
|
function Qo(e) {
|
|
696
|
-
|
|
695
|
+
zo.setTimeout(function() {
|
|
697
696
|
throw e;
|
|
698
697
|
});
|
|
699
698
|
}
|
|
@@ -702,7 +701,7 @@ function Ji() {
|
|
|
702
701
|
function br(e) {
|
|
703
702
|
e();
|
|
704
703
|
}
|
|
705
|
-
var
|
|
704
|
+
var Gn = function(e) {
|
|
706
705
|
Me(t, e);
|
|
707
706
|
function t(r) {
|
|
708
707
|
var i = e.call(this) || this;
|
|
@@ -791,7 +790,7 @@ var $o = function() {
|
|
|
791
790
|
return o.destination = new $o(a), o;
|
|
792
791
|
}
|
|
793
792
|
return t;
|
|
794
|
-
}(
|
|
793
|
+
}(Gn);
|
|
795
794
|
function dr(e) {
|
|
796
795
|
Qo(e);
|
|
797
796
|
}
|
|
@@ -884,13 +883,13 @@ function Yo(e) {
|
|
|
884
883
|
return e && He(e.next) && He(e.error) && He(e.complete);
|
|
885
884
|
}
|
|
886
885
|
function Ko(e) {
|
|
887
|
-
return e && e instanceof
|
|
886
|
+
return e && e instanceof Gn || Yo(e) && Un(e);
|
|
888
887
|
}
|
|
889
888
|
var ea = Fn(function(e) {
|
|
890
889
|
return function() {
|
|
891
890
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
892
891
|
};
|
|
893
|
-
}),
|
|
892
|
+
}), zn = function(e) {
|
|
894
893
|
Me(t, e);
|
|
895
894
|
function t() {
|
|
896
895
|
var r = e.call(this) || this;
|
|
@@ -988,15 +987,15 @@ var ea = Fn(function(e) {
|
|
|
988
987
|
var i, n;
|
|
989
988
|
return (n = (i = this.source) === null || i === void 0 ? void 0 : i.subscribe(r)) !== null && n !== void 0 ? n : Rn;
|
|
990
989
|
}, t;
|
|
991
|
-
}(
|
|
990
|
+
}(zn), Qn = {
|
|
992
991
|
now: function() {
|
|
993
|
-
return (
|
|
992
|
+
return (Qn.delegate || Date).now();
|
|
994
993
|
},
|
|
995
994
|
delegate: void 0
|
|
996
995
|
}, ta = function(e) {
|
|
997
996
|
Me(t, e);
|
|
998
997
|
function t(r, i, n) {
|
|
999
|
-
r === void 0 && (r = 1 / 0), i === void 0 && (i = 1 / 0), n === void 0 && (n =
|
|
998
|
+
r === void 0 && (r = 1 / 0), i === void 0 && (i = 1 / 0), n === void 0 && (n = Qn);
|
|
1000
999
|
var o = e.call(this) || this;
|
|
1001
1000
|
return o._bufferSize = r, o._windowTime = i, o._timestampProvider = n, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = i === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, i), o;
|
|
1002
1001
|
}
|
|
@@ -1016,7 +1015,7 @@ var ea = Fn(function(e) {
|
|
|
1016
1015
|
u && o.splice(0, u + 1);
|
|
1017
1016
|
}
|
|
1018
1017
|
}, t;
|
|
1019
|
-
}(
|
|
1018
|
+
}(zn);
|
|
1020
1019
|
const en = [], tn = {}, ra = (e, t = 0) => {
|
|
1021
1020
|
if (en.indexOf(e) == -1) {
|
|
1022
1021
|
const r = new ta(t);
|
|
@@ -1128,7 +1127,7 @@ function da(e) {
|
|
|
1128
1127
|
function rn(e) {
|
|
1129
1128
|
return Object.keys(e).concat(da(e));
|
|
1130
1129
|
}
|
|
1131
|
-
function
|
|
1130
|
+
function Vn(e, t) {
|
|
1132
1131
|
try {
|
|
1133
1132
|
return t in e;
|
|
1134
1133
|
} catch (r) {
|
|
@@ -1136,14 +1135,14 @@ function $n(e, t) {
|
|
|
1136
1135
|
}
|
|
1137
1136
|
}
|
|
1138
1137
|
function ma(e, t) {
|
|
1139
|
-
return
|
|
1138
|
+
return Vn(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1140
1139
|
}
|
|
1141
1140
|
function ya(e, t, r) {
|
|
1142
1141
|
var i = {};
|
|
1143
1142
|
return r.isMergeableObject(e) && rn(e).forEach(function(n) {
|
|
1144
1143
|
i[n] = Ht(e[n], r);
|
|
1145
1144
|
}), rn(t).forEach(function(n) {
|
|
1146
|
-
ma(e, n) || (
|
|
1145
|
+
ma(e, n) || (Vn(e, n) && r.isMergeableObject(t[n]) ? i[n] = pa(n, r)(e[n], t[n], r) : i[n] = Ht(t[n], r));
|
|
1147
1146
|
}), i;
|
|
1148
1147
|
}
|
|
1149
1148
|
function pt(e, t, r) {
|
|
@@ -1160,7 +1159,57 @@ pt.all = function(t, r) {
|
|
|
1160
1159
|
};
|
|
1161
1160
|
var ba = pt, va = ba;
|
|
1162
1161
|
const ga = /* @__PURE__ */ na(va);
|
|
1163
|
-
|
|
1162
|
+
function Xr(e, t) {
|
|
1163
|
+
var r = t && t.cache ? t.cache : xa, i = t && t.serializer ? t.serializer : wa, n = t && t.strategy ? t.strategy : _a;
|
|
1164
|
+
return n(e, {
|
|
1165
|
+
cache: r,
|
|
1166
|
+
serializer: i
|
|
1167
|
+
});
|
|
1168
|
+
}
|
|
1169
|
+
function Ea(e) {
|
|
1170
|
+
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1171
|
+
}
|
|
1172
|
+
function $n(e, t, r, i) {
|
|
1173
|
+
var n = Ea(i) ? i : r(i), o = t.get(n);
|
|
1174
|
+
return typeof o == "undefined" && (o = e.call(this, i), t.set(n, o)), o;
|
|
1175
|
+
}
|
|
1176
|
+
function Wn(e, t, r) {
|
|
1177
|
+
var i = Array.prototype.slice.call(arguments, 3), n = r(i), o = t.get(n);
|
|
1178
|
+
return typeof o == "undefined" && (o = e.apply(this, i), t.set(n, o)), o;
|
|
1179
|
+
}
|
|
1180
|
+
function mi(e, t, r, i, n) {
|
|
1181
|
+
return r.bind(t, e, i, n);
|
|
1182
|
+
}
|
|
1183
|
+
function _a(e, t) {
|
|
1184
|
+
var r = e.length === 1 ? $n : Wn;
|
|
1185
|
+
return mi(e, this, r, t.cache.create(), t.serializer);
|
|
1186
|
+
}
|
|
1187
|
+
function Pa(e, t) {
|
|
1188
|
+
return mi(e, this, Wn, t.cache.create(), t.serializer);
|
|
1189
|
+
}
|
|
1190
|
+
function Sa(e, t) {
|
|
1191
|
+
return mi(e, this, $n, t.cache.create(), t.serializer);
|
|
1192
|
+
}
|
|
1193
|
+
var wa = function() {
|
|
1194
|
+
return JSON.stringify(arguments);
|
|
1195
|
+
};
|
|
1196
|
+
function yi() {
|
|
1197
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1198
|
+
}
|
|
1199
|
+
yi.prototype.get = function(e) {
|
|
1200
|
+
return this.cache[e];
|
|
1201
|
+
};
|
|
1202
|
+
yi.prototype.set = function(e, t) {
|
|
1203
|
+
this.cache[e] = t;
|
|
1204
|
+
};
|
|
1205
|
+
var xa = {
|
|
1206
|
+
create: function() {
|
|
1207
|
+
return new yi();
|
|
1208
|
+
}
|
|
1209
|
+
}, Zr = {
|
|
1210
|
+
variadic: Pa,
|
|
1211
|
+
monadic: Sa
|
|
1212
|
+
}, x;
|
|
1164
1213
|
(function(e) {
|
|
1165
1214
|
e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
|
|
1166
1215
|
})(x || (x = {}));
|
|
@@ -1175,40 +1224,40 @@ var dt;
|
|
|
1175
1224
|
function nn(e) {
|
|
1176
1225
|
return e.type === M.literal;
|
|
1177
1226
|
}
|
|
1178
|
-
function
|
|
1227
|
+
function Ca(e) {
|
|
1179
1228
|
return e.type === M.argument;
|
|
1180
1229
|
}
|
|
1181
|
-
function
|
|
1230
|
+
function Xn(e) {
|
|
1182
1231
|
return e.type === M.number;
|
|
1183
1232
|
}
|
|
1184
|
-
function
|
|
1233
|
+
function Zn(e) {
|
|
1185
1234
|
return e.type === M.date;
|
|
1186
1235
|
}
|
|
1187
|
-
function
|
|
1236
|
+
function Jn(e) {
|
|
1188
1237
|
return e.type === M.time;
|
|
1189
1238
|
}
|
|
1190
|
-
function
|
|
1239
|
+
function qn(e) {
|
|
1191
1240
|
return e.type === M.select;
|
|
1192
1241
|
}
|
|
1193
|
-
function
|
|
1242
|
+
function Yn(e) {
|
|
1194
1243
|
return e.type === M.plural;
|
|
1195
1244
|
}
|
|
1196
|
-
function
|
|
1245
|
+
function Aa(e) {
|
|
1197
1246
|
return e.type === M.pound;
|
|
1198
1247
|
}
|
|
1199
|
-
function
|
|
1248
|
+
function Kn(e) {
|
|
1200
1249
|
return e.type === M.tag;
|
|
1201
1250
|
}
|
|
1202
|
-
function
|
|
1251
|
+
function eo(e) {
|
|
1203
1252
|
return !!(e && typeof e == "object" && e.type === dt.number);
|
|
1204
1253
|
}
|
|
1205
1254
|
function ai(e) {
|
|
1206
1255
|
return !!(e && typeof e == "object" && e.type === dt.dateTime);
|
|
1207
1256
|
}
|
|
1208
|
-
var
|
|
1209
|
-
function
|
|
1257
|
+
var to = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Ba = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
1258
|
+
function Ia(e) {
|
|
1210
1259
|
var t = {};
|
|
1211
|
-
return e.replace(
|
|
1260
|
+
return e.replace(Ba, function(r) {
|
|
1212
1261
|
var i = r.length;
|
|
1213
1262
|
switch (r[0]) {
|
|
1214
1263
|
case "G":
|
|
@@ -1297,11 +1346,11 @@ function Sa(e) {
|
|
|
1297
1346
|
return "";
|
|
1298
1347
|
}), t;
|
|
1299
1348
|
}
|
|
1300
|
-
var
|
|
1301
|
-
function
|
|
1349
|
+
var Ta = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1350
|
+
function Na(e) {
|
|
1302
1351
|
if (e.length === 0)
|
|
1303
1352
|
throw new Error("Number skeleton cannot be empty");
|
|
1304
|
-
for (var t = e.split(
|
|
1353
|
+
for (var t = e.split(Ta).filter(function(p) {
|
|
1305
1354
|
return p.length > 0;
|
|
1306
1355
|
}), r = [], i = 0, n = t; i < n.length; i++) {
|
|
1307
1356
|
var o = n[i], a = o.split("/");
|
|
@@ -1316,17 +1365,17 @@ function xa(e) {
|
|
|
1316
1365
|
}
|
|
1317
1366
|
return r;
|
|
1318
1367
|
}
|
|
1319
|
-
function
|
|
1368
|
+
function Ha(e) {
|
|
1320
1369
|
return e.replace(/^(.*?)-/, "");
|
|
1321
1370
|
}
|
|
1322
|
-
var on = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,
|
|
1371
|
+
var on = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, ro = /^(@+)?(\+|#+)?[rs]?$/g, Ma = /(\*)(0+)|(#+)(0+)|(0+)/g, io = /^(0+)$/;
|
|
1323
1372
|
function an(e) {
|
|
1324
1373
|
var t = {};
|
|
1325
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1374
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(ro, function(r, i, n) {
|
|
1326
1375
|
return typeof n != "string" ? (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length) : n === "+" ? t.minimumSignificantDigits = i.length : i[0] === "#" ? t.maximumSignificantDigits = i.length : (t.minimumSignificantDigits = i.length, t.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
|
|
1327
1376
|
}), t;
|
|
1328
1377
|
}
|
|
1329
|
-
function
|
|
1378
|
+
function no(e) {
|
|
1330
1379
|
switch (e) {
|
|
1331
1380
|
case "sign-auto":
|
|
1332
1381
|
return {
|
|
@@ -1366,7 +1415,7 @@ function io(e) {
|
|
|
1366
1415
|
};
|
|
1367
1416
|
}
|
|
1368
1417
|
}
|
|
1369
|
-
function
|
|
1418
|
+
function Da(e) {
|
|
1370
1419
|
var t;
|
|
1371
1420
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1372
1421
|
notation: "engineering"
|
|
@@ -1374,17 +1423,17 @@ function Ba(e) {
|
|
|
1374
1423
|
notation: "scientific"
|
|
1375
1424
|
}, e = e.slice(1)), t) {
|
|
1376
1425
|
var r = e.slice(0, 2);
|
|
1377
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1426
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !io.test(e))
|
|
1378
1427
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1379
1428
|
t.minimumIntegerDigits = e.length;
|
|
1380
1429
|
}
|
|
1381
1430
|
return t;
|
|
1382
1431
|
}
|
|
1383
1432
|
function sn(e) {
|
|
1384
|
-
var t = {}, r =
|
|
1433
|
+
var t = {}, r = no(e);
|
|
1385
1434
|
return r || t;
|
|
1386
1435
|
}
|
|
1387
|
-
function
|
|
1436
|
+
function Oa(e) {
|
|
1388
1437
|
for (var t = {}, r = 0, i = e; r < i.length; r++) {
|
|
1389
1438
|
var n = i[r];
|
|
1390
1439
|
switch (n.stem) {
|
|
@@ -1408,7 +1457,7 @@ function Ia(e) {
|
|
|
1408
1457
|
continue;
|
|
1409
1458
|
case "measure-unit":
|
|
1410
1459
|
case "unit":
|
|
1411
|
-
t.style = "unit", t.unit =
|
|
1460
|
+
t.style = "unit", t.unit = Ha(n.options[0]);
|
|
1412
1461
|
continue;
|
|
1413
1462
|
case "compact-short":
|
|
1414
1463
|
case "K":
|
|
@@ -1470,7 +1519,7 @@ function Ia(e) {
|
|
|
1470
1519
|
case "integer-width":
|
|
1471
1520
|
if (n.options.length > 1)
|
|
1472
1521
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1473
|
-
n.options[0].replace(
|
|
1522
|
+
n.options[0].replace(Ma, function(c, u, h, d, p, _) {
|
|
1474
1523
|
if (u)
|
|
1475
1524
|
t.minimumIntegerDigits = h.length;
|
|
1476
1525
|
else {
|
|
@@ -1483,7 +1532,7 @@ function Ia(e) {
|
|
|
1483
1532
|
});
|
|
1484
1533
|
continue;
|
|
1485
1534
|
}
|
|
1486
|
-
if (
|
|
1535
|
+
if (io.test(n.stem)) {
|
|
1487
1536
|
t.minimumIntegerDigits = n.stem.length;
|
|
1488
1537
|
continue;
|
|
1489
1538
|
}
|
|
@@ -1497,13 +1546,13 @@ function Ia(e) {
|
|
|
1497
1546
|
o === "w" ? t = I(I({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = I(I({}, t), an(o)));
|
|
1498
1547
|
continue;
|
|
1499
1548
|
}
|
|
1500
|
-
if (
|
|
1549
|
+
if (ro.test(n.stem)) {
|
|
1501
1550
|
t = I(I({}, t), an(n.stem));
|
|
1502
1551
|
continue;
|
|
1503
1552
|
}
|
|
1504
|
-
var a =
|
|
1553
|
+
var a = no(n.stem);
|
|
1505
1554
|
a && (t = I(I({}, t), a));
|
|
1506
|
-
var s =
|
|
1555
|
+
var s = Da(n.stem);
|
|
1507
1556
|
s && (t = I(I({}, t), s));
|
|
1508
1557
|
}
|
|
1509
1558
|
return t;
|
|
@@ -1513,6 +1562,12 @@ var mr = {
|
|
|
1513
1562
|
"H",
|
|
1514
1563
|
"h"
|
|
1515
1564
|
],
|
|
1565
|
+
419: [
|
|
1566
|
+
"h",
|
|
1567
|
+
"H",
|
|
1568
|
+
"hB",
|
|
1569
|
+
"hb"
|
|
1570
|
+
],
|
|
1516
1571
|
AC: [
|
|
1517
1572
|
"H",
|
|
1518
1573
|
"h",
|
|
@@ -1561,8 +1616,8 @@ var mr = {
|
|
|
1561
1616
|
"hB"
|
|
1562
1617
|
],
|
|
1563
1618
|
AR: [
|
|
1564
|
-
"H",
|
|
1565
1619
|
"h",
|
|
1620
|
+
"H",
|
|
1566
1621
|
"hB",
|
|
1567
1622
|
"hb"
|
|
1568
1623
|
],
|
|
@@ -1652,9 +1707,9 @@ var mr = {
|
|
|
1652
1707
|
"H"
|
|
1653
1708
|
],
|
|
1654
1709
|
BO: [
|
|
1710
|
+
"h",
|
|
1655
1711
|
"H",
|
|
1656
1712
|
"hB",
|
|
1657
|
-
"h",
|
|
1658
1713
|
"hb"
|
|
1659
1714
|
],
|
|
1660
1715
|
BQ: [
|
|
@@ -1731,8 +1786,8 @@ var mr = {
|
|
|
1731
1786
|
"hB"
|
|
1732
1787
|
],
|
|
1733
1788
|
CL: [
|
|
1734
|
-
"H",
|
|
1735
1789
|
"h",
|
|
1790
|
+
"H",
|
|
1736
1791
|
"hB",
|
|
1737
1792
|
"hb"
|
|
1738
1793
|
],
|
|
@@ -1757,14 +1812,14 @@ var mr = {
|
|
|
1757
1812
|
"H"
|
|
1758
1813
|
],
|
|
1759
1814
|
CR: [
|
|
1760
|
-
"H",
|
|
1761
1815
|
"h",
|
|
1816
|
+
"H",
|
|
1762
1817
|
"hB",
|
|
1763
1818
|
"hb"
|
|
1764
1819
|
],
|
|
1765
1820
|
CU: [
|
|
1766
|
-
"H",
|
|
1767
1821
|
"h",
|
|
1822
|
+
"H",
|
|
1768
1823
|
"hB",
|
|
1769
1824
|
"hb"
|
|
1770
1825
|
],
|
|
@@ -1833,9 +1888,9 @@ var mr = {
|
|
|
1833
1888
|
"hb"
|
|
1834
1889
|
],
|
|
1835
1890
|
EC: [
|
|
1891
|
+
"h",
|
|
1836
1892
|
"H",
|
|
1837
1893
|
"hB",
|
|
1838
|
-
"h",
|
|
1839
1894
|
"hb"
|
|
1840
1895
|
],
|
|
1841
1896
|
EE: [
|
|
@@ -1971,8 +2026,8 @@ var mr = {
|
|
|
1971
2026
|
"hB"
|
|
1972
2027
|
],
|
|
1973
2028
|
GT: [
|
|
1974
|
-
"H",
|
|
1975
2029
|
"h",
|
|
2030
|
+
"H",
|
|
1976
2031
|
"hB",
|
|
1977
2032
|
"hb"
|
|
1978
2033
|
],
|
|
@@ -1999,8 +2054,8 @@ var mr = {
|
|
|
1999
2054
|
"H"
|
|
2000
2055
|
],
|
|
2001
2056
|
HN: [
|
|
2002
|
-
"H",
|
|
2003
2057
|
"h",
|
|
2058
|
+
"H",
|
|
2004
2059
|
"hB",
|
|
2005
2060
|
"hb"
|
|
2006
2061
|
],
|
|
@@ -2314,8 +2369,8 @@ var mr = {
|
|
|
2314
2369
|
"hB"
|
|
2315
2370
|
],
|
|
2316
2371
|
MX: [
|
|
2317
|
-
"H",
|
|
2318
2372
|
"h",
|
|
2373
|
+
"H",
|
|
2319
2374
|
"hB",
|
|
2320
2375
|
"hb"
|
|
2321
2376
|
],
|
|
@@ -2355,8 +2410,8 @@ var mr = {
|
|
|
2355
2410
|
"hB"
|
|
2356
2411
|
],
|
|
2357
2412
|
NI: [
|
|
2358
|
-
"H",
|
|
2359
2413
|
"h",
|
|
2414
|
+
"H",
|
|
2360
2415
|
"hB",
|
|
2361
2416
|
"hb"
|
|
2362
2417
|
],
|
|
@@ -2404,9 +2459,9 @@ var mr = {
|
|
|
2404
2459
|
"hb"
|
|
2405
2460
|
],
|
|
2406
2461
|
PE: [
|
|
2462
|
+
"h",
|
|
2407
2463
|
"H",
|
|
2408
2464
|
"hB",
|
|
2409
|
-
"h",
|
|
2410
2465
|
"hb"
|
|
2411
2466
|
],
|
|
2412
2467
|
PF: [
|
|
@@ -2464,8 +2519,8 @@ var mr = {
|
|
|
2464
2519
|
"H"
|
|
2465
2520
|
],
|
|
2466
2521
|
PY: [
|
|
2467
|
-
"H",
|
|
2468
2522
|
"h",
|
|
2523
|
+
"H",
|
|
2469
2524
|
"hB",
|
|
2470
2525
|
"hb"
|
|
2471
2526
|
],
|
|
@@ -2578,8 +2633,8 @@ var mr = {
|
|
|
2578
2633
|
"hB"
|
|
2579
2634
|
],
|
|
2580
2635
|
SV: [
|
|
2581
|
-
"H",
|
|
2582
2636
|
"h",
|
|
2637
|
+
"H",
|
|
2583
2638
|
"hB",
|
|
2584
2639
|
"hb"
|
|
2585
2640
|
],
|
|
@@ -2701,8 +2756,8 @@ var mr = {
|
|
|
2701
2756
|
"hB"
|
|
2702
2757
|
],
|
|
2703
2758
|
UY: [
|
|
2704
|
-
"H",
|
|
2705
2759
|
"h",
|
|
2760
|
+
"H",
|
|
2706
2761
|
"hB",
|
|
2707
2762
|
"hb"
|
|
2708
2763
|
],
|
|
@@ -2810,37 +2865,37 @@ var mr = {
|
|
|
2810
2865
|
"H",
|
|
2811
2866
|
"hB"
|
|
2812
2867
|
],
|
|
2813
|
-
"
|
|
2814
|
-
"H",
|
|
2868
|
+
"en-HK": [
|
|
2815
2869
|
"h",
|
|
2816
|
-
"
|
|
2817
|
-
"
|
|
2870
|
+
"hb",
|
|
2871
|
+
"H",
|
|
2872
|
+
"hB"
|
|
2818
2873
|
],
|
|
2819
|
-
"
|
|
2874
|
+
"en-IL": [
|
|
2820
2875
|
"H",
|
|
2821
2876
|
"h",
|
|
2822
|
-
"
|
|
2823
|
-
"
|
|
2877
|
+
"hb",
|
|
2878
|
+
"hB"
|
|
2824
2879
|
],
|
|
2825
|
-
"
|
|
2826
|
-
"H",
|
|
2880
|
+
"en-MY": [
|
|
2827
2881
|
"h",
|
|
2828
|
-
"
|
|
2829
|
-
"
|
|
2882
|
+
"hb",
|
|
2883
|
+
"H",
|
|
2884
|
+
"hB"
|
|
2830
2885
|
],
|
|
2831
|
-
"es-
|
|
2886
|
+
"es-BR": [
|
|
2832
2887
|
"H",
|
|
2833
2888
|
"h",
|
|
2834
2889
|
"hB",
|
|
2835
2890
|
"hb"
|
|
2836
2891
|
],
|
|
2837
|
-
"es-
|
|
2892
|
+
"es-ES": [
|
|
2838
2893
|
"H",
|
|
2839
2894
|
"h",
|
|
2840
2895
|
"hB",
|
|
2841
2896
|
"hb"
|
|
2842
2897
|
],
|
|
2843
|
-
"es-
|
|
2898
|
+
"es-GQ": [
|
|
2844
2899
|
"H",
|
|
2845
2900
|
"h",
|
|
2846
2901
|
"hB",
|
|
@@ -2917,13 +2972,13 @@ var mr = {
|
|
|
2917
2972
|
"h"
|
|
2918
2973
|
]
|
|
2919
2974
|
};
|
|
2920
|
-
function
|
|
2975
|
+
function ka(e, t) {
|
|
2921
2976
|
for (var r = "", i = 0; i < e.length; i++) {
|
|
2922
2977
|
var n = e.charAt(i);
|
|
2923
2978
|
if (n === "j") {
|
|
2924
2979
|
for (var o = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
|
|
2925
2980
|
o++, i++;
|
|
2926
|
-
var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), c = "a", u =
|
|
2981
|
+
var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), c = "a", u = La(t);
|
|
2927
2982
|
for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
|
|
2928
2983
|
r += c;
|
|
2929
2984
|
for (; a-- > 0; )
|
|
@@ -2932,7 +2987,7 @@ function Ta(e, t) {
|
|
|
2932
2987
|
}
|
|
2933
2988
|
return r;
|
|
2934
2989
|
}
|
|
2935
|
-
function
|
|
2990
|
+
function La(e) {
|
|
2936
2991
|
var t = e.hourCycle;
|
|
2937
2992
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2938
2993
|
e.hourCycles && // @ts-ignore
|
|
@@ -2954,20 +3009,20 @@ function Na(e) {
|
|
|
2954
3009
|
var n = mr[i || ""] || mr[r || ""] || mr["".concat(r, "-001")] || mr["001"];
|
|
2955
3010
|
return n[0];
|
|
2956
3011
|
}
|
|
2957
|
-
var
|
|
3012
|
+
var Jr, Fa = new RegExp("^".concat(to.source, "*")), Ra = new RegExp("".concat(to.source, "*$"));
|
|
2958
3013
|
function A(e, t) {
|
|
2959
3014
|
return { start: e, end: t };
|
|
2960
3015
|
}
|
|
2961
|
-
var
|
|
3016
|
+
var Ua = !!String.prototype.startsWith && "_a".startsWith("a", 1), ja = !!String.fromCodePoint, Ga = !!Object.fromEntries, za = !!String.prototype.codePointAt, Qa = !!String.prototype.trimStart, Va = !!String.prototype.trimEnd, $a = !!Number.isSafeInteger, Wa = $a ? Number.isSafeInteger : function(e) {
|
|
2962
3017
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2963
3018
|
}, si = !0;
|
|
2964
3019
|
try {
|
|
2965
|
-
var
|
|
2966
|
-
si = ((
|
|
3020
|
+
var Xa = ao("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3021
|
+
si = ((Jr = Xa.exec("a")) === null || Jr === void 0 ? void 0 : Jr[0]) === "a";
|
|
2967
3022
|
} catch (e) {
|
|
2968
3023
|
si = !1;
|
|
2969
3024
|
}
|
|
2970
|
-
var ln =
|
|
3025
|
+
var ln = Ua ? (
|
|
2971
3026
|
// Native
|
|
2972
3027
|
function(t, r, i) {
|
|
2973
3028
|
return t.startsWith(r, i);
|
|
@@ -2977,7 +3032,7 @@ var ln = Da ? (
|
|
|
2977
3032
|
function(t, r, i) {
|
|
2978
3033
|
return t.slice(i, i + r.length) === r;
|
|
2979
3034
|
}
|
|
2980
|
-
), li =
|
|
3035
|
+
), li = ja ? String.fromCodePoint : (
|
|
2981
3036
|
// IE11
|
|
2982
3037
|
function() {
|
|
2983
3038
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2991,7 +3046,7 @@ var ln = Da ? (
|
|
|
2991
3046
|
}
|
|
2992
3047
|
), un = (
|
|
2993
3048
|
// native
|
|
2994
|
-
|
|
3049
|
+
Ga ? Object.fromEntries : (
|
|
2995
3050
|
// Ponyfill
|
|
2996
3051
|
function(t) {
|
|
2997
3052
|
for (var r = {}, i = 0, n = t; i < n.length; i++) {
|
|
@@ -3001,7 +3056,7 @@ var ln = Da ? (
|
|
|
3001
3056
|
return r;
|
|
3002
3057
|
}
|
|
3003
3058
|
)
|
|
3004
|
-
),
|
|
3059
|
+
), oo = za ? (
|
|
3005
3060
|
// Native
|
|
3006
3061
|
function(t, r) {
|
|
3007
3062
|
return t.codePointAt(r);
|
|
@@ -3015,7 +3070,7 @@ var ln = Da ? (
|
|
|
3015
3070
|
return n < 55296 || n > 56319 || r + 1 === i || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? n : (n - 55296 << 10) + (o - 56320) + 65536;
|
|
3016
3071
|
}
|
|
3017
3072
|
}
|
|
3018
|
-
),
|
|
3073
|
+
), Za = Qa ? (
|
|
3019
3074
|
// Native
|
|
3020
3075
|
function(t) {
|
|
3021
3076
|
return t.trimStart();
|
|
@@ -3023,9 +3078,9 @@ var ln = Da ? (
|
|
|
3023
3078
|
) : (
|
|
3024
3079
|
// Ponyfill
|
|
3025
3080
|
function(t) {
|
|
3026
|
-
return t.replace(
|
|
3081
|
+
return t.replace(Fa, "");
|
|
3027
3082
|
}
|
|
3028
|
-
),
|
|
3083
|
+
), Ja = Va ? (
|
|
3029
3084
|
// Native
|
|
3030
3085
|
function(t) {
|
|
3031
3086
|
return t.trimEnd();
|
|
@@ -3033,15 +3088,15 @@ var ln = Da ? (
|
|
|
3033
3088
|
) : (
|
|
3034
3089
|
// Ponyfill
|
|
3035
3090
|
function(t) {
|
|
3036
|
-
return t.replace(
|
|
3091
|
+
return t.replace(Ra, "");
|
|
3037
3092
|
}
|
|
3038
3093
|
);
|
|
3039
|
-
function
|
|
3094
|
+
function ao(e, t) {
|
|
3040
3095
|
return new RegExp(e, t);
|
|
3041
3096
|
}
|
|
3042
3097
|
var ui;
|
|
3043
3098
|
if (si) {
|
|
3044
|
-
var cn =
|
|
3099
|
+
var cn = ao("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3045
3100
|
ui = function(t, r) {
|
|
3046
3101
|
var i;
|
|
3047
3102
|
cn.lastIndex = r;
|
|
@@ -3051,14 +3106,14 @@ if (si) {
|
|
|
3051
3106
|
} else
|
|
3052
3107
|
ui = function(t, r) {
|
|
3053
3108
|
for (var i = []; ; ) {
|
|
3054
|
-
var n =
|
|
3055
|
-
if (n === void 0 ||
|
|
3109
|
+
var n = oo(t, r);
|
|
3110
|
+
if (n === void 0 || so(n) || es(n))
|
|
3056
3111
|
break;
|
|
3057
3112
|
i.push(n), r += n >= 65536 ? 2 : 1;
|
|
3058
3113
|
}
|
|
3059
3114
|
return li.apply(void 0, i);
|
|
3060
3115
|
};
|
|
3061
|
-
var
|
|
3116
|
+
var qa = (
|
|
3062
3117
|
/** @class */
|
|
3063
3118
|
function() {
|
|
3064
3119
|
function e(t, r) {
|
|
@@ -3140,7 +3195,7 @@ var Va = (
|
|
|
3140
3195
|
return this.error(x.INVALID_TAG, A(i, this.clonePosition()));
|
|
3141
3196
|
}, e.prototype.parseTagName = function() {
|
|
3142
3197
|
var t = this.offset();
|
|
3143
|
-
for (this.bump(); !this.isEOF() &&
|
|
3198
|
+
for (this.bump(); !this.isEOF() && Ka(this.char()); )
|
|
3144
3199
|
this.bump();
|
|
3145
3200
|
return this.message.slice(t, this.offset());
|
|
3146
3201
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3169,7 +3224,7 @@ var Va = (
|
|
|
3169
3224
|
};
|
|
3170
3225
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3171
3226
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3172
|
-
|
|
3227
|
+
!Ya(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3173
3228
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3174
3229
|
if (this.isEOF() || this.char() !== 39)
|
|
3175
3230
|
return null;
|
|
@@ -3256,7 +3311,7 @@ var Va = (
|
|
|
3256
3311
|
var h = this.clonePosition(), d = this.parseSimpleArgStyleIfPossible();
|
|
3257
3312
|
if (d.err)
|
|
3258
3313
|
return d;
|
|
3259
|
-
var p =
|
|
3314
|
+
var p = Ja(d.val);
|
|
3260
3315
|
if (p.length === 0)
|
|
3261
3316
|
return this.error(x.EXPECT_ARGUMENT_STYLE, A(this.clonePosition(), this.clonePosition()));
|
|
3262
3317
|
var _ = A(h, this.clonePosition());
|
|
@@ -3267,7 +3322,7 @@ var Va = (
|
|
|
3267
3322
|
return S;
|
|
3268
3323
|
var g = A(n, this.clonePosition());
|
|
3269
3324
|
if (u && ln(u == null ? void 0 : u.style, "::", 0)) {
|
|
3270
|
-
var D =
|
|
3325
|
+
var D = Za(u.style.slice(2));
|
|
3271
3326
|
if (s === "number") {
|
|
3272
3327
|
var d = this.parseNumberSkeletonFromString(D, u.styleLocation);
|
|
3273
3328
|
return d.err ? d : {
|
|
@@ -3278,12 +3333,12 @@ var Va = (
|
|
|
3278
3333
|
if (D.length === 0)
|
|
3279
3334
|
return this.error(x.EXPECT_DATE_TIME_SKELETON, g);
|
|
3280
3335
|
var B = D;
|
|
3281
|
-
this.locale && (B =
|
|
3336
|
+
this.locale && (B = ka(D, this.locale));
|
|
3282
3337
|
var p = {
|
|
3283
3338
|
type: dt.dateTime,
|
|
3284
3339
|
pattern: B,
|
|
3285
3340
|
location: u.styleLocation,
|
|
3286
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3341
|
+
parsedOptions: this.shouldParseSkeletons ? Ia(B) : {}
|
|
3287
3342
|
}, k = s === "date" ? M.date : M.time;
|
|
3288
3343
|
return {
|
|
3289
3344
|
val: { type: k, value: i, location: g, style: p },
|
|
@@ -3388,7 +3443,7 @@ var Va = (
|
|
|
3388
3443
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3389
3444
|
var i = [];
|
|
3390
3445
|
try {
|
|
3391
|
-
i =
|
|
3446
|
+
i = Na(t);
|
|
3392
3447
|
} catch (n) {
|
|
3393
3448
|
return this.error(x.INVALID_NUMBER_SKELETON, r);
|
|
3394
3449
|
}
|
|
@@ -3397,7 +3452,7 @@ var Va = (
|
|
|
3397
3452
|
type: dt.number,
|
|
3398
3453
|
tokens: i,
|
|
3399
3454
|
location: r,
|
|
3400
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3455
|
+
parsedOptions: this.shouldParseSkeletons ? Oa(i) : {}
|
|
3401
3456
|
},
|
|
3402
3457
|
err: null
|
|
3403
3458
|
};
|
|
@@ -3445,7 +3500,7 @@ var Va = (
|
|
|
3445
3500
|
break;
|
|
3446
3501
|
}
|
|
3447
3502
|
var c = A(n, this.clonePosition());
|
|
3448
|
-
return o ? (a *= i,
|
|
3503
|
+
return o ? (a *= i, Wa(a) ? { val: a, err: null } : this.error(r, c)) : this.error(t, c);
|
|
3449
3504
|
}, e.prototype.offset = function() {
|
|
3450
3505
|
return this.position.offset;
|
|
3451
3506
|
}, e.prototype.isEOF = function() {
|
|
@@ -3460,7 +3515,7 @@ var Va = (
|
|
|
3460
3515
|
var t = this.position.offset;
|
|
3461
3516
|
if (t >= this.message.length)
|
|
3462
3517
|
throw Error("out of bound");
|
|
3463
|
-
var r =
|
|
3518
|
+
var r = oo(this.message, t);
|
|
3464
3519
|
if (r === void 0)
|
|
3465
3520
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3466
3521
|
return r;
|
|
@@ -3501,7 +3556,7 @@ var Va = (
|
|
|
3501
3556
|
break;
|
|
3502
3557
|
}
|
|
3503
3558
|
}, e.prototype.bumpSpace = function() {
|
|
3504
|
-
for (; !this.isEOF() &&
|
|
3559
|
+
for (; !this.isEOF() && so(this.char()); )
|
|
3505
3560
|
this.bump();
|
|
3506
3561
|
}, e.prototype.peek = function() {
|
|
3507
3562
|
if (this.isEOF())
|
|
@@ -3514,86 +3569,36 @@ var Va = (
|
|
|
3514
3569
|
function ci(e) {
|
|
3515
3570
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3516
3571
|
}
|
|
3517
|
-
function
|
|
3572
|
+
function Ya(e) {
|
|
3518
3573
|
return ci(e) || e === 47;
|
|
3519
3574
|
}
|
|
3520
|
-
function
|
|
3575
|
+
function Ka(e) {
|
|
3521
3576
|
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;
|
|
3522
3577
|
}
|
|
3523
|
-
function
|
|
3578
|
+
function so(e) {
|
|
3524
3579
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3525
3580
|
}
|
|
3526
|
-
function
|
|
3581
|
+
function es(e) {
|
|
3527
3582
|
return e >= 33 && e <= 35 || e === 36 || e >= 37 && e <= 39 || e === 40 || e === 41 || e === 42 || e === 43 || e === 44 || e === 45 || e >= 46 && e <= 47 || e >= 58 && e <= 59 || e >= 60 && e <= 62 || e >= 63 && e <= 64 || e === 91 || e === 92 || e === 93 || e === 94 || e === 96 || e === 123 || e === 124 || e === 125 || e === 126 || e === 161 || e >= 162 && e <= 165 || e === 166 || e === 167 || e === 169 || e === 171 || e === 172 || e === 174 || e === 176 || e === 177 || e === 182 || e === 187 || e === 191 || e === 215 || e === 247 || e >= 8208 && e <= 8213 || e >= 8214 && e <= 8215 || e === 8216 || e === 8217 || e === 8218 || e >= 8219 && e <= 8220 || e === 8221 || e === 8222 || e === 8223 || e >= 8224 && e <= 8231 || e >= 8240 && e <= 8248 || e === 8249 || e === 8250 || e >= 8251 && e <= 8254 || e >= 8257 && e <= 8259 || e === 8260 || e === 8261 || e === 8262 || e >= 8263 && e <= 8273 || e === 8274 || e === 8275 || e >= 8277 && e <= 8286 || e >= 8592 && e <= 8596 || e >= 8597 && e <= 8601 || e >= 8602 && e <= 8603 || e >= 8604 && e <= 8607 || e === 8608 || e >= 8609 && e <= 8610 || e === 8611 || e >= 8612 && e <= 8613 || e === 8614 || e >= 8615 && e <= 8621 || e === 8622 || e >= 8623 && e <= 8653 || e >= 8654 && e <= 8655 || e >= 8656 && e <= 8657 || e === 8658 || e === 8659 || e === 8660 || e >= 8661 && e <= 8691 || e >= 8692 && e <= 8959 || e >= 8960 && e <= 8967 || e === 8968 || e === 8969 || e === 8970 || e === 8971 || e >= 8972 && e <= 8991 || e >= 8992 && e <= 8993 || e >= 8994 && e <= 9e3 || e === 9001 || e === 9002 || e >= 9003 && e <= 9083 || e === 9084 || e >= 9085 && e <= 9114 || e >= 9115 && e <= 9139 || e >= 9140 && e <= 9179 || e >= 9180 && e <= 9185 || e >= 9186 && e <= 9254 || e >= 9255 && e <= 9279 || e >= 9280 && e <= 9290 || e >= 9291 && e <= 9311 || e >= 9472 && e <= 9654 || e === 9655 || e >= 9656 && e <= 9664 || e === 9665 || e >= 9666 && e <= 9719 || e >= 9720 && e <= 9727 || e >= 9728 && e <= 9838 || e === 9839 || e >= 9840 && e <= 10087 || e === 10088 || e === 10089 || e === 10090 || e === 10091 || e === 10092 || e === 10093 || e === 10094 || e === 10095 || e === 10096 || e === 10097 || e === 10098 || e === 10099 || e === 10100 || e === 10101 || e >= 10132 && e <= 10175 || e >= 10176 && e <= 10180 || e === 10181 || e === 10182 || e >= 10183 && e <= 10213 || e === 10214 || e === 10215 || e === 10216 || e === 10217 || e === 10218 || e === 10219 || e === 10220 || e === 10221 || e === 10222 || e === 10223 || e >= 10224 && e <= 10239 || e >= 10240 && e <= 10495 || e >= 10496 && e <= 10626 || e === 10627 || e === 10628 || e === 10629 || e === 10630 || e === 10631 || e === 10632 || e === 10633 || e === 10634 || e === 10635 || e === 10636 || e === 10637 || e === 10638 || e === 10639 || e === 10640 || e === 10641 || e === 10642 || e === 10643 || e === 10644 || e === 10645 || e === 10646 || e === 10647 || e === 10648 || e >= 10649 && e <= 10711 || e === 10712 || e === 10713 || e === 10714 || e === 10715 || e >= 10716 && e <= 10747 || e === 10748 || e === 10749 || e >= 10750 && e <= 11007 || e >= 11008 && e <= 11055 || e >= 11056 && e <= 11076 || e >= 11077 && e <= 11078 || e >= 11079 && e <= 11084 || e >= 11085 && e <= 11123 || e >= 11124 && e <= 11125 || e >= 11126 && e <= 11157 || e === 11158 || e >= 11159 && e <= 11263 || e >= 11776 && e <= 11777 || e === 11778 || e === 11779 || e === 11780 || e === 11781 || e >= 11782 && e <= 11784 || e === 11785 || e === 11786 || e === 11787 || e === 11788 || e === 11789 || e >= 11790 && e <= 11798 || e === 11799 || e >= 11800 && e <= 11801 || e === 11802 || e === 11803 || e === 11804 || e === 11805 || e >= 11806 && e <= 11807 || e === 11808 || e === 11809 || e === 11810 || e === 11811 || e === 11812 || e === 11813 || e === 11814 || e === 11815 || e === 11816 || e === 11817 || e >= 11818 && e <= 11822 || e === 11823 || e >= 11824 && e <= 11833 || e >= 11834 && e <= 11835 || e >= 11836 && e <= 11839 || e === 11840 || e === 11841 || e === 11842 || e >= 11843 && e <= 11855 || e >= 11856 && e <= 11857 || e === 11858 || e >= 11859 && e <= 11903 || e >= 12289 && e <= 12291 || e === 12296 || e === 12297 || e === 12298 || e === 12299 || e === 12300 || e === 12301 || e === 12302 || e === 12303 || e === 12304 || e === 12305 || e >= 12306 && e <= 12307 || e === 12308 || e === 12309 || e === 12310 || e === 12311 || e === 12312 || e === 12313 || e === 12314 || e === 12315 || e === 12316 || e === 12317 || e >= 12318 && e <= 12319 || e === 12320 || e === 12336 || e === 64830 || e === 64831 || e >= 65093 && e <= 65094;
|
|
3528
3583
|
}
|
|
3529
3584
|
function fi(e) {
|
|
3530
3585
|
e.forEach(function(t) {
|
|
3531
|
-
if (delete t.location,
|
|
3586
|
+
if (delete t.location, qn(t) || Yn(t))
|
|
3532
3587
|
for (var r in t.options)
|
|
3533
3588
|
delete t.options[r].location, fi(t.options[r].value);
|
|
3534
|
-
else
|
|
3589
|
+
else Xn(t) && eo(t.style) || (Zn(t) || Jn(t)) && ai(t.style) ? delete t.style.location : Kn(t) && fi(t.children);
|
|
3535
3590
|
});
|
|
3536
3591
|
}
|
|
3537
|
-
function
|
|
3592
|
+
function ts(e, t) {
|
|
3538
3593
|
t === void 0 && (t = {}), t = I({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3539
|
-
var r = new
|
|
3594
|
+
var r = new qa(e, t).parse();
|
|
3540
3595
|
if (r.err) {
|
|
3541
3596
|
var i = SyntaxError(x[r.err.kind]);
|
|
3542
3597
|
throw i.location = r.err.location, i.originalMessage = r.err.message, i;
|
|
3543
3598
|
}
|
|
3544
3599
|
return t != null && t.captureLocation || fi(r.val), r.val;
|
|
3545
3600
|
}
|
|
3546
|
-
|
|
3547
|
-
var r = t && t.cache ? t.cache : ts, i = t && t.serializer ? t.serializer : es, n = t && t.strategy ? t.strategy : qa;
|
|
3548
|
-
return n(e, {
|
|
3549
|
-
cache: r,
|
|
3550
|
-
serializer: i
|
|
3551
|
-
});
|
|
3552
|
-
}
|
|
3553
|
-
function Ja(e) {
|
|
3554
|
-
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
3555
|
-
}
|
|
3556
|
-
function so(e, t, r, i) {
|
|
3557
|
-
var n = Ja(i) ? i : r(i), o = t.get(n);
|
|
3558
|
-
return typeof o == "undefined" && (o = e.call(this, i), t.set(n, o)), o;
|
|
3559
|
-
}
|
|
3560
|
-
function lo(e, t, r) {
|
|
3561
|
-
var i = Array.prototype.slice.call(arguments, 3), n = r(i), o = t.get(n);
|
|
3562
|
-
return typeof o == "undefined" && (o = e.apply(this, i), t.set(n, o)), o;
|
|
3563
|
-
}
|
|
3564
|
-
function mi(e, t, r, i, n) {
|
|
3565
|
-
return r.bind(t, e, i, n);
|
|
3566
|
-
}
|
|
3567
|
-
function qa(e, t) {
|
|
3568
|
-
var r = e.length === 1 ? so : lo;
|
|
3569
|
-
return mi(e, this, r, t.cache.create(), t.serializer);
|
|
3570
|
-
}
|
|
3571
|
-
function Ya(e, t) {
|
|
3572
|
-
return mi(e, this, lo, t.cache.create(), t.serializer);
|
|
3573
|
-
}
|
|
3574
|
-
function Ka(e, t) {
|
|
3575
|
-
return mi(e, this, so, t.cache.create(), t.serializer);
|
|
3576
|
-
}
|
|
3577
|
-
var es = function() {
|
|
3578
|
-
return JSON.stringify(arguments);
|
|
3579
|
-
};
|
|
3580
|
-
function yi() {
|
|
3581
|
-
this.cache = /* @__PURE__ */ Object.create(null);
|
|
3582
|
-
}
|
|
3583
|
-
yi.prototype.get = function(e) {
|
|
3584
|
-
return this.cache[e];
|
|
3585
|
-
};
|
|
3586
|
-
yi.prototype.set = function(e, t) {
|
|
3587
|
-
this.cache[e] = t;
|
|
3588
|
-
};
|
|
3589
|
-
var ts = {
|
|
3590
|
-
create: function() {
|
|
3591
|
-
return new yi();
|
|
3592
|
-
}
|
|
3593
|
-
}, Jr = {
|
|
3594
|
-
variadic: Ya,
|
|
3595
|
-
monadic: Ka
|
|
3596
|
-
}, mt;
|
|
3601
|
+
var mt;
|
|
3597
3602
|
(function(e) {
|
|
3598
3603
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3599
3604
|
})(mt || (mt = {}));
|
|
@@ -3666,7 +3671,7 @@ function vr(e, t, r, i, n, o, a) {
|
|
|
3666
3671
|
});
|
|
3667
3672
|
continue;
|
|
3668
3673
|
}
|
|
3669
|
-
if (
|
|
3674
|
+
if (Aa(h)) {
|
|
3670
3675
|
typeof o == "number" && s.push({
|
|
3671
3676
|
type: $.literal,
|
|
3672
3677
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3677,14 +3682,14 @@ function vr(e, t, r, i, n, o, a) {
|
|
|
3677
3682
|
if (!(n && d in n))
|
|
3678
3683
|
throw new is(d, a);
|
|
3679
3684
|
var p = n[d];
|
|
3680
|
-
if (
|
|
3685
|
+
if (Ca(h)) {
|
|
3681
3686
|
(!p || typeof p == "string" || typeof p == "number") && (p = typeof p == "string" || typeof p == "number" ? String(p) : ""), s.push({
|
|
3682
3687
|
type: typeof p == "string" ? $.literal : $.object,
|
|
3683
3688
|
value: p
|
|
3684
3689
|
});
|
|
3685
3690
|
continue;
|
|
3686
3691
|
}
|
|
3687
|
-
if (
|
|
3692
|
+
if (Zn(h)) {
|
|
3688
3693
|
var _ = typeof h.style == "string" ? i.date[h.style] : ai(h.style) ? h.style.parsedOptions : void 0;
|
|
3689
3694
|
s.push({
|
|
3690
3695
|
type: $.literal,
|
|
@@ -3692,7 +3697,7 @@ function vr(e, t, r, i, n, o, a) {
|
|
|
3692
3697
|
});
|
|
3693
3698
|
continue;
|
|
3694
3699
|
}
|
|
3695
|
-
if (
|
|
3700
|
+
if (Jn(h)) {
|
|
3696
3701
|
var _ = typeof h.style == "string" ? i.time[h.style] : ai(h.style) ? h.style.parsedOptions : i.time.medium;
|
|
3697
3702
|
s.push({
|
|
3698
3703
|
type: $.literal,
|
|
@@ -3700,15 +3705,15 @@ function vr(e, t, r, i, n, o, a) {
|
|
|
3700
3705
|
});
|
|
3701
3706
|
continue;
|
|
3702
3707
|
}
|
|
3703
|
-
if (
|
|
3704
|
-
var _ = typeof h.style == "string" ? i.number[h.style] :
|
|
3708
|
+
if (Xn(h)) {
|
|
3709
|
+
var _ = typeof h.style == "string" ? i.number[h.style] : eo(h.style) ? h.style.parsedOptions : void 0;
|
|
3705
3710
|
_ && _.scale && (p = p * (_.scale || 1)), s.push({
|
|
3706
3711
|
type: $.literal,
|
|
3707
3712
|
value: r.getNumberFormat(t, _).format(p)
|
|
3708
3713
|
});
|
|
3709
3714
|
continue;
|
|
3710
3715
|
}
|
|
3711
|
-
if (
|
|
3716
|
+
if (Kn(h)) {
|
|
3712
3717
|
var S = h.children, g = h.value, D = n[g];
|
|
3713
3718
|
if (!os(D))
|
|
3714
3719
|
throw new rs(g, "function", a);
|
|
@@ -3722,14 +3727,14 @@ function vr(e, t, r, i, n, o, a) {
|
|
|
3722
3727
|
};
|
|
3723
3728
|
}));
|
|
3724
3729
|
}
|
|
3725
|
-
if (
|
|
3730
|
+
if (qn(h)) {
|
|
3726
3731
|
var R = h.options[p] || h.options.other;
|
|
3727
3732
|
if (!R)
|
|
3728
3733
|
throw new fn(h.value, p, Object.keys(h.options), a);
|
|
3729
3734
|
s.push.apply(s, vr(R.value, t, r, i, n));
|
|
3730
3735
|
continue;
|
|
3731
3736
|
}
|
|
3732
|
-
if (
|
|
3737
|
+
if (Yn(h)) {
|
|
3733
3738
|
var R = h.options["=".concat(p)];
|
|
3734
3739
|
if (!R) {
|
|
3735
3740
|
if (!Intl.PluralRules)
|
|
@@ -3777,29 +3782,29 @@ function ls(e) {
|
|
|
3777
3782
|
dateTime: {},
|
|
3778
3783
|
pluralRules: {}
|
|
3779
3784
|
}), {
|
|
3780
|
-
getNumberFormat:
|
|
3785
|
+
getNumberFormat: Xr(function() {
|
|
3781
3786
|
for (var t, r = [], i = 0; i < arguments.length; i++)
|
|
3782
3787
|
r[i] = arguments[i];
|
|
3783
3788
|
return new ((t = Intl.NumberFormat).bind.apply(t, ht([void 0], r, !1)))();
|
|
3784
3789
|
}, {
|
|
3785
3790
|
cache: qr(e.number),
|
|
3786
|
-
strategy:
|
|
3791
|
+
strategy: Zr.variadic
|
|
3787
3792
|
}),
|
|
3788
|
-
getDateTimeFormat:
|
|
3793
|
+
getDateTimeFormat: Xr(function() {
|
|
3789
3794
|
for (var t, r = [], i = 0; i < arguments.length; i++)
|
|
3790
3795
|
r[i] = arguments[i];
|
|
3791
3796
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, ht([void 0], r, !1)))();
|
|
3792
3797
|
}, {
|
|
3793
3798
|
cache: qr(e.dateTime),
|
|
3794
|
-
strategy:
|
|
3799
|
+
strategy: Zr.variadic
|
|
3795
3800
|
}),
|
|
3796
|
-
getPluralRules:
|
|
3801
|
+
getPluralRules: Xr(function() {
|
|
3797
3802
|
for (var t, r = [], i = 0; i < arguments.length; i++)
|
|
3798
3803
|
r[i] = arguments[i];
|
|
3799
3804
|
return new ((t = Intl.PluralRules).bind.apply(t, ht([void 0], r, !1)))();
|
|
3800
3805
|
}, {
|
|
3801
3806
|
cache: qr(e.pluralRules),
|
|
3802
|
-
strategy:
|
|
3807
|
+
strategy: Zr.variadic
|
|
3803
3808
|
})
|
|
3804
3809
|
};
|
|
3805
3810
|
}
|
|
@@ -3807,8 +3812,9 @@ var us = (
|
|
|
3807
3812
|
/** @class */
|
|
3808
3813
|
function() {
|
|
3809
3814
|
function e(t, r, i, n) {
|
|
3815
|
+
r === void 0 && (r = e.defaultLocale);
|
|
3810
3816
|
var o = this;
|
|
3811
|
-
if (
|
|
3817
|
+
if (this.formatterCache = {
|
|
3812
3818
|
number: {},
|
|
3813
3819
|
dateTime: {},
|
|
3814
3820
|
pluralRules: {}
|
|
@@ -3834,7 +3840,7 @@ var us = (
|
|
|
3834
3840
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3835
3841
|
var a = n || {};
|
|
3836
3842
|
a.formatters;
|
|
3837
|
-
var s =
|
|
3843
|
+
var s = Go(a, ["formatters"]);
|
|
3838
3844
|
this.ast = e.__parse(t, I(I({}, s), { locale: this.resolvedLocale }));
|
|
3839
3845
|
} else
|
|
3840
3846
|
this.ast = t;
|
|
@@ -3853,7 +3859,7 @@ var us = (
|
|
|
3853
3859
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3854
3860
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3855
3861
|
}
|
|
3856
|
-
}, e.__parse =
|
|
3862
|
+
}, e.__parse = ts, e.formats = {
|
|
3857
3863
|
number: {
|
|
3858
3864
|
integer: {
|
|
3859
3865
|
maximumFractionDigits: 0
|
|
@@ -3935,7 +3941,7 @@ function cs(e, t) {
|
|
|
3935
3941
|
i = void 0;
|
|
3936
3942
|
return i;
|
|
3937
3943
|
}
|
|
3938
|
-
const Ue = {}, fs = (e, t, r) => r && (t in Ue || (Ue[t] = {}), e in Ue[t] || (Ue[t][e] = r), r),
|
|
3944
|
+
const Ue = {}, fs = (e, t, r) => r && (t in Ue || (Ue[t] = {}), e in Ue[t] || (Ue[t][e] = r), r), lo = (e, t) => {
|
|
3939
3945
|
if (t == null)
|
|
3940
3946
|
return;
|
|
3941
3947
|
if (t in Ue && e in Ue[t])
|
|
@@ -3952,11 +3958,11 @@ const Dt = Cr({});
|
|
|
3952
3958
|
function hs(e) {
|
|
3953
3959
|
return bi[e] || null;
|
|
3954
3960
|
}
|
|
3955
|
-
function
|
|
3961
|
+
function uo(e) {
|
|
3956
3962
|
return e in bi;
|
|
3957
3963
|
}
|
|
3958
3964
|
function ps(e, t) {
|
|
3959
|
-
if (!
|
|
3965
|
+
if (!uo(e))
|
|
3960
3966
|
return null;
|
|
3961
3967
|
const r = hs(e);
|
|
3962
3968
|
return cs(r, t);
|
|
@@ -3967,11 +3973,11 @@ function ds(e) {
|
|
|
3967
3973
|
const t = Br(e);
|
|
3968
3974
|
for (let r = 0; r < t.length; r++) {
|
|
3969
3975
|
const i = t[r];
|
|
3970
|
-
if (
|
|
3976
|
+
if (uo(i))
|
|
3971
3977
|
return i;
|
|
3972
3978
|
}
|
|
3973
3979
|
}
|
|
3974
|
-
function
|
|
3980
|
+
function co(e, ...t) {
|
|
3975
3981
|
delete Ue[e], Dt.update((r) => (r[e] = ga.all([r[e] || {}, ...t]), r));
|
|
3976
3982
|
}
|
|
3977
3983
|
bt(
|
|
@@ -3983,12 +3989,12 @@ const gr = {};
|
|
|
3983
3989
|
function ms(e, t) {
|
|
3984
3990
|
gr[e].delete(t), gr[e].size === 0 && delete gr[e];
|
|
3985
3991
|
}
|
|
3986
|
-
function
|
|
3992
|
+
function fo(e) {
|
|
3987
3993
|
return gr[e];
|
|
3988
3994
|
}
|
|
3989
3995
|
function ys(e) {
|
|
3990
3996
|
return Br(e).map((t) => {
|
|
3991
|
-
const r =
|
|
3997
|
+
const r = fo(t);
|
|
3992
3998
|
return [t, r ? [...r] : []];
|
|
3993
3999
|
}).filter(([, t]) => t.length > 0);
|
|
3994
4000
|
}
|
|
@@ -3996,17 +4002,17 @@ function hi(e) {
|
|
|
3996
4002
|
return e == null ? !1 : Br(e).some(
|
|
3997
4003
|
(t) => {
|
|
3998
4004
|
var r;
|
|
3999
|
-
return (r =
|
|
4005
|
+
return (r = fo(t)) == null ? void 0 : r.size;
|
|
4000
4006
|
}
|
|
4001
4007
|
);
|
|
4002
4008
|
}
|
|
4003
4009
|
function bs(e, t) {
|
|
4004
4010
|
return Promise.all(
|
|
4005
4011
|
t.map((i) => (ms(e, i), i().then((n) => n.default || n)))
|
|
4006
|
-
).then((i) =>
|
|
4012
|
+
).then((i) => co(e, ...i));
|
|
4007
4013
|
}
|
|
4008
4014
|
const Tt = {};
|
|
4009
|
-
function
|
|
4015
|
+
function ho(e) {
|
|
4010
4016
|
if (!hi(e))
|
|
4011
4017
|
return e in Tt ? Tt[e] : Promise.resolve();
|
|
4012
4018
|
const t = ys(e);
|
|
@@ -4016,7 +4022,7 @@ function po(e) {
|
|
|
4016
4022
|
)
|
|
4017
4023
|
).then(() => {
|
|
4018
4024
|
if (hi(e))
|
|
4019
|
-
return
|
|
4025
|
+
return ho(e);
|
|
4020
4026
|
delete Tt[e];
|
|
4021
4027
|
}), Tt[e];
|
|
4022
4028
|
}
|
|
@@ -4091,7 +4097,7 @@ const Bs = (e) => {
|
|
|
4091
4097
|
return typeof window != "undefined" && Xe() != null && t ? r = window.setTimeout(
|
|
4092
4098
|
() => Yr.set(!0),
|
|
4093
4099
|
t
|
|
4094
|
-
) : Yr.set(!0),
|
|
4100
|
+
) : Yr.set(!0), ho(e).then(() => {
|
|
4095
4101
|
Pr.set(e);
|
|
4096
4102
|
}).finally(() => {
|
|
4097
4103
|
clearTimeout(r), Yr.set(!1);
|
|
@@ -4107,20 +4113,20 @@ const Bs = (e) => {
|
|
|
4107
4113
|
return n in t ? t[n] : t[n] = e(i);
|
|
4108
4114
|
};
|
|
4109
4115
|
};
|
|
4110
|
-
var Is = Object.defineProperty, Sr = Object.getOwnPropertySymbols,
|
|
4116
|
+
var Is = Object.defineProperty, Sr = Object.getOwnPropertySymbols, po = Object.prototype.hasOwnProperty, mo = Object.prototype.propertyIsEnumerable, mn = (e, t, r) => t in e ? Is(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, vi = (e, t) => {
|
|
4111
4117
|
for (var r in t || (t = {}))
|
|
4112
|
-
|
|
4118
|
+
po.call(t, r) && mn(e, r, t[r]);
|
|
4113
4119
|
if (Sr)
|
|
4114
4120
|
for (var r of Sr(t))
|
|
4115
|
-
|
|
4121
|
+
mo.call(t, r) && mn(e, r, t[r]);
|
|
4116
4122
|
return e;
|
|
4117
4123
|
}, gt = (e, t) => {
|
|
4118
4124
|
var r = {};
|
|
4119
4125
|
for (var i in e)
|
|
4120
|
-
|
|
4126
|
+
po.call(e, i) && t.indexOf(i) < 0 && (r[i] = e[i]);
|
|
4121
4127
|
if (e != null && Sr)
|
|
4122
4128
|
for (var i of Sr(e))
|
|
4123
|
-
t.indexOf(i) < 0 &&
|
|
4129
|
+
t.indexOf(i) < 0 && mo.call(e, i) && (r[i] = e[i]);
|
|
4124
4130
|
return r;
|
|
4125
4131
|
};
|
|
4126
4132
|
const Mt = (e, t) => {
|
|
@@ -4190,7 +4196,7 @@ const Mt = (e, t) => {
|
|
|
4190
4196
|
throw new Error(
|
|
4191
4197
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4192
4198
|
);
|
|
4193
|
-
let h =
|
|
4199
|
+
let h = lo(e, c);
|
|
4194
4200
|
if (!h)
|
|
4195
4201
|
h = (o = (n = (i = (r = yt()).handleMissingMessage) == null ? void 0 : i.call(r, { locale: c, id: e, defaultValue: u })) != null ? n : u) != null ? o : e;
|
|
4196
4202
|
else if (typeof h != "string")
|
|
@@ -4209,7 +4215,7 @@ const Mt = (e, t) => {
|
|
|
4209
4215
|
);
|
|
4210
4216
|
}
|
|
4211
4217
|
return d;
|
|
4212
|
-
}, Fs = (e, t) => Os(t).format(e), Rs = (e, t) => Ds(t).format(e), Us = (e, t) => Ms(t).format(e), js = (e, t = Xe()) =>
|
|
4218
|
+
}, Fs = (e, t) => Os(t).format(e), Rs = (e, t) => Ds(t).format(e), Us = (e, t) => Ms(t).format(e), js = (e, t = Xe()) => lo(e, t), Gs = bt([vt, Dt], () => Ls);
|
|
4213
4219
|
bt([vt], () => Fs);
|
|
4214
4220
|
bt([vt], () => Rs);
|
|
4215
4221
|
bt([vt], () => Us);
|
|
@@ -4217,7 +4223,7 @@ bt([vt, Dt], () => js);
|
|
|
4217
4223
|
window.emWidgets = { topic: ra };
|
|
4218
4224
|
const zs = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4219
4225
|
function yn(e, t) {
|
|
4220
|
-
|
|
4226
|
+
co(e, t);
|
|
4221
4227
|
}
|
|
4222
4228
|
function Qs(e) {
|
|
4223
4229
|
vt.set(e);
|
|
@@ -4649,7 +4655,7 @@ const bn = {
|
|
|
4649
4655
|
}
|
|
4650
4656
|
};
|
|
4651
4657
|
function Vs(e) {
|
|
4652
|
-
wo(e, "svelte-1vrnomc", `button{font-family:var(--emw--button-typography)}input,select,option{font-family:inherit}.MyAccountCategoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weight-semibold, 500)}.MyAccountCategoryTitleMobile{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitleNone{display:none}.PlayerInfoWrapper{color:var(--emw--pam-typography, var(--emw-color-contrast, #07072A));background:var(--emw-color-pale, var(--emw--color-gray-50, #F1F1F1));padding:50px;height:100%;border-radius:20px}.PlayerNotificationsHeader h3,.PlayerDetailsHeader h3,.PlayerLocationHeader h3{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-transform:capitalize;font-weight:var(--emw--font-weight-semibold, 500)}.PlayerDetailsContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.MenuReturnButton{color:var(--emw-color-gray-300, #58586B);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerInfoBox{display:flex;flex-direction:column}.PlayerInfoBox label{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerInfoBox input{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-contrast, var(--emw-color-contrast, #07072A));padding:10px;line-height:16px;background:var(--emw-color-white, #FFFFFF);outline:none;transition-duration:0.3s;border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px}.PlayerInfoBox input:focus,.PlayerInfoBox input :focus-within,.PlayerInfoBox input :focus-visible,.PlayerInfoBox input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox.InvalidField input{border:1px solid var(--emw-color-error, var(--emw-color-red, #FD2839));background:var(--emw-color-pale, #FBECF4);color:var(--emw-color-error, var(--emw-color-red, #FD2839))}.PlayerInfoBox .InvalidInput{color:var(--emw-color-error, var(--emw-color-red, #FD2839));font-size:10px;line-height:10px}.PlayerInfoBox .FieldDisabled{opacity:0.5}.PlayerInfoBox .PlayerPhoneNumber{display:grid;grid-template-columns:2fr 4fr;column-gap:10px;position:relative}.PlayerInfoBox select{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding:10px;color:var(--emw--pam-contrast, var(--emw-color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px;outline:none;transition-duration:0.3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat var(--emw-color-white, #FFFFFF);background-position:calc(100% - 0.75rem) center}.PlayerInfoBox select:focus,.PlayerInfoBox select :focus-within,.PlayerInfoBox select :focus-visible,.PlayerInfoBox select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox input::-webkit-outer-spin-button,.PlayerInfoBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerInfoBox input[type=number]{-moz-appearance:textfield;appearance:textfield}.PlayerLocationContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.PlayerNotificationBox{margin-top:5px;margin-bottom:5px}.PlayerNotificationBox label{display:inline-flex;position:relative;align-items:center}.PlayerNotificationBox label span{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300)}.PlayerNotificationBox label input{height:20px;width:20px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:50px;outline:none;transition-duration:0.3s;background-color:var(--emw-color-gray-100, #E6E6E6);cursor:pointer;margin-right:10px}.PlayerNotificationBox label input:checked{background-color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerNotificationBox label .Checkmark{left:10px;top:7px;width:4px;height:8px;border:solid var(--emw-color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.PlayerDetailsButtonsArea{grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-contrast, var(--emw-color-contrast, #07072A));text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;max-width:400px;min-width:200px}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);color:var(--emw--button-text-color, #FFFFFF);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;width:100%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{opacity:0.3;cursor:not-allowed}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{background:transparent;border:1px solid var(--emw-color-gray-300, #58586B)}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw-color-gray-300, #58586B);cursor:not-allowed;opacity:0.6}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile{width:100%;grid-template-columns:1fr 1fr}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsCancelButton{height:40px;font-size:var(--emw--size-x-small, 12px)}.PlayerNotificationsCheckboxArea{padding-bottom:30px}.PlayerInfoWrapperMobile{padding:20px 15px;background:var(--emw-color-gray-50, #F9F8F8);max-width:unset;border-radius:0}.PlayerInfoWrapperMobile .PlayerDetailsContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsHeader h3,.PlayerInfoWrapperMobile .PlayerDetailsHeader h3,.PlayerInfoWrapperMobile .PlayerLocationHeader h3{color:ar(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500)}.PlayerInfoWrapperMobile .PlayerInfoBox label{color:var(--emw-color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(-emw--font-weight-normal, 400)}.PlayerInfoWrapperMobile .PlayerInfoBox input{color:var(--emw-color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerInfoBox select{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerLocationContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsCheckboxArea .PlayerNotificationBox label{color:var(--emw--pam-typography, var(--emw-color-contrast, #07072A));font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerDetailsButtonsArea{grid-column-gap:10px}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{font-size:var(--emw--size-x-small, 12px);height:40px;color:var(--emw-button-typography, var(--emw-color-white, #FFFFFF))}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton.PlayerButtonDisabled,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton.PlayerButtonDisabled{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperTablet{padding:40px 25% 40px 25%}.PlayerInfoWrapperTablet .PlayerDetailsContent{grid-row-gap:20px}.PlayerInfoWrapperTablet .MenuReturnButton{margin-bottom:30px}.PlayerInfoWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerDetailsHeader h3,.PlayerInfoWrapperTablet .PlayerLocationHeader h3,.PlayerInfoWrapperTablet .PlayerNotificationsHeader h3{font-size:24px}.PlayerInfoWrapperTablet .PlayerInfoBox label{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox input{height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerInfoWrapperTablet .PlayerInfoBox select{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox .TogglePasswordVisibility{width:30px;top:26px}.PlayerInfoWrapperTablet .PlayerInfoBox .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerInfoBox:last-child .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea{font-family:var(--emw--button-typography);grid-column-gap:40px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsCancelButton{font-size:var(--emw--font-size-large, 20px);height:56px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton{color:var(--emw-button-typography, var(--emw-color-white, #FFFFFF))}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperTablet .PlayerNotificationBox label span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerNotificationBox label input{height:26px;width:26px}.PlayerInfoWrapperTablet .PlayerNotificationBox label .Checkmark{left:50px;top:9px}.PlayerDetailsConfirmSave{background:var(--emw-color-valid, var(--emw-color-green, #48952a));color:var(--emw-button-typography, var(--emw-color-white, #FFFFFF));padding:16px;border-radius:5px;margin-top:16px}.PlayerDetailsConfirmSave .PlayerDetailsConfirmSaveText{padding:0;margin:0}`);
|
|
4658
|
+
So(e, "svelte-1vrnomc", `button{font-family:var(--emw--button-typography)}input,select,option{font-family:inherit}.MyAccountCategoryTitle{font-size:var(--emw--font-size-x-large, 26px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weight-semibold, 500)}.MyAccountCategoryTitleMobile{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.MyAccountCategoryTitleNone{display:none}.PlayerInfoWrapper{color:var(--emw--pam-typography, var(--emw-color-contrast, #07072A));background:var(--emw-color-pale, var(--emw--color-gray-50, #F1F1F1));padding:50px;height:100%;border-radius:20px}.PlayerNotificationsHeader h3,.PlayerDetailsHeader h3,.PlayerLocationHeader h3{font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));text-transform:capitalize;font-weight:var(--emw--font-weight-semibold, 500)}.PlayerDetailsContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.MenuReturnButton{color:var(--emw-color-gray-300, #58586B);display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.PlayerInfoBox{display:flex;flex-direction:column}.PlayerInfoBox label{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500);margin-bottom:10px}.PlayerInfoBox input{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);color:var(--emw--pam-contrast, var(--emw-color-contrast, #07072A));padding:10px;line-height:16px;background:var(--emw-color-white, #FFFFFF);outline:none;transition-duration:0.3s;border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px}.PlayerInfoBox input:focus,.PlayerInfoBox input :focus-within,.PlayerInfoBox input :focus-visible,.PlayerInfoBox input :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox.InvalidField input{border:1px solid var(--emw-color-error, var(--emw-color-red, #FD2839));background:var(--emw-color-pale, #FBECF4);color:var(--emw-color-error, var(--emw-color-red, #FD2839))}.PlayerInfoBox .InvalidInput{color:var(--emw-color-error, var(--emw-color-red, #FD2839));font-size:10px;line-height:10px}.PlayerInfoBox .FieldDisabled{opacity:0.5}.PlayerInfoBox .PlayerPhoneNumber{display:grid;grid-template-columns:2fr 4fr;column-gap:10px;position:relative}.PlayerInfoBox select{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding:10px;color:var(--emw--pam-contrast, var(--emw-color-contrast, #07072A));border:1px solid var(--emw--color-gray-100, #353535);border-radius:10px;outline:none;transition-duration:0.3s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat var(--emw-color-white, #FFFFFF);background-position:calc(100% - 0.75rem) center}.PlayerInfoBox select:focus,.PlayerInfoBox select :focus-within,.PlayerInfoBox select :focus-visible,.PlayerInfoBox select :visited{border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));box-shadow:0 0 0 1pt var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerInfoBox input::-webkit-outer-spin-button,.PlayerInfoBox input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.PlayerInfoBox input[type=number]{-moz-appearance:textfield;appearance:textfield}.PlayerLocationContent{display:grid;grid-column-gap:50px;grid-row-gap:24px;grid-template-rows:auto;grid-template-columns:1fr 1fr;padding-bottom:30px}.PlayerNotificationBox{margin-top:5px;margin-bottom:5px}.PlayerNotificationBox label{display:inline-flex;position:relative;align-items:center}.PlayerNotificationBox label span{font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-light, 300)}.PlayerNotificationBox label input{height:20px;width:20px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border-radius:50px;outline:none;transition-duration:0.3s;background-color:var(--emw-color-gray-100, #E6E6E6);cursor:pointer;margin-right:10px}.PlayerNotificationBox label input:checked{background-color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerNotificationBox label .Checkmark{left:10px;top:7px;width:4px;height:8px;border:solid var(--emw-color-white, #FFFFFF);border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);position:absolute}.PlayerDetailsButtonsArea{grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{cursor:pointer;border-radius:5px;display:flex;align-items:center;justify-content:center;font-size:var(--emw--size-standard, 16px);color:var(--emw--pam-contrast, var(--emw-color-contrast, #07072A));text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;max-width:400px;min-width:200px}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);color:var(--emw--button-text-color, #FFFFFF);border-radius:var(--emw--button-border-radius, 50px);max-width:400px;min-width:200px;padding:13px 0;width:100%}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{opacity:0.3;cursor:not-allowed}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton{background:transparent;border:1px solid var(--emw-color-gray-300, #58586B)}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton:active{background:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.PlayerDetailsButtonsArea .PlayerDetailsCancelButton.PlayerButtonDisabled{background:transparent;border:1px solid var(--emw-color-gray-300, #58586B);cursor:not-allowed;opacity:0.6}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile{width:100%;grid-template-columns:1fr 1fr}.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsSaveButton,.PlayerDetailsButtonsArea.PlayerDetailsButtonsAreaMobile .PlayerDetailsCancelButton{height:40px;font-size:var(--emw--size-x-small, 12px)}.PlayerNotificationsCheckboxArea{padding-bottom:30px}.PlayerInfoWrapperMobile{padding:20px 15px;background:var(--emw-color-gray-50, #F9F8F8);max-width:unset;border-radius:0}.PlayerInfoWrapperMobile .PlayerDetailsContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsHeader h3,.PlayerInfoWrapperMobile .PlayerDetailsHeader h3,.PlayerInfoWrapperMobile .PlayerLocationHeader h3{color:ar(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--size-small, 14px);font-weight:var(--emw--font-weight-semibold, 500)}.PlayerInfoWrapperMobile .PlayerInfoBox label{color:var(--emw-color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(-emw--font-weight-normal, 400)}.PlayerInfoWrapperMobile .PlayerInfoBox input{color:var(--emw-color-gray-300, #58586B);font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerInfoBox select{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerLocationContent{grid-template-columns:1fr}.PlayerInfoWrapperMobile .PlayerNotificationsCheckboxArea .PlayerNotificationBox label{color:var(--emw--pam-typography, var(--emw-color-contrast, #07072A));font-size:var(--emw--size-x-small, 12px);font-weight:var(--emw--font-weight-light, 300)}.PlayerInfoWrapperMobile .PlayerDetailsButtonsArea{grid-column-gap:10px}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{font-size:var(--emw--size-x-small, 12px);height:40px;color:var(--emw-button-typography, var(--emw-color-white, #FFFFFF))}.PlayerInfoWrapperMobile .PlayerDetailsSaveButton.PlayerButtonDisabled,.PlayerInfoWrapperMobile .PlayerDetailsCancelButton.PlayerButtonDisabled{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperMobile .PlayerDetailsCancelButton{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperTablet{padding:40px 25% 40px 25%}.PlayerInfoWrapperTablet .PlayerDetailsContent{grid-row-gap:20px}.PlayerInfoWrapperTablet .MenuReturnButton{margin-bottom:30px}.PlayerInfoWrapperTablet .MenuReturnButton span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerDetailsHeader h3,.PlayerInfoWrapperTablet .PlayerLocationHeader h3,.PlayerInfoWrapperTablet .PlayerNotificationsHeader h3{font-size:24px}.PlayerInfoWrapperTablet .PlayerInfoBox label{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox input{height:30px;font-size:var(--emw--font-size-large, 20px);line-height:30px}.PlayerInfoWrapperTablet .PlayerInfoBox select{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerInfoBox .TogglePasswordVisibility{width:30px;top:26px}.PlayerInfoWrapperTablet .PlayerInfoBox .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerInfoBox:last-child .InvalidInput{font-size:var(--emw--size-standard, 16px);bottom:-50px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea{font-family:var(--emw--button-typography);grid-column-gap:40px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton,.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsCancelButton{font-size:var(--emw--font-size-large, 20px);height:56px}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton{color:var(--emw-button-typography, var(--emw-color-white, #FFFFFF))}.PlayerInfoWrapperTablet .PlayerDetailsButtonsArea .PlayerDetailsSaveButton.PlayerButtonDisabled{color:var(--emw-color-gray-300, #58586B)}.PlayerInfoWrapperTablet .PlayerNotificationBox label span{font-size:var(--emw--font-size-large, 20px)}.PlayerInfoWrapperTablet .PlayerNotificationBox label input{height:26px;width:26px}.PlayerInfoWrapperTablet .PlayerNotificationBox label .Checkmark{left:50px;top:9px}.PlayerDetailsConfirmSave{background:var(--emw-color-valid, var(--emw-color-green, #48952a));color:var(--emw-button-typography, var(--emw-color-white, #FFFFFF));padding:16px;border-radius:5px;margin-top:16px}.PlayerDetailsConfirmSave .PlayerDetailsConfirmSaveText{padding:0;margin:0}`);
|
|
4653
4659
|
}
|
|
4654
4660
|
function vn(e, t, r) {
|
|
4655
4661
|
const i = e.slice();
|
|
@@ -5579,7 +5585,7 @@ function qs(e) {
|
|
|
5579
5585
|
}
|
|
5580
5586
|
function Ys(e, t, r) {
|
|
5581
5587
|
let i;
|
|
5582
|
-
|
|
5588
|
+
Po(e, Gs, (b) => r(15, i = b));
|
|
5583
5589
|
let { userid: n } = t, { sessionid: o } = t, { endpoint: a } = t, { lang: s = "en" } = t, { clientstyling: c } = t, { clientstylingurl: u } = t, { translationurl: h } = t, { custominputtextswitch: d = "false" } = t, p, _ = !0;
|
|
5584
5590
|
const S = zs(window.navigator.userAgent) !== "PC";
|
|
5585
5591
|
let g = null, D = null, B = null, k = null, R, fe;
|
|
@@ -5790,7 +5796,7 @@ function Ys(e, t, r) {
|
|
|
5790
5796
|
yn(b, bn[b]);
|
|
5791
5797
|
});
|
|
5792
5798
|
function Ye() {
|
|
5793
|
-
y.mobile.prefix =
|
|
5799
|
+
y.mobile.prefix = Ao(this), r(4, y), r(3, g);
|
|
5794
5800
|
}
|
|
5795
5801
|
function Ke() {
|
|
5796
5802
|
y.mobile.number = this.value, r(4, y), r(3, g);
|
|
@@ -5877,9 +5883,9 @@ function Ys(e, t, r) {
|
|
|
5877
5883
|
et
|
|
5878
5884
|
];
|
|
5879
5885
|
}
|
|
5880
|
-
class Ks extends
|
|
5886
|
+
class Ks extends Uo {
|
|
5881
5887
|
constructor(t) {
|
|
5882
|
-
super(),
|
|
5888
|
+
super(), Fo(
|
|
5883
5889
|
this,
|
|
5884
5890
|
t,
|
|
5885
5891
|
Ys,
|
|
@@ -5948,7 +5954,7 @@ class Ks extends jo {
|
|
|
5948
5954
|
this.$$set({ custominputtextswitch: t }), we();
|
|
5949
5955
|
}
|
|
5950
5956
|
}
|
|
5951
|
-
|
|
5957
|
+
Ro(Ks, { userid: {}, sessionid: {}, endpoint: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, custominputtextswitch: {} }, [], [], !0);
|
|
5952
5958
|
export {
|
|
5953
5959
|
Ks as default
|
|
5954
5960
|
};
|