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