@sapui5/sap.fe.templates 1.93.3 → 1.96.2
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 +2 -2
- package/src/sap/fe/templates/.library +1 -1
- package/src/sap/fe/templates/AnalyticalListPage/manifest.json +6 -0
- package/src/sap/fe/templates/ListReport/ExtensionAPI.js +31 -3
- package/src/sap/fe/templates/ListReport/ListReport.view.xml +7 -5
- package/src/sap/fe/templates/ListReport/ListReportController.controller.js +181 -197
- package/src/sap/fe/templates/ListReport/manifest.json +11 -1
- package/src/sap/fe/templates/ListReport/overrides/IntentBasedNavigation.js +1 -1
- package/src/sap/fe/templates/ListReport/overrides/ViewState.js +123 -26
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.xml +3 -3
- package/src/sap/fe/templates/ObjectPage/AnnotationHelper.js +35 -99
- package/src/sap/fe/templates/ObjectPage/Component.js +0 -6
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +18 -3
- package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +169 -165
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +220 -157
- package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.js +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/Paginator.js +13 -0
- package/src/sap/fe/templates/ObjectPage/overrides/Share.js +2 -2
- package/src/sap/fe/templates/ObjectPage/overrides/ViewState.js +22 -1
- package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.js +16 -14
- package/src/sap/fe/templates/ObjectPage/templating/ObjectPageTemplating.ts +20 -8
- package/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +14 -19
- package/src/sap/fe/templates/ObjectPage/view/fragments/EditableHeaderFacet.fragment.xml +3 -3
- package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.fragment.xml +1 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/HeaderContent.fragment.xml +34 -38
- package/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +8 -2
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +8 -4
- package/src/sap/fe/templates/RootContainer/controller/Fcl.controller.js +60 -112
- package/src/sap/fe/templates/RootContainer/controller/NavContainer.controller.js +62 -70
- package/src/sap/fe/templates/RootContainer/controller/RootContainerBaseController.js +9 -1
- package/src/sap/fe/templates/TableScroller.js +61 -0
- package/src/sap/fe/templates/controls/Chart.fragment.xml +11 -14
- package/src/sap/fe/templates/controls/OverflowToolbarButtonHover.js +1 -1
- package/src/sap/fe/templates/controls/Table.fragment.xml +1 -0
- package/src/sap/fe/templates/library.js +1 -1
- package/src/sap/fe/templates/messagebundle.properties +1 -1
- package/src/sap/fe/templates/messagebundle_ar.properties +9 -5
- package/src/sap/fe/templates/messagebundle_bg.properties +8 -4
- package/src/sap/fe/templates/messagebundle_ca.properties +8 -4
- package/src/sap/fe/templates/messagebundle_cs.properties +7 -3
- package/src/sap/fe/templates/messagebundle_cy.properties +8 -4
- package/src/sap/fe/templates/messagebundle_da.properties +9 -5
- package/src/sap/fe/templates/messagebundle_de.properties +8 -4
- package/src/sap/fe/templates/messagebundle_el.properties +8 -4
- package/src/sap/fe/templates/messagebundle_en.properties +7 -3
- package/src/sap/fe/templates/messagebundle_en_GB.properties +7 -3
- package/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +7 -3
- package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +7 -3
- package/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +7 -3
- package/src/sap/fe/templates/messagebundle_es.properties +8 -4
- package/src/sap/fe/templates/messagebundle_es_MX.properties +8 -4
- package/src/sap/fe/templates/messagebundle_et.properties +7 -3
- package/src/sap/fe/templates/messagebundle_fi.properties +8 -4
- package/src/sap/fe/templates/messagebundle_fr.properties +9 -5
- package/src/sap/fe/templates/messagebundle_fr_CA.properties +8 -4
- package/src/sap/fe/templates/messagebundle_hi.properties +8 -4
- package/src/sap/fe/templates/messagebundle_hr.properties +8 -4
- package/src/sap/fe/templates/messagebundle_hu.properties +9 -5
- package/src/sap/fe/templates/messagebundle_id.properties +10 -6
- package/src/sap/fe/templates/messagebundle_it.properties +8 -4
- package/src/sap/fe/templates/messagebundle_iw.properties +8 -4
- package/src/sap/fe/templates/messagebundle_ja.properties +8 -4
- package/src/sap/fe/templates/messagebundle_kk.properties +8 -4
- package/src/sap/fe/templates/messagebundle_ko.properties +8 -4
- package/src/sap/fe/templates/messagebundle_lt.properties +8 -4
- package/src/sap/fe/templates/messagebundle_lv.properties +8 -4
- package/src/sap/fe/templates/messagebundle_ms.properties +8 -4
- package/src/sap/fe/templates/messagebundle_nl.properties +8 -4
- package/src/sap/fe/templates/messagebundle_no.properties +9 -5
- package/src/sap/fe/templates/messagebundle_pl.properties +8 -4
- package/src/sap/fe/templates/messagebundle_pt.properties +8 -4
- package/src/sap/fe/templates/messagebundle_pt_PT.properties +8 -4
- package/src/sap/fe/templates/messagebundle_ro.properties +8 -4
- package/src/sap/fe/templates/messagebundle_ru.properties +9 -5
- package/src/sap/fe/templates/messagebundle_sh.properties +8 -4
- package/src/sap/fe/templates/messagebundle_sk.properties +8 -4
- package/src/sap/fe/templates/messagebundle_sl.properties +8 -4
- package/src/sap/fe/templates/messagebundle_sv.properties +8 -4
- package/src/sap/fe/templates/messagebundle_th.properties +9 -5
- package/src/sap/fe/templates/messagebundle_tr.properties +7 -3
- package/src/sap/fe/templates/messagebundle_uk.properties +7 -3
- package/src/sap/fe/templates/messagebundle_vi.properties +8 -4
- package/src/sap/fe/templates/messagebundle_zh_CN.properties +9 -5
- package/src/sap/fe/templates/messagebundle_zh_TW.properties +8 -4
- package/src/sap/fe/templates/ObjectPage/overrides/Routing.js +0 -20
- package/src/sap/fe/templates/ObjectPage/view/fragments/TitleAndSubtitle.fragment.xml +0 -24
- package/src/sap/fe/templates/RootContainer/view/PlaceholderLR.view.xml +0 -617
- package/src/sap/fe/templates/RootContainer/view/PlaceholderOP.view.xml +0 -588
- package/src/sap/fe/templates/controls/Paginator.control.xml +0 -22
- package/src/sap/fe/templates/controls/Paginator.js +0 -173
|
@@ -14,176 +14,180 @@
|
|
|
14
14
|
template:require="{
|
|
15
15
|
MODEL: 'sap/ui/model/odata/v4/AnnotationHelper',
|
|
16
16
|
OP: 'sap/fe/templates/ObjectPage/AnnotationHelper',
|
|
17
|
-
CONTACT: 'sap/fe/macros/ContactHelper'
|
|
17
|
+
CONTACT: 'sap/fe/macros/ContactHelper',
|
|
18
|
+
OPTemplating: 'sap/fe/templates/ObjectPage/templating/ObjectPageTemplating',
|
|
19
|
+
UI: 'sap/fe/core/templating/UIFormatters'
|
|
18
20
|
}"
|
|
19
21
|
>
|
|
20
22
|
<template:with path="entitySet>./" var="entityType">
|
|
21
23
|
<template:with path="entityType>@com.sap.vocabularies.UI.v1.HeaderInfo" var="headerInfo">
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
</
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
</
|
|
104
|
-
<uxap:navigationActions>
|
|
105
|
-
<template:if test="{= ${viewData>/viewLevel} > 1}">
|
|
106
|
-
<fe:Paginator
|
|
107
|
-
id="fe::Paginator"
|
|
108
|
-
width="auto"
|
|
109
|
-
navigate="._routing.navigateToContext(${$parameters>context} , { callExtension: true, oEvent: ${$parameters>oEvent} })"
|
|
110
|
-
>
|
|
111
|
-
</fe:Paginator>
|
|
112
|
-
</template:if>
|
|
113
|
-
<!-- Flexible column layout menu-->
|
|
114
|
-
<template:if test="{= ${viewData>/fclEnabled} }">
|
|
115
|
-
<macro:FlexibleColumnLayoutActions />
|
|
116
|
-
</template:if>
|
|
117
|
-
</uxap:navigationActions>
|
|
118
|
-
<uxap:actions>
|
|
119
|
-
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.Actions" type="XML" />
|
|
120
|
-
</uxap:actions>
|
|
121
|
-
<uxap:breadcrumbs>
|
|
122
|
-
<Breadcrumbs
|
|
123
|
-
unittest:id="BreadcrumbsTest"
|
|
124
|
-
visible="{= OP.getVisibleExpressionForBreadcrumbs(${viewData>/}) }"
|
|
125
|
-
modelContextChange="._setBreadcrumbLinks(${$source>/})"
|
|
126
|
-
id="fe::Breadcrumbs"
|
|
127
|
-
>
|
|
128
|
-
</Breadcrumbs>
|
|
129
|
-
</uxap:breadcrumbs>
|
|
130
|
-
</uxap:ObjectPageDynamicHeaderTitle>
|
|
131
|
-
</uxap:headerTitle>
|
|
132
|
-
<uxap:headerContent>
|
|
133
|
-
<FlexBox
|
|
134
|
-
id="fe::HeaderContentContainer"
|
|
135
|
-
unittest:id="FlexBoxTest"
|
|
136
|
-
dt:designtime="sap/fe/templates/ObjectPage/designtime/FlexBox.designtime"
|
|
137
|
-
wrap="Wrap"
|
|
138
|
-
fitContainer="true"
|
|
139
|
-
alignItems="Stretch"
|
|
140
|
-
>
|
|
141
|
-
<template:if test="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/ImageUrl}">
|
|
142
|
-
<template:then>
|
|
143
|
-
<Avatar
|
|
144
|
-
unittest:id="AvatarImageUrlTest"
|
|
145
|
-
class="sapUiSmallMarginEnd sapUiSmallMarginBottom"
|
|
146
|
-
src="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/ImageUrl@@MODEL.value}"
|
|
147
|
-
initials="{= CONTACT.getAvatarInitials(${entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/Initials@@MODEL.format})}"
|
|
148
|
-
fallbackIcon="{= ${entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl} !== undefined ? ${entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl} : (${entityType>./@com.sap.vocabularies.Common.v1.IsNaturalPerson} ? 'sap-icon://person-placeholder' : 'sap-icon://product') }"
|
|
149
|
-
displayShape="{= ${entityType>./@com.sap.vocabularies.Common.v1.IsNaturalPerson} ? 'Circle' : 'Square'}"
|
|
150
|
-
displaySize="XL"
|
|
151
|
-
/>
|
|
152
|
-
</template:then>
|
|
153
|
-
<template:elseif test="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl}">
|
|
154
|
-
<Avatar
|
|
155
|
-
unittest:id="AvatarTypeImageUrlTest"
|
|
156
|
-
class="sapUiSmallMarginEnd sapUiSmallMarginBottom"
|
|
157
|
-
src="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/TypeImageUrl@@MODEL.value}"
|
|
158
|
-
initials="{= CONTACT.getAvatarInitials(${entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/Initials@@MODEL.format})}"
|
|
159
|
-
fallbackIcon="{= ${entityType>./@com.sap.vocabularies.Common.v1.IsNaturalPerson} ? 'sap-icon://person-placeholder' : 'sap-icon://product'}"
|
|
160
|
-
displayShape="{= ${entityType>./@com.sap.vocabularies.Common.v1.IsNaturalPerson} ? 'Circle' : 'Square'}"
|
|
161
|
-
displaySize="XL"
|
|
162
|
-
/>
|
|
163
|
-
</template:elseif>
|
|
164
|
-
<template:elseif test="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/Initials}">
|
|
165
|
-
<Avatar
|
|
166
|
-
unittest:id="AvatarTypeInitialsTest"
|
|
167
|
-
class="sapUiSmallMarginEnd sapUiSmallMarginBottom"
|
|
168
|
-
initials="{= CONTACT.getAvatarInitials(${entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/Initials@@MODEL.format})}"
|
|
169
|
-
displayShape="{= ${entityType>./@com.sap.vocabularies.Common.v1.IsNaturalPerson} ? 'Circle' : 'Square'}"
|
|
170
|
-
displaySize="XL"
|
|
171
|
-
/>
|
|
172
|
-
</template:elseif>
|
|
173
|
-
</template:if>
|
|
174
|
-
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.HeaderContent" type="XML" />
|
|
24
|
+
<!-- OPLayout binding contains explicit $select for SAP__Messages or the path from @Common.Messages until model provides an alternative.
|
|
25
|
+
This is to enable side effects to request messages. -->
|
|
26
|
+
<uxap:ObjectPageLayout
|
|
27
|
+
id="fe::ObjectPage"
|
|
28
|
+
flexEnabled="true"
|
|
29
|
+
unittest:id="objectPageLayoutTest"
|
|
30
|
+
customdata:showRelatedApps="{viewData>/showRelatedApps}"
|
|
31
|
+
customdata:ObjectPageTitle="{headerInfo>TypeName}"
|
|
32
|
+
customdata:ObjectPageSubtitle="{headerInfo>Title/Value@@MODEL.value}"
|
|
33
|
+
showHeaderContent="{converterContext>header/showContent}"
|
|
34
|
+
showFooter="true"
|
|
35
|
+
busy="{ui>/busy}"
|
|
36
|
+
busyIndicatorDelay="0"
|
|
37
|
+
showAnchorBar="{converterContext>showAnchorBar}"
|
|
38
|
+
upperCaseAnchorBar="false"
|
|
39
|
+
useIconTabBar="{converterContext>useIconTabBar}"
|
|
40
|
+
toggleHeaderOnTitleClick="{converterContext>showAnchorBar}"
|
|
41
|
+
headerContentPinnable="{converterContext>showAnchorBar}"
|
|
42
|
+
enableLazyLoading="true"
|
|
43
|
+
navigate=".handlers.onNavigateChange"
|
|
44
|
+
>
|
|
45
|
+
<uxap:dependents>
|
|
46
|
+
<control:CommandExecution execute="_executeTabShortCut" command="NextTab" />
|
|
47
|
+
<control:CommandExecution execute="_executeTabShortCut" command="PreviousTab" />
|
|
48
|
+
<control:CommandExecution
|
|
49
|
+
execute="._editDocument(${$view>/getBindingContext})"
|
|
50
|
+
enabled="{= OP.getEditCommandExecutionEnabled(${converterContext>header/actions}) }"
|
|
51
|
+
visible="{= OP.getEditCommandExecutionVisible(${converterContext>header/actions}) }"
|
|
52
|
+
command="Edit"
|
|
53
|
+
/>
|
|
54
|
+
<control:CommandExecution
|
|
55
|
+
execute=".editFlow.toggleDraftActive(${$view>/getBindingContext})"
|
|
56
|
+
visible="{= OP.getSwitchToActiveVisibility(${entitySet>@}) }"
|
|
57
|
+
command="SwitchToActiveObject"
|
|
58
|
+
/>
|
|
59
|
+
<control:CommandExecution
|
|
60
|
+
execute=".editFlow.toggleDraftActive(${$view>/getBindingContext})"
|
|
61
|
+
visible="{= OP.getSwitchToDraftVisibility(${entitySet>@}) }"
|
|
62
|
+
command="SwitchToDraftObject"
|
|
63
|
+
/>
|
|
64
|
+
<control:CommandExecution
|
|
65
|
+
execute="{= OP.getPressExpressionForDelete(${entitySet>@sapui.name}) }"
|
|
66
|
+
visible="{= OP.getDeleteCommandExecutionVisible(${converterContext>header/actions}) }"
|
|
67
|
+
enabled="{= OP.getDeleteCommandExecutionEnabled(${converterContext>header/actions}) }"
|
|
68
|
+
command="DeleteObject"
|
|
69
|
+
/>
|
|
70
|
+
<control:CommandExecution
|
|
71
|
+
execute="._saveDocument(${$view>/getBindingContext})"
|
|
72
|
+
visible="{= ${ui>/editMode} === 'Editable' }"
|
|
73
|
+
command="Save"
|
|
74
|
+
/>
|
|
75
|
+
<control:CommandExecution
|
|
76
|
+
execute="._cancelDocument(${$view>/getBindingContext},{cancelButton:'fe::FooterBar::StandardAction::Cancel'})"
|
|
77
|
+
visible="{= ${ui>/editMode} === 'Editable' }"
|
|
78
|
+
command="Cancel"
|
|
79
|
+
/>
|
|
80
|
+
</uxap:dependents>
|
|
81
|
+
<template:if test="{converterContext>header/visible}">
|
|
82
|
+
<uxap:headerTitle>
|
|
83
|
+
<uxap:ObjectPageDynamicHeaderTitle primaryArea="Begin">
|
|
84
|
+
<uxap:expandedHeading>
|
|
85
|
+
<FlexBox>
|
|
86
|
+
<FlexBox visible="{converterContext>header/title/expandedImageVisible}">
|
|
87
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.HeaderImage" type="XML" />
|
|
88
|
+
</FlexBox>
|
|
89
|
+
<template:with path="entityType>@com.sap.vocabularies.UI.v1.HeaderInfo" var="headerInfo">
|
|
90
|
+
<Title
|
|
91
|
+
text="{= OPTemplating.getExpressionForTitle(${headerInfo>@@UI.getConverterContext}, ${viewData>}, ${fullContextPath>@@UI.getDataModelObjectPath}, ${entitySet>@com.sap.vocabularies.Common.v1.DraftRoot})}"
|
|
92
|
+
wrapping="true"
|
|
93
|
+
/>
|
|
94
|
+
</template:with>
|
|
95
|
+
</FlexBox>
|
|
96
|
+
</uxap:expandedHeading>
|
|
97
|
+
<uxap:snappedHeading>
|
|
98
|
+
<FlexBox>
|
|
99
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.HeaderImage" type="XML" />
|
|
100
|
+
<template:with path="entityType>@com.sap.vocabularies.UI.v1.HeaderInfo" var="headerInfo">
|
|
101
|
+
<Title
|
|
102
|
+
text="{= OPTemplating.getExpressionForTitle(${headerInfo>@@UI.getConverterContext}, ${viewData>}, ${fullContextPath>@@UI.getDataModelObjectPath}, ${entitySet>@com.sap.vocabularies.Common.v1.DraftRoot})}"
|
|
103
|
+
wrapping="true"
|
|
104
|
+
/>
|
|
105
|
+
</template:with>
|
|
175
106
|
</FlexBox>
|
|
176
|
-
</uxap:
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
107
|
+
</uxap:snappedHeading>
|
|
108
|
+
<uxap:expandedContent>
|
|
109
|
+
<FlexBox>
|
|
110
|
+
<template:if test="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/Description}">
|
|
111
|
+
<Label
|
|
112
|
+
text="{= OPTemplating.getExpressionForDescription(${headerInfo>@@UI.getConverterContext}, ${fullContextPath>@@UI.getDataModelObjectPath})}"
|
|
113
|
+
wrapping="true"
|
|
114
|
+
/>
|
|
115
|
+
</template:if>
|
|
116
|
+
</FlexBox>
|
|
117
|
+
</uxap:expandedContent>
|
|
118
|
+
<uxap:snappedContent>
|
|
119
|
+
<FlexBox>
|
|
120
|
+
<template:if test="{entityType>@com.sap.vocabularies.UI.v1.HeaderInfo/Description}">
|
|
121
|
+
<Label
|
|
122
|
+
text="{= OPTemplating.getExpressionForDescription(${headerInfo>@@UI.getConverterContext}, ${fullContextPath>@@UI.getDataModelObjectPath})}"
|
|
123
|
+
wrapping="true"
|
|
124
|
+
/>
|
|
125
|
+
</template:if>
|
|
126
|
+
</FlexBox>
|
|
127
|
+
</uxap:snappedContent>
|
|
128
|
+
<uxap:content>
|
|
129
|
+
<template:if test="{entitySet>@com.sap.vocabularies.Common.v1.DraftRoot}">
|
|
130
|
+
<macro:DraftIndicator DraftIndicatorType="IconOnly" class="sapUiTinyMarginBegin sapMTB sapMTBNewFlex" entitySet="{entitySet>}" />
|
|
131
|
+
</template:if>
|
|
132
|
+
</uxap:content>
|
|
133
|
+
<uxap:navigationActions>
|
|
134
|
+
<template:if test="{= ${viewData>/viewLevel} > 1}">
|
|
135
|
+
<macro:Paginator id="fe::Paginator" />
|
|
136
|
+
</template:if>
|
|
137
|
+
<!-- Flexible column layout menu-->
|
|
138
|
+
<template:if test="{= ${viewData>/fclEnabled} }">
|
|
139
|
+
<macro:FlexibleColumnLayoutActions />
|
|
140
|
+
</template:if>
|
|
141
|
+
</uxap:navigationActions>
|
|
142
|
+
<uxap:actions>
|
|
143
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.Actions" type="XML" />
|
|
144
|
+
</uxap:actions>
|
|
145
|
+
<uxap:breadcrumbs>
|
|
146
|
+
<Breadcrumbs
|
|
147
|
+
unittest:id="BreadcrumbsTest"
|
|
148
|
+
visible="{= OP.getVisibleExpressionForBreadcrumbs(${viewData>/}) }"
|
|
149
|
+
modelContextChange="._setBreadcrumbLinks(${$source>/})"
|
|
150
|
+
id="fe::Breadcrumbs"
|
|
151
|
+
>
|
|
152
|
+
</Breadcrumbs>
|
|
153
|
+
</uxap:breadcrumbs>
|
|
154
|
+
</uxap:ObjectPageDynamicHeaderTitle>
|
|
155
|
+
</uxap:headerTitle>
|
|
156
|
+
<template:if test="{converterContext>header/hasContent}">
|
|
157
|
+
<uxap:headerContent>
|
|
158
|
+
<FlexBox
|
|
159
|
+
id="fe::HeaderContentContainer"
|
|
160
|
+
unittest:id="FlexBoxTest"
|
|
161
|
+
dt:designtime="sap/fe/templates/ObjectPage/designtime/FlexBox.designtime"
|
|
162
|
+
wrap="Wrap"
|
|
163
|
+
fitContainer="true"
|
|
164
|
+
alignItems="Stretch"
|
|
165
|
+
>
|
|
166
|
+
<template:if test="{converterContext>header/avatar}">
|
|
167
|
+
<template:with path="converterContext>header/avatar" var="avatar">
|
|
168
|
+
<Avatar
|
|
169
|
+
unittest:id="AvatarOPHeaderContent"
|
|
170
|
+
class="sapUiSmallMarginEnd sapUiSmallMarginBottom"
|
|
171
|
+
src="{avatar>src}"
|
|
172
|
+
initials="{avatar>initials}"
|
|
173
|
+
fallbackIcon="{avatar>fallbackIcon}"
|
|
174
|
+
displayShape="{avatar>displayShape}"
|
|
175
|
+
displaySize="XL"
|
|
176
|
+
/>
|
|
177
|
+
</template:with>
|
|
178
|
+
</template:if>
|
|
179
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.HeaderContent" type="XML" />
|
|
180
|
+
</FlexBox>
|
|
181
|
+
</uxap:headerContent>
|
|
182
|
+
</template:if>
|
|
183
|
+
</template:if>
|
|
184
|
+
<uxap:sections>
|
|
185
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.Section" type="XML" />
|
|
186
|
+
</uxap:sections>
|
|
187
|
+
<uxap:footer>
|
|
188
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FooterContent" type="XML" />
|
|
189
|
+
</uxap:footer>
|
|
190
|
+
</uxap:ObjectPageLayout>
|
|
187
191
|
</template:with>
|
|
188
192
|
</template:with>
|
|
189
193
|
</mvc:View>
|