@everymatrix/general-player-register-form-step1 1.77.20 → 1.77.22
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/{GeneralPlayerRegisterFormStep1-21letT_w.js → GeneralPlayerRegisterFormStep1-BGNJ1Tpn.js} +809 -803
- package/components/{GeneralPlayerRegisterFormStep1-DI4oc2Z2.js → GeneralPlayerRegisterFormStep1-CCtaghRj.js} +835 -829
- package/components/GeneralPlayerRegisterFormStep1-CnwnqG8Z.cjs +3 -0
- package/es2015/general-player-register-form-step1.cjs +1 -1
- package/es2015/general-player-register-form-step1.js +1 -1
- package/esnext/general-player-register-form-step1.js +1 -1
- package/package.json +1 -1
- package/components/GeneralPlayerRegisterFormStep1-CRq7lYkO.cjs +0 -16
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
function z() {
|
|
2
2
|
}
|
|
3
|
-
function
|
|
3
|
+
function ei(e) {
|
|
4
4
|
return e();
|
|
5
5
|
}
|
|
6
|
-
function
|
|
6
|
+
function Bt() {
|
|
7
7
|
return /* @__PURE__ */ Object.create(null);
|
|
8
8
|
}
|
|
9
|
-
function
|
|
10
|
-
e.forEach(
|
|
9
|
+
function ur(e) {
|
|
10
|
+
e.forEach(ei);
|
|
11
11
|
}
|
|
12
|
-
function
|
|
12
|
+
function Pt(e) {
|
|
13
13
|
return typeof e == "function";
|
|
14
14
|
}
|
|
15
|
-
function
|
|
15
|
+
function ri(e, r) {
|
|
16
16
|
return e != e ? r == r : e !== r || e && typeof e == "object" || typeof e == "function";
|
|
17
17
|
}
|
|
18
|
-
function
|
|
18
|
+
function Ti(e) {
|
|
19
19
|
return Object.keys(e).length === 0;
|
|
20
20
|
}
|
|
21
|
-
function
|
|
21
|
+
function ti(e, ...r) {
|
|
22
22
|
if (e == null) {
|
|
23
23
|
for (const i of r)
|
|
24
24
|
i(void 0);
|
|
@@ -27,20 +27,20 @@ function ei(e, ...r) {
|
|
|
27
27
|
const t = e.subscribe(...r);
|
|
28
28
|
return t.unsubscribe ? () => t.unsubscribe() : t;
|
|
29
29
|
}
|
|
30
|
-
function
|
|
31
|
-
e.$$.on_destroy.push(
|
|
30
|
+
function Hi(e, r, t) {
|
|
31
|
+
e.$$.on_destroy.push(ti(r, t));
|
|
32
32
|
}
|
|
33
33
|
function l(e, r) {
|
|
34
34
|
e.appendChild(r);
|
|
35
35
|
}
|
|
36
|
-
function
|
|
37
|
-
const i =
|
|
36
|
+
function Bi(e, r, t) {
|
|
37
|
+
const i = Ii(e);
|
|
38
38
|
if (!i.getElementById(r)) {
|
|
39
39
|
const n = E("style");
|
|
40
|
-
n.id = r, n.textContent = t,
|
|
40
|
+
n.id = r, n.textContent = t, Ni(i, n);
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
|
-
function
|
|
43
|
+
function Ii(e) {
|
|
44
44
|
if (!e)
|
|
45
45
|
return document;
|
|
46
46
|
const r = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -50,7 +50,7 @@ function Hi(e) {
|
|
|
50
50
|
r
|
|
51
51
|
) : e.ownerDocument;
|
|
52
52
|
}
|
|
53
|
-
function
|
|
53
|
+
function Ni(e, r) {
|
|
54
54
|
return l(
|
|
55
55
|
/** @type {Document} */
|
|
56
56
|
e.head || e,
|
|
@@ -66,14 +66,14 @@ function ie(e) {
|
|
|
66
66
|
function E(e) {
|
|
67
67
|
return document.createElement(e);
|
|
68
68
|
}
|
|
69
|
-
function
|
|
69
|
+
function w(e) {
|
|
70
70
|
return document.createElementNS("http://www.w3.org/2000/svg", e);
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function T(e) {
|
|
73
73
|
return document.createTextNode(e);
|
|
74
74
|
}
|
|
75
|
-
function
|
|
76
|
-
return
|
|
75
|
+
function B() {
|
|
76
|
+
return T(" ");
|
|
77
77
|
}
|
|
78
78
|
function x(e, r, t, i) {
|
|
79
79
|
return e.addEventListener(r, t, i), () => e.removeEventListener(r, t, i);
|
|
@@ -81,7 +81,7 @@ function x(e, r, t, i) {
|
|
|
81
81
|
function o(e, r, t) {
|
|
82
82
|
t == null ? e.removeAttribute(r) : e.getAttribute(r) !== t && e.setAttribute(r, t);
|
|
83
83
|
}
|
|
84
|
-
function
|
|
84
|
+
function Oi(e) {
|
|
85
85
|
return Array.from(e.childNodes);
|
|
86
86
|
}
|
|
87
87
|
function D(e, r) {
|
|
@@ -91,7 +91,7 @@ function D(e, r) {
|
|
|
91
91
|
function te(e, r) {
|
|
92
92
|
e.value = r ?? "";
|
|
93
93
|
}
|
|
94
|
-
function
|
|
94
|
+
function Li(e) {
|
|
95
95
|
const r = {};
|
|
96
96
|
return e.childNodes.forEach(
|
|
97
97
|
/** @param {Element} node */
|
|
@@ -100,86 +100,86 @@ function Ni(e) {
|
|
|
100
100
|
}
|
|
101
101
|
), r;
|
|
102
102
|
}
|
|
103
|
-
let
|
|
103
|
+
let Pr;
|
|
104
104
|
function wr(e) {
|
|
105
|
-
|
|
105
|
+
Pr = e;
|
|
106
106
|
}
|
|
107
|
-
function
|
|
108
|
-
if (!
|
|
107
|
+
function Mi() {
|
|
108
|
+
if (!Pr)
|
|
109
109
|
throw new Error("Function called outside component initialization");
|
|
110
|
-
return
|
|
110
|
+
return Pr;
|
|
111
111
|
}
|
|
112
|
-
function
|
|
113
|
-
|
|
112
|
+
function Ri(e) {
|
|
113
|
+
Mi().$$.on_mount.push(e);
|
|
114
114
|
}
|
|
115
|
-
const
|
|
116
|
-
let
|
|
117
|
-
const
|
|
118
|
-
let
|
|
119
|
-
function
|
|
120
|
-
|
|
115
|
+
const ir = [], Sr = [];
|
|
116
|
+
let nr = [];
|
|
117
|
+
const It = [], Ui = /* @__PURE__ */ Promise.resolve();
|
|
118
|
+
let dt = !1;
|
|
119
|
+
function ki() {
|
|
120
|
+
dt || (dt = !0, Ui.then(be));
|
|
121
121
|
}
|
|
122
|
-
function
|
|
123
|
-
|
|
122
|
+
function mt(e) {
|
|
123
|
+
nr.push(e);
|
|
124
124
|
}
|
|
125
|
-
const
|
|
126
|
-
let
|
|
125
|
+
const ot = /* @__PURE__ */ new Set();
|
|
126
|
+
let rr = 0;
|
|
127
127
|
function be() {
|
|
128
|
-
if (
|
|
128
|
+
if (rr !== 0)
|
|
129
129
|
return;
|
|
130
|
-
const e =
|
|
130
|
+
const e = Pr;
|
|
131
131
|
do {
|
|
132
132
|
try {
|
|
133
|
-
for (;
|
|
134
|
-
const r =
|
|
135
|
-
|
|
133
|
+
for (; rr < ir.length; ) {
|
|
134
|
+
const r = ir[rr];
|
|
135
|
+
rr++, wr(r), Fi(r.$$);
|
|
136
136
|
}
|
|
137
137
|
} catch (r) {
|
|
138
|
-
throw
|
|
138
|
+
throw ir.length = 0, rr = 0, r;
|
|
139
139
|
}
|
|
140
|
-
for (wr(null),
|
|
141
|
-
|
|
142
|
-
for (let r = 0; r <
|
|
143
|
-
const t =
|
|
144
|
-
|
|
140
|
+
for (wr(null), ir.length = 0, rr = 0; Sr.length; )
|
|
141
|
+
Sr.pop()();
|
|
142
|
+
for (let r = 0; r < nr.length; r += 1) {
|
|
143
|
+
const t = nr[r];
|
|
144
|
+
ot.has(t) || (ot.add(t), t());
|
|
145
145
|
}
|
|
146
|
-
|
|
147
|
-
} while (
|
|
148
|
-
for (;
|
|
149
|
-
|
|
150
|
-
|
|
146
|
+
nr.length = 0;
|
|
147
|
+
} while (ir.length);
|
|
148
|
+
for (; It.length; )
|
|
149
|
+
It.pop()();
|
|
150
|
+
dt = !1, ot.clear(), wr(e);
|
|
151
151
|
}
|
|
152
|
-
function
|
|
152
|
+
function Fi(e) {
|
|
153
153
|
if (e.fragment !== null) {
|
|
154
|
-
e.update(),
|
|
154
|
+
e.update(), ur(e.before_update);
|
|
155
155
|
const r = e.dirty;
|
|
156
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, r), e.after_update.forEach(
|
|
156
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, r), e.after_update.forEach(mt);
|
|
157
157
|
}
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function Di(e) {
|
|
160
160
|
const r = [], t = [];
|
|
161
|
-
|
|
161
|
+
nr.forEach((i) => e.indexOf(i) === -1 ? r.push(i) : t.push(i)), t.forEach((i) => i()), nr = r;
|
|
162
162
|
}
|
|
163
|
-
const
|
|
164
|
-
function
|
|
165
|
-
e && e.i && (
|
|
163
|
+
const Gi = /* @__PURE__ */ new Set();
|
|
164
|
+
function ji(e, r) {
|
|
165
|
+
e && e.i && (Gi.delete(e), e.i(r));
|
|
166
166
|
}
|
|
167
|
-
function
|
|
167
|
+
function Vi(e, r, t) {
|
|
168
168
|
const { fragment: i, after_update: n } = e.$$;
|
|
169
|
-
i && i.m(r, t),
|
|
170
|
-
const s = e.$$.on_mount.map(
|
|
171
|
-
e.$$.on_destroy ? e.$$.on_destroy.push(...s) :
|
|
172
|
-
}), n.forEach(
|
|
169
|
+
i && i.m(r, t), mt(() => {
|
|
170
|
+
const s = e.$$.on_mount.map(ei).filter(Pt);
|
|
171
|
+
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ur(s), e.$$.on_mount = [];
|
|
172
|
+
}), n.forEach(mt);
|
|
173
173
|
}
|
|
174
|
-
function
|
|
174
|
+
function $i(e, r) {
|
|
175
175
|
const t = e.$$;
|
|
176
|
-
t.fragment !== null && (
|
|
176
|
+
t.fragment !== null && (Di(t.after_update), ur(t.on_destroy), t.fragment && t.fragment.d(r), t.on_destroy = t.fragment = null, t.ctx = []);
|
|
177
177
|
}
|
|
178
|
-
function
|
|
179
|
-
e.$$.dirty[0] === -1 && (
|
|
178
|
+
function Qi(e, r) {
|
|
179
|
+
e.$$.dirty[0] === -1 && (ir.push(e), ki(), e.$$.dirty.fill(0)), e.$$.dirty[r / 31 | 0] |= 1 << r % 31;
|
|
180
180
|
}
|
|
181
|
-
function
|
|
182
|
-
const f =
|
|
181
|
+
function zi(e, r, t, i, n, s, u = null, a = [-1]) {
|
|
182
|
+
const f = Pr;
|
|
183
183
|
wr(e);
|
|
184
184
|
const c = e.$$ = {
|
|
185
185
|
fragment: null,
|
|
@@ -188,7 +188,7 @@ function $i(e, r, t, i, n, s, u = null, a = [-1]) {
|
|
|
188
188
|
props: s,
|
|
189
189
|
update: z,
|
|
190
190
|
not_equal: n,
|
|
191
|
-
bound:
|
|
191
|
+
bound: Bt(),
|
|
192
192
|
// lifecycle
|
|
193
193
|
on_mount: [],
|
|
194
194
|
on_destroy: [],
|
|
@@ -197,7 +197,7 @@ function $i(e, r, t, i, n, s, u = null, a = [-1]) {
|
|
|
197
197
|
after_update: [],
|
|
198
198
|
context: new Map(r.context || (f ? f.$$.context : [])),
|
|
199
199
|
// everything else
|
|
200
|
-
callbacks:
|
|
200
|
+
callbacks: Bt(),
|
|
201
201
|
dirty: a,
|
|
202
202
|
skip_bound: !1,
|
|
203
203
|
root: r.target || f.$$.root
|
|
@@ -205,20 +205,20 @@ function $i(e, r, t, i, n, s, u = null, a = [-1]) {
|
|
|
205
205
|
u && u(c.root);
|
|
206
206
|
let h = !1;
|
|
207
207
|
if (c.ctx = t ? t(e, r.props || {}, (m, g, ...b) => {
|
|
208
|
-
const
|
|
209
|
-
return c.ctx && n(c.ctx[m], c.ctx[m] =
|
|
210
|
-
}) : [], c.update(), h = !0,
|
|
208
|
+
const _ = b.length ? b[0] : g;
|
|
209
|
+
return c.ctx && n(c.ctx[m], c.ctx[m] = _) && (!c.skip_bound && c.bound[m] && c.bound[m](_), h && Qi(e, m)), g;
|
|
210
|
+
}) : [], c.update(), h = !0, ur(c.before_update), c.fragment = i ? i(c.ctx) : !1, r.target) {
|
|
211
211
|
if (r.hydrate) {
|
|
212
|
-
const m =
|
|
212
|
+
const m = Oi(r.target);
|
|
213
213
|
c.fragment && c.fragment.l(m), m.forEach(ie);
|
|
214
214
|
} else
|
|
215
215
|
c.fragment && c.fragment.c();
|
|
216
|
-
r.intro &&
|
|
216
|
+
r.intro && ji(e.$$.fragment), Vi(e, r.target, r.anchor), be();
|
|
217
217
|
}
|
|
218
218
|
wr(f);
|
|
219
219
|
}
|
|
220
|
-
let
|
|
221
|
-
typeof HTMLElement == "function" && (
|
|
220
|
+
let ii;
|
|
221
|
+
typeof HTMLElement == "function" && (ii = class extends HTMLElement {
|
|
222
222
|
/** The Svelte component constructor */
|
|
223
223
|
$$ctor;
|
|
224
224
|
/** Slots */
|
|
@@ -277,12 +277,12 @@ typeof HTMLElement == "function" && (ri = class extends HTMLElement {
|
|
|
277
277
|
};
|
|
278
278
|
if (await Promise.resolve(), !this.$$cn || this.$$c)
|
|
279
279
|
return;
|
|
280
|
-
const r = {}, t =
|
|
280
|
+
const r = {}, t = Li(this);
|
|
281
281
|
for (const n of this.$$s)
|
|
282
282
|
n in t && (r[n] = [e(n)]);
|
|
283
283
|
for (const n of this.attributes) {
|
|
284
284
|
const s = this.$$g_p(n.name);
|
|
285
|
-
s in this.$$d || (this.$$d[s] =
|
|
285
|
+
s in this.$$d || (this.$$d[s] = Xr(s, n.value, this.$$p_d, "toProp"));
|
|
286
286
|
}
|
|
287
287
|
for (const n in this.$$p_d)
|
|
288
288
|
!(n in this.$$d) && this[n] !== void 0 && (this.$$d[n] = this[n], delete this[n]);
|
|
@@ -300,7 +300,7 @@ typeof HTMLElement == "function" && (ri = class extends HTMLElement {
|
|
|
300
300
|
this.$$r = !0;
|
|
301
301
|
for (const n in this.$$p_d)
|
|
302
302
|
if (this.$$d[n] = this.$$c.$$.ctx[this.$$c.$$.props[n]], this.$$p_d[n].reflect) {
|
|
303
|
-
const s =
|
|
303
|
+
const s = Xr(
|
|
304
304
|
n,
|
|
305
305
|
this.$$d[n],
|
|
306
306
|
this.$$p_d,
|
|
@@ -322,7 +322,7 @@ typeof HTMLElement == "function" && (ri = class extends HTMLElement {
|
|
|
322
322
|
// We don't need this when working within Svelte code, but for compatibility of people using this outside of Svelte
|
|
323
323
|
// and setting attributes through setAttribute etc, this is helpful
|
|
324
324
|
attributeChangedCallback(e, r, t) {
|
|
325
|
-
this.$$r || (e = this.$$g_p(e), this.$$d[e] =
|
|
325
|
+
this.$$r || (e = this.$$g_p(e), this.$$d[e] = Xr(e, t, this.$$p_d, "toProp"), this.$$c?.$set({ [e]: this.$$d[e] }));
|
|
326
326
|
}
|
|
327
327
|
disconnectedCallback() {
|
|
328
328
|
this.$$cn = !1, Promise.resolve().then(() => {
|
|
@@ -335,7 +335,7 @@ typeof HTMLElement == "function" && (ri = class extends HTMLElement {
|
|
|
335
335
|
) || e;
|
|
336
336
|
}
|
|
337
337
|
});
|
|
338
|
-
function
|
|
338
|
+
function Xr(e, r, t, i) {
|
|
339
339
|
const n = t[e]?.type;
|
|
340
340
|
if (r = n === "Boolean" && typeof r != "boolean" ? r != null : r, !i || !t[e])
|
|
341
341
|
return r;
|
|
@@ -364,8 +364,8 @@ function zr(e, r, t, i) {
|
|
|
364
364
|
return r;
|
|
365
365
|
}
|
|
366
366
|
}
|
|
367
|
-
function
|
|
368
|
-
let u = class extends
|
|
367
|
+
function Xi(e, r, t, i, n, s) {
|
|
368
|
+
let u = class extends ii {
|
|
369
369
|
constructor() {
|
|
370
370
|
super(e, t, n), this.$$p_d = r;
|
|
371
371
|
}
|
|
@@ -381,7 +381,7 @@ function Qi(e, r, t, i, n, s) {
|
|
|
381
381
|
return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
|
|
382
382
|
},
|
|
383
383
|
set(f) {
|
|
384
|
-
f =
|
|
384
|
+
f = Xr(a, f, r), this.$$d[a] = f, this.$$c?.$set({ [a]: f });
|
|
385
385
|
}
|
|
386
386
|
});
|
|
387
387
|
}), i.forEach((a) => {
|
|
@@ -393,7 +393,7 @@ function Qi(e, r, t, i, n, s) {
|
|
|
393
393
|
}), e.element = /** @type {any} */
|
|
394
394
|
u, u;
|
|
395
395
|
}
|
|
396
|
-
class
|
|
396
|
+
class Zi {
|
|
397
397
|
/**
|
|
398
398
|
* ### PRIVATE API
|
|
399
399
|
*
|
|
@@ -412,7 +412,7 @@ class zi {
|
|
|
412
412
|
$$set = void 0;
|
|
413
413
|
/** @returns {void} */
|
|
414
414
|
$destroy() {
|
|
415
|
-
|
|
415
|
+
$i(this, 1), this.$destroy = z;
|
|
416
416
|
}
|
|
417
417
|
/**
|
|
418
418
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -421,7 +421,7 @@ class zi {
|
|
|
421
421
|
* @returns {() => void}
|
|
422
422
|
*/
|
|
423
423
|
$on(r, t) {
|
|
424
|
-
if (!
|
|
424
|
+
if (!Pt(t))
|
|
425
425
|
return z;
|
|
426
426
|
const i = this.$$.callbacks[r] || (this.$$.callbacks[r] = []);
|
|
427
427
|
return i.push(t), () => {
|
|
@@ -434,29 +434,29 @@ class zi {
|
|
|
434
434
|
* @returns {void}
|
|
435
435
|
*/
|
|
436
436
|
$set(r) {
|
|
437
|
-
this.$$set && !
|
|
437
|
+
this.$$set && !Ti(r) && (this.$$.skip_bound = !0, this.$$set(r), this.$$.skip_bound = !1);
|
|
438
438
|
}
|
|
439
439
|
}
|
|
440
|
-
const
|
|
441
|
-
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
442
|
-
const
|
|
443
|
-
function
|
|
440
|
+
const Wi = "4";
|
|
441
|
+
typeof window < "u" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(Wi);
|
|
442
|
+
const tr = [];
|
|
443
|
+
function qi(e, r) {
|
|
444
444
|
return {
|
|
445
|
-
subscribe:
|
|
445
|
+
subscribe: Kr(e, r).subscribe
|
|
446
446
|
};
|
|
447
447
|
}
|
|
448
|
-
function
|
|
448
|
+
function Kr(e, r = z) {
|
|
449
449
|
let t;
|
|
450
450
|
const i = /* @__PURE__ */ new Set();
|
|
451
451
|
function n(a) {
|
|
452
|
-
if (
|
|
453
|
-
const f = !
|
|
452
|
+
if (ri(e, a) && (e = a, t)) {
|
|
453
|
+
const f = !tr.length;
|
|
454
454
|
for (const c of i)
|
|
455
|
-
c[1](),
|
|
455
|
+
c[1](), tr.push(c, e);
|
|
456
456
|
if (f) {
|
|
457
|
-
for (let c = 0; c <
|
|
458
|
-
|
|
459
|
-
|
|
457
|
+
for (let c = 0; c < tr.length; c += 2)
|
|
458
|
+
tr[c][0](tr[c + 1]);
|
|
459
|
+
tr.length = 0;
|
|
460
460
|
}
|
|
461
461
|
}
|
|
462
462
|
}
|
|
@@ -471,12 +471,12 @@ function Jr(e, r = z) {
|
|
|
471
471
|
}
|
|
472
472
|
return { set: n, update: s, subscribe: u };
|
|
473
473
|
}
|
|
474
|
-
function
|
|
474
|
+
function cr(e, r, t) {
|
|
475
475
|
const i = !Array.isArray(e), n = i ? [e] : e;
|
|
476
476
|
if (!n.every(Boolean))
|
|
477
477
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
478
478
|
const s = r.length < 2;
|
|
479
|
-
return
|
|
479
|
+
return qi(t, (u, a) => {
|
|
480
480
|
let f = !1;
|
|
481
481
|
const c = [];
|
|
482
482
|
let h = 0, m = z;
|
|
@@ -484,11 +484,11 @@ function ur(e, r, t) {
|
|
|
484
484
|
if (h)
|
|
485
485
|
return;
|
|
486
486
|
m();
|
|
487
|
-
const
|
|
488
|
-
s ? u(
|
|
487
|
+
const _ = r(i ? c[0] : c, u, a);
|
|
488
|
+
s ? u(_) : m = Pt(_) ? _ : z;
|
|
489
489
|
}, b = n.map(
|
|
490
|
-
(
|
|
491
|
-
|
|
490
|
+
(_, y) => ti(
|
|
491
|
+
_,
|
|
492
492
|
(A) => {
|
|
493
493
|
c[y] = A, h &= ~(1 << y), f && g();
|
|
494
494
|
},
|
|
@@ -498,126 +498,112 @@ function ur(e, r, t) {
|
|
|
498
498
|
)
|
|
499
499
|
);
|
|
500
500
|
return f = !0, g(), function() {
|
|
501
|
-
|
|
501
|
+
ur(b), m(), f = !1;
|
|
502
502
|
};
|
|
503
503
|
});
|
|
504
504
|
}
|
|
505
|
-
function
|
|
505
|
+
function Ji(e) {
|
|
506
506
|
return e && e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
507
507
|
}
|
|
508
|
-
var
|
|
509
|
-
return
|
|
508
|
+
var Yi = function(r) {
|
|
509
|
+
return Ki(r) && !en(r);
|
|
510
510
|
};
|
|
511
|
-
function
|
|
511
|
+
function Ki(e) {
|
|
512
512
|
return !!e && typeof e == "object";
|
|
513
513
|
}
|
|
514
|
-
function
|
|
514
|
+
function en(e) {
|
|
515
515
|
var r = Object.prototype.toString.call(e);
|
|
516
|
-
return r === "[object RegExp]" || r === "[object Date]" ||
|
|
516
|
+
return r === "[object RegExp]" || r === "[object Date]" || nn(e);
|
|
517
517
|
}
|
|
518
|
-
var
|
|
519
|
-
function
|
|
520
|
-
return e.$$typeof ===
|
|
518
|
+
var rn = typeof Symbol == "function" && Symbol.for, tn = rn ? Symbol.for("react.element") : 60103;
|
|
519
|
+
function nn(e) {
|
|
520
|
+
return e.$$typeof === tn;
|
|
521
521
|
}
|
|
522
|
-
function
|
|
522
|
+
function sn(e) {
|
|
523
523
|
return Array.isArray(e) ? [] : {};
|
|
524
524
|
}
|
|
525
|
-
function
|
|
526
|
-
return r.clone !== !1 && r.isMergeableObject(e) ?
|
|
525
|
+
function xr(e, r) {
|
|
526
|
+
return r.clone !== !1 && r.isMergeableObject(e) ? sr(sn(e), e, r) : e;
|
|
527
527
|
}
|
|
528
|
-
function
|
|
528
|
+
function on(e, r, t) {
|
|
529
529
|
return e.concat(r).map(function(i) {
|
|
530
|
-
return
|
|
530
|
+
return xr(i, t);
|
|
531
531
|
});
|
|
532
532
|
}
|
|
533
|
-
function
|
|
533
|
+
function an(e, r) {
|
|
534
534
|
if (!r.customMerge)
|
|
535
|
-
return
|
|
535
|
+
return sr;
|
|
536
536
|
var t = r.customMerge(e);
|
|
537
|
-
return typeof t == "function" ? t :
|
|
537
|
+
return typeof t == "function" ? t : sr;
|
|
538
538
|
}
|
|
539
|
-
function
|
|
539
|
+
function ln(e) {
|
|
540
540
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(r) {
|
|
541
541
|
return Object.propertyIsEnumerable.call(e, r);
|
|
542
542
|
}) : [];
|
|
543
543
|
}
|
|
544
|
-
function
|
|
545
|
-
return Object.keys(e).concat(
|
|
544
|
+
function Nt(e) {
|
|
545
|
+
return Object.keys(e).concat(ln(e));
|
|
546
546
|
}
|
|
547
|
-
function
|
|
547
|
+
function ni(e, r) {
|
|
548
548
|
try {
|
|
549
549
|
return r in e;
|
|
550
550
|
} catch {
|
|
551
551
|
return !1;
|
|
552
552
|
}
|
|
553
553
|
}
|
|
554
|
-
function
|
|
555
|
-
return
|
|
554
|
+
function un(e, r) {
|
|
555
|
+
return ni(e, r) && !(Object.hasOwnProperty.call(e, r) && Object.propertyIsEnumerable.call(e, r));
|
|
556
556
|
}
|
|
557
|
-
function
|
|
557
|
+
function cn(e, r, t) {
|
|
558
558
|
var i = {};
|
|
559
|
-
return t.isMergeableObject(e) &&
|
|
560
|
-
i[n] =
|
|
561
|
-
}),
|
|
562
|
-
|
|
559
|
+
return t.isMergeableObject(e) && Nt(e).forEach(function(n) {
|
|
560
|
+
i[n] = xr(e[n], t);
|
|
561
|
+
}), Nt(r).forEach(function(n) {
|
|
562
|
+
un(e, n) || (ni(e, n) && t.isMergeableObject(r[n]) ? i[n] = an(n, t)(e[n], r[n], t) : i[n] = xr(r[n], t));
|
|
563
563
|
}), i;
|
|
564
564
|
}
|
|
565
|
-
function
|
|
566
|
-
t = t || {}, t.arrayMerge = t.arrayMerge ||
|
|
565
|
+
function sr(e, r, t) {
|
|
566
|
+
t = t || {}, t.arrayMerge = t.arrayMerge || on, t.isMergeableObject = t.isMergeableObject || Yi, t.cloneUnlessOtherwiseSpecified = xr;
|
|
567
567
|
var i = Array.isArray(r), n = Array.isArray(e), s = i === n;
|
|
568
|
-
return s ? i ? t.arrayMerge(e, r, t) :
|
|
568
|
+
return s ? i ? t.arrayMerge(e, r, t) : cn(e, r, t) : xr(r, t);
|
|
569
569
|
}
|
|
570
|
-
|
|
570
|
+
sr.all = function(r, t) {
|
|
571
571
|
if (!Array.isArray(r))
|
|
572
572
|
throw new Error("first argument should be an array");
|
|
573
573
|
return r.reduce(function(i, n) {
|
|
574
|
-
return
|
|
574
|
+
return sr(i, n, t);
|
|
575
575
|
}, {});
|
|
576
576
|
};
|
|
577
|
-
var
|
|
578
|
-
const
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
Permission to use, copy, modify, and/or distribute this software for any
|
|
583
|
-
purpose with or without fee is hereby granted.
|
|
584
|
-
|
|
585
|
-
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
586
|
-
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
587
|
-
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
588
|
-
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
589
|
-
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
590
|
-
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
591
|
-
PERFORMANCE OF THIS SOFTWARE.
|
|
592
|
-
***************************************************************************** */
|
|
593
|
-
var dt = function(e, r) {
|
|
594
|
-
return dt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, i) {
|
|
577
|
+
var hn = sr, fn = hn;
|
|
578
|
+
const dn = /* @__PURE__ */ Ji(fn);
|
|
579
|
+
var gt = function(e, r) {
|
|
580
|
+
return gt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, i) {
|
|
595
581
|
t.__proto__ = i;
|
|
596
582
|
} || function(t, i) {
|
|
597
583
|
for (var n in i)
|
|
598
584
|
Object.prototype.hasOwnProperty.call(i, n) && (t[n] = i[n]);
|
|
599
|
-
},
|
|
585
|
+
}, gt(e, r);
|
|
600
586
|
};
|
|
601
|
-
function
|
|
587
|
+
function et(e, r) {
|
|
602
588
|
if (typeof r != "function" && r !== null)
|
|
603
589
|
throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
|
|
604
|
-
|
|
590
|
+
gt(e, r);
|
|
605
591
|
function t() {
|
|
606
592
|
this.constructor = e;
|
|
607
593
|
}
|
|
608
594
|
e.prototype = r === null ? Object.create(r) : (t.prototype = r.prototype, new t());
|
|
609
595
|
}
|
|
610
|
-
var
|
|
611
|
-
return
|
|
596
|
+
var Pe = function() {
|
|
597
|
+
return Pe = Object.assign || function(r) {
|
|
612
598
|
for (var t, i = 1, n = arguments.length; i < n; i++) {
|
|
613
599
|
t = arguments[i];
|
|
614
600
|
for (var s in t)
|
|
615
601
|
Object.prototype.hasOwnProperty.call(t, s) && (r[s] = t[s]);
|
|
616
602
|
}
|
|
617
603
|
return r;
|
|
618
|
-
},
|
|
604
|
+
}, Pe.apply(this, arguments);
|
|
619
605
|
};
|
|
620
|
-
function
|
|
606
|
+
function mn(e, r) {
|
|
621
607
|
var t = {};
|
|
622
608
|
for (var i in e)
|
|
623
609
|
Object.prototype.hasOwnProperty.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
|
|
@@ -626,43 +612,43 @@ function fn(e, r) {
|
|
|
626
612
|
r.indexOf(i[n]) < 0 && Object.prototype.propertyIsEnumerable.call(e, i[n]) && (t[i[n]] = e[i[n]]);
|
|
627
613
|
return t;
|
|
628
614
|
}
|
|
629
|
-
function
|
|
630
|
-
if (arguments.length === 2)
|
|
615
|
+
function at(e, r, t) {
|
|
616
|
+
if (t || arguments.length === 2)
|
|
631
617
|
for (var i = 0, n = r.length, s; i < n; i++)
|
|
632
618
|
(s || !(i in r)) && (s || (s = Array.prototype.slice.call(r, 0, i)), s[i] = r[i]);
|
|
633
|
-
return e.concat(s || r);
|
|
619
|
+
return e.concat(s || Array.prototype.slice.call(r));
|
|
634
620
|
}
|
|
635
|
-
function
|
|
636
|
-
var t = r && r.cache ? r.cache :
|
|
621
|
+
function lt(e, r) {
|
|
622
|
+
var t = r && r.cache ? r.cache : _n, i = r && r.serializer ? r.serializer : En, n = r && r.strategy ? r.strategy : bn;
|
|
637
623
|
return n(e, {
|
|
638
624
|
cache: t,
|
|
639
625
|
serializer: i
|
|
640
626
|
});
|
|
641
627
|
}
|
|
642
|
-
function
|
|
628
|
+
function gn(e) {
|
|
643
629
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
644
630
|
}
|
|
645
|
-
function
|
|
646
|
-
var n =
|
|
631
|
+
function pn(e, r, t, i) {
|
|
632
|
+
var n = gn(i) ? i : t(i), s = r.get(n);
|
|
647
633
|
return typeof s > "u" && (s = e.call(this, i), r.set(n, s)), s;
|
|
648
634
|
}
|
|
649
|
-
function
|
|
635
|
+
function si(e, r, t) {
|
|
650
636
|
var i = Array.prototype.slice.call(arguments, 3), n = t(i), s = r.get(n);
|
|
651
637
|
return typeof s > "u" && (s = e.apply(this, i), r.set(n, s)), s;
|
|
652
638
|
}
|
|
653
|
-
function
|
|
639
|
+
function oi(e, r, t, i, n) {
|
|
654
640
|
return t.bind(r, e, i, n);
|
|
655
641
|
}
|
|
656
|
-
function
|
|
657
|
-
var t = e.length === 1 ?
|
|
658
|
-
return
|
|
642
|
+
function bn(e, r) {
|
|
643
|
+
var t = e.length === 1 ? pn : si;
|
|
644
|
+
return oi(e, this, t, r.cache.create(), r.serializer);
|
|
659
645
|
}
|
|
660
|
-
function
|
|
661
|
-
return
|
|
646
|
+
function yn(e, r) {
|
|
647
|
+
return oi(e, this, si, r.cache.create(), r.serializer);
|
|
662
648
|
}
|
|
663
|
-
var
|
|
649
|
+
var En = function() {
|
|
664
650
|
return JSON.stringify(arguments);
|
|
665
|
-
},
|
|
651
|
+
}, vn = (
|
|
666
652
|
/** @class */
|
|
667
653
|
function() {
|
|
668
654
|
function e() {
|
|
@@ -674,61 +660,71 @@ var bn = function() {
|
|
|
674
660
|
this.cache[r] = t;
|
|
675
661
|
}, e;
|
|
676
662
|
}()
|
|
677
|
-
),
|
|
663
|
+
), _n = {
|
|
678
664
|
create: function() {
|
|
679
|
-
return new
|
|
665
|
+
return new vn();
|
|
680
666
|
}
|
|
681
|
-
},
|
|
682
|
-
variadic:
|
|
683
|
-
},
|
|
667
|
+
}, ut = {
|
|
668
|
+
variadic: yn
|
|
669
|
+
}, qr = function() {
|
|
670
|
+
return qr = Object.assign || function(r) {
|
|
671
|
+
for (var t, i = 1, n = arguments.length; i < n; i++) {
|
|
672
|
+
t = arguments[i];
|
|
673
|
+
for (var s in t)
|
|
674
|
+
Object.prototype.hasOwnProperty.call(t, s) && (r[s] = t[s]);
|
|
675
|
+
}
|
|
676
|
+
return r;
|
|
677
|
+
}, qr.apply(this, arguments);
|
|
678
|
+
};
|
|
679
|
+
var S;
|
|
684
680
|
(function(e) {
|
|
685
681
|
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";
|
|
686
682
|
})(S || (S = {}));
|
|
687
|
-
var
|
|
683
|
+
var O;
|
|
688
684
|
(function(e) {
|
|
689
685
|
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";
|
|
690
|
-
})(
|
|
691
|
-
var
|
|
686
|
+
})(O || (O = {}));
|
|
687
|
+
var or;
|
|
692
688
|
(function(e) {
|
|
693
689
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
694
|
-
})(
|
|
695
|
-
function
|
|
696
|
-
return e.type ===
|
|
697
|
-
}
|
|
698
|
-
function vn(e) {
|
|
699
|
-
return e.type === L.argument;
|
|
700
|
-
}
|
|
701
|
-
function si(e) {
|
|
702
|
-
return e.type === L.number;
|
|
690
|
+
})(or || (or = {}));
|
|
691
|
+
function Ot(e) {
|
|
692
|
+
return e.type === O.literal;
|
|
703
693
|
}
|
|
704
|
-
function
|
|
705
|
-
return e.type ===
|
|
694
|
+
function wn(e) {
|
|
695
|
+
return e.type === O.argument;
|
|
706
696
|
}
|
|
707
697
|
function ai(e) {
|
|
708
|
-
return e.type ===
|
|
698
|
+
return e.type === O.number;
|
|
709
699
|
}
|
|
710
700
|
function li(e) {
|
|
711
|
-
return e.type ===
|
|
701
|
+
return e.type === O.date;
|
|
712
702
|
}
|
|
713
703
|
function ui(e) {
|
|
714
|
-
return e.type ===
|
|
715
|
-
}
|
|
716
|
-
function wn(e) {
|
|
717
|
-
return e.type === L.pound;
|
|
704
|
+
return e.type === O.time;
|
|
718
705
|
}
|
|
719
706
|
function ci(e) {
|
|
720
|
-
return e.type ===
|
|
707
|
+
return e.type === O.select;
|
|
721
708
|
}
|
|
722
709
|
function hi(e) {
|
|
723
|
-
return
|
|
710
|
+
return e.type === O.plural;
|
|
724
711
|
}
|
|
725
|
-
function mt(e) {
|
|
726
|
-
return !!(e && typeof e == "object" && e.type === sr.dateTime);
|
|
727
|
-
}
|
|
728
|
-
var fi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, _n = /(?:[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;
|
|
729
712
|
function Sn(e) {
|
|
713
|
+
return e.type === O.pound;
|
|
714
|
+
}
|
|
715
|
+
function fi(e) {
|
|
716
|
+
return e.type === O.tag;
|
|
717
|
+
}
|
|
718
|
+
function di(e) {
|
|
719
|
+
return !!(e && typeof e == "object" && e.type === or.number);
|
|
720
|
+
}
|
|
721
|
+
function pt(e) {
|
|
722
|
+
return !!(e && typeof e == "object" && e.type === or.dateTime);
|
|
723
|
+
}
|
|
724
|
+
var mi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, Pn = /(?:[Eec]{1,6}|G{1,5}|[Qq]{1,5}|(?:[yYur]+|U{1,5})|[ML]{1,5}|d{1,2}|D{1,3}|F{1}|[abB]{1,5}|[hkHK]{1,2}|w{1,2}|W{1}|m{1,2}|s{1,2}|[zZOvVxX]{1,4})(?=([^']*'[^']*')*[^']*$)/g;
|
|
725
|
+
function xn(e) {
|
|
730
726
|
var r = {};
|
|
731
|
-
return e.replace(
|
|
727
|
+
return e.replace(Pn, function(t) {
|
|
732
728
|
var i = t.length;
|
|
733
729
|
switch (t[0]) {
|
|
734
730
|
case "G":
|
|
@@ -817,11 +813,21 @@ function Sn(e) {
|
|
|
817
813
|
return "";
|
|
818
814
|
}), r;
|
|
819
815
|
}
|
|
820
|
-
var
|
|
821
|
-
function
|
|
816
|
+
var L = function() {
|
|
817
|
+
return L = Object.assign || function(r) {
|
|
818
|
+
for (var t, i = 1, n = arguments.length; i < n; i++) {
|
|
819
|
+
t = arguments[i];
|
|
820
|
+
for (var s in t)
|
|
821
|
+
Object.prototype.hasOwnProperty.call(t, s) && (r[s] = t[s]);
|
|
822
|
+
}
|
|
823
|
+
return r;
|
|
824
|
+
}, L.apply(this, arguments);
|
|
825
|
+
};
|
|
826
|
+
var Cn = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
827
|
+
function An(e) {
|
|
822
828
|
if (e.length === 0)
|
|
823
829
|
throw new Error("Number skeleton cannot be empty");
|
|
824
|
-
for (var r = e.split(
|
|
830
|
+
for (var r = e.split(Cn).filter(function(g) {
|
|
825
831
|
return g.length > 0;
|
|
826
832
|
}), t = [], i = 0, n = r; i < n.length; i++) {
|
|
827
833
|
var s = n[i], u = s.split("/");
|
|
@@ -836,17 +842,17 @@ function xn(e) {
|
|
|
836
842
|
}
|
|
837
843
|
return t;
|
|
838
844
|
}
|
|
839
|
-
function
|
|
845
|
+
function Tn(e) {
|
|
840
846
|
return e.replace(/^(.*?)-/, "");
|
|
841
847
|
}
|
|
842
|
-
var
|
|
843
|
-
function
|
|
848
|
+
var Lt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, gi = /^(@+)?(\+|#+)?[rs]?$/g, Hn = /(\*)(0+)|(#+)(0+)|(0+)/g, pi = /^(0+)$/;
|
|
849
|
+
function Mt(e) {
|
|
844
850
|
var r = {};
|
|
845
|
-
return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(
|
|
851
|
+
return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(gi, function(t, i, n) {
|
|
846
852
|
return typeof n != "string" ? (r.minimumSignificantDigits = i.length, r.maximumSignificantDigits = i.length) : n === "+" ? r.minimumSignificantDigits = i.length : i[0] === "#" ? r.maximumSignificantDigits = i.length : (r.minimumSignificantDigits = i.length, r.maximumSignificantDigits = i.length + (typeof n == "string" ? n.length : 0)), "";
|
|
847
853
|
}), r;
|
|
848
854
|
}
|
|
849
|
-
function
|
|
855
|
+
function bi(e) {
|
|
850
856
|
switch (e) {
|
|
851
857
|
case "sign-auto":
|
|
852
858
|
return {
|
|
@@ -886,7 +892,7 @@ function gi(e) {
|
|
|
886
892
|
};
|
|
887
893
|
}
|
|
888
894
|
}
|
|
889
|
-
function
|
|
895
|
+
function Bn(e) {
|
|
890
896
|
var r;
|
|
891
897
|
if (e[0] === "E" && e[1] === "E" ? (r = {
|
|
892
898
|
notation: "engineering"
|
|
@@ -894,17 +900,17 @@ function Tn(e) {
|
|
|
894
900
|
notation: "scientific"
|
|
895
901
|
}, e = e.slice(1)), r) {
|
|
896
902
|
var t = e.slice(0, 2);
|
|
897
|
-
if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
903
|
+
if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !pi.test(e))
|
|
898
904
|
throw new Error("Malformed concise eng/scientific notation");
|
|
899
905
|
r.minimumIntegerDigits = e.length;
|
|
900
906
|
}
|
|
901
907
|
return r;
|
|
902
908
|
}
|
|
903
|
-
function
|
|
904
|
-
var r = {}, t =
|
|
909
|
+
function Rt(e) {
|
|
910
|
+
var r = {}, t = bi(e);
|
|
905
911
|
return t || r;
|
|
906
912
|
}
|
|
907
|
-
function
|
|
913
|
+
function In(e) {
|
|
908
914
|
for (var r = {}, t = 0, i = e; t < i.length; t++) {
|
|
909
915
|
var n = i[t];
|
|
910
916
|
switch (n.stem) {
|
|
@@ -928,7 +934,7 @@ function Hn(e) {
|
|
|
928
934
|
continue;
|
|
929
935
|
case "measure-unit":
|
|
930
936
|
case "unit":
|
|
931
|
-
r.style = "unit", r.unit =
|
|
937
|
+
r.style = "unit", r.unit = Tn(n.options[0]);
|
|
932
938
|
continue;
|
|
933
939
|
case "compact-short":
|
|
934
940
|
case "K":
|
|
@@ -939,13 +945,13 @@ function Hn(e) {
|
|
|
939
945
|
r.notation = "compact", r.compactDisplay = "long";
|
|
940
946
|
continue;
|
|
941
947
|
case "scientific":
|
|
942
|
-
r =
|
|
943
|
-
return
|
|
948
|
+
r = L(L(L({}, r), { notation: "scientific" }), n.options.reduce(function(f, c) {
|
|
949
|
+
return L(L({}, f), Rt(c));
|
|
944
950
|
}, {}));
|
|
945
951
|
continue;
|
|
946
952
|
case "engineering":
|
|
947
|
-
r =
|
|
948
|
-
return
|
|
953
|
+
r = L(L(L({}, r), { notation: "engineering" }), n.options.reduce(function(f, c) {
|
|
954
|
+
return L(L({}, f), Rt(c));
|
|
949
955
|
}, {}));
|
|
950
956
|
continue;
|
|
951
957
|
case "notation-simple":
|
|
@@ -990,7 +996,7 @@ function Hn(e) {
|
|
|
990
996
|
case "integer-width":
|
|
991
997
|
if (n.options.length > 1)
|
|
992
998
|
throw new RangeError("integer-width stems only accept a single optional option");
|
|
993
|
-
n.options[0].replace(
|
|
999
|
+
n.options[0].replace(Hn, function(f, c, h, m, g, b) {
|
|
994
1000
|
if (c)
|
|
995
1001
|
r.minimumIntegerDigits = h.length;
|
|
996
1002
|
else {
|
|
@@ -1003,32 +1009,32 @@ function Hn(e) {
|
|
|
1003
1009
|
});
|
|
1004
1010
|
continue;
|
|
1005
1011
|
}
|
|
1006
|
-
if (
|
|
1012
|
+
if (pi.test(n.stem)) {
|
|
1007
1013
|
r.minimumIntegerDigits = n.stem.length;
|
|
1008
1014
|
continue;
|
|
1009
1015
|
}
|
|
1010
|
-
if (
|
|
1016
|
+
if (Lt.test(n.stem)) {
|
|
1011
1017
|
if (n.options.length > 1)
|
|
1012
1018
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1013
|
-
n.stem.replace(
|
|
1019
|
+
n.stem.replace(Lt, function(f, c, h, m, g, b) {
|
|
1014
1020
|
return h === "*" ? r.minimumFractionDigits = c.length : m && m[0] === "#" ? r.maximumFractionDigits = m.length : g && b ? (r.minimumFractionDigits = g.length, r.maximumFractionDigits = g.length + b.length) : (r.minimumFractionDigits = c.length, r.maximumFractionDigits = c.length), "";
|
|
1015
1021
|
});
|
|
1016
1022
|
var s = n.options[0];
|
|
1017
|
-
s === "w" ? r =
|
|
1023
|
+
s === "w" ? r = L(L({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = L(L({}, r), Mt(s)));
|
|
1018
1024
|
continue;
|
|
1019
1025
|
}
|
|
1020
|
-
if (
|
|
1021
|
-
r =
|
|
1026
|
+
if (gi.test(n.stem)) {
|
|
1027
|
+
r = L(L({}, r), Mt(n.stem));
|
|
1022
1028
|
continue;
|
|
1023
1029
|
}
|
|
1024
|
-
var u =
|
|
1025
|
-
u && (r =
|
|
1026
|
-
var a =
|
|
1027
|
-
a && (r =
|
|
1030
|
+
var u = bi(n.stem);
|
|
1031
|
+
u && (r = L(L({}, r), u));
|
|
1032
|
+
var a = Bn(n.stem);
|
|
1033
|
+
a && (r = L(L({}, r), a));
|
|
1028
1034
|
}
|
|
1029
1035
|
return r;
|
|
1030
1036
|
}
|
|
1031
|
-
var
|
|
1037
|
+
var zr = {
|
|
1032
1038
|
"001": [
|
|
1033
1039
|
"H",
|
|
1034
1040
|
"h"
|
|
@@ -2443,13 +2449,13 @@ var Qr = {
|
|
|
2443
2449
|
"h"
|
|
2444
2450
|
]
|
|
2445
2451
|
};
|
|
2446
|
-
function
|
|
2452
|
+
function Nn(e, r) {
|
|
2447
2453
|
for (var t = "", i = 0; i < e.length; i++) {
|
|
2448
2454
|
var n = e.charAt(i);
|
|
2449
2455
|
if (n === "j") {
|
|
2450
2456
|
for (var s = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
|
|
2451
2457
|
s++, i++;
|
|
2452
|
-
var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), f = "a", c =
|
|
2458
|
+
var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), f = "a", c = On(r);
|
|
2453
2459
|
for ((c == "H" || c == "k") && (a = 0); a-- > 0; )
|
|
2454
2460
|
t += f;
|
|
2455
2461
|
for (; u-- > 0; )
|
|
@@ -2459,7 +2465,7 @@ function Bn(e, r) {
|
|
|
2459
2465
|
}
|
|
2460
2466
|
return t;
|
|
2461
2467
|
}
|
|
2462
|
-
function
|
|
2468
|
+
function On(e) {
|
|
2463
2469
|
var r = e.hourCycle;
|
|
2464
2470
|
if (r === void 0 && // @ts-ignore hourCycle(s) is not identified yet
|
|
2465
2471
|
e.hourCycles && // @ts-ignore
|
|
@@ -2478,23 +2484,23 @@ function In(e) {
|
|
|
2478
2484
|
}
|
|
2479
2485
|
var t = e.language, i;
|
|
2480
2486
|
t !== "root" && (i = e.maximize().region);
|
|
2481
|
-
var n =
|
|
2487
|
+
var n = zr[i || ""] || zr[t || ""] || zr["".concat(t, "-001")] || zr["001"];
|
|
2482
2488
|
return n[0];
|
|
2483
2489
|
}
|
|
2484
|
-
var
|
|
2490
|
+
var ct, Ln = new RegExp("^".concat(mi.source, "*")), Mn = new RegExp("".concat(mi.source, "*$"));
|
|
2485
2491
|
function P(e, r) {
|
|
2486
2492
|
return { start: e, end: r };
|
|
2487
2493
|
}
|
|
2488
|
-
var
|
|
2494
|
+
var Rn = !!String.prototype.startsWith && "_a".startsWith("a", 1), Un = !!String.fromCodePoint, kn = !!Object.fromEntries, Fn = !!String.prototype.codePointAt, Dn = !!String.prototype.trimStart, Gn = !!String.prototype.trimEnd, jn = !!Number.isSafeInteger, Vn = jn ? Number.isSafeInteger : function(e) {
|
|
2489
2495
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2490
|
-
},
|
|
2496
|
+
}, bt = !0;
|
|
2491
2497
|
try {
|
|
2492
|
-
var
|
|
2493
|
-
|
|
2498
|
+
var $n = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2499
|
+
bt = ((ct = $n.exec("a")) === null || ct === void 0 ? void 0 : ct[0]) === "a";
|
|
2494
2500
|
} catch {
|
|
2495
|
-
|
|
2501
|
+
bt = !1;
|
|
2496
2502
|
}
|
|
2497
|
-
var
|
|
2503
|
+
var Ut = Rn ? (
|
|
2498
2504
|
// Native
|
|
2499
2505
|
function(r, t, i) {
|
|
2500
2506
|
return r.startsWith(t, i);
|
|
@@ -2504,7 +2510,7 @@ var Mt = Ln ? (
|
|
|
2504
2510
|
function(r, t, i) {
|
|
2505
2511
|
return r.slice(i, i + t.length) === t;
|
|
2506
2512
|
}
|
|
2507
|
-
),
|
|
2513
|
+
), yt = Un ? String.fromCodePoint : (
|
|
2508
2514
|
// IE11
|
|
2509
2515
|
function() {
|
|
2510
2516
|
for (var r = [], t = 0; t < arguments.length; t++)
|
|
@@ -2516,9 +2522,9 @@ var Mt = Ln ? (
|
|
|
2516
2522
|
}
|
|
2517
2523
|
return i;
|
|
2518
2524
|
}
|
|
2519
|
-
),
|
|
2525
|
+
), kt = (
|
|
2520
2526
|
// native
|
|
2521
|
-
|
|
2527
|
+
kn ? Object.fromEntries : (
|
|
2522
2528
|
// Ponyfill
|
|
2523
2529
|
function(r) {
|
|
2524
2530
|
for (var t = {}, i = 0, n = r; i < n.length; i++) {
|
|
@@ -2528,7 +2534,7 @@ var Mt = Ln ? (
|
|
|
2528
2534
|
return t;
|
|
2529
2535
|
}
|
|
2530
2536
|
)
|
|
2531
|
-
),
|
|
2537
|
+
), yi = Fn ? (
|
|
2532
2538
|
// Native
|
|
2533
2539
|
function(r, t) {
|
|
2534
2540
|
return r.codePointAt(t);
|
|
@@ -2542,7 +2548,7 @@ var Mt = Ln ? (
|
|
|
2542
2548
|
return n < 55296 || n > 56319 || t + 1 === i || (s = r.charCodeAt(t + 1)) < 56320 || s > 57343 ? n : (n - 55296 << 10) + (s - 56320) + 65536;
|
|
2543
2549
|
}
|
|
2544
2550
|
}
|
|
2545
|
-
),
|
|
2551
|
+
), Qn = Dn ? (
|
|
2546
2552
|
// Native
|
|
2547
2553
|
function(r) {
|
|
2548
2554
|
return r.trimStart();
|
|
@@ -2550,9 +2556,9 @@ var Mt = Ln ? (
|
|
|
2550
2556
|
) : (
|
|
2551
2557
|
// Ponyfill
|
|
2552
2558
|
function(r) {
|
|
2553
|
-
return r.replace(
|
|
2559
|
+
return r.replace(Ln, "");
|
|
2554
2560
|
}
|
|
2555
|
-
),
|
|
2561
|
+
), zn = Gn ? (
|
|
2556
2562
|
// Native
|
|
2557
2563
|
function(r) {
|
|
2558
2564
|
return r.trimEnd();
|
|
@@ -2560,32 +2566,32 @@ var Mt = Ln ? (
|
|
|
2560
2566
|
) : (
|
|
2561
2567
|
// Ponyfill
|
|
2562
2568
|
function(r) {
|
|
2563
|
-
return r.replace(
|
|
2569
|
+
return r.replace(Mn, "");
|
|
2564
2570
|
}
|
|
2565
2571
|
);
|
|
2566
|
-
function
|
|
2572
|
+
function Ei(e, r) {
|
|
2567
2573
|
return new RegExp(e, r);
|
|
2568
2574
|
}
|
|
2569
|
-
var
|
|
2570
|
-
if (
|
|
2571
|
-
var
|
|
2572
|
-
|
|
2575
|
+
var Et;
|
|
2576
|
+
if (bt) {
|
|
2577
|
+
var Ft = Ei("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2578
|
+
Et = function(r, t) {
|
|
2573
2579
|
var i;
|
|
2574
|
-
|
|
2575
|
-
var n =
|
|
2580
|
+
Ft.lastIndex = t;
|
|
2581
|
+
var n = Ft.exec(r);
|
|
2576
2582
|
return (i = n[1]) !== null && i !== void 0 ? i : "";
|
|
2577
2583
|
};
|
|
2578
2584
|
} else
|
|
2579
|
-
|
|
2585
|
+
Et = function(r, t) {
|
|
2580
2586
|
for (var i = []; ; ) {
|
|
2581
|
-
var n =
|
|
2582
|
-
if (n === void 0 ||
|
|
2587
|
+
var n = yi(r, t);
|
|
2588
|
+
if (n === void 0 || vi(n) || qn(n))
|
|
2583
2589
|
break;
|
|
2584
2590
|
i.push(n), t += n >= 65536 ? 2 : 1;
|
|
2585
2591
|
}
|
|
2586
|
-
return
|
|
2592
|
+
return yt.apply(void 0, i);
|
|
2587
2593
|
};
|
|
2588
|
-
var
|
|
2594
|
+
var Xn = (
|
|
2589
2595
|
/** @class */
|
|
2590
2596
|
function() {
|
|
2591
2597
|
function e(r, t) {
|
|
@@ -2609,14 +2615,14 @@ var Qn = (
|
|
|
2609
2615
|
if (s === 35 && (t === "plural" || t === "selectordinal")) {
|
|
2610
2616
|
var a = this.clonePosition();
|
|
2611
2617
|
this.bump(), n.push({
|
|
2612
|
-
type:
|
|
2618
|
+
type: O.pound,
|
|
2613
2619
|
location: P(a, this.clonePosition())
|
|
2614
2620
|
});
|
|
2615
2621
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2616
2622
|
if (i)
|
|
2617
2623
|
break;
|
|
2618
2624
|
return this.error(S.UNMATCHED_CLOSING_TAG, P(this.clonePosition(), this.clonePosition()));
|
|
2619
|
-
} else if (s === 60 && !this.ignoreTag &&
|
|
2625
|
+
} else if (s === 60 && !this.ignoreTag && vt(this.peek() || 0)) {
|
|
2620
2626
|
var u = this.parseTag(r, t);
|
|
2621
2627
|
if (u.err)
|
|
2622
2628
|
return u;
|
|
@@ -2637,7 +2643,7 @@ var Qn = (
|
|
|
2637
2643
|
if (this.bumpSpace(), this.bumpIf("/>"))
|
|
2638
2644
|
return {
|
|
2639
2645
|
val: {
|
|
2640
|
-
type:
|
|
2646
|
+
type: O.literal,
|
|
2641
2647
|
value: "<".concat(n, "/>"),
|
|
2642
2648
|
location: P(i, this.clonePosition())
|
|
2643
2649
|
},
|
|
@@ -2649,12 +2655,12 @@ var Qn = (
|
|
|
2649
2655
|
return s;
|
|
2650
2656
|
var u = s.val, a = this.clonePosition();
|
|
2651
2657
|
if (this.bumpIf("</")) {
|
|
2652
|
-
if (this.isEOF() || !
|
|
2658
|
+
if (this.isEOF() || !vt(this.char()))
|
|
2653
2659
|
return this.error(S.INVALID_TAG, P(a, this.clonePosition()));
|
|
2654
2660
|
var f = this.clonePosition(), c = this.parseTagName();
|
|
2655
2661
|
return n !== c ? this.error(S.UNMATCHED_CLOSING_TAG, P(f, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2656
2662
|
val: {
|
|
2657
|
-
type:
|
|
2663
|
+
type: O.tag,
|
|
2658
2664
|
value: n,
|
|
2659
2665
|
children: u,
|
|
2660
2666
|
location: P(i, this.clonePosition())
|
|
@@ -2667,7 +2673,7 @@ var Qn = (
|
|
|
2667
2673
|
return this.error(S.INVALID_TAG, P(i, this.clonePosition()));
|
|
2668
2674
|
}, e.prototype.parseTagName = function() {
|
|
2669
2675
|
var r = this.offset();
|
|
2670
|
-
for (this.bump(); !this.isEOF() &&
|
|
2676
|
+
for (this.bump(); !this.isEOF() && Wn(this.char()); )
|
|
2671
2677
|
this.bump();
|
|
2672
2678
|
return this.message.slice(r, this.offset());
|
|
2673
2679
|
}, e.prototype.parseLiteral = function(r, t) {
|
|
@@ -2691,12 +2697,12 @@ var Qn = (
|
|
|
2691
2697
|
}
|
|
2692
2698
|
var f = P(i, this.clonePosition());
|
|
2693
2699
|
return {
|
|
2694
|
-
val: { type:
|
|
2700
|
+
val: { type: O.literal, value: n, location: f },
|
|
2695
2701
|
err: null
|
|
2696
2702
|
};
|
|
2697
2703
|
}, e.prototype.tryParseLeftAngleBracket = function() {
|
|
2698
2704
|
return !this.isEOF() && this.char() === 60 && (this.ignoreTag || // If at the opening tag or closing tag position, bail.
|
|
2699
|
-
!
|
|
2705
|
+
!Zn(this.peek() || 0)) ? (this.bump(), "<") : null;
|
|
2700
2706
|
}, e.prototype.tryParseQuote = function(r) {
|
|
2701
2707
|
if (this.isEOF() || this.char() !== 39)
|
|
2702
2708
|
return null;
|
|
@@ -2730,12 +2736,12 @@ var Qn = (
|
|
|
2730
2736
|
t.push(i);
|
|
2731
2737
|
this.bump();
|
|
2732
2738
|
}
|
|
2733
|
-
return
|
|
2739
|
+
return yt.apply(void 0, t);
|
|
2734
2740
|
}, e.prototype.tryParseUnquoted = function(r, t) {
|
|
2735
2741
|
if (this.isEOF())
|
|
2736
2742
|
return null;
|
|
2737
2743
|
var i = this.char();
|
|
2738
|
-
return i === 60 || i === 123 || i === 35 && (t === "plural" || t === "selectordinal") || i === 125 && r > 0 ? null : (this.bump(),
|
|
2744
|
+
return i === 60 || i === 123 || i === 35 && (t === "plural" || t === "selectordinal") || i === 125 && r > 0 ? null : (this.bump(), yt(i));
|
|
2739
2745
|
}, e.prototype.parseArgument = function(r, t) {
|
|
2740
2746
|
var i = this.clonePosition();
|
|
2741
2747
|
if (this.bump(), this.bumpSpace(), this.isEOF())
|
|
@@ -2751,7 +2757,7 @@ var Qn = (
|
|
|
2751
2757
|
case 125:
|
|
2752
2758
|
return this.bump(), {
|
|
2753
2759
|
val: {
|
|
2754
|
-
type:
|
|
2760
|
+
type: O.argument,
|
|
2755
2761
|
// value does not include the opening and closing braces.
|
|
2756
2762
|
value: n,
|
|
2757
2763
|
location: P(i, this.clonePosition())
|
|
@@ -2764,7 +2770,7 @@ var Qn = (
|
|
|
2764
2770
|
return this.error(S.MALFORMED_ARGUMENT, P(i, this.clonePosition()));
|
|
2765
2771
|
}
|
|
2766
2772
|
}, e.prototype.parseIdentifierIfPossible = function() {
|
|
2767
|
-
var r = this.clonePosition(), t = this.offset(), i =
|
|
2773
|
+
var r = this.clonePosition(), t = this.offset(), i = Et(this.message, t), n = t + i.length;
|
|
2768
2774
|
this.bumpTo(n);
|
|
2769
2775
|
var s = this.clonePosition(), u = P(r, s);
|
|
2770
2776
|
return { value: i, location: u };
|
|
@@ -2783,35 +2789,35 @@ var Qn = (
|
|
|
2783
2789
|
var h = this.clonePosition(), m = this.parseSimpleArgStyleIfPossible();
|
|
2784
2790
|
if (m.err)
|
|
2785
2791
|
return m;
|
|
2786
|
-
var g =
|
|
2792
|
+
var g = zn(m.val);
|
|
2787
2793
|
if (g.length === 0)
|
|
2788
2794
|
return this.error(S.EXPECT_ARGUMENT_STYLE, P(this.clonePosition(), this.clonePosition()));
|
|
2789
2795
|
var b = P(h, this.clonePosition());
|
|
2790
2796
|
c = { style: g, styleLocation: b };
|
|
2791
2797
|
}
|
|
2792
|
-
var
|
|
2793
|
-
if (
|
|
2794
|
-
return
|
|
2798
|
+
var _ = this.tryParseArgumentClose(n);
|
|
2799
|
+
if (_.err)
|
|
2800
|
+
return _;
|
|
2795
2801
|
var y = P(n, this.clonePosition());
|
|
2796
|
-
if (c &&
|
|
2797
|
-
var A =
|
|
2802
|
+
if (c && Ut(c?.style, "::", 0)) {
|
|
2803
|
+
var A = Qn(c.style.slice(2));
|
|
2798
2804
|
if (a === "number") {
|
|
2799
2805
|
var m = this.parseNumberSkeletonFromString(A, c.styleLocation);
|
|
2800
2806
|
return m.err ? m : {
|
|
2801
|
-
val: { type:
|
|
2807
|
+
val: { type: O.number, value: i, location: y, style: m.val },
|
|
2802
2808
|
err: null
|
|
2803
2809
|
};
|
|
2804
2810
|
} else {
|
|
2805
2811
|
if (A.length === 0)
|
|
2806
2812
|
return this.error(S.EXPECT_DATE_TIME_SKELETON, y);
|
|
2807
|
-
var
|
|
2808
|
-
this.locale && (
|
|
2813
|
+
var N = A;
|
|
2814
|
+
this.locale && (N = Nn(A, this.locale));
|
|
2809
2815
|
var g = {
|
|
2810
|
-
type:
|
|
2811
|
-
pattern:
|
|
2816
|
+
type: or.dateTime,
|
|
2817
|
+
pattern: N,
|
|
2812
2818
|
location: c.styleLocation,
|
|
2813
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2814
|
-
}, M = a === "date" ?
|
|
2819
|
+
parsedOptions: this.shouldParseSkeletons ? xn(N) : {}
|
|
2820
|
+
}, M = a === "date" ? O.date : O.time;
|
|
2815
2821
|
return {
|
|
2816
2822
|
val: { type: M, value: i, location: y, style: g },
|
|
2817
2823
|
err: null
|
|
@@ -2820,7 +2826,7 @@ var Qn = (
|
|
|
2820
2826
|
}
|
|
2821
2827
|
return {
|
|
2822
2828
|
val: {
|
|
2823
|
-
type: a === "number" ?
|
|
2829
|
+
type: a === "number" ? O.number : a === "date" ? O.date : O.time,
|
|
2824
2830
|
value: i,
|
|
2825
2831
|
location: y,
|
|
2826
2832
|
style: (s = c?.style) !== null && s !== void 0 ? s : null
|
|
@@ -2833,7 +2839,7 @@ var Qn = (
|
|
|
2833
2839
|
case "select": {
|
|
2834
2840
|
var R = this.clonePosition();
|
|
2835
2841
|
if (this.bumpSpace(), !this.bumpIf(","))
|
|
2836
|
-
return this.error(S.EXPECT_SELECT_ARGUMENT_OPTIONS, P(R,
|
|
2842
|
+
return this.error(S.EXPECT_SELECT_ARGUMENT_OPTIONS, P(R, qr({}, R)));
|
|
2837
2843
|
this.bumpSpace();
|
|
2838
2844
|
var ce = this.parseIdentifierIfPossible(), G = 0;
|
|
2839
2845
|
if (a !== "select" && ce.value === "offset") {
|
|
@@ -2848,23 +2854,23 @@ var Qn = (
|
|
|
2848
2854
|
var me = this.tryParsePluralOrSelectOptions(r, a, t, ce);
|
|
2849
2855
|
if (me.err)
|
|
2850
2856
|
return me;
|
|
2851
|
-
var
|
|
2852
|
-
if (
|
|
2853
|
-
return
|
|
2857
|
+
var _ = this.tryParseArgumentClose(n);
|
|
2858
|
+
if (_.err)
|
|
2859
|
+
return _;
|
|
2854
2860
|
var U = P(n, this.clonePosition());
|
|
2855
2861
|
return a === "select" ? {
|
|
2856
2862
|
val: {
|
|
2857
|
-
type:
|
|
2863
|
+
type: O.select,
|
|
2858
2864
|
value: i,
|
|
2859
|
-
options:
|
|
2865
|
+
options: kt(me.val),
|
|
2860
2866
|
location: U
|
|
2861
2867
|
},
|
|
2862
2868
|
err: null
|
|
2863
2869
|
} : {
|
|
2864
2870
|
val: {
|
|
2865
|
-
type:
|
|
2871
|
+
type: O.plural,
|
|
2866
2872
|
value: i,
|
|
2867
|
-
options:
|
|
2873
|
+
options: kt(me.val),
|
|
2868
2874
|
offset: G,
|
|
2869
2875
|
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
2870
2876
|
location: U
|
|
@@ -2915,16 +2921,16 @@ var Qn = (
|
|
|
2915
2921
|
}, e.prototype.parseNumberSkeletonFromString = function(r, t) {
|
|
2916
2922
|
var i = [];
|
|
2917
2923
|
try {
|
|
2918
|
-
i =
|
|
2924
|
+
i = An(r);
|
|
2919
2925
|
} catch {
|
|
2920
2926
|
return this.error(S.INVALID_NUMBER_SKELETON, t);
|
|
2921
2927
|
}
|
|
2922
2928
|
return {
|
|
2923
2929
|
val: {
|
|
2924
|
-
type:
|
|
2930
|
+
type: or.number,
|
|
2925
2931
|
tokens: i,
|
|
2926
2932
|
location: t,
|
|
2927
|
-
parsedOptions: this.shouldParseSkeletons ?
|
|
2933
|
+
parsedOptions: this.shouldParseSkeletons ? In(i) : {}
|
|
2928
2934
|
},
|
|
2929
2935
|
err: null
|
|
2930
2936
|
};
|
|
@@ -2946,16 +2952,16 @@ var Qn = (
|
|
|
2946
2952
|
var b = this.clonePosition();
|
|
2947
2953
|
if (!this.bumpIf("{"))
|
|
2948
2954
|
return this.error(t === "select" ? S.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : S.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, P(this.clonePosition(), this.clonePosition()));
|
|
2949
|
-
var
|
|
2950
|
-
if (
|
|
2951
|
-
return
|
|
2955
|
+
var _ = this.parseMessage(r + 1, t, i);
|
|
2956
|
+
if (_.err)
|
|
2957
|
+
return _;
|
|
2952
2958
|
var y = this.tryParseArgumentClose(b);
|
|
2953
2959
|
if (y.err)
|
|
2954
2960
|
return y;
|
|
2955
2961
|
a.push([
|
|
2956
2962
|
c,
|
|
2957
2963
|
{
|
|
2958
|
-
value:
|
|
2964
|
+
value: _.val,
|
|
2959
2965
|
location: P(b, this.clonePosition())
|
|
2960
2966
|
}
|
|
2961
2967
|
]), f.add(c), this.bumpSpace(), s = this.parseIdentifierIfPossible(), c = s.value, h = s.location;
|
|
@@ -2972,7 +2978,7 @@ var Qn = (
|
|
|
2972
2978
|
break;
|
|
2973
2979
|
}
|
|
2974
2980
|
var f = P(n, this.clonePosition());
|
|
2975
|
-
return s ? (u *= i,
|
|
2981
|
+
return s ? (u *= i, Vn(u) ? { val: u, err: null } : this.error(t, f)) : this.error(r, f);
|
|
2976
2982
|
}, e.prototype.offset = function() {
|
|
2977
2983
|
return this.position.offset;
|
|
2978
2984
|
}, e.prototype.isEOF = function() {
|
|
@@ -2987,7 +2993,7 @@ var Qn = (
|
|
|
2987
2993
|
var r = this.position.offset;
|
|
2988
2994
|
if (r >= this.message.length)
|
|
2989
2995
|
throw Error("out of bound");
|
|
2990
|
-
var t =
|
|
2996
|
+
var t = yi(this.message, r);
|
|
2991
2997
|
if (t === void 0)
|
|
2992
2998
|
throw Error("Offset ".concat(r, " is at invalid UTF-16 code unit boundary"));
|
|
2993
2999
|
return t;
|
|
@@ -3006,7 +3012,7 @@ var Qn = (
|
|
|
3006
3012
|
r === 10 ? (this.position.line += 1, this.position.column = 1, this.position.offset += 1) : (this.position.column += 1, this.position.offset += r < 65536 ? 1 : 2);
|
|
3007
3013
|
}
|
|
3008
3014
|
}, e.prototype.bumpIf = function(r) {
|
|
3009
|
-
if (
|
|
3015
|
+
if (Ut(this.message, r, this.offset())) {
|
|
3010
3016
|
for (var t = 0; t < r.length; t++)
|
|
3011
3017
|
this.bump();
|
|
3012
3018
|
return !0;
|
|
@@ -3028,7 +3034,7 @@ var Qn = (
|
|
|
3028
3034
|
break;
|
|
3029
3035
|
}
|
|
3030
3036
|
}, e.prototype.bumpSpace = function() {
|
|
3031
|
-
for (; !this.isEOF() &&
|
|
3037
|
+
for (; !this.isEOF() && vi(this.char()); )
|
|
3032
3038
|
this.bump();
|
|
3033
3039
|
}, e.prototype.peek = function() {
|
|
3034
3040
|
if (this.isEOF())
|
|
@@ -3038,47 +3044,47 @@ var Qn = (
|
|
|
3038
3044
|
}, e;
|
|
3039
3045
|
}()
|
|
3040
3046
|
);
|
|
3041
|
-
function
|
|
3047
|
+
function vt(e) {
|
|
3042
3048
|
return e >= 97 && e <= 122 || e >= 65 && e <= 90;
|
|
3043
3049
|
}
|
|
3044
|
-
function
|
|
3045
|
-
return
|
|
3050
|
+
function Zn(e) {
|
|
3051
|
+
return vt(e) || e === 47;
|
|
3046
3052
|
}
|
|
3047
|
-
function
|
|
3053
|
+
function Wn(e) {
|
|
3048
3054
|
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;
|
|
3049
3055
|
}
|
|
3050
|
-
function
|
|
3056
|
+
function vi(e) {
|
|
3051
3057
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3052
3058
|
}
|
|
3053
|
-
function
|
|
3059
|
+
function qn(e) {
|
|
3054
3060
|
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;
|
|
3055
3061
|
}
|
|
3056
|
-
function
|
|
3062
|
+
function _t(e) {
|
|
3057
3063
|
e.forEach(function(r) {
|
|
3058
|
-
if (delete r.location,
|
|
3064
|
+
if (delete r.location, ci(r) || hi(r))
|
|
3059
3065
|
for (var t in r.options)
|
|
3060
|
-
delete r.options[t].location,
|
|
3066
|
+
delete r.options[t].location, _t(r.options[t].value);
|
|
3061
3067
|
else
|
|
3062
|
-
|
|
3068
|
+
ai(r) && di(r.style) || (li(r) || ui(r)) && pt(r.style) ? delete r.style.location : fi(r) && _t(r.children);
|
|
3063
3069
|
});
|
|
3064
3070
|
}
|
|
3065
|
-
function
|
|
3066
|
-
r === void 0 && (r = {}), r =
|
|
3067
|
-
var t = new
|
|
3071
|
+
function Jn(e, r) {
|
|
3072
|
+
r === void 0 && (r = {}), r = qr({ shouldParseSkeletons: !0, requiresOtherClause: !0 }, r);
|
|
3073
|
+
var t = new Xn(e, r).parse();
|
|
3068
3074
|
if (t.err) {
|
|
3069
3075
|
var i = SyntaxError(S[t.err.kind]);
|
|
3070
3076
|
throw i.location = t.err.location, i.originalMessage = t.err.message, i;
|
|
3071
3077
|
}
|
|
3072
|
-
return r?.captureLocation ||
|
|
3078
|
+
return r?.captureLocation || _t(t.val), t.val;
|
|
3073
3079
|
}
|
|
3074
|
-
var
|
|
3080
|
+
var ar;
|
|
3075
3081
|
(function(e) {
|
|
3076
3082
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3077
|
-
})(
|
|
3078
|
-
var
|
|
3083
|
+
})(ar || (ar = {}));
|
|
3084
|
+
var rt = (
|
|
3079
3085
|
/** @class */
|
|
3080
3086
|
function(e) {
|
|
3081
|
-
|
|
3087
|
+
et(r, e);
|
|
3082
3088
|
function r(t, i, n) {
|
|
3083
3089
|
var s = e.call(this, t) || this;
|
|
3084
3090
|
return s.code = i, s.originalMessage = n, s;
|
|
@@ -3087,48 +3093,48 @@ var Kr = (
|
|
|
3087
3093
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3088
3094
|
}, r;
|
|
3089
3095
|
}(Error)
|
|
3090
|
-
),
|
|
3096
|
+
), Dt = (
|
|
3091
3097
|
/** @class */
|
|
3092
3098
|
function(e) {
|
|
3093
|
-
|
|
3099
|
+
et(r, e);
|
|
3094
3100
|
function r(t, i, n, s) {
|
|
3095
|
-
return e.call(this, 'Invalid values for "'.concat(t, '": "').concat(i, '". Options are "').concat(Object.keys(n).join('", "'), '"'),
|
|
3101
|
+
return e.call(this, 'Invalid values for "'.concat(t, '": "').concat(i, '". Options are "').concat(Object.keys(n).join('", "'), '"'), ar.INVALID_VALUE, s) || this;
|
|
3096
3102
|
}
|
|
3097
3103
|
return r;
|
|
3098
|
-
}(
|
|
3099
|
-
),
|
|
3104
|
+
}(rt)
|
|
3105
|
+
), Yn = (
|
|
3100
3106
|
/** @class */
|
|
3101
3107
|
function(e) {
|
|
3102
|
-
|
|
3108
|
+
et(r, e);
|
|
3103
3109
|
function r(t, i, n) {
|
|
3104
|
-
return e.call(this, 'Value for "'.concat(t, '" must be of type ').concat(i),
|
|
3110
|
+
return e.call(this, 'Value for "'.concat(t, '" must be of type ').concat(i), ar.INVALID_VALUE, n) || this;
|
|
3105
3111
|
}
|
|
3106
3112
|
return r;
|
|
3107
|
-
}(
|
|
3108
|
-
),
|
|
3113
|
+
}(rt)
|
|
3114
|
+
), Kn = (
|
|
3109
3115
|
/** @class */
|
|
3110
3116
|
function(e) {
|
|
3111
|
-
|
|
3117
|
+
et(r, e);
|
|
3112
3118
|
function r(t, i) {
|
|
3113
|
-
return e.call(this, 'The intl string context variable "'.concat(t, '" was not provided to the string "').concat(i, '"'),
|
|
3119
|
+
return e.call(this, 'The intl string context variable "'.concat(t, '" was not provided to the string "').concat(i, '"'), ar.MISSING_VALUE, i) || this;
|
|
3114
3120
|
}
|
|
3115
3121
|
return r;
|
|
3116
|
-
}(
|
|
3122
|
+
}(rt)
|
|
3117
3123
|
), Q;
|
|
3118
3124
|
(function(e) {
|
|
3119
3125
|
e[e.literal = 0] = "literal", e[e.object = 1] = "object";
|
|
3120
3126
|
})(Q || (Q = {}));
|
|
3121
|
-
function
|
|
3127
|
+
function es(e) {
|
|
3122
3128
|
return e.length < 2 ? e : e.reduce(function(r, t) {
|
|
3123
3129
|
var i = r[r.length - 1];
|
|
3124
3130
|
return !i || i.type !== Q.literal || t.type !== Q.literal ? r.push(t) : i.value += t.value, r;
|
|
3125
3131
|
}, []);
|
|
3126
3132
|
}
|
|
3127
|
-
function
|
|
3133
|
+
function rs(e) {
|
|
3128
3134
|
return typeof e == "function";
|
|
3129
3135
|
}
|
|
3130
|
-
function
|
|
3131
|
-
if (e.length === 1 &&
|
|
3136
|
+
function Zr(e, r, t, i, n, s, u) {
|
|
3137
|
+
if (e.length === 1 && Ot(e[0]))
|
|
3132
3138
|
return [
|
|
3133
3139
|
{
|
|
3134
3140
|
type: Q.literal,
|
|
@@ -3137,14 +3143,14 @@ function Xr(e, r, t, i, n, s, u) {
|
|
|
3137
3143
|
];
|
|
3138
3144
|
for (var a = [], f = 0, c = e; f < c.length; f++) {
|
|
3139
3145
|
var h = c[f];
|
|
3140
|
-
if (
|
|
3146
|
+
if (Ot(h)) {
|
|
3141
3147
|
a.push({
|
|
3142
3148
|
type: Q.literal,
|
|
3143
3149
|
value: h.value
|
|
3144
3150
|
});
|
|
3145
3151
|
continue;
|
|
3146
3152
|
}
|
|
3147
|
-
if (
|
|
3153
|
+
if (Sn(h)) {
|
|
3148
3154
|
typeof s == "number" && a.push({
|
|
3149
3155
|
type: Q.literal,
|
|
3150
3156
|
value: t.getNumberFormat(r).format(s)
|
|
@@ -3153,44 +3159,44 @@ function Xr(e, r, t, i, n, s, u) {
|
|
|
3153
3159
|
}
|
|
3154
3160
|
var m = h.value;
|
|
3155
3161
|
if (!(n && m in n))
|
|
3156
|
-
throw new
|
|
3162
|
+
throw new Kn(m, u);
|
|
3157
3163
|
var g = n[m];
|
|
3158
|
-
if (
|
|
3164
|
+
if (wn(h)) {
|
|
3159
3165
|
(!g || typeof g == "string" || typeof g == "number") && (g = typeof g == "string" || typeof g == "number" ? String(g) : ""), a.push({
|
|
3160
3166
|
type: typeof g == "string" ? Q.literal : Q.object,
|
|
3161
3167
|
value: g
|
|
3162
3168
|
});
|
|
3163
3169
|
continue;
|
|
3164
3170
|
}
|
|
3165
|
-
if (
|
|
3166
|
-
var b = typeof h.style == "string" ? i.date[h.style] :
|
|
3171
|
+
if (li(h)) {
|
|
3172
|
+
var b = typeof h.style == "string" ? i.date[h.style] : pt(h.style) ? h.style.parsedOptions : void 0;
|
|
3167
3173
|
a.push({
|
|
3168
3174
|
type: Q.literal,
|
|
3169
3175
|
value: t.getDateTimeFormat(r, b).format(g)
|
|
3170
3176
|
});
|
|
3171
3177
|
continue;
|
|
3172
3178
|
}
|
|
3173
|
-
if (
|
|
3174
|
-
var b = typeof h.style == "string" ? i.time[h.style] :
|
|
3179
|
+
if (ui(h)) {
|
|
3180
|
+
var b = typeof h.style == "string" ? i.time[h.style] : pt(h.style) ? h.style.parsedOptions : i.time.medium;
|
|
3175
3181
|
a.push({
|
|
3176
3182
|
type: Q.literal,
|
|
3177
3183
|
value: t.getDateTimeFormat(r, b).format(g)
|
|
3178
3184
|
});
|
|
3179
3185
|
continue;
|
|
3180
3186
|
}
|
|
3181
|
-
if (
|
|
3182
|
-
var b = typeof h.style == "string" ? i.number[h.style] :
|
|
3187
|
+
if (ai(h)) {
|
|
3188
|
+
var b = typeof h.style == "string" ? i.number[h.style] : di(h.style) ? h.style.parsedOptions : void 0;
|
|
3183
3189
|
b && b.scale && (g = g * (b.scale || 1)), a.push({
|
|
3184
3190
|
type: Q.literal,
|
|
3185
3191
|
value: t.getNumberFormat(r, b).format(g)
|
|
3186
3192
|
});
|
|
3187
3193
|
continue;
|
|
3188
3194
|
}
|
|
3189
|
-
if (
|
|
3190
|
-
var
|
|
3191
|
-
if (!
|
|
3192
|
-
throw new
|
|
3193
|
-
var
|
|
3195
|
+
if (fi(h)) {
|
|
3196
|
+
var _ = h.children, y = h.value, A = n[y];
|
|
3197
|
+
if (!rs(A))
|
|
3198
|
+
throw new Yn(y, "function", u);
|
|
3199
|
+
var N = Zr(_, r, t, i, n, s), M = A(N.map(function(G) {
|
|
3194
3200
|
return G.value;
|
|
3195
3201
|
}));
|
|
3196
3202
|
Array.isArray(M) || (M = [M]), a.push.apply(a, M.map(function(G) {
|
|
@@ -3200,42 +3206,42 @@ function Xr(e, r, t, i, n, s, u) {
|
|
|
3200
3206
|
};
|
|
3201
3207
|
}));
|
|
3202
3208
|
}
|
|
3203
|
-
if (
|
|
3209
|
+
if (ci(h)) {
|
|
3204
3210
|
var R = h.options[g] || h.options.other;
|
|
3205
3211
|
if (!R)
|
|
3206
|
-
throw new
|
|
3207
|
-
a.push.apply(a,
|
|
3212
|
+
throw new Dt(h.value, g, Object.keys(h.options), u);
|
|
3213
|
+
a.push.apply(a, Zr(R.value, r, t, i, n));
|
|
3208
3214
|
continue;
|
|
3209
3215
|
}
|
|
3210
|
-
if (
|
|
3216
|
+
if (hi(h)) {
|
|
3211
3217
|
var R = h.options["=".concat(g)];
|
|
3212
3218
|
if (!R) {
|
|
3213
3219
|
if (!Intl.PluralRules)
|
|
3214
|
-
throw new
|
|
3220
|
+
throw new rt(`Intl.PluralRules is not available in this environment.
|
|
3215
3221
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3216
|
-
`,
|
|
3222
|
+
`, ar.MISSING_INTL_API, u);
|
|
3217
3223
|
var ce = t.getPluralRules(r, { type: h.pluralType }).select(g - (h.offset || 0));
|
|
3218
3224
|
R = h.options[ce] || h.options.other;
|
|
3219
3225
|
}
|
|
3220
3226
|
if (!R)
|
|
3221
|
-
throw new
|
|
3222
|
-
a.push.apply(a,
|
|
3227
|
+
throw new Dt(h.value, g, Object.keys(h.options), u);
|
|
3228
|
+
a.push.apply(a, Zr(R.value, r, t, i, n, g - (h.offset || 0)));
|
|
3223
3229
|
continue;
|
|
3224
3230
|
}
|
|
3225
3231
|
}
|
|
3226
|
-
return
|
|
3232
|
+
return es(a);
|
|
3227
3233
|
}
|
|
3228
|
-
function
|
|
3229
|
-
return r ?
|
|
3230
|
-
return t[i] =
|
|
3234
|
+
function ts(e, r) {
|
|
3235
|
+
return r ? Pe(Pe(Pe({}, e || {}), r || {}), Object.keys(e).reduce(function(t, i) {
|
|
3236
|
+
return t[i] = Pe(Pe({}, e[i]), r[i] || {}), t;
|
|
3231
3237
|
}, {})) : e;
|
|
3232
3238
|
}
|
|
3233
|
-
function
|
|
3239
|
+
function is(e, r) {
|
|
3234
3240
|
return r ? Object.keys(e).reduce(function(t, i) {
|
|
3235
|
-
return t[i] =
|
|
3236
|
-
},
|
|
3241
|
+
return t[i] = ts(e[i], r[i]), t;
|
|
3242
|
+
}, Pe({}, e)) : e;
|
|
3237
3243
|
}
|
|
3238
|
-
function
|
|
3244
|
+
function ht(e) {
|
|
3239
3245
|
return {
|
|
3240
3246
|
create: function() {
|
|
3241
3247
|
return {
|
|
@@ -3249,39 +3255,39 @@ function ut(e) {
|
|
|
3249
3255
|
}
|
|
3250
3256
|
};
|
|
3251
3257
|
}
|
|
3252
|
-
function
|
|
3258
|
+
function ns(e) {
|
|
3253
3259
|
return e === void 0 && (e = {
|
|
3254
3260
|
number: {},
|
|
3255
3261
|
dateTime: {},
|
|
3256
3262
|
pluralRules: {}
|
|
3257
3263
|
}), {
|
|
3258
|
-
getNumberFormat:
|
|
3264
|
+
getNumberFormat: lt(function() {
|
|
3259
3265
|
for (var r, t = [], i = 0; i < arguments.length; i++)
|
|
3260
3266
|
t[i] = arguments[i];
|
|
3261
|
-
return new ((r = Intl.NumberFormat).bind.apply(r,
|
|
3267
|
+
return new ((r = Intl.NumberFormat).bind.apply(r, at([void 0], t, !1)))();
|
|
3262
3268
|
}, {
|
|
3263
|
-
cache:
|
|
3264
|
-
strategy:
|
|
3269
|
+
cache: ht(e.number),
|
|
3270
|
+
strategy: ut.variadic
|
|
3265
3271
|
}),
|
|
3266
|
-
getDateTimeFormat:
|
|
3272
|
+
getDateTimeFormat: lt(function() {
|
|
3267
3273
|
for (var r, t = [], i = 0; i < arguments.length; i++)
|
|
3268
3274
|
t[i] = arguments[i];
|
|
3269
|
-
return new ((r = Intl.DateTimeFormat).bind.apply(r,
|
|
3275
|
+
return new ((r = Intl.DateTimeFormat).bind.apply(r, at([void 0], t, !1)))();
|
|
3270
3276
|
}, {
|
|
3271
|
-
cache:
|
|
3272
|
-
strategy:
|
|
3277
|
+
cache: ht(e.dateTime),
|
|
3278
|
+
strategy: ut.variadic
|
|
3273
3279
|
}),
|
|
3274
|
-
getPluralRules:
|
|
3280
|
+
getPluralRules: lt(function() {
|
|
3275
3281
|
for (var r, t = [], i = 0; i < arguments.length; i++)
|
|
3276
3282
|
t[i] = arguments[i];
|
|
3277
|
-
return new ((r = Intl.PluralRules).bind.apply(r,
|
|
3283
|
+
return new ((r = Intl.PluralRules).bind.apply(r, at([void 0], t, !1)))();
|
|
3278
3284
|
}, {
|
|
3279
|
-
cache:
|
|
3280
|
-
strategy:
|
|
3285
|
+
cache: ht(e.pluralRules),
|
|
3286
|
+
strategy: ut.variadic
|
|
3281
3287
|
})
|
|
3282
3288
|
};
|
|
3283
3289
|
}
|
|
3284
|
-
var
|
|
3290
|
+
var ss = (
|
|
3285
3291
|
/** @class */
|
|
3286
3292
|
function() {
|
|
3287
3293
|
function e(r, t, i, n) {
|
|
@@ -3300,7 +3306,7 @@ var is = (
|
|
|
3300
3306
|
}, []);
|
|
3301
3307
|
return h.length <= 1 ? h[0] || "" : h;
|
|
3302
3308
|
}, this.formatToParts = function(f) {
|
|
3303
|
-
return
|
|
3309
|
+
return Zr(s.ast, s.locales, s.formatters, s.formats, f, void 0, s.message);
|
|
3304
3310
|
}, this.resolvedOptions = function() {
|
|
3305
3311
|
var f;
|
|
3306
3312
|
return {
|
|
@@ -3313,13 +3319,13 @@ var is = (
|
|
|
3313
3319
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3314
3320
|
var u = n || {};
|
|
3315
3321
|
u.formatters;
|
|
3316
|
-
var a =
|
|
3317
|
-
this.ast = e.__parse(r,
|
|
3322
|
+
var a = mn(u, ["formatters"]);
|
|
3323
|
+
this.ast = e.__parse(r, Pe(Pe({}, a), { locale: this.resolvedLocale }));
|
|
3318
3324
|
} else
|
|
3319
3325
|
this.ast = r;
|
|
3320
3326
|
if (!Array.isArray(this.ast))
|
|
3321
3327
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3322
|
-
this.formats =
|
|
3328
|
+
this.formats = is(e.formats, i), this.formatters = n && n.formatters || ns(this.formatterCache);
|
|
3323
3329
|
}
|
|
3324
3330
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3325
3331
|
get: function() {
|
|
@@ -3332,7 +3338,7 @@ var is = (
|
|
|
3332
3338
|
var t = Intl.NumberFormat.supportedLocalesOf(r);
|
|
3333
3339
|
return t.length > 0 ? new Intl.Locale(t[0]) : new Intl.Locale(typeof r == "string" ? r : r[0]);
|
|
3334
3340
|
}
|
|
3335
|
-
}, e.__parse =
|
|
3341
|
+
}, e.__parse = Jn, e.formats = {
|
|
3336
3342
|
number: {
|
|
3337
3343
|
integer: {
|
|
3338
3344
|
maximumFractionDigits: 0
|
|
@@ -3393,7 +3399,7 @@ var is = (
|
|
|
3393
3399
|
}, e;
|
|
3394
3400
|
}()
|
|
3395
3401
|
);
|
|
3396
|
-
function
|
|
3402
|
+
function os(e, r) {
|
|
3397
3403
|
if (r == null)
|
|
3398
3404
|
return;
|
|
3399
3405
|
if (r in e)
|
|
@@ -3414,92 +3420,92 @@ function ns(e, r) {
|
|
|
3414
3420
|
i = void 0;
|
|
3415
3421
|
return i;
|
|
3416
3422
|
}
|
|
3417
|
-
const
|
|
3423
|
+
const Oe = {}, as = (e, r, t) => t && (r in Oe || (Oe[r] = {}), e in Oe[r] || (Oe[r][e] = t), t), _i = (e, r) => {
|
|
3418
3424
|
if (r == null)
|
|
3419
3425
|
return;
|
|
3420
|
-
if (r in
|
|
3421
|
-
return
|
|
3422
|
-
const t =
|
|
3426
|
+
if (r in Oe && e in Oe[r])
|
|
3427
|
+
return Oe[r][e];
|
|
3428
|
+
const t = tt(r);
|
|
3423
3429
|
for (let i = 0; i < t.length; i++) {
|
|
3424
|
-
const n = t[i], s =
|
|
3430
|
+
const n = t[i], s = us(n, e);
|
|
3425
3431
|
if (s)
|
|
3426
|
-
return
|
|
3432
|
+
return as(e, r, s);
|
|
3427
3433
|
}
|
|
3428
3434
|
};
|
|
3429
|
-
let
|
|
3430
|
-
const
|
|
3431
|
-
function
|
|
3432
|
-
return
|
|
3435
|
+
let xt;
|
|
3436
|
+
const Ar = Kr({});
|
|
3437
|
+
function ls(e) {
|
|
3438
|
+
return xt[e] || null;
|
|
3433
3439
|
}
|
|
3434
|
-
function
|
|
3435
|
-
return e in
|
|
3440
|
+
function wi(e) {
|
|
3441
|
+
return e in xt;
|
|
3436
3442
|
}
|
|
3437
|
-
function
|
|
3438
|
-
if (!
|
|
3443
|
+
function us(e, r) {
|
|
3444
|
+
if (!wi(e))
|
|
3439
3445
|
return null;
|
|
3440
|
-
const t =
|
|
3441
|
-
return
|
|
3446
|
+
const t = ls(e);
|
|
3447
|
+
return os(t, r);
|
|
3442
3448
|
}
|
|
3443
|
-
function
|
|
3449
|
+
function cs(e) {
|
|
3444
3450
|
if (e == null)
|
|
3445
3451
|
return;
|
|
3446
|
-
const r =
|
|
3452
|
+
const r = tt(e);
|
|
3447
3453
|
for (let t = 0; t < r.length; t++) {
|
|
3448
3454
|
const i = r[t];
|
|
3449
|
-
if (
|
|
3455
|
+
if (wi(i))
|
|
3450
3456
|
return i;
|
|
3451
3457
|
}
|
|
3452
3458
|
}
|
|
3453
|
-
function
|
|
3454
|
-
delete
|
|
3459
|
+
function Si(e, ...r) {
|
|
3460
|
+
delete Oe[e], Ar.update((t) => (t[e] = dn.all([t[e] || {}, ...r]), t));
|
|
3455
3461
|
}
|
|
3456
|
-
|
|
3457
|
-
[
|
|
3462
|
+
cr(
|
|
3463
|
+
[Ar],
|
|
3458
3464
|
([e]) => Object.keys(e)
|
|
3459
3465
|
);
|
|
3460
|
-
|
|
3461
|
-
const
|
|
3462
|
-
function
|
|
3463
|
-
|
|
3466
|
+
Ar.subscribe((e) => xt = e);
|
|
3467
|
+
const Wr = {};
|
|
3468
|
+
function hs(e, r) {
|
|
3469
|
+
Wr[e].delete(r), Wr[e].size === 0 && delete Wr[e];
|
|
3464
3470
|
}
|
|
3465
|
-
function
|
|
3466
|
-
return
|
|
3471
|
+
function Pi(e) {
|
|
3472
|
+
return Wr[e];
|
|
3467
3473
|
}
|
|
3468
|
-
function
|
|
3469
|
-
return
|
|
3470
|
-
const t =
|
|
3474
|
+
function fs(e) {
|
|
3475
|
+
return tt(e).map((r) => {
|
|
3476
|
+
const t = Pi(r);
|
|
3471
3477
|
return [r, t ? [...t] : []];
|
|
3472
3478
|
}).filter(([, r]) => r.length > 0);
|
|
3473
3479
|
}
|
|
3474
|
-
function
|
|
3475
|
-
return e == null ? !1 :
|
|
3480
|
+
function wt(e) {
|
|
3481
|
+
return e == null ? !1 : tt(e).some(
|
|
3476
3482
|
(r) => {
|
|
3477
3483
|
var t;
|
|
3478
|
-
return (t =
|
|
3484
|
+
return (t = Pi(r)) == null ? void 0 : t.size;
|
|
3479
3485
|
}
|
|
3480
3486
|
);
|
|
3481
3487
|
}
|
|
3482
|
-
function
|
|
3488
|
+
function ds(e, r) {
|
|
3483
3489
|
return Promise.all(
|
|
3484
|
-
r.map((i) => (
|
|
3485
|
-
).then((i) =>
|
|
3486
|
-
}
|
|
3487
|
-
const
|
|
3488
|
-
function
|
|
3489
|
-
if (!
|
|
3490
|
-
return e in
|
|
3491
|
-
const r =
|
|
3492
|
-
return
|
|
3490
|
+
r.map((i) => (hs(e, i), i().then((n) => n.default || n)))
|
|
3491
|
+
).then((i) => Si(e, ...i));
|
|
3492
|
+
}
|
|
3493
|
+
const _r = {};
|
|
3494
|
+
function xi(e) {
|
|
3495
|
+
if (!wt(e))
|
|
3496
|
+
return e in _r ? _r[e] : Promise.resolve();
|
|
3497
|
+
const r = fs(e);
|
|
3498
|
+
return _r[e] = Promise.all(
|
|
3493
3499
|
r.map(
|
|
3494
|
-
([t, i]) =>
|
|
3500
|
+
([t, i]) => ds(t, i)
|
|
3495
3501
|
)
|
|
3496
3502
|
).then(() => {
|
|
3497
|
-
if (
|
|
3498
|
-
return
|
|
3499
|
-
delete
|
|
3500
|
-
}),
|
|
3503
|
+
if (wt(e))
|
|
3504
|
+
return xi(e);
|
|
3505
|
+
delete _r[e];
|
|
3506
|
+
}), _r[e];
|
|
3501
3507
|
}
|
|
3502
|
-
const
|
|
3508
|
+
const ms = {
|
|
3503
3509
|
number: {
|
|
3504
3510
|
scientific: { notation: "scientific" },
|
|
3505
3511
|
engineering: { notation: "engineering" },
|
|
@@ -3528,150 +3534,150 @@ const fs = {
|
|
|
3528
3534
|
timeZoneName: "short"
|
|
3529
3535
|
}
|
|
3530
3536
|
}
|
|
3531
|
-
},
|
|
3537
|
+
}, gs = {
|
|
3532
3538
|
fallbackLocale: null,
|
|
3533
3539
|
loadingDelay: 200,
|
|
3534
|
-
formats:
|
|
3540
|
+
formats: ms,
|
|
3535
3541
|
warnOnMissingMessages: !0,
|
|
3536
3542
|
handleMissingMessage: void 0,
|
|
3537
3543
|
ignoreTag: !0
|
|
3538
|
-
},
|
|
3539
|
-
function
|
|
3540
|
-
return
|
|
3544
|
+
}, ps = gs;
|
|
3545
|
+
function lr() {
|
|
3546
|
+
return ps;
|
|
3541
3547
|
}
|
|
3542
|
-
const
|
|
3543
|
-
var
|
|
3548
|
+
const ft = Kr(!1);
|
|
3549
|
+
var bs = Object.defineProperty, ys = Object.defineProperties, Es = Object.getOwnPropertyDescriptors, Gt = Object.getOwnPropertySymbols, vs = Object.prototype.hasOwnProperty, _s = Object.prototype.propertyIsEnumerable, jt = (e, r, t) => r in e ? bs(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, ws = (e, r) => {
|
|
3544
3550
|
for (var t in r || (r = {}))
|
|
3545
|
-
|
|
3546
|
-
if (
|
|
3547
|
-
for (var t of
|
|
3548
|
-
|
|
3551
|
+
vs.call(r, t) && jt(e, t, r[t]);
|
|
3552
|
+
if (Gt)
|
|
3553
|
+
for (var t of Gt(r))
|
|
3554
|
+
_s.call(r, t) && jt(e, t, r[t]);
|
|
3549
3555
|
return e;
|
|
3550
|
-
},
|
|
3551
|
-
let
|
|
3552
|
-
const
|
|
3553
|
-
function
|
|
3556
|
+
}, Ss = (e, r) => ys(e, Es(r));
|
|
3557
|
+
let St;
|
|
3558
|
+
const Jr = Kr(null);
|
|
3559
|
+
function Vt(e) {
|
|
3554
3560
|
return e.split("-").map((r, t, i) => i.slice(0, t + 1).join("-")).reverse();
|
|
3555
3561
|
}
|
|
3556
|
-
function
|
|
3557
|
-
const t =
|
|
3558
|
-
return r ? [.../* @__PURE__ */ new Set([...t, ...
|
|
3562
|
+
function tt(e, r = lr().fallbackLocale) {
|
|
3563
|
+
const t = Vt(e);
|
|
3564
|
+
return r ? [.../* @__PURE__ */ new Set([...t, ...Vt(r)])] : t;
|
|
3559
3565
|
}
|
|
3560
|
-
function
|
|
3561
|
-
return
|
|
3566
|
+
function De() {
|
|
3567
|
+
return St ?? void 0;
|
|
3562
3568
|
}
|
|
3563
|
-
|
|
3564
|
-
|
|
3569
|
+
Jr.subscribe((e) => {
|
|
3570
|
+
St = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3565
3571
|
});
|
|
3566
|
-
const
|
|
3567
|
-
if (e &&
|
|
3568
|
-
const { loadingDelay: r } =
|
|
3572
|
+
const Ps = (e) => {
|
|
3573
|
+
if (e && cs(e) && wt(e)) {
|
|
3574
|
+
const { loadingDelay: r } = lr();
|
|
3569
3575
|
let t;
|
|
3570
|
-
return typeof window < "u" &&
|
|
3571
|
-
() =>
|
|
3576
|
+
return typeof window < "u" && De() != null && r ? t = window.setTimeout(
|
|
3577
|
+
() => ft.set(!0),
|
|
3572
3578
|
r
|
|
3573
|
-
) :
|
|
3574
|
-
|
|
3579
|
+
) : ft.set(!0), xi(e).then(() => {
|
|
3580
|
+
Jr.set(e);
|
|
3575
3581
|
}).finally(() => {
|
|
3576
|
-
clearTimeout(t),
|
|
3582
|
+
clearTimeout(t), ft.set(!1);
|
|
3577
3583
|
});
|
|
3578
3584
|
}
|
|
3579
|
-
return
|
|
3580
|
-
},
|
|
3581
|
-
set:
|
|
3582
|
-
}),
|
|
3585
|
+
return Jr.set(e);
|
|
3586
|
+
}, hr = Ss(ws({}, Jr), {
|
|
3587
|
+
set: Ps
|
|
3588
|
+
}), it = (e) => {
|
|
3583
3589
|
const r = /* @__PURE__ */ Object.create(null);
|
|
3584
3590
|
return (i) => {
|
|
3585
3591
|
const n = JSON.stringify(i);
|
|
3586
3592
|
return n in r ? r[n] : r[n] = e(i);
|
|
3587
3593
|
};
|
|
3588
3594
|
};
|
|
3589
|
-
var
|
|
3595
|
+
var xs = Object.defineProperty, Yr = Object.getOwnPropertySymbols, Ci = Object.prototype.hasOwnProperty, Ai = Object.prototype.propertyIsEnumerable, $t = (e, r, t) => r in e ? xs(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Ct = (e, r) => {
|
|
3590
3596
|
for (var t in r || (r = {}))
|
|
3591
|
-
|
|
3592
|
-
if (
|
|
3593
|
-
for (var t of
|
|
3594
|
-
|
|
3597
|
+
Ci.call(r, t) && $t(e, t, r[t]);
|
|
3598
|
+
if (Yr)
|
|
3599
|
+
for (var t of Yr(r))
|
|
3600
|
+
Ai.call(r, t) && $t(e, t, r[t]);
|
|
3595
3601
|
return e;
|
|
3596
|
-
},
|
|
3602
|
+
}, fr = (e, r) => {
|
|
3597
3603
|
var t = {};
|
|
3598
3604
|
for (var i in e)
|
|
3599
|
-
|
|
3600
|
-
if (e != null &&
|
|
3601
|
-
for (var i of
|
|
3602
|
-
r.indexOf(i) < 0 &&
|
|
3605
|
+
Ci.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
|
|
3606
|
+
if (e != null && Yr)
|
|
3607
|
+
for (var i of Yr(e))
|
|
3608
|
+
r.indexOf(i) < 0 && Ai.call(e, i) && (t[i] = e[i]);
|
|
3603
3609
|
return t;
|
|
3604
3610
|
};
|
|
3605
|
-
const
|
|
3606
|
-
const { formats: t } =
|
|
3611
|
+
const Cr = (e, r) => {
|
|
3612
|
+
const { formats: t } = lr();
|
|
3607
3613
|
if (e in t && r in t[e])
|
|
3608
3614
|
return t[e][r];
|
|
3609
3615
|
throw new Error(`[svelte-i18n] Unknown "${r}" ${e} format.`);
|
|
3610
|
-
},
|
|
3616
|
+
}, Cs = it(
|
|
3611
3617
|
(e) => {
|
|
3612
|
-
var r = e, { locale: t, format: i } = r, n =
|
|
3618
|
+
var r = e, { locale: t, format: i } = r, n = fr(r, ["locale", "format"]);
|
|
3613
3619
|
if (t == null)
|
|
3614
3620
|
throw new Error('[svelte-i18n] A "locale" must be set to format numbers');
|
|
3615
|
-
return i && (n =
|
|
3621
|
+
return i && (n = Cr("number", i)), new Intl.NumberFormat(t, n);
|
|
3616
3622
|
}
|
|
3617
|
-
),
|
|
3623
|
+
), As = it(
|
|
3618
3624
|
(e) => {
|
|
3619
|
-
var r = e, { locale: t, format: i } = r, n =
|
|
3625
|
+
var r = e, { locale: t, format: i } = r, n = fr(r, ["locale", "format"]);
|
|
3620
3626
|
if (t == null)
|
|
3621
3627
|
throw new Error('[svelte-i18n] A "locale" must be set to format dates');
|
|
3622
|
-
return i ? n =
|
|
3628
|
+
return i ? n = Cr("date", i) : Object.keys(n).length === 0 && (n = Cr("date", "short")), new Intl.DateTimeFormat(t, n);
|
|
3623
3629
|
}
|
|
3624
|
-
),
|
|
3630
|
+
), Ts = it(
|
|
3625
3631
|
(e) => {
|
|
3626
|
-
var r = e, { locale: t, format: i } = r, n =
|
|
3632
|
+
var r = e, { locale: t, format: i } = r, n = fr(r, ["locale", "format"]);
|
|
3627
3633
|
if (t == null)
|
|
3628
3634
|
throw new Error(
|
|
3629
3635
|
'[svelte-i18n] A "locale" must be set to format time values'
|
|
3630
3636
|
);
|
|
3631
|
-
return i ? n =
|
|
3637
|
+
return i ? n = Cr("time", i) : Object.keys(n).length === 0 && (n = Cr("time", "short")), new Intl.DateTimeFormat(t, n);
|
|
3632
3638
|
}
|
|
3633
|
-
),
|
|
3639
|
+
), Hs = (e = {}) => {
|
|
3634
3640
|
var r = e, {
|
|
3635
|
-
locale: t =
|
|
3636
|
-
} = r, i =
|
|
3641
|
+
locale: t = De()
|
|
3642
|
+
} = r, i = fr(r, [
|
|
3637
3643
|
"locale"
|
|
3638
3644
|
]);
|
|
3639
|
-
return
|
|
3640
|
-
},
|
|
3645
|
+
return Cs(Ct({ locale: t }, i));
|
|
3646
|
+
}, Bs = (e = {}) => {
|
|
3641
3647
|
var r = e, {
|
|
3642
|
-
locale: t =
|
|
3643
|
-
} = r, i =
|
|
3648
|
+
locale: t = De()
|
|
3649
|
+
} = r, i = fr(r, [
|
|
3644
3650
|
"locale"
|
|
3645
3651
|
]);
|
|
3646
|
-
return
|
|
3647
|
-
},
|
|
3652
|
+
return As(Ct({ locale: t }, i));
|
|
3653
|
+
}, Is = (e = {}) => {
|
|
3648
3654
|
var r = e, {
|
|
3649
|
-
locale: t =
|
|
3650
|
-
} = r, i =
|
|
3655
|
+
locale: t = De()
|
|
3656
|
+
} = r, i = fr(r, [
|
|
3651
3657
|
"locale"
|
|
3652
3658
|
]);
|
|
3653
|
-
return
|
|
3654
|
-
},
|
|
3659
|
+
return Ts(Ct({ locale: t }, i));
|
|
3660
|
+
}, Ns = it(
|
|
3655
3661
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3656
|
-
(e, r =
|
|
3657
|
-
ignoreTag:
|
|
3662
|
+
(e, r = De()) => new ss(e, r, lr().formats, {
|
|
3663
|
+
ignoreTag: lr().ignoreTag
|
|
3658
3664
|
})
|
|
3659
|
-
),
|
|
3665
|
+
), Os = (e, r = {}) => {
|
|
3660
3666
|
var t, i, n, s;
|
|
3661
3667
|
let u = r;
|
|
3662
3668
|
typeof e == "object" && (u = e, e = u.id);
|
|
3663
3669
|
const {
|
|
3664
3670
|
values: a,
|
|
3665
|
-
locale: f =
|
|
3671
|
+
locale: f = De(),
|
|
3666
3672
|
default: c
|
|
3667
3673
|
} = u;
|
|
3668
3674
|
if (f == null)
|
|
3669
3675
|
throw new Error(
|
|
3670
3676
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3671
3677
|
);
|
|
3672
|
-
let h =
|
|
3678
|
+
let h = _i(e, f);
|
|
3673
3679
|
if (!h)
|
|
3674
|
-
h = (s = (n = (i = (t =
|
|
3680
|
+
h = (s = (n = (i = (t = lr()).handleMissingMessage) == null ? void 0 : i.call(t, { locale: f, id: e, defaultValue: c })) != null ? n : c) != null ? s : e;
|
|
3675
3681
|
else if (typeof h != "string")
|
|
3676
3682
|
return console.warn(
|
|
3677
3683
|
`[svelte-i18n] Message with id "${e}" must be of type "string", found: "${typeof h}". Gettin its value through the "$format" method is deprecated; use the "json" method instead.`
|
|
@@ -3680,7 +3686,7 @@ const xr = (e, r) => {
|
|
|
3680
3686
|
return h;
|
|
3681
3687
|
let m = h;
|
|
3682
3688
|
try {
|
|
3683
|
-
m =
|
|
3689
|
+
m = Ns(h, f).format(a);
|
|
3684
3690
|
} catch (g) {
|
|
3685
3691
|
g instanceof Error && console.warn(
|
|
3686
3692
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3688,18 +3694,18 @@ const xr = (e, r) => {
|
|
|
3688
3694
|
);
|
|
3689
3695
|
}
|
|
3690
3696
|
return m;
|
|
3691
|
-
},
|
|
3692
|
-
|
|
3693
|
-
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
function
|
|
3697
|
-
|
|
3698
|
-
}
|
|
3699
|
-
function
|
|
3700
|
-
|
|
3701
|
-
}
|
|
3702
|
-
const
|
|
3697
|
+
}, Ls = (e, r) => Is(r).format(e), Ms = (e, r) => Bs(r).format(e), Rs = (e, r) => Hs(r).format(e), Us = (e, r = De()) => _i(e, r), ks = cr([hr, Ar], () => Os);
|
|
3698
|
+
cr([hr], () => Ls);
|
|
3699
|
+
cr([hr], () => Ms);
|
|
3700
|
+
cr([hr], () => Rs);
|
|
3701
|
+
cr([hr, Ar], () => Us);
|
|
3702
|
+
function Qt(e, r) {
|
|
3703
|
+
Si(e, r);
|
|
3704
|
+
}
|
|
3705
|
+
function Fs(e) {
|
|
3706
|
+
hr.set(e);
|
|
3707
|
+
}
|
|
3708
|
+
const zt = {
|
|
3703
3709
|
en: {
|
|
3704
3710
|
registerTitle: "Create your account",
|
|
3705
3711
|
registerSubtitle: "Already have an account?",
|
|
@@ -3954,13 +3960,13 @@ const $t = {
|
|
|
3954
3960
|
registerNext: "Next"
|
|
3955
3961
|
}
|
|
3956
3962
|
};
|
|
3957
|
-
function
|
|
3963
|
+
function Ds(e, r) {
|
|
3958
3964
|
if (e) {
|
|
3959
3965
|
const t = document.createElement("style");
|
|
3960
3966
|
t.innerHTML = r, e.appendChild(t);
|
|
3961
3967
|
}
|
|
3962
3968
|
}
|
|
3963
|
-
function
|
|
3969
|
+
function Gs(e, r) {
|
|
3964
3970
|
const t = new URL(r);
|
|
3965
3971
|
fetch(t.href).then((i) => i.text()).then((i) => {
|
|
3966
3972
|
const n = document.createElement("style");
|
|
@@ -3969,7 +3975,7 @@ function Fs(e, r) {
|
|
|
3969
3975
|
console.error("There was an error while trying to load client styling from URL", i);
|
|
3970
3976
|
});
|
|
3971
3977
|
}
|
|
3972
|
-
function
|
|
3978
|
+
function js(e, r, t) {
|
|
3973
3979
|
if (window.emMessageBus) {
|
|
3974
3980
|
const i = document.createElement("style");
|
|
3975
3981
|
window.emMessageBus.subscribe(r, (n) => {
|
|
@@ -3977,17 +3983,17 @@ function Ds(e, r, t) {
|
|
|
3977
3983
|
});
|
|
3978
3984
|
}
|
|
3979
3985
|
}
|
|
3980
|
-
function
|
|
3981
|
-
|
|
3986
|
+
function Vs(e) {
|
|
3987
|
+
Bi(e, "svelte-1ueqy7d", ".RegisterFormTitle{font-size:20px;text-transform:uppercase;font-weight:300;margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:14px;margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;padding-bottom:40px;position:relative}.EmailContainer label,.UserContainer label,.PasswordContainer label,.ConfirmPasswordContainer label,.PromoCodeContainer label,.SecurityQuestionContainer label,.SecurityAnswerContainer label{font-size:14px;font-weight:300;padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer input{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}.EmailContainer.InvalidField input,.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.ConfirmPasswordContainer.InvalidField input,.PromoCodeContainer.InvalidField input,.SecurityQuestionContainer.InvalidField input,.SecurityAnswerContainer.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))}.EmailContainer.Hidden,.UserContainer.Hidden,.PasswordContainer.Hidden,.ConfirmPasswordContainer.Hidden,.PromoCodeContainer.Hidden,.SecurityQuestionContainer.Hidden,.SecurityAnswerContainer.Hidden{display:none}.PasswordContainer,.ConfirmPasswordContainer{position:relative}.PasswordContainer input,.ConfirmPasswordContainer input{padding:5px 30px 5px 15px}.FormRequired{color:var(--emw--categories-color-secondary, var(--emw--color-secondary, #FD2839))}.TogglePasswordVisibility,.ToggleConfirmPasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect,.ToggleConfirmPasswordVisibility.InvalidToggle path,.ToggleConfirmPasswordVisibility.InvalidToggle circle,.ToggleConfirmPasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect,.ToggleConfirmPasswordVisibility path,.ToggleConfirmPasswordVisibility circle,.ToggleConfirmPasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.RegisterStepNext{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}.RegisterStepNext[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}input::-ms-reveal,input::-ms-clear{display:none}");
|
|
3982
3988
|
}
|
|
3983
|
-
function
|
|
3989
|
+
function Xt(e) {
|
|
3984
3990
|
let r, t = (
|
|
3985
3991
|
/*$_*/
|
|
3986
3992
|
e[30]("registerEmailError") + ""
|
|
3987
3993
|
), i;
|
|
3988
3994
|
return {
|
|
3989
3995
|
c() {
|
|
3990
|
-
r = E("p"), i =
|
|
3996
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
3991
3997
|
},
|
|
3992
3998
|
m(n, s) {
|
|
3993
3999
|
ue(n, r, s), l(r, i);
|
|
@@ -4002,14 +4008,14 @@ function Qt(e) {
|
|
|
4002
4008
|
}
|
|
4003
4009
|
};
|
|
4004
4010
|
}
|
|
4005
|
-
function
|
|
4011
|
+
function Zt(e) {
|
|
4006
4012
|
let r, t = (
|
|
4007
4013
|
/*$_*/
|
|
4008
4014
|
e[30]("registerUsernameError") + ""
|
|
4009
4015
|
), i;
|
|
4010
4016
|
return {
|
|
4011
4017
|
c() {
|
|
4012
|
-
r = E("p"), i =
|
|
4018
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4013
4019
|
},
|
|
4014
4020
|
m(n, s) {
|
|
4015
4021
|
ue(n, r, s), l(r, i);
|
|
@@ -4024,11 +4030,11 @@ function zt(e) {
|
|
|
4024
4030
|
}
|
|
4025
4031
|
};
|
|
4026
4032
|
}
|
|
4027
|
-
function
|
|
4033
|
+
function $s(e) {
|
|
4028
4034
|
let r, t, i, n, s, u, a, f, c;
|
|
4029
4035
|
return {
|
|
4030
4036
|
c() {
|
|
4031
|
-
r =
|
|
4037
|
+
r = w("svg"), t = w("defs"), i = w("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = w("g"), u = w("path"), a = w("circle"), o(u, "class", "a"), o(u, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), o(u, "transform", "translate(0)"), o(a, "class", "a"), o(a, "cx", "2.779"), o(a, "cy", "2.779"), o(a, "r", "2.779"), o(a, "transform", "translate(20.827 30.303)"), o(s, "transform", "translate(-14.185 -27.832)"), o(r, "class", "TogglePasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.843"), o(r, "height", "10.5"), o(r, "viewBox", "0 0 18.843 10.5");
|
|
4032
4038
|
},
|
|
4033
4039
|
m(h, m) {
|
|
4034
4040
|
ue(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
|
|
@@ -4044,34 +4050,34 @@ function js(e) {
|
|
|
4044
4050
|
}
|
|
4045
4051
|
};
|
|
4046
4052
|
}
|
|
4047
|
-
function
|
|
4048
|
-
let r, t, i, n, s, u, a, f, c, h, m, g, b,
|
|
4053
|
+
function Qs(e) {
|
|
4054
|
+
let r, t, i, n, s, u, a, f, c, h, m, g, b, _, y;
|
|
4049
4055
|
return {
|
|
4050
4056
|
c() {
|
|
4051
|
-
r =
|
|
4057
|
+
r = w("svg"), t = w("defs"), i = w("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = w("g"), u = w("circle"), a = w("g"), f = w("path"), c = w("path"), h = w("g"), m = w("path"), g = w("path"), b = w("rect"), o(u, "class", "a"), o(u, "cx", "0.05"), o(u, "cy", "0.05"), o(u, "r", "0.05"), o(u, "transform", "translate(121.017 31.148)"), o(f, "class", "a"), o(f, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(f, "transform", "translate(-142.164 -39.123)"), o(c, "class", "a"), o(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(c, "transform", "translate(-136.413 -42.068)"), o(a, "transform", "translate(117.499 27.37)"), o(m, "class", "a"), o(m, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), o(m, "transform", "translate(-110.856 -33.157)"), o(g, "class", "a"), o(g, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), o(g, "transform", "translate(-130.743 -29.617)"), o(h, "transform", "translate(110.856 24.899)"), o(b, "class", "a"), o(b, "width", "0.972"), o(b, "height", "15.861"), o(b, "rx", "0.486"), o(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(r, "class", "TogglePasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.844"), o(r, "height", "12.887"), o(r, "viewBox", "0 0 18.844 12.887");
|
|
4052
4058
|
},
|
|
4053
|
-
m(A,
|
|
4054
|
-
ue(A, r,
|
|
4059
|
+
m(A, N) {
|
|
4060
|
+
ue(A, r, N), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, m), l(h, g), l(s, b), _ || (y = x(
|
|
4055
4061
|
r,
|
|
4056
4062
|
"click",
|
|
4057
4063
|
/*click_handler_1*/
|
|
4058
4064
|
e[61]
|
|
4059
|
-
),
|
|
4065
|
+
), _ = !0);
|
|
4060
4066
|
},
|
|
4061
4067
|
p: z,
|
|
4062
4068
|
d(A) {
|
|
4063
|
-
A && ie(r),
|
|
4069
|
+
A && ie(r), _ = !1, y();
|
|
4064
4070
|
}
|
|
4065
4071
|
};
|
|
4066
4072
|
}
|
|
4067
|
-
function
|
|
4073
|
+
function Wt(e) {
|
|
4068
4074
|
let r, t = (
|
|
4069
4075
|
/*$_*/
|
|
4070
4076
|
e[30]("registerPasswordError") + ""
|
|
4071
4077
|
), i;
|
|
4072
4078
|
return {
|
|
4073
4079
|
c() {
|
|
4074
|
-
r = E("p"), i =
|
|
4080
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4075
4081
|
},
|
|
4076
4082
|
m(n, s) {
|
|
4077
4083
|
ue(n, r, s), l(r, i);
|
|
@@ -4086,14 +4092,14 @@ function Xt(e) {
|
|
|
4086
4092
|
}
|
|
4087
4093
|
};
|
|
4088
4094
|
}
|
|
4089
|
-
function
|
|
4095
|
+
function qt(e) {
|
|
4090
4096
|
let r, t = (
|
|
4091
4097
|
/*$_*/
|
|
4092
4098
|
e[30]("registerSimplePasswordError") + ""
|
|
4093
4099
|
), i;
|
|
4094
4100
|
return {
|
|
4095
4101
|
c() {
|
|
4096
|
-
r = E("p"), i =
|
|
4102
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4097
4103
|
},
|
|
4098
4104
|
m(n, s) {
|
|
4099
4105
|
ue(n, r, s), l(r, i);
|
|
@@ -4108,11 +4114,11 @@ function Zt(e) {
|
|
|
4108
4114
|
}
|
|
4109
4115
|
};
|
|
4110
4116
|
}
|
|
4111
|
-
function
|
|
4117
|
+
function zs(e) {
|
|
4112
4118
|
let r, t, i, n, s, u, a, f, c;
|
|
4113
4119
|
return {
|
|
4114
4120
|
c() {
|
|
4115
|
-
r =
|
|
4121
|
+
r = w("svg"), t = w("defs"), i = w("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = w("g"), u = w("path"), a = w("circle"), o(u, "class", "a"), o(u, "d", "M23.541,38.332a11.467,11.467,0,0,1-4.886-1.611,34.413,34.413,0,0,1-3.976-2.469,1.1,1.1,0,0,1-.494-.936,1.21,1.21,0,0,1,.442-.962A37.986,37.986,0,0,1,18.6,29.625a16.06,16.06,0,0,1,2.521-1.248,6.862,6.862,0,0,1,2.417-.546,6.862,6.862,0,0,1,2.417.546,20.541,20.541,0,0,1,2.547,1.248,45.872,45.872,0,0,1,4.054,2.729,1.159,1.159,0,0,1,.468.962,1.067,1.067,0,0,1-.52.936,36.353,36.353,0,0,1-4.054,2.469A11.2,11.2,0,0,1,23.541,38.332Zm0-9.46a9.813,9.813,0,0,0-4.392,1.663,44.138,44.138,0,0,0-3.873,2.651.13.13,0,0,0,0,.208,36.5,36.5,0,0,0,3.873,2.391,10.372,10.372,0,0,0,4.392,1.481,11.051,11.051,0,0,0,4.444-1.481,40.2,40.2,0,0,0,3.925-2.391.13.13,0,0,0,0-.208h0a34.132,34.132,0,0,0-3.925-2.651A10.072,10.072,0,0,0,23.541,28.872Z"), o(u, "transform", "translate(0)"), o(a, "class", "a"), o(a, "cx", "2.779"), o(a, "cy", "2.779"), o(a, "r", "2.779"), o(a, "transform", "translate(20.827 30.303)"), o(s, "transform", "translate(-14.185 -27.832)"), o(r, "class", "ToggleConfirmPasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.843"), o(r, "height", "10.5"), o(r, "viewBox", "0 0 18.843 10.5");
|
|
4116
4122
|
},
|
|
4117
4123
|
m(h, m) {
|
|
4118
4124
|
ue(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
|
|
@@ -4128,34 +4134,34 @@ function $s(e) {
|
|
|
4128
4134
|
}
|
|
4129
4135
|
};
|
|
4130
4136
|
}
|
|
4131
|
-
function
|
|
4132
|
-
let r, t, i, n, s, u, a, f, c, h, m, g, b,
|
|
4137
|
+
function Xs(e) {
|
|
4138
|
+
let r, t, i, n, s, u, a, f, c, h, m, g, b, _, y;
|
|
4133
4139
|
return {
|
|
4134
4140
|
c() {
|
|
4135
|
-
r =
|
|
4141
|
+
r = w("svg"), t = w("defs"), i = w("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = w("g"), u = w("circle"), a = w("g"), f = w("path"), c = w("path"), h = w("g"), m = w("path"), g = w("path"), b = w("rect"), o(u, "class", "a"), o(u, "cx", "0.05"), o(u, "cy", "0.05"), o(u, "r", "0.05"), o(u, "transform", "translate(121.017 31.148)"), o(f, "class", "a"), o(f, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(f, "transform", "translate(-142.164 -39.123)"), o(c, "class", "a"), o(c, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), o(c, "transform", "translate(-136.413 -42.068)"), o(a, "transform", "translate(117.499 27.37)"), o(m, "class", "a"), o(m, "d", "M122.538,42.061a7.043,7.043,0,0,1-2.325.53,10.373,10.373,0,0,1-4.393-1.482,36.509,36.509,0,0,1-3.873-2.391.13.13,0,0,1,0-.208,44.141,44.141,0,0,1,3.873-2.651c.394-.233.768-.437,1.13-.622l-.686-.838c-.322.167-.651.347-.99.55a37.989,37.989,0,0,0-3.977,2.729,1.21,1.21,0,0,0-.442.962,1.1,1.1,0,0,0,.494.936,34.416,34.416,0,0,0,3.977,2.469,11.468,11.468,0,0,0,4.886,1.611,8.427,8.427,0,0,0,3.039-.725Z"), o(m, "transform", "translate(-110.856 -33.157)"), o(g, "class", "a"), o(g, "d", "M149.119,34.14a45.875,45.875,0,0,0-4.055-2.729,20.541,20.541,0,0,0-2.547-1.248,5.6,5.6,0,0,0-4.79-.017l.7.856a5.254,5.254,0,0,1,1.672-.346,10.072,10.072,0,0,1,4.445,1.663,34.132,34.132,0,0,1,3.925,2.651.13.13,0,0,1,0,.208,40.2,40.2,0,0,1-3.925,2.391c-.179.092-.352.176-.525.26l.684.835c.1-.054.2-.1.309-.159a36.356,36.356,0,0,0,4.055-2.469,1.067,1.067,0,0,0,.52-.936A1.159,1.159,0,0,0,149.119,34.14Z"), o(g, "transform", "translate(-130.743 -29.617)"), o(h, "transform", "translate(110.856 24.899)"), o(b, "class", "a"), o(b, "width", "0.972"), o(b, "height", "15.861"), o(b, "rx", "0.486"), o(b, "transform", "translate(114.827 23.858) rotate(-39.315)"), o(s, "transform", "translate(-110.856 -23.242)"), o(r, "class", "ToggleConfirmPasswordVisibility"), o(r, "xmlns", "http://www.w3.org/2000/svg"), o(r, "width", "18.844"), o(r, "height", "12.887"), o(r, "viewBox", "0 0 18.844 12.887");
|
|
4136
4142
|
},
|
|
4137
|
-
m(A,
|
|
4138
|
-
ue(A, r,
|
|
4143
|
+
m(A, N) {
|
|
4144
|
+
ue(A, r, N), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, m), l(h, g), l(s, b), _ || (y = x(
|
|
4139
4145
|
r,
|
|
4140
4146
|
"click",
|
|
4141
4147
|
/*click_handler_3*/
|
|
4142
4148
|
e[67]
|
|
4143
|
-
),
|
|
4149
|
+
), _ = !0);
|
|
4144
4150
|
},
|
|
4145
4151
|
p: z,
|
|
4146
4152
|
d(A) {
|
|
4147
|
-
A && ie(r),
|
|
4153
|
+
A && ie(r), _ = !1, y();
|
|
4148
4154
|
}
|
|
4149
4155
|
};
|
|
4150
4156
|
}
|
|
4151
|
-
function
|
|
4157
|
+
function Jt(e) {
|
|
4152
4158
|
let r, t = (
|
|
4153
4159
|
/*$_*/
|
|
4154
4160
|
e[30]("registerConfirmPasswordError") + ""
|
|
4155
4161
|
), i;
|
|
4156
4162
|
return {
|
|
4157
4163
|
c() {
|
|
4158
|
-
r = E("p"), i =
|
|
4164
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4159
4165
|
},
|
|
4160
4166
|
m(n, s) {
|
|
4161
4167
|
ue(n, r, s), l(r, i);
|
|
@@ -4170,7 +4176,7 @@ function Wt(e) {
|
|
|
4170
4176
|
}
|
|
4171
4177
|
};
|
|
4172
4178
|
}
|
|
4173
|
-
function
|
|
4179
|
+
function Yt(e) {
|
|
4174
4180
|
let r, t = (
|
|
4175
4181
|
/*custominputtextswitch*/
|
|
4176
4182
|
(e[2] == "true" ? (
|
|
@@ -4183,7 +4189,7 @@ function qt(e) {
|
|
|
4183
4189
|
), i;
|
|
4184
4190
|
return {
|
|
4185
4191
|
c() {
|
|
4186
|
-
r = E("p"), i =
|
|
4192
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4187
4193
|
},
|
|
4188
4194
|
m(n, s) {
|
|
4189
4195
|
ue(n, r, s), l(r, i);
|
|
@@ -4204,7 +4210,7 @@ function qt(e) {
|
|
|
4204
4210
|
}
|
|
4205
4211
|
};
|
|
4206
4212
|
}
|
|
4207
|
-
function
|
|
4213
|
+
function Kt(e) {
|
|
4208
4214
|
let r, t = (
|
|
4209
4215
|
/*custominputtextswitch*/
|
|
4210
4216
|
(e[2] == "true" ? (
|
|
@@ -4217,7 +4223,7 @@ function Jt(e) {
|
|
|
4217
4223
|
), i;
|
|
4218
4224
|
return {
|
|
4219
4225
|
c() {
|
|
4220
|
-
r = E("p"), i =
|
|
4226
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4221
4227
|
},
|
|
4222
4228
|
m(n, s) {
|
|
4223
4229
|
ue(n, r, s), l(r, i);
|
|
@@ -4238,7 +4244,7 @@ function Jt(e) {
|
|
|
4238
4244
|
}
|
|
4239
4245
|
};
|
|
4240
4246
|
}
|
|
4241
|
-
function
|
|
4247
|
+
function Zs(e) {
|
|
4242
4248
|
let r, t, i, n = (
|
|
4243
4249
|
/*$_*/
|
|
4244
4250
|
e[30]("registerTitle") + ""
|
|
@@ -4248,22 +4254,22 @@ function zs(e) {
|
|
|
4248
4254
|
), c, h, m, g = (
|
|
4249
4255
|
/*$_*/
|
|
4250
4256
|
e[30]("registerSubtitleLogin") + ""
|
|
4251
|
-
), b,
|
|
4257
|
+
), b, _, y, A, N, M = (
|
|
4252
4258
|
/*$_*/
|
|
4253
4259
|
e[30]("registerEmail") + ""
|
|
4254
|
-
), R, ce, G, me, U,
|
|
4260
|
+
), R, ce, G, me, U, Ge, Ae, je, k, X, he = (
|
|
4255
4261
|
/*$_*/
|
|
4256
4262
|
e[30]("registerUsername") + ""
|
|
4257
|
-
), ge, ne, V,
|
|
4263
|
+
), ge, ne, V, Te, F, xe, He, ye, pe, C, Ee, Z = (
|
|
4258
4264
|
/*$_*/
|
|
4259
4265
|
e[30]("registerPassword") + ""
|
|
4260
|
-
), ve,
|
|
4266
|
+
), ve, Tr, Le, Hr, H, Me, dr, mr, Ve, Re, Ue, gr, j, Ce, $e = (
|
|
4261
4267
|
/*$_*/
|
|
4262
4268
|
e[30]("registerConfirmPassword") + ""
|
|
4263
|
-
),
|
|
4269
|
+
), Qe, Br, Be, pr, $, br, ze, ke, Ir, _e, Fe, Xe = (
|
|
4264
4270
|
/*$_*/
|
|
4265
4271
|
e[30]("registerPromoCode") + ""
|
|
4266
|
-
),
|
|
4272
|
+
), yr, Nr, Or, se, Lr, Ze, Mr, fe, Ie, We = (
|
|
4267
4273
|
/*custominputtextswitch*/
|
|
4268
4274
|
(e[2] == "true" ? (
|
|
4269
4275
|
/*$_*/
|
|
@@ -4272,7 +4278,7 @@ function zs(e) {
|
|
|
4272
4278
|
/*$_*/
|
|
4273
4279
|
e[30]("registerSecurityQuestion")
|
|
4274
4280
|
)) + ""
|
|
4275
|
-
),
|
|
4281
|
+
), Er, Rr, qe, Ur, oe, kr, Je, Fr, de, Ne, Ye = (
|
|
4276
4282
|
/*custominputtextswitch*/
|
|
4277
4283
|
(e[2] == "true" ? (
|
|
4278
4284
|
/*$_*/
|
|
@@ -4281,104 +4287,104 @@ function zs(e) {
|
|
|
4281
4287
|
/*$_*/
|
|
4282
4288
|
e[30]("registerSecurityAnswer")
|
|
4283
4289
|
)) + ""
|
|
4284
|
-
),
|
|
4290
|
+
), vr, Dr, Ke, Gr, ae, jr, er, p, I, le = (
|
|
4285
4291
|
/*$_*/
|
|
4286
4292
|
e[30]("registerNext") + ""
|
|
4287
|
-
),
|
|
4293
|
+
), nt, Vr, st, At, W = (
|
|
4288
4294
|
/*invalidEmail*/
|
|
4289
|
-
e[4] &&
|
|
4295
|
+
e[4] && Xt(e)
|
|
4290
4296
|
), q = (
|
|
4291
4297
|
/*invalidName*/
|
|
4292
|
-
e[5] &&
|
|
4298
|
+
e[5] && Zt(e)
|
|
4293
4299
|
);
|
|
4294
|
-
function
|
|
4300
|
+
function Tt(d, v) {
|
|
4295
4301
|
return (
|
|
4296
4302
|
/*isPasswordVisible*/
|
|
4297
|
-
d[25] ?
|
|
4303
|
+
d[25] ? Qs : $s
|
|
4298
4304
|
);
|
|
4299
4305
|
}
|
|
4300
|
-
let
|
|
4306
|
+
let $r = Tt(e), we = $r(e), J = (
|
|
4301
4307
|
/*invalidPassword*/
|
|
4302
4308
|
e[6] && /*simplepasswordvalidation*/
|
|
4303
|
-
e[0] !== "true" &&
|
|
4309
|
+
e[0] !== "true" && Wt(e)
|
|
4304
4310
|
), Y = (
|
|
4305
4311
|
/*invalidPassword*/
|
|
4306
4312
|
e[6] && /*simplepasswordvalidation*/
|
|
4307
|
-
e[0] === "true" &&
|
|
4313
|
+
e[0] === "true" && qt(e)
|
|
4308
4314
|
);
|
|
4309
|
-
function
|
|
4315
|
+
function Ht(d, v) {
|
|
4310
4316
|
return (
|
|
4311
4317
|
/*isConfirmPasswordVisible*/
|
|
4312
|
-
d[26] ?
|
|
4318
|
+
d[26] ? Xs : zs
|
|
4313
4319
|
);
|
|
4314
4320
|
}
|
|
4315
|
-
let
|
|
4321
|
+
let Qr = Ht(e), Se = Qr(e), K = (
|
|
4316
4322
|
/*invalidConfirmPassword*/
|
|
4317
|
-
e[7] &&
|
|
4323
|
+
e[7] && Jt(e)
|
|
4318
4324
|
), ee = (
|
|
4319
4325
|
/*invalidSecurityQuestion*/
|
|
4320
|
-
e[8] &&
|
|
4326
|
+
e[8] && Yt(e)
|
|
4321
4327
|
), re = (
|
|
4322
4328
|
/*invalidSecurityAnswer*/
|
|
4323
|
-
e[9] &&
|
|
4329
|
+
e[9] && Kt(e)
|
|
4324
4330
|
);
|
|
4325
4331
|
return {
|
|
4326
4332
|
c() {
|
|
4327
|
-
r = E("div"), t = E("div"), i = E("h2"), s =
|
|
4333
|
+
r = E("div"), t = E("div"), i = E("h2"), s = T(n), u = B(), a = E("p"), c = T(f), h = B(), m = E("span"), b = T(g), _ = B(), y = E("form"), A = E("div"), N = E("label"), R = T(M), ce = T(":"), G = E("span"), G.textContent = "*", me = B(), U = E("input"), Ge = B(), W && W.c(), je = B(), k = E("div"), X = E("label"), ge = T(he), ne = T(":"), V = E("span"), V.textContent = "*", Te = B(), F = E("input"), He = B(), q && q.c(), pe = B(), C = E("div"), Ee = E("label"), ve = T(Z), Tr = T(":"), Le = E("span"), Le.textContent = "*", Hr = B(), H = E("input"), dr = B(), we.c(), mr = B(), J && J.c(), Ve = B(), Y && Y.c(), gr = B(), j = E("div"), Ce = E("label"), Qe = T($e), Br = T(":"), Be = E("span"), Be.textContent = "*", pr = B(), $ = E("input"), br = B(), Se.c(), ze = B(), K && K.c(), Ir = B(), _e = E("div"), Fe = E("label"), yr = T(Xe), Nr = T(":"), Or = B(), se = E("input"), Lr = B(), Mr = B(), fe = E("div"), Ie = E("label"), Er = T(We), Rr = T(":"), qe = E("span"), qe.textContent = "*", Ur = B(), oe = E("input"), kr = B(), ee && ee.c(), Fr = B(), de = E("div"), Ne = E("label"), vr = T(Ye), Dr = T(":"), Ke = E("span"), Ke.textContent = "*", Gr = B(), ae = E("input"), jr = B(), re && re.c(), p = B(), I = E("button"), nt = T(le), o(i, "class", "RegisterFormTitle"), o(m, "class", "FormLoginCallToAction"), o(a, "class", "RegisterFormSubtitle"), o(t, "class", "RegisterFormHeader"), o(G, "class", "FormRequired"), o(N, "for", "Email"), o(U, "type", "text"), o(U, "id", "Email"), o(A, "class", Ae = "EmailContainer " + /*invalidEmail*/
|
|
4328
4334
|
(e[4] && !/*emailFocus*/
|
|
4329
4335
|
e[10] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4330
|
-
(e[17]?.indexOf("email") >= 0 ? "Hidden" : "")), o(V, "class", "FormRequired"), o(X, "for", "UserName"), o(F, "type", "text"), o(F, "id", "UserName"), o(F, "autocomplete",
|
|
4336
|
+
(e[17]?.indexOf("email") >= 0 ? "Hidden" : "")), o(V, "class", "FormRequired"), o(X, "for", "UserName"), o(F, "type", "text"), o(F, "id", "UserName"), o(F, "autocomplete", xe = /*savecredentials*/
|
|
4331
4337
|
e[1] ? "username" : "off"), o(k, "class", ye = "UserContainer " + /*invalidName*/
|
|
4332
4338
|
(e[5] && !/*usernameFocus*/
|
|
4333
4339
|
e[11] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4334
|
-
(e[17]?.indexOf("username") >= 0 ? "Hidden" : "")), o(
|
|
4335
|
-
e[1] ? "new-password" : "off"), o(
|
|
4340
|
+
(e[17]?.indexOf("username") >= 0 ? "Hidden" : "")), o(Le, "class", "FormRequired"), o(Ee, "for", "Password"), o(H, "name", "new-password"), o(H, "type", "password"), o(H, "id", "new-password"), o(H, "autocomplete", Me = /*savecredentials*/
|
|
4341
|
+
e[1] ? "new-password" : "off"), o(H, "aria-describedby", "password-constraints"), o(C, "class", Re = "PasswordContainer " + /*invalidPassword*/
|
|
4336
4342
|
(e[6] && !/*passwordFocus*/
|
|
4337
4343
|
e[12] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4338
|
-
(e[17]?.indexOf("password") >= 0 ? "Hidden" : "")), C.hidden =
|
|
4339
|
-
e[17]?.indexOf("password") >= 0, o(
|
|
4344
|
+
(e[17]?.indexOf("password") >= 0 ? "Hidden" : "")), C.hidden = Ue = /*disabledFieldsList*/
|
|
4345
|
+
e[17]?.indexOf("password") >= 0, o(Be, "class", "FormRequired"), o(Ce, "for", "ConfirmPassword"), o($, "type", "password"), o($, "id", "ConfirmPassword"), o(j, "class", ke = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
|
|
4340
4346
|
(e[7] && !/*confirmPasswordFocus*/
|
|
4341
4347
|
e[13] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4342
|
-
(e[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")), o(
|
|
4343
|
-
(e[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")), o(
|
|
4348
|
+
(e[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")), o(Fe, "for", "PromoCode"), o(se, "type", "text"), o(se, "id", "PromoCode"), o(_e, "class", Ze = "PromoCodeContainer " + /*disabledFieldsList*/
|
|
4349
|
+
(e[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")), o(qe, "class", "FormRequired"), o(Ie, "for", "SecurityQuestion"), o(oe, "type", "text"), o(oe, "id", "SecurityQuestion"), o(fe, "class", Je = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
|
|
4344
4350
|
(e[8] && !/*securityQFocus*/
|
|
4345
4351
|
e[14] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4346
|
-
(e[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")), o(
|
|
4352
|
+
(e[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")), o(Ke, "class", "FormRequired"), o(Ne, "for", "SecurityAnswer"), o(ae, "type", "text"), o(ae, "id", "SecurityAnswer"), o(de, "class", er = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
|
|
4347
4353
|
(e[9] && !/*securityAFocus*/
|
|
4348
4354
|
e[15] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4349
|
-
(e[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")), o(
|
|
4355
|
+
(e[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")), o(I, "class", "RegisterStepNext"), I.disabled = Vr = !/*isValid*/
|
|
4350
4356
|
e[29], o(y, "class", "RegisterFormContent");
|
|
4351
4357
|
},
|
|
4352
4358
|
m(d, v) {
|
|
4353
|
-
ue(d, r, v), l(r, t), l(t, i), l(i, s), l(t, u), l(t, a), l(a, c), l(a, h), l(a, m), l(m, b), l(r,
|
|
4359
|
+
ue(d, r, v), l(r, t), l(t, i), l(i, s), l(t, u), l(t, a), l(a, c), l(a, h), l(a, m), l(m, b), l(r, _), l(r, y), l(y, A), l(A, N), l(N, R), l(N, ce), l(N, G), l(A, me), l(A, U), te(
|
|
4354
4360
|
U,
|
|
4355
4361
|
/*userEmail*/
|
|
4356
4362
|
e[19]
|
|
4357
|
-
), l(A,
|
|
4363
|
+
), l(A, Ge), W && W.m(A, null), l(y, je), l(y, k), l(k, X), l(X, ge), l(X, ne), l(X, V), l(k, Te), l(k, F), te(
|
|
4358
4364
|
F,
|
|
4359
4365
|
/*userValue*/
|
|
4360
4366
|
e[18]
|
|
4361
|
-
), l(k,
|
|
4362
|
-
|
|
4367
|
+
), l(k, He), q && q.m(k, null), l(y, pe), l(y, C), l(C, Ee), l(Ee, ve), l(Ee, Tr), l(Ee, Le), l(C, Hr), l(C, H), te(
|
|
4368
|
+
H,
|
|
4363
4369
|
/*userPassword*/
|
|
4364
4370
|
e[20]
|
|
4365
|
-
), e[60](
|
|
4371
|
+
), e[60](H), l(C, dr), we.m(C, null), l(C, mr), J && J.m(C, null), l(C, Ve), Y && Y.m(C, null), l(y, gr), l(y, j), l(j, Ce), l(Ce, Qe), l(Ce, Br), l(Ce, Be), l(j, pr), l(j, $), te(
|
|
4366
4372
|
$,
|
|
4367
4373
|
/*confirmUserPassword*/
|
|
4368
4374
|
e[21]
|
|
4369
|
-
), e[66]($), l(j,
|
|
4375
|
+
), e[66]($), l(j, br), Se.m(j, null), l(j, ze), K && K.m(j, null), l(y, Ir), l(y, _e), l(_e, Fe), l(Fe, yr), l(Fe, Nr), l(_e, Or), l(_e, se), te(
|
|
4370
4376
|
se,
|
|
4371
4377
|
/*promoCode*/
|
|
4372
4378
|
e[24]
|
|
4373
|
-
), l(
|
|
4379
|
+
), l(_e, Lr), l(y, Mr), l(y, fe), l(fe, Ie), l(Ie, Er), l(Ie, Rr), l(Ie, qe), l(fe, Ur), l(fe, oe), te(
|
|
4374
4380
|
oe,
|
|
4375
4381
|
/*securityQuestion*/
|
|
4376
4382
|
e[22]
|
|
4377
|
-
), l(fe,
|
|
4383
|
+
), l(fe, kr), ee && ee.m(fe, null), l(y, Fr), l(y, de), l(de, Ne), l(Ne, vr), l(Ne, Dr), l(Ne, Ke), l(de, Gr), l(de, ae), te(
|
|
4378
4384
|
ae,
|
|
4379
4385
|
/*securityAnswer*/
|
|
4380
4386
|
e[23]
|
|
4381
|
-
), l(de,
|
|
4387
|
+
), l(de, jr), re && re.m(de, null), l(y, p), l(y, I), l(I, nt), e[79](r), st || (At = [
|
|
4382
4388
|
x(
|
|
4383
4389
|
m,
|
|
4384
4390
|
"click",
|
|
@@ -4434,25 +4440,25 @@ function zs(e) {
|
|
|
4434
4440
|
e[56]
|
|
4435
4441
|
),
|
|
4436
4442
|
x(
|
|
4437
|
-
|
|
4443
|
+
H,
|
|
4438
4444
|
"input",
|
|
4439
4445
|
/*input2_input_handler*/
|
|
4440
4446
|
e[57]
|
|
4441
4447
|
),
|
|
4442
4448
|
x(
|
|
4443
|
-
|
|
4449
|
+
H,
|
|
4444
4450
|
"keyup",
|
|
4445
4451
|
/*validatePassword*/
|
|
4446
4452
|
e[38]
|
|
4447
4453
|
),
|
|
4448
4454
|
x(
|
|
4449
|
-
|
|
4455
|
+
H,
|
|
4450
4456
|
"focus",
|
|
4451
4457
|
/*focus_handler_2*/
|
|
4452
4458
|
e[58]
|
|
4453
4459
|
),
|
|
4454
4460
|
x(
|
|
4455
|
-
|
|
4461
|
+
H,
|
|
4456
4462
|
"blur",
|
|
4457
4463
|
/*blur_handler_2*/
|
|
4458
4464
|
e[59]
|
|
@@ -4554,12 +4560,12 @@ function zs(e) {
|
|
|
4554
4560
|
e[77]
|
|
4555
4561
|
),
|
|
4556
4562
|
x(
|
|
4557
|
-
|
|
4563
|
+
I,
|
|
4558
4564
|
"click",
|
|
4559
4565
|
/*click_handler_5*/
|
|
4560
4566
|
e[78]
|
|
4561
4567
|
)
|
|
4562
|
-
],
|
|
4568
|
+
], st = !0);
|
|
4563
4569
|
},
|
|
4564
4570
|
p(d, v) {
|
|
4565
4571
|
v[0] & /*$_*/
|
|
@@ -4577,123 +4583,123 @@ function zs(e) {
|
|
|
4577
4583
|
/*userEmail*/
|
|
4578
4584
|
d[19]
|
|
4579
4585
|
), /*invalidEmail*/
|
|
4580
|
-
d[4] ? W ? W.p(d, v) : (W =
|
|
4581
|
-
132112 &&
|
|
4586
|
+
d[4] ? W ? W.p(d, v) : (W = Xt(d), W.c(), W.m(A, null)) : W && (W.d(1), W = null), v[0] & /*invalidEmail, emailFocus, disabledFieldsList*/
|
|
4587
|
+
132112 && Ae !== (Ae = "EmailContainer " + /*invalidEmail*/
|
|
4582
4588
|
(d[4] && !/*emailFocus*/
|
|
4583
4589
|
d[10] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4584
|
-
(d[17]?.indexOf("email") >= 0 ? "Hidden" : "")) && o(A, "class",
|
|
4590
|
+
(d[17]?.indexOf("email") >= 0 ? "Hidden" : "")) && o(A, "class", Ae), v[0] & /*$_*/
|
|
4585
4591
|
1073741824 && he !== (he = /*$_*/
|
|
4586
4592
|
d[30]("registerUsername") + "") && D(ge, he), v[0] & /*savecredentials*/
|
|
4587
|
-
2 &&
|
|
4588
|
-
d[1] ? "username" : "off") && o(F, "autocomplete",
|
|
4593
|
+
2 && xe !== (xe = /*savecredentials*/
|
|
4594
|
+
d[1] ? "username" : "off") && o(F, "autocomplete", xe), v[0] & /*userValue*/
|
|
4589
4595
|
262144 && F.value !== /*userValue*/
|
|
4590
4596
|
d[18] && te(
|
|
4591
4597
|
F,
|
|
4592
4598
|
/*userValue*/
|
|
4593
4599
|
d[18]
|
|
4594
4600
|
), /*invalidName*/
|
|
4595
|
-
d[5] ? q ? q.p(d, v) : (q =
|
|
4601
|
+
d[5] ? q ? q.p(d, v) : (q = Zt(d), q.c(), q.m(k, null)) : q && (q.d(1), q = null), v[0] & /*invalidName, usernameFocus, disabledFieldsList*/
|
|
4596
4602
|
133152 && ye !== (ye = "UserContainer " + /*invalidName*/
|
|
4597
4603
|
(d[5] && !/*usernameFocus*/
|
|
4598
4604
|
d[11] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4599
4605
|
(d[17]?.indexOf("username") >= 0 ? "Hidden" : "")) && o(k, "class", ye), v[0] & /*$_*/
|
|
4600
4606
|
1073741824 && Z !== (Z = /*$_*/
|
|
4601
4607
|
d[30]("registerPassword") + "") && D(ve, Z), v[0] & /*savecredentials*/
|
|
4602
|
-
2 &&
|
|
4603
|
-
d[1] ? "new-password" : "off") && o(
|
|
4604
|
-
1048576 &&
|
|
4608
|
+
2 && Me !== (Me = /*savecredentials*/
|
|
4609
|
+
d[1] ? "new-password" : "off") && o(H, "autocomplete", Me), v[0] & /*userPassword*/
|
|
4610
|
+
1048576 && H.value !== /*userPassword*/
|
|
4605
4611
|
d[20] && te(
|
|
4606
|
-
|
|
4612
|
+
H,
|
|
4607
4613
|
/*userPassword*/
|
|
4608
4614
|
d[20]
|
|
4609
|
-
),
|
|
4615
|
+
), $r === ($r = Tt(d)) && we ? we.p(d, v) : (we.d(1), we = $r(d), we && (we.c(), we.m(C, mr))), /*invalidPassword*/
|
|
4610
4616
|
d[6] && /*simplepasswordvalidation*/
|
|
4611
|
-
d[0] !== "true" ? J ? J.p(d, v) : (J =
|
|
4617
|
+
d[0] !== "true" ? J ? J.p(d, v) : (J = Wt(d), J.c(), J.m(C, Ve)) : J && (J.d(1), J = null), /*invalidPassword*/
|
|
4612
4618
|
d[6] && /*simplepasswordvalidation*/
|
|
4613
|
-
d[0] === "true" ? Y ? Y.p(d, v) : (Y =
|
|
4614
|
-
135232 &&
|
|
4619
|
+
d[0] === "true" ? Y ? Y.p(d, v) : (Y = qt(d), Y.c(), Y.m(C, null)) : Y && (Y.d(1), Y = null), v[0] & /*invalidPassword, passwordFocus, disabledFieldsList*/
|
|
4620
|
+
135232 && Re !== (Re = "PasswordContainer " + /*invalidPassword*/
|
|
4615
4621
|
(d[6] && !/*passwordFocus*/
|
|
4616
4622
|
d[12] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4617
|
-
(d[17]?.indexOf("password") >= 0 ? "Hidden" : "")) && o(C, "class",
|
|
4618
|
-
131072 &&
|
|
4619
|
-
d[17]?.indexOf("password") >= 0) && (C.hidden =
|
|
4620
|
-
1073741824 &&
|
|
4621
|
-
d[30]("registerConfirmPassword") + "") && D($e
|
|
4623
|
+
(d[17]?.indexOf("password") >= 0 ? "Hidden" : "")) && o(C, "class", Re), v[0] & /*disabledFieldsList*/
|
|
4624
|
+
131072 && Ue !== (Ue = /*disabledFieldsList*/
|
|
4625
|
+
d[17]?.indexOf("password") >= 0) && (C.hidden = Ue), v[0] & /*$_*/
|
|
4626
|
+
1073741824 && $e !== ($e = /*$_*/
|
|
4627
|
+
d[30]("registerConfirmPassword") + "") && D(Qe, $e), v[0] & /*confirmUserPassword*/
|
|
4622
4628
|
2097152 && $.value !== /*confirmUserPassword*/
|
|
4623
4629
|
d[21] && te(
|
|
4624
4630
|
$,
|
|
4625
4631
|
/*confirmUserPassword*/
|
|
4626
4632
|
d[21]
|
|
4627
|
-
),
|
|
4628
|
-
d[7] ? K ? K.p(d, v) : (K =
|
|
4629
|
-
139392 &&
|
|
4633
|
+
), Qr === (Qr = Ht(d)) && Se ? Se.p(d, v) : (Se.d(1), Se = Qr(d), Se && (Se.c(), Se.m(j, ze))), /*invalidConfirmPassword*/
|
|
4634
|
+
d[7] ? K ? K.p(d, v) : (K = Jt(d), K.c(), K.m(j, null)) : K && (K.d(1), K = null), v[0] & /*invalidConfirmPassword, confirmPasswordFocus, disabledFieldsList*/
|
|
4635
|
+
139392 && ke !== (ke = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
|
|
4630
4636
|
(d[7] && !/*confirmPasswordFocus*/
|
|
4631
4637
|
d[13] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4632
|
-
(d[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")) && o(j, "class",
|
|
4633
|
-
1073741824 &&
|
|
4634
|
-
d[30]("registerPromoCode") + "") && D(
|
|
4638
|
+
(d[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")) && o(j, "class", ke), v[0] & /*$_*/
|
|
4639
|
+
1073741824 && Xe !== (Xe = /*$_*/
|
|
4640
|
+
d[30]("registerPromoCode") + "") && D(yr, Xe), v[0] & /*promoCode*/
|
|
4635
4641
|
16777216 && se.value !== /*promoCode*/
|
|
4636
4642
|
d[24] && te(
|
|
4637
4643
|
se,
|
|
4638
4644
|
/*promoCode*/
|
|
4639
4645
|
d[24]
|
|
4640
4646
|
), v[0] & /*disabledFieldsList*/
|
|
4641
|
-
131072 &&
|
|
4642
|
-
(d[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")) && o(
|
|
4643
|
-
1073741828 &&
|
|
4647
|
+
131072 && Ze !== (Ze = "PromoCodeContainer " + /*disabledFieldsList*/
|
|
4648
|
+
(d[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")) && o(_e, "class", Ze), v[0] & /*custominputtextswitch, $_*/
|
|
4649
|
+
1073741828 && We !== (We = /*custominputtextswitch*/
|
|
4644
4650
|
(d[2] == "true" ? (
|
|
4645
4651
|
/*$_*/
|
|
4646
4652
|
d[30]("registerSecurityQuestion2")
|
|
4647
4653
|
) : (
|
|
4648
4654
|
/*$_*/
|
|
4649
4655
|
d[30]("registerSecurityQuestion")
|
|
4650
|
-
)) + "") && D(
|
|
4656
|
+
)) + "") && D(Er, We), v[0] & /*securityQuestion*/
|
|
4651
4657
|
4194304 && oe.value !== /*securityQuestion*/
|
|
4652
4658
|
d[22] && te(
|
|
4653
4659
|
oe,
|
|
4654
4660
|
/*securityQuestion*/
|
|
4655
4661
|
d[22]
|
|
4656
4662
|
), /*invalidSecurityQuestion*/
|
|
4657
|
-
d[8] ? ee ? ee.p(d, v) : (ee =
|
|
4658
|
-
147712 &&
|
|
4663
|
+
d[8] ? ee ? ee.p(d, v) : (ee = Yt(d), ee.c(), ee.m(fe, null)) : ee && (ee.d(1), ee = null), v[0] & /*invalidSecurityQuestion, securityQFocus, disabledFieldsList*/
|
|
4664
|
+
147712 && Je !== (Je = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
|
|
4659
4665
|
(d[8] && !/*securityQFocus*/
|
|
4660
4666
|
d[14] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4661
|
-
(d[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")) && o(fe, "class",
|
|
4662
|
-
1073741828 &&
|
|
4667
|
+
(d[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")) && o(fe, "class", Je), v[0] & /*custominputtextswitch, $_*/
|
|
4668
|
+
1073741828 && Ye !== (Ye = /*custominputtextswitch*/
|
|
4663
4669
|
(d[2] == "true" ? (
|
|
4664
4670
|
/*$_*/
|
|
4665
4671
|
d[30]("registerSecurityAnswer2")
|
|
4666
4672
|
) : (
|
|
4667
4673
|
/*$_*/
|
|
4668
4674
|
d[30]("registerSecurityAnswer")
|
|
4669
|
-
)) + "") && D(
|
|
4675
|
+
)) + "") && D(vr, Ye), v[0] & /*securityAnswer*/
|
|
4670
4676
|
8388608 && ae.value !== /*securityAnswer*/
|
|
4671
4677
|
d[23] && te(
|
|
4672
4678
|
ae,
|
|
4673
4679
|
/*securityAnswer*/
|
|
4674
4680
|
d[23]
|
|
4675
4681
|
), /*invalidSecurityAnswer*/
|
|
4676
|
-
d[9] ? re ? re.p(d, v) : (re =
|
|
4677
|
-
164352 &&
|
|
4682
|
+
d[9] ? re ? re.p(d, v) : (re = Kt(d), re.c(), re.m(de, null)) : re && (re.d(1), re = null), v[0] & /*invalidSecurityAnswer, securityAFocus, disabledFieldsList*/
|
|
4683
|
+
164352 && er !== (er = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
|
|
4678
4684
|
(d[9] && !/*securityAFocus*/
|
|
4679
4685
|
d[15] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4680
|
-
(d[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")) && o(de, "class",
|
|
4686
|
+
(d[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")) && o(de, "class", er), v[0] & /*$_*/
|
|
4681
4687
|
1073741824 && le !== (le = /*$_*/
|
|
4682
|
-
d[30]("registerNext") + "") && D(
|
|
4683
|
-
536870912 &&
|
|
4684
|
-
d[29]) && (
|
|
4688
|
+
d[30]("registerNext") + "") && D(nt, le), v[0] & /*isValid*/
|
|
4689
|
+
536870912 && Vr !== (Vr = !/*isValid*/
|
|
4690
|
+
d[29]) && (I.disabled = Vr);
|
|
4685
4691
|
},
|
|
4686
4692
|
i: z,
|
|
4687
4693
|
o: z,
|
|
4688
4694
|
d(d) {
|
|
4689
|
-
d && ie(r), W && W.d(), q && q.d(), e[60](null),
|
|
4695
|
+
d && ie(r), W && W.d(), q && q.d(), e[60](null), we.d(), J && J.d(), Y && Y.d(), e[66](null), Se.d(), K && K.d(), ee && ee.d(), re && re.d(), e[79](null), st = !1, ur(At);
|
|
4690
4696
|
}
|
|
4691
4697
|
};
|
|
4692
4698
|
}
|
|
4693
|
-
function
|
|
4699
|
+
function Ws(e, r, t) {
|
|
4694
4700
|
let i;
|
|
4695
|
-
|
|
4696
|
-
let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: u = "false" } = r, { mbsource: a } = r, { clientstyling: f = "" } = r, { clientstylingurl: c = "" } = r, { translationurl: h = "" } = r, { savecredentials: m = "" } = r, { custominputtextswitch: g = "false" } = r, b = !1,
|
|
4701
|
+
Hi(e, ks, (p) => t(30, i = p));
|
|
4702
|
+
let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: u = "false" } = r, { mbsource: a } = r, { clientstyling: f = "" } = r, { clientstylingurl: c = "" } = r, { translationurl: h = "" } = r, { savecredentials: m = "" } = r, { custominputtextswitch: g = "false" } = r, b = !1, _ = !1, y = !1, A = !1, N = !1, M = !1, R = !1, ce = !1, G = !1, me = !1, U = !1, Ge = !1, Ae = !1, je, k = "", X = "", he = "", ge = "", ne = "", V = "", Te = "", F = !1, xe = !1, He, ye, pe = {}, C = {
|
|
4697
4703
|
username: !1,
|
|
4698
4704
|
email: !1,
|
|
4699
4705
|
password: !1,
|
|
@@ -4707,106 +4713,106 @@ function Xs(e, r, t) {
|
|
|
4707
4713
|
password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/,
|
|
4708
4714
|
document: /^(?=.*[a-zA-Z0-9])[a-zA-Z0-9\s]+$/
|
|
4709
4715
|
};
|
|
4710
|
-
const
|
|
4711
|
-
fetch(h).then((
|
|
4712
|
-
Object.keys(
|
|
4713
|
-
|
|
4716
|
+
const Tr = () => {
|
|
4717
|
+
fetch(h).then((I) => I.json()).then((I) => {
|
|
4718
|
+
Object.keys(I).forEach((le) => {
|
|
4719
|
+
Qt(le, I[le]);
|
|
4714
4720
|
});
|
|
4715
|
-
}).catch((
|
|
4716
|
-
console.log(
|
|
4721
|
+
}).catch((I) => {
|
|
4722
|
+
console.log(I);
|
|
4717
4723
|
});
|
|
4718
4724
|
};
|
|
4719
|
-
Object.keys(
|
|
4720
|
-
|
|
4725
|
+
Object.keys(zt).forEach((p) => {
|
|
4726
|
+
Qt(p, zt[p]);
|
|
4721
4727
|
});
|
|
4722
|
-
const
|
|
4728
|
+
const Le = () => {
|
|
4723
4729
|
window.postMessage({ type: "ToLogin" }, window.location.href);
|
|
4724
|
-
},
|
|
4725
|
-
if (!(
|
|
4730
|
+
}, Hr = (p, I) => {
|
|
4731
|
+
if (!(je.indexOf(p) >= 0))
|
|
4726
4732
|
switch (p) {
|
|
4727
4733
|
case "username":
|
|
4728
|
-
t(18, k =
|
|
4734
|
+
t(18, k = I), dr();
|
|
4729
4735
|
break;
|
|
4730
4736
|
case "email":
|
|
4731
|
-
t(19, X =
|
|
4737
|
+
t(19, X = I), Me();
|
|
4732
4738
|
break;
|
|
4733
4739
|
case "password":
|
|
4734
|
-
t(20, he =
|
|
4740
|
+
t(20, he = I), Qe();
|
|
4735
4741
|
break;
|
|
4736
4742
|
case "confirmUserPassword":
|
|
4737
|
-
t(21, ge =
|
|
4743
|
+
t(21, ge = I), Be();
|
|
4738
4744
|
break;
|
|
4739
4745
|
case "securityQuestion":
|
|
4740
|
-
t(22, ne =
|
|
4746
|
+
t(22, ne = I), $();
|
|
4741
4747
|
break;
|
|
4742
4748
|
case "securityAnswer":
|
|
4743
|
-
t(23, V =
|
|
4749
|
+
t(23, V = I), br();
|
|
4744
4750
|
break;
|
|
4745
4751
|
case "promoCode":
|
|
4746
|
-
t(24,
|
|
4752
|
+
t(24, Te = I), pr();
|
|
4747
4753
|
break;
|
|
4748
4754
|
}
|
|
4749
|
-
},
|
|
4755
|
+
}, H = () => {
|
|
4750
4756
|
t(29, Ee = Object.keys(C).every((p) => s.includes(p) ? !0 : C[p] !== !1));
|
|
4751
|
-
},
|
|
4752
|
-
pe.email = X, ve.email.test(X) && X.length <= 100 ? t(4, b = !1) : t(4, b = !0), C.email = !b,
|
|
4753
|
-
}, fr = () => {
|
|
4754
|
-
pe.username = k, ve.user.test(k) && k.length <= 20 ? t(5, w = !1) : t(5, w = !0), C.username = !w, B();
|
|
4757
|
+
}, Me = () => {
|
|
4758
|
+
pe.email = X, ve.email.test(X) && X.length <= 100 ? t(4, b = !1) : t(4, b = !0), C.email = !b, H();
|
|
4755
4759
|
}, dr = () => {
|
|
4760
|
+
pe.username = k, ve.user.test(k) && k.length <= 20 ? t(5, _ = !1) : t(5, _ = !0), C.username = !_, H();
|
|
4761
|
+
}, mr = () => {
|
|
4756
4762
|
u == "true" && (ve.password = /^(?!.* ).{8,20}$/);
|
|
4757
|
-
},
|
|
4763
|
+
}, Ve = () => {
|
|
4758
4764
|
t(25, F = !0), j();
|
|
4759
|
-
}, Me = () => {
|
|
4760
|
-
t(26, Pe = !0), xe();
|
|
4761
4765
|
}, Re = () => {
|
|
4766
|
+
t(26, xe = !0), Ce();
|
|
4767
|
+
}, Ue = () => {
|
|
4762
4768
|
t(25, F = !1), j();
|
|
4763
|
-
}, mr = () => {
|
|
4764
|
-
t(26, Pe = !1), xe();
|
|
4765
|
-
}, j = () => {
|
|
4766
|
-
t(27, Te.type = F ? "text" : "password", Te);
|
|
4767
|
-
}, xe = () => {
|
|
4768
|
-
t(28, ye.type = Pe ? "text" : "password", ye);
|
|
4769
|
-
}, Ve = () => !!ve.password.test(he), $e = () => {
|
|
4770
|
-
pe.password = he, t(6, y = !Ve()), ge.length !== 0 && He(), C.password = !y, B();
|
|
4771
|
-
}, Hr = () => he === ge, He = () => {
|
|
4772
|
-
pe.confirmUserPassword = ge, t(7, A = !Hr()), C.confirmUserPassword = !A, B();
|
|
4773
4769
|
}, gr = () => {
|
|
4774
|
-
|
|
4770
|
+
t(26, xe = !1), Ce();
|
|
4771
|
+
}, j = () => {
|
|
4772
|
+
t(27, He.type = F ? "text" : "password", He);
|
|
4773
|
+
}, Ce = () => {
|
|
4774
|
+
t(28, ye.type = xe ? "text" : "password", ye);
|
|
4775
|
+
}, $e = () => !!ve.password.test(he), Qe = () => {
|
|
4776
|
+
pe.password = he, t(6, y = !$e()), ge.length !== 0 && Be(), C.password = !y, H();
|
|
4777
|
+
}, Br = () => he === ge, Be = () => {
|
|
4778
|
+
pe.confirmUserPassword = ge, t(7, A = !Br()), C.confirmUserPassword = !A, H();
|
|
4779
|
+
}, pr = () => {
|
|
4780
|
+
pe.promoCode = Te;
|
|
4775
4781
|
}, $ = () => {
|
|
4776
4782
|
if (pe.securityQuestion = ne, ne)
|
|
4777
4783
|
switch (g) {
|
|
4778
4784
|
case "true":
|
|
4779
4785
|
if (ve.document.test(ne) && ne.length <= 50) {
|
|
4780
|
-
t(8,
|
|
4786
|
+
t(8, N = !1), C.securityQuestion = !N, H();
|
|
4781
4787
|
return;
|
|
4782
4788
|
}
|
|
4783
4789
|
break;
|
|
4784
4790
|
case "false":
|
|
4785
4791
|
if (ne && ne.length <= 120) {
|
|
4786
|
-
t(8,
|
|
4792
|
+
t(8, N = !1), C.securityQuestion = !N, H();
|
|
4787
4793
|
return;
|
|
4788
4794
|
}
|
|
4789
4795
|
break;
|
|
4790
4796
|
}
|
|
4791
|
-
t(8,
|
|
4792
|
-
},
|
|
4797
|
+
t(8, N = !0), C.securityQuestion = !N, H();
|
|
4798
|
+
}, br = () => {
|
|
4793
4799
|
if (pe.securityAnswer = V, V)
|
|
4794
4800
|
switch (g) {
|
|
4795
4801
|
case "true":
|
|
4796
4802
|
if (ve.document.test(V) && V.length <= 50) {
|
|
4797
|
-
t(9, M = !1), C.securityAnswer = !M,
|
|
4803
|
+
t(9, M = !1), C.securityAnswer = !M, H();
|
|
4798
4804
|
return;
|
|
4799
4805
|
}
|
|
4800
4806
|
break;
|
|
4801
4807
|
case "false":
|
|
4802
4808
|
if (V && V.length <= 120) {
|
|
4803
|
-
t(9, M = !1), C.securityAnswer = !M,
|
|
4809
|
+
t(9, M = !1), C.securityAnswer = !M, H();
|
|
4804
4810
|
return;
|
|
4805
4811
|
}
|
|
4806
4812
|
break;
|
|
4807
4813
|
}
|
|
4808
|
-
t(9, M = !0), C.securityAnswer = !M,
|
|
4809
|
-
},
|
|
4814
|
+
t(9, M = !0), C.securityAnswer = !M, H();
|
|
4815
|
+
}, ze = (p) => {
|
|
4810
4816
|
p.preventDefault(), window.postMessage(
|
|
4811
4817
|
{
|
|
4812
4818
|
type: "RegisterStepOne",
|
|
@@ -4814,67 +4820,67 @@ function Xs(e, r, t) {
|
|
|
4814
4820
|
},
|
|
4815
4821
|
window.location.href
|
|
4816
4822
|
);
|
|
4817
|
-
},
|
|
4823
|
+
}, ke = (p) => {
|
|
4818
4824
|
if (p.data)
|
|
4819
4825
|
switch (p.data.type) {
|
|
4820
4826
|
case "StepOneDataBackup":
|
|
4821
|
-
const
|
|
4822
|
-
for (const le in
|
|
4823
|
-
|
|
4827
|
+
const I = p.data.userData;
|
|
4828
|
+
for (const le in I)
|
|
4829
|
+
Hr(le, I[le]);
|
|
4824
4830
|
t(29, Ee = Object.keys(C).every((le) => s.includes(le) ? !0 : C[le] !== !1));
|
|
4825
4831
|
break;
|
|
4826
4832
|
}
|
|
4827
|
-
},
|
|
4828
|
-
t(17,
|
|
4829
|
-
},
|
|
4830
|
-
|
|
4833
|
+
}, Ir = () => {
|
|
4834
|
+
t(17, je = s.split(","));
|
|
4835
|
+
}, _e = () => {
|
|
4836
|
+
Fs(n);
|
|
4831
4837
|
};
|
|
4832
|
-
|
|
4833
|
-
window.removeEventListener("message",
|
|
4838
|
+
Ri(() => (window.addEventListener("message", ke, !1), () => {
|
|
4839
|
+
window.removeEventListener("message", ke);
|
|
4834
4840
|
}));
|
|
4835
|
-
const
|
|
4836
|
-
function
|
|
4841
|
+
const Fe = () => Le();
|
|
4842
|
+
function Xe() {
|
|
4837
4843
|
X = this.value, t(19, X);
|
|
4838
4844
|
}
|
|
4839
|
-
const
|
|
4840
|
-
function
|
|
4845
|
+
const yr = () => t(10, R = !0), Nr = () => t(10, R = !1);
|
|
4846
|
+
function Or() {
|
|
4841
4847
|
k = this.value, t(18, k);
|
|
4842
4848
|
}
|
|
4843
|
-
const se = () => t(11, ce = !0),
|
|
4844
|
-
function
|
|
4849
|
+
const se = () => t(11, ce = !0), Lr = () => t(11, ce = !1);
|
|
4850
|
+
function Ze() {
|
|
4845
4851
|
he = this.value, t(20, he);
|
|
4846
4852
|
}
|
|
4847
|
-
const
|
|
4848
|
-
function
|
|
4849
|
-
|
|
4850
|
-
|
|
4853
|
+
const Mr = () => t(12, G = !0), fe = () => t(12, G = !1);
|
|
4854
|
+
function Ie(p) {
|
|
4855
|
+
Sr[p ? "unshift" : "push"](() => {
|
|
4856
|
+
He = p, t(27, He);
|
|
4851
4857
|
});
|
|
4852
4858
|
}
|
|
4853
|
-
const
|
|
4854
|
-
function
|
|
4859
|
+
const We = () => Ue(), Er = () => Ve();
|
|
4860
|
+
function Rr() {
|
|
4855
4861
|
ge = this.value, t(21, ge);
|
|
4856
4862
|
}
|
|
4857
|
-
const
|
|
4863
|
+
const qe = () => t(13, me = !0), Ur = () => t(13, me = !1);
|
|
4858
4864
|
function oe(p) {
|
|
4859
|
-
|
|
4865
|
+
Sr[p ? "unshift" : "push"](() => {
|
|
4860
4866
|
ye = p, t(28, ye);
|
|
4861
4867
|
});
|
|
4862
4868
|
}
|
|
4863
|
-
const
|
|
4864
|
-
function
|
|
4865
|
-
|
|
4869
|
+
const kr = () => gr(), Je = () => Re();
|
|
4870
|
+
function Fr() {
|
|
4871
|
+
Te = this.value, t(24, Te);
|
|
4866
4872
|
}
|
|
4867
|
-
const de = () => t(16,
|
|
4868
|
-
function
|
|
4873
|
+
const de = () => t(16, Ae = !0), Ne = () => t(16, Ae = !1);
|
|
4874
|
+
function Ye() {
|
|
4869
4875
|
ne = this.value, t(22, ne);
|
|
4870
4876
|
}
|
|
4871
|
-
const
|
|
4872
|
-
function
|
|
4877
|
+
const vr = () => t(14, U = !0), Dr = () => t(14, U = !1);
|
|
4878
|
+
function Ke() {
|
|
4873
4879
|
V = this.value, t(23, V);
|
|
4874
4880
|
}
|
|
4875
|
-
const
|
|
4876
|
-
function
|
|
4877
|
-
|
|
4881
|
+
const Gr = () => t(15, Ge = !0), ae = () => t(15, Ge = !1), jr = (p) => ze(p);
|
|
4882
|
+
function er(p) {
|
|
4883
|
+
Sr[p ? "unshift" : "push"](() => {
|
|
4878
4884
|
Z = p, t(3, Z);
|
|
4879
4885
|
});
|
|
4880
4886
|
}
|
|
@@ -4882,107 +4888,107 @@ function Xs(e, r, t) {
|
|
|
4882
4888
|
"lang" in p && t(44, n = p.lang), "disabledfields" in p && t(45, s = p.disabledfields), "simplepasswordvalidation" in p && t(0, u = p.simplepasswordvalidation), "mbsource" in p && t(46, a = p.mbsource), "clientstyling" in p && t(47, f = p.clientstyling), "clientstylingurl" in p && t(48, c = p.clientstylingurl), "translationurl" in p && t(49, h = p.translationurl), "savecredentials" in p && t(1, m = p.savecredentials), "custominputtextswitch" in p && t(2, g = p.custominputtextswitch);
|
|
4883
4889
|
}, e.$$.update = () => {
|
|
4884
4890
|
e.$$.dirty[1] & /*lang*/
|
|
4885
|
-
8192 && n &&
|
|
4886
|
-
16384 && s &&
|
|
4887
|
-
1 && u &&
|
|
4891
|
+
8192 && n && _e(), e.$$.dirty[1] & /*disabledfields*/
|
|
4892
|
+
16384 && s && Ir(), e.$$.dirty[0] & /*simplepasswordvalidation*/
|
|
4893
|
+
1 && u && mr(), e.$$.dirty[0] & /*customStylingContainer*/
|
|
4888
4894
|
8 | e.$$.dirty[1] & /*clientstyling*/
|
|
4889
|
-
65536 && f && Z &&
|
|
4895
|
+
65536 && f && Z && Ds(Z, f), e.$$.dirty[0] & /*customStylingContainer*/
|
|
4890
4896
|
8 | e.$$.dirty[1] & /*clientstylingurl*/
|
|
4891
|
-
131072 && c && Z &&
|
|
4897
|
+
131072 && c && Z && Gs(Z, c), e.$$.dirty[0] & /*customStylingContainer*/
|
|
4892
4898
|
8 | e.$$.dirty[1] & /*mbsource*/
|
|
4893
|
-
32768 && a && Z &&
|
|
4894
|
-
262144 && h &&
|
|
4899
|
+
32768 && a && Z && js(Z, `${a}.Style`), e.$$.dirty[1] & /*translationurl*/
|
|
4900
|
+
262144 && h && Tr();
|
|
4895
4901
|
}, [
|
|
4896
4902
|
u,
|
|
4897
4903
|
m,
|
|
4898
4904
|
g,
|
|
4899
4905
|
Z,
|
|
4900
4906
|
b,
|
|
4901
|
-
|
|
4907
|
+
_,
|
|
4902
4908
|
y,
|
|
4903
4909
|
A,
|
|
4904
|
-
|
|
4910
|
+
N,
|
|
4905
4911
|
M,
|
|
4906
4912
|
R,
|
|
4907
4913
|
ce,
|
|
4908
4914
|
G,
|
|
4909
4915
|
me,
|
|
4910
4916
|
U,
|
|
4911
|
-
De,
|
|
4912
|
-
Ce,
|
|
4913
4917
|
Ge,
|
|
4918
|
+
Ae,
|
|
4919
|
+
je,
|
|
4914
4920
|
k,
|
|
4915
4921
|
X,
|
|
4916
4922
|
he,
|
|
4917
4923
|
ge,
|
|
4918
4924
|
ne,
|
|
4919
4925
|
V,
|
|
4920
|
-
Ae,
|
|
4921
|
-
F,
|
|
4922
|
-
Pe,
|
|
4923
4926
|
Te,
|
|
4927
|
+
F,
|
|
4928
|
+
xe,
|
|
4929
|
+
He,
|
|
4924
4930
|
ye,
|
|
4925
4931
|
Ee,
|
|
4926
4932
|
i,
|
|
4927
|
-
Oe,
|
|
4928
4933
|
Le,
|
|
4929
|
-
fr,
|
|
4930
|
-
je,
|
|
4931
4934
|
Me,
|
|
4935
|
+
dr,
|
|
4936
|
+
Ve,
|
|
4932
4937
|
Re,
|
|
4933
|
-
|
|
4934
|
-
$e,
|
|
4935
|
-
He,
|
|
4938
|
+
Ue,
|
|
4936
4939
|
gr,
|
|
4937
|
-
$,
|
|
4938
|
-
pr,
|
|
4939
4940
|
Qe,
|
|
4941
|
+
Be,
|
|
4942
|
+
pr,
|
|
4943
|
+
$,
|
|
4944
|
+
br,
|
|
4945
|
+
ze,
|
|
4940
4946
|
n,
|
|
4941
4947
|
s,
|
|
4942
4948
|
a,
|
|
4943
4949
|
f,
|
|
4944
4950
|
c,
|
|
4945
4951
|
h,
|
|
4946
|
-
|
|
4947
|
-
|
|
4948
|
-
|
|
4949
|
-
Ir,
|
|
4952
|
+
Fe,
|
|
4953
|
+
Xe,
|
|
4954
|
+
yr,
|
|
4950
4955
|
Nr,
|
|
4951
|
-
se,
|
|
4952
4956
|
Or,
|
|
4953
|
-
|
|
4957
|
+
se,
|
|
4954
4958
|
Lr,
|
|
4955
|
-
fe,
|
|
4956
|
-
Be,
|
|
4957
4959
|
Ze,
|
|
4958
|
-
yr,
|
|
4959
4960
|
Mr,
|
|
4961
|
+
fe,
|
|
4962
|
+
Ie,
|
|
4960
4963
|
We,
|
|
4964
|
+
Er,
|
|
4961
4965
|
Rr,
|
|
4962
|
-
oe,
|
|
4963
|
-
Ur,
|
|
4964
4966
|
qe,
|
|
4967
|
+
Ur,
|
|
4968
|
+
oe,
|
|
4965
4969
|
kr,
|
|
4966
|
-
de,
|
|
4967
|
-
Ie,
|
|
4968
4970
|
Je,
|
|
4969
|
-
Er,
|
|
4970
4971
|
Fr,
|
|
4972
|
+
de,
|
|
4973
|
+
Ne,
|
|
4971
4974
|
Ye,
|
|
4975
|
+
vr,
|
|
4972
4976
|
Dr,
|
|
4973
|
-
|
|
4977
|
+
Ke,
|
|
4974
4978
|
Gr,
|
|
4975
|
-
|
|
4979
|
+
ae,
|
|
4980
|
+
jr,
|
|
4981
|
+
er
|
|
4976
4982
|
];
|
|
4977
4983
|
}
|
|
4978
|
-
class
|
|
4984
|
+
class qs extends Zi {
|
|
4979
4985
|
constructor(r) {
|
|
4980
|
-
super(),
|
|
4986
|
+
super(), zi(
|
|
4981
4987
|
this,
|
|
4982
4988
|
r,
|
|
4983
|
-
|
|
4984
|
-
|
|
4985
|
-
|
|
4989
|
+
Ws,
|
|
4990
|
+
Zs,
|
|
4991
|
+
ri,
|
|
4986
4992
|
{
|
|
4987
4993
|
lang: 44,
|
|
4988
4994
|
disabledfields: 45,
|
|
@@ -4994,7 +5000,7 @@ class Zs extends zi {
|
|
|
4994
5000
|
savecredentials: 1,
|
|
4995
5001
|
custominputtextswitch: 2
|
|
4996
5002
|
},
|
|
4997
|
-
|
|
5003
|
+
Vs,
|
|
4998
5004
|
[-1, -1, -1, -1]
|
|
4999
5005
|
);
|
|
5000
5006
|
}
|
|
@@ -5053,7 +5059,7 @@ class Zs extends zi {
|
|
|
5053
5059
|
this.$$set({ custominputtextswitch: r }), be();
|
|
5054
5060
|
}
|
|
5055
5061
|
}
|
|
5056
|
-
|
|
5062
|
+
Xi(qs, { lang: {}, disabledfields: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {} }, [], [], !0);
|
|
5057
5063
|
export {
|
|
5058
|
-
|
|
5064
|
+
qs as G
|
|
5059
5065
|
};
|