@sumaris-net/ngx-components 1.21.0-beta11 → 1.21.0-beta12

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.
@@ -30258,6 +30258,7 @@
30258
30258
  now = null;
30259
30259
  }
30260
30260
  var unreadCount = _this.unreadEvents(data);
30261
+ _this._count$.next(unreadCount);
30261
30262
  return {
30262
30263
  data: data,
30263
30264
  total: toNumber(res === null || res === void 0 ? void 0 : res.total, unreadCount)
@@ -31008,7 +31009,6 @@
31008
31009
  if (_this.debug) {
31009
31010
  console.debug(_this._logPrefix + "Receiving new user events", data);
31010
31011
  }
31011
- _this.userEventsSubject.next(data);
31012
31012
  }));
31013
31013
  this._readEvent.subscribe(function (value) {
31014
31014
  _this.userEventService.markAsRead(value);