barsa-sap-ui 2.3.141 → 2.3.143
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 +6 -5
- 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
|
@@ -210,6 +210,7 @@ declare class SapUiReportBaseComponent<T extends UiReportViewBaseSetting> extend
|
|
|
210
210
|
protected _layoutService: LayoutService;
|
|
211
211
|
protected _renderer: Renderer2;
|
|
212
212
|
protected document: Document;
|
|
213
|
+
protected _parentFormpanelService: FormPanelService | null;
|
|
213
214
|
protected _formpanelService: FormPanelService | null;
|
|
214
215
|
protected _layoutServiceParent?: LayoutService | null | undefined;
|
|
215
216
|
protected _layoutMainContentService?: LayoutMainContentService | null | undefined;
|