barsa-tiles 2.0.3 → 2.0.6
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-shellbar/barsa-shellbar.component.mjs +7 -6
- package/esm2022/lib/shellbar/shellbar.component.mjs +9 -5
- package/fesm2022/barsa-tiles.mjs +10 -6
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/lib/barsa-shellbar/barsa-shellbar.component.d.ts +2 -2
- package/lib/shellbar/shellbar.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -52,6 +52,7 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
52
52
|
showLoginButton: boolean;
|
|
53
53
|
isTablet: boolean;
|
|
54
54
|
isDesktop: boolean;
|
|
55
|
+
isServiceDesk: boolean;
|
|
55
56
|
openNotificationPanel: EventEmitter<void>;
|
|
56
57
|
openQuickAccessPanel: EventEmitter<void>;
|
|
57
58
|
cultureChanged: EventEmitter<string>;
|
|
@@ -77,7 +78,6 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
77
78
|
searchTerm: string;
|
|
78
79
|
actions$: Observable<ShellbarMenuItem[]>;
|
|
79
80
|
showVersion: boolean;
|
|
80
|
-
isServiceDesk: boolean;
|
|
81
81
|
_viewedNotifications$: Subject<NotificationItem>;
|
|
82
82
|
onBellNotification: () => void;
|
|
83
83
|
_viewedNotifications: NotificationItem[];
|
|
@@ -104,6 +104,6 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
104
104
|
onNotificationLoadMore(): void;
|
|
105
105
|
private _changeCulture;
|
|
106
106
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
|
|
107
|
-
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "cssCustomUrl": { "alias": "cssCustomUrl"; "required": false; }; "cssUrl": { "alias": "cssUrl"; "required": false; }; "allowAnonymous": { "alias": "allowAnonymous"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "cultures": { "alias": "cultures"; "required": false; }; "shellbarData": { "alias": "shellbarData"; "required": false; }; "notificationCount": { "alias": "notificationCount"; "required": false; }; "notifcationLoaded": { "alias": "notifcationLoaded"; "required": false; }; "notificationLoading": { "alias": "notificationLoading"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "productMenuItems1": { "alias": "productMenuItems1"; "required": false; }; "bodyClick": { "alias": "bodyClick"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "productSwitcher": { "alias": "productSwitcher"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideShellbarActions": { "alias": "hideShellbarActions"; "required": false; }; "showLoginButton": { "alias": "showLoginButton"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; }, { "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notificationLoadMore": "notificationLoadMore"; "removeNotification": "removeNotification"; "notifiationActionClick": "notifiationActionClick"; "notificationViewed": "notificationViewed"; }, never,
|
|
107
|
+
static ɵcmp: i0.ɵɵComponentDeclaration<BarsaShellbarComponent, "bt-barsa-shellbar", never, { "cssCustomUrl": { "alias": "cssCustomUrl"; "required": false; }; "cssUrl": { "alias": "cssUrl"; "required": false; }; "allowAnonymous": { "alias": "allowAnonymous"; "required": false; }; "multiLanguages": { "alias": "multiLanguages"; "required": false; }; "userLoggedIn": { "alias": "userLoggedIn"; "required": false; }; "settings": { "alias": "settings"; "required": false; }; "productMenuControl": { "alias": "productMenuControl"; "required": false; }; "deviceSize": { "alias": "deviceSize"; "required": false; }; "cultures": { "alias": "cultures"; "required": false; }; "shellbarData": { "alias": "shellbarData"; "required": false; }; "notificationCount": { "alias": "notificationCount"; "required": false; }; "notifcationLoaded": { "alias": "notifcationLoaded"; "required": false; }; "notificationLoading": { "alias": "notificationLoading"; "required": false; }; "notifications": { "alias": "notifications"; "required": false; }; "productMenuItems1": { "alias": "productMenuItems1"; "required": false; }; "bodyClick": { "alias": "bodyClick"; "required": false; }; "logo": { "alias": "logo"; "required": false; }; "actions": { "alias": "actions"; "required": false; }; "userMenu": { "alias": "userMenu"; "required": false; }; "productSwitcher": { "alias": "productSwitcher"; "required": false; }; "subtitle": { "alias": "subtitle"; "required": false; }; "isMobile": { "alias": "isMobile"; "required": false; }; "hideShellbarActions": { "alias": "hideShellbarActions"; "required": false; }; "showLoginButton": { "alias": "showLoginButton"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "isServiceDesk": { "alias": "isServiceDesk"; "required": false; }; }, { "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notificationLoadMore": "notificationLoadMore"; "removeNotification": "removeNotification"; "notifiationActionClick": "notifiationActionClick"; "notificationViewed": "notificationViewed"; }, never, ["button"], false, never>;
|
|
108
108
|
}
|
|
109
109
|
export {};
|
|
@@ -52,6 +52,8 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
52
52
|
isMobile: boolean;
|
|
53
53
|
isDesktop: boolean;
|
|
54
54
|
isTablet: boolean;
|
|
55
|
+
loginRouterLink$: Observable<string>;
|
|
56
|
+
isServiceDesk: boolean;
|
|
55
57
|
get subtitle(): string;
|
|
56
58
|
get logo(): {
|
|
57
59
|
FileId: string;
|