@sap/ux-specification 1.136.14 → 1.136.16

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 (322) hide show
  1. package/CHANGELOG.md +250 -146
  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 +269 -266
  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 +120 -41
  21. package/dist/schemas/v4/ListReportConfig.json +275 -34
  22. package/dist/schemas/v4/ObjectPageConfig.json +417 -138
  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/scripts/schema/to-json-schema.d.ts.map +1 -1
  40. package/dist/specification/scripts/schema/to-json-schema.js +2 -13
  41. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  42. package/dist/specification/src/api.d.ts.map +1 -1
  43. package/dist/specification/src/api.js +2 -1
  44. package/dist/specification/src/api.js.map +1 -1
  45. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +38 -8
  46. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -1
  47. package/dist/specification/src/sync/common/DataFieldStrategy.js +64 -11
  48. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -1
  49. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +0 -4
  50. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  51. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +0 -3
  52. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  53. package/dist/specification/src/sync/common/appProvider.d.ts +0 -1
  54. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  55. package/dist/specification/src/sync/common/appProvider.js +0 -1
  56. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  57. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +503 -0
  58. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -0
  59. package/dist/specification/src/sync/common/decoration/decorator-paths.js +497 -0
  60. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -0
  61. package/dist/specification/src/sync/common/decoration/decorators.d.ts +149 -23
  62. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  63. package/dist/specification/src/sync/common/decoration/decorators.js +369 -74
  64. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  65. package/dist/specification/src/sync/common/decoration/index.d.ts +1 -0
  66. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  67. package/dist/specification/src/sync/common/decoration/index.js +1 -0
  68. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  69. package/dist/specification/src/sync/common/dist_tag.json +8 -3
  70. package/dist/specification/src/sync/common/generate/objectPage.d.ts +0 -1
  71. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  72. package/dist/specification/src/sync/common/generate/objectPage.js +0 -3
  73. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  74. package/dist/specification/src/sync/common/generate/utils.d.ts +3 -3
  75. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  76. package/dist/specification/src/sync/common/generate/utils.js +6 -3
  77. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  78. package/dist/specification/src/sync/common/i18n.json +2 -1
  79. package/dist/specification/src/sync/common/import/utils.d.ts +0 -1
  80. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  81. package/dist/specification/src/sync/common/import/utils.js +0 -1
  82. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  83. package/dist/specification/src/sync/common/rules.js +0 -1
  84. package/dist/specification/src/sync/common/rules.js.map +1 -1
  85. package/dist/specification/src/sync/common/utils.d.ts +35 -8
  86. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  87. package/dist/specification/src/sync/common/utils.js +206 -22
  88. package/dist/specification/src/sync/common/utils.js.map +1 -1
  89. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +3 -13
  91. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  92. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +48 -0
  94. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  95. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  96. package/dist/specification/src/sync/v2/generate/listReport.js +3 -1
  97. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  98. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  99. package/dist/specification/src/sync/v2/generate/objectPage.js +2 -0
  100. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  101. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +1 -9
  102. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v2/generate/overviewPage.js +30 -1
  104. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  105. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  107. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  108. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v2/import/app/appProvider.js +2 -0
  110. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  111. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  113. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  114. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -1
  115. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +5 -0
  117. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  118. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +2 -1
  119. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  120. package/dist/specification/src/sync/v2/import/pages/listReport.js +5 -0
  121. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  122. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  123. package/dist/specification/src/sync/v2/import/pages/objectPage.js +2 -1
  124. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  125. package/dist/specification/src/sync/v2/import/utils.d.ts +28 -1
  126. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v2/import/utils.js +37 -0
  128. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  129. package/dist/specification/src/sync/v2/utils.d.ts +12 -2
  130. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v2/utils.js +19 -2
  132. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  133. package/dist/specification/src/sync/v4/application.d.ts +21 -3
  134. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  135. package/dist/specification/src/sync/v4/application.js +28 -3
  136. package/dist/specification/src/sync/v4/application.js.map +1 -1
  137. package/dist/specification/src/sync/v4/export/actions.d.ts +39 -0
  138. package/dist/specification/src/sync/v4/export/actions.d.ts.map +1 -0
  139. package/dist/specification/src/sync/v4/export/actions.js +99 -0
  140. package/dist/specification/src/sync/v4/export/actions.js.map +1 -0
  141. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +2 -1
  142. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +2 -1
  144. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  145. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +4 -3
  146. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  147. package/dist/specification/src/sync/v4/export/controls/Header.js +7 -3
  148. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  149. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  150. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -0
  152. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  153. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  154. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +2 -1
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -1
  158. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  160. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -4
  161. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
  162. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +2 -21
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  165. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  166. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -3
  168. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +52 -9
  170. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  171. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  172. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  173. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +0 -13
  174. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  175. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +15 -3
  176. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +53 -10
  178. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  179. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +24 -18
  180. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  181. package/dist/specification/src/sync/v4/export/controls/Table.js +40 -49
  182. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  183. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  184. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +2 -2
  185. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  186. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +9 -2
  187. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  188. package/dist/specification/src/sync/v4/export/controls/ToolBar.js +39 -1
  189. package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  190. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +17 -4
  191. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  192. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +76 -19
  193. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  194. package/dist/specification/src/sync/v4/export/export.d.ts +7 -0
  195. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  196. package/dist/specification/src/sync/v4/export/export.js +125 -14
  197. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  198. package/dist/specification/src/sync/v4/export/pages/ListReport.js +1 -1
  199. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  200. package/dist/specification/src/sync/v4/export/types.d.ts +2 -0
  201. package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -1
  202. package/dist/specification/src/sync/v4/generate/actions.d.ts +35 -0
  203. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -0
  204. package/dist/specification/src/sync/v4/generate/actions.js +112 -0
  205. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -0
  206. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
  207. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  208. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +11 -3
  209. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  210. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
  211. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +3 -2
  213. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  214. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  215. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +25 -3
  216. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  217. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  218. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +11 -2
  219. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  220. package/dist/specification/src/sync/v4/generate/index.d.ts +1 -1
  221. package/dist/specification/src/sync/v4/generate/index.d.ts.map +1 -1
  222. package/dist/specification/src/sync/v4/generate/index.js +1 -1
  223. package/dist/specification/src/sync/v4/generate/index.js.map +1 -1
  224. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +73 -0
  225. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -0
  226. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +354 -0
  227. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -0
  228. package/dist/specification/src/sync/v4/generate/{listReport.d.ts → list-report/listReport.d.ts} +46 -19
  229. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -0
  230. package/dist/specification/src/sync/v4/generate/{listReport.js → list-report/listReport.js} +195 -316
  231. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -0
  232. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +0 -1
  233. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  234. package/dist/specification/src/sync/v4/generate/objectPage.js +148 -56
  235. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  236. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  237. package/dist/specification/src/sync/v4/import/pages/listReport.js +2 -1
  238. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  239. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  240. package/dist/specification/src/sync/v4/import/pages/objectPage.js +16 -3
  241. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  242. package/dist/specification/src/sync/v4/import/utils.d.ts +0 -1
  243. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  244. package/dist/specification/src/sync/v4/import/utils.js +5 -4
  245. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  246. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +9 -7
  247. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  248. package/dist/specification/src/sync/v4/sync-rules/App.js +4 -8
  249. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  250. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -9
  251. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  252. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +2 -11
  253. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  254. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +177 -46
  255. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  256. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +498 -152
  257. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  258. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +17 -22
  259. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  260. package/dist/specification/src/sync/v4/sync-rules/Page.js +15 -22
  261. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  262. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts +1 -0
  263. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  264. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +17 -9
  265. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  266. package/dist/specification/src/sync/v4/sync-rules/index.d.ts +5 -0
  267. package/dist/specification/src/sync/v4/sync-rules/index.d.ts.map +1 -0
  268. package/dist/specification/src/sync/v4/sync-rules/index.js +21 -0
  269. package/dist/specification/src/sync/v4/sync-rules/index.js.map +1 -0
  270. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -1
  271. package/dist/specification/src/sync/v4/sync-rules/utils.js +4 -0
  272. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -1
  273. package/dist/specification/src/sync/v4/utils/index.d.ts +2 -0
  274. package/dist/specification/src/sync/v4/utils/index.d.ts.map +1 -0
  275. package/dist/specification/src/sync/v4/utils/index.js +18 -0
  276. package/dist/specification/src/sync/v4/utils/index.js.map +1 -0
  277. package/dist/specification/src/sync/v4/utils/utils.d.ts +112 -26
  278. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  279. package/dist/specification/src/sync/v4/utils/utils.js +374 -46
  280. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  281. package/dist/specification/test/test-projects/v2sttaProdMan2/webapp/manifest.json +550 -0
  282. package/dist/specification/test/test-projects/v4new/webapp/manifest.json +147 -0
  283. package/dist/specification/test/test-utils/utils.d.ts +71 -0
  284. package/dist/specification/test/test-utils/utils.d.ts.map +1 -0
  285. package/dist/specification/test/test-utils/utils.js +400 -0
  286. package/dist/specification/test/test-utils/utils.js.map +1 -0
  287. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +131 -0
  288. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -0
  289. package/dist/specification/test/unit/decorators/validity-test-utils.js +661 -0
  290. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -0
  291. package/dist/types/src/apiTypes.d.ts +5 -5
  292. package/dist/types/src/apiTypes.d.ts.map +1 -1
  293. package/dist/types/src/apiTypes.js +1 -0
  294. package/dist/types/src/apiTypes.js.map +1 -1
  295. package/dist/types/src/common/types.d.ts +162 -15
  296. package/dist/types/src/common/types.d.ts.map +1 -1
  297. package/dist/types/src/common/types.js +41 -2
  298. package/dist/types/src/common/types.js.map +1 -1
  299. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +1 -1
  300. package/dist/types/src/v2/controls/Table.d.ts +1 -1
  301. package/dist/types/src/v4/controls/CustomAction.d.ts +133 -19
  302. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  303. package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
  304. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -2
  305. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  306. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +22 -3
  307. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  308. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +1 -1
  309. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  310. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  311. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  312. package/dist/types/src/v4/controls/Table.d.ts +3 -3
  313. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  314. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  315. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  316. package/package.json +14 -12
  317. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +0 -107
  318. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +0 -1
  319. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +0 -392
  320. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +0 -1
  321. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +0 -1
  322. package/dist/specification/src/sync/v4/generate/listReport.js.map +0 -1
@@ -77,17 +77,26 @@
77
77
  "properties": {
78
78
  "position": {
79
79
  "$ref": "#/definitions/CustomHeaderActionPosition",
80
- "description": "Defines the position of the action relative to other actions.",
80
+ "description": "Defines the position of the action relative to other actions or action menus.",
81
81
  "artifactType": "Manifest"
82
82
  },
83
- "text": {
84
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
85
- "i18nClassification": "COL: Custom action text",
83
+ "press": {
84
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
86
85
  "artifactType": "Manifest",
87
86
  "type": "string"
88
87
  },
89
- "press": {
90
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
88
+ "menu": {
89
+ "description": "List of action names from the manifest.",
90
+ "hidden": true,
91
+ "isViewNode": false,
92
+ "type": "array",
93
+ "items": {
94
+ "type": "string"
95
+ }
96
+ },
97
+ "text": {
98
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
99
+ "i18nClassification": "COL: Custom action text",
91
100
  "artifactType": "Manifest",
92
101
  "type": "string"
93
102
  },
@@ -104,7 +113,7 @@
104
113
  "type": "string"
105
114
  }
106
115
  ],
107
- "description": "Defines if the action button is visible.",
116
+ "description": "Determines if the action or action menu button is visible.",
108
117
  "artifactType": "Manifest"
109
118
  },
110
119
  "enabled": {
@@ -120,7 +129,7 @@
120
129
  "type": "string"
121
130
  }
122
131
  ],
123
- "description": "Defines if the action is enabled. The default value is true.",
132
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
124
133
  "artifactType": "Manifest"
125
134
  }
126
135
  },
@@ -134,13 +143,13 @@
134
143
  "type": "object",
135
144
  "properties": {
136
145
  "anchor": {
137
- "description": "The key of another action to be used as placement anchor.",
146
+ "description": "The key of another action or action menu to be used as a placement anchor.",
138
147
  "artifactType": "Manifest",
139
148
  "type": "string"
140
149
  },
141
150
  "placement": {
142
151
  "$ref": "#/definitions/ActionPlacement",
143
- "description": "Define the placement, either before or after the anchor action.",
152
+ "description": "Defines the placement of the action or action menu relative to the placement anchor.",
144
153
  "artifactType": "Manifest"
145
154
  }
146
155
  },
@@ -387,6 +396,9 @@
387
396
  },
388
397
  {
389
398
  "$ref": "#/definitions/ViewTableCustomAction"
399
+ },
400
+ {
401
+ "$ref": "#/definitions/ViewCustomActionMenu"
390
402
  }
391
403
  ]
392
404
  }
@@ -452,14 +464,24 @@
452
464
  "artifactType": "Manifest",
453
465
  "type": "boolean"
454
466
  },
455
- "text": {
456
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
457
- "i18nClassification": "COL: Custom action text",
467
+ "press": {
468
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
458
469
  "artifactType": "Manifest",
459
470
  "type": "string"
460
471
  },
461
- "press": {
462
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
472
+ "menu": {
473
+ "description": "List of action names from the manifest.",
474
+ "hidden": true,
475
+ "isViewNode": false,
476
+ "type": "array",
477
+ "items": {
478
+ "type": "string"
479
+ },
480
+ "artifactType": "Manifest"
481
+ },
482
+ "text": {
483
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
484
+ "i18nClassification": "COL: Custom action text",
463
485
  "artifactType": "Manifest",
464
486
  "type": "string"
465
487
  },
@@ -476,7 +498,7 @@
476
498
  "type": "string"
477
499
  }
478
500
  ],
479
- "description": "Defines if the action button is visible.",
501
+ "description": "Determines if the action or action menu button is visible.",
480
502
  "artifactType": "Manifest"
481
503
  },
482
504
  "enabled": {
@@ -492,7 +514,7 @@
492
514
  "type": "string"
493
515
  }
494
516
  ],
495
- "description": "Defines if the action is enabled. The default value is true.",
517
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
496
518
  "artifactType": "Manifest"
497
519
  }
498
520
  },
@@ -512,7 +534,7 @@
512
534
  },
513
535
  "placement": {
514
536
  "$ref": "#/definitions/ActionPlacement",
515
- "description": "Define the placement, either before or after the anchor action.",
537
+ "description": "Defines the placement of the action or action menu relative to the placement anchor.",
516
538
  "artifactType": "Manifest"
517
539
  }
518
540
  },
@@ -521,6 +543,102 @@
521
543
  "placement"
522
544
  ]
523
545
  },
546
+ "ViewCustomActionMenu": {
547
+ "isViewNode": true,
548
+ "type": "object",
549
+ "properties": {
550
+ "menu": {
551
+ "description": "List of action names from the manifest.",
552
+ "hidden": true,
553
+ "isViewNode": false,
554
+ "type": "array",
555
+ "items": {
556
+ "type": "string"
557
+ },
558
+ "artifactType": "Manifest"
559
+ },
560
+ "actions": {
561
+ "$ref": "#/definitions/ViewCustomActionMenuActions",
562
+ "description": "List of actions.",
563
+ "artifactType": "Manifest"
564
+ },
565
+ "position": {
566
+ "$ref": "#/definitions/ViewCustomActionPosition",
567
+ "description": "Defines the position of the action relative to other actions or action menus.",
568
+ "artifactType": "Manifest"
569
+ },
570
+ "defaultAction": {
571
+ "description": "The default action for a menu button.",
572
+ "isViewNode": false,
573
+ "type": "string",
574
+ "artifactType": "Manifest"
575
+ },
576
+ "text": {
577
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
578
+ "i18nClassification": "COL: Custom action text",
579
+ "artifactType": "Manifest",
580
+ "type": "string"
581
+ },
582
+ "visible": {
583
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
584
+ "anyOf": [
585
+ {
586
+ "enum": [
587
+ false,
588
+ true
589
+ ]
590
+ },
591
+ {
592
+ "type": "string"
593
+ }
594
+ ],
595
+ "description": "Determines if the action or action menu button is visible.",
596
+ "artifactType": "Manifest"
597
+ },
598
+ "enabled": {
599
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
600
+ "anyOf": [
601
+ {
602
+ "enum": [
603
+ false,
604
+ true
605
+ ]
606
+ },
607
+ {
608
+ "type": "string"
609
+ }
610
+ ],
611
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
612
+ "artifactType": "Manifest"
613
+ }
614
+ },
615
+ "additionalProperties": false,
616
+ "required": [
617
+ "menu",
618
+ "text"
619
+ ]
620
+ },
621
+ "ViewCustomActionMenuActions": {
622
+ "isViewNode": false,
623
+ "type": "object",
624
+ "additionalProperties": {
625
+ "anyOf": [
626
+ {
627
+ "$ref": "#/definitions/ViewToolBarActionGroup"
628
+ },
629
+ {
630
+ "$ref": "#/definitions/ViewToolBarAction"
631
+ },
632
+ {
633
+ "type": "object",
634
+ "properties": {}
635
+ },
636
+ {
637
+ "$ref": "#/definitions/ViewTableCustomAction"
638
+ }
639
+ ]
640
+ }
641
+ },
524
642
  "ALPTableView": {
525
643
  "description": "Table View",
526
644
  "isViewNode": true,
@@ -538,9 +656,15 @@
538
656
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
539
657
  },
540
658
  "personalization": {
541
- "$ref": "#/definitions/ViewPersonalizationType",
542
659
  "description": "Defines the personalization mode, currently only effective if variant management on page is either 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.",
543
- "artifactType": "Manifest"
660
+ "anyOf": [
661
+ {
662
+ "$ref": "#/definitions/ViewPersonalizationType"
663
+ },
664
+ {
665
+ "type": "boolean"
666
+ }
667
+ ]
544
668
  },
545
669
  "toolBar": {
546
670
  "$ref": "#/definitions/ToolBar",
@@ -711,6 +835,9 @@
711
835
  },
712
836
  {
713
837
  "$ref": "#/definitions/CustomTableAction"
838
+ },
839
+ {
840
+ "$ref": "#/definitions/CustomActionMenu"
714
841
  }
715
842
  ]
716
843
  }
@@ -747,19 +874,29 @@
747
874
  "artifactType": "Manifest",
748
875
  "type": "boolean"
749
876
  },
750
- "text": {
751
- "description": "The text that is displayed on the button (typically a binding to an i18n entry).",
752
- "i18nClassification": "COL: Custom action text",
877
+ "press": {
878
+ "description": "Relevant for extension actions; allows the definition of a target action handler.",
753
879
  "artifactType": "Manifest",
754
880
  "type": "string"
755
881
  },
882
+ "menu": {
883
+ "description": "List of action names from the manifest.",
884
+ "hidden": true,
885
+ "isViewNode": false,
886
+ "type": "array",
887
+ "items": {
888
+ "type": "string"
889
+ },
890
+ "artifactType": "Manifest"
891
+ },
756
892
  "position": {
757
893
  "$ref": "#/definitions/CustomActionPosition",
758
- "description": "Defines the position of the action relative to other actions.",
894
+ "description": "Defines the position of the action relative to other actions or action menus.",
759
895
  "artifactType": "Manifest"
760
896
  },
761
- "press": {
762
- "description": "Relevant for extension actions; allows the definition of a target action handler.",
897
+ "text": {
898
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
899
+ "i18nClassification": "COL: Custom action text",
763
900
  "artifactType": "Manifest",
764
901
  "type": "string"
765
902
  },
@@ -776,7 +913,7 @@
776
913
  "type": "string"
777
914
  }
778
915
  ],
779
- "description": "Defines if the action button is visible.",
916
+ "description": "Determines if the action or action menu button is visible.",
780
917
  "artifactType": "Manifest"
781
918
  },
782
919
  "enabled": {
@@ -792,7 +929,7 @@
792
929
  "type": "string"
793
930
  }
794
931
  ],
795
- "description": "Defines if the action is enabled. The default value is true.",
932
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
796
933
  "artifactType": "Manifest"
797
934
  }
798
935
  },
@@ -806,13 +943,13 @@
806
943
  "type": "object",
807
944
  "properties": {
808
945
  "anchor": {
809
- "description": "The key of another action to be used as placement anchor.",
946
+ "description": "The key of another action or action menu to be used as a placement anchor.",
810
947
  "artifactType": "Manifest",
811
948
  "type": "string"
812
949
  },
813
950
  "placement": {
814
951
  "$ref": "#/definitions/ActionPlacement",
815
- "description": "Define the placement, either before or after the anchor action.",
952
+ "description": "Defines the placement of the action or action menu relative to the placement anchor.",
816
953
  "artifactType": "Manifest"
817
954
  }
818
955
  },
@@ -821,6 +958,98 @@
821
958
  "placement"
822
959
  ]
823
960
  },
961
+ "CustomActionMenu": {
962
+ "isViewNode": true,
963
+ "type": "object",
964
+ "properties": {
965
+ "menu": {
966
+ "description": "List of action names from the manifest.",
967
+ "hidden": true,
968
+ "isViewNode": false,
969
+ "type": "array",
970
+ "items": {
971
+ "type": "string"
972
+ },
973
+ "artifactType": "Manifest"
974
+ },
975
+ "actions": {
976
+ "$ref": "#/definitions/CustomActionMenuActions",
977
+ "description": "List of actions.",
978
+ "artifactType": "Manifest"
979
+ },
980
+ "position": {
981
+ "$ref": "#/definitions/CustomActionPosition",
982
+ "description": "Defines the position of the action relative to other actions or action menus.",
983
+ "artifactType": "Manifest"
984
+ },
985
+ "defaultAction": {
986
+ "description": "The default action for a menu button.",
987
+ "isViewNode": false,
988
+ "type": "string",
989
+ "artifactType": "Manifest"
990
+ },
991
+ "text": {
992
+ "description": "The text that is displayed on the button. This is typically a binding to an i18n entry.",
993
+ "i18nClassification": "COL: Custom action text",
994
+ "artifactType": "Manifest",
995
+ "type": "string"
996
+ },
997
+ "visible": {
998
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
999
+ "anyOf": [
1000
+ {
1001
+ "enum": [
1002
+ false,
1003
+ true
1004
+ ]
1005
+ },
1006
+ {
1007
+ "type": "string"
1008
+ }
1009
+ ],
1010
+ "description": "Determines if the action or action menu button is visible.",
1011
+ "artifactType": "Manifest"
1012
+ },
1013
+ "enabled": {
1014
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
1015
+ "anyOf": [
1016
+ {
1017
+ "enum": [
1018
+ false,
1019
+ true
1020
+ ]
1021
+ },
1022
+ {
1023
+ "type": "string"
1024
+ }
1025
+ ],
1026
+ "description": "Defines if the action or action menu is enabled. The default value is true.",
1027
+ "artifactType": "Manifest"
1028
+ }
1029
+ },
1030
+ "additionalProperties": false,
1031
+ "required": [
1032
+ "menu",
1033
+ "text"
1034
+ ]
1035
+ },
1036
+ "CustomActionMenuActions": {
1037
+ "isViewNode": false,
1038
+ "type": "object",
1039
+ "additionalProperties": {
1040
+ "anyOf": [
1041
+ {
1042
+ "$ref": "#/definitions/ToolBarAction"
1043
+ },
1044
+ {
1045
+ "$ref": "#/definitions/ToolBarActionGroup"
1046
+ },
1047
+ {
1048
+ "$ref": "#/definitions/CustomTableAction"
1049
+ }
1050
+ ]
1051
+ }
1052
+ },
824
1053
  "ViewColumns": {
825
1054
  "description": "View Columns",
826
1055
  "isViewNode": true,
@@ -1145,9 +1374,15 @@
1145
1374
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
1146
1375
  },
1147
1376
  "personalization": {
1148
- "$ref": "#/definitions/PersonalizationType",
1149
1377
  "description": "Defines the personalization mode, currently only effective if variant management on page is either 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.",
1150
- "artifactType": "Manifest"
1378
+ "anyOf": [
1379
+ {
1380
+ "$ref": "#/definitions/PersonalizationType"
1381
+ },
1382
+ {
1383
+ "type": "boolean"
1384
+ }
1385
+ ]
1151
1386
  },
1152
1387
  "views": {
1153
1388
  "$ref": "#/definitions/MultiTableModeV4"
@@ -1348,9 +1583,15 @@
1348
1583
  "artifactType": "Manifest"
1349
1584
  },
1350
1585
  "personalization": {
1351
- "$ref": "#/definitions/ViewPersonalizationType",
1352
1586
  "description": "Defines the personalization mode, currently only effective if variant management on page is either 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.",
1353
- "artifactType": "Manifest"
1587
+ "anyOf": [
1588
+ {
1589
+ "$ref": "#/definitions/ViewPersonalizationType"
1590
+ },
1591
+ {
1592
+ "type": "boolean"
1593
+ }
1594
+ ]
1354
1595
  },
1355
1596
  "toolBar": {
1356
1597
  "$ref": "#/definitions/ToolBar",