@infrab4a/connect-angular 4.19.2-beta.1 → 4.20.0
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/index.mjs +1 -3
- package/esm2020/services/catalog/catalog.service.mjs +4 -1
- package/fesm2015/infrab4a-connect-angular.mjs +3 -3
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +3 -3
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1413,6 +1413,9 @@ class CatalogService {
|
|
|
1413
1413
|
'shoppingCount',
|
|
1414
1414
|
'gender',
|
|
1415
1415
|
'createdAt',
|
|
1416
|
+
'label',
|
|
1417
|
+
'outlet',
|
|
1418
|
+
'group',
|
|
1416
1419
|
];
|
|
1417
1420
|
this.buildFilterQuery = ({ clubDiscount, brands, prices, gender, tags, rate, customOptions, }) => {
|
|
1418
1421
|
const filters = {};
|
|
@@ -2578,9 +2581,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
2578
2581
|
}]
|
|
2579
2582
|
}] });
|
|
2580
2583
|
|
|
2581
|
-
if (!global)
|
|
2582
|
-
global = window;
|
|
2583
|
-
|
|
2584
2584
|
/**
|
|
2585
2585
|
* Generated bundle index. Do not edit.
|
|
2586
2586
|
*/
|