@sap/ux-specification 1.108.55 → 1.108.56

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 (487) hide show
  1. package/CHANGELOG.md +32 -1
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/runDocu-min.js.map +2 -2
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +79 -79
  15. package/dist/index-min.js.map +3 -3
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v4/ApplicationV4.json +6 -1
  18. package/dist/specification/package.json +5 -5
  19. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +21 -0
  20. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -1
  21. package/dist/specification/scripts/documentation/components/TreeDiagram.js +21 -0
  22. package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -1
  23. package/dist/specification/scripts/documentation/components/filter.d.ts +7 -0
  24. package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -1
  25. package/dist/specification/scripts/documentation/components/filter.js +30 -0
  26. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  27. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +70 -0
  28. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  29. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +70 -3
  30. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  31. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +17 -0
  32. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
  33. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +23 -0
  34. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
  35. package/dist/specification/scripts/documentation/components/ui/search.d.ts +12 -0
  36. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  37. package/dist/specification/scripts/documentation/components/ui/search.js +78 -8
  38. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  39. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +21 -0
  40. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  41. package/dist/specification/scripts/documentation/components/ui/toggle.js +23 -6
  42. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  43. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +24 -0
  44. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  45. package/dist/specification/scripts/documentation/components/ui/tooltip.js +24 -3
  46. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  47. package/dist/specification/scripts/documentation/components/ui/utils.d.ts +36 -0
  48. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  49. package/dist/specification/scripts/documentation/components/ui/utils.js +36 -4
  50. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  51. package/dist/specification/scripts/extractDocu.js +49 -5
  52. package/dist/specification/scripts/extractDocu.js.map +1 -1
  53. package/dist/specification/scripts/macros/api.d.ts +4 -1
  54. package/dist/specification/scripts/macros/api.d.ts.map +1 -1
  55. package/dist/specification/scripts/macros/api.js +9 -1
  56. package/dist/specification/scripts/macros/api.js.map +1 -1
  57. package/dist/specification/scripts/macros/cmd.d.ts +1 -0
  58. package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
  59. package/dist/specification/scripts/macros/cmd.js +1 -0
  60. package/dist/specification/scripts/macros/cmd.js.map +1 -1
  61. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  62. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  63. package/dist/specification/scripts/macros/corrections.js +5 -0
  64. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  65. package/dist/specification/scripts/macros/i18n.d.ts +1 -0
  66. package/dist/specification/scripts/macros/i18n.d.ts.map +1 -1
  67. package/dist/specification/scripts/macros/i18n.js +1 -0
  68. package/dist/specification/scripts/macros/i18n.js.map +1 -1
  69. package/dist/specification/scripts/macros/schema.d.ts +1 -0
  70. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  71. package/dist/specification/scripts/macros/schema.js +18 -5
  72. package/dist/specification/scripts/macros/schema.js.map +1 -1
  73. package/dist/specification/scripts/schema/to-json-schema.d.ts +9 -5
  74. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  75. package/dist/specification/scripts/schema/to-json-schema.js +32 -5
  76. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  77. package/dist/specification/scripts/spec.js +19 -9
  78. package/dist/specification/scripts/spec.js.map +1 -1
  79. package/dist/specification/src/api.d.ts +20 -12
  80. package/dist/specification/src/api.d.ts.map +1 -1
  81. package/dist/specification/src/api.js +22 -14
  82. package/dist/specification/src/api.js.map +1 -1
  83. package/dist/specification/src/extensionLogger.d.ts +3 -2
  84. package/dist/specification/src/extensionLogger.d.ts.map +1 -1
  85. package/dist/specification/src/extensionLogger.js +3 -2
  86. package/dist/specification/src/extensionLogger.js.map +1 -1
  87. package/dist/specification/src/i18n/i18n.d.ts +5 -0
  88. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  89. package/dist/specification/src/i18n/i18n.js +5 -0
  90. package/dist/specification/src/i18n/i18n.js.map +1 -1
  91. package/dist/specification/src/project.d.ts +3 -1
  92. package/dist/specification/src/project.d.ts.map +1 -1
  93. package/dist/specification/src/project.js +3 -1
  94. package/dist/specification/src/project.js.map +1 -1
  95. package/dist/specification/src/specification/schemaAccess.d.ts +6 -2
  96. package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
  97. package/dist/specification/src/specification/schemaAccess.js +10 -4
  98. package/dist/specification/src/specification/schemaAccess.js.map +1 -1
  99. package/dist/specification/src/sync/common/appProvider.d.ts +17 -6
  100. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  101. package/dist/specification/src/sync/common/appProvider.js +33 -17
  102. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  103. package/dist/specification/src/sync/common/decoration/control.d.ts +26 -10
  104. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  105. package/dist/specification/src/sync/common/decoration/control.js +32 -13
  106. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  107. package/dist/specification/src/sync/common/decoration/decorators.d.ts +14 -0
  108. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  109. package/dist/specification/src/sync/common/decoration/decorators.js +14 -0
  110. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  111. package/dist/specification/src/sync/common/decoration/factory.d.ts +12 -3
  112. package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -1
  113. package/dist/specification/src/sync/common/decoration/factory.js +6 -3
  114. package/dist/specification/src/sync/common/decoration/factory.js.map +1 -1
  115. package/dist/specification/src/sync/common/decoration/flex.d.ts +7 -0
  116. package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -1
  117. package/dist/specification/src/sync/common/decoration/flex.js +7 -0
  118. package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
  119. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +6 -3
  120. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  121. package/dist/specification/src/sync/common/distTagEvaluator.js +6 -3
  122. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  123. package/dist/specification/src/sync/common/flexUtils.d.ts +11 -10
  124. package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -1
  125. package/dist/specification/src/sync/common/flexUtils.js +11 -10
  126. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  127. package/dist/specification/src/sync/common/generate/objectPage.d.ts +27 -18
  128. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  129. package/dist/specification/src/sync/common/generate/objectPage.js +54 -33
  130. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  131. package/dist/specification/src/sync/common/generate/utils.d.ts +65 -37
  132. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  133. package/dist/specification/src/sync/common/generate/utils.js +67 -37
  134. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  135. package/dist/specification/src/sync/common/import/utils.d.ts +9 -3
  136. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  137. package/dist/specification/src/sync/common/import/utils.js +9 -3
  138. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  139. package/dist/specification/src/sync/common/importProject.d.ts +17 -6
  140. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  141. package/dist/specification/src/sync/common/importProject.js +60 -30
  142. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  143. package/dist/specification/src/sync/common/utils.d.ts +129 -53
  144. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  145. package/dist/specification/src/sync/common/utils.js +239 -89
  146. package/dist/specification/src/sync/common/utils.js.map +1 -1
  147. package/dist/specification/src/sync/i18n.d.ts +5 -0
  148. package/dist/specification/src/sync/i18n.d.ts.map +1 -1
  149. package/dist/specification/src/sync/i18n.js +5 -0
  150. package/dist/specification/src/sync/i18n.js.map +1 -1
  151. package/dist/specification/src/sync/v2/export/controls/Action.d.ts +3 -3
  152. package/dist/specification/src/sync/v2/export/controls/Action.js +15 -15
  153. package/dist/specification/src/sync/v2/export/controls/Card.d.ts +14 -0
  154. package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v2/export/controls/Card.js +20 -0
  156. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  157. package/dist/specification/src/sync/v2/export/controls/Field.js +5 -5
  158. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +13 -0
  159. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  160. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +21 -0
  161. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  162. package/dist/specification/src/sync/v2/export/controls/FormAction.js +4 -4
  163. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +10 -5
  164. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  165. package/dist/specification/src/sync/v2/export/controls/Fragment.js +62 -25
  166. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  167. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +6 -6
  168. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +6 -6
  169. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +20 -16
  171. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  172. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  173. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  174. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -6
  175. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +24 -0
  176. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v2/export/controls/Table.js +48 -3
  178. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  179. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +10 -10
  180. package/dist/specification/src/sync/v2/export/export.d.ts +7 -3
  181. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  182. package/dist/specification/src/sync/v2/export/export.js +133 -44
  183. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  184. package/dist/specification/src/sync/v2/export/exportPage.d.ts +18 -10
  185. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  186. package/dist/specification/src/sync/v2/export/exportPage.js +34 -20
  187. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  188. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +5 -2
  189. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  190. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +27 -17
  191. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  192. package/dist/specification/src/sync/v2/export/manifest.d.ts +5 -2
  193. package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -1
  194. package/dist/specification/src/sync/v2/export/manifest.js +30 -6
  195. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  196. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts +21 -0
  197. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  198. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +36 -2
  199. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  200. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +25 -15
  201. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  202. package/dist/specification/src/sync/v2/export/view-controller-generator.js +27 -16
  203. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  204. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +2 -0
  205. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  206. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +6 -0
  207. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  208. package/dist/specification/src/sync/v2/generate/generate.d.ts +5 -9
  209. package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
  210. package/dist/specification/src/sync/v2/generate/generate.js +9 -12
  211. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  212. package/dist/specification/src/sync/v2/generate/listReport.d.ts +4 -2
  213. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  214. package/dist/specification/src/sync/v2/generate/listReport.js +24 -7
  215. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  216. package/dist/specification/src/sync/v2/generate/objectPage.d.ts +2 -2
  217. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  218. package/dist/specification/src/sync/v2/generate/objectPage.js +75 -43
  219. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  220. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +2 -2
  221. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  222. package/dist/specification/src/sync/v2/generate/overviewPage.js +2 -2
  223. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  224. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  225. package/dist/specification/src/sync/v2/generate/utils.d.ts +47 -22
  226. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v2/generate/utils.js +92 -33
  228. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  229. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +7 -0
  230. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  231. package/dist/specification/src/sync/v2/import/app/appProvider.js +20 -4
  232. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  233. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts +4 -0
  234. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  235. package/dist/specification/src/sync/v2/import/app/ovpProvider.js +4 -0
  236. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  237. package/dist/specification/src/sync/v2/import/common/index.d.ts +28 -15
  238. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  239. package/dist/specification/src/sync/v2/import/common/index.js +91 -35
  240. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  241. package/dist/specification/src/sync/v2/import/controls/table.d.ts +6 -2
  242. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  243. package/dist/specification/src/sync/v2/import/controls/table.js +6 -2
  244. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  245. package/dist/specification/src/sync/v2/import/importPage.d.ts +2 -1
  246. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  247. package/dist/specification/src/sync/v2/import/importPage.js +4 -5
  248. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  249. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -3
  250. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  251. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +9 -10
  252. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  253. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +8 -7
  254. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  255. package/dist/specification/src/sync/v2/import/pages/listReport.js +28 -24
  256. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  257. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts +3 -3
  258. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v2/import/pages/objectPage.js +107 -76
  260. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  261. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
  262. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  263. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +27 -12
  264. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  265. package/dist/specification/src/sync/v2/import/utils.d.ts +18 -9
  266. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  267. package/dist/specification/src/sync/v2/import/utils.js +27 -15
  268. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  269. package/dist/specification/src/sync/v2/utils.d.ts +26 -1
  270. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  271. package/dist/specification/src/sync/v2/utils.js +46 -0
  272. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  273. package/dist/specification/src/sync/v4/application.d.ts +7 -5
  274. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  275. package/dist/specification/src/sync/v4/application.js +7 -5
  276. package/dist/specification/src/sync/v4/application.js.map +1 -1
  277. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  278. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +8 -0
  279. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  280. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  281. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
  282. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  283. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  284. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -9
  285. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  286. package/dist/specification/src/sync/v4/export/controls/Table.js +44 -17
  287. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  288. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  289. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  290. package/dist/specification/src/sync/v4/export/export.d.ts +6 -4
  291. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  292. package/dist/specification/src/sync/v4/export/export.js +136 -58
  293. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  294. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts +6 -4
  295. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
  296. package/dist/specification/src/sync/v4/export/exportCustomColumn.js +6 -4
  297. package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  298. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts +3 -2
  299. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
  300. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +13 -9
  301. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  302. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +6 -4
  303. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  304. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +9 -4
  305. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  306. package/dist/specification/src/sync/v4/export/manifest.d.ts +6 -2
  307. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  308. package/dist/specification/src/sync/v4/export/manifest.js +46 -17
  309. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  310. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  311. package/dist/specification/src/sync/v4/export/pages/ListReport.js +4 -3
  312. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  313. package/dist/specification/src/sync/v4/export/utils.d.ts +6 -4
  314. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  315. package/dist/specification/src/sync/v4/export/utils.js +6 -4
  316. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  317. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  318. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -0
  319. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  320. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +5 -3
  321. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  322. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -5
  323. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  324. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts +1 -0
  325. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  326. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +18 -0
  327. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  328. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts +1 -1
  329. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -1
  330. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +2 -1
  331. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  332. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +2 -0
  333. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  334. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -0
  335. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  336. package/dist/specification/src/sync/v4/generate/freestylePage.d.ts +2 -2
  337. package/dist/specification/src/sync/v4/generate/freestylePage.js +2 -2
  338. package/dist/specification/src/sync/v4/generate/generate.d.ts +13 -11
  339. package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
  340. package/dist/specification/src/sync/v4/generate/generate.js +13 -11
  341. package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
  342. package/dist/specification/src/sync/v4/generate/listReport.d.ts +10 -7
  343. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  344. package/dist/specification/src/sync/v4/generate/listReport.js +124 -78
  345. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  346. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -1
  347. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  348. package/dist/specification/src/sync/v4/generate/objectPage.js +206 -154
  349. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  350. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +18 -4
  351. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  352. package/dist/specification/src/sync/v4/import/app/appProvider.js +56 -24
  353. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  354. package/dist/specification/src/sync/v4/import/fragment.d.ts +29 -4
  355. package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -1
  356. package/dist/specification/src/sync/v4/import/fragment.js +46 -7
  357. package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
  358. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts +3 -2
  359. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  360. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +7 -2
  361. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  362. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts +12 -10
  363. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  364. package/dist/specification/src/sync/v4/import/pages/listReport.js +70 -46
  365. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  366. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts +7 -6
  367. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  368. package/dist/specification/src/sync/v4/import/pages/objectPage.js +49 -36
  369. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  370. package/dist/specification/src/sync/v4/import/utils.d.ts +4 -2
  371. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  372. package/dist/specification/src/sync/v4/import/utils.js +4 -2
  373. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  374. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  375. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +5 -2
  376. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  377. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +12 -0
  378. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  379. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +18 -0
  380. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  381. package/dist/specification/src/sync/v4/utils/macros.d.ts +4 -0
  382. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  383. package/dist/specification/src/sync/v4/utils/macros.js +17 -1
  384. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  385. package/dist/specification/src/sync/v4/utils/utils.d.ts +38 -20
  386. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  387. package/dist/specification/src/sync/v4/utils/utils.js +99 -52
  388. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  389. package/dist/types/src/common/Application.d.ts +6 -0
  390. package/dist/types/src/common/Application.d.ts.map +1 -1
  391. package/dist/types/src/common/Application.js +4 -0
  392. package/dist/types/src/common/Application.js.map +1 -1
  393. package/dist/types/src/common/types.d.ts +51 -2
  394. package/dist/types/src/common/types.d.ts.map +1 -1
  395. package/dist/types/src/common/types.js +2 -1
  396. package/dist/types/src/common/types.js.map +1 -1
  397. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +3 -2
  398. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
  399. package/dist/types/src/common/webapp/manifest/sapUi5.js +3 -2
  400. package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
  401. package/dist/types/src/v2/application.d.ts +1 -1
  402. package/dist/types/src/v2/controls/Action.d.ts +12 -0
  403. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  404. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +1 -0
  405. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -1
  406. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
  407. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -1
  408. package/dist/types/src/v2/controls/Card.d.ts +13 -0
  409. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  410. package/dist/types/src/v2/controls/Card.js.map +1 -1
  411. package/dist/types/src/v2/controls/Field.d.ts +1 -0
  412. package/dist/types/src/v2/controls/Field.d.ts.map +1 -1
  413. package/dist/types/src/v2/controls/FilterBar.d.ts +6 -0
  414. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  415. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  416. package/dist/types/src/v2/controls/Header.d.ts +1 -0
  417. package/dist/types/src/v2/controls/Header.d.ts.map +1 -1
  418. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +1 -0
  419. package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -1
  420. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +2 -0
  421. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -1
  422. package/dist/types/src/v2/controls/ObjectPageForm.d.ts +1 -0
  423. package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -1
  424. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +1 -0
  425. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
  426. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +3 -0
  427. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  428. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +1 -0
  429. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -1
  430. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +13 -0
  431. package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -1
  432. package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -1
  433. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +6 -0
  434. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  435. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +2 -0
  436. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -1
  437. package/dist/types/src/v2/controls/Table.d.ts +28 -0
  438. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  439. package/dist/types/src/v2/controls/Table.js.map +1 -1
  440. package/dist/types/src/v2/controls/ToolBar.d.ts +1 -0
  441. package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -1
  442. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +1 -0
  443. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -1
  444. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +4 -0
  445. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -1
  446. package/dist/types/src/v4/application.d.ts +1 -1
  447. package/dist/types/src/v4/controls/CustomAction.d.ts +10 -0
  448. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  449. package/dist/types/src/v4/controls/FilterBar.d.ts +11 -0
  450. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  451. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  452. package/dist/types/src/v4/controls/Header.d.ts +1 -0
  453. package/dist/types/src/v4/controls/Header.d.ts.map +1 -1
  454. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -0
  455. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
  456. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -0
  457. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  458. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +2 -0
  459. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  460. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +6 -0
  461. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  462. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -0
  463. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  464. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +17 -0
  465. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  466. package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
  467. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +5 -0
  468. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  469. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  470. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +4 -0
  471. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  472. package/dist/types/src/v4/controls/Table.d.ts +15 -0
  473. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  474. package/dist/types/src/v4/controls/ToolBar.d.ts +9 -0
  475. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  476. package/dist/types/src/v4/page.d.ts +4 -0
  477. package/dist/types/src/v4/page.d.ts.map +1 -1
  478. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +22 -0
  479. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  480. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +3 -0
  481. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
  482. package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
  483. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -1
  484. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
  485. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +2 -2
  486. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  487. package/package.json +6 -6
@@ -9,7 +9,6 @@ import type { ExtensionLogger, FileData, Manifest } from '@sap/ux-specification-
9
9
  * @param {object} manifest - manifest.json of the app
10
10
  * @param {FileData[]} [fragments] - Array with XML fragments.
11
11
  * @param {ExtensionLogger} logger - Logger class for logging messages
12
- *
13
12
  * @returns the app specific JSON schema
14
13
  */
15
14
  export declare function generateObjectPageInterfaceV2(genericSchema: object, entitySet: string, annotations: FileData[], manifest: Manifest, fragments?: FileData[], logger?: ExtensionLogger): object;
@@ -23,7 +22,6 @@ export declare function generateObjectPageInterfaceV2(genericSchema: object, ent
23
22
  * @param manifest - manifest.json of the app
24
23
  * @param {FileData[]} fragments - list of fragment files and their content
25
24
  * @param {ExtensionLogger} logger - Logger class for logging messages
26
- *
27
25
  * @returns the app specific JSON schema
28
26
  */
29
27
  export declare function generateListReportInterfaceV2(genericSchema: object, entitySet: string, annotations: FileData[], manifest: Manifest, fragments?: FileData[], logger?: ExtensionLogger): object;
@@ -32,21 +30,19 @@ export declare function generateListReportInterfaceV2(genericSchema: object, ent
32
30
  * Generic types are replaced by information from the app specific annotations.
33
31
  *
34
32
  * @param genericSchema - generic JSON schema of a list report
35
- * @param entityType - the base entity type of the given page
33
+ * @param entitySet - the base entity set name of the given page
36
34
  * @param annotations - list of all annotation files (file content plus URI as identifier)
37
35
  * @param manifest - manifest.json of the app
38
- * @param {FileData[]} fragments - list of fragment files and their content
39
- * @param {ExtensionLogger} logger - Logger class for logging messages
40
- * @param {string} appId - application ID
41
- *
36
+ * @param fragments - list of fragment files and their content
37
+ * @param logger - Logger class for logging messages
42
38
  * @returns the app specific JSON schema
43
39
  */
44
40
  export declare function generateAnalyticalListPageInterfaceV2(genericSchema: object, entitySet: string, annotations: FileData[], manifest: Manifest, fragments?: FileData[], logger?: ExtensionLogger): object;
45
41
  /**
46
- * Generates the app specific schema of an overview page
42
+ * Generates the app specific schema of an overview page.
43
+ *
47
44
  * @param genericSchema - file content of the generic schema
48
45
  * @param manifest - manifest.json of the app
49
- *
50
46
  * @returns the generic schema, as equivalent to the app schema
51
47
  */
52
48
  export declare function generateOVPInterfaceV2(genericSchema: object, manifest: Manifest): object;
@@ -1 +1 @@
1
- {"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/generate.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAA+B,QAAQ,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AA8CpH;;;;;;;;;;;;GAYG;AACH,wBAAgB,6BAA6B,CACzC,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,QAAQ,EAAE,EACvB,QAAQ,EAAE,QAAQ,EAClB,SAAS,CAAC,EAAE,QAAQ,EAAE,EACtB,MAAM,CAAC,EAAE,eAAe,GACzB,MAAM,CAUR;AAED;;;;;;;;;;;;GAYG;AACH,wBAAgB,6BAA6B,CACzC,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,QAAQ,EAAE,EACvB,QAAQ,EAAE,QAAQ,EAClB,SAAS,CAAC,EAAE,QAAQ,EAAE,EACtB,MAAM,CAAC,EAAE,eAAe,GACzB,MAAM,CAUR;AAED;;;;;;;;;;;;;GAaG;AACH,wBAAgB,qCAAqC,CACjD,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,QAAQ,EAAE,EACvB,QAAQ,EAAE,QAAQ,EAClB,SAAS,CAAC,EAAE,QAAQ,EAAE,EACtB,MAAM,CAAC,EAAE,eAAe,GACzB,MAAM,CAUR;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAExF"}
1
+ {"version":3,"file":"generate.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/generate.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,EAAE,eAAe,EAA+B,QAAQ,EAAE,QAAQ,EAAE,MAAM,6BAA6B,CAAC;AA+CpH;;;;;;;;;;;GAWG;AACH,wBAAgB,6BAA6B,CACzC,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,QAAQ,EAAE,EACvB,QAAQ,EAAE,QAAQ,EAClB,SAAS,CAAC,EAAE,QAAQ,EAAE,EACtB,MAAM,CAAC,EAAE,eAAe,GACzB,MAAM,CAUR;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,6BAA6B,CACzC,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,QAAQ,EAAE,EACvB,QAAQ,EAAE,QAAQ,EAClB,SAAS,CAAC,EAAE,QAAQ,EAAE,EACtB,MAAM,CAAC,EAAE,eAAe,GACzB,MAAM,CAUR;AAED;;;;;;;;;;;GAWG;AACH,wBAAgB,qCAAqC,CACjD,aAAa,EAAE,MAAM,EACrB,SAAS,EAAE,MAAM,EACjB,WAAW,EAAE,QAAQ,EAAE,EACvB,QAAQ,EAAE,QAAQ,EAClB,SAAS,CAAC,EAAE,QAAQ,EAAE,EACtB,MAAM,CAAC,EAAE,eAAe,GACzB,MAAM,CAUR;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAAC,aAAa,EAAE,MAAM,EAAE,QAAQ,EAAE,QAAQ,GAAG,MAAM,CAExF"}
@@ -18,14 +18,15 @@ const i18next_1 = __importDefault(require("i18next"));
18
18
  const extensionLogger_1 = require("../../../extensionLogger");
19
19
  const i18n_1 = require("../../../i18n/i18n");
20
20
  /**
21
- * Common logic for LR and OP to prepare the generation
21
+ * Common logic for LR and OP to prepare the generation.
22
+ *
22
23
  * @param {FileData[]} annotations - list of all annotation files (file content plus URI as identifier)
23
24
  * @param {ExtensionLogger} logger - Logger class for logging messages
24
25
  * @param {object} manifest - manifest.json of the app
25
26
  * @param {FileData[]} [fragments] - Array with XML fragments.
26
27
  * @param {string} entitySet - the base entity set name of the given page
27
- *
28
- * @returns the filled intrface structure with all information for the schema generation
28
+ * @param templateType - the type of the template used for schema generation
29
+ * @returns the filled interface structure with all information for the schema generation
29
30
  */
30
31
  function prepareGenerationV2(annotations, logger, manifest, fragments, entitySet, templateType) {
31
32
  (0, i18n_1.initI18n)();
@@ -57,7 +58,6 @@ function prepareGenerationV2(annotations, logger, manifest, fragments, entitySet
57
58
  * @param {object} manifest - manifest.json of the app
58
59
  * @param {FileData[]} [fragments] - Array with XML fragments.
59
60
  * @param {ExtensionLogger} logger - Logger class for logging messages
60
- *
61
61
  * @returns the app specific JSON schema
62
62
  */
63
63
  function generateObjectPageInterfaceV2(genericSchema, entitySet, annotations, manifest, fragments, logger) {
@@ -74,7 +74,6 @@ function generateObjectPageInterfaceV2(genericSchema, entitySet, annotations, ma
74
74
  * @param manifest - manifest.json of the app
75
75
  * @param {FileData[]} fragments - list of fragment files and their content
76
76
  * @param {ExtensionLogger} logger - Logger class for logging messages
77
- *
78
77
  * @returns the app specific JSON schema
79
78
  */
80
79
  function generateListReportInterfaceV2(genericSchema, entitySet, annotations, manifest, fragments, logger) {
@@ -86,13 +85,11 @@ function generateListReportInterfaceV2(genericSchema, entitySet, annotations, ma
86
85
  * Generic types are replaced by information from the app specific annotations.
87
86
  *
88
87
  * @param genericSchema - generic JSON schema of a list report
89
- * @param entityType - the base entity type of the given page
88
+ * @param entitySet - the base entity set name of the given page
90
89
  * @param annotations - list of all annotation files (file content plus URI as identifier)
91
90
  * @param manifest - manifest.json of the app
92
- * @param {FileData[]} fragments - list of fragment files and their content
93
- * @param {ExtensionLogger} logger - Logger class for logging messages
94
- * @param {string} appId - application ID
95
- *
91
+ * @param fragments - list of fragment files and their content
92
+ * @param logger - Logger class for logging messages
96
93
  * @returns the app specific JSON schema
97
94
  */
98
95
  function generateAnalyticalListPageInterfaceV2(genericSchema, entitySet, annotations, manifest, fragments, logger) {
@@ -100,10 +97,10 @@ function generateAnalyticalListPageInterfaceV2(genericSchema, entitySet, annotat
100
97
  return (0, analyticalListReport_1.generateAnalyticalListReportSchemaV2)(generateParameters, genericSchema);
101
98
  }
102
99
  /**
103
- * Generates the app specific schema of an overview page
100
+ * Generates the app specific schema of an overview page.
101
+ *
104
102
  * @param genericSchema - file content of the generic schema
105
103
  * @param manifest - manifest.json of the app
106
- *
107
104
  * @returns the generic schema, as equivalent to the app schema
108
105
  */
109
106
  function generateOVPInterfaceV2(genericSchema, manifest) {
@@ -1 +1 @@
1
- {"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/generate.ts"],"names":[],"mappings":";;;;;AAgEA,sEAiBC;AAeD,sEAiBC;AAgBD,sFAiBC;AASD,wDAEC;AA7JD,8CAA6D;AAC7D,6CAA0D;AAC1D,6CAA0D;AAC1D,iEAA8E;AAC9E,iDAA8D;AAE9D,wEAA8F;AAC9F,8DAAyE;AACzE,sDAA8B;AAC9B,8DAA+C;AAC/C,6CAA8C;AAE9C;;;;;;;;;GASG;AACH,SAAS,mBAAmB,CACxB,WAAuB,EACvB,MAAuB,EACvB,QAAkB,EAClB,SAAqB,EACrB,SAAiB,EACjB,YAA0B;IAE1B,IAAA,eAAQ,GAAE,CAAC;IAEX,MAAM,UAAU,GAAG,IAAA,+BAAuB,EAAC,WAAW,EAAE,MAAM,CAAC,CAAC;IAChE,MAAM,kBAAkB,GAAgC;QACpD,YAAY;QACZ,oBAAoB,EAAE,6CAAoB,CAAC,EAAE;QAC7C,QAAQ;QACR,SAAS;QACT,UAAU;QACV,MAAM;KACT,CAAC;IACF,kBAAkB,CAAC,SAAS,GAAG,IAAA,2CAA2B,EAAC,SAAS,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACrG,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,CAAC;QAChC,IAAA,qBAAG,EAAC,kBAAkB,CAAC,MAAM,EAAE;YAC3B,QAAQ,iCAAmB;YAC3B,OAAO,EAAE,iBAAO,CAAC,CAAC,CAAC,mBAAmB,EAAE,EAAE,aAAa,EAAE,SAAS,EAAE,CAAC;SACxE,CAAC,CAAC;IACP,CAAC;IACD,OAAO,kBAAkB,CAAC;AAC9B,CAAC;AAED;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CACzC,aAAqB,EACrB,SAAiB,EACjB,WAAuB,EACvB,QAAkB,EAClB,SAAsB,EACtB,MAAwB;IAExB,MAAM,kBAAkB,GAAG,mBAAmB,CAC1C,WAAW,EACX,MAAM,EACN,QAAQ,EACR,SAAS,EACT,SAAS,EACT,qCAAY,CAAC,sBAAsB,CACtC,CAAC;IACF,OAAO,IAAA,uCAA0B,EAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AACzE,CAAC;AAED;;;;;;;;;;;;GAYG;AACH,SAAgB,6BAA6B,CACzC,aAAqB,EACrB,SAAiB,EACjB,WAAuB,EACvB,QAAkB,EAClB,SAAsB,EACtB,MAAwB;IAExB,MAAM,kBAAkB,GAAG,mBAAmB,CAC1C,WAAW,EACX,MAAM,EACN,QAAQ,EACR,SAAS,EACT,SAAS,EACT,qCAAY,CAAC,sBAAsB,CACtC,CAAC;IACF,OAAO,IAAA,uCAA0B,EAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AACzE,CAAC;AAED;;;;;;;;;;;;;GAaG;AACH,SAAgB,qCAAqC,CACjD,aAAqB,EACrB,SAAiB,EACjB,WAAuB,EACvB,QAAkB,EAClB,SAAsB,EACtB,MAAwB;IAExB,MAAM,kBAAkB,GAAG,mBAAmB,CAC1C,WAAW,EACX,MAAM,EACN,QAAQ,EACR,SAAS,EACT,SAAS,EACT,qCAAY,CAAC,oBAAoB,CACpC,CAAC;IACF,OAAO,IAAA,2DAAoC,EAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AACnF,CAAC;AAED;;;;;;GAMG;AACH,SAAgB,sBAAsB,CAAC,aAAqB,EAAE,QAAkB;IAC5E,OAAO,IAAA,2CAA4B,EAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;AACjE,CAAC"}
1
+ {"version":3,"file":"generate.js","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/generate.ts"],"names":[],"mappings":";;;;;AAgEA,sEAiBC;AAcD,sEAiBC;AAcD,sFAiBC;AASD,wDAEC;AA1JD,8CAA6D;AAC7D,6CAA0D;AAC1D,6CAA0D;AAC1D,iEAA8E;AAC9E,iDAA8D;AAE9D,wEAA8F;AAC9F,8DAAyE;AACzE,sDAA8B;AAC9B,8DAA+C;AAC/C,6CAA8C;AAE9C;;;;;;;;;;GAUG;AACH,SAAS,mBAAmB,CACxB,WAAuB,EACvB,MAAuB,EACvB,QAAkB,EAClB,SAAqB,EACrB,SAAiB,EACjB,YAA0B;IAE1B,IAAA,eAAQ,GAAE,CAAC;IAEX,MAAM,UAAU,GAAG,IAAA,+BAAuB,EAAC,WAAW,EAAE,MAAM,CAAC,CAAC;IAChE,MAAM,kBAAkB,GAAgC;QACpD,YAAY;QACZ,oBAAoB,EAAE,6CAAoB,CAAC,EAAE;QAC7C,QAAQ;QACR,SAAS;QACT,UAAU;QACV,MAAM;KACT,CAAC;IACF,kBAAkB,CAAC,SAAS,GAAG,IAAA,2CAA2B,EAAC,SAAS,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;IACrG,IAAI,CAAC,kBAAkB,CAAC,SAAS,EAAE,CAAC;QAChC,IAAA,qBAAG,EAAC,kBAAkB,CAAC,MAAM,EAAE;YAC3B,QAAQ,iCAAmB;YAC3B,OAAO,EAAE,iBAAO,CAAC,CAAC,CAAC,mBAAmB,EAAE,EAAE,aAAa,EAAE,SAAS,EAAE,CAAC;SACxE,CAAC,CAAC;IACP,CAAC;IACD,OAAO,kBAAkB,CAAC;AAC9B,CAAC;AAED;;;;;;;;;;;GAWG;AACH,SAAgB,6BAA6B,CACzC,aAAqB,EACrB,SAAiB,EACjB,WAAuB,EACvB,QAAkB,EAClB,SAAsB,EACtB,MAAwB;IAExB,MAAM,kBAAkB,GAAG,mBAAmB,CAC1C,WAAW,EACX,MAAM,EACN,QAAQ,EACR,SAAS,EACT,SAAS,EACT,qCAAY,CAAC,sBAAsB,CACtC,CAAC;IACF,OAAO,IAAA,uCAA0B,EAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AACzE,CAAC;AAED;;;;;;;;;;;GAWG;AACH,SAAgB,6BAA6B,CACzC,aAAqB,EACrB,SAAiB,EACjB,WAAuB,EACvB,QAAkB,EAClB,SAAsB,EACtB,MAAwB;IAExB,MAAM,kBAAkB,GAAG,mBAAmB,CAC1C,WAAW,EACX,MAAM,EACN,QAAQ,EACR,SAAS,EACT,SAAS,EACT,qCAAY,CAAC,sBAAsB,CACtC,CAAC;IACF,OAAO,IAAA,uCAA0B,EAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AACzE,CAAC;AAED;;;;;;;;;;;GAWG;AACH,SAAgB,qCAAqC,CACjD,aAAqB,EACrB,SAAiB,EACjB,WAAuB,EACvB,QAAkB,EAClB,SAAsB,EACtB,MAAwB;IAExB,MAAM,kBAAkB,GAAG,mBAAmB,CAC1C,WAAW,EACX,MAAM,EACN,QAAQ,EACR,SAAS,EACT,SAAS,EACT,qCAAY,CAAC,oBAAoB,CACpC,CAAC;IACF,OAAO,IAAA,2DAAoC,EAAC,kBAAkB,EAAE,aAAa,CAAC,CAAC;AACnF,CAAC;AAED;;;;;;GAMG;AACH,SAAgB,sBAAsB,CAAC,aAAqB,EAAE,QAAkB;IAC5E,OAAO,IAAA,2CAA4B,EAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;AACjE,CAAC"}
@@ -2,8 +2,9 @@ import type { ConvertedMetadata, EntitySet, EntityType } from '@sap-ux/vocabular
2
2
  import type { Definition } from 'typescript-json-schema';
3
3
  import type { GenerateAppSchemaParameters } from '@sap/ux-specification-types';
4
4
  /**
5
- * Adds the enum types for QuickVariant and QuickVariantX, based on the entity type annotations
6
- * @param {EntityType} entityType
5
+ * Adds the enum types for QuickVariant and QuickVariantX, based on the entity type annotations.
6
+ *
7
+ * @param {EntityType} entityType - The entity type containing annotations to be processed
7
8
  * @param {EntitySet} entitySet - current entity set of the page or view
8
9
  * @param {Definition} appSchema - app specific JSON schema
9
10
  * @param {ConvertedMetadata} oDataServiceAVT - combined service metadata, as returned by annotation vocabularies tools
@@ -12,6 +13,7 @@ export declare function addEnumForVariantPaths(entityType: EntityType, entitySet
12
13
  /**
13
14
  * Generates an app specific schema for the FE V2 Listreport from the generic schema.
14
15
  * Generic types are replaced by information from the app specific annotations.
16
+ *
15
17
  * @param {GenerateAppSchemaParameters} generateParameters - list of API input parameters
16
18
  * @param {object} genericSchema - generic JSON schema of a list report
17
19
  * @returns appSchema - the application specific JSON schema
@@ -1 +1 @@
1
- {"version":3,"file":"listReport.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/listReport.ts"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAK3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAM/E;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAClC,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,UAAU,EACrB,eAAe,EAAE,iBAAiB,GACnC,IAAI,CAIN;AAwGD;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CACtC,kBAAkB,EAAE,2BAA2B,EAC/C,aAAa,EAAE,UAAU,GAC1B,MAAM,CAmGR"}
1
+ {"version":3,"file":"listReport.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/listReport.ts"],"names":[],"mappings":"AAmCA,OAAO,KAAK,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAK3F,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAM/E;;;;;;;GAOG;AACH,wBAAgB,sBAAsB,CAClC,UAAU,EAAE,UAAU,EACtB,SAAS,EAAE,SAAS,EACpB,SAAS,EAAE,UAAU,EACrB,eAAe,EAAE,iBAAiB,GACnC,IAAI,CAIN;AAuHD;;;;;;;GAOG;AACH,wBAAgB,0BAA0B,CACtC,kBAAkB,EAAE,2BAA2B,EAC/C,aAAa,EAAE,UAAU,GAC1B,MAAM,CAmGR"}
@@ -17,8 +17,9 @@ const types_2 = require("../../../../../types/src/common/types");
17
17
  const ROOT_PROPERTIES_ORDER = ['filterBar', 'table', 'footer'];
18
18
  const UIVOCABULARYDOT = ux_specification_types_1.UIVOCABULARYALPHADOT.substring(1); // reference to the ui vocabluary without leading '@' but with trailing'.'
19
19
  /**
20
- * Adds the enum types for QuickVariant and QuickVariantX, based on the entity type annotations
21
- * @param {EntityType} entityType
20
+ * Adds the enum types for QuickVariant and QuickVariantX, based on the entity type annotations.
21
+ *
22
+ * @param {EntityType} entityType - The entity type containing annotations to be processed
22
23
  * @param {EntitySet} entitySet - current entity set of the page or view
23
24
  * @param {Definition} appSchema - app specific JSON schema
24
25
  * @param {ConvertedMetadata} oDataServiceAVT - combined service metadata, as returned by annotation vocabularies tools
@@ -29,8 +30,9 @@ function addEnumForVariantPaths(entityType, entitySet, appSchema, oDataServiceAV
29
30
  (0, common_1.addEnumForVariantEntitySet)(oDataServiceAVT, appSchema, 'QuickVariantX');
30
31
  }
31
32
  /**
32
- * Adds an enum filled with existing UI annotations for annotationPath property in FilterBar
33
- * @param {EntityType} entityType
33
+ * Adds an enum filled with existing UI annotations for annotationPath property in FilterBar.
34
+ *
35
+ * @param entityType - The entity type containing annotations to be processed
34
36
  * @param appSchema - app specific JSOn schema
35
37
  * @param definitionName - name of the definition in the app schema
36
38
  */
@@ -43,7 +45,14 @@ function addEnumForFilterBarAnnotationPath(entityType, appSchema, definitionName
43
45
  ];
44
46
  (0, common_1.addEnumForValidAnnotations)(entityType, validAnnotations, annoPath);
45
47
  }
46
- // Helper function for getLineItemAnnotation which determines the presentation variant to be used. The parameters of both functions have identical meaning.
48
+ /**
49
+ * Helper function for getLineItemAnnotation which determines the presentation variant to be used. The parameters of both functions have identical meaning.
50
+ *
51
+ * @param uIAnnotations - The UI annotations for the entity type.
52
+ * @param settings - Optional settings object, typically a piece of the manifest, containing an optional annotationPath property.
53
+ * @param logger - Optional logger instance for logging warnings or errors.
54
+ * @returns The determined PresentationVariant or undefined if none is found.
55
+ */
47
56
  function getPresentationVariantForLineItem(uIAnnotations, settings, logger) {
48
57
  let presentationVariant; // the presentation variant to be used to determine the LineItem
49
58
  const annotationPath = settings?.annotationPath;
@@ -90,8 +99,15 @@ function getPresentationVariantForLineItem(uIAnnotations, settings, logger) {
90
99
  }
91
100
  return presentationVariant;
92
101
  }
93
- // Determine the LineItemAnnotation to be used for the LR.
94
- // Reproduces logic from Fiori Elements LR implementation (function createWorkingContext in LR specific AnnotationHelper).
102
+ /**
103
+ * Determine the LineItemAnnotation to be used for the LR.
104
+ * Reproduces logic from Fiori Elements LR implementation (function createWorkingContext in LR specific AnnotationHelper).
105
+ *
106
+ * @param uIAnnotations - The UI annotations for the entity type.
107
+ * @param settings - Optional settings object, typically a piece of the manifest, containing an optional annotationPath property.
108
+ * @param logger - Optional logger instance for logging warnings or errors.
109
+ * @returns The determined LineItem annotation or undefined if none is found.
110
+ */
95
111
  function getLineItemAnnotation(uIAnnotations, settings, // an object (actually a piece of the manifest) possessing an optional property annotationPath which would define the path to the PresentationVariant
96
112
  logger // used in case an error/warning is detected while determining the result
97
113
  ) {
@@ -120,6 +136,7 @@ logger // used in case an error/warning is detected while determining the result
120
136
  /**
121
137
  * Generates an app specific schema for the FE V2 Listreport from the generic schema.
122
138
  * Generic types are replaced by information from the app specific annotations.
139
+ *
123
140
  * @param {GenerateAppSchemaParameters} generateParameters - list of API input parameters
124
141
  * @param {object} genericSchema - generic JSON schema of a list report
125
142
  * @returns appSchema - the application specific JSON schema
@@ -1 +1 @@
1
- {"version":3,"file":"listReport.js","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/listReport.ts"],"names":[],"mappings":";;;;;AAsDA,wDASC;AA+GD,gEAsGC;AApRD,mCAQiB;AACjB,mEAA+D;AAC/D,sCAAiD;AACjD,yCAUsB;AACtB,sDAA8B;AAC9B,wEAOqC;AAGrC,8DAA+C;AAC/C,oCAA8C;AAQ9C,iEAAkE;AAElE,MAAM,qBAAqB,GAAuC,CAAC,WAAW,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;AACnG,MAAM,eAAe,GAAG,6CAAoB,CAAC,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,0EAA0E;AAErI;;;;;;GAMG;AACH,SAAgB,sBAAsB,CAClC,UAAsB,EACtB,SAAoB,EACpB,SAAqB,EACrB,eAAkC;IAElC,IAAA,mCAA0B,EAAC,UAAU,EAAE,SAAS,EAAE,cAAc,CAAC,CAAC;IAClE,IAAA,kCAAyB,EAAC,SAAS,EAAE,eAAe,EAAE,SAAS,CAAC,CAAC;IACjE,IAAA,mCAA0B,EAAC,eAAe,EAAE,SAAS,EAAE,eAAe,CAAC,CAAC;AAC5E,CAAC;AAED;;;;;GAKG;AACH,SAAS,iCAAiC,CACtC,UAAsB,EACtB,SAAqB,EACrB,cAAsB;IAEtB,MAAM,QAAQ,GAAI,SAAS,CAAC,WAAW,CAAC,cAAc,CAAgB,CAAC,UAAU,CAAC,cAA4B,CAAC;IAC/G,MAAM,gBAAgB,GAAG;;;;KAIxB,CAAC;IACF,IAAA,mCAA0B,EAAC,UAAU,EAAE,gBAAgB,EAAE,QAAQ,CAAC,CAAC;AACvE,CAAC;AAED,2JAA2J;AAC3J,SAAS,iCAAiC,CACtC,aAAuC,EACvC,QAAS,EACT,MAAwB;IAExB,IAAI,mBAAoD,CAAC,CAAC,gEAAgE;IAC1H,MAAM,cAAc,GAAG,QAAQ,EAAE,cAAoC,CAAC;IACtE,sKAAsK;IACtK,4KAA4K;IAC5K,IAAI,cAAc,EAAE,CAAC;QACjB,MAAM,KAAK,GAAG,cAAc,CAAC,QAAQ,gHAAgD,CAAC;QACtF,MAAM,IAAI,GAAG,CAAC,KAAK,IAAI,cAAc,CAAC,QAAQ,8FAAuC,CAAC;QACtF,IAAI,KAAK,IAAI,IAAI,EAAE,CAAC;YAChB,MAAM,QAAQ,GAAG,cAAc,CAAC,OAAO,CAAC,eAAe,EAAE,EAAE,CAAC,CAAC;YAC7D,MAAM,YAAY,GAAG,aAAa,CAAC,QAAQ,CAAC,CAAC,CAAC,iEAAiE;YAC/G,IAAI,YAAY,EAAE,CAAC;gBACf,IAAI,IAAI,EAAE,CAAC;oBACP,mBAAmB,GAAG,YAAY,CAAC;gBACvC,CAAC;qBAAM,CAAC;oBACJ,WAAW;oBACX,mBAAmB,GAAG,YAAY,CAAC,iBAAS,CAAC,mBAAmB,CAAC,CAAC;oBAClE,IACI,mBAAmB;wBACnB,mBAAmB,CAAC,kBAAkB,CAAC,QAAQ,CAAC,iBAAS,CAAC,4BAA4B,CAAC,EACzF,CAAC;wBACC,mBAAmB,GAAG,aAAa,CAAC,iBAAS,CAAC,mBAAmB,CAAC,CAAC,CAAC,sFAAsF;oBAC9J,CAAC;gBACL,CAAC;YACL,CAAC;iBAAM,CAAC;gBACJ,2IAA2I;gBAC3I,IAAA,qBAAG,EAAC,MAAM,EAAE;oBACR,QAAQ,qCAAqB;oBAC7B,OAAO,EAAE,iBAAO,CAAC,CAAC,CAAC,qBAAqB,EAAE,EAAE,cAAc,EAAE,cAAc,EAAE,CAAC;iBAChF,CAAC,CAAC;gBACH,mIAAmI;gBACnI,IAAI,KAAK,EAAE,CAAC;oBACR,mBAAmB,GAAG,aAAa,CAAC,iBAAS,CAAC,mBAAmB,CAAC,CAAC;gBACvE,CAAC;YACL,CAAC;QACL,CAAC;aAAM,CAAC;YACJ,kJAAkJ;YAClJ,mBAAmB,GAAG,aAAa,CAAC,iBAAS,CAAC,mBAAmB,CAAC,CAAC,CAAC,iDAAiD;QACzH,CAAC;IACL,CAAC;SAAM,CAAC;QACJ,mBAAmB,GAAG,aAAa,CAAC,iBAAS,CAAC,mBAAmB,CAAC,CAAC;IACvE,CAAC;IACD,OAAO,mBAAmB,CAAC;AAC/B,CAAC;AAED,0DAA0D;AAC1D,0HAA0H;AAC1H,SAAS,qBAAqB,CAC1B,aAAuC,EACvC,QAAS,EAAE,qJAAqJ;AAChK,MAAwB,CAAC,yEAAyE;;IAElG,IAAI,IAAA,4CAAoB,EAAC,QAAQ,EAAE,gBAAgB,EAAE,MAAM,CAAC,EAAE,CAAC;QAC3D,OAAO,SAAS,CAAC,CAAC,6DAA6D;IACnF,CAAC;IACD,MAAM,mBAAmB,GAAG,iCAAiC,CAAC,aAAa,EAAE,QAAQ,EAAE,MAAM,CAAC,CAAC,CAAC,kFAAkF;IAElL,uFAAuF;IACvF,MAAM,cAAc,GAChB,mBAAmB,EAAE,cAAc,IAAI,EAAE,CAAC;IAC9C,IAAI,YAAY,GAAW,EAAE,CAAC,CAAC,yEAAyE;IACxG,cAAc,CAAC,IAAI,CAAC,UAAU,aAAa;QACvC,YAAY,GAAG,IAAA,sDAA8C,EAAC,iBAAS,CAAC,QAAQ,EAAE,aAAa,CAAC,CAAC;QACjG,OAAO,YAAY,CAAC,CAAC,2DAA2D;IACpF,CAAC,CAAC,CAAC;IACH,2IAA2I;IAC3I,YAAY,GAAG,YAAY,IAAI,iBAAS,CAAC,QAAQ,CAAC;IAClD,MAAM,QAAQ,GAAG,aAAa,CAAC,YAAY,CAAyB,CAAC;IACrE,IAAI,CAAC,QAAQ,EAAE,CAAC;QACZ,IAAA,qBAAG,EAAC,MAAM,EAAE;YACR,QAAQ,qCAAqB;YAC7B,OAAO,EAAE,iBAAO,CAAC,CAAC,CAAC,mBAAmB,EAAE,EAAE,cAAc,EAAE,YAAY,EAAE,CAAC;SAC5E,CAAC,CAAC;IACP,CAAC;IACD,OAAO,QAAQ,CAAC;AACpB,CAAC;AAED;;;;;;GAMG;AACH,SAAgB,0BAA0B,CACtC,kBAA+C,EAC/C,aAAyB;IAEzB,MAAM,SAAS,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,CAAe,CAAC;IAE1E,MAAM,WAAW,GAAG;QAChB,IAAI,EAAE,+BAAsB,GAAG,uCAAc,CAAC,SAAS;KAC1D,CAAC;IACF,MAAM,SAAS,GAAG,+BAAsB,GAAG,uCAAc,CAAC,SAAS,CAAC;IAEpE,0BAAkB,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,CAAC,EAAE,EAAE;QACxC,SAAS,CAAC,UAAU,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,CAAC,MAAM,CAAC,GAAG,+BAAsB,GAAG,SAAS,CAAC;QAC/F,MAAM,YAAY,GAAG,SAAS,CAAC,OAAO,CAAC,aAAa,EAAE,EAAE,CAAC,CAAC;QAC1D,MAAM,kBAAkB,GAAG,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,aAAa,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC;QAC/F,kBAAkB,CAAC,UAAU,CAAC,OAAO,GAAG,WAAW,CAAC;QACpD,kBAAkB,CAAC,UAAU,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,SAAS,CAAC;QAC1D,SAAS,CAAC,WAAW,CAAC,SAAS,CAAC,GAAG,kBAAkB,CAAC;IAC1D,CAAC,CAAC,CAAC;IAEH,MAAM,EAAE,UAAU,EAAE,aAAa,EAAE,GAAG,IAAA,mCAA2B,EAAC,kBAAkB,CAAC,CAAC,CAAC,wDAAwD;IAC/I,IAAI,aAAa,EAAE,CAAC;QAChB,mCAAmC;QACnC,sDAAsD;QACtD,MAAM,QAAQ,GAAG,EAAE,CAAC;QACpB,MAAM,MAAM,GAAG,IAAA,6BAAoB,EAC/B,kBAAkB,CAAC,QAAQ,CAAC,wCAAe,CAAC,OAAO,CAAC,CAAC,KAA2B,EAChF,QAAQ,CACX,CAAC;QAEF,iCAAiC;QACjC,IAAA,gCAAwB,EAAC,SAAS,CAAC,CAAC;QACpC,mBAAmB;QACnB,MAAM,kBAAkB,GAAG,qBAAqB,CAC5C,aAAa,EACb,MAAM,EAAE,SAAS,EAAE,QAAQ,EAC3B,kBAAkB,CAAC,MAAM,CAC5B,CAAC;QACF,IAAI,kBAAkB,EAAE,CAAC;YACrB,MAAM,cAAc,GAAG,IAAA,6BAAoB,EACvC,UAAU,CAAC,kBAAkB,EAC7B,kBAAkB,CAAC,IAAI,EACvB,kBAAkB,CAAC,SAAS,CAC/B,CAAC;YACF,0BAAkB,CAAC,OAAO,CAAC,CAAC,SAAS,EAAE,EAAE;gBACrC,SAAS,CAAC,WAAW,CAAC,SAAS,CAAC,CAAC,kCAAS,CAAC,cAAc,CAAC,GAAG,cAAc,CAAC;YAChF,CAAC,CAAC,CAAC;QACP,CAAC;QACD,IAAA,wBAAgB,EAAC,KAAK,EAAE,SAAS,EAAE,kBAAkB,EAAE,UAAU,CAAC,CAAC;QACnE,sBAAsB;QACtB,MAAM,wBAAwB,GAAG,aAAa,CAAC,eAAe,CAAC;QAC/D,IAAA,0BAAkB,EAAC,SAAS,EAAE,wBAAwB,EAAE,UAAU,CAAC,CAAC;QAEpE,0CAA0C;QAC1C,IAAA,sBAAa,EAAC,SAAS,EAAE,UAAU,CAAC,CAAC;QAErC,0EAA0E;QACzE,SAAS,CAAC,WAAW,CAAC,SAAwB,CAAC,UAAU,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC;QAC/F,IAAA,iCAAyB,EACpB,SAAS,CAAC,WAAW,CAAC,SAAwB,CAAC,UAAU,CAAC,aAAa,CAAC,OAAO,CAAC,CAAC,MAAM,CAAC,EACzF,UAAU,CACb,CAAC;QAEF,IAAI,CAAC,MAAM,EAAE,CAAC;YACV,IAAA,qBAAG,EAAC,kBAAkB,CAAC,MAAM,EAAE;gBAC3B,QAAQ,iCAAmB;gBAC3B,OAAO,EAAE,iBAAO,CAAC,CAAC,CAAC,MAAM,CAAC;gBAC1B,QAAQ,EAAE;oBACN,IAAI,EAAE,qCAAY;oBAClB,KAAK,EAAE,CAAC,wCAAe,CAAC,OAAO,CAAC;iBACnC;aACJ,CAAC,CAAC;YACH,OAAO,SAAS,CAAC;QACrB,CAAC;QACD,IAAA,gCAAwB,EACpB,SAAS,EACT,UAAU,EACV,MAAM,EACN,kBAAkB,CAAC,QAAQ,EAC3B,kBAAkB,CAAC,SAAS,CAC/B,CAAC;QAEF,sBAAsB,CAAC,UAAU,EAAE,kBAAkB,CAAC,SAAS,EAAE,SAAS,EAAE,kBAAkB,CAAC,UAAU,CAAC,CAAC;QAC3G,iCAAiC,CAAC,UAAU,EAAE,SAAS,EAAE,uCAAc,CAAC,mBAAmB,CAAC,CAAC;QAC7F,IAAA,wCAA+B,EAAC,UAAU,EAAE,SAAS,EAAE,uCAAc,CAAC,WAAW,CAAC,CAAC;QAEnF,4BAA4B;QAC5B,OAAO,SAAS,CAAC,WAAW,CAAC,8BAA8B,CAAC;QAC5D,OAAO,SAAS,CAAC,WAAW,CAAC,+BAA+B,CAAC;QAC7D,OAAO,SAAS,CAAC,WAAW,CAAC,SAAS,CAAC;QACvC,OAAO,SAAS,CAAC,WAAW,CAAC,eAAe,CAAC;QAC7C,OAAO,SAAS,CAAC,WAAW,CAAC,SAAS,CAAC;QACvC,OAAO,SAAS,CAAC,WAAW,CAAC,cAAc,CAAC;QAC5C,OAAO,SAAS,CAAC,WAAW,CAAC,iBAAiB,CAAC;QAC/C,OAAO,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC;QACrC,OAAO,SAAS,CAAC,WAAW,CAAC,OAAO,CAAC;QACrC,OAAO,SAAS,CAAC,WAAW,CAAC,aAAa,CAAC;QAC3C,OAAO,SAAS,CAAC,WAAW,CAAC,SAAS,CAAC;QACvC,OAAO,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC;IACvC,CAAC;IACD,IAAA,8BAAqB,EAAC,SAAS,EAAE,qBAAqB,CAAC,CAAC;IACxD,OAAO,SAAS,CAAC;AACrB,CAAC"}
1
+ {"version":3,"file":"listReport.js","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/listReport.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,9 @@
1
1
  import type { GenerateAppSchemaParameters } from '@sap/ux-specification-types';
2
2
  /**
3
3
  * Generates an app specific schema out of the generic schema.
4
- * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
5
- * @param genericSchema - generic JSON schema of an object page
6
4
  *
5
+ * @param generateParameters - list of API input parameters
6
+ * @param genericSchema - generic JSON schema of an object page
7
7
  * @returns the app specific JSON schema
8
8
  */
9
9
  export declare function generateObjectPageSchemaV2(generateParameters: GenerateAppSchemaParameters, genericSchema: object): object;
@@ -1 +1 @@
1
- {"version":3,"file":"objectPage.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/objectPage.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAKR,2BAA2B,EAE9B,MAAM,6BAA6B,CAAC;AA20BrC;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CACtC,kBAAkB,EAAE,2BAA2B,EAC/C,aAAa,EAAE,MAAM,GACtB,MAAM,CA8FR"}
1
+ {"version":3,"file":"objectPage.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/generate/objectPage.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAKR,2BAA2B,EAE9B,MAAM,6BAA6B,CAAC;AA22BrC;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CACtC,kBAAkB,EAAE,2BAA2B,EAC/C,aAAa,EAAE,MAAM,GACtB,MAAM,CA8FR"}
@@ -15,7 +15,8 @@ const types_1 = require("../types");
15
15
  const StableIdHelper_1 = require("../../v4/utils/StableIdHelper");
16
16
  const ROOT_PROPERTIES_ORDER = ['header', 'sections', 'footer'];
17
17
  /**
18
- * Adds flexChange properties for sub(sections)
18
+ * Adds flexChange properties for sub(sections).
19
+ *
19
20
  * @param appSchema - app schema in general
20
21
  * @param schemaSection - current section
21
22
  * @param property - property that will be enhanced
@@ -58,7 +59,8 @@ function addFlexChangeForSection(appSchema, schemaSection, property, sectionType
58
59
  schemaSection.properties[property][ux_specification_types_1.SchemaTag.controlType] = controlType;
59
60
  }
60
61
  /**
61
- * Callback for adding a single action to headerActions of V2
62
+ * Callback for adding a single action to headerActions of V2.
63
+ *
62
64
  * @param {EntityType} entityType - current entity type
63
65
  * @param {object} appSchema Schema of the app
64
66
  * @param identification - UI.Identification annotation as present in AVT ConvertedMetadata
@@ -93,11 +95,17 @@ function addHeaderActionCallBackV2(entityType, appSchema, identification, header
93
95
  });
94
96
  }
95
97
  /**
96
- * Callback for adding a single action to footerActions of V2
98
+ * Callback for adding a single action to footerActions of V2.
99
+ *
97
100
  * @param {EntityType} entityType - current entity type
98
101
  * @param {Definition} appSchema Schema of the app
99
102
  * @param {Definition} footerActions - list of footer actions, to be enhanced
100
- * @param {String} identification - converted UI.Identification term
103
+ * @param footerActions.type - The type of the footer actions
104
+ * @param footerActions.properties - The properties of the footer actions.
105
+ * @param footerActions.description - A description of the footer actions.
106
+ * @param footerActions.additionalProperties - Indicates whether additional properties are allowed.
107
+ * @param footerActions.isViewNode - Specifies if the footer actions are part of the view node.
108
+ * @param identification - converted UI.Identification term
101
109
  */
102
110
  function addFooterActionCallBackV2(entityType, appSchema, footerActions, identification) {
103
111
  identification.forEach((item) => {
@@ -127,6 +135,7 @@ function addFooterActionCallBackV2(entityType, appSchema, footerActions, identif
127
135
  }
128
136
  /**
129
137
  * Method ensures that definitions for custom columns are created for passed entitySet.
138
+ *
130
139
  * @param {object} appSchema App schema in general
131
140
  * @param {object} manifest manifest.json of the app
132
141
  * @param {string} entitySetName Entity set name.
@@ -135,7 +144,7 @@ function addFooterActionCallBackV2(entityType, appSchema, footerActions, identif
135
144
  * @param {FacetConfig} facet information
136
145
  * @param {string} facetKey - key of the facet, as listed in FacetConfigs
137
146
  * @param {FileData[]} [fragments] Array with XML fragments.
138
- * @return {string} Name of custom columns definition.
147
+ * @returns {string} Name of custom columns definition.
139
148
  */
140
149
  function ensureCustomColumnDefinitionExists(appSchema, manifest, entitySetName, entityTypeName, oDataServiceAVT, facet, facetKey, fragments) {
141
150
  let suffix, customColumnsDefinitionName;
@@ -178,6 +187,7 @@ function ensureCustomColumnDefinitionExists(appSchema, manifest, entitySetName,
178
187
  }
179
188
  /**
180
189
  * Method fills new app schema section with properties.
190
+ *
181
191
  * @param {Definition} appSchema App schema in general
182
192
  * @param {object} appSchemaSection app schema section to be filled
183
193
  * @param {SectionTypeV2} sectionType (sub)section type
@@ -191,6 +201,7 @@ function addAppSchemaDefinition(appSchema, appSchemaSection, sectionType, mainSe
191
201
  }
192
202
  /**
193
203
  * Method adds reference to section property key.
204
+ *
194
205
  * @param {object} sections - schema of current sections definition
195
206
  * @param {string} key section key which will contain the reference
196
207
  * @param {string} definitionKey key which the section should point to
@@ -199,7 +210,8 @@ function addSectionReference(sections, key, definitionKey) {
199
210
  sections.properties[key] = { $ref: `${common_1.DEFINITION_LINK_PREFIX}${definitionKey}` };
200
211
  }
201
212
  /**
202
- * Reuse function for all table types, copies and adapts the generic definition
213
+ * Reuse function for all table types, copies and adapts the generic definition.
214
+ *
203
215
  * @param tableType - Table type
204
216
  * @param facetId - facet ID, as derived for the given section
205
217
  * @param facet - facet or section information
@@ -231,13 +243,14 @@ function addTableDefinition(tableType, facetId, facet, appSchema) {
231
243
  (0, common_1.addEnumForSingleTabVariant)(facet.entityType, appSchema, `QuickVariant<${facetId}>`);
232
244
  }
233
245
  /**
234
- * Adds definitions for line items in object page sections to the app schema
235
- * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
236
- * @param {string} facetKey - key of the facet, as listed in FacetConfigs
237
- * @param {Definition} appSchema - app schema in general
238
- * @param {FacetConfig} facet - the given facet from the UI annotations
239
- * @param {FacetConfigs} facets - list of all facets
240
- * @param {SectionTypeV2} sectionType (sub)section type
246
+ * Adds definitions for line items in object page sections to the app schema.
247
+ *
248
+ * @param generateParameters - list of API input parameters
249
+ * @param facetKey - key of the facet, as listed in FacetConfigs
250
+ * @param appSchema - app schema in general
251
+ * @param facet - the given facet from the UI annotations
252
+ * @param facets - list of all facets
253
+ * @param sectionType (sub)section type
241
254
  */
242
255
  function handleLineItem(generateParameters, facetKey, appSchema, facet, facets, sectionType) {
243
256
  if (facet.base !== ux_specification_types_1.FacetBase.LineItem || !facetKey) {
@@ -291,12 +304,14 @@ function handleLineItem(generateParameters, facetKey, appSchema, facet, facets,
291
304
  }
292
305
  }
293
306
  /**
294
- * Adds definitions for subsections in object page sections to the app schema
307
+ * Adds definitions for subsections in object page sections to the app schema.
308
+ *
295
309
  * @param {Definition} appSchema - app schema in general
296
310
  * @param {string} definitionKey - key of app schema definition to be filled
297
311
  * @param {FacetConfig} facet facet or section information
298
312
  * @param {string} facetId - key of the facet, as listed in FacetConfigs
299
313
  * @param {SectionTypeV2} sectionType (sub)section type
314
+ * @param isHeaderFacet - Indicates whether the facet is located in the header section
300
315
  */
301
316
  function handleSubSection(appSchema, definitionKey, facet, facetId, sectionType, isHeaderFacet = false) {
302
317
  appSchema.definitions[definitionKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetId);
@@ -313,6 +328,7 @@ function handleSubSection(appSchema, definitionKey, facet, facetId, sectionType,
313
328
  }
314
329
  /**
315
330
  * Method fills new chart section with properties.
331
+ *
316
332
  * @param {Definition} appSchema App schema in general
317
333
  * @param {string} definitionKey - key of app schema definition to be filled
318
334
  * @param {FacetConfig} facet facet or section information
@@ -326,11 +342,13 @@ function handleSectionChart(appSchema, definitionKey, facet, facetKey, sectionTy
326
342
  }
327
343
  /**
328
344
  * Method fills new header section with properties.
345
+ *
329
346
  * @param {Definition} appSchema App schema in general
330
347
  * @param {string} definitionKey - key of app schema definition to be filled
331
348
  * @param {FacetConfig} facet facet or section information
332
349
  * @param {string} facetKey - facet key.
333
350
  * @param {SectionTypeV2} sectionType (sub)section type
351
+ * @param facetDefinition - The type of the facet definition to be used for the header facet
334
352
  */
335
353
  function handleHeaderFacet(appSchema, definitionKey, facet, facetKey, sectionType, facetDefinition) {
336
354
  appSchema.definitions[definitionKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetKey);
@@ -340,6 +358,13 @@ function handleHeaderFacet(appSchema, definitionKey, facet, facetKey, sectionTyp
340
358
  appSchemaSection[ux_specification_types_1.SchemaTag.isViewNode] = true;
341
359
  appSchemaSection[ux_specification_types_1.SchemaTag.dataType] = (0, common_1.determineDataTypeOfTarget)(facet?.target);
342
360
  }
361
+ /**
362
+ * Method fills new header section with properties.
363
+ *
364
+ * @param appSchema - The application schema to be updated
365
+ * @param definitionKey - The key of the definition to be filled
366
+ * @param facet - The facet or section information
367
+ */
343
368
  function addDataPointHeaderFacetDataType(appSchema, definitionKey, facet) {
344
369
  const appSchemaSection = appSchema.definitions[definitionKey];
345
370
  const dataType = (appSchemaSection[ux_specification_types_1.SchemaTag.dataType] = (0, common_1.determineDataTypeOfTarget)(facet?.target));
@@ -355,12 +380,13 @@ function addDataPointHeaderFacetDataType(appSchema, definitionKey, facet) {
355
380
  }
356
381
  /**
357
382
  * Method fills new form section in app schema with properties.
383
+ *
358
384
  * @param {Definition} appSchema App schema in general
359
385
  * @param {string} definitionKey - key of app schema definition to be filled
360
386
  * @param {FacetConfig} facet facet or section information
361
387
  * @param {string} facetKey - facet key.
362
388
  * @param {SectionTypeV2} sectionType (sub)section type
363
- * @return {object} returns filled form section in app schema.
389
+ * @returns {object} returns filled form section in app schema.
364
390
  */
365
391
  function handleFormSection(appSchema, definitionKey, facet, facetKey, sectionType) {
366
392
  appSchema.definitions[definitionKey] = (0, common_1.createDefaultSection)(appSchema, facet, facetKey);
@@ -371,10 +397,12 @@ function handleFormSection(appSchema, definitionKey, facet, facetKey, sectionTyp
371
397
  return appSchemaSection;
372
398
  }
373
399
  /**
374
- * Mapping of facet type to (sub)section type to enable correct further handling
375
- * @param {FacetBase} facetType - facet type to be mapped
376
- * @param {boolean} isSubSection - if section is subsection of section
377
- * @return {SectionTypeV2} sectionType (sub)section type
400
+ * Mapping of facet type to (sub)section type to enable correct further handling.
401
+ *
402
+ * @param facetType - facet type to be mapped
403
+ * @param isSubSection - if section is subsection of section
404
+ * @param isHeaderFacet - Indicates whether the facet is located in the header section
405
+ * @returns {SectionTypeV2} sectionType (sub)section type
378
406
  */
379
407
  function getSectionType(facetType, isSubSection, isHeaderFacet) {
380
408
  const headerSectionMap = new Map([
@@ -414,11 +442,12 @@ function getSectionType(facetType, isSubSection, isHeaderFacet) {
414
442
  }
415
443
  }
416
444
  /**
417
- * Method returns reference key, special handling of (sub)sections
445
+ * Method returns reference key, special handling of (sub)sections.
446
+ *
418
447
  * @param {FacetConfig} facet facet or section information
419
448
  * @param {string} facetKey - facet key.
420
449
  * @param {SectionTypeV2} sectionType (sub)section type
421
- * @return {string} reference key
450
+ * @returns {string} reference key
422
451
  */
423
452
  function getReferenceKey(facet, facetKey, sectionType) {
424
453
  let referenceKey = facet.ID || facetKey;
@@ -429,12 +458,14 @@ function getReferenceKey(facet, facetKey, sectionType) {
429
458
  }
430
459
  /**
431
460
  * Creates a section definition in app schema.
432
- * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
433
- * @param {FacetConfigs} facets - list of all facets.
434
- * @param {string} facetKey - facet key.
435
- * @param {object} sections - schema of current sections definition.
436
- * @param {Definition} appSchema - app specific schema that potentially gets enhanced.
437
- * @param {boolean} isSubSection - if section is subsection of section
461
+ *
462
+ * @param generateParameters - list of API input parameters
463
+ * @param facets - list of all facets.
464
+ * @param facetKey - facet key.
465
+ * @param sections - schema of current sections definition.
466
+ * @param appSchema - app specific schema that potentially gets enhanced.
467
+ * @param isSubSection - if section is subsection of section
468
+ * @param isHeaderFacet - Indicates whether the facet is located in the header section
438
469
  */
439
470
  function addSection(generateParameters, facets, facetKey, sections, appSchema, isSubSection = false, isHeaderFacet = false) {
440
471
  const facet = facets[facetKey];
@@ -504,14 +535,14 @@ function addSection(generateParameters, facets, facetKey, sections, appSchema, i
504
535
  }
505
536
  }
506
537
  /**
507
- * Helper function to add facets to the app schema
538
+ * Helper function to add facets to the app schema.
539
+ *
508
540
  * @param facetsExists flag if facets exists and should be added
509
541
  * @param facets collection of facets
510
- * @param generateParameters list of API input parameters
511
542
  * @param sections sections in config to be extended
512
- * @param appSchema app speci
543
+ * @param generateParameters list of API input parameters
544
+ * @param appSchema app specific schema that potentially gets enhanced
513
545
  * @param isHeaderFacet flag if facet is located in header section
514
- * @returns void
515
546
  */
516
547
  function addSectionsFromFacets(facetsExists, facets, sections, generateParameters, appSchema, isHeaderFacet = false) {
517
548
  if (!facetsExists) {
@@ -522,10 +553,11 @@ function addSectionsFromFacets(facetsExists, facets, sections, generateParameter
522
553
  }
523
554
  }
524
555
  /**
525
- * Adds the sections to the app schema
526
- * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
527
- * @param {Definition} appSchema - app specific schema that potentially gets enhanced
528
- * @param {SapUiAppPagesV2} pages - list of (manifest) pages
556
+ * Adds the sections to the app schema.
557
+ *
558
+ * @param generateParameters - list of API input parameters
559
+ * @param appSchema - app specific schema that potentially gets enhanced
560
+ * @param pages - list of (manifest) pages
529
561
  */
530
562
  function addSections(generateParameters, appSchema, pages) {
531
563
  const sections = appSchema.definitions[ux_specification_types_1.DefinitionName.Sections];
@@ -574,12 +606,11 @@ function addSections(generateParameters, appSchema, pages) {
574
606
  }
575
607
  }
576
608
  /**
577
- * Add Object Page Header to app-specific schema
609
+ * Add Object Page Header to app-specific schema.
578
610
  *
579
- * @param {object} appSchema Schema of the app
580
- * @param {EntitySet} entitySet - current entity set
581
- * @param {EntityType} entityType - current entity type
582
- * @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
611
+ * @param appSchema Schema of the app
612
+ * @param generateParameters - list of API input parameters
613
+ * @param entityType - current entity type
583
614
  */
584
615
  function addHeader(appSchema, generateParameters, entityType) {
585
616
  (0, common_1.addCommonHeaderSchema)(appSchema, entityType);
@@ -587,7 +618,8 @@ function addHeader(appSchema, generateParameters, entityType) {
587
618
  (0, common_1.addHeaderActions)(appSchema, entityType, generateParameters, addHeaderActionCallBackV2, undefined, true);
588
619
  }
589
620
  /**
590
- * Adds the related facets keys 'enum' to the app schema
621
+ * Adds the related facets keys 'enum' to the app schema.
622
+ *
591
623
  * @param schema - app specific schema that potentially gets enhanced
592
624
  * @param {EntityType} entityType - current entity type
593
625
  * @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
@@ -603,9 +635,9 @@ function addRelatedFacetKeysType(schema, entityType, oDataServiceAVT, logger) {
603
635
  }
604
636
  /**
605
637
  * Generates an app specific schema out of the generic schema.
606
- * @param {GenerateSchemaParameters} generateParameters - list of API input parameters
607
- * @param genericSchema - generic JSON schema of an object page
608
638
  *
639
+ * @param generateParameters - list of API input parameters
640
+ * @param genericSchema - generic JSON schema of an object page
609
641
  * @returns the app specific JSON schema
610
642
  */
611
643
  function generateObjectPageSchemaV2(generateParameters, genericSchema) {