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.
@@ -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.map(function (preview) { return (preview && _this.recipeId) ? preview.filter(function (line) { return line.id === _this.recipeId; }) : preview; }), 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.tap(function (preview) { return _this.refreshPreview(preview); })).subscribe(function () {
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
  }),