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

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
  }
@@ -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
  }
@@ -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
  }