@getlupa/client 0.13.0-alpha-3 → 0.13.0-alpha-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.
- package/dist/cjs/index.min.js +1 -1
- package/dist/es/index.min.js +1 -1
- package/dist/iife/index.min.js +1 -1
- package/package.json +1 -1
package/dist/cjs/index.min.js
CHANGED
|
@@ -38905,7 +38905,7 @@ let SearchContainer = class SearchContainer extends Vue$1 {
|
|
|
38905
38905
|
fetch() {
|
|
38906
38906
|
var _a, _b;
|
|
38907
38907
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
38908
|
-
(_a = this.$refs.searchResults) === null || _a === void 0 ? void 0 : _a.
|
|
38908
|
+
(_a = this.$refs.searchResults) === null || _a === void 0 ? void 0 : _a.handleUrlChange();
|
|
38909
38909
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
38910
38910
|
(_b = this.$refs.searchBox) === null || _b === void 0 ? void 0 : _b.handleSearch();
|
|
38911
38911
|
}
|
package/dist/es/index.min.js
CHANGED
|
@@ -38901,7 +38901,7 @@ let SearchContainer = class SearchContainer extends Vue$1 {
|
|
|
38901
38901
|
fetch() {
|
|
38902
38902
|
var _a, _b;
|
|
38903
38903
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
38904
|
-
(_a = this.$refs.searchResults) === null || _a === void 0 ? void 0 : _a.
|
|
38904
|
+
(_a = this.$refs.searchResults) === null || _a === void 0 ? void 0 : _a.handleUrlChange();
|
|
38905
38905
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
|
38906
38906
|
(_b = this.$refs.searchBox) === null || _b === void 0 ? void 0 : _b.handleSearch();
|
|
38907
38907
|
}
|