barsa-sap-ui 2.3.141 → 2.3.142

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
@@ -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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "barsa-sap-ui",
3
- "version": "2.3.141",
3
+ "version": "2.3.142",
4
4
  "peerDependencies": {
5
5
  "@angular/core": "^20.0.6",
6
6
  "@angular/common": "^20.0.6"