barsa-sap-ui 2.3.41 → 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/fesm2022/barsa-sap-ui.mjs +13 -7
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +2 -1
- package/package.json +1 -1
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,
|
|
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> {
|