ng-miam 3.5.13 → 3.5.14
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/bundles/ng-miam.umd.js +1 -1
- package/bundles/ng-miam.umd.js.map +1 -1
- package/bundles/ng-miam.umd.min.js +1 -1
- package/bundles/ng-miam.umd.min.js.map +1 -1
- package/esm2015/lib/_web-components/basket-preview/basket-preview-block/basket-preview-block.component.js +2 -2
- package/fesm2015/ng-miam.js +1 -1
- package/fesm2015/ng-miam.js.map +1 -1
- package/package.json +1 -1
package/bundles/ng-miam.umd.js
CHANGED
|
@@ -8978,7 +8978,7 @@
|
|
|
8978
8978
|
_this.cdr.detectChanges();
|
|
8979
8979
|
}),
|
|
8980
8980
|
this.blockStates.subscribe(function (newState) { return _this.handelblockState(newState); }),
|
|
8981
|
-
this.basketsService.basketPreview$.pipe(operators.
|
|
8981
|
+
this.basketsService.basketPreview$.pipe(operators.skipWhile(function (preview) { var _a; return !preview || preview.length === 0 || preview.length !== ((_a = _this.listsService.list$.value) === null || _a === void 0 ? void 0 : _a.recipeInfos.length); }), operators.map(function (preview) { return (preview && _this.recipeId) ? preview.filter(function (line) { return line.id === _this.recipeId; }) : preview; }), operators.tap(function (preview) { return _this.refreshPreview(preview); })).subscribe(function () {
|
|
8982
8982
|
_this.loading.next(false);
|
|
8983
8983
|
_this.cdr.detectChanges();
|
|
8984
8984
|
}),
|