barsa-tiles 2.0.4 → 2.0.7
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 +15 -16
- package/esm2022/lib/shellbar/shellbar.component.mjs +10 -5
- package/fesm2022/barsa-tiles.mjs +150 -147
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/lib/barsa-shellbar/barsa-shellbar.component.d.ts +5 -5
- package/lib/shellbar/shellbar.component.d.ts +2 -0
- package/package.json +1 -1
|
@@ -49,10 +49,12 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
49
49
|
subtitle: string;
|
|
50
50
|
isMobile: boolean;
|
|
51
51
|
hideShellbarActions: boolean;
|
|
52
|
-
|
|
52
|
+
showExtraButton: boolean;
|
|
53
53
|
isTablet: boolean;
|
|
54
54
|
isDesktop: boolean;
|
|
55
|
-
|
|
55
|
+
isServiceDesk: boolean;
|
|
56
|
+
isOpenQuickAccess: any;
|
|
57
|
+
isOpenQuickAccessChanged: EventEmitter<boolean>;
|
|
56
58
|
openNotificationPanel: EventEmitter<void>;
|
|
57
59
|
openQuickAccessPanel: EventEmitter<void>;
|
|
58
60
|
cultureChanged: EventEmitter<string>;
|
|
@@ -72,13 +74,11 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
72
74
|
private _cdr;
|
|
73
75
|
Array: ArrayConstructor;
|
|
74
76
|
isOpenNotificatoin: boolean;
|
|
75
|
-
isOpenQuickAccess: boolean;
|
|
76
77
|
user: ShellbarUser;
|
|
77
78
|
searchTerms: string[];
|
|
78
79
|
searchTerm: string;
|
|
79
80
|
actions$: Observable<ShellbarMenuItem[]>;
|
|
80
81
|
showVersion: boolean;
|
|
81
|
-
isServiceDesk: boolean;
|
|
82
82
|
_viewedNotifications$: Subject<NotificationItem>;
|
|
83
83
|
onBellNotification: () => void;
|
|
84
84
|
_viewedNotifications: NotificationItem[];
|
|
@@ -105,6 +105,6 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
|
|
|
105
105
|
onNotificationLoadMore(): void;
|
|
106
106
|
private _changeCulture;
|
|
107
107
|
static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
|
|
108
|
-
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; }; "
|
|
108
|
+
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; }; "showExtraButton": { "alias": "showExtraButton"; "required": false; }; "isTablet": { "alias": "isTablet"; "required": false; }; "isDesktop": { "alias": "isDesktop"; "required": false; }; "isServiceDesk": { "alias": "isServiceDesk"; "required": false; }; "isOpenQuickAccess": { "alias": "isOpenQuickAccess"; "required": false; }; }, { "isOpenQuickAccessChanged": "isOpenQuickAccessChanged"; "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notificationLoadMore": "notificationLoadMore"; "removeNotification": "removeNotification"; "notifiationActionClick": "notifiationActionClick"; "notificationViewed": "notificationViewed"; }, never, ["button", ".side-menu"], false, never>;
|
|
109
109
|
}
|
|
110
110
|
export {};
|
|
@@ -53,6 +53,8 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
53
53
|
isDesktop: boolean;
|
|
54
54
|
isTablet: boolean;
|
|
55
55
|
loginRouterLink$: Observable<string>;
|
|
56
|
+
isServiceDesk: boolean;
|
|
57
|
+
isOpenQuickAccess: boolean;
|
|
56
58
|
get subtitle(): string;
|
|
57
59
|
get logo(): {
|
|
58
60
|
FileId: string;
|