tnx-shared 5.1.177 → 5.1.178
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/tnx-shared.umd.js +0 -1
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/tn-app-notification/tn-app-notification.component.d.ts.map +1 -1
- package/esm2015/components/tn-app-notification/tn-app-notification.component.js +1 -2
- package/fesm2015/tnx-shared.js +0 -1
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -44899,7 +44899,6 @@
|
|
|
44899
44899
|
TnAppNotificationComponent.prototype.readById = function (data) {
|
|
44900
44900
|
var _this = this;
|
|
44901
44901
|
data.readedTime = new Date();
|
|
44902
|
-
this.totalUnRead--;
|
|
44903
44902
|
this._notificationService.markReadById(data.id).then(function (res) {
|
|
44904
44903
|
_this.rootContext.fireEvent(ComCtxConstants.NOTIFICATION.NOTIFICATION_RELOAD);
|
|
44905
44904
|
}).catch(function (err) { return _this._commonService.handleError(err, _this._injector); });
|