@everymatrix/player-account-controller-nd 1.85.8 → 1.85.9

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.
Files changed (19) hide show
  1. package/components/{PlayerAccountControllerNd-9NmPc6sp.cjs → PlayerAccountControllerNd-Bd7Zv40a.cjs} +1 -1
  2. package/components/{PlayerAccountControllerNd-DZN5xUwi.js → PlayerAccountControllerNd-DdxtYPyp.js} +1 -1
  3. package/components/{PlayerAccountControllerNd-Cgcrojpz.js → PlayerAccountControllerNd-UaEWFzho.js} +1 -1
  4. package/es2015/player-account-controller-nd.cjs +1 -1
  5. package/es2015/player-account-controller-nd.js +1 -1
  6. package/esnext/player-account-controller-nd.js +1 -1
  7. package/lazy/{pam-change-password-DsFtabLf.cjs → pam-change-password-9SXNsTCy.cjs} +1 -1
  8. package/lazy/{pam-change-password-D7nm7m4-.js → pam-change-password-DO3FL2pe.js} +1 -1
  9. package/lazy/{pam-change-password-d2IIWC3K.js → pam-change-password-aDeFxhUz.js} +1 -1
  10. package/package.json +1 -1
  11. package/stencil/{checkbox-group-input_16-0ubaaVGe.js → checkbox-group-input_16-COC8vLcL.js} +7 -3
  12. package/stencil/{checkbox-group-input_16-3_PEaLpA.cjs → checkbox-group-input_16-CkbXxuwF.cjs} +2 -2
  13. package/stencil/{checkbox-group-input_16-7dVzlxh8.js → checkbox-group-input_16-xFOeSdOB.js} +7 -3
  14. package/stencil/{pam-change-password-0ebf482d-DQdarBZ_.js → pam-change-password-0ebf482d-DJ4roJxE.js} +1 -1
  15. package/stencil/{pam-change-password-0ebf482d-3Xwu8zhp.cjs → pam-change-password-0ebf482d-DRUVeam-.cjs} +1 -1
  16. package/stencil/{pam-change-password-0ebf482d-D8lVBBuF.js → pam-change-password-0ebf482d-Dx7dJflA.js} +1 -1
  17. package/stencil/{pam-change-password-awFQPqTf.cjs → pam-change-password-BiCmxkpl.cjs} +1 -1
  18. package/stencil/{pam-change-password-CffSsUz6.js → pam-change-password-CL8VZLCa.js} +2 -2
  19. package/stencil/{pam-change-password-CVdBwL3Y.js → pam-change-password-DnYVYNxn.js} +2 -2
@@ -42,7 +42,7 @@ var Se = Object.defineProperty, Ee = (e, t) => {
42
42
  case "checkbox-group-input_16":
43
43
  return import(
44
44
  /* webpackMode: "lazy" */
45
- "../stencil/checkbox-group-input_16-7dVzlxh8.js"
45
+ "../stencil/checkbox-group-input_16-xFOeSdOB.js"
46
46
  ).then(a, w);
47
47
  }
48
48
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-account-controller-nd",
3
- "version": "1.85.8",
3
+ "version": "1.85.9",
4
4
  "type": "module",
5
5
  "main": "es2015/player-account-controller-nd.cjs",
6
6
  "module": "esnext/player-account-controller-nd.js",
@@ -1,5 +1,5 @@
1
- import { r as Z, c as M, h as u, g as yr, H as Co } from "../lazy/pam-change-password-D7nm7m4-.js";
2
- import { P as a_ } from "./pam-change-password-0ebf482d-DQdarBZ_.js";
1
+ import { r as Z, c as M, h as u, g as yr, H as Co } from "../lazy/pam-change-password-DO3FL2pe.js";
2
+ import { P as a_ } from "./pam-change-password-0ebf482d-DJ4roJxE.js";
3
3
  const Ds = "en", ko = {
4
4
  en: {
5
5
  dateError: "The selected date should be between {min} and {max}",
@@ -20313,6 +20313,8 @@ const Uf = '*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.text{
20313
20313
  setValidity() {
20314
20314
  if (!this.inputReference)
20315
20315
  return !1;
20316
+ if (this.value.trim() === "" && !this.validation.mandatory)
20317
+ return !0;
20316
20318
  const i = this.inputReference.validity.valid, e = !this.inputReference.value || this.inputReference.value.match(this.validationPattern) !== null;
20317
20319
  return i && e;
20318
20320
  }
@@ -20323,6 +20325,8 @@ const Uf = '*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.text{
20323
20325
  }
20324
20326
  setErrorMessage() {
20325
20327
  var i, e, t, r;
20328
+ if (this.value.trim() === "" && !this.validation.mandatory)
20329
+ return "";
20326
20330
  if (this.inputReference.validity.valueMissing)
20327
20331
  return b("requiredError", this.language);
20328
20332
  if (this.inputReference.validity.tooShort || this.inputReference.validity.tooLong)
@@ -20343,7 +20347,7 @@ const Uf = '*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}.text{
20343
20347
  let i = "";
20344
20348
  this.touched && (i = this.isValid == !0 || this.isValid == null ? "" : "text__input--invalid");
20345
20349
  const e = this.value || this.defaultValue;
20346
- return u("div", { key: "2126d45a756f9f10a1428f6f2f296d119833949e", class: `text__wrapper ${this.name}__input ${this.autofilled ? "text__wrapper--autofilled" : ""}`, ref: (t) => this.stylingContainer = t }, u("div", { key: "86adc0243bf02a5d68e8fe2ad25fddbf042041ca", class: "text__wrapper--flex" }, u("label", { key: "81bf4d3010bd780471d97d7356062ed6c762151b", class: `text__label ${this.validation.mandatory ? "text__label--required" : ""}`, htmlFor: `${this.name}__input` }, this.displayName), u("div", { key: "2b1cc8ad108901ab8bd0d42b5d59d5f59faf923c", class: "text__wrapper--relative" }, this.tooltip && u("img", { key: "dc3714a7e7924972454c0532ced7c1928f998e01", class: "text__tooltip-icon", src: le, alt: "", ref: (t) => this.tooltipIconReference = t, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), u("input", { key: "c615746d8604f9ef6fb1ec2ad3075ba4aa1dc928", name: this.name, id: `${this.name}__input`, value: e, type: "text", class: `text__input ${i}`, placeholder: `${this.placeholder}`, ref: (t) => this.inputReference = t, readOnly: this.autofilled, required: this.validation.mandatory, minlength: this.validation.minLength, maxlength: this.validation.maxLength, onInput: this.handleInput, onBlur: this.handleBlur }), u("small", { key: "4f4e50d2593f32a40ec8c71aa452ac890cb51751", class: "text__error-message" }, this.errorMessage));
20350
+ return u("div", { key: "66ee941684d2294250344f156d65cfc740d3b27e", class: `text__wrapper ${this.name}__input ${this.autofilled ? "text__wrapper--autofilled" : ""}`, ref: (t) => this.stylingContainer = t }, u("div", { key: "1881c5c7e9313d9d08861b3223ffe03227f73d58", class: "text__wrapper--flex" }, u("label", { key: "f0059b865e3f2de4bb8f892d559acc4d18443e8e", class: `text__label ${this.validation.mandatory ? "text__label--required" : ""}`, htmlFor: `${this.name}__input` }, this.displayName), u("div", { key: "bcb10756a212cbf77841eba6437b770c7470e19d", class: "text__wrapper--relative" }, this.tooltip && u("img", { key: "72d6f946f788c3ba9a27cde8a21942f9cbeac154", class: "text__tooltip-icon", src: le, alt: "", ref: (t) => this.tooltipIconReference = t, onClick: () => this.showTooltip = !this.showTooltip }), this.renderTooltip())), u("input", { key: "6076879f85ab22c0be60ea87f9ae0e24520fe315", name: this.name, id: `${this.name}__input`, value: e, type: "text", class: `text__input ${i}`, placeholder: `${this.placeholder}`, ref: (t) => this.inputReference = t, readOnly: this.autofilled, required: this.validation.mandatory, minlength: this.validation.minLength, maxlength: this.validation.maxLength, onInput: this.handleInput, onBlur: this.handleBlur }), u("small", { key: "75558d8b0709fd01cc8e1cee9baf235f2129ff89", class: "text__error-message" }, this.errorMessage));
20347
20351
  }
20348
20352
  static get watchers() {
20349
20353
  return {