@infrab4a/connect-angular 4.19.0-beta.9 → 4.19.1-beta.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/services/catalog/catalog.service.mjs +17 -9
- package/fesm2015/infrab4a-connect-angular.mjs +16 -8
- package/fesm2015/infrab4a-connect-angular.mjs.map +1 -1
- package/fesm2020/infrab4a-connect-angular.mjs +16 -8
- package/fesm2020/infrab4a-connect-angular.mjs.map +1 -1
- package/package.json +2 -2
|
@@ -1392,19 +1392,27 @@ class CatalogService {
|
|
|
1392
1392
|
this.brandsList = {};
|
|
1393
1393
|
this.fields = [
|
|
1394
1394
|
'id',
|
|
1395
|
-
'stock',
|
|
1396
|
-
'gender',
|
|
1397
|
-
'EAN',
|
|
1398
1395
|
'name',
|
|
1399
|
-
'
|
|
1396
|
+
'slug',
|
|
1397
|
+
'images',
|
|
1398
|
+
'miniatures',
|
|
1400
1399
|
'price',
|
|
1400
|
+
'stock',
|
|
1401
1401
|
'published',
|
|
1402
|
+
'CEST',
|
|
1403
|
+
'EAN',
|
|
1404
|
+
'NCM',
|
|
1402
1405
|
'brand',
|
|
1406
|
+
'costPrice',
|
|
1407
|
+
'hasVariants',
|
|
1408
|
+
'isKit',
|
|
1409
|
+
'sku',
|
|
1410
|
+
'rate',
|
|
1411
|
+
'tags',
|
|
1412
|
+
'type',
|
|
1413
|
+
'shoppingCount',
|
|
1403
1414
|
'gender',
|
|
1404
|
-
'
|
|
1405
|
-
'evaluation',
|
|
1406
|
-
'slug',
|
|
1407
|
-
'images',
|
|
1415
|
+
'createdAt',
|
|
1408
1416
|
];
|
|
1409
1417
|
this.buildFilterQuery = ({ clubDiscount, brands, prices, gender, tags, rate, customOptions, }) => {
|
|
1410
1418
|
const filters = {};
|