@infrab4a/connect-angular 4.19.2-beta.0 → 4.19.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.
- package/esm2020/services/catalog/catalog.service.mjs +3 -1
- package/fesm2015/infrab4a-connect-angular.mjs +2 -0
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +2 -0
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1413,6 +1413,8 @@ class CatalogService {
|
|
|
1413
1413
|
'shoppingCount',
|
|
1414
1414
|
'gender',
|
|
1415
1415
|
'createdAt',
|
|
1416
|
+
'label',
|
|
1417
|
+
'outlet',
|
|
1416
1418
|
];
|
|
1417
1419
|
this.buildFilterQuery = ({ clubDiscount, brands, prices, gender, tags, rate, customOptions, }) => {
|
|
1418
1420
|
const filters = {};
|