barsa-tiles 2.2.61 → 2.2.63
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/esm2022/lib/barsa-tile-group-page/barsa-tile-group-page.component.mjs +2 -2
- package/esm2022/lib/barsa-tile-sidebar-page/barsa-tile-sidebar-page.component.mjs +3 -3
- package/esm2022/lib/shellbar/shellbar.component.mjs +19 -2
- package/fesm2022/barsa-tiles.mjs +20 -4
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/lib/shellbar/shellbar.component.d.ts +5 -0
- package/package.json +1 -1
|
@@ -52,6 +52,9 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
52
52
|
isServiceDesk: boolean;
|
|
53
53
|
isOpenQuickAccess: boolean;
|
|
54
54
|
userProfileImageUrl$: Observable<string | null>;
|
|
55
|
+
private _router;
|
|
56
|
+
private _renderer2;
|
|
57
|
+
private _el;
|
|
55
58
|
get repIdProfileImage(): string;
|
|
56
59
|
get notificationReport(): MetaobjectDataModel;
|
|
57
60
|
get subtitle(): string;
|
|
@@ -87,6 +90,8 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
87
90
|
onNotificationWorkflowChoiceSuccess(result: any): void;
|
|
88
91
|
onNotificationWorkflowChoiceFailed(err: any): void;
|
|
89
92
|
onHandleOpenNotificationPanel(): void;
|
|
93
|
+
private _addClass;
|
|
94
|
+
private _removeClass;
|
|
90
95
|
private _handleOpenNotificationPanel;
|
|
91
96
|
private _mapNotifications;
|
|
92
97
|
private _changeCulture;
|