@everymatrix/general-player-forgot-password-form-nd 1.84.2 → 1.85.0
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/{GeneralPlayerForgotPasswordFormNd-q0Rkr7_k.cjs → GeneralPlayerForgotPasswordFormNd-BUHmQ4bm.cjs} +1 -1
- package/components/{GeneralPlayerForgotPasswordFormNd-dxvMBzO1.js → GeneralPlayerForgotPasswordFormNd-DmF1pc4p.js} +1 -1
- package/components/{GeneralPlayerForgotPasswordFormNd-BjZsZd5D.js → GeneralPlayerForgotPasswordFormNd-fV-zedcH.js} +1 -1
- package/components/{GeneralPlayerForgotPasswordSmsForm-BbOiU-Q7.cjs → GeneralPlayerForgotPasswordSmsForm-DBjwfb5b.cjs} +2 -2
- package/components/{GeneralPlayerForgotPasswordSmsForm-CcH-78-j.js → GeneralPlayerForgotPasswordSmsForm-Dcjz0B3u.js} +15 -15
- package/components/{GeneralPlayerForgotPasswordSmsForm-CO22htQd.js → GeneralPlayerForgotPasswordSmsForm-Dv9H1vME.js} +141 -141
- package/es2015/general-player-forgot-password-form-nd.cjs +1 -1
- package/es2015/general-player-forgot-password-form-nd.js +1 -1
- package/esnext/general-player-forgot-password-form-nd.js +1 -1
- package/package.json +1 -1
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
var ce = (t, e, o) => new Promise((i,
|
|
2
|
-
var
|
|
1
|
+
var ce = (t, e, o) => new Promise((i, a) => {
|
|
2
|
+
var s = (p) => {
|
|
3
3
|
try {
|
|
4
4
|
f(o.next(p));
|
|
5
5
|
} catch (g) {
|
|
6
|
-
|
|
6
|
+
a(g);
|
|
7
7
|
}
|
|
8
8
|
}, d = (p) => {
|
|
9
9
|
try {
|
|
10
10
|
f(o.throw(p));
|
|
11
11
|
} catch (g) {
|
|
12
|
-
|
|
12
|
+
a(g);
|
|
13
13
|
}
|
|
14
|
-
}, f = (p) => p.done ? i(p.value) : Promise.resolve(p.value).then(
|
|
14
|
+
}, f = (p) => p.done ? i(p.value) : Promise.resolve(p.value).then(s, d);
|
|
15
15
|
f((o = o.apply(t, e)).next());
|
|
16
16
|
});
|
|
17
|
-
import { i as wt, s as bt, $ as Me, a as gt, b as vt, S as ht, c as Pt, d as yt, f as re, e as kt, g as J, t as ye, h as se, j as Ce, k as Q, l as w, m as Rt, o as St, n as Ct, p as pe, q as ke, r as _t, u as n, v as A, w as l, x as we, y as C, z as q, A as Ne, B as Ee, C as Le, D as xe, E as _e, F as qe, G as zt, H as he, I as Lt, J as xt, K as Tt, L as Mt, M as Et } from "./GeneralPlayerForgotPasswordFormNd-
|
|
17
|
+
import { i as wt, s as bt, $ as Me, a as gt, b as vt, S as ht, c as Pt, d as yt, f as re, e as kt, g as J, t as ye, h as se, j as Ce, k as Q, l as w, m as Rt, o as St, n as Ct, p as pe, q as ke, r as _t, u as n, v as A, w as l, x as we, y as C, z as q, A as Ne, B as Ee, C as Le, D as xe, E as _e, F as qe, G as zt, H as he, I as Lt, J as xt, K as Tt, L as Mt, M as Et } from "./GeneralPlayerForgotPasswordFormNd-DmF1pc4p.js";
|
|
18
18
|
function jt(t) {
|
|
19
19
|
return t < 0.5 ? 4 * t * t * t : 0.5 * Math.pow(2 * t - 2, 3) + 1;
|
|
20
20
|
}
|
|
@@ -25,8 +25,8 @@ function It(t) {
|
|
|
25
25
|
function Te(t) {
|
|
26
26
|
return --t * t * t * t * t + 1;
|
|
27
27
|
}
|
|
28
|
-
function be(t, { delay: e = 0, duration: o = 400, easing: i = jt, amount:
|
|
29
|
-
const d = getComputedStyle(t), f = +d.opacity, p = d.filter === "none" ? "" : d.filter, g = f * (1 -
|
|
28
|
+
function be(t, { delay: e = 0, duration: o = 400, easing: i = jt, amount: a = 5, opacity: s = 0 } = {}) {
|
|
29
|
+
const d = getComputedStyle(t), f = +d.opacity, p = d.filter === "none" ? "" : d.filter, g = f * (1 - s), [m, h] = bt(a);
|
|
30
30
|
return {
|
|
31
31
|
delay: e,
|
|
32
32
|
duration: o,
|
|
@@ -35,16 +35,16 @@ function be(t, { delay: e = 0, duration: o = 400, easing: i = jt, amount: s = 5,
|
|
|
35
35
|
};
|
|
36
36
|
}
|
|
37
37
|
function Ue(t, { delay: e = 0, duration: o = 400, easing: i = wt } = {}) {
|
|
38
|
-
const
|
|
38
|
+
const a = +getComputedStyle(t).opacity;
|
|
39
39
|
return {
|
|
40
40
|
delay: e,
|
|
41
41
|
duration: o,
|
|
42
42
|
easing: i,
|
|
43
|
-
css: (
|
|
43
|
+
css: (s) => `opacity: ${s * a}`
|
|
44
44
|
};
|
|
45
45
|
}
|
|
46
|
-
function Ae(t, { delay: e = 0, duration: o = 400, easing: i = It, start:
|
|
47
|
-
const d = getComputedStyle(t), f = +d.opacity, p = d.transform === "none" ? "" : d.transform, g = 1 -
|
|
46
|
+
function Ae(t, { delay: e = 0, duration: o = 400, easing: i = It, start: a = 0, opacity: s = 0 } = {}) {
|
|
47
|
+
const d = getComputedStyle(t), f = +d.opacity, p = d.transform === "none" ? "" : d.transform, g = 1 - a, m = f * (1 - s);
|
|
48
48
|
return {
|
|
49
49
|
delay: e,
|
|
50
50
|
duration: o,
|
|
@@ -509,7 +509,7 @@ function Ke(t, e, o) {
|
|
|
509
509
|
return i[71] = e[o], i[72] = e, i[73] = o, i;
|
|
510
510
|
}
|
|
511
511
|
function Oe(t) {
|
|
512
|
-
let e, o, i,
|
|
512
|
+
let e, o, i, a, s, d, f, p, g = (
|
|
513
513
|
/*$_*/
|
|
514
514
|
t[10]("resetTitle") + ""
|
|
515
515
|
), m, h, _, L = (
|
|
@@ -524,12 +524,12 @@ function Oe(t) {
|
|
|
524
524
|
);
|
|
525
525
|
return {
|
|
526
526
|
c() {
|
|
527
|
-
e = w("div"), o = w("div"), i = w("button"),
|
|
527
|
+
e = w("div"), o = w("div"), i = w("button"), a = C("×"), f = q(), p = w("h2"), m = C(g), h = q(), _ = w("p"), W = C(L), Y = q(), P && P.c(), V = q(), v && v.c(), n(i, "class", "ResetPwdClose"), n(i, "type", "button"), n(i, "aria-label", s = /*$_*/
|
|
528
528
|
t[10]("close")), n(i, "title", d = /*$_*/
|
|
529
529
|
t[10]("close")), n(p, "id", "ResetPwdTitle"), n(p, "class", "ResetPwdTitle"), n(_, "class", "ResetPwdSub"), n(o, "class", "ResetPwdCard"), n(e, "class", "ResetPwdOverlay"), n(e, "role", "dialog"), n(e, "aria-modal", "true"), n(e, "aria-labelledby", "ResetPwdTitle");
|
|
530
530
|
},
|
|
531
531
|
m(k, F) {
|
|
532
|
-
Q(k, e, F), l(e, o), l(o, i), l(i,
|
|
532
|
+
Q(k, e, F), l(e, o), l(o, i), l(i, a), l(o, f), l(o, p), l(p, m), l(o, h), l(o, _), l(_, W), l(o, Y), P && P.m(o, null), l(o, V), v && v.m(o, null), N = !0, M || (G = we(
|
|
533
533
|
i,
|
|
534
534
|
"click",
|
|
535
535
|
/*closeModal*/
|
|
@@ -538,8 +538,8 @@ function Oe(t) {
|
|
|
538
538
|
},
|
|
539
539
|
p(k, F) {
|
|
540
540
|
t = k, (!N || F[0] & /*$_*/
|
|
541
|
-
1024 &&
|
|
542
|
-
t[10]("close"))) && n(i, "aria-label",
|
|
541
|
+
1024 && s !== (s = /*$_*/
|
|
542
|
+
t[10]("close"))) && n(i, "aria-label", s), (!N || F[0] & /*$_*/
|
|
543
543
|
1024 && d !== (d = /*$_*/
|
|
544
544
|
t[10]("close"))) && n(i, "title", d), (!N || F[0] & /*$_*/
|
|
545
545
|
1024) && g !== (g = /*$_*/
|
|
@@ -590,7 +590,7 @@ function We(t) {
|
|
|
590
590
|
let e, o, i = (
|
|
591
591
|
/*$_*/
|
|
592
592
|
t[10]("enterPhoneHelp") + ""
|
|
593
|
-
),
|
|
593
|
+
), a, s, d, f, p, g = (
|
|
594
594
|
/*$_*/
|
|
595
595
|
t[10]("countryCodeLabel") + ""
|
|
596
596
|
), m, h, _, L, W, Y = (
|
|
@@ -621,7 +621,7 @@ function We(t) {
|
|
|
621
621
|
);
|
|
622
622
|
return {
|
|
623
623
|
c() {
|
|
624
|
-
e = w("section"), o = w("p"),
|
|
624
|
+
e = w("section"), o = w("p"), a = C(i), s = q(), d = w("div"), f = w("div"), p = w("label"), m = C(g), h = q(), E.c(), _ = q(), L = w("div"), W = w("label"), V = C(Y), X = q(), x = w("input"), N = q(), M = w("div"), S && S.c(), G = q(), T && T.c(), P = q(), v = w("button"), F = C(k), n(o, "class", "ResetPwdHelp"), n(p, "class", "ResetPwdLabel"), n(p, "for", "ResetPwdPrefix"), n(f, "class", "ResetPwdField ResetPwdFieldPrefix"), Le(
|
|
625
625
|
f,
|
|
626
626
|
"ResetPwdFieldFilled",
|
|
627
627
|
/*mobilePrefix*/
|
|
@@ -636,7 +636,7 @@ function We(t) {
|
|
|
636
636
|
t[11], n(e, "class", "ResetPwdSection ResetPwdSectionPhone");
|
|
637
637
|
},
|
|
638
638
|
m(y, b) {
|
|
639
|
-
Q(y, e, b), l(e, o), l(o,
|
|
639
|
+
Q(y, e, b), l(e, o), l(o, a), l(e, s), l(e, d), l(d, f), l(f, p), l(p, m), l(f, h), E.m(f, null), l(d, _), l(d, L), l(L, W), l(W, V), l(L, X), l(L, x), xe(
|
|
640
640
|
x,
|
|
641
641
|
/*phone*/
|
|
642
642
|
t[3]
|
|
@@ -658,7 +658,7 @@ function We(t) {
|
|
|
658
658
|
p(y, b) {
|
|
659
659
|
b[0] & /*$_*/
|
|
660
660
|
1024 && i !== (i = /*$_*/
|
|
661
|
-
y[10]("enterPhoneHelp") + "") && A(
|
|
661
|
+
y[10]("enterPhoneHelp") + "") && A(a, i), b[0] & /*$_*/
|
|
662
662
|
1024 && g !== (g = /*$_*/
|
|
663
663
|
y[10]("countryCodeLabel") + "") && A(m, g), te === (te = ge(y)) && E ? E.p(y, b) : (E.d(1), E = te(y), E && (E.c(), E.m(f, null))), b[0] & /*mobilePrefix*/
|
|
664
664
|
16384 && Le(
|
|
@@ -707,37 +707,37 @@ function We(t) {
|
|
|
707
707
|
};
|
|
708
708
|
}
|
|
709
709
|
function Vt(t) {
|
|
710
|
-
let e, o, i,
|
|
710
|
+
let e, o, i, a;
|
|
711
711
|
return {
|
|
712
712
|
c() {
|
|
713
713
|
e = w("input"), n(e, "id", "ResetPwdPrefix"), n(e, "class", "ResetPwdInput ResetPwdInputPrefix"), n(e, "type", "text"), e.readOnly = o = /*phoneprefixeditable*/
|
|
714
714
|
t[0] !== "true", n(e, "autocomplete", "tel-country-code");
|
|
715
715
|
},
|
|
716
|
-
m(
|
|
717
|
-
Q(
|
|
716
|
+
m(s, d) {
|
|
717
|
+
Q(s, e, d), xe(
|
|
718
718
|
e,
|
|
719
719
|
/*mobilePrefix*/
|
|
720
720
|
t[14]
|
|
721
|
-
), i || (
|
|
721
|
+
), i || (a = we(
|
|
722
722
|
e,
|
|
723
723
|
"input",
|
|
724
724
|
/*input_input_handler*/
|
|
725
725
|
t[48]
|
|
726
726
|
), i = !0);
|
|
727
727
|
},
|
|
728
|
-
p(
|
|
728
|
+
p(s, d) {
|
|
729
729
|
d[0] & /*phoneprefixeditable*/
|
|
730
730
|
1 && o !== (o = /*phoneprefixeditable*/
|
|
731
|
-
|
|
731
|
+
s[0] !== "true") && (e.readOnly = o), d[0] & /*mobilePrefix*/
|
|
732
732
|
16384 && e.value !== /*mobilePrefix*/
|
|
733
|
-
|
|
733
|
+
s[14] && xe(
|
|
734
734
|
e,
|
|
735
735
|
/*mobilePrefix*/
|
|
736
|
-
|
|
736
|
+
s[14]
|
|
737
737
|
);
|
|
738
738
|
},
|
|
739
|
-
d(
|
|
740
|
-
|
|
739
|
+
d(s) {
|
|
740
|
+
s && J(e), i = !1, a();
|
|
741
741
|
}
|
|
742
742
|
};
|
|
743
743
|
}
|
|
@@ -763,23 +763,23 @@ function Dt(t) {
|
|
|
763
763
|
t[29]
|
|
764
764
|
);
|
|
765
765
|
},
|
|
766
|
-
m(i,
|
|
767
|
-
Q(i, e,
|
|
766
|
+
m(i, a) {
|
|
767
|
+
Q(i, e, a);
|
|
768
768
|
},
|
|
769
|
-
p(i,
|
|
770
|
-
|
|
769
|
+
p(i, a) {
|
|
770
|
+
a[0] & /*phoneCodes*/
|
|
771
771
|
8192 && he(
|
|
772
772
|
e,
|
|
773
773
|
"items",
|
|
774
774
|
/*phoneCodes*/
|
|
775
775
|
i[13]
|
|
776
|
-
),
|
|
776
|
+
), a[0] & /*mobilePrefix*/
|
|
777
777
|
16384 && he(
|
|
778
778
|
e,
|
|
779
779
|
"value",
|
|
780
780
|
/*mobilePrefix*/
|
|
781
781
|
i[14]
|
|
782
|
-
),
|
|
782
|
+
), a[0] & /*$_*/
|
|
783
783
|
1024 && o !== (o = /*$_*/
|
|
784
784
|
i[10]("invalidPrefix")) && he(e, "errorMessage", o);
|
|
785
785
|
},
|
|
@@ -789,7 +789,7 @@ function Dt(t) {
|
|
|
789
789
|
};
|
|
790
790
|
}
|
|
791
791
|
function Be(t) {
|
|
792
|
-
let e, o, i,
|
|
792
|
+
let e, o, i, a;
|
|
793
793
|
return {
|
|
794
794
|
c() {
|
|
795
795
|
e = w("div"), o = C(
|
|
@@ -797,32 +797,32 @@ function Be(t) {
|
|
|
797
797
|
t[15]
|
|
798
798
|
), n(e, "class", "ResetPwdError");
|
|
799
799
|
},
|
|
800
|
-
m(
|
|
801
|
-
Q(
|
|
800
|
+
m(s, d) {
|
|
801
|
+
Q(s, e, d), l(e, o), a = !0;
|
|
802
802
|
},
|
|
803
|
-
p(
|
|
804
|
-
(!
|
|
803
|
+
p(s, d) {
|
|
804
|
+
(!a || d[0] & /*phoneError*/
|
|
805
805
|
32768) && A(
|
|
806
806
|
o,
|
|
807
807
|
/*phoneError*/
|
|
808
|
-
|
|
808
|
+
s[15]
|
|
809
809
|
);
|
|
810
810
|
},
|
|
811
|
-
i(
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
}),
|
|
811
|
+
i(s) {
|
|
812
|
+
a || (s && ke(() => {
|
|
813
|
+
a && (i || (i = pe(e, be, { amount: 5 }, !0)), i.run(1));
|
|
814
|
+
}), a = !0);
|
|
815
815
|
},
|
|
816
|
-
o(
|
|
817
|
-
|
|
816
|
+
o(s) {
|
|
817
|
+
s && (i || (i = pe(e, be, { amount: 5 }, !1)), i.run(0)), a = !1;
|
|
818
818
|
},
|
|
819
|
-
d(
|
|
820
|
-
|
|
819
|
+
d(s) {
|
|
820
|
+
s && J(e), s && i && i.end();
|
|
821
821
|
}
|
|
822
822
|
};
|
|
823
823
|
}
|
|
824
824
|
function Ye(t) {
|
|
825
|
-
let e, o, i,
|
|
825
|
+
let e, o, i, a;
|
|
826
826
|
return {
|
|
827
827
|
c() {
|
|
828
828
|
e = w("div"), o = C(
|
|
@@ -830,27 +830,27 @@ function Ye(t) {
|
|
|
830
830
|
t[16]
|
|
831
831
|
), n(e, "class", "ResetPwdHint");
|
|
832
832
|
},
|
|
833
|
-
m(
|
|
834
|
-
Q(
|
|
833
|
+
m(s, d) {
|
|
834
|
+
Q(s, e, d), l(e, o), a = !0;
|
|
835
835
|
},
|
|
836
|
-
p(
|
|
837
|
-
(!
|
|
836
|
+
p(s, d) {
|
|
837
|
+
(!a || d[0] & /*phoneInfo*/
|
|
838
838
|
65536) && A(
|
|
839
839
|
o,
|
|
840
840
|
/*phoneInfo*/
|
|
841
|
-
|
|
841
|
+
s[16]
|
|
842
842
|
);
|
|
843
843
|
},
|
|
844
|
-
i(
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
}),
|
|
844
|
+
i(s) {
|
|
845
|
+
a || (s && ke(() => {
|
|
846
|
+
a && (i || (i = pe(e, be, { amount: 5 }, !0)), i.run(1));
|
|
847
|
+
}), a = !0);
|
|
848
848
|
},
|
|
849
|
-
o(
|
|
850
|
-
|
|
849
|
+
o(s) {
|
|
850
|
+
s && (i || (i = pe(e, be, { amount: 5 }, !1)), i.run(0)), a = !1;
|
|
851
851
|
},
|
|
852
|
-
d(
|
|
853
|
-
|
|
852
|
+
d(s) {
|
|
853
|
+
s && J(e), s && i && i.end();
|
|
854
854
|
}
|
|
855
855
|
};
|
|
856
856
|
}
|
|
@@ -858,7 +858,7 @@ function Ge(t) {
|
|
|
858
858
|
let e, o, i = (
|
|
859
859
|
/*$_*/
|
|
860
860
|
t[10]("enterCodeTitle") + ""
|
|
861
|
-
),
|
|
861
|
+
), a, s, d, f = (
|
|
862
862
|
/*$_*/
|
|
863
863
|
t[10]("codeSubtitle").replace("{n}", String(
|
|
864
864
|
/*codeLength*/
|
|
@@ -891,7 +891,7 @@ function Ge(t) {
|
|
|
891
891
|
), z = (
|
|
892
892
|
/*codeExpiredHint*/
|
|
893
893
|
t[18] && /*remainingSeconds*/
|
|
894
|
-
t[
|
|
894
|
+
t[9] === 0 && Qe(t)
|
|
895
895
|
), U = (
|
|
896
896
|
/*expiresAt*/
|
|
897
897
|
t[5] && Xe(t)
|
|
@@ -907,7 +907,7 @@ function Ge(t) {
|
|
|
907
907
|
let ve = H(t), oe = ve(t);
|
|
908
908
|
return {
|
|
909
909
|
c() {
|
|
910
|
-
e = w("section"), o = w("h3"),
|
|
910
|
+
e = w("section"), o = w("h3"), a = C(i), s = q(), d = w("p"), p = C(f), g = q(), m = w("div"), h = w("div"), _ = w("label"), W = C(L), Y = q(), V = w("div");
|
|
911
911
|
for (let u = 0; u < Z.length; u += 1)
|
|
912
912
|
Z[u].c();
|
|
913
913
|
x = q(), R = w("div"), D && D.c(), N = q(), z && z.c(), M = q(), G = w("div"), P = w("div"), v = w("div"), k = w("span"), F = w("strong"), fe = C(ae), ge = C(":"), te = q(), E = w("span"), S = C(
|
|
@@ -927,7 +927,7 @@ function Ge(t) {
|
|
|
927
927
|
t[20], n(e, "class", "ResetPwdSection ResetPwdSectionCode"), n(e, "aria-labelledby", "ResetPwdCodeTitle");
|
|
928
928
|
},
|
|
929
929
|
m(u, j) {
|
|
930
|
-
Q(u, e, j), l(e, o), l(o,
|
|
930
|
+
Q(u, e, j), l(e, o), l(o, a), l(e, s), l(e, d), l(d, p), l(e, g), l(e, m), l(m, h), l(h, _), l(_, W), l(h, Y), l(h, V);
|
|
931
931
|
for (let K = 0; K < Z.length; K += 1)
|
|
932
932
|
Z[K] && Z[K].m(V, null);
|
|
933
933
|
l(e, x), l(e, R), D && D.m(R, null), l(R, N), z && z.m(R, null), l(e, M), l(e, G), l(G, P), l(P, v), l(v, k), l(k, F), l(F, fe), l(F, ge), l(k, te), l(k, E), l(E, S), l(v, T), U && U.m(v, null), l(P, y), l(P, b), oe.m(b, null), l(e, ne), l(e, le), l(le, de), ue || (Re = [
|
|
@@ -948,7 +948,7 @@ function Ge(t) {
|
|
|
948
948
|
p(u, j) {
|
|
949
949
|
if (j[0] & /*$_*/
|
|
950
950
|
1024 && i !== (i = /*$_*/
|
|
951
|
-
u[10]("enterCodeTitle") + "") && A(
|
|
951
|
+
u[10]("enterCodeTitle") + "") && A(a, i), j[0] & /*$_*/
|
|
952
952
|
1024 && f !== (f = /*$_*/
|
|
953
953
|
u[10]("codeSubtitle").replace("{n}", String(
|
|
954
954
|
/*codeLength*/
|
|
@@ -978,8 +978,8 @@ function Ge(t) {
|
|
|
978
978
|
D = null;
|
|
979
979
|
}), Ce()), /*codeExpiredHint*/
|
|
980
980
|
u[18] && /*remainingSeconds*/
|
|
981
|
-
u[
|
|
982
|
-
|
|
981
|
+
u[9] === 0 ? z ? (z.p(u, j), j[0] & /*codeExpiredHint, remainingSeconds*/
|
|
982
|
+
262656 && se(z, 1)) : (z = Qe(u), z.c(), se(z, 1), z.m(R, null)) : z && (_e(), ye(z, 1, 1, () => {
|
|
983
983
|
z = null;
|
|
984
984
|
}), Ce()), j[0] & /*$_*/
|
|
985
985
|
1024 && ae !== (ae = /*$_*/
|
|
@@ -1018,16 +1018,16 @@ function Ge(t) {
|
|
|
1018
1018
|
};
|
|
1019
1019
|
}
|
|
1020
1020
|
function Ze(t) {
|
|
1021
|
-
let e, o, i,
|
|
1021
|
+
let e, o, i, a = (
|
|
1022
1022
|
/*index*/
|
|
1023
1023
|
t[73]
|
|
1024
|
-
),
|
|
1024
|
+
), s, d;
|
|
1025
1025
|
const f = () => (
|
|
1026
1026
|
/*input_binding*/
|
|
1027
|
-
t[50](e,
|
|
1027
|
+
t[50](e, a)
|
|
1028
1028
|
), p = () => (
|
|
1029
1029
|
/*input_binding*/
|
|
1030
|
-
t[50](null,
|
|
1030
|
+
t[50](null, a)
|
|
1031
1031
|
);
|
|
1032
1032
|
function g(...h) {
|
|
1033
1033
|
return (
|
|
@@ -1059,10 +1059,10 @@ function Ze(t) {
|
|
|
1059
1059
|
t[17] ? "true" : "false");
|
|
1060
1060
|
},
|
|
1061
1061
|
m(h, _) {
|
|
1062
|
-
Q(h, e, _), f(),
|
|
1062
|
+
Q(h, e, _), f(), s || (d = [
|
|
1063
1063
|
we(e, "input", g),
|
|
1064
1064
|
we(e, "keydown", m)
|
|
1065
|
-
],
|
|
1065
|
+
], s = !0);
|
|
1066
1066
|
},
|
|
1067
1067
|
p(h, _) {
|
|
1068
1068
|
t = h, _[0] & /*codeDigits*/
|
|
@@ -1072,17 +1072,17 @@ function Ze(t) {
|
|
|
1072
1072
|
t[73]
|
|
1073
1073
|
]) && e.value !== o && (e.value = o), _[0] & /*codeError*/
|
|
1074
1074
|
131072 && i !== (i = /*codeError*/
|
|
1075
|
-
t[17] ? "true" : "false") && n(e, "aria-invalid", i),
|
|
1076
|
-
t[73] && (p(),
|
|
1075
|
+
t[17] ? "true" : "false") && n(e, "aria-invalid", i), a !== /*index*/
|
|
1076
|
+
t[73] && (p(), a = /*index*/
|
|
1077
1077
|
t[73], f());
|
|
1078
1078
|
},
|
|
1079
1079
|
d(h) {
|
|
1080
|
-
h && J(e), p(),
|
|
1080
|
+
h && J(e), p(), s = !1, Ee(d);
|
|
1081
1081
|
}
|
|
1082
1082
|
};
|
|
1083
1083
|
}
|
|
1084
1084
|
function Je(t) {
|
|
1085
|
-
let e, o, i,
|
|
1085
|
+
let e, o, i, a;
|
|
1086
1086
|
return {
|
|
1087
1087
|
c() {
|
|
1088
1088
|
e = w("div"), o = C(
|
|
@@ -1090,32 +1090,32 @@ function Je(t) {
|
|
|
1090
1090
|
t[17]
|
|
1091
1091
|
), n(e, "class", "ResetPwdError");
|
|
1092
1092
|
},
|
|
1093
|
-
m(
|
|
1094
|
-
Q(
|
|
1093
|
+
m(s, d) {
|
|
1094
|
+
Q(s, e, d), l(e, o), a = !0;
|
|
1095
1095
|
},
|
|
1096
|
-
p(
|
|
1097
|
-
(!
|
|
1096
|
+
p(s, d) {
|
|
1097
|
+
(!a || d[0] & /*codeError*/
|
|
1098
1098
|
131072) && A(
|
|
1099
1099
|
o,
|
|
1100
1100
|
/*codeError*/
|
|
1101
|
-
|
|
1101
|
+
s[17]
|
|
1102
1102
|
);
|
|
1103
1103
|
},
|
|
1104
|
-
i(
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
}),
|
|
1104
|
+
i(s) {
|
|
1105
|
+
a || (s && ke(() => {
|
|
1106
|
+
a && (i || (i = pe(e, be, { amount: 5 }, !0)), i.run(1));
|
|
1107
|
+
}), a = !0);
|
|
1108
1108
|
},
|
|
1109
|
-
o(
|
|
1110
|
-
|
|
1109
|
+
o(s) {
|
|
1110
|
+
s && (i || (i = pe(e, be, { amount: 5 }, !1)), i.run(0)), a = !1;
|
|
1111
1111
|
},
|
|
1112
|
-
d(
|
|
1113
|
-
|
|
1112
|
+
d(s) {
|
|
1113
|
+
s && J(e), s && i && i.end();
|
|
1114
1114
|
}
|
|
1115
1115
|
};
|
|
1116
1116
|
}
|
|
1117
1117
|
function Qe(t) {
|
|
1118
|
-
let e, o, i,
|
|
1118
|
+
let e, o, i, a;
|
|
1119
1119
|
return {
|
|
1120
1120
|
c() {
|
|
1121
1121
|
e = w("div"), o = C(
|
|
@@ -1123,27 +1123,27 @@ function Qe(t) {
|
|
|
1123
1123
|
t[18]
|
|
1124
1124
|
), n(e, "class", "ResetPwdHint");
|
|
1125
1125
|
},
|
|
1126
|
-
m(
|
|
1127
|
-
Q(
|
|
1126
|
+
m(s, d) {
|
|
1127
|
+
Q(s, e, d), l(e, o), a = !0;
|
|
1128
1128
|
},
|
|
1129
|
-
p(
|
|
1130
|
-
(!
|
|
1129
|
+
p(s, d) {
|
|
1130
|
+
(!a || d[0] & /*codeExpiredHint*/
|
|
1131
1131
|
262144) && A(
|
|
1132
1132
|
o,
|
|
1133
1133
|
/*codeExpiredHint*/
|
|
1134
|
-
|
|
1134
|
+
s[18]
|
|
1135
1135
|
);
|
|
1136
1136
|
},
|
|
1137
|
-
i(
|
|
1138
|
-
|
|
1139
|
-
|
|
1140
|
-
}),
|
|
1137
|
+
i(s) {
|
|
1138
|
+
a || (s && ke(() => {
|
|
1139
|
+
a && (i || (i = pe(e, be, { amount: 5 }, !0)), i.run(1));
|
|
1140
|
+
}), a = !0);
|
|
1141
1141
|
},
|
|
1142
|
-
o(
|
|
1143
|
-
|
|
1142
|
+
o(s) {
|
|
1143
|
+
s && (i || (i = pe(e, be, { amount: 5 }, !1)), i.run(0)), a = !1;
|
|
1144
1144
|
},
|
|
1145
|
-
d(
|
|
1146
|
-
|
|
1145
|
+
d(s) {
|
|
1146
|
+
s && J(e), s && i && i.end();
|
|
1147
1147
|
}
|
|
1148
1148
|
};
|
|
1149
1149
|
}
|
|
@@ -1151,25 +1151,25 @@ function Xe(t) {
|
|
|
1151
1151
|
let e, o, i = (
|
|
1152
1152
|
/*$_*/
|
|
1153
1153
|
t[10]("expiresIn") + ""
|
|
1154
|
-
),
|
|
1154
|
+
), a, s, d, f, p, g;
|
|
1155
1155
|
return {
|
|
1156
1156
|
c() {
|
|
1157
|
-
e = w("span"), o = w("strong"),
|
|
1157
|
+
e = w("span"), o = w("strong"), a = C(i), s = C(":"), d = q(), f = w("span"), p = C(
|
|
1158
1158
|
/*remainingSeconds*/
|
|
1159
|
-
t[
|
|
1159
|
+
t[9]
|
|
1160
1160
|
), g = C("s"), n(f, "class", "ResetPwdExpires"), n(e, "class", "ResetPwdMeta");
|
|
1161
1161
|
},
|
|
1162
1162
|
m(m, h) {
|
|
1163
|
-
Q(m, e, h), l(e, o), l(o,
|
|
1163
|
+
Q(m, e, h), l(e, o), l(o, a), l(o, s), l(e, d), l(e, f), l(f, p), l(f, g);
|
|
1164
1164
|
},
|
|
1165
1165
|
p(m, h) {
|
|
1166
1166
|
h[0] & /*$_*/
|
|
1167
1167
|
1024 && i !== (i = /*$_*/
|
|
1168
|
-
m[10]("expiresIn") + "") && A(
|
|
1169
|
-
|
|
1168
|
+
m[10]("expiresIn") + "") && A(a, i), h[0] & /*remainingSeconds*/
|
|
1169
|
+
512 && A(
|
|
1170
1170
|
p,
|
|
1171
1171
|
/*remainingSeconds*/
|
|
1172
|
-
m[
|
|
1172
|
+
m[9]
|
|
1173
1173
|
);
|
|
1174
1174
|
},
|
|
1175
1175
|
d(m) {
|
|
@@ -1186,11 +1186,11 @@ function Ht(t) {
|
|
|
1186
1186
|
c() {
|
|
1187
1187
|
o = C(e);
|
|
1188
1188
|
},
|
|
1189
|
-
m(i,
|
|
1190
|
-
Q(i, o,
|
|
1189
|
+
m(i, a) {
|
|
1190
|
+
Q(i, o, a);
|
|
1191
1191
|
},
|
|
1192
|
-
p(i,
|
|
1193
|
-
|
|
1192
|
+
p(i, a) {
|
|
1193
|
+
a[0] & /*$_*/
|
|
1194
1194
|
1024 && e !== (e = /*$_*/
|
|
1195
1195
|
i[10]("resendCode") + "") && A(o, e);
|
|
1196
1196
|
},
|
|
@@ -1203,29 +1203,29 @@ function Kt(t) {
|
|
|
1203
1203
|
let e = (
|
|
1204
1204
|
/*$_*/
|
|
1205
1205
|
t[10]("resendCode") + ""
|
|
1206
|
-
), o, i,
|
|
1206
|
+
), o, i, a, s, d, f;
|
|
1207
1207
|
return {
|
|
1208
1208
|
c() {
|
|
1209
|
-
o = C(e), i = C(" ("),
|
|
1209
|
+
o = C(e), i = C(" ("), a = w("span"), s = C(
|
|
1210
1210
|
/*resendSeconds*/
|
|
1211
|
-
t[
|
|
1212
|
-
), d = C("s"), f = C(")"), n(
|
|
1211
|
+
t[21]
|
|
1212
|
+
), d = C("s"), f = C(")"), n(a, "class", "ResetPwdResend");
|
|
1213
1213
|
},
|
|
1214
1214
|
m(p, g) {
|
|
1215
|
-
Q(p, o, g), Q(p, i, g), Q(p,
|
|
1215
|
+
Q(p, o, g), Q(p, i, g), Q(p, a, g), l(a, s), l(a, d), Q(p, f, g);
|
|
1216
1216
|
},
|
|
1217
1217
|
p(p, g) {
|
|
1218
1218
|
g[0] & /*$_*/
|
|
1219
1219
|
1024 && e !== (e = /*$_*/
|
|
1220
1220
|
p[10]("resendCode") + "") && A(o, e), g[0] & /*resendSeconds*/
|
|
1221
|
-
|
|
1222
|
-
|
|
1221
|
+
2097152 && A(
|
|
1222
|
+
s,
|
|
1223
1223
|
/*resendSeconds*/
|
|
1224
|
-
p[
|
|
1224
|
+
p[21]
|
|
1225
1225
|
);
|
|
1226
1226
|
},
|
|
1227
1227
|
d(p) {
|
|
1228
|
-
p && (J(o), J(i), J(
|
|
1228
|
+
p && (J(o), J(i), J(a), J(f));
|
|
1229
1229
|
}
|
|
1230
1230
|
};
|
|
1231
1231
|
}
|
|
@@ -1238,12 +1238,12 @@ function Ot(t) {
|
|
|
1238
1238
|
c() {
|
|
1239
1239
|
e = w("div"), o && o.c();
|
|
1240
1240
|
},
|
|
1241
|
-
m(i,
|
|
1242
|
-
Q(i, e,
|
|
1241
|
+
m(i, a) {
|
|
1242
|
+
Q(i, e, a), o && o.m(e, null), t[53](e);
|
|
1243
1243
|
},
|
|
1244
|
-
p(i,
|
|
1244
|
+
p(i, a) {
|
|
1245
1245
|
/*isModalOpen*/
|
|
1246
|
-
i[12] ? o ? (o.p(i,
|
|
1246
|
+
i[12] ? o ? (o.p(i, a), a[0] & /*isModalOpen*/
|
|
1247
1247
|
4096 && se(o, 1)) : (o = Oe(i), o.c(), se(o, 1), o.m(e, null)) : o && (_e(), ye(o, 1, 1, () => {
|
|
1248
1248
|
o = null;
|
|
1249
1249
|
}), Ce());
|
|
@@ -1276,7 +1276,7 @@ function $e(t, e = "error") {
|
|
|
1276
1276
|
);
|
|
1277
1277
|
}
|
|
1278
1278
|
function Bt(t, e, o) {
|
|
1279
|
-
let i,
|
|
1279
|
+
let i, a, s, d, f, p, g, m;
|
|
1280
1280
|
Rt(t, Et, (r) => o(10, m = r));
|
|
1281
1281
|
let { clientstyling: h = "" } = e, { clientstylingurl: _ = "" } = e, { translationurl: L = "" } = e, { mbsource: W } = e, { phoneregex: Y = "" } = e, { phoneprefixeditable: V = "true" } = e, { smscodelength: X = "6" } = e, { smscodemaxattempts: x = "5" } = e, { smscodettl: R = "5" } = e, { resenddelay: N = "1" } = e, { endpoint: M = "" } = e, { lang: G = "en" } = e, P, v = "phone", k = !1, F = !0;
|
|
1282
1282
|
const ae = { duration: 140, easing: Te }, fe = {
|
|
@@ -1508,16 +1508,16 @@ function Bt(t, e, o) {
|
|
|
1508
1508
|
32 && W && P && Tt(P, `${W}.Style`), t.$$.dirty[1] & /*lang*/
|
|
1509
1509
|
4096 && G && at(), t.$$.dirty[1] & /*translationurl*/
|
|
1510
1510
|
16 && L && st(L), t.$$.dirty[0] & /*expiresAt, now*/
|
|
1511
|
-
160 && o(
|
|
1512
|
-
192 && o(
|
|
1513
|
-
544 && o(44,
|
|
1511
|
+
160 && o(9, i = de ? Math.max(0, Math.ceil((de - ie) / 1e3)) : 0), t.$$.dirty[0] & /*canResendAt, now*/
|
|
1512
|
+
192 && o(21, a = ue ? Math.max(0, Math.ceil((ue - ie) / 1e3)) : 0), t.$$.dirty[0] & /*expiresAt, remainingSeconds*/
|
|
1513
|
+
544 && o(44, s = !!de && i === 0), t.$$.dirty[0] & /*step, phone, $_*/
|
|
1514
1514
|
1036 && o(15, T = v === "phone" && E ? D(E) ? "" : m("invalidPhone") : ""), t.$$.dirty[0] & /*codeDigits*/
|
|
1515
1515
|
256 && o(46, d = H.join("")), t.$$.dirty[0] & /*codeDigits*/
|
|
1516
1516
|
256 && o(47, f = H.every((r) => /^\d$/.test(r))), t.$$.dirty[1] & /*isCodeFilled, codeCombined*/
|
|
1517
1517
|
98304 && o(45, p = f && d.length === z), t.$$.dirty[0] & /*codeDigits*/
|
|
1518
1518
|
256 && ($ = H.join("")), t.$$.dirty[0] & /*attemptsRemaining*/
|
|
1519
1519
|
16 | t.$$.dirty[1] & /*isCodeValid, isTokenExpired*/
|
|
1520
|
-
24576 && o(20, g = !p ||
|
|
1520
|
+
24576 && o(20, g = !p || s || ne <= 0);
|
|
1521
1521
|
}, [
|
|
1522
1522
|
V,
|
|
1523
1523
|
P,
|
|
@@ -1528,7 +1528,7 @@ function Bt(t, e, o) {
|
|
|
1528
1528
|
ue,
|
|
1529
1529
|
ie,
|
|
1530
1530
|
H,
|
|
1531
|
-
|
|
1531
|
+
i,
|
|
1532
1532
|
m,
|
|
1533
1533
|
k,
|
|
1534
1534
|
F,
|
|
@@ -1540,7 +1540,7 @@ function Bt(t, e, o) {
|
|
|
1540
1540
|
me,
|
|
1541
1541
|
U,
|
|
1542
1542
|
g,
|
|
1543
|
-
|
|
1543
|
+
a,
|
|
1544
1544
|
ae,
|
|
1545
1545
|
fe,
|
|
1546
1546
|
ge,
|
|
@@ -1563,7 +1563,7 @@ function Bt(t, e, o) {
|
|
|
1563
1563
|
N,
|
|
1564
1564
|
M,
|
|
1565
1565
|
G,
|
|
1566
|
-
|
|
1566
|
+
s,
|
|
1567
1567
|
p,
|
|
1568
1568
|
d,
|
|
1569
1569
|
f,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(e){return function(...r){try{return e.apply(this,r)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/GeneralPlayerForgotPasswordFormNd-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(e){return function(...r){try{return e.apply(this,r)}catch(t){if(t instanceof DOMException&&t.message.includes("has already been used with this registry")||t.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw t}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/GeneralPlayerForgotPasswordFormNd-BUHmQ4bm.cjs")).then(e=>e.GeneralPlayerForgotPasswordFormNd_ce).then(({default:e})=>{!customElements.get("general-player-forgot-password-form-nd")&&customElements.define("general-player-forgot-password-form-nd",e.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/GeneralPlayerForgotPasswordFormNd-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/GeneralPlayerForgotPasswordFormNd-DmF1pc4p.js").then((e) => e.N).then(({ default: e }) => {
|
|
14
14
|
!customElements.get("general-player-forgot-password-form-nd") && customElements.define(
|
|
15
15
|
"general-player-forgot-password-form-nd",
|
|
16
16
|
e.element
|