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/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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-tiles",
3
- "version": "2.3.34",
3
+ "version": "2.3.35",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"