@getlupa/vue 0.1.3 → 0.1.4

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.
@@ -9248,7 +9248,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
9248
9248
  isContainer: { type: Boolean },
9249
9249
  initialData: {}
9250
9250
  },
9251
- setup(__props) {
9251
+ setup(__props, { expose: __expose }) {
9252
9252
  const props = __props;
9253
9253
  const searchResultStore = useSearchResultStore();
9254
9254
  const optionStore = useOptionsStore();
@@ -9423,6 +9423,7 @@ const _sfc_main$4 = /* @__PURE__ */ vue.defineComponent({
9423
9423
  }
9424
9424
  };
9425
9425
  handleCreated();
9426
+ __expose({ handleMounted, handleUrlChange });
9426
9427
  return (_ctx, _cache) => {
9427
9428
  var _a, _b, _c, _d, _e;
9428
9429
  return vue.openBlock(), vue.createElementBlock("div", {
@@ -9246,7 +9246,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
9246
9246
  isContainer: { type: Boolean },
9247
9247
  initialData: {}
9248
9248
  },
9249
- setup(__props) {
9249
+ setup(__props, { expose: __expose }) {
9250
9250
  const props = __props;
9251
9251
  const searchResultStore = useSearchResultStore();
9252
9252
  const optionStore = useOptionsStore();
@@ -9421,6 +9421,7 @@ const _sfc_main$4 = /* @__PURE__ */ defineComponent({
9421
9421
  }
9422
9422
  };
9423
9423
  handleCreated();
9424
+ __expose({ handleMounted, handleUrlChange });
9424
9425
  return (_ctx, _cache) => {
9425
9426
  var _a, _b, _c, _d, _e;
9426
9427
  return openBlock(), createElementBlock("div", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getlupa/vue",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "main": "dist/lupaSearch.js",
5
5
  "module": "dist/lupaSearch.mjs",
6
6
  "types": "dist/src/index.d.ts",