@sap/ux-specification 1.90.19 → 1.90.24

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 (301) hide show
  1. package/CHANGELOG.md +92 -0
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/styleDocu.css +7 -14
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  5. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  6. package/dist/documentation/v2/v2-ListReport.html +1 -1
  7. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  8. package/dist/documentation/v2/v2-OverviewPage.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/AnalyticalListPageConfig.json +48 -24
  14. package/dist/schemas/v2/ApplicationV2.json +11 -11
  15. package/dist/schemas/v2/ListReportConfig.json +48 -24
  16. package/dist/schemas/v2/OverviewPageConfig.json +29 -28
  17. package/dist/schemas/v4/ApplicationV4.json +9 -5
  18. package/dist/schemas/v4/ListReportConfig.json +590 -174
  19. package/dist/schemas/v4/ObjectPageConfig.json +6 -38
  20. package/dist/scripts/extractDocu.js.map +1 -1
  21. package/dist/scripts/runDocu.js +40 -47
  22. package/dist/scripts/runDocu.js.map +1 -1
  23. package/dist/scripts/spec.js.map +1 -1
  24. package/dist/scripts/to-json-schema.js.map +1 -1
  25. package/dist/specification/v2/index-min.js +1 -1
  26. package/dist/specification/v4/index-min.js +1 -1
  27. package/dist/src/api.d.ts +2 -2
  28. package/dist/src/api.js +11 -11
  29. package/dist/src/api.js.map +1 -1
  30. package/dist/src/apiTypes.d.ts +14 -18
  31. package/dist/src/apiTypes.js +0 -2
  32. package/dist/src/apiTypes.js.map +1 -1
  33. package/dist/src/extensionLogger.d.ts +1 -1
  34. package/dist/src/project.d.ts +1 -1
  35. package/dist/src/specification/common/Application.d.ts +24 -4
  36. package/dist/src/specification/common/page.d.ts +1 -1
  37. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +6 -6
  38. package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +1 -1
  39. package/dist/src/specification/schemaAccess.d.ts +1 -1
  40. package/dist/src/specification/schemaAccess.js +1 -2
  41. package/dist/src/specification/schemaAccess.js.map +1 -1
  42. package/dist/src/specification/v2/ApplicationV2.d.ts +3 -17
  43. package/dist/src/specification/v2/controls/Facets.d.ts +1 -1
  44. package/dist/src/specification/v2/controls/FilterBar.d.ts +47 -31
  45. package/dist/src/specification/v2/controls/Footer.d.ts +2 -2
  46. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -1
  47. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
  48. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +2 -2
  49. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +2 -2
  50. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -1
  51. package/dist/src/specification/v2/controls/Table.d.ts +3 -3
  52. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -1
  53. package/dist/src/specification/v2/page.d.ts +1 -1
  54. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +4 -4
  55. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
  56. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +3 -3
  57. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +38 -4
  58. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +1 -1
  59. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -2
  60. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -1
  61. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
  62. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +2 -2
  63. package/dist/src/specification/v4/ApplicationV4.d.ts +4 -14
  64. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +1 -1
  65. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.d.ts +2 -14
  66. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +2 -2
  67. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -3
  68. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
  69. package/dist/src/specification/v4/controls/Table.d.ts +162 -25
  70. package/dist/src/specification/v4/controls/Table.js +6 -0
  71. package/dist/src/specification/v4/controls/Table.js.map +1 -1
  72. package/dist/src/specification/v4/controls/ToolBar.d.ts +26 -1
  73. package/dist/src/specification/v4/page.d.ts +2 -2
  74. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +17 -3
  75. package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -2
  76. package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +1 -1
  77. package/dist/src/specification/v4/pages/index.d.ts +0 -1
  78. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +77 -0
  79. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
  80. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +12 -3
  81. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
  82. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +20 -1
  83. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  84. package/dist/src/sync/common/appProvider.d.ts +6 -5
  85. package/dist/src/sync/common/appProvider.js.map +1 -1
  86. package/dist/src/sync/common/decoration/control.d.ts +1 -1
  87. package/dist/src/sync/common/decoration/control.js.map +1 -1
  88. package/dist/src/sync/common/decoration/decorators.d.ts +1 -1
  89. package/dist/src/sync/common/decoration/decorators.js.map +1 -1
  90. package/dist/src/sync/common/decoration/factory.d.ts +3 -3
  91. package/dist/src/sync/common/decoration/flex.d.ts +3 -3
  92. package/dist/src/sync/common/flexUtils.d.ts +4 -4
  93. package/dist/src/sync/common/flexUtils.js.map +1 -1
  94. package/dist/src/sync/common/generate/objectPage.d.ts +5 -3
  95. package/dist/src/sync/common/generate/objectPage.js +73 -44
  96. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  97. package/dist/src/sync/common/generate/utils.d.ts +43 -9
  98. package/dist/src/sync/common/generate/utils.js +122 -32
  99. package/dist/src/sync/common/generate/utils.js.map +1 -1
  100. package/dist/src/sync/common/import/utils.d.ts +4 -3
  101. package/dist/src/sync/common/import/utils.js +3 -2
  102. package/dist/src/sync/common/import/utils.js.map +1 -1
  103. package/dist/src/sync/common/importProject.d.ts +4 -4
  104. package/dist/src/sync/common/importProject.js +13 -22
  105. package/dist/src/sync/common/importProject.js.map +1 -1
  106. package/dist/src/sync/common/types.d.ts +28 -6
  107. package/dist/src/sync/common/types.js +24 -0
  108. package/dist/src/sync/common/types.js.map +1 -1
  109. package/dist/src/sync/common/utils.d.ts +18 -8
  110. package/dist/src/sync/common/utils.js +178 -66
  111. package/dist/src/sync/common/utils.js.map +1 -1
  112. package/dist/src/sync/i18n.d.ts +1 -1
  113. package/dist/src/sync/v2/application.d.ts +2 -2
  114. package/dist/src/sync/v2/application.js.map +1 -1
  115. package/dist/src/sync/v2/export/controls/Action.d.ts +1 -1
  116. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -1
  117. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
  118. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +1 -1
  119. package/dist/src/sync/v2/export/controls/Card.d.ts +1 -1
  120. package/dist/src/sync/v2/export/controls/Field.d.ts +1 -1
  121. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +17 -4
  122. package/dist/src/sync/v2/export/controls/FilterBar.js +102 -56
  123. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  124. package/dist/src/sync/v2/export/controls/FormAction.d.ts +1 -1
  125. package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
  126. package/dist/src/sync/v2/export/controls/Fragment.d.ts +5 -11
  127. package/dist/src/sync/v2/export/controls/Fragment.js +108 -32
  128. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  129. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +1 -1
  130. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +3 -3
  131. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  132. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +1 -1
  133. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  134. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
  135. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -1
  136. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  137. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +1 -1
  138. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +6 -6
  139. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +14 -17
  140. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  141. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -3
  142. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +1 -1
  143. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  144. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  145. package/dist/src/sync/v2/export/controls/Table.d.ts +3 -2
  146. package/dist/src/sync/v2/export/controls/Table.js +26 -25
  147. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  148. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
  149. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +1 -1
  150. package/dist/src/sync/v2/export/export.d.ts +3 -3
  151. package/dist/src/sync/v2/export/export.js +6 -1
  152. package/dist/src/sync/v2/export/export.js.map +1 -1
  153. package/dist/src/sync/v2/export/exportPage.d.ts +2 -2
  154. package/dist/src/sync/v2/export/exportPage.js +1 -9
  155. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  156. package/dist/src/sync/v2/export/factory.d.ts +2 -1
  157. package/dist/src/sync/v2/export/factory.js.map +1 -1
  158. package/dist/src/sync/v2/export/manifest.d.ts +1 -1
  159. package/dist/src/sync/v2/export/manifest.js +2 -1
  160. package/dist/src/sync/v2/export/manifest.js.map +1 -1
  161. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +4 -4
  162. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
  163. package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
  164. package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
  165. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +3 -3
  166. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +3 -2
  167. package/dist/src/sync/v2/export/pages/OverviewPage.js +38 -5
  168. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  169. package/dist/src/sync/v2/export/view-controller-generator.d.ts +2 -2
  170. package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
  171. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
  172. package/dist/src/sync/v2/generate/analyticalListReport.js +29 -35
  173. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  174. package/dist/src/sync/v2/generate/generate.d.ts +2 -2
  175. package/dist/src/sync/v2/generate/generate.js +3 -0
  176. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  177. package/dist/src/sync/v2/generate/listReport.d.ts +7 -4
  178. package/dist/src/sync/v2/generate/listReport.js +40 -34
  179. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  180. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -1
  181. package/dist/src/sync/v2/generate/objectPage.js +81 -106
  182. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  183. package/dist/src/sync/v2/generate/overviewPage.d.ts +1 -1
  184. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  185. package/dist/src/sync/v2/generate/utils.d.ts +12 -5
  186. package/dist/src/sync/v2/generate/utils.js +43 -0
  187. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  188. package/dist/src/sync/v2/import/app/appProvider.d.ts +4 -4
  189. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  190. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +3 -3
  191. package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  192. package/dist/src/sync/v2/import/common/index.d.ts +6 -5
  193. package/dist/src/sync/v2/import/common/index.js +3 -16
  194. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  195. package/dist/src/sync/v2/import/controls/table.d.ts +1 -1
  196. package/dist/src/sync/v2/import/controls/table.js +1 -1
  197. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  198. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
  199. package/dist/src/sync/v2/import/pages/analyticalListPage.js +11 -10
  200. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  201. package/dist/src/sync/v2/import/pages/listReport.d.ts +2 -2
  202. package/dist/src/sync/v2/import/pages/listReport.js +9 -0
  203. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  204. package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
  205. package/dist/src/sync/v2/import/pages/objectPage.js +29 -14
  206. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  207. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -2
  208. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  209. package/dist/src/sync/v2/import/utils.d.ts +3 -2
  210. package/dist/src/sync/v2/import/utils.js +28 -3
  211. package/dist/src/sync/v2/import/utils.js.map +1 -1
  212. package/dist/src/sync/v2/types.d.ts +7 -7
  213. package/dist/src/sync/v4/application.d.ts +9 -5
  214. package/dist/src/sync/v4/application.js +23 -2
  215. package/dist/src/sync/v4/application.js.map +1 -1
  216. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +1 -1
  217. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  218. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  219. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
  220. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
  221. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +3 -3
  222. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -1
  223. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +1 -1
  224. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  225. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -1
  226. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  227. package/dist/src/sync/v4/export/controls/Table.d.ts +125 -9
  228. package/dist/src/sync/v4/export/controls/Table.js +431 -48
  229. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  230. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +52 -1
  231. package/dist/src/sync/v4/export/controls/TableColumn.js +246 -0
  232. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  233. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
  234. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -1
  235. package/dist/src/sync/v4/export/controls/ToolBarAction.js +10 -0
  236. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  237. package/dist/src/sync/v4/export/export.d.ts +2 -2
  238. package/dist/src/sync/v4/export/export.js +293 -59
  239. package/dist/src/sync/v4/export/export.js.map +1 -1
  240. package/dist/src/sync/v4/export/factory.d.ts +2 -1
  241. package/dist/src/sync/v4/export/factory.js.map +1 -1
  242. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +1 -1
  243. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  244. package/dist/src/sync/v4/export/manifest.d.ts +2 -2
  245. package/dist/src/sync/v4/export/manifest.js +43 -31
  246. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  247. package/dist/src/sync/v4/export/pages/ListReport.d.ts +8 -3
  248. package/dist/src/sync/v4/export/pages/ListReport.js +42 -0
  249. package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
  250. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  251. package/dist/src/sync/v4/export/pages/index.d.ts +0 -1
  252. package/dist/src/sync/v4/export/pages/index.js +0 -1
  253. package/dist/src/sync/v4/export/pages/index.js.map +1 -1
  254. package/dist/src/sync/v4/export/types.d.ts +7 -5
  255. package/dist/src/sync/v4/export/utils.d.ts +1 -1
  256. package/dist/src/sync/v4/generate/generate.d.ts +5 -4
  257. package/dist/src/sync/v4/generate/generate.js +6 -3
  258. package/dist/src/sync/v4/generate/generate.js.map +1 -1
  259. package/dist/src/sync/v4/generate/listReport.d.ts +2 -4
  260. package/dist/src/sync/v4/generate/listReport.js +333 -42
  261. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  262. package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
  263. package/dist/src/sync/v4/generate/objectPage.js +29 -6
  264. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  265. package/dist/src/sync/v4/import/app/appProvider.d.ts +6 -5
  266. package/dist/src/sync/v4/import/app/appProvider.js +55 -43
  267. package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
  268. package/dist/src/sync/v4/import/fragment.d.ts +2 -2
  269. package/dist/src/sync/v4/import/fragment.js.map +1 -1
  270. package/dist/src/sync/v4/import/index.d.ts +0 -1
  271. package/dist/src/sync/v4/import/index.js +0 -1
  272. package/dist/src/sync/v4/import/index.js.map +1 -1
  273. package/dist/src/sync/v4/import/pages/listReport.d.ts +8 -7
  274. package/dist/src/sync/v4/import/pages/listReport.js +103 -20
  275. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  276. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  277. package/dist/src/sync/v4/import/pages/objectPage.js +19 -19
  278. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  279. package/dist/src/sync/v4/import/utils.d.ts +2 -2
  280. package/dist/src/sync/v4/import/utils.js +2 -2
  281. package/dist/src/sync/v4/import/utils.js.map +1 -1
  282. package/dist/src/sync/v4/types.d.ts +2 -2
  283. package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  284. package/dist/src/sync/v4/utils/utils.d.ts +13 -14
  285. package/dist/src/sync/v4/utils/utils.js +45 -48
  286. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  287. package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +1 -1
  288. package/dist/test/test-projects/index.d.ts +1 -1
  289. package/dist/test/test-utils/utils.d.ts +5 -4
  290. package/package.json +11 -10
  291. package/dist/documentation/v4/v4-AnalyticalListPage.html +0 -49
  292. package/dist/schemas/v4/AnalyticalListPageConfig.json +0 -392
  293. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.d.ts +0 -13
  294. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js +0 -3
  295. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js.map +0 -1
  296. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +0 -8
  297. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +0 -38
  298. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +0 -1
  299. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +0 -11
  300. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -60
  301. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":";;AAAA;;GAEG;AACH,sDAAmE;AACnE,+DAA0D;AAS1D,iDAK4B;AAC5B,iDAAkG;AAClG,4DAA2D;AAC3D,6CAK0B;AAC1B,oDAAuD;AACvD,6CAI0B;AAC1B,0CAA6G;AAG7G;;;;;GAKG;AACH,6DAAgE;AAAvD,0CAAA,gBAAgB,CAAA;AAEzB;;;GAGG;AACH,SAAgB,cAAc,CAAC,kBAA4C;IACvE,IAAI,MAAc,CAAC;IACnB,IAAI,kBAAkB,CAAC,2BAAoB,CAAC,EAAE,CAAC,EAAE;QAC7C;;WAEG;QACH,MAAM,QAAQ,GAAG,kBAAkB,CAAC,2BAAoB,CAAC,EAAE,CAAC,CAAC;QAC7D,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,QAAQ,CACnF,yBAAU,CAAC,UAAU,CACxB,CAAC;YACF,MAAM,GAAG,wCAA6B,CAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;SAC9G;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,QAAQ,CACnF,yBAAU,CAAC,UAAU,CACxB,CAAC;YACF,MAAM,GAAG,wCAA6B,CAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,CAAC,CAAC;SAC9G;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,YAAY,CAAC,EAAE;YAC1C,MAAM,EAAE,aAAa,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC,yBAAU,CAAC,YAAY,CAAC,CAAC;YACtE,MAAM,GAAG,iCAAsB,CAAC,aAAa,EAAE,QAAQ,CAAC,CAAC;SAC5D;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,EAAE,GAAG,QAAQ,CACnF,yBAAU,CAAC,kBAAkB,CAChC,CAAC;YACF,MAAM,GAAG,gDAAqC,CAC1C,aAAa,EACb,SAAS,EACT,WAAW,EACX,QAAQ,EACR,SAAS,EACT,MAAM,CACT,CAAC;SACL;KACJ;SAAM,IAAI,kBAAkB,CAAC,2BAAoB,CAAC,EAAE,CAAC,EAAE;QACpD;;WAEG;QACH,MAAM,QAAQ,GAAG,kBAAkB,CAAC,2BAAoB,CAAC,EAAE,CAAC,CAAC;QAC7D,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,CAAC;YACpG,MAAM,GAAG,wCAA6B,CAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;SACnG;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,EAAE,GAAG,QAAQ,CACnF,yBAAU,CAAC,UAAU,CACxB,CAAC;YACF,MAAM,GAAG,wCAA6B,CAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,QAAQ,EAAE,MAAM,EAAE,SAAS,CAAC,CAAC;SAC9G;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,EAAE,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,EAAE,GAAG,QAAQ,CAAC,yBAAU,CAAC,kBAAkB,CAAC,CAAC;YAC5G,oDAAoD;YACpD,MAAM,GAAG,wCAA6B,CAAC,aAAa,EAAE,SAAS,EAAE,WAAW,EAAE,MAAM,EAAE,QAAQ,CAAC,CAAC;SACnG;KACJ;IACD,OAAO,MAAM,CAAC;AAClB,CAAC;AArDD,wCAqDC;AAED;;;GAGG;AACH,SAAgB,YAAY,CAAC,gBAAwC;IACjE,IAAI,aAA4B,CAAC;IACjC,MAAM,SAAS,GAAe,EAAE,UAAU,EAAE,gBAAgB,CAAC,UAAU,EAAE,KAAK,EAAE,gBAAgB,CAAC,KAAK,EAAE,CAAC;IACzG,IAAI,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,EAAE;QAC3C;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,aAAa,GAAG,yBAAY,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;KACrD;SAAM,IAAI,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,EAAE;QAClD;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,aAAa,GAAG,qBAAY,CAAC,QAAQ,EAAE,SAAS,CAAC,CAAC;KACrD;IACD,OAAO,aAAa,CAAC;AACzB,CAAC;AAjBD,oCAiBC;AAED;;;GAGG;AACH,SAAgB,YAAY,CAAC,gBAAwC;IACjE,IAAI,MAAc,CAAC;IACnB,IAAI,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,EAAE;QAC3C;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,GAAG,+BAAwB,CAAC,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,CAAC,CAAC;SACtE;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,GAAG,iCAAwB,CAAC,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,CAAC,CAAC;SACtE;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,YAAY,CAAC,EAAE;YAC1C,MAAM,GAAG,iCAA0B,CAAC,QAAQ,CAAC,yBAAU,CAAC,YAAY,CAAC,CAAC,CAAC;SAC1E;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,GAAG,uCAAgC,CAAC,QAAQ,CAAC,yBAAU,CAAC,kBAAkB,CAAC,CAAC,CAAC;SACtF;KACJ;SAAM,IAAI,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,EAAE;QAClD;;WAEG;QACH,MAAM,QAAQ,GAAG,gBAAgB,CAAC,2BAAoB,CAAC,EAAE,CAAC,CAAC;QAC3D,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACjC,MAAM,GAAG,+BAAwB,CAAC,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,CAAC,CAAC;SACtE;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,EAAE;YACxC,MAAM,GAAG,iCAAwB,CAAC,QAAQ,CAAC,yBAAU,CAAC,UAAU,CAAC,CAAC,CAAC;SACtE;aAAM,IAAI,QAAQ,CAAC,yBAAU,CAAC,kBAAkB,CAAC,EAAE;YAChD,MAAM,GAAG,uCAAgC,CAAC,QAAQ,CAAC,yBAAU,CAAC,kBAAkB,CAAC,CAAC,CAAC;SACtF;KACJ;IACD,OAAO,MAAM,CAAC;AAClB,CAAC;AA9BD,oCA8BC;AAED;;;;GAIG;AACI,KAAK,UAAU,aAAa,CAAC,gBAAyC;IACzE,OAAO,qCAA4B,CAAC,gBAAgB,CAAC,CAAC;AAC1D,CAAC;AAFD,sCAEC;AAED;;;;GAIG;AACI,KAAK,UAAU,mBAAmB,CAAC,gBAAyC;IAC/E,OAAO,4BAAuB,CAAC,gBAAgB,CAAC,CAAC;AACrD,CAAC;AAFD,kDAEC;AAED;;;GAGG;AACH,SAAgB,aAAa;IACzB,OAAO;QACH,OAAO,EAAE,GAAG;KACf,CAAC;AACN,CAAC;AAJD,sCAIC"}
1
+ {"version":3,"file":"api.js","sourceRoot":"","sources":["../../src/api.ts"],"names":[],"mappings":"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"}
@@ -1,11 +1,12 @@
1
- import { SchemaType } from './specification/schemaAccess';
2
- import { FioriElementsVersion } from './specification/common/page';
3
- import { Page as PageV2 } from './specification/v2/page';
4
- import { Page as PageV4 } from './specification/v4/page';
5
- import { FileData, File, ExportResults } from './sync/common/types';
6
- import { ApplicationV2, ObjectPageConfig as ObjectPageConfigV2, ListReportConfig as ListReportConfigV2, OverviewPageConfig as OverviewPageConfigV2, AnalyticalListPageConfig as AnalyticalListPageConfigV2, Manifest as ManifestV2, FlexChangeLayer } from './v2';
7
- import { ApplicationV4, ObjectPageConfig as ObjectPageConfigV4, ListReportConfig as ListReportConfigV4, Manifest as ManifestV4 } from './v4';
8
- import { ConverterOutput } from '@sap-ux/vocabularies-types';
1
+ import type { SchemaType } from './specification/schemaAccess';
2
+ import type { FioriElementsVersion } from './specification/common/page';
3
+ import type { Page as PageV2 } from './specification/v2/page';
4
+ import type { Page as PageV4 } from './specification/v4/page';
5
+ import type { FileData, File, ExportResults } from './sync/common/types';
6
+ import type { ApplicationV2, ObjectPageConfig as ObjectPageConfigV2, ListReportConfig as ListReportConfigV2, OverviewPageConfig as OverviewPageConfigV2, AnalyticalListPageConfig as AnalyticalListPageConfigV2, Manifest as ManifestV2, FlexChangeLayer } from './v2';
7
+ import type { ApplicationV4, ObjectPageConfig as ObjectPageConfigV4, ListReportConfig as ListReportConfigV4, Manifest as ManifestV4 } from './v4';
8
+ import type { ConverterOutput } from '@sap-ux/vocabularies-types';
9
+ import type { TemplateType } from './sync/common';
9
10
  export declare type MessageMetadataType = (object | string | number)[];
10
11
  /**
11
12
  * Interface used to define a logger for the specificaton API
@@ -156,6 +157,10 @@ export declare type ExportListReportV4Parameters = {
156
157
  export declare type ExportListReportV4 = {
157
158
  [SchemaType.ListReport]: ExportListReportV4Parameters;
158
159
  };
160
+ export declare type ExportAnalyticalListPageV4Parameters = ExportListReportV4Parameters;
161
+ export declare type ExportAnalyticalListPageV4 = {
162
+ [SchemaType.AnalyticalListPage]: ExportAnalyticalListPageV4Parameters;
163
+ };
159
164
  export declare type ExportObjectPageV4Parameters = {
160
165
  appId: string;
161
166
  page: PageV4;
@@ -175,16 +180,6 @@ export declare type ExportAppV4 = {
175
180
  logger?: ExtensionLogger;
176
181
  };
177
182
  };
178
- export declare type ExportAnalyticalListPageV4Parameters = {
179
- appId: string;
180
- page: PageV4;
181
- manifest: object;
182
- jsonSchema: object;
183
- logger?: ExtensionLogger;
184
- };
185
- export declare type ExportAnalyticalListPageV4 = {
186
- [SchemaType.AnalyticalListPage]: ExportAnalyticalListPageV4Parameters;
187
- };
188
183
  export declare type ExportParametersV4Type = ExportListReportV4 | ExportObjectPageV4 | ExportAppV4 | ExportAnalyticalListPageV4;
189
184
  export interface ExportParametersV4 {
190
185
  [FioriElementsVersion.v4]: ExportParametersV4Type;
@@ -284,6 +279,7 @@ export interface ImportProjectParameters {
284
279
  logger?: ExtensionLogger;
285
280
  }
286
281
  export interface GenerateAppSchemaParameters {
282
+ templateType: TemplateType;
287
283
  manifest: ManifestV2 | ManifestV4;
288
284
  serviceAVT: ConverterOutput;
289
285
  fioriElementsVersion: FioriElementsVersion;
@@ -1,5 +1,3 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const schemaAccess_1 = require("./specification/schemaAccess");
4
- const page_1 = require("./specification/common/page");
5
3
  //# sourceMappingURL=apiTypes.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"apiTypes.js","sourceRoot":"","sources":["../../src/apiTypes.ts"],"names":[],"mappings":";;AAAA,+DAA0D;AAC1D,sDAAmE"}
1
+ {"version":3,"file":"apiTypes.js","sourceRoot":"","sources":["../../src/apiTypes.ts"],"names":[],"mappings":""}
@@ -1,4 +1,4 @@
1
- import { ExtensionLogger } from './apiTypes';
1
+ import type { ExtensionLogger } from './apiTypes';
2
2
  export declare const enum LogSeverity {
3
3
  Error = "error",
4
4
  Warning = "warning",
@@ -1,4 +1,4 @@
1
- import { FileData, Manifest } from './index';
1
+ import type { FileData, Manifest } from './index';
2
2
  export interface Project {
3
3
  root: string;
4
4
  name: string;
@@ -1,7 +1,7 @@
1
- import { Target } from './page';
2
- import { AppSettings as CommonSettingsV2, Pages as PagesV2 } from '../v2';
3
- import { AppSettings as CommonSettingsV4, Pages as PagesV4 } from '../v4';
4
- import { FlexibleColumnLayoutType } from '../common/types';
1
+ import type { Target } from './page';
2
+ import type { AppSettings as CommonSettingsV2, Pages as PagesV2 } from '../v2';
3
+ import type { AppSettings as CommonSettingsV4, Pages as PagesV4 } from '../v4';
4
+ import type { FlexibleColumnLayoutType } from '../common/types';
5
5
  export interface Application {
6
6
  $schema?: string;
7
7
  id?: string;
@@ -14,3 +14,23 @@ export interface FlexibleColumnLayout {
14
14
  defaultTwoColumnLayoutType?: FlexibleColumnLayoutType;
15
15
  defaultThreeColumnLayoutType?: FlexibleColumnLayoutType;
16
16
  }
17
+ export interface CommonAppSettings {
18
+ /**
19
+ * To change the application header, in your project artifacts, change the i18n property file
20
+ * for your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as
21
+ * {{appTitle}} in the sap.app section of the manifest file.
22
+ * @i18nClassification TIT: Title of the application
23
+ */
24
+ title?: string;
25
+ /**
26
+ * To change the application header, in your project artifacts, change the i18n property file
27
+ * for your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description
28
+ * as {{appDescription}} in the sap.app section of the manifest file.
29
+ * @i18nClassification TIT: Description of the application
30
+ */
31
+ description?: string;
32
+ /**
33
+ * To enable key user adaptation for the application, set the flexEnabled property to "true".
34
+ */
35
+ flexEnabled?: boolean;
36
+ }
@@ -1,4 +1,4 @@
1
- import { FlexibleColumnLayoutType, ManifestSettingsType } from '../common/types';
1
+ import type { FlexibleColumnLayoutType, ManifestSettingsType } from '../common/types';
2
2
  export declare enum PageType {
3
3
  ObjectPage = "ObjectPage",
4
4
  ListReport = "ListReport",
@@ -1,9 +1,9 @@
1
- import { SapUiAppV2 } from '../../../v2/webapp/manifest/sapUiPageV2';
2
- import { SapUi5 as SapUi5V2 } from '../../../v2/webapp/manifest/sapUi5';
3
- import { SapUi as SapUiV2 } from '../../../v2/webapp/manifest/sapUi';
4
- import { SapOvp } from './sapOvp';
5
- import { SapUi5V4 } from '../../../v4/webapp/manifest/sapUi5';
6
- import { ManifestSettingsType } from '../../types';
1
+ import type { SapUiAppV2 } from '../../../v2/webapp/manifest/sapUiPageV2';
2
+ import type { SapUi5 as SapUi5V2 } from '../../../v2/webapp/manifest/sapUi5';
3
+ import type { SapUi as SapUiV2 } from '../../../v2/webapp/manifest/sapUi';
4
+ import type { SapOvp } from './sapOvp';
5
+ import type { SapUi5V4 } from '../../../v4/webapp/manifest/sapUi5';
6
+ import type { ManifestSettingsType } from '../../types';
7
7
  export declare enum DataSourceType {
8
8
  OData = "OData",
9
9
  ODataAnnotation = "ODataAnnotation"
@@ -1,4 +1,4 @@
1
- import { FlexibleColumnLayoutType } from '../../../common/types';
1
+ import type { FlexibleColumnLayoutType } from '../../../common/types';
2
2
  export declare const FIORI_FCL_ROOT_VIEW_NAME = "sap.fe.templates.RootContainer.view.Fcl";
3
3
  export declare const FIORI_FCL_ROOT_ID = "appRootView";
4
4
  export declare enum ViewTypes {
@@ -1,4 +1,4 @@
1
- import { FioriElementsVersion } from './common';
1
+ import type { FioriElementsVersion } from './common';
2
2
  /**
3
3
  * Type for all available schema types, e.g. Application, ListReport, ObjectPage, ...
4
4
  */
@@ -53,8 +53,7 @@ const readJsonSchema = async (path) => {
53
53
  exports.getGenericSchema = async (version, schemaType) => {
54
54
  try {
55
55
  const path = getPathToGenericSchema(version, schemaType);
56
- const schema = await readJsonSchema(path);
57
- return schema;
56
+ return await readJsonSchema(path);
58
57
  }
59
58
  catch (error) {
60
59
  throw new Error(`No schema available for type: ${schemaType}, version: ${version}. Error was ${error.message}`);
@@ -1 +1 @@
1
- {"version":3,"file":"schemaAccess.js","sourceRoot":"","sources":["../../../src/specification/schemaAccess.ts"],"names":[],"mappings":";;AAAA,2BAA8B;AAC9B,+BAA4B;AAG5B;;GAEG;AACH,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,yCAA2B,CAAA;IAC3B,uCAAyB,CAAA;IACzB,uCAAyB,CAAA;IACzB,2CAA6B,CAAA;IAC7B,uDAAyC,CAAA;AAC7C,CAAC,EANW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAMrB;AAED;;;;GAIG;AACH,MAAM,sBAAsB,GAAG,CAAC,OAA6B,EAAE,UAAsB,EAAU,EAAE;IAC7F,MAAM,QAAQ,GACV,UAAU,KAAK,UAAU,CAAC,WAAW;QACjC,CAAC,CAAC,UAAU,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,OAAO;QAC1D,CAAC,CAAC,UAAU,GAAG,aAAa,CAAC;IACrC,qCAAqC;IACrC,6DAA6D;IAC7D,aAAa;IACb,OAAO,OAAO,mBAAmB,KAAK,UAAU;QAC5C,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC;QAC/C,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;AACpE,CAAC,CAAC;AAEF;;;GAGG;AACH,MAAM,cAAc,GAAG,KAAK,EAAE,IAAY,EAAiB,EAAE;IACzD,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAQ,EAAE;QACzC,aAAQ,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,EAAE,IAAI,EAAQ,EAAE;YACrD,IAAI,GAAG,EAAE;gBACL,MAAM,CAAC,GAAG,CAAC,CAAC;aACf;iBAAM;gBACH,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;aAC7B;QACL,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF;;;;GAIG;AACU,QAAA,gBAAgB,GAAG,KAAK,EAAE,OAA6B,EAAE,UAAsB,EAAiB,EAAE;IAC3G,IAAI;QACA,MAAM,IAAI,GAAG,sBAAsB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC;QACzD,MAAM,MAAM,GAAG,MAAM,cAAc,CAAC,IAAI,CAAC,CAAC;QAC1C,OAAO,MAAM,CAAC;KACjB;IAAC,OAAO,KAAK,EAAE;QACZ,MAAM,IAAI,KAAK,CAAC,iCAAiC,UAAU,cAAc,OAAO,eAAe,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;KACnH;AACL,CAAC,CAAC"}
1
+ {"version":3,"file":"schemaAccess.js","sourceRoot":"","sources":["../../../src/specification/schemaAccess.ts"],"names":[],"mappings":";;AAAA,2BAA8B;AAC9B,+BAA4B;AAG5B;;GAEG;AACH,IAAY,UAMX;AAND,WAAY,UAAU;IAClB,yCAA2B,CAAA;IAC3B,uCAAyB,CAAA;IACzB,uCAAyB,CAAA;IACzB,2CAA6B,CAAA;IAC7B,uDAAyC,CAAA;AAC7C,CAAC,EANW,UAAU,GAAV,kBAAU,KAAV,kBAAU,QAMrB;AAED;;;;GAIG;AACH,MAAM,sBAAsB,GAAG,CAAC,OAA6B,EAAE,UAAsB,EAAU,EAAE;IAC7F,MAAM,QAAQ,GACV,UAAU,KAAK,UAAU,CAAC,WAAW;QACjC,CAAC,CAAC,UAAU,CAAC,WAAW,GAAG,OAAO,CAAC,WAAW,EAAE,GAAG,OAAO;QAC1D,CAAC,CAAC,UAAU,GAAG,aAAa,CAAC;IACrC,qCAAqC;IACrC,6DAA6D;IAC7D,aAAa;IACb,OAAO,OAAO,mBAAmB,KAAK,UAAU;QAC5C,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC;QAC/C,CAAC,CAAC,WAAI,CAAC,SAAS,EAAE,IAAI,EAAE,IAAI,EAAE,SAAS,EAAE,OAAO,EAAE,QAAQ,CAAC,CAAC;AACpE,CAAC,CAAC;AAEF;;;GAGG;AACH,MAAM,cAAc,GAAG,KAAK,EAAE,IAAY,EAAiB,EAAE;IACzD,OAAO,IAAI,OAAO,CAAC,CAAC,OAAO,EAAE,MAAM,EAAQ,EAAE;QACzC,aAAQ,CAAC,IAAI,EAAE,EAAE,QAAQ,EAAE,MAAM,EAAE,EAAE,CAAC,GAAG,EAAE,IAAI,EAAQ,EAAE;YACrD,IAAI,GAAG,EAAE;gBACL,MAAM,CAAC,GAAG,CAAC,CAAC;aACf;iBAAM;gBACH,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,IAAI,CAAC,CAAC,CAAC;aAC7B;QACL,CAAC,CAAC,CAAC;IACP,CAAC,CAAC,CAAC;AACP,CAAC,CAAC;AAEF;;;;GAIG;AACU,QAAA,gBAAgB,GAAG,KAAK,EAAE,OAA6B,EAAE,UAAsB,EAAiB,EAAE;IAC3G,IAAI;QACA,MAAM,IAAI,GAAG,sBAAsB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC;QACzD,OAAO,MAAM,cAAc,CAAC,IAAI,CAAC,CAAC;KACrC;IAAC,OAAO,KAAK,EAAE;QACZ,MAAM,IAAI,KAAK,CAAC,iCAAiC,UAAU,cAAc,OAAO,eAAe,KAAK,CAAC,OAAO,EAAE,CAAC,CAAC;KACnH;AACL,CAAC,CAAC"}
@@ -1,21 +1,11 @@
1
- import { Application, FlexibleColumnLayout } from '../common';
2
- import { Pages } from './page';
1
+ import type { Application, CommonAppSettings, FlexibleColumnLayout } from '../common';
2
+ import type { Pages } from './page';
3
3
  export declare enum TableColumnVerticalAlignment {
4
4
  Top = "Top",
5
5
  Middle = "Middle",
6
6
  Bottom = "Bottom"
7
7
  }
8
- export interface AppSettings {
9
- /**
10
- * To change the application header, in your project artifacts, change the i18n property file for your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as {{appTitle}} in the sap.app section of the manifest file.
11
- * @i18nClassification TIT: Title of the application
12
- */
13
- title?: string;
14
- /**
15
- * To change the application header, in your project artifacts, change i18n property file for your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description as {{appDescription}} in the sap.app section of the manifest file.
16
- * @i18nClassification TIT: Description of the application
17
- */
18
- description?: string;
8
+ export interface AppSettings extends CommonAppSettings {
19
9
  /**
20
10
  * If forceGlobalRefresh is not explicitly set to false, a global model refresh is triggered when the annotated side effects are executed.
21
11
  */
@@ -28,10 +18,6 @@ export interface AppSettings {
28
18
  * tableColumnVerticalAlignment provides an option for vertical alignment for the whole responsive table.
29
19
  */
30
20
  tableColumnVerticalAlignment?: TableColumnVerticalAlignment;
31
- /**
32
- * The flexEnabled indicates if the application supports UI adaptation.
33
- */
34
- flexEnabled?: boolean;
35
21
  }
36
22
  export interface ApplicationV2 extends Application {
37
23
  settings?: AppSettings;
@@ -1,4 +1,4 @@
1
- import { ObjectPageResponsiveTable, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable } from './ObjectPageTable';
1
+ import type { ObjectPageResponsiveTable, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable } from './ObjectPageTable';
2
2
  export declare type ObjectPageTableTypeV2 = ObjectPageResponsiveTable | ObjectPageAnalyticalTable | ObjectPageGridTable | ObjectPageTreeTable;
3
3
  /**
4
4
  * Table Facet
@@ -71,6 +71,45 @@ export declare const enum DefaultDateRangeValueType {
71
71
  QUARTER4 = "QUARTER4",
72
72
  DATETOYEAR = "DATETOYEAR"
73
73
  }
74
+ /**
75
+ * Filter Field
76
+ * @isViewNode true
77
+ */
78
+ export declare type SelectionField = {} | SelectionFieldDateSettings;
79
+ /**
80
+ * Filter Field for Date Settings
81
+ * @isViewNode true
82
+ */
83
+ export interface SelectionFieldDateSettings {
84
+ /**
85
+ * The selectedValues property is a set of standard date range values that you want to include or exclude.
86
+ */
87
+ selectedValues?: DateRangeType[];
88
+ /**
89
+ * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
90
+ */
91
+ exclude?: boolean;
92
+ /**
93
+ * This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.
94
+ * The customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.
95
+ */
96
+ customDateRangeImplementation?: string;
97
+ /**
98
+ * You can use the filter settings to include and exclude specific date range values.
99
+ */
100
+ filter?: FilterType[];
101
+ /**
102
+ * You can set a default value for semantic date range.
103
+ */
104
+ defaultValue?: DefaultDateRange;
105
+ }
106
+ /**
107
+ * Filter Fields
108
+ * @isViewNode true
109
+ */
110
+ export interface SelectionFields {
111
+ [key: string]: SelectionField;
112
+ }
74
113
  export declare type FilterTypeCategory = {
75
114
  /**
76
115
  * Choose 'key' to define filter values for single values of the date range type, or 'category' to filter by a whole subset.
@@ -108,33 +147,11 @@ export declare type FilterTypeKey = {
108
147
  exclude?: boolean;
109
148
  };
110
149
  export declare type FilterType = FilterTypeKey | FilterTypeCategory;
111
- export interface SelectedValues {
112
- /**
113
- * The selectedValues property is a set of standard date range values that you want to include or exclude.
114
- */
115
- selectedValues?: DateRangeType[];
116
- /**
117
- * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
118
- */
119
- exclude?: boolean;
120
- /**
121
- * This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.
122
- * The customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.
123
- */
124
- customDateRangeImplementation?: string;
150
+ export interface DefaultDateRange {
125
151
  /**
126
- * You can use the filter settings to include and exclude specific date range values.
152
+ * The operation property is the value that will be set for semantic date range.
127
153
  */
128
- filter?: FilterType[];
129
- /**
130
- * You can set a default value for semantic date range.
131
- */
132
- defaultValue?: {
133
- /**
134
- * The operation property is the value that will be set for semantic date range.
135
- */
136
- operation: DefaultDateRangeValueType;
137
- };
154
+ operation: DefaultDateRangeValueType;
138
155
  }
139
156
  export interface DateRange {
140
157
  /**
@@ -149,12 +166,6 @@ export interface DateRange {
149
166
  * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
150
167
  */
151
168
  exclude?: boolean;
152
- /**
153
- * For a fields' list you can define the set of standard date range values separately.
154
- */
155
- fields?: {
156
- [field: string]: SelectedValues;
157
- };
158
169
  }
159
170
  export interface CommonFilterBar {
160
171
  /**
@@ -191,6 +202,11 @@ export interface CommonFilterBar {
191
202
  * Handles visibility of the Restore button on the FilterBar.
192
203
  */
193
204
  showRestoreOnFB?: boolean;
205
+ /**
206
+ * @isViewNode true
207
+ * Selection Fields
208
+ */
209
+ selectionFields?: SelectionFields;
194
210
  }
195
211
  /**
196
212
  * Filter Bar
@@ -1,5 +1,5 @@
1
- import { ObjectPageFooterAction } from './Action';
2
- import { Actions } from '.';
1
+ import type { ObjectPageFooterAction } from './Action';
2
+ import type { Actions } from '.';
3
3
  interface ObjectPageFooterActions {
4
4
  [id: string]: ObjectPageFooterAction;
5
5
  }
@@ -1,4 +1,4 @@
1
- import { FormAction, Field } from '.';
1
+ import type { FormAction, Field } from '.';
2
2
  /**
3
3
  * Object Page Form
4
4
  * @isViewNode true
@@ -1,5 +1,5 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { HeaderAction } from '.';
2
+ import type { HeaderAction } from '.';
3
3
  export interface GenericActions {
4
4
  [id: string]: HeaderAction;
5
5
  }
@@ -1,5 +1,5 @@
1
- import { ObjectPageResponsiveTableWithMultiSelect, ObjectPageResponsiveTableWithInlineDelete, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable, ObjectPageChart, ObjectPageForm } from './index';
2
- import { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../common/webapp/manifest/sapUi5';
1
+ import type { ObjectPageResponsiveTableWithMultiSelect, ObjectPageResponsiveTableWithInlineDelete, ObjectPageAnalyticalTable, ObjectPageGridTable, ObjectPageTreeTable, ObjectPageChart, ObjectPageForm } from './index';
2
+ import type { ViewTypes, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS } from '../../common/webapp/manifest/sapUi5';
3
3
  /**
4
4
  * Section
5
5
  * @isViewNode true
@@ -1,6 +1,6 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { GenericColumns, TableTypeV2, QuickVariant } from './Table';
3
- import { ObjectPageToolBar } from './ObjectPageToolBar';
2
+ import type { GenericColumns, TableTypeV2, QuickVariant } from './Table';
3
+ import type { ObjectPageToolBar } from './ObjectPageToolBar';
4
4
  export interface QuickVariantSelectionOP {
5
5
  /**
6
6
  * To show the number of records available, set showCounts to true.
@@ -1,4 +1,4 @@
1
- import { ObjectPageToolBarAction } from '.';
1
+ import type { ObjectPageToolBarAction } from '.';
2
2
  /**
3
3
  * Actions
4
4
  * @isViewNode true
@@ -1,7 +1,7 @@
1
1
  /// <reference types="@sapui5/ts-types" />
2
- import { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
- import { ToolBar } from './ToolBar';
4
- import { Action } from './Action';
2
+ import type { SAPUI5_FRAGMENT_CLASS } from '../../common/webapp/manifest/sapUi5';
3
+ import type { ToolBar } from './ToolBar';
4
+ import type { Action } from './Action';
5
5
  /**
6
6
  * Column
7
7
  * @isViewNode true
@@ -1,4 +1,4 @@
1
- import { Actions } from '.';
1
+ import type { Actions } from '.';
2
2
  /**
3
3
  * Toolbar
4
4
  * @isViewNode true
@@ -1,4 +1,4 @@
1
- import { PagesBase, PageBase, PageType } from '../common';
1
+ import type { PagesBase, PageBase, PageType } from '../common';
2
2
  export interface Page extends PageBase {
3
3
  pageType?: PageType;
4
4
  }
@@ -1,7 +1,7 @@
1
- import { AnalyticalListPageFilterBar, ALPAnalyticalTable, ALPGridTable, ALPResponsiveTable, GenericFooter } from '../controls';
2
- import { PageConfig } from '../../common/page';
3
- import { ChartSettings } from '../../../specification/v2/controls';
4
- import { KPISettings } from '../../../specification/v2/controls/AnalyticalListPageKPI';
1
+ import type { AnalyticalListPageFilterBar, ALPAnalyticalTable, ALPGridTable, ALPResponsiveTable, GenericFooter } from '../controls';
2
+ import type { PageConfig } from '../../common/page';
3
+ import type { ChartSettings } from '../../../specification/v2/controls';
4
+ import type { KPISettings } from '../../../specification/v2/controls/AnalyticalListPageKPI';
5
5
  export interface AnalyticalListPageConfig extends PageConfig {
6
6
  /**
7
7
  * Set fitContent to true to optimize the dynamic page responsiveness on small screens and behavior when the DynamicPageHeader is expanded or collapsed.
@@ -1,5 +1,5 @@
1
- import { TreeTable, ListReportFilterBar, GenericFooter, AnalyticalTable, GridTable, ResponsiveTableWithInlineDelete, ResponsiveTableWithMultiSelect } from '../controls';
2
- import { PageConfig } from '../../common/page';
1
+ import type { TreeTable, ListReportFilterBar, GenericFooter, AnalyticalTable, GridTable, ResponsiveTableWithInlineDelete, ResponsiveTableWithMultiSelect } from '../controls';
2
+ import type { PageConfig } from '../../common/page';
3
3
  export declare type ListReportTableTypeV2 = ResponsiveTableWithMultiSelect | ResponsiveTableWithInlineDelete | TreeTable | AnalyticalTable | GridTable;
4
4
  export interface ListReportConfig extends PageConfig {
5
5
  /**
@@ -1,6 +1,6 @@
1
- import { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections, GlobalChartSettings, ObjectPageFooter } from '../controls';
2
- import { PageConfig } from '../../common/page';
3
- import { FlexibleColumnLayoutType } from '../../common/types';
1
+ import type { ObjectPageHeader, GenericSections, ObjectPageLayout, CustomSections, GlobalChartSettings, ObjectPageFooter } from '../controls';
2
+ import type { PageConfig } from '../../common/page';
3
+ import type { FlexibleColumnLayoutType } from '../../common/types';
4
4
  export interface ObjectPageConfig extends PageConfig {
5
5
  /**
6
6
  * Set showConfirmationOnDraftActivate to true to enable a confirmation before a save if you have pending warnings.
@@ -2,14 +2,48 @@
2
2
  * This file is is based on a json schema to typescript generator and adjusted to our needs.
3
3
  * JSON schema source: https://github.wdf.sap.corp/AppDescriptor/manifest/blob/master/schema/sap.ovp/subschema_sapovp.json
4
4
  */
5
- import { PageConfig } from '../../common/page';
6
- import { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
7
- import { DateRange } from '../controls/FilterBar';
5
+ import type { PageConfig } from '../../common/page';
6
+ import type { ListCard, AnalyticalCard, StackCard, LinklistCard, TableCard, CustomCard } from '../controls/Card';
7
+ import type { DateRange, DateRangeType, DefaultDateRange, FilterType } from '../controls/FilterBar';
8
+ /**
9
+ * @isViewNode false
10
+ */
11
+ export interface SelectedValues {
12
+ /**
13
+ * The selectedValues property is a set of standard date range values that you want to include or exclude.
14
+ */
15
+ selectedValues?: DateRangeType[];
16
+ /**
17
+ * The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.
18
+ */
19
+ exclude?: boolean;
20
+ /**
21
+ * This property references a JS class, which you use to modify the date range value list. You can either remove standard data range values or add custom values.
22
+ * The customDateRangeImplementation setting takes priority followed by filter and selectedValues when excluding date range types.
23
+ */
24
+ customDateRangeImplementation?: string;
25
+ /**
26
+ * You can use the filter settings to include and exclude specific date range values.
27
+ */
28
+ filter?: FilterType[];
29
+ /**
30
+ * You can set a default value for semantic date range.
31
+ */
32
+ defaultValue?: DefaultDateRange;
33
+ }
34
+ export interface DateRangeOVP extends DateRange {
35
+ /**
36
+ * For a fields' list you can define the set of standard date range values separately.
37
+ */
38
+ fields?: {
39
+ [field: string]: SelectedValues;
40
+ };
41
+ }
8
42
  export declare type FilterSettingsType = {
9
43
  /**
10
44
  * You can define date ranges, such as lastYear or nextQuarter on the Smart Filter Bar
11
45
  */
12
- dateSettings?: DateRange;
46
+ dateSettings?: DateRangeOVP;
13
47
  };
14
48
  export declare enum ContainerLayoutType {
15
49
  fixed = "fixed",
@@ -1 +1 @@
1
- {"version":3,"file":"OverviewPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/OverviewPageConfig.ts"],"names":[],"mappings":";;AAeA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,sCAAe,CAAA;IACf,8CAAuB,CAAA;AAC3B,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
1
+ {"version":3,"file":"OverviewPageConfig.js","sourceRoot":"","sources":["../../../../../src/specification/v2/pages/OverviewPageConfig.ts"],"names":[],"mappings":";;AAmDA,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,sCAAe,CAAA;IACf,8CAAuB,CAAA;AAC3B,CAAC,EAHW,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAG9B"}
@@ -1,5 +1,5 @@
1
- import { SapUi5RootView, SapUi5OdataModel, SapUi5ResourceModel, SapUi5RoutingRoute, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS, ViewTypes } from '../../../common/webapp/manifest/sapUi5';
2
- import { ManifestSection } from '../../../v4';
1
+ import type { SapUi5RootView, SapUi5OdataModel, SapUi5ResourceModel, SapUi5RoutingRoute, SAPUI5_FRAGMENT_CLASS, SAPUI5_VIEW_CLASS, ViewTypes } from '../../../common/webapp/manifest/sapUi5';
2
+ import type { ManifestSection } from '../../../v4';
3
3
  export interface SapUi5 {
4
4
  flexEnabled?: boolean;
5
5
  resources?: object;
@@ -1,6 +1,5 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const v4_1 = require("../../../v4");
4
3
  // SAPUI5 EXTENDS
5
4
  exports.SAPUI5_VIEW_EXTENSION = 'sap.ui.viewExtensions';
6
5
  exports.SAPUI5_CONTROLLER_EXTENSION = 'sap.ui.controllerExtensions';
@@ -1 +1 @@
1
- {"version":3,"file":"sapUi5.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/sapUi5.ts"],"names":[],"mappings":";;AASA,oCAA8C;AAoD9C,iBAAiB;AACJ,QAAA,qBAAqB,GAAG,uBAAuB,CAAC;AAChD,QAAA,2BAA2B,GAAG,6BAA6B,CAAC;AAW5D,QAAA,iCAAiC,GAAG,uDAAuD,CAAC;AAC5F,QAAA,iCAAiC,GAAG,0DAA0D,CAAC;AAC/F,QAAA,0CAA0C,GACnD,0EAA0E,CAAC"}
1
+ {"version":3,"file":"sapUi5.js","sourceRoot":"","sources":["../../../../../../src/specification/v2/webapp/manifest/sapUi5.ts"],"names":[],"mappings":";;AA6DA,iBAAiB;AACJ,QAAA,qBAAqB,GAAG,uBAAuB,CAAC;AAChD,QAAA,2BAA2B,GAAG,6BAA6B,CAAC;AAW5D,QAAA,iCAAiC,GAAG,uDAAuD,CAAC;AAC5F,QAAA,iCAAiC,GAAG,0DAA0D,CAAC;AAC/F,QAAA,0CAA0C,GACnD,0EAA0E,CAAC"}
@@ -1,5 +1,5 @@
1
- import { SapUiGenericAppPageSettings } from '../../../common/page';
2
- import { FlexibleColumnLayout, FlexibleColumnLayoutType } from '../../../common';
1
+ import type { SapUiGenericAppPageSettings } from '../../../common/page';
2
+ import type { FlexibleColumnLayout, FlexibleColumnLayoutType } from '../../../common';
3
3
  export interface SapUiAppV2 {
4
4
  pages: SapUiAppPagesV2;
5
5
  _version?: string;
@@ -1,17 +1,7 @@
1
- import { Application, FlexibleColumnLayout, PageTypeV4, PageBase } from '../common';
2
- import { Pages, PageView } from './page';
3
- import { FlexibleColumnLayoutAggregations } from '.';
4
- export interface AppSettings {
5
- /**
6
- * To change the application header, in your project artifacts, change i18n property file for your app under webapp/i18n/i18n.properties ->appTitle. Then, refer to the title as {{appTitle}} in the sap.app section of the manifest file.
7
- * @i18nClassification TIT: Title of the application
8
- */
9
- title?: string;
10
- /**
11
- * To change the application header, in your project artifacts, change i18n property file for your app under webapp/i18n/i18n.properties ->appDescription. Then, refer to the description as {{appDescription}} in the sap.app section of the manifest file.
12
- * @i18nClassification TIT: Description of the application
13
- */
14
- description?: string;
1
+ import type { Application, CommonAppSettings, FlexibleColumnLayout, PageTypeV4, PageBase } from '../common';
2
+ import type { Pages, PageView } from './page';
3
+ import type { FlexibleColumnLayoutAggregations } from '.';
4
+ export interface AppSettings extends CommonAppSettings {
15
5
  /**
16
6
  * The flexible column layout allows users to see more details on the page, and to expand and collapse the screen areas. For the overview page, this layout is not relevant.
17
7
  */
@@ -1,4 +1,4 @@
1
- import { HeaderSections } from './ObjectPageHeaderSection';
1
+ import type { HeaderSections } from './ObjectPageHeaderSection';
2
2
  export declare type HeaderActionV4 = object;
3
3
  export interface GenericActions {
4
4
  [id: string]: HeaderActionV4;
@@ -21,20 +21,6 @@ export interface ObjectPageHeaderSectionForm extends CommonHeaderFacetSettings {
21
21
  */
22
22
  form?: object;
23
23
  }
24
- export interface ObjectPageHeaderSectionChart extends CommonHeaderFacetSettings {
25
- /**
26
- * Chart
27
- * @isViewNode true
28
- */
29
- chart?: object;
30
- }
31
- export interface ObjectPageHeaderSectionDataPoint extends CommonHeaderFacetSettings {
32
- /**
33
- * Data Point
34
- * @isViewNode true
35
- */
36
- dataPoint?: object;
37
- }
38
24
  export interface ObjectPageHeaderSectionContact extends CommonHeaderFacetSettings {
39
25
  /**
40
26
  * Contact
@@ -49,6 +35,8 @@ export interface ObjectPageHeaderSectionAddress extends CommonHeaderFacetSetting
49
35
  */
50
36
  address?: object;
51
37
  }
38
+ export declare type ObjectPageHeaderSectionChart = CommonHeaderFacetSettings;
39
+ export declare type ObjectPageHeaderSectionDataPoint = CommonHeaderFacetSettings;
52
40
  /**
53
41
  * Header Sections
54
42
  * @isViewNode true