@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.
@@ -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", "");
@@ -8529,7 +8529,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
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", "");
@@ -8527,7 +8527,7 @@ const _sfc_main$1m = /* @__PURE__ */ defineComponent({
8527
8527
  }
8528
8528
  };
8529
8529
  const handleSubmit = () => {
8530
- emit2("search");
8530
+ emit2("search", { query: inputValue.value });
8531
8531
  };
8532
8532
  const clear2 = () => {
8533
8533
  emit2("input", "");
@@ -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.6",
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.6",
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",