@everymatrix/general-player-forgot-password-form-nd 1.63.3 → 1.64.1
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-K_tOwcLC.js → GeneralPlayerForgotPasswordFormNd-BEevamVS.js} +174 -122
- package/components/{GeneralPlayerForgotPasswordFormNd-ircy1iH_.cjs → GeneralPlayerForgotPasswordFormNd-Bk_rjBF3.cjs} +78 -35
- package/components/{GeneralPlayerForgotPasswordFormNd-D5DUd-2P.js → GeneralPlayerForgotPasswordFormNd-D4NHFyDQ.js} +169 -117
- 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
|
@@ -109,7 +109,7 @@ function x(r) {
|
|
|
109
109
|
function N(r) {
|
|
110
110
|
return document.createTextNode(r);
|
|
111
111
|
}
|
|
112
|
-
function
|
|
112
|
+
function F() {
|
|
113
113
|
return N(" ");
|
|
114
114
|
}
|
|
115
115
|
function ji() {
|
|
@@ -572,7 +572,7 @@ function Xo(r) {
|
|
|
572
572
|
}, e = r(t);
|
|
573
573
|
return e.prototype = Object.create(Error.prototype), e.prototype.constructor = e, e;
|
|
574
574
|
}
|
|
575
|
-
var
|
|
575
|
+
var zr = Xo(function(r) {
|
|
576
576
|
return function(e) {
|
|
577
577
|
r(this), this.message = e ? e.length + ` errors occurred during unsubscription:
|
|
578
578
|
` + e.map(function(i, s) {
|
|
@@ -620,7 +620,7 @@ var yr = function() {
|
|
|
620
620
|
try {
|
|
621
621
|
h();
|
|
622
622
|
} catch (g) {
|
|
623
|
-
o = g instanceof
|
|
623
|
+
o = g instanceof zr ? g.errors : [g];
|
|
624
624
|
}
|
|
625
625
|
var u = this._finalizers;
|
|
626
626
|
if (u) {
|
|
@@ -631,7 +631,7 @@ var yr = function() {
|
|
|
631
631
|
try {
|
|
632
632
|
Cs(_);
|
|
633
633
|
} catch (g) {
|
|
634
|
-
o = o != null ? o : [], g instanceof
|
|
634
|
+
o = o != null ? o : [], g instanceof zr ? o = pi(pi([], fi(o)), fi(g.errors)) : o.push(g);
|
|
635
635
|
}
|
|
636
636
|
}
|
|
637
637
|
} catch (g) {
|
|
@@ -646,7 +646,7 @@ var yr = function() {
|
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
if (o)
|
|
649
|
-
throw new
|
|
649
|
+
throw new zr(o);
|
|
650
650
|
}
|
|
651
651
|
}, r.prototype.add = function(t) {
|
|
652
652
|
var e;
|
|
@@ -798,7 +798,7 @@ var Rl = {
|
|
|
798
798
|
function Dl(r) {
|
|
799
799
|
return r;
|
|
800
800
|
}
|
|
801
|
-
function
|
|
801
|
+
function zl(r) {
|
|
802
802
|
return r.length === 0 ? Dl : r.length === 1 ? r[0] : function(e) {
|
|
803
803
|
return r.reduce(function(i, s) {
|
|
804
804
|
return s(i);
|
|
@@ -848,7 +848,7 @@ var As = function() {
|
|
|
848
848
|
}, r.prototype.pipe = function() {
|
|
849
849
|
for (var t = [], e = 0; e < arguments.length; e++)
|
|
850
850
|
t[e] = arguments[e];
|
|
851
|
-
return
|
|
851
|
+
return zl(t)(this);
|
|
852
852
|
}, r.prototype.toPromise = function(t) {
|
|
853
853
|
var e = this;
|
|
854
854
|
return t = Ts(t), new t(function(i, s) {
|
|
@@ -869,11 +869,11 @@ function Ts(r) {
|
|
|
869
869
|
var t;
|
|
870
870
|
return (t = r != null ? r : Nl.Promise) !== null && t !== void 0 ? t : Promise;
|
|
871
871
|
}
|
|
872
|
-
function
|
|
872
|
+
function Fl(r) {
|
|
873
873
|
return r && Ne(r.next) && Ne(r.error) && Ne(r.complete);
|
|
874
874
|
}
|
|
875
875
|
function Vl(r) {
|
|
876
|
-
return r && r instanceof Qo ||
|
|
876
|
+
return r && r instanceof Qo || Fl(r) && Ko(r);
|
|
877
877
|
}
|
|
878
878
|
var $l = Xo(function(r) {
|
|
879
879
|
return function() {
|
|
@@ -1186,7 +1186,7 @@ function ld(r, t) {
|
|
|
1186
1186
|
t.indexOf(i[s]) < 0 && Object.prototype.propertyIsEnumerable.call(r, i[s]) && (e[i[s]] = r[i[s]]);
|
|
1187
1187
|
return e;
|
|
1188
1188
|
}
|
|
1189
|
-
function
|
|
1189
|
+
function Fr(r, t, e) {
|
|
1190
1190
|
if (e || arguments.length === 2)
|
|
1191
1191
|
for (var i = 0, s = t.length, o; i < s; i++)
|
|
1192
1192
|
(o || !(i in t)) && (o || (o = Array.prototype.slice.call(t, 0, i)), o[i] = t[i]);
|
|
@@ -3122,7 +3122,7 @@ var Hs = Od ? (
|
|
|
3122
3122
|
return s < 55296 || s > 56319 || e + 1 === i || (o = t.charCodeAt(e + 1)) < 56320 || o > 57343 ? s : (s - 55296 << 10) + (o - 56320) + 65536;
|
|
3123
3123
|
}
|
|
3124
3124
|
}
|
|
3125
|
-
),
|
|
3125
|
+
), zd = Ld ? (
|
|
3126
3126
|
// Native
|
|
3127
3127
|
function(t) {
|
|
3128
3128
|
return t.trimStart();
|
|
@@ -3132,7 +3132,7 @@ var Hs = Od ? (
|
|
|
3132
3132
|
function(t) {
|
|
3133
3133
|
return t.replace(Td, "");
|
|
3134
3134
|
}
|
|
3135
|
-
),
|
|
3135
|
+
), Fd = Bd ? (
|
|
3136
3136
|
// Native
|
|
3137
3137
|
function(t) {
|
|
3138
3138
|
return t.trimEnd();
|
|
@@ -3148,11 +3148,11 @@ function bn(r, t) {
|
|
|
3148
3148
|
}
|
|
3149
3149
|
var wi;
|
|
3150
3150
|
if (vi) {
|
|
3151
|
-
var
|
|
3151
|
+
var zs = bn("([^\\p{White_Space}\\p{Pattern_Syntax}]*)", "yu");
|
|
3152
3152
|
wi = function(t, e) {
|
|
3153
3153
|
var i;
|
|
3154
|
-
|
|
3155
|
-
var s =
|
|
3154
|
+
zs.lastIndex = e;
|
|
3155
|
+
var s = zs.exec(t);
|
|
3156
3156
|
return (i = s[1]) !== null && i !== void 0 ? i : "";
|
|
3157
3157
|
};
|
|
3158
3158
|
} else
|
|
@@ -3363,7 +3363,7 @@ var Vd = (
|
|
|
3363
3363
|
var h = this.clonePosition(), u = this.parseSimpleArgStyleIfPossible();
|
|
3364
3364
|
if (u.err)
|
|
3365
3365
|
return u;
|
|
3366
|
-
var f =
|
|
3366
|
+
var f = Fd(u.val);
|
|
3367
3367
|
if (f.length === 0)
|
|
3368
3368
|
return this.error(I.EXPECT_ARGUMENT_STYLE, O(this.clonePosition(), this.clonePosition()));
|
|
3369
3369
|
var m = O(h, this.clonePosition());
|
|
@@ -3374,7 +3374,7 @@ var Vd = (
|
|
|
3374
3374
|
return _;
|
|
3375
3375
|
var g = O(s, this.clonePosition());
|
|
3376
3376
|
if (d && Hs(d == null ? void 0 : d.style, "::", 0)) {
|
|
3377
|
-
var w =
|
|
3377
|
+
var w = zd(d.style.slice(2));
|
|
3378
3378
|
if (a === "number") {
|
|
3379
3379
|
var u = this.parseNumberSkeletonFromString(w, d.styleLocation);
|
|
3380
3380
|
return u.err ? u : {
|
|
@@ -3667,7 +3667,7 @@ var Pr = (
|
|
|
3667
3667
|
return "[formatjs Error: ".concat(this.code, "] ").concat(this.message);
|
|
3668
3668
|
}, t;
|
|
3669
3669
|
}(Error)
|
|
3670
|
-
),
|
|
3670
|
+
), Fs = (
|
|
3671
3671
|
/** @class */
|
|
3672
3672
|
function(r) {
|
|
3673
3673
|
xr(t, r);
|
|
@@ -3783,7 +3783,7 @@ function sr(r, t, e, i, s, o, n) {
|
|
|
3783
3783
|
if (dn(h)) {
|
|
3784
3784
|
var C = h.options[f] || h.options.other;
|
|
3785
3785
|
if (!C)
|
|
3786
|
-
throw new
|
|
3786
|
+
throw new Fs(h.value, f, Object.keys(h.options), n);
|
|
3787
3787
|
a.push.apply(a, sr(C.value, t, e, i, s));
|
|
3788
3788
|
continue;
|
|
3789
3789
|
}
|
|
@@ -3798,7 +3798,7 @@ Try polyfilling it using "@formatjs/intl-pluralrules"
|
|
|
3798
3798
|
C = h.options[E] || h.options.other;
|
|
3799
3799
|
}
|
|
3800
3800
|
if (!C)
|
|
3801
|
-
throw new
|
|
3801
|
+
throw new Fs(h.value, f, Object.keys(h.options), n);
|
|
3802
3802
|
a.push.apply(a, sr(C.value, t, e, i, s, f - (h.offset || 0)));
|
|
3803
3803
|
continue;
|
|
3804
3804
|
}
|
|
@@ -3838,7 +3838,7 @@ function Kd(r) {
|
|
|
3838
3838
|
getNumberFormat: Vr(function() {
|
|
3839
3839
|
for (var t, e = [], i = 0; i < arguments.length; i++)
|
|
3840
3840
|
e[i] = arguments[i];
|
|
3841
|
-
return new ((t = Intl.NumberFormat).bind.apply(t,
|
|
3841
|
+
return new ((t = Intl.NumberFormat).bind.apply(t, Fr([void 0], e, !1)))();
|
|
3842
3842
|
}, {
|
|
3843
3843
|
cache: jr(r.number),
|
|
3844
3844
|
strategy: $r.variadic
|
|
@@ -3846,7 +3846,7 @@ function Kd(r) {
|
|
|
3846
3846
|
getDateTimeFormat: Vr(function() {
|
|
3847
3847
|
for (var t, e = [], i = 0; i < arguments.length; i++)
|
|
3848
3848
|
e[i] = arguments[i];
|
|
3849
|
-
return new ((t = Intl.DateTimeFormat).bind.apply(t,
|
|
3849
|
+
return new ((t = Intl.DateTimeFormat).bind.apply(t, Fr([void 0], e, !1)))();
|
|
3850
3850
|
}, {
|
|
3851
3851
|
cache: jr(r.dateTime),
|
|
3852
3852
|
strategy: $r.variadic
|
|
@@ -3854,7 +3854,7 @@ function Kd(r) {
|
|
|
3854
3854
|
getPluralRules: Vr(function() {
|
|
3855
3855
|
for (var t, e = [], i = 0; i < arguments.length; i++)
|
|
3856
3856
|
e[i] = arguments[i];
|
|
3857
|
-
return new ((t = Intl.PluralRules).bind.apply(t,
|
|
3857
|
+
return new ((t = Intl.PluralRules).bind.apply(t, Fr([void 0], e, !1)))();
|
|
3858
3858
|
}, {
|
|
3859
3859
|
cache: jr(r.pluralRules),
|
|
3860
3860
|
strategy: $r.variadic
|
|
@@ -4336,7 +4336,8 @@ const Ws = {
|
|
|
4336
4336
|
simplePasswordError: "Password must be 8-20 characters long.",
|
|
4337
4337
|
dobFormatError: "The format for the date of birth isn't done according with the widget documentation.",
|
|
4338
4338
|
generalError: "There was an error while making your request. Please try again...",
|
|
4339
|
-
1e3: "Invalid, used or expired user key"
|
|
4339
|
+
1e3: "Invalid, used or expired user key",
|
|
4340
|
+
1164: "Your new password is too similar to a previous one. Please choose a password that you haven’t used recently."
|
|
4340
4341
|
},
|
|
4341
4342
|
hr: {
|
|
4342
4343
|
day: "Dan",
|
|
@@ -4367,7 +4368,8 @@ const Ws = {
|
|
|
4367
4368
|
"forgotPasswordE-mailError": "Ovaj E-mail ne postoji.",
|
|
4368
4369
|
dobFormatError: "Format datuma rođenja nije u skladu s dokumentacijom widgeta.",
|
|
4369
4370
|
generalError: "Došlo je do pogreške prilikom obrade vašeg zahtjeva. Molimo pokušajte ponovno...",
|
|
4370
|
-
1e3: "Nevažeći, korišten ili istekao korisnički ključ"
|
|
4371
|
+
1e3: "Nevažeći, korišten ili istekao korisnički ključ",
|
|
4372
|
+
1164: "Vaša nova lozinka je previše slična prethodnoj. Molimo odaberite lozinku koju nedavno niste koristili."
|
|
4371
4373
|
},
|
|
4372
4374
|
"zh-hk": {
|
|
4373
4375
|
day: "天",
|
|
@@ -4395,7 +4397,8 @@ const Ws = {
|
|
|
4395
4397
|
simplePasswordError: "密码长度必须为 8-20 个字符。",
|
|
4396
4398
|
dobFormatError: "出生日期的格式不符合小部件文件的規定。",
|
|
4397
4399
|
generalError: "您的請求出現錯誤。請再試一次...",
|
|
4398
|
-
1e3: "無效、已使用或過期的用戶密鑰"
|
|
4400
|
+
1e3: "無效、已使用或過期的用戶密鑰",
|
|
4401
|
+
1164: "您的新密碼與之前使用的密碼過於相似。請選擇一個最近未曾使用過的密碼。"
|
|
4399
4402
|
},
|
|
4400
4403
|
fr: {
|
|
4401
4404
|
day: "Jour",
|
|
@@ -4423,7 +4426,8 @@ const Ws = {
|
|
|
4423
4426
|
simplePasswordError: "Le mot de passe doit comporter entre 8 et 20 caractères.",
|
|
4424
4427
|
dobFormatError: "Le format de la date de naissance n'est pas conforme à la documentation du widget.",
|
|
4425
4428
|
generalError: "Une erreur s'est produite lors de votre demande. Veuillez réessayer...",
|
|
4426
|
-
1e3: "Clé utilisateur invalide, utilisée ou expirée"
|
|
4429
|
+
1e3: "Clé utilisateur invalide, utilisée ou expirée",
|
|
4430
|
+
1164: "Votre nouveau mot de passe est trop similaire à un ancien. Veuillez en choisir un que vous n’avez pas utilisé récemment."
|
|
4427
4431
|
},
|
|
4428
4432
|
tr: {
|
|
4429
4433
|
day: "Gün",
|
|
@@ -4451,7 +4455,8 @@ const Ws = {
|
|
|
4451
4455
|
simplePasswordError: "Şifre 8-20 karakter uzunluğunda olmalı ve en az 1 büyük harf, 1 rakam ve 1 özel karakter içermelidir.",
|
|
4452
4456
|
dobFormatError: "Doğum tarihi formatı widget dokümantasyonuna uygun yapılmamış.",
|
|
4453
4457
|
generalError: "İsteğiniz yapılırken bir hata oluştu. Lütfen tekrar deneyin...",
|
|
4454
|
-
1e3: "Geçersiz, kullanılmış veya süresi dolmuş kullanıcı anahtarı"
|
|
4458
|
+
1e3: "Geçersiz, kullanılmış veya süresi dolmuş kullanıcı anahtarı",
|
|
4459
|
+
1164: "Yeni şifreniz daha önce kullandığınız bir şifreye çok benziyor. Lütfen son zamanlarda kullanmadığınız farklı bir şifre seçin."
|
|
4455
4460
|
},
|
|
4456
4461
|
ro: {
|
|
4457
4462
|
day: "Zi",
|
|
@@ -4479,7 +4484,8 @@ const Ws = {
|
|
|
4479
4484
|
simplePasswordError: "Parola trebuie să aibă 8-20 de caractere.",
|
|
4480
4485
|
dobFormatError: "Formatul pentru data nașterii nu este realizat conform documentației widget-ului.",
|
|
4481
4486
|
generalError: "A apărut o eroare în timpul solicitării dvs. Vă rugăm să încercați din nou...",
|
|
4482
|
-
1e3: "Cheie de utilizator invalidă, utilizată sau expirată"
|
|
4487
|
+
1e3: "Cheie de utilizator invalidă, utilizată sau expirată",
|
|
4488
|
+
1164: "Noua parolă este prea asemănătoare cu una utilizată anterior. Vă rugăm să alegeți o parolă pe care nu ați folosit-o recent."
|
|
4483
4489
|
},
|
|
4484
4490
|
es: {
|
|
4485
4491
|
day: "Día",
|
|
@@ -4507,7 +4513,8 @@ const Ws = {
|
|
|
4507
4513
|
simplePasswordError: "La contraseña debe tener entre 8 a 20 caracteres",
|
|
4508
4514
|
dobFormatError: "El formato de la fecha de nacimiento no se realiza de acuerdo con la documentación del widget.",
|
|
4509
4515
|
generalError: "Hubo un error al realizar su solicitud. Por favor, inténtelo de nuevo...",
|
|
4510
|
-
1e3: "Clave de usuario inválida, usada o expirada"
|
|
4516
|
+
1e3: "Clave de usuario inválida, usada o expirada",
|
|
4517
|
+
1164: "Tu nueva contraseña es demasiado similar a una que usaste anteriormente. Por favor, elige una que no hayas usado recientemente."
|
|
4511
4518
|
},
|
|
4512
4519
|
pt: {
|
|
4513
4520
|
day: "Dia",
|
|
@@ -4535,7 +4542,8 @@ const Ws = {
|
|
|
4535
4542
|
simplePasswordError: "A senha deve ter de 8 a 20 caracteres.",
|
|
4536
4543
|
dobFormatError: "O formato da data de nascimento não está de acordo com a documentação do widget.",
|
|
4537
4544
|
generalError: "Houve um erro ao fazer sua solicitação. Por favor, tente novamente...",
|
|
4538
|
-
1e3: "Chave de usuário inválida, usada ou expirada"
|
|
4545
|
+
1e3: "Chave de usuário inválida, usada ou expirada",
|
|
4546
|
+
1164: "A sua nova palavra-passe é demasiado semelhante a uma que já usou. Por favor, escolha uma que não tenha usado recentemente."
|
|
4539
4547
|
},
|
|
4540
4548
|
"en-us": {
|
|
4541
4549
|
day: "Day",
|
|
@@ -4563,7 +4571,8 @@ const Ws = {
|
|
|
4563
4571
|
simplePasswordError: "Password must be 8-20 characters long.",
|
|
4564
4572
|
dobFormatError: "The format for the date of birth isn't done according with the widget documentation.",
|
|
4565
4573
|
generalError: "There was an error while making your request. Please try again...",
|
|
4566
|
-
1e3: "Invalid, used or expired user key"
|
|
4574
|
+
1e3: "Invalid, used or expired user key",
|
|
4575
|
+
1164: "Your new password is too similar to a previous one. Please choose a password that you haven’t used recently."
|
|
4567
4576
|
}
|
|
4568
4577
|
};
|
|
4569
4578
|
/**
|
|
@@ -4592,12 +4601,12 @@ function ut(r, t = "24.5.12") {
|
|
|
4592
4601
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
4593
4602
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
4594
4603
|
*/
|
|
4595
|
-
class
|
|
4604
|
+
class zh extends HTMLElement {
|
|
4596
4605
|
static get is() {
|
|
4597
4606
|
return "vaadin-lumo-styles";
|
|
4598
4607
|
}
|
|
4599
4608
|
}
|
|
4600
|
-
ut(
|
|
4609
|
+
ut(zh);
|
|
4601
4610
|
/**
|
|
4602
4611
|
* @license
|
|
4603
4612
|
* Copyright 2019 Google LLC
|
|
@@ -4623,7 +4632,7 @@ let Zi = class {
|
|
|
4623
4632
|
return this.cssText;
|
|
4624
4633
|
}
|
|
4625
4634
|
};
|
|
4626
|
-
const
|
|
4635
|
+
const Fh = (r) => new Zi(typeof r == "string" ? r : r + "", void 0, Yi), R = (r, ...t) => {
|
|
4627
4636
|
const e = r.length === 1 ? r[0] : t.reduce((i, s, o) => i + ((n) => {
|
|
4628
4637
|
if (n._$cssResult$ === !0)
|
|
4629
4638
|
return n.cssText;
|
|
@@ -4644,7 +4653,7 @@ const zh = (r) => new Zi(typeof r == "string" ? r : r + "", void 0, Yi), R = (r,
|
|
|
4644
4653
|
let e = "";
|
|
4645
4654
|
for (const i of t.cssRules)
|
|
4646
4655
|
e += i.cssText;
|
|
4647
|
-
return
|
|
4656
|
+
return Fh(e);
|
|
4648
4657
|
})(r) : r;
|
|
4649
4658
|
/**
|
|
4650
4659
|
* @license
|
|
@@ -4680,8 +4689,8 @@ const { is: Vh, defineProperty: $h, getOwnPropertyDescriptor: Uh, getOwnProperty
|
|
|
4680
4689
|
}
|
|
4681
4690
|
return e;
|
|
4682
4691
|
} }, Tn = (r, t) => !Vh(r, t), Xs = { attribute: !0, type: String, converter: Si, reflect: !1, hasChanged: Tn };
|
|
4683
|
-
var
|
|
4684
|
-
(
|
|
4692
|
+
var Fo, Vo;
|
|
4693
|
+
(Fo = Symbol.metadata) != null || (Symbol.metadata = Symbol("metadata")), (Vo = Le.litPropertyMetadata) != null || (Le.litPropertyMetadata = /* @__PURE__ */ new WeakMap());
|
|
4685
4694
|
class Ze extends HTMLElement {
|
|
4686
4695
|
static addInitializer(t) {
|
|
4687
4696
|
var e;
|
|
@@ -4908,9 +4917,9 @@ Ze.elementStyles = [], Ze.shadowRootOptions = { mode: "open" }, Ze[St("elementPr
|
|
|
4908
4917
|
* Copyright 2017 Google LLC
|
|
4909
4918
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
4910
4919
|
*/
|
|
4911
|
-
const At = globalThis, cr = At.trustedTypes, Js = cr ? cr.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, In = "$lit$", ke = `lit$${Math.random().toFixed(9).slice(2)}$`, On = "?" + ke, Yh = `<${On}>`,
|
|
4920
|
+
const At = globalThis, cr = At.trustedTypes, Js = cr ? cr.createPolicy("lit-html", { createHTML: (r) => r }) : void 0, In = "$lit$", ke = `lit$${Math.random().toFixed(9).slice(2)}$`, On = "?" + ke, Yh = `<${On}>`, Fe = document, Mt = () => Fe.createComment(""), Lt = (r) => r === null || typeof r != "object" && typeof r != "function", Xi = Array.isArray, Zh = (r) => Xi(r) || typeof (r == null ? void 0 : r[Symbol.iterator]) == "function", qr = `[
|
|
4912
4921
|
\f\r]`, bt = /<(?:(!--|\/[^a-zA-Z])|(\/?[a-zA-Z][^>\s]*)|(\/?$))/g, Ks = /-->/g, Qs = />/g, He = RegExp(`>|${qr}(?:([^\\s"'>=/]+)(${qr}*=${qr}*(?:[^
|
|
4913
|
-
\f\r"'\`<>=]|("|')|))|$)`, "g"), eo = /'/g, to = /"/g, Nn = /^(?:script|style|textarea|title)$/i, ot = Symbol.for("lit-noChange"), te = Symbol.for("lit-nothing"), ro = /* @__PURE__ */ new WeakMap(), De =
|
|
4922
|
+
\f\r"'\`<>=]|("|')|))|$)`, "g"), eo = /'/g, to = /"/g, Nn = /^(?:script|style|textarea|title)$/i, ot = Symbol.for("lit-noChange"), te = Symbol.for("lit-nothing"), ro = /* @__PURE__ */ new WeakMap(), De = Fe.createTreeWalker(Fe, 129);
|
|
4914
4923
|
function kn(r, t) {
|
|
4915
4924
|
if (!Xi(r) || !r.hasOwnProperty("raw"))
|
|
4916
4925
|
throw Error("invalid template strings array");
|
|
@@ -4969,7 +4978,7 @@ class Bt {
|
|
|
4969
4978
|
}
|
|
4970
4979
|
}
|
|
4971
4980
|
static createElement(t, e) {
|
|
4972
|
-
const i =
|
|
4981
|
+
const i = Fe.createElement("template");
|
|
4973
4982
|
return i.innerHTML = t, i;
|
|
4974
4983
|
}
|
|
4975
4984
|
}
|
|
@@ -4993,7 +5002,7 @@ class Jh {
|
|
|
4993
5002
|
}
|
|
4994
5003
|
u(t) {
|
|
4995
5004
|
var d;
|
|
4996
|
-
const { el: { content: e }, parts: i } = this._$AD, s = ((d = t == null ? void 0 : t.creationScope) != null ? d :
|
|
5005
|
+
const { el: { content: e }, parts: i } = this._$AD, s = ((d = t == null ? void 0 : t.creationScope) != null ? d : Fe).importNode(e, !0);
|
|
4997
5006
|
De.currentNode = s;
|
|
4998
5007
|
let o = De.nextNode(), n = 0, a = 0, l = i[0];
|
|
4999
5008
|
for (; l !== void 0; ) {
|
|
@@ -5003,7 +5012,7 @@ class Jh {
|
|
|
5003
5012
|
}
|
|
5004
5013
|
n !== (l == null ? void 0 : l.index) && (o = De.nextNode(), n++);
|
|
5005
5014
|
}
|
|
5006
|
-
return De.currentNode =
|
|
5015
|
+
return De.currentNode = Fe, s;
|
|
5007
5016
|
}
|
|
5008
5017
|
p(t) {
|
|
5009
5018
|
let e = 0;
|
|
@@ -5041,7 +5050,7 @@ class $t {
|
|
|
5041
5050
|
this._$AH !== t && (this._$AR(), this._$AH = this.O(t));
|
|
5042
5051
|
}
|
|
5043
5052
|
_(t) {
|
|
5044
|
-
this._$AH !== te && Lt(this._$AH) ? this._$AA.nextSibling.data = t : this.T(
|
|
5053
|
+
this._$AH !== te && Lt(this._$AH) ? this._$AA.nextSibling.data = t : this.T(Fe.createTextNode(t)), this._$AH = t;
|
|
5045
5054
|
}
|
|
5046
5055
|
$(t) {
|
|
5047
5056
|
var o;
|
|
@@ -5934,7 +5943,7 @@ const vu = R`
|
|
|
5934
5943
|
`;
|
|
5935
5944
|
de("", yu, { moduleId: "lumo-typography" });
|
|
5936
5945
|
ct("typography-props", vu);
|
|
5937
|
-
const
|
|
5946
|
+
const zn = R`
|
|
5938
5947
|
:host {
|
|
5939
5948
|
display: flex;
|
|
5940
5949
|
align-items: center;
|
|
@@ -6019,7 +6028,7 @@ const Fn = R`
|
|
|
6019
6028
|
height: var(--lumo-icon-size-m);
|
|
6020
6029
|
}
|
|
6021
6030
|
`;
|
|
6022
|
-
de("vaadin-item",
|
|
6031
|
+
de("vaadin-item", zn, { moduleId: "lumo-item" });
|
|
6023
6032
|
const wu = R`
|
|
6024
6033
|
:host {
|
|
6025
6034
|
transition: background-color 100ms;
|
|
@@ -6033,7 +6042,7 @@ const wu = R`
|
|
|
6033
6042
|
box-shadow: inset 0 0 0 var(--_focus-ring-width) var(--_focus-ring-color);
|
|
6034
6043
|
}
|
|
6035
6044
|
`;
|
|
6036
|
-
de("vaadin-combo-box-item", [
|
|
6045
|
+
de("vaadin-combo-box-item", [zn, wu], {
|
|
6037
6046
|
moduleId: "lumo-combo-box-item"
|
|
6038
6047
|
});
|
|
6039
6048
|
/**
|
|
@@ -6492,7 +6501,7 @@ de(
|
|
|
6492
6501
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
6493
6502
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
6494
6503
|
*/
|
|
6495
|
-
const
|
|
6504
|
+
const Fn = R`
|
|
6496
6505
|
[part$='button'] {
|
|
6497
6506
|
flex: none;
|
|
6498
6507
|
width: 1em;
|
|
@@ -6520,7 +6529,7 @@ const zn = R`
|
|
|
6520
6529
|
display: block;
|
|
6521
6530
|
}
|
|
6522
6531
|
`;
|
|
6523
|
-
de("",
|
|
6532
|
+
de("", Fn, { moduleId: "lumo-field-button" });
|
|
6524
6533
|
/**
|
|
6525
6534
|
* @license
|
|
6526
6535
|
* Copyright (c) 2017 - 2024 Vaadin Ltd.
|
|
@@ -6838,7 +6847,7 @@ const Tu = R`
|
|
|
6838
6847
|
[part='clear-button']::before {
|
|
6839
6848
|
content: var(--lumo-icons-cross);
|
|
6840
6849
|
}
|
|
6841
|
-
`, $n = [Vn,
|
|
6850
|
+
`, $n = [Vn, Fn, Au, Tu];
|
|
6842
6851
|
de("", $n, {
|
|
6843
6852
|
moduleId: "lumo-input-field-shared-styles"
|
|
6844
6853
|
});
|
|
@@ -6921,7 +6930,7 @@ const Mu = ku && "adoptedStyleSheets" in Document.prototype && "replaceSync" in
|
|
|
6921
6930
|
})();
|
|
6922
6931
|
let Lu = window.Polymer && window.Polymer.rootPath || ts(document.baseURI || window.location.href), pr = window.Polymer && window.Polymer.sanitizeDOMValue || void 0;
|
|
6923
6932
|
window.Polymer && window.Polymer.setPassiveTouchGestures;
|
|
6924
|
-
let Ii = window.Polymer && window.Polymer.strictTemplatePolicy || !1, Bu = window.Polymer && window.Polymer.allowTemplateFromDomModule || !1, Ru = window.Polymer && window.Polymer.legacyOptimizations || !1, Hu = window.Polymer && window.Polymer.legacyWarnings || !1, Du = window.Polymer && window.Polymer.syncInitialRender || !1, Oi = window.Polymer && window.Polymer.legacyUndefined || !1,
|
|
6933
|
+
let Ii = window.Polymer && window.Polymer.strictTemplatePolicy || !1, Bu = window.Polymer && window.Polymer.allowTemplateFromDomModule || !1, Ru = window.Polymer && window.Polymer.legacyOptimizations || !1, Hu = window.Polymer && window.Polymer.legacyWarnings || !1, Du = window.Polymer && window.Polymer.syncInitialRender || !1, Oi = window.Polymer && window.Polymer.legacyUndefined || !1, zu = window.Polymer && window.Polymer.orderedComputed || !1, io = window.Polymer && window.Polymer.removeNestedTemplates || !1, Fu = window.Polymer && window.Polymer.fastDomIf || !1;
|
|
6925
6934
|
window.Polymer && window.Polymer.suppressTemplateNotifications;
|
|
6926
6935
|
window.Polymer && window.Polymer.legacyNoObservedAttributes;
|
|
6927
6936
|
let Vu = window.Polymer && window.Polymer.useAdoptedStyleSheetsWithBuiltCSS || !1;
|
|
@@ -7151,7 +7160,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
|
|
7151
7160
|
Code distributed by Google as part of the polymer project is also
|
|
7152
7161
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
7153
7162
|
*/
|
|
7154
|
-
const
|
|
7163
|
+
const ze = window.ShadyDOM && window.ShadyDOM.noPatch && window.ShadyDOM.wrap ? window.ShadyDOM.wrap : window.ShadyDOM ? (r) => ShadyDOM.patch(r) : (r) => r;
|
|
7155
7164
|
/**
|
|
7156
7165
|
@license
|
|
7157
7166
|
Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
|
|
@@ -7667,7 +7676,7 @@ const rc = tc, Jn = ne(
|
|
|
7667
7676
|
_valueToNodeAttribute(i, s, o) {
|
|
7668
7677
|
const n = this._serializeValue(s);
|
|
7669
7678
|
(o === "class" || o === "name" || o === "slot") && (i = /** @type {?Element} */
|
|
7670
|
-
|
|
7679
|
+
ze(i)), n === void 0 ? i.removeAttribute(o) : i.setAttribute(
|
|
7671
7680
|
o,
|
|
7672
7681
|
// Closure's type for `setAttribute`'s second parameter incorrectly
|
|
7673
7682
|
// excludes `TrustedScript`.
|
|
@@ -8451,7 +8460,7 @@ function ta(r, t, e, i) {
|
|
|
8451
8460
|
value: e,
|
|
8452
8461
|
queueProperty: !0
|
|
8453
8462
|
};
|
|
8454
|
-
i && (s.path = i),
|
|
8463
|
+
i && (s.path = i), ze(
|
|
8455
8464
|
/** @type {!HTMLElement} */
|
|
8456
8465
|
r
|
|
8457
8466
|
).dispatchEvent(new CustomEvent(t, { detail: s }));
|
|
@@ -8480,7 +8489,7 @@ function xc(r, t, e, i, s) {
|
|
|
8480
8489
|
function Pc(r, t, e, i) {
|
|
8481
8490
|
let s = r[M.COMPUTE];
|
|
8482
8491
|
if (s)
|
|
8483
|
-
if (
|
|
8492
|
+
if (zu) {
|
|
8484
8493
|
Ht++;
|
|
8485
8494
|
const o = Cc(r), n = [];
|
|
8486
8495
|
for (let l in t)
|
|
@@ -8661,7 +8670,7 @@ function Lc(r, t) {
|
|
|
8661
8670
|
for (let n = 0; n < i.length; n++)
|
|
8662
8671
|
s[n] = i[n].literal;
|
|
8663
8672
|
let o = t.target;
|
|
8664
|
-
e[o] = s, t.literal && t.kind == "property" && (o === "className" && (r =
|
|
8673
|
+
e[o] = s, t.literal && t.kind == "property" && (o === "className" && (r = ze(r)), r[o] = t.literal);
|
|
8665
8674
|
}
|
|
8666
8675
|
}
|
|
8667
8676
|
function Bc(r, t, e) {
|
|
@@ -8699,7 +8708,7 @@ function Mi(r, t, e, i, s) {
|
|
|
8699
8708
|
} else
|
|
8700
8709
|
s.dynamicFn || console.warn("method `" + s.methodName + "` not defined");
|
|
8701
8710
|
}
|
|
8702
|
-
const Rc = [], ia = "(?:[a-zA-Z_$][\\w.:$\\-*]*)", Hc = "(?:[-+]?[0-9]*\\.?[0-9]+(?:[eE][-+]?[0-9]+)?)", Dc = "(?:'(?:[^'\\\\]|\\\\.)*')",
|
|
8711
|
+
const Rc = [], ia = "(?:[a-zA-Z_$][\\w.:$\\-*]*)", Hc = "(?:[-+]?[0-9]*\\.?[0-9]+(?:[eE][-+]?[0-9]+)?)", Dc = "(?:'(?:[^'\\\\]|\\\\.)*')", zc = '(?:"(?:[^"\\\\]|\\\\.)*")', Fc = "(?:" + Dc + "|" + zc + ")", mo = "(?:(" + ia + "|" + Hc + "|" + Fc + ")\\s*)", Vc = "(?:" + mo + "(?:,\\s*" + mo + ")*)", $c = "(?:\\(\\s*(?:" + Vc + "?)\\)\\s*)", Uc = "(" + ia + "\\s*" + $c + "?)", jc = "(\\[\\[|{{)\\s*", Gc = "(?:]]|}})", Wc = "(?:(!)\\s*)?", qc = jc + Wc + Uc + Gc, _o = new RegExp(qc, "g");
|
|
8703
8712
|
function go(r) {
|
|
8704
8713
|
let t = "";
|
|
8705
8714
|
for (let e = 0; e < r.length; e++) {
|
|
@@ -8994,7 +9003,7 @@ const Xc = ne((r) => {
|
|
|
8994
9003
|
*/
|
|
8995
9004
|
_setUnmanagedPropertyToNode(s, o, n) {
|
|
8996
9005
|
(n !== s[o] || typeof n == "object") && (o === "className" && (s = /** @type {!Node} */
|
|
8997
|
-
|
|
9006
|
+
ze(s)), s[o] = n);
|
|
8998
9007
|
}
|
|
8999
9008
|
/**
|
|
9000
9009
|
* Overrides the `PropertiesChanged` implementation to introduce special
|
|
@@ -9908,7 +9917,7 @@ const Xc = ne((r) => {
|
|
|
9908
9917
|
let d = o.childNodes;
|
|
9909
9918
|
for (let h = 0; h < d.length; h++) {
|
|
9910
9919
|
let u = d[h];
|
|
9911
|
-
|
|
9920
|
+
ze(ze(u).parentNode).removeChild(u);
|
|
9912
9921
|
}
|
|
9913
9922
|
}
|
|
9914
9923
|
/**
|
|
@@ -10001,7 +10010,7 @@ const Xc = ne((r) => {
|
|
|
10001
10010
|
const l = s.parentNode, d = n.templateInfo, h = l.localName === "dom-if", u = l.localName === "dom-repeat";
|
|
10002
10011
|
io && (h || u) && (l.removeChild(s), n = n.parentInfo, n.templateInfo = d, n.noted = !0, a = !1);
|
|
10003
10012
|
let f = d.hostProps;
|
|
10004
|
-
if (
|
|
10013
|
+
if (Fu && h)
|
|
10005
10014
|
f && (o.hostProps = Object.assign(o.hostProps || {}, f), io || (n.parentInfo.noted = !0));
|
|
10006
10015
|
else {
|
|
10007
10016
|
let m = "{";
|
|
@@ -10656,7 +10665,7 @@ const Qc = "3.5.2", vo = window.ShadyCSS && window.ShadyCSS.cssBuild, ef = ne((r
|
|
|
10656
10665
|
* @return {ShadowRoot} node to which the dom has been attached.
|
|
10657
10666
|
*/
|
|
10658
10667
|
_attachDom(d) {
|
|
10659
|
-
const h =
|
|
10668
|
+
const h = ze(this);
|
|
10660
10669
|
if (h.attachShadow)
|
|
10661
10670
|
return d ? (h.shadowRoot || (h.attachShadow({ mode: "open", shadyUpgradeFragment: d }), h.shadowRoot.appendChild(d), this.constructor._styleSheet && (h.shadowRoot.adoptedStyleSheets = [this.constructor._styleSheet])), Du && window.ShadyDOM && window.ShadyDOM.flushInitial(h.shadowRoot), h.shadowRoot) : null;
|
|
10662
10671
|
throw new Error("ShadowDOM not available. PolymerElement can create dom as children instead of in ShadowDOM by setting `this.root = this;` before `ready`.");
|
|
@@ -11320,7 +11329,7 @@ window.addEventListener(
|
|
|
11320
11329
|
},
|
|
11321
11330
|
{ capture: !0 }
|
|
11322
11331
|
);
|
|
11323
|
-
function
|
|
11332
|
+
function zi() {
|
|
11324
11333
|
let r = document.activeElement || document.body;
|
|
11325
11334
|
for (; r.shadowRoot && r.shadowRoot.activeElement; )
|
|
11326
11335
|
r = r.shadowRoot.activeElement;
|
|
@@ -11346,11 +11355,11 @@ function Sf(r, t) {
|
|
|
11346
11355
|
Cf(r[0], t[0]) ? e.push(t.shift()) : e.push(r.shift());
|
|
11347
11356
|
return e.concat(r, t);
|
|
11348
11357
|
}
|
|
11349
|
-
function
|
|
11358
|
+
function Fi(r) {
|
|
11350
11359
|
const t = r.length;
|
|
11351
11360
|
if (t < 2)
|
|
11352
11361
|
return r;
|
|
11353
|
-
const e = Math.ceil(t / 2), i =
|
|
11362
|
+
const e = Math.ceil(t / 2), i = Fi(r.slice(0, e)), s = Fi(r.slice(e));
|
|
11354
11363
|
return Sf(i, s);
|
|
11355
11364
|
}
|
|
11356
11365
|
function ua(r) {
|
|
@@ -11381,7 +11390,7 @@ function fa(r, t) {
|
|
|
11381
11390
|
}
|
|
11382
11391
|
function Tf(r) {
|
|
11383
11392
|
const t = [];
|
|
11384
|
-
return fa(r, t) ?
|
|
11393
|
+
return fa(r, t) ? Fi(t) : t;
|
|
11385
11394
|
}
|
|
11386
11395
|
/**
|
|
11387
11396
|
* @license
|
|
@@ -11397,7 +11406,7 @@ class If {
|
|
|
11397
11406
|
* @param {Node | null | undefined} focusNode
|
|
11398
11407
|
*/
|
|
11399
11408
|
saveFocus(t) {
|
|
11400
|
-
this.focusNode = t ||
|
|
11409
|
+
this.focusNode = t || zi();
|
|
11401
11410
|
}
|
|
11402
11411
|
/**
|
|
11403
11412
|
* Restores focus to the target node that was saved previously with `saveFocus()`.
|
|
@@ -11407,7 +11416,7 @@ class If {
|
|
|
11407
11416
|
if (!e)
|
|
11408
11417
|
return;
|
|
11409
11418
|
const i = t ? t.preventScroll : !1;
|
|
11410
|
-
|
|
11419
|
+
zi() === document.body ? setTimeout(() => e.focus({ preventScroll: i })) : e.focus({ preventScroll: i }), this.focusNode = null;
|
|
11411
11420
|
}
|
|
11412
11421
|
}
|
|
11413
11422
|
/**
|
|
@@ -11629,7 +11638,7 @@ const Nf = (r) => class extends Nr(r) {
|
|
|
11629
11638
|
* @return {boolean}
|
|
11630
11639
|
*/
|
|
11631
11640
|
_shouldRestoreFocus() {
|
|
11632
|
-
const e =
|
|
11641
|
+
const e = zi();
|
|
11633
11642
|
return e === document.body || this._deepContains(e);
|
|
11634
11643
|
}
|
|
11635
11644
|
/**
|
|
@@ -12072,7 +12081,7 @@ function Df(r) {
|
|
|
12072
12081
|
* Copyright (c) 2024 Vaadin Ltd.
|
|
12073
12082
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12074
12083
|
*/
|
|
12075
|
-
function
|
|
12084
|
+
function zf(r, t) {
|
|
12076
12085
|
let e = null;
|
|
12077
12086
|
const i = document.documentElement;
|
|
12078
12087
|
function s() {
|
|
@@ -12118,7 +12127,7 @@ const ri = {
|
|
|
12118
12127
|
t.target.__overlay && t.target.__overlay._updatePosition();
|
|
12119
12128
|
});
|
|
12120
12129
|
});
|
|
12121
|
-
}),
|
|
12130
|
+
}), Ff = (r) => class extends r {
|
|
12122
12131
|
static get properties() {
|
|
12123
12132
|
return {
|
|
12124
12133
|
/**
|
|
@@ -12219,7 +12228,7 @@ const ri = {
|
|
|
12219
12228
|
__addUpdatePositionEventListeners() {
|
|
12220
12229
|
window.visualViewport.addEventListener("resize", this._updatePosition), window.visualViewport.addEventListener("scroll", this.__onScroll, !0), this.__positionTargetAncestorRootNodes = Rf(this.positionTarget), this.__positionTargetAncestorRootNodes.forEach((e) => {
|
|
12221
12230
|
e.addEventListener("scroll", this.__onScroll, !0);
|
|
12222
|
-
}), this.positionTarget && (this.__observePositionTargetMove =
|
|
12231
|
+
}), this.positionTarget && (this.__observePositionTargetMove = zf(this.positionTarget, () => {
|
|
12223
12232
|
this._updatePosition();
|
|
12224
12233
|
}));
|
|
12225
12234
|
}
|
|
@@ -12353,7 +12362,7 @@ const ri = {
|
|
|
12353
12362
|
* Copyright (c) 2015 - 2024 Vaadin Ltd.
|
|
12354
12363
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
12355
12364
|
*/
|
|
12356
|
-
const Vf = (r) => class extends
|
|
12365
|
+
const Vf = (r) => class extends Ff(r) {
|
|
12357
12366
|
static get observers() {
|
|
12358
12367
|
return ["_setOverlayWidth(positionTarget, opened)"];
|
|
12359
12368
|
}
|
|
@@ -12516,7 +12525,7 @@ const ar = {
|
|
|
12516
12525
|
cancel(r) {
|
|
12517
12526
|
window.clearTimeout(r);
|
|
12518
12527
|
}
|
|
12519
|
-
},
|
|
12528
|
+
}, zt = {
|
|
12520
12529
|
/**
|
|
12521
12530
|
* Enqueues a function called at `requestAnimationFrame` timing.
|
|
12522
12531
|
*
|
|
@@ -12596,7 +12605,7 @@ The complete set of contributors may be found at http://polymer.github.io/CONTRI
|
|
|
12596
12605
|
Code distributed by Google as part of the polymer project is also
|
|
12597
12606
|
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
|
12598
12607
|
*/
|
|
12599
|
-
const
|
|
12608
|
+
const Ft = /* @__PURE__ */ new Set();
|
|
12600
12609
|
class Pe {
|
|
12601
12610
|
/**
|
|
12602
12611
|
* Creates a debouncer if no debouncer is passed as a parameter
|
|
@@ -12649,7 +12658,7 @@ class Pe {
|
|
|
12649
12658
|
*/
|
|
12650
12659
|
setConfig(t, e) {
|
|
12651
12660
|
this._asyncModule = t, this._callback = e, this._timer = this._asyncModule.run(() => {
|
|
12652
|
-
this._timer = null,
|
|
12661
|
+
this._timer = null, Ft.delete(this), this._callback();
|
|
12653
12662
|
});
|
|
12654
12663
|
}
|
|
12655
12664
|
/**
|
|
@@ -12658,7 +12667,7 @@ class Pe {
|
|
|
12658
12667
|
* @return {void}
|
|
12659
12668
|
*/
|
|
12660
12669
|
cancel() {
|
|
12661
|
-
this.isActive() && (this._cancelAsync(),
|
|
12670
|
+
this.isActive() && (this._cancelAsync(), Ft.delete(this));
|
|
12662
12671
|
}
|
|
12663
12672
|
/**
|
|
12664
12673
|
* Cancels a debouncer's async callback.
|
|
@@ -12689,11 +12698,11 @@ class Pe {
|
|
|
12689
12698
|
}
|
|
12690
12699
|
}
|
|
12691
12700
|
function va(r) {
|
|
12692
|
-
|
|
12701
|
+
Ft.add(r);
|
|
12693
12702
|
}
|
|
12694
12703
|
function Wf() {
|
|
12695
|
-
const r = !!
|
|
12696
|
-
return
|
|
12704
|
+
const r = !!Ft.size;
|
|
12705
|
+
return Ft.forEach((t) => {
|
|
12697
12706
|
try {
|
|
12698
12707
|
t.flush();
|
|
12699
12708
|
} catch (e) {
|
|
@@ -13016,7 +13025,7 @@ const Eo = navigator.userAgent.match(/iP(?:hone|ad;(?: U;)? CPU) OS (\d+)/u), qf
|
|
|
13016
13025
|
* to `items`, splices or updates to a single item.
|
|
13017
13026
|
*/
|
|
13018
13027
|
_itemsChanged(r) {
|
|
13019
|
-
r.path === "items" && (this._virtualStart = 0, this._physicalTop = 0, this._virtualCount = this.items ? this.items.length : 0, this._physicalIndexForKey = {}, this._firstVisibleIndexVal = null, this._lastVisibleIndexVal = null, this._physicalItems || (this._physicalItems = []), this._physicalSizes || (this._physicalSizes = []), this._physicalStart = 0, this._scrollTop > this._scrollOffset && this._resetScrollPosition(0), this._debounce("_render", this._render,
|
|
13028
|
+
r.path === "items" && (this._virtualStart = 0, this._physicalTop = 0, this._virtualCount = this.items ? this.items.length : 0, this._physicalIndexForKey = {}, this._firstVisibleIndexVal = null, this._lastVisibleIndexVal = null, this._physicalItems || (this._physicalItems = []), this._physicalSizes || (this._physicalSizes = []), this._physicalStart = 0, this._scrollTop > this._scrollOffset && this._resetScrollPosition(0), this._debounce("_render", this._render, zt));
|
|
13020
13029
|
},
|
|
13021
13030
|
/**
|
|
13022
13031
|
* Executes a provided function per every physical index in `itemSet`
|
|
@@ -13122,7 +13131,7 @@ const Eo = navigator.userAgent.match(/iP(?:hone|ad;(?: U;)? CPU) OS (\d+)/u), qf
|
|
|
13122
13131
|
() => {
|
|
13123
13132
|
this._firstVisibleIndexVal = null, this._lastVisibleIndexVal = null, this._isVisible ? (this.updateViewportBoundaries(), this.toggleScrollListener(!0), this._resetAverage(), this._render()) : this.toggleScrollListener(!1);
|
|
13124
13133
|
},
|
|
13125
|
-
|
|
13134
|
+
zt
|
|
13126
13135
|
);
|
|
13127
13136
|
},
|
|
13128
13137
|
_isIndexRendered(r) {
|
|
@@ -13232,7 +13241,7 @@ class ya {
|
|
|
13232
13241
|
if (i === 0)
|
|
13233
13242
|
e.style.paddingTop = `${this.__placeholderHeight}px`, e.style.opacity = "0", e.__virtualizerPlaceholder = !0, this.__placeholderClearDebouncer = Pe.debounce(
|
|
13234
13243
|
this.__placeholderClearDebouncer,
|
|
13235
|
-
|
|
13244
|
+
zt,
|
|
13236
13245
|
() => this._resizeHandler()
|
|
13237
13246
|
);
|
|
13238
13247
|
else {
|
|
@@ -13401,7 +13410,7 @@ class ya {
|
|
|
13401
13410
|
}
|
|
13402
13411
|
e += this._deltaYAcc, this._deltaYAcc = 0, this._wheelAnimationFrame = !0, this.__debouncerWheelAnimationFrame = Pe.debounce(
|
|
13403
13412
|
this.__debouncerWheelAnimationFrame,
|
|
13404
|
-
|
|
13413
|
+
zt,
|
|
13405
13414
|
() => {
|
|
13406
13415
|
this._wheelAnimationFrame = !1;
|
|
13407
13416
|
}
|
|
@@ -15576,7 +15585,7 @@ document.body.appendChild(Se);
|
|
|
15576
15585
|
let tr;
|
|
15577
15586
|
function vp(r, t = {}) {
|
|
15578
15587
|
const e = t.mode || "polite", i = t.timeout === void 0 ? 150 : t.timeout;
|
|
15579
|
-
e === "alert" ? (Se.removeAttribute("aria-live"), Se.removeAttribute("role"), tr = Pe.debounce(tr,
|
|
15588
|
+
e === "alert" ? (Se.removeAttribute("aria-live"), Se.removeAttribute("role"), tr = Pe.debounce(tr, zt, () => {
|
|
15580
15589
|
Se.setAttribute("role", "alert");
|
|
15581
15590
|
})) : (tr && tr.cancel(), Se.removeAttribute("role"), Se.setAttribute("aria-live", e)), Se.textContent = "", setTimeout(() => {
|
|
15582
15591
|
Se.textContent = r;
|
|
@@ -17430,7 +17439,7 @@ function To(r) {
|
|
|
17430
17439
|
function Io(r, t) {
|
|
17431
17440
|
return r.findIndex((e) => e instanceof at ? !1 : t(e));
|
|
17432
17441
|
}
|
|
17433
|
-
const
|
|
17442
|
+
const zp = (r) => class extends Rp(
|
|
17434
17443
|
Nr(cs(xa(ls(ds(Pa(r))))))
|
|
17435
17444
|
) {
|
|
17436
17445
|
static get properties() {
|
|
@@ -18207,8 +18216,8 @@ const Fp = (r) => class extends Rp(
|
|
|
18207
18216
|
* This program is available under Apache License Version 2.0, available at https://vaadin.com/license/
|
|
18208
18217
|
*/
|
|
18209
18218
|
de("vaadin-combo-box", Mp, { moduleId: "vaadin-combo-box-styles" });
|
|
18210
|
-
class
|
|
18211
|
-
|
|
18219
|
+
class Fp extends Bp(
|
|
18220
|
+
zp(Ip(Sp(Ar(ap(jt)))))
|
|
18212
18221
|
) {
|
|
18213
18222
|
static get is() {
|
|
18214
18223
|
return "vaadin-combo-box";
|
|
@@ -18308,9 +18317,9 @@ class zp extends Bp(
|
|
|
18308
18317
|
(e.includes(this._labelNode) || e.includes(this._positionTarget)) && super._onHostClick(t);
|
|
18309
18318
|
}
|
|
18310
18319
|
}
|
|
18311
|
-
ut(
|
|
18320
|
+
ut(Fp);
|
|
18312
18321
|
function Vp(r) {
|
|
18313
|
-
hl(r, "svelte-
|
|
18322
|
+
hl(r, "svelte-6fsdbz", '*,*::before,*::after{margin:0;padding:0;list-style:none;text-decoration:none;outline:none;box-sizing:border-box}input,select{font-family:inherit}.GeneralPlayerForgotPasswordForm{height:auto}.GeneralPlayerForgotPasswordForm .ModalLoaderWrapper{display:flex;height:100%;align-items:center}.GeneralPlayerForgotPasswordForm .ModalLoader{display:block;width:80px;height:80px;margin:0 auto}.GeneralPlayerForgotPasswordForm .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}.backButtonForgotPassword{display:inline-flex;color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));height:24px;line-height:24px;border-radius:var(--emw--border-radius-medium, 15px);border:none;background:transparent;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer;margin-bottom:30px}.backButtonForgotPassword svg{width:24px;height:24px;margin-right:20px;fill:var(--emw--registration-color-primary, var(--emw--color-primary, #22b04e))}.FormContainer{width:100%}.FormForgotPassword{background:var(--emw--registration-color-bg, var(--emw--color-gray-50, #f9f8f8))}.FormHeaderTitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-size:var(--emw--font-size-large, 20px);font-weight:var(--emw--font-weight-light, 300);padding:0;text-transform:uppercase;margin:0}.FormHeaderSubtitle{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));font-weight:var(--emw--font-weight-light, 300);padding-top:14px}.FormRequired{color:var(--emw--color-error, #ed0909)}.ForgotPasswordError{color:var(--emw--color-error, #ed0909);font-size:10px;line-height:10px;margin-top:10px}.FormContent{padding-top:20px}.NewPasswordSuccess{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:space-around;align-items:center}.NewPasswordSuccess h4{margin-top:10px;color:var(--emw--color-valid, var(--emw--color-valid, #48952a));font-size:28px;font-weight:500;padding:0;text-transform:uppercase}.NewPasswordSuccess p{text-align:center;font-size:var(--emw--font-size-medium, 16px);color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));text-transform:initial;padding:15px 0;margin-bottom:110px}.TogglePasswordVisibility{height:19px;position:absolute;right:8px;top:34px;cursor:pointer}.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-typography-cotrast, #444444))}.ResetPasswordByEmail,.NewPassword,.ConfirmPassword{color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));display:flex;flex-direction:column;padding-bottom:20px;position:relative}.ResetPasswordByEmail .dobFormatError,.NewPassword .dobFormatError,.ConfirmPassword .dobFormatError{padding:20px;width:100%;text-align:center;color:var(--emw--color-error, #ed0909)}.ResetPasswordByEmail .DobContainer,.NewPassword .DobContainer,.ConfirmPassword .DobContainer{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.ResetPasswordByEmail .DobContainer .datePickerBox,.NewPassword .DobContainer .datePickerBox,.ConfirmPassword .DobContainer .datePickerBox{width:100%;padding:10px}.ResetPasswordByEmail .DobContainer .datePickerBox input,.NewPassword .DobContainer .datePickerBox input,.ConfirmPassword .DobContainer .datePickerBox input{border:0px;background:transparent}.ResetPasswordByEmail .DobContainer.Mobile,.NewPassword .DobContainer.Mobile,.ConfirmPassword .DobContainer.Mobile{flex-direction:column}.ResetPasswordByEmail label,.NewPassword label,.ConfirmPassword label{font-size:var(--emw--font-size-small, 14px);font-weight:var(--emw--font-weight-light, 300);padding-bottom:5px}.ResetPasswordByEmail input,.NewPassword input,.ConfirmPassword input{width:100%;height:44px;border-radius:var(--emw--border-radius-medium, 15px);border:1px solid var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444));padding:5px;font-size:var(--emw--font-size-small, 14px);box-sizing:border-box;padding:5px 15px;font-size:var(--emw--font-size-medium, 16px);line-height:18px}.ResetPasswordByEmail input:focus,.NewPassword input:focus,.ConfirmPassword input:focus{border:2px solid var(--emw--registration-color-primary, var(--emw--color-primary, #22b04e));outline:none}.ResetPasswordByEmail.InvalidField input,.NewPassword.InvalidField input,.ConfirmPassword.InvalidField input{border:1px solid var(--emw--color-error, #ed0909);background:var(--emw--color-pale, #fbecf4);color:var(--emw--registration-contrast, var(--emw--color-typography-cotrast, #444444))}.resetPasswordButton{background:var(--emw--color-primary, #0e5924);border-radius:var(--emw--button-border-radius, 10px);color:var(--emw--button-typography, var(--emw--button-text-color, #ffffff));font-family:var(--emw--button-typography);width:100%;height:60px;padding:0;text-transform:uppercase;font-size:var(--emw--font-size-medium, 16px);cursor:pointer}.resetPasswordButton[disabled]{background:var(--emw--color-primary, #0e5924);opacity:0.4;cursor:not-allowed}.ResetPasswordByEmail,.NewPassword,.ConfirmPassword{padding-bottom:30px}.ResetPasswordByEmail .InvalidInput{bottom:-3px}.InvalidInput{color:var(--emw--color-error, #ed0909);font-size:10px;position:absolute;bottom:10px;line-height:10px}.ErrorMessage{margin:0 0 15px 0;font-size:var(--emw--font-size-x-small, 12px);color:var(--emw--color-error, #ed0909)}.FormForgotPassword{padding:50px}.FormMobileContainer{height:100%;background-color:var(--emw--color-gray-50, #f9f8f8)}.FormMobileContainer .resetPasswordButton,.FormMobileContainer .ResetPasswordByEmail input{max-width:unset;border-radius:var(--emw--border-radius-medium, 15px)}.FormMobileContainer{height:100%}.FormMobileContainer .FormForgotPassword{padding:40px 20px}.FormMobileContainer .resetPasswordButton,.FormMobileContainer .UserContainer input{max-width:unset}input::-ms-reveal,input::-ms-clear{display:none}@keyframes Loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}');
|
|
18314
18323
|
}
|
|
18315
18324
|
function Oo(r, t, e) {
|
|
18316
18325
|
const i = r.slice();
|
|
@@ -18407,7 +18416,21 @@ function jp(r) {
|
|
|
18407
18416
|
), G, be, W;
|
|
18408
18417
|
return {
|
|
18409
18418
|
c() {
|
|
18410
|
-
t = P("div"), e = P("div"), i = P("div"), s = x("svg"), o = x("defs"), n = x("style"), a = N(
|
|
18419
|
+
t = P("div"), e = P("div"), i = P("div"), s = x("svg"), o = x("defs"), n = x("style"), a = N(`.a {
|
|
18420
|
+
fill: var(--emw--color-valid, var(--emw--color-valid, #48952a));
|
|
18421
|
+
}
|
|
18422
|
+
.b,
|
|
18423
|
+
.d {
|
|
18424
|
+
fill: none;
|
|
18425
|
+
}
|
|
18426
|
+
.b {
|
|
18427
|
+
stroke: var(--emw--color-valid, var(--emw--color-green, #48952a));
|
|
18428
|
+
stroke-width: 2px;
|
|
18429
|
+
}
|
|
18430
|
+
.c {
|
|
18431
|
+
stroke: none;
|
|
18432
|
+
}
|
|
18433
|
+
`), l = x("g"), d = x("g"), h = x("path"), u = x("g"), f = x("circle"), m = x("circle"), _ = F(), g = P("h4"), y = N(w), v = F(), C = P("p"), S = N(E), V = F(), B = P("button"), G = N(ce), c(h, "class", "a"), c(h, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), c(h, "transform", "translate(264.272 482.563)"), c(d, "transform", "translate(-7360.574 8503.438)"), c(f, "class", "c"), c(f, "cx", "30"), c(f, "cy", "30"), c(f, "r", "30"), c(m, "class", "d"), c(m, "cx", "30"), c(m, "cy", "30"), c(m, "r", "29"), c(u, "class", "b"), c(u, "transform", "translate(-7106 8970)"), c(l, "transform", "translate(7106 -8970)"), c(s, "xmlns", "http://www.w3.org/2000/svg"), c(s, "width", "60"), c(s, "height", "60"), c(s, "viewBox", "0 0 60 60"), c(i, "class", "NewPasswordSuccess"), c(i, "part", "NewPasswordSuccess"), c(B, "class", "resetPasswordButton"), c(B, "part", "resetPasswordButton"), c(e, "class", "FormContent"), c(e, "part", "FormContent"), c(t, "class", "FormForgotPassword"), c(t, "part", "FormForgotPassword");
|
|
18411
18434
|
},
|
|
18412
18435
|
m(re, ae) {
|
|
18413
18436
|
L(re, t, ae), p(t, e), p(e, i), p(i, s), p(s, o), p(o, n), p(n, a), p(s, l), p(l, d), p(d, h), p(l, u), p(u, f), p(u, m), p(i, _), p(i, g), p(g, y), p(i, v), p(i, C), p(C, S), p(e, V), p(e, B), p(B, G), be || (W = oe(
|
|
@@ -18451,7 +18474,7 @@ function Gp(r) {
|
|
|
18451
18474
|
xe[20] ? Zp : Yp
|
|
18452
18475
|
);
|
|
18453
18476
|
}
|
|
18454
|
-
let $ = q(r), J = $(r),
|
|
18477
|
+
let $ = q(r), J = $(r), z = (
|
|
18455
18478
|
/*invalidNewPassword*/
|
|
18456
18479
|
r[16] && Mo(r)
|
|
18457
18480
|
);
|
|
@@ -18473,7 +18496,7 @@ function Gp(r) {
|
|
|
18473
18496
|
t = P("div"), e = P("div"), i = P("h4"), s = N(
|
|
18474
18497
|
/*titleText*/
|
|
18475
18498
|
r[25]
|
|
18476
|
-
), o =
|
|
18499
|
+
), o = F(), T && T.c(), n = F(), a = P("form"), l = P("div"), d = P("label"), u = N(h), f = N(":"), m = P("span"), m.textContent = "*", _ = F(), g = P("input"), y = F(), J.c(), v = F(), z && z.c(), C = F(), E = P("div"), S = P("label"), B = N(V), ce = N(":"), G = P("span"), G.textContent = "*", be = F(), W = P("input"), re = F(), H.c(), ae = F(), ie && ie.c(), ve = F(), le && le.c(), Te = F(), K = P("button"), ye = N(pe), c(i, "class", "FormHeaderTitle"), c(i, "part", "FormHeaderTitle"), c(e, "class", "FormHeader"), c(e, "part", "FormHeader"), c(m, "class", "FormRequired"), c(m, "part", "FormRequired"), c(d, "for", "NewPassword"), c(g, "type", "password"), c(g, "id", "new-password"), c(g, "autocomplete", w = /*savecredentials*/
|
|
18477
18500
|
r[2] ? "new-password" : "off"), c(l, "class", "NewPassword"), c(l, "part", "NewPassword"), c(G, "class", "FormRequired"), c(G, "part", "FormRequired"), c(S, "for", "RetypePassword"), c(W, "type", "password"), c(W, "id", "RetypePassword"), c(E, "class", "ConfirmPassword"), c(E, "part", "ConfirmPassword"), c(K, "class", "resetPasswordButton"), c(K, "part", "resetPasswordButton"), K.disabled = me = !/*activateSubmit*/
|
|
18478
18501
|
r[15], c(a, "class", "FormContent"), c(a, "part", "FormContent"), c(t, "class", "FormForgotPassword test"), c(t, "part", "FormForgotPassword test");
|
|
18479
18502
|
},
|
|
@@ -18482,7 +18505,7 @@ function Gp(r) {
|
|
|
18482
18505
|
g,
|
|
18483
18506
|
/*userNewPassword*/
|
|
18484
18507
|
r[22]
|
|
18485
|
-
), r[60](g), p(l, y), J.m(l, null), p(l, v),
|
|
18508
|
+
), r[60](g), p(l, y), J.m(l, null), p(l, v), z && z.m(l, null), p(a, C), p(a, E), p(E, S), p(S, B), p(S, ce), p(S, G), p(E, be), p(E, W), Xe(
|
|
18486
18509
|
W,
|
|
18487
18510
|
/*userConfirmPassword*/
|
|
18488
18511
|
r[23]
|
|
@@ -18565,7 +18588,7 @@ function Gp(r) {
|
|
|
18565
18588
|
/*userNewPassword*/
|
|
18566
18589
|
r[22]
|
|
18567
18590
|
), $ === ($ = q(r)) && J ? J.p(r, Q) : (J.d(1), J = $(r), J && (J.c(), J.m(l, v))), /*invalidNewPassword*/
|
|
18568
|
-
r[16] ?
|
|
18591
|
+
r[16] ? z ? z.p(r, Q) : (z = Mo(r), z.c(), z.m(l, null)) : z && (z.d(1), z = null), Q[0] & /*$_*/
|
|
18569
18592
|
1073741824 && V !== (V = /*$_*/
|
|
18570
18593
|
r[30]("forgotNewPasswordConfirmPassword") + "") && X(B, V), Q[0] & /*userConfirmPassword*/
|
|
18571
18594
|
8388608 && W.value !== /*userConfirmPassword*/
|
|
@@ -18582,7 +18605,7 @@ function Gp(r) {
|
|
|
18582
18605
|
r[15]) && (K.disabled = me);
|
|
18583
18606
|
},
|
|
18584
18607
|
d(xe) {
|
|
18585
|
-
xe && k(t), T && T.d(), r[60](null), J.d(),
|
|
18608
|
+
xe && k(t), T && T.d(), r[60](null), J.d(), z && z.d(), r[64](null), H.d(), ie && ie.d(), le && le.d(), we = !1, Ve(Ce);
|
|
18586
18609
|
}
|
|
18587
18610
|
};
|
|
18588
18611
|
}
|
|
@@ -18596,7 +18619,21 @@ function Wp(r) {
|
|
|
18596
18619
|
), S;
|
|
18597
18620
|
return {
|
|
18598
18621
|
c() {
|
|
18599
|
-
t = P("div"), e = P("div"), i = P("div"), s = x("svg"), o = x("defs"), n = x("style"), a = N(
|
|
18622
|
+
t = P("div"), e = P("div"), i = P("div"), s = x("svg"), o = x("defs"), n = x("style"), a = N(`.a {
|
|
18623
|
+
fill: #16ce16;
|
|
18624
|
+
}
|
|
18625
|
+
.b,
|
|
18626
|
+
.d {
|
|
18627
|
+
fill: none;
|
|
18628
|
+
}
|
|
18629
|
+
.b {
|
|
18630
|
+
stroke: #16ce16;
|
|
18631
|
+
stroke-width: 2px;
|
|
18632
|
+
}
|
|
18633
|
+
.c {
|
|
18634
|
+
stroke: none;
|
|
18635
|
+
}
|
|
18636
|
+
`), l = x("g"), d = x("g"), h = x("path"), u = x("g"), f = x("circle"), m = x("circle"), _ = F(), g = P("h4"), y = N(w), v = F(), C = P("p"), S = N(E), c(h, "class", "a"), c(h, "d", "M16.1,28,0,11.9,3.267,8.633,16.1,21.233,37.333,0,40.6,3.267Z"), c(h, "transform", "translate(264.272 482.563)"), c(d, "transform", "translate(-7360.574 8503.438)"), c(f, "class", "c"), c(f, "cx", "30"), c(f, "cy", "30"), c(f, "r", "30"), c(m, "class", "d"), c(m, "cx", "30"), c(m, "cy", "30"), c(m, "r", "29"), c(u, "class", "b"), c(u, "transform", "translate(-7106 8970)"), c(l, "transform", "translate(7106 -8970)"), c(s, "xmlns", "http://www.w3.org/2000/svg"), c(s, "width", "60"), c(s, "height", "60"), c(s, "viewBox", "0 0 60 60"), c(i, "class", "NewPasswordSuccess"), c(i, "part", "NewPasswordSuccess"), c(e, "class", "FormContent"), c(e, "part", "FormContent"), c(t, "class", "FormForgotPassword"), c(t, "part", "FormForgotPassword");
|
|
18600
18637
|
},
|
|
18601
18638
|
m(V, B) {
|
|
18602
18639
|
L(V, t, B), p(t, e), p(e, i), p(i, s), p(s, o), p(o, n), p(n, a), p(s, l), p(l, d), p(d, h), p(l, u), p(u, f), p(u, m), p(i, _), p(i, g), p(g, y), p(i, v), p(i, C), p(C, S);
|
|
@@ -18639,13 +18676,16 @@ function qp(r) {
|
|
|
18639
18676
|
A[28] ? em : tm
|
|
18640
18677
|
);
|
|
18641
18678
|
}
|
|
18642
|
-
let
|
|
18679
|
+
let z = J(r), j = z(r);
|
|
18643
18680
|
return {
|
|
18644
18681
|
c() {
|
|
18645
|
-
t = P("div"), e = P("div"), i = P("button"), s = x("svg"), o = x("defs"), n = x("style"), a = N(
|
|
18682
|
+
t = P("div"), e = P("div"), i = P("button"), s = x("svg"), o = x("defs"), n = x("style"), a = N(`.a {
|
|
18683
|
+
fill: var(--emw--registration-color-primary, var(--emw--color-primary, #22b04e));
|
|
18684
|
+
}
|
|
18685
|
+
`), l = x("path"), d = F(), u = N(h), f = F(), m = P("h4"), _ = N(
|
|
18646
18686
|
/*titleText*/
|
|
18647
18687
|
r[25]
|
|
18648
|
-
), g =
|
|
18688
|
+
), g = F(), T && T.c(), w = F(), y = P("form"), v = P("div"), C = P("label"), S = N(E), V = N(":"), B = P("span"), B.textContent = "*", ce = F(), G = P("input"), be = F(), q && q.c(), W = F(), $ && $.c(), re = F(), j.c(), Te = F(), K = P("button"), ye = N(pe), c(l, "class", "a"), c(l, "d", "M12,0,9.818,2.182l8.26,8.26H0v3.117H18.078l-8.26,8.26L12,24,24,12Z"), c(l, "transform", "translate(24 24) rotate(180)"), c(s, "xmlns", "http://www.w3.org/2000/svg"), c(s, "viewBox", "0 0 24 24"), c(i, "class", "backButtonForgotPassword"), c(m, "class", "FormHeaderTitle"), c(m, "part", "FormHeaderTitle"), c(e, "class", "FormHeader"), c(B, "class", "FormRequired"), c(B, "part", "FormRequired"), c(C, "for", "ResetPasswordByEmail"), c(G, "type", "text"), c(G, "id", "ResetPasswordByEmail"), c(v, "class", ae = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
18649
18689
|
(r[12] ? "InvalidField" : "")), c(v, "part", ve = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
18650
18690
|
(r[12] ? "InvalidField" : "")), c(K, "class", "resetPasswordButton"), c(K, "part", "resetPasswordButton"), K.disabled = me = !/*isFormValid*/
|
|
18651
18691
|
r[13], c(y, "class", "FormContent"), c(y, "part", "FormContent"), c(t, "class", "FormForgotPassword");
|
|
@@ -18701,7 +18741,7 @@ function qp(r) {
|
|
|
18701
18741
|
A[8]
|
|
18702
18742
|
), /*invalidEmail*/
|
|
18703
18743
|
A[12] ? q ? q.p(A, H) : (q = Ho(A), q.c(), q.m(v, W)) : q && (q.d(1), q = null), /*forgotPasswordError*/
|
|
18704
|
-
A[6] ? $ ? $.p(A, H) : ($ = Do(A), $.c(), $.m(v, re)) : $ && ($.d(1), $ = null),
|
|
18744
|
+
A[6] ? $ ? $.p(A, H) : ($ = Do(A), $.c(), $.m(v, re)) : $ && ($.d(1), $ = null), z === (z = J(A)) && j ? j.p(A, H) : (j.d(1), j = z(A), j && (j.c(), j.m(v, null))), H[0] & /*invalidEmail*/
|
|
18705
18745
|
4096 && ae !== (ae = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
18706
18746
|
(A[12] ? "InvalidField" : "")) && c(v, "class", ae), H[0] & /*invalidEmail*/
|
|
18707
18747
|
4096 && ve !== (ve = "ResetPasswordByEmail " + /*invalidEmail*/
|
|
@@ -18745,7 +18785,10 @@ function Yp(r) {
|
|
|
18745
18785
|
let t, e, i, s, o, n, a, l, d, h;
|
|
18746
18786
|
return {
|
|
18747
18787
|
c() {
|
|
18748
|
-
t = x("svg"), e = x("defs"), i = x("style"), s = N(
|
|
18788
|
+
t = x("svg"), e = x("defs"), i = x("style"), s = N(`.a {
|
|
18789
|
+
fill: var(--emw--color-white, #ffffff);
|
|
18790
|
+
}
|
|
18791
|
+
`), o = x("g"), n = x("path"), a = x("circle"), c(n, "class", "a"), c(n, "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"), c(n, "transform", "translate(0)"), c(a, "class", "a"), c(a, "cx", "2.779"), c(a, "cy", "2.779"), c(a, "r", "2.779"), c(a, "transform", "translate(20.827 30.303)"), c(o, "transform", "translate(-14.185 -27.832)"), c(t, "class", l = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
18749
18792
|
(r[16] ? "InvalidToggle" : "")), c(t, "xmlns", "http://www.w3.org/2000/svg"), c(t, "width", "18.843"), c(t, "height", "10.5"), c(t, "viewBox", "0 0 18.843 10.5");
|
|
18750
18793
|
},
|
|
18751
18794
|
m(u, f) {
|
|
@@ -18770,7 +18813,10 @@ function Zp(r) {
|
|
|
18770
18813
|
let t, e, i, s, o, n, a, l, d, h, u, f, m, _, g, w;
|
|
18771
18814
|
return {
|
|
18772
18815
|
c() {
|
|
18773
|
-
t = x("svg"), e = x("defs"), i = x("style"), s = N(
|
|
18816
|
+
t = x("svg"), e = x("defs"), i = x("style"), s = N(`.a {
|
|
18817
|
+
fill: var(--emw--color-white, #ffffff);
|
|
18818
|
+
}
|
|
18819
|
+
`), o = x("g"), n = x("circle"), a = x("g"), l = x("path"), d = x("path"), h = x("g"), u = x("path"), f = x("path"), m = x("rect"), c(n, "class", "a"), c(n, "cx", "0.05"), c(n, "cy", "0.05"), c(n, "r", "0.05"), c(n, "transform", "translate(121.017 31.148)"), c(l, "class", "a"), c(l, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), c(l, "transform", "translate(-142.164 -39.123)"), c(d, "class", "a"), c(d, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), c(d, "transform", "translate(-136.413 -42.068)"), c(a, "transform", "translate(117.499 27.37)"), c(u, "class", "a"), c(u, "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"), c(u, "transform", "translate(-110.856 -33.157)"), c(f, "class", "a"), c(f, "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"), c(f, "transform", "translate(-130.743 -29.617)"), c(h, "transform", "translate(110.856 24.899)"), c(m, "class", "a"), c(m, "width", "0.972"), c(m, "height", "15.861"), c(m, "rx", "0.486"), c(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), c(o, "transform", "translate(-110.856 -23.242)"), c(t, "class", _ = "TogglePasswordVisibility " + /*invalidNewPassword*/
|
|
18774
18820
|
(r[16] ? "InvalidToggle" : "")), c(t, "xmlns", "http://www.w3.org/2000/svg"), c(t, "width", "18.844"), c(t, "height", "12.887"), c(t, "viewBox", "0 0 18.844 12.887");
|
|
18775
18821
|
},
|
|
18776
18822
|
m(y, v) {
|
|
@@ -18863,7 +18909,10 @@ function Kp(r) {
|
|
|
18863
18909
|
let t, e, i, s, o, n, a, l, d, h;
|
|
18864
18910
|
return {
|
|
18865
18911
|
c() {
|
|
18866
|
-
t = x("svg"), e = x("defs"), i = x("style"), s = N(
|
|
18912
|
+
t = x("svg"), e = x("defs"), i = x("style"), s = N(`.a {
|
|
18913
|
+
fill: var(--emw--color-white, #ffffff);
|
|
18914
|
+
}
|
|
18915
|
+
`), o = x("g"), n = x("path"), a = x("circle"), c(n, "class", "a"), c(n, "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"), c(n, "transform", "translate(0)"), c(a, "class", "a"), c(a, "cx", "2.779"), c(a, "cy", "2.779"), c(a, "r", "2.779"), c(a, "transform", "translate(20.827 30.303)"), c(o, "transform", "translate(-14.185 -27.832)"), c(t, "class", l = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
18867
18916
|
(r[17] ? "InvalidToggle" : "")), c(t, "xmlns", "http://www.w3.org/2000/svg"), c(t, "width", "18.843"), c(t, "height", "10.5"), c(t, "viewBox", "0 0 18.843 10.5");
|
|
18868
18917
|
},
|
|
18869
18918
|
m(u, f) {
|
|
@@ -18888,7 +18937,10 @@ function Qp(r) {
|
|
|
18888
18937
|
let t, e, i, s, o, n, a, l, d, h, u, f, m, _, g, w;
|
|
18889
18938
|
return {
|
|
18890
18939
|
c() {
|
|
18891
|
-
t = x("svg"), e = x("defs"), i = x("style"), s = N(
|
|
18940
|
+
t = x("svg"), e = x("defs"), i = x("style"), s = N(`.a {
|
|
18941
|
+
fill: var(--emw--color-white, #ffffff);
|
|
18942
|
+
}
|
|
18943
|
+
`), o = x("g"), n = x("circle"), a = x("g"), l = x("path"), d = x("path"), h = x("g"), u = x("path"), f = x("path"), m = x("rect"), c(n, "class", "a"), c(n, "cx", "0.05"), c(n, "cy", "0.05"), c(n, "r", "0.05"), c(n, "transform", "translate(121.017 31.148)"), c(l, "class", "a"), c(l, "d", "M147.413,43.174a2.774,2.774,0,0,0-3.229-3.943Z"), c(l, "transform", "translate(-142.164 -39.123)"), c(d, "class", "a"), c(d, "d", "M137.031,43.1a2.778,2.778,0,0,0,3.447,4.209Z"), c(d, "transform", "translate(-136.413 -42.068)"), c(a, "transform", "translate(117.499 27.37)"), c(u, "class", "a"), c(u, "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"), c(u, "transform", "translate(-110.856 -33.157)"), c(f, "class", "a"), c(f, "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"), c(f, "transform", "translate(-130.743 -29.617)"), c(h, "transform", "translate(110.856 24.899)"), c(m, "class", "a"), c(m, "width", "0.972"), c(m, "height", "15.861"), c(m, "rx", "0.486"), c(m, "transform", "translate(114.827 23.858) rotate(-39.315)"), c(o, "transform", "translate(-110.856 -23.242)"), c(t, "class", _ = "TogglePasswordVisibility " + /*invalidConfirmPassword*/
|
|
18892
18944
|
(r[17] ? "InvalidToggle" : "")), c(t, "xmlns", "http://www.w3.org/2000/svg"), c(t, "width", "18.844"), c(t, "height", "12.887"), c(t, "viewBox", "0 0 18.844 12.887");
|
|
18893
18945
|
},
|
|
18894
18946
|
m(y, v) {
|
|
@@ -19059,7 +19111,7 @@ function tm(r) {
|
|
|
19059
19111
|
r[27]
|
|
19060
19112
|
), s = [];
|
|
19061
19113
|
for (let o = 0; o < i.length; o += 1)
|
|
19062
|
-
s[o] =
|
|
19114
|
+
s[o] = zo(Oo(r, i, o));
|
|
19063
19115
|
return {
|
|
19064
19116
|
c() {
|
|
19065
19117
|
t = P("div");
|
|
@@ -19084,7 +19136,7 @@ function tm(r) {
|
|
|
19084
19136
|
let a;
|
|
19085
19137
|
for (a = 0; a < i.length; a += 1) {
|
|
19086
19138
|
const l = Oo(o, i, a);
|
|
19087
|
-
s[a] ? s[a].p(l, n) : (s[a] =
|
|
19139
|
+
s[a] ? s[a].p(l, n) : (s[a] = zo(l), s[a].c(), s[a].m(t, null));
|
|
19088
19140
|
}
|
|
19089
19141
|
for (; a < s.length; a += 1)
|
|
19090
19142
|
s[a].d(1);
|
|
@@ -19196,7 +19248,7 @@ function sm(r) {
|
|
|
19196
19248
|
}
|
|
19197
19249
|
};
|
|
19198
19250
|
}
|
|
19199
|
-
function
|
|
19251
|
+
function zo(r) {
|
|
19200
19252
|
let t;
|
|
19201
19253
|
function e(o, n) {
|
|
19202
19254
|
if (
|
|
@@ -19245,7 +19297,7 @@ function om(r) {
|
|
|
19245
19297
|
let l = a(r), d = l(r);
|
|
19246
19298
|
return {
|
|
19247
19299
|
c() {
|
|
19248
|
-
n && n.c(), t = ji(), e =
|
|
19300
|
+
n && n.c(), t = ji(), e = F(), i = P("div"), s = F(), o = P("div"), d.c(), c(i, "class", "g-recaptcha"), c(
|
|
19249
19301
|
i,
|
|
19250
19302
|
"data-sitekey",
|
|
19251
19303
|
/*captchakey*/
|
|
@@ -19275,7 +19327,7 @@ function om(r) {
|
|
|
19275
19327
|
function nm(r, t, e) {
|
|
19276
19328
|
let i;
|
|
19277
19329
|
dl(r, kh, (b) => e(30, i = b));
|
|
19278
|
-
let { endpoint: s = "" } = t, { forgotpasswordkey: o = "" } = t, { captchakey: n = "" } = t, { lang: a = "en" } = t, { simplepasswordvalidation: l = "false" } = t, { mbsource: d } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: f = "" } = t, { savecredentials: m = "" } = t, { hastosetpass: _ = "false" } = t, { passwordregex: g = "" } = t, { dobformat: w = "" } = t, { mindobyears: y = 18 } = t, { maxdobyears: v = 100 } = t, C = !1, E = !0, S = !1, V = !1, B = "", ce = !1, G = !1, be = !1, W = !1, re = !1, ae = window.navigator.userAgent, ve = "", Te = "", K = {}, pe = !1, ye = sessionStorage.getItem("resetScreenWasSeen") === "true", me = !1, we = !1, Ce, T, q = !1, $ = !1, J = "",
|
|
19330
|
+
let { endpoint: s = "" } = t, { forgotpasswordkey: o = "" } = t, { captchakey: n = "" } = t, { lang: a = "en" } = t, { simplepasswordvalidation: l = "false" } = t, { mbsource: d } = t, { clientstyling: h = "" } = t, { clientstylingurl: u = "" } = t, { translationurl: f = "" } = t, { savecredentials: m = "" } = t, { hastosetpass: _ = "false" } = t, { passwordregex: g = "" } = t, { dobformat: w = "" } = t, { mindobyears: y = 18 } = t, { maxdobyears: v = 100 } = t, C = !1, E = !0, S = !1, V = !1, B = "", ce = !1, G = !1, be = !1, W = !1, re = !1, ae = window.navigator.userAgent, ve = "", Te = "", K = {}, pe = !1, ye = sessionStorage.getItem("resetScreenWasSeen") === "true", me = !1, we = !1, Ce, T, q = !1, $ = !1, J = "", z = "", j, A = !1, H, ie, le = Array.from({ length: v - y + 1 }, (b, Y) => (/* @__PURE__ */ new Date()).getFullYear() - y - Y), xe = {
|
|
19279
19331
|
January: "01",
|
|
19280
19332
|
February: "02",
|
|
19281
19333
|
March: "03",
|
|
@@ -19399,9 +19451,9 @@ function nm(r, t, e) {
|
|
|
19399
19451
|
}, Ba = () => {
|
|
19400
19452
|
o && o.length > 0 && Lr("ToReset");
|
|
19401
19453
|
}, Ra = () => {
|
|
19402
|
-
!me && !we && J &&
|
|
19454
|
+
!me && !we && J && z ? e(15, pe = !0) : e(15, pe = !1);
|
|
19403
19455
|
}, Rr = (b) => (l == "true" && (Gt.password = /^(?!.* ).{8,20}$/), !!Gt.password.test(b)), Ha = (b, Y, he) => {
|
|
19404
|
-
he.id === "new-password" ? (e(16, me = !Rr(Y)),
|
|
19456
|
+
he.id === "new-password" ? (e(16, me = !Rr(Y)), z && e(17, we = J === z ? !Rr(Y) : !0)) : e(17, we = J === z ? !Rr(Y) : !0), Ra();
|
|
19405
19457
|
}, vs = (b) => _t(this, null, function* () {
|
|
19406
19458
|
return b.status >= 300 ? (K = yield b.json(), Te = K.thirdPartyResponse.errorCode, e(14, ve = i(Te || "generalError")), window.postMessage(
|
|
19407
19459
|
{
|
|
@@ -19415,14 +19467,14 @@ function nm(r, t, e) {
|
|
|
19415
19467
|
), Promise.reject(ve)) : Promise.resolve(b.json());
|
|
19416
19468
|
}), Da = () => {
|
|
19417
19469
|
Bh(a);
|
|
19418
|
-
},
|
|
19470
|
+
}, za = () => {
|
|
19419
19471
|
e(25, H = i(_ === "true" ? "hasToSetPassTitle" : "forgotPasswordTitle")), e(26, ie = _ === "true" ? i("resetPasswordSubtitle") : "");
|
|
19420
19472
|
};
|
|
19421
19473
|
gl(() => _t(this, null, function* () {
|
|
19422
19474
|
return Mh(ae) && e(11, be = !0), () => {
|
|
19423
19475
|
};
|
|
19424
19476
|
}));
|
|
19425
|
-
const
|
|
19477
|
+
const Fa = () => Br();
|
|
19426
19478
|
function Va() {
|
|
19427
19479
|
B = this.value, e(8, B);
|
|
19428
19480
|
}
|
|
@@ -19437,7 +19489,7 @@ function nm(r, t, e) {
|
|
|
19437
19489
|
}
|
|
19438
19490
|
const Ya = () => pt("userNewPassword"), Za = () => pt("userNewPassword");
|
|
19439
19491
|
function Xa() {
|
|
19440
|
-
|
|
19492
|
+
z = this.value, e(23, z);
|
|
19441
19493
|
}
|
|
19442
19494
|
function Ja(b) {
|
|
19443
19495
|
Ct[b ? "unshift" : "push"](() => {
|
|
@@ -19463,7 +19515,7 @@ function nm(r, t, e) {
|
|
|
19463
19515
|
8 | r.$$.dirty[1] & /*mbsource*/
|
|
19464
19516
|
16384 && d && j && Dh(j, `${d}.Style`), r.$$.dirty[1] & /*translationurl*/
|
|
19465
19517
|
131072 && f && Oa(), r.$$.dirty[1] & /*hastosetpass, lang*/
|
|
19466
|
-
270336 && _ && a &&
|
|
19518
|
+
270336 && _ && a && za(), r.$$.dirty[1] & /*passwordregex*/
|
|
19467
19519
|
524288 && g && (Gt.password = new RegExp(g)), r.$$.dirty[1] & /*dobformat*/
|
|
19468
19520
|
1024 && w && La();
|
|
19469
19521
|
}, [
|
|
@@ -19490,7 +19542,7 @@ function nm(r, t, e) {
|
|
|
19490
19542
|
q,
|
|
19491
19543
|
$,
|
|
19492
19544
|
J,
|
|
19493
|
-
|
|
19545
|
+
z,
|
|
19494
19546
|
A,
|
|
19495
19547
|
H,
|
|
19496
19548
|
ie,
|
|
@@ -19520,7 +19572,7 @@ function nm(r, t, e) {
|
|
|
19520
19572
|
g,
|
|
19521
19573
|
y,
|
|
19522
19574
|
v,
|
|
19523
|
-
|
|
19575
|
+
Fa,
|
|
19524
19576
|
Va,
|
|
19525
19577
|
$a,
|
|
19526
19578
|
Ua,
|