@sap/ux-specification 1.139.6 → 1.139.8

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 (319) hide show
  1. package/CHANGELOG.md +158 -68
  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 +259 -256
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -3
  16. package/dist/schemas/v2/ListReportConfig.json +5 -5
  17. package/dist/schemas/v2/ListReportNewConfig.json +1 -1
  18. package/dist/schemas/v2/ObjectPageConfig.json +5 -5
  19. package/dist/schemas/v4/ApplicationV4.json +1 -1
  20. package/dist/schemas/v4/BuildingBlocksConfig.json +116 -37
  21. package/dist/schemas/v4/ListReportConfig.json +298 -34
  22. package/dist/schemas/v4/ObjectPageConfig.json +465 -162
  23. package/dist/specification/package.json +13 -11
  24. package/dist/specification/scripts/extractDocu.js +18 -1
  25. package/dist/specification/scripts/extractDocu.js.map +1 -1
  26. package/dist/specification/scripts/generate-validity-report.d.ts +15 -0
  27. package/dist/specification/scripts/generate-validity-report.d.ts.map +1 -0
  28. package/dist/specification/scripts/generate-validity-report.js +367 -0
  29. package/dist/specification/scripts/generate-validity-report.js.map +1 -0
  30. package/dist/specification/scripts/macros/corrections.d.ts +40 -0
  31. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  32. package/dist/specification/scripts/macros/corrections.js +98 -7
  33. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  34. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  35. package/dist/specification/scripts/macros/schema.js +11 -2
  36. package/dist/specification/scripts/macros/schema.js.map +1 -1
  37. package/dist/specification/scripts/macros/types.d.ts +2 -0
  38. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  39. package/dist/specification/src/api.d.ts.map +1 -1
  40. package/dist/specification/src/api.js +2 -1
  41. package/dist/specification/src/api.js.map +1 -1
  42. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +38 -8
  43. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -1
  44. package/dist/specification/src/sync/common/DataFieldStrategy.js +64 -11
  45. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -1
  46. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +0 -4
  47. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  48. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +0 -3
  49. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  50. package/dist/specification/src/sync/common/appProvider.d.ts +0 -1
  51. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  52. package/dist/specification/src/sync/common/appProvider.js +0 -1
  53. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  54. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
  55. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  56. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  57. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  58. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  59. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  60. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  61. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  62. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  63. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  64. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  65. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  66. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  67. package/dist/specification/src/sync/common/generate/objectPage.d.ts +0 -1
  68. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  69. package/dist/specification/src/sync/common/generate/objectPage.js +3 -4
  70. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  71. package/dist/specification/src/sync/common/generate/utils.d.ts +3 -3
  72. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  73. package/dist/specification/src/sync/common/generate/utils.js +6 -3
  74. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  75. package/dist/specification/src/sync/common/i18n.json +2 -1
  76. package/dist/specification/src/sync/common/import/utils.d.ts +0 -1
  77. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  78. package/dist/specification/src/sync/common/import/utils.js +0 -1
  79. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  80. package/dist/specification/src/sync/common/rules.js +0 -1
  81. package/dist/specification/src/sync/common/rules.js.map +1 -1
  82. package/dist/specification/src/sync/common/utils.d.ts +35 -8
  83. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  84. package/dist/specification/src/sync/common/utils.js +206 -22
  85. package/dist/specification/src/sync/common/utils.js.map +1 -1
  86. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  87. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
  88. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  89. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
  91. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  92. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  94. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  95. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  96. package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
  97. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  98. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  99. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  101. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  102. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  104. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  105. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  107. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  108. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  110. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  111. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  112. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  114. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  115. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  116. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  118. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  119. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  120. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  121. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  122. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  123. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  124. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  125. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  126. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  127. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  128. package/dist/specification/src/sync/v2/utils.js +19 -2
  129. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  130. package/dist/specification/src/sync/v4/application.d.ts +21 -3
  131. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  132. package/dist/specification/src/sync/v4/application.js +28 -3
  133. package/dist/specification/src/sync/v4/application.js.map +1 -1
  134. package/dist/specification/src/sync/v4/export/actions.d.ts +39 -0
  135. package/dist/specification/src/sync/v4/export/actions.d.ts.map +1 -0
  136. package/dist/specification/src/sync/v4/export/actions.js +99 -0
  137. package/dist/specification/src/sync/v4/export/actions.js.map +1 -0
  138. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  139. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  140. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  141. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  142. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  143. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  144. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  145. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  146. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  147. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  148. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  149. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  150. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  151. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  153. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  154. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -1
  155. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -6
  158. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +2 -44
  160. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  161. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  162. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -3
  165. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  166. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +53 -10
  167. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  168. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  171. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  172. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +15 -3
  173. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  174. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +54 -11
  175. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  176. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +24 -18
  177. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  178. package/dist/specification/src/sync/v4/export/controls/Table.js +40 -49
  179. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  180. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  181. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  182. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  183. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +9 -2
  184. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  185. package/dist/specification/src/sync/v4/export/controls/ToolBar.js +39 -1
  186. package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  187. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +19 -5
  188. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  189. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +80 -22
  190. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  191. package/dist/specification/src/sync/v4/export/export.d.ts +7 -0
  192. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  193. package/dist/specification/src/sync/v4/export/export.js +125 -14
  194. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  195. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  196. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  197. package/dist/specification/src/sync/v4/export/types.d.ts +2 -0
  198. package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -1
  199. package/dist/specification/src/sync/v4/generate/actions.d.ts +35 -0
  200. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -0
  201. package/dist/specification/src/sync/v4/generate/actions.js +112 -0
  202. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -0
  203. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
  204. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  205. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +11 -3
  206. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  207. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
  208. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  209. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +3 -2
  210. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  211. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +25 -3
  213. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  214. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  215. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +11 -2
  216. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  217. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  218. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  219. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  220. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  221. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  222. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  223. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
  224. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  225. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +46 -19
  226. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  227. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +185 -317
  228. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  229. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +0 -1
  230. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  231. package/dist/specification/src/sync/v4/generate/objectPage.js +148 -56
  232. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  233. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  234. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  235. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  236. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  237. package/dist/specification/src/sync/v4/import/pages/objectPage.js +16 -3
  238. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  239. package/dist/specification/src/sync/v4/import/utils.d.ts +0 -1
  240. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  241. package/dist/specification/src/sync/v4/import/utils.js +5 -4
  242. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  243. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  244. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  245. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  246. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  247. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  248. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  249. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  250. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  251. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
  252. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  253. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
  254. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  255. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  256. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  257. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  258. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  259. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  260. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  261. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  262. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  263. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  264. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  265. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  266. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  267. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  268. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  269. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  270. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  271. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  272. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  273. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  274. package/dist/specification/src/sync/v4/utils/utils.d.ts +112 -27
  275. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  276. package/dist/specification/src/sync/v4/utils/utils.js +367 -66
  277. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  278. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  279. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  280. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  281. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  282. package/dist/specification/test/test-utils/utils.js +400 -0
  283. package/dist/specification/test/test-utils/utils.js.map +1 -0
  284. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  285. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  286. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  287. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  288. package/dist/types/src/apiTypes.d.ts +5 -5
  289. package/dist/types/src/apiTypes.d.ts.map +1 -1
  290. package/dist/types/src/apiTypes.js +1 -0
  291. package/dist/types/src/apiTypes.js.map +1 -1
  292. package/dist/types/src/common/types.d.ts +160 -14
  293. package/dist/types/src/common/types.d.ts.map +1 -1
  294. package/dist/types/src/common/types.js +39 -1
  295. package/dist/types/src/common/types.js.map +1 -1
  296. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  297. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  298. package/dist/types/src/v4/controls/CustomAction.d.ts +133 -19
  299. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  300. package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
  301. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -2
  302. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  303. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +22 -3
  304. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  305. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  306. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  307. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  308. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  309. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  310. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  311. package/dist/types/src/v4/controls/ToolBar.d.ts +10 -3
  312. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  313. package/package.json +14 -12
  314. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  315. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  316. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -392
  317. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  318. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  319. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
@@ -76,6 +76,9 @@
76
76
  },
77
77
  {
78
78
  "$ref": "#/definitions/ObjectPageHeaderActionGroup"
79
+ },
80
+ {
81
+ "$ref": "#/definitions/ObjectPageHeaderCustomActionMenu"
79
82
  }
80
83
  ]
81
84
  }
@@ -85,17 +88,27 @@
85
88
  "properties": {
86
89
  "position": {
87
90
  "$ref": "#/definitions/CustomHeaderActionPositionOP",
88
- "description": "Defines the position of the action relative to the anchor action.",
91
+ "description": "Defines the position of the action relative to the anchor action or action menu.",
89
92
  "artifactType": "Manifest"
90
93
  },
91
- "text": {
92
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
93
- "i18nClassification": "COL: Custom action text",
94
+ "press": {
95
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
94
96
  "artifactType": "Manifest",
95
97
  "type": "string"
96
98
  },
97
- "press": {
98
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
99
+ "menu": {
100
+ "description": "List of action names from the manifest.",
101
+ "hidden": true,
102
+ "isViewNode": false,
103
+ "type": "array",
104
+ "items": {
105
+ "type": "string"
106
+ },
107
+ "artifactType": "Manifest"
108
+ },
109
+ "text": {
110
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
111
+ "i18nClassification": "COL: Custom action text",
99
112
  "artifactType": "Manifest",
100
113
  "type": "string"
101
114
  },
@@ -114,7 +127,7 @@
114
127
  "type": "string"
115
128
  }
116
129
  ],
117
- "description": "Defines if the action button is visible.",
130
+ "description": "Determines if the action or action menu button is visible.",
118
131
  "artifactType": "Manifest"
119
132
  },
120
133
  "enabled": {
@@ -132,7 +145,7 @@
132
145
  "type": "string"
133
146
  }
134
147
  ],
135
- "description": "Defines if the action is enabled. The default value is true.",
148
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
136
149
  "artifactType": "Manifest"
137
150
  },
138
151
  "priority": {
@@ -158,13 +171,13 @@
158
171
  "type": "object",
159
172
  "properties": {
160
173
  "anchor": {
161
- "description": "The key of another action to be used as placement anchor.",
174
+ "description": "The key of another action or action menu to be used as a placement anchor.",
162
175
  "artifactType": "Manifest",
163
176
  "type": "string"
164
177
  },
165
178
  "placement": {
166
179
  "$ref": "#/definitions/ActionPlacement",
167
- "description": "Define the placement, either before or after the anchor action.",
180
+ "description": "Defines the placement of the action or action menu relative to the placement anchor.",
168
181
  "artifactType": "Manifest"
169
182
  }
170
183
  },
@@ -230,7 +243,7 @@
230
243
  },
231
244
  "additionalSemanticObjects": {
232
245
  "$ref": "#/definitions/AdditionalSemanticObjects",
233
- "description": "Additional Semantic Objects.",
246
+ "description": "Additional Semantic Objects",
234
247
  "artifactType": "Manifest"
235
248
  }
236
249
  },
@@ -331,6 +344,117 @@
331
344
  },
332
345
  "additionalProperties": false
333
346
  },
347
+ "ObjectPageHeaderCustomActionMenu": {
348
+ "isViewNode": true,
349
+ "type": "object",
350
+ "properties": {
351
+ "actions": {
352
+ "$ref": "#/definitions/ObjectPageHeaderCustomActionMenuActions",
353
+ "description": "List of actions.",
354
+ "artifactType": "Manifest"
355
+ },
356
+ "position": {
357
+ "$ref": "#/definitions/CustomHeaderActionPositionOP",
358
+ "description": "Defines the position of the action relative to other actions or action menus.",
359
+ "artifactType": "Manifest"
360
+ },
361
+ "menu": {
362
+ "description": "List of action names from the manifest.",
363
+ "hidden": true,
364
+ "isViewNode": false,
365
+ "type": "array",
366
+ "items": {
367
+ "type": "string"
368
+ },
369
+ "artifactType": "Manifest"
370
+ },
371
+ "defaultAction": {
372
+ "description": "The default action for a menu button.",
373
+ "isViewNode": false,
374
+ "type": "string",
375
+ "artifactType": "Manifest"
376
+ },
377
+ "text": {
378
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
379
+ "i18nClassification": "COL: Custom action text",
380
+ "artifactType": "Manifest",
381
+ "type": "string"
382
+ },
383
+ "visible": {
384
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
385
+ "anyOf": [
386
+ {
387
+ "enum": [
388
+ false,
389
+ true,
390
+ "{ui>/isEditable}",
391
+ "{= !${ui>/isEditable}}"
392
+ ]
393
+ },
394
+ {
395
+ "type": "string"
396
+ }
397
+ ],
398
+ "description": "Determines if the action or action menu button is visible.",
399
+ "artifactType": "Manifest"
400
+ },
401
+ "enabled": {
402
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
403
+ "anyOf": [
404
+ {
405
+ "enum": [
406
+ false,
407
+ true,
408
+ "{ui>/isEditable}",
409
+ "{= !${ui>/isEditable}}"
410
+ ]
411
+ },
412
+ {
413
+ "type": "string"
414
+ }
415
+ ],
416
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
417
+ "artifactType": "Manifest"
418
+ },
419
+ "priority": {
420
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
421
+ "artifactType": "Manifest",
422
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
423
+ "enum": [
424
+ "AlwaysOverflow",
425
+ "High",
426
+ "Low",
427
+ "NeverOverflow"
428
+ ],
429
+ "type": "string"
430
+ }
431
+ },
432
+ "additionalProperties": false,
433
+ "required": [
434
+ "menu",
435
+ "text"
436
+ ]
437
+ },
438
+ "ObjectPageHeaderCustomActionMenuActions": {
439
+ "isViewNode": false,
440
+ "type": "object",
441
+ "additionalProperties": {
442
+ "anyOf": [
443
+ {
444
+ "$ref": "#/definitions/CustomHeaderActionOP"
445
+ },
446
+ {
447
+ "$ref": "#/definitions/ObjectPageHeaderAction"
448
+ },
449
+ {
450
+ "$ref": "#/definitions/RelatedApps"
451
+ },
452
+ {
453
+ "$ref": "#/definitions/ObjectPageHeaderActionGroup"
454
+ }
455
+ ]
456
+ }
457
+ },
334
458
  "HeaderSections": {
335
459
  "description": "Header Sections",
336
460
  "isViewNode": true,
@@ -679,9 +803,15 @@
679
803
  "description": "Tool Bar"
680
804
  },
681
805
  "personalization": {
682
- "$ref": "#/definitions/PersonalizationTypeOP",
683
806
  "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
684
- "artifactType": "Manifest"
807
+ "anyOf": [
808
+ {
809
+ "$ref": "#/definitions/PersonalizationTypeOP"
810
+ },
811
+ {
812
+ "type": "boolean"
813
+ }
814
+ ]
685
815
  },
686
816
  "quickVariantSelection": {
687
817
  "$ref": "#/definitions/QuickVariantSelectionV4OP",
@@ -828,6 +958,9 @@
828
958
  },
829
959
  {
830
960
  "$ref": "#/definitions/ObjectPageToolBarActionGroup"
961
+ },
962
+ {
963
+ "$ref": "#/definitions/ObjectPageCustomActionMenu"
831
964
  }
832
965
  ]
833
966
  }
@@ -877,14 +1010,24 @@
877
1010
  "artifactType": "Manifest",
878
1011
  "type": "boolean"
879
1012
  },
880
- "text": {
881
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
882
- "i18nClassification": "COL: Custom action text",
1013
+ "press": {
1014
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
883
1015
  "artifactType": "Manifest",
884
1016
  "type": "string"
885
1017
  },
886
- "press": {
887
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
1018
+ "menu": {
1019
+ "description": "List of action names from the manifest.",
1020
+ "hidden": true,
1021
+ "isViewNode": false,
1022
+ "type": "array",
1023
+ "items": {
1024
+ "type": "string"
1025
+ },
1026
+ "artifactType": "Manifest"
1027
+ },
1028
+ "text": {
1029
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
1030
+ "i18nClassification": "COL: Custom action text",
888
1031
  "artifactType": "Manifest",
889
1032
  "type": "string"
890
1033
  },
@@ -903,7 +1046,7 @@
903
1046
  "type": "string"
904
1047
  }
905
1048
  ],
906
- "description": "Defines if the action button is visible.",
1049
+ "description": "Determines if the action or action menu button is visible.",
907
1050
  "artifactType": "Manifest"
908
1051
  },
909
1052
  "enabled": {
@@ -921,7 +1064,7 @@
921
1064
  "type": "string"
922
1065
  }
923
1066
  ],
924
- "description": "Defines if the action is enabled. The default value is true.",
1067
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
925
1068
  "artifactType": "Manifest"
926
1069
  },
927
1070
  "priority": {
@@ -947,13 +1090,13 @@
947
1090
  "type": "object",
948
1091
  "properties": {
949
1092
  "anchor": {
950
- "description": "The key of another action to be used as placement anchor.",
1093
+ "description": "The key of another action or action menu to be used as a placement anchor.",
951
1094
  "artifactType": "Manifest",
952
1095
  "type": "string"
953
1096
  },
954
1097
  "placement": {
955
1098
  "$ref": "#/definitions/ActionPlacement",
956
- "description": "Define the placement, either before or after the anchor action.",
1099
+ "description": "Defines the placement of the action or action menu relative to the placement anchor.",
957
1100
  "artifactType": "Manifest"
958
1101
  }
959
1102
  },
@@ -1009,6 +1152,241 @@
1009
1152
  },
1010
1153
  "additionalProperties": false
1011
1154
  },
1155
+ "ObjectPageCustomActionMenu": {
1156
+ "isViewNode": true,
1157
+ "type": "object",
1158
+ "properties": {
1159
+ "actions": {
1160
+ "$ref": "#/definitions/ObjectPageCustomActionMenuActions",
1161
+ "description": "List of actions.",
1162
+ "artifactType": "Manifest"
1163
+ },
1164
+ "menu": {
1165
+ "description": "List of action names from the manifest.",
1166
+ "hidden": true,
1167
+ "isViewNode": false,
1168
+ "type": "array",
1169
+ "items": {
1170
+ "type": "string"
1171
+ },
1172
+ "artifactType": "Manifest"
1173
+ },
1174
+ "defaultAction": {
1175
+ "description": "The default action for a menu button.",
1176
+ "isViewNode": false,
1177
+ "type": "string",
1178
+ "artifactType": "Manifest"
1179
+ },
1180
+ "position": {
1181
+ "$ref": "#/definitions/CustomActionPositionOP",
1182
+ "description": "Defines the position of the action relative to other actions or action menus.",
1183
+ "artifactType": "Manifest"
1184
+ },
1185
+ "text": {
1186
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
1187
+ "i18nClassification": "COL: Custom action text",
1188
+ "artifactType": "Manifest",
1189
+ "type": "string"
1190
+ },
1191
+ "visible": {
1192
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1193
+ "anyOf": [
1194
+ {
1195
+ "enum": [
1196
+ false,
1197
+ true,
1198
+ "{ui>/isEditable}",
1199
+ "{= !${ui>/isEditable}}"
1200
+ ]
1201
+ },
1202
+ {
1203
+ "type": "string"
1204
+ }
1205
+ ],
1206
+ "description": "Determines if the action or action menu button is visible.",
1207
+ "artifactType": "Manifest"
1208
+ },
1209
+ "enabled": {
1210
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1211
+ "anyOf": [
1212
+ {
1213
+ "enum": [
1214
+ false,
1215
+ true,
1216
+ "{ui>/isEditable}",
1217
+ "{= !${ui>/isEditable}}"
1218
+ ]
1219
+ },
1220
+ {
1221
+ "type": "string"
1222
+ }
1223
+ ],
1224
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
1225
+ "artifactType": "Manifest"
1226
+ },
1227
+ "priority": {
1228
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
1229
+ "artifactType": "Manifest",
1230
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1231
+ "enum": [
1232
+ "AlwaysOverflow",
1233
+ "High",
1234
+ "Low",
1235
+ "NeverOverflow"
1236
+ ],
1237
+ "type": "string"
1238
+ }
1239
+ },
1240
+ "additionalProperties": false,
1241
+ "required": [
1242
+ "menu",
1243
+ "text"
1244
+ ]
1245
+ },
1246
+ "ObjectPageCustomActionMenuActions": {
1247
+ "isViewNode": false,
1248
+ "type": "object",
1249
+ "additionalProperties": {
1250
+ "anyOf": [
1251
+ {
1252
+ "$ref": "#/definitions/ObjectPageToolBarAction"
1253
+ },
1254
+ {
1255
+ "$ref": "#/definitions/CustomTableActionOP"
1256
+ },
1257
+ {
1258
+ "$ref": "#/definitions/CustomFormActionOP"
1259
+ },
1260
+ {
1261
+ "$ref": "#/definitions/FormAction"
1262
+ }
1263
+ ]
1264
+ }
1265
+ },
1266
+ "CustomFormActionOP": {
1267
+ "type": "object",
1268
+ "properties": {
1269
+ "position": {
1270
+ "$ref": "#/definitions/CustomActionPositionOP",
1271
+ "description": "Defines the position of the action relative to the anchor action or action menu.",
1272
+ "artifactType": "Manifest"
1273
+ },
1274
+ "press": {
1275
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
1276
+ "artifactType": "Manifest",
1277
+ "type": "string"
1278
+ },
1279
+ "menu": {
1280
+ "description": "List of action names from the manifest.",
1281
+ "hidden": true,
1282
+ "isViewNode": false,
1283
+ "type": "array",
1284
+ "items": {
1285
+ "type": "string"
1286
+ },
1287
+ "artifactType": "Manifest"
1288
+ },
1289
+ "text": {
1290
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
1291
+ "i18nClassification": "COL: Custom action text",
1292
+ "artifactType": "Manifest",
1293
+ "type": "string"
1294
+ },
1295
+ "visible": {
1296
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1297
+ "anyOf": [
1298
+ {
1299
+ "enum": [
1300
+ false,
1301
+ true,
1302
+ "{ui>/isEditable}",
1303
+ "{= !${ui>/isEditable}}"
1304
+ ]
1305
+ },
1306
+ {
1307
+ "type": "string"
1308
+ }
1309
+ ],
1310
+ "description": "Determines if the action or action menu button is visible.",
1311
+ "artifactType": "Manifest"
1312
+ },
1313
+ "enabled": {
1314
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1315
+ "anyOf": [
1316
+ {
1317
+ "enum": [
1318
+ false,
1319
+ true,
1320
+ "{ui>/isEditable}",
1321
+ "{= !${ui>/isEditable}}"
1322
+ ]
1323
+ },
1324
+ {
1325
+ "type": "string"
1326
+ }
1327
+ ],
1328
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
1329
+ "artifactType": "Manifest"
1330
+ },
1331
+ "priority": {
1332
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
1333
+ "artifactType": "Manifest",
1334
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1335
+ "enum": [
1336
+ "AlwaysOverflow",
1337
+ "High",
1338
+ "Low",
1339
+ "NeverOverflow"
1340
+ ],
1341
+ "type": "string"
1342
+ }
1343
+ },
1344
+ "additionalProperties": false,
1345
+ "required": [
1346
+ "press",
1347
+ "text"
1348
+ ]
1349
+ },
1350
+ "FormAction": {
1351
+ "type": "object",
1352
+ "properties": {
1353
+ "afterExecution": {
1354
+ "$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
1355
+ "description": "Settings that control the behavior after creating a new entry.",
1356
+ "artifactType": "Manifest"
1357
+ },
1358
+ "priority": {
1359
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
1360
+ "artifactType": "Manifest",
1361
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1362
+ "enum": [
1363
+ "AlwaysOverflow",
1364
+ "High",
1365
+ "Low",
1366
+ "NeverOverflow"
1367
+ ],
1368
+ "type": "string"
1369
+ }
1370
+ },
1371
+ "additionalProperties": false
1372
+ },
1373
+ "ActionAfterExecutionConfigurationForm": {
1374
+ "type": "object",
1375
+ "properties": {
1376
+ "navigateToInstance": {
1377
+ "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
1378
+ "type": "boolean",
1379
+ "artifactType": "Manifest",
1380
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
1381
+ },
1382
+ "enableAutoScroll": {
1383
+ "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
1384
+ "type": "boolean",
1385
+ "artifactType": "Manifest"
1386
+ }
1387
+ },
1388
+ "additionalProperties": false
1389
+ },
1012
1390
  "PersonalizationTypeOP": {
1013
1391
  "type": "object",
1014
1392
  "properties": {
@@ -1328,9 +1706,15 @@
1328
1706
  "description": "Tool Bar"
1329
1707
  },
1330
1708
  "personalization": {
1331
- "$ref": "#/definitions/PersonalizationTypeOP",
1332
1709
  "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1333
- "artifactType": "Manifest"
1710
+ "anyOf": [
1711
+ {
1712
+ "$ref": "#/definitions/PersonalizationTypeOP"
1713
+ },
1714
+ {
1715
+ "type": "boolean"
1716
+ }
1717
+ ]
1334
1718
  },
1335
1719
  "quickVariantSelection": {
1336
1720
  "$ref": "#/definitions/QuickVariantSelectionV4OP",
@@ -1593,9 +1977,15 @@
1593
1977
  "description": "Tool Bar"
1594
1978
  },
1595
1979
  "personalization": {
1596
- "$ref": "#/definitions/PersonalizationTypeOP",
1597
1980
  "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1598
- "artifactType": "Manifest"
1981
+ "anyOf": [
1982
+ {
1983
+ "$ref": "#/definitions/PersonalizationTypeOP"
1984
+ },
1985
+ {
1986
+ "type": "boolean"
1987
+ }
1988
+ ]
1599
1989
  },
1600
1990
  "quickVariantSelection": {
1601
1991
  "$ref": "#/definitions/QuickVariantSelectionV4OP",
@@ -1753,9 +2143,15 @@
1753
2143
  "description": "Tool Bar"
1754
2144
  },
1755
2145
  "personalization": {
1756
- "$ref": "#/definitions/PersonalizationTypeOP",
1757
2146
  "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1758
- "artifactType": "Manifest"
2147
+ "anyOf": [
2148
+ {
2149
+ "$ref": "#/definitions/PersonalizationTypeOP"
2150
+ },
2151
+ {
2152
+ "type": "boolean"
2153
+ }
2154
+ ]
1759
2155
  },
1760
2156
  "quickVariantSelection": {
1761
2157
  "$ref": "#/definitions/QuickVariantSelectionV4OP",
@@ -2040,6 +2436,9 @@
2040
2436
  "type": "object",
2041
2437
  "additionalProperties": {
2042
2438
  "anyOf": [
2439
+ {
2440
+ "$ref": "#/definitions/ObjectPageCustomActionMenu"
2441
+ },
2043
2442
  {
2044
2443
  "$ref": "#/definitions/CustomFormActionOP"
2045
2444
  },
@@ -2052,120 +2451,6 @@
2052
2451
  ]
2053
2452
  }
2054
2453
  },
2055
- "CustomFormActionOP": {
2056
- "type": "object",
2057
- "properties": {
2058
- "position": {
2059
- "$ref": "#/definitions/CustomActionPositionOP",
2060
- "description": "Defines the position of the action relative to the anchor action.",
2061
- "artifactType": "Manifest"
2062
- },
2063
- "text": {
2064
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
2065
- "i18nClassification": "COL: Custom action text",
2066
- "artifactType": "Manifest",
2067
- "type": "string"
2068
- },
2069
- "press": {
2070
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
2071
- "artifactType": "Manifest",
2072
- "type": "string"
2073
- },
2074
- "visible": {
2075
- "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
2076
- "anyOf": [
2077
- {
2078
- "enum": [
2079
- false,
2080
- true,
2081
- "{ui>/isEditable}",
2082
- "{= !${ui>/isEditable}}"
2083
- ]
2084
- },
2085
- {
2086
- "type": "string"
2087
- }
2088
- ],
2089
- "description": "Defines if the action button is visible.",
2090
- "artifactType": "Manifest"
2091
- },
2092
- "enabled": {
2093
- "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
2094
- "anyOf": [
2095
- {
2096
- "enum": [
2097
- false,
2098
- true,
2099
- "{ui>/isEditable}",
2100
- "{= !${ui>/isEditable}}"
2101
- ]
2102
- },
2103
- {
2104
- "type": "string"
2105
- }
2106
- ],
2107
- "description": "Defines if the action is enabled. The default value is true.",
2108
- "artifactType": "Manifest"
2109
- },
2110
- "priority": {
2111
- "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2112
- "artifactType": "Manifest",
2113
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2114
- "enum": [
2115
- "AlwaysOverflow",
2116
- "High",
2117
- "Low",
2118
- "NeverOverflow"
2119
- ],
2120
- "type": "string"
2121
- }
2122
- },
2123
- "additionalProperties": false,
2124
- "required": [
2125
- "press",
2126
- "text"
2127
- ]
2128
- },
2129
- "FormAction": {
2130
- "type": "object",
2131
- "properties": {
2132
- "afterExecution": {
2133
- "$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
2134
- "description": "Settings that control the behavior after creating a new entry.",
2135
- "artifactType": "Manifest"
2136
- },
2137
- "priority": {
2138
- "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2139
- "artifactType": "Manifest",
2140
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2141
- "enum": [
2142
- "AlwaysOverflow",
2143
- "High",
2144
- "Low",
2145
- "NeverOverflow"
2146
- ],
2147
- "type": "string"
2148
- }
2149
- },
2150
- "additionalProperties": false
2151
- },
2152
- "ActionAfterExecutionConfigurationForm": {
2153
- "type": "object",
2154
- "properties": {
2155
- "navigateToInstance": {
2156
- "description": "Allows you to disable the navigation. By default, navigation is automatically triggered after you have performed an action.",
2157
- "type": "boolean",
2158
- "artifactType": "Manifest",
2159
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/2c65f07f44094012a511d6bd83f50f2d"
2160
- },
2161
- "enableAutoScroll": {
2162
- "description": "Allows you to scroll to the newly created or changed item after you have performed an action.",
2163
- "type": "boolean",
2164
- "artifactType": "Manifest"
2165
- }
2166
- },
2167
- "additionalProperties": false
2168
- },
2169
2454
  "ObjectPageFormActionGroup": {
2170
2455
  "type": "object",
2171
2456
  "additionalProperties": {
@@ -2422,17 +2707,26 @@
2422
2707
  "properties": {
2423
2708
  "position": {
2424
2709
  "$ref": "#/definitions/CustomSectionActionPositionOP",
2425
- "description": "Defines the position of the action relative to the anchor action.",
2710
+ "description": "Defines the position of the action relative to the anchor action or action menu.",
2426
2711
  "artifactType": "Manifest"
2427
2712
  },
2428
- "text": {
2429
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
2430
- "i18nClassification": "COL: Custom action text",
2713
+ "press": {
2714
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
2431
2715
  "artifactType": "Manifest",
2432
2716
  "type": "string"
2433
2717
  },
2434
- "press": {
2435
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
2718
+ "menu": {
2719
+ "description": "List of action names from the manifest.",
2720
+ "hidden": true,
2721
+ "isViewNode": false,
2722
+ "type": "array",
2723
+ "items": {
2724
+ "type": "string"
2725
+ }
2726
+ },
2727
+ "text": {
2728
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
2729
+ "i18nClassification": "COL: Custom action text",
2436
2730
  "artifactType": "Manifest",
2437
2731
  "type": "string"
2438
2732
  },
@@ -2451,7 +2745,7 @@
2451
2745
  "type": "string"
2452
2746
  }
2453
2747
  ],
2454
- "description": "Defines if the action button is visible.",
2748
+ "description": "Determines if the action or action menu button is visible.",
2455
2749
  "artifactType": "Manifest"
2456
2750
  },
2457
2751
  "enabled": {
@@ -2469,7 +2763,7 @@
2469
2763
  "type": "string"
2470
2764
  }
2471
2765
  ],
2472
- "description": "Defines if the action is enabled. The default value is true.",
2766
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
2473
2767
  "artifactType": "Manifest"
2474
2768
  },
2475
2769
  "priority": {
@@ -2495,13 +2789,13 @@
2495
2789
  "type": "object",
2496
2790
  "properties": {
2497
2791
  "anchor": {
2498
- "description": "The key of another action to be used as placement anchor.",
2792
+ "description": "The key of another action or action menu to be used as a placement anchor.",
2499
2793
  "artifactType": "Manifest",
2500
2794
  "type": "string"
2501
2795
  },
2502
2796
  "placement": {
2503
2797
  "$ref": "#/definitions/ActionPlacement",
2504
- "description": "Define the placement, either before or after the anchor action.",
2798
+ "description": "Defines the placement of the action or action menu relative to the placement anchor.",
2505
2799
  "artifactType": "Manifest"
2506
2800
  }
2507
2801
  },
@@ -2539,17 +2833,26 @@
2539
2833
  "properties": {
2540
2834
  "position": {
2541
2835
  "$ref": "#/definitions/CustomFooterActionPositionOP",
2542
- "description": "Defines the position of the action relative to the anchor action.",
2836
+ "description": "Defines the position of the action relative to the anchor action or action menu.",
2543
2837
  "artifactType": "Manifest"
2544
2838
  },
2545
- "text": {
2546
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
2547
- "i18nClassification": "COL: Custom action text",
2839
+ "press": {
2840
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
2548
2841
  "artifactType": "Manifest",
2549
2842
  "type": "string"
2550
2843
  },
2551
- "press": {
2552
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
2844
+ "menu": {
2845
+ "description": "List of action names from the manifest.",
2846
+ "hidden": true,
2847
+ "isViewNode": false,
2848
+ "type": "array",
2849
+ "items": {
2850
+ "type": "string"
2851
+ }
2852
+ },
2853
+ "text": {
2854
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
2855
+ "i18nClassification": "COL: Custom action text",
2553
2856
  "artifactType": "Manifest",
2554
2857
  "type": "string"
2555
2858
  },
@@ -2568,7 +2871,7 @@
2568
2871
  "type": "string"
2569
2872
  }
2570
2873
  ],
2571
- "description": "Defines if the action button is visible.",
2874
+ "description": "Determines if the action or action menu button is visible.",
2572
2875
  "artifactType": "Manifest"
2573
2876
  },
2574
2877
  "enabled": {
@@ -2586,7 +2889,7 @@
2586
2889
  "type": "string"
2587
2890
  }
2588
2891
  ],
2589
- "description": "Defines if the action is enabled. The default value is true.",
2892
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
2590
2893
  "artifactType": "Manifest"
2591
2894
  },
2592
2895
  "priority": {
@@ -2612,13 +2915,13 @@
2612
2915
  "type": "object",
2613
2916
  "properties": {
2614
2917
  "anchor": {
2615
- "description": "The key of another action to be used as placement anchor.",
2918
+ "description": "The key of another action or action menu to be used as a placement anchor.",
2616
2919
  "artifactType": "Manifest",
2617
2920
  "type": "string"
2618
2921
  },
2619
2922
  "placement": {
2620
2923
  "$ref": "#/definitions/ActionPlacement",
2621
- "description": "Define the placement, either before or after the anchor action.",
2924
+ "description": "Defines the placement of the action or action menu relative to the placement anchor.",
2622
2925
  "artifactType": "Manifest"
2623
2926
  }
2624
2927
  },