@infrab4a/connect-angular 4.19.2-beta.1 → 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/index.mjs +1 -3
- package/esm2020/services/catalog/catalog.service.mjs +3 -1
- package/fesm2015/infrab4a-connect-angular.mjs +2 -3
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +2 -3
- 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 = {};
|
|
@@ -2578,9 +2580,6 @@ i0.ɵɵngDeclareClassMetadata({ minVersion: "12.0.0", version: "15.1.0", ngImpor
|
|
|
2578
2580
|
}]
|
|
2579
2581
|
}] });
|
|
2580
2582
|
|
|
2581
|
-
if (!global)
|
|
2582
|
-
global = window;
|
|
2583
|
-
|
|
2584
2583
|
/**
|
|
2585
2584
|
* Generated bundle index. Do not edit.
|
|
2586
2585
|
*/
|