@sap/ux-specification 1.124.18 → 1.136.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (526) hide show
  1. package/CHANGELOG.md +21 -464
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/runDocu-min.js.map +2 -2
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +106 -106
  15. package/dist/index-min.js.map +4 -4
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v4/ApplicationV4.json +53 -1
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +287 -56
  19. package/dist/schemas/v4/ListReportConfig.json +19 -1
  20. package/dist/schemas/v4/ObjectPageConfig.json +27 -0
  21. package/dist/specification/package.json +7 -7
  22. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +21 -0
  23. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -1
  24. package/dist/specification/scripts/documentation/components/TreeDiagram.js +21 -0
  25. package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -1
  26. package/dist/specification/scripts/documentation/components/filter.d.ts +7 -0
  27. package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -1
  28. package/dist/specification/scripts/documentation/components/filter.js +30 -0
  29. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  30. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +70 -0
  31. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  32. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +70 -3
  33. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  34. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +17 -0
  35. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
  36. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +23 -0
  37. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
  38. package/dist/specification/scripts/documentation/components/ui/search.d.ts +12 -0
  39. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  40. package/dist/specification/scripts/documentation/components/ui/search.js +78 -8
  41. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  42. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +21 -0
  43. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  44. package/dist/specification/scripts/documentation/components/ui/toggle.js +23 -6
  45. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  46. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +24 -0
  47. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  48. package/dist/specification/scripts/documentation/components/ui/tooltip.js +24 -3
  49. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  50. package/dist/specification/scripts/documentation/components/ui/utils.d.ts +36 -0
  51. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  52. package/dist/specification/scripts/documentation/components/ui/utils.js +36 -4
  53. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  54. package/dist/specification/scripts/extractDocu.js +49 -5
  55. package/dist/specification/scripts/extractDocu.js.map +1 -1
  56. package/dist/specification/scripts/macros/api.d.ts +4 -1
  57. package/dist/specification/scripts/macros/api.d.ts.map +1 -1
  58. package/dist/specification/scripts/macros/api.js +9 -1
  59. package/dist/specification/scripts/macros/api.js.map +1 -1
  60. package/dist/specification/scripts/macros/cmd.d.ts +1 -0
  61. package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
  62. package/dist/specification/scripts/macros/cmd.js +1 -0
  63. package/dist/specification/scripts/macros/cmd.js.map +1 -1
  64. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  65. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  66. package/dist/specification/scripts/macros/corrections.js +5 -0
  67. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  68. package/dist/specification/scripts/macros/i18n.d.ts +1 -0
  69. package/dist/specification/scripts/macros/i18n.d.ts.map +1 -1
  70. package/dist/specification/scripts/macros/i18n.js +1 -0
  71. package/dist/specification/scripts/macros/i18n.js.map +1 -1
  72. package/dist/specification/scripts/macros/schema.d.ts +1 -0
  73. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  74. package/dist/specification/scripts/macros/schema.js +18 -5
  75. package/dist/specification/scripts/macros/schema.js.map +1 -1
  76. package/dist/specification/scripts/schema/to-json-schema.d.ts +9 -5
  77. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  78. package/dist/specification/scripts/schema/to-json-schema.js +32 -5
  79. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  80. package/dist/specification/scripts/spec.js +19 -9
  81. package/dist/specification/scripts/spec.js.map +1 -1
  82. package/dist/specification/src/api.d.ts +20 -12
  83. package/dist/specification/src/api.d.ts.map +1 -1
  84. package/dist/specification/src/api.js +22 -14
  85. package/dist/specification/src/api.js.map +1 -1
  86. package/dist/specification/src/extensionLogger.d.ts +3 -2
  87. package/dist/specification/src/extensionLogger.d.ts.map +1 -1
  88. package/dist/specification/src/extensionLogger.js +3 -2
  89. package/dist/specification/src/extensionLogger.js.map +1 -1
  90. package/dist/specification/src/i18n/i18n.d.ts +5 -0
  91. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  92. package/dist/specification/src/i18n/i18n.js +5 -0
  93. package/dist/specification/src/i18n/i18n.js.map +1 -1
  94. package/dist/specification/src/project.d.ts +3 -1
  95. package/dist/specification/src/project.d.ts.map +1 -1
  96. package/dist/specification/src/project.js +3 -1
  97. package/dist/specification/src/project.js.map +1 -1
  98. package/dist/specification/src/specification/schemaAccess.d.ts +6 -2
  99. package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
  100. package/dist/specification/src/specification/schemaAccess.js +10 -4
  101. package/dist/specification/src/specification/schemaAccess.js.map +1 -1
  102. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +63 -0
  103. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -0
  104. package/dist/specification/src/sync/common/DataFieldStrategy.js +356 -0
  105. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -0
  106. package/dist/specification/src/sync/common/appProvider.d.ts +17 -6
  107. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  108. package/dist/specification/src/sync/common/appProvider.js +33 -17
  109. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  110. package/dist/specification/src/sync/common/decoration/control.d.ts +26 -10
  111. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  112. package/dist/specification/src/sync/common/decoration/control.js +32 -13
  113. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  114. package/dist/specification/src/sync/common/decoration/decorators.d.ts +14 -0
  115. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  116. package/dist/specification/src/sync/common/decoration/decorators.js +14 -0
  117. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  118. package/dist/specification/src/sync/common/decoration/factory.d.ts +12 -3
  119. package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -1
  120. package/dist/specification/src/sync/common/decoration/factory.js +6 -3
  121. package/dist/specification/src/sync/common/decoration/factory.js.map +1 -1
  122. package/dist/specification/src/sync/common/decoration/flex.d.ts +7 -0
  123. package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -1
  124. package/dist/specification/src/sync/common/decoration/flex.js +7 -0
  125. package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
  126. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +13 -3
  127. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  128. package/dist/specification/src/sync/common/distTagEvaluator.js +13 -3
  129. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  130. package/dist/specification/src/sync/common/dist_tag.json +12 -7
  131. package/dist/specification/src/sync/common/flexUtils.d.ts +11 -10
  132. package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -1
  133. package/dist/specification/src/sync/common/flexUtils.js +11 -10
  134. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  135. package/dist/specification/src/sync/common/generate/objectPage.d.ts +89 -19
  136. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  137. package/dist/specification/src/sync/common/generate/objectPage.js +215 -89
  138. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  139. package/dist/specification/src/sync/common/generate/utils.d.ts +74 -38
  140. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  141. package/dist/specification/src/sync/common/generate/utils.js +85 -37
  142. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  143. package/dist/specification/src/sync/common/import/utils.d.ts +9 -3
  144. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  145. package/dist/specification/src/sync/common/import/utils.js +9 -3
  146. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  147. package/dist/specification/src/sync/common/importProject.d.ts +17 -6
  148. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  149. package/dist/specification/src/sync/common/importProject.js +60 -30
  150. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  151. package/dist/specification/src/sync/common/index.d.ts +1 -0
  152. package/dist/specification/src/sync/common/index.d.ts.map +1 -1
  153. package/dist/specification/src/sync/common/index.js +1 -0
  154. package/dist/specification/src/sync/common/index.js.map +1 -1
  155. package/dist/specification/src/sync/common/utils.d.ts +152 -56
  156. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  157. package/dist/specification/src/sync/common/utils.js +259 -155
  158. package/dist/specification/src/sync/common/utils.js.map +1 -1
  159. package/dist/specification/src/sync/i18n.d.ts +5 -0
  160. package/dist/specification/src/sync/i18n.d.ts.map +1 -1
  161. package/dist/specification/src/sync/i18n.js +5 -0
  162. package/dist/specification/src/sync/i18n.js.map +1 -1
  163. package/dist/specification/src/sync/v2/export/controls/Action.d.ts +3 -3
  164. package/dist/specification/src/sync/v2/export/controls/Action.js +15 -15
  165. package/dist/specification/src/sync/v2/export/controls/Card.d.ts +14 -0
  166. package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v2/export/controls/Card.js +20 -0
  168. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  169. package/dist/specification/src/sync/v2/export/controls/Field.js +5 -5
  170. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +13 -0
  171. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  172. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +21 -0
  173. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  174. package/dist/specification/src/sync/v2/export/controls/FormAction.js +4 -4
  175. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +10 -5
  176. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v2/export/controls/Fragment.js +62 -25
  178. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  179. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +6 -6
  180. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +6 -6
  181. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  182. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +20 -16
  183. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  184. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  185. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  186. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -6
  187. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +24 -0
  188. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  189. package/dist/specification/src/sync/v2/export/controls/Table.js +48 -3
  190. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  191. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +10 -10
  192. package/dist/specification/src/sync/v2/export/export.d.ts +7 -3
  193. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  194. package/dist/specification/src/sync/v2/export/export.js +133 -44
  195. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  196. package/dist/specification/src/sync/v2/export/exportPage.d.ts +18 -10
  197. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  198. package/dist/specification/src/sync/v2/export/exportPage.js +34 -20
  199. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  200. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +5 -2
  201. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  202. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +27 -17
  203. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  204. package/dist/specification/src/sync/v2/export/manifest.d.ts +5 -2
  205. package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -1
  206. package/dist/specification/src/sync/v2/export/manifest.js +30 -6
  207. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  208. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts +21 -0
  209. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  210. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +36 -2
  211. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  212. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +25 -15
  213. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  214. package/dist/specification/src/sync/v2/export/view-controller-generator.js +27 -16
  215. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  216. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +2 -0
  217. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  218. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +6 -0
  219. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  220. package/dist/specification/src/sync/v2/generate/generate.d.ts +5 -9
  221. package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
  222. package/dist/specification/src/sync/v2/generate/generate.js +9 -12
  223. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  224. package/dist/specification/src/sync/v2/generate/listReport.d.ts +4 -2
  225. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  226. package/dist/specification/src/sync/v2/generate/listReport.js +24 -7
  227. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  228. package/dist/specification/src/sync/v2/generate/objectPage.d.ts +2 -2
  229. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  230. package/dist/specification/src/sync/v2/generate/objectPage.js +75 -43
  231. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  232. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +2 -2
  233. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  234. package/dist/specification/src/sync/v2/generate/overviewPage.js +2 -2
  235. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  236. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  237. package/dist/specification/src/sync/v2/generate/utils.d.ts +47 -22
  238. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  239. package/dist/specification/src/sync/v2/generate/utils.js +92 -33
  240. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  241. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +7 -0
  242. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  243. package/dist/specification/src/sync/v2/import/app/appProvider.js +20 -4
  244. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  245. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts +4 -0
  246. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  247. package/dist/specification/src/sync/v2/import/app/ovpProvider.js +4 -0
  248. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  249. package/dist/specification/src/sync/v2/import/common/index.d.ts +28 -15
  250. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  251. package/dist/specification/src/sync/v2/import/common/index.js +91 -35
  252. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  253. package/dist/specification/src/sync/v2/import/controls/table.d.ts +6 -2
  254. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  255. package/dist/specification/src/sync/v2/import/controls/table.js +6 -2
  256. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  257. package/dist/specification/src/sync/v2/import/importPage.d.ts +2 -1
  258. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v2/import/importPage.js +4 -5
  260. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  261. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -3
  262. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  263. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +9 -10
  264. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  265. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +8 -7
  266. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  267. package/dist/specification/src/sync/v2/import/pages/listReport.js +28 -24
  268. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  269. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts +3 -3
  270. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  271. package/dist/specification/src/sync/v2/import/pages/objectPage.js +107 -76
  272. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  273. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
  274. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  275. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +27 -12
  276. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  277. package/dist/specification/src/sync/v2/import/utils.d.ts +18 -9
  278. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  279. package/dist/specification/src/sync/v2/import/utils.js +27 -15
  280. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  281. package/dist/specification/src/sync/v2/utils.d.ts +26 -1
  282. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  283. package/dist/specification/src/sync/v2/utils.js +46 -0
  284. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  285. package/dist/specification/src/sync/v4/application.d.ts +8 -5
  286. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  287. package/dist/specification/src/sync/v4/application.js +29 -5
  288. package/dist/specification/src/sync/v4/application.js.map +1 -1
  289. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  290. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +8 -0
  291. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  292. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  293. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
  294. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +4 -1
  295. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  296. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +4 -1
  297. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  298. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  299. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  300. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  301. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +3 -0
  302. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  303. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +4 -1
  304. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  305. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  306. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  307. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +6 -0
  308. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  309. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +7 -1
  310. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  311. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -9
  312. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  313. package/dist/specification/src/sync/v4/export/controls/Table.js +44 -17
  314. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  315. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  316. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  317. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
  318. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  319. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -0
  320. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  321. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +7 -1
  322. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  323. package/dist/specification/src/sync/v4/export/export.d.ts +6 -4
  324. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  325. package/dist/specification/src/sync/v4/export/export.js +151 -60
  326. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  327. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts +6 -4
  328. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
  329. package/dist/specification/src/sync/v4/export/exportCustomColumn.js +6 -4
  330. package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  331. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts +3 -2
  332. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
  333. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +13 -9
  334. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  335. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +6 -4
  336. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  337. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +9 -4
  338. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  339. package/dist/specification/src/sync/v4/export/manifest.d.ts +6 -2
  340. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  341. package/dist/specification/src/sync/v4/export/manifest.js +46 -17
  342. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  343. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  344. package/dist/specification/src/sync/v4/export/pages/ListReport.js +4 -3
  345. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  346. package/dist/specification/src/sync/v4/export/utils.d.ts +6 -4
  347. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  348. package/dist/specification/src/sync/v4/export/utils.js +6 -4
  349. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  350. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  351. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -0
  352. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  353. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +5 -3
  354. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  355. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -5
  356. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  357. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts +1 -0
  358. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  359. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +18 -0
  360. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  361. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts +1 -1
  362. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -1
  363. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +2 -1
  364. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  365. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +2 -0
  366. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  367. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -0
  368. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  369. package/dist/specification/src/sync/v4/generate/freestylePage.d.ts +2 -2
  370. package/dist/specification/src/sync/v4/generate/freestylePage.js +2 -2
  371. package/dist/specification/src/sync/v4/generate/generate.d.ts +13 -11
  372. package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
  373. package/dist/specification/src/sync/v4/generate/generate.js +13 -11
  374. package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
  375. package/dist/specification/src/sync/v4/generate/listReport.d.ts +10 -7
  376. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  377. package/dist/specification/src/sync/v4/generate/listReport.js +124 -78
  378. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  379. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +22 -1
  380. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  381. package/dist/specification/src/sync/v4/generate/objectPage.js +249 -195
  382. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  383. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +18 -4
  384. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  385. package/dist/specification/src/sync/v4/import/app/appProvider.js +56 -24
  386. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  387. package/dist/specification/src/sync/v4/import/fragment.d.ts +29 -4
  388. package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -1
  389. package/dist/specification/src/sync/v4/import/fragment.js +46 -7
  390. package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
  391. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts +3 -2
  392. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  393. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +7 -2
  394. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  395. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts +12 -10
  396. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  397. package/dist/specification/src/sync/v4/import/pages/listReport.js +83 -51
  398. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  399. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts +7 -6
  400. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  401. package/dist/specification/src/sync/v4/import/pages/objectPage.js +85 -74
  402. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  403. package/dist/specification/src/sync/v4/import/utils.d.ts +4 -2
  404. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  405. package/dist/specification/src/sync/v4/import/utils.js +4 -2
  406. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  407. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  408. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +5 -2
  409. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  410. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +33 -0
  411. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  412. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +42 -53
  413. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  414. package/dist/specification/src/sync/v4/utils/macros.d.ts +4 -0
  415. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  416. package/dist/specification/src/sync/v4/utils/macros.js +17 -1
  417. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  418. package/dist/specification/src/sync/v4/utils/utils.d.ts +106 -22
  419. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  420. package/dist/specification/src/sync/v4/utils/utils.js +352 -155
  421. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  422. package/dist/types/src/common/Application.d.ts +6 -0
  423. package/dist/types/src/common/Application.d.ts.map +1 -1
  424. package/dist/types/src/common/Application.js +4 -0
  425. package/dist/types/src/common/Application.js.map +1 -1
  426. package/dist/types/src/common/types.d.ts +56 -2
  427. package/dist/types/src/common/types.d.ts.map +1 -1
  428. package/dist/types/src/common/types.js +7 -1
  429. package/dist/types/src/common/types.js.map +1 -1
  430. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +2 -1
  431. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  432. package/dist/types/src/common/webapp/manifest/Manifest.js +1 -0
  433. package/dist/types/src/common/webapp/manifest/Manifest.js.map +1 -1
  434. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +3 -2
  435. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
  436. package/dist/types/src/common/webapp/manifest/sapUi5.js +3 -2
  437. package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
  438. package/dist/types/src/v2/application.d.ts +1 -1
  439. package/dist/types/src/v2/controls/Action.d.ts +12 -0
  440. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  441. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +1 -0
  442. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -1
  443. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
  444. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -1
  445. package/dist/types/src/v2/controls/Card.d.ts +13 -0
  446. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  447. package/dist/types/src/v2/controls/Card.js.map +1 -1
  448. package/dist/types/src/v2/controls/Field.d.ts +1 -0
  449. package/dist/types/src/v2/controls/Field.d.ts.map +1 -1
  450. package/dist/types/src/v2/controls/FilterBar.d.ts +6 -0
  451. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  452. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  453. package/dist/types/src/v2/controls/Header.d.ts +1 -0
  454. package/dist/types/src/v2/controls/Header.d.ts.map +1 -1
  455. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +1 -0
  456. package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -1
  457. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +2 -0
  458. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -1
  459. package/dist/types/src/v2/controls/ObjectPageForm.d.ts +1 -0
  460. package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -1
  461. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +1 -0
  462. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
  463. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +3 -0
  464. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  465. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +1 -0
  466. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -1
  467. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +13 -0
  468. package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -1
  469. package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -1
  470. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +6 -0
  471. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  472. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +2 -0
  473. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -1
  474. package/dist/types/src/v2/controls/Table.d.ts +28 -0
  475. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  476. package/dist/types/src/v2/controls/Table.js.map +1 -1
  477. package/dist/types/src/v2/controls/ToolBar.d.ts +1 -0
  478. package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -1
  479. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +1 -0
  480. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -1
  481. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +4 -0
  482. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -1
  483. package/dist/types/src/v4/application.d.ts +40 -1
  484. package/dist/types/src/v4/application.d.ts.map +1 -1
  485. package/dist/types/src/v4/controls/CustomAction.d.ts +10 -0
  486. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  487. package/dist/types/src/v4/controls/FilterBar.d.ts +11 -0
  488. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  489. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  490. package/dist/types/src/v4/controls/Header.d.ts +1 -0
  491. package/dist/types/src/v4/controls/Header.d.ts.map +1 -1
  492. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -0
  493. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
  494. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +5 -1
  495. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  496. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -1
  497. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  498. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +6 -0
  499. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  500. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -0
  501. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  502. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +17 -0
  503. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  504. package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
  505. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +9 -0
  506. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  507. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  508. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +8 -1
  509. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  510. package/dist/types/src/v4/controls/Table.d.ts +16 -0
  511. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  512. package/dist/types/src/v4/controls/ToolBar.d.ts +17 -2
  513. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  514. package/dist/types/src/v4/page.d.ts +4 -0
  515. package/dist/types/src/v4/page.d.ts.map +1 -1
  516. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -1
  517. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +22 -0
  518. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  519. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +3 -0
  520. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
  521. package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
  522. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -1
  523. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
  524. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +2 -2
  525. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  526. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -6,484 +6,41 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
6
6
 
7
7
  # Prerequisites
8
8
 
9
- [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
9
+ [NodeJS](https://nodejs.org/en/download/) Version `20.14.0` or higher
10
10
 
11
- ## [1.124.18] - 2025-05-28
12
-
13
- ### Quality
14
-
15
- Upgrades:
16
-
17
- | Package | Type | Update | Change |
18
- |---|---|---|---|
19
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.14` -> `50.6.17`] |
20
- | [semver](https://github.com/npm/node-semver) | devDependencies | patch | [`7.7.1` -> `7.7.2`] |
21
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.2` -> `29.3.4`] |
22
-
23
- ## [1.124.17] - 2025-05-14
24
-
25
- ### Fixed
26
-
27
- - Schema generation fails with error `Cannot read properties of undefined (reading 'fullyQualifiedName')`
28
-
29
- ### Quality
30
-
31
- Upgrades:
32
-
33
- | Package | Type | Update | Change |
34
- |---|---|---|---|
35
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.11` -> `50.6.14`] |
36
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | minor | [`5.2.6` -> `5.4.0`] |
37
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.3` -> `0.25.4`] |
38
- | [@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.31.0` -> `8.32.1`] |
39
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.31.0` -> `8.32.1`] |
40
- | [@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 | patch | [`0.33.26` -> `0.33.28`] |
41
- | [@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 | patch | [`0.33.26` -> `0.33.28`] |
42
-
43
- ## [1.124.16] - 2025-04-30
44
-
45
- ### Quality
46
-
47
- Upgrades:
48
-
49
- | Package | Type | Update | Change |
50
- |---|---|---|---|
51
- | [@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 | patch | [`0.33.22` -> `0.33.26`] |
52
- | [@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 | patch | [`0.33.22` -> `0.33.26`] |
53
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.8.4` -> `1.9.0`] |
54
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.9` -> `50.6.11`] |
55
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.2` -> `0.25.3`] |
56
- | [@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.29.1` -> `8.31.0`] |
57
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.29.1` -> `8.31.0`] |
58
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.3.1` -> `29.3.2`] |
59
-
60
-
61
- ## [1.124.15] - 2025-03-16
62
-
63
- ### Added
64
-
65
- ### Changed
66
-
67
- ### Removed
68
-
69
- ### Deprecated
70
-
71
- - `globalFilterEntityType` property, if defined, a message is set, otherwise, the property is marked as hidden.
72
-
73
- ### Fixed
74
-
75
- ### Quality
76
-
77
- Upgrades:
78
-
79
- | Package | Type | Update | Change |
80
- |---|---|---|---|
81
- | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | patch | [`50.6.8` -> `50.6.9`] |
82
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.5` -> `5.2.6`]
83
- | [@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 | patch | [`8.29.0` -> `8.29.1`]|
84
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.29.0` -> `8.29.1`] |
85
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.8.2` -> `5.8.3`]
86
-
87
-
88
- ## [1.124.14] - 2025-03-02
89
-
90
- ### Added
91
- - Support rowCount and rowCountMode settings for grid, analytical and tree tables on object pages in OData V4
92
-
93
- ### Quality
94
-
95
- Upgrades:
96
-
97
- | Package | Type | Update | Change |
98
- |---|---|---|---|
99
- | [@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 | patch | [`0.33.16` -> `0.33.19`] |
100
- | [@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 | patch | [`0.33.16` -> `0.33.19`] |
101
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.2` -> `1.8.4`] |
102
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.3` -> `5.2.5`] |
103
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | minor | [`29.2.6` -> `29.3.1`] |
104
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.1` -> `0.25.2`] |
105
- | [@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.26.1` -> `8.29.0`] |
106
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.26.1` -> `8.29.0`] |
107
-
108
- ## [1.124.13] - 2025-03-19
109
-
110
- ### Added
111
-
112
- ### Changed
113
-
114
- ### Removed
115
-
116
- ### Deprecated
117
-
118
- ### Fixed
119
-
120
- - Fixed an issue with annotations `path` property containing custom alias
121
-
122
- ### Quality
123
-
124
- Upgrades:
125
-
126
- | Package | Type | Update | Change |
127
- |---|---|---|---|
128
- | [@sap-ux/annotation-converter](https://github.com/SAP/open-ux-odata) ([source](https://github.com/SAP/open-ux-odata/tree/HEAD/packages/annotation-converter)) | devDependencies | minor | [`0.9.11` -> `0.10.3`]
129
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | patch | [`1.8.1` -> `1.8.2`] |
130
- | [@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 | patch | [`0.33.14` -> `0.33.16`] |
131
- | [@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 | patch | [`0.33.14` -> `0.33.16`] |
132
- | [@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 | patch | [`8.26.0` -> `8.26.1`] |
133
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | patch | [`8.26.0` -> `8.26.1`] |
134
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.0` -> `0.25.1`] |
135
-
136
-
137
- ## [1.124.12] - 2025-03-05
138
-
139
- ### Added
140
-
141
- OData V2:
142
- - Support of `cloudDevAdaptionStatus` internal setting
143
-
144
- ### Changed
145
-
146
- ### Removed
147
-
148
- ### Deprecated
149
-
150
- ### Fixed
151
-
152
- ### Quality
153
-
154
- Upgrades:
155
-
156
- | Package | Type | Update | Change |
157
- |---|---|---|---|
158
- | [@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 | patch | [`0.33.4` -> `0.33.14`]
159
- | [@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 | patch | [`0.33.4` -> `0.33.14`]
160
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.24.0` -> `8.26.0`]
161
- | [@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.24.0` -> `8.26.0`]
162
- | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | devDependencies | minor | [`1.7.9` -> `1.8.1`]
163
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | patch | [`3.5.1` -> `3.5.3`]
164
- | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | devDependencies | patch | [`29.2.5` -> `29.2.6`]
165
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | minor | [`5.7.3` -> `5.8.2`]
166
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | minor | [`11.0.5` -> `11.1.0`]
167
-
168
- ## [1.124.11] - 2025-02-19
169
-
170
- ### Added
171
-
172
- ### Changed
173
-
174
- ### Removed
175
-
176
- ### Deprecated
177
-
178
- ### Fixed
179
-
180
- ### Quality
181
-
182
- Upgrades:
183
-
184
- | Package | Type | Update | Change |
185
- |---|---|---|---|
186
- | [@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 | patch | [`0.33.0` -> `0.33.4`] |
187
- | [@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 | patch | [`0.33.0` -> `0.33.4`] |
188
- | [prettier](https://prettier.io) ([source](https://github.com/prettier/prettier)) | devDependencies | minor | [`3.4.2` -> `3.5.1`] |
189
- | [esbuild](https://github.com/evanw/esbuild) | devDependencies | minor | [`0.24.2` -> `0.25.0`] |
190
- | [@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.23.0` -> `8.24.0`] |
191
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.23.0` -> `8.24.0`] |
192
-
193
- ## [1.124.10] - 2025-02-05
194
- ### Added
195
-
196
- ### Changed
197
-
198
- - OData V4: A chart presentation variant header facet of an Object page is now displayed analog to a micro chart header facet with no additional subnode `Chart`.
199
-
200
- ### Removed
201
-
202
- ### Deprecated
203
-
204
- ### Fixed
205
-
206
- - OData V2: Fixed deletion issue for `quickVariantSelectionX` variants.
207
-
208
- ### Quality
209
-
210
- Upgrades:
211
-
212
- Package Type Update Change
213
- semver devDependencies minor 7.6.3 -> 7.7.1
214
- @sap-ux/fe-fpm-writer (source) devDependencies minor 0.31.25 -> 0.32.2
215
- @sap-ux/fe-fpm-writer (source) dependencies minor 0.31.25 -> 0.32.2
216
- @typescript-eslint/eslint-plugin (source) devDependencies minor 8.20.0 -> 8.23.0
217
- @typescript-eslint/parser (source) devDependencies minor 8.20.0 -> 8.23.0
218
-
219
- ## [1.124.9] - 2025-01-22
11
+ ## [1.136.0] - 2025-06-11
220
12
 
221
13
  ### Added
222
14
 
223
- ### Changed
224
-
225
- ### Removed
226
-
227
- ### Deprecated
228
-
229
- ### Fixed
230
-
231
- ### Quality
232
-
233
- Upgrades:
234
-
235
- | Package | Type | Update | Change |
236
- |---|---|---|---|
237
- | [@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 | patch | [`0.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
238
- | [@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 | patch | [`0.31.23` -> `0.31.25`](https://renovatebot.com/diffs/npm/@sap-ux%2ffe-fpm-writer/0.31.23/0.31.25) |
239
- | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | devDependencies | patch | [`5.7.2` -> `5.7.3`](https://renovatebot.com/diffs/npm/typescript/5.7.2/5.7.3) |
240
- | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.4` -> `11.0.5`](https://renovatebot.com/diffs/npm/uuid/11.0.4/11.0.5) |
241
- | [@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.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.19.1/8.20.0) |
242
- | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.19.1` -> `8.20.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.19.1/8.20.0) |
243
- | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.2.1` -> `5.2.3`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/5.2.1/5.2.3) |
244
-
245
- ## [1.124.8] - 2025-01-08
246
-
247
- ### Added
248
-
249
- ### Changed
250
-
251
- ### Removed
252
-
253
- - OData V4: removed `noData` aggregation on `sap.fe.macros.Table`, since there is no UI support for it.
254
-
255
- ### Deprecated
256
-
257
- ### Fixed
258
-
259
- - OData V4:
260
- - Allow to delete last custom filter field
261
- - `noData` aggregations on `sap.fe.macros.Table` will not be shown, since there is no UI support for it.
262
- - Avoid deletion of unknown properties in custom page settings
263
- - Allow the modification of custom page properties using the API method `exportConfigEntityByPath`.
264
- - General: Deletion requests, via the api method deleteConfigEntityByPath, had not been recognized as such in all cases. The path was considered, but then updates happened, per underlying property.
265
-
266
- ### Quality
267
-
268
- Upgrades:
269
- - | [uuid](https://github.com/uuidjs/uuid) | devDependencies | patch | [`11.0.3` -> `11.0.4`](https://renovatebot.com/diffs/npm/uuid/11.0.3/11.0.4) |
270
- | [@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.18.2` -> `8.19.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/8.18.2/8.19.1) |
271
- - | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | devDependencies | minor | [`8.18.2` -> `8.19.1`](https://renovatebot.com/diffs/npm/@typescript-eslint%2fparser/8.18.2/8.19.1) |
272
-
273
- - @sap-ux/fe-fpm-writer to 0.31.23
274
- - prettier to 3.4.2
275
- - esbuild to 0.24.2
276
- - npm-run-all2 to 7.0.2
277
-
278
- ## [1.124.7] - 2024-12-04
279
-
280
- ### Added
281
-
282
- ### Changed
283
-
284
- ### Removed
285
-
286
- ### Deprecated
287
-
288
- ### Fixed
289
-
290
- - Description for config doc and excel sheet fixed
291
-
292
- ### Quality
293
-
294
- Upgrades:
295
-
296
- - @sap-ux/annotation-converter (source) devDependencies patch 0.9.9 -> 0.9.11
297
- - @sap-ux/vocabularies-types (source) devDependencies minor 0.11.6 -> 0.12.0
298
- - @sap-ux/vocabularies-types (source) dependencies minor 0.11.6 -> 0.12.0
299
- - @sap-ux/vocabularies-types (source) resolutions minor 0.11.6 -> 0.12.0
300
- - typescript (source) devDependencies minor 5.6.3 -> 5.7.2
301
- - i18next (source) devDependencies patch 23.16.5 -> 23.16.8
302
- - @sap-ux/fe-fpm-writer (source) devDependencies patch 0.31.18 -> 0.31.21
303
- - @sap-ux/fe-fpm-writer (source) dependencies patch 0.31.18 -> 0.31.21
304
- - @typescript-eslint/eslint-plugin (source) devDependencies minor 8.13.0 -> 8.15.0
305
- - @typescript-eslint/parser (source) devDependencies minor 8.13.0 -> 8.15.0
306
- - uuid devDependencies patch 11.0.2 -> 11.0.3
307
- - axios source devDependencies patch 1.7.7 -> 1.7.9
308
-
309
- ## [1.124.6] - 2024-11-13
310
-
311
- ### Added
312
-
313
- ### Changed
314
-
315
- ### Removed
316
-
317
- ### Deprecated
318
-
319
- ### Fixed
320
-
321
- - OData V2: flex changes had not been written for table columns of type DataField that use a navigationPath.
322
-
323
- ### Quality
324
-
325
- Upgrades:
326
-
327
- - npm-run-all2 to v7
328
- - typescript-eslint to 8.13.0
329
- - uuid to 11.0.2
330
- - @sap-ux/fe-fpm-writer to 0.31.16
331
- - @sap-ux/annotation-converter to 0.9.9
332
- - @sap-ux/vocabularies-types to 0.11.6
333
- - @sap-ux/edmx-parser to 0.8.2
334
- - i18next to 23.16.5
335
- - [Security] - upgrade cross-spawn to 7.0.5
336
-
337
- ## [1.124.5] - 2024-10-30
338
-
339
- ### Added
340
-
341
- ### Changed
342
-
343
- - Descriptions of all properties have been reviewed.
344
-
345
- ### Removed
346
-
347
- ### Deprecated
348
-
349
- ### Fixed
350
-
351
- - An exception occured if a view fragment was completely empty. This is now caught, leading to an error message in the log that better describes the root cause.
352
-
353
- ### Quality
354
-
355
- Upgrades:
356
-
357
- - typescript to 5.6.3
358
- - typescript-eslint monorepo to 8.10.0
359
- - i18next to 23.16.2
360
- - npm-run-all2 to 6.2.6
361
- - @types/jquery to 3.5.32
362
- - i18next to 23.16.4
363
- - @types/jest to 29.5.14
364
- - @sap-ux/fe-fpm-writer to 0.31.10
365
-
366
- ## [1.124.4] - 2024-10-16
367
-
368
- ### Changed
369
-
370
- - Definition of PageType adjusted to the needs of consuming applications at Fiori Toolsuite
371
-
372
- ### Quality
373
-
374
- Upgrades:
375
-
376
- - "@sap-ux/vocabularies-types": "0.11.4"
377
- - "@sap-ux/annotation-converter": "0.9.6"
378
- - i18next to 23.15.2
379
- - esbuild to 0.24.0
380
- - @sap-ux/fe-fpm-writer to 0.31.7
381
- - @sapui5/types to latest-1.124
382
- - @typescript-eslint/eslint-plugin to 8.8.1
383
- - @typescript-eslint/parser to 8.8.1
384
-
385
- ## [1.124.3] - 2024-10-04
386
-
387
- ### Added
15
+ First version for SAP UI5 1.136 and higher
388
16
 
389
17
  OData V4:
18
+ - Support of `hideDraft` related internal setting
19
+ - Basic support for new SAP Ariba LR/OP templates
390
20
 
391
- - added enum definition and values for `properties` of custom columns, list report and object page.
392
- - Support of `cloudDevAdaptionStatus` internal setting.
393
-
394
- ### Fixed
395
-
396
- - OData V2: Flex change is removed if the facet ID contains a single hyphen.
397
- - General: exception "No schema available for type: FreestylePage" when calling `importProject` for an app that does not have any pages defined (yet).
398
-
399
- ### Quality
400
-
401
- Upgrades:
402
-
403
- - @sap-ux/fe-fpm-writer to 0.31.4
404
- - eslint to 8.57.1
405
- - npm-run-all2 to 6.2.3
406
- - @types/jquery to 3.5.31
407
- - @types/jest to 29.5.13
408
- - jest-file-snapshot to 0.7.0
409
- - ts-jest to 29.2.5
410
- - i18next to 23.15.1
411
- - @ui5/manifest to 1.67.0
412
- - jsdom to 25.0.1
413
- - tar to 7.0.0
414
- - ini to 5.0.0
415
- - uuid to 10.0.0
416
- - typescript to 5.6.2
417
-
418
- ## [1.124.2] - 2024-09-18
419
-
420
- ### Added
421
-
422
- - Add `i18nClassification` property for macros schema properties(Support translation inputs for macros/building block properties).
21
+ OData V4/V2:
22
+ - Schema generation - add link to documentation for "flexibleColumnLayout" property
423
23
 
424
24
  ### Fixed
425
25
 
426
- - Table views: new error handling for undefined keys.
427
- - Corrections for API functions exportConfigEntityByPath and deleteConfigEntityByPath:
428
- - change indicator was not set for manifest.json in v4.
429
- - entityPath was not forwarded at overview pages.
430
- - the check against entityPathArray did not consider intermediate anyOf definitions, and thus exited without executing the property change.
431
- - FPM custom pages had not been considered by function `exportConfigEntityByPathV4`.
432
-
433
- ### Quality
434
-
435
- Upgrades:
436
-
437
- - @sap-ux/fe-fpm-writer to 0.30.0
438
- - @sapui5/types to 1.128.1
439
- - @sap-ux/vocabularies-types to 0.11.3
440
- - @sap-ux/annotation-converter to 0.9.5
441
- - ws to 8.18.0
442
- - @sap-ux/edmx-parser to 0.8.1
443
-
444
- ## [1.124.1] - 2024-09-04
445
-
446
- ### Fixed
447
-
448
- - Supply of oDataVersion and fioriElementsVersion in the app.json
449
-
450
- ### Quality
451
-
452
- Upgrades:
453
-
454
- - axios to 1.7.7
455
- - @sap-ux/fe-fpm-writer to 0.28.3
456
- - jsdom to 24.1.3
457
- - new resolution: "@sap/ux-cds-compiler-facade": "1.14.2"
458
-
459
- ## [1.124.0] - 2024-08-21
460
-
461
- ### Added
462
-
463
- First version for SAP UI5 1.124 and higher
464
-
465
26
  OData V4:
27
+ - Export of the empty application settings
466
28
 
467
- - Support of `disableCopyToClipboard` table property
468
-
469
- ### Fixed
470
-
471
- - Start of debug script for schema generation via launch.json.
472
- - Error "TypeError: Cannot read properties of undefined (reading 'replace')" is thrown on export attempt when empty action is presented in annotations.
473
- - app.json config of freestyle apps could not be generated in all cases.
474
- - OData V4 and freestyle: If routing name and target name had been different for an entry in manifest.json, the export had falsified the routing information.
29
+ OData V4/V2:
30
+ - Schema generation - update description for "flexibleColumnLayout" property
475
31
 
476
32
  ### Quality
477
33
 
478
34
  Upgrades:
479
35
 
480
- - micromatch to 4.0.8
481
- - eslint-plugin-prettier to 5.2.1
482
- - rimraf to 5.0.10
483
- - @sapui5/types to 1.127.0
484
- - i18next to 23.14.0
485
- - esbuild to 0.23.1
486
- - @sap-ux/fe-fpm-writer to 0.27.5
487
- - @sap-ux/vocabularies-types to 0.11.1
488
- - @sap-ux/annotation-converter to 0.9.2
489
- - @sap-ux/edmx-parser to 0.7.1
36
+ | Package | Type | Update | Change |
37
+ |---|---|---|---|
38
+ | [esbuild](https://github.com/evanw/esbuild) | devDependencies | patch | [`0.25.4` -> `0.25.5`] |
39
+ | [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc) | devDependencies | minor | [`50.6.17` -> `50.7.1`] |
40
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | devDependencies | patch | [`5.4.0` -> `5.4.1`] |
41
+ | [@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`]|
42
+ | [@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`] |
43
+ | [@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`]
44
+ | [@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`]
45
+ | [@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`]
46
+ | [@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`]