barsa-tiles 1.0.376 → 1.0.378
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/esm2020/lib/notification-group/notification-group.component.mjs +1 -1
- package/esm2020/lib/shellbar/shellbar.component.mjs +2 -7
- package/fesm2015/barsa-tiles.mjs +1 -6
- package/fesm2015/barsa-tiles.mjs.map +1 -1
- package/fesm2020/barsa-tiles.mjs +1 -6
- package/fesm2020/barsa-tiles.mjs.map +1 -1
- package/lib/notification-group/notification-group.component.d.ts +1 -0
- package/lib/shellbar/shellbar.component.d.ts +1 -0
- package/package.json +1 -1
package/fesm2020/barsa-tiles.mjs
CHANGED
|
@@ -2499,12 +2499,7 @@ class ShellbarComponent extends BaseComponent {
|
|
|
2499
2499
|
}
|
|
2500
2500
|
onShowNotification(e) {
|
|
2501
2501
|
this.isOpenNotificatoin = false;
|
|
2502
|
-
|
|
2503
|
-
Mo: e.mo,
|
|
2504
|
-
MoContext: {
|
|
2505
|
-
ViewName: e.nama
|
|
2506
|
-
}
|
|
2507
|
-
});
|
|
2502
|
+
this._notificationService.ShowNotificationRelatedMo(e);
|
|
2508
2503
|
}
|
|
2509
2504
|
onNotificationItemViewed(viewedMo) {
|
|
2510
2505
|
this._viewedNotifications$.next(viewedMo);
|