@getlupa/client 1.11.6 → 1.11.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 +1 -1
- package/dist/lupaSearch.js +1 -1
- package/dist/lupaSearch.mjs +1 -1
- package/dist/lupaSearch.umd.js +1 -1
- package/package.json +2 -2
package/dist/lupaSearch.iife.js
CHANGED
|
@@ -8529,7 +8529,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
8529
8529
|
}
|
|
8530
8530
|
};
|
|
8531
8531
|
const handleSubmit = () => {
|
|
8532
|
-
emit2("search");
|
|
8532
|
+
emit2("search", { query: inputValue.value });
|
|
8533
8533
|
};
|
|
8534
8534
|
const clear2 = () => {
|
|
8535
8535
|
emit2("input", "");
|
package/dist/lupaSearch.js
CHANGED
package/dist/lupaSearch.mjs
CHANGED
package/dist/lupaSearch.umd.js
CHANGED
|
@@ -8531,7 +8531,7 @@ var __spreadProps = (a, b) => __defProps(a, __getOwnPropDescs(b));
|
|
|
8531
8531
|
}
|
|
8532
8532
|
};
|
|
8533
8533
|
const handleSubmit = () => {
|
|
8534
|
-
emit2("search");
|
|
8534
|
+
emit2("search", { query: inputValue.value });
|
|
8535
8535
|
};
|
|
8536
8536
|
const clear2 = () => {
|
|
8537
8537
|
emit2("input", "");
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getlupa/client",
|
|
3
|
-
"version": "1.11.
|
|
3
|
+
"version": "1.11.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.11.
|
|
23
|
+
"@getlupa/vue": "0.11.7",
|
|
24
24
|
"@rushstack/eslint-patch": "^1.3.2",
|
|
25
25
|
"@tsconfig/node18": "^2.0.1",
|
|
26
26
|
"@types/jsdom": "^21.1.1",
|