@sap/ux-specification 1.71.41 → 1.71.45

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 (187) hide show
  1. package/CHANGELOG.md +88 -22
  2. package/README.md +4 -4
  3. package/dist/documentation/runDocu-min.js +2 -0
  4. package/dist/documentation/runDocu-min.js.LICENSE.txt +24 -0
  5. package/dist/documentation/styleDocu.css +227 -0
  6. package/dist/documentation/v2/v2-AnalyticalListPage.html +49 -0
  7. package/dist/documentation/v2/v2-ApplicationV2.html +48 -0
  8. package/dist/documentation/v2/v2-ListReport.html +49 -0
  9. package/dist/documentation/v2/v2-ObjectPage.html +49 -0
  10. package/dist/documentation/v2/v2-OverviewPage.html +49 -0
  11. package/dist/index-min.js +1 -1
  12. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -6
  13. package/dist/schemas/v2/ApplicationV2.json +6 -0
  14. package/dist/schemas/v2/ListReportConfig.json +75 -5
  15. package/dist/schemas/v2/ObjectPageConfig.json +302 -42
  16. package/dist/schemas/v2/OverviewPageConfig.json +24 -41
  17. package/dist/scripts/extractDocu.js +186 -19
  18. package/dist/scripts/extractDocu.js.map +1 -1
  19. package/dist/scripts/runDocu.d.ts +1 -0
  20. package/dist/scripts/runDocu.js +561 -0
  21. package/dist/scripts/runDocu.js.map +1 -0
  22. package/dist/specification/v2/index-min.js +1 -1
  23. package/dist/src/api.js +8 -14
  24. package/dist/src/api.js.map +1 -1
  25. package/dist/src/apiTypes.d.ts +72 -65
  26. package/dist/src/extensionLogger.js +2 -2
  27. package/dist/src/extensionLogger.js.map +1 -1
  28. package/dist/src/specification/common/page.d.ts +2 -2
  29. package/dist/src/specification/common/page.js.map +1 -1
  30. package/dist/src/specification/common/types.d.ts +1 -0
  31. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +3 -1
  32. package/dist/src/specification/common/webapp/manifest/Manifest.js +1 -0
  33. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
  34. package/dist/src/specification/common/webapp/manifest/sapOvp.d.ts +2 -1
  35. package/dist/src/specification/v2/ApplicationV2.d.ts +6 -0
  36. package/dist/src/specification/v2/controls/AnalyticalListPageChart.d.ts +1 -1
  37. package/dist/src/specification/v2/controls/Card.d.ts +11 -13
  38. package/dist/src/specification/v2/controls/Card.js +0 -3
  39. package/dist/src/specification/v2/controls/Card.js.map +1 -1
  40. package/dist/src/specification/v2/controls/Facets.d.ts +2 -1
  41. package/dist/src/specification/v2/controls/Field.d.ts +10 -0
  42. package/dist/src/specification/v2/controls/Field.js +3 -0
  43. package/dist/src/specification/v2/controls/Field.js.map +1 -0
  44. package/dist/src/specification/v2/controls/FormAction.d.ts +38 -0
  45. package/dist/src/specification/v2/controls/FormAction.js +15 -0
  46. package/dist/src/specification/v2/controls/FormAction.js.map +1 -0
  47. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +11 -0
  48. package/dist/src/specification/v2/controls/ObjectPageFooter.js +3 -0
  49. package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +1 -0
  50. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +16 -0
  51. package/dist/src/specification/v2/controls/ObjectPageForm.js +3 -0
  52. package/dist/src/specification/v2/controls/ObjectPageForm.js.map +1 -0
  53. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.d.ts +21 -5
  54. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js +0 -5
  55. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +1 -1
  56. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +24 -7
  57. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +1 -1
  58. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +4 -1
  59. package/dist/src/specification/v2/controls/Table.d.ts +4 -0
  60. package/dist/src/specification/v2/controls/Table.js.map +1 -1
  61. package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -6
  62. package/dist/src/specification/v2/controls/index.d.ts +5 -0
  63. package/dist/src/specification/v2/controls/index.js +1 -1
  64. package/dist/src/specification/v2/controls/index.js.map +1 -1
  65. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -1
  66. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +2 -1
  67. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +1 -0
  68. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +1 -0
  69. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +1 -1
  70. package/dist/src/sync/common/decoration/control.d.ts +8 -1
  71. package/dist/src/sync/common/decoration/control.js +62 -21
  72. package/dist/src/sync/common/decoration/control.js.map +1 -1
  73. package/dist/src/sync/common/flexUtils.d.ts +2 -2
  74. package/dist/src/sync/common/flexUtils.js +10 -5
  75. package/dist/src/sync/common/flexUtils.js.map +1 -1
  76. package/dist/src/sync/common/generate/index.d.ts +1 -0
  77. package/dist/src/sync/common/generate/index.js +7 -0
  78. package/dist/src/sync/common/generate/index.js.map +1 -0
  79. package/dist/src/sync/common/generate/objectPage.d.ts +49 -0
  80. package/dist/src/sync/common/generate/objectPage.js +319 -0
  81. package/dist/src/sync/common/generate/objectPage.js.map +1 -0
  82. package/dist/src/sync/common/import/utils.d.ts +28 -0
  83. package/dist/src/sync/common/import/utils.js +75 -0
  84. package/dist/src/sync/common/import/utils.js.map +1 -0
  85. package/dist/src/sync/common/importProject.js +53 -50
  86. package/dist/src/sync/common/importProject.js.map +1 -1
  87. package/dist/src/sync/common/index.d.ts +2 -0
  88. package/dist/src/sync/common/index.js +2 -0
  89. package/dist/src/sync/common/index.js.map +1 -1
  90. package/dist/src/sync/common/types.d.ts +19 -6
  91. package/dist/src/sync/common/types.js +12 -0
  92. package/dist/src/sync/common/types.js.map +1 -1
  93. package/dist/src/sync/common/utils.d.ts +30 -9
  94. package/dist/src/sync/common/utils.js +255 -173
  95. package/dist/src/sync/common/utils.js.map +1 -1
  96. package/dist/src/sync/v2/application.d.ts +2 -0
  97. package/dist/src/sync/v2/application.js +18 -5
  98. package/dist/src/sync/v2/application.js.map +1 -1
  99. package/dist/src/sync/v2/export/controls/Card.d.ts +4 -3
  100. package/dist/src/sync/v2/export/controls/Card.js +16 -9
  101. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  102. package/dist/src/sync/v2/export/controls/Field.d.ts +4 -0
  103. package/dist/src/sync/v2/export/controls/Field.js +32 -0
  104. package/dist/src/sync/v2/export/controls/Field.js.map +1 -0
  105. package/dist/src/sync/v2/export/controls/FormAction.d.ts +15 -0
  106. package/dist/src/sync/v2/export/controls/FormAction.js +127 -0
  107. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -0
  108. package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
  109. package/dist/src/sync/v2/export/controls/Fragment.js +100 -87
  110. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  111. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
  112. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  113. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -2
  114. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +43 -4
  115. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  116. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +25 -0
  117. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +113 -0
  118. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -0
  119. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +4 -5
  120. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  121. package/dist/src/sync/v2/export/controls/Table.d.ts +8 -1
  122. package/dist/src/sync/v2/export/controls/Table.js +88 -31
  123. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  124. package/dist/src/sync/v2/export/controls/TableColumn.js +1 -1
  125. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  126. package/dist/src/sync/v2/export/controls/index.d.ts +3 -0
  127. package/dist/src/sync/v2/export/controls/index.js +3 -0
  128. package/dist/src/sync/v2/export/controls/index.js.map +1 -1
  129. package/dist/src/sync/v2/export/export.d.ts +24 -10
  130. package/dist/src/sync/v2/export/export.js +285 -503
  131. package/dist/src/sync/v2/export/export.js.map +1 -1
  132. package/dist/src/sync/v2/export/exportPage.d.ts +10 -0
  133. package/dist/src/sync/v2/export/exportPage.js +311 -0
  134. package/dist/src/sync/v2/export/exportPage.js.map +1 -0
  135. package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -1
  136. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  137. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +3 -1
  138. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  139. package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
  140. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  141. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -9
  142. package/dist/src/sync/v2/generate/analyticalListReport.js +13 -16
  143. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  144. package/dist/src/sync/v2/generate/generate.js +28 -6
  145. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  146. package/dist/src/sync/v2/generate/listReport.d.ts +3 -9
  147. package/dist/src/sync/v2/generate/listReport.js +20 -23
  148. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  149. package/dist/src/sync/v2/generate/objectPage.d.ts +3 -10
  150. package/dist/src/sync/v2/generate/objectPage.js +226 -141
  151. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  152. package/dist/src/sync/v2/generate/utils.d.ts +1 -2
  153. package/dist/src/sync/v2/generate/utils.js +21 -6
  154. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  155. package/dist/src/sync/v2/import/app/appProvider.js +25 -3
  156. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  157. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -1
  158. package/dist/src/sync/v2/import/app/ovpProvider.js +7 -3
  159. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  160. package/dist/src/sync/v2/import/common/index.d.ts +10 -1
  161. package/dist/src/sync/v2/import/common/index.js +17 -38
  162. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  163. package/dist/src/sync/v2/import/controls/table.d.ts +2 -1
  164. package/dist/src/sync/v2/import/controls/table.js +1 -1
  165. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  166. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -8
  167. package/dist/src/sync/v2/import/pages/analyticalListPage.js +23 -24
  168. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  169. package/dist/src/sync/v2/import/pages/listReport.d.ts +3 -7
  170. package/dist/src/sync/v2/import/pages/listReport.js +23 -24
  171. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  172. package/dist/src/sync/v2/import/pages/objectPage.d.ts +6 -12
  173. package/dist/src/sync/v2/import/pages/objectPage.js +293 -154
  174. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  175. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +9 -1
  176. package/dist/src/sync/v2/import/pages/overviewPage.js +69 -39
  177. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  178. package/dist/src/sync/v2/import/utils.d.ts +3 -3
  179. package/dist/src/sync/v2/import/utils.js +5 -5
  180. package/dist/src/sync/v2/import/utils.js.map +1 -1
  181. package/dist/src/sync/v2/types.d.ts +32 -0
  182. package/dist/src/sync/v2/types.js +15 -0
  183. package/dist/src/sync/v2/types.js.map +1 -1
  184. package/dist/src/sync/v4/utils/StableIdHelper.d.ts +4 -0
  185. package/dist/src/sync/v4/utils/StableIdHelper.js +153 -0
  186. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -0
  187. package/package.json +15 -7
@@ -37,6 +37,9 @@
37
37
  }
38
38
  ]
39
39
  },
40
+ "footer": {
41
+ "$ref": "#/definitions/ObjectPageFooter<GenericFooterActions>"
42
+ },
40
43
  "$schema": {
41
44
  "type": "string"
42
45
  }
@@ -102,6 +105,30 @@
102
105
  "isViewNode": true,
103
106
  "type": "object",
104
107
  "properties": {
108
+ "tooltip": {
109
+ "description": "Text for tooltip of button",
110
+ "type": "string",
111
+ "artifactType": "FlexChange",
112
+ "controlType": "sap.uxap.ObjectPageHeaderActionButton"
113
+ },
114
+ "icon": {
115
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
116
+ "type": "string",
117
+ "artifactType": "FlexChange",
118
+ "controlType": "sap.uxap.ObjectPageHeaderActionButton"
119
+ },
120
+ "activeIcon": {
121
+ "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
122
+ "type": "string",
123
+ "artifactType": "FlexChange",
124
+ "controlType": "sap.uxap.ObjectPageHeaderActionButton"
125
+ },
126
+ "type": {
127
+ "$ref": "#/definitions/ButtonType",
128
+ "description": "Defines the Button type.",
129
+ "artifactType": "FlexChange",
130
+ "controlType": "sap.uxap.ObjectPageHeaderActionButton"
131
+ },
105
132
  "visible": {
106
133
  "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
107
134
  "anyOf": [
@@ -109,20 +136,35 @@
109
136
  "enum": [
110
137
  false,
111
138
  true,
112
- "{= !${ui>/editable}}",
113
- "{ui>/editable}"
139
+ "{ui>/editable}",
140
+ "{= !${ui>/editable}}"
114
141
  ]
115
142
  },
116
143
  {
117
144
  "type": "string"
118
145
  }
119
146
  ],
147
+ "description": "Whether the button should be visible on the screen.",
120
148
  "artifactType": "FlexChange",
121
- "controlType": "sap.m.Button"
149
+ "controlType": "sap.uxap.ObjectPageHeaderActionButton"
122
150
  }
123
151
  },
124
152
  "additionalProperties": false
125
153
  },
154
+ "ButtonType": {
155
+ "enum": [
156
+ "Accept",
157
+ "Back",
158
+ "Default",
159
+ "Emphasized",
160
+ "Ghost",
161
+ "Reject",
162
+ "Transparent",
163
+ "Unstyled",
164
+ "Up"
165
+ ],
166
+ "type": "string"
167
+ },
126
168
  "ObjectPageLayout": {
127
169
  "description": "Page Layout",
128
170
  "isViewNode": true,
@@ -158,9 +200,153 @@
158
200
  "GenericSections": {
159
201
  "type": "object",
160
202
  "additionalProperties": {
161
- "$ref": "#/definitions/ObjectPageSectionTableV2"
203
+ "anyOf": [
204
+ {
205
+ "$ref": "#/definitions/ObjectPageSectionFormV2"
206
+ },
207
+ {
208
+ "$ref": "#/definitions/ObjectPageSectionTableV2"
209
+ },
210
+ {
211
+ "$ref": "#/definitions/ObjectPageSubSectionV2"
212
+ }
213
+ ]
214
+ }
215
+ },
216
+ "ObjectPageSectionFormV2": {
217
+ "description": "Form",
218
+ "isViewNode": true,
219
+ "type": "object",
220
+ "properties": {
221
+ "form": {
222
+ "$ref": "#/definitions/ObjectPageForm"
223
+ },
224
+ "visible": {
225
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
226
+ "anyOf": [
227
+ {
228
+ "enum": [
229
+ false,
230
+ true,
231
+ "{ui>/editable}",
232
+ "{= !${ui>/editable}}"
233
+ ]
234
+ },
235
+ {
236
+ "type": "string"
237
+ }
238
+ ],
239
+ "description": "Whether the section should be visible on the screen.",
240
+ "artifactType": "FlexChange",
241
+ "controlType": "sap.uxap.ObjectPageSection"
242
+ }
243
+ },
244
+ "additionalProperties": false
245
+ },
246
+ "ObjectPageForm": {
247
+ "description": "Object Page Form",
248
+ "isViewNode": true,
249
+ "type": "object",
250
+ "properties": {
251
+ "fields": {
252
+ "$ref": "#/definitions/ObjectPageFormFields"
253
+ },
254
+ "actions": {
255
+ "$ref": "#/definitions/ObjectPageFormActions"
256
+ }
257
+ },
258
+ "additionalProperties": false
259
+ },
260
+ "ObjectPageFormFields": {
261
+ "type": "object",
262
+ "additionalProperties": {
263
+ "$ref": "#/definitions/Field"
162
264
  }
163
265
  },
266
+ "Field": {
267
+ "description": "Field",
268
+ "isViewNode": true,
269
+ "type": "object",
270
+ "properties": {
271
+ "visible": {
272
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
273
+ "anyOf": [
274
+ {
275
+ "enum": [
276
+ false,
277
+ true,
278
+ "{ui>/editable}",
279
+ "{= !${ui>/editable}}"
280
+ ]
281
+ },
282
+ {
283
+ "type": "string"
284
+ }
285
+ ],
286
+ "description": "Whether the field should be visible on the screen.",
287
+ "artifactType": "FlexChange",
288
+ "controlType": "sap.ui.comp.smartform.SmartGroup"
289
+ }
290
+ },
291
+ "additionalProperties": false
292
+ },
293
+ "ObjectPageFormActions": {
294
+ "type": "object",
295
+ "additionalProperties": {
296
+ "$ref": "#/definitions/FormAction"
297
+ }
298
+ },
299
+ "FormAction": {
300
+ "description": "Action",
301
+ "isViewNode": true,
302
+ "type": "object",
303
+ "properties": {
304
+ "tooltip": {
305
+ "description": "Text for tooltip of button",
306
+ "type": "string",
307
+ "artifactType": "FlexChange",
308
+ "controlType": "sap.m.Button"
309
+ },
310
+ "icon": {
311
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
312
+ "type": "string",
313
+ "artifactType": "FlexChange",
314
+ "controlType": "sap.m.Button"
315
+ },
316
+ "activeIcon": {
317
+ "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
318
+ "type": "string",
319
+ "artifactType": "FlexChange",
320
+ "controlType": "sap.m.Button"
321
+ },
322
+ "type": {
323
+ "$ref": "#/definitions/ButtonType",
324
+ "description": "Defines the Button type.",
325
+ "artifactType": "FlexChange",
326
+ "controlType": "sap.m.Button"
327
+ },
328
+ "visible": {
329
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
330
+ "anyOf": [
331
+ {
332
+ "enum": [
333
+ false,
334
+ true,
335
+ "{ui>/editable}",
336
+ "{= !${ui>/editable}}"
337
+ ]
338
+ },
339
+ {
340
+ "type": "string"
341
+ }
342
+ ],
343
+ "description": "Whether the button should be visible on the screen.",
344
+ "artifactType": "FlexChange",
345
+ "controlType": "sap.m.Button"
346
+ }
347
+ },
348
+ "additionalProperties": false
349
+ },
164
350
  "ObjectPageSectionTableV2": {
165
351
  "description": "Table",
166
352
  "isViewNode": true,
@@ -181,6 +367,25 @@
181
367
  "$ref": "#/definitions/ObjectPageTreeTable"
182
368
  }
183
369
  ]
370
+ },
371
+ "visible": {
372
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
373
+ "anyOf": [
374
+ {
375
+ "enum": [
376
+ false,
377
+ true,
378
+ "{ui>/editable}",
379
+ "{= !${ui>/editable}}"
380
+ ]
381
+ },
382
+ {
383
+ "type": "string"
384
+ }
385
+ ],
386
+ "description": "Whether the section should be visible on the screen.",
387
+ "artifactType": "FlexChange",
388
+ "controlType": "sap.uxap.ObjectPageSection"
184
389
  }
185
390
  },
186
391
  "additionalProperties": false
@@ -268,12 +473,13 @@
268
473
  "type": "boolean",
269
474
  "artifactType": "Manifest"
270
475
  },
271
- "columns": {
272
- "$ref": "#/definitions/GenericColumns"
273
- },
274
476
  "toolBar": {
275
477
  "$ref": "#/definitions/ObjectPageToolBar",
276
478
  "description": "Tool Bar"
479
+ },
480
+ "columns": {
481
+ "$ref": "#/definitions/GenericColumns",
482
+ "description": "Columns"
277
483
  }
278
484
  },
279
485
  "additionalProperties": false
@@ -329,6 +535,30 @@
329
535
  "key"
330
536
  ]
331
537
  },
538
+ "ObjectPageToolBar": {
539
+ "description": "Toolbar",
540
+ "isViewNode": true,
541
+ "type": "object",
542
+ "properties": {
543
+ "actions": {
544
+ "$ref": "#/definitions/ObjectPageToolBarActions"
545
+ }
546
+ },
547
+ "additionalProperties": false,
548
+ "required": [
549
+ "actions"
550
+ ]
551
+ },
552
+ "ObjectPageToolBarActions": {
553
+ "description": "Actions",
554
+ "isViewNode": true,
555
+ "type": "object",
556
+ "additionalProperties": {
557
+ "type": "object",
558
+ "properties": {},
559
+ "additionalProperties": true
560
+ }
561
+ },
332
562
  "GenericColumns": {
333
563
  "type": "object",
334
564
  "additionalProperties": {
@@ -453,30 +683,6 @@
453
683
  ],
454
684
  "type": "string"
455
685
  },
456
- "ObjectPageToolBar": {
457
- "description": "Toolbar",
458
- "isViewNode": true,
459
- "type": "object",
460
- "properties": {
461
- "actions": {
462
- "$ref": "#/definitions/ObjectPageToolBarActions"
463
- }
464
- },
465
- "additionalProperties": false,
466
- "required": [
467
- "actions"
468
- ]
469
- },
470
- "ObjectPageToolBarActions": {
471
- "description": "Actions",
472
- "isViewNode": true,
473
- "type": "object",
474
- "additionalProperties": {
475
- "type": "object",
476
- "properties": {},
477
- "additionalProperties": true
478
- }
479
- },
480
686
  "ObjectPageAnalyticalTable": {
481
687
  "description": "Table",
482
688
  "isViewNode": true,
@@ -541,12 +747,13 @@
541
747
  "type": "boolean",
542
748
  "artifactType": "Manifest"
543
749
  },
544
- "columns": {
545
- "$ref": "#/definitions/GenericColumns"
546
- },
547
750
  "toolBar": {
548
751
  "$ref": "#/definitions/ObjectPageToolBar",
549
752
  "description": "Tool Bar"
753
+ },
754
+ "columns": {
755
+ "$ref": "#/definitions/GenericColumns",
756
+ "description": "Columns"
550
757
  }
551
758
  },
552
759
  "additionalProperties": false
@@ -615,12 +822,13 @@
615
822
  "type": "boolean",
616
823
  "artifactType": "Manifest"
617
824
  },
618
- "columns": {
619
- "$ref": "#/definitions/GenericColumns"
620
- },
621
825
  "toolBar": {
622
826
  "$ref": "#/definitions/ObjectPageToolBar",
623
827
  "description": "Tool Bar"
828
+ },
829
+ "columns": {
830
+ "$ref": "#/definitions/GenericColumns",
831
+ "description": "Columns"
624
832
  }
625
833
  },
626
834
  "additionalProperties": false
@@ -689,12 +897,45 @@
689
897
  "type": "boolean",
690
898
  "artifactType": "Manifest"
691
899
  },
692
- "columns": {
693
- "$ref": "#/definitions/GenericColumns"
694
- },
695
900
  "toolBar": {
696
901
  "$ref": "#/definitions/ObjectPageToolBar",
697
902
  "description": "Tool Bar"
903
+ },
904
+ "columns": {
905
+ "$ref": "#/definitions/GenericColumns",
906
+ "description": "Columns"
907
+ }
908
+ },
909
+ "additionalProperties": false
910
+ },
911
+ "ObjectPageSubSectionV2": {
912
+ "description": "Subsection",
913
+ "isViewNode": true,
914
+ "type": "object",
915
+ "properties": {
916
+ "subsections": {
917
+ "type": "object",
918
+ "properties": {},
919
+ "additionalProperties": true
920
+ },
921
+ "visible": {
922
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
923
+ "anyOf": [
924
+ {
925
+ "enum": [
926
+ false,
927
+ true,
928
+ "{ui>/editable}",
929
+ "{= !${ui>/editable}}"
930
+ ]
931
+ },
932
+ {
933
+ "type": "string"
934
+ }
935
+ ],
936
+ "description": "Whether the section should be visible on the screen.",
937
+ "artifactType": "FlexChange",
938
+ "controlType": "sap.uxap.ObjectPageSubSection"
698
939
  }
699
940
  },
700
941
  "additionalProperties": false
@@ -744,7 +985,7 @@
744
985
  "$ref": "#/definitions/SectionPosition"
745
986
  },
746
987
  "title": {
747
- "description": "The label of the custom section, preferrable as an i18n key",
988
+ "description": "The label of the custom section, preferably as an i18n key",
748
989
  "i18nClassification": "TIT: Custom section title",
749
990
  "type": "string"
750
991
  }
@@ -803,7 +1044,7 @@
803
1044
  "$ref": "#/definitions/SectionPosition"
804
1045
  },
805
1046
  "title": {
806
- "description": "The label of the custom section, preferrable as an i18n key",
1047
+ "description": "The label of the custom section, preferably as an i18n key",
807
1048
  "i18nClassification": "TIT: Custom section title",
808
1049
  "type": "string"
809
1050
  }
@@ -817,6 +1058,25 @@
817
1058
  "title",
818
1059
  "type"
819
1060
  ]
1061
+ },
1062
+ "ObjectPageFooter<GenericFooterActions>": {
1063
+ "description": "Footer",
1064
+ "isViewNode": true,
1065
+ "type": "object",
1066
+ "properties": {
1067
+ "actions": {
1068
+ "$ref": "#/definitions/GenericFooterActions"
1069
+ }
1070
+ },
1071
+ "additionalProperties": false
1072
+ },
1073
+ "GenericFooterActions": {
1074
+ "type": "object",
1075
+ "additionalProperties": {
1076
+ "type": "object",
1077
+ "properties": {},
1078
+ "additionalProperties": true
1079
+ }
820
1080
  }
821
1081
  },
822
1082
  "$schema": "http://json-schema.org/draft-07/schema#"
@@ -240,14 +240,8 @@
240
240
  "type": "boolean"
241
241
  },
242
242
  "navigation": {
243
- "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
244
- "enum": [
245
- "chartNav",
246
- "dataPointNav",
247
- "headerNav",
248
- "noHeaderNav"
249
- ],
250
- "type": "string"
243
+ "$ref": "#/definitions/CustomCardNavigationType",
244
+ "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
251
245
  },
252
246
  "showFilterInHeader": {
253
247
  "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
@@ -367,7 +361,7 @@
367
361
  ]
368
362
  },
369
363
  "requireAppAuthorization": {
370
- "description": "Used to set authorization check at card level",
364
+ "description": "Define an authorization check at card level",
371
365
  "type": "string"
372
366
  }
373
367
  },
@@ -375,6 +369,15 @@
375
369
  "title"
376
370
  ]
377
371
  },
372
+ "CustomCardNavigationType": {
373
+ "enum": [
374
+ "chartNav",
375
+ "dataPointNav",
376
+ "headerNav",
377
+ "noHeaderNav"
378
+ ],
379
+ "type": "string"
380
+ },
378
381
  "PlotAreaDef": {
379
382
  "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size.",
380
383
  "type": "object",
@@ -572,7 +575,7 @@
572
575
  ]
573
576
  },
574
577
  "requireAppAuthorization": {
575
- "description": "Used to set authorization check at card level",
578
+ "description": "Define an authorization check at card level",
576
579
  "type": "string"
577
580
  }
578
581
  },
@@ -691,20 +694,6 @@
691
694
  "$ref": "#/definitions/StackCardSettings",
692
695
  "description": "Represents the properties that are passed to the stack card.",
693
696
  "artifactType": "Manifest"
694
- },
695
- "tabs": {
696
- "description": "Represents the Stack Card with view switch control.",
697
- "type": "array",
698
- "items": [
699
- {
700
- "$ref": "#/definitions/TabSetting"
701
- }
702
- ],
703
- "minItems": 1,
704
- "additionalItems": {
705
- "$ref": "#/definitions/TabSetting"
706
- },
707
- "artifactType": "Manifest"
708
697
  }
709
698
  },
710
699
  "additionalProperties": false,
@@ -813,7 +802,7 @@
813
802
  ]
814
803
  },
815
804
  "requireAppAuthorization": {
816
- "description": "Used to set authorization check at card level",
805
+ "description": "Define an authorization check at card level",
817
806
  "type": "string"
818
807
  }
819
808
  },
@@ -846,20 +835,6 @@
846
835
  "$ref": "#/definitions/LinkListCardSettings",
847
836
  "description": "Represents the properties that are passed to the link list card.",
848
837
  "artifactType": "Manifest"
849
- },
850
- "tabs": {
851
- "description": "Represents the card with view switch control.",
852
- "type": "array",
853
- "items": [
854
- {
855
- "$ref": "#/definitions/TabSetting"
856
- }
857
- ],
858
- "minItems": 1,
859
- "additionalItems": {
860
- "$ref": "#/definitions/TabSetting"
861
- },
862
- "artifactType": "Manifest"
863
838
  }
864
839
  },
865
840
  "additionalProperties": false,
@@ -957,6 +932,14 @@
957
932
  "items": {
958
933
  "$ref": "#/definitions/StaticContent"
959
934
  }
935
+ },
936
+ "requireAppAuthorization": {
937
+ "description": "Define an authorization check at card level",
938
+ "type": "string"
939
+ },
940
+ "annotationPath": {
941
+ "description": "Represents the annotation path.",
942
+ "type": "string"
960
943
  }
961
944
  },
962
945
  "additionalProperties": false,
@@ -1187,7 +1170,7 @@
1187
1170
  ]
1188
1171
  },
1189
1172
  "requireAppAuthorization": {
1190
- "description": "Used to set authorization check at card level",
1173
+ "description": "Define an authorization check at card level",
1191
1174
  "type": "string"
1192
1175
  }
1193
1176
  },
@@ -1330,7 +1313,7 @@
1330
1313
  ]
1331
1314
  },
1332
1315
  "requireAppAuthorization": {
1333
- "description": "Used to set authorization check at card level",
1316
+ "description": "Define an authorization check at card level",
1334
1317
  "type": "string"
1335
1318
  }
1336
1319
  },