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