@getlupa/client 1.15.6 → 1.15.7
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.iife.js +7 -2
- package/dist/lupaSearch.js +7 -2
- package/dist/lupaSearch.mjs +7 -2
- package/dist/lupaSearch.umd.js +7 -2
- package/package.json +2 -2
package/dist/lupaSearch.iife.js
CHANGED
|
@@ -22370,7 +22370,7 @@ and ensure you are accounting for this risk.
|
|
|
22370
22370
|
modelValue: sliderRange.value,
|
|
22371
22371
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => sliderRange.value = $event),
|
|
22372
22372
|
onSlide: handleDragging,
|
|
22373
|
-
|
|
22373
|
+
onSet: handleChange
|
|
22374
22374
|
}, null, 8, ["min", "max", "step", "aria", "modelValue"])
|
|
22375
22375
|
])) : createCommentVNode("", true)
|
|
22376
22376
|
]);
|
|
@@ -24754,7 +24754,12 @@ and ensure you are accounting for this risk.
|
|
|
24754
24754
|
if (!props.query) {
|
|
24755
24755
|
return;
|
|
24756
24756
|
}
|
|
24757
|
-
const lupaQuery = {
|
|
24757
|
+
const lupaQuery = {
|
|
24758
|
+
searchText: searchText.value,
|
|
24759
|
+
limit: 1,
|
|
24760
|
+
filters: relatedQueryFilters.value,
|
|
24761
|
+
trackTerm: false
|
|
24762
|
+
};
|
|
24758
24763
|
try {
|
|
24759
24764
|
loading.value = true;
|
|
24760
24765
|
const result2 = yield LupaSearchSdk.query(
|
package/dist/lupaSearch.js
CHANGED
|
@@ -22370,7 +22370,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
22370
22370
|
modelValue: sliderRange.value,
|
|
22371
22371
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => sliderRange.value = $event),
|
|
22372
22372
|
onSlide: handleDragging,
|
|
22373
|
-
|
|
22373
|
+
onSet: handleChange
|
|
22374
22374
|
}, null, 8, ["min", "max", "step", "aria", "modelValue"])
|
|
22375
22375
|
])) : createCommentVNode("", true)
|
|
22376
22376
|
]);
|
|
@@ -24754,7 +24754,12 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
24754
24754
|
if (!props.query) {
|
|
24755
24755
|
return;
|
|
24756
24756
|
}
|
|
24757
|
-
const lupaQuery = {
|
|
24757
|
+
const lupaQuery = {
|
|
24758
|
+
searchText: searchText.value,
|
|
24759
|
+
limit: 1,
|
|
24760
|
+
filters: relatedQueryFilters.value,
|
|
24761
|
+
trackTerm: false
|
|
24762
|
+
};
|
|
24758
24763
|
try {
|
|
24759
24764
|
loading.value = true;
|
|
24760
24765
|
const result2 = yield LupaSearchSdk.query(
|
package/dist/lupaSearch.mjs
CHANGED
|
@@ -22368,7 +22368,7 @@ const _sfc_main$R = /* @__PURE__ */ defineComponent({
|
|
|
22368
22368
|
modelValue: sliderRange.value,
|
|
22369
22369
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => sliderRange.value = $event),
|
|
22370
22370
|
onSlide: handleDragging,
|
|
22371
|
-
|
|
22371
|
+
onSet: handleChange
|
|
22372
22372
|
}, null, 8, ["min", "max", "step", "aria", "modelValue"])
|
|
22373
22373
|
])) : createCommentVNode("", true)
|
|
22374
22374
|
]);
|
|
@@ -24752,7 +24752,12 @@ const _sfc_main$j = /* @__PURE__ */ defineComponent({
|
|
|
24752
24752
|
if (!props.query) {
|
|
24753
24753
|
return;
|
|
24754
24754
|
}
|
|
24755
|
-
const lupaQuery = {
|
|
24755
|
+
const lupaQuery = {
|
|
24756
|
+
searchText: searchText.value,
|
|
24757
|
+
limit: 1,
|
|
24758
|
+
filters: relatedQueryFilters.value,
|
|
24759
|
+
trackTerm: false
|
|
24760
|
+
};
|
|
24756
24761
|
try {
|
|
24757
24762
|
loading.value = true;
|
|
24758
24763
|
const result2 = yield LupaSearchSdk.query(
|
package/dist/lupaSearch.umd.js
CHANGED
|
@@ -22372,7 +22372,7 @@ and ensure you are accounting for this risk.
|
|
|
22372
22372
|
modelValue: sliderRange.value,
|
|
22373
22373
|
"onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => sliderRange.value = $event),
|
|
22374
22374
|
onSlide: handleDragging,
|
|
22375
|
-
|
|
22375
|
+
onSet: handleChange
|
|
22376
22376
|
}, null, 8, ["min", "max", "step", "aria", "modelValue"])
|
|
22377
22377
|
])) : createCommentVNode("", true)
|
|
22378
22378
|
]);
|
|
@@ -24756,7 +24756,12 @@ and ensure you are accounting for this risk.
|
|
|
24756
24756
|
if (!props.query) {
|
|
24757
24757
|
return;
|
|
24758
24758
|
}
|
|
24759
|
-
const lupaQuery = {
|
|
24759
|
+
const lupaQuery = {
|
|
24760
|
+
searchText: searchText.value,
|
|
24761
|
+
limit: 1,
|
|
24762
|
+
filters: relatedQueryFilters.value,
|
|
24763
|
+
trackTerm: false
|
|
24764
|
+
};
|
|
24760
24765
|
try {
|
|
24761
24766
|
loading.value = true;
|
|
24762
24767
|
const result2 = yield LupaSearchSdk.query(
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getlupa/client",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.7",
|
|
4
4
|
"main": "dist/lupaSearch.js",
|
|
5
5
|
"module": "dist/index.mjs",
|
|
6
6
|
"types": "dist/src/index.d.ts",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@getlupa/client-sdk": "^1.3.4",
|
|
23
|
-
"@getlupa/vue": "0.15.
|
|
23
|
+
"@getlupa/vue": "0.15.7",
|
|
24
24
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
25
25
|
"@tsconfig/node18": "^2.0.1",
|
|
26
26
|
"@types/jsdom": "^21.1.1",
|