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

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