@everymatrix/general-player-sms-verification-form 1.86.2 → 1.86.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/{GeneralPlayerSmsVerificationForm-BHrXRKIG.js → GeneralPlayerSmsVerificationForm-BJ663o8D.js} +560 -564
- package/components/{GeneralPlayerSmsVerificationForm-Dvn49VQa.js → GeneralPlayerSmsVerificationForm-CCfq-AJt.js} +556 -560
- package/components/GeneralPlayerSmsVerificationForm-CcNhkQKD.cjs +16 -0
- package/es2015/general-player-sms-verification-form.cjs +1 -1
- package/es2015/general-player-sms-verification-form.js +1 -1
- package/esnext/general-player-sms-verification-form.js +1 -1
- package/package.json +1 -1
- package/components/GeneralPlayerSmsVerificationForm-DTFUrEEF.cjs +0 -3
|
@@ -6,10 +6,10 @@ function vt(e) {
|
|
|
6
6
|
function qe() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
|
-
function
|
|
9
|
+
function ne(e) {
|
|
10
10
|
e.forEach(vt);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function ze(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
15
|
function yt(e, t) {
|
|
@@ -30,13 +30,13 @@ function Et(e, ...t) {
|
|
|
30
30
|
function Wt(e, t, r) {
|
|
31
31
|
e.$$.on_destroy.push(Et(t, r));
|
|
32
32
|
}
|
|
33
|
-
function
|
|
33
|
+
function E(e, t) {
|
|
34
34
|
e.appendChild(t);
|
|
35
35
|
}
|
|
36
36
|
function Zt(e, t, r) {
|
|
37
37
|
const n = Jt(e);
|
|
38
38
|
if (!n.getElementById(t)) {
|
|
39
|
-
const i =
|
|
39
|
+
const i = M("style");
|
|
40
40
|
i.id = t, i.textContent = r, Qt(n, i);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
@@ -51,37 +51,37 @@ function Jt(e) {
|
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
53
|
function Qt(e, t) {
|
|
54
|
-
return
|
|
54
|
+
return E(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
57
57
|
t
|
|
58
58
|
), t.sheet;
|
|
59
59
|
}
|
|
60
|
-
function
|
|
60
|
+
function W(e, t, r) {
|
|
61
61
|
e.insertBefore(t, r || null);
|
|
62
62
|
}
|
|
63
|
-
function
|
|
63
|
+
function k(e) {
|
|
64
64
|
e.parentNode && e.parentNode.removeChild(e);
|
|
65
65
|
}
|
|
66
|
-
function
|
|
66
|
+
function M(e) {
|
|
67
67
|
return document.createElement(e);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function O(e) {
|
|
70
70
|
return document.createTextNode(e);
|
|
71
71
|
}
|
|
72
|
-
function
|
|
73
|
-
return
|
|
72
|
+
function X() {
|
|
73
|
+
return O(" ");
|
|
74
74
|
}
|
|
75
|
-
function
|
|
75
|
+
function pe(e, t, r, n) {
|
|
76
76
|
return e.addEventListener(t, r, n), () => e.removeEventListener(t, r, n);
|
|
77
77
|
}
|
|
78
|
-
function
|
|
78
|
+
function B(e, t, r) {
|
|
79
79
|
r == null ? e.removeAttribute(t) : e.getAttribute(t) !== r && e.setAttribute(t, r);
|
|
80
80
|
}
|
|
81
81
|
function qt(e) {
|
|
82
82
|
return Array.from(e.childNodes);
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function F(e, t) {
|
|
85
85
|
t = "" + t, e.data !== t && (e.data = /** @type {string} */
|
|
86
86
|
t);
|
|
87
87
|
}
|
|
@@ -97,65 +97,65 @@ function Yt(e) {
|
|
|
97
97
|
}
|
|
98
98
|
), t;
|
|
99
99
|
}
|
|
100
|
-
let
|
|
101
|
-
function
|
|
102
|
-
|
|
100
|
+
let fe;
|
|
101
|
+
function ce(e) {
|
|
102
|
+
fe = e;
|
|
103
103
|
}
|
|
104
104
|
function Kt() {
|
|
105
|
-
if (!
|
|
105
|
+
if (!fe)
|
|
106
106
|
throw new Error("Function called outside component initialization");
|
|
107
|
-
return
|
|
107
|
+
return fe;
|
|
108
108
|
}
|
|
109
109
|
function er(e) {
|
|
110
110
|
Kt().$$.on_mount.push(e);
|
|
111
111
|
}
|
|
112
|
-
const
|
|
113
|
-
let
|
|
112
|
+
const q = [], Oe = [];
|
|
113
|
+
let Y = [];
|
|
114
114
|
const Ke = [], tr = /* @__PURE__ */ Promise.resolve();
|
|
115
|
-
let
|
|
115
|
+
let Le = !1;
|
|
116
116
|
function rr() {
|
|
117
|
-
|
|
117
|
+
Le || (Le = !0, tr.then($));
|
|
118
118
|
}
|
|
119
|
-
function
|
|
120
|
-
|
|
119
|
+
function Re(e) {
|
|
120
|
+
Y.push(e);
|
|
121
121
|
}
|
|
122
|
-
const
|
|
123
|
-
let
|
|
122
|
+
const Ae = /* @__PURE__ */ new Set();
|
|
123
|
+
let J = 0;
|
|
124
124
|
function $() {
|
|
125
|
-
if (
|
|
125
|
+
if (J !== 0)
|
|
126
126
|
return;
|
|
127
|
-
const e =
|
|
127
|
+
const e = fe;
|
|
128
128
|
do {
|
|
129
129
|
try {
|
|
130
|
-
for (;
|
|
131
|
-
const t =
|
|
132
|
-
|
|
130
|
+
for (; J < q.length; ) {
|
|
131
|
+
const t = q[J];
|
|
132
|
+
J++, ce(t), nr(t.$$);
|
|
133
133
|
}
|
|
134
134
|
} catch (t) {
|
|
135
|
-
throw
|
|
135
|
+
throw q.length = 0, J = 0, t;
|
|
136
136
|
}
|
|
137
|
-
for (
|
|
138
|
-
|
|
139
|
-
for (let t = 0; t <
|
|
140
|
-
const r =
|
|
141
|
-
|
|
137
|
+
for (ce(null), q.length = 0, J = 0; Oe.length; )
|
|
138
|
+
Oe.pop()();
|
|
139
|
+
for (let t = 0; t < Y.length; t += 1) {
|
|
140
|
+
const r = Y[t];
|
|
141
|
+
Ae.has(r) || (Ae.add(r), r());
|
|
142
142
|
}
|
|
143
|
-
|
|
144
|
-
} while (
|
|
143
|
+
Y.length = 0;
|
|
144
|
+
} while (q.length);
|
|
145
145
|
for (; Ke.length; )
|
|
146
146
|
Ke.pop()();
|
|
147
|
-
|
|
147
|
+
Le = !1, Ae.clear(), ce(e);
|
|
148
148
|
}
|
|
149
149
|
function nr(e) {
|
|
150
150
|
if (e.fragment !== null) {
|
|
151
|
-
e.update(),
|
|
151
|
+
e.update(), ne(e.before_update);
|
|
152
152
|
const t = e.dirty;
|
|
153
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(
|
|
153
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, t), e.after_update.forEach(Re);
|
|
154
154
|
}
|
|
155
155
|
}
|
|
156
156
|
function ir(e) {
|
|
157
157
|
const t = [], r = [];
|
|
158
|
-
|
|
158
|
+
Y.forEach((n) => e.indexOf(n) === -1 ? t.push(n) : r.push(n)), r.forEach((n) => n()), Y = t;
|
|
159
159
|
}
|
|
160
160
|
const or = /* @__PURE__ */ new Set();
|
|
161
161
|
function sr(e, t) {
|
|
@@ -163,21 +163,21 @@ function sr(e, t) {
|
|
|
163
163
|
}
|
|
164
164
|
function ar(e, t, r) {
|
|
165
165
|
const { fragment: n, after_update: i } = e.$$;
|
|
166
|
-
n && n.m(t, r),
|
|
167
|
-
const o = e.$$.on_mount.map(vt).filter(
|
|
168
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...o) :
|
|
169
|
-
}), i.forEach(
|
|
166
|
+
n && n.m(t, r), Re(() => {
|
|
167
|
+
const o = e.$$.on_mount.map(vt).filter(ze);
|
|
168
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...o) : ne(o), e.$$.on_mount = [];
|
|
169
|
+
}), i.forEach(Re);
|
|
170
170
|
}
|
|
171
171
|
function ur(e, t) {
|
|
172
172
|
const r = e.$$;
|
|
173
|
-
r.fragment !== null && (ir(r.after_update),
|
|
173
|
+
r.fragment !== null && (ir(r.after_update), ne(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
174
174
|
}
|
|
175
175
|
function lr(e, t) {
|
|
176
|
-
e.$$.dirty[0] === -1 && (
|
|
176
|
+
e.$$.dirty[0] === -1 && (q.push(e), rr(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
177
177
|
}
|
|
178
178
|
function hr(e, t, r, n, i, o, a = null, s = [-1]) {
|
|
179
|
-
const h =
|
|
180
|
-
|
|
179
|
+
const h = fe;
|
|
180
|
+
ce(e);
|
|
181
181
|
const u = e.$$ = {
|
|
182
182
|
fragment: null,
|
|
183
183
|
ctx: [],
|
|
@@ -202,20 +202,20 @@ function hr(e, t, r, n, i, o, a = null, s = [-1]) {
|
|
|
202
202
|
a && a(u.root);
|
|
203
203
|
let l = !1;
|
|
204
204
|
if (u.ctx = r ? r(e, t.props || {}, (c, d, ...g) => {
|
|
205
|
-
const
|
|
206
|
-
return u.ctx && i(u.ctx[c], u.ctx[c] =
|
|
207
|
-
}) : [], u.update(), l = !0,
|
|
205
|
+
const y = g.length ? g[0] : d;
|
|
206
|
+
return u.ctx && i(u.ctx[c], u.ctx[c] = y) && (!u.skip_bound && u.bound[c] && u.bound[c](y), l && lr(e, c)), d;
|
|
207
|
+
}) : [], u.update(), l = !0, ne(u.before_update), u.fragment = n ? n(u.ctx) : !1, t.target) {
|
|
208
208
|
if (t.hydrate) {
|
|
209
209
|
const c = qt(t.target);
|
|
210
|
-
u.fragment && u.fragment.l(c), c.forEach(
|
|
210
|
+
u.fragment && u.fragment.l(c), c.forEach(k);
|
|
211
211
|
} else
|
|
212
212
|
u.fragment && u.fragment.c();
|
|
213
213
|
t.intro && sr(e.$$.fragment), ar(e, t.target, t.anchor), $();
|
|
214
214
|
}
|
|
215
|
-
|
|
215
|
+
ce(h);
|
|
216
216
|
}
|
|
217
|
-
let
|
|
218
|
-
typeof HTMLElement == "function" && (
|
|
217
|
+
let xt;
|
|
218
|
+
typeof HTMLElement == "function" && (xt = class extends HTMLElement {
|
|
219
219
|
/** The Svelte component constructor */
|
|
220
220
|
$$ctor;
|
|
221
221
|
/** Slots */
|
|
@@ -257,17 +257,17 @@ typeof HTMLElement == "function" && (_t = class extends HTMLElement {
|
|
|
257
257
|
let o;
|
|
258
258
|
return {
|
|
259
259
|
c: function() {
|
|
260
|
-
o =
|
|
260
|
+
o = M("slot"), i !== "default" && B(o, "name", i);
|
|
261
261
|
},
|
|
262
262
|
/**
|
|
263
263
|
* @param {HTMLElement} target
|
|
264
264
|
* @param {HTMLElement} [anchor]
|
|
265
265
|
*/
|
|
266
266
|
m: function(h, u) {
|
|
267
|
-
|
|
267
|
+
W(h, o, u);
|
|
268
268
|
},
|
|
269
269
|
d: function(h) {
|
|
270
|
-
h &&
|
|
270
|
+
h && k(o);
|
|
271
271
|
}
|
|
272
272
|
};
|
|
273
273
|
};
|
|
@@ -279,7 +279,7 @@ typeof HTMLElement == "function" && (_t = class extends HTMLElement {
|
|
|
279
279
|
i in r && (t[i] = [e(i)]);
|
|
280
280
|
for (const i of this.attributes) {
|
|
281
281
|
const o = this.$$g_p(i.name);
|
|
282
|
-
o in this.$$d || (this.$$d[o] =
|
|
282
|
+
o in this.$$d || (this.$$d[o] = ge(o, i.value, this.$$p_d, "toProp"));
|
|
283
283
|
}
|
|
284
284
|
for (const i in this.$$p_d)
|
|
285
285
|
!(i in this.$$d) && this[i] !== void 0 && (this.$$d[i] = this[i], delete this[i]);
|
|
@@ -297,7 +297,7 @@ typeof HTMLElement == "function" && (_t = class extends HTMLElement {
|
|
|
297
297
|
this.$$r = !0;
|
|
298
298
|
for (const i in this.$$p_d)
|
|
299
299
|
if (this.$$d[i] = this.$$c.$$.ctx[this.$$c.$$.props[i]], this.$$p_d[i].reflect) {
|
|
300
|
-
const o =
|
|
300
|
+
const o = ge(
|
|
301
301
|
i,
|
|
302
302
|
this.$$d[i],
|
|
303
303
|
this.$$p_d,
|
|
@@ -319,7 +319,7 @@ typeof HTMLElement == "function" && (_t = class extends HTMLElement {
|
|
|
319
319
|
// We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
|
|
320
320
|
// and setting attributes through setAttribute etc, this is helpful
|
|
321
321
|
attributeChangedCallback(e, t, r) {
|
|
322
|
-
this.$$r || (e = this.$$g_p(e), this.$$d[e] =
|
|
322
|
+
this.$$r || (e = this.$$g_p(e), this.$$d[e] = ge(e, r, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
|
|
323
323
|
}
|
|
324
324
|
disconnectedCallback() {
|
|
325
325
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -332,7 +332,7 @@ typeof HTMLElement == "function" && (_t = class extends HTMLElement {
|
|
|
332
332
|
) || e;
|
|
333
333
|
}
|
|
334
334
|
});
|
|
335
|
-
function
|
|
335
|
+
function ge(e, t, r, n) {
|
|
336
336
|
const i = r[e]?.type;
|
|
337
337
|
if (t = i === "Boolean" && typeof t != "boolean" ? t != null : t, !n || !r[e])
|
|
338
338
|
return t;
|
|
@@ -362,7 +362,7 @@ function ve(e, t, r, n) {
|
|
|
362
362
|
}
|
|
363
363
|
}
|
|
364
364
|
function cr(e, t, r, n, i, o) {
|
|
365
|
-
let a = class extends
|
|
365
|
+
let a = class extends xt {
|
|
366
366
|
constructor() {
|
|
367
367
|
super(e, r, i), this.$$p_d = t;
|
|
368
368
|
}
|
|
@@ -378,7 +378,7 @@ function cr(e, t, r, n, i, o) {
|
|
|
378
378
|
return this.$$c && s in this.$$c ? this.$$c[s] : this.$$d[s];
|
|
379
379
|
},
|
|
380
380
|
set(h) {
|
|
381
|
-
h =
|
|
381
|
+
h = ge(s, h, t), this.$$d[s] = h, this.$$c?.$set({ [s]: h });
|
|
382
382
|
}
|
|
383
383
|
});
|
|
384
384
|
}), n.forEach((s) => {
|
|
@@ -418,7 +418,7 @@ class fr {
|
|
|
418
418
|
* @returns {() => void}
|
|
419
419
|
*/
|
|
420
420
|
$on(t, r) {
|
|
421
|
-
if (!
|
|
421
|
+
if (!ze(r))
|
|
422
422
|
return U;
|
|
423
423
|
const n = this.$$.callbacks[t] || (this.$$.callbacks[t] = []);
|
|
424
424
|
return n.push(r), () => {
|
|
@@ -436,24 +436,24 @@ class fr {
|
|
|
436
436
|
}
|
|
437
437
|
const dr = "4";
|
|
438
438
|
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(dr);
|
|
439
|
-
const
|
|
439
|
+
const Q = [];
|
|
440
440
|
function mr(e, t) {
|
|
441
441
|
return {
|
|
442
|
-
subscribe:
|
|
442
|
+
subscribe: _e(e, t).subscribe
|
|
443
443
|
};
|
|
444
444
|
}
|
|
445
|
-
function
|
|
445
|
+
function _e(e, t = U) {
|
|
446
446
|
let r;
|
|
447
447
|
const n = /* @__PURE__ */ new Set();
|
|
448
448
|
function i(s) {
|
|
449
449
|
if (yt(e, s) && (e = s, r)) {
|
|
450
|
-
const h = !
|
|
450
|
+
const h = !Q.length;
|
|
451
451
|
for (const u of n)
|
|
452
|
-
u[1](),
|
|
452
|
+
u[1](), Q.push(u, e);
|
|
453
453
|
if (h) {
|
|
454
|
-
for (let u = 0; u <
|
|
455
|
-
|
|
456
|
-
|
|
454
|
+
for (let u = 0; u < Q.length; u += 2)
|
|
455
|
+
Q[u][0](Q[u + 1]);
|
|
456
|
+
Q.length = 0;
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
}
|
|
@@ -468,7 +468,7 @@ function Te(e, t = U) {
|
|
|
468
468
|
}
|
|
469
469
|
return { set: i, update: o, subscribe: a };
|
|
470
470
|
}
|
|
471
|
-
function
|
|
471
|
+
function ie(e, t, r) {
|
|
472
472
|
const n = !Array.isArray(e), i = n ? [e] : e;
|
|
473
473
|
if (!i.every(Boolean))
|
|
474
474
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
@@ -481,11 +481,11 @@ function oe(e, t, r) {
|
|
|
481
481
|
if (l)
|
|
482
482
|
return;
|
|
483
483
|
c();
|
|
484
|
-
const
|
|
485
|
-
o ? a(
|
|
484
|
+
const y = t(n ? u[0] : u, a, s);
|
|
485
|
+
o ? a(y) : c = ze(y) ? y : U;
|
|
486
486
|
}, g = i.map(
|
|
487
|
-
(
|
|
488
|
-
|
|
487
|
+
(y, _) => Et(
|
|
488
|
+
y,
|
|
489
489
|
(T) => {
|
|
490
490
|
u[_] = T, l &= ~(1 << _), h && d();
|
|
491
491
|
},
|
|
@@ -495,7 +495,7 @@ function oe(e, t, r) {
|
|
|
495
495
|
)
|
|
496
496
|
);
|
|
497
497
|
return h = !0, d(), function() {
|
|
498
|
-
|
|
498
|
+
ne(g), c(), h = !1;
|
|
499
499
|
};
|
|
500
500
|
});
|
|
501
501
|
}
|
|
@@ -510,28 +510,28 @@ function gr(e) {
|
|
|
510
510
|
}
|
|
511
511
|
function vr(e) {
|
|
512
512
|
var t = Object.prototype.toString.call(e);
|
|
513
|
-
return t === "[object RegExp]" || t === "[object Date]" ||
|
|
513
|
+
return t === "[object RegExp]" || t === "[object Date]" || xr(e);
|
|
514
514
|
}
|
|
515
515
|
var yr = typeof Symbol == "function" && Symbol.for, Er = yr ? Symbol.for("react.element") : 60103;
|
|
516
|
-
function
|
|
516
|
+
function xr(e) {
|
|
517
517
|
return e.$$typeof === Er;
|
|
518
518
|
}
|
|
519
|
-
function
|
|
519
|
+
function _r(e) {
|
|
520
520
|
return Array.isArray(e) ? [] : {};
|
|
521
521
|
}
|
|
522
|
-
function
|
|
523
|
-
return t.clone !== !1 && t.isMergeableObject(e) ?
|
|
522
|
+
function de(e, t) {
|
|
523
|
+
return t.clone !== !1 && t.isMergeableObject(e) ? K(_r(e), e, t) : e;
|
|
524
524
|
}
|
|
525
525
|
function Sr(e, t, r) {
|
|
526
526
|
return e.concat(t).map(function(n) {
|
|
527
|
-
return
|
|
527
|
+
return de(n, r);
|
|
528
528
|
});
|
|
529
529
|
}
|
|
530
530
|
function Tr(e, t) {
|
|
531
531
|
if (!t.customMerge)
|
|
532
|
-
return
|
|
532
|
+
return K;
|
|
533
533
|
var r = t.customMerge(e);
|
|
534
|
-
return typeof r == "function" ? r :
|
|
534
|
+
return typeof r == "function" ? r : K;
|
|
535
535
|
}
|
|
536
536
|
function Hr(e) {
|
|
537
537
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(t) {
|
|
@@ -541,66 +541,80 @@ function Hr(e) {
|
|
|
541
541
|
function et(e) {
|
|
542
542
|
return Object.keys(e).concat(Hr(e));
|
|
543
543
|
}
|
|
544
|
-
function
|
|
544
|
+
function _t(e, t) {
|
|
545
545
|
try {
|
|
546
546
|
return t in e;
|
|
547
547
|
} catch {
|
|
548
548
|
return !1;
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
function
|
|
552
|
-
return
|
|
551
|
+
function Br(e, t) {
|
|
552
|
+
return _t(e, t) && !(Object.hasOwnProperty.call(e, t) && Object.propertyIsEnumerable.call(e, t));
|
|
553
553
|
}
|
|
554
|
-
function
|
|
554
|
+
function Ar(e, t, r) {
|
|
555
555
|
var n = {};
|
|
556
556
|
return r.isMergeableObject(e) && et(e).forEach(function(i) {
|
|
557
|
-
n[i] =
|
|
557
|
+
n[i] = de(e[i], r);
|
|
558
558
|
}), et(t).forEach(function(i) {
|
|
559
|
-
|
|
559
|
+
Br(e, i) || (_t(e, i) && r.isMergeableObject(t[i]) ? n[i] = Tr(i, r)(e[i], t[i], r) : n[i] = de(t[i], r));
|
|
560
560
|
}), n;
|
|
561
561
|
}
|
|
562
|
-
function
|
|
563
|
-
r = r || {}, r.arrayMerge = r.arrayMerge || Sr, r.isMergeableObject = r.isMergeableObject || br, r.cloneUnlessOtherwiseSpecified =
|
|
562
|
+
function K(e, t, r) {
|
|
563
|
+
r = r || {}, r.arrayMerge = r.arrayMerge || Sr, r.isMergeableObject = r.isMergeableObject || br, r.cloneUnlessOtherwiseSpecified = de;
|
|
564
564
|
var n = Array.isArray(t), i = Array.isArray(e), o = n === i;
|
|
565
|
-
return o ? n ? r.arrayMerge(e, t, r) :
|
|
565
|
+
return o ? n ? r.arrayMerge(e, t, r) : Ar(e, t, r) : de(t, r);
|
|
566
566
|
}
|
|
567
|
-
|
|
567
|
+
K.all = function(t, r) {
|
|
568
568
|
if (!Array.isArray(t))
|
|
569
569
|
throw new Error("first argument should be an array");
|
|
570
570
|
return t.reduce(function(n, i) {
|
|
571
|
-
return
|
|
571
|
+
return K(n, i, r);
|
|
572
572
|
}, {});
|
|
573
573
|
};
|
|
574
|
-
var wr =
|
|
574
|
+
var wr = K, Pr = wr;
|
|
575
575
|
const Ir = /* @__PURE__ */ pr(Pr);
|
|
576
|
-
|
|
577
|
-
|
|
576
|
+
/*! *****************************************************************************
|
|
577
|
+
Copyright (c) Microsoft Corporation.
|
|
578
|
+
|
|
579
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
580
|
+
purpose with or without fee is hereby granted.
|
|
581
|
+
|
|
582
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
583
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
584
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
585
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
586
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
587
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
588
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
589
|
+
***************************************************************************** */
|
|
590
|
+
var $e = function(e, t) {
|
|
591
|
+
return $e = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(r, n) {
|
|
578
592
|
r.__proto__ = n;
|
|
579
593
|
} || function(r, n) {
|
|
580
594
|
for (var i in n)
|
|
581
595
|
Object.prototype.hasOwnProperty.call(n, i) && (r[i] = n[i]);
|
|
582
|
-
},
|
|
596
|
+
}, $e(e, t);
|
|
583
597
|
};
|
|
584
|
-
function
|
|
598
|
+
function Se(e, t) {
|
|
585
599
|
if (typeof t != "function" && t !== null)
|
|
586
600
|
throw new TypeError("Class extends value " + String(t) + " is not a constructor or null");
|
|
587
|
-
|
|
601
|
+
$e(e, t);
|
|
588
602
|
function r() {
|
|
589
603
|
this.constructor = e;
|
|
590
604
|
}
|
|
591
605
|
e.prototype = t === null ? Object.create(t) : (r.prototype = t.prototype, new r());
|
|
592
606
|
}
|
|
593
|
-
var
|
|
594
|
-
return
|
|
607
|
+
var v = function() {
|
|
608
|
+
return v = Object.assign || function(t) {
|
|
595
609
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
596
610
|
r = arguments[n];
|
|
597
611
|
for (var o in r)
|
|
598
612
|
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
599
613
|
}
|
|
600
614
|
return t;
|
|
601
|
-
},
|
|
615
|
+
}, v.apply(this, arguments);
|
|
602
616
|
};
|
|
603
|
-
function
|
|
617
|
+
function Nr(e, t) {
|
|
604
618
|
var r = {};
|
|
605
619
|
for (var n in e)
|
|
606
620
|
Object.prototype.hasOwnProperty.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
@@ -609,14 +623,14 @@ function Or(e, t) {
|
|
|
609
623
|
t.indexOf(n[i]) < 0 && Object.prototype.propertyIsEnumerable.call(e, n[i]) && (r[n[i]] = e[n[i]]);
|
|
610
624
|
return r;
|
|
611
625
|
}
|
|
612
|
-
function
|
|
613
|
-
if (
|
|
626
|
+
function we(e, t, r) {
|
|
627
|
+
if (arguments.length === 2)
|
|
614
628
|
for (var n = 0, i = t.length, o; n < i; n++)
|
|
615
629
|
(o || !(n in t)) && (o || (o = Array.prototype.slice.call(t, 0, n)), o[n] = t[n]);
|
|
616
|
-
return e.concat(o ||
|
|
630
|
+
return e.concat(o || t);
|
|
617
631
|
}
|
|
618
|
-
function
|
|
619
|
-
var r = t && t.cache ? t.cache :
|
|
632
|
+
function Pe(e, t) {
|
|
633
|
+
var r = t && t.cache ? t.cache : $r, n = t && t.serializer ? t.serializer : Rr, i = t && t.strategy ? t.strategy : Mr;
|
|
620
634
|
return i(e, {
|
|
621
635
|
cache: r,
|
|
622
636
|
serializer: n
|
|
@@ -625,103 +639,95 @@ function Oe(e, t) {
|
|
|
625
639
|
function Cr(e) {
|
|
626
640
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
627
641
|
}
|
|
628
|
-
function
|
|
642
|
+
function St(e, t, r, n) {
|
|
629
643
|
var i = Cr(n) ? n : r(n), o = t.get(i);
|
|
630
644
|
return typeof o > "u" && (o = e.call(this, n), t.set(i, o)), o;
|
|
631
645
|
}
|
|
632
|
-
function
|
|
646
|
+
function Tt(e, t, r) {
|
|
633
647
|
var n = Array.prototype.slice.call(arguments, 3), i = r(n), o = t.get(i);
|
|
634
648
|
return typeof o > "u" && (o = e.apply(this, n), t.set(i, o)), o;
|
|
635
649
|
}
|
|
636
|
-
function
|
|
650
|
+
function We(e, t, r, n, i) {
|
|
637
651
|
return r.bind(t, e, n, i);
|
|
638
652
|
}
|
|
639
653
|
function Mr(e, t) {
|
|
640
|
-
var r = e.length === 1 ?
|
|
641
|
-
return
|
|
654
|
+
var r = e.length === 1 ? St : Tt;
|
|
655
|
+
return We(e, this, r, t.cache.create(), t.serializer);
|
|
656
|
+
}
|
|
657
|
+
function Or(e, t) {
|
|
658
|
+
return We(e, this, Tt, t.cache.create(), t.serializer);
|
|
642
659
|
}
|
|
643
660
|
function Lr(e, t) {
|
|
644
|
-
return
|
|
661
|
+
return We(e, this, St, t.cache.create(), t.serializer);
|
|
645
662
|
}
|
|
646
663
|
var Rr = function() {
|
|
647
664
|
return JSON.stringify(arguments);
|
|
648
|
-
}
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
659
|
-
}()
|
|
660
|
-
), Ur = {
|
|
665
|
+
};
|
|
666
|
+
function Ze() {
|
|
667
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
668
|
+
}
|
|
669
|
+
Ze.prototype.get = function(e) {
|
|
670
|
+
return this.cache[e];
|
|
671
|
+
};
|
|
672
|
+
Ze.prototype.set = function(e, t) {
|
|
673
|
+
this.cache[e] = t;
|
|
674
|
+
};
|
|
675
|
+
var $r = {
|
|
661
676
|
create: function() {
|
|
662
|
-
return new
|
|
677
|
+
return new Ze();
|
|
663
678
|
}
|
|
664
|
-
},
|
|
665
|
-
variadic:
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
669
|
-
r = arguments[n];
|
|
670
|
-
for (var o in r)
|
|
671
|
-
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
672
|
-
}
|
|
673
|
-
return t;
|
|
674
|
-
}, _e.apply(this, arguments);
|
|
675
|
-
};
|
|
676
|
-
var m;
|
|
679
|
+
}, Ie = {
|
|
680
|
+
variadic: Or,
|
|
681
|
+
monadic: Lr
|
|
682
|
+
}, m;
|
|
677
683
|
(function(e) {
|
|
678
684
|
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";
|
|
679
685
|
})(m || (m = {}));
|
|
680
|
-
var
|
|
686
|
+
var x;
|
|
681
687
|
(function(e) {
|
|
682
688
|
e[e.literal = 0] = "literal", e[e.argument = 1] = "argument", e[e.number = 2] = "number", e[e.date = 3] = "date", e[e.time = 4] = "time", e[e.select = 5] = "select", e[e.plural = 6] = "plural", e[e.pound = 7] = "pound", e[e.tag = 8] = "tag";
|
|
683
|
-
})(
|
|
684
|
-
var
|
|
689
|
+
})(x || (x = {}));
|
|
690
|
+
var ee;
|
|
685
691
|
(function(e) {
|
|
686
692
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
687
|
-
})(
|
|
693
|
+
})(ee || (ee = {}));
|
|
688
694
|
function tt(e) {
|
|
689
|
-
return e.type ===
|
|
695
|
+
return e.type === x.literal;
|
|
690
696
|
}
|
|
691
|
-
function
|
|
692
|
-
return e.type ===
|
|
697
|
+
function Ur(e) {
|
|
698
|
+
return e.type === x.argument;
|
|
693
699
|
}
|
|
694
700
|
function Ht(e) {
|
|
695
|
-
return e.type ===
|
|
696
|
-
}
|
|
697
|
-
function At(e) {
|
|
698
|
-
return e.type === E.date;
|
|
701
|
+
return e.type === x.number;
|
|
699
702
|
}
|
|
700
703
|
function Bt(e) {
|
|
701
|
-
return e.type ===
|
|
704
|
+
return e.type === x.date;
|
|
705
|
+
}
|
|
706
|
+
function At(e) {
|
|
707
|
+
return e.type === x.time;
|
|
702
708
|
}
|
|
703
709
|
function wt(e) {
|
|
704
|
-
return e.type ===
|
|
710
|
+
return e.type === x.select;
|
|
705
711
|
}
|
|
706
712
|
function Pt(e) {
|
|
707
|
-
return e.type ===
|
|
713
|
+
return e.type === x.plural;
|
|
708
714
|
}
|
|
709
|
-
function
|
|
710
|
-
return e.type ===
|
|
715
|
+
function Dr(e) {
|
|
716
|
+
return e.type === x.pound;
|
|
711
717
|
}
|
|
712
718
|
function It(e) {
|
|
713
|
-
return e.type ===
|
|
719
|
+
return e.type === x.tag;
|
|
714
720
|
}
|
|
715
|
-
function
|
|
716
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
721
|
+
function Nt(e) {
|
|
722
|
+
return !!(e && typeof e == "object" && e.type === ee.number);
|
|
717
723
|
}
|
|
718
|
-
function
|
|
719
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
724
|
+
function Ue(e) {
|
|
725
|
+
return !!(e && typeof e == "object" && e.type === ee.dateTime);
|
|
720
726
|
}
|
|
721
|
-
var Ct = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/,
|
|
722
|
-
function
|
|
727
|
+
var Ct = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Fr = /(?:[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;
|
|
728
|
+
function Gr(e) {
|
|
723
729
|
var t = {};
|
|
724
|
-
return e.replace(
|
|
730
|
+
return e.replace(Fr, function(r) {
|
|
725
731
|
var n = r.length;
|
|
726
732
|
switch (r[0]) {
|
|
727
733
|
case "G":
|
|
@@ -810,21 +816,11 @@ function kr(e) {
|
|
|
810
816
|
return "";
|
|
811
817
|
}), t;
|
|
812
818
|
}
|
|
813
|
-
var
|
|
814
|
-
|
|
815
|
-
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
816
|
-
r = arguments[n];
|
|
817
|
-
for (var o in r)
|
|
818
|
-
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
819
|
-
}
|
|
820
|
-
return t;
|
|
821
|
-
}, S.apply(this, arguments);
|
|
822
|
-
};
|
|
823
|
-
var jr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
824
|
-
function Vr(e) {
|
|
819
|
+
var kr = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
820
|
+
function jr(e) {
|
|
825
821
|
if (e.length === 0)
|
|
826
822
|
throw new Error("Number skeleton cannot be empty");
|
|
827
|
-
for (var t = e.split(
|
|
823
|
+
for (var t = e.split(kr).filter(function(d) {
|
|
828
824
|
return d.length > 0;
|
|
829
825
|
}), r = [], n = 0, i = t; n < i.length; n++) {
|
|
830
826
|
var o = i[n], a = o.split("/");
|
|
@@ -839,13 +835,13 @@ function Vr(e) {
|
|
|
839
835
|
}
|
|
840
836
|
return r;
|
|
841
837
|
}
|
|
842
|
-
function
|
|
838
|
+
function Vr(e) {
|
|
843
839
|
return e.replace(/^(.*?)-/, "");
|
|
844
840
|
}
|
|
845
|
-
var rt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g,
|
|
841
|
+
var rt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Mt = /^(@+)?(\+|#+)?[rs]?$/g, Xr = /(\*)(0+)|(#+)(0+)|(0+)/g, Ot = /^(0+)$/;
|
|
846
842
|
function nt(e) {
|
|
847
843
|
var t = {};
|
|
848
|
-
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(
|
|
844
|
+
return e[e.length - 1] === "r" ? t.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (t.roundingPriority = "lessPrecision"), e.replace(Mt, function(r, n, i) {
|
|
849
845
|
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)), "";
|
|
850
846
|
}), t;
|
|
851
847
|
}
|
|
@@ -889,7 +885,7 @@ function Lt(e) {
|
|
|
889
885
|
};
|
|
890
886
|
}
|
|
891
887
|
}
|
|
892
|
-
function
|
|
888
|
+
function zr(e) {
|
|
893
889
|
var t;
|
|
894
890
|
if (e[0] === "E" && e[1] === "E" ? (t = {
|
|
895
891
|
notation: "engineering"
|
|
@@ -897,7 +893,7 @@ function Wr(e) {
|
|
|
897
893
|
notation: "scientific"
|
|
898
894
|
}, e = e.slice(1)), t) {
|
|
899
895
|
var r = e.slice(0, 2);
|
|
900
|
-
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
896
|
+
if (r === "+!" ? (t.signDisplay = "always", e = e.slice(2)) : r === "+?" && (t.signDisplay = "exceptZero", e = e.slice(2)), !Ot.test(e))
|
|
901
897
|
throw new Error("Malformed concise eng/scientific notation");
|
|
902
898
|
t.minimumIntegerDigits = e.length;
|
|
903
899
|
}
|
|
@@ -907,7 +903,7 @@ function it(e) {
|
|
|
907
903
|
var t = {}, r = Lt(e);
|
|
908
904
|
return r || t;
|
|
909
905
|
}
|
|
910
|
-
function
|
|
906
|
+
function Wr(e) {
|
|
911
907
|
for (var t = {}, r = 0, n = e; r < n.length; r++) {
|
|
912
908
|
var i = n[r];
|
|
913
909
|
switch (i.stem) {
|
|
@@ -931,7 +927,7 @@ function Zr(e) {
|
|
|
931
927
|
continue;
|
|
932
928
|
case "measure-unit":
|
|
933
929
|
case "unit":
|
|
934
|
-
t.style = "unit", t.unit =
|
|
930
|
+
t.style = "unit", t.unit = Vr(i.options[0]);
|
|
935
931
|
continue;
|
|
936
932
|
case "compact-short":
|
|
937
933
|
case "K":
|
|
@@ -942,13 +938,13 @@ function Zr(e) {
|
|
|
942
938
|
t.notation = "compact", t.compactDisplay = "long";
|
|
943
939
|
continue;
|
|
944
940
|
case "scientific":
|
|
945
|
-
t =
|
|
946
|
-
return
|
|
941
|
+
t = v(v(v({}, t), { notation: "scientific" }), i.options.reduce(function(h, u) {
|
|
942
|
+
return v(v({}, h), it(u));
|
|
947
943
|
}, {}));
|
|
948
944
|
continue;
|
|
949
945
|
case "engineering":
|
|
950
|
-
t =
|
|
951
|
-
return
|
|
946
|
+
t = v(v(v({}, t), { notation: "engineering" }), i.options.reduce(function(h, u) {
|
|
947
|
+
return v(v({}, h), it(u));
|
|
952
948
|
}, {}));
|
|
953
949
|
continue;
|
|
954
950
|
case "notation-simple":
|
|
@@ -993,7 +989,7 @@ function Zr(e) {
|
|
|
993
989
|
case "integer-width":
|
|
994
990
|
if (i.options.length > 1)
|
|
995
991
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
996
|
-
i.options[0].replace(
|
|
992
|
+
i.options[0].replace(Xr, function(h, u, l, c, d, g) {
|
|
997
993
|
if (u)
|
|
998
994
|
t.minimumIntegerDigits = l.length;
|
|
999
995
|
else {
|
|
@@ -1006,7 +1002,7 @@ function Zr(e) {
|
|
|
1006
1002
|
});
|
|
1007
1003
|
continue;
|
|
1008
1004
|
}
|
|
1009
|
-
if (
|
|
1005
|
+
if (Ot.test(i.stem)) {
|
|
1010
1006
|
t.minimumIntegerDigits = i.stem.length;
|
|
1011
1007
|
continue;
|
|
1012
1008
|
}
|
|
@@ -1017,21 +1013,21 @@ function Zr(e) {
|
|
|
1017
1013
|
return l === "*" ? t.minimumFractionDigits = u.length : c && c[0] === "#" ? t.maximumFractionDigits = c.length : d && g ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + g.length) : (t.minimumFractionDigits = u.length, t.maximumFractionDigits = u.length), "";
|
|
1018
1014
|
});
|
|
1019
1015
|
var o = i.options[0];
|
|
1020
|
-
o === "w" ? t =
|
|
1016
|
+
o === "w" ? t = v(v({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = v(v({}, t), nt(o)));
|
|
1021
1017
|
continue;
|
|
1022
1018
|
}
|
|
1023
|
-
if (
|
|
1024
|
-
t =
|
|
1019
|
+
if (Mt.test(i.stem)) {
|
|
1020
|
+
t = v(v({}, t), nt(i.stem));
|
|
1025
1021
|
continue;
|
|
1026
1022
|
}
|
|
1027
1023
|
var a = Lt(i.stem);
|
|
1028
|
-
a && (t =
|
|
1029
|
-
var s =
|
|
1030
|
-
s && (t =
|
|
1024
|
+
a && (t = v(v({}, t), a));
|
|
1025
|
+
var s = zr(i.stem);
|
|
1026
|
+
s && (t = v(v({}, t), s));
|
|
1031
1027
|
}
|
|
1032
1028
|
return t;
|
|
1033
1029
|
}
|
|
1034
|
-
var
|
|
1030
|
+
var be = {
|
|
1035
1031
|
"001": [
|
|
1036
1032
|
"H",
|
|
1037
1033
|
"h"
|
|
@@ -2446,13 +2442,13 @@ var ge = {
|
|
|
2446
2442
|
"h"
|
|
2447
2443
|
]
|
|
2448
2444
|
};
|
|
2449
|
-
function
|
|
2445
|
+
function Zr(e, t) {
|
|
2450
2446
|
for (var r = "", n = 0; n < e.length; n++) {
|
|
2451
2447
|
var i = e.charAt(n);
|
|
2452
2448
|
if (i === "j") {
|
|
2453
2449
|
for (var o = 0; n + 1 < e.length && e.charAt(n + 1) === i; )
|
|
2454
2450
|
o++, n++;
|
|
2455
|
-
var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), h = "a", u =
|
|
2451
|
+
var a = 1 + (o & 1), s = o < 2 ? 1 : 3 + (o >> 1), h = "a", u = Jr(t);
|
|
2456
2452
|
for ((u == "H" || u == "k") && (s = 0); s-- > 0; )
|
|
2457
2453
|
r += h;
|
|
2458
2454
|
for (; a-- > 0; )
|
|
@@ -2462,7 +2458,7 @@ function Jr(e, t) {
|
|
|
2462
2458
|
}
|
|
2463
2459
|
return r;
|
|
2464
2460
|
}
|
|
2465
|
-
function
|
|
2461
|
+
function Jr(e) {
|
|
2466
2462
|
var t = e.hourCycle;
|
|
2467
2463
|
if (t === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2468
2464
|
e.hourCycles && // @ts-ignore
|
|
@@ -2481,23 +2477,23 @@ function Qr(e) {
|
|
|
2481
2477
|
}
|
|
2482
2478
|
var r = e.language, n;
|
|
2483
2479
|
r !== "root" && (n = e.maximize().region);
|
|
2484
|
-
var i =
|
|
2480
|
+
var i = be[n || ""] || be[r || ""] || be["".concat(r, "-001")] || be["001"];
|
|
2485
2481
|
return i[0];
|
|
2486
2482
|
}
|
|
2487
|
-
var Ne,
|
|
2483
|
+
var Ne, Qr = new RegExp("^".concat(Ct.source, "*")), qr = new RegExp("".concat(Ct.source, "*$"));
|
|
2488
2484
|
function b(e, t) {
|
|
2489
2485
|
return { start: e, end: t };
|
|
2490
2486
|
}
|
|
2491
|
-
var
|
|
2487
|
+
var Yr = !!String.prototype.startsWith && "_a".startsWith("a", 1), Kr = !!String.fromCodePoint, en = !!Object.fromEntries, tn = !!String.prototype.codePointAt, rn = !!String.prototype.trimStart, nn = !!String.prototype.trimEnd, on = !!Number.isSafeInteger, sn = on ? Number.isSafeInteger : function(e) {
|
|
2492
2488
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2493
|
-
},
|
|
2489
|
+
}, De = !0;
|
|
2494
2490
|
try {
|
|
2495
|
-
var
|
|
2496
|
-
|
|
2491
|
+
var an = $t("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2492
|
+
De = ((Ne = an.exec("a")) === null || Ne === void 0 ? void 0 : Ne[0]) === "a";
|
|
2497
2493
|
} catch {
|
|
2498
|
-
|
|
2494
|
+
De = !1;
|
|
2499
2495
|
}
|
|
2500
|
-
var ot =
|
|
2496
|
+
var ot = Yr ? (
|
|
2501
2497
|
// Native
|
|
2502
2498
|
function(t, r, n) {
|
|
2503
2499
|
return t.startsWith(r, n);
|
|
@@ -2507,7 +2503,7 @@ var ot = Kr ? (
|
|
|
2507
2503
|
function(t, r, n) {
|
|
2508
2504
|
return t.slice(n, n + r.length) === r;
|
|
2509
2505
|
}
|
|
2510
|
-
),
|
|
2506
|
+
), Fe = Kr ? String.fromCodePoint : (
|
|
2511
2507
|
// IE11
|
|
2512
2508
|
function() {
|
|
2513
2509
|
for (var t = [], r = 0; r < arguments.length; r++)
|
|
@@ -2521,7 +2517,7 @@ var ot = Kr ? (
|
|
|
2521
2517
|
}
|
|
2522
2518
|
), st = (
|
|
2523
2519
|
// native
|
|
2524
|
-
|
|
2520
|
+
en ? Object.fromEntries : (
|
|
2525
2521
|
// Ponyfill
|
|
2526
2522
|
function(t) {
|
|
2527
2523
|
for (var r = {}, n = 0, i = t; n < i.length; n++) {
|
|
@@ -2531,7 +2527,7 @@ var ot = Kr ? (
|
|
|
2531
2527
|
return r;
|
|
2532
2528
|
}
|
|
2533
2529
|
)
|
|
2534
|
-
), Rt =
|
|
2530
|
+
), Rt = tn ? (
|
|
2535
2531
|
// Native
|
|
2536
2532
|
function(t, r) {
|
|
2537
2533
|
return t.codePointAt(r);
|
|
@@ -2545,7 +2541,7 @@ var ot = Kr ? (
|
|
|
2545
2541
|
return i < 55296 || i > 56319 || r + 1 === n || (o = t.charCodeAt(r + 1)) < 56320 || o > 57343 ? i : (i - 55296 << 10) + (o - 56320) + 65536;
|
|
2546
2542
|
}
|
|
2547
2543
|
}
|
|
2548
|
-
),
|
|
2544
|
+
), un = rn ? (
|
|
2549
2545
|
// Native
|
|
2550
2546
|
function(t) {
|
|
2551
2547
|
return t.trimStart();
|
|
@@ -2553,9 +2549,9 @@ var ot = Kr ? (
|
|
|
2553
2549
|
) : (
|
|
2554
2550
|
// Ponyfill
|
|
2555
2551
|
function(t) {
|
|
2556
|
-
return t.replace(
|
|
2552
|
+
return t.replace(Qr, "");
|
|
2557
2553
|
}
|
|
2558
|
-
),
|
|
2554
|
+
), ln = nn ? (
|
|
2559
2555
|
// Native
|
|
2560
2556
|
function(t) {
|
|
2561
2557
|
return t.trimEnd();
|
|
@@ -2563,32 +2559,32 @@ var ot = Kr ? (
|
|
|
2563
2559
|
) : (
|
|
2564
2560
|
// Ponyfill
|
|
2565
2561
|
function(t) {
|
|
2566
|
-
return t.replace(
|
|
2562
|
+
return t.replace(qr, "");
|
|
2567
2563
|
}
|
|
2568
2564
|
);
|
|
2569
2565
|
function $t(e, t) {
|
|
2570
2566
|
return new RegExp(e, t);
|
|
2571
2567
|
}
|
|
2572
|
-
var
|
|
2573
|
-
if (
|
|
2568
|
+
var Ge;
|
|
2569
|
+
if (De) {
|
|
2574
2570
|
var at = $t("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2575
|
-
|
|
2571
|
+
Ge = function(t, r) {
|
|
2576
2572
|
var n;
|
|
2577
2573
|
at.lastIndex = r;
|
|
2578
2574
|
var i = at.exec(t);
|
|
2579
2575
|
return (n = i[1]) !== null && n !== void 0 ? n : "";
|
|
2580
2576
|
};
|
|
2581
2577
|
} else
|
|
2582
|
-
|
|
2578
|
+
Ge = function(t, r) {
|
|
2583
2579
|
for (var n = []; ; ) {
|
|
2584
2580
|
var i = Rt(t, r);
|
|
2585
|
-
if (i === void 0 || Ut(i) ||
|
|
2581
|
+
if (i === void 0 || Ut(i) || dn(i))
|
|
2586
2582
|
break;
|
|
2587
2583
|
n.push(i), r += i >= 65536 ? 2 : 1;
|
|
2588
2584
|
}
|
|
2589
|
-
return
|
|
2585
|
+
return Fe.apply(void 0, n);
|
|
2590
2586
|
};
|
|
2591
|
-
var
|
|
2587
|
+
var hn = (
|
|
2592
2588
|
/** @class */
|
|
2593
2589
|
function() {
|
|
2594
2590
|
function e(t, r) {
|
|
@@ -2612,14 +2608,14 @@ var cn = (
|
|
|
2612
2608
|
if (o === 35 && (r === "plural" || r === "selectordinal")) {
|
|
2613
2609
|
var s = this.clonePosition();
|
|
2614
2610
|
this.bump(), i.push({
|
|
2615
|
-
type:
|
|
2611
|
+
type: x.pound,
|
|
2616
2612
|
location: b(s, this.clonePosition())
|
|
2617
2613
|
});
|
|
2618
2614
|
} else if (o === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2619
2615
|
if (n)
|
|
2620
2616
|
break;
|
|
2621
2617
|
return this.error(m.UNMATCHED_CLOSING_TAG, b(this.clonePosition(), this.clonePosition()));
|
|
2622
|
-
} else if (o === 60 && !this.ignoreTag &&
|
|
2618
|
+
} else if (o === 60 && !this.ignoreTag && ke(this.peek() || 0)) {
|
|
2623
2619
|
var a = this.parseTag(t, r);
|
|
2624
2620
|
if (a.err)
|
|
2625
2621
|
return a;
|
|
@@ -2640,7 +2636,7 @@ var cn = (
|
|
|
2640
2636
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2641
2637
|
return {
|
|
2642
2638
|
val: {
|
|
2643
|
-
type:
|
|
2639
|
+
type: x.literal,
|
|
2644
2640
|
value: "<".concat(i, "/>"),
|
|
2645
2641
|
location: b(n, this.clonePosition())
|
|
2646
2642
|
},
|
|
@@ -2652,12 +2648,12 @@ var cn = (
|
|
|
2652
2648
|
return o;
|
|
2653
2649
|
var a = o.val, s = this.clonePosition();
|
|
2654
2650
|
if (this.bumpIf("</")) {
|
|
2655
|
-
if (this.isEOF() || !
|
|
2651
|
+
if (this.isEOF() || !ke(this.char()))
|
|
2656
2652
|
return this.error(m.INVALID_TAG, b(s, this.clonePosition()));
|
|
2657
2653
|
var h = this.clonePosition(), u = this.parseTagName();
|
|
2658
2654
|
return i !== u ? this.error(m.UNMATCHED_CLOSING_TAG, b(h, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2659
2655
|
val: {
|
|
2660
|
-
type:
|
|
2656
|
+
type: x.tag,
|
|
2661
2657
|
value: i,
|
|
2662
2658
|
children: a,
|
|
2663
2659
|
location: b(n, this.clonePosition())
|
|
@@ -2670,7 +2666,7 @@ var cn = (
|
|
|
2670
2666
|
return this.error(m.INVALID_TAG, b(n, this.clonePosition()));
|
|
2671
2667
|
}, e.prototype.parseTagName = function() {
|
|
2672
2668
|
var t = this.offset();
|
|
2673
|
-
for (this.bump(); !this.isEOF() &&
|
|
2669
|
+
for (this.bump(); !this.isEOF() && fn(this.char()); )
|
|
2674
2670
|
this.bump();
|
|
2675
2671
|
return this.message.slice(t, this.offset());
|
|
2676
2672
|
}, e.prototype.parseLiteral = function(t, r) {
|
|
@@ -2694,12 +2690,12 @@ var cn = (
|
|
|
2694
2690
|
}
|
|
2695
2691
|
var h = b(n, this.clonePosition());
|
|
2696
2692
|
return {
|
|
2697
|
-
val: { type:
|
|
2693
|
+
val: { type: x.literal, value: i, location: h },
|
|
2698
2694
|
err: null
|
|
2699
2695
|
};
|
|
2700
2696
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2701
2697
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2702
|
-
!
|
|
2698
|
+
!cn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2703
2699
|
}, e.prototype.tryParseQuote = function(t) {
|
|
2704
2700
|
if (this.isEOF() || this.char() !== 39)
|
|
2705
2701
|
return null;
|
|
@@ -2733,12 +2729,12 @@ var cn = (
|
|
|
2733
2729
|
r.push(n);
|
|
2734
2730
|
this.bump();
|
|
2735
2731
|
}
|
|
2736
|
-
return
|
|
2732
|
+
return Fe.apply(void 0, r);
|
|
2737
2733
|
}, e.prototype.tryParseUnquoted = function(t, r) {
|
|
2738
2734
|
if (this.isEOF())
|
|
2739
2735
|
return null;
|
|
2740
2736
|
var n = this.char();
|
|
2741
|
-
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(),
|
|
2737
|
+
return n === 60 || n === 123 || n === 35 && (r === "plural" || r === "selectordinal") || n === 125 && t > 0 ? null : (this.bump(), Fe(n));
|
|
2742
2738
|
}, e.prototype.parseArgument = function(t, r) {
|
|
2743
2739
|
var n = this.clonePosition();
|
|
2744
2740
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -2754,7 +2750,7 @@ var cn = (
|
|
|
2754
2750
|
case 125:
|
|
2755
2751
|
return this.bump(), {
|
|
2756
2752
|
val: {
|
|
2757
|
-
type:
|
|
2753
|
+
type: x.argument,
|
|
2758
2754
|
// value does not include the opening and closing braces.
|
|
2759
2755
|
value: i,
|
|
2760
2756
|
location: b(n, this.clonePosition())
|
|
@@ -2767,7 +2763,7 @@ var cn = (
|
|
|
2767
2763
|
return this.error(m.MALFORMED_ARGUMENT, b(n, this.clonePosition()));
|
|
2768
2764
|
}
|
|
2769
2765
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2770
|
-
var t = this.clonePosition(), r = this.offset(), n =
|
|
2766
|
+
var t = this.clonePosition(), r = this.offset(), n = Ge(this.message, r), i = r + n.length;
|
|
2771
2767
|
this.bumpTo(i);
|
|
2772
2768
|
var o = this.clonePosition(), a = b(t, o);
|
|
2773
2769
|
return { value: n, location: a };
|
|
@@ -2786,35 +2782,35 @@ var cn = (
|
|
|
2786
2782
|
var l = this.clonePosition(), c = this.parseSimpleArgStyleIfPossible();
|
|
2787
2783
|
if (c.err)
|
|
2788
2784
|
return c;
|
|
2789
|
-
var d =
|
|
2785
|
+
var d = ln(c.val);
|
|
2790
2786
|
if (d.length === 0)
|
|
2791
2787
|
return this.error(m.EXPECT_ARGUMENT_STYLE, b(this.clonePosition(), this.clonePosition()));
|
|
2792
2788
|
var g = b(l, this.clonePosition());
|
|
2793
2789
|
u = { style: d, styleLocation: g };
|
|
2794
2790
|
}
|
|
2795
|
-
var
|
|
2796
|
-
if (
|
|
2797
|
-
return
|
|
2791
|
+
var y = this.tryParseArgumentClose(i);
|
|
2792
|
+
if (y.err)
|
|
2793
|
+
return y;
|
|
2798
2794
|
var _ = b(i, this.clonePosition());
|
|
2799
2795
|
if (u && ot(u?.style, "::", 0)) {
|
|
2800
|
-
var T =
|
|
2796
|
+
var T = un(u.style.slice(2));
|
|
2801
2797
|
if (s === "number") {
|
|
2802
2798
|
var c = this.parseNumberSkeletonFromString(T, u.styleLocation);
|
|
2803
2799
|
return c.err ? c : {
|
|
2804
|
-
val: { type:
|
|
2800
|
+
val: { type: x.number, value: n, location: _, style: c.val },
|
|
2805
2801
|
err: null
|
|
2806
2802
|
};
|
|
2807
2803
|
} else {
|
|
2808
2804
|
if (T.length === 0)
|
|
2809
2805
|
return this.error(m.EXPECT_DATE_TIME_SKELETON, _);
|
|
2810
2806
|
var H = T;
|
|
2811
|
-
this.locale && (H =
|
|
2807
|
+
this.locale && (H = Zr(T, this.locale));
|
|
2812
2808
|
var d = {
|
|
2813
|
-
type:
|
|
2809
|
+
type: ee.dateTime,
|
|
2814
2810
|
pattern: H,
|
|
2815
2811
|
location: u.styleLocation,
|
|
2816
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2817
|
-
}, L = s === "date" ?
|
|
2812
|
+
parsedOptions: this.shouldParseSkeletons ? Gr(H) : {}
|
|
2813
|
+
}, L = s === "date" ? x.date : x.time;
|
|
2818
2814
|
return {
|
|
2819
2815
|
val: { type: L, value: n, location: _, style: d },
|
|
2820
2816
|
err: null
|
|
@@ -2823,7 +2819,7 @@ var cn = (
|
|
|
2823
2819
|
}
|
|
2824
2820
|
return {
|
|
2825
2821
|
val: {
|
|
2826
|
-
type: s === "number" ?
|
|
2822
|
+
type: s === "number" ? x.number : s === "date" ? x.date : x.time,
|
|
2827
2823
|
value: n,
|
|
2828
2824
|
location: _,
|
|
2829
2825
|
style: (o = u?.style) !== null && o !== void 0 ? o : null
|
|
@@ -2834,43 +2830,43 @@ var cn = (
|
|
|
2834
2830
|
case "plural":
|
|
2835
2831
|
case "selectordinal":
|
|
2836
2832
|
case "select": {
|
|
2837
|
-
var
|
|
2833
|
+
var A = this.clonePosition();
|
|
2838
2834
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2839
|
-
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(
|
|
2835
|
+
return this.error(m.EXPECT_SELECT_ARGUMENT_OPTIONS, b(A, v({}, A)));
|
|
2840
2836
|
this.bumpSpace();
|
|
2841
|
-
var
|
|
2842
|
-
if (s !== "select" &&
|
|
2837
|
+
var S = this.parseIdentifierIfPossible(), C = 0;
|
|
2838
|
+
if (s !== "select" && S.value === "offset") {
|
|
2843
2839
|
if (!this.bumpIf(":"))
|
|
2844
2840
|
return this.error(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, b(this.clonePosition(), this.clonePosition()));
|
|
2845
2841
|
this.bumpSpace();
|
|
2846
2842
|
var c = this.tryParseDecimalInteger(m.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, m.INVALID_PLURAL_ARGUMENT_OFFSET_VALUE);
|
|
2847
2843
|
if (c.err)
|
|
2848
2844
|
return c;
|
|
2849
|
-
this.bumpSpace(),
|
|
2845
|
+
this.bumpSpace(), S = this.parseIdentifierIfPossible(), C = c.val;
|
|
2850
2846
|
}
|
|
2851
|
-
var D = this.tryParsePluralOrSelectOptions(t, s, r,
|
|
2847
|
+
var D = this.tryParsePluralOrSelectOptions(t, s, r, S);
|
|
2852
2848
|
if (D.err)
|
|
2853
2849
|
return D;
|
|
2854
|
-
var
|
|
2855
|
-
if (
|
|
2856
|
-
return
|
|
2857
|
-
var
|
|
2850
|
+
var y = this.tryParseArgumentClose(i);
|
|
2851
|
+
if (y.err)
|
|
2852
|
+
return y;
|
|
2853
|
+
var j = b(i, this.clonePosition());
|
|
2858
2854
|
return s === "select" ? {
|
|
2859
2855
|
val: {
|
|
2860
|
-
type:
|
|
2856
|
+
type: x.select,
|
|
2861
2857
|
value: n,
|
|
2862
2858
|
options: st(D.val),
|
|
2863
|
-
location:
|
|
2859
|
+
location: j
|
|
2864
2860
|
},
|
|
2865
2861
|
err: null
|
|
2866
2862
|
} : {
|
|
2867
2863
|
val: {
|
|
2868
|
-
type:
|
|
2864
|
+
type: x.plural,
|
|
2869
2865
|
value: n,
|
|
2870
2866
|
options: st(D.val),
|
|
2871
2867
|
offset: C,
|
|
2872
2868
|
pluralType: s === "plural" ? "cardinal" : "ordinal",
|
|
2873
|
-
location:
|
|
2869
|
+
location: j
|
|
2874
2870
|
},
|
|
2875
2871
|
err: null
|
|
2876
2872
|
};
|
|
@@ -2918,16 +2914,16 @@ var cn = (
|
|
|
2918
2914
|
}, e.prototype.parseNumberSkeletonFromString = function(t, r) {
|
|
2919
2915
|
var n = [];
|
|
2920
2916
|
try {
|
|
2921
|
-
n =
|
|
2917
|
+
n = jr(t);
|
|
2922
2918
|
} catch {
|
|
2923
2919
|
return this.error(m.INVALID_NUMBER_SKELETON, r);
|
|
2924
2920
|
}
|
|
2925
2921
|
return {
|
|
2926
2922
|
val: {
|
|
2927
|
-
type:
|
|
2923
|
+
type: ee.number,
|
|
2928
2924
|
tokens: n,
|
|
2929
2925
|
location: r,
|
|
2930
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2926
|
+
parsedOptions: this.shouldParseSkeletons ? Wr(n) : {}
|
|
2931
2927
|
},
|
|
2932
2928
|
err: null
|
|
2933
2929
|
};
|
|
@@ -2949,16 +2945,16 @@ var cn = (
|
|
|
2949
2945
|
var g = this.clonePosition();
|
|
2950
2946
|
if (!this.bumpIf("{"))
|
|
2951
2947
|
return this.error(r === "select" ? m.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : m.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, b(this.clonePosition(), this.clonePosition()));
|
|
2952
|
-
var
|
|
2953
|
-
if (
|
|
2954
|
-
return
|
|
2948
|
+
var y = this.parseMessage(t + 1, r, n);
|
|
2949
|
+
if (y.err)
|
|
2950
|
+
return y;
|
|
2955
2951
|
var _ = this.tryParseArgumentClose(g);
|
|
2956
2952
|
if (_.err)
|
|
2957
2953
|
return _;
|
|
2958
2954
|
s.push([
|
|
2959
2955
|
u,
|
|
2960
2956
|
{
|
|
2961
|
-
value:
|
|
2957
|
+
value: y.val,
|
|
2962
2958
|
location: b(g, this.clonePosition())
|
|
2963
2959
|
}
|
|
2964
2960
|
]), h.add(u), this.bumpSpace(), o = this.parseIdentifierIfPossible(), u = o.value, l = o.location;
|
|
@@ -2975,7 +2971,7 @@ var cn = (
|
|
|
2975
2971
|
break;
|
|
2976
2972
|
}
|
|
2977
2973
|
var h = b(i, this.clonePosition());
|
|
2978
|
-
return o ? (a *= n,
|
|
2974
|
+
return o ? (a *= n, sn(a) ? { val: a, err: null } : this.error(r, h)) : this.error(t, h);
|
|
2979
2975
|
}, e.prototype.offset = function() {
|
|
2980
2976
|
return this.position.offset;
|
|
2981
2977
|
}, e.prototype.isEOF = function() {
|
|
@@ -3041,47 +3037,47 @@ var cn = (
|
|
|
3041
3037
|
}, e;
|
|
3042
3038
|
}()
|
|
3043
3039
|
);
|
|
3044
|
-
function
|
|
3040
|
+
function ke(e) {
|
|
3045
3041
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3046
3042
|
}
|
|
3047
|
-
function
|
|
3048
|
-
return
|
|
3043
|
+
function cn(e) {
|
|
3044
|
+
return ke(e) || e === 47;
|
|
3049
3045
|
}
|
|
3050
|
-
function
|
|
3046
|
+
function fn(e) {
|
|
3051
3047
|
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;
|
|
3052
3048
|
}
|
|
3053
3049
|
function Ut(e) {
|
|
3054
3050
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3055
3051
|
}
|
|
3056
|
-
function
|
|
3052
|
+
function dn(e) {
|
|
3057
3053
|
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;
|
|
3058
3054
|
}
|
|
3059
|
-
function
|
|
3055
|
+
function je(e) {
|
|
3060
3056
|
e.forEach(function(t) {
|
|
3061
3057
|
if (delete t.location, wt(t) || Pt(t))
|
|
3062
3058
|
for (var r in t.options)
|
|
3063
|
-
delete t.options[r].location,
|
|
3059
|
+
delete t.options[r].location, je(t.options[r].value);
|
|
3064
3060
|
else
|
|
3065
|
-
Ht(t) &&
|
|
3061
|
+
Ht(t) && Nt(t.style) || (Bt(t) || At(t)) && Ue(t.style) ? delete t.style.location : It(t) && je(t.children);
|
|
3066
3062
|
});
|
|
3067
3063
|
}
|
|
3068
|
-
function
|
|
3069
|
-
t === void 0 && (t = {}), t =
|
|
3070
|
-
var r = new
|
|
3064
|
+
function mn(e, t) {
|
|
3065
|
+
t === void 0 && (t = {}), t = v({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, t);
|
|
3066
|
+
var r = new hn(e, t).parse();
|
|
3071
3067
|
if (r.err) {
|
|
3072
3068
|
var n = SyntaxError(m[r.err.kind]);
|
|
3073
3069
|
throw n.location = r.err.location, n.originalMessage = r.err.message, n;
|
|
3074
3070
|
}
|
|
3075
|
-
return t?.captureLocation ||
|
|
3071
|
+
return t?.captureLocation || je(r.val), r.val;
|
|
3076
3072
|
}
|
|
3077
|
-
var
|
|
3073
|
+
var te;
|
|
3078
3074
|
(function(e) {
|
|
3079
3075
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3080
|
-
})(
|
|
3081
|
-
var
|
|
3076
|
+
})(te || (te = {}));
|
|
3077
|
+
var Te = (
|
|
3082
3078
|
/** @class */
|
|
3083
3079
|
function(e) {
|
|
3084
|
-
|
|
3080
|
+
Se(t, e);
|
|
3085
3081
|
function t(r, n, i) {
|
|
3086
3082
|
var o = e.call(this, r) || this;
|
|
3087
3083
|
return o.code = n, o.originalMessage = i, o;
|
|
@@ -3093,48 +3089,48 @@ var Ae = (
|
|
|
3093
3089
|
), ut = (
|
|
3094
3090
|
/** @class */
|
|
3095
3091
|
function(e) {
|
|
3096
|
-
|
|
3092
|
+
Se(t, e);
|
|
3097
3093
|
function t(r, n, i, o) {
|
|
3098
|
-
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'),
|
|
3094
|
+
return e.call(this, 'Invalid values for "'.concat(r, '": "').concat(n, '". Options are "').concat(Object.keys(i).join('", "'), '"'), te.INVALID_VALUE, o) || this;
|
|
3099
3095
|
}
|
|
3100
3096
|
return t;
|
|
3101
|
-
}(
|
|
3102
|
-
),
|
|
3097
|
+
}(Te)
|
|
3098
|
+
), pn = (
|
|
3103
3099
|
/** @class */
|
|
3104
3100
|
function(e) {
|
|
3105
|
-
|
|
3101
|
+
Se(t, e);
|
|
3106
3102
|
function t(r, n, i) {
|
|
3107
|
-
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n),
|
|
3103
|
+
return e.call(this, 'Value for "'.concat(r, '" must be of type ').concat(n), te.INVALID_VALUE, i) || this;
|
|
3108
3104
|
}
|
|
3109
3105
|
return t;
|
|
3110
|
-
}(
|
|
3111
|
-
),
|
|
3106
|
+
}(Te)
|
|
3107
|
+
), bn = (
|
|
3112
3108
|
/** @class */
|
|
3113
3109
|
function(e) {
|
|
3114
|
-
|
|
3110
|
+
Se(t, e);
|
|
3115
3111
|
function t(r, n) {
|
|
3116
|
-
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'),
|
|
3112
|
+
return e.call(this, 'The intl string context variable "'.concat(r, '" was not provided to the string "').concat(n, '"'), te.MISSING_VALUE, n) || this;
|
|
3117
3113
|
}
|
|
3118
3114
|
return t;
|
|
3119
|
-
}(
|
|
3120
|
-
),
|
|
3115
|
+
}(Te)
|
|
3116
|
+
), N;
|
|
3121
3117
|
(function(e) {
|
|
3122
3118
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3123
|
-
})(
|
|
3124
|
-
function
|
|
3119
|
+
})(N || (N = {}));
|
|
3120
|
+
function gn(e) {
|
|
3125
3121
|
return e.length < 2 ? e : e.reduce(function(t, r) {
|
|
3126
3122
|
var n = t[t.length - 1];
|
|
3127
|
-
return !n || n.type !==
|
|
3123
|
+
return !n || n.type !== N.literal || r.type !== N.literal ? t.push(r) : n.value += r.value, t;
|
|
3128
3124
|
}, []);
|
|
3129
3125
|
}
|
|
3130
|
-
function
|
|
3126
|
+
function vn(e) {
|
|
3131
3127
|
return typeof e == "function";
|
|
3132
3128
|
}
|
|
3133
|
-
function
|
|
3129
|
+
function ve(e, t, r, n, i, o, a) {
|
|
3134
3130
|
if (e.length === 1 && tt(e[0]))
|
|
3135
3131
|
return [
|
|
3136
3132
|
{
|
|
3137
|
-
type:
|
|
3133
|
+
type: N.literal,
|
|
3138
3134
|
value: e[0].value
|
|
3139
3135
|
}
|
|
3140
3136
|
];
|
|
@@ -3142,103 +3138,103 @@ function ye(e, t, r, n, i, o, a) {
|
|
|
3142
3138
|
var l = u[h];
|
|
3143
3139
|
if (tt(l)) {
|
|
3144
3140
|
s.push({
|
|
3145
|
-
type:
|
|
3141
|
+
type: N.literal,
|
|
3146
3142
|
value: l.value
|
|
3147
3143
|
});
|
|
3148
3144
|
continue;
|
|
3149
3145
|
}
|
|
3150
|
-
if (
|
|
3146
|
+
if (Dr(l)) {
|
|
3151
3147
|
typeof o == "number" && s.push({
|
|
3152
|
-
type:
|
|
3148
|
+
type: N.literal,
|
|
3153
3149
|
value: r.getNumberFormat(t).format(o)
|
|
3154
3150
|
});
|
|
3155
3151
|
continue;
|
|
3156
3152
|
}
|
|
3157
3153
|
var c = l.value;
|
|
3158
3154
|
if (!(i && c in i))
|
|
3159
|
-
throw new
|
|
3155
|
+
throw new bn(c, a);
|
|
3160
3156
|
var d = i[c];
|
|
3161
|
-
if (
|
|
3157
|
+
if (Ur(l)) {
|
|
3162
3158
|
(!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), s.push({
|
|
3163
|
-
type: typeof d == "string" ?
|
|
3159
|
+
type: typeof d == "string" ? N.literal : N.object,
|
|
3164
3160
|
value: d
|
|
3165
3161
|
});
|
|
3166
3162
|
continue;
|
|
3167
3163
|
}
|
|
3168
|
-
if (
|
|
3169
|
-
var g = typeof l.style == "string" ? n.date[l.style] :
|
|
3164
|
+
if (Bt(l)) {
|
|
3165
|
+
var g = typeof l.style == "string" ? n.date[l.style] : Ue(l.style) ? l.style.parsedOptions : void 0;
|
|
3170
3166
|
s.push({
|
|
3171
|
-
type:
|
|
3167
|
+
type: N.literal,
|
|
3172
3168
|
value: r.getDateTimeFormat(t, g).format(d)
|
|
3173
3169
|
});
|
|
3174
3170
|
continue;
|
|
3175
3171
|
}
|
|
3176
|
-
if (
|
|
3177
|
-
var g = typeof l.style == "string" ? n.time[l.style] :
|
|
3172
|
+
if (At(l)) {
|
|
3173
|
+
var g = typeof l.style == "string" ? n.time[l.style] : Ue(l.style) ? l.style.parsedOptions : n.time.medium;
|
|
3178
3174
|
s.push({
|
|
3179
|
-
type:
|
|
3175
|
+
type: N.literal,
|
|
3180
3176
|
value: r.getDateTimeFormat(t, g).format(d)
|
|
3181
3177
|
});
|
|
3182
3178
|
continue;
|
|
3183
3179
|
}
|
|
3184
3180
|
if (Ht(l)) {
|
|
3185
|
-
var g = typeof l.style == "string" ? n.number[l.style] :
|
|
3181
|
+
var g = typeof l.style == "string" ? n.number[l.style] : Nt(l.style) ? l.style.parsedOptions : void 0;
|
|
3186
3182
|
g && g.scale && (d = d * (g.scale || 1)), s.push({
|
|
3187
|
-
type:
|
|
3183
|
+
type: N.literal,
|
|
3188
3184
|
value: r.getNumberFormat(t, g).format(d)
|
|
3189
3185
|
});
|
|
3190
3186
|
continue;
|
|
3191
3187
|
}
|
|
3192
3188
|
if (It(l)) {
|
|
3193
|
-
var
|
|
3194
|
-
if (!
|
|
3195
|
-
throw new
|
|
3196
|
-
var H =
|
|
3189
|
+
var y = l.children, _ = l.value, T = i[_];
|
|
3190
|
+
if (!vn(T))
|
|
3191
|
+
throw new pn(_, "function", a);
|
|
3192
|
+
var H = ve(y, t, r, n, i, o), L = T(H.map(function(C) {
|
|
3197
3193
|
return C.value;
|
|
3198
3194
|
}));
|
|
3199
3195
|
Array.isArray(L) || (L = [L]), s.push.apply(s, L.map(function(C) {
|
|
3200
3196
|
return {
|
|
3201
|
-
type: typeof C == "string" ?
|
|
3197
|
+
type: typeof C == "string" ? N.literal : N.object,
|
|
3202
3198
|
value: C
|
|
3203
3199
|
};
|
|
3204
3200
|
}));
|
|
3205
3201
|
}
|
|
3206
3202
|
if (wt(l)) {
|
|
3207
|
-
var
|
|
3208
|
-
if (!
|
|
3203
|
+
var A = l.options[d] || l.options.other;
|
|
3204
|
+
if (!A)
|
|
3209
3205
|
throw new ut(l.value, d, Object.keys(l.options), a);
|
|
3210
|
-
s.push.apply(s,
|
|
3206
|
+
s.push.apply(s, ve(A.value, t, r, n, i));
|
|
3211
3207
|
continue;
|
|
3212
3208
|
}
|
|
3213
3209
|
if (Pt(l)) {
|
|
3214
|
-
var
|
|
3215
|
-
if (!
|
|
3210
|
+
var A = l.options["=".concat(d)];
|
|
3211
|
+
if (!A) {
|
|
3216
3212
|
if (!Intl.PluralRules)
|
|
3217
|
-
throw new
|
|
3213
|
+
throw new Te(`Intl.PluralRules is not available in this environment.
|
|
3218
3214
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3219
|
-
`,
|
|
3220
|
-
var
|
|
3221
|
-
|
|
3215
|
+
`, te.MISSING_INTL_API, a);
|
|
3216
|
+
var S = r.getPluralRules(t, { type: l.pluralType }).select(d - (l.offset || 0));
|
|
3217
|
+
A = l.options[S] || l.options.other;
|
|
3222
3218
|
}
|
|
3223
|
-
if (!
|
|
3219
|
+
if (!A)
|
|
3224
3220
|
throw new ut(l.value, d, Object.keys(l.options), a);
|
|
3225
|
-
s.push.apply(s,
|
|
3221
|
+
s.push.apply(s, ve(A.value, t, r, n, i, d - (l.offset || 0)));
|
|
3226
3222
|
continue;
|
|
3227
3223
|
}
|
|
3228
3224
|
}
|
|
3229
|
-
return
|
|
3225
|
+
return gn(s);
|
|
3230
3226
|
}
|
|
3231
|
-
function
|
|
3232
|
-
return t ?
|
|
3233
|
-
return r[n] =
|
|
3227
|
+
function yn(e, t) {
|
|
3228
|
+
return t ? v(v(v({}, e || {}), t || {}), Object.keys(e).reduce(function(r, n) {
|
|
3229
|
+
return r[n] = v(v({}, e[n]), t[n] || {}), r;
|
|
3234
3230
|
}, {})) : e;
|
|
3235
3231
|
}
|
|
3236
|
-
function
|
|
3232
|
+
function En(e, t) {
|
|
3237
3233
|
return t ? Object.keys(e).reduce(function(r, n) {
|
|
3238
|
-
return r[n] =
|
|
3239
|
-
},
|
|
3234
|
+
return r[n] = yn(e[n], t[n]), r;
|
|
3235
|
+
}, v({}, e)) : e;
|
|
3240
3236
|
}
|
|
3241
|
-
function
|
|
3237
|
+
function Ce(e) {
|
|
3242
3238
|
return {
|
|
3243
3239
|
create: function() {
|
|
3244
3240
|
return {
|
|
@@ -3258,33 +3254,33 @@ function xn(e) {
|
|
|
3258
3254
|
dateTime: {},
|
|
3259
3255
|
pluralRules: {}
|
|
3260
3256
|
}), {
|
|
3261
|
-
getNumberFormat:
|
|
3257
|
+
getNumberFormat: Pe(function() {
|
|
3262
3258
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3263
3259
|
r[n] = arguments[n];
|
|
3264
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3260
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, we([void 0], r, !1)))();
|
|
3265
3261
|
}, {
|
|
3266
|
-
cache:
|
|
3267
|
-
strategy:
|
|
3262
|
+
cache: Ce(e.number),
|
|
3263
|
+
strategy: Ie.variadic
|
|
3268
3264
|
}),
|
|
3269
|
-
getDateTimeFormat:
|
|
3265
|
+
getDateTimeFormat: Pe(function() {
|
|
3270
3266
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3271
3267
|
r[n] = arguments[n];
|
|
3272
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3268
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, we([void 0], r, !1)))();
|
|
3273
3269
|
}, {
|
|
3274
|
-
cache:
|
|
3275
|
-
strategy:
|
|
3270
|
+
cache: Ce(e.dateTime),
|
|
3271
|
+
strategy: Ie.variadic
|
|
3276
3272
|
}),
|
|
3277
|
-
getPluralRules:
|
|
3273
|
+
getPluralRules: Pe(function() {
|
|
3278
3274
|
for (var t, r = [], n = 0; n < arguments.length; n++)
|
|
3279
3275
|
r[n] = arguments[n];
|
|
3280
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3276
|
+
return new ((t = Intl.PluralRules).bind.apply(t, we([void 0], r, !1)))();
|
|
3281
3277
|
}, {
|
|
3282
|
-
cache:
|
|
3283
|
-
strategy:
|
|
3278
|
+
cache: Ce(e.pluralRules),
|
|
3279
|
+
strategy: Ie.variadic
|
|
3284
3280
|
})
|
|
3285
3281
|
};
|
|
3286
3282
|
}
|
|
3287
|
-
var
|
|
3283
|
+
var _n = (
|
|
3288
3284
|
/** @class */
|
|
3289
3285
|
function() {
|
|
3290
3286
|
function e(t, r, n, i) {
|
|
@@ -3299,11 +3295,11 @@ var Sn = (
|
|
|
3299
3295
|
if (u.length === 1)
|
|
3300
3296
|
return u[0].value;
|
|
3301
3297
|
var l = u.reduce(function(c, d) {
|
|
3302
|
-
return !c.length || d.type !==
|
|
3298
|
+
return !c.length || d.type !== N.literal || typeof c[c.length - 1] != "string" ? c.push(d.value) : c[c.length - 1] += d.value, c;
|
|
3303
3299
|
}, []);
|
|
3304
3300
|
return l.length <= 1 ? l[0] || "" : l;
|
|
3305
3301
|
}, this.formatToParts = function(h) {
|
|
3306
|
-
return
|
|
3302
|
+
return ve(o.ast, o.locales, o.formatters, o.formats, h, void 0, o.message);
|
|
3307
3303
|
}, this.resolvedOptions = function() {
|
|
3308
3304
|
var h;
|
|
3309
3305
|
return {
|
|
@@ -3316,13 +3312,13 @@ var Sn = (
|
|
|
3316
3312
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3317
3313
|
var a = i || {};
|
|
3318
3314
|
a.formatters;
|
|
3319
|
-
var s =
|
|
3320
|
-
this.ast = e.__parse(t,
|
|
3315
|
+
var s = Nr(a, ["formatters"]);
|
|
3316
|
+
this.ast = e.__parse(t, v(v({}, s), { locale: this.resolvedLocale }));
|
|
3321
3317
|
} else
|
|
3322
3318
|
this.ast = t;
|
|
3323
3319
|
if (!Array.isArray(this.ast))
|
|
3324
3320
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3325
|
-
this.formats =
|
|
3321
|
+
this.formats = En(e.formats, n), this.formatters = i && i.formatters || xn(this.formatterCache);
|
|
3326
3322
|
}
|
|
3327
3323
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3328
3324
|
get: function() {
|
|
@@ -3335,7 +3331,7 @@ var Sn = (
|
|
|
3335
3331
|
var r = Intl.NumberFormat.supportedLocalesOf(t);
|
|
3336
3332
|
return r.length > 0 ? new Intl.Locale(r[0]) : new Intl.Locale(typeof t == "string" ? t : t[0]);
|
|
3337
3333
|
}
|
|
3338
|
-
}, e.__parse =
|
|
3334
|
+
}, e.__parse = mn, e.formats = {
|
|
3339
3335
|
number: {
|
|
3340
3336
|
integer: {
|
|
3341
3337
|
maximumFractionDigits: 0
|
|
@@ -3396,7 +3392,7 @@ var Sn = (
|
|
|
3396
3392
|
}, e;
|
|
3397
3393
|
}()
|
|
3398
3394
|
);
|
|
3399
|
-
function
|
|
3395
|
+
function Sn(e, t) {
|
|
3400
3396
|
if (t == null)
|
|
3401
3397
|
return;
|
|
3402
3398
|
if (t in e)
|
|
@@ -3417,21 +3413,21 @@ function Tn(e, t) {
|
|
|
3417
3413
|
n = void 0;
|
|
3418
3414
|
return n;
|
|
3419
3415
|
}
|
|
3420
|
-
const
|
|
3416
|
+
const G = {}, Tn = (e, t, r) => r && (t in G || (G[t] = {}), e in G[t] || (G[t][e] = r), r), Dt = (e, t) => {
|
|
3421
3417
|
if (t == null)
|
|
3422
3418
|
return;
|
|
3423
|
-
if (t in
|
|
3424
|
-
return
|
|
3425
|
-
const r =
|
|
3419
|
+
if (t in G && e in G[t])
|
|
3420
|
+
return G[t][e];
|
|
3421
|
+
const r = He(t);
|
|
3426
3422
|
for (let n = 0; n < r.length; n++) {
|
|
3427
3423
|
const i = r[n], o = Bn(i, e);
|
|
3428
3424
|
if (o)
|
|
3429
|
-
return
|
|
3425
|
+
return Tn(e, t, o);
|
|
3430
3426
|
}
|
|
3431
3427
|
};
|
|
3432
3428
|
let Je;
|
|
3433
|
-
const
|
|
3434
|
-
function
|
|
3429
|
+
const oe = _e({});
|
|
3430
|
+
function Hn(e) {
|
|
3435
3431
|
return Je[e] || null;
|
|
3436
3432
|
}
|
|
3437
3433
|
function Ft(e) {
|
|
@@ -3440,13 +3436,13 @@ function Ft(e) {
|
|
|
3440
3436
|
function Bn(e, t) {
|
|
3441
3437
|
if (!Ft(e))
|
|
3442
3438
|
return null;
|
|
3443
|
-
const r =
|
|
3444
|
-
return
|
|
3439
|
+
const r = Hn(e);
|
|
3440
|
+
return Sn(r, t);
|
|
3445
3441
|
}
|
|
3446
|
-
function
|
|
3442
|
+
function An(e) {
|
|
3447
3443
|
if (e == null)
|
|
3448
3444
|
return;
|
|
3449
|
-
const t =
|
|
3445
|
+
const t = He(e);
|
|
3450
3446
|
for (let r = 0; r < t.length; r++) {
|
|
3451
3447
|
const n = t[r];
|
|
3452
3448
|
if (Ft(n))
|
|
@@ -3454,55 +3450,55 @@ function wn(e) {
|
|
|
3454
3450
|
}
|
|
3455
3451
|
}
|
|
3456
3452
|
function Gt(e, ...t) {
|
|
3457
|
-
delete
|
|
3453
|
+
delete G[e], oe.update((r) => (r[e] = Ir.all([r[e] || {}, ...t]), r));
|
|
3458
3454
|
}
|
|
3459
|
-
|
|
3460
|
-
[
|
|
3455
|
+
ie(
|
|
3456
|
+
[oe],
|
|
3461
3457
|
([e]) => Object.keys(e)
|
|
3462
3458
|
);
|
|
3463
|
-
|
|
3464
|
-
const
|
|
3465
|
-
function
|
|
3466
|
-
|
|
3459
|
+
oe.subscribe((e) => Je = e);
|
|
3460
|
+
const ye = {};
|
|
3461
|
+
function wn(e, t) {
|
|
3462
|
+
ye[e].delete(t), ye[e].size === 0 && delete ye[e];
|
|
3467
3463
|
}
|
|
3468
3464
|
function kt(e) {
|
|
3469
|
-
return
|
|
3465
|
+
return ye[e];
|
|
3470
3466
|
}
|
|
3471
|
-
function
|
|
3472
|
-
return
|
|
3467
|
+
function Pn(e) {
|
|
3468
|
+
return He(e).map((t) => {
|
|
3473
3469
|
const r = kt(t);
|
|
3474
3470
|
return [t, r ? [...r] : []];
|
|
3475
3471
|
}).filter(([, t]) => t.length > 0);
|
|
3476
3472
|
}
|
|
3477
|
-
function
|
|
3478
|
-
return e == null ? !1 :
|
|
3473
|
+
function Ve(e) {
|
|
3474
|
+
return e == null ? !1 : He(e).some(
|
|
3479
3475
|
(t) => {
|
|
3480
3476
|
var r;
|
|
3481
3477
|
return (r = kt(t)) == null ? void 0 : r.size;
|
|
3482
3478
|
}
|
|
3483
3479
|
);
|
|
3484
3480
|
}
|
|
3485
|
-
function
|
|
3481
|
+
function In(e, t) {
|
|
3486
3482
|
return Promise.all(
|
|
3487
|
-
t.map((n) => (
|
|
3483
|
+
t.map((n) => (wn(e, n), n().then((i) => i.default || i)))
|
|
3488
3484
|
).then((n) => Gt(e, ...n));
|
|
3489
3485
|
}
|
|
3490
|
-
const
|
|
3486
|
+
const he = {};
|
|
3491
3487
|
function jt(e) {
|
|
3492
|
-
if (!
|
|
3493
|
-
return e in
|
|
3494
|
-
const t =
|
|
3495
|
-
return
|
|
3488
|
+
if (!Ve(e))
|
|
3489
|
+
return e in he ? he[e] : Promise.resolve();
|
|
3490
|
+
const t = Pn(e);
|
|
3491
|
+
return he[e] = Promise.all(
|
|
3496
3492
|
t.map(
|
|
3497
|
-
([r, n]) =>
|
|
3493
|
+
([r, n]) => In(r, n)
|
|
3498
3494
|
)
|
|
3499
3495
|
).then(() => {
|
|
3500
|
-
if (
|
|
3496
|
+
if (Ve(e))
|
|
3501
3497
|
return jt(e);
|
|
3502
|
-
delete
|
|
3503
|
-
}),
|
|
3498
|
+
delete he[e];
|
|
3499
|
+
}), he[e];
|
|
3504
3500
|
}
|
|
3505
|
-
const
|
|
3501
|
+
const Nn = {
|
|
3506
3502
|
number: {
|
|
3507
3503
|
scientific: { notation: "scientific" },
|
|
3508
3504
|
engineering: { notation: "engineering" },
|
|
@@ -3531,141 +3527,141 @@ const Cn = {
|
|
|
3531
3527
|
timeZoneName: "short"
|
|
3532
3528
|
}
|
|
3533
3529
|
}
|
|
3534
|
-
},
|
|
3530
|
+
}, Cn = {
|
|
3535
3531
|
fallbackLocale: null,
|
|
3536
3532
|
loadingDelay: 200,
|
|
3537
|
-
formats:
|
|
3533
|
+
formats: Nn,
|
|
3538
3534
|
warnOnMissingMessages: !0,
|
|
3539
3535
|
handleMissingMessage: void 0,
|
|
3540
3536
|
ignoreTag: !0
|
|
3541
|
-
}, Mn =
|
|
3542
|
-
function
|
|
3537
|
+
}, Mn = Cn;
|
|
3538
|
+
function re() {
|
|
3543
3539
|
return Mn;
|
|
3544
3540
|
}
|
|
3545
|
-
const
|
|
3546
|
-
var
|
|
3541
|
+
const Me = _e(!1);
|
|
3542
|
+
var On = Object.defineProperty, Ln = Object.defineProperties, Rn = Object.getOwnPropertyDescriptors, lt = Object.getOwnPropertySymbols, $n = Object.prototype.hasOwnProperty, Un = Object.prototype.propertyIsEnumerable, ht = (e, t, r) => t in e ? On(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Dn = (e, t) => {
|
|
3547
3543
|
for (var r in t || (t = {}))
|
|
3548
|
-
|
|
3544
|
+
$n.call(t, r) && ht(e, r, t[r]);
|
|
3549
3545
|
if (lt)
|
|
3550
3546
|
for (var r of lt(t))
|
|
3551
|
-
|
|
3547
|
+
Un.call(t, r) && ht(e, r, t[r]);
|
|
3552
3548
|
return e;
|
|
3553
|
-
},
|
|
3554
|
-
let
|
|
3555
|
-
const
|
|
3549
|
+
}, Fn = (e, t) => Ln(e, Rn(t));
|
|
3550
|
+
let Xe;
|
|
3551
|
+
const Ee = _e(null);
|
|
3556
3552
|
function ct(e) {
|
|
3557
3553
|
return e.split("-").map((t, r, n) => n.slice(0, r + 1).join("-")).reverse();
|
|
3558
3554
|
}
|
|
3559
|
-
function
|
|
3555
|
+
function He(e, t = re().fallbackLocale) {
|
|
3560
3556
|
const r = ct(e);
|
|
3561
3557
|
return t ? [.../* @__PURE__ */ new Set([...r, ...ct(t)])] : r;
|
|
3562
3558
|
}
|
|
3563
|
-
function
|
|
3564
|
-
return
|
|
3559
|
+
function Z() {
|
|
3560
|
+
return Xe ?? void 0;
|
|
3565
3561
|
}
|
|
3566
|
-
|
|
3567
|
-
|
|
3562
|
+
Ee.subscribe((e) => {
|
|
3563
|
+
Xe = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3568
3564
|
});
|
|
3569
|
-
const
|
|
3570
|
-
if (e &&
|
|
3571
|
-
const { loadingDelay: t } =
|
|
3565
|
+
const Gn = (e) => {
|
|
3566
|
+
if (e && An(e) && Ve(e)) {
|
|
3567
|
+
const { loadingDelay: t } = re();
|
|
3572
3568
|
let r;
|
|
3573
|
-
return typeof window < "u" &&
|
|
3574
|
-
() =>
|
|
3569
|
+
return typeof window < "u" && Z() != null && t ? r = window.setTimeout(
|
|
3570
|
+
() => Me.set(!0),
|
|
3575
3571
|
t
|
|
3576
|
-
) :
|
|
3577
|
-
|
|
3572
|
+
) : Me.set(!0), jt(e).then(() => {
|
|
3573
|
+
Ee.set(e);
|
|
3578
3574
|
}).finally(() => {
|
|
3579
|
-
clearTimeout(r),
|
|
3575
|
+
clearTimeout(r), Me.set(!1);
|
|
3580
3576
|
});
|
|
3581
3577
|
}
|
|
3582
|
-
return
|
|
3583
|
-
},
|
|
3584
|
-
set:
|
|
3585
|
-
}),
|
|
3578
|
+
return Ee.set(e);
|
|
3579
|
+
}, z = Fn(Dn({}, Ee), {
|
|
3580
|
+
set: Gn
|
|
3581
|
+
}), Be = (e) => {
|
|
3586
3582
|
const t = /* @__PURE__ */ Object.create(null);
|
|
3587
3583
|
return (n) => {
|
|
3588
3584
|
const i = JSON.stringify(n);
|
|
3589
3585
|
return i in t ? t[i] : t[i] = e(n);
|
|
3590
3586
|
};
|
|
3591
3587
|
};
|
|
3592
|
-
var
|
|
3588
|
+
var kn = Object.defineProperty, xe = Object.getOwnPropertySymbols, Vt = Object.prototype.hasOwnProperty, Xt = Object.prototype.propertyIsEnumerable, ft = (e, t, r) => t in e ? kn(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Qe = (e, t) => {
|
|
3593
3589
|
for (var r in t || (t = {}))
|
|
3594
3590
|
Vt.call(t, r) && ft(e, r, t[r]);
|
|
3595
|
-
if (
|
|
3596
|
-
for (var r of
|
|
3591
|
+
if (xe)
|
|
3592
|
+
for (var r of xe(t))
|
|
3597
3593
|
Xt.call(t, r) && ft(e, r, t[r]);
|
|
3598
3594
|
return e;
|
|
3599
|
-
},
|
|
3595
|
+
}, se = (e, t) => {
|
|
3600
3596
|
var r = {};
|
|
3601
3597
|
for (var n in e)
|
|
3602
3598
|
Vt.call(e, n) && t.indexOf(n) < 0 && (r[n] = e[n]);
|
|
3603
|
-
if (e != null &&
|
|
3604
|
-
for (var n of
|
|
3599
|
+
if (e != null && xe)
|
|
3600
|
+
for (var n of xe(e))
|
|
3605
3601
|
t.indexOf(n) < 0 && Xt.call(e, n) && (r[n] = e[n]);
|
|
3606
3602
|
return r;
|
|
3607
3603
|
};
|
|
3608
|
-
const
|
|
3609
|
-
const { formats: r } =
|
|
3604
|
+
const me = (e, t) => {
|
|
3605
|
+
const { formats: r } = re();
|
|
3610
3606
|
if (e in r && t in r[e])
|
|
3611
3607
|
return r[e][t];
|
|
3612
3608
|
throw new Error(`[svelte-i18n] Unknown "${t}" ${e} format.`);
|
|
3613
|
-
},
|
|
3609
|
+
}, jn = Be(
|
|
3614
3610
|
(e) => {
|
|
3615
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3611
|
+
var t = e, { locale: r, format: n } = t, i = se(t, ["locale", "format"]);
|
|
3616
3612
|
if (r == null)
|
|
3617
3613
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3618
|
-
return n && (i =
|
|
3614
|
+
return n && (i = me("number", n)), new Intl.NumberFormat(r, i);
|
|
3619
3615
|
}
|
|
3620
|
-
),
|
|
3616
|
+
), Vn = Be(
|
|
3621
3617
|
(e) => {
|
|
3622
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3618
|
+
var t = e, { locale: r, format: n } = t, i = se(t, ["locale", "format"]);
|
|
3623
3619
|
if (r == null)
|
|
3624
3620
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3625
|
-
return n ? i =
|
|
3621
|
+
return n ? i = me("date", n) : Object.keys(i).length === 0 && (i = me("date", "short")), new Intl.DateTimeFormat(r, i);
|
|
3626
3622
|
}
|
|
3627
|
-
),
|
|
3623
|
+
), Xn = Be(
|
|
3628
3624
|
(e) => {
|
|
3629
|
-
var t = e, { locale: r, format: n } = t, i =
|
|
3625
|
+
var t = e, { locale: r, format: n } = t, i = se(t, ["locale", "format"]);
|
|
3630
3626
|
if (r == null)
|
|
3631
3627
|
throw new Error(
|
|
3632
3628
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3633
3629
|
);
|
|
3634
|
-
return n ? i =
|
|
3630
|
+
return n ? i = me("time", n) : Object.keys(i).length === 0 && (i = me("time", "short")), new Intl.DateTimeFormat(r, i);
|
|
3635
3631
|
}
|
|
3636
|
-
),
|
|
3632
|
+
), zn = (e = {}) => {
|
|
3637
3633
|
var t = e, {
|
|
3638
|
-
locale: r =
|
|
3639
|
-
} = t, n =
|
|
3634
|
+
locale: r = Z()
|
|
3635
|
+
} = t, n = se(t, [
|
|
3640
3636
|
"locale"
|
|
3641
3637
|
]);
|
|
3642
|
-
return
|
|
3643
|
-
},
|
|
3638
|
+
return jn(Qe({ locale: r }, n));
|
|
3639
|
+
}, Wn = (e = {}) => {
|
|
3644
3640
|
var t = e, {
|
|
3645
|
-
locale: r =
|
|
3646
|
-
} = t, n =
|
|
3641
|
+
locale: r = Z()
|
|
3642
|
+
} = t, n = se(t, [
|
|
3647
3643
|
"locale"
|
|
3648
3644
|
]);
|
|
3649
|
-
return
|
|
3650
|
-
},
|
|
3645
|
+
return Vn(Qe({ locale: r }, n));
|
|
3646
|
+
}, Zn = (e = {}) => {
|
|
3651
3647
|
var t = e, {
|
|
3652
|
-
locale: r =
|
|
3653
|
-
} = t, n =
|
|
3648
|
+
locale: r = Z()
|
|
3649
|
+
} = t, n = se(t, [
|
|
3654
3650
|
"locale"
|
|
3655
3651
|
]);
|
|
3656
|
-
return
|
|
3657
|
-
},
|
|
3652
|
+
return Xn(Qe({ locale: r }, n));
|
|
3653
|
+
}, Jn = Be(
|
|
3658
3654
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3659
|
-
(e, t =
|
|
3660
|
-
ignoreTag:
|
|
3655
|
+
(e, t = Z()) => new _n(e, t, re().formats, {
|
|
3656
|
+
ignoreTag: re().ignoreTag
|
|
3661
3657
|
})
|
|
3662
|
-
),
|
|
3658
|
+
), Qn = (e, t = {}) => {
|
|
3663
3659
|
var r, n, i, o;
|
|
3664
3660
|
let a = t;
|
|
3665
3661
|
typeof e == "object" && (a = e, e = a.id);
|
|
3666
3662
|
const {
|
|
3667
3663
|
values: s,
|
|
3668
|
-
locale: h =
|
|
3664
|
+
locale: h = Z(),
|
|
3669
3665
|
default: u
|
|
3670
3666
|
} = a;
|
|
3671
3667
|
if (h == null)
|
|
@@ -3674,7 +3670,7 @@ const pe = (e, t) => {
|
|
|
3674
3670
|
);
|
|
3675
3671
|
let l = Dt(e, h);
|
|
3676
3672
|
if (!l)
|
|
3677
|
-
l = (o = (i = (n = (r =
|
|
3673
|
+
l = (o = (i = (n = (r = re()).handleMissingMessage) == null ? void 0 : n.call(r, { locale: h, id: e, defaultValue: u })) != null ? i : u) != null ? o : e;
|
|
3678
3674
|
else if (typeof l != "string")
|
|
3679
3675
|
return console.warn(
|
|
3680
3676
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof l}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
@@ -3683,7 +3679,7 @@ const pe = (e, t) => {
|
|
|
3683
3679
|
return l;
|
|
3684
3680
|
let c = l;
|
|
3685
3681
|
try {
|
|
3686
|
-
c =
|
|
3682
|
+
c = Jn(l, h).format(s);
|
|
3687
3683
|
} catch (d) {
|
|
3688
3684
|
d instanceof Error && console.warn(
|
|
3689
3685
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3691,14 +3687,14 @@ const pe = (e, t) => {
|
|
|
3691
3687
|
);
|
|
3692
3688
|
}
|
|
3693
3689
|
return c;
|
|
3694
|
-
},
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
|
|
3698
|
-
|
|
3699
|
-
function
|
|
3700
|
-
|
|
3701
|
-
r == null && (
|
|
3690
|
+
}, qn = (e, t) => Zn(t).format(e), Yn = (e, t) => Wn(t).format(e), Kn = (e, t) => zn(t).format(e), ei = (e, t = Z()) => Dt(e, t), ti = ie([z, oe], () => Qn);
|
|
3691
|
+
ie([z], () => qn);
|
|
3692
|
+
ie([z], () => Yn);
|
|
3693
|
+
ie([z], () => Kn);
|
|
3694
|
+
ie([z, oe], () => ei);
|
|
3695
|
+
function ri({ withLocale: e, translations: t }) {
|
|
3696
|
+
z.subscribe((r) => {
|
|
3697
|
+
r == null && (oe.set(t), z.set(e));
|
|
3702
3698
|
});
|
|
3703
3699
|
}
|
|
3704
3700
|
function dt(e, t) {
|
|
@@ -3811,13 +3807,13 @@ const mt = {
|
|
|
3811
3807
|
loginSMSHint: "A new verification code has been sent to your phone number"
|
|
3812
3808
|
}
|
|
3813
3809
|
};
|
|
3814
|
-
function
|
|
3810
|
+
function ni(e, t) {
|
|
3815
3811
|
if (e) {
|
|
3816
3812
|
const r = document.createElement("style");
|
|
3817
3813
|
r.innerHTML = t, e.appendChild(r);
|
|
3818
3814
|
}
|
|
3819
3815
|
}
|
|
3820
|
-
function
|
|
3816
|
+
function ii(e, t) {
|
|
3821
3817
|
if (!e || !t)
|
|
3822
3818
|
return;
|
|
3823
3819
|
const r = new URL(t);
|
|
@@ -3828,7 +3824,7 @@ function oi(e, t) {
|
|
|
3828
3824
|
console.error("There was an error while trying to load client styling from URL", n);
|
|
3829
3825
|
});
|
|
3830
3826
|
}
|
|
3831
|
-
function
|
|
3827
|
+
function oi(e, t, r) {
|
|
3832
3828
|
if (window.emMessageBus) {
|
|
3833
3829
|
const n = document.createElement("style");
|
|
3834
3830
|
window.emMessageBus.subscribe(t, (i) => {
|
|
@@ -3836,50 +3832,50 @@ function si(e, t, r) {
|
|
|
3836
3832
|
});
|
|
3837
3833
|
}
|
|
3838
3834
|
}
|
|
3839
|
-
function
|
|
3835
|
+
function si(e) {
|
|
3840
3836
|
Zt(e, "svelte-c25n4u", "*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}.Title{font-size:14px;margin:0;padding-bottom:20px}.Field{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;padding-bottom:30px;position:relative}.Field label{font-size:14px;font-weight:300;padding-bottom:5px}.Field input,.Field select{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.Field.InvalidField input{border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.Field.Hidden{display:none}.LoginSMSHint{margin-top:20px}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.Button{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer;margin-top:24px}.Button[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-100, #E6E6E6);cursor:not-allowed}.Button.SmsVerificationResend{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A))}");
|
|
3841
3837
|
}
|
|
3842
|
-
function
|
|
3838
|
+
function ai(e) {
|
|
3843
3839
|
let t = (
|
|
3844
3840
|
/*$_*/
|
|
3845
3841
|
e[5]("errorTitle") + ""
|
|
3846
3842
|
), r;
|
|
3847
3843
|
return {
|
|
3848
3844
|
c() {
|
|
3849
|
-
r =
|
|
3845
|
+
r = O(t);
|
|
3850
3846
|
},
|
|
3851
3847
|
m(n, i) {
|
|
3852
|
-
|
|
3848
|
+
W(n, r, i);
|
|
3853
3849
|
},
|
|
3854
3850
|
p(n, i) {
|
|
3855
3851
|
i & /*$_*/
|
|
3856
3852
|
32 && t !== (t = /*$_*/
|
|
3857
|
-
n[5]("errorTitle") + "") &&
|
|
3853
|
+
n[5]("errorTitle") + "") && F(r, t);
|
|
3858
3854
|
},
|
|
3859
3855
|
d(n) {
|
|
3860
|
-
n &&
|
|
3856
|
+
n && k(r);
|
|
3861
3857
|
}
|
|
3862
3858
|
};
|
|
3863
3859
|
}
|
|
3864
|
-
function
|
|
3860
|
+
function ui(e) {
|
|
3865
3861
|
let t = (
|
|
3866
3862
|
/*$_*/
|
|
3867
3863
|
e[5]("title") + ""
|
|
3868
3864
|
), r;
|
|
3869
3865
|
return {
|
|
3870
3866
|
c() {
|
|
3871
|
-
r =
|
|
3867
|
+
r = O(t);
|
|
3872
3868
|
},
|
|
3873
3869
|
m(n, i) {
|
|
3874
|
-
|
|
3870
|
+
W(n, r, i);
|
|
3875
3871
|
},
|
|
3876
3872
|
p(n, i) {
|
|
3877
3873
|
i & /*$_*/
|
|
3878
3874
|
32 && t !== (t = /*$_*/
|
|
3879
|
-
n[5]("title") + "") &&
|
|
3875
|
+
n[5]("title") + "") && F(r, t);
|
|
3880
3876
|
},
|
|
3881
3877
|
d(n) {
|
|
3882
|
-
n &&
|
|
3878
|
+
n && k(r);
|
|
3883
3879
|
}
|
|
3884
3880
|
};
|
|
3885
3881
|
}
|
|
@@ -3890,18 +3886,18 @@ function pt(e) {
|
|
|
3890
3886
|
), n;
|
|
3891
3887
|
return {
|
|
3892
3888
|
c() {
|
|
3893
|
-
t =
|
|
3889
|
+
t = M("p"), n = O(r), B(t, "class", "InvalidInput");
|
|
3894
3890
|
},
|
|
3895
3891
|
m(i, o) {
|
|
3896
|
-
|
|
3892
|
+
W(i, t, o), E(t, n);
|
|
3897
3893
|
},
|
|
3898
3894
|
p(i, o) {
|
|
3899
3895
|
o & /*$_*/
|
|
3900
3896
|
32 && r !== (r = /*$_*/
|
|
3901
|
-
i[5]("smsCodeError") + "") &&
|
|
3897
|
+
i[5]("smsCodeError") + "") && F(n, r);
|
|
3902
3898
|
},
|
|
3903
3899
|
d(i) {
|
|
3904
|
-
i &&
|
|
3900
|
+
i && k(t);
|
|
3905
3901
|
}
|
|
3906
3902
|
};
|
|
3907
3903
|
}
|
|
@@ -3912,18 +3908,18 @@ function bt(e) {
|
|
|
3912
3908
|
), n;
|
|
3913
3909
|
return {
|
|
3914
3910
|
c() {
|
|
3915
|
-
t =
|
|
3911
|
+
t = M("p"), n = O(r), B(t, "class", "SmsVerificationResendMessage");
|
|
3916
3912
|
},
|
|
3917
3913
|
m(i, o) {
|
|
3918
|
-
|
|
3914
|
+
W(i, t, o), E(t, n);
|
|
3919
3915
|
},
|
|
3920
3916
|
p(i, o) {
|
|
3921
3917
|
o & /*$_*/
|
|
3922
3918
|
32 && r !== (r = /*$_*/
|
|
3923
|
-
i[5]("resendMessage") + "") &&
|
|
3919
|
+
i[5]("resendMessage") + "") && F(n, r);
|
|
3924
3920
|
},
|
|
3925
3921
|
d(i) {
|
|
3926
|
-
i &&
|
|
3922
|
+
i && k(t);
|
|
3927
3923
|
}
|
|
3928
3924
|
};
|
|
3929
3925
|
}
|
|
@@ -3934,47 +3930,47 @@ function gt(e) {
|
|
|
3934
3930
|
), i, o, a;
|
|
3935
3931
|
return {
|
|
3936
3932
|
c() {
|
|
3937
|
-
t =
|
|
3933
|
+
t = M("span"), r = O("(0:"), i = O(n), o = O(
|
|
3938
3934
|
/*secondsLeft*/
|
|
3939
3935
|
e[4]
|
|
3940
|
-
), a =
|
|
3936
|
+
), a = O(")"), B(t, "class", "SmsVerificationResendTimer");
|
|
3941
3937
|
},
|
|
3942
3938
|
m(s, h) {
|
|
3943
|
-
|
|
3939
|
+
W(s, t, h), E(t, r), E(t, i), E(t, o), E(t, a);
|
|
3944
3940
|
},
|
|
3945
3941
|
p(s, h) {
|
|
3946
3942
|
h & /*secondsLeft*/
|
|
3947
3943
|
16 && n !== (n = /*secondsLeft*/
|
|
3948
|
-
s[4] < 10 ? "0" : "") &&
|
|
3949
|
-
16 &&
|
|
3944
|
+
s[4] < 10 ? "0" : "") && F(i, n), h & /*secondsLeft*/
|
|
3945
|
+
16 && F(
|
|
3950
3946
|
o,
|
|
3951
3947
|
/*secondsLeft*/
|
|
3952
3948
|
s[4]
|
|
3953
3949
|
);
|
|
3954
3950
|
},
|
|
3955
3951
|
d(s) {
|
|
3956
|
-
s &&
|
|
3952
|
+
s && k(t);
|
|
3957
3953
|
}
|
|
3958
3954
|
};
|
|
3959
3955
|
}
|
|
3960
|
-
function
|
|
3956
|
+
function li(e) {
|
|
3961
3957
|
let t, r, n, i, o, a = (
|
|
3962
3958
|
/*$_*/
|
|
3963
3959
|
e[5]("code") + ""
|
|
3964
|
-
), s, h, u, l, c, d, g,
|
|
3960
|
+
), s, h, u, l, c, d, g, y, _, T, H = (
|
|
3965
3961
|
/*$_*/
|
|
3966
3962
|
e[5]("activate") + ""
|
|
3967
|
-
), L,
|
|
3963
|
+
), L, A, S, C = (
|
|
3968
3964
|
/*$_*/
|
|
3969
3965
|
e[5]("resend") + ""
|
|
3970
|
-
), D,
|
|
3971
|
-
function
|
|
3966
|
+
), D, j, ae, ue;
|
|
3967
|
+
function le(p, I) {
|
|
3972
3968
|
return (
|
|
3973
3969
|
/*isSmsValid*/
|
|
3974
|
-
p[2] ?
|
|
3970
|
+
p[2] ? ui : ai
|
|
3975
3971
|
);
|
|
3976
3972
|
}
|
|
3977
|
-
let
|
|
3973
|
+
let V = le(e), R = V(e), w = !/*isSmsValid*/
|
|
3978
3974
|
e[2] && pt(e), P = (
|
|
3979
3975
|
/*timer*/
|
|
3980
3976
|
e[3] && bt(e)
|
|
@@ -3984,46 +3980,46 @@ function hi(e) {
|
|
|
3984
3980
|
);
|
|
3985
3981
|
return {
|
|
3986
3982
|
c() {
|
|
3987
|
-
t =
|
|
3988
|
-
e[2] ? "" : "InvalidField")),
|
|
3989
|
-
e[3],
|
|
3983
|
+
t = M("div"), r = M("h3"), R.c(), n = X(), i = M("div"), o = M("label"), s = O(a), h = O(":"), u = M("span"), u.textContent = "*", l = X(), c = M("input"), d = X(), w && w.c(), y = X(), P && P.c(), _ = X(), T = M("button"), L = O(H), A = X(), S = M("button"), D = O(C), j = X(), f && f.c(), B(r, "class", "Title"), B(u, "class", "FormRequired"), B(o, "for", "SmsCode"), B(c, "type", "text"), B(c, "id", "SmsCode"), B(c, "inputmode", "numeric"), B(c, "pattern", "[0-9]*"), B(c, "maxlength", "6"), B(i, "class", g = "Field SmsVerificationField " + (/*isSmsValid*/
|
|
3984
|
+
e[2] ? "" : "InvalidField")), B(T, "class", "Button SmsVerificationValidate"), B(S, "class", "Button SmsVerificationResend"), S.disabled = /*timer*/
|
|
3985
|
+
e[3], B(t, "class", "Container SmsVerificationContainer");
|
|
3990
3986
|
},
|
|
3991
3987
|
m(p, I) {
|
|
3992
|
-
|
|
3988
|
+
W(p, t, I), E(t, r), R.m(r, null), E(t, n), E(t, i), E(i, o), E(o, s), E(o, h), E(o, u), E(i, l), E(i, c), Ye(
|
|
3993
3989
|
c,
|
|
3994
3990
|
/*smsCode*/
|
|
3995
3991
|
e[1]
|
|
3996
|
-
),
|
|
3997
|
-
|
|
3992
|
+
), E(i, d), w && w.m(i, null), E(t, y), P && P.m(t, null), E(t, _), E(t, T), E(T, L), E(t, A), E(t, S), E(S, D), E(S, j), f && f.m(S, null), e[20](t), ae || (ue = [
|
|
3993
|
+
pe(
|
|
3998
3994
|
c,
|
|
3999
3995
|
"input",
|
|
4000
3996
|
/*input_input_handler*/
|
|
4001
3997
|
e[18]
|
|
4002
3998
|
),
|
|
4003
|
-
|
|
3999
|
+
pe(
|
|
4004
4000
|
c,
|
|
4005
4001
|
"keydown",
|
|
4006
4002
|
/*keydown_handler*/
|
|
4007
4003
|
e[19]
|
|
4008
4004
|
),
|
|
4009
|
-
|
|
4005
|
+
pe(
|
|
4010
4006
|
T,
|
|
4011
4007
|
"click",
|
|
4012
4008
|
/*activateUser*/
|
|
4013
4009
|
e[6]
|
|
4014
4010
|
),
|
|
4015
|
-
|
|
4016
|
-
|
|
4011
|
+
pe(
|
|
4012
|
+
S,
|
|
4017
4013
|
"click",
|
|
4018
4014
|
/*resendCode*/
|
|
4019
4015
|
e[7]
|
|
4020
4016
|
)
|
|
4021
|
-
],
|
|
4017
|
+
], ae = !0);
|
|
4022
4018
|
},
|
|
4023
4019
|
p(p, [I]) {
|
|
4024
|
-
|
|
4020
|
+
V === (V = le(p)) && R ? R.p(p, I) : (R.d(1), R = V(p), R && (R.c(), R.m(r, null))), I & /*$_*/
|
|
4025
4021
|
32 && a !== (a = /*$_*/
|
|
4026
|
-
p[5]("code") + "") &&
|
|
4022
|
+
p[5]("code") + "") && F(s, a), I & /*smsCode*/
|
|
4027
4023
|
2 && c.value !== /*smsCode*/
|
|
4028
4024
|
p[1] && Ye(
|
|
4029
4025
|
c,
|
|
@@ -4032,29 +4028,29 @@ function hi(e) {
|
|
|
4032
4028
|
), /*isSmsValid*/
|
|
4033
4029
|
p[2] ? w && (w.d(1), w = null) : w ? w.p(p, I) : (w = pt(p), w.c(), w.m(i, null)), I & /*isSmsValid*/
|
|
4034
4030
|
4 && g !== (g = "Field SmsVerificationField " + (/*isSmsValid*/
|
|
4035
|
-
p[2] ? "" : "InvalidField")) &&
|
|
4031
|
+
p[2] ? "" : "InvalidField")) && B(i, "class", g), /*timer*/
|
|
4036
4032
|
p[3] ? P ? P.p(p, I) : (P = bt(p), P.c(), P.m(t, _)) : P && (P.d(1), P = null), I & /*$_*/
|
|
4037
4033
|
32 && H !== (H = /*$_*/
|
|
4038
|
-
p[5]("activate") + "") &&
|
|
4034
|
+
p[5]("activate") + "") && F(L, H), I & /*$_*/
|
|
4039
4035
|
32 && C !== (C = /*$_*/
|
|
4040
|
-
p[5]("resend") + "") &&
|
|
4041
|
-
p[3] ? f ? f.p(p, I) : (f = gt(p), f.c(), f.m(
|
|
4042
|
-
8 && (
|
|
4036
|
+
p[5]("resend") + "") && F(D, C), /*timer*/
|
|
4037
|
+
p[3] ? f ? f.p(p, I) : (f = gt(p), f.c(), f.m(S, null)) : f && (f.d(1), f = null), I & /*timer*/
|
|
4038
|
+
8 && (S.disabled = /*timer*/
|
|
4043
4039
|
p[3]);
|
|
4044
4040
|
},
|
|
4045
4041
|
i: U,
|
|
4046
4042
|
o: U,
|
|
4047
4043
|
d(p) {
|
|
4048
|
-
p &&
|
|
4044
|
+
p && k(t), R.d(), w && w.d(), P && P.d(), f && f.d(), e[20](null), ae = !1, ne(ue);
|
|
4049
4045
|
}
|
|
4050
4046
|
};
|
|
4051
4047
|
}
|
|
4052
|
-
function
|
|
4048
|
+
function hi(e, t, r) {
|
|
4053
4049
|
let n;
|
|
4054
|
-
Wt(e,
|
|
4055
|
-
let { endpoint: i = "" } = t, { tokenid: o = "" } = t, { playerid: a = "" } = t, { smstemplate: s = "Please use this code {0} to activate your accout" } = t, { number: h = "" } = t, { mbsource: u } = t, { clientstyling: l = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: d = "" } = t, g,
|
|
4050
|
+
Wt(e, ti, (f) => r(5, n = f));
|
|
4051
|
+
let { endpoint: i = "" } = t, { tokenid: o = "" } = t, { playerid: a = "" } = t, { smstemplate: s = "Please use this code {0} to activate your accout" } = t, { number: h = "" } = t, { mbsource: u } = t, { clientstyling: l = "" } = t, { clientstylingurl: c = "" } = t, { translationurl: d = "" } = t, g, y = !0, _ = !1, T, H, L = +localStorage.getItem("smsTimer") || 0, A = Date.now() / 1e3 - L, S = 60 - Math.floor(A);
|
|
4056
4052
|
const C = { numeric: /^[0-9]{0,6}$/ };
|
|
4057
|
-
|
|
4053
|
+
ri({ withLocale: "en", translations: {} });
|
|
4058
4054
|
const D = () => {
|
|
4059
4055
|
fetch(d).then((p) => p.json()).then((p) => {
|
|
4060
4056
|
Object.keys(p).forEach((I) => {
|
|
@@ -4067,7 +4063,7 @@ function ci(e, t, r) {
|
|
|
4067
4063
|
Object.keys(mt).forEach((f) => {
|
|
4068
4064
|
dt(f, mt[f]);
|
|
4069
4065
|
});
|
|
4070
|
-
const
|
|
4066
|
+
const j = async () => {
|
|
4071
4067
|
try {
|
|
4072
4068
|
if ((await fetch(`${i}/v1/player/${a}/activateSMS?tokenId=${o}&validationCode=${g}`, {
|
|
4073
4069
|
headers: {
|
|
@@ -4075,7 +4071,7 @@ function ci(e, t, r) {
|
|
|
4075
4071
|
accept: "application/json"
|
|
4076
4072
|
}
|
|
4077
4073
|
})).ok)
|
|
4078
|
-
r(2,
|
|
4074
|
+
r(2, y = !0), window.postMessage({ type: "SmsHasBeenValidated" }, window.location.href);
|
|
4079
4075
|
else
|
|
4080
4076
|
throw window.postMessage(
|
|
4081
4077
|
{
|
|
@@ -4086,12 +4082,12 @@ function ci(e, t, r) {
|
|
|
4086
4082
|
}
|
|
4087
4083
|
},
|
|
4088
4084
|
window.location.href
|
|
4089
|
-
), r(2,
|
|
4085
|
+
), r(2, y = !1), new Error("Could not activate user");
|
|
4090
4086
|
} catch (f) {
|
|
4091
4087
|
console.log(f);
|
|
4092
4088
|
}
|
|
4093
|
-
},
|
|
4094
|
-
localStorage.setItem("smsTimer", JSON.stringify(Math.floor(Date.now() / 1e3))),
|
|
4089
|
+
}, ae = async () => {
|
|
4090
|
+
localStorage.setItem("smsTimer", JSON.stringify(Math.floor(Date.now() / 1e3))), le();
|
|
4095
4091
|
try {
|
|
4096
4092
|
const f = await fetch(`${i}/v1/player/sms/token`, {
|
|
4097
4093
|
method: "POST",
|
|
@@ -4106,22 +4102,22 @@ function ci(e, t, r) {
|
|
|
4106
4102
|
})
|
|
4107
4103
|
}), p = await f.json();
|
|
4108
4104
|
if (f.ok)
|
|
4109
|
-
r(9, o = p.id), _ = !1,
|
|
4105
|
+
r(9, o = p.id), _ = !1, ue();
|
|
4110
4106
|
else
|
|
4111
4107
|
throw _ = !0, new Error("Failed to fetch");
|
|
4112
4108
|
} catch (f) {
|
|
4113
4109
|
_ = !0, console.error(f);
|
|
4114
4110
|
}
|
|
4111
|
+
}, ue = () => {
|
|
4112
|
+
S > 0 ? r(4, S--, S) : (clearInterval(T), r(3, T = !1), r(4, S = 60));
|
|
4115
4113
|
}, le = () => {
|
|
4116
|
-
|
|
4117
|
-
}, he = () => {
|
|
4118
|
-
B < 60 && r(3, T = setInterval(
|
|
4114
|
+
A < 60 && r(3, T = setInterval(
|
|
4119
4115
|
() => {
|
|
4120
|
-
|
|
4116
|
+
ue();
|
|
4121
4117
|
},
|
|
4122
4118
|
1e3
|
|
4123
4119
|
));
|
|
4124
|
-
},
|
|
4120
|
+
}, V = (f) => {
|
|
4125
4121
|
!C.numeric.test(f.key) && f.keyCode !== 8 && f.keyCode !== 9 && f.keyCode !== 46 && f.preventDefault();
|
|
4126
4122
|
};
|
|
4127
4123
|
er(() => {
|
|
@@ -4129,15 +4125,15 @@ function ci(e, t, r) {
|
|
|
4129
4125
|
let f = JSON.parse(localStorage.getItem("playerData"));
|
|
4130
4126
|
r(10, a = f.playerid), r(11, h = f.number);
|
|
4131
4127
|
}
|
|
4132
|
-
return
|
|
4128
|
+
return le(), () => {
|
|
4133
4129
|
};
|
|
4134
4130
|
});
|
|
4135
4131
|
function R() {
|
|
4136
4132
|
g = this.value, r(1, g);
|
|
4137
4133
|
}
|
|
4138
|
-
const w = (f) =>
|
|
4134
|
+
const w = (f) => V(f);
|
|
4139
4135
|
function P(f) {
|
|
4140
|
-
|
|
4136
|
+
Oe[f ? "unshift" : "push"](() => {
|
|
4141
4137
|
H = f, r(0, H);
|
|
4142
4138
|
});
|
|
4143
4139
|
}
|
|
@@ -4146,20 +4142,20 @@ function ci(e, t, r) {
|
|
|
4146
4142
|
}, e.$$.update = () => {
|
|
4147
4143
|
e.$$.dirty & /*tokenid, playerid, endpoint*/
|
|
4148
4144
|
5632, e.$$.dirty & /*clientstyling, customStylingContainer*/
|
|
4149
|
-
32769 && l && H &&
|
|
4150
|
-
65537 && c && H &&
|
|
4151
|
-
16385 && u && H &&
|
|
4145
|
+
32769 && l && H && ni(H, l), e.$$.dirty & /*clientstylingurl, customStylingContainer*/
|
|
4146
|
+
65537 && c && H && ii(H, c), e.$$.dirty & /*mbsource, customStylingContainer*/
|
|
4147
|
+
16385 && u && H && oi(H, `${u}.Style`), e.$$.dirty & /*translationurl*/
|
|
4152
4148
|
131072 && d && D();
|
|
4153
4149
|
}, [
|
|
4154
4150
|
H,
|
|
4155
4151
|
g,
|
|
4156
|
-
|
|
4152
|
+
y,
|
|
4157
4153
|
T,
|
|
4158
|
-
|
|
4154
|
+
S,
|
|
4159
4155
|
n,
|
|
4156
|
+
j,
|
|
4157
|
+
ae,
|
|
4160
4158
|
V,
|
|
4161
|
-
ue,
|
|
4162
|
-
X,
|
|
4163
4159
|
o,
|
|
4164
4160
|
a,
|
|
4165
4161
|
h,
|
|
@@ -4174,13 +4170,13 @@ function ci(e, t, r) {
|
|
|
4174
4170
|
P
|
|
4175
4171
|
];
|
|
4176
4172
|
}
|
|
4177
|
-
class
|
|
4173
|
+
class ci extends fr {
|
|
4178
4174
|
constructor(t) {
|
|
4179
4175
|
super(), hr(
|
|
4180
4176
|
this,
|
|
4181
4177
|
t,
|
|
4182
|
-
ci,
|
|
4183
4178
|
hi,
|
|
4179
|
+
li,
|
|
4184
4180
|
yt,
|
|
4185
4181
|
{
|
|
4186
4182
|
endpoint: 12,
|
|
@@ -4193,7 +4189,7 @@ class fi extends fr {
|
|
|
4193
4189
|
clientstylingurl: 16,
|
|
4194
4190
|
translationurl: 17
|
|
4195
4191
|
},
|
|
4196
|
-
|
|
4192
|
+
si
|
|
4197
4193
|
);
|
|
4198
4194
|
}
|
|
4199
4195
|
get endpoint() {
|
|
@@ -4251,7 +4247,7 @@ class fi extends fr {
|
|
|
4251
4247
|
this.$$set({ translationurl: t }), $();
|
|
4252
4248
|
}
|
|
4253
4249
|
}
|
|
4254
|
-
cr(
|
|
4250
|
+
cr(ci, { endpoint: {}, tokenid: {}, playerid: {}, smstemplate: {}, number: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {} }, [], [], !0);
|
|
4255
4251
|
export {
|
|
4256
|
-
|
|
4252
|
+
ci as G
|
|
4257
4253
|
};
|