@ikas/storefront 0.0.59 → 0.0.60
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/build/index.es.js
CHANGED
|
@@ -17781,6 +17781,11 @@ var IkasProductFilter = /** @class */ (function () {
|
|
|
17781
17781
|
useAndFilter: (_a = this.settings) === null || _a === void 0 ? void 0 : _a.useAndFilter,
|
|
17782
17782
|
};
|
|
17783
17783
|
};
|
|
17784
|
+
IkasProductFilter.prototype.toJSON = function () {
|
|
17785
|
+
var value = __assign({}, this);
|
|
17786
|
+
delete value.productList;
|
|
17787
|
+
return value;
|
|
17788
|
+
};
|
|
17784
17789
|
IkasProductFilter.prototype.applyQueryParam = function (value) {
|
|
17785
17790
|
var _a, _b;
|
|
17786
17791
|
var valueKeys = value.split(",");
|
package/build/index.js
CHANGED
|
@@ -17775,6 +17775,11 @@ var IkasProductFilter = /** @class */ (function () {
|
|
|
17775
17775
|
useAndFilter: (_a = this.settings) === null || _a === void 0 ? void 0 : _a.useAndFilter,
|
|
17776
17776
|
};
|
|
17777
17777
|
};
|
|
17778
|
+
IkasProductFilter.prototype.toJSON = function () {
|
|
17779
|
+
var value = __assign({}, this);
|
|
17780
|
+
delete value.productList;
|
|
17781
|
+
return value;
|
|
17782
|
+
};
|
|
17778
17783
|
IkasProductFilter.prototype.applyQueryParam = function (value) {
|
|
17779
17784
|
var _a, _b;
|
|
17780
17785
|
var valueKeys = value.split(",");
|