@sap/ux-specification 1.90.9 → 1.90.13

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 (259) hide show
  1. package/CHANGELOG.md +99 -24
  2. package/README.md +4 -4
  3. package/dist/documentation/runDocu-min.js +2 -0
  4. package/dist/documentation/runDocu-min.js.LICENSE.txt +24 -0
  5. package/dist/documentation/styleDocu.css +227 -0
  6. package/dist/documentation/v2/v2-AnalyticalListPage.html +49 -0
  7. package/dist/documentation/v2/v2-ApplicationV2.html +48 -0
  8. package/dist/documentation/v2/v2-ListReport.html +49 -0
  9. package/dist/documentation/v2/v2-ObjectPage.html +49 -0
  10. package/dist/documentation/v2/v2-OverviewPage.html +49 -0
  11. package/dist/documentation/v4/v4-AnalyticalListPage.html +49 -0
  12. package/dist/documentation/v4/v4-ApplicationV4.html +48 -0
  13. package/dist/documentation/v4/v4-ListReport.html +49 -0
  14. package/dist/documentation/v4/v4-ObjectPage.html +49 -0
  15. package/dist/index-min.js +1 -1
  16. package/dist/schemas/v2/AnalyticalListPageConfig.json +87 -12
  17. package/dist/schemas/v2/ApplicationV2.json +6 -0
  18. package/dist/schemas/v2/ListReportConfig.json +86 -11
  19. package/dist/schemas/v2/ObjectPageConfig.json +338 -52
  20. package/dist/schemas/v2/OverviewPageConfig.json +25 -42
  21. package/dist/schemas/v4/ApplicationV4.json +2 -1
  22. package/dist/schemas/v4/ObjectPageConfig.json +35 -2
  23. package/dist/scripts/extractDocu.js +186 -19
  24. package/dist/scripts/extractDocu.js.map +1 -1
  25. package/dist/scripts/runDocu.d.ts +1 -0
  26. package/dist/scripts/runDocu.js +561 -0
  27. package/dist/scripts/runDocu.js.map +1 -0
  28. package/dist/specification/v2/index-min.js +1 -1
  29. package/dist/specification/v4/index-min.js +1 -1
  30. package/dist/src/api.js +13 -22
  31. package/dist/src/api.js.map +1 -1
  32. package/dist/src/apiTypes.d.ts +117 -105
  33. package/dist/src/extensionLogger.js +7 -2
  34. package/dist/src/extensionLogger.js.map +1 -1
  35. package/dist/src/specification/common/page.d.ts +2 -3
  36. package/dist/src/specification/common/page.js +0 -1
  37. package/dist/src/specification/common/page.js.map +1 -1
  38. package/dist/src/specification/common/types.d.ts +1 -0
  39. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +3 -1
  40. package/dist/src/specification/common/webapp/manifest/Manifest.js +1 -0
  41. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
  42. package/dist/src/specification/common/webapp/manifest/sapOvp.d.ts +2 -1
  43. package/dist/src/specification/v2/ApplicationV2.d.ts +6 -0
  44. package/dist/src/specification/v2/controls/AnalyticalListPageChart.d.ts +1 -1
  45. package/dist/src/specification/v2/controls/Card.d.ts +11 -10
  46. package/dist/src/specification/v2/controls/Card.js.map +1 -1
  47. package/dist/src/specification/v2/controls/Facets.d.ts +2 -1
  48. package/dist/src/specification/v2/controls/Field.d.ts +10 -0
  49. package/dist/src/specification/v2/controls/Field.js +3 -0
  50. package/dist/src/specification/v2/controls/Field.js.map +1 -0
  51. package/dist/src/specification/v2/controls/FormAction.d.ts +43 -0
  52. package/dist/src/specification/v2/controls/FormAction.js +20 -0
  53. package/dist/src/specification/v2/controls/FormAction.js.map +1 -0
  54. package/dist/src/specification/v2/controls/ObjectPageChart.d.ts +1 -1
  55. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +11 -0
  56. package/dist/src/specification/v2/controls/ObjectPageFooter.js +3 -0
  57. package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +1 -0
  58. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +16 -0
  59. package/dist/src/specification/v2/controls/ObjectPageForm.js +3 -0
  60. package/dist/src/specification/v2/controls/ObjectPageForm.js.map +1 -0
  61. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.d.ts +21 -5
  62. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js +0 -5
  63. package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +1 -1
  64. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +25 -8
  65. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +1 -1
  66. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +12 -5
  67. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
  68. package/dist/src/specification/v2/controls/Table.d.ts +4 -3
  69. package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -6
  70. package/dist/src/specification/v2/controls/index.d.ts +5 -0
  71. package/dist/src/specification/v2/controls/index.js +1 -1
  72. package/dist/src/specification/v2/controls/index.js.map +1 -1
  73. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -1
  74. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +2 -1
  75. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +1 -0
  76. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +1 -0
  77. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +1 -1
  78. package/dist/src/specification/v4/ApplicationV4.d.ts +2 -0
  79. package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +11 -0
  80. package/dist/src/specification/v4/controls/ObjectPageFooter.js +3 -0
  81. package/dist/src/specification/v4/controls/ObjectPageFooter.js.map +1 -0
  82. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +6 -1
  83. package/dist/src/specification/v4/controls/index.d.ts +1 -0
  84. package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -1
  85. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +2 -1
  86. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
  87. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
  88. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +1 -0
  89. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  90. package/dist/src/sync/common/decoration/control.d.ts +8 -1
  91. package/dist/src/sync/common/decoration/control.js +62 -21
  92. package/dist/src/sync/common/decoration/control.js.map +1 -1
  93. package/dist/src/sync/common/flexUtils.d.ts +2 -2
  94. package/dist/src/sync/common/flexUtils.js +10 -5
  95. package/dist/src/sync/common/flexUtils.js.map +1 -1
  96. package/dist/src/sync/common/generate/index.d.ts +1 -0
  97. package/dist/src/sync/common/generate/index.js +7 -0
  98. package/dist/src/sync/common/generate/index.js.map +1 -0
  99. package/dist/src/sync/common/generate/objectPage.d.ts +49 -0
  100. package/dist/src/sync/common/generate/objectPage.js +331 -0
  101. package/dist/src/sync/common/generate/objectPage.js.map +1 -0
  102. package/dist/src/sync/common/i18n.json +1 -0
  103. package/dist/src/sync/common/import/utils.d.ts +28 -0
  104. package/dist/src/sync/common/import/utils.js +75 -0
  105. package/dist/src/sync/common/import/utils.js.map +1 -0
  106. package/dist/src/sync/common/importProject.js +70 -79
  107. package/dist/src/sync/common/importProject.js.map +1 -1
  108. package/dist/src/sync/common/index.d.ts +2 -0
  109. package/dist/src/sync/common/index.js +2 -0
  110. package/dist/src/sync/common/index.js.map +1 -1
  111. package/dist/src/sync/common/types.d.ts +17 -5
  112. package/dist/src/sync/common/types.js +12 -0
  113. package/dist/src/sync/common/types.js.map +1 -1
  114. package/dist/src/sync/common/utils.d.ts +41 -13
  115. package/dist/src/sync/common/utils.js +291 -198
  116. package/dist/src/sync/common/utils.js.map +1 -1
  117. package/dist/src/sync/v2/application.d.ts +2 -0
  118. package/dist/src/sync/v2/application.js +21 -10
  119. package/dist/src/sync/v2/application.js.map +1 -1
  120. package/dist/src/sync/v2/export/controls/Card.d.ts +4 -3
  121. package/dist/src/sync/v2/export/controls/Card.js +16 -9
  122. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  123. package/dist/src/sync/v2/export/controls/Field.d.ts +4 -0
  124. package/dist/src/sync/v2/export/controls/Field.js +32 -0
  125. package/dist/src/sync/v2/export/controls/Field.js.map +1 -0
  126. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +1 -2
  127. package/dist/src/sync/v2/export/controls/FilterBar.js +17 -19
  128. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  129. package/dist/src/sync/v2/export/controls/FormAction.d.ts +15 -0
  130. package/dist/src/sync/v2/export/controls/FormAction.js +133 -0
  131. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -0
  132. package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
  133. package/dist/src/sync/v2/export/controls/Fragment.js +100 -87
  134. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  135. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +4 -1
  136. package/dist/src/sync/v2/export/controls/ObjectPageChart.js +13 -0
  137. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
  138. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
  139. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
  140. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -2
  141. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +43 -4
  142. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  143. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +32 -0
  144. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +144 -0
  145. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -0
  146. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -4
  147. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +19 -7
  148. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  149. package/dist/src/sync/v2/export/controls/Table.d.ts +12 -4
  150. package/dist/src/sync/v2/export/controls/Table.js +105 -57
  151. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  152. package/dist/src/sync/v2/export/controls/TableColumn.js +1 -1
  153. package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
  154. package/dist/src/sync/v2/export/controls/index.d.ts +3 -0
  155. package/dist/src/sync/v2/export/controls/index.js +3 -0
  156. package/dist/src/sync/v2/export/controls/index.js.map +1 -1
  157. package/dist/src/sync/v2/export/export.d.ts +24 -10
  158. package/dist/src/sync/v2/export/export.js +284 -503
  159. package/dist/src/sync/v2/export/export.js.map +1 -1
  160. package/dist/src/sync/v2/export/exportPage.d.ts +10 -0
  161. package/dist/src/sync/v2/export/exportPage.js +311 -0
  162. package/dist/src/sync/v2/export/exportPage.js.map +1 -0
  163. package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -1
  164. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  165. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  166. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +4 -2
  167. package/dist/src/sync/v2/export/pages/OverviewPage.js +1 -1
  168. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  169. package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
  170. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  171. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -9
  172. package/dist/src/sync/v2/generate/analyticalListReport.js +15 -16
  173. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  174. package/dist/src/sync/v2/generate/generate.js +28 -6
  175. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  176. package/dist/src/sync/v2/generate/listReport.d.ts +3 -10
  177. package/dist/src/sync/v2/generate/listReport.js +24 -30
  178. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  179. package/dist/src/sync/v2/generate/objectPage.d.ts +3 -10
  180. package/dist/src/sync/v2/generate/objectPage.js +246 -155
  181. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  182. package/dist/src/sync/v2/generate/utils.d.ts +1 -2
  183. package/dist/src/sync/v2/generate/utils.js +19 -4
  184. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  185. package/dist/src/sync/v2/import/app/appProvider.js +25 -3
  186. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  187. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -1
  188. package/dist/src/sync/v2/import/app/ovpProvider.js +7 -3
  189. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  190. package/dist/src/sync/v2/import/common/index.d.ts +10 -1
  191. package/dist/src/sync/v2/import/common/index.js +17 -38
  192. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  193. package/dist/src/sync/v2/import/controls/table.d.ts +2 -1
  194. package/dist/src/sync/v2/import/controls/table.js +1 -1
  195. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  196. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -8
  197. package/dist/src/sync/v2/import/pages/analyticalListPage.js +23 -24
  198. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  199. package/dist/src/sync/v2/import/pages/listReport.d.ts +3 -7
  200. package/dist/src/sync/v2/import/pages/listReport.js +26 -27
  201. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  202. package/dist/src/sync/v2/import/pages/objectPage.d.ts +3 -10
  203. package/dist/src/sync/v2/import/pages/objectPage.js +294 -156
  204. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  205. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
  206. package/dist/src/sync/v2/import/pages/overviewPage.js +65 -57
  207. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  208. package/dist/src/sync/v2/import/utils.d.ts +3 -3
  209. package/dist/src/sync/v2/import/utils.js +5 -5
  210. package/dist/src/sync/v2/import/utils.js.map +1 -1
  211. package/dist/src/sync/v2/types.d.ts +33 -0
  212. package/dist/src/sync/v2/types.js +16 -0
  213. package/dist/src/sync/v2/types.js.map +1 -1
  214. package/dist/src/sync/v4/application.js +10 -10
  215. package/dist/src/sync/v4/application.js.map +1 -1
  216. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +4 -3
  217. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  218. package/dist/src/sync/v4/export/controls/Table.js +4 -3
  219. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  220. package/dist/src/sync/v4/export/export.d.ts +1 -1
  221. package/dist/src/sync/v4/export/export.js +219 -175
  222. package/dist/src/sync/v4/export/export.js.map +1 -1
  223. package/dist/src/sync/v4/export/manifest.js +100 -78
  224. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  225. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +3 -2
  226. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +1 -1
  227. package/dist/src/sync/v4/export/types.d.ts +14 -1
  228. package/dist/src/sync/v4/generate/generate.js +10 -2
  229. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  230. package/dist/src/sync/v4/generate/listReport.js +1 -1
  231. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  232. package/dist/src/sync/v4/generate/objectPage.d.ts +3 -6
  233. package/dist/src/sync/v4/generate/objectPage.js +97 -193
  234. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  235. package/dist/src/sync/v4/import/app/appProvider.d.ts +1 -1
  236. package/dist/src/sync/v4/import/app/appProvider.js +131 -52
  237. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  238. package/dist/src/sync/v4/import/fragment.js +53 -58
  239. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  240. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +2 -2
  241. package/dist/src/sync/v4/import/pages/analyticalListPage.js +6 -6
  242. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
  243. package/dist/src/sync/v4/import/pages/listReport.d.ts +5 -7
  244. package/dist/src/sync/v4/import/pages/listReport.js +21 -23
  245. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  246. package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -5
  247. package/dist/src/sync/v4/import/pages/objectPage.js +105 -73
  248. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  249. package/dist/src/sync/v4/import/utils.d.ts +11 -9
  250. package/dist/src/sync/v4/import/utils.js +23 -13
  251. package/dist/src/sync/v4/import/utils.js.map +1 -1
  252. package/dist/src/sync/v4/utils/StableIdHelper.js +5 -7
  253. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  254. package/dist/src/sync/v4/utils/utils.js +3 -2
  255. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  256. package/package.json +16 -7
  257. package/dist/src/sync/v4/import/common/index.d.ts +0 -12
  258. package/dist/src/sync/v4/import/common/index.js +0 -41
  259. package/dist/src/sync/v4/import/common/index.js.map +0 -1
package/CHANGELOG.md CHANGED
@@ -4,25 +4,118 @@ All notable changes to this project are documented in this file.
4
4
 
5
5
  This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
6
6
 
7
- ## [1.90.9] - 2021-09-08
7
+ ## [1.90.13] - 2021-10-20
8
8
 
9
9
  ### Added
10
10
 
11
+ - OData V2:
12
+ - Support for (Sub)Section properties: `visible`.
13
+ - ALP: Schema now comprises of entity properties for config `createWithParameterDialog`->`fields`
14
+ - OP: Added support for multiple flex changes in Form and Header Actions
15
+ - V2 & V4: Footer actions are now part of the schema. A node for header actions is visible even if there are no actions yet.
16
+
17
+ ### Changed
18
+
19
+ - OData V2:
20
+ - Enhanced sync logic to use generic approach for handling unknown properties. As a result sync logic is more robust and handles more unknown properties.
21
+
22
+ ### Removed
23
+
24
+ - OData V2:
25
+ - OVP: Removed `tab` property from `Stack` and `Link List` cards as view switch control is not supported
26
+
27
+ ### Deprecated
28
+
29
+ ### Fixed
30
+
11
31
  - OData V4:
12
- - Header Facets are now shown in the schemas and configs, along with their actual manifest settings.
32
+ - Pages Schema. Exception if path in UI.SelectionFields is not valid.
33
+ - Object page sections referring to UI.Identification with qualifer shall show actions besides the fields.
34
+ - V2 & V4:
35
+ - replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
36
+ - Add `visible` property to DataField types
37
+ - annotationPath definitions of header and footer actions.
38
+
39
+ ### Quality
40
+
41
+ - Settings for sonarlint have been added.
42
+ - Upgrade of Annotation Vocabularies Tools.
43
+ - Fix of code smells reported by SonarQube.
44
+
45
+ ## [1.90.12] - 2021-10-18
46
+
47
+ ### Fixed
48
+
49
+ For some V4 apps, the export of property changes failed due to invalid schema definitions.
50
+
51
+ ## [1.90.11] - 2021-10-06
52
+
53
+ ### Added
54
+
55
+ - Annotation path com.sap.vocabularies.UI.v1.HeaderInfo added to ObjectPageHeader in V2 and V4.
56
+ - Added `i18nClassification` for `title`, `description` properties for `App.json` schema in V2 and V4.
57
+ - OData V4: Header actions are now part of the Object Page schema.
13
58
  - OData V2:
14
- - OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
15
- - OVP: Added support for OData V4 Link List Card
59
+ - OVP: Added support for property `annotationPath` in Linklist card settings.
60
+ - OVP: property `requireAppAuthorization` is now supported for all card types.
61
+
62
+ ### Changed
63
+
64
+ - README file updated.
65
+ - Order and naming of view nodes for the V2 Object Page adapted.
66
+ - 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}}"
67
+
68
+ ### Fixed
69
+
70
+ - V4: if one section comprises a field group without qualifier, and one referred to UI.Identification, the properties of the field group had been displayed for Identification section of header facet as well.
71
+
72
+ ### Quality
73
+
74
+ - Fix of vulnerabilities by upgrade of npm modules.
75
+ - Fix of bugs nd code smells reported by SonarQube.
76
+
77
+ ## [1.90.10] - 2021-09-22
78
+
79
+ ### Added
80
+
81
+ - New html files showing a graphical representation of the content of each generic schema.
82
+ - OData V2:
83
+ - We show field groups and fields now as part of the object page schema, and allow the maintenance of the visible property for fields.
84
+ - Support of property `flexEnabled`on app level.
16
85
 
17
86
  ### Changed
18
87
 
88
+ - 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".
89
+
19
90
  ### Removed
20
91
 
21
92
  ### Deprecated
22
93
 
23
94
  ### Fixed
24
95
 
25
- - V4. Import and export of Custom Page properties could get out of sync when specific properties were missing.
96
+ - OData V2:
97
+ - Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
98
+ - OData V4:
99
+ - Exception occurred in case of invalid custom page definitions in manifest
100
+ - Page determination went wrong in case of irregular ordering of routing targets
101
+
102
+ ### Quality
103
+
104
+ - Bugs & code smells removed that had been detected by SonarQube
105
+
106
+ ## [1.90.9] - 2021-09-08
107
+
108
+ ### Added
109
+
110
+ - OData V4:
111
+ - Header Facets are now shown in the schemas and configs, along with their actual manifest settings.
112
+ - OData V2:
113
+ - OVP: Added support for property `dataPointAnnotationPath` in ListCard settings
114
+ - OVP: Added support for OData V4 Link List Card
115
+
116
+ ### Fixed
117
+
118
+ - OData V4: Import and export of Custom Page properties could get out of sync when specific properties were missing.
26
119
 
27
120
  ## [1.90.8] - 2021-08-25
28
121
 
@@ -37,11 +130,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
37
130
 
38
131
  ### Changed
39
132
 
40
- - V2. Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
41
-
42
- ### Removed
43
-
44
- ### Deprecated
133
+ - OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
45
134
 
46
135
  ### Fixed
47
136
 
@@ -77,10 +166,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
77
166
 
78
167
  - 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.
79
168
 
80
- ### Removed
81
-
82
- ### Deprecated
83
-
84
169
  ### Fixed
85
170
 
86
171
  - 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.
@@ -99,12 +184,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
99
184
  - OData V2: dateSettings property of Filterbar now supports addtional values
100
185
  - OData V2: Added growingThreshold property to Responsive Tables
101
186
 
102
- ### Changed
103
-
104
- ### Removed
105
-
106
- ### Deprecated
107
-
108
187
  ### Fixed
109
188
 
110
189
  - When starting the app modeler for certain CDS projects, an exception occurs, and no pages nor schemas are listed.
@@ -124,10 +203,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
124
203
 
125
204
  - 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).
126
205
 
127
- ### Removed
128
-
129
- ### Deprecated
130
-
131
206
  ### Fixed
132
207
 
133
208
  - In the annotationPath of columns, qualifiers had not been added.
package/README.md CHANGED
@@ -3,10 +3,10 @@
3
3
  This package specifies the structure of SAP Fiori Element templates in form of typescript types and JSON schema files. You can find the JSON schemas under dist/schema.
4
4
  It is used by SAP Fiori Tools (see documentation link below) but can also be used independent from this application.
5
5
 
6
- The major and minor version of this specification package matches the major and minor version of SAP UI5, which contains Fiori elements.
6
+ The major and minor version of this specification package matches the major and minor version of SAPUI5, which contains Fiori elements.
7
7
 
8
8
  _Example_:
9
- `@sap/ux-specification@1.76.x` specifies the Fiori elements that are delivered with UI5 version 1.76.x
9
+ `@sap/ux-specification@1.76.x` specifies the Fiori elements that are delivered with SAPUI5 version 1.76.x
10
10
 
11
11
  The module supports both the OData V2 and the OData V4 version of the templates (aka FioriElementsVersion), you thus can find two different access points for the typescript definitions:
12
12
 
@@ -24,8 +24,8 @@ You can retrieve any generic schema via schemaAccess.ts.
24
24
  Besides the specification, src/api.ts provides functions that can be used with SAP Fiori apps in connection with the JSON schemas:
25
25
 
26
26
  - generateSchema: converts one generic schema to an application specific one, enriched by app specific information like annotations.
27
- - importConfig: imports information from the app, like manifest settings or UI5 flexibility changes, into one JSON configuration file that relates to a given schema (representing the central settings of the app or of a page of the app).
28
- - exportConfig: exports from one JSON configuration file, returning an updated manifest.json file and a list of UI5 flexibility changes.
27
+ - importConfig: imports information from the app, like manifest settings or SAPUI5 flexibility changes, into one JSON configuration file that relates to a given schema (representing the central settings of the app or of a page of the app).
28
+ - exportConfig: exports from one JSON configuration file, returning an updated manifest.json file and a list of SAPUI5 flexibility changes.
29
29
  - importProject: imports information from the app and generates all schemas and JSON configuration files.
30
30
  - importProjectSchema: imports information from the app and generates all schemas but no JSON configuration files.
31
31
  - getApiVersion: returns the given API version. The API version starts with 1 and will only be increased in case of incompatible changes where the consumption layer must react on.