@getlupa/vue 0.11.6 → 0.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.
@@ -3305,7 +3305,7 @@ const _sfc_main$1m = /* @__PURE__ */ vue.defineComponent({
3305
3305
  }
3306
3306
  };
3307
3307
  const handleSubmit = () => {
3308
- emit("search");
3308
+ emit("search", { query: inputValue.value });
3309
3309
  };
3310
3310
  const clear = () => {
3311
3311
  emit("input", "");
@@ -3303,7 +3303,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
3303
3303
  }
3304
3304
  };
3305
3305
  const handleSubmit = () => {
3306
- emit("search");
3306
+ emit("search", { query: inputValue.value });
3307
3307
  };
3308
3308
  const clear = () => {
3309
3309
  emit("input", "");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/vue",
3
- "version": "0.11.6",
3
+ "version": "0.11.7",
4
4
  "main": "dist/lupaSearch.mjs",
5
5
  "module": "dist/lupaSearch.mjs",
6
6
  "types": "dist/src/index.d.ts",