@getlupa/client 0.13.0-alpha-1 → 0.13.0-alpha-3

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.
@@ -12,5 +12,6 @@ export default class SearchContainerEntry extends Vue {
12
12
  checkExistingQuery(): void;
13
13
  mountOpenListeners(): void;
14
14
  mounted(): void;
15
+ fetch(): void;
15
16
  beforeDestroy(): void;
16
17
  }
@@ -38907,7 +38907,7 @@ let SearchContainer = class SearchContainer extends Vue$1 {
38907
38907
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
38908
38908
  (_a = this.$refs.searchResults) === null || _a === void 0 ? void 0 : _a.handleMounted();
38909
38909
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
38910
- (_b = this.$refs.searchBox) === null || _b === void 0 ? void 0 : _b.handleMounted();
38910
+ (_b = this.$refs.searchBox) === null || _b === void 0 ? void 0 : _b.handleSearch();
38911
38911
  }
38912
38912
  innerClick() {
38913
38913
  // do nothing
@@ -39079,6 +39079,10 @@ let SearchContainerEntry = class SearchContainerEntry extends Vue$1 {
39079
39079
  this.checkExistingQuery();
39080
39080
  this.isOpen = Boolean((_a = this.containerOptions.options) === null || _a === void 0 ? void 0 : _a.isOpenInitially);
39081
39081
  }
39082
+ fetch() {
39083
+ var _a;
39084
+ (_a = this.$refs.productList) === null || _a === void 0 ? void 0 : _a.fetch();
39085
+ }
39082
39086
  beforeDestroy() {
39083
39087
  var _a;
39084
39088
  (_a = this.triggerElement) === null || _a === void 0 ? void 0 : _a.removeEventListener("focus", this.openSearchContainer);
@@ -12,5 +12,6 @@ export default class SearchContainerEntry extends Vue {
12
12
  checkExistingQuery(): void;
13
13
  mountOpenListeners(): void;
14
14
  mounted(): void;
15
+ fetch(): void;
15
16
  beforeDestroy(): void;
16
17
  }
@@ -38903,7 +38903,7 @@ let SearchContainer = class SearchContainer extends Vue$1 {
38903
38903
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
38904
38904
  (_a = this.$refs.searchResults) === null || _a === void 0 ? void 0 : _a.handleMounted();
38905
38905
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
38906
- (_b = this.$refs.searchBox) === null || _b === void 0 ? void 0 : _b.handleMounted();
38906
+ (_b = this.$refs.searchBox) === null || _b === void 0 ? void 0 : _b.handleSearch();
38907
38907
  }
38908
38908
  innerClick() {
38909
38909
  // do nothing
@@ -39075,6 +39075,10 @@ let SearchContainerEntry = class SearchContainerEntry extends Vue$1 {
39075
39075
  this.checkExistingQuery();
39076
39076
  this.isOpen = Boolean((_a = this.containerOptions.options) === null || _a === void 0 ? void 0 : _a.isOpenInitially);
39077
39077
  }
39078
+ fetch() {
39079
+ var _a;
39080
+ (_a = this.$refs.productList) === null || _a === void 0 ? void 0 : _a.fetch();
39081
+ }
39078
39082
  beforeDestroy() {
39079
39083
  var _a;
39080
39084
  (_a = this.triggerElement) === null || _a === void 0 ? void 0 : _a.removeEventListener("focus", this.openSearchContainer);
@@ -12,5 +12,6 @@ export default class SearchContainerEntry extends Vue {
12
12
  checkExistingQuery(): void;
13
13
  mountOpenListeners(): void;
14
14
  mounted(): void;
15
+ fetch(): void;
15
16
  beforeDestroy(): void;
16
17
  }