@everymatrix/player-account-controller 1.76.11 → 1.76.13
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/{PlayerAccountController-ueVBipxZ.js → PlayerAccountController-C_bTw3vZ.js} +2 -2
- package/components/{PlayerAccountController-UGi-U3_6.cjs → PlayerAccountController-DHstdru7.cjs} +1 -1
- package/components/{PlayerAccountController-DTAtQyex.js → PlayerAccountController-nZDNV5Qn.js} +2 -2
- package/components/PlayerAccountTransactionsHistory-B6xD_Ka3.cjs +4 -0
- package/components/PlayerAccountTransactionsHistory-DFX12I_O.js +2340 -0
- package/components/PlayerAccountTransactionsHistory-vSQcu9SJ.js +2392 -0
- package/es2015/player-account-controller.cjs +1 -1
- package/es2015/player-account-controller.js +1 -1
- package/esnext/player-account-controller.js +1 -1
- package/package.json +1 -1
- package/stencil/{checkbox-group-input_15-DXY-kI7k.js → checkbox-group-input_15-C20qIHQO.js} +12 -5
- package/stencil/{checkbox-group-input_15-DGGG6iYN.js → checkbox-group-input_15-DT2p07NS.js} +12 -5
- package/stencil/{checkbox-group-input_15-CVl9H62A.cjs → checkbox-group-input_15-DsdcvM9t.cjs} +2 -2
- package/stencil/{index-c666b6e6-BIe1NzeE.cjs → index-c666b6e6-Bg5ZpqAH.cjs} +1 -1
- package/stencil/{index-c666b6e6-BY_K3C_7.js → index-c666b6e6-C9BDafhl.js} +1 -1
- package/stencil/{index-c666b6e6-C48tHrD1.js → index-c666b6e6-CDT_yvIv.js} +1 -1
- package/stencil/{pam-change-password-9aef79f2-DeF5Y7BW.cjs → pam-change-password-9aef79f2-CVkSJ6YC.cjs} +1 -1
- package/stencil/{pam-change-password-9aef79f2-CsK27sme.js → pam-change-password-9aef79f2-CqChMlY7.js} +1 -1
- package/stencil/{pam-change-password-9aef79f2-D63Jvv3h.js → pam-change-password-9aef79f2-f9EVD0hI.js} +1 -1
- package/stencil/{pam-change-password-BlwzbI9Z.cjs → pam-change-password-C94sKxHF.cjs} +1 -1
- package/stencil/{pam-change-password-P0s58SQf.js → pam-change-password-Dp8Ysayn.js} +1 -1
- package/stencil/{pam-change-password-DLWn2kf0.js → pam-change-password-k7lxXN78.js} +1 -1
- package/components/PlayerAccountTransactionsHistory-Cmfr1K7I.cjs +0 -4
- package/components/PlayerAccountTransactionsHistory-Cpj8MGDU.js +0 -1956
- package/components/PlayerAccountTransactionsHistory-Dq56LCba.js +0 -1925
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountController-
|
|
1
|
+
"use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerAccountController-DHstdru7.cjs")).then(({default:t})=>{!customElements.get("player-account-controller")&&customElements.define("player-account-controller",t.element)})}
|
|
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
|
|
|
10
10
|
}
|
|
11
11
|
};
|
|
12
12
|
};
|
|
13
|
-
customElements.define = n(customElements.define), import("../components/PlayerAccountController-
|
|
13
|
+
customElements.define = n(customElements.define), import("../components/PlayerAccountController-nZDNV5Qn.js").then(({ default: t }) => {
|
|
14
14
|
!customElements.get("player-account-controller") && customElements.define("player-account-controller", t.element);
|
|
15
15
|
});
|
|
16
16
|
}
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as te, c as L, h as u, g as yr, H as Co } from "./index-c666b6e6-
|
|
2
|
-
import { P as t_ } from "./pam-change-password-9aef79f2-
|
|
1
|
+
import { r as te, c as L, h as u, g as yr, H as Co } from "./index-c666b6e6-C9BDafhl.js";
|
|
2
|
+
import { P as t_ } from "./pam-change-password-9aef79f2-CqChMlY7.js";
|
|
3
3
|
const Ds = "en", ko = {
|
|
4
4
|
en: {
|
|
5
5
|
dateError: "The selected date should be between {min} and {max}",
|
|
@@ -20,6 +20,7 @@ const Ds = "en", ko = {
|
|
|
20
20
|
MustIncludeNumber: "Password must include a number",
|
|
21
21
|
MustContainCapital: "Password must include a capital letter",
|
|
22
22
|
MustIncludePunctation: "Password must include punctuation",
|
|
23
|
+
MustIncludeLowercase: "Password must include one lowercase character",
|
|
23
24
|
OnlyNumbers: "The input should contain only digits.",
|
|
24
25
|
InvalidFieldSize: "The length must be exactly 11 digits.",
|
|
25
26
|
InvalidDocumentNumber: "Only numerical characters are allowed.",
|
|
@@ -46,6 +47,7 @@ const Ds = "en", ko = {
|
|
|
46
47
|
MustIncludeNumber: "A jelszónak tartalmaznia kell egy számot",
|
|
47
48
|
MustContainCapital: "A jelszónak tartalmaznia kell egy nagybetűt",
|
|
48
49
|
MustIncludePunctation: "A jelszónak tartalmaznia kell írásjelet",
|
|
50
|
+
MustIncludeLowercase: "A jelszónak legalább egy kisbetűt kell tartalmaznia",
|
|
49
51
|
OnlyNumbers: "Csak számjegyeket tartalmazhat.",
|
|
50
52
|
InvalidFieldSize: "A hosszúságnak pontosan 11 számjegynek kell lennie.",
|
|
51
53
|
InvalidDocumentNumber: "Csak számjegyek engedélyezettek.",
|
|
@@ -72,6 +74,7 @@ const Ds = "en", ko = {
|
|
|
72
74
|
MustIncludeNumber: "Lozinka mora sadržavati broj",
|
|
73
75
|
MustContainCapital: "Lozinka mora sadržavati veliko slovo",
|
|
74
76
|
MustIncludePunctation: "Lozinka mora sadržavati barem jedan znak",
|
|
77
|
+
MustIncludeLowercase: "Lozinka mora sadržavati barem jedno malo slovo",
|
|
75
78
|
OnlyNumbers: "Smije sadržavati samo znamenke.",
|
|
76
79
|
InvalidFieldSize: "Dužina mora biti točno 11 znamenki.",
|
|
77
80
|
InvalidDocumentNumber: "Dopušteni su samo numerički znakovi.",
|
|
@@ -98,6 +101,7 @@ const Ds = "en", ko = {
|
|
|
98
101
|
MustIncludeNumber: "bir sayı içermelidir",
|
|
99
102
|
MustContainCapital: "büyük harf içermelidir",
|
|
100
103
|
MustIncludePunctation: "noktalama işareti içermelidir",
|
|
104
|
+
MustIncludeLowercase: "Şifre en az bir küçük harf içermelidir",
|
|
101
105
|
OnlyNumbers: "Yalnızca rakamlar içermelidir.",
|
|
102
106
|
InvalidFieldSize: "Uzunluk tam olarak 11 rakam olmalıdır.",
|
|
103
107
|
InvalidDocumentNumber: "Sadece sayısal karakterlere izin verilir.",
|
|
@@ -124,6 +128,7 @@ const Ds = "en", ko = {
|
|
|
124
128
|
MustIncludeNumber: "A senha deve incluir um número",
|
|
125
129
|
MustContainCapital: "A senha deve incluir uma letra maiúscula",
|
|
126
130
|
MustIncludePunctation: "A senha deve incluir um sinal de pontuação",
|
|
131
|
+
MustIncludeLowercase: "A senha deve conter pelo menos uma letra minúscula",
|
|
127
132
|
OnlyNumbers: "Deve conter apenas dígitos.",
|
|
128
133
|
InvalidFieldSize: "O comprimento deve ser exatamente 11 dígitos.",
|
|
129
134
|
InvalidDocumentNumber: "Apenas caracteres numéricos são permitidos.",
|
|
@@ -150,6 +155,7 @@ const Ds = "en", ko = {
|
|
|
150
155
|
MustIncludeNumber: "La contraseña debe incluir un número",
|
|
151
156
|
MustContainCapital: "La contraseña debe incluir una letra mayúscula",
|
|
152
157
|
MustIncludePunctation: "La contraseña debe incluir un signo de puntuación",
|
|
158
|
+
MustIncludeLowercase: "La contraseña debe contener al menos una letra minúscula",
|
|
153
159
|
OnlyNumbers: "Debe contener solo dígitos.",
|
|
154
160
|
InvalidFieldSize: "La longitud debe ser exactamente de 11 dígitos.",
|
|
155
161
|
InvalidDocumentNumber: "Solo se permiten caracteres numéricos.",
|
|
@@ -19770,8 +19776,9 @@ const Sf = `*,
|
|
|
19770
19776
|
return;
|
|
19771
19777
|
}
|
|
19772
19778
|
this.passwordComplexity = this.validation.custom.filter((e) => e.rule === "regex").map((e) => {
|
|
19773
|
-
const
|
|
19774
|
-
|
|
19779
|
+
const t = new RegExp(e.pattern);
|
|
19780
|
+
let r = !1;
|
|
19781
|
+
return i && (r = t.test(i)), { rule: e.displayName, ruleKey: e.errorKey, passed: r };
|
|
19775
19782
|
});
|
|
19776
19783
|
}
|
|
19777
19784
|
setValidity() {
|
|
@@ -19811,7 +19818,7 @@ const Sf = `*,
|
|
|
19811
19818
|
}
|
|
19812
19819
|
render() {
|
|
19813
19820
|
let i = "";
|
|
19814
|
-
return this.touched && (i = this.isValid == !0 || this.isValid == null ? "" : "text__input--invalid"), u("div", { key: "
|
|
19821
|
+
return this.touched && (i = this.isValid == !0 || this.isValid == null ? "" : "text__input--invalid"), u("div", { key: "db7a6a87af3de451485c603a2f28f25806838d20", class: `password__wrapper ${this.autofilled ? "password__wrapper--autofilled" : ""} ${this.name}__input`, ref: (e) => this.stylingContainer = e }, u("div", { key: "146ace196e1343f778232c0e2ff07556c0a09e1e", class: "password__wrapper--flex" }, u("label", { key: "0d0cb672dfc7a43535a299b45752f43a87f73760", class: `password__label ${this.validation.mandatory ? "password__label--required" : ""}`, htmlFor: `${this.name}__input` }, this.displayName), u("div", { key: "1eac72dfdadd0f50bd2db6b0fc44320dd2f287bf", class: "password__wrapper--relative" }, this.tooltip && u("img", { key: "bb327b9a403c1fc5628c4ba2da8d1a2b62888db5", class: "password__tooltip-icon", src: he, alt: "", ref: (e) => this.tooltipIconReference = e, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), u("vaadin-password-field", { key: "7962f122d1bfb0ac0a5176a743e1224dccba4910", type: "password", id: `${this.name}__input`, class: `password__input ${i}`, name: this.name, readOnly: this.autofilled, value: this.defaultValue, required: this.validation.mandatory, maxlength: this.validation.maxLength, minlength: this.validation.minLength, pattern: this.validationPattern, placeholder: `${this.placeholder}`, onInput: this.handleInput, onBlur: this.handleBlur, onFocus: this.handleFocus }), !this.noValidation && u("small", { key: "efadfea8911ba72161aef495d1fb5857f14a319b", class: "password__error-message" }, this.errorMessage), this.passwordComplexity && this.showPopup && !this.hidePasswordComplexity && !this.isDuplicateInput && this.renderComplexityPopup());
|
|
19815
19822
|
}
|
|
19816
19823
|
get element() {
|
|
19817
19824
|
return yr(this);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as te, c as L, h as u, g as yr, H as Co } from "./index-c666b6e6-
|
|
2
|
-
import { P as t_ } from "./pam-change-password-9aef79f2-
|
|
1
|
+
import { r as te, c as L, h as u, g as yr, H as Co } from "./index-c666b6e6-CDT_yvIv.js";
|
|
2
|
+
import { P as t_ } from "./pam-change-password-9aef79f2-f9EVD0hI.js";
|
|
3
3
|
const Ds = "en", ko = {
|
|
4
4
|
en: {
|
|
5
5
|
dateError: "The selected date should be between {min} and {max}",
|
|
@@ -20,6 +20,7 @@ const Ds = "en", ko = {
|
|
|
20
20
|
MustIncludeNumber: "Password must include a number",
|
|
21
21
|
MustContainCapital: "Password must include a capital letter",
|
|
22
22
|
MustIncludePunctation: "Password must include punctuation",
|
|
23
|
+
MustIncludeLowercase: "Password must include one lowercase character",
|
|
23
24
|
OnlyNumbers: "The input should contain only digits.",
|
|
24
25
|
InvalidFieldSize: "The length must be exactly 11 digits.",
|
|
25
26
|
InvalidDocumentNumber: "Only numerical characters are allowed.",
|
|
@@ -46,6 +47,7 @@ const Ds = "en", ko = {
|
|
|
46
47
|
MustIncludeNumber: "A jelszónak tartalmaznia kell egy számot",
|
|
47
48
|
MustContainCapital: "A jelszónak tartalmaznia kell egy nagybetűt",
|
|
48
49
|
MustIncludePunctation: "A jelszónak tartalmaznia kell írásjelet",
|
|
50
|
+
MustIncludeLowercase: "A jelszónak legalább egy kisbetűt kell tartalmaznia",
|
|
49
51
|
OnlyNumbers: "Csak számjegyeket tartalmazhat.",
|
|
50
52
|
InvalidFieldSize: "A hosszúságnak pontosan 11 számjegynek kell lennie.",
|
|
51
53
|
InvalidDocumentNumber: "Csak számjegyek engedélyezettek.",
|
|
@@ -72,6 +74,7 @@ const Ds = "en", ko = {
|
|
|
72
74
|
MustIncludeNumber: "Lozinka mora sadržavati broj",
|
|
73
75
|
MustContainCapital: "Lozinka mora sadržavati veliko slovo",
|
|
74
76
|
MustIncludePunctation: "Lozinka mora sadržavati barem jedan znak",
|
|
77
|
+
MustIncludeLowercase: "Lozinka mora sadržavati barem jedno malo slovo",
|
|
75
78
|
OnlyNumbers: "Smije sadržavati samo znamenke.",
|
|
76
79
|
InvalidFieldSize: "Dužina mora biti točno 11 znamenki.",
|
|
77
80
|
InvalidDocumentNumber: "Dopušteni su samo numerički znakovi.",
|
|
@@ -98,6 +101,7 @@ const Ds = "en", ko = {
|
|
|
98
101
|
MustIncludeNumber: "bir sayı içermelidir",
|
|
99
102
|
MustContainCapital: "büyük harf içermelidir",
|
|
100
103
|
MustIncludePunctation: "noktalama işareti içermelidir",
|
|
104
|
+
MustIncludeLowercase: "Şifre en az bir küçük harf içermelidir",
|
|
101
105
|
OnlyNumbers: "Yalnızca rakamlar içermelidir.",
|
|
102
106
|
InvalidFieldSize: "Uzunluk tam olarak 11 rakam olmalıdır.",
|
|
103
107
|
InvalidDocumentNumber: "Sadece sayısal karakterlere izin verilir.",
|
|
@@ -124,6 +128,7 @@ const Ds = "en", ko = {
|
|
|
124
128
|
MustIncludeNumber: "A senha deve incluir um número",
|
|
125
129
|
MustContainCapital: "A senha deve incluir uma letra maiúscula",
|
|
126
130
|
MustIncludePunctation: "A senha deve incluir um sinal de pontuação",
|
|
131
|
+
MustIncludeLowercase: "A senha deve conter pelo menos uma letra minúscula",
|
|
127
132
|
OnlyNumbers: "Deve conter apenas dígitos.",
|
|
128
133
|
InvalidFieldSize: "O comprimento deve ser exatamente 11 dígitos.",
|
|
129
134
|
InvalidDocumentNumber: "Apenas caracteres numéricos são permitidos.",
|
|
@@ -150,6 +155,7 @@ const Ds = "en", ko = {
|
|
|
150
155
|
MustIncludeNumber: "La contraseña debe incluir un número",
|
|
151
156
|
MustContainCapital: "La contraseña debe incluir una letra mayúscula",
|
|
152
157
|
MustIncludePunctation: "La contraseña debe incluir un signo de puntuación",
|
|
158
|
+
MustIncludeLowercase: "La contraseña debe contener al menos una letra minúscula",
|
|
153
159
|
OnlyNumbers: "Debe contener solo dígitos.",
|
|
154
160
|
InvalidFieldSize: "La longitud debe ser exactamente de 11 dígitos.",
|
|
155
161
|
InvalidDocumentNumber: "Solo se permiten caracteres numéricos.",
|
|
@@ -19770,8 +19776,9 @@ const Sf = `*,
|
|
|
19770
19776
|
return;
|
|
19771
19777
|
}
|
|
19772
19778
|
this.passwordComplexity = this.validation.custom.filter((e) => e.rule === "regex").map((e) => {
|
|
19773
|
-
const
|
|
19774
|
-
|
|
19779
|
+
const t = new RegExp(e.pattern);
|
|
19780
|
+
let r = !1;
|
|
19781
|
+
return i && (r = t.test(i)), { rule: e.displayName, ruleKey: e.errorKey, passed: r };
|
|
19775
19782
|
});
|
|
19776
19783
|
}
|
|
19777
19784
|
setValidity() {
|
|
@@ -19811,7 +19818,7 @@ const Sf = `*,
|
|
|
19811
19818
|
}
|
|
19812
19819
|
render() {
|
|
19813
19820
|
let i = "";
|
|
19814
|
-
return this.touched && (i = this.isValid == !0 || this.isValid == null ? "" : "text__input--invalid"), u("div", { key: "
|
|
19821
|
+
return this.touched && (i = this.isValid == !0 || this.isValid == null ? "" : "text__input--invalid"), u("div", { key: "db7a6a87af3de451485c603a2f28f25806838d20", class: `password__wrapper ${this.autofilled ? "password__wrapper--autofilled" : ""} ${this.name}__input`, ref: (e) => this.stylingContainer = e }, u("div", { key: "146ace196e1343f778232c0e2ff07556c0a09e1e", class: "password__wrapper--flex" }, u("label", { key: "0d0cb672dfc7a43535a299b45752f43a87f73760", class: `password__label ${this.validation.mandatory ? "password__label--required" : ""}`, htmlFor: `${this.name}__input` }, this.displayName), u("div", { key: "1eac72dfdadd0f50bd2db6b0fc44320dd2f287bf", class: "password__wrapper--relative" }, this.tooltip && u("img", { key: "bb327b9a403c1fc5628c4ba2da8d1a2b62888db5", class: "password__tooltip-icon", src: he, alt: "", ref: (e) => this.tooltipIconReference = e, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), u("vaadin-password-field", { key: "7962f122d1bfb0ac0a5176a743e1224dccba4910", type: "password", id: `${this.name}__input`, class: `password__input ${i}`, name: this.name, readOnly: this.autofilled, value: this.defaultValue, required: this.validation.mandatory, maxlength: this.validation.maxLength, minlength: this.validation.minLength, pattern: this.validationPattern, placeholder: `${this.placeholder}`, onInput: this.handleInput, onBlur: this.handleBlur, onFocus: this.handleFocus }), !this.noValidation && u("small", { key: "efadfea8911ba72161aef495d1fb5857f14a319b", class: "password__error-message" }, this.errorMessage), this.passwordComplexity && this.showPopup && !this.hidePasswordComplexity && !this.isDuplicateInput && this.renderComplexityPopup());
|
|
19815
19822
|
}
|
|
19816
19823
|
get element() {
|
|
19817
19824
|
return yr(this);
|