@sapui5/sap.suite.ui.generic.template 1.133.1 → 1.133.3
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/package.json +1 -1
- package/src/sap/suite/ui/generic/template/.library +1 -1
- package/src/sap/suite/ui/generic/template/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/Canvas/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ListReport/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/ObjectPage/view/fragments/Sections.fragment.xml +4 -2
- package/src/sap/suite/ui/generic/template/QuickCreate/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/QuickView/manifest.json +1 -1
- package/src/sap/suite/ui/generic/template/lib/AppComponent.js +1 -1
- package/src/sap/suite/ui/generic/template/lib/navigation/NavigationController.js +1 -1
- package/src/sap/suite/ui/generic/template/library.js +1 -1
package/package.json
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
StableIdHelper: 'sap/suite/ui/generic/template/js/StableIdHelper'}">
|
|
9
9
|
|
|
10
10
|
<template:if test="{parameter>/settings/editableHeaderContent}">
|
|
11
|
-
<uxap:ObjectPageSection title="{i18n>HEADER}" class="{section>CSSClass}" titleUppercase="false" visible="{ui>/editable}" titleLevel="H3" showTitle="{section>bShowTitle}">
|
|
11
|
+
<uxap:ObjectPageSection title="{i18n>HEADER}" class="{section>CSSClass}" titleUppercase="false" visible="{ui>/editable}" titleLevel="H3" showTitle="{section>bShowTitle}" wrapTitle="true">
|
|
12
12
|
<uxap:subSections>
|
|
13
13
|
<uxap:ObjectPageSubSection class="sapSmartTemplatesObjectPageSubSection sapUiRespGridOverflowHidden">
|
|
14
14
|
<layout:Grid defaultSpan="{= ${appSettings>/objectPageColumns/screenSizeXL} === 4 ? 'XL3 L3 M4 S12' : 'XL2 L3 M4 S12'}" hSpacing="0" vSpacing="0" class="sapSmartTemplatesObjectPageSubSectionGrid ">
|
|
@@ -94,6 +94,7 @@
|
|
|
94
94
|
<template:then>
|
|
95
95
|
<layout:VerticalLayout
|
|
96
96
|
id="header::{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}::ReplaceReferenceExtensionEdit"
|
|
97
|
+
width="100%"
|
|
97
98
|
visible="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getVisibilityForExtensionPointReplaceHeaderFacet' }">
|
|
98
99
|
<core:ExtensionPoint name="ReplaceHeaderFacet|{entitySet>name}|{path: 'facet>' , formatter:'AH.getStableIdPartFromFacet'}" />
|
|
99
100
|
</layout:VerticalLayout>
|
|
@@ -110,7 +111,7 @@
|
|
|
110
111
|
<template:if test="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.extensionPointReplaceHeaderFacetExists' }" >
|
|
111
112
|
<template:then>
|
|
112
113
|
<layout:VerticalLayout id="header::{path: 'facet>', formatter: 'AH.getStableIdPartFromFacet'}::ReplaceReferenceExtensionEdit"
|
|
113
|
-
visible="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getVisibilityForExtensionPointReplaceHeaderFacet' }">
|
|
114
|
+
visible="{parts: [{path: 'entitySet>name'}, {path: 'facet>'}, {path: 'manifestViewExtensions>'}], formatter: 'AH.getVisibilityForExtensionPointReplaceHeaderFacet' }" width="100%">
|
|
114
115
|
<core:ExtensionPoint name="ReplaceHeaderFacet|{entitySet>name}|{path: 'facet>' , formatter:'AH.getStableIdPartFromFacet'}" />
|
|
115
116
|
</layout:VerticalLayout>
|
|
116
117
|
</template:then>
|
|
@@ -154,6 +155,7 @@
|
|
|
154
155
|
titleLevel="H3"
|
|
155
156
|
class="{section>CSSClass}"
|
|
156
157
|
showTitle="{section>bShowTitle}"
|
|
158
|
+
wrapTitle="true"
|
|
157
159
|
visible="{= ${path: 'section>annotations/Facet/annotation/com.sap.vocabularies.UI.v1.Hidden'} ? ${path: 'section>annotations/Facet/annotation', formatter: 'AH.getBindingForHiddenPath'} : (${parameter>/isDraftEnabled} || ${path: 'section>annotations/Facet/annotation/Target/AnnotationPath', formatter: 'AH.isSelf'} || '{= !${ui>/createMode} }')}">
|
|
158
160
|
|
|
159
161
|
<uxap:dependents>
|
|
@@ -951,7 +951,7 @@ sap.ui.define([
|
|
|
951
951
|
* @public
|
|
952
952
|
* @extends sap.ui.core.UIComponent
|
|
953
953
|
* @author SAP SE
|
|
954
|
-
* @version 1.133.
|
|
954
|
+
* @version 1.133.3
|
|
955
955
|
* @name sap.suite.ui.generic.template.lib.AppComponent
|
|
956
956
|
*/
|
|
957
957
|
var oAppComponent = UIComponent.extend("sap.suite.ui.generic.template.lib.AppComponent", {
|
|
@@ -3188,7 +3188,7 @@ sap.ui.define(["sap/ui/base/Object",
|
|
|
3188
3188
|
* @param {sap.suite.ui.generic.template.lib.AppComponent} oAppComponent The AppComponent instance
|
|
3189
3189
|
* @public
|
|
3190
3190
|
* @extends sap.ui.base.Object
|
|
3191
|
-
* @version 1.133.
|
|
3191
|
+
* @version 1.133.3
|
|
3192
3192
|
* @since 1.30.0
|
|
3193
3193
|
* @alias sap.suite.ui.generic.template.lib.NavigationController
|
|
3194
3194
|
*/
|