@everymatrix/player-panic-button 1.77.26 → 1.77.27
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-B3N7_pDz.cjs +18 -0
- package/components/{PlayerPanicButton-CERsF5Pr.js → PlayerPanicButton-BRhdV4bT.js} +864 -843
- package/components/{PlayerPanicButton-hR3U-jzg.js → PlayerPanicButton-Z0b_0GW0.js} +744 -723
- 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,46 +1,46 @@
|
|
|
1
|
-
function
|
|
1
|
+
function w() {
|
|
2
2
|
}
|
|
3
|
-
function
|
|
3
|
+
function St(e) {
|
|
4
4
|
return e();
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function qe() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
|
-
function
|
|
10
|
-
e.forEach(
|
|
9
|
+
function ee(e) {
|
|
10
|
+
e.forEach(St);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function We(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function Bt(e, t) {
|
|
16
16
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function ir(e) {
|
|
19
19
|
return Object.keys(e).length === 0;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function wt(e, ...t) {
|
|
22
22
|
if (e == null) {
|
|
23
23
|
for (const n of t)
|
|
24
24
|
n(void 0);
|
|
25
|
-
return
|
|
25
|
+
return w;
|
|
26
26
|
}
|
|
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 or(e, t, r) {
|
|
31
|
+
e.$$.on_destroy.push(wt(t, r));
|
|
32
32
|
}
|
|
33
33
|
function ae(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
const n =
|
|
36
|
+
function sr(e, t, r) {
|
|
37
|
+
const n = ar(e);
|
|
38
38
|
if (!n.getElementById(t)) {
|
|
39
|
-
const i =
|
|
40
|
-
i.id = t, i.textContent = r,
|
|
39
|
+
const i = Q("style");
|
|
40
|
+
i.id = t, i.textContent = r, ur(n, i);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function ar(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 ur(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 Tt(e, t, r) {
|
|
61
61
|
e.insertBefore(t, r || null);
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function Ze(e) {
|
|
64
64
|
e.parentNode && e.parentNode.removeChild(e);
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function Q(e) {
|
|
67
67
|
return document.createElement(e);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function hr(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 lr(e) {
|
|
76
76
|
return Array.from(e.childNodes);
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function cr(e, t) {
|
|
79
79
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
80
80
|
t);
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function Ke(e, t, r) {
|
|
83
83
|
e.classList.toggle(t, !!r);
|
|
84
84
|
}
|
|
85
|
-
function
|
|
85
|
+
function fr(e) {
|
|
86
86
|
const t = {};
|
|
87
87
|
return e.childNodes.forEach(
|
|
88
88
|
/** @param {Element} node */
|
|
@@ -91,95 +91,95 @@ function cr(e) {
|
|
|
91
91
|
}
|
|
92
92
|
), t;
|
|
93
93
|
}
|
|
94
|
-
let
|
|
95
|
-
function
|
|
96
|
-
|
|
94
|
+
let Y;
|
|
95
|
+
function J(e) {
|
|
96
|
+
Y = e;
|
|
97
97
|
}
|
|
98
|
-
function
|
|
99
|
-
if (!
|
|
98
|
+
function pr() {
|
|
99
|
+
if (!Y)
|
|
100
100
|
throw new Error("Function called outside component initialization");
|
|
101
|
-
return
|
|
101
|
+
return Y;
|
|
102
102
|
}
|
|
103
|
-
function
|
|
104
|
-
|
|
103
|
+
function mr(e) {
|
|
104
|
+
pr().$$.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 et = [], dr = /* @__PURE__ */ Promise.resolve();
|
|
109
|
+
let Oe = !1;
|
|
110
|
+
function br() {
|
|
111
|
+
Oe || (Oe = !0, dr.then(P));
|
|
112
112
|
}
|
|
113
|
-
function
|
|
114
|
-
|
|
113
|
+
function Ie(e) {
|
|
114
|
+
G.push(e);
|
|
115
115
|
}
|
|
116
|
-
const
|
|
116
|
+
const xe = /* @__PURE__ */ new Set();
|
|
117
117
|
let R = 0;
|
|
118
|
-
function
|
|
118
|
+
function P() {
|
|
119
119
|
if (R !== 0)
|
|
120
120
|
return;
|
|
121
|
-
const e =
|
|
121
|
+
const e = Y;
|
|
122
122
|
do {
|
|
123
123
|
try {
|
|
124
124
|
for (; R < D.length; ) {
|
|
125
125
|
const t = D[R];
|
|
126
|
-
R++,
|
|
126
|
+
R++, J(t), gr(t.$$);
|
|
127
127
|
}
|
|
128
128
|
} catch (t) {
|
|
129
129
|
throw D.length = 0, R = 0, t;
|
|
130
130
|
}
|
|
131
|
-
for (
|
|
131
|
+
for (J(null), D.length = 0, R = 0; fe.length; )
|
|
132
132
|
fe.pop()();
|
|
133
|
-
for (let t = 0; t <
|
|
134
|
-
const r =
|
|
135
|
-
|
|
133
|
+
for (let t = 0; t < G.length; t += 1) {
|
|
134
|
+
const r = G[t];
|
|
135
|
+
xe.has(r) || (xe.add(r), r());
|
|
136
136
|
}
|
|
137
|
-
|
|
137
|
+
G.length = 0;
|
|
138
138
|
} while (D.length);
|
|
139
|
-
for (;
|
|
140
|
-
|
|
141
|
-
|
|
139
|
+
for (; et.length; )
|
|
140
|
+
et.pop()();
|
|
141
|
+
Oe = !1, xe.clear(), J(e);
|
|
142
142
|
}
|
|
143
|
-
function
|
|
143
|
+
function gr(e) {
|
|
144
144
|
if (e.fragment !== null) {
|
|
145
|
-
e.update(),
|
|
145
|
+
e.update(), ee(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(Ie);
|
|
148
148
|
}
|
|
149
149
|
}
|
|
150
|
-
function
|
|
150
|
+
function yr(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 vr = /* @__PURE__ */ new Set();
|
|
155
|
+
function Er(e, t) {
|
|
156
|
+
e && e.i && (vr.delete(e), e.i(t));
|
|
157
157
|
}
|
|
158
|
-
function
|
|
158
|
+
function _r(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(
|
|
162
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...o) :
|
|
163
|
-
}), i.forEach(
|
|
160
|
+
n && n.m(t, r), Ie(() => {
|
|
161
|
+
const o = e.$$.on_mount.map(St).filter(We);
|
|
162
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ee(o), e.$$.on_mount = [];
|
|
163
|
+
}), i.forEach(Ie);
|
|
164
164
|
}
|
|
165
165
|
function xr(e, t) {
|
|
166
166
|
const r = e.$$;
|
|
167
|
-
r.fragment !== null && (
|
|
167
|
+
r.fragment !== null && (yr(r.after_update), ee(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 Sr(e, t) {
|
|
170
|
+
e.$$.dirty[0] === -1 && (D.push(e), br(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
171
171
|
}
|
|
172
|
-
function
|
|
173
|
-
const u =
|
|
174
|
-
|
|
172
|
+
function Br(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
173
|
+
const u = Y;
|
|
174
|
+
J(e);
|
|
175
175
|
const h = e.$$ = {
|
|
176
176
|
fragment: null,
|
|
177
177
|
ctx: [],
|
|
178
178
|
// state
|
|
179
179
|
props: o,
|
|
180
|
-
update:
|
|
180
|
+
update: w,
|
|
181
181
|
not_equal: i,
|
|
182
|
-
bound:
|
|
182
|
+
bound: qe(),
|
|
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: qe(),
|
|
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
198
|
if (h.ctx = r ? r(e, t.props || {}, (c, f, ...m) => {
|
|
199
|
-
const
|
|
200
|
-
return h.ctx && i(h.ctx[c], h.ctx[c] =
|
|
201
|
-
}) : [], h.update(), l = !0,
|
|
199
|
+
const g = m.length ? m[0] : f;
|
|
200
|
+
return h.ctx && i(h.ctx[c], h.ctx[c] = g) && (!h.skip_bound && h.bound[c] && h.bound[c](g), l && Sr(e, c)), f;
|
|
201
|
+
}) : [], h.update(), l = !0, ee(h.before_update), h.fragment = n ? n(h.ctx) : !1, t.target) {
|
|
202
202
|
if (t.hydrate) {
|
|
203
|
-
const c =
|
|
204
|
-
h.fragment && h.fragment.l(c), c.forEach(
|
|
203
|
+
const c = lr(t.target);
|
|
204
|
+
h.fragment && h.fragment.l(c), c.forEach(Ze);
|
|
205
205
|
} else
|
|
206
206
|
h.fragment && h.fragment.c();
|
|
207
|
-
t.intro &&
|
|
207
|
+
t.intro && Er(e.$$.fragment), _r(e, t.target, t.anchor), P();
|
|
208
208
|
}
|
|
209
|
-
|
|
209
|
+
J(u);
|
|
210
210
|
}
|
|
211
|
-
let
|
|
212
|
-
typeof HTMLElement == "function" && (
|
|
211
|
+
let Ht;
|
|
212
|
+
typeof HTMLElement == "function" && (Ht = 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 =
|
|
254
|
+
o = Q("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
|
+
Tt(u, o, h);
|
|
262
262
|
},
|
|
263
263
|
d: function(u) {
|
|
264
|
-
u &&
|
|
264
|
+
u && Ze(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 = fr(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,34 +355,34 @@ function ue(e, t, r, n) {
|
|
|
355
355
|
return t;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
359
|
-
let
|
|
358
|
+
function wr(e, t, r, n, i, o) {
|
|
359
|
+
let s = class extends Ht {
|
|
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
387
|
class Tr {
|
|
388
388
|
/**
|
|
@@ -403,7 +403,7 @@ class Tr {
|
|
|
403
403
|
$$set = void 0;
|
|
404
404
|
/** @returns {void} */
|
|
405
405
|
$destroy() {
|
|
406
|
-
xr(this, 1), this.$destroy =
|
|
406
|
+
xr(this, 1), this.$destroy = w;
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
409
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -412,8 +412,8 @@ class Tr {
|
|
|
412
412
|
* @returns {() => void}
|
|
413
413
|
*/
|
|
414
414
|
$on(t, r) {
|
|
415
|
-
if (!
|
|
416
|
-
return
|
|
415
|
+
if (!We(r))
|
|
416
|
+
return w;
|
|
417
417
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
418
418
|
return n.push(r), () => {
|
|
419
419
|
const i = n.indexOf(r);
|
|
@@ -425,18 +425,18 @@ class Tr {
|
|
|
425
425
|
* @returns {void}
|
|
426
426
|
*/
|
|
427
427
|
$set(t) {
|
|
428
|
-
this.$$set && !
|
|
428
|
+
this.$$set && !ir(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 Hr = "4";
|
|
432
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Hr);
|
|
433
|
+
function Pr(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 Ar(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 Or(e, t, r) {
|
|
449
449
|
if (window.emMessageBus) {
|
|
450
450
|
const n = document.createElement("style");
|
|
451
451
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -467,43 +467,24 @@ 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 Ne = function(e, t) {
|
|
471
|
+
return Ne = 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
|
+
}, Ne(e, t);
|
|
477
477
|
};
|
|
478
|
-
function
|
|
478
|
+
function te(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
|
+
Ne(e, t);
|
|
482
482
|
function r() {
|
|
483
483
|
this.constructor = e;
|
|
484
484
|
}
|
|
485
485
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
486
486
|
}
|
|
487
|
-
|
|
488
|
-
return b = Object.assign || function(t) {
|
|
489
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
490
|
-
r = arguments[n];
|
|
491
|
-
for (var o in r)
|
|
492
|
-
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
493
|
-
}
|
|
494
|
-
return t;
|
|
495
|
-
}, b.apply(this, arguments);
|
|
496
|
-
};
|
|
497
|
-
function Or(e, t) {
|
|
498
|
-
var r = {};
|
|
499
|
-
for (var n in e)
|
|
500
|
-
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
501
|
-
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
502
|
-
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
503
|
-
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
504
|
-
return r;
|
|
505
|
-
}
|
|
506
|
-
function Ie(e) {
|
|
487
|
+
function Le(e) {
|
|
507
488
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
508
489
|
if (r)
|
|
509
490
|
return r.call(e);
|
|
@@ -515,42 +496,42 @@ function Ie(e) {
|
|
|
515
496
|
};
|
|
516
497
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
517
498
|
}
|
|
518
|
-
function
|
|
499
|
+
function Ce(e, t) {
|
|
519
500
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
520
501
|
if (!r)
|
|
521
502
|
return e;
|
|
522
|
-
var n = r.call(e), i, o = [],
|
|
503
|
+
var n = r.call(e), i, o = [], s;
|
|
523
504
|
try {
|
|
524
505
|
for (; (t === void 0 || t-- > 0) && !(i = n.next()).done; )
|
|
525
506
|
o.push(i.value);
|
|
526
|
-
} catch (
|
|
527
|
-
|
|
507
|
+
} catch (a) {
|
|
508
|
+
s = { error: a };
|
|
528
509
|
} finally {
|
|
529
510
|
try {
|
|
530
511
|
i && !i.done && (r = n.return) && r.call(n);
|
|
531
512
|
} finally {
|
|
532
|
-
if (
|
|
533
|
-
throw
|
|
513
|
+
if (s)
|
|
514
|
+
throw s.error;
|
|
534
515
|
}
|
|
535
516
|
}
|
|
536
517
|
return o;
|
|
537
518
|
}
|
|
538
|
-
function
|
|
539
|
-
if (
|
|
519
|
+
function Me(e, t, r) {
|
|
520
|
+
if (arguments.length === 2)
|
|
540
521
|
for (var n = 0, i = t.length, o; n < i; n++)
|
|
541
522
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
542
523
|
return e.concat(o || t);
|
|
543
524
|
}
|
|
544
|
-
function
|
|
525
|
+
function A(e) {
|
|
545
526
|
return typeof e == "function";
|
|
546
527
|
}
|
|
547
|
-
function
|
|
528
|
+
function Pt(e) {
|
|
548
529
|
var t = function(n) {
|
|
549
530
|
Error.call(n), n.stack = new Error().stack;
|
|
550
531
|
}, r = e(t);
|
|
551
532
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
552
533
|
}
|
|
553
|
-
var
|
|
534
|
+
var Se = Pt(function(e) {
|
|
554
535
|
return function(r) {
|
|
555
536
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
556
537
|
` + r.map(function(n, i) {
|
|
@@ -559,13 +540,13 @@ var xe = wt(function(e) {
|
|
|
559
540
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
560
541
|
};
|
|
561
542
|
});
|
|
562
|
-
function
|
|
543
|
+
function $e(e, t) {
|
|
563
544
|
if (e) {
|
|
564
545
|
var r = e.indexOf(t);
|
|
565
546
|
0 <= r && e.splice(r, 1);
|
|
566
547
|
}
|
|
567
548
|
}
|
|
568
|
-
var
|
|
549
|
+
var be = function() {
|
|
569
550
|
function e(t) {
|
|
570
551
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
571
552
|
}
|
|
@@ -573,47 +554,47 @@ var de = function() {
|
|
|
573
554
|
var t, r, n, i, o;
|
|
574
555
|
if (!this.closed) {
|
|
575
556
|
this.closed = !0;
|
|
576
|
-
var
|
|
577
|
-
if (
|
|
578
|
-
if (this._parentage = null, Array.isArray(
|
|
557
|
+
var s = this._parentage;
|
|
558
|
+
if (s)
|
|
559
|
+
if (this._parentage = null, Array.isArray(s))
|
|
579
560
|
try {
|
|
580
|
-
for (var
|
|
561
|
+
for (var a = Le(s), u = a.next(); !u.done; u = a.next()) {
|
|
581
562
|
var h = u.value;
|
|
582
563
|
h.remove(this);
|
|
583
564
|
}
|
|
584
|
-
} catch (
|
|
585
|
-
t = { error:
|
|
565
|
+
} catch (b) {
|
|
566
|
+
t = { error: b };
|
|
586
567
|
} finally {
|
|
587
568
|
try {
|
|
588
|
-
u && !u.done && (r =
|
|
569
|
+
u && !u.done && (r = a.return) && r.call(a);
|
|
589
570
|
} finally {
|
|
590
571
|
if (t)
|
|
591
572
|
throw t.error;
|
|
592
573
|
}
|
|
593
574
|
}
|
|
594
575
|
else
|
|
595
|
-
|
|
576
|
+
s.remove(this);
|
|
596
577
|
var l = this.initialTeardown;
|
|
597
|
-
if (
|
|
578
|
+
if (A(l))
|
|
598
579
|
try {
|
|
599
580
|
l();
|
|
600
|
-
} catch (
|
|
601
|
-
o =
|
|
581
|
+
} catch (b) {
|
|
582
|
+
o = b instanceof Se ? b.errors : [b];
|
|
602
583
|
}
|
|
603
584
|
var c = this._finalizers;
|
|
604
585
|
if (c) {
|
|
605
586
|
this._finalizers = null;
|
|
606
587
|
try {
|
|
607
|
-
for (var f =
|
|
608
|
-
var
|
|
588
|
+
for (var f = Le(c), m = f.next(); !m.done; m = f.next()) {
|
|
589
|
+
var g = m.value;
|
|
609
590
|
try {
|
|
610
|
-
|
|
611
|
-
} catch (
|
|
612
|
-
o = o ?? [],
|
|
591
|
+
tt(g);
|
|
592
|
+
} catch (b) {
|
|
593
|
+
o = o ?? [], b instanceof Se ? o = Me(Me([], Ce(o)), Ce(b.errors)) : o.push(b);
|
|
613
594
|
}
|
|
614
595
|
}
|
|
615
|
-
} catch (
|
|
616
|
-
n = { error:
|
|
596
|
+
} catch (b) {
|
|
597
|
+
n = { error: b };
|
|
617
598
|
} finally {
|
|
618
599
|
try {
|
|
619
600
|
m && !m.done && (i = f.return) && i.call(f);
|
|
@@ -624,13 +605,13 @@ var de = function() {
|
|
|
624
605
|
}
|
|
625
606
|
}
|
|
626
607
|
if (o)
|
|
627
|
-
throw new
|
|
608
|
+
throw new Se(o);
|
|
628
609
|
}
|
|
629
610
|
}, e.prototype.add = function(t) {
|
|
630
611
|
var r;
|
|
631
612
|
if (t && t !== this)
|
|
632
613
|
if (this.closed)
|
|
633
|
-
|
|
614
|
+
tt(t);
|
|
634
615
|
else {
|
|
635
616
|
if (t instanceof e) {
|
|
636
617
|
if (t.closed || t._hasParent(this))
|
|
@@ -647,32 +628,28 @@ var de = function() {
|
|
|
647
628
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
648
629
|
}, e.prototype._removeParent = function(t) {
|
|
649
630
|
var r = this._parentage;
|
|
650
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
631
|
+
r === t ? this._parentage = null : Array.isArray(r) && $e(r, t);
|
|
651
632
|
}, e.prototype.remove = function(t) {
|
|
652
633
|
var r = this._finalizers;
|
|
653
|
-
r &&
|
|
634
|
+
r && $e(r, t), t instanceof e && t._removeParent(this);
|
|
654
635
|
}, e.EMPTY = function() {
|
|
655
636
|
var t = new e();
|
|
656
637
|
return t.closed = !0, t;
|
|
657
638
|
}(), e;
|
|
658
|
-
}(),
|
|
659
|
-
function
|
|
660
|
-
return e instanceof
|
|
661
|
-
}
|
|
662
|
-
function
|
|
663
|
-
|
|
664
|
-
}
|
|
665
|
-
var
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
Promise: void 0,
|
|
669
|
-
useDeprecatedSynchronousErrorHandling: !1,
|
|
670
|
-
useDeprecatedNextContext: !1
|
|
671
|
-
}, Ir = {
|
|
639
|
+
}(), At = be.EMPTY;
|
|
640
|
+
function Ot(e) {
|
|
641
|
+
return e instanceof be || e && "closed" in e && A(e.remove) && A(e.add) && A(e.unsubscribe);
|
|
642
|
+
}
|
|
643
|
+
function tt(e) {
|
|
644
|
+
A(e) ? e() : e.unsubscribe();
|
|
645
|
+
}
|
|
646
|
+
var Ir = {
|
|
647
|
+
Promise: void 0
|
|
648
|
+
}, Nr = {
|
|
672
649
|
setTimeout: function(e, t) {
|
|
673
650
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
674
651
|
r[n - 2] = arguments[n];
|
|
675
|
-
return setTimeout.apply(void 0,
|
|
652
|
+
return setTimeout.apply(void 0, Me([e, t], Ce(r)));
|
|
676
653
|
},
|
|
677
654
|
clearTimeout: function(e) {
|
|
678
655
|
return clearTimeout(e);
|
|
@@ -680,23 +657,23 @@ var At = {
|
|
|
680
657
|
delegate: void 0
|
|
681
658
|
};
|
|
682
659
|
function Lr(e) {
|
|
683
|
-
|
|
660
|
+
Nr.setTimeout(function() {
|
|
684
661
|
throw e;
|
|
685
662
|
});
|
|
686
663
|
}
|
|
687
|
-
function
|
|
664
|
+
function rt() {
|
|
688
665
|
}
|
|
689
666
|
function he(e) {
|
|
690
667
|
e();
|
|
691
668
|
}
|
|
692
|
-
var
|
|
693
|
-
|
|
669
|
+
var It = function(e) {
|
|
670
|
+
te(t, e);
|
|
694
671
|
function t(r) {
|
|
695
672
|
var n = e.call(this) || this;
|
|
696
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
673
|
+
return n.isStopped = !1, r ? (n.destination = r, Ot(r) && r.add(n)) : n.destination = $r, n;
|
|
697
674
|
}
|
|
698
675
|
return t.create = function(r, n, i) {
|
|
699
|
-
return new
|
|
676
|
+
return new Re(r, n, i);
|
|
700
677
|
}, t.prototype.next = function(r) {
|
|
701
678
|
this.isStopped || this._next(r);
|
|
702
679
|
}, t.prototype.error = function(r) {
|
|
@@ -720,11 +697,7 @@ var Ot = function(e) {
|
|
|
720
697
|
this.unsubscribe();
|
|
721
698
|
}
|
|
722
699
|
}, t;
|
|
723
|
-
}(
|
|
724
|
-
function _e(e, t) {
|
|
725
|
-
return Nr.call(e, t);
|
|
726
|
-
}
|
|
727
|
-
var Cr = function() {
|
|
700
|
+
}(be), Cr = function() {
|
|
728
701
|
function e(t) {
|
|
729
702
|
this.partialObserver = t;
|
|
730
703
|
}
|
|
@@ -755,30 +728,18 @@ var Cr = function() {
|
|
|
755
728
|
ie(r);
|
|
756
729
|
}
|
|
757
730
|
}, e;
|
|
758
|
-
}(),
|
|
759
|
-
|
|
731
|
+
}(), Re = function(e) {
|
|
732
|
+
te(t, e);
|
|
760
733
|
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;
|
|
734
|
+
var o = e.call(this) || this, s;
|
|
735
|
+
return A(r) || !r ? s = {
|
|
736
|
+
next: r ?? void 0,
|
|
737
|
+
error: n ?? void 0,
|
|
738
|
+
complete: i ?? void 0
|
|
739
|
+
} : s = r, o.destination = new Cr(s), o;
|
|
779
740
|
}
|
|
780
741
|
return t;
|
|
781
|
-
}(
|
|
742
|
+
}(It);
|
|
782
743
|
function ie(e) {
|
|
783
744
|
Lr(e);
|
|
784
745
|
}
|
|
@@ -787,9 +748,9 @@ function Mr(e) {
|
|
|
787
748
|
}
|
|
788
749
|
var $r = {
|
|
789
750
|
closed: !0,
|
|
790
|
-
next:
|
|
751
|
+
next: rt,
|
|
791
752
|
error: Mr,
|
|
792
|
-
complete:
|
|
753
|
+
complete: rt
|
|
793
754
|
}, Rr = function() {
|
|
794
755
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
795
756
|
}();
|
|
@@ -803,7 +764,7 @@ function Dr(e) {
|
|
|
803
764
|
}, r);
|
|
804
765
|
};
|
|
805
766
|
}
|
|
806
|
-
var
|
|
767
|
+
var nt = function() {
|
|
807
768
|
function e(t) {
|
|
808
769
|
t && (this._subscribe = t);
|
|
809
770
|
}
|
|
@@ -811,10 +772,10 @@ var tt = function() {
|
|
|
811
772
|
var r = new e();
|
|
812
773
|
return r.source = this, r.operator = t, r;
|
|
813
774
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
814
|
-
var i = this, o =
|
|
775
|
+
var i = this, o = Fr(t) ? t : new Re(t, r, n);
|
|
815
776
|
return he(function() {
|
|
816
|
-
var
|
|
817
|
-
o.add(
|
|
777
|
+
var s = i, a = s.operator, u = s.source;
|
|
778
|
+
o.add(a ? a.call(o, u) : u ? i._subscribe(o) : i._trySubscribe(o));
|
|
818
779
|
}), o;
|
|
819
780
|
}, e.prototype._trySubscribe = function(t) {
|
|
820
781
|
try {
|
|
@@ -824,19 +785,19 @@ var tt = function() {
|
|
|
824
785
|
}
|
|
825
786
|
}, e.prototype.forEach = function(t, r) {
|
|
826
787
|
var n = this;
|
|
827
|
-
return r =
|
|
828
|
-
var
|
|
829
|
-
next: function(
|
|
788
|
+
return r = it(r), new r(function(i, o) {
|
|
789
|
+
var s = new Re({
|
|
790
|
+
next: function(a) {
|
|
830
791
|
try {
|
|
831
|
-
t(
|
|
792
|
+
t(a);
|
|
832
793
|
} catch (u) {
|
|
833
|
-
o(u),
|
|
794
|
+
o(u), s.unsubscribe();
|
|
834
795
|
}
|
|
835
796
|
},
|
|
836
797
|
error: o,
|
|
837
798
|
complete: i
|
|
838
799
|
});
|
|
839
|
-
n.subscribe(
|
|
800
|
+
n.subscribe(s);
|
|
840
801
|
});
|
|
841
802
|
}, e.prototype._subscribe = function(t) {
|
|
842
803
|
var r;
|
|
@@ -849,12 +810,12 @@ var tt = function() {
|
|
|
849
810
|
return Dr(t)(this);
|
|
850
811
|
}, e.prototype.toPromise = function(t) {
|
|
851
812
|
var r = this;
|
|
852
|
-
return t =
|
|
813
|
+
return t = it(t), new t(function(n, i) {
|
|
853
814
|
var o;
|
|
854
|
-
r.subscribe(function(
|
|
855
|
-
return o =
|
|
856
|
-
}, function(
|
|
857
|
-
return i(
|
|
815
|
+
r.subscribe(function(s) {
|
|
816
|
+
return o = s;
|
|
817
|
+
}, function(s) {
|
|
818
|
+
return i(s);
|
|
858
819
|
}, function() {
|
|
859
820
|
return n(o);
|
|
860
821
|
});
|
|
@@ -863,28 +824,28 @@ var tt = function() {
|
|
|
863
824
|
return new e(t);
|
|
864
825
|
}, e;
|
|
865
826
|
}();
|
|
866
|
-
function
|
|
827
|
+
function it(e) {
|
|
867
828
|
var t;
|
|
868
|
-
return (t = e ??
|
|
869
|
-
}
|
|
870
|
-
function Fr(e) {
|
|
871
|
-
return e && P(e.next) && P(e.error) && P(e.complete);
|
|
829
|
+
return (t = e ?? Ir.Promise) !== null && t !== void 0 ? t : Promise;
|
|
872
830
|
}
|
|
873
831
|
function Gr(e) {
|
|
874
|
-
return e && e
|
|
832
|
+
return e && A(e.next) && A(e.error) && A(e.complete);
|
|
875
833
|
}
|
|
876
|
-
|
|
834
|
+
function Fr(e) {
|
|
835
|
+
return e && e instanceof It || Gr(e) && Ot(e);
|
|
836
|
+
}
|
|
837
|
+
var jr = Pt(function(e) {
|
|
877
838
|
return function() {
|
|
878
839
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
879
840
|
};
|
|
880
|
-
}),
|
|
881
|
-
|
|
841
|
+
}), Nt = function(e) {
|
|
842
|
+
te(t, e);
|
|
882
843
|
function t() {
|
|
883
844
|
var r = e.call(this) || this;
|
|
884
845
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
885
846
|
}
|
|
886
847
|
return t.prototype.lift = function(r) {
|
|
887
|
-
var n = new
|
|
848
|
+
var n = new ot(this, this);
|
|
888
849
|
return n.operator = r, n;
|
|
889
850
|
}, t.prototype._throwIfClosed = function() {
|
|
890
851
|
if (this.closed)
|
|
@@ -896,15 +857,15 @@ var jr = wt(function(e) {
|
|
|
896
857
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
897
858
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
898
859
|
try {
|
|
899
|
-
for (var
|
|
900
|
-
var u =
|
|
860
|
+
for (var s = Le(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
861
|
+
var u = a.value;
|
|
901
862
|
u.next(r);
|
|
902
863
|
}
|
|
903
864
|
} catch (h) {
|
|
904
865
|
i = { error: h };
|
|
905
866
|
} finally {
|
|
906
867
|
try {
|
|
907
|
-
|
|
868
|
+
a && !a.done && (o = s.return) && o.call(s);
|
|
908
869
|
} finally {
|
|
909
870
|
if (i)
|
|
910
871
|
throw i.error;
|
|
@@ -944,21 +905,21 @@ var jr = wt(function(e) {
|
|
|
944
905
|
}, t.prototype._subscribe = function(r) {
|
|
945
906
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
946
907
|
}, t.prototype._innerSubscribe = function(r) {
|
|
947
|
-
var n = this, i = this, o = i.hasError,
|
|
948
|
-
return o ||
|
|
949
|
-
n.currentObservers = null,
|
|
908
|
+
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
909
|
+
return o || s ? At : (this.currentObservers = null, a.push(r), new be(function() {
|
|
910
|
+
n.currentObservers = null, $e(a, r);
|
|
950
911
|
}));
|
|
951
912
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
952
|
-
var n = this, i = n.hasError, o = n.thrownError,
|
|
953
|
-
i ? r.error(o) :
|
|
913
|
+
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
914
|
+
i ? r.error(o) : s && r.complete();
|
|
954
915
|
}, t.prototype.asObservable = function() {
|
|
955
|
-
var r = new
|
|
916
|
+
var r = new nt();
|
|
956
917
|
return r.source = this, r;
|
|
957
918
|
}, t.create = function(r, n) {
|
|
958
|
-
return new
|
|
919
|
+
return new ot(r, n);
|
|
959
920
|
}, t;
|
|
960
|
-
}(
|
|
961
|
-
|
|
921
|
+
}(nt), ot = function(e) {
|
|
922
|
+
te(t, e);
|
|
962
923
|
function t(r, n) {
|
|
963
924
|
var i = e.call(this) || this;
|
|
964
925
|
return i.destination = r, i.source = n, i;
|
|
@@ -974,54 +935,54 @@ var jr = wt(function(e) {
|
|
|
974
935
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
975
936
|
}, t.prototype._subscribe = function(r) {
|
|
976
937
|
var n, i;
|
|
977
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
938
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : At;
|
|
978
939
|
}, t;
|
|
979
|
-
}(
|
|
940
|
+
}(Nt), Lt = {
|
|
980
941
|
now: function() {
|
|
981
942
|
return (Lt.delegate || Date).now();
|
|
982
943
|
},
|
|
983
944
|
delegate: void 0
|
|
984
945
|
}, kr = function(e) {
|
|
985
|
-
|
|
946
|
+
te(t, e);
|
|
986
947
|
function t(r, n, i) {
|
|
987
948
|
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Lt);
|
|
988
949
|
var o = e.call(this) || this;
|
|
989
950
|
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
951
|
}
|
|
991
952
|
return t.prototype.next = function(r) {
|
|
992
|
-
var n = this, i = n.isStopped, o = n._buffer,
|
|
993
|
-
i || (o.push(r), !
|
|
953
|
+
var n = this, i = n.isStopped, o = n._buffer, s = n._infiniteTimeWindow, a = n._timestampProvider, u = n._windowTime;
|
|
954
|
+
i || (o.push(r), !s && o.push(a.now() + u)), this._trimBuffer(), e.prototype.next.call(this, r);
|
|
994
955
|
}, t.prototype._subscribe = function(r) {
|
|
995
956
|
this._throwIfClosed(), this._trimBuffer();
|
|
996
|
-
for (var n = this._innerSubscribe(r), i = this, o = i._infiniteTimeWindow,
|
|
997
|
-
r.next(
|
|
957
|
+
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)
|
|
958
|
+
r.next(a[u]);
|
|
998
959
|
return this._checkFinalizedStatuses(r), n;
|
|
999
960
|
}, t.prototype._trimBuffer = function() {
|
|
1000
|
-
var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer,
|
|
1001
|
-
if (n < 1 / 0 &&
|
|
961
|
+
var r = this, n = r._bufferSize, i = r._timestampProvider, o = r._buffer, s = r._infiniteTimeWindow, a = (s ? 1 : 2) * n;
|
|
962
|
+
if (n < 1 / 0 && a < o.length && o.splice(0, o.length - a), !s) {
|
|
1002
963
|
for (var u = i.now(), h = 0, l = 1; l < o.length && o[l] <= u; l += 2)
|
|
1003
964
|
h = l;
|
|
1004
965
|
h && o.splice(0, h + 1);
|
|
1005
966
|
}
|
|
1006
967
|
}, t;
|
|
1007
|
-
}(
|
|
1008
|
-
const
|
|
1009
|
-
if (
|
|
968
|
+
}(Nt);
|
|
969
|
+
const st = [], at = {}, Vr = (e, t = 0) => {
|
|
970
|
+
if (st.indexOf(e) == -1) {
|
|
1010
971
|
const r = new kr(t);
|
|
1011
|
-
|
|
972
|
+
at[e] = r, st.push(e);
|
|
1012
973
|
}
|
|
1013
|
-
return
|
|
974
|
+
return at[e];
|
|
1014
975
|
}, U = [];
|
|
1015
|
-
function
|
|
976
|
+
function Xr(e, t) {
|
|
1016
977
|
return {
|
|
1017
|
-
subscribe:
|
|
978
|
+
subscribe: ge(e, t).subscribe
|
|
1018
979
|
};
|
|
1019
980
|
}
|
|
1020
|
-
function
|
|
981
|
+
function ge(e, t = w) {
|
|
1021
982
|
let r;
|
|
1022
983
|
const n = /* @__PURE__ */ new Set();
|
|
1023
|
-
function i(
|
|
1024
|
-
if (
|
|
984
|
+
function i(a) {
|
|
985
|
+
if (Bt(e, a) && (e = a, r)) {
|
|
1025
986
|
const u = !U.length;
|
|
1026
987
|
for (const h of n)
|
|
1027
988
|
h[1](), U.push(h, e);
|
|
@@ -1032,49 +993,49 @@ function be(e, t = T) {
|
|
|
1032
993
|
}
|
|
1033
994
|
}
|
|
1034
995
|
}
|
|
1035
|
-
function o(
|
|
1036
|
-
i(
|
|
996
|
+
function o(a) {
|
|
997
|
+
i(a(e));
|
|
1037
998
|
}
|
|
1038
|
-
function a
|
|
1039
|
-
const h = [
|
|
1040
|
-
return n.add(h), n.size === 1 && (r = t(i, o) ||
|
|
999
|
+
function s(a, u = w) {
|
|
1000
|
+
const h = [a, u];
|
|
1001
|
+
return n.add(h), n.size === 1 && (r = t(i, o) || w), a(e), () => {
|
|
1041
1002
|
n.delete(h), n.size === 0 && r && (r(), r = null);
|
|
1042
1003
|
};
|
|
1043
1004
|
}
|
|
1044
|
-
return { set: i, update: o, subscribe:
|
|
1005
|
+
return { set: i, update: o, subscribe: s };
|
|
1045
1006
|
}
|
|
1046
1007
|
function X(e, t, r) {
|
|
1047
1008
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
1048
1009
|
if (!i.every(Boolean))
|
|
1049
1010
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1050
1011
|
const o = t.length < 2;
|
|
1051
|
-
return
|
|
1012
|
+
return Xr(r, (s, a) => {
|
|
1052
1013
|
let u = !1;
|
|
1053
1014
|
const h = [];
|
|
1054
|
-
let l = 0, c =
|
|
1015
|
+
let l = 0, c = w;
|
|
1055
1016
|
const f = () => {
|
|
1056
1017
|
if (l)
|
|
1057
1018
|
return;
|
|
1058
1019
|
c();
|
|
1059
|
-
const
|
|
1060
|
-
o ?
|
|
1020
|
+
const g = t(n ? h[0] : h, s, a);
|
|
1021
|
+
o ? s(g) : c = We(g) ? g : w;
|
|
1061
1022
|
}, m = i.map(
|
|
1062
|
-
(
|
|
1063
|
-
|
|
1023
|
+
(g, b) => wt(
|
|
1024
|
+
g,
|
|
1064
1025
|
(B) => {
|
|
1065
|
-
h[
|
|
1026
|
+
h[b] = B, l &= ~(1 << b), u && f();
|
|
1066
1027
|
},
|
|
1067
1028
|
() => {
|
|
1068
|
-
l |= 1 <<
|
|
1029
|
+
l |= 1 << b;
|
|
1069
1030
|
}
|
|
1070
1031
|
)
|
|
1071
1032
|
);
|
|
1072
1033
|
return u = !0, f(), function() {
|
|
1073
|
-
|
|
1034
|
+
ee(m), c(), u = !1;
|
|
1074
1035
|
};
|
|
1075
1036
|
});
|
|
1076
1037
|
}
|
|
1077
|
-
function
|
|
1038
|
+
function zr(e) {
|
|
1078
1039
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1079
1040
|
}
|
|
1080
1041
|
var Wr = function(t) {
|
|
@@ -1094,29 +1055,29 @@ function qr(e) {
|
|
|
1094
1055
|
function Kr(e) {
|
|
1095
1056
|
return Array.isArray(e) ? [] : {};
|
|
1096
1057
|
}
|
|
1097
|
-
function
|
|
1098
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
1058
|
+
function q(e, t) {
|
|
1059
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? F(Kr(e), e, t) : e;
|
|
1099
1060
|
}
|
|
1100
1061
|
function en(e, t, r) {
|
|
1101
1062
|
return e.concat(t).map(function(n) {
|
|
1102
|
-
return
|
|
1063
|
+
return q(n, r);
|
|
1103
1064
|
});
|
|
1104
1065
|
}
|
|
1105
1066
|
function tn(e, t) {
|
|
1106
1067
|
if (!t.customMerge)
|
|
1107
|
-
return
|
|
1068
|
+
return F;
|
|
1108
1069
|
var r = t.customMerge(e);
|
|
1109
|
-
return typeof r == "function" ? r :
|
|
1070
|
+
return typeof r == "function" ? r : F;
|
|
1110
1071
|
}
|
|
1111
1072
|
function rn(e) {
|
|
1112
1073
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1113
1074
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1114
1075
|
}) : [];
|
|
1115
1076
|
}
|
|
1116
|
-
function
|
|
1077
|
+
function ut(e) {
|
|
1117
1078
|
return Object.keys(e).concat(rn(e));
|
|
1118
1079
|
}
|
|
1119
|
-
function
|
|
1080
|
+
function Ct(e, t) {
|
|
1120
1081
|
try {
|
|
1121
1082
|
return t in e;
|
|
1122
1083
|
} catch {
|
|
@@ -1124,129 +1085,179 @@ function Nt(e, t) {
|
|
|
1124
1085
|
}
|
|
1125
1086
|
}
|
|
1126
1087
|
function nn(e, t) {
|
|
1127
|
-
return
|
|
1088
|
+
return Ct(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1128
1089
|
}
|
|
1129
1090
|
function on(e, t, r) {
|
|
1130
1091
|
var n = {};
|
|
1131
|
-
return r.isMergeableObject(e) &&
|
|
1132
|
-
n[i] =
|
|
1133
|
-
}),
|
|
1134
|
-
nn(e, i) || (
|
|
1092
|
+
return r.isMergeableObject(e) && ut(e).forEach(function(i) {
|
|
1093
|
+
n[i] = q(e[i], r);
|
|
1094
|
+
}), ut(t).forEach(function(i) {
|
|
1095
|
+
nn(e, i) || (Ct(e, i) && r.isMergeableObject(t[i]) ? n[i] = tn(i, r)(e[i], t[i], r) : n[i] = q(t[i], r));
|
|
1135
1096
|
}), n;
|
|
1136
1097
|
}
|
|
1137
|
-
function
|
|
1138
|
-
r = r || {}, r.arrayMerge = r.arrayMerge || en, r.isMergeableObject = r.isMergeableObject || Wr, r.cloneUnlessOtherwiseSpecified =
|
|
1098
|
+
function F(e, t, r) {
|
|
1099
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || en, r.isMergeableObject = r.isMergeableObject || Wr, r.cloneUnlessOtherwiseSpecified = q;
|
|
1139
1100
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1140
|
-
return o ? n ? r.arrayMerge(e, t, r) : on(e, t, r) :
|
|
1101
|
+
return o ? n ? r.arrayMerge(e, t, r) : on(e, t, r) : q(t, r);
|
|
1141
1102
|
}
|
|
1142
|
-
|
|
1103
|
+
F.all = function(t, r) {
|
|
1143
1104
|
if (!Array.isArray(t))
|
|
1144
1105
|
throw new Error("first argument should be an array");
|
|
1145
1106
|
return t.reduce(function(n, i) {
|
|
1146
|
-
return
|
|
1107
|
+
return F(n, i, r);
|
|
1147
1108
|
}, {});
|
|
1148
1109
|
};
|
|
1149
|
-
var sn =
|
|
1150
|
-
const un = /* @__PURE__ */
|
|
1151
|
-
function
|
|
1152
|
-
|
|
1110
|
+
var sn = F, an = sn;
|
|
1111
|
+
const un = /* @__PURE__ */ zr(an);
|
|
1112
|
+
var Ue = function(e, t) {
|
|
1113
|
+
return Ue = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
1114
|
+
r.__proto__ = n;
|
|
1115
|
+
} || function(r, n) {
|
|
1116
|
+
for (var i in n)
|
|
1117
|
+
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
1118
|
+
}, Ue(e, t);
|
|
1119
|
+
};
|
|
1120
|
+
function ye(e, t) {
|
|
1121
|
+
if (typeof t != "function" && t !== null)
|
|
1122
|
+
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
1123
|
+
Ue(e, t);
|
|
1124
|
+
function r() {
|
|
1125
|
+
this.constructor = e;
|
|
1126
|
+
}
|
|
1127
|
+
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
1128
|
+
}
|
|
1129
|
+
var H = function() {
|
|
1130
|
+
return H = Object.assign || function(t) {
|
|
1131
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1132
|
+
r = arguments[n];
|
|
1133
|
+
for (var o in r)
|
|
1134
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1135
|
+
}
|
|
1136
|
+
return t;
|
|
1137
|
+
}, H.apply(this, arguments);
|
|
1138
|
+
};
|
|
1139
|
+
function hn(e, t) {
|
|
1140
|
+
var r = {};
|
|
1141
|
+
for (var n in e)
|
|
1142
|
+
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
1143
|
+
if (e != null && typeof Object.getOwnPropertySymbols == "function")
|
|
1144
|
+
for (var i = 0, n = Object.getOwnPropertySymbols(e); i < n.length; i++)
|
|
1145
|
+
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
1146
|
+
return r;
|
|
1147
|
+
}
|
|
1148
|
+
function Be(e, t, r) {
|
|
1149
|
+
if (r || arguments.length === 2)
|
|
1150
|
+
for (var n = 0, i = t.length, o; n < i; n++)
|
|
1151
|
+
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
1152
|
+
return e.concat(o || Array.prototype.slice.call(t));
|
|
1153
|
+
}
|
|
1154
|
+
function we(e, t) {
|
|
1155
|
+
var r = t && t.cache ? t.cache : bn, n = t && t.serializer ? t.serializer : mn, i = t && t.strategy ? t.strategy : fn;
|
|
1153
1156
|
return i(e, {
|
|
1154
1157
|
cache: r,
|
|
1155
1158
|
serializer: n
|
|
1156
1159
|
});
|
|
1157
1160
|
}
|
|
1158
|
-
function
|
|
1161
|
+
function ln(e) {
|
|
1159
1162
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1160
1163
|
}
|
|
1161
|
-
function
|
|
1162
|
-
var i =
|
|
1164
|
+
function cn(e, t, r, n) {
|
|
1165
|
+
var i = ln(n) ? n : r(n), o = t.get(i);
|
|
1163
1166
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1164
1167
|
}
|
|
1165
1168
|
function Mt(e, t, r) {
|
|
1166
1169
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1167
1170
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1168
1171
|
}
|
|
1169
|
-
function
|
|
1172
|
+
function $t(e, t, r, n, i) {
|
|
1170
1173
|
return r.bind(t, e, n, i);
|
|
1171
1174
|
}
|
|
1172
|
-
function ln(e, t) {
|
|
1173
|
-
var r = e.length === 1 ? Ct : Mt;
|
|
1174
|
-
return ze(e, this, r, t.cache.create(), t.serializer);
|
|
1175
|
-
}
|
|
1176
|
-
function cn(e, t) {
|
|
1177
|
-
return ze(e, this, Mt, t.cache.create(), t.serializer);
|
|
1178
|
-
}
|
|
1179
1175
|
function fn(e, t) {
|
|
1180
|
-
|
|
1176
|
+
var r = e.length === 1 ? cn : Mt;
|
|
1177
|
+
return $t(e, this, r, t.cache.create(), t.serializer);
|
|
1181
1178
|
}
|
|
1182
|
-
|
|
1183
|
-
return
|
|
1184
|
-
};
|
|
1185
|
-
function Xe() {
|
|
1186
|
-
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1179
|
+
function pn(e, t) {
|
|
1180
|
+
return $t(e, this, Mt, t.cache.create(), t.serializer);
|
|
1187
1181
|
}
|
|
1188
|
-
|
|
1189
|
-
return
|
|
1190
|
-
}
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1194
|
-
|
|
1182
|
+
var mn = function() {
|
|
1183
|
+
return JSON.stringify(arguments);
|
|
1184
|
+
}, dn = (
|
|
1185
|
+
/** @class */
|
|
1186
|
+
function() {
|
|
1187
|
+
function e() {
|
|
1188
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1189
|
+
}
|
|
1190
|
+
return e.prototype.get = function(t) {
|
|
1191
|
+
return this.cache[t];
|
|
1192
|
+
}, e.prototype.set = function(t, r) {
|
|
1193
|
+
this.cache[t] = r;
|
|
1194
|
+
}, e;
|
|
1195
|
+
}()
|
|
1196
|
+
), bn = {
|
|
1195
1197
|
create: function() {
|
|
1196
|
-
return new
|
|
1198
|
+
return new dn();
|
|
1197
1199
|
}
|
|
1198
|
-
},
|
|
1199
|
-
variadic:
|
|
1200
|
-
|
|
1201
|
-
|
|
1200
|
+
}, Te = {
|
|
1201
|
+
variadic: pn
|
|
1202
|
+
}, pe = function() {
|
|
1203
|
+
return pe = Object.assign || function(t) {
|
|
1204
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1205
|
+
r = arguments[n];
|
|
1206
|
+
for (var o in r)
|
|
1207
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1208
|
+
}
|
|
1209
|
+
return t;
|
|
1210
|
+
}, pe.apply(this, arguments);
|
|
1211
|
+
};
|
|
1212
|
+
var p;
|
|
1202
1213
|
(function(e) {
|
|
1203
1214
|
e[e.EXPECT_ARGUMENT_CLOSING_BRACE = 1] = "EXPECT_ARGUMENT_CLOSING_BRACE", e[e.EMPTY_ARGUMENT = 2] = "EMPTY_ARGUMENT", e[e.MALFORMED_ARGUMENT = 3] = "MALFORMED_ARGUMENT", e[e.EXPECT_ARGUMENT_TYPE = 4] = "EXPECT_ARGUMENT_TYPE", e[e.INVALID_ARGUMENT_TYPE = 5] = "INVALID_ARGUMENT_TYPE", e[e.EXPECT_ARGUMENT_STYLE = 6] = "EXPECT_ARGUMENT_STYLE", e[e.INVALID_NUMBER_SKELETON = 7] = "INVALID_NUMBER_SKELETON", e[e.INVALID_DATE_TIME_SKELETON = 8] = "INVALID_DATE_TIME_SKELETON", e[e.EXPECT_NUMBER_SKELETON = 9] = "EXPECT_NUMBER_SKELETON", e[e.EXPECT_DATE_TIME_SKELETON = 10] = "EXPECT_DATE_TIME_SKELETON", e[e.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE = 11] = "UNCLOSED_QUOTE_IN_ARGUMENT_STYLE", e[e.EXPECT_SELECT_ARGUMENT_OPTIONS = 12] = "EXPECT_SELECT_ARGUMENT_OPTIONS", e[e.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE = 13] = "EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE = 14] = "INVALID_PLURAL_ARGUMENT_OFFSET_VALUE", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR = 15] = "EXPECT_SELECT_ARGUMENT_SELECTOR", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR = 16] = "EXPECT_PLURAL_ARGUMENT_SELECTOR", e[e.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT = 17] = "EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT", e[e.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT = 18] = "EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT", e[e.INVALID_PLURAL_ARGUMENT_SELECTOR = 19] = "INVALID_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_PLURAL_ARGUMENT_SELECTOR = 20] = "DUPLICATE_PLURAL_ARGUMENT_SELECTOR", e[e.DUPLICATE_SELECT_ARGUMENT_SELECTOR = 21] = "DUPLICATE_SELECT_ARGUMENT_SELECTOR", e[e.MISSING_OTHER_CLAUSE = 22] = "MISSING_OTHER_CLAUSE", e[e.INVALID_TAG = 23] = "INVALID_TAG", e[e.INVALID_TAG_NAME = 25] = "INVALID_TAG_NAME", e[e.UNMATCHED_CLOSING_TAG = 26] = "UNMATCHED_CLOSING_TAG", e[e.UNCLOSED_TAG = 27] = "UNCLOSED_TAG";
|
|
1204
1215
|
})(p || (p = {}));
|
|
1205
|
-
var
|
|
1216
|
+
var v;
|
|
1206
1217
|
(function(e) {
|
|
1207
1218
|
e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
|
|
1208
|
-
})(
|
|
1209
|
-
var
|
|
1219
|
+
})(v || (v = {}));
|
|
1220
|
+
var j;
|
|
1210
1221
|
(function(e) {
|
|
1211
1222
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1212
|
-
})(
|
|
1213
|
-
function
|
|
1214
|
-
return e.type ===
|
|
1215
|
-
}
|
|
1216
|
-
function dn(e) {
|
|
1217
|
-
return e.type === E.argument;
|
|
1223
|
+
})(j || (j = {}));
|
|
1224
|
+
function ht(e) {
|
|
1225
|
+
return e.type === v.literal;
|
|
1218
1226
|
}
|
|
1219
|
-
function
|
|
1220
|
-
return e.type ===
|
|
1227
|
+
function gn(e) {
|
|
1228
|
+
return e.type === v.argument;
|
|
1221
1229
|
}
|
|
1222
1230
|
function Rt(e) {
|
|
1223
|
-
return e.type ===
|
|
1231
|
+
return e.type === v.number;
|
|
1224
1232
|
}
|
|
1225
1233
|
function Ut(e) {
|
|
1226
|
-
return e.type ===
|
|
1234
|
+
return e.type === v.date;
|
|
1227
1235
|
}
|
|
1228
1236
|
function Dt(e) {
|
|
1229
|
-
return e.type ===
|
|
1237
|
+
return e.type === v.time;
|
|
1230
1238
|
}
|
|
1231
|
-
function
|
|
1232
|
-
return e.type ===
|
|
1239
|
+
function Gt(e) {
|
|
1240
|
+
return e.type === v.select;
|
|
1233
1241
|
}
|
|
1234
|
-
function
|
|
1235
|
-
return e.type ===
|
|
1242
|
+
function Ft(e) {
|
|
1243
|
+
return e.type === v.plural;
|
|
1236
1244
|
}
|
|
1237
|
-
function
|
|
1238
|
-
return e.type ===
|
|
1245
|
+
function yn(e) {
|
|
1246
|
+
return e.type === v.pound;
|
|
1239
1247
|
}
|
|
1240
1248
|
function jt(e) {
|
|
1241
|
-
return
|
|
1249
|
+
return e.type === v.tag;
|
|
1242
1250
|
}
|
|
1243
|
-
function
|
|
1244
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
1251
|
+
function kt(e) {
|
|
1252
|
+
return !!(e && typeof e == "object" && e.type === j.number);
|
|
1245
1253
|
}
|
|
1246
|
-
|
|
1247
|
-
|
|
1254
|
+
function De(e) {
|
|
1255
|
+
return !!(e && typeof e == "object" && e.type === j.dateTime);
|
|
1256
|
+
}
|
|
1257
|
+
var Vt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, vn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
1258
|
+
function En(e) {
|
|
1248
1259
|
var t = {};
|
|
1249
|
-
return e.replace(
|
|
1260
|
+
return e.replace(vn, function(r) {
|
|
1250
1261
|
var n = r.length;
|
|
1251
1262
|
switch (r[0]) {
|
|
1252
1263
|
case "G":
|
|
@@ -1335,36 +1346,46 @@ function yn(e) {
|
|
|
1335
1346
|
return "";
|
|
1336
1347
|
}), t;
|
|
1337
1348
|
}
|
|
1338
|
-
var
|
|
1339
|
-
function
|
|
1349
|
+
var E = function() {
|
|
1350
|
+
return E = Object.assign || function(t) {
|
|
1351
|
+
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1352
|
+
r = arguments[n];
|
|
1353
|
+
for (var o in r)
|
|
1354
|
+
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1355
|
+
}
|
|
1356
|
+
return t;
|
|
1357
|
+
}, E.apply(this, arguments);
|
|
1358
|
+
};
|
|
1359
|
+
var _n = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1360
|
+
function xn(e) {
|
|
1340
1361
|
if (e.length === 0)
|
|
1341
1362
|
throw new Error("Number skeleton cannot be empty");
|
|
1342
|
-
for (var t = e.split(
|
|
1363
|
+
for (var t = e.split(_n).filter(function(f) {
|
|
1343
1364
|
return f.length > 0;
|
|
1344
1365
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1345
|
-
var o = i[n],
|
|
1346
|
-
if (
|
|
1366
|
+
var o = i[n], s = o.split("/");
|
|
1367
|
+
if (s.length === 0)
|
|
1347
1368
|
throw new Error("Invalid number skeleton");
|
|
1348
|
-
for (var
|
|
1369
|
+
for (var a = s[0], u = s.slice(1), h = 0, l = u; h < l.length; h++) {
|
|
1349
1370
|
var c = l[h];
|
|
1350
1371
|
if (c.length === 0)
|
|
1351
1372
|
throw new Error("Invalid number skeleton");
|
|
1352
1373
|
}
|
|
1353
|
-
r.push({ stem:
|
|
1374
|
+
r.push({ stem: a, options: u });
|
|
1354
1375
|
}
|
|
1355
1376
|
return r;
|
|
1356
1377
|
}
|
|
1357
|
-
function
|
|
1378
|
+
function Sn(e) {
|
|
1358
1379
|
return e.replace(/^(.*?)-/, "");
|
|
1359
1380
|
}
|
|
1360
|
-
var
|
|
1361
|
-
function
|
|
1381
|
+
var lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Xt = /^(@+)?(\+|#+)?[rs]?$/g, Bn = /(\*)(0+)|(#+)(0+)|(0+)/g, zt = /^(0+)$/;
|
|
1382
|
+
function ct(e) {
|
|
1362
1383
|
var t = {};
|
|
1363
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1384
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Xt, function(r, n, i) {
|
|
1364
1385
|
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
1386
|
}), t;
|
|
1366
1387
|
}
|
|
1367
|
-
function
|
|
1388
|
+
function Wt(e) {
|
|
1368
1389
|
switch (e) {
|
|
1369
1390
|
case "sign-auto":
|
|
1370
1391
|
return {
|
|
@@ -1404,7 +1425,7 @@ function Xt(e) {
|
|
|
1404
1425
|
};
|
|
1405
1426
|
}
|
|
1406
1427
|
}
|
|
1407
|
-
function
|
|
1428
|
+
function wn(e) {
|
|
1408
1429
|
var t;
|
|
1409
1430
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1410
1431
|
notation: "engineering"
|
|
@@ -1418,11 +1439,11 @@ function Sn(e) {
|
|
|
1418
1439
|
}
|
|
1419
1440
|
return t;
|
|
1420
1441
|
}
|
|
1421
|
-
function
|
|
1422
|
-
var t = {}, r =
|
|
1442
|
+
function ft(e) {
|
|
1443
|
+
var t = {}, r = Wt(e);
|
|
1423
1444
|
return r || t;
|
|
1424
1445
|
}
|
|
1425
|
-
function
|
|
1446
|
+
function Tn(e) {
|
|
1426
1447
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1427
1448
|
var i = n[r];
|
|
1428
1449
|
switch (i.stem) {
|
|
@@ -1446,7 +1467,7 @@ function Bn(e) {
|
|
|
1446
1467
|
continue;
|
|
1447
1468
|
case "measure-unit":
|
|
1448
1469
|
case "unit":
|
|
1449
|
-
t.style = "unit", t.unit =
|
|
1470
|
+
t.style = "unit", t.unit = Sn(i.options[0]);
|
|
1450
1471
|
continue;
|
|
1451
1472
|
case "compact-short":
|
|
1452
1473
|
case "K":
|
|
@@ -1457,13 +1478,13 @@ function Bn(e) {
|
|
|
1457
1478
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1458
1479
|
continue;
|
|
1459
1480
|
case "scientific":
|
|
1460
|
-
t =
|
|
1461
|
-
return
|
|
1481
|
+
t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(u, h) {
|
|
1482
|
+
return E(E({}, u), ft(h));
|
|
1462
1483
|
}, {}));
|
|
1463
1484
|
continue;
|
|
1464
1485
|
case "engineering":
|
|
1465
|
-
t =
|
|
1466
|
-
return
|
|
1486
|
+
t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(u, h) {
|
|
1487
|
+
return E(E({}, u), ft(h));
|
|
1467
1488
|
}, {}));
|
|
1468
1489
|
continue;
|
|
1469
1490
|
case "notation-simple":
|
|
@@ -1508,7 +1529,7 @@ function Bn(e) {
|
|
|
1508
1529
|
case "integer-width":
|
|
1509
1530
|
if (i.options.length > 1)
|
|
1510
1531
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1511
|
-
i.options[0].replace(
|
|
1532
|
+
i.options[0].replace(Bn, function(u, h, l, c, f, m) {
|
|
1512
1533
|
if (h)
|
|
1513
1534
|
t.minimumIntegerDigits = l.length;
|
|
1514
1535
|
else {
|
|
@@ -1525,24 +1546,24 @@ function Bn(e) {
|
|
|
1525
1546
|
t.minimumIntegerDigits = i.stem.length;
|
|
1526
1547
|
continue;
|
|
1527
1548
|
}
|
|
1528
|
-
if (
|
|
1549
|
+
if (lt.test(i.stem)) {
|
|
1529
1550
|
if (i.options.length > 1)
|
|
1530
1551
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1531
|
-
i.stem.replace(
|
|
1552
|
+
i.stem.replace(lt, function(u, h, l, c, f, m) {
|
|
1532
1553
|
return l === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length), "";
|
|
1533
1554
|
});
|
|
1534
1555
|
var o = i.options[0];
|
|
1535
|
-
o === "w" ? t =
|
|
1556
|
+
o === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = E(E({}, t), ct(o)));
|
|
1536
1557
|
continue;
|
|
1537
1558
|
}
|
|
1538
|
-
if (
|
|
1539
|
-
t =
|
|
1559
|
+
if (Xt.test(i.stem)) {
|
|
1560
|
+
t = E(E({}, t), ct(i.stem));
|
|
1540
1561
|
continue;
|
|
1541
1562
|
}
|
|
1542
|
-
var
|
|
1543
|
-
|
|
1544
|
-
var
|
|
1545
|
-
|
|
1563
|
+
var s = Wt(i.stem);
|
|
1564
|
+
s && (t = E(E({}, t), s));
|
|
1565
|
+
var a = wn(i.stem);
|
|
1566
|
+
a && (t = E(E({}, t), a));
|
|
1546
1567
|
}
|
|
1547
1568
|
return t;
|
|
1548
1569
|
}
|
|
@@ -2961,23 +2982,23 @@ var oe = {
|
|
|
2961
2982
|
"h"
|
|
2962
2983
|
]
|
|
2963
2984
|
};
|
|
2964
|
-
function
|
|
2985
|
+
function Hn(e, t) {
|
|
2965
2986
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2966
2987
|
var i = e.charAt(n);
|
|
2967
2988
|
if (i === "j") {
|
|
2968
2989
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2969
2990
|
o++, n++;
|
|
2970
|
-
var
|
|
2971
|
-
for ((h == "H" || h == "k") && (
|
|
2991
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", h = Pn(t);
|
|
2992
|
+
for ((h == "H" || h == "k") && (a = 0); a-- > 0; )
|
|
2972
2993
|
r += u;
|
|
2973
|
-
for (;
|
|
2994
|
+
for (; s-- > 0; )
|
|
2974
2995
|
r = h + r;
|
|
2975
2996
|
} else
|
|
2976
2997
|
i === "J" ? r += "H" : r += i;
|
|
2977
2998
|
}
|
|
2978
2999
|
return r;
|
|
2979
3000
|
}
|
|
2980
|
-
function
|
|
3001
|
+
function Pn(e) {
|
|
2981
3002
|
var t = e.hourCycle;
|
|
2982
3003
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2983
3004
|
e.hourCycles && // @ts-ignore
|
|
@@ -2999,20 +3020,20 @@ function wn(e) {
|
|
|
2999
3020
|
var i = oe[n || ""] || oe[r || ""] || oe["".concat(r, "-001")] || oe["001"];
|
|
3000
3021
|
return i[0];
|
|
3001
3022
|
}
|
|
3002
|
-
var
|
|
3023
|
+
var He, An = new RegExp("^".concat(Vt.source, "*")), On = new RegExp("".concat(Vt.source, "*$"));
|
|
3003
3024
|
function d(e, t) {
|
|
3004
3025
|
return { start: e, end: t };
|
|
3005
3026
|
}
|
|
3006
|
-
var
|
|
3027
|
+
var In = !!String.prototype.startsWith && "_a".startsWith("a", 1), Nn = !!String.fromCodePoint, Ln = !!Object.fromEntries, Cn = !!String.prototype.codePointAt, Mn = !!String.prototype.trimStart, $n = !!String.prototype.trimEnd, Rn = !!Number.isSafeInteger, Un = Rn ? Number.isSafeInteger : function(e) {
|
|
3007
3028
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
3008
|
-
},
|
|
3029
|
+
}, Ge = !0;
|
|
3009
3030
|
try {
|
|
3010
|
-
var
|
|
3011
|
-
|
|
3031
|
+
var Dn = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3032
|
+
Ge = ((He = Dn.exec("a")) === null || He === void 0 ? void 0 : He[0]) === "a";
|
|
3012
3033
|
} catch {
|
|
3013
|
-
|
|
3034
|
+
Ge = !1;
|
|
3014
3035
|
}
|
|
3015
|
-
var
|
|
3036
|
+
var pt = In ? (
|
|
3016
3037
|
// Native
|
|
3017
3038
|
function(t, r, n) {
|
|
3018
3039
|
return t.startsWith(r, n);
|
|
@@ -3022,31 +3043,31 @@ var ct = An ? (
|
|
|
3022
3043
|
function(t, r, n) {
|
|
3023
3044
|
return t.slice(n, n + r.length) === r;
|
|
3024
3045
|
}
|
|
3025
|
-
),
|
|
3046
|
+
), Fe = Nn ? String.fromCodePoint : (
|
|
3026
3047
|
// IE11
|
|
3027
3048
|
function() {
|
|
3028
3049
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
3029
3050
|
t[r] = arguments[r];
|
|
3030
|
-
for (var n = "", i = t.length, o = 0,
|
|
3031
|
-
if (
|
|
3032
|
-
throw RangeError(
|
|
3033
|
-
n +=
|
|
3051
|
+
for (var n = "", i = t.length, o = 0, s; i > o; ) {
|
|
3052
|
+
if (s = t[o++], s > 1114111)
|
|
3053
|
+
throw RangeError(s + " is not a valid code point");
|
|
3054
|
+
n += s < 65536 ? String.fromCharCode(s) : String.fromCharCode(((s -= 65536) >> 10) + 55296, s % 1024 + 56320);
|
|
3034
3055
|
}
|
|
3035
3056
|
return n;
|
|
3036
3057
|
}
|
|
3037
|
-
),
|
|
3058
|
+
), mt = (
|
|
3038
3059
|
// native
|
|
3039
|
-
|
|
3060
|
+
Ln ? Object.fromEntries : (
|
|
3040
3061
|
// Ponyfill
|
|
3041
3062
|
function(t) {
|
|
3042
3063
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
3043
|
-
var o = i[n],
|
|
3044
|
-
r[
|
|
3064
|
+
var o = i[n], s = o[0], a = o[1];
|
|
3065
|
+
r[s] = a;
|
|
3045
3066
|
}
|
|
3046
3067
|
return r;
|
|
3047
3068
|
}
|
|
3048
3069
|
)
|
|
3049
|
-
),
|
|
3070
|
+
), Zt = Cn ? (
|
|
3050
3071
|
// Native
|
|
3051
3072
|
function(t, r) {
|
|
3052
3073
|
return t.codePointAt(r);
|
|
@@ -3060,7 +3081,7 @@ var ct = An ? (
|
|
|
3060
3081
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3061
3082
|
}
|
|
3062
3083
|
}
|
|
3063
|
-
),
|
|
3084
|
+
), Gn = Mn ? (
|
|
3064
3085
|
// Native
|
|
3065
3086
|
function(t) {
|
|
3066
3087
|
return t.trimStart();
|
|
@@ -3068,9 +3089,9 @@ var ct = An ? (
|
|
|
3068
3089
|
) : (
|
|
3069
3090
|
// Ponyfill
|
|
3070
3091
|
function(t) {
|
|
3071
|
-
return t.replace(
|
|
3092
|
+
return t.replace(An, "");
|
|
3072
3093
|
}
|
|
3073
|
-
),
|
|
3094
|
+
), Fn = $n ? (
|
|
3074
3095
|
// Native
|
|
3075
3096
|
function(t) {
|
|
3076
3097
|
return t.trimEnd();
|
|
@@ -3078,32 +3099,32 @@ var ct = An ? (
|
|
|
3078
3099
|
) : (
|
|
3079
3100
|
// Ponyfill
|
|
3080
3101
|
function(t) {
|
|
3081
|
-
return t.replace(
|
|
3102
|
+
return t.replace(On, "");
|
|
3082
3103
|
}
|
|
3083
3104
|
);
|
|
3084
|
-
function
|
|
3105
|
+
function Qt(e, t) {
|
|
3085
3106
|
return new RegExp(e, t);
|
|
3086
3107
|
}
|
|
3087
|
-
var
|
|
3088
|
-
if (
|
|
3089
|
-
var
|
|
3090
|
-
|
|
3108
|
+
var je;
|
|
3109
|
+
if (Ge) {
|
|
3110
|
+
var dt = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3111
|
+
je = function(t, r) {
|
|
3091
3112
|
var n;
|
|
3092
|
-
|
|
3093
|
-
var i =
|
|
3113
|
+
dt.lastIndex = r;
|
|
3114
|
+
var i = dt.exec(t);
|
|
3094
3115
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3095
3116
|
};
|
|
3096
3117
|
} else
|
|
3097
|
-
|
|
3118
|
+
je = function(t, r) {
|
|
3098
3119
|
for (var n = []; ; ) {
|
|
3099
|
-
var i =
|
|
3100
|
-
if (i === void 0 ||
|
|
3120
|
+
var i = Zt(t, r);
|
|
3121
|
+
if (i === void 0 || Jt(i) || Xn(i))
|
|
3101
3122
|
break;
|
|
3102
3123
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3103
3124
|
}
|
|
3104
|
-
return
|
|
3125
|
+
return Fe.apply(void 0, n);
|
|
3105
3126
|
};
|
|
3106
|
-
var
|
|
3127
|
+
var jn = (
|
|
3107
3128
|
/** @class */
|
|
3108
3129
|
function() {
|
|
3109
3130
|
function e(t, r) {
|
|
@@ -3117,33 +3138,33 @@ var Fn = (
|
|
|
3117
3138
|
for (var i = []; !this.isEOF(); ) {
|
|
3118
3139
|
var o = this.char();
|
|
3119
3140
|
if (o === 123) {
|
|
3120
|
-
var
|
|
3121
|
-
if (
|
|
3122
|
-
return
|
|
3123
|
-
i.push(
|
|
3141
|
+
var s = this.parseArgument(t, n);
|
|
3142
|
+
if (s.err)
|
|
3143
|
+
return s;
|
|
3144
|
+
i.push(s.val);
|
|
3124
3145
|
} else {
|
|
3125
3146
|
if (o === 125 && t > 0)
|
|
3126
3147
|
break;
|
|
3127
3148
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3128
|
-
var
|
|
3149
|
+
var a = this.clonePosition();
|
|
3129
3150
|
this.bump(), i.push({
|
|
3130
|
-
type:
|
|
3131
|
-
location: d(
|
|
3151
|
+
type: v.pound,
|
|
3152
|
+
location: d(a, this.clonePosition())
|
|
3132
3153
|
});
|
|
3133
3154
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3134
3155
|
if (n)
|
|
3135
3156
|
break;
|
|
3136
3157
|
return this.error(p.UNMATCHED_CLOSING_TAG, d(this.clonePosition(), this.clonePosition()));
|
|
3137
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3138
|
-
var
|
|
3139
|
-
if (
|
|
3140
|
-
return
|
|
3141
|
-
i.push(
|
|
3158
|
+
} else if (o === 60 && !this.ignoreTag && ke(this.peek() || 0)) {
|
|
3159
|
+
var s = this.parseTag(t, r);
|
|
3160
|
+
if (s.err)
|
|
3161
|
+
return s;
|
|
3162
|
+
i.push(s.val);
|
|
3142
3163
|
} else {
|
|
3143
|
-
var
|
|
3144
|
-
if (
|
|
3145
|
-
return
|
|
3146
|
-
i.push(
|
|
3164
|
+
var s = this.parseLiteral(t, r);
|
|
3165
|
+
if (s.err)
|
|
3166
|
+
return s;
|
|
3167
|
+
i.push(s.val);
|
|
3147
3168
|
}
|
|
3148
3169
|
}
|
|
3149
3170
|
}
|
|
@@ -3155,7 +3176,7 @@ var Fn = (
|
|
|
3155
3176
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3156
3177
|
return {
|
|
3157
3178
|
val: {
|
|
3158
|
-
type:
|
|
3179
|
+
type: v.literal,
|
|
3159
3180
|
value: "<".concat(i, "/>"),
|
|
3160
3181
|
location: d(n, this.clonePosition())
|
|
3161
3182
|
},
|
|
@@ -3165,27 +3186,27 @@ var Fn = (
|
|
|
3165
3186
|
var o = this.parseMessage(t + 1, r, !0);
|
|
3166
3187
|
if (o.err)
|
|
3167
3188
|
return o;
|
|
3168
|
-
var
|
|
3189
|
+
var s = o.val, a = this.clonePosition();
|
|
3169
3190
|
if (this.bumpIf("</")) {
|
|
3170
|
-
if (this.isEOF() || !
|
|
3171
|
-
return this.error(p.INVALID_TAG, d(
|
|
3191
|
+
if (this.isEOF() || !ke(this.char()))
|
|
3192
|
+
return this.error(p.INVALID_TAG, d(a, this.clonePosition()));
|
|
3172
3193
|
var u = this.clonePosition(), h = this.parseTagName();
|
|
3173
3194
|
return i !== h ? this.error(p.UNMATCHED_CLOSING_TAG, d(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3174
3195
|
val: {
|
|
3175
|
-
type:
|
|
3196
|
+
type: v.tag,
|
|
3176
3197
|
value: i,
|
|
3177
|
-
children:
|
|
3198
|
+
children: s,
|
|
3178
3199
|
location: d(n, this.clonePosition())
|
|
3179
3200
|
},
|
|
3180
3201
|
err: null
|
|
3181
|
-
} : this.error(p.INVALID_TAG, d(
|
|
3202
|
+
} : this.error(p.INVALID_TAG, d(a, this.clonePosition())));
|
|
3182
3203
|
} else
|
|
3183
3204
|
return this.error(p.UNCLOSED_TAG, d(n, this.clonePosition()));
|
|
3184
3205
|
} else
|
|
3185
3206
|
return this.error(p.INVALID_TAG, d(n, this.clonePosition()));
|
|
3186
3207
|
}, e.prototype.parseTagName = function() {
|
|
3187
3208
|
var t = this.offset();
|
|
3188
|
-
for (this.bump(); !this.isEOF() &&
|
|
3209
|
+
for (this.bump(); !this.isEOF() && Vn(this.char()); )
|
|
3189
3210
|
this.bump();
|
|
3190
3211
|
return this.message.slice(t, this.offset());
|
|
3191
3212
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3195,26 +3216,26 @@ var Fn = (
|
|
|
3195
3216
|
i += o;
|
|
3196
3217
|
continue;
|
|
3197
3218
|
}
|
|
3198
|
-
var
|
|
3199
|
-
if (a) {
|
|
3200
|
-
i += a;
|
|
3201
|
-
continue;
|
|
3202
|
-
}
|
|
3203
|
-
var s = this.tryParseLeftAngleBracket();
|
|
3219
|
+
var s = this.tryParseUnquoted(t, r);
|
|
3204
3220
|
if (s) {
|
|
3205
3221
|
i += s;
|
|
3206
3222
|
continue;
|
|
3207
3223
|
}
|
|
3224
|
+
var a = this.tryParseLeftAngleBracket();
|
|
3225
|
+
if (a) {
|
|
3226
|
+
i += a;
|
|
3227
|
+
continue;
|
|
3228
|
+
}
|
|
3208
3229
|
break;
|
|
3209
3230
|
}
|
|
3210
3231
|
var u = d(n, this.clonePosition());
|
|
3211
3232
|
return {
|
|
3212
|
-
val: { type:
|
|
3233
|
+
val: { type: v.literal, value: i, location: u },
|
|
3213
3234
|
err: null
|
|
3214
3235
|
};
|
|
3215
3236
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3216
3237
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3217
|
-
!
|
|
3238
|
+
!kn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3218
3239
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3219
3240
|
if (this.isEOF() || this.char() !== 39)
|
|
3220
3241
|
return null;
|
|
@@ -3248,12 +3269,12 @@ var Fn = (
|
|
|
3248
3269
|
r.push(n);
|
|
3249
3270
|
this.bump();
|
|
3250
3271
|
}
|
|
3251
|
-
return
|
|
3272
|
+
return Fe.apply(void 0, r);
|
|
3252
3273
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3253
3274
|
if (this.isEOF())
|
|
3254
3275
|
return null;
|
|
3255
3276
|
var n = this.char();
|
|
3256
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3277
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Fe(n));
|
|
3257
3278
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3258
3279
|
var n = this.clonePosition();
|
|
3259
3280
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -3269,7 +3290,7 @@ var Fn = (
|
|
|
3269
3290
|
case 125:
|
|
3270
3291
|
return this.bump(), {
|
|
3271
3292
|
val: {
|
|
3272
|
-
type:
|
|
3293
|
+
type: v.argument,
|
|
3273
3294
|
// value does not include the opening and closing braces.
|
|
3274
3295
|
value: i,
|
|
3275
3296
|
location: d(n, this.clonePosition())
|
|
@@ -3282,15 +3303,15 @@ var Fn = (
|
|
|
3282
3303
|
return this.error(p.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
|
|
3283
3304
|
}
|
|
3284
3305
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3285
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3306
|
+
var t = this.clonePosition(), r = this.offset(), n = je(this.message, r), i = r + n.length;
|
|
3286
3307
|
this.bumpTo(i);
|
|
3287
|
-
var o = this.clonePosition(),
|
|
3288
|
-
return { value: n, location:
|
|
3308
|
+
var o = this.clonePosition(), s = d(t, o);
|
|
3309
|
+
return { value: n, location: s };
|
|
3289
3310
|
}, e.prototype.parseArgumentOptions = function(t, r, n, i) {
|
|
3290
|
-
var o,
|
|
3291
|
-
switch (
|
|
3311
|
+
var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, u = this.clonePosition();
|
|
3312
|
+
switch (a) {
|
|
3292
3313
|
case "":
|
|
3293
|
-
return this.error(p.EXPECT_ARGUMENT_TYPE, d(
|
|
3314
|
+
return this.error(p.EXPECT_ARGUMENT_TYPE, d(s, u));
|
|
3294
3315
|
case "number":
|
|
3295
3316
|
case "date":
|
|
3296
3317
|
case "time": {
|
|
@@ -3301,46 +3322,46 @@ var Fn = (
|
|
|
3301
3322
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3302
3323
|
if (c.err)
|
|
3303
3324
|
return c;
|
|
3304
|
-
var f =
|
|
3325
|
+
var f = Fn(c.val);
|
|
3305
3326
|
if (f.length === 0)
|
|
3306
3327
|
return this.error(p.EXPECT_ARGUMENT_STYLE, d(this.clonePosition(), this.clonePosition()));
|
|
3307
3328
|
var m = d(l, this.clonePosition());
|
|
3308
3329
|
h = { style: f, styleLocation: m };
|
|
3309
3330
|
}
|
|
3310
|
-
var
|
|
3311
|
-
if (
|
|
3312
|
-
return
|
|
3313
|
-
var
|
|
3314
|
-
if (h &&
|
|
3315
|
-
var B =
|
|
3316
|
-
if (
|
|
3331
|
+
var g = this.tryParseArgumentClose(i);
|
|
3332
|
+
if (g.err)
|
|
3333
|
+
return g;
|
|
3334
|
+
var b = d(i, this.clonePosition());
|
|
3335
|
+
if (h && pt(h?.style, "::", 0)) {
|
|
3336
|
+
var B = Gn(h.style.slice(2));
|
|
3337
|
+
if (a === "number") {
|
|
3317
3338
|
var c = this.parseNumberSkeletonFromString(B, h.styleLocation);
|
|
3318
3339
|
return c.err ? c : {
|
|
3319
|
-
val: { type:
|
|
3340
|
+
val: { type: v.number, value: n, location: b, style: c.val },
|
|
3320
3341
|
err: null
|
|
3321
3342
|
};
|
|
3322
3343
|
} else {
|
|
3323
3344
|
if (B.length === 0)
|
|
3324
|
-
return this.error(p.EXPECT_DATE_TIME_SKELETON,
|
|
3325
|
-
var
|
|
3326
|
-
this.locale && (
|
|
3345
|
+
return this.error(p.EXPECT_DATE_TIME_SKELETON, b);
|
|
3346
|
+
var N = B;
|
|
3347
|
+
this.locale && (N = Hn(B, this.locale));
|
|
3327
3348
|
var f = {
|
|
3328
|
-
type:
|
|
3329
|
-
pattern:
|
|
3349
|
+
type: j.dateTime,
|
|
3350
|
+
pattern: N,
|
|
3330
3351
|
location: h.styleLocation,
|
|
3331
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3332
|
-
}, O =
|
|
3352
|
+
parsedOptions: this.shouldParseSkeletons ? En(N) : {}
|
|
3353
|
+
}, O = a === "date" ? v.date : v.time;
|
|
3333
3354
|
return {
|
|
3334
|
-
val: { type: O, value: n, location:
|
|
3355
|
+
val: { type: O, value: n, location: b, style: f },
|
|
3335
3356
|
err: null
|
|
3336
3357
|
};
|
|
3337
3358
|
}
|
|
3338
3359
|
}
|
|
3339
3360
|
return {
|
|
3340
3361
|
val: {
|
|
3341
|
-
type:
|
|
3362
|
+
type: a === "number" ? v.number : a === "date" ? v.date : v.time,
|
|
3342
3363
|
value: n,
|
|
3343
|
-
location:
|
|
3364
|
+
location: b,
|
|
3344
3365
|
style: (o = h?.style) !== null && o !== void 0 ? o : null
|
|
3345
3366
|
},
|
|
3346
3367
|
err: null
|
|
@@ -3349,49 +3370,49 @@ var Fn = (
|
|
|
3349
3370
|
case "plural":
|
|
3350
3371
|
case "selectordinal":
|
|
3351
3372
|
case "select": {
|
|
3352
|
-
var
|
|
3373
|
+
var x = this.clonePosition();
|
|
3353
3374
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3354
|
-
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, d(
|
|
3375
|
+
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, d(x, pe({}, x)));
|
|
3355
3376
|
this.bumpSpace();
|
|
3356
|
-
var
|
|
3357
|
-
if (
|
|
3377
|
+
var T = this.parseIdentifierIfPossible(), S = 0;
|
|
3378
|
+
if (a !== "select" && T.value === "offset") {
|
|
3358
3379
|
if (!this.bumpIf(":"))
|
|
3359
3380
|
return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d(this.clonePosition(), this.clonePosition()));
|
|
3360
3381
|
this.bumpSpace();
|
|
3361
3382
|
var c = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, p.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3362
3383
|
if (c.err)
|
|
3363
3384
|
return c;
|
|
3364
|
-
this.bumpSpace(),
|
|
3385
|
+
this.bumpSpace(), T = this.parseIdentifierIfPossible(), S = c.val;
|
|
3365
3386
|
}
|
|
3366
|
-
var M = this.tryParsePluralOrSelectOptions(t,
|
|
3387
|
+
var M = this.tryParsePluralOrSelectOptions(t, a, r, T);
|
|
3367
3388
|
if (M.err)
|
|
3368
3389
|
return M;
|
|
3369
|
-
var
|
|
3370
|
-
if (
|
|
3371
|
-
return
|
|
3390
|
+
var g = this.tryParseArgumentClose(i);
|
|
3391
|
+
if (g.err)
|
|
3392
|
+
return g;
|
|
3372
3393
|
var ne = d(i, this.clonePosition());
|
|
3373
|
-
return
|
|
3394
|
+
return a === "select" ? {
|
|
3374
3395
|
val: {
|
|
3375
|
-
type:
|
|
3396
|
+
type: v.select,
|
|
3376
3397
|
value: n,
|
|
3377
|
-
options:
|
|
3398
|
+
options: mt(M.val),
|
|
3378
3399
|
location: ne
|
|
3379
3400
|
},
|
|
3380
3401
|
err: null
|
|
3381
3402
|
} : {
|
|
3382
3403
|
val: {
|
|
3383
|
-
type:
|
|
3404
|
+
type: v.plural,
|
|
3384
3405
|
value: n,
|
|
3385
|
-
options:
|
|
3406
|
+
options: mt(M.val),
|
|
3386
3407
|
offset: S,
|
|
3387
|
-
pluralType:
|
|
3408
|
+
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3388
3409
|
location: ne
|
|
3389
3410
|
},
|
|
3390
3411
|
err: null
|
|
3391
3412
|
};
|
|
3392
3413
|
}
|
|
3393
3414
|
default:
|
|
3394
|
-
return this.error(p.INVALID_ARGUMENT_TYPE, d(
|
|
3415
|
+
return this.error(p.INVALID_ARGUMENT_TYPE, d(s, u));
|
|
3395
3416
|
}
|
|
3396
3417
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3397
3418
|
return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
@@ -3433,21 +3454,21 @@ var Fn = (
|
|
|
3433
3454
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3434
3455
|
var n = [];
|
|
3435
3456
|
try {
|
|
3436
|
-
n =
|
|
3457
|
+
n = xn(t);
|
|
3437
3458
|
} catch {
|
|
3438
3459
|
return this.error(p.INVALID_NUMBER_SKELETON, r);
|
|
3439
3460
|
}
|
|
3440
3461
|
return {
|
|
3441
3462
|
val: {
|
|
3442
|
-
type:
|
|
3463
|
+
type: j.number,
|
|
3443
3464
|
tokens: n,
|
|
3444
3465
|
location: r,
|
|
3445
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3466
|
+
parsedOptions: this.shouldParseSkeletons ? Tn(n) : {}
|
|
3446
3467
|
},
|
|
3447
3468
|
err: null
|
|
3448
3469
|
};
|
|
3449
3470
|
}, e.prototype.tryParsePluralOrSelectOptions = function(t, r, n, i) {
|
|
3450
|
-
for (var o,
|
|
3471
|
+
for (var o, s = !1, a = [], u = /* @__PURE__ */ new Set(), h = i.value, l = i.location; ; ) {
|
|
3451
3472
|
if (h.length === 0) {
|
|
3452
3473
|
var c = this.clonePosition();
|
|
3453
3474
|
if (r !== "select" && this.bumpIf("=")) {
|
|
@@ -3460,37 +3481,37 @@ var Fn = (
|
|
|
3460
3481
|
}
|
|
3461
3482
|
if (u.has(h))
|
|
3462
3483
|
return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
|
3463
|
-
h === "other" && (
|
|
3484
|
+
h === "other" && (s = !0), this.bumpSpace();
|
|
3464
3485
|
var m = this.clonePosition();
|
|
3465
3486
|
if (!this.bumpIf("{"))
|
|
3466
3487
|
return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, d(this.clonePosition(), this.clonePosition()));
|
|
3467
|
-
var
|
|
3468
|
-
if (y.err)
|
|
3469
|
-
return y;
|
|
3470
|
-
var g = this.tryParseArgumentClose(m);
|
|
3488
|
+
var g = this.parseMessage(t + 1, r, n);
|
|
3471
3489
|
if (g.err)
|
|
3472
3490
|
return g;
|
|
3473
|
-
|
|
3491
|
+
var b = this.tryParseArgumentClose(m);
|
|
3492
|
+
if (b.err)
|
|
3493
|
+
return b;
|
|
3494
|
+
a.push([
|
|
3474
3495
|
h,
|
|
3475
3496
|
{
|
|
3476
|
-
value:
|
|
3497
|
+
value: g.val,
|
|
3477
3498
|
location: d(m, this.clonePosition())
|
|
3478
3499
|
}
|
|
3479
3500
|
]), u.add(h), this.bumpSpace(), o = this.parseIdentifierIfPossible(), h = o.value, l = o.location;
|
|
3480
3501
|
}
|
|
3481
|
-
return
|
|
3502
|
+
return a.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR, d(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(p.MISSING_OTHER_CLAUSE, d(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
3482
3503
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3483
3504
|
var n = 1, i = this.clonePosition();
|
|
3484
3505
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
3485
|
-
for (var o = !1,
|
|
3486
|
-
var
|
|
3487
|
-
if (
|
|
3488
|
-
o = !0,
|
|
3506
|
+
for (var o = !1, s = 0; !this.isEOF(); ) {
|
|
3507
|
+
var a = this.char();
|
|
3508
|
+
if (a >= 48 && a <= 57)
|
|
3509
|
+
o = !0, s = s * 10 + (a - 48), this.bump();
|
|
3489
3510
|
else
|
|
3490
3511
|
break;
|
|
3491
3512
|
}
|
|
3492
3513
|
var u = d(i, this.clonePosition());
|
|
3493
|
-
return o ? (
|
|
3514
|
+
return o ? (s *= n, Un(s) ? { val: s, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3494
3515
|
}, e.prototype.offset = function() {
|
|
3495
3516
|
return this.position.offset;
|
|
3496
3517
|
}, e.prototype.isEOF = function() {
|
|
@@ -3505,7 +3526,7 @@ var Fn = (
|
|
|
3505
3526
|
var t = this.position.offset;
|
|
3506
3527
|
if (t >= this.message.length)
|
|
3507
3528
|
throw Error("out of bound");
|
|
3508
|
-
var r =
|
|
3529
|
+
var r = Zt(this.message, t);
|
|
3509
3530
|
if (r === void 0)
|
|
3510
3531
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3511
3532
|
return r;
|
|
@@ -3524,7 +3545,7 @@ var Fn = (
|
|
|
3524
3545
|
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
3546
|
}
|
|
3526
3547
|
}, e.prototype.bumpIf = function(t) {
|
|
3527
|
-
if (
|
|
3548
|
+
if (pt(this.message, t, this.offset())) {
|
|
3528
3549
|
for (var r = 0; r < t.length; r++)
|
|
3529
3550
|
this.bump();
|
|
3530
3551
|
return !0;
|
|
@@ -3546,7 +3567,7 @@ var Fn = (
|
|
|
3546
3567
|
break;
|
|
3547
3568
|
}
|
|
3548
3569
|
}, e.prototype.bumpSpace = function() {
|
|
3549
|
-
for (; !this.isEOF() &&
|
|
3570
|
+
for (; !this.isEOF() && Jt(this.char()); )
|
|
3550
3571
|
this.bump();
|
|
3551
3572
|
}, e.prototype.peek = function() {
|
|
3552
3573
|
if (this.isEOF())
|
|
@@ -3556,47 +3577,47 @@ var Fn = (
|
|
|
3556
3577
|
}, e;
|
|
3557
3578
|
}()
|
|
3558
3579
|
);
|
|
3559
|
-
function
|
|
3580
|
+
function ke(e) {
|
|
3560
3581
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3561
3582
|
}
|
|
3562
|
-
function
|
|
3563
|
-
return
|
|
3583
|
+
function kn(e) {
|
|
3584
|
+
return ke(e) || e === 47;
|
|
3564
3585
|
}
|
|
3565
|
-
function
|
|
3586
|
+
function Vn(e) {
|
|
3566
3587
|
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
3588
|
}
|
|
3568
|
-
function
|
|
3589
|
+
function Jt(e) {
|
|
3569
3590
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3570
3591
|
}
|
|
3571
|
-
function
|
|
3592
|
+
function Xn(e) {
|
|
3572
3593
|
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
3594
|
}
|
|
3574
|
-
function
|
|
3595
|
+
function Ve(e) {
|
|
3575
3596
|
e.forEach(function(t) {
|
|
3576
|
-
if (delete t.location,
|
|
3597
|
+
if (delete t.location, Gt(t) || Ft(t))
|
|
3577
3598
|
for (var r in t.options)
|
|
3578
|
-
delete t.options[r].location,
|
|
3599
|
+
delete t.options[r].location, Ve(t.options[r].value);
|
|
3579
3600
|
else
|
|
3580
|
-
|
|
3601
|
+
Rt(t) && kt(t.style) || (Ut(t) || Dt(t)) && De(t.style) ? delete t.style.location : jt(t) && Ve(t.children);
|
|
3581
3602
|
});
|
|
3582
3603
|
}
|
|
3583
|
-
function
|
|
3584
|
-
t === void 0 && (t = {}), t =
|
|
3585
|
-
var r = new
|
|
3604
|
+
function zn(e, t) {
|
|
3605
|
+
t === void 0 && (t = {}), t = pe({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3606
|
+
var r = new jn(e, t).parse();
|
|
3586
3607
|
if (r.err) {
|
|
3587
3608
|
var n = SyntaxError(p[r.err.kind]);
|
|
3588
3609
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3589
3610
|
}
|
|
3590
|
-
return t?.captureLocation ||
|
|
3611
|
+
return t?.captureLocation || Ve(r.val), r.val;
|
|
3591
3612
|
}
|
|
3592
|
-
var
|
|
3613
|
+
var k;
|
|
3593
3614
|
(function(e) {
|
|
3594
3615
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3595
|
-
})(
|
|
3596
|
-
var
|
|
3616
|
+
})(k || (k = {}));
|
|
3617
|
+
var ve = (
|
|
3597
3618
|
/** @class */
|
|
3598
3619
|
function(e) {
|
|
3599
|
-
|
|
3620
|
+
ye(t, e);
|
|
3600
3621
|
function t(r, n, i) {
|
|
3601
3622
|
var o = e.call(this, r) || this;
|
|
3602
3623
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3605,155 +3626,155 @@ var ge = (
|
|
|
3605
3626
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3606
3627
|
}, t;
|
|
3607
3628
|
}(Error)
|
|
3608
|
-
),
|
|
3629
|
+
), bt = (
|
|
3609
3630
|
/** @class */
|
|
3610
3631
|
function(e) {
|
|
3611
|
-
|
|
3632
|
+
ye(t, e);
|
|
3612
3633
|
function t(r, n, i, o) {
|
|
3613
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
|
3634
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), k.INVALID_VALUE, o) || this;
|
|
3614
3635
|
}
|
|
3615
3636
|
return t;
|
|
3616
|
-
}(
|
|
3617
|
-
),
|
|
3637
|
+
}(ve)
|
|
3638
|
+
), Wn = (
|
|
3618
3639
|
/** @class */
|
|
3619
3640
|
function(e) {
|
|
3620
|
-
|
|
3641
|
+
ye(t, e);
|
|
3621
3642
|
function t(r, n, i) {
|
|
3622
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
|
3643
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), k.INVALID_VALUE, i) || this;
|
|
3623
3644
|
}
|
|
3624
3645
|
return t;
|
|
3625
|
-
}(
|
|
3626
|
-
),
|
|
3646
|
+
}(ve)
|
|
3647
|
+
), Zn = (
|
|
3627
3648
|
/** @class */
|
|
3628
3649
|
function(e) {
|
|
3629
|
-
|
|
3650
|
+
ye(t, e);
|
|
3630
3651
|
function t(r, n) {
|
|
3631
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
|
3652
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), k.MISSING_VALUE, n) || this;
|
|
3632
3653
|
}
|
|
3633
3654
|
return t;
|
|
3634
|
-
}(
|
|
3635
|
-
),
|
|
3655
|
+
}(ve)
|
|
3656
|
+
), _;
|
|
3636
3657
|
(function(e) {
|
|
3637
3658
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3638
|
-
})(
|
|
3639
|
-
function
|
|
3659
|
+
})(_ || (_ = {}));
|
|
3660
|
+
function Qn(e) {
|
|
3640
3661
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3641
3662
|
var n = t[t.length - 1];
|
|
3642
|
-
return !n || n.type !==
|
|
3663
|
+
return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
|
|
3643
3664
|
}, []);
|
|
3644
3665
|
}
|
|
3645
|
-
function
|
|
3666
|
+
function Jn(e) {
|
|
3646
3667
|
return typeof e == "function";
|
|
3647
3668
|
}
|
|
3648
|
-
function le(e, t, r, n, i, o,
|
|
3649
|
-
if (e.length === 1 &&
|
|
3669
|
+
function le(e, t, r, n, i, o, s) {
|
|
3670
|
+
if (e.length === 1 && ht(e[0]))
|
|
3650
3671
|
return [
|
|
3651
3672
|
{
|
|
3652
|
-
type:
|
|
3673
|
+
type: _.literal,
|
|
3653
3674
|
value: e[0].value
|
|
3654
3675
|
}
|
|
3655
3676
|
];
|
|
3656
|
-
for (var
|
|
3677
|
+
for (var a = [], u = 0, h = e; u < h.length; u++) {
|
|
3657
3678
|
var l = h[u];
|
|
3658
|
-
if (
|
|
3659
|
-
|
|
3660
|
-
type:
|
|
3679
|
+
if (ht(l)) {
|
|
3680
|
+
a.push({
|
|
3681
|
+
type: _.literal,
|
|
3661
3682
|
value: l.value
|
|
3662
3683
|
});
|
|
3663
3684
|
continue;
|
|
3664
3685
|
}
|
|
3665
|
-
if (
|
|
3666
|
-
typeof o == "number" &&
|
|
3667
|
-
type:
|
|
3686
|
+
if (yn(l)) {
|
|
3687
|
+
typeof o == "number" && a.push({
|
|
3688
|
+
type: _.literal,
|
|
3668
3689
|
value: r.getNumberFormat(t).format(o)
|
|
3669
3690
|
});
|
|
3670
3691
|
continue;
|
|
3671
3692
|
}
|
|
3672
3693
|
var c = l.value;
|
|
3673
3694
|
if (!(i && c in i))
|
|
3674
|
-
throw new
|
|
3695
|
+
throw new Zn(c, s);
|
|
3675
3696
|
var f = i[c];
|
|
3676
|
-
if (
|
|
3677
|
-
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""),
|
|
3678
|
-
type: typeof f == "string" ?
|
|
3697
|
+
if (gn(l)) {
|
|
3698
|
+
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3699
|
+
type: typeof f == "string" ? _.literal : _.object,
|
|
3679
3700
|
value: f
|
|
3680
3701
|
});
|
|
3681
3702
|
continue;
|
|
3682
3703
|
}
|
|
3683
|
-
if (
|
|
3684
|
-
var m = typeof l.style == "string" ? n.date[l.style] :
|
|
3685
|
-
|
|
3686
|
-
type:
|
|
3704
|
+
if (Ut(l)) {
|
|
3705
|
+
var m = typeof l.style == "string" ? n.date[l.style] : De(l.style) ? l.style.parsedOptions : void 0;
|
|
3706
|
+
a.push({
|
|
3707
|
+
type: _.literal,
|
|
3687
3708
|
value: r.getDateTimeFormat(t, m).format(f)
|
|
3688
3709
|
});
|
|
3689
3710
|
continue;
|
|
3690
3711
|
}
|
|
3691
|
-
if (
|
|
3692
|
-
var m = typeof l.style == "string" ? n.time[l.style] :
|
|
3693
|
-
|
|
3694
|
-
type:
|
|
3712
|
+
if (Dt(l)) {
|
|
3713
|
+
var m = typeof l.style == "string" ? n.time[l.style] : De(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3714
|
+
a.push({
|
|
3715
|
+
type: _.literal,
|
|
3695
3716
|
value: r.getDateTimeFormat(t, m).format(f)
|
|
3696
3717
|
});
|
|
3697
3718
|
continue;
|
|
3698
3719
|
}
|
|
3699
|
-
if (
|
|
3700
|
-
var m = typeof l.style == "string" ? n.number[l.style] :
|
|
3701
|
-
m && m.scale && (f = f * (m.scale || 1)),
|
|
3702
|
-
type:
|
|
3720
|
+
if (Rt(l)) {
|
|
3721
|
+
var m = typeof l.style == "string" ? n.number[l.style] : kt(l.style) ? l.style.parsedOptions : void 0;
|
|
3722
|
+
m && m.scale && (f = f * (m.scale || 1)), a.push({
|
|
3723
|
+
type: _.literal,
|
|
3703
3724
|
value: r.getNumberFormat(t, m).format(f)
|
|
3704
3725
|
});
|
|
3705
3726
|
continue;
|
|
3706
3727
|
}
|
|
3707
|
-
if (
|
|
3708
|
-
var
|
|
3709
|
-
if (!
|
|
3710
|
-
throw new
|
|
3711
|
-
var
|
|
3728
|
+
if (jt(l)) {
|
|
3729
|
+
var g = l.children, b = l.value, B = i[b];
|
|
3730
|
+
if (!Jn(B))
|
|
3731
|
+
throw new Wn(b, "function", s);
|
|
3732
|
+
var N = le(g, t, r, n, i, o), O = B(N.map(function(S) {
|
|
3712
3733
|
return S.value;
|
|
3713
3734
|
}));
|
|
3714
|
-
Array.isArray(O) || (O = [O]),
|
|
3735
|
+
Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(S) {
|
|
3715
3736
|
return {
|
|
3716
|
-
type: typeof S == "string" ?
|
|
3737
|
+
type: typeof S == "string" ? _.literal : _.object,
|
|
3717
3738
|
value: S
|
|
3718
3739
|
};
|
|
3719
3740
|
}));
|
|
3720
3741
|
}
|
|
3721
|
-
if (
|
|
3722
|
-
var
|
|
3723
|
-
if (!
|
|
3724
|
-
throw new
|
|
3725
|
-
|
|
3742
|
+
if (Gt(l)) {
|
|
3743
|
+
var x = l.options[f] || l.options.other;
|
|
3744
|
+
if (!x)
|
|
3745
|
+
throw new bt(l.value, f, Object.keys(l.options), s);
|
|
3746
|
+
a.push.apply(a, le(x.value, t, r, n, i));
|
|
3726
3747
|
continue;
|
|
3727
3748
|
}
|
|
3728
3749
|
if (Ft(l)) {
|
|
3729
|
-
var
|
|
3730
|
-
if (!
|
|
3750
|
+
var x = l.options["=".concat(f)];
|
|
3751
|
+
if (!x) {
|
|
3731
3752
|
if (!Intl.PluralRules)
|
|
3732
|
-
throw new
|
|
3753
|
+
throw new ve(`Intl.PluralRules is not available in this environment.
|
|
3733
3754
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3734
|
-
`,
|
|
3735
|
-
var
|
|
3736
|
-
|
|
3755
|
+
`, k.MISSING_INTL_API, s);
|
|
3756
|
+
var T = r.getPluralRules(t, { type: l.pluralType }).select(f - (l.offset || 0));
|
|
3757
|
+
x = l.options[T] || l.options.other;
|
|
3737
3758
|
}
|
|
3738
|
-
if (!
|
|
3739
|
-
throw new
|
|
3740
|
-
|
|
3759
|
+
if (!x)
|
|
3760
|
+
throw new bt(l.value, f, Object.keys(l.options), s);
|
|
3761
|
+
a.push.apply(a, le(x.value, t, r, n, i, f - (l.offset || 0)));
|
|
3741
3762
|
continue;
|
|
3742
3763
|
}
|
|
3743
3764
|
}
|
|
3744
|
-
return
|
|
3765
|
+
return Qn(a);
|
|
3745
3766
|
}
|
|
3746
|
-
function
|
|
3747
|
-
return t ?
|
|
3748
|
-
return r[n] =
|
|
3767
|
+
function Yn(e, t) {
|
|
3768
|
+
return t ? H(H(H({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3769
|
+
return r[n] = H(H({}, e[n]), t[n] || {}), r;
|
|
3749
3770
|
}, {})) : e;
|
|
3750
3771
|
}
|
|
3751
|
-
function
|
|
3772
|
+
function qn(e, t) {
|
|
3752
3773
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3753
|
-
return r[n] =
|
|
3754
|
-
},
|
|
3774
|
+
return r[n] = Yn(e[n], t[n]), r;
|
|
3775
|
+
}, H({}, e)) : e;
|
|
3755
3776
|
}
|
|
3756
|
-
function
|
|
3777
|
+
function Pe(e) {
|
|
3757
3778
|
return {
|
|
3758
3779
|
create: function() {
|
|
3759
3780
|
return {
|
|
@@ -3767,39 +3788,39 @@ function we(e) {
|
|
|
3767
3788
|
}
|
|
3768
3789
|
};
|
|
3769
3790
|
}
|
|
3770
|
-
function
|
|
3791
|
+
function Kn(e) {
|
|
3771
3792
|
return e === void 0 && (e = {
|
|
3772
3793
|
number: {},
|
|
3773
3794
|
dateTime: {},
|
|
3774
3795
|
pluralRules: {}
|
|
3775
3796
|
}), {
|
|
3776
|
-
getNumberFormat:
|
|
3797
|
+
getNumberFormat: we(function() {
|
|
3777
3798
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3778
3799
|
r[n] = arguments[n];
|
|
3779
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3800
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, Be([void 0], r, !1)))();
|
|
3780
3801
|
}, {
|
|
3781
|
-
cache:
|
|
3782
|
-
strategy:
|
|
3802
|
+
cache: Pe(e.number),
|
|
3803
|
+
strategy: Te.variadic
|
|
3783
3804
|
}),
|
|
3784
|
-
getDateTimeFormat:
|
|
3805
|
+
getDateTimeFormat: we(function() {
|
|
3785
3806
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3786
3807
|
r[n] = arguments[n];
|
|
3787
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3808
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, Be([void 0], r, !1)))();
|
|
3788
3809
|
}, {
|
|
3789
|
-
cache:
|
|
3790
|
-
strategy:
|
|
3810
|
+
cache: Pe(e.dateTime),
|
|
3811
|
+
strategy: Te.variadic
|
|
3791
3812
|
}),
|
|
3792
|
-
getPluralRules:
|
|
3813
|
+
getPluralRules: we(function() {
|
|
3793
3814
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3794
3815
|
r[n] = arguments[n];
|
|
3795
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3816
|
+
return new ((t = Intl.PluralRules).bind.apply(t, Be([void 0], r, !1)))();
|
|
3796
3817
|
}, {
|
|
3797
|
-
cache:
|
|
3798
|
-
strategy:
|
|
3818
|
+
cache: Pe(e.pluralRules),
|
|
3819
|
+
strategy: Te.variadic
|
|
3799
3820
|
})
|
|
3800
3821
|
};
|
|
3801
3822
|
}
|
|
3802
|
-
var
|
|
3823
|
+
var ei = (
|
|
3803
3824
|
/** @class */
|
|
3804
3825
|
function() {
|
|
3805
3826
|
function e(t, r, n, i) {
|
|
@@ -3814,7 +3835,7 @@ var qn = (
|
|
|
3814
3835
|
if (h.length === 1)
|
|
3815
3836
|
return h[0].value;
|
|
3816
3837
|
var l = h.reduce(function(c, f) {
|
|
3817
|
-
return !c.length || f.type !==
|
|
3838
|
+
return !c.length || f.type !== _.literal || typeof c[c.length - 1] != "string" ? c.push(f.value) : c[c.length - 1] += f.value, c;
|
|
3818
3839
|
}, []);
|
|
3819
3840
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3820
3841
|
}, this.formatToParts = function(u) {
|
|
@@ -3829,15 +3850,15 @@ var qn = (
|
|
|
3829
3850
|
}, this.locales = r, this.resolvedLocale = e.resolveLocale(r), typeof t == "string") {
|
|
3830
3851
|
if (this.message = t, !e.__parse)
|
|
3831
3852
|
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,
|
|
3853
|
+
var s = i || {};
|
|
3854
|
+
s.formatters;
|
|
3855
|
+
var a = hn(s, ["formatters"]);
|
|
3856
|
+
this.ast = e.__parse(t, H(H({}, a), { locale: this.resolvedLocale }));
|
|
3836
3857
|
} else
|
|
3837
3858
|
this.ast = t;
|
|
3838
3859
|
if (!Array.isArray(this.ast))
|
|
3839
3860
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3840
|
-
this.formats =
|
|
3861
|
+
this.formats = qn(e.formats, n), this.formatters = i && i.formatters || Kn(this.formatterCache);
|
|
3841
3862
|
}
|
|
3842
3863
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3843
3864
|
get: function() {
|
|
@@ -3850,7 +3871,7 @@ var qn = (
|
|
|
3850
3871
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3851
3872
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3852
3873
|
}
|
|
3853
|
-
}, e.__parse =
|
|
3874
|
+
}, e.__parse = zn, e.formats = {
|
|
3854
3875
|
number: {
|
|
3855
3876
|
integer: {
|
|
3856
3877
|
maximumFractionDigits: 0
|
|
@@ -3911,7 +3932,7 @@ var qn = (
|
|
|
3911
3932
|
}, e;
|
|
3912
3933
|
}()
|
|
3913
3934
|
);
|
|
3914
|
-
function
|
|
3935
|
+
function ti(e, t) {
|
|
3915
3936
|
if (t == null)
|
|
3916
3937
|
return;
|
|
3917
3938
|
if (t in e)
|
|
@@ -3932,92 +3953,92 @@ function Kn(e, t) {
|
|
|
3932
3953
|
n = void 0;
|
|
3933
3954
|
return n;
|
|
3934
3955
|
}
|
|
3935
|
-
const I = {},
|
|
3956
|
+
const I = {}, ri = (e, t, r) => r && (t in I || (I[t] = {}), e in I[t] || (I[t][e] = r), r), Yt = (e, t) => {
|
|
3936
3957
|
if (t == null)
|
|
3937
3958
|
return;
|
|
3938
3959
|
if (t in I && e in I[t])
|
|
3939
3960
|
return I[t][e];
|
|
3940
|
-
const r =
|
|
3961
|
+
const r = Ee(t);
|
|
3941
3962
|
for (let n = 0; n < r.length; n++) {
|
|
3942
|
-
const i = r[n], o =
|
|
3963
|
+
const i = r[n], o = ii(i, e);
|
|
3943
3964
|
if (o)
|
|
3944
|
-
return
|
|
3965
|
+
return ri(e, t, o);
|
|
3945
3966
|
}
|
|
3946
3967
|
};
|
|
3947
|
-
let
|
|
3948
|
-
const re =
|
|
3949
|
-
function
|
|
3950
|
-
return
|
|
3968
|
+
let Qe;
|
|
3969
|
+
const re = ge({});
|
|
3970
|
+
function ni(e) {
|
|
3971
|
+
return Qe[e] || null;
|
|
3951
3972
|
}
|
|
3952
|
-
function
|
|
3953
|
-
return e in
|
|
3973
|
+
function qt(e) {
|
|
3974
|
+
return e in Qe;
|
|
3954
3975
|
}
|
|
3955
|
-
function
|
|
3956
|
-
if (!
|
|
3976
|
+
function ii(e, t) {
|
|
3977
|
+
if (!qt(e))
|
|
3957
3978
|
return null;
|
|
3958
|
-
const r =
|
|
3959
|
-
return
|
|
3979
|
+
const r = ni(e);
|
|
3980
|
+
return ti(r, t);
|
|
3960
3981
|
}
|
|
3961
|
-
function
|
|
3982
|
+
function oi(e) {
|
|
3962
3983
|
if (e == null)
|
|
3963
3984
|
return;
|
|
3964
|
-
const t =
|
|
3985
|
+
const t = Ee(e);
|
|
3965
3986
|
for (let r = 0; r < t.length; r++) {
|
|
3966
3987
|
const n = t[r];
|
|
3967
|
-
if (
|
|
3988
|
+
if (qt(n))
|
|
3968
3989
|
return n;
|
|
3969
3990
|
}
|
|
3970
3991
|
}
|
|
3971
|
-
function
|
|
3992
|
+
function Kt(e, ...t) {
|
|
3972
3993
|
delete I[e], re.update((r) => (r[e] = un.all([r[e] || {}, ...t]), r));
|
|
3973
3994
|
}
|
|
3974
3995
|
X(
|
|
3975
3996
|
[re],
|
|
3976
3997
|
([e]) => Object.keys(e)
|
|
3977
3998
|
);
|
|
3978
|
-
re.subscribe((e) =>
|
|
3999
|
+
re.subscribe((e) => Qe = e);
|
|
3979
4000
|
const ce = {};
|
|
3980
|
-
function
|
|
4001
|
+
function si(e, t) {
|
|
3981
4002
|
ce[e].delete(t), ce[e].size === 0 && delete ce[e];
|
|
3982
4003
|
}
|
|
3983
|
-
function
|
|
4004
|
+
function er(e) {
|
|
3984
4005
|
return ce[e];
|
|
3985
4006
|
}
|
|
3986
|
-
function
|
|
3987
|
-
return
|
|
3988
|
-
const r =
|
|
4007
|
+
function ai(e) {
|
|
4008
|
+
return Ee(e).map((t) => {
|
|
4009
|
+
const r = er(t);
|
|
3989
4010
|
return [t, r ? [...r] : []];
|
|
3990
4011
|
}).filter(([, t]) => t.length > 0);
|
|
3991
4012
|
}
|
|
3992
|
-
function
|
|
3993
|
-
return e == null ? !1 :
|
|
4013
|
+
function Xe(e) {
|
|
4014
|
+
return e == null ? !1 : Ee(e).some(
|
|
3994
4015
|
(t) => {
|
|
3995
4016
|
var r;
|
|
3996
|
-
return (r =
|
|
4017
|
+
return (r = er(t)) == null ? void 0 : r.size;
|
|
3997
4018
|
}
|
|
3998
4019
|
);
|
|
3999
4020
|
}
|
|
4000
|
-
function
|
|
4021
|
+
function ui(e, t) {
|
|
4001
4022
|
return Promise.all(
|
|
4002
|
-
t.map((n) => (
|
|
4003
|
-
).then((n) =>
|
|
4004
|
-
}
|
|
4005
|
-
const
|
|
4006
|
-
function
|
|
4007
|
-
if (!
|
|
4008
|
-
return e in
|
|
4009
|
-
const t =
|
|
4010
|
-
return
|
|
4023
|
+
t.map((n) => (si(e, n), n().then((i) => i.default || i)))
|
|
4024
|
+
).then((n) => Kt(e, ...n));
|
|
4025
|
+
}
|
|
4026
|
+
const Z = {};
|
|
4027
|
+
function tr(e) {
|
|
4028
|
+
if (!Xe(e))
|
|
4029
|
+
return e in Z ? Z[e] : Promise.resolve();
|
|
4030
|
+
const t = ai(e);
|
|
4031
|
+
return Z[e] = Promise.all(
|
|
4011
4032
|
t.map(
|
|
4012
|
-
([r, n]) =>
|
|
4033
|
+
([r, n]) => ui(r, n)
|
|
4013
4034
|
)
|
|
4014
4035
|
).then(() => {
|
|
4015
|
-
if (
|
|
4016
|
-
return
|
|
4017
|
-
delete
|
|
4018
|
-
}),
|
|
4036
|
+
if (Xe(e))
|
|
4037
|
+
return tr(e);
|
|
4038
|
+
delete Z[e];
|
|
4039
|
+
}), Z[e];
|
|
4019
4040
|
}
|
|
4020
|
-
const
|
|
4041
|
+
const hi = {
|
|
4021
4042
|
number: {
|
|
4022
4043
|
scientific: { notation: "scientific" },
|
|
4023
4044
|
engineering: { notation: "engineering" },
|
|
@@ -4046,159 +4067,159 @@ const ai = {
|
|
|
4046
4067
|
timeZoneName: "short"
|
|
4047
4068
|
}
|
|
4048
4069
|
}
|
|
4049
|
-
},
|
|
4070
|
+
}, li = {
|
|
4050
4071
|
fallbackLocale: null,
|
|
4051
4072
|
loadingDelay: 200,
|
|
4052
|
-
formats:
|
|
4073
|
+
formats: hi,
|
|
4053
4074
|
warnOnMissingMessages: !0,
|
|
4054
4075
|
handleMissingMessage: void 0,
|
|
4055
4076
|
ignoreTag: !0
|
|
4056
|
-
},
|
|
4057
|
-
function
|
|
4058
|
-
return
|
|
4077
|
+
}, ci = li;
|
|
4078
|
+
function V() {
|
|
4079
|
+
return ci;
|
|
4059
4080
|
}
|
|
4060
|
-
const
|
|
4061
|
-
var
|
|
4081
|
+
const Ae = ge(!1);
|
|
4082
|
+
var fi = Object.defineProperty, pi = Object.defineProperties, mi = Object.getOwnPropertyDescriptors, gt = Object.getOwnPropertySymbols, di = Object.prototype.hasOwnProperty, bi = Object.prototype.propertyIsEnumerable, yt = (e, t, r) => t in e ? fi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, gi = (e, t) => {
|
|
4062
4083
|
for (var r in t || (t = {}))
|
|
4063
|
-
|
|
4064
|
-
if (
|
|
4065
|
-
for (var r of
|
|
4066
|
-
|
|
4084
|
+
di.call(t, r) && yt(e, r, t[r]);
|
|
4085
|
+
if (gt)
|
|
4086
|
+
for (var r of gt(t))
|
|
4087
|
+
bi.call(t, r) && yt(e, r, t[r]);
|
|
4067
4088
|
return e;
|
|
4068
|
-
},
|
|
4069
|
-
let
|
|
4070
|
-
const
|
|
4071
|
-
function
|
|
4089
|
+
}, yi = (e, t) => pi(e, mi(t));
|
|
4090
|
+
let ze;
|
|
4091
|
+
const me = ge(null);
|
|
4092
|
+
function vt(e) {
|
|
4072
4093
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4073
4094
|
}
|
|
4074
|
-
function
|
|
4075
|
-
const r =
|
|
4076
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4095
|
+
function Ee(e, t = V().fallbackLocale) {
|
|
4096
|
+
const r = vt(e);
|
|
4097
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...vt(t)])] : r;
|
|
4077
4098
|
}
|
|
4078
4099
|
function C() {
|
|
4079
|
-
return
|
|
4100
|
+
return ze ?? void 0;
|
|
4080
4101
|
}
|
|
4081
|
-
|
|
4082
|
-
|
|
4102
|
+
me.subscribe((e) => {
|
|
4103
|
+
ze = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4083
4104
|
});
|
|
4084
|
-
const
|
|
4085
|
-
if (e &&
|
|
4086
|
-
const { loadingDelay: t } =
|
|
4105
|
+
const vi = (e) => {
|
|
4106
|
+
if (e && oi(e) && Xe(e)) {
|
|
4107
|
+
const { loadingDelay: t } = V();
|
|
4087
4108
|
let r;
|
|
4088
4109
|
return typeof window < "u" && C() != null && t ? r = window.setTimeout(
|
|
4089
|
-
() =>
|
|
4110
|
+
() => Ae.set(!0),
|
|
4090
4111
|
t
|
|
4091
|
-
) :
|
|
4092
|
-
|
|
4112
|
+
) : Ae.set(!0), tr(e).then(() => {
|
|
4113
|
+
me.set(e);
|
|
4093
4114
|
}).finally(() => {
|
|
4094
|
-
clearTimeout(r),
|
|
4115
|
+
clearTimeout(r), Ae.set(!1);
|
|
4095
4116
|
});
|
|
4096
4117
|
}
|
|
4097
|
-
return
|
|
4098
|
-
},
|
|
4099
|
-
set:
|
|
4100
|
-
}),
|
|
4118
|
+
return me.set(e);
|
|
4119
|
+
}, z = yi(gi({}, me), {
|
|
4120
|
+
set: vi
|
|
4121
|
+
}), _e = (e) => {
|
|
4101
4122
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4102
4123
|
return (n) => {
|
|
4103
4124
|
const i = JSON.stringify(n);
|
|
4104
4125
|
return i in t ? t[i] : t[i] = e(n);
|
|
4105
4126
|
};
|
|
4106
4127
|
};
|
|
4107
|
-
var
|
|
4128
|
+
var Ei = Object.defineProperty, de = Object.getOwnPropertySymbols, rr = Object.prototype.hasOwnProperty, nr = Object.prototype.propertyIsEnumerable, Et = (e, t, r) => t in e ? Ei(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Je = (e, t) => {
|
|
4108
4129
|
for (var r in t || (t = {}))
|
|
4109
|
-
|
|
4110
|
-
if (
|
|
4111
|
-
for (var r of
|
|
4112
|
-
|
|
4130
|
+
rr.call(t, r) && Et(e, r, t[r]);
|
|
4131
|
+
if (de)
|
|
4132
|
+
for (var r of de(t))
|
|
4133
|
+
nr.call(t, r) && Et(e, r, t[r]);
|
|
4113
4134
|
return e;
|
|
4114
|
-
},
|
|
4135
|
+
}, W = (e, t) => {
|
|
4115
4136
|
var r = {};
|
|
4116
4137
|
for (var n in e)
|
|
4117
|
-
|
|
4118
|
-
if (e != null &&
|
|
4119
|
-
for (var n of
|
|
4120
|
-
t.indexOf(n) < 0 &&
|
|
4138
|
+
rr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4139
|
+
if (e != null && de)
|
|
4140
|
+
for (var n of de(e))
|
|
4141
|
+
t.indexOf(n) < 0 && nr.call(e, n) && (r[n] = e[n]);
|
|
4121
4142
|
return r;
|
|
4122
4143
|
};
|
|
4123
|
-
const
|
|
4124
|
-
const { formats: r } =
|
|
4144
|
+
const K = (e, t) => {
|
|
4145
|
+
const { formats: r } = V();
|
|
4125
4146
|
if (e in r && t in r[e])
|
|
4126
4147
|
return r[e][t];
|
|
4127
4148
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4128
|
-
},
|
|
4149
|
+
}, _i = _e(
|
|
4129
4150
|
(e) => {
|
|
4130
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4151
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4131
4152
|
if (r == null)
|
|
4132
4153
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4133
|
-
return n && (i =
|
|
4154
|
+
return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
|
|
4134
4155
|
}
|
|
4135
|
-
),
|
|
4156
|
+
), xi = _e(
|
|
4136
4157
|
(e) => {
|
|
4137
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4158
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4138
4159
|
if (r == null)
|
|
4139
4160
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4140
|
-
return n ? i =
|
|
4161
|
+
return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4141
4162
|
}
|
|
4142
|
-
),
|
|
4163
|
+
), Si = _e(
|
|
4143
4164
|
(e) => {
|
|
4144
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4165
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4145
4166
|
if (r == null)
|
|
4146
4167
|
throw new Error(
|
|
4147
4168
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
4148
4169
|
);
|
|
4149
|
-
return n ? i =
|
|
4170
|
+
return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4150
4171
|
}
|
|
4151
|
-
),
|
|
4172
|
+
), Bi = (e = {}) => {
|
|
4152
4173
|
var t = e, {
|
|
4153
4174
|
locale: r = C()
|
|
4154
|
-
} = t, n =
|
|
4175
|
+
} = t, n = W(t, [
|
|
4155
4176
|
"locale"
|
|
4156
4177
|
]);
|
|
4157
|
-
return
|
|
4158
|
-
},
|
|
4178
|
+
return _i(Je({ locale: r }, n));
|
|
4179
|
+
}, wi = (e = {}) => {
|
|
4159
4180
|
var t = e, {
|
|
4160
4181
|
locale: r = C()
|
|
4161
|
-
} = t, n =
|
|
4182
|
+
} = t, n = W(t, [
|
|
4162
4183
|
"locale"
|
|
4163
4184
|
]);
|
|
4164
|
-
return
|
|
4165
|
-
},
|
|
4185
|
+
return xi(Je({ locale: r }, n));
|
|
4186
|
+
}, Ti = (e = {}) => {
|
|
4166
4187
|
var t = e, {
|
|
4167
4188
|
locale: r = C()
|
|
4168
|
-
} = t, n =
|
|
4189
|
+
} = t, n = W(t, [
|
|
4169
4190
|
"locale"
|
|
4170
4191
|
]);
|
|
4171
|
-
return
|
|
4172
|
-
},
|
|
4192
|
+
return Si(Je({ locale: r }, n));
|
|
4193
|
+
}, Hi = _e(
|
|
4173
4194
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4174
|
-
(e, t = C()) => new
|
|
4175
|
-
ignoreTag:
|
|
4195
|
+
(e, t = C()) => new ei(e, t, V().formats, {
|
|
4196
|
+
ignoreTag: V().ignoreTag
|
|
4176
4197
|
})
|
|
4177
|
-
),
|
|
4198
|
+
), Pi = (e, t = {}) => {
|
|
4178
4199
|
var r, n, i, o;
|
|
4179
|
-
let
|
|
4180
|
-
typeof e == "object" && (
|
|
4200
|
+
let s = t;
|
|
4201
|
+
typeof e == "object" && (s = e, e = s.id);
|
|
4181
4202
|
const {
|
|
4182
|
-
values:
|
|
4203
|
+
values: a,
|
|
4183
4204
|
locale: u = C(),
|
|
4184
4205
|
default: h
|
|
4185
|
-
} =
|
|
4206
|
+
} = s;
|
|
4186
4207
|
if (u == null)
|
|
4187
4208
|
throw new Error(
|
|
4188
4209
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4189
4210
|
);
|
|
4190
|
-
let l =
|
|
4211
|
+
let l = Yt(e, u);
|
|
4191
4212
|
if (!l)
|
|
4192
|
-
l = (o = (i = (n = (r =
|
|
4213
|
+
l = (o = (i = (n = (r = V()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: u, id: e, defaultValue: h })) != null ? i : h) != null ? o : e;
|
|
4193
4214
|
else if (typeof l != "string")
|
|
4194
4215
|
return console.warn(
|
|
4195
4216
|
`[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
4217
|
), l;
|
|
4197
|
-
if (!
|
|
4218
|
+
if (!a)
|
|
4198
4219
|
return l;
|
|
4199
4220
|
let c = l;
|
|
4200
4221
|
try {
|
|
4201
|
-
c =
|
|
4222
|
+
c = Hi(l, u).format(a);
|
|
4202
4223
|
} catch (f) {
|
|
4203
4224
|
f instanceof Error && console.warn(
|
|
4204
4225
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4206,20 +4227,20 @@ const ee = (e, t) => {
|
|
|
4206
4227
|
);
|
|
4207
4228
|
}
|
|
4208
4229
|
return c;
|
|
4209
|
-
},
|
|
4210
|
-
X([
|
|
4211
|
-
X([
|
|
4212
|
-
X([
|
|
4213
|
-
X([
|
|
4230
|
+
}, Ai = (e, t) => Ti(t).format(e), Oi = (e, t) => wi(t).format(e), Ii = (e, t) => Bi(t).format(e), Ni = (e, t = C()) => Yt(e, t), Li = X([z, re], () => Pi);
|
|
4231
|
+
X([z], () => Ai);
|
|
4232
|
+
X([z], () => Oi);
|
|
4233
|
+
X([z], () => Ii);
|
|
4234
|
+
X([z, re], () => Ni);
|
|
4214
4235
|
window.emWidgets = { topic: Vr };
|
|
4215
4236
|
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
|
-
|
|
4237
|
+
function _t(e, t) {
|
|
4238
|
+
Kt(e, t);
|
|
4218
4239
|
}
|
|
4219
|
-
function
|
|
4220
|
-
|
|
4240
|
+
function Ci(e) {
|
|
4241
|
+
z.set(e);
|
|
4221
4242
|
}
|
|
4222
|
-
const
|
|
4243
|
+
const xt = {
|
|
4223
4244
|
en: {
|
|
4224
4245
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4225
4246
|
},
|
|
@@ -4260,114 +4281,114 @@ const Et = {
|
|
|
4260
4281
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4261
4282
|
}
|
|
4262
4283
|
};
|
|
4263
|
-
function
|
|
4264
|
-
|
|
4284
|
+
function Mi(e) {
|
|
4285
|
+
sr(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
4286
|
}
|
|
4266
|
-
function
|
|
4287
|
+
function $i(e) {
|
|
4267
4288
|
let t, r, n, i = (
|
|
4268
4289
|
/*customtext*/
|
|
4269
4290
|
(e[0] || /*$_*/
|
|
4270
4291
|
e[5]("panicButtonString")) + ""
|
|
4271
|
-
), o,
|
|
4292
|
+
), o, s;
|
|
4272
4293
|
return {
|
|
4273
4294
|
c() {
|
|
4274
|
-
t =
|
|
4295
|
+
t = Q("div"), r = Q("div"), n = Q("button"), o = hr(i), L(n, "class", "PanicButton " + (se(
|
|
4275
4296
|
/*userAgent*/
|
|
4276
4297
|
e[6]
|
|
4277
|
-
) !== "PC" ? "PanicButtonMobile" : "")),
|
|
4298
|
+
) !== "PC" ? "PanicButtonMobile" : "")), L(n, "part", "PanicButton " + (se(
|
|
4278
4299
|
/*userAgent*/
|
|
4279
4300
|
e[6]
|
|
4280
|
-
) !== "PC" ? "PanicButtonMobile" : "")),
|
|
4301
|
+
) !== "PC" ? "PanicButtonMobile" : "")), Ke(
|
|
4281
4302
|
n,
|
|
4282
4303
|
"PanicButtonAnimation",
|
|
4283
4304
|
/*panicLoading*/
|
|
4284
4305
|
e[4]
|
|
4285
|
-
),
|
|
4306
|
+
), L(r, "class", "PanicSection " + (se(
|
|
4286
4307
|
/*userAgent*/
|
|
4287
4308
|
e[6]
|
|
4288
|
-
) !== "PC" ? "PanicSectionMobile" : "")),
|
|
4309
|
+
) !== "PC" ? "PanicSectionMobile" : "")), L(r, "part", "PanicSection " + (se(
|
|
4289
4310
|
/*userAgent*/
|
|
4290
4311
|
e[6]
|
|
4291
|
-
) !== "PC" ? "PanicSectionMobile" : "")),
|
|
4312
|
+
) !== "PC" ? "PanicSectionMobile" : "")), L(t, "class", s = /*alternativestyling*/
|
|
4292
4313
|
e[1] == "true" ? "PanicButtonV2" : "");
|
|
4293
4314
|
},
|
|
4294
|
-
m(
|
|
4295
|
-
|
|
4315
|
+
m(a, u) {
|
|
4316
|
+
Tt(a, t, u), ae(t, r), ae(r, n), ae(n, o), e[12](n), e[13](t);
|
|
4296
4317
|
},
|
|
4297
|
-
p(
|
|
4318
|
+
p(a, [u]) {
|
|
4298
4319
|
u & /*customtext, $_*/
|
|
4299
4320
|
33 && i !== (i = /*customtext*/
|
|
4300
|
-
(
|
|
4301
|
-
|
|
4302
|
-
16 &&
|
|
4321
|
+
(a[0] || /*$_*/
|
|
4322
|
+
a[5]("panicButtonString")) + "") && cr(o, i), u & /*panicLoading*/
|
|
4323
|
+
16 && Ke(
|
|
4303
4324
|
n,
|
|
4304
4325
|
"PanicButtonAnimation",
|
|
4305
4326
|
/*panicLoading*/
|
|
4306
|
-
|
|
4327
|
+
a[4]
|
|
4307
4328
|
), u & /*alternativestyling*/
|
|
4308
|
-
2 &&
|
|
4309
|
-
|
|
4329
|
+
2 && s !== (s = /*alternativestyling*/
|
|
4330
|
+
a[1] == "true" ? "PanicButtonV2" : "") && L(t, "class", s);
|
|
4310
4331
|
},
|
|
4311
|
-
i:
|
|
4312
|
-
o:
|
|
4313
|
-
d(
|
|
4314
|
-
|
|
4332
|
+
i: w,
|
|
4333
|
+
o: w,
|
|
4334
|
+
d(a) {
|
|
4335
|
+
a && Ze(t), e[12](null), e[13](null);
|
|
4315
4336
|
}
|
|
4316
4337
|
};
|
|
4317
4338
|
}
|
|
4318
|
-
function
|
|
4339
|
+
function Ri(e, t, r) {
|
|
4319
4340
|
let n;
|
|
4320
|
-
|
|
4321
|
-
let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling:
|
|
4322
|
-
const
|
|
4341
|
+
or(e, Li, (y) => r(5, n = y));
|
|
4342
|
+
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, m = !1, g = 0, b, B = window.navigator.userAgent;
|
|
4343
|
+
const N = () => {
|
|
4323
4344
|
fetch(l).then(($) => $.json()).then(($) => {
|
|
4324
|
-
Object.keys($).forEach((
|
|
4325
|
-
|
|
4345
|
+
Object.keys($).forEach((Ye) => {
|
|
4346
|
+
_t(Ye, $[Ye]);
|
|
4326
4347
|
});
|
|
4327
4348
|
}).catch(($) => {
|
|
4328
4349
|
console.log($);
|
|
4329
4350
|
});
|
|
4330
4351
|
};
|
|
4331
|
-
Object.keys(
|
|
4332
|
-
|
|
4352
|
+
Object.keys(xt).forEach((y) => {
|
|
4353
|
+
_t(y, xt[y]);
|
|
4333
4354
|
});
|
|
4334
4355
|
const O = () => {
|
|
4335
|
-
c?.addEventListener("mousedown",
|
|
4336
|
-
},
|
|
4337
|
-
r(4, m = !1), c?.removeEventListener("mousedown",
|
|
4338
|
-
},
|
|
4339
|
-
|
|
4356
|
+
c?.addEventListener("mousedown", T, !1), c?.addEventListener("touchstart", T, !1), c?.addEventListener("mouseup", S, !1), c?.addEventListener("touchend", S, !1);
|
|
4357
|
+
}, x = () => {
|
|
4358
|
+
r(4, m = !1), c?.removeEventListener("mousedown", T), c?.removeEventListener("touchstart", T), c?.removeEventListener("mouseup", S), c?.removeEventListener("touchend", S);
|
|
4359
|
+
}, T = () => {
|
|
4360
|
+
g = 0, r(4, m = !0), b = setInterval(
|
|
4340
4361
|
() => {
|
|
4341
|
-
|
|
4362
|
+
g++, g >= 2 && (window.postMessage({ type: "PanicButtonClicked" }, window.location.href), clearInterval(b), typeof gtag == "function" && gtag("event", "PanicButtonClicked", { context: "PanicButton" }));
|
|
4342
4363
|
},
|
|
4343
4364
|
1e3
|
|
4344
4365
|
);
|
|
4345
4366
|
}, S = () => {
|
|
4346
|
-
r(4, m = !1), clearInterval(
|
|
4367
|
+
r(4, m = !1), clearInterval(b);
|
|
4347
4368
|
};
|
|
4348
|
-
|
|
4349
|
-
|
|
4369
|
+
mr(() => () => {
|
|
4370
|
+
x();
|
|
4350
4371
|
});
|
|
4351
|
-
function M(
|
|
4352
|
-
fe[
|
|
4353
|
-
c =
|
|
4372
|
+
function M(y) {
|
|
4373
|
+
fe[y ? "unshift" : "push"](() => {
|
|
4374
|
+
c = y, r(2, c);
|
|
4354
4375
|
});
|
|
4355
4376
|
}
|
|
4356
|
-
function ne(
|
|
4357
|
-
fe[
|
|
4358
|
-
f =
|
|
4377
|
+
function ne(y) {
|
|
4378
|
+
fe[y ? "unshift" : "push"](() => {
|
|
4379
|
+
f = y, r(3, f);
|
|
4359
4380
|
});
|
|
4360
4381
|
}
|
|
4361
|
-
return e.$$set = (
|
|
4362
|
-
"lang" in
|
|
4382
|
+
return e.$$set = (y) => {
|
|
4383
|
+
"lang" in y && r(7, i = y.lang), "customtext" in y && r(0, o = y.customtext), "clientstyling" in y && r(8, s = y.clientstyling), "clientstylingurl" in y && r(9, a = y.clientstylingurl), "mbsource" in y && r(10, u = y.mbsource), "alternativestyling" in y && r(1, h = y.alternativestyling), "translationurl" in y && r(11, l = y.translationurl);
|
|
4363
4384
|
}, e.$$.update = () => {
|
|
4364
4385
|
e.$$.dirty & /*panicButton*/
|
|
4365
4386
|
4 && c && O(), e.$$.dirty & /*lang*/
|
|
4366
|
-
128 && i &&
|
|
4367
|
-
264 &&
|
|
4368
|
-
520 &&
|
|
4369
|
-
1032 && u && f &&
|
|
4370
|
-
2048 && l &&
|
|
4387
|
+
128 && i && Ci(i), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4388
|
+
264 && s && f && Pr(f, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4389
|
+
520 && a && f && Ar(f, a), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4390
|
+
1032 && u && f && Or(f, `${u}.Style`), e.$$.dirty & /*translationurl*/
|
|
4391
|
+
2048 && l && N();
|
|
4371
4392
|
}, [
|
|
4372
4393
|
o,
|
|
4373
4394
|
h,
|
|
@@ -4377,22 +4398,22 @@ function Mi(e, t, r) {
|
|
|
4377
4398
|
n,
|
|
4378
4399
|
B,
|
|
4379
4400
|
i,
|
|
4380
|
-
a,
|
|
4381
4401
|
s,
|
|
4402
|
+
a,
|
|
4382
4403
|
u,
|
|
4383
4404
|
l,
|
|
4384
4405
|
M,
|
|
4385
4406
|
ne
|
|
4386
4407
|
];
|
|
4387
4408
|
}
|
|
4388
|
-
class
|
|
4409
|
+
class Ui extends Tr {
|
|
4389
4410
|
constructor(t) {
|
|
4390
|
-
super(),
|
|
4411
|
+
super(), Br(
|
|
4391
4412
|
this,
|
|
4392
4413
|
t,
|
|
4393
|
-
|
|
4394
|
-
|
|
4395
|
-
|
|
4414
|
+
Ri,
|
|
4415
|
+
$i,
|
|
4416
|
+
Bt,
|
|
4396
4417
|
{
|
|
4397
4418
|
lang: 7,
|
|
4398
4419
|
customtext: 0,
|
|
@@ -4402,53 +4423,53 @@ class $i extends Tr {
|
|
|
4402
4423
|
alternativestyling: 1,
|
|
4403
4424
|
translationurl: 11
|
|
4404
4425
|
},
|
|
4405
|
-
|
|
4426
|
+
Mi
|
|
4406
4427
|
);
|
|
4407
4428
|
}
|
|
4408
4429
|
get lang() {
|
|
4409
4430
|
return this.$$.ctx[7];
|
|
4410
4431
|
}
|
|
4411
4432
|
set lang(t) {
|
|
4412
|
-
this.$$set({ lang: t }),
|
|
4433
|
+
this.$$set({ lang: t }), P();
|
|
4413
4434
|
}
|
|
4414
4435
|
get customtext() {
|
|
4415
4436
|
return this.$$.ctx[0];
|
|
4416
4437
|
}
|
|
4417
4438
|
set customtext(t) {
|
|
4418
|
-
this.$$set({ customtext: t }),
|
|
4439
|
+
this.$$set({ customtext: t }), P();
|
|
4419
4440
|
}
|
|
4420
4441
|
get clientstyling() {
|
|
4421
4442
|
return this.$$.ctx[8];
|
|
4422
4443
|
}
|
|
4423
4444
|
set clientstyling(t) {
|
|
4424
|
-
this.$$set({ clientstyling: t }),
|
|
4445
|
+
this.$$set({ clientstyling: t }), P();
|
|
4425
4446
|
}
|
|
4426
4447
|
get clientstylingurl() {
|
|
4427
4448
|
return this.$$.ctx[9];
|
|
4428
4449
|
}
|
|
4429
4450
|
set clientstylingurl(t) {
|
|
4430
|
-
this.$$set({ clientstylingurl: t }),
|
|
4451
|
+
this.$$set({ clientstylingurl: t }), P();
|
|
4431
4452
|
}
|
|
4432
4453
|
get mbsource() {
|
|
4433
4454
|
return this.$$.ctx[10];
|
|
4434
4455
|
}
|
|
4435
4456
|
set mbsource(t) {
|
|
4436
|
-
this.$$set({ mbsource: t }),
|
|
4457
|
+
this.$$set({ mbsource: t }), P();
|
|
4437
4458
|
}
|
|
4438
4459
|
get alternativestyling() {
|
|
4439
4460
|
return this.$$.ctx[1];
|
|
4440
4461
|
}
|
|
4441
4462
|
set alternativestyling(t) {
|
|
4442
|
-
this.$$set({ alternativestyling: t }),
|
|
4463
|
+
this.$$set({ alternativestyling: t }), P();
|
|
4443
4464
|
}
|
|
4444
4465
|
get translationurl() {
|
|
4445
4466
|
return this.$$.ctx[11];
|
|
4446
4467
|
}
|
|
4447
4468
|
set translationurl(t) {
|
|
4448
|
-
this.$$set({ translationurl: t }),
|
|
4469
|
+
this.$$set({ translationurl: t }), P();
|
|
4449
4470
|
}
|
|
4450
4471
|
}
|
|
4451
|
-
|
|
4472
|
+
wr(Ui, { lang: {}, customtext: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, alternativestyling: {}, translationurl: {} }, [], [], !0);
|
|
4452
4473
|
export {
|
|
4453
|
-
|
|
4474
|
+
Ui as P
|
|
4454
4475
|
};
|