@sap/ux-specification 1.84.45 → 1.84.47

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 (677) hide show
  1. package/dist/documentation/runDocu-min.js +27 -2
  2. package/dist/documentation/runDocu-min.js.map +7 -0
  3. package/dist/documentation/styleDocu.css +32 -28
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +20 -8
  5. package/dist/documentation/v2/v2-ApplicationV2.html +20 -8
  6. package/dist/documentation/v2/v2-ListReport.html +20 -8
  7. package/dist/documentation/v2/v2-ObjectPage.html +20 -8
  8. package/dist/documentation/v2/v2-OverviewPage.html +20 -8
  9. package/dist/documentation/v4/v4-ApplicationV4.html +20 -8
  10. package/dist/documentation/v4/v4-ListReport.html +20 -8
  11. package/dist/documentation/v4/v4-ObjectPage.html +20 -8
  12. package/dist/index-min.js +123 -2
  13. package/dist/index-min.js.map +7 -0
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +11 -8
  15. package/dist/schemas/v2/ListReportConfig.json +132 -129
  16. package/dist/schemas/v2/ObjectPageConfig.json +1 -1
  17. package/dist/schemas/v4/ApplicationV4.json +1 -1
  18. package/dist/schemas/v4/ListReportConfig.json +7 -2
  19. package/dist/scripts/extractDocu.d.ts +1 -0
  20. package/dist/scripts/extractDocu.d.ts.map +1 -0
  21. package/dist/scripts/extractDocu.js +48 -41
  22. package/dist/scripts/extractDocu.js.map +1 -1
  23. package/dist/scripts/runDocu.d.ts +1 -0
  24. package/dist/scripts/runDocu.d.ts.map +1 -0
  25. package/dist/scripts/runDocu.js +59 -50
  26. package/dist/scripts/runDocu.js.map +1 -1
  27. package/dist/scripts/spec.d.ts +1 -0
  28. package/dist/scripts/spec.d.ts.map +1 -0
  29. package/dist/scripts/to-json-schema.d.ts +2 -1
  30. package/dist/scripts/to-json-schema.d.ts.map +1 -0
  31. package/dist/scripts/to-json-schema.js +30 -22
  32. package/dist/scripts/to-json-schema.js.map +1 -1
  33. package/dist/src/api.d.ts +3 -2
  34. package/dist/src/api.d.ts.map +1 -0
  35. package/dist/src/api.js +45 -46
  36. package/dist/src/api.js.map +1 -1
  37. package/dist/src/apiTypes.d.ts +16 -19
  38. package/dist/src/apiTypes.d.ts.map +1 -0
  39. package/dist/src/extensionLogger.d.ts +1 -0
  40. package/dist/src/extensionLogger.d.ts.map +1 -0
  41. package/dist/src/i18n/i18n.d.ts +1 -0
  42. package/dist/src/i18n/i18n.d.ts.map +1 -0
  43. package/dist/src/i18n/i18n.js +2 -2
  44. package/dist/src/i18n/i18n.js.map +1 -1
  45. package/dist/src/index.d.ts +3 -2
  46. package/dist/src/index.d.ts.map +1 -0
  47. package/dist/src/index.js +2 -2
  48. package/dist/src/index.js.map +1 -1
  49. package/dist/src/project.d.ts +3 -1
  50. package/dist/src/project.d.ts.map +1 -0
  51. package/dist/src/project.js +12 -14
  52. package/dist/src/project.js.map +1 -1
  53. package/dist/src/specification/schemaAccess.d.ts +7 -10
  54. package/dist/src/specification/schemaAccess.d.ts.map +1 -0
  55. package/dist/src/specification/schemaAccess.js +19 -22
  56. package/dist/src/specification/schemaAccess.js.map +1 -1
  57. package/dist/src/sync/common/appProvider.d.ts +5 -6
  58. package/dist/src/sync/common/appProvider.d.ts.map +1 -0
  59. package/dist/src/sync/common/appProvider.js +4 -5
  60. package/dist/src/sync/common/appProvider.js.map +1 -1
  61. package/dist/src/sync/common/decoration/control.d.ts +1 -0
  62. package/dist/src/sync/common/decoration/control.d.ts.map +1 -0
  63. package/dist/src/sync/common/decoration/decorators.d.ts +1 -0
  64. package/dist/src/sync/common/decoration/decorators.d.ts.map +1 -0
  65. package/dist/src/sync/common/decoration/factory.d.ts +2 -1
  66. package/dist/src/sync/common/decoration/factory.d.ts.map +1 -0
  67. package/dist/src/sync/common/decoration/flex.d.ts +2 -4
  68. package/dist/src/sync/common/decoration/flex.d.ts.map +1 -0
  69. package/dist/src/sync/common/decoration/flex.js.map +1 -1
  70. package/dist/src/sync/common/decoration/index.d.ts +1 -0
  71. package/dist/src/sync/common/decoration/index.d.ts.map +1 -0
  72. package/dist/src/sync/common/flexUtils.d.ts +3 -4
  73. package/dist/src/sync/common/flexUtils.d.ts.map +1 -0
  74. package/dist/src/sync/common/flexUtils.js.map +1 -1
  75. package/dist/src/sync/common/generate/index.d.ts +1 -0
  76. package/dist/src/sync/common/generate/index.d.ts.map +1 -0
  77. package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
  78. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -0
  79. package/dist/src/sync/common/generate/objectPage.js +15 -15
  80. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  81. package/dist/src/sync/common/generate/utils.d.ts +3 -1
  82. package/dist/src/sync/common/generate/utils.d.ts.map +1 -0
  83. package/dist/src/sync/common/generate/utils.js +2 -1
  84. package/dist/src/sync/common/generate/utils.js.map +1 -1
  85. package/dist/src/sync/common/import/utils.d.ts +1 -0
  86. package/dist/src/sync/common/import/utils.d.ts.map +1 -0
  87. package/dist/src/sync/common/importProject.d.ts +1 -0
  88. package/dist/src/sync/common/importProject.d.ts.map +1 -0
  89. package/dist/src/sync/common/importProject.js +37 -43
  90. package/dist/src/sync/common/importProject.js.map +1 -1
  91. package/dist/src/sync/common/index.d.ts +1 -0
  92. package/dist/src/sync/common/index.d.ts.map +1 -0
  93. package/dist/src/sync/common/types.d.ts +7 -54
  94. package/dist/src/sync/common/types.d.ts.map +1 -0
  95. package/dist/src/sync/common/types.js +1 -49
  96. package/dist/src/sync/common/types.js.map +1 -1
  97. package/dist/src/sync/common/utils.d.ts +6 -7
  98. package/dist/src/sync/common/utils.d.ts.map +1 -0
  99. package/dist/src/sync/common/utils.js +46 -49
  100. package/dist/src/sync/common/utils.js.map +1 -1
  101. package/dist/src/sync/i18n.d.ts +1 -0
  102. package/dist/src/sync/i18n.d.ts.map +1 -0
  103. package/dist/src/sync/v2/application.d.ts +8 -7
  104. package/dist/src/sync/v2/application.d.ts.map +1 -0
  105. package/dist/src/sync/v2/application.js +15 -16
  106. package/dist/src/sync/v2/application.js.map +1 -1
  107. package/dist/src/sync/v2/export/controls/Action.d.ts +14 -13
  108. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -0
  109. package/dist/src/sync/v2/export/controls/Action.js +3 -3
  110. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  111. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +4 -3
  112. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
  113. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +5 -4
  114. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  115. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +3 -2
  116. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -0
  117. package/dist/src/sync/v2/export/controls/Card.d.ts +31 -30
  118. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -0
  119. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  120. package/dist/src/sync/v2/export/controls/Field.d.ts +3 -2
  121. package/dist/src/sync/v2/export/controls/Field.d.ts.map +1 -0
  122. package/dist/src/sync/v2/export/controls/Field.js +15 -6
  123. package/dist/src/sync/v2/export/controls/Field.js.map +1 -1
  124. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +11 -11
  125. package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
  126. package/dist/src/sync/v2/export/controls/FilterBar.js +2 -1
  127. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  128. package/dist/src/sync/v2/export/controls/FormAction.d.ts +10 -9
  129. package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +1 -0
  130. package/dist/src/sync/v2/export/controls/FormAction.js +12 -12
  131. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  132. package/dist/src/sync/v2/export/controls/Fragment.d.ts +6 -5
  133. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -0
  134. package/dist/src/sync/v2/export/controls/Fragment.js +5 -5
  135. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  136. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +4 -3
  137. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts.map +1 -0
  138. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
  139. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +7 -8
  140. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  141. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +2 -2
  142. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  143. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +6 -5
  144. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
  145. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +3 -3
  146. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  147. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +4 -3
  148. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
  149. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +2 -1
  150. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  151. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -5
  152. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
  153. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +3 -3
  154. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  155. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +3 -2
  156. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
  157. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +5 -5
  158. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  159. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +14 -13
  160. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -0
  161. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +13 -12
  162. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  163. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +19 -19
  164. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
  165. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +8 -7
  166. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  167. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +6 -5
  168. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  169. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +2 -2
  170. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  171. package/dist/src/sync/v2/export/controls/Table.d.ts +27 -26
  172. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -0
  173. package/dist/src/sync/v2/export/controls/Table.js +21 -21
  174. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  175. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +15 -15
  176. package/dist/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
  177. package/dist/src/sync/v2/export/controls/TableColumn.js +5 -5
  178. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  179. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -3
  180. package/dist/src/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
  181. package/dist/src/sync/v2/export/controls/index.d.ts +1 -0
  182. package/dist/src/sync/v2/export/controls/index.d.ts.map +1 -0
  183. package/dist/src/sync/v2/export/export.d.ts +2 -1
  184. package/dist/src/sync/v2/export/export.d.ts.map +1 -0
  185. package/dist/src/sync/v2/export/export.js +11 -11
  186. package/dist/src/sync/v2/export/export.js.map +1 -1
  187. package/dist/src/sync/v2/export/exportPage.d.ts +3 -1
  188. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -0
  189. package/dist/src/sync/v2/export/exportPage.js +28 -29
  190. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  191. package/dist/src/sync/v2/export/factory.d.ts +1 -0
  192. package/dist/src/sync/v2/export/factory.d.ts.map +1 -0
  193. package/dist/src/sync/v2/export/factory.js +15 -16
  194. package/dist/src/sync/v2/export/factory.js.map +1 -1
  195. package/dist/src/sync/v2/export/manifest.d.ts +3 -2
  196. package/dist/src/sync/v2/export/manifest.d.ts.map +1 -0
  197. package/dist/src/sync/v2/export/manifest.js +4 -5
  198. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  199. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +7 -8
  200. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
  201. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +4 -6
  202. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  203. package/dist/src/sync/v2/export/pages/ListReport.d.ts +5 -4
  204. package/dist/src/sync/v2/export/pages/ListReport.d.ts.map +1 -0
  205. package/dist/src/sync/v2/export/pages/ListReport.js +5 -7
  206. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  207. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +8 -8
  208. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
  209. package/dist/src/sync/v2/export/pages/ObjectPage.js +3 -3
  210. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  211. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +8 -7
  212. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
  213. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  214. package/dist/src/sync/v2/export/pages/index.d.ts +1 -0
  215. package/dist/src/sync/v2/export/pages/index.d.ts.map +1 -0
  216. package/dist/src/sync/v2/export/view-controller-generator.d.ts +5 -4
  217. package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +1 -0
  218. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  219. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +2 -1
  220. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
  221. package/dist/src/sync/v2/generate/analyticalListReport.js +6 -6
  222. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  223. package/dist/src/sync/v2/generate/generate.d.ts +2 -1
  224. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -0
  225. package/dist/src/sync/v2/generate/generate.js +4 -4
  226. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  227. package/dist/src/sync/v2/generate/index.d.ts +1 -0
  228. package/dist/src/sync/v2/generate/index.d.ts.map +1 -0
  229. package/dist/src/sync/v2/generate/listReport.d.ts +2 -1
  230. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -0
  231. package/dist/src/sync/v2/generate/listReport.js +4 -4
  232. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  233. package/dist/src/sync/v2/generate/objectPage.d.ts +2 -1
  234. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -0
  235. package/dist/src/sync/v2/generate/objectPage.js +47 -47
  236. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  237. package/dist/src/sync/v2/generate/overviewPage.d.ts +2 -1
  238. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -0
  239. package/dist/src/sync/v2/generate/utils.d.ts +4 -4
  240. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -0
  241. package/dist/src/sync/v2/generate/utils.js +5 -4
  242. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  243. package/dist/src/sync/v2/import/app/appProvider.d.ts +5 -4
  244. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -0
  245. package/dist/src/sync/v2/import/app/appProvider.js +12 -21
  246. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  247. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -1
  248. package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
  249. package/dist/src/sync/v2/import/app/ovpProvider.js +10 -11
  250. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  251. package/dist/src/sync/v2/import/common/index.d.ts +7 -9
  252. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -0
  253. package/dist/src/sync/v2/import/common/index.js +22 -24
  254. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  255. package/dist/src/sync/v2/import/controls/table.d.ts +3 -2
  256. package/dist/src/sync/v2/import/controls/table.d.ts.map +1 -0
  257. package/dist/src/sync/v2/import/controls/table.js +2 -1
  258. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  259. package/dist/src/sync/v2/import/getPageType.d.ts +1 -0
  260. package/dist/src/sync/v2/import/getPageType.d.ts.map +1 -0
  261. package/dist/src/sync/v2/import/index.d.ts +1 -0
  262. package/dist/src/sync/v2/import/index.d.ts.map +1 -0
  263. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -2
  264. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
  265. package/dist/src/sync/v2/import/pages/analyticalListPage.js +32 -32
  266. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  267. package/dist/src/sync/v2/import/pages/listReport.d.ts +3 -2
  268. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -0
  269. package/dist/src/sync/v2/import/pages/listReport.js +28 -28
  270. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  271. package/dist/src/sync/v2/import/pages/objectPage.d.ts +4 -2
  272. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -0
  273. package/dist/src/sync/v2/import/pages/objectPage.js +57 -58
  274. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  275. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +3 -3
  276. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
  277. package/dist/src/sync/v2/import/pages/overviewPage.js +23 -25
  278. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  279. package/dist/src/sync/v2/import/utils.d.ts +6 -5
  280. package/dist/src/sync/v2/import/utils.d.ts.map +1 -0
  281. package/dist/src/sync/v2/import/utils.js +56 -34
  282. package/dist/src/sync/v2/import/utils.js.map +1 -1
  283. package/dist/src/sync/v2/types.d.ts +6 -6
  284. package/dist/src/sync/v2/types.d.ts.map +1 -0
  285. package/dist/src/sync/v2/types.js.map +1 -1
  286. package/dist/src/sync/v4/application.d.ts +5 -7
  287. package/dist/src/sync/v4/application.d.ts.map +1 -0
  288. package/dist/src/sync/v4/application.js.map +1 -1
  289. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +5 -3
  290. package/dist/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -0
  291. package/dist/src/sync/v4/export/controls/FilterBar.js +18 -0
  292. package/dist/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  293. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +5 -6
  294. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  295. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +8 -9
  296. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  297. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +4 -3
  298. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -0
  299. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +2 -3
  300. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  301. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +11 -10
  302. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts.map +1 -0
  303. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
  304. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +4 -3
  305. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts.map +1 -0
  306. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +1 -1
  307. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +9 -8
  308. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -0
  309. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +2 -2
  310. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  311. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +6 -5
  312. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -0
  313. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  314. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +4 -3
  315. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  316. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  317. package/dist/src/sync/v4/export/controls/Table.d.ts +24 -24
  318. package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -0
  319. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  320. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +21 -20
  321. package/dist/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -0
  322. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  323. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +4 -3
  324. package/dist/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -0
  325. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -5
  326. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -0
  327. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  328. package/dist/src/sync/v4/export/controls/index.d.ts +1 -0
  329. package/dist/src/sync/v4/export/controls/index.d.ts.map +1 -0
  330. package/dist/src/sync/v4/export/export.d.ts +1 -0
  331. package/dist/src/sync/v4/export/export.d.ts.map +1 -0
  332. package/dist/src/sync/v4/export/export.js +54 -55
  333. package/dist/src/sync/v4/export/export.js.map +1 -1
  334. package/dist/src/sync/v4/export/factory.d.ts +1 -0
  335. package/dist/src/sync/v4/export/factory.d.ts.map +1 -0
  336. package/dist/src/sync/v4/export/factory.js +4 -4
  337. package/dist/src/sync/v4/export/factory.js.map +1 -1
  338. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +4 -2
  339. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -0
  340. package/dist/src/sync/v4/export/flexibleColumnLayout.js +20 -17
  341. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  342. package/dist/src/sync/v4/export/manifest.d.ts +3 -2
  343. package/dist/src/sync/v4/export/manifest.d.ts.map +1 -0
  344. package/dist/src/sync/v4/export/manifest.js +6 -6
  345. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  346. package/dist/src/sync/v4/export/pages/FreestylePage.d.ts +1 -0
  347. package/dist/src/sync/v4/export/pages/FreestylePage.d.ts.map +1 -0
  348. package/dist/src/sync/v4/export/pages/ListReport.d.ts +7 -6
  349. package/dist/src/sync/v4/export/pages/ListReport.d.ts.map +1 -0
  350. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  351. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +5 -4
  352. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts.map +1 -0
  353. package/dist/src/sync/v4/export/pages/ObjectPage.js +3 -3
  354. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +1 -1
  355. package/dist/src/sync/v4/export/pages/index.d.ts +1 -0
  356. package/dist/src/sync/v4/export/pages/index.d.ts.map +1 -0
  357. package/dist/src/sync/v4/export/types.d.ts +2 -1
  358. package/dist/src/sync/v4/export/types.d.ts.map +1 -0
  359. package/dist/src/sync/v4/export/utils.d.ts +3 -2
  360. package/dist/src/sync/v4/export/utils.d.ts.map +1 -0
  361. package/dist/src/sync/v4/export/utils.js.map +1 -1
  362. package/dist/src/sync/v4/generate/freestylePage.d.ts +1 -0
  363. package/dist/src/sync/v4/generate/freestylePage.d.ts.map +1 -0
  364. package/dist/src/sync/v4/generate/generate.d.ts +2 -1
  365. package/dist/src/sync/v4/generate/generate.d.ts.map +1 -0
  366. package/dist/src/sync/v4/generate/generate.js +5 -6
  367. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  368. package/dist/src/sync/v4/generate/index.d.ts +1 -0
  369. package/dist/src/sync/v4/generate/index.d.ts.map +1 -0
  370. package/dist/src/sync/v4/generate/listReport.d.ts +1 -0
  371. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -0
  372. package/dist/src/sync/v4/generate/listReport.js +110 -105
  373. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  374. package/dist/src/sync/v4/generate/objectPage.d.ts +1 -0
  375. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -0
  376. package/dist/src/sync/v4/generate/objectPage.js +177 -168
  377. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  378. package/dist/src/sync/v4/import/app/appProvider.d.ts +3 -2
  379. package/dist/src/sync/v4/import/app/appProvider.d.ts.map +1 -0
  380. package/dist/src/sync/v4/import/app/appProvider.js +2 -2
  381. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  382. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts +10 -9
  383. package/dist/src/sync/v4/import/app/baseAppProvider.d.ts.map +1 -0
  384. package/dist/src/sync/v4/import/app/baseAppProvider.js +23 -27
  385. package/dist/src/sync/v4/import/app/baseAppProvider.js.map +1 -1
  386. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts +3 -2
  387. package/dist/src/sync/v4/import/app/freestyleProvider.d.ts.map +1 -0
  388. package/dist/src/sync/v4/import/app/freestyleProvider.js +2 -2
  389. package/dist/src/sync/v4/import/app/freestyleProvider.js.map +1 -1
  390. package/dist/src/sync/v4/import/app/index.d.ts +1 -0
  391. package/dist/src/sync/v4/import/app/index.d.ts.map +1 -0
  392. package/dist/src/sync/v4/import/fragment.d.ts +2 -1
  393. package/dist/src/sync/v4/import/fragment.d.ts.map +1 -0
  394. package/dist/src/sync/v4/import/fragment.js +13 -13
  395. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  396. package/dist/src/sync/v4/import/index.d.ts +1 -0
  397. package/dist/src/sync/v4/import/index.d.ts.map +1 -0
  398. package/dist/src/sync/v4/import/pages/listReport.d.ts +5 -4
  399. package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -0
  400. package/dist/src/sync/v4/import/pages/listReport.js +61 -62
  401. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  402. package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -2
  403. package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -0
  404. package/dist/src/sync/v4/import/pages/objectPage.js +38 -39
  405. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  406. package/dist/src/sync/v4/import/utils.d.ts +2 -1
  407. package/dist/src/sync/v4/import/utils.d.ts.map +1 -0
  408. package/dist/src/sync/v4/import/utils.js.map +1 -1
  409. package/dist/src/sync/v4/types.d.ts +1 -0
  410. package/dist/src/sync/v4/types.d.ts.map +1 -0
  411. package/dist/src/sync/v4/utils/StableIdHelper.d.ts +1 -0
  412. package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -0
  413. package/dist/src/sync/v4/utils/utils.d.ts +5 -4
  414. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -0
  415. package/dist/src/sync/v4/utils/utils.js +35 -33
  416. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  417. package/package.json +27 -30
  418. package/CHANGELOG.md +0 -881
  419. package/dist/documentation/runDocu-min.js.LICENSE.txt +0 -24
  420. package/dist/documentation/v4/v4-FreestylePage.html +0 -48
  421. package/dist/index-min.js.LICENSE.txt +0 -26
  422. package/dist/specification/v2/index-min.js +0 -1
  423. package/dist/specification/v4/index-min.js +0 -1
  424. package/dist/src/specification/common/Application.d.ts +0 -36
  425. package/dist/src/specification/common/Application.js +0 -3
  426. package/dist/src/specification/common/Application.js.map +0 -1
  427. package/dist/src/specification/common/i18n.json +0 -1
  428. package/dist/src/specification/common/index.d.ts +0 -5
  429. package/dist/src/specification/common/index.js +0 -10
  430. package/dist/src/specification/common/index.js.map +0 -1
  431. package/dist/src/specification/common/page.d.ts +0 -47
  432. package/dist/src/specification/common/page.js +0 -33
  433. package/dist/src/specification/common/page.js.map +0 -1
  434. package/dist/src/specification/common/types.d.ts +0 -16
  435. package/dist/src/specification/common/types.js +0 -20
  436. package/dist/src/specification/common/types.js.map +0 -1
  437. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +0 -49
  438. package/dist/src/specification/common/webapp/manifest/Manifest.js +0 -17
  439. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +0 -1
  440. package/dist/src/specification/common/webapp/manifest/index.d.ts +0 -3
  441. package/dist/src/specification/common/webapp/manifest/index.js +0 -8
  442. package/dist/src/specification/common/webapp/manifest/index.js.map +0 -1
  443. package/dist/src/specification/common/webapp/manifest/sapOvp.d.ts +0 -375
  444. package/dist/src/specification/common/webapp/manifest/sapOvp.js +0 -9
  445. package/dist/src/specification/common/webapp/manifest/sapOvp.js.map +0 -1
  446. package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +0 -33
  447. package/dist/src/specification/common/webapp/manifest/sapUi5.js +0 -14
  448. package/dist/src/specification/common/webapp/manifest/sapUi5.js.map +0 -1
  449. package/dist/src/specification/v2/ApplicationV2.d.ts +0 -25
  450. package/dist/src/specification/v2/ApplicationV2.js +0 -9
  451. package/dist/src/specification/v2/ApplicationV2.js.map +0 -1
  452. package/dist/src/specification/v2/controls/Action.d.ts +0 -87
  453. package/dist/src/specification/v2/controls/Action.js +0 -20
  454. package/dist/src/specification/v2/controls/Action.js.map +0 -1
  455. package/dist/src/specification/v2/controls/AnalyticalListPageChart.d.ts +0 -58
  456. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js +0 -36
  457. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js.map +0 -1
  458. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.d.ts +0 -30
  459. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js +0 -3
  460. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js.map +0 -1
  461. package/dist/src/specification/v2/controls/Card.d.ts +0 -655
  462. package/dist/src/specification/v2/controls/Card.js +0 -70
  463. package/dist/src/specification/v2/controls/Card.js.map +0 -1
  464. package/dist/src/specification/v2/controls/Facets.d.ts +0 -17
  465. package/dist/src/specification/v2/controls/Facets.js +0 -3
  466. package/dist/src/specification/v2/controls/Facets.js.map +0 -1
  467. package/dist/src/specification/v2/controls/Field.d.ts +0 -10
  468. package/dist/src/specification/v2/controls/Field.js +0 -3
  469. package/dist/src/specification/v2/controls/Field.js.map +0 -1
  470. package/dist/src/specification/v2/controls/FilterBar.d.ts +0 -195
  471. package/dist/src/specification/v2/controls/FilterBar.js +0 -54
  472. package/dist/src/specification/v2/controls/FilterBar.js.map +0 -1
  473. package/dist/src/specification/v2/controls/Footer.d.ts +0 -20
  474. package/dist/src/specification/v2/controls/Footer.js +0 -3
  475. package/dist/src/specification/v2/controls/Footer.js.map +0 -1
  476. package/dist/src/specification/v2/controls/ObjectPageChart.d.ts +0 -16
  477. package/dist/src/specification/v2/controls/ObjectPageChart.js +0 -3
  478. package/dist/src/specification/v2/controls/ObjectPageChart.js.map +0 -1
  479. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +0 -15
  480. package/dist/src/specification/v2/controls/ObjectPageForm.js +0 -3
  481. package/dist/src/specification/v2/controls/ObjectPageForm.js.map +0 -1
  482. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +0 -34
  483. package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -8
  484. package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +0 -1
  485. package/dist/src/specification/v2/controls/ObjectPageLayout.d.ts +0 -22
  486. package/dist/src/specification/v2/controls/ObjectPageLayout.js +0 -3
  487. package/dist/src/specification/v2/controls/ObjectPageLayout.js.map +0 -1
  488. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +0 -120
  489. package/dist/src/specification/v2/controls/ObjectPageSection.js +0 -13
  490. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +0 -1
  491. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +0 -183
  492. package/dist/src/specification/v2/controls/ObjectPageTable.js +0 -7
  493. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +0 -1
  494. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +0 -15
  495. package/dist/src/specification/v2/controls/ObjectPageToolBar.js +0 -3
  496. package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +0 -1
  497. package/dist/src/specification/v2/controls/Table.d.ts +0 -495
  498. package/dist/src/specification/v2/controls/Table.js +0 -62
  499. package/dist/src/specification/v2/controls/Table.js.map +0 -1
  500. package/dist/src/specification/v2/controls/ToolBar.d.ts +0 -8
  501. package/dist/src/specification/v2/controls/ToolBar.js +0 -3
  502. package/dist/src/specification/v2/controls/ToolBar.js.map +0 -1
  503. package/dist/src/specification/v2/controls/index.d.ts +0 -17
  504. package/dist/src/specification/v2/controls/index.js +0 -14
  505. package/dist/src/specification/v2/controls/index.js.map +0 -1
  506. package/dist/src/specification/v2/index.d.ts +0 -5
  507. package/dist/src/specification/v2/index.js +0 -10
  508. package/dist/src/specification/v2/index.js.map +0 -1
  509. package/dist/src/specification/v2/page.d.ts +0 -7
  510. package/dist/src/specification/v2/page.js +0 -3
  511. package/dist/src/specification/v2/page.js.map +0 -1
  512. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +0 -21
  513. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js +0 -3
  514. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js.map +0 -1
  515. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +0 -12
  516. package/dist/src/specification/v2/pages/ListReportConfig.js +0 -3
  517. package/dist/src/specification/v2/pages/ListReportConfig.js.map +0 -1
  518. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +0 -33
  519. package/dist/src/specification/v2/pages/ObjectPageConfig.js +0 -3
  520. package/dist/src/specification/v2/pages/ObjectPageConfig.js.map +0 -1
  521. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +0 -127
  522. package/dist/src/specification/v2/pages/OverviewPageConfig.js +0 -8
  523. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +0 -1
  524. package/dist/src/specification/v2/pages/index.d.ts +0 -4
  525. package/dist/src/specification/v2/pages/index.js +0 -7
  526. package/dist/src/specification/v2/pages/index.js.map +0 -1
  527. package/dist/src/specification/v2/webapp/index.d.ts +0 -1
  528. package/dist/src/specification/v2/webapp/index.js +0 -7
  529. package/dist/src/specification/v2/webapp/index.js.map +0 -1
  530. package/dist/src/specification/v2/webapp/manifest/index.d.ts +0 -2
  531. package/dist/src/specification/v2/webapp/manifest/index.js +0 -8
  532. package/dist/src/specification/v2/webapp/manifest/index.js.map +0 -1
  533. package/dist/src/specification/v2/webapp/manifest/sapUi.d.ts +0 -10
  534. package/dist/src/specification/v2/webapp/manifest/sapUi.js +0 -3
  535. package/dist/src/specification/v2/webapp/manifest/sapUi.js.map +0 -1
  536. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +0 -98
  537. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -9
  538. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +0 -1
  539. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +0 -31
  540. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +0 -7
  541. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +0 -1
  542. package/dist/src/specification/v4/ApplicationV4.d.ts +0 -31
  543. package/dist/src/specification/v4/ApplicationV4.js +0 -3
  544. package/dist/src/specification/v4/ApplicationV4.js.map +0 -1
  545. package/dist/src/specification/v4/controls/FilterBar.d.ts +0 -18
  546. package/dist/src/specification/v4/controls/FilterBar.js +0 -3
  547. package/dist/src/specification/v4/controls/FilterBar.js.map +0 -1
  548. package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +0 -11
  549. package/dist/src/specification/v4/controls/ObjectPageFooter.js +0 -3
  550. package/dist/src/specification/v4/controls/ObjectPageFooter.js.map +0 -1
  551. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +0 -29
  552. package/dist/src/specification/v4/controls/ObjectPageHeader.js +0 -3
  553. package/dist/src/specification/v4/controls/ObjectPageHeader.js.map +0 -1
  554. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.d.ts +0 -46
  555. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js +0 -7
  556. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js.map +0 -1
  557. package/dist/src/specification/v4/controls/ObjectPageLayout.d.ts +0 -14
  558. package/dist/src/specification/v4/controls/ObjectPageLayout.js +0 -8
  559. package/dist/src/specification/v4/controls/ObjectPageLayout.js.map +0 -1
  560. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +0 -98
  561. package/dist/src/specification/v4/controls/ObjectPageSection.js +0 -12
  562. package/dist/src/specification/v4/controls/ObjectPageSection.js.map +0 -1
  563. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +0 -70
  564. package/dist/src/specification/v4/controls/ObjectPageTable.js +0 -3
  565. package/dist/src/specification/v4/controls/ObjectPageTable.js.map +0 -1
  566. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +0 -25
  567. package/dist/src/specification/v4/controls/ObjectPageToolBar.js +0 -3
  568. package/dist/src/specification/v4/controls/ObjectPageToolBar.js.map +0 -1
  569. package/dist/src/specification/v4/controls/Table.d.ts +0 -298
  570. package/dist/src/specification/v4/controls/Table.js +0 -30
  571. package/dist/src/specification/v4/controls/Table.js.map +0 -1
  572. package/dist/src/specification/v4/controls/ToolBar.d.ts +0 -53
  573. package/dist/src/specification/v4/controls/ToolBar.js +0 -8
  574. package/dist/src/specification/v4/controls/ToolBar.js.map +0 -1
  575. package/dist/src/specification/v4/controls/index.d.ts +0 -10
  576. package/dist/src/specification/v4/controls/index.js +0 -11
  577. package/dist/src/specification/v4/controls/index.js.map +0 -1
  578. package/dist/src/specification/v4/index.d.ts +0 -5
  579. package/dist/src/specification/v4/index.js +0 -9
  580. package/dist/src/specification/v4/index.js.map +0 -1
  581. package/dist/src/specification/v4/page.d.ts +0 -19
  582. package/dist/src/specification/v4/page.js +0 -3
  583. package/dist/src/specification/v4/page.js.map +0 -1
  584. package/dist/src/specification/v4/pages/FreestylePageConfig.d.ts +0 -2
  585. package/dist/src/specification/v4/pages/FreestylePageConfig.js +0 -3
  586. package/dist/src/specification/v4/pages/FreestylePageConfig.js.map +0 -1
  587. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +0 -36
  588. package/dist/src/specification/v4/pages/ListReportConfig.js +0 -9
  589. package/dist/src/specification/v4/pages/ListReportConfig.js.map +0 -1
  590. package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +0 -18
  591. package/dist/src/specification/v4/pages/ObjectPageConfig.js +0 -8
  592. package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +0 -1
  593. package/dist/src/specification/v4/pages/index.d.ts +0 -3
  594. package/dist/src/specification/v4/pages/index.js +0 -8
  595. package/dist/src/specification/v4/pages/index.js.map +0 -1
  596. package/dist/src/specification/v4/webapp/index.d.ts +0 -1
  597. package/dist/src/specification/v4/webapp/index.js +0 -7
  598. package/dist/src/specification/v4/webapp/index.js.map +0 -1
  599. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +0 -224
  600. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +0 -22
  601. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +0 -1
  602. package/dist/src/specification/v4/webapp/manifest/index.d.ts +0 -4
  603. package/dist/src/specification/v4/webapp/manifest/index.js +0 -10
  604. package/dist/src/specification/v4/webapp/manifest/index.js.map +0 -1
  605. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +0 -102
  606. package/dist/src/specification/v4/webapp/manifest/sapUi5.js +0 -11
  607. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +0 -1
  608. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +0 -82
  609. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +0 -14
  610. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +0 -1
  611. package/dist/src/v2.d.ts +0 -2
  612. package/dist/src/v2.js +0 -8
  613. package/dist/src/v2.js.map +0 -1
  614. package/dist/src/v4.d.ts +0 -2
  615. package/dist/src/v4.js +0 -8
  616. package/dist/src/v4.js.map +0 -1
  617. package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +0 -7
  618. package/dist/test/test-projects/index.d.ts +0 -2
  619. package/dist/test/test-utils/utils.d.ts +0 -32
  620. package/dist/test/unit/customSections/exportV2.test.d.ts +0 -1
  621. package/dist/test/unit/customSections/exportV4.test.d.ts +0 -1
  622. package/dist/test/unit/customSections/generateFacetsSchemaV2.test.d.ts +0 -1
  623. package/dist/test/unit/customSections/generateFacetsSchemaV4.test.d.ts +0 -1
  624. package/dist/test/unit/customSections/importV2.test.d.ts +0 -1
  625. package/dist/test/unit/customSections/importV4.test.d.ts +0 -1
  626. package/dist/test/unit/export/exportALPV2.test.d.ts +0 -1
  627. package/dist/test/unit/export/exportALPV4.test.d.ts +0 -1
  628. package/dist/test/unit/export/exportAppV2.test.d.ts +0 -1
  629. package/dist/test/unit/export/exportAppV4.test.d.ts +0 -1
  630. package/dist/test/unit/export/exportFormPageV4.test.d.ts +0 -1
  631. package/dist/test/unit/export/exportLRPV2.test.d.ts +0 -1
  632. package/dist/test/unit/export/exportLRPV2CustomColumns.test.d.ts +0 -1
  633. package/dist/test/unit/export/exportLRPV4.test.d.ts +0 -1
  634. package/dist/test/unit/export/exportOVPV2.test.d.ts +0 -1
  635. package/dist/test/unit/export/exportObjectPageV2.test.d.ts +0 -1
  636. package/dist/test/unit/export/exportObjectPageV4.test.d.ts +0 -1
  637. package/dist/test/unit/export/flexUtils.test.d.ts +0 -1
  638. package/dist/test/unit/export/manifest.test.d.ts +0 -1
  639. package/dist/test/unit/fcl/exportV2.test.d.ts +0 -1
  640. package/dist/test/unit/fcl/exportV4.test.d.ts +0 -1
  641. package/dist/test/unit/fcl/importV2.test.d.ts +0 -1
  642. package/dist/test/unit/fcl/importV4.test.d.ts +0 -1
  643. package/dist/test/unit/generateAppSchema/generateAppSchemaALPV2.test.d.ts +0 -1
  644. package/dist/test/unit/generateAppSchema/generateAppSchemaALPV4.test.d.ts +0 -1
  645. package/dist/test/unit/generateAppSchema/generateAppSchemaFFV4.test.d.ts +0 -1
  646. package/dist/test/unit/generateAppSchema/generateAppSchemaFPV4.test.d.ts +0 -1
  647. package/dist/test/unit/generateAppSchema/generateAppSchemaLRV2.test.d.ts +0 -1
  648. package/dist/test/unit/generateAppSchema/generateAppSchemaLRV4.test.d.ts +0 -1
  649. package/dist/test/unit/generateAppSchema/generateAppSchemaOPV2.test.d.ts +0 -1
  650. package/dist/test/unit/generateAppSchema/generateAppSchemaOPV4.test.d.ts +0 -1
  651. package/dist/test/unit/generateAppSchema/generateAppSchemaOVPV2.test.d.ts +0 -1
  652. package/dist/test/unit/generateGenericSchema/generateGenericSchemaAppV2.test.d.ts +0 -1
  653. package/dist/test/unit/generateGenericSchema/generateGenericSchemaAppV4.test.d.ts +0 -1
  654. package/dist/test/unit/generateGenericSchema/generateGenericSchemaFFV4.test.d.ts +0 -1
  655. package/dist/test/unit/generateGenericSchema/generateGenericSchemaLRV2.test.d.ts +0 -1
  656. package/dist/test/unit/generateGenericSchema/generateGenericSchemaLRV4.test.d.ts +0 -1
  657. package/dist/test/unit/generateGenericSchema/generateGenericSchemaOPV2.test.d.ts +0 -1
  658. package/dist/test/unit/generateGenericSchema/generateGenericSchemaOPV4.test.d.ts +0 -1
  659. package/dist/test/unit/generateGenericSchema/generateI18nV2.test.d.ts +0 -1
  660. package/dist/test/unit/generateGenericSchema/generateI18nV4.test.d.ts +0 -1
  661. package/dist/test/unit/generateGenericSchema/genericSchemas.test.d.ts +0 -1
  662. package/dist/test/unit/import/fragment.test.d.ts +0 -1
  663. package/dist/test/unit/import/importALPV2.test.d.ts +0 -1
  664. package/dist/test/unit/import/importALPV4.test.d.ts +0 -1
  665. package/dist/test/unit/import/importAppV2.test.d.ts +0 -1
  666. package/dist/test/unit/import/importAppV4.test.d.ts +0 -1
  667. package/dist/test/unit/import/importFPV4.test.d.ts +0 -1
  668. package/dist/test/unit/import/importLRPV2.test.d.ts +0 -1
  669. package/dist/test/unit/import/importLRPV4.test.d.ts +0 -1
  670. package/dist/test/unit/import/importOPV2.test.d.ts +0 -1
  671. package/dist/test/unit/import/importOPV4.test.d.ts +0 -1
  672. package/dist/test/unit/import/importOVPV2.test.d.ts +0 -1
  673. package/dist/test/unit/index.test.d.ts +0 -1
  674. package/dist/test/unit/projects.test.d.ts +0 -1
  675. package/dist/test/unit/schemaAccess.test.d.ts +0 -1
  676. package/dist/test/unit/utils.test.d.ts +0 -1
  677. package/dist/test/unit/view-controller-generator.test.d.ts +0 -1
package/CHANGELOG.md DELETED
@@ -1,881 +0,0 @@
1
- # Change Log
2
-
3
- All notable changes to this project are documented in this file.
4
-
5
- This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
6
-
7
- ## What's new with version 1.84
8
-
9
- *Official support of OData V4*
10
-
11
- ## [1.84.45] - 2022-08-11
12
-
13
- ### Added
14
-
15
- - OData V4:
16
- - the schemas and configs of list report views now also show the visibility property and custom views
17
- - extend pagemap support for freestyle apps using FPM library
18
-
19
- ### Changed
20
-
21
- - OData V4: Wit API version 4 of specification - introduced with the given version - the way how routes are represented in the app.json changes: before the pattern was
22
- `route: key`, now it follows the manifest syntax
23
- key: {
24
- route: route
25
- }
26
- The switch to an object representation allows to also include other target information like "outbound".
27
- - OData V4: as long as no views are defined in manifest, the showCounts property is not part of the schema, except if it is already maintained.
28
- - OData V2:
29
- - Mark custom column 'columnIndex' property as hidden
30
-
31
- ### Removed
32
-
33
- ### Deprecated
34
-
35
- ### Fixed
36
-
37
- - OData V4:
38
- - LR: The export of property changes at the page editor led to a deletion of (custom) views in manifest; besides, outbound navigation entries could get deleted.
39
-
40
- ### Quality
41
-
42
- ## [1.84.44] - 2022-07-28
43
-
44
- ### Quality
45
-
46
- - Upgrade of webpack and dependent modules
47
- - Upgrade of terser
48
- - Upgrade of glob-parent
49
- - Upgrade of lerna
50
-
51
- ## [1.84.43] - 2022-07-14
52
-
53
- ### Changed
54
-
55
- - OData V4: In case of PresentationVariant definitions for charts or line items, an intermediate node had originally been introduced in the Object Page schema that represents the PresentationVariant. This multi-level propagation of references caused issues in the consuming UI, thus the intermediate node got deleted again. The PresentationVariant must be determined by the consuming application if necessary.
56
-
57
- ### Fixed
58
-
59
- - OData V4:
60
- - Properties of custom columns on object page had not been exported correctly if the table is associated to another entity type via navigation path or is using a PresentationVariant.
61
- The value help of the anchor in LSP (config JSON) also did not show the right values.
62
- - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
63
- wrong `annotationPath` and `isViewNode` settings are adjusted.
64
- - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
65
-
66
- ### Quality
67
-
68
- - Switch from nexus repository to artifactory
69
-
70
- ## [1.84.42] - 2022-06-29
71
-
72
- ### Fixed
73
-
74
- - OData V2:
75
- - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
76
- - Table type property is now set to blank in case not maintained in manifest.json
77
- - If two sections of object page referred to an element (e.g. action, table column) of the same name, they had been sync'd by the program logic: changes of one property had also been refelected in the other.
78
- - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
79
- - No sorting by time took place before for flexibility changes, as a result an older change of the same property may have shown up instead of the newer one.
80
- - If several flexibility changes existed for the same control property, secondary ones had not been imported correctly: you could find them under a wrong property name in the config JSON file.
81
-
82
- ## [1.84.41] - 2022-06-16
83
-
84
- ### Added
85
-
86
- - Missing exposure of type definitions was added.
87
-
88
- ### Changed
89
-
90
- OData V2:
91
-
92
- - Custom column property "columnIndex". Schema enhancement by defining range using "minimum=0".
93
-
94
- ### Removed
95
-
96
- OData V4:
97
-
98
- - In case of List Report views, non-applicable table properties are removed.
99
-
100
- ### Fixed
101
-
102
- OData V2:
103
-
104
- - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
105
-
106
- ## [1.84.40] - 2022-06-02
107
-
108
- ### Added
109
-
110
- OData V4:
111
-
112
- - In case of a default (without qualifier) Selection-/PresentationVariant, the table settings and columns are now considered on list report page.
113
-
114
- ### Changed
115
-
116
- OData V4:
117
-
118
- - Titles of charts in sections and header sections now correspond to the run-time.
119
- - Add "annotationPath" schema property to schema for "Table" definition in simple list report.
120
-
121
- ### Quality
122
-
123
- Upgrade node & node-version to 14.x
124
-
125
- ## [1.84.39] - 2022-05-19
126
-
127
- ### Changed
128
-
129
- - OData V4:
130
- - For list report views, the content of title and description in the schema got exchanged.
131
- - LR: If views are enabled, generic table columns won't be used/filled.
132
-
133
- ### Fixed
134
-
135
- - OData V4:
136
- - If the table setting creationMode existed in the outdated string format, the export just had overwritten the string. Now, an implicit conversion to the new object format takes place.
137
- - No import of property annotationPath was happening at chart views of List Report.
138
- - In the app specific schema, the description was missing for charts in sections.
139
- - Tag 'hidden' was added to the property annotationPath of the ALP chart view in app schema.
140
- - If defaultTemplateAnnotationPath is maintained and refers to an annotation other than UI.LineItem, the table settings and columns of the referred definition are now imported correctly.
141
-
142
- ### Quality
143
-
144
- - Code smells fixed, as reported by sonarQube.
145
- - Upgrade of annotation vocabularies tools.
146
-
147
- ## [1.84.38] - 2022-05-05
148
-
149
- ### Added
150
-
151
- OData V4:
152
-
153
- - The title of ALP or List Report views is now following the same criteria than the UI5 run-time.
154
-
155
- ### Fixed
156
-
157
- - OData V4:
158
- - Problems with deletion of ListReport table views.
159
- - Unknown properties removed from custom section definition in 'manifest.json'.
160
- - Export. Delete of entries from `table/views` - views were not deleted during export if entries in annotation file were deleted as first.
161
- - When changing the table type or other table settings for schema type List Report, the respective manifest setting was not updated if the page was configured with primary and secondary views (i.e. the ALP flavour).
162
-
163
- - OData V2:
164
- - Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
165
- - Facet or section references with multi-level navigation had not been handled correctly.
166
-
167
- ## [1.84.37] - 2022-04-21
168
-
169
- ### Added
170
-
171
- - Documentation actualised with regards to the new release version 1.100.
172
-
173
- - OData V2:
174
- - LR: Old settings for table type (tableType) had been ignored in newer specification releases. As a consequence, you may have found the table type twice in manifest, once with the old syntax and an additional entry with the new syntax, after switching to a newer UI5 version.
175
- Now an implicit conversion to the new tableSettings takes place, and the old setting gets automatically replaced during the export.
176
- - OData V4:
177
- - OP: Added support for presentation variants with chart or table visualization
178
-
179
- ### Fixed
180
-
181
- - OData V4:
182
- - Exception in case of multi-tab views in manifest that referred to a SelectionVariant.
183
- - Export of table settings of list report was targeting the wrong manifest settings if a defaultTemplateAnnotationPath is defined, pointing to a SelectionPresentationVariant.
184
- - List report with multiple views: insert and reordering was not supported correctly.
185
- - OData V2:
186
- - After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
187
- - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
188
-
189
- ### Quality
190
-
191
- - upgrade ejs to 3.1.7
192
- - SonarQube: issued solved with regards to cognitive complexity
193
-
194
- ## [1.84.36] - 2022-04-07
195
-
196
- ### Added
197
-
198
- - OData V4: Support of defaultTemplateAnnotationPath as property; consider defaultTemplateAnnotationPath when retrieving the relevant table settings and while switching to ALP flavour.
199
-
200
- ### Fixed
201
-
202
- - OData V2:
203
- - Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport"
204
- - Upgrade of async
205
-
206
- ### Quality
207
-
208
- - Replace type object for schemas by Definition from 'typescript-json-schema'
209
- - upgrade of async
210
-
211
- ## [1.84.35] - 2022-03-31
212
-
213
- ### Quality
214
-
215
- - use `minimist` resolution
216
-
217
- ## [1.84.34] - 2022-03-31
218
-
219
- - upgrade `minimist` version
220
-
221
- ## [1.84.33] - 2022-03-24
222
-
223
- ### Added
224
-
225
- - OData V4:
226
- - support of `flexEnabled` property
227
- - ALP flavor, support of ALP views
228
- - List report: multiple views, with the right properties
229
-
230
- ### Fixed
231
-
232
- - OData V2:
233
- - duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
234
- - OData V4
235
- - custom columns had not been considered when having a 'Before' reference against other custom columns
236
- - fix overwriting of manifest page content, if page key is changed
237
-
238
- ### Quality
239
-
240
- - Switch to Whitesource Universal Agent
241
- - piper lib upgrade
242
- - Upgrade eslint
243
- - Switch to import type for TS
244
- - Refactoring to resolve sonarQube code smells
245
-
246
- ## [1.84.32] - 2022-03-09
247
-
248
- ### Added
249
-
250
- - OData V2:
251
- - visible property is now also available for facets without annotation Id
252
-
253
- - OData V4:
254
- - Support of progress, rating and microchart header facets
255
-
256
- ### Fixed
257
-
258
- - OData V2:
259
- - Creation of new flexChanges now considers resolved Id from pom.xml
260
- - OData V4:
261
- - Fix overwriting of manifest page id in case of different page key
262
-
263
- ### Quality
264
-
265
- - removed unused dev dependency to `http-server`
266
-
267
- ## [1.84.31] - 2022-02-23
268
-
269
- ### Added
270
-
271
- - Metadata information `dataType` added to various places in V2 and V4 schemas
272
- - OData V2:
273
- - display selection fields, and support date settings properties on LR/ALP
274
-
275
- ### Fixed
276
-
277
- - OData V2:
278
-
279
- ### Quality
280
-
281
- - Unit test enhancement to run on all platforms
282
- - SonarQube issues
283
-
284
- ## [1.84.30] - 2022-02-10
285
-
286
- ### Added
287
-
288
- - OData V2:
289
- - Support column and footer action properties on LR
290
-
291
- ### Fixed
292
-
293
- - OData V2:
294
- - OP: Fix generation of flexChanges for sections with or without ID in annotations
295
- - Fix issues with sync logic in case of sub object page
296
-
297
- ### Quality
298
-
299
- ## [1.84.29] - 2022-01-26
300
-
301
- ### Added
302
-
303
- - OData V2:
304
- - `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
305
-
306
- ### Quality
307
-
308
- - Upgrade of node-fetch
309
-
310
- ## [1.84.28] - 2022-01-12
311
-
312
- ### Added
313
-
314
- - OData V2:
315
- - OP: properties of footer actions are displayed and supported in side panel
316
- - properties of toolbar actions are displayed and supported in side panel
317
- - OVP: The property `showLineItemDetail` is now supported for List and Table cards
318
- - OP: Schema now supports column extensions for TreeTable
319
-
320
- ### Changed
321
-
322
- - OData V2:
323
- - property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
324
- - OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
325
- - OData V4:
326
- - property `afterExecution` of table columns now is only visible for actions but not for other record types
327
-
328
- ### Removed
329
-
330
- - OData V2:
331
- - OVP: removed `tabs` property from card level
332
-
333
- ### Deprecated
334
-
335
- ### Fixed
336
-
337
- - OData V2:
338
- - correct schema generation in case multiple facets are referring to lineitem annotation of same entity
339
- - Facet Id is considered for import and export of manifest settings
340
- - Fixed sync issues in case no text is provided for custom columns
341
- - OData V4:
342
- - Avoid exporting empty arrays to manifest.json
343
-
344
- ### Quality
345
-
346
- - Upgrade of trim-off-newlines
347
- - Upgrade of yarn classic
348
- - New whitesource endpoint
349
- - Upgrade of follow-redirects
350
-
351
- ## [1.84.27] - 2021-12-01
352
-
353
- ### Added
354
-
355
- - enum support for annotationPath as part of quick variant selection or views
356
- - Property entitySet added to V4 views; enum support for entitySet of multiple views in V2 and V4
357
-
358
- ### Fixed
359
-
360
- - Schemas and configs are now generated for applications without annotations
361
- - V4: Properties of (Header)Sections with missing facet Id are no longer displayed in properties panel
362
- - V4: export of deletion of object page columns did not work
363
-
364
- ### Quality
365
-
366
- - New build version build:dev without generation of documentation html
367
- - Fixed an issue with missing `log` function after webpack
368
-
369
- ## [1.84.26] - 2021-11-17
370
-
371
- ### Added
372
-
373
- - OData V4: Enhance schema with `dataType`, `annotationPath` information for display on columns, fields and selection fields in Page editor
374
-
375
- ### Fixed
376
-
377
- - Invalid references in generated schemas have been fixed.
378
-
379
- ## [1.84.25] - 2021-11-03
380
-
381
- ### Changed
382
-
383
- - In the JSON schema, the description of DataPoints as part of sections or header facets now reflects the Title of the target annotation.
384
-
385
- ### Quality
386
-
387
- - Code smell solved: "Define a constant instead of duplicating this literal n times."
388
-
389
- ## [1.84.24] - 2021-10-20
390
-
391
- ### Added
392
-
393
- - OData V2:
394
- - Support for (Sub)Section properties: `visible`.
395
- - ALP: Schema now comprises of entity properties for config `createWithParameterDialog`->`fields`
396
- - OP: Added support for multiple flex changes in Form and Header Actions
397
- - V2 & V4:
398
- - Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
399
-
400
- ### Changed
401
-
402
- - OData V2:
403
- - Enhanced sync logic to use generic approach for handling unknown properties. As a result sync logic is more robust and handles more unknown properties.
404
-
405
- ### Removed
406
-
407
- - OData V2:
408
- - OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
409
-
410
- ### Deprecated
411
-
412
- ### Fixed
413
-
414
- - OData V4:
415
- - Pages Schema. Exception if path in UI.SelectionFields is not valid.
416
- - Object page sections referring to UI.Identification with qualifer shall show actions besides the fields.
417
- - V2 & V4:
418
- - replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
419
- - Add `visible` property to DataField types
420
- - annotationPath definitions of header and footer actions.
421
-
422
- ### Quality
423
-
424
- - Settings for sonarlint have been added
425
- - Upgrade of Annotation Vocabularies Tools
426
- - Fix of code smells reported by SonarQube
427
-
428
- ## [1.84.23] - 2021-10-18
429
-
430
- ### Fixed
431
-
432
- For some V4 apps, the export of property changes failed due to invalid schema definitions.
433
-
434
- ## [1.84.22] - 2021-10-06
435
-
436
- ### Added
437
-
438
- - Annotation path com.sap.vocabularies.UI.v1.HeaderInfo added to ObjectPageHeader in V2 and V4.
439
- - Added `i18nClassification` for `title`, `description` properties for `App.json` schema in V2 and V4.
440
- - V4: Header actions are now part of the Object Page schema.
441
- - OData V2:
442
- - OVP: Added support for property `annotationPath` in Linklist card settings.
443
- - OVP: property `requireAppAuthorization` is now supported for all card types.
444
-
445
- ### Changed
446
-
447
- - README was updated.
448
- - Order and naming of view nodes for the V2 Object Page adapted.
449
- - Pattern for binding changes in V2: there are now two different patterns for List Report and Object Page; the one for the Object Page provides the additional enum values "{ui>/editable}" and "{= !${ui>/editable}}"
450
-
451
- ### Removed
452
-
453
- ### Deprecated
454
-
455
- ### Fixed
456
-
457
- - V4: if one section comprises a field group without qualifier, and one referred to UI.Identification, the properties of the field group had been displayed for Identification section of header facet as well.
458
-
459
- ### Quality
460
-
461
- - Fix of vulnerabilities by upgrade of npm modules.
462
- - Fix of bugs nd code smells reported by SonarQube.
463
-
464
- ## [1.84.21] - 2021-09-22
465
-
466
- ### Added
467
-
468
- - New html files showing a graphical representation of the content of each generic schema.
469
- - OData V2:
470
- - We show field groups and fiels now as part of the app specific schema, and allow the maintenance of the visible property for fields.
471
- - Support of property `flexEnabled`on app level.
472
-
473
- ### Changed
474
-
475
- - The default for titles and labels of schema nodes - in case of missing annotation labels - has been adapted, for facets and header facets. There will be node-specific content now in all cases instead of generic defaults like "Form".
476
-
477
- ### Fixed
478
-
479
- - OData V2:
480
- - Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
481
- - OData V4:
482
- - Exception occurred in case of invalid custom page definitions in manifest
483
- - Page determination went wrong in case of irregular ordering of routing targets.
484
-
485
- ### Quality
486
-
487
- - Bugs & code smells removed that had been detected by SonarQube.
488
-
489
- ## [1.84.20] - 2021-09-08
490
-
491
- ### Added
492
-
493
- - OData V4:
494
- - Header Facets are now shown in the schemas and configs, along with their actual manifest settings.
495
- - OData V2:
496
- - OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
497
-
498
- ### Fixed
499
-
500
- - V4: Added export sync for entitySet in custom pages
501
-
502
- ## [1.84.19] - 2021-08-25
503
-
504
- ### Added
505
-
506
- - OData V4:
507
- - Enhanced sync logic to avoid export of properties unknown to specification module to avoid modification in manifest.json
508
- - Added test for function `convertInterfaces` to increase test coverage
509
- - Added flexchange layer information to API interface
510
-
511
- ### Changed
512
-
513
- - OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
514
-
515
- ### Fixed
516
-
517
- - Object Page schema generation crash when 'Facets' entry is not defined for 'CollectionFacet'
518
- - Page schema generation - `annotationPath` was missing for `table/toolbar`
519
-
520
- ### Quality
521
-
522
- ## [1.84.18] - 2021-08-12
523
-
524
- ### Added
525
-
526
- - OData V2:
527
- - Added description property to header actions in schema
528
- - Table toolbar as structure node
529
- - Added properties showClearOnFB, showFilterConfiguration and showRestoreOnFB to the FilterBar
530
-
531
- - OData V4:
532
- - Table toolbar as structure node
533
- - enableOnSelect as property for table toolbar
534
-
535
- - Developer guide for contributors to this module
536
-
537
- - Actualization of JS-DOC
538
-
539
- - Enhanced error handling of API functions.
540
-
541
- - The generic schema is enhanced by the following information:
542
- - artifact type (manifest setting, flex change or annotation)
543
- - in case of flex change: control name
544
-
545
- ### Changed
546
-
547
- - The node Selection Fields was renamed to Filter Fields, in accordance with the UI.
548
-
549
- - The generic schemas now already comprise anyOf definitions for enums of type string that allow binding changes. Previously this was only added during the generation of app specific schemas.
550
-
551
- ### Fixed
552
-
553
- - A common function was introduced to resolve path references of Common.Label annotations; endless loop references are interjected, the variable value or key is returned in this case.
554
- - Enhance function determineTableType to also check for presence of old tableType flag in manifest.json
555
- - OData V2:
556
- - ALP: Use correct Id for flex changes generated in case of Filter Bar
557
-
558
- ### Quality
559
-
560
- - Refactor interfaces and class definitions for ALP tables
561
-
562
- ## [1.84.17] - 2021-07-28
563
-
564
- ### Added
565
-
566
- - OData V2: dateSettings property of Filterbar now supports addtional values
567
- - OData V2: Added growingThreshold property to Responsive Tables
568
-
569
- ### Fixed
570
-
571
- - When starting the app modeler for certain CDS projects, an exception occurs, and no pages nor schemas are listed.
572
- - Modified regex used in binding properties to avoid issues with Shebang plugin during consumption of specification module.
573
-
574
- ### Quality
575
-
576
- - Upgrade of Annotation Vocabularies Tools to version 0.3.28.
577
-
578
- ## [1.84.16] - 2021-07-14
579
-
580
- ### Added
581
-
582
- - annotationPath is added to the selectionFields node.
583
-
584
- ### Changed
585
-
586
- - The import functions for filling the content of config files are now instantiating the required metadata based on factory classes (that had been introduced for the export before).
587
-
588
- ### Fixed
589
-
590
- - In the annotationPath of columns, qualifiers had not been added.
591
- - The namespace of the entity type is now present in all annotation paths.
592
- - Changing binding value to false removed flex changes from the file system.
593
- - The logic for section generation in app schemas did not consider qualifiers correctly.
594
-
595
- ### Quality
596
-
597
- - Missing path to types in package.json was added. This is required because after introducing bundling with webpack, the index.d.ts file is not next to index-min.js.
598
-
599
- ## [1.84.15] - 2021-06-30
600
-
601
- ### Added
602
-
603
- - New structure elements at the Filterbar that represent the selection fields resulting from the UI.SelectionFields annotation.
604
-
605
- ### Changed
606
-
607
- - In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name.
608
- - Descriptions in the schema now follow the following paradigm:
609
- - For facets we need use title and description, the export logic takes the title and extracts the facet key from it for concatenating the stable ID. The text that shall be shown in the Page Editor shall be the description.
610
- - Thus we now generalise: all view nodes (isViewNode = true) have a description (but do not necessarily need a title).
611
- - Properties (no isViewNode tag) are not listed in the outline, but in the properties panel. Here, the title shall be used as a label, and the description shall be shown on hover (old UI) or rendered directly (new UI).
612
-
613
- ### Removed
614
-
615
- - OData V4: remove initialLoad property from Object Page config
616
-
617
- ### Fixed
618
-
619
- - The deletion of a custom section from the config file was not reflected in manifest.json.
620
- - New page export fails if parent page does not have navigation property defined.
621
- - Navigation is not cleared if we remove last associated page.
622
- - The import of unknow flex change properties into the config is now avoided.
623
- - The export of flex changes sometimes generated multiple flex changes into the dev workspace.
624
- - The script for extracting documentation had neglected patternProperties of the schemas.
625
- - An exception occurred in case of invalid annotation references, the schemas and config files were not generated in this case.
626
- - Too many actions had been listed as table columns: now it is restricted to the inline actions.
627
-
628
- ## [1.84.14] - 2021-06-17
629
-
630
- ### Added
631
-
632
- - annotationPath added as metadata to the columns in JSON schema.
633
-
634
- ### Changed
635
-
636
- - The enum for fragment names of column extension is more restrictive now, it does not comprise cells anymore.
637
- - Webpack uglify function names
638
-
639
- ### Fixed
640
-
641
- - During the export of V4 configs, manifest sections were created from scratch; this led to a deletion of properties that are not considered (yet) by the specification module.
642
- - Fix for launch config Import project which can be used to debug the import of a project.
643
- - During the export, fragments are not deleted anymore, as they may comprise customer coding.
644
- - If a fragment is not present yet, it gets created now, i.e. added with an <root> prefix to the list of fragments.
645
- - yarn watch allows debugging of custom extensions now, as the templates are available again in the dist folder.
646
- - Correct sync logic to make sure that config changes are written only to desired places in manifest.json.
647
- - An exception had occured in case of invalid target annotation paths, this is caught now.
648
- - OData V4 - Correct sync logic so that custom sections entry in manifest.json gets deleted if entry is deleted from page config
649
- - OData V4 - Correct sync logic, page add was not added if 'navigation' property missing in 'manifest.json'.
650
- - OData V4 - Correct sync logic, page deletion, 'navigation' property was not cleared if there was no an navigation left.
651
- - OData V2 - Flex changes not supported by specification module remain unaffected by the sync logic
652
- - OData V2 - Avoid creation of duplicate flex changes in case of Object Page tables
653
- - OData V2 - ALP: Improved sync logic as some of the supported flex chagnes were not imported to config files
654
-
655
- ## [1.84.13] - 2021-06-03
656
-
657
- ### Changed
658
-
659
- - The access to reflect metadata is now centralized in factory classes and thus runs in a generic way in most situations.
660
-
661
- ### Fixed
662
-
663
- - Path references of labels had not been resolved correctly. Common.label annotations of the target reference are now considered correctly.
664
- - The regex pattern for binding changes was incomplete, resulting in validation errors.
665
- - OData V4: Enhance sync logic to ensure only properties that are supported by specification module are modified in the manifest.json
666
-
667
- ### Quality
668
-
669
- Upgrades of dependencies to:
670
-
671
- - "ts-loader": 9.1.2
672
- - node version 12
673
- - "webpack": 5.37.1
674
- - "chalk": "4.1.1"
675
- - "ejs": "3.1.6"
676
- - "i18next": "20.3.1"
677
- - "ts-json-schema-generator": "0.93.0"
678
-
679
- Added resolutions for
680
-
681
- - "glob-parent": "^5.1.2"
682
- - "normalize-url": "^6.0.1"
683
- - "ws": "^7.4.6"
684
- - "trim-newlines": "^3.0.1"
685
-
686
- ## [1.84.12] - 2021-05-20
687
-
688
- ### Fixed
689
-
690
- - The OP V4 schema showed fields and actions only for UI.Identification only if defined without qualifier
691
- - OData V2: Variant Management flex changes are now ignored
692
-
693
- ## [1.84.11] - 2021-05-06
694
-
695
- ### Added
696
-
697
- - New tag displayName in JSON schema: used to switch the name in the UI when needed, the original schema name is not changed due to compatibility reasons.
698
- - New tag dataType in JSON schema for V4 Form and Object Page: as a tag, this can be rendered display-only as an additional information for any data field.
699
-
700
- ### Changed
701
-
702
- - Documentation updates, due to introduction of the additional version for UI5 1.89
703
- - Schema file names are now based on entitySet instead of entityType
704
-
705
- ### Fixed
706
-
707
- - OData V2: LR/OP/ALP - Unknown properties are now excluded from export which in turn also avoids deletion of properties unknown to specificaiton from manifest
708
- - No invalid references anymore at the generated JSON schemas.
709
-
710
- ### Quality
711
-
712
- - lodash upgrade
713
-
714
- ## [1.84.10] - 2021-04-22
715
-
716
- ### Added
717
-
718
- - createWithParameterDialog is now also supported for the V2 Object Page
719
-
720
- ### Changed
721
-
722
- - createWithParameterDialog can be found under *table* properties instead of *toolbarActions* now.
723
-
724
- ### Fixed
725
-
726
- - List report V2: too many properties had been presented at LSP for analytical table
727
-
728
- ### Quality
729
-
730
- - Switch build to webpack
731
- - Upgrade of Annotation-Vocabularies-Tools
732
-
733
- ## [1.84.9] - 2021-04-15
734
-
735
- ### Quality
736
-
737
- - Upgrade of handlebars
738
-
739
- ## [1.84.8] - 2021-04-09
740
-
741
- ### Added
742
-
743
- - Actions from the UI.Identification annotation are now represented in the V4 schemas.
744
- - Property inlineDelete for quickVariantSelectionX (table variants)
745
-
746
- ### Changed
747
-
748
- - quickVariantSelection and quickVariantSelectionX definitions are more general no, allowing any number of tabs.
749
-
750
- ### Fixed
751
-
752
- - Missing or incorrect properties for semantic date range control: fields->filter->equals now supports an array of date ranges, not just a single date range value. Additionally, both 'key' and 'category' options support both "equals" and "contains".
753
- - OData V2: ALP - ignoredChartTypes property is now supports more values
754
- - Export of quickVariantSelectionX in V2 was wrong or could lead to exception.
755
-
756
- ### Quality
757
-
758
- - Decrease the number of Eslint warnings
759
-
760
- ## [1.84.7] - 2021-03-25
761
-
762
- ### Added
763
-
764
- - Forms and the comprised fields and actions are represented in schemas for V4 object pages
765
-
766
- ### Fixed
767
-
768
- - No duplicate entries in the result lists of scripts for extracting documentation
769
-
770
- ## [1.84.6] - 2021-03-11
771
-
772
- ### Added
773
-
774
- - Property availability for V4 table columns
775
- - Tag isViewNode now marks schema elements that are relevant for setting up an out line or schematic view of a page; (complex) properties are not marked like that.
776
- - Tag i18nClassification marks properties of the schema that are relevent for translation; it uses the key words following the SAP guidelines for translation.
777
- - Forms, field groups and fields of Object Pages are now represented in the V4 schemas.
778
- - Form Entry Object Page support
779
-
780
- ### Changed
781
-
782
- - V4 tables: do not show columns in config that are empty or not maintained at all
783
-
784
- ### Fixed
785
-
786
- - Export of OVP card of the new V4 types to manifest
787
- - V4: Do not throw exception in case of invalid columns listed in manifest, just ignore them
788
- - V4 column keys adjusted: vocabulary alias shall not be part of it
789
- - OVP: Unknown properties are now excluded from export
790
-
791
- ## [1.84.5] - 2021-02-25
792
-
793
- ### Added
794
-
795
- - Property valueSelectionInfo of OVP cards
796
- - Mark translatable properties in `schema` with `isLanguageDependent` property.
797
- - New Form Entry Object Page added
798
-
799
- ### Changed
800
-
801
- ### Fixed
802
-
803
- - Exceptions have occurred in case of incomplete or inconsistent annotations. This was solved by a new version of the Annotation Vocabulary Tools that is delivered together with the Specification module.
804
- - Sync now works correctly for property "quickVariantSelectionX"
805
-
806
- ### Quality
807
-
808
- - Switch to Sonar EE
809
-
810
- ## [1.84.4] - 2021-02-23
811
-
812
- ### Fixed
813
-
814
- - Duplicate property "entitySet" for link list cards got removed
815
-
816
- ## [1.84.3] - 2021-02-11
817
-
818
- ### Added
819
-
820
- - Manifest settings for (standard) table columns of OData V4 are now supported.
821
- - OData V4: Support of V4 card types in OVP template (table, list and analytical card).
822
- - OData V2: Support of createWithParameterDialog settings for create from the V2 filterbar.
823
-
824
- ### Fixed
825
-
826
- - Overview Page: mandatory fields are clarified and reworked
827
- - Overview Page: obsolete field timeAxis eliminated
828
- - Object Page V4: `layout/sectionLayout` is imported from `manifest.json`
829
- - Object Page V2: `XML` type is only valid type for selection for Custom Section Fragment definition
830
-
831
- ### Quality
832
-
833
- - Upgrade of node modules used
834
-
835
- ## [1.84.2] - 2021-01-28
836
-
837
- ### Fixed
838
-
839
- - The 'views' definition for OData V4 was not read nor written to the right position at manifest.
840
- - Flex changes for ALP table columns had been written with the wrong selector id and thus had no effect in the run-time.
841
-
842
- ### Quality
843
-
844
- - Dependencies to other npm modules have been actualized
845
-
846
- ## [1.84.1] - 2021-01-14
847
-
848
- ### Added
849
-
850
- - The specification API now allows passing a logger, i.e. an instance of the new interface ExtensionLogger.
851
- If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
852
- - Property showDataLabel on global OVP level
853
- - OData V2: New `extensionType` property is added to Custom Column definition.
854
- - OData V2: Support for Custom Columns in Object Page tables.
855
-
856
- ### Changed
857
-
858
- - OData V4: List Report `variantManagement` property is now moved to page level
859
- - The specification API now returns a *complete* list of flex changes, not only the updated ones; if a flex property was not maintained or deleted, you can find it in the list with content.newValue = null. This allows the consuming application to distinguish flex changes that are supported by the JSON schema of the specification from other flex changes that may have been created by other means; only changes that are part of the result list of the API but have content.newValue = null should get deleted from the app.
860
-
861
- ### Fixed
862
-
863
- - OData V2: Export fails to resolve page in `manifest.json` when page key does not contain entitySet.
864
- - OData V4: Switching from FCL to Standard Layout - `manifest.json` -> `sap.ui5/routing/routes/[]/target` was not reseting back
865
-
866
- ## [1.84.0] - 2020-12-03
867
-
868
- ### Added
869
-
870
- - OData V4: new properties added to the specification for table settings of list report and object page
871
- - OVP custom card - `template` property uses pattern to avoid non-custom card template overlap
872
- - OVP cards - `model` property uses enum entries populated from `manifest.json`
873
-
874
- ### Changed
875
-
876
- - OData V2: Use enum instead of string for property `createWithFilters -> strategy`
877
-
878
- ### Fixed
879
-
880
- - OData V2: Improved sync logic to avoid deletion of entries from page config
881
- - OData V4: Not all properties had been imported into config files