@sumaris-net/ngx-components 1.21.0-beta16 → 1.21.0-beta17
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/sumaris-net.ngx-components.umd.js +2 -2
- package/bundles/sumaris-net.ngx-components.umd.js.map +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js +1 -1
- package/bundles/sumaris-net.ngx-components.umd.min.js.map +1 -1
- package/esm2015/src/app/social/user-event/notification/user-event-notification.component.js +3 -3
- package/fesm2015/sumaris-net.ngx-components.js +2 -2
- package/fesm2015/sumaris-net.ngx-components.js.map +1 -1
- package/package.json +1 -1
- package/src/app/social/user-event/notification/user-event-notification.component.d.ts +2 -1
- package/sumaris-net.ngx-components.metadata.json +1 -1
|
@@ -31049,7 +31049,7 @@
|
|
|
31049
31049
|
case 1:
|
|
31050
31050
|
_b.sent();
|
|
31051
31051
|
// listen login/logout
|
|
31052
|
-
this.accountService.onLogin.subscribe(function () { return _this.onLogin(); });
|
|
31052
|
+
this.accountService.onLogin.subscribe(function (account) { return _this.onLogin(account); });
|
|
31053
31053
|
this.accountService.onLogout.subscribe(function () { return _this.onLogout(); });
|
|
31054
31054
|
// Subscribe to read event
|
|
31055
31055
|
this._readEvent.subscribe(function (value) {
|
|
@@ -31095,7 +31095,7 @@
|
|
|
31095
31095
|
}
|
|
31096
31096
|
this.onLogout();
|
|
31097
31097
|
};
|
|
31098
|
-
UserEventNotificationComponent.prototype.onLogin = function () {
|
|
31098
|
+
UserEventNotificationComponent.prototype.onLogin = function (account) {
|
|
31099
31099
|
return __awaiter(this, void 0, void 0, function () {
|
|
31100
31100
|
var count;
|
|
31101
31101
|
var _this = this;
|