@sapui5/sap.fe.templates 1.111.0 → 1.112.0
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/fe/templates/.library +1 -1
- package/src/sap/fe/templates/AnalyticalListPage/manifest.json +1 -1
- package/src/sap/fe/templates/ListComponent-dbg.js +1 -1
- package/src/sap/fe/templates/ListComponent.ts +2 -0
- package/src/sap/fe/templates/ListReport/Component-dbg.js +1 -1
- package/src/sap/fe/templates/ListReport/Component.ts +2 -0
- package/src/sap/fe/templates/ListReport/ExtensionAPI-dbg.js +2 -1
- package/src/sap/fe/templates/ListReport/ExtensionAPI.js.map +1 -1
- package/src/sap/fe/templates/ListReport/ExtensionAPI.ts +3 -0
- package/src/sap/fe/templates/ListReport/LRMessageStrip-dbg.js +1 -1
- package/src/sap/fe/templates/ListReport/LRMessageStrip.ts +4 -0
- package/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +37 -32
- package/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
- package/src/sap/fe/templates/ListReport/ListReportController.controller.js.map +1 -1
- package/src/sap/fe/templates/ListReport/ListReportController.controller.ts +58 -52
- package/src/sap/fe/templates/ListReport/controls/MultipleModeControl-dbg.js +32 -8
- package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.js +1 -1
- package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.js.map +1 -1
- package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.ts +38 -7
- package/src/sap/fe/templates/ListReport/manifest.json +1 -1
- package/src/sap/fe/templates/ListReport/overrides/ViewState-dbg.js +47 -7
- package/src/sap/fe/templates/ListReport/overrides/ViewState.js +1 -1
- package/src/sap/fe/templates/ListReport/overrides/ViewState.js.map +1 -1
- package/src/sap/fe/templates/ListReport/overrides/ViewState.ts +49 -6
- package/src/sap/fe/templates/ListReport/view/fragments/MacroChart.fragment.xml +1 -1
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.block-dbg.js +122 -0
- package/src/sap/fe/templates/ListReport/view/fragments/{MultipleMode.fragment.js → MultipleMode.block.js} +3 -3
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.block.js.map +1 -0
- package/src/sap/fe/templates/ListReport/view/fragments/{MultipleMode.fragment.ts → MultipleMode.block.ts} +14 -15
- package/src/sap/fe/templates/ObjectPage/Component-dbg.js +11 -2
- package/src/sap/fe/templates/ObjectPage/Component.js +1 -1
- package/src/sap/fe/templates/ObjectPage/Component.js.map +1 -1
- package/src/sap/fe/templates/ObjectPage/Component.ts +12 -0
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI-dbg.js +8 -12
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +1 -1
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js.map +1 -1
- package/src/sap/fe/templates/ObjectPage/ExtensionAPI.ts +9 -12
- package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +3 -2
- package/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +38 -90
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js.map +1 -1
- package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.ts +65 -104
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating-dbg.js +44 -146
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js +1 -1
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js.map +1 -1
- package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.ts +60 -185
- package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.block-dbg.js +145 -0
- package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.block.js +6 -0
- package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.block.js.map +1 -0
- package/src/sap/fe/templates/ObjectPage/components/{DraftHandlerButton.tsx → DraftHandlerButton.block.tsx} +15 -12
- package/src/sap/fe/templates/ObjectPage/controls/StashableHBox-dbg.js +1 -1
- package/src/sap/fe/templates/ObjectPage/controls/StashableHBox.ts +1 -0
- package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock-dbg.js +2 -1
- package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.js.map +1 -1
- package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.ts +5 -0
- package/src/sap/fe/templates/ObjectPage/manifest.json +1 -1
- package/src/sap/fe/templates/ObjectPage/overrides/Share.js.map +1 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +4 -3
- package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block-dbg.js +257 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block.js +6 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block.js.map +1 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block.tsx +280 -0
- package/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +8 -33
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +144 -112
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionEmbeddedComponent.fragment.xml +24 -0
- package/src/sap/fe/templates/library-dbg.js +6 -5
- package/src/sap/fe/templates/library-preload.js +26 -22
- package/src/sap/fe/templates/library-preload.js.map +1 -1
- package/src/sap/fe/templates/library.js +1 -1
- package/src/sap/fe/templates/library.js.map +1 -1
- package/src/sap/fe/templates/library.ts +6 -4
- package/src/sap/fe/templates/manifest.json +1 -1
- package/src/sap/fe/templates/messagebundle.properties +5 -0
- package/src/sap/fe/templates/messagebundle_ar.properties +3 -0
- package/src/sap/fe/templates/messagebundle_bg.properties +3 -0
- package/src/sap/fe/templates/messagebundle_ca.properties +3 -0
- package/src/sap/fe/templates/messagebundle_cs.properties +3 -0
- package/src/sap/fe/templates/messagebundle_cy.properties +3 -0
- package/src/sap/fe/templates/messagebundle_da.properties +3 -0
- package/src/sap/fe/templates/messagebundle_de.properties +3 -0
- package/src/sap/fe/templates/messagebundle_el.properties +3 -0
- package/src/sap/fe/templates/messagebundle_en.properties +5 -0
- package/src/sap/fe/templates/messagebundle_en_GB.properties +3 -0
- package/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +3 -0
- package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +3 -0
- package/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +3 -0
- package/src/sap/fe/templates/messagebundle_es.properties +5 -2
- package/src/sap/fe/templates/messagebundle_es_MX.properties +3 -0
- package/src/sap/fe/templates/messagebundle_et.properties +5 -2
- package/src/sap/fe/templates/messagebundle_fi.properties +3 -0
- package/src/sap/fe/templates/messagebundle_fr.properties +3 -0
- package/src/sap/fe/templates/messagebundle_fr_CA.properties +3 -0
- package/src/sap/fe/templates/messagebundle_hi.properties +3 -0
- package/src/sap/fe/templates/messagebundle_hr.properties +3 -0
- package/src/sap/fe/templates/messagebundle_hu.properties +3 -0
- package/src/sap/fe/templates/messagebundle_id.properties +3 -0
- package/src/sap/fe/templates/messagebundle_it.properties +3 -0
- package/src/sap/fe/templates/messagebundle_iw.properties +3 -0
- package/src/sap/fe/templates/messagebundle_ja.properties +3 -0
- package/src/sap/fe/templates/messagebundle_kk.properties +3 -0
- package/src/sap/fe/templates/messagebundle_ko.properties +3 -0
- package/src/sap/fe/templates/messagebundle_lt.properties +3 -0
- package/src/sap/fe/templates/messagebundle_lv.properties +3 -0
- package/src/sap/fe/templates/messagebundle_ms.properties +3 -0
- package/src/sap/fe/templates/messagebundle_nl.properties +3 -0
- package/src/sap/fe/templates/messagebundle_no.properties +3 -0
- package/src/sap/fe/templates/messagebundle_pl.properties +3 -0
- package/src/sap/fe/templates/messagebundle_pt.properties +3 -0
- package/src/sap/fe/templates/messagebundle_pt_PT.properties +3 -0
- package/src/sap/fe/templates/messagebundle_ro.properties +5 -2
- package/src/sap/fe/templates/messagebundle_ru.properties +3 -0
- package/src/sap/fe/templates/messagebundle_sh.properties +5 -2
- package/src/sap/fe/templates/messagebundle_sk.properties +3 -0
- package/src/sap/fe/templates/messagebundle_sl.properties +3 -0
- package/src/sap/fe/templates/messagebundle_sv.properties +3 -0
- package/src/sap/fe/templates/messagebundle_th.properties +5 -2
- package/src/sap/fe/templates/messagebundle_tr.properties +3 -0
- package/src/sap/fe/templates/messagebundle_uk.properties +3 -0
- package/src/sap/fe/templates/messagebundle_vi.properties +5 -2
- package/src/sap/fe/templates/messagebundle_zh_CN.properties +5 -2
- package/src/sap/fe/templates/messagebundle_zh_TW.properties +3 -0
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode-dbg.fragment.js +0 -123
- package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.js.map +0 -1
- package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton-dbg.js +0 -147
- package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.js +0 -6
- package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.js.map +0 -1
- package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.fragment.xml +0 -125
- package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContentLazyLoader.fragment.xml +0 -199
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
xmlns:dt="sap.ui.dt"
|
|
7
7
|
xmlns="sap.m"
|
|
8
8
|
xmlns:opcontrol="sap.fe.templates.ObjectPage.controls"
|
|
9
|
-
xmlns:control="sap.fe.core.controls"
|
|
10
9
|
xmlns:internalMacro="sap.fe.macros.internal"
|
|
11
10
|
template:require="{
|
|
12
11
|
MODEL: 'sap/ui/model/odata/v4/AnnotationHelper',
|
|
@@ -57,6 +56,7 @@
|
|
|
57
56
|
titleLevel="H4"
|
|
58
57
|
showTitle="{subSection>showTitle}"
|
|
59
58
|
visible="{subSection>visible}"
|
|
59
|
+
class="{subSection>class}"
|
|
60
60
|
>
|
|
61
61
|
<uxap:dependents>
|
|
62
62
|
<template:repeat list="{subSection>commandActions}" var="action">
|
|
@@ -76,40 +76,15 @@
|
|
|
76
76
|
</uxap:customData>
|
|
77
77
|
<template:if test="{= ${subSection>type} === 'Mixed'}">
|
|
78
78
|
<template:then>
|
|
79
|
-
<template:
|
|
80
|
-
<
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
/>
|
|
86
|
-
</template:repeat>
|
|
87
|
-
</template:then>
|
|
88
|
-
<template:else>
|
|
89
|
-
<template:repeat list="{subSection>content}" var="subSection">
|
|
90
|
-
<core:Fragment
|
|
91
|
-
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionContent"
|
|
92
|
-
type="XML"
|
|
93
|
-
/>
|
|
94
|
-
</template:repeat>
|
|
95
|
-
</template:else>
|
|
96
|
-
</template:if>
|
|
79
|
+
<template:repeat list="{subSection>content}" var="subSection">
|
|
80
|
+
<core:Fragment
|
|
81
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionContent"
|
|
82
|
+
type="XML"
|
|
83
|
+
/>
|
|
84
|
+
</template:repeat>
|
|
97
85
|
</template:then>
|
|
98
86
|
<template:else>
|
|
99
|
-
<
|
|
100
|
-
<template:then>
|
|
101
|
-
<core:Fragment
|
|
102
|
-
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionContentLazyLoader"
|
|
103
|
-
type="XML"
|
|
104
|
-
/>
|
|
105
|
-
</template:then>
|
|
106
|
-
<template:else>
|
|
107
|
-
<core:Fragment
|
|
108
|
-
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionContent"
|
|
109
|
-
type="XML"
|
|
110
|
-
/>
|
|
111
|
-
</template:else>
|
|
112
|
-
</template:if>
|
|
87
|
+
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionContent" type="XML" />
|
|
113
88
|
</template:else>
|
|
114
89
|
</template:if>
|
|
115
90
|
</uxap:ObjectPageSubSection>
|
|
@@ -20,81 +20,91 @@
|
|
|
20
20
|
<template:then>
|
|
21
21
|
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FormActions" type="XML" />
|
|
22
22
|
<uxap:blocks>
|
|
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
|
-
|
|
23
|
+
<uxap:ObjectPageLazyLoader
|
|
24
|
+
stashed="{subSection>objectPageLazyLoaderEnabled}"
|
|
25
|
+
id="{= ID.generate(['fe', 'lazyLoader', ${subSection>id}])}"
|
|
26
|
+
>
|
|
27
|
+
<opcontrol:SubSectionBlock>
|
|
28
|
+
<opcontrol:content>
|
|
29
|
+
<template:if test="{= ${subSection>sideContent} !== undefined}">
|
|
30
|
+
<template:then>
|
|
31
|
+
<layout:DynamicSideContent
|
|
32
|
+
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
33
|
+
showMainContent="true"
|
|
34
|
+
showSideContent="{subSection>sideContent/visible}"
|
|
35
|
+
sideContentFallDown="BelowM"
|
|
36
|
+
containerQuery="true"
|
|
37
|
+
equalSplit="{subSection>sideContent/equalSplit}"
|
|
38
|
+
>
|
|
39
|
+
<layout:mainContent>
|
|
40
|
+
<core:Fragment
|
|
41
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
|
|
42
|
+
type="XML"
|
|
43
|
+
/>
|
|
44
|
+
</layout:mainContent>
|
|
45
|
+
<layout:sideContent>
|
|
46
|
+
<core:Fragment
|
|
47
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
|
|
48
|
+
type="XML"
|
|
49
|
+
/>
|
|
50
|
+
</layout:sideContent>
|
|
51
|
+
</layout:DynamicSideContent>
|
|
52
|
+
</template:then>
|
|
53
|
+
<template:else>
|
|
54
|
+
<core:Fragment
|
|
55
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
|
|
56
|
+
type="XML"
|
|
57
|
+
/>
|
|
58
|
+
</template:else>
|
|
59
|
+
</template:if>
|
|
60
|
+
</opcontrol:content>
|
|
61
|
+
</opcontrol:SubSectionBlock>
|
|
62
|
+
</uxap:ObjectPageLazyLoader>
|
|
58
63
|
</uxap:blocks>
|
|
59
64
|
</template:then>
|
|
60
65
|
<template:elseif test="{= ${subSection>type} === 'Form'}">
|
|
61
66
|
<core:Fragment fragmentName="sap.fe.templates.ObjectPage.view.fragments.FormActions" type="XML" />
|
|
62
67
|
<uxap:blocks>
|
|
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
|
-
|
|
68
|
+
<uxap:ObjectPageLazyLoader
|
|
69
|
+
stashed="{subSection>objectPageLazyLoaderEnabled}"
|
|
70
|
+
id="{= ID.generate(['fe', 'lazyLoader', ${subSection>id}])}"
|
|
71
|
+
>
|
|
72
|
+
<opcontrol:SubSectionBlock>
|
|
73
|
+
<opcontrol:content>
|
|
74
|
+
<template:if test="{= ${subSection>sideContent} !== undefined}">
|
|
75
|
+
<template:then>
|
|
76
|
+
<layout:DynamicSideContent
|
|
77
|
+
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
78
|
+
showMainContent="true"
|
|
79
|
+
showSideContent="{subSection>sideContent/visible}"
|
|
80
|
+
sideContentFallDown="BelowM"
|
|
81
|
+
containerQuery="true"
|
|
82
|
+
equalSplit="{subSection>sideContent/equalSplit}"
|
|
83
|
+
>
|
|
84
|
+
<layout:mainContent>
|
|
85
|
+
<core:Fragment
|
|
86
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionFormContent"
|
|
87
|
+
type="XML"
|
|
88
|
+
/>
|
|
89
|
+
</layout:mainContent>
|
|
90
|
+
<layout:sideContent>
|
|
91
|
+
<core:Fragment
|
|
92
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
|
|
93
|
+
type="XML"
|
|
94
|
+
/>
|
|
95
|
+
</layout:sideContent>
|
|
96
|
+
</layout:DynamicSideContent>
|
|
97
|
+
</template:then>
|
|
98
|
+
<template:else>
|
|
99
|
+
<core:Fragment
|
|
100
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionFormContent"
|
|
101
|
+
type="XML"
|
|
102
|
+
/>
|
|
103
|
+
</template:else>
|
|
104
|
+
</template:if>
|
|
105
|
+
</opcontrol:content>
|
|
106
|
+
</opcontrol:SubSectionBlock>
|
|
107
|
+
</uxap:ObjectPageLazyLoader>
|
|
98
108
|
</uxap:blocks>
|
|
99
109
|
<template:if test="{subSection>formDefinition/hasFacetsNotPartOfPreview}">
|
|
100
110
|
<template:then>
|
|
@@ -141,48 +151,70 @@
|
|
|
141
151
|
</template:elseif>
|
|
142
152
|
<template:elseif test="{= ${subSection>type} === 'DataVisualization'}">
|
|
143
153
|
<uxap:blocks>
|
|
144
|
-
<
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
154
|
+
<uxap:ObjectPageLazyLoader
|
|
155
|
+
stashed="{subSection>objectPageLazyLoaderEnabled}"
|
|
156
|
+
id="{= ID.generate(['fe', 'lazyLoader', ${subSection>id}])}"
|
|
157
|
+
>
|
|
158
|
+
<template:if test="{= ${subSection>level} === 2}">
|
|
159
|
+
<Title
|
|
160
|
+
level="{= ${section>subSections}.length > 1 ? 'H5' : 'H4'}"
|
|
161
|
+
text="{subSection>title}"
|
|
162
|
+
visible="{subSection>titleVisible}"
|
|
163
|
+
/>
|
|
164
|
+
</template:if>
|
|
165
|
+
<opcontrol:SubSectionBlock visible="{subSection>visible}">
|
|
166
|
+
<opcontrol:content>
|
|
167
|
+
<template:if test="{= ${subSection>sideContent} !== undefined}">
|
|
168
|
+
<template:then>
|
|
169
|
+
<layout:DynamicSideContent
|
|
170
|
+
id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
|
|
171
|
+
showMainContent="true"
|
|
172
|
+
showSideContent="{subSection>sideContent/visible}"
|
|
173
|
+
sideContentFallDown="BelowM"
|
|
174
|
+
containerQuery="true"
|
|
175
|
+
equalSplit="{subSection>sideContent/equalSplit}"
|
|
176
|
+
>
|
|
177
|
+
<layout:mainContent>
|
|
178
|
+
<core:Fragment
|
|
179
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionPresentationVisualization"
|
|
180
|
+
type="XML"
|
|
181
|
+
/>
|
|
182
|
+
</layout:mainContent>
|
|
183
|
+
<layout:sideContent>
|
|
184
|
+
<core:Fragment
|
|
185
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
|
|
186
|
+
type="XML"
|
|
187
|
+
/>
|
|
188
|
+
</layout:sideContent>
|
|
189
|
+
</layout:DynamicSideContent>
|
|
190
|
+
</template:then>
|
|
191
|
+
<template:else>
|
|
192
|
+
<core:Fragment
|
|
193
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionPresentationVisualization"
|
|
194
|
+
type="XML"
|
|
195
|
+
/>
|
|
196
|
+
</template:else>
|
|
197
|
+
</template:if>
|
|
198
|
+
</opcontrol:content>
|
|
199
|
+
</opcontrol:SubSectionBlock>
|
|
200
|
+
</uxap:ObjectPageLazyLoader>
|
|
201
|
+
</uxap:blocks>
|
|
202
|
+
</template:elseif>
|
|
203
|
+
<template:elseif test="{= ${subSection>type} === 'EmbeddedComponent'}">
|
|
204
|
+
<uxap:blocks>
|
|
205
|
+
<uxap:ObjectPageLazyLoader
|
|
206
|
+
stashed="{subSection>objectPageLazyLoaderEnabled}"
|
|
207
|
+
id="{= ID.generate(['fe', 'lazyLoader', ${subSection>id}])}"
|
|
208
|
+
>
|
|
209
|
+
<opcontrol:SubSectionBlock>
|
|
210
|
+
<opcontrol:content>
|
|
211
|
+
<core:Fragment
|
|
212
|
+
fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionEmbeddedComponent"
|
|
213
|
+
type="XML"
|
|
214
|
+
/>
|
|
215
|
+
</opcontrol:content>
|
|
216
|
+
</opcontrol:SubSectionBlock>
|
|
217
|
+
</uxap:ObjectPageLazyLoader>
|
|
186
218
|
</uxap:blocks>
|
|
187
219
|
</template:elseif>
|
|
188
220
|
<template:elseif test="{= ${subSection>type} === 'Unknown'}">
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
<core:FragmentDefinition
|
|
2
|
+
xmlns:core="sap.ui.core"
|
|
3
|
+
xmlns="sap.m"
|
|
4
|
+
xmlns:template="http://schemas.sap.com/sapui5/extension/sap.ui.core.template/1"
|
|
5
|
+
template:require="{
|
|
6
|
+
MODEL: 'sap/ui/model/odata/v4/AnnotationHelper',
|
|
7
|
+
COMMON: 'sap/fe/macros/CommonHelper',
|
|
8
|
+
ID: 'sap/fe/core/helpers/StableIdHelper',
|
|
9
|
+
ValueHelpTemplating: 'sap/fe/macros/internal/valuehelp/ValueHelpTemplating',
|
|
10
|
+
Property: 'sap/fe/core/templating/PropertyFormatters',
|
|
11
|
+
FIELD: 'sap/fe/macros/field/FieldHelper',
|
|
12
|
+
UI: 'sap/fe/core/templating/UIFormatters'
|
|
13
|
+
}"
|
|
14
|
+
>
|
|
15
|
+
<core:ComponentContainer
|
|
16
|
+
id="{= ID.generate(['component', ${subSection>componentName}]) }"
|
|
17
|
+
autoPrefixId="true"
|
|
18
|
+
name="{subSection>componentName}"
|
|
19
|
+
manifest="true"
|
|
20
|
+
async="true"
|
|
21
|
+
settings='{subSection>settings}'
|
|
22
|
+
propagateModel="true"
|
|
23
|
+
/>
|
|
24
|
+
</core:FragmentDefinition>
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* SAP UI development toolkit for HTML5 (SAPUI5)
|
|
3
3
|
* (c) Copyright 2009-2023 SAP SE. All rights reserved
|
|
4
4
|
*/
|
|
5
|
-
sap.ui.define(["sap/f/library", "sap/fe/core/library", "sap/fe/macros/library", "sap/fe/templates/ListReport/view/fragments/MultipleMode.
|
|
5
|
+
sap.ui.define(["sap/f/library", "sap/fe/core/library", "sap/fe/macros/library", "sap/fe/templates/ListReport/view/fragments/MultipleMode.block", "sap/fe/templates/ObjectPage/components/DraftHandlerButton.block", "sap/fe/templates/ObjectPage/view/fragments/FooterContent.block", "sap/ui/core/Core", "sap/ui/core/library"], function (_library, _library2, _library3, MultipleModeBlock, DraftHandlerButtonBlock, FooterContentBlock, Core, _library4) {
|
|
6
6
|
"use strict";
|
|
7
7
|
|
|
8
8
|
var _exports = {};
|
|
@@ -39,7 +39,7 @@ sap.ui.define(["sap/f/library", "sap/fe/core/library", "sap/fe/macros/library",
|
|
|
39
39
|
controls: [],
|
|
40
40
|
elements: [],
|
|
41
41
|
// eslint-disable-next-line no-template-curly-in-string
|
|
42
|
-
version: "1.
|
|
42
|
+
version: "1.112.0",
|
|
43
43
|
noLibraryCSS: true
|
|
44
44
|
});
|
|
45
45
|
if (!thisLib.ObjectPage) {
|
|
@@ -59,8 +59,9 @@ sap.ui.define(["sap/f/library", "sap/fe/core/library", "sap/fe/macros/library",
|
|
|
59
59
|
*/
|
|
60
60
|
Tabs: "Tabs"
|
|
61
61
|
};
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
MultipleModeBlock.register();
|
|
63
|
+
DraftHandlerButtonBlock.register();
|
|
64
|
+
FooterContentBlock.register();
|
|
64
65
|
return thisLib;
|
|
65
66
|
}, false);
|
|
66
|
-
//# sourceMappingURL=data:application/json;charset=utf-8;base64,
|
|
67
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJ0ZW1wbGF0ZXNOYW1lc3BhY2UiLCJ0ZW1wbGF0ZXNMUk5hbWVzcGFjZSIsInRlbXBsYXRlc09QTmFtZXNwYWNlIiwidGhpc0xpYiIsIkNvcmUiLCJpbml0TGlicmFyeSIsIm5hbWUiLCJkZXBlbmRlbmNpZXMiLCJ0eXBlcyIsImludGVyZmFjZXMiLCJjb250cm9scyIsImVsZW1lbnRzIiwidmVyc2lvbiIsIm5vTGlicmFyeUNTUyIsIk9iamVjdFBhZ2UiLCJTZWN0aW9uTGF5b3V0IiwiUGFnZSIsIlRhYnMiLCJNdWx0aXBsZU1vZGVCbG9jayIsInJlZ2lzdGVyIiwiRHJhZnRIYW5kbGVyQnV0dG9uQmxvY2siLCJGb290ZXJDb250ZW50QmxvY2siXSwic291cmNlUm9vdCI6Ii4iLCJzb3VyY2VzIjpbImxpYnJhcnkudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFwic2FwL2YvbGlicmFyeVwiO1xuaW1wb3J0IFwic2FwL2ZlL2NvcmUvbGlicmFyeVwiO1xuaW1wb3J0IFwic2FwL2ZlL21hY3Jvcy9saWJyYXJ5XCI7XG5pbXBvcnQgTXVsdGlwbGVNb2RlQmxvY2sgZnJvbSBcInNhcC9mZS90ZW1wbGF0ZXMvTGlzdFJlcG9ydC92aWV3L2ZyYWdtZW50cy9NdWx0aXBsZU1vZGUuYmxvY2tcIjtcbmltcG9ydCBEcmFmdEhhbmRsZXJCdXR0b25CbG9jayBmcm9tIFwic2FwL2ZlL3RlbXBsYXRlcy9PYmplY3RQYWdlL2NvbXBvbmVudHMvRHJhZnRIYW5kbGVyQnV0dG9uLmJsb2NrXCI7XG5pbXBvcnQgRm9vdGVyQ29udGVudEJsb2NrIGZyb20gXCJzYXAvZmUvdGVtcGxhdGVzL09iamVjdFBhZ2Uvdmlldy9mcmFnbWVudHMvRm9vdGVyQ29udGVudC5ibG9ja1wiO1xuaW1wb3J0IENvcmUgZnJvbSBcInNhcC91aS9jb3JlL0NvcmVcIjtcbmltcG9ydCBcInNhcC91aS9jb3JlL2xpYnJhcnlcIjtcbi8qKlxuICogTGlicmFyeSBwcm92aWRpbmcgdGhlIG9mZmljaWFsIHRlbXBsYXRlcyBzdXBwb3J0ZWQgYnkgU0FQIEZpb3JpIGVsZW1lbnRzLlxuICpcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXNcbiAqIEBwdWJsaWNcbiAqL1xuZXhwb3J0IGNvbnN0IHRlbXBsYXRlc05hbWVzcGFjZSA9IFwic2FwLmZlLnRlbXBsYXRlc1wiO1xuXG4vKipcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXMuTGlzdFJlcG9ydFxuICogQHB1YmxpY1xuICovXG5leHBvcnQgY29uc3QgdGVtcGxhdGVzTFJOYW1lc3BhY2UgPSBcInNhcC5mZS50ZW1wbGF0ZXMuTGlzdFJlcG9ydFwiO1xuXG4vKipcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXMuT2JqZWN0UGFnZVxuICogQHB1YmxpY1xuICovXG5leHBvcnQgY29uc3QgdGVtcGxhdGVzT1BOYW1lc3BhY2UgPSBcInNhcC5mZS50ZW1wbGF0ZXMuT2JqZWN0UGFnZVwiO1xuXG5jb25zdCB0aGlzTGliID0gQ29yZS5pbml0TGlicmFyeSh7XG5cdG5hbWU6IFwic2FwLmZlLnRlbXBsYXRlc1wiLFxuXHRkZXBlbmRlbmNpZXM6IFtcInNhcC51aS5jb3JlXCIsIFwic2FwLmZlLmNvcmVcIiwgXCJzYXAuZmUubWFjcm9zXCIsIFwic2FwLmZcIl0sXG5cdHR5cGVzOiBbXCJzYXAuZmUudGVtcGxhdGVzLk9iamVjdFBhZ2UuU2VjdGlvbkxheW91dFwiXSxcblx0aW50ZXJmYWNlczogW10sXG5cdGNvbnRyb2xzOiBbXSxcblx0ZWxlbWVudHM6IFtdLFxuXHQvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tdGVtcGxhdGUtY3VybHktaW4tc3RyaW5nXG5cdHZlcnNpb246IFwiJHt2ZXJzaW9ufVwiLFxuXHRub0xpYnJhcnlDU1M6IHRydWVcbn0pIGFzIGFueTtcblxuaWYgKCF0aGlzTGliLk9iamVjdFBhZ2UpIHtcblx0dGhpc0xpYi5PYmplY3RQYWdlID0ge307XG59XG50aGlzTGliLk9iamVjdFBhZ2UuU2VjdGlvbkxheW91dCA9IHtcblx0LyoqXG5cdCAqIEFsbCBzZWN0aW9ucyBhcmUgc2hvd24gaW4gb25lIHBhZ2Vcblx0ICpcblx0ICogQHB1YmxpY1xuXHQgKi9cblx0UGFnZTogXCJQYWdlXCIsXG5cblx0LyoqXG5cdCAqIEFsbCB0b3AtbGV2ZWwgc2VjdGlvbnMgYXJlIHNob3duIGluIGFuIG93biB0YWJcblx0ICpcblx0ICogQHB1YmxpY1xuXHQgKi9cblx0VGFiczogXCJUYWJzXCJcbn07XG5cbk11bHRpcGxlTW9kZUJsb2NrLnJlZ2lzdGVyKCk7XG5EcmFmdEhhbmRsZXJCdXR0b25CbG9jay5yZWdpc3RlcigpO1xuRm9vdGVyQ29udGVudEJsb2NrLnJlZ2lzdGVyKCk7XG5cbmV4cG9ydCBkZWZhdWx0IHRoaXNMaWI7XG4iXSwibWFwcGluZ3MiOiI7QUFBQTtBQUFBO0FBQUE7Ozs7O0VBUUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7RUFDTyxNQUFNQSxrQkFBa0IsR0FBRyxrQkFBa0I7O0VBRXBEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7RUFKQTtFQUtPLE1BQU1DLG9CQUFvQixHQUFHLDZCQUE2Qjs7RUFFakU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtFQUpBO0VBS08sTUFBTUMsb0JBQW9CLEdBQUcsNkJBQTZCO0VBQUM7RUFFbEUsTUFBTUMsT0FBTyxHQUFHQyxJQUFJLENBQUNDLFdBQVcsQ0FBQztJQUNoQ0MsSUFBSSxFQUFFLGtCQUFrQjtJQUN4QkMsWUFBWSxFQUFFLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQUUsT0FBTyxDQUFDO0lBQ3RFQyxLQUFLLEVBQUUsQ0FBQywyQ0FBMkMsQ0FBQztJQUNwREMsVUFBVSxFQUFFLEVBQUU7SUFDZEMsUUFBUSxFQUFFLEVBQUU7SUFDWkMsUUFBUSxFQUFFLEVBQUU7SUFDWjtJQUNBQyxPQUFPLEVBQUUsWUFBWTtJQUNyQkMsWUFBWSxFQUFFO0VBQ2YsQ0FBQyxDQUFRO0VBRVQsSUFBSSxDQUFDVixPQUFPLENBQUNXLFVBQVUsRUFBRTtJQUN4QlgsT0FBTyxDQUFDVyxVQUFVLEdBQUcsQ0FBQyxDQUFDO0VBQ3hCO0VBQ0FYLE9BQU8sQ0FBQ1csVUFBVSxDQUFDQyxhQUFhLEdBQUc7SUFDbEM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtJQUNDQyxJQUFJLEVBQUUsTUFBTTtJQUVaO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7SUFDQ0MsSUFBSSxFQUFFO0VBQ1AsQ0FBQztFQUVEQyxpQkFBaUIsQ0FBQ0MsUUFBUSxFQUFFO0VBQzVCQyx1QkFBdUIsQ0FBQ0QsUUFBUSxFQUFFO0VBQ2xDRSxrQkFBa0IsQ0FBQ0YsUUFBUSxFQUFFO0VBQUMsT0FFZmhCLE9BQU87QUFBQSJ9
|