@sap/ux-specification 1.71.66 → 1.71.70

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 (476) hide show
  1. package/dist/documentation/runDocu-min.js +5 -9623
  2. package/dist/documentation/runDocu-min.js.map +1 -1
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  4. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  5. package/dist/documentation/v2/v2-ListReport.html +1 -1
  6. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  7. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  8. package/dist/index-min.js +83 -24668
  9. package/dist/index-min.js.map +3 -3
  10. package/dist/schemas/v2/ListReportConfig.json +83 -83
  11. package/dist/scripts/extractDocu.d.ts +2 -0
  12. package/dist/scripts/extractDocu.d.ts.map +1 -0
  13. package/dist/scripts/extractDocu.js +506 -0
  14. package/dist/scripts/extractDocu.js.map +1 -0
  15. package/dist/scripts/runDocu.d.ts +2 -0
  16. package/dist/scripts/runDocu.d.ts.map +1 -0
  17. package/dist/scripts/runDocu.js +579 -0
  18. package/dist/scripts/runDocu.js.map +1 -0
  19. package/dist/scripts/spec.d.ts +2 -0
  20. package/dist/scripts/spec.d.ts.map +1 -0
  21. package/dist/scripts/spec.js +113 -0
  22. package/dist/scripts/spec.js.map +1 -0
  23. package/dist/scripts/to-json-schema.d.ts +11 -0
  24. package/dist/scripts/to-json-schema.d.ts.map +1 -0
  25. package/dist/scripts/to-json-schema.js +134 -0
  26. package/dist/scripts/to-json-schema.js.map +1 -0
  27. package/dist/{types → src}/api.d.ts +1 -1
  28. package/dist/{types → src}/api.d.ts.map +1 -1
  29. package/dist/src/api.js +123 -0
  30. package/dist/src/api.js.map +1 -0
  31. package/dist/{types → src}/apiTypes.d.ts +9 -12
  32. package/dist/src/apiTypes.d.ts.map +1 -0
  33. package/dist/src/apiTypes.js +3 -0
  34. package/dist/src/apiTypes.js.map +1 -0
  35. package/dist/{types → src}/extensionLogger.d.ts +1 -1
  36. package/dist/{types → src}/extensionLogger.d.ts.map +1 -1
  37. package/dist/src/extensionLogger.js +36 -0
  38. package/dist/src/extensionLogger.js.map +1 -0
  39. package/dist/{types → src}/i18n/i18n.d.ts +0 -0
  40. package/dist/{types → src}/i18n/i18n.d.ts.map +0 -0
  41. package/dist/src/i18n/i18n.js +26 -0
  42. package/dist/src/i18n/i18n.js.map +1 -0
  43. package/dist/{types → src}/index.d.ts +2 -2
  44. package/dist/src/index.d.ts.map +1 -0
  45. package/dist/src/index.js +20 -0
  46. package/dist/src/index.js.map +1 -0
  47. package/dist/{types → src}/project.d.ts +2 -1
  48. package/dist/src/project.d.ts.map +1 -0
  49. package/dist/src/project.js +153 -0
  50. package/dist/src/project.js.map +1 -0
  51. package/dist/{types → src}/specification/schemaAccess.d.ts +3 -12
  52. package/dist/src/specification/schemaAccess.d.ts.map +1 -0
  53. package/dist/src/specification/schemaAccess.js +63 -0
  54. package/dist/src/specification/schemaAccess.js.map +1 -0
  55. package/dist/{types → src}/sync/common/appProvider.d.ts +4 -5
  56. package/dist/src/sync/common/appProvider.d.ts.map +1 -0
  57. package/dist/src/sync/common/appProvider.js +66 -0
  58. package/dist/src/sync/common/appProvider.js.map +1 -0
  59. package/dist/{types → src}/sync/common/decoration/control.d.ts +2 -2
  60. package/dist/src/sync/common/decoration/control.d.ts.map +1 -0
  61. package/dist/src/sync/common/decoration/control.js +219 -0
  62. package/dist/src/sync/common/decoration/control.js.map +1 -0
  63. package/dist/{types → src}/sync/common/decoration/decorators.d.ts +0 -0
  64. package/dist/src/sync/common/decoration/decorators.d.ts.map +1 -0
  65. package/dist/src/sync/common/decoration/decorators.js +52 -0
  66. package/dist/src/sync/common/decoration/decorators.js.map +1 -0
  67. package/dist/{types → src}/sync/common/decoration/factory.d.ts +1 -1
  68. package/dist/{types → src}/sync/common/decoration/factory.d.ts.map +1 -1
  69. package/dist/src/sync/common/decoration/factory.js +49 -0
  70. package/dist/src/sync/common/decoration/factory.js.map +1 -0
  71. package/dist/{types → src}/sync/common/decoration/flex.d.ts +1 -3
  72. package/dist/{types → src}/sync/common/decoration/flex.d.ts.map +1 -1
  73. package/dist/src/sync/common/decoration/flex.js +9 -0
  74. package/dist/src/sync/common/decoration/flex.js.map +1 -0
  75. package/dist/{types → src}/sync/common/decoration/index.d.ts +0 -0
  76. package/dist/{types → src}/sync/common/decoration/index.d.ts.map +0 -0
  77. package/dist/src/sync/common/decoration/index.js +16 -0
  78. package/dist/src/sync/common/decoration/index.js.map +1 -0
  79. package/dist/{types → src}/sync/common/flexUtils.d.ts +2 -3
  80. package/dist/src/sync/common/flexUtils.d.ts.map +1 -0
  81. package/dist/src/sync/common/flexUtils.js +107 -0
  82. package/dist/src/sync/common/flexUtils.js.map +1 -0
  83. package/dist/{types → src}/sync/common/generate/index.d.ts +0 -0
  84. package/dist/{types → src}/sync/common/generate/index.d.ts.map +0 -0
  85. package/dist/src/sync/common/generate/index.js +15 -0
  86. package/dist/src/sync/common/generate/index.js.map +1 -0
  87. package/dist/{types → src}/sync/common/generate/objectPage.d.ts +1 -2
  88. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -0
  89. package/dist/src/sync/common/generate/objectPage.js +357 -0
  90. package/dist/src/sync/common/generate/objectPage.js.map +1 -0
  91. package/dist/{types → src}/sync/common/generate/utils.d.ts +2 -1
  92. package/dist/src/sync/common/generate/utils.d.ts.map +1 -0
  93. package/dist/src/sync/common/generate/utils.js +383 -0
  94. package/dist/src/sync/common/generate/utils.js.map +1 -0
  95. package/dist/src/sync/common/i18n.json +21 -0
  96. package/dist/{types → src}/sync/common/import/utils.d.ts +0 -0
  97. package/dist/{types → src}/sync/common/import/utils.d.ts.map +0 -0
  98. package/dist/src/sync/common/import/utils.js +93 -0
  99. package/dist/src/sync/common/import/utils.js.map +1 -0
  100. package/dist/{types → src}/sync/common/importProject.d.ts +0 -0
  101. package/dist/{types → src}/sync/common/importProject.d.ts.map +1 -1
  102. package/dist/src/sync/common/importProject.js +252 -0
  103. package/dist/src/sync/common/importProject.js.map +1 -0
  104. package/dist/{types → src}/sync/common/index.d.ts +0 -0
  105. package/dist/{types → src}/sync/common/index.d.ts.map +0 -0
  106. package/dist/src/sync/common/index.js +23 -0
  107. package/dist/src/sync/common/index.js.map +1 -0
  108. package/dist/{types → src}/sync/common/types.d.ts +6 -56
  109. package/dist/src/sync/common/types.d.ts.map +1 -0
  110. package/dist/src/sync/common/types.js +166 -0
  111. package/dist/src/sync/common/types.js.map +1 -0
  112. package/dist/{types → src}/sync/common/utils.d.ts +10 -11
  113. package/dist/src/sync/common/utils.d.ts.map +1 -0
  114. package/dist/src/sync/common/utils.js +1067 -0
  115. package/dist/src/sync/common/utils.js.map +1 -0
  116. package/dist/{types → src}/sync/i18n.d.ts +0 -0
  117. package/dist/{types → src}/sync/i18n.d.ts.map +0 -0
  118. package/dist/src/sync/i18n.js +28 -0
  119. package/dist/src/sync/i18n.js.map +1 -0
  120. package/dist/{types → src}/sync/v2/application.d.ts +6 -6
  121. package/dist/src/sync/v2/application.d.ts.map +1 -0
  122. package/dist/src/sync/v2/application.js +169 -0
  123. package/dist/src/sync/v2/application.js.map +1 -0
  124. package/dist/src/sync/v2/export/controls/Action.d.ts +29 -0
  125. package/dist/src/sync/v2/export/controls/Action.d.ts.map +1 -0
  126. package/dist/src/sync/v2/export/controls/Action.js +129 -0
  127. package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
  128. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +9 -0
  129. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +1 -0
  130. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +64 -0
  131. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -0
  132. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +10 -0
  133. package/dist/{types → src}/sync/v2/export/controls/AnalyticalListPageKPI.d.ts.map +1 -1
  134. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +57 -0
  135. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +1 -0
  136. package/dist/{types → src}/sync/v2/export/controls/Card.d.ts +30 -30
  137. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -0
  138. package/dist/src/sync/v2/export/controls/Card.js +656 -0
  139. package/dist/src/sync/v2/export/controls/Card.js.map +1 -0
  140. package/dist/src/sync/v2/export/controls/Field.d.ts +5 -0
  141. package/dist/src/sync/v2/export/controls/Field.d.ts.map +1 -0
  142. package/dist/src/sync/v2/export/controls/Field.js +42 -0
  143. package/dist/src/sync/v2/export/controls/Field.js.map +1 -0
  144. package/dist/{types → src}/sync/v2/export/controls/FilterBar.d.ts +3 -3
  145. package/dist/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -0
  146. package/dist/src/sync/v2/export/controls/FilterBar.js +108 -0
  147. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -0
  148. package/dist/src/sync/v2/export/controls/FormAction.d.ts +16 -0
  149. package/dist/src/sync/v2/export/controls/FormAction.d.ts.map +1 -0
  150. package/dist/src/sync/v2/export/controls/FormAction.js +129 -0
  151. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -0
  152. package/dist/{types → src}/sync/v2/export/controls/Fragment.d.ts +5 -5
  153. package/dist/src/sync/v2/export/controls/Fragment.d.ts.map +1 -0
  154. package/dist/src/sync/v2/export/controls/Fragment.js +580 -0
  155. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -0
  156. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +18 -0
  157. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +1 -0
  158. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +111 -0
  159. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -0
  160. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +9 -0
  161. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +1 -0
  162. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +63 -0
  163. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
  164. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +9 -0
  165. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts.map +1 -0
  166. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +62 -0
  167. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -0
  168. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +9 -0
  169. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +1 -0
  170. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +63 -0
  171. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -0
  172. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +8 -0
  173. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -0
  174. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +60 -0
  175. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -0
  176. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +45 -0
  177. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -0
  178. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +200 -0
  179. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -0
  180. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +41 -0
  181. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -0
  182. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +279 -0
  183. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -0
  184. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +9 -0
  185. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +1 -0
  186. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +62 -0
  187. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
  188. package/dist/{types → src}/sync/v2/export/controls/Table.d.ts +22 -23
  189. package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -0
  190. package/dist/src/sync/v2/export/controls/Table.js +593 -0
  191. package/dist/src/sync/v2/export/controls/Table.js.map +1 -0
  192. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +38 -0
  193. package/dist/src/sync/v2/export/controls/TableColumn.d.ts.map +1 -0
  194. package/dist/src/sync/v2/export/controls/TableColumn.js +173 -0
  195. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -0
  196. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +5 -0
  197. package/dist/src/sync/v2/export/controls/ToolBar.d.ts.map +1 -0
  198. package/dist/src/sync/v2/export/controls/ToolBar.js +7 -0
  199. package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
  200. package/dist/{types → src}/sync/v2/export/controls/index.d.ts +0 -0
  201. package/dist/{types → src}/sync/v2/export/controls/index.d.ts.map +0 -0
  202. package/dist/src/sync/v2/export/controls/index.js +32 -0
  203. package/dist/src/sync/v2/export/controls/index.js.map +1 -0
  204. package/dist/{types → src}/sync/v2/export/export.d.ts +1 -1
  205. package/dist/{types → src}/sync/v2/export/export.d.ts.map +1 -1
  206. package/dist/src/sync/v2/export/export.js +678 -0
  207. package/dist/src/sync/v2/export/export.js.map +1 -0
  208. package/dist/{types → src}/sync/v2/export/exportPage.d.ts +2 -1
  209. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -0
  210. package/dist/src/sync/v2/export/exportPage.js +304 -0
  211. package/dist/src/sync/v2/export/exportPage.js.map +1 -0
  212. package/dist/{types → src}/sync/v2/export/factory.d.ts +0 -0
  213. package/dist/{types → src}/sync/v2/export/factory.d.ts.map +1 -1
  214. package/dist/src/sync/v2/export/factory.js +68 -0
  215. package/dist/src/sync/v2/export/factory.js.map +1 -0
  216. package/dist/{types → src}/sync/v2/export/manifest.d.ts +3 -3
  217. package/dist/src/sync/v2/export/manifest.d.ts.map +1 -0
  218. package/dist/src/sync/v2/export/manifest.js +173 -0
  219. package/dist/src/sync/v2/export/manifest.js.map +1 -0
  220. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +13 -0
  221. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts.map +1 -0
  222. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +43 -0
  223. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -0
  224. package/dist/src/sync/v2/export/pages/ListReport.d.ts +11 -0
  225. package/dist/src/sync/v2/export/pages/ListReport.d.ts.map +1 -0
  226. package/dist/src/sync/v2/export/pages/ListReport.js +40 -0
  227. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -0
  228. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +15 -0
  229. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -0
  230. package/dist/src/sync/v2/export/pages/ObjectPage.js +75 -0
  231. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -0
  232. package/dist/{types → src}/sync/v2/export/pages/OverviewPage.d.ts +3 -3
  233. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -0
  234. package/dist/src/sync/v2/export/pages/OverviewPage.js +119 -0
  235. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -0
  236. package/dist/{types → src}/sync/v2/export/pages/index.d.ts +0 -0
  237. package/dist/{types → src}/sync/v2/export/pages/index.d.ts.map +0 -0
  238. package/dist/src/sync/v2/export/pages/index.js +17 -0
  239. package/dist/src/sync/v2/export/pages/index.js.map +1 -0
  240. package/dist/{types → src}/sync/v2/export/view-controller-generator.d.ts +4 -4
  241. package/dist/src/sync/v2/export/view-controller-generator.d.ts.map +1 -0
  242. package/dist/src/sync/v2/export/view-controller-generator.js +150 -0
  243. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -0
  244. package/dist/{types → src}/sync/v2/generate/analyticalListReport.d.ts +1 -1
  245. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -0
  246. package/dist/src/sync/v2/generate/analyticalListReport.js +84 -0
  247. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -0
  248. package/dist/{types → src}/sync/v2/generate/generate.d.ts +1 -1
  249. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -0
  250. package/dist/src/sync/v2/generate/generate.js +100 -0
  251. package/dist/src/sync/v2/generate/generate.js.map +1 -0
  252. package/dist/{types → src}/sync/v2/generate/index.d.ts +0 -0
  253. package/dist/{types → src}/sync/v2/generate/index.d.ts.map +0 -0
  254. package/dist/src/sync/v2/generate/index.js +15 -0
  255. package/dist/src/sync/v2/generate/index.js.map +1 -0
  256. package/dist/{types → src}/sync/v2/generate/listReport.d.ts +2 -2
  257. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -0
  258. package/dist/src/sync/v2/generate/listReport.js +113 -0
  259. package/dist/src/sync/v2/generate/listReport.js.map +1 -0
  260. package/dist/{types → src}/sync/v2/generate/objectPage.d.ts +1 -1
  261. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -0
  262. package/dist/src/sync/v2/generate/objectPage.js +539 -0
  263. package/dist/src/sync/v2/generate/objectPage.js.map +1 -0
  264. package/dist/{types → src}/sync/v2/generate/overviewPage.d.ts +1 -1
  265. package/dist/{types → src}/sync/v2/generate/overviewPage.d.ts.map +1 -1
  266. package/dist/src/sync/v2/generate/overviewPage.js +71 -0
  267. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -0
  268. package/dist/{types → src}/sync/v2/generate/utils.d.ts +3 -4
  269. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -0
  270. package/dist/src/sync/v2/generate/utils.js +536 -0
  271. package/dist/src/sync/v2/generate/utils.js.map +1 -0
  272. package/dist/{types → src}/sync/v2/import/app/appProvider.d.ts +4 -4
  273. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -0
  274. package/dist/src/sync/v2/import/app/appProvider.js +142 -0
  275. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -0
  276. package/dist/{types → src}/sync/v2/import/app/ovpProvider.d.ts +1 -1
  277. package/dist/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -0
  278. package/dist/src/sync/v2/import/app/ovpProvider.js +33 -0
  279. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -0
  280. package/dist/{types → src}/sync/v2/import/common/index.d.ts +6 -9
  281. package/dist/src/sync/v2/import/common/index.d.ts.map +1 -0
  282. package/dist/src/sync/v2/import/common/index.js +400 -0
  283. package/dist/src/sync/v2/import/common/index.js.map +1 -0
  284. package/dist/{types → src}/sync/v2/import/controls/table.d.ts +2 -2
  285. package/dist/src/sync/v2/import/controls/table.d.ts.map +1 -0
  286. package/dist/src/sync/v2/import/controls/table.js +34 -0
  287. package/dist/src/sync/v2/import/controls/table.js.map +1 -0
  288. package/dist/{types → src}/sync/v2/import/getPageType.d.ts +0 -0
  289. package/dist/{types → src}/sync/v2/import/getPageType.d.ts.map +0 -0
  290. package/dist/src/sync/v2/import/getPageType.js +1 -0
  291. package/dist/src/sync/v2/import/getPageType.js.map +1 -0
  292. package/dist/{types → src}/sync/v2/import/index.d.ts +0 -0
  293. package/dist/{types → src}/sync/v2/import/index.d.ts.map +0 -0
  294. package/dist/src/sync/v2/import/index.js +18 -0
  295. package/dist/src/sync/v2/import/index.js.map +1 -0
  296. package/dist/{types → src}/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
  297. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -0
  298. package/dist/src/sync/v2/import/pages/analyticalListPage.js +120 -0
  299. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -0
  300. package/dist/{types → src}/sync/v2/import/pages/listReport.d.ts +2 -2
  301. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -0
  302. package/dist/src/sync/v2/import/pages/listReport.js +144 -0
  303. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -0
  304. package/dist/{types → src}/sync/v2/import/pages/objectPage.d.ts +3 -2
  305. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -0
  306. package/dist/src/sync/v2/import/pages/objectPage.js +741 -0
  307. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -0
  308. package/dist/{types → src}/sync/v2/import/pages/overviewPage.d.ts +2 -3
  309. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -0
  310. package/dist/src/sync/v2/import/pages/overviewPage.js +105 -0
  311. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -0
  312. package/dist/{types → src}/sync/v2/import/utils.d.ts +5 -5
  313. package/dist/src/sync/v2/import/utils.d.ts.map +1 -0
  314. package/dist/src/sync/v2/import/utils.js +169 -0
  315. package/dist/src/sync/v2/import/utils.js.map +1 -0
  316. package/dist/{types → src}/sync/v2/types.d.ts +5 -6
  317. package/dist/src/sync/v2/types.d.ts.map +1 -0
  318. package/dist/src/sync/v2/types.js +37 -0
  319. package/dist/src/sync/v2/types.js.map +1 -0
  320. package/dist/{types → src}/sync/v4/utils/StableIdHelper.d.ts +1 -1
  321. package/dist/{types → src}/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  322. package/dist/src/sync/v4/utils/StableIdHelper.js +145 -0
  323. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -0
  324. package/package.json +14 -14
  325. package/CHANGELOG.md +0 -1079
  326. package/dist/types/apiTypes.d.ts.map +0 -1
  327. package/dist/types/index.d.ts.map +0 -1
  328. package/dist/types/project.d.ts.map +0 -1
  329. package/dist/types/specification/common/Application.d.ts +0 -16
  330. package/dist/types/specification/common/Application.d.ts.map +0 -1
  331. package/dist/types/specification/common/index.d.ts +0 -6
  332. package/dist/types/specification/common/index.d.ts.map +0 -1
  333. package/dist/types/specification/common/page.d.ts +0 -42
  334. package/dist/types/specification/common/page.d.ts.map +0 -1
  335. package/dist/types/specification/common/types.d.ts +0 -21
  336. package/dist/types/specification/common/types.d.ts.map +0 -1
  337. package/dist/types/specification/common/webapp/manifest/Manifest.d.ts +0 -49
  338. package/dist/types/specification/common/webapp/manifest/Manifest.d.ts.map +0 -1
  339. package/dist/types/specification/common/webapp/manifest/index.d.ts +0 -4
  340. package/dist/types/specification/common/webapp/manifest/index.d.ts.map +0 -1
  341. package/dist/types/specification/common/webapp/manifest/sapOvp.d.ts +0 -376
  342. package/dist/types/specification/common/webapp/manifest/sapOvp.d.ts.map +0 -1
  343. package/dist/types/specification/common/webapp/manifest/sapUi5.d.ts +0 -34
  344. package/dist/types/specification/common/webapp/manifest/sapUi5.d.ts.map +0 -1
  345. package/dist/types/specification/schemaAccess.d.ts.map +0 -1
  346. package/dist/types/specification/v2/ApplicationV2.d.ts +0 -31
  347. package/dist/types/specification/v2/ApplicationV2.d.ts.map +0 -1
  348. package/dist/types/specification/v2/controls/Action.d.ts +0 -83
  349. package/dist/types/specification/v2/controls/Action.d.ts.map +0 -1
  350. package/dist/types/specification/v2/controls/AnalyticalListPageChart.d.ts +0 -55
  351. package/dist/types/specification/v2/controls/AnalyticalListPageChart.d.ts.map +0 -1
  352. package/dist/types/specification/v2/controls/AnalyticalListPageKPI.d.ts +0 -31
  353. package/dist/types/specification/v2/controls/AnalyticalListPageKPI.d.ts.map +0 -1
  354. package/dist/types/specification/v2/controls/Card.d.ts +0 -626
  355. package/dist/types/specification/v2/controls/Card.d.ts.map +0 -1
  356. package/dist/types/specification/v2/controls/Facets.d.ts +0 -18
  357. package/dist/types/specification/v2/controls/Facets.d.ts.map +0 -1
  358. package/dist/types/specification/v2/controls/Field.d.ts +0 -11
  359. package/dist/types/specification/v2/controls/Field.d.ts.map +0 -1
  360. package/dist/types/specification/v2/controls/FilterBar.d.ts +0 -81
  361. package/dist/types/specification/v2/controls/FilterBar.d.ts.map +0 -1
  362. package/dist/types/specification/v2/controls/Footer.d.ts +0 -21
  363. package/dist/types/specification/v2/controls/Footer.d.ts.map +0 -1
  364. package/dist/types/specification/v2/controls/ObjectPageChart.d.ts +0 -17
  365. package/dist/types/specification/v2/controls/ObjectPageChart.d.ts.map +0 -1
  366. package/dist/types/specification/v2/controls/ObjectPageForm.d.ts +0 -16
  367. package/dist/types/specification/v2/controls/ObjectPageForm.d.ts.map +0 -1
  368. package/dist/types/specification/v2/controls/ObjectPageHeader.d.ts +0 -35
  369. package/dist/types/specification/v2/controls/ObjectPageHeader.d.ts.map +0 -1
  370. package/dist/types/specification/v2/controls/ObjectPageLayout.d.ts +0 -23
  371. package/dist/types/specification/v2/controls/ObjectPageLayout.d.ts.map +0 -1
  372. package/dist/types/specification/v2/controls/ObjectPageSection.d.ts +0 -121
  373. package/dist/types/specification/v2/controls/ObjectPageSection.d.ts.map +0 -1
  374. package/dist/types/specification/v2/controls/ObjectPageTable.d.ts +0 -131
  375. package/dist/types/specification/v2/controls/ObjectPageTable.d.ts.map +0 -1
  376. package/dist/types/specification/v2/controls/ObjectPageToolBar.d.ts +0 -16
  377. package/dist/types/specification/v2/controls/ObjectPageToolBar.d.ts.map +0 -1
  378. package/dist/types/specification/v2/controls/Table.d.ts +0 -402
  379. package/dist/types/specification/v2/controls/Table.d.ts.map +0 -1
  380. package/dist/types/specification/v2/controls/ToolBar.d.ts +0 -9
  381. package/dist/types/specification/v2/controls/ToolBar.d.ts.map +0 -1
  382. package/dist/types/specification/v2/controls/index.d.ts +0 -18
  383. package/dist/types/specification/v2/controls/index.d.ts.map +0 -1
  384. package/dist/types/specification/v2/index.d.ts +0 -6
  385. package/dist/types/specification/v2/index.d.ts.map +0 -1
  386. package/dist/types/specification/v2/page.d.ts +0 -8
  387. package/dist/types/specification/v2/page.d.ts.map +0 -1
  388. package/dist/types/specification/v2/pages/AnalyticalListPageConfig.d.ts +0 -22
  389. package/dist/types/specification/v2/pages/AnalyticalListPageConfig.d.ts.map +0 -1
  390. package/dist/types/specification/v2/pages/ListReportConfig.d.ts +0 -13
  391. package/dist/types/specification/v2/pages/ListReportConfig.d.ts.map +0 -1
  392. package/dist/types/specification/v2/pages/ObjectPageConfig.d.ts +0 -25
  393. package/dist/types/specification/v2/pages/ObjectPageConfig.d.ts.map +0 -1
  394. package/dist/types/specification/v2/pages/OverviewPageConfig.d.ts +0 -83
  395. package/dist/types/specification/v2/pages/OverviewPageConfig.d.ts.map +0 -1
  396. package/dist/types/specification/v2/pages/index.d.ts +0 -5
  397. package/dist/types/specification/v2/pages/index.d.ts.map +0 -1
  398. package/dist/types/specification/v2/webapp/index.d.ts +0 -2
  399. package/dist/types/specification/v2/webapp/index.d.ts.map +0 -1
  400. package/dist/types/specification/v2/webapp/manifest/index.d.ts +0 -3
  401. package/dist/types/specification/v2/webapp/manifest/index.d.ts.map +0 -1
  402. package/dist/types/specification/v2/webapp/manifest/sapUi.d.ts +0 -11
  403. package/dist/types/specification/v2/webapp/manifest/sapUi.d.ts.map +0 -1
  404. package/dist/types/specification/v2/webapp/manifest/sapUi5.d.ts +0 -99
  405. package/dist/types/specification/v2/webapp/manifest/sapUi5.d.ts.map +0 -1
  406. package/dist/types/specification/v2/webapp/manifest/sapUiPageV2.d.ts +0 -32
  407. package/dist/types/specification/v2/webapp/manifest/sapUiPageV2.d.ts.map +0 -1
  408. package/dist/types/sync/common/appProvider.d.ts.map +0 -1
  409. package/dist/types/sync/common/decoration/control.d.ts.map +0 -1
  410. package/dist/types/sync/common/decoration/decorators.d.ts.map +0 -1
  411. package/dist/types/sync/common/flexUtils.d.ts.map +0 -1
  412. package/dist/types/sync/common/generate/objectPage.d.ts.map +0 -1
  413. package/dist/types/sync/common/generate/utils.d.ts.map +0 -1
  414. package/dist/types/sync/common/types.d.ts.map +0 -1
  415. package/dist/types/sync/common/utils.d.ts.map +0 -1
  416. package/dist/types/sync/v2/application.d.ts.map +0 -1
  417. package/dist/types/sync/v2/export/controls/Action.d.ts +0 -29
  418. package/dist/types/sync/v2/export/controls/Action.d.ts.map +0 -1
  419. package/dist/types/sync/v2/export/controls/AnalyticalListPageChart.d.ts +0 -9
  420. package/dist/types/sync/v2/export/controls/AnalyticalListPageChart.d.ts.map +0 -1
  421. package/dist/types/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +0 -10
  422. package/dist/types/sync/v2/export/controls/Card.d.ts.map +0 -1
  423. package/dist/types/sync/v2/export/controls/Field.d.ts +0 -5
  424. package/dist/types/sync/v2/export/controls/Field.d.ts.map +0 -1
  425. package/dist/types/sync/v2/export/controls/FilterBar.d.ts.map +0 -1
  426. package/dist/types/sync/v2/export/controls/FormAction.d.ts +0 -16
  427. package/dist/types/sync/v2/export/controls/FormAction.d.ts.map +0 -1
  428. package/dist/types/sync/v2/export/controls/Fragment.d.ts.map +0 -1
  429. package/dist/types/sync/v2/export/controls/ObjectPageCustomSection.d.ts +0 -20
  430. package/dist/types/sync/v2/export/controls/ObjectPageCustomSection.d.ts.map +0 -1
  431. package/dist/types/sync/v2/export/controls/ObjectPageFooterAction.d.ts +0 -9
  432. package/dist/types/sync/v2/export/controls/ObjectPageFooterAction.d.ts.map +0 -1
  433. package/dist/types/sync/v2/export/controls/ObjectPageHeader.d.ts +0 -9
  434. package/dist/types/sync/v2/export/controls/ObjectPageHeader.d.ts.map +0 -1
  435. package/dist/types/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +0 -9
  436. package/dist/types/sync/v2/export/controls/ObjectPageHeaderAction.d.ts.map +0 -1
  437. package/dist/types/sync/v2/export/controls/ObjectPageLayout.d.ts +0 -8
  438. package/dist/types/sync/v2/export/controls/ObjectPageLayout.d.ts.map +0 -1
  439. package/dist/types/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +0 -45
  440. package/dist/types/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +0 -1
  441. package/dist/types/sync/v2/export/controls/ObjectPageTable.d.ts +0 -43
  442. package/dist/types/sync/v2/export/controls/ObjectPageTable.d.ts.map +0 -1
  443. package/dist/types/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +0 -9
  444. package/dist/types/sync/v2/export/controls/ObjectPageToolBarAction.d.ts.map +0 -1
  445. package/dist/types/sync/v2/export/controls/Table.d.ts.map +0 -1
  446. package/dist/types/sync/v2/export/controls/TableColumn.d.ts +0 -39
  447. package/dist/types/sync/v2/export/controls/TableColumn.d.ts.map +0 -1
  448. package/dist/types/sync/v2/export/controls/ToolBar.d.ts +0 -5
  449. package/dist/types/sync/v2/export/controls/ToolBar.d.ts.map +0 -1
  450. package/dist/types/sync/v2/export/exportPage.d.ts.map +0 -1
  451. package/dist/types/sync/v2/export/manifest.d.ts.map +0 -1
  452. package/dist/types/sync/v2/export/pages/AnalyticalListPage.d.ts +0 -15
  453. package/dist/types/sync/v2/export/pages/AnalyticalListPage.d.ts.map +0 -1
  454. package/dist/types/sync/v2/export/pages/ListReport.d.ts +0 -11
  455. package/dist/types/sync/v2/export/pages/ListReport.d.ts.map +0 -1
  456. package/dist/types/sync/v2/export/pages/ObjectPage.d.ts +0 -16
  457. package/dist/types/sync/v2/export/pages/ObjectPage.d.ts.map +0 -1
  458. package/dist/types/sync/v2/export/pages/OverviewPage.d.ts.map +0 -1
  459. package/dist/types/sync/v2/export/view-controller-generator.d.ts.map +0 -1
  460. package/dist/types/sync/v2/generate/analyticalListReport.d.ts.map +0 -1
  461. package/dist/types/sync/v2/generate/generate.d.ts.map +0 -1
  462. package/dist/types/sync/v2/generate/listReport.d.ts.map +0 -1
  463. package/dist/types/sync/v2/generate/objectPage.d.ts.map +0 -1
  464. package/dist/types/sync/v2/generate/utils.d.ts.map +0 -1
  465. package/dist/types/sync/v2/import/app/appProvider.d.ts.map +0 -1
  466. package/dist/types/sync/v2/import/app/ovpProvider.d.ts.map +0 -1
  467. package/dist/types/sync/v2/import/common/index.d.ts.map +0 -1
  468. package/dist/types/sync/v2/import/controls/table.d.ts.map +0 -1
  469. package/dist/types/sync/v2/import/pages/analyticalListPage.d.ts.map +0 -1
  470. package/dist/types/sync/v2/import/pages/listReport.d.ts.map +0 -1
  471. package/dist/types/sync/v2/import/pages/objectPage.d.ts.map +0 -1
  472. package/dist/types/sync/v2/import/pages/overviewPage.d.ts.map +0 -1
  473. package/dist/types/sync/v2/import/utils.d.ts.map +0 -1
  474. package/dist/types/sync/v2/types.d.ts.map +0 -1
  475. package/dist/types/v2.d.ts +0 -3
  476. package/dist/types/v2.d.ts.map +0 -1
package/CHANGELOG.md DELETED
@@ -1,1079 +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
- ## [1.71.66] - 2022-08-24
8
-
9
- ### Added
10
-
11
- - OData V2:
12
- - LR:
13
-
14
- ### Changed
15
-
16
- - The specification module is now build with esbuild instead of webpack.
17
- The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
18
-
19
- ````
20
- import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
21
- ==> import { PageType } from '@sap/ux-specification/types';
22
-
23
- import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
24
- ==> import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/types/v2';
25
- ````
26
-
27
- ### Removed
28
-
29
- ### Deprecated
30
-
31
- ### Fixed
32
-
33
- - OData V2:
34
- - OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
35
-
36
- ## [1.71.65] - 2022-08-11
37
-
38
- ### Added
39
-
40
- - OData V2:
41
-
42
- ### Changed
43
-
44
- - OData V2:
45
- - Mark custom column 'columnIndex' property as hidden
46
-
47
- ### Removed
48
-
49
- ### Deprecated
50
-
51
- ### Fixed
52
-
53
- - OData V2:
54
- - LR:
55
-
56
- ### Quality
57
-
58
- ## [1.71.64] - 2022-07-28
59
-
60
- ### Quality
61
-
62
- - Upgrade of webpack
63
- - Upgrade of terser
64
- - Upgrade of glob-parent
65
- - Upgrade of lerna
66
-
67
- ## [1.71.63] - 2022-07-14
68
-
69
- ### Fixed
70
-
71
- - Coding refactored in accordance with changes in higher release versions
72
-
73
- ## [1.71.62] - 2022-06-29
74
-
75
- ### Fixed
76
-
77
- - OData V2:
78
- - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
79
- - Table type property is now set to blank in case not maintained in manifest.json
80
- - 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 reflected in the other.
81
- - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
82
- - 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.
83
- - 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.
84
-
85
- ### Quality
86
-
87
- - Switch from nexus repository to artifactory
88
-
89
- ## [1.71.61] - 2022-06-16
90
-
91
- ### Added
92
-
93
- - Missing exposure of type definitions was added.
94
-
95
- ### Changed
96
-
97
- OData V2:
98
-
99
- - Custom column property "columnIndex". Schema enhancement by defining range using "minimum=0".
100
-
101
- ### Removed
102
-
103
- ### Deprecated
104
-
105
- ### Fixed
106
-
107
- OData V2:
108
-
109
- - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
110
-
111
- ### Quality
112
-
113
- ## [1.71.60] - 2022-06-02
114
-
115
- ### Added
116
-
117
- ### Changed
118
-
119
- ### Removed
120
-
121
- ### Deprecated
122
-
123
- ### Fixed
124
-
125
- ### Quality
126
-
127
- Upgrade node & node-version to 14.x
128
-
129
- ## [1.71.59] - 2022-05-19
130
-
131
- ### Quality
132
-
133
- - Code smells fixed, as reported by sonarQube.
134
- - Upgrade of annotation vocabularies tools.
135
-
136
- ## [1.71.58] - 2022-05-05
137
-
138
- ### Fixed
139
-
140
- - OData V2:
141
- - Sections and subsections with a reference to Communication.Contact or Communication.Address had not been shown, support of flexibility changes for them.
142
- - Facet or section references with multi-level navigation had not been handled correctly.
143
-
144
- ### Quality
145
-
146
- ## [1.71.57] - 2022-04-21
147
-
148
- ### Added
149
-
150
- - Documentation actualised with regards to the new release version 1.100.
151
-
152
- ### Fixed
153
-
154
- - OData V2:
155
- - After an entry of quickVariantSelectionX got deleted, the entry still was present in manifest.json.
156
- - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
157
-
158
- ### Quality
159
-
160
- - upgrade ejs to 3.1.7
161
- - SonarQube: issued solved with regards to cognitive complexity
162
-
163
- ## [1.71.56] - 2022-04-07
164
-
165
- ### Added
166
-
167
- - OP: Properties can now be maintained for Chart sections.
168
-
169
- ### Fixed
170
-
171
- - OData V2:
172
- - Extensions - empty "extensions" object was created in "sap.ui5/"extends"/"extensions"/"sap.ui.viewExtensions"/"sap.suite.ui.generic.template.ListReport.view.ListReport".
173
- - Sections of subordinate object pages had not been added correctly to the app schema in all cases.
174
-
175
- ### Quality
176
-
177
- - Replace type object for schemas by Definition from from 'typescript-json-schema'
178
- - Upgrade of async
179
-
180
- ## [1.71.55] - 2022-03-31
181
-
182
- ### Quality
183
-
184
- use minimist resolution
185
-
186
- ## [1.71.54] - 2022-03-31
187
-
188
- ### Quality
189
-
190
- minimist upgrade
191
-
192
- ## [1.71.53] - 2022-03-24
193
-
194
- ### Fixed
195
-
196
- - OData V2:
197
- - duplicated fragment columns were written if table namespace was not found, and unknown custom data in fragment was not considered.
198
-
199
- ### Quality
200
-
201
- - Switch to Whitesource Universal Agent
202
- - piper lib upgrade
203
- - Upgrade eslint
204
- - Switch to import type for TS
205
- - Refactoring to resolve sonarQube code smells
206
-
207
- ## [1.71.52] - 2022-03-09
208
-
209
- ### Added
210
-
211
- - OData V2:
212
- - visible property is now also available for facets without annotation Id
213
-
214
- ### Fixed
215
-
216
- - OData V2:
217
- - Creation of new flexChanges now considers resolved Id from pom.xml
218
-
219
- ### Quality
220
-
221
- - removed unused dev dependency to `http-server`
222
-
223
- ## [1.71.51] - 2022-02-24
224
-
225
- ### Added
226
-
227
- - Metadata information `dataType` added to various places in V2 and V4 schemas
228
- - OData V2:
229
- - display selection fields on LR/ALP
230
-
231
- ### Quality
232
-
233
- - SonarQube code smell removed
234
-
235
- ## [1.71.50] - 2022-02-10
236
-
237
- ### Added
238
-
239
- - OData V2:
240
- - Support column and footer action properties on LR
241
-
242
- ### Fixed
243
-
244
- - OData V2:
245
- - OP: Fix generation of flexChanges for sections with or without ID in annotations
246
- - Fix issues with sync logic in case of sub object page
247
-
248
- ### Quality
249
-
250
- - Unit test enhancement to run on all platforms
251
-
252
- ## [1.71.49] - 2022-01-26
253
-
254
- ### Added
255
-
256
- - OData V2:
257
- - `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
258
-
259
- ### Quality
260
-
261
- - Upgrade of node-fetch
262
-
263
- ## [1.71.48] - 2022-01-12
264
-
265
- ### Added
266
-
267
- - OData V2:
268
- - OP: properties of footer actions are displayed and supported in side panel
269
- - properties of toolbar actions are displayed and supported in side panel
270
- - OVP: The property `showLineItemDetail` is now supported for List and Table cards
271
- - OP: Schema now supports column extensions for TreeTable
272
-
273
- ### Changed
274
-
275
- - OData V2:
276
- - property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
277
- - OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
278
-
279
- ### Removed
280
-
281
- - OData V2:
282
- - OVP: removed `tabs` property from card level
283
-
284
- ### Fixed
285
-
286
- - OData V2:
287
- - correct schema generation in case multiple facets are referring to lineitem annotation of same entity
288
- - Facet Id is considered for import and export of manifest settings
289
- - Fixed sync issues in case no text is provided for custom columns
290
-
291
- ### Quality
292
-
293
- - Upgrade of trim-off-newlines
294
- - Upgrade of yarn classic
295
- - New whitesource endpoint
296
- - Upgrade of follow-redirects
297
-
298
- ## [1.71.47] - 2021-12-01
299
-
300
- ### Added
301
-
302
- - Enum support for annotationPath as part of quick variant selection or views
303
- - Enum support for entitySet of multiple views' scenario
304
-
305
- ### Fixed
306
-
307
- - Schemas and configs are now generated for applications without annotations
308
-
309
- ### Quality
310
-
311
- - New build version build:dev without generation of documentation html
312
- - Fixed an issue with missing `log` function after webpack
313
-
314
- ## [1.71.46] - 2021-11-17
315
-
316
- ### Added
317
-
318
- - OData V4: Enhance schema with `dataType`, `annotationPath` information for display on columns, fields and selection fields in Page editor
319
-
320
- ### Fixed
321
-
322
- - Invalid references in generated schemas have been fixed.
323
-
324
- ## [1.71.45] - 2021-11-03
325
-
326
- ### Changed
327
-
328
- - OData V2: Enhanced sync logic to use generic approach for handling unknown properties. As a result sync logic is more robust and handles more unknown properties.
329
- - In the JSON schema, the description of DataPoints as part of sections or header facets now reflects the Title of the target annotation.
330
-
331
- ### Quality
332
-
333
- - Code smell solved: "Define a constant instead of duplicating this literal n times."
334
-
335
- ## [1.71.44] - 2021-10-20
336
-
337
- ### Added
338
-
339
- - OData V2:
340
- - Support for (Sub)Section properties: `visible`.
341
- - Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
342
- - ALP: Schema now comprises of entity properties for config `createWithParameterDialog`->`fields`
343
- - OP: Added support for multiple flex changes in Form and Header Actions
344
-
345
- ### Changed
346
-
347
- ### Removed
348
-
349
- - OData V2:
350
- - OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
351
-
352
- ### Fixed
353
-
354
- - OData V2:
355
- - Add `visible` property to DataField types
356
- - Replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
357
- - annotationPath definitions of header and footer actions.
358
-
359
- ### Quality
360
-
361
- - Settings for sonarlint have been added.
362
-
363
- ## [1.71.43] - 2021-10-06
364
-
365
- ### Added
366
-
367
- - Annotation path `com.sap.vocabularies.UI.v1.HeaderInfo` added to ObjectPageHeader schema.
368
- - `i18nClassification` for `title`, `description` properties for `App.json` schema in V2.
369
- - OData V2:
370
- - OVP: Added support for property `annotationPath` in Linklist card settings.
371
- - OVP: property `requireAppAuthorization` is now supported for all card types.
372
-
373
- ### Changed
374
-
375
- - README was updated.
376
- - Order and naming of view nodes for the V2 Object Page adapted.
377
- - 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}}".
378
-
379
- ### Quality
380
-
381
- - Fix of vulnerabilities by upgrade of npm modules.
382
- - Fix of bugs and code smells reported by SonarQube.
383
-
384
- ## [1.71.42] - 2021-09-22
385
-
386
- ### Added
387
-
388
- New html files showing a graphical representation of the content of each generic schema.
389
-
390
- OData V2:
391
-
392
- - We show field groups and fields now as part of the app specific schema, and allow the maintenance of the visible property for fields.
393
- - Support of property `flexEnabled`on app level.
394
-
395
- ### Changed
396
-
397
- 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".
398
-
399
- ### Fixed
400
-
401
- - OData V2:
402
- - Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
403
-
404
- ### Quality
405
-
406
- - Bugs and code smells removed that had been detected by SonarQube.
407
-
408
- ## [1.71.41] - 2021-09-08
409
-
410
- ### Added
411
-
412
- - OData V2:
413
- - OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
414
-
415
- ## [1.71.40] - 2021-08-25
416
-
417
- ### Added
418
-
419
- - Added test for function `convertInterfaces` to increase test coverage
420
- - Added flexchange layer information to API interface
421
-
422
- ### Changed
423
-
424
- - OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
425
-
426
- ### Fixed
427
-
428
- - Object Page schema generation crash when 'Facets' entry is not defined for 'CollectionFacet'
429
- - Page schema generation - `annotationPath` was missing for `table/toolbar`
430
-
431
- ## [1.71.39] - 2021-08-12
432
-
433
- ### Added
434
-
435
- - OData V2:
436
- - Added description property to header actions in schema
437
- - Table toolbar as structure node
438
- - Added properties showClearOnFB, showFilterConfiguration and showRestoreOnFB to the FilterBar
439
-
440
- - Developer guide for contributors to this module
441
-
442
- - Actualization of JS-DOC
443
-
444
- - Enhanced error handling of API functions.
445
-
446
- - The generic schema is enhanced by the following information:
447
- - artifact type (manifest setting, flex change or annotation)
448
- - in case of flex change: control name
449
-
450
- ### Changed
451
-
452
- - The node Selection Fields was renamed to Filter Fields, in accordance with the UI.
453
-
454
- - 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.
455
-
456
- ### Fixed
457
-
458
- - 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.
459
- - Enhance function determineTableType to also check for presence of old tableType flag in manifest.json
460
- - OData V2:
461
- - ALP: Use correct Id for flex changes generated in case of Filter Bar
462
-
463
- ### Quality
464
-
465
- - Refactor interfaces and class definitions for ALP tables
466
-
467
- ## [1.71.38] - 2021-07-28
468
-
469
- ### Added
470
-
471
- - OData V2: Added growingThreshold property to Responsive Tables
472
-
473
- ### Fixed
474
-
475
- - When starting the app modeler for certain CDS projects, an exception occurs, and no pages nor schemas are listed.
476
- - Modified regex used in binding properties to avoid issues with Shebang plugin during consumption of specification module.
477
-
478
- ### Quality
479
-
480
- - Upgrade of Annotation Vocabularies Tools to version 0.3.28.
481
-
482
- ## [1.71.37] - 2021-07-14
483
-
484
- ### Added
485
-
486
- - annotationPath is added to the selectionFields node.
487
-
488
- ### Changed
489
-
490
- - 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).
491
-
492
- ### Fixed
493
-
494
- - In the annotationPath of columns, qualifiers had not been added.
495
- - The namespace of the entity type is now present in all annotation paths.
496
- - Changing binding value to false removed flex changes from the file system.
497
- - The logic for section generation in app schemas did not consider qualifiers correctly.
498
-
499
- ### Quality
500
-
501
- - 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.
502
-
503
- ## [1.71.36] - 2021-06-30
504
-
505
- ### Changed
506
-
507
- - In the annotationPath information of the generated JSON schemas all alias definitions are now replaced by the full vocabulary name.
508
- - Descriptions in the schema now follow the following paradigm:
509
- - 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.
510
- - Thus we now generalise: all view nodes (isViewNode = true) have a description (but do not necessarily need a title).
511
- - 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).
512
-
513
- ### Fixed
514
-
515
- - The deletion of a custom section from the config file was not reflected in manifest.json.
516
- - New page export fails if parent page does not have navigation property defined.
517
- - Navigation is not cleared if we remove last associated page.
518
- - The import of unknow flex change properties into the config is now avoided.
519
- - The export of flex changes sometimes generated multiple flex changes into the dev workspace.
520
- - The script for extracting documentation had neglected patternProperties of the schemas.
521
- - An exception occurred in case of invalid annotation references, the schemas and config files were not generated in this case.
522
- - Too many actions had been listed as table columns: now it is restricted to the inline actions.
523
-
524
- ### Quality
525
-
526
- ## [1.71.35] - 2021-06-17
527
-
528
- ### Added
529
-
530
- - annotationPath added as metadata to the columns in JSON schema.
531
-
532
- ### Changed
533
-
534
- - The enum for fragment names of column extension is more restrictive now, it does not comprise cells anymore.
535
- - webpack uglify function names.
536
-
537
- ### Fixed
538
-
539
- - Fix for launch config Import project which can be used to debug the import of a project.
540
- - During the export, fragments are not deleted anymore, as they may comprise customer coding.
541
- - If a fragment is not present yet, it gets created now, i.e. added with an <root> prefix to the list of fragments.
542
- - yarn watch allows debugging of custom extensions now, as the templates are available again in the dist folder.
543
- - Correct sync logic to make sure that config changes are written only to desired places in manifest.json.
544
- - An exception had occurred in case of invalid target annotation paths, this is caught now.
545
- - OData V2 - Flex changes not supported by specification module remain unaffected by the sync logic
546
- - OData V2 - Avoid creation of duplicate flex changes in case of Object Page tables
547
- - OData V2 - ALP: Improved sync logic as some of the supported flex chagnes were not imported to config files
548
-
549
- ## [1.71.34] - 2021-06-03
550
-
551
- ### Changed
552
-
553
- - The access to reflect metadata is now centralized in factory classes and thus runs in a generic way in most situations.
554
-
555
- ### Fixed
556
-
557
- - Path references of labels had not been resolved correctly. Common.label annotations of the target reference are now considered correctly.
558
- - The regex pattern for binding changes was incomplete, resulting in validation errors.
559
-
560
- ### Quality
561
-
562
- Upgrades of dependencies to:
563
-
564
- - "ts-loader": 9.1.2
565
- - node version 12
566
- - "webpack": 5.37.1
567
- - "chalk": "4.1.1"
568
- - "ejs": "3.1.6"
569
- - "i18next": "20.3.1"
570
- - "ts-json-schema-generator": "0.93.0"
571
-
572
- Added resolutions for
573
-
574
- - "glob-parent": "^5.1.2"
575
- - "normalize-url": "^6.0.1"
576
- - "ws": "^7.4.6"
577
- - "trim-newlines": "^3.0.1"
578
-
579
- ## [1.71.33] - 2021-05-20
580
-
581
- ### Fixed
582
-
583
- - OData V2: Variant Management flex changes are now ignored
584
-
585
- ## [1.71.32] - 2021-05-06
586
-
587
- ### Added
588
-
589
- - 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.
590
- - 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.
591
-
592
- ### Changed
593
-
594
- - Documentation updates, due to introduction of the additional version for UI5 1.89
595
- - Schema file names are now based on entitySet instead of entityType
596
-
597
- ### Fixed
598
-
599
- - 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.
600
- - No invalid references anymore at the generated JSON schemas.
601
-
602
- ## [1.71.31] - 2021-04-26
603
-
604
- ### Quality
605
-
606
- - lodash upgrade
607
-
608
- ## [1.71.30] - 2021-04-22
609
-
610
- ### Fixed
611
-
612
- - List report V2: too many properties had been presented at LSP for analytical table.
613
-
614
- ### Quality
615
-
616
- - Switch build to webpack
617
- - Upgrade of Annotation-Vocabularies-Tools
618
-
619
- ## [1.71.29] - 2021-04-15
620
-
621
- ### Quality
622
-
623
- - Upgrade of handlebars
624
-
625
- ## [1.71.28] - 2021-04-09
626
-
627
- ### Changed
628
-
629
- - quickVariantSelection and quickVariantSelectionX definitions are more general no, allowing any number of tabs.
630
-
631
- ### Fixed
632
-
633
- - OData V2: ALP - ignoredChartTypes property now supports more values
634
- - Export of quickVariantSelectionX in V2 was wrong or could lead to exception
635
-
636
- ## [1.71.27] - 2021-03-25
637
-
638
- ### Fixed
639
-
640
- - No duplicate entries in the result lists of scripts for extracting documentation
641
-
642
- ## [1.71.26] - 2021-03-11
643
-
644
- ### Added
645
-
646
- - Property valueSelectionInfo of OVP cards
647
- - 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.
648
- - Tag i18nClassification marks properties of the schema that are relevent for translation; it uses the key words following the SAP guidelines for translation.
649
-
650
- ### Fixed
651
-
652
- - Export of OVP card of the new V4 types to manifest
653
- - OVP: Unknown properties are now excluded from export
654
-
655
- ## [1.71.25] - 2021-02-25
656
-
657
- ### Added
658
-
659
- - Mark translatable properties in `schema` with `isLanguageDependent` property.
660
-
661
- ### Fixed
662
-
663
- - 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.
664
-
665
- - Duplicate property "entitySet" for link list cards got removed.
666
-
667
- ### Quality
668
-
669
- - Switch to Sonar EE
670
-
671
- ## [1.71.24] - 2021-02-11
672
-
673
- ### Fixed
674
-
675
- - Overview Page: mandatory fields are clarified and reworked
676
- - Overview Page: obsolete field timeAxis eliminated
677
- - Object Page V2: `XML` type is only valid type for selection for Custom Section Fragment definition
678
-
679
- ### Quality
680
-
681
- - Dependencies to other npm modules have been actualized
682
-
683
- ## [1.71.23] - 2021-01-28
684
-
685
- ### Fixed
686
-
687
- - Flex changes for ALP table columns had been written with the wrong selector id and thus had no effect in the run-time.
688
-
689
- ### Quality
690
-
691
- - Dependencies to other npm modules have been actualized
692
-
693
- ## [1.71.22] - 2021-01-07
694
-
695
- ### Added
696
-
697
- - The specification API now allows passing a logger, i.e. an instance of the new interface ExtensionLogger.
698
- If supplied, all messages resulting from the API processing will be passed to the logger instance instead of console.log.
699
- - OData V2: Support for Custom Columns in Object Page tables.
700
- - OData V2: New extensionType property is added to Custom Column definition.
701
-
702
- ### Fixed
703
-
704
- - OData V2: Export fails to resolve page in `manifest.json` when page key does not contain entitySet.
705
-
706
- ## [1.71.21] - 2020-12-03
707
-
708
- ### Added
709
-
710
- - OVP custom card - `template` property uses pattern to avoid non-custom card template overlap
711
- - OVP cards - `model` property uses enum entries populated from `manifest.json`
712
- - OData V2: New `extensionType` property is added to Custom Column definition
713
- - OData V2: Support for Custom Columns in Object Page tables
714
-
715
- ### Changed
716
-
717
- - OData V2: Use enum instead of string for property `createWithFilters -> strategy`
718
-
719
- ### Fixed
720
-
721
- - OData V2: Improved sync logic to avoid deletion of entries from page config
722
-
723
- ## [1.71.20] - 2020-11-19
724
-
725
- ### Added
726
-
727
- - Support of custom columns for List Report and Analytical List Page of Fiori Elements V2: this includes read and write
728
- capabilities for both the manifest extension section and the fragment files; the API is enhanced by optional parameters so that the extension fragments can be passed.
729
- - Support keyPerformanceIndicators(KPI) cards in Analytical list page
730
-
731
- ### Changed
732
-
733
- - README enhanced by support section
734
- - 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.
735
- - Version 0.3.1 of Annotation vocabularies tools is used now.
736
-
737
- ### Removed
738
-
739
- - Redundant occurence of property `smartVariantManagement` in table config
740
-
741
- ### Fixed
742
-
743
- - Deletion of an object page from the app.json configuration did not work
744
- - Fixed export import of an object page header property
745
- - When creating an app based on an OData V3 service like the Northwind service of odata.org, the app modeler failed with an exception
746
- - OData V2: Corrected sync issues with property `createWithFilters` in case of `GridTable`
747
-
748
- ## [1.71.19] - 2020-11-05
749
-
750
- ### Changed
751
-
752
- - Update description of npm package to "SAP Fiori tools - Specification"
753
-
754
- ### Fixed
755
-
756
- - Adjustments to the regex used for binding changes, as introduced in previous version:
757
- 1. accept false as value
758
- 2. only allow the exact value from enums but no alteration
759
- - Different enum for pageType in app.json for V2 and V4(not included)
760
-
761
- ## [1.71.18] - 2020-10-22
762
-
763
- ### Added
764
-
765
- - Full support for binding changes as an option for the property values of
766
- List report + ALP: hAlign of table columns, popinLayout
767
- Object page: popinLayout, displayShape, header actions, hAlign of table columns
768
-
769
- ### Changed
770
-
771
- - Dependencies updated:
772
- "@sap-ux/annotation-converter": "0.2.37",
773
- "@sap-ux/edmx-parser": "0.2.33,
774
- "@sap-ux/vocabularies-types": "0.2.33"
775
- - OData V2: `showDraftToggle` property is now only part of List Report schema
776
-
777
- ### Fixed
778
-
779
- - Fixed exception for freestyle views as part of an app
780
- - Deletion of object page header transferred correctly
781
- - Export import for header properties are consistent
782
-
783
- ## [1.71.17] - 2020-10-09
784
-
785
- ### Added
786
-
787
- - OData V2: properties `variantManagementHidden` and `subTitleIfVariantMgmtHidden`
788
-
789
- ### Fixed
790
-
791
- - Passed manifest should not be modified by the specification API
792
- - The outline view of the page map did not show all sections or facets
793
-
794
- ## [1.71.16] - 2020-09-28
795
-
796
- ### Added
797
-
798
- - Table columns now have a description that appears on hover, showing the column header title as visible in the application at run-time.
799
- This description is also visible at the input help (LSP) when chosing a column at any configuration file.
800
-
801
- ### Changed
802
-
803
- - Analytical List Page OData V2: showGoButtonOnFilterBar property moved to **filterbar** section in config
804
-
805
- ### Fixed
806
-
807
- - Property displayShape of Analytical List Page was not imported correctly.
808
- - Generate correct app specific schema for ALP in V4
809
- - Generation of app specific schemas generally ran into exceptions for apps without LineItem or Facet annotation.
810
- To fix this, the schema generation got changed so that it runs over the existing pages as registered in manifest.json, instead of being based on the LineItem and Facet annotations.
811
-
812
- ### Quality
813
-
814
- Test coverage increased
815
-
816
- ## [1.71.15] - 2020-09-11
817
-
818
- ### Added
819
-
820
- - Validity information for various properties
821
-
822
- ### Changed
823
-
824
- - Pipeline settings now support intermediate staging
825
- - New version of Annotation Vocabularies Tools
826
- - Description for createWithFilters
827
-
828
- ### Removed
829
-
830
- - The property allFiltersAsInParameters is invalid for the given release and thus got deleted.
831
-
832
- ### Fixed
833
-
834
- - Import properties correctly for ALP
835
-
836
- ## [1.71.14] - 2020-08-27
837
-
838
- ### Added
839
-
840
- - importProject API: support of OVP and ALP templates
841
-
842
- ### Changed
843
-
844
- - Use @ui5/flexibility-utils for stringify/parse flex changes
845
-
846
- ### Deprecated
847
-
848
- ### Removed
849
-
850
- ### Fixed
851
-
852
- - Synchronization of changes in manifest.json
853
- - Properties objectPageHeaderType and showDraftToggle are not shown anymore as part of app.json (JSON schema validation error)
854
- - Wrong ID at generated flex changes for object page table columns
855
- - Fixed issue related to page map and app.json while exporting
856
- - Sections not shown correctly in the page map for V4 applications
857
- - Shows warning in case of invalid card name for overview page
858
- - Enhanced test coverage: objectPageHeaderAction
859
- - Manifest did not get updated in case of deletion of some of the properties from config file
860
-
861
- ## [1.71.13] - 2020-08-21
862
-
863
- ### Added
864
-
865
- - Support UI Flex binding change for header action
866
-
867
- ## [1.71.12] - 2020-08-07
868
-
869
- ### Removed
870
-
871
- - `postPublish` script to avoid issues with `npm pack`
872
-
873
- ## [1.71.11] - 2020-08-06
874
-
875
- ### Added
876
-
877
- - `getApiVersion()` added
878
-
879
- ### Changed
880
-
881
- - Renaming API method from `importProjectNoConfig()` to `importProjectSchema()`.
882
-
883
- ### Fixed
884
-
885
- - Fix for custom section export
886
-
887
- ## [1.71.10] - 2020-07-30
888
-
889
- ### Fixed
890
-
891
- - enableAutoBinding re-enabled on table level
892
-
893
- ### Removed
894
-
895
- - `tableColumnVerticalAlignment`, as not valid in 1.71
896
- - Possibility to define different tableSettings per variant in case of multiple tabs
897
- - `loadDataOnAppLaunch`, as not valid in 1.71
898
- - enableAutoBinding for `quickVariantSelectionX` (multiple tabs)
899
-
900
- ## [1.71.9] - 2020-07-29
901
-
902
- ### Added
903
-
904
- - Support of subsections in the object page schema
905
- - Full support of flexible column layout for Fiori Elements V2 and V4
906
- - New API `importProjectNoConfig` for generation of all schemas without generation of configs
907
- - Fault-tolerance in case of incomplete app projects
908
- - New properties for V2 applications:
909
-
910
- 1. `tableColumnVerticalAlignment` (on app level)
911
- 2. Possibility to define different tableSettings per variant in case of multiple tabs
912
-
913
- ### Changed
914
-
915
- - File naming of schemas is based on entity type now, central function for determination of schema file name
916
- - App providers as well as the API importProject have been enhanced
917
- - enableAutoBinding on table level is replaced by `loadDataOnAppLaunch`; alternatively, enableAutoBinding for `quickVariantSelectionX` (multiple tabs) is also considered
918
-
919
- ### Deprecated
920
-
921
- ### Removed
922
-
923
- - Property `createWithFilters` is removed from Analytical List Page schema
924
-
925
- ### Fixed
926
-
927
- - Synchronization of changes in manifest.json and delete complete block
928
- - Deletion of last setting/block from configuration file
929
- - Boolean value false was not written to manifest but the property was deleted
930
- - Export of V4 app.json may lead to empty structures like config: {} in the manifest
931
- - Exception occured in case of free-style pages as part of the manifest
932
- - Exception occured during the import of invalid UI flexibility changes
933
- - Wrong ID's had been written to UI flexibility changes in case of (complex) annotation paths like columns of type DataFieldForAnnotation;
934
- the changes then either disappeared after reload or had still been visible but without any implication on the app
935
-
936
- ## [1.71.8] - 2020-07-06
937
-
938
- ### Removed
939
-
940
- - Property `flexibleColumnLayout` is removed from application schema (app.json)
941
- - Property `createWithFilters` is removed from Analytical List Page schema
942
-
943
- ### Fixed
944
-
945
- - Sync between changes file and pages config for ALP
946
- - Generation of correct config file for ALP
947
- - Enhance test coverage for ALP(included import)
948
- - Correct descriptions for properties `title` and `description` in app.json
949
- - Different schema for Analytical Table in case of List Report and Analytical List Page
950
-
951
- ## [1.71.7] - 2020-06-24
952
-
953
- ### Fixed
954
-
955
- - Missing descriptions added to schemas
956
- - Analytical List Page Schema enhanced to show only relevant properties
957
-
958
- ## [1.71.6] - 2020-06-17
959
-
960
- ### Added
961
-
962
- - Support for Analytical List Page (ALP)
963
- - Support flex changes for ALP
964
- - Use ui5-flexibility-utils for read write flex changes
965
-
966
- ### Fixed
967
-
968
- - Consistent values and validation for all table types of list report and object page
969
- - OVP: Property 'template' now shows Analytical card irrespective of other properties
970
- - Existing manifest settings now remain unaffected during export
971
- - Handle partial deletion of a page from app.json
972
- - Switch to annotation-vocabularies-tools to parse, merge and convert annotations.
973
- This fixes issues with merged annotations.
974
- - Added bundled dependency
975
-
976
- ## [1.71.5] - 2020-05-20
977
-
978
- ### Added
979
-
980
- - Support for Analytical List Page (ALP)
981
- - new API `importProject()` to create schema and config files
982
-
983
- ### Fixed
984
-
985
- - Show consistent value/validation for all table type in list report page
986
- - OVP: Property 'template' now shows Analytical card irrespective of other properties
987
- - Existing manifest settings now remain unaffected during export
988
- - Show consistent value/validation for all table type in object page
989
- - Handle partial deletion of a page from app.json
990
-
991
- ### Changed
992
-
993
- - `ServiceMetadata` not required anymore to generate schemas
994
-
995
- ## [1.71.4] - 2020-05-05
996
-
997
- ### Added
998
-
999
- - Support grid table, analytical and tree table besides responsive table for configuration settings
1000
- - Table type specific flex changes. For example: includeItemInSelection and popinLayout are only available for the responsive table
1001
- - Table type specific manifest changes. For example: createWithFilters is available for all the table types except tree table and condensedTableLayout is available in all object page table except responsive table
1002
- - Flex changes have no dedicated format in the API interface anymore, but are passed as an array of strings to importConfig, i.e. any file content can be passed immediately. The structure of a flex change thus is only known to the specification module and can change over time (aka UI5 release).
1003
- exportConfig is enhanced the same way.
1004
- - No need to supply annotations anymore while calling importConfig or exportConfig: the annotations are only evaluated during the generation of the app schema, all data which is necessary for subsequent import o export of config files will be comprised in this schema.
1005
- - Support export/import for OVP custom card.
1006
-
1007
- ### Fixed
1008
-
1009
- - Exception when exporting V4 app configurations ('cannot read properies of undefined')
1010
- - If no table settings had been maintained, an empty object tableSettings: {} was written back to the mainfest.json
1011
- - Fallback for the table type (if not maintined explicitly) must be 'responsive table'
1012
-
1013
- ## [1.71.3] - 2020-04-22
1014
-
1015
- ### Added
1016
-
1017
- - Alignment of table settings between V2 and V4, list report and object page: resolve the inner structure tableSettings, 'table' comprises all properties
1018
- - Alignment of order of parts of the list report page: filterbar before table
1019
- - OVP: showBasicSearch as property shall be used instead of enableBasicSearch
1020
- - Extractor for documentation enhanced by variant for IxiaSoft
1021
-
1022
- ### Fixed
1023
-
1024
- - If a property is deleted from a config file, it does not get deleted from the manifest.json
1025
- - If a card was deleted from the OVP config, it was not deleted from the manifest.json
1026
- - If no routing is defined yet in manifest for a V4 page, the export of the corresponding app config leads to an exception
1027
- - if you add an invalid section identifier to an object page, ths invalid section gets written to the manifest
1028
- - Added 'showBasicSearch' property for Overview page and removed property 'enableBasicSearch'
1029
- - Evaluation and logging of deprecated properties
1030
-
1031
- ## [1.71.2] - 2020-04-15
1032
-
1033
- ### Added
1034
-
1035
- - Activation of test coverage reports for sonarcube
1036
- - Page structure of V2 object page adjusted to current manifest schema
1037
- - Additional properties for overview page
1038
-
1039
- ### Fixed
1040
-
1041
- - Prevent exceptions in case of missing sections of object pages
1042
- - V2: Manifest settings got overwritten by flex changes
1043
- - V2: Wrong page determination if working on object pages of deeper hierarchical level
1044
- - V2 object page: Flex changes had been applied to all object pages
1045
- - Exception in case of missing sections of object page
1046
- - Problems with the export of new or deleted pages (page map)
1047
- - Eliminate duplicate property enableTableFilterInPageVariant from filterbar
1048
- - Deletions at page config files did not reflect in manifest.json
1049
- - Provide the correct stable ID for popinLayout
1050
- - Mismatch in API for generation of OVP schemas
1051
- - V2 list report: Property includeItemInSelection is now correctly considered as a flex change
1052
- - Conversion issues during the export of OVP cards
1053
- - Ensure unique IDs for flex changes
1054
- - Return correct set of flex changes
1055
- - Use stable ID syntax for table column keys
1056
-
1057
- ## [1.71.1] - 2020-03-31
1058
-
1059
- ### Added
1060
-
1061
- - CHANGELOG.md to document changes
1062
-
1063
- ### Fixed
1064
-
1065
- - Fixed missing exports of interfaces
1066
- - Export support for object page
1067
-
1068
- ## [1.71.0] - 2020-03-20
1069
-
1070
- ### Added
1071
-
1072
- - Specification for Fiori Element V2:
1073
- - List report
1074
- - Object Page
1075
- - Overview Page
1076
- - Specification for Fiori Elements V4:
1077
- - List Report
1078
- - Object Page
1079
- - Support of custom pages