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/fesm2022/barsa-sap-ui.mjs +20 -6
- package/fesm2022/barsa-sap-ui.mjs.map +1 -1
- package/index.d.ts +1 -0
- package/package.json +1 -1
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
|
}
|