@sap/ux-specification 1.139.4 → 1.142.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 (230) hide show
  1. package/CHANGELOG.md +10 -91
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +239 -242
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ApplicationV2.json +18 -9
  16. package/dist/schemas/v2/ListReportNewConfig.json +91 -0
  17. package/dist/schemas/v4/ApplicationV4.json +43 -16
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +138 -42
  19. package/dist/schemas/v4/ListReportConfig.json +248 -9
  20. package/dist/schemas/v4/ObjectPageConfig.json +317 -3
  21. package/dist/specification/package.json +7 -7
  22. package/dist/specification/scripts/macros/corrections.d.ts +40 -0
  23. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  24. package/dist/specification/scripts/macros/corrections.js +78 -6
  25. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  26. package/dist/specification/scripts/macros/schema.d.ts +7 -0
  27. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  28. package/dist/specification/scripts/macros/schema.js +62 -15
  29. package/dist/specification/scripts/macros/schema.js.map +1 -1
  30. package/dist/specification/scripts/macros/types.d.ts +2 -0
  31. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  32. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  33. package/dist/specification/scripts/schema/to-json-schema.js +54 -9
  34. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  35. package/dist/specification/src/api.js +1 -1
  36. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  37. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +1 -0
  38. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  39. package/dist/specification/src/sync/common/decoration/decorators.d.ts +65 -4
  40. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  41. package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
  42. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  43. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +10 -3
  44. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  45. package/dist/specification/src/sync/common/distTagEvaluator.js +14 -4
  46. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  47. package/dist/specification/src/sync/common/dist_tag.json +9 -5
  48. package/dist/specification/src/sync/common/generate/objectPage.d.ts +10 -1
  49. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  50. package/dist/specification/src/sync/common/generate/objectPage.js +63 -7
  51. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  52. package/dist/specification/src/sync/common/generate/utils.d.ts +5 -5
  53. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  54. package/dist/specification/src/sync/common/generate/utils.js +8 -5
  55. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  56. package/dist/specification/src/sync/common/i18n.json +7 -2
  57. package/dist/specification/src/sync/common/rules.d.ts +1 -0
  58. package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
  59. package/dist/specification/src/sync/common/rules.js +39 -14
  60. package/dist/specification/src/sync/common/rules.js.map +1 -1
  61. package/dist/specification/src/sync/common/utils.d.ts +39 -1
  62. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  63. package/dist/specification/src/sync/common/utils.js +202 -59
  64. package/dist/specification/src/sync/common/utils.js.map +1 -1
  65. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  66. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +1 -10
  67. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +1 -2
  69. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
  70. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  71. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -1
  73. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  74. package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +8 -0
  75. package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/generate/stableIdUtils.js +1 -0
  77. package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
  78. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +3 -2
  79. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
  80. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts +78 -0
  81. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts.map +1 -0
  82. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +454 -0
  83. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -0
  84. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +54 -0
  85. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -0
  86. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +148 -0
  87. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -0
  88. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +2 -0
  89. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +2 -0
  91. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  92. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +4 -2
  93. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +61 -23
  95. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  96. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +28 -13
  98. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  99. package/dist/specification/src/sync/v2/utils.d.ts +7 -0
  100. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  101. package/dist/specification/src/sync/v2/utils.js +10 -0
  102. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  103. package/dist/specification/src/sync/v4/application.d.ts +4 -0
  104. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  105. package/dist/specification/src/sync/v4/application.js +51 -1
  106. package/dist/specification/src/sync/v4/application.js.map +1 -1
  107. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -0
  108. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +20 -0
  110. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  111. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +5 -1
  112. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js +40 -0
  114. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
  115. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +8 -2
  116. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +47 -4
  118. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  119. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -0
  120. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +20 -0
  122. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  123. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +10 -2
  124. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  125. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +67 -4
  126. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  127. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +2 -0
  128. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -1
  129. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +20 -0
  130. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -1
  131. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +2 -0
  132. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  133. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +10 -0
  134. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  135. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +10 -2
  136. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  137. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +66 -3
  138. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  139. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +3 -0
  140. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  141. package/dist/specification/src/sync/v4/export/controls/Table.js +40 -23
  142. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  143. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +2 -0
  144. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +20 -0
  146. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  147. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +20 -4
  148. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  149. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +133 -7
  150. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  151. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v4/export/export.js +13 -11
  153. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  154. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +13 -3
  156. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  157. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  158. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +16 -1
  159. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  160. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +1 -1
  161. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  162. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/generate/listReport.js +94 -1
  164. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  165. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -0
  166. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v4/generate/objectPage.js +64 -8
  168. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  169. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v4/import/pages/objectPage.js +33 -13
  171. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  172. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +141 -0
  173. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
  174. package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
  175. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
  176. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
  177. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
  178. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
  179. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
  180. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
  181. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
  182. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
  183. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
  184. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
  185. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
  186. package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
  187. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
  188. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
  189. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
  190. package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
  191. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
  192. package/dist/specification/src/sync/v4/utils/utils.d.ts +36 -2
  193. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  194. package/dist/specification/src/sync/v4/utils/utils.js +144 -23
  195. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  196. package/dist/types/src/common/types.d.ts +120 -7
  197. package/dist/types/src/common/types.d.ts.map +1 -1
  198. package/dist/types/src/common/types.js +12 -3
  199. package/dist/types/src/common/types.js.map +1 -1
  200. package/dist/types/src/v4/application.d.ts +7 -0
  201. package/dist/types/src/v4/application.d.ts.map +1 -1
  202. package/dist/types/src/v4/controls/Action.d.ts +23 -0
  203. package/dist/types/src/v4/controls/Action.d.ts.map +1 -0
  204. package/dist/types/src/v4/controls/Action.js +11 -0
  205. package/dist/types/src/v4/controls/Action.js.map +1 -0
  206. package/dist/types/src/v4/controls/CustomAction.d.ts +2 -1
  207. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  208. package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
  209. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +2 -1
  210. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
  211. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +6 -3
  212. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  213. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -3
  214. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  215. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +7 -0
  216. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  217. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  218. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +10 -7
  219. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  220. package/dist/types/src/v4/controls/Table.d.ts +14 -1
  221. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  222. package/dist/types/src/v4/controls/Table.js.map +1 -1
  223. package/dist/types/src/v4/controls/ToolBar.d.ts +32 -10
  224. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  225. package/dist/types/src/v4/controls/ToolBar.js.map +1 -1
  226. package/dist/types/src/v4/controls/index.d.ts +1 -0
  227. package/dist/types/src/v4/controls/index.d.ts.map +1 -1
  228. package/dist/types/src/v4/controls/index.js +1 -0
  229. package/dist/types/src/v4/controls/index.js.map +1 -1
  230. package/package.json +7 -7
@@ -122,6 +122,24 @@
122
122
  ],
123
123
  "description": "Defines if the action is enabled. The default value is true.",
124
124
  "artifactType": "Manifest"
125
+ },
126
+ "overflowGroup": {
127
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
128
+ "artifactType": "Manifest",
129
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
130
+ "type": "number"
131
+ },
132
+ "priority": {
133
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
134
+ "artifactType": "Manifest",
135
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
136
+ "enum": [
137
+ "AlwaysOverflow",
138
+ "High",
139
+ "Low",
140
+ "NeverOverflow"
141
+ ],
142
+ "type": "string"
125
143
  }
126
144
  },
127
145
  "additionalProperties": false,
@@ -376,14 +394,13 @@
376
394
  "additionalProperties": {
377
395
  "anyOf": [
378
396
  {
379
- "$ref": "#/definitions/ViewToolBarActionGroup"
397
+ "$ref": "#/definitions/GroupableAction"
380
398
  },
381
399
  {
382
- "$ref": "#/definitions/ViewToolBarAction"
400
+ "$ref": "#/definitions/ViewToolBarActionGroup"
383
401
  },
384
402
  {
385
- "type": "object",
386
- "properties": {}
403
+ "$ref": "#/definitions/ViewToolBarAction"
387
404
  },
388
405
  {
389
406
  "$ref": "#/definitions/ViewTableCustomAction"
@@ -391,15 +408,73 @@
391
408
  ]
392
409
  }
393
410
  },
411
+ "GroupableAction": {
412
+ "type": "object",
413
+ "properties": {
414
+ "overflowGroup": {
415
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
416
+ "artifactType": "Manifest",
417
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
418
+ "type": "number"
419
+ },
420
+ "priority": {
421
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
422
+ "artifactType": "Manifest",
423
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
424
+ "enum": [
425
+ "AlwaysOverflow",
426
+ "High",
427
+ "Low",
428
+ "NeverOverflow"
429
+ ],
430
+ "type": "string"
431
+ }
432
+ },
433
+ "additionalProperties": false
434
+ },
394
435
  "ViewToolBarActionGroup": {
395
436
  "type": "object",
396
437
  "additionalProperties": {
397
- "$ref": "#/definitions/ViewToolBarAction"
438
+ "anyOf": [
439
+ {
440
+ "$ref": "#/definitions/ViewToolBarActionBase"
441
+ },
442
+ {
443
+ "enum": [
444
+ "AlwaysOverflow",
445
+ "High",
446
+ "Low",
447
+ "NeverOverflow"
448
+ ],
449
+ "type": "string"
450
+ },
451
+ {
452
+ "type": "number"
453
+ }
454
+ ]
455
+ },
456
+ "properties": {
457
+ "overflowGroup": {
458
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
459
+ "artifactType": "Manifest",
460
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
461
+ "type": "number"
462
+ },
463
+ "priority": {
464
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
465
+ "artifactType": "Manifest",
466
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
467
+ "enum": [
468
+ "AlwaysOverflow",
469
+ "High",
470
+ "Low",
471
+ "NeverOverflow"
472
+ ],
473
+ "type": "string"
474
+ }
398
475
  }
399
476
  },
400
- "ViewToolBarAction": {
401
- "description": "Action",
402
- "isViewNode": true,
477
+ "ViewToolBarActionBase": {
403
478
  "type": "object",
404
479
  "properties": {
405
480
  "enableOnSelect": {
@@ -439,6 +514,42 @@
439
514
  },
440
515
  "additionalProperties": false
441
516
  },
517
+ "ViewToolBarAction": {
518
+ "description": "Action",
519
+ "isViewNode": true,
520
+ "type": "object",
521
+ "properties": {
522
+ "enableOnSelect": {
523
+ "$ref": "#/definitions/SelectType",
524
+ "description": "Enables single selection for a bound action",
525
+ "artifactType": "Manifest"
526
+ },
527
+ "afterExecution": {
528
+ "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
529
+ "description": "Settings that control the behavior after creating a new entry.",
530
+ "artifactType": "Manifest"
531
+ },
532
+ "overflowGroup": {
533
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
534
+ "artifactType": "Manifest",
535
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
536
+ "type": "number"
537
+ },
538
+ "priority": {
539
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
540
+ "artifactType": "Manifest",
541
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
542
+ "enum": [
543
+ "AlwaysOverflow",
544
+ "High",
545
+ "Low",
546
+ "NeverOverflow"
547
+ ],
548
+ "type": "string"
549
+ }
550
+ },
551
+ "additionalProperties": false
552
+ },
442
553
  "ViewTableCustomAction": {
443
554
  "type": "object",
444
555
  "properties": {
@@ -494,6 +605,24 @@
494
605
  ],
495
606
  "description": "Defines if the action is enabled. The default value is true.",
496
607
  "artifactType": "Manifest"
608
+ },
609
+ "overflowGroup": {
610
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
611
+ "artifactType": "Manifest",
612
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
613
+ "type": "number"
614
+ },
615
+ "priority": {
616
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
617
+ "artifactType": "Manifest",
618
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
619
+ "enum": [
620
+ "AlwaysOverflow",
621
+ "High",
622
+ "Low",
623
+ "NeverOverflow"
624
+ ],
625
+ "type": "string"
497
626
  }
498
627
  },
499
628
  "additionalProperties": false,
@@ -729,6 +858,24 @@
729
858
  "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
730
859
  "description": "Settings that control the behavior after creating a new entry.",
731
860
  "artifactType": "Manifest"
861
+ },
862
+ "overflowGroup": {
863
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
864
+ "artifactType": "Manifest",
865
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
866
+ "type": "number"
867
+ },
868
+ "priority": {
869
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
870
+ "artifactType": "Manifest",
871
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
872
+ "enum": [
873
+ "AlwaysOverflow",
874
+ "High",
875
+ "Low",
876
+ "NeverOverflow"
877
+ ],
878
+ "type": "string"
732
879
  }
733
880
  },
734
881
  "additionalProperties": false
@@ -736,9 +883,61 @@
736
883
  "ToolBarActionGroup": {
737
884
  "type": "object",
738
885
  "additionalProperties": {
739
- "$ref": "#/definitions/ToolBarAction"
886
+ "anyOf": [
887
+ {
888
+ "$ref": "#/definitions/ToolBarActionBase"
889
+ },
890
+ {
891
+ "enum": [
892
+ "AlwaysOverflow",
893
+ "High",
894
+ "Low",
895
+ "NeverOverflow"
896
+ ],
897
+ "type": "string"
898
+ },
899
+ {
900
+ "type": "number"
901
+ }
902
+ ]
903
+ },
904
+ "properties": {
905
+ "overflowGroup": {
906
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
907
+ "artifactType": "Manifest",
908
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
909
+ "type": "number"
910
+ },
911
+ "priority": {
912
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
913
+ "artifactType": "Manifest",
914
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
915
+ "enum": [
916
+ "AlwaysOverflow",
917
+ "High",
918
+ "Low",
919
+ "NeverOverflow"
920
+ ],
921
+ "type": "string"
922
+ }
740
923
  }
741
924
  },
925
+ "ToolBarActionBase": {
926
+ "type": "object",
927
+ "properties": {
928
+ "enableOnSelect": {
929
+ "$ref": "#/definitions/SelectType",
930
+ "description": "Enables single selection for a bound action.",
931
+ "artifactType": "Manifest"
932
+ },
933
+ "afterExecution": {
934
+ "$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
935
+ "description": "Settings that control the behavior after creating a new entry.",
936
+ "artifactType": "Manifest"
937
+ }
938
+ },
939
+ "additionalProperties": false
940
+ },
742
941
  "CustomTableAction": {
743
942
  "type": "object",
744
943
  "properties": {
@@ -794,6 +993,24 @@
794
993
  ],
795
994
  "description": "Defines if the action is enabled. The default value is true.",
796
995
  "artifactType": "Manifest"
996
+ },
997
+ "overflowGroup": {
998
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
999
+ "artifactType": "Manifest",
1000
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1001
+ "type": "number"
1002
+ },
1003
+ "priority": {
1004
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
1005
+ "artifactType": "Manifest",
1006
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1007
+ "enum": [
1008
+ "AlwaysOverflow",
1009
+ "High",
1010
+ "Low",
1011
+ "NeverOverflow"
1012
+ ],
1013
+ "type": "string"
797
1014
  }
798
1015
  },
799
1016
  "additionalProperties": false,
@@ -1139,6 +1356,17 @@
1139
1356
  "$ref": "#/definitions/AnalyticalConfiguration",
1140
1357
  "artifactType": "Manifest"
1141
1358
  },
1359
+ "popinLayout": {
1360
+ "description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
1361
+ "descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
1362
+ "enum": [
1363
+ "Block",
1364
+ "GridLarge",
1365
+ "GridSmall"
1366
+ ],
1367
+ "type": "string",
1368
+ "artifactType": "Manifest"
1369
+ },
1142
1370
  "type": {
1143
1371
  "$ref": "#/definitions/TableTypeV4",
1144
1372
  "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
@@ -1356,6 +1584,17 @@
1356
1584
  "$ref": "#/definitions/ViewAnalyticalConfiguration",
1357
1585
  "artifactType": "Manifest"
1358
1586
  },
1587
+ "popinLayout": {
1588
+ "description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
1589
+ "descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
1590
+ "enum": [
1591
+ "Block",
1592
+ "GridLarge",
1593
+ "GridSmall"
1594
+ ],
1595
+ "type": "string",
1596
+ "artifactType": "Manifest"
1597
+ },
1359
1598
  "type": {
1360
1599
  "$ref": "#/definitions/TableTypeV4",
1361
1600
  "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",