@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
package/CHANGELOG.md CHANGED
@@ -6,17 +6,103 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
6
6
 
7
7
  # Prerequisites
8
8
 
9
+ You have [Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher installed
10
+
11
+ ## [1.136.16] - 2026-03-05
12
+
13
+ ### Added
14
+
15
+ - Added support for retrieving name options for the `ButtonGroup` from the `enum` map in the Rich Text Editor building block
16
+ - Enhanced the page schema by adding `manifestPath` support for actions, sections, columns, fields, and filter fields in OData V4 applications
17
+ - Enhanced the page schema by adding `manifestPath` support for overview page properties in OData V2 applications
18
+ - Enhanced the logic for resolving descriptions in the view node of building blocks.
19
+
20
+ ### Fixed
21
+
22
+ - Fixed an issue with the `useExportToExcel` and other flex properties where two flex changes were created instead of one for object pages in OData V2 applications
23
+ - Fixed an issue where the `enableMassEdit` property was converted to an empty object in OData V4 applications
24
+ - Fixed an issue where an empty view setup was defined with `"showCounts": true` which led to a "Cannot read properties of undefined (reading 'length') error"
25
+ - Fixed an issue where the `creationMode/name` property pointed to a table in an incorrect section and the `$ref` schema was incorrectly shared between sections
26
+ - Fixed an issue where the `personalization` property could not be set to `true` or `false` if a subproperty was defined
27
+ - Fixed an issue where a crash occurred during schema generation when a selection field has no value. Added a warning message instead.
28
+ - Fixed an issue where `undefined.position` is created in `manifest.json` during view creation/deletion for OData V4 applications.
29
+ - Fixed an issue where wrong `entityType` was resolved for `ListReport` page generation when `NavigationProperty` has `Partner` attribute.
30
+
31
+ ### Quality
32
+
33
+ Upgrades:
34
+
35
+ | Package | Change |
36
+ | -------------------------------------------------------------------- | ------------------------ |
37
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.2` -> `0.27.3`] |
38
+ | [semver](https://github.com/npm/node-semver) | [`7.7.3` -> `7.7.4`] |
39
+ | [i18next](https://www.i18next.com) | [`25.8.0` -> `25.8.13`] |
40
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) | [`1.35.2` -> `1.35.10`] |
41
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) | [`0.14.6` -> `0.15.0`] |
42
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) | [`0.42.6` -> `0.43.1`] |
43
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) | [`0.9.8` -> `0.10.0`] |
44
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) | [`0.10.20` -> `0.10.21`] |
45
+ | [axios](https://github.com/axios/axios) | [`1.13.5` -> `1.13.6`] |
46
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
47
+ | [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
48
+ | [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
49
+
50
+ ## [1.136.15] - 2026-02-04
51
+
52
+ ### Fixed
53
+
54
+ - Fixed an issue where a dot was used in a `additionalSemanticObjects` node text in the outline of the Page Editor
55
+ - Updated the description for the `additionalSemanticObjects` property in the schema
56
+ - Fixed an issue where an empty `[sap.ui5][routing][config]` object was always created in the `manifest.json` file, even when no related changes were made in OData V4 applications.
57
+ - Updated the `creationFields` property to mark it with `i18nBundle = service`, to indicate that `oneOf` entries could be translated using the application service bundle in OData V4 applications
58
+ - Fixed multiple issues for the `manifestPath` calculation in the schema
59
+ - Fixed page support for the analytical list page in OData V2 applications
60
+ - Fixed incorrect paths for views and analytical list pages in OData V4 applications
61
+ - Added missing definitions within `additionalProperties` that were not included in the schema for macro elements such as `sap.fe.macros.table.MassEdit`
62
+
63
+ ### Added
64
+
65
+ - Enhanced the RTE ButtonGroup with the following changes:
66
+ - Hidden the ID
67
+ - Made the Name read-only
68
+ - Improved the labels
69
+ - Updated the UI ordering for the propertyIndex based on the `customToolbarPriority` attribute for RTE Button Groups
70
+ - Added the ability to view, add, maintain, and delete action menus based on manifest settings in the Page Editor
71
+
72
+ ### Quality
73
+
74
+ Upgrades:
75
+
76
+ | Package | Change |
77
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
78
+ | [axios](https://github.com/axios/axios) ([source](https://github.com/axios/axios)) | `1.13.2` → `1.13.5` |
79
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | `0.10.19` → `0.10.20` |
80
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | `0.41.6` → `0.42.6` |
81
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | `1.34.4` → `1.35.2` |
82
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | `0.14.5` → `0.14.6` |
83
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) | `8.53.1` → `8.54.0` |
84
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) | `8.53.1` → `8.54.0` |
85
+ | [eslint](https://eslint.org) | `9.26.0` → `9.39.2` |
86
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | `10.1.5` → `10.1.8` |
87
+ | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.5` → `5.3.6` |
88
+ | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
89
+ | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
90
+ | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
91
+
9
92
  ## [1.136.14] - 2023-01-21
10
93
 
11
94
  ### Added
95
+
12
96
  - Added support for setting the `tooltip`, `importance`, and `required` properties for custom columns
13
97
  - Enhanced the page schema by adding `manifestPath` support for table properties and static nodes (such as the header and the root page level) for OData V2 applications
14
98
  - Added support for the `CreateMode` property at the page level and application level for OData V2 applications
15
99
 
16
100
  ### Changed
101
+
17
102
  - Refactored the initial step of generating a list report page for OData V4 applications
18
103
 
19
104
  ### Fixed
105
+
20
106
  - Ensures compatibility with newer OData v4.01 services while maintaining backward compatibility with existing v4.0 services.
21
107
  - Fixed an issue where the empty `sap.ui.generic.app` property was removed and an empty `chartSettings` property was added to the `manifest.json` file when exporting an overview page for OData V2 applications
22
108
 
@@ -24,31 +110,34 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
24
110
 
25
111
  Upgrades:
26
112
 
27
- | Package | Change |
28
- |---|---|
29
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | [`0.10.9` -> `0.10.19`] |
30
- | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser)) | [`0.9.6` -> `0.9.8`] |
31
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.40.2` -> `0.40.11`] |
32
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.33.0` -> `1.34.2`] |
33
- | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.2` -> `0.14.5`] |
34
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`] |
35
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.51.0` -> `8.53.1`] |
36
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
37
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
38
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
39
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
113
+ | Package | Change |
114
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
115
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/annotation-converter)) | [`0.10.9` -> `0.10.19`] |
116
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/edmx-parser)) | [`0.9.6` -> `0.9.8`] |
117
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.40.2` -> `0.40.11`] |
118
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.33.0` -> `1.34.2`] |
119
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.2` -> `0.14.5`] |
120
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.51.0` -> `8.53.1`] |
121
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.51.0` -> `8.53.1`] |
122
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.4` → `5.5.5`] |
123
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.7.3` -> `25.7.4`] |
124
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.6.2` → `3.8.0`] |
125
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.65.1` -> `0.67.1`] |
40
126
 
41
127
  ## [1.136.13] - 2023-01-07
42
128
 
43
129
  ### Added
130
+
44
131
  - Introduced `manifestPath` property in v2/v4 App.json schemas to represent JSON path reference pointing to path in manifest.json file.
45
132
  - Enhanced page schema by adding `manifestPath` support for table properties and static nodes (FilterBar, Header).
46
133
 
47
134
  ### Fixed
135
+
48
136
  OData V4:
137
+
49
138
  - Macros. Change isViewNode: false for non UI related nodes for Table
50
139
  - Macros. Generated schema for macros control does not contains properties/aggregation from extended macros control/class. Scenario with RichTextEditorWithMetadata
51
- OData V2:
140
+ OData V2:
52
141
  - Unknown or unsupported properties are removed from `enableMassEdit` object during export
53
142
  - OVP. Export issue - not possible to remove not allowed chart card properties
54
143
 
@@ -56,25 +145,27 @@ OData V2:
56
145
 
57
146
  Upgrades:
58
147
 
59
- | Package | Change |
60
- |---|---|
61
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.12` -> `1.33.0`] |
62
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
63
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.40.0` -> `0.40.2`] |
64
- | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
65
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`] |
66
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
148
+ | Package | Change |
149
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
150
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.12` -> `1.33.0`] |
151
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.3` -> `25.7.3`] |
152
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.40.0` -> `0.40.2`] |
153
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.27.1` → `0.27.2`] |
154
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.49.0` -> `8.51.0`] |
155
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.49.0` -> `8.51.0`] |
67
156
 
68
157
  ## [1.136.12] - 2025-11-26
69
158
 
70
159
  ### Added
160
+
71
161
  - Enhanced the `readApp` API method:
72
- - The method now returns an `applicationModel` where each page includes its own `TreeModel`
73
- - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
162
+ - The method now returns an `applicationModel` where each page includes its own `TreeModel`
163
+ - Added the `skipParsing` option (default: false) to allow skipping page parsing and model generation
74
164
 
75
165
  ### Fixed
76
166
 
77
167
  OData V4:
168
+
78
169
  - Removed the `enableMassEdit` and `analyticalConfiguration` properties from the chart view
79
170
  - Avoid unnecessary deletion of `targets.{target}.contextPattern`
80
171
 
@@ -82,29 +173,29 @@ OData V4:
82
173
 
83
174
  Upgrades:
84
175
 
85
- | Package | Change |
86
- |---|---|
87
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.18` -> `0.39.25`] |
88
- | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.0` -> `0.13.2`] |
89
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`] |
90
- | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.8` -> `1.32.9`] |
91
- | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
92
- | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
93
- | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
94
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
95
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.4` -> `8.48.0`] |
96
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.4` -> `8.48.0`] |
97
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
98
- | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
99
- | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
100
- | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
101
- | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
102
- | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
103
-
176
+ | Package | Change |
177
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
178
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.18` -> `0.39.25`] |
179
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | [`0.13.0` -> `0.13.2`] |
180
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.7` -> `0.10.9`] |
181
+ | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.32.8` -> `1.32.9`] |
182
+ | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/jquery) | [`3.5.32` -> `3.5.33`] |
183
+ | [@types/mem-fs](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mem-fs) | [`1.1.2` -> `1.1.5`] |
184
+ | [@types/json-schema](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/json-schema) | [-> `7.0.5`] |
185
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.2` -> `25.6.3`] |
186
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.4` -> `8.48.0`] |
187
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.4` -> `8.48.0`] |
188
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.13.2`] |
189
+ | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
190
+ | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
191
+ | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
192
+ | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
193
+ | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
104
194
 
105
195
  ## [1.136.11] - 2025-11-12
106
196
 
107
197
  ### Added
198
+
108
199
  - Added the ability to delete building blocks on a custom page
109
200
  - Added the ability to delete the "Page" building block
110
201
  - Added the ability to create custom fields in form sections
@@ -112,6 +203,7 @@ Upgrades:
112
203
  - Added the new API method `readApp`: a simpler wrapper around `importProject` that only requires the app parameter (path or `ApplicationAccess` instance)
113
204
 
114
205
  ### Fixed
206
+
115
207
  - Fixed an issue where a message defined in i18n did not match the mode name capitalization
116
208
  - Removed unsupported navigation properties from the `creationMode: creationFields` property dropdown
117
209
  - Removed unsupported navigation properties from the `enableMassEdit: visibleFields/ignoredFields` property dropdown
@@ -120,46 +212,50 @@ Upgrades:
120
212
 
121
213
  Upgrades:
122
214
 
123
- | Package | Change |
124
- |---|---|
125
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
126
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.15` -> `0.39.18`] |
127
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
128
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
129
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
130
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
131
- | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
132
- | [glob](https://github.com/isaacs/node-glob) | [-> `10.5.0`] |
215
+ | Package | Change |
216
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
217
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.6.0` -> `25.6.2`] |
218
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.15` -> `0.39.18`] |
219
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.11` -> `0.27.0`] |
220
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
221
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
222
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
223
+ | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
224
+ | [glob](https://github.com/isaacs/node-glob) | [-> `10.5.0`] |
133
225
 
134
226
  ## [1.136.10] - 2025-10-29
135
227
 
136
228
  ### Added
137
229
 
138
230
  OData V4:
231
+
139
232
  - Support for the `group` property for actions
140
233
  - Support for the `creationMode` property for the List Report tables
141
234
 
142
235
  ### Fixed
236
+
143
237
  - Fixed an issue where the Object Page synchronization of tables was not working correctly
144
238
 
145
239
  ### Quality
146
240
 
147
241
  Upgrades:
148
242
 
149
- | Package | Change |
150
- |---|---|
151
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.10` -> `0.39.15`] |
152
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
153
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
154
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
155
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.6` -> `0.10.7`] |
243
+ | Package | Change |
244
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------ |
245
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.10` -> `0.39.15`] |
246
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
247
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
248
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.10` -> `0.25.11`] |
249
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.6` -> `0.10.7`] |
156
250
 
157
251
  ## [1.136.9] - 2025-10-15
158
252
 
159
253
  ### Added
254
+
160
255
  - Reverted macro labels to display building block type and ID
161
256
 
162
257
  ### Fixed
258
+
163
259
  - Fixed an issue where documentation links, represented by a book icon for the `Creation Mode` property, were missing in the Page Editor
164
260
  - Fixed an issue where the `Quick Variant Selection` settings were not properly transferred to the `manifest.json` file
165
261
  - Update macros schema node description and metadata for UI rendering
@@ -169,24 +265,25 @@ Upgrades:
169
265
 
170
266
  Upgrades:
171
267
 
172
- | Package | Change |
173
- |---|---|
174
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
175
- | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
176
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
177
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.2` -> `0.39.10`] |
178
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.5` -> `0.10.6`] |
179
- | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
180
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
181
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
182
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.45.0` -> `8.46.0`] |
183
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.45.0` -> `8.46.0`] |
268
+ | Package | Change |
269
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
270
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.5.2` -> `25.6.0`] |
271
+ | [patch-package](https://github.com/ds300/patch-package) | [`8.0.0` -> `8.0.1`] |
272
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.9.2` -> `5.9.3`] |
273
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.39.2` -> `0.39.10`] |
274
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.5` -> `0.10.6`] |
275
+ | [semver](https://github.com/npm/node-semver) | [`7.7.2` -> `7.7.3`] |
276
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.4` -> `29.4.5`] |
277
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
278
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.45.0` -> `8.46.0`] |
279
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.45.0` -> `8.46.0`] |
184
280
 
185
281
  ## [1.136.8] - 2025-10-01
186
282
 
187
283
  ### Added
188
284
 
189
285
  OData V4:
286
+
190
287
  - `operationGroupingMode` property support for table `enableMassEdit`
191
288
  - Add icon support and improve description for main building blocks in schema
192
289
 
@@ -200,42 +297,44 @@ Upgrades:
200
297
 
201
298
  - Upgraded TS target to `ES2023`
202
299
 
203
- | Package | Change |
204
- |---|---|
205
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
206
- | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.9.5` -> `0.9.6`] |
207
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.6` -> `0.39.2`] |
208
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
209
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`] |
210
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.44.0` -> `8.45.0`] |
211
- | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
300
+ | Package | Change |
301
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
302
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.1` -> `29.4.4`] |
303
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.9.5` -> `0.9.6`] |
304
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.6` -> `0.39.2`] |
305
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.9` -> `0.25.10`] |
306
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.44.0` -> `8.45.0`] |
307
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.44.0` -> `8.45.0`] |
308
+ | [tar](https://github.com/isaacs/node-tar) | [`7.4.3` -> `7.5.1`] |
212
309
 
213
310
  ## [1.136.7] - 2025-09-17
214
311
 
215
312
  ### Added
216
313
 
217
314
  OData V4:
315
+
218
316
  - Object Page: Added support for the `rowCountMode: Interactive` property on grid, analytical, and tree tables.
219
317
 
220
318
  ### Quality
221
319
 
222
320
  Upgrades:
223
321
 
224
- | Package | Change |
225
- |---|---|
226
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.2` -> `0.38.6`] |
227
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.42.0` -> `8.44.0`] |
228
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.42.0` -> `8.44.0`] |
229
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
230
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.3` -> `0.10.5`] |
231
- | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.8.2` -> `0.9.5`] |
232
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
322
+ | Package | Change |
323
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
324
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.2` -> `0.38.6`] |
325
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.42.0` -> `8.44.0`] |
326
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.42.0` -> `8.44.0`] |
327
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.11.0` -> `1.12.0`] |
328
+ | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | [`0.10.3` -> `0.10.5`] |
329
+ | [@sap-ux/edmx-parser](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/edmx-parser)) | [`0.8.2` -> `0.9.5`] |
330
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.2` -> `25.5.2`] |
233
331
 
234
332
  ## [1.136.6] - 2025-09-03
235
333
 
236
334
  ### Added
237
335
 
238
336
  OData V4:
337
+
239
338
  - Added possibility to define the 'InlineCreationRows' mode as the default creation mode that is used for all tables within an application.
240
339
  - Object Page: Support of `creationMode` settings on tables
241
340
 
@@ -247,12 +346,12 @@ OVP page. Properties from different card types on the OVP page were not imported
247
346
 
248
347
  Upgrades:
249
348
 
250
- | Package | Change |
251
- |---|---|
252
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`] |
253
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.40.0` -> `8.42.0`] |
254
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.0` -> `0.38.2`]) |
255
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
349
+ | Package | Change |
350
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
351
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.40.0` -> `8.42.0`] |
352
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.40.0` -> `8.42.0`] |
353
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.38.0` -> `0.38.2`]) |
354
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
256
355
 
257
356
  ## [1.136.5] - 2025-08-20
258
357
 
@@ -264,56 +363,57 @@ Page macros. Default aggregation `items` is not recognized
264
363
 
265
364
  Upgrades:
266
365
 
267
- | Package | Change |
268
- |---|---|
269
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
270
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.39.0` -> `8.40.0`] |
271
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
272
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
273
- | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
274
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.36.0` -> `0.38.0`] |
366
+ | Package | Change |
367
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
368
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.39.0` -> `8.40.0`] |
369
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.39.0` -> `8.40.0`] |
370
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
371
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
372
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
373
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.36.0` -> `0.38.0`] |
275
374
 
276
375
  ## [1.136.4] - 2025-08-06
277
376
 
278
377
  ### Fixed
279
378
 
280
379
  OData V4:
380
+
281
381
  - Support of `enableMassEdit` properties for single view table
282
382
 
283
383
  ### Quality
284
384
 
285
385
  Upgrades:
286
386
 
287
- | Package | Change |
288
- |---|---|
289
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
290
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.37.0` -> `8.39.0`] |
291
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
292
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
293
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.5` -> `0.36.0`] |
294
- | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
295
- | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
387
+ | Package | Change |
388
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------- |
389
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.37.0` -> `8.39.0`] |
390
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.37.0` -> `8.39.0`] |
391
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
392
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
393
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.5` -> `0.36.0`] |
394
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
395
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
296
396
 
297
397
  ## [1.136.3] - 2025-07-23
298
398
 
299
399
  ### Added
300
400
 
301
401
  OData V4:
402
+
302
403
  - Support of `enableMassEdit` properties for table
303
404
 
304
405
  ### Quality
305
406
 
306
407
  Upgrades:
307
408
 
308
- | Package | Change |
309
- |---|---|
310
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
311
- | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
312
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
313
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
314
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.1` -> `8.37.0`] |
315
- | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
316
-
409
+ | Package | Change |
410
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
411
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.10.0` -> `1.11.0`] |
412
+ | [eslint-config-prettier](https://github.com/prettier/eslint-config-prettier) | [`9.1.0` -> `9.1.2`] |
413
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.1` -> `5.5.3`] |
414
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.1` -> `8.37.0`] |
415
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.1` -> `8.37.0`] |
416
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.5` -> `0.25.8`] |
317
417
 
318
418
  ## [1.136.2] - 2025-07-09
319
419
 
@@ -321,12 +421,12 @@ Upgrades:
321
421
 
322
422
  Upgrades:
323
423
 
324
- | Package | Change |
325
- |---|---|
424
+ | Package | Change |
425
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
326
426
  | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.35.0` -> `8.35.1`] |
327
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.0` -> `8.35.1`] |
328
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
329
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
427
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.35.0` -> `8.35.1`] |
428
+ | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | [`3.5.3` -> `3.6.2`] |
429
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.0` -> `5.5.1`] |
330
430
 
331
431
  ## [1.136.1] - 2025-06-25
332
432
 
@@ -334,15 +434,15 @@ Upgrades:
334
434
 
335
435
  Upgrades:
336
436
 
337
- | Package | Change |
338
- |---|---|
339
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.0` -> `0.35.5`]|
340
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
341
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
342
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
343
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
437
+ | Package | Change |
438
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
439
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.0` -> `0.35.5`] |
440
+ | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.9.0` -> `1.10.0`] |
441
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | [`50.7.1` -> `50.8.0`] |
442
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.4.1` -> `5.5.0`] |
443
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.3.4` -> `29.4.0`] |
344
444
  | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.34.0` -> `8.35.0`] |
345
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.34.0` -> `8.35.0`] |
445
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.34.0` -> `8.35.0`] |
346
446
 
347
447
  ## [1.136.0] - 2025-06-11
348
448
 
@@ -351,32 +451,36 @@ Upgrades:
351
451
  First version for SAP UI5 1.136 and higher
352
452
 
353
453
  OData V4:
454
+
354
455
  - Support of `hideDraft` related internal setting
355
456
  - Basic support for new SAP Ariba LR/OP templates
356
457
 
357
458
  OData V4/V2:
459
+
358
460
  - Schema generation - add link to documentation for "flexibleColumnLayout" property
359
461
 
360
462
  ### Fixed
361
463
 
362
464
  OData V4:
465
+
363
466
  - Export of the empty application settings
364
467
 
365
468
  OData V4/V2:
469
+
366
470
  - Schema generation - update description for "flexibleColumnLayout" property
367
471
 
368
472
  ### Quality
369
473
 
370
474
  Upgrades:
371
475
 
372
- | Package | Type | Update | Change |
373
- |---|---|---|---|
374
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
375
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
376
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
377
- | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.32.1` -> `8.34.0`]|
378
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
379
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | minor | [`0.33.28` -> `0.35.0`]
380
- | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | minor | [`0.33.28` -> `0.35.0`]
381
- | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | devDependencies | minor | [`0.12.0` -> `0.13.0`]
382
- | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | dependencies | minor | [`0.12.0` -> `0.13.0`]
476
+ | Package | Type | Update | Change |
477
+ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------- | ------ | ----------------------- |
478
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
479
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
480
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
481
+ | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
482
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.32.1` -> `8.34.0`] |
483
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | devDependencies | minor | [`0.33.28` -> `0.35.0`] |
484
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | dependencies | minor | [`0.33.28` -> `0.35.0`] |
485
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | devDependencies | minor | [`0.12.0` -> `0.13.0`] |
486
+ | [@sap-ux/vocabularies-types](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/main/packages/vocabularies-types)) | dependencies | minor | [`0.12.0` -> `0.13.0`] |