barsa-sap-ui 2.3.40 → 2.3.42

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
@@ -1334,6 +1334,7 @@ declare class BarsaUlvMainComponent extends BaseComponent implements OnInit, Aft
1334
1334
  mainContentWidth: string;
1335
1335
  protected _dialogService: DialogService;
1336
1336
  private _renderer2;
1337
+ private _router;
1337
1338
  constructor();
1338
1339
  ngOnInit(): void;
1339
1340
  ngAfterViewInit(): void;
@@ -3253,7 +3254,7 @@ declare class LyLayoutContainerOfRootComponent extends LayoutPanelBaseComponent
3253
3254
  viewRef: ViewContainerRef;
3254
3255
  isMobile: boolean;
3255
3256
  static ɵfac: i0.ɵɵFactoryDeclaration<LyLayoutContainerOfRootComponent, never>;
3256
- static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutContainerOfRootComponent, "bsu-ly-layout-container-of-root", never, {}, {}, never, never, false, never>;
3257
+ static ɵcmp: i0.ɵɵComponentDeclaration<LyLayoutContainerOfRootComponent, "bsu-ly-layout-container-of-root", never, {}, {}, never, ["*"], false, never>;
3257
3258
  }
3258
3259
 
3259
3260
  declare class UiGridComponent extends SapUiReportBaseComponent<UiReportViewBaseSetting> {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.40",
3
+ "version": "2.3.42",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"