@sap/ux-specification 1.90.19 → 1.96.4

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 (391) hide show
  1. package/CHANGELOG.md +17 -352
  2. package/README.md +1 -0
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  4. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  5. package/dist/documentation/v2/v2-ListReport.html +1 -1
  6. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  7. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  8. package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
  9. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  10. package/dist/documentation/v4/v4-ListReport.html +1 -1
  11. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  12. package/dist/index-min.js +1 -1
  13. package/dist/schemas/v2/ApplicationV2.json +31 -0
  14. package/dist/schemas/v4/AnalyticalListPageConfig.json +89 -0
  15. package/dist/schemas/v4/ListReportConfig.json +89 -0
  16. package/dist/schemas/v4/ObjectPageConfig.json +87 -0
  17. package/dist/specification/v2/index-min.js +1 -1
  18. package/dist/src/api.d.ts +9 -1
  19. package/dist/src/apiTypes.d.ts +16 -0
  20. package/dist/src/specification/v2/ApplicationV2.d.ts +21 -0
  21. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +18 -2
  22. package/dist/src/specification/v4/controls/Table.d.ts +2 -2
  23. package/dist/src/sync/common/generate/utils.d.ts +3 -1
  24. package/dist/src/sync/v2/application.d.ts +3 -1
  25. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +14 -1
  26. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +14 -1
  27. package/dist/src/sync/v4/export/exportCustomColumn.d.ts +13 -0
  28. package/dist/src/sync/v4/utils/utils.d.ts +20 -2
  29. package/package.json +19 -13
  30. package/dist/scripts/extractDocu.js +0 -488
  31. package/dist/scripts/extractDocu.js.map +0 -1
  32. package/dist/scripts/runDocu.js +0 -577
  33. package/dist/scripts/runDocu.js.map +0 -1
  34. package/dist/scripts/spec.js +0 -114
  35. package/dist/scripts/spec.js.map +0 -1
  36. package/dist/scripts/to-json-schema.js +0 -124
  37. package/dist/scripts/to-json-schema.js.map +0 -1
  38. package/dist/src/api.js +0 -167
  39. package/dist/src/api.js.map +0 -1
  40. package/dist/src/apiTypes.js +0 -5
  41. package/dist/src/apiTypes.js.map +0 -1
  42. package/dist/src/extensionLogger.js +0 -39
  43. package/dist/src/extensionLogger.js.map +0 -1
  44. package/dist/src/i18n/i18n.js +0 -25
  45. package/dist/src/i18n/i18n.js.map +0 -1
  46. package/dist/src/index.js +0 -12
  47. package/dist/src/index.js.map +0 -1
  48. package/dist/src/project.js +0 -143
  49. package/dist/src/project.js.map +0 -1
  50. package/dist/src/specification/common/Application.js +0 -3
  51. package/dist/src/specification/common/Application.js.map +0 -1
  52. package/dist/src/specification/common/i18n.json +0 -1
  53. package/dist/src/specification/common/index.js +0 -10
  54. package/dist/src/specification/common/index.js.map +0 -1
  55. package/dist/src/specification/common/page.js +0 -33
  56. package/dist/src/specification/common/page.js.map +0 -1
  57. package/dist/src/specification/common/types.js +0 -20
  58. package/dist/src/specification/common/types.js.map +0 -1
  59. package/dist/src/specification/common/webapp/manifest/Manifest.js +0 -17
  60. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +0 -1
  61. package/dist/src/specification/common/webapp/manifest/index.js +0 -8
  62. package/dist/src/specification/common/webapp/manifest/index.js.map +0 -1
  63. package/dist/src/specification/common/webapp/manifest/sapOvp.js +0 -9
  64. package/dist/src/specification/common/webapp/manifest/sapOvp.js.map +0 -1
  65. package/dist/src/specification/common/webapp/manifest/sapUi5.js +0 -14
  66. package/dist/src/specification/common/webapp/manifest/sapUi5.js.map +0 -1
  67. package/dist/src/specification/schemaAccess.js +0 -63
  68. package/dist/src/specification/schemaAccess.js.map +0 -1
  69. package/dist/src/specification/v2/ApplicationV2.js +0 -9
  70. package/dist/src/specification/v2/ApplicationV2.js.map +0 -1
  71. package/dist/src/specification/v2/controls/Action.js +0 -3
  72. package/dist/src/specification/v2/controls/Action.js.map +0 -1
  73. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js +0 -36
  74. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js.map +0 -1
  75. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js +0 -3
  76. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js.map +0 -1
  77. package/dist/src/specification/v2/controls/Card.js +0 -72
  78. package/dist/src/specification/v2/controls/Card.js.map +0 -1
  79. package/dist/src/specification/v2/controls/Facets.js +0 -3
  80. package/dist/src/specification/v2/controls/Facets.js.map +0 -1
  81. package/dist/src/specification/v2/controls/Field.js +0 -3
  82. package/dist/src/specification/v2/controls/Field.js.map +0 -1
  83. package/dist/src/specification/v2/controls/FilterBar.js +0 -78
  84. package/dist/src/specification/v2/controls/FilterBar.js.map +0 -1
  85. package/dist/src/specification/v2/controls/Footer.js +0 -3
  86. package/dist/src/specification/v2/controls/Footer.js.map +0 -1
  87. package/dist/src/specification/v2/controls/ObjectPageChart.js +0 -3
  88. package/dist/src/specification/v2/controls/ObjectPageChart.js.map +0 -1
  89. package/dist/src/specification/v2/controls/ObjectPageForm.js +0 -3
  90. package/dist/src/specification/v2/controls/ObjectPageForm.js.map +0 -1
  91. package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -3
  92. package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +0 -1
  93. package/dist/src/specification/v2/controls/ObjectPageLayout.js +0 -3
  94. package/dist/src/specification/v2/controls/ObjectPageLayout.js.map +0 -1
  95. package/dist/src/specification/v2/controls/ObjectPageSection.js +0 -13
  96. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +0 -1
  97. package/dist/src/specification/v2/controls/ObjectPageTable.js +0 -7
  98. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +0 -1
  99. package/dist/src/specification/v2/controls/ObjectPageToolBar.js +0 -3
  100. package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +0 -1
  101. package/dist/src/specification/v2/controls/Table.js +0 -42
  102. package/dist/src/specification/v2/controls/Table.js.map +0 -1
  103. package/dist/src/specification/v2/controls/ToolBar.js +0 -3
  104. package/dist/src/specification/v2/controls/ToolBar.js.map +0 -1
  105. package/dist/src/specification/v2/controls/index.js +0 -12
  106. package/dist/src/specification/v2/controls/index.js.map +0 -1
  107. package/dist/src/specification/v2/index.js +0 -10
  108. package/dist/src/specification/v2/index.js.map +0 -1
  109. package/dist/src/specification/v2/page.js +0 -3
  110. package/dist/src/specification/v2/page.js.map +0 -1
  111. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js +0 -3
  112. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js.map +0 -1
  113. package/dist/src/specification/v2/pages/ListReportConfig.js +0 -3
  114. package/dist/src/specification/v2/pages/ListReportConfig.js.map +0 -1
  115. package/dist/src/specification/v2/pages/ObjectPageConfig.js +0 -3
  116. package/dist/src/specification/v2/pages/ObjectPageConfig.js.map +0 -1
  117. package/dist/src/specification/v2/pages/OverviewPageConfig.js +0 -8
  118. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +0 -1
  119. package/dist/src/specification/v2/pages/index.js +0 -7
  120. package/dist/src/specification/v2/pages/index.js.map +0 -1
  121. package/dist/src/specification/v2/webapp/index.js +0 -7
  122. package/dist/src/specification/v2/webapp/index.js.map +0 -1
  123. package/dist/src/specification/v2/webapp/manifest/index.js +0 -8
  124. package/dist/src/specification/v2/webapp/manifest/index.js.map +0 -1
  125. package/dist/src/specification/v2/webapp/manifest/sapUi.js +0 -3
  126. package/dist/src/specification/v2/webapp/manifest/sapUi.js.map +0 -1
  127. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -10
  128. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +0 -1
  129. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +0 -7
  130. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +0 -1
  131. package/dist/src/specification/v4/ApplicationV4.js +0 -3
  132. package/dist/src/specification/v4/ApplicationV4.js.map +0 -1
  133. package/dist/src/specification/v4/controls/FilterBar.js +0 -3
  134. package/dist/src/specification/v4/controls/FilterBar.js.map +0 -1
  135. package/dist/src/specification/v4/controls/ObjectPageFooter.js +0 -3
  136. package/dist/src/specification/v4/controls/ObjectPageFooter.js.map +0 -1
  137. package/dist/src/specification/v4/controls/ObjectPageHeader.js +0 -3
  138. package/dist/src/specification/v4/controls/ObjectPageHeader.js.map +0 -1
  139. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js +0 -7
  140. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js.map +0 -1
  141. package/dist/src/specification/v4/controls/ObjectPageLayout.js +0 -8
  142. package/dist/src/specification/v4/controls/ObjectPageLayout.js.map +0 -1
  143. package/dist/src/specification/v4/controls/ObjectPageSection.js +0 -12
  144. package/dist/src/specification/v4/controls/ObjectPageSection.js.map +0 -1
  145. package/dist/src/specification/v4/controls/ObjectPageTable.js +0 -3
  146. package/dist/src/specification/v4/controls/ObjectPageTable.js.map +0 -1
  147. package/dist/src/specification/v4/controls/ObjectPageToolBar.js +0 -3
  148. package/dist/src/specification/v4/controls/ObjectPageToolBar.js.map +0 -1
  149. package/dist/src/specification/v4/controls/Table.js +0 -30
  150. package/dist/src/specification/v4/controls/Table.js.map +0 -1
  151. package/dist/src/specification/v4/controls/ToolBar.js +0 -8
  152. package/dist/src/specification/v4/controls/ToolBar.js.map +0 -1
  153. package/dist/src/specification/v4/controls/index.js +0 -11
  154. package/dist/src/specification/v4/controls/index.js.map +0 -1
  155. package/dist/src/specification/v4/index.js +0 -9
  156. package/dist/src/specification/v4/index.js.map +0 -1
  157. package/dist/src/specification/v4/page.js +0 -3
  158. package/dist/src/specification/v4/page.js.map +0 -1
  159. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js +0 -3
  160. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js.map +0 -1
  161. package/dist/src/specification/v4/pages/ListReportConfig.js +0 -9
  162. package/dist/src/specification/v4/pages/ListReportConfig.js.map +0 -1
  163. package/dist/src/specification/v4/pages/ObjectPageConfig.js +0 -8
  164. package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +0 -1
  165. package/dist/src/specification/v4/pages/index.js +0 -8
  166. package/dist/src/specification/v4/pages/index.js.map +0 -1
  167. package/dist/src/specification/v4/webapp/index.js +0 -7
  168. package/dist/src/specification/v4/webapp/index.js.map +0 -1
  169. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +0 -22
  170. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +0 -1
  171. package/dist/src/specification/v4/webapp/manifest/index.js +0 -10
  172. package/dist/src/specification/v4/webapp/manifest/index.js.map +0 -1
  173. package/dist/src/specification/v4/webapp/manifest/sapUi5.js +0 -11
  174. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +0 -1
  175. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +0 -14
  176. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +0 -1
  177. package/dist/src/sync/common/appProvider.js +0 -57
  178. package/dist/src/sync/common/appProvider.js.map +0 -1
  179. package/dist/src/sync/common/decoration/control.js +0 -206
  180. package/dist/src/sync/common/decoration/control.js.map +0 -1
  181. package/dist/src/sync/common/decoration/decorators.js +0 -43
  182. package/dist/src/sync/common/decoration/decorators.js.map +0 -1
  183. package/dist/src/sync/common/decoration/factory.js +0 -48
  184. package/dist/src/sync/common/decoration/factory.js.map +0 -1
  185. package/dist/src/sync/common/decoration/flex.js +0 -8
  186. package/dist/src/sync/common/decoration/flex.js.map +0 -1
  187. package/dist/src/sync/common/decoration/index.js +0 -9
  188. package/dist/src/sync/common/decoration/index.js.map +0 -1
  189. package/dist/src/sync/common/flexUtils.js +0 -95
  190. package/dist/src/sync/common/flexUtils.js.map +0 -1
  191. package/dist/src/sync/common/generate/index.js +0 -8
  192. package/dist/src/sync/common/generate/index.js.map +0 -1
  193. package/dist/src/sync/common/generate/objectPage.js +0 -348
  194. package/dist/src/sync/common/generate/objectPage.js.map +0 -1
  195. package/dist/src/sync/common/generate/utils.js +0 -221
  196. package/dist/src/sync/common/generate/utils.js.map +0 -1
  197. package/dist/src/sync/common/i18n.json +0 -23
  198. package/dist/src/sync/common/import/utils.js +0 -86
  199. package/dist/src/sync/common/import/utils.js.map +0 -1
  200. package/dist/src/sync/common/importProject.js +0 -342
  201. package/dist/src/sync/common/importProject.js.map +0 -1
  202. package/dist/src/sync/common/index.js +0 -15
  203. package/dist/src/sync/common/index.js.map +0 -1
  204. package/dist/src/sync/common/types.js +0 -106
  205. package/dist/src/sync/common/types.js.map +0 -1
  206. package/dist/src/sync/common/utils.js +0 -1053
  207. package/dist/src/sync/common/utils.js.map +0 -1
  208. package/dist/src/sync/i18n.js +0 -15
  209. package/dist/src/sync/i18n.js.map +0 -1
  210. package/dist/src/sync/v2/application.js +0 -170
  211. package/dist/src/sync/v2/application.js.map +0 -1
  212. package/dist/src/sync/v2/export/controls/Action.js +0 -127
  213. package/dist/src/sync/v2/export/controls/Action.js.map +0 -1
  214. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +0 -72
  215. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +0 -1
  216. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +0 -56
  217. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +0 -1
  218. package/dist/src/sync/v2/export/controls/Card.js +0 -655
  219. package/dist/src/sync/v2/export/controls/Card.js.map +0 -1
  220. package/dist/src/sync/v2/export/controls/Field.js +0 -32
  221. package/dist/src/sync/v2/export/controls/Field.js.map +0 -1
  222. package/dist/src/sync/v2/export/controls/FilterBar.js +0 -236
  223. package/dist/src/sync/v2/export/controls/FilterBar.js.map +0 -1
  224. package/dist/src/sync/v2/export/controls/FormAction.js +0 -96
  225. package/dist/src/sync/v2/export/controls/FormAction.js.map +0 -1
  226. package/dist/src/sync/v2/export/controls/Fragment.js +0 -476
  227. package/dist/src/sync/v2/export/controls/Fragment.js.map +0 -1
  228. package/dist/src/sync/v2/export/controls/ObjectPageChart.js +0 -37
  229. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +0 -1
  230. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +0 -110
  231. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +0 -1
  232. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +0 -62
  233. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +0 -1
  234. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +0 -60
  235. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +0 -1
  236. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +0 -62
  237. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +0 -1
  238. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +0 -59
  239. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +0 -1
  240. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +0 -144
  241. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +0 -1
  242. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +0 -335
  243. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +0 -1
  244. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +0 -61
  245. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +0 -1
  246. package/dist/src/sync/v2/export/controls/Table.js +0 -679
  247. package/dist/src/sync/v2/export/controls/Table.js.map +0 -1
  248. package/dist/src/sync/v2/export/controls/TableColumn.js +0 -166
  249. package/dist/src/sync/v2/export/controls/TableColumn.js.map +0 -1
  250. package/dist/src/sync/v2/export/controls/ToolBar.js +0 -6
  251. package/dist/src/sync/v2/export/controls/ToolBar.js.map +0 -1
  252. package/dist/src/sync/v2/export/controls/index.js +0 -26
  253. package/dist/src/sync/v2/export/controls/index.js.map +0 -1
  254. package/dist/src/sync/v2/export/export.js +0 -615
  255. package/dist/src/sync/v2/export/export.js.map +0 -1
  256. package/dist/src/sync/v2/export/exportPage.js +0 -312
  257. package/dist/src/sync/v2/export/exportPage.js.map +0 -1
  258. package/dist/src/sync/v2/export/factory.js +0 -59
  259. package/dist/src/sync/v2/export/factory.js.map +0 -1
  260. package/dist/src/sync/v2/export/manifest.js +0 -114
  261. package/dist/src/sync/v2/export/manifest.js.map +0 -1
  262. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +0 -44
  263. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +0 -1
  264. package/dist/src/sync/v2/export/pages/ListReport.js +0 -41
  265. package/dist/src/sync/v2/export/pages/ListReport.js.map +0 -1
  266. package/dist/src/sync/v2/export/pages/ObjectPage.js +0 -100
  267. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +0 -1
  268. package/dist/src/sync/v2/export/pages/OverviewPage.js +0 -178
  269. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +0 -1
  270. package/dist/src/sync/v2/export/pages/index.js +0 -10
  271. package/dist/src/sync/v2/export/pages/index.js.map +0 -1
  272. package/dist/src/sync/v2/export/view-controller-generator.js +0 -141
  273. package/dist/src/sync/v2/export/view-controller-generator.js.map +0 -1
  274. package/dist/src/sync/v2/generate/analyticalListReport.js +0 -92
  275. package/dist/src/sync/v2/generate/analyticalListReport.js.map +0 -1
  276. package/dist/src/sync/v2/generate/generate.js +0 -96
  277. package/dist/src/sync/v2/generate/generate.js.map +0 -1
  278. package/dist/src/sync/v2/generate/index.js +0 -14
  279. package/dist/src/sync/v2/generate/index.js.map +0 -1
  280. package/dist/src/sync/v2/generate/listReport.js +0 -118
  281. package/dist/src/sync/v2/generate/listReport.js.map +0 -1
  282. package/dist/src/sync/v2/generate/objectPage.js +0 -556
  283. package/dist/src/sync/v2/generate/objectPage.js.map +0 -1
  284. package/dist/src/sync/v2/generate/overviewPage.js +0 -73
  285. package/dist/src/sync/v2/generate/overviewPage.js.map +0 -1
  286. package/dist/src/sync/v2/generate/utils.js +0 -476
  287. package/dist/src/sync/v2/generate/utils.js.map +0 -1
  288. package/dist/src/sync/v2/import/app/appProvider.js +0 -122
  289. package/dist/src/sync/v2/import/app/appProvider.js.map +0 -1
  290. package/dist/src/sync/v2/import/app/ovpProvider.js +0 -33
  291. package/dist/src/sync/v2/import/app/ovpProvider.js.map +0 -1
  292. package/dist/src/sync/v2/import/common/index.js +0 -423
  293. package/dist/src/sync/v2/import/common/index.js.map +0 -1
  294. package/dist/src/sync/v2/import/controls/table.js +0 -32
  295. package/dist/src/sync/v2/import/controls/table.js.map +0 -1
  296. package/dist/src/sync/v2/import/getPageType.js +0 -1
  297. package/dist/src/sync/v2/import/getPageType.js.map +0 -1
  298. package/dist/src/sync/v2/import/index.js +0 -11
  299. package/dist/src/sync/v2/import/index.js.map +0 -1
  300. package/dist/src/sync/v2/import/pages/analyticalListPage.js +0 -126
  301. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +0 -1
  302. package/dist/src/sync/v2/import/pages/listReport.js +0 -124
  303. package/dist/src/sync/v2/import/pages/listReport.js.map +0 -1
  304. package/dist/src/sync/v2/import/pages/objectPage.js +0 -695
  305. package/dist/src/sync/v2/import/pages/objectPage.js.map +0 -1
  306. package/dist/src/sync/v2/import/pages/overviewPage.js +0 -113
  307. package/dist/src/sync/v2/import/pages/overviewPage.js.map +0 -1
  308. package/dist/src/sync/v2/import/utils.js +0 -124
  309. package/dist/src/sync/v2/import/utils.js.map +0 -1
  310. package/dist/src/sync/v2/types.js +0 -33
  311. package/dist/src/sync/v2/types.js.map +0 -1
  312. package/dist/src/sync/v4/application.js +0 -80
  313. package/dist/src/sync/v4/application.js.map +0 -1
  314. package/dist/src/sync/v4/export/controls/FilterBar.js +0 -6
  315. package/dist/src/sync/v4/export/controls/FilterBar.js.map +0 -1
  316. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +0 -136
  317. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +0 -1
  318. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +0 -55
  319. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +0 -1
  320. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +0 -65
  321. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +0 -1
  322. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +0 -24
  323. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +0 -1
  324. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +0 -245
  325. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +0 -1
  326. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +0 -64
  327. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +0 -1
  328. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +0 -21
  329. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +0 -1
  330. package/dist/src/sync/v4/export/controls/Table.js +0 -318
  331. package/dist/src/sync/v4/export/controls/Table.js.map +0 -1
  332. package/dist/src/sync/v4/export/controls/TableColumn.js +0 -64
  333. package/dist/src/sync/v4/export/controls/TableColumn.js.map +0 -1
  334. package/dist/src/sync/v4/export/controls/ToolBar.js +0 -9
  335. package/dist/src/sync/v4/export/controls/ToolBar.js.map +0 -1
  336. package/dist/src/sync/v4/export/controls/ToolBarAction.js +0 -21
  337. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +0 -1
  338. package/dist/src/sync/v4/export/controls/index.js +0 -18
  339. package/dist/src/sync/v4/export/controls/index.js.map +0 -1
  340. package/dist/src/sync/v4/export/export.js +0 -422
  341. package/dist/src/sync/v4/export/export.js.map +0 -1
  342. package/dist/src/sync/v4/export/factory.js +0 -44
  343. package/dist/src/sync/v4/export/factory.js.map +0 -1
  344. package/dist/src/sync/v4/export/flexibleColumnLayout.js +0 -114
  345. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +0 -1
  346. package/dist/src/sync/v4/export/manifest.js +0 -208
  347. package/dist/src/sync/v4/export/manifest.js.map +0 -1
  348. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +0 -38
  349. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +0 -1
  350. package/dist/src/sync/v4/export/pages/ListReport.js +0 -33
  351. package/dist/src/sync/v4/export/pages/ListReport.js.map +0 -1
  352. package/dist/src/sync/v4/export/pages/ObjectPage.js +0 -39
  353. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +0 -1
  354. package/dist/src/sync/v4/export/pages/index.js +0 -9
  355. package/dist/src/sync/v4/export/pages/index.js.map +0 -1
  356. package/dist/src/sync/v4/export/types.js +0 -3
  357. package/dist/src/sync/v4/export/types.js.map +0 -1
  358. package/dist/src/sync/v4/export/utils.js +0 -26
  359. package/dist/src/sync/v4/export/utils.js.map +0 -1
  360. package/dist/src/sync/v4/generate/generate.js +0 -56
  361. package/dist/src/sync/v4/generate/generate.js.map +0 -1
  362. package/dist/src/sync/v4/generate/index.js +0 -10
  363. package/dist/src/sync/v4/generate/index.js.map +0 -1
  364. package/dist/src/sync/v4/generate/listReport.js +0 -121
  365. package/dist/src/sync/v4/generate/listReport.js.map +0 -1
  366. package/dist/src/sync/v4/generate/objectPage.js +0 -376
  367. package/dist/src/sync/v4/generate/objectPage.js.map +0 -1
  368. package/dist/src/sync/v4/import/app/appProvider.js +0 -313
  369. package/dist/src/sync/v4/import/app/appProvider.js.map +0 -1
  370. package/dist/src/sync/v4/import/fragment.js +0 -130
  371. package/dist/src/sync/v4/import/fragment.js.map +0 -1
  372. package/dist/src/sync/v4/import/index.js +0 -9
  373. package/dist/src/sync/v4/import/index.js.map +0 -1
  374. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -60
  375. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +0 -1
  376. package/dist/src/sync/v4/import/pages/listReport.js +0 -135
  377. package/dist/src/sync/v4/import/pages/listReport.js.map +0 -1
  378. package/dist/src/sync/v4/import/pages/objectPage.js +0 -236
  379. package/dist/src/sync/v4/import/pages/objectPage.js.map +0 -1
  380. package/dist/src/sync/v4/import/utils.js +0 -34
  381. package/dist/src/sync/v4/import/utils.js.map +0 -1
  382. package/dist/src/sync/v4/types.js +0 -3
  383. package/dist/src/sync/v4/types.js.map +0 -1
  384. package/dist/src/sync/v4/utils/StableIdHelper.js +0 -153
  385. package/dist/src/sync/v4/utils/StableIdHelper.js.map +0 -1
  386. package/dist/src/sync/v4/utils/utils.js +0 -170
  387. package/dist/src/sync/v4/utils/utils.js.map +0 -1
  388. package/dist/src/v2.js +0 -8
  389. package/dist/src/v2.js.map +0 -1
  390. package/dist/src/v4.js +0 -8
  391. package/dist/src/v4.js.map +0 -1
@@ -1,348 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const StableIdHelper_1 = require("../../v4/utils/StableIdHelper");
4
- const common_1 = require("../../../specification/common");
5
- const __1 = require("..");
6
- /**
7
- * Adds a field definition to the app specific schema
8
- * @param {string} sectionType - prefix to distinguish Section and HeaderSection
9
- * @param {object} appSchema - App schema in general
10
- * @param {DataFieldAbstractTypes} field - field definition in parser output (AVT)
11
- * @param {string} targetID - unique ID, identifies the parent object (form)
12
- * @param {string} key - current field key
13
- * @param {SectionType} section - current section of the object page
14
- */
15
- function addField(sectionType, appSchema, field, targetID, key, section, version, withActions = true) {
16
- var _a, _b, _c, _d, _e;
17
- const fieldReferenceId = StableIdHelper_1.getStableIdPartFromDataField(field);
18
- const fieldReference = version === common_1.FioriElementsVersion.v2 && fieldReferenceId && fieldReferenceId.includes('::')
19
- ? fieldReferenceId
20
- .split('::')
21
- .splice(1)
22
- .join('::')
23
- : fieldReferenceId;
24
- const fieldReferenceType = version === common_1.FioriElementsVersion.v2 && fieldReferenceId && fieldReferenceId.includes('::')
25
- ? fieldReferenceId.split('::')[0].replace('DataField', 'Field')
26
- : undefined;
27
- const fieldDefinition = version === common_1.FioriElementsVersion.v2
28
- ? `${fieldReferenceType}<${targetID}::${fieldReference}>`
29
- : `${targetID}::${fieldReference}`;
30
- const fieldsDefinition = __1.prepareRef(`${sectionType}Fields<${targetID}>`);
31
- const actionsDefinition = __1.prepareRef(`${sectionType}Actions<${targetID}>`);
32
- if (!field || !field.$Type) {
33
- return;
34
- }
35
- else if (field.$Type === "com.sap.vocabularies.UI.v1.DataFieldForAction" /* DataFieldForAction */ ||
36
- field.$Type === "com.sap.vocabularies.UI.v1.DataFieldForIntentBasedNavigation" /* DataFieldForIntentBasedNavigation */) {
37
- if (withActions && sectionType === __1.SectionType.Section) {
38
- appSchema['definitions'][actionsDefinition]['properties'][fieldReference] = {
39
- $ref: __1.DEFINITION_LINK_PREFIX + fieldDefinition,
40
- propertyIndex: parseInt(key)
41
- };
42
- }
43
- }
44
- else {
45
- appSchema['definitions'][fieldsDefinition]['properties'][fieldReference] = {
46
- $ref: __1.DEFINITION_LINK_PREFIX + fieldDefinition,
47
- propertyIndex: parseInt(key)
48
- };
49
- }
50
- appSchema['definitions'][fieldDefinition] = {
51
- type: 'object',
52
- isViewNode: true,
53
- properties: {},
54
- description: __1.getDatafieldDescription(field, section.entityType),
55
- additionalProperties: false,
56
- annotationType: field.$Type
57
- };
58
- if (version === common_1.FioriElementsVersion.v4 && appSchema['definitions']['Field']) {
59
- switch (field.$Type) {
60
- case "com.sap.vocabularies.UI.v1.DataField" /* DataField */:
61
- case "com.sap.vocabularies.UI.v1.DataFieldForAnnotation" /* DataFieldForAnnotation */:
62
- case "com.sap.vocabularies.UI.v1.DataFieldWithNavigationPath" /* DataFieldWithNavigationPath */:
63
- case "com.sap.vocabularies.UI.v1.DataFieldWithUrl" /* DataFieldWithUrl */: {
64
- appSchema['definitions'][fieldDefinition]['properties'] =
65
- appSchema['definitions']['Field']['properties'];
66
- break;
67
- }
68
- }
69
- }
70
- else if (version === common_1.FioriElementsVersion.v2 && appSchema['definitions']['Field']) {
71
- switch (field.$Type) {
72
- case "com.sap.vocabularies.UI.v1.DataField" /* DataField */:
73
- case "com.sap.vocabularies.UI.v1.DataFieldForAnnotation" /* DataFieldForAnnotation */:
74
- case "com.sap.vocabularies.UI.v1.DataFieldWithUrl" /* DataFieldWithUrl */: {
75
- appSchema['definitions'][fieldDefinition]['properties'] =
76
- appSchema['definitions']['Field']['properties'];
77
- break;
78
- }
79
- }
80
- }
81
- if (field.$Type === "com.sap.vocabularies.UI.v1.DataFieldForAction" /* DataFieldForAction */ && ((_a = appSchema['definitions']) === null || _a === void 0 ? void 0 : _a['FormAction'])) {
82
- appSchema['definitions'][fieldDefinition]['properties'] = appSchema['definitions']['FormAction']['properties'];
83
- }
84
- if ((_c = (_b = field['Value']) === null || _b === void 0 ? void 0 : _b.$target) === null || _c === void 0 ? void 0 : _c.type) {
85
- appSchema['definitions'][fieldDefinition].dataType = (_e = (_d = field['Value']) === null || _d === void 0 ? void 0 : _d.$target) === null || _e === void 0 ? void 0 : _e.type.replace('Edm.', '');
86
- }
87
- appSchema['definitions'][fieldDefinition].annotationPath = `/${section.entityType.fullyQualifiedName}/${field.fullyQualifiedName.split(section.entityType.fullyQualifiedName)[1]}`;
88
- }
89
- function determineTargetIdOfForm(section) {
90
- let targetID;
91
- if (section.target && section.target['qualifier'] && section.entityType) {
92
- targetID = `${section.entityType.name}::${section.base}::${section.target['qualifier']}`;
93
- }
94
- else if (section.entityType) {
95
- targetID = `${section.entityType.name}::${section.base}`;
96
- }
97
- else {
98
- targetID = section.ID;
99
- }
100
- return targetID;
101
- }
102
- /**
103
- * Adds definitions for forms in object page sections to the app schema
104
- * @param {SectionType} sectionType - prefix to distinguish Section and HeaderSection
105
- * @param {FacetConfig} section - facet or section in the FE core model
106
- * @param {object} appSchemaSection - current definition of facet or section in the JSON schema
107
- * @param {object} appSchema - app specific schema that gets enhanced
108
- */
109
- function handleForm(sectionType, section, appSchemaSection, appSchema, version, withActions = true) {
110
- var _a;
111
- if (!section.target) {
112
- return;
113
- }
114
- const targetID = determineTargetIdOfForm(section);
115
- const formDefinition = __1.prepareRef(`${sectionType}Form<${targetID}>`);
116
- const fieldsDefinition = __1.prepareRef(`${sectionType}Fields<${targetID}>`);
117
- const actionsDefinition = __1.prepareRef(`${sectionType}Actions<${targetID}>`);
118
- // Form definition
119
- appSchemaSection['properties']['form'] = { $ref: __1.DEFINITION_LINK_PREFIX + formDefinition };
120
- if (sectionType === __1.SectionType.Section && withActions) {
121
- appSchema['definitions'][formDefinition] = {
122
- type: 'object',
123
- properties: {
124
- actions: {
125
- $ref: __1.DEFINITION_LINK_PREFIX + actionsDefinition
126
- },
127
- fields: { $ref: __1.DEFINITION_LINK_PREFIX + fieldsDefinition }
128
- },
129
- isViewNode: true,
130
- description: 'Form',
131
- additionalProperties: false
132
- };
133
- appSchema['definitions'][actionsDefinition] = {
134
- type: 'object',
135
- properties: {},
136
- isViewNode: true,
137
- description: 'Actions',
138
- additionalProperties: false
139
- };
140
- }
141
- else {
142
- appSchema['definitions'][formDefinition] = {
143
- type: 'object',
144
- properties: {
145
- fields: { $ref: __1.DEFINITION_LINK_PREFIX + fieldsDefinition }
146
- },
147
- isViewNode: true,
148
- description: 'Form',
149
- additionalProperties: false
150
- };
151
- }
152
- if ((_a = section.entityType) === null || _a === void 0 ? void 0 : _a.name) {
153
- appSchema['definitions'][formDefinition].annotationPath = __1.createAnnotationPath(section.entityType.fullyQualifiedName, section.target['term'], section.target['qualifier']);
154
- }
155
- // Fields definition
156
- appSchema['definitions'][fieldsDefinition] = {
157
- type: 'object',
158
- properties: {},
159
- isViewNode: true,
160
- description: 'Fields',
161
- additionalProperties: false
162
- };
163
- // Add fields
164
- if (section.base === __1.FacetBase.Identification) {
165
- for (const key in section.target) {
166
- const field = section.target[key];
167
- if (field) {
168
- addField(sectionType, appSchema, field, targetID, key, section, version, withActions);
169
- }
170
- }
171
- }
172
- else {
173
- for (const key in section.target['Data']) {
174
- const field = section.target['Data'][key];
175
- addField(sectionType, appSchema, field, targetID, key, section, version);
176
- }
177
- }
178
- }
179
- exports.handleForm = handleForm;
180
- /**
181
- * Replaces an alias in an annotation ID or reference, based on the AVT references' list
182
- * @param annotationIdentifier - annotation ID or reference
183
- * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
184
- * @returns the converted string
185
- */
186
- function replaceAlias(annotationIdentifier, oDataServiceAVT) {
187
- const potentialAlias = annotationIdentifier.indexOf('.') > -1 ? annotationIdentifier.split('.')[0] : undefined;
188
- let result = annotationIdentifier;
189
- if (potentialAlias) {
190
- const reference = oDataServiceAVT.references.find((ref) => {
191
- return ref.alias === potentialAlias;
192
- });
193
- if (reference) {
194
- result = annotationIdentifier.replace(potentialAlias, reference.namespace);
195
- }
196
- }
197
- return result;
198
- }
199
- exports.replaceAlias = replaceAlias;
200
- /**
201
- * Common routine to determine the name and the ID of a header action
202
- * @param action - action as given by AVT
203
- * @param entityType - entity type by AVT
204
- * @returns an object comprising action name and action id
205
- */
206
- function getActionNameAndId(action, entityType) {
207
- let separatorIndex = action.lastIndexOf('/');
208
- if (separatorIndex === -1) {
209
- separatorIndex = action.lastIndexOf('.');
210
- }
211
- let actionName, actionId;
212
- if (separatorIndex > -1) {
213
- actionName = action.substr(separatorIndex + 1);
214
- actionId = action.substr(0, separatorIndex) + '::' + actionName;
215
- }
216
- else {
217
- actionName = action;
218
- const namespace = entityType.fullyQualifiedName.split(entityType.name)[0];
219
- actionId = namespace.substr(0, namespace.length - 1) + '::' + actionName;
220
- }
221
- return { actionName, actionId };
222
- }
223
- exports.getActionNameAndId = getActionNameAndId;
224
- /**
225
- * Add Object Page Footer Action Buttons to app-specific schema
226
- *
227
- * @param {object} appSchema Schema of the app
228
- * @param {EntityType} entityType - current entity type
229
- * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
230
- */
231
- function addFooterActions(appSchema, entityType, oDataServiceAVT) {
232
- appSchema['definitions']['ObjectPageFooter'] = JSON.parse(JSON.stringify(appSchema['definitions']['ObjectPageFooter<ObjectPageFooterActions>']));
233
- // Change reference of footer
234
- appSchema['properties']['footer'] = {
235
- $ref: `${__1.DEFINITION_LINK_PREFIX}ObjectPageFooter`
236
- };
237
- // Add action to configuration
238
- appSchema['definitions']['ObjectPageFooter'].properties['actions'] = {
239
- $ref: `${__1.DEFINITION_LINK_PREFIX}FooterActions`
240
- };
241
- const footerActions = (appSchema['definitions']['FooterActions'] = {
242
- type: 'object',
243
- properties: {},
244
- description: 'Actions',
245
- additionalProperties: false,
246
- isViewNode: true
247
- });
248
- const alias = __1.findAlias(__1.UIVOCABULARY, oDataServiceAVT);
249
- const actionAnnotation = alias &&
250
- entityType.annotations &&
251
- entityType.annotations[alias] &&
252
- entityType.annotations[alias].Identification;
253
- if (actionAnnotation) {
254
- const convertedIdentification = actionAnnotation.fullyQualifiedName.replace(`@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`, `/@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`);
255
- footerActions['annotationPath'] = `/${convertedIdentification}`;
256
- actionAnnotation.forEach((item, index) => {
257
- if (item['Determining'] && item.$Type === "com.sap.vocabularies.UI.v1.DataFieldForAction" /* DataFieldForAction */) {
258
- const { actionName, actionId } = getActionNameAndId(item.Action, entityType);
259
- const description = item.Label || actionName;
260
- const actionDefinitionKey = __1.prepareRef(`ObjectPageFooterAction<${actionId}>`);
261
- if (appSchema['definitions']['ObjectPageFooterAction']) {
262
- appSchema['definitions'][actionDefinitionKey] = Object.assign(Object.assign({}, JSON.parse(JSON.stringify(appSchema['definitions']['ObjectPageFooterAction']))), { description, annotationPath: `/${convertedIdentification}/${index}` });
263
- }
264
- else {
265
- appSchema['definitions'][actionDefinitionKey] = {
266
- isViewNode: true,
267
- type: 'object',
268
- properties: {},
269
- description: description,
270
- annotationPath: `/${convertedIdentification}/${index}`
271
- };
272
- }
273
- footerActions.properties[actionId] = {
274
- $ref: `${__1.DEFINITION_LINK_PREFIX}${actionDefinitionKey}`
275
- };
276
- }
277
- });
278
- }
279
- else {
280
- footerActions['annotationPath'] = `/${entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`;
281
- }
282
- delete appSchema['definitions']['ObjectPageFooterActions'];
283
- delete appSchema['definitions']['ObjectPageFooter<ObjectPageFooterActions>'];
284
- }
285
- exports.addFooterActions = addFooterActions;
286
- /**
287
- * Add Object Page Header Action Buttons to app-specific schema
288
- * @param {object} appSchema Schema of the app
289
- * @param {EntityType} entityType - current entity type
290
- * @param {ConverterOutput} oDataServiceAVT - complete service information, as returned by annotation vocabularies tool
291
- */
292
- function addHeaderActions(appSchema, entityType, oDataServiceAVT,
293
- // eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
294
- addHeaderActionCallBack) {
295
- appSchema['definitions']['ObjectPageHeader'].properties['actions'] = {
296
- $ref: `${__1.DEFINITION_LINK_PREFIX}HeaderActions`
297
- };
298
- const headerActions = (appSchema['definitions']['HeaderActions'] = {
299
- type: 'object',
300
- properties: {},
301
- description: 'Actions',
302
- additionalProperties: false,
303
- isViewNode: true
304
- });
305
- const alias = __1.findAlias(__1.UIVOCABULARY, oDataServiceAVT);
306
- const identification = alias &&
307
- entityType.annotations &&
308
- entityType.annotations[alias] &&
309
- entityType.annotations[alias].Identification;
310
- if (identification) {
311
- headerActions['annotationPath'] =
312
- '/' +
313
- identification.fullyQualifiedName.replace(`@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`, `/@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`);
314
- identification.forEach(addHeaderActionCallBack(entityType, appSchema, identification, headerActions, oDataServiceAVT));
315
- }
316
- else {
317
- headerActions['annotationPath'] = `/${entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.Identification" /* Identification */}`;
318
- }
319
- delete appSchema['definitions']['GenericActions'];
320
- delete appSchema['definitions']['ObjectPageHeader<GenericActions>'];
321
- }
322
- exports.addHeaderActions = addHeaderActions;
323
- /**
324
- * Adds common Object Page Header definitions to the app schema
325
- * @param appSchema - app-specific JSOn schema
326
- * @param entityType - current entity Type
327
- */
328
- function addCommonHeaderSchema(appSchema, entityType) {
329
- appSchema['properties']['header'] = {
330
- $ref: __1.DEFINITION_LINK_PREFIX + 'ObjectPageHeader'
331
- };
332
- appSchema['definitions']['ObjectPageHeader'] = JSON.parse(JSON.stringify(appSchema['definitions']['ObjectPageHeader<GenericActions>']));
333
- appSchema['definitions']['ObjectPageHeader'].annotationPath = `/${entityType.fullyQualifiedName}/@${"com.sap.vocabularies.UI.v1.HeaderInfo" /* HeaderInfo */}`;
334
- }
335
- exports.addCommonHeaderSchema = addCommonHeaderSchema;
336
- /**
337
- * Common logic to determine the EntitySet of a facet
338
- * @param facet - current facet or section
339
- * @param serviceAVT - AVT converter output, comprising all annotation information
340
- * @returns the entity set as defined in AVT, if found
341
- */
342
- function determineEntitySetOfFacet(facet, serviceAVT) {
343
- return facet.entityType
344
- ? serviceAVT.entitySets.find((es) => es.entityType.name === facet.entityType.name || es.name === facet.entityType.name)
345
- : undefined;
346
- }
347
- exports.determineEntitySetOfFacet = determineEntitySetOfFacet;
348
- //# sourceMappingURL=objectPage.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"objectPage.js","sourceRoot":"","sources":["../../../../../src/sync/common/generate/objectPage.ts"],"names":[],"mappings":"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"}
@@ -1,221 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const __1 = require("..");
4
- /**
5
- * Adds an enum filled with existing UI annotations of the given list (validAnnotations)
6
- * @param {EntityType} entityType
7
- * @param {UIAnnotationTerms[]} validAnnotations
8
- * @param annoPath - the annotation path property in the app schema where the enum shall be added
9
- */
10
- function addEnumForValidAnnotations(entityType, validAnnotations, annoPath) {
11
- const UiAnnotations = entityType.annotations.UI;
12
- if (!UiAnnotations) {
13
- return;
14
- }
15
- const enumEntries = annoPath['enum'] ? annoPath['enum'] : [];
16
- for (const key in UiAnnotations) {
17
- const annotation = UiAnnotations[key];
18
- if (validAnnotations.indexOf(annotation.term) > -1) {
19
- const enumEntry = annotation.qualifier
20
- ? `${annotation.term}#${annotation.qualifier}`
21
- : `${annotation.term}`;
22
- if (enumEntries.indexOf(enumEntry) === -1) {
23
- enumEntries.push(enumEntry);
24
- }
25
- }
26
- }
27
- if (enumEntries.length > 0) {
28
- annoPath['enum'] = enumEntries;
29
- }
30
- }
31
- exports.addEnumForValidAnnotations = addEnumForValidAnnotations;
32
- /**
33
- * Adds an enum filled with existing UI annotations for single-tab variants of a table
34
- * @param {EntityType} entityType
35
- * @param appSchema - app specific JSOn schema
36
- * @param definitionName - name of the definition in the app schema
37
- */
38
- function addEnumForSingleTabVariant(entityType, appSchema, definitionName) {
39
- const quickVariant = appSchema['definitions'][definitionName];
40
- const annoPath = quickVariant.properties.annotationPath;
41
- const validAnnotations = ["com.sap.vocabularies.UI.v1.SelectionVariant" /* SelectionVariant */, "com.sap.vocabularies.UI.v1.SelectionPresentationVariant" /* SelectionPresentationVariant */];
42
- addEnumForValidAnnotations(entityType, validAnnotations, annoPath);
43
- }
44
- exports.addEnumForSingleTabVariant = addEnumForSingleTabVariant;
45
- /**
46
- * Adds an enum filled with existing UI annotations for multi-tab variants of a table
47
- * @param {ConverterOutput} oDataServiceAVT - combined service metadata, as returned by annotation vocabularies tools
48
- * @param appSchema - app specific JSOn schema
49
- * @param definitionName - name of the definition in the app schema
50
- */
51
- function addEnumForMultiTabVariant(oDataServiceAVT, appSchema, definitionName) {
52
- const quickVariant = appSchema['definitions'][definitionName];
53
- const annoPath = quickVariant.properties.annotationPath;
54
- const validAnnotations = [
55
- "com.sap.vocabularies.UI.v1.SelectionVariant" /* SelectionVariant */,
56
- "com.sap.vocabularies.UI.v1.SelectionPresentationVariant" /* SelectionPresentationVariant */,
57
- "com.sap.vocabularies.UI.v1.PresentationVariant" /* PresentationVariant */
58
- ];
59
- if (oDataServiceAVT.entitySets) {
60
- oDataServiceAVT.entitySets.forEach((entitySet) => {
61
- addEnumForValidAnnotations(entitySet.entityType, validAnnotations, annoPath);
62
- });
63
- }
64
- }
65
- exports.addEnumForMultiTabVariant = addEnumForMultiTabVariant;
66
- /**
67
- * Adds the enume values for entitySet as part of the multiple view scenario
68
- * @param {ConverterOutput} oDataServiceAVT - combined service metadata, as returned by annotation vocabularies tools
69
- * @param appSchema - app specific JSOn schema
70
- * @param definitionName - name of the definition in the app schema
71
- */
72
- function addEnumForVariantEntitySet(oDataServiceAVT, appSchema, definitionName) {
73
- const quickVariant = appSchema['definitions'][definitionName];
74
- const entitySet = quickVariant.properties.entitySet;
75
- if (oDataServiceAVT.entitySets) {
76
- const enumEntries = [];
77
- oDataServiceAVT.entitySets.forEach((es) => {
78
- enumEntries.push(es.name);
79
- });
80
- if (enumEntries.length > 0) {
81
- entitySet['enum'] = enumEntries;
82
- }
83
- }
84
- }
85
- exports.addEnumForVariantEntitySet = addEnumForVariantEntitySet;
86
- /**
87
- * Adds an enum filled with existing UI annotations for annotationPath property in FilterBar
88
- * @param {EntityType} entityType
89
- * @param appSchema - app specific JSOn schema
90
- * @param definitionName - name of the definition in the app schema
91
- */
92
- function addEnumForFilterBarAnnotationPath(entityType, appSchema, definitionName) {
93
- const listReprtFilter = appSchema['definitions'][definitionName];
94
- const annoPath = listReprtFilter.properties.annotationPath;
95
- const validAnnotations = ["com.sap.vocabularies.UI.v1.SelectionVariant" /* SelectionVariant */];
96
- addEnumForValidAnnotations(entityType, validAnnotations, annoPath);
97
- }
98
- exports.addEnumForFilterBarAnnotationPath = addEnumForFilterBarAnnotationPath;
99
- /**
100
- * Method adds definition for 'RelatedFacetKeys' as enum with describtion and adds references to 'RelatedFacetKeys' for custom section definitions.
101
- * @param {object} schema App specific schema that potentially gets enhanced
102
- * @param {string[]>} sectionDefinitions array of section definitions which should be updated with new reference to 'RelatedFacetKeys' enum.
103
- * @param {FacetSection[]} facetSections Array of facet section objects which is used to generate enum values.
104
- * @param {Array<keyof Omit<FacetSection, 'custom'>>} idProperties Array of property names which should be looked up in 'FacetSection' object.
105
- * Please note that method depends on order and takes first non empty value associated to passed properties.
106
- */
107
- function addDefinitionForRelatedFacetKeys(schema, sectionDefinitions, facetSections, idProperties) {
108
- const oneOfSections = facetSections.map((section) => {
109
- // Loop accaptable properties in received order and find first entry with value
110
- const propertyName = idProperties.find((property) => !!section[property]);
111
- const schemaIdForSection = section[propertyName];
112
- return Object.assign(Object.assign({ const: schemaIdForSection }, (section.label && { description: section.label })), (section.custom && { custom: section.custom }));
113
- });
114
- // Change 'relatedFacet' only when we have entries for sections - otherwise use generic.
115
- if (oneOfSections.length) {
116
- // Create new definition in schema as 'oneOf'.
117
- // Simpler way would be to use 'enum', but then there no option to pass description.
118
- schema['definitions']['RelatedFacetKeys'] = {
119
- type: 'string',
120
- oneOf: oneOfSections
121
- };
122
- // Add enum definition
123
- for (const name of sectionDefinitions) {
124
- const definition = schema['definitions'][name];
125
- const property = definition['properties']['relatedFacet'];
126
- definition['properties']['relatedFacet'] = {
127
- anyOf: [
128
- {
129
- $ref: __1.DEFINITION_LINK_PREFIX + 'RelatedFacetKeys'
130
- },
131
- property
132
- ]
133
- };
134
- }
135
- }
136
- }
137
- exports.addDefinitionForRelatedFacetKeys = addDefinitionForRelatedFacetKeys;
138
- /**
139
- * Functions used both by V2 and V4 to add the common definitions for a line item to the app schema
140
- * @param appSchema - the app specific schema that shall get enhanced
141
- * @param lineItemAnnotation - the UI.LineItem annotation, comprising all records
142
- * @param entityType - the entity type as part of the AVT ConverterOutput
143
- * @param lineItemId - line item ID, as comprise in stable ID
144
- * @returns the actions definition plus the annotation path to the given line item
145
- */
146
- function addCommonLineItemDefinitions(appSchema, lineItemAnnotation, entityType, lineItemId) {
147
- let lineItemPath;
148
- appSchema['definitions'][lineItemId] = {
149
- type: 'object',
150
- properties: {},
151
- isViewNode: true,
152
- description: 'Columns'
153
- };
154
- appSchema['definitions'][lineItemId].additionalProperties = false;
155
- // Copy toolbar
156
- const toolBar = lineItemId === 'LineItems' ? 'ToolBar' : 'ObjectPageToolBar';
157
- const schemaIdForToolBar = `${toolBar}<${lineItemId}>`;
158
- appSchema['definitions'][schemaIdForToolBar] = JSON.parse(JSON.stringify(appSchema['definitions'][`${toolBar}`]));
159
- const schemaIdForActions = `Actions<${__1.prepareRef(lineItemId)}>`;
160
- appSchema['definitions'][schemaIdForToolBar].properties.actions.$ref = __1.DEFINITION_LINK_PREFIX + schemaIdForActions;
161
- const actionId = lineItemId === 'LineItems' ? 'Actions' : 'ObjectPageToolBarActions';
162
- const actions = (appSchema['definitions'][schemaIdForActions] = JSON.parse(JSON.stringify(appSchema['definitions'][actionId])));
163
- actions.properties = {};
164
- actions.additionalProperties = false;
165
- // Copy LR footer
166
- let footerActions, schemaIdForFooter;
167
- if (lineItemId === 'LineItems' && appSchema['properties']['footer']) {
168
- schemaIdForFooter = `Footer<${lineItemId}>`;
169
- appSchema['properties']['footer'].$ref = __1.DEFINITION_LINK_PREFIX + schemaIdForFooter;
170
- appSchema['definitions'][schemaIdForFooter] = JSON.parse(JSON.stringify(appSchema['definitions'][`GenericFooter`]));
171
- const schemaIdForFooterActions = `FooterActions<${__1.prepareRef(lineItemId)}>`;
172
- appSchema['definitions'][schemaIdForFooter].properties.actions.$ref =
173
- __1.DEFINITION_LINK_PREFIX + schemaIdForFooterActions;
174
- footerActions = appSchema['definitions'][schemaIdForFooterActions] = JSON.parse(JSON.stringify(appSchema['definitions'][`Actions`]));
175
- footerActions.properties = {};
176
- footerActions.additionalProperties = false;
177
- }
178
- //Determine annotation path
179
- if (lineItemAnnotation) {
180
- lineItemPath = __1.createAnnotationPath(entityType.fullyQualifiedName, lineItemAnnotation.term, lineItemAnnotation.qualifier);
181
- appSchema['definitions'][lineItemId].annotationPath = appSchema['definitions'][schemaIdForToolBar].annotationPath = lineItemPath;
182
- if (footerActions) {
183
- appSchema['definitions'][schemaIdForFooter].annotationPath = lineItemPath;
184
- }
185
- }
186
- return { actions, footerActions, lineItemPath };
187
- }
188
- exports.addCommonLineItemDefinitions = addCommonLineItemDefinitions;
189
- /**
190
- * Add schema definitions for fields of createWithParameterDialog
191
- * @param {object} appSchema - Application-specific schema, to be enhanced
192
- * @param {EntityType} entityType - Given entity type for which entries shall get generated
193
- * @param {string=} floorplanSuffix - floorplan specific suffix (optional)
194
- */
195
- function addFieldsType(appSchema, entityType, floorplanSuffix = '') {
196
- const propertyNameArray = [], propertyObject = {};
197
- const fieldPathRef = `FieldPath${__1.prepareRef(floorplanSuffix)}`;
198
- for (const key of entityType.entityProperties) {
199
- const propertyName = key.name;
200
- propertyNameArray.push(propertyName);
201
- propertyObject[propertyName] = {
202
- $ref: __1.DEFINITION_LINK_PREFIX + fieldPathRef
203
- };
204
- }
205
- appSchema['definitions'][entityType.name] = {
206
- enum: propertyNameArray
207
- };
208
- appSchema['definitions'][fieldPathRef].properties.path = {
209
- $ref: __1.DEFINITION_LINK_PREFIX + entityType.name
210
- };
211
- const creationFieldsRef = `CreationFieldKeys${__1.prepareRef(floorplanSuffix)}`;
212
- appSchema['definitions'][creationFieldsRef] = {
213
- type: 'object',
214
- properties: propertyObject,
215
- additionalProperties: false
216
- };
217
- const fields4Dialog = appSchema['definitions'][`Fields4Dialog${floorplanSuffix}`];
218
- fields4Dialog.properties.fields.$ref = __1.DEFINITION_LINK_PREFIX + creationFieldsRef;
219
- }
220
- exports.addFieldsType = addFieldsType;
221
- //# sourceMappingURL=utils.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/sync/common/generate/utils.ts"],"names":[],"mappings":"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"}
@@ -1,23 +0,0 @@
1
- {
2
- "NOBASEPATH": "No base path was passed in the API call for creating a custom call, app id = '{{- appId}}'",
3
- "NOPAGES": "No pages found in manifest for app with id '{{- appId}}'",
4
- "NOFE": "The manifest passed is not correct for Fiori Elements V2: section sap.ui.generic.app is missing",
5
- "NOENTITYSET": "No page found in manifest for entitySet '{{- entitySet}}'",
6
- "NOENTITYSET4NAME": "No entitySet could be found for the given entity type '{{- entityType}}'",
7
- "ENTITYSETNOTFOUND": "Entity set '{{- entitySetName}}' was specified in manifest, but this entity set could not be found in metadata",
8
- "NOLR": "No page found in manifest for list report",
9
- "NOALP": "No page found in manifest for analytical list page",
10
- "NOTEMPLATE": "No Fiori Elements template could be determined, as section '{{- section}}' is not defined in manifest",
11
- "ANNOERR": "Error while parsing annotation files",
12
- "NOROUTING": "Incomplete manifest definition: no routing defined",
13
- "NOLINEITEMS": "UI.LineItem annotation has not been defined",
14
- "NOTARGETS": "Incomplete manifest definition: no targets defined",
15
- "NOTARGET": "Invalid reference: annotation target '{{- target}}' not found",
16
- "NOROUTINGID": "No page found in manifest for routingId '{{- routingId}}'",
17
- "FLEXERROR": "Error while parsing flex change",
18
- "INVALIDANCHOR": "Custom column with ID '{{- id}}' has an invalid anchor '{{- anchor}}'",
19
- "NOFRAGMENT": "fragmentName is undefined for columnKey '{{- columnKey}}'",
20
- "NOENTITYTYPE": "Entity type '{{- entityType}}' is specified in manifest, but not present in metadata",
21
- "INVALIDTARGETDEFINITION": "Invalid routing target definition in manifest: '{{- target}}'",
22
- "NOID4SECTION": "No ID has been defined for a facet or header facet. As a consequence, manifest settings cannot be written correctly for this element in an OData V4 scenario: '{{- facet}}'"
23
- }