@everymatrix/general-player-login-form 1.63.2 → 1.64.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/{GeneralPlayerLoginForm-DS12mJtt.js → GeneralPlayerLoginForm-BNFAIasR.js} +65 -65
- package/components/{GeneralPlayerLoginForm-i4oeSokc.cjs → GeneralPlayerLoginForm-BsDmrar4.cjs} +3 -3
- package/components/{GeneralPlayerLoginForm-fwtz_NeI.js → GeneralPlayerLoginForm-DjyJXynH.js} +64 -64
- package/components/{GeneralPlayerSmsVerificationForm-GzPesDNO.js → GeneralPlayerSmsVerificationForm-3BxG64ts.js} +49 -49
- package/components/{GeneralPlayerSmsVerificationForm-BQxKG7_7.cjs → GeneralPlayerSmsVerificationForm-gUQO40_M.cjs} +1 -1
- package/components/{GeneralPlayerSmsVerificationForm-Bsr2DjZ1.js → GeneralPlayerSmsVerificationForm-kB3jhQtm.js} +50 -50
- package/es2015/general-player-login-form.cjs +1 -1
- package/es2015/general-player-login-form.js +1 -1
- package/esnext/general-player-login-form.js +1 -1
- package/package.json +1 -1
package/components/{GeneralPlayerLoginForm-fwtz_NeI.js → GeneralPlayerLoginForm-DjyJXynH.js}
RENAMED
|
@@ -131,7 +131,7 @@ function re(e, t) {
|
|
|
131
131
|
function rt(e, t) {
|
|
132
132
|
e.value = t == null ? "" : t;
|
|
133
133
|
}
|
|
134
|
-
function
|
|
134
|
+
function Bn(e) {
|
|
135
135
|
const t = {};
|
|
136
136
|
return e.childNodes.forEach(
|
|
137
137
|
/** @param {Element} node */
|
|
@@ -144,15 +144,15 @@ let ze;
|
|
|
144
144
|
function Ve(e) {
|
|
145
145
|
ze = e;
|
|
146
146
|
}
|
|
147
|
-
function
|
|
147
|
+
function Hn() {
|
|
148
148
|
if (!ze)
|
|
149
149
|
throw new Error("Function called outside component initialization");
|
|
150
150
|
return ze;
|
|
151
151
|
}
|
|
152
152
|
function An(e) {
|
|
153
|
-
|
|
153
|
+
Hn().$$.on_mount.push(e);
|
|
154
154
|
}
|
|
155
|
-
const
|
|
155
|
+
const He = [], ut = [];
|
|
156
156
|
let Ae = [];
|
|
157
157
|
const nr = [], In = /* @__PURE__ */ Promise.resolve();
|
|
158
158
|
let At = !1;
|
|
@@ -170,21 +170,21 @@ function ee() {
|
|
|
170
170
|
const e = ze;
|
|
171
171
|
do {
|
|
172
172
|
try {
|
|
173
|
-
for (; Te <
|
|
174
|
-
const t =
|
|
173
|
+
for (; Te < He.length; ) {
|
|
174
|
+
const t = He[Te];
|
|
175
175
|
Te++, Ve(t), Cn(t.$$);
|
|
176
176
|
}
|
|
177
177
|
} catch (t) {
|
|
178
|
-
throw
|
|
178
|
+
throw He.length = 0, Te = 0, t;
|
|
179
179
|
}
|
|
180
|
-
for (Ve(null),
|
|
180
|
+
for (Ve(null), He.length = 0, Te = 0; ut.length; )
|
|
181
181
|
ut.pop()();
|
|
182
182
|
for (let t = 0; t < Ae.length; t += 1) {
|
|
183
183
|
const r = Ae[t];
|
|
184
184
|
Et.has(r) || (Et.add(r), r());
|
|
185
185
|
}
|
|
186
186
|
Ae.length = 0;
|
|
187
|
-
} while (
|
|
187
|
+
} while (He.length);
|
|
188
188
|
for (; nr.length; )
|
|
189
189
|
nr.pop()();
|
|
190
190
|
At = !1, Et.clear(), Ve(e);
|
|
@@ -216,7 +216,7 @@ function Un(e, t) {
|
|
|
216
216
|
r.fragment !== null && (Ln(r.after_update), Me(r.on_destroy), r.fragment && r.fragment.d(t), r.on_destroy = r.fragment = null, r.ctx = []);
|
|
217
217
|
}
|
|
218
218
|
function Fn(e, t) {
|
|
219
|
-
e.$$.dirty[0] === -1 && (
|
|
219
|
+
e.$$.dirty[0] === -1 && (He.push(e), On(), e.$$.dirty.fill(0)), e.$$.dirty[t / 31 | 0] |= 1 << t % 31;
|
|
220
220
|
}
|
|
221
221
|
function Dn(e, t, r, n, i, o, s = null, a = [-1]) {
|
|
222
222
|
const u = ze;
|
|
@@ -319,7 +319,7 @@ typeof HTMLElement == "function" && (Mr = class extends HTMLElement {
|
|
|
319
319
|
};
|
|
320
320
|
if (yield Promise.resolve(), !this.$$cn || this.$$c)
|
|
321
321
|
return;
|
|
322
|
-
const r = {}, n =
|
|
322
|
+
const r = {}, n = Bn(this);
|
|
323
323
|
for (const o of this.$$s)
|
|
324
324
|
o in n && (r[o] = [t(o)]);
|
|
325
325
|
for (const o of this.attributes) {
|
|
@@ -1006,7 +1006,7 @@ const ur = [], cr = {}, ri = (e, t = 0) => {
|
|
|
1006
1006
|
cr[e] = r, ur.push(e);
|
|
1007
1007
|
}
|
|
1008
1008
|
return cr[e];
|
|
1009
|
-
},
|
|
1009
|
+
}, Be = [];
|
|
1010
1010
|
function ni(e, t) {
|
|
1011
1011
|
return {
|
|
1012
1012
|
subscribe: pt(e, t).subscribe
|
|
@@ -1017,13 +1017,13 @@ function pt(e, t = Z) {
|
|
|
1017
1017
|
const n = /* @__PURE__ */ new Set();
|
|
1018
1018
|
function i(a) {
|
|
1019
1019
|
if (Cr(e, a) && (e = a, r)) {
|
|
1020
|
-
const u = !
|
|
1020
|
+
const u = !Be.length;
|
|
1021
1021
|
for (const l of n)
|
|
1022
|
-
l[1](),
|
|
1022
|
+
l[1](), Be.push(l, e);
|
|
1023
1023
|
if (u) {
|
|
1024
|
-
for (let l = 0; l <
|
|
1025
|
-
|
|
1026
|
-
|
|
1024
|
+
for (let l = 0; l < Be.length; l += 2)
|
|
1025
|
+
Be[l][0](Be[l + 1]);
|
|
1026
|
+
Be.length = 0;
|
|
1027
1027
|
}
|
|
1028
1028
|
}
|
|
1029
1029
|
}
|
|
@@ -1186,7 +1186,7 @@ function xt(e, t, r) {
|
|
|
1186
1186
|
return e.concat(o || Array.prototype.slice.call(t));
|
|
1187
1187
|
}
|
|
1188
1188
|
function St(e, t) {
|
|
1189
|
-
var r = t && t.cache ? t.cache :
|
|
1189
|
+
var r = t && t.cache ? t.cache : Bi, n = t && t.serializer ? t.serializer : Pi, i = t && t.strategy ? t.strategy : xi;
|
|
1190
1190
|
return i(e, {
|
|
1191
1191
|
cache: r,
|
|
1192
1192
|
serializer: n
|
|
@@ -1227,7 +1227,7 @@ var Pi = function() {
|
|
|
1227
1227
|
this.cache[t] = r;
|
|
1228
1228
|
}, e;
|
|
1229
1229
|
}()
|
|
1230
|
-
),
|
|
1230
|
+
), Bi = {
|
|
1231
1231
|
create: function() {
|
|
1232
1232
|
return new Ti();
|
|
1233
1233
|
}
|
|
@@ -1258,7 +1258,7 @@ var Oe;
|
|
|
1258
1258
|
function fr(e) {
|
|
1259
1259
|
return e.type === P.literal;
|
|
1260
1260
|
}
|
|
1261
|
-
function
|
|
1261
|
+
function Hi(e) {
|
|
1262
1262
|
return e.type === P.argument;
|
|
1263
1263
|
}
|
|
1264
1264
|
function Vr(e) {
|
|
@@ -1380,15 +1380,15 @@ function Oi(e) {
|
|
|
1380
1380
|
return "";
|
|
1381
1381
|
}), t;
|
|
1382
1382
|
}
|
|
1383
|
-
var
|
|
1384
|
-
return
|
|
1383
|
+
var B = function() {
|
|
1384
|
+
return B = Object.assign || function(t) {
|
|
1385
1385
|
for (var r, n = 1, i = arguments.length; n < i; n++) {
|
|
1386
1386
|
r = arguments[n];
|
|
1387
1387
|
for (var o in r)
|
|
1388
1388
|
Object.prototype.hasOwnProperty.call(r, o) && (t[o] = r[o]);
|
|
1389
1389
|
}
|
|
1390
1390
|
return t;
|
|
1391
|
-
},
|
|
1391
|
+
}, B.apply(this, arguments);
|
|
1392
1392
|
};
|
|
1393
1393
|
var Ci = /[\t-\r \x85\u200E\u200F\u2028\u2029]/i;
|
|
1394
1394
|
function Li(e) {
|
|
@@ -1512,13 +1512,13 @@ function Ui(e) {
|
|
|
1512
1512
|
t.notation = "compact", t.compactDisplay = "long";
|
|
1513
1513
|
continue;
|
|
1514
1514
|
case "scientific":
|
|
1515
|
-
t =
|
|
1516
|
-
return
|
|
1515
|
+
t = B(B(B({}, t), { notation: "scientific" }), i.options.reduce(function(u, l) {
|
|
1516
|
+
return B(B({}, u), mr(l));
|
|
1517
1517
|
}, {}));
|
|
1518
1518
|
continue;
|
|
1519
1519
|
case "engineering":
|
|
1520
|
-
t =
|
|
1521
|
-
return
|
|
1520
|
+
t = B(B(B({}, t), { notation: "engineering" }), i.options.reduce(function(u, l) {
|
|
1521
|
+
return B(B({}, u), mr(l));
|
|
1522
1522
|
}, {}));
|
|
1523
1523
|
continue;
|
|
1524
1524
|
case "notation-simple":
|
|
@@ -1587,17 +1587,17 @@ function Ui(e) {
|
|
|
1587
1587
|
return c === "*" ? t.minimumFractionDigits = l.length : f && f[0] === "#" ? t.maximumFractionDigits = f.length : d && b ? (t.minimumFractionDigits = d.length, t.maximumFractionDigits = d.length + b.length) : (t.minimumFractionDigits = l.length, t.maximumFractionDigits = l.length), "";
|
|
1588
1588
|
});
|
|
1589
1589
|
var o = i.options[0];
|
|
1590
|
-
o === "w" ? t =
|
|
1590
|
+
o === "w" ? t = B(B({}, t), { trailingZeroDisplay: "stripIfInteger" }) : o && (t = B(B({}, t), pr(o)));
|
|
1591
1591
|
continue;
|
|
1592
1592
|
}
|
|
1593
1593
|
if (Yr.test(i.stem)) {
|
|
1594
|
-
t =
|
|
1594
|
+
t = B(B({}, t), pr(i.stem));
|
|
1595
1595
|
continue;
|
|
1596
1596
|
}
|
|
1597
1597
|
var s = en(i.stem);
|
|
1598
|
-
s && (t =
|
|
1598
|
+
s && (t = B(B({}, t), s));
|
|
1599
1599
|
var a = Ri(i.stem);
|
|
1600
|
-
a && (t =
|
|
1600
|
+
a && (t = B(B({}, t), a));
|
|
1601
1601
|
}
|
|
1602
1602
|
return t;
|
|
1603
1603
|
}
|
|
@@ -3728,7 +3728,7 @@ function at(e, t, r, n, i, o, s) {
|
|
|
3728
3728
|
if (!(i && f in i))
|
|
3729
3729
|
throw new oo(f, s);
|
|
3730
3730
|
var d = i[f];
|
|
3731
|
-
if (
|
|
3731
|
+
if (Hi(c)) {
|
|
3732
3732
|
(!d || typeof d == "string" || typeof d == "number") && (d = typeof d == "string" || typeof d == "number" ? String(d) : ""), a.push({
|
|
3733
3733
|
type: typeof d == "string" ? V.literal : V.object,
|
|
3734
3734
|
value: d
|
|
@@ -3808,7 +3808,7 @@ function uo(e, t) {
|
|
|
3808
3808
|
return r[n] = lo(e[n], t[n]), r;
|
|
3809
3809
|
}, oe({}, e)) : e;
|
|
3810
3810
|
}
|
|
3811
|
-
function
|
|
3811
|
+
function Bt(e) {
|
|
3812
3812
|
return {
|
|
3813
3813
|
create: function() {
|
|
3814
3814
|
return {
|
|
@@ -3833,7 +3833,7 @@ function co(e) {
|
|
|
3833
3833
|
r[n] = arguments[n];
|
|
3834
3834
|
return new ((t = Intl.NumberFormat).bind.apply(t, xt([void 0], r, !1)))();
|
|
3835
3835
|
}, {
|
|
3836
|
-
cache:
|
|
3836
|
+
cache: Bt(e.number),
|
|
3837
3837
|
strategy: Pt.variadic
|
|
3838
3838
|
}),
|
|
3839
3839
|
getDateTimeFormat: St(function() {
|
|
@@ -3841,7 +3841,7 @@ function co(e) {
|
|
|
3841
3841
|
r[n] = arguments[n];
|
|
3842
3842
|
return new ((t = Intl.DateTimeFormat).bind.apply(t, xt([void 0], r, !1)))();
|
|
3843
3843
|
}, {
|
|
3844
|
-
cache:
|
|
3844
|
+
cache: Bt(e.dateTime),
|
|
3845
3845
|
strategy: Pt.variadic
|
|
3846
3846
|
}),
|
|
3847
3847
|
getPluralRules: St(function() {
|
|
@@ -3849,7 +3849,7 @@ function co(e) {
|
|
|
3849
3849
|
r[n] = arguments[n];
|
|
3850
3850
|
return new ((t = Intl.PluralRules).bind.apply(t, xt([void 0], r, !1)))();
|
|
3851
3851
|
}, {
|
|
3852
|
-
cache:
|
|
3852
|
+
cache: Bt(e.pluralRules),
|
|
3853
3853
|
strategy: Pt.variadic
|
|
3854
3854
|
})
|
|
3855
3855
|
};
|
|
@@ -4112,13 +4112,13 @@ const Eo = {
|
|
|
4112
4112
|
function Le() {
|
|
4113
4113
|
return xo;
|
|
4114
4114
|
}
|
|
4115
|
-
const
|
|
4116
|
-
var So = Object.defineProperty, Po = Object.defineProperties, To = Object.getOwnPropertyDescriptors, _r = Object.getOwnPropertySymbols,
|
|
4115
|
+
const Ht = pt(!1);
|
|
4116
|
+
var So = Object.defineProperty, Po = Object.defineProperties, To = Object.getOwnPropertyDescriptors, _r = Object.getOwnPropertySymbols, Bo = Object.prototype.hasOwnProperty, Ho = Object.prototype.propertyIsEnumerable, Er = (e, t, r) => t in e ? So(e, t, { enumerable: !0, configurable: !0, writable: !0, value: r }) : e[t] = r, Ao = (e, t) => {
|
|
4117
4117
|
for (var r in t || (t = {}))
|
|
4118
|
-
|
|
4118
|
+
Bo.call(t, r) && Er(e, r, t[r]);
|
|
4119
4119
|
if (_r)
|
|
4120
4120
|
for (var r of _r(t))
|
|
4121
|
-
|
|
4121
|
+
Ho.call(t, r) && Er(e, r, t[r]);
|
|
4122
4122
|
return e;
|
|
4123
4123
|
}, Io = (e, t) => Po(e, To(t));
|
|
4124
4124
|
let zt;
|
|
@@ -4141,12 +4141,12 @@ const Oo = (e) => {
|
|
|
4141
4141
|
const { loadingDelay: t } = Le();
|
|
4142
4142
|
let r;
|
|
4143
4143
|
return typeof window != "undefined" && ye() != null && t ? r = window.setTimeout(
|
|
4144
|
-
() =>
|
|
4144
|
+
() => Ht.set(!0),
|
|
4145
4145
|
t
|
|
4146
|
-
) :
|
|
4146
|
+
) : Ht.set(!0), un(e).then(() => {
|
|
4147
4147
|
ht.set(e);
|
|
4148
4148
|
}).finally(() => {
|
|
4149
|
-
clearTimeout(r),
|
|
4149
|
+
clearTimeout(r), Ht.set(!1);
|
|
4150
4150
|
});
|
|
4151
4151
|
}
|
|
4152
4152
|
return ht.set(e);
|
|
@@ -4303,7 +4303,7 @@ if (typeof window != "undefined") {
|
|
|
4303
4303
|
}
|
|
4304
4304
|
};
|
|
4305
4305
|
};
|
|
4306
|
-
customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-
|
|
4306
|
+
customElements.define = e(customElements.define), import("./GeneralPlayerSmsVerificationForm-kB3jhQtm.js").then(({ default: t }) => {
|
|
4307
4307
|
!customElements.get("general-player-sms-verification-form") && customElements.define("general-player-sms-verification-form", t.element);
|
|
4308
4308
|
});
|
|
4309
4309
|
}
|
|
@@ -4464,7 +4464,7 @@ const Pr = {
|
|
|
4464
4464
|
}
|
|
4465
4465
|
};
|
|
4466
4466
|
function Yo(e) {
|
|
4467
|
-
wn(e, "svelte-
|
|
4467
|
+
wn(e, "svelte-1l95g5", '.grecaptcha-badge{opacity:0}.PlayerLoginFormWrapper{height:100%}.FormContainer{width:100%}.FormLogin{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #F9F8F8));padding:50px}.FormHeaderTitle{color:var(--emw--registration-typography, var(--emw--color-contrast, #07072A));font-size:20px;font-weight:300;padding:0;text-transform:uppercase;margin:0}.PasswordContainer{position:relative}.FormRequired{color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.FormHeaderSubtitle{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));font-size:14px;font-weight:300;margin:5px 0 0 0}.FormRegisterCallToAction{color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));font-size:14px;font-weight:400;text-decoration:none;cursor:pointer}.FormContent{padding-top:20px}.UserContainer,.PasswordContainer,.CaptchaContainer{color:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B));display:flex;flex-direction:column;position:relative}.UserContainer label,.PasswordContainer label,.CaptchaContainer label{font-size:14px;font-weight:300;padding-bottom:5px}.UserContainer input,.PasswordContainer input,.CaptchaContainer input{width:100%;height:44px;border:1px solid var(--emw--color-gray-100, #E6E6E6);border-radius:5px;box-sizing:border-box;padding:5px 15px;font-size:16px;line-height:18px}.UserContainer.InvalidField input,.PasswordContainer.InvalidField input,.CaptchaContainer.InvalidField input{border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));background:var(--emw--color-pale, #FBECF4);color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.PasswordContainer input{padding:5px 30px 5px 15px}.TogglePasswordVisibility{height:13px;position:absolute;right:8px;bottom:55px}.TogglePasswordVisibility.InvalidToggle path,.TogglePasswordVisibility.InvalidToggle circle,.TogglePasswordVisibility.InvalidToggle rect{fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E))}.TogglePasswordVisibility path,.TogglePasswordVisibility circle,.TogglePasswordVisibility rect{fill:var(--emw--registration-contrast, var(--emw--color-gray-300, #58586B))}.SignInButton{color:var(--emw--button-typography, var(--emw--color-white, #FFFFFF));background:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border:1px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border-radius:5px;width:100%;height:60px;padding:0;text-transform:uppercase;font-size:18px;cursor:pointer}.SignInButton[disabled]{background:var(--emw--color-gray-100, #E6E6E6);border:1px solid var(--emw--color-gray-150, #828282);cursor:not-allowed}.ForgotPasswordButton{border:0;background:transparent;font-size:14px;font-weight:300;color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));margin-top:15px;cursor:pointer}.PasswordContainer,.UserContainer{padding-bottom:40px}.InvalidInput{color:var(--emw--color-error, var(--emw--color-red, #ed0909));font-size:10px;position:absolute;top:55px;padding-top:5px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:12px;color:var(--emw--color-error, var(--emw--color-red, #ed0909))}.FormMobileContainer{height:100%}.FormMobileContainer .FormLogin{padding:40px 20px}.FormMobileContainer .SignInButton,.FormMobileContainer .UserContainer input,.FormMobileContainer .PasswordContainer input,.FormMobileContainer .CaptchaContainer{max-width:unset}.ModalLoaderWrapper{display:flex;height:100%;align-items:center}.ModalLoader{display:block;width:80px;height:80px;margin:0 auto}.ModalLoader:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E));border-color:var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E)) transparent var(--emw--registration-color-primary, var(--emw--color-primary, #22B04E)) transparent;animation:Loader 1.2s linear infinite}input::-ms-reveal,input::-ms-clear{display:none}@keyframes Loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
|
|
4468
4468
|
}
|
|
4469
4469
|
function Tr(e) {
|
|
4470
4470
|
let t, r;
|
|
@@ -4541,7 +4541,7 @@ function ts(e) {
|
|
|
4541
4541
|
), d, b, y, g, x, O, z = (
|
|
4542
4542
|
/*$_*/
|
|
4543
4543
|
e[22]("loginUsername") + ""
|
|
4544
|
-
), R, U, A, ne, T, se, fe, J, ue,
|
|
4544
|
+
), R, U, A, ne, T, se, fe, J, ue, H, ie, X = (
|
|
4545
4545
|
/*$_*/
|
|
4546
4546
|
e[22]("loginPassword") + ""
|
|
4547
4547
|
), Fe, qe, de, pe, C, _e, Je, Ee, we, me, De, xe, Q, ge = (
|
|
@@ -4552,7 +4552,7 @@ function ts(e) {
|
|
|
4552
4552
|
e[22]("loginForgotPassword") + ""
|
|
4553
4553
|
), ke, $e, Ye, F = (
|
|
4554
4554
|
/*invalidName*/
|
|
4555
|
-
e[14] &&
|
|
4555
|
+
e[14] && Br(e)
|
|
4556
4556
|
);
|
|
4557
4557
|
function Ke(v, S) {
|
|
4558
4558
|
return (
|
|
@@ -4563,7 +4563,7 @@ function ts(e) {
|
|
|
4563
4563
|
let Pe = Ke(e), Y = Pe(e), D = (
|
|
4564
4564
|
/*invalidPassword*/
|
|
4565
4565
|
e[15] && /*simplepasswordvalidation*/
|
|
4566
|
-
e[2] !== "true" &&
|
|
4566
|
+
e[2] !== "true" && Hr(e)
|
|
4567
4567
|
), k = (
|
|
4568
4568
|
/*invalidPassword*/
|
|
4569
4569
|
e[15] && /*simplepasswordvalidation*/
|
|
@@ -4574,10 +4574,10 @@ function ts(e) {
|
|
|
4574
4574
|
);
|
|
4575
4575
|
return {
|
|
4576
4576
|
c() {
|
|
4577
|
-
t = w("div"), r = w("h4"), i = N(n), o = j(), s = w("p"), u = N(a), l = j(), c = w("span"), d = N(f), b = j(), y = w("div"), g = w("form"), x = w("div"), O = w("label"), R = N(z), U = N(":"), A = w("span"), A.textContent = "*", ne = j(), T = w("input"), fe = j(), F && F.c(), ue = j(),
|
|
4577
|
+
t = w("div"), r = w("h4"), i = N(n), o = j(), s = w("p"), u = N(a), l = j(), c = w("span"), d = N(f), b = j(), y = w("div"), g = w("form"), x = w("div"), O = w("label"), R = N(z), U = N(":"), A = w("span"), A.textContent = "*", ne = j(), T = w("input"), fe = j(), F && F.c(), ue = j(), H = w("div"), ie = w("label"), Fe = N(X), qe = N(":"), de = w("span"), de.textContent = "*", pe = j(), C = w("input"), Je = j(), Y.c(), Ee = j(), D && D.c(), we = j(), k && k.c(), De = j(), $ && $.c(), xe = j(), Q = w("button"), Se = N(ge), Qe = j(), be = w("button"), ke = N(ve), h(r, "class", "FormHeaderTitle"), h(c, "class", "FormRegisterCallToAction"), h(s, "class", "FormHeaderSubtitle"), h(t, "class", "FormHeader"), h(A, "class", "FormRequired"), h(O, "for", "username"), h(T, "type", "text"), h(T, "id", "email"), h(T, "name", "email"), h(T, "autocapitalize", "none"), h(T, "autocomplete", se = /*savecredentials*/
|
|
4578
4578
|
e[6] ? "username email" : "off"), T.required = !0, h(x, "class", J = "UserContainer " + /*invalidName*/
|
|
4579
4579
|
(e[14] ? "InvalidField" : "")), h(de, "class", "FormRequired"), h(ie, "for", "current-password"), h(C, "type", "password"), h(C, "name", "current-password"), h(C, "id", "current-password"), h(C, "autocapitalize", "none"), h(C, "autocomplete", _e = /*savecredentials*/
|
|
4580
|
-
e[6] ? "current-password" : "off"), h(C, "aria-describedby", "password-constraints"), C.required = !0, h(
|
|
4580
|
+
e[6] ? "current-password" : "off"), h(C, "aria-describedby", "password-constraints"), C.required = !0, h(H, "class", me = "PasswordContainer " + /*invalidPassword*/
|
|
4581
4581
|
(e[15] ? "InvalidField" : "")), h(Q, "class", "SignInButton"), Q.disabled = /*isFormDataInvalid*/
|
|
4582
4582
|
e[20], h(Q, "id", "signin-button"), h(be, "class", "ForgotPasswordButton"), h(g, "id", "signin"), h(y, "class", "FormContent");
|
|
4583
4583
|
},
|
|
@@ -4586,11 +4586,11 @@ function ts(e) {
|
|
|
4586
4586
|
T,
|
|
4587
4587
|
/*userValue*/
|
|
4588
4588
|
e[12]
|
|
4589
|
-
), p(x, fe), F && F.m(x, null), p(g, ue), p(g,
|
|
4589
|
+
), p(x, fe), F && F.m(x, null), p(g, ue), p(g, H), p(H, ie), p(ie, Fe), p(ie, qe), p(ie, de), p(H, pe), p(H, C), rt(
|
|
4590
4590
|
C,
|
|
4591
4591
|
/*userPassword*/
|
|
4592
4592
|
e[13]
|
|
4593
|
-
), e[36](C), p(
|
|
4593
|
+
), e[36](C), p(H, Je), Y.m(H, null), p(H, Ee), D && D.m(H, null), p(H, we), k && k.m(H, null), p(g, De), $ && $.m(g, null), p(g, xe), p(g, Q), p(Q, Se), p(g, Qe), p(g, be), p(be, ke), $e || (Ye = [
|
|
4594
4594
|
ae(
|
|
4595
4595
|
c,
|
|
4596
4596
|
"click",
|
|
@@ -4653,7 +4653,7 @@ function ts(e) {
|
|
|
4653
4653
|
/*userValue*/
|
|
4654
4654
|
v[12]
|
|
4655
4655
|
), /*invalidName*/
|
|
4656
|
-
v[14] ? F ? F.p(v, S) : (F =
|
|
4656
|
+
v[14] ? F ? F.p(v, S) : (F = Br(v), F.c(), F.m(x, null)) : F && (F.d(1), F = null), S[0] & /*invalidName*/
|
|
4657
4657
|
16384 && J !== (J = "UserContainer " + /*invalidName*/
|
|
4658
4658
|
(v[14] ? "InvalidField" : "")) && h(x, "class", J), S[0] & /*$_*/
|
|
4659
4659
|
4194304 && X !== (X = /*$_*/
|
|
@@ -4665,13 +4665,13 @@ function ts(e) {
|
|
|
4665
4665
|
C,
|
|
4666
4666
|
/*userPassword*/
|
|
4667
4667
|
v[13]
|
|
4668
|
-
), Pe === (Pe = Ke(v)) && Y ? Y.p(v, S) : (Y.d(1), Y = Pe(v), Y && (Y.c(), Y.m(
|
|
4668
|
+
), Pe === (Pe = Ke(v)) && Y ? Y.p(v, S) : (Y.d(1), Y = Pe(v), Y && (Y.c(), Y.m(H, Ee))), /*invalidPassword*/
|
|
4669
4669
|
v[15] && /*simplepasswordvalidation*/
|
|
4670
|
-
v[2] !== "true" ? D ? D.p(v, S) : (D =
|
|
4670
|
+
v[2] !== "true" ? D ? D.p(v, S) : (D = Hr(v), D.c(), D.m(H, we)) : D && (D.d(1), D = null), /*invalidPassword*/
|
|
4671
4671
|
v[15] && /*simplepasswordvalidation*/
|
|
4672
|
-
v[2] === "true" ? k ? k.p(v, S) : (k = Ar(v), k.c(), k.m(
|
|
4672
|
+
v[2] === "true" ? k ? k.p(v, S) : (k = Ar(v), k.c(), k.m(H, null)) : k && (k.d(1), k = null), S[0] & /*invalidPassword*/
|
|
4673
4673
|
32768 && me !== (me = "PasswordContainer " + /*invalidPassword*/
|
|
4674
|
-
(v[15] ? "InvalidField" : "")) && h(
|
|
4674
|
+
(v[15] ? "InvalidField" : "")) && h(H, "class", me), /*errorMessage*/
|
|
4675
4675
|
v[16] ? $ ? $.p(v, S) : ($ = Ir(v), $.c(), $.m(g, xe)) : $ && ($.d(1), $ = null), S[0] & /*$_*/
|
|
4676
4676
|
4194304 && ge !== (ge = /*$_*/
|
|
4677
4677
|
v[22]("loginButton") + "") && re(Se, ge), S[0] & /*isFormDataInvalid*/
|
|
@@ -4779,7 +4779,7 @@ function rs(e) {
|
|
|
4779
4779
|
}
|
|
4780
4780
|
};
|
|
4781
4781
|
}
|
|
4782
|
-
function
|
|
4782
|
+
function Br(e) {
|
|
4783
4783
|
let t, r = (
|
|
4784
4784
|
/*$_*/
|
|
4785
4785
|
e[22]("loginUsernameError") + ""
|
|
@@ -4841,7 +4841,7 @@ function is(e) {
|
|
|
4841
4841
|
}
|
|
4842
4842
|
};
|
|
4843
4843
|
}
|
|
4844
|
-
function
|
|
4844
|
+
function Hr(e) {
|
|
4845
4845
|
let t, r = (
|
|
4846
4846
|
/*$_*/
|
|
4847
4847
|
e[22]("loginPasswordError") + ""
|
|
@@ -4955,7 +4955,7 @@ let ss = "Please use this code {0} to activate your account";
|
|
|
4955
4955
|
function as(e, t, r) {
|
|
4956
4956
|
let n;
|
|
4957
4957
|
En(e, zo, (m) => r(22, n = m));
|
|
4958
|
-
let { endpoint: i = "" } = t, { captchakey: o = "" } = t, { lang: s = "en" } = t, { smsverification: a = "false" } = t, { simplepasswordvalidation: u = "false" } = t, { mbsource: l } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: d = "" } = t, { savecredentials: b = "" } = t, y, g, x = !1, O, z = !1, R = window.navigator.userAgent, U = "", A = "", ne = { username: "", password: "" }, T = !1, se = !1, fe = "", J = !1, ue,
|
|
4958
|
+
let { endpoint: i = "" } = t, { captchakey: o = "" } = t, { lang: s = "en" } = t, { smsverification: a = "false" } = t, { simplepasswordvalidation: u = "false" } = t, { mbsource: l } = t, { clientstyling: c = "" } = t, { clientstylingurl: f = "" } = t, { translationurl: d = "" } = t, { savecredentials: b = "" } = t, y, g, x = !1, O, z = !1, R = window.navigator.userAgent, U = "", A = "", ne = { username: "", password: "" }, T = !1, se = !1, fe = "", J = !1, ue, H = !1, ie = !0, X, Fe = +localStorage.getItem("smsTimer") || 0, qe = Date.now() / 1e3 - Fe, de = localStorage.getItem("smsValidation") == "true" && qe < 60, pe = {
|
|
4959
4959
|
user: /^(?!(?:.*\d){9})(?=(?:.*[a-zA-Z]){4})^[a-zA-Z\d]*$/,
|
|
4960
4960
|
email: /^[^<>()*{}=/|?`~[\]\\,;:\%#^\s@\"$&!@]+@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z0-9]+\.)+[a-zA-Z]{2,}))$/i,
|
|
4961
4961
|
password: /^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[^\w\s]).{8,20}$/
|
|
@@ -4982,11 +4982,11 @@ function as(e, t, r) {
|
|
|
4982
4982
|
}), Je = () => {
|
|
4983
4983
|
u == "true" && (pe.password = /^(?!.* ).{8,20}$/);
|
|
4984
4984
|
}, Ee = () => {
|
|
4985
|
-
r(19,
|
|
4985
|
+
r(19, H = !0), me();
|
|
4986
4986
|
}, we = () => {
|
|
4987
|
-
r(19,
|
|
4987
|
+
r(19, H = !1), me();
|
|
4988
4988
|
}, me = () => {
|
|
4989
|
-
r(18, ue.type =
|
|
4989
|
+
r(18, ue.type = H ? "text" : "password", ue);
|
|
4990
4990
|
}, De = () => {
|
|
4991
4991
|
window.postMessage({ type: "ToRegister" }, window.location.href);
|
|
4992
4992
|
}, xe = (m) => {
|
|
@@ -5163,7 +5163,7 @@ function as(e, t, r) {
|
|
|
5163
5163
|
fe,
|
|
5164
5164
|
J,
|
|
5165
5165
|
ue,
|
|
5166
|
-
|
|
5166
|
+
H,
|
|
5167
5167
|
ie,
|
|
5168
5168
|
de,
|
|
5169
5169
|
n,
|