@everymatrix/player-account-closure-nd 1.74.2 → 1.74.3
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/{PlayerAccountClosureNd-CFjD4nXv.js → PlayerAccountClosureNd-CghjFIHo.js} +605 -619
- package/components/{PlayerAccountClosureNd-DizYkJpQ.js → PlayerAccountClosureNd-Zt8dw4vA.js} +623 -637
- package/components/PlayerAccountClosureNd-tgfw3UIO.cjs +18 -0
- package/es2015/player-account-closure-nd.cjs +1 -1
- package/es2015/player-account-closure-nd.js +1 -1
- package/esnext/player-account-closure-nd.js +1 -1
- package/package.json +1 -1
- package/components/PlayerAccountClosureNd-D7bEkDXI.cjs +0 -18
package/components/{PlayerAccountClosureNd-CFjD4nXv.js → PlayerAccountClosureNd-CghjFIHo.js}
RENAMED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
function O() {
|
|
2
2
|
}
|
|
3
|
-
function
|
|
3
|
+
function Ct(e) {
|
|
4
4
|
return e();
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function Je() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
9
|
function J(e) {
|
|
10
|
-
e.forEach(
|
|
10
|
+
e.forEach(Ct);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function Xe(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function At(e, t) {
|
|
16
16
|
return e != e ? t == t : e !== t || e && typeof e == "object" || typeof e == "function";
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function nr(e) {
|
|
19
19
|
return Object.keys(e).length === 0;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function wt(e, ...t) {
|
|
22
22
|
if (e == null) {
|
|
23
23
|
for (const n of t)
|
|
24
24
|
n(void 0);
|
|
@@ -27,20 +27,20 @@ function Tt(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 ir(e, t, r) {
|
|
31
|
+
e.$$.on_destroy.push(wt(t, r));
|
|
32
32
|
}
|
|
33
|
-
function
|
|
33
|
+
function y(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
const n =
|
|
36
|
+
function or(e, t, r) {
|
|
37
|
+
const n = sr(e);
|
|
38
38
|
if (!n.getElementById(t)) {
|
|
39
39
|
const i = H("style");
|
|
40
|
-
i.id = t, i.textContent = r,
|
|
40
|
+
i.id = t, i.textContent = r, ar(n, i);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function sr(e) {
|
|
44
44
|
if (!e)
|
|
45
45
|
return document;
|
|
46
46
|
const t = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -50,14 +50,14 @@ function lr(e) {
|
|
|
50
50
|
t
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
|
-
function
|
|
54
|
-
return
|
|
53
|
+
function ar(e, t) {
|
|
54
|
+
return y(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
57
57
|
t
|
|
58
58
|
), t.sheet;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function ye(e, t, r) {
|
|
61
61
|
e.insertBefore(t, r || null);
|
|
62
62
|
}
|
|
63
63
|
function ae(e) {
|
|
@@ -81,14 +81,14 @@ function me(e, t, r, n) {
|
|
|
81
81
|
function E(e, t, r) {
|
|
82
82
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function ur(e) {
|
|
85
85
|
return Array.from(e.childNodes);
|
|
86
86
|
}
|
|
87
87
|
function W(e, t) {
|
|
88
88
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
89
89
|
t);
|
|
90
90
|
}
|
|
91
|
-
function
|
|
91
|
+
function lr(e) {
|
|
92
92
|
const t = {};
|
|
93
93
|
return e.childNodes.forEach(
|
|
94
94
|
/** @param {Element} node */
|
|
@@ -101,20 +101,20 @@ let ie;
|
|
|
101
101
|
function ne(e) {
|
|
102
102
|
ie = e;
|
|
103
103
|
}
|
|
104
|
-
function
|
|
104
|
+
function cr() {
|
|
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 hr(e) {
|
|
110
|
+
cr().$$.on_mount.push(e);
|
|
111
111
|
}
|
|
112
|
-
const z = [],
|
|
112
|
+
const z = [], Pe = [];
|
|
113
113
|
let V = [];
|
|
114
|
-
const
|
|
115
|
-
let
|
|
116
|
-
function
|
|
117
|
-
|
|
114
|
+
const Ke = [], fr = /* @__PURE__ */ Promise.resolve();
|
|
115
|
+
let Oe = !1;
|
|
116
|
+
function dr() {
|
|
117
|
+
Oe || (Oe = !0, fr.then(R));
|
|
118
118
|
}
|
|
119
119
|
function Ne(e) {
|
|
120
120
|
V.push(e);
|
|
@@ -129,53 +129,53 @@ function R() {
|
|
|
129
129
|
try {
|
|
130
130
|
for (; j < z.length; ) {
|
|
131
131
|
const t = z[j];
|
|
132
|
-
j++, ne(t),
|
|
132
|
+
j++, ne(t), pr(t.$$);
|
|
133
133
|
}
|
|
134
134
|
} catch (t) {
|
|
135
135
|
throw z.length = 0, j = 0, t;
|
|
136
136
|
}
|
|
137
|
-
for (ne(null), z.length = 0, j = 0;
|
|
138
|
-
|
|
137
|
+
for (ne(null), z.length = 0, j = 0; Pe.length; )
|
|
138
|
+
Pe.pop()();
|
|
139
139
|
for (let t = 0; t < V.length; t += 1) {
|
|
140
140
|
const r = V[t];
|
|
141
141
|
Ae.has(r) || (Ae.add(r), r());
|
|
142
142
|
}
|
|
143
143
|
V.length = 0;
|
|
144
144
|
} while (z.length);
|
|
145
|
-
for (;
|
|
146
|
-
|
|
147
|
-
|
|
145
|
+
for (; Ke.length; )
|
|
146
|
+
Ke.pop()();
|
|
147
|
+
Oe = !1, Ae.clear(), ne(e);
|
|
148
148
|
}
|
|
149
|
-
function
|
|
149
|
+
function pr(e) {
|
|
150
150
|
if (e.fragment !== null) {
|
|
151
151
|
e.update(), J(e.before_update);
|
|
152
152
|
const t = e.dirty;
|
|
153
153
|
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Ne);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function mr(e) {
|
|
157
157
|
const t = [], r = [];
|
|
158
158
|
V.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), V = t;
|
|
159
159
|
}
|
|
160
|
-
const
|
|
161
|
-
function
|
|
162
|
-
e && e.i && (
|
|
160
|
+
const br = /* @__PURE__ */ new Set();
|
|
161
|
+
function gr(e, t) {
|
|
162
|
+
e && e.i && (br.delete(e), e.i(t));
|
|
163
163
|
}
|
|
164
|
-
function
|
|
164
|
+
function yr(e, t, r) {
|
|
165
165
|
const { fragment: n, after_update: i } = e.$$;
|
|
166
166
|
n && n.m(t, r), Ne(() => {
|
|
167
|
-
const o = e.$$.on_mount.map(
|
|
167
|
+
const o = e.$$.on_mount.map(Ct).filter(Xe);
|
|
168
168
|
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : J(o), e.$$.on_mount = [];
|
|
169
169
|
}), i.forEach(Ne);
|
|
170
170
|
}
|
|
171
|
-
function
|
|
171
|
+
function vr(e, t) {
|
|
172
172
|
const r = e.$$;
|
|
173
|
-
r.fragment !== null && (
|
|
173
|
+
r.fragment !== null && (mr(r.after_update), J(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 && (z.push(e),
|
|
175
|
+
function xr(e, t) {
|
|
176
|
+
e.$$.dirty[0] === -1 && (z.push(e), dr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
177
177
|
}
|
|
178
|
-
function
|
|
178
|
+
function Er(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
179
179
|
const l = ie;
|
|
180
180
|
ne(e);
|
|
181
181
|
const u = e.$$ = {
|
|
@@ -185,7 +185,7 @@ function Ar(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
185
185
|
props: o,
|
|
186
186
|
update: O,
|
|
187
187
|
not_equal: i,
|
|
188
|
-
bound:
|
|
188
|
+
bound: Je(),
|
|
189
189
|
// lifecycle
|
|
190
190
|
on_mount: [],
|
|
191
191
|
on_destroy: [],
|
|
@@ -194,28 +194,28 @@ function Ar(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
|
194
194
|
after_update: [],
|
|
195
195
|
context: new Map(t.context || (l ? l.$$.context : [])),
|
|
196
196
|
// everything else
|
|
197
|
-
callbacks:
|
|
197
|
+
callbacks: Je(),
|
|
198
198
|
dirty: a,
|
|
199
199
|
skip_bound: !1,
|
|
200
200
|
root: t.target || l.$$.root
|
|
201
201
|
};
|
|
202
202
|
s && s(u.root);
|
|
203
203
|
let c = !1;
|
|
204
|
-
if (u.ctx = r
|
|
205
|
-
const m =
|
|
206
|
-
return u.ctx && i(u.ctx[f], u.ctx[f] = m) && (!u.skip_bound && u.bound[f] && u.bound[f](m), c &&
|
|
207
|
-
})
|
|
204
|
+
if (u.ctx = r(e, t.props || {}, (f, h, ...d) => {
|
|
205
|
+
const m = d.length ? d[0] : h;
|
|
206
|
+
return u.ctx && i(u.ctx[f], u.ctx[f] = m) && (!u.skip_bound && u.bound[f] && u.bound[f](m), c && xr(e, f)), h;
|
|
207
|
+
}), u.update(), c = !0, J(u.before_update), u.fragment = n(u.ctx), t.target) {
|
|
208
208
|
if (t.hydrate) {
|
|
209
|
-
const f =
|
|
209
|
+
const f = ur(t.target);
|
|
210
210
|
u.fragment && u.fragment.l(f), f.forEach(ae);
|
|
211
211
|
} else
|
|
212
212
|
u.fragment && u.fragment.c();
|
|
213
|
-
t.intro &&
|
|
213
|
+
t.intro && gr(e.$$.fragment), yr(e, t.target, t.anchor), R();
|
|
214
214
|
}
|
|
215
215
|
ne(l);
|
|
216
216
|
}
|
|
217
|
-
let
|
|
218
|
-
typeof HTMLElement == "function" && (
|
|
217
|
+
let St;
|
|
218
|
+
typeof HTMLElement == "function" && (St = class extends HTMLElement {
|
|
219
219
|
/** The Svelte component constructor */
|
|
220
220
|
$$ctor;
|
|
221
221
|
/** Slots */
|
|
@@ -264,7 +264,7 @@ typeof HTMLElement == "function" && (Ht = class extends HTMLElement {
|
|
|
264
264
|
* @param {HTMLElement} [anchor]
|
|
265
265
|
*/
|
|
266
266
|
m: function(l, u) {
|
|
267
|
-
|
|
267
|
+
ye(l, o, u);
|
|
268
268
|
},
|
|
269
269
|
d: function(l) {
|
|
270
270
|
l && ae(o);
|
|
@@ -274,7 +274,7 @@ typeof HTMLElement == "function" && (Ht = 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 = lr(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 he(e, t, r, n) {
|
|
|
361
361
|
return t;
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
|
-
function
|
|
365
|
-
let s = class extends
|
|
364
|
+
function _r(e, t, r, n, i, o) {
|
|
365
|
+
let s = class extends St {
|
|
366
366
|
constructor() {
|
|
367
367
|
super(e, r, i), this.$$p_d = t;
|
|
368
368
|
}
|
|
@@ -390,7 +390,7 @@ function wr(e, t, r, n, i, o) {
|
|
|
390
390
|
}), e.element = /** @type {any} */
|
|
391
391
|
s, s;
|
|
392
392
|
}
|
|
393
|
-
class
|
|
393
|
+
class Cr {
|
|
394
394
|
/**
|
|
395
395
|
* ### PRIVATE API
|
|
396
396
|
*
|
|
@@ -409,7 +409,7 @@ class Sr {
|
|
|
409
409
|
$$set = void 0;
|
|
410
410
|
/** @returns {void} */
|
|
411
411
|
$destroy() {
|
|
412
|
-
|
|
412
|
+
vr(this, 1), this.$destroy = O;
|
|
413
413
|
}
|
|
414
414
|
/**
|
|
415
415
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -418,7 +418,7 @@ class Sr {
|
|
|
418
418
|
* @returns {() => void}
|
|
419
419
|
*/
|
|
420
420
|
$on(t, r) {
|
|
421
|
-
if (!
|
|
421
|
+
if (!Xe(r))
|
|
422
422
|
return O;
|
|
423
423
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
424
424
|
return n.push(r), () => {
|
|
@@ -431,11 +431,11 @@ class Sr {
|
|
|
431
431
|
* @returns {void}
|
|
432
432
|
*/
|
|
433
433
|
$set(t) {
|
|
434
|
-
this.$$set && !
|
|
434
|
+
this.$$set && !nr(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 Ar = "4";
|
|
438
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Ar);
|
|
439
439
|
/*! *****************************************************************************
|
|
440
440
|
Copyright (c) Microsoft Corporation.
|
|
441
441
|
|
|
@@ -450,34 +450,34 @@ 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 Ie = function(e, t) {
|
|
454
|
+
return Ie = 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
|
+
}, Ie(e, t);
|
|
460
460
|
};
|
|
461
|
-
function
|
|
461
|
+
function I(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
|
+
Ie(e, t);
|
|
465
465
|
function r() {
|
|
466
466
|
this.constructor = e;
|
|
467
467
|
}
|
|
468
468
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
469
469
|
}
|
|
470
|
-
var
|
|
471
|
-
return
|
|
470
|
+
var v = function() {
|
|
471
|
+
return v = Object.assign || function(t) {
|
|
472
472
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
473
473
|
r = arguments[n];
|
|
474
474
|
for (var o in r)
|
|
475
475
|
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
476
476
|
}
|
|
477
477
|
return t;
|
|
478
|
-
},
|
|
478
|
+
}, v.apply(this, arguments);
|
|
479
479
|
};
|
|
480
|
-
function
|
|
480
|
+
function wr(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]);
|
|
@@ -486,7 +486,7 @@ function Hr(e, t) {
|
|
|
486
486
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
487
487
|
return r;
|
|
488
488
|
}
|
|
489
|
-
function
|
|
489
|
+
function Le(e) {
|
|
490
490
|
var t = typeof Symbol == "function" && Symbol.iterator, r = t && e[t], n = 0;
|
|
491
491
|
if (r)
|
|
492
492
|
return r.call(e);
|
|
@@ -498,7 +498,7 @@ function $e(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 X(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 N(e) {
|
|
528
528
|
return typeof e == "function";
|
|
529
529
|
}
|
|
530
|
-
function
|
|
530
|
+
function Tt(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 we =
|
|
536
|
+
var we = Tt(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,13 +542,13 @@ var we = Bt(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);
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
var
|
|
551
|
+
var ve = function() {
|
|
552
552
|
function e(t) {
|
|
553
553
|
this.initialTeardown = t, this.closed = !1, this._parentage = null, this._finalizers = null;
|
|
554
554
|
}
|
|
@@ -560,12 +560,12 @@ var ye = function() {
|
|
|
560
560
|
if (s)
|
|
561
561
|
if (this._parentage = null, Array.isArray(s))
|
|
562
562
|
try {
|
|
563
|
-
for (var a =
|
|
563
|
+
for (var a = Le(s), l = a.next(); !l.done; l = a.next()) {
|
|
564
564
|
var u = l.value;
|
|
565
565
|
u.remove(this);
|
|
566
566
|
}
|
|
567
|
-
} catch (
|
|
568
|
-
t = { error:
|
|
567
|
+
} catch (p) {
|
|
568
|
+
t = { error: p };
|
|
569
569
|
} finally {
|
|
570
570
|
try {
|
|
571
571
|
l && !l.done && (r = a.return) && r.call(a);
|
|
@@ -577,29 +577,29 @@ var ye = function() {
|
|
|
577
577
|
else
|
|
578
578
|
s.remove(this);
|
|
579
579
|
var c = this.initialTeardown;
|
|
580
|
-
if (
|
|
580
|
+
if (N(c))
|
|
581
581
|
try {
|
|
582
582
|
c();
|
|
583
|
-
} catch (
|
|
584
|
-
o =
|
|
583
|
+
} catch (p) {
|
|
584
|
+
o = p instanceof we ? p.errors : [p];
|
|
585
585
|
}
|
|
586
586
|
var f = this._finalizers;
|
|
587
587
|
if (f) {
|
|
588
588
|
this._finalizers = null;
|
|
589
589
|
try {
|
|
590
|
-
for (var h =
|
|
591
|
-
var m =
|
|
590
|
+
for (var h = Le(f), d = h.next(); !d.done; d = h.next()) {
|
|
591
|
+
var m = d.value;
|
|
592
592
|
try {
|
|
593
|
-
|
|
594
|
-
} catch (
|
|
595
|
-
o = o ?? [],
|
|
593
|
+
et(m);
|
|
594
|
+
} catch (p) {
|
|
595
|
+
o = o ?? [], p instanceof we ? o = X(X([], $e(o)), $e(p.errors)) : o.push(p);
|
|
596
596
|
}
|
|
597
597
|
}
|
|
598
|
-
} catch (
|
|
599
|
-
n = { error:
|
|
598
|
+
} catch (p) {
|
|
599
|
+
n = { error: p };
|
|
600
600
|
} finally {
|
|
601
601
|
try {
|
|
602
|
-
|
|
602
|
+
d && !d.done && (i = h.return) && i.call(h);
|
|
603
603
|
} finally {
|
|
604
604
|
if (n)
|
|
605
605
|
throw n.error;
|
|
@@ -613,7 +613,7 @@ var ye = function() {
|
|
|
613
613
|
var r;
|
|
614
614
|
if (t && t !== this)
|
|
615
615
|
if (this.closed)
|
|
616
|
-
|
|
616
|
+
et(t);
|
|
617
617
|
else {
|
|
618
618
|
if (t instanceof e) {
|
|
619
619
|
if (t.closed || t._hasParent(this))
|
|
@@ -630,56 +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
|
|
641
|
+
}(), Ht = ve.EMPTY;
|
|
642
|
+
function Bt(e) {
|
|
643
|
+
return e instanceof ve || e && "closed" in e && N(e.remove) && N(e.add) && N(e.unsubscribe);
|
|
644
644
|
}
|
|
645
|
-
function
|
|
646
|
-
|
|
645
|
+
function et(e) {
|
|
646
|
+
N(e) ? e() : e.unsubscribe();
|
|
647
647
|
}
|
|
648
|
-
var
|
|
648
|
+
var Sr = {
|
|
649
649
|
onUnhandledError: null,
|
|
650
650
|
onStoppedNotification: null,
|
|
651
651
|
Promise: void 0,
|
|
652
652
|
useDeprecatedSynchronousErrorHandling: !1,
|
|
653
653
|
useDeprecatedNextContext: !1
|
|
654
|
-
},
|
|
654
|
+
}, Tr = {
|
|
655
655
|
setTimeout: function(e, t) {
|
|
656
656
|
for (var r = [], n = 2; n < arguments.length; n++)
|
|
657
657
|
r[n - 2] = arguments[n];
|
|
658
|
-
return setTimeout.apply(void 0, X([e, t],
|
|
658
|
+
return setTimeout.apply(void 0, X([e, t], $e(r)));
|
|
659
659
|
},
|
|
660
660
|
clearTimeout: function(e) {
|
|
661
661
|
return clearTimeout(e);
|
|
662
662
|
},
|
|
663
663
|
delegate: void 0
|
|
664
664
|
};
|
|
665
|
-
function
|
|
666
|
-
|
|
665
|
+
function Hr(e) {
|
|
666
|
+
Tr.setTimeout(function() {
|
|
667
667
|
throw e;
|
|
668
668
|
});
|
|
669
669
|
}
|
|
670
|
-
function
|
|
670
|
+
function tt() {
|
|
671
671
|
}
|
|
672
672
|
function fe(e) {
|
|
673
673
|
e();
|
|
674
674
|
}
|
|
675
|
-
var
|
|
676
|
-
|
|
675
|
+
var Mt = function(e) {
|
|
676
|
+
I(t, e);
|
|
677
677
|
function t(r) {
|
|
678
678
|
var n = e.call(this) || this;
|
|
679
|
-
return n.isStopped = !1, r ? (n.destination = r,
|
|
679
|
+
return n.isStopped = !1, r ? (n.destination = r, Bt(r) && r.add(n)) : n.destination = Pr, n;
|
|
680
680
|
}
|
|
681
681
|
return t.create = function(r, n, i) {
|
|
682
|
-
return new
|
|
682
|
+
return new De(r, n, i);
|
|
683
683
|
}, t.prototype.next = function(r) {
|
|
684
684
|
this.isStopped || this._next(r);
|
|
685
685
|
}, t.prototype.error = function(r) {
|
|
@@ -703,11 +703,7 @@ var It = function(e) {
|
|
|
703
703
|
this.unsubscribe();
|
|
704
704
|
}
|
|
705
705
|
}, t;
|
|
706
|
-
}(
|
|
707
|
-
function Se(e, t) {
|
|
708
|
-
return Pr.call(e, t);
|
|
709
|
-
}
|
|
710
|
-
var Or = function() {
|
|
706
|
+
}(ve), Br = function() {
|
|
711
707
|
function e(t) {
|
|
712
708
|
this.partialObserver = t;
|
|
713
709
|
}
|
|
@@ -738,55 +734,43 @@ var Or = function() {
|
|
|
738
734
|
le(r);
|
|
739
735
|
}
|
|
740
736
|
}, e;
|
|
741
|
-
}(),
|
|
742
|
-
|
|
737
|
+
}(), De = function(e) {
|
|
738
|
+
I(t, e);
|
|
743
739
|
function t(r, n, i) {
|
|
744
740
|
var o = e.call(this) || this, s;
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
};
|
|
751
|
-
else {
|
|
752
|
-
var a;
|
|
753
|
-
o && Ot.useDeprecatedNextContext ? (a = Object.create(r), a.unsubscribe = function() {
|
|
754
|
-
return o.unsubscribe();
|
|
755
|
-
}, s = {
|
|
756
|
-
next: r.next && Se(r.next, a),
|
|
757
|
-
error: r.error && Se(r.error, a),
|
|
758
|
-
complete: r.complete && Se(r.complete, a)
|
|
759
|
-
}) : s = r;
|
|
760
|
-
}
|
|
761
|
-
return o.destination = new Or(s), o;
|
|
741
|
+
return N(r) || !r ? s = {
|
|
742
|
+
next: r ?? void 0,
|
|
743
|
+
error: n ?? void 0,
|
|
744
|
+
complete: i ?? void 0
|
|
745
|
+
} : s = r, o.destination = new Br(s), o;
|
|
762
746
|
}
|
|
763
747
|
return t;
|
|
764
|
-
}(
|
|
748
|
+
}(Mt);
|
|
765
749
|
function le(e) {
|
|
766
|
-
|
|
750
|
+
Hr(e);
|
|
767
751
|
}
|
|
768
|
-
function
|
|
752
|
+
function Mr(e) {
|
|
769
753
|
throw e;
|
|
770
754
|
}
|
|
771
|
-
var
|
|
755
|
+
var Pr = {
|
|
772
756
|
closed: !0,
|
|
773
|
-
next:
|
|
774
|
-
error:
|
|
775
|
-
complete:
|
|
776
|
-
},
|
|
757
|
+
next: tt,
|
|
758
|
+
error: Mr,
|
|
759
|
+
complete: tt
|
|
760
|
+
}, Or = function() {
|
|
777
761
|
return typeof Symbol == "function" && Symbol.observable || "@@observable";
|
|
778
762
|
}();
|
|
779
|
-
function
|
|
763
|
+
function Nr(e) {
|
|
780
764
|
return e;
|
|
781
765
|
}
|
|
782
|
-
function
|
|
783
|
-
return e.length === 0 ?
|
|
766
|
+
function Ir(e) {
|
|
767
|
+
return e.length === 0 ? Nr : e.length === 1 ? e[0] : function(r) {
|
|
784
768
|
return e.reduce(function(n, i) {
|
|
785
769
|
return i(n);
|
|
786
770
|
}, r);
|
|
787
771
|
};
|
|
788
772
|
}
|
|
789
|
-
var
|
|
773
|
+
var rt = function() {
|
|
790
774
|
function e(t) {
|
|
791
775
|
t && (this._subscribe = t);
|
|
792
776
|
}
|
|
@@ -794,7 +778,7 @@ var it = function() {
|
|
|
794
778
|
var r = new e();
|
|
795
779
|
return r.source = this, r.operator = t, r;
|
|
796
780
|
}, e.prototype.subscribe = function(t, r, n) {
|
|
797
|
-
var i = this, o =
|
|
781
|
+
var i = this, o = $r(t) ? t : new De(t, r, n);
|
|
798
782
|
return fe(function() {
|
|
799
783
|
var s = i, a = s.operator, l = s.source;
|
|
800
784
|
o.add(a ? a.call(o, l) : l ? i._subscribe(o) : i._trySubscribe(o));
|
|
@@ -807,8 +791,8 @@ var it = function() {
|
|
|
807
791
|
}
|
|
808
792
|
}, e.prototype.forEach = function(t, r) {
|
|
809
793
|
var n = this;
|
|
810
|
-
return r =
|
|
811
|
-
var s = new
|
|
794
|
+
return r = nt(r), new r(function(i, o) {
|
|
795
|
+
var s = new De({
|
|
812
796
|
next: function(a) {
|
|
813
797
|
try {
|
|
814
798
|
t(a);
|
|
@@ -824,15 +808,15 @@ var it = function() {
|
|
|
824
808
|
}, e.prototype._subscribe = function(t) {
|
|
825
809
|
var r;
|
|
826
810
|
return (r = this.source) === null || r === void 0 ? void 0 : r.subscribe(t);
|
|
827
|
-
}, e.prototype[
|
|
811
|
+
}, e.prototype[Or] = function() {
|
|
828
812
|
return this;
|
|
829
813
|
}, e.prototype.pipe = function() {
|
|
830
814
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
831
815
|
t[r] = arguments[r];
|
|
832
|
-
return
|
|
816
|
+
return Ir(t)(this);
|
|
833
817
|
}, e.prototype.toPromise = function(t) {
|
|
834
818
|
var r = this;
|
|
835
|
-
return t =
|
|
819
|
+
return t = nt(t), new t(function(n, i) {
|
|
836
820
|
var o;
|
|
837
821
|
r.subscribe(function(s) {
|
|
838
822
|
return o = s;
|
|
@@ -846,32 +830,32 @@ var it = function() {
|
|
|
846
830
|
return new e(t);
|
|
847
831
|
}, e;
|
|
848
832
|
}();
|
|
849
|
-
function
|
|
833
|
+
function nt(e) {
|
|
850
834
|
var t;
|
|
851
|
-
return (t = e ??
|
|
835
|
+
return (t = e ?? Sr.Promise) !== null && t !== void 0 ? t : Promise;
|
|
852
836
|
}
|
|
853
|
-
function
|
|
854
|
-
return e &&
|
|
837
|
+
function Lr(e) {
|
|
838
|
+
return e && N(e.next) && N(e.error) && N(e.complete);
|
|
855
839
|
}
|
|
856
|
-
function
|
|
857
|
-
return e && e instanceof
|
|
840
|
+
function $r(e) {
|
|
841
|
+
return e && e instanceof Mt || Lr(e) && Bt(e);
|
|
858
842
|
}
|
|
859
|
-
var
|
|
843
|
+
var Rr = Tt(function(e) {
|
|
860
844
|
return function() {
|
|
861
845
|
e(this), this.name = "ObjectUnsubscribedError", this.message = "object unsubscribed";
|
|
862
846
|
};
|
|
863
|
-
}),
|
|
864
|
-
|
|
847
|
+
}), Pt = function(e) {
|
|
848
|
+
I(t, e);
|
|
865
849
|
function t() {
|
|
866
850
|
var r = e.call(this) || this;
|
|
867
851
|
return r.closed = !1, r.currentObservers = null, r.observers = [], r.isStopped = !1, r.hasError = !1, r.thrownError = null, r;
|
|
868
852
|
}
|
|
869
853
|
return t.prototype.lift = function(r) {
|
|
870
|
-
var n = new
|
|
854
|
+
var n = new it(this, this);
|
|
871
855
|
return n.operator = r, n;
|
|
872
856
|
}, t.prototype._throwIfClosed = function() {
|
|
873
857
|
if (this.closed)
|
|
874
|
-
throw new
|
|
858
|
+
throw new Rr();
|
|
875
859
|
}, t.prototype.next = function(r) {
|
|
876
860
|
var n = this;
|
|
877
861
|
fe(function() {
|
|
@@ -879,7 +863,7 @@ var Fr = Bt(function(e) {
|
|
|
879
863
|
if (n._throwIfClosed(), !n.isStopped) {
|
|
880
864
|
n.currentObservers || (n.currentObservers = Array.from(n.observers));
|
|
881
865
|
try {
|
|
882
|
-
for (var s =
|
|
866
|
+
for (var s = Le(n.currentObservers), a = s.next(); !a.done; a = s.next()) {
|
|
883
867
|
var l = a.value;
|
|
884
868
|
l.next(r);
|
|
885
869
|
}
|
|
@@ -928,20 +912,20 @@ var Fr = Bt(function(e) {
|
|
|
928
912
|
return this._throwIfClosed(), this._checkFinalizedStatuses(r), this._innerSubscribe(r);
|
|
929
913
|
}, t.prototype._innerSubscribe = function(r) {
|
|
930
914
|
var n = this, i = this, o = i.hasError, s = i.isStopped, a = i.observers;
|
|
931
|
-
return o || s ?
|
|
932
|
-
n.currentObservers = null,
|
|
915
|
+
return o || s ? Ht : (this.currentObservers = null, a.push(r), new ve(function() {
|
|
916
|
+
n.currentObservers = null, Re(a, r);
|
|
933
917
|
}));
|
|
934
918
|
}, t.prototype._checkFinalizedStatuses = function(r) {
|
|
935
919
|
var n = this, i = n.hasError, o = n.thrownError, s = n.isStopped;
|
|
936
920
|
i ? r.error(o) : s && r.complete();
|
|
937
921
|
}, t.prototype.asObservable = function() {
|
|
938
|
-
var r = new
|
|
922
|
+
var r = new rt();
|
|
939
923
|
return r.source = this, r;
|
|
940
924
|
}, t.create = function(r, n) {
|
|
941
|
-
return new
|
|
925
|
+
return new it(r, n);
|
|
942
926
|
}, t;
|
|
943
|
-
}(
|
|
944
|
-
|
|
927
|
+
}(rt), it = function(e) {
|
|
928
|
+
I(t, e);
|
|
945
929
|
function t(r, n) {
|
|
946
930
|
var i = e.call(this) || this;
|
|
947
931
|
return i.destination = r, i.source = n, i;
|
|
@@ -957,17 +941,17 @@ var Fr = Bt(function(e) {
|
|
|
957
941
|
(n = (r = this.destination) === null || r === void 0 ? void 0 : r.complete) === null || n === void 0 || n.call(r);
|
|
958
942
|
}, t.prototype._subscribe = function(r) {
|
|
959
943
|
var n, i;
|
|
960
|
-
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i :
|
|
944
|
+
return (i = (n = this.source) === null || n === void 0 ? void 0 : n.subscribe(r)) !== null && i !== void 0 ? i : Ht;
|
|
961
945
|
}, t;
|
|
962
|
-
}(
|
|
946
|
+
}(Pt), Ot = {
|
|
963
947
|
now: function() {
|
|
964
|
-
return (
|
|
948
|
+
return (Ot.delegate || Date).now();
|
|
965
949
|
},
|
|
966
950
|
delegate: void 0
|
|
967
|
-
},
|
|
968
|
-
|
|
951
|
+
}, Dr = function(e) {
|
|
952
|
+
I(t, e);
|
|
969
953
|
function t(r, n, i) {
|
|
970
|
-
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i =
|
|
954
|
+
r === void 0 && (r = 1 / 0), n === void 0 && (n = 1 / 0), i === void 0 && (i = Ot);
|
|
971
955
|
var o = e.call(this) || this;
|
|
972
956
|
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;
|
|
973
957
|
}
|
|
@@ -987,15 +971,15 @@ var Fr = Bt(function(e) {
|
|
|
987
971
|
u && o.splice(0, u + 1);
|
|
988
972
|
}
|
|
989
973
|
}, t;
|
|
990
|
-
}(
|
|
991
|
-
const
|
|
992
|
-
if (
|
|
993
|
-
const r = new
|
|
994
|
-
|
|
974
|
+
}(Pt);
|
|
975
|
+
const ot = [], st = {}, Ur = (e, t = 0) => {
|
|
976
|
+
if (ot.indexOf(e) == -1) {
|
|
977
|
+
const r = new Dr(t);
|
|
978
|
+
st[e] = r, ot.push(e);
|
|
995
979
|
}
|
|
996
|
-
return
|
|
980
|
+
return st[e];
|
|
997
981
|
}, k = [];
|
|
998
|
-
function
|
|
982
|
+
function Fr(e, t) {
|
|
999
983
|
return {
|
|
1000
984
|
subscribe: xe(e, t).subscribe
|
|
1001
985
|
};
|
|
@@ -1004,7 +988,7 @@ function xe(e, t = O) {
|
|
|
1004
988
|
let r;
|
|
1005
989
|
const n = /* @__PURE__ */ new Set();
|
|
1006
990
|
function i(a) {
|
|
1007
|
-
if (
|
|
991
|
+
if (At(e, a) && (e = a, r)) {
|
|
1008
992
|
const l = !k.length;
|
|
1009
993
|
for (const u of n)
|
|
1010
994
|
u[1](), k.push(u, e);
|
|
@@ -1031,7 +1015,7 @@ function K(e, t, r) {
|
|
|
1031
1015
|
if (!i.every(Boolean))
|
|
1032
1016
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
1033
1017
|
const o = t.length < 2;
|
|
1034
|
-
return
|
|
1018
|
+
return Fr(r, (s, a) => {
|
|
1035
1019
|
let l = !1;
|
|
1036
1020
|
const u = [];
|
|
1037
1021
|
let c = 0, f = O;
|
|
@@ -1040,87 +1024,87 @@ function K(e, t, r) {
|
|
|
1040
1024
|
return;
|
|
1041
1025
|
f();
|
|
1042
1026
|
const m = t(n ? u[0] : u, s, a);
|
|
1043
|
-
o ? s(m) : f =
|
|
1044
|
-
},
|
|
1045
|
-
(m,
|
|
1027
|
+
o ? s(m) : f = Xe(m) ? m : O;
|
|
1028
|
+
}, d = i.map(
|
|
1029
|
+
(m, p) => wt(
|
|
1046
1030
|
m,
|
|
1047
1031
|
(A) => {
|
|
1048
|
-
u[
|
|
1032
|
+
u[p] = A, c &= ~(1 << p), l && h();
|
|
1049
1033
|
},
|
|
1050
1034
|
() => {
|
|
1051
|
-
c |= 1 <<
|
|
1035
|
+
c |= 1 << p;
|
|
1052
1036
|
}
|
|
1053
1037
|
)
|
|
1054
1038
|
);
|
|
1055
1039
|
return l = !0, h(), function() {
|
|
1056
|
-
J(
|
|
1040
|
+
J(d), f(), l = !1;
|
|
1057
1041
|
};
|
|
1058
1042
|
});
|
|
1059
1043
|
}
|
|
1060
|
-
function
|
|
1061
|
-
return e
|
|
1044
|
+
function Gr(e) {
|
|
1045
|
+
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
1062
1046
|
}
|
|
1063
|
-
var
|
|
1064
|
-
return
|
|
1047
|
+
var jr = function(t) {
|
|
1048
|
+
return kr(t) && !zr(t);
|
|
1065
1049
|
};
|
|
1066
|
-
function
|
|
1050
|
+
function kr(e) {
|
|
1067
1051
|
return !!e && typeof e == "object";
|
|
1068
1052
|
}
|
|
1069
|
-
function
|
|
1053
|
+
function zr(e) {
|
|
1070
1054
|
var t = Object.prototype.toString.call(e);
|
|
1071
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
1055
|
+
return t === "[object RegExp]" || t === "[object Date]" || Xr(e);
|
|
1072
1056
|
}
|
|
1073
|
-
var
|
|
1074
|
-
function
|
|
1075
|
-
return e.$$typeof ===
|
|
1057
|
+
var Wr = typeof Symbol == "function" && Symbol.for, Vr = Wr ? Symbol.for("react.element") : 60103;
|
|
1058
|
+
function Xr(e) {
|
|
1059
|
+
return e.$$typeof === Vr;
|
|
1076
1060
|
}
|
|
1077
|
-
function
|
|
1061
|
+
function Zr(e) {
|
|
1078
1062
|
return Array.isArray(e) ? [] : {};
|
|
1079
1063
|
}
|
|
1080
1064
|
function oe(e, t) {
|
|
1081
|
-
return t.clone !== !1 && t.isMergeableObject(e) ? Z(
|
|
1065
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? Z(Zr(e), e, t) : e;
|
|
1082
1066
|
}
|
|
1083
|
-
function
|
|
1067
|
+
function qr(e, t, r) {
|
|
1084
1068
|
return e.concat(t).map(function(n) {
|
|
1085
1069
|
return oe(n, r);
|
|
1086
1070
|
});
|
|
1087
1071
|
}
|
|
1088
|
-
function
|
|
1072
|
+
function Qr(e, t) {
|
|
1089
1073
|
if (!t.customMerge)
|
|
1090
1074
|
return Z;
|
|
1091
1075
|
var r = t.customMerge(e);
|
|
1092
1076
|
return typeof r == "function" ? r : Z;
|
|
1093
1077
|
}
|
|
1094
|
-
function
|
|
1078
|
+
function Yr(e) {
|
|
1095
1079
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
1096
1080
|
return Object.propertyIsEnumerable.call(e, t);
|
|
1097
1081
|
}) : [];
|
|
1098
1082
|
}
|
|
1099
|
-
function
|
|
1100
|
-
return Object.keys(e).concat(
|
|
1083
|
+
function at(e) {
|
|
1084
|
+
return Object.keys(e).concat(Yr(e));
|
|
1101
1085
|
}
|
|
1102
|
-
function
|
|
1086
|
+
function Nt(e, t) {
|
|
1103
1087
|
try {
|
|
1104
1088
|
return t in e;
|
|
1105
1089
|
} catch {
|
|
1106
1090
|
return !1;
|
|
1107
1091
|
}
|
|
1108
1092
|
}
|
|
1109
|
-
function
|
|
1110
|
-
return
|
|
1093
|
+
function Jr(e, t) {
|
|
1094
|
+
return Nt(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
1111
1095
|
}
|
|
1112
|
-
function
|
|
1096
|
+
function Kr(e, t, r) {
|
|
1113
1097
|
var n = {};
|
|
1114
|
-
return r.isMergeableObject(e) &&
|
|
1098
|
+
return r.isMergeableObject(e) && at(e).forEach(function(i) {
|
|
1115
1099
|
n[i] = oe(e[i], r);
|
|
1116
|
-
}),
|
|
1117
|
-
|
|
1100
|
+
}), at(t).forEach(function(i) {
|
|
1101
|
+
Jr(e, i) || (Nt(e, i) && r.isMergeableObject(t[i]) ? n[i] = Qr(i, r)(e[i], t[i], r) : n[i] = oe(t[i], r));
|
|
1118
1102
|
}), n;
|
|
1119
1103
|
}
|
|
1120
1104
|
function Z(e, t, r) {
|
|
1121
|
-
r = r || {}, r.arrayMerge = r.arrayMerge ||
|
|
1105
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || qr, r.isMergeableObject = r.isMergeableObject || jr, r.cloneUnlessOtherwiseSpecified = oe;
|
|
1122
1106
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
1123
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
1107
|
+
return o ? n ? r.arrayMerge(e, t, r) : Kr(e, t, r) : oe(t, r);
|
|
1124
1108
|
}
|
|
1125
1109
|
Z.all = function(t, r) {
|
|
1126
1110
|
if (!Array.isArray(t))
|
|
@@ -1129,58 +1113,60 @@ Z.all = function(t, r) {
|
|
|
1129
1113
|
return Z(n, i, r);
|
|
1130
1114
|
}, {});
|
|
1131
1115
|
};
|
|
1132
|
-
var
|
|
1133
|
-
const
|
|
1134
|
-
function
|
|
1135
|
-
var r = t && t.cache ? t.cache :
|
|
1116
|
+
var en = Z, tn = en;
|
|
1117
|
+
const rn = /* @__PURE__ */ Gr(tn);
|
|
1118
|
+
function Se(e, t) {
|
|
1119
|
+
var r = t && t.cache ? t.cache : cn, n = t && t.serializer ? t.serializer : un, i = t && t.strategy ? t.strategy : on;
|
|
1136
1120
|
return i(e, {
|
|
1137
1121
|
cache: r,
|
|
1138
1122
|
serializer: n
|
|
1139
1123
|
});
|
|
1140
1124
|
}
|
|
1141
|
-
function
|
|
1125
|
+
function nn(e) {
|
|
1142
1126
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
1143
1127
|
}
|
|
1144
|
-
function
|
|
1145
|
-
var i =
|
|
1128
|
+
function It(e, t, r, n) {
|
|
1129
|
+
var i = nn(n) ? n : r(n), o = t.get(i);
|
|
1146
1130
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
|
1147
1131
|
}
|
|
1148
|
-
function
|
|
1132
|
+
function Lt(e, t, r) {
|
|
1149
1133
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
1150
1134
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
1151
1135
|
}
|
|
1152
|
-
function
|
|
1136
|
+
function Ze(e, t, r, n, i) {
|
|
1153
1137
|
return r.bind(t, e, n, i);
|
|
1154
1138
|
}
|
|
1155
|
-
function
|
|
1156
|
-
var r = e.length === 1 ?
|
|
1157
|
-
return
|
|
1139
|
+
function on(e, t) {
|
|
1140
|
+
var r = e.length === 1 ? It : Lt;
|
|
1141
|
+
return Ze(e, this, r, t.cache.create(), t.serializer);
|
|
1158
1142
|
}
|
|
1159
|
-
function
|
|
1160
|
-
return
|
|
1143
|
+
function sn(e, t) {
|
|
1144
|
+
return Ze(e, this, Lt, t.cache.create(), t.serializer);
|
|
1161
1145
|
}
|
|
1162
|
-
function
|
|
1163
|
-
return
|
|
1146
|
+
function an(e, t) {
|
|
1147
|
+
return Ze(e, this, It, t.cache.create(), t.serializer);
|
|
1164
1148
|
}
|
|
1165
|
-
var
|
|
1149
|
+
var un = function() {
|
|
1166
1150
|
return JSON.stringify(arguments);
|
|
1167
|
-
}
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1174
|
-
|
|
1175
|
-
|
|
1176
|
-
|
|
1177
|
-
|
|
1151
|
+
}, ln = (
|
|
1152
|
+
/** @class */
|
|
1153
|
+
function() {
|
|
1154
|
+
function e() {
|
|
1155
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
1156
|
+
}
|
|
1157
|
+
return e.prototype.get = function(t) {
|
|
1158
|
+
return this.cache[t];
|
|
1159
|
+
}, e.prototype.set = function(t, r) {
|
|
1160
|
+
this.cache[t] = r;
|
|
1161
|
+
}, e;
|
|
1162
|
+
}()
|
|
1163
|
+
), cn = {
|
|
1178
1164
|
create: function() {
|
|
1179
|
-
return new
|
|
1165
|
+
return new ln();
|
|
1180
1166
|
}
|
|
1181
|
-
},
|
|
1182
|
-
variadic:
|
|
1183
|
-
monadic:
|
|
1167
|
+
}, Te = {
|
|
1168
|
+
variadic: sn,
|
|
1169
|
+
monadic: an
|
|
1184
1170
|
}, b;
|
|
1185
1171
|
(function(e) {
|
|
1186
1172
|
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";
|
|
@@ -1193,43 +1179,43 @@ var q;
|
|
|
1193
1179
|
(function(e) {
|
|
1194
1180
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
1195
1181
|
})(q || (q = {}));
|
|
1196
|
-
function
|
|
1182
|
+
function ut(e) {
|
|
1197
1183
|
return e.type === C.literal;
|
|
1198
1184
|
}
|
|
1199
|
-
function
|
|
1185
|
+
function hn(e) {
|
|
1200
1186
|
return e.type === C.argument;
|
|
1201
1187
|
}
|
|
1202
|
-
function
|
|
1188
|
+
function $t(e) {
|
|
1203
1189
|
return e.type === C.number;
|
|
1204
1190
|
}
|
|
1205
|
-
function
|
|
1191
|
+
function Rt(e) {
|
|
1206
1192
|
return e.type === C.date;
|
|
1207
1193
|
}
|
|
1208
|
-
function
|
|
1194
|
+
function Dt(e) {
|
|
1209
1195
|
return e.type === C.time;
|
|
1210
1196
|
}
|
|
1211
|
-
function
|
|
1197
|
+
function Ut(e) {
|
|
1212
1198
|
return e.type === C.select;
|
|
1213
1199
|
}
|
|
1214
|
-
function
|
|
1200
|
+
function Ft(e) {
|
|
1215
1201
|
return e.type === C.plural;
|
|
1216
1202
|
}
|
|
1217
|
-
function
|
|
1203
|
+
function fn(e) {
|
|
1218
1204
|
return e.type === C.pound;
|
|
1219
1205
|
}
|
|
1220
|
-
function
|
|
1206
|
+
function Gt(e) {
|
|
1221
1207
|
return e.type === C.tag;
|
|
1222
1208
|
}
|
|
1223
|
-
function
|
|
1209
|
+
function jt(e) {
|
|
1224
1210
|
return !!(e && typeof e == "object" && e.type === q.number);
|
|
1225
1211
|
}
|
|
1226
|
-
function
|
|
1212
|
+
function Ue(e) {
|
|
1227
1213
|
return !!(e && typeof e == "object" && e.type === q.dateTime);
|
|
1228
1214
|
}
|
|
1229
|
-
var
|
|
1230
|
-
function
|
|
1215
|
+
var kt = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, dn = /(?:[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;
|
|
1216
|
+
function pn(e) {
|
|
1231
1217
|
var t = {};
|
|
1232
|
-
return e.replace(
|
|
1218
|
+
return e.replace(dn, function(r) {
|
|
1233
1219
|
var n = r.length;
|
|
1234
1220
|
switch (r[0]) {
|
|
1235
1221
|
case "G":
|
|
@@ -1318,11 +1304,11 @@ function bn(e) {
|
|
|
1318
1304
|
return "";
|
|
1319
1305
|
}), t;
|
|
1320
1306
|
}
|
|
1321
|
-
var
|
|
1322
|
-
function
|
|
1307
|
+
var mn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1308
|
+
function bn(e) {
|
|
1323
1309
|
if (e.length === 0)
|
|
1324
1310
|
throw new Error("Number skeleton cannot be empty");
|
|
1325
|
-
for (var t = e.split(
|
|
1311
|
+
for (var t = e.split(mn).filter(function(h) {
|
|
1326
1312
|
return h.length > 0;
|
|
1327
1313
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
1328
1314
|
var o = i[n], s = o.split("/");
|
|
@@ -1337,17 +1323,17 @@ function gn(e) {
|
|
|
1337
1323
|
}
|
|
1338
1324
|
return r;
|
|
1339
1325
|
}
|
|
1340
|
-
function
|
|
1326
|
+
function gn(e) {
|
|
1341
1327
|
return e.replace(/^(.*?)-/, "");
|
|
1342
1328
|
}
|
|
1343
|
-
var
|
|
1344
|
-
function
|
|
1329
|
+
var lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, zt = /^(@+)?(\+|#+)?[rs]?$/g, yn = /(\*)(0+)|(#+)(0+)|(0+)/g, Wt = /^(0+)$/;
|
|
1330
|
+
function ct(e) {
|
|
1345
1331
|
var t = {};
|
|
1346
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
1332
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(zt, function(r, n, i) {
|
|
1347
1333
|
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)), "";
|
|
1348
1334
|
}), t;
|
|
1349
1335
|
}
|
|
1350
|
-
function
|
|
1336
|
+
function Vt(e) {
|
|
1351
1337
|
switch (e) {
|
|
1352
1338
|
case "sign-auto":
|
|
1353
1339
|
return {
|
|
@@ -1387,7 +1373,7 @@ function qt(e) {
|
|
|
1387
1373
|
};
|
|
1388
1374
|
}
|
|
1389
1375
|
}
|
|
1390
|
-
function
|
|
1376
|
+
function vn(e) {
|
|
1391
1377
|
var t;
|
|
1392
1378
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
1393
1379
|
notation: "engineering"
|
|
@@ -1395,17 +1381,17 @@ function En(e) {
|
|
|
1395
1381
|
notation: "scientific"
|
|
1396
1382
|
}, e = e.slice(1)), t) {
|
|
1397
1383
|
var r = e.slice(0, 2);
|
|
1398
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
1384
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Wt.test(e))
|
|
1399
1385
|
throw new Error("Malformed concise eng/scientific notation");
|
|
1400
1386
|
t.minimumIntegerDigits = e.length;
|
|
1401
1387
|
}
|
|
1402
1388
|
return t;
|
|
1403
1389
|
}
|
|
1404
|
-
function
|
|
1405
|
-
var t = {}, r =
|
|
1390
|
+
function ht(e) {
|
|
1391
|
+
var t = {}, r = Vt(e);
|
|
1406
1392
|
return r || t;
|
|
1407
1393
|
}
|
|
1408
|
-
function
|
|
1394
|
+
function xn(e) {
|
|
1409
1395
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
1410
1396
|
var i = n[r];
|
|
1411
1397
|
switch (i.stem) {
|
|
@@ -1429,7 +1415,7 @@ function _n(e) {
|
|
|
1429
1415
|
continue;
|
|
1430
1416
|
case "measure-unit":
|
|
1431
1417
|
case "unit":
|
|
1432
|
-
t.style = "unit", t.unit =
|
|
1418
|
+
t.style = "unit", t.unit = gn(i.options[0]);
|
|
1433
1419
|
continue;
|
|
1434
1420
|
case "compact-short":
|
|
1435
1421
|
case "K":
|
|
@@ -1440,13 +1426,13 @@ function _n(e) {
|
|
|
1440
1426
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1441
1427
|
continue;
|
|
1442
1428
|
case "scientific":
|
|
1443
|
-
t =
|
|
1444
|
-
return
|
|
1429
|
+
t = v(v(v({}, t), { notation: "scientific" }), i.options.reduce(function(l, u) {
|
|
1430
|
+
return v(v({}, l), ht(u));
|
|
1445
1431
|
}, {}));
|
|
1446
1432
|
continue;
|
|
1447
1433
|
case "engineering":
|
|
1448
|
-
t =
|
|
1449
|
-
return
|
|
1434
|
+
t = v(v(v({}, t), { notation: "engineering" }), i.options.reduce(function(l, u) {
|
|
1435
|
+
return v(v({}, l), ht(u));
|
|
1450
1436
|
}, {}));
|
|
1451
1437
|
continue;
|
|
1452
1438
|
case "notation-simple":
|
|
@@ -1491,41 +1477,41 @@ function _n(e) {
|
|
|
1491
1477
|
case "integer-width":
|
|
1492
1478
|
if (i.options.length > 1)
|
|
1493
1479
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
1494
|
-
i.options[0].replace(
|
|
1480
|
+
i.options[0].replace(yn, function(l, u, c, f, h, d) {
|
|
1495
1481
|
if (u)
|
|
1496
1482
|
t.minimumIntegerDigits = c.length;
|
|
1497
1483
|
else {
|
|
1498
1484
|
if (f && h)
|
|
1499
1485
|
throw new Error("We currently do not support maximum integer digits");
|
|
1500
|
-
if (
|
|
1486
|
+
if (d)
|
|
1501
1487
|
throw new Error("We currently do not support exact integer digits");
|
|
1502
1488
|
}
|
|
1503
1489
|
return "";
|
|
1504
1490
|
});
|
|
1505
1491
|
continue;
|
|
1506
1492
|
}
|
|
1507
|
-
if (
|
|
1493
|
+
if (Wt.test(i.stem)) {
|
|
1508
1494
|
t.minimumIntegerDigits = i.stem.length;
|
|
1509
1495
|
continue;
|
|
1510
1496
|
}
|
|
1511
|
-
if (
|
|
1497
|
+
if (lt.test(i.stem)) {
|
|
1512
1498
|
if (i.options.length > 1)
|
|
1513
1499
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1514
|
-
i.stem.replace(
|
|
1515
|
-
return c === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : h &&
|
|
1500
|
+
i.stem.replace(lt, function(l, u, c, f, h, d) {
|
|
1501
|
+
return c === "*" ? t.minimumFractionDigits = u.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : h && d ? (t.minimumFractionDigits = h.length, t.maximumFractionDigits = h.length + d.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1516
1502
|
});
|
|
1517
1503
|
var o = i.options[0];
|
|
1518
|
-
o === "w" ? t =
|
|
1504
|
+
o === "w" ? t = v(v({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = v(v({}, t), ct(o)));
|
|
1519
1505
|
continue;
|
|
1520
1506
|
}
|
|
1521
|
-
if (
|
|
1522
|
-
t =
|
|
1507
|
+
if (zt.test(i.stem)) {
|
|
1508
|
+
t = v(v({}, t), ct(i.stem));
|
|
1523
1509
|
continue;
|
|
1524
1510
|
}
|
|
1525
|
-
var s =
|
|
1526
|
-
s && (t =
|
|
1527
|
-
var a =
|
|
1528
|
-
a && (t =
|
|
1511
|
+
var s = Vt(i.stem);
|
|
1512
|
+
s && (t = v(v({}, t), s));
|
|
1513
|
+
var a = vn(i.stem);
|
|
1514
|
+
a && (t = v(v({}, t), a));
|
|
1529
1515
|
}
|
|
1530
1516
|
return t;
|
|
1531
1517
|
}
|
|
@@ -2944,13 +2930,13 @@ var ce = {
|
|
|
2944
2930
|
"h"
|
|
2945
2931
|
]
|
|
2946
2932
|
};
|
|
2947
|
-
function
|
|
2933
|
+
function En(e, t) {
|
|
2948
2934
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2949
2935
|
var i = e.charAt(n);
|
|
2950
2936
|
if (i === "j") {
|
|
2951
2937
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2952
2938
|
o++, n++;
|
|
2953
|
-
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u =
|
|
2939
|
+
var s = 1 + (o & 1), a = o < 2 ? 1 : 3 + (o >> 1), l = "a", u = _n(t);
|
|
2954
2940
|
for ((u == "H" || u == "k") && (a = 0); a-- > 0; )
|
|
2955
2941
|
r += l;
|
|
2956
2942
|
for (; s-- > 0; )
|
|
@@ -2960,7 +2946,7 @@ function Cn(e, t) {
|
|
|
2960
2946
|
}
|
|
2961
2947
|
return r;
|
|
2962
2948
|
}
|
|
2963
|
-
function
|
|
2949
|
+
function _n(e) {
|
|
2964
2950
|
var t = e.hourCycle;
|
|
2965
2951
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2966
2952
|
e.hourCycles && // @ts-ignore
|
|
@@ -2982,20 +2968,20 @@ function An(e) {
|
|
|
2982
2968
|
var i = ce[n || ""] || ce[r || ""] || ce["".concat(r, "-001")] || ce["001"];
|
|
2983
2969
|
return i[0];
|
|
2984
2970
|
}
|
|
2985
|
-
var
|
|
2986
|
-
function
|
|
2971
|
+
var He, Cn = new RegExp("^".concat(kt.source, "*")), An = new RegExp("".concat(kt.source, "*$"));
|
|
2972
|
+
function g(e, t) {
|
|
2987
2973
|
return { start: e, end: t };
|
|
2988
2974
|
}
|
|
2989
|
-
var
|
|
2975
|
+
var wn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Sn = !!String.fromCodePoint, Tn = !!Object.fromEntries, Hn = !!String.prototype.codePointAt, Bn = !!String.prototype.trimStart, Mn = !!String.prototype.trimEnd, Pn = !!Number.isSafeInteger, On = Pn ? Number.isSafeInteger : function(e) {
|
|
2990
2976
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2991
|
-
},
|
|
2977
|
+
}, Fe = !0;
|
|
2992
2978
|
try {
|
|
2993
|
-
var
|
|
2994
|
-
|
|
2979
|
+
var Nn = Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2980
|
+
Fe = ((He = Nn.exec("a")) === null || He === void 0 ? void 0 : He[0]) === "a";
|
|
2995
2981
|
} catch {
|
|
2996
|
-
|
|
2982
|
+
Fe = !1;
|
|
2997
2983
|
}
|
|
2998
|
-
var
|
|
2984
|
+
var ft = wn ? (
|
|
2999
2985
|
// Native
|
|
3000
2986
|
function(t, r, n) {
|
|
3001
2987
|
return t.startsWith(r, n);
|
|
@@ -3005,7 +2991,7 @@ var dt = Tn ? (
|
|
|
3005
2991
|
function(t, r, n) {
|
|
3006
2992
|
return t.slice(n, n + r.length) === r;
|
|
3007
2993
|
}
|
|
3008
|
-
),
|
|
2994
|
+
), Ge = Sn ? String.fromCodePoint : (
|
|
3009
2995
|
// IE11
|
|
3010
2996
|
function() {
|
|
3011
2997
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -3017,9 +3003,9 @@ var dt = Tn ? (
|
|
|
3017
3003
|
}
|
|
3018
3004
|
return n;
|
|
3019
3005
|
}
|
|
3020
|
-
),
|
|
3006
|
+
), dt = (
|
|
3021
3007
|
// native
|
|
3022
|
-
|
|
3008
|
+
Tn ? Object.fromEntries : (
|
|
3023
3009
|
// Ponyfill
|
|
3024
3010
|
function(t) {
|
|
3025
3011
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -3029,7 +3015,7 @@ var dt = Tn ? (
|
|
|
3029
3015
|
return r;
|
|
3030
3016
|
}
|
|
3031
3017
|
)
|
|
3032
|
-
),
|
|
3018
|
+
), Xt = Hn ? (
|
|
3033
3019
|
// Native
|
|
3034
3020
|
function(t, r) {
|
|
3035
3021
|
return t.codePointAt(r);
|
|
@@ -3043,7 +3029,7 @@ var dt = Tn ? (
|
|
|
3043
3029
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
3044
3030
|
}
|
|
3045
3031
|
}
|
|
3046
|
-
),
|
|
3032
|
+
), In = Bn ? (
|
|
3047
3033
|
// Native
|
|
3048
3034
|
function(t) {
|
|
3049
3035
|
return t.trimStart();
|
|
@@ -3051,9 +3037,9 @@ var dt = Tn ? (
|
|
|
3051
3037
|
) : (
|
|
3052
3038
|
// Ponyfill
|
|
3053
3039
|
function(t) {
|
|
3054
|
-
return t.replace(
|
|
3040
|
+
return t.replace(Cn, "");
|
|
3055
3041
|
}
|
|
3056
|
-
),
|
|
3042
|
+
), Ln = Mn ? (
|
|
3057
3043
|
// Native
|
|
3058
3044
|
function(t) {
|
|
3059
3045
|
return t.trimEnd();
|
|
@@ -3061,32 +3047,32 @@ var dt = Tn ? (
|
|
|
3061
3047
|
) : (
|
|
3062
3048
|
// Ponyfill
|
|
3063
3049
|
function(t) {
|
|
3064
|
-
return t.replace(
|
|
3050
|
+
return t.replace(An, "");
|
|
3065
3051
|
}
|
|
3066
3052
|
);
|
|
3067
|
-
function
|
|
3053
|
+
function Zt(e, t) {
|
|
3068
3054
|
return new RegExp(e, t);
|
|
3069
3055
|
}
|
|
3070
|
-
var
|
|
3071
|
-
if (
|
|
3072
|
-
var
|
|
3073
|
-
|
|
3056
|
+
var je;
|
|
3057
|
+
if (Fe) {
|
|
3058
|
+
var pt = Zt("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3059
|
+
je = function(t, r) {
|
|
3074
3060
|
var n;
|
|
3075
|
-
|
|
3076
|
-
var i =
|
|
3061
|
+
pt.lastIndex = r;
|
|
3062
|
+
var i = pt.exec(t);
|
|
3077
3063
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
3078
3064
|
};
|
|
3079
3065
|
} else
|
|
3080
|
-
|
|
3066
|
+
je = function(t, r) {
|
|
3081
3067
|
for (var n = []; ; ) {
|
|
3082
|
-
var i =
|
|
3083
|
-
if (i === void 0 ||
|
|
3068
|
+
var i = Xt(t, r);
|
|
3069
|
+
if (i === void 0 || qt(i) || Un(i))
|
|
3084
3070
|
break;
|
|
3085
3071
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
3086
3072
|
}
|
|
3087
|
-
return
|
|
3073
|
+
return Ge.apply(void 0, n);
|
|
3088
3074
|
};
|
|
3089
|
-
var
|
|
3075
|
+
var $n = (
|
|
3090
3076
|
/** @class */
|
|
3091
3077
|
function() {
|
|
3092
3078
|
function e(t, r) {
|
|
@@ -3111,13 +3097,13 @@ var Dn = (
|
|
|
3111
3097
|
var a = this.clonePosition();
|
|
3112
3098
|
this.bump(), i.push({
|
|
3113
3099
|
type: C.pound,
|
|
3114
|
-
location:
|
|
3100
|
+
location: g(a, this.clonePosition())
|
|
3115
3101
|
});
|
|
3116
3102
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
3117
3103
|
if (n)
|
|
3118
3104
|
break;
|
|
3119
|
-
return this.error(b.UNMATCHED_CLOSING_TAG,
|
|
3120
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
3105
|
+
return this.error(b.UNMATCHED_CLOSING_TAG, g(this.clonePosition(), this.clonePosition()));
|
|
3106
|
+
} else if (o === 60 && !this.ignoreTag && ke(this.peek() || 0)) {
|
|
3121
3107
|
var s = this.parseTag(t, r);
|
|
3122
3108
|
if (s.err)
|
|
3123
3109
|
return s;
|
|
@@ -3140,7 +3126,7 @@ var Dn = (
|
|
|
3140
3126
|
val: {
|
|
3141
3127
|
type: C.literal,
|
|
3142
3128
|
value: "<".concat(i, "/>"),
|
|
3143
|
-
location:
|
|
3129
|
+
location: g(n, this.clonePosition())
|
|
3144
3130
|
},
|
|
3145
3131
|
err: null
|
|
3146
3132
|
};
|
|
@@ -3150,25 +3136,25 @@ var Dn = (
|
|
|
3150
3136
|
return o;
|
|
3151
3137
|
var s = o.val, a = this.clonePosition();
|
|
3152
3138
|
if (this.bumpIf("</")) {
|
|
3153
|
-
if (this.isEOF() || !
|
|
3154
|
-
return this.error(b.INVALID_TAG,
|
|
3139
|
+
if (this.isEOF() || !ke(this.char()))
|
|
3140
|
+
return this.error(b.INVALID_TAG, g(a, this.clonePosition()));
|
|
3155
3141
|
var l = this.clonePosition(), u = this.parseTagName();
|
|
3156
|
-
return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG,
|
|
3142
|
+
return i !== u ? this.error(b.UNMATCHED_CLOSING_TAG, g(l, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
3157
3143
|
val: {
|
|
3158
3144
|
type: C.tag,
|
|
3159
3145
|
value: i,
|
|
3160
3146
|
children: s,
|
|
3161
|
-
location:
|
|
3147
|
+
location: g(n, this.clonePosition())
|
|
3162
3148
|
},
|
|
3163
3149
|
err: null
|
|
3164
|
-
} : this.error(b.INVALID_TAG,
|
|
3150
|
+
} : this.error(b.INVALID_TAG, g(a, this.clonePosition())));
|
|
3165
3151
|
} else
|
|
3166
|
-
return this.error(b.UNCLOSED_TAG,
|
|
3152
|
+
return this.error(b.UNCLOSED_TAG, g(n, this.clonePosition()));
|
|
3167
3153
|
} else
|
|
3168
|
-
return this.error(b.INVALID_TAG,
|
|
3154
|
+
return this.error(b.INVALID_TAG, g(n, this.clonePosition()));
|
|
3169
3155
|
}, e.prototype.parseTagName = function() {
|
|
3170
3156
|
var t = this.offset();
|
|
3171
|
-
for (this.bump(); !this.isEOF() &&
|
|
3157
|
+
for (this.bump(); !this.isEOF() && Dn(this.char()); )
|
|
3172
3158
|
this.bump();
|
|
3173
3159
|
return this.message.slice(t, this.offset());
|
|
3174
3160
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -3190,14 +3176,14 @@ var Dn = (
|
|
|
3190
3176
|
}
|
|
3191
3177
|
break;
|
|
3192
3178
|
}
|
|
3193
|
-
var l =
|
|
3179
|
+
var l = g(n, this.clonePosition());
|
|
3194
3180
|
return {
|
|
3195
3181
|
val: { type: C.literal, value: i, location: l },
|
|
3196
3182
|
err: null
|
|
3197
3183
|
};
|
|
3198
3184
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
3199
3185
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
3200
|
-
!
|
|
3186
|
+
!Rn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
3201
3187
|
}, e.prototype.tryParseQuote = function(t) {
|
|
3202
3188
|
if (this.isEOF() || this.char() !== 39)
|
|
3203
3189
|
return null;
|
|
@@ -3231,23 +3217,23 @@ var Dn = (
|
|
|
3231
3217
|
r.push(n);
|
|
3232
3218
|
this.bump();
|
|
3233
3219
|
}
|
|
3234
|
-
return
|
|
3220
|
+
return Ge.apply(void 0, r);
|
|
3235
3221
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
3236
3222
|
if (this.isEOF())
|
|
3237
3223
|
return null;
|
|
3238
3224
|
var n = this.char();
|
|
3239
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
3225
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Ge(n));
|
|
3240
3226
|
}, e.prototype.parseArgument = function(t, r) {
|
|
3241
3227
|
var n = this.clonePosition();
|
|
3242
3228
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
3243
|
-
return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3229
|
+
return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(n, this.clonePosition()));
|
|
3244
3230
|
if (this.char() === 125)
|
|
3245
|
-
return this.bump(), this.error(b.EMPTY_ARGUMENT,
|
|
3231
|
+
return this.bump(), this.error(b.EMPTY_ARGUMENT, g(n, this.clonePosition()));
|
|
3246
3232
|
var i = this.parseIdentifierIfPossible().value;
|
|
3247
3233
|
if (!i)
|
|
3248
|
-
return this.error(b.MALFORMED_ARGUMENT,
|
|
3234
|
+
return this.error(b.MALFORMED_ARGUMENT, g(n, this.clonePosition()));
|
|
3249
3235
|
if (this.bumpSpace(), this.isEOF())
|
|
3250
|
-
return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3236
|
+
return this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(n, this.clonePosition()));
|
|
3251
3237
|
switch (this.char()) {
|
|
3252
3238
|
case 125:
|
|
3253
3239
|
return this.bump(), {
|
|
@@ -3255,25 +3241,25 @@ var Dn = (
|
|
|
3255
3241
|
type: C.argument,
|
|
3256
3242
|
// value does not include the opening and closing braces.
|
|
3257
3243
|
value: i,
|
|
3258
|
-
location:
|
|
3244
|
+
location: g(n, this.clonePosition())
|
|
3259
3245
|
},
|
|
3260
3246
|
err: null
|
|
3261
3247
|
};
|
|
3262
3248
|
case 44:
|
|
3263
|
-
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3249
|
+
return this.bump(), this.bumpSpace(), this.isEOF() ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(n, this.clonePosition())) : this.parseArgumentOptions(t, r, i, n);
|
|
3264
3250
|
default:
|
|
3265
|
-
return this.error(b.MALFORMED_ARGUMENT,
|
|
3251
|
+
return this.error(b.MALFORMED_ARGUMENT, g(n, this.clonePosition()));
|
|
3266
3252
|
}
|
|
3267
3253
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
3268
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
3254
|
+
var t = this.clonePosition(), r = this.offset(), n = je(this.message, r), i = r + n.length;
|
|
3269
3255
|
this.bumpTo(i);
|
|
3270
|
-
var o = this.clonePosition(), s =
|
|
3256
|
+
var o = this.clonePosition(), s = g(t, o);
|
|
3271
3257
|
return { value: n, location: s };
|
|
3272
3258
|
}, e.prototype.parseArgumentOptions = function(t, r, n, i) {
|
|
3273
3259
|
var o, s = this.clonePosition(), a = this.parseIdentifierIfPossible().value, l = this.clonePosition();
|
|
3274
3260
|
switch (a) {
|
|
3275
3261
|
case "":
|
|
3276
|
-
return this.error(b.EXPECT_ARGUMENT_TYPE,
|
|
3262
|
+
return this.error(b.EXPECT_ARGUMENT_TYPE, g(s, l));
|
|
3277
3263
|
case "number":
|
|
3278
3264
|
case "date":
|
|
3279
3265
|
case "time": {
|
|
@@ -3284,37 +3270,37 @@ var Dn = (
|
|
|
3284
3270
|
var c = this.clonePosition(), f = this.parseSimpleArgStyleIfPossible();
|
|
3285
3271
|
if (f.err)
|
|
3286
3272
|
return f;
|
|
3287
|
-
var h =
|
|
3273
|
+
var h = Ln(f.val);
|
|
3288
3274
|
if (h.length === 0)
|
|
3289
|
-
return this.error(b.EXPECT_ARGUMENT_STYLE,
|
|
3290
|
-
var
|
|
3291
|
-
u = { style: h, styleLocation:
|
|
3275
|
+
return this.error(b.EXPECT_ARGUMENT_STYLE, g(this.clonePosition(), this.clonePosition()));
|
|
3276
|
+
var d = g(c, this.clonePosition());
|
|
3277
|
+
u = { style: h, styleLocation: d };
|
|
3292
3278
|
}
|
|
3293
3279
|
var m = this.tryParseArgumentClose(i);
|
|
3294
3280
|
if (m.err)
|
|
3295
3281
|
return m;
|
|
3296
|
-
var
|
|
3297
|
-
if (u &&
|
|
3298
|
-
var A =
|
|
3282
|
+
var p = g(i, this.clonePosition());
|
|
3283
|
+
if (u && ft(u?.style, "::", 0)) {
|
|
3284
|
+
var A = In(u.style.slice(2));
|
|
3299
3285
|
if (a === "number") {
|
|
3300
3286
|
var f = this.parseNumberSkeletonFromString(A, u.styleLocation);
|
|
3301
3287
|
return f.err ? f : {
|
|
3302
|
-
val: { type: C.number, value: n, location:
|
|
3288
|
+
val: { type: C.number, value: n, location: p, style: f.val },
|
|
3303
3289
|
err: null
|
|
3304
3290
|
};
|
|
3305
3291
|
} else {
|
|
3306
3292
|
if (A.length === 0)
|
|
3307
|
-
return this.error(b.EXPECT_DATE_TIME_SKELETON,
|
|
3293
|
+
return this.error(b.EXPECT_DATE_TIME_SKELETON, p);
|
|
3308
3294
|
var M = A;
|
|
3309
|
-
this.locale && (M =
|
|
3295
|
+
this.locale && (M = En(A, this.locale));
|
|
3310
3296
|
var h = {
|
|
3311
3297
|
type: q.dateTime,
|
|
3312
3298
|
pattern: M,
|
|
3313
3299
|
location: u.styleLocation,
|
|
3314
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3300
|
+
parsedOptions: this.shouldParseSkeletons ? pn(M) : {}
|
|
3315
3301
|
}, T = a === "date" ? C.date : C.time;
|
|
3316
3302
|
return {
|
|
3317
|
-
val: { type: T, value: n, location:
|
|
3303
|
+
val: { type: T, value: n, location: p, style: h },
|
|
3318
3304
|
err: null
|
|
3319
3305
|
};
|
|
3320
3306
|
}
|
|
@@ -3323,7 +3309,7 @@ var Dn = (
|
|
|
3323
3309
|
val: {
|
|
3324
3310
|
type: a === "number" ? C.number : a === "date" ? C.date : C.time,
|
|
3325
3311
|
value: n,
|
|
3326
|
-
location:
|
|
3312
|
+
location: p,
|
|
3327
3313
|
style: (o = u?.style) !== null && o !== void 0 ? o : null
|
|
3328
3314
|
},
|
|
3329
3315
|
err: null
|
|
@@ -3334,12 +3320,12 @@ var Dn = (
|
|
|
3334
3320
|
case "select": {
|
|
3335
3321
|
var x = this.clonePosition();
|
|
3336
3322
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
3337
|
-
return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS,
|
|
3323
|
+
return this.error(b.EXPECT_SELECT_ARGUMENT_OPTIONS, g(x, v({}, x)));
|
|
3338
3324
|
this.bumpSpace();
|
|
3339
3325
|
var w = this.parseIdentifierIfPossible(), S = 0;
|
|
3340
3326
|
if (a !== "select" && w.value === "offset") {
|
|
3341
3327
|
if (!this.bumpIf(":"))
|
|
3342
|
-
return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE,
|
|
3328
|
+
return this.error(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, g(this.clonePosition(), this.clonePosition()));
|
|
3343
3329
|
this.bumpSpace();
|
|
3344
3330
|
var f = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
3345
3331
|
if (f.err)
|
|
@@ -3352,12 +3338,12 @@ var Dn = (
|
|
|
3352
3338
|
var m = this.tryParseArgumentClose(i);
|
|
3353
3339
|
if (m.err)
|
|
3354
3340
|
return m;
|
|
3355
|
-
var _ =
|
|
3341
|
+
var _ = g(i, this.clonePosition());
|
|
3356
3342
|
return a === "select" ? {
|
|
3357
3343
|
val: {
|
|
3358
3344
|
type: C.select,
|
|
3359
3345
|
value: n,
|
|
3360
|
-
options:
|
|
3346
|
+
options: dt(P.val),
|
|
3361
3347
|
location: _
|
|
3362
3348
|
},
|
|
3363
3349
|
err: null
|
|
@@ -3365,7 +3351,7 @@ var Dn = (
|
|
|
3365
3351
|
val: {
|
|
3366
3352
|
type: C.plural,
|
|
3367
3353
|
value: n,
|
|
3368
|
-
options:
|
|
3354
|
+
options: dt(P.val),
|
|
3369
3355
|
offset: S,
|
|
3370
3356
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
3371
3357
|
location: _
|
|
@@ -3374,10 +3360,10 @@ var Dn = (
|
|
|
3374
3360
|
};
|
|
3375
3361
|
}
|
|
3376
3362
|
default:
|
|
3377
|
-
return this.error(b.INVALID_ARGUMENT_TYPE,
|
|
3363
|
+
return this.error(b.INVALID_ARGUMENT_TYPE, g(s, l));
|
|
3378
3364
|
}
|
|
3379
3365
|
}, e.prototype.tryParseArgumentClose = function(t) {
|
|
3380
|
-
return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE,
|
|
3366
|
+
return this.isEOF() || this.char() !== 125 ? this.error(b.EXPECT_ARGUMENT_CLOSING_BRACE, g(t, this.clonePosition())) : (this.bump(), { val: !0, err: null });
|
|
3381
3367
|
}, e.prototype.parseSimpleArgStyleIfPossible = function() {
|
|
3382
3368
|
for (var t = 0, r = this.clonePosition(); !this.isEOF(); ) {
|
|
3383
3369
|
var n = this.char();
|
|
@@ -3386,7 +3372,7 @@ var Dn = (
|
|
|
3386
3372
|
this.bump();
|
|
3387
3373
|
var i = this.clonePosition();
|
|
3388
3374
|
if (!this.bumpUntil("'"))
|
|
3389
|
-
return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE,
|
|
3375
|
+
return this.error(b.UNCLOSED_QUOTE_IN_ARGUMENT_STYLE, g(i, this.clonePosition()));
|
|
3390
3376
|
this.bump();
|
|
3391
3377
|
break;
|
|
3392
3378
|
}
|
|
@@ -3416,7 +3402,7 @@ var Dn = (
|
|
|
3416
3402
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
3417
3403
|
var n = [];
|
|
3418
3404
|
try {
|
|
3419
|
-
n =
|
|
3405
|
+
n = bn(t);
|
|
3420
3406
|
} catch {
|
|
3421
3407
|
return this.error(b.INVALID_NUMBER_SKELETON, r);
|
|
3422
3408
|
}
|
|
@@ -3425,7 +3411,7 @@ var Dn = (
|
|
|
3425
3411
|
type: q.number,
|
|
3426
3412
|
tokens: n,
|
|
3427
3413
|
location: r,
|
|
3428
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
3414
|
+
parsedOptions: this.shouldParseSkeletons ? xn(n) : {}
|
|
3429
3415
|
},
|
|
3430
3416
|
err: null
|
|
3431
3417
|
};
|
|
@@ -3437,31 +3423,31 @@ var Dn = (
|
|
|
3437
3423
|
var h = this.tryParseDecimalInteger(b.EXPECT_PLURAL_ARGUMENT_SELECTOR, b.INVALID_PLURAL_ARGUMENT_SELECTOR);
|
|
3438
3424
|
if (h.err)
|
|
3439
3425
|
return h;
|
|
3440
|
-
c =
|
|
3426
|
+
c = g(f, this.clonePosition()), u = this.message.slice(f.offset, this.offset());
|
|
3441
3427
|
} else
|
|
3442
3428
|
break;
|
|
3443
3429
|
}
|
|
3444
3430
|
if (l.has(u))
|
|
3445
3431
|
return this.error(r === "select" ? b.DUPLICATE_SELECT_ARGUMENT_SELECTOR : b.DUPLICATE_PLURAL_ARGUMENT_SELECTOR, c);
|
|
3446
3432
|
u === "other" && (s = !0), this.bumpSpace();
|
|
3447
|
-
var
|
|
3433
|
+
var d = this.clonePosition();
|
|
3448
3434
|
if (!this.bumpIf("{"))
|
|
3449
|
-
return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT,
|
|
3435
|
+
return this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : b.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, g(this.clonePosition(), this.clonePosition()));
|
|
3450
3436
|
var m = this.parseMessage(t + 1, r, n);
|
|
3451
3437
|
if (m.err)
|
|
3452
3438
|
return m;
|
|
3453
|
-
var
|
|
3454
|
-
if (
|
|
3455
|
-
return
|
|
3439
|
+
var p = this.tryParseArgumentClose(d);
|
|
3440
|
+
if (p.err)
|
|
3441
|
+
return p;
|
|
3456
3442
|
a.push([
|
|
3457
3443
|
u,
|
|
3458
3444
|
{
|
|
3459
3445
|
value: m.val,
|
|
3460
|
-
location:
|
|
3446
|
+
location: g(d, this.clonePosition())
|
|
3461
3447
|
}
|
|
3462
3448
|
]), l.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, c = o.location;
|
|
3463
3449
|
}
|
|
3464
|
-
return a.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR,
|
|
3450
|
+
return a.length === 0 ? this.error(r === "select" ? b.EXPECT_SELECT_ARGUMENT_SELECTOR : b.EXPECT_PLURAL_ARGUMENT_SELECTOR, g(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !s ? this.error(b.MISSING_OTHER_CLAUSE, g(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
3465
3451
|
}, e.prototype.tryParseDecimalInteger = function(t, r) {
|
|
3466
3452
|
var n = 1, i = this.clonePosition();
|
|
3467
3453
|
this.bumpIf("+") || this.bumpIf("-") && (n = -1);
|
|
@@ -3472,8 +3458,8 @@ var Dn = (
|
|
|
3472
3458
|
else
|
|
3473
3459
|
break;
|
|
3474
3460
|
}
|
|
3475
|
-
var l =
|
|
3476
|
-
return o ? (s *= n,
|
|
3461
|
+
var l = g(i, this.clonePosition());
|
|
3462
|
+
return o ? (s *= n, On(s) ? { val: s, err: null } : this.error(r, l)) : this.error(t, l);
|
|
3477
3463
|
}, e.prototype.offset = function() {
|
|
3478
3464
|
return this.position.offset;
|
|
3479
3465
|
}, e.prototype.isEOF = function() {
|
|
@@ -3488,7 +3474,7 @@ var Dn = (
|
|
|
3488
3474
|
var t = this.position.offset;
|
|
3489
3475
|
if (t >= this.message.length)
|
|
3490
3476
|
throw Error("out of bound");
|
|
3491
|
-
var r =
|
|
3477
|
+
var r = Xt(this.message, t);
|
|
3492
3478
|
if (r === void 0)
|
|
3493
3479
|
throw Error("Offset ".concat(t, " is at invalid UTF-16 code unit boundary"));
|
|
3494
3480
|
return r;
|
|
@@ -3507,7 +3493,7 @@ var Dn = (
|
|
|
3507
3493
|
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);
|
|
3508
3494
|
}
|
|
3509
3495
|
}, e.prototype.bumpIf = function(t) {
|
|
3510
|
-
if (
|
|
3496
|
+
if (ft(this.message, t, this.offset())) {
|
|
3511
3497
|
for (var r = 0; r < t.length; r++)
|
|
3512
3498
|
this.bump();
|
|
3513
3499
|
return !0;
|
|
@@ -3529,7 +3515,7 @@ var Dn = (
|
|
|
3529
3515
|
break;
|
|
3530
3516
|
}
|
|
3531
3517
|
}, e.prototype.bumpSpace = function() {
|
|
3532
|
-
for (; !this.isEOF() &&
|
|
3518
|
+
for (; !this.isEOF() && qt(this.char()); )
|
|
3533
3519
|
this.bump();
|
|
3534
3520
|
}, e.prototype.peek = function() {
|
|
3535
3521
|
if (this.isEOF())
|
|
@@ -3539,38 +3525,38 @@ var Dn = (
|
|
|
3539
3525
|
}, e;
|
|
3540
3526
|
}()
|
|
3541
3527
|
);
|
|
3542
|
-
function
|
|
3528
|
+
function ke(e) {
|
|
3543
3529
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3544
3530
|
}
|
|
3545
|
-
function
|
|
3546
|
-
return
|
|
3531
|
+
function Rn(e) {
|
|
3532
|
+
return ke(e) || e === 47;
|
|
3547
3533
|
}
|
|
3548
|
-
function
|
|
3534
|
+
function Dn(e) {
|
|
3549
3535
|
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;
|
|
3550
3536
|
}
|
|
3551
|
-
function
|
|
3537
|
+
function qt(e) {
|
|
3552
3538
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3553
3539
|
}
|
|
3554
|
-
function
|
|
3540
|
+
function Un(e) {
|
|
3555
3541
|
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;
|
|
3556
3542
|
}
|
|
3557
|
-
function
|
|
3543
|
+
function ze(e) {
|
|
3558
3544
|
e.forEach(function(t) {
|
|
3559
|
-
if (delete t.location,
|
|
3545
|
+
if (delete t.location, Ut(t) || Ft(t))
|
|
3560
3546
|
for (var r in t.options)
|
|
3561
|
-
delete t.options[r].location,
|
|
3547
|
+
delete t.options[r].location, ze(t.options[r].value);
|
|
3562
3548
|
else
|
|
3563
|
-
|
|
3549
|
+
$t(t) && jt(t.style) || (Rt(t) || Dt(t)) && Ue(t.style) ? delete t.style.location : Gt(t) && ze(t.children);
|
|
3564
3550
|
});
|
|
3565
3551
|
}
|
|
3566
|
-
function
|
|
3567
|
-
t === void 0 && (t = {}), t =
|
|
3568
|
-
var r = new
|
|
3552
|
+
function Fn(e, t) {
|
|
3553
|
+
t === void 0 && (t = {}), t = v({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3554
|
+
var r = new $n(e, t).parse();
|
|
3569
3555
|
if (r.err) {
|
|
3570
3556
|
var n = SyntaxError(b[r.err.kind]);
|
|
3571
3557
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3572
3558
|
}
|
|
3573
|
-
return t?.captureLocation ||
|
|
3559
|
+
return t?.captureLocation || ze(r.val), r.val;
|
|
3574
3560
|
}
|
|
3575
3561
|
var Q;
|
|
3576
3562
|
(function(e) {
|
|
@@ -3579,7 +3565,7 @@ var Q;
|
|
|
3579
3565
|
var Ee = (
|
|
3580
3566
|
/** @class */
|
|
3581
3567
|
function(e) {
|
|
3582
|
-
|
|
3568
|
+
I(t, e);
|
|
3583
3569
|
function t(r, n, i) {
|
|
3584
3570
|
var o = e.call(this, r) || this;
|
|
3585
3571
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3588,28 +3574,28 @@ var Ee = (
|
|
|
3588
3574
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3589
3575
|
}, t;
|
|
3590
3576
|
}(Error)
|
|
3591
|
-
),
|
|
3577
|
+
), mt = (
|
|
3592
3578
|
/** @class */
|
|
3593
3579
|
function(e) {
|
|
3594
|
-
|
|
3580
|
+
I(t, e);
|
|
3595
3581
|
function t(r, n, i, o) {
|
|
3596
3582
|
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), Q.INVALID_VALUE, o) || this;
|
|
3597
3583
|
}
|
|
3598
3584
|
return t;
|
|
3599
3585
|
}(Ee)
|
|
3600
|
-
),
|
|
3586
|
+
), Gn = (
|
|
3601
3587
|
/** @class */
|
|
3602
3588
|
function(e) {
|
|
3603
|
-
|
|
3589
|
+
I(t, e);
|
|
3604
3590
|
function t(r, n, i) {
|
|
3605
3591
|
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), Q.INVALID_VALUE, i) || this;
|
|
3606
3592
|
}
|
|
3607
3593
|
return t;
|
|
3608
3594
|
}(Ee)
|
|
3609
|
-
),
|
|
3595
|
+
), jn = (
|
|
3610
3596
|
/** @class */
|
|
3611
3597
|
function(e) {
|
|
3612
|
-
|
|
3598
|
+
I(t, e);
|
|
3613
3599
|
function t(r, n) {
|
|
3614
3600
|
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), Q.MISSING_VALUE, n) || this;
|
|
3615
3601
|
}
|
|
@@ -3619,17 +3605,17 @@ var Ee = (
|
|
|
3619
3605
|
(function(e) {
|
|
3620
3606
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3621
3607
|
})(B || (B = {}));
|
|
3622
|
-
function
|
|
3608
|
+
function kn(e) {
|
|
3623
3609
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3624
3610
|
var n = t[t.length - 1];
|
|
3625
3611
|
return !n || n.type !== B.literal || r.type !== B.literal ? t.push(r) : n.value += r.value, t;
|
|
3626
3612
|
}, []);
|
|
3627
3613
|
}
|
|
3628
|
-
function
|
|
3614
|
+
function zn(e) {
|
|
3629
3615
|
return typeof e == "function";
|
|
3630
3616
|
}
|
|
3631
|
-
function
|
|
3632
|
-
if (e.length === 1 &&
|
|
3617
|
+
function de(e, t, r, n, i, o, s) {
|
|
3618
|
+
if (e.length === 1 && ut(e[0]))
|
|
3633
3619
|
return [
|
|
3634
3620
|
{
|
|
3635
3621
|
type: B.literal,
|
|
@@ -3638,14 +3624,14 @@ function pe(e, t, r, n, i, o, s) {
|
|
|
3638
3624
|
];
|
|
3639
3625
|
for (var a = [], l = 0, u = e; l < u.length; l++) {
|
|
3640
3626
|
var c = u[l];
|
|
3641
|
-
if (
|
|
3627
|
+
if (ut(c)) {
|
|
3642
3628
|
a.push({
|
|
3643
3629
|
type: B.literal,
|
|
3644
3630
|
value: c.value
|
|
3645
3631
|
});
|
|
3646
3632
|
continue;
|
|
3647
3633
|
}
|
|
3648
|
-
if (
|
|
3634
|
+
if (fn(c)) {
|
|
3649
3635
|
typeof o == "number" && a.push({
|
|
3650
3636
|
type: B.literal,
|
|
3651
3637
|
value: r.getNumberFormat(t).format(o)
|
|
@@ -3654,44 +3640,44 @@ function pe(e, t, r, n, i, o, s) {
|
|
|
3654
3640
|
}
|
|
3655
3641
|
var f = c.value;
|
|
3656
3642
|
if (!(i && f in i))
|
|
3657
|
-
throw new
|
|
3643
|
+
throw new jn(f, s);
|
|
3658
3644
|
var h = i[f];
|
|
3659
|
-
if (
|
|
3645
|
+
if (hn(c)) {
|
|
3660
3646
|
(!h || typeof h == "string" || typeof h == "number") && (h = typeof h == "string" || typeof h == "number" ? String(h) : ""), a.push({
|
|
3661
3647
|
type: typeof h == "string" ? B.literal : B.object,
|
|
3662
3648
|
value: h
|
|
3663
3649
|
});
|
|
3664
3650
|
continue;
|
|
3665
3651
|
}
|
|
3666
|
-
if (
|
|
3667
|
-
var
|
|
3652
|
+
if (Rt(c)) {
|
|
3653
|
+
var d = typeof c.style == "string" ? n.date[c.style] : Ue(c.style) ? c.style.parsedOptions : void 0;
|
|
3668
3654
|
a.push({
|
|
3669
3655
|
type: B.literal,
|
|
3670
|
-
value: r.getDateTimeFormat(t,
|
|
3656
|
+
value: r.getDateTimeFormat(t, d).format(h)
|
|
3671
3657
|
});
|
|
3672
3658
|
continue;
|
|
3673
3659
|
}
|
|
3674
|
-
if (
|
|
3675
|
-
var
|
|
3660
|
+
if (Dt(c)) {
|
|
3661
|
+
var d = typeof c.style == "string" ? n.time[c.style] : Ue(c.style) ? c.style.parsedOptions : n.time.medium;
|
|
3676
3662
|
a.push({
|
|
3677
3663
|
type: B.literal,
|
|
3678
|
-
value: r.getDateTimeFormat(t,
|
|
3664
|
+
value: r.getDateTimeFormat(t, d).format(h)
|
|
3679
3665
|
});
|
|
3680
3666
|
continue;
|
|
3681
3667
|
}
|
|
3682
|
-
if (
|
|
3683
|
-
var
|
|
3684
|
-
|
|
3668
|
+
if ($t(c)) {
|
|
3669
|
+
var d = typeof c.style == "string" ? n.number[c.style] : jt(c.style) ? c.style.parsedOptions : void 0;
|
|
3670
|
+
d && d.scale && (h = h * (d.scale || 1)), a.push({
|
|
3685
3671
|
type: B.literal,
|
|
3686
|
-
value: r.getNumberFormat(t,
|
|
3672
|
+
value: r.getNumberFormat(t, d).format(h)
|
|
3687
3673
|
});
|
|
3688
3674
|
continue;
|
|
3689
3675
|
}
|
|
3690
|
-
if (
|
|
3691
|
-
var m = c.children,
|
|
3692
|
-
if (!
|
|
3693
|
-
throw new
|
|
3694
|
-
var M =
|
|
3676
|
+
if (Gt(c)) {
|
|
3677
|
+
var m = c.children, p = c.value, A = i[p];
|
|
3678
|
+
if (!zn(A))
|
|
3679
|
+
throw new Gn(p, "function", s);
|
|
3680
|
+
var M = de(m, t, r, n, i, o), T = A(M.map(function(S) {
|
|
3695
3681
|
return S.value;
|
|
3696
3682
|
}));
|
|
3697
3683
|
Array.isArray(T) || (T = [T]), a.push.apply(a, T.map(function(S) {
|
|
@@ -3701,14 +3687,14 @@ function pe(e, t, r, n, i, o, s) {
|
|
|
3701
3687
|
};
|
|
3702
3688
|
}));
|
|
3703
3689
|
}
|
|
3704
|
-
if (
|
|
3690
|
+
if (Ut(c)) {
|
|
3705
3691
|
var x = c.options[h] || c.options.other;
|
|
3706
3692
|
if (!x)
|
|
3707
|
-
throw new
|
|
3708
|
-
a.push.apply(a,
|
|
3693
|
+
throw new mt(c.value, h, Object.keys(c.options), s);
|
|
3694
|
+
a.push.apply(a, de(x.value, t, r, n, i));
|
|
3709
3695
|
continue;
|
|
3710
3696
|
}
|
|
3711
|
-
if (
|
|
3697
|
+
if (Ft(c)) {
|
|
3712
3698
|
var x = c.options["=".concat(h)];
|
|
3713
3699
|
if (!x) {
|
|
3714
3700
|
if (!Intl.PluralRules)
|
|
@@ -3719,24 +3705,24 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3719
3705
|
x = c.options[w] || c.options.other;
|
|
3720
3706
|
}
|
|
3721
3707
|
if (!x)
|
|
3722
|
-
throw new
|
|
3723
|
-
a.push.apply(a,
|
|
3708
|
+
throw new mt(c.value, h, Object.keys(c.options), s);
|
|
3709
|
+
a.push.apply(a, de(x.value, t, r, n, i, h - (c.offset || 0)));
|
|
3724
3710
|
continue;
|
|
3725
3711
|
}
|
|
3726
3712
|
}
|
|
3727
|
-
return
|
|
3713
|
+
return kn(a);
|
|
3728
3714
|
}
|
|
3729
|
-
function
|
|
3730
|
-
return t ?
|
|
3731
|
-
return r[n] =
|
|
3715
|
+
function Wn(e, t) {
|
|
3716
|
+
return t ? v(v(v({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3717
|
+
return r[n] = v(v({}, e[n]), t[n] || {}), r;
|
|
3732
3718
|
}, {})) : e;
|
|
3733
3719
|
}
|
|
3734
|
-
function
|
|
3720
|
+
function Vn(e, t) {
|
|
3735
3721
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3736
|
-
return r[n] =
|
|
3737
|
-
},
|
|
3722
|
+
return r[n] = Wn(e[n], t[n]), r;
|
|
3723
|
+
}, v({}, e)) : e;
|
|
3738
3724
|
}
|
|
3739
|
-
function
|
|
3725
|
+
function Be(e) {
|
|
3740
3726
|
return {
|
|
3741
3727
|
create: function() {
|
|
3742
3728
|
return {
|
|
@@ -3750,39 +3736,39 @@ function Me(e) {
|
|
|
3750
3736
|
}
|
|
3751
3737
|
};
|
|
3752
3738
|
}
|
|
3753
|
-
function
|
|
3739
|
+
function Xn(e) {
|
|
3754
3740
|
return e === void 0 && (e = {
|
|
3755
3741
|
number: {},
|
|
3756
3742
|
dateTime: {},
|
|
3757
3743
|
pluralRules: {}
|
|
3758
3744
|
}), {
|
|
3759
|
-
getNumberFormat:
|
|
3745
|
+
getNumberFormat: Se(function() {
|
|
3760
3746
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3761
3747
|
r[n] = arguments[n];
|
|
3762
3748
|
return new ((t = Intl.NumberFormat).bind.apply(t, X([void 0], r, !1)))();
|
|
3763
3749
|
}, {
|
|
3764
|
-
cache:
|
|
3765
|
-
strategy:
|
|
3750
|
+
cache: Be(e.number),
|
|
3751
|
+
strategy: Te.variadic
|
|
3766
3752
|
}),
|
|
3767
|
-
getDateTimeFormat:
|
|
3753
|
+
getDateTimeFormat: Se(function() {
|
|
3768
3754
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3769
3755
|
r[n] = arguments[n];
|
|
3770
3756
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, X([void 0], r, !1)))();
|
|
3771
3757
|
}, {
|
|
3772
|
-
cache:
|
|
3773
|
-
strategy:
|
|
3758
|
+
cache: Be(e.dateTime),
|
|
3759
|
+
strategy: Te.variadic
|
|
3774
3760
|
}),
|
|
3775
|
-
getPluralRules:
|
|
3761
|
+
getPluralRules: Se(function() {
|
|
3776
3762
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3777
3763
|
r[n] = arguments[n];
|
|
3778
3764
|
return new ((t = Intl.PluralRules).bind.apply(t, X([void 0], r, !1)))();
|
|
3779
3765
|
}, {
|
|
3780
|
-
cache:
|
|
3781
|
-
strategy:
|
|
3766
|
+
cache: Be(e.pluralRules),
|
|
3767
|
+
strategy: Te.variadic
|
|
3782
3768
|
})
|
|
3783
3769
|
};
|
|
3784
3770
|
}
|
|
3785
|
-
var
|
|
3771
|
+
var Zn = (
|
|
3786
3772
|
/** @class */
|
|
3787
3773
|
function() {
|
|
3788
3774
|
function e(t, r, n, i) {
|
|
@@ -3801,7 +3787,7 @@ var Qn = (
|
|
|
3801
3787
|
}, []);
|
|
3802
3788
|
return c.length <= 1 ? c[0] || "" : c;
|
|
3803
3789
|
}, this.formatToParts = function(l) {
|
|
3804
|
-
return
|
|
3790
|
+
return de(o.ast, o.locales, o.formatters, o.formats, l, void 0, o.message);
|
|
3805
3791
|
}, this.resolvedOptions = function() {
|
|
3806
3792
|
var l;
|
|
3807
3793
|
return {
|
|
@@ -3814,13 +3800,13 @@ var Qn = (
|
|
|
3814
3800
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3815
3801
|
var s = i || {};
|
|
3816
3802
|
s.formatters;
|
|
3817
|
-
var a =
|
|
3818
|
-
this.ast = e.__parse(t,
|
|
3803
|
+
var a = wr(s, ["formatters"]);
|
|
3804
|
+
this.ast = e.__parse(t, v(v({}, a), { locale: this.resolvedLocale }));
|
|
3819
3805
|
} else
|
|
3820
3806
|
this.ast = t;
|
|
3821
3807
|
if (!Array.isArray(this.ast))
|
|
3822
3808
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3823
|
-
this.formats =
|
|
3809
|
+
this.formats = Vn(e.formats, n), this.formatters = i && i.formatters || Xn(this.formatterCache);
|
|
3824
3810
|
}
|
|
3825
3811
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3826
3812
|
get: function() {
|
|
@@ -3833,7 +3819,7 @@ var Qn = (
|
|
|
3833
3819
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3834
3820
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3835
3821
|
}
|
|
3836
|
-
}, e.__parse =
|
|
3822
|
+
}, e.__parse = Fn, e.formats = {
|
|
3837
3823
|
number: {
|
|
3838
3824
|
integer: {
|
|
3839
3825
|
maximumFractionDigits: 0
|
|
@@ -3894,7 +3880,7 @@ var Qn = (
|
|
|
3894
3880
|
}, e;
|
|
3895
3881
|
}()
|
|
3896
3882
|
);
|
|
3897
|
-
function
|
|
3883
|
+
function qn(e, t) {
|
|
3898
3884
|
if (t == null)
|
|
3899
3885
|
return;
|
|
3900
3886
|
if (t in e)
|
|
@@ -3915,92 +3901,92 @@ function Yn(e, t) {
|
|
|
3915
3901
|
n = void 0;
|
|
3916
3902
|
return n;
|
|
3917
3903
|
}
|
|
3918
|
-
const L = {},
|
|
3904
|
+
const L = {}, Qn = (e, t, r) => r && (t in L || (L[t] = {}), e in L[t] || (L[t][e] = r), r), Qt = (e, t) => {
|
|
3919
3905
|
if (t == null)
|
|
3920
3906
|
return;
|
|
3921
3907
|
if (t in L && e in L[t])
|
|
3922
3908
|
return L[t][e];
|
|
3923
3909
|
const r = _e(t);
|
|
3924
3910
|
for (let n = 0; n < r.length; n++) {
|
|
3925
|
-
const i = r[n], o =
|
|
3911
|
+
const i = r[n], o = Jn(i, e);
|
|
3926
3912
|
if (o)
|
|
3927
|
-
return
|
|
3913
|
+
return Qn(e, t, o);
|
|
3928
3914
|
}
|
|
3929
3915
|
};
|
|
3930
|
-
let
|
|
3916
|
+
let qe;
|
|
3931
3917
|
const ue = xe({});
|
|
3932
|
-
function
|
|
3933
|
-
return
|
|
3918
|
+
function Yn(e) {
|
|
3919
|
+
return qe[e] || null;
|
|
3934
3920
|
}
|
|
3935
|
-
function
|
|
3936
|
-
return e in
|
|
3921
|
+
function Yt(e) {
|
|
3922
|
+
return e in qe;
|
|
3937
3923
|
}
|
|
3938
|
-
function
|
|
3939
|
-
if (!
|
|
3924
|
+
function Jn(e, t) {
|
|
3925
|
+
if (!Yt(e))
|
|
3940
3926
|
return null;
|
|
3941
|
-
const r =
|
|
3942
|
-
return
|
|
3927
|
+
const r = Yn(e);
|
|
3928
|
+
return qn(r, t);
|
|
3943
3929
|
}
|
|
3944
|
-
function
|
|
3930
|
+
function Kn(e) {
|
|
3945
3931
|
if (e == null)
|
|
3946
3932
|
return;
|
|
3947
3933
|
const t = _e(e);
|
|
3948
3934
|
for (let r = 0; r < t.length; r++) {
|
|
3949
3935
|
const n = t[r];
|
|
3950
|
-
if (
|
|
3936
|
+
if (Yt(n))
|
|
3951
3937
|
return n;
|
|
3952
3938
|
}
|
|
3953
3939
|
}
|
|
3954
|
-
function
|
|
3955
|
-
delete L[e], ue.update((r) => (r[e] =
|
|
3940
|
+
function Jt(e, ...t) {
|
|
3941
|
+
delete L[e], ue.update((r) => (r[e] = rn.all([r[e] || {}, ...t]), r));
|
|
3956
3942
|
}
|
|
3957
3943
|
K(
|
|
3958
3944
|
[ue],
|
|
3959
3945
|
([e]) => Object.keys(e)
|
|
3960
3946
|
);
|
|
3961
|
-
ue.subscribe((e) =>
|
|
3962
|
-
const
|
|
3963
|
-
function
|
|
3964
|
-
|
|
3947
|
+
ue.subscribe((e) => qe = e);
|
|
3948
|
+
const pe = {};
|
|
3949
|
+
function ei(e, t) {
|
|
3950
|
+
pe[e].delete(t), pe[e].size === 0 && delete pe[e];
|
|
3965
3951
|
}
|
|
3966
|
-
function
|
|
3967
|
-
return
|
|
3952
|
+
function Kt(e) {
|
|
3953
|
+
return pe[e];
|
|
3968
3954
|
}
|
|
3969
|
-
function
|
|
3955
|
+
function ti(e) {
|
|
3970
3956
|
return _e(e).map((t) => {
|
|
3971
|
-
const r =
|
|
3957
|
+
const r = Kt(t);
|
|
3972
3958
|
return [t, r ? [...r] : []];
|
|
3973
3959
|
}).filter(([, t]) => t.length > 0);
|
|
3974
3960
|
}
|
|
3975
|
-
function
|
|
3961
|
+
function We(e) {
|
|
3976
3962
|
return e == null ? !1 : _e(e).some(
|
|
3977
3963
|
(t) => {
|
|
3978
3964
|
var r;
|
|
3979
|
-
return (r =
|
|
3965
|
+
return (r = Kt(t)) == null ? void 0 : r.size;
|
|
3980
3966
|
}
|
|
3981
3967
|
);
|
|
3982
3968
|
}
|
|
3983
|
-
function
|
|
3969
|
+
function ri(e, t) {
|
|
3984
3970
|
return Promise.all(
|
|
3985
|
-
t.map((n) => (
|
|
3986
|
-
).then((n) =>
|
|
3971
|
+
t.map((n) => (ei(e, n), n().then((i) => i.default || i)))
|
|
3972
|
+
).then((n) => Jt(e, ...n));
|
|
3987
3973
|
}
|
|
3988
3974
|
const re = {};
|
|
3989
|
-
function
|
|
3990
|
-
if (!
|
|
3975
|
+
function er(e) {
|
|
3976
|
+
if (!We(e))
|
|
3991
3977
|
return e in re ? re[e] : Promise.resolve();
|
|
3992
|
-
const t =
|
|
3978
|
+
const t = ti(e);
|
|
3993
3979
|
return re[e] = Promise.all(
|
|
3994
3980
|
t.map(
|
|
3995
|
-
([r, n]) =>
|
|
3981
|
+
([r, n]) => ri(r, n)
|
|
3996
3982
|
)
|
|
3997
3983
|
).then(() => {
|
|
3998
|
-
if (
|
|
3999
|
-
return
|
|
3984
|
+
if (We(e))
|
|
3985
|
+
return er(e);
|
|
4000
3986
|
delete re[e];
|
|
4001
3987
|
}), re[e];
|
|
4002
3988
|
}
|
|
4003
|
-
const
|
|
3989
|
+
const ni = {
|
|
4004
3990
|
number: {
|
|
4005
3991
|
scientific: { notation: "scientific" },
|
|
4006
3992
|
engineering: { notation: "engineering" },
|
|
@@ -4029,57 +4015,57 @@ const oi = {
|
|
|
4029
4015
|
timeZoneName: "short"
|
|
4030
4016
|
}
|
|
4031
4017
|
}
|
|
4032
|
-
},
|
|
4018
|
+
}, ii = {
|
|
4033
4019
|
fallbackLocale: null,
|
|
4034
4020
|
loadingDelay: 200,
|
|
4035
|
-
formats:
|
|
4021
|
+
formats: ni,
|
|
4036
4022
|
warnOnMissingMessages: !0,
|
|
4037
4023
|
handleMissingMessage: void 0,
|
|
4038
4024
|
ignoreTag: !0
|
|
4039
|
-
},
|
|
4025
|
+
}, oi = ii;
|
|
4040
4026
|
function Y() {
|
|
4041
|
-
return
|
|
4042
|
-
}
|
|
4043
|
-
const
|
|
4044
|
-
var
|
|
4045
|
-
for (var r in t
|
|
4046
|
-
|
|
4047
|
-
if (
|
|
4048
|
-
for (var r of
|
|
4049
|
-
|
|
4027
|
+
return oi;
|
|
4028
|
+
}
|
|
4029
|
+
const Me = xe(!1);
|
|
4030
|
+
var si = Object.defineProperty, ai = Object.defineProperties, ui = Object.getOwnPropertyDescriptors, bt = Object.getOwnPropertySymbols, li = Object.prototype.hasOwnProperty, ci = Object.prototype.propertyIsEnumerable, gt = (e, t, r) => t in e ? si(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, hi = (e, t) => {
|
|
4031
|
+
for (var r in t)
|
|
4032
|
+
li.call(t, r) && gt(e, r, t[r]);
|
|
4033
|
+
if (bt)
|
|
4034
|
+
for (var r of bt(t))
|
|
4035
|
+
ci.call(t, r) && gt(e, r, t[r]);
|
|
4050
4036
|
return e;
|
|
4051
|
-
},
|
|
4052
|
-
let
|
|
4037
|
+
}, fi = (e, t) => ai(e, ui(t));
|
|
4038
|
+
let Ve;
|
|
4053
4039
|
const be = xe(null);
|
|
4054
|
-
function
|
|
4040
|
+
function yt(e) {
|
|
4055
4041
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
4056
4042
|
}
|
|
4057
4043
|
function _e(e, t = Y().fallbackLocale) {
|
|
4058
|
-
const r =
|
|
4059
|
-
return t ? [.../* @__PURE__ */ new Set([...r, ...
|
|
4044
|
+
const r = yt(e);
|
|
4045
|
+
return t ? [.../* @__PURE__ */ new Set([...r, ...yt(t)])] : r;
|
|
4060
4046
|
}
|
|
4061
4047
|
function U() {
|
|
4062
|
-
return
|
|
4048
|
+
return Ve ?? void 0;
|
|
4063
4049
|
}
|
|
4064
4050
|
be.subscribe((e) => {
|
|
4065
|
-
|
|
4051
|
+
Ve = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
4066
4052
|
});
|
|
4067
|
-
const
|
|
4068
|
-
if (e &&
|
|
4053
|
+
const di = (e) => {
|
|
4054
|
+
if (e && Kn(e) && We(e)) {
|
|
4069
4055
|
const { loadingDelay: t } = Y();
|
|
4070
4056
|
let r;
|
|
4071
4057
|
return typeof window < "u" && U() != null && t ? r = window.setTimeout(
|
|
4072
|
-
() =>
|
|
4058
|
+
() => Me.set(!0),
|
|
4073
4059
|
t
|
|
4074
|
-
) :
|
|
4060
|
+
) : Me.set(!0), er(e).then(() => {
|
|
4075
4061
|
be.set(e);
|
|
4076
4062
|
}).finally(() => {
|
|
4077
|
-
clearTimeout(r),
|
|
4063
|
+
clearTimeout(r), Me.set(!1);
|
|
4078
4064
|
});
|
|
4079
4065
|
}
|
|
4080
4066
|
return be.set(e);
|
|
4081
|
-
}, ee =
|
|
4082
|
-
set:
|
|
4067
|
+
}, ee = fi(hi({}, be), {
|
|
4068
|
+
set: di
|
|
4083
4069
|
}), Ce = (e) => {
|
|
4084
4070
|
const t = /* @__PURE__ */ Object.create(null);
|
|
4085
4071
|
return (n) => {
|
|
@@ -4087,20 +4073,20 @@ const mi = (e) => {
|
|
|
4087
4073
|
return i in t ? t[i] : t[i] = e(n);
|
|
4088
4074
|
};
|
|
4089
4075
|
};
|
|
4090
|
-
var
|
|
4076
|
+
var pi = Object.defineProperty, ge = Object.getOwnPropertySymbols, tr = Object.prototype.hasOwnProperty, rr = Object.prototype.propertyIsEnumerable, vt = (e, t, r) => t in e ? pi(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qe = (e, t) => {
|
|
4091
4077
|
for (var r in t || (t = {}))
|
|
4092
|
-
|
|
4093
|
-
if (
|
|
4094
|
-
for (var r of
|
|
4095
|
-
|
|
4078
|
+
tr.call(t, r) && vt(e, r, t[r]);
|
|
4079
|
+
if (ge)
|
|
4080
|
+
for (var r of ge(t))
|
|
4081
|
+
rr.call(t, r) && vt(e, r, t[r]);
|
|
4096
4082
|
return e;
|
|
4097
4083
|
}, te = (e, t) => {
|
|
4098
4084
|
var r = {};
|
|
4099
4085
|
for (var n in e)
|
|
4100
|
-
|
|
4101
|
-
if (e != null &&
|
|
4102
|
-
for (var n of
|
|
4103
|
-
t.indexOf(n) < 0 &&
|
|
4086
|
+
tr.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
4087
|
+
if (e != null && ge)
|
|
4088
|
+
for (var n of ge(e))
|
|
4089
|
+
t.indexOf(n) < 0 && rr.call(e, n) && (r[n] = e[n]);
|
|
4104
4090
|
return r;
|
|
4105
4091
|
};
|
|
4106
4092
|
const se = (e, t) => {
|
|
@@ -4108,21 +4094,21 @@ const se = (e, t) => {
|
|
|
4108
4094
|
if (e in r && t in r[e])
|
|
4109
4095
|
return r[e][t];
|
|
4110
4096
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
4111
|
-
},
|
|
4097
|
+
}, mi = Ce(
|
|
4112
4098
|
(e) => {
|
|
4113
4099
|
var t = e, { locale: r, format: n } = t, i = te(t, ["locale", "format"]);
|
|
4114
4100
|
if (r == null)
|
|
4115
4101
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
4116
4102
|
return n && (i = se("number", n)), new Intl.NumberFormat(r, i);
|
|
4117
4103
|
}
|
|
4118
|
-
),
|
|
4104
|
+
), bi = Ce(
|
|
4119
4105
|
(e) => {
|
|
4120
4106
|
var t = e, { locale: r, format: n } = t, i = te(t, ["locale", "format"]);
|
|
4121
4107
|
if (r == null)
|
|
4122
4108
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
4123
4109
|
return n ? i = se("date", n) : Object.keys(i).length === 0 && (i = se("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
4124
4110
|
}
|
|
4125
|
-
),
|
|
4111
|
+
), gi = Ce(
|
|
4126
4112
|
(e) => {
|
|
4127
4113
|
var t = e, { locale: r, format: n } = t, i = te(t, ["locale", "format"]);
|
|
4128
4114
|
if (r == null)
|
|
@@ -4131,33 +4117,33 @@ const se = (e, t) => {
|
|
|
4131
4117
|
);
|
|
4132
4118
|
return n ? i = se("time", n) : Object.keys(i).length === 0 && (i = se("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
4133
4119
|
}
|
|
4134
|
-
),
|
|
4120
|
+
), yi = (e = {}) => {
|
|
4135
4121
|
var t = e, {
|
|
4136
4122
|
locale: r = U()
|
|
4137
4123
|
} = t, n = te(t, [
|
|
4138
4124
|
"locale"
|
|
4139
4125
|
]);
|
|
4140
|
-
return
|
|
4141
|
-
},
|
|
4126
|
+
return mi(Qe({ locale: r }, n));
|
|
4127
|
+
}, vi = (e = {}) => {
|
|
4142
4128
|
var t = e, {
|
|
4143
4129
|
locale: r = U()
|
|
4144
4130
|
} = t, n = te(t, [
|
|
4145
4131
|
"locale"
|
|
4146
4132
|
]);
|
|
4147
|
-
return
|
|
4148
|
-
},
|
|
4133
|
+
return bi(Qe({ locale: r }, n));
|
|
4134
|
+
}, xi = (e = {}) => {
|
|
4149
4135
|
var t = e, {
|
|
4150
4136
|
locale: r = U()
|
|
4151
4137
|
} = t, n = te(t, [
|
|
4152
4138
|
"locale"
|
|
4153
4139
|
]);
|
|
4154
|
-
return
|
|
4155
|
-
},
|
|
4140
|
+
return gi(Qe({ locale: r }, n));
|
|
4141
|
+
}, Ei = Ce(
|
|
4156
4142
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
4157
|
-
(e, t = U()) => new
|
|
4143
|
+
(e, t = U()) => new Zn(e, t, Y().formats, {
|
|
4158
4144
|
ignoreTag: Y().ignoreTag
|
|
4159
4145
|
})
|
|
4160
|
-
),
|
|
4146
|
+
), _i = (e, t = {}) => {
|
|
4161
4147
|
var r, n, i, o;
|
|
4162
4148
|
let s = t;
|
|
4163
4149
|
typeof e == "object" && (s = e, e = s.id);
|
|
@@ -4170,7 +4156,7 @@ const se = (e, t) => {
|
|
|
4170
4156
|
throw new Error(
|
|
4171
4157
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
4172
4158
|
);
|
|
4173
|
-
let c =
|
|
4159
|
+
let c = Qt(e, l);
|
|
4174
4160
|
if (!c)
|
|
4175
4161
|
c = (o = (i = (n = (r = Y()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: l, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
4176
4162
|
else if (typeof c != "string")
|
|
@@ -4181,7 +4167,7 @@ const se = (e, t) => {
|
|
|
4181
4167
|
return c;
|
|
4182
4168
|
let f = c;
|
|
4183
4169
|
try {
|
|
4184
|
-
f =
|
|
4170
|
+
f = Ei(c, l).format(a);
|
|
4185
4171
|
} catch (h) {
|
|
4186
4172
|
h instanceof Error && console.warn(
|
|
4187
4173
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -4189,20 +4175,20 @@ const se = (e, t) => {
|
|
|
4189
4175
|
);
|
|
4190
4176
|
}
|
|
4191
4177
|
return f;
|
|
4192
|
-
},
|
|
4178
|
+
}, Ci = (e, t) => xi(t).format(e), Ai = (e, t) => vi(t).format(e), wi = (e, t) => yi(t).format(e), Si = (e, t = U()) => Qt(e, t), Ti = K([ee, ue], () => _i);
|
|
4179
|
+
K([ee], () => Ci);
|
|
4180
|
+
K([ee], () => Ai);
|
|
4193
4181
|
K([ee], () => wi);
|
|
4194
|
-
K([ee], () => Si);
|
|
4195
|
-
|
|
4196
|
-
|
|
4197
|
-
|
|
4198
|
-
|
|
4199
|
-
|
|
4200
|
-
|
|
4201
|
-
}
|
|
4202
|
-
function Pi(e) {
|
|
4182
|
+
K([ee, ue], () => Si);
|
|
4183
|
+
window.emWidgets = { topic: Ur };
|
|
4184
|
+
const Hi = (e) => e.toLowerCase().match(/android/i) ? "Android" : e.toLowerCase().match(/iphone/i) ? "iPhone" : e.toLowerCase().match(/ipad|ipod/i) ? "iPad" : "PC";
|
|
4185
|
+
function xt(e, t) {
|
|
4186
|
+
Jt(e, t);
|
|
4187
|
+
}
|
|
4188
|
+
function Bi(e) {
|
|
4203
4189
|
ee.set(e);
|
|
4204
4190
|
}
|
|
4205
|
-
const
|
|
4191
|
+
const Et = {
|
|
4206
4192
|
en: {
|
|
4207
4193
|
titleAccountClosure: "Account Closure",
|
|
4208
4194
|
accountClosureDescription: "Account Closure provides a permanent access restriction to your account if you feel you need a break, or you just want to stop using our services.",
|
|
@@ -4292,13 +4278,13 @@ const Ct = {
|
|
|
4292
4278
|
accountClosureConfirm: "Yes"
|
|
4293
4279
|
}
|
|
4294
4280
|
};
|
|
4295
|
-
function
|
|
4281
|
+
function Mi(e, t) {
|
|
4296
4282
|
if (e) {
|
|
4297
4283
|
const r = document.createElement("style");
|
|
4298
4284
|
r.innerHTML = t, e.appendChild(r);
|
|
4299
4285
|
}
|
|
4300
4286
|
}
|
|
4301
|
-
function
|
|
4287
|
+
function Pi(e, t) {
|
|
4302
4288
|
const r = new URL(t);
|
|
4303
4289
|
fetch(r.href).then((n) => n.text()).then((n) => {
|
|
4304
4290
|
const i = document.createElement("style");
|
|
@@ -4307,7 +4293,7 @@ function Ii(e, t) {
|
|
|
4307
4293
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
4308
4294
|
});
|
|
4309
4295
|
}
|
|
4310
|
-
function
|
|
4296
|
+
function Oi(e, t, r) {
|
|
4311
4297
|
if (window.emMessageBus) {
|
|
4312
4298
|
const n = document.createElement("style");
|
|
4313
4299
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -4315,54 +4301,54 @@ function Ni(e, t, r) {
|
|
|
4315
4301
|
});
|
|
4316
4302
|
}
|
|
4317
4303
|
}
|
|
4318
|
-
function
|
|
4319
|
-
|
|
4304
|
+
function Ni(e) {
|
|
4305
|
+
or(e, "svelte-115r8ym", '.AccountClosureWrapper{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));background-color:var(--emw--pam-color-bg, var(--emw--background-color, #F1F1F1));border-radius:var(--emw--border-radius-medium, 10px);padding:50px;height:100vh}.AccountClosureWrapper.AccountClosureWrapperMobile{padding:20px 15px;max-width:unset;border-radius:0}.MenuReturnButton{color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));display:inline-flex;align-items:center;column-gap:10px;margin-bottom:10px}.MenuReturnButton svg .aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E))}.AccountClosureTitle{font-size:26px;color:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));font-weight:var(--emw--font-weight-normal, 400)}.AccountClosureTitleMobile{font-size:var(--emw--font-size-large, 20px)}.AccountClosureTitleNone{display:none}.AccountClosureDescription{color:var(--emw--color-gray-300, #58586B);line-height:24px}.AccountClosureDescription.AccountClosureDescriptionMobile{font-size:var(--emw--font-size-small, 14px);line-height:18px}.AccountClosureActionButtons{display:grid;grid-column-gap:10px;grid-template-rows:auto;grid-template-columns:1fr;margin-top:20px;width:50%;color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF))}.AccountClosureActionButtons.AccountClosureActionButtonsMobile{width:100%;grid-template-columns:1fr}.AccountClosureSave{background:var(--emw--color-primary, #23B04E);border-radius:var(--emw--button-border-radius, 10px);padding:13px 0;color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;max-width:400px;min-width:200px;display:flex;align-items:center;justify-content:center;font-size:var(--emw--font-size-medium, 16px);text-transform:uppercase;transition-duration:0.3s;box-sizing:border-box;cursor:pointer;border:none}.AccountClosureSave:hover{filter:brightness(0.9)}.AccountClosureSave.AccountClosureSaveMobile{width:100%;padding:10px 0;font-size:var(--emw--font-size-small, 14px);grid-template-columns:1fr}.ModalWrapper{position:fixed;top:0;right:0;bottom:0;left:0;background-color:rgba(0, 0, 0, 0.7);display:flex;justify-content:center;align-items:center;z-index:300}.ModalWrapper .ModalContent{position:relative;background:var(--emw--color-primary, #23B04E);padding:30px;background-clip:padding-box;border-radius:var(--emw--border-radius-medium, 10px)}.ModalWrapper .ModalContent::before{content:"";position:absolute;top:-6px;left:-8px;width:103%;height:105%;z-index:-1;opacity:0.5;border-radius:inherit;filter:blur(6px)}.ModalWrapper .ModalContent::after{position:absolute;top:-4px;bottom:-4px;left:-4px;right:-4px;content:"";z-index:-1;border-radius:var(--emw--border-radius-medium, 10px)}.ModalWrapper .ModalBody{background:transparent;padding:30px;text-align:center}.ModalWrapper .ModalBody .ModalText{font-size:var(--emw--font-size-x-large, 24px);margin-bottom:40px;color:white}.ModalWrapper .ModalBody .ModalButtons{justify-content:center;display:flex;gap:36px}.ModalWrapper .ModalBody .ModalCancel,.ModalWrapper .ModalBody .ModalConfirm{background:transparent;border:1px solid var(--emw--color-white, #FFFFFF);color:var(--emw--color-white, #FFFFFF);cursor:pointer;border-radius:var(--emw--button-border-radius, 10px);width:200px;height:42px;font-size:var(--emw--font-size-medium, 16px);text-transform:uppercase;text-align:center;transition-duration:0.3s;box-sizing:border-box;padding:10px}.ModalWrapper .ModalBody .ModalCancel:hover,.ModalWrapper .ModalBody .ModalConfirm:hover{filter:brightness(0.9)}.ModalWrapper.ModalWrapperMobile .ModalContent{padding:20px;width:80vw;border-top:none}.ModalWrapper.ModalWrapperMobile .ModalBody{padding:0;background:transparent}.ModalWrapper.ModalWrapperMobile .ModalText{font-size:var(--emw--font-size-medium, 16px)}.ModalWrapper.ModalWrapperMobile .ModalButtons{gap:10px}.ModalWrapper.ModalWrapperMobile .ModalCancel,.ModalWrapper.ModalWrapperMobile .ModalConfirm{height:40px;width:50%;font-size:var(--emw--font-size-small, 14px)}');
|
|
4320
4306
|
}
|
|
4321
|
-
function
|
|
4307
|
+
function Ii(e) {
|
|
4322
4308
|
let t, r, n, i, o, s, a, l, u, c, f = (
|
|
4323
4309
|
/*$_*/
|
|
4324
4310
|
e[2]("titleAccountClosure") + ""
|
|
4325
|
-
), h,
|
|
4311
|
+
), h, d, m;
|
|
4326
4312
|
return {
|
|
4327
4313
|
c() {
|
|
4328
4314
|
t = H("div"), r = G("svg"), n = G("defs"), i = G("style"), o = $(".aaa{fill:var(--emw--pam-color-primary, var(--emw--color-primary, #22B04E));}"), s = G("g"), a = G("g"), l = G("path"), u = D(), c = H("h2"), h = $(f), E(l, "class", "aaa"), E(l, "d", "M7.5,0,6.136,1.364,11.3,6.526H0V8.474H11.3L6.136,13.636,7.5,15,15,7.5Z"), E(l, "transform", "translate(15 15) rotate(180)"), E(a, "transform", "translate(20 158)"), E(s, "transform", "translate(-20 -158)"), E(r, "xmlns", "http://www.w3.org/2000/svg"), E(r, "width", "15"), E(r, "height", "15"), E(r, "viewBox", "0 0 15 15"), E(c, "class", "AccountClosureTitleMobile"), E(c, "part", "AccountClosureTitleMobile"), E(t, "class", "MenuReturnButton"), E(t, "part", "MenuReturnButton");
|
|
4329
4315
|
},
|
|
4330
|
-
m(
|
|
4331
|
-
|
|
4316
|
+
m(p, A) {
|
|
4317
|
+
ye(p, t, A), y(t, r), y(r, n), y(n, i), y(i, o), y(r, s), y(s, a), y(a, l), y(t, u), y(t, c), y(c, h), d || (m = me(
|
|
4332
4318
|
t,
|
|
4333
4319
|
"click",
|
|
4334
4320
|
/*click_handler*/
|
|
4335
4321
|
e[12]
|
|
4336
|
-
),
|
|
4322
|
+
), d = !0);
|
|
4337
4323
|
},
|
|
4338
|
-
p(
|
|
4324
|
+
p(p, A) {
|
|
4339
4325
|
A & /*$_*/
|
|
4340
4326
|
4 && f !== (f = /*$_*/
|
|
4341
|
-
|
|
4327
|
+
p[2]("titleAccountClosure") + "") && W(h, f);
|
|
4342
4328
|
},
|
|
4343
|
-
d(
|
|
4344
|
-
|
|
4329
|
+
d(p) {
|
|
4330
|
+
p && ae(t), d = !1, m();
|
|
4345
4331
|
}
|
|
4346
4332
|
};
|
|
4347
4333
|
}
|
|
4348
|
-
function
|
|
4334
|
+
function _t(e) {
|
|
4349
4335
|
let t, r, n, i, o = (
|
|
4350
4336
|
/*$_*/
|
|
4351
4337
|
e[2]("modal") + ""
|
|
4352
4338
|
), s, a, l, u, c = (
|
|
4353
4339
|
/*$_*/
|
|
4354
4340
|
e[2]("accountClosureCancel") + ""
|
|
4355
|
-
), f, h,
|
|
4341
|
+
), f, h, d, m = (
|
|
4356
4342
|
/*$_*/
|
|
4357
4343
|
e[2]("accountClosureConfirm") + ""
|
|
4358
|
-
),
|
|
4344
|
+
), p, A, M;
|
|
4359
4345
|
return {
|
|
4360
4346
|
c() {
|
|
4361
|
-
t = H("div"), r = H("div"), n = H("div"), i = H("p"), s = $(o), a = D(), l = H("div"), u = H("button"), f = $(c), h = D(),
|
|
4347
|
+
t = H("div"), r = H("div"), n = H("div"), i = H("p"), s = $(o), a = D(), l = H("div"), u = H("button"), f = $(c), h = D(), d = H("button"), p = $(m), E(i, "class", "ModalText"), E(u, "class", "ModalCancel"), E(d, "class", "ModalConfirm"), E(l, "class", "ModalButtons"), E(n, "class", "ModalBody"), E(r, "class", "ModalContent"), E(t, "class", "ModalWrapper " + /*isMobile*/
|
|
4362
4348
|
(e[3] ? "ModalWrapperMobile" : ""));
|
|
4363
4349
|
},
|
|
4364
4350
|
m(T, x) {
|
|
4365
|
-
|
|
4351
|
+
ye(T, t, x), y(t, r), y(r, n), y(n, i), y(i, s), y(n, a), y(n, l), y(l, u), y(u, f), y(l, h), y(l, d), y(d, p), A || (M = [
|
|
4366
4352
|
me(
|
|
4367
4353
|
u,
|
|
4368
4354
|
"click",
|
|
@@ -4370,7 +4356,7 @@ function At(e) {
|
|
|
4370
4356
|
e[14]
|
|
4371
4357
|
),
|
|
4372
4358
|
me(
|
|
4373
|
-
|
|
4359
|
+
d,
|
|
4374
4360
|
"click",
|
|
4375
4361
|
/*click_handler_3*/
|
|
4376
4362
|
e[15]
|
|
@@ -4384,42 +4370,42 @@ function At(e) {
|
|
|
4384
4370
|
4 && c !== (c = /*$_*/
|
|
4385
4371
|
T[2]("accountClosureCancel") + "") && W(f, c), x & /*$_*/
|
|
4386
4372
|
4 && m !== (m = /*$_*/
|
|
4387
|
-
T[2]("accountClosureConfirm") + "") && W(
|
|
4373
|
+
T[2]("accountClosureConfirm") + "") && W(p, m);
|
|
4388
4374
|
},
|
|
4389
4375
|
d(T) {
|
|
4390
4376
|
T && ae(t), A = !1, J(M);
|
|
4391
4377
|
}
|
|
4392
4378
|
};
|
|
4393
4379
|
}
|
|
4394
|
-
function
|
|
4380
|
+
function Li(e) {
|
|
4395
4381
|
let t, r, n, i, o = (
|
|
4396
4382
|
/*$_*/
|
|
4397
4383
|
e[2]("titleAccountClosure") + ""
|
|
4398
4384
|
), s, a, l, u, c = (
|
|
4399
4385
|
/*$_*/
|
|
4400
4386
|
e[2]("accountClosureDescription") + ""
|
|
4401
|
-
), f, h,
|
|
4387
|
+
), f, h, d, m = (
|
|
4402
4388
|
/*$_*/
|
|
4403
4389
|
e[2]("closeAccount") + ""
|
|
4404
|
-
),
|
|
4390
|
+
), p, A, M, T, x = (
|
|
4405
4391
|
/*isMobile*/
|
|
4406
|
-
e[3] &&
|
|
4392
|
+
e[3] && Ii(e)
|
|
4407
4393
|
), w = (
|
|
4408
4394
|
/*closureModal*/
|
|
4409
|
-
e[1] &&
|
|
4395
|
+
e[1] && _t(e)
|
|
4410
4396
|
);
|
|
4411
4397
|
return {
|
|
4412
4398
|
c() {
|
|
4413
|
-
t = H("div"), r = H("div"), x && x.c(), n = D(), i = H("h2"), s = $(o), a = D(), l = H("div"), u = H("p"), f = D(), h = H("div"),
|
|
4399
|
+
t = H("div"), r = H("div"), x && x.c(), n = D(), i = H("h2"), s = $(o), a = D(), l = H("div"), u = H("p"), f = D(), h = H("div"), d = H("button"), p = $(m), A = D(), w && w.c(), E(i, "class", "AccountClosureTitle " + /*isMobile*/
|
|
4414
4400
|
(e[3] ? "AccountClosureTitleNone" : "")), E(l, "class", "AccountClosureDescription " + /*isMobile*/
|
|
4415
|
-
(e[3] ? "AccountClosureDescriptionMobile" : "")), E(
|
|
4401
|
+
(e[3] ? "AccountClosureDescriptionMobile" : "")), E(d, "class", "AccountClosureSave " + /*isMobile*/
|
|
4416
4402
|
(e[3] ? "AccountClosureSaveMobile" : "")), E(h, "class", "AccountClosureActionButtons " + /*isMobile*/
|
|
4417
4403
|
(e[3] ? "AccountClosureActionButtonsMobile" : "")), E(r, "class", "AccountClosureWrapper " + /*isMobile*/
|
|
4418
4404
|
(e[3] ? "AccountClosureWrapperMobile" : ""));
|
|
4419
4405
|
},
|
|
4420
4406
|
m(S, P) {
|
|
4421
|
-
|
|
4422
|
-
|
|
4407
|
+
ye(S, t, P), y(t, r), x && x.m(r, null), y(r, n), y(r, i), y(i, s), y(r, a), y(r, l), y(l, u), u.innerHTML = c, y(r, f), y(r, h), y(h, d), y(d, p), y(t, A), w && w.m(t, null), e[16](t), M || (T = me(
|
|
4408
|
+
d,
|
|
4423
4409
|
"click",
|
|
4424
4410
|
/*click_handler_1*/
|
|
4425
4411
|
e[13]
|
|
@@ -4433,8 +4419,8 @@ function Ri(e) {
|
|
|
4433
4419
|
4 && c !== (c = /*$_*/
|
|
4434
4420
|
S[2]("accountClosureDescription") + "") && (u.innerHTML = c), P & /*$_*/
|
|
4435
4421
|
4 && m !== (m = /*$_*/
|
|
4436
|
-
S[2]("closeAccount") + "") && W(
|
|
4437
|
-
S[1] ? w ? w.p(S, P) : (w =
|
|
4422
|
+
S[2]("closeAccount") + "") && W(p, m), /*closureModal*/
|
|
4423
|
+
S[1] ? w ? w.p(S, P) : (w = _t(S), w.c(), w.m(t, null)) : w && (w.d(1), w = null);
|
|
4438
4424
|
},
|
|
4439
4425
|
i: O,
|
|
4440
4426
|
o: O,
|
|
@@ -4443,25 +4429,25 @@ function Ri(e) {
|
|
|
4443
4429
|
}
|
|
4444
4430
|
};
|
|
4445
4431
|
}
|
|
4446
|
-
function
|
|
4432
|
+
function $i(e, t, r) {
|
|
4447
4433
|
let n;
|
|
4448
|
-
|
|
4449
|
-
let { lang: i = "en" } = t, { clientstyling: o = "" } = t, { clientstylingurl: s = "" } = t, { mbsource: a } = t, { translationurl: l = "" } = t, u = window.navigator.userAgent, c =
|
|
4450
|
-
const
|
|
4434
|
+
ir(e, Ti, (_) => r(2, n = _));
|
|
4435
|
+
let { lang: i = "en" } = t, { clientstyling: o = "" } = t, { clientstylingurl: s = "" } = t, { mbsource: a } = t, { translationurl: l = "" } = t, u = window.navigator.userAgent, c = Hi(u) !== "PC", f = !1, h;
|
|
4436
|
+
const d = () => {
|
|
4451
4437
|
fetch(l).then((F) => F.json()).then((F) => {
|
|
4452
|
-
Object.keys(F).forEach((
|
|
4453
|
-
|
|
4438
|
+
Object.keys(F).forEach((Ye) => {
|
|
4439
|
+
xt(Ye, F[Ye]);
|
|
4454
4440
|
});
|
|
4455
4441
|
}).catch((F) => {
|
|
4456
4442
|
console.log(F);
|
|
4457
4443
|
});
|
|
4458
4444
|
};
|
|
4459
|
-
Object.keys(
|
|
4460
|
-
|
|
4445
|
+
Object.keys(Et).forEach((_) => {
|
|
4446
|
+
xt(_, Et[_]);
|
|
4461
4447
|
});
|
|
4462
4448
|
const m = (_) => {
|
|
4463
4449
|
r(1, f = _), _ === !0 ? window.postMessage({ type: "DisableScroll" }, window.location.href) : window.postMessage({ type: "EnableScroll" }, window.location.href);
|
|
4464
|
-
},
|
|
4450
|
+
}, p = () => {
|
|
4465
4451
|
m(!1), window.postMessage({ type: "AccountClosure" }, window.location.href);
|
|
4466
4452
|
}, A = () => {
|
|
4467
4453
|
window.postMessage(
|
|
@@ -4472,13 +4458,13 @@ function Di(e, t, r) {
|
|
|
4472
4458
|
window.location.href
|
|
4473
4459
|
);
|
|
4474
4460
|
}, M = () => {
|
|
4475
|
-
|
|
4461
|
+
Bi(i);
|
|
4476
4462
|
};
|
|
4477
|
-
|
|
4463
|
+
hr(() => () => {
|
|
4478
4464
|
});
|
|
4479
|
-
const T = () => A(), x = () => m(!0), w = () => m(!1), S = () =>
|
|
4465
|
+
const T = () => A(), x = () => m(!0), w = () => m(!1), S = () => p();
|
|
4480
4466
|
function P(_) {
|
|
4481
|
-
|
|
4467
|
+
Pe[_ ? "unshift" : "push"](() => {
|
|
4482
4468
|
h = _, r(0, h);
|
|
4483
4469
|
});
|
|
4484
4470
|
}
|
|
@@ -4487,17 +4473,17 @@ function Di(e, t, r) {
|
|
|
4487
4473
|
}, e.$$.update = () => {
|
|
4488
4474
|
e.$$.dirty & /*lang*/
|
|
4489
4475
|
128 && i && M(), e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4490
|
-
257 && o && h &&
|
|
4491
|
-
513 && s && h &&
|
|
4492
|
-
1025 && a && h &&
|
|
4493
|
-
2048 && l &&
|
|
4476
|
+
257 && o && h && Mi(h, o), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4477
|
+
513 && s && h && Pi(h, s), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4478
|
+
1025 && a && h && Oi(h, `${a}.Style`), e.$$.dirty & /*translationurl*/
|
|
4479
|
+
2048 && l && d();
|
|
4494
4480
|
}, [
|
|
4495
4481
|
h,
|
|
4496
4482
|
f,
|
|
4497
4483
|
n,
|
|
4498
4484
|
c,
|
|
4499
4485
|
m,
|
|
4500
|
-
|
|
4486
|
+
p,
|
|
4501
4487
|
A,
|
|
4502
4488
|
i,
|
|
4503
4489
|
o,
|
|
@@ -4511,14 +4497,14 @@ function Di(e, t, r) {
|
|
|
4511
4497
|
P
|
|
4512
4498
|
];
|
|
4513
4499
|
}
|
|
4514
|
-
class
|
|
4500
|
+
class Ri extends Cr {
|
|
4515
4501
|
constructor(t) {
|
|
4516
|
-
super(),
|
|
4502
|
+
super(), Er(
|
|
4517
4503
|
this,
|
|
4518
4504
|
t,
|
|
4519
|
-
|
|
4520
|
-
|
|
4521
|
-
|
|
4505
|
+
$i,
|
|
4506
|
+
Li,
|
|
4507
|
+
At,
|
|
4522
4508
|
{
|
|
4523
4509
|
lang: 7,
|
|
4524
4510
|
clientstyling: 8,
|
|
@@ -4526,7 +4512,7 @@ class Ui extends Sr {
|
|
|
4526
4512
|
mbsource: 10,
|
|
4527
4513
|
translationurl: 11
|
|
4528
4514
|
},
|
|
4529
|
-
|
|
4515
|
+
Ni
|
|
4530
4516
|
);
|
|
4531
4517
|
}
|
|
4532
4518
|
get lang() {
|
|
@@ -4560,7 +4546,7 @@ class Ui extends Sr {
|
|
|
4560
4546
|
this.$$set({ translationurl: t }), R();
|
|
4561
4547
|
}
|
|
4562
4548
|
}
|
|
4563
|
-
|
|
4549
|
+
_r(Ri, { lang: {}, clientstyling: {}, clientstylingurl: {}, mbsource: {}, translationurl: {} }, [], [], !0);
|
|
4564
4550
|
export {
|
|
4565
|
-
|
|
4551
|
+
Ri as P
|
|
4566
4552
|
};
|