@everymatrix/general-player-register-form-step1-nd 1.74.8 → 1.74.10
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/GeneralPlayerRegisterFormStep1Nd-CN_zOvWW.cjs +16 -0
- package/components/{GeneralPlayerRegisterFormStep1Nd-BerGKlzl.js → GeneralPlayerRegisterFormStep1Nd-CYL2NuEk.js} +339 -337
- package/components/{GeneralPlayerRegisterFormStep1Nd-Cp07zhRJ.js → GeneralPlayerRegisterFormStep1Nd-lnSC0EBu.js} +337 -335
- package/es2015/general-player-register-form-step1-nd.cjs +1 -1
- package/es2015/general-player-register-form-step1-nd.js +1 -1
- package/esnext/general-player-register-form-step1-nd.js +1 -1
- package/package.json +1 -1
- package/components/GeneralPlayerRegisterFormStep1Nd-B0adM-Mj.cjs +0 -16
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
var
|
|
2
|
-
var
|
|
3
|
-
var
|
|
4
|
-
var
|
|
5
|
-
var ht = (e, r, t) => r in e ?
|
|
1
|
+
var Gi = Object.defineProperty, ji = Object.defineProperties;
|
|
2
|
+
var Vi = Object.getOwnPropertyDescriptors;
|
|
3
|
+
var Ft = Object.getOwnPropertySymbols;
|
|
4
|
+
var $i = Object.prototype.hasOwnProperty, zi = Object.prototype.propertyIsEnumerable;
|
|
5
|
+
var ht = (e, r, t) => r in e ? Gi(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Dt = (e, r) => {
|
|
6
6
|
for (var t in r || (r = {}))
|
|
7
|
-
|
|
8
|
-
if (
|
|
9
|
-
for (var t of
|
|
10
|
-
|
|
7
|
+
$i.call(r, t) && ht(e, t, r[t]);
|
|
8
|
+
if (Ft)
|
|
9
|
+
for (var t of Ft(r))
|
|
10
|
+
zi.call(r, t) && ht(e, t, r[t]);
|
|
11
11
|
return e;
|
|
12
|
-
},
|
|
12
|
+
}, Gt = (e, r) => ji(e, Vi(r));
|
|
13
13
|
var me = (e, r, t) => (ht(e, typeof r != "symbol" ? r + "" : r, t), t);
|
|
14
|
-
var
|
|
14
|
+
var jt = (e, r, t) => new Promise((i, n) => {
|
|
15
15
|
var s = (h) => {
|
|
16
16
|
try {
|
|
17
17
|
l(t.next(h));
|
|
@@ -29,25 +29,25 @@ var Vt = (e, r, t) => new Promise((i, n) => {
|
|
|
29
29
|
});
|
|
30
30
|
function Q() {
|
|
31
31
|
}
|
|
32
|
-
function
|
|
32
|
+
function di(e) {
|
|
33
33
|
return e();
|
|
34
34
|
}
|
|
35
|
-
function
|
|
35
|
+
function Vt() {
|
|
36
36
|
return /* @__PURE__ */ Object.create(null);
|
|
37
37
|
}
|
|
38
38
|
function ur(e) {
|
|
39
|
-
e.forEach(
|
|
39
|
+
e.forEach(di);
|
|
40
40
|
}
|
|
41
41
|
function Bt(e) {
|
|
42
42
|
return typeof e == "function";
|
|
43
43
|
}
|
|
44
|
-
function
|
|
44
|
+
function mi(e, r) {
|
|
45
45
|
return e != e ? r == r : e !== r || e && typeof e == "object" || typeof e == "function";
|
|
46
46
|
}
|
|
47
|
-
function
|
|
47
|
+
function Qi(e) {
|
|
48
48
|
return Object.keys(e).length === 0;
|
|
49
49
|
}
|
|
50
|
-
function
|
|
50
|
+
function gi(e, ...r) {
|
|
51
51
|
if (e == null) {
|
|
52
52
|
for (const i of r)
|
|
53
53
|
i(void 0);
|
|
@@ -56,20 +56,20 @@ function pi(e, ...r) {
|
|
|
56
56
|
const t = e.subscribe(...r);
|
|
57
57
|
return t.unsubscribe ? () => t.unsubscribe() : t;
|
|
58
58
|
}
|
|
59
|
-
function
|
|
60
|
-
e.$$.on_destroy.push(
|
|
59
|
+
function Xi(e, r, t) {
|
|
60
|
+
e.$$.on_destroy.push(gi(r, t));
|
|
61
61
|
}
|
|
62
62
|
function u(e, r) {
|
|
63
63
|
e.appendChild(r);
|
|
64
64
|
}
|
|
65
|
-
function
|
|
66
|
-
const i =
|
|
65
|
+
function Zi(e, r, t) {
|
|
66
|
+
const i = Wi(e);
|
|
67
67
|
if (!i.getElementById(r)) {
|
|
68
|
-
const n =
|
|
69
|
-
n.id = r, n.textContent = t,
|
|
68
|
+
const n = w("style");
|
|
69
|
+
n.id = r, n.textContent = t, qi(i, n);
|
|
70
70
|
}
|
|
71
71
|
}
|
|
72
|
-
function
|
|
72
|
+
function Wi(e) {
|
|
73
73
|
if (!e)
|
|
74
74
|
return document;
|
|
75
75
|
const r = e.getRootNode ? e.getRootNode() : e.ownerDocument;
|
|
@@ -79,7 +79,7 @@ function qi(e) {
|
|
|
79
79
|
r
|
|
80
80
|
) : e.ownerDocument;
|
|
81
81
|
}
|
|
82
|
-
function
|
|
82
|
+
function qi(e, r) {
|
|
83
83
|
return u(
|
|
84
84
|
/** @type {Document} */
|
|
85
85
|
e.head || e,
|
|
@@ -92,7 +92,7 @@ function ue(e, r, t) {
|
|
|
92
92
|
function ie(e) {
|
|
93
93
|
e.parentNode && e.parentNode.removeChild(e);
|
|
94
94
|
}
|
|
95
|
-
function
|
|
95
|
+
function w(e) {
|
|
96
96
|
return document.createElement(e);
|
|
97
97
|
}
|
|
98
98
|
function _(e) {
|
|
@@ -110,7 +110,7 @@ function x(e, r, t, i) {
|
|
|
110
110
|
function o(e, r, t) {
|
|
111
111
|
t == null ? e.removeAttribute(r) : e.getAttribute(r) !== t && e.setAttribute(r, t);
|
|
112
112
|
}
|
|
113
|
-
function
|
|
113
|
+
function Ji(e) {
|
|
114
114
|
return Array.from(e.childNodes);
|
|
115
115
|
}
|
|
116
116
|
function D(e, r) {
|
|
@@ -120,7 +120,7 @@ function D(e, r) {
|
|
|
120
120
|
function te(e, r) {
|
|
121
121
|
e.value = r == null ? "" : r;
|
|
122
122
|
}
|
|
123
|
-
function
|
|
123
|
+
function Yi(e) {
|
|
124
124
|
const r = {};
|
|
125
125
|
return e.childNodes.forEach(
|
|
126
126
|
/** @param {Element} node */
|
|
@@ -133,22 +133,22 @@ let Br;
|
|
|
133
133
|
function Tr(e) {
|
|
134
134
|
Br = e;
|
|
135
135
|
}
|
|
136
|
-
function
|
|
136
|
+
function Ki() {
|
|
137
137
|
if (!Br)
|
|
138
138
|
throw new Error("Function called outside component initialization");
|
|
139
139
|
return Br;
|
|
140
140
|
}
|
|
141
|
-
function
|
|
142
|
-
|
|
141
|
+
function en(e) {
|
|
142
|
+
Ki().$$.on_mount.push(e);
|
|
143
143
|
}
|
|
144
144
|
const ir = [], Hr = [];
|
|
145
145
|
let nr = [];
|
|
146
|
-
const
|
|
146
|
+
const $t = [], rn = /* @__PURE__ */ Promise.resolve();
|
|
147
147
|
let Et = !1;
|
|
148
|
-
function
|
|
149
|
-
Et || (Et = !0,
|
|
148
|
+
function tn() {
|
|
149
|
+
Et || (Et = !0, rn.then(ye));
|
|
150
150
|
}
|
|
151
|
-
function
|
|
151
|
+
function wt(e) {
|
|
152
152
|
nr.push(e);
|
|
153
153
|
}
|
|
154
154
|
const ft = /* @__PURE__ */ new Set();
|
|
@@ -161,7 +161,7 @@ function ye() {
|
|
|
161
161
|
try {
|
|
162
162
|
for (; rr < ir.length; ) {
|
|
163
163
|
const r = ir[rr];
|
|
164
|
-
rr++, Tr(r),
|
|
164
|
+
rr++, Tr(r), nn(r.$$);
|
|
165
165
|
}
|
|
166
166
|
} catch (r) {
|
|
167
167
|
throw ir.length = 0, rr = 0, r;
|
|
@@ -174,40 +174,40 @@ function ye() {
|
|
|
174
174
|
}
|
|
175
175
|
nr.length = 0;
|
|
176
176
|
} while (ir.length);
|
|
177
|
-
for (;
|
|
178
|
-
|
|
177
|
+
for (; $t.length; )
|
|
178
|
+
$t.pop()();
|
|
179
179
|
Et = !1, ft.clear(), Tr(e);
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function nn(e) {
|
|
182
182
|
if (e.fragment !== null) {
|
|
183
183
|
e.update(), ur(e.before_update);
|
|
184
184
|
const r = e.dirty;
|
|
185
|
-
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, r), e.after_update.forEach(
|
|
185
|
+
e.dirty = [-1], e.fragment && e.fragment.p(e.ctx, r), e.after_update.forEach(wt);
|
|
186
186
|
}
|
|
187
187
|
}
|
|
188
|
-
function
|
|
188
|
+
function sn(e) {
|
|
189
189
|
const r = [], t = [];
|
|
190
190
|
nr.forEach((i) => e.indexOf(i) === -1 ? r.push(i) : t.push(i)), t.forEach((i) => i()), nr = r;
|
|
191
191
|
}
|
|
192
|
-
const
|
|
193
|
-
function
|
|
194
|
-
e && e.i && (
|
|
192
|
+
const on = /* @__PURE__ */ new Set();
|
|
193
|
+
function an(e, r) {
|
|
194
|
+
e && e.i && (on.delete(e), e.i(r));
|
|
195
195
|
}
|
|
196
|
-
function
|
|
196
|
+
function ln(e, r, t) {
|
|
197
197
|
const { fragment: i, after_update: n } = e.$$;
|
|
198
|
-
i && i.m(r, t),
|
|
199
|
-
const s = e.$$.on_mount.map(
|
|
198
|
+
i && i.m(r, t), wt(() => {
|
|
199
|
+
const s = e.$$.on_mount.map(di).filter(Bt);
|
|
200
200
|
e.$$.on_destroy ? e.$$.on_destroy.push(...s) : ur(s), e.$$.on_mount = [];
|
|
201
|
-
}), n.forEach(
|
|
201
|
+
}), n.forEach(wt);
|
|
202
202
|
}
|
|
203
|
-
function
|
|
203
|
+
function un(e, r) {
|
|
204
204
|
const t = e.$$;
|
|
205
|
-
t.fragment !== null && (
|
|
205
|
+
t.fragment !== null && (sn(t.after_update), ur(t.on_destroy), t.fragment && t.fragment.d(r), t.on_destroy = t.fragment = null, t.ctx = []);
|
|
206
206
|
}
|
|
207
|
-
function
|
|
208
|
-
e.$$.dirty[0] === -1 && (ir.push(e),
|
|
207
|
+
function cn(e, r) {
|
|
208
|
+
e.$$.dirty[0] === -1 && (ir.push(e), tn(), e.$$.dirty.fill(0)), e.$$.dirty[r / 31 | 0] |= 1 << r % 31;
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function hn(e, r, t, i, n, s, a = null, l = [-1]) {
|
|
211
211
|
const h = Br;
|
|
212
212
|
Tr(e);
|
|
213
213
|
const c = e.$$ = {
|
|
@@ -217,7 +217,7 @@ function fn(e, r, t, i, n, s, a = null, l = [-1]) {
|
|
|
217
217
|
props: s,
|
|
218
218
|
update: Q,
|
|
219
219
|
not_equal: n,
|
|
220
|
-
bound:
|
|
220
|
+
bound: Vt(),
|
|
221
221
|
// lifecycle
|
|
222
222
|
on_mount: [],
|
|
223
223
|
on_destroy: [],
|
|
@@ -226,28 +226,28 @@ function fn(e, r, t, i, n, s, a = null, l = [-1]) {
|
|
|
226
226
|
after_update: [],
|
|
227
227
|
context: new Map(r.context || (h ? h.$$.context : [])),
|
|
228
228
|
// everything else
|
|
229
|
-
callbacks:
|
|
229
|
+
callbacks: Vt(),
|
|
230
230
|
dirty: l,
|
|
231
231
|
skip_bound: !1,
|
|
232
232
|
root: r.target || h.$$.root
|
|
233
233
|
};
|
|
234
234
|
a && a(c.root);
|
|
235
235
|
let f = !1;
|
|
236
|
-
if (c.ctx = t
|
|
237
|
-
const
|
|
238
|
-
return c.ctx && n(c.ctx[m], c.ctx[m] =
|
|
239
|
-
})
|
|
236
|
+
if (c.ctx = t(e, r.props || {}, (m, g, ...b) => {
|
|
237
|
+
const v = b.length ? b[0] : g;
|
|
238
|
+
return c.ctx && n(c.ctx[m], c.ctx[m] = v) && (!c.skip_bound && c.bound[m] && c.bound[m](v), f && cn(e, m)), g;
|
|
239
|
+
}), c.update(), f = !0, ur(c.before_update), c.fragment = i(c.ctx), r.target) {
|
|
240
240
|
if (r.hydrate) {
|
|
241
|
-
const m =
|
|
241
|
+
const m = Ji(r.target);
|
|
242
242
|
c.fragment && c.fragment.l(m), m.forEach(ie);
|
|
243
243
|
} else
|
|
244
244
|
c.fragment && c.fragment.c();
|
|
245
|
-
r.intro &&
|
|
245
|
+
r.intro && an(e.$$.fragment), ln(e, r.target, r.anchor), ye();
|
|
246
246
|
}
|
|
247
247
|
Tr(h);
|
|
248
248
|
}
|
|
249
|
-
let
|
|
250
|
-
typeof HTMLElement == "function" && (
|
|
249
|
+
let pi;
|
|
250
|
+
typeof HTMLElement == "function" && (pi = class extends HTMLElement {
|
|
251
251
|
constructor(r, t, i) {
|
|
252
252
|
super();
|
|
253
253
|
/** The Svelte component constructor */
|
|
@@ -284,14 +284,14 @@ typeof HTMLElement == "function" && (bi = class extends HTMLElement {
|
|
|
284
284
|
}
|
|
285
285
|
}
|
|
286
286
|
connectedCallback() {
|
|
287
|
-
return
|
|
287
|
+
return jt(this, null, function* () {
|
|
288
288
|
if (this.$$cn = !0, !this.$$c) {
|
|
289
289
|
let r = function(s) {
|
|
290
290
|
return () => {
|
|
291
291
|
let a;
|
|
292
292
|
return {
|
|
293
293
|
c: function() {
|
|
294
|
-
a =
|
|
294
|
+
a = w("slot"), s !== "default" && o(a, "name", s);
|
|
295
295
|
},
|
|
296
296
|
/**
|
|
297
297
|
* @param {HTMLElement} target
|
|
@@ -308,7 +308,7 @@ typeof HTMLElement == "function" && (bi = class extends HTMLElement {
|
|
|
308
308
|
};
|
|
309
309
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
310
310
|
return;
|
|
311
|
-
const t = {}, i =
|
|
311
|
+
const t = {}, i = Yi(this);
|
|
312
312
|
for (const s of this.$$s)
|
|
313
313
|
s in i && (t[s] = [r(s)]);
|
|
314
314
|
for (const s of this.attributes) {
|
|
@@ -319,7 +319,7 @@ typeof HTMLElement == "function" && (bi = class extends HTMLElement {
|
|
|
319
319
|
!(s in this.$$d) && this[s] !== void 0 && (this.$$d[s] = this[s], delete this[s]);
|
|
320
320
|
this.$$c = new this.$$ctor({
|
|
321
321
|
target: this.shadowRoot || this,
|
|
322
|
-
props:
|
|
322
|
+
props: Gt(Dt({}, this.$$d), {
|
|
323
323
|
$$slots: t,
|
|
324
324
|
$$scope: {
|
|
325
325
|
ctx: []
|
|
@@ -397,8 +397,8 @@ function Kr(e, r, t, i) {
|
|
|
397
397
|
return r;
|
|
398
398
|
}
|
|
399
399
|
}
|
|
400
|
-
function
|
|
401
|
-
let a = class extends
|
|
400
|
+
function fn(e, r, t, i, n, s) {
|
|
401
|
+
let a = class extends pi {
|
|
402
402
|
constructor() {
|
|
403
403
|
super(e, t, n), this.$$p_d = r;
|
|
404
404
|
}
|
|
@@ -428,7 +428,7 @@ function dn(e, r, t, i, n, s) {
|
|
|
428
428
|
}), e.element = /** @type {any} */
|
|
429
429
|
a, a;
|
|
430
430
|
}
|
|
431
|
-
class
|
|
431
|
+
class dn {
|
|
432
432
|
constructor() {
|
|
433
433
|
/**
|
|
434
434
|
* ### PRIVATE API
|
|
@@ -449,7 +449,7 @@ class mn {
|
|
|
449
449
|
}
|
|
450
450
|
/** @returns {void} */
|
|
451
451
|
$destroy() {
|
|
452
|
-
|
|
452
|
+
un(this, 1), this.$destroy = Q;
|
|
453
453
|
}
|
|
454
454
|
/**
|
|
455
455
|
* @template {Extract<keyof Events, string>} K
|
|
@@ -471,13 +471,13 @@ class mn {
|
|
|
471
471
|
* @returns {void}
|
|
472
472
|
*/
|
|
473
473
|
$set(r) {
|
|
474
|
-
this.$$set && !
|
|
474
|
+
this.$$set && !Qi(r) && (this.$$.skip_bound = !0, this.$$set(r), this.$$.skip_bound = !1);
|
|
475
475
|
}
|
|
476
476
|
}
|
|
477
|
-
const
|
|
478
|
-
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(
|
|
477
|
+
const mn = "4";
|
|
478
|
+
typeof window != "undefined" && (window.__svelte || (window.__svelte = { v: /* @__PURE__ */ new Set() })).v.add(mn);
|
|
479
479
|
const tr = [];
|
|
480
|
-
function
|
|
480
|
+
function gn(e, r) {
|
|
481
481
|
return {
|
|
482
482
|
subscribe: nt(e, r).subscribe
|
|
483
483
|
};
|
|
@@ -486,7 +486,7 @@ function nt(e, r = Q) {
|
|
|
486
486
|
let t;
|
|
487
487
|
const i = /* @__PURE__ */ new Set();
|
|
488
488
|
function n(l) {
|
|
489
|
-
if (
|
|
489
|
+
if (mi(e, l) && (e = l, t)) {
|
|
490
490
|
const h = !tr.length;
|
|
491
491
|
for (const c of i)
|
|
492
492
|
c[1](), tr.push(c, e);
|
|
@@ -513,7 +513,7 @@ function cr(e, r, t) {
|
|
|
513
513
|
if (!n.every(Boolean))
|
|
514
514
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
515
515
|
const s = r.length < 2;
|
|
516
|
-
return
|
|
516
|
+
return gn(t, (a, l) => {
|
|
517
517
|
let h = !1;
|
|
518
518
|
const c = [];
|
|
519
519
|
let f = 0, m = Q;
|
|
@@ -521,11 +521,11 @@ function cr(e, r, t) {
|
|
|
521
521
|
if (f)
|
|
522
522
|
return;
|
|
523
523
|
m();
|
|
524
|
-
const
|
|
525
|
-
s ? a(
|
|
524
|
+
const v = r(i ? c[0] : c, a, l);
|
|
525
|
+
s ? a(v) : m = Bt(v) ? v : Q;
|
|
526
526
|
}, b = n.map(
|
|
527
|
-
(
|
|
528
|
-
|
|
527
|
+
(v, E) => gi(
|
|
528
|
+
v,
|
|
529
529
|
(A) => {
|
|
530
530
|
c[E] = A, f &= ~(1 << E), h && g();
|
|
531
531
|
},
|
|
@@ -539,70 +539,70 @@ function cr(e, r, t) {
|
|
|
539
539
|
};
|
|
540
540
|
});
|
|
541
541
|
}
|
|
542
|
-
function
|
|
543
|
-
return e
|
|
542
|
+
function pn(e) {
|
|
543
|
+
return e.__esModule && Object.prototype.hasOwnProperty.call(e, "default") ? e.default : e;
|
|
544
544
|
}
|
|
545
|
-
var
|
|
546
|
-
return
|
|
545
|
+
var bn = function(r) {
|
|
546
|
+
return yn(r) && !En(r);
|
|
547
547
|
};
|
|
548
|
-
function
|
|
548
|
+
function yn(e) {
|
|
549
549
|
return !!e && typeof e == "object";
|
|
550
550
|
}
|
|
551
|
-
function
|
|
551
|
+
function En(e) {
|
|
552
552
|
var r = Object.prototype.toString.call(e);
|
|
553
|
-
return r === "[object RegExp]" || r === "[object Date]" ||
|
|
553
|
+
return r === "[object RegExp]" || r === "[object Date]" || _n(e);
|
|
554
554
|
}
|
|
555
|
-
var wn = typeof Symbol == "function" && Symbol.for,
|
|
556
|
-
function
|
|
557
|
-
return e.$$typeof ===
|
|
555
|
+
var wn = typeof Symbol == "function" && Symbol.for, vn = wn ? Symbol.for("react.element") : 60103;
|
|
556
|
+
function _n(e) {
|
|
557
|
+
return e.$$typeof === vn;
|
|
558
558
|
}
|
|
559
|
-
function
|
|
559
|
+
function Sn(e) {
|
|
560
560
|
return Array.isArray(e) ? [] : {};
|
|
561
561
|
}
|
|
562
562
|
function Ir(e, r) {
|
|
563
|
-
return r.clone !== !1 && r.isMergeableObject(e) ? sr(
|
|
563
|
+
return r.clone !== !1 && r.isMergeableObject(e) ? sr(Sn(e), e, r) : e;
|
|
564
564
|
}
|
|
565
|
-
function
|
|
565
|
+
function Pn(e, r, t) {
|
|
566
566
|
return e.concat(r).map(function(i) {
|
|
567
567
|
return Ir(i, t);
|
|
568
568
|
});
|
|
569
569
|
}
|
|
570
|
-
function
|
|
570
|
+
function xn(e, r) {
|
|
571
571
|
if (!r.customMerge)
|
|
572
572
|
return sr;
|
|
573
573
|
var t = r.customMerge(e);
|
|
574
574
|
return typeof t == "function" ? t : sr;
|
|
575
575
|
}
|
|
576
|
-
function
|
|
576
|
+
function Cn(e) {
|
|
577
577
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(r) {
|
|
578
578
|
return Object.propertyIsEnumerable.call(e, r);
|
|
579
579
|
}) : [];
|
|
580
580
|
}
|
|
581
|
-
function
|
|
582
|
-
return Object.keys(e).concat(
|
|
581
|
+
function zt(e) {
|
|
582
|
+
return Object.keys(e).concat(Cn(e));
|
|
583
583
|
}
|
|
584
|
-
function
|
|
584
|
+
function bi(e, r) {
|
|
585
585
|
try {
|
|
586
586
|
return r in e;
|
|
587
587
|
} catch (t) {
|
|
588
588
|
return !1;
|
|
589
589
|
}
|
|
590
590
|
}
|
|
591
|
-
function
|
|
592
|
-
return
|
|
591
|
+
function An(e, r) {
|
|
592
|
+
return bi(e, r) && !(Object.hasOwnProperty.call(e, r) && Object.propertyIsEnumerable.call(e, r));
|
|
593
593
|
}
|
|
594
|
-
function
|
|
594
|
+
function Tn(e, r, t) {
|
|
595
595
|
var i = {};
|
|
596
|
-
return t.isMergeableObject(e) &&
|
|
596
|
+
return t.isMergeableObject(e) && zt(e).forEach(function(n) {
|
|
597
597
|
i[n] = Ir(e[n], t);
|
|
598
|
-
}),
|
|
599
|
-
|
|
598
|
+
}), zt(r).forEach(function(n) {
|
|
599
|
+
An(e, n) || (bi(e, n) && t.isMergeableObject(r[n]) ? i[n] = xn(n, t)(e[n], r[n], t) : i[n] = Ir(r[n], t));
|
|
600
600
|
}), i;
|
|
601
601
|
}
|
|
602
602
|
function sr(e, r, t) {
|
|
603
|
-
t = t || {}, t.arrayMerge = t.arrayMerge ||
|
|
603
|
+
t = t || {}, t.arrayMerge = t.arrayMerge || Pn, t.isMergeableObject = t.isMergeableObject || bn, t.cloneUnlessOtherwiseSpecified = Ir;
|
|
604
604
|
var i = Array.isArray(r), n = Array.isArray(e), s = i === n;
|
|
605
|
-
return s ? i ? t.arrayMerge(e, r, t) :
|
|
605
|
+
return s ? i ? t.arrayMerge(e, r, t) : Tn(e, r, t) : Ir(r, t);
|
|
606
606
|
}
|
|
607
607
|
sr.all = function(r, t) {
|
|
608
608
|
if (!Array.isArray(r))
|
|
@@ -611,8 +611,8 @@ sr.all = function(r, t) {
|
|
|
611
611
|
return sr(i, n, t);
|
|
612
612
|
}, {});
|
|
613
613
|
};
|
|
614
|
-
var
|
|
615
|
-
const
|
|
614
|
+
var Hn = sr, Bn = Hn;
|
|
615
|
+
const In = /* @__PURE__ */ pn(Bn);
|
|
616
616
|
/*! *****************************************************************************
|
|
617
617
|
Copyright (c) Microsoft Corporation.
|
|
618
618
|
|
|
@@ -627,18 +627,18 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
627
627
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
628
628
|
PERFORMANCE OF THIS SOFTWARE.
|
|
629
629
|
***************************************************************************** */
|
|
630
|
-
var
|
|
631
|
-
return
|
|
630
|
+
var vt = function(e, r) {
|
|
631
|
+
return vt = Object.setPrototypeOf || { __proto__: [] } instanceof Array && function(t, i) {
|
|
632
632
|
t.__proto__ = i;
|
|
633
633
|
} || function(t, i) {
|
|
634
634
|
for (var n in i)
|
|
635
635
|
Object.prototype.hasOwnProperty.call(i, n) && (t[n] = i[n]);
|
|
636
|
-
},
|
|
636
|
+
}, vt(e, r);
|
|
637
637
|
};
|
|
638
638
|
function st(e, r) {
|
|
639
639
|
if (typeof r != "function" && r !== null)
|
|
640
640
|
throw new TypeError("Class extends value " + String(r) + " is not a constructor or null");
|
|
641
|
-
|
|
641
|
+
vt(e, r);
|
|
642
642
|
function t() {
|
|
643
643
|
this.constructor = e;
|
|
644
644
|
}
|
|
@@ -654,7 +654,7 @@ var T = function() {
|
|
|
654
654
|
return r;
|
|
655
655
|
}, T.apply(this, arguments);
|
|
656
656
|
};
|
|
657
|
-
function
|
|
657
|
+
function Nn(e, r) {
|
|
658
658
|
var t = {};
|
|
659
659
|
for (var i in e)
|
|
660
660
|
Object.prototype.hasOwnProperty.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
|
|
@@ -670,55 +670,57 @@ function dt(e, r, t) {
|
|
|
670
670
|
return e.concat(s || r);
|
|
671
671
|
}
|
|
672
672
|
function mt(e, r) {
|
|
673
|
-
var t = r && r.cache ? r.cache : Fn, i = r && r.serializer ? r.serializer :
|
|
673
|
+
var t = r && r.cache ? r.cache : Fn, i = r && r.serializer ? r.serializer : Un, n = r && r.strategy ? r.strategy : Ln;
|
|
674
674
|
return n(e, {
|
|
675
675
|
cache: t,
|
|
676
676
|
serializer: i
|
|
677
677
|
});
|
|
678
678
|
}
|
|
679
|
-
function
|
|
679
|
+
function On(e) {
|
|
680
680
|
return e == null || typeof e == "number" || typeof e == "boolean";
|
|
681
681
|
}
|
|
682
|
-
function
|
|
683
|
-
var n =
|
|
682
|
+
function yi(e, r, t, i) {
|
|
683
|
+
var n = On(i) ? i : t(i), s = r.get(n);
|
|
684
684
|
return typeof s == "undefined" && (s = e.call(this, i), r.set(n, s)), s;
|
|
685
685
|
}
|
|
686
|
-
function
|
|
686
|
+
function Ei(e, r, t) {
|
|
687
687
|
var i = Array.prototype.slice.call(arguments, 3), n = t(i), s = r.get(n);
|
|
688
688
|
return typeof s == "undefined" && (s = e.apply(this, i), r.set(n, s)), s;
|
|
689
689
|
}
|
|
690
690
|
function It(e, r, t, i, n) {
|
|
691
691
|
return t.bind(r, e, i, n);
|
|
692
692
|
}
|
|
693
|
-
function
|
|
694
|
-
var t = e.length === 1 ?
|
|
693
|
+
function Ln(e, r) {
|
|
694
|
+
var t = e.length === 1 ? yi : Ei;
|
|
695
695
|
return It(e, this, t, r.cache.create(), r.serializer);
|
|
696
696
|
}
|
|
697
|
-
function
|
|
698
|
-
return It(e, this, vi, r.cache.create(), r.serializer);
|
|
699
|
-
}
|
|
700
|
-
function Un(e, r) {
|
|
697
|
+
function Mn(e, r) {
|
|
701
698
|
return It(e, this, Ei, r.cache.create(), r.serializer);
|
|
702
699
|
}
|
|
703
|
-
|
|
704
|
-
return
|
|
705
|
-
};
|
|
706
|
-
function Nt() {
|
|
707
|
-
this.cache = /* @__PURE__ */ Object.create(null);
|
|
700
|
+
function Rn(e, r) {
|
|
701
|
+
return It(e, this, yi, r.cache.create(), r.serializer);
|
|
708
702
|
}
|
|
709
|
-
|
|
710
|
-
return
|
|
711
|
-
}
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
703
|
+
var Un = function() {
|
|
704
|
+
return JSON.stringify(arguments);
|
|
705
|
+
}, kn = (
|
|
706
|
+
/** @class */
|
|
707
|
+
function() {
|
|
708
|
+
function e() {
|
|
709
|
+
this.cache = /* @__PURE__ */ Object.create(null);
|
|
710
|
+
}
|
|
711
|
+
return e.prototype.get = function(r) {
|
|
712
|
+
return this.cache[r];
|
|
713
|
+
}, e.prototype.set = function(r, t) {
|
|
714
|
+
this.cache[r] = t;
|
|
715
|
+
}, e;
|
|
716
|
+
}()
|
|
717
|
+
), Fn = {
|
|
716
718
|
create: function() {
|
|
717
|
-
return new
|
|
719
|
+
return new kn();
|
|
718
720
|
}
|
|
719
721
|
}, gt = {
|
|
720
|
-
variadic:
|
|
721
|
-
monadic:
|
|
722
|
+
variadic: Mn,
|
|
723
|
+
monadic: Rn
|
|
722
724
|
}, S;
|
|
723
725
|
(function(e) {
|
|
724
726
|
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";
|
|
@@ -731,7 +733,7 @@ var or;
|
|
|
731
733
|
(function(e) {
|
|
732
734
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
733
735
|
})(or || (or = {}));
|
|
734
|
-
function
|
|
736
|
+
function Qt(e) {
|
|
735
737
|
return e.type === L.literal;
|
|
736
738
|
}
|
|
737
739
|
function Dn(e) {
|
|
@@ -740,31 +742,31 @@ function Dn(e) {
|
|
|
740
742
|
function wi(e) {
|
|
741
743
|
return e.type === L.number;
|
|
742
744
|
}
|
|
743
|
-
function
|
|
745
|
+
function vi(e) {
|
|
744
746
|
return e.type === L.date;
|
|
745
747
|
}
|
|
746
|
-
function
|
|
748
|
+
function _i(e) {
|
|
747
749
|
return e.type === L.time;
|
|
748
750
|
}
|
|
749
|
-
function
|
|
751
|
+
function Si(e) {
|
|
750
752
|
return e.type === L.select;
|
|
751
753
|
}
|
|
752
|
-
function
|
|
754
|
+
function Pi(e) {
|
|
753
755
|
return e.type === L.plural;
|
|
754
756
|
}
|
|
755
757
|
function Gn(e) {
|
|
756
758
|
return e.type === L.pound;
|
|
757
759
|
}
|
|
758
|
-
function
|
|
760
|
+
function xi(e) {
|
|
759
761
|
return e.type === L.tag;
|
|
760
762
|
}
|
|
761
|
-
function
|
|
763
|
+
function Ci(e) {
|
|
762
764
|
return !!(e && typeof e == "object" && e.type === or.number);
|
|
763
765
|
}
|
|
764
766
|
function _t(e) {
|
|
765
767
|
return !!(e && typeof e == "object" && e.type === or.dateTime);
|
|
766
768
|
}
|
|
767
|
-
var
|
|
769
|
+
var Ai = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, jn = /(?:[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;
|
|
768
770
|
function Vn(e) {
|
|
769
771
|
var r = {};
|
|
770
772
|
return e.replace(jn, function(t) {
|
|
@@ -878,14 +880,14 @@ function zn(e) {
|
|
|
878
880
|
function Qn(e) {
|
|
879
881
|
return e.replace(/^(.*?)-/, "");
|
|
880
882
|
}
|
|
881
|
-
var
|
|
882
|
-
function
|
|
883
|
+
var Xt = /^\.(?:(0+)(\*)?|(#+)|(0+)(#+))$/g, Ti = /^(@+)?(\+|#+)?[rs]?$/g, Xn = /(\*)(0+)|(#+)(0+)|(0+)/g, Hi = /^(0+)$/;
|
|
884
|
+
function Zt(e) {
|
|
883
885
|
var r = {};
|
|
884
|
-
return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(
|
|
886
|
+
return e[e.length - 1] === "r" ? r.roundingPriority = "morePrecision" : e[e.length - 1] === "s" && (r.roundingPriority = "lessPrecision"), e.replace(Ti, function(t, i, n) {
|
|
885
887
|
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)), "";
|
|
886
888
|
}), r;
|
|
887
889
|
}
|
|
888
|
-
function
|
|
890
|
+
function Bi(e) {
|
|
889
891
|
switch (e) {
|
|
890
892
|
case "sign-auto":
|
|
891
893
|
return {
|
|
@@ -933,14 +935,14 @@ function Zn(e) {
|
|
|
933
935
|
notation: "scientific"
|
|
934
936
|
}, e = e.slice(1)), r) {
|
|
935
937
|
var t = e.slice(0, 2);
|
|
936
|
-
if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !
|
|
938
|
+
if (t === "+!" ? (r.signDisplay = "always", e = e.slice(2)) : t === "+?" && (r.signDisplay = "exceptZero", e = e.slice(2)), !Hi.test(e))
|
|
937
939
|
throw new Error("Malformed concise eng/scientific notation");
|
|
938
940
|
r.minimumIntegerDigits = e.length;
|
|
939
941
|
}
|
|
940
942
|
return r;
|
|
941
943
|
}
|
|
942
|
-
function
|
|
943
|
-
var r = {}, t =
|
|
944
|
+
function Wt(e) {
|
|
945
|
+
var r = {}, t = Bi(e);
|
|
944
946
|
return t || r;
|
|
945
947
|
}
|
|
946
948
|
function Wn(e) {
|
|
@@ -979,12 +981,12 @@ function Wn(e) {
|
|
|
979
981
|
continue;
|
|
980
982
|
case "scientific":
|
|
981
983
|
r = T(T(T({}, r), { notation: "scientific" }), n.options.reduce(function(h, c) {
|
|
982
|
-
return T(T({}, h),
|
|
984
|
+
return T(T({}, h), Wt(c));
|
|
983
985
|
}, {}));
|
|
984
986
|
continue;
|
|
985
987
|
case "engineering":
|
|
986
988
|
r = T(T(T({}, r), { notation: "engineering" }), n.options.reduce(function(h, c) {
|
|
987
|
-
return T(T({}, h),
|
|
989
|
+
return T(T({}, h), Wt(c));
|
|
988
990
|
}, {}));
|
|
989
991
|
continue;
|
|
990
992
|
case "notation-simple":
|
|
@@ -1042,25 +1044,25 @@ function Wn(e) {
|
|
|
1042
1044
|
});
|
|
1043
1045
|
continue;
|
|
1044
1046
|
}
|
|
1045
|
-
if (
|
|
1047
|
+
if (Hi.test(n.stem)) {
|
|
1046
1048
|
r.minimumIntegerDigits = n.stem.length;
|
|
1047
1049
|
continue;
|
|
1048
1050
|
}
|
|
1049
|
-
if (
|
|
1051
|
+
if (Xt.test(n.stem)) {
|
|
1050
1052
|
if (n.options.length > 1)
|
|
1051
1053
|
throw new RangeError("Fraction-precision stems only accept a single optional option");
|
|
1052
|
-
n.stem.replace(
|
|
1054
|
+
n.stem.replace(Xt, function(h, c, f, m, g, b) {
|
|
1053
1055
|
return f === "*" ? 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), "";
|
|
1054
1056
|
});
|
|
1055
1057
|
var s = n.options[0];
|
|
1056
|
-
s === "w" ? r = T(T({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = T(T({}, r),
|
|
1058
|
+
s === "w" ? r = T(T({}, r), { trailingZeroDisplay: "stripIfInteger" }) : s && (r = T(T({}, r), Zt(s)));
|
|
1057
1059
|
continue;
|
|
1058
1060
|
}
|
|
1059
|
-
if (
|
|
1060
|
-
r = T(T({}, r),
|
|
1061
|
+
if (Ti.test(n.stem)) {
|
|
1062
|
+
r = T(T({}, r), Zt(n.stem));
|
|
1061
1063
|
continue;
|
|
1062
1064
|
}
|
|
1063
|
-
var a =
|
|
1065
|
+
var a = Bi(n.stem);
|
|
1064
1066
|
a && (r = T(T({}, r), a));
|
|
1065
1067
|
var l = Zn(n.stem);
|
|
1066
1068
|
l && (r = T(T({}, r), l));
|
|
@@ -2520,7 +2522,7 @@ function Jn(e) {
|
|
|
2520
2522
|
var n = Yr[i || ""] || Yr[t || ""] || Yr["".concat(t, "-001")] || Yr["001"];
|
|
2521
2523
|
return n[0];
|
|
2522
2524
|
}
|
|
2523
|
-
var pt, Yn = new RegExp("^".concat(
|
|
2525
|
+
var pt, Yn = new RegExp("^".concat(Ai.source, "*")), Kn = new RegExp("".concat(Ai.source, "*$"));
|
|
2524
2526
|
function P(e, r) {
|
|
2525
2527
|
return { start: e, end: r };
|
|
2526
2528
|
}
|
|
@@ -2528,12 +2530,12 @@ var es = !!String.prototype.startsWith && "_a".startsWith("a", 1), rs = !!String
|
|
|
2528
2530
|
return typeof e == "number" && isFinite(e) && Math.floor(e) === e && Math.abs(e) <= 9007199254740991;
|
|
2529
2531
|
}, St = !0;
|
|
2530
2532
|
try {
|
|
2531
|
-
var ls =
|
|
2533
|
+
var ls = Ni("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2532
2534
|
St = ((pt = ls.exec("a")) === null || pt === void 0 ? void 0 : pt[0]) === "a";
|
|
2533
2535
|
} catch (e) {
|
|
2534
2536
|
St = !1;
|
|
2535
2537
|
}
|
|
2536
|
-
var
|
|
2538
|
+
var qt = es ? (
|
|
2537
2539
|
// Native
|
|
2538
2540
|
function(r, t, i) {
|
|
2539
2541
|
return r.startsWith(t, i);
|
|
@@ -2555,7 +2557,7 @@ var Jt = es ? (
|
|
|
2555
2557
|
}
|
|
2556
2558
|
return i;
|
|
2557
2559
|
}
|
|
2558
|
-
),
|
|
2560
|
+
), Jt = (
|
|
2559
2561
|
// native
|
|
2560
2562
|
ts ? Object.fromEntries : (
|
|
2561
2563
|
// Ponyfill
|
|
@@ -2567,7 +2569,7 @@ var Jt = es ? (
|
|
|
2567
2569
|
return t;
|
|
2568
2570
|
}
|
|
2569
2571
|
)
|
|
2570
|
-
),
|
|
2572
|
+
), Ii = is ? (
|
|
2571
2573
|
// Native
|
|
2572
2574
|
function(r, t) {
|
|
2573
2575
|
return r.codePointAt(t);
|
|
@@ -2602,23 +2604,23 @@ var Jt = es ? (
|
|
|
2602
2604
|
return r.replace(Kn, "");
|
|
2603
2605
|
}
|
|
2604
2606
|
);
|
|
2605
|
-
function
|
|
2607
|
+
function Ni(e, r) {
|
|
2606
2608
|
return new RegExp(e, r);
|
|
2607
2609
|
}
|
|
2608
2610
|
var xt;
|
|
2609
2611
|
if (St) {
|
|
2610
|
-
var
|
|
2612
|
+
var Yt = Ni("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
2611
2613
|
xt = function(r, t) {
|
|
2612
2614
|
var i;
|
|
2613
|
-
|
|
2614
|
-
var n =
|
|
2615
|
+
Yt.lastIndex = t;
|
|
2616
|
+
var n = Yt.exec(r);
|
|
2615
2617
|
return (i = n[1]) !== null && i !== void 0 ? i : "";
|
|
2616
2618
|
};
|
|
2617
2619
|
} else
|
|
2618
2620
|
xt = function(r, t) {
|
|
2619
2621
|
for (var i = []; ; ) {
|
|
2620
|
-
var n =
|
|
2621
|
-
if (n === void 0 ||
|
|
2622
|
+
var n = Ii(r, t);
|
|
2623
|
+
if (n === void 0 || Oi(n) || ms(n))
|
|
2622
2624
|
break;
|
|
2623
2625
|
i.push(n), t += n >= 65536 ? 2 : 1;
|
|
2624
2626
|
}
|
|
@@ -2828,11 +2830,11 @@ var hs = (
|
|
|
2828
2830
|
var b = P(f, this.clonePosition());
|
|
2829
2831
|
c = { style: g, styleLocation: b };
|
|
2830
2832
|
}
|
|
2831
|
-
var
|
|
2832
|
-
if (
|
|
2833
|
-
return
|
|
2833
|
+
var v = this.tryParseArgumentClose(n);
|
|
2834
|
+
if (v.err)
|
|
2835
|
+
return v;
|
|
2834
2836
|
var E = P(n, this.clonePosition());
|
|
2835
|
-
if (c &&
|
|
2837
|
+
if (c && qt(c == null ? void 0 : c.style, "::", 0)) {
|
|
2836
2838
|
var A = us(c.style.slice(2));
|
|
2837
2839
|
if (l === "number") {
|
|
2838
2840
|
var m = this.parseNumberSkeletonFromString(A, c.styleLocation);
|
|
@@ -2887,15 +2889,15 @@ var hs = (
|
|
|
2887
2889
|
var ge = this.tryParsePluralOrSelectOptions(r, l, t, ce);
|
|
2888
2890
|
if (ge.err)
|
|
2889
2891
|
return ge;
|
|
2890
|
-
var
|
|
2891
|
-
if (
|
|
2892
|
-
return
|
|
2892
|
+
var v = this.tryParseArgumentClose(n);
|
|
2893
|
+
if (v.err)
|
|
2894
|
+
return v;
|
|
2893
2895
|
var U = P(n, this.clonePosition());
|
|
2894
2896
|
return l === "select" ? {
|
|
2895
2897
|
val: {
|
|
2896
2898
|
type: L.select,
|
|
2897
2899
|
value: i,
|
|
2898
|
-
options:
|
|
2900
|
+
options: Jt(ge.val),
|
|
2899
2901
|
location: U
|
|
2900
2902
|
},
|
|
2901
2903
|
err: null
|
|
@@ -2903,7 +2905,7 @@ var hs = (
|
|
|
2903
2905
|
val: {
|
|
2904
2906
|
type: L.plural,
|
|
2905
2907
|
value: i,
|
|
2906
|
-
options:
|
|
2908
|
+
options: Jt(ge.val),
|
|
2907
2909
|
offset: G,
|
|
2908
2910
|
pluralType: l === "plural" ? "cardinal" : "ordinal",
|
|
2909
2911
|
location: U
|
|
@@ -2985,16 +2987,16 @@ var hs = (
|
|
|
2985
2987
|
var b = this.clonePosition();
|
|
2986
2988
|
if (!this.bumpIf("{"))
|
|
2987
2989
|
return this.error(t === "select" ? S.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : S.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, P(this.clonePosition(), this.clonePosition()));
|
|
2988
|
-
var
|
|
2989
|
-
if (
|
|
2990
|
-
return
|
|
2990
|
+
var v = this.parseMessage(r + 1, t, i);
|
|
2991
|
+
if (v.err)
|
|
2992
|
+
return v;
|
|
2991
2993
|
var E = this.tryParseArgumentClose(b);
|
|
2992
2994
|
if (E.err)
|
|
2993
2995
|
return E;
|
|
2994
2996
|
l.push([
|
|
2995
2997
|
c,
|
|
2996
2998
|
{
|
|
2997
|
-
value:
|
|
2999
|
+
value: v.val,
|
|
2998
3000
|
location: P(b, this.clonePosition())
|
|
2999
3001
|
}
|
|
3000
3002
|
]), h.add(c), this.bumpSpace(), s = this.parseIdentifierIfPossible(), c = s.value, f = s.location;
|
|
@@ -3026,7 +3028,7 @@ var hs = (
|
|
|
3026
3028
|
var r = this.position.offset;
|
|
3027
3029
|
if (r >= this.message.length)
|
|
3028
3030
|
throw Error("out of bound");
|
|
3029
|
-
var t =
|
|
3031
|
+
var t = Ii(this.message, r);
|
|
3030
3032
|
if (t === void 0)
|
|
3031
3033
|
throw Error("Offset ".concat(r, " is at invalid UTF-16 code unit boundary"));
|
|
3032
3034
|
return t;
|
|
@@ -3045,7 +3047,7 @@ var hs = (
|
|
|
3045
3047
|
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);
|
|
3046
3048
|
}
|
|
3047
3049
|
}, e.prototype.bumpIf = function(r) {
|
|
3048
|
-
if (
|
|
3050
|
+
if (qt(this.message, r, this.offset())) {
|
|
3049
3051
|
for (var t = 0; t < r.length; t++)
|
|
3050
3052
|
this.bump();
|
|
3051
3053
|
return !0;
|
|
@@ -3067,7 +3069,7 @@ var hs = (
|
|
|
3067
3069
|
break;
|
|
3068
3070
|
}
|
|
3069
3071
|
}, e.prototype.bumpSpace = function() {
|
|
3070
|
-
for (; !this.isEOF() &&
|
|
3072
|
+
for (; !this.isEOF() && Oi(this.char()); )
|
|
3071
3073
|
this.bump();
|
|
3072
3074
|
}, e.prototype.peek = function() {
|
|
3073
3075
|
if (this.isEOF())
|
|
@@ -3086,7 +3088,7 @@ function fs(e) {
|
|
|
3086
3088
|
function ds(e) {
|
|
3087
3089
|
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;
|
|
3088
3090
|
}
|
|
3089
|
-
function
|
|
3091
|
+
function Oi(e) {
|
|
3090
3092
|
return e >= 9 && e <= 13 || e === 32 || e === 133 || e >= 8206 && e <= 8207 || e === 8232 || e === 8233;
|
|
3091
3093
|
}
|
|
3092
3094
|
function ms(e) {
|
|
@@ -3094,11 +3096,11 @@ function ms(e) {
|
|
|
3094
3096
|
}
|
|
3095
3097
|
function At(e) {
|
|
3096
3098
|
e.forEach(function(r) {
|
|
3097
|
-
if (delete r.location,
|
|
3099
|
+
if (delete r.location, Si(r) || Pi(r))
|
|
3098
3100
|
for (var t in r.options)
|
|
3099
3101
|
delete r.options[t].location, At(r.options[t].value);
|
|
3100
3102
|
else
|
|
3101
|
-
wi(r) &&
|
|
3103
|
+
wi(r) && Ci(r.style) || (vi(r) || _i(r)) && _t(r.style) ? delete r.style.location : xi(r) && At(r.children);
|
|
3102
3104
|
});
|
|
3103
3105
|
}
|
|
3104
3106
|
function gs(e, r) {
|
|
@@ -3126,7 +3128,7 @@ var ot = (
|
|
|
3126
3128
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3127
3129
|
}, r;
|
|
3128
3130
|
}(Error)
|
|
3129
|
-
),
|
|
3131
|
+
), Kt = (
|
|
3130
3132
|
/** @class */
|
|
3131
3133
|
function(e) {
|
|
3132
3134
|
st(r, e);
|
|
@@ -3167,7 +3169,7 @@ function Es(e) {
|
|
|
3167
3169
|
return typeof e == "function";
|
|
3168
3170
|
}
|
|
3169
3171
|
function et(e, r, t, i, n, s, a) {
|
|
3170
|
-
if (e.length === 1 &&
|
|
3172
|
+
if (e.length === 1 && Qt(e[0]))
|
|
3171
3173
|
return [
|
|
3172
3174
|
{
|
|
3173
3175
|
type: z.literal,
|
|
@@ -3176,7 +3178,7 @@ function et(e, r, t, i, n, s, a) {
|
|
|
3176
3178
|
];
|
|
3177
3179
|
for (var l = [], h = 0, c = e; h < c.length; h++) {
|
|
3178
3180
|
var f = c[h];
|
|
3179
|
-
if (
|
|
3181
|
+
if (Qt(f)) {
|
|
3180
3182
|
l.push({
|
|
3181
3183
|
type: z.literal,
|
|
3182
3184
|
value: f.value
|
|
@@ -3201,7 +3203,7 @@ function et(e, r, t, i, n, s, a) {
|
|
|
3201
3203
|
});
|
|
3202
3204
|
continue;
|
|
3203
3205
|
}
|
|
3204
|
-
if (
|
|
3206
|
+
if (vi(f)) {
|
|
3205
3207
|
var b = typeof f.style == "string" ? i.date[f.style] : _t(f.style) ? f.style.parsedOptions : void 0;
|
|
3206
3208
|
l.push({
|
|
3207
3209
|
type: z.literal,
|
|
@@ -3209,7 +3211,7 @@ function et(e, r, t, i, n, s, a) {
|
|
|
3209
3211
|
});
|
|
3210
3212
|
continue;
|
|
3211
3213
|
}
|
|
3212
|
-
if (
|
|
3214
|
+
if (_i(f)) {
|
|
3213
3215
|
var b = typeof f.style == "string" ? i.time[f.style] : _t(f.style) ? f.style.parsedOptions : i.time.medium;
|
|
3214
3216
|
l.push({
|
|
3215
3217
|
type: z.literal,
|
|
@@ -3218,18 +3220,18 @@ function et(e, r, t, i, n, s, a) {
|
|
|
3218
3220
|
continue;
|
|
3219
3221
|
}
|
|
3220
3222
|
if (wi(f)) {
|
|
3221
|
-
var b = typeof f.style == "string" ? i.number[f.style] :
|
|
3223
|
+
var b = typeof f.style == "string" ? i.number[f.style] : Ci(f.style) ? f.style.parsedOptions : void 0;
|
|
3222
3224
|
b && b.scale && (g = g * (b.scale || 1)), l.push({
|
|
3223
3225
|
type: z.literal,
|
|
3224
3226
|
value: t.getNumberFormat(r, b).format(g)
|
|
3225
3227
|
});
|
|
3226
3228
|
continue;
|
|
3227
3229
|
}
|
|
3228
|
-
if (
|
|
3229
|
-
var
|
|
3230
|
+
if (xi(f)) {
|
|
3231
|
+
var v = f.children, E = f.value, A = n[E];
|
|
3230
3232
|
if (!Es(A))
|
|
3231
3233
|
throw new ps(E, "function", a);
|
|
3232
|
-
var O = et(
|
|
3234
|
+
var O = et(v, r, t, i, n, s), M = A(O.map(function(G) {
|
|
3233
3235
|
return G.value;
|
|
3234
3236
|
}));
|
|
3235
3237
|
Array.isArray(M) || (M = [M]), l.push.apply(l, M.map(function(G) {
|
|
@@ -3239,14 +3241,14 @@ function et(e, r, t, i, n, s, a) {
|
|
|
3239
3241
|
};
|
|
3240
3242
|
}));
|
|
3241
3243
|
}
|
|
3242
|
-
if (
|
|
3244
|
+
if (Si(f)) {
|
|
3243
3245
|
var R = f.options[g] || f.options.other;
|
|
3244
3246
|
if (!R)
|
|
3245
|
-
throw new
|
|
3247
|
+
throw new Kt(f.value, g, Object.keys(f.options), a);
|
|
3246
3248
|
l.push.apply(l, et(R.value, r, t, i, n));
|
|
3247
3249
|
continue;
|
|
3248
3250
|
}
|
|
3249
|
-
if (
|
|
3251
|
+
if (Pi(f)) {
|
|
3250
3252
|
var R = f.options["=".concat(g)];
|
|
3251
3253
|
if (!R) {
|
|
3252
3254
|
if (!Intl.PluralRules)
|
|
@@ -3257,21 +3259,21 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3257
3259
|
R = f.options[ce] || f.options.other;
|
|
3258
3260
|
}
|
|
3259
3261
|
if (!R)
|
|
3260
|
-
throw new
|
|
3262
|
+
throw new Kt(f.value, g, Object.keys(f.options), a);
|
|
3261
3263
|
l.push.apply(l, et(R.value, r, t, i, n, g - (f.offset || 0)));
|
|
3262
3264
|
continue;
|
|
3263
3265
|
}
|
|
3264
3266
|
}
|
|
3265
3267
|
return ys(l);
|
|
3266
3268
|
}
|
|
3267
|
-
function
|
|
3269
|
+
function ws(e, r) {
|
|
3268
3270
|
return r ? T(T(T({}, e || {}), r || {}), Object.keys(e).reduce(function(t, i) {
|
|
3269
3271
|
return t[i] = T(T({}, e[i]), r[i] || {}), t;
|
|
3270
3272
|
}, {})) : e;
|
|
3271
3273
|
}
|
|
3272
|
-
function
|
|
3274
|
+
function vs(e, r) {
|
|
3273
3275
|
return r ? Object.keys(e).reduce(function(t, i) {
|
|
3274
|
-
return t[i] =
|
|
3276
|
+
return t[i] = ws(e[i], r[i]), t;
|
|
3275
3277
|
}, T({}, e)) : e;
|
|
3276
3278
|
}
|
|
3277
3279
|
function bt(e) {
|
|
@@ -3352,13 +3354,13 @@ var Ss = (
|
|
|
3352
3354
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3353
3355
|
var a = n || {};
|
|
3354
3356
|
a.formatters;
|
|
3355
|
-
var l =
|
|
3357
|
+
var l = Nn(a, ["formatters"]);
|
|
3356
3358
|
this.ast = e.__parse(r, T(T({}, l), { locale: this.resolvedLocale }));
|
|
3357
3359
|
} else
|
|
3358
3360
|
this.ast = r;
|
|
3359
3361
|
if (!Array.isArray(this.ast))
|
|
3360
3362
|
throw new TypeError("A message must be provided as a String or AST.");
|
|
3361
|
-
this.formats =
|
|
3363
|
+
this.formats = vs(e.formats, i), this.formatters = n && n.formatters || _s(this.formatterCache);
|
|
3362
3364
|
}
|
|
3363
3365
|
return Object.defineProperty(e, "defaultLocale", {
|
|
3364
3366
|
get: function() {
|
|
@@ -3453,7 +3455,7 @@ function Ps(e, r) {
|
|
|
3453
3455
|
i = void 0;
|
|
3454
3456
|
return i;
|
|
3455
3457
|
}
|
|
3456
|
-
const Oe = {}, xs = (e, r, t) => t && (r in Oe || (Oe[r] = {}), e in Oe[r] || (Oe[r][e] = t), t),
|
|
3458
|
+
const Oe = {}, xs = (e, r, t) => t && (r in Oe || (Oe[r] = {}), e in Oe[r] || (Oe[r][e] = t), t), Li = (e, r) => {
|
|
3457
3459
|
if (r == null)
|
|
3458
3460
|
return;
|
|
3459
3461
|
if (r in Oe && e in Oe[r])
|
|
@@ -3465,16 +3467,16 @@ const Oe = {}, xs = (e, r, t) => t && (r in Oe || (Oe[r] = {}), e in Oe[r] || (O
|
|
|
3465
3467
|
return xs(e, r, s);
|
|
3466
3468
|
}
|
|
3467
3469
|
};
|
|
3468
|
-
let
|
|
3470
|
+
let Nt;
|
|
3469
3471
|
const Or = nt({});
|
|
3470
3472
|
function Cs(e) {
|
|
3471
|
-
return
|
|
3473
|
+
return Nt[e] || null;
|
|
3472
3474
|
}
|
|
3473
|
-
function
|
|
3474
|
-
return e in
|
|
3475
|
+
function Mi(e) {
|
|
3476
|
+
return e in Nt;
|
|
3475
3477
|
}
|
|
3476
3478
|
function As(e, r) {
|
|
3477
|
-
if (!
|
|
3479
|
+
if (!Mi(e))
|
|
3478
3480
|
return null;
|
|
3479
3481
|
const t = Cs(e);
|
|
3480
3482
|
return Ps(t, r);
|
|
@@ -3485,28 +3487,28 @@ function Ts(e) {
|
|
|
3485
3487
|
const r = at(e);
|
|
3486
3488
|
for (let t = 0; t < r.length; t++) {
|
|
3487
3489
|
const i = r[t];
|
|
3488
|
-
if (
|
|
3490
|
+
if (Mi(i))
|
|
3489
3491
|
return i;
|
|
3490
3492
|
}
|
|
3491
3493
|
}
|
|
3492
|
-
function
|
|
3493
|
-
delete Oe[e], Or.update((t) => (t[e] =
|
|
3494
|
+
function Ri(e, ...r) {
|
|
3495
|
+
delete Oe[e], Or.update((t) => (t[e] = In.all([t[e] || {}, ...r]), t));
|
|
3494
3496
|
}
|
|
3495
3497
|
cr(
|
|
3496
3498
|
[Or],
|
|
3497
3499
|
([e]) => Object.keys(e)
|
|
3498
3500
|
);
|
|
3499
|
-
Or.subscribe((e) =>
|
|
3501
|
+
Or.subscribe((e) => Nt = e);
|
|
3500
3502
|
const rt = {};
|
|
3501
3503
|
function Hs(e, r) {
|
|
3502
3504
|
rt[e].delete(r), rt[e].size === 0 && delete rt[e];
|
|
3503
3505
|
}
|
|
3504
|
-
function
|
|
3506
|
+
function Ui(e) {
|
|
3505
3507
|
return rt[e];
|
|
3506
3508
|
}
|
|
3507
3509
|
function Bs(e) {
|
|
3508
3510
|
return at(e).map((r) => {
|
|
3509
|
-
const t =
|
|
3511
|
+
const t = Ui(r);
|
|
3510
3512
|
return [r, t ? [...t] : []];
|
|
3511
3513
|
}).filter(([, r]) => r.length > 0);
|
|
3512
3514
|
}
|
|
@@ -3514,17 +3516,17 @@ function Tt(e) {
|
|
|
3514
3516
|
return e == null ? !1 : at(e).some(
|
|
3515
3517
|
(r) => {
|
|
3516
3518
|
var t;
|
|
3517
|
-
return (t =
|
|
3519
|
+
return (t = Ui(r)) == null ? void 0 : t.size;
|
|
3518
3520
|
}
|
|
3519
3521
|
);
|
|
3520
3522
|
}
|
|
3521
3523
|
function Is(e, r) {
|
|
3522
3524
|
return Promise.all(
|
|
3523
3525
|
r.map((i) => (Hs(e, i), i().then((n) => n.default || n)))
|
|
3524
|
-
).then((i) =>
|
|
3526
|
+
).then((i) => Ri(e, ...i));
|
|
3525
3527
|
}
|
|
3526
3528
|
const Ar = {};
|
|
3527
|
-
function
|
|
3529
|
+
function ki(e) {
|
|
3528
3530
|
if (!Tt(e))
|
|
3529
3531
|
return e in Ar ? Ar[e] : Promise.resolve();
|
|
3530
3532
|
const r = Bs(e);
|
|
@@ -3534,7 +3536,7 @@ function Fi(e) {
|
|
|
3534
3536
|
)
|
|
3535
3537
|
).then(() => {
|
|
3536
3538
|
if (Tt(e))
|
|
3537
|
-
return
|
|
3539
|
+
return ki(e);
|
|
3538
3540
|
delete Ar[e];
|
|
3539
3541
|
}), Ar[e];
|
|
3540
3542
|
}
|
|
@@ -3579,22 +3581,22 @@ function lr() {
|
|
|
3579
3581
|
return Ls;
|
|
3580
3582
|
}
|
|
3581
3583
|
const yt = nt(!1);
|
|
3582
|
-
var Ms = Object.defineProperty, Rs = Object.defineProperties, Us = Object.getOwnPropertyDescriptors,
|
|
3583
|
-
for (var t in r
|
|
3584
|
-
ks.call(r, t) &&
|
|
3585
|
-
if (
|
|
3586
|
-
for (var t of
|
|
3587
|
-
Fs.call(r, t) &&
|
|
3584
|
+
var Ms = Object.defineProperty, Rs = Object.defineProperties, Us = Object.getOwnPropertyDescriptors, ei = Object.getOwnPropertySymbols, ks = Object.prototype.hasOwnProperty, Fs = Object.prototype.propertyIsEnumerable, ri = (e, r, t) => r in e ? Ms(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Ds = (e, r) => {
|
|
3585
|
+
for (var t in r)
|
|
3586
|
+
ks.call(r, t) && ri(e, t, r[t]);
|
|
3587
|
+
if (ei)
|
|
3588
|
+
for (var t of ei(r))
|
|
3589
|
+
Fs.call(r, t) && ri(e, t, r[t]);
|
|
3588
3590
|
return e;
|
|
3589
3591
|
}, Gs = (e, r) => Rs(e, Us(r));
|
|
3590
3592
|
let Ht;
|
|
3591
3593
|
const tt = nt(null);
|
|
3592
|
-
function
|
|
3594
|
+
function ti(e) {
|
|
3593
3595
|
return e.split("-").map((r, t, i) => i.slice(0, t + 1).join("-")).reverse();
|
|
3594
3596
|
}
|
|
3595
3597
|
function at(e, r = lr().fallbackLocale) {
|
|
3596
|
-
const t =
|
|
3597
|
-
return r ? [.../* @__PURE__ */ new Set([...t, ...
|
|
3598
|
+
const t = ti(e);
|
|
3599
|
+
return r ? [.../* @__PURE__ */ new Set([...t, ...ti(r)])] : t;
|
|
3598
3600
|
}
|
|
3599
3601
|
function De() {
|
|
3600
3602
|
return Ht != null ? Ht : void 0;
|
|
@@ -3609,7 +3611,7 @@ const js = (e) => {
|
|
|
3609
3611
|
return typeof window != "undefined" && De() != null && r ? t = window.setTimeout(
|
|
3610
3612
|
() => yt.set(!0),
|
|
3611
3613
|
r
|
|
3612
|
-
) : yt.set(!0),
|
|
3614
|
+
) : yt.set(!0), ki(e).then(() => {
|
|
3613
3615
|
tt.set(e);
|
|
3614
3616
|
}).finally(() => {
|
|
3615
3617
|
clearTimeout(t), yt.set(!1);
|
|
@@ -3625,20 +3627,20 @@ const js = (e) => {
|
|
|
3625
3627
|
return n in r ? r[n] : r[n] = e(i);
|
|
3626
3628
|
};
|
|
3627
3629
|
};
|
|
3628
|
-
var Vs = Object.defineProperty, it = Object.getOwnPropertySymbols,
|
|
3630
|
+
var Vs = Object.defineProperty, it = Object.getOwnPropertySymbols, Fi = Object.prototype.hasOwnProperty, Di = Object.prototype.propertyIsEnumerable, ii = (e, r, t) => r in e ? Vs(e, r, { enumerable: !0, configurable: !0, writable: !0, value: t }) : e[r] = t, Ot = (e, r) => {
|
|
3629
3631
|
for (var t in r || (r = {}))
|
|
3630
|
-
|
|
3632
|
+
Fi.call(r, t) && ii(e, t, r[t]);
|
|
3631
3633
|
if (it)
|
|
3632
3634
|
for (var t of it(r))
|
|
3633
|
-
|
|
3635
|
+
Di.call(r, t) && ii(e, t, r[t]);
|
|
3634
3636
|
return e;
|
|
3635
3637
|
}, fr = (e, r) => {
|
|
3636
3638
|
var t = {};
|
|
3637
3639
|
for (var i in e)
|
|
3638
|
-
|
|
3640
|
+
Fi.call(e, i) && r.indexOf(i) < 0 && (t[i] = e[i]);
|
|
3639
3641
|
if (e != null && it)
|
|
3640
3642
|
for (var i of it(e))
|
|
3641
|
-
r.indexOf(i) < 0 &&
|
|
3643
|
+
r.indexOf(i) < 0 && Di.call(e, i) && (t[i] = e[i]);
|
|
3642
3644
|
return t;
|
|
3643
3645
|
};
|
|
3644
3646
|
const Nr = (e, r) => {
|
|
@@ -3675,21 +3677,21 @@ const Nr = (e, r) => {
|
|
|
3675
3677
|
} = r, i = fr(r, [
|
|
3676
3678
|
"locale"
|
|
3677
3679
|
]);
|
|
3678
|
-
return $s(
|
|
3680
|
+
return $s(Ot({ locale: t }, i));
|
|
3679
3681
|
}, Zs = (e = {}) => {
|
|
3680
3682
|
var r = e, {
|
|
3681
3683
|
locale: t = De()
|
|
3682
3684
|
} = r, i = fr(r, [
|
|
3683
3685
|
"locale"
|
|
3684
3686
|
]);
|
|
3685
|
-
return zs(
|
|
3687
|
+
return zs(Ot({ locale: t }, i));
|
|
3686
3688
|
}, Ws = (e = {}) => {
|
|
3687
3689
|
var r = e, {
|
|
3688
3690
|
locale: t = De()
|
|
3689
3691
|
} = r, i = fr(r, [
|
|
3690
3692
|
"locale"
|
|
3691
3693
|
]);
|
|
3692
|
-
return Qs(
|
|
3694
|
+
return Qs(Ot({ locale: t }, i));
|
|
3693
3695
|
}, qs = lt(
|
|
3694
3696
|
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
3695
3697
|
(e, r = De()) => new Ss(e, r, lr().formats, {
|
|
@@ -3708,7 +3710,7 @@ const Nr = (e, r) => {
|
|
|
3708
3710
|
throw new Error(
|
|
3709
3711
|
"[svelte-i18n] Cannot format a message without first setting the initial locale."
|
|
3710
3712
|
);
|
|
3711
|
-
let f =
|
|
3713
|
+
let f = Li(e, h);
|
|
3712
3714
|
if (!f)
|
|
3713
3715
|
f = (s = (n = (i = (t = lr()).handleMissingMessage) == null ? void 0 : i.call(t, { locale: h, id: e, defaultValue: c })) != null ? n : c) != null ? s : e;
|
|
3714
3716
|
else if (typeof f != "string")
|
|
@@ -3727,18 +3729,18 @@ const Nr = (e, r) => {
|
|
|
3727
3729
|
);
|
|
3728
3730
|
}
|
|
3729
3731
|
return m;
|
|
3730
|
-
}, Ys = (e, r) => Ws(r).format(e), Ks = (e, r) => Zs(r).format(e), eo = (e, r) => Xs(r).format(e), ro = (e, r = De()) =>
|
|
3732
|
+
}, Ys = (e, r) => Ws(r).format(e), Ks = (e, r) => Zs(r).format(e), eo = (e, r) => Xs(r).format(e), ro = (e, r = De()) => Li(e, r), to = cr([hr, Or], () => Js);
|
|
3731
3733
|
cr([hr], () => Ys);
|
|
3732
3734
|
cr([hr], () => Ks);
|
|
3733
3735
|
cr([hr], () => eo);
|
|
3734
3736
|
cr([hr, Or], () => ro);
|
|
3735
|
-
function
|
|
3736
|
-
|
|
3737
|
+
function ni(e, r) {
|
|
3738
|
+
Ri(e, r);
|
|
3737
3739
|
}
|
|
3738
3740
|
function io(e) {
|
|
3739
3741
|
hr.set(e);
|
|
3740
3742
|
}
|
|
3741
|
-
const
|
|
3743
|
+
const si = {
|
|
3742
3744
|
en: {
|
|
3743
3745
|
registerTitle: "Create your account",
|
|
3744
3746
|
registerSubtitle: "Already have an account?",
|
|
@@ -4017,16 +4019,16 @@ function oo(e, r, t) {
|
|
|
4017
4019
|
}
|
|
4018
4020
|
}
|
|
4019
4021
|
function ao(e) {
|
|
4020
|
-
|
|
4022
|
+
Zi(e, "svelte-x9thh9", "input,select{font-family:inherit}.RegisterFormTitle{font-size:var(--emw--font-size-large, 20px);text-transform:uppercase;font-weight:var(--emw--font-weight-light, 300);margin:0;padding-bottom:8px}.RegisterFormSubtitle{font-size:var(--emw--font-size-small, 14px);margin:0;padding-bottom:20px}.FormLoginCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-normal, 400);text-decoration:none;cursor:pointer}.EmailContainer,.UserContainer,.PasswordContainer,.ConfirmPasswordContainer,.PromoCodeContainer,.SecurityQuestionContainer,.SecurityAnswerContainer{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));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:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding-bottom:5px}.EmailContainer input,.UserContainer input,.PasswordContainer input,.ConfirmPasswordContainer input,.PromoCodeContainer input,.SecurityQuestionContainer input,.SecurityAnswerContainer input{width:100%;height:44px;border-radius:var(--emw--border-radius-medium, 15px);border:1px solid var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));box-sizing:border-box;padding:5px 15px;font-size:var(--emw--font-size-medium, 16px);line-height:18px}.EmailContainer input:focus,.UserContainer input:focus,.PasswordContainer input:focus,.ConfirmPasswordContainer input:focus,.PromoCodeContainer input:focus,.SecurityQuestionContainer input:focus,.SecurityAnswerContainer input:focus{border:2px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));outline:none}.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--color-error, #F5090A);background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.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, #E1A749))}.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-typography-cotrast, #444444))}.InvalidInput{color:var(--emw--color-error, var(--emw--color-error, #ed0909));font-size:10px;position:absolute;padding-top:5px;top:55px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:var(--emw--font-size-x-small, 12px);color:var(--emw--color-error, var(--emw--color-error, #ed0909))}.RegisterStepNext{background-image:linear-gradient(to bottom, color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, black 20%), var(--emw--color-primary, #22B04E), color-mix(in srgb, var(--emw--color-primary, #22B04E) 80%, white 30%));border:2px solid var(--emw--button-border-color, #0E5924);border-radius:var(--emw--button-border-radius, 10px);color:var(--emw--button-typography, var(--emw--button-text-color, #FFFFFF));width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);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}");
|
|
4021
4023
|
}
|
|
4022
|
-
function
|
|
4024
|
+
function oi(e) {
|
|
4023
4025
|
let r, t = (
|
|
4024
4026
|
/*$_*/
|
|
4025
4027
|
e[30]("registerEmailError") + ""
|
|
4026
4028
|
), i;
|
|
4027
4029
|
return {
|
|
4028
4030
|
c() {
|
|
4029
|
-
r =
|
|
4031
|
+
r = w("p"), i = H(t), o(r, "class", "InvalidInput");
|
|
4030
4032
|
},
|
|
4031
4033
|
m(n, s) {
|
|
4032
4034
|
ue(n, r, s), u(r, i);
|
|
@@ -4041,14 +4043,14 @@ function ai(e) {
|
|
|
4041
4043
|
}
|
|
4042
4044
|
};
|
|
4043
4045
|
}
|
|
4044
|
-
function
|
|
4046
|
+
function ai(e) {
|
|
4045
4047
|
let r, t = (
|
|
4046
4048
|
/*$_*/
|
|
4047
4049
|
e[30]("registerUsernameError") + ""
|
|
4048
4050
|
), i;
|
|
4049
4051
|
return {
|
|
4050
4052
|
c() {
|
|
4051
|
-
r =
|
|
4053
|
+
r = w("p"), i = H(t), o(r, "class", "InvalidInput");
|
|
4052
4054
|
},
|
|
4053
4055
|
m(n, s) {
|
|
4054
4056
|
ue(n, r, s), u(r, i);
|
|
@@ -4084,33 +4086,33 @@ function lo(e) {
|
|
|
4084
4086
|
};
|
|
4085
4087
|
}
|
|
4086
4088
|
function uo(e) {
|
|
4087
|
-
let r, t, i, n, s, a, l, h, c, f, m, g, b,
|
|
4089
|
+
let r, t, i, n, s, a, l, h, c, f, m, g, b, v, E;
|
|
4088
4090
|
return {
|
|
4089
4091
|
c() {
|
|
4090
4092
|
r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), a = _("circle"), l = _("g"), h = _("path"), c = _("path"), f = _("g"), m = _("path"), g = _("path"), b = _("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(h, "class", "a"), o(h, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(h, "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(l, "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(f, "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");
|
|
4091
4093
|
},
|
|
4092
4094
|
m(A, O) {
|
|
4093
|
-
ue(A, r, O), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), u(l, h), u(l, c), u(s, f), u(f, m), u(f, g), u(s, b),
|
|
4095
|
+
ue(A, r, O), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), u(l, h), u(l, c), u(s, f), u(f, m), u(f, g), u(s, b), v || (E = x(
|
|
4094
4096
|
r,
|
|
4095
4097
|
"click",
|
|
4096
4098
|
/*click_handler_1*/
|
|
4097
4099
|
e[61]
|
|
4098
|
-
),
|
|
4100
|
+
), v = !0);
|
|
4099
4101
|
},
|
|
4100
4102
|
p: Q,
|
|
4101
4103
|
d(A) {
|
|
4102
|
-
A && ie(r),
|
|
4104
|
+
A && ie(r), v = !1, E();
|
|
4103
4105
|
}
|
|
4104
4106
|
};
|
|
4105
4107
|
}
|
|
4106
|
-
function
|
|
4108
|
+
function li(e) {
|
|
4107
4109
|
let r, t = (
|
|
4108
4110
|
/*$_*/
|
|
4109
4111
|
e[30]("registerPasswordError") + ""
|
|
4110
4112
|
), i;
|
|
4111
4113
|
return {
|
|
4112
4114
|
c() {
|
|
4113
|
-
r =
|
|
4115
|
+
r = w("p"), i = H(t), o(r, "class", "InvalidInput");
|
|
4114
4116
|
},
|
|
4115
4117
|
m(n, s) {
|
|
4116
4118
|
ue(n, r, s), u(r, i);
|
|
@@ -4125,14 +4127,14 @@ function ui(e) {
|
|
|
4125
4127
|
}
|
|
4126
4128
|
};
|
|
4127
4129
|
}
|
|
4128
|
-
function
|
|
4130
|
+
function ui(e) {
|
|
4129
4131
|
let r, t = (
|
|
4130
4132
|
/*$_*/
|
|
4131
4133
|
e[30]("registerSimplePasswordError") + ""
|
|
4132
4134
|
), i;
|
|
4133
4135
|
return {
|
|
4134
4136
|
c() {
|
|
4135
|
-
r =
|
|
4137
|
+
r = w("p"), i = H(t), o(r, "class", "InvalidInput");
|
|
4136
4138
|
},
|
|
4137
4139
|
m(n, s) {
|
|
4138
4140
|
ue(n, r, s), u(r, i);
|
|
@@ -4168,33 +4170,33 @@ function co(e) {
|
|
|
4168
4170
|
};
|
|
4169
4171
|
}
|
|
4170
4172
|
function ho(e) {
|
|
4171
|
-
let r, t, i, n, s, a, l, h, c, f, m, g, b,
|
|
4173
|
+
let r, t, i, n, s, a, l, h, c, f, m, g, b, v, E;
|
|
4172
4174
|
return {
|
|
4173
4175
|
c() {
|
|
4174
4176
|
r = _("svg"), t = _("defs"), i = _("style"), n = H(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = _("g"), a = _("circle"), l = _("g"), h = _("path"), c = _("path"), f = _("g"), m = _("path"), g = _("path"), b = _("rect"), o(a, "class", "a"), o(a, "cx", "0.05"), o(a, "cy", "0.05"), o(a, "r", "0.05"), o(a, "transform", "translate(121.017 31.148)"), o(h, "class", "a"), o(h, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), o(h, "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(l, "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(f, "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");
|
|
4175
4177
|
},
|
|
4176
4178
|
m(A, O) {
|
|
4177
|
-
ue(A, r, O), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), u(l, h), u(l, c), u(s, f), u(f, m), u(f, g), u(s, b),
|
|
4179
|
+
ue(A, r, O), u(r, t), u(t, i), u(i, n), u(r, s), u(s, a), u(s, l), u(l, h), u(l, c), u(s, f), u(f, m), u(f, g), u(s, b), v || (E = x(
|
|
4178
4180
|
r,
|
|
4179
4181
|
"click",
|
|
4180
4182
|
/*click_handler_3*/
|
|
4181
4183
|
e[67]
|
|
4182
|
-
),
|
|
4184
|
+
), v = !0);
|
|
4183
4185
|
},
|
|
4184
4186
|
p: Q,
|
|
4185
4187
|
d(A) {
|
|
4186
|
-
A && ie(r),
|
|
4188
|
+
A && ie(r), v = !1, E();
|
|
4187
4189
|
}
|
|
4188
4190
|
};
|
|
4189
4191
|
}
|
|
4190
|
-
function
|
|
4192
|
+
function ci(e) {
|
|
4191
4193
|
let r, t = (
|
|
4192
4194
|
/*$_*/
|
|
4193
4195
|
e[30]("registerConfirmPasswordError") + ""
|
|
4194
4196
|
), i;
|
|
4195
4197
|
return {
|
|
4196
4198
|
c() {
|
|
4197
|
-
r =
|
|
4199
|
+
r = w("p"), i = H(t), o(r, "class", "InvalidInput");
|
|
4198
4200
|
},
|
|
4199
4201
|
m(n, s) {
|
|
4200
4202
|
ue(n, r, s), u(r, i);
|
|
@@ -4209,7 +4211,7 @@ function hi(e) {
|
|
|
4209
4211
|
}
|
|
4210
4212
|
};
|
|
4211
4213
|
}
|
|
4212
|
-
function
|
|
4214
|
+
function hi(e) {
|
|
4213
4215
|
let r, t = (
|
|
4214
4216
|
/*custominputtextswitch*/
|
|
4215
4217
|
(e[2] == "true" ? (
|
|
@@ -4222,7 +4224,7 @@ function fi(e) {
|
|
|
4222
4224
|
), i;
|
|
4223
4225
|
return {
|
|
4224
4226
|
c() {
|
|
4225
|
-
r =
|
|
4227
|
+
r = w("p"), i = H(t), o(r, "class", "InvalidInput");
|
|
4226
4228
|
},
|
|
4227
4229
|
m(n, s) {
|
|
4228
4230
|
ue(n, r, s), u(r, i);
|
|
@@ -4243,7 +4245,7 @@ function fi(e) {
|
|
|
4243
4245
|
}
|
|
4244
4246
|
};
|
|
4245
4247
|
}
|
|
4246
|
-
function
|
|
4248
|
+
function fi(e) {
|
|
4247
4249
|
let r, t = (
|
|
4248
4250
|
/*custominputtextswitch*/
|
|
4249
4251
|
(e[2] == "true" ? (
|
|
@@ -4256,7 +4258,7 @@ function di(e) {
|
|
|
4256
4258
|
), i;
|
|
4257
4259
|
return {
|
|
4258
4260
|
c() {
|
|
4259
|
-
r =
|
|
4261
|
+
r = w("p"), i = H(t), o(r, "class", "InvalidInput");
|
|
4260
4262
|
},
|
|
4261
4263
|
m(n, s) {
|
|
4262
4264
|
ue(n, r, s), u(r, i);
|
|
@@ -4287,16 +4289,16 @@ function fo(e) {
|
|
|
4287
4289
|
), c, f, m, g = (
|
|
4288
4290
|
/*$_*/
|
|
4289
4291
|
e[30]("registerSubtitleLogin") + ""
|
|
4290
|
-
), b,
|
|
4292
|
+
), b, v, E, A, O, M = (
|
|
4291
4293
|
/*$_*/
|
|
4292
4294
|
e[30]("registerEmail") + ""
|
|
4293
4295
|
), R, ce, G, ge, U, Ge, Ae, je, k, X, he = (
|
|
4294
4296
|
/*$_*/
|
|
4295
4297
|
e[30]("registerUsername") + ""
|
|
4296
|
-
), pe, ne, V, Te, F, xe, He, Ee, be, C,
|
|
4298
|
+
), pe, ne, V, Te, F, xe, He, Ee, be, C, we, Z = (
|
|
4297
4299
|
/*$_*/
|
|
4298
4300
|
e[30]("registerPassword") + ""
|
|
4299
|
-
),
|
|
4301
|
+
), ve, Lr, Le, Mr, B, Me, dr, mr, Ve, Re, Ue, gr, j, Ce, $e = (
|
|
4300
4302
|
/*$_*/
|
|
4301
4303
|
e[30]("registerConfirmPassword") + ""
|
|
4302
4304
|
), ze, Rr, Be, pr, $, br, Qe, ke, Ur, _e, Fe, Xe = (
|
|
@@ -4320,62 +4322,62 @@ function fo(e) {
|
|
|
4320
4322
|
/*$_*/
|
|
4321
4323
|
e[30]("registerSecurityAnswer")
|
|
4322
4324
|
)) + ""
|
|
4323
|
-
),
|
|
4325
|
+
), wr, Qr, Ke, Xr, ae, Zr, er, p, N, le = (
|
|
4324
4326
|
/*$_*/
|
|
4325
4327
|
e[30]("registerNext") + ""
|
|
4326
|
-
), ut, Wr, ct,
|
|
4328
|
+
), ut, Wr, ct, Lt, W = (
|
|
4327
4329
|
/*invalidEmail*/
|
|
4328
|
-
e[4] &&
|
|
4330
|
+
e[4] && oi(e)
|
|
4329
4331
|
), q = (
|
|
4330
4332
|
/*invalidName*/
|
|
4331
|
-
e[5] &&
|
|
4333
|
+
e[5] && ai(e)
|
|
4332
4334
|
);
|
|
4333
|
-
function
|
|
4335
|
+
function Mt(d, y) {
|
|
4334
4336
|
return (
|
|
4335
4337
|
/*isPasswordVisible*/
|
|
4336
4338
|
d[25] ? uo : lo
|
|
4337
4339
|
);
|
|
4338
4340
|
}
|
|
4339
|
-
let qr =
|
|
4341
|
+
let qr = Mt(e), Se = qr(e), J = (
|
|
4340
4342
|
/*invalidPassword*/
|
|
4341
4343
|
e[6] && /*simplepasswordvalidation*/
|
|
4342
|
-
e[0] !== "true" &&
|
|
4344
|
+
e[0] !== "true" && li(e)
|
|
4343
4345
|
), Y = (
|
|
4344
4346
|
/*invalidPassword*/
|
|
4345
4347
|
e[6] && /*simplepasswordvalidation*/
|
|
4346
|
-
e[0] === "true" &&
|
|
4348
|
+
e[0] === "true" && ui(e)
|
|
4347
4349
|
);
|
|
4348
|
-
function
|
|
4350
|
+
function Rt(d, y) {
|
|
4349
4351
|
return (
|
|
4350
4352
|
/*isConfirmPasswordVisible*/
|
|
4351
4353
|
d[26] ? ho : co
|
|
4352
4354
|
);
|
|
4353
4355
|
}
|
|
4354
|
-
let Jr =
|
|
4356
|
+
let Jr = Rt(e), Pe = Jr(e), K = (
|
|
4355
4357
|
/*invalidConfirmPassword*/
|
|
4356
|
-
e[7] &&
|
|
4358
|
+
e[7] && ci(e)
|
|
4357
4359
|
), ee = (
|
|
4358
4360
|
/*invalidSecurityQuestion*/
|
|
4359
|
-
e[8] &&
|
|
4361
|
+
e[8] && hi(e)
|
|
4360
4362
|
), re = (
|
|
4361
4363
|
/*invalidSecurityAnswer*/
|
|
4362
|
-
e[9] &&
|
|
4364
|
+
e[9] && fi(e)
|
|
4363
4365
|
);
|
|
4364
4366
|
return {
|
|
4365
4367
|
c() {
|
|
4366
|
-
var d, y,
|
|
4367
|
-
r =
|
|
4368
|
+
var d, y, vr, _r, Sr, Pr, xr, Cr;
|
|
4369
|
+
r = w("div"), t = w("div"), i = w("h2"), s = H(n), a = I(), l = w("p"), c = H(h), f = I(), m = w("span"), b = H(g), v = I(), E = w("form"), A = w("div"), O = w("label"), R = H(M), ce = H(":"), G = w("span"), G.textContent = "*", ge = I(), U = w("input"), Ge = I(), W && W.c(), je = I(), k = w("div"), X = w("label"), pe = H(he), ne = H(":"), V = w("span"), V.textContent = "*", Te = I(), F = w("input"), He = I(), q && q.c(), be = I(), C = w("div"), we = w("label"), ve = H(Z), Lr = H(":"), Le = w("span"), Le.textContent = "*", Mr = I(), B = w("input"), dr = I(), Se.c(), mr = I(), J && J.c(), Ve = I(), Y && Y.c(), gr = I(), j = w("div"), Ce = w("label"), ze = H($e), Rr = H(":"), Be = w("span"), Be.textContent = "*", pr = I(), $ = w("input"), br = I(), Pe.c(), Qe = I(), K && K.c(), Ur = I(), _e = w("div"), Fe = w("label"), yr = H(Xe), kr = H(":"), Fr = I(), se = w("input"), Dr = I(), Gr = I(), fe = w("div"), Ie = w("label"), Er = H(We), jr = H(":"), qe = w("span"), qe.textContent = "*", Vr = I(), oe = w("input"), $r = I(), ee && ee.c(), zr = I(), de = w("div"), Ne = w("label"), wr = H(Ye), Qr = H(":"), Ke = w("span"), Ke.textContent = "*", Xr = I(), ae = w("input"), Zr = I(), re && re.c(), p = I(), N = w("button"), ut = H(le), o(i, "class", "RegisterFormTitle"), o(m, "class", "FormLoginCallToAction"), o(l, "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", Ae = "EmailContainer " + /*invalidEmail*/
|
|
4368
4370
|
(e[4] && !/*emailFocus*/
|
|
4369
4371
|
e[10] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4370
4372
|
(((d = e[17]) == null ? void 0 : d.indexOf("email")) >= 0 ? "Hidden" : "")), o(V, "class", "FormRequired"), o(X, "for", "UserName"), o(F, "type", "text"), o(F, "id", "UserName"), o(F, "autocomplete", xe = /*savecredentials*/
|
|
4371
4373
|
e[1] ? "username" : "off"), o(k, "class", Ee = "UserContainer " + /*invalidName*/
|
|
4372
4374
|
(e[5] && !/*usernameFocus*/
|
|
4373
4375
|
e[11] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4374
|
-
(((y = e[17]) == null ? void 0 : y.indexOf("username")) >= 0 ? "Hidden" : "")), o(Le, "class", "FormRequired"), o(
|
|
4376
|
+
(((y = e[17]) == null ? void 0 : y.indexOf("username")) >= 0 ? "Hidden" : "")), o(Le, "class", "FormRequired"), o(we, "for", "Password"), o(B, "name", "new-password"), o(B, "type", "password"), o(B, "id", "new-password"), o(B, "autocomplete", Me = /*savecredentials*/
|
|
4375
4377
|
e[1] ? "new-password" : "off"), o(B, "aria-describedby", "password-constraints"), o(C, "class", Re = "PasswordContainer " + /*invalidPassword*/
|
|
4376
4378
|
(e[6] && !/*passwordFocus*/
|
|
4377
4379
|
e[12] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4378
|
-
(((
|
|
4380
|
+
(((vr = e[17]) == null ? void 0 : vr.indexOf("password")) >= 0 ? "Hidden" : "")), C.hidden = Ue = /*disabledFieldsList*/
|
|
4379
4381
|
((_r = e[17]) == null ? void 0 : _r.indexOf("password")) >= 0, o(Be, "class", "FormRequired"), o(Ce, "for", "ConfirmPassword"), o($, "type", "password"), o($, "id", "ConfirmPassword"), o(j, "class", ke = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
|
|
4380
4382
|
(e[7] && !/*confirmPasswordFocus*/
|
|
4381
4383
|
e[13] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
@@ -4390,7 +4392,7 @@ function fo(e) {
|
|
|
4390
4392
|
e[29], o(E, "class", "RegisterFormContent");
|
|
4391
4393
|
},
|
|
4392
4394
|
m(d, y) {
|
|
4393
|
-
ue(d, r, y), u(r, t), u(t, i), u(i, s), u(t, a), u(t, l), u(l, c), u(l, f), u(l, m), u(m, b), u(r,
|
|
4395
|
+
ue(d, r, y), u(r, t), u(t, i), u(i, s), u(t, a), u(t, l), u(l, c), u(l, f), u(l, m), u(m, b), u(r, v), u(r, E), u(E, A), u(A, O), u(O, R), u(O, ce), u(O, G), u(A, ge), u(A, U), te(
|
|
4394
4396
|
U,
|
|
4395
4397
|
/*userEmail*/
|
|
4396
4398
|
e[19]
|
|
@@ -4398,7 +4400,7 @@ function fo(e) {
|
|
|
4398
4400
|
F,
|
|
4399
4401
|
/*userValue*/
|
|
4400
4402
|
e[18]
|
|
4401
|
-
), u(k, He), q && q.m(k, null), u(E, be), u(E, C), u(C,
|
|
4403
|
+
), u(k, He), q && q.m(k, null), u(E, be), u(E, C), u(C, we), u(we, ve), u(we, Lr), u(we, Le), u(C, Mr), u(C, B), te(
|
|
4402
4404
|
B,
|
|
4403
4405
|
/*userPassword*/
|
|
4404
4406
|
e[20]
|
|
@@ -4414,11 +4416,11 @@ function fo(e) {
|
|
|
4414
4416
|
oe,
|
|
4415
4417
|
/*securityQuestion*/
|
|
4416
4418
|
e[22]
|
|
4417
|
-
), u(fe, $r), ee && ee.m(fe, null), u(E, zr), u(E, de), u(de, Ne), u(Ne,
|
|
4419
|
+
), u(fe, $r), ee && ee.m(fe, null), u(E, zr), u(E, de), u(de, Ne), u(Ne, wr), u(Ne, Qr), u(Ne, Ke), u(de, Xr), u(de, ae), te(
|
|
4418
4420
|
ae,
|
|
4419
4421
|
/*securityAnswer*/
|
|
4420
4422
|
e[23]
|
|
4421
|
-
), u(de, Zr), re && re.m(de, null), u(E, p), u(E, N), u(N, ut), e[79](r), ct || (
|
|
4423
|
+
), u(de, Zr), re && re.m(de, null), u(E, p), u(E, N), u(N, ut), e[79](r), ct || (Lt = [
|
|
4422
4424
|
x(
|
|
4423
4425
|
m,
|
|
4424
4426
|
"click",
|
|
@@ -4602,7 +4604,7 @@ function fo(e) {
|
|
|
4602
4604
|
], ct = !0);
|
|
4603
4605
|
},
|
|
4604
4606
|
p(d, y) {
|
|
4605
|
-
var
|
|
4607
|
+
var vr, _r, Sr, Pr, xr, Cr, Ut, kt;
|
|
4606
4608
|
y[0] & /*$_*/
|
|
4607
4609
|
1073741824 && n !== (n = /*$_*/
|
|
4608
4610
|
d[30]("registerTitle") + "") && D(s, n), y[0] & /*$_*/
|
|
@@ -4618,11 +4620,11 @@ function fo(e) {
|
|
|
4618
4620
|
/*userEmail*/
|
|
4619
4621
|
d[19]
|
|
4620
4622
|
), /*invalidEmail*/
|
|
4621
|
-
d[4] ? W ? W.p(d, y) : (W =
|
|
4623
|
+
d[4] ? W ? W.p(d, y) : (W = oi(d), W.c(), W.m(A, null)) : W && (W.d(1), W = null), y[0] & /*invalidEmail, emailFocus, disabledFieldsList*/
|
|
4622
4624
|
132112 && Ae !== (Ae = "EmailContainer " + /*invalidEmail*/
|
|
4623
4625
|
(d[4] && !/*emailFocus*/
|
|
4624
4626
|
d[10] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4625
|
-
(((
|
|
4627
|
+
(((vr = d[17]) == null ? void 0 : vr.indexOf("email")) >= 0 ? "Hidden" : "")) && o(A, "class", Ae), y[0] & /*$_*/
|
|
4626
4628
|
1073741824 && he !== (he = /*$_*/
|
|
4627
4629
|
d[30]("registerUsername") + "") && D(pe, he), y[0] & /*savecredentials*/
|
|
4628
4630
|
2 && xe !== (xe = /*savecredentials*/
|
|
@@ -4633,13 +4635,13 @@ function fo(e) {
|
|
|
4633
4635
|
/*userValue*/
|
|
4634
4636
|
d[18]
|
|
4635
4637
|
), /*invalidName*/
|
|
4636
|
-
d[5] ? q ? q.p(d, y) : (q =
|
|
4638
|
+
d[5] ? q ? q.p(d, y) : (q = ai(d), q.c(), q.m(k, null)) : q && (q.d(1), q = null), y[0] & /*invalidName, usernameFocus, disabledFieldsList*/
|
|
4637
4639
|
133152 && Ee !== (Ee = "UserContainer " + /*invalidName*/
|
|
4638
4640
|
(d[5] && !/*usernameFocus*/
|
|
4639
4641
|
d[11] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4640
4642
|
(((_r = d[17]) == null ? void 0 : _r.indexOf("username")) >= 0 ? "Hidden" : "")) && o(k, "class", Ee), y[0] & /*$_*/
|
|
4641
4643
|
1073741824 && Z !== (Z = /*$_*/
|
|
4642
|
-
d[30]("registerPassword") + "") && D(
|
|
4644
|
+
d[30]("registerPassword") + "") && D(ve, Z), y[0] & /*savecredentials*/
|
|
4643
4645
|
2 && Me !== (Me = /*savecredentials*/
|
|
4644
4646
|
d[1] ? "new-password" : "off") && o(B, "autocomplete", Me), y[0] & /*userPassword*/
|
|
4645
4647
|
1048576 && B.value !== /*userPassword*/
|
|
@@ -4647,11 +4649,11 @@ function fo(e) {
|
|
|
4647
4649
|
B,
|
|
4648
4650
|
/*userPassword*/
|
|
4649
4651
|
d[20]
|
|
4650
|
-
), qr === (qr =
|
|
4652
|
+
), qr === (qr = Mt(d)) && Se ? Se.p(d, y) : (Se.d(1), Se = qr(d), Se && (Se.c(), Se.m(C, mr))), /*invalidPassword*/
|
|
4651
4653
|
d[6] && /*simplepasswordvalidation*/
|
|
4652
|
-
d[0] !== "true" ? J ? J.p(d, y) : (J =
|
|
4654
|
+
d[0] !== "true" ? J ? J.p(d, y) : (J = li(d), J.c(), J.m(C, Ve)) : J && (J.d(1), J = null), /*invalidPassword*/
|
|
4653
4655
|
d[6] && /*simplepasswordvalidation*/
|
|
4654
|
-
d[0] === "true" ? Y ? Y.p(d, y) : (Y =
|
|
4656
|
+
d[0] === "true" ? Y ? Y.p(d, y) : (Y = ui(d), Y.c(), Y.m(C, null)) : Y && (Y.d(1), Y = null), y[0] & /*invalidPassword, passwordFocus, disabledFieldsList*/
|
|
4655
4657
|
135232 && Re !== (Re = "PasswordContainer " + /*invalidPassword*/
|
|
4656
4658
|
(d[6] && !/*passwordFocus*/
|
|
4657
4659
|
d[12] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
@@ -4665,8 +4667,8 @@ function fo(e) {
|
|
|
4665
4667
|
$,
|
|
4666
4668
|
/*confirmUserPassword*/
|
|
4667
4669
|
d[21]
|
|
4668
|
-
), Jr === (Jr =
|
|
4669
|
-
d[7] ? K ? K.p(d, y) : (K =
|
|
4670
|
+
), Jr === (Jr = Rt(d)) && Pe ? Pe.p(d, y) : (Pe.d(1), Pe = Jr(d), Pe && (Pe.c(), Pe.m(j, Qe))), /*invalidConfirmPassword*/
|
|
4671
|
+
d[7] ? K ? K.p(d, y) : (K = ci(d), K.c(), K.m(j, null)) : K && (K.d(1), K = null), y[0] & /*invalidConfirmPassword, confirmPasswordFocus, disabledFieldsList*/
|
|
4670
4672
|
139392 && ke !== (ke = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
|
|
4671
4673
|
(d[7] && !/*confirmPasswordFocus*/
|
|
4672
4674
|
d[13] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
@@ -4695,11 +4697,11 @@ function fo(e) {
|
|
|
4695
4697
|
/*securityQuestion*/
|
|
4696
4698
|
d[22]
|
|
4697
4699
|
), /*invalidSecurityQuestion*/
|
|
4698
|
-
d[8] ? ee ? ee.p(d, y) : (ee =
|
|
4700
|
+
d[8] ? ee ? ee.p(d, y) : (ee = hi(d), ee.c(), ee.m(fe, null)) : ee && (ee.d(1), ee = null), y[0] & /*invalidSecurityQuestion, securityQFocus, disabledFieldsList*/
|
|
4699
4701
|
147712 && Je !== (Je = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
|
|
4700
4702
|
(d[8] && !/*securityQFocus*/
|
|
4701
4703
|
d[14] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4702
|
-
(((
|
|
4704
|
+
(((Ut = d[17]) == null ? void 0 : Ut.indexOf("securityQuestion")) >= 0 ? "Hidden" : "")) && o(fe, "class", Je), y[0] & /*custominputtextswitch, $_*/
|
|
4703
4705
|
1073741828 && Ye !== (Ye = /*custominputtextswitch*/
|
|
4704
4706
|
(d[2] == "true" ? (
|
|
4705
4707
|
/*$_*/
|
|
@@ -4707,18 +4709,18 @@ function fo(e) {
|
|
|
4707
4709
|
) : (
|
|
4708
4710
|
/*$_*/
|
|
4709
4711
|
d[30]("registerSecurityAnswer")
|
|
4710
|
-
)) + "") && D(
|
|
4712
|
+
)) + "") && D(wr, Ye), y[0] & /*securityAnswer*/
|
|
4711
4713
|
8388608 && ae.value !== /*securityAnswer*/
|
|
4712
4714
|
d[23] && te(
|
|
4713
4715
|
ae,
|
|
4714
4716
|
/*securityAnswer*/
|
|
4715
4717
|
d[23]
|
|
4716
4718
|
), /*invalidSecurityAnswer*/
|
|
4717
|
-
d[9] ? re ? re.p(d, y) : (re =
|
|
4719
|
+
d[9] ? re ? re.p(d, y) : (re = fi(d), re.c(), re.m(de, null)) : re && (re.d(1), re = null), y[0] & /*invalidSecurityAnswer, securityAFocus, disabledFieldsList*/
|
|
4718
4720
|
164352 && er !== (er = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
|
|
4719
4721
|
(d[9] && !/*securityAFocus*/
|
|
4720
4722
|
d[15] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4721
|
-
(((
|
|
4723
|
+
(((kt = d[17]) == null ? void 0 : kt.indexOf("securityAnswer")) >= 0 ? "Hidden" : "")) && o(de, "class", er), y[0] & /*$_*/
|
|
4722
4724
|
1073741824 && le !== (le = /*$_*/
|
|
4723
4725
|
d[30]("registerNext") + "") && D(ut, le), y[0] & /*isValid*/
|
|
4724
4726
|
536870912 && Wr !== (Wr = !/*isValid*/
|
|
@@ -4727,14 +4729,14 @@ function fo(e) {
|
|
|
4727
4729
|
i: Q,
|
|
4728
4730
|
o: Q,
|
|
4729
4731
|
d(d) {
|
|
4730
|
-
d && ie(r), W && W.d(), q && q.d(), e[60](null), Se.d(), J && J.d(), Y && Y.d(), e[66](null), Pe.d(), K && K.d(), ee && ee.d(), re && re.d(), e[79](null), ct = !1, ur(
|
|
4732
|
+
d && ie(r), W && W.d(), q && q.d(), e[60](null), Se.d(), J && J.d(), Y && Y.d(), e[66](null), Pe.d(), K && K.d(), ee && ee.d(), re && re.d(), e[79](null), ct = !1, ur(Lt);
|
|
4731
4733
|
}
|
|
4732
4734
|
};
|
|
4733
4735
|
}
|
|
4734
4736
|
function mo(e, r, t) {
|
|
4735
4737
|
let i;
|
|
4736
|
-
|
|
4737
|
-
let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: a = "false" } = r, { mbsource: l } = r, { clientstyling: h = "" } = r, { clientstylingurl: c = "" } = r, { translationurl: f = "" } = r, { savecredentials: m = "" } = r, { custominputtextswitch: g = "false" } = r, b = !1,
|
|
4738
|
+
Xi(e, to, (p) => t(30, i = p));
|
|
4739
|
+
let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: a = "false" } = r, { mbsource: l } = r, { clientstyling: h = "" } = r, { clientstylingurl: c = "" } = r, { translationurl: f = "" } = r, { savecredentials: m = "" } = r, { custominputtextswitch: g = "false" } = r, b = !1, v = !1, E = !1, A = !1, O = !1, M = !1, R = !1, ce = !1, G = !1, ge = !1, U = !1, Ge = !1, Ae = !1, je, k = "", X = "", he = "", pe = "", ne = "", V = "", Te = "", F = !1, xe = !1, He, Ee, be = {}, C = {
|
|
4738
4740
|
username: !1,
|
|
4739
4741
|
email: !1,
|
|
4740
4742
|
password: !1,
|
|
@@ -4742,7 +4744,7 @@ function mo(e, r, t) {
|
|
|
4742
4744
|
securityAnswer: !1,
|
|
4743
4745
|
securityQuestion: !1,
|
|
4744
4746
|
promoCode: !0
|
|
4745
|
-
},
|
|
4747
|
+
}, we = !1, Z, ve = {
|
|
4746
4748
|
user: /^(?!(?:.*\d){9})(?=(?:.*[a-zA-Z]){4})^[a-zA-Z\d]*$/,
|
|
4747
4749
|
email: /^[^<>()*{}=/|?`~[\]\\,;:\%#^\s@\"$&!@]+@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z0-9]+\.)+[a-zA-Z]{2,}))$/i,
|
|
4748
4750
|
password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/,
|
|
@@ -4751,14 +4753,14 @@ function mo(e, r, t) {
|
|
|
4751
4753
|
const Lr = () => {
|
|
4752
4754
|
fetch(f).then((N) => N.json()).then((N) => {
|
|
4753
4755
|
Object.keys(N).forEach((le) => {
|
|
4754
|
-
|
|
4756
|
+
ni(le, N[le]);
|
|
4755
4757
|
});
|
|
4756
4758
|
}).catch((N) => {
|
|
4757
4759
|
console.log(N);
|
|
4758
4760
|
});
|
|
4759
4761
|
};
|
|
4760
|
-
Object.keys(
|
|
4761
|
-
|
|
4762
|
+
Object.keys(si).forEach((p) => {
|
|
4763
|
+
ni(p, si[p]);
|
|
4762
4764
|
});
|
|
4763
4765
|
const Le = () => {
|
|
4764
4766
|
window.postMessage({ type: "ToLogin" }, window.location.href);
|
|
@@ -4788,13 +4790,13 @@ function mo(e, r, t) {
|
|
|
4788
4790
|
break;
|
|
4789
4791
|
}
|
|
4790
4792
|
}, B = () => {
|
|
4791
|
-
t(29,
|
|
4793
|
+
t(29, we = Object.keys(C).every((p) => s.includes(p) ? !0 : C[p] !== !1));
|
|
4792
4794
|
}, Me = () => {
|
|
4793
|
-
be.email = X,
|
|
4795
|
+
be.email = X, ve.email.test(X) && X.length <= 100 ? t(4, b = !1) : t(4, b = !0), C.email = !b, B();
|
|
4794
4796
|
}, dr = () => {
|
|
4795
|
-
be.username = k,
|
|
4797
|
+
be.username = k, ve.user.test(k) && k.length <= 20 ? t(5, v = !1) : t(5, v = !0), C.username = !v, B();
|
|
4796
4798
|
}, mr = () => {
|
|
4797
|
-
a == "true" && (
|
|
4799
|
+
a == "true" && (ve.password = /^(?!.* ).{8,20}$/);
|
|
4798
4800
|
}, Ve = () => {
|
|
4799
4801
|
t(25, F = !0), j();
|
|
4800
4802
|
}, Re = () => {
|
|
@@ -4807,7 +4809,7 @@ function mo(e, r, t) {
|
|
|
4807
4809
|
t(27, He.type = F ? "text" : "password", He);
|
|
4808
4810
|
}, Ce = () => {
|
|
4809
4811
|
t(28, Ee.type = xe ? "text" : "password", Ee);
|
|
4810
|
-
}, $e = () => !!
|
|
4812
|
+
}, $e = () => !!ve.password.test(he), ze = () => {
|
|
4811
4813
|
be.password = he, t(6, E = !$e()), pe.length !== 0 && Be(), C.password = !E, B();
|
|
4812
4814
|
}, Rr = () => he === pe, Be = () => {
|
|
4813
4815
|
be.confirmUserPassword = pe, t(7, A = !Rr()), C.confirmUserPassword = !A, B();
|
|
@@ -4817,7 +4819,7 @@ function mo(e, r, t) {
|
|
|
4817
4819
|
if (be.securityQuestion = ne, ne)
|
|
4818
4820
|
switch (g) {
|
|
4819
4821
|
case "true":
|
|
4820
|
-
if (
|
|
4822
|
+
if (ve.document.test(ne) && ne.length <= 50) {
|
|
4821
4823
|
t(8, O = !1), C.securityQuestion = !O, B();
|
|
4822
4824
|
return;
|
|
4823
4825
|
}
|
|
@@ -4834,7 +4836,7 @@ function mo(e, r, t) {
|
|
|
4834
4836
|
if (be.securityAnswer = V, V)
|
|
4835
4837
|
switch (g) {
|
|
4836
4838
|
case "true":
|
|
4837
|
-
if (
|
|
4839
|
+
if (ve.document.test(V) && V.length <= 50) {
|
|
4838
4840
|
t(9, M = !1), C.securityAnswer = !M, B();
|
|
4839
4841
|
return;
|
|
4840
4842
|
}
|
|
@@ -4862,7 +4864,7 @@ function mo(e, r, t) {
|
|
|
4862
4864
|
const N = p.data.userData;
|
|
4863
4865
|
for (const le in N)
|
|
4864
4866
|
Mr(le, N[le]);
|
|
4865
|
-
t(29,
|
|
4867
|
+
t(29, we = Object.keys(C).every((le) => s.includes(le) ? !0 : C[le] !== !1));
|
|
4866
4868
|
break;
|
|
4867
4869
|
}
|
|
4868
4870
|
}, Ur = () => {
|
|
@@ -4870,7 +4872,7 @@ function mo(e, r, t) {
|
|
|
4870
4872
|
}, _e = () => {
|
|
4871
4873
|
io(n);
|
|
4872
4874
|
};
|
|
4873
|
-
|
|
4875
|
+
en(() => (window.addEventListener("message", ke, !1), () => {
|
|
4874
4876
|
window.removeEventListener("message", ke);
|
|
4875
4877
|
}));
|
|
4876
4878
|
const Fe = () => Le();
|
|
@@ -4909,7 +4911,7 @@ function mo(e, r, t) {
|
|
|
4909
4911
|
function Ye() {
|
|
4910
4912
|
ne = this.value, t(22, ne);
|
|
4911
4913
|
}
|
|
4912
|
-
const
|
|
4914
|
+
const wr = () => t(14, U = !0), Qr = () => t(14, U = !1);
|
|
4913
4915
|
function Ke() {
|
|
4914
4916
|
V = this.value, t(23, V);
|
|
4915
4917
|
}
|
|
@@ -4939,7 +4941,7 @@ function mo(e, r, t) {
|
|
|
4939
4941
|
g,
|
|
4940
4942
|
Z,
|
|
4941
4943
|
b,
|
|
4942
|
-
|
|
4944
|
+
v,
|
|
4943
4945
|
E,
|
|
4944
4946
|
A,
|
|
4945
4947
|
O,
|
|
@@ -4963,7 +4965,7 @@ function mo(e, r, t) {
|
|
|
4963
4965
|
xe,
|
|
4964
4966
|
He,
|
|
4965
4967
|
Ee,
|
|
4966
|
-
|
|
4968
|
+
we,
|
|
4967
4969
|
i,
|
|
4968
4970
|
Le,
|
|
4969
4971
|
Me,
|
|
@@ -5007,7 +5009,7 @@ function mo(e, r, t) {
|
|
|
5007
5009
|
de,
|
|
5008
5010
|
Ne,
|
|
5009
5011
|
Ye,
|
|
5010
|
-
|
|
5012
|
+
wr,
|
|
5011
5013
|
Qr,
|
|
5012
5014
|
Ke,
|
|
5013
5015
|
Xr,
|
|
@@ -5016,14 +5018,14 @@ function mo(e, r, t) {
|
|
|
5016
5018
|
er
|
|
5017
5019
|
];
|
|
5018
5020
|
}
|
|
5019
|
-
class go extends
|
|
5021
|
+
class go extends dn {
|
|
5020
5022
|
constructor(r) {
|
|
5021
|
-
super(),
|
|
5023
|
+
super(), hn(
|
|
5022
5024
|
this,
|
|
5023
5025
|
r,
|
|
5024
5026
|
mo,
|
|
5025
5027
|
fo,
|
|
5026
|
-
|
|
5028
|
+
mi,
|
|
5027
5029
|
{
|
|
5028
5030
|
lang: 44,
|
|
5029
5031
|
disabledfields: 45,
|
|
@@ -5094,7 +5096,7 @@ class go extends mn {
|
|
|
5094
5096
|
this.$$set({ custominputtextswitch: r }), ye();
|
|
5095
5097
|
}
|
|
5096
5098
|
}
|
|
5097
|
-
|
|
5099
|
+
fn(go, { lang: {}, disabledfields: {}, simplepasswordvalidation: {}, mbsource: {}, clientstyling: {}, clientstylingurl: {}, translationurl: {}, savecredentials: {}, custominputtextswitch: {} }, [], [], !0);
|
|
5098
5100
|
export {
|
|
5099
5101
|
go as default
|
|
5100
5102
|
};
|