@everymatrix/player-account-biometrics 1.59.0 → 1.59.2
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/{PlayerAccountBiometrics-kJDDOfU6.js → PlayerAccountBiometrics-CfKUs-Zn.js} +504 -482
- package/components/PlayerAccountBiometrics-DCou_eHK.cjs +18 -0
- package/components/{PlayerAccountBiometrics-YL5IbGbn.js → PlayerAccountBiometrics-DXo_V1bD.js} +512 -490
- package/es2015/player-account-biometrics.cjs +1 -1
- package/es2015/player-account-biometrics.js +1 -1
- package/esnext/player-account-biometrics.js +1 -1
- package/package.json +3 -2
- package/components/PlayerAccountBiometrics-DjV05Wt6.cjs +0 -18
package/components/{PlayerAccountBiometrics-kJDDOfU6.js → PlayerAccountBiometrics-CfKUs-Zn.js}
RENAMED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
function I() {
|
|
2
2
|
}
|
|
3
|
-
function
|
|
3
|
+
function Bt(e) {
|
|
4
4
|
return e();
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function Ke() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
9
|
function ae(e) {
|
|
10
|
-
e.forEach(
|
|
10
|
+
e.forEach(Bt);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function ze(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function St(e, t) {
|
|
16
16
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function or(e) {
|
|
19
19
|
return Object.keys(e).length === 0;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function Tt(e, ...t) {
|
|
22
22
|
if (e == null) {
|
|
23
23
|
for (const n of t)
|
|
24
24
|
n(void 0);
|
|
@@ -27,20 +27,20 @@ function xt(e, ...t) {
|
|
|
27
27
|
const r = e.subscribe(...t);
|
|
28
28
|
return r.unsubscribe ? () => r.unsubscribe() : r;
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
e.$$.on_destroy.push(
|
|
30
|
+
function sr(e, t, r) {
|
|
31
|
+
e.$$.on_destroy.push(Tt(t, r));
|
|
32
32
|
}
|
|
33
33
|
function E(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
const n =
|
|
36
|
+
function ar(e, t, r) {
|
|
37
|
+
const n = ur(e);
|
|
38
38
|
if (!n.getElementById(t)) {
|
|
39
39
|
const i = O("style");
|
|
40
|
-
i.id = t, i.textContent = r,
|
|
40
|
+
i.id = t, i.textContent = r, hr(n, i);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function ur(e) {
|
|
44
44
|
if (!e)
|
|
45
45
|
return document;
|
|
46
46
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -50,14 +50,14 @@ function ir(e) {
|
|
|
50
50
|
t
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function hr(e, t) {
|
|
54
54
|
return E(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
57
57
|
t
|
|
58
58
|
), t.sheet;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function Ze(e, t, r) {
|
|
61
61
|
e.insertBefore(t, r || null);
|
|
62
62
|
}
|
|
63
63
|
function ge(e) {
|
|
@@ -75,20 +75,20 @@ function U(e) {
|
|
|
75
75
|
function te() {
|
|
76
76
|
return U(" ");
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function wt(e, t, r, n) {
|
|
79
79
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
80
80
|
}
|
|
81
81
|
function B(e, t, r) {
|
|
82
82
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function lr(e) {
|
|
85
85
|
return Array.from(e.childNodes);
|
|
86
86
|
}
|
|
87
87
|
function re(e, t) {
|
|
88
88
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
89
89
|
t);
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function cr(e) {
|
|
92
92
|
const t = {};
|
|
93
93
|
return e.childNodes.forEach(
|
|
94
94
|
/** @param {Element} node */
|
|
@@ -101,22 +101,22 @@ let ie;
|
|
|
101
101
|
function ne(e) {
|
|
102
102
|
ie = e;
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function fr() {
|
|
105
105
|
if (!ie)
|
|
106
106
|
throw new Error("Function called outside component initialization");
|
|
107
107
|
return ie;
|
|
108
108
|
}
|
|
109
|
-
function
|
|
110
|
-
|
|
109
|
+
function mr(e) {
|
|
110
|
+
fr().$$.on_mount.push(e);
|
|
111
111
|
}
|
|
112
|
-
const V = [],
|
|
112
|
+
const V = [], Ie = [];
|
|
113
113
|
let X = [];
|
|
114
|
-
const
|
|
115
|
-
let
|
|
116
|
-
function
|
|
117
|
-
|
|
114
|
+
const et = [], pr = /* @__PURE__ */ Promise.resolve();
|
|
115
|
+
let Ne = !1;
|
|
116
|
+
function br() {
|
|
117
|
+
Ne || (Ne = !0, pr.then($));
|
|
118
118
|
}
|
|
119
|
-
function
|
|
119
|
+
function Me(e) {
|
|
120
120
|
X.push(e);
|
|
121
121
|
}
|
|
122
122
|
const Be = /* @__PURE__ */ new Set();
|
|
@@ -129,53 +129,53 @@ function $() {
|
|
|
129
129
|
try {
|
|
130
130
|
for (; j < V.length; ) {
|
|
131
131
|
const t = V[j];
|
|
132
|
-
j++, ne(t),
|
|
132
|
+
j++, ne(t), dr(t.$$);
|
|
133
133
|
}
|
|
134
134
|
} catch (t) {
|
|
135
135
|
throw V.length = 0, j = 0, t;
|
|
136
136
|
}
|
|
137
|
-
for (ne(null), V.length = 0, j = 0;
|
|
138
|
-
|
|
137
|
+
for (ne(null), V.length = 0, j = 0; Ie.length; )
|
|
138
|
+
Ie.pop()();
|
|
139
139
|
for (let t = 0; t < X.length; t += 1) {
|
|
140
140
|
const r = X[t];
|
|
141
141
|
Be.has(r) || (Be.add(r), r());
|
|
142
142
|
}
|
|
143
143
|
X.length = 0;
|
|
144
144
|
} while (V.length);
|
|
145
|
-
for (;
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
for (; et.length; )
|
|
146
|
+
et.pop()();
|
|
147
|
+
Ne = !1, Be.clear(), ne(e);
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function dr(e) {
|
|
150
150
|
if (e.fragment !== null) {
|
|
151
151
|
e.update(), ae(e.before_update);
|
|
152
152
|
const t = e.dirty;
|
|
153
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
153
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Me);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function gr(e) {
|
|
157
157
|
const t = [], r = [];
|
|
158
158
|
X.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), X = t;
|
|
159
159
|
}
|
|
160
|
-
const
|
|
161
|
-
function
|
|
162
|
-
e && e.i && (
|
|
160
|
+
const yr = /* @__PURE__ */ new Set();
|
|
161
|
+
function vr(e, t) {
|
|
162
|
+
e && e.i && (yr.delete(e), e.i(t));
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function Er(e, t, r) {
|
|
165
165
|
const { fragment: n, after_update: i } = e.$$;
|
|
166
|
-
n && n.m(t, r),
|
|
167
|
-
const o = e.$$.on_mount.map(
|
|
166
|
+
n && n.m(t, r), Me(() => {
|
|
167
|
+
const o = e.$$.on_mount.map(Bt).filter(ze);
|
|
168
168
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ae(o), e.$$.on_mount = [];
|
|
169
|
-
}), i.forEach(
|
|
169
|
+
}), i.forEach(Me);
|
|
170
170
|
}
|
|
171
|
-
function
|
|
171
|
+
function _r(e, t) {
|
|
172
172
|
const r = e.$$;
|
|
173
|
-
r.fragment !== null && (
|
|
173
|
+
r.fragment !== null && (gr(r.after_update), ae(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
174
174
|
}
|
|
175
|
-
function
|
|
176
|
-
e.$$.dirty[0] === -1 && (V.push(e),
|
|
175
|
+
function xr(e, t) {
|
|
176
|
+
e.$$.dirty[0] === -1 && (V.push(e), br(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
177
177
|
}
|
|
178
|
-
function
|
|
178
|
+
function Br(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
179
179
|
const h = ie;
|
|
180
180
|
ne(e);
|
|
181
181
|
const u = e.$$ = {
|
|
@@ -185,7 +185,7 @@ function vr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
185
185
|
props: o,
|
|
186
186
|
update: I,
|
|
187
187
|
not_equal: i,
|
|
188
|
-
bound:
|
|
188
|
+
bound: Ke(),
|
|
189
189
|
// lifecycle
|
|
190
190
|
on_mount: [],
|
|
191
191
|
on_destroy: [],
|
|
@@ -194,7 +194,7 @@ function vr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
194
194
|
after_update: [],
|
|
195
195
|
context: new Map(t.context || (h ? h.$$.context : [])),
|
|
196
196
|
// everything else
|
|
197
|
-
callbacks:
|
|
197
|
+
callbacks: Ke(),
|
|
198
198
|
dirty: a,
|
|
199
199
|
skip_bound: !1,
|
|
200
200
|
root: t.target || h.$$.root
|
|
@@ -203,19 +203,19 @@ function vr(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
203
203
|
let l = !1;
|
|
204
204
|
if (u.ctx = r ? r(e, t.props || {}, (c, f, ...m) => {
|
|
205
205
|
const g = m.length ? m[0] : f;
|
|
206
|
-
return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), l &&
|
|
206
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = g) && (!u.skip_bound && u.bound[c] && u.bound[c](g), l && xr(e, c)), f;
|
|
207
207
|
}) : [], u.update(), l = !0, ae(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
208
208
|
if (t.hydrate) {
|
|
209
|
-
const c =
|
|
209
|
+
const c = lr(t.target);
|
|
210
210
|
u.fragment && u.fragment.l(c), c.forEach(ge);
|
|
211
211
|
} else
|
|
212
212
|
u.fragment && u.fragment.c();
|
|
213
|
-
t.intro &&
|
|
213
|
+
t.intro && vr(e.$$.fragment), Er(e, t.target, t.anchor), $();
|
|
214
214
|
}
|
|
215
215
|
ne(h);
|
|
216
216
|
}
|
|
217
|
-
let
|
|
218
|
-
typeof HTMLElement == "function" && (
|
|
217
|
+
let Ht;
|
|
218
|
+
typeof HTMLElement == "function" && (Ht = class extends HTMLElement {
|
|
219
219
|
/** The Svelte component constructor */
|
|
220
220
|
$$ctor;
|
|
221
221
|
/** Slots */
|
|
@@ -264,7 +264,7 @@ typeof HTMLElement == "function" && (St = class extends HTMLElement {
|
|
|
264
264
|
* @param {HTMLElement} [anchor]
|
|
265
265
|
*/
|
|
266
266
|
m: function(h, u) {
|
|
267
|
-
|
|
267
|
+
Ze(h, o, u);
|
|
268
268
|
},
|
|
269
269
|
d: function(h) {
|
|
270
270
|
h && ge(o);
|
|
@@ -274,7 +274,7 @@ typeof HTMLElement == "function" && (St = class extends HTMLElement {
|
|
|
274
274
|
};
|
|
275
275
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
276
276
|
return;
|
|
277
|
-
const t = {}, r =
|
|
277
|
+
const t = {}, r = cr(this);
|
|
278
278
|
for (const i of this.$$s)
|
|
279
279
|
i in r && (t[i] = [e(i)]);
|
|
280
280
|
for (const i of this.attributes) {
|
|
@@ -361,8 +361,8 @@ function ce(e, t, r, n) {
|
|
|
361
361
|
return t;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
function
|
|
365
|
-
let s = class extends
|
|
364
|
+
function Sr(e, t, r, n, i, o) {
|
|
365
|
+
let s = class extends Ht {
|
|
366
366
|
constructor() {
|
|
367
367
|
super(e, r, i), this.$$p_d = t;
|
|
368
368
|
}
|
|
@@ -390,7 +390,7 @@ function Er(e, t, r, n, i, o) {
|
|
|
390
390
|
}), e.element = /** @type {any} */
|
|
391
391
|
s, s;
|
|
392
392
|
}
|
|
393
|
-
class
|
|
393
|
+
class Tr {
|
|
394
394
|
/**
|
|
395
395
|
* ### PRIVATE API
|
|
396
396
|
*
|
|
@@ -409,7 +409,7 @@ class _r {
|
|
|
409
409
|
$$set = void 0;
|
|
410
410
|
/** @returns {void} */
|
|
411
411
|
$destroy() {
|
|
412
|
-
|
|
412
|
+
_r(this, 1), this.$destroy = I;
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
415
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -418,7 +418,7 @@ class _r {
|
|
|
418
418
|
* @returns {() => void}
|
|
419
419
|
*/
|
|
420
420
|
$on(t, r) {
|
|
421
|
-
if (!
|
|
421
|
+
if (!ze(r))
|
|
422
422
|
return I;
|
|
423
423
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
424
424
|
return n.push(r), () => {
|
|
@@ -431,11 +431,11 @@ class _r {
|
|
|
431
431
|
* @returns {void}
|
|
432
432
|
*/
|
|
433
433
|
$set(t) {
|
|
434
|
-
this.$$set && !
|
|
434
|
+
this.$$set && !or(t) && (this.$$.skip_bound = !0, this.$$set(t), this.$$.skip_bound = !1);
|
|
435
435
|
}
|
|
436
436
|
}
|
|
437
|
-
const
|
|
438
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
437
|
+
const wr = "4";
|
|
438
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(wr);
|
|
439
439
|
/*! *****************************************************************************
|
|
440
440
|
Copyright (c) Microsoft Corporation.
|
|
441
441
|
|
|
@@ -450,18 +450,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
450
450
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
451
451
|
PERFORMANCE OF THIS SOFTWARE.
|
|
452
452
|
***************************************************************************** */
|
|
453
|
-
var
|
|
454
|
-
return
|
|
453
|
+
var Ce = function(e, t) {
|
|
454
|
+
return Ce = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
455
455
|
r.__proto__ = n;
|
|
456
456
|
} || function(r, n) {
|
|
457
457
|
for (var i in n)
|
|
458
458
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
459
|
-
},
|
|
459
|
+
}, Ce(e, t);
|
|
460
460
|
};
|
|
461
|
-
function
|
|
461
|
+
function L(e, t) {
|
|
462
462
|
if (typeof t != "function" && t !== null)
|
|
463
463
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
464
|
-
|
|
464
|
+
Ce(e, t);
|
|
465
465
|
function r() {
|
|
466
466
|
this.constructor = e;
|
|
467
467
|
}
|
|
@@ -477,7 +477,7 @@ var y = function() {
|
|
|
477
477
|
return t;
|
|
478
478
|
}, y.apply(this, arguments);
|
|
479
479
|
};
|
|
480
|
-
function
|
|
480
|
+
function Hr(e, t) {
|
|
481
481
|
var r = {};
|
|
482
482
|
for (var n in e)
|
|
483
483
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -498,7 +498,7 @@ function Le(e) {
|
|
|
498
498
|
};
|
|
499
499
|
throw new TypeError(t ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
500
500
|
}
|
|
501
|
-
function
|
|
501
|
+
function $e(e, t) {
|
|
502
502
|
var r = typeof Symbol == "function" && e[Symbol.iterator];
|
|
503
503
|
if (!r)
|
|
504
504
|
return e;
|
|
@@ -524,16 +524,16 @@ function W(e, t, r) {
|
|
|
524
524
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
525
525
|
return e.concat(o || t);
|
|
526
526
|
}
|
|
527
|
-
function
|
|
527
|
+
function C(e) {
|
|
528
528
|
return typeof e == "function";
|
|
529
529
|
}
|
|
530
|
-
function
|
|
530
|
+
function At(e) {
|
|
531
531
|
var t = function(n) {
|
|
532
532
|
Error.call(n), n.stack = new Error().stack;
|
|
533
533
|
}, r = e(t);
|
|
534
534
|
return r.prototype = Object.create(Error.prototype), r.prototype.constructor = r, r;
|
|
535
535
|
}
|
|
536
|
-
var Se =
|
|
536
|
+
var Se = At(function(e) {
|
|
537
537
|
return function(r) {
|
|
538
538
|
e(this), this.message = r ? r.length + ` errors occurred during unsubscription:
|
|
539
539
|
` + r.map(function(n, i) {
|
|
@@ -542,7 +542,7 @@ var Se = Tt(function(e) {
|
|
|
542
542
|
`) : "", this.name = "UnsubscriptionError", this.errors = r;
|
|
543
543
|
};
|
|
544
544
|
});
|
|
545
|
-
function
|
|
545
|
+
function Re(e, t) {
|
|
546
546
|
if (e) {
|
|
547
547
|
var r = e.indexOf(t);
|
|
548
548
|
0 <= r && e.splice(r, 1);
|
|
@@ -577,7 +577,7 @@ var ye = function() {
|
|
|
577
577
|
else
|
|
578
578
|
s.remove(this);
|
|
579
579
|
var l = this.initialTeardown;
|
|
580
|
-
if (
|
|
580
|
+
if (C(l))
|
|
581
581
|
try {
|
|
582
582
|
l();
|
|
583
583
|
} catch (p) {
|
|
@@ -590,9 +590,9 @@ var ye = function() {
|
|
|
590
590
|
for (var f = Le(c), m = f.next(); !m.done; m = f.next()) {
|
|
591
591
|
var g = m.value;
|
|
592
592
|
try {
|
|
593
|
-
|
|
593
|
+
tt(g);
|
|
594
594
|
} catch (p) {
|
|
595
|
-
o = o ?? [], p instanceof Se ? o = W(W([],
|
|
595
|
+
o = o ?? [], p instanceof Se ? o = W(W([], $e(o)), $e(p.errors)) : o.push(p);
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
598
|
} catch (p) {
|
|
@@ -613,7 +613,7 @@ var ye = function() {
|
|
|
613
613
|
var r;
|
|
614
614
|
if (t && t !== this)
|
|
615
615
|
if (this.closed)
|
|
616
|
-
|
|
616
|
+
tt(t);
|
|
617
617
|
else {
|
|
618
618
|
if (t instanceof e) {
|
|
619
619
|
if (t.closed || t._hasParent(this))
|
|
@@ -630,52 +630,56 @@ var ye = function() {
|
|
|
630
630
|
this._parentage = Array.isArray(r) ? (r.push(t), r) : r ? [r, t] : t;
|
|
631
631
|
}, e.prototype._removeParent = function(t) {
|
|
632
632
|
var r = this._parentage;
|
|
633
|
-
r === t ? this._parentage = null : Array.isArray(r) &&
|
|
633
|
+
r === t ? this._parentage = null : Array.isArray(r) && Re(r, t);
|
|
634
634
|
}, e.prototype.remove = function(t) {
|
|
635
635
|
var r = this._finalizers;
|
|
636
|
-
r &&
|
|
636
|
+
r && Re(r, t), t instanceof e && t._removeParent(this);
|
|
637
637
|
}, e.EMPTY = function() {
|
|
638
638
|
var t = new e();
|
|
639
639
|
return t.closed = !0, t;
|
|
640
640
|
}(), e;
|
|
641
|
-
}(),
|
|
642
|
-
function
|
|
643
|
-
return e instanceof ye || e && "closed" in e &&
|
|
644
|
-
}
|
|
645
|
-
function qe(e) {
|
|
646
|
-
L(e) ? e() : e.unsubscribe();
|
|
641
|
+
}(), Pt = ye.EMPTY;
|
|
642
|
+
function Ot(e) {
|
|
643
|
+
return e instanceof ye || e && "closed" in e && C(e.remove) && C(e.add) && C(e.unsubscribe);
|
|
647
644
|
}
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
}
|
|
645
|
+
function tt(e) {
|
|
646
|
+
C(e) ? e() : e.unsubscribe();
|
|
647
|
+
}
|
|
648
|
+
var It = {
|
|
649
|
+
onUnhandledError: null,
|
|
650
|
+
onStoppedNotification: null,
|
|
651
|
+
Promise: void 0,
|
|
652
|
+
useDeprecatedSynchronousErrorHandling: !1,
|
|
653
|
+
useDeprecatedNextContext: !1
|
|
654
|
+
}, Ar = {
|
|
651
655
|
setTimeout: function(e, t) {
|
|
652
656
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
653
657
|
r[n - 2] = arguments[n];
|
|
654
|
-
return setTimeout.apply(void 0, W([e, t],
|
|
658
|
+
return setTimeout.apply(void 0, W([e, t], $e(r)));
|
|
655
659
|
},
|
|
656
660
|
clearTimeout: function(e) {
|
|
657
661
|
return clearTimeout(e);
|
|
658
662
|
},
|
|
659
663
|
delegate: void 0
|
|
660
664
|
};
|
|
661
|
-
function
|
|
662
|
-
|
|
665
|
+
function Pr(e) {
|
|
666
|
+
Ar.setTimeout(function() {
|
|
663
667
|
throw e;
|
|
664
668
|
});
|
|
665
669
|
}
|
|
666
|
-
function
|
|
670
|
+
function rt() {
|
|
667
671
|
}
|
|
668
672
|
function fe(e) {
|
|
669
673
|
e();
|
|
670
674
|
}
|
|
671
|
-
var
|
|
672
|
-
|
|
675
|
+
var Nt = function(e) {
|
|
676
|
+
L(t, e);
|
|
673
677
|
function t(r) {
|
|
674
678
|
var n = e.call(this) || this;
|
|
675
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
679
|
+
return n.isStopped = !1, r ? (n.destination = r, Ot(r) && r.add(n)) : n.destination = Mr, n;
|
|
676
680
|
}
|
|
677
681
|
return t.create = function(r, n, i) {
|
|
678
|
-
return new
|
|
682
|
+
return new De(r, n, i);
|
|
679
683
|
}, t.prototype.next = function(r) {
|
|
680
684
|
this.isStopped || this._next(r);
|
|
681
685
|
}, t.prototype.error = function(r) {
|
|
@@ -699,7 +703,11 @@ var At = function(e) {
|
|
|
699
703
|
this.unsubscribe();
|
|
700
704
|
}
|
|
701
705
|
}, t;
|
|
702
|
-
}(ye),
|
|
706
|
+
}(ye), Or = Function.prototype.bind;
|
|
707
|
+
function Te(e, t) {
|
|
708
|
+
return Or.call(e, t);
|
|
709
|
+
}
|
|
710
|
+
var Ir = function() {
|
|
703
711
|
function e(t) {
|
|
704
712
|
this.partialObserver = t;
|
|
705
713
|
}
|
|
@@ -730,43 +738,55 @@ var At = function(e) {
|
|
|
730
738
|
he(r);
|
|
731
739
|
}
|
|
732
740
|
}, e;
|
|
733
|
-
}(),
|
|
734
|
-
|
|
741
|
+
}(), De = function(e) {
|
|
742
|
+
L(t, e);
|
|
735
743
|
function t(r, n, i) {
|
|
736
744
|
var o = e.call(this) || this, s;
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
745
|
+
if (C(r) || !r)
|
|
746
|
+
s = {
|
|
747
|
+
next: r ?? void 0,
|
|
748
|
+
error: n ?? void 0,
|
|
749
|
+
complete: i ?? void 0
|
|
750
|
+
};
|
|
751
|
+
else {
|
|
752
|
+
var a;
|
|
753
|
+
o && It.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
|
|
754
|
+
return o.unsubscribe();
|
|
755
|
+
}, s = {
|
|
756
|
+
next: r.next && Te(r.next, a),
|
|
757
|
+
error: r.error && Te(r.error, a),
|
|
758
|
+
complete: r.complete && Te(r.complete, a)
|
|
759
|
+
}) : s = r;
|
|
760
|
+
}
|
|
761
|
+
return o.destination = new Ir(s), o;
|
|
742
762
|
}
|
|
743
763
|
return t;
|
|
744
|
-
}(
|
|
764
|
+
}(Nt);
|
|
745
765
|
function he(e) {
|
|
746
|
-
|
|
766
|
+
Pr(e);
|
|
747
767
|
}
|
|
748
|
-
function
|
|
768
|
+
function Nr(e) {
|
|
749
769
|
throw e;
|
|
750
770
|
}
|
|
751
|
-
var
|
|
771
|
+
var Mr = {
|
|
752
772
|
closed: !0,
|
|
753
|
-
next:
|
|
754
|
-
error:
|
|
755
|
-
complete:
|
|
756
|
-
},
|
|
773
|
+
next: rt,
|
|
774
|
+
error: Nr,
|
|
775
|
+
complete: rt
|
|
776
|
+
}, Cr = function() {
|
|
757
777
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
758
778
|
}();
|
|
759
|
-
function
|
|
779
|
+
function Lr(e) {
|
|
760
780
|
return e;
|
|
761
781
|
}
|
|
762
|
-
function
|
|
763
|
-
return e.length === 0 ?
|
|
782
|
+
function $r(e) {
|
|
783
|
+
return e.length === 0 ? Lr : e.length === 1 ? e[0] : function(r) {
|
|
764
784
|
return e.reduce(function(n, i) {
|
|
765
785
|
return i(n);
|
|
766
786
|
}, r);
|
|
767
787
|
};
|
|
768
788
|
}
|
|
769
|
-
var
|
|
789
|
+
var nt = function() {
|
|
770
790
|
function e(t) {
|
|
771
791
|
t && (this._subscribe = t);
|
|
772
792
|
}
|
|
@@ -774,7 +794,7 @@ var et = function() {
|
|
|
774
794
|
var r = new e();
|
|
775
795
|
return r.source = this, r.operator = t, r;
|
|
776
796
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
777
|
-
var i = this, o =
|
|
797
|
+
var i = this, o = Dr(t) ? t : new De(t, r, n);
|
|
778
798
|
return fe(function() {
|
|
779
799
|
var s = i, a = s.operator, h = s.source;
|
|
780
800
|
o.add(a ? a.call(o, h) : h ? i._subscribe(o) : i._trySubscribe(o));
|
|
@@ -787,8 +807,8 @@ var et = function() {
|
|
|
787
807
|
}
|
|
788
808
|
}, e.prototype.forEach = function(t, r) {
|
|
789
809
|
var n = this;
|
|
790
|
-
return r =
|
|
791
|
-
var s = new
|
|
810
|
+
return r = it(r), new r(function(i, o) {
|
|
811
|
+
var s = new De({
|
|
792
812
|
next: function(a) {
|
|
793
813
|
try {
|
|
794
814
|
t(a);
|
|
@@ -804,15 +824,15 @@ var et = function() {
|
|
|
804
824
|
}, e.prototype._subscribe = function(t) {
|
|
805
825
|
var r;
|
|
806
826
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
807
|
-
}, e.prototype[
|
|
827
|
+
}, e.prototype[Cr] = function() {
|
|
808
828
|
return this;
|
|
809
829
|
}, e.prototype.pipe = function() {
|
|
810
830
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
811
831
|
t[r] = arguments[r];
|
|
812
|
-
return
|
|
832
|
+
return $r(t)(this);
|
|
813
833
|
}, e.prototype.toPromise = function(t) {
|
|
814
834
|
var r = this;
|
|
815
|
-
return t =
|
|
835
|
+
return t = it(t), new t(function(n, i) {
|
|
816
836
|
var o;
|
|
817
837
|
r.subscribe(function(s) {
|
|
818
838
|
return o = s;
|
|
@@ -826,32 +846,32 @@ var et = function() {
|
|
|
826
846
|
return new e(t);
|
|
827
847
|
}, e;
|
|
828
848
|
}();
|
|
829
|
-
function
|
|
849
|
+
function it(e) {
|
|
830
850
|
var t;
|
|
831
|
-
return (t = e ??
|
|
851
|
+
return (t = e ?? It.Promise) !== null && t !== void 0 ? t : Promise;
|
|
832
852
|
}
|
|
833
|
-
function
|
|
834
|
-
return e &&
|
|
853
|
+
function Rr(e) {
|
|
854
|
+
return e && C(e.next) && C(e.error) && C(e.complete);
|
|
835
855
|
}
|
|
836
|
-
function
|
|
837
|
-
return e && e instanceof
|
|
856
|
+
function Dr(e) {
|
|
857
|
+
return e && e instanceof Nt || Rr(e) && Ot(e);
|
|
838
858
|
}
|
|
839
|
-
var
|
|
859
|
+
var Ur = At(function(e) {
|
|
840
860
|
return function() {
|
|
841
861
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
842
862
|
};
|
|
843
|
-
}),
|
|
844
|
-
|
|
863
|
+
}), Mt = function(e) {
|
|
864
|
+
L(t, e);
|
|
845
865
|
function t() {
|
|
846
866
|
var r = e.call(this) || this;
|
|
847
867
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
848
868
|
}
|
|
849
869
|
return t.prototype.lift = function(r) {
|
|
850
|
-
var n = new
|
|
870
|
+
var n = new ot(this, this);
|
|
851
871
|
return n.operator = r, n;
|
|
852
872
|
}, t.prototype._throwIfClosed = function() {
|
|
853
873
|
if (this.closed)
|
|
854
|
-
throw new
|
|
874
|
+
throw new Ur();
|
|
855
875
|
}, t.prototype.next = function(r) {
|
|
856
876
|
var n = this;
|
|
857
877
|
fe(function() {
|
|
@@ -908,20 +928,20 @@ var Cr = Tt(function(e) {
|
|
|
908
928
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
909
929
|
}, t.prototype._innerSubscribe = function(r) {
|
|
910
930
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
911
|
-
return o || s ?
|
|
912
|
-
n.currentObservers = null,
|
|
931
|
+
return o || s ? Pt : (this.currentObservers = null, a.push(r), new ye(function() {
|
|
932
|
+
n.currentObservers = null, Re(a, r);
|
|
913
933
|
}));
|
|
914
934
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
915
935
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
916
936
|
i ? r.error(o) : s && r.complete();
|
|
917
937
|
}, t.prototype.asObservable = function() {
|
|
918
|
-
var r = new
|
|
938
|
+
var r = new nt();
|
|
919
939
|
return r.source = this, r;
|
|
920
940
|
}, t.create = function(r, n) {
|
|
921
|
-
return new
|
|
941
|
+
return new ot(r, n);
|
|
922
942
|
}, t;
|
|
923
|
-
}(
|
|
924
|
-
|
|
943
|
+
}(nt), ot = function(e) {
|
|
944
|
+
L(t, e);
|
|
925
945
|
function t(r, n) {
|
|
926
946
|
var i = e.call(this) || this;
|
|
927
947
|
return i.destination = r, i.source = n, i;
|
|
@@ -937,17 +957,17 @@ var Cr = Tt(function(e) {
|
|
|
937
957
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
938
958
|
}, t.prototype._subscribe = function(r) {
|
|
939
959
|
var n, i;
|
|
940
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
960
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Pt;
|
|
941
961
|
}, t;
|
|
942
|
-
}(
|
|
962
|
+
}(Mt), Ct = {
|
|
943
963
|
now: function() {
|
|
944
|
-
return (
|
|
964
|
+
return (Ct.delegate || Date).now();
|
|
945
965
|
},
|
|
946
966
|
delegate: void 0
|
|
947
|
-
},
|
|
948
|
-
|
|
967
|
+
}, Gr = function(e) {
|
|
968
|
+
L(t, e);
|
|
949
969
|
function t(r, n, i) {
|
|
950
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
970
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Ct);
|
|
951
971
|
var o = e.call(this) || this;
|
|
952
972
|
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;
|
|
953
973
|
}
|
|
@@ -967,15 +987,15 @@ var Cr = Tt(function(e) {
|
|
|
967
987
|
u && o.splice(0, u + 1);
|
|
968
988
|
}
|
|
969
989
|
}, t;
|
|
970
|
-
}(
|
|
971
|
-
const
|
|
972
|
-
if (
|
|
973
|
-
const r = new
|
|
974
|
-
|
|
990
|
+
}(Mt);
|
|
991
|
+
const st = [], at = {}, Fr = (e, t = 0) => {
|
|
992
|
+
if (st.indexOf(e) == -1) {
|
|
993
|
+
const r = new Gr(t);
|
|
994
|
+
at[e] = r, st.push(e);
|
|
975
995
|
}
|
|
976
|
-
return
|
|
996
|
+
return at[e];
|
|
977
997
|
}, k = [];
|
|
978
|
-
function
|
|
998
|
+
function jr(e, t) {
|
|
979
999
|
return {
|
|
980
1000
|
subscribe: ve(e, t).subscribe
|
|
981
1001
|
};
|
|
@@ -984,7 +1004,7 @@ function ve(e, t = I) {
|
|
|
984
1004
|
let r;
|
|
985
1005
|
const n = /* @__PURE__ */ new Set();
|
|
986
1006
|
function i(a) {
|
|
987
|
-
if (
|
|
1007
|
+
if (St(e, a) && (e = a, r)) {
|
|
988
1008
|
const h = !k.length;
|
|
989
1009
|
for (const u of n)
|
|
990
1010
|
u[1](), k.push(u, e);
|
|
@@ -1011,7 +1031,7 @@ function J(e, t, r) {
|
|
|
1011
1031
|
if (!i.every(Boolean))
|
|
1012
1032
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1013
1033
|
const o = t.length < 2;
|
|
1014
|
-
return
|
|
1034
|
+
return jr(r, (s, a) => {
|
|
1015
1035
|
let h = !1;
|
|
1016
1036
|
const u = [];
|
|
1017
1037
|
let l = 0, c = I;
|
|
@@ -1020,9 +1040,9 @@ function J(e, t, r) {
|
|
|
1020
1040
|
return;
|
|
1021
1041
|
c();
|
|
1022
1042
|
const g = t(n ? u[0] : u, s, a);
|
|
1023
|
-
o ? s(g) : c =
|
|
1043
|
+
o ? s(g) : c = ze(g) ? g : I;
|
|
1024
1044
|
}, m = i.map(
|
|
1025
|
-
(g, p) =>
|
|
1045
|
+
(g, p) => Tt(
|
|
1026
1046
|
g,
|
|
1027
1047
|
(x) => {
|
|
1028
1048
|
u[p] = x, l &= ~(1 << p), h && f();
|
|
@@ -1037,70 +1057,70 @@ function J(e, t, r) {
|
|
|
1037
1057
|
};
|
|
1038
1058
|
});
|
|
1039
1059
|
}
|
|
1040
|
-
function
|
|
1060
|
+
function kr(e) {
|
|
1041
1061
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1042
1062
|
}
|
|
1043
|
-
var
|
|
1044
|
-
return
|
|
1063
|
+
var Vr = function(t) {
|
|
1064
|
+
return Xr(t) && !Wr(t);
|
|
1045
1065
|
};
|
|
1046
|
-
function
|
|
1066
|
+
function Xr(e) {
|
|
1047
1067
|
return !!e && typeof e == "object";
|
|
1048
1068
|
}
|
|
1049
|
-
function
|
|
1069
|
+
function Wr(e) {
|
|
1050
1070
|
var t = Object.prototype.toString.call(e);
|
|
1051
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1071
|
+
return t === "[object RegExp]" || t === "[object Date]" || Yr(e);
|
|
1052
1072
|
}
|
|
1053
|
-
var
|
|
1054
|
-
function
|
|
1055
|
-
return e.$$typeof ===
|
|
1073
|
+
var zr = typeof Symbol == "function" && Symbol.for, Zr = zr ? Symbol.for("react.element") : 60103;
|
|
1074
|
+
function Yr(e) {
|
|
1075
|
+
return e.$$typeof === Zr;
|
|
1056
1076
|
}
|
|
1057
|
-
function
|
|
1077
|
+
function Qr(e) {
|
|
1058
1078
|
return Array.isArray(e) ? [] : {};
|
|
1059
1079
|
}
|
|
1060
1080
|
function oe(e, t) {
|
|
1061
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? z(
|
|
1081
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? z(Qr(e), e, t) : e;
|
|
1062
1082
|
}
|
|
1063
|
-
function
|
|
1083
|
+
function Jr(e, t, r) {
|
|
1064
1084
|
return e.concat(t).map(function(n) {
|
|
1065
1085
|
return oe(n, r);
|
|
1066
1086
|
});
|
|
1067
1087
|
}
|
|
1068
|
-
function
|
|
1088
|
+
function qr(e, t) {
|
|
1069
1089
|
if (!t.customMerge)
|
|
1070
1090
|
return z;
|
|
1071
1091
|
var r = t.customMerge(e);
|
|
1072
1092
|
return typeof r == "function" ? r : z;
|
|
1073
1093
|
}
|
|
1074
|
-
function
|
|
1094
|
+
function Kr(e) {
|
|
1075
1095
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1076
1096
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1077
1097
|
}) : [];
|
|
1078
1098
|
}
|
|
1079
|
-
function
|
|
1080
|
-
return Object.keys(e).concat(
|
|
1099
|
+
function ut(e) {
|
|
1100
|
+
return Object.keys(e).concat(Kr(e));
|
|
1081
1101
|
}
|
|
1082
|
-
function
|
|
1102
|
+
function Lt(e, t) {
|
|
1083
1103
|
try {
|
|
1084
1104
|
return t in e;
|
|
1085
1105
|
} catch {
|
|
1086
1106
|
return !1;
|
|
1087
1107
|
}
|
|
1088
1108
|
}
|
|
1089
|
-
function
|
|
1090
|
-
return
|
|
1109
|
+
function en(e, t) {
|
|
1110
|
+
return Lt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1091
1111
|
}
|
|
1092
|
-
function
|
|
1112
|
+
function tn(e, t, r) {
|
|
1093
1113
|
var n = {};
|
|
1094
|
-
return r.isMergeableObject(e) &&
|
|
1114
|
+
return r.isMergeableObject(e) && ut(e).forEach(function(i) {
|
|
1095
1115
|
n[i] = oe(e[i], r);
|
|
1096
|
-
}),
|
|
1097
|
-
|
|
1116
|
+
}), ut(t).forEach(function(i) {
|
|
1117
|
+
en(e, i) || (Lt(e, i) && r.isMergeableObject(t[i]) ? n[i] = qr(i, r)(e[i], t[i], r) : n[i] = oe(t[i], r));
|
|
1098
1118
|
}), n;
|
|
1099
1119
|
}
|
|
1100
1120
|
function z(e, t, r) {
|
|
1101
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1121
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Jr, r.isMergeableObject = r.isMergeableObject || Vr, r.cloneUnlessOtherwiseSpecified = oe;
|
|
1102
1122
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1103
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1123
|
+
return o ? n ? r.arrayMerge(e, t, r) : tn(e, t, r) : oe(t, r);
|
|
1104
1124
|
}
|
|
1105
1125
|
z.all = function(t, r) {
|
|
1106
1126
|
if (!Array.isArray(t))
|
|
@@ -1109,56 +1129,58 @@ z.all = function(t, r) {
|
|
|
1109
1129
|
return z(n, i, r);
|
|
1110
1130
|
}, {});
|
|
1111
1131
|
};
|
|
1112
|
-
var
|
|
1113
|
-
const
|
|
1114
|
-
function
|
|
1115
|
-
var r = t && t.cache ? t.cache :
|
|
1132
|
+
var rn = z, nn = rn;
|
|
1133
|
+
const on = /* @__PURE__ */ kr(nn);
|
|
1134
|
+
function we(e, t) {
|
|
1135
|
+
var r = t && t.cache ? t.cache : cn, n = t && t.serializer ? t.serializer : ln, i = t && t.strategy ? t.strategy : an;
|
|
1116
1136
|
return i(e, {
|
|
1117
1137
|
cache: r,
|
|
1118
1138
|
serializer: n
|
|
1119
1139
|
});
|
|
1120
1140
|
}
|
|
1121
|
-
function
|
|
1141
|
+
function sn(e) {
|
|
1122
1142
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1123
1143
|
}
|
|
1124
|
-
function
|
|
1125
|
-
var i =
|
|
1144
|
+
function $t(e, t, r, n) {
|
|
1145
|
+
var i = sn(n) ? n : r(n), o = t.get(i);
|
|
1126
1146
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1127
1147
|
}
|
|
1128
|
-
function
|
|
1148
|
+
function Rt(e, t, r) {
|
|
1129
1149
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1130
1150
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1131
1151
|
}
|
|
1132
|
-
function
|
|
1152
|
+
function Ye(e, t, r, n, i) {
|
|
1133
1153
|
return r.bind(t, e, n, i);
|
|
1134
1154
|
}
|
|
1135
|
-
function
|
|
1136
|
-
var r = e.length === 1 ?
|
|
1137
|
-
return
|
|
1155
|
+
function an(e, t) {
|
|
1156
|
+
var r = e.length === 1 ? $t : Rt;
|
|
1157
|
+
return Ye(e, this, r, t.cache.create(), t.serializer);
|
|
1158
|
+
}
|
|
1159
|
+
function un(e, t) {
|
|
1160
|
+
return Ye(e, this, Rt, t.cache.create(), t.serializer);
|
|
1138
1161
|
}
|
|
1139
|
-
function
|
|
1140
|
-
return
|
|
1162
|
+
function hn(e, t) {
|
|
1163
|
+
return Ye(e, this, $t, t.cache.create(), t.serializer);
|
|
1141
1164
|
}
|
|
1142
|
-
var
|
|
1165
|
+
var ln = function() {
|
|
1143
1166
|
return JSON.stringify(arguments);
|
|
1144
|
-
}
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
}()
|
|
1156
|
-
), un = {
|
|
1167
|
+
};
|
|
1168
|
+
function Qe() {
|
|
1169
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1170
|
+
}
|
|
1171
|
+
Qe.prototype.get = function(e) {
|
|
1172
|
+
return this.cache[e];
|
|
1173
|
+
};
|
|
1174
|
+
Qe.prototype.set = function(e, t) {
|
|
1175
|
+
this.cache[e] = t;
|
|
1176
|
+
};
|
|
1177
|
+
var cn = {
|
|
1157
1178
|
create: function() {
|
|
1158
|
-
return new
|
|
1179
|
+
return new Qe();
|
|
1159
1180
|
}
|
|
1160
|
-
},
|
|
1161
|
-
variadic:
|
|
1181
|
+
}, He = {
|
|
1182
|
+
variadic: un,
|
|
1183
|
+
monadic: hn
|
|
1162
1184
|
}, b;
|
|
1163
1185
|
(function(e) {
|
|
1164
1186
|
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";
|
|
@@ -1171,43 +1193,43 @@ var Z;
|
|
|
1171
1193
|
(function(e) {
|
|
1172
1194
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1173
1195
|
})(Z || (Z = {}));
|
|
1174
|
-
function
|
|
1196
|
+
function ht(e) {
|
|
1175
1197
|
return e.type === _.literal;
|
|
1176
1198
|
}
|
|
1177
|
-
function
|
|
1199
|
+
function fn(e) {
|
|
1178
1200
|
return e.type === _.argument;
|
|
1179
1201
|
}
|
|
1180
|
-
function
|
|
1202
|
+
function Dt(e) {
|
|
1181
1203
|
return e.type === _.number;
|
|
1182
1204
|
}
|
|
1183
|
-
function
|
|
1205
|
+
function Ut(e) {
|
|
1184
1206
|
return e.type === _.date;
|
|
1185
1207
|
}
|
|
1186
|
-
function
|
|
1208
|
+
function Gt(e) {
|
|
1187
1209
|
return e.type === _.time;
|
|
1188
1210
|
}
|
|
1189
|
-
function
|
|
1211
|
+
function Ft(e) {
|
|
1190
1212
|
return e.type === _.select;
|
|
1191
1213
|
}
|
|
1192
|
-
function
|
|
1214
|
+
function jt(e) {
|
|
1193
1215
|
return e.type === _.plural;
|
|
1194
1216
|
}
|
|
1195
|
-
function
|
|
1217
|
+
function mn(e) {
|
|
1196
1218
|
return e.type === _.pound;
|
|
1197
1219
|
}
|
|
1198
|
-
function
|
|
1220
|
+
function kt(e) {
|
|
1199
1221
|
return e.type === _.tag;
|
|
1200
1222
|
}
|
|
1201
|
-
function
|
|
1223
|
+
function Vt(e) {
|
|
1202
1224
|
return !!(e && typeof e == "object" && e.type === Z.number);
|
|
1203
1225
|
}
|
|
1204
|
-
function
|
|
1226
|
+
function Ue(e) {
|
|
1205
1227
|
return !!(e && typeof e == "object" && e.type === Z.dateTime);
|
|
1206
1228
|
}
|
|
1207
|
-
var
|
|
1208
|
-
function
|
|
1229
|
+
var Xt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, pn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
1230
|
+
function bn(e) {
|
|
1209
1231
|
var t = {};
|
|
1210
|
-
return e.replace(
|
|
1232
|
+
return e.replace(pn, function(r) {
|
|
1211
1233
|
var n = r.length;
|
|
1212
1234
|
switch (r[0]) {
|
|
1213
1235
|
case "G":
|
|
@@ -1296,11 +1318,11 @@ function fn(e) {
|
|
|
1296
1318
|
return "";
|
|
1297
1319
|
}), t;
|
|
1298
1320
|
}
|
|
1299
|
-
var
|
|
1300
|
-
function
|
|
1321
|
+
var dn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1322
|
+
function gn(e) {
|
|
1301
1323
|
if (e.length === 0)
|
|
1302
1324
|
throw new Error("Number skeleton cannot be empty");
|
|
1303
|
-
for (var t = e.split(
|
|
1325
|
+
for (var t = e.split(dn).filter(function(f) {
|
|
1304
1326
|
return f.length > 0;
|
|
1305
1327
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1306
1328
|
var o = i[n], s = o.split("/");
|
|
@@ -1315,17 +1337,17 @@ function pn(e) {
|
|
|
1315
1337
|
}
|
|
1316
1338
|
return r;
|
|
1317
1339
|
}
|
|
1318
|
-
function
|
|
1340
|
+
function yn(e) {
|
|
1319
1341
|
return e.replace(/^(.*?)-/, "");
|
|
1320
1342
|
}
|
|
1321
|
-
var
|
|
1322
|
-
function
|
|
1343
|
+
var lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Wt = /^(@+)?(\+|#+)?[rs]?$/g, vn = /(\*)(0+)|(#+)(0+)|(0+)/g, zt = /^(0+)$/;
|
|
1344
|
+
function ct(e) {
|
|
1323
1345
|
var t = {};
|
|
1324
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1346
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Wt, function(r, n, i) {
|
|
1325
1347
|
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)), "";
|
|
1326
1348
|
}), t;
|
|
1327
1349
|
}
|
|
1328
|
-
function
|
|
1350
|
+
function Zt(e) {
|
|
1329
1351
|
switch (e) {
|
|
1330
1352
|
case "sign-auto":
|
|
1331
1353
|
return {
|
|
@@ -1365,7 +1387,7 @@ function Vt(e) {
|
|
|
1365
1387
|
};
|
|
1366
1388
|
}
|
|
1367
1389
|
}
|
|
1368
|
-
function
|
|
1390
|
+
function En(e) {
|
|
1369
1391
|
var t;
|
|
1370
1392
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1371
1393
|
notation: "engineering"
|
|
@@ -1373,17 +1395,17 @@ function gn(e) {
|
|
|
1373
1395
|
notation: "scientific"
|
|
1374
1396
|
}, e = e.slice(1)), t) {
|
|
1375
1397
|
var r = e.slice(0, 2);
|
|
1376
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1398
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !zt.test(e))
|
|
1377
1399
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1378
1400
|
t.minimumIntegerDigits = e.length;
|
|
1379
1401
|
}
|
|
1380
1402
|
return t;
|
|
1381
1403
|
}
|
|
1382
|
-
function
|
|
1383
|
-
var t = {}, r =
|
|
1404
|
+
function ft(e) {
|
|
1405
|
+
var t = {}, r = Zt(e);
|
|
1384
1406
|
return r || t;
|
|
1385
1407
|
}
|
|
1386
|
-
function
|
|
1408
|
+
function _n(e) {
|
|
1387
1409
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1388
1410
|
var i = n[r];
|
|
1389
1411
|
switch (i.stem) {
|
|
@@ -1407,7 +1429,7 @@ function yn(e) {
|
|
|
1407
1429
|
continue;
|
|
1408
1430
|
case "measure-unit":
|
|
1409
1431
|
case "unit":
|
|
1410
|
-
t.style = "unit", t.unit =
|
|
1432
|
+
t.style = "unit", t.unit = yn(i.options[0]);
|
|
1411
1433
|
continue;
|
|
1412
1434
|
case "compact-short":
|
|
1413
1435
|
case "K":
|
|
@@ -1419,12 +1441,12 @@ function yn(e) {
|
|
|
1419
1441
|
continue;
|
|
1420
1442
|
case "scientific":
|
|
1421
1443
|
t = y(y(y({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
1422
|
-
return y(y({}, h),
|
|
1444
|
+
return y(y({}, h), ft(u));
|
|
1423
1445
|
}, {}));
|
|
1424
1446
|
continue;
|
|
1425
1447
|
case "engineering":
|
|
1426
1448
|
t = y(y(y({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
1427
|
-
return y(y({}, h),
|
|
1449
|
+
return y(y({}, h), ft(u));
|
|
1428
1450
|
}, {}));
|
|
1429
1451
|
continue;
|
|
1430
1452
|
case "notation-simple":
|
|
@@ -1469,7 +1491,7 @@ function yn(e) {
|
|
|
1469
1491
|
case "integer-width":
|
|
1470
1492
|
if (i.options.length > 1)
|
|
1471
1493
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1472
|
-
i.options[0].replace(
|
|
1494
|
+
i.options[0].replace(vn, function(h, u, l, c, f, m) {
|
|
1473
1495
|
if (u)
|
|
1474
1496
|
t.minimumIntegerDigits = l.length;
|
|
1475
1497
|
else {
|
|
@@ -1482,27 +1504,27 @@ function yn(e) {
|
|
|
1482
1504
|
});
|
|
1483
1505
|
continue;
|
|
1484
1506
|
}
|
|
1485
|
-
if (
|
|
1507
|
+
if (zt.test(i.stem)) {
|
|
1486
1508
|
t.minimumIntegerDigits = i.stem.length;
|
|
1487
1509
|
continue;
|
|
1488
1510
|
}
|
|
1489
|
-
if (
|
|
1511
|
+
if (lt.test(i.stem)) {
|
|
1490
1512
|
if (i.options.length > 1)
|
|
1491
1513
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1492
|
-
i.stem.replace(
|
|
1514
|
+
i.stem.replace(lt, function(h, u, l, c, f, m) {
|
|
1493
1515
|
return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : f && m ? (t.minimumFractionDigits = f.length, t.maximumFractionDigits = f.length + m.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1494
1516
|
});
|
|
1495
1517
|
var o = i.options[0];
|
|
1496
|
-
o === "w" ? t = y(y({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = y(y({}, t),
|
|
1518
|
+
o === "w" ? t = y(y({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = y(y({}, t), ct(o)));
|
|
1497
1519
|
continue;
|
|
1498
1520
|
}
|
|
1499
|
-
if (
|
|
1500
|
-
t = y(y({}, t),
|
|
1521
|
+
if (Wt.test(i.stem)) {
|
|
1522
|
+
t = y(y({}, t), ct(i.stem));
|
|
1501
1523
|
continue;
|
|
1502
1524
|
}
|
|
1503
|
-
var s =
|
|
1525
|
+
var s = Zt(i.stem);
|
|
1504
1526
|
s && (t = y(y({}, t), s));
|
|
1505
|
-
var a =
|
|
1527
|
+
var a = En(i.stem);
|
|
1506
1528
|
a && (t = y(y({}, t), a));
|
|
1507
1529
|
}
|
|
1508
1530
|
return t;
|
|
@@ -2922,13 +2944,13 @@ var le = {
|
|
|
2922
2944
|
"h"
|
|
2923
2945
|
]
|
|
2924
2946
|
};
|
|
2925
|
-
function
|
|
2947
|
+
function xn(e, t) {
|
|
2926
2948
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2927
2949
|
var i = e.charAt(n);
|
|
2928
2950
|
if (i === "j") {
|
|
2929
2951
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2930
2952
|
o++, n++;
|
|
2931
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u =
|
|
2953
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Bn(t);
|
|
2932
2954
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
|
2933
2955
|
r += h;
|
|
2934
2956
|
for (; s-- > 0; )
|
|
@@ -2938,7 +2960,7 @@ function vn(e, t) {
|
|
|
2938
2960
|
}
|
|
2939
2961
|
return r;
|
|
2940
2962
|
}
|
|
2941
|
-
function
|
|
2963
|
+
function Bn(e) {
|
|
2942
2964
|
var t = e.hourCycle;
|
|
2943
2965
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2944
2966
|
e.hourCycles && // @ts-ignore
|
|
@@ -2960,20 +2982,20 @@ function En(e) {
|
|
|
2960
2982
|
var i = le[n || ""] || le[r || ""] || le["".concat(r, "-001")] || le["001"];
|
|
2961
2983
|
return i[0];
|
|
2962
2984
|
}
|
|
2963
|
-
var
|
|
2985
|
+
var Ae, Sn = new RegExp("^".concat(Xt.source, "*")), Tn = new RegExp("".concat(Xt.source, "*$"));
|
|
2964
2986
|
function d(e, t) {
|
|
2965
2987
|
return { start: e, end: t };
|
|
2966
2988
|
}
|
|
2967
|
-
var
|
|
2989
|
+
var wn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Hn = !!String.fromCodePoint, An = !!Object.fromEntries, Pn = !!String.prototype.codePointAt, On = !!String.prototype.trimStart, In = !!String.prototype.trimEnd, Nn = !!Number.isSafeInteger, Mn = Nn ? Number.isSafeInteger : function(e) {
|
|
2968
2990
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2969
|
-
},
|
|
2991
|
+
}, Ge = !0;
|
|
2970
2992
|
try {
|
|
2971
|
-
var
|
|
2972
|
-
|
|
2993
|
+
var Cn = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2994
|
+
Ge = ((Ae = Cn.exec("a")) === null || Ae === void 0 ? void 0 : Ae[0]) === "a";
|
|
2973
2995
|
} catch {
|
|
2974
|
-
|
|
2996
|
+
Ge = !1;
|
|
2975
2997
|
}
|
|
2976
|
-
var
|
|
2998
|
+
var mt = wn ? (
|
|
2977
2999
|
// Native
|
|
2978
3000
|
function(t, r, n) {
|
|
2979
3001
|
return t.startsWith(r, n);
|
|
@@ -2983,7 +3005,7 @@ var lt = Bn ? (
|
|
|
2983
3005
|
function(t, r, n) {
|
|
2984
3006
|
return t.slice(n, n + r.length) === r;
|
|
2985
3007
|
}
|
|
2986
|
-
),
|
|
3008
|
+
), Fe = Hn ? String.fromCodePoint : (
|
|
2987
3009
|
// IE11
|
|
2988
3010
|
function() {
|
|
2989
3011
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2995,9 +3017,9 @@ var lt = Bn ? (
|
|
|
2995
3017
|
}
|
|
2996
3018
|
return n;
|
|
2997
3019
|
}
|
|
2998
|
-
),
|
|
3020
|
+
), pt = (
|
|
2999
3021
|
// native
|
|
3000
|
-
|
|
3022
|
+
An ? Object.fromEntries : (
|
|
3001
3023
|
// Ponyfill
|
|
3002
3024
|
function(t) {
|
|
3003
3025
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3007,7 +3029,7 @@ var lt = Bn ? (
|
|
|
3007
3029
|
return r;
|
|
3008
3030
|
}
|
|
3009
3031
|
)
|
|
3010
|
-
),
|
|
3032
|
+
), Yt = Pn ? (
|
|
3011
3033
|
// Native
|
|
3012
3034
|
function(t, r) {
|
|
3013
3035
|
return t.codePointAt(r);
|
|
@@ -3021,7 +3043,7 @@ var lt = Bn ? (
|
|
|
3021
3043
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3022
3044
|
}
|
|
3023
3045
|
}
|
|
3024
|
-
),
|
|
3046
|
+
), Ln = On ? (
|
|
3025
3047
|
// Native
|
|
3026
3048
|
function(t) {
|
|
3027
3049
|
return t.trimStart();
|
|
@@ -3029,9 +3051,9 @@ var lt = Bn ? (
|
|
|
3029
3051
|
) : (
|
|
3030
3052
|
// Ponyfill
|
|
3031
3053
|
function(t) {
|
|
3032
|
-
return t.replace(
|
|
3054
|
+
return t.replace(Sn, "");
|
|
3033
3055
|
}
|
|
3034
|
-
),
|
|
3056
|
+
), $n = In ? (
|
|
3035
3057
|
// Native
|
|
3036
3058
|
function(t) {
|
|
3037
3059
|
return t.trimEnd();
|
|
@@ -3039,32 +3061,32 @@ var lt = Bn ? (
|
|
|
3039
3061
|
) : (
|
|
3040
3062
|
// Ponyfill
|
|
3041
3063
|
function(t) {
|
|
3042
|
-
return t.replace(
|
|
3064
|
+
return t.replace(Tn, "");
|
|
3043
3065
|
}
|
|
3044
3066
|
);
|
|
3045
|
-
function
|
|
3067
|
+
function Qt(e, t) {
|
|
3046
3068
|
return new RegExp(e, t);
|
|
3047
3069
|
}
|
|
3048
|
-
var
|
|
3049
|
-
if (
|
|
3050
|
-
var
|
|
3051
|
-
|
|
3070
|
+
var je;
|
|
3071
|
+
if (Ge) {
|
|
3072
|
+
var bt = Qt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3073
|
+
je = function(t, r) {
|
|
3052
3074
|
var n;
|
|
3053
|
-
|
|
3054
|
-
var i =
|
|
3075
|
+
bt.lastIndex = r;
|
|
3076
|
+
var i = bt.exec(t);
|
|
3055
3077
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3056
3078
|
};
|
|
3057
3079
|
} else
|
|
3058
|
-
|
|
3080
|
+
je = function(t, r) {
|
|
3059
3081
|
for (var n = []; ; ) {
|
|
3060
|
-
var i =
|
|
3061
|
-
if (i === void 0 ||
|
|
3082
|
+
var i = Yt(t, r);
|
|
3083
|
+
if (i === void 0 || Jt(i) || Gn(i))
|
|
3062
3084
|
break;
|
|
3063
3085
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3064
3086
|
}
|
|
3065
|
-
return
|
|
3087
|
+
return Fe.apply(void 0, n);
|
|
3066
3088
|
};
|
|
3067
|
-
var
|
|
3089
|
+
var Rn = (
|
|
3068
3090
|
/** @class */
|
|
3069
3091
|
function() {
|
|
3070
3092
|
function e(t, r) {
|
|
@@ -3095,7 +3117,7 @@ var Ln = (
|
|
|
3095
3117
|
if (n)
|
|
3096
3118
|
break;
|
|
3097
3119
|
return this.error(b.UNMATCHED_CLOSING_TAG, d(this.clonePosition(), this.clonePosition()));
|
|
3098
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3120
|
+
} else if (o === 60 && !this.ignoreTag && ke(this.peek() || 0)) {
|
|
3099
3121
|
var s = this.parseTag(t, r);
|
|
3100
3122
|
if (s.err)
|
|
3101
3123
|
return s;
|
|
@@ -3128,7 +3150,7 @@ var Ln = (
|
|
|
3128
3150
|
return o;
|
|
3129
3151
|
var s = o.val, a = this.clonePosition();
|
|
3130
3152
|
if (this.bumpIf("</")) {
|
|
3131
|
-
if (this.isEOF() || !
|
|
3153
|
+
if (this.isEOF() || !ke(this.char()))
|
|
3132
3154
|
return this.error(b.INVALID_TAG, d(a, this.clonePosition()));
|
|
3133
3155
|
var h = this.clonePosition(), u = this.parseTagName();
|
|
3134
3156
|
return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, d(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
@@ -3146,7 +3168,7 @@ var Ln = (
|
|
|
3146
3168
|
return this.error(b.INVALID_TAG, d(n, this.clonePosition()));
|
|
3147
3169
|
}, e.prototype.parseTagName = function() {
|
|
3148
3170
|
var t = this.offset();
|
|
3149
|
-
for (this.bump(); !this.isEOF() &&
|
|
3171
|
+
for (this.bump(); !this.isEOF() && Un(this.char()); )
|
|
3150
3172
|
this.bump();
|
|
3151
3173
|
return this.message.slice(t, this.offset());
|
|
3152
3174
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3175,7 +3197,7 @@ var Ln = (
|
|
|
3175
3197
|
};
|
|
3176
3198
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3177
3199
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3178
|
-
!
|
|
3200
|
+
!Dn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3179
3201
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3180
3202
|
if (this.isEOF() || this.char() !== 39)
|
|
3181
3203
|
return null;
|
|
@@ -3209,12 +3231,12 @@ var Ln = (
|
|
|
3209
3231
|
r.push(n);
|
|
3210
3232
|
this.bump();
|
|
3211
3233
|
}
|
|
3212
|
-
return
|
|
3234
|
+
return Fe.apply(void 0, r);
|
|
3213
3235
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3214
3236
|
if (this.isEOF())
|
|
3215
3237
|
return null;
|
|
3216
3238
|
var n = this.char();
|
|
3217
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3239
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Fe(n));
|
|
3218
3240
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3219
3241
|
var n = this.clonePosition();
|
|
3220
3242
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -3243,7 +3265,7 @@ var Ln = (
|
|
|
3243
3265
|
return this.error(b.MALFORMED_ARGUMENT, d(n, this.clonePosition()));
|
|
3244
3266
|
}
|
|
3245
3267
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3246
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3268
|
+
var t = this.clonePosition(), r = this.offset(), n = je(this.message, r), i = r + n.length;
|
|
3247
3269
|
this.bumpTo(i);
|
|
3248
3270
|
var o = this.clonePosition(), s = d(t, o);
|
|
3249
3271
|
return { value: n, location: s };
|
|
@@ -3262,7 +3284,7 @@ var Ln = (
|
|
|
3262
3284
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
3263
3285
|
if (c.err)
|
|
3264
3286
|
return c;
|
|
3265
|
-
var f =
|
|
3287
|
+
var f = $n(c.val);
|
|
3266
3288
|
if (f.length === 0)
|
|
3267
3289
|
return this.error(b.EXPECT_ARGUMENT_STYLE, d(this.clonePosition(), this.clonePosition()));
|
|
3268
3290
|
var m = d(l, this.clonePosition());
|
|
@@ -3272,8 +3294,8 @@ var Ln = (
|
|
|
3272
3294
|
if (g.err)
|
|
3273
3295
|
return g;
|
|
3274
3296
|
var p = d(i, this.clonePosition());
|
|
3275
|
-
if (u &&
|
|
3276
|
-
var x =
|
|
3297
|
+
if (u && mt(u?.style, "::", 0)) {
|
|
3298
|
+
var x = Ln(u.style.slice(2));
|
|
3277
3299
|
if (a === "number") {
|
|
3278
3300
|
var c = this.parseNumberSkeletonFromString(x, u.styleLocation);
|
|
3279
3301
|
return c.err ? c : {
|
|
@@ -3284,12 +3306,12 @@ var Ln = (
|
|
|
3284
3306
|
if (x.length === 0)
|
|
3285
3307
|
return this.error(b.EXPECT_DATE_TIME_SKELETON, p);
|
|
3286
3308
|
var A = x;
|
|
3287
|
-
this.locale && (A =
|
|
3309
|
+
this.locale && (A = xn(x, this.locale));
|
|
3288
3310
|
var f = {
|
|
3289
3311
|
type: Z.dateTime,
|
|
3290
3312
|
pattern: A,
|
|
3291
3313
|
location: u.styleLocation,
|
|
3292
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3314
|
+
parsedOptions: this.shouldParseSkeletons ? bn(A) : {}
|
|
3293
3315
|
}, H = a === "date" ? _.date : _.time;
|
|
3294
3316
|
return {
|
|
3295
3317
|
val: { type: H, value: n, location: p, style: f },
|
|
@@ -3335,7 +3357,7 @@ var Ln = (
|
|
|
3335
3357
|
val: {
|
|
3336
3358
|
type: _.select,
|
|
3337
3359
|
value: n,
|
|
3338
|
-
options:
|
|
3360
|
+
options: pt(N.val),
|
|
3339
3361
|
location: M
|
|
3340
3362
|
},
|
|
3341
3363
|
err: null
|
|
@@ -3343,7 +3365,7 @@ var Ln = (
|
|
|
3343
3365
|
val: {
|
|
3344
3366
|
type: _.plural,
|
|
3345
3367
|
value: n,
|
|
3346
|
-
options:
|
|
3368
|
+
options: pt(N.val),
|
|
3347
3369
|
offset: S,
|
|
3348
3370
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3349
3371
|
location: M
|
|
@@ -3394,7 +3416,7 @@ var Ln = (
|
|
|
3394
3416
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3395
3417
|
var n = [];
|
|
3396
3418
|
try {
|
|
3397
|
-
n =
|
|
3419
|
+
n = gn(t);
|
|
3398
3420
|
} catch {
|
|
3399
3421
|
return this.error(b.INVALID_NUMBER_SKELETON, r);
|
|
3400
3422
|
}
|
|
@@ -3403,7 +3425,7 @@ var Ln = (
|
|
|
3403
3425
|
type: Z.number,
|
|
3404
3426
|
tokens: n,
|
|
3405
3427
|
location: r,
|
|
3406
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3428
|
+
parsedOptions: this.shouldParseSkeletons ? _n(n) : {}
|
|
3407
3429
|
},
|
|
3408
3430
|
err: null
|
|
3409
3431
|
};
|
|
@@ -3451,7 +3473,7 @@ var Ln = (
|
|
|
3451
3473
|
break;
|
|
3452
3474
|
}
|
|
3453
3475
|
var h = d(i, this.clonePosition());
|
|
3454
|
-
return o ? (s *= n,
|
|
3476
|
+
return o ? (s *= n, Mn(s) ? { val: s, err: null } : this.error(r, h)) : this.error(t, h);
|
|
3455
3477
|
}, e.prototype.offset = function() {
|
|
3456
3478
|
return this.position.offset;
|
|
3457
3479
|
}, e.prototype.isEOF = function() {
|
|
@@ -3466,7 +3488,7 @@ var Ln = (
|
|
|
3466
3488
|
var t = this.position.offset;
|
|
3467
3489
|
if (t >= this.message.length)
|
|
3468
3490
|
throw Error("out of bound");
|
|
3469
|
-
var r =
|
|
3491
|
+
var r = Yt(this.message, t);
|
|
3470
3492
|
if (r === void 0)
|
|
3471
3493
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3472
3494
|
return r;
|
|
@@ -3485,7 +3507,7 @@ var Ln = (
|
|
|
3485
3507
|
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);
|
|
3486
3508
|
}
|
|
3487
3509
|
}, e.prototype.bumpIf = function(t) {
|
|
3488
|
-
if (
|
|
3510
|
+
if (mt(this.message, t, this.offset())) {
|
|
3489
3511
|
for (var r = 0; r < t.length; r++)
|
|
3490
3512
|
this.bump();
|
|
3491
3513
|
return !0;
|
|
@@ -3507,7 +3529,7 @@ var Ln = (
|
|
|
3507
3529
|
break;
|
|
3508
3530
|
}
|
|
3509
3531
|
}, e.prototype.bumpSpace = function() {
|
|
3510
|
-
for (; !this.isEOF() &&
|
|
3532
|
+
for (; !this.isEOF() && Jt(this.char()); )
|
|
3511
3533
|
this.bump();
|
|
3512
3534
|
}, e.prototype.peek = function() {
|
|
3513
3535
|
if (this.isEOF())
|
|
@@ -3517,38 +3539,38 @@ var Ln = (
|
|
|
3517
3539
|
}, e;
|
|
3518
3540
|
}()
|
|
3519
3541
|
);
|
|
3520
|
-
function
|
|
3542
|
+
function ke(e) {
|
|
3521
3543
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3522
3544
|
}
|
|
3523
|
-
function
|
|
3524
|
-
return
|
|
3545
|
+
function Dn(e) {
|
|
3546
|
+
return ke(e) || e === 47;
|
|
3525
3547
|
}
|
|
3526
|
-
function
|
|
3548
|
+
function Un(e) {
|
|
3527
3549
|
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;
|
|
3528
3550
|
}
|
|
3529
|
-
function
|
|
3551
|
+
function Jt(e) {
|
|
3530
3552
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3531
3553
|
}
|
|
3532
|
-
function
|
|
3554
|
+
function Gn(e) {
|
|
3533
3555
|
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;
|
|
3534
3556
|
}
|
|
3535
|
-
function
|
|
3557
|
+
function Ve(e) {
|
|
3536
3558
|
e.forEach(function(t) {
|
|
3537
|
-
if (delete t.location,
|
|
3559
|
+
if (delete t.location, Ft(t) || jt(t))
|
|
3538
3560
|
for (var r in t.options)
|
|
3539
|
-
delete t.options[r].location,
|
|
3561
|
+
delete t.options[r].location, Ve(t.options[r].value);
|
|
3540
3562
|
else
|
|
3541
|
-
|
|
3563
|
+
Dt(t) && Vt(t.style) || (Ut(t) || Gt(t)) && Ue(t.style) ? delete t.style.location : kt(t) && Ve(t.children);
|
|
3542
3564
|
});
|
|
3543
3565
|
}
|
|
3544
|
-
function
|
|
3566
|
+
function Fn(e, t) {
|
|
3545
3567
|
t === void 0 && (t = {}), t = y({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3546
|
-
var r = new
|
|
3568
|
+
var r = new Rn(e, t).parse();
|
|
3547
3569
|
if (r.err) {
|
|
3548
3570
|
var n = SyntaxError(b[r.err.kind]);
|
|
3549
3571
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3550
3572
|
}
|
|
3551
|
-
return t?.captureLocation ||
|
|
3573
|
+
return t?.captureLocation || Ve(r.val), r.val;
|
|
3552
3574
|
}
|
|
3553
3575
|
var Y;
|
|
3554
3576
|
(function(e) {
|
|
@@ -3557,7 +3579,7 @@ var Y;
|
|
|
3557
3579
|
var Ee = (
|
|
3558
3580
|
/** @class */
|
|
3559
3581
|
function(e) {
|
|
3560
|
-
|
|
3582
|
+
L(t, e);
|
|
3561
3583
|
function t(r, n, i) {
|
|
3562
3584
|
var o = e.call(this, r) || this;
|
|
3563
3585
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3566,28 +3588,28 @@ var Ee = (
|
|
|
3566
3588
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3567
3589
|
}, t;
|
|
3568
3590
|
}(Error)
|
|
3569
|
-
),
|
|
3591
|
+
), dt = (
|
|
3570
3592
|
/** @class */
|
|
3571
3593
|
function(e) {
|
|
3572
|
-
|
|
3594
|
+
L(t, e);
|
|
3573
3595
|
function t(r, n, i, o) {
|
|
3574
3596
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Y.INVALID_VALUE, o) || this;
|
|
3575
3597
|
}
|
|
3576
3598
|
return t;
|
|
3577
3599
|
}(Ee)
|
|
3578
|
-
),
|
|
3600
|
+
), jn = (
|
|
3579
3601
|
/** @class */
|
|
3580
3602
|
function(e) {
|
|
3581
|
-
|
|
3603
|
+
L(t, e);
|
|
3582
3604
|
function t(r, n, i) {
|
|
3583
3605
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Y.INVALID_VALUE, i) || this;
|
|
3584
3606
|
}
|
|
3585
3607
|
return t;
|
|
3586
3608
|
}(Ee)
|
|
3587
|
-
),
|
|
3609
|
+
), kn = (
|
|
3588
3610
|
/** @class */
|
|
3589
3611
|
function(e) {
|
|
3590
|
-
|
|
3612
|
+
L(t, e);
|
|
3591
3613
|
function t(r, n) {
|
|
3592
3614
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Y.MISSING_VALUE, n) || this;
|
|
3593
3615
|
}
|
|
@@ -3597,17 +3619,17 @@ var Ee = (
|
|
|
3597
3619
|
(function(e) {
|
|
3598
3620
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3599
3621
|
})(w || (w = {}));
|
|
3600
|
-
function
|
|
3622
|
+
function Vn(e) {
|
|
3601
3623
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3602
3624
|
var n = t[t.length - 1];
|
|
3603
3625
|
return !n || n.type !== w.literal || r.type !== w.literal ? t.push(r) : n.value += r.value, t;
|
|
3604
3626
|
}, []);
|
|
3605
3627
|
}
|
|
3606
|
-
function
|
|
3628
|
+
function Xn(e) {
|
|
3607
3629
|
return typeof e == "function";
|
|
3608
3630
|
}
|
|
3609
3631
|
function me(e, t, r, n, i, o, s) {
|
|
3610
|
-
if (e.length === 1 &&
|
|
3632
|
+
if (e.length === 1 && ht(e[0]))
|
|
3611
3633
|
return [
|
|
3612
3634
|
{
|
|
3613
3635
|
type: w.literal,
|
|
@@ -3616,14 +3638,14 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3616
3638
|
];
|
|
3617
3639
|
for (var a = [], h = 0, u = e; h < u.length; h++) {
|
|
3618
3640
|
var l = u[h];
|
|
3619
|
-
if (
|
|
3641
|
+
if (ht(l)) {
|
|
3620
3642
|
a.push({
|
|
3621
3643
|
type: w.literal,
|
|
3622
3644
|
value: l.value
|
|
3623
3645
|
});
|
|
3624
3646
|
continue;
|
|
3625
3647
|
}
|
|
3626
|
-
if (
|
|
3648
|
+
if (mn(l)) {
|
|
3627
3649
|
typeof o == "number" && a.push({
|
|
3628
3650
|
type: w.literal,
|
|
3629
3651
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3632,43 +3654,43 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3632
3654
|
}
|
|
3633
3655
|
var c = l.value;
|
|
3634
3656
|
if (!(i && c in i))
|
|
3635
|
-
throw new
|
|
3657
|
+
throw new kn(c, s);
|
|
3636
3658
|
var f = i[c];
|
|
3637
|
-
if (
|
|
3659
|
+
if (fn(l)) {
|
|
3638
3660
|
(!f || typeof f == "string" || typeof f == "number") && (f = typeof f == "string" || typeof f == "number" ? String(f) : ""), a.push({
|
|
3639
3661
|
type: typeof f == "string" ? w.literal : w.object,
|
|
3640
3662
|
value: f
|
|
3641
3663
|
});
|
|
3642
3664
|
continue;
|
|
3643
3665
|
}
|
|
3644
|
-
if (
|
|
3645
|
-
var m = typeof l.style == "string" ? n.date[l.style] :
|
|
3666
|
+
if (Ut(l)) {
|
|
3667
|
+
var m = typeof l.style == "string" ? n.date[l.style] : Ue(l.style) ? l.style.parsedOptions : void 0;
|
|
3646
3668
|
a.push({
|
|
3647
3669
|
type: w.literal,
|
|
3648
3670
|
value: r.getDateTimeFormat(t, m).format(f)
|
|
3649
3671
|
});
|
|
3650
3672
|
continue;
|
|
3651
3673
|
}
|
|
3652
|
-
if (
|
|
3653
|
-
var m = typeof l.style == "string" ? n.time[l.style] :
|
|
3674
|
+
if (Gt(l)) {
|
|
3675
|
+
var m = typeof l.style == "string" ? n.time[l.style] : Ue(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3654
3676
|
a.push({
|
|
3655
3677
|
type: w.literal,
|
|
3656
3678
|
value: r.getDateTimeFormat(t, m).format(f)
|
|
3657
3679
|
});
|
|
3658
3680
|
continue;
|
|
3659
3681
|
}
|
|
3660
|
-
if (
|
|
3661
|
-
var m = typeof l.style == "string" ? n.number[l.style] :
|
|
3682
|
+
if (Dt(l)) {
|
|
3683
|
+
var m = typeof l.style == "string" ? n.number[l.style] : Vt(l.style) ? l.style.parsedOptions : void 0;
|
|
3662
3684
|
m && m.scale && (f = f * (m.scale || 1)), a.push({
|
|
3663
3685
|
type: w.literal,
|
|
3664
3686
|
value: r.getNumberFormat(t, m).format(f)
|
|
3665
3687
|
});
|
|
3666
3688
|
continue;
|
|
3667
3689
|
}
|
|
3668
|
-
if (
|
|
3690
|
+
if (kt(l)) {
|
|
3669
3691
|
var g = l.children, p = l.value, x = i[p];
|
|
3670
|
-
if (!
|
|
3671
|
-
throw new
|
|
3692
|
+
if (!Xn(x))
|
|
3693
|
+
throw new jn(p, "function", s);
|
|
3672
3694
|
var A = me(g, t, r, n, i, o), H = x(A.map(function(S) {
|
|
3673
3695
|
return S.value;
|
|
3674
3696
|
}));
|
|
@@ -3679,14 +3701,14 @@ function me(e, t, r, n, i, o, s) {
|
|
|
3679
3701
|
};
|
|
3680
3702
|
}));
|
|
3681
3703
|
}
|
|
3682
|
-
if (
|
|
3704
|
+
if (Ft(l)) {
|
|
3683
3705
|
var T = l.options[f] || l.options.other;
|
|
3684
3706
|
if (!T)
|
|
3685
|
-
throw new
|
|
3707
|
+
throw new dt(l.value, f, Object.keys(l.options), s);
|
|
3686
3708
|
a.push.apply(a, me(T.value, t, r, n, i));
|
|
3687
3709
|
continue;
|
|
3688
3710
|
}
|
|
3689
|
-
if (
|
|
3711
|
+
if (jt(l)) {
|
|
3690
3712
|
var T = l.options["=".concat(f)];
|
|
3691
3713
|
if (!T) {
|
|
3692
3714
|
if (!Intl.PluralRules)
|
|
@@ -3697,24 +3719,24 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3697
3719
|
T = l.options[v] || l.options.other;
|
|
3698
3720
|
}
|
|
3699
3721
|
if (!T)
|
|
3700
|
-
throw new
|
|
3722
|
+
throw new dt(l.value, f, Object.keys(l.options), s);
|
|
3701
3723
|
a.push.apply(a, me(T.value, t, r, n, i, f - (l.offset || 0)));
|
|
3702
3724
|
continue;
|
|
3703
3725
|
}
|
|
3704
3726
|
}
|
|
3705
|
-
return
|
|
3727
|
+
return Vn(a);
|
|
3706
3728
|
}
|
|
3707
|
-
function
|
|
3729
|
+
function Wn(e, t) {
|
|
3708
3730
|
return t ? y(y(y({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3709
3731
|
return r[n] = y(y({}, e[n]), t[n] || {}), r;
|
|
3710
3732
|
}, {})) : e;
|
|
3711
3733
|
}
|
|
3712
|
-
function
|
|
3734
|
+
function zn(e, t) {
|
|
3713
3735
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3714
|
-
return r[n] =
|
|
3736
|
+
return r[n] = Wn(e[n], t[n]), r;
|
|
3715
3737
|
}, y({}, e)) : e;
|
|
3716
3738
|
}
|
|
3717
|
-
function
|
|
3739
|
+
function Pe(e) {
|
|
3718
3740
|
return {
|
|
3719
3741
|
create: function() {
|
|
3720
3742
|
return {
|
|
@@ -3728,39 +3750,39 @@ function Ae(e) {
|
|
|
3728
3750
|
}
|
|
3729
3751
|
};
|
|
3730
3752
|
}
|
|
3731
|
-
function
|
|
3753
|
+
function Zn(e) {
|
|
3732
3754
|
return e === void 0 && (e = {
|
|
3733
3755
|
number: {},
|
|
3734
3756
|
dateTime: {},
|
|
3735
3757
|
pluralRules: {}
|
|
3736
3758
|
}), {
|
|
3737
|
-
getNumberFormat:
|
|
3759
|
+
getNumberFormat: we(function() {
|
|
3738
3760
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3739
3761
|
r[n] = arguments[n];
|
|
3740
3762
|
return new ((t = Intl.NumberFormat).bind.apply(t, W([void 0], r, !1)))();
|
|
3741
3763
|
}, {
|
|
3742
|
-
cache:
|
|
3743
|
-
strategy:
|
|
3764
|
+
cache: Pe(e.number),
|
|
3765
|
+
strategy: He.variadic
|
|
3744
3766
|
}),
|
|
3745
|
-
getDateTimeFormat:
|
|
3767
|
+
getDateTimeFormat: we(function() {
|
|
3746
3768
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3747
3769
|
r[n] = arguments[n];
|
|
3748
3770
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, W([void 0], r, !1)))();
|
|
3749
3771
|
}, {
|
|
3750
|
-
cache:
|
|
3751
|
-
strategy:
|
|
3772
|
+
cache: Pe(e.dateTime),
|
|
3773
|
+
strategy: He.variadic
|
|
3752
3774
|
}),
|
|
3753
|
-
getPluralRules:
|
|
3775
|
+
getPluralRules: we(function() {
|
|
3754
3776
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3755
3777
|
r[n] = arguments[n];
|
|
3756
3778
|
return new ((t = Intl.PluralRules).bind.apply(t, W([void 0], r, !1)))();
|
|
3757
3779
|
}, {
|
|
3758
|
-
cache:
|
|
3759
|
-
strategy:
|
|
3780
|
+
cache: Pe(e.pluralRules),
|
|
3781
|
+
strategy: He.variadic
|
|
3760
3782
|
})
|
|
3761
3783
|
};
|
|
3762
3784
|
}
|
|
3763
|
-
var
|
|
3785
|
+
var Yn = (
|
|
3764
3786
|
/** @class */
|
|
3765
3787
|
function() {
|
|
3766
3788
|
function e(t, r, n, i) {
|
|
@@ -3792,13 +3814,13 @@ var Wn = (
|
|
|
3792
3814
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3793
3815
|
var s = i || {};
|
|
3794
3816
|
s.formatters;
|
|
3795
|
-
var a =
|
|
3817
|
+
var a = Hr(s, ["formatters"]);
|
|
3796
3818
|
this.ast = e.__parse(t, y(y({}, a), { locale: this.resolvedLocale }));
|
|
3797
3819
|
} else
|
|
3798
3820
|
this.ast = t;
|
|
3799
3821
|
if (!Array.isArray(this.ast))
|
|
3800
3822
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3801
|
-
this.formats =
|
|
3823
|
+
this.formats = zn(e.formats, n), this.formatters = i && i.formatters || Zn(this.formatterCache);
|
|
3802
3824
|
}
|
|
3803
3825
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3804
3826
|
get: function() {
|
|
@@ -3811,7 +3833,7 @@ var Wn = (
|
|
|
3811
3833
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3812
3834
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3813
3835
|
}
|
|
3814
|
-
}, e.__parse =
|
|
3836
|
+
}, e.__parse = Fn, e.formats = {
|
|
3815
3837
|
number: {
|
|
3816
3838
|
integer: {
|
|
3817
3839
|
maximumFractionDigits: 0
|
|
@@ -3872,7 +3894,7 @@ var Wn = (
|
|
|
3872
3894
|
}, e;
|
|
3873
3895
|
}()
|
|
3874
3896
|
);
|
|
3875
|
-
function
|
|
3897
|
+
function Qn(e, t) {
|
|
3876
3898
|
if (t == null)
|
|
3877
3899
|
return;
|
|
3878
3900
|
if (t in e)
|
|
@@ -3893,92 +3915,92 @@ function zn(e, t) {
|
|
|
3893
3915
|
n = void 0;
|
|
3894
3916
|
return n;
|
|
3895
3917
|
}
|
|
3896
|
-
const R = {},
|
|
3918
|
+
const R = {}, Jn = (e, t, r) => r && (t in R || (R[t] = {}), e in R[t] || (R[t][e] = r), r), qt = (e, t) => {
|
|
3897
3919
|
if (t == null)
|
|
3898
3920
|
return;
|
|
3899
3921
|
if (t in R && e in R[t])
|
|
3900
3922
|
return R[t][e];
|
|
3901
3923
|
const r = _e(t);
|
|
3902
3924
|
for (let n = 0; n < r.length; n++) {
|
|
3903
|
-
const i = r[n], o =
|
|
3925
|
+
const i = r[n], o = Kn(i, e);
|
|
3904
3926
|
if (o)
|
|
3905
|
-
return
|
|
3927
|
+
return Jn(e, t, o);
|
|
3906
3928
|
}
|
|
3907
3929
|
};
|
|
3908
|
-
let
|
|
3930
|
+
let Je;
|
|
3909
3931
|
const ue = ve({});
|
|
3910
|
-
function
|
|
3911
|
-
return
|
|
3932
|
+
function qn(e) {
|
|
3933
|
+
return Je[e] || null;
|
|
3912
3934
|
}
|
|
3913
|
-
function
|
|
3914
|
-
return e in
|
|
3935
|
+
function Kt(e) {
|
|
3936
|
+
return e in Je;
|
|
3915
3937
|
}
|
|
3916
|
-
function
|
|
3917
|
-
if (!
|
|
3938
|
+
function Kn(e, t) {
|
|
3939
|
+
if (!Kt(e))
|
|
3918
3940
|
return null;
|
|
3919
|
-
const r =
|
|
3920
|
-
return
|
|
3941
|
+
const r = qn(e);
|
|
3942
|
+
return Qn(r, t);
|
|
3921
3943
|
}
|
|
3922
|
-
function
|
|
3944
|
+
function ei(e) {
|
|
3923
3945
|
if (e == null)
|
|
3924
3946
|
return;
|
|
3925
3947
|
const t = _e(e);
|
|
3926
3948
|
for (let r = 0; r < t.length; r++) {
|
|
3927
3949
|
const n = t[r];
|
|
3928
|
-
if (
|
|
3950
|
+
if (Kt(n))
|
|
3929
3951
|
return n;
|
|
3930
3952
|
}
|
|
3931
3953
|
}
|
|
3932
|
-
function
|
|
3933
|
-
delete R[e], ue.update((r) => (r[e] =
|
|
3954
|
+
function er(e, ...t) {
|
|
3955
|
+
delete R[e], ue.update((r) => (r[e] = on.all([r[e] || {}, ...t]), r));
|
|
3934
3956
|
}
|
|
3935
3957
|
J(
|
|
3936
3958
|
[ue],
|
|
3937
3959
|
([e]) => Object.keys(e)
|
|
3938
3960
|
);
|
|
3939
|
-
ue.subscribe((e) =>
|
|
3961
|
+
ue.subscribe((e) => Je = e);
|
|
3940
3962
|
const pe = {};
|
|
3941
|
-
function
|
|
3963
|
+
function ti(e, t) {
|
|
3942
3964
|
pe[e].delete(t), pe[e].size === 0 && delete pe[e];
|
|
3943
3965
|
}
|
|
3944
|
-
function
|
|
3966
|
+
function tr(e) {
|
|
3945
3967
|
return pe[e];
|
|
3946
3968
|
}
|
|
3947
|
-
function
|
|
3969
|
+
function ri(e) {
|
|
3948
3970
|
return _e(e).map((t) => {
|
|
3949
|
-
const r =
|
|
3971
|
+
const r = tr(t);
|
|
3950
3972
|
return [t, r ? [...r] : []];
|
|
3951
3973
|
}).filter(([, t]) => t.length > 0);
|
|
3952
3974
|
}
|
|
3953
|
-
function
|
|
3975
|
+
function Xe(e) {
|
|
3954
3976
|
return e == null ? !1 : _e(e).some(
|
|
3955
3977
|
(t) => {
|
|
3956
3978
|
var r;
|
|
3957
|
-
return (r =
|
|
3979
|
+
return (r = tr(t)) == null ? void 0 : r.size;
|
|
3958
3980
|
}
|
|
3959
3981
|
);
|
|
3960
3982
|
}
|
|
3961
|
-
function
|
|
3983
|
+
function ni(e, t) {
|
|
3962
3984
|
return Promise.all(
|
|
3963
|
-
t.map((n) => (
|
|
3964
|
-
).then((n) =>
|
|
3985
|
+
t.map((n) => (ti(e, n), n().then((i) => i.default || i)))
|
|
3986
|
+
).then((n) => er(e, ...n));
|
|
3965
3987
|
}
|
|
3966
3988
|
const ee = {};
|
|
3967
|
-
function
|
|
3968
|
-
if (!
|
|
3989
|
+
function rr(e) {
|
|
3990
|
+
if (!Xe(e))
|
|
3969
3991
|
return e in ee ? ee[e] : Promise.resolve();
|
|
3970
|
-
const t =
|
|
3992
|
+
const t = ri(e);
|
|
3971
3993
|
return ee[e] = Promise.all(
|
|
3972
3994
|
t.map(
|
|
3973
|
-
([r, n]) =>
|
|
3995
|
+
([r, n]) => ni(r, n)
|
|
3974
3996
|
)
|
|
3975
3997
|
).then(() => {
|
|
3976
|
-
if (
|
|
3977
|
-
return
|
|
3998
|
+
if (Xe(e))
|
|
3999
|
+
return rr(e);
|
|
3978
4000
|
delete ee[e];
|
|
3979
4001
|
}), ee[e];
|
|
3980
4002
|
}
|
|
3981
|
-
const
|
|
4003
|
+
const ii = {
|
|
3982
4004
|
number: {
|
|
3983
4005
|
scientific: { notation: "scientific" },
|
|
3984
4006
|
engineering: { notation: "engineering" },
|
|
@@ -4007,57 +4029,57 @@ const ti = {
|
|
|
4007
4029
|
timeZoneName: "short"
|
|
4008
4030
|
}
|
|
4009
4031
|
}
|
|
4010
|
-
},
|
|
4032
|
+
}, oi = {
|
|
4011
4033
|
fallbackLocale: null,
|
|
4012
4034
|
loadingDelay: 200,
|
|
4013
|
-
formats:
|
|
4035
|
+
formats: ii,
|
|
4014
4036
|
warnOnMissingMessages: !0,
|
|
4015
4037
|
handleMissingMessage: void 0,
|
|
4016
4038
|
ignoreTag: !0
|
|
4017
|
-
},
|
|
4039
|
+
}, si = oi;
|
|
4018
4040
|
function Q() {
|
|
4019
|
-
return
|
|
4041
|
+
return si;
|
|
4020
4042
|
}
|
|
4021
|
-
const
|
|
4022
|
-
var
|
|
4043
|
+
const Oe = ve(!1);
|
|
4044
|
+
var ai = Object.defineProperty, ui = Object.defineProperties, hi = Object.getOwnPropertyDescriptors, gt = Object.getOwnPropertySymbols, li = Object.prototype.hasOwnProperty, ci = Object.prototype.propertyIsEnumerable, yt = (e, t, r) => t in e ? ai(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, fi = (e, t) => {
|
|
4023
4045
|
for (var r in t || (t = {}))
|
|
4024
|
-
|
|
4025
|
-
if (
|
|
4026
|
-
for (var r of
|
|
4027
|
-
|
|
4046
|
+
li.call(t, r) && yt(e, r, t[r]);
|
|
4047
|
+
if (gt)
|
|
4048
|
+
for (var r of gt(t))
|
|
4049
|
+
ci.call(t, r) && yt(e, r, t[r]);
|
|
4028
4050
|
return e;
|
|
4029
|
-
},
|
|
4030
|
-
let
|
|
4051
|
+
}, mi = (e, t) => ui(e, hi(t));
|
|
4052
|
+
let We;
|
|
4031
4053
|
const be = ve(null);
|
|
4032
|
-
function
|
|
4054
|
+
function vt(e) {
|
|
4033
4055
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4034
4056
|
}
|
|
4035
4057
|
function _e(e, t = Q().fallbackLocale) {
|
|
4036
|
-
const r =
|
|
4037
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4058
|
+
const r = vt(e);
|
|
4059
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...vt(t)])] : r;
|
|
4038
4060
|
}
|
|
4039
4061
|
function G() {
|
|
4040
|
-
return
|
|
4062
|
+
return We ?? void 0;
|
|
4041
4063
|
}
|
|
4042
4064
|
be.subscribe((e) => {
|
|
4043
|
-
|
|
4065
|
+
We = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4044
4066
|
});
|
|
4045
|
-
const
|
|
4046
|
-
if (e &&
|
|
4067
|
+
const pi = (e) => {
|
|
4068
|
+
if (e && ei(e) && Xe(e)) {
|
|
4047
4069
|
const { loadingDelay: t } = Q();
|
|
4048
4070
|
let r;
|
|
4049
4071
|
return typeof window < "u" && G() != null && t ? r = window.setTimeout(
|
|
4050
|
-
() =>
|
|
4072
|
+
() => Oe.set(!0),
|
|
4051
4073
|
t
|
|
4052
|
-
) :
|
|
4074
|
+
) : Oe.set(!0), rr(e).then(() => {
|
|
4053
4075
|
be.set(e);
|
|
4054
4076
|
}).finally(() => {
|
|
4055
|
-
clearTimeout(r),
|
|
4077
|
+
clearTimeout(r), Oe.set(!1);
|
|
4056
4078
|
});
|
|
4057
4079
|
}
|
|
4058
4080
|
return be.set(e);
|
|
4059
|
-
}, q =
|
|
4060
|
-
set:
|
|
4081
|
+
}, q = mi(fi({}, be), {
|
|
4082
|
+
set: pi
|
|
4061
4083
|
}), xe = (e) => {
|
|
4062
4084
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4063
4085
|
return (n) => {
|
|
@@ -4065,20 +4087,20 @@ const ci = (e) => {
|
|
|
4065
4087
|
return i in t ? t[i] : t[i] = e(n);
|
|
4066
4088
|
};
|
|
4067
4089
|
};
|
|
4068
|
-
var
|
|
4090
|
+
var bi = Object.defineProperty, de = Object.getOwnPropertySymbols, nr = Object.prototype.hasOwnProperty, ir = Object.prototype.propertyIsEnumerable, Et = (e, t, r) => t in e ? bi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, qe = (e, t) => {
|
|
4069
4091
|
for (var r in t || (t = {}))
|
|
4070
|
-
|
|
4092
|
+
nr.call(t, r) && Et(e, r, t[r]);
|
|
4071
4093
|
if (de)
|
|
4072
4094
|
for (var r of de(t))
|
|
4073
|
-
|
|
4095
|
+
ir.call(t, r) && Et(e, r, t[r]);
|
|
4074
4096
|
return e;
|
|
4075
4097
|
}, K = (e, t) => {
|
|
4076
4098
|
var r = {};
|
|
4077
4099
|
for (var n in e)
|
|
4078
|
-
|
|
4100
|
+
nr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4079
4101
|
if (e != null && de)
|
|
4080
4102
|
for (var n of de(e))
|
|
4081
|
-
t.indexOf(n) < 0 &&
|
|
4103
|
+
t.indexOf(n) < 0 && ir.call(e, n) && (r[n] = e[n]);
|
|
4082
4104
|
return r;
|
|
4083
4105
|
};
|
|
4084
4106
|
const se = (e, t) => {
|
|
@@ -4086,21 +4108,21 @@ const se = (e, t) => {
|
|
|
4086
4108
|
if (e in r && t in r[e])
|
|
4087
4109
|
return r[e][t];
|
|
4088
4110
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4089
|
-
},
|
|
4111
|
+
}, di = xe(
|
|
4090
4112
|
(e) => {
|
|
4091
4113
|
var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
|
|
4092
4114
|
if (r == null)
|
|
4093
4115
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4094
4116
|
return n && (i = se("number", n)), new Intl.NumberFormat(r, i);
|
|
4095
4117
|
}
|
|
4096
|
-
),
|
|
4118
|
+
), gi = xe(
|
|
4097
4119
|
(e) => {
|
|
4098
4120
|
var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
|
|
4099
4121
|
if (r == null)
|
|
4100
4122
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4101
4123
|
return n ? i = se("date", n) : Object.keys(i).length === 0 && (i = se("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4102
4124
|
}
|
|
4103
|
-
),
|
|
4125
|
+
), yi = xe(
|
|
4104
4126
|
(e) => {
|
|
4105
4127
|
var t = e, { locale: r, format: n } = t, i = K(t, ["locale", "format"]);
|
|
4106
4128
|
if (r == null)
|
|
@@ -4109,33 +4131,33 @@ const se = (e, t) => {
|
|
|
4109
4131
|
);
|
|
4110
4132
|
return n ? i = se("time", n) : Object.keys(i).length === 0 && (i = se("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4111
4133
|
}
|
|
4112
|
-
),
|
|
4134
|
+
), vi = (e = {}) => {
|
|
4113
4135
|
var t = e, {
|
|
4114
4136
|
locale: r = G()
|
|
4115
4137
|
} = t, n = K(t, [
|
|
4116
4138
|
"locale"
|
|
4117
4139
|
]);
|
|
4118
|
-
return
|
|
4119
|
-
},
|
|
4140
|
+
return di(qe({ locale: r }, n));
|
|
4141
|
+
}, Ei = (e = {}) => {
|
|
4120
4142
|
var t = e, {
|
|
4121
4143
|
locale: r = G()
|
|
4122
4144
|
} = t, n = K(t, [
|
|
4123
4145
|
"locale"
|
|
4124
4146
|
]);
|
|
4125
|
-
return
|
|
4126
|
-
},
|
|
4147
|
+
return gi(qe({ locale: r }, n));
|
|
4148
|
+
}, _i = (e = {}) => {
|
|
4127
4149
|
var t = e, {
|
|
4128
4150
|
locale: r = G()
|
|
4129
4151
|
} = t, n = K(t, [
|
|
4130
4152
|
"locale"
|
|
4131
4153
|
]);
|
|
4132
|
-
return
|
|
4133
|
-
},
|
|
4154
|
+
return yi(qe({ locale: r }, n));
|
|
4155
|
+
}, xi = xe(
|
|
4134
4156
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4135
|
-
(e, t = G()) => new
|
|
4157
|
+
(e, t = G()) => new Yn(e, t, Q().formats, {
|
|
4136
4158
|
ignoreTag: Q().ignoreTag
|
|
4137
4159
|
})
|
|
4138
|
-
),
|
|
4160
|
+
), Bi = (e, t = {}) => {
|
|
4139
4161
|
var r, n, i, o;
|
|
4140
4162
|
let s = t;
|
|
4141
4163
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -4148,7 +4170,7 @@ const se = (e, t) => {
|
|
|
4148
4170
|
throw new Error(
|
|
4149
4171
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4150
4172
|
);
|
|
4151
|
-
let l =
|
|
4173
|
+
let l = qt(e, h);
|
|
4152
4174
|
if (!l)
|
|
4153
4175
|
l = (o = (i = (n = (r = Q()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
4154
4176
|
else if (typeof l != "string")
|
|
@@ -4159,7 +4181,7 @@ const se = (e, t) => {
|
|
|
4159
4181
|
return l;
|
|
4160
4182
|
let c = l;
|
|
4161
4183
|
try {
|
|
4162
|
-
c =
|
|
4184
|
+
c = xi(l, h).format(a);
|
|
4163
4185
|
} catch (f) {
|
|
4164
4186
|
f instanceof Error && console.warn(
|
|
4165
4187
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4167,20 +4189,20 @@ const se = (e, t) => {
|
|
|
4167
4189
|
);
|
|
4168
4190
|
}
|
|
4169
4191
|
return c;
|
|
4170
|
-
},
|
|
4171
|
-
J([q], () =>
|
|
4172
|
-
J([q], () =>
|
|
4173
|
-
J([q], () =>
|
|
4174
|
-
J([q, ue], () =>
|
|
4175
|
-
window.emWidgets = { topic:
|
|
4176
|
-
const
|
|
4177
|
-
function
|
|
4178
|
-
|
|
4179
|
-
}
|
|
4180
|
-
function
|
|
4192
|
+
}, Si = (e, t) => _i(t).format(e), Ti = (e, t) => Ei(t).format(e), wi = (e, t) => vi(t).format(e), Hi = (e, t = G()) => qt(e, t), Ai = J([q, ue], () => Bi);
|
|
4193
|
+
J([q], () => Si);
|
|
4194
|
+
J([q], () => Ti);
|
|
4195
|
+
J([q], () => wi);
|
|
4196
|
+
J([q, ue], () => Hi);
|
|
4197
|
+
window.emWidgets = { topic: Fr };
|
|
4198
|
+
const Pi = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4199
|
+
function _t(e, t) {
|
|
4200
|
+
er(e, t);
|
|
4201
|
+
}
|
|
4202
|
+
function Oi(e) {
|
|
4181
4203
|
q.set(e);
|
|
4182
4204
|
}
|
|
4183
|
-
const
|
|
4205
|
+
const xt = {
|
|
4184
4206
|
en: {
|
|
4185
4207
|
titleBiometrics: "Biometrics Authentication",
|
|
4186
4208
|
descriptionParagraph1: "Use biometric login with your fingerprint or face for faster and easier access to your account.",
|
|
@@ -4259,13 +4281,13 @@ const vt = {
|
|
|
4259
4281
|
btnDisableBiometrics: "Disable biometrics"
|
|
4260
4282
|
}
|
|
4261
4283
|
};
|
|
4262
|
-
function
|
|
4284
|
+
function Ii(e, t) {
|
|
4263
4285
|
if (e) {
|
|
4264
4286
|
const r = document.createElement("style");
|
|
4265
4287
|
r.innerHTML = t, e.appendChild(r);
|
|
4266
4288
|
}
|
|
4267
4289
|
}
|
|
4268
|
-
function
|
|
4290
|
+
function Ni(e, t) {
|
|
4269
4291
|
const r = new URL(t);
|
|
4270
4292
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4271
4293
|
const i = document.createElement("style");
|
|
@@ -4274,7 +4296,7 @@ function Pi(e, t) {
|
|
|
4274
4296
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4275
4297
|
});
|
|
4276
4298
|
}
|
|
4277
|
-
function
|
|
4299
|
+
function Mi(e, t, r) {
|
|
4278
4300
|
if (window.emMessageBus) {
|
|
4279
4301
|
const n = document.createElement("style");
|
|
4280
4302
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4282,10 +4304,10 @@ function Oi(e, t, r) {
|
|
|
4282
4304
|
});
|
|
4283
4305
|
}
|
|
4284
4306
|
}
|
|
4285
|
-
function
|
|
4286
|
-
|
|
4307
|
+
function Ci(e) {
|
|
4308
|
+
ar(e, "svelte-1cpvxby", ".BiometricsWrapper{color:var(--emw--pam-typography, var(--emw--color-contrast, #07072A));padding:50px;max-width:760px}.BiometricsWrapper.BiometricsWrapperMobile{padding:20px 15px;max-width:unset}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C));display:inline-flex;align-items:center;column-gap:20px}.MenuReturnButton svg{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C))}.BiometricsTitle{font-size:26px;color:var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C));font-weight:400}.BiometricsTitleMobile{font-size:16px}.BiometricsTitleNone{display:none}.BiometricsDescription{color:var(--emw--color-gray-300, #58586B);line-height:24px}.BiometricsDescription.BiometricsDescriptionMobile{font-size:12px;line-height:18px}.BiometricsActionButtons{display:grid;grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%}.BiometricsActionButtons .BiometricsToggle{background:var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C));border:1px solid var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C));color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));cursor:pointer;border-radius:5px;width:100%;height:50px;display:flex;align-items:center;justify-content:center;font-size:16px;text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box}.BiometricsActionButtons.BiometricsActionButtonsMobile{width:100%;grid-template-columns:1fr}.BiometricsActionButtons.BiometricsActionButtonsMobile .BiometricsToggle{height:40px;font-size:12px}");
|
|
4287
4309
|
}
|
|
4288
|
-
function
|
|
4310
|
+
function Li(e) {
|
|
4289
4311
|
let t, r, n, i, o, s, a, h, u, l, c = (
|
|
4290
4312
|
/*$_*/
|
|
4291
4313
|
e[2]("titleBiometrics") + ""
|
|
@@ -4295,7 +4317,7 @@ function Ni(e) {
|
|
|
4295
4317
|
t = O("div"), r = F("svg"), n = F("defs"), i = F("style"), o = U(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #D0046C));}"), s = F("g"), a = F("g"), h = F("path"), u = te(), l = O("h2"), f = U(c), B(h, "class", "aaa"), B(h, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), B(h, "transform", "translate(15 15) rotate(180)"), B(a, "transform", "translate(20 158)"), B(s, "transform", "translate(-20 -158)"), B(r, "xmlns", "http://www.w3.org/2000/svg"), B(r, "width", "15"), B(r, "height", "15"), B(r, "viewBox", "0 0 15 15"), B(l, "class", "BiometricsTitleMobile"), B(l, "part", "BiometricsTitleMobile"), B(t, "class", "MenuReturnButton"), B(t, "part", "MenuReturnButton");
|
|
4296
4318
|
},
|
|
4297
4319
|
m(p, x) {
|
|
4298
|
-
|
|
4320
|
+
Ze(p, t, x), E(t, r), E(r, n), E(n, i), E(i, o), E(r, s), E(s, a), E(a, h), E(t, u), E(t, l), E(l, f), m || (g = wt(
|
|
4299
4321
|
t,
|
|
4300
4322
|
"click",
|
|
4301
4323
|
/*click_handler*/
|
|
@@ -4312,7 +4334,7 @@ function Ni(e) {
|
|
|
4312
4334
|
}
|
|
4313
4335
|
};
|
|
4314
4336
|
}
|
|
4315
|
-
function
|
|
4337
|
+
function $i(e) {
|
|
4316
4338
|
let t, r, n, i, o = (
|
|
4317
4339
|
/*$_*/
|
|
4318
4340
|
e[2]("titleBiometrics") + ""
|
|
@@ -4333,7 +4355,7 @@ function Mi(e) {
|
|
|
4333
4355
|
)) + ""
|
|
4334
4356
|
), v, S, N, M = (
|
|
4335
4357
|
/*isMobile*/
|
|
4336
|
-
e[3] &&
|
|
4358
|
+
e[3] && Li(e)
|
|
4337
4359
|
);
|
|
4338
4360
|
return {
|
|
4339
4361
|
c() {
|
|
@@ -4344,7 +4366,7 @@ function Mi(e) {
|
|
|
4344
4366
|
(e[3] ? "BiometricsWrapperMobile" : ""));
|
|
4345
4367
|
},
|
|
4346
4368
|
m(P, D) {
|
|
4347
|
-
|
|
4369
|
+
Ze(P, t, D), E(t, r), M && M.m(r, null), E(r, n), E(r, i), E(i, s), E(r, a), E(r, h), E(h, u), E(u, c), E(h, f), E(h, m), E(m, p), E(r, x), E(r, A), E(A, H), E(H, v), e[13](t), S || (N = wt(
|
|
4348
4370
|
H,
|
|
4349
4371
|
"click",
|
|
4350
4372
|
/*click_handler_1*/
|
|
@@ -4376,24 +4398,24 @@ function Mi(e) {
|
|
|
4376
4398
|
}
|
|
4377
4399
|
};
|
|
4378
4400
|
}
|
|
4379
|
-
function
|
|
4401
|
+
function Ri(e, t, r) {
|
|
4380
4402
|
let n;
|
|
4381
|
-
|
|
4382
|
-
let { biometricsenabled: i = "false" } = t, { lang: o = "en" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: h } = t, { translationurl: u = "" } = t, l, c = window.navigator.userAgent, f =
|
|
4403
|
+
sr(e, Ai, (v) => r(2, n = v));
|
|
4404
|
+
let { biometricsenabled: i = "false" } = t, { lang: o = "en" } = t, { clientstyling: s = "" } = t, { clientstylingurl: a = "" } = t, { mbsource: h } = t, { translationurl: u = "" } = t, l, c = window.navigator.userAgent, f = Pi(c) !== "PC";
|
|
4383
4405
|
const m = () => {
|
|
4384
4406
|
fetch(u).then((S) => S.json()).then((S) => {
|
|
4385
4407
|
Object.keys(S).forEach((N) => {
|
|
4386
|
-
|
|
4408
|
+
_t(N, S[N]);
|
|
4387
4409
|
});
|
|
4388
4410
|
}).catch((S) => {
|
|
4389
4411
|
console.log(S);
|
|
4390
4412
|
});
|
|
4391
4413
|
};
|
|
4392
|
-
Object.keys(
|
|
4393
|
-
|
|
4414
|
+
Object.keys(xt).forEach((v) => {
|
|
4415
|
+
_t(v, xt[v]);
|
|
4394
4416
|
});
|
|
4395
4417
|
const g = () => {
|
|
4396
|
-
|
|
4418
|
+
Oi(o);
|
|
4397
4419
|
}, p = () => {
|
|
4398
4420
|
window.postMessage(
|
|
4399
4421
|
{
|
|
@@ -4408,11 +4430,11 @@ function Li(e, t, r) {
|
|
|
4408
4430
|
data: i
|
|
4409
4431
|
});
|
|
4410
4432
|
};
|
|
4411
|
-
|
|
4433
|
+
mr(() => () => {
|
|
4412
4434
|
});
|
|
4413
4435
|
const A = () => p(), H = () => x();
|
|
4414
4436
|
function T(v) {
|
|
4415
|
-
|
|
4437
|
+
Ie[v ? "unshift" : "push"](() => {
|
|
4416
4438
|
l = v, r(1, l);
|
|
4417
4439
|
});
|
|
4418
4440
|
}
|
|
@@ -4421,9 +4443,9 @@ function Li(e, t, r) {
|
|
|
4421
4443
|
}, e.$$.update = () => {
|
|
4422
4444
|
e.$$.dirty & /*lang*/
|
|
4423
4445
|
64 && o && g(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4424
|
-
130 && s && l &&
|
|
4425
|
-
258 && a && l &&
|
|
4426
|
-
514 && h && l &&
|
|
4446
|
+
130 && s && l && Ii(l, s), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4447
|
+
258 && a && l && Ni(l, a), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4448
|
+
514 && h && l && Mi(l, `${h}.Style`), e.$$.dirty & /*translationurl*/
|
|
4427
4449
|
1024 && u && m();
|
|
4428
4450
|
}, [
|
|
4429
4451
|
i,
|
|
@@ -4442,14 +4464,14 @@ function Li(e, t, r) {
|
|
|
4442
4464
|
T
|
|
4443
4465
|
];
|
|
4444
4466
|
}
|
|
4445
|
-
class
|
|
4467
|
+
class Di extends Tr {
|
|
4446
4468
|
constructor(t) {
|
|
4447
|
-
super(),
|
|
4469
|
+
super(), Br(
|
|
4448
4470
|
this,
|
|
4449
4471
|
t,
|
|
4450
|
-
|
|
4451
|
-
|
|
4452
|
-
|
|
4472
|
+
Ri,
|
|
4473
|
+
$i,
|
|
4474
|
+
St,
|
|
4453
4475
|
{
|
|
4454
4476
|
biometricsenabled: 0,
|
|
4455
4477
|
lang: 6,
|
|
@@ -4458,7 +4480,7 @@ class Ci extends _r {
|
|
|
4458
4480
|
mbsource: 9,
|
|
4459
4481
|
translationurl: 10
|
|
4460
4482
|
},
|
|
4461
|
-
|
|
4483
|
+
Ci
|
|
4462
4484
|
);
|
|
4463
4485
|
}
|
|
4464
4486
|
get biometricsenabled() {
|
|
@@ -4498,7 +4520,7 @@ class Ci extends _r {
|
|
|
4498
4520
|
this.$$set({ translationurl: t }), $();
|
|
4499
4521
|
}
|
|
4500
4522
|
}
|
|
4501
|
-
|
|
4523
|
+
Sr(Di, { biometricsenabled: {}, lang: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
|
|
4502
4524
|
export {
|
|
4503
|
-
|
|
4525
|
+
Di as P
|
|
4504
4526
|
};
|