@sapui5/sap.fe.templates 1.102.4 → 1.102.6

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.
@@ -104,7 +104,7 @@ class ObjectPageController extends PageController {
104
104
  @usingExtension(MassEdit)
105
105
  massEdit!: MassEdit;
106
106
  private mCustomSectionExtensionAPIs?: Record<string, ObjectPageExtensionAPI>;
107
- private extensionAPI?: ObjectPageExtensionAPI;
107
+ protected extensionAPI?: ObjectPageExtensionAPI;
108
108
  private oResourceBundle?: ResourceBundle;
109
109
  private bSectionNavigated?: boolean;
110
110
  private switchDraftAndActivePopOver?: Popover;
@@ -31,7 +31,7 @@ sap.ui.define(["sap/f/library", "sap/fe/common/library", "sap/fe/core/library",
31
31
  interfaces: [],
32
32
  controls: [],
33
33
  elements: [],
34
- version: "1.102.4",
34
+ version: "1.102.6",
35
35
  noLibraryCSS: true
36
36
  });
37
37