barsa-tiles 2.3.30 → 2.3.32
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/fesm2022/barsa-tiles.mjs +8 -8
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -791,7 +791,6 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
791
791
|
_notificationsDialog: TemplateRef<any>;
|
|
792
792
|
isOpenQuickAccess: boolean;
|
|
793
793
|
appVersion: string;
|
|
794
|
-
shellbarData: ShellbarSetting$1;
|
|
795
794
|
settings: MetaobjectDataModel;
|
|
796
795
|
deviceSize$: Observable<AbbrevationDeviceSize>;
|
|
797
796
|
productMenuControl: string;
|
|
@@ -813,6 +812,8 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
813
812
|
userInfo$: Observable<UserInfo | null>;
|
|
814
813
|
displayName: any;
|
|
815
814
|
shellbarHeight$: Observable<string>;
|
|
815
|
+
productSwitcher$: Observable<ProductSwitchItem[]>;
|
|
816
|
+
shellbarData: ShellbarSetting$1;
|
|
816
817
|
private _router;
|
|
817
818
|
private _renderer2;
|
|
818
819
|
private _bbbTranslatePipe;
|
|
@@ -823,6 +824,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
823
824
|
private _domSanitizer;
|
|
824
825
|
private _notificationService;
|
|
825
826
|
private _shellbarHeightServcie;
|
|
827
|
+
private _applicationCtrlrService;
|
|
826
828
|
get repIdProfileImage(): string;
|
|
827
829
|
get notificationReport(): MetaobjectDataModel;
|
|
828
830
|
get subtitle(): string;
|
|
@@ -834,7 +836,6 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
834
836
|
get actions(): Array<MetaobjectDataModel>;
|
|
835
837
|
get sidebarSettings(): null | any;
|
|
836
838
|
get userMenu(): UserMenuType[];
|
|
837
|
-
get productSwitcher(): ProductSwitchItem[];
|
|
838
839
|
get multiLanguages(): boolean;
|
|
839
840
|
get productMenuItems(): ShellbarMenuItem[];
|
|
840
841
|
get IsUserLoggedIn(): boolean;
|