@everymatrix/general-player-register-form-step1 1.54.8 → 1.54.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/{GeneralPlayerRegisterFormStep1-BEXH8-Ge.js → GeneralPlayerRegisterFormStep1-CYDwnQuK.js} +248 -248
- package/components/{GeneralPlayerRegisterFormStep1-Ce9nIduD.js → GeneralPlayerRegisterFormStep1-CZYzQF86.js} +256 -256
- package/components/{GeneralPlayerRegisterFormStep1-CrPVr-8G.cjs → GeneralPlayerRegisterFormStep1-oZDxbUpk.cjs} +2 -2
- 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 +2 -2
|
@@ -77,7 +77,7 @@ function H() {
|
|
|
77
77
|
function x(e, r, t, i) {
|
|
78
78
|
return e.addEventListener(r, t, i), () => e.removeEventListener(r, t, i);
|
|
79
79
|
}
|
|
80
|
-
function
|
|
80
|
+
function o(e, r, t) {
|
|
81
81
|
t == null ? e.removeAttribute(r) : e.getAttribute(r) !== t && e.setAttribute(r, t);
|
|
82
82
|
}
|
|
83
83
|
function Bi(e) {
|
|
@@ -175,7 +175,7 @@ function ji(e, r) {
|
|
|
175
175
|
function Vi(e, r) {
|
|
176
176
|
e.$$.dirty[0] === -1 && (ir.push(e), Ri(), e.$$.dirty.fill(0)), e.$$.dirty[r / 31 | 0] |= 1 << r % 31;
|
|
177
177
|
}
|
|
178
|
-
function $i(e, r, t, i, n, s, u = null,
|
|
178
|
+
function $i(e, r, t, i, n, s, u = null, a = [-1]) {
|
|
179
179
|
const f = Cr;
|
|
180
180
|
Sr(e);
|
|
181
181
|
const c = e.$$ = {
|
|
@@ -195,15 +195,15 @@ function $i(e, r, t, i, n, s, u = null, o = [-1]) {
|
|
|
195
195
|
context: new Map(r.context || (f ? f.$$.context : [])),
|
|
196
196
|
// everything else
|
|
197
197
|
callbacks: Tt(),
|
|
198
|
-
dirty:
|
|
198
|
+
dirty: a,
|
|
199
199
|
skip_bound: !1,
|
|
200
200
|
root: r.target || f.$$.root
|
|
201
201
|
};
|
|
202
202
|
u && u(c.root);
|
|
203
203
|
let h = !1;
|
|
204
204
|
if (c.ctx = t ? t(e, r.props || {}, (m, g, ...b) => {
|
|
205
|
-
const
|
|
206
|
-
return c.ctx && n(c.ctx[m], c.ctx[m] =
|
|
205
|
+
const _ = b.length ? b[0] : g;
|
|
206
|
+
return c.ctx && n(c.ctx[m], c.ctx[m] = _) && (!c.skip_bound && c.bound[m] && c.bound[m](_), h && Vi(e, m)), g;
|
|
207
207
|
}) : [], c.update(), h = !0, ur(c.before_update), c.fragment = i ? i(c.ctx) : !1, r.target) {
|
|
208
208
|
if (r.hydrate) {
|
|
209
209
|
const m = Bi(r.target);
|
|
@@ -257,7 +257,7 @@ typeof HTMLElement == "function" && (ri = class extends HTMLElement {
|
|
|
257
257
|
let s;
|
|
258
258
|
return {
|
|
259
259
|
c: function() {
|
|
260
|
-
s = E("slot"), n !== "default" &&
|
|
260
|
+
s = E("slot"), n !== "default" && o(s, "name", n);
|
|
261
261
|
},
|
|
262
262
|
/**
|
|
263
263
|
* @param {HTMLElement} target
|
|
@@ -368,23 +368,23 @@ function Qi(e, r, t, i, n, s) {
|
|
|
368
368
|
}
|
|
369
369
|
static get observedAttributes() {
|
|
370
370
|
return Object.keys(r).map(
|
|
371
|
-
(
|
|
371
|
+
(a) => (r[a].attribute || a).toLowerCase()
|
|
372
372
|
);
|
|
373
373
|
}
|
|
374
374
|
};
|
|
375
|
-
return Object.keys(r).forEach((
|
|
376
|
-
Object.defineProperty(u.prototype,
|
|
375
|
+
return Object.keys(r).forEach((a) => {
|
|
376
|
+
Object.defineProperty(u.prototype, a, {
|
|
377
377
|
get() {
|
|
378
|
-
return this.$$c &&
|
|
378
|
+
return this.$$c && a in this.$$c ? this.$$c[a] : this.$$d[a];
|
|
379
379
|
},
|
|
380
380
|
set(f) {
|
|
381
|
-
f = Xr(
|
|
381
|
+
f = Xr(a, f, r), this.$$d[a] = f, this.$$c?.$set({ [a]: f });
|
|
382
382
|
}
|
|
383
383
|
});
|
|
384
|
-
}), i.forEach((
|
|
385
|
-
Object.defineProperty(u.prototype,
|
|
384
|
+
}), i.forEach((a) => {
|
|
385
|
+
Object.defineProperty(u.prototype, a, {
|
|
386
386
|
get() {
|
|
387
|
-
return this.$$c?.[
|
|
387
|
+
return this.$$c?.[a];
|
|
388
388
|
}
|
|
389
389
|
});
|
|
390
390
|
}), e.element = /** @type {any} */
|
|
@@ -445,8 +445,8 @@ function Zi(e, r) {
|
|
|
445
445
|
function Yr(e, r = X) {
|
|
446
446
|
let t;
|
|
447
447
|
const i = /* @__PURE__ */ new Set();
|
|
448
|
-
function n(
|
|
449
|
-
if (Kt(e,
|
|
448
|
+
function n(a) {
|
|
449
|
+
if (Kt(e, a) && (e = a, t)) {
|
|
450
450
|
const f = !tr.length;
|
|
451
451
|
for (const c of i)
|
|
452
452
|
c[1](), tr.push(c, e);
|
|
@@ -457,12 +457,12 @@ function Yr(e, r = X) {
|
|
|
457
457
|
}
|
|
458
458
|
}
|
|
459
459
|
}
|
|
460
|
-
function s(
|
|
461
|
-
n(
|
|
460
|
+
function s(a) {
|
|
461
|
+
n(a(e));
|
|
462
462
|
}
|
|
463
|
-
function u(
|
|
464
|
-
const c = [
|
|
465
|
-
return i.add(c), i.size === 1 && (t = r(n, s) || X),
|
|
463
|
+
function u(a, f = X) {
|
|
464
|
+
const c = [a, f];
|
|
465
|
+
return i.add(c), i.size === 1 && (t = r(n, s) || X), a(e), () => {
|
|
466
466
|
i.delete(c), i.size === 0 && t && (t(), t = null);
|
|
467
467
|
};
|
|
468
468
|
}
|
|
@@ -473,7 +473,7 @@ function cr(e, r, t) {
|
|
|
473
473
|
if (!n.every(Boolean))
|
|
474
474
|
throw new Error("derived() expects stores as input, got a falsy value");
|
|
475
475
|
const s = r.length < 2;
|
|
476
|
-
return Zi(t, (u,
|
|
476
|
+
return Zi(t, (u, a) => {
|
|
477
477
|
let f = !1;
|
|
478
478
|
const c = [];
|
|
479
479
|
let h = 0, m = X;
|
|
@@ -481,11 +481,11 @@ function cr(e, r, t) {
|
|
|
481
481
|
if (h)
|
|
482
482
|
return;
|
|
483
483
|
m();
|
|
484
|
-
const
|
|
485
|
-
s ? u(
|
|
484
|
+
const _ = r(i ? c[0] : c, u, a);
|
|
485
|
+
s ? u(_) : m = wt(_) ? _ : X;
|
|
486
486
|
}, b = n.map(
|
|
487
|
-
(
|
|
488
|
-
|
|
487
|
+
(_, y) => ei(
|
|
488
|
+
_,
|
|
489
489
|
(w) => {
|
|
490
490
|
c[y] = w, h &= ~(1 << y), f && g();
|
|
491
491
|
},
|
|
@@ -533,13 +533,13 @@ function sn(e, r) {
|
|
|
533
533
|
var t = r.customMerge(e);
|
|
534
534
|
return typeof t == "function" ? t : sr;
|
|
535
535
|
}
|
|
536
|
-
function
|
|
536
|
+
function on(e) {
|
|
537
537
|
return Object.getOwnPropertySymbols ? Object.getOwnPropertySymbols(e).filter(function(r) {
|
|
538
538
|
return Object.propertyIsEnumerable.call(e, r);
|
|
539
539
|
}) : [];
|
|
540
540
|
}
|
|
541
541
|
function It(e) {
|
|
542
|
-
return Object.keys(e).concat(
|
|
542
|
+
return Object.keys(e).concat(on(e));
|
|
543
543
|
}
|
|
544
544
|
function ti(e, r) {
|
|
545
545
|
try {
|
|
@@ -548,7 +548,7 @@ function ti(e, r) {
|
|
|
548
548
|
return !1;
|
|
549
549
|
}
|
|
550
550
|
}
|
|
551
|
-
function
|
|
551
|
+
function an(e, r) {
|
|
552
552
|
return ti(e, r) && !(Object.hasOwnProperty.call(e, r) && Object.propertyIsEnumerable.call(e, r));
|
|
553
553
|
}
|
|
554
554
|
function ln(e, r, t) {
|
|
@@ -556,7 +556,7 @@ function ln(e, r, t) {
|
|
|
556
556
|
return t.isMergeableObject(e) && It(e).forEach(function(n) {
|
|
557
557
|
i[n] = xr(e[n], t);
|
|
558
558
|
}), It(r).forEach(function(n) {
|
|
559
|
-
|
|
559
|
+
an(e, n) || (ti(e, n) && t.isMergeableObject(r[n]) ? i[n] = sn(n, t)(e[n], r[n], t) : i[n] = xr(r[n], t));
|
|
560
560
|
}), i;
|
|
561
561
|
}
|
|
562
562
|
function sr(e, r, t) {
|
|
@@ -611,7 +611,7 @@ function st(e, r, t) {
|
|
|
611
611
|
(s || !(i in r)) && (s || (s = Array.prototype.slice.call(r, 0, i)), s[i] = r[i]);
|
|
612
612
|
return e.concat(s || Array.prototype.slice.call(r));
|
|
613
613
|
}
|
|
614
|
-
function
|
|
614
|
+
function ot(e, r) {
|
|
615
615
|
var t = r && r.cache ? r.cache : En, i = r && r.serializer ? r.serializer : bn, n = r && r.strategy ? r.strategy : gn;
|
|
616
616
|
return n(e, {
|
|
617
617
|
cache: t,
|
|
@@ -657,7 +657,7 @@ var bn = function() {
|
|
|
657
657
|
create: function() {
|
|
658
658
|
return new yn();
|
|
659
659
|
}
|
|
660
|
-
},
|
|
660
|
+
}, at = {
|
|
661
661
|
variadic: pn
|
|
662
662
|
}, P;
|
|
663
663
|
(function(e) {
|
|
@@ -667,23 +667,23 @@ var N;
|
|
|
667
667
|
(function(e) {
|
|
668
668
|
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";
|
|
669
669
|
})(N || (N = {}));
|
|
670
|
-
var
|
|
670
|
+
var or;
|
|
671
671
|
(function(e) {
|
|
672
672
|
e[e.number = 0] = "number", e[e.dateTime = 1] = "dateTime";
|
|
673
|
-
})(
|
|
673
|
+
})(or || (or = {}));
|
|
674
674
|
function Bt(e) {
|
|
675
675
|
return e.type === N.literal;
|
|
676
676
|
}
|
|
677
|
-
function
|
|
677
|
+
function vn(e) {
|
|
678
678
|
return e.type === N.argument;
|
|
679
679
|
}
|
|
680
680
|
function si(e) {
|
|
681
681
|
return e.type === N.number;
|
|
682
682
|
}
|
|
683
|
-
function
|
|
683
|
+
function oi(e) {
|
|
684
684
|
return e.type === N.date;
|
|
685
685
|
}
|
|
686
|
-
function
|
|
686
|
+
function ai(e) {
|
|
687
687
|
return e.type === N.time;
|
|
688
688
|
}
|
|
689
689
|
function li(e) {
|
|
@@ -692,17 +692,17 @@ function li(e) {
|
|
|
692
692
|
function ui(e) {
|
|
693
693
|
return e.type === N.plural;
|
|
694
694
|
}
|
|
695
|
-
function
|
|
695
|
+
function _n(e) {
|
|
696
696
|
return e.type === N.pound;
|
|
697
697
|
}
|
|
698
698
|
function ci(e) {
|
|
699
699
|
return e.type === N.tag;
|
|
700
700
|
}
|
|
701
701
|
function hi(e) {
|
|
702
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
702
|
+
return !!(e && typeof e == "object" && e.type === or.number);
|
|
703
703
|
}
|
|
704
704
|
function mt(e) {
|
|
705
|
-
return !!(e && typeof e == "object" && e.type ===
|
|
705
|
+
return !!(e && typeof e == "object" && e.type === or.dateTime);
|
|
706
706
|
}
|
|
707
707
|
var fi = /[ \xA0\u1680\u2000-\u200A\u202F\u205F\u3000]/, wn = /(?:[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;
|
|
708
708
|
function Sn(e) {
|
|
@@ -806,12 +806,12 @@ function Cn(e) {
|
|
|
806
806
|
var s = n[i], u = s.split("/");
|
|
807
807
|
if (u.length === 0)
|
|
808
808
|
throw new Error("Invalid number skeleton");
|
|
809
|
-
for (var
|
|
809
|
+
for (var a = u[0], f = u.slice(1), c = 0, h = f; c < h.length; c++) {
|
|
810
810
|
var m = h[c];
|
|
811
811
|
if (m.length === 0)
|
|
812
812
|
throw new Error("Invalid number skeleton");
|
|
813
813
|
}
|
|
814
|
-
t.push({ stem:
|
|
814
|
+
t.push({ stem: a, options: f });
|
|
815
815
|
}
|
|
816
816
|
return t;
|
|
817
817
|
}
|
|
@@ -1002,8 +1002,8 @@ function Hn(e) {
|
|
|
1002
1002
|
}
|
|
1003
1003
|
var u = gi(n.stem);
|
|
1004
1004
|
u && (r = A(A({}, r), u));
|
|
1005
|
-
var
|
|
1006
|
-
|
|
1005
|
+
var a = Tn(n.stem);
|
|
1006
|
+
a && (r = A(A({}, r), a));
|
|
1007
1007
|
}
|
|
1008
1008
|
return r;
|
|
1009
1009
|
}
|
|
@@ -2428,8 +2428,8 @@ function In(e, r) {
|
|
|
2428
2428
|
if (n === "j") {
|
|
2429
2429
|
for (var s = 0; i + 1 < e.length && e.charAt(i + 1) === n; )
|
|
2430
2430
|
s++, i++;
|
|
2431
|
-
var u = 1 + (s & 1),
|
|
2432
|
-
for ((c == "H" || c == "k") && (
|
|
2431
|
+
var u = 1 + (s & 1), a = s < 2 ? 1 : 3 + (s >> 1), f = "a", c = Bn(r);
|
|
2432
|
+
for ((c == "H" || c == "k") && (a = 0); a-- > 0; )
|
|
2433
2433
|
t += f;
|
|
2434
2434
|
for (; u-- > 0; )
|
|
2435
2435
|
t = c + t;
|
|
@@ -2500,8 +2500,8 @@ var Mt = Ln ? (
|
|
|
2500
2500
|
// Ponyfill
|
|
2501
2501
|
function(r) {
|
|
2502
2502
|
for (var t = {}, i = 0, n = r; i < n.length; i++) {
|
|
2503
|
-
var s = n[i], u = s[0],
|
|
2504
|
-
t[u] =
|
|
2503
|
+
var s = n[i], u = s[0], a = s[1];
|
|
2504
|
+
t[u] = a;
|
|
2505
2505
|
}
|
|
2506
2506
|
return t;
|
|
2507
2507
|
}
|
|
@@ -2585,10 +2585,10 @@ var Qn = (
|
|
|
2585
2585
|
if (s === 125 && r > 0)
|
|
2586
2586
|
break;
|
|
2587
2587
|
if (s === 35 && (t === "plural" || t === "selectordinal")) {
|
|
2588
|
-
var
|
|
2588
|
+
var a = this.clonePosition();
|
|
2589
2589
|
this.bump(), n.push({
|
|
2590
2590
|
type: N.pound,
|
|
2591
|
-
location: C(
|
|
2591
|
+
location: C(a, this.clonePosition())
|
|
2592
2592
|
});
|
|
2593
2593
|
} else if (s === 60 && !this.ignoreTag && this.peek() === 47) {
|
|
2594
2594
|
if (i)
|
|
@@ -2625,10 +2625,10 @@ var Qn = (
|
|
|
2625
2625
|
var s = this.parseMessage(r + 1, t, !0);
|
|
2626
2626
|
if (s.err)
|
|
2627
2627
|
return s;
|
|
2628
|
-
var u = s.val,
|
|
2628
|
+
var u = s.val, a = this.clonePosition();
|
|
2629
2629
|
if (this.bumpIf("</")) {
|
|
2630
2630
|
if (this.isEOF() || !yt(this.char()))
|
|
2631
|
-
return this.error(P.INVALID_TAG, C(
|
|
2631
|
+
return this.error(P.INVALID_TAG, C(a, this.clonePosition()));
|
|
2632
2632
|
var f = this.clonePosition(), c = this.parseTagName();
|
|
2633
2633
|
return n !== c ? this.error(P.UNMATCHED_CLOSING_TAG, C(f, this.clonePosition())) : (this.bumpSpace(), this.bumpIf(">") ? {
|
|
2634
2634
|
val: {
|
|
@@ -2638,7 +2638,7 @@ var Qn = (
|
|
|
2638
2638
|
location: C(i, this.clonePosition())
|
|
2639
2639
|
},
|
|
2640
2640
|
err: null
|
|
2641
|
-
} : this.error(P.INVALID_TAG, C(
|
|
2641
|
+
} : this.error(P.INVALID_TAG, C(a, this.clonePosition())));
|
|
2642
2642
|
} else
|
|
2643
2643
|
return this.error(P.UNCLOSED_TAG, C(i, this.clonePosition()));
|
|
2644
2644
|
} else
|
|
@@ -2660,9 +2660,9 @@ var Qn = (
|
|
|
2660
2660
|
n += u;
|
|
2661
2661
|
continue;
|
|
2662
2662
|
}
|
|
2663
|
-
var
|
|
2664
|
-
if (
|
|
2665
|
-
n +=
|
|
2663
|
+
var a = this.tryParseLeftAngleBracket();
|
|
2664
|
+
if (a) {
|
|
2665
|
+
n += a;
|
|
2666
2666
|
continue;
|
|
2667
2667
|
}
|
|
2668
2668
|
break;
|
|
@@ -2747,8 +2747,8 @@ var Qn = (
|
|
|
2747
2747
|
var s = this.clonePosition(), u = C(r, s);
|
|
2748
2748
|
return { value: i, location: u };
|
|
2749
2749
|
}, e.prototype.parseArgumentOptions = function(r, t, i, n) {
|
|
2750
|
-
var s, u = this.clonePosition(),
|
|
2751
|
-
switch (
|
|
2750
|
+
var s, u = this.clonePosition(), a = this.parseIdentifierIfPossible().value, f = this.clonePosition();
|
|
2751
|
+
switch (a) {
|
|
2752
2752
|
case "":
|
|
2753
2753
|
return this.error(P.EXPECT_ARGUMENT_TYPE, C(u, f));
|
|
2754
2754
|
case "number":
|
|
@@ -2767,13 +2767,13 @@ var Qn = (
|
|
|
2767
2767
|
var b = C(h, this.clonePosition());
|
|
2768
2768
|
c = { style: g, styleLocation: b };
|
|
2769
2769
|
}
|
|
2770
|
-
var
|
|
2771
|
-
if (
|
|
2772
|
-
return
|
|
2770
|
+
var _ = this.tryParseArgumentClose(n);
|
|
2771
|
+
if (_.err)
|
|
2772
|
+
return _;
|
|
2773
2773
|
var y = C(n, this.clonePosition());
|
|
2774
2774
|
if (c && Mt(c?.style, "::", 0)) {
|
|
2775
2775
|
var w = Vn(c.style.slice(2));
|
|
2776
|
-
if (
|
|
2776
|
+
if (a === "number") {
|
|
2777
2777
|
var m = this.parseNumberSkeletonFromString(w, c.styleLocation);
|
|
2778
2778
|
return m.err ? m : {
|
|
2779
2779
|
val: { type: N.number, value: i, location: y, style: m.val },
|
|
@@ -2785,11 +2785,11 @@ var Qn = (
|
|
|
2785
2785
|
var B = w;
|
|
2786
2786
|
this.locale && (B = In(w, this.locale));
|
|
2787
2787
|
var g = {
|
|
2788
|
-
type:
|
|
2788
|
+
type: or.dateTime,
|
|
2789
2789
|
pattern: B,
|
|
2790
2790
|
location: c.styleLocation,
|
|
2791
2791
|
parsedOptions: this.shouldParseSkeletons ? Sn(B) : {}
|
|
2792
|
-
}, $ =
|
|
2792
|
+
}, $ = a === "date" ? N.date : N.time;
|
|
2793
2793
|
return {
|
|
2794
2794
|
val: { type: $, value: i, location: y, style: g },
|
|
2795
2795
|
err: null
|
|
@@ -2798,7 +2798,7 @@ var Qn = (
|
|
|
2798
2798
|
}
|
|
2799
2799
|
return {
|
|
2800
2800
|
val: {
|
|
2801
|
-
type:
|
|
2801
|
+
type: a === "number" ? N.number : a === "date" ? N.date : N.time,
|
|
2802
2802
|
value: i,
|
|
2803
2803
|
location: y,
|
|
2804
2804
|
style: (s = c?.style) !== null && s !== void 0 ? s : null
|
|
@@ -2814,7 +2814,7 @@ var Qn = (
|
|
|
2814
2814
|
return this.error(P.EXPECT_SELECT_ARGUMENT_OPTIONS, C(M, A({}, M)));
|
|
2815
2815
|
this.bumpSpace();
|
|
2816
2816
|
var de = this.parseIdentifierIfPossible(), G = 0;
|
|
2817
|
-
if (
|
|
2817
|
+
if (a !== "select" && de.value === "offset") {
|
|
2818
2818
|
if (!this.bumpIf(":"))
|
|
2819
2819
|
return this.error(P.EXPECT_PLURAL_ARGUMENT_OFFSET_VALUE, C(this.clonePosition(), this.clonePosition()));
|
|
2820
2820
|
this.bumpSpace();
|
|
@@ -2823,14 +2823,14 @@ var Qn = (
|
|
|
2823
2823
|
return m;
|
|
2824
2824
|
this.bumpSpace(), de = this.parseIdentifierIfPossible(), G = m.val;
|
|
2825
2825
|
}
|
|
2826
|
-
var be = this.tryParsePluralOrSelectOptions(r,
|
|
2826
|
+
var be = this.tryParsePluralOrSelectOptions(r, a, t, de);
|
|
2827
2827
|
if (be.err)
|
|
2828
2828
|
return be;
|
|
2829
|
-
var
|
|
2830
|
-
if (
|
|
2831
|
-
return
|
|
2829
|
+
var _ = this.tryParseArgumentClose(n);
|
|
2830
|
+
if (_.err)
|
|
2831
|
+
return _;
|
|
2832
2832
|
var R = C(n, this.clonePosition());
|
|
2833
|
-
return
|
|
2833
|
+
return a === "select" ? {
|
|
2834
2834
|
val: {
|
|
2835
2835
|
type: N.select,
|
|
2836
2836
|
value: i,
|
|
@@ -2844,7 +2844,7 @@ var Qn = (
|
|
|
2844
2844
|
value: i,
|
|
2845
2845
|
options: Rt(be.val),
|
|
2846
2846
|
offset: G,
|
|
2847
|
-
pluralType:
|
|
2847
|
+
pluralType: a === "plural" ? "cardinal" : "ordinal",
|
|
2848
2848
|
location: R
|
|
2849
2849
|
},
|
|
2850
2850
|
err: null
|
|
@@ -2899,7 +2899,7 @@ var Qn = (
|
|
|
2899
2899
|
}
|
|
2900
2900
|
return {
|
|
2901
2901
|
val: {
|
|
2902
|
-
type:
|
|
2902
|
+
type: or.number,
|
|
2903
2903
|
tokens: i,
|
|
2904
2904
|
location: t,
|
|
2905
2905
|
parsedOptions: this.shouldParseSkeletons ? Hn(i) : {}
|
|
@@ -2907,7 +2907,7 @@ var Qn = (
|
|
|
2907
2907
|
err: null
|
|
2908
2908
|
};
|
|
2909
2909
|
}, e.prototype.tryParsePluralOrSelectOptions = function(r, t, i, n) {
|
|
2910
|
-
for (var s, u = !1,
|
|
2910
|
+
for (var s, u = !1, a = [], f = /* @__PURE__ */ new Set(), c = n.value, h = n.location; ; ) {
|
|
2911
2911
|
if (c.length === 0) {
|
|
2912
2912
|
var m = this.clonePosition();
|
|
2913
2913
|
if (t !== "select" && this.bumpIf("=")) {
|
|
@@ -2924,28 +2924,28 @@ var Qn = (
|
|
|
2924
2924
|
var b = this.clonePosition();
|
|
2925
2925
|
if (!this.bumpIf("{"))
|
|
2926
2926
|
return this.error(t === "select" ? P.EXPECT_SELECT_ARGUMENT_SELECTOR_FRAGMENT : P.EXPECT_PLURAL_ARGUMENT_SELECTOR_FRAGMENT, C(this.clonePosition(), this.clonePosition()));
|
|
2927
|
-
var
|
|
2928
|
-
if (
|
|
2929
|
-
return
|
|
2927
|
+
var _ = this.parseMessage(r + 1, t, i);
|
|
2928
|
+
if (_.err)
|
|
2929
|
+
return _;
|
|
2930
2930
|
var y = this.tryParseArgumentClose(b);
|
|
2931
2931
|
if (y.err)
|
|
2932
2932
|
return y;
|
|
2933
|
-
|
|
2933
|
+
a.push([
|
|
2934
2934
|
c,
|
|
2935
2935
|
{
|
|
2936
|
-
value:
|
|
2936
|
+
value: _.val,
|
|
2937
2937
|
location: C(b, this.clonePosition())
|
|
2938
2938
|
}
|
|
2939
2939
|
]), f.add(c), this.bumpSpace(), s = this.parseIdentifierIfPossible(), c = s.value, h = s.location;
|
|
2940
2940
|
}
|
|
2941
|
-
return
|
|
2941
|
+
return a.length === 0 ? this.error(t === "select" ? P.EXPECT_SELECT_ARGUMENT_SELECTOR : P.EXPECT_PLURAL_ARGUMENT_SELECTOR, C(this.clonePosition(), this.clonePosition())) : this.requiresOtherClause && !u ? this.error(P.MISSING_OTHER_CLAUSE, C(this.clonePosition(), this.clonePosition())) : { val: a, err: null };
|
|
2942
2942
|
}, e.prototype.tryParseDecimalInteger = function(r, t) {
|
|
2943
2943
|
var i = 1, n = this.clonePosition();
|
|
2944
2944
|
this.bumpIf("+") || this.bumpIf("-") && (i = -1);
|
|
2945
2945
|
for (var s = !1, u = 0; !this.isEOF(); ) {
|
|
2946
|
-
var
|
|
2947
|
-
if (
|
|
2948
|
-
s = !0, u = u * 10 + (
|
|
2946
|
+
var a = this.char();
|
|
2947
|
+
if (a >= 48 && a <= 57)
|
|
2948
|
+
s = !0, u = u * 10 + (a - 48), this.bump();
|
|
2949
2949
|
else
|
|
2950
2950
|
break;
|
|
2951
2951
|
}
|
|
@@ -3036,7 +3036,7 @@ function Et(e) {
|
|
|
3036
3036
|
if (delete r.location, li(r) || ui(r))
|
|
3037
3037
|
for (var t in r.options)
|
|
3038
3038
|
delete r.options[t].location, Et(r.options[t].value);
|
|
3039
|
-
else si(r) && hi(r.style) || (
|
|
3039
|
+
else si(r) && hi(r.style) || (oi(r) || ai(r)) && mt(r.style) ? delete r.style.location : ci(r) && Et(r.children);
|
|
3040
3040
|
});
|
|
3041
3041
|
}
|
|
3042
3042
|
function Wn(e, r) {
|
|
@@ -3048,10 +3048,10 @@ function Wn(e, r) {
|
|
|
3048
3048
|
}
|
|
3049
3049
|
return r?.captureLocation || Et(t.val), t.val;
|
|
3050
3050
|
}
|
|
3051
|
-
var
|
|
3051
|
+
var ar;
|
|
3052
3052
|
(function(e) {
|
|
3053
3053
|
e.MISSING_VALUE = "MISSING_VALUE", e.INVALID_VALUE = "INVALID_VALUE", e.MISSING_INTL_API = "MISSING_INTL_API";
|
|
3054
|
-
})(
|
|
3054
|
+
})(ar || (ar = {}));
|
|
3055
3055
|
var et = (
|
|
3056
3056
|
/** @class */
|
|
3057
3057
|
function(e) {
|
|
@@ -3069,7 +3069,7 @@ var et = (
|
|
|
3069
3069
|
function(e) {
|
|
3070
3070
|
Kr(r, e);
|
|
3071
3071
|
function r(t, i, n, s) {
|
|
3072
|
-
return e.call(this, 'Invalid values for "'.concat(t, '": "').concat(i, '". Options are "').concat(Object.keys(n).join('", "'), '"'),
|
|
3072
|
+
return e.call(this, 'Invalid values for "'.concat(t, '": "').concat(i, '". Options are "').concat(Object.keys(n).join('", "'), '"'), ar.INVALID_VALUE, s) || this;
|
|
3073
3073
|
}
|
|
3074
3074
|
return r;
|
|
3075
3075
|
}(et)
|
|
@@ -3078,7 +3078,7 @@ var et = (
|
|
|
3078
3078
|
function(e) {
|
|
3079
3079
|
Kr(r, e);
|
|
3080
3080
|
function r(t, i, n) {
|
|
3081
|
-
return e.call(this, 'Value for "'.concat(t, '" must be of type ').concat(i),
|
|
3081
|
+
return e.call(this, 'Value for "'.concat(t, '" must be of type ').concat(i), ar.INVALID_VALUE, n) || this;
|
|
3082
3082
|
}
|
|
3083
3083
|
return r;
|
|
3084
3084
|
}(et)
|
|
@@ -3087,7 +3087,7 @@ var et = (
|
|
|
3087
3087
|
function(e) {
|
|
3088
3088
|
Kr(r, e);
|
|
3089
3089
|
function r(t, i) {
|
|
3090
|
-
return e.call(this, 'The intl string context variable "'.concat(t, '" was not provided to the string "').concat(i, '"'),
|
|
3090
|
+
return e.call(this, 'The intl string context variable "'.concat(t, '" was not provided to the string "').concat(i, '"'), ar.MISSING_VALUE, i) || this;
|
|
3091
3091
|
}
|
|
3092
3092
|
return r;
|
|
3093
3093
|
}(et)
|
|
@@ -3112,17 +3112,17 @@ function Zr(e, r, t, i, n, s, u) {
|
|
|
3112
3112
|
value: e[0].value
|
|
3113
3113
|
}
|
|
3114
3114
|
];
|
|
3115
|
-
for (var
|
|
3115
|
+
for (var a = [], f = 0, c = e; f < c.length; f++) {
|
|
3116
3116
|
var h = c[f];
|
|
3117
3117
|
if (Bt(h)) {
|
|
3118
|
-
|
|
3118
|
+
a.push({
|
|
3119
3119
|
type: z.literal,
|
|
3120
3120
|
value: h.value
|
|
3121
3121
|
});
|
|
3122
3122
|
continue;
|
|
3123
3123
|
}
|
|
3124
|
-
if (
|
|
3125
|
-
typeof s == "number" &&
|
|
3124
|
+
if (_n(h)) {
|
|
3125
|
+
typeof s == "number" && a.push({
|
|
3126
3126
|
type: z.literal,
|
|
3127
3127
|
value: t.getNumberFormat(r).format(s)
|
|
3128
3128
|
});
|
|
@@ -3132,24 +3132,24 @@ function Zr(e, r, t, i, n, s, u) {
|
|
|
3132
3132
|
if (!(n && m in n))
|
|
3133
3133
|
throw new Jn(m, u);
|
|
3134
3134
|
var g = n[m];
|
|
3135
|
-
if (
|
|
3136
|
-
(!g || typeof g == "string" || typeof g == "number") && (g = typeof g == "string" || typeof g == "number" ? String(g) : ""),
|
|
3135
|
+
if (vn(h)) {
|
|
3136
|
+
(!g || typeof g == "string" || typeof g == "number") && (g = typeof g == "string" || typeof g == "number" ? String(g) : ""), a.push({
|
|
3137
3137
|
type: typeof g == "string" ? z.literal : z.object,
|
|
3138
3138
|
value: g
|
|
3139
3139
|
});
|
|
3140
3140
|
continue;
|
|
3141
3141
|
}
|
|
3142
|
-
if (
|
|
3142
|
+
if (oi(h)) {
|
|
3143
3143
|
var b = typeof h.style == "string" ? i.date[h.style] : mt(h.style) ? h.style.parsedOptions : void 0;
|
|
3144
|
-
|
|
3144
|
+
a.push({
|
|
3145
3145
|
type: z.literal,
|
|
3146
3146
|
value: t.getDateTimeFormat(r, b).format(g)
|
|
3147
3147
|
});
|
|
3148
3148
|
continue;
|
|
3149
3149
|
}
|
|
3150
|
-
if (
|
|
3150
|
+
if (ai(h)) {
|
|
3151
3151
|
var b = typeof h.style == "string" ? i.time[h.style] : mt(h.style) ? h.style.parsedOptions : i.time.medium;
|
|
3152
|
-
|
|
3152
|
+
a.push({
|
|
3153
3153
|
type: z.literal,
|
|
3154
3154
|
value: t.getDateTimeFormat(r, b).format(g)
|
|
3155
3155
|
});
|
|
@@ -3157,20 +3157,20 @@ function Zr(e, r, t, i, n, s, u) {
|
|
|
3157
3157
|
}
|
|
3158
3158
|
if (si(h)) {
|
|
3159
3159
|
var b = typeof h.style == "string" ? i.number[h.style] : hi(h.style) ? h.style.parsedOptions : void 0;
|
|
3160
|
-
b && b.scale && (g = g * (b.scale || 1)),
|
|
3160
|
+
b && b.scale && (g = g * (b.scale || 1)), a.push({
|
|
3161
3161
|
type: z.literal,
|
|
3162
3162
|
value: t.getNumberFormat(r, b).format(g)
|
|
3163
3163
|
});
|
|
3164
3164
|
continue;
|
|
3165
3165
|
}
|
|
3166
3166
|
if (ci(h)) {
|
|
3167
|
-
var
|
|
3167
|
+
var _ = h.children, y = h.value, w = n[y];
|
|
3168
3168
|
if (!Kn(w))
|
|
3169
3169
|
throw new qn(y, "function", u);
|
|
3170
|
-
var B = Zr(
|
|
3170
|
+
var B = Zr(_, r, t, i, n, s), $ = w(B.map(function(G) {
|
|
3171
3171
|
return G.value;
|
|
3172
3172
|
}));
|
|
3173
|
-
Array.isArray($) || ($ = [$]),
|
|
3173
|
+
Array.isArray($) || ($ = [$]), a.push.apply(a, $.map(function(G) {
|
|
3174
3174
|
return {
|
|
3175
3175
|
type: typeof G == "string" ? z.literal : z.object,
|
|
3176
3176
|
value: G
|
|
@@ -3181,7 +3181,7 @@ function Zr(e, r, t, i, n, s, u) {
|
|
|
3181
3181
|
var M = h.options[g] || h.options.other;
|
|
3182
3182
|
if (!M)
|
|
3183
3183
|
throw new kt(h.value, g, Object.keys(h.options), u);
|
|
3184
|
-
|
|
3184
|
+
a.push.apply(a, Zr(M.value, r, t, i, n));
|
|
3185
3185
|
continue;
|
|
3186
3186
|
}
|
|
3187
3187
|
if (ui(h)) {
|
|
@@ -3190,17 +3190,17 @@ function Zr(e, r, t, i, n, s, u) {
|
|
|
3190
3190
|
if (!Intl.PluralRules)
|
|
3191
3191
|
throw new et(`Intl.PluralRules is not available in this environment.
|
|
3192
3192
|
Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
3193
|
-
`,
|
|
3193
|
+
`, ar.MISSING_INTL_API, u);
|
|
3194
3194
|
var de = t.getPluralRules(r, { type: h.pluralType }).select(g - (h.offset || 0));
|
|
3195
3195
|
M = h.options[de] || h.options.other;
|
|
3196
3196
|
}
|
|
3197
3197
|
if (!M)
|
|
3198
3198
|
throw new kt(h.value, g, Object.keys(h.options), u);
|
|
3199
|
-
|
|
3199
|
+
a.push.apply(a, Zr(M.value, r, t, i, n, g - (h.offset || 0)));
|
|
3200
3200
|
continue;
|
|
3201
3201
|
}
|
|
3202
3202
|
}
|
|
3203
|
-
return Yn(
|
|
3203
|
+
return Yn(a);
|
|
3204
3204
|
}
|
|
3205
3205
|
function es(e, r) {
|
|
3206
3206
|
return r ? A(A(A({}, e || {}), r || {}), Object.keys(e).reduce(function(t, i) {
|
|
@@ -3232,29 +3232,29 @@ function ts(e) {
|
|
|
3232
3232
|
dateTime: {},
|
|
3233
3233
|
pluralRules: {}
|
|
3234
3234
|
}), {
|
|
3235
|
-
getNumberFormat:
|
|
3235
|
+
getNumberFormat: ot(function() {
|
|
3236
3236
|
for (var r, t = [], i = 0; i < arguments.length; i++)
|
|
3237
3237
|
t[i] = arguments[i];
|
|
3238
3238
|
return new ((r = Intl.NumberFormat).bind.apply(r, st([void 0], t, !1)))();
|
|
3239
3239
|
}, {
|
|
3240
3240
|
cache: ut(e.number),
|
|
3241
|
-
strategy:
|
|
3241
|
+
strategy: at.variadic
|
|
3242
3242
|
}),
|
|
3243
|
-
getDateTimeFormat:
|
|
3243
|
+
getDateTimeFormat: ot(function() {
|
|
3244
3244
|
for (var r, t = [], i = 0; i < arguments.length; i++)
|
|
3245
3245
|
t[i] = arguments[i];
|
|
3246
3246
|
return new ((r = Intl.DateTimeFormat).bind.apply(r, st([void 0], t, !1)))();
|
|
3247
3247
|
}, {
|
|
3248
3248
|
cache: ut(e.dateTime),
|
|
3249
|
-
strategy:
|
|
3249
|
+
strategy: at.variadic
|
|
3250
3250
|
}),
|
|
3251
|
-
getPluralRules:
|
|
3251
|
+
getPluralRules: ot(function() {
|
|
3252
3252
|
for (var r, t = [], i = 0; i < arguments.length; i++)
|
|
3253
3253
|
t[i] = arguments[i];
|
|
3254
3254
|
return new ((r = Intl.PluralRules).bind.apply(r, st([void 0], t, !1)))();
|
|
3255
3255
|
}, {
|
|
3256
3256
|
cache: ut(e.pluralRules),
|
|
3257
|
-
strategy:
|
|
3257
|
+
strategy: at.variadic
|
|
3258
3258
|
})
|
|
3259
3259
|
};
|
|
3260
3260
|
}
|
|
@@ -3290,8 +3290,8 @@ var is = (
|
|
|
3290
3290
|
throw new TypeError("IntlMessageFormat.__parse must be set to process `message` of type `string`");
|
|
3291
3291
|
var u = n || {};
|
|
3292
3292
|
u.formatters;
|
|
3293
|
-
var
|
|
3294
|
-
this.ast = e.__parse(r, A(A({},
|
|
3293
|
+
var a = fn(u, ["formatters"]);
|
|
3294
|
+
this.ast = e.__parse(r, A(A({}, a), { locale: this.resolvedLocale }));
|
|
3295
3295
|
} else
|
|
3296
3296
|
this.ast = r;
|
|
3297
3297
|
if (!Array.isArray(this.ast))
|
|
@@ -3398,23 +3398,23 @@ const Be = {}, ss = (e, r, t) => t && (r in Be || (Be[r] = {}), e in Be[r] || (B
|
|
|
3398
3398
|
return Be[r][e];
|
|
3399
3399
|
const t = rt(r);
|
|
3400
3400
|
for (let i = 0; i < t.length; i++) {
|
|
3401
|
-
const n = t[i], s =
|
|
3401
|
+
const n = t[i], s = as(n, e);
|
|
3402
3402
|
if (s)
|
|
3403
3403
|
return ss(e, r, s);
|
|
3404
3404
|
}
|
|
3405
3405
|
};
|
|
3406
3406
|
let St;
|
|
3407
3407
|
const Tr = Yr({});
|
|
3408
|
-
function
|
|
3408
|
+
function os(e) {
|
|
3409
3409
|
return St[e] || null;
|
|
3410
3410
|
}
|
|
3411
|
-
function
|
|
3411
|
+
function vi(e) {
|
|
3412
3412
|
return e in St;
|
|
3413
3413
|
}
|
|
3414
|
-
function
|
|
3415
|
-
if (!
|
|
3414
|
+
function as(e, r) {
|
|
3415
|
+
if (!vi(e))
|
|
3416
3416
|
return null;
|
|
3417
|
-
const t =
|
|
3417
|
+
const t = os(e);
|
|
3418
3418
|
return ns(t, r);
|
|
3419
3419
|
}
|
|
3420
3420
|
function ls(e) {
|
|
@@ -3423,11 +3423,11 @@ function ls(e) {
|
|
|
3423
3423
|
const r = rt(e);
|
|
3424
3424
|
for (let t = 0; t < r.length; t++) {
|
|
3425
3425
|
const i = r[t];
|
|
3426
|
-
if (
|
|
3426
|
+
if (vi(i))
|
|
3427
3427
|
return i;
|
|
3428
3428
|
}
|
|
3429
3429
|
}
|
|
3430
|
-
function
|
|
3430
|
+
function _i(e, ...r) {
|
|
3431
3431
|
delete Be[e], Tr.update((t) => (t[e] = hn.all([t[e] || {}, ...r]), t));
|
|
3432
3432
|
}
|
|
3433
3433
|
cr(
|
|
@@ -3448,7 +3448,7 @@ function cs(e) {
|
|
|
3448
3448
|
return [r, t ? [...t] : []];
|
|
3449
3449
|
}).filter(([, r]) => r.length > 0);
|
|
3450
3450
|
}
|
|
3451
|
-
function
|
|
3451
|
+
function vt(e) {
|
|
3452
3452
|
return e == null ? !1 : rt(e).some(
|
|
3453
3453
|
(r) => {
|
|
3454
3454
|
var t;
|
|
@@ -3459,11 +3459,11 @@ function _t(e) {
|
|
|
3459
3459
|
function hs(e, r) {
|
|
3460
3460
|
return Promise.all(
|
|
3461
3461
|
r.map((i) => (us(e, i), i().then((n) => n.default || n)))
|
|
3462
|
-
).then((i) =>
|
|
3462
|
+
).then((i) => _i(e, ...i));
|
|
3463
3463
|
}
|
|
3464
3464
|
const wr = {};
|
|
3465
3465
|
function Si(e) {
|
|
3466
|
-
if (!
|
|
3466
|
+
if (!vt(e))
|
|
3467
3467
|
return e in wr ? wr[e] : Promise.resolve();
|
|
3468
3468
|
const r = cs(e);
|
|
3469
3469
|
return wr[e] = Promise.all(
|
|
@@ -3471,7 +3471,7 @@ function Si(e) {
|
|
|
3471
3471
|
([t, i]) => hs(t, i)
|
|
3472
3472
|
)
|
|
3473
3473
|
).then(() => {
|
|
3474
|
-
if (
|
|
3474
|
+
if (vt(e))
|
|
3475
3475
|
return Si(e);
|
|
3476
3476
|
delete wr[e];
|
|
3477
3477
|
}), wr[e];
|
|
@@ -3517,15 +3517,15 @@ function lr() {
|
|
|
3517
3517
|
return ms;
|
|
3518
3518
|
}
|
|
3519
3519
|
const ct = Yr(!1);
|
|
3520
|
-
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,
|
|
3520
|
+
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) => {
|
|
3521
3521
|
for (var t in r || (r = {}))
|
|
3522
3522
|
ys.call(r, t) && Dt(e, t, r[t]);
|
|
3523
3523
|
if (Ft)
|
|
3524
3524
|
for (var t of Ft(r))
|
|
3525
3525
|
Es.call(r, t) && Dt(e, t, r[t]);
|
|
3526
3526
|
return e;
|
|
3527
|
-
},
|
|
3528
|
-
let
|
|
3527
|
+
}, _s = (e, r) => ps(e, bs(r));
|
|
3528
|
+
let _t;
|
|
3529
3529
|
const qr = Yr(null);
|
|
3530
3530
|
function Gt(e) {
|
|
3531
3531
|
return e.split("-").map((r, t, i) => i.slice(0, t + 1).join("-")).reverse();
|
|
@@ -3535,13 +3535,13 @@ function rt(e, r = lr().fallbackLocale) {
|
|
|
3535
3535
|
return r ? [.../* @__PURE__ */ new Set([...t, ...Gt(r)])] : t;
|
|
3536
3536
|
}
|
|
3537
3537
|
function Fe() {
|
|
3538
|
-
return
|
|
3538
|
+
return _t ?? void 0;
|
|
3539
3539
|
}
|
|
3540
3540
|
qr.subscribe((e) => {
|
|
3541
|
-
|
|
3541
|
+
_t = e ?? void 0, typeof window < "u" && e != null && document.documentElement.setAttribute("lang", e);
|
|
3542
3542
|
});
|
|
3543
3543
|
const ws = (e) => {
|
|
3544
|
-
if (e && ls(e) &&
|
|
3544
|
+
if (e && ls(e) && vt(e)) {
|
|
3545
3545
|
const { loadingDelay: r } = lr();
|
|
3546
3546
|
let t;
|
|
3547
3547
|
return typeof window < "u" && Fe() != null && r ? t = window.setTimeout(
|
|
@@ -3554,7 +3554,7 @@ const ws = (e) => {
|
|
|
3554
3554
|
});
|
|
3555
3555
|
}
|
|
3556
3556
|
return qr.set(e);
|
|
3557
|
-
}, hr = vs(
|
|
3557
|
+
}, hr = _s(vs({}, qr), {
|
|
3558
3558
|
set: ws
|
|
3559
3559
|
}), tt = (e) => {
|
|
3560
3560
|
const r = /* @__PURE__ */ Object.create(null);
|
|
@@ -3638,7 +3638,7 @@ const Ar = (e, r) => {
|
|
|
3638
3638
|
let u = r;
|
|
3639
3639
|
typeof e == "object" && (u = e, e = u.id);
|
|
3640
3640
|
const {
|
|
3641
|
-
values:
|
|
3641
|
+
values: a,
|
|
3642
3642
|
locale: f = Fe(),
|
|
3643
3643
|
default: c
|
|
3644
3644
|
} = u;
|
|
@@ -3653,11 +3653,11 @@ const Ar = (e, r) => {
|
|
|
3653
3653
|
return console.warn(
|
|
3654
3654
|
`[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.`
|
|
3655
3655
|
), h;
|
|
3656
|
-
if (!
|
|
3656
|
+
if (!a)
|
|
3657
3657
|
return h;
|
|
3658
3658
|
let m = h;
|
|
3659
3659
|
try {
|
|
3660
|
-
m = Is(h, f).format(
|
|
3660
|
+
m = Is(h, f).format(a);
|
|
3661
3661
|
} catch (g) {
|
|
3662
3662
|
g instanceof Error && console.warn(
|
|
3663
3663
|
`[svelte-i18n] Message "${e}" has syntax error:`,
|
|
@@ -3671,7 +3671,7 @@ cr([hr], () => Os);
|
|
|
3671
3671
|
cr([hr], () => Ls);
|
|
3672
3672
|
cr([hr, Tr], () => Ms);
|
|
3673
3673
|
function Vt(e, r) {
|
|
3674
|
-
|
|
3674
|
+
_i(e, r);
|
|
3675
3675
|
}
|
|
3676
3676
|
function Us(e) {
|
|
3677
3677
|
hr.set(e);
|
|
@@ -3941,7 +3941,7 @@ function Qt(e) {
|
|
|
3941
3941
|
), i;
|
|
3942
3942
|
return {
|
|
3943
3943
|
c() {
|
|
3944
|
-
r = E("p"), i = T(t),
|
|
3944
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
3945
3945
|
},
|
|
3946
3946
|
m(n, s) {
|
|
3947
3947
|
fe(n, r, s), l(r, i);
|
|
@@ -3963,7 +3963,7 @@ function zt(e) {
|
|
|
3963
3963
|
), i;
|
|
3964
3964
|
return {
|
|
3965
3965
|
c() {
|
|
3966
|
-
r = E("p"), i = T(t),
|
|
3966
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
3967
3967
|
},
|
|
3968
3968
|
m(n, s) {
|
|
3969
3969
|
fe(n, r, s), l(r, i);
|
|
@@ -3979,13 +3979,13 @@ function zt(e) {
|
|
|
3979
3979
|
};
|
|
3980
3980
|
}
|
|
3981
3981
|
function Fs(e) {
|
|
3982
|
-
let r, t, i, n, s, u,
|
|
3982
|
+
let r, t, i, n, s, u, a, f, c;
|
|
3983
3983
|
return {
|
|
3984
3984
|
c() {
|
|
3985
|
-
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("path"),
|
|
3985
|
+
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("path"), a = S("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");
|
|
3986
3986
|
},
|
|
3987
3987
|
m(h, m) {
|
|
3988
|
-
fe(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s,
|
|
3988
|
+
fe(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
|
|
3989
3989
|
r,
|
|
3990
3990
|
"click",
|
|
3991
3991
|
/*click_handler_2*/
|
|
@@ -3999,22 +3999,22 @@ function Fs(e) {
|
|
|
3999
3999
|
};
|
|
4000
4000
|
}
|
|
4001
4001
|
function Ds(e) {
|
|
4002
|
-
let r, t, i, n, s, u,
|
|
4002
|
+
let r, t, i, n, s, u, a, f, c, h, m, g, b, _, y;
|
|
4003
4003
|
return {
|
|
4004
4004
|
c() {
|
|
4005
|
-
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("circle"),
|
|
4005
|
+
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("circle"), a = S("g"), f = S("path"), c = S("path"), h = S("g"), m = S("path"), g = S("path"), b = S("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");
|
|
4006
4006
|
},
|
|
4007
4007
|
m(w, B) {
|
|
4008
|
-
fe(w, r, B), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s,
|
|
4008
|
+
fe(w, r, B), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, m), l(h, g), l(s, b), _ || (y = x(
|
|
4009
4009
|
r,
|
|
4010
4010
|
"click",
|
|
4011
4011
|
/*click_handler_1*/
|
|
4012
4012
|
e[60]
|
|
4013
|
-
),
|
|
4013
|
+
), _ = !0);
|
|
4014
4014
|
},
|
|
4015
4015
|
p: X,
|
|
4016
4016
|
d(w) {
|
|
4017
|
-
w && se(r),
|
|
4017
|
+
w && se(r), _ = !1, y();
|
|
4018
4018
|
}
|
|
4019
4019
|
};
|
|
4020
4020
|
}
|
|
@@ -4025,7 +4025,7 @@ function Xt(e) {
|
|
|
4025
4025
|
), i;
|
|
4026
4026
|
return {
|
|
4027
4027
|
c() {
|
|
4028
|
-
r = E("p"), i = T(t),
|
|
4028
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4029
4029
|
},
|
|
4030
4030
|
m(n, s) {
|
|
4031
4031
|
fe(n, r, s), l(r, i);
|
|
@@ -4047,7 +4047,7 @@ function Zt(e) {
|
|
|
4047
4047
|
), i;
|
|
4048
4048
|
return {
|
|
4049
4049
|
c() {
|
|
4050
|
-
r = E("p"), i = T(t),
|
|
4050
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4051
4051
|
},
|
|
4052
4052
|
m(n, s) {
|
|
4053
4053
|
fe(n, r, s), l(r, i);
|
|
@@ -4063,13 +4063,13 @@ function Zt(e) {
|
|
|
4063
4063
|
};
|
|
4064
4064
|
}
|
|
4065
4065
|
function Gs(e) {
|
|
4066
|
-
let r, t, i, n, s, u,
|
|
4066
|
+
let r, t, i, n, s, u, a, f, c;
|
|
4067
4067
|
return {
|
|
4068
4068
|
c() {
|
|
4069
|
-
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("path"),
|
|
4069
|
+
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("path"), a = S("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");
|
|
4070
4070
|
},
|
|
4071
4071
|
m(h, m) {
|
|
4072
|
-
fe(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s,
|
|
4072
|
+
fe(h, r, m), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), f || (c = x(
|
|
4073
4073
|
r,
|
|
4074
4074
|
"click",
|
|
4075
4075
|
/*click_handler_4*/
|
|
@@ -4083,22 +4083,22 @@ function Gs(e) {
|
|
|
4083
4083
|
};
|
|
4084
4084
|
}
|
|
4085
4085
|
function js(e) {
|
|
4086
|
-
let r, t, i, n, s, u,
|
|
4086
|
+
let r, t, i, n, s, u, a, f, c, h, m, g, b, _, y;
|
|
4087
4087
|
return {
|
|
4088
4088
|
c() {
|
|
4089
|
-
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("circle"),
|
|
4089
|
+
r = S("svg"), t = S("defs"), i = S("style"), n = T(".a{fill:var(--emw--registration-typography, var(--emw--color-background, #07072A));}"), s = S("g"), u = S("circle"), a = S("g"), f = S("path"), c = S("path"), h = S("g"), m = S("path"), g = S("path"), b = S("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");
|
|
4090
4090
|
},
|
|
4091
4091
|
m(w, B) {
|
|
4092
|
-
fe(w, r, B), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s,
|
|
4092
|
+
fe(w, r, B), l(r, t), l(t, i), l(i, n), l(r, s), l(s, u), l(s, a), l(a, f), l(a, c), l(s, h), l(h, m), l(h, g), l(s, b), _ || (y = x(
|
|
4093
4093
|
r,
|
|
4094
4094
|
"click",
|
|
4095
4095
|
/*click_handler_3*/
|
|
4096
4096
|
e[66]
|
|
4097
|
-
),
|
|
4097
|
+
), _ = !0);
|
|
4098
4098
|
},
|
|
4099
4099
|
p: X,
|
|
4100
4100
|
d(w) {
|
|
4101
|
-
w && se(r),
|
|
4101
|
+
w && se(r), _ = !1, y();
|
|
4102
4102
|
}
|
|
4103
4103
|
};
|
|
4104
4104
|
}
|
|
@@ -4109,7 +4109,7 @@ function Wt(e) {
|
|
|
4109
4109
|
), i;
|
|
4110
4110
|
return {
|
|
4111
4111
|
c() {
|
|
4112
|
-
r = E("p"), i = T(t),
|
|
4112
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4113
4113
|
},
|
|
4114
4114
|
m(n, s) {
|
|
4115
4115
|
fe(n, r, s), l(r, i);
|
|
@@ -4137,7 +4137,7 @@ function qt(e) {
|
|
|
4137
4137
|
), i;
|
|
4138
4138
|
return {
|
|
4139
4139
|
c() {
|
|
4140
|
-
r = E("p"), i = T(t),
|
|
4140
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4141
4141
|
},
|
|
4142
4142
|
m(n, s) {
|
|
4143
4143
|
fe(n, r, s), l(r, i);
|
|
@@ -4171,7 +4171,7 @@ function Jt(e) {
|
|
|
4171
4171
|
), i;
|
|
4172
4172
|
return {
|
|
4173
4173
|
c() {
|
|
4174
|
-
r = E("p"), i = T(t),
|
|
4174
|
+
r = E("p"), i = T(t), o(r, "class", "InvalidInput");
|
|
4175
4175
|
},
|
|
4176
4176
|
m(n, s) {
|
|
4177
4177
|
fe(n, r, s), l(r, i);
|
|
@@ -4196,19 +4196,19 @@ function Vs(e) {
|
|
|
4196
4196
|
let r, t, i, n = (
|
|
4197
4197
|
/*$_*/
|
|
4198
4198
|
e[30]("registerTitle") + ""
|
|
4199
|
-
), s, u,
|
|
4199
|
+
), s, u, a, f = (
|
|
4200
4200
|
/*$_*/
|
|
4201
4201
|
e[30]("registerSubtitle") + ""
|
|
4202
4202
|
), c, h, m, g = (
|
|
4203
4203
|
/*$_*/
|
|
4204
4204
|
e[30]("registerSubtitleLogin") + ""
|
|
4205
|
-
), b,
|
|
4205
|
+
), b, _, y, w, B, $ = (
|
|
4206
4206
|
/*$_*/
|
|
4207
4207
|
e[30]("registerEmail") + ""
|
|
4208
4208
|
), M, de, G, be, R, De, xe, Ee, U, Z, me = (
|
|
4209
4209
|
/*$_*/
|
|
4210
4210
|
e[30]("registerUsername") + ""
|
|
4211
|
-
), W,
|
|
4211
|
+
), W, oe, ve, Ne, k, _e, Ae, ae, D, O, q, ye = (
|
|
4212
4212
|
/*$_*/
|
|
4213
4213
|
e[30]("registerPassword") + ""
|
|
4214
4214
|
), dr, mr, Ge, le, L, Oe, Hr, je, Ve, Le, Me, gr, j, Te, Re = (
|
|
@@ -4226,7 +4226,7 @@ function Vs(e) {
|
|
|
4226
4226
|
/*$_*/
|
|
4227
4227
|
e[30]("registerSecurityQuestion")
|
|
4228
4228
|
)) + ""
|
|
4229
|
-
),
|
|
4229
|
+
), vr, Mr, qe, Rr, ce, Ur, Je, kr, pe, Ie, Ye = (
|
|
4230
4230
|
/*custominputtextswitch*/
|
|
4231
4231
|
(e[2] == "true" ? (
|
|
4232
4232
|
/*$_*/
|
|
@@ -4235,7 +4235,7 @@ function Vs(e) {
|
|
|
4235
4235
|
/*$_*/
|
|
4236
4236
|
e[30]("registerSecurityAnswer")
|
|
4237
4237
|
)) + ""
|
|
4238
|
-
),
|
|
4238
|
+
), _r, Fr, Ke, Dr, he, Gr, er, jr, p, I = (
|
|
4239
4239
|
/*$_*/
|
|
4240
4240
|
e[30]("registerNext") + ""
|
|
4241
4241
|
), V, Vr, it, Ct, J = (
|
|
@@ -4245,7 +4245,7 @@ function Vs(e) {
|
|
|
4245
4245
|
/*invalidName*/
|
|
4246
4246
|
e[5] && zt(e)
|
|
4247
4247
|
);
|
|
4248
|
-
function xt(d,
|
|
4248
|
+
function xt(d, v) {
|
|
4249
4249
|
return (
|
|
4250
4250
|
/*isPasswordVisible*/
|
|
4251
4251
|
d[25] ? Ds : Fs
|
|
@@ -4260,7 +4260,7 @@ function Vs(e) {
|
|
|
4260
4260
|
e[6] && /*simplepasswordvalidation*/
|
|
4261
4261
|
e[0] === "true" && Zt(e)
|
|
4262
4262
|
);
|
|
4263
|
-
function At(d,
|
|
4263
|
+
function At(d, v) {
|
|
4264
4264
|
return (
|
|
4265
4265
|
/*isConfirmPasswordVisible*/
|
|
4266
4266
|
d[26] ? js : Gs
|
|
@@ -4278,37 +4278,37 @@ function Vs(e) {
|
|
|
4278
4278
|
);
|
|
4279
4279
|
return {
|
|
4280
4280
|
c() {
|
|
4281
|
-
r = E("div"), t = E("div"), i = E("h2"), s = T(n), u = H(),
|
|
4281
|
+
r = E("div"), t = E("div"), i = E("h2"), s = T(n), u = H(), a = E("p"), c = T(f), h = H(), m = E("span"), b = T(g), _ = H(), y = E("form"), w = E("div"), B = E("label"), M = T($), de = T(":"), G = E("span"), G.textContent = "*", be = H(), R = E("input"), De = H(), J && J.c(), Ee = H(), U = E("div"), Z = E("label"), W = T(me), oe = T(":"), ve = E("span"), ve.textContent = "*", Ne = H(), k = E("input"), Ae = H(), Y && Y.c(), D = H(), O = E("div"), q = E("label"), dr = T(ye), mr = T(":"), Ge = E("span"), Ge.textContent = "*", le = H(), L = E("input"), Hr = H(), Se.c(), je = H(), K && K.c(), Ve = H(), ee && ee.c(), gr = H(), j = E("div"), Te = E("label"), pr = T(Re), $e = T(":"), Ue = E("span"), Ue.textContent = "*", br = H(), Q = E("input"), yr = H(), Pe.c(), Qe = H(), re && re.c(), Ir = H(), we = E("div"), ke = E("label"), Er = T(Xe), Br = T(":"), Nr = H(), ue = E("input"), Or = H(), Lr = H(), ge = E("div"), He = E("label"), vr = T(We), Mr = T(":"), qe = E("span"), qe.textContent = "*", Rr = H(), ce = E("input"), Ur = H(), te && te.c(), kr = H(), pe = E("div"), Ie = E("label"), _r = T(Ye), Fr = T(":"), Ke = E("span"), Ke.textContent = "*", Dr = H(), he = E("input"), Gr = H(), ie && ie.c(), jr = H(), p = E("button"), V = T(I), o(i, "class", "RegisterFormTitle"), o(m, "class", "FormLoginCallToAction"), o(a, "class", "RegisterFormSubtitle"), o(t, "class", "RegisterFormHeader"), o(G, "class", "FormRequired"), o(B, "for", "Email"), o(R, "type", "text"), o(R, "id", "Email"), o(w, "class", xe = "EmailContainer " + /*invalidEmail*/
|
|
4282
4282
|
(e[4] && !/*emailFocus*/
|
|
4283
4283
|
e[10] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4284
|
-
(e[17]?.indexOf("email") >= 0 ? "Hidden" : "")),
|
|
4285
|
-
e[1] ? "username" : "off"),
|
|
4284
|
+
(e[17]?.indexOf("email") >= 0 ? "Hidden" : "")), o(ve, "class", "FormRequired"), o(Z, "for", "UserName"), o(k, "type", "text"), o(k, "id", "UserName"), o(k, "autocomplete", _e = /*savecredentials*/
|
|
4285
|
+
e[1] ? "username" : "off"), o(U, "class", ae = "UserContainer " + /*invalidName*/
|
|
4286
4286
|
(e[5] && !/*usernameFocus*/
|
|
4287
4287
|
e[11] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4288
|
-
(e[17]?.indexOf("username") >= 0 ? "Hidden" : "")),
|
|
4289
|
-
e[1] ? "new-password" : "off"),
|
|
4288
|
+
(e[17]?.indexOf("username") >= 0 ? "Hidden" : "")), o(Ge, "class", "FormRequired"), o(q, "for", "Password"), o(L, "name", "new-password"), o(L, "type", "password"), o(L, "id", "new-password"), o(L, "autocomplete", Oe = /*savecredentials*/
|
|
4289
|
+
e[1] ? "new-password" : "off"), o(L, "aria-describedby", "password-constraints"), o(O, "class", Le = "PasswordContainer " + /*invalidPassword*/
|
|
4290
4290
|
(e[6] && !/*passwordFocus*/
|
|
4291
4291
|
e[12] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4292
4292
|
(e[17]?.indexOf("password") >= 0 ? "Hidden" : "")), O.hidden = Me = /*disabledFieldsList*/
|
|
4293
|
-
e[17]?.indexOf("password") >= 0,
|
|
4293
|
+
e[17]?.indexOf("password") >= 0, o(Ue, "class", "FormRequired"), o(Te, "for", "ConfirmPassword"), o(Q, "type", "password"), o(Q, "id", "ConfirmPassword"), o(j, "class", ze = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
|
|
4294
4294
|
(e[7] && !/*confirmPasswordFocus*/
|
|
4295
4295
|
e[13] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4296
|
-
(e[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")),
|
|
4297
|
-
(e[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")),
|
|
4296
|
+
(e[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")), o(ke, "for", "PromoCode"), o(ue, "type", "text"), o(ue, "id", "PromoCode"), o(we, "class", Ze = "PromoCodeContainer " + /*disabledFieldsList*/
|
|
4297
|
+
(e[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")), o(qe, "class", "FormRequired"), o(He, "for", "SecurityQuestion"), o(ce, "type", "text"), o(ce, "id", "SecurityQuestion"), o(ge, "class", Je = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
|
|
4298
4298
|
(e[8] && !/*securityQFocus*/
|
|
4299
4299
|
e[14] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4300
|
-
(e[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")),
|
|
4300
|
+
(e[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")), o(Ke, "class", "FormRequired"), o(Ie, "for", "SecurityAnswer"), o(he, "type", "text"), o(he, "id", "SecurityAnswer"), o(pe, "class", er = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
|
|
4301
4301
|
(e[9] && !/*securityAFocus*/
|
|
4302
4302
|
e[15] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4303
|
-
(e[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")),
|
|
4304
|
-
e[29],
|
|
4303
|
+
(e[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")), o(p, "class", "RegisterStepNext"), p.disabled = Vr = !/*isValid*/
|
|
4304
|
+
e[29], o(y, "class", "RegisterFormContent");
|
|
4305
4305
|
},
|
|
4306
|
-
m(d,
|
|
4307
|
-
fe(d, r,
|
|
4306
|
+
m(d, v) {
|
|
4307
|
+
fe(d, r, v), l(r, t), l(t, i), l(i, s), l(t, u), l(t, a), l(a, c), l(a, h), l(a, m), l(m, b), l(r, _), l(r, y), l(y, w), l(w, B), l(B, M), l(B, de), l(B, G), l(w, be), l(w, R), ne(
|
|
4308
4308
|
R,
|
|
4309
4309
|
/*userEmail*/
|
|
4310
4310
|
e[19]
|
|
4311
|
-
), l(w, De), J && J.m(w, null), l(y, Ee), l(y, U), l(U, Z), l(Z, W), l(Z,
|
|
4311
|
+
), l(w, De), J && J.m(w, null), l(y, Ee), l(y, U), l(U, Z), l(Z, W), l(Z, oe), l(Z, ve), l(U, Ne), l(U, k), ne(
|
|
4312
4312
|
k,
|
|
4313
4313
|
/*userValue*/
|
|
4314
4314
|
e[18]
|
|
@@ -4324,11 +4324,11 @@ function Vs(e) {
|
|
|
4324
4324
|
ue,
|
|
4325
4325
|
/*promoCode*/
|
|
4326
4326
|
e[24]
|
|
4327
|
-
), l(we, Or), l(y, Lr), l(y, ge), l(ge, He), l(He,
|
|
4327
|
+
), l(we, Or), l(y, Lr), l(y, ge), l(ge, He), l(He, vr), l(He, Mr), l(He, qe), l(ge, Rr), l(ge, ce), ne(
|
|
4328
4328
|
ce,
|
|
4329
4329
|
/*securityQuestion*/
|
|
4330
4330
|
e[22]
|
|
4331
|
-
), l(ge, Ur), te && te.m(ge, null), l(y, kr), l(y, pe), l(pe, Ie), l(Ie,
|
|
4331
|
+
), l(ge, Ur), te && te.m(ge, null), l(y, kr), l(y, pe), l(pe, Ie), l(Ie, _r), l(Ie, Fr), l(Ie, Ke), l(pe, Dr), l(pe, he), ne(
|
|
4332
4332
|
he,
|
|
4333
4333
|
/*securityAnswer*/
|
|
4334
4334
|
e[23]
|
|
@@ -4515,85 +4515,85 @@ function Vs(e) {
|
|
|
4515
4515
|
)
|
|
4516
4516
|
], it = !0);
|
|
4517
4517
|
},
|
|
4518
|
-
p(d,
|
|
4519
|
-
|
|
4518
|
+
p(d, v) {
|
|
4519
|
+
v[0] & /*$_*/
|
|
4520
4520
|
1073741824 && n !== (n = /*$_*/
|
|
4521
|
-
d[30]("registerTitle") + "") && F(s, n),
|
|
4521
|
+
d[30]("registerTitle") + "") && F(s, n), v[0] & /*$_*/
|
|
4522
4522
|
1073741824 && f !== (f = /*$_*/
|
|
4523
|
-
d[30]("registerSubtitle") + "") && F(c, f),
|
|
4523
|
+
d[30]("registerSubtitle") + "") && F(c, f), v[0] & /*$_*/
|
|
4524
4524
|
1073741824 && g !== (g = /*$_*/
|
|
4525
|
-
d[30]("registerSubtitleLogin") + "") && F(b, g),
|
|
4525
|
+
d[30]("registerSubtitleLogin") + "") && F(b, g), v[0] & /*$_*/
|
|
4526
4526
|
1073741824 && $ !== ($ = /*$_*/
|
|
4527
|
-
d[30]("registerEmail") + "") && F(M, $),
|
|
4527
|
+
d[30]("registerEmail") + "") && F(M, $), v[0] & /*userEmail*/
|
|
4528
4528
|
524288 && R.value !== /*userEmail*/
|
|
4529
4529
|
d[19] && ne(
|
|
4530
4530
|
R,
|
|
4531
4531
|
/*userEmail*/
|
|
4532
4532
|
d[19]
|
|
4533
4533
|
), /*invalidEmail*/
|
|
4534
|
-
d[4] ? J ? J.p(d,
|
|
4534
|
+
d[4] ? J ? J.p(d, v) : (J = Qt(d), J.c(), J.m(w, null)) : J && (J.d(1), J = null), v[0] & /*invalidEmail, emailFocus, disabledFieldsList*/
|
|
4535
4535
|
132112 && xe !== (xe = "EmailContainer " + /*invalidEmail*/
|
|
4536
4536
|
(d[4] && !/*emailFocus*/
|
|
4537
4537
|
d[10] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4538
|
-
(d[17]?.indexOf("email") >= 0 ? "Hidden" : "")) &&
|
|
4538
|
+
(d[17]?.indexOf("email") >= 0 ? "Hidden" : "")) && o(w, "class", xe), v[0] & /*$_*/
|
|
4539
4539
|
1073741824 && me !== (me = /*$_*/
|
|
4540
|
-
d[30]("registerUsername") + "") && F(W, me),
|
|
4541
|
-
2 &&
|
|
4542
|
-
d[1] ? "username" : "off") &&
|
|
4540
|
+
d[30]("registerUsername") + "") && F(W, me), v[0] & /*savecredentials*/
|
|
4541
|
+
2 && _e !== (_e = /*savecredentials*/
|
|
4542
|
+
d[1] ? "username" : "off") && o(k, "autocomplete", _e), v[0] & /*userValue*/
|
|
4543
4543
|
262144 && k.value !== /*userValue*/
|
|
4544
4544
|
d[18] && ne(
|
|
4545
4545
|
k,
|
|
4546
4546
|
/*userValue*/
|
|
4547
4547
|
d[18]
|
|
4548
4548
|
), /*invalidName*/
|
|
4549
|
-
d[5] ? Y ? Y.p(d,
|
|
4550
|
-
133152 &&
|
|
4549
|
+
d[5] ? Y ? Y.p(d, v) : (Y = zt(d), Y.c(), Y.m(U, null)) : Y && (Y.d(1), Y = null), v[0] & /*invalidName, usernameFocus, disabledFieldsList*/
|
|
4550
|
+
133152 && ae !== (ae = "UserContainer " + /*invalidName*/
|
|
4551
4551
|
(d[5] && !/*usernameFocus*/
|
|
4552
4552
|
d[11] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4553
|
-
(d[17]?.indexOf("username") >= 0 ? "Hidden" : "")) &&
|
|
4553
|
+
(d[17]?.indexOf("username") >= 0 ? "Hidden" : "")) && o(U, "class", ae), v[0] & /*$_*/
|
|
4554
4554
|
1073741824 && ye !== (ye = /*$_*/
|
|
4555
|
-
d[30]("registerPassword") + "") && F(dr, ye),
|
|
4555
|
+
d[30]("registerPassword") + "") && F(dr, ye), v[0] & /*savecredentials*/
|
|
4556
4556
|
2 && Oe !== (Oe = /*savecredentials*/
|
|
4557
|
-
d[1] ? "new-password" : "off") &&
|
|
4557
|
+
d[1] ? "new-password" : "off") && o(L, "autocomplete", Oe), v[0] & /*userPassword*/
|
|
4558
4558
|
1048576 && L.value !== /*userPassword*/
|
|
4559
4559
|
d[20] && ne(
|
|
4560
4560
|
L,
|
|
4561
4561
|
/*userPassword*/
|
|
4562
4562
|
d[20]
|
|
4563
|
-
), $r === ($r = xt(d)) && Se ? Se.p(d,
|
|
4563
|
+
), $r === ($r = xt(d)) && Se ? Se.p(d, v) : (Se.d(1), Se = $r(d), Se && (Se.c(), Se.m(O, je))), /*invalidPassword*/
|
|
4564
4564
|
d[6] && /*simplepasswordvalidation*/
|
|
4565
|
-
d[0] !== "true" ? K ? K.p(d,
|
|
4565
|
+
d[0] !== "true" ? K ? K.p(d, v) : (K = Xt(d), K.c(), K.m(O, Ve)) : K && (K.d(1), K = null), /*invalidPassword*/
|
|
4566
4566
|
d[6] && /*simplepasswordvalidation*/
|
|
4567
|
-
d[0] === "true" ? ee ? ee.p(d,
|
|
4567
|
+
d[0] === "true" ? ee ? ee.p(d, v) : (ee = Zt(d), ee.c(), ee.m(O, null)) : ee && (ee.d(1), ee = null), v[0] & /*invalidPassword, passwordFocus, disabledFieldsList*/
|
|
4568
4568
|
135232 && Le !== (Le = "PasswordContainer " + /*invalidPassword*/
|
|
4569
4569
|
(d[6] && !/*passwordFocus*/
|
|
4570
4570
|
d[12] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4571
|
-
(d[17]?.indexOf("password") >= 0 ? "Hidden" : "")) &&
|
|
4571
|
+
(d[17]?.indexOf("password") >= 0 ? "Hidden" : "")) && o(O, "class", Le), v[0] & /*disabledFieldsList*/
|
|
4572
4572
|
131072 && Me !== (Me = /*disabledFieldsList*/
|
|
4573
|
-
d[17]?.indexOf("password") >= 0) && (O.hidden = Me),
|
|
4573
|
+
d[17]?.indexOf("password") >= 0) && (O.hidden = Me), v[0] & /*$_*/
|
|
4574
4574
|
1073741824 && Re !== (Re = /*$_*/
|
|
4575
|
-
d[30]("registerConfirmPassword") + "") && F(pr, Re),
|
|
4575
|
+
d[30]("registerConfirmPassword") + "") && F(pr, Re), v[0] & /*confirmUserPassword*/
|
|
4576
4576
|
2097152 && Q.value !== /*confirmUserPassword*/
|
|
4577
4577
|
d[21] && ne(
|
|
4578
4578
|
Q,
|
|
4579
4579
|
/*confirmUserPassword*/
|
|
4580
4580
|
d[21]
|
|
4581
|
-
), Qr === (Qr = At(d)) && Pe ? Pe.p(d,
|
|
4582
|
-
d[7] ? re ? re.p(d,
|
|
4581
|
+
), Qr === (Qr = At(d)) && Pe ? Pe.p(d, v) : (Pe.d(1), Pe = Qr(d), Pe && (Pe.c(), Pe.m(j, Qe))), /*invalidConfirmPassword*/
|
|
4582
|
+
d[7] ? re ? re.p(d, v) : (re = Wt(d), re.c(), re.m(j, null)) : re && (re.d(1), re = null), v[0] & /*invalidConfirmPassword, confirmPasswordFocus, disabledFieldsList*/
|
|
4583
4583
|
139392 && ze !== (ze = "ConfirmPasswordContainer " + /*invalidConfirmPassword*/
|
|
4584
4584
|
(d[7] && !/*confirmPasswordFocus*/
|
|
4585
4585
|
d[13] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4586
|
-
(d[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")) &&
|
|
4586
|
+
(d[17]?.indexOf("confirmPassword") >= 0 ? "Hidden" : "")) && o(j, "class", ze), v[0] & /*$_*/
|
|
4587
4587
|
1073741824 && Xe !== (Xe = /*$_*/
|
|
4588
|
-
d[30]("registerPromoCode") + "") && F(Er, Xe),
|
|
4588
|
+
d[30]("registerPromoCode") + "") && F(Er, Xe), v[0] & /*promoCode*/
|
|
4589
4589
|
16777216 && ue.value !== /*promoCode*/
|
|
4590
4590
|
d[24] && ne(
|
|
4591
4591
|
ue,
|
|
4592
4592
|
/*promoCode*/
|
|
4593
4593
|
d[24]
|
|
4594
|
-
),
|
|
4594
|
+
), v[0] & /*disabledFieldsList*/
|
|
4595
4595
|
131072 && Ze !== (Ze = "PromoCodeContainer " + /*disabledFieldsList*/
|
|
4596
|
-
(d[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")) &&
|
|
4596
|
+
(d[17]?.indexOf("promoCode") >= 0 ? "Hidden" : "")) && o(we, "class", Ze), v[0] & /*custominputtextswitch, $_*/
|
|
4597
4597
|
1073741828 && We !== (We = /*custominputtextswitch*/
|
|
4598
4598
|
(d[2] == "true" ? (
|
|
4599
4599
|
/*$_*/
|
|
@@ -4601,18 +4601,18 @@ function Vs(e) {
|
|
|
4601
4601
|
) : (
|
|
4602
4602
|
/*$_*/
|
|
4603
4603
|
d[30]("registerSecurityQuestion")
|
|
4604
|
-
)) + "") && F(
|
|
4604
|
+
)) + "") && F(vr, We), v[0] & /*securityQuestion*/
|
|
4605
4605
|
4194304 && ce.value !== /*securityQuestion*/
|
|
4606
4606
|
d[22] && ne(
|
|
4607
4607
|
ce,
|
|
4608
4608
|
/*securityQuestion*/
|
|
4609
4609
|
d[22]
|
|
4610
4610
|
), /*invalidSecurityQuestion*/
|
|
4611
|
-
d[8] ? te ? te.p(d,
|
|
4611
|
+
d[8] ? te ? te.p(d, v) : (te = qt(d), te.c(), te.m(ge, null)) : te && (te.d(1), te = null), v[0] & /*invalidSecurityQuestion, securityQFocus, disabledFieldsList*/
|
|
4612
4612
|
147712 && Je !== (Je = "SecurityQuestionContainer " + /*invalidSecurityQuestion*/
|
|
4613
4613
|
(d[8] && !/*securityQFocus*/
|
|
4614
4614
|
d[14] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4615
|
-
(d[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")) &&
|
|
4615
|
+
(d[17]?.indexOf("securityQuestion") >= 0 ? "Hidden" : "")) && o(ge, "class", Je), v[0] & /*custominputtextswitch, $_*/
|
|
4616
4616
|
1073741828 && Ye !== (Ye = /*custominputtextswitch*/
|
|
4617
4617
|
(d[2] == "true" ? (
|
|
4618
4618
|
/*$_*/
|
|
@@ -4620,20 +4620,20 @@ function Vs(e) {
|
|
|
4620
4620
|
) : (
|
|
4621
4621
|
/*$_*/
|
|
4622
4622
|
d[30]("registerSecurityAnswer")
|
|
4623
|
-
)) + "") && F(
|
|
4623
|
+
)) + "") && F(_r, Ye), v[0] & /*securityAnswer*/
|
|
4624
4624
|
8388608 && he.value !== /*securityAnswer*/
|
|
4625
4625
|
d[23] && ne(
|
|
4626
4626
|
he,
|
|
4627
4627
|
/*securityAnswer*/
|
|
4628
4628
|
d[23]
|
|
4629
4629
|
), /*invalidSecurityAnswer*/
|
|
4630
|
-
d[9] ? ie ? ie.p(d,
|
|
4630
|
+
d[9] ? ie ? ie.p(d, v) : (ie = Jt(d), ie.c(), ie.m(pe, null)) : ie && (ie.d(1), ie = null), v[0] & /*invalidSecurityAnswer, securityAFocus, disabledFieldsList*/
|
|
4631
4631
|
164352 && er !== (er = "SecurityAnswerContainer " + /*invalidSecurityAnswer*/
|
|
4632
4632
|
(d[9] && !/*securityAFocus*/
|
|
4633
4633
|
d[15] ? "InvalidField" : "") + /*disabledFieldsList*/
|
|
4634
|
-
(d[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")) &&
|
|
4634
|
+
(d[17]?.indexOf("securityAnswer") >= 0 ? "Hidden" : "")) && o(pe, "class", er), v[0] & /*$_*/
|
|
4635
4635
|
1073741824 && I !== (I = /*$_*/
|
|
4636
|
-
d[30]("registerNext") + "") && F(V, I),
|
|
4636
|
+
d[30]("registerNext") + "") && F(V, I), v[0] & /*isValid*/
|
|
4637
4637
|
536870912 && Vr !== (Vr = !/*isValid*/
|
|
4638
4638
|
d[29]) && (p.disabled = Vr);
|
|
4639
4639
|
},
|
|
@@ -4647,7 +4647,7 @@ function Vs(e) {
|
|
|
4647
4647
|
function $s(e, r, t) {
|
|
4648
4648
|
let i;
|
|
4649
4649
|
Ai(e, Rs, (p) => t(30, i = p));
|
|
4650
|
-
let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: u = "false" } = r, { clientstyling:
|
|
4650
|
+
let { lang: n = "" } = r, { disabledfields: s = "" } = r, { simplepasswordvalidation: u = "false" } = r, { clientstyling: a = "" } = r, { clientstylingurl: f = "" } = r, { translationurl: c = "" } = r, { savecredentials: h = "" } = r, { custominputtextswitch: m = "false" } = r, g = !1, b = !1, _ = !1, y = !1, w = !1, B = !1, $ = !1, M = !1, de = !1, G = !1, be = !1, R = !1, De = !1, xe, Ee = "", U = "", Z = "", me = "", W = "", oe = "", ve = "", Ne = !1, k = !1, _e, Ae, ae = {}, D = {
|
|
4651
4651
|
username: !1,
|
|
4652
4652
|
email: !1,
|
|
4653
4653
|
password: !1,
|
|
@@ -4694,18 +4694,18 @@ function $s(e, r, t) {
|
|
|
4694
4694
|
t(22, W = I), br();
|
|
4695
4695
|
break;
|
|
4696
4696
|
case "securityAnswer":
|
|
4697
|
-
t(23,
|
|
4697
|
+
t(23, oe = I), Q();
|
|
4698
4698
|
break;
|
|
4699
4699
|
case "promoCode":
|
|
4700
|
-
t(24,
|
|
4700
|
+
t(24, ve = I), Ue();
|
|
4701
4701
|
break;
|
|
4702
4702
|
}
|
|
4703
4703
|
}, le = () => {
|
|
4704
4704
|
t(29, O = Object.keys(D).every((p) => s.includes(p) ? !0 : D[p] !== !1));
|
|
4705
4705
|
}, L = () => {
|
|
4706
|
-
|
|
4706
|
+
ae.email = U, ye.email.test(U) && U.length <= 100 ? t(4, g = !1) : t(4, g = !0), D.email = !g, le();
|
|
4707
4707
|
}, Oe = () => {
|
|
4708
|
-
|
|
4708
|
+
ae.username = Ee, ye.user.test(Ee) && Ee.length <= 20 ? t(5, b = !1) : t(5, b = !0), D.username = !b, le();
|
|
4709
4709
|
}, Hr = () => {
|
|
4710
4710
|
u == "true" && (ye.password = /^(?!.* ).{8,20}$/);
|
|
4711
4711
|
}, je = () => {
|
|
@@ -4717,17 +4717,17 @@ function $s(e, r, t) {
|
|
|
4717
4717
|
}, Me = () => {
|
|
4718
4718
|
t(26, k = !1), j();
|
|
4719
4719
|
}, gr = () => {
|
|
4720
|
-
t(27,
|
|
4720
|
+
t(27, _e.type = Ne ? "text" : "password", _e);
|
|
4721
4721
|
}, j = () => {
|
|
4722
4722
|
t(28, Ae.type = k ? "text" : "password", Ae);
|
|
4723
4723
|
}, Te = () => !!ye.password.test(Z), Re = () => {
|
|
4724
|
-
|
|
4724
|
+
ae.password = Z, t(6, _ = !Te()), me.length !== 0 && $e(), D.password = !_, le();
|
|
4725
4725
|
}, pr = () => Z === me, $e = () => {
|
|
4726
|
-
|
|
4726
|
+
ae.confirmUserPassword = me, t(7, y = !pr()), D.confirmUserPassword = !y, le();
|
|
4727
4727
|
}, Ue = () => {
|
|
4728
|
-
|
|
4728
|
+
ae.promoCode = ve;
|
|
4729
4729
|
}, br = () => {
|
|
4730
|
-
if (
|
|
4730
|
+
if (ae.securityQuestion = W, W) switch (m) {
|
|
4731
4731
|
case "true":
|
|
4732
4732
|
if (ye.document.test(W) && W.length <= 50) {
|
|
4733
4733
|
t(8, w = !1), D.securityQuestion = !w, le();
|
|
@@ -4743,15 +4743,15 @@ function $s(e, r, t) {
|
|
|
4743
4743
|
}
|
|
4744
4744
|
t(8, w = !0), D.securityQuestion = !w, le();
|
|
4745
4745
|
}, Q = () => {
|
|
4746
|
-
if (
|
|
4746
|
+
if (ae.securityAnswer = oe, oe) switch (m) {
|
|
4747
4747
|
case "true":
|
|
4748
|
-
if (ye.document.test(
|
|
4748
|
+
if (ye.document.test(oe) && oe.length <= 50) {
|
|
4749
4749
|
t(9, B = !1), D.securityAnswer = !B, le();
|
|
4750
4750
|
return;
|
|
4751
4751
|
}
|
|
4752
4752
|
break;
|
|
4753
4753
|
case "false":
|
|
4754
|
-
if (
|
|
4754
|
+
if (oe && oe.length <= 120) {
|
|
4755
4755
|
t(9, B = !1), D.securityAnswer = !B, le();
|
|
4756
4756
|
return;
|
|
4757
4757
|
}
|
|
@@ -4762,7 +4762,7 @@ function $s(e, r, t) {
|
|
|
4762
4762
|
p.preventDefault(), window.postMessage(
|
|
4763
4763
|
{
|
|
4764
4764
|
type: "RegisterStepOne",
|
|
4765
|
-
registerStepOneData:
|
|
4765
|
+
registerStepOneData: ae
|
|
4766
4766
|
},
|
|
4767
4767
|
window.location.href
|
|
4768
4768
|
);
|
|
@@ -4782,7 +4782,7 @@ function $s(e, r, t) {
|
|
|
4782
4782
|
Us(n);
|
|
4783
4783
|
}, we = () => {
|
|
4784
4784
|
let p = document.createElement("style");
|
|
4785
|
-
p.innerHTML =
|
|
4785
|
+
p.innerHTML = a, q.appendChild(p);
|
|
4786
4786
|
}, ke = () => {
|
|
4787
4787
|
let p = new URL(f), I = document.createElement("style");
|
|
4788
4788
|
fetch(p.href).then((V) => V.text()).then((V) => {
|
|
@@ -4816,10 +4816,10 @@ function $s(e, r, t) {
|
|
|
4816
4816
|
const ge = () => t(12, de = !0), He = () => t(12, de = !1);
|
|
4817
4817
|
function We(p) {
|
|
4818
4818
|
Pr[p ? "unshift" : "push"](() => {
|
|
4819
|
-
|
|
4819
|
+
_e = p, t(27, _e);
|
|
4820
4820
|
});
|
|
4821
4821
|
}
|
|
4822
|
-
const
|
|
4822
|
+
const vr = () => Le(), Mr = () => je();
|
|
4823
4823
|
function qe() {
|
|
4824
4824
|
me = this.value, t(21, me);
|
|
4825
4825
|
}
|
|
@@ -4831,15 +4831,15 @@ function $s(e, r, t) {
|
|
|
4831
4831
|
}
|
|
4832
4832
|
const Je = () => Me(), kr = () => Ve();
|
|
4833
4833
|
function pe() {
|
|
4834
|
-
|
|
4834
|
+
ve = this.value, t(24, ve);
|
|
4835
4835
|
}
|
|
4836
4836
|
const Ie = () => t(16, De = !0), Ye = () => t(16, De = !1);
|
|
4837
|
-
function
|
|
4837
|
+
function _r() {
|
|
4838
4838
|
W = this.value, t(22, W);
|
|
4839
4839
|
}
|
|
4840
4840
|
const Fr = () => t(14, be = !0), Ke = () => t(14, be = !1);
|
|
4841
4841
|
function Dr() {
|
|
4842
|
-
|
|
4842
|
+
oe = this.value, t(23, oe);
|
|
4843
4843
|
}
|
|
4844
4844
|
const he = () => t(15, R = !0), Gr = () => t(15, R = !1), er = (p) => yr(p);
|
|
4845
4845
|
function jr(p) {
|
|
@@ -4848,14 +4848,14 @@ function $s(e, r, t) {
|
|
|
4848
4848
|
});
|
|
4849
4849
|
}
|
|
4850
4850
|
return e.$$set = (p) => {
|
|
4851
|
-
"lang" in p && t(44, n = p.lang), "disabledfields" in p && t(45, s = p.disabledfields), "simplepasswordvalidation" in p && t(0, u = p.simplepasswordvalidation), "clientstyling" in p && t(46,
|
|
4851
|
+
"lang" in p && t(44, n = p.lang), "disabledfields" in p && t(45, s = p.disabledfields), "simplepasswordvalidation" in p && t(0, u = p.simplepasswordvalidation), "clientstyling" in p && t(46, a = p.clientstyling), "clientstylingurl" in p && t(47, f = p.clientstylingurl), "translationurl" in p && t(48, c = p.translationurl), "savecredentials" in p && t(1, h = p.savecredentials), "custominputtextswitch" in p && t(2, m = p.custominputtextswitch);
|
|
4852
4852
|
}, e.$$.update = () => {
|
|
4853
4853
|
e.$$.dirty[1] & /*lang*/
|
|
4854
4854
|
8192 && n && Ir(), e.$$.dirty[1] & /*disabledfields*/
|
|
4855
4855
|
16384 && s && ze(), e.$$.dirty[0] & /*simplepasswordvalidation*/
|
|
4856
4856
|
1 && u && Hr(), e.$$.dirty[0] & /*customStylingContainer*/
|
|
4857
4857
|
8 | e.$$.dirty[1] & /*clientstyling*/
|
|
4858
|
-
32768 &&
|
|
4858
|
+
32768 && a && q && we(), e.$$.dirty[0] & /*customStylingContainer*/
|
|
4859
4859
|
8 | e.$$.dirty[1] & /*clientstylingurl*/
|
|
4860
4860
|
65536 && f && q && ke(), e.$$.dirty[1] & /*translationurl*/
|
|
4861
4861
|
131072 && c && dr();
|
|
@@ -4866,7 +4866,7 @@ function $s(e, r, t) {
|
|
|
4866
4866
|
q,
|
|
4867
4867
|
g,
|
|
4868
4868
|
b,
|
|
4869
|
-
|
|
4869
|
+
_,
|
|
4870
4870
|
y,
|
|
4871
4871
|
w,
|
|
4872
4872
|
B,
|
|
@@ -4883,11 +4883,11 @@ function $s(e, r, t) {
|
|
|
4883
4883
|
Z,
|
|
4884
4884
|
me,
|
|
4885
4885
|
W,
|
|
4886
|
-
|
|
4887
|
-
|
|
4886
|
+
oe,
|
|
4887
|
+
ve,
|
|
4888
4888
|
Ne,
|
|
4889
4889
|
k,
|
|
4890
|
-
|
|
4890
|
+
_e,
|
|
4891
4891
|
Ae,
|
|
4892
4892
|
O,
|
|
4893
4893
|
i,
|
|
@@ -4906,7 +4906,7 @@ function $s(e, r, t) {
|
|
|
4906
4906
|
yr,
|
|
4907
4907
|
n,
|
|
4908
4908
|
s,
|
|
4909
|
-
|
|
4909
|
+
a,
|
|
4910
4910
|
f,
|
|
4911
4911
|
c,
|
|
4912
4912
|
Xe,
|
|
@@ -4920,7 +4920,7 @@ function $s(e, r, t) {
|
|
|
4920
4920
|
ge,
|
|
4921
4921
|
He,
|
|
4922
4922
|
We,
|
|
4923
|
-
|
|
4923
|
+
vr,
|
|
4924
4924
|
Mr,
|
|
4925
4925
|
qe,
|
|
4926
4926
|
Rr,
|
|
@@ -4931,7 +4931,7 @@ function $s(e, r, t) {
|
|
|
4931
4931
|
pe,
|
|
4932
4932
|
Ie,
|
|
4933
4933
|
Ye,
|
|
4934
|
-
|
|
4934
|
+
_r,
|
|
4935
4935
|
Fr,
|
|
4936
4936
|
Ke,
|
|
4937
4937
|
Dr,
|