henry-search 1.0.24 → 1.0.25
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/dist/HenrySearch.js
CHANGED
|
@@ -30073,7 +30073,7 @@ const x6 = ["id"], A6 = { class: "eventsSearch__topSection" }, T6 = { class: "fi
|
|
|
30073
30073
|
}
|
|
30074
30074
|
},
|
|
30075
30075
|
setup(e) {
|
|
30076
|
-
const t = e, r = Te("Most Recent"), n = Te(!1), a = Te(!1), s = Te(null), u = Te(null), f = Te(!1), p = Te(!
|
|
30076
|
+
const t = e, r = Te("Most Recent"), n = Te(!1), a = Te(!1), s = Te(null), u = Te(null), f = Te(!1), p = Te(!0), g = Te(0), b = Te({
|
|
30077
30077
|
router: K1({
|
|
30078
30078
|
// Disable scroll restoration to prevent erratic behavior
|
|
30079
30079
|
writeDelay: 0,
|
|
@@ -30120,7 +30120,7 @@ const x6 = ["id"], A6 = { class: "eventsSearch__topSection" }, T6 = { class: "fi
|
|
|
30120
30120
|
}, y = () => {
|
|
30121
30121
|
p.value = !p.value;
|
|
30122
30122
|
const M = document.getElementById(`${t.indexName}_filterRail`), I = document.getElementById(`${t.indexName}_eventsSearch__results`), H = document.querySelectorAll(".container"), N = document.querySelectorAll(".mobileHide");
|
|
30123
|
-
M.classList.remove("closed"), M.classList.toggle("openMobile"), I.classList.toggle("openMobile"),
|
|
30123
|
+
M.classList.remove("closed"), M.classList.toggle("openMobile"), I.classList.toggle("openMobile"), H.forEach((B) => {
|
|
30124
30124
|
B.style.display != "none" ? B.style.display = "none" : B.style.display = "grid";
|
|
30125
30125
|
}), N.forEach((B) => {
|
|
30126
30126
|
B.style.display != "none" ? B.style.display = "none" : B.style.display = "grid";
|