@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.
package/dist/cjs/index.min.js
CHANGED
|
@@ -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.
|
|
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);
|
package/dist/es/index.min.js
CHANGED
|
@@ -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.
|
|
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);
|