@everymatrix/general-player-forgot-password-form-nd 1.77.14 → 1.77.15

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.
@@ -4766,7 +4766,9 @@ class Ge extends HTMLElement {
4766
4766
  const i = this.constructor, s = i._$Eh.get(e);
4767
4767
  if (s !== void 0 && this._$Em !== s) {
4768
4768
  const o = i.getPropertyOptions(s), n = typeof o.converter == "function" ? { fromAttribute: o.converter } : o.converter?.fromAttribute !== void 0 ? o.converter : _i;
4769
- this._$Em = s, this[s] = n.fromAttribute(r, o.type) ?? this._$Ej?.get(s) ?? null, this._$Em = null;
4769
+ this._$Em = s;
4770
+ const a = n.fromAttribute(r, o.type);
4771
+ this[s] = a ?? this._$Ej?.get(s) ?? a, this._$Em = null;
4770
4772
  }
4771
4773
  }
4772
4774
  requestUpdate(e, r, i) {
@@ -4844,7 +4846,7 @@ class Ge extends HTMLElement {
4844
4846
  firstUpdated(e) {
4845
4847
  }
4846
4848
  }
4847
- Ge.elementStyles = [], Ge.shadowRootOptions = { mode: "open" }, Ge[wt("elementProperties")] = /* @__PURE__ */ new Map(), Ge[wt("finalized")] = /* @__PURE__ */ new Map(), Ah?.({ ReactiveElement: Ge }), (vr.reactiveElementVersions ??= []).push("2.1.0");
4849
+ Ge.elementStyles = [], Ge.shadowRootOptions = { mode: "open" }, Ge[wt("elementProperties")] = /* @__PURE__ */ new Map(), Ge[wt("finalized")] = /* @__PURE__ */ new Map(), Ah?.({ ReactiveElement: Ge }), (vr.reactiveElementVersions ??= []).push("2.1.1");
4848
4850
  /**
4849
4851
  * @license
4850
4852
  * Copyright 2017 Google LLC
@@ -5003,7 +5005,7 @@ class Rt {
5003
5005
  s < r.length && (this._$AR(i && i._$AB.nextSibling, s), r.length = s);
5004
5006
  }
5005
5007
  _$AR(e = this._$AA.nextSibling, r) {
5006
- for (this._$AP?.(!1, !0, r); e && e !== this._$AB; ) {
5008
+ for (this._$AP?.(!1, !0, r); e !== this._$AB; ) {
5007
5009
  const i = e.nextSibling;
5008
5010
  e.remove(), e = i;
5009
5011
  }
@@ -5081,7 +5083,7 @@ class Bh {
5081
5083
  }
5082
5084
  }
5083
5085
  const Rh = Fi.litHtmlPolyfillSupport;
5084
- Rh?.(It, Rt), (Fi.litHtmlVersions ??= []).push("3.3.0");
5086
+ Rh?.(It, Rt), (Fi.litHtmlVersions ??= []).push("3.3.1");
5085
5087
  const Dh = (t, e, r) => {
5086
5088
  const i = r?.renderBefore ?? e;
5087
5089
  let s = i._$litPart$;
@@ -5122,7 +5124,7 @@ class Ye extends Ge {
5122
5124
  Ye._$litElement$ = !0, Ye.finalized = !0, $i.litElementHydrateSupport?.({ LitElement: Ye });
5123
5125
  const Hh = $i.litElementPolyfillSupport;
5124
5126
  Hh?.({ LitElement: Ye });
5125
- ($i.litElementVersions ??= []).push("4.2.0");
5127
+ ($i.litElementVersions ??= []).push("4.2.1");
5126
5128
  /**
5127
5129
  * @license
5128
5130
  * Copyright (c) 2017 - 2024 Vaadin Ltd.