@xwadex/fesd 0.0.56 → 0.0.57

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.
@@ -2367,7 +2367,7 @@ class Gi extends HTMLElement {
2367
2367
  const t = this, e = t.s.dropdownEl.querySelectorAll(".has-sublayer"), s = parseInt(t.getAttribute("d4-default-height"));
2368
2368
  return t.setAttribute("d4-status", "close"), t.s.dropdownEl.style.height = "0px", e.forEach((o) => {
2369
2369
  o.classList.remove("open");
2370
- }), t.style.cssText = `--maxHeight: ${s}px;`, t.s.subDropdownTotalH = 0, this;
2370
+ }), t.style.cssText = `--maxHeight: ${s}px;`, t.s.subDropdownTotalH = 0, t.classList.contains("filter") && t.querySelector(".filter-input") && (t.querySelector(".filter-input").value = "", t.s.allLi.forEach((o) => o.removeAttribute("style"))), this;
2371
2371
  }
2372
2372
  scrollTo(t) {
2373
2373
  const e = this, { viewport: s } = e.__scroller__.elements();