@sap/ux-specification 1.71.65 → 1.71.67

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