barsa-sap-ui 2.3.84 → 2.3.86

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
@@ -5028,6 +5028,7 @@ declare class BarsaImgSkeletonComponent extends BaseComponent {
5028
5028
  declare class BarsaBottomMenuViewComponent extends ReportViewBaseComponent<BottomMenuViewSettings> {
5029
5029
  hide: i0.WritableSignal<boolean>;
5030
5030
  isMobile: boolean;
5031
+ ngOnInit(): void;
5031
5032
  static ɵfac: i0.ɵɵFactoryDeclaration<BarsaBottomMenuViewComponent, never>;
5032
5033
  static ɵcmp: i0.ɵɵComponentDeclaration<BarsaBottomMenuViewComponent, "bsu-barsa-bottom-menu-view", never, {}, {}, never, never, false, never>;
5033
5034
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.84",
3
+ "version": "2.3.86",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"