@sap/ux-specification 1.136.13 → 1.136.15

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 (288) hide show
  1. package/CHANGELOG.md +73 -1
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +260 -261
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ApplicationV2.json +28 -3
  16. package/dist/schemas/v2/ListReportNewConfig.json +45 -0
  17. package/dist/schemas/v2/ObjectPageConfig.json +11 -5
  18. package/dist/schemas/v4/ApplicationV4.json +18 -12
  19. package/dist/schemas/v4/BuildingBlocksConfig.json +72 -35
  20. package/dist/schemas/v4/ListReportConfig.json +299 -28
  21. package/dist/schemas/v4/ObjectPageConfig.json +409 -130
  22. package/dist/specification/package.json +17 -17
  23. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  24. package/dist/specification/scripts/macros/corrections.js +17 -1
  25. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  26. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  27. package/dist/specification/scripts/macros/schema.js +10 -1
  28. package/dist/specification/scripts/macros/schema.js.map +1 -1
  29. package/dist/specification/scripts/macros/types.d.ts +1 -0
  30. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  31. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  32. package/dist/specification/scripts/schema/to-json-schema.js +23 -13
  33. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  34. package/dist/specification/src/api.d.ts.map +1 -1
  35. package/dist/specification/src/api.js +2 -1
  36. package/dist/specification/src/api.js.map +1 -1
  37. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts +38 -8
  38. package/dist/specification/src/sync/common/DataFieldStrategy.d.ts.map +1 -1
  39. package/dist/specification/src/sync/common/DataFieldStrategy.js +64 -11
  40. package/dist/specification/src/sync/common/DataFieldStrategy.js.map +1 -1
  41. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +0 -4
  42. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  43. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +0 -3
  44. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  45. package/dist/specification/src/sync/common/appProvider.d.ts +0 -1
  46. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  47. package/dist/specification/src/sync/common/appProvider.js +0 -1
  48. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  49. package/dist/specification/src/sync/common/decoration/decorators.d.ts +65 -4
  50. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  51. package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
  52. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  53. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +10 -3
  54. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  55. package/dist/specification/src/sync/common/distTagEvaluator.js +14 -4
  56. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  57. package/dist/specification/src/sync/common/generate/objectPage.d.ts +0 -1
  58. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  59. package/dist/specification/src/sync/common/generate/objectPage.js +0 -3
  60. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  61. package/dist/specification/src/sync/common/generate/utils.d.ts +12 -6
  62. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  63. package/dist/specification/src/sync/common/generate/utils.js +33 -22
  64. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  65. package/dist/specification/src/sync/common/i18n.json +6 -4
  66. package/dist/specification/src/sync/common/import/utils.d.ts +0 -1
  67. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  68. package/dist/specification/src/sync/common/import/utils.js +0 -1
  69. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  70. package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
  71. package/dist/specification/src/sync/common/rules.js +18 -13
  72. package/dist/specification/src/sync/common/rules.js.map +1 -1
  73. package/dist/specification/src/sync/common/utils.d.ts +52 -2
  74. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  75. package/dist/specification/src/sync/common/utils.js +176 -5
  76. package/dist/specification/src/sync/common/utils.js.map +1 -1
  77. package/dist/specification/src/sync/v2/application.d.ts +1 -0
  78. package/dist/specification/src/sync/v2/application.d.ts.map +1 -1
  79. package/dist/specification/src/sync/v2/application.js +18 -0
  80. package/dist/specification/src/sync/v2/application.js.map +1 -1
  81. package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  83. package/dist/specification/src/sync/v2/export/exportPage.js +15 -4
  84. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  85. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  86. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +8 -15
  87. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  88. package/dist/specification/src/sync/v2/export/factory.d.ts +26 -0
  89. package/dist/specification/src/sync/v2/export/factory.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/export/factory.js +3 -3
  91. package/dist/specification/src/sync/v2/export/factory.js.map +1 -1
  92. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  93. package/dist/specification/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js +11 -0
  95. package/dist/specification/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  96. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +46 -0
  98. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  99. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  100. package/dist/specification/src/sync/v2/generate/listReport.js +46 -1
  101. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  102. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  103. package/dist/specification/src/sync/v2/generate/objectPage.js +63 -13
  104. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  105. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +28 -1
  107. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  108. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts +22 -0
  109. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.d.ts.map +1 -0
  110. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js +124 -0
  111. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiViewSingleTable.js.map +1 -0
  112. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
  113. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  114. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
  115. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  116. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  117. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  118. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  119. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  120. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v2/import/importPage.js +5 -6
  122. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  123. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  124. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +4 -0
  125. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  126. package/dist/specification/src/sync/v2/utils.d.ts +17 -1
  127. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  128. package/dist/specification/src/sync/v2/utils.js +57 -0
  129. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  130. package/dist/specification/src/sync/v4/application.d.ts +1 -1
  131. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  132. package/dist/specification/src/sync/v4/application.js +1 -1
  133. package/dist/specification/src/sync/v4/application.js.map +1 -1
  134. package/dist/specification/src/sync/v4/export/actions.d.ts +39 -0
  135. package/dist/specification/src/sync/v4/export/actions.d.ts.map +1 -0
  136. package/dist/specification/src/sync/v4/export/actions.js +99 -0
  137. package/dist/specification/src/sync/v4/export/actions.js.map +1 -0
  138. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -2
  139. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  140. package/dist/specification/src/sync/v4/export/controls/Header.js +14 -2
  141. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  142. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -1
  143. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  144. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +7 -2
  145. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  146. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +2 -1
  147. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  148. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  149. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -4
  150. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
  151. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +2 -21
  152. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  153. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -2
  154. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
  156. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +14 -3
  157. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  158. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +52 -9
  159. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  160. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -0
  161. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  162. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js +30 -0
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +15 -3
  165. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  166. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +53 -10
  167. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  168. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -3
  169. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v4/export/controls/Table.js +0 -3
  171. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  172. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +7 -0
  173. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  174. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +60 -0
  175. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  176. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts +9 -2
  177. package/dist/specification/src/sync/v4/export/controls/ToolBar.d.ts.map +1 -1
  178. package/dist/specification/src/sync/v4/export/controls/ToolBar.js +39 -1
  179. package/dist/specification/src/sync/v4/export/controls/ToolBar.js.map +1 -1
  180. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +17 -4
  181. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  182. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +76 -19
  183. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  184. package/dist/specification/src/sync/v4/export/export.d.ts +7 -0
  185. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  186. package/dist/specification/src/sync/v4/export/export.js +100 -11
  187. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  188. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  189. package/dist/specification/src/sync/v4/export/pages/ListReport.js +2 -1
  190. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  191. package/dist/specification/src/sync/v4/export/types.d.ts +2 -0
  192. package/dist/specification/src/sync/v4/export/types.d.ts.map +1 -1
  193. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts +107 -0
  194. package/dist/specification/src/sync/v4/generate/ListReportUtils.d.ts.map +1 -0
  195. package/dist/specification/src/sync/v4/generate/ListReportUtils.js +394 -0
  196. package/dist/specification/src/sync/v4/generate/ListReportUtils.js.map +1 -0
  197. package/dist/specification/src/sync/v4/generate/actions.d.ts +35 -0
  198. package/dist/specification/src/sync/v4/generate/actions.d.ts.map +1 -0
  199. package/dist/specification/src/sync/v4/generate/actions.js +112 -0
  200. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -0
  201. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +3 -3
  202. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  203. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +10 -2
  204. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  205. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +1 -1
  206. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  207. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +3 -2
  208. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  209. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  210. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +9 -2
  211. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  212. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -2
  213. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  214. package/dist/specification/src/sync/v4/generate/listReport.d.ts +129 -4
  215. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  216. package/dist/specification/src/sync/v4/generate/listReport.js +196 -353
  217. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  218. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +0 -1
  219. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  220. package/dist/specification/src/sync/v4/generate/objectPage.js +15 -21
  221. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  222. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  223. package/dist/specification/src/sync/v4/import/pages/objectPage.js +16 -3
  224. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  225. package/dist/specification/src/sync/v4/import/utils.d.ts +0 -1
  226. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v4/import/utils.js +0 -1
  228. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  229. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +141 -0
  230. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
  231. package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
  232. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
  233. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
  234. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
  235. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
  236. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
  237. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
  238. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
  239. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
  240. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
  241. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
  242. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
  243. package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
  244. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
  245. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
  246. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
  247. package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
  248. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
  249. package/dist/specification/src/sync/v4/utils/utils.d.ts +105 -49
  250. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  251. package/dist/specification/src/sync/v4/utils/utils.js +363 -97
  252. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  253. package/dist/types/src/apiTypes.d.ts +3 -2
  254. package/dist/types/src/apiTypes.d.ts.map +1 -1
  255. package/dist/types/src/apiTypes.js +1 -0
  256. package/dist/types/src/apiTypes.js.map +1 -1
  257. package/dist/types/src/common/types.d.ts +152 -3
  258. package/dist/types/src/common/types.d.ts.map +1 -1
  259. package/dist/types/src/common/types.js +47 -2
  260. package/dist/types/src/common/types.js.map +1 -1
  261. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +1 -1
  262. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  263. package/dist/types/src/v2/application.d.ts +18 -0
  264. package/dist/types/src/v2/application.d.ts.map +1 -1
  265. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  266. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +4 -4
  267. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  268. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  269. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +10 -1
  270. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts.map +1 -1
  271. package/dist/types/src/v4/application.d.ts +6 -6
  272. package/dist/types/src/v4/controls/CustomAction.d.ts +133 -19
  273. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  274. package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
  275. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +2 -2
  276. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  277. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +22 -3
  278. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  279. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  280. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  281. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  282. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  283. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  284. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  285. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +59 -0
  286. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  287. package/dist/types/src/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  288. package/package.json +17 -17
@@ -0,0 +1,73 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.Page = void 0;
4
+ const utils_1 = require("../utils/utils");
5
+ /**
6
+ * Represents a single page in a Fiori application.
7
+ * Encapsulates page finding logic and provides convenient access to page properties.
8
+ */
9
+ class Page {
10
+ /**
11
+ * Creates a new Page instance by finding the page configuration in the app.
12
+ *
13
+ * @param app - The App instance containing the pages
14
+ * @param template - The template name to search for
15
+ * @param template.name - The name of the template
16
+ * @param template.type - The type of the template
17
+ * @param entitySet - Optional entity set to match
18
+ * @param contextPath - Optional context path to match
19
+ */
20
+ constructor(app, template, entitySet, contextPath) {
21
+ this.app = app;
22
+ this.entity = {
23
+ contextPath: contextPath,
24
+ set: entitySet,
25
+ type: entitySet?.entityType
26
+ };
27
+ this.template = template;
28
+ // Use findPageV4 with app.pages
29
+ this.target = (0, utils_1.findPageV4)(app.pages, template.name, entitySet, contextPath);
30
+ }
31
+ /**
32
+ * Gets the App instance associated with this page.
33
+ *
34
+ * @returns The App instance
35
+ */
36
+ getPage() {
37
+ return this.target;
38
+ }
39
+ /**
40
+ * Gets the entity type associated with this page.
41
+ *
42
+ * @returns The entity type, or undefined if not found
43
+ */
44
+ getEntityType() {
45
+ return this.entity.type;
46
+ }
47
+ /**
48
+ * Gets the entity type associated with this page.
49
+ *
50
+ * @returns The entity type, or undefined if not found
51
+ */
52
+ getTemplate() {
53
+ return this.template;
54
+ }
55
+ /**
56
+ * Gets the UI annotations for the entity type associated with this page.
57
+ *
58
+ * @returns The UI annotations, or undefined if not found
59
+ */
60
+ getUIAnnotations() {
61
+ return this.getEntityType()?.annotations?.[this.app.alias];
62
+ }
63
+ /**
64
+ * Gets the App instance associated with this page.
65
+ *
66
+ * @returns The App instance
67
+ */
68
+ getApp() {
69
+ return this.app;
70
+ }
71
+ }
72
+ exports.Page = Page;
73
+ //# sourceMappingURL=Page.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Page.js","sourceRoot":"","sources":["../../../../../../src/sync/v4/sync-rules/Page.ts"],"names":[],"mappings":";;;AAEA,0CAA4C;AAI5C;;;GAGG;AACH,MAAa,IAAI;IAcb;;;;;;;;;OASG;IACH,YAAY,GAAQ,EAAE,QAA8C,EAAE,SAAqB,EAAE,WAAoB;QAC7G,IAAI,CAAC,GAAG,GAAG,GAAG,CAAC;QACf,IAAI,CAAC,MAAM,GAAG;YACV,WAAW,EAAE,WAAW;YACxB,GAAG,EAAE,SAAS;YACd,IAAI,EAAE,SAAS,EAAE,UAAU;SAC9B,CAAC;QACF,IAAI,CAAC,QAAQ,GAAG,QAAQ,CAAC;QACzB,gCAAgC;QAChC,IAAI,CAAC,MAAM,GAAG,IAAA,kBAAU,EAAC,GAAG,CAAC,KAAK,EAAE,QAAQ,CAAC,IAAI,EAAE,SAAS,EAAE,WAAW,CAAC,CAAC;IAC/E,CAAC;IAED;;;;OAIG;IACH,OAAO;QACH,OAAO,IAAI,CAAC,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,aAAa;QACT,OAAO,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC;IAC5B,CAAC;IAED;;;;OAIG;IACH,WAAW;QACP,OAAO,IAAI,CAAC,QAAQ,CAAC;IACzB,CAAC;IAED;;;;OAIG;IACH,gBAAgB;QACZ,OAAO,IAAI,CAAC,aAAa,EAAE,EAAE,WAAW,EAAE,CAAC,IAAI,CAAC,GAAG,CAAC,KAAK,CAAC,CAAC;IAC/D,CAAC;IAED;;;;OAIG;IACH,MAAM;QACF,OAAO,IAAI,CAAC,GAAG,CAAC;IACpB,CAAC;CACJ;AAhFD,oBAgFC"}
@@ -0,0 +1,9 @@
1
+ /**
2
+ * Compares two UI5 version strings to determine if versionToCheck meets or exceeds the minVersion requirement.
3
+ *
4
+ * @param versionToCheck - The version string to check (e.g., "1.84.0", "1.120.5")
5
+ * @param minVersion - The minimum required version string (e.g., "1.84.0")
6
+ * @returns true if versionToCheck is greater than or equal to minVersion, false otherwise
7
+ */
8
+ export declare function compareUI5Versions(versionToCheck: string, minVersion: string): boolean;
9
+ //# sourceMappingURL=utils.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v4/sync-rules/utils.ts"],"names":[],"mappings":"AAEA;;;;;;GAMG;AACH,wBAAgB,kBAAkB,CAAC,cAAc,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAmCtF"}
@@ -0,0 +1,43 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.compareUI5Versions = compareUI5Versions;
4
+ const distTagEvaluator_1 = require("../../common/distTagEvaluator");
5
+ /**
6
+ * Compares two UI5 version strings to determine if versionToCheck meets or exceeds the minVersion requirement.
7
+ *
8
+ * @param versionToCheck - The version string to check (e.g., "1.84.0", "1.120.5")
9
+ * @param minVersion - The minimum required version string (e.g., "1.84.0")
10
+ * @returns true if versionToCheck is greater than or equal to minVersion, false otherwise
11
+ */
12
+ function compareUI5Versions(versionToCheck, minVersion) {
13
+ if (!versionToCheck) {
14
+ return false;
15
+ }
16
+ // If versionToCheck is a variable, we cannot compare it and assume 'latest'
17
+ if ((0, distTagEvaluator_1.isMinUI5VersionVariable)(versionToCheck)) {
18
+ return true;
19
+ }
20
+ // Remove any non-numeric prefixes and extract version numbers
21
+ // Kept vague to support versions like "-legacy-free" as variables - can be discussed further if needed
22
+ const cleanVersion = (version) => {
23
+ const match = version.match(/^(\d+)\.(\d+)\.(\d+)/);
24
+ if (!match) {
25
+ return [0, 0, 0];
26
+ }
27
+ return [parseInt(match[1], 10), parseInt(match[2], 10), parseInt(match[3], 10)];
28
+ };
29
+ const versionParts = cleanVersion(versionToCheck);
30
+ const minParts = cleanVersion(minVersion);
31
+ // Compare major, minor, and patch versions
32
+ for (let i = 0; i < 3; i++) {
33
+ if (versionParts[i] > minParts[i]) {
34
+ return true;
35
+ }
36
+ if (versionParts[i] < minParts[i]) {
37
+ return false;
38
+ }
39
+ }
40
+ // Versions are equal
41
+ return true;
42
+ }
43
+ //# sourceMappingURL=utils.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../../src/sync/v4/sync-rules/utils.ts"],"names":[],"mappings":";;AASA,gDAmCC;AA5CD,oEAAwE;AAExE;;;;;;GAMG;AACH,SAAgB,kBAAkB,CAAC,cAAsB,EAAE,UAAkB;IACzE,IAAI,CAAC,cAAc,EAAE,CAAC;QAClB,OAAO,KAAK,CAAC;IACjB,CAAC;IAED,4EAA4E;IAC5E,IAAI,IAAA,0CAAuB,EAAC,cAAc,CAAC,EAAE,CAAC;QAC1C,OAAO,IAAI,CAAC;IAChB,CAAC;IAED,8DAA8D;IAC9D,uGAAuG;IACvG,MAAM,YAAY,GAAG,CAAC,OAAe,EAAY,EAAE;QAC/C,MAAM,KAAK,GAAG,OAAO,CAAC,KAAK,CAAC,sBAAsB,CAAC,CAAC;QACpD,IAAI,CAAC,KAAK,EAAE,CAAC;YACT,OAAO,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;QACrB,CAAC;QACD,OAAO,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,EAAE,QAAQ,CAAC,KAAK,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;IACpF,CAAC,CAAC;IAEF,MAAM,YAAY,GAAG,YAAY,CAAC,cAAc,CAAC,CAAC;IAClD,MAAM,QAAQ,GAAG,YAAY,CAAC,UAAU,CAAC,CAAC;IAE1C,2CAA2C;IAC3C,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,CAAC,EAAE,CAAC,EAAE,EAAE,CAAC;QACzB,IAAI,YAAY,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;YAChC,OAAO,IAAI,CAAC;QAChB,CAAC;QACD,IAAI,YAAY,CAAC,CAAC,CAAC,GAAG,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC;YAChC,OAAO,KAAK,CAAC;QACjB,CAAC;IACL,CAAC;IAED,qBAAqB;IACrB,OAAO,IAAI,CAAC;AAChB,CAAC"}
@@ -1,13 +1,31 @@
1
1
  import type { DataFieldForActionAbstractTypes, LineItem } from '@sap-ux/vocabularies-types/vocabularies/UI';
2
2
  import type { AnnotationTerm, ConvertedMetadata, EntitySet, EntityType } from '@sap-ux/vocabularies-types';
3
- import type { Definition } from 'typescript-json-schema';
4
- import { DefinitionName, type ExtensionLogger, type FileData, type GenerateAppSchemaParameters, type Manifest, v4 } from '@sap/ux-specification-types';
5
- import type { ExtensionFileData } from '../types';
3
+ import { type ManifestPathParams } from '../../common/utils';
4
+ import type { Definition, DefinitionOrBoolean } from 'typescript-json-schema';
5
+ import { DefinitionName, type ExtensionLogger, type FileData, type Manifest, TemplatePropertyName, TemplateType, v4 } from '@sap/ux-specification-types';
6
+ import { type ExtensionFileData } from '../types';
6
7
  import type { MetadataInstanceInterface } from '../../common/decoration/factory';
7
- export type CustomExtension = v4.TableCustomColumn | v4.CustomAction | v4.SapUi5RoutingTargetContentSection | v4.SapUiGenericAppPageCustomFilterField;
8
+ export type CustomExtension = v4.TableCustomColumn | v4.CustomAction | v4.CustomActionMenu | v4.SapUi5RoutingTargetContentSection | v4.SapUiGenericAppPageCustomFilterField;
8
9
  export interface CustomExtensions {
9
10
  [key: string]: CustomExtension;
10
11
  }
12
+ /**
13
+ * Parameter object used while generating/appending LineItem entries (columns and actions) into the app schema.
14
+ *
15
+ * This bundle is passed into helpers that write schema fragments for different record types
16
+ * (e.g. DataField columns, single actions, and action groups). It provides:
17
+ * - the current LineItem context (entity type, schema, annotation path),
18
+ * - the target schema node (actions definition / line item definition),
19
+ * - the concrete record and its index in the annotation collection.
20
+ *
21
+ * @property lineItemData Context describing where the LineItem is written (app schema, entity type, annotation, etc.).
22
+ * @property actions Target schema definition that collects action entries (toolbar/actions container).
23
+ * @property lineItemPath Annotation path pointing to the LineItem collection being processed.
24
+ * @property lineItemRecord The concrete LineItem record currently processed (may represent an action or a field-like record).
25
+ * @property index Index of `lineItemRecord` within the LineItem annotation array; used for ordering and annotationPath.
26
+ * @property lineItemDefinition Optional schema definition to write into when generating inline/embedded objects (no $ref case).
27
+ * @property columnDefinitionName Base definition name used for column records (may be specialized for action columns).
28
+ */
11
29
  export interface AddLineItemDefinitionParams {
12
30
  lineItemData: LineItemDataForSchema;
13
31
  actions: Definition;
@@ -17,6 +35,25 @@ export interface AddLineItemDefinitionParams {
17
35
  lineItemDefinition?: Definition;
18
36
  columnDefinitionName: string;
19
37
  }
38
+ /**
39
+ * Parameter object used when importing action settings from a schema definition reference into the generated config.
40
+ *
41
+ * This bundle is passed through the different action-import helpers/strategies (single action, group action,
42
+ * manifest-based action menu) and carries:
43
+ * - the schema fragments needed to resolve/read properties,
44
+ * - the target config object where settings are written,
45
+ * - manifest routing/context information required to compute correct manifest paths.
46
+ *
47
+ * @property actionPropertyDefinition Schema definition describing the action's properties (source of truth for what can be imported).
48
+ * @property appSchema Application-specific JSON schema containing all definitions and references.
49
+ * @property factory Metadata factory used to resolve sync rules / decorators and to materialize config instances.
50
+ * @property actionsInConfig Target object in the config that receives imported action settings (e.g. actions map under a section/table).
51
+ * @property actionKey Key/name of the action within `actionsInConfig` (the entry to read/write).
52
+ * @property manifest The application manifest; used to resolve manifest paths for the imported settings.
53
+ * @property routingId Routing target/page identifier providing context for manifest path resolution.
54
+ * @property manifestSectionId Optional section identifier in the manifest (e.g. OP section id) to scope the action settings.
55
+ * @property targetAnnotation Optional annotation path/identifier that further scopes action settings (e.g. LineItem qualifier / view context).
56
+ */
20
57
  export interface ImportActionSettingsOfReferenceParams {
21
58
  actionPropertyDefinition: Definition;
22
59
  appSchema: Definition;
@@ -28,41 +65,37 @@ export interface ImportActionSettingsOfReferenceParams {
28
65
  manifestSectionId?: string;
29
66
  targetAnnotation?: string;
30
67
  }
31
- export interface ManifestPathParams {
32
- pageName: string;
33
- manifest: Manifest;
34
- pathsParts?: unknown[];
35
- targetAnnotation?: string;
36
- targetAnnotationEncoded?: string;
37
- }
38
68
  /**
39
- * Internal helper interface used while traversing a schema to resolve `manifestPath`.
40
- */
41
- interface ManifestPropertyResolution {
42
- /**
43
- * Name of the parent property in the schema.
44
- */
45
- name: string;
46
- /**
47
- * Manifest path derived from the sync rule.
48
- */
49
- rulePath?: string;
69
+ * Parsed schema definition identifier split into base name and optional qualifier.
70
+ *
71
+ * Used when a schema definition name encodes additional context (e.g. qualifier, facet/lineItem id) and callers
72
+ * need to distinguish the generic base definition from the specific qualified variant.
73
+ *
74
+ * @property baseDefinitionName The unqualified/base schema definition name.
75
+ * @property definitionQualifier Optional qualifier extracted from the full definition name (format depends on naming convention).
76
+ */
77
+ export interface ParsedDefinitionName {
78
+ baseDefinitionName: DefinitionName;
79
+ definitionQualifier?: string;
50
80
  }
81
+ export type ActionDetails = [string, DefinitionOrBoolean];
51
82
  export declare const DATA_FIELD_FOR_ACTION_GROUP = "DataFieldForActionGroup";
52
83
  export declare const FIELD_SEPARATOR = "::";
53
84
  export declare const QUALIFIER_SEPARATOR = "#";
54
85
  /**
55
- * Adds extension at the right position of the sorted array of annotation-based nodes.
86
+ * Adds extension entries to a sorted array of extensions based on specific rules,
87
+ * including using anchors, callbacks, and custom templates.
56
88
  *
57
- * @param extensions - list of extensions in manifest
58
- * @param sortedExtensionsArray - sorted array of annotation-based nodes, to be enhanced by extensions
59
- * @param extensionDefinitionName - extension definition name, different in LR and OP
60
- * @param templatePropertyName - The name of the property in the template to be used for processing.
61
- * @param logger - logger for error messages
62
- * @param ignoreAnnotationAnchors - calculation should ignore anchors referenced to annotation nodes. Used when annotations sections are merged.
63
- * @returns Sorted array of annotation-based nodes, enhanced by extensions
89
+ * @param {CustomExtensions} extensions - The object containing custom extensions to be added to the array.
90
+ * @param {ActionDetails[]} sortedExtensionsArray - The array of sorted extensions to which new extensions will be added.
91
+ * @param {string} extensionDefinitionName - The definition name associated with the extensions being added.
92
+ * @param {TemplatePropertyName | TemplatePropertyName[]} [templatePropertyName=TemplatePropertyName.Template] -
93
+ * The property name(s) to check for existence in an extension; used to determine compatibility.
94
+ * @param {ExtensionLogger} [logger] - An optional logger to handle logging of invalid extensions or other events.
95
+ * @param {boolean} [ignoreAnnotationAnchors=false] - A flag to indicate whether extension anchors should be ignored.
96
+ * @returns {ActionDetails[]} The updated sorted extensions array, including newly added and valid extensions.
64
97
  */
65
- export declare function addExtensionToArray(extensions: CustomExtensions, sortedExtensionsArray: [string, unknown][], extensionDefinitionName: string, templatePropertyName?: string, logger?: ExtensionLogger, ignoreAnnotationAnchors?: boolean): [string, unknown][];
98
+ export declare function addExtensionToArray(extensions: CustomExtensions, sortedExtensionsArray: ActionDetails[], extensionDefinitionName: string, templatePropertyName?: TemplatePropertyName | TemplatePropertyName[], logger?: ExtensionLogger, ignoreAnnotationAnchors?: boolean): ActionDetails[];
66
99
  /**
67
100
  * Adds enum values to the properties definition of a custom column.
68
101
  *
@@ -96,7 +129,6 @@ export declare function addActionRecordToSchema(lineItemDefinitionParams: AddLin
96
129
  *
97
130
  * @param {AddLineItemDefinitionParams} lineItemDefinitionParams - Parameters that define the line item, including data, record, path, index, and actions.
98
131
  * @param {boolean} [createRef] - Indicates whether to create a reference for the action definition or to use an inline object.
99
- * @returns {void} - Does not return any value.
100
132
  */
101
133
  export declare function addGroupActionRecordToSchema(lineItemDefinitionParams: AddLineItemDefinitionParams, createRef?: boolean): void;
102
134
  /**
@@ -108,14 +140,12 @@ export declare function addGroupActionRecordToSchema(lineItemDefinitionParams: A
108
140
  * @param {boolean} data.lineItemRecord.Inline - Indicates whether the line item is inline.
109
141
  * @param {boolean} data.lineItemRecord.Determining - Indicates if the line item is determining.
110
142
  * @param {boolean} data.lineItemDefinition - Indicates whether the line item definition is present.
111
- * @returns {void} This method does not return a value.
112
143
  */
113
144
  export declare function addLineItemActionDefinition(data: AddLineItemDefinitionParams): void;
114
145
  /**
115
146
  * Adds a line item record to the provided schema based on the definition parameters.
116
147
  *
117
148
  * @param {AddLineItemDefinitionParams} lineItemDefinitionParams - The parameters defining the line item data, schema information, and record.
118
- * @returns {void} This function does not return a value.
119
149
  */
120
150
  export declare function addLineItemRecordToSchema(lineItemDefinitionParams: AddLineItemDefinitionParams): void;
121
151
  export type LineItemDataForSchema = {
@@ -184,7 +214,6 @@ export declare function addEnumForActionAnchor(appSchema: Definition, definition
184
214
  * @param {string} tableDefinitionName - The name of the table definition in the schema.
185
215
  * @param {string} columnsDefinitionName - The name of the columns definition used to extract column enumerations.
186
216
  * @param {EntityType} [entityType] - Optional entity type for additional context when retrieving column definitions.
187
- * @returns {void} No return value as this function modifies the schema in place.
188
217
  */
189
218
  export declare function addEnumForEnableMassEdit(appSchema: Definition, tableDefinitionName: string, columnsDefinitionName: string, entityType?: EntityType): void;
190
219
  /**
@@ -221,21 +250,22 @@ export declare function findPageV4(pages: v4.SapUiAppPageV4[], templateName: str
221
250
  * Depending on the template type, strip down the app schema so that only the relevant views are part of it.
222
251
  *
223
252
  * @param {Definition} appSchema - app specific JSON schema, to be adjusted
224
- * @param {GenerateAppSchemaParameters} generateParameters - object comprising all input parameters
253
+ * @param templateType - template type of the current page
225
254
  * @returns the right definition name for the table in the schema
226
255
  */
227
- export declare function alignSchemaWithTemplateType(appSchema: Definition, generateParameters: GenerateAppSchemaParameters): DefinitionName.Table | DefinitionName.ALPTableView;
256
+ export declare function alignSchemaWithTemplateType(appSchema: Definition, templateType: TemplateType): DefinitionName.Table | DefinitionName.ALPTableView;
228
257
  /**
229
258
  * Common function for enhancing LineItems, FieldGroups and Custom Section definitions of app schema by custom action definitions.
230
259
  *
231
- * @param appSchema - app-specific JSON schema
232
- * @param v4Page - actual page in the manifest
233
- * @param logger - logger for error messages
234
- * @param customActionDefinitionName - definition name of custom action
235
- * @param sectionDefinitionName - identifier of the current object page section in schema
236
- * @param sectionIdInManifest - identifier of the current object page section in manifest
260
+ * @param appSchema The application schema where the custom action definition will be added.
261
+ * @param v4Page The V4 page configuration object that contains metadata and settings for the page.
262
+ * @param logger A logging instance for logging warnings or errors during the processing.
263
+ * @param customActionDefinitionName The name of the custom action definition to be added. Defaults to `DefinitionName.CustomTableAction`.
264
+ * @param sectionDefinitionName The name of the section definition within the schema to which the action definition will be added.
265
+ * @param sectionIdInManifest Optional: The section ID in the manifest, used to derive the configuration ID.
266
+ * @param lineItemId Optional: The ID of the line item, if applicable.
237
267
  */
238
- export declare function addCustomActionDefinition(appSchema: Definition, v4Page: v4.SapUiAppPageV4, logger: ExtensionLogger, customActionDefinitionName?: string, sectionDefinitionName?: string, sectionIdInManifest?: string): void;
268
+ export declare function addCustomActionDefinition(appSchema: Definition, v4Page: v4.SapUiAppPageV4, logger: ExtensionLogger, customActionDefinitionName?: string, sectionDefinitionName?: string, sectionIdInManifest?: string, lineItemId?: string): void;
239
269
  /**
240
270
  * Common function for enhancing header and footer definitions of app schema by custom action definitions.
241
271
  *
@@ -246,6 +276,14 @@ export declare function addCustomActionDefinition(appSchema: Definition, v4Page:
246
276
  * @param sectionId - identifier of the current object page section in schema
247
277
  */
248
278
  export declare function addHeaderFooterCustomActionDefinition(appSchema: Definition, v4Page: v4.SapUiAppPageV4, logger: ExtensionLogger, customActionDefinitionName?: DefinitionName, sectionId?: string): void;
279
+ /**
280
+ * Parses a given definition name into its base name and optional qualifier.
281
+ *
282
+ * @param definitionName The definition name to parse. This should be a string in the format "BaseName" or "BaseName<Qualifier>".
283
+ * @returns An object containing the base definition name and, if applicable, its qualifier.
284
+ * If there is no qualifier, it will return undefined for the qualifier field.
285
+ */
286
+ export declare function parseDefinitionName(definitionName?: string): ParsedDefinitionName;
249
287
  /**
250
288
  * Method returns page from manifest by passed page key.
251
289
  *
@@ -296,13 +334,34 @@ export declare function addCustomSectionDefinition(appSchema: Definition, defini
296
334
  * @param v4Page - actual page in the manifest
297
335
  */
298
336
  export declare function addCustomFilterFieldDefinition(appSchema: Definition, definition: Definition, v4Page: v4.SapUiAppPageV4): void;
337
+ /**
338
+ * Imports the settings of a single action reference into the configuration object.
339
+ *
340
+ * @param {ImportActionSettingsOfReferenceParams} importActionParams - The parameters required for importing action settings, including property definitions.
341
+ * @param {Definition} definitionOfReference - The reference definition object used to resolve the action.
342
+ */
343
+ export declare function importSingleActionSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams, definitionOfReference: Definition): void;
344
+ /**
345
+ * Imports and processes the settings for a group of actions based on a reference definition.
346
+ *
347
+ * @param {ImportActionSettingsOfReferenceParams} importActionParams - The parameters used for importing and configuring the action settings.
348
+ * @param {Definition} definitionOfReference - The reference definition from which the action group settings are imported.
349
+ * @returns {void} This function does not return a value; it modifies the configurations directly.
350
+ */
351
+ export declare function importGroupActionSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams, definitionOfReference: Definition): void;
352
+ /**
353
+ * Imports and updates the action menu settings in a configuration object based on a given reference definition and related action parameters.
354
+ *
355
+ * @param {ImportActionSettingsOfReferenceParams} importActionParams - An object containing details such as the action property definition, application schema, actions configuration, and action key. These parameters are used for resolving and importing the settings.
356
+ * @param {Definition} definitionOfReference - The reference definition object which includes properties and other settings required to define action menus and their related configurations.
357
+ */
358
+ export declare function importManifestBasedActionMenuSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams, definitionOfReference: Definition): void;
299
359
  /**
300
360
  * Imports the action settings of a specified reference based on the given parameters.
301
361
  *
302
362
  * @param {object} importActionParams - The parameters required for importing action settings.
303
363
  * @param {object} importActionParams.actionPropertyDefinition - The action property definition containing the $ref to the reference.
304
364
  * @param {object} importActionParams.appSchema - The application schema containing definitions and other related metadata.
305
- * @returns {void} This function does not return a value.
306
365
  */
307
366
  export declare function importActionSettingsOfReference(importActionParams: ImportActionSettingsOfReferenceParams): void;
308
367
  /**
@@ -324,9 +383,6 @@ export declare function addCustomFieldDefinition(appSchema: Definition, v4Page:
324
383
  * If `undefined`, the function attempts to resolve the definition name from the `$ref` property of the provided definition.
325
384
  * @param {Definition} definition - The definition object containing property schemas.
326
385
  * @param {ManifestPathParams} pathParams - Additional context required to compute manifest paths.
327
- * @param {ManifestPropertyResolution} [parentProperty] - Information about the parent property used when resolving
328
- * nested or inherited manifest paths (e.g. parent property name and resolved rule path).
329
386
  */
330
- export declare function addManifestPathsToProperties(appSchema: Definition, definitionName: string | undefined, definition: Definition, pathParams: ManifestPathParams, parentProperty?: ManifestPropertyResolution): void;
331
- export {};
387
+ export declare function addManifestPathsToProperties(appSchema: Definition, definitionName: string | undefined, definition: Definition, pathParams: ManifestPathParams): void;
332
388
  //# sourceMappingURL=utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v4/utils/utils.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAER,+BAA+B,EAC/B,QAAQ,EACX,MAAM,4CAA4C,CAAC;AAEpD,OAAO,KAAK,EAAE,cAAc,EAAE,iBAAiB,EAAE,SAAS,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AA6B3G,OAAO,KAAK,EAAE,UAAU,EAAuB,MAAM,wBAAwB,CAAC;AAC9E,OAAO,EAEH,cAAc,EACd,KAAK,eAAe,EACpB,KAAK,QAAQ,EACb,KAAK,2BAA2B,EAChC,KAAK,QAAQ,EAUb,EAAE,EACL,MAAM,6BAA6B,CAAC;AAErC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,UAAU,CAAC;AAElD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,iCAAiC,CAAC;AAQjF,MAAM,MAAM,eAAe,GACrB,EAAE,CAAC,iBAAiB,GACpB,EAAE,CAAC,YAAY,GACf,EAAE,CAAC,iCAAiC,GACpC,EAAE,CAAC,oCAAoC,CAAC;AAE9C,MAAM,WAAW,gBAAgB;IAC7B,CAAC,GAAG,EAAE,MAAM,GAAG,eAAe,CAAC;CAClC;AAED,MAAM,WAAW,2BAA2B;IACxC,YAAY,EAAE,qBAAqB,CAAC;IACpC,OAAO,EAAE,UAAU,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,+BAA+B,CAAC;IAChD,KAAK,EAAE,MAAM,CAAC;IACd,kBAAkB,CAAC,EAAE,UAAU,CAAC;IAChC,oBAAoB,EAAE,MAAM,CAAC;CAChC;AAED,MAAM,WAAW,qCAAqC;IAClD,wBAAwB,EAAE,UAAU,CAAC;IACrC,SAAS,EAAE,UAAU,CAAC;IACtB,OAAO,EAAE,yBAAyB,CAAC;IACnC,eAAe,EAAE,MAAM,CAAC;IACxB,SAAS,EAAE,MAAM,CAAC;IAClB,QAAQ,EAAE,QAAQ,CAAC;IACnB,SAAS,EAAE,MAAM,CAAC;IAClB,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,gBAAgB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,MAAM,WAAW,kBAAkB;IAC/B,QAAQ,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,EAAE,CAAC;IACvB,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,uBAAuB,CAAC,EAAE,MAAM,CAAC;CACpC;AAED;;GAEG;AACH,UAAU,0BAA0B;IAChC;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,QAAQ,CAAC,EAAE,MAAM,CAAC;CACrB;AAED,eAAO,MAAM,2BAA2B,4BAA4B,CAAC;AAErE,eAAO,MAAM,eAAe,OAAO,CAAC;AACpC,eAAO,MAAM,mBAAmB,MAAM,CAAC;AAoVvC;;;;;;;;;;GAUG;AACH,wBAAgB,mBAAmB,CAC/B,UAAU,EAAE,gBAAgB,EAC5B,qBAAqB,EAAE,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,EAC1C,uBAAuB,EAAE,MAAM,EAC/B,oBAAoB,SAAa,EACjC,MAAM,CAAC,EAAE,eAAe,EACxB,uBAAuB,UAAQ,GAChC,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,CA4DrB;AA8ED;;;;;GAKG;AACH,wBAAgB,oBAAoB,CAAC,SAAS,EAAE,OAAO,GAAG,UAAU,EAAE,sBAAsB,EAAE,UAAU,QAIvG;AAgCD;;;;;;;;;GASG;AACH,wBAAgB,yBAAyB,CACrC,SAAS,EAAE,UAAU,EACrB,MAAM,EAAE,EAAE,CAAC,cAAc,EACzB,MAAM,EAAE,eAAe,EACvB,0BAA0B,GAAE,MAAoC,EAChE,SAAS,CAAC,EAAE,MAAM,EAClB,mBAAmB,CAAC,EAAE,MAAM,GAC7B,IAAI,CA0BN;AAsDD;;;;;;;GAOG;AACH,wBAAgB,uBAAuB,CAAC,wBAAwB,EAAE,2BAA2B,EAAE,SAAS,UAAO,GAAG,IAAI,CAiDrH;AAED;;;;;;;GAOG;AACH,wBAAgB,4BAA4B,CACxC,wBAAwB,EAAE,2BAA2B,EACrD,SAAS,UAAO,GACjB,IAAI,CAwCN;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,2BAA2B,CAAC,IAAI,EAAE,2BAA2B,QAQ5E;AACD;;;;;GAKG;AACH,wBAAgB,yBAAyB,CAAC,wBAAwB,EAAE,2BAA2B,QAqC9F;AAED,MAAM,MAAM,qBAAqB,GAAG;IAChC,YAAY,EAAE,OAAO,CAAC;IACtB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,SAAS,EAAE,UAAU,CAAC;IACtB,kBAAkB,EAAE,cAAc,CAAC,QAAQ,CAAC,CAAC;IAC7C,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,iBAAiB,CAAC;IACnC,UAAU,EAAE,MAAM,CAAC;CACtB,CAAC;AAEF;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,uBAAuB,CACnC,IAAI,EAAE,qBAAqB,EAC3B,OAAO,EAAE,UAAU,EACnB,YAAY,EAAE,MAAM,EACpB,kBAAkB,CAAC,EAAE,UAAU,EAC/B,oBAAoB,GAAE,MAAmC,GAC1D,IAAI,CAoBN;AAED;;;;;;;;;;;;;;GAcG;AACH,wBAAgB,wBAAwB,CACpC,IAAI,EAAE,qBAAqB,EAC3B,oBAAoB,GAAE,MAAmC,EACzD,0BAA0B,GAAE,MAAoC,EAChE,0BAA0B,GAAE,MAAyC,GACtE,IAAI,CAYN;AAED;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACpC,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,MAAM,EAClB,MAAM,EAAE,EAAE,CAAC,cAAc,EACzB,YAAY,GAAE,MAAgC,EAC9C,mBAAmB,CAAC,EAAE,MAAM,GAC7B,IAAI,CAuBN;AAED;;;;;;GAMG;AACH,wBAAgB,sBAAsB,CAClC,SAAS,EAAE,UAAU,EACrB,YAAY,EAAE,MAAM,EACpB,YAAY,GAAE,MAA4C,GAC3D,IAAI,CAYN;AAED;;;;;;;;GAQG;AACH,wBAAgB,wBAAwB,CACpC,SAAS,EAAE,UAAU,EACrB,mBAAmB,EAAE,MAAM,EAC3B,qBAAqB,EAAE,MAAM,EAC7B,UAAU,CAAC,EAAE,UAAU,GACxB,IAAI,CAiBN;AAiCD;;;;;;;;GAQG;AACH,wBAAgB,4BAA4B,CACxC,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,MAAM,UAezB;AAED;;;;;;;;GAQG;AACH,wBAAgB,yBAAyB,CACrC,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,UAAU,EACtB,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,MAAM,GACnB,IAAI,CAsBN;AAED;;;;;;;;GAQG;AACH,wBAAgB,UAAU,CACtB,KAAK,EAAE,EAAE,CAAC,cAAc,EAAE,EAC1B,YAAY,EAAE,MAAM,EACpB,SAAS,CAAC,EAAE,SAAS,EACrB,WAAW,CAAC,EAAE,MAAM,GACrB,EAAE,CAAC,cAAc,GAAG,SAAS,CAkB/B;AAED;;;;;;GAMG;AACH,wBAAgB,2BAA2B,CACvC,SAAS,EAAE,UAAU,EACrB,kBAAkB,EAAE,2BAA2B,GAChD,cAAc,CAAC,KAAK,GAAG,cAAc,CAAC,YAAY,CAwBpD;AAED;;;;;;;;;GASG;AACH,wBAAgB,yBAAyB,CACrC,SAAS,EAAE,UAAU,EACrB,MAAM,EAAE,EAAE,CAAC,cAAc,EACzB,MAAM,EAAE,eAAe,EACvB,0BAA0B,GAAE,MAAyC,EACrE,qBAAqB,SAAK,EAC1B,mBAAmB,SAAK,GACzB,IAAI,CA8CN;AAED;;;;;;;;GAQG;AACH,wBAAgB,qCAAqC,CACjD,SAAS,EAAE,UAAU,EACrB,MAAM,EAAE,EAAE,CAAC,cAAc,EACzB,MAAM,EAAE,eAAe,EACvB,0BAA0B,GAAE,cAAoD,EAChF,SAAS,SAAK,GACf,IAAI,CA+BN;AAED;;;;;;;GAOG;AACH,wBAAgB,eAAe,CAC3B,QAAQ,EAAE,QAAQ,EAClB,MAAM,EAAE,MAAM,EACd,MAAM,CAAC,EAAE,eAAe,GACzB,EAAE,CAAC,oBAAoB,GAAG,SAAS,CA8BrC;AAED;;;;;;;;;GASG;AACH,wBAAgB,0BAA0B,CACtC,KAAK,EAAE,QAAQ,EAAE,EACjB,IAAI,EAAE,EAAE,CAAC,oBAAoB,EAC7B,QAAQ,EAAE,QAAQ,EAClB,OAAO,EAAE,MAAM,GAAG,UAAU,EAC5B,aAAa,EAAE,MAAM,GACtB,iBAAiB,GAAG,SAAS,CA0B/B;AAED;;;;;;;;GAQG;AACH,wBAAgB,qBAAqB,CACjC,KAAK,EAAE,QAAQ,EAAE,EACjB,MAAM,EAAE,MAAM,EACd,QAAQ,EAAE,QAAQ,EAClB,MAAM,CAAC,EAAE,eAAe,GACzB,iBAAiB,GAAG,SAAS,CAM/B;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,0BAA0B,CACtC,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,EAAE,CAAC,cAAc,EACzB,gBAAgB,EAAE,MAAM,EACxB,gBAAgB,EAAE,OAAO,EACzB,QAAQ,CAAC,EAAE,MAAM,EACjB,MAAM,CAAC,EAAE,eAAe,GACzB,IAAI,CAiEN;AAED;;;;;;GAMG;AACH,wBAAgB,8BAA8B,CAC1C,SAAS,EAAE,UAAU,EACrB,UAAU,EAAE,UAAU,EACtB,MAAM,EAAE,EAAE,CAAC,cAAc,GAC1B,IAAI,CAkCN;AAuFD;;;;;;;GAOG;AACH,wBAAgB,+BAA+B,CAAC,kBAAkB,EAAE,qCAAqC,QAWxG;AAED;;;;;;;;;GASG;AACH,wBAAgB,wBAAwB,CACpC,SAAS,EAAE,UAAU,EACrB,MAAM,EAAE,EAAE,CAAC,cAAc,EACzB,oBAAoB,EAAE,MAAM,EAC5B,MAAM,EAAE,eAAe,EACvB,yBAAyB,EAAE,MAAM,EACjC,oBAAoB,EAAE,MAAM,GAC7B,IAAI,CA2BN;AAED;;;;;;;;;;GAUG;AACH,wBAAgB,4BAA4B,CACxC,SAAS,EAAE,UAAU,EACrB,cAAc,EAAE,MAAM,GAAG,SAAS,EAClC,UAAU,EAAE,UAAU,EACtB,UAAU,EAAE,kBAAkB,EAC9B,cAAc,CAAC,EAAE,0BAA0B,GAC5C,IAAI,CAmDN"}
1
+ {"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../../src/sync/v4/utils/utils.ts"],"names":[],"mappings":"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"}