@sap/ux-specification 1.96.3 → 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 (439) hide show
  1. package/CHANGELOG.md +23 -4
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  3. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  4. package/dist/documentation/v2/v2-ListReport.html +1 -1
  5. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  6. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  7. package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
  8. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  9. package/dist/documentation/v4/v4-ListReport.html +1 -1
  10. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  11. package/dist/index-min.js +1 -1
  12. package/dist/index-min.js.LICENSE.txt +0 -71
  13. package/dist/schemas/v2/AnalyticalListPageConfig.json +112 -2
  14. package/dist/schemas/v2/ListReportConfig.json +112 -2
  15. package/dist/schemas/v2/ObjectPageConfig.json +89 -33
  16. package/dist/schemas/v2/OverviewPageConfig.json +40 -0
  17. package/dist/schemas/v4/AnalyticalListPageConfig.json +122 -76
  18. package/dist/schemas/v4/ListReportConfig.json +122 -76
  19. package/dist/schemas/v4/ObjectPageConfig.json +144 -64
  20. package/dist/specification/v2/index-min.js +1 -1
  21. package/dist/specification/v4/index-min.js +1 -1
  22. package/dist/src/apiTypes.d.ts +5 -2
  23. package/dist/src/specification/v2/controls/Action.d.ts +19 -2
  24. package/dist/src/specification/v2/controls/FilterBar.d.ts +32 -0
  25. package/dist/src/specification/v2/controls/Footer.d.ts +20 -0
  26. package/dist/src/specification/v2/controls/Table.d.ts +8 -1
  27. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -8
  28. package/dist/src/specification/v2/controls/index.d.ts +1 -2
  29. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -1
  30. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -1
  31. package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +2 -2
  32. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +7 -7
  33. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +21 -6
  34. package/dist/src/specification/v4/controls/Table.d.ts +1 -6
  35. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +59 -10
  36. package/dist/src/sync/common/decoration/control.d.ts +11 -1
  37. package/dist/src/sync/common/generate/objectPage.d.ts +8 -0
  38. package/dist/src/sync/common/generate/utils.d.ts +4 -1
  39. package/dist/src/sync/common/import/utils.d.ts +8 -1
  40. package/dist/src/sync/common/types.d.ts +29 -15
  41. package/dist/src/sync/common/utils.d.ts +4 -3
  42. package/dist/src/sync/v2/export/controls/Action.d.ts +15 -0
  43. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +3 -3
  44. package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
  45. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +2 -2
  46. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
  47. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +18 -2
  48. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +2 -1
  49. package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -1
  50. package/dist/src/sync/v2/export/view-controller-generator.d.ts +16 -21
  51. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -5
  52. package/dist/src/sync/v2/generate/utils.d.ts +15 -11
  53. package/dist/src/sync/v2/import/common/index.d.ts +22 -4
  54. package/dist/src/sync/v2/import/pages/listReport.d.ts +0 -5
  55. package/dist/src/sync/v2/import/utils.d.ts +4 -6
  56. package/dist/src/sync/v2/types.d.ts +8 -1
  57. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +13 -4
  58. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +10 -2
  59. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +5 -1
  60. package/dist/src/sync/v4/export/exportCustomColumn.d.ts +13 -0
  61. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +2 -2
  62. package/dist/src/sync/v4/export/pages/ListReport.d.ts +2 -2
  63. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  64. package/dist/src/sync/v4/export/types.d.ts +3 -0
  65. package/dist/src/sync/v4/generate/generate.d.ts +4 -2
  66. package/dist/src/sync/v4/generate/listReport.d.ts +7 -6
  67. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +2 -2
  68. package/dist/src/sync/v4/import/pages/listReport.d.ts +3 -3
  69. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  70. package/dist/src/sync/v4/utils/utils.d.ts +40 -2
  71. package/dist/test/unit/utils.test.d.ts +1 -1
  72. package/package.json +16 -14
  73. package/dist/scripts/extractDocu.js +0 -488
  74. package/dist/scripts/extractDocu.js.map +0 -1
  75. package/dist/scripts/runDocu.js +0 -577
  76. package/dist/scripts/runDocu.js.map +0 -1
  77. package/dist/scripts/spec.js +0 -114
  78. package/dist/scripts/spec.js.map +0 -1
  79. package/dist/scripts/to-json-schema.js +0 -130
  80. package/dist/scripts/to-json-schema.js.map +0 -1
  81. package/dist/src/api.js +0 -184
  82. package/dist/src/api.js.map +0 -1
  83. package/dist/src/apiTypes.js +0 -17
  84. package/dist/src/apiTypes.js.map +0 -1
  85. package/dist/src/extensionLogger.js +0 -39
  86. package/dist/src/extensionLogger.js.map +0 -1
  87. package/dist/src/i18n/i18n.js +0 -25
  88. package/dist/src/i18n/i18n.js.map +0 -1
  89. package/dist/src/index.js +0 -13
  90. package/dist/src/index.js.map +0 -1
  91. package/dist/src/project.js +0 -143
  92. package/dist/src/project.js.map +0 -1
  93. package/dist/src/specification/common/Application.js +0 -3
  94. package/dist/src/specification/common/Application.js.map +0 -1
  95. package/dist/src/specification/common/i18n.json +0 -1
  96. package/dist/src/specification/common/index.js +0 -10
  97. package/dist/src/specification/common/index.js.map +0 -1
  98. package/dist/src/specification/common/page.js +0 -33
  99. package/dist/src/specification/common/page.js.map +0 -1
  100. package/dist/src/specification/common/types.js +0 -20
  101. package/dist/src/specification/common/types.js.map +0 -1
  102. package/dist/src/specification/common/webapp/manifest/Manifest.js +0 -17
  103. package/dist/src/specification/common/webapp/manifest/Manifest.js.map +0 -1
  104. package/dist/src/specification/common/webapp/manifest/index.js +0 -8
  105. package/dist/src/specification/common/webapp/manifest/index.js.map +0 -1
  106. package/dist/src/specification/common/webapp/manifest/sapOvp.js +0 -9
  107. package/dist/src/specification/common/webapp/manifest/sapOvp.js.map +0 -1
  108. package/dist/src/specification/common/webapp/manifest/sapUi5.js +0 -14
  109. package/dist/src/specification/common/webapp/manifest/sapUi5.js.map +0 -1
  110. package/dist/src/specification/schemaAccess.js +0 -65
  111. package/dist/src/specification/schemaAccess.js.map +0 -1
  112. package/dist/src/specification/v2/ApplicationV2.js +0 -18
  113. package/dist/src/specification/v2/ApplicationV2.js.map +0 -1
  114. package/dist/src/specification/v2/controls/Action.js +0 -3
  115. package/dist/src/specification/v2/controls/Action.js.map +0 -1
  116. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js +0 -36
  117. package/dist/src/specification/v2/controls/AnalyticalListPageChart.js.map +0 -1
  118. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js +0 -3
  119. package/dist/src/specification/v2/controls/AnalyticalListPageKPI.js.map +0 -1
  120. package/dist/src/specification/v2/controls/Card.js +0 -72
  121. package/dist/src/specification/v2/controls/Card.js.map +0 -1
  122. package/dist/src/specification/v2/controls/Facets.js +0 -3
  123. package/dist/src/specification/v2/controls/Facets.js.map +0 -1
  124. package/dist/src/specification/v2/controls/Field.js +0 -3
  125. package/dist/src/specification/v2/controls/Field.js.map +0 -1
  126. package/dist/src/specification/v2/controls/FilterBar.js +0 -54
  127. package/dist/src/specification/v2/controls/FilterBar.js.map +0 -1
  128. package/dist/src/specification/v2/controls/ObjectPageChart.js +0 -3
  129. package/dist/src/specification/v2/controls/ObjectPageChart.js.map +0 -1
  130. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +0 -11
  131. package/dist/src/specification/v2/controls/ObjectPageFooter.js +0 -3
  132. package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +0 -1
  133. package/dist/src/specification/v2/controls/ObjectPageFooterAction.d.ts +0 -28
  134. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js +0 -3
  135. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +0 -1
  136. package/dist/src/specification/v2/controls/ObjectPageForm.js +0 -3
  137. package/dist/src/specification/v2/controls/ObjectPageForm.js.map +0 -1
  138. package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -3
  139. package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +0 -1
  140. package/dist/src/specification/v2/controls/ObjectPageLayout.js +0 -3
  141. package/dist/src/specification/v2/controls/ObjectPageLayout.js.map +0 -1
  142. package/dist/src/specification/v2/controls/ObjectPageSection.js +0 -13
  143. package/dist/src/specification/v2/controls/ObjectPageSection.js.map +0 -1
  144. package/dist/src/specification/v2/controls/ObjectPageTable.js +0 -7
  145. package/dist/src/specification/v2/controls/ObjectPageTable.js.map +0 -1
  146. package/dist/src/specification/v2/controls/ObjectPageToolBar.js +0 -3
  147. package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +0 -1
  148. package/dist/src/specification/v2/controls/Table.js +0 -42
  149. package/dist/src/specification/v2/controls/Table.js.map +0 -1
  150. package/dist/src/specification/v2/controls/ToolBar.js +0 -3
  151. package/dist/src/specification/v2/controls/ToolBar.js.map +0 -1
  152. package/dist/src/specification/v2/controls/index.js +0 -12
  153. package/dist/src/specification/v2/controls/index.js.map +0 -1
  154. package/dist/src/specification/v2/index.js +0 -10
  155. package/dist/src/specification/v2/index.js.map +0 -1
  156. package/dist/src/specification/v2/page.js +0 -3
  157. package/dist/src/specification/v2/page.js.map +0 -1
  158. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js +0 -3
  159. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.js.map +0 -1
  160. package/dist/src/specification/v2/pages/ListReportConfig.js +0 -3
  161. package/dist/src/specification/v2/pages/ListReportConfig.js.map +0 -1
  162. package/dist/src/specification/v2/pages/ObjectPageConfig.js +0 -3
  163. package/dist/src/specification/v2/pages/ObjectPageConfig.js.map +0 -1
  164. package/dist/src/specification/v2/pages/OverviewPageConfig.js +0 -8
  165. package/dist/src/specification/v2/pages/OverviewPageConfig.js.map +0 -1
  166. package/dist/src/specification/v2/pages/index.js +0 -7
  167. package/dist/src/specification/v2/pages/index.js.map +0 -1
  168. package/dist/src/specification/v2/webapp/index.js +0 -7
  169. package/dist/src/specification/v2/webapp/index.js.map +0 -1
  170. package/dist/src/specification/v2/webapp/manifest/index.js +0 -8
  171. package/dist/src/specification/v2/webapp/manifest/index.js.map +0 -1
  172. package/dist/src/specification/v2/webapp/manifest/sapUi.js +0 -3
  173. package/dist/src/specification/v2/webapp/manifest/sapUi.js.map +0 -1
  174. package/dist/src/specification/v2/webapp/manifest/sapUi5.js +0 -10
  175. package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +0 -1
  176. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +0 -7
  177. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +0 -1
  178. package/dist/src/specification/v4/ApplicationV4.js +0 -3
  179. package/dist/src/specification/v4/ApplicationV4.js.map +0 -1
  180. package/dist/src/specification/v4/controls/FilterBar.js +0 -3
  181. package/dist/src/specification/v4/controls/FilterBar.js.map +0 -1
  182. package/dist/src/specification/v4/controls/ObjectPageFooter.js +0 -3
  183. package/dist/src/specification/v4/controls/ObjectPageFooter.js.map +0 -1
  184. package/dist/src/specification/v4/controls/ObjectPageHeader.js +0 -3
  185. package/dist/src/specification/v4/controls/ObjectPageHeader.js.map +0 -1
  186. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js +0 -7
  187. package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js.map +0 -1
  188. package/dist/src/specification/v4/controls/ObjectPageLayout.js +0 -8
  189. package/dist/src/specification/v4/controls/ObjectPageLayout.js.map +0 -1
  190. package/dist/src/specification/v4/controls/ObjectPageSection.js +0 -12
  191. package/dist/src/specification/v4/controls/ObjectPageSection.js.map +0 -1
  192. package/dist/src/specification/v4/controls/ObjectPageTable.js +0 -3
  193. package/dist/src/specification/v4/controls/ObjectPageTable.js.map +0 -1
  194. package/dist/src/specification/v4/controls/ObjectPageToolBar.js +0 -3
  195. package/dist/src/specification/v4/controls/ObjectPageToolBar.js.map +0 -1
  196. package/dist/src/specification/v4/controls/Table.js +0 -30
  197. package/dist/src/specification/v4/controls/Table.js.map +0 -1
  198. package/dist/src/specification/v4/controls/ToolBar.js +0 -8
  199. package/dist/src/specification/v4/controls/ToolBar.js.map +0 -1
  200. package/dist/src/specification/v4/controls/index.js +0 -11
  201. package/dist/src/specification/v4/controls/index.js.map +0 -1
  202. package/dist/src/specification/v4/index.js +0 -9
  203. package/dist/src/specification/v4/index.js.map +0 -1
  204. package/dist/src/specification/v4/page.js +0 -3
  205. package/dist/src/specification/v4/page.js.map +0 -1
  206. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js +0 -3
  207. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.js.map +0 -1
  208. package/dist/src/specification/v4/pages/ListReportConfig.js +0 -9
  209. package/dist/src/specification/v4/pages/ListReportConfig.js.map +0 -1
  210. package/dist/src/specification/v4/pages/ObjectPageConfig.js +0 -8
  211. package/dist/src/specification/v4/pages/ObjectPageConfig.js.map +0 -1
  212. package/dist/src/specification/v4/pages/index.js +0 -8
  213. package/dist/src/specification/v4/pages/index.js.map +0 -1
  214. package/dist/src/specification/v4/webapp/index.js +0 -7
  215. package/dist/src/specification/v4/webapp/index.js.map +0 -1
  216. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +0 -16
  217. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +0 -1
  218. package/dist/src/specification/v4/webapp/manifest/index.js +0 -10
  219. package/dist/src/specification/v4/webapp/manifest/index.js.map +0 -1
  220. package/dist/src/specification/v4/webapp/manifest/sapUi5.js +0 -11
  221. package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +0 -1
  222. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +0 -14
  223. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +0 -1
  224. package/dist/src/sync/common/appProvider.js +0 -57
  225. package/dist/src/sync/common/appProvider.js.map +0 -1
  226. package/dist/src/sync/common/decoration/control.js +0 -180
  227. package/dist/src/sync/common/decoration/control.js.map +0 -1
  228. package/dist/src/sync/common/decoration/decorators.js +0 -43
  229. package/dist/src/sync/common/decoration/decorators.js.map +0 -1
  230. package/dist/src/sync/common/decoration/factory.js +0 -50
  231. package/dist/src/sync/common/decoration/factory.js.map +0 -1
  232. package/dist/src/sync/common/decoration/flex.js +0 -8
  233. package/dist/src/sync/common/decoration/flex.js.map +0 -1
  234. package/dist/src/sync/common/decoration/index.js +0 -9
  235. package/dist/src/sync/common/decoration/index.js.map +0 -1
  236. package/dist/src/sync/common/flexUtils.js +0 -95
  237. package/dist/src/sync/common/flexUtils.js.map +0 -1
  238. package/dist/src/sync/common/generate/index.js +0 -8
  239. package/dist/src/sync/common/generate/index.js.map +0 -1
  240. package/dist/src/sync/common/generate/objectPage.js +0 -336
  241. package/dist/src/sync/common/generate/objectPage.js.map +0 -1
  242. package/dist/src/sync/common/generate/utils.js +0 -205
  243. package/dist/src/sync/common/generate/utils.js.map +0 -1
  244. package/dist/src/sync/common/i18n.json +0 -21
  245. package/dist/src/sync/common/import/utils.js +0 -75
  246. package/dist/src/sync/common/import/utils.js.map +0 -1
  247. package/dist/src/sync/common/importProject.js +0 -351
  248. package/dist/src/sync/common/importProject.js.map +0 -1
  249. package/dist/src/sync/common/index.js +0 -15
  250. package/dist/src/sync/common/index.js.map +0 -1
  251. package/dist/src/sync/common/types.js +0 -82
  252. package/dist/src/sync/common/types.js.map +0 -1
  253. package/dist/src/sync/common/utils.js +0 -1056
  254. package/dist/src/sync/common/utils.js.map +0 -1
  255. package/dist/src/sync/i18n.js +0 -15
  256. package/dist/src/sync/i18n.js.map +0 -1
  257. package/dist/src/sync/v2/application.js +0 -190
  258. package/dist/src/sync/v2/application.js.map +0 -1
  259. package/dist/src/sync/v2/export/controls/Action.js +0 -74
  260. package/dist/src/sync/v2/export/controls/Action.js.map +0 -1
  261. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +0 -72
  262. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +0 -1
  263. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js +0 -56
  264. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.js.map +0 -1
  265. package/dist/src/sync/v2/export/controls/Card.js +0 -655
  266. package/dist/src/sync/v2/export/controls/Card.js.map +0 -1
  267. package/dist/src/sync/v2/export/controls/Field.js +0 -32
  268. package/dist/src/sync/v2/export/controls/Field.js.map +0 -1
  269. package/dist/src/sync/v2/export/controls/FilterBar.js +0 -245
  270. package/dist/src/sync/v2/export/controls/FilterBar.js.map +0 -1
  271. package/dist/src/sync/v2/export/controls/FormAction.js +0 -95
  272. package/dist/src/sync/v2/export/controls/FormAction.js.map +0 -1
  273. package/dist/src/sync/v2/export/controls/Fragment.js +0 -401
  274. package/dist/src/sync/v2/export/controls/Fragment.js.map +0 -1
  275. package/dist/src/sync/v2/export/controls/ObjectPageChart.js +0 -37
  276. package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +0 -1
  277. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +0 -110
  278. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +0 -1
  279. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +0 -62
  280. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +0 -1
  281. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +0 -60
  282. package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +0 -1
  283. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +0 -62
  284. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +0 -1
  285. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +0 -59
  286. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +0 -1
  287. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +0 -144
  288. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +0 -1
  289. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +0 -335
  290. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +0 -1
  291. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +0 -59
  292. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +0 -1
  293. package/dist/src/sync/v2/export/controls/Table.js +0 -679
  294. package/dist/src/sync/v2/export/controls/Table.js.map +0 -1
  295. package/dist/src/sync/v2/export/controls/TableColumn.js +0 -41
  296. package/dist/src/sync/v2/export/controls/TableColumn.js.map +0 -1
  297. package/dist/src/sync/v2/export/controls/ToolBar.js +0 -6
  298. package/dist/src/sync/v2/export/controls/ToolBar.js.map +0 -1
  299. package/dist/src/sync/v2/export/controls/index.js +0 -26
  300. package/dist/src/sync/v2/export/controls/index.js.map +0 -1
  301. package/dist/src/sync/v2/export/export.js +0 -592
  302. package/dist/src/sync/v2/export/export.js.map +0 -1
  303. package/dist/src/sync/v2/export/exportPage.js +0 -312
  304. package/dist/src/sync/v2/export/exportPage.js.map +0 -1
  305. package/dist/src/sync/v2/export/factory.js +0 -59
  306. package/dist/src/sync/v2/export/factory.js.map +0 -1
  307. package/dist/src/sync/v2/export/manifest.js +0 -117
  308. package/dist/src/sync/v2/export/manifest.js.map +0 -1
  309. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +0 -41
  310. package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +0 -1
  311. package/dist/src/sync/v2/export/pages/ListReport.js +0 -38
  312. package/dist/src/sync/v2/export/pages/ListReport.js.map +0 -1
  313. package/dist/src/sync/v2/export/pages/ObjectPage.js +0 -100
  314. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +0 -1
  315. package/dist/src/sync/v2/export/pages/OverviewPage.js +0 -178
  316. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +0 -1
  317. package/dist/src/sync/v2/export/pages/index.js +0 -10
  318. package/dist/src/sync/v2/export/pages/index.js.map +0 -1
  319. package/dist/src/sync/v2/export/view-controller-generator.js +0 -157
  320. package/dist/src/sync/v2/export/view-controller-generator.js.map +0 -1
  321. package/dist/src/sync/v2/generate/analyticalListReport.js +0 -87
  322. package/dist/src/sync/v2/generate/analyticalListReport.js.map +0 -1
  323. package/dist/src/sync/v2/generate/generate.js +0 -96
  324. package/dist/src/sync/v2/generate/generate.js.map +0 -1
  325. package/dist/src/sync/v2/generate/index.js +0 -14
  326. package/dist/src/sync/v2/generate/index.js.map +0 -1
  327. package/dist/src/sync/v2/generate/listReport.js +0 -113
  328. package/dist/src/sync/v2/generate/listReport.js.map +0 -1
  329. package/dist/src/sync/v2/generate/objectPage.js +0 -556
  330. package/dist/src/sync/v2/generate/objectPage.js.map +0 -1
  331. package/dist/src/sync/v2/generate/overviewPage.js +0 -73
  332. package/dist/src/sync/v2/generate/overviewPage.js.map +0 -1
  333. package/dist/src/sync/v2/generate/utils.js +0 -347
  334. package/dist/src/sync/v2/generate/utils.js.map +0 -1
  335. package/dist/src/sync/v2/import/app/appProvider.js +0 -122
  336. package/dist/src/sync/v2/import/app/appProvider.js.map +0 -1
  337. package/dist/src/sync/v2/import/app/ovpProvider.js +0 -33
  338. package/dist/src/sync/v2/import/app/ovpProvider.js.map +0 -1
  339. package/dist/src/sync/v2/import/common/index.js +0 -213
  340. package/dist/src/sync/v2/import/common/index.js.map +0 -1
  341. package/dist/src/sync/v2/import/controls/table.js +0 -31
  342. package/dist/src/sync/v2/import/controls/table.js.map +0 -1
  343. package/dist/src/sync/v2/import/getPageType.js +0 -1
  344. package/dist/src/sync/v2/import/getPageType.js.map +0 -1
  345. package/dist/src/sync/v2/import/index.js +0 -11
  346. package/dist/src/sync/v2/import/index.js.map +0 -1
  347. package/dist/src/sync/v2/import/pages/analyticalListPage.js +0 -104
  348. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +0 -1
  349. package/dist/src/sync/v2/import/pages/listReport.js +0 -234
  350. package/dist/src/sync/v2/import/pages/listReport.js.map +0 -1
  351. package/dist/src/sync/v2/import/pages/objectPage.js +0 -620
  352. package/dist/src/sync/v2/import/pages/objectPage.js.map +0 -1
  353. package/dist/src/sync/v2/import/pages/overviewPage.js +0 -113
  354. package/dist/src/sync/v2/import/pages/overviewPage.js.map +0 -1
  355. package/dist/src/sync/v2/import/utils.js +0 -103
  356. package/dist/src/sync/v2/import/utils.js.map +0 -1
  357. package/dist/src/sync/v2/types.js +0 -26
  358. package/dist/src/sync/v2/types.js.map +0 -1
  359. package/dist/src/sync/v4/application.js +0 -80
  360. package/dist/src/sync/v4/application.js.map +0 -1
  361. package/dist/src/sync/v4/export/controls/FilterBar.js +0 -6
  362. package/dist/src/sync/v4/export/controls/FilterBar.js.map +0 -1
  363. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +0 -136
  364. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +0 -1
  365. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js +0 -55
  366. package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +0 -1
  367. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +0 -65
  368. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +0 -1
  369. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js +0 -24
  370. package/dist/src/sync/v4/export/controls/ObjectPageLayout.js.map +0 -1
  371. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +0 -245
  372. package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +0 -1
  373. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +0 -87
  374. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +0 -1
  375. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +0 -21
  376. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +0 -1
  377. package/dist/src/sync/v4/export/controls/Table.js +0 -318
  378. package/dist/src/sync/v4/export/controls/Table.js.map +0 -1
  379. package/dist/src/sync/v4/export/controls/TableColumn.js +0 -97
  380. package/dist/src/sync/v4/export/controls/TableColumn.js.map +0 -1
  381. package/dist/src/sync/v4/export/controls/ToolBar.js +0 -6
  382. package/dist/src/sync/v4/export/controls/ToolBar.js.map +0 -1
  383. package/dist/src/sync/v4/export/controls/ToolBarAction.js +0 -21
  384. package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +0 -1
  385. package/dist/src/sync/v4/export/controls/index.js +0 -18
  386. package/dist/src/sync/v4/export/controls/index.js.map +0 -1
  387. package/dist/src/sync/v4/export/export.js +0 -418
  388. package/dist/src/sync/v4/export/export.js.map +0 -1
  389. package/dist/src/sync/v4/export/factory.js +0 -44
  390. package/dist/src/sync/v4/export/factory.js.map +0 -1
  391. package/dist/src/sync/v4/export/flexibleColumnLayout.js +0 -114
  392. package/dist/src/sync/v4/export/flexibleColumnLayout.js.map +0 -1
  393. package/dist/src/sync/v4/export/manifest.js +0 -208
  394. package/dist/src/sync/v4/export/manifest.js.map +0 -1
  395. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +0 -38
  396. package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +0 -1
  397. package/dist/src/sync/v4/export/pages/ListReport.js +0 -33
  398. package/dist/src/sync/v4/export/pages/ListReport.js.map +0 -1
  399. package/dist/src/sync/v4/export/pages/ObjectPage.js +0 -39
  400. package/dist/src/sync/v4/export/pages/ObjectPage.js.map +0 -1
  401. package/dist/src/sync/v4/export/pages/index.js +0 -9
  402. package/dist/src/sync/v4/export/pages/index.js.map +0 -1
  403. package/dist/src/sync/v4/export/types.js +0 -3
  404. package/dist/src/sync/v4/export/types.js.map +0 -1
  405. package/dist/src/sync/v4/export/utils.js +0 -26
  406. package/dist/src/sync/v4/export/utils.js.map +0 -1
  407. package/dist/src/sync/v4/generate/generate.js +0 -47
  408. package/dist/src/sync/v4/generate/generate.js.map +0 -1
  409. package/dist/src/sync/v4/generate/index.js +0 -10
  410. package/dist/src/sync/v4/generate/index.js.map +0 -1
  411. package/dist/src/sync/v4/generate/listReport.js +0 -96
  412. package/dist/src/sync/v4/generate/listReport.js.map +0 -1
  413. package/dist/src/sync/v4/generate/objectPage.js +0 -395
  414. package/dist/src/sync/v4/generate/objectPage.js.map +0 -1
  415. package/dist/src/sync/v4/import/app/appProvider.js +0 -313
  416. package/dist/src/sync/v4/import/app/appProvider.js.map +0 -1
  417. package/dist/src/sync/v4/import/fragment.js +0 -130
  418. package/dist/src/sync/v4/import/fragment.js.map +0 -1
  419. package/dist/src/sync/v4/import/index.js +0 -9
  420. package/dist/src/sync/v4/import/index.js.map +0 -1
  421. package/dist/src/sync/v4/import/pages/analyticalListPage.js +0 -61
  422. package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +0 -1
  423. package/dist/src/sync/v4/import/pages/listReport.js +0 -124
  424. package/dist/src/sync/v4/import/pages/listReport.js.map +0 -1
  425. package/dist/src/sync/v4/import/pages/objectPage.js +0 -231
  426. package/dist/src/sync/v4/import/pages/objectPage.js.map +0 -1
  427. package/dist/src/sync/v4/import/utils.js +0 -33
  428. package/dist/src/sync/v4/import/utils.js.map +0 -1
  429. package/dist/src/sync/v4/types.js +0 -3
  430. package/dist/src/sync/v4/types.js.map +0 -1
  431. package/dist/src/sync/v4/utils/StableIdHelper.js +0 -153
  432. package/dist/src/sync/v4/utils/StableIdHelper.js.map +0 -1
  433. package/dist/src/sync/v4/utils/utils.js +0 -94
  434. package/dist/src/sync/v4/utils/utils.js.map +0 -1
  435. package/dist/src/v2.js +0 -8
  436. package/dist/src/v2.js.map +0 -1
  437. package/dist/src/v4.js +0 -8
  438. package/dist/src/v4.js.map +0 -1
  439. package/dist/test/test-utils/metadataParser.d.ts +0 -19
@@ -1,72 +1,3 @@
1
- /*!
2
- * @description Recursive object extending
3
- * @author Viacheslav Lotsmanov <lotsmanov89@gmail.com>
4
- * @license MIT
5
- *
6
- * The MIT License (MIT)
7
- *
8
- * Copyright (c) 2013-2018 Viacheslav Lotsmanov
9
- *
10
- * Permission is hereby granted, free of charge, to any person obtaining a copy of
11
- * this software and associated documentation files (the "Software"), to deal in
12
- * the Software without restriction, including without limitation the rights to
13
- * use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
14
- * the Software, and to permit persons to whom the Software is furnished to do so,
15
- * subject to the following conditions:
16
- *
17
- * The above copyright notice and this permission notice shall be included in all
18
- * copies or substantial portions of the Software.
19
- *
20
- * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
- * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
22
- * FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
23
- * COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
24
- * IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
25
- * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
26
- */
27
-
28
- /*!
29
- * fill-range <https://github.com/jonschlinkert/fill-range>
30
- *
31
- * Copyright (c) 2014-present, Jon Schlinkert.
32
- * Licensed under the MIT License.
33
- */
34
-
35
- /*!
36
- * is-extglob <https://github.com/jonschlinkert/is-extglob>
37
- *
38
- * Copyright (c) 2014-2016, Jon Schlinkert.
39
- * Licensed under the MIT License.
40
- */
41
-
42
- /*!
43
- * is-glob <https://github.com/jonschlinkert/is-glob>
44
- *
45
- * Copyright (c) 2014-2017, Jon Schlinkert.
46
- * Released under the MIT License.
47
- */
48
-
49
- /*!
50
- * is-number <https://github.com/jonschlinkert/is-number>
51
- *
52
- * Copyright (c) 2014-present, Jon Schlinkert.
53
- * Released under the MIT License.
54
- */
55
-
56
- /*!
57
- * normalize-path <https://github.com/jonschlinkert/normalize-path>
58
- *
59
- * Copyright (c) 2014-2018, Jon Schlinkert.
60
- * Released under the MIT License.
61
- */
62
-
63
- /*!
64
- * to-regex-range <https://github.com/micromatch/to-regex-range>
65
- *
66
- * Copyright (c) 2015-present, Jon Schlinkert.
67
- * Released under the MIT License.
68
- */
69
-
70
1
  /*! *****************************************************************************
71
2
  Copyright (C) Microsoft. All rights reserved.
72
3
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use
@@ -84,8 +15,6 @@ and limitations under the License.
84
15
 
85
16
  /*! http://mths.be/fromcodepoint v0.1.0 by @mathias */
86
17
 
87
- /*! run-parallel. MIT License. Feross Aboukhadijeh <https://feross.org/opensource> */
88
-
89
18
  /**
90
19
  * @file Embedded JavaScript templating engine. {@link http://ejs.co}
91
20
  * @author Matthew Eernisse <mde@fleegix.org>
@@ -26,6 +26,9 @@
26
26
  "chart": {
27
27
  "$ref": "#/definitions/ChartSettings"
28
28
  },
29
+ "footer": {
30
+ "$ref": "#/definitions/GenericFooter"
31
+ },
29
32
  "keyPerformanceIndicators": {
30
33
  "description": "Key Performance Indicators",
31
34
  "isViewNode": true,
@@ -409,13 +412,13 @@
409
412
  "controlType": "sap.m.Button"
410
413
  },
411
414
  "icon": {
412
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
415
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
413
416
  "type": "string",
414
417
  "artifactType": "FlexChange",
415
418
  "controlType": "sap.m.Button"
416
419
  },
417
420
  "activeIcon": {
418
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
421
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
419
422
  "type": "string",
420
423
  "artifactType": "FlexChange",
421
424
  "controlType": "sap.m.Button"
@@ -456,6 +459,9 @@
456
459
  {
457
460
  "$ref": "#/definitions/TableColumn"
458
461
  },
462
+ {
463
+ "$ref": "#/definitions/TableColumnAction"
464
+ },
459
465
  {
460
466
  "description": "Custom Columns",
461
467
  "isViewNode": true,
@@ -507,6 +513,59 @@
507
513
  ],
508
514
  "type": "string"
509
515
  },
516
+ "TableColumnAction": {
517
+ "description": "Column Action",
518
+ "isViewNode": true,
519
+ "type": "object",
520
+ "properties": {
521
+ "tooltip": {
522
+ "description": "The text of the button tooltip, preferably as an i18n key.",
523
+ "i18nClassification": "ACT: Text for tooltip of button.",
524
+ "type": "string",
525
+ "artifactType": "FlexChange",
526
+ "controlType": "sap.m.Button"
527
+ },
528
+ "icon": {
529
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
530
+ "type": "string",
531
+ "artifactType": "FlexChange",
532
+ "controlType": "sap.m.Button"
533
+ },
534
+ "activeIcon": {
535
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
536
+ "type": "string",
537
+ "artifactType": "FlexChange",
538
+ "controlType": "sap.m.Button"
539
+ },
540
+ "type": {
541
+ "$ref": "#/definitions/sap.m.ButtonType",
542
+ "description": "Defines the Button type.",
543
+ "artifactType": "FlexChange",
544
+ "controlType": "sap.m.Button"
545
+ },
546
+ "width": {
547
+ "description": "The width property defines the width of the column.",
548
+ "type": "string",
549
+ "artifactType": "FlexChange",
550
+ "controlType": "sap.m.Column"
551
+ },
552
+ "hAlign": {
553
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
554
+ "anyOf": [
555
+ {
556
+ "$ref": "#/definitions/sap.ui.core.TextAlign"
557
+ },
558
+ {
559
+ "type": "string"
560
+ }
561
+ ],
562
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
563
+ "artifactType": "FlexChange",
564
+ "controlType": "sap.m.Column"
565
+ }
566
+ },
567
+ "additionalProperties": false
568
+ },
510
569
  "TableCustomColumn": {
511
570
  "description": "Custom Column",
512
571
  "isViewNode": true,
@@ -1206,10 +1265,50 @@
1206
1265
  }
1207
1266
  ]
1208
1267
  }
1268
+ },
1269
+ "defaultValue": {
1270
+ "description": "You can set a default value for semantic date range.",
1271
+ "type": "object",
1272
+ "properties": {
1273
+ "operation": {
1274
+ "$ref": "#/definitions/DefaultDateRangeValueType",
1275
+ "description": "The operation property is the value that will be set for semantic date range."
1276
+ }
1277
+ },
1278
+ "additionalProperties": false,
1279
+ "required": [
1280
+ "operation"
1281
+ ]
1209
1282
  }
1210
1283
  },
1211
1284
  "additionalProperties": false
1212
1285
  },
1286
+ "DefaultDateRangeValueType": {
1287
+ "enum": [
1288
+ "DATETOYEAR",
1289
+ "LAST2WEEKS",
1290
+ "LAST3WEEKS",
1291
+ "LAST4WEEKS",
1292
+ "LAST5WEEKS",
1293
+ "LASTMONTH",
1294
+ "LASTQUARTER",
1295
+ "LASTWEEK",
1296
+ "LASTYEAR",
1297
+ "QUARTER1",
1298
+ "QUARTER2",
1299
+ "QUARTER3",
1300
+ "QUARTER4",
1301
+ "THISMONTH",
1302
+ "THISQUARTER",
1303
+ "THISWEEK",
1304
+ "THISYEAR",
1305
+ "TODAY",
1306
+ "TOMORROW",
1307
+ "YEARTODATE",
1308
+ "YESTERDAY"
1309
+ ],
1310
+ "type": "string"
1311
+ },
1213
1312
  "ChartSettings": {
1214
1313
  "description": "Chart",
1215
1314
  "isViewNode": true,
@@ -1282,6 +1381,17 @@
1282
1381
  },
1283
1382
  "additionalProperties": false
1284
1383
  },
1384
+ "GenericFooter": {
1385
+ "description": "Footer",
1386
+ "isViewNode": true,
1387
+ "type": "object",
1388
+ "properties": {
1389
+ "actions": {
1390
+ "$ref": "#/definitions/Actions"
1391
+ }
1392
+ },
1393
+ "additionalProperties": false
1394
+ },
1285
1395
  "KPISettings": {
1286
1396
  "description": "KPI Settings",
1287
1397
  "isViewNode": true,
@@ -29,6 +29,9 @@
29
29
  "filterBar": {
30
30
  "$ref": "#/definitions/ListReportFilterBar"
31
31
  },
32
+ "footer": {
33
+ "$ref": "#/definitions/GenericFooter"
34
+ },
32
35
  "$schema": {
33
36
  "type": "string"
34
37
  }
@@ -413,13 +416,13 @@
413
416
  "controlType": "sap.m.Button"
414
417
  },
415
418
  "icon": {
416
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
419
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
417
420
  "type": "string",
418
421
  "artifactType": "FlexChange",
419
422
  "controlType": "sap.m.Button"
420
423
  },
421
424
  "activeIcon": {
422
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
425
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
423
426
  "type": "string",
424
427
  "artifactType": "FlexChange",
425
428
  "controlType": "sap.m.Button"
@@ -460,6 +463,9 @@
460
463
  {
461
464
  "$ref": "#/definitions/TableColumn"
462
465
  },
466
+ {
467
+ "$ref": "#/definitions/TableColumnAction"
468
+ },
463
469
  {
464
470
  "description": "Custom Columns",
465
471
  "isViewNode": true,
@@ -511,6 +517,59 @@
511
517
  ],
512
518
  "type": "string"
513
519
  },
520
+ "TableColumnAction": {
521
+ "description": "Column Action",
522
+ "isViewNode": true,
523
+ "type": "object",
524
+ "properties": {
525
+ "tooltip": {
526
+ "description": "The text of the button tooltip, preferably as an i18n key.",
527
+ "i18nClassification": "ACT: Text for tooltip of button.",
528
+ "type": "string",
529
+ "artifactType": "FlexChange",
530
+ "controlType": "sap.m.Button"
531
+ },
532
+ "icon": {
533
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
534
+ "type": "string",
535
+ "artifactType": "FlexChange",
536
+ "controlType": "sap.m.Button"
537
+ },
538
+ "activeIcon": {
539
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
540
+ "type": "string",
541
+ "artifactType": "FlexChange",
542
+ "controlType": "sap.m.Button"
543
+ },
544
+ "type": {
545
+ "$ref": "#/definitions/sap.m.ButtonType",
546
+ "description": "Defines the Button type.",
547
+ "artifactType": "FlexChange",
548
+ "controlType": "sap.m.Button"
549
+ },
550
+ "width": {
551
+ "description": "The width property defines the width of the column.",
552
+ "type": "string",
553
+ "artifactType": "FlexChange",
554
+ "controlType": "sap.m.Column"
555
+ },
556
+ "hAlign": {
557
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
558
+ "anyOf": [
559
+ {
560
+ "$ref": "#/definitions/sap.ui.core.TextAlign"
561
+ },
562
+ {
563
+ "type": "string"
564
+ }
565
+ ],
566
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
567
+ "artifactType": "FlexChange",
568
+ "controlType": "sap.m.Column"
569
+ }
570
+ },
571
+ "additionalProperties": false
572
+ },
514
573
  "TableCustomColumn": {
515
574
  "description": "Custom Column",
516
575
  "isViewNode": true,
@@ -1433,6 +1492,57 @@
1433
1492
  }
1434
1493
  ]
1435
1494
  }
1495
+ },
1496
+ "defaultValue": {
1497
+ "description": "You can set a default value for semantic date range.",
1498
+ "type": "object",
1499
+ "properties": {
1500
+ "operation": {
1501
+ "$ref": "#/definitions/DefaultDateRangeValueType",
1502
+ "description": "The operation property is the value that will be set for semantic date range."
1503
+ }
1504
+ },
1505
+ "additionalProperties": false,
1506
+ "required": [
1507
+ "operation"
1508
+ ]
1509
+ }
1510
+ },
1511
+ "additionalProperties": false
1512
+ },
1513
+ "DefaultDateRangeValueType": {
1514
+ "enum": [
1515
+ "DATETOYEAR",
1516
+ "LAST2WEEKS",
1517
+ "LAST3WEEKS",
1518
+ "LAST4WEEKS",
1519
+ "LAST5WEEKS",
1520
+ "LASTMONTH",
1521
+ "LASTQUARTER",
1522
+ "LASTWEEK",
1523
+ "LASTYEAR",
1524
+ "QUARTER1",
1525
+ "QUARTER2",
1526
+ "QUARTER3",
1527
+ "QUARTER4",
1528
+ "THISMONTH",
1529
+ "THISQUARTER",
1530
+ "THISWEEK",
1531
+ "THISYEAR",
1532
+ "TODAY",
1533
+ "TOMORROW",
1534
+ "YEARTODATE",
1535
+ "YESTERDAY"
1536
+ ],
1537
+ "type": "string"
1538
+ },
1539
+ "GenericFooter": {
1540
+ "description": "Footer",
1541
+ "isViewNode": true,
1542
+ "type": "object",
1543
+ "properties": {
1544
+ "actions": {
1545
+ "$ref": "#/definitions/Actions"
1436
1546
  }
1437
1547
  },
1438
1548
  "additionalProperties": false
@@ -51,7 +51,7 @@
51
51
  ]
52
52
  },
53
53
  "footer": {
54
- "$ref": "#/definitions/ObjectPageFooter<GenericFooterActions>"
54
+ "$ref": "#/definitions/ObjectPageFooter<ObjectPageFooterActions>"
55
55
  },
56
56
  "$schema": {
57
57
  "type": "string"
@@ -156,13 +156,13 @@
156
156
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
157
157
  },
158
158
  "icon": {
159
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
159
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
160
160
  "type": "string",
161
161
  "artifactType": "FlexChange",
162
162
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
163
163
  },
164
164
  "activeIcon": {
165
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
165
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
166
166
  "type": "string",
167
167
  "artifactType": "FlexChange",
168
168
  "controlType": "sap.uxap.ObjectPageHeaderActionButton"
@@ -362,13 +362,13 @@
362
362
  "controlType": "sap.m.Button"
363
363
  },
364
364
  "icon": {
365
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
365
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
366
366
  "type": "string",
367
367
  "artifactType": "FlexChange",
368
368
  "controlType": "sap.m.Button"
369
369
  },
370
370
  "activeIcon": {
371
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
371
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
372
372
  "type": "string",
373
373
  "artifactType": "FlexChange",
374
374
  "controlType": "sap.m.Button"
@@ -685,13 +685,13 @@
685
685
  "controlType": "sap.m.Button"
686
686
  },
687
687
  "icon": {
688
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
688
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
689
689
  "type": "string",
690
690
  "artifactType": "FlexChange",
691
691
  "controlType": "sap.m.Button"
692
692
  },
693
693
  "activeIcon": {
694
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
694
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
695
695
  "type": "string",
696
696
  "artifactType": "FlexChange",
697
697
  "controlType": "sap.m.Button"
@@ -712,6 +712,9 @@
712
712
  {
713
713
  "$ref": "#/definitions/TableColumn"
714
714
  },
715
+ {
716
+ "$ref": "#/definitions/TableColumnAction"
717
+ },
715
718
  {
716
719
  "description": "Custom Columns",
717
720
  "isViewNode": true,
@@ -763,6 +766,59 @@
763
766
  ],
764
767
  "type": "string"
765
768
  },
769
+ "TableColumnAction": {
770
+ "description": "Column Action",
771
+ "isViewNode": true,
772
+ "type": "object",
773
+ "properties": {
774
+ "tooltip": {
775
+ "description": "The text of the button tooltip, preferably as an i18n key.",
776
+ "i18nClassification": "ACT: Text for tooltip of button.",
777
+ "type": "string",
778
+ "artifactType": "FlexChange",
779
+ "controlType": "sap.m.Button"
780
+ },
781
+ "icon": {
782
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
783
+ "type": "string",
784
+ "artifactType": "FlexChange",
785
+ "controlType": "sap.m.Button"
786
+ },
787
+ "activeIcon": {
788
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
789
+ "type": "string",
790
+ "artifactType": "FlexChange",
791
+ "controlType": "sap.m.Button"
792
+ },
793
+ "type": {
794
+ "$ref": "#/definitions/sap.m.ButtonType",
795
+ "description": "Defines the Button type.",
796
+ "artifactType": "FlexChange",
797
+ "controlType": "sap.m.Button"
798
+ },
799
+ "width": {
800
+ "description": "The width property defines the width of the column.",
801
+ "type": "string",
802
+ "artifactType": "FlexChange",
803
+ "controlType": "sap.m.Column"
804
+ },
805
+ "hAlign": {
806
+ "pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
807
+ "anyOf": [
808
+ {
809
+ "$ref": "#/definitions/sap.ui.core.TextAlign"
810
+ },
811
+ {
812
+ "type": "string"
813
+ }
814
+ ],
815
+ "description": "The hAlign property defines the horizontal alignment of the column content.",
816
+ "artifactType": "FlexChange",
817
+ "controlType": "sap.m.Column"
818
+ }
819
+ },
820
+ "additionalProperties": false
821
+ },
766
822
  "TableCustomColumn": {
767
823
  "description": "Custom Column",
768
824
  "isViewNode": true,
@@ -1409,28 +1465,47 @@
1409
1465
  "type"
1410
1466
  ]
1411
1467
  },
1412
- "ObjectPageFooter<GenericFooterActions>": {
1468
+ "ObjectPageFooter<ObjectPageFooterActions>": {
1413
1469
  "description": "Footer",
1414
1470
  "isViewNode": true,
1415
1471
  "type": "object",
1416
1472
  "properties": {
1417
1473
  "actions": {
1418
- "$ref": "#/definitions/GenericFooterActions"
1474
+ "$ref": "#/definitions/ObjectPageFooterActions"
1419
1475
  }
1420
1476
  },
1421
1477
  "additionalProperties": false
1422
1478
  },
1423
- "GenericFooterActions": {
1479
+ "ObjectPageFooterActions": {
1424
1480
  "type": "object",
1425
1481
  "additionalProperties": {
1426
- "$ref": "#/definitions/FooterAction"
1482
+ "$ref": "#/definitions/ObjectPageFooterAction"
1427
1483
  }
1428
1484
  },
1429
- "FooterAction": {
1485
+ "ObjectPageFooterAction": {
1430
1486
  "description": "Footer Action",
1431
1487
  "isViewNode": true,
1432
1488
  "type": "object",
1433
1489
  "properties": {
1490
+ "visible": {
1491
+ "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
1492
+ "anyOf": [
1493
+ {
1494
+ "enum": [
1495
+ false,
1496
+ true,
1497
+ "{ui>/editable}",
1498
+ "{= !${ui>/editable}}"
1499
+ ]
1500
+ },
1501
+ {
1502
+ "type": "string"
1503
+ }
1504
+ ],
1505
+ "description": "Whether the button should be visible on the screen.",
1506
+ "artifactType": "FlexChange",
1507
+ "controlType": "sap.m.Button"
1508
+ },
1434
1509
  "tooltip": {
1435
1510
  "description": "The text of the button tooltip, preferably as an i18n key.",
1436
1511
  "i18nClassification": "ACT: Text for tooltip of button.",
@@ -1439,13 +1514,13 @@
1439
1514
  "controlType": "sap.m.Button"
1440
1515
  },
1441
1516
  "icon": {
1442
- "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
1517
+ "description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
1443
1518
  "type": "string",
1444
1519
  "artifactType": "FlexChange",
1445
1520
  "controlType": "sap.m.Button"
1446
1521
  },
1447
1522
  "activeIcon": {
1448
- "description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
1523
+ "description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
1449
1524
  "type": "string",
1450
1525
  "artifactType": "FlexChange",
1451
1526
  "controlType": "sap.m.Button"
@@ -1455,25 +1530,6 @@
1455
1530
  "description": "Defines the Button type.",
1456
1531
  "artifactType": "FlexChange",
1457
1532
  "controlType": "sap.m.Button"
1458
- },
1459
- "visible": {
1460
- "pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
1461
- "anyOf": [
1462
- {
1463
- "enum": [
1464
- false,
1465
- true,
1466
- "{ui>/editable}",
1467
- "{= !${ui>/editable}}"
1468
- ]
1469
- },
1470
- {
1471
- "type": "string"
1472
- }
1473
- ],
1474
- "description": "Whether the button should be visible on the screen.",
1475
- "artifactType": "FlexChange",
1476
- "controlType": "sap.m.Button"
1477
1533
  }
1478
1534
  },
1479
1535
  "additionalProperties": false
@@ -454,10 +454,50 @@
454
454
  }
455
455
  ]
456
456
  }
457
+ },
458
+ "defaultValue": {
459
+ "description": "You can set a default value for semantic date range.",
460
+ "type": "object",
461
+ "properties": {
462
+ "operation": {
463
+ "$ref": "#/definitions/DefaultDateRangeValueType",
464
+ "description": "The operation property is the value that will be set for semantic date range."
465
+ }
466
+ },
467
+ "additionalProperties": false,
468
+ "required": [
469
+ "operation"
470
+ ]
457
471
  }
458
472
  },
459
473
  "additionalProperties": false
460
474
  },
475
+ "DefaultDateRangeValueType": {
476
+ "enum": [
477
+ "DATETOYEAR",
478
+ "LAST2WEEKS",
479
+ "LAST3WEEKS",
480
+ "LAST4WEEKS",
481
+ "LAST5WEEKS",
482
+ "LASTMONTH",
483
+ "LASTQUARTER",
484
+ "LASTWEEK",
485
+ "LASTYEAR",
486
+ "QUARTER1",
487
+ "QUARTER2",
488
+ "QUARTER3",
489
+ "QUARTER4",
490
+ "THISMONTH",
491
+ "THISQUARTER",
492
+ "THISWEEK",
493
+ "THISYEAR",
494
+ "TODAY",
495
+ "TOMORROW",
496
+ "YEARTODATE",
497
+ "YESTERDAY"
498
+ ],
499
+ "type": "string"
500
+ },
461
501
  "CustomCard": {
462
502
  "description": "Custom Card",
463
503
  "isViewNode": true,