@ikas/storefront 0.0.160-alpha.12 → 0.0.160-alpha.13
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 +7 -7
- package/build/index.js +7 -7
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -28318,13 +28318,13 @@ var IkasProductList = /** @class */ (function () {
|
|
|
28318
28318
|
displayType: filter.displayType,
|
|
28319
28319
|
valueList: filter.valueList,
|
|
28320
28320
|
}));
|
|
28321
|
-
|
|
28322
|
-
|
|
28323
|
-
|
|
28324
|
-
|
|
28325
|
-
|
|
28326
|
-
|
|
28327
|
-
}
|
|
28321
|
+
}
|
|
28322
|
+
if (filter.isFacetFilter) {
|
|
28323
|
+
facetList.push({
|
|
28324
|
+
id: filter.id,
|
|
28325
|
+
type: filter.type,
|
|
28326
|
+
displayType: filter.displayType,
|
|
28327
|
+
});
|
|
28328
28328
|
}
|
|
28329
28329
|
});
|
|
28330
28330
|
selectedCategoryIds = (_b = this._filterCategories) === null || _b === void 0 ? void 0 : _b.filter(function (fc) { return fc.isSelected; }).map(function (fc) { return fc.id; });
|
package/build/index.js
CHANGED
|
@@ -28299,13 +28299,13 @@ var IkasProductList = /** @class */ (function () {
|
|
|
28299
28299
|
displayType: filter.displayType,
|
|
28300
28300
|
valueList: filter.valueList,
|
|
28301
28301
|
}));
|
|
28302
|
-
|
|
28303
|
-
|
|
28304
|
-
|
|
28305
|
-
|
|
28306
|
-
|
|
28307
|
-
|
|
28308
|
-
}
|
|
28302
|
+
}
|
|
28303
|
+
if (filter.isFacetFilter) {
|
|
28304
|
+
facetList.push({
|
|
28305
|
+
id: filter.id,
|
|
28306
|
+
type: filter.type,
|
|
28307
|
+
displayType: filter.displayType,
|
|
28308
|
+
});
|
|
28309
28309
|
}
|
|
28310
28310
|
});
|
|
28311
28311
|
selectedCategoryIds = (_b = this._filterCategories) === null || _b === void 0 ? void 0 : _b.filter(function (fc) { return fc.isSelected; }).map(function (fc) { return fc.id; });
|