@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.
Files changed (129) hide show
  1. package/package.json +1 -1
  2. package/src/sap/fe/templates/.library +1 -1
  3. package/src/sap/fe/templates/AnalyticalListPage/manifest.json +1 -1
  4. package/src/sap/fe/templates/ListComponent-dbg.js +1 -1
  5. package/src/sap/fe/templates/ListComponent.ts +2 -0
  6. package/src/sap/fe/templates/ListReport/Component-dbg.js +1 -1
  7. package/src/sap/fe/templates/ListReport/Component.ts +2 -0
  8. package/src/sap/fe/templates/ListReport/ExtensionAPI-dbg.js +2 -1
  9. package/src/sap/fe/templates/ListReport/ExtensionAPI.js.map +1 -1
  10. package/src/sap/fe/templates/ListReport/ExtensionAPI.ts +3 -0
  11. package/src/sap/fe/templates/ListReport/LRMessageStrip-dbg.js +1 -1
  12. package/src/sap/fe/templates/ListReport/LRMessageStrip.ts +4 -0
  13. package/src/sap/fe/templates/ListReport/ListReportController-dbg.controller.js +37 -32
  14. package/src/sap/fe/templates/ListReport/ListReportController.controller.js +1 -1
  15. package/src/sap/fe/templates/ListReport/ListReportController.controller.js.map +1 -1
  16. package/src/sap/fe/templates/ListReport/ListReportController.controller.ts +58 -52
  17. package/src/sap/fe/templates/ListReport/controls/MultipleModeControl-dbg.js +32 -8
  18. package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.js +1 -1
  19. package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.js.map +1 -1
  20. package/src/sap/fe/templates/ListReport/controls/MultipleModeControl.ts +38 -7
  21. package/src/sap/fe/templates/ListReport/manifest.json +1 -1
  22. package/src/sap/fe/templates/ListReport/overrides/ViewState-dbg.js +47 -7
  23. package/src/sap/fe/templates/ListReport/overrides/ViewState.js +1 -1
  24. package/src/sap/fe/templates/ListReport/overrides/ViewState.js.map +1 -1
  25. package/src/sap/fe/templates/ListReport/overrides/ViewState.ts +49 -6
  26. package/src/sap/fe/templates/ListReport/view/fragments/MacroChart.fragment.xml +1 -1
  27. package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.block-dbg.js +122 -0
  28. package/src/sap/fe/templates/ListReport/view/fragments/{MultipleMode.fragment.js → MultipleMode.block.js} +3 -3
  29. package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.block.js.map +1 -0
  30. package/src/sap/fe/templates/ListReport/view/fragments/{MultipleMode.fragment.ts → MultipleMode.block.ts} +14 -15
  31. package/src/sap/fe/templates/ObjectPage/Component-dbg.js +11 -2
  32. package/src/sap/fe/templates/ObjectPage/Component.js +1 -1
  33. package/src/sap/fe/templates/ObjectPage/Component.js.map +1 -1
  34. package/src/sap/fe/templates/ObjectPage/Component.ts +12 -0
  35. package/src/sap/fe/templates/ObjectPage/ExtensionAPI-dbg.js +8 -12
  36. package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js +1 -1
  37. package/src/sap/fe/templates/ObjectPage/ExtensionAPI.js.map +1 -1
  38. package/src/sap/fe/templates/ObjectPage/ExtensionAPI.ts +9 -12
  39. package/src/sap/fe/templates/ObjectPage/ObjectPage.view.xml +3 -2
  40. package/src/sap/fe/templates/ObjectPage/ObjectPageController-dbg.controller.js +38 -90
  41. package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js +1 -1
  42. package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.js.map +1 -1
  43. package/src/sap/fe/templates/ObjectPage/ObjectPageController.controller.ts +65 -104
  44. package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating-dbg.js +44 -146
  45. package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js +1 -1
  46. package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.js.map +1 -1
  47. package/src/sap/fe/templates/ObjectPage/ObjectPageTemplating.ts +60 -185
  48. package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.block-dbg.js +145 -0
  49. package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.block.js +6 -0
  50. package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.block.js.map +1 -0
  51. package/src/sap/fe/templates/ObjectPage/components/{DraftHandlerButton.tsx → DraftHandlerButton.block.tsx} +15 -12
  52. package/src/sap/fe/templates/ObjectPage/controls/StashableHBox-dbg.js +1 -1
  53. package/src/sap/fe/templates/ObjectPage/controls/StashableHBox.ts +1 -0
  54. package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock-dbg.js +2 -1
  55. package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.js.map +1 -1
  56. package/src/sap/fe/templates/ObjectPage/controls/SubSectionBlock.ts +5 -0
  57. package/src/sap/fe/templates/ObjectPage/manifest.json +1 -1
  58. package/src/sap/fe/templates/ObjectPage/overrides/Share.js.map +1 -1
  59. package/src/sap/fe/templates/ObjectPage/view/fragments/Actions.fragment.xml +4 -3
  60. package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block-dbg.js +257 -0
  61. package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block.js +6 -0
  62. package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block.js.map +1 -0
  63. package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.block.tsx +280 -0
  64. package/src/sap/fe/templates/ObjectPage/view/fragments/Section.fragment.xml +8 -33
  65. package/src/sap/fe/templates/ObjectPage/view/fragments/SectionContent.fragment.xml +144 -112
  66. package/src/sap/fe/templates/ObjectPage/view/fragments/SectionEmbeddedComponent.fragment.xml +24 -0
  67. package/src/sap/fe/templates/library-dbg.js +6 -5
  68. package/src/sap/fe/templates/library-preload.js +26 -22
  69. package/src/sap/fe/templates/library-preload.js.map +1 -1
  70. package/src/sap/fe/templates/library.js +1 -1
  71. package/src/sap/fe/templates/library.js.map +1 -1
  72. package/src/sap/fe/templates/library.ts +6 -4
  73. package/src/sap/fe/templates/manifest.json +1 -1
  74. package/src/sap/fe/templates/messagebundle.properties +5 -0
  75. package/src/sap/fe/templates/messagebundle_ar.properties +3 -0
  76. package/src/sap/fe/templates/messagebundle_bg.properties +3 -0
  77. package/src/sap/fe/templates/messagebundle_ca.properties +3 -0
  78. package/src/sap/fe/templates/messagebundle_cs.properties +3 -0
  79. package/src/sap/fe/templates/messagebundle_cy.properties +3 -0
  80. package/src/sap/fe/templates/messagebundle_da.properties +3 -0
  81. package/src/sap/fe/templates/messagebundle_de.properties +3 -0
  82. package/src/sap/fe/templates/messagebundle_el.properties +3 -0
  83. package/src/sap/fe/templates/messagebundle_en.properties +5 -0
  84. package/src/sap/fe/templates/messagebundle_en_GB.properties +3 -0
  85. package/src/sap/fe/templates/messagebundle_en_US_sappsd.properties +3 -0
  86. package/src/sap/fe/templates/messagebundle_en_US_saprigi.properties +3 -0
  87. package/src/sap/fe/templates/messagebundle_en_US_saptrc.properties +3 -0
  88. package/src/sap/fe/templates/messagebundle_es.properties +5 -2
  89. package/src/sap/fe/templates/messagebundle_es_MX.properties +3 -0
  90. package/src/sap/fe/templates/messagebundle_et.properties +5 -2
  91. package/src/sap/fe/templates/messagebundle_fi.properties +3 -0
  92. package/src/sap/fe/templates/messagebundle_fr.properties +3 -0
  93. package/src/sap/fe/templates/messagebundle_fr_CA.properties +3 -0
  94. package/src/sap/fe/templates/messagebundle_hi.properties +3 -0
  95. package/src/sap/fe/templates/messagebundle_hr.properties +3 -0
  96. package/src/sap/fe/templates/messagebundle_hu.properties +3 -0
  97. package/src/sap/fe/templates/messagebundle_id.properties +3 -0
  98. package/src/sap/fe/templates/messagebundle_it.properties +3 -0
  99. package/src/sap/fe/templates/messagebundle_iw.properties +3 -0
  100. package/src/sap/fe/templates/messagebundle_ja.properties +3 -0
  101. package/src/sap/fe/templates/messagebundle_kk.properties +3 -0
  102. package/src/sap/fe/templates/messagebundle_ko.properties +3 -0
  103. package/src/sap/fe/templates/messagebundle_lt.properties +3 -0
  104. package/src/sap/fe/templates/messagebundle_lv.properties +3 -0
  105. package/src/sap/fe/templates/messagebundle_ms.properties +3 -0
  106. package/src/sap/fe/templates/messagebundle_nl.properties +3 -0
  107. package/src/sap/fe/templates/messagebundle_no.properties +3 -0
  108. package/src/sap/fe/templates/messagebundle_pl.properties +3 -0
  109. package/src/sap/fe/templates/messagebundle_pt.properties +3 -0
  110. package/src/sap/fe/templates/messagebundle_pt_PT.properties +3 -0
  111. package/src/sap/fe/templates/messagebundle_ro.properties +5 -2
  112. package/src/sap/fe/templates/messagebundle_ru.properties +3 -0
  113. package/src/sap/fe/templates/messagebundle_sh.properties +5 -2
  114. package/src/sap/fe/templates/messagebundle_sk.properties +3 -0
  115. package/src/sap/fe/templates/messagebundle_sl.properties +3 -0
  116. package/src/sap/fe/templates/messagebundle_sv.properties +3 -0
  117. package/src/sap/fe/templates/messagebundle_th.properties +5 -2
  118. package/src/sap/fe/templates/messagebundle_tr.properties +3 -0
  119. package/src/sap/fe/templates/messagebundle_uk.properties +3 -0
  120. package/src/sap/fe/templates/messagebundle_vi.properties +5 -2
  121. package/src/sap/fe/templates/messagebundle_zh_CN.properties +5 -2
  122. package/src/sap/fe/templates/messagebundle_zh_TW.properties +3 -0
  123. package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode-dbg.fragment.js +0 -123
  124. package/src/sap/fe/templates/ListReport/view/fragments/MultipleMode.fragment.js.map +0 -1
  125. package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton-dbg.js +0 -147
  126. package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.js +0 -6
  127. package/src/sap/fe/templates/ObjectPage/components/DraftHandlerButton.js.map +0 -1
  128. package/src/sap/fe/templates/ObjectPage/view/fragments/FooterContent.fragment.xml +0 -125
  129. 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:if test="{viewData>/useNewLazyLoading}">
80
- <template:then>
81
- <template:repeat list="{subSection>content}" var="subSection">
82
- <core:Fragment
83
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionContentLazyLoader"
84
- type="XML"
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
- <template:if test="{viewData>/useNewLazyLoading}">
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
- <opcontrol:SubSectionBlock>
24
- <opcontrol:content>
25
- <template:if test="{= ${subSection>sideContent} !== undefined}">
26
- <template:then>
27
- <layout:DynamicSideContent
28
- id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
29
- showMainContent="true"
30
- showSideContent="{subSection>sideContent/visible}"
31
- sideContentFallDown="BelowM"
32
- containerQuery="true"
33
- equalSplit="{subSection>sideContent/equalSplit}"
34
- >
35
- <layout:mainContent>
36
- <core:Fragment
37
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
38
- type="XML"
39
- />
40
- </layout:mainContent>
41
- <layout:sideContent>
42
- <core:Fragment
43
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
44
- type="XML"
45
- />
46
- </layout:sideContent>
47
- </layout:DynamicSideContent>
48
- </template:then>
49
- <template:else>
50
- <core:Fragment
51
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionCustomSection"
52
- type="XML"
53
- />
54
- </template:else>
55
- </template:if>
56
- </opcontrol:content>
57
- </opcontrol:SubSectionBlock>
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
- <opcontrol:SubSectionBlock>
64
- <opcontrol:content>
65
- <template:if test="{= ${subSection>sideContent} !== undefined}">
66
- <template:then>
67
- <layout:DynamicSideContent
68
- id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
69
- showMainContent="true"
70
- showSideContent="{subSection>sideContent/visible}"
71
- sideContentFallDown="BelowM"
72
- containerQuery="true"
73
- equalSplit="{subSection>sideContent/equalSplit}"
74
- >
75
- <layout:mainContent>
76
- <core:Fragment
77
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionFormContent"
78
- type="XML"
79
- />
80
- </layout:mainContent>
81
- <layout:sideContent>
82
- <core:Fragment
83
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
84
- type="XML"
85
- />
86
- </layout:sideContent>
87
- </layout:DynamicSideContent>
88
- </template:then>
89
- <template:else>
90
- <core:Fragment
91
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionFormContent"
92
- type="XML"
93
- />
94
- </template:else>
95
- </template:if>
96
- </opcontrol:content>
97
- </opcontrol:SubSectionBlock>
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
- <template:if test="{= ${subSection>level} === 2}">
145
- <Title
146
- level="{= ${section>subSections}.length > 1 ? 'H5' : 'H4'}"
147
- text="{subSection>title}"
148
- visible="{subSection>titleVisible}"
149
- />
150
- </template:if>
151
- <opcontrol:SubSectionBlock visible="{subSection>visible}">
152
- <opcontrol:content>
153
- <template:if test="{= ${subSection>sideContent} !== undefined}">
154
- <template:then>
155
- <layout:DynamicSideContent
156
- id="{= ID.generate(['fe', ${subSection>key}, 'SideContentLayout'])}"
157
- showMainContent="true"
158
- showSideContent="{subSection>sideContent/visible}"
159
- sideContentFallDown="BelowM"
160
- containerQuery="true"
161
- equalSplit="{subSection>sideContent/equalSplit}"
162
- >
163
- <layout:mainContent>
164
- <core:Fragment
165
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionPresentationVisualization"
166
- type="XML"
167
- />
168
- </layout:mainContent>
169
- <layout:sideContent>
170
- <core:Fragment
171
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SideContentCustomContainer"
172
- type="XML"
173
- />
174
- </layout:sideContent>
175
- </layout:DynamicSideContent>
176
- </template:then>
177
- <template:else>
178
- <core:Fragment
179
- fragmentName="sap.fe.templates.ObjectPage.view.fragments.SectionPresentationVisualization"
180
- type="XML"
181
- />
182
- </template:else>
183
- </template:if>
184
- </opcontrol:content>
185
- </opcontrol:SubSectionBlock>
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.fragment", "sap/fe/templates/ObjectPage/components/DraftHandlerButton", "sap/ui/core/Core", "sap/ui/core/library"], function (_library, _library2, _library3, MultipleMode, DraftHandlerButton, Core, _library4) {
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.111.0",
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
- MultipleMode.register();
63
- DraftHandlerButton.register();
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,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJ0ZW1wbGF0ZXNOYW1lc3BhY2UiLCJ0ZW1wbGF0ZXNMUk5hbWVzcGFjZSIsInRlbXBsYXRlc09QTmFtZXNwYWNlIiwidGhpc0xpYiIsIkNvcmUiLCJpbml0TGlicmFyeSIsIm5hbWUiLCJkZXBlbmRlbmNpZXMiLCJ0eXBlcyIsImludGVyZmFjZXMiLCJjb250cm9scyIsImVsZW1lbnRzIiwidmVyc2lvbiIsIm5vTGlicmFyeUNTUyIsIk9iamVjdFBhZ2UiLCJTZWN0aW9uTGF5b3V0IiwiUGFnZSIsIlRhYnMiLCJNdWx0aXBsZU1vZGUiLCJyZWdpc3RlciIsIkRyYWZ0SGFuZGxlckJ1dHRvbiJdLCJzb3VyY2VSb290IjoiLiIsInNvdXJjZXMiOlsibGlicmFyeS50cyJdLCJzb3VyY2VzQ29udGVudCI6WyJpbXBvcnQgXCJzYXAvZi9saWJyYXJ5XCI7XG5pbXBvcnQgXCJzYXAvZmUvY29yZS9saWJyYXJ5XCI7XG5pbXBvcnQgXCJzYXAvZmUvbWFjcm9zL2xpYnJhcnlcIjtcbmltcG9ydCBNdWx0aXBsZU1vZGUgZnJvbSBcInNhcC9mZS90ZW1wbGF0ZXMvTGlzdFJlcG9ydC92aWV3L2ZyYWdtZW50cy9NdWx0aXBsZU1vZGUuZnJhZ21lbnRcIjtcbmltcG9ydCBEcmFmdEhhbmRsZXJCdXR0b24gZnJvbSBcInNhcC9mZS90ZW1wbGF0ZXMvT2JqZWN0UGFnZS9jb21wb25lbnRzL0RyYWZ0SGFuZGxlckJ1dHRvblwiO1xuaW1wb3J0IENvcmUgZnJvbSBcInNhcC91aS9jb3JlL0NvcmVcIjtcbmltcG9ydCBcInNhcC91aS9jb3JlL2xpYnJhcnlcIjtcbi8qKlxuICogTGlicmFyeSBwcm92aWRpbmcgdGhlIG9mZmljaWFsIHRlbXBsYXRlcyBzdXBwb3J0ZWQgYnkgU0FQIEZpb3JpIGVsZW1lbnRzLlxuICpcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXNcbiAqIEBwdWJsaWNcbiAqL1xuZXhwb3J0IGNvbnN0IHRlbXBsYXRlc05hbWVzcGFjZSA9IFwic2FwLmZlLnRlbXBsYXRlc1wiO1xuXG4vKipcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXMuTGlzdFJlcG9ydFxuICogQHB1YmxpY1xuICovXG5leHBvcnQgY29uc3QgdGVtcGxhdGVzTFJOYW1lc3BhY2UgPSBcInNhcC5mZS50ZW1wbGF0ZXMuTGlzdFJlcG9ydFwiO1xuXG4vKipcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXMuT2JqZWN0UGFnZVxuICogQHB1YmxpY1xuICovXG5leHBvcnQgY29uc3QgdGVtcGxhdGVzT1BOYW1lc3BhY2UgPSBcInNhcC5mZS50ZW1wbGF0ZXMuT2JqZWN0UGFnZVwiO1xuXG5jb25zdCB0aGlzTGliID0gQ29yZS5pbml0TGlicmFyeSh7XG5cdG5hbWU6IFwic2FwLmZlLnRlbXBsYXRlc1wiLFxuXHRkZXBlbmRlbmNpZXM6IFtcInNhcC51aS5jb3JlXCIsIFwic2FwLmZlLmNvcmVcIiwgXCJzYXAuZmUubWFjcm9zXCIsIFwic2FwLmZcIl0sXG5cdHR5cGVzOiBbXCJzYXAuZmUudGVtcGxhdGVzLk9iamVjdFBhZ2UuU2VjdGlvbkxheW91dFwiXSxcblx0aW50ZXJmYWNlczogW10sXG5cdGNvbnRyb2xzOiBbXSxcblx0ZWxlbWVudHM6IFtdLFxuXHQvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tdGVtcGxhdGUtY3VybHktaW4tc3RyaW5nXG5cdHZlcnNpb246IFwiJHt2ZXJzaW9ufVwiLFxuXHRub0xpYnJhcnlDU1M6IHRydWVcbn0pIGFzIGFueTtcblxuaWYgKCF0aGlzTGliLk9iamVjdFBhZ2UpIHtcblx0dGhpc0xpYi5PYmplY3RQYWdlID0ge307XG59XG50aGlzTGliLk9iamVjdFBhZ2UuU2VjdGlvbkxheW91dCA9IHtcblx0LyoqXG5cdCAqIEFsbCBzZWN0aW9ucyBhcmUgc2hvd24gaW4gb25lIHBhZ2Vcblx0ICpcblx0ICogQHB1YmxpY1xuXHQgKi9cblx0UGFnZTogXCJQYWdlXCIsXG5cblx0LyoqXG5cdCAqIEFsbCB0b3AtbGV2ZWwgc2VjdGlvbnMgYXJlIHNob3duIGluIGFuIG93biB0YWJcblx0ICpcblx0ICogQHB1YmxpY1xuXHQgKi9cblx0VGFiczogXCJUYWJzXCJcbn07XG5cbk11bHRpcGxlTW9kZS5yZWdpc3RlcigpO1xuRHJhZnRIYW5kbGVyQnV0dG9uLnJlZ2lzdGVyKCk7XG5cbmV4cG9ydCBkZWZhdWx0IHRoaXNMaWI7XG4iXSwibWFwcGluZ3MiOiI7QUFBQTtBQUFBO0FBQUE7Ozs7O0VBT0E7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7RUFDTyxNQUFNQSxrQkFBa0IsR0FBRyxrQkFBa0I7O0VBRXBEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7RUFKQTtFQUtPLE1BQU1DLG9CQUFvQixHQUFHLDZCQUE2Qjs7RUFFakU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtFQUpBO0VBS08sTUFBTUMsb0JBQW9CLEdBQUcsNkJBQTZCO0VBQUM7RUFFbEUsTUFBTUMsT0FBTyxHQUFHQyxJQUFJLENBQUNDLFdBQVcsQ0FBQztJQUNoQ0MsSUFBSSxFQUFFLGtCQUFrQjtJQUN4QkMsWUFBWSxFQUFFLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQUUsT0FBTyxDQUFDO0lBQ3RFQyxLQUFLLEVBQUUsQ0FBQywyQ0FBMkMsQ0FBQztJQUNwREMsVUFBVSxFQUFFLEVBQUU7SUFDZEMsUUFBUSxFQUFFLEVBQUU7SUFDWkMsUUFBUSxFQUFFLEVBQUU7SUFDWjtJQUNBQyxPQUFPLEVBQUUsWUFBWTtJQUNyQkMsWUFBWSxFQUFFO0VBQ2YsQ0FBQyxDQUFRO0VBRVQsSUFBSSxDQUFDVixPQUFPLENBQUNXLFVBQVUsRUFBRTtJQUN4QlgsT0FBTyxDQUFDVyxVQUFVLEdBQUcsQ0FBQyxDQUFDO0VBQ3hCO0VBQ0FYLE9BQU8sQ0FBQ1csVUFBVSxDQUFDQyxhQUFhLEdBQUc7SUFDbEM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtJQUNDQyxJQUFJLEVBQUUsTUFBTTtJQUVaO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7SUFDQ0MsSUFBSSxFQUFFO0VBQ1AsQ0FBQztFQUVEQyxZQUFZLENBQUNDLFFBQVEsRUFBRTtFQUN2QkMsa0JBQWtCLENBQUNELFFBQVEsRUFBRTtFQUFDLE9BRWZoQixPQUFPO0FBQUEifQ==
67
+ //# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJuYW1lcyI6WyJ0ZW1wbGF0ZXNOYW1lc3BhY2UiLCJ0ZW1wbGF0ZXNMUk5hbWVzcGFjZSIsInRlbXBsYXRlc09QTmFtZXNwYWNlIiwidGhpc0xpYiIsIkNvcmUiLCJpbml0TGlicmFyeSIsIm5hbWUiLCJkZXBlbmRlbmNpZXMiLCJ0eXBlcyIsImludGVyZmFjZXMiLCJjb250cm9scyIsImVsZW1lbnRzIiwidmVyc2lvbiIsIm5vTGlicmFyeUNTUyIsIk9iamVjdFBhZ2UiLCJTZWN0aW9uTGF5b3V0IiwiUGFnZSIsIlRhYnMiLCJNdWx0aXBsZU1vZGVCbG9jayIsInJlZ2lzdGVyIiwiRHJhZnRIYW5kbGVyQnV0dG9uQmxvY2siLCJGb290ZXJDb250ZW50QmxvY2siXSwic291cmNlUm9vdCI6Ii4iLCJzb3VyY2VzIjpbImxpYnJhcnkudHMiXSwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IFwic2FwL2YvbGlicmFyeVwiO1xuaW1wb3J0IFwic2FwL2ZlL2NvcmUvbGlicmFyeVwiO1xuaW1wb3J0IFwic2FwL2ZlL21hY3Jvcy9saWJyYXJ5XCI7XG5pbXBvcnQgTXVsdGlwbGVNb2RlQmxvY2sgZnJvbSBcInNhcC9mZS90ZW1wbGF0ZXMvTGlzdFJlcG9ydC92aWV3L2ZyYWdtZW50cy9NdWx0aXBsZU1vZGUuYmxvY2tcIjtcbmltcG9ydCBEcmFmdEhhbmRsZXJCdXR0b25CbG9jayBmcm9tIFwic2FwL2ZlL3RlbXBsYXRlcy9PYmplY3RQYWdlL2NvbXBvbmVudHMvRHJhZnRIYW5kbGVyQnV0dG9uLmJsb2NrXCI7XG5pbXBvcnQgRm9vdGVyQ29udGVudEJsb2NrIGZyb20gXCJzYXAvZmUvdGVtcGxhdGVzL09iamVjdFBhZ2Uvdmlldy9mcmFnbWVudHMvRm9vdGVyQ29udGVudC5ibG9ja1wiO1xuaW1wb3J0IENvcmUgZnJvbSBcInNhcC91aS9jb3JlL0NvcmVcIjtcbmltcG9ydCBcInNhcC91aS9jb3JlL2xpYnJhcnlcIjtcbi8qKlxuICogTGlicmFyeSBwcm92aWRpbmcgdGhlIG9mZmljaWFsIHRlbXBsYXRlcyBzdXBwb3J0ZWQgYnkgU0FQIEZpb3JpIGVsZW1lbnRzLlxuICpcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXNcbiAqIEBwdWJsaWNcbiAqL1xuZXhwb3J0IGNvbnN0IHRlbXBsYXRlc05hbWVzcGFjZSA9IFwic2FwLmZlLnRlbXBsYXRlc1wiO1xuXG4vKipcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXMuTGlzdFJlcG9ydFxuICogQHB1YmxpY1xuICovXG5leHBvcnQgY29uc3QgdGVtcGxhdGVzTFJOYW1lc3BhY2UgPSBcInNhcC5mZS50ZW1wbGF0ZXMuTGlzdFJlcG9ydFwiO1xuXG4vKipcbiAqIEBuYW1lc3BhY2VcbiAqIEBuYW1lIHNhcC5mZS50ZW1wbGF0ZXMuT2JqZWN0UGFnZVxuICogQHB1YmxpY1xuICovXG5leHBvcnQgY29uc3QgdGVtcGxhdGVzT1BOYW1lc3BhY2UgPSBcInNhcC5mZS50ZW1wbGF0ZXMuT2JqZWN0UGFnZVwiO1xuXG5jb25zdCB0aGlzTGliID0gQ29yZS5pbml0TGlicmFyeSh7XG5cdG5hbWU6IFwic2FwLmZlLnRlbXBsYXRlc1wiLFxuXHRkZXBlbmRlbmNpZXM6IFtcInNhcC51aS5jb3JlXCIsIFwic2FwLmZlLmNvcmVcIiwgXCJzYXAuZmUubWFjcm9zXCIsIFwic2FwLmZcIl0sXG5cdHR5cGVzOiBbXCJzYXAuZmUudGVtcGxhdGVzLk9iamVjdFBhZ2UuU2VjdGlvbkxheW91dFwiXSxcblx0aW50ZXJmYWNlczogW10sXG5cdGNvbnRyb2xzOiBbXSxcblx0ZWxlbWVudHM6IFtdLFxuXHQvLyBlc2xpbnQtZGlzYWJsZS1uZXh0LWxpbmUgbm8tdGVtcGxhdGUtY3VybHktaW4tc3RyaW5nXG5cdHZlcnNpb246IFwiJHt2ZXJzaW9ufVwiLFxuXHRub0xpYnJhcnlDU1M6IHRydWVcbn0pIGFzIGFueTtcblxuaWYgKCF0aGlzTGliLk9iamVjdFBhZ2UpIHtcblx0dGhpc0xpYi5PYmplY3RQYWdlID0ge307XG59XG50aGlzTGliLk9iamVjdFBhZ2UuU2VjdGlvbkxheW91dCA9IHtcblx0LyoqXG5cdCAqIEFsbCBzZWN0aW9ucyBhcmUgc2hvd24gaW4gb25lIHBhZ2Vcblx0ICpcblx0ICogQHB1YmxpY1xuXHQgKi9cblx0UGFnZTogXCJQYWdlXCIsXG5cblx0LyoqXG5cdCAqIEFsbCB0b3AtbGV2ZWwgc2VjdGlvbnMgYXJlIHNob3duIGluIGFuIG93biB0YWJcblx0ICpcblx0ICogQHB1YmxpY1xuXHQgKi9cblx0VGFiczogXCJUYWJzXCJcbn07XG5cbk11bHRpcGxlTW9kZUJsb2NrLnJlZ2lzdGVyKCk7XG5EcmFmdEhhbmRsZXJCdXR0b25CbG9jay5yZWdpc3RlcigpO1xuRm9vdGVyQ29udGVudEJsb2NrLnJlZ2lzdGVyKCk7XG5cbmV4cG9ydCBkZWZhdWx0IHRoaXNMaWI7XG4iXSwibWFwcGluZ3MiOiI7QUFBQTtBQUFBO0FBQUE7Ozs7O0VBUUE7QUFDQTtBQUNBO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7RUFDTyxNQUFNQSxrQkFBa0IsR0FBRyxrQkFBa0I7O0VBRXBEO0FBQ0E7QUFDQTtBQUNBO0FBQ0E7RUFKQTtFQUtPLE1BQU1DLG9CQUFvQixHQUFHLDZCQUE2Qjs7RUFFakU7QUFDQTtBQUNBO0FBQ0E7QUFDQTtFQUpBO0VBS08sTUFBTUMsb0JBQW9CLEdBQUcsNkJBQTZCO0VBQUM7RUFFbEUsTUFBTUMsT0FBTyxHQUFHQyxJQUFJLENBQUNDLFdBQVcsQ0FBQztJQUNoQ0MsSUFBSSxFQUFFLGtCQUFrQjtJQUN4QkMsWUFBWSxFQUFFLENBQUMsYUFBYSxFQUFFLGFBQWEsRUFBRSxlQUFlLEVBQUUsT0FBTyxDQUFDO0lBQ3RFQyxLQUFLLEVBQUUsQ0FBQywyQ0FBMkMsQ0FBQztJQUNwREMsVUFBVSxFQUFFLEVBQUU7SUFDZEMsUUFBUSxFQUFFLEVBQUU7SUFDWkMsUUFBUSxFQUFFLEVBQUU7SUFDWjtJQUNBQyxPQUFPLEVBQUUsWUFBWTtJQUNyQkMsWUFBWSxFQUFFO0VBQ2YsQ0FBQyxDQUFRO0VBRVQsSUFBSSxDQUFDVixPQUFPLENBQUNXLFVBQVUsRUFBRTtJQUN4QlgsT0FBTyxDQUFDVyxVQUFVLEdBQUcsQ0FBQyxDQUFDO0VBQ3hCO0VBQ0FYLE9BQU8sQ0FBQ1csVUFBVSxDQUFDQyxhQUFhLEdBQUc7SUFDbEM7QUFDRDtBQUNBO0FBQ0E7QUFDQTtJQUNDQyxJQUFJLEVBQUUsTUFBTTtJQUVaO0FBQ0Q7QUFDQTtBQUNBO0FBQ0E7SUFDQ0MsSUFBSSxFQUFFO0VBQ1AsQ0FBQztFQUVEQyxpQkFBaUIsQ0FBQ0MsUUFBUSxFQUFFO0VBQzVCQyx1QkFBdUIsQ0FBQ0QsUUFBUSxFQUFFO0VBQ2xDRSxrQkFBa0IsQ0FBQ0YsUUFBUSxFQUFFO0VBQUMsT0FFZmhCLE9BQU87QUFBQSJ9