barsa-tiles 2.3.34 → 2.3.35
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 +4 -3
- package/fesm2022/barsa-tiles.mjs.map +1 -1
- package/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -812,7 +812,6 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
812
812
|
private _domSanitizer;
|
|
813
813
|
private _notificationService;
|
|
814
814
|
private _shellbarHeightServcie;
|
|
815
|
-
private _applicationCtrlrService;
|
|
816
815
|
get repIdProfileImage(): string;
|
|
817
816
|
get notificationReport(): MetaobjectDataModel;
|
|
818
817
|
get subtitle(): string;
|
|
@@ -828,6 +827,7 @@ declare class ShellbarComponent extends BaseComponent implements OnInit {
|
|
|
828
827
|
get productMenuItems(): ShellbarMenuItem[];
|
|
829
828
|
get IsUserLoggedIn(): boolean;
|
|
830
829
|
get IsUserAnonymous(): boolean;
|
|
830
|
+
get productSwitcher(): ProductSwitchItem[];
|
|
831
831
|
constructor();
|
|
832
832
|
ngOnInit(): void;
|
|
833
833
|
onCultureChange(culture: any): void;
|