@getlupa/vue 0.15.13 → 0.15.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.
- package/dist/lupaSearch.js +3 -2
- package/dist/lupaSearch.mjs +3 -2
- package/package.json +1 -1
package/dist/lupaSearch.js
CHANGED
|
@@ -13746,7 +13746,7 @@ const _sfc_main$1c = /* @__PURE__ */ vue.defineComponent(__spreadProps(__spreadV
|
|
|
13746
13746
|
});
|
|
13747
13747
|
const displayElement = vue.computed(() => {
|
|
13748
13748
|
const element = props.element;
|
|
13749
|
-
const item =
|
|
13749
|
+
const item = enhancedItem.value;
|
|
13750
13750
|
if (!element.display) {
|
|
13751
13751
|
return true;
|
|
13752
13752
|
}
|
|
@@ -19819,7 +19819,8 @@ const _sfc_main$i = /* @__PURE__ */ vue.defineComponent({
|
|
|
19819
19819
|
relatedQueries.value = queries;
|
|
19820
19820
|
}));
|
|
19821
19821
|
const hasEnoughRelatedQueries = vue.computed(() => {
|
|
19822
|
-
|
|
19822
|
+
var _a;
|
|
19823
|
+
return ((_a = relatedQueries.value) == null ? void 0 : _a.length) > 1;
|
|
19823
19824
|
});
|
|
19824
19825
|
const handleRelatedQueryClick = (query) => {
|
|
19825
19826
|
var _a;
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -13744,7 +13744,7 @@ const _sfc_main$1c = /* @__PURE__ */ defineComponent(__spreadProps(__spreadValue
|
|
|
13744
13744
|
});
|
|
13745
13745
|
const displayElement = computed(() => {
|
|
13746
13746
|
const element = props.element;
|
|
13747
|
-
const item =
|
|
13747
|
+
const item = enhancedItem.value;
|
|
13748
13748
|
if (!element.display) {
|
|
13749
13749
|
return true;
|
|
13750
13750
|
}
|
|
@@ -19817,7 +19817,8 @@ const _sfc_main$i = /* @__PURE__ */ defineComponent({
|
|
|
19817
19817
|
relatedQueries.value = queries;
|
|
19818
19818
|
}));
|
|
19819
19819
|
const hasEnoughRelatedQueries = computed(() => {
|
|
19820
|
-
|
|
19820
|
+
var _a;
|
|
19821
|
+
return ((_a = relatedQueries.value) == null ? void 0 : _a.length) > 1;
|
|
19821
19822
|
});
|
|
19822
19823
|
const handleRelatedQueryClick = (query) => {
|
|
19823
19824
|
var _a;
|