@everymatrix/player-panic-button 1.74.8 → 1.74.10
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/PlayerPanicButton-ClwDjGaA.cjs +18 -0
- package/components/{PlayerPanicButton-CERsF5Pr.js → PlayerPanicButton-DpaxzQmz.js} +684 -698
- package/components/{PlayerPanicButton-hR3U-jzg.js → PlayerPanicButton-kvRbaraB.js} +569 -583
- package/es2015/player-panic-button.cjs +1 -1
- package/es2015/player-panic-button.js +1 -1
- package/esnext/player-panic-button.js +1 -1
- package/package.json +1 -1
- package/components/PlayerPanicButton-DQ4mYjLE.cjs +0 -18
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
function T() {
|
|
2
2
|
}
|
|
3
|
-
function
|
|
3
|
+
function vt(e) {
|
|
4
4
|
return e();
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function Ze() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
9
|
function te(e) {
|
|
10
|
-
e.forEach(
|
|
10
|
+
e.forEach(vt);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function je(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function Et(e, t) {
|
|
16
16
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function er(e) {
|
|
19
19
|
return Object.keys(e).length === 0;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function xt(e, ...t) {
|
|
22
22
|
if (e == null) {
|
|
23
23
|
for (const n of t)
|
|
24
24
|
n(void 0);
|
|
@@ -27,20 +27,20 @@ function St(e, ...t) {
|
|
|
27
27
|
const r = e.subscribe(...t);
|
|
28
28
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
e.$$.on_destroy.push(
|
|
30
|
+
function tr(e, t, r) {
|
|
31
|
+
e.$$.on_destroy.push(xt(t, r));
|
|
32
32
|
}
|
|
33
33
|
function ae(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
const n =
|
|
36
|
+
function rr(e, t, r) {
|
|
37
|
+
const n = nr(e);
|
|
38
38
|
if (!n.getElementById(t)) {
|
|
39
39
|
const i = J("style");
|
|
40
|
-
i.id = t, i.textContent = r,
|
|
40
|
+
i.id = t, i.textContent = r, ir(n, i);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function nr(e) {
|
|
44
44
|
if (!e)
|
|
45
45
|
return document;
|
|
46
46
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -50,39 +50,39 @@ function sr(e) {
|
|
|
50
50
|
t
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function ir(e, t) {
|
|
54
54
|
return ae(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
57
57
|
t
|
|
58
58
|
), t.sheet;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function _t(e, t, r) {
|
|
61
61
|
e.insertBefore(t, r || null);
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function ke(e) {
|
|
64
64
|
e.parentNode && e.parentNode.removeChild(e);
|
|
65
65
|
}
|
|
66
66
|
function J(e) {
|
|
67
67
|
return document.createElement(e);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function or(e) {
|
|
70
70
|
return document.createTextNode(e);
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function L(e, t, r) {
|
|
73
73
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function sr(e) {
|
|
76
76
|
return Array.from(e.childNodes);
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function ar(e, t) {
|
|
79
79
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
80
80
|
t);
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function Qe(e, t, r) {
|
|
83
83
|
e.classList.toggle(t, !!r);
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function ur(e) {
|
|
86
86
|
const t = {};
|
|
87
87
|
return e.childNodes.forEach(
|
|
88
88
|
/** @param {Element} node */
|
|
@@ -95,23 +95,23 @@ let q;
|
|
|
95
95
|
function Y(e) {
|
|
96
96
|
q = e;
|
|
97
97
|
}
|
|
98
|
-
function
|
|
98
|
+
function hr() {
|
|
99
99
|
if (!q)
|
|
100
100
|
throw new Error("Function called outside component initialization");
|
|
101
101
|
return q;
|
|
102
102
|
}
|
|
103
|
-
function
|
|
104
|
-
|
|
103
|
+
function lr(e) {
|
|
104
|
+
hr().$$.on_mount.push(e);
|
|
105
105
|
}
|
|
106
106
|
const D = [], fe = [];
|
|
107
|
-
let
|
|
108
|
-
const
|
|
109
|
-
let
|
|
110
|
-
function
|
|
111
|
-
|
|
107
|
+
let G = [];
|
|
108
|
+
const Je = [], cr = /* @__PURE__ */ Promise.resolve();
|
|
109
|
+
let He = !1;
|
|
110
|
+
function fr() {
|
|
111
|
+
He || (He = !0, cr.then(H));
|
|
112
112
|
}
|
|
113
|
-
function
|
|
114
|
-
|
|
113
|
+
function Pe(e) {
|
|
114
|
+
G.push(e);
|
|
115
115
|
}
|
|
116
116
|
const Ee = /* @__PURE__ */ new Set();
|
|
117
117
|
let R = 0;
|
|
@@ -123,53 +123,53 @@ function H() {
|
|
|
123
123
|
try {
|
|
124
124
|
for (; R < D.length; ) {
|
|
125
125
|
const t = D[R];
|
|
126
|
-
R++, Y(t),
|
|
126
|
+
R++, Y(t), pr(t.$$);
|
|
127
127
|
}
|
|
128
128
|
} catch (t) {
|
|
129
129
|
throw D.length = 0, R = 0, t;
|
|
130
130
|
}
|
|
131
131
|
for (Y(null), D.length = 0, R = 0; fe.length; )
|
|
132
132
|
fe.pop()();
|
|
133
|
-
for (let t = 0; t <
|
|
134
|
-
const r =
|
|
133
|
+
for (let t = 0; t < G.length; t += 1) {
|
|
134
|
+
const r = G[t];
|
|
135
135
|
Ee.has(r) || (Ee.add(r), r());
|
|
136
136
|
}
|
|
137
|
-
|
|
137
|
+
G.length = 0;
|
|
138
138
|
} while (D.length);
|
|
139
|
-
for (;
|
|
140
|
-
|
|
141
|
-
|
|
139
|
+
for (; Je.length; )
|
|
140
|
+
Je.pop()();
|
|
141
|
+
He = !1, Ee.clear(), Y(e);
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function pr(e) {
|
|
144
144
|
if (e.fragment !== null) {
|
|
145
145
|
e.update(), te(e.before_update);
|
|
146
146
|
const t = e.dirty;
|
|
147
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
147
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Pe);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
function
|
|
150
|
+
function dr(e) {
|
|
151
151
|
const t = [], r = [];
|
|
152
|
-
|
|
152
|
+
G.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), G = t;
|
|
153
153
|
}
|
|
154
|
-
const
|
|
155
|
-
function
|
|
156
|
-
e && e.i && (
|
|
154
|
+
const mr = /* @__PURE__ */ new Set();
|
|
155
|
+
function br(e, t) {
|
|
156
|
+
e && e.i && (mr.delete(e), e.i(t));
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function gr(e, t, r) {
|
|
159
159
|
const { fragment: n, after_update: i } = e.$$;
|
|
160
|
-
n && n.m(t, r),
|
|
161
|
-
const o = e.$$.on_mount.map(
|
|
160
|
+
n && n.m(t, r), Pe(() => {
|
|
161
|
+
const o = e.$$.on_mount.map(vt).filter(je);
|
|
162
162
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : te(o), e.$$.on_mount = [];
|
|
163
|
-
}), i.forEach(
|
|
163
|
+
}), i.forEach(Pe);
|
|
164
164
|
}
|
|
165
|
-
function
|
|
165
|
+
function yr(e, t) {
|
|
166
166
|
const r = e.$$;
|
|
167
|
-
r.fragment !== null && (
|
|
167
|
+
r.fragment !== null && (dr(r.after_update), te(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
168
168
|
}
|
|
169
|
-
function
|
|
170
|
-
e.$$.dirty[0] === -1 && (D.push(e),
|
|
169
|
+
function vr(e, t) {
|
|
170
|
+
e.$$.dirty[0] === -1 && (D.push(e), fr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
171
171
|
}
|
|
172
|
-
function
|
|
172
|
+
function Er(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
173
173
|
const u = q;
|
|
174
174
|
Y(e);
|
|
175
175
|
const h = e.$$ = {
|
|
@@ -179,7 +179,7 @@ function Sr(e, t, r, n, i, o, a = null, s = [-1]) {
|
|
|
179
179
|
props: o,
|
|
180
180
|
update: T,
|
|
181
181
|
not_equal: i,
|
|
182
|
-
bound:
|
|
182
|
+
bound: Ze(),
|
|
183
183
|
// lifecycle
|
|
184
184
|
on_mount: [],
|
|
185
185
|
on_destroy: [],
|
|
@@ -188,28 +188,28 @@ function Sr(e, t, r, n, i, o, a = null, s = [-1]) {
|
|
|
188
188
|
after_update: [],
|
|
189
189
|
context: new Map(t.context || (u ? u.$$.context : [])),
|
|
190
190
|
// everything else
|
|
191
|
-
callbacks:
|
|
192
|
-
dirty:
|
|
191
|
+
callbacks: Ze(),
|
|
192
|
+
dirty: a,
|
|
193
193
|
skip_bound: !1,
|
|
194
194
|
root: t.target || u.$$.root
|
|
195
195
|
};
|
|
196
|
-
|
|
196
|
+
s && s(h.root);
|
|
197
197
|
let l = !1;
|
|
198
|
-
if (h.ctx = r
|
|
199
|
-
const y =
|
|
200
|
-
return h.ctx && i(h.ctx[c], h.ctx[c] = y) && (!h.skip_bound && h.bound[c] && h.bound[c](y), l &&
|
|
201
|
-
})
|
|
198
|
+
if (h.ctx = r(e, t.props || {}, (c, f, ...d) => {
|
|
199
|
+
const y = d.length ? d[0] : f;
|
|
200
|
+
return h.ctx && i(h.ctx[c], h.ctx[c] = y) && (!h.skip_bound && h.bound[c] && h.bound[c](y), l && vr(e, c)), f;
|
|
201
|
+
}), h.update(), l = !0, te(h.before_update), h.fragment = n(h.ctx), t.target) {
|
|
202
202
|
if (t.hydrate) {
|
|
203
|
-
const c =
|
|
204
|
-
h.fragment && h.fragment.l(c), c.forEach(
|
|
203
|
+
const c = sr(t.target);
|
|
204
|
+
h.fragment && h.fragment.l(c), c.forEach(ke);
|
|
205
205
|
} else
|
|
206
206
|
h.fragment && h.fragment.c();
|
|
207
|
-
t.intro &&
|
|
207
|
+
t.intro && br(e.$$.fragment), gr(e, t.target, t.anchor), H();
|
|
208
208
|
}
|
|
209
209
|
Y(u);
|
|
210
210
|
}
|
|
211
|
-
let
|
|
212
|
-
typeof HTMLElement == "function" && (
|
|
211
|
+
let St;
|
|
212
|
+
typeof HTMLElement == "function" && (St = class extends HTMLElement {
|
|
213
213
|
/** The Svelte component constructor */
|
|
214
214
|
$$ctor;
|
|
215
215
|
/** Slots */
|
|
@@ -251,24 +251,24 @@ typeof HTMLElement == "function" && (Tt = class extends HTMLElement {
|
|
|
251
251
|
let o;
|
|
252
252
|
return {
|
|
253
253
|
c: function() {
|
|
254
|
-
o = J("slot"), i !== "default" &&
|
|
254
|
+
o = J("slot"), i !== "default" && L(o, "name", i);
|
|
255
255
|
},
|
|
256
256
|
/**
|
|
257
257
|
* @param {HTMLElement} target
|
|
258
258
|
* @param {HTMLElement} [anchor]
|
|
259
259
|
*/
|
|
260
260
|
m: function(u, h) {
|
|
261
|
-
|
|
261
|
+
_t(u, o, h);
|
|
262
262
|
},
|
|
263
263
|
d: function(u) {
|
|
264
|
-
u &&
|
|
264
|
+
u && ke(o);
|
|
265
265
|
}
|
|
266
266
|
};
|
|
267
267
|
};
|
|
268
268
|
};
|
|
269
269
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
270
270
|
return;
|
|
271
|
-
const t = {}, r =
|
|
271
|
+
const t = {}, r = ur(this);
|
|
272
272
|
for (const i of this.$$s)
|
|
273
273
|
i in r && (t[i] = [e(i)]);
|
|
274
274
|
for (const i of this.attributes) {
|
|
@@ -304,8 +304,8 @@ typeof HTMLElement == "function" && (Tt = class extends HTMLElement {
|
|
|
304
304
|
this.$$c.$$.after_update.push(n), n();
|
|
305
305
|
for (const i in this.$$l)
|
|
306
306
|
for (const o of this.$$l[i]) {
|
|
307
|
-
const
|
|
308
|
-
this.$$l_u.set(o,
|
|
307
|
+
const s = this.$$c.$on(i, o);
|
|
308
|
+
this.$$l_u.set(o, s);
|
|
309
309
|
}
|
|
310
310
|
this.$$l = {};
|
|
311
311
|
}
|
|
@@ -355,36 +355,36 @@ function ue(e, t, r, n) {
|
|
|
355
355
|
return t;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
359
|
-
let
|
|
358
|
+
function xr(e, t, r, n, i, o) {
|
|
359
|
+
let s = class extends St {
|
|
360
360
|
constructor() {
|
|
361
361
|
super(e, r, i), this.$$p_d = t;
|
|
362
362
|
}
|
|
363
363
|
static get observedAttributes() {
|
|
364
364
|
return Object.keys(t).map(
|
|
365
|
-
(
|
|
365
|
+
(a) => (t[a].attribute || a).toLowerCase()
|
|
366
366
|
);
|
|
367
367
|
}
|
|
368
368
|
};
|
|
369
|
-
return Object.keys(t).forEach((
|
|
370
|
-
Object.defineProperty(
|
|
369
|
+
return Object.keys(t).forEach((a) => {
|
|
370
|
+
Object.defineProperty(s.prototype, a, {
|
|
371
371
|
get() {
|
|
372
|
-
return this.$$c &&
|
|
372
|
+
return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
|
|
373
373
|
},
|
|
374
374
|
set(u) {
|
|
375
|
-
u = ue(
|
|
375
|
+
u = ue(a, u, t), this.$$d[a] = u, this.$$c?.$set({ [a]: u });
|
|
376
376
|
}
|
|
377
377
|
});
|
|
378
|
-
}), n.forEach((
|
|
379
|
-
Object.defineProperty(
|
|
378
|
+
}), n.forEach((a) => {
|
|
379
|
+
Object.defineProperty(s.prototype, a, {
|
|
380
380
|
get() {
|
|
381
|
-
return this.$$c?.[
|
|
381
|
+
return this.$$c?.[a];
|
|
382
382
|
}
|
|
383
383
|
});
|
|
384
384
|
}), e.element = /** @type {any} */
|
|
385
|
-
|
|
385
|
+
s, s;
|
|
386
386
|
}
|
|
387
|
-
class
|
|
387
|
+
class _r {
|
|
388
388
|
/**
|
|
389
389
|
* ### PRIVATE API
|
|
390
390
|
*
|
|
@@ -403,7 +403,7 @@ class Tr {
|
|
|
403
403
|
$$set = void 0;
|
|
404
404
|
/** @returns {void} */
|
|
405
405
|
$destroy() {
|
|
406
|
-
|
|
406
|
+
yr(this, 1), this.$destroy = T;
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
409
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -412,7 +412,7 @@ class Tr {
|
|
|
412
412
|
* @returns {() => void}
|
|
413
413
|
*/
|
|
414
414
|
$on(t, r) {
|
|
415
|
-
if (!
|
|
415
|
+
if (!je(r))
|
|
416
416
|
return T;
|
|
417
417
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
418
418
|
return n.push(r), () => {
|
|
@@ -425,18 +425,18 @@ class Tr {
|
|
|
425
425
|
* @returns {void}
|
|
426
426
|
*/
|
|
427
427
|
$set(t) {
|
|
428
|
-
this.$$set && !
|
|
428
|
+
this.$$set && !er(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
429
429
|
}
|
|
430
430
|
}
|
|
431
|
-
const
|
|
432
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
433
|
-
function
|
|
431
|
+
const Sr = "4";
|
|
432
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Sr);
|
|
433
|
+
function Br(e, t) {
|
|
434
434
|
if (e) {
|
|
435
435
|
const r = document.createElement("style");
|
|
436
436
|
r.innerHTML = t, e.appendChild(r);
|
|
437
437
|
}
|
|
438
438
|
}
|
|
439
|
-
function
|
|
439
|
+
function Tr(e, t) {
|
|
440
440
|
const r = new URL(t);
|
|
441
441
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
442
442
|
const i = document.createElement("style");
|
|
@@ -445,7 +445,7 @@ function Pr(e, t) {
|
|
|
445
445
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
446
446
|
});
|
|
447
447
|
}
|
|
448
|
-
function
|
|
448
|
+
function wr(e, t, r) {
|
|
449
449
|
if (window.emMessageBus) {
|
|
450
450
|
const n = document.createElement("style");
|
|
451
451
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -467,18 +467,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
467
467
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
468
468
|
PERFORMANCE OF THIS SOFTWARE.
|
|
469
469
|
***************************************************************************** */
|
|
470
|
-
var
|
|
471
|
-
return
|
|
470
|
+
var Ae = function(e, t) {
|
|
471
|
+
return Ae = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
472
472
|
r.__proto__ = n;
|
|
473
473
|
} || function(r, n) {
|
|
474
474
|
for (var i in n)
|
|
475
475
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
476
|
-
},
|
|
476
|
+
}, Ae(e, t);
|
|
477
477
|
};
|
|
478
478
|
function A(e, t) {
|
|
479
479
|
if (typeof t != "function" && t !== null)
|
|
480
480
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
481
|
-
|
|
481
|
+
Ae(e, t);
|
|
482
482
|
function r() {
|
|
483
483
|
this.constructor = e;
|
|
484
484
|
}
|
|
@@ -494,7 +494,7 @@ var b = function() {
|
|
|
494
494
|
return t;
|
|
495
495
|
}, b.apply(this, arguments);
|
|
496
496
|
};
|
|
497
|
-
function
|
|
497
|
+
function Hr(e, t) {
|
|
498
498
|
var r = {};
|
|
499
499
|
for (var n in e)
|
|
500
500
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -503,7 +503,7 @@ function Or(e, t) {
|
|
|
503
503
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
504
504
|
return r;
|
|
505
505
|
}
|
|
506
|
-
function
|
|
506
|
+
function Oe(e) {
|
|
507
507
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
508
508
|
if (r)
|
|
509
509
|
return r.call(e);
|
|
@@ -515,27 +515,27 @@ function Ie(e) {
|
|
|
515
515
|
};
|
|
516
516
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
517
517
|
}
|
|
518
|
-
function
|
|
518
|
+
function Ie(e, t) {
|
|
519
519
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
520
520
|
if (!r)
|
|
521
521
|
return e;
|
|
522
|
-
var n = r.call(e), i, o = [],
|
|
522
|
+
var n = r.call(e), i, o = [], s;
|
|
523
523
|
try {
|
|
524
524
|
for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
|
|
525
525
|
o.push(i.value);
|
|
526
|
-
} catch (
|
|
527
|
-
|
|
526
|
+
} catch (a) {
|
|
527
|
+
s = { error: a };
|
|
528
528
|
} finally {
|
|
529
529
|
try {
|
|
530
530
|
i && !i.done && (r = n.return) && r.call(n);
|
|
531
531
|
} finally {
|
|
532
|
-
if (
|
|
533
|
-
throw
|
|
532
|
+
if (s)
|
|
533
|
+
throw s.error;
|
|
534
534
|
}
|
|
535
535
|
}
|
|
536
536
|
return o;
|
|
537
537
|
}
|
|
538
|
-
function
|
|
538
|
+
function F(e, t, r) {
|
|
539
539
|
if (r || arguments.length === 2)
|
|
540
540
|
for (var n = 0, i = t.length, o; n < i; n++)
|
|
541
541
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
@@ -544,13 +544,13 @@ function G(e, t, r) {
|
|
|
544
544
|
function P(e) {
|
|
545
545
|
return typeof e == "function";
|
|
546
546
|
}
|
|
547
|
-
function
|
|
547
|
+
function Bt(e) {
|
|
548
548
|
var t = function(n) {
|
|
549
549
|
Error.call(n), n.stack = new Error().stack;
|
|
550
550
|
}, r = e(t);
|
|
551
551
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
552
552
|
}
|
|
553
|
-
var xe =
|
|
553
|
+
var xe = Bt(function(e) {
|
|
554
554
|
return function(r) {
|
|
555
555
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
556
556
|
` + r.map(function(n, i) {
|
|
@@ -565,7 +565,7 @@ function Ne(e, t) {
|
|
|
565
565
|
0 <= r && e.splice(r, 1);
|
|
566
566
|
}
|
|
567
567
|
}
|
|
568
|
-
var
|
|
568
|
+
var me = function() {
|
|
569
569
|
function e(t) {
|
|
570
570
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
571
571
|
}
|
|
@@ -573,11 +573,11 @@ var de = function() {
|
|
|
573
573
|
var t, r, n, i, o;
|
|
574
574
|
if (!this.closed) {
|
|
575
575
|
this.closed = !0;
|
|
576
|
-
var
|
|
577
|
-
if (
|
|
578
|
-
if (this._parentage = null, Array.isArray(
|
|
576
|
+
var s = this._parentage;
|
|
577
|
+
if (s)
|
|
578
|
+
if (this._parentage = null, Array.isArray(s))
|
|
579
579
|
try {
|
|
580
|
-
for (var
|
|
580
|
+
for (var a = Oe(s), u = a.next(); !u.done; u = a.next()) {
|
|
581
581
|
var h = u.value;
|
|
582
582
|
h.remove(this);
|
|
583
583
|
}
|
|
@@ -585,14 +585,14 @@ var de = function() {
|
|
|
585
585
|
t = { error: g };
|
|
586
586
|
} finally {
|
|
587
587
|
try {
|
|
588
|
-
u && !u.done && (r =
|
|
588
|
+
u && !u.done && (r = a.return) && r.call(a);
|
|
589
589
|
} finally {
|
|
590
590
|
if (t)
|
|
591
591
|
throw t.error;
|
|
592
592
|
}
|
|
593
593
|
}
|
|
594
594
|
else
|
|
595
|
-
|
|
595
|
+
s.remove(this);
|
|
596
596
|
var l = this.initialTeardown;
|
|
597
597
|
if (P(l))
|
|
598
598
|
try {
|
|
@@ -604,19 +604,19 @@ var de = function() {
|
|
|
604
604
|
if (c) {
|
|
605
605
|
this._finalizers = null;
|
|
606
606
|
try {
|
|
607
|
-
for (var f =
|
|
608
|
-
var y =
|
|
607
|
+
for (var f = Oe(c), d = f.next(); !d.done; d = f.next()) {
|
|
608
|
+
var y = d.value;
|
|
609
609
|
try {
|
|
610
|
-
|
|
610
|
+
Ye(y);
|
|
611
611
|
} catch (g) {
|
|
612
|
-
o = o ?? [], g instanceof xe ? o =
|
|
612
|
+
o = o ?? [], g instanceof xe ? o = F(F([], Ie(o)), Ie(g.errors)) : o.push(g);
|
|
613
613
|
}
|
|
614
614
|
}
|
|
615
615
|
} catch (g) {
|
|
616
616
|
n = { error: g };
|
|
617
617
|
} finally {
|
|
618
618
|
try {
|
|
619
|
-
|
|
619
|
+
d && !d.done && (i = f.return) && i.call(f);
|
|
620
620
|
} finally {
|
|
621
621
|
if (n)
|
|
622
622
|
throw n.error;
|
|
@@ -630,7 +630,7 @@ var de = function() {
|
|
|
630
630
|
var r;
|
|
631
631
|
if (t && t !== this)
|
|
632
632
|
if (this.closed)
|
|
633
|
-
|
|
633
|
+
Ye(t);
|
|
634
634
|
else {
|
|
635
635
|
if (t instanceof e) {
|
|
636
636
|
if (t.closed || t._hasParent(this))
|
|
@@ -655,48 +655,48 @@ var de = function() {
|
|
|
655
655
|
var t = new e();
|
|
656
656
|
return t.closed = !0, t;
|
|
657
657
|
}(), e;
|
|
658
|
-
}(),
|
|
659
|
-
function
|
|
660
|
-
return e instanceof
|
|
658
|
+
}(), Tt = me.EMPTY;
|
|
659
|
+
function wt(e) {
|
|
660
|
+
return e instanceof me || e && "closed" in e && P(e.remove) && P(e.add) && P(e.unsubscribe);
|
|
661
661
|
}
|
|
662
|
-
function
|
|
662
|
+
function Ye(e) {
|
|
663
663
|
P(e) ? e() : e.unsubscribe();
|
|
664
664
|
}
|
|
665
|
-
var
|
|
665
|
+
var Pr = {
|
|
666
666
|
onUnhandledError: null,
|
|
667
667
|
onStoppedNotification: null,
|
|
668
668
|
Promise: void 0,
|
|
669
669
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
670
670
|
useDeprecatedNextContext: !1
|
|
671
|
-
},
|
|
671
|
+
}, Ar = {
|
|
672
672
|
setTimeout: function(e, t) {
|
|
673
673
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
674
674
|
r[n - 2] = arguments[n];
|
|
675
|
-
return setTimeout.apply(void 0,
|
|
675
|
+
return setTimeout.apply(void 0, F([e, t], Ie(r)));
|
|
676
676
|
},
|
|
677
677
|
clearTimeout: function(e) {
|
|
678
678
|
return clearTimeout(e);
|
|
679
679
|
},
|
|
680
680
|
delegate: void 0
|
|
681
681
|
};
|
|
682
|
-
function
|
|
683
|
-
|
|
682
|
+
function Or(e) {
|
|
683
|
+
Ar.setTimeout(function() {
|
|
684
684
|
throw e;
|
|
685
685
|
});
|
|
686
686
|
}
|
|
687
|
-
function
|
|
687
|
+
function qe() {
|
|
688
688
|
}
|
|
689
689
|
function he(e) {
|
|
690
690
|
e();
|
|
691
691
|
}
|
|
692
|
-
var
|
|
692
|
+
var Ht = function(e) {
|
|
693
693
|
A(t, e);
|
|
694
694
|
function t(r) {
|
|
695
695
|
var n = e.call(this) || this;
|
|
696
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
696
|
+
return n.isStopped = !1, r ? (n.destination = r, wt(r) && r.add(n)) : n.destination = Lr, n;
|
|
697
697
|
}
|
|
698
698
|
return t.create = function(r, n, i) {
|
|
699
|
-
return new
|
|
699
|
+
return new Le(r, n, i);
|
|
700
700
|
}, t.prototype.next = function(r) {
|
|
701
701
|
this.isStopped || this._next(r);
|
|
702
702
|
}, t.prototype.error = function(r) {
|
|
@@ -720,11 +720,7 @@ var Ot = function(e) {
|
|
|
720
720
|
this.unsubscribe();
|
|
721
721
|
}
|
|
722
722
|
}, t;
|
|
723
|
-
}(
|
|
724
|
-
function _e(e, t) {
|
|
725
|
-
return Nr.call(e, t);
|
|
726
|
-
}
|
|
727
|
-
var Cr = function() {
|
|
723
|
+
}(me), Ir = function() {
|
|
728
724
|
function e(t) {
|
|
729
725
|
this.partialObserver = t;
|
|
730
726
|
}
|
|
@@ -755,55 +751,43 @@ var Cr = function() {
|
|
|
755
751
|
ie(r);
|
|
756
752
|
}
|
|
757
753
|
}, e;
|
|
758
|
-
}(),
|
|
754
|
+
}(), Le = function(e) {
|
|
759
755
|
A(t, e);
|
|
760
756
|
function t(r, n, i) {
|
|
761
|
-
var o = e.call(this) || this,
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
};
|
|
768
|
-
else {
|
|
769
|
-
var s;
|
|
770
|
-
o && At.useDeprecatedNextContext ? (s = Object.create(r), s.unsubscribe = function() {
|
|
771
|
-
return o.unsubscribe();
|
|
772
|
-
}, a = {
|
|
773
|
-
next: r.next && _e(r.next, s),
|
|
774
|
-
error: r.error && _e(r.error, s),
|
|
775
|
-
complete: r.complete && _e(r.complete, s)
|
|
776
|
-
}) : a = r;
|
|
777
|
-
}
|
|
778
|
-
return o.destination = new Cr(a), o;
|
|
757
|
+
var o = e.call(this) || this, s;
|
|
758
|
+
return P(r) || !r ? s = {
|
|
759
|
+
next: r ?? void 0,
|
|
760
|
+
error: n ?? void 0,
|
|
761
|
+
complete: i ?? void 0
|
|
762
|
+
} : s = r, o.destination = new Ir(s), o;
|
|
779
763
|
}
|
|
780
764
|
return t;
|
|
781
|
-
}(
|
|
765
|
+
}(Ht);
|
|
782
766
|
function ie(e) {
|
|
783
|
-
|
|
767
|
+
Or(e);
|
|
784
768
|
}
|
|
785
|
-
function
|
|
769
|
+
function Nr(e) {
|
|
786
770
|
throw e;
|
|
787
771
|
}
|
|
788
|
-
var
|
|
772
|
+
var Lr = {
|
|
789
773
|
closed: !0,
|
|
790
|
-
next:
|
|
791
|
-
error:
|
|
792
|
-
complete:
|
|
793
|
-
},
|
|
774
|
+
next: qe,
|
|
775
|
+
error: Nr,
|
|
776
|
+
complete: qe
|
|
777
|
+
}, Cr = function() {
|
|
794
778
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
795
779
|
}();
|
|
796
|
-
function
|
|
780
|
+
function Mr(e) {
|
|
797
781
|
return e;
|
|
798
782
|
}
|
|
799
|
-
function
|
|
800
|
-
return e.length === 0 ?
|
|
783
|
+
function $r(e) {
|
|
784
|
+
return e.length === 0 ? Mr : e.length === 1 ? e[0] : function(r) {
|
|
801
785
|
return e.reduce(function(n, i) {
|
|
802
786
|
return i(n);
|
|
803
787
|
}, r);
|
|
804
788
|
};
|
|
805
789
|
}
|
|
806
|
-
var
|
|
790
|
+
var Ke = function() {
|
|
807
791
|
function e(t) {
|
|
808
792
|
t && (this._subscribe = t);
|
|
809
793
|
}
|
|
@@ -811,10 +795,10 @@ var tt = function() {
|
|
|
811
795
|
var r = new e();
|
|
812
796
|
return r.source = this, r.operator = t, r;
|
|
813
797
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
814
|
-
var i = this, o =
|
|
798
|
+
var i = this, o = Ur(t) ? t : new Le(t, r, n);
|
|
815
799
|
return he(function() {
|
|
816
|
-
var
|
|
817
|
-
o.add(
|
|
800
|
+
var s = i, a = s.operator, u = s.source;
|
|
801
|
+
o.add(a ? a.call(o, u) : u ? i._subscribe(o) : i._trySubscribe(o));
|
|
818
802
|
}), o;
|
|
819
803
|
}, e.prototype._trySubscribe = function(t) {
|
|
820
804
|
try {
|
|
@@ -824,37 +808,37 @@ var tt = function() {
|
|
|
824
808
|
}
|
|
825
809
|
}, e.prototype.forEach = function(t, r) {
|
|
826
810
|
var n = this;
|
|
827
|
-
return r =
|
|
828
|
-
var
|
|
829
|
-
next: function(
|
|
811
|
+
return r = et(r), new r(function(i, o) {
|
|
812
|
+
var s = new Le({
|
|
813
|
+
next: function(a) {
|
|
830
814
|
try {
|
|
831
|
-
t(
|
|
815
|
+
t(a);
|
|
832
816
|
} catch (u) {
|
|
833
|
-
o(u),
|
|
817
|
+
o(u), s.unsubscribe();
|
|
834
818
|
}
|
|
835
819
|
},
|
|
836
820
|
error: o,
|
|
837
821
|
complete: i
|
|
838
822
|
});
|
|
839
|
-
n.subscribe(
|
|
823
|
+
n.subscribe(s);
|
|
840
824
|
});
|
|
841
825
|
}, e.prototype._subscribe = function(t) {
|
|
842
826
|
var r;
|
|
843
827
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
844
|
-
}, e.prototype[
|
|
828
|
+
}, e.prototype[Cr] = function() {
|
|
845
829
|
return this;
|
|
846
830
|
}, e.prototype.pipe = function() {
|
|
847
831
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
848
832
|
t[r] = arguments[r];
|
|
849
|
-
return
|
|
833
|
+
return $r(t)(this);
|
|
850
834
|
}, e.prototype.toPromise = function(t) {
|
|
851
835
|
var r = this;
|
|
852
|
-
return t =
|
|
836
|
+
return t = et(t), new t(function(n, i) {
|
|
853
837
|
var o;
|
|
854
|
-
r.subscribe(function(
|
|
855
|
-
return o =
|
|
856
|
-
}, function(
|
|
857
|
-
return i(
|
|
838
|
+
r.subscribe(function(s) {
|
|
839
|
+
return o = s;
|
|
840
|
+
}, function(s) {
|
|
841
|
+
return i(s);
|
|
858
842
|
}, function() {
|
|
859
843
|
return n(o);
|
|
860
844
|
});
|
|
@@ -863,32 +847,32 @@ var tt = function() {
|
|
|
863
847
|
return new e(t);
|
|
864
848
|
}, e;
|
|
865
849
|
}();
|
|
866
|
-
function
|
|
850
|
+
function et(e) {
|
|
867
851
|
var t;
|
|
868
|
-
return (t = e ??
|
|
852
|
+
return (t = e ?? Pr.Promise) !== null && t !== void 0 ? t : Promise;
|
|
869
853
|
}
|
|
870
|
-
function
|
|
854
|
+
function Rr(e) {
|
|
871
855
|
return e && P(e.next) && P(e.error) && P(e.complete);
|
|
872
856
|
}
|
|
873
|
-
function
|
|
874
|
-
return e && e instanceof
|
|
857
|
+
function Ur(e) {
|
|
858
|
+
return e && e instanceof Ht || Rr(e) && wt(e);
|
|
875
859
|
}
|
|
876
|
-
var
|
|
860
|
+
var Dr = Bt(function(e) {
|
|
877
861
|
return function() {
|
|
878
862
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
879
863
|
};
|
|
880
|
-
}),
|
|
864
|
+
}), Pt = function(e) {
|
|
881
865
|
A(t, e);
|
|
882
866
|
function t() {
|
|
883
867
|
var r = e.call(this) || this;
|
|
884
868
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
885
869
|
}
|
|
886
870
|
return t.prototype.lift = function(r) {
|
|
887
|
-
var n = new
|
|
871
|
+
var n = new tt(this, this);
|
|
888
872
|
return n.operator = r, n;
|
|
889
873
|
}, t.prototype._throwIfClosed = function() {
|
|
890
874
|
if (this.closed)
|
|
891
|
-
throw new
|
|
875
|
+
throw new Dr();
|
|
892
876
|
}, t.prototype.next = function(r) {
|
|
893
877
|
var n = this;
|
|
894
878
|
he(function() {
|
|
@@ -896,15 +880,15 @@ var jr = wt(function(e) {
|
|
|
896
880
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
897
881
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
898
882
|
try {
|
|
899
|
-
for (var
|
|
900
|
-
var u =
|
|
883
|
+
for (var s = Oe(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
884
|
+
var u = a.value;
|
|
901
885
|
u.next(r);
|
|
902
886
|
}
|
|
903
887
|
} catch (h) {
|
|
904
888
|
i = { error: h };
|
|
905
889
|
} finally {
|
|
906
890
|
try {
|
|
907
|
-
|
|
891
|
+
a && !a.done && (o = s.return) && o.call(s);
|
|
908
892
|
} finally {
|
|
909
893
|
if (i)
|
|
910
894
|
throw i.error;
|
|
@@ -944,20 +928,20 @@ var jr = wt(function(e) {
|
|
|
944
928
|
}, t.prototype._subscribe = function(r) {
|
|
945
929
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
946
930
|
}, t.prototype._innerSubscribe = function(r) {
|
|
947
|
-
var n = this, i = this, o = i.hasError,
|
|
948
|
-
return o ||
|
|
949
|
-
n.currentObservers = null, Ne(
|
|
931
|
+
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
932
|
+
return o || s ? Tt : (this.currentObservers = null, a.push(r), new me(function() {
|
|
933
|
+
n.currentObservers = null, Ne(a, r);
|
|
950
934
|
}));
|
|
951
935
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
952
|
-
var n = this, i = n.hasError, o = n.thrownError,
|
|
953
|
-
i ? r.error(o) :
|
|
936
|
+
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
937
|
+
i ? r.error(o) : s && r.complete();
|
|
954
938
|
}, t.prototype.asObservable = function() {
|
|
955
|
-
var r = new
|
|
939
|
+
var r = new Ke();
|
|
956
940
|
return r.source = this, r;
|
|
957
941
|
}, t.create = function(r, n) {
|
|
958
|
-
return new
|
|
942
|
+
return new tt(r, n);
|
|
959
943
|
}, t;
|
|
960
|
-
}(
|
|
944
|
+
}(Ke), tt = function(e) {
|
|
961
945
|
A(t, e);
|
|
962
946
|
function t(r, n) {
|
|
963
947
|
var i = e.call(this) || this;
|
|
@@ -974,45 +958,45 @@ var jr = wt(function(e) {
|
|
|
974
958
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
975
959
|
}, t.prototype._subscribe = function(r) {
|
|
976
960
|
var n, i;
|
|
977
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
961
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Tt;
|
|
978
962
|
}, t;
|
|
979
|
-
}(
|
|
963
|
+
}(Pt), At = {
|
|
980
964
|
now: function() {
|
|
981
|
-
return (
|
|
965
|
+
return (At.delegate || Date).now();
|
|
982
966
|
},
|
|
983
967
|
delegate: void 0
|
|
984
|
-
},
|
|
968
|
+
}, Gr = function(e) {
|
|
985
969
|
A(t, e);
|
|
986
970
|
function t(r, n, i) {
|
|
987
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
971
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = At);
|
|
988
972
|
var o = e.call(this) || this;
|
|
989
973
|
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;
|
|
990
974
|
}
|
|
991
975
|
return t.prototype.next = function(r) {
|
|
992
|
-
var n = this, i = n.isStopped, o = n._buffer,
|
|
993
|
-
i || (o.push(r), !
|
|
976
|
+
var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, u = n._windowTime;
|
|
977
|
+
i || (o.push(r), !s && o.push(a.now() + u)), this._trimBuffer(), e.prototype.next.call(this, r);
|
|
994
978
|
}, t.prototype._subscribe = function(r) {
|
|
995
979
|
this._throwIfClosed(), this._trimBuffer();
|
|
996
|
-
for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow,
|
|
997
|
-
r.next(
|
|
980
|
+
for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow, s = i._buffer, a = s.slice(), u = 0; u < a.length && !r.closed; u += o ? 1 : 2)
|
|
981
|
+
r.next(a[u]);
|
|
998
982
|
return this._checkFinalizedStatuses(r), n;
|
|
999
983
|
}, t.prototype._trimBuffer = function() {
|
|
1000
|
-
var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer,
|
|
1001
|
-
if (n < 1 / 0 &&
|
|
984
|
+
var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, s = r._infiniteTimeWindow, a = (s ? 1 : 2) * n;
|
|
985
|
+
if (n < 1 / 0 && a < o.length && o.splice(0, o.length - a), !s) {
|
|
1002
986
|
for (var u = i.now(), h = 0, l = 1; l < o.length && o[l] <= u; l += 2)
|
|
1003
987
|
h = l;
|
|
1004
988
|
h && o.splice(0, h + 1);
|
|
1005
989
|
}
|
|
1006
990
|
}, t;
|
|
1007
|
-
}(
|
|
1008
|
-
const
|
|
1009
|
-
if (
|
|
1010
|
-
const r = new
|
|
1011
|
-
|
|
991
|
+
}(Pt);
|
|
992
|
+
const rt = [], nt = {}, Fr = (e, t = 0) => {
|
|
993
|
+
if (rt.indexOf(e) == -1) {
|
|
994
|
+
const r = new Gr(t);
|
|
995
|
+
nt[e] = r, rt.push(e);
|
|
1012
996
|
}
|
|
1013
|
-
return
|
|
997
|
+
return nt[e];
|
|
1014
998
|
}, U = [];
|
|
1015
|
-
function
|
|
999
|
+
function jr(e, t) {
|
|
1016
1000
|
return {
|
|
1017
1001
|
subscribe: be(e, t).subscribe
|
|
1018
1002
|
};
|
|
@@ -1020,8 +1004,8 @@ function zr(e, t) {
|
|
|
1020
1004
|
function be(e, t = T) {
|
|
1021
1005
|
let r;
|
|
1022
1006
|
const n = /* @__PURE__ */ new Set();
|
|
1023
|
-
function i(
|
|
1024
|
-
if (
|
|
1007
|
+
function i(a) {
|
|
1008
|
+
if (Et(e, a) && (e = a, r)) {
|
|
1025
1009
|
const u = !U.length;
|
|
1026
1010
|
for (const h of n)
|
|
1027
1011
|
h[1](), U.push(h, e);
|
|
@@ -1032,23 +1016,23 @@ function be(e, t = T) {
|
|
|
1032
1016
|
}
|
|
1033
1017
|
}
|
|
1034
1018
|
}
|
|
1035
|
-
function o(
|
|
1036
|
-
i(
|
|
1019
|
+
function o(a) {
|
|
1020
|
+
i(a(e));
|
|
1037
1021
|
}
|
|
1038
|
-
function a
|
|
1039
|
-
const h = [
|
|
1040
|
-
return n.add(h), n.size === 1 && (r = t(i, o) || T),
|
|
1022
|
+
function s(a, u = T) {
|
|
1023
|
+
const h = [a, u];
|
|
1024
|
+
return n.add(h), n.size === 1 && (r = t(i, o) || T), a(e), () => {
|
|
1041
1025
|
n.delete(h), n.size === 0 && r && (r(), r = null);
|
|
1042
1026
|
};
|
|
1043
1027
|
}
|
|
1044
|
-
return { set: i, update: o, subscribe:
|
|
1028
|
+
return { set: i, update: o, subscribe: s };
|
|
1045
1029
|
}
|
|
1046
1030
|
function X(e, t, r) {
|
|
1047
1031
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
1048
1032
|
if (!i.every(Boolean))
|
|
1049
1033
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1050
1034
|
const o = t.length < 2;
|
|
1051
|
-
return
|
|
1035
|
+
return jr(r, (s, a) => {
|
|
1052
1036
|
let u = !1;
|
|
1053
1037
|
const h = [];
|
|
1054
1038
|
let l = 0, c = T;
|
|
@@ -1056,10 +1040,10 @@ function X(e, t, r) {
|
|
|
1056
1040
|
if (l)
|
|
1057
1041
|
return;
|
|
1058
1042
|
c();
|
|
1059
|
-
const y = t(n ? h[0] : h,
|
|
1060
|
-
o ?
|
|
1061
|
-
},
|
|
1062
|
-
(y, g) =>
|
|
1043
|
+
const y = t(n ? h[0] : h, s, a);
|
|
1044
|
+
o ? s(y) : c = je(y) ? y : T;
|
|
1045
|
+
}, d = i.map(
|
|
1046
|
+
(y, g) => xt(
|
|
1063
1047
|
y,
|
|
1064
1048
|
(B) => {
|
|
1065
1049
|
h[g] = B, l &= ~(1 << g), u && f();
|
|
@@ -1070,74 +1054,74 @@ function X(e, t, r) {
|
|
|
1070
1054
|
)
|
|
1071
1055
|
);
|
|
1072
1056
|
return u = !0, f(), function() {
|
|
1073
|
-
te(
|
|
1057
|
+
te(d), c(), u = !1;
|
|
1074
1058
|
};
|
|
1075
1059
|
});
|
|
1076
1060
|
}
|
|
1077
|
-
function
|
|
1078
|
-
return e
|
|
1061
|
+
function kr(e) {
|
|
1062
|
+
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1079
1063
|
}
|
|
1080
|
-
var
|
|
1081
|
-
return
|
|
1064
|
+
var Vr = function(t) {
|
|
1065
|
+
return zr(t) && !Xr(t);
|
|
1082
1066
|
};
|
|
1083
|
-
function
|
|
1067
|
+
function zr(e) {
|
|
1084
1068
|
return !!e && typeof e == "object";
|
|
1085
1069
|
}
|
|
1086
|
-
function
|
|
1070
|
+
function Xr(e) {
|
|
1087
1071
|
var t = Object.prototype.toString.call(e);
|
|
1088
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1072
|
+
return t === "[object RegExp]" || t === "[object Date]" || Qr(e);
|
|
1089
1073
|
}
|
|
1090
|
-
var
|
|
1091
|
-
function
|
|
1092
|
-
return e.$$typeof ===
|
|
1074
|
+
var Wr = typeof Symbol == "function" && Symbol.for, Zr = Wr ? Symbol.for("react.element") : 60103;
|
|
1075
|
+
function Qr(e) {
|
|
1076
|
+
return e.$$typeof === Zr;
|
|
1093
1077
|
}
|
|
1094
|
-
function
|
|
1078
|
+
function Jr(e) {
|
|
1095
1079
|
return Array.isArray(e) ? [] : {};
|
|
1096
1080
|
}
|
|
1097
1081
|
function K(e, t) {
|
|
1098
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? j(
|
|
1082
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? j(Jr(e), e, t) : e;
|
|
1099
1083
|
}
|
|
1100
|
-
function
|
|
1084
|
+
function Yr(e, t, r) {
|
|
1101
1085
|
return e.concat(t).map(function(n) {
|
|
1102
1086
|
return K(n, r);
|
|
1103
1087
|
});
|
|
1104
1088
|
}
|
|
1105
|
-
function
|
|
1089
|
+
function qr(e, t) {
|
|
1106
1090
|
if (!t.customMerge)
|
|
1107
1091
|
return j;
|
|
1108
1092
|
var r = t.customMerge(e);
|
|
1109
1093
|
return typeof r == "function" ? r : j;
|
|
1110
1094
|
}
|
|
1111
|
-
function
|
|
1095
|
+
function Kr(e) {
|
|
1112
1096
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1113
1097
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1114
1098
|
}) : [];
|
|
1115
1099
|
}
|
|
1116
|
-
function
|
|
1117
|
-
return Object.keys(e).concat(
|
|
1100
|
+
function it(e) {
|
|
1101
|
+
return Object.keys(e).concat(Kr(e));
|
|
1118
1102
|
}
|
|
1119
|
-
function
|
|
1103
|
+
function Ot(e, t) {
|
|
1120
1104
|
try {
|
|
1121
1105
|
return t in e;
|
|
1122
1106
|
} catch {
|
|
1123
1107
|
return !1;
|
|
1124
1108
|
}
|
|
1125
1109
|
}
|
|
1126
|
-
function
|
|
1127
|
-
return
|
|
1110
|
+
function en(e, t) {
|
|
1111
|
+
return Ot(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1128
1112
|
}
|
|
1129
|
-
function
|
|
1113
|
+
function tn(e, t, r) {
|
|
1130
1114
|
var n = {};
|
|
1131
|
-
return r.isMergeableObject(e) &&
|
|
1115
|
+
return r.isMergeableObject(e) && it(e).forEach(function(i) {
|
|
1132
1116
|
n[i] = K(e[i], r);
|
|
1133
|
-
}),
|
|
1134
|
-
|
|
1117
|
+
}), it(t).forEach(function(i) {
|
|
1118
|
+
en(e, i) || (Ot(e, i) && r.isMergeableObject(t[i]) ? n[i] = qr(i, r)(e[i], t[i], r) : n[i] = K(t[i], r));
|
|
1135
1119
|
}), n;
|
|
1136
1120
|
}
|
|
1137
1121
|
function j(e, t, r) {
|
|
1138
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1122
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Yr, r.isMergeableObject = r.isMergeableObject || Vr, r.cloneUnlessOtherwiseSpecified = K;
|
|
1139
1123
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1140
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1124
|
+
return o ? n ? r.arrayMerge(e, t, r) : tn(e, t, r) : K(t, r);
|
|
1141
1125
|
}
|
|
1142
1126
|
j.all = function(t, r) {
|
|
1143
1127
|
if (!Array.isArray(t))
|
|
@@ -1146,58 +1130,60 @@ j.all = function(t, r) {
|
|
|
1146
1130
|
return j(n, i, r);
|
|
1147
1131
|
}, {});
|
|
1148
1132
|
};
|
|
1149
|
-
var
|
|
1150
|
-
const
|
|
1151
|
-
function
|
|
1152
|
-
var r = t && t.cache ? t.cache :
|
|
1133
|
+
var rn = j, nn = rn;
|
|
1134
|
+
const on = /* @__PURE__ */ kr(nn);
|
|
1135
|
+
function _e(e, t) {
|
|
1136
|
+
var r = t && t.cache ? t.cache : fn, n = t && t.serializer ? t.serializer : ln, i = t && t.strategy ? t.strategy : an;
|
|
1153
1137
|
return i(e, {
|
|
1154
1138
|
cache: r,
|
|
1155
1139
|
serializer: n
|
|
1156
1140
|
});
|
|
1157
1141
|
}
|
|
1158
|
-
function
|
|
1142
|
+
function sn(e) {
|
|
1159
1143
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1160
1144
|
}
|
|
1161
|
-
function
|
|
1162
|
-
var i =
|
|
1145
|
+
function It(e, t, r, n) {
|
|
1146
|
+
var i = sn(n) ? n : r(n), o = t.get(i);
|
|
1163
1147
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1164
1148
|
}
|
|
1165
|
-
function
|
|
1149
|
+
function Nt(e, t, r) {
|
|
1166
1150
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1167
1151
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1168
1152
|
}
|
|
1169
|
-
function
|
|
1153
|
+
function Ve(e, t, r, n, i) {
|
|
1170
1154
|
return r.bind(t, e, n, i);
|
|
1171
1155
|
}
|
|
1172
|
-
function
|
|
1173
|
-
var r = e.length === 1 ?
|
|
1174
|
-
return
|
|
1156
|
+
function an(e, t) {
|
|
1157
|
+
var r = e.length === 1 ? It : Nt;
|
|
1158
|
+
return Ve(e, this, r, t.cache.create(), t.serializer);
|
|
1175
1159
|
}
|
|
1176
|
-
function
|
|
1177
|
-
return
|
|
1160
|
+
function un(e, t) {
|
|
1161
|
+
return Ve(e, this, Nt, t.cache.create(), t.serializer);
|
|
1178
1162
|
}
|
|
1179
|
-
function
|
|
1180
|
-
return
|
|
1163
|
+
function hn(e, t) {
|
|
1164
|
+
return Ve(e, this, It, t.cache.create(), t.serializer);
|
|
1181
1165
|
}
|
|
1182
|
-
var
|
|
1166
|
+
var ln = function() {
|
|
1183
1167
|
return JSON.stringify(arguments);
|
|
1184
|
-
}
|
|
1185
|
-
|
|
1186
|
-
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1168
|
+
}, cn = (
|
|
1169
|
+
/** @class */
|
|
1170
|
+
function() {
|
|
1171
|
+
function e() {
|
|
1172
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1173
|
+
}
|
|
1174
|
+
return e.prototype.get = function(t) {
|
|
1175
|
+
return this.cache[t];
|
|
1176
|
+
}, e.prototype.set = function(t, r) {
|
|
1177
|
+
this.cache[t] = r;
|
|
1178
|
+
}, e;
|
|
1179
|
+
}()
|
|
1180
|
+
), fn = {
|
|
1195
1181
|
create: function() {
|
|
1196
|
-
return new
|
|
1182
|
+
return new cn();
|
|
1197
1183
|
}
|
|
1198
|
-
},
|
|
1199
|
-
variadic:
|
|
1200
|
-
monadic:
|
|
1184
|
+
}, Se = {
|
|
1185
|
+
variadic: un,
|
|
1186
|
+
monadic: hn
|
|
1201
1187
|
}, p;
|
|
1202
1188
|
(function(e) {
|
|
1203
1189
|
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";
|
|
@@ -1210,43 +1196,43 @@ var k;
|
|
|
1210
1196
|
(function(e) {
|
|
1211
1197
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1212
1198
|
})(k || (k = {}));
|
|
1213
|
-
function
|
|
1199
|
+
function ot(e) {
|
|
1214
1200
|
return e.type === E.literal;
|
|
1215
1201
|
}
|
|
1216
|
-
function
|
|
1202
|
+
function pn(e) {
|
|
1217
1203
|
return e.type === E.argument;
|
|
1218
1204
|
}
|
|
1219
|
-
function
|
|
1205
|
+
function Lt(e) {
|
|
1220
1206
|
return e.type === E.number;
|
|
1221
1207
|
}
|
|
1222
|
-
function
|
|
1208
|
+
function Ct(e) {
|
|
1223
1209
|
return e.type === E.date;
|
|
1224
1210
|
}
|
|
1225
|
-
function
|
|
1211
|
+
function Mt(e) {
|
|
1226
1212
|
return e.type === E.time;
|
|
1227
1213
|
}
|
|
1228
|
-
function
|
|
1214
|
+
function $t(e) {
|
|
1229
1215
|
return e.type === E.select;
|
|
1230
1216
|
}
|
|
1231
|
-
function
|
|
1217
|
+
function Rt(e) {
|
|
1232
1218
|
return e.type === E.plural;
|
|
1233
1219
|
}
|
|
1234
|
-
function
|
|
1220
|
+
function dn(e) {
|
|
1235
1221
|
return e.type === E.pound;
|
|
1236
1222
|
}
|
|
1237
|
-
function
|
|
1223
|
+
function Ut(e) {
|
|
1238
1224
|
return e.type === E.tag;
|
|
1239
1225
|
}
|
|
1240
|
-
function
|
|
1226
|
+
function Dt(e) {
|
|
1241
1227
|
return !!(e && typeof e == "object" && e.type === k.number);
|
|
1242
1228
|
}
|
|
1243
|
-
function
|
|
1229
|
+
function Ce(e) {
|
|
1244
1230
|
return !!(e && typeof e == "object" && e.type === k.dateTime);
|
|
1245
1231
|
}
|
|
1246
|
-
var
|
|
1247
|
-
function
|
|
1232
|
+
var Gt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, mn = /(?:[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;
|
|
1233
|
+
function bn(e) {
|
|
1248
1234
|
var t = {};
|
|
1249
|
-
return e.replace(
|
|
1235
|
+
return e.replace(mn, function(r) {
|
|
1250
1236
|
var n = r.length;
|
|
1251
1237
|
switch (r[0]) {
|
|
1252
1238
|
case "G":
|
|
@@ -1335,36 +1321,36 @@ function yn(e) {
|
|
|
1335
1321
|
return "";
|
|
1336
1322
|
}), t;
|
|
1337
1323
|
}
|
|
1338
|
-
var
|
|
1339
|
-
function
|
|
1324
|
+
var gn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1325
|
+
function yn(e) {
|
|
1340
1326
|
if (e.length === 0)
|
|
1341
1327
|
throw new Error("Number skeleton cannot be empty");
|
|
1342
|
-
for (var t = e.split(
|
|
1328
|
+
for (var t = e.split(gn).filter(function(f) {
|
|
1343
1329
|
return f.length > 0;
|
|
1344
1330
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1345
|
-
var o = i[n],
|
|
1346
|
-
if (
|
|
1331
|
+
var o = i[n], s = o.split("/");
|
|
1332
|
+
if (s.length === 0)
|
|
1347
1333
|
throw new Error("Invalid number skeleton");
|
|
1348
|
-
for (var
|
|
1334
|
+
for (var a = s[0], u = s.slice(1), h = 0, l = u; h < l.length; h++) {
|
|
1349
1335
|
var c = l[h];
|
|
1350
1336
|
if (c.length === 0)
|
|
1351
1337
|
throw new Error("Invalid number skeleton");
|
|
1352
1338
|
}
|
|
1353
|
-
r.push({ stem:
|
|
1339
|
+
r.push({ stem: a, options: u });
|
|
1354
1340
|
}
|
|
1355
1341
|
return r;
|
|
1356
1342
|
}
|
|
1357
|
-
function
|
|
1343
|
+
function vn(e) {
|
|
1358
1344
|
return e.replace(/^(.*?)-/, "");
|
|
1359
1345
|
}
|
|
1360
|
-
var
|
|
1361
|
-
function
|
|
1346
|
+
var st = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ft = /^(@+)?(\+|#+)?[rs]?$/g, En = /(\*)(0+)|(#+)(0+)|(0+)/g, jt = /^(0+)$/;
|
|
1347
|
+
function at(e) {
|
|
1362
1348
|
var t = {};
|
|
1363
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1349
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Ft, function(r, n, i) {
|
|
1364
1350
|
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)), "";
|
|
1365
1351
|
}), t;
|
|
1366
1352
|
}
|
|
1367
|
-
function
|
|
1353
|
+
function kt(e) {
|
|
1368
1354
|
switch (e) {
|
|
1369
1355
|
case "sign-auto":
|
|
1370
1356
|
return {
|
|
@@ -1404,7 +1390,7 @@ function Xt(e) {
|
|
|
1404
1390
|
};
|
|
1405
1391
|
}
|
|
1406
1392
|
}
|
|
1407
|
-
function
|
|
1393
|
+
function xn(e) {
|
|
1408
1394
|
var t;
|
|
1409
1395
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1410
1396
|
notation: "engineering"
|
|
@@ -1412,17 +1398,17 @@ function Sn(e) {
|
|
|
1412
1398
|
notation: "scientific"
|
|
1413
1399
|
}, e = e.slice(1)), t) {
|
|
1414
1400
|
var r = e.slice(0, 2);
|
|
1415
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1401
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !jt.test(e))
|
|
1416
1402
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1417
1403
|
t.minimumIntegerDigits = e.length;
|
|
1418
1404
|
}
|
|
1419
1405
|
return t;
|
|
1420
1406
|
}
|
|
1421
|
-
function
|
|
1422
|
-
var t = {}, r =
|
|
1407
|
+
function ut(e) {
|
|
1408
|
+
var t = {}, r = kt(e);
|
|
1423
1409
|
return r || t;
|
|
1424
1410
|
}
|
|
1425
|
-
function
|
|
1411
|
+
function _n(e) {
|
|
1426
1412
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1427
1413
|
var i = n[r];
|
|
1428
1414
|
switch (i.stem) {
|
|
@@ -1446,7 +1432,7 @@ function Bn(e) {
|
|
|
1446
1432
|
continue;
|
|
1447
1433
|
case "measure-unit":
|
|
1448
1434
|
case "unit":
|
|
1449
|
-
t.style = "unit", t.unit =
|
|
1435
|
+
t.style = "unit", t.unit = vn(i.options[0]);
|
|
1450
1436
|
continue;
|
|
1451
1437
|
case "compact-short":
|
|
1452
1438
|
case "K":
|
|
@@ -1458,12 +1444,12 @@ function Bn(e) {
|
|
|
1458
1444
|
continue;
|
|
1459
1445
|
case "scientific":
|
|
1460
1446
|
t = b(b(b({}, t), { notation: "scientific" }), i.options.reduce(function(u, h) {
|
|
1461
|
-
return b(b({}, u),
|
|
1447
|
+
return b(b({}, u), ut(h));
|
|
1462
1448
|
}, {}));
|
|
1463
1449
|
continue;
|
|
1464
1450
|
case "engineering":
|
|
1465
1451
|
t = b(b(b({}, t), { notation: "engineering" }), i.options.reduce(function(u, h) {
|
|
1466
|
-
return b(b({}, u),
|
|
1452
|
+
return b(b({}, u), ut(h));
|
|
1467
1453
|
}, {}));
|
|
1468
1454
|
continue;
|
|
1469
1455
|
case "notation-simple":
|
|
@@ -1508,41 +1494,41 @@ function Bn(e) {
|
|
|
1508
1494
|
case "integer-width":
|
|
1509
1495
|
if (i.options.length > 1)
|
|
1510
1496
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1511
|
-
i.options[0].replace(
|
|
1497
|
+
i.options[0].replace(En, function(u, h, l, c, f, d) {
|
|
1512
1498
|
if (h)
|
|
1513
1499
|
t.minimumIntegerDigits = l.length;
|
|
1514
1500
|
else {
|
|
1515
1501
|
if (c && f)
|
|
1516
1502
|
throw new Error("We currently do not support maximum integer digits");
|
|
1517
|
-
if (
|
|
1503
|
+
if (d)
|
|
1518
1504
|
throw new Error("We currently do not support exact integer digits");
|
|
1519
1505
|
}
|
|
1520
1506
|
return "";
|
|
1521
1507
|
});
|
|
1522
1508
|
continue;
|
|
1523
1509
|
}
|
|
1524
|
-
if (
|
|
1510
|
+
if (jt.test(i.stem)) {
|
|
1525
1511
|
t.minimumIntegerDigits = i.stem.length;
|
|
1526
1512
|
continue;
|
|
1527
1513
|
}
|
|
1528
|
-
if (
|
|
1514
|
+
if (st.test(i.stem)) {
|
|
1529
1515
|
if (i.options.length > 1)
|
|
1530
1516
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1531
|
-
i.stem.replace(
|
|
1532
|
-
return l === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f &&
|
|
1517
|
+
i.stem.replace(st, function(u, h, l, c, f, d) {
|
|
1518
|
+
return l === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && d ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + d.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
|
|
1533
1519
|
});
|
|
1534
1520
|
var o = i.options[0];
|
|
1535
|
-
o === "w" ? t = b(b({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = b(b({}, t),
|
|
1521
|
+
o === "w" ? t = b(b({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = b(b({}, t), at(o)));
|
|
1536
1522
|
continue;
|
|
1537
1523
|
}
|
|
1538
|
-
if (
|
|
1539
|
-
t = b(b({}, t),
|
|
1524
|
+
if (Ft.test(i.stem)) {
|
|
1525
|
+
t = b(b({}, t), at(i.stem));
|
|
1540
1526
|
continue;
|
|
1541
1527
|
}
|
|
1542
|
-
var
|
|
1543
|
-
a && (t = b(b({}, t), a));
|
|
1544
|
-
var s = Sn(i.stem);
|
|
1528
|
+
var s = kt(i.stem);
|
|
1545
1529
|
s && (t = b(b({}, t), s));
|
|
1530
|
+
var a = xn(i.stem);
|
|
1531
|
+
a && (t = b(b({}, t), a));
|
|
1546
1532
|
}
|
|
1547
1533
|
return t;
|
|
1548
1534
|
}
|
|
@@ -2961,23 +2947,23 @@ var oe = {
|
|
|
2961
2947
|
"h"
|
|
2962
2948
|
]
|
|
2963
2949
|
};
|
|
2964
|
-
function
|
|
2950
|
+
function Sn(e, t) {
|
|
2965
2951
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2966
2952
|
var i = e.charAt(n);
|
|
2967
2953
|
if (i === "j") {
|
|
2968
2954
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2969
2955
|
o++, n++;
|
|
2970
|
-
var
|
|
2971
|
-
for ((h == "H" || h == "k") && (
|
|
2956
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", h = Bn(t);
|
|
2957
|
+
for ((h == "H" || h == "k") && (a = 0); a-- > 0; )
|
|
2972
2958
|
r += u;
|
|
2973
|
-
for (;
|
|
2959
|
+
for (; s-- > 0; )
|
|
2974
2960
|
r = h + r;
|
|
2975
2961
|
} else
|
|
2976
2962
|
i === "J" ? r += "H" : r += i;
|
|
2977
2963
|
}
|
|
2978
2964
|
return r;
|
|
2979
2965
|
}
|
|
2980
|
-
function
|
|
2966
|
+
function Bn(e) {
|
|
2981
2967
|
var t = e.hourCycle;
|
|
2982
2968
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2983
2969
|
e.hourCycles && // @ts-ignore
|
|
@@ -2999,20 +2985,20 @@ function wn(e) {
|
|
|
2999
2985
|
var i = oe[n || ""] || oe[r || ""] || oe["".concat(r, "-001")] || oe["001"];
|
|
3000
2986
|
return i[0];
|
|
3001
2987
|
}
|
|
3002
|
-
var
|
|
3003
|
-
function
|
|
2988
|
+
var Be, Tn = new RegExp("^".concat(Gt.source, "*")), wn = new RegExp("".concat(Gt.source, "*$"));
|
|
2989
|
+
function m(e, t) {
|
|
3004
2990
|
return { start: e, end: t };
|
|
3005
2991
|
}
|
|
3006
|
-
var
|
|
2992
|
+
var Hn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Pn = !!String.fromCodePoint, An = !!Object.fromEntries, On = !!String.prototype.codePointAt, In = !!String.prototype.trimStart, Nn = !!String.prototype.trimEnd, Ln = !!Number.isSafeInteger, Cn = Ln ? Number.isSafeInteger : function(e) {
|
|
3007
2993
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3008
|
-
},
|
|
2994
|
+
}, Me = !0;
|
|
3009
2995
|
try {
|
|
3010
|
-
var
|
|
3011
|
-
|
|
2996
|
+
var Mn = zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2997
|
+
Me = ((Be = Mn.exec("a")) === null || Be === void 0 ? void 0 : Be[0]) === "a";
|
|
3012
2998
|
} catch {
|
|
3013
|
-
|
|
2999
|
+
Me = !1;
|
|
3014
3000
|
}
|
|
3015
|
-
var
|
|
3001
|
+
var ht = Hn ? (
|
|
3016
3002
|
// Native
|
|
3017
3003
|
function(t, r, n) {
|
|
3018
3004
|
return t.startsWith(r, n);
|
|
@@ -3022,31 +3008,31 @@ var ct = An ? (
|
|
|
3022
3008
|
function(t, r, n) {
|
|
3023
3009
|
return t.slice(n, n + r.length) === r;
|
|
3024
3010
|
}
|
|
3025
|
-
),
|
|
3011
|
+
), $e = Pn ? String.fromCodePoint : (
|
|
3026
3012
|
// IE11
|
|
3027
3013
|
function() {
|
|
3028
3014
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
3029
3015
|
t[r] = arguments[r];
|
|
3030
|
-
for (var n = "", i = t.length, o = 0,
|
|
3031
|
-
if (
|
|
3032
|
-
throw RangeError(
|
|
3033
|
-
n +=
|
|
3016
|
+
for (var n = "", i = t.length, o = 0, s; i > o; ) {
|
|
3017
|
+
if (s = t[o++], s > 1114111)
|
|
3018
|
+
throw RangeError(s + " is not a valid code point");
|
|
3019
|
+
n += s < 65536 ? String.fromCharCode(s) : String.fromCharCode(((s -= 65536) >> 10) + 55296, s % 1024 + 56320);
|
|
3034
3020
|
}
|
|
3035
3021
|
return n;
|
|
3036
3022
|
}
|
|
3037
|
-
),
|
|
3023
|
+
), lt = (
|
|
3038
3024
|
// native
|
|
3039
|
-
|
|
3025
|
+
An ? Object.fromEntries : (
|
|
3040
3026
|
// Ponyfill
|
|
3041
3027
|
function(t) {
|
|
3042
3028
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
3043
|
-
var o = i[n],
|
|
3044
|
-
r[
|
|
3029
|
+
var o = i[n], s = o[0], a = o[1];
|
|
3030
|
+
r[s] = a;
|
|
3045
3031
|
}
|
|
3046
3032
|
return r;
|
|
3047
3033
|
}
|
|
3048
3034
|
)
|
|
3049
|
-
),
|
|
3035
|
+
), Vt = On ? (
|
|
3050
3036
|
// Native
|
|
3051
3037
|
function(t, r) {
|
|
3052
3038
|
return t.codePointAt(r);
|
|
@@ -3060,7 +3046,7 @@ var ct = An ? (
|
|
|
3060
3046
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3061
3047
|
}
|
|
3062
3048
|
}
|
|
3063
|
-
),
|
|
3049
|
+
), $n = In ? (
|
|
3064
3050
|
// Native
|
|
3065
3051
|
function(t) {
|
|
3066
3052
|
return t.trimStart();
|
|
@@ -3068,9 +3054,9 @@ var ct = An ? (
|
|
|
3068
3054
|
) : (
|
|
3069
3055
|
// Ponyfill
|
|
3070
3056
|
function(t) {
|
|
3071
|
-
return t.replace(
|
|
3057
|
+
return t.replace(Tn, "");
|
|
3072
3058
|
}
|
|
3073
|
-
),
|
|
3059
|
+
), Rn = Nn ? (
|
|
3074
3060
|
// Native
|
|
3075
3061
|
function(t) {
|
|
3076
3062
|
return t.trimEnd();
|
|
@@ -3078,32 +3064,32 @@ var ct = An ? (
|
|
|
3078
3064
|
) : (
|
|
3079
3065
|
// Ponyfill
|
|
3080
3066
|
function(t) {
|
|
3081
|
-
return t.replace(
|
|
3067
|
+
return t.replace(wn, "");
|
|
3082
3068
|
}
|
|
3083
3069
|
);
|
|
3084
|
-
function
|
|
3070
|
+
function zt(e, t) {
|
|
3085
3071
|
return new RegExp(e, t);
|
|
3086
3072
|
}
|
|
3087
|
-
var
|
|
3088
|
-
if (
|
|
3089
|
-
var
|
|
3090
|
-
|
|
3073
|
+
var Re;
|
|
3074
|
+
if (Me) {
|
|
3075
|
+
var ct = zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3076
|
+
Re = function(t, r) {
|
|
3091
3077
|
var n;
|
|
3092
|
-
|
|
3093
|
-
var i =
|
|
3078
|
+
ct.lastIndex = r;
|
|
3079
|
+
var i = ct.exec(t);
|
|
3094
3080
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3095
3081
|
};
|
|
3096
3082
|
} else
|
|
3097
|
-
|
|
3083
|
+
Re = function(t, r) {
|
|
3098
3084
|
for (var n = []; ; ) {
|
|
3099
|
-
var i =
|
|
3100
|
-
if (i === void 0 ||
|
|
3085
|
+
var i = Vt(t, r);
|
|
3086
|
+
if (i === void 0 || Xt(i) || Fn(i))
|
|
3101
3087
|
break;
|
|
3102
3088
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3103
3089
|
}
|
|
3104
|
-
return
|
|
3090
|
+
return $e.apply(void 0, n);
|
|
3105
3091
|
};
|
|
3106
|
-
var
|
|
3092
|
+
var Un = (
|
|
3107
3093
|
/** @class */
|
|
3108
3094
|
function() {
|
|
3109
3095
|
function e(t, r) {
|
|
@@ -3117,33 +3103,33 @@ var Fn = (
|
|
|
3117
3103
|
for (var i = []; !this.isEOF(); ) {
|
|
3118
3104
|
var o = this.char();
|
|
3119
3105
|
if (o === 123) {
|
|
3120
|
-
var
|
|
3121
|
-
if (
|
|
3122
|
-
return
|
|
3123
|
-
i.push(
|
|
3106
|
+
var s = this.parseArgument(t, n);
|
|
3107
|
+
if (s.err)
|
|
3108
|
+
return s;
|
|
3109
|
+
i.push(s.val);
|
|
3124
3110
|
} else {
|
|
3125
3111
|
if (o === 125 && t > 0)
|
|
3126
3112
|
break;
|
|
3127
3113
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3128
|
-
var
|
|
3114
|
+
var a = this.clonePosition();
|
|
3129
3115
|
this.bump(), i.push({
|
|
3130
3116
|
type: E.pound,
|
|
3131
|
-
location:
|
|
3117
|
+
location: m(a, this.clonePosition())
|
|
3132
3118
|
});
|
|
3133
3119
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3134
3120
|
if (n)
|
|
3135
3121
|
break;
|
|
3136
|
-
return this.error(p.UNMATCHED_CLOSING_TAG,
|
|
3137
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3138
|
-
var
|
|
3139
|
-
if (
|
|
3140
|
-
return
|
|
3141
|
-
i.push(
|
|
3122
|
+
return this.error(p.UNMATCHED_CLOSING_TAG, m(this.clonePosition(), this.clonePosition()));
|
|
3123
|
+
} else if (o === 60 && !this.ignoreTag && Ue(this.peek() || 0)) {
|
|
3124
|
+
var s = this.parseTag(t, r);
|
|
3125
|
+
if (s.err)
|
|
3126
|
+
return s;
|
|
3127
|
+
i.push(s.val);
|
|
3142
3128
|
} else {
|
|
3143
|
-
var
|
|
3144
|
-
if (
|
|
3145
|
-
return
|
|
3146
|
-
i.push(
|
|
3129
|
+
var s = this.parseLiteral(t, r);
|
|
3130
|
+
if (s.err)
|
|
3131
|
+
return s;
|
|
3132
|
+
i.push(s.val);
|
|
3147
3133
|
}
|
|
3148
3134
|
}
|
|
3149
3135
|
}
|
|
@@ -3157,7 +3143,7 @@ var Fn = (
|
|
|
3157
3143
|
val: {
|
|
3158
3144
|
type: E.literal,
|
|
3159
3145
|
value: "<".concat(i, "/>"),
|
|
3160
|
-
location:
|
|
3146
|
+
location: m(n, this.clonePosition())
|
|
3161
3147
|
},
|
|
3162
3148
|
err: null
|
|
3163
3149
|
};
|
|
@@ -3165,27 +3151,27 @@ var Fn = (
|
|
|
3165
3151
|
var o = this.parseMessage(t + 1, r, !0);
|
|
3166
3152
|
if (o.err)
|
|
3167
3153
|
return o;
|
|
3168
|
-
var
|
|
3154
|
+
var s = o.val, a = this.clonePosition();
|
|
3169
3155
|
if (this.bumpIf("</")) {
|
|
3170
|
-
if (this.isEOF() || !
|
|
3171
|
-
return this.error(p.INVALID_TAG,
|
|
3156
|
+
if (this.isEOF() || !Ue(this.char()))
|
|
3157
|
+
return this.error(p.INVALID_TAG, m(a, this.clonePosition()));
|
|
3172
3158
|
var u = this.clonePosition(), h = this.parseTagName();
|
|
3173
|
-
return i !== h ? this.error(p.UNMATCHED_CLOSING_TAG,
|
|
3159
|
+
return i !== h ? this.error(p.UNMATCHED_CLOSING_TAG, m(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3174
3160
|
val: {
|
|
3175
3161
|
type: E.tag,
|
|
3176
3162
|
value: i,
|
|
3177
|
-
children:
|
|
3178
|
-
location:
|
|
3163
|
+
children: s,
|
|
3164
|
+
location: m(n, this.clonePosition())
|
|
3179
3165
|
},
|
|
3180
3166
|
err: null
|
|
3181
|
-
} : this.error(p.INVALID_TAG,
|
|
3167
|
+
} : this.error(p.INVALID_TAG, m(a, this.clonePosition())));
|
|
3182
3168
|
} else
|
|
3183
|
-
return this.error(p.UNCLOSED_TAG,
|
|
3169
|
+
return this.error(p.UNCLOSED_TAG, m(n, this.clonePosition()));
|
|
3184
3170
|
} else
|
|
3185
|
-
return this.error(p.INVALID_TAG,
|
|
3171
|
+
return this.error(p.INVALID_TAG, m(n, this.clonePosition()));
|
|
3186
3172
|
}, e.prototype.parseTagName = function() {
|
|
3187
3173
|
var t = this.offset();
|
|
3188
|
-
for (this.bump(); !this.isEOF() &&
|
|
3174
|
+
for (this.bump(); !this.isEOF() && Gn(this.char()); )
|
|
3189
3175
|
this.bump();
|
|
3190
3176
|
return this.message.slice(t, this.offset());
|
|
3191
3177
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3195,26 +3181,26 @@ var Fn = (
|
|
|
3195
3181
|
i += o;
|
|
3196
3182
|
continue;
|
|
3197
3183
|
}
|
|
3198
|
-
var
|
|
3199
|
-
if (a) {
|
|
3200
|
-
i += a;
|
|
3201
|
-
continue;
|
|
3202
|
-
}
|
|
3203
|
-
var s = this.tryParseLeftAngleBracket();
|
|
3184
|
+
var s = this.tryParseUnquoted(t, r);
|
|
3204
3185
|
if (s) {
|
|
3205
3186
|
i += s;
|
|
3206
3187
|
continue;
|
|
3207
3188
|
}
|
|
3189
|
+
var a = this.tryParseLeftAngleBracket();
|
|
3190
|
+
if (a) {
|
|
3191
|
+
i += a;
|
|
3192
|
+
continue;
|
|
3193
|
+
}
|
|
3208
3194
|
break;
|
|
3209
3195
|
}
|
|
3210
|
-
var u =
|
|
3196
|
+
var u = m(n, this.clonePosition());
|
|
3211
3197
|
return {
|
|
3212
3198
|
val: { type: E.literal, value: i, location: u },
|
|
3213
3199
|
err: null
|
|
3214
3200
|
};
|
|
3215
3201
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3216
3202
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3217
|
-
!
|
|
3203
|
+
!Dn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3218
3204
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3219
3205
|
if (this.isEOF() || this.char() !== 39)
|
|
3220
3206
|
return null;
|
|
@@ -3248,23 +3234,23 @@ var Fn = (
|
|
|
3248
3234
|
r.push(n);
|
|
3249
3235
|
this.bump();
|
|
3250
3236
|
}
|
|
3251
|
-
return
|
|
3237
|
+
return $e.apply(void 0, r);
|
|
3252
3238
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3253
3239
|
if (this.isEOF())
|
|
3254
3240
|
return null;
|
|
3255
3241
|
var n = this.char();
|
|
3256
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3242
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), $e(n));
|
|
3257
3243
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3258
3244
|
var n = this.clonePosition();
|
|
3259
3245
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3260
|
-
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3246
|
+
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(n, this.clonePosition()));
|
|
3261
3247
|
if (this.char() === 125)
|
|
3262
|
-
return this.bump(), this.error(p.EMPTY_ARGUMENT,
|
|
3248
|
+
return this.bump(), this.error(p.EMPTY_ARGUMENT, m(n, this.clonePosition()));
|
|
3263
3249
|
var i = this.parseIdentifierIfPossible().value;
|
|
3264
3250
|
if (!i)
|
|
3265
|
-
return this.error(p.MALFORMED_ARGUMENT,
|
|
3251
|
+
return this.error(p.MALFORMED_ARGUMENT, m(n, this.clonePosition()));
|
|
3266
3252
|
if (this.bumpSpace(), this.isEOF())
|
|
3267
|
-
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3253
|
+
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(n, this.clonePosition()));
|
|
3268
3254
|
switch (this.char()) {
|
|
3269
3255
|
case 125:
|
|
3270
3256
|
return this.bump(), {
|
|
@@ -3272,25 +3258,25 @@ var Fn = (
|
|
|
3272
3258
|
type: E.argument,
|
|
3273
3259
|
// value does not include the opening and closing braces.
|
|
3274
3260
|
value: i,
|
|
3275
|
-
location:
|
|
3261
|
+
location: m(n, this.clonePosition())
|
|
3276
3262
|
},
|
|
3277
3263
|
err: null
|
|
3278
3264
|
};
|
|
3279
3265
|
case 44:
|
|
3280
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3266
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
3281
3267
|
default:
|
|
3282
|
-
return this.error(p.MALFORMED_ARGUMENT,
|
|
3268
|
+
return this.error(p.MALFORMED_ARGUMENT, m(n, this.clonePosition()));
|
|
3283
3269
|
}
|
|
3284
3270
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3285
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3271
|
+
var t = this.clonePosition(), r = this.offset(), n = Re(this.message, r), i = r + n.length;
|
|
3286
3272
|
this.bumpTo(i);
|
|
3287
|
-
var o = this.clonePosition(),
|
|
3288
|
-
return { value: n, location:
|
|
3273
|
+
var o = this.clonePosition(), s = m(t, o);
|
|
3274
|
+
return { value: n, location: s };
|
|
3289
3275
|
}, e.prototype.parseArgumentOptions = function(t, r, n, i) {
|
|
3290
|
-
var o,
|
|
3291
|
-
switch (
|
|
3276
|
+
var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, u = this.clonePosition();
|
|
3277
|
+
switch (a) {
|
|
3292
3278
|
case "":
|
|
3293
|
-
return this.error(p.EXPECT_ARGUMENT_TYPE,
|
|
3279
|
+
return this.error(p.EXPECT_ARGUMENT_TYPE, m(s, u));
|
|
3294
3280
|
case "number":
|
|
3295
3281
|
case "date":
|
|
3296
3282
|
case "time": {
|
|
@@ -3301,19 +3287,19 @@ var Fn = (
|
|
|
3301
3287
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3302
3288
|
if (c.err)
|
|
3303
3289
|
return c;
|
|
3304
|
-
var f =
|
|
3290
|
+
var f = Rn(c.val);
|
|
3305
3291
|
if (f.length === 0)
|
|
3306
|
-
return this.error(p.EXPECT_ARGUMENT_STYLE,
|
|
3307
|
-
var
|
|
3308
|
-
h = { style: f, styleLocation:
|
|
3292
|
+
return this.error(p.EXPECT_ARGUMENT_STYLE, m(this.clonePosition(), this.clonePosition()));
|
|
3293
|
+
var d = m(l, this.clonePosition());
|
|
3294
|
+
h = { style: f, styleLocation: d };
|
|
3309
3295
|
}
|
|
3310
3296
|
var y = this.tryParseArgumentClose(i);
|
|
3311
3297
|
if (y.err)
|
|
3312
3298
|
return y;
|
|
3313
|
-
var g =
|
|
3314
|
-
if (h &&
|
|
3315
|
-
var B =
|
|
3316
|
-
if (
|
|
3299
|
+
var g = m(i, this.clonePosition());
|
|
3300
|
+
if (h && ht(h?.style, "::", 0)) {
|
|
3301
|
+
var B = $n(h.style.slice(2));
|
|
3302
|
+
if (a === "number") {
|
|
3317
3303
|
var c = this.parseNumberSkeletonFromString(B, h.styleLocation);
|
|
3318
3304
|
return c.err ? c : {
|
|
3319
3305
|
val: { type: E.number, value: n, location: g, style: c.val },
|
|
@@ -3322,14 +3308,14 @@ var Fn = (
|
|
|
3322
3308
|
} else {
|
|
3323
3309
|
if (B.length === 0)
|
|
3324
3310
|
return this.error(p.EXPECT_DATE_TIME_SKELETON, g);
|
|
3325
|
-
var
|
|
3326
|
-
this.locale && (
|
|
3311
|
+
var N = B;
|
|
3312
|
+
this.locale && (N = Sn(B, this.locale));
|
|
3327
3313
|
var f = {
|
|
3328
3314
|
type: k.dateTime,
|
|
3329
|
-
pattern:
|
|
3315
|
+
pattern: N,
|
|
3330
3316
|
location: h.styleLocation,
|
|
3331
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3332
|
-
}, O =
|
|
3317
|
+
parsedOptions: this.shouldParseSkeletons ? bn(N) : {}
|
|
3318
|
+
}, O = a === "date" ? E.date : E.time;
|
|
3333
3319
|
return {
|
|
3334
3320
|
val: { type: O, value: n, location: g, style: f },
|
|
3335
3321
|
err: null
|
|
@@ -3338,7 +3324,7 @@ var Fn = (
|
|
|
3338
3324
|
}
|
|
3339
3325
|
return {
|
|
3340
3326
|
val: {
|
|
3341
|
-
type:
|
|
3327
|
+
type: a === "number" ? E.number : a === "date" ? E.date : E.time,
|
|
3342
3328
|
value: n,
|
|
3343
3329
|
location: g,
|
|
3344
3330
|
style: (o = h?.style) !== null && o !== void 0 ? o : null
|
|
@@ -3351,30 +3337,30 @@ var Fn = (
|
|
|
3351
3337
|
case "select": {
|
|
3352
3338
|
var _ = this.clonePosition();
|
|
3353
3339
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3354
|
-
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS,
|
|
3340
|
+
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, m(_, b({}, _)));
|
|
3355
3341
|
this.bumpSpace();
|
|
3356
3342
|
var w = this.parseIdentifierIfPossible(), S = 0;
|
|
3357
|
-
if (
|
|
3343
|
+
if (a !== "select" && w.value === "offset") {
|
|
3358
3344
|
if (!this.bumpIf(":"))
|
|
3359
|
-
return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,
|
|
3345
|
+
return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m(this.clonePosition(), this.clonePosition()));
|
|
3360
3346
|
this.bumpSpace();
|
|
3361
3347
|
var c = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, p.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3362
3348
|
if (c.err)
|
|
3363
3349
|
return c;
|
|
3364
3350
|
this.bumpSpace(), w = this.parseIdentifierIfPossible(), S = c.val;
|
|
3365
3351
|
}
|
|
3366
|
-
var M = this.tryParsePluralOrSelectOptions(t,
|
|
3352
|
+
var M = this.tryParsePluralOrSelectOptions(t, a, r, w);
|
|
3367
3353
|
if (M.err)
|
|
3368
3354
|
return M;
|
|
3369
3355
|
var y = this.tryParseArgumentClose(i);
|
|
3370
3356
|
if (y.err)
|
|
3371
3357
|
return y;
|
|
3372
|
-
var ne =
|
|
3373
|
-
return
|
|
3358
|
+
var ne = m(i, this.clonePosition());
|
|
3359
|
+
return a === "select" ? {
|
|
3374
3360
|
val: {
|
|
3375
3361
|
type: E.select,
|
|
3376
3362
|
value: n,
|
|
3377
|
-
options:
|
|
3363
|
+
options: lt(M.val),
|
|
3378
3364
|
location: ne
|
|
3379
3365
|
},
|
|
3380
3366
|
err: null
|
|
@@ -3382,19 +3368,19 @@ var Fn = (
|
|
|
3382
3368
|
val: {
|
|
3383
3369
|
type: E.plural,
|
|
3384
3370
|
value: n,
|
|
3385
|
-
options:
|
|
3371
|
+
options: lt(M.val),
|
|
3386
3372
|
offset: S,
|
|
3387
|
-
pluralType:
|
|
3373
|
+
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3388
3374
|
location: ne
|
|
3389
3375
|
},
|
|
3390
3376
|
err: null
|
|
3391
3377
|
};
|
|
3392
3378
|
}
|
|
3393
3379
|
default:
|
|
3394
|
-
return this.error(p.INVALID_ARGUMENT_TYPE,
|
|
3380
|
+
return this.error(p.INVALID_ARGUMENT_TYPE, m(s, u));
|
|
3395
3381
|
}
|
|
3396
3382
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3397
|
-
return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3383
|
+
return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, m(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3398
3384
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3399
3385
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3400
3386
|
var n = this.char();
|
|
@@ -3403,7 +3389,7 @@ var Fn = (
|
|
|
3403
3389
|
this.bump();
|
|
3404
3390
|
var i = this.clonePosition();
|
|
3405
3391
|
if (!this.bumpUntil("'"))
|
|
3406
|
-
return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,
|
|
3392
|
+
return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, m(i, this.clonePosition()));
|
|
3407
3393
|
this.bump();
|
|
3408
3394
|
break;
|
|
3409
3395
|
}
|
|
@@ -3433,7 +3419,7 @@ var Fn = (
|
|
|
3433
3419
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3434
3420
|
var n = [];
|
|
3435
3421
|
try {
|
|
3436
|
-
n =
|
|
3422
|
+
n = yn(t);
|
|
3437
3423
|
} catch {
|
|
3438
3424
|
return this.error(p.INVALID_NUMBER_SKELETON, r);
|
|
3439
3425
|
}
|
|
@@ -3442,55 +3428,55 @@ var Fn = (
|
|
|
3442
3428
|
type: k.number,
|
|
3443
3429
|
tokens: n,
|
|
3444
3430
|
location: r,
|
|
3445
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3431
|
+
parsedOptions: this.shouldParseSkeletons ? _n(n) : {}
|
|
3446
3432
|
},
|
|
3447
3433
|
err: null
|
|
3448
3434
|
};
|
|
3449
3435
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
|
|
3450
|
-
for (var o,
|
|
3436
|
+
for (var o, s = !1, a = [], u = /* @__PURE__ */ new Set(), h = i.value, l = i.location; ; ) {
|
|
3451
3437
|
if (h.length === 0) {
|
|
3452
3438
|
var c = this.clonePosition();
|
|
3453
3439
|
if (r !== "select" && this.bumpIf("=")) {
|
|
3454
3440
|
var f = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_SELECTOR, p.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3455
3441
|
if (f.err)
|
|
3456
3442
|
return f;
|
|
3457
|
-
l =
|
|
3443
|
+
l = m(c, this.clonePosition()), h = this.message.slice(c.offset, this.offset());
|
|
3458
3444
|
} else
|
|
3459
3445
|
break;
|
|
3460
3446
|
}
|
|
3461
3447
|
if (u.has(h))
|
|
3462
3448
|
return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
|
3463
|
-
h === "other" && (
|
|
3464
|
-
var
|
|
3449
|
+
h === "other" && (s = !0), this.bumpSpace();
|
|
3450
|
+
var d = this.clonePosition();
|
|
3465
3451
|
if (!this.bumpIf("{"))
|
|
3466
|
-
return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,
|
|
3452
|
+
return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, m(this.clonePosition(), this.clonePosition()));
|
|
3467
3453
|
var y = this.parseMessage(t + 1, r, n);
|
|
3468
3454
|
if (y.err)
|
|
3469
3455
|
return y;
|
|
3470
|
-
var g = this.tryParseArgumentClose(
|
|
3456
|
+
var g = this.tryParseArgumentClose(d);
|
|
3471
3457
|
if (g.err)
|
|
3472
3458
|
return g;
|
|
3473
|
-
|
|
3459
|
+
a.push([
|
|
3474
3460
|
h,
|
|
3475
3461
|
{
|
|
3476
3462
|
value: y.val,
|
|
3477
|
-
location: d
|
|
3463
|
+
location: m(d, this.clonePosition())
|
|
3478
3464
|
}
|
|
3479
3465
|
]), u.add(h), this.bumpSpace(), o = this.parseIdentifierIfPossible(), h = o.value, l = o.location;
|
|
3480
3466
|
}
|
|
3481
|
-
return
|
|
3467
|
+
return a.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR, m(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(p.MISSING_OTHER_CLAUSE, m(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
3482
3468
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3483
3469
|
var n = 1, i = this.clonePosition();
|
|
3484
3470
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
3485
|
-
for (var o = !1,
|
|
3486
|
-
var
|
|
3487
|
-
if (
|
|
3488
|
-
o = !0,
|
|
3471
|
+
for (var o = !1, s = 0; !this.isEOF(); ) {
|
|
3472
|
+
var a = this.char();
|
|
3473
|
+
if (a >= 48 && a <= 57)
|
|
3474
|
+
o = !0, s = s * 10 + (a - 48), this.bump();
|
|
3489
3475
|
else
|
|
3490
3476
|
break;
|
|
3491
3477
|
}
|
|
3492
|
-
var u =
|
|
3493
|
-
return o ? (
|
|
3478
|
+
var u = m(i, this.clonePosition());
|
|
3479
|
+
return o ? (s *= n, Cn(s) ? { val: s, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3494
3480
|
}, e.prototype.offset = function() {
|
|
3495
3481
|
return this.position.offset;
|
|
3496
3482
|
}, e.prototype.isEOF = function() {
|
|
@@ -3505,7 +3491,7 @@ var Fn = (
|
|
|
3505
3491
|
var t = this.position.offset;
|
|
3506
3492
|
if (t >= this.message.length)
|
|
3507
3493
|
throw Error("out of bound");
|
|
3508
|
-
var r =
|
|
3494
|
+
var r = Vt(this.message, t);
|
|
3509
3495
|
if (r === void 0)
|
|
3510
3496
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3511
3497
|
return r;
|
|
@@ -3524,7 +3510,7 @@ var Fn = (
|
|
|
3524
3510
|
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);
|
|
3525
3511
|
}
|
|
3526
3512
|
}, e.prototype.bumpIf = function(t) {
|
|
3527
|
-
if (
|
|
3513
|
+
if (ht(this.message, t, this.offset())) {
|
|
3528
3514
|
for (var r = 0; r < t.length; r++)
|
|
3529
3515
|
this.bump();
|
|
3530
3516
|
return !0;
|
|
@@ -3546,7 +3532,7 @@ var Fn = (
|
|
|
3546
3532
|
break;
|
|
3547
3533
|
}
|
|
3548
3534
|
}, e.prototype.bumpSpace = function() {
|
|
3549
|
-
for (; !this.isEOF() &&
|
|
3535
|
+
for (; !this.isEOF() && Xt(this.char()); )
|
|
3550
3536
|
this.bump();
|
|
3551
3537
|
}, e.prototype.peek = function() {
|
|
3552
3538
|
if (this.isEOF())
|
|
@@ -3556,38 +3542,38 @@ var Fn = (
|
|
|
3556
3542
|
}, e;
|
|
3557
3543
|
}()
|
|
3558
3544
|
);
|
|
3559
|
-
function
|
|
3545
|
+
function Ue(e) {
|
|
3560
3546
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3561
3547
|
}
|
|
3562
|
-
function
|
|
3563
|
-
return
|
|
3548
|
+
function Dn(e) {
|
|
3549
|
+
return Ue(e) || e === 47;
|
|
3564
3550
|
}
|
|
3565
|
-
function
|
|
3551
|
+
function Gn(e) {
|
|
3566
3552
|
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;
|
|
3567
3553
|
}
|
|
3568
|
-
function
|
|
3554
|
+
function Xt(e) {
|
|
3569
3555
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3570
3556
|
}
|
|
3571
|
-
function
|
|
3557
|
+
function Fn(e) {
|
|
3572
3558
|
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;
|
|
3573
3559
|
}
|
|
3574
|
-
function
|
|
3560
|
+
function De(e) {
|
|
3575
3561
|
e.forEach(function(t) {
|
|
3576
|
-
if (delete t.location,
|
|
3562
|
+
if (delete t.location, $t(t) || Rt(t))
|
|
3577
3563
|
for (var r in t.options)
|
|
3578
|
-
delete t.options[r].location,
|
|
3564
|
+
delete t.options[r].location, De(t.options[r].value);
|
|
3579
3565
|
else
|
|
3580
|
-
|
|
3566
|
+
Lt(t) && Dt(t.style) || (Ct(t) || Mt(t)) && Ce(t.style) ? delete t.style.location : Ut(t) && De(t.children);
|
|
3581
3567
|
});
|
|
3582
3568
|
}
|
|
3583
|
-
function
|
|
3569
|
+
function jn(e, t) {
|
|
3584
3570
|
t === void 0 && (t = {}), t = b({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3585
|
-
var r = new
|
|
3571
|
+
var r = new Un(e, t).parse();
|
|
3586
3572
|
if (r.err) {
|
|
3587
3573
|
var n = SyntaxError(p[r.err.kind]);
|
|
3588
3574
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3589
3575
|
}
|
|
3590
|
-
return t?.captureLocation ||
|
|
3576
|
+
return t?.captureLocation || De(r.val), r.val;
|
|
3591
3577
|
}
|
|
3592
3578
|
var V;
|
|
3593
3579
|
(function(e) {
|
|
@@ -3605,7 +3591,7 @@ var ge = (
|
|
|
3605
3591
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3606
3592
|
}, t;
|
|
3607
3593
|
}(Error)
|
|
3608
|
-
),
|
|
3594
|
+
), ft = (
|
|
3609
3595
|
/** @class */
|
|
3610
3596
|
function(e) {
|
|
3611
3597
|
A(t, e);
|
|
@@ -3614,7 +3600,7 @@ var ge = (
|
|
|
3614
3600
|
}
|
|
3615
3601
|
return t;
|
|
3616
3602
|
}(ge)
|
|
3617
|
-
),
|
|
3603
|
+
), kn = (
|
|
3618
3604
|
/** @class */
|
|
3619
3605
|
function(e) {
|
|
3620
3606
|
A(t, e);
|
|
@@ -3623,7 +3609,7 @@ var ge = (
|
|
|
3623
3609
|
}
|
|
3624
3610
|
return t;
|
|
3625
3611
|
}(ge)
|
|
3626
|
-
),
|
|
3612
|
+
), Vn = (
|
|
3627
3613
|
/** @class */
|
|
3628
3614
|
function(e) {
|
|
3629
3615
|
A(t, e);
|
|
@@ -3636,34 +3622,34 @@ var ge = (
|
|
|
3636
3622
|
(function(e) {
|
|
3637
3623
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3638
3624
|
})(x || (x = {}));
|
|
3639
|
-
function
|
|
3625
|
+
function zn(e) {
|
|
3640
3626
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3641
3627
|
var n = t[t.length - 1];
|
|
3642
3628
|
return !n || n.type !== x.literal || r.type !== x.literal ? t.push(r) : n.value += r.value, t;
|
|
3643
3629
|
}, []);
|
|
3644
3630
|
}
|
|
3645
|
-
function
|
|
3631
|
+
function Xn(e) {
|
|
3646
3632
|
return typeof e == "function";
|
|
3647
3633
|
}
|
|
3648
|
-
function le(e, t, r, n, i, o,
|
|
3649
|
-
if (e.length === 1 &&
|
|
3634
|
+
function le(e, t, r, n, i, o, s) {
|
|
3635
|
+
if (e.length === 1 && ot(e[0]))
|
|
3650
3636
|
return [
|
|
3651
3637
|
{
|
|
3652
3638
|
type: x.literal,
|
|
3653
3639
|
value: e[0].value
|
|
3654
3640
|
}
|
|
3655
3641
|
];
|
|
3656
|
-
for (var
|
|
3642
|
+
for (var a = [], u = 0, h = e; u < h.length; u++) {
|
|
3657
3643
|
var l = h[u];
|
|
3658
|
-
if (
|
|
3659
|
-
|
|
3644
|
+
if (ot(l)) {
|
|
3645
|
+
a.push({
|
|
3660
3646
|
type: x.literal,
|
|
3661
3647
|
value: l.value
|
|
3662
3648
|
});
|
|
3663
3649
|
continue;
|
|
3664
3650
|
}
|
|
3665
|
-
if (
|
|
3666
|
-
typeof o == "number" &&
|
|
3651
|
+
if (dn(l)) {
|
|
3652
|
+
typeof o == "number" && a.push({
|
|
3667
3653
|
type: x.literal,
|
|
3668
3654
|
value: r.getNumberFormat(t).format(o)
|
|
3669
3655
|
});
|
|
@@ -3671,89 +3657,89 @@ function le(e, t, r, n, i, o, a) {
|
|
|
3671
3657
|
}
|
|
3672
3658
|
var c = l.value;
|
|
3673
3659
|
if (!(i && c in i))
|
|
3674
|
-
throw new
|
|
3660
|
+
throw new Vn(c, s);
|
|
3675
3661
|
var f = i[c];
|
|
3676
|
-
if (
|
|
3677
|
-
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""),
|
|
3662
|
+
if (pn(l)) {
|
|
3663
|
+
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3678
3664
|
type: typeof f == "string" ? x.literal : x.object,
|
|
3679
3665
|
value: f
|
|
3680
3666
|
});
|
|
3681
3667
|
continue;
|
|
3682
3668
|
}
|
|
3683
|
-
if (
|
|
3684
|
-
var
|
|
3685
|
-
|
|
3669
|
+
if (Ct(l)) {
|
|
3670
|
+
var d = typeof l.style == "string" ? n.date[l.style] : Ce(l.style) ? l.style.parsedOptions : void 0;
|
|
3671
|
+
a.push({
|
|
3686
3672
|
type: x.literal,
|
|
3687
|
-
value: r.getDateTimeFormat(t,
|
|
3673
|
+
value: r.getDateTimeFormat(t, d).format(f)
|
|
3688
3674
|
});
|
|
3689
3675
|
continue;
|
|
3690
3676
|
}
|
|
3691
|
-
if (
|
|
3692
|
-
var
|
|
3693
|
-
|
|
3677
|
+
if (Mt(l)) {
|
|
3678
|
+
var d = typeof l.style == "string" ? n.time[l.style] : Ce(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3679
|
+
a.push({
|
|
3694
3680
|
type: x.literal,
|
|
3695
|
-
value: r.getDateTimeFormat(t,
|
|
3681
|
+
value: r.getDateTimeFormat(t, d).format(f)
|
|
3696
3682
|
});
|
|
3697
3683
|
continue;
|
|
3698
3684
|
}
|
|
3699
|
-
if (
|
|
3700
|
-
var
|
|
3701
|
-
|
|
3685
|
+
if (Lt(l)) {
|
|
3686
|
+
var d = typeof l.style == "string" ? n.number[l.style] : Dt(l.style) ? l.style.parsedOptions : void 0;
|
|
3687
|
+
d && d.scale && (f = f * (d.scale || 1)), a.push({
|
|
3702
3688
|
type: x.literal,
|
|
3703
|
-
value: r.getNumberFormat(t,
|
|
3689
|
+
value: r.getNumberFormat(t, d).format(f)
|
|
3704
3690
|
});
|
|
3705
3691
|
continue;
|
|
3706
3692
|
}
|
|
3707
|
-
if (
|
|
3693
|
+
if (Ut(l)) {
|
|
3708
3694
|
var y = l.children, g = l.value, B = i[g];
|
|
3709
|
-
if (!
|
|
3710
|
-
throw new
|
|
3711
|
-
var
|
|
3695
|
+
if (!Xn(B))
|
|
3696
|
+
throw new kn(g, "function", s);
|
|
3697
|
+
var N = le(y, t, r, n, i, o), O = B(N.map(function(S) {
|
|
3712
3698
|
return S.value;
|
|
3713
3699
|
}));
|
|
3714
|
-
Array.isArray(O) || (O = [O]),
|
|
3700
|
+
Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(S) {
|
|
3715
3701
|
return {
|
|
3716
3702
|
type: typeof S == "string" ? x.literal : x.object,
|
|
3717
3703
|
value: S
|
|
3718
3704
|
};
|
|
3719
3705
|
}));
|
|
3720
3706
|
}
|
|
3721
|
-
if (
|
|
3707
|
+
if ($t(l)) {
|
|
3722
3708
|
var _ = l.options[f] || l.options.other;
|
|
3723
3709
|
if (!_)
|
|
3724
|
-
throw new
|
|
3725
|
-
|
|
3710
|
+
throw new ft(l.value, f, Object.keys(l.options), s);
|
|
3711
|
+
a.push.apply(a, le(_.value, t, r, n, i));
|
|
3726
3712
|
continue;
|
|
3727
3713
|
}
|
|
3728
|
-
if (
|
|
3714
|
+
if (Rt(l)) {
|
|
3729
3715
|
var _ = l.options["=".concat(f)];
|
|
3730
3716
|
if (!_) {
|
|
3731
3717
|
if (!Intl.PluralRules)
|
|
3732
3718
|
throw new ge(`Intl.PluralRules is not available in this environment.
|
|
3733
3719
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3734
|
-
`, V.MISSING_INTL_API,
|
|
3720
|
+
`, V.MISSING_INTL_API, s);
|
|
3735
3721
|
var w = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
3736
3722
|
_ = l.options[w] || l.options.other;
|
|
3737
3723
|
}
|
|
3738
3724
|
if (!_)
|
|
3739
|
-
throw new
|
|
3740
|
-
|
|
3725
|
+
throw new ft(l.value, f, Object.keys(l.options), s);
|
|
3726
|
+
a.push.apply(a, le(_.value, t, r, n, i, f - (l.offset || 0)));
|
|
3741
3727
|
continue;
|
|
3742
3728
|
}
|
|
3743
3729
|
}
|
|
3744
|
-
return
|
|
3730
|
+
return zn(a);
|
|
3745
3731
|
}
|
|
3746
|
-
function
|
|
3732
|
+
function Wn(e, t) {
|
|
3747
3733
|
return t ? b(b(b({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3748
3734
|
return r[n] = b(b({}, e[n]), t[n] || {}), r;
|
|
3749
3735
|
}, {})) : e;
|
|
3750
3736
|
}
|
|
3751
|
-
function
|
|
3737
|
+
function Zn(e, t) {
|
|
3752
3738
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3753
|
-
return r[n] =
|
|
3739
|
+
return r[n] = Wn(e[n], t[n]), r;
|
|
3754
3740
|
}, b({}, e)) : e;
|
|
3755
3741
|
}
|
|
3756
|
-
function
|
|
3742
|
+
function Te(e) {
|
|
3757
3743
|
return {
|
|
3758
3744
|
create: function() {
|
|
3759
3745
|
return {
|
|
@@ -3767,39 +3753,39 @@ function we(e) {
|
|
|
3767
3753
|
}
|
|
3768
3754
|
};
|
|
3769
3755
|
}
|
|
3770
|
-
function
|
|
3756
|
+
function Qn(e) {
|
|
3771
3757
|
return e === void 0 && (e = {
|
|
3772
3758
|
number: {},
|
|
3773
3759
|
dateTime: {},
|
|
3774
3760
|
pluralRules: {}
|
|
3775
3761
|
}), {
|
|
3776
|
-
getNumberFormat:
|
|
3762
|
+
getNumberFormat: _e(function() {
|
|
3777
3763
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3778
3764
|
r[n] = arguments[n];
|
|
3779
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3765
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, F([void 0], r, !1)))();
|
|
3780
3766
|
}, {
|
|
3781
|
-
cache:
|
|
3782
|
-
strategy:
|
|
3767
|
+
cache: Te(e.number),
|
|
3768
|
+
strategy: Se.variadic
|
|
3783
3769
|
}),
|
|
3784
|
-
getDateTimeFormat:
|
|
3770
|
+
getDateTimeFormat: _e(function() {
|
|
3785
3771
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3786
3772
|
r[n] = arguments[n];
|
|
3787
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3773
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, F([void 0], r, !1)))();
|
|
3788
3774
|
}, {
|
|
3789
|
-
cache:
|
|
3790
|
-
strategy:
|
|
3775
|
+
cache: Te(e.dateTime),
|
|
3776
|
+
strategy: Se.variadic
|
|
3791
3777
|
}),
|
|
3792
|
-
getPluralRules:
|
|
3778
|
+
getPluralRules: _e(function() {
|
|
3793
3779
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3794
3780
|
r[n] = arguments[n];
|
|
3795
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3781
|
+
return new ((t = Intl.PluralRules).bind.apply(t, F([void 0], r, !1)))();
|
|
3796
3782
|
}, {
|
|
3797
|
-
cache:
|
|
3798
|
-
strategy:
|
|
3783
|
+
cache: Te(e.pluralRules),
|
|
3784
|
+
strategy: Se.variadic
|
|
3799
3785
|
})
|
|
3800
3786
|
};
|
|
3801
3787
|
}
|
|
3802
|
-
var
|
|
3788
|
+
var Jn = (
|
|
3803
3789
|
/** @class */
|
|
3804
3790
|
function() {
|
|
3805
3791
|
function e(t, r, n, i) {
|
|
@@ -3829,15 +3815,15 @@ var qn = (
|
|
|
3829
3815
|
}, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
|
|
3830
3816
|
if (this.message = t, !e.__parse)
|
|
3831
3817
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3832
|
-
var
|
|
3833
|
-
|
|
3834
|
-
var
|
|
3835
|
-
this.ast = e.__parse(t, b(b({},
|
|
3818
|
+
var s = i || {};
|
|
3819
|
+
s.formatters;
|
|
3820
|
+
var a = Hr(s, ["formatters"]);
|
|
3821
|
+
this.ast = e.__parse(t, b(b({}, a), { locale: this.resolvedLocale }));
|
|
3836
3822
|
} else
|
|
3837
3823
|
this.ast = t;
|
|
3838
3824
|
if (!Array.isArray(this.ast))
|
|
3839
3825
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3840
|
-
this.formats =
|
|
3826
|
+
this.formats = Zn(e.formats, n), this.formatters = i && i.formatters || Qn(this.formatterCache);
|
|
3841
3827
|
}
|
|
3842
3828
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3843
3829
|
get: function() {
|
|
@@ -3850,7 +3836,7 @@ var qn = (
|
|
|
3850
3836
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3851
3837
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3852
3838
|
}
|
|
3853
|
-
}, e.__parse =
|
|
3839
|
+
}, e.__parse = jn, e.formats = {
|
|
3854
3840
|
number: {
|
|
3855
3841
|
integer: {
|
|
3856
3842
|
maximumFractionDigits: 0
|
|
@@ -3911,7 +3897,7 @@ var qn = (
|
|
|
3911
3897
|
}, e;
|
|
3912
3898
|
}()
|
|
3913
3899
|
);
|
|
3914
|
-
function
|
|
3900
|
+
function Yn(e, t) {
|
|
3915
3901
|
if (t == null)
|
|
3916
3902
|
return;
|
|
3917
3903
|
if (t in e)
|
|
@@ -3932,60 +3918,60 @@ function Kn(e, t) {
|
|
|
3932
3918
|
n = void 0;
|
|
3933
3919
|
return n;
|
|
3934
3920
|
}
|
|
3935
|
-
const I = {},
|
|
3921
|
+
const I = {}, qn = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), Wt = (e, t) => {
|
|
3936
3922
|
if (t == null)
|
|
3937
3923
|
return;
|
|
3938
3924
|
if (t in I && e in I[t])
|
|
3939
3925
|
return I[t][e];
|
|
3940
3926
|
const r = ye(t);
|
|
3941
3927
|
for (let n = 0; n < r.length; n++) {
|
|
3942
|
-
const i = r[n], o =
|
|
3928
|
+
const i = r[n], o = ei(i, e);
|
|
3943
3929
|
if (o)
|
|
3944
|
-
return
|
|
3930
|
+
return qn(e, t, o);
|
|
3945
3931
|
}
|
|
3946
3932
|
};
|
|
3947
|
-
let
|
|
3933
|
+
let ze;
|
|
3948
3934
|
const re = be({});
|
|
3949
|
-
function
|
|
3950
|
-
return
|
|
3935
|
+
function Kn(e) {
|
|
3936
|
+
return ze[e] || null;
|
|
3951
3937
|
}
|
|
3952
|
-
function
|
|
3953
|
-
return e in
|
|
3938
|
+
function Zt(e) {
|
|
3939
|
+
return e in ze;
|
|
3954
3940
|
}
|
|
3955
|
-
function
|
|
3956
|
-
if (!
|
|
3941
|
+
function ei(e, t) {
|
|
3942
|
+
if (!Zt(e))
|
|
3957
3943
|
return null;
|
|
3958
|
-
const r =
|
|
3959
|
-
return
|
|
3944
|
+
const r = Kn(e);
|
|
3945
|
+
return Yn(r, t);
|
|
3960
3946
|
}
|
|
3961
|
-
function
|
|
3947
|
+
function ti(e) {
|
|
3962
3948
|
if (e == null)
|
|
3963
3949
|
return;
|
|
3964
3950
|
const t = ye(e);
|
|
3965
3951
|
for (let r = 0; r < t.length; r++) {
|
|
3966
3952
|
const n = t[r];
|
|
3967
|
-
if (
|
|
3953
|
+
if (Zt(n))
|
|
3968
3954
|
return n;
|
|
3969
3955
|
}
|
|
3970
3956
|
}
|
|
3971
|
-
function
|
|
3972
|
-
delete I[e], re.update((r) => (r[e] =
|
|
3957
|
+
function Qt(e, ...t) {
|
|
3958
|
+
delete I[e], re.update((r) => (r[e] = on.all([r[e] || {}, ...t]), r));
|
|
3973
3959
|
}
|
|
3974
3960
|
X(
|
|
3975
3961
|
[re],
|
|
3976
3962
|
([e]) => Object.keys(e)
|
|
3977
3963
|
);
|
|
3978
|
-
re.subscribe((e) =>
|
|
3964
|
+
re.subscribe((e) => ze = e);
|
|
3979
3965
|
const ce = {};
|
|
3980
|
-
function
|
|
3966
|
+
function ri(e, t) {
|
|
3981
3967
|
ce[e].delete(t), ce[e].size === 0 && delete ce[e];
|
|
3982
3968
|
}
|
|
3983
|
-
function
|
|
3969
|
+
function Jt(e) {
|
|
3984
3970
|
return ce[e];
|
|
3985
3971
|
}
|
|
3986
|
-
function
|
|
3972
|
+
function ni(e) {
|
|
3987
3973
|
return ye(e).map((t) => {
|
|
3988
|
-
const r =
|
|
3974
|
+
const r = Jt(t);
|
|
3989
3975
|
return [t, r ? [...r] : []];
|
|
3990
3976
|
}).filter(([, t]) => t.length > 0);
|
|
3991
3977
|
}
|
|
@@ -3993,31 +3979,31 @@ function Ge(e) {
|
|
|
3993
3979
|
return e == null ? !1 : ye(e).some(
|
|
3994
3980
|
(t) => {
|
|
3995
3981
|
var r;
|
|
3996
|
-
return (r =
|
|
3982
|
+
return (r = Jt(t)) == null ? void 0 : r.size;
|
|
3997
3983
|
}
|
|
3998
3984
|
);
|
|
3999
3985
|
}
|
|
4000
|
-
function
|
|
3986
|
+
function ii(e, t) {
|
|
4001
3987
|
return Promise.all(
|
|
4002
|
-
t.map((n) => (
|
|
4003
|
-
).then((n) =>
|
|
3988
|
+
t.map((n) => (ri(e, n), n().then((i) => i.default || i)))
|
|
3989
|
+
).then((n) => Qt(e, ...n));
|
|
4004
3990
|
}
|
|
4005
3991
|
const Q = {};
|
|
4006
|
-
function
|
|
3992
|
+
function Yt(e) {
|
|
4007
3993
|
if (!Ge(e))
|
|
4008
3994
|
return e in Q ? Q[e] : Promise.resolve();
|
|
4009
|
-
const t =
|
|
3995
|
+
const t = ni(e);
|
|
4010
3996
|
return Q[e] = Promise.all(
|
|
4011
3997
|
t.map(
|
|
4012
|
-
([r, n]) =>
|
|
3998
|
+
([r, n]) => ii(r, n)
|
|
4013
3999
|
)
|
|
4014
4000
|
).then(() => {
|
|
4015
4001
|
if (Ge(e))
|
|
4016
|
-
return
|
|
4002
|
+
return Yt(e);
|
|
4017
4003
|
delete Q[e];
|
|
4018
4004
|
}), Q[e];
|
|
4019
4005
|
}
|
|
4020
|
-
const
|
|
4006
|
+
const oi = {
|
|
4021
4007
|
number: {
|
|
4022
4008
|
scientific: { notation: "scientific" },
|
|
4023
4009
|
engineering: { notation: "engineering" },
|
|
@@ -4046,57 +4032,57 @@ const ai = {
|
|
|
4046
4032
|
timeZoneName: "short"
|
|
4047
4033
|
}
|
|
4048
4034
|
}
|
|
4049
|
-
},
|
|
4035
|
+
}, si = {
|
|
4050
4036
|
fallbackLocale: null,
|
|
4051
4037
|
loadingDelay: 200,
|
|
4052
|
-
formats:
|
|
4038
|
+
formats: oi,
|
|
4053
4039
|
warnOnMissingMessages: !0,
|
|
4054
4040
|
handleMissingMessage: void 0,
|
|
4055
4041
|
ignoreTag: !0
|
|
4056
|
-
},
|
|
4042
|
+
}, ai = si;
|
|
4057
4043
|
function z() {
|
|
4058
|
-
return
|
|
4059
|
-
}
|
|
4060
|
-
const
|
|
4061
|
-
var
|
|
4062
|
-
for (var r in t
|
|
4063
|
-
|
|
4064
|
-
if (
|
|
4065
|
-
for (var r of
|
|
4066
|
-
|
|
4044
|
+
return ai;
|
|
4045
|
+
}
|
|
4046
|
+
const we = be(!1);
|
|
4047
|
+
var ui = Object.defineProperty, hi = Object.defineProperties, li = Object.getOwnPropertyDescriptors, pt = Object.getOwnPropertySymbols, ci = Object.prototype.hasOwnProperty, fi = Object.prototype.propertyIsEnumerable, dt = (e, t, r) => t in e ? ui(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, pi = (e, t) => {
|
|
4048
|
+
for (var r in t)
|
|
4049
|
+
ci.call(t, r) && dt(e, r, t[r]);
|
|
4050
|
+
if (pt)
|
|
4051
|
+
for (var r of pt(t))
|
|
4052
|
+
fi.call(t, r) && dt(e, r, t[r]);
|
|
4067
4053
|
return e;
|
|
4068
|
-
},
|
|
4069
|
-
let
|
|
4054
|
+
}, di = (e, t) => hi(e, li(t));
|
|
4055
|
+
let Fe;
|
|
4070
4056
|
const pe = be(null);
|
|
4071
|
-
function
|
|
4057
|
+
function mt(e) {
|
|
4072
4058
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4073
4059
|
}
|
|
4074
4060
|
function ye(e, t = z().fallbackLocale) {
|
|
4075
|
-
const r =
|
|
4076
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4061
|
+
const r = mt(e);
|
|
4062
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...mt(t)])] : r;
|
|
4077
4063
|
}
|
|
4078
4064
|
function C() {
|
|
4079
|
-
return
|
|
4065
|
+
return Fe ?? void 0;
|
|
4080
4066
|
}
|
|
4081
4067
|
pe.subscribe((e) => {
|
|
4082
|
-
|
|
4068
|
+
Fe = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4083
4069
|
});
|
|
4084
|
-
const
|
|
4085
|
-
if (e &&
|
|
4070
|
+
const mi = (e) => {
|
|
4071
|
+
if (e && ti(e) && Ge(e)) {
|
|
4086
4072
|
const { loadingDelay: t } = z();
|
|
4087
4073
|
let r;
|
|
4088
4074
|
return typeof window < "u" && C() != null && t ? r = window.setTimeout(
|
|
4089
|
-
() =>
|
|
4075
|
+
() => we.set(!0),
|
|
4090
4076
|
t
|
|
4091
|
-
) :
|
|
4077
|
+
) : we.set(!0), Yt(e).then(() => {
|
|
4092
4078
|
pe.set(e);
|
|
4093
4079
|
}).finally(() => {
|
|
4094
|
-
clearTimeout(r),
|
|
4080
|
+
clearTimeout(r), we.set(!1);
|
|
4095
4081
|
});
|
|
4096
4082
|
}
|
|
4097
4083
|
return pe.set(e);
|
|
4098
|
-
}, W =
|
|
4099
|
-
set:
|
|
4084
|
+
}, W = di(pi({}, pe), {
|
|
4085
|
+
set: mi
|
|
4100
4086
|
}), ve = (e) => {
|
|
4101
4087
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4102
4088
|
return (n) => {
|
|
@@ -4104,20 +4090,20 @@ const gi = (e) => {
|
|
|
4104
4090
|
return i in t ? t[i] : t[i] = e(n);
|
|
4105
4091
|
};
|
|
4106
4092
|
};
|
|
4107
|
-
var
|
|
4093
|
+
var bi = Object.defineProperty, de = Object.getOwnPropertySymbols, qt = Object.prototype.hasOwnProperty, Kt = Object.prototype.propertyIsEnumerable, bt = (e, t, r) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Xe = (e, t) => {
|
|
4108
4094
|
for (var r in t || (t = {}))
|
|
4109
|
-
|
|
4110
|
-
if (
|
|
4111
|
-
for (var r of
|
|
4112
|
-
|
|
4095
|
+
qt.call(t, r) && bt(e, r, t[r]);
|
|
4096
|
+
if (de)
|
|
4097
|
+
for (var r of de(t))
|
|
4098
|
+
Kt.call(t, r) && bt(e, r, t[r]);
|
|
4113
4099
|
return e;
|
|
4114
4100
|
}, Z = (e, t) => {
|
|
4115
4101
|
var r = {};
|
|
4116
4102
|
for (var n in e)
|
|
4117
|
-
|
|
4118
|
-
if (e != null &&
|
|
4119
|
-
for (var n of
|
|
4120
|
-
t.indexOf(n) < 0 &&
|
|
4103
|
+
qt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4104
|
+
if (e != null && de)
|
|
4105
|
+
for (var n of de(e))
|
|
4106
|
+
t.indexOf(n) < 0 && Kt.call(e, n) && (r[n] = e[n]);
|
|
4121
4107
|
return r;
|
|
4122
4108
|
};
|
|
4123
4109
|
const ee = (e, t) => {
|
|
@@ -4125,21 +4111,21 @@ const ee = (e, t) => {
|
|
|
4125
4111
|
if (e in r && t in r[e])
|
|
4126
4112
|
return r[e][t];
|
|
4127
4113
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4128
|
-
},
|
|
4114
|
+
}, gi = ve(
|
|
4129
4115
|
(e) => {
|
|
4130
4116
|
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
|
4131
4117
|
if (r == null)
|
|
4132
4118
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4133
4119
|
return n && (i = ee("number", n)), new Intl.NumberFormat(r, i);
|
|
4134
4120
|
}
|
|
4135
|
-
),
|
|
4121
|
+
), yi = ve(
|
|
4136
4122
|
(e) => {
|
|
4137
4123
|
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
|
4138
4124
|
if (r == null)
|
|
4139
4125
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4140
4126
|
return n ? i = ee("date", n) : Object.keys(i).length === 0 && (i = ee("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4141
4127
|
}
|
|
4142
|
-
),
|
|
4128
|
+
), vi = ve(
|
|
4143
4129
|
(e) => {
|
|
4144
4130
|
var t = e, { locale: r, format: n } = t, i = Z(t, ["locale", "format"]);
|
|
4145
4131
|
if (r == null)
|
|
@@ -4148,57 +4134,57 @@ const ee = (e, t) => {
|
|
|
4148
4134
|
);
|
|
4149
4135
|
return n ? i = ee("time", n) : Object.keys(i).length === 0 && (i = ee("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4150
4136
|
}
|
|
4151
|
-
),
|
|
4137
|
+
), Ei = (e = {}) => {
|
|
4152
4138
|
var t = e, {
|
|
4153
4139
|
locale: r = C()
|
|
4154
4140
|
} = t, n = Z(t, [
|
|
4155
4141
|
"locale"
|
|
4156
4142
|
]);
|
|
4157
|
-
return
|
|
4158
|
-
},
|
|
4143
|
+
return gi(Xe({ locale: r }, n));
|
|
4144
|
+
}, xi = (e = {}) => {
|
|
4159
4145
|
var t = e, {
|
|
4160
4146
|
locale: r = C()
|
|
4161
4147
|
} = t, n = Z(t, [
|
|
4162
4148
|
"locale"
|
|
4163
4149
|
]);
|
|
4164
|
-
return
|
|
4165
|
-
},
|
|
4150
|
+
return yi(Xe({ locale: r }, n));
|
|
4151
|
+
}, _i = (e = {}) => {
|
|
4166
4152
|
var t = e, {
|
|
4167
4153
|
locale: r = C()
|
|
4168
4154
|
} = t, n = Z(t, [
|
|
4169
4155
|
"locale"
|
|
4170
4156
|
]);
|
|
4171
|
-
return
|
|
4172
|
-
},
|
|
4157
|
+
return vi(Xe({ locale: r }, n));
|
|
4158
|
+
}, Si = ve(
|
|
4173
4159
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4174
|
-
(e, t = C()) => new
|
|
4160
|
+
(e, t = C()) => new Jn(e, t, z().formats, {
|
|
4175
4161
|
ignoreTag: z().ignoreTag
|
|
4176
4162
|
})
|
|
4177
|
-
),
|
|
4163
|
+
), Bi = (e, t = {}) => {
|
|
4178
4164
|
var r, n, i, o;
|
|
4179
|
-
let
|
|
4180
|
-
typeof e == "object" && (
|
|
4165
|
+
let s = t;
|
|
4166
|
+
typeof e == "object" && (s = e, e = s.id);
|
|
4181
4167
|
const {
|
|
4182
|
-
values:
|
|
4168
|
+
values: a,
|
|
4183
4169
|
locale: u = C(),
|
|
4184
4170
|
default: h
|
|
4185
|
-
} =
|
|
4171
|
+
} = s;
|
|
4186
4172
|
if (u == null)
|
|
4187
4173
|
throw new Error(
|
|
4188
4174
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4189
4175
|
);
|
|
4190
|
-
let l =
|
|
4176
|
+
let l = Wt(e, u);
|
|
4191
4177
|
if (!l)
|
|
4192
4178
|
l = (o = (i = (n = (r = z()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? i : h) != null ? o : e;
|
|
4193
4179
|
else if (typeof l != "string")
|
|
4194
4180
|
return console.warn(
|
|
4195
4181
|
`[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.`
|
|
4196
4182
|
), l;
|
|
4197
|
-
if (!
|
|
4183
|
+
if (!a)
|
|
4198
4184
|
return l;
|
|
4199
4185
|
let c = l;
|
|
4200
4186
|
try {
|
|
4201
|
-
c =
|
|
4187
|
+
c = Si(l, u).format(a);
|
|
4202
4188
|
} catch (f) {
|
|
4203
4189
|
f instanceof Error && console.warn(
|
|
4204
4190
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4206,20 +4192,20 @@ const ee = (e, t) => {
|
|
|
4206
4192
|
);
|
|
4207
4193
|
}
|
|
4208
4194
|
return c;
|
|
4209
|
-
},
|
|
4195
|
+
}, Ti = (e, t) => _i(t).format(e), wi = (e, t) => xi(t).format(e), Hi = (e, t) => Ei(t).format(e), Pi = (e, t = C()) => Wt(e, t), Ai = X([W, re], () => Bi);
|
|
4196
|
+
X([W], () => Ti);
|
|
4197
|
+
X([W], () => wi);
|
|
4210
4198
|
X([W], () => Hi);
|
|
4211
|
-
X([W], () => Pi);
|
|
4212
|
-
|
|
4213
|
-
X([W, re], () => Oi);
|
|
4214
|
-
window.emWidgets = { topic: Vr };
|
|
4199
|
+
X([W, re], () => Pi);
|
|
4200
|
+
window.emWidgets = { topic: Fr };
|
|
4215
4201
|
const se = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4216
|
-
function
|
|
4217
|
-
|
|
4202
|
+
function gt(e, t) {
|
|
4203
|
+
Qt(e, t);
|
|
4218
4204
|
}
|
|
4219
|
-
function
|
|
4205
|
+
function Oi(e) {
|
|
4220
4206
|
W.set(e);
|
|
4221
4207
|
}
|
|
4222
|
-
const
|
|
4208
|
+
const yt = {
|
|
4223
4209
|
en: {
|
|
4224
4210
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4225
4211
|
},
|
|
@@ -4260,92 +4246,92 @@ const Et = {
|
|
|
4260
4246
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4261
4247
|
}
|
|
4262
4248
|
};
|
|
4263
|
-
function
|
|
4264
|
-
|
|
4249
|
+
function Ii(e) {
|
|
4250
|
+
rr(e, "svelte-1mifytr", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.PanicSection{display:flex;align-items:center;gap:10px;margin:20px 0}.PanicSection .PanicButton{border-radius:5px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));font-size:10px;width:280px;height:fit-content;padding:15px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer}.PanicSectionMobile{position:absolute;top:0;left:0;width:100%;text-align:center;margin:20px 0 0 0 !important}.PanicButtonMobile{border-radius:5px;margin:0 10px;border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:100% !important;height:30px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.PanicButtonAnimation{background:-webkit-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-moz-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background:-o-linear-gradient(135deg, rgba(20, 20, 20, 0) 55%, rgba(20, 20, 20, 0.3) 100%);background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:280px;color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));-webkit-animation:bar-animation 2s linear}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:280px}}.PanicButtonV2 .PanicButton{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:388px;font-size:12px}.PanicButtonV2 .PanicButtonMobile{border:1px solid var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));font-size:10px}.PanicButtonV2 .PanicButtonAnimation{background-color:var(--emw--casino-color-primary, var(--emw--color-primary, #22B04E));width:388px}@-webkit-keyframes bar-animation{0%{background-position:0}100%{background-position:388px}}");
|
|
4265
4251
|
}
|
|
4266
|
-
function
|
|
4252
|
+
function Ni(e) {
|
|
4267
4253
|
let t, r, n, i = (
|
|
4268
4254
|
/*customtext*/
|
|
4269
4255
|
(e[0] || /*$_*/
|
|
4270
4256
|
e[5]("panicButtonString")) + ""
|
|
4271
|
-
), o,
|
|
4257
|
+
), o, s;
|
|
4272
4258
|
return {
|
|
4273
4259
|
c() {
|
|
4274
|
-
t = J("div"), r = J("div"), n = J("button"), o =
|
|
4260
|
+
t = J("div"), r = J("div"), n = J("button"), o = or(i), L(n, "class", "PanicButton " + (se(
|
|
4275
4261
|
/*userAgent*/
|
|
4276
4262
|
e[6]
|
|
4277
|
-
) !== "PC" ? "PanicButtonMobile" : "")),
|
|
4263
|
+
) !== "PC" ? "PanicButtonMobile" : "")), L(n, "part", "PanicButton " + (se(
|
|
4278
4264
|
/*userAgent*/
|
|
4279
4265
|
e[6]
|
|
4280
|
-
) !== "PC" ? "PanicButtonMobile" : "")),
|
|
4266
|
+
) !== "PC" ? "PanicButtonMobile" : "")), Qe(
|
|
4281
4267
|
n,
|
|
4282
4268
|
"PanicButtonAnimation",
|
|
4283
4269
|
/*panicLoading*/
|
|
4284
4270
|
e[4]
|
|
4285
|
-
),
|
|
4271
|
+
), L(r, "class", "PanicSection " + (se(
|
|
4286
4272
|
/*userAgent*/
|
|
4287
4273
|
e[6]
|
|
4288
|
-
) !== "PC" ? "PanicSectionMobile" : "")),
|
|
4274
|
+
) !== "PC" ? "PanicSectionMobile" : "")), L(r, "part", "PanicSection " + (se(
|
|
4289
4275
|
/*userAgent*/
|
|
4290
4276
|
e[6]
|
|
4291
|
-
) !== "PC" ? "PanicSectionMobile" : "")),
|
|
4277
|
+
) !== "PC" ? "PanicSectionMobile" : "")), L(t, "class", s = /*alternativestyling*/
|
|
4292
4278
|
e[1] == "true" ? "PanicButtonV2" : "");
|
|
4293
4279
|
},
|
|
4294
|
-
m(
|
|
4295
|
-
|
|
4280
|
+
m(a, u) {
|
|
4281
|
+
_t(a, t, u), ae(t, r), ae(r, n), ae(n, o), e[12](n), e[13](t);
|
|
4296
4282
|
},
|
|
4297
|
-
p(
|
|
4283
|
+
p(a, [u]) {
|
|
4298
4284
|
u & /*customtext, $_*/
|
|
4299
4285
|
33 && i !== (i = /*customtext*/
|
|
4300
|
-
(
|
|
4301
|
-
|
|
4302
|
-
16 &&
|
|
4286
|
+
(a[0] || /*$_*/
|
|
4287
|
+
a[5]("panicButtonString")) + "") && ar(o, i), u & /*panicLoading*/
|
|
4288
|
+
16 && Qe(
|
|
4303
4289
|
n,
|
|
4304
4290
|
"PanicButtonAnimation",
|
|
4305
4291
|
/*panicLoading*/
|
|
4306
|
-
|
|
4292
|
+
a[4]
|
|
4307
4293
|
), u & /*alternativestyling*/
|
|
4308
|
-
2 &&
|
|
4309
|
-
|
|
4294
|
+
2 && s !== (s = /*alternativestyling*/
|
|
4295
|
+
a[1] == "true" ? "PanicButtonV2" : "") && L(t, "class", s);
|
|
4310
4296
|
},
|
|
4311
4297
|
i: T,
|
|
4312
4298
|
o: T,
|
|
4313
|
-
d(
|
|
4314
|
-
|
|
4299
|
+
d(a) {
|
|
4300
|
+
a && ke(t), e[12](null), e[13](null);
|
|
4315
4301
|
}
|
|
4316
4302
|
};
|
|
4317
4303
|
}
|
|
4318
|
-
function
|
|
4304
|
+
function Li(e, t, r) {
|
|
4319
4305
|
let n;
|
|
4320
|
-
|
|
4321
|
-
let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling:
|
|
4322
|
-
const
|
|
4306
|
+
tr(e, Ai, (v) => r(5, n = v));
|
|
4307
|
+
let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: u } = t, { alternativestyling: h = "" } = t, { translationurl: l = "" } = t, c, f, d = !1, y = 0, g, B = window.navigator.userAgent;
|
|
4308
|
+
const N = () => {
|
|
4323
4309
|
fetch(l).then(($) => $.json()).then(($) => {
|
|
4324
|
-
Object.keys($).forEach((
|
|
4325
|
-
|
|
4310
|
+
Object.keys($).forEach((We) => {
|
|
4311
|
+
gt(We, $[We]);
|
|
4326
4312
|
});
|
|
4327
4313
|
}).catch(($) => {
|
|
4328
4314
|
console.log($);
|
|
4329
4315
|
});
|
|
4330
4316
|
};
|
|
4331
|
-
Object.keys(
|
|
4332
|
-
|
|
4317
|
+
Object.keys(yt).forEach((v) => {
|
|
4318
|
+
gt(v, yt[v]);
|
|
4333
4319
|
});
|
|
4334
4320
|
const O = () => {
|
|
4335
4321
|
c?.addEventListener("mousedown", w, !1), c?.addEventListener("touchstart", w, !1), c?.addEventListener("mouseup", S, !1), c?.addEventListener("touchend", S, !1);
|
|
4336
4322
|
}, _ = () => {
|
|
4337
|
-
r(4,
|
|
4323
|
+
r(4, d = !1), c?.removeEventListener("mousedown", w), c?.removeEventListener("touchstart", w), c?.removeEventListener("mouseup", S), c?.removeEventListener("touchend", S);
|
|
4338
4324
|
}, w = () => {
|
|
4339
|
-
y = 0, r(4,
|
|
4325
|
+
y = 0, r(4, d = !0), g = setInterval(
|
|
4340
4326
|
() => {
|
|
4341
4327
|
y++, y >= 2 && (window.postMessage({ type: "PanicButtonClicked" }, window.location.href), clearInterval(g), typeof gtag == "function" && gtag("event", "PanicButtonClicked", { context: "PanicButton" }));
|
|
4342
4328
|
},
|
|
4343
4329
|
1e3
|
|
4344
4330
|
);
|
|
4345
4331
|
}, S = () => {
|
|
4346
|
-
r(4,
|
|
4332
|
+
r(4, d = !1), clearInterval(g);
|
|
4347
4333
|
};
|
|
4348
|
-
|
|
4334
|
+
lr(() => () => {
|
|
4349
4335
|
_();
|
|
4350
4336
|
});
|
|
4351
4337
|
function M(v) {
|
|
@@ -4359,40 +4345,40 @@ function Mi(e, t, r) {
|
|
|
4359
4345
|
});
|
|
4360
4346
|
}
|
|
4361
4347
|
return e.$$set = (v) => {
|
|
4362
|
-
"lang" in v && r(7, i = v.lang), "customtext" in v && r(0, o = v.customtext), "clientstyling" in v && r(8,
|
|
4348
|
+
"lang" in v && r(7, i = v.lang), "customtext" in v && r(0, o = v.customtext), "clientstyling" in v && r(8, s = v.clientstyling), "clientstylingurl" in v && r(9, a = v.clientstylingurl), "mbsource" in v && r(10, u = v.mbsource), "alternativestyling" in v && r(1, h = v.alternativestyling), "translationurl" in v && r(11, l = v.translationurl);
|
|
4363
4349
|
}, e.$$.update = () => {
|
|
4364
4350
|
e.$$.dirty & /*panicButton*/
|
|
4365
4351
|
4 && c && O(), e.$$.dirty & /*lang*/
|
|
4366
|
-
128 && i &&
|
|
4367
|
-
264 &&
|
|
4368
|
-
520 &&
|
|
4369
|
-
1032 && u && f &&
|
|
4370
|
-
2048 && l &&
|
|
4352
|
+
128 && i && Oi(i), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4353
|
+
264 && s && f && Br(f, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4354
|
+
520 && a && f && Tr(f, a), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4355
|
+
1032 && u && f && wr(f, `${u}.Style`), e.$$.dirty & /*translationurl*/
|
|
4356
|
+
2048 && l && N();
|
|
4371
4357
|
}, [
|
|
4372
4358
|
o,
|
|
4373
4359
|
h,
|
|
4374
4360
|
c,
|
|
4375
4361
|
f,
|
|
4376
|
-
|
|
4362
|
+
d,
|
|
4377
4363
|
n,
|
|
4378
4364
|
B,
|
|
4379
4365
|
i,
|
|
4380
|
-
a,
|
|
4381
4366
|
s,
|
|
4367
|
+
a,
|
|
4382
4368
|
u,
|
|
4383
4369
|
l,
|
|
4384
4370
|
M,
|
|
4385
4371
|
ne
|
|
4386
4372
|
];
|
|
4387
4373
|
}
|
|
4388
|
-
class
|
|
4374
|
+
class Ci extends _r {
|
|
4389
4375
|
constructor(t) {
|
|
4390
|
-
super(),
|
|
4376
|
+
super(), Er(
|
|
4391
4377
|
this,
|
|
4392
4378
|
t,
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4379
|
+
Li,
|
|
4380
|
+
Ni,
|
|
4381
|
+
Et,
|
|
4396
4382
|
{
|
|
4397
4383
|
lang: 7,
|
|
4398
4384
|
customtext: 0,
|
|
@@ -4402,7 +4388,7 @@ class $i extends Tr {
|
|
|
4402
4388
|
alternativestyling: 1,
|
|
4403
4389
|
translationurl: 11
|
|
4404
4390
|
},
|
|
4405
|
-
|
|
4391
|
+
Ii
|
|
4406
4392
|
);
|
|
4407
4393
|
}
|
|
4408
4394
|
get lang() {
|
|
@@ -4448,7 +4434,7 @@ class $i extends Tr {
|
|
|
4448
4434
|
this.$$set({ translationurl: t }), H();
|
|
4449
4435
|
}
|
|
4450
4436
|
}
|
|
4451
|
-
|
|
4437
|
+
xr(Ci, { lang: {}, customtext: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, alternativestyling: {}, translationurl: {} }, [], [], !0);
|
|
4452
4438
|
export {
|
|
4453
|
-
|
|
4439
|
+
Ci as P
|
|
4454
4440
|
};
|