@getlupa/vue 0.13.1 → 0.13.2
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/lupaSearch.js +1 -0
- package/dist/lupaSearch.mjs +1 -0
- package/package.json +1 -1
package/dist/lupaSearch.js
CHANGED
|
@@ -5677,6 +5677,7 @@ const _sfc_main$V = /* @__PURE__ */ vue.defineComponent({
|
|
|
5677
5677
|
opened.value = true;
|
|
5678
5678
|
inputValue.value = (_a2 = value == null ? void 0 : value.replace(/\s+$/, "")) != null ? _a2 : "";
|
|
5679
5679
|
suggestedValue.value = defaultSuggestedValue;
|
|
5680
|
+
searchBoxStore.resetHighlightIndex();
|
|
5680
5681
|
trackSearchQuery(value);
|
|
5681
5682
|
if (props.isSearchContainer) {
|
|
5682
5683
|
goToResultsDebounced({
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -5675,6 +5675,7 @@ const _sfc_main$V = /* @__PURE__ */ defineComponent({
|
|
|
5675
5675
|
opened.value = true;
|
|
5676
5676
|
inputValue.value = (_a2 = value == null ? void 0 : value.replace(/\s+$/, "")) != null ? _a2 : "";
|
|
5677
5677
|
suggestedValue.value = defaultSuggestedValue;
|
|
5678
|
+
searchBoxStore.resetHighlightIndex();
|
|
5678
5679
|
trackSearchQuery(value);
|
|
5679
5680
|
if (props.isSearchContainer) {
|
|
5680
5681
|
goToResultsDebounced({
|