@everymatrix/player-panic-button 1.76.3 → 1.76.4
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-DpaxzQmz.js → PlayerPanicButton-BRhdV4bT.js} +792 -757
- package/components/{PlayerPanicButton-kvRbaraB.js → PlayerPanicButton-Z0b_0GW0.js} +815 -780
- 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-ClwDjGaA.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 nr(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
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 ur(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
107
|
let G = [];
|
|
108
|
-
const
|
|
109
|
-
let
|
|
110
|
-
function
|
|
111
|
-
|
|
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
|
|
113
|
+
function Ie(e) {
|
|
114
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
133
|
for (let t = 0; t < G.length; t += 1) {
|
|
134
134
|
const r = G[t];
|
|
135
|
-
|
|
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
|
-
function
|
|
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 Er(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
188
188
|
after_update: [],
|
|
189
189
|
context: new Map(t.context || (u ? u.$$.context : [])),
|
|
190
190
|
// everything else
|
|
191
|
-
callbacks:
|
|
191
|
+
callbacks: qe(),
|
|
192
192
|
dirty: a,
|
|
193
193
|
skip_bound: !1,
|
|
194
194
|
root: t.target || u.$$.root
|
|
195
195
|
};
|
|
196
196
|
s && s(h.root);
|
|
197
197
|
let l = !1;
|
|
198
|
-
if (h.ctx = r(e, t.props || {}, (c, f, ...
|
|
199
|
-
const
|
|
200
|
-
return h.ctx && i(h.ctx[c], h.ctx[c] =
|
|
201
|
-
}), h.update(), l = !0,
|
|
198
|
+
if (h.ctx = r ? r(e, t.props || {}, (c, f, ...m) => {
|
|
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" && (St = 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) {
|
|
@@ -355,8 +355,8 @@ function ue(e, t, r, n) {
|
|
|
355
355
|
return t;
|
|
356
356
|
}
|
|
357
357
|
}
|
|
358
|
-
function
|
|
359
|
-
let s = class extends
|
|
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
|
}
|
|
@@ -384,7 +384,7 @@ function xr(e, t, r, n, i, o) {
|
|
|
384
384
|
}), e.element = /** @type {any} */
|
|
385
385
|
s, s;
|
|
386
386
|
}
|
|
387
|
-
class
|
|
387
|
+
class Tr {
|
|
388
388
|
/**
|
|
389
389
|
* ### PRIVATE API
|
|
390
390
|
*
|
|
@@ -403,7 +403,7 @@ class _r {
|
|
|
403
403
|
$$set = void 0;
|
|
404
404
|
/** @returns {void} */
|
|
405
405
|
$destroy() {
|
|
406
|
-
|
|
406
|
+
xr(this, 1), this.$destroy = w;
|
|
407
407
|
}
|
|
408
408
|
/**
|
|
409
409
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -412,8 +412,8 @@ class _r {
|
|
|
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 _r {
|
|
|
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 Tr(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 Hr(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 Oe(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,7 +496,7 @@ function Oe(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;
|
|
@@ -535,22 +516,22 @@ function Ie(e, t) {
|
|
|
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 = Bt(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
|
}
|
|
@@ -577,12 +558,12 @@ var me = function() {
|
|
|
577
558
|
if (s)
|
|
578
559
|
if (this._parentage = null, Array.isArray(s))
|
|
579
560
|
try {
|
|
580
|
-
for (var a =
|
|
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
569
|
u && !u.done && (r = a.return) && r.call(a);
|
|
@@ -594,29 +575,29 @@ var me = function() {
|
|
|
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);
|
|
620
601
|
} finally {
|
|
621
602
|
if (n)
|
|
622
603
|
throw n.error;
|
|
@@ -624,13 +605,13 @@ var me = 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,56 +628,52 @@ var me = 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
|
-
}, Ar = {
|
|
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);
|
|
679
656
|
},
|
|
680
657
|
delegate: void 0
|
|
681
658
|
};
|
|
682
|
-
function
|
|
683
|
-
|
|
659
|
+
function Lr(e) {
|
|
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,7 +697,7 @@ var Ht = function(e) {
|
|
|
720
697
|
this.unsubscribe();
|
|
721
698
|
}
|
|
722
699
|
}, t;
|
|
723
|
-
}(
|
|
700
|
+
}(be), Cr = function() {
|
|
724
701
|
function e(t) {
|
|
725
702
|
this.partialObserver = t;
|
|
726
703
|
}
|
|
@@ -751,43 +728,43 @@ var Ht = function(e) {
|
|
|
751
728
|
ie(r);
|
|
752
729
|
}
|
|
753
730
|
}, e;
|
|
754
|
-
}(),
|
|
755
|
-
|
|
731
|
+
}(), Re = function(e) {
|
|
732
|
+
te(t, e);
|
|
756
733
|
function t(r, n, i) {
|
|
757
734
|
var o = e.call(this) || this, s;
|
|
758
|
-
return
|
|
735
|
+
return A(r) || !r ? s = {
|
|
759
736
|
next: r ?? void 0,
|
|
760
737
|
error: n ?? void 0,
|
|
761
738
|
complete: i ?? void 0
|
|
762
|
-
} : s = r, o.destination = new
|
|
739
|
+
} : s = r, o.destination = new Cr(s), o;
|
|
763
740
|
}
|
|
764
741
|
return t;
|
|
765
|
-
}(
|
|
742
|
+
}(It);
|
|
766
743
|
function ie(e) {
|
|
767
|
-
|
|
744
|
+
Lr(e);
|
|
768
745
|
}
|
|
769
|
-
function
|
|
746
|
+
function Mr(e) {
|
|
770
747
|
throw e;
|
|
771
748
|
}
|
|
772
|
-
var
|
|
749
|
+
var $r = {
|
|
773
750
|
closed: !0,
|
|
774
|
-
next:
|
|
775
|
-
error:
|
|
776
|
-
complete:
|
|
777
|
-
},
|
|
751
|
+
next: rt,
|
|
752
|
+
error: Mr,
|
|
753
|
+
complete: rt
|
|
754
|
+
}, Rr = function() {
|
|
778
755
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
779
756
|
}();
|
|
780
|
-
function
|
|
757
|
+
function Ur(e) {
|
|
781
758
|
return e;
|
|
782
759
|
}
|
|
783
|
-
function
|
|
784
|
-
return e.length === 0 ?
|
|
760
|
+
function Dr(e) {
|
|
761
|
+
return e.length === 0 ? Ur : e.length === 1 ? e[0] : function(r) {
|
|
785
762
|
return e.reduce(function(n, i) {
|
|
786
763
|
return i(n);
|
|
787
764
|
}, r);
|
|
788
765
|
};
|
|
789
766
|
}
|
|
790
|
-
var
|
|
767
|
+
var nt = function() {
|
|
791
768
|
function e(t) {
|
|
792
769
|
t && (this._subscribe = t);
|
|
793
770
|
}
|
|
@@ -795,7 +772,7 @@ var Ke = function() {
|
|
|
795
772
|
var r = new e();
|
|
796
773
|
return r.source = this, r.operator = t, r;
|
|
797
774
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
798
|
-
var i = this, o =
|
|
775
|
+
var i = this, o = Fr(t) ? t : new Re(t, r, n);
|
|
799
776
|
return he(function() {
|
|
800
777
|
var s = i, a = s.operator, u = s.source;
|
|
801
778
|
o.add(a ? a.call(o, u) : u ? i._subscribe(o) : i._trySubscribe(o));
|
|
@@ -808,8 +785,8 @@ var Ke = function() {
|
|
|
808
785
|
}
|
|
809
786
|
}, e.prototype.forEach = function(t, r) {
|
|
810
787
|
var n = this;
|
|
811
|
-
return r =
|
|
812
|
-
var s = new
|
|
788
|
+
return r = it(r), new r(function(i, o) {
|
|
789
|
+
var s = new Re({
|
|
813
790
|
next: function(a) {
|
|
814
791
|
try {
|
|
815
792
|
t(a);
|
|
@@ -825,15 +802,15 @@ var Ke = function() {
|
|
|
825
802
|
}, e.prototype._subscribe = function(t) {
|
|
826
803
|
var r;
|
|
827
804
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
828
|
-
}, e.prototype[
|
|
805
|
+
}, e.prototype[Rr] = function() {
|
|
829
806
|
return this;
|
|
830
807
|
}, e.prototype.pipe = function() {
|
|
831
808
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
832
809
|
t[r] = arguments[r];
|
|
833
|
-
return
|
|
810
|
+
return Dr(t)(this);
|
|
834
811
|
}, e.prototype.toPromise = function(t) {
|
|
835
812
|
var r = this;
|
|
836
|
-
return t =
|
|
813
|
+
return t = it(t), new t(function(n, i) {
|
|
837
814
|
var o;
|
|
838
815
|
r.subscribe(function(s) {
|
|
839
816
|
return o = s;
|
|
@@ -847,32 +824,32 @@ var Ke = function() {
|
|
|
847
824
|
return new e(t);
|
|
848
825
|
}, e;
|
|
849
826
|
}();
|
|
850
|
-
function
|
|
827
|
+
function it(e) {
|
|
851
828
|
var t;
|
|
852
|
-
return (t = e ??
|
|
829
|
+
return (t = e ?? Ir.Promise) !== null && t !== void 0 ? t : Promise;
|
|
853
830
|
}
|
|
854
|
-
function
|
|
855
|
-
return e &&
|
|
831
|
+
function Gr(e) {
|
|
832
|
+
return e && A(e.next) && A(e.error) && A(e.complete);
|
|
856
833
|
}
|
|
857
|
-
function
|
|
858
|
-
return e && e instanceof
|
|
834
|
+
function Fr(e) {
|
|
835
|
+
return e && e instanceof It || Gr(e) && Ot(e);
|
|
859
836
|
}
|
|
860
|
-
var
|
|
837
|
+
var jr = Pt(function(e) {
|
|
861
838
|
return function() {
|
|
862
839
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
863
840
|
};
|
|
864
|
-
}),
|
|
865
|
-
|
|
841
|
+
}), Nt = function(e) {
|
|
842
|
+
te(t, e);
|
|
866
843
|
function t() {
|
|
867
844
|
var r = e.call(this) || this;
|
|
868
845
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
869
846
|
}
|
|
870
847
|
return t.prototype.lift = function(r) {
|
|
871
|
-
var n = new
|
|
848
|
+
var n = new ot(this, this);
|
|
872
849
|
return n.operator = r, n;
|
|
873
850
|
}, t.prototype._throwIfClosed = function() {
|
|
874
851
|
if (this.closed)
|
|
875
|
-
throw new
|
|
852
|
+
throw new jr();
|
|
876
853
|
}, t.prototype.next = function(r) {
|
|
877
854
|
var n = this;
|
|
878
855
|
he(function() {
|
|
@@ -880,7 +857,7 @@ var Dr = Bt(function(e) {
|
|
|
880
857
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
881
858
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
882
859
|
try {
|
|
883
|
-
for (var s =
|
|
860
|
+
for (var s = Le(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
884
861
|
var u = a.value;
|
|
885
862
|
u.next(r);
|
|
886
863
|
}
|
|
@@ -929,20 +906,20 @@ var Dr = Bt(function(e) {
|
|
|
929
906
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
930
907
|
}, t.prototype._innerSubscribe = function(r) {
|
|
931
908
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
932
|
-
return o || s ?
|
|
933
|
-
n.currentObservers = null,
|
|
909
|
+
return o || s ? At : (this.currentObservers = null, a.push(r), new be(function() {
|
|
910
|
+
n.currentObservers = null, $e(a, r);
|
|
934
911
|
}));
|
|
935
912
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
936
913
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
937
914
|
i ? r.error(o) : s && r.complete();
|
|
938
915
|
}, t.prototype.asObservable = function() {
|
|
939
|
-
var r = new
|
|
916
|
+
var r = new nt();
|
|
940
917
|
return r.source = this, r;
|
|
941
918
|
}, t.create = function(r, n) {
|
|
942
|
-
return new
|
|
919
|
+
return new ot(r, n);
|
|
943
920
|
}, t;
|
|
944
|
-
}(
|
|
945
|
-
|
|
921
|
+
}(nt), ot = function(e) {
|
|
922
|
+
te(t, e);
|
|
946
923
|
function t(r, n) {
|
|
947
924
|
var i = e.call(this) || this;
|
|
948
925
|
return i.destination = r, i.source = n, i;
|
|
@@ -958,17 +935,17 @@ var Dr = Bt(function(e) {
|
|
|
958
935
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
959
936
|
}, t.prototype._subscribe = function(r) {
|
|
960
937
|
var n, i;
|
|
961
|
-
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;
|
|
962
939
|
}, t;
|
|
963
|
-
}(
|
|
940
|
+
}(Nt), Lt = {
|
|
964
941
|
now: function() {
|
|
965
|
-
return (
|
|
942
|
+
return (Lt.delegate || Date).now();
|
|
966
943
|
},
|
|
967
944
|
delegate: void 0
|
|
968
|
-
},
|
|
969
|
-
|
|
945
|
+
}, kr = function(e) {
|
|
946
|
+
te(t, e);
|
|
970
947
|
function t(r, n, i) {
|
|
971
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
948
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Lt);
|
|
972
949
|
var o = e.call(this) || this;
|
|
973
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;
|
|
974
951
|
}
|
|
@@ -988,24 +965,24 @@ var Dr = Bt(function(e) {
|
|
|
988
965
|
h && o.splice(0, h + 1);
|
|
989
966
|
}
|
|
990
967
|
}, t;
|
|
991
|
-
}(
|
|
992
|
-
const
|
|
993
|
-
if (
|
|
994
|
-
const r = new
|
|
995
|
-
|
|
968
|
+
}(Nt);
|
|
969
|
+
const st = [], at = {}, Vr = (e, t = 0) => {
|
|
970
|
+
if (st.indexOf(e) == -1) {
|
|
971
|
+
const r = new kr(t);
|
|
972
|
+
at[e] = r, st.push(e);
|
|
996
973
|
}
|
|
997
|
-
return
|
|
974
|
+
return at[e];
|
|
998
975
|
}, U = [];
|
|
999
|
-
function
|
|
976
|
+
function Xr(e, t) {
|
|
1000
977
|
return {
|
|
1001
|
-
subscribe:
|
|
978
|
+
subscribe: ge(e, t).subscribe
|
|
1002
979
|
};
|
|
1003
980
|
}
|
|
1004
|
-
function
|
|
981
|
+
function ge(e, t = w) {
|
|
1005
982
|
let r;
|
|
1006
983
|
const n = /* @__PURE__ */ new Set();
|
|
1007
984
|
function i(a) {
|
|
1008
|
-
if (
|
|
985
|
+
if (Bt(e, a) && (e = a, r)) {
|
|
1009
986
|
const u = !U.length;
|
|
1010
987
|
for (const h of n)
|
|
1011
988
|
h[1](), U.push(h, e);
|
|
@@ -1019,9 +996,9 @@ function be(e, t = T) {
|
|
|
1019
996
|
function o(a) {
|
|
1020
997
|
i(a(e));
|
|
1021
998
|
}
|
|
1022
|
-
function s(a, u =
|
|
999
|
+
function s(a, u = w) {
|
|
1023
1000
|
const h = [a, u];
|
|
1024
|
-
return n.add(h), n.size === 1 && (r = t(i, o) ||
|
|
1001
|
+
return n.add(h), n.size === 1 && (r = t(i, o) || w), a(e), () => {
|
|
1025
1002
|
n.delete(h), n.size === 0 && r && (r(), r = null);
|
|
1026
1003
|
};
|
|
1027
1004
|
}
|
|
@@ -1032,140 +1009,179 @@ function X(e, t, r) {
|
|
|
1032
1009
|
if (!i.every(Boolean))
|
|
1033
1010
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1034
1011
|
const o = t.length < 2;
|
|
1035
|
-
return
|
|
1012
|
+
return Xr(r, (s, a) => {
|
|
1036
1013
|
let u = !1;
|
|
1037
1014
|
const h = [];
|
|
1038
|
-
let l = 0, c =
|
|
1015
|
+
let l = 0, c = w;
|
|
1039
1016
|
const f = () => {
|
|
1040
1017
|
if (l)
|
|
1041
1018
|
return;
|
|
1042
1019
|
c();
|
|
1043
|
-
const
|
|
1044
|
-
o ? s(
|
|
1045
|
-
},
|
|
1046
|
-
(
|
|
1047
|
-
|
|
1020
|
+
const g = t(n ? h[0] : h, s, a);
|
|
1021
|
+
o ? s(g) : c = We(g) ? g : w;
|
|
1022
|
+
}, m = i.map(
|
|
1023
|
+
(g, b) => wt(
|
|
1024
|
+
g,
|
|
1048
1025
|
(B) => {
|
|
1049
|
-
h[
|
|
1026
|
+
h[b] = B, l &= ~(1 << b), u && f();
|
|
1050
1027
|
},
|
|
1051
1028
|
() => {
|
|
1052
|
-
l |= 1 <<
|
|
1029
|
+
l |= 1 << b;
|
|
1053
1030
|
}
|
|
1054
1031
|
)
|
|
1055
1032
|
);
|
|
1056
1033
|
return u = !0, f(), function() {
|
|
1057
|
-
|
|
1034
|
+
ee(m), c(), u = !1;
|
|
1058
1035
|
};
|
|
1059
1036
|
});
|
|
1060
1037
|
}
|
|
1061
|
-
function
|
|
1062
|
-
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1038
|
+
function zr(e) {
|
|
1039
|
+
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1063
1040
|
}
|
|
1064
|
-
var
|
|
1065
|
-
return
|
|
1041
|
+
var Wr = function(t) {
|
|
1042
|
+
return Zr(t) && !Qr(t);
|
|
1066
1043
|
};
|
|
1067
|
-
function
|
|
1044
|
+
function Zr(e) {
|
|
1068
1045
|
return !!e && typeof e == "object";
|
|
1069
1046
|
}
|
|
1070
|
-
function
|
|
1047
|
+
function Qr(e) {
|
|
1071
1048
|
var t = Object.prototype.toString.call(e);
|
|
1072
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1049
|
+
return t === "[object RegExp]" || t === "[object Date]" || qr(e);
|
|
1073
1050
|
}
|
|
1074
|
-
var
|
|
1075
|
-
function
|
|
1076
|
-
return e.$$typeof ===
|
|
1051
|
+
var Jr = typeof Symbol == "function" && Symbol.for, Yr = Jr ? Symbol.for("react.element") : 60103;
|
|
1052
|
+
function qr(e) {
|
|
1053
|
+
return e.$$typeof === Yr;
|
|
1077
1054
|
}
|
|
1078
|
-
function
|
|
1055
|
+
function Kr(e) {
|
|
1079
1056
|
return Array.isArray(e) ? [] : {};
|
|
1080
1057
|
}
|
|
1081
|
-
function
|
|
1082
|
-
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;
|
|
1083
1060
|
}
|
|
1084
|
-
function
|
|
1061
|
+
function en(e, t, r) {
|
|
1085
1062
|
return e.concat(t).map(function(n) {
|
|
1086
|
-
return
|
|
1063
|
+
return q(n, r);
|
|
1087
1064
|
});
|
|
1088
1065
|
}
|
|
1089
|
-
function
|
|
1066
|
+
function tn(e, t) {
|
|
1090
1067
|
if (!t.customMerge)
|
|
1091
|
-
return
|
|
1068
|
+
return F;
|
|
1092
1069
|
var r = t.customMerge(e);
|
|
1093
|
-
return typeof r == "function" ? r :
|
|
1070
|
+
return typeof r == "function" ? r : F;
|
|
1094
1071
|
}
|
|
1095
|
-
function
|
|
1072
|
+
function rn(e) {
|
|
1096
1073
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1097
1074
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1098
1075
|
}) : [];
|
|
1099
1076
|
}
|
|
1100
|
-
function
|
|
1101
|
-
return Object.keys(e).concat(
|
|
1077
|
+
function ut(e) {
|
|
1078
|
+
return Object.keys(e).concat(rn(e));
|
|
1102
1079
|
}
|
|
1103
|
-
function
|
|
1080
|
+
function Ct(e, t) {
|
|
1104
1081
|
try {
|
|
1105
1082
|
return t in e;
|
|
1106
1083
|
} catch {
|
|
1107
1084
|
return !1;
|
|
1108
1085
|
}
|
|
1109
1086
|
}
|
|
1110
|
-
function
|
|
1111
|
-
return
|
|
1087
|
+
function nn(e, t) {
|
|
1088
|
+
return Ct(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1112
1089
|
}
|
|
1113
|
-
function
|
|
1090
|
+
function on(e, t, r) {
|
|
1114
1091
|
var n = {};
|
|
1115
|
-
return r.isMergeableObject(e) &&
|
|
1116
|
-
n[i] =
|
|
1117
|
-
}),
|
|
1118
|
-
|
|
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));
|
|
1119
1096
|
}), n;
|
|
1120
1097
|
}
|
|
1121
|
-
function
|
|
1122
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1098
|
+
function F(e, t, r) {
|
|
1099
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || en, r.isMergeableObject = r.isMergeableObject || Wr, r.cloneUnlessOtherwiseSpecified = q;
|
|
1123
1100
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1124
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1101
|
+
return o ? n ? r.arrayMerge(e, t, r) : on(e, t, r) : q(t, r);
|
|
1125
1102
|
}
|
|
1126
|
-
|
|
1103
|
+
F.all = function(t, r) {
|
|
1127
1104
|
if (!Array.isArray(t))
|
|
1128
1105
|
throw new Error("first argument should be an array");
|
|
1129
1106
|
return t.reduce(function(n, i) {
|
|
1130
|
-
return
|
|
1107
|
+
return F(n, i, r);
|
|
1131
1108
|
}, {});
|
|
1132
1109
|
};
|
|
1133
|
-
var
|
|
1134
|
-
const
|
|
1135
|
-
function
|
|
1136
|
-
|
|
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;
|
|
1137
1156
|
return i(e, {
|
|
1138
1157
|
cache: r,
|
|
1139
1158
|
serializer: n
|
|
1140
1159
|
});
|
|
1141
1160
|
}
|
|
1142
|
-
function
|
|
1161
|
+
function ln(e) {
|
|
1143
1162
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1144
1163
|
}
|
|
1145
|
-
function
|
|
1146
|
-
var i =
|
|
1164
|
+
function cn(e, t, r, n) {
|
|
1165
|
+
var i = ln(n) ? n : r(n), o = t.get(i);
|
|
1147
1166
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1148
1167
|
}
|
|
1149
|
-
function
|
|
1168
|
+
function Mt(e, t, r) {
|
|
1150
1169
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1151
1170
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1152
1171
|
}
|
|
1153
|
-
function
|
|
1172
|
+
function $t(e, t, r, n, i) {
|
|
1154
1173
|
return r.bind(t, e, n, i);
|
|
1155
1174
|
}
|
|
1156
|
-
function
|
|
1157
|
-
var r = e.length === 1 ?
|
|
1158
|
-
return
|
|
1175
|
+
function fn(e, t) {
|
|
1176
|
+
var r = e.length === 1 ? cn : Mt;
|
|
1177
|
+
return $t(e, this, r, t.cache.create(), t.serializer);
|
|
1159
1178
|
}
|
|
1160
|
-
function
|
|
1161
|
-
return
|
|
1162
|
-
}
|
|
1163
|
-
function hn(e, t) {
|
|
1164
|
-
return Ve(e, this, It, t.cache.create(), t.serializer);
|
|
1179
|
+
function pn(e, t) {
|
|
1180
|
+
return $t(e, this, Mt, t.cache.create(), t.serializer);
|
|
1165
1181
|
}
|
|
1166
|
-
var
|
|
1182
|
+
var mn = function() {
|
|
1167
1183
|
return JSON.stringify(arguments);
|
|
1168
|
-
},
|
|
1184
|
+
}, dn = (
|
|
1169
1185
|
/** @class */
|
|
1170
1186
|
function() {
|
|
1171
1187
|
function e() {
|
|
@@ -1177,62 +1193,71 @@ var ln = function() {
|
|
|
1177
1193
|
this.cache[t] = r;
|
|
1178
1194
|
}, e;
|
|
1179
1195
|
}()
|
|
1180
|
-
),
|
|
1196
|
+
), bn = {
|
|
1181
1197
|
create: function() {
|
|
1182
|
-
return new
|
|
1198
|
+
return new dn();
|
|
1183
1199
|
}
|
|
1184
|
-
},
|
|
1185
|
-
variadic:
|
|
1186
|
-
|
|
1187
|
-
|
|
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;
|
|
1188
1213
|
(function(e) {
|
|
1189
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";
|
|
1190
1215
|
})(p || (p = {}));
|
|
1191
|
-
var
|
|
1216
|
+
var v;
|
|
1192
1217
|
(function(e) {
|
|
1193
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";
|
|
1194
|
-
})(
|
|
1195
|
-
var
|
|
1219
|
+
})(v || (v = {}));
|
|
1220
|
+
var j;
|
|
1196
1221
|
(function(e) {
|
|
1197
1222
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1198
|
-
})(
|
|
1199
|
-
function
|
|
1200
|
-
return e.type ===
|
|
1223
|
+
})(j || (j = {}));
|
|
1224
|
+
function ht(e) {
|
|
1225
|
+
return e.type === v.literal;
|
|
1201
1226
|
}
|
|
1202
|
-
function
|
|
1203
|
-
return e.type ===
|
|
1227
|
+
function gn(e) {
|
|
1228
|
+
return e.type === v.argument;
|
|
1204
1229
|
}
|
|
1205
|
-
function
|
|
1206
|
-
return e.type ===
|
|
1230
|
+
function Rt(e) {
|
|
1231
|
+
return e.type === v.number;
|
|
1207
1232
|
}
|
|
1208
|
-
function
|
|
1209
|
-
return e.type ===
|
|
1233
|
+
function Ut(e) {
|
|
1234
|
+
return e.type === v.date;
|
|
1210
1235
|
}
|
|
1211
|
-
function
|
|
1212
|
-
return e.type ===
|
|
1236
|
+
function Dt(e) {
|
|
1237
|
+
return e.type === v.time;
|
|
1213
1238
|
}
|
|
1214
|
-
function
|
|
1215
|
-
return e.type ===
|
|
1239
|
+
function Gt(e) {
|
|
1240
|
+
return e.type === v.select;
|
|
1216
1241
|
}
|
|
1217
|
-
function
|
|
1218
|
-
return e.type ===
|
|
1242
|
+
function Ft(e) {
|
|
1243
|
+
return e.type === v.plural;
|
|
1219
1244
|
}
|
|
1220
|
-
function
|
|
1221
|
-
return e.type ===
|
|
1245
|
+
function yn(e) {
|
|
1246
|
+
return e.type === v.pound;
|
|
1222
1247
|
}
|
|
1223
|
-
function
|
|
1224
|
-
return e.type ===
|
|
1248
|
+
function jt(e) {
|
|
1249
|
+
return e.type === v.tag;
|
|
1225
1250
|
}
|
|
1226
|
-
function
|
|
1227
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
1251
|
+
function kt(e) {
|
|
1252
|
+
return !!(e && typeof e == "object" && e.type === j.number);
|
|
1228
1253
|
}
|
|
1229
|
-
function
|
|
1230
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
1254
|
+
function De(e) {
|
|
1255
|
+
return !!(e && typeof e == "object" && e.type === j.dateTime);
|
|
1231
1256
|
}
|
|
1232
|
-
var
|
|
1233
|
-
function
|
|
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) {
|
|
1234
1259
|
var t = {};
|
|
1235
|
-
return e.replace(
|
|
1260
|
+
return e.replace(vn, function(r) {
|
|
1236
1261
|
var n = r.length;
|
|
1237
1262
|
switch (r[0]) {
|
|
1238
1263
|
case "G":
|
|
@@ -1321,11 +1346,21 @@ function bn(e) {
|
|
|
1321
1346
|
return "";
|
|
1322
1347
|
}), t;
|
|
1323
1348
|
}
|
|
1324
|
-
var
|
|
1325
|
-
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) {
|
|
1326
1361
|
if (e.length === 0)
|
|
1327
1362
|
throw new Error("Number skeleton cannot be empty");
|
|
1328
|
-
for (var t = e.split(
|
|
1363
|
+
for (var t = e.split(_n).filter(function(f) {
|
|
1329
1364
|
return f.length > 0;
|
|
1330
1365
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1331
1366
|
var o = i[n], s = o.split("/");
|
|
@@ -1340,17 +1375,17 @@ function yn(e) {
|
|
|
1340
1375
|
}
|
|
1341
1376
|
return r;
|
|
1342
1377
|
}
|
|
1343
|
-
function
|
|
1378
|
+
function Sn(e) {
|
|
1344
1379
|
return e.replace(/^(.*?)-/, "");
|
|
1345
1380
|
}
|
|
1346
|
-
var
|
|
1347
|
-
function
|
|
1381
|
+
var lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Xt = /^(@+)?(\+|#+)?[rs]?$/g, Bn = /(\*)(0+)|(#+)(0+)|(0+)/g, zt = /^(0+)$/;
|
|
1382
|
+
function ct(e) {
|
|
1348
1383
|
var t = {};
|
|
1349
|
-
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) {
|
|
1350
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)), "";
|
|
1351
1386
|
}), t;
|
|
1352
1387
|
}
|
|
1353
|
-
function
|
|
1388
|
+
function Wt(e) {
|
|
1354
1389
|
switch (e) {
|
|
1355
1390
|
case "sign-auto":
|
|
1356
1391
|
return {
|
|
@@ -1390,7 +1425,7 @@ function kt(e) {
|
|
|
1390
1425
|
};
|
|
1391
1426
|
}
|
|
1392
1427
|
}
|
|
1393
|
-
function
|
|
1428
|
+
function wn(e) {
|
|
1394
1429
|
var t;
|
|
1395
1430
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1396
1431
|
notation: "engineering"
|
|
@@ -1398,17 +1433,17 @@ function xn(e) {
|
|
|
1398
1433
|
notation: "scientific"
|
|
1399
1434
|
}, e = e.slice(1)), t) {
|
|
1400
1435
|
var r = e.slice(0, 2);
|
|
1401
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1436
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !zt.test(e))
|
|
1402
1437
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1403
1438
|
t.minimumIntegerDigits = e.length;
|
|
1404
1439
|
}
|
|
1405
1440
|
return t;
|
|
1406
1441
|
}
|
|
1407
|
-
function
|
|
1408
|
-
var t = {}, r =
|
|
1442
|
+
function ft(e) {
|
|
1443
|
+
var t = {}, r = Wt(e);
|
|
1409
1444
|
return r || t;
|
|
1410
1445
|
}
|
|
1411
|
-
function
|
|
1446
|
+
function Tn(e) {
|
|
1412
1447
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1413
1448
|
var i = n[r];
|
|
1414
1449
|
switch (i.stem) {
|
|
@@ -1432,7 +1467,7 @@ function _n(e) {
|
|
|
1432
1467
|
continue;
|
|
1433
1468
|
case "measure-unit":
|
|
1434
1469
|
case "unit":
|
|
1435
|
-
t.style = "unit", t.unit =
|
|
1470
|
+
t.style = "unit", t.unit = Sn(i.options[0]);
|
|
1436
1471
|
continue;
|
|
1437
1472
|
case "compact-short":
|
|
1438
1473
|
case "K":
|
|
@@ -1443,13 +1478,13 @@ function _n(e) {
|
|
|
1443
1478
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1444
1479
|
continue;
|
|
1445
1480
|
case "scientific":
|
|
1446
|
-
t =
|
|
1447
|
-
return
|
|
1481
|
+
t = E(E(E({}, t), { notation: "scientific" }), i.options.reduce(function(u, h) {
|
|
1482
|
+
return E(E({}, u), ft(h));
|
|
1448
1483
|
}, {}));
|
|
1449
1484
|
continue;
|
|
1450
1485
|
case "engineering":
|
|
1451
|
-
t =
|
|
1452
|
-
return
|
|
1486
|
+
t = E(E(E({}, t), { notation: "engineering" }), i.options.reduce(function(u, h) {
|
|
1487
|
+
return E(E({}, u), ft(h));
|
|
1453
1488
|
}, {}));
|
|
1454
1489
|
continue;
|
|
1455
1490
|
case "notation-simple":
|
|
@@ -1494,41 +1529,41 @@ function _n(e) {
|
|
|
1494
1529
|
case "integer-width":
|
|
1495
1530
|
if (i.options.length > 1)
|
|
1496
1531
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1497
|
-
i.options[0].replace(
|
|
1532
|
+
i.options[0].replace(Bn, function(u, h, l, c, f, m) {
|
|
1498
1533
|
if (h)
|
|
1499
1534
|
t.minimumIntegerDigits = l.length;
|
|
1500
1535
|
else {
|
|
1501
1536
|
if (c && f)
|
|
1502
1537
|
throw new Error("We currently do not support maximum integer digits");
|
|
1503
|
-
if (
|
|
1538
|
+
if (m)
|
|
1504
1539
|
throw new Error("We currently do not support exact integer digits");
|
|
1505
1540
|
}
|
|
1506
1541
|
return "";
|
|
1507
1542
|
});
|
|
1508
1543
|
continue;
|
|
1509
1544
|
}
|
|
1510
|
-
if (
|
|
1545
|
+
if (zt.test(i.stem)) {
|
|
1511
1546
|
t.minimumIntegerDigits = i.stem.length;
|
|
1512
1547
|
continue;
|
|
1513
1548
|
}
|
|
1514
|
-
if (
|
|
1549
|
+
if (lt.test(i.stem)) {
|
|
1515
1550
|
if (i.options.length > 1)
|
|
1516
1551
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1517
|
-
i.stem.replace(
|
|
1518
|
-
return l === "*" ? t.minimumFractionDigits = h.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f &&
|
|
1552
|
+
i.stem.replace(lt, function(u, h, l, c, f, m) {
|
|
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), "";
|
|
1519
1554
|
});
|
|
1520
1555
|
var o = i.options[0];
|
|
1521
|
-
o === "w" ? t =
|
|
1556
|
+
o === "w" ? t = E(E({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = E(E({}, t), ct(o)));
|
|
1522
1557
|
continue;
|
|
1523
1558
|
}
|
|
1524
|
-
if (
|
|
1525
|
-
t =
|
|
1559
|
+
if (Xt.test(i.stem)) {
|
|
1560
|
+
t = E(E({}, t), ct(i.stem));
|
|
1526
1561
|
continue;
|
|
1527
1562
|
}
|
|
1528
|
-
var s =
|
|
1529
|
-
s && (t =
|
|
1530
|
-
var a =
|
|
1531
|
-
a && (t =
|
|
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));
|
|
1532
1567
|
}
|
|
1533
1568
|
return t;
|
|
1534
1569
|
}
|
|
@@ -2947,13 +2982,13 @@ var oe = {
|
|
|
2947
2982
|
"h"
|
|
2948
2983
|
]
|
|
2949
2984
|
};
|
|
2950
|
-
function
|
|
2985
|
+
function Hn(e, t) {
|
|
2951
2986
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2952
2987
|
var i = e.charAt(n);
|
|
2953
2988
|
if (i === "j") {
|
|
2954
2989
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2955
2990
|
o++, n++;
|
|
2956
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", h =
|
|
2991
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), u = "a", h = Pn(t);
|
|
2957
2992
|
for ((h == "H" || h == "k") && (a = 0); a-- > 0; )
|
|
2958
2993
|
r += u;
|
|
2959
2994
|
for (; s-- > 0; )
|
|
@@ -2963,7 +2998,7 @@ function Sn(e, t) {
|
|
|
2963
2998
|
}
|
|
2964
2999
|
return r;
|
|
2965
3000
|
}
|
|
2966
|
-
function
|
|
3001
|
+
function Pn(e) {
|
|
2967
3002
|
var t = e.hourCycle;
|
|
2968
3003
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2969
3004
|
e.hourCycles && // @ts-ignore
|
|
@@ -2985,20 +3020,20 @@ function Bn(e) {
|
|
|
2985
3020
|
var i = oe[n || ""] || oe[r || ""] || oe["".concat(r, "-001")] || oe["001"];
|
|
2986
3021
|
return i[0];
|
|
2987
3022
|
}
|
|
2988
|
-
var
|
|
2989
|
-
function
|
|
3023
|
+
var He, An = new RegExp("^".concat(Vt.source, "*")), On = new RegExp("".concat(Vt.source, "*$"));
|
|
3024
|
+
function d(e, t) {
|
|
2990
3025
|
return { start: e, end: t };
|
|
2991
3026
|
}
|
|
2992
|
-
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) {
|
|
2993
3028
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2994
|
-
},
|
|
3029
|
+
}, Ge = !0;
|
|
2995
3030
|
try {
|
|
2996
|
-
var
|
|
2997
|
-
|
|
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";
|
|
2998
3033
|
} catch {
|
|
2999
|
-
|
|
3034
|
+
Ge = !1;
|
|
3000
3035
|
}
|
|
3001
|
-
var
|
|
3036
|
+
var pt = In ? (
|
|
3002
3037
|
// Native
|
|
3003
3038
|
function(t, r, n) {
|
|
3004
3039
|
return t.startsWith(r, n);
|
|
@@ -3008,7 +3043,7 @@ var ht = Hn ? (
|
|
|
3008
3043
|
function(t, r, n) {
|
|
3009
3044
|
return t.slice(n, n + r.length) === r;
|
|
3010
3045
|
}
|
|
3011
|
-
),
|
|
3046
|
+
), Fe = Nn ? String.fromCodePoint : (
|
|
3012
3047
|
// IE11
|
|
3013
3048
|
function() {
|
|
3014
3049
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3020,9 +3055,9 @@ var ht = Hn ? (
|
|
|
3020
3055
|
}
|
|
3021
3056
|
return n;
|
|
3022
3057
|
}
|
|
3023
|
-
),
|
|
3058
|
+
), mt = (
|
|
3024
3059
|
// native
|
|
3025
|
-
|
|
3060
|
+
Ln ? Object.fromEntries : (
|
|
3026
3061
|
// Ponyfill
|
|
3027
3062
|
function(t) {
|
|
3028
3063
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3032,7 +3067,7 @@ var ht = Hn ? (
|
|
|
3032
3067
|
return r;
|
|
3033
3068
|
}
|
|
3034
3069
|
)
|
|
3035
|
-
),
|
|
3070
|
+
), Zt = Cn ? (
|
|
3036
3071
|
// Native
|
|
3037
3072
|
function(t, r) {
|
|
3038
3073
|
return t.codePointAt(r);
|
|
@@ -3046,7 +3081,7 @@ var ht = Hn ? (
|
|
|
3046
3081
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3047
3082
|
}
|
|
3048
3083
|
}
|
|
3049
|
-
),
|
|
3084
|
+
), Gn = Mn ? (
|
|
3050
3085
|
// Native
|
|
3051
3086
|
function(t) {
|
|
3052
3087
|
return t.trimStart();
|
|
@@ -3054,9 +3089,9 @@ var ht = Hn ? (
|
|
|
3054
3089
|
) : (
|
|
3055
3090
|
// Ponyfill
|
|
3056
3091
|
function(t) {
|
|
3057
|
-
return t.replace(
|
|
3092
|
+
return t.replace(An, "");
|
|
3058
3093
|
}
|
|
3059
|
-
),
|
|
3094
|
+
), Fn = $n ? (
|
|
3060
3095
|
// Native
|
|
3061
3096
|
function(t) {
|
|
3062
3097
|
return t.trimEnd();
|
|
@@ -3064,32 +3099,32 @@ var ht = Hn ? (
|
|
|
3064
3099
|
) : (
|
|
3065
3100
|
// Ponyfill
|
|
3066
3101
|
function(t) {
|
|
3067
|
-
return t.replace(
|
|
3102
|
+
return t.replace(On, "");
|
|
3068
3103
|
}
|
|
3069
3104
|
);
|
|
3070
|
-
function
|
|
3105
|
+
function Qt(e, t) {
|
|
3071
3106
|
return new RegExp(e, t);
|
|
3072
3107
|
}
|
|
3073
|
-
var
|
|
3074
|
-
if (
|
|
3075
|
-
var
|
|
3076
|
-
|
|
3108
|
+
var je;
|
|
3109
|
+
if (Ge) {
|
|
3110
|
+
var dt = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3111
|
+
je = function(t, r) {
|
|
3077
3112
|
var n;
|
|
3078
|
-
|
|
3079
|
-
var i =
|
|
3113
|
+
dt.lastIndex = r;
|
|
3114
|
+
var i = dt.exec(t);
|
|
3080
3115
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3081
3116
|
};
|
|
3082
3117
|
} else
|
|
3083
|
-
|
|
3118
|
+
je = function(t, r) {
|
|
3084
3119
|
for (var n = []; ; ) {
|
|
3085
|
-
var i =
|
|
3086
|
-
if (i === void 0 ||
|
|
3120
|
+
var i = Zt(t, r);
|
|
3121
|
+
if (i === void 0 || Jt(i) || Xn(i))
|
|
3087
3122
|
break;
|
|
3088
3123
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3089
3124
|
}
|
|
3090
|
-
return
|
|
3125
|
+
return Fe.apply(void 0, n);
|
|
3091
3126
|
};
|
|
3092
|
-
var
|
|
3127
|
+
var jn = (
|
|
3093
3128
|
/** @class */
|
|
3094
3129
|
function() {
|
|
3095
3130
|
function e(t, r) {
|
|
@@ -3113,14 +3148,14 @@ var Un = (
|
|
|
3113
3148
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
3114
3149
|
var a = this.clonePosition();
|
|
3115
3150
|
this.bump(), i.push({
|
|
3116
|
-
type:
|
|
3117
|
-
location:
|
|
3151
|
+
type: v.pound,
|
|
3152
|
+
location: d(a, this.clonePosition())
|
|
3118
3153
|
});
|
|
3119
3154
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3120
3155
|
if (n)
|
|
3121
3156
|
break;
|
|
3122
|
-
return this.error(p.UNMATCHED_CLOSING_TAG,
|
|
3123
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3157
|
+
return this.error(p.UNMATCHED_CLOSING_TAG, d(this.clonePosition(), this.clonePosition()));
|
|
3158
|
+
} else if (o === 60 && !this.ignoreTag && ke(this.peek() || 0)) {
|
|
3124
3159
|
var s = this.parseTag(t, r);
|
|
3125
3160
|
if (s.err)
|
|
3126
3161
|
return s;
|
|
@@ -3141,9 +3176,9 @@ var Un = (
|
|
|
3141
3176
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
3142
3177
|
return {
|
|
3143
3178
|
val: {
|
|
3144
|
-
type:
|
|
3179
|
+
type: v.literal,
|
|
3145
3180
|
value: "<".concat(i, "/>"),
|
|
3146
|
-
location:
|
|
3181
|
+
location: d(n, this.clonePosition())
|
|
3147
3182
|
},
|
|
3148
3183
|
err: null
|
|
3149
3184
|
};
|
|
@@ -3153,25 +3188,25 @@ var Un = (
|
|
|
3153
3188
|
return o;
|
|
3154
3189
|
var s = o.val, a = this.clonePosition();
|
|
3155
3190
|
if (this.bumpIf("</")) {
|
|
3156
|
-
if (this.isEOF() || !
|
|
3157
|
-
return this.error(p.INVALID_TAG,
|
|
3191
|
+
if (this.isEOF() || !ke(this.char()))
|
|
3192
|
+
return this.error(p.INVALID_TAG, d(a, this.clonePosition()));
|
|
3158
3193
|
var u = this.clonePosition(), h = this.parseTagName();
|
|
3159
|
-
return i !== h ? this.error(p.UNMATCHED_CLOSING_TAG,
|
|
3194
|
+
return i !== h ? this.error(p.UNMATCHED_CLOSING_TAG, d(u, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3160
3195
|
val: {
|
|
3161
|
-
type:
|
|
3196
|
+
type: v.tag,
|
|
3162
3197
|
value: i,
|
|
3163
3198
|
children: s,
|
|
3164
|
-
location:
|
|
3199
|
+
location: d(n, this.clonePosition())
|
|
3165
3200
|
},
|
|
3166
3201
|
err: null
|
|
3167
|
-
} : this.error(p.INVALID_TAG,
|
|
3202
|
+
} : this.error(p.INVALID_TAG, d(a, this.clonePosition())));
|
|
3168
3203
|
} else
|
|
3169
|
-
return this.error(p.UNCLOSED_TAG,
|
|
3204
|
+
return this.error(p.UNCLOSED_TAG, d(n, this.clonePosition()));
|
|
3170
3205
|
} else
|
|
3171
|
-
return this.error(p.INVALID_TAG,
|
|
3206
|
+
return this.error(p.INVALID_TAG, d(n, this.clonePosition()));
|
|
3172
3207
|
}, e.prototype.parseTagName = function() {
|
|
3173
3208
|
var t = this.offset();
|
|
3174
|
-
for (this.bump(); !this.isEOF() &&
|
|
3209
|
+
for (this.bump(); !this.isEOF() && Vn(this.char()); )
|
|
3175
3210
|
this.bump();
|
|
3176
3211
|
return this.message.slice(t, this.offset());
|
|
3177
3212
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3193,14 +3228,14 @@ var Un = (
|
|
|
3193
3228
|
}
|
|
3194
3229
|
break;
|
|
3195
3230
|
}
|
|
3196
|
-
var u =
|
|
3231
|
+
var u = d(n, this.clonePosition());
|
|
3197
3232
|
return {
|
|
3198
|
-
val: { type:
|
|
3233
|
+
val: { type: v.literal, value: i, location: u },
|
|
3199
3234
|
err: null
|
|
3200
3235
|
};
|
|
3201
3236
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3202
3237
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3203
|
-
!
|
|
3238
|
+
!kn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3204
3239
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3205
3240
|
if (this.isEOF() || this.char() !== 39)
|
|
3206
3241
|
return null;
|
|
@@ -3234,49 +3269,49 @@ var Un = (
|
|
|
3234
3269
|
r.push(n);
|
|
3235
3270
|
this.bump();
|
|
3236
3271
|
}
|
|
3237
|
-
return
|
|
3272
|
+
return Fe.apply(void 0, r);
|
|
3238
3273
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3239
3274
|
if (this.isEOF())
|
|
3240
3275
|
return null;
|
|
3241
3276
|
var n = this.char();
|
|
3242
|
-
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));
|
|
3243
3278
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3244
3279
|
var n = this.clonePosition();
|
|
3245
3280
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3246
|
-
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3281
|
+
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
|
|
3247
3282
|
if (this.char() === 125)
|
|
3248
|
-
return this.bump(), this.error(p.EMPTY_ARGUMENT,
|
|
3283
|
+
return this.bump(), this.error(p.EMPTY_ARGUMENT, d(n, this.clonePosition()));
|
|
3249
3284
|
var i = this.parseIdentifierIfPossible().value;
|
|
3250
3285
|
if (!i)
|
|
3251
|
-
return this.error(p.MALFORMED_ARGUMENT,
|
|
3286
|
+
return this.error(p.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
|
|
3252
3287
|
if (this.bumpSpace(), this.isEOF())
|
|
3253
|
-
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3288
|
+
return this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition()));
|
|
3254
3289
|
switch (this.char()) {
|
|
3255
3290
|
case 125:
|
|
3256
3291
|
return this.bump(), {
|
|
3257
3292
|
val: {
|
|
3258
|
-
type:
|
|
3293
|
+
type: v.argument,
|
|
3259
3294
|
// value does not include the opening and closing braces.
|
|
3260
3295
|
value: i,
|
|
3261
|
-
location:
|
|
3296
|
+
location: d(n, this.clonePosition())
|
|
3262
3297
|
},
|
|
3263
3298
|
err: null
|
|
3264
3299
|
};
|
|
3265
3300
|
case 44:
|
|
3266
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3301
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
3267
3302
|
default:
|
|
3268
|
-
return this.error(p.MALFORMED_ARGUMENT,
|
|
3303
|
+
return this.error(p.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
|
|
3269
3304
|
}
|
|
3270
3305
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3271
|
-
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;
|
|
3272
3307
|
this.bumpTo(i);
|
|
3273
|
-
var o = this.clonePosition(), s =
|
|
3308
|
+
var o = this.clonePosition(), s = d(t, o);
|
|
3274
3309
|
return { value: n, location: s };
|
|
3275
3310
|
}, e.prototype.parseArgumentOptions = function(t, r, n, i) {
|
|
3276
3311
|
var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, u = this.clonePosition();
|
|
3277
3312
|
switch (a) {
|
|
3278
3313
|
case "":
|
|
3279
|
-
return this.error(p.EXPECT_ARGUMENT_TYPE,
|
|
3314
|
+
return this.error(p.EXPECT_ARGUMENT_TYPE, d(s, u));
|
|
3280
3315
|
case "number":
|
|
3281
3316
|
case "date":
|
|
3282
3317
|
case "time": {
|
|
@@ -3287,46 +3322,46 @@ var Un = (
|
|
|
3287
3322
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3288
3323
|
if (c.err)
|
|
3289
3324
|
return c;
|
|
3290
|
-
var f =
|
|
3325
|
+
var f = Fn(c.val);
|
|
3291
3326
|
if (f.length === 0)
|
|
3292
|
-
return this.error(p.EXPECT_ARGUMENT_STYLE,
|
|
3293
|
-
var
|
|
3294
|
-
h = { style: f, styleLocation:
|
|
3327
|
+
return this.error(p.EXPECT_ARGUMENT_STYLE, d(this.clonePosition(), this.clonePosition()));
|
|
3328
|
+
var m = d(l, this.clonePosition());
|
|
3329
|
+
h = { style: f, styleLocation: m };
|
|
3295
3330
|
}
|
|
3296
|
-
var
|
|
3297
|
-
if (
|
|
3298
|
-
return
|
|
3299
|
-
var
|
|
3300
|
-
if (h &&
|
|
3301
|
-
var B =
|
|
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));
|
|
3302
3337
|
if (a === "number") {
|
|
3303
3338
|
var c = this.parseNumberSkeletonFromString(B, h.styleLocation);
|
|
3304
3339
|
return c.err ? c : {
|
|
3305
|
-
val: { type:
|
|
3340
|
+
val: { type: v.number, value: n, location: b, style: c.val },
|
|
3306
3341
|
err: null
|
|
3307
3342
|
};
|
|
3308
3343
|
} else {
|
|
3309
3344
|
if (B.length === 0)
|
|
3310
|
-
return this.error(p.EXPECT_DATE_TIME_SKELETON,
|
|
3345
|
+
return this.error(p.EXPECT_DATE_TIME_SKELETON, b);
|
|
3311
3346
|
var N = B;
|
|
3312
|
-
this.locale && (N =
|
|
3347
|
+
this.locale && (N = Hn(B, this.locale));
|
|
3313
3348
|
var f = {
|
|
3314
|
-
type:
|
|
3349
|
+
type: j.dateTime,
|
|
3315
3350
|
pattern: N,
|
|
3316
3351
|
location: h.styleLocation,
|
|
3317
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3318
|
-
}, O = a === "date" ?
|
|
3352
|
+
parsedOptions: this.shouldParseSkeletons ? En(N) : {}
|
|
3353
|
+
}, O = a === "date" ? v.date : v.time;
|
|
3319
3354
|
return {
|
|
3320
|
-
val: { type: O, value: n, location:
|
|
3355
|
+
val: { type: O, value: n, location: b, style: f },
|
|
3321
3356
|
err: null
|
|
3322
3357
|
};
|
|
3323
3358
|
}
|
|
3324
3359
|
}
|
|
3325
3360
|
return {
|
|
3326
3361
|
val: {
|
|
3327
|
-
type: a === "number" ?
|
|
3362
|
+
type: a === "number" ? v.number : a === "date" ? v.date : v.time,
|
|
3328
3363
|
value: n,
|
|
3329
|
-
location:
|
|
3364
|
+
location: b,
|
|
3330
3365
|
style: (o = h?.style) !== null && o !== void 0 ? o : null
|
|
3331
3366
|
},
|
|
3332
3367
|
err: null
|
|
@@ -3335,40 +3370,40 @@ var Un = (
|
|
|
3335
3370
|
case "plural":
|
|
3336
3371
|
case "selectordinal":
|
|
3337
3372
|
case "select": {
|
|
3338
|
-
var
|
|
3373
|
+
var x = this.clonePosition();
|
|
3339
3374
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3340
|
-
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS,
|
|
3375
|
+
return this.error(p.EXPECT_SELECT_ARGUMENT_OPTIONS, d(x, pe({}, x)));
|
|
3341
3376
|
this.bumpSpace();
|
|
3342
|
-
var
|
|
3343
|
-
if (a !== "select" &&
|
|
3377
|
+
var T = this.parseIdentifierIfPossible(), S = 0;
|
|
3378
|
+
if (a !== "select" && T.value === "offset") {
|
|
3344
3379
|
if (!this.bumpIf(":"))
|
|
3345
|
-
return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,
|
|
3380
|
+
return this.error(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, d(this.clonePosition(), this.clonePosition()));
|
|
3346
3381
|
this.bumpSpace();
|
|
3347
3382
|
var c = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, p.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3348
3383
|
if (c.err)
|
|
3349
3384
|
return c;
|
|
3350
|
-
this.bumpSpace(),
|
|
3385
|
+
this.bumpSpace(), T = this.parseIdentifierIfPossible(), S = c.val;
|
|
3351
3386
|
}
|
|
3352
|
-
var M = this.tryParsePluralOrSelectOptions(t, a, r,
|
|
3387
|
+
var M = this.tryParsePluralOrSelectOptions(t, a, r, T);
|
|
3353
3388
|
if (M.err)
|
|
3354
3389
|
return M;
|
|
3355
|
-
var
|
|
3356
|
-
if (
|
|
3357
|
-
return
|
|
3358
|
-
var ne =
|
|
3390
|
+
var g = this.tryParseArgumentClose(i);
|
|
3391
|
+
if (g.err)
|
|
3392
|
+
return g;
|
|
3393
|
+
var ne = d(i, this.clonePosition());
|
|
3359
3394
|
return a === "select" ? {
|
|
3360
3395
|
val: {
|
|
3361
|
-
type:
|
|
3396
|
+
type: v.select,
|
|
3362
3397
|
value: n,
|
|
3363
|
-
options:
|
|
3398
|
+
options: mt(M.val),
|
|
3364
3399
|
location: ne
|
|
3365
3400
|
},
|
|
3366
3401
|
err: null
|
|
3367
3402
|
} : {
|
|
3368
3403
|
val: {
|
|
3369
|
-
type:
|
|
3404
|
+
type: v.plural,
|
|
3370
3405
|
value: n,
|
|
3371
|
-
options:
|
|
3406
|
+
options: mt(M.val),
|
|
3372
3407
|
offset: S,
|
|
3373
3408
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3374
3409
|
location: ne
|
|
@@ -3377,10 +3412,10 @@ var Un = (
|
|
|
3377
3412
|
};
|
|
3378
3413
|
}
|
|
3379
3414
|
default:
|
|
3380
|
-
return this.error(p.INVALID_ARGUMENT_TYPE,
|
|
3415
|
+
return this.error(p.INVALID_ARGUMENT_TYPE, d(s, u));
|
|
3381
3416
|
}
|
|
3382
3417
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3383
|
-
return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3418
|
+
return this.isEOF() || this.char() !== 125 ? this.error(p.EXPECT_ARGUMENT_CLOSING_BRACE, d(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3384
3419
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3385
3420
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3386
3421
|
var n = this.char();
|
|
@@ -3389,7 +3424,7 @@ var Un = (
|
|
|
3389
3424
|
this.bump();
|
|
3390
3425
|
var i = this.clonePosition();
|
|
3391
3426
|
if (!this.bumpUntil("'"))
|
|
3392
|
-
return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,
|
|
3427
|
+
return this.error(p.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, d(i, this.clonePosition()));
|
|
3393
3428
|
this.bump();
|
|
3394
3429
|
break;
|
|
3395
3430
|
}
|
|
@@ -3419,16 +3454,16 @@ var Un = (
|
|
|
3419
3454
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3420
3455
|
var n = [];
|
|
3421
3456
|
try {
|
|
3422
|
-
n =
|
|
3457
|
+
n = xn(t);
|
|
3423
3458
|
} catch {
|
|
3424
3459
|
return this.error(p.INVALID_NUMBER_SKELETON, r);
|
|
3425
3460
|
}
|
|
3426
3461
|
return {
|
|
3427
3462
|
val: {
|
|
3428
|
-
type:
|
|
3463
|
+
type: j.number,
|
|
3429
3464
|
tokens: n,
|
|
3430
3465
|
location: r,
|
|
3431
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3466
|
+
parsedOptions: this.shouldParseSkeletons ? Tn(n) : {}
|
|
3432
3467
|
},
|
|
3433
3468
|
err: null
|
|
3434
3469
|
};
|
|
@@ -3440,31 +3475,31 @@ var Un = (
|
|
|
3440
3475
|
var f = this.tryParseDecimalInteger(p.EXPECT_PLURAL_ARGUMENT_SELECTOR, p.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3441
3476
|
if (f.err)
|
|
3442
3477
|
return f;
|
|
3443
|
-
l =
|
|
3478
|
+
l = d(c, this.clonePosition()), h = this.message.slice(c.offset, this.offset());
|
|
3444
3479
|
} else
|
|
3445
3480
|
break;
|
|
3446
3481
|
}
|
|
3447
3482
|
if (u.has(h))
|
|
3448
3483
|
return this.error(r === "select" ? p.DUPLICATE_SELECT_ARGUMENT_SELECTOR : p.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, l);
|
|
3449
3484
|
h === "other" && (s = !0), this.bumpSpace();
|
|
3450
|
-
var
|
|
3485
|
+
var m = this.clonePosition();
|
|
3451
3486
|
if (!this.bumpIf("{"))
|
|
3452
|
-
return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,
|
|
3453
|
-
var
|
|
3454
|
-
if (y.err)
|
|
3455
|
-
return y;
|
|
3456
|
-
var g = this.tryParseArgumentClose(d);
|
|
3487
|
+
return this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : p.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, d(this.clonePosition(), this.clonePosition()));
|
|
3488
|
+
var g = this.parseMessage(t + 1, r, n);
|
|
3457
3489
|
if (g.err)
|
|
3458
3490
|
return g;
|
|
3491
|
+
var b = this.tryParseArgumentClose(m);
|
|
3492
|
+
if (b.err)
|
|
3493
|
+
return b;
|
|
3459
3494
|
a.push([
|
|
3460
3495
|
h,
|
|
3461
3496
|
{
|
|
3462
|
-
value:
|
|
3463
|
-
location: m
|
|
3497
|
+
value: g.val,
|
|
3498
|
+
location: d(m, this.clonePosition())
|
|
3464
3499
|
}
|
|
3465
3500
|
]), u.add(h), this.bumpSpace(), o = this.parseIdentifierIfPossible(), h = o.value, l = o.location;
|
|
3466
3501
|
}
|
|
3467
|
-
return a.length === 0 ? this.error(r === "select" ? p.EXPECT_SELECT_ARGUMENT_SELECTOR : p.EXPECT_PLURAL_ARGUMENT_SELECTOR,
|
|
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 };
|
|
3468
3503
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3469
3504
|
var n = 1, i = this.clonePosition();
|
|
3470
3505
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
@@ -3475,8 +3510,8 @@ var Un = (
|
|
|
3475
3510
|
else
|
|
3476
3511
|
break;
|
|
3477
3512
|
}
|
|
3478
|
-
var u =
|
|
3479
|
-
return o ? (s *= n,
|
|
3513
|
+
var u = d(i, this.clonePosition());
|
|
3514
|
+
return o ? (s *= n, Un(s) ? { val: s, err: null } : this.error(r, u)) : this.error(t, u);
|
|
3480
3515
|
}, e.prototype.offset = function() {
|
|
3481
3516
|
return this.position.offset;
|
|
3482
3517
|
}, e.prototype.isEOF = function() {
|
|
@@ -3491,7 +3526,7 @@ var Un = (
|
|
|
3491
3526
|
var t = this.position.offset;
|
|
3492
3527
|
if (t >= this.message.length)
|
|
3493
3528
|
throw Error("out of bound");
|
|
3494
|
-
var r =
|
|
3529
|
+
var r = Zt(this.message, t);
|
|
3495
3530
|
if (r === void 0)
|
|
3496
3531
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3497
3532
|
return r;
|
|
@@ -3510,7 +3545,7 @@ var Un = (
|
|
|
3510
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);
|
|
3511
3546
|
}
|
|
3512
3547
|
}, e.prototype.bumpIf = function(t) {
|
|
3513
|
-
if (
|
|
3548
|
+
if (pt(this.message, t, this.offset())) {
|
|
3514
3549
|
for (var r = 0; r < t.length; r++)
|
|
3515
3550
|
this.bump();
|
|
3516
3551
|
return !0;
|
|
@@ -3532,7 +3567,7 @@ var Un = (
|
|
|
3532
3567
|
break;
|
|
3533
3568
|
}
|
|
3534
3569
|
}, e.prototype.bumpSpace = function() {
|
|
3535
|
-
for (; !this.isEOF() &&
|
|
3570
|
+
for (; !this.isEOF() && Jt(this.char()); )
|
|
3536
3571
|
this.bump();
|
|
3537
3572
|
}, e.prototype.peek = function() {
|
|
3538
3573
|
if (this.isEOF())
|
|
@@ -3542,47 +3577,47 @@ var Un = (
|
|
|
3542
3577
|
}, e;
|
|
3543
3578
|
}()
|
|
3544
3579
|
);
|
|
3545
|
-
function
|
|
3580
|
+
function ke(e) {
|
|
3546
3581
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3547
3582
|
}
|
|
3548
|
-
function
|
|
3549
|
-
return
|
|
3583
|
+
function kn(e) {
|
|
3584
|
+
return ke(e) || e === 47;
|
|
3550
3585
|
}
|
|
3551
|
-
function
|
|
3586
|
+
function Vn(e) {
|
|
3552
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;
|
|
3553
3588
|
}
|
|
3554
|
-
function
|
|
3589
|
+
function Jt(e) {
|
|
3555
3590
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3556
3591
|
}
|
|
3557
|
-
function
|
|
3592
|
+
function Xn(e) {
|
|
3558
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;
|
|
3559
3594
|
}
|
|
3560
|
-
function
|
|
3595
|
+
function Ve(e) {
|
|
3561
3596
|
e.forEach(function(t) {
|
|
3562
|
-
if (delete t.location,
|
|
3597
|
+
if (delete t.location, Gt(t) || Ft(t))
|
|
3563
3598
|
for (var r in t.options)
|
|
3564
|
-
delete t.options[r].location,
|
|
3599
|
+
delete t.options[r].location, Ve(t.options[r].value);
|
|
3565
3600
|
else
|
|
3566
|
-
|
|
3601
|
+
Rt(t) && kt(t.style) || (Ut(t) || Dt(t)) && De(t.style) ? delete t.style.location : jt(t) && Ve(t.children);
|
|
3567
3602
|
});
|
|
3568
3603
|
}
|
|
3569
|
-
function
|
|
3570
|
-
t === void 0 && (t = {}), t =
|
|
3571
|
-
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();
|
|
3572
3607
|
if (r.err) {
|
|
3573
3608
|
var n = SyntaxError(p[r.err.kind]);
|
|
3574
3609
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3575
3610
|
}
|
|
3576
|
-
return t?.captureLocation ||
|
|
3611
|
+
return t?.captureLocation || Ve(r.val), r.val;
|
|
3577
3612
|
}
|
|
3578
|
-
var
|
|
3613
|
+
var k;
|
|
3579
3614
|
(function(e) {
|
|
3580
3615
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3581
|
-
})(
|
|
3582
|
-
var
|
|
3616
|
+
})(k || (k = {}));
|
|
3617
|
+
var ve = (
|
|
3583
3618
|
/** @class */
|
|
3584
3619
|
function(e) {
|
|
3585
|
-
|
|
3620
|
+
ye(t, e);
|
|
3586
3621
|
function t(r, n, i) {
|
|
3587
3622
|
var o = e.call(this, r) || this;
|
|
3588
3623
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3591,155 +3626,155 @@ var ge = (
|
|
|
3591
3626
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3592
3627
|
}, t;
|
|
3593
3628
|
}(Error)
|
|
3594
|
-
),
|
|
3629
|
+
), bt = (
|
|
3595
3630
|
/** @class */
|
|
3596
3631
|
function(e) {
|
|
3597
|
-
|
|
3632
|
+
ye(t, e);
|
|
3598
3633
|
function t(r, n, i, o) {
|
|
3599
|
-
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;
|
|
3600
3635
|
}
|
|
3601
3636
|
return t;
|
|
3602
|
-
}(
|
|
3603
|
-
),
|
|
3637
|
+
}(ve)
|
|
3638
|
+
), Wn = (
|
|
3604
3639
|
/** @class */
|
|
3605
3640
|
function(e) {
|
|
3606
|
-
|
|
3641
|
+
ye(t, e);
|
|
3607
3642
|
function t(r, n, i) {
|
|
3608
|
-
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;
|
|
3609
3644
|
}
|
|
3610
3645
|
return t;
|
|
3611
|
-
}(
|
|
3612
|
-
),
|
|
3646
|
+
}(ve)
|
|
3647
|
+
), Zn = (
|
|
3613
3648
|
/** @class */
|
|
3614
3649
|
function(e) {
|
|
3615
|
-
|
|
3650
|
+
ye(t, e);
|
|
3616
3651
|
function t(r, n) {
|
|
3617
|
-
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;
|
|
3618
3653
|
}
|
|
3619
3654
|
return t;
|
|
3620
|
-
}(
|
|
3621
|
-
),
|
|
3655
|
+
}(ve)
|
|
3656
|
+
), _;
|
|
3622
3657
|
(function(e) {
|
|
3623
3658
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3624
|
-
})(
|
|
3625
|
-
function
|
|
3659
|
+
})(_ || (_ = {}));
|
|
3660
|
+
function Qn(e) {
|
|
3626
3661
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3627
3662
|
var n = t[t.length - 1];
|
|
3628
|
-
return !n || n.type !==
|
|
3663
|
+
return !n || n.type !== _.literal || r.type !== _.literal ? t.push(r) : n.value += r.value, t;
|
|
3629
3664
|
}, []);
|
|
3630
3665
|
}
|
|
3631
|
-
function
|
|
3666
|
+
function Jn(e) {
|
|
3632
3667
|
return typeof e == "function";
|
|
3633
3668
|
}
|
|
3634
3669
|
function le(e, t, r, n, i, o, s) {
|
|
3635
|
-
if (e.length === 1 &&
|
|
3670
|
+
if (e.length === 1 && ht(e[0]))
|
|
3636
3671
|
return [
|
|
3637
3672
|
{
|
|
3638
|
-
type:
|
|
3673
|
+
type: _.literal,
|
|
3639
3674
|
value: e[0].value
|
|
3640
3675
|
}
|
|
3641
3676
|
];
|
|
3642
3677
|
for (var a = [], u = 0, h = e; u < h.length; u++) {
|
|
3643
3678
|
var l = h[u];
|
|
3644
|
-
if (
|
|
3679
|
+
if (ht(l)) {
|
|
3645
3680
|
a.push({
|
|
3646
|
-
type:
|
|
3681
|
+
type: _.literal,
|
|
3647
3682
|
value: l.value
|
|
3648
3683
|
});
|
|
3649
3684
|
continue;
|
|
3650
3685
|
}
|
|
3651
|
-
if (
|
|
3686
|
+
if (yn(l)) {
|
|
3652
3687
|
typeof o == "number" && a.push({
|
|
3653
|
-
type:
|
|
3688
|
+
type: _.literal,
|
|
3654
3689
|
value: r.getNumberFormat(t).format(o)
|
|
3655
3690
|
});
|
|
3656
3691
|
continue;
|
|
3657
3692
|
}
|
|
3658
3693
|
var c = l.value;
|
|
3659
3694
|
if (!(i && c in i))
|
|
3660
|
-
throw new
|
|
3695
|
+
throw new Zn(c, s);
|
|
3661
3696
|
var f = i[c];
|
|
3662
|
-
if (
|
|
3697
|
+
if (gn(l)) {
|
|
3663
3698
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3664
|
-
type: typeof f == "string" ?
|
|
3699
|
+
type: typeof f == "string" ? _.literal : _.object,
|
|
3665
3700
|
value: f
|
|
3666
3701
|
});
|
|
3667
3702
|
continue;
|
|
3668
3703
|
}
|
|
3669
|
-
if (
|
|
3670
|
-
var
|
|
3704
|
+
if (Ut(l)) {
|
|
3705
|
+
var m = typeof l.style == "string" ? n.date[l.style] : De(l.style) ? l.style.parsedOptions : void 0;
|
|
3671
3706
|
a.push({
|
|
3672
|
-
type:
|
|
3673
|
-
value: r.getDateTimeFormat(t,
|
|
3707
|
+
type: _.literal,
|
|
3708
|
+
value: r.getDateTimeFormat(t, m).format(f)
|
|
3674
3709
|
});
|
|
3675
3710
|
continue;
|
|
3676
3711
|
}
|
|
3677
|
-
if (
|
|
3678
|
-
var
|
|
3712
|
+
if (Dt(l)) {
|
|
3713
|
+
var m = typeof l.style == "string" ? n.time[l.style] : De(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3679
3714
|
a.push({
|
|
3680
|
-
type:
|
|
3681
|
-
value: r.getDateTimeFormat(t,
|
|
3715
|
+
type: _.literal,
|
|
3716
|
+
value: r.getDateTimeFormat(t, m).format(f)
|
|
3682
3717
|
});
|
|
3683
3718
|
continue;
|
|
3684
3719
|
}
|
|
3685
|
-
if (
|
|
3686
|
-
var
|
|
3687
|
-
|
|
3688
|
-
type:
|
|
3689
|
-
value: r.getNumberFormat(t,
|
|
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,
|
|
3724
|
+
value: r.getNumberFormat(t, m).format(f)
|
|
3690
3725
|
});
|
|
3691
3726
|
continue;
|
|
3692
3727
|
}
|
|
3693
|
-
if (
|
|
3694
|
-
var
|
|
3695
|
-
if (!
|
|
3696
|
-
throw new
|
|
3697
|
-
var N = le(
|
|
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) {
|
|
3698
3733
|
return S.value;
|
|
3699
3734
|
}));
|
|
3700
3735
|
Array.isArray(O) || (O = [O]), a.push.apply(a, O.map(function(S) {
|
|
3701
3736
|
return {
|
|
3702
|
-
type: typeof S == "string" ?
|
|
3737
|
+
type: typeof S == "string" ? _.literal : _.object,
|
|
3703
3738
|
value: S
|
|
3704
3739
|
};
|
|
3705
3740
|
}));
|
|
3706
3741
|
}
|
|
3707
|
-
if (
|
|
3708
|
-
var
|
|
3709
|
-
if (!
|
|
3710
|
-
throw new
|
|
3711
|
-
a.push.apply(a, le(
|
|
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));
|
|
3712
3747
|
continue;
|
|
3713
3748
|
}
|
|
3714
|
-
if (
|
|
3715
|
-
var
|
|
3716
|
-
if (!
|
|
3749
|
+
if (Ft(l)) {
|
|
3750
|
+
var x = l.options["=".concat(f)];
|
|
3751
|
+
if (!x) {
|
|
3717
3752
|
if (!Intl.PluralRules)
|
|
3718
|
-
throw new
|
|
3753
|
+
throw new ve(`Intl.PluralRules is not available in this environment.
|
|
3719
3754
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3720
|
-
`,
|
|
3721
|
-
var
|
|
3722
|
-
|
|
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;
|
|
3723
3758
|
}
|
|
3724
|
-
if (!
|
|
3725
|
-
throw new
|
|
3726
|
-
a.push.apply(a, le(
|
|
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)));
|
|
3727
3762
|
continue;
|
|
3728
3763
|
}
|
|
3729
3764
|
}
|
|
3730
|
-
return
|
|
3765
|
+
return Qn(a);
|
|
3731
3766
|
}
|
|
3732
|
-
function
|
|
3733
|
-
return t ?
|
|
3734
|
-
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;
|
|
3735
3770
|
}, {})) : e;
|
|
3736
3771
|
}
|
|
3737
|
-
function
|
|
3772
|
+
function qn(e, t) {
|
|
3738
3773
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3739
|
-
return r[n] =
|
|
3740
|
-
},
|
|
3774
|
+
return r[n] = Yn(e[n], t[n]), r;
|
|
3775
|
+
}, H({}, e)) : e;
|
|
3741
3776
|
}
|
|
3742
|
-
function
|
|
3777
|
+
function Pe(e) {
|
|
3743
3778
|
return {
|
|
3744
3779
|
create: function() {
|
|
3745
3780
|
return {
|
|
@@ -3753,39 +3788,39 @@ function Te(e) {
|
|
|
3753
3788
|
}
|
|
3754
3789
|
};
|
|
3755
3790
|
}
|
|
3756
|
-
function
|
|
3791
|
+
function Kn(e) {
|
|
3757
3792
|
return e === void 0 && (e = {
|
|
3758
3793
|
number: {},
|
|
3759
3794
|
dateTime: {},
|
|
3760
3795
|
pluralRules: {}
|
|
3761
3796
|
}), {
|
|
3762
|
-
getNumberFormat:
|
|
3797
|
+
getNumberFormat: we(function() {
|
|
3763
3798
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3764
3799
|
r[n] = arguments[n];
|
|
3765
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3800
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, Be([void 0], r, !1)))();
|
|
3766
3801
|
}, {
|
|
3767
|
-
cache:
|
|
3768
|
-
strategy:
|
|
3802
|
+
cache: Pe(e.number),
|
|
3803
|
+
strategy: Te.variadic
|
|
3769
3804
|
}),
|
|
3770
|
-
getDateTimeFormat:
|
|
3805
|
+
getDateTimeFormat: we(function() {
|
|
3771
3806
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3772
3807
|
r[n] = arguments[n];
|
|
3773
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3808
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, Be([void 0], r, !1)))();
|
|
3774
3809
|
}, {
|
|
3775
|
-
cache:
|
|
3776
|
-
strategy:
|
|
3810
|
+
cache: Pe(e.dateTime),
|
|
3811
|
+
strategy: Te.variadic
|
|
3777
3812
|
}),
|
|
3778
|
-
getPluralRules:
|
|
3813
|
+
getPluralRules: we(function() {
|
|
3779
3814
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3780
3815
|
r[n] = arguments[n];
|
|
3781
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3816
|
+
return new ((t = Intl.PluralRules).bind.apply(t, Be([void 0], r, !1)))();
|
|
3782
3817
|
}, {
|
|
3783
|
-
cache:
|
|
3784
|
-
strategy:
|
|
3818
|
+
cache: Pe(e.pluralRules),
|
|
3819
|
+
strategy: Te.variadic
|
|
3785
3820
|
})
|
|
3786
3821
|
};
|
|
3787
3822
|
}
|
|
3788
|
-
var
|
|
3823
|
+
var ei = (
|
|
3789
3824
|
/** @class */
|
|
3790
3825
|
function() {
|
|
3791
3826
|
function e(t, r, n, i) {
|
|
@@ -3800,7 +3835,7 @@ var Jn = (
|
|
|
3800
3835
|
if (h.length === 1)
|
|
3801
3836
|
return h[0].value;
|
|
3802
3837
|
var l = h.reduce(function(c, f) {
|
|
3803
|
-
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;
|
|
3804
3839
|
}, []);
|
|
3805
3840
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3806
3841
|
}, this.formatToParts = function(u) {
|
|
@@ -3817,13 +3852,13 @@ var Jn = (
|
|
|
3817
3852
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3818
3853
|
var s = i || {};
|
|
3819
3854
|
s.formatters;
|
|
3820
|
-
var a =
|
|
3821
|
-
this.ast = e.__parse(t,
|
|
3855
|
+
var a = hn(s, ["formatters"]);
|
|
3856
|
+
this.ast = e.__parse(t, H(H({}, a), { locale: this.resolvedLocale }));
|
|
3822
3857
|
} else
|
|
3823
3858
|
this.ast = t;
|
|
3824
3859
|
if (!Array.isArray(this.ast))
|
|
3825
3860
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3826
|
-
this.formats =
|
|
3861
|
+
this.formats = qn(e.formats, n), this.formatters = i && i.formatters || Kn(this.formatterCache);
|
|
3827
3862
|
}
|
|
3828
3863
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3829
3864
|
get: function() {
|
|
@@ -3836,7 +3871,7 @@ var Jn = (
|
|
|
3836
3871
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3837
3872
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3838
3873
|
}
|
|
3839
|
-
}, e.__parse =
|
|
3874
|
+
}, e.__parse = zn, e.formats = {
|
|
3840
3875
|
number: {
|
|
3841
3876
|
integer: {
|
|
3842
3877
|
maximumFractionDigits: 0
|
|
@@ -3897,7 +3932,7 @@ var Jn = (
|
|
|
3897
3932
|
}, e;
|
|
3898
3933
|
}()
|
|
3899
3934
|
);
|
|
3900
|
-
function
|
|
3935
|
+
function ti(e, t) {
|
|
3901
3936
|
if (t == null)
|
|
3902
3937
|
return;
|
|
3903
3938
|
if (t in e)
|
|
@@ -3918,92 +3953,92 @@ function Yn(e, t) {
|
|
|
3918
3953
|
n = void 0;
|
|
3919
3954
|
return n;
|
|
3920
3955
|
}
|
|
3921
|
-
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) => {
|
|
3922
3957
|
if (t == null)
|
|
3923
3958
|
return;
|
|
3924
3959
|
if (t in I && e in I[t])
|
|
3925
3960
|
return I[t][e];
|
|
3926
|
-
const r =
|
|
3961
|
+
const r = Ee(t);
|
|
3927
3962
|
for (let n = 0; n < r.length; n++) {
|
|
3928
|
-
const i = r[n], o =
|
|
3963
|
+
const i = r[n], o = ii(i, e);
|
|
3929
3964
|
if (o)
|
|
3930
|
-
return
|
|
3965
|
+
return ri(e, t, o);
|
|
3931
3966
|
}
|
|
3932
3967
|
};
|
|
3933
|
-
let
|
|
3934
|
-
const re =
|
|
3935
|
-
function
|
|
3936
|
-
return
|
|
3968
|
+
let Qe;
|
|
3969
|
+
const re = ge({});
|
|
3970
|
+
function ni(e) {
|
|
3971
|
+
return Qe[e] || null;
|
|
3937
3972
|
}
|
|
3938
|
-
function
|
|
3939
|
-
return e in
|
|
3973
|
+
function qt(e) {
|
|
3974
|
+
return e in Qe;
|
|
3940
3975
|
}
|
|
3941
|
-
function
|
|
3942
|
-
if (!
|
|
3976
|
+
function ii(e, t) {
|
|
3977
|
+
if (!qt(e))
|
|
3943
3978
|
return null;
|
|
3944
|
-
const r =
|
|
3945
|
-
return
|
|
3979
|
+
const r = ni(e);
|
|
3980
|
+
return ti(r, t);
|
|
3946
3981
|
}
|
|
3947
|
-
function
|
|
3982
|
+
function oi(e) {
|
|
3948
3983
|
if (e == null)
|
|
3949
3984
|
return;
|
|
3950
|
-
const t =
|
|
3985
|
+
const t = Ee(e);
|
|
3951
3986
|
for (let r = 0; r < t.length; r++) {
|
|
3952
3987
|
const n = t[r];
|
|
3953
|
-
if (
|
|
3988
|
+
if (qt(n))
|
|
3954
3989
|
return n;
|
|
3955
3990
|
}
|
|
3956
3991
|
}
|
|
3957
|
-
function
|
|
3958
|
-
delete I[e], re.update((r) => (r[e] =
|
|
3992
|
+
function Kt(e, ...t) {
|
|
3993
|
+
delete I[e], re.update((r) => (r[e] = un.all([r[e] || {}, ...t]), r));
|
|
3959
3994
|
}
|
|
3960
3995
|
X(
|
|
3961
3996
|
[re],
|
|
3962
3997
|
([e]) => Object.keys(e)
|
|
3963
3998
|
);
|
|
3964
|
-
re.subscribe((e) =>
|
|
3999
|
+
re.subscribe((e) => Qe = e);
|
|
3965
4000
|
const ce = {};
|
|
3966
|
-
function
|
|
4001
|
+
function si(e, t) {
|
|
3967
4002
|
ce[e].delete(t), ce[e].size === 0 && delete ce[e];
|
|
3968
4003
|
}
|
|
3969
|
-
function
|
|
4004
|
+
function er(e) {
|
|
3970
4005
|
return ce[e];
|
|
3971
4006
|
}
|
|
3972
|
-
function
|
|
3973
|
-
return
|
|
3974
|
-
const r =
|
|
4007
|
+
function ai(e) {
|
|
4008
|
+
return Ee(e).map((t) => {
|
|
4009
|
+
const r = er(t);
|
|
3975
4010
|
return [t, r ? [...r] : []];
|
|
3976
4011
|
}).filter(([, t]) => t.length > 0);
|
|
3977
4012
|
}
|
|
3978
|
-
function
|
|
3979
|
-
return e == null ? !1 :
|
|
4013
|
+
function Xe(e) {
|
|
4014
|
+
return e == null ? !1 : Ee(e).some(
|
|
3980
4015
|
(t) => {
|
|
3981
4016
|
var r;
|
|
3982
|
-
return (r =
|
|
4017
|
+
return (r = er(t)) == null ? void 0 : r.size;
|
|
3983
4018
|
}
|
|
3984
4019
|
);
|
|
3985
4020
|
}
|
|
3986
|
-
function
|
|
4021
|
+
function ui(e, t) {
|
|
3987
4022
|
return Promise.all(
|
|
3988
|
-
t.map((n) => (
|
|
3989
|
-
).then((n) =>
|
|
3990
|
-
}
|
|
3991
|
-
const
|
|
3992
|
-
function
|
|
3993
|
-
if (!
|
|
3994
|
-
return e in
|
|
3995
|
-
const t =
|
|
3996
|
-
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(
|
|
3997
4032
|
t.map(
|
|
3998
|
-
([r, n]) =>
|
|
4033
|
+
([r, n]) => ui(r, n)
|
|
3999
4034
|
)
|
|
4000
4035
|
).then(() => {
|
|
4001
|
-
if (
|
|
4002
|
-
return
|
|
4003
|
-
delete
|
|
4004
|
-
}),
|
|
4036
|
+
if (Xe(e))
|
|
4037
|
+
return tr(e);
|
|
4038
|
+
delete Z[e];
|
|
4039
|
+
}), Z[e];
|
|
4005
4040
|
}
|
|
4006
|
-
const
|
|
4041
|
+
const hi = {
|
|
4007
4042
|
number: {
|
|
4008
4043
|
scientific: { notation: "scientific" },
|
|
4009
4044
|
engineering: { notation: "engineering" },
|
|
@@ -4032,135 +4067,135 @@ const oi = {
|
|
|
4032
4067
|
timeZoneName: "short"
|
|
4033
4068
|
}
|
|
4034
4069
|
}
|
|
4035
|
-
},
|
|
4070
|
+
}, li = {
|
|
4036
4071
|
fallbackLocale: null,
|
|
4037
4072
|
loadingDelay: 200,
|
|
4038
|
-
formats:
|
|
4073
|
+
formats: hi,
|
|
4039
4074
|
warnOnMissingMessages: !0,
|
|
4040
4075
|
handleMissingMessage: void 0,
|
|
4041
4076
|
ignoreTag: !0
|
|
4042
|
-
},
|
|
4043
|
-
function
|
|
4044
|
-
return
|
|
4045
|
-
}
|
|
4046
|
-
const
|
|
4047
|
-
var
|
|
4048
|
-
for (var r in t)
|
|
4049
|
-
|
|
4050
|
-
if (
|
|
4051
|
-
for (var r of
|
|
4052
|
-
|
|
4077
|
+
}, ci = li;
|
|
4078
|
+
function V() {
|
|
4079
|
+
return ci;
|
|
4080
|
+
}
|
|
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) => {
|
|
4083
|
+
for (var r in t || (t = {}))
|
|
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]);
|
|
4053
4088
|
return e;
|
|
4054
|
-
},
|
|
4055
|
-
let
|
|
4056
|
-
const
|
|
4057
|
-
function
|
|
4089
|
+
}, yi = (e, t) => pi(e, mi(t));
|
|
4090
|
+
let ze;
|
|
4091
|
+
const me = ge(null);
|
|
4092
|
+
function vt(e) {
|
|
4058
4093
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4059
4094
|
}
|
|
4060
|
-
function
|
|
4061
|
-
const r =
|
|
4062
|
-
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;
|
|
4063
4098
|
}
|
|
4064
4099
|
function C() {
|
|
4065
|
-
return
|
|
4100
|
+
return ze ?? void 0;
|
|
4066
4101
|
}
|
|
4067
|
-
|
|
4068
|
-
|
|
4102
|
+
me.subscribe((e) => {
|
|
4103
|
+
ze = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4069
4104
|
});
|
|
4070
|
-
const
|
|
4071
|
-
if (e &&
|
|
4072
|
-
const { loadingDelay: t } =
|
|
4105
|
+
const vi = (e) => {
|
|
4106
|
+
if (e && oi(e) && Xe(e)) {
|
|
4107
|
+
const { loadingDelay: t } = V();
|
|
4073
4108
|
let r;
|
|
4074
4109
|
return typeof window < "u" && C() != null && t ? r = window.setTimeout(
|
|
4075
|
-
() =>
|
|
4110
|
+
() => Ae.set(!0),
|
|
4076
4111
|
t
|
|
4077
|
-
) :
|
|
4078
|
-
|
|
4112
|
+
) : Ae.set(!0), tr(e).then(() => {
|
|
4113
|
+
me.set(e);
|
|
4079
4114
|
}).finally(() => {
|
|
4080
|
-
clearTimeout(r),
|
|
4115
|
+
clearTimeout(r), Ae.set(!1);
|
|
4081
4116
|
});
|
|
4082
4117
|
}
|
|
4083
|
-
return
|
|
4084
|
-
},
|
|
4085
|
-
set:
|
|
4086
|
-
}),
|
|
4118
|
+
return me.set(e);
|
|
4119
|
+
}, z = yi(gi({}, me), {
|
|
4120
|
+
set: vi
|
|
4121
|
+
}), _e = (e) => {
|
|
4087
4122
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4088
4123
|
return (n) => {
|
|
4089
4124
|
const i = JSON.stringify(n);
|
|
4090
4125
|
return i in t ? t[i] : t[i] = e(n);
|
|
4091
4126
|
};
|
|
4092
4127
|
};
|
|
4093
|
-
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) => {
|
|
4094
4129
|
for (var r in t || (t = {}))
|
|
4095
|
-
|
|
4130
|
+
rr.call(t, r) && Et(e, r, t[r]);
|
|
4096
4131
|
if (de)
|
|
4097
4132
|
for (var r of de(t))
|
|
4098
|
-
|
|
4133
|
+
nr.call(t, r) && Et(e, r, t[r]);
|
|
4099
4134
|
return e;
|
|
4100
|
-
},
|
|
4135
|
+
}, W = (e, t) => {
|
|
4101
4136
|
var r = {};
|
|
4102
4137
|
for (var n in e)
|
|
4103
|
-
|
|
4138
|
+
rr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4104
4139
|
if (e != null && de)
|
|
4105
4140
|
for (var n of de(e))
|
|
4106
|
-
t.indexOf(n) < 0 &&
|
|
4141
|
+
t.indexOf(n) < 0 && nr.call(e, n) && (r[n] = e[n]);
|
|
4107
4142
|
return r;
|
|
4108
4143
|
};
|
|
4109
|
-
const
|
|
4110
|
-
const { formats: r } =
|
|
4144
|
+
const K = (e, t) => {
|
|
4145
|
+
const { formats: r } = V();
|
|
4111
4146
|
if (e in r && t in r[e])
|
|
4112
4147
|
return r[e][t];
|
|
4113
4148
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4114
|
-
},
|
|
4149
|
+
}, _i = _e(
|
|
4115
4150
|
(e) => {
|
|
4116
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4151
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4117
4152
|
if (r == null)
|
|
4118
4153
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4119
|
-
return n && (i =
|
|
4154
|
+
return n && (i = K("number", n)), new Intl.NumberFormat(r, i);
|
|
4120
4155
|
}
|
|
4121
|
-
),
|
|
4156
|
+
), xi = _e(
|
|
4122
4157
|
(e) => {
|
|
4123
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4158
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4124
4159
|
if (r == null)
|
|
4125
4160
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4126
|
-
return n ? i =
|
|
4161
|
+
return n ? i = K("date", n) : Object.keys(i).length === 0 && (i = K("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4127
4162
|
}
|
|
4128
|
-
),
|
|
4163
|
+
), Si = _e(
|
|
4129
4164
|
(e) => {
|
|
4130
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
4165
|
+
var t = e, { locale: r, format: n } = t, i = W(t, ["locale", "format"]);
|
|
4131
4166
|
if (r == null)
|
|
4132
4167
|
throw new Error(
|
|
4133
4168
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
4134
4169
|
);
|
|
4135
|
-
return n ? i =
|
|
4170
|
+
return n ? i = K("time", n) : Object.keys(i).length === 0 && (i = K("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4136
4171
|
}
|
|
4137
|
-
),
|
|
4172
|
+
), Bi = (e = {}) => {
|
|
4138
4173
|
var t = e, {
|
|
4139
4174
|
locale: r = C()
|
|
4140
|
-
} = t, n =
|
|
4175
|
+
} = t, n = W(t, [
|
|
4141
4176
|
"locale"
|
|
4142
4177
|
]);
|
|
4143
|
-
return
|
|
4144
|
-
},
|
|
4178
|
+
return _i(Je({ locale: r }, n));
|
|
4179
|
+
}, wi = (e = {}) => {
|
|
4145
4180
|
var t = e, {
|
|
4146
4181
|
locale: r = C()
|
|
4147
|
-
} = t, n =
|
|
4182
|
+
} = t, n = W(t, [
|
|
4148
4183
|
"locale"
|
|
4149
4184
|
]);
|
|
4150
|
-
return
|
|
4151
|
-
},
|
|
4185
|
+
return xi(Je({ locale: r }, n));
|
|
4186
|
+
}, Ti = (e = {}) => {
|
|
4152
4187
|
var t = e, {
|
|
4153
4188
|
locale: r = C()
|
|
4154
|
-
} = t, n =
|
|
4189
|
+
} = t, n = W(t, [
|
|
4155
4190
|
"locale"
|
|
4156
4191
|
]);
|
|
4157
|
-
return
|
|
4158
|
-
},
|
|
4192
|
+
return Si(Je({ locale: r }, n));
|
|
4193
|
+
}, Hi = _e(
|
|
4159
4194
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4160
|
-
(e, t = C()) => new
|
|
4161
|
-
ignoreTag:
|
|
4195
|
+
(e, t = C()) => new ei(e, t, V().formats, {
|
|
4196
|
+
ignoreTag: V().ignoreTag
|
|
4162
4197
|
})
|
|
4163
|
-
),
|
|
4198
|
+
), Pi = (e, t = {}) => {
|
|
4164
4199
|
var r, n, i, o;
|
|
4165
4200
|
let s = t;
|
|
4166
4201
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -4173,9 +4208,9 @@ const ee = (e, t) => {
|
|
|
4173
4208
|
throw new Error(
|
|
4174
4209
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4175
4210
|
);
|
|
4176
|
-
let l =
|
|
4211
|
+
let l = Yt(e, u);
|
|
4177
4212
|
if (!l)
|
|
4178
|
-
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;
|
|
4179
4214
|
else if (typeof l != "string")
|
|
4180
4215
|
return console.warn(
|
|
4181
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.`
|
|
@@ -4184,7 +4219,7 @@ const ee = (e, t) => {
|
|
|
4184
4219
|
return l;
|
|
4185
4220
|
let c = l;
|
|
4186
4221
|
try {
|
|
4187
|
-
c =
|
|
4222
|
+
c = Hi(l, u).format(a);
|
|
4188
4223
|
} catch (f) {
|
|
4189
4224
|
f instanceof Error && console.warn(
|
|
4190
4225
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4192,20 +4227,20 @@ const ee = (e, t) => {
|
|
|
4192
4227
|
);
|
|
4193
4228
|
}
|
|
4194
4229
|
return c;
|
|
4195
|
-
},
|
|
4196
|
-
X([
|
|
4197
|
-
X([
|
|
4198
|
-
X([
|
|
4199
|
-
X([
|
|
4200
|
-
window.emWidgets = { topic:
|
|
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);
|
|
4235
|
+
window.emWidgets = { topic: Vr };
|
|
4201
4236
|
const se = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4202
|
-
function
|
|
4203
|
-
|
|
4237
|
+
function _t(e, t) {
|
|
4238
|
+
Kt(e, t);
|
|
4204
4239
|
}
|
|
4205
|
-
function
|
|
4206
|
-
|
|
4240
|
+
function Ci(e) {
|
|
4241
|
+
z.set(e);
|
|
4207
4242
|
}
|
|
4208
|
-
const
|
|
4243
|
+
const xt = {
|
|
4209
4244
|
en: {
|
|
4210
4245
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4211
4246
|
},
|
|
@@ -4246,10 +4281,10 @@ const yt = {
|
|
|
4246
4281
|
panicButtonString: "Hold button for 3 seconds to take 24-hour timeout"
|
|
4247
4282
|
}
|
|
4248
4283
|
};
|
|
4249
|
-
function
|
|
4250
|
-
|
|
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}}");
|
|
4251
4286
|
}
|
|
4252
|
-
function
|
|
4287
|
+
function $i(e) {
|
|
4253
4288
|
let t, r, n, i = (
|
|
4254
4289
|
/*customtext*/
|
|
4255
4290
|
(e[0] || /*$_*/
|
|
@@ -4257,13 +4292,13 @@ function Ni(e) {
|
|
|
4257
4292
|
), o, s;
|
|
4258
4293
|
return {
|
|
4259
4294
|
c() {
|
|
4260
|
-
t =
|
|
4295
|
+
t = Q("div"), r = Q("div"), n = Q("button"), o = hr(i), L(n, "class", "PanicButton " + (se(
|
|
4261
4296
|
/*userAgent*/
|
|
4262
4297
|
e[6]
|
|
4263
4298
|
) !== "PC" ? "PanicButtonMobile" : "")), L(n, "part", "PanicButton " + (se(
|
|
4264
4299
|
/*userAgent*/
|
|
4265
4300
|
e[6]
|
|
4266
|
-
) !== "PC" ? "PanicButtonMobile" : "")),
|
|
4301
|
+
) !== "PC" ? "PanicButtonMobile" : "")), Ke(
|
|
4267
4302
|
n,
|
|
4268
4303
|
"PanicButtonAnimation",
|
|
4269
4304
|
/*panicLoading*/
|
|
@@ -4278,14 +4313,14 @@ function Ni(e) {
|
|
|
4278
4313
|
e[1] == "true" ? "PanicButtonV2" : "");
|
|
4279
4314
|
},
|
|
4280
4315
|
m(a, u) {
|
|
4281
|
-
|
|
4316
|
+
Tt(a, t, u), ae(t, r), ae(r, n), ae(n, o), e[12](n), e[13](t);
|
|
4282
4317
|
},
|
|
4283
4318
|
p(a, [u]) {
|
|
4284
4319
|
u & /*customtext, $_*/
|
|
4285
4320
|
33 && i !== (i = /*customtext*/
|
|
4286
4321
|
(a[0] || /*$_*/
|
|
4287
|
-
a[5]("panicButtonString")) + "") &&
|
|
4288
|
-
16 &&
|
|
4322
|
+
a[5]("panicButtonString")) + "") && cr(o, i), u & /*panicLoading*/
|
|
4323
|
+
16 && Ke(
|
|
4289
4324
|
n,
|
|
4290
4325
|
"PanicButtonAnimation",
|
|
4291
4326
|
/*panicLoading*/
|
|
@@ -4294,72 +4329,72 @@ function Ni(e) {
|
|
|
4294
4329
|
2 && s !== (s = /*alternativestyling*/
|
|
4295
4330
|
a[1] == "true" ? "PanicButtonV2" : "") && L(t, "class", s);
|
|
4296
4331
|
},
|
|
4297
|
-
i:
|
|
4298
|
-
o:
|
|
4332
|
+
i: w,
|
|
4333
|
+
o: w,
|
|
4299
4334
|
d(a) {
|
|
4300
|
-
a &&
|
|
4335
|
+
a && Ze(t), e[12](null), e[13](null);
|
|
4301
4336
|
}
|
|
4302
4337
|
};
|
|
4303
4338
|
}
|
|
4304
|
-
function
|
|
4339
|
+
function Ri(e, t, r) {
|
|
4305
4340
|
let n;
|
|
4306
|
-
|
|
4307
|
-
let { lang: i = "en" } = t, { customtext: o = "" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: u } = t, { alternativestyling: h = "" } = t, { translationurl: l = "" } = t, c, f,
|
|
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;
|
|
4308
4343
|
const N = () => {
|
|
4309
4344
|
fetch(l).then(($) => $.json()).then(($) => {
|
|
4310
|
-
Object.keys($).forEach((
|
|
4311
|
-
|
|
4345
|
+
Object.keys($).forEach((Ye) => {
|
|
4346
|
+
_t(Ye, $[Ye]);
|
|
4312
4347
|
});
|
|
4313
4348
|
}).catch(($) => {
|
|
4314
4349
|
console.log($);
|
|
4315
4350
|
});
|
|
4316
4351
|
};
|
|
4317
|
-
Object.keys(
|
|
4318
|
-
|
|
4352
|
+
Object.keys(xt).forEach((y) => {
|
|
4353
|
+
_t(y, xt[y]);
|
|
4319
4354
|
});
|
|
4320
4355
|
const O = () => {
|
|
4321
|
-
c?.addEventListener("mousedown",
|
|
4322
|
-
},
|
|
4323
|
-
r(4,
|
|
4324
|
-
},
|
|
4325
|
-
|
|
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(
|
|
4326
4361
|
() => {
|
|
4327
|
-
|
|
4362
|
+
g++, g >= 2 && (window.postMessage({ type: "PanicButtonClicked" }, window.location.href), clearInterval(b), typeof gtag == "function" && gtag("event", "PanicButtonClicked", { context: "PanicButton" }));
|
|
4328
4363
|
},
|
|
4329
4364
|
1e3
|
|
4330
4365
|
);
|
|
4331
4366
|
}, S = () => {
|
|
4332
|
-
r(4,
|
|
4367
|
+
r(4, m = !1), clearInterval(b);
|
|
4333
4368
|
};
|
|
4334
|
-
|
|
4335
|
-
|
|
4369
|
+
mr(() => () => {
|
|
4370
|
+
x();
|
|
4336
4371
|
});
|
|
4337
|
-
function M(
|
|
4338
|
-
fe[
|
|
4339
|
-
c =
|
|
4372
|
+
function M(y) {
|
|
4373
|
+
fe[y ? "unshift" : "push"](() => {
|
|
4374
|
+
c = y, r(2, c);
|
|
4340
4375
|
});
|
|
4341
4376
|
}
|
|
4342
|
-
function ne(
|
|
4343
|
-
fe[
|
|
4344
|
-
f =
|
|
4377
|
+
function ne(y) {
|
|
4378
|
+
fe[y ? "unshift" : "push"](() => {
|
|
4379
|
+
f = y, r(3, f);
|
|
4345
4380
|
});
|
|
4346
4381
|
}
|
|
4347
|
-
return e.$$set = (
|
|
4348
|
-
"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);
|
|
4349
4384
|
}, e.$$.update = () => {
|
|
4350
4385
|
e.$$.dirty & /*panicButton*/
|
|
4351
4386
|
4 && c && O(), e.$$.dirty & /*lang*/
|
|
4352
|
-
128 && i &&
|
|
4353
|
-
264 && s && f &&
|
|
4354
|
-
520 && a && f &&
|
|
4355
|
-
1032 && u && f &&
|
|
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*/
|
|
4356
4391
|
2048 && l && N();
|
|
4357
4392
|
}, [
|
|
4358
4393
|
o,
|
|
4359
4394
|
h,
|
|
4360
4395
|
c,
|
|
4361
4396
|
f,
|
|
4362
|
-
|
|
4397
|
+
m,
|
|
4363
4398
|
n,
|
|
4364
4399
|
B,
|
|
4365
4400
|
i,
|
|
@@ -4371,14 +4406,14 @@ function Li(e, t, r) {
|
|
|
4371
4406
|
ne
|
|
4372
4407
|
];
|
|
4373
4408
|
}
|
|
4374
|
-
class
|
|
4409
|
+
class Ui extends Tr {
|
|
4375
4410
|
constructor(t) {
|
|
4376
|
-
super(),
|
|
4411
|
+
super(), Br(
|
|
4377
4412
|
this,
|
|
4378
4413
|
t,
|
|
4379
|
-
|
|
4380
|
-
|
|
4381
|
-
|
|
4414
|
+
Ri,
|
|
4415
|
+
$i,
|
|
4416
|
+
Bt,
|
|
4382
4417
|
{
|
|
4383
4418
|
lang: 7,
|
|
4384
4419
|
customtext: 0,
|
|
@@ -4388,53 +4423,53 @@ class Ci extends _r {
|
|
|
4388
4423
|
alternativestyling: 1,
|
|
4389
4424
|
translationurl: 11
|
|
4390
4425
|
},
|
|
4391
|
-
|
|
4426
|
+
Mi
|
|
4392
4427
|
);
|
|
4393
4428
|
}
|
|
4394
4429
|
get lang() {
|
|
4395
4430
|
return this.$$.ctx[7];
|
|
4396
4431
|
}
|
|
4397
4432
|
set lang(t) {
|
|
4398
|
-
this.$$set({ lang: t }),
|
|
4433
|
+
this.$$set({ lang: t }), P();
|
|
4399
4434
|
}
|
|
4400
4435
|
get customtext() {
|
|
4401
4436
|
return this.$$.ctx[0];
|
|
4402
4437
|
}
|
|
4403
4438
|
set customtext(t) {
|
|
4404
|
-
this.$$set({ customtext: t }),
|
|
4439
|
+
this.$$set({ customtext: t }), P();
|
|
4405
4440
|
}
|
|
4406
4441
|
get clientstyling() {
|
|
4407
4442
|
return this.$$.ctx[8];
|
|
4408
4443
|
}
|
|
4409
4444
|
set clientstyling(t) {
|
|
4410
|
-
this.$$set({ clientstyling: t }),
|
|
4445
|
+
this.$$set({ clientstyling: t }), P();
|
|
4411
4446
|
}
|
|
4412
4447
|
get clientstylingurl() {
|
|
4413
4448
|
return this.$$.ctx[9];
|
|
4414
4449
|
}
|
|
4415
4450
|
set clientstylingurl(t) {
|
|
4416
|
-
this.$$set({ clientstylingurl: t }),
|
|
4451
|
+
this.$$set({ clientstylingurl: t }), P();
|
|
4417
4452
|
}
|
|
4418
4453
|
get mbsource() {
|
|
4419
4454
|
return this.$$.ctx[10];
|
|
4420
4455
|
}
|
|
4421
4456
|
set mbsource(t) {
|
|
4422
|
-
this.$$set({ mbsource: t }),
|
|
4457
|
+
this.$$set({ mbsource: t }), P();
|
|
4423
4458
|
}
|
|
4424
4459
|
get alternativestyling() {
|
|
4425
4460
|
return this.$$.ctx[1];
|
|
4426
4461
|
}
|
|
4427
4462
|
set alternativestyling(t) {
|
|
4428
|
-
this.$$set({ alternativestyling: t }),
|
|
4463
|
+
this.$$set({ alternativestyling: t }), P();
|
|
4429
4464
|
}
|
|
4430
4465
|
get translationurl() {
|
|
4431
4466
|
return this.$$.ctx[11];
|
|
4432
4467
|
}
|
|
4433
4468
|
set translationurl(t) {
|
|
4434
|
-
this.$$set({ translationurl: t }),
|
|
4469
|
+
this.$$set({ translationurl: t }), P();
|
|
4435
4470
|
}
|
|
4436
4471
|
}
|
|
4437
|
-
|
|
4472
|
+
wr(Ui, { lang: {}, customtext: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, alternativestyling: {}, translationurl: {} }, [], [], !0);
|
|
4438
4473
|
export {
|
|
4439
|
-
|
|
4474
|
+
Ui as P
|
|
4440
4475
|
};
|