@sap/ux-specification 1.96.88 → 1.96.89

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 +4 -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 +62 -35
  132. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  133. package/dist/specification/src/sync/common/generate/utils.js +64 -35
  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 +237 -88
  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 +20 -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 +28 -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 +42 -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 +18 -10
  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 +48 -18
  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 +122 -73
  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 +69 -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 +10 -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
@@ -11,6 +11,7 @@ export declare const V4_LIBS: string[];
11
11
  export declare const arrayIncludes: (arr: string[], target: string[]) => boolean;
12
12
  /**
13
13
  * Function returns annotation path for schema based on received params.
14
+ *
14
15
  * @param entityTypeName - Entity type name.
15
16
  * @param term - Annotation term.
16
17
  * @param qualifier - Annotation qualifier.
@@ -18,57 +19,71 @@ export declare const arrayIncludes: (arr: string[], target: string[]) => boolean
18
19
  */
19
20
  export declare const createAnnotationPath: (entityTypeName: string, term: string, qualifier?: string) => string | undefined;
20
21
  /**
21
- * Parses, merges, and converts a list of annotation files with aid of tools from annotation-vocabularies-tools
22
+ * Parses, merges, and converts a list of annotation files with aid of tools from annotation-vocabularies-tools.
23
+ *
22
24
  * @param annotationFiles - The list of all annotation files, in JSON format
25
+ * @param logger - Logger instance used for logging errors or messages during processing
23
26
  * @returns the complete service information
24
27
  */
25
28
  export declare function parseAndMergeAndConvert(annotationFiles: FileData[], logger: ExtensionLogger): ConvertedMetadata;
26
29
  export declare const getAnnotationPropertyValue: (annotationProperty: DataField["Value"]) => string;
27
30
  /**
28
- * Checks for Common.Label and overwrites the label from it if present
31
+ * Checks for Common.Label and overwrites the label from it if present.
32
+ *
29
33
  * @param {PropertyAnnotations} annotations - property annotations
30
34
  * @param {EntityType} entityType - entity type
31
35
  * @param {string} label - label, to be actualized
36
+ * @returns label, derived from Common.Label or from property value
32
37
  */
33
38
  export declare function evaluateCommonLabel(annotations: PropertyAnnotations, entityType: EntityType, label: string): string;
34
39
  /**
35
- * Determines the label for a property path
40
+ * Determines the label for a property path.
41
+ *
36
42
  * @param {PropertyPath} propertyPath - property path
37
43
  * @param {EntityType} entityType - entity type
38
44
  * @returns label, derived from Common.Label or from property value
39
45
  */
40
46
  export declare function getLabelForPropertyPath(propertyPath: PropertyPath, entityType: EntityType): string;
41
47
  /**
42
- * Determines the label for a LineItem record
43
- * @param {DataFieldAbstractType} field - Line item record
44
- * @param {EntityType} entityType - entity type
48
+ * Determines the label for a LineItem record.
49
+ *
50
+ * @param field - Line item record
51
+ * @param entityType - entity type
45
52
  * @returns label, derived from Common.Label or from property value
46
53
  */
47
54
  export declare function getLabelForDataField(field: DataFieldAbstractTypes, entityType: EntityType): string;
48
55
  /**
49
- * Determines the description of a data field, e.g. for the column header
56
+ * Determines the description of a data field, e.g. for the column header.
57
+ *
50
58
  * @param dataFieldAbstract - the given record of the line item annotation
51
59
  * @param entityType - the entity type as part of the AVT ConvertedMetadata
60
+ * @returns the description of the data field
52
61
  */
53
62
  export declare function getDataFieldDescription(dataFieldAbstract: DataFieldAbstractTypes, entityType: EntityType): string;
54
63
  /**
55
- * Prepare string for reference use in schema
64
+ * Prepare string for reference use in schema.
65
+ *
56
66
  * @param refInput string to be character checked and replaced
57
67
  * @returns string with replaced characters
58
68
  */
59
69
  export declare function prepareRef(refInput: string | PropertyAnnotationValue<String>): string;
60
70
  /**
61
- * Return the page type for a given V2 page in manifest
71
+ * Return the page type for a given V2 page in manifest.
72
+ *
62
73
  * @param name - page component name
74
+ * @returns page type
63
75
  */
64
76
  export declare function getPageTypeV2(name: string): PageTypeV2 | undefined;
65
77
  /**
66
- * Return the page type for a given V4 page in manifest
67
- * @param name - page component name
78
+ * Return the page type for a given V4 page in manifest.
79
+ *
80
+ * @param v4Page - The V4 application page or routing target configuration
81
+ * @returns page type
68
82
  */
69
- export declare function getPageTypeV4(v4App: v4.SapUiAppPageV4 | v4.SapUi5RoutingTargetCustomPageV4): PageTypeV4 | undefined;
83
+ export declare function getPageTypeV4(v4Page: v4.SapUiAppPageV4 | v4.SapUi5RoutingTargetCustomPageV4): PageTypeV4 | undefined;
70
84
  /**
71
- * Finds the alias for a given namespace in the references' section of the converted service metadata
85
+ * Finds the alias for a given namespace in the references' section of the converted service metadata.
86
+ *
72
87
  * @param {string} namespace - complete namespace, e.g. 'com.sap.vocabularies.UI.v1'
73
88
  * @param {ConvertedMetadata} oDataServiceAVT - combined service metadata, as returned by annotation vocabularies tools
74
89
  * @returns alias for the given namespace
@@ -76,23 +91,27 @@ export declare function getPageTypeV4(v4App: v4.SapUiAppPageV4 | v4.SapUi5Routin
76
91
  export declare function findAlias(namespace: string, oDataServiceAVT: ConvertedMetadata): string | undefined;
77
92
  /**
78
93
  * Method returns annotation from passed meta path.
94
+ *
79
95
  * @param metaPath - annotation meta path
80
96
  * @returns annotation name
81
97
  */
82
98
  export declare function getAnnotationFromMetaPath(metaPath: string): string;
83
99
  /**
84
100
  * Resolve page section(get key and label->description).
101
+ *
85
102
  * @param facetDefinition - the actual annotation record
103
+ * @param sourceEntityType - The source entity type to be used for resolving facets
104
+ * @param oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
105
+ * @param logger - Logger class for logging messages
106
+ * @param oDataVersion - OData version
86
107
  * @param keyForRelatedFacetKeys - construct key for 'keyForRelatedFacetKeys' property(used to define custom sections) - we should not add '@' symbol there.
87
- * @param {FioriElementsVersion} oDataVersion - OData version
88
- * @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
89
- * @param {ExtensionLogger} logger - Logger class for logging messages
90
- * @returns {FacetSection} - object comprising the relevant facet information
108
+ * @returns - object comprising the relevant facet information
91
109
  */
92
110
  export declare function getSectionFacet(facetDefinition: FacetTypes, sourceEntityType: EntityType, oDataServiceAVT: ConvertedMetadata, logger?: ExtensionLogger, oDataVersion?: FioriElementsVersion, keyForRelatedFacetKeys?: boolean): FacetSection | undefined;
93
111
  /**
94
112
  * Method prepares value as empty object or array based on passed path.
95
113
  * For array path should end with '[]'.
114
+ *
96
115
  * @param {string} path - path of the property in the manifest
97
116
  * @returns prepared value based on passed path
98
117
  */
@@ -101,16 +120,18 @@ export declare const prepareValueForPath: (path?: string) => Array<unknown> | ob
101
120
  * Finds the alias for a given namespace in the references' section of the converted service metadata.
102
121
  * An empty object is created if the path element does not exist yet.
103
122
  * Exception: if an empty array is the next element of the 'path' definition, an empty array is created instead of an empty object.
123
+ *
104
124
  * @param {object} manifest - manifest that is being modified during export
105
125
  * @param {string} path - path of the property in the manifest
106
126
  * @param {string} targetAnnotation - target annotation (optional)
107
127
  * @param {string} targetAnnotationEncoded - target annotation in its encoded form, as used in manifest settings
108
- * @param {boolean} [readOnly=false] - indicates if the function should create object/array if existing value not found by given path
128
+ * @param {boolean} [readOnly] - indicates if the function should create object/array if existing value not found by given path
109
129
  * @returns returns section of the manifest based on path, generates an empty object in case it does not exists
110
130
  */
111
131
  export declare const getManifestSectionByPathV4: (manifest: object, path: string, targetAnnotation?: string, targetAnnotationEncoded?: string, readOnly?: boolean) => object | undefined;
112
132
  /**
113
133
  * Method sets value for passed path in manifest.
134
+ *
114
135
  * @param {object} manifest - manifest that is being modified during export
115
136
  * @param {string} path - path of the property in the manifest
116
137
  * @param {unknown} value - value to apply
@@ -118,32 +139,44 @@ export declare const getManifestSectionByPathV4: (manifest: object, path: string
118
139
  * @param {string} targetAnnotationEncoded - target annotation in its encoded form, as used in manifest settings
119
140
  */
120
141
  export declare const setManifestSectionByPathV4: (manifest: object, path: string, value: unknown, targetAnnotation?: string, targetAnnotationEncoded?: string) => void;
142
+ /**
143
+ * Retrieves the schema key for a given line item record based on its type and properties.
144
+ *
145
+ * @param lineItemRecord - The line item record to process.
146
+ * @returns The schema key as a string, or undefined if no key is determined.
147
+ */
121
148
  export declare function getSchemaKeyOfLineItemRecord(lineItemRecord: DataFieldAbstractTypes): string;
122
149
  /**
123
150
  * Method returns schema annotation path for passed fullyQualifiedName.
151
+ *
124
152
  * @param {EntityType} entityType entity type.
125
153
  * @param {string} fullyQualifiedName fully qualifier name.
126
154
  * @returns {TemplateType} Schema annotation path.
127
155
  */
128
156
  export declare function getAnnotationPathUsingFullyQualifiedName(entityType: EntityType, fullyQualifiedName: string): string;
129
157
  /**
130
- * Retrieve header facet configurations that can be used to generate ObjectPage schemas
131
- * @param {QualifiedName} entityTypeName - the name of the actual entity type
132
- * @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
133
- * @param {FioriElementsVersion} oDataVersion - OData version
134
- * @param {ExtensionLogger} logger - Logger class for logging messages
158
+ * Retrieve header facet configurations that can be used to generate ObjectPage schemas.
159
+ *
160
+ * @param entityType - The entity type to be used for resolving facets
161
+ * @param oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
162
+ * @param oDataVersion - OData version
163
+ * @param logger - Logger class for logging messages
164
+ * @returns - header facet configurations
135
165
  */
136
166
  export declare function getObjectPageHeaderFacets(entityType: EntityType, oDataServiceAVT: ConvertedMetadata, oDataVersion?: FioriElementsVersion, logger?: ExtensionLogger): FacetConfigs | undefined;
137
167
  /**
138
- * Retrieve facet configurations that can be used to generate ObjectPage schemas
139
- * @param {QualifiedName} entityTypeName - the name of the actual entity type
140
- * @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
168
+ * Retrieve facet configurations that can be used to generate ObjectPage schemas.
169
+ *
170
+ * @param entityType - The entity type to be used for resolving facets
171
+ * @param oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
141
172
  * @param {FioriElementsVersion} oDataVersion - OData version
142
173
  * @param {ExtensionLogger} logger - Logger class for logging messages
174
+ * @returns - facet configurations
143
175
  */
144
176
  export declare function getObjectPageFacets(entityType: EntityType, oDataServiceAVT: ConvertedMetadata, oDataVersion?: FioriElementsVersion, logger?: ExtensionLogger): FacetConfigs | undefined;
145
177
  /**
146
- * Returns the version of Fiori elements (v2/v4) from a given manifest
178
+ * Returns the version of Fiori elements (v2/v4) from a given manifest.
179
+ *
147
180
  * @param manifest - the manifest.json file
148
181
  * @returns FioriElementsVersion
149
182
  */
@@ -158,33 +191,38 @@ export declare function getFEVersionFromManifest(manifest: Manifest): FioriEleme
158
191
  */
159
192
  export declare function getMainService(manifest: Manifest): string | undefined;
160
193
  /**
161
- * Returns the oData version of the service (if any) from a given manifest
194
+ * Returns the oData version of the service (if any) from a given manifest.
195
+ *
162
196
  * @param manifest - the manifest.json file
163
197
  * @returns the OData version
164
198
  */
165
199
  export declare function getODataVersionFromManifest(manifest: Manifest): OdataVersion;
166
200
  /**
167
- * Determines the template type of a V2 app
201
+ * Determines the template type of a V2 app.
202
+ *
168
203
  * @param manifest - the manifest.json file
169
204
  * @param {ExtensionLogger} logger - Logger class for logging messages
170
- * @returns {TemplateType} the template type
205
+ * @returns the template type
171
206
  */
172
207
  export declare function determineV2Template(manifest: Manifest, logger: ExtensionLogger): TemplateType | undefined;
173
208
  /**
174
- * Determines the template type of a single page
209
+ * Determines the template type of a single page.
210
+ *
175
211
  * @param v4Page - single page from routing targets
176
212
  * @returns {TemplateType | undefined} the template type
177
213
  */
178
214
  export declare function determineV4PageTemplateType(v4Page: v4.SapUiAppPageV4): TemplateType | undefined;
179
215
  /**
180
- * Determines the template type of a V4 app
216
+ * Determines the template type of a V4 app.
217
+ *
181
218
  * @param manifest - the manifest.json file
182
219
  * @param {ExtensionLogger} logger - Logger class for logging messages
183
220
  * @returns {TemplateType} the template type
184
221
  */
185
222
  export declare function determineV4Template(manifest: Manifest, logger: ExtensionLogger): TemplateType | undefined;
186
223
  /**
187
- * Determines the template type, based on the given manifest entries of the app
224
+ * Determines the template type, based on the given manifest entries of the app.
225
+ *
188
226
  * @param manifest - the manifest.json file
189
227
  * @param {FioriElementsVersion} fioriElementsVersion - OData or FE version
190
228
  * @param {ExtensionLogger} logger - Logger class for logging messages
@@ -192,51 +230,59 @@ export declare function determineV4Template(manifest: Manifest, logger: Extensio
192
230
  */
193
231
  export declare function getTemplateTypeFromManifest(manifest: Manifest, fioriElementsVersion: FioriElementsVersion, logger: ExtensionLogger): TemplateType | undefined;
194
232
  /**
195
- * Adds title to a section or header section in an app schema
233
+ * Adds title to a section or header section in an app schema.
234
+ *
196
235
  * @param facet - intermediate facet structure comprising annotation information
197
236
  * @param section - section in the app schema
198
237
  * @param facetKey - key of the facet
199
238
  */
200
239
  export declare function addSectionTitle(facet: FacetConfig, section: Definition, facetKey: string): void;
201
240
  /**
202
- * Adds description to a section or header section in an app schema
241
+ * Adds description to a section or header section in an app schema.
242
+ *
203
243
  * @param facet - intermediate facet structure comprising annotation information
204
244
  * @param section - section in the app schema
205
245
  * @param facetKey - key of the facet
206
246
  */
207
247
  export declare function addSectionDescription(facet: FacetConfig, section: Definition, facetKey: string): void;
208
248
  /**
209
- * Adds target title or description to a section or header section in an app schema
249
+ * Adds target title or description to a section or header section in an app schema.
250
+ *
210
251
  * @param facet - intermediate facet structure comprising annotation information
211
252
  * @param section - section in the app schema
212
253
  * @param facetKey - key of the facet
213
254
  */
214
255
  export declare function addTargetTitleAndSectionDescription(facet: FacetConfig, section: Definition, facetKey: string): void;
215
256
  /**
216
- * Adds chart (S)PV header facet ID, in case chart has no title
257
+ * Adds chart (S)PV header facet ID, in case chart has no title.
258
+ *
217
259
  * @param facet - intermediate facet structure comprising annotation information
218
260
  * @param section - section in the app schema
219
- * @param facetKey - key of the facet
220
261
  */
221
262
  export declare function addChartFacetID(facet: FacetConfig, section: Definition): void;
222
263
  /**
223
264
  * Creates a default object for a new section or subsection, and adds the ID as title if present.
224
- * @param facet Facet configuration, to be analyzed
265
+ *
266
+ * @param appSchema - The application-specific JSON schema.
267
+ * @param facet - Facet configuration, to be analyzed.
268
+ * @param facetKey - The key of the facet.
225
269
  * @returns the new section object
226
270
  */
227
271
  export declare function createDefaultSection(appSchema: Definition, facet: FacetConfig, facetKey: string): Definition;
228
272
  /**
229
273
  * Retrieve page section data(so far id/key and label/description).
274
+ *
230
275
  * @param {EntityType} entityType The actual entityType
231
276
  * @param {ConvertedMetadata} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
232
277
  * @param {ExtensionLogger} logger - Logger class for logging messages
233
278
  * @param {FioriElementsVersion} oDataVersion - OData version
234
- * @param {boolean} [checkUnresolvableFacets=false] - Check and avoid facets and sections without ID and Target.
235
- * @returns {FacetSection[]} - Array of facets or sections
279
+ * @param {boolean} [checkUnresolvableFacets] - Check and avoid facets and sections without ID and Target.
280
+ * @returns - Array of facets or sections
236
281
  */
237
282
  export declare function getObjectPageFacetSection(entityType: EntityType, oDataServiceAVT: ConvertedMetadata, logger?: ExtensionLogger, oDataVersion?: FioriElementsVersion, checkUnresolvableFacets?: boolean): FacetSection[];
238
283
  /**
239
- * Cleans empty sub-structures from the export result for manifest
284
+ * Cleans empty sub-structures from the export result for manifest.
285
+ *
240
286
  * @param {object} manifest - manifest.json part of the export result
241
287
  * @param {string} path - path in the manifest
242
288
  * @param {boolean} deletionRequest - if set to true, any manifest setting specified by entityPath gets deleted even if it comprises any unknown property
@@ -248,13 +294,16 @@ export declare function getObjectPageFacetSection(entityType: EntityType, oDataS
248
294
  export declare const deleteEmptyStructure: (manifest: object, path: string, deletionRequest: boolean, entityPathArray?: string[], targetAnnotation?: string, targetAnnotationEncoded?: string) => void;
249
295
  /**
250
296
  * Method which returns schema file name and path depending on passed schema or page type.
297
+ *
251
298
  * @param {SchemaType | PageTypeV2} schemaType Schema type or Page type.
252
299
  * @param {string} [pageId] target page id from manifest.json
253
- * @return {SchemaFilePath} File path info.
300
+ * @param viewId - The view ID for custom pages (optional).
301
+ * @returns {SchemaFilePath} File path info.
254
302
  */
255
303
  export declare const getSchemaFilePath: (schemaType: SchemaType | PageTypeV2 | PageTypeV4, pageId?: string, viewId?: string) => SchemaFilePath;
256
304
  /**
257
305
  * Method which generates id of page according to passed parameters
306
+ *
258
307
  * @param appVersion - Fiori Elements version - V2 or V4
259
308
  * @param pageType - Page type
260
309
  * @param entitySet - Entity Set
@@ -262,6 +311,15 @@ export declare const getSchemaFilePath: (schemaType: SchemaType | PageTypeV2 | P
262
311
  * @param pageName - Page name in manifest. Used if entitySet is empty
263
312
  * @returns {string} Generated page id
264
313
  */
314
+ /**
315
+ * Generates a unique page ID based on the provided parameters.
316
+ *
317
+ * @param pageType - The type of the page (e.g., ListReport, ObjectPage, etc.).
318
+ * @param entitySet - The entity set associated with the page.
319
+ * @param viewId - The view ID for custom pages (optional).
320
+ * @param pageName - The name of the page in the manifest (used if entitySet is empty).
321
+ * @returns The generated page ID as a string.
322
+ */
265
323
  export declare function generatePageId(pageType: PageTypeV2 | PageTypeV4, entitySet: string, viewId?: string, pageName?: string): string;
266
324
  export type NextDefinition = {
267
325
  configObject?: object;
@@ -270,6 +328,7 @@ export type NextDefinition = {
270
328
  };
271
329
  /**
272
330
  * Method finds matching objects against passed interface of 'additionalProperties' and returns array of matching object keys.
331
+ *
273
332
  * @param {Definition} appSchema - App-specific JSON schema.
274
333
  * @param {Definition} additionalProperties - Allowed additional properties.
275
334
  * @param {object} configObject -Container object to find matching childs.
@@ -277,7 +336,8 @@ export type NextDefinition = {
277
336
  */
278
337
  export declare function findMatchingKeysByAdditionalProperties(appSchema: Definition, additionalProperties: Definition, configObject: object): string[];
279
338
  /**
280
- * Recursive function to determine the next config part, next definition in the app schema and the title
339
+ * Recursive function to determine the next config part, next definition in the app schema and the title.
340
+ *
281
341
  * @param appSchema - app-specific JSON schema
282
342
  * @param title - default title
283
343
  * @param currentConfigObject - current part of the configuration that gets traversed
@@ -285,38 +345,43 @@ export declare function findMatchingKeysByAdditionalProperties(appSchema: Defini
285
345
  * @param key - actual key
286
346
  * @param {MetadataInstanceInterface} factory - factory for creating metadata instances
287
347
  * @param pageType - page type
348
+ * @returns {NextDefinition} - Next target definition to process
288
349
  */
289
350
  export declare function getNextTargetDefinition(appSchema: object, title: string, currentConfigObject: object, propertyDefinition: object, key: string, factory: MetadataInstanceInterface, pageType: PageTypeV2 | PageTypeV4): NextDefinition;
290
351
  /**
291
- * Custom array merge function called by deepmerge's merge function
352
+ * Custom array merge function called by deepmerge's merge function.
292
353
  *
293
354
  * @param {*} target Target array
294
355
  * @param {*} source Source array
295
356
  * @param {*} options options object provided by deepmerge's merge function
296
- * @returns
357
+ * @returns {string[]} Combined array with unique elements from both target and source arrays.
297
358
  */
298
359
  export declare const arrayCombineMerge: (target: any, source: any, options: any) => string[];
299
360
  /**
300
- * Converts an enum into a CSV
361
+ * Converts an enum into a CSV.
362
+ *
301
363
  * @param {object} manifestSection - manifestSection where the key exists
302
364
  * @param {object} configPart - Property as mentioned in config file
303
365
  * @param {string} key - Property to be exported to manifest
304
366
  */
305
367
  export declare function convertEnumToCSV(manifestSection: any, configPart: any, key: string): void;
306
368
  /**
307
- * Converts an action ID from the internal format (schema, config) to the stable ID representation
369
+ * Converts an action ID from the internal format (schema, config) to the stable ID representation.
370
+ *
308
371
  * @param actionId - the (unique) internal format of the action ID
309
372
  * @returns the converted action ID
310
373
  */
311
374
  export declare function convertActionKeyToStableId(actionId: string): string;
312
375
  /**
313
- * Method returns definition key for passed '$ref' property by removing 'definition' prefix
376
+ * Method returns definition key for passed '$ref' property by removing 'definition' prefix.
377
+ *
314
378
  * @param {string} $ref Definition reference.
315
379
  * @returns Definition key.
316
380
  */
317
381
  export declare function getDefinitionKey($ref: string): string;
318
382
  /**
319
383
  * Method returns definition $ref' property for passed definition key.
384
+ *
320
385
  * @param {string} key Definition key.
321
386
  * @returns Definition reference.
322
387
  */
@@ -346,20 +411,23 @@ export declare function isFeatureSupported(featureToggles?: FeatureToggle[], fea
346
411
  export declare function updatePropertyIndices(schema: Definition, order: string[]): void;
347
412
  /**
348
413
  * Method to get value for passed path in passed object.
414
+ *
349
415
  * @param obj Object to check.
350
416
  * @param paths Path for searching property/value.
351
417
  * @returns Found value for passed path.
352
418
  */
353
419
  export declare function getJSONPropertyByPath(obj: object, paths: Array<string | number>): unknown;
354
420
  /**
355
- * Method to remove namespaces
356
- * @param {string } [sId]
421
+ * Method to remove namespaces.
422
+ *
423
+ * @param sId - The string identifier to process and remove namespaces from.
357
424
  * @returns {string} modified string without namespace
358
425
  */
359
426
  export declare function removeNamespaces(sId: string): string;
360
427
  /**
361
- * Method to replace namespaces with short hand form
362
- * @param {string } [sId]
428
+ * Method to replace namespaces with short hand form.
429
+ *
430
+ * @param {string } sId - The string identifier to process and replace namespaces with shorthand forms.
363
431
  * @returns {string} modified string with replaced namespaces
364
432
  */
365
433
  export declare function replaceNamespaces(sId: string): string;
@@ -370,4 +438,12 @@ export declare function replaceNamespaces(sId: string): string;
370
438
  * @returns the name of the referred Definition, if it exists, otherwise undefined
371
439
  */
372
440
  export declare function getRefType(element: Definition): string | undefined;
441
+ /**
442
+ * Determines whether two template names match either directly or by resolving their corresponding page types.
443
+ *
444
+ * @param templateName1 The first template name to compare.
445
+ * @param templateName2 The second template name to compare.
446
+ * @returns Returns true if the template names match directly or their page types match; otherwise, false.
447
+ */
448
+ export declare function compareTemplateNames(templateName1: string, templateName2: any): boolean;
373
449
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/utils.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/sync/common/utils.ts"],"names":[],"mappings":"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"}