@everymatrix/casino-tournaments-tab 1.86.3 → 1.86.5
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/{CasinoTournamentsTab-DRLg4oeD.js → CasinoTournamentsTab-C32EjHEa.js} +753 -732
- package/components/{CasinoTournamentsTab-CHpA7UyH.js → CasinoTournamentsTab-D5CTMAEx.js} +705 -684
- package/components/CasinoTournamentsTab-alsBtUTn.cjs +18 -0
- package/es2015/casino-tournaments-tab.cjs +1 -1
- package/es2015/casino-tournaments-tab.js +1 -1
- package/esnext/casino-tournaments-tab.js +1 -1
- package/package.json +1 -1
- package/components/CasinoTournamentsTab-DcCZHhw6.cjs +0 -18
|
@@ -1,26 +1,26 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
1
|
+
var pr = Object.defineProperty, mr = Object.defineProperties;
|
|
2
|
+
var dr = Object.getOwnPropertyDescriptors;
|
|
3
3
|
var se = Object.getOwnPropertySymbols;
|
|
4
|
-
var
|
|
5
|
-
var
|
|
4
|
+
var tt = Object.prototype.hasOwnProperty, rt = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var Se = (e, t, r) => t in e ? pr(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, $ = (e, t) => {
|
|
6
6
|
for (var r in t || (t = {}))
|
|
7
|
-
|
|
7
|
+
tt.call(t, r) && Se(e, r, t[r]);
|
|
8
8
|
if (se)
|
|
9
9
|
for (var r of se(t))
|
|
10
|
-
|
|
10
|
+
rt.call(t, r) && Se(e, r, t[r]);
|
|
11
11
|
return e;
|
|
12
|
-
}, ae = (e, t) =>
|
|
13
|
-
var
|
|
12
|
+
}, ae = (e, t) => mr(e, dr(t));
|
|
13
|
+
var nt = (e, t) => {
|
|
14
14
|
var r = {};
|
|
15
15
|
for (var n in e)
|
|
16
|
-
|
|
16
|
+
tt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
17
17
|
if (e != null && se)
|
|
18
18
|
for (var n of se(e))
|
|
19
|
-
t.indexOf(n) < 0 &&
|
|
19
|
+
t.indexOf(n) < 0 && rt.call(e, n) && (r[n] = e[n]);
|
|
20
20
|
return r;
|
|
21
21
|
};
|
|
22
|
-
var x = (e, t, r) => (
|
|
23
|
-
var
|
|
22
|
+
var x = (e, t, r) => (Se(e, typeof t != "symbol" ? t + "" : t, r), r);
|
|
23
|
+
var it = (e, t, r) => new Promise((n, i) => {
|
|
24
24
|
var o = (h) => {
|
|
25
25
|
try {
|
|
26
26
|
a(r.next(h));
|
|
@@ -38,25 +38,25 @@ var rt = (e, t, r) => new Promise((n, i) => {
|
|
|
38
38
|
});
|
|
39
39
|
function w() {
|
|
40
40
|
}
|
|
41
|
-
function
|
|
41
|
+
function Lt(e) {
|
|
42
42
|
return e();
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function ot() {
|
|
45
45
|
return /* @__PURE__ */ Object.create(null);
|
|
46
46
|
}
|
|
47
|
-
function
|
|
48
|
-
e.forEach(
|
|
47
|
+
function ee(e) {
|
|
48
|
+
e.forEach(Lt);
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function Je(e) {
|
|
51
51
|
return typeof e == "function";
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function Ct(e, t) {
|
|
54
54
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
55
55
|
}
|
|
56
56
|
function br(e) {
|
|
57
57
|
return Object.keys(e).length === 0;
|
|
58
58
|
}
|
|
59
|
-
function
|
|
59
|
+
function gr(e, ...t) {
|
|
60
60
|
if (e == null) {
|
|
61
61
|
for (const n of t)
|
|
62
62
|
n(void 0);
|
|
@@ -68,14 +68,14 @@ function dr(e, ...t) {
|
|
|
68
68
|
function C(e, t) {
|
|
69
69
|
e.appendChild(t);
|
|
70
70
|
}
|
|
71
|
-
function
|
|
72
|
-
const n =
|
|
71
|
+
function vr(e, t, r) {
|
|
72
|
+
const n = yr(e);
|
|
73
73
|
if (!n.getElementById(t)) {
|
|
74
74
|
const i = I("style");
|
|
75
|
-
i.id = t, i.textContent = r,
|
|
75
|
+
i.id = t, i.textContent = r, _r(n, i);
|
|
76
76
|
}
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function yr(e) {
|
|
79
79
|
if (!e)
|
|
80
80
|
return document;
|
|
81
81
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -85,17 +85,17 @@ function vr(e) {
|
|
|
85
85
|
t
|
|
86
86
|
) : e.ownerDocument;
|
|
87
87
|
}
|
|
88
|
-
function
|
|
88
|
+
function _r(e, t) {
|
|
89
89
|
return C(
|
|
90
90
|
/** @type {Document} */
|
|
91
91
|
e.head || e,
|
|
92
92
|
t
|
|
93
93
|
), t.sheet;
|
|
94
94
|
}
|
|
95
|
-
function
|
|
95
|
+
function te(e, t, r) {
|
|
96
96
|
e.insertBefore(t, r || null);
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function X(e) {
|
|
99
99
|
e.parentNode && e.parentNode.removeChild(e);
|
|
100
100
|
}
|
|
101
101
|
function Er(e, t) {
|
|
@@ -105,22 +105,22 @@ function Er(e, t) {
|
|
|
105
105
|
function I(e) {
|
|
106
106
|
return document.createElement(e);
|
|
107
107
|
}
|
|
108
|
-
function
|
|
108
|
+
function Ye(e) {
|
|
109
109
|
return document.createTextNode(e);
|
|
110
110
|
}
|
|
111
|
-
function
|
|
112
|
-
return
|
|
111
|
+
function st() {
|
|
112
|
+
return Ye(" ");
|
|
113
113
|
}
|
|
114
|
-
function
|
|
114
|
+
function xr(e, t, r, n) {
|
|
115
115
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
116
116
|
}
|
|
117
|
-
function
|
|
117
|
+
function T(e, t, r) {
|
|
118
118
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
119
119
|
}
|
|
120
|
-
function
|
|
120
|
+
function Sr(e) {
|
|
121
121
|
return Array.from(e.childNodes);
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function Mt(e, t) {
|
|
124
124
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
125
125
|
t);
|
|
126
126
|
}
|
|
@@ -133,90 +133,90 @@ function Tr(e) {
|
|
|
133
133
|
}
|
|
134
134
|
), t;
|
|
135
135
|
}
|
|
136
|
-
let
|
|
137
|
-
function
|
|
138
|
-
|
|
136
|
+
let Y;
|
|
137
|
+
function J(e) {
|
|
138
|
+
Y = e;
|
|
139
139
|
}
|
|
140
|
-
function
|
|
141
|
-
if (!
|
|
140
|
+
function wr() {
|
|
141
|
+
if (!Y)
|
|
142
142
|
throw new Error("Function called outside component initialization");
|
|
143
|
-
return
|
|
143
|
+
return Y;
|
|
144
144
|
}
|
|
145
|
-
function
|
|
146
|
-
|
|
145
|
+
function $t(e) {
|
|
146
|
+
wr().$$.on_mount.push(e);
|
|
147
147
|
}
|
|
148
|
-
const D = [],
|
|
148
|
+
const D = [], Ne = [];
|
|
149
149
|
let G = [];
|
|
150
|
-
const
|
|
151
|
-
let
|
|
152
|
-
function
|
|
153
|
-
|
|
150
|
+
const at = [], Hr = /* @__PURE__ */ Promise.resolve();
|
|
151
|
+
let Le = !1;
|
|
152
|
+
function Ar() {
|
|
153
|
+
Le || (Le = !0, Hr.then(P));
|
|
154
154
|
}
|
|
155
|
-
function
|
|
155
|
+
function Ce(e) {
|
|
156
156
|
G.push(e);
|
|
157
157
|
}
|
|
158
|
-
const
|
|
159
|
-
let
|
|
158
|
+
const Te = /* @__PURE__ */ new Set();
|
|
159
|
+
let R = 0;
|
|
160
160
|
function P() {
|
|
161
|
-
if (
|
|
161
|
+
if (R !== 0)
|
|
162
162
|
return;
|
|
163
|
-
const e =
|
|
163
|
+
const e = Y;
|
|
164
164
|
do {
|
|
165
165
|
try {
|
|
166
|
-
for (;
|
|
167
|
-
const t = D[
|
|
168
|
-
|
|
166
|
+
for (; R < D.length; ) {
|
|
167
|
+
const t = D[R];
|
|
168
|
+
R++, J(t), Br(t.$$);
|
|
169
169
|
}
|
|
170
170
|
} catch (t) {
|
|
171
|
-
throw D.length = 0,
|
|
171
|
+
throw D.length = 0, R = 0, t;
|
|
172
172
|
}
|
|
173
|
-
for (
|
|
174
|
-
|
|
173
|
+
for (J(null), D.length = 0, R = 0; Ne.length; )
|
|
174
|
+
Ne.pop()();
|
|
175
175
|
for (let t = 0; t < G.length; t += 1) {
|
|
176
176
|
const r = G[t];
|
|
177
|
-
|
|
177
|
+
Te.has(r) || (Te.add(r), r());
|
|
178
178
|
}
|
|
179
179
|
G.length = 0;
|
|
180
180
|
} while (D.length);
|
|
181
|
-
for (;
|
|
182
|
-
|
|
183
|
-
|
|
181
|
+
for (; at.length; )
|
|
182
|
+
at.pop()();
|
|
183
|
+
Le = !1, Te.clear(), J(e);
|
|
184
184
|
}
|
|
185
185
|
function Br(e) {
|
|
186
186
|
if (e.fragment !== null) {
|
|
187
|
-
e.update(),
|
|
187
|
+
e.update(), ee(e.before_update);
|
|
188
188
|
const t = e.dirty;
|
|
189
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
189
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ce);
|
|
190
190
|
}
|
|
191
191
|
}
|
|
192
|
-
function
|
|
192
|
+
function Pr(e) {
|
|
193
193
|
const t = [], r = [];
|
|
194
194
|
G.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), G = t;
|
|
195
195
|
}
|
|
196
|
-
const
|
|
197
|
-
function
|
|
198
|
-
e && e.i && (
|
|
196
|
+
const Or = /* @__PURE__ */ new Set();
|
|
197
|
+
function Ir(e, t) {
|
|
198
|
+
e && e.i && (Or.delete(e), e.i(t));
|
|
199
199
|
}
|
|
200
|
-
function
|
|
200
|
+
function ut(e) {
|
|
201
201
|
return (e == null ? void 0 : e.length) !== void 0 ? e : Array.from(e);
|
|
202
202
|
}
|
|
203
|
-
function
|
|
203
|
+
function Nr(e, t, r) {
|
|
204
204
|
const { fragment: n, after_update: i } = e.$$;
|
|
205
|
-
n && n.m(t, r),
|
|
206
|
-
const o = e.$$.on_mount.map(
|
|
207
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...o) :
|
|
208
|
-
}), i.forEach(
|
|
205
|
+
n && n.m(t, r), Ce(() => {
|
|
206
|
+
const o = e.$$.on_mount.map(Lt).filter(Je);
|
|
207
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ee(o), e.$$.on_mount = [];
|
|
208
|
+
}), i.forEach(Ce);
|
|
209
209
|
}
|
|
210
210
|
function Lr(e, t) {
|
|
211
211
|
const r = e.$$;
|
|
212
|
-
r.fragment !== null && (
|
|
212
|
+
r.fragment !== null && (Pr(r.after_update), ee(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
213
213
|
}
|
|
214
|
-
function
|
|
215
|
-
e.$$.dirty[0] === -1 && (D.push(e),
|
|
214
|
+
function Cr(e, t) {
|
|
215
|
+
e.$$.dirty[0] === -1 && (D.push(e), Ar(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
216
216
|
}
|
|
217
|
-
function
|
|
218
|
-
const h =
|
|
219
|
-
|
|
217
|
+
function Mr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
218
|
+
const h = Y;
|
|
219
|
+
J(e);
|
|
220
220
|
const u = e.$$ = {
|
|
221
221
|
fragment: null,
|
|
222
222
|
ctx: [],
|
|
@@ -224,7 +224,7 @@ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
224
224
|
props: o,
|
|
225
225
|
update: w,
|
|
226
226
|
not_equal: i,
|
|
227
|
-
bound:
|
|
227
|
+
bound: ot(),
|
|
228
228
|
// lifecycle
|
|
229
229
|
on_mount: [],
|
|
230
230
|
on_destroy: [],
|
|
@@ -233,7 +233,7 @@ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
233
233
|
after_update: [],
|
|
234
234
|
context: new Map(t.context || (h ? h.$$.context : [])),
|
|
235
235
|
// everything else
|
|
236
|
-
callbacks:
|
|
236
|
+
callbacks: ot(),
|
|
237
237
|
dirty: a,
|
|
238
238
|
skip_bound: !1,
|
|
239
239
|
root: t.target || h.$$.root
|
|
@@ -241,20 +241,20 @@ function Cr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
241
241
|
s && s(u.root);
|
|
242
242
|
let l = !1;
|
|
243
243
|
if (u.ctx = r ? r(e, t.props || {}, (f, c, ...p) => {
|
|
244
|
-
const
|
|
245
|
-
return u.ctx && i(u.ctx[f], u.ctx[f] =
|
|
246
|
-
}) : [], u.update(), l = !0,
|
|
244
|
+
const d = p.length ? p[0] : c;
|
|
245
|
+
return u.ctx && i(u.ctx[f], u.ctx[f] = d) && (!u.skip_bound && u.bound[f] && u.bound[f](d), l && Cr(e, f)), c;
|
|
246
|
+
}) : [], u.update(), l = !0, ee(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
247
247
|
if (t.hydrate) {
|
|
248
|
-
const f =
|
|
249
|
-
u.fragment && u.fragment.l(f), f.forEach(
|
|
248
|
+
const f = Sr(t.target);
|
|
249
|
+
u.fragment && u.fragment.l(f), f.forEach(X);
|
|
250
250
|
} else
|
|
251
251
|
u.fragment && u.fragment.c();
|
|
252
|
-
t.intro &&
|
|
252
|
+
t.intro && Ir(e.$$.fragment), Nr(e, t.target, t.anchor), P();
|
|
253
253
|
}
|
|
254
|
-
|
|
254
|
+
J(h);
|
|
255
255
|
}
|
|
256
|
-
let
|
|
257
|
-
typeof HTMLElement == "function" && (
|
|
256
|
+
let Rt;
|
|
257
|
+
typeof HTMLElement == "function" && (Rt = class extends HTMLElement {
|
|
258
258
|
constructor(t, r, n) {
|
|
259
259
|
super();
|
|
260
260
|
/** The Svelte component constructor */
|
|
@@ -291,24 +291,24 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
|
|
|
291
291
|
}
|
|
292
292
|
}
|
|
293
293
|
connectedCallback() {
|
|
294
|
-
return
|
|
294
|
+
return it(this, null, function* () {
|
|
295
295
|
if (this.$$cn = !0, !this.$$c) {
|
|
296
296
|
let t = function(o) {
|
|
297
297
|
return () => {
|
|
298
298
|
let s;
|
|
299
299
|
return {
|
|
300
300
|
c: function() {
|
|
301
|
-
s = I("slot"), o !== "default" &&
|
|
301
|
+
s = I("slot"), o !== "default" && T(s, "name", o);
|
|
302
302
|
},
|
|
303
303
|
/**
|
|
304
304
|
* @param {HTMLElement} target
|
|
305
305
|
* @param {HTMLElement} [anchor]
|
|
306
306
|
*/
|
|
307
307
|
m: function(u, l) {
|
|
308
|
-
|
|
308
|
+
te(u, s, l);
|
|
309
309
|
},
|
|
310
310
|
d: function(u) {
|
|
311
|
-
u &&
|
|
311
|
+
u && X(s);
|
|
312
312
|
}
|
|
313
313
|
};
|
|
314
314
|
};
|
|
@@ -326,7 +326,7 @@ typeof HTMLElement == "function" && (Mt = class extends HTMLElement {
|
|
|
326
326
|
!(o in this.$$d) && this[o] !== void 0 && (this.$$d[o] = this[o], delete this[o]);
|
|
327
327
|
this.$$c = new this.$$ctor({
|
|
328
328
|
target: this.shadowRoot || this,
|
|
329
|
-
props: ae(
|
|
329
|
+
props: ae($({}, this.$$d), {
|
|
330
330
|
$$slots: r,
|
|
331
331
|
$$scope: {
|
|
332
332
|
ctx: []
|
|
@@ -404,8 +404,8 @@ function le(e, t, r, n) {
|
|
|
404
404
|
return t;
|
|
405
405
|
}
|
|
406
406
|
}
|
|
407
|
-
function
|
|
408
|
-
let s = class extends
|
|
407
|
+
function $r(e, t, r, n, i, o) {
|
|
408
|
+
let s = class extends Rt {
|
|
409
409
|
constructor() {
|
|
410
410
|
super(e, r, i), this.$$p_d = t;
|
|
411
411
|
}
|
|
@@ -465,7 +465,7 @@ class Rr {
|
|
|
465
465
|
* @returns {() => void}
|
|
466
466
|
*/
|
|
467
467
|
$on(t, r) {
|
|
468
|
-
if (!
|
|
468
|
+
if (!Je(r))
|
|
469
469
|
return w;
|
|
470
470
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
471
471
|
return n.push(r), () => {
|
|
@@ -481,18 +481,18 @@ class Rr {
|
|
|
481
481
|
this.$$set && !br(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
482
482
|
}
|
|
483
483
|
}
|
|
484
|
-
const
|
|
485
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
486
|
-
const
|
|
484
|
+
const Ur = "4";
|
|
485
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ur);
|
|
486
|
+
const Dr = (e) => (r) => {
|
|
487
487
|
Object.keys(e).map((n) => {
|
|
488
488
|
if (r.data && r.data.type == n) {
|
|
489
|
-
const i = r.data, { type: o } = i, s =
|
|
489
|
+
const i = r.data, { type: o } = i, s = nt(i, ["type"]);
|
|
490
490
|
e[n](s);
|
|
491
491
|
}
|
|
492
492
|
});
|
|
493
|
-
},
|
|
494
|
-
const t =
|
|
495
|
-
|
|
493
|
+
}, Gr = (e) => {
|
|
494
|
+
const t = Dr(e);
|
|
495
|
+
$t(() => (window.addEventListener("message", t, !1), () => {
|
|
496
496
|
window.removeEventListener("message", t);
|
|
497
497
|
}));
|
|
498
498
|
};
|
|
@@ -510,43 +510,24 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
510
510
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
511
511
|
PERFORMANCE OF THIS SOFTWARE.
|
|
512
512
|
***************************************************************************** */
|
|
513
|
-
var
|
|
514
|
-
return
|
|
513
|
+
var Me = function(e, t) {
|
|
514
|
+
return Me = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
515
515
|
r.__proto__ = n;
|
|
516
516
|
} || function(r, n) {
|
|
517
517
|
for (var i in n)
|
|
518
518
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
519
|
-
},
|
|
519
|
+
}, Me(e, t);
|
|
520
520
|
};
|
|
521
|
-
function
|
|
521
|
+
function re(e, t) {
|
|
522
522
|
if (typeof t != "function" && t !== null)
|
|
523
523
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
524
|
-
|
|
524
|
+
Me(e, t);
|
|
525
525
|
function r() {
|
|
526
526
|
this.constructor = e;
|
|
527
527
|
}
|
|
528
528
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
529
529
|
}
|
|
530
|
-
|
|
531
|
-
return y = Object.assign || function(t) {
|
|
532
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
533
|
-
r = arguments[n];
|
|
534
|
-
for (var o in r)
|
|
535
|
-
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
536
|
-
}
|
|
537
|
-
return t;
|
|
538
|
-
}, y.apply(this, arguments);
|
|
539
|
-
};
|
|
540
|
-
function Gr(e, t) {
|
|
541
|
-
var r = {};
|
|
542
|
-
for (var n in e)
|
|
543
|
-
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
544
|
-
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
545
|
-
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
546
|
-
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
547
|
-
return r;
|
|
548
|
-
}
|
|
549
|
-
function Ce(e) {
|
|
530
|
+
function $e(e) {
|
|
550
531
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
551
532
|
if (r)
|
|
552
533
|
return r.call(e);
|
|
@@ -558,7 +539,7 @@ function Ce(e) {
|
|
|
558
539
|
};
|
|
559
540
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
560
541
|
}
|
|
561
|
-
function
|
|
542
|
+
function Re(e, t) {
|
|
562
543
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
563
544
|
if (!r)
|
|
564
545
|
return e;
|
|
@@ -578,8 +559,8 @@ function Me(e, t) {
|
|
|
578
559
|
}
|
|
579
560
|
return o;
|
|
580
561
|
}
|
|
581
|
-
function
|
|
582
|
-
if (
|
|
562
|
+
function Ue(e, t, r) {
|
|
563
|
+
if (arguments.length === 2)
|
|
583
564
|
for (var n = 0, i = t.length, o; n < i; n++)
|
|
584
565
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
585
566
|
return e.concat(o || t);
|
|
@@ -587,13 +568,13 @@ function F(e, t, r) {
|
|
|
587
568
|
function B(e) {
|
|
588
569
|
return typeof e == "function";
|
|
589
570
|
}
|
|
590
|
-
function
|
|
571
|
+
function Ut(e) {
|
|
591
572
|
var t = function(n) {
|
|
592
573
|
Error.call(n), n.stack = new Error().stack;
|
|
593
574
|
}, r = e(t);
|
|
594
575
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
595
576
|
}
|
|
596
|
-
var
|
|
577
|
+
var we = Ut(function(e) {
|
|
597
578
|
return function(r) {
|
|
598
579
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
599
580
|
` + r.map(function(n, i) {
|
|
@@ -602,13 +583,13 @@ var Te = Rt(function(e) {
|
|
|
602
583
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
603
584
|
};
|
|
604
585
|
});
|
|
605
|
-
function
|
|
586
|
+
function De(e, t) {
|
|
606
587
|
if (e) {
|
|
607
588
|
var r = e.indexOf(t);
|
|
608
589
|
0 <= r && e.splice(r, 1);
|
|
609
590
|
}
|
|
610
591
|
}
|
|
611
|
-
var
|
|
592
|
+
var ge = function() {
|
|
612
593
|
function e(t) {
|
|
613
594
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
614
595
|
}
|
|
@@ -620,7 +601,7 @@ var de = function() {
|
|
|
620
601
|
if (s)
|
|
621
602
|
if (this._parentage = null, Array.isArray(s))
|
|
622
603
|
try {
|
|
623
|
-
for (var a =
|
|
604
|
+
for (var a = $e(s), h = a.next(); !h.done; h = a.next()) {
|
|
624
605
|
var u = h.value;
|
|
625
606
|
u.remove(this);
|
|
626
607
|
}
|
|
@@ -641,18 +622,18 @@ var de = function() {
|
|
|
641
622
|
try {
|
|
642
623
|
l();
|
|
643
624
|
} catch (v) {
|
|
644
|
-
o = v instanceof
|
|
625
|
+
o = v instanceof we ? v.errors : [v];
|
|
645
626
|
}
|
|
646
627
|
var f = this._finalizers;
|
|
647
628
|
if (f) {
|
|
648
629
|
this._finalizers = null;
|
|
649
630
|
try {
|
|
650
|
-
for (var c =
|
|
651
|
-
var
|
|
631
|
+
for (var c = $e(f), p = c.next(); !p.done; p = c.next()) {
|
|
632
|
+
var d = p.value;
|
|
652
633
|
try {
|
|
653
|
-
|
|
634
|
+
ht(d);
|
|
654
635
|
} catch (v) {
|
|
655
|
-
o = o != null ? o : [], v instanceof
|
|
636
|
+
o = o != null ? o : [], v instanceof we ? o = Ue(Ue([], Re(o)), Re(v.errors)) : o.push(v);
|
|
656
637
|
}
|
|
657
638
|
}
|
|
658
639
|
} catch (v) {
|
|
@@ -667,13 +648,13 @@ var de = function() {
|
|
|
667
648
|
}
|
|
668
649
|
}
|
|
669
650
|
if (o)
|
|
670
|
-
throw new
|
|
651
|
+
throw new we(o);
|
|
671
652
|
}
|
|
672
653
|
}, e.prototype.add = function(t) {
|
|
673
654
|
var r;
|
|
674
655
|
if (t && t !== this)
|
|
675
656
|
if (this.closed)
|
|
676
|
-
|
|
657
|
+
ht(t);
|
|
677
658
|
else {
|
|
678
659
|
if (t instanceof e) {
|
|
679
660
|
if (t.closed || t._hasParent(this))
|
|
@@ -690,56 +671,52 @@ var de = function() {
|
|
|
690
671
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
691
672
|
}, e.prototype._removeParent = function(t) {
|
|
692
673
|
var r = this._parentage;
|
|
693
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
674
|
+
r === t ? this._parentage = null : Array.isArray(r) && De(r, t);
|
|
694
675
|
}, e.prototype.remove = function(t) {
|
|
695
676
|
var r = this._finalizers;
|
|
696
|
-
r &&
|
|
677
|
+
r && De(r, t), t instanceof e && t._removeParent(this);
|
|
697
678
|
}, e.EMPTY = function() {
|
|
698
679
|
var t = new e();
|
|
699
680
|
return t.closed = !0, t;
|
|
700
681
|
}(), e;
|
|
701
|
-
}(),
|
|
702
|
-
function
|
|
703
|
-
return e instanceof
|
|
682
|
+
}(), Dt = ge.EMPTY;
|
|
683
|
+
function Gt(e) {
|
|
684
|
+
return e instanceof ge || e && "closed" in e && B(e.remove) && B(e.add) && B(e.unsubscribe);
|
|
704
685
|
}
|
|
705
|
-
function
|
|
686
|
+
function ht(e) {
|
|
706
687
|
B(e) ? e() : e.unsubscribe();
|
|
707
688
|
}
|
|
708
|
-
var
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
Promise: void 0,
|
|
712
|
-
useDeprecatedSynchronousErrorHandling: !1,
|
|
713
|
-
useDeprecatedNextContext: !1
|
|
714
|
-
}, Fr = {
|
|
689
|
+
var Fr = {
|
|
690
|
+
Promise: void 0
|
|
691
|
+
}, jr = {
|
|
715
692
|
setTimeout: function(e, t) {
|
|
716
693
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
717
694
|
r[n - 2] = arguments[n];
|
|
718
|
-
return setTimeout.apply(void 0,
|
|
695
|
+
return setTimeout.apply(void 0, Ue([e, t], Re(r)));
|
|
719
696
|
},
|
|
720
697
|
clearTimeout: function(e) {
|
|
721
698
|
return clearTimeout(e);
|
|
722
699
|
},
|
|
723
700
|
delegate: void 0
|
|
724
701
|
};
|
|
725
|
-
function
|
|
726
|
-
|
|
702
|
+
function kr(e) {
|
|
703
|
+
jr.setTimeout(function() {
|
|
727
704
|
throw e;
|
|
728
705
|
});
|
|
729
706
|
}
|
|
730
|
-
function
|
|
707
|
+
function lt() {
|
|
731
708
|
}
|
|
732
709
|
function fe(e) {
|
|
733
710
|
e();
|
|
734
711
|
}
|
|
735
|
-
var
|
|
736
|
-
|
|
712
|
+
var Ft = function(e) {
|
|
713
|
+
re(t, e);
|
|
737
714
|
function t(r) {
|
|
738
715
|
var n = e.call(this) || this;
|
|
739
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
716
|
+
return n.isStopped = !1, r ? (n.destination = r, Gt(r) && r.add(n)) : n.destination = zr, n;
|
|
740
717
|
}
|
|
741
718
|
return t.create = function(r, n, i) {
|
|
742
|
-
return new
|
|
719
|
+
return new Ge(r, n, i);
|
|
743
720
|
}, t.prototype.next = function(r) {
|
|
744
721
|
this.isStopped || this._next(r);
|
|
745
722
|
}, t.prototype.error = function(r) {
|
|
@@ -763,11 +740,7 @@ var Gt = function(e) {
|
|
|
763
740
|
this.unsubscribe();
|
|
764
741
|
}
|
|
765
742
|
}, t;
|
|
766
|
-
}(
|
|
767
|
-
function Se(e, t) {
|
|
768
|
-
return kr.call(e, t);
|
|
769
|
-
}
|
|
770
|
-
var Vr = function() {
|
|
743
|
+
}(ge), Vr = function() {
|
|
771
744
|
function e(t) {
|
|
772
745
|
this.partialObserver = t;
|
|
773
746
|
}
|
|
@@ -798,41 +771,29 @@ var Vr = function() {
|
|
|
798
771
|
ue(r);
|
|
799
772
|
}
|
|
800
773
|
}, e;
|
|
801
|
-
}(),
|
|
802
|
-
|
|
774
|
+
}(), Ge = function(e) {
|
|
775
|
+
re(t, e);
|
|
803
776
|
function t(r, n, i) {
|
|
804
777
|
var o = e.call(this) || this, s;
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
};
|
|
811
|
-
else {
|
|
812
|
-
var a;
|
|
813
|
-
o && Dt.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
|
|
814
|
-
return o.unsubscribe();
|
|
815
|
-
}, s = {
|
|
816
|
-
next: r.next && Se(r.next, a),
|
|
817
|
-
error: r.error && Se(r.error, a),
|
|
818
|
-
complete: r.complete && Se(r.complete, a)
|
|
819
|
-
}) : s = r;
|
|
820
|
-
}
|
|
821
|
-
return o.destination = new Vr(s), o;
|
|
778
|
+
return B(r) || !r ? s = {
|
|
779
|
+
next: r != null ? r : void 0,
|
|
780
|
+
error: n != null ? n : void 0,
|
|
781
|
+
complete: i != null ? i : void 0
|
|
782
|
+
} : s = r, o.destination = new Vr(s), o;
|
|
822
783
|
}
|
|
823
784
|
return t;
|
|
824
|
-
}(
|
|
785
|
+
}(Ft);
|
|
825
786
|
function ue(e) {
|
|
826
|
-
|
|
787
|
+
kr(e);
|
|
827
788
|
}
|
|
828
789
|
function Xr(e) {
|
|
829
790
|
throw e;
|
|
830
791
|
}
|
|
831
792
|
var zr = {
|
|
832
793
|
closed: !0,
|
|
833
|
-
next:
|
|
794
|
+
next: lt,
|
|
834
795
|
error: Xr,
|
|
835
|
-
complete:
|
|
796
|
+
complete: lt
|
|
836
797
|
}, Wr = function() {
|
|
837
798
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
838
799
|
}();
|
|
@@ -846,7 +807,7 @@ function Qr(e) {
|
|
|
846
807
|
}, r);
|
|
847
808
|
};
|
|
848
809
|
}
|
|
849
|
-
var
|
|
810
|
+
var ft = function() {
|
|
850
811
|
function e(t) {
|
|
851
812
|
t && (this._subscribe = t);
|
|
852
813
|
}
|
|
@@ -854,7 +815,7 @@ var ht = function() {
|
|
|
854
815
|
var r = new e();
|
|
855
816
|
return r.source = this, r.operator = t, r;
|
|
856
817
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
857
|
-
var i = this, o = Yr(t) ? t : new
|
|
818
|
+
var i = this, o = Yr(t) ? t : new Ge(t, r, n);
|
|
858
819
|
return fe(function() {
|
|
859
820
|
var s = i, a = s.operator, h = s.source;
|
|
860
821
|
o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
|
|
@@ -867,8 +828,8 @@ var ht = function() {
|
|
|
867
828
|
}
|
|
868
829
|
}, e.prototype.forEach = function(t, r) {
|
|
869
830
|
var n = this;
|
|
870
|
-
return r =
|
|
871
|
-
var s = new
|
|
831
|
+
return r = ct(r), new r(function(i, o) {
|
|
832
|
+
var s = new Ge({
|
|
872
833
|
next: function(a) {
|
|
873
834
|
try {
|
|
874
835
|
t(a);
|
|
@@ -892,7 +853,7 @@ var ht = function() {
|
|
|
892
853
|
return Qr(t)(this);
|
|
893
854
|
}, e.prototype.toPromise = function(t) {
|
|
894
855
|
var r = this;
|
|
895
|
-
return t =
|
|
856
|
+
return t = ct(t), new t(function(n, i) {
|
|
896
857
|
var o;
|
|
897
858
|
r.subscribe(function(s) {
|
|
898
859
|
return o = s;
|
|
@@ -906,28 +867,28 @@ var ht = function() {
|
|
|
906
867
|
return new e(t);
|
|
907
868
|
}, e;
|
|
908
869
|
}();
|
|
909
|
-
function
|
|
870
|
+
function ct(e) {
|
|
910
871
|
var t;
|
|
911
|
-
return (t = e != null ? e :
|
|
872
|
+
return (t = e != null ? e : Fr.Promise) !== null && t !== void 0 ? t : Promise;
|
|
912
873
|
}
|
|
913
874
|
function Jr(e) {
|
|
914
875
|
return e && B(e.next) && B(e.error) && B(e.complete);
|
|
915
876
|
}
|
|
916
877
|
function Yr(e) {
|
|
917
|
-
return e && e instanceof
|
|
878
|
+
return e && e instanceof Ft || Jr(e) && Gt(e);
|
|
918
879
|
}
|
|
919
|
-
var qr =
|
|
880
|
+
var qr = Ut(function(e) {
|
|
920
881
|
return function() {
|
|
921
882
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
922
883
|
};
|
|
923
|
-
}),
|
|
924
|
-
|
|
884
|
+
}), jt = function(e) {
|
|
885
|
+
re(t, e);
|
|
925
886
|
function t() {
|
|
926
887
|
var r = e.call(this) || this;
|
|
927
888
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
928
889
|
}
|
|
929
890
|
return t.prototype.lift = function(r) {
|
|
930
|
-
var n = new
|
|
891
|
+
var n = new pt(this, this);
|
|
931
892
|
return n.operator = r, n;
|
|
932
893
|
}, t.prototype._throwIfClosed = function() {
|
|
933
894
|
if (this.closed)
|
|
@@ -939,7 +900,7 @@ var qr = Rt(function(e) {
|
|
|
939
900
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
940
901
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
941
902
|
try {
|
|
942
|
-
for (var s =
|
|
903
|
+
for (var s = $e(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
943
904
|
var h = a.value;
|
|
944
905
|
h.next(r);
|
|
945
906
|
}
|
|
@@ -988,20 +949,20 @@ var qr = Rt(function(e) {
|
|
|
988
949
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
989
950
|
}, t.prototype._innerSubscribe = function(r) {
|
|
990
951
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
991
|
-
return o || s ?
|
|
992
|
-
n.currentObservers = null,
|
|
952
|
+
return o || s ? Dt : (this.currentObservers = null, a.push(r), new ge(function() {
|
|
953
|
+
n.currentObservers = null, De(a, r);
|
|
993
954
|
}));
|
|
994
955
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
995
956
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
996
957
|
i ? r.error(o) : s && r.complete();
|
|
997
958
|
}, t.prototype.asObservable = function() {
|
|
998
|
-
var r = new
|
|
959
|
+
var r = new ft();
|
|
999
960
|
return r.source = this, r;
|
|
1000
961
|
}, t.create = function(r, n) {
|
|
1001
|
-
return new
|
|
962
|
+
return new pt(r, n);
|
|
1002
963
|
}, t;
|
|
1003
|
-
}(
|
|
1004
|
-
|
|
964
|
+
}(ft), pt = function(e) {
|
|
965
|
+
re(t, e);
|
|
1005
966
|
function t(r, n) {
|
|
1006
967
|
var i = e.call(this) || this;
|
|
1007
968
|
return i.destination = r, i.source = n, i;
|
|
@@ -1017,17 +978,17 @@ var qr = Rt(function(e) {
|
|
|
1017
978
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
1018
979
|
}, t.prototype._subscribe = function(r) {
|
|
1019
980
|
var n, i;
|
|
1020
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
981
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Dt;
|
|
1021
982
|
}, t;
|
|
1022
|
-
}(
|
|
983
|
+
}(jt), kt = {
|
|
1023
984
|
now: function() {
|
|
1024
|
-
return (
|
|
985
|
+
return (kt.delegate || Date).now();
|
|
1025
986
|
},
|
|
1026
987
|
delegate: void 0
|
|
1027
988
|
}, Kr = function(e) {
|
|
1028
|
-
|
|
989
|
+
re(t, e);
|
|
1029
990
|
function t(r, n, i) {
|
|
1030
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
991
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = kt);
|
|
1031
992
|
var o = e.call(this) || this;
|
|
1032
993
|
return o._bufferSize = r, o._windowTime = n, o._timestampProvider = i, o._buffer = [], o._infiniteTimeWindow = !0, o._infiniteTimeWindow = n === 1 / 0, o._bufferSize = Math.max(1, r), o._windowTime = Math.max(1, n), o;
|
|
1033
994
|
}
|
|
@@ -1047,24 +1008,24 @@ var qr = Rt(function(e) {
|
|
|
1047
1008
|
u && o.splice(0, u + 1);
|
|
1048
1009
|
}
|
|
1049
1010
|
}, t;
|
|
1050
|
-
}(
|
|
1051
|
-
const
|
|
1052
|
-
if (
|
|
1011
|
+
}(jt);
|
|
1012
|
+
const mt = [], dt = {}, en = (e, t = 0) => {
|
|
1013
|
+
if (mt.indexOf(e) == -1) {
|
|
1053
1014
|
const r = new Kr(t);
|
|
1054
|
-
|
|
1015
|
+
dt[e] = r, mt.push(e);
|
|
1055
1016
|
}
|
|
1056
|
-
return
|
|
1017
|
+
return dt[e];
|
|
1057
1018
|
}, U = [];
|
|
1058
1019
|
function tn(e, t) {
|
|
1059
1020
|
return {
|
|
1060
|
-
subscribe:
|
|
1021
|
+
subscribe: ve(e, t).subscribe
|
|
1061
1022
|
};
|
|
1062
1023
|
}
|
|
1063
|
-
function
|
|
1024
|
+
function ve(e, t = w) {
|
|
1064
1025
|
let r;
|
|
1065
1026
|
const n = /* @__PURE__ */ new Set();
|
|
1066
1027
|
function i(a) {
|
|
1067
|
-
if (
|
|
1028
|
+
if (Ct(e, a) && (e = a, r)) {
|
|
1068
1029
|
const h = !U.length;
|
|
1069
1030
|
for (const u of n)
|
|
1070
1031
|
u[1](), U.push(u, e);
|
|
@@ -1086,7 +1047,7 @@ function ge(e, t = w) {
|
|
|
1086
1047
|
}
|
|
1087
1048
|
return { set: i, update: o, subscribe: s };
|
|
1088
1049
|
}
|
|
1089
|
-
function
|
|
1050
|
+
function z(e, t, r) {
|
|
1090
1051
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
1091
1052
|
if (!i.every(Boolean))
|
|
1092
1053
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
@@ -1099,13 +1060,13 @@ function W(e, t, r) {
|
|
|
1099
1060
|
if (l)
|
|
1100
1061
|
return;
|
|
1101
1062
|
f();
|
|
1102
|
-
const
|
|
1103
|
-
o ? s(
|
|
1063
|
+
const d = t(n ? u[0] : u, s, a);
|
|
1064
|
+
o ? s(d) : f = Je(d) ? d : w;
|
|
1104
1065
|
}, p = i.map(
|
|
1105
|
-
(
|
|
1106
|
-
|
|
1107
|
-
(
|
|
1108
|
-
u[v] =
|
|
1066
|
+
(d, v) => gr(
|
|
1067
|
+
d,
|
|
1068
|
+
(S) => {
|
|
1069
|
+
u[v] = S, l &= ~(1 << v), h && c();
|
|
1109
1070
|
},
|
|
1110
1071
|
() => {
|
|
1111
1072
|
l |= 1 << v;
|
|
@@ -1113,7 +1074,7 @@ function W(e, t, r) {
|
|
|
1113
1074
|
)
|
|
1114
1075
|
);
|
|
1115
1076
|
return h = !0, c(), function() {
|
|
1116
|
-
|
|
1077
|
+
ee(p), f(), h = !1;
|
|
1117
1078
|
};
|
|
1118
1079
|
});
|
|
1119
1080
|
}
|
|
@@ -1137,29 +1098,29 @@ function hn(e) {
|
|
|
1137
1098
|
function ln(e) {
|
|
1138
1099
|
return Array.isArray(e) ? [] : {};
|
|
1139
1100
|
}
|
|
1140
|
-
function
|
|
1141
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
1101
|
+
function q(e, t) {
|
|
1102
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? F(ln(e), e, t) : e;
|
|
1142
1103
|
}
|
|
1143
1104
|
function fn(e, t, r) {
|
|
1144
1105
|
return e.concat(t).map(function(n) {
|
|
1145
|
-
return
|
|
1106
|
+
return q(n, r);
|
|
1146
1107
|
});
|
|
1147
1108
|
}
|
|
1148
1109
|
function cn(e, t) {
|
|
1149
1110
|
if (!t.customMerge)
|
|
1150
|
-
return
|
|
1111
|
+
return F;
|
|
1151
1112
|
var r = t.customMerge(e);
|
|
1152
|
-
return typeof r == "function" ? r :
|
|
1113
|
+
return typeof r == "function" ? r : F;
|
|
1153
1114
|
}
|
|
1154
1115
|
function pn(e) {
|
|
1155
1116
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1156
1117
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1157
1118
|
}) : [];
|
|
1158
1119
|
}
|
|
1159
|
-
function
|
|
1120
|
+
function bt(e) {
|
|
1160
1121
|
return Object.keys(e).concat(pn(e));
|
|
1161
1122
|
}
|
|
1162
|
-
function
|
|
1123
|
+
function Vt(e, t) {
|
|
1163
1124
|
try {
|
|
1164
1125
|
return t in e;
|
|
1165
1126
|
} catch (r) {
|
|
@@ -1167,129 +1128,179 @@ function kt(e, t) {
|
|
|
1167
1128
|
}
|
|
1168
1129
|
}
|
|
1169
1130
|
function mn(e, t) {
|
|
1170
|
-
return
|
|
1131
|
+
return Vt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1171
1132
|
}
|
|
1172
|
-
function
|
|
1133
|
+
function dn(e, t, r) {
|
|
1173
1134
|
var n = {};
|
|
1174
|
-
return r.isMergeableObject(e) &&
|
|
1175
|
-
n[i] =
|
|
1176
|
-
}),
|
|
1177
|
-
mn(e, i) || (
|
|
1135
|
+
return r.isMergeableObject(e) && bt(e).forEach(function(i) {
|
|
1136
|
+
n[i] = q(e[i], r);
|
|
1137
|
+
}), bt(t).forEach(function(i) {
|
|
1138
|
+
mn(e, i) || (Vt(e, i) && r.isMergeableObject(t[i]) ? n[i] = cn(i, r)(e[i], t[i], r) : n[i] = q(t[i], r));
|
|
1178
1139
|
}), n;
|
|
1179
1140
|
}
|
|
1180
|
-
function
|
|
1181
|
-
r = r || {}, r.arrayMerge = r.arrayMerge || fn, r.isMergeableObject = r.isMergeableObject || nn, r.cloneUnlessOtherwiseSpecified =
|
|
1141
|
+
function F(e, t, r) {
|
|
1142
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || fn, r.isMergeableObject = r.isMergeableObject || nn, r.cloneUnlessOtherwiseSpecified = q;
|
|
1182
1143
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1183
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1144
|
+
return o ? n ? r.arrayMerge(e, t, r) : dn(e, t, r) : q(t, r);
|
|
1184
1145
|
}
|
|
1185
|
-
|
|
1146
|
+
F.all = function(t, r) {
|
|
1186
1147
|
if (!Array.isArray(t))
|
|
1187
1148
|
throw new Error("first argument should be an array");
|
|
1188
1149
|
return t.reduce(function(n, i) {
|
|
1189
|
-
return
|
|
1150
|
+
return F(n, i, r);
|
|
1190
1151
|
}, {});
|
|
1191
1152
|
};
|
|
1192
|
-
var
|
|
1153
|
+
var bn = F, gn = bn;
|
|
1193
1154
|
const vn = /* @__PURE__ */ rn(gn);
|
|
1194
|
-
function
|
|
1195
|
-
|
|
1155
|
+
var Fe = function(e, t) {
|
|
1156
|
+
return Fe = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
1157
|
+
r.__proto__ = n;
|
|
1158
|
+
} || function(r, n) {
|
|
1159
|
+
for (var i in n)
|
|
1160
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
1161
|
+
}, Fe(e, t);
|
|
1162
|
+
};
|
|
1163
|
+
function ye(e, t) {
|
|
1164
|
+
if (typeof t != "function" && t !== null)
|
|
1165
|
+
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
1166
|
+
Fe(e, t);
|
|
1167
|
+
function r() {
|
|
1168
|
+
this.constructor = e;
|
|
1169
|
+
}
|
|
1170
|
+
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
1171
|
+
}
|
|
1172
|
+
var A = function() {
|
|
1173
|
+
return A = Object.assign || function(t) {
|
|
1174
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1175
|
+
r = arguments[n];
|
|
1176
|
+
for (var o in r)
|
|
1177
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1178
|
+
}
|
|
1179
|
+
return t;
|
|
1180
|
+
}, A.apply(this, arguments);
|
|
1181
|
+
};
|
|
1182
|
+
function yn(e, t) {
|
|
1183
|
+
var r = {};
|
|
1184
|
+
for (var n in e)
|
|
1185
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
1186
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
1187
|
+
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
1188
|
+
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
1189
|
+
return r;
|
|
1190
|
+
}
|
|
1191
|
+
function He(e, t, r) {
|
|
1192
|
+
if (r || arguments.length === 2)
|
|
1193
|
+
for (var n = 0, i = t.length, o; n < i; n++)
|
|
1194
|
+
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
1195
|
+
return e.concat(o || Array.prototype.slice.call(t));
|
|
1196
|
+
}
|
|
1197
|
+
function Ae(e, t) {
|
|
1198
|
+
var r = t && t.cache ? t.cache : Hn, n = t && t.serializer ? t.serializer : Tn, i = t && t.strategy ? t.strategy : xn;
|
|
1196
1199
|
return i(e, {
|
|
1197
1200
|
cache: r,
|
|
1198
1201
|
serializer: n
|
|
1199
1202
|
});
|
|
1200
1203
|
}
|
|
1201
|
-
function
|
|
1204
|
+
function _n(e) {
|
|
1202
1205
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1203
1206
|
}
|
|
1204
|
-
function
|
|
1205
|
-
var i =
|
|
1207
|
+
function En(e, t, r, n) {
|
|
1208
|
+
var i = _n(n) ? n : r(n), o = t.get(i);
|
|
1206
1209
|
return typeof o == "undefined" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1207
1210
|
}
|
|
1208
1211
|
function Xt(e, t, r) {
|
|
1209
1212
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1210
1213
|
return typeof o == "undefined" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1211
1214
|
}
|
|
1212
|
-
function
|
|
1215
|
+
function zt(e, t, r, n, i) {
|
|
1213
1216
|
return r.bind(t, e, n, i);
|
|
1214
1217
|
}
|
|
1215
|
-
function En(e, t) {
|
|
1216
|
-
var r = e.length === 1 ? Vt : Xt;
|
|
1217
|
-
return Ze(e, this, r, t.cache.create(), t.serializer);
|
|
1218
|
-
}
|
|
1219
|
-
function _n(e, t) {
|
|
1220
|
-
return Ze(e, this, Xt, t.cache.create(), t.serializer);
|
|
1221
|
-
}
|
|
1222
1218
|
function xn(e, t) {
|
|
1223
|
-
|
|
1219
|
+
var r = e.length === 1 ? En : Xt;
|
|
1220
|
+
return zt(e, this, r, t.cache.create(), t.serializer);
|
|
1221
|
+
}
|
|
1222
|
+
function Sn(e, t) {
|
|
1223
|
+
return zt(e, this, Xt, t.cache.create(), t.serializer);
|
|
1224
1224
|
}
|
|
1225
1225
|
var Tn = function() {
|
|
1226
1226
|
return JSON.stringify(arguments);
|
|
1227
|
-
}
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1227
|
+
}, wn = (
|
|
1228
|
+
/** @class */
|
|
1229
|
+
function() {
|
|
1230
|
+
function e() {
|
|
1231
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1232
|
+
}
|
|
1233
|
+
return e.prototype.get = function(t) {
|
|
1234
|
+
return this.cache[t];
|
|
1235
|
+
}, e.prototype.set = function(t, r) {
|
|
1236
|
+
this.cache[t] = r;
|
|
1237
|
+
}, e;
|
|
1238
|
+
}()
|
|
1239
|
+
), Hn = {
|
|
1238
1240
|
create: function() {
|
|
1239
|
-
return new
|
|
1241
|
+
return new wn();
|
|
1240
1242
|
}
|
|
1241
|
-
},
|
|
1242
|
-
variadic:
|
|
1243
|
-
|
|
1244
|
-
|
|
1243
|
+
}, Be = {
|
|
1244
|
+
variadic: Sn
|
|
1245
|
+
}, me = function() {
|
|
1246
|
+
return me = Object.assign || function(t) {
|
|
1247
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1248
|
+
r = arguments[n];
|
|
1249
|
+
for (var o in r)
|
|
1250
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1251
|
+
}
|
|
1252
|
+
return t;
|
|
1253
|
+
}, me.apply(this, arguments);
|
|
1254
|
+
};
|
|
1255
|
+
var m;
|
|
1245
1256
|
(function(e) {
|
|
1246
1257
|
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";
|
|
1247
1258
|
})(m || (m = {}));
|
|
1248
|
-
var
|
|
1259
|
+
var y;
|
|
1249
1260
|
(function(e) {
|
|
1250
1261
|
e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
|
|
1251
|
-
})(
|
|
1252
|
-
var
|
|
1262
|
+
})(y || (y = {}));
|
|
1263
|
+
var j;
|
|
1253
1264
|
(function(e) {
|
|
1254
1265
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1255
|
-
})(
|
|
1256
|
-
function
|
|
1257
|
-
return e.type ===
|
|
1258
|
-
}
|
|
1259
|
-
function wn(e) {
|
|
1260
|
-
return e.type === E.argument;
|
|
1266
|
+
})(j || (j = {}));
|
|
1267
|
+
function gt(e) {
|
|
1268
|
+
return e.type === y.literal;
|
|
1261
1269
|
}
|
|
1262
|
-
function
|
|
1263
|
-
return e.type ===
|
|
1270
|
+
function An(e) {
|
|
1271
|
+
return e.type === y.argument;
|
|
1264
1272
|
}
|
|
1265
1273
|
function Wt(e) {
|
|
1266
|
-
return e.type ===
|
|
1274
|
+
return e.type === y.number;
|
|
1267
1275
|
}
|
|
1268
1276
|
function Zt(e) {
|
|
1269
|
-
return e.type ===
|
|
1277
|
+
return e.type === y.date;
|
|
1270
1278
|
}
|
|
1271
1279
|
function Qt(e) {
|
|
1272
|
-
return e.type ===
|
|
1280
|
+
return e.type === y.time;
|
|
1273
1281
|
}
|
|
1274
1282
|
function Jt(e) {
|
|
1275
|
-
return e.type ===
|
|
1276
|
-
}
|
|
1277
|
-
function Hn(e) {
|
|
1278
|
-
return e.type === E.pound;
|
|
1283
|
+
return e.type === y.select;
|
|
1279
1284
|
}
|
|
1280
1285
|
function Yt(e) {
|
|
1281
|
-
return e.type ===
|
|
1286
|
+
return e.type === y.plural;
|
|
1287
|
+
}
|
|
1288
|
+
function Bn(e) {
|
|
1289
|
+
return e.type === y.pound;
|
|
1282
1290
|
}
|
|
1283
1291
|
function qt(e) {
|
|
1284
|
-
return
|
|
1292
|
+
return e.type === y.tag;
|
|
1285
1293
|
}
|
|
1286
|
-
function
|
|
1287
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
1294
|
+
function Kt(e) {
|
|
1295
|
+
return !!(e && typeof e == "object" && e.type === j.number);
|
|
1288
1296
|
}
|
|
1289
|
-
|
|
1290
|
-
|
|
1297
|
+
function je(e) {
|
|
1298
|
+
return !!(e && typeof e == "object" && e.type === j.dateTime);
|
|
1299
|
+
}
|
|
1300
|
+
var er = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Pn = /(?:[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;
|
|
1301
|
+
function On(e) {
|
|
1291
1302
|
var t = {};
|
|
1292
|
-
return e.replace(
|
|
1303
|
+
return e.replace(Pn, function(r) {
|
|
1293
1304
|
var n = r.length;
|
|
1294
1305
|
switch (r[0]) {
|
|
1295
1306
|
case "G":
|
|
@@ -1378,11 +1389,21 @@ function An(e) {
|
|
|
1378
1389
|
return "";
|
|
1379
1390
|
}), t;
|
|
1380
1391
|
}
|
|
1381
|
-
var
|
|
1382
|
-
function
|
|
1392
|
+
var _ = function() {
|
|
1393
|
+
return _ = Object.assign || function(t) {
|
|
1394
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1395
|
+
r = arguments[n];
|
|
1396
|
+
for (var o in r)
|
|
1397
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1398
|
+
}
|
|
1399
|
+
return t;
|
|
1400
|
+
}, _.apply(this, arguments);
|
|
1401
|
+
};
|
|
1402
|
+
var In = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1403
|
+
function Nn(e) {
|
|
1383
1404
|
if (e.length === 0)
|
|
1384
1405
|
throw new Error("Number skeleton cannot be empty");
|
|
1385
|
-
for (var t = e.split(
|
|
1406
|
+
for (var t = e.split(In).filter(function(c) {
|
|
1386
1407
|
return c.length > 0;
|
|
1387
1408
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1388
1409
|
var o = i[n], s = o.split("/");
|
|
@@ -1397,17 +1418,17 @@ function On(e) {
|
|
|
1397
1418
|
}
|
|
1398
1419
|
return r;
|
|
1399
1420
|
}
|
|
1400
|
-
function
|
|
1421
|
+
function Ln(e) {
|
|
1401
1422
|
return e.replace(/^(.*?)-/, "");
|
|
1402
1423
|
}
|
|
1403
|
-
var
|
|
1404
|
-
function
|
|
1424
|
+
var vt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, tr = /^(@+)?(\+|#+)?[rs]?$/g, Cn = /(\*)(0+)|(#+)(0+)|(0+)/g, rr = /^(0+)$/;
|
|
1425
|
+
function yt(e) {
|
|
1405
1426
|
var t = {};
|
|
1406
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1427
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(tr, function(r, n, i) {
|
|
1407
1428
|
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)), "";
|
|
1408
1429
|
}), t;
|
|
1409
1430
|
}
|
|
1410
|
-
function
|
|
1431
|
+
function nr(e) {
|
|
1411
1432
|
switch (e) {
|
|
1412
1433
|
case "sign-auto":
|
|
1413
1434
|
return {
|
|
@@ -1447,7 +1468,7 @@ function rr(e) {
|
|
|
1447
1468
|
};
|
|
1448
1469
|
}
|
|
1449
1470
|
}
|
|
1450
|
-
function
|
|
1471
|
+
function Mn(e) {
|
|
1451
1472
|
var t;
|
|
1452
1473
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1453
1474
|
notation: "engineering"
|
|
@@ -1455,17 +1476,17 @@ function Nn(e) {
|
|
|
1455
1476
|
notation: "scientific"
|
|
1456
1477
|
}, e = e.slice(1)), t) {
|
|
1457
1478
|
var r = e.slice(0, 2);
|
|
1458
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1479
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !rr.test(e))
|
|
1459
1480
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1460
1481
|
t.minimumIntegerDigits = e.length;
|
|
1461
1482
|
}
|
|
1462
1483
|
return t;
|
|
1463
1484
|
}
|
|
1464
|
-
function
|
|
1465
|
-
var t = {}, r =
|
|
1485
|
+
function _t(e) {
|
|
1486
|
+
var t = {}, r = nr(e);
|
|
1466
1487
|
return r || t;
|
|
1467
1488
|
}
|
|
1468
|
-
function
|
|
1489
|
+
function $n(e) {
|
|
1469
1490
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1470
1491
|
var i = n[r];
|
|
1471
1492
|
switch (i.stem) {
|
|
@@ -1489,7 +1510,7 @@ function Cn(e) {
|
|
|
1489
1510
|
continue;
|
|
1490
1511
|
case "measure-unit":
|
|
1491
1512
|
case "unit":
|
|
1492
|
-
t.style = "unit", t.unit =
|
|
1513
|
+
t.style = "unit", t.unit = Ln(i.options[0]);
|
|
1493
1514
|
continue;
|
|
1494
1515
|
case "compact-short":
|
|
1495
1516
|
case "K":
|
|
@@ -1500,13 +1521,13 @@ function Cn(e) {
|
|
|
1500
1521
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1501
1522
|
continue;
|
|
1502
1523
|
case "scientific":
|
|
1503
|
-
t =
|
|
1504
|
-
return
|
|
1524
|
+
t = _(_(_({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
1525
|
+
return _(_({}, h), _t(u));
|
|
1505
1526
|
}, {}));
|
|
1506
1527
|
continue;
|
|
1507
1528
|
case "engineering":
|
|
1508
|
-
t =
|
|
1509
|
-
return
|
|
1529
|
+
t = _(_(_({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
1530
|
+
return _(_({}, h), _t(u));
|
|
1510
1531
|
}, {}));
|
|
1511
1532
|
continue;
|
|
1512
1533
|
case "notation-simple":
|
|
@@ -1551,7 +1572,7 @@ function Cn(e) {
|
|
|
1551
1572
|
case "integer-width":
|
|
1552
1573
|
if (i.options.length > 1)
|
|
1553
1574
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1554
|
-
i.options[0].replace(
|
|
1575
|
+
i.options[0].replace(Cn, function(h, u, l, f, c, p) {
|
|
1555
1576
|
if (u)
|
|
1556
1577
|
t.minimumIntegerDigits = l.length;
|
|
1557
1578
|
else {
|
|
@@ -1564,28 +1585,28 @@ function Cn(e) {
|
|
|
1564
1585
|
});
|
|
1565
1586
|
continue;
|
|
1566
1587
|
}
|
|
1567
|
-
if (
|
|
1588
|
+
if (rr.test(i.stem)) {
|
|
1568
1589
|
t.minimumIntegerDigits = i.stem.length;
|
|
1569
1590
|
continue;
|
|
1570
1591
|
}
|
|
1571
|
-
if (
|
|
1592
|
+
if (vt.test(i.stem)) {
|
|
1572
1593
|
if (i.options.length > 1)
|
|
1573
1594
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1574
|
-
i.stem.replace(
|
|
1595
|
+
i.stem.replace(vt, function(h, u, l, f, c, p) {
|
|
1575
1596
|
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), "";
|
|
1576
1597
|
});
|
|
1577
1598
|
var o = i.options[0];
|
|
1578
|
-
o === "w" ? t =
|
|
1599
|
+
o === "w" ? t = _(_({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = _(_({}, t), yt(o)));
|
|
1579
1600
|
continue;
|
|
1580
1601
|
}
|
|
1581
|
-
if (
|
|
1582
|
-
t =
|
|
1602
|
+
if (tr.test(i.stem)) {
|
|
1603
|
+
t = _(_({}, t), yt(i.stem));
|
|
1583
1604
|
continue;
|
|
1584
1605
|
}
|
|
1585
|
-
var s =
|
|
1586
|
-
s && (t =
|
|
1587
|
-
var a =
|
|
1588
|
-
a && (t =
|
|
1606
|
+
var s = nr(i.stem);
|
|
1607
|
+
s && (t = _(_({}, t), s));
|
|
1608
|
+
var a = Mn(i.stem);
|
|
1609
|
+
a && (t = _(_({}, t), a));
|
|
1589
1610
|
}
|
|
1590
1611
|
return t;
|
|
1591
1612
|
}
|
|
@@ -3004,13 +3025,13 @@ var he = {
|
|
|
3004
3025
|
"h"
|
|
3005
3026
|
]
|
|
3006
3027
|
};
|
|
3007
|
-
function
|
|
3028
|
+
function Rn(e, t) {
|
|
3008
3029
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
3009
3030
|
var i = e.charAt(n);
|
|
3010
3031
|
if (i === "j") {
|
|
3011
3032
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
3012
3033
|
o++, n++;
|
|
3013
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u =
|
|
3034
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Un(t);
|
|
3014
3035
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
|
3015
3036
|
r += h;
|
|
3016
3037
|
for (; s-- > 0; )
|
|
@@ -3020,7 +3041,7 @@ function Mn(e, t) {
|
|
|
3020
3041
|
}
|
|
3021
3042
|
return r;
|
|
3022
3043
|
}
|
|
3023
|
-
function
|
|
3044
|
+
function Un(e) {
|
|
3024
3045
|
var t = e.hourCycle;
|
|
3025
3046
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
3026
3047
|
e.hourCycles && // @ts-ignore
|
|
@@ -3042,20 +3063,20 @@ function Rn(e) {
|
|
|
3042
3063
|
var i = he[n || ""] || he[r || ""] || he["".concat(r, "-001")] || he["001"];
|
|
3043
3064
|
return i[0];
|
|
3044
3065
|
}
|
|
3045
|
-
var
|
|
3046
|
-
function
|
|
3066
|
+
var Pe, Dn = new RegExp("^".concat(er.source, "*")), Gn = new RegExp("".concat(er.source, "*$"));
|
|
3067
|
+
function b(e, t) {
|
|
3047
3068
|
return { start: e, end: t };
|
|
3048
3069
|
}
|
|
3049
|
-
var
|
|
3070
|
+
var Fn = !!String.prototype.startsWith && "_a".startsWith("a", 1), jn = !!String.fromCodePoint, kn = !!Object.fromEntries, Vn = !!String.prototype.codePointAt, Xn = !!String.prototype.trimStart, zn = !!String.prototype.trimEnd, Wn = !!Number.isSafeInteger, Zn = Wn ? Number.isSafeInteger : function(e) {
|
|
3050
3071
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3051
|
-
},
|
|
3072
|
+
}, ke = !0;
|
|
3052
3073
|
try {
|
|
3053
|
-
var
|
|
3054
|
-
|
|
3074
|
+
var Qn = or("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3075
|
+
ke = ((Pe = Qn.exec("a")) === null || Pe === void 0 ? void 0 : Pe[0]) === "a";
|
|
3055
3076
|
} catch (e) {
|
|
3056
|
-
|
|
3077
|
+
ke = !1;
|
|
3057
3078
|
}
|
|
3058
|
-
var
|
|
3079
|
+
var Et = Fn ? (
|
|
3059
3080
|
// Native
|
|
3060
3081
|
function(t, r, n) {
|
|
3061
3082
|
return t.startsWith(r, n);
|
|
@@ -3065,7 +3086,7 @@ var yt = Dn ? (
|
|
|
3065
3086
|
function(t, r, n) {
|
|
3066
3087
|
return t.slice(n, n + r.length) === r;
|
|
3067
3088
|
}
|
|
3068
|
-
),
|
|
3089
|
+
), Ve = jn ? String.fromCodePoint : (
|
|
3069
3090
|
// IE11
|
|
3070
3091
|
function() {
|
|
3071
3092
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3077,9 +3098,9 @@ var yt = Dn ? (
|
|
|
3077
3098
|
}
|
|
3078
3099
|
return n;
|
|
3079
3100
|
}
|
|
3080
|
-
),
|
|
3101
|
+
), xt = (
|
|
3081
3102
|
// native
|
|
3082
|
-
|
|
3103
|
+
kn ? Object.fromEntries : (
|
|
3083
3104
|
// Ponyfill
|
|
3084
3105
|
function(t) {
|
|
3085
3106
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3089,7 +3110,7 @@ var yt = Dn ? (
|
|
|
3089
3110
|
return r;
|
|
3090
3111
|
}
|
|
3091
3112
|
)
|
|
3092
|
-
),
|
|
3113
|
+
), ir = Vn ? (
|
|
3093
3114
|
// Native
|
|
3094
3115
|
function(t, r) {
|
|
3095
3116
|
return t.codePointAt(r);
|
|
@@ -3103,7 +3124,7 @@ var yt = Dn ? (
|
|
|
3103
3124
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3104
3125
|
}
|
|
3105
3126
|
}
|
|
3106
|
-
),
|
|
3127
|
+
), Jn = Xn ? (
|
|
3107
3128
|
// Native
|
|
3108
3129
|
function(t) {
|
|
3109
3130
|
return t.trimStart();
|
|
@@ -3111,9 +3132,9 @@ var yt = Dn ? (
|
|
|
3111
3132
|
) : (
|
|
3112
3133
|
// Ponyfill
|
|
3113
3134
|
function(t) {
|
|
3114
|
-
return t.replace(
|
|
3135
|
+
return t.replace(Dn, "");
|
|
3115
3136
|
}
|
|
3116
|
-
),
|
|
3137
|
+
), Yn = zn ? (
|
|
3117
3138
|
// Native
|
|
3118
3139
|
function(t) {
|
|
3119
3140
|
return t.trimEnd();
|
|
@@ -3121,32 +3142,32 @@ var yt = Dn ? (
|
|
|
3121
3142
|
) : (
|
|
3122
3143
|
// Ponyfill
|
|
3123
3144
|
function(t) {
|
|
3124
|
-
return t.replace(
|
|
3145
|
+
return t.replace(Gn, "");
|
|
3125
3146
|
}
|
|
3126
3147
|
);
|
|
3127
|
-
function
|
|
3148
|
+
function or(e, t) {
|
|
3128
3149
|
return new RegExp(e, t);
|
|
3129
3150
|
}
|
|
3130
|
-
var
|
|
3131
|
-
if (
|
|
3132
|
-
var
|
|
3133
|
-
|
|
3151
|
+
var Xe;
|
|
3152
|
+
if (ke) {
|
|
3153
|
+
var St = or("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3154
|
+
Xe = function(t, r) {
|
|
3134
3155
|
var n;
|
|
3135
|
-
|
|
3136
|
-
var i =
|
|
3156
|
+
St.lastIndex = r;
|
|
3157
|
+
var i = St.exec(t);
|
|
3137
3158
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3138
3159
|
};
|
|
3139
3160
|
} else
|
|
3140
|
-
|
|
3161
|
+
Xe = function(t, r) {
|
|
3141
3162
|
for (var n = []; ; ) {
|
|
3142
|
-
var i =
|
|
3143
|
-
if (i === void 0 ||
|
|
3163
|
+
var i = ir(t, r);
|
|
3164
|
+
if (i === void 0 || sr(i) || ti(i))
|
|
3144
3165
|
break;
|
|
3145
3166
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3146
3167
|
}
|
|
3147
|
-
return
|
|
3168
|
+
return Ve.apply(void 0, n);
|
|
3148
3169
|
};
|
|
3149
|
-
var
|
|
3170
|
+
var qn = (
|
|
3150
3171
|
/** @class */
|
|
3151
3172
|
function() {
|
|
3152
3173
|
function e(t, r) {
|
|
@@ -3170,14 +3191,14 @@ var Jn = (
|
|
|
3170
3191
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3171
3192
|
var a = this.clonePosition();
|
|
3172
3193
|
this.bump(), i.push({
|
|
3173
|
-
type:
|
|
3174
|
-
location:
|
|
3194
|
+
type: y.pound,
|
|
3195
|
+
location: b(a, this.clonePosition())
|
|
3175
3196
|
});
|
|
3176
3197
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3177
3198
|
if (n)
|
|
3178
3199
|
break;
|
|
3179
|
-
return this.error(m.UNMATCHED_CLOSING_TAG,
|
|
3180
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3200
|
+
return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
|
|
3201
|
+
} else if (o === 60 && !this.ignoreTag && ze(this.peek() || 0)) {
|
|
3181
3202
|
var s = this.parseTag(t, r);
|
|
3182
3203
|
if (s.err)
|
|
3183
3204
|
return s;
|
|
@@ -3198,9 +3219,9 @@ var Jn = (
|
|
|
3198
3219
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3199
3220
|
return {
|
|
3200
3221
|
val: {
|
|
3201
|
-
type:
|
|
3222
|
+
type: y.literal,
|
|
3202
3223
|
value: "<".concat(i, "/>"),
|
|
3203
|
-
location:
|
|
3224
|
+
location: b(n, this.clonePosition())
|
|
3204
3225
|
},
|
|
3205
3226
|
err: null
|
|
3206
3227
|
};
|
|
@@ -3210,25 +3231,25 @@ var Jn = (
|
|
|
3210
3231
|
return o;
|
|
3211
3232
|
var s = o.val, a = this.clonePosition();
|
|
3212
3233
|
if (this.bumpIf("</")) {
|
|
3213
|
-
if (this.isEOF() || !
|
|
3214
|
-
return this.error(m.INVALID_TAG,
|
|
3234
|
+
if (this.isEOF() || !ze(this.char()))
|
|
3235
|
+
return this.error(m.INVALID_TAG, b(a, this.clonePosition()));
|
|
3215
3236
|
var h = this.clonePosition(), u = this.parseTagName();
|
|
3216
|
-
return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG,
|
|
3237
|
+
return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3217
3238
|
val: {
|
|
3218
|
-
type:
|
|
3239
|
+
type: y.tag,
|
|
3219
3240
|
value: i,
|
|
3220
3241
|
children: s,
|
|
3221
|
-
location:
|
|
3242
|
+
location: b(n, this.clonePosition())
|
|
3222
3243
|
},
|
|
3223
3244
|
err: null
|
|
3224
|
-
} : this.error(m.INVALID_TAG,
|
|
3245
|
+
} : this.error(m.INVALID_TAG, b(a, this.clonePosition())));
|
|
3225
3246
|
} else
|
|
3226
|
-
return this.error(m.UNCLOSED_TAG,
|
|
3247
|
+
return this.error(m.UNCLOSED_TAG, b(n, this.clonePosition()));
|
|
3227
3248
|
} else
|
|
3228
|
-
return this.error(m.INVALID_TAG,
|
|
3249
|
+
return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
|
|
3229
3250
|
}, e.prototype.parseTagName = function() {
|
|
3230
3251
|
var t = this.offset();
|
|
3231
|
-
for (this.bump(); !this.isEOF() &&
|
|
3252
|
+
for (this.bump(); !this.isEOF() && ei(this.char()); )
|
|
3232
3253
|
this.bump();
|
|
3233
3254
|
return this.message.slice(t, this.offset());
|
|
3234
3255
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3250,14 +3271,14 @@ var Jn = (
|
|
|
3250
3271
|
}
|
|
3251
3272
|
break;
|
|
3252
3273
|
}
|
|
3253
|
-
var h =
|
|
3274
|
+
var h = b(n, this.clonePosition());
|
|
3254
3275
|
return {
|
|
3255
|
-
val: { type:
|
|
3276
|
+
val: { type: y.literal, value: i, location: h },
|
|
3256
3277
|
err: null
|
|
3257
3278
|
};
|
|
3258
3279
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3259
3280
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3260
|
-
!
|
|
3281
|
+
!Kn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3261
3282
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3262
3283
|
if (this.isEOF() || this.char() !== 39)
|
|
3263
3284
|
return null;
|
|
@@ -3291,49 +3312,49 @@ var Jn = (
|
|
|
3291
3312
|
r.push(n);
|
|
3292
3313
|
this.bump();
|
|
3293
3314
|
}
|
|
3294
|
-
return
|
|
3315
|
+
return Ve.apply(void 0, r);
|
|
3295
3316
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3296
3317
|
if (this.isEOF())
|
|
3297
3318
|
return null;
|
|
3298
3319
|
var n = this.char();
|
|
3299
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3320
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ve(n));
|
|
3300
3321
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3301
3322
|
var n = this.clonePosition();
|
|
3302
3323
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3303
|
-
return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3324
|
+
return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
|
|
3304
3325
|
if (this.char() === 125)
|
|
3305
|
-
return this.bump(), this.error(m.EMPTY_ARGUMENT,
|
|
3326
|
+
return this.bump(), this.error(m.EMPTY_ARGUMENT, b(n, this.clonePosition()));
|
|
3306
3327
|
var i = this.parseIdentifierIfPossible().value;
|
|
3307
3328
|
if (!i)
|
|
3308
|
-
return this.error(m.MALFORMED_ARGUMENT,
|
|
3329
|
+
return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
|
|
3309
3330
|
if (this.bumpSpace(), this.isEOF())
|
|
3310
|
-
return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3331
|
+
return this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition()));
|
|
3311
3332
|
switch (this.char()) {
|
|
3312
3333
|
case 125:
|
|
3313
3334
|
return this.bump(), {
|
|
3314
3335
|
val: {
|
|
3315
|
-
type:
|
|
3336
|
+
type: y.argument,
|
|
3316
3337
|
// value does not include the opening and closing braces.
|
|
3317
3338
|
value: i,
|
|
3318
|
-
location:
|
|
3339
|
+
location: b(n, this.clonePosition())
|
|
3319
3340
|
},
|
|
3320
3341
|
err: null
|
|
3321
3342
|
};
|
|
3322
3343
|
case 44:
|
|
3323
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3344
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
3324
3345
|
default:
|
|
3325
|
-
return this.error(m.MALFORMED_ARGUMENT,
|
|
3346
|
+
return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
|
|
3326
3347
|
}
|
|
3327
3348
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3328
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3349
|
+
var t = this.clonePosition(), r = this.offset(), n = Xe(this.message, r), i = r + n.length;
|
|
3329
3350
|
this.bumpTo(i);
|
|
3330
|
-
var o = this.clonePosition(), s =
|
|
3351
|
+
var o = this.clonePosition(), s = b(t, o);
|
|
3331
3352
|
return { value: n, location: s };
|
|
3332
3353
|
}, e.prototype.parseArgumentOptions = function(t, r, n, i) {
|
|
3333
3354
|
var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, h = this.clonePosition();
|
|
3334
3355
|
switch (a) {
|
|
3335
3356
|
case "":
|
|
3336
|
-
return this.error(m.EXPECT_ARGUMENT_TYPE,
|
|
3357
|
+
return this.error(m.EXPECT_ARGUMENT_TYPE, b(s, h));
|
|
3337
3358
|
case "number":
|
|
3338
3359
|
case "date":
|
|
3339
3360
|
case "time": {
|
|
@@ -3344,35 +3365,35 @@ var Jn = (
|
|
|
3344
3365
|
var l = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
|
|
3345
3366
|
if (f.err)
|
|
3346
3367
|
return f;
|
|
3347
|
-
var c =
|
|
3368
|
+
var c = Yn(f.val);
|
|
3348
3369
|
if (c.length === 0)
|
|
3349
|
-
return this.error(m.EXPECT_ARGUMENT_STYLE,
|
|
3350
|
-
var p =
|
|
3370
|
+
return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
|
|
3371
|
+
var p = b(l, this.clonePosition());
|
|
3351
3372
|
u = { style: c, styleLocation: p };
|
|
3352
3373
|
}
|
|
3353
|
-
var
|
|
3354
|
-
if (
|
|
3355
|
-
return
|
|
3356
|
-
var v =
|
|
3357
|
-
if (u &&
|
|
3358
|
-
var
|
|
3374
|
+
var d = this.tryParseArgumentClose(i);
|
|
3375
|
+
if (d.err)
|
|
3376
|
+
return d;
|
|
3377
|
+
var v = b(i, this.clonePosition());
|
|
3378
|
+
if (u && Et(u == null ? void 0 : u.style, "::", 0)) {
|
|
3379
|
+
var S = Jn(u.style.slice(2));
|
|
3359
3380
|
if (a === "number") {
|
|
3360
|
-
var f = this.parseNumberSkeletonFromString(
|
|
3381
|
+
var f = this.parseNumberSkeletonFromString(S, u.styleLocation);
|
|
3361
3382
|
return f.err ? f : {
|
|
3362
|
-
val: { type:
|
|
3383
|
+
val: { type: y.number, value: n, location: v, style: f.val },
|
|
3363
3384
|
err: null
|
|
3364
3385
|
};
|
|
3365
3386
|
} else {
|
|
3366
|
-
if (
|
|
3387
|
+
if (S.length === 0)
|
|
3367
3388
|
return this.error(m.EXPECT_DATE_TIME_SKELETON, v);
|
|
3368
|
-
var
|
|
3369
|
-
this.locale && (
|
|
3389
|
+
var N = S;
|
|
3390
|
+
this.locale && (N = Rn(S, this.locale));
|
|
3370
3391
|
var c = {
|
|
3371
|
-
type:
|
|
3372
|
-
pattern:
|
|
3392
|
+
type: j.dateTime,
|
|
3393
|
+
pattern: N,
|
|
3373
3394
|
location: u.styleLocation,
|
|
3374
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3375
|
-
}, g = a === "date" ?
|
|
3395
|
+
parsedOptions: this.shouldParseSkeletons ? On(N) : {}
|
|
3396
|
+
}, g = a === "date" ? y.date : y.time;
|
|
3376
3397
|
return {
|
|
3377
3398
|
val: { type: g, value: n, location: v, style: c },
|
|
3378
3399
|
err: null
|
|
@@ -3381,7 +3402,7 @@ var Jn = (
|
|
|
3381
3402
|
}
|
|
3382
3403
|
return {
|
|
3383
3404
|
val: {
|
|
3384
|
-
type: a === "number" ?
|
|
3405
|
+
type: a === "number" ? y.number : a === "date" ? y.date : y.time,
|
|
3385
3406
|
value: n,
|
|
3386
3407
|
location: v,
|
|
3387
3408
|
style: (o = u == null ? void 0 : u.style) !== null && o !== void 0 ? o : null
|
|
@@ -3394,50 +3415,50 @@ var Jn = (
|
|
|
3394
3415
|
case "select": {
|
|
3395
3416
|
var H = this.clonePosition();
|
|
3396
3417
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3397
|
-
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS,
|
|
3418
|
+
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(H, me({}, H)));
|
|
3398
3419
|
this.bumpSpace();
|
|
3399
|
-
var
|
|
3400
|
-
if (a !== "select" &&
|
|
3420
|
+
var Z = this.parseIdentifierIfPossible(), L = 0;
|
|
3421
|
+
if (a !== "select" && Z.value === "offset") {
|
|
3401
3422
|
if (!this.bumpIf(":"))
|
|
3402
|
-
return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,
|
|
3423
|
+
return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
|
|
3403
3424
|
this.bumpSpace();
|
|
3404
3425
|
var f = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3405
3426
|
if (f.err)
|
|
3406
3427
|
return f;
|
|
3407
|
-
this.bumpSpace(),
|
|
3428
|
+
this.bumpSpace(), Z = this.parseIdentifierIfPossible(), L = f.val;
|
|
3408
3429
|
}
|
|
3409
|
-
var oe = this.tryParsePluralOrSelectOptions(t, a, r,
|
|
3430
|
+
var oe = this.tryParsePluralOrSelectOptions(t, a, r, Z);
|
|
3410
3431
|
if (oe.err)
|
|
3411
3432
|
return oe;
|
|
3412
|
-
var
|
|
3413
|
-
if (
|
|
3414
|
-
return
|
|
3415
|
-
var
|
|
3433
|
+
var d = this.tryParseArgumentClose(i);
|
|
3434
|
+
if (d.err)
|
|
3435
|
+
return d;
|
|
3436
|
+
var et = b(i, this.clonePosition());
|
|
3416
3437
|
return a === "select" ? {
|
|
3417
3438
|
val: {
|
|
3418
|
-
type:
|
|
3439
|
+
type: y.select,
|
|
3419
3440
|
value: n,
|
|
3420
|
-
options:
|
|
3421
|
-
location:
|
|
3441
|
+
options: xt(oe.val),
|
|
3442
|
+
location: et
|
|
3422
3443
|
},
|
|
3423
3444
|
err: null
|
|
3424
3445
|
} : {
|
|
3425
3446
|
val: {
|
|
3426
|
-
type:
|
|
3447
|
+
type: y.plural,
|
|
3427
3448
|
value: n,
|
|
3428
|
-
options:
|
|
3429
|
-
offset:
|
|
3449
|
+
options: xt(oe.val),
|
|
3450
|
+
offset: L,
|
|
3430
3451
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3431
|
-
location:
|
|
3452
|
+
location: et
|
|
3432
3453
|
},
|
|
3433
3454
|
err: null
|
|
3434
3455
|
};
|
|
3435
3456
|
}
|
|
3436
3457
|
default:
|
|
3437
|
-
return this.error(m.INVALID_ARGUMENT_TYPE,
|
|
3458
|
+
return this.error(m.INVALID_ARGUMENT_TYPE, b(s, h));
|
|
3438
3459
|
}
|
|
3439
3460
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3440
|
-
return this.isEOF() || this.char() !== 125 ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3461
|
+
return this.isEOF() || this.char() !== 125 ? this.error(m.EXPECT_ARGUMENT_CLOSING_BRACE, b(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3441
3462
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3442
3463
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3443
3464
|
var n = this.char();
|
|
@@ -3446,7 +3467,7 @@ var Jn = (
|
|
|
3446
3467
|
this.bump();
|
|
3447
3468
|
var i = this.clonePosition();
|
|
3448
3469
|
if (!this.bumpUntil("'"))
|
|
3449
|
-
return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,
|
|
3470
|
+
return this.error(m.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, b(i, this.clonePosition()));
|
|
3450
3471
|
this.bump();
|
|
3451
3472
|
break;
|
|
3452
3473
|
}
|
|
@@ -3476,16 +3497,16 @@ var Jn = (
|
|
|
3476
3497
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3477
3498
|
var n = [];
|
|
3478
3499
|
try {
|
|
3479
|
-
n =
|
|
3500
|
+
n = Nn(t);
|
|
3480
3501
|
} catch (i) {
|
|
3481
3502
|
return this.error(m.INVALID_NUMBER_SKELETON, r);
|
|
3482
3503
|
}
|
|
3483
3504
|
return {
|
|
3484
3505
|
val: {
|
|
3485
|
-
type:
|
|
3506
|
+
type: j.number,
|
|
3486
3507
|
tokens: n,
|
|
3487
3508
|
location: r,
|
|
3488
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3509
|
+
parsedOptions: this.shouldParseSkeletons ? $n(n) : {}
|
|
3489
3510
|
},
|
|
3490
3511
|
err: null
|
|
3491
3512
|
};
|
|
@@ -3497,7 +3518,7 @@ var Jn = (
|
|
|
3497
3518
|
var c = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_SELECTOR, m.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3498
3519
|
if (c.err)
|
|
3499
3520
|
return c;
|
|
3500
|
-
l =
|
|
3521
|
+
l = b(f, this.clonePosition()), u = this.message.slice(f.offset, this.offset());
|
|
3501
3522
|
} else
|
|
3502
3523
|
break;
|
|
3503
3524
|
}
|
|
@@ -3506,22 +3527,22 @@ var Jn = (
|
|
|
3506
3527
|
u === "other" && (s = !0), this.bumpSpace();
|
|
3507
3528
|
var p = this.clonePosition();
|
|
3508
3529
|
if (!this.bumpIf("{"))
|
|
3509
|
-
return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,
|
|
3510
|
-
var
|
|
3511
|
-
if (
|
|
3512
|
-
return
|
|
3530
|
+
return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
|
|
3531
|
+
var d = this.parseMessage(t + 1, r, n);
|
|
3532
|
+
if (d.err)
|
|
3533
|
+
return d;
|
|
3513
3534
|
var v = this.tryParseArgumentClose(p);
|
|
3514
3535
|
if (v.err)
|
|
3515
3536
|
return v;
|
|
3516
3537
|
a.push([
|
|
3517
3538
|
u,
|
|
3518
3539
|
{
|
|
3519
|
-
value:
|
|
3520
|
-
location:
|
|
3540
|
+
value: d.val,
|
|
3541
|
+
location: b(p, this.clonePosition())
|
|
3521
3542
|
}
|
|
3522
3543
|
]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
|
|
3523
3544
|
}
|
|
3524
|
-
return a.length === 0 ? this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR : m.EXPECT_PLURAL_ARGUMENT_SELECTOR,
|
|
3545
|
+
return a.length === 0 ? this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR : m.EXPECT_PLURAL_ARGUMENT_SELECTOR, b(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(m.MISSING_OTHER_CLAUSE, b(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
3525
3546
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3526
3547
|
var n = 1, i = this.clonePosition();
|
|
3527
3548
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
@@ -3532,8 +3553,8 @@ var Jn = (
|
|
|
3532
3553
|
else
|
|
3533
3554
|
break;
|
|
3534
3555
|
}
|
|
3535
|
-
var h =
|
|
3536
|
-
return o ? (s *= n,
|
|
3556
|
+
var h = b(i, this.clonePosition());
|
|
3557
|
+
return o ? (s *= n, Zn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
|
|
3537
3558
|
}, e.prototype.offset = function() {
|
|
3538
3559
|
return this.position.offset;
|
|
3539
3560
|
}, e.prototype.isEOF = function() {
|
|
@@ -3548,7 +3569,7 @@ var Jn = (
|
|
|
3548
3569
|
var t = this.position.offset;
|
|
3549
3570
|
if (t >= this.message.length)
|
|
3550
3571
|
throw Error("out of bound");
|
|
3551
|
-
var r =
|
|
3572
|
+
var r = ir(this.message, t);
|
|
3552
3573
|
if (r === void 0)
|
|
3553
3574
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3554
3575
|
return r;
|
|
@@ -3567,7 +3588,7 @@ var Jn = (
|
|
|
3567
3588
|
t === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += t < 65536 ? 1 : 2);
|
|
3568
3589
|
}
|
|
3569
3590
|
}, e.prototype.bumpIf = function(t) {
|
|
3570
|
-
if (
|
|
3591
|
+
if (Et(this.message, t, this.offset())) {
|
|
3571
3592
|
for (var r = 0; r < t.length; r++)
|
|
3572
3593
|
this.bump();
|
|
3573
3594
|
return !0;
|
|
@@ -3589,7 +3610,7 @@ var Jn = (
|
|
|
3589
3610
|
break;
|
|
3590
3611
|
}
|
|
3591
3612
|
}, e.prototype.bumpSpace = function() {
|
|
3592
|
-
for (; !this.isEOF() &&
|
|
3613
|
+
for (; !this.isEOF() && sr(this.char()); )
|
|
3593
3614
|
this.bump();
|
|
3594
3615
|
}, e.prototype.peek = function() {
|
|
3595
3616
|
if (this.isEOF())
|
|
@@ -3599,47 +3620,47 @@ var Jn = (
|
|
|
3599
3620
|
}, e;
|
|
3600
3621
|
}()
|
|
3601
3622
|
);
|
|
3602
|
-
function
|
|
3623
|
+
function ze(e) {
|
|
3603
3624
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3604
3625
|
}
|
|
3605
|
-
function
|
|
3606
|
-
return
|
|
3626
|
+
function Kn(e) {
|
|
3627
|
+
return ze(e) || e === 47;
|
|
3607
3628
|
}
|
|
3608
|
-
function
|
|
3629
|
+
function ei(e) {
|
|
3609
3630
|
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;
|
|
3610
3631
|
}
|
|
3611
|
-
function
|
|
3632
|
+
function sr(e) {
|
|
3612
3633
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3613
3634
|
}
|
|
3614
|
-
function
|
|
3635
|
+
function ti(e) {
|
|
3615
3636
|
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;
|
|
3616
3637
|
}
|
|
3617
|
-
function
|
|
3638
|
+
function We(e) {
|
|
3618
3639
|
e.forEach(function(t) {
|
|
3619
|
-
if (delete t.location,
|
|
3640
|
+
if (delete t.location, Jt(t) || Yt(t))
|
|
3620
3641
|
for (var r in t.options)
|
|
3621
|
-
delete t.options[r].location,
|
|
3642
|
+
delete t.options[r].location, We(t.options[r].value);
|
|
3622
3643
|
else
|
|
3623
|
-
|
|
3644
|
+
Wt(t) && Kt(t.style) || (Zt(t) || Qt(t)) && je(t.style) ? delete t.style.location : qt(t) && We(t.children);
|
|
3624
3645
|
});
|
|
3625
3646
|
}
|
|
3626
|
-
function
|
|
3627
|
-
t === void 0 && (t = {}), t =
|
|
3628
|
-
var r = new
|
|
3647
|
+
function ri(e, t) {
|
|
3648
|
+
t === void 0 && (t = {}), t = me({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3649
|
+
var r = new qn(e, t).parse();
|
|
3629
3650
|
if (r.err) {
|
|
3630
3651
|
var n = SyntaxError(m[r.err.kind]);
|
|
3631
3652
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3632
3653
|
}
|
|
3633
|
-
return t != null && t.captureLocation ||
|
|
3654
|
+
return t != null && t.captureLocation || We(r.val), r.val;
|
|
3634
3655
|
}
|
|
3635
|
-
var
|
|
3656
|
+
var k;
|
|
3636
3657
|
(function(e) {
|
|
3637
3658
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3638
|
-
})(
|
|
3639
|
-
var
|
|
3659
|
+
})(k || (k = {}));
|
|
3660
|
+
var _e = (
|
|
3640
3661
|
/** @class */
|
|
3641
3662
|
function(e) {
|
|
3642
|
-
|
|
3663
|
+
ye(t, e);
|
|
3643
3664
|
function t(r, n, i) {
|
|
3644
3665
|
var o = e.call(this, r) || this;
|
|
3645
3666
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3648,155 +3669,155 @@ var ve = (
|
|
|
3648
3669
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3649
3670
|
}, t;
|
|
3650
3671
|
}(Error)
|
|
3651
|
-
),
|
|
3672
|
+
), Tt = (
|
|
3652
3673
|
/** @class */
|
|
3653
3674
|
function(e) {
|
|
3654
|
-
|
|
3675
|
+
ye(t, e);
|
|
3655
3676
|
function t(r, n, i, o) {
|
|
3656
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
|
3677
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, o) || this;
|
|
3657
3678
|
}
|
|
3658
3679
|
return t;
|
|
3659
|
-
}(
|
|
3660
|
-
),
|
|
3680
|
+
}(_e)
|
|
3681
|
+
), ni = (
|
|
3661
3682
|
/** @class */
|
|
3662
3683
|
function(e) {
|
|
3663
|
-
|
|
3684
|
+
ye(t, e);
|
|
3664
3685
|
function t(r, n, i) {
|
|
3665
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
|
3686
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
|
|
3666
3687
|
}
|
|
3667
3688
|
return t;
|
|
3668
|
-
}(
|
|
3669
|
-
),
|
|
3689
|
+
}(_e)
|
|
3690
|
+
), ii = (
|
|
3670
3691
|
/** @class */
|
|
3671
3692
|
function(e) {
|
|
3672
|
-
|
|
3693
|
+
ye(t, e);
|
|
3673
3694
|
function t(r, n) {
|
|
3674
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
|
3695
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
|
|
3675
3696
|
}
|
|
3676
3697
|
return t;
|
|
3677
|
-
}(
|
|
3678
|
-
),
|
|
3698
|
+
}(_e)
|
|
3699
|
+
), E;
|
|
3679
3700
|
(function(e) {
|
|
3680
3701
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3681
|
-
})(
|
|
3682
|
-
function
|
|
3702
|
+
})(E || (E = {}));
|
|
3703
|
+
function oi(e) {
|
|
3683
3704
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3684
3705
|
var n = t[t.length - 1];
|
|
3685
|
-
return !n || n.type !==
|
|
3706
|
+
return !n || n.type !== E.literal || r.type !== E.literal ? t.push(r) : n.value += r.value, t;
|
|
3686
3707
|
}, []);
|
|
3687
3708
|
}
|
|
3688
|
-
function
|
|
3709
|
+
function si(e) {
|
|
3689
3710
|
return typeof e == "function";
|
|
3690
3711
|
}
|
|
3691
3712
|
function ce(e, t, r, n, i, o, s) {
|
|
3692
|
-
if (e.length === 1 &&
|
|
3713
|
+
if (e.length === 1 && gt(e[0]))
|
|
3693
3714
|
return [
|
|
3694
3715
|
{
|
|
3695
|
-
type:
|
|
3716
|
+
type: E.literal,
|
|
3696
3717
|
value: e[0].value
|
|
3697
3718
|
}
|
|
3698
3719
|
];
|
|
3699
3720
|
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
|
3700
3721
|
var l = u[h];
|
|
3701
|
-
if (
|
|
3722
|
+
if (gt(l)) {
|
|
3702
3723
|
a.push({
|
|
3703
|
-
type:
|
|
3724
|
+
type: E.literal,
|
|
3704
3725
|
value: l.value
|
|
3705
3726
|
});
|
|
3706
3727
|
continue;
|
|
3707
3728
|
}
|
|
3708
|
-
if (
|
|
3729
|
+
if (Bn(l)) {
|
|
3709
3730
|
typeof o == "number" && a.push({
|
|
3710
|
-
type:
|
|
3731
|
+
type: E.literal,
|
|
3711
3732
|
value: r.getNumberFormat(t).format(o)
|
|
3712
3733
|
});
|
|
3713
3734
|
continue;
|
|
3714
3735
|
}
|
|
3715
3736
|
var f = l.value;
|
|
3716
3737
|
if (!(i && f in i))
|
|
3717
|
-
throw new
|
|
3738
|
+
throw new ii(f, s);
|
|
3718
3739
|
var c = i[f];
|
|
3719
|
-
if (
|
|
3740
|
+
if (An(l)) {
|
|
3720
3741
|
(!c || typeof c == "string" || typeof c == "number") && (c = typeof c == "string" || typeof c == "number" ? String(c) : ""), a.push({
|
|
3721
|
-
type: typeof c == "string" ?
|
|
3742
|
+
type: typeof c == "string" ? E.literal : E.object,
|
|
3722
3743
|
value: c
|
|
3723
3744
|
});
|
|
3724
3745
|
continue;
|
|
3725
3746
|
}
|
|
3726
|
-
if (
|
|
3727
|
-
var p = typeof l.style == "string" ? n.date[l.style] :
|
|
3747
|
+
if (Zt(l)) {
|
|
3748
|
+
var p = typeof l.style == "string" ? n.date[l.style] : je(l.style) ? l.style.parsedOptions : void 0;
|
|
3728
3749
|
a.push({
|
|
3729
|
-
type:
|
|
3750
|
+
type: E.literal,
|
|
3730
3751
|
value: r.getDateTimeFormat(t, p).format(c)
|
|
3731
3752
|
});
|
|
3732
3753
|
continue;
|
|
3733
3754
|
}
|
|
3734
|
-
if (
|
|
3735
|
-
var p = typeof l.style == "string" ? n.time[l.style] :
|
|
3755
|
+
if (Qt(l)) {
|
|
3756
|
+
var p = typeof l.style == "string" ? n.time[l.style] : je(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3736
3757
|
a.push({
|
|
3737
|
-
type:
|
|
3758
|
+
type: E.literal,
|
|
3738
3759
|
value: r.getDateTimeFormat(t, p).format(c)
|
|
3739
3760
|
});
|
|
3740
3761
|
continue;
|
|
3741
3762
|
}
|
|
3742
|
-
if (
|
|
3743
|
-
var p = typeof l.style == "string" ? n.number[l.style] :
|
|
3763
|
+
if (Wt(l)) {
|
|
3764
|
+
var p = typeof l.style == "string" ? n.number[l.style] : Kt(l.style) ? l.style.parsedOptions : void 0;
|
|
3744
3765
|
p && p.scale && (c = c * (p.scale || 1)), a.push({
|
|
3745
|
-
type:
|
|
3766
|
+
type: E.literal,
|
|
3746
3767
|
value: r.getNumberFormat(t, p).format(c)
|
|
3747
3768
|
});
|
|
3748
3769
|
continue;
|
|
3749
3770
|
}
|
|
3750
|
-
if (
|
|
3751
|
-
var
|
|
3752
|
-
if (!
|
|
3753
|
-
throw new
|
|
3754
|
-
var
|
|
3755
|
-
return
|
|
3771
|
+
if (qt(l)) {
|
|
3772
|
+
var d = l.children, v = l.value, S = i[v];
|
|
3773
|
+
if (!si(S))
|
|
3774
|
+
throw new ni(v, "function", s);
|
|
3775
|
+
var N = ce(d, t, r, n, i, o), g = S(N.map(function(L) {
|
|
3776
|
+
return L.value;
|
|
3756
3777
|
}));
|
|
3757
|
-
Array.isArray(g) || (g = [g]), a.push.apply(a, g.map(function(
|
|
3778
|
+
Array.isArray(g) || (g = [g]), a.push.apply(a, g.map(function(L) {
|
|
3758
3779
|
return {
|
|
3759
|
-
type: typeof
|
|
3760
|
-
value:
|
|
3780
|
+
type: typeof L == "string" ? E.literal : E.object,
|
|
3781
|
+
value: L
|
|
3761
3782
|
};
|
|
3762
3783
|
}));
|
|
3763
3784
|
}
|
|
3764
|
-
if (
|
|
3785
|
+
if (Jt(l)) {
|
|
3765
3786
|
var H = l.options[c] || l.options.other;
|
|
3766
3787
|
if (!H)
|
|
3767
|
-
throw new
|
|
3788
|
+
throw new Tt(l.value, c, Object.keys(l.options), s);
|
|
3768
3789
|
a.push.apply(a, ce(H.value, t, r, n, i));
|
|
3769
3790
|
continue;
|
|
3770
3791
|
}
|
|
3771
|
-
if (
|
|
3792
|
+
if (Yt(l)) {
|
|
3772
3793
|
var H = l.options["=".concat(c)];
|
|
3773
3794
|
if (!H) {
|
|
3774
3795
|
if (!Intl.PluralRules)
|
|
3775
|
-
throw new
|
|
3796
|
+
throw new _e(`Intl.PluralRules is not available in this environment.
|
|
3776
3797
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3777
|
-
`,
|
|
3778
|
-
var
|
|
3779
|
-
H = l.options[
|
|
3798
|
+
`, k.MISSING_INTL_API, s);
|
|
3799
|
+
var Z = r.getPluralRules(t, { type: l.pluralType }).select(c - (l.offset || 0));
|
|
3800
|
+
H = l.options[Z] || l.options.other;
|
|
3780
3801
|
}
|
|
3781
3802
|
if (!H)
|
|
3782
|
-
throw new
|
|
3803
|
+
throw new Tt(l.value, c, Object.keys(l.options), s);
|
|
3783
3804
|
a.push.apply(a, ce(H.value, t, r, n, i, c - (l.offset || 0)));
|
|
3784
3805
|
continue;
|
|
3785
3806
|
}
|
|
3786
3807
|
}
|
|
3787
|
-
return
|
|
3808
|
+
return oi(a);
|
|
3788
3809
|
}
|
|
3789
|
-
function
|
|
3790
|
-
return t ?
|
|
3791
|
-
return r[n] =
|
|
3810
|
+
function ai(e, t) {
|
|
3811
|
+
return t ? A(A(A({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3812
|
+
return r[n] = A(A({}, e[n]), t[n] || {}), r;
|
|
3792
3813
|
}, {})) : e;
|
|
3793
3814
|
}
|
|
3794
|
-
function
|
|
3815
|
+
function ui(e, t) {
|
|
3795
3816
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3796
|
-
return r[n] =
|
|
3797
|
-
},
|
|
3817
|
+
return r[n] = ai(e[n], t[n]), r;
|
|
3818
|
+
}, A({}, e)) : e;
|
|
3798
3819
|
}
|
|
3799
|
-
function
|
|
3820
|
+
function Oe(e) {
|
|
3800
3821
|
return {
|
|
3801
3822
|
create: function() {
|
|
3802
3823
|
return {
|
|
@@ -3810,39 +3831,39 @@ function Ae(e) {
|
|
|
3810
3831
|
}
|
|
3811
3832
|
};
|
|
3812
3833
|
}
|
|
3813
|
-
function
|
|
3834
|
+
function hi(e) {
|
|
3814
3835
|
return e === void 0 && (e = {
|
|
3815
3836
|
number: {},
|
|
3816
3837
|
dateTime: {},
|
|
3817
3838
|
pluralRules: {}
|
|
3818
3839
|
}), {
|
|
3819
|
-
getNumberFormat:
|
|
3840
|
+
getNumberFormat: Ae(function() {
|
|
3820
3841
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3821
3842
|
r[n] = arguments[n];
|
|
3822
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3843
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, He([void 0], r, !1)))();
|
|
3823
3844
|
}, {
|
|
3824
|
-
cache:
|
|
3825
|
-
strategy:
|
|
3845
|
+
cache: Oe(e.number),
|
|
3846
|
+
strategy: Be.variadic
|
|
3826
3847
|
}),
|
|
3827
|
-
getDateTimeFormat:
|
|
3848
|
+
getDateTimeFormat: Ae(function() {
|
|
3828
3849
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3829
3850
|
r[n] = arguments[n];
|
|
3830
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3851
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, He([void 0], r, !1)))();
|
|
3831
3852
|
}, {
|
|
3832
|
-
cache:
|
|
3833
|
-
strategy:
|
|
3853
|
+
cache: Oe(e.dateTime),
|
|
3854
|
+
strategy: Be.variadic
|
|
3834
3855
|
}),
|
|
3835
|
-
getPluralRules:
|
|
3856
|
+
getPluralRules: Ae(function() {
|
|
3836
3857
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3837
3858
|
r[n] = arguments[n];
|
|
3838
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3859
|
+
return new ((t = Intl.PluralRules).bind.apply(t, He([void 0], r, !1)))();
|
|
3839
3860
|
}, {
|
|
3840
|
-
cache:
|
|
3841
|
-
strategy:
|
|
3861
|
+
cache: Oe(e.pluralRules),
|
|
3862
|
+
strategy: Be.variadic
|
|
3842
3863
|
})
|
|
3843
3864
|
};
|
|
3844
3865
|
}
|
|
3845
|
-
var
|
|
3866
|
+
var li = (
|
|
3846
3867
|
/** @class */
|
|
3847
3868
|
function() {
|
|
3848
3869
|
function e(t, r, n, i) {
|
|
@@ -3857,7 +3878,7 @@ var ui = (
|
|
|
3857
3878
|
if (u.length === 1)
|
|
3858
3879
|
return u[0].value;
|
|
3859
3880
|
var l = u.reduce(function(f, c) {
|
|
3860
|
-
return !f.length || c.type !==
|
|
3881
|
+
return !f.length || c.type !== E.literal || typeof f[f.length - 1] != "string" ? f.push(c.value) : f[f.length - 1] += c.value, f;
|
|
3861
3882
|
}, []);
|
|
3862
3883
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3863
3884
|
}, this.formatToParts = function(h) {
|
|
@@ -3874,13 +3895,13 @@ var ui = (
|
|
|
3874
3895
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3875
3896
|
var s = i || {};
|
|
3876
3897
|
s.formatters;
|
|
3877
|
-
var a =
|
|
3878
|
-
this.ast = e.__parse(t,
|
|
3898
|
+
var a = yn(s, ["formatters"]);
|
|
3899
|
+
this.ast = e.__parse(t, A(A({}, a), { locale: this.resolvedLocale }));
|
|
3879
3900
|
} else
|
|
3880
3901
|
this.ast = t;
|
|
3881
3902
|
if (!Array.isArray(this.ast))
|
|
3882
3903
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3883
|
-
this.formats =
|
|
3904
|
+
this.formats = ui(e.formats, n), this.formatters = i && i.formatters || hi(this.formatterCache);
|
|
3884
3905
|
}
|
|
3885
3906
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3886
3907
|
get: function() {
|
|
@@ -3893,7 +3914,7 @@ var ui = (
|
|
|
3893
3914
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3894
3915
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3895
3916
|
}
|
|
3896
|
-
}, e.__parse =
|
|
3917
|
+
}, e.__parse = ri, e.formats = {
|
|
3897
3918
|
number: {
|
|
3898
3919
|
integer: {
|
|
3899
3920
|
maximumFractionDigits: 0
|
|
@@ -3954,7 +3975,7 @@ var ui = (
|
|
|
3954
3975
|
}, e;
|
|
3955
3976
|
}()
|
|
3956
3977
|
);
|
|
3957
|
-
function
|
|
3978
|
+
function fi(e, t) {
|
|
3958
3979
|
if (t == null)
|
|
3959
3980
|
return;
|
|
3960
3981
|
if (t in e)
|
|
@@ -3975,92 +3996,92 @@ function hi(e, t) {
|
|
|
3975
3996
|
n = void 0;
|
|
3976
3997
|
return n;
|
|
3977
3998
|
}
|
|
3978
|
-
const O = {},
|
|
3999
|
+
const O = {}, ci = (e, t, r) => r && (t in O || (O[t] = {}), e in O[t] || (O[t][e] = r), r), ar = (e, t) => {
|
|
3979
4000
|
if (t == null)
|
|
3980
4001
|
return;
|
|
3981
4002
|
if (t in O && e in O[t])
|
|
3982
4003
|
return O[t][e];
|
|
3983
|
-
const r =
|
|
4004
|
+
const r = Ee(t);
|
|
3984
4005
|
for (let n = 0; n < r.length; n++) {
|
|
3985
|
-
const i = r[n], o =
|
|
4006
|
+
const i = r[n], o = mi(i, e);
|
|
3986
4007
|
if (o)
|
|
3987
|
-
return
|
|
4008
|
+
return ci(e, t, o);
|
|
3988
4009
|
}
|
|
3989
4010
|
};
|
|
3990
|
-
let
|
|
3991
|
-
const ne =
|
|
3992
|
-
function
|
|
3993
|
-
return
|
|
4011
|
+
let qe;
|
|
4012
|
+
const ne = ve({});
|
|
4013
|
+
function pi(e) {
|
|
4014
|
+
return qe[e] || null;
|
|
3994
4015
|
}
|
|
3995
|
-
function
|
|
3996
|
-
return e in
|
|
4016
|
+
function ur(e) {
|
|
4017
|
+
return e in qe;
|
|
3997
4018
|
}
|
|
3998
|
-
function
|
|
3999
|
-
if (!
|
|
4019
|
+
function mi(e, t) {
|
|
4020
|
+
if (!ur(e))
|
|
4000
4021
|
return null;
|
|
4001
|
-
const r =
|
|
4002
|
-
return
|
|
4022
|
+
const r = pi(e);
|
|
4023
|
+
return fi(r, t);
|
|
4003
4024
|
}
|
|
4004
|
-
function
|
|
4025
|
+
function di(e) {
|
|
4005
4026
|
if (e == null)
|
|
4006
4027
|
return;
|
|
4007
|
-
const t =
|
|
4028
|
+
const t = Ee(e);
|
|
4008
4029
|
for (let r = 0; r < t.length; r++) {
|
|
4009
4030
|
const n = t[r];
|
|
4010
|
-
if (
|
|
4031
|
+
if (ur(n))
|
|
4011
4032
|
return n;
|
|
4012
4033
|
}
|
|
4013
4034
|
}
|
|
4014
|
-
function
|
|
4035
|
+
function bi(e, ...t) {
|
|
4015
4036
|
delete O[e], ne.update((r) => (r[e] = vn.all([r[e] || {}, ...t]), r));
|
|
4016
4037
|
}
|
|
4017
|
-
|
|
4038
|
+
z(
|
|
4018
4039
|
[ne],
|
|
4019
4040
|
([e]) => Object.keys(e)
|
|
4020
4041
|
);
|
|
4021
|
-
ne.subscribe((e) =>
|
|
4042
|
+
ne.subscribe((e) => qe = e);
|
|
4022
4043
|
const pe = {};
|
|
4023
|
-
function
|
|
4044
|
+
function gi(e, t) {
|
|
4024
4045
|
pe[e].delete(t), pe[e].size === 0 && delete pe[e];
|
|
4025
4046
|
}
|
|
4026
|
-
function
|
|
4047
|
+
function hr(e) {
|
|
4027
4048
|
return pe[e];
|
|
4028
4049
|
}
|
|
4029
|
-
function
|
|
4030
|
-
return
|
|
4031
|
-
const r =
|
|
4050
|
+
function vi(e) {
|
|
4051
|
+
return Ee(e).map((t) => {
|
|
4052
|
+
const r = hr(t);
|
|
4032
4053
|
return [t, r ? [...r] : []];
|
|
4033
4054
|
}).filter(([, t]) => t.length > 0);
|
|
4034
4055
|
}
|
|
4035
|
-
function
|
|
4036
|
-
return e == null ? !1 :
|
|
4056
|
+
function Ze(e) {
|
|
4057
|
+
return e == null ? !1 : Ee(e).some(
|
|
4037
4058
|
(t) => {
|
|
4038
4059
|
var r;
|
|
4039
|
-
return (r =
|
|
4060
|
+
return (r = hr(t)) == null ? void 0 : r.size;
|
|
4040
4061
|
}
|
|
4041
4062
|
);
|
|
4042
4063
|
}
|
|
4043
|
-
function
|
|
4064
|
+
function yi(e, t) {
|
|
4044
4065
|
return Promise.all(
|
|
4045
|
-
t.map((n) => (
|
|
4046
|
-
).then((n) =>
|
|
4047
|
-
}
|
|
4048
|
-
const
|
|
4049
|
-
function
|
|
4050
|
-
if (!
|
|
4051
|
-
return e in
|
|
4052
|
-
const t =
|
|
4053
|
-
return
|
|
4066
|
+
t.map((n) => (gi(e, n), n().then((i) => i.default || i)))
|
|
4067
|
+
).then((n) => bi(e, ...n));
|
|
4068
|
+
}
|
|
4069
|
+
const Q = {};
|
|
4070
|
+
function lr(e) {
|
|
4071
|
+
if (!Ze(e))
|
|
4072
|
+
return e in Q ? Q[e] : Promise.resolve();
|
|
4073
|
+
const t = vi(e);
|
|
4074
|
+
return Q[e] = Promise.all(
|
|
4054
4075
|
t.map(
|
|
4055
|
-
([r, n]) =>
|
|
4076
|
+
([r, n]) => yi(r, n)
|
|
4056
4077
|
)
|
|
4057
4078
|
).then(() => {
|
|
4058
|
-
if (
|
|
4059
|
-
return
|
|
4060
|
-
delete
|
|
4061
|
-
}),
|
|
4079
|
+
if (Ze(e))
|
|
4080
|
+
return lr(e);
|
|
4081
|
+
delete Q[e];
|
|
4082
|
+
}), Q[e];
|
|
4062
4083
|
}
|
|
4063
|
-
const
|
|
4084
|
+
const _i = {
|
|
4064
4085
|
number: {
|
|
4065
4086
|
scientific: { notation: "scientific" },
|
|
4066
4087
|
engineering: { notation: "engineering" },
|
|
@@ -4089,135 +4110,135 @@ const vi = {
|
|
|
4089
4110
|
timeZoneName: "short"
|
|
4090
4111
|
}
|
|
4091
4112
|
}
|
|
4092
|
-
},
|
|
4113
|
+
}, Ei = {
|
|
4093
4114
|
fallbackLocale: null,
|
|
4094
4115
|
loadingDelay: 200,
|
|
4095
|
-
formats:
|
|
4116
|
+
formats: _i,
|
|
4096
4117
|
warnOnMissingMessages: !0,
|
|
4097
4118
|
handleMissingMessage: void 0,
|
|
4098
4119
|
ignoreTag: !0
|
|
4099
|
-
},
|
|
4100
|
-
function
|
|
4101
|
-
return
|
|
4120
|
+
}, xi = Ei;
|
|
4121
|
+
function V() {
|
|
4122
|
+
return xi;
|
|
4102
4123
|
}
|
|
4103
|
-
const
|
|
4104
|
-
var
|
|
4124
|
+
const Ie = ve(!1);
|
|
4125
|
+
var Si = Object.defineProperty, Ti = Object.defineProperties, wi = Object.getOwnPropertyDescriptors, wt = Object.getOwnPropertySymbols, Hi = Object.prototype.hasOwnProperty, Ai = Object.prototype.propertyIsEnumerable, Ht = (e, t, r) => t in e ? Si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Bi = (e, t) => {
|
|
4105
4126
|
for (var r in t || (t = {}))
|
|
4106
|
-
|
|
4107
|
-
if (
|
|
4108
|
-
for (var r of
|
|
4109
|
-
|
|
4127
|
+
Hi.call(t, r) && Ht(e, r, t[r]);
|
|
4128
|
+
if (wt)
|
|
4129
|
+
for (var r of wt(t))
|
|
4130
|
+
Ai.call(t, r) && Ht(e, r, t[r]);
|
|
4110
4131
|
return e;
|
|
4111
|
-
},
|
|
4112
|
-
let
|
|
4113
|
-
const
|
|
4114
|
-
function
|
|
4132
|
+
}, Pi = (e, t) => Ti(e, wi(t));
|
|
4133
|
+
let Qe;
|
|
4134
|
+
const de = ve(null);
|
|
4135
|
+
function At(e) {
|
|
4115
4136
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4116
4137
|
}
|
|
4117
|
-
function
|
|
4118
|
-
const r =
|
|
4119
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4138
|
+
function Ee(e, t = V().fallbackLocale) {
|
|
4139
|
+
const r = At(e);
|
|
4140
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...At(t)])] : r;
|
|
4120
4141
|
}
|
|
4121
4142
|
function M() {
|
|
4122
|
-
return
|
|
4143
|
+
return Qe != null ? Qe : void 0;
|
|
4123
4144
|
}
|
|
4124
|
-
|
|
4125
|
-
|
|
4145
|
+
de.subscribe((e) => {
|
|
4146
|
+
Qe = e != null ? e : void 0, typeof window != "undefined" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4126
4147
|
});
|
|
4127
|
-
const
|
|
4128
|
-
if (e &&
|
|
4129
|
-
const { loadingDelay: t } =
|
|
4148
|
+
const Oi = (e) => {
|
|
4149
|
+
if (e && di(e) && Ze(e)) {
|
|
4150
|
+
const { loadingDelay: t } = V();
|
|
4130
4151
|
let r;
|
|
4131
4152
|
return typeof window != "undefined" && M() != null && t ? r = window.setTimeout(
|
|
4132
|
-
() =>
|
|
4153
|
+
() => Ie.set(!0),
|
|
4133
4154
|
t
|
|
4134
|
-
) :
|
|
4135
|
-
|
|
4155
|
+
) : Ie.set(!0), lr(e).then(() => {
|
|
4156
|
+
de.set(e);
|
|
4136
4157
|
}).finally(() => {
|
|
4137
|
-
clearTimeout(r),
|
|
4158
|
+
clearTimeout(r), Ie.set(!1);
|
|
4138
4159
|
});
|
|
4139
4160
|
}
|
|
4140
|
-
return
|
|
4141
|
-
}, ie = Bi(
|
|
4142
|
-
set:
|
|
4143
|
-
}),
|
|
4161
|
+
return de.set(e);
|
|
4162
|
+
}, ie = Pi(Bi({}, de), {
|
|
4163
|
+
set: Oi
|
|
4164
|
+
}), xe = (e) => {
|
|
4144
4165
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4145
4166
|
return (n) => {
|
|
4146
4167
|
const i = JSON.stringify(n);
|
|
4147
4168
|
return i in t ? t[i] : t[i] = e(n);
|
|
4148
4169
|
};
|
|
4149
4170
|
};
|
|
4150
|
-
var
|
|
4171
|
+
var Ii = Object.defineProperty, be = Object.getOwnPropertySymbols, fr = Object.prototype.hasOwnProperty, cr = Object.prototype.propertyIsEnumerable, Bt = (e, t, r) => t in e ? Ii(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ke = (e, t) => {
|
|
4151
4172
|
for (var r in t || (t = {}))
|
|
4152
|
-
|
|
4173
|
+
fr.call(t, r) && Bt(e, r, t[r]);
|
|
4153
4174
|
if (be)
|
|
4154
4175
|
for (var r of be(t))
|
|
4155
|
-
|
|
4176
|
+
cr.call(t, r) && Bt(e, r, t[r]);
|
|
4156
4177
|
return e;
|
|
4157
|
-
},
|
|
4178
|
+
}, W = (e, t) => {
|
|
4158
4179
|
var r = {};
|
|
4159
4180
|
for (var n in e)
|
|
4160
|
-
|
|
4181
|
+
fr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4161
4182
|
if (e != null && be)
|
|
4162
4183
|
for (var n of be(e))
|
|
4163
|
-
t.indexOf(n) < 0 &&
|
|
4184
|
+
t.indexOf(n) < 0 && cr.call(e, n) && (r[n] = e[n]);
|
|
4164
4185
|
return r;
|
|
4165
4186
|
};
|
|
4166
|
-
const
|
|
4167
|
-
const { formats: r } =
|
|
4187
|
+
const K = (e, t) => {
|
|
4188
|
+
const { formats: r } = V();
|
|
4168
4189
|
if (e in r && t in r[e])
|
|
4169
4190
|
return r[e][t];
|
|
4170
4191
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4171
|
-
},
|
|
4192
|
+
}, Ni = xe(
|
|
4172
4193
|
(e) => {
|
|
4173
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4194
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4174
4195
|
if (r == null)
|
|
4175
4196
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4176
|
-
return n && (i =
|
|
4197
|
+
return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
|
|
4177
4198
|
}
|
|
4178
|
-
),
|
|
4199
|
+
), Li = xe(
|
|
4179
4200
|
(e) => {
|
|
4180
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4201
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4181
4202
|
if (r == null)
|
|
4182
4203
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4183
|
-
return n ? i =
|
|
4204
|
+
return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4184
4205
|
}
|
|
4185
|
-
),
|
|
4206
|
+
), Ci = xe(
|
|
4186
4207
|
(e) => {
|
|
4187
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4208
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4188
4209
|
if (r == null)
|
|
4189
4210
|
throw new Error(
|
|
4190
4211
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
4191
4212
|
);
|
|
4192
|
-
return n ? i =
|
|
4213
|
+
return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4193
4214
|
}
|
|
4194
|
-
),
|
|
4215
|
+
), Mi = (e = {}) => {
|
|
4195
4216
|
var t = e, {
|
|
4196
4217
|
locale: r = M()
|
|
4197
|
-
} = t, n =
|
|
4218
|
+
} = t, n = W(t, [
|
|
4198
4219
|
"locale"
|
|
4199
4220
|
]);
|
|
4200
|
-
return
|
|
4201
|
-
},
|
|
4221
|
+
return Ni(Ke({ locale: r }, n));
|
|
4222
|
+
}, $i = (e = {}) => {
|
|
4202
4223
|
var t = e, {
|
|
4203
4224
|
locale: r = M()
|
|
4204
|
-
} = t, n =
|
|
4225
|
+
} = t, n = W(t, [
|
|
4205
4226
|
"locale"
|
|
4206
4227
|
]);
|
|
4207
|
-
return
|
|
4208
|
-
},
|
|
4228
|
+
return Li(Ke({ locale: r }, n));
|
|
4229
|
+
}, Ri = (e = {}) => {
|
|
4209
4230
|
var t = e, {
|
|
4210
4231
|
locale: r = M()
|
|
4211
|
-
} = t, n =
|
|
4232
|
+
} = t, n = W(t, [
|
|
4212
4233
|
"locale"
|
|
4213
4234
|
]);
|
|
4214
|
-
return
|
|
4215
|
-
},
|
|
4235
|
+
return Ci(Ke({ locale: r }, n));
|
|
4236
|
+
}, Ui = xe(
|
|
4216
4237
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4217
|
-
(e, t = M()) => new
|
|
4218
|
-
ignoreTag:
|
|
4238
|
+
(e, t = M()) => new li(e, t, V().formats, {
|
|
4239
|
+
ignoreTag: V().ignoreTag
|
|
4219
4240
|
})
|
|
4220
|
-
),
|
|
4241
|
+
), Di = (e, t = {}) => {
|
|
4221
4242
|
var r, n, i, o;
|
|
4222
4243
|
let s = t;
|
|
4223
4244
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -4230,9 +4251,9 @@ const ee = (e, t) => {
|
|
|
4230
4251
|
throw new Error(
|
|
4231
4252
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4232
4253
|
);
|
|
4233
|
-
let l =
|
|
4254
|
+
let l = ar(e, h);
|
|
4234
4255
|
if (!l)
|
|
4235
|
-
l = (o = (i = (n = (r =
|
|
4256
|
+
l = (o = (i = (n = (r = V()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
4236
4257
|
else if (typeof l != "string")
|
|
4237
4258
|
return console.warn(
|
|
4238
4259
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
@@ -4241,7 +4262,7 @@ const ee = (e, t) => {
|
|
|
4241
4262
|
return l;
|
|
4242
4263
|
let f = l;
|
|
4243
4264
|
try {
|
|
4244
|
-
f =
|
|
4265
|
+
f = Ui(l, h).format(a);
|
|
4245
4266
|
} catch (c) {
|
|
4246
4267
|
c instanceof Error && console.warn(
|
|
4247
4268
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4249,22 +4270,22 @@ const ee = (e, t) => {
|
|
|
4249
4270
|
);
|
|
4250
4271
|
}
|
|
4251
4272
|
return f;
|
|
4252
|
-
},
|
|
4253
|
-
|
|
4254
|
-
|
|
4255
|
-
|
|
4256
|
-
|
|
4257
|
-
|
|
4273
|
+
}, Gi = (e, t) => Ri(t).format(e), Fi = (e, t) => $i(t).format(e), ji = (e, t) => Mi(t).format(e), ki = (e, t = M()) => ar(e, t);
|
|
4274
|
+
z([ie, ne], () => Di);
|
|
4275
|
+
z([ie], () => Gi);
|
|
4276
|
+
z([ie], () => Fi);
|
|
4277
|
+
z([ie], () => ji);
|
|
4278
|
+
z([ie, ne], () => ki);
|
|
4258
4279
|
window.emWidgets = { topic: en };
|
|
4259
|
-
const
|
|
4280
|
+
const Vi = (e) => !!(e.toLowerCase().match(/android/i) || e.toLowerCase().match(/blackberry|bb/i) || e.toLowerCase().match(/iphone|ipad|ipod/i) || e.toLowerCase().match(/windows phone|windows mobile|iemobile|wpdesktop/i));
|
|
4260
4281
|
String(Number.MAX_SAFE_INTEGER).length;
|
|
4261
|
-
function
|
|
4282
|
+
function Xi(e, t) {
|
|
4262
4283
|
if (e) {
|
|
4263
4284
|
const r = document.createElement("style");
|
|
4264
4285
|
r.innerHTML = t, e.appendChild(r);
|
|
4265
4286
|
}
|
|
4266
4287
|
}
|
|
4267
|
-
function
|
|
4288
|
+
function zi(e, t) {
|
|
4268
4289
|
if (!e || !t)
|
|
4269
4290
|
return;
|
|
4270
4291
|
const r = new URL(t);
|
|
@@ -4275,7 +4296,7 @@ function Vi(e, t) {
|
|
|
4275
4296
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4276
4297
|
});
|
|
4277
4298
|
}
|
|
4278
|
-
function
|
|
4299
|
+
function Wi(e, t, r) {
|
|
4279
4300
|
if (window.emMessageBus) {
|
|
4280
4301
|
const n = document.createElement("style");
|
|
4281
4302
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4283,43 +4304,43 @@ function Xi(e, t, r) {
|
|
|
4283
4304
|
});
|
|
4284
4305
|
}
|
|
4285
4306
|
}
|
|
4286
|
-
function
|
|
4287
|
-
|
|
4307
|
+
function Zi(e) {
|
|
4308
|
+
vr(e, "svelte-qazmct", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.casino-tournaments-tab{color:var(--emw--color-primary, #F7F7F7);font:inherit;margin:3.125vw 0 1.25vw 0}.casino-tournaments-tab ul{display:flex;justify-content:space-between;width:100%;font-weight:600;font-size:3.75vw;border-bottom:0.3125vw var(--emw--color-grey-105, #424242) solid}.casino-tournaments-tab ul li{position:relative;text-align:center;padding:2.5vw 3.125vw;word-break:break-word;font-size:var(--emw--font-size-small, 14px);flex:auto;display:block}.casino-tournaments-tab ul li.active{color:#FF8364;border-bottom:0.625vw #FF8364 solid}.casino-tournaments-tab ul li span{margin:auto 0}.casino-tournaments-tab sup{box-sizing:border-box;position:absolute;top:2.8125vw;right:0;transform:translate(0%, -50%);transform-origin:100% 0%;overflow:hidden;direction:ltr;z-index:auto;min-width:4.375vw;height:4.375vw;color:#fff;font-weight:400;font-size:4.375vw;line-height:4.375vw;white-space:nowrap;text-align:center;background:#FF8364;border-radius:3.125vw}.casino-tournaments-tab sup span{font-size:3.125vw;font-weight:600;padding-right:0.15625vw;display:inline-block;vertical-align:super}.TabDesktop.casino-tournaments-tab{margin:10px}.TabDesktop.casino-tournaments-tab ul{font-size:inherit;border-bottom:2px var(--emw--color-grey-105, #424242) solid}.TabDesktop.casino-tournaments-tab ul li{padding:10px 20px;cursor:pointer}.TabDesktop.casino-tournaments-tab ul li.active{color:var(--emw--color-primary, #FF8364);border-bottom:3px var(--emw--color-primary, #FF8364) solid}.TabDesktop.casino-tournaments-tab ul li span{margin:auto 0}");
|
|
4288
4309
|
}
|
|
4289
|
-
function
|
|
4310
|
+
function Pt(e, t, r) {
|
|
4290
4311
|
const n = e.slice();
|
|
4291
4312
|
return n[16] = t[r], n;
|
|
4292
4313
|
}
|
|
4293
|
-
function
|
|
4294
|
-
let t, r =
|
|
4314
|
+
function Ot(e) {
|
|
4315
|
+
let t, r = ut(
|
|
4295
4316
|
/*__tabs*/
|
|
4296
4317
|
e[6]
|
|
4297
4318
|
), n = [];
|
|
4298
4319
|
for (let i = 0; i < r.length; i += 1)
|
|
4299
|
-
n[i] =
|
|
4320
|
+
n[i] = Nt(Pt(e, r, i));
|
|
4300
4321
|
return {
|
|
4301
4322
|
c() {
|
|
4302
4323
|
t = I("ul");
|
|
4303
4324
|
for (let i = 0; i < n.length; i += 1)
|
|
4304
4325
|
n[i].c();
|
|
4305
|
-
|
|
4326
|
+
T(t, "part", "ul");
|
|
4306
4327
|
},
|
|
4307
4328
|
m(i, o) {
|
|
4308
|
-
|
|
4329
|
+
te(i, t, o);
|
|
4309
4330
|
for (let s = 0; s < n.length; s += 1)
|
|
4310
4331
|
n[s] && n[s].m(t, null);
|
|
4311
4332
|
},
|
|
4312
4333
|
p(i, o) {
|
|
4313
4334
|
if (o & /*__tab, __tabs, window, tid, totalReceiver, textReceiver*/
|
|
4314
4335
|
121) {
|
|
4315
|
-
r =
|
|
4336
|
+
r = ut(
|
|
4316
4337
|
/*__tabs*/
|
|
4317
4338
|
i[6]
|
|
4318
4339
|
);
|
|
4319
4340
|
let s;
|
|
4320
4341
|
for (s = 0; s < r.length; s += 1) {
|
|
4321
|
-
const a =
|
|
4322
|
-
n[s] ? n[s].p(a, o) : (n[s] =
|
|
4342
|
+
const a = Pt(i, r, s);
|
|
4343
|
+
n[s] ? n[s].p(a, o) : (n[s] = Nt(a), n[s].c(), n[s].m(t, null));
|
|
4323
4344
|
}
|
|
4324
4345
|
for (; s < n.length; s += 1)
|
|
4325
4346
|
n[s].d(1);
|
|
@@ -4327,11 +4348,11 @@ function At(e) {
|
|
|
4327
4348
|
}
|
|
4328
4349
|
},
|
|
4329
4350
|
d(i) {
|
|
4330
|
-
i &&
|
|
4351
|
+
i && X(t), Er(n, i);
|
|
4331
4352
|
}
|
|
4332
4353
|
};
|
|
4333
4354
|
}
|
|
4334
|
-
function
|
|
4355
|
+
function It(e) {
|
|
4335
4356
|
let t, r, n = (
|
|
4336
4357
|
/*totalReceiver*/
|
|
4337
4358
|
e[3][
|
|
@@ -4341,10 +4362,10 @@ function Pt(e) {
|
|
|
4341
4362
|
), i;
|
|
4342
4363
|
return {
|
|
4343
4364
|
c() {
|
|
4344
|
-
t = I("sup"), r = I("span"), i =
|
|
4365
|
+
t = I("sup"), r = I("span"), i = Ye(n), T(r, "part", "SupText"), T(t, "part", "sup");
|
|
4345
4366
|
},
|
|
4346
4367
|
m(o, s) {
|
|
4347
|
-
|
|
4368
|
+
te(o, t, s), C(t, r), C(r, i);
|
|
4348
4369
|
},
|
|
4349
4370
|
p(o, s) {
|
|
4350
4371
|
s & /*totalReceiver, __tabs*/
|
|
@@ -4352,14 +4373,14 @@ function Pt(e) {
|
|
|
4352
4373
|
o[3][
|
|
4353
4374
|
/*_tab*/
|
|
4354
4375
|
o[16]
|
|
4355
|
-
] + "") &&
|
|
4376
|
+
] + "") && Mt(i, n);
|
|
4356
4377
|
},
|
|
4357
4378
|
d(o) {
|
|
4358
|
-
o &&
|
|
4379
|
+
o && X(t);
|
|
4359
4380
|
}
|
|
4360
4381
|
};
|
|
4361
4382
|
}
|
|
4362
|
-
function
|
|
4383
|
+
function Nt(e) {
|
|
4363
4384
|
let t, r, n = (
|
|
4364
4385
|
/*textReceiver*/
|
|
4365
4386
|
(e[4][
|
|
@@ -4371,7 +4392,7 @@ function Ot(e) {
|
|
|
4371
4392
|
e[3][
|
|
4372
4393
|
/*_tab*/
|
|
4373
4394
|
e[16]
|
|
4374
|
-
] >= 0 &&
|
|
4395
|
+
] >= 0 && It(e)
|
|
4375
4396
|
);
|
|
4376
4397
|
function c() {
|
|
4377
4398
|
return (
|
|
@@ -4384,83 +4405,83 @@ function Ot(e) {
|
|
|
4384
4405
|
}
|
|
4385
4406
|
return {
|
|
4386
4407
|
c() {
|
|
4387
|
-
t = I("li"), r = I("span"), i =
|
|
4408
|
+
t = I("li"), r = I("span"), i = Ye(n), o = st(), f && f.c(), s = st(), T(r, "part", "LiText"), T(t, "class", a = /*__tab*/
|
|
4388
4409
|
e[5] === /*_tab*/
|
|
4389
|
-
e[16] ? "active" : ""),
|
|
4410
|
+
e[16] ? "active" : ""), T(t, "part", h = `${/*_tab*/
|
|
4390
4411
|
e[16]} li ` + /*__tab*/
|
|
4391
4412
|
(e[5] === /*_tab*/
|
|
4392
4413
|
e[16] ? "active" : ""));
|
|
4393
4414
|
},
|
|
4394
|
-
m(p,
|
|
4395
|
-
|
|
4415
|
+
m(p, d) {
|
|
4416
|
+
te(p, t, d), C(t, r), C(r, i), C(t, o), f && f.m(t, null), C(t, s), u || (l = xr(t, "click", c), u = !0);
|
|
4396
4417
|
},
|
|
4397
|
-
p(p,
|
|
4398
|
-
e = p,
|
|
4418
|
+
p(p, d) {
|
|
4419
|
+
e = p, d & /*textReceiver, __tabs*/
|
|
4399
4420
|
80 && n !== (n = /*textReceiver*/
|
|
4400
4421
|
(e[4][
|
|
4401
4422
|
/*_tab*/
|
|
4402
4423
|
e[16]
|
|
4403
|
-
] || "") + "") &&
|
|
4424
|
+
] || "") + "") && Mt(i, n), /*totalReceiver*/
|
|
4404
4425
|
e[3][
|
|
4405
4426
|
/*_tab*/
|
|
4406
4427
|
e[16]
|
|
4407
|
-
] >= 0 ? f ? f.p(e,
|
|
4428
|
+
] >= 0 ? f ? f.p(e, d) : (f = It(e), f.c(), f.m(t, s)) : f && (f.d(1), f = null), d & /*__tab, __tabs*/
|
|
4408
4429
|
96 && a !== (a = /*__tab*/
|
|
4409
4430
|
e[5] === /*_tab*/
|
|
4410
|
-
e[16] ? "active" : "") &&
|
|
4431
|
+
e[16] ? "active" : "") && T(t, "class", a), d & /*__tabs, __tab*/
|
|
4411
4432
|
96 && h !== (h = `${/*_tab*/
|
|
4412
4433
|
e[16]} li ` + /*__tab*/
|
|
4413
4434
|
(e[5] === /*_tab*/
|
|
4414
|
-
e[16] ? "active" : "")) &&
|
|
4435
|
+
e[16] ? "active" : "")) && T(t, "part", h);
|
|
4415
4436
|
},
|
|
4416
4437
|
d(p) {
|
|
4417
|
-
p &&
|
|
4438
|
+
p && X(t), f && f.d(), u = !1, l();
|
|
4418
4439
|
}
|
|
4419
4440
|
};
|
|
4420
4441
|
}
|
|
4421
|
-
function
|
|
4442
|
+
function Qi(e) {
|
|
4422
4443
|
let t, r = (
|
|
4423
4444
|
/*isTitleInited*/
|
|
4424
|
-
e[2] &&
|
|
4445
|
+
e[2] && Ot(e)
|
|
4425
4446
|
);
|
|
4426
4447
|
return {
|
|
4427
4448
|
c() {
|
|
4428
|
-
t = I("div"), r && r.c(),
|
|
4449
|
+
t = I("div"), r && r.c(), T(t, "class", "casino-tournaments-tab " + (Vi(
|
|
4429
4450
|
/*userAgent*/
|
|
4430
4451
|
e[7]
|
|
4431
|
-
) ? "TabMobile" : "TabDesktop")),
|
|
4452
|
+
) ? "TabMobile" : "TabDesktop")), T(t, "part", "CustomStylingContainer");
|
|
4432
4453
|
},
|
|
4433
4454
|
m(n, i) {
|
|
4434
|
-
|
|
4455
|
+
te(n, t, i), r && r.m(t, null), e[14](t);
|
|
4435
4456
|
},
|
|
4436
4457
|
p(n, [i]) {
|
|
4437
4458
|
/*isTitleInited*/
|
|
4438
|
-
n[2] ? r ? r.p(n, i) : (r =
|
|
4459
|
+
n[2] ? r ? r.p(n, i) : (r = Ot(n), r.c(), r.m(t, null)) : r && (r.d(1), r = null);
|
|
4439
4460
|
},
|
|
4440
4461
|
i: w,
|
|
4441
4462
|
o: w,
|
|
4442
4463
|
d(n) {
|
|
4443
|
-
n &&
|
|
4464
|
+
n && X(t), r && r.d(), e[14](null);
|
|
4444
4465
|
}
|
|
4445
4466
|
};
|
|
4446
4467
|
}
|
|
4447
|
-
function
|
|
4468
|
+
function Ji(e, t, r) {
|
|
4448
4469
|
let n, i, { tabs: o = "" } = t, { tab: s = void 0 } = t, { clientstyling: a = "" } = t, { clientstylingurl: h = "" } = t, { mbsource: u } = t, { tid: l = "pageTab" } = t, f, c = !1;
|
|
4449
4470
|
const p = window.navigator.userAgent;
|
|
4450
|
-
let
|
|
4451
|
-
|
|
4471
|
+
let d = {}, v = {};
|
|
4472
|
+
Gr({
|
|
4452
4473
|
TournamentsTabTotalUpdate: (g) => {
|
|
4453
|
-
r(3,
|
|
4474
|
+
r(3, d = ae($({}, d), {
|
|
4454
4475
|
[g.state]: g.total
|
|
4455
4476
|
}));
|
|
4456
4477
|
},
|
|
4457
4478
|
TournamentsTabsLocalize: (g) => {
|
|
4458
|
-
r(2, c = !0), r(4, v =
|
|
4479
|
+
r(2, c = !0), r(4, v = $($({}, v), g.tabTitleTranslations));
|
|
4459
4480
|
},
|
|
4460
4481
|
TournamentsTabLocaleTextUpdate: (g) => {
|
|
4461
|
-
r(2, c = !0), r(4, v = ae(
|
|
4482
|
+
r(2, c = !0), r(4, v = ae($({}, v), { [g.state]: g.text }));
|
|
4462
4483
|
}
|
|
4463
|
-
}),
|
|
4484
|
+
}), $t(() => (window.postMessage(
|
|
4464
4485
|
{
|
|
4465
4486
|
type: "TournamentsTabListenerLoaded",
|
|
4466
4487
|
tid: l
|
|
@@ -4468,7 +4489,7 @@ function Zi(e, t, r) {
|
|
|
4468
4489
|
window.location.href
|
|
4469
4490
|
), () => {
|
|
4470
4491
|
}));
|
|
4471
|
-
const
|
|
4492
|
+
const S = (g) => {
|
|
4472
4493
|
r(5, i = g), window.postMessage(
|
|
4473
4494
|
{
|
|
4474
4495
|
type: "TournamentsTabSwitch",
|
|
@@ -4478,8 +4499,8 @@ function Zi(e, t, r) {
|
|
|
4478
4499
|
window.location.href
|
|
4479
4500
|
);
|
|
4480
4501
|
};
|
|
4481
|
-
function
|
|
4482
|
-
|
|
4502
|
+
function N(g) {
|
|
4503
|
+
Ne[g ? "unshift" : "push"](() => {
|
|
4483
4504
|
f = g, r(1, f);
|
|
4484
4505
|
});
|
|
4485
4506
|
}
|
|
@@ -4487,16 +4508,16 @@ function Zi(e, t, r) {
|
|
|
4487
4508
|
"tabs" in g && r(8, o = g.tabs), "tab" in g && r(9, s = g.tab), "clientstyling" in g && r(10, a = g.clientstyling), "clientstylingurl" in g && r(11, h = g.clientstylingurl), "mbsource" in g && r(12, u = g.mbsource), "tid" in g && r(0, l = g.tid);
|
|
4488
4509
|
}, e.$$.update = () => {
|
|
4489
4510
|
e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4490
|
-
1026 && a && f &&
|
|
4491
|
-
2050 && h && f &&
|
|
4492
|
-
4098 && u && f &&
|
|
4511
|
+
1026 && a && f && Xi(f, a), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4512
|
+
2050 && h && f && zi(f, h), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4513
|
+
4098 && u && f && Wi(f, `${u}.Style`), e.$$.dirty & /*tabs*/
|
|
4493
4514
|
256 && r(6, n = o.split(",")), e.$$.dirty & /*tab*/
|
|
4494
4515
|
512 && r(5, i = s);
|
|
4495
4516
|
}, [
|
|
4496
4517
|
l,
|
|
4497
4518
|
f,
|
|
4498
4519
|
c,
|
|
4499
|
-
|
|
4520
|
+
d,
|
|
4500
4521
|
v,
|
|
4501
4522
|
i,
|
|
4502
4523
|
n,
|
|
@@ -4506,18 +4527,18 @@ function Zi(e, t, r) {
|
|
|
4506
4527
|
a,
|
|
4507
4528
|
h,
|
|
4508
4529
|
u,
|
|
4509
|
-
|
|
4510
|
-
|
|
4530
|
+
S,
|
|
4531
|
+
N
|
|
4511
4532
|
];
|
|
4512
4533
|
}
|
|
4513
|
-
class
|
|
4534
|
+
class Yi extends Rr {
|
|
4514
4535
|
constructor(t) {
|
|
4515
|
-
super(),
|
|
4536
|
+
super(), Mr(
|
|
4516
4537
|
this,
|
|
4517
4538
|
t,
|
|
4518
|
-
|
|
4519
|
-
|
|
4520
|
-
|
|
4539
|
+
Ji,
|
|
4540
|
+
Qi,
|
|
4541
|
+
Ct,
|
|
4521
4542
|
{
|
|
4522
4543
|
tabs: 8,
|
|
4523
4544
|
tab: 9,
|
|
@@ -4526,7 +4547,7 @@ class Qi extends Rr {
|
|
|
4526
4547
|
mbsource: 12,
|
|
4527
4548
|
tid: 0
|
|
4528
4549
|
},
|
|
4529
|
-
|
|
4550
|
+
Zi
|
|
4530
4551
|
);
|
|
4531
4552
|
}
|
|
4532
4553
|
get tabs() {
|
|
@@ -4566,7 +4587,7 @@ class Qi extends Rr {
|
|
|
4566
4587
|
this.$$set({ tid: t }), P();
|
|
4567
4588
|
}
|
|
4568
4589
|
}
|
|
4569
|
-
|
|
4590
|
+
$r(Yi, { tabs: {}, tab: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, tid: {} }, [], [], !0);
|
|
4570
4591
|
export {
|
|
4571
|
-
|
|
4592
|
+
Yi as default
|
|
4572
4593
|
};
|