barsa-tiles 2.0.1 → 2.0.3

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.
@@ -48,6 +48,10 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
48
48
  productSwitcher: ProductSwitchItem[];
49
49
  subtitle: string;
50
50
  isMobile: boolean;
51
+ hideShellbarActions: boolean;
52
+ showLoginButton: boolean;
53
+ isTablet: boolean;
54
+ isDesktop: boolean;
51
55
  openNotificationPanel: EventEmitter<void>;
52
56
  openQuickAccessPanel: EventEmitter<void>;
53
57
  cultureChanged: EventEmitter<string>;
@@ -73,6 +77,7 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
73
77
  searchTerm: string;
74
78
  actions$: Observable<ShellbarMenuItem[]>;
75
79
  showVersion: boolean;
80
+ isServiceDesk: boolean;
76
81
  _viewedNotifications$: Subject<NotificationItem>;
77
82
  onBellNotification: () => void;
78
83
  _viewedNotifications: NotificationItem[];
@@ -99,6 +104,6 @@ export declare class BarsaShellbarComponent extends BaseComponent implements OnI
99
104
  onNotificationLoadMore(): void;
100
105
  private _changeCulture;
101
106
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaShellbarComponent, never>;
102
- 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; }; }, { "openNotificationPanel": "openNotificationPanel"; "openQuickAccessPanel": "openQuickAccessPanel"; "cultureChanged": "cultureChanged"; "notificationLoadMore": "notificationLoadMore"; "removeNotification": "removeNotification"; "notifiationActionClick": "notifiationActionClick"; "notificationViewed": "notificationViewed"; }, never, never, false, 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, never, false, never>;
103
108
  }
104
109
  export {};
@@ -1,10 +1,14 @@
1
1
  import { BaseBtTileComponent, NumericTileSetting } from '../models';
2
+ import { NumericContentState } from '@fundamental-ngx/core';
2
3
  import * as i0 from "@angular/core";
3
4
  export declare class NumericTileComponent extends BaseBtTileComponent<NumericTileSetting> {
5
+ kpiStateIsColor: boolean;
6
+ scalseStateIsColor: boolean;
7
+ ngOnInit(): void;
4
8
  get launchIcon(): string;
5
- get kpiState(): 'positive' | 'negative';
9
+ get kpiState(): NumericContentState;
6
10
  get kpi(): string;
7
- get scaleState(): 'positive' | 'negative';
11
+ get scaleState(): NumericContentState;
8
12
  get scaleText(): string;
9
13
  get scaleArrowIcon(): string;
10
14
  static ɵfac: i0.ɵɵFactoryDeclaration<NumericTileComponent, never>;
@@ -50,6 +50,8 @@ export declare class ShellbarComponent extends BaseComponent implements OnInit {
50
50
  _viewedNotifications: NotificationItem[];
51
51
  bodyClick: string;
52
52
  isMobile: boolean;
53
+ isDesktop: boolean;
54
+ isTablet: boolean;
53
55
  get subtitle(): string;
54
56
  get logo(): {
55
57
  FileId: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^17.3.5",
6
6
  "@angular/common": "^17.3.5"