@sap/ux-specification 1.120.36 → 1.120.38

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 (536) hide show
  1. package/CHANGELOG.md +52 -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-ListReportNew.html +73 -0
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +112 -112
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/schemas/v2/ApplicationV2.json +2 -1
  18. package/dist/schemas/v2/ListReportNewConfig.json +16 -0
  19. package/dist/schemas/v4/ApplicationV4.json +6 -1
  20. package/dist/schemas/v4/ListReportConfig.json +18 -0
  21. package/dist/schemas/v4/ObjectPageConfig.json +27 -0
  22. package/dist/specification/package.json +6 -6
  23. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +21 -0
  24. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -1
  25. package/dist/specification/scripts/documentation/components/TreeDiagram.js +21 -0
  26. package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -1
  27. package/dist/specification/scripts/documentation/components/filter.d.ts +7 -0
  28. package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -1
  29. package/dist/specification/scripts/documentation/components/filter.js +30 -0
  30. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  31. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +70 -0
  32. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  33. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +70 -3
  34. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  35. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +17 -0
  36. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
  37. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +23 -0
  38. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
  39. package/dist/specification/scripts/documentation/components/ui/search.d.ts +12 -0
  40. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  41. package/dist/specification/scripts/documentation/components/ui/search.js +78 -8
  42. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  43. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +21 -0
  44. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  45. package/dist/specification/scripts/documentation/components/ui/toggle.js +23 -6
  46. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  47. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +24 -0
  48. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  49. package/dist/specification/scripts/documentation/components/ui/tooltip.js +24 -3
  50. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  51. package/dist/specification/scripts/documentation/components/ui/utils.d.ts +36 -0
  52. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  53. package/dist/specification/scripts/documentation/components/ui/utils.js +36 -4
  54. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  55. package/dist/specification/scripts/extractDocu.js +49 -5
  56. package/dist/specification/scripts/extractDocu.js.map +1 -1
  57. package/dist/specification/scripts/macros/api.d.ts +4 -1
  58. package/dist/specification/scripts/macros/api.d.ts.map +1 -1
  59. package/dist/specification/scripts/macros/api.js +9 -1
  60. package/dist/specification/scripts/macros/api.js.map +1 -1
  61. package/dist/specification/scripts/macros/cmd.d.ts +1 -0
  62. package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
  63. package/dist/specification/scripts/macros/cmd.js +1 -0
  64. package/dist/specification/scripts/macros/cmd.js.map +1 -1
  65. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  66. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  67. package/dist/specification/scripts/macros/corrections.js +5 -0
  68. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  69. package/dist/specification/scripts/macros/i18n.d.ts +1 -0
  70. package/dist/specification/scripts/macros/i18n.d.ts.map +1 -1
  71. package/dist/specification/scripts/macros/i18n.js +1 -0
  72. package/dist/specification/scripts/macros/i18n.js.map +1 -1
  73. package/dist/specification/scripts/macros/schema.d.ts +1 -0
  74. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  75. package/dist/specification/scripts/macros/schema.js +18 -5
  76. package/dist/specification/scripts/macros/schema.js.map +1 -1
  77. package/dist/specification/scripts/schema/to-json-schema.d.ts +13 -5
  78. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  79. package/dist/specification/scripts/schema/to-json-schema.js +57 -6
  80. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  81. package/dist/specification/scripts/spec.js +19 -9
  82. package/dist/specification/scripts/spec.js.map +1 -1
  83. package/dist/specification/src/api.d.ts +20 -12
  84. package/dist/specification/src/api.d.ts.map +1 -1
  85. package/dist/specification/src/api.js +24 -15
  86. package/dist/specification/src/api.js.map +1 -1
  87. package/dist/specification/src/extensionLogger.d.ts +3 -2
  88. package/dist/specification/src/extensionLogger.d.ts.map +1 -1
  89. package/dist/specification/src/extensionLogger.js +3 -2
  90. package/dist/specification/src/extensionLogger.js.map +1 -1
  91. package/dist/specification/src/i18n/i18n.d.ts +5 -0
  92. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  93. package/dist/specification/src/i18n/i18n.js +5 -0
  94. package/dist/specification/src/i18n/i18n.js.map +1 -1
  95. package/dist/specification/src/project.d.ts +3 -1
  96. package/dist/specification/src/project.d.ts.map +1 -1
  97. package/dist/specification/src/project.js +3 -1
  98. package/dist/specification/src/project.js.map +1 -1
  99. package/dist/specification/src/specification/schemaAccess.d.ts +6 -2
  100. package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
  101. package/dist/specification/src/specification/schemaAccess.js +10 -4
  102. package/dist/specification/src/specification/schemaAccess.js.map +1 -1
  103. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +63 -0
  104. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -0
  105. package/dist/specification/src/sync/common/DataFieldStrategy.js +357 -0
  106. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -0
  107. package/dist/specification/src/sync/common/appProvider.d.ts +17 -6
  108. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  109. package/dist/specification/src/sync/common/appProvider.js +33 -17
  110. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  111. package/dist/specification/src/sync/common/decoration/control.d.ts +26 -10
  112. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  113. package/dist/specification/src/sync/common/decoration/control.js +32 -13
  114. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  115. package/dist/specification/src/sync/common/decoration/decorators.d.ts +14 -0
  116. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  117. package/dist/specification/src/sync/common/decoration/decorators.js +14 -0
  118. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  119. package/dist/specification/src/sync/common/decoration/factory.d.ts +12 -3
  120. package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -1
  121. package/dist/specification/src/sync/common/decoration/factory.js +6 -3
  122. package/dist/specification/src/sync/common/decoration/factory.js.map +1 -1
  123. package/dist/specification/src/sync/common/decoration/flex.d.ts +7 -0
  124. package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -1
  125. package/dist/specification/src/sync/common/decoration/flex.js +7 -0
  126. package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
  127. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +13 -3
  128. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  129. package/dist/specification/src/sync/common/distTagEvaluator.js +13 -3
  130. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  131. package/dist/specification/src/sync/common/flexUtils.d.ts +11 -10
  132. package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -1
  133. package/dist/specification/src/sync/common/flexUtils.js +11 -10
  134. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  135. package/dist/specification/src/sync/common/generate/objectPage.d.ts +89 -19
  136. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  137. package/dist/specification/src/sync/common/generate/objectPage.js +223 -89
  138. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  139. package/dist/specification/src/sync/common/generate/utils.d.ts +84 -38
  140. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  141. package/dist/specification/src/sync/common/generate/utils.js +112 -37
  142. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  143. package/dist/specification/src/sync/common/i18n.json +2 -1
  144. package/dist/specification/src/sync/common/import/utils.d.ts +9 -3
  145. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  146. package/dist/specification/src/sync/common/import/utils.js +9 -3
  147. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  148. package/dist/specification/src/sync/common/importProject.d.ts +17 -6
  149. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  150. package/dist/specification/src/sync/common/importProject.js +60 -30
  151. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  152. package/dist/specification/src/sync/common/index.d.ts +1 -0
  153. package/dist/specification/src/sync/common/index.d.ts.map +1 -1
  154. package/dist/specification/src/sync/common/index.js +1 -0
  155. package/dist/specification/src/sync/common/index.js.map +1 -1
  156. package/dist/specification/src/sync/common/utils.d.ts +152 -56
  157. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  158. package/dist/specification/src/sync/common/utils.js +260 -155
  159. package/dist/specification/src/sync/common/utils.js.map +1 -1
  160. package/dist/specification/src/sync/i18n.d.ts +5 -0
  161. package/dist/specification/src/sync/i18n.d.ts.map +1 -1
  162. package/dist/specification/src/sync/i18n.js +5 -0
  163. package/dist/specification/src/sync/i18n.js.map +1 -1
  164. package/dist/specification/src/sync/v2/export/controls/Action.d.ts +3 -3
  165. package/dist/specification/src/sync/v2/export/controls/Action.js +15 -15
  166. package/dist/specification/src/sync/v2/export/controls/Card.d.ts +14 -0
  167. package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  168. package/dist/specification/src/sync/v2/export/controls/Card.js +20 -0
  169. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  170. package/dist/specification/src/sync/v2/export/controls/Field.js +5 -5
  171. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +13 -0
  172. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  173. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +21 -0
  174. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  175. package/dist/specification/src/sync/v2/export/controls/FormAction.js +4 -4
  176. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +10 -5
  177. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  178. package/dist/specification/src/sync/v2/export/controls/Fragment.js +62 -25
  179. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  180. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +6 -6
  181. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +6 -6
  182. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  183. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +20 -16
  184. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  185. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  186. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  187. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -6
  188. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +24 -0
  189. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  190. package/dist/specification/src/sync/v2/export/controls/Table.js +48 -3
  191. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  192. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +10 -10
  193. package/dist/specification/src/sync/v2/export/export.d.ts +7 -3
  194. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  195. package/dist/specification/src/sync/v2/export/export.js +133 -44
  196. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  197. package/dist/specification/src/sync/v2/export/exportPage.d.ts +28 -11
  198. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  199. package/dist/specification/src/sync/v2/export/exportPage.js +43 -22
  200. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  201. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +6 -3
  202. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  203. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +27 -17
  204. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  205. package/dist/specification/src/sync/v2/export/manifest.d.ts +5 -2
  206. package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -1
  207. package/dist/specification/src/sync/v2/export/manifest.js +30 -6
  208. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  209. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts +21 -0
  210. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  211. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +36 -2
  212. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  213. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +25 -15
  214. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  215. package/dist/specification/src/sync/v2/export/view-controller-generator.js +27 -16
  216. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  217. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +2 -0
  218. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  219. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +6 -0
  220. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  221. package/dist/specification/src/sync/v2/generate/generate.d.ts +5 -9
  222. package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
  223. package/dist/specification/src/sync/v2/generate/generate.js +14 -14
  224. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  225. package/dist/specification/src/sync/v2/generate/index.d.ts +1 -1
  226. package/dist/specification/src/sync/v2/generate/index.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v2/generate/index.js +5 -2
  228. package/dist/specification/src/sync/v2/generate/index.js.map +1 -1
  229. package/dist/specification/src/sync/v2/generate/listReport.d.ts +5 -3
  230. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  231. package/dist/specification/src/sync/v2/generate/listReport.js +25 -8
  232. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  233. package/dist/specification/src/sync/v2/generate/objectPage.d.ts +2 -2
  234. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  235. package/dist/specification/src/sync/v2/generate/objectPage.js +75 -43
  236. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  237. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +2 -2
  238. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  239. package/dist/specification/src/sync/v2/generate/overviewPage.js +2 -2
  240. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  241. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +5 -2
  242. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  243. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -4
  244. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  245. package/dist/specification/src/sync/v2/generate/utils.d.ts +47 -22
  246. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  247. package/dist/specification/src/sync/v2/generate/utils.js +92 -33
  248. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  249. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +27 -0
  250. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -0
  251. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +60 -0
  252. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -0
  253. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts +84 -0
  254. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -0
  255. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +262 -0
  256. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -0
  257. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +7 -0
  258. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v2/import/app/appProvider.js +26 -6
  260. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  261. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts +4 -0
  262. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  263. package/dist/specification/src/sync/v2/import/app/ovpProvider.js +4 -0
  264. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  265. package/dist/specification/src/sync/v2/import/common/index.d.ts +28 -15
  266. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  267. package/dist/specification/src/sync/v2/import/common/index.js +91 -35
  268. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  269. package/dist/specification/src/sync/v2/import/controls/table.d.ts +6 -2
  270. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  271. package/dist/specification/src/sync/v2/import/controls/table.js +6 -2
  272. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  273. package/dist/specification/src/sync/v2/import/importPage.d.ts +3 -2
  274. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  275. package/dist/specification/src/sync/v2/import/importPage.js +4 -5
  276. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  277. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -3
  278. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  279. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +9 -10
  280. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  281. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +8 -7
  282. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  283. package/dist/specification/src/sync/v2/import/pages/listReport.js +28 -24
  284. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  285. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts +3 -3
  286. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  287. package/dist/specification/src/sync/v2/import/pages/objectPage.js +107 -76
  288. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  289. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
  290. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  291. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +27 -12
  292. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  293. package/dist/specification/src/sync/v2/import/utils.d.ts +18 -9
  294. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  295. package/dist/specification/src/sync/v2/import/utils.js +27 -15
  296. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  297. package/dist/specification/src/sync/v2/utils.d.ts +27 -2
  298. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  299. package/dist/specification/src/sync/v2/utils.js +46 -0
  300. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  301. package/dist/specification/src/sync/v4/application.d.ts +7 -5
  302. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  303. package/dist/specification/src/sync/v4/application.js +7 -5
  304. package/dist/specification/src/sync/v4/application.js.map +1 -1
  305. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  306. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +8 -0
  307. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  308. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  309. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
  310. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +4 -1
  311. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  312. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +4 -1
  313. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  314. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  315. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  316. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  317. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +3 -0
  318. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  319. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +4 -1
  320. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  321. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  322. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  323. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +6 -0
  324. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  325. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +7 -1
  326. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  327. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -9
  328. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  329. package/dist/specification/src/sync/v4/export/controls/Table.js +44 -17
  330. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  331. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  332. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  333. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
  334. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  335. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +6 -0
  336. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  337. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +7 -1
  338. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  339. package/dist/specification/src/sync/v4/export/export.d.ts +6 -4
  340. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  341. package/dist/specification/src/sync/v4/export/export.js +147 -59
  342. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  343. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts +6 -4
  344. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
  345. package/dist/specification/src/sync/v4/export/exportCustomColumn.js +6 -4
  346. package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  347. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts +3 -2
  348. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
  349. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +13 -9
  350. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  351. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +6 -4
  352. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  353. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +9 -4
  354. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  355. package/dist/specification/src/sync/v4/export/manifest.d.ts +6 -2
  356. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  357. package/dist/specification/src/sync/v4/export/manifest.js +46 -17
  358. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  359. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  360. package/dist/specification/src/sync/v4/export/pages/ListReport.js +4 -3
  361. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  362. package/dist/specification/src/sync/v4/export/utils.d.ts +6 -4
  363. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  364. package/dist/specification/src/sync/v4/export/utils.js +6 -4
  365. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  366. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  367. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +6 -1
  368. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  369. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +5 -3
  370. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  371. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -5
  372. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  373. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts +1 -0
  374. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  375. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +18 -0
  376. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  377. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts +1 -1
  378. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -1
  379. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +2 -1
  380. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  381. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +2 -0
  382. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  383. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -0
  384. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  385. package/dist/specification/src/sync/v4/generate/freestylePage.d.ts +2 -2
  386. package/dist/specification/src/sync/v4/generate/freestylePage.js +2 -2
  387. package/dist/specification/src/sync/v4/generate/generate.d.ts +13 -11
  388. package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
  389. package/dist/specification/src/sync/v4/generate/generate.js +13 -11
  390. package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
  391. package/dist/specification/src/sync/v4/generate/listReport.d.ts +10 -7
  392. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  393. package/dist/specification/src/sync/v4/generate/listReport.js +124 -78
  394. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  395. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +22 -1
  396. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  397. package/dist/specification/src/sync/v4/generate/objectPage.js +251 -195
  398. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  399. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +18 -4
  400. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  401. package/dist/specification/src/sync/v4/import/app/appProvider.js +56 -24
  402. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  403. package/dist/specification/src/sync/v4/import/fragment.d.ts +29 -4
  404. package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -1
  405. package/dist/specification/src/sync/v4/import/fragment.js +46 -7
  406. package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
  407. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts +3 -2
  408. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  409. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +7 -2
  410. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  411. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts +12 -10
  412. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  413. package/dist/specification/src/sync/v4/import/pages/listReport.js +83 -51
  414. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  415. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts +7 -6
  416. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  417. package/dist/specification/src/sync/v4/import/pages/objectPage.js +85 -74
  418. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  419. package/dist/specification/src/sync/v4/import/utils.d.ts +4 -2
  420. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  421. package/dist/specification/src/sync/v4/import/utils.js +4 -2
  422. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  423. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  424. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +5 -2
  425. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  426. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +33 -0
  427. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  428. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +42 -53
  429. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  430. package/dist/specification/src/sync/v4/utils/macros.d.ts +4 -0
  431. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  432. package/dist/specification/src/sync/v4/utils/macros.js +17 -1
  433. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  434. package/dist/specification/src/sync/v4/utils/utils.d.ts +109 -22
  435. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  436. package/dist/specification/src/sync/v4/utils/utils.js +372 -159
  437. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  438. package/dist/types/src/common/Application.d.ts +6 -0
  439. package/dist/types/src/common/Application.d.ts.map +1 -1
  440. package/dist/types/src/common/Application.js +4 -0
  441. package/dist/types/src/common/Application.js.map +1 -1
  442. package/dist/types/src/common/types.d.ts +56 -2
  443. package/dist/types/src/common/types.d.ts.map +1 -1
  444. package/dist/types/src/common/types.js +7 -1
  445. package/dist/types/src/common/types.js.map +1 -1
  446. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +3 -2
  447. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
  448. package/dist/types/src/common/webapp/manifest/sapUi5.js +3 -2
  449. package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
  450. package/dist/types/src/v2/application.d.ts +1 -1
  451. package/dist/types/src/v2/controls/Action.d.ts +12 -0
  452. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  453. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +1 -0
  454. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -1
  455. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
  456. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -1
  457. package/dist/types/src/v2/controls/Card.d.ts +13 -0
  458. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  459. package/dist/types/src/v2/controls/Card.js.map +1 -1
  460. package/dist/types/src/v2/controls/Field.d.ts +1 -0
  461. package/dist/types/src/v2/controls/Field.d.ts.map +1 -1
  462. package/dist/types/src/v2/controls/FilterBar.d.ts +6 -0
  463. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  464. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  465. package/dist/types/src/v2/controls/Header.d.ts +1 -0
  466. package/dist/types/src/v2/controls/Header.d.ts.map +1 -1
  467. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +1 -0
  468. package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -1
  469. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +2 -0
  470. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -1
  471. package/dist/types/src/v2/controls/ObjectPageForm.d.ts +1 -0
  472. package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -1
  473. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +1 -0
  474. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
  475. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +3 -0
  476. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  477. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +1 -0
  478. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -1
  479. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +13 -0
  480. package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -1
  481. package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -1
  482. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +6 -0
  483. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  484. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +2 -0
  485. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -1
  486. package/dist/types/src/v2/controls/Table.d.ts +28 -0
  487. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  488. package/dist/types/src/v2/controls/Table.js.map +1 -1
  489. package/dist/types/src/v2/controls/ToolBar.d.ts +1 -0
  490. package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -1
  491. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +1 -0
  492. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -1
  493. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +4 -0
  494. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -1
  495. package/dist/types/src/v4/application.d.ts +1 -1
  496. package/dist/types/src/v4/controls/CustomAction.d.ts +10 -0
  497. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  498. package/dist/types/src/v4/controls/FilterBar.d.ts +11 -0
  499. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  500. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  501. package/dist/types/src/v4/controls/Header.d.ts +1 -0
  502. package/dist/types/src/v4/controls/Header.d.ts.map +1 -1
  503. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -0
  504. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
  505. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +5 -1
  506. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  507. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -1
  508. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  509. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +6 -0
  510. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  511. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -0
  512. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  513. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +17 -0
  514. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  515. package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
  516. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +9 -0
  517. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  518. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  519. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +8 -1
  520. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  521. package/dist/types/src/v4/controls/Table.d.ts +16 -0
  522. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  523. package/dist/types/src/v4/controls/ToolBar.d.ts +17 -2
  524. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  525. package/dist/types/src/v4/page.d.ts +4 -0
  526. package/dist/types/src/v4/page.d.ts.map +1 -1
  527. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +22 -0
  528. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  529. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +3 -0
  530. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
  531. package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
  532. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -1
  533. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
  534. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +2 -2
  535. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  536. package/package.json +7 -7
@@ -26,7 +26,12 @@ const getSmartTableControlId = (baseId, idBreadcrumbs, _breadcrumbs, controlType
26
26
  return (0, decoration_1.buildControlIdFromParent)(baseId, idBreadcrumbs);
27
27
  };
28
28
  exports.getSmartTableControlId = getSmartTableControlId;
29
- // import createWithParameterDialog (only) fields to Array: { field: { path: field } } => fields[]
29
+ /**
30
+ * Import createWithParameterDialog (only) fields to Array: { field: { path: field } } => fields[].
31
+ *
32
+ * @param manifestSection - The section of the manifest to import create parameters from
33
+ * @returns {{ fields: string[] }} - An object containing an array of field names.
34
+ */
30
35
  function importCreateParameters(manifestSection) {
31
36
  if (!manifestSection['createWithParameterDialog']?.fields) {
32
37
  return undefined;
@@ -38,6 +43,13 @@ function importCreateParameters(manifestSection) {
38
43
  }
39
44
  return configPart;
40
45
  }
46
+ /**
47
+ * Export createWithParameterDialog fields to manifest.
48
+ *
49
+ * @param manifestSection - The section of the manifest to export parameters to
50
+ * @param configPart - The configuration object containing fields to export
51
+ * @param key - The key representing the fields in the configuration object
52
+ */
41
53
  function exportCreateParametersFields(manifestSection, configPart, key) {
42
54
  const fields = configPart[key];
43
55
  if (fields.length === 0) {
@@ -51,6 +63,12 @@ function exportCreateParametersFields(manifestSection, configPart, key) {
51
63
  fields.forEach((entry) => (manifestFields[entry] = manifestSection[key][entry] || { path: entry }));
52
64
  manifestSection[key] = manifestFields;
53
65
  }
66
+ /**
67
+ * Export variants to manifest.
68
+ *
69
+ * @param manifestSection - The section of the manifest to process
70
+ * @param configObject - The configuration object containing relevant settings
71
+ */
54
72
  function exportVariants(manifestSection, configObject) {
55
73
  const manifestVariants = manifestSection['variants'] || {};
56
74
  const configVariants = configObject['variants'] || {};
@@ -78,6 +96,12 @@ function exportVariants(manifestSection, configObject) {
78
96
  manifestSection['variants'] = manifestVariants;
79
97
  }
80
98
  }
99
+ /**
100
+ * Export quick variant selection X to manifest.
101
+ *
102
+ * @param manifestSection - The section of the manifest to process
103
+ * @param configObject - The configuration object containing relevant settings
104
+ */
81
105
  function exportQuickVariantSelectionX(manifestSection, configObject) {
82
106
  if (!configObject['variants']) {
83
107
  return;
@@ -89,6 +113,12 @@ function exportQuickVariantSelectionX(manifestSection, configObject) {
89
113
  delete manifestSection['variants'];
90
114
  }
91
115
  }
116
+ /**
117
+ * Imports multi-edit settings from the manifest section.
118
+ *
119
+ * @param manifestSection - The section of the manifest containing multi-edit settings.
120
+ * @returns The multi-edit configuration object or undefined if not present.
121
+ */
92
122
  function importMultiEdit(manifestSection) {
93
123
  if (!manifestSection || !manifestSection['multiEdit']) {
94
124
  return undefined;
@@ -133,7 +163,12 @@ __decorate([
133
163
  }
134
164
  })
135
165
  ], MultiEdit.prototype, "ignoredFields", void 0);
136
- //import table type
166
+ /**
167
+ * Imports the type of the table from the manifest section.
168
+ *
169
+ * @param manifestSection - The section of the manifest containing table settings.
170
+ * @returns The type of the table as a string, or undefined if not present.
171
+ */
137
172
  function importType(manifestSection) {
138
173
  if (manifestSection?.['tableSettings']?.['type']) {
139
174
  return manifestSection['tableSettings']['type'];
@@ -142,7 +177,12 @@ function importType(manifestSection) {
142
177
  return manifestSection['tableType'];
143
178
  }
144
179
  }
145
- //export table type
180
+ /**
181
+ * Export table type.
182
+ *
183
+ * @param manifestSection - The section of the manifest to process
184
+ * @param configPart - The configuration object containing fields to export
185
+ */
146
186
  function exportType(manifestSection, configPart) {
147
187
  if (configPart?.['type']) {
148
188
  if (!manifestSection['tableSettings']) {
@@ -155,6 +195,11 @@ function exportType(manifestSection, configPart) {
155
195
  }
156
196
  }
157
197
  }
198
+ /**
199
+ * Delete table type.
200
+ *
201
+ * @param manifestSection - The section of the manifest to process
202
+ */
158
203
  function deleteType(manifestSection) {
159
204
  if (manifestSection?.['tableSettings']?.['type']) {
160
205
  delete manifestSection['tableSettings']['type'];
@@ -1 +1 @@
1
- {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../../src/sync/v2/export/controls/Table.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Table.js","sourceRoot":"","sources":["../../../../../../../src/sync/v2/export/controls/Table.ts"],"names":[],"mappings":"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"}
@@ -12,11 +12,11 @@ const ux_specification_types_1 = require("@sap/ux-specification-types");
12
12
  const decoration_1 = require("../../../common/decoration");
13
13
  const common_1 = require("../../../common");
14
14
  /**
15
- * Create stable ID for Action Column
15
+ * Create stable ID for Action Column.
16
16
  *
17
17
  * @param {string} baseId Base Id of the control
18
- * @param {string[]} _idBreadcrumbs
19
- * @param {string[]} breadcrumbs
18
+ * @param {string[]} idBreadcrumbs - Array of breadcrumb IDs used for generating the stable ID.
19
+ * @param {string[]} breadcrumbs - Array of breadcrumb strings used for action identification.
20
20
  * @returns {string} stable ID of Action Column
21
21
  */
22
22
  const buildColumnActionId = (baseId, idBreadcrumbs, breadcrumbs) => {
@@ -26,11 +26,11 @@ const buildColumnActionId = (baseId, idBreadcrumbs, breadcrumbs) => {
26
26
  return `${baseId}${columnTemplate}:::${actionType}:::${smartTableId}:::sAction::${actionId}`;
27
27
  };
28
28
  /**
29
- * Create stable ID for Intent Based Action Column
29
+ * Create stable ID for Intent Based Action Column.
30
30
  *
31
- * @param {string} baseId Base Id of the control
32
- * @param {string[]} _idBreadcrumbs
33
- * @param {string[]} breadcrumbs
31
+ * @param {string} baseId - Base Id of the control.
32
+ * @param {string[]} idBreadcrumbs - Array of breadcrumb IDs used for generating the stable ID.
33
+ * @param {string[]} breadcrumbs - Array of breadcrumb strings used for action identification.
34
34
  * @returns {string} stable ID of Action Column
35
35
  */
36
36
  const buildColumnIntentBasedId = (baseId, idBreadcrumbs, breadcrumbs) => {
@@ -40,11 +40,11 @@ const buildColumnIntentBasedId = (baseId, idBreadcrumbs, breadcrumbs) => {
40
40
  return `${baseId}${columnTemplate}:::${actionType}:::${smartTableId}:::sSemanticObject::${semanticObjectId}:::sAction::${actionId}`;
41
41
  };
42
42
  /**
43
- * Create stable ID for Column Action button
43
+ * Create stable ID for Column Action button.
44
44
  *
45
45
  * @param {string} baseId Base Id of the control
46
- * @param {string[]} _idBreadcrumbs
47
- * @param {string[]} breadcrumbs
46
+ * @param {string[]} _idBreadcrumbs - Array of breadcrumb IDs used for internal purposes.
47
+ * @param {string[]} breadcrumbs - Array of breadcrumb strings used for action identification.
48
48
  * @returns {string} stable ID of Column Action button
49
49
  */
50
50
  const buildColumnActionButtonId = (baseId, _idBreadcrumbs, breadcrumbs) => {
@@ -3,7 +3,8 @@ import type { TransferParameterTypeV2 } from '../types';
3
3
  import type { Definition } from 'typescript-json-schema';
4
4
  import type { ExportResults } from '@sap/ux-specification-types';
5
5
  /**
6
- * Private recursive function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes
6
+ * Private recursive function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes.
7
+ *
7
8
  * @param configObject - current object to traverse
8
9
  * @param exportResults - object with all collected manifest entries and flex changes
9
10
  * @param jsonSchema - application specific schema
@@ -17,15 +18,18 @@ export declare function transferManifestEntriesOVP(configObject: {
17
18
  [key: string]: any;
18
19
  }, exportResults: ExportResults, jsonSchema: Definition, targetDefinition: Definition, factory: MetadataInstanceInterface, pathHierarchy?: string[], entityPathArray?: string[]): void;
19
20
  /**
20
- * Assign sync rules to {currentObject}
21
+ * Assign sync rules to {currentObject}.
22
+ *
21
23
  * @param {MetadataInstanceInterface} factory - factory for metadata
22
24
  * @param {string} structureName - name of the complex structure in schema
23
25
  * @param {object} currentObject - the given part of the configuration
24
26
  * @param {string} defaultTypeName - name of the default type that shall be taken if no class is registered for structureName
27
+ * @returns {object} the currentObject, with the reflect-metadata assigned
25
28
  */
26
29
  export declare function assignReflectMetadataRules(factory: MetadataInstanceInterface, structureName: string, currentObject: object, defaultTypeName: string): object;
27
30
  /**
28
- * Function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes
31
+ * Function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes.
32
+ *
29
33
  * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
30
34
  * @param configObject - current (sub)object of the configuration file
31
35
  * @param parentIds - array of collected parent ids
@@ -1 +1 @@
1
- {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/export/export.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAER,aAAa,EAKhB,MAAM,6BAA6B,CAAC;AA4CrC;;;;;;;;;;GAUG;AACH,wBAAgB,0BAA0B,CACtC,YAAY,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EACpC,aAAa,EAAE,aAAa,EAC5B,UAAU,EAAE,UAAU,EACtB,gBAAgB,EAAE,UAAU,EAC5B,OAAO,EAAE,yBAAyB,EAClC,aAAa,CAAC,EAAE,MAAM,EAAE,EACxB,eAAe,CAAC,EAAE,MAAM,EAAE,GAC3B,IAAI,CAYN;AAED;;;;;;GAMG;AACH,wBAAgB,0BAA0B,CACtC,OAAO,EAAE,yBAAyB,EAClC,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,GACxB,MAAM,CAER;AAw5BD;;;;;;;;GAQG;AACH,wBAAgB,oCAAoC,CAChD,kBAAkB,EAAE,uBAAuB,EAC3C,YAAY,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EACpC,SAAS,EAAE,MAAM,EAAE,EACnB,WAAW,EAAE,MAAM,EAAE,EACrB,gBAAgB,EAAE,UAAU,EAC5B,KAAK,CAAC,EAAE,MAAM,GACf,IAAI,CAwDN"}
1
+ {"version":3,"file":"export.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v2/export/export.ts"],"names":[],"mappings":"AAqBA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AACjF,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,UAAU,CAAC;AACxD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,KAAK,EAER,aAAa,EAKhB,MAAM,6BAA6B,CAAC;AA8CrC;;;;;;;;;;;GAWG;AACH,wBAAgB,0BAA0B,CACtC,YAAY,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EACpC,aAAa,EAAE,aAAa,EAC5B,UAAU,EAAE,UAAU,EACtB,gBAAgB,EAAE,UAAU,EAC5B,OAAO,EAAE,yBAAyB,EAClC,aAAa,CAAC,EAAE,MAAM,EAAE,EACxB,eAAe,CAAC,EAAE,MAAM,EAAE,GAC3B,IAAI,CAYN;AAED;;;;;;;;GAQG;AACH,wBAAgB,0BAA0B,CACtC,OAAO,EAAE,yBAAyB,EAClC,aAAa,EAAE,MAAM,EACrB,aAAa,EAAE,MAAM,EACrB,eAAe,EAAE,MAAM,GACxB,MAAM,CAER;AA2+BD;;;;;;;;;GASG;AACH,wBAAgB,oCAAoC,CAChD,kBAAkB,EAAE,uBAAuB,EAC3C,YAAY,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,GAAG,CAAA;CAAE,EACpC,SAAS,EAAE,MAAM,EAAE,EACnB,WAAW,EAAE,MAAM,EAAE,EACrB,gBAAgB,EAAE,UAAU,EAC5B,KAAK,CAAC,EAAE,MAAM,GACf,IAAI,CAwDN"}
@@ -17,7 +17,8 @@ const flex_1 = require("../../common/decoration/flex");
17
17
  const ux_specification_types_1 = require("@sap/ux-specification-types");
18
18
  const exceptionList = ['colorPalette', 'tabs'];
19
19
  /**
20
- * Create missing card from the manifest
20
+ * Create missing card from the manifest.
21
+ *
21
22
  * @param key - card name
22
23
  * @param ovp - OVP section of manifest, to be updated
23
24
  */
@@ -33,9 +34,10 @@ function createCard(key, ovp) {
33
34
  }
34
35
  /**
35
36
  * Recursive function that searches for next avaialble id by increasing number by 1.
37
+ *
36
38
  * @param {boolean} sectionIds All ids in use.
37
39
  * @param {string} candidateId Candidate id to check if it is available.
38
- * @return {string} Id string.
40
+ * @returns {string} Id string.
39
41
  */
40
42
  function findAvailableId(sectionIds, candidateId) {
41
43
  if (sectionIds.includes(candidateId)) {
@@ -46,7 +48,8 @@ function findAvailableId(sectionIds, candidateId) {
46
48
  return candidateId;
47
49
  }
48
50
  /**
49
- * Private recursive function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes
51
+ * Private recursive function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes.
52
+ *
50
53
  * @param configObject - current object to traverse
51
54
  * @param exportResults - object with all collected manifest entries and flex changes
52
55
  * @param jsonSchema - application specific schema
@@ -62,18 +65,21 @@ function transferManifestEntriesOVP(configObject, exportResults, jsonSchema, tar
62
65
  }
63
66
  }
64
67
  /**
65
- * Assign sync rules to {currentObject}
68
+ * Assign sync rules to {currentObject}.
69
+ *
66
70
  * @param {MetadataInstanceInterface} factory - factory for metadata
67
71
  * @param {string} structureName - name of the complex structure in schema
68
72
  * @param {object} currentObject - the given part of the configuration
69
73
  * @param {string} defaultTypeName - name of the default type that shall be taken if no class is registered for structureName
74
+ * @returns {object} the currentObject, with the reflect-metadata assigned
70
75
  */
71
76
  function assignReflectMetadataRules(factory, structureName, currentObject, defaultTypeName) {
72
77
  return factory.createInstance(ux_specification_types_1.PageTypeV2.OverviewPage, defaultTypeName, currentObject, structureName);
73
78
  }
74
79
  /**
75
- * Processes anyOf definitions of the schema while exporting an OVP config
76
- * @param {ProcessDefinitionParams} params - sructure comprising all information needed for processing
80
+ * Processes anyOf definitions of the schema while exporting an OVP config.
81
+ *
82
+ * @param {ProcessDefinitionParams} params - structure comprising all information needed for processing
77
83
  * @returns the params.currentObject, with the reflect-metadata assigned
78
84
  */
79
85
  function processAnyOfDefinitionsOfOVP(params) {
@@ -89,6 +95,15 @@ function processAnyOfDefinitionsOfOVP(params) {
89
95
  }
90
96
  return newConfigObject;
91
97
  }
98
+ /**
99
+ * Checks and applies the synchronization rule for exporting a configuration object to the manifest.
100
+ *
101
+ * @param exportHandler - A function or boolean indicating how the export should be handled.
102
+ * @param manifestSection - The section of the manifest to be updated.
103
+ * @param configObject - The configuration object containing the data to be exported.
104
+ * @param key - The key of the property being processed.
105
+ * @param currentObject - The current object being processed for export.
106
+ */
92
107
  function checkSyncRuleForExport(exportHandler, manifestSection, configObject, key, currentObject) {
93
108
  if (exportHandler && typeof exportHandler === 'function') {
94
109
  exportHandler(manifestSection, configObject, key);
@@ -104,13 +119,14 @@ function checkSyncRuleForExport(exportHandler, manifestSection, configObject, ke
104
119
  }
105
120
  }
106
121
  /**
107
- * Transfer manifest settings from config to manifest
122
+ * Transfer manifest settings from config to manifest.
123
+ *
108
124
  * @param syncRule - metadata rule used for import and export
109
125
  * @param pathHierarchy - elements of the path indicating the hierarchical level
110
- * @param key
126
+ * @param key - The key of the property being processed.
111
127
  * @param exportResults - overall result list, to be updated
112
- * @param currentObject
113
- * @param configObject
128
+ * @param currentObject - The current object being processed for export
129
+ * @param configObject - The configuration object containing the data to be processed.
114
130
  */
115
131
  function transferToManifest(syncRule, pathHierarchy, key, exportResults, currentObject, configObject) {
116
132
  const path = syncRule.manifest.path([...pathHierarchy, key]);
@@ -128,6 +144,11 @@ function transferToManifest(syncRule, pathHierarchy, key, exportResults, current
128
144
  delete manifestSection[key];
129
145
  }
130
146
  }
147
+ /**
148
+ * Transfers cards from the configuration object to the manifest and updates the export results.
149
+ *
150
+ * @param params - Structure comprising all information needed for processing cards.
151
+ */
131
152
  function transferCards(params) {
132
153
  Object.keys(params.currentObject).forEach((cardKey) => {
133
154
  const cardType = params.currentObject[cardKey].template;
@@ -163,7 +184,8 @@ function transferCards(params) {
163
184
  });
164
185
  }
165
186
  /**
166
- * Export of properties of entity of type object
187
+ * Export of properties of entity of type object.
188
+ *
167
189
  * @param {ProcessDefinitionParams} params - Input parameters
168
190
  * @param {string} propertyKey - Property key
169
191
  */
@@ -191,7 +213,8 @@ function exportOfObject(params, propertyKey) {
191
213
  }
192
214
  }
193
215
  /**
194
- * Recursive function that transfers the content of a list of properties of a configuration to the overall exportResults
216
+ * Recursive function that transfers the content of a list of properties of a configuration to the overall exportResults.
217
+ *
195
218
  * @param configObject - the given part of the configuration
196
219
  * @param exportResults - overall result list, to be updated
197
220
  * @param appSchema - app-specific JSON schema
@@ -199,7 +222,8 @@ function exportOfObject(params, propertyKey) {
199
222
  * @param {MetadataInstanceInterface} factory - factory for creating metadata instances
200
223
  * @param pathHierarchy - elements of the path indicating the hierarchical level
201
224
  * @param {string[]} entityPathArray (optional) - array of elements, describing a path to a subsection of the config.
202
- * If specified, only elements from this subsection are processed*/
225
+ * If specified, only elements from this subsection are processed
226
+ */
203
227
  function processProperties(configObject, exportResults, appSchema, propertyList, factory, pathHierarchy, entityPathArray) {
204
228
  for (const propertyKey in propertyList) {
205
229
  if (propertyKey === 'description') {
@@ -238,13 +262,14 @@ function processProperties(configObject, exportResults, appSchema, propertyList,
238
262
  }
239
263
  }
240
264
  /**
241
- * Evaluates an export rule for a property, transfers to flex change
242
- * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
265
+ * Evaluates an export rule for a property, transfers to flex change.
266
+ *
267
+ * @param transferParameters - list of input parameters for the recursive function call
243
268
  * @param breadcrumbs - list of breadcrumbs, i.e. ID parts for building the stable ID
244
269
  * @param syncRule - export rule from the object classes decorator
245
- * @param configObject - current (sub)object of the configuration file
246
270
  * @param ids - list of parent & child ids
247
271
  * @param title - title from the app schema (comprising for instance the facet ID)
272
+ * @param configObject - current (sub)object of the configuration file
248
273
  * @param key - key of the given property
249
274
  */
250
275
  function evaluateFlexRule(transferParameters, breadcrumbs, syncRule, ids, title, configObject, key) {
@@ -282,7 +307,8 @@ function evaluateFlexRule(transferParameters, breadcrumbs, syncRule, ids, title,
282
307
  }
283
308
  }
284
309
  /**
285
- * Exports a given config property value to manifest
310
+ * Exports a given config property value to manifest.
311
+ *
286
312
  * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
287
313
  * @param syncRule - export rule from the object classes decorator
288
314
  * @param manifestSection - current section in manifest.json
@@ -313,13 +339,13 @@ function exportConfigValueToManifest(transferParameters, syncRule, manifestSecti
313
339
  }
314
340
  }
315
341
  /**
316
- * Evaluates an export rule for a property, transfers to manifest setting
317
- * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
342
+ * Evaluates an export rule for a property, transfers to manifest setting.
343
+ *
344
+ * @param transferParameters - list of input parameters for the recursive function call
345
+ * @param path - The path to the manifest section or configuration being processed.
318
346
  * @param syncRule - export rule from the object classes decorator
319
- * @param configObject - current (sub)object of the configuration file
320
- * @param ids - list of parent & child ids
321
- * @param title - title from the app schema (comprising for instance the facet ID)
322
347
  * @param key - key of the given property
348
+ * @param configObject - current (sub)object of the configuration file
323
349
  */
324
350
  function evaluateManifestRule(transferParameters, path, syncRule, key, configObject) {
325
351
  const manifestSection = (0, manifest_1.ensureManifestSectionByPathV2)(transferParameters.exportResults.manifest, path);
@@ -340,6 +366,16 @@ function evaluateManifestRule(transferParameters, path, syncRule, key, configObj
340
366
  (0, common_1.deleteEmptyStructure)(transferParameters.exportResults.manifest, path, transferParameters.deletionRequest, transferParameters.entityPathArray);
341
367
  }
342
368
  }
369
+ /**
370
+ * Determines the manifest path for sections based on the provided parameters.
371
+ *
372
+ * @param breadcrumbs - Array of breadcrumb strings representing the hierarchical structure.
373
+ * @param path - The current path to the manifest section.
374
+ * @param syncRule - The synchronization rule used for exporting the configuration.
375
+ * @param transferParameters - Parameters required for transferring manifest entries and flex changes.
376
+ * @param title - The title of the section or configuration being processed.
377
+ * @returns {string} The computed manifest path for the given section.
378
+ */
343
379
  function getManifestPathOfSections(breadcrumbs, path, syncRule, transferParameters, title) {
344
380
  if (breadcrumbs[1] === 'custom') {
345
381
  path = syncRule.manifest.path(transferParameters.pageKeys, {}, breadcrumbs[2]);
@@ -350,6 +386,16 @@ function getManifestPathOfSections(breadcrumbs, path, syncRule, transferParamete
350
386
  }
351
387
  return path;
352
388
  }
389
+ /**
390
+ * Determines the manifest path for a table based on the provided parameters.
391
+ *
392
+ * @param breadcrumbs - Array of breadcrumb strings representing the hierarchical structure.
393
+ * @param path - The current path to the manifest section or configuration being processed.
394
+ * @param syncRule - The synchronization rule used for exporting the configuration.
395
+ * @param transferParameters - Parameters required for transferring manifest entries and flex changes.
396
+ * @param configObject - The configuration object containing the data to be processed.
397
+ * @returns {string} The computed manifest path for the given table.
398
+ */
353
399
  function getManifestPathOfTable(breadcrumbs, path, syncRule, transferParameters, configObject) {
354
400
  if (breadcrumbs[1] === 'columns' && breadcrumbs[2] === 'custom') {
355
401
  path = syncRule.manifest.path(transferParameters.pageKeys, transferParameters.exportResults.manifest, configObject['tabKey']);
@@ -360,7 +406,8 @@ function getManifestPathOfTable(breadcrumbs, path, syncRule, transferParameters,
360
406
  return path;
361
407
  }
362
408
  /**
363
- * Determines the path to a manifest setting, based on the syncRule
409
+ * Determines the path to a manifest setting, based on the syncRule.
410
+ *
364
411
  * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
365
412
  * @param breadcrumbs - list of breadcrumbs, i.e. ID parts for building the stable ID
366
413
  * @param {SyncRule} syncRule - export rule from the object classes decorator
@@ -388,7 +435,8 @@ function getManifestPath(transferParameters, breadcrumbs, syncRule, configObject
388
435
  return path;
389
436
  }
390
437
  /**
391
- * Evaluates an export rule for a property or object, transfers to flex change or manifest setting
438
+ * Evaluates an export rule for a property or object, transfers to flex change or manifest setting.
439
+ *
392
440
  * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
393
441
  * @param {SyncRule} syncRule - export rule from the object classes decorator
394
442
  * @param configObject - current (sub)object of the configuration file
@@ -416,7 +464,11 @@ function evaluateExportRule(transferParameters, syncRule, configObject, breadcru
416
464
  }
417
465
  }
418
466
  /**
419
- * Deletes an obsolete custom column from manifest
467
+ * Deletes an obsolete custom column from manifest.
468
+ *
469
+ * @param key - The unique identifier for the column to be deleted.
470
+ * @param columnParams - Parameters containing details about the column and its context.
471
+ * @param manifestSection - The section of the manifest where the column is defined.
420
472
  */
421
473
  function deleteObsoleteColumn(key, columnParams, manifestSection) {
422
474
  const keyParts = key.split('|');
@@ -445,13 +497,15 @@ function deleteObsoleteColumn(key, columnParams, manifestSection) {
445
497
  /**
446
498
  * Walks through the extensions registered in manifest and compares the columns of the fragment with the ones present in config.
447
499
  * If not present anymore, the extension column gets deleted from fragment.
448
- * @param path - path to extesnions section in manifest
449
- * @param exportResults - result structure, including the fragments that may get updated
450
- * @param entitySet - current entity set
451
- * @param config - current config JSON
452
- * @param sectionKey - section key
453
- * @param extensionType - extensionType
454
- * @param appId - application ID
500
+ *
501
+ * @param columnParams - Parameters containing details about the column and its context.
502
+ * @param columnParams.path - path to extensions section in manifest
503
+ * @param columnParams.exportResults - result structure, including the fragments that may get updated
504
+ * @param columnParams.entitySet - current entity set
505
+ * @param columnParams.config - current config JSON
506
+ * @param columnParams.sectionKey - section key
507
+ * @param columnParams.extensionType - extensionType
508
+ * @param columnParams.appId - application ID
455
509
  */
456
510
  function deleteObsoleteColumnsFromFragment(columnParams) {
457
511
  const folderPath = columnParams.path.substring(0, columnParams.path.lastIndexOf('/'));
@@ -465,7 +519,8 @@ function deleteObsoleteColumnsFromFragment(columnParams) {
465
519
  }
466
520
  }
467
521
  /**
468
- * Clusters the custom columns if a config by the extension's path in manifest
522
+ * Clusters the custom columns if a config by the extension's path in manifest.
523
+ *
469
524
  * @param customColumnsInConfig - list of all custom columns in config
470
525
  * @param schemaDefinition - schema definition of the table custom column
471
526
  * @param v2Page - current page in manifest
@@ -502,11 +557,12 @@ function clusterConfigColumnsByPath(customColumnsInConfig, schemaDefinition, v2P
502
557
  return cluster;
503
558
  }
504
559
  /**
505
- * Transfers column extensions to manifest and fragment files
506
- * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
507
- * @param {TableCustomColumns} customColumnsInConfig - config part comprising the table custom columns
508
- * @param {object} schemaDefinition - Column schema definition
509
- * @param {ObjectPageSectionData} [objectPageSectionData] - Object Page section's data containing target and key options.
560
+ * Transfers column extensions to manifest and fragment files.
561
+ *
562
+ * @param transferParameters - list of input parameters for the recursive function call
563
+ * @param customColumnsInConfig - config part comprising the table custom columns
564
+ * @param schemaDefinition - Column schema definition
565
+ * @param [objectPageSectionData] - Object Page section's data containing target and key options.
510
566
  */
511
567
  function transferColumnExtensions(transferParameters, customColumnsInConfig, schemaDefinition, objectPageSectionData) {
512
568
  if (!transferParameters.v2Page) {
@@ -546,7 +602,8 @@ function transferColumnExtensions(transferParameters, customColumnsInConfig, sch
546
602
  }
547
603
  }
548
604
  /**
549
- * Recursive function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes
605
+ * Recursive function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes.
606
+ *
550
607
  * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
551
608
  * @param configSections - sections from configuration object
552
609
  * @param pageKey - page key
@@ -580,6 +637,7 @@ function transferManifestExtensions(transferParameters, configSections, pageKey,
580
637
  }
581
638
  /**
582
639
  * Method returns converted section id by resolving passed section id and title from schema.
640
+ *
583
641
  * @param {string[]} breadcrumbs Array of properties that we are currently processing. Required for instance for table column name.
584
642
  * @param {string} title Title from JSON schema, comprising the facet ID
585
643
  * @returns {string | undefined} Resolved section id.
@@ -595,7 +653,14 @@ function getSectionId(breadcrumbs, title) {
595
653
  return (0, common_1.convertSectionId)(sectionId, title);
596
654
  }
597
655
  /**
598
- * Processes index tables in schema
656
+ * Processes index tables in schema.
657
+ *
658
+ * @param currentConfigObject - The current configuration object being processed.
659
+ * @param transferParameters - Parameters required for transferring manifest entries and flex changes.
660
+ * @param title - The title of the section or configuration being processed.
661
+ * @param key - The key of the property being processed.
662
+ * @param ids - An array of collected parent and child IDs.
663
+ * @param breadcrumbs - An array of properties that represent the hierarchical structure being processed.
599
664
  */
600
665
  function transferIndexTable(currentConfigObject, transferParameters, title, key, ids, breadcrumbs) {
601
666
  const propertyDefinition = transferParameters.propertyDefinition;
@@ -608,7 +673,14 @@ function transferIndexTable(currentConfigObject, transferParameters, title, key,
608
673
  });
609
674
  }
610
675
  /**
611
- * Transfers custom columns of schema
676
+ * Transfers custom columns of schema.
677
+ *
678
+ * @param propertyDefinition - The definition of the property being processed.
679
+ * @param breadcrumbs - An array of properties representing the hierarchical structure being processed.
680
+ * @param title - The title of the section or configuration being processed.
681
+ * @param transferParameters - Parameters required for transferring manifest entries and flex changes.
682
+ * @param configObject - The current configuration object being processed.
683
+ * @param nextDefinition - The next definition in the schema.
612
684
  */
613
685
  function transferCustomColumns(propertyDefinition, breadcrumbs, title, transferParameters, configObject, nextDefinition) {
614
686
  let objectPageSectionData;
@@ -622,7 +694,15 @@ function transferCustomColumns(propertyDefinition, breadcrumbs, title, transferP
622
694
  transferColumnExtensions(transferParameters, configObject?.custom, nextDefinition.targetDefinition, objectPageSectionData);
623
695
  }
624
696
  /**
625
- * Processes anyOf definitions of schema
697
+ * Processes anyOf definitions of schema.
698
+ *
699
+ * @param propertyDefinition - The definition of the property being processed.
700
+ * @param transferParameters - Parameters required for transferring manifest entries and flex changes.
701
+ * @param title - The title of the section or configuration being processed.
702
+ * @param currentConfigObject - The current configuration object being processed.
703
+ * @param key - The key of the property being processed.
704
+ * @param ids - An array of collected parent and child IDs.
705
+ * @param breadcrumbs - An array of properties that represent the hierarchical structure being processed.
626
706
  */
627
707
  function handleAnyOfDefinitions(propertyDefinition, transferParameters, title, currentConfigObject, key, ids, breadcrumbs) {
628
708
  propertyDefinition['anyOf'].forEach((element) => {
@@ -633,7 +713,15 @@ function handleAnyOfDefinitions(propertyDefinition, transferParameters, title, c
633
713
  });
634
714
  }
635
715
  /**
636
- * Processes complex definitions of schema
716
+ * Processes complex definitions of schema.
717
+ *
718
+ * @param transferParameters - Parameters required for transferring manifest entries and flex changes.
719
+ * @param breadcrumbs - An array of properties representing the hierarchical structure being processed.
720
+ * @param configObject - The current configuration object being processed.
721
+ * @param ids - An array of collected parent and child IDs.
722
+ * @param propertyKey - The key of the property being processed.
723
+ * @param nextDefinition - The next definition in the schema.
724
+ * @param title - The title of the section or configuration being processed.
637
725
  */
638
726
  function transferComplexProperty(transferParameters, breadcrumbs, configObject, ids, propertyKey, nextDefinition, title) {
639
727
  const propertyDefinition = transferParameters.propertyDefinition;
@@ -654,7 +742,8 @@ function transferComplexProperty(transferParameters, breadcrumbs, configObject,
654
742
  }
655
743
  }
656
744
  /**
657
- * Function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes
745
+ * Function that traverses the content of the current object. It reads decorators and fills manifest entries and flex changes.
746
+ *
658
747
  * @param {TransferParameterTypeV2} transferParameters - list of input parameters for the recursive function call
659
748
  * @param configObject - current (sub)object of the configuration file
660
749
  * @param parentIds - array of collected parent ids