@sap/ux-specification 1.124.17 → 1.124.19

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 (499) hide show
  1. package/CHANGELOG.md +54 -11
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/runDocu-min.js.map +2 -2
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +86 -86
  15. package/dist/index-min.js.map +4 -4
  16. package/dist/schemas/v2/ApplicationV2.json +2 -1
  17. package/dist/schemas/v4/ApplicationV4.json +6 -1
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +782 -2049
  19. package/dist/specification/package.json +6 -6
  20. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts +21 -0
  21. package/dist/specification/scripts/documentation/components/TreeDiagram.d.ts.map +1 -1
  22. package/dist/specification/scripts/documentation/components/TreeDiagram.js +21 -0
  23. package/dist/specification/scripts/documentation/components/TreeDiagram.js.map +1 -1
  24. package/dist/specification/scripts/documentation/components/filter.d.ts +7 -0
  25. package/dist/specification/scripts/documentation/components/filter.d.ts.map +1 -1
  26. package/dist/specification/scripts/documentation/components/filter.js +30 -0
  27. package/dist/specification/scripts/documentation/components/filter.js.map +1 -1
  28. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts +70 -0
  29. package/dist/specification/scripts/documentation/components/ui/TreeUI.d.ts.map +1 -1
  30. package/dist/specification/scripts/documentation/components/ui/TreeUI.js +70 -3
  31. package/dist/specification/scripts/documentation/components/ui/TreeUI.js.map +1 -1
  32. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts +17 -0
  33. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.d.ts.map +1 -1
  34. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js +23 -0
  35. package/dist/specification/scripts/documentation/components/ui/keyboardNavigation.js.map +1 -1
  36. package/dist/specification/scripts/documentation/components/ui/search.d.ts +12 -0
  37. package/dist/specification/scripts/documentation/components/ui/search.d.ts.map +1 -1
  38. package/dist/specification/scripts/documentation/components/ui/search.js +78 -8
  39. package/dist/specification/scripts/documentation/components/ui/search.js.map +1 -1
  40. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts +21 -0
  41. package/dist/specification/scripts/documentation/components/ui/toggle.d.ts.map +1 -1
  42. package/dist/specification/scripts/documentation/components/ui/toggle.js +23 -6
  43. package/dist/specification/scripts/documentation/components/ui/toggle.js.map +1 -1
  44. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts +24 -0
  45. package/dist/specification/scripts/documentation/components/ui/tooltip.d.ts.map +1 -1
  46. package/dist/specification/scripts/documentation/components/ui/tooltip.js +24 -3
  47. package/dist/specification/scripts/documentation/components/ui/tooltip.js.map +1 -1
  48. package/dist/specification/scripts/documentation/components/ui/utils.d.ts +36 -0
  49. package/dist/specification/scripts/documentation/components/ui/utils.d.ts.map +1 -1
  50. package/dist/specification/scripts/documentation/components/ui/utils.js +36 -4
  51. package/dist/specification/scripts/documentation/components/ui/utils.js.map +1 -1
  52. package/dist/specification/scripts/extractDocu.js +51 -7
  53. package/dist/specification/scripts/extractDocu.js.map +1 -1
  54. package/dist/specification/scripts/macros/api.d.ts +4 -1
  55. package/dist/specification/scripts/macros/api.d.ts.map +1 -1
  56. package/dist/specification/scripts/macros/api.js +9 -1
  57. package/dist/specification/scripts/macros/api.js.map +1 -1
  58. package/dist/specification/scripts/macros/cmd.d.ts +1 -0
  59. package/dist/specification/scripts/macros/cmd.d.ts.map +1 -1
  60. package/dist/specification/scripts/macros/cmd.js +1 -0
  61. package/dist/specification/scripts/macros/cmd.js.map +1 -1
  62. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  63. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  64. package/dist/specification/scripts/macros/corrections.js +5 -0
  65. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  66. package/dist/specification/scripts/macros/i18n.d.ts +1 -0
  67. package/dist/specification/scripts/macros/i18n.d.ts.map +1 -1
  68. package/dist/specification/scripts/macros/i18n.js +1 -0
  69. package/dist/specification/scripts/macros/i18n.js.map +1 -1
  70. package/dist/specification/scripts/macros/schema.d.ts +1 -0
  71. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  72. package/dist/specification/scripts/macros/schema.js +18 -5
  73. package/dist/specification/scripts/macros/schema.js.map +1 -1
  74. package/dist/specification/scripts/schema/to-json-schema.d.ts +9 -5
  75. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  76. package/dist/specification/scripts/schema/to-json-schema.js +32 -5
  77. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  78. package/dist/specification/scripts/spec.js +19 -9
  79. package/dist/specification/scripts/spec.js.map +1 -1
  80. package/dist/specification/src/api.d.ts +20 -12
  81. package/dist/specification/src/api.d.ts.map +1 -1
  82. package/dist/specification/src/api.js +22 -14
  83. package/dist/specification/src/api.js.map +1 -1
  84. package/dist/specification/src/extensionLogger.d.ts +3 -2
  85. package/dist/specification/src/extensionLogger.d.ts.map +1 -1
  86. package/dist/specification/src/extensionLogger.js +3 -2
  87. package/dist/specification/src/extensionLogger.js.map +1 -1
  88. package/dist/specification/src/i18n/i18n.d.ts +5 -0
  89. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  90. package/dist/specification/src/i18n/i18n.js +5 -0
  91. package/dist/specification/src/i18n/i18n.js.map +1 -1
  92. package/dist/specification/src/project.d.ts +3 -1
  93. package/dist/specification/src/project.d.ts.map +1 -1
  94. package/dist/specification/src/project.js +3 -1
  95. package/dist/specification/src/project.js.map +1 -1
  96. package/dist/specification/src/specification/schemaAccess.d.ts +6 -2
  97. package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
  98. package/dist/specification/src/specification/schemaAccess.js +10 -4
  99. package/dist/specification/src/specification/schemaAccess.js.map +1 -1
  100. package/dist/specification/src/sync/common/appProvider.d.ts +17 -6
  101. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  102. package/dist/specification/src/sync/common/appProvider.js +33 -17
  103. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  104. package/dist/specification/src/sync/common/decoration/control.d.ts +26 -10
  105. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  106. package/dist/specification/src/sync/common/decoration/control.js +32 -13
  107. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  108. package/dist/specification/src/sync/common/decoration/decorators.d.ts +14 -0
  109. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  110. package/dist/specification/src/sync/common/decoration/decorators.js +14 -0
  111. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  112. package/dist/specification/src/sync/common/decoration/factory.d.ts +12 -3
  113. package/dist/specification/src/sync/common/decoration/factory.d.ts.map +1 -1
  114. package/dist/specification/src/sync/common/decoration/factory.js +6 -3
  115. package/dist/specification/src/sync/common/decoration/factory.js.map +1 -1
  116. package/dist/specification/src/sync/common/decoration/flex.d.ts +7 -0
  117. package/dist/specification/src/sync/common/decoration/flex.d.ts.map +1 -1
  118. package/dist/specification/src/sync/common/decoration/flex.js +7 -0
  119. package/dist/specification/src/sync/common/decoration/flex.js.map +1 -1
  120. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +13 -3
  121. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  122. package/dist/specification/src/sync/common/distTagEvaluator.js +13 -3
  123. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  124. package/dist/specification/src/sync/common/dist_tag.json +12 -7
  125. package/dist/specification/src/sync/common/flexUtils.d.ts +11 -10
  126. package/dist/specification/src/sync/common/flexUtils.d.ts.map +1 -1
  127. package/dist/specification/src/sync/common/flexUtils.js +11 -10
  128. package/dist/specification/src/sync/common/flexUtils.js.map +1 -1
  129. package/dist/specification/src/sync/common/generate/objectPage.d.ts +27 -18
  130. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  131. package/dist/specification/src/sync/common/generate/objectPage.js +54 -33
  132. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  133. package/dist/specification/src/sync/common/generate/utils.d.ts +65 -37
  134. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  135. package/dist/specification/src/sync/common/generate/utils.js +67 -37
  136. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  137. package/dist/specification/src/sync/common/import/utils.d.ts +9 -3
  138. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  139. package/dist/specification/src/sync/common/import/utils.js +9 -3
  140. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  141. package/dist/specification/src/sync/common/importProject.d.ts +17 -6
  142. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  143. package/dist/specification/src/sync/common/importProject.js +60 -30
  144. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  145. package/dist/specification/src/sync/common/utils.d.ts +129 -53
  146. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  147. package/dist/specification/src/sync/common/utils.js +235 -94
  148. package/dist/specification/src/sync/common/utils.js.map +1 -1
  149. package/dist/specification/src/sync/i18n.d.ts +5 -0
  150. package/dist/specification/src/sync/i18n.d.ts.map +1 -1
  151. package/dist/specification/src/sync/i18n.js +5 -0
  152. package/dist/specification/src/sync/i18n.js.map +1 -1
  153. package/dist/specification/src/sync/v2/export/controls/Action.d.ts +3 -3
  154. package/dist/specification/src/sync/v2/export/controls/Action.js +15 -15
  155. package/dist/specification/src/sync/v2/export/controls/Card.d.ts +14 -0
  156. package/dist/specification/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  157. package/dist/specification/src/sync/v2/export/controls/Card.js +20 -0
  158. package/dist/specification/src/sync/v2/export/controls/Card.js.map +1 -1
  159. package/dist/specification/src/sync/v2/export/controls/Field.js +5 -5
  160. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts +13 -0
  161. package/dist/specification/src/sync/v2/export/controls/FilterBar.d.ts.map +1 -1
  162. package/dist/specification/src/sync/v2/export/controls/FilterBar.js +21 -0
  163. package/dist/specification/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  164. package/dist/specification/src/sync/v2/export/controls/FormAction.js +4 -4
  165. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +10 -5
  166. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v2/export/controls/Fragment.js +62 -25
  168. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  169. package/dist/specification/src/sync/v2/export/controls/ObjectPageFooterAction.js +6 -6
  170. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderAction.js +6 -6
  171. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  172. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js +20 -16
  173. package/dist/specification/src/sync/v2/export/controls/ObjectPageHeaderSection.js.map +1 -1
  174. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.d.ts.map +1 -1
  175. package/dist/specification/src/sync/v2/export/controls/ObjectPageSection.js.map +1 -1
  176. package/dist/specification/src/sync/v2/export/controls/ObjectPageToolBarAction.js +6 -6
  177. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +24 -0
  178. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  179. package/dist/specification/src/sync/v2/export/controls/Table.js +48 -3
  180. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  181. package/dist/specification/src/sync/v2/export/controls/TableColumn.js +10 -10
  182. package/dist/specification/src/sync/v2/export/export.d.ts +7 -3
  183. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  184. package/dist/specification/src/sync/v2/export/export.js +133 -44
  185. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  186. package/dist/specification/src/sync/v2/export/exportPage.d.ts +18 -10
  187. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  188. package/dist/specification/src/sync/v2/export/exportPage.js +34 -20
  189. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  190. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +6 -3
  191. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  192. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +27 -17
  193. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  194. package/dist/specification/src/sync/v2/export/manifest.d.ts +5 -2
  195. package/dist/specification/src/sync/v2/export/manifest.d.ts.map +1 -1
  196. package/dist/specification/src/sync/v2/export/manifest.js +30 -6
  197. package/dist/specification/src/sync/v2/export/manifest.js.map +1 -1
  198. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts +21 -0
  199. package/dist/specification/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  200. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js +36 -2
  201. package/dist/specification/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  202. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +25 -15
  203. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  204. package/dist/specification/src/sync/v2/export/view-controller-generator.js +27 -16
  205. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  206. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts +2 -0
  207. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  208. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +8 -1
  209. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  210. package/dist/specification/src/sync/v2/generate/generate.d.ts +5 -9
  211. package/dist/specification/src/sync/v2/generate/generate.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v2/generate/generate.js +9 -12
  213. package/dist/specification/src/sync/v2/generate/generate.js.map +1 -1
  214. package/dist/specification/src/sync/v2/generate/listReport.d.ts +4 -2
  215. package/dist/specification/src/sync/v2/generate/listReport.d.ts.map +1 -1
  216. package/dist/specification/src/sync/v2/generate/listReport.js +26 -8
  217. package/dist/specification/src/sync/v2/generate/listReport.js.map +1 -1
  218. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +118 -0
  219. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -0
  220. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +151 -0
  221. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -0
  222. package/dist/specification/src/sync/v2/generate/objectPage.d.ts +2 -2
  223. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  224. package/dist/specification/src/sync/v2/generate/objectPage.js +75 -43
  225. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  226. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts +2 -2
  227. package/dist/specification/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  228. package/dist/specification/src/sync/v2/generate/overviewPage.js +2 -2
  229. package/dist/specification/src/sync/v2/generate/overviewPage.js.map +1 -1
  230. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  231. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +8 -8
  232. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  233. package/dist/specification/src/sync/v2/generate/utils.d.ts +47 -36
  234. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  235. package/dist/specification/src/sync/v2/generate/utils.js +92 -71
  236. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  237. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +7 -0
  238. package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  239. package/dist/specification/src/sync/v2/import/app/appProvider.js +20 -4
  240. package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
  241. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts +4 -0
  242. package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
  243. package/dist/specification/src/sync/v2/import/app/ovpProvider.js +4 -0
  244. package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
  245. package/dist/specification/src/sync/v2/import/common/index.d.ts +28 -15
  246. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  247. package/dist/specification/src/sync/v2/import/common/index.js +91 -35
  248. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  249. package/dist/specification/src/sync/v2/import/controls/table.d.ts +6 -2
  250. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  251. package/dist/specification/src/sync/v2/import/controls/table.js +6 -2
  252. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  253. package/dist/specification/src/sync/v2/import/importPage.d.ts +3 -2
  254. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  255. package/dist/specification/src/sync/v2/import/importPage.js +4 -5
  256. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  257. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -3
  258. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +9 -10
  260. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  261. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +8 -7
  262. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  263. package/dist/specification/src/sync/v2/import/pages/listReport.js +28 -24
  264. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  265. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts +3 -3
  266. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  267. package/dist/specification/src/sync/v2/import/pages/objectPage.js +107 -76
  268. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  269. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
  270. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  271. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +27 -12
  272. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  273. package/dist/specification/src/sync/v2/import/utils.d.ts +18 -9
  274. package/dist/specification/src/sync/v2/import/utils.d.ts.map +1 -1
  275. package/dist/specification/src/sync/v2/import/utils.js +27 -15
  276. package/dist/specification/src/sync/v2/import/utils.js.map +1 -1
  277. package/dist/specification/src/sync/v2/utils.d.ts +26 -1
  278. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  279. package/dist/specification/src/sync/v2/utils.js +47 -1
  280. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  281. package/dist/specification/src/sync/v4/application.d.ts +7 -5
  282. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  283. package/dist/specification/src/sync/v4/application.js +7 -5
  284. package/dist/specification/src/sync/v4/application.js.map +1 -1
  285. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  286. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +8 -0
  287. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  288. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.d.ts.map +1 -1
  289. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooter.js.map +1 -1
  290. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts.map +1 -1
  291. package/dist/specification/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  292. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +14 -9
  293. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  294. package/dist/specification/src/sync/v4/export/controls/Table.js +44 -17
  295. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  296. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  297. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  298. package/dist/specification/src/sync/v4/export/export.d.ts +6 -4
  299. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  300. package/dist/specification/src/sync/v4/export/export.js +136 -58
  301. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  302. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts +6 -4
  303. package/dist/specification/src/sync/v4/export/exportCustomColumn.d.ts.map +1 -1
  304. package/dist/specification/src/sync/v4/export/exportCustomColumn.js +6 -4
  305. package/dist/specification/src/sync/v4/export/exportCustomColumn.js.map +1 -1
  306. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts +3 -2
  307. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
  308. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +13 -9
  309. package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
  310. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +6 -4
  311. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  312. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +9 -4
  313. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  314. package/dist/specification/src/sync/v4/export/manifest.d.ts +6 -2
  315. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  316. package/dist/specification/src/sync/v4/export/manifest.js +46 -17
  317. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  318. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  319. package/dist/specification/src/sync/v4/export/pages/ListReport.js +4 -3
  320. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  321. package/dist/specification/src/sync/v4/export/utils.d.ts +6 -4
  322. package/dist/specification/src/sync/v4/export/utils.d.ts.map +1 -1
  323. package/dist/specification/src/sync/v4/export/utils.js +6 -4
  324. package/dist/specification/src/sync/v4/export/utils.js.map +1 -1
  325. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  326. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +4 -0
  327. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  328. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts +5 -3
  329. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  330. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +14 -5
  331. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  332. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts +1 -0
  333. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  334. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +18 -0
  335. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  336. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts +1 -1
  337. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -1
  338. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js +2 -1
  339. package/dist/specification/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -1
  340. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts +2 -0
  341. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  342. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +2 -0
  343. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  344. package/dist/specification/src/sync/v4/generate/freestylePage.d.ts +2 -2
  345. package/dist/specification/src/sync/v4/generate/freestylePage.js +2 -2
  346. package/dist/specification/src/sync/v4/generate/generate.d.ts +13 -11
  347. package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
  348. package/dist/specification/src/sync/v4/generate/generate.js +13 -11
  349. package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
  350. package/dist/specification/src/sync/v4/generate/listReport.d.ts +10 -7
  351. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  352. package/dist/specification/src/sync/v4/generate/listReport.js +124 -78
  353. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  354. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -1
  355. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  356. package/dist/specification/src/sync/v4/generate/objectPage.js +210 -162
  357. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  358. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts +18 -4
  359. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  360. package/dist/specification/src/sync/v4/import/app/appProvider.js +56 -24
  361. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  362. package/dist/specification/src/sync/v4/import/fragment.d.ts +29 -4
  363. package/dist/specification/src/sync/v4/import/fragment.d.ts.map +1 -1
  364. package/dist/specification/src/sync/v4/import/fragment.js +46 -7
  365. package/dist/specification/src/sync/v4/import/fragment.js.map +1 -1
  366. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts +3 -2
  367. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  368. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +7 -2
  369. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  370. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts +12 -10
  371. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  372. package/dist/specification/src/sync/v4/import/pages/listReport.js +70 -46
  373. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  374. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts +7 -6
  375. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  376. package/dist/specification/src/sync/v4/import/pages/objectPage.js +52 -39
  377. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  378. package/dist/specification/src/sync/v4/import/utils.d.ts +4 -2
  379. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  380. package/dist/specification/src/sync/v4/import/utils.js +4 -2
  381. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  382. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.d.ts.map +1 -1
  383. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js +5 -2
  384. package/dist/specification/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  385. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts +12 -0
  386. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  387. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +18 -0
  388. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  389. package/dist/specification/src/sync/v4/utils/macros.d.ts +4 -0
  390. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  391. package/dist/specification/src/sync/v4/utils/macros.js +17 -1
  392. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  393. package/dist/specification/src/sync/v4/utils/utils.d.ts +38 -20
  394. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  395. package/dist/specification/src/sync/v4/utils/utils.js +95 -50
  396. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  397. package/dist/types/src/apiTypes.d.ts +13 -0
  398. package/dist/types/src/apiTypes.d.ts.map +1 -1
  399. package/dist/types/src/apiTypes.js +18 -1
  400. package/dist/types/src/apiTypes.js.map +1 -1
  401. package/dist/types/src/common/Application.d.ts +6 -0
  402. package/dist/types/src/common/Application.d.ts.map +1 -1
  403. package/dist/types/src/common/Application.js +4 -0
  404. package/dist/types/src/common/Application.js.map +1 -1
  405. package/dist/types/src/common/types.d.ts +51 -2
  406. package/dist/types/src/common/types.d.ts.map +1 -1
  407. package/dist/types/src/common/types.js +2 -1
  408. package/dist/types/src/common/types.js.map +1 -1
  409. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts +3 -2
  410. package/dist/types/src/common/webapp/manifest/sapUi5.d.ts.map +1 -1
  411. package/dist/types/src/common/webapp/manifest/sapUi5.js +3 -2
  412. package/dist/types/src/common/webapp/manifest/sapUi5.js.map +1 -1
  413. package/dist/types/src/v2/application.d.ts +1 -1
  414. package/dist/types/src/v2/controls/Action.d.ts +12 -0
  415. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  416. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts +1 -0
  417. package/dist/types/src/v2/controls/AnalyticalListPageChart.d.ts.map +1 -1
  418. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +1 -0
  419. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts.map +1 -1
  420. package/dist/types/src/v2/controls/Card.d.ts +13 -0
  421. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  422. package/dist/types/src/v2/controls/Card.js.map +1 -1
  423. package/dist/types/src/v2/controls/Field.d.ts +1 -0
  424. package/dist/types/src/v2/controls/Field.d.ts.map +1 -1
  425. package/dist/types/src/v2/controls/FilterBar.d.ts +6 -0
  426. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  427. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  428. package/dist/types/src/v2/controls/Header.d.ts +1 -0
  429. package/dist/types/src/v2/controls/Header.d.ts.map +1 -1
  430. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +1 -0
  431. package/dist/types/src/v2/controls/ObjectPageChart.d.ts.map +1 -1
  432. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts +2 -0
  433. package/dist/types/src/v2/controls/ObjectPageFooter.d.ts.map +1 -1
  434. package/dist/types/src/v2/controls/ObjectPageForm.d.ts +1 -0
  435. package/dist/types/src/v2/controls/ObjectPageForm.d.ts.map +1 -1
  436. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +1 -0
  437. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts.map +1 -1
  438. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts +3 -0
  439. package/dist/types/src/v2/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  440. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +1 -0
  441. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts.map +1 -1
  442. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +13 -0
  443. package/dist/types/src/v2/controls/ObjectPageSection.d.ts.map +1 -1
  444. package/dist/types/src/v2/controls/ObjectPageSection.js.map +1 -1
  445. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +6 -0
  446. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  447. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts +2 -0
  448. package/dist/types/src/v2/controls/ObjectPageToolBar.d.ts.map +1 -1
  449. package/dist/types/src/v2/controls/Table.d.ts +28 -0
  450. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  451. package/dist/types/src/v2/controls/Table.js.map +1 -1
  452. package/dist/types/src/v2/controls/ToolBar.d.ts +1 -0
  453. package/dist/types/src/v2/controls/ToolBar.d.ts.map +1 -1
  454. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts +1 -0
  455. package/dist/types/src/v2/pages/AnalyticalListPageConfigV2.d.ts.map +1 -1
  456. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +4 -0
  457. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts.map +1 -1
  458. package/dist/types/src/v4/application.d.ts +1 -1
  459. package/dist/types/src/v4/controls/CustomAction.d.ts +10 -0
  460. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  461. package/dist/types/src/v4/controls/FilterBar.d.ts +11 -0
  462. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  463. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  464. package/dist/types/src/v4/controls/Header.d.ts +1 -0
  465. package/dist/types/src/v4/controls/Header.d.ts.map +1 -1
  466. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -0
  467. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
  468. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -0
  469. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  470. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +2 -0
  471. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  472. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +6 -0
  473. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts.map +1 -1
  474. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -0
  475. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  476. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +17 -0
  477. package/dist/types/src/v4/controls/ObjectPageSection.d.ts.map +1 -1
  478. package/dist/types/src/v4/controls/ObjectPageSection.js.map +1 -1
  479. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +9 -0
  480. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  481. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  482. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +4 -0
  483. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  484. package/dist/types/src/v4/controls/Table.d.ts +16 -0
  485. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  486. package/dist/types/src/v4/controls/ToolBar.d.ts +9 -0
  487. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  488. package/dist/types/src/v4/page.d.ts +4 -0
  489. package/dist/types/src/v4/page.d.ts.map +1 -1
  490. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +22 -0
  491. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  492. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +3 -0
  493. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts.map +1 -1
  494. package/dist/types/src/v4/webapp/manifest/sapUi5.js.map +1 -1
  495. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts +1 -1
  496. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.d.ts.map +1 -1
  497. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js +2 -2
  498. package/dist/types/src/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  499. package/package.json +7 -7
@@ -10,8 +10,7 @@
10
10
  "sap.fe.macros.microchart",
11
11
  "sap.fe.macros.richtexteditor",
12
12
  "sap.fe.macros.share",
13
- "sap.fe.macros.table",
14
- "sap.fe.macros.controls.section"
13
+ "sap.fe.macros.table"
15
14
  ]
16
15
  },
17
16
  "properties": {
@@ -26,81 +25,98 @@
26
25
  },
27
26
  "additionalProperties": false,
28
27
  "definitions": {
29
- "sap.fe.macros.Chart": {
30
- "description": "Building block used to create a chart based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macros:Chart id=\"MyChart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
28
+ "sap.fe.macros.CollectionBindingInfo": {
29
+ "description": "API to add parameters to the collection binding infos.",
31
30
  "isViewNode": true,
32
31
  "type": "object",
33
32
  "properties": {
34
- "contextPath": {
33
+ "id": {
35
34
  "type": "string",
36
- "description": "Metadata path to the entitySet or navigationProperty",
35
+ "description": "Unique id of control",
37
36
  "artifactType": "XMLProperty",
38
37
  "metadata": {
39
38
  "type": "Property"
40
39
  }
41
- },
42
- "filterBar": {
40
+ }
41
+ },
42
+ "additionalProperties": false,
43
+ "metadata": {
44
+ "path": [],
45
+ "type": "Control"
46
+ }
47
+ },
48
+ "sap.fe.macros.MacroAPI": {
49
+ "description": "Base API control for building blocks.",
50
+ "isViewNode": true,
51
+ "type": "object",
52
+ "properties": {
53
+ "contextPath": {
43
54
  "type": "string",
44
- "description": "Id of the FilterBar building block associated with the chart.",
55
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
45
56
  "artifactType": "XMLProperty",
46
57
  "metadata": {
47
58
  "type": "Property"
48
59
  }
49
60
  },
50
- "header": {
61
+ "metaPath": {
51
62
  "type": "string",
52
- "description": "Specifies the header text that is shown in the chart",
63
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
53
64
  "artifactType": "XMLProperty",
54
65
  "metadata": {
55
66
  "type": "Property"
56
- },
57
- "i18nClassification": "HED: Header of the chart"
67
+ }
58
68
  },
59
- "headerVisible": {
60
- "type": "boolean",
61
- "description": "Controls if the header text should be shown or not",
69
+ "id": {
70
+ "type": "string",
71
+ "description": "Unique id of control",
62
72
  "artifactType": "XMLProperty",
63
73
  "metadata": {
64
74
  "type": "Property"
65
75
  }
66
- },
67
- "metaPath": {
68
- "type": "string",
69
- "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
76
+ }
77
+ },
78
+ "additionalProperties": false,
79
+ "metadata": {
80
+ "path": [],
81
+ "type": "Control"
82
+ }
83
+ },
84
+ "sap.fe.macros.RichTextEditor": {
85
+ "description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
86
+ "isViewNode": true,
87
+ "type": "object",
88
+ "properties": {
89
+ "excludeDefaultPlugins": {
90
+ "type": "boolean",
91
+ "description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
70
92
  "artifactType": "XMLProperty",
71
93
  "metadata": {
72
94
  "type": "Property"
73
95
  }
74
96
  },
75
- "personalization": {
76
- "type": "string",
77
- "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Type\n- Item\n- Filter\n",
97
+ "readOnly": {
98
+ "type": "boolean",
99
+ "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
78
100
  "artifactType": "XMLProperty",
79
101
  "metadata": {
80
102
  "type": "Property"
81
103
  }
82
104
  },
83
- "selectionMode": {
84
- "type": "string",
85
- "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
105
+ "required": {
106
+ "type": "any",
107
+ "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
86
108
  "artifactType": "XMLProperty",
87
109
  "metadata": {
88
110
  "type": "Property"
89
- },
90
- "enum": [
91
- "None",
92
- "Single",
93
- "Multiple"
94
- ]
111
+ }
95
112
  },
96
- "variantManagement": {
97
- "type": "string",
98
- "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
113
+ "value": {
114
+ "type": "any",
115
+ "description": "The value contained in the editor. You can use this attribute to set a default value.",
99
116
  "artifactType": "XMLProperty",
100
117
  "metadata": {
101
118
  "type": "Property"
102
- },
103
- "const": "Control"
119
+ }
104
120
  },
105
121
  "id": {
106
122
  "type": "string",
@@ -110,10 +126,10 @@
110
126
  "type": "Property"
111
127
  }
112
128
  },
113
- "actions": {
129
+ "buttonGroups": {
114
130
  "type": "object",
115
131
  "additionalProperties": {
116
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
132
+ "$ref": "#/definitions/sap.fe.macros.richtexteditor.ButtonGroup"
117
133
  },
118
134
  "isViewNode": true,
119
135
  "metadata": {
@@ -121,12 +137,15 @@
121
137
  "type": "Aggregation"
122
138
  }
123
139
  },
124
- "selectionChange": {
125
- "type": "string",
126
- "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
127
- "artifactType": "XMLProperty",
140
+ "plugins": {
141
+ "type": "object",
142
+ "additionalProperties": {
143
+ "$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
144
+ },
145
+ "isViewNode": true,
128
146
  "metadata": {
129
- "type": "Event"
147
+ "path": [],
148
+ "type": "Aggregation"
130
149
  }
131
150
  }
132
151
  },
@@ -136,78 +155,71 @@
136
155
  "type": "Control"
137
156
  }
138
157
  },
139
- "sap.fe.macros.CollectionBindingInfo": {
140
- "description": "API to add parameters to the collection binding infos.",
158
+ "sap.fe.macros.chart.Action": {
159
+ "description": "Definition of a custom action to be used in the chart toolbar",
141
160
  "isViewNode": true,
142
161
  "type": "object",
143
162
  "properties": {
144
- "id": {
163
+ "anchor": {
145
164
  "type": "string",
146
- "description": "Unique id of control",
165
+ "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
147
166
  "artifactType": "XMLProperty",
148
167
  "metadata": {
149
168
  "type": "Property"
150
169
  }
151
- }
152
- },
153
- "additionalProperties": false,
154
- "metadata": {
155
- "path": [],
156
- "type": "Control"
157
- }
158
- },
159
- "sap.fe.macros.Field": {
160
- "description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macros:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\nOverview of Building Blocks\n",
161
- "isViewNode": true,
162
- "type": "object",
163
- "properties": {
164
- "contextPath": {
165
- "type": "string",
166
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
170
+ },
171
+ "enabled": {
172
+ "type": "boolean",
173
+ "description": "Enables or disables the action",
167
174
  "artifactType": "XMLProperty",
168
175
  "metadata": {
169
176
  "type": "Property"
170
177
  }
171
178
  },
172
- "description": {
179
+ "key": {
173
180
  "type": "string",
174
- "description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis should be used in conjunction with the value property.",
181
+ "description": "Unique identifier of the action",
175
182
  "artifactType": "XMLProperty",
176
183
  "metadata": {
177
184
  "type": "Property"
178
185
  }
179
186
  },
180
- "metaPath": {
187
+ "placement": {
181
188
  "type": "string",
182
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
189
+ "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
183
190
  "artifactType": "XMLProperty",
184
191
  "metadata": {
185
192
  "type": "Property"
186
- }
193
+ },
194
+ "enum": [
195
+ "After",
196
+ "Before"
197
+ ]
187
198
  },
188
- "readOnly": {
189
- "type": "boolean",
190
- "description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
199
+ "press": {
200
+ "type": "string",
201
+ "description": "Event handler to be called when the user chooses the action",
191
202
  "artifactType": "XMLProperty",
192
203
  "metadata": {
193
204
  "type": "Property"
194
205
  }
195
206
  },
196
- "semanticObject": {
197
- "type": "string",
198
- "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
207
+ "requiresSelection": {
208
+ "type": "boolean",
209
+ "description": "Defines if the action requires a selection.",
199
210
  "artifactType": "XMLProperty",
200
211
  "metadata": {
201
212
  "type": "Property"
202
213
  }
203
214
  },
204
- "value": {
215
+ "text": {
205
216
  "type": "string",
206
- "description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
217
+ "description": "The text that will be displayed for this action",
207
218
  "artifactType": "XMLProperty",
208
219
  "metadata": {
209
220
  "type": "Property"
210
- }
221
+ },
222
+ "i18nClassification": "BUT: Text of the action button"
211
223
  },
212
224
  "id": {
213
225
  "type": "string",
@@ -216,33 +228,6 @@
216
228
  "metadata": {
217
229
  "type": "Property"
218
230
  }
219
- },
220
- "formatOptions": {
221
- "type": "object",
222
- "additionalProperties": {
223
- "$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
224
- },
225
- "isViewNode": true,
226
- "metadata": {
227
- "path": [],
228
- "type": "Aggregation"
229
- }
230
- },
231
- "change": {
232
- "type": "string",
233
- "description": "An event containing details is triggered when the value of the field is changed.",
234
- "artifactType": "XMLProperty",
235
- "metadata": {
236
- "type": "Event"
237
- }
238
- },
239
- "liveChange": {
240
- "type": "string",
241
- "description": "An event containing details is triggered when the value of the field is live changed.",
242
- "artifactType": "XMLProperty",
243
- "metadata": {
244
- "type": "Event"
245
- }
246
231
  }
247
232
  },
248
233
  "additionalProperties": false,
@@ -251,60 +236,47 @@
251
236
  "type": "Control"
252
237
  }
253
238
  },
254
- "sap.fe.macros.KPITag": {
255
- "description": "Building block used to create a KPI tag.",
239
+ "sap.fe.macros.chart.ActionGroup": {
240
+ "description": "Definition of a custom action group to be used inside the chart toolbar",
256
241
  "isViewNode": true,
257
242
  "type": "object",
258
243
  "properties": {
259
- "number": {
260
- "type": "any",
261
- "description": "The Number to be displayed.",
262
- "artifactType": "XMLProperty",
263
- "metadata": {
264
- "type": "Property"
265
- }
266
- },
267
- "showIcon": {
268
- "type": "boolean",
269
- "description": "Set it to `true` if the KPI should display its status icon.",
244
+ "anchor": {
245
+ "type": "string",
246
+ "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
270
247
  "artifactType": "XMLProperty",
271
248
  "metadata": {
272
249
  "type": "Property"
273
250
  }
274
251
  },
275
- "status": {
276
- "type": "any",
277
- "description": "The Status to be displayed.",
252
+ "key": {
253
+ "type": "string",
254
+ "description": "Unique identifier of the action",
278
255
  "artifactType": "XMLProperty",
279
256
  "metadata": {
280
257
  "type": "Property"
281
258
  }
282
259
  },
283
- "text": {
284
- "type": "any",
285
- "description": "The Text to be displayed.",
260
+ "placement": {
261
+ "type": "string",
262
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
286
263
  "artifactType": "XMLProperty",
287
264
  "metadata": {
288
265
  "type": "Property"
289
266
  },
290
- "i18nClassification": "TXT: Text of the KPITag"
267
+ "enum": [
268
+ "After",
269
+ "Before"
270
+ ]
291
271
  },
292
- "tooltip": {
293
- "type": "any",
294
- "description": "The Tooltip to be displayed.",
272
+ "text": {
273
+ "type": "string",
274
+ "description": "The text that will be displayed for this action group",
295
275
  "artifactType": "XMLProperty",
296
276
  "metadata": {
297
277
  "type": "Property"
298
278
  },
299
- "i18nClassification": "CAP: Tooltip of the KPITag"
300
- },
301
- "unit": {
302
- "type": "any",
303
- "description": "The Unit of Measure of the number to be displayed.",
304
- "artifactType": "XMLProperty",
305
- "metadata": {
306
- "type": "Property"
307
- }
279
+ "i18nClassification": "BUT: Text of the action group button"
308
280
  },
309
281
  "id": {
310
282
  "type": "string",
@@ -314,12 +286,15 @@
314
286
  "type": "Property"
315
287
  }
316
288
  },
317
- "press": {
318
- "type": "string",
319
- "description": "An event is triggered when the KPI is pressed.",
320
- "artifactType": "XMLProperty",
289
+ "actions": {
290
+ "type": "object",
291
+ "additionalProperties": {
292
+ "$ref": "#/definitions/sap.fe.macros.chart.Action"
293
+ },
294
+ "isViewNode": true,
321
295
  "metadata": {
322
- "type": "Event"
296
+ "path": [],
297
+ "type": "Aggregation"
323
298
  }
324
299
  }
325
300
  },
@@ -329,78 +304,80 @@
329
304
  "type": "Control"
330
305
  }
331
306
  },
332
- "sap.fe.macros.MacroAPI": {
333
- "description": "Base API control for building blocks.",
307
+ "sap.fe.macros.chart.Chart": {
308
+ "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/chart/Chart\"], function(Chart) {\n\t ...\n\t new Chart(\"myChart\", {metaPath:\"MyChart\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Chart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
334
309
  "isViewNode": true,
335
310
  "type": "object",
336
311
  "properties": {
337
312
  "contextPath": {
338
313
  "type": "string",
339
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
314
+ "description": "Metadata path to the entitySet or navigationProperty",
340
315
  "artifactType": "XMLProperty",
341
316
  "metadata": {
342
317
  "type": "Property"
343
318
  }
344
319
  },
345
- "metaPath": {
320
+ "filterBar": {
346
321
  "type": "string",
347
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
322
+ "description": "Id of the FilterBar building block associated with the chart.",
348
323
  "artifactType": "XMLProperty",
349
324
  "metadata": {
350
325
  "type": "Property"
351
326
  }
352
327
  },
353
- "id": {
328
+ "header": {
354
329
  "type": "string",
355
- "description": "Unique id of control",
330
+ "description": "Specifies the header text that is shown in the chart",
356
331
  "artifactType": "XMLProperty",
357
332
  "metadata": {
358
333
  "type": "Property"
359
334
  }
360
- }
361
- },
362
- "additionalProperties": false,
363
- "metadata": {
364
- "path": [],
365
- "type": "Control"
366
- }
367
- },
368
- "sap.fe.macros.MultiValueField": {
369
- "description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n<macro:MultiValueField\nid=\"SomeUniqueIdentifier\"\ncontextPath=\"{entitySet>}\"\nmetaPath=\"{dataField>}\"\n/>\n",
370
- "isViewNode": true,
371
- "type": "object",
372
- "properties": {
373
- "contextPath": {
374
- "type": "string",
375
- "description": "The context path provided for the MultiValueField",
335
+ },
336
+ "headerVisible": {
337
+ "type": "boolean",
338
+ "description": "Controls if the header text should be shown or not",
376
339
  "artifactType": "XMLProperty",
377
340
  "metadata": {
378
341
  "type": "Property"
379
342
  }
380
343
  },
381
- "items": {
382
- "type": "any",
383
- "description": "Property added to be able to add data / items to the multi value field via a different model",
344
+ "metaPath": {
345
+ "type": "string",
346
+ "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
384
347
  "artifactType": "XMLProperty",
385
348
  "metadata": {
386
349
  "type": "Property"
387
350
  }
388
351
  },
389
- "metaPath": {
352
+ "personalization": {
390
353
  "type": "string",
391
- "description": "Defines the relative Metadata path to the MultiValueField.\nThe metaPath should point to a Property or DataField.",
354
+ "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
392
355
  "artifactType": "XMLProperty",
393
356
  "metadata": {
394
357
  "type": "Property"
395
358
  }
396
359
  },
397
- "readOnly": {
398
- "type": "boolean",
399
- "description": "The readOnly flag",
360
+ "selectionMode": {
361
+ "type": "string",
362
+ "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
400
363
  "artifactType": "XMLProperty",
401
364
  "metadata": {
402
365
  "type": "Property"
403
- }
366
+ },
367
+ "enum": [
368
+ "None",
369
+ "Single",
370
+ "Multiple"
371
+ ]
372
+ },
373
+ "variantManagement": {
374
+ "type": "string",
375
+ "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
376
+ "artifactType": "XMLProperty",
377
+ "metadata": {
378
+ "type": "Property"
379
+ },
380
+ "const": "Control"
404
381
  },
405
382
  "id": {
406
383
  "type": "string",
@@ -409,6 +386,25 @@
409
386
  "metadata": {
410
387
  "type": "Property"
411
388
  }
389
+ },
390
+ "actions": {
391
+ "type": "object",
392
+ "additionalProperties": {
393
+ "$ref": "#/definitions/sap.fe.macros.chart.Action"
394
+ },
395
+ "isViewNode": true,
396
+ "metadata": {
397
+ "path": [],
398
+ "type": "Aggregation"
399
+ }
400
+ },
401
+ "selectionChange": {
402
+ "type": "string",
403
+ "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
404
+ "artifactType": "XMLProperty",
405
+ "metadata": {
406
+ "type": "Event"
407
+ }
412
408
  }
413
409
  },
414
410
  "additionalProperties": false,
@@ -417,71 +413,82 @@
417
413
  "type": "Control"
418
414
  }
419
415
  },
420
- "sap.fe.macros.Paginator": {
421
- "description": "Building block used to create a paginator control.\nUsage example:\n\n<macros:Paginator />\n\n",
416
+ "sap.fe.macros.Chart": {
417
+ "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\n<macros:Chart id=\"Mychart\" contextPath=\"/RootEntity\" metaPath=\"@com.sap.vocabularies.UI.v1.Chart\" />\n\n",
422
418
  "isViewNode": true,
423
419
  "type": "object",
424
420
  "properties": {
425
- "ariaTitle": {
421
+ "contextPath": {
426
422
  "type": "string",
427
- "description": "Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard focus on the paginator button.",
423
+ "description": "Metadata path to the entitySet or navigationProperty",
428
424
  "artifactType": "XMLProperty",
429
425
  "metadata": {
430
426
  "type": "Property"
431
427
  }
432
428
  },
433
- "id": {
429
+ "filterBar": {
434
430
  "type": "string",
435
- "description": "Unique id of control",
431
+ "description": "Id of the FilterBar building block associated with the chart.",
436
432
  "artifactType": "XMLProperty",
437
433
  "metadata": {
438
434
  "type": "Property"
439
435
  }
440
- }
441
- },
442
- "additionalProperties": false,
443
- "metadata": {
444
- "path": [],
445
- "type": "Control"
446
- }
447
- },
448
- "sap.fe.macros.RichTextEditor": {
449
- "description": "Building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text, and uses the third-party component called TinyMCE.\n",
450
- "isViewNode": true,
451
- "type": "object",
452
- "properties": {
453
- "excludeDefaultPlugins": {
454
- "type": "boolean",
455
- "description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
436
+ },
437
+ "header": {
438
+ "type": "string",
439
+ "description": "Specifies the header text that is shown in the chart",
456
440
  "artifactType": "XMLProperty",
457
441
  "metadata": {
458
442
  "type": "Property"
459
- }
443
+ },
444
+ "i18nClassification": "HED: Header of the chart"
460
445
  },
461
- "readOnly": {
446
+ "headerVisible": {
462
447
  "type": "boolean",
463
- "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText will be displayed instead of the editor.",
448
+ "description": "Controls if the header text should be shown or not",
464
449
  "artifactType": "XMLProperty",
465
450
  "metadata": {
466
451
  "type": "Property"
467
452
  }
468
453
  },
469
- "required": {
470
- "type": "any",
471
- "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
454
+ "metaPath": {
455
+ "type": "string",
456
+ "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
472
457
  "artifactType": "XMLProperty",
473
458
  "metadata": {
474
459
  "type": "Property"
475
460
  }
476
461
  },
477
- "value": {
478
- "type": "any",
479
- "description": "The value contained in the editor. You can use this attribute to set a default value.",
462
+ "personalization": {
463
+ "type": "string",
464
+ "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Type\n - Item\n - Filter\n",
480
465
  "artifactType": "XMLProperty",
481
466
  "metadata": {
482
467
  "type": "Property"
483
468
  }
484
469
  },
470
+ "selectionMode": {
471
+ "type": "string",
472
+ "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
473
+ "artifactType": "XMLProperty",
474
+ "metadata": {
475
+ "type": "Property"
476
+ },
477
+ "enum": [
478
+ "None",
479
+ "Single",
480
+ "Multiple"
481
+ ]
482
+ },
483
+ "variantManagement": {
484
+ "type": "string",
485
+ "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
486
+ "artifactType": "XMLProperty",
487
+ "metadata": {
488
+ "type": "Property"
489
+ },
490
+ "const": "Control"
491
+ },
485
492
  "id": {
486
493
  "type": "string",
487
494
  "description": "Unique id of control",
@@ -490,10 +497,10 @@
490
497
  "type": "Property"
491
498
  }
492
499
  },
493
- "buttonGroups": {
500
+ "actions": {
494
501
  "type": "object",
495
502
  "additionalProperties": {
496
- "$ref": "#/definitions/sap.fe.macros.richtexteditor.ButtonGroup"
503
+ "$ref": "#/definitions/sap.fe.macros.chart.Action"
497
504
  },
498
505
  "isViewNode": true,
499
506
  "metadata": {
@@ -501,15 +508,12 @@
501
508
  "type": "Aggregation"
502
509
  }
503
510
  },
504
- "plugins": {
505
- "type": "object",
506
- "additionalProperties": {
507
- "$ref": "#/definitions/sap.fe.macros.richtexteditor.Plugin"
508
- },
509
- "isViewNode": true,
511
+ "selectionChange": {
512
+ "type": "string",
513
+ "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
514
+ "artifactType": "XMLProperty",
510
515
  "metadata": {
511
- "path": [],
512
- "type": "Aggregation"
516
+ "type": "Event"
513
517
  }
514
518
  }
515
519
  },
@@ -519,27 +523,11 @@
519
523
  "type": "Control"
520
524
  }
521
525
  },
522
- "sap.fe.macros.RichTextEditorWithMetadata": {
523
- "description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
526
+ "sap.fe.macros.controls.BuildingBlockObjectProperty": {
527
+ "description": "Base class for building block complex object properties that can be serialized to XML.",
524
528
  "isViewNode": true,
525
529
  "type": "object",
526
530
  "properties": {
527
- "contextPath": {
528
- "type": "string",
529
- "description": "The context path of the property displayed",
530
- "artifactType": "XMLProperty",
531
- "metadata": {
532
- "type": "Property"
533
- }
534
- },
535
- "metaPath": {
536
- "type": "string",
537
- "description": "The metaPath of the displayed property",
538
- "artifactType": "XMLProperty",
539
- "metadata": {
540
- "type": "Property"
541
- }
542
- },
543
531
  "id": {
544
532
  "type": "string",
545
533
  "description": "Unique id of control",
@@ -555,8 +543,8 @@
555
543
  "type": "Control"
556
544
  }
557
545
  },
558
- "sap.fe.macros.Share": {
559
- "description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n<macros:Share\nid=\"someID\"\nvisible=\"true\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
546
+ "sap.fe.macros.controls.BuildingBlockWithTemplating": {
547
+ "description": "Using this class you can define a building block that will manage and render a templating based building block.\nOn change of the main properties you will be able to recreate the content.",
560
548
  "isViewNode": true,
561
549
  "type": "object",
562
550
  "properties": {
@@ -567,17 +555,6 @@
567
555
  "metadata": {
568
556
  "type": "Property"
569
557
  }
570
- },
571
- "shareOptions": {
572
- "type": "object",
573
- "additionalProperties": {
574
- "$ref": "#/definitions/sap.fe.macros.share.ShareOptions"
575
- },
576
- "isViewNode": true,
577
- "metadata": {
578
- "path": [],
579
- "type": "Aggregation"
580
- }
581
558
  }
582
559
  },
583
560
  "additionalProperties": false,
@@ -586,39 +563,14 @@
586
563
  "type": "Control"
587
564
  }
588
565
  },
589
- "sap.fe.macros.VariantManagement": {
590
- "description": "Building block used to create a Variant Management based on the metadata provided by OData V4.\nUsage example:\n\n<macro:VariantManagement\nid=\"SomeUniqueIdentifier\"\nfor=\"{listOfControlIds>}\"\n/>\n\nOverview of Building Blocks\n\t\t\t\n",
566
+ "sap.fe.macros.FlexibleColumnLayoutActions": {
567
+ "description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macros:FlexibleColumnLayoutActions />\n\n",
591
568
  "isViewNode": true,
592
569
  "type": "object",
593
570
  "properties": {
594
- "for": {
595
- "$ref": "#/definitions/string[]",
596
- "description": "for",
597
- "artifactType": "XMLProperty",
598
- "isViewNode": true,
599
- "metadata": {
600
- "type": "Property"
601
- }
602
- },
603
- "headerLevel": {
604
- "type": "string",
605
- "description": "Header level for the variant management, determining its position or style.",
606
- "artifactType": "XMLProperty",
607
- "metadata": {
608
- "type": "Property"
609
- }
610
- },
611
571
  "id": {
612
- "type": "any",
613
- "description": "Identifier for the variant management control.",
614
- "artifactType": "XMLProperty",
615
- "metadata": {
616
- "type": "Property"
617
- }
618
- },
619
- "showSetAsDefault": {
620
- "type": "boolean",
621
- "description": "Whether the \"Set as Default\" option is visible.",
572
+ "type": "string",
573
+ "description": "Unique id of control",
622
574
  "artifactType": "XMLProperty",
623
575
  "metadata": {
624
576
  "type": "Property"
@@ -631,78 +583,82 @@
631
583
  "type": "Control"
632
584
  }
633
585
  },
634
- "sap.fe.macros.chart.Action": {
635
- "description": "Definition of a custom action to be used in the chart toolbar",
586
+ "sap.fe.macros.field.Field": {
587
+ "description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/field/Field\"], function(Field) {\n\t ...\n\t new Field(\"MyField\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Field that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
636
588
  "isViewNode": true,
637
589
  "type": "object",
638
590
  "properties": {
639
- "anchor": {
591
+ "contextPath": {
640
592
  "type": "string",
641
- "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
593
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
642
594
  "artifactType": "XMLProperty",
643
595
  "metadata": {
644
596
  "type": "Property"
645
597
  }
646
598
  },
647
- "enabled": {
648
- "type": "boolean",
649
- "description": "Enables or disables the action",
599
+ "formatOptions": {
600
+ "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
601
+ "description": "formatOptions",
650
602
  "artifactType": "XMLProperty",
603
+ "isViewNode": true,
651
604
  "metadata": {
652
605
  "type": "Property"
653
606
  }
654
607
  },
655
- "key": {
608
+ "metaPath": {
656
609
  "type": "string",
657
- "description": "Unique identifier of the action",
610
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
658
611
  "artifactType": "XMLProperty",
659
612
  "metadata": {
660
613
  "type": "Property"
661
614
  }
662
615
  },
663
- "placement": {
664
- "type": "string",
665
- "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
616
+ "readOnly": {
617
+ "type": "boolean",
618
+ "description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
666
619
  "artifactType": "XMLProperty",
667
620
  "metadata": {
668
621
  "type": "Property"
669
- },
670
- "enum": [
671
- "After",
672
- "Before"
673
- ]
622
+ }
674
623
  },
675
- "press": {
624
+ "semanticObject": {
676
625
  "type": "string",
677
- "description": "Event handler to be called when the user chooses the action",
626
+ "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
678
627
  "artifactType": "XMLProperty",
679
628
  "metadata": {
680
629
  "type": "Property"
681
630
  }
682
631
  },
683
- "requiresSelection": {
684
- "type": "boolean",
685
- "description": "Defines if the action requires a selection.",
632
+ "value": {
633
+ "type": "string",
634
+ "description": "This is used to optionally provide an external value that comes from a different model than the oData model",
686
635
  "artifactType": "XMLProperty",
687
636
  "metadata": {
688
637
  "type": "Property"
689
638
  }
690
639
  },
691
- "text": {
640
+ "id": {
692
641
  "type": "string",
693
- "description": "The text that will be displayed for this action",
642
+ "description": "Unique id of control",
694
643
  "artifactType": "XMLProperty",
695
644
  "metadata": {
696
645
  "type": "Property"
697
- },
698
- "i18nClassification": "BUT: Text of the action button"
646
+ }
699
647
  },
700
- "id": {
648
+ "change": {
701
649
  "type": "string",
702
- "description": "Unique id of control",
650
+ "description": "An event containing details is triggered when the value of the field is changed.",
703
651
  "artifactType": "XMLProperty",
704
652
  "metadata": {
705
- "type": "Property"
653
+ "type": "Event"
654
+ }
655
+ },
656
+ "liveChange": {
657
+ "type": "string",
658
+ "description": "An event containing details is triggered when the value of the field is live changed.",
659
+ "artifactType": "XMLProperty",
660
+ "metadata": {
661
+ "type": "Event"
706
662
  }
707
663
  }
708
664
  },
@@ -712,47 +668,59 @@
712
668
  "type": "Control"
713
669
  }
714
670
  },
715
- "sap.fe.macros.chart.ActionGroup": {
716
- "description": "Definition of a custom action group to be used inside the chart toolbar",
671
+ "sap.fe.macros.Field": {
672
+ "description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\n<macros:Field id=\"MyField\" metaPath=\"MyProperty\" />\n\n",
717
673
  "isViewNode": true,
718
674
  "type": "object",
719
675
  "properties": {
720
- "anchor": {
676
+ "contextPath": {
721
677
  "type": "string",
722
- "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
678
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
723
679
  "artifactType": "XMLProperty",
724
680
  "metadata": {
725
681
  "type": "Property"
726
682
  }
727
683
  },
728
- "key": {
684
+ "formatOptions": {
685
+ "$ref": "#/definitions/sap.fe.macros.FieldFormatOptions",
686
+ "description": "formatOptions",
687
+ "artifactType": "XMLProperty",
688
+ "isViewNode": true,
689
+ "metadata": {
690
+ "type": "Property"
691
+ }
692
+ },
693
+ "metaPath": {
729
694
  "type": "string",
730
- "description": "Unique identifier of the action",
695
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
731
696
  "artifactType": "XMLProperty",
732
697
  "metadata": {
733
698
  "type": "Property"
734
699
  }
735
700
  },
736
- "placement": {
701
+ "readOnly": {
702
+ "type": "boolean",
703
+ "description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
704
+ "artifactType": "XMLProperty",
705
+ "metadata": {
706
+ "type": "Property"
707
+ }
708
+ },
709
+ "semanticObject": {
737
710
  "type": "string",
738
- "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
711
+ "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
739
712
  "artifactType": "XMLProperty",
740
713
  "metadata": {
741
714
  "type": "Property"
742
- },
743
- "enum": [
744
- "After",
745
- "Before"
746
- ]
715
+ }
747
716
  },
748
- "text": {
717
+ "value": {
749
718
  "type": "string",
750
- "description": "The text that will be displayed for this action group",
719
+ "description": "This is used to optionally provide an external value that comes from a different model than the oData model",
751
720
  "artifactType": "XMLProperty",
752
721
  "metadata": {
753
722
  "type": "Property"
754
- },
755
- "i18nClassification": "BUT: Text of the action group button"
723
+ }
756
724
  },
757
725
  "id": {
758
726
  "type": "string",
@@ -762,15 +730,20 @@
762
730
  "type": "Property"
763
731
  }
764
732
  },
765
- "actions": {
766
- "type": "object",
767
- "additionalProperties": {
768
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
769
- },
770
- "isViewNode": true,
733
+ "change": {
734
+ "type": "string",
735
+ "description": "An event containing details is triggered when the value of the field is changed.",
736
+ "artifactType": "XMLProperty",
771
737
  "metadata": {
772
- "path": [],
773
- "type": "Aggregation"
738
+ "type": "Event"
739
+ }
740
+ },
741
+ "liveChange": {
742
+ "type": "string",
743
+ "description": "An event containing details is triggered when the value of the field is live changed.",
744
+ "artifactType": "XMLProperty",
745
+ "metadata": {
746
+ "type": "Event"
774
747
  }
775
748
  }
776
749
  },
@@ -780,81 +753,59 @@
780
753
  "type": "Control"
781
754
  }
782
755
  },
783
- "sap.fe.macros.chart.Chart": {
784
- "description": "Building block used to create a chart based on the metadata provided by OData V4.\n\nUsually, a contextPath and metaPath is expected.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/chart/Chart\"], function(Chart) {\n\t ...\n\t new Chart(\"myChart\", {metaPath:\"MyChart\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Chart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
756
+ "sap.fe.macros.filterBar.FilterBar": {
757
+ "description": "Usage example:\n\nsap.ui.require([\"sap/fe/macros/filterBar/FilterBar\"], function(FilterBar) {\n\t ...\n\t new FilterBar(\"MyFilterBar\", {metaPath:\"@com.sap.vocabularies.UI.v1.SelectionFields\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the FilterBar that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
785
758
  "isViewNode": true,
786
759
  "type": "object",
787
760
  "properties": {
788
761
  "contextPath": {
789
762
  "type": "string",
790
- "description": "Metadata path to the entitySet or navigationProperty",
763
+ "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
791
764
  "artifactType": "XMLProperty",
792
765
  "metadata": {
793
766
  "type": "Property"
794
767
  }
795
768
  },
796
- "filterBar": {
797
- "type": "string",
798
- "description": "Id of the FilterBar building block associated with the chart.",
769
+ "liveMode": {
770
+ "type": "boolean",
771
+ "description": "If true, the search is triggered automatically when a filter value is changed.",
799
772
  "artifactType": "XMLProperty",
800
773
  "metadata": {
801
774
  "type": "Property"
802
775
  }
803
776
  },
804
- "header": {
777
+ "metaPath": {
805
778
  "type": "string",
806
- "description": "Specifies the header text that is shown in the chart",
779
+ "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
807
780
  "artifactType": "XMLProperty",
808
781
  "metadata": {
809
782
  "type": "Property"
810
783
  }
811
784
  },
812
- "headerVisible": {
785
+ "showClearButton": {
813
786
  "type": "boolean",
814
- "description": "Controls if the header text should be shown or not",
787
+ "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
815
788
  "artifactType": "XMLProperty",
816
789
  "metadata": {
817
790
  "type": "Property"
818
791
  }
819
792
  },
820
- "metaPath": {
821
- "type": "string",
822
- "description": "Metadata path to the presentation context (UI.Chart with or without a qualifier)",
793
+ "showMessages": {
794
+ "type": "boolean",
795
+ "description": "Displays possible errors during the search in a message box",
823
796
  "artifactType": "XMLProperty",
824
797
  "metadata": {
825
798
  "type": "Property"
826
799
  }
827
800
  },
828
- "personalization": {
829
- "type": "string",
830
- "description": "Controls which options should be enabled for the chart personalization dialog.\nIf it is set to `true`, all possible options for this kind of chart are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Type\n- Item\n- Filter\n",
801
+ "visible": {
802
+ "type": "boolean",
803
+ "description": "Parameter which sets the visibility of the FilterBar building block",
831
804
  "artifactType": "XMLProperty",
832
805
  "metadata": {
833
806
  "type": "Property"
834
807
  }
835
808
  },
836
- "selectionMode": {
837
- "type": "string",
838
- "description": "Defines the selection mode to be used by the chart.\nAllowed values are `None`, `Single` or `Multiple`\n",
839
- "artifactType": "XMLProperty",
840
- "metadata": {
841
- "type": "Property"
842
- },
843
- "enum": [
844
- "None",
845
- "Single",
846
- "Multiple"
847
- ]
848
- },
849
- "variantManagement": {
850
- "type": "string",
851
- "description": "Controls the kind of variant management that should be enabled for the chart.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the chart and the chart is linked to this.\nIf not set with any value, variant management control is not available for this chart.\n",
852
- "artifactType": "XMLProperty",
853
- "metadata": {
854
- "type": "Property"
855
- },
856
- "const": "Control"
857
- },
858
809
  "id": {
859
810
  "type": "string",
860
811
  "description": "Unique id of control",
@@ -863,10 +814,10 @@
863
814
  "type": "Property"
864
815
  }
865
816
  },
866
- "actions": {
817
+ "filterFields": {
867
818
  "type": "object",
868
819
  "additionalProperties": {
869
- "$ref": "#/definitions/sap.fe.macros.chart.Action"
820
+ "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
870
821
  },
871
822
  "isViewNode": true,
872
823
  "metadata": {
@@ -874,72 +825,28 @@
874
825
  "type": "Aggregation"
875
826
  }
876
827
  },
877
- "selectionChange": {
828
+ "afterClear": {
878
829
  "type": "string",
879
- "description": "An event triggered when chart selections are changed. The event contains information about the data selected/deselected and the Boolean flag that indicates whether data is selected or deselected.",
830
+ "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
880
831
  "artifactType": "XMLProperty",
881
832
  "metadata": {
882
833
  "type": "Event"
883
834
  }
884
- }
885
- },
886
- "additionalProperties": false,
887
- "metadata": {
888
- "path": [],
889
- "type": "Control"
890
- }
891
- },
892
- "sap.fe.macros.controls.BuildingBlockObjectProperty": {
893
- "description": "Base class for building block complex object properties that can be serialized to XML.",
894
- "isViewNode": true,
895
- "type": "object",
896
- "properties": {
897
- "id": {
898
- "type": "string",
899
- "description": "Unique id of control",
900
- "artifactType": "XMLProperty",
901
- "metadata": {
902
- "type": "Property"
903
- }
904
- }
905
- },
906
- "additionalProperties": false,
907
- "metadata": {
908
- "path": [],
909
- "type": "Control"
910
- }
911
- },
912
- "sap.fe.macros.controls.BuildingBlockWithTemplating": {
913
- "description": "Using this class you can define a building block that will manage and render a templating based building block.\nOn change of the main properties you will be able to recreate the content.",
914
- "isViewNode": true,
915
- "type": "object",
916
- "properties": {
917
- "id": {
835
+ },
836
+ "filterChanged": {
918
837
  "type": "string",
919
- "description": "Unique id of control",
838
+ "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
920
839
  "artifactType": "XMLProperty",
921
840
  "metadata": {
922
- "type": "Property"
841
+ "type": "Event"
923
842
  }
924
- }
925
- },
926
- "additionalProperties": false,
927
- "metadata": {
928
- "path": [],
929
- "type": "Control"
930
- }
931
- },
932
- "sap.fe.macros.FlexibleColumnLayoutActions": {
933
- "description": "Building block for adding overflow toolbar buttons to integrate into the flexible column layout support from Fiori elements.\nUsage example:\n\n<macros:FlexibleColumnLayoutActions />\n\n",
934
- "isViewNode": true,
935
- "type": "object",
936
- "properties": {
937
- "id": {
843
+ },
844
+ "search": {
938
845
  "type": "string",
939
- "description": "Unique id of control",
846
+ "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
940
847
  "artifactType": "XMLProperty",
941
848
  "metadata": {
942
- "type": "Property"
849
+ "type": "Event"
943
850
  }
944
851
  }
945
852
  },
@@ -949,8 +856,8 @@
949
856
  "type": "Control"
950
857
  }
951
858
  },
952
- "sap.fe.macros.field.Field": {
953
- "description": "Building block for creating a field based on the metadata provided by OData V4.\n\nUsually, a DataField or DataPoint annotation is expected, but the field can also be used to display a property from the entity type.\nWhen creating a Field building block, you must provide an ID to ensure everything works correctly.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/field/Field\"], function(Field) {\n\t ...\n\t new Field(\"MyField\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Field that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
859
+ "sap.fe.macros.FilterBar": {
860
+ "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
954
861
  "isViewNode": true,
955
862
  "type": "object",
956
863
  "properties": {
@@ -962,9 +869,9 @@
962
869
  "type": "Property"
963
870
  }
964
871
  },
965
- "description": {
966
- "type": "string",
967
- "description": "This is used to optionally provide an external description that comes from a different model than the oData model.\nThis should be used in conjunction with the value property.",
872
+ "liveMode": {
873
+ "type": "boolean",
874
+ "description": "If true, the search is triggered automatically when a filter value is changed.",
968
875
  "artifactType": "XMLProperty",
969
876
  "metadata": {
970
877
  "type": "Property"
@@ -978,25 +885,25 @@
978
885
  "type": "Property"
979
886
  }
980
887
  },
981
- "readOnly": {
888
+ "showClearButton": {
982
889
  "type": "boolean",
983
- "description": "An expression that allows you to control the read-only state of the field.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
890
+ "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
984
891
  "artifactType": "XMLProperty",
985
892
  "metadata": {
986
893
  "type": "Property"
987
894
  }
988
895
  },
989
- "semanticObject": {
990
- "type": "string",
991
- "description": "Option to add semantic objects for a field.\nThis parameter overwrites the semantic objects defined through annotations.\nValid options are either a single semantic object, a stringified array of semantic objects,\na formatter or a single binding expression returning either a single semantic object or an array of semantic objects.",
896
+ "showMessages": {
897
+ "type": "boolean",
898
+ "description": "Displays possible errors during the search in a message box",
992
899
  "artifactType": "XMLProperty",
993
900
  "metadata": {
994
901
  "type": "Property"
995
902
  }
996
903
  },
997
- "value": {
998
- "type": "string",
999
- "description": "This is used to optionally provide an external value that comes from a different model than the oData model.\nIt is designed to work with a field with value help, and without support for complex value help (currency / unit).",
904
+ "visible": {
905
+ "type": "boolean",
906
+ "description": "Parameter which sets the visibility of the FilterBar building block",
1000
907
  "artifactType": "XMLProperty",
1001
908
  "metadata": {
1002
909
  "type": "Property"
@@ -1010,10 +917,10 @@
1010
917
  "type": "Property"
1011
918
  }
1012
919
  },
1013
- "formatOptions": {
920
+ "filterFields": {
1014
921
  "type": "object",
1015
922
  "additionalProperties": {
1016
- "$ref": "#/definitions/sap.fe.macros.field.FieldFormatOptions"
923
+ "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
1017
924
  },
1018
925
  "isViewNode": true,
1019
926
  "metadata": {
@@ -1021,17 +928,25 @@
1021
928
  "type": "Aggregation"
1022
929
  }
1023
930
  },
1024
- "change": {
931
+ "afterClear": {
1025
932
  "type": "string",
1026
- "description": "An event containing details is triggered when the value of the field is changed.",
933
+ "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
1027
934
  "artifactType": "XMLProperty",
1028
935
  "metadata": {
1029
936
  "type": "Event"
1030
937
  }
1031
938
  },
1032
- "liveChange": {
939
+ "filterChanged": {
1033
940
  "type": "string",
1034
- "description": "An event containing details is triggered when the value of the field is live changed.",
941
+ "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
942
+ "artifactType": "XMLProperty",
943
+ "metadata": {
944
+ "type": "Event"
945
+ }
946
+ },
947
+ "search": {
948
+ "type": "string",
949
+ "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
1035
950
  "artifactType": "XMLProperty",
1036
951
  "metadata": {
1037
952
  "type": "Event"
@@ -1044,147 +959,101 @@
1044
959
  "type": "Control"
1045
960
  }
1046
961
  },
1047
- "sap.fe.macros.field.FieldFormatOptions": {
1048
- "description": "Additional format options for the field.",
962
+ "sap.fe.macros.filterBar.FilterField": {
963
+ "description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\n",
1049
964
  "isViewNode": true,
1050
965
  "type": "object",
1051
966
  "properties": {
1052
- "dateTimePattern": {
967
+ "anchor": {
1053
968
  "type": "string",
1054
- "description": "Property for defining a custom pattern for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
969
+ "description": "Reference to the key of another filter already displayed in the table to properly place this one",
1055
970
  "artifactType": "XMLProperty",
1056
971
  "metadata": {
1057
972
  "type": "Property"
1058
973
  }
1059
974
  },
1060
- "dateTimeStyle": {
975
+ "key": {
1061
976
  "type": "string",
1062
- "description": "Property for defining the display style for the date, time, or dateTime format. \nIf there is a dateTimePattern defined dateTimeStyle is ignored.\n",
977
+ "description": "The property name of the FilterField",
1063
978
  "artifactType": "XMLProperty",
1064
979
  "metadata": {
1065
980
  "type": "Property"
1066
- },
1067
- "enum": [
1068
- "short",
1069
- "medium",
1070
- "long",
1071
- "full"
1072
- ]
981
+ }
1073
982
  },
1074
- "displayMode": {
983
+ "label": {
1075
984
  "type": "string",
1076
- "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
985
+ "description": "The text that will be displayed for this FilterField",
1077
986
  "artifactType": "XMLProperty",
1078
987
  "metadata": {
1079
988
  "type": "Property"
1080
- },
1081
- "enum": [
1082
- "Description",
1083
- "DescriptionValue",
1084
- "Value",
1085
- "ValueDescription"
1086
- ]
1087
- },
1088
- "fieldEditStyle": {
1089
- "type": "string",
1090
- "description": "Determines how the field should be rendered, e.g. as radio buttons. \nIf not all prerequisites are met, the field will default back to the standard rendering.\n",
1091
- "artifactType": "XMLProperty",
1092
- "metadata": {
1093
- "type": "Property"
1094
- },
1095
- "const": "RadioButtons"
989
+ }
1096
990
  },
1097
- "measureDisplayMode": {
991
+ "placement": {
1098
992
  "type": "string",
1099
- "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
993
+ "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1100
994
  "artifactType": "XMLProperty",
1101
995
  "metadata": {
1102
996
  "type": "Property"
1103
997
  },
1104
998
  "enum": [
1105
- "Hidden",
1106
- "ReadOnly"
999
+ "After",
1000
+ "Before"
1107
1001
  ]
1108
1002
  },
1109
- "radioButtonsHorizontalLayout": {
1110
- "type": "boolean",
1111
- "description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
1112
- "artifactType": "XMLProperty",
1113
- "metadata": {
1114
- "type": "Property"
1115
- }
1116
- },
1117
- "showDate": {
1118
- "type": "boolean",
1119
- "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1120
- "artifactType": "XMLProperty",
1121
- "metadata": {
1122
- "type": "Property"
1123
- }
1124
- },
1125
- "showTime": {
1126
- "type": "boolean",
1127
- "description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1128
- "artifactType": "XMLProperty",
1129
- "metadata": {
1130
- "type": "Property"
1131
- }
1132
- },
1133
- "showTimezone": {
1003
+ "showMessages": {
1134
1004
  "type": "boolean",
1135
- "description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
1005
+ "description": "If set, possible errors that occur during the search will be displayed in a message box.",
1136
1006
  "artifactType": "XMLProperty",
1137
1007
  "metadata": {
1138
1008
  "type": "Property"
1139
1009
  }
1140
1010
  },
1141
- "textExpandBehaviorDisplay": {
1011
+ "id": {
1142
1012
  "type": "string",
1143
- "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
1144
- "artifactType": "XMLProperty",
1145
- "metadata": {
1146
- "type": "Property"
1147
- },
1148
- "enum": [
1149
- "InPlace",
1150
- "Popover"
1151
- ]
1152
- },
1153
- "textLinesEdit": {
1154
- "$ref": "#/definitions/int",
1155
- "description": "textLinesEdit",
1013
+ "description": "Unique id of control",
1156
1014
  "artifactType": "XMLProperty",
1157
- "isViewNode": true,
1158
1015
  "metadata": {
1159
1016
  "type": "Property"
1160
1017
  }
1161
- },
1162
- "textMaxCharactersDisplay": {
1163
- "$ref": "#/definitions/int",
1164
- "description": "textMaxCharactersDisplay",
1018
+ }
1019
+ },
1020
+ "additionalProperties": false,
1021
+ "metadata": {
1022
+ "path": [],
1023
+ "type": "Control"
1024
+ }
1025
+ },
1026
+ "sap.fe.macros.Form": {
1027
+ "description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n<macros:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" />\n\n",
1028
+ "isViewNode": true,
1029
+ "type": "object",
1030
+ "properties": {
1031
+ "contextPath": {
1032
+ "$ref": "#/definitions/sap.ui.model.Context",
1033
+ "description": "contextPath",
1165
1034
  "artifactType": "XMLProperty",
1166
1035
  "isViewNode": true,
1167
1036
  "metadata": {
1168
1037
  "type": "Property"
1169
1038
  }
1170
1039
  },
1171
- "textMaxLength": {
1172
- "$ref": "#/definitions/int",
1173
- "description": "textMaxLength",
1040
+ "metaPath": {
1041
+ "$ref": "#/definitions/sap.ui.model.Context",
1042
+ "description": "metaPath",
1174
1043
  "artifactType": "XMLProperty",
1175
1044
  "isViewNode": true,
1176
1045
  "metadata": {
1177
1046
  "type": "Property"
1178
1047
  }
1179
1048
  },
1180
- "textMaxLines": {
1181
- "$ref": "#/definitions/int",
1182
- "description": "textMaxLines",
1049
+ "title": {
1050
+ "type": "string",
1051
+ "description": "The title of the form control.",
1183
1052
  "artifactType": "XMLProperty",
1184
- "isViewNode": true,
1185
1053
  "metadata": {
1186
1054
  "type": "Property"
1187
- }
1055
+ },
1056
+ "i18nClassification": "HED: Title of the form"
1188
1057
  },
1189
1058
  "id": {
1190
1059
  "type": "string",
@@ -1201,54 +1070,41 @@
1201
1070
  "type": "Control"
1202
1071
  }
1203
1072
  },
1204
- "sap.fe.macros.filterBar.FilterBar": {
1205
- "description": "Usage example:\n\nsap.ui.require([\"sap/fe/macros/filterBar/FilterBar\"], function(FilterBar) {\n\t ...\n\t new FilterBar(\"MyFilterBar\", {metaPath:\"@com.sap.vocabularies.UI.v1.SelectionFields\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the FilterBar that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
1073
+ "sap.fe.macros.FormElement": {
1074
+ "description": "Building block used to create a form element based on the metadata provided by OData V4.",
1206
1075
  "isViewNode": true,
1207
1076
  "type": "object",
1208
1077
  "properties": {
1209
1078
  "contextPath": {
1210
- "type": "string",
1211
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
1212
- "artifactType": "XMLProperty",
1213
- "metadata": {
1214
- "type": "Property"
1215
- }
1216
- },
1217
- "liveMode": {
1218
- "type": "boolean",
1219
- "description": "If true, the search is triggered automatically when a filter value is changed.",
1079
+ "$ref": "#/definitions/sap.ui.model.Context",
1080
+ "description": "contextPath",
1220
1081
  "artifactType": "XMLProperty",
1082
+ "isViewNode": true,
1221
1083
  "metadata": {
1222
1084
  "type": "Property"
1223
1085
  }
1224
1086
  },
1225
- "metaPath": {
1087
+ "label": {
1226
1088
  "type": "string",
1227
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
1228
- "artifactType": "XMLProperty",
1229
- "metadata": {
1230
- "type": "Property"
1231
- }
1232
- },
1233
- "showClearButton": {
1234
- "type": "boolean",
1235
- "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
1089
+ "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
1236
1090
  "artifactType": "XMLProperty",
1237
1091
  "metadata": {
1238
1092
  "type": "Property"
1239
- }
1093
+ },
1094
+ "i18nClassification": "FLD: Label of the form element"
1240
1095
  },
1241
- "showMessages": {
1242
- "type": "boolean",
1243
- "description": "Displays possible errors during the search in a message box",
1096
+ "metaPath": {
1097
+ "$ref": "#/definitions/sap.ui.model.Context",
1098
+ "description": "metaPath",
1244
1099
  "artifactType": "XMLProperty",
1100
+ "isViewNode": true,
1245
1101
  "metadata": {
1246
1102
  "type": "Property"
1247
1103
  }
1248
1104
  },
1249
1105
  "visible": {
1250
1106
  "type": "boolean",
1251
- "description": "Parameter which sets the visibility of the FilterBar building block",
1107
+ "description": "If set to false, the FormElement is not rendered.",
1252
1108
  "artifactType": "XMLProperty",
1253
1109
  "metadata": {
1254
1110
  "type": "Property"
@@ -1262,40 +1118,16 @@
1262
1118
  "type": "Property"
1263
1119
  }
1264
1120
  },
1265
- "filterFields": {
1121
+ "fields": {
1266
1122
  "type": "object",
1267
1123
  "additionalProperties": {
1268
- "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
1124
+ "$ref": "#/definitions/sap.ui.core.Control"
1269
1125
  },
1270
1126
  "isViewNode": true,
1271
1127
  "metadata": {
1272
1128
  "path": [],
1273
1129
  "type": "Aggregation"
1274
1130
  }
1275
- },
1276
- "afterClear": {
1277
- "type": "string",
1278
- "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
1279
- "artifactType": "XMLProperty",
1280
- "metadata": {
1281
- "type": "Event"
1282
- }
1283
- },
1284
- "filterChanged": {
1285
- "type": "string",
1286
- "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
1287
- "artifactType": "XMLProperty",
1288
- "metadata": {
1289
- "type": "Event"
1290
- }
1291
- },
1292
- "search": {
1293
- "type": "string",
1294
- "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
1295
- "artifactType": "XMLProperty",
1296
- "metadata": {
1297
- "type": "Event"
1298
- }
1299
1131
  }
1300
1132
  },
1301
1133
  "additionalProperties": false,
@@ -1304,54 +1136,71 @@
1304
1136
  "type": "Control"
1305
1137
  }
1306
1138
  },
1307
- "sap.fe.macros.FilterBar": {
1308
- "description": "Building block for creating a FilterBar based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t\n\nUsually, a SelectionFields annotation is expected.\nUsage example:\n\n<macros:FilterBar id=\"MyFilterBar\" metaPath=\"@com.sap.vocabularies.UI.v1.SelectionFields\" />\n\n",
1139
+ "sap.fe.macros.KPITag": {
1140
+ "description": "Building block used to create a KPI tag.",
1309
1141
  "isViewNode": true,
1310
1142
  "type": "object",
1311
1143
  "properties": {
1312
- "contextPath": {
1313
- "type": "string",
1314
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
1144
+ "number": {
1145
+ "anyOf": [
1146
+ {
1147
+ "type": "number"
1148
+ },
1149
+ {
1150
+ "type": "string",
1151
+ "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
1152
+ }
1153
+ ],
1154
+ "description": "The Number to be displayed.",
1315
1155
  "artifactType": "XMLProperty",
1316
1156
  "metadata": {
1317
1157
  "type": "Property"
1318
1158
  }
1319
1159
  },
1320
- "liveMode": {
1160
+ "showIcon": {
1321
1161
  "type": "boolean",
1322
- "description": "If true, the search is triggered automatically when a filter value is changed.",
1162
+ "description": "Set it to `true` if the KPI should display its status icon.",
1323
1163
  "artifactType": "XMLProperty",
1324
1164
  "metadata": {
1325
1165
  "type": "Property"
1326
1166
  }
1327
1167
  },
1328
- "metaPath": {
1168
+ "status": {
1329
1169
  "type": "string",
1330
- "description": "Defines the relative path of the property in the metamodel, based on the current contextPath.",
1170
+ "description": "The Status to be displayed.",
1331
1171
  "artifactType": "XMLProperty",
1332
1172
  "metadata": {
1333
1173
  "type": "Property"
1334
- }
1174
+ },
1175
+ "enum": [
1176
+ "Success",
1177
+ "Error",
1178
+ "Warning",
1179
+ "None",
1180
+ "Information"
1181
+ ]
1335
1182
  },
1336
- "showClearButton": {
1337
- "type": "boolean",
1338
- "description": "Handles the visibility of the 'Clear' button on the FilterBar.",
1183
+ "text": {
1184
+ "type": "string",
1185
+ "description": "The Text to be displayed.",
1339
1186
  "artifactType": "XMLProperty",
1340
1187
  "metadata": {
1341
1188
  "type": "Property"
1342
- }
1189
+ },
1190
+ "i18nClassification": "TXT: Text of the KPITag"
1343
1191
  },
1344
- "showMessages": {
1345
- "type": "boolean",
1346
- "description": "Displays possible errors during the search in a message box",
1192
+ "tooltip": {
1193
+ "type": "string",
1194
+ "description": "The Tooltip to be displayed.",
1347
1195
  "artifactType": "XMLProperty",
1348
1196
  "metadata": {
1349
1197
  "type": "Property"
1350
- }
1198
+ },
1199
+ "i18nClassification": "CAP: Tooltip of the KPITag"
1351
1200
  },
1352
- "visible": {
1353
- "type": "boolean",
1354
- "description": "Parameter which sets the visibility of the FilterBar building block",
1201
+ "unit": {
1202
+ "type": "string",
1203
+ "description": "The Unit of Measure of the number to be displayed.",
1355
1204
  "artifactType": "XMLProperty",
1356
1205
  "metadata": {
1357
1206
  "type": "Property"
@@ -1365,36 +1214,9 @@
1365
1214
  "type": "Property"
1366
1215
  }
1367
1216
  },
1368
- "filterFields": {
1369
- "type": "object",
1370
- "additionalProperties": {
1371
- "$ref": "#/definitions/sap.fe.macros.filterBar.FilterField"
1372
- },
1373
- "isViewNode": true,
1374
- "metadata": {
1375
- "path": [],
1376
- "type": "Aggregation"
1377
- }
1378
- },
1379
- "afterClear": {
1380
- "type": "string",
1381
- "description": "This event is fired when the 'Clear' button is pressed. This is only possible when the 'Clear' button is enabled.",
1382
- "artifactType": "XMLProperty",
1383
- "metadata": {
1384
- "type": "Event"
1385
- }
1386
- },
1387
- "filterChanged": {
1388
- "type": "string",
1389
- "description": "This event is fired after either a filter value or the visibility of a filter item has been changed. The event contains conditions that will be used as filters.",
1390
- "artifactType": "XMLProperty",
1391
- "metadata": {
1392
- "type": "Event"
1393
- }
1394
- },
1395
- "search": {
1217
+ "press": {
1396
1218
  "type": "string",
1397
- "description": "This event is fired when the 'Go' button is pressed or after a condition change.",
1219
+ "description": "An event is triggered when the KPI is pressed.",
1398
1220
  "artifactType": "XMLProperty",
1399
1221
  "metadata": {
1400
1222
  "type": "Event"
@@ -1407,71 +1229,31 @@
1407
1229
  "type": "Control"
1408
1230
  }
1409
1231
  },
1410
- "sap.fe.macros.filterBar.FilterField": {
1411
- "description": "Definition of a custom filter to be used inside the FilterBar.\nThe template for the FilterField has to be provided as the default aggregation\nOverview of Building Blocks\n\t\t\t\n",
1232
+ "sap.fe.macros.MicroChart": {
1233
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.",
1412
1234
  "isViewNode": true,
1413
1235
  "type": "object",
1414
1236
  "properties": {
1415
- "anchor": {
1416
- "type": "string",
1417
- "description": "Reference to the key of another filter already displayed in the table to properly place this one",
1418
- "artifactType": "XMLProperty",
1419
- "metadata": {
1420
- "type": "Property"
1421
- }
1422
- },
1423
- "key": {
1424
- "type": "string",
1425
- "description": "The property name of the FilterField",
1426
- "artifactType": "XMLProperty",
1427
- "metadata": {
1428
- "type": "Property"
1429
- }
1430
- },
1431
- "label": {
1432
- "type": "string",
1433
- "description": "The text that will be displayed for this FilterField",
1434
- "artifactType": "XMLProperty",
1435
- "metadata": {
1436
- "type": "Property"
1437
- }
1438
- },
1439
- "placement": {
1440
- "type": "string",
1441
- "description": "Defines where this filter should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1442
- "artifactType": "XMLProperty",
1443
- "metadata": {
1444
- "type": "Property"
1445
- },
1446
- "enum": [
1447
- "After",
1448
- "Before"
1449
- ]
1450
- },
1451
- "property": {
1237
+ "id": {
1452
1238
  "type": "string",
1453
- "description": "Defines which property will be influenced by the FilterField.\nThis must be a valid property of the entity as this can be used for SAP Companion integration\n",
1454
- "artifactType": "XMLProperty",
1455
- "metadata": {
1456
- "type": "Property"
1457
- }
1458
- },
1459
- "required": {
1460
- "type": "boolean",
1461
- "description": "If set, the FilterField will be marked as a mandatory field.",
1462
- "artifactType": "XMLProperty",
1463
- "metadata": {
1464
- "type": "Property"
1465
- }
1466
- },
1467
- "showMessages": {
1468
- "type": "boolean",
1469
- "description": "This property is not required at filter field level. To achieve the desired behavior, specify the showMessages property in the FilterBar building block.",
1239
+ "description": "Unique id of control",
1470
1240
  "artifactType": "XMLProperty",
1471
1241
  "metadata": {
1472
1242
  "type": "Property"
1473
1243
  }
1474
- },
1244
+ }
1245
+ },
1246
+ "additionalProperties": false,
1247
+ "metadata": {
1248
+ "path": [],
1249
+ "type": "Control"
1250
+ }
1251
+ },
1252
+ "sap.fe.macros.microchart.MicroChart": {
1253
+ "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/microchart/MicroChart\"], function(MicroChart) {\n\t ...\n\t new MicroChart(\"microChartID\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the MicroChart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
1254
+ "isViewNode": true,
1255
+ "type": "object",
1256
+ "properties": {
1475
1257
  "id": {
1476
1258
  "type": "string",
1477
1259
  "description": "Unique id of control",
@@ -1487,8 +1269,8 @@
1487
1269
  "type": "Control"
1488
1270
  }
1489
1271
  },
1490
- "sap.fe.macros.Form": {
1491
- "description": "Building block for creating a Form based on the metadata provided by OData V4.\n\nIt is designed to work based on a FieldGroup annotation but can also work if you provide a ReferenceFacet or a CollectionFacet\nUsage example:\n\n&lt;macros:Form id=\"MyForm\" metaPath=\"@com.sap.vocabularies.UI.v1.FieldGroup#GeneralInformation\" /&gt;\n\n",
1272
+ "sap.fe.macros.MultiValueField": {
1273
+ "description": "Building block for creating a MultiValueField based on the metadata provided by OData V4.\n\nThe MultiValueField can be used to display either a DataField or Property directly. It has to point to a collection property.\n\nUsage example:\n\n&lt;macros:MultiValueField\n id=\"SomeUniqueIdentifier\"\n contextPath=\"{entitySet&gt;}\"\n metaPath=\"{dataField&gt;}\"\n /&gt;\n",
1492
1274
  "isViewNode": true,
1493
1275
  "type": "object",
1494
1276
  "properties": {
@@ -1510,14 +1292,13 @@
1510
1292
  "type": "Property"
1511
1293
  }
1512
1294
  },
1513
- "title": {
1514
- "type": "string",
1515
- "description": "The title of the form control.",
1295
+ "readOnly": {
1296
+ "type": "boolean",
1297
+ "description": "The readOnly flag",
1516
1298
  "artifactType": "XMLProperty",
1517
1299
  "metadata": {
1518
1300
  "type": "Property"
1519
- },
1520
- "i18nClassification": "HED: Title of the form"
1301
+ }
1521
1302
  },
1522
1303
  "id": {
1523
1304
  "type": "string",
@@ -1534,41 +1315,14 @@
1534
1315
  "type": "Control"
1535
1316
  }
1536
1317
  },
1537
- "sap.fe.macros.FormElement": {
1538
- "description": "Building block used to create a form element based on the metadata provided by OData V4.",
1318
+ "sap.fe.macros.Paginator": {
1319
+ "description": "Building block used to create a paginator control.\nUsage example:\n\n&lt;macros:Paginator /&gt;\n\n",
1539
1320
  "isViewNode": true,
1540
1321
  "type": "object",
1541
1322
  "properties": {
1542
- "contextPath": {
1543
- "$ref": "#/definitions/sap.ui.model.Context",
1544
- "description": "contextPath",
1545
- "artifactType": "XMLProperty",
1546
- "isViewNode": true,
1547
- "metadata": {
1548
- "type": "Property"
1549
- }
1550
- },
1551
- "label": {
1323
+ "ariaTitle": {
1552
1324
  "type": "string",
1553
- "description": "Label shown for the field. If not set, the label from the annotations will be shown.",
1554
- "artifactType": "XMLProperty",
1555
- "metadata": {
1556
- "type": "Property"
1557
- },
1558
- "i18nClassification": "FLD: Label of the form element"
1559
- },
1560
- "metaPath": {
1561
- "$ref": "#/definitions/sap.ui.model.Context",
1562
- "description": "metaPath",
1563
- "artifactType": "XMLProperty",
1564
- "isViewNode": true,
1565
- "metadata": {
1566
- "type": "Property"
1567
- }
1568
- },
1569
- "visible": {
1570
- "type": "boolean",
1571
- "description": "If set to false, the FormElement is not rendered.",
1325
+ "description": "Title of the object that is readout by screen readers when the next/previous item is loaded via keyboard focus on the paginator button.",
1572
1326
  "artifactType": "XMLProperty",
1573
1327
  "metadata": {
1574
1328
  "type": "Property"
@@ -1581,25 +1335,6 @@
1581
1335
  "metadata": {
1582
1336
  "type": "Property"
1583
1337
  }
1584
- },
1585
- "fields": {
1586
- "type": "object",
1587
- "additionalProperties": {
1588
- "$ref": "#/definitions/sap.ui.core.Control"
1589
- },
1590
- "isViewNode": true,
1591
- "metadata": {
1592
- "path": [],
1593
- "type": "Aggregation"
1594
- }
1595
- },
1596
- "change": {
1597
- "type": "string",
1598
- "description": "The event is triggered when the field is changed.",
1599
- "artifactType": "XMLProperty",
1600
- "metadata": {
1601
- "type": "Event"
1602
- }
1603
1338
  }
1604
1339
  },
1605
1340
  "additionalProperties": false,
@@ -1608,30 +1343,46 @@
1608
1343
  "type": "Control"
1609
1344
  }
1610
1345
  },
1611
- "sap.fe.macros.MicroChart": {
1612
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\nOverview of Building Blocks\n\t\t\t",
1346
+ "sap.fe.macros.richtexteditor.ButtonGroup": {
1347
+ "description": "Button configurations for the RichTextEditor.",
1613
1348
  "isViewNode": true,
1614
1349
  "type": "object",
1615
1350
  "properties": {
1616
- "hideOnNoData": {
1351
+ "buttons": {
1352
+ "type": "string",
1353
+ "description": "The buttons to be displayed in the group.",
1354
+ "artifactType": "XMLProperty",
1355
+ "metadata": {
1356
+ "type": "Property"
1357
+ }
1358
+ },
1359
+ "customToolbarPriority": {
1360
+ "type": "string",
1361
+ "description": "The priority of the group in the custom toolbar.",
1362
+ "artifactType": "XMLProperty",
1363
+ "metadata": {
1364
+ "type": "Property"
1365
+ }
1366
+ },
1367
+ "name": {
1617
1368
  "type": "string",
1618
- "description": "Show blank space in case there is no data in the chart",
1369
+ "description": "The name of the group.",
1619
1370
  "artifactType": "XMLProperty",
1620
1371
  "metadata": {
1621
1372
  "type": "Property"
1622
1373
  }
1623
1374
  },
1624
- "showOnlyChart": {
1375
+ "priority": {
1625
1376
  "type": "string",
1626
- "description": "To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do\nnot see the inner labels of the MicroChart as well.",
1377
+ "description": "The priority of the group.",
1627
1378
  "artifactType": "XMLProperty",
1628
1379
  "metadata": {
1629
1380
  "type": "Property"
1630
1381
  }
1631
1382
  },
1632
- "size": {
1383
+ "visible": {
1633
1384
  "type": "string",
1634
- "description": "Size of the MicroChart",
1385
+ "description": "Whether the group is visible.",
1635
1386
  "artifactType": "XMLProperty",
1636
1387
  "metadata": {
1637
1388
  "type": "Property"
@@ -1652,30 +1403,14 @@
1652
1403
  "type": "Control"
1653
1404
  }
1654
1405
  },
1655
- "sap.fe.macros.microchart.MicroChart": {
1656
- "description": "Building block used to create a MicroChart based on the metadata provided by OData V4.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/microchart/MicroChart\"], function(MicroChart) {\n\t ...\n\t new MicroChart(\"microChartID\", {metaPath:\"MyProperty\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the MicroChart that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
1406
+ "sap.fe.macros.richtexteditor.Plugin": {
1407
+ "description": "Represents a TinyMCE plugin.\nEach object has to contain a property \"name\" which then contains the plugin name/ID.",
1657
1408
  "isViewNode": true,
1658
1409
  "type": "object",
1659
1410
  "properties": {
1660
- "hideOnNoData": {
1661
- "type": "string",
1662
- "description": "Show blank space in case there is no data in the chart",
1663
- "artifactType": "XMLProperty",
1664
- "metadata": {
1665
- "type": "Property"
1666
- }
1667
- },
1668
- "showOnlyChart": {
1669
- "type": "string",
1670
- "description": "To control the rendering of Title, Subtitle and Currency Labels. When the size is xs then we do\nnot see the inner labels of the MicroChart as well.",
1671
- "artifactType": "XMLProperty",
1672
- "metadata": {
1673
- "type": "Property"
1674
- }
1675
- },
1676
- "size": {
1411
+ "name": {
1677
1412
  "type": "string",
1678
- "description": "Size of the MicroChart",
1413
+ "description": "The plugin name.",
1679
1414
  "artifactType": "XMLProperty",
1680
1415
  "metadata": {
1681
1416
  "type": "Property"
@@ -1696,57 +1431,64 @@
1696
1431
  "type": "Control"
1697
1432
  }
1698
1433
  },
1699
- "sap.fe.macros.richtexteditor.ButtonGroup": {
1700
- "description": "Button configurations for the RichTextEditor.",
1434
+ "sap.fe.macros.RichTextEditorWithMetadata": {
1435
+ "description": "Metadata-driven building block that exposes the RichTextEditor UI5 control.\nIt's used to enter formatted text and uses the third-party component called TinyMCE.\n",
1701
1436
  "isViewNode": true,
1702
1437
  "type": "object",
1703
1438
  "properties": {
1704
- "buttons": {
1705
- "type": "string",
1706
- "description": "The buttons to be displayed in the group.",
1439
+ "buttonGroups": {
1440
+ "type": "array",
1441
+ "description": "With the 'buttonGroups' attribute, you can customize the buttons that are displayed on the toolbar of the editor.",
1707
1442
  "artifactType": "XMLProperty",
1708
1443
  "metadata": {
1709
1444
  "type": "Property"
1710
1445
  }
1711
1446
  },
1712
- "customToolbarPriority": {
1713
- "$ref": "#/definitions/int",
1714
- "description": "customToolbarPriority",
1447
+ "contextPath": {
1448
+ "$ref": "#/definitions/sap.ui.model.Context",
1449
+ "description": "contextPath",
1715
1450
  "artifactType": "XMLProperty",
1716
1451
  "isViewNode": true,
1717
1452
  "metadata": {
1718
1453
  "type": "Property"
1719
1454
  }
1720
1455
  },
1721
- "name": {
1722
- "type": "string",
1723
- "description": "The name of the group.",
1456
+ "excludeDefaultPlugins": {
1457
+ "type": "boolean",
1458
+ "description": "With the 'excludeDefaultPlugins' you can ask to remove the plugins that will be added by default\nThe default plugins are \"emoticons\" \"directionality\" \"image\" \"table\" \"link\" \"powerpaste\".",
1724
1459
  "artifactType": "XMLProperty",
1725
1460
  "metadata": {
1726
1461
  "type": "Property"
1727
1462
  }
1728
1463
  },
1729
- "priority": {
1730
- "$ref": "#/definitions/int",
1731
- "description": "priority",
1464
+ "metaPath": {
1465
+ "$ref": "#/definitions/sap.ui.model.Context",
1466
+ "description": "metaPath",
1732
1467
  "artifactType": "XMLProperty",
1733
1468
  "isViewNode": true,
1734
1469
  "metadata": {
1735
1470
  "type": "Property"
1736
1471
  }
1737
1472
  },
1738
- "row": {
1739
- "$ref": "#/definitions/int",
1740
- "description": "row",
1473
+ "plugins": {
1474
+ "type": "array",
1475
+ "description": "With the 'plugins' attribute you can customize the plugins that will be loaded by the editor.",
1741
1476
  "artifactType": "XMLProperty",
1742
- "isViewNode": true,
1743
1477
  "metadata": {
1744
1478
  "type": "Property"
1745
1479
  }
1746
1480
  },
1747
- "visible": {
1748
- "type": "string",
1749
- "description": "Whether the group is visible.",
1481
+ "readOnly": {
1482
+ "type": "boolean",
1483
+ "description": "Use the readOnly attribute to override the edit flow of the page.\nBy setting 'readOnly' to true, a FormattedText is displayed instead of the editor.",
1484
+ "artifactType": "XMLProperty",
1485
+ "metadata": {
1486
+ "type": "Property"
1487
+ }
1488
+ },
1489
+ "required": {
1490
+ "type": "boolean",
1491
+ "description": "Use the 'required' attribute, to make sure that the editor is filled with some text.",
1750
1492
  "artifactType": "XMLProperty",
1751
1493
  "metadata": {
1752
1494
  "type": "Property"
@@ -1767,39 +1509,27 @@
1767
1509
  "type": "Control"
1768
1510
  }
1769
1511
  },
1770
- "sap.fe.macros.richtexteditor.Plugin": {
1771
- "description": "Represents a TinyMCE plugin.\nEach object has to contain a property \"name\" which then contains the plugin name/ID.",
1512
+ "sap.fe.macros.Share": {
1513
+ "description": "Building block used to create the ‘Share’ functionality.\n\nPlease note that the 'Share in SAP Jam' option is only available on platforms that are integrated with SAP Jam.\n\nIf you are consuming this macro in an environment where the SAP Fiori launchpad is not available, then the 'Save as Tile' option is not visible.\nUsage example:\n\n&lt;macros:Share\n\tid=\"someID\"\nvisible=\"true\"\n/&gt;\n\n",
1772
1514
  "isViewNode": true,
1773
1515
  "type": "object",
1774
1516
  "properties": {
1775
- "name": {
1776
- "type": "string",
1777
- "description": "The plugin name.",
1517
+ "shareOptions": {
1518
+ "type": "object",
1519
+ "description": "Supported Share options sap.fe.macros.share.ShareOptions.",
1778
1520
  "artifactType": "XMLProperty",
1779
1521
  "metadata": {
1780
1522
  "type": "Property"
1781
1523
  }
1782
1524
  },
1783
- "id": {
1784
- "type": "string",
1785
- "description": "Unique id of control",
1525
+ "visible": {
1526
+ "type": "boolean",
1527
+ "description": "Whether the share control should be visible on the screen.",
1786
1528
  "artifactType": "XMLProperty",
1787
1529
  "metadata": {
1788
1530
  "type": "Property"
1789
1531
  }
1790
- }
1791
- },
1792
- "additionalProperties": false,
1793
- "metadata": {
1794
- "path": [],
1795
- "type": "Control"
1796
- }
1797
- },
1798
- "sap.fe.macros.share.ShareOptions": {
1799
- "description": "Share Options.",
1800
- "isViewNode": true,
1801
- "type": "object",
1802
- "properties": {
1532
+ },
1803
1533
  "id": {
1804
1534
  "type": "string",
1805
1535
  "description": "Unique id of control",
@@ -1828,26 +1558,6 @@
1828
1558
  "type": "Property"
1829
1559
  }
1830
1560
  },
1831
- "command": {
1832
- "type": "string",
1833
- "description": "Determines the shortcut combination to trigger the action",
1834
- "artifactType": "XMLProperty",
1835
- "metadata": {
1836
- "type": "Property"
1837
- }
1838
- },
1839
- "enableOnSelect": {
1840
- "type": "string",
1841
- "description": "Determines whether the action requires selecting one item or multiple items.\nAllowed values are `single` and `multi`",
1842
- "artifactType": "XMLProperty",
1843
- "metadata": {
1844
- "type": "Property"
1845
- },
1846
- "enum": [
1847
- "multi",
1848
- "single"
1849
- ]
1850
- },
1851
1561
  "enabled": {
1852
1562
  "type": "boolean",
1853
1563
  "description": "Enables or disables the action",
@@ -1901,17 +1611,9 @@
1901
1611
  },
1902
1612
  "i18nClassification": "BUT: Text of the action button"
1903
1613
  },
1904
- "visible": {
1905
- "type": "boolean",
1906
- "description": "Determines whether the action is visible.",
1907
- "artifactType": "XMLProperty",
1908
- "metadata": {
1909
- "type": "Property"
1910
- }
1911
- },
1912
- "id": {
1913
- "type": "string",
1914
- "description": "Unique id of control",
1614
+ "id": {
1615
+ "type": "string",
1616
+ "description": "Unique id of control",
1915
1617
  "artifactType": "XMLProperty",
1916
1618
  "metadata": {
1917
1619
  "type": "Property"
@@ -1937,14 +1639,6 @@
1937
1639
  "type": "Property"
1938
1640
  }
1939
1641
  },
1940
- "defaultAction": {
1941
- "type": "string",
1942
- "description": "Determines the default action to be executed on the action group.",
1943
- "artifactType": "XMLProperty",
1944
- "metadata": {
1945
- "type": "Property"
1946
- }
1947
- },
1948
1642
  "key": {
1949
1643
  "type": "string",
1950
1644
  "description": "Unique identifier of the ActionGroup",
@@ -1955,7 +1649,7 @@
1955
1649
  },
1956
1650
  "placement": {
1957
1651
  "type": "string",
1958
- "description": "Determines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1652
+ "description": "Defines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1959
1653
  "artifactType": "XMLProperty",
1960
1654
  "metadata": {
1961
1655
  "type": "Property"
@@ -2000,173 +1694,6 @@
2000
1694
  "type": "Control"
2001
1695
  }
2002
1696
  },
2003
- "sap.fe.macros.table.ActionGroupOverride": {
2004
- "description": "Definition of an action group override to be used inside the Table building block.",
2005
- "isViewNode": true,
2006
- "type": "object",
2007
- "properties": {
2008
- "anchor": {
2009
- "type": "string",
2010
- "description": "Reference to the key of another action or action group already displayed in the toolbar to properly place this one",
2011
- "artifactType": "XMLProperty",
2012
- "metadata": {
2013
- "type": "Property"
2014
- }
2015
- },
2016
- "key": {
2017
- "type": "string",
2018
- "description": "Unique identifier of the ActionGroup to overridden.",
2019
- "artifactType": "XMLProperty",
2020
- "metadata": {
2021
- "type": "Property"
2022
- }
2023
- },
2024
- "placement": {
2025
- "type": "string",
2026
- "description": "Determines where this action group should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
2027
- "artifactType": "XMLProperty",
2028
- "metadata": {
2029
- "type": "Property"
2030
- },
2031
- "enum": [
2032
- "After",
2033
- "Before"
2034
- ]
2035
- },
2036
- "id": {
2037
- "type": "string",
2038
- "description": "Unique id of control",
2039
- "artifactType": "XMLProperty",
2040
- "metadata": {
2041
- "type": "Property"
2042
- }
2043
- },
2044
- "actions": {
2045
- "type": "object",
2046
- "additionalProperties": {
2047
- "$ref": "#/definitions/sap.fe.macros.table.Action"
2048
- },
2049
- "isViewNode": true,
2050
- "metadata": {
2051
- "path": [],
2052
- "type": "Aggregation"
2053
- }
2054
- }
2055
- },
2056
- "additionalProperties": false,
2057
- "metadata": {
2058
- "path": [],
2059
- "type": "Control"
2060
- }
2061
- },
2062
- "sap.fe.macros.table.ActionOverride": {
2063
- "description": "Definition of an override for the action to be used inside the Table building block.",
2064
- "isViewNode": true,
2065
- "type": "object",
2066
- "properties": {
2067
- "anchor": {
2068
- "type": "string",
2069
- "description": "Reference to the key of another action already displayed in the toolbar to properly place this one",
2070
- "artifactType": "XMLProperty",
2071
- "metadata": {
2072
- "type": "Property"
2073
- }
2074
- },
2075
- "command": {
2076
- "type": "string",
2077
- "description": "Determines the shortcut combination to trigger the action",
2078
- "artifactType": "XMLProperty",
2079
- "metadata": {
2080
- "type": "Property"
2081
- }
2082
- },
2083
- "defaultValuesFunction": {
2084
- "type": "string",
2085
- "description": "Determines the function to get the default values of the action.",
2086
- "artifactType": "XMLProperty",
2087
- "metadata": {
2088
- "type": "Property"
2089
- }
2090
- },
2091
- "enableAutoScroll": {
2092
- "type": "boolean",
2093
- "description": "Determines if the auto scroll is enabled after executing the action.",
2094
- "artifactType": "XMLProperty",
2095
- "metadata": {
2096
- "type": "Property"
2097
- }
2098
- },
2099
- "enableOnSelect": {
2100
- "type": "string",
2101
- "description": "Determines whether the action requires selecting one item or multiple items.\nAllowed values are `single` and `multi`",
2102
- "artifactType": "XMLProperty",
2103
- "metadata": {
2104
- "type": "Property"
2105
- },
2106
- "enum": [
2107
- "multi",
2108
- "single"
2109
- ]
2110
- },
2111
- "enabled": {
2112
- "type": "boolean",
2113
- "description": "Enables or disables the action",
2114
- "artifactType": "XMLProperty",
2115
- "metadata": {
2116
- "type": "Property"
2117
- }
2118
- },
2119
- "key": {
2120
- "type": "string",
2121
- "description": "Unique identifier of the action to overridden.",
2122
- "artifactType": "XMLProperty",
2123
- "metadata": {
2124
- "type": "Property"
2125
- }
2126
- },
2127
- "navigateToInstance": {
2128
- "type": "boolean",
2129
- "description": "Determines whether there is a navigation after executing the action.",
2130
- "artifactType": "XMLProperty",
2131
- "metadata": {
2132
- "type": "Property"
2133
- }
2134
- },
2135
- "placement": {
2136
- "type": "string",
2137
- "description": "Defines where this action should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
2138
- "artifactType": "XMLProperty",
2139
- "metadata": {
2140
- "type": "Property"
2141
- },
2142
- "enum": [
2143
- "After",
2144
- "Before"
2145
- ]
2146
- },
2147
- "visible": {
2148
- "type": "boolean",
2149
- "description": "Determines whether the action is visible.",
2150
- "artifactType": "XMLProperty",
2151
- "metadata": {
2152
- "type": "Property"
2153
- }
2154
- },
2155
- "id": {
2156
- "type": "string",
2157
- "description": "Unique id of control",
2158
- "artifactType": "XMLProperty",
2159
- "metadata": {
2160
- "type": "Property"
2161
- }
2162
- }
2163
- },
2164
- "additionalProperties": false,
2165
- "metadata": {
2166
- "path": [],
2167
- "type": "Control"
2168
- }
2169
- },
2170
1697
  "sap.fe.macros.table.Column": {
2171
1698
  "description": "Definition of a custom column to be used inside the table.\nThe template for the column has to be provided as the default aggregation\n",
2172
1699
  "isViewNode": true,
@@ -2209,669 +1736,55 @@
2209
1736
  "type": "string",
2210
1737
  "description": "Unique identifier of the column",
2211
1738
  "artifactType": "XMLProperty",
2212
- "metadata": {
2213
- "type": "Property"
2214
- }
2215
- },
2216
- "placement": {
2217
- "type": "string",
2218
- "description": "Determines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
2219
- "artifactType": "XMLProperty",
2220
- "metadata": {
2221
- "type": "Property"
2222
- },
2223
- "enum": [
2224
- "After",
2225
- "Before"
2226
- ]
2227
- },
2228
- "properties": {
2229
- "$ref": "#/definitions/string[]",
2230
- "description": "properties",
2231
- "artifactType": "XMLProperty",
2232
- "isViewNode": true,
2233
- "metadata": {
2234
- "type": "Property"
2235
- }
2236
- },
2237
- "width": {
2238
- "type": "string",
2239
- "description": "Determines the column's width.\nAllowed values are 'auto', 'value', and 'inherit', according to sap.ui.core.CSSSize\n",
2240
- "artifactType": "XMLProperty",
2241
- "metadata": {
2242
- "type": "Property"
2243
- }
2244
- },
2245
- "widthIncludingColumnHeader": {
2246
- "type": "boolean",
2247
- "description": "Indicates if the column header should be a part of the width calculation.",
2248
- "artifactType": "XMLProperty",
2249
- "metadata": {
2250
- "type": "Property"
2251
- }
2252
- },
2253
- "id": {
2254
- "type": "string",
2255
- "description": "Unique id of control",
2256
- "artifactType": "XMLProperty",
2257
- "metadata": {
2258
- "type": "Property"
2259
- }
2260
- },
2261
- "exportSettings": {
2262
- "type": "object",
2263
- "additionalProperties": {
2264
- "$ref": "#/definitions/sap.fe.macros.table.ColumnExportSettings"
2265
- },
2266
- "isViewNode": true,
2267
- "metadata": {
2268
- "path": [],
2269
- "type": "Aggregation"
2270
- }
2271
- }
2272
- },
2273
- "additionalProperties": false,
2274
- "metadata": {
2275
- "path": [],
2276
- "type": "Control"
2277
- }
2278
- },
2279
- "sap.fe.macros.table.ColumnExportSettings": {
2280
- "description": "Definition of the export settings applied to a column within the table.",
2281
- "isViewNode": true,
2282
- "type": "object",
2283
- "properties": {
2284
- "property": {
2285
- "$ref": "#/definitions/string[]",
2286
- "description": "property",
2287
- "artifactType": "XMLProperty",
2288
- "isViewNode": true,
2289
- "metadata": {
2290
- "type": "Property"
2291
- }
2292
- },
2293
- "template": {
2294
- "type": "string",
2295
- "description": "Determines a formatting template that supports indexed placeholders within curly brackets.",
2296
- "artifactType": "XMLProperty",
2297
- "metadata": {
2298
- "type": "Property"
2299
- }
2300
- },
2301
- "type": {
2302
- "type": "string",
2303
- "description": "Determines the data type of the field",
2304
- "artifactType": "XMLProperty",
2305
- "metadata": {
2306
- "type": "Property"
2307
- }
2308
- },
2309
- "width": {
2310
- "type": "number",
2311
- "description": "Determines the width of the column in characters",
2312
- "artifactType": "XMLProperty",
2313
- "metadata": {
2314
- "type": "Property"
2315
- }
2316
- },
2317
- "wrap": {
2318
- "type": "boolean",
2319
- "description": "Determines if the content needs to be wrapped.",
2320
- "artifactType": "XMLProperty",
2321
- "metadata": {
2322
- "type": "Property"
2323
- }
2324
- },
2325
- "id": {
2326
- "type": "string",
2327
- "description": "Unique id of control",
2328
- "artifactType": "XMLProperty",
2329
- "metadata": {
2330
- "type": "Property"
2331
- }
2332
- }
2333
- },
2334
- "additionalProperties": false,
2335
- "metadata": {
2336
- "path": [],
2337
- "type": "Control"
2338
- }
2339
- },
2340
- "sap.fe.macros.table.ColumnOverride": {
2341
- "description": "Definition of an override for the column to be used inside the Table building block.",
2342
- "isViewNode": true,
2343
- "type": "object",
2344
- "properties": {
2345
- "horizontalAlign": {
2346
- "type": "string",
2347
- "description": "Aligns the header as well as the content horizontally",
2348
- "artifactType": "XMLProperty",
2349
- "metadata": {
2350
- "type": "Property"
2351
- }
2352
- },
2353
- "importance": {
2354
- "type": "string",
2355
- "description": "Defines the importance of the column.\nYou can define which columns should be automatically moved to the pop-in area based on their importance\n",
2356
- "artifactType": "XMLProperty",
2357
- "metadata": {
2358
- "type": "Property"
2359
- }
2360
- },
2361
- "key": {
2362
- "type": "string",
2363
- "description": "Unique identifier of the column to overridden.",
2364
- "artifactType": "XMLProperty",
2365
- "metadata": {
2366
- "type": "Property"
2367
- }
2368
- },
2369
- "width": {
2370
- "type": "string",
2371
- "description": "Determines the column's width.\nAllowed values are 'auto', 'value', and 'inherit', according to sap.ui.core.CSSSize\n",
2372
- "artifactType": "XMLProperty",
2373
- "metadata": {
2374
- "type": "Property"
2375
- }
2376
- },
2377
- "widthIncludingColumnHeader": {
2378
- "type": "boolean",
2379
- "description": "Indicates if the column header should be a part of the width calculation.",
2380
- "artifactType": "XMLProperty",
2381
- "metadata": {
2382
- "type": "Property"
2383
- }
2384
- },
2385
- "id": {
2386
- "type": "string",
2387
- "description": "Unique id of control",
2388
- "artifactType": "XMLProperty",
2389
- "metadata": {
2390
- "type": "Property"
2391
- }
2392
- },
2393
- "exportSettings": {
2394
- "type": "object",
2395
- "additionalProperties": {
2396
- "$ref": "#/definitions/sap.fe.macros.table.ColumnExportSettings"
2397
- },
2398
- "isViewNode": true,
2399
- "metadata": {
2400
- "path": [],
2401
- "type": "Aggregation"
2402
- }
2403
- }
2404
- },
2405
- "additionalProperties": false,
2406
- "metadata": {
2407
- "path": [],
2408
- "type": "Control"
2409
- }
2410
- },
2411
- "sap.fe.macros.table.MassEdit": {
2412
- "description": "Definition of the mass edit to be used inside the table.",
2413
- "isViewNode": true,
2414
- "type": "object",
2415
- "properties": {
2416
- "ignoredFields": {
2417
- "$ref": "#/definitions/string[]",
2418
- "description": "ignoredFields",
2419
- "artifactType": "XMLProperty",
2420
- "isViewNode": true,
2421
- "metadata": {
2422
- "type": "Property"
2423
- }
2424
- },
2425
- "operationGroupingMode": {
2426
- "type": "string",
2427
- "description": "Defines the mode of the operation grouping to save the new values\nAllowed values are `ChangeSet` and `Isolated`",
2428
- "artifactType": "XMLProperty",
2429
- "metadata": {
2430
- "type": "Property"
2431
- },
2432
- "enum": [
2433
- "ChangeSet",
2434
- "Isolated"
2435
- ]
2436
- },
2437
- "visibleFields": {
2438
- "$ref": "#/definitions/string[]",
2439
- "description": "visibleFields",
2440
- "artifactType": "XMLProperty",
2441
- "isViewNode": true,
2442
- "metadata": {
2443
- "type": "Property"
2444
- }
2445
- },
2446
- "id": {
2447
- "type": "string",
2448
- "description": "Unique id of control",
2449
- "artifactType": "XMLProperty",
2450
- "metadata": {
2451
- "type": "Property"
2452
- }
2453
- },
2454
- "customContent": {
2455
- "type": "object",
2456
- "additionalProperties": {
2457
- "$ref": "#/definitions/sap.ui.layout.form.FormContainer"
2458
- },
2459
- "isViewNode": true,
2460
- "metadata": {
2461
- "path": [],
2462
- "type": "Aggregation"
2463
- }
2464
- }
2465
- },
2466
- "additionalProperties": false,
2467
- "metadata": {
2468
- "path": [],
2469
- "type": "Control"
2470
- }
2471
- },
2472
- "sap.fe.macros.table.QuickVariantSelection": {
2473
- "description": "Definition of the quickVariantSelection to be used inside the table.",
2474
- "isViewNode": true,
2475
- "type": "object",
2476
- "properties": {
2477
- "paths": {
2478
- "$ref": "#/definitions/string[]",
2479
- "description": "paths",
2480
- "artifactType": "XMLProperty",
2481
- "isViewNode": true,
2482
- "metadata": {
2483
- "type": "Property"
2484
- }
2485
- },
2486
- "showCounts": {
2487
- "type": "boolean",
2488
- "description": "Defines whether the counts should be displayed next to the text",
2489
- "artifactType": "XMLProperty",
2490
- "metadata": {
2491
- "type": "Property"
2492
- }
2493
- },
2494
- "id": {
2495
- "type": "string",
2496
- "description": "Unique id of control",
2497
- "artifactType": "XMLProperty",
2498
- "metadata": {
2499
- "type": "Property"
2500
- }
2501
- }
2502
- },
2503
- "additionalProperties": false,
2504
- "metadata": {
2505
- "path": [],
2506
- "type": "Control"
2507
- }
2508
- },
2509
- "sap.fe.macros.Table": {
2510
- "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant, or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n&lt;macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n\nOverview of Table Building Blocks\n\t\t\t\n",
2511
- "isViewNode": true,
2512
- "type": "object",
2513
- "properties": {
2514
- "busy": {
2515
- "type": "boolean",
2516
- "description": "An expression that allows you to control the 'busy' state of the table.",
2517
- "artifactType": "XMLProperty",
2518
- "metadata": {
2519
- "type": "Property"
2520
- }
2521
- },
2522
- "condensedTableLayout": {
2523
- "type": "boolean",
2524
- "description": "Determines whether the table adapts to the condensed layout.",
2525
- "artifactType": "XMLProperty",
2526
- "metadata": {
2527
- "type": "Property"
2528
- }
2529
- },
2530
- "contextPath": {
2531
- "type": "string",
2532
- "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
2533
- "artifactType": "XMLProperty",
2534
- "metadata": {
2535
- "type": "Property"
2536
- }
2537
- },
2538
- "creationMode": {
2539
- "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
2540
- "description": "creationMode",
2541
- "artifactType": "XMLProperty",
2542
- "isViewNode": true,
2543
- "metadata": {
2544
- "type": "Property"
2545
- }
2546
- },
2547
- "disableCopyToClipboard": {
2548
- "type": "boolean",
2549
- "description": "Controls if the copy functionality of the table is disabled or not.",
2550
- "artifactType": "XMLProperty",
2551
- "metadata": {
2552
- "type": "Property"
2553
- }
2554
- },
2555
- "enableAutoColumnWidth": {
2556
- "type": "boolean",
2557
- "description": "Specifies if the column width is automatically calculated.",
2558
- "artifactType": "XMLProperty",
2559
- "metadata": {
2560
- "type": "Property"
2561
- }
2562
- },
2563
- "enableExport": {
2564
- "type": "boolean",
2565
- "description": "Controls if the export functionality of the table is enabled or not.",
2566
- "artifactType": "XMLProperty",
2567
- "metadata": {
2568
- "type": "Property"
2569
- }
2570
- },
2571
- "enableFullScreen": {
2572
- "type": "boolean",
2573
- "description": "Controls whether the table can be opened in fullscreen mode or not.",
2574
- "artifactType": "XMLProperty",
2575
- "metadata": {
2576
- "type": "Property"
2577
- }
2578
- },
2579
- "enablePaste": {
2580
- "type": "boolean",
2581
- "description": "Controls if the paste functionality of the table is enabled or not.",
2582
- "artifactType": "XMLProperty",
2583
- "metadata": {
2584
- "type": "Property"
2585
- }
2586
- },
2587
- "enablePastingOfComputedProperties": {
2588
- "type": "boolean",
2589
- "description": "Determine whether the data copied to the computed columns is sent to the back end.",
2590
- "artifactType": "XMLProperty",
2591
- "metadata": {
2592
- "type": "Property"
2593
- }
2594
- },
2595
- "enableSelectAll": {
2596
- "type": "boolean",
2597
- "description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
2598
- "artifactType": "XMLProperty",
2599
- "metadata": {
2600
- "type": "Property"
2601
- }
2602
- },
2603
- "exportRequestSize": {
2604
- "$ref": "#/definitions/int",
2605
- "description": "exportRequestSize",
2606
- "artifactType": "XMLProperty",
2607
- "isViewNode": true,
2608
- "metadata": {
2609
- "type": "Property"
2610
- }
2611
- },
2612
- "filterBar": {
2613
- "type": "string",
2614
- "description": "ID of the FilterBar building block associated with the table.",
2615
- "artifactType": "XMLProperty",
2616
- "metadata": {
2617
- "type": "Property"
2618
- }
2619
- },
2620
- "frozenColumnCount": {
2621
- "$ref": "#/definitions/int",
2622
- "description": "frozenColumnCount",
2623
- "artifactType": "XMLProperty",
2624
- "isViewNode": true,
2625
- "metadata": {
2626
- "type": "Property"
2627
- }
2628
- },
2629
- "header": {
2630
- "type": "string",
2631
- "description": "Specifies the header text that is shown in the table.",
2632
- "artifactType": "XMLProperty",
2633
- "metadata": {
2634
- "type": "Property"
2635
- },
2636
- "i18nClassification": "TIT: Header of the table"
2637
- },
2638
- "headerVisible": {
2639
- "type": "boolean",
2640
- "description": "Controls if the header text should be shown or not.",
2641
- "artifactType": "XMLProperty",
2642
- "metadata": {
2643
- "type": "Property"
2644
- }
2645
- },
2646
- "ignoredFields": {
2647
- "type": "string",
2648
- "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
2649
- "artifactType": "XMLProperty",
2650
- "metadata": {
2651
- "type": "Property"
2652
- }
2653
- },
2654
- "isSearchable": {
2655
- "type": "boolean",
2656
- "description": "Defines whether to display the search action.",
2657
- "artifactType": "XMLProperty",
2658
- "metadata": {
2659
- "type": "Property"
2660
- }
2661
- },
2662
- "metaPath": {
2663
- "type": "string",
2664
- "description": "Defines the relative path to a LineItem, PresentationVariant or SelectionPresentationVariant in the metamodel, based on the current contextPath.",
2665
- "artifactType": "XMLProperty",
2666
- "metadata": {
2667
- "type": "Property"
2668
- }
2669
- },
2670
- "modeForNoDataMessage": {
2671
- "type": "string",
2672
- "description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
2673
- "artifactType": "XMLProperty",
2674
- "metadata": {
2675
- "type": "Property"
2676
- },
2677
- "enum": [
2678
- "illustratedMessage-Auto",
2679
- "illustratedMessage-Base",
2680
- "illustratedMessage-Dialog",
2681
- "illustratedMessage-Dot",
2682
- "illustratedMessage-Scene",
2683
- "illustratedMessage-Spot",
2684
- "text"
2685
- ]
2686
- },
2687
- "personalization": {
2688
- "type": "string",
2689
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Column\n- Filter\n",
2690
- "artifactType": "XMLProperty",
2691
- "metadata": {
2692
- "type": "Property"
2693
- }
2694
- },
2695
- "readOnly": {
2696
- "type": "boolean",
2697
- "description": "An expression that allows you to control the 'read-only' state of the table.\nIf you do not set any expression, SAP Fiori elements hooks into the standard lifecycle to determine the current state.\n",
2698
- "artifactType": "XMLProperty",
2699
- "metadata": {
2700
- "type": "Property"
2701
- }
2702
- },
2703
- "rowCount": {
2704
- "$ref": "#/definitions/int",
2705
- "description": "rowCount",
2706
- "artifactType": "XMLProperty",
2707
- "isViewNode": true,
2708
- "metadata": {
2709
- "type": "Property"
2710
- }
2711
- },
2712
- "rowCountMode": {
2713
- "type": "string",
2714
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
2715
- "artifactType": "XMLProperty",
2716
- "metadata": {
2717
- "type": "Property"
2718
- },
2719
- "enum": [
2720
- "Auto",
2721
- "Fixed",
2722
- "Interactive"
2723
- ]
2724
- },
2725
- "scrollThreshold": {
2726
- "$ref": "#/definitions/int",
2727
- "description": "scrollThreshold",
2728
- "artifactType": "XMLProperty",
2729
- "isViewNode": true,
2730
- "metadata": {
2731
- "type": "Property"
2732
- }
2733
- },
2734
- "selectionLimit": {
2735
- "anyOf": [
2736
- {
2737
- "type": "number"
2738
- },
2739
- {
2740
- "type": "string",
2741
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
2742
- }
2743
- ],
2744
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
2745
- "artifactType": "XMLProperty",
2746
- "metadata": {
2747
- "type": "Property"
2748
- }
2749
- },
2750
- "selectionMode": {
2751
- "type": "string",
2752
- "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
2753
- "artifactType": "XMLProperty",
2754
- "metadata": {
2755
- "type": "Property"
2756
- },
2757
- "enum": [
2758
- "None",
2759
- "Single",
2760
- "Multi",
2761
- "Auto",
2762
- "ForceMulti",
2763
- "ForceSingle"
2764
- ]
2765
- },
2766
- "type": {
2767
- "type": "string",
2768
- "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
2769
- "artifactType": "XMLProperty",
2770
- "metadata": {
2771
- "type": "Property"
2772
- },
2773
- "enum": [
2774
- "GridTable",
2775
- "ResponsiveTable",
2776
- "AnalyticalTable"
2777
- ]
2778
- },
2779
- "variantManagement": {
2780
- "type": "string",
2781
- "description": "Controls the kind of variant management that should be enabled for the table.\nAllowed value is `Control`.\nIf set with value `Control`, a variant management control is seen within the table and the table is linked to this.\nIf not set with any value, control level variant management is not available for this table.\n",
2782
- "artifactType": "XMLProperty",
2783
- "metadata": {
2784
- "type": "Property"
2785
- },
2786
- "enum": [
2787
- "None",
2788
- "Page",
2789
- "Control"
2790
- ]
2791
- },
2792
- "widthIncludingColumnHeader": {
2793
- "type": "boolean",
2794
- "description": "Indicates if the column header should be a part of the width calculation.",
2795
- "artifactType": "XMLProperty",
2796
- "metadata": {
2797
- "type": "Property"
2798
- }
2799
- },
2800
- "id": {
2801
- "type": "string",
2802
- "description": "Unique id of control",
2803
- "artifactType": "XMLProperty",
2804
- "metadata": {
2805
- "type": "Property"
2806
- }
2807
- },
2808
- "actions": {
2809
- "type": "object",
2810
- "additionalProperties": {
2811
- "$ref": "#/definitions/sap.fe.macros.table.Action"
2812
- },
2813
- "isViewNode": true,
2814
- "metadata": {
2815
- "path": [],
2816
- "type": "Aggregation"
2817
- }
2818
- },
2819
- "columns": {
2820
- "type": "object",
2821
- "additionalProperties": {
2822
- "$ref": "#/definitions/sap.fe.macros.table.Column"
2823
- },
2824
- "isViewNode": true,
2825
- "metadata": {
2826
- "path": [],
2827
- "type": "Aggregation"
1739
+ "metadata": {
1740
+ "type": "Property"
2828
1741
  }
2829
1742
  },
2830
- "massEdit": {
2831
- "type": "object",
2832
- "additionalProperties": {
2833
- "$ref": "#/definitions/sap.fe.macros.table.MassEdit"
2834
- },
2835
- "isViewNode": true,
1743
+ "placement": {
1744
+ "type": "string",
1745
+ "description": "Defines where this column should be placed relative to the defined anchor\nAllowed values are `Before` and `After`\n",
1746
+ "artifactType": "XMLProperty",
2836
1747
  "metadata": {
2837
- "path": [],
2838
- "type": "Aggregation"
2839
- }
1748
+ "type": "Property"
1749
+ },
1750
+ "enum": [
1751
+ "After",
1752
+ "Before"
1753
+ ]
2840
1754
  },
2841
- "beforeRebindTable": {
1755
+ "width": {
2842
1756
  "type": "string",
2843
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
1757
+ "description": "Defines the column's width.\nAllowed values are `auto`, `value` and `inherit` according to sap.ui.core.CSSSize\n",
2844
1758
  "artifactType": "XMLProperty",
2845
1759
  "metadata": {
2846
- "type": "Event"
1760
+ "type": "Property"
2847
1761
  }
2848
1762
  },
2849
- "rowPress": {
2850
- "type": "string",
2851
- "description": "An event is triggered when the user chooses a row; the event contains information about which row is chosen.\nYou can set this in order to handle the navigation manually.\n",
1763
+ "widthIncludingColumnHeader": {
1764
+ "type": "boolean",
1765
+ "description": "Indicates if the column header should be a part of the width calculation.",
2852
1766
  "artifactType": "XMLProperty",
2853
1767
  "metadata": {
2854
- "type": "Event"
1768
+ "type": "Property"
2855
1769
  }
2856
1770
  },
2857
- "selectionChange": {
1771
+ "id": {
2858
1772
  "type": "string",
2859
- "description": "An event triggered when the selection in the table changes.",
1773
+ "description": "Unique id of control",
2860
1774
  "artifactType": "XMLProperty",
2861
1775
  "metadata": {
2862
- "type": "Event"
1776
+ "type": "Property"
2863
1777
  }
2864
1778
  }
2865
1779
  },
2866
1780
  "additionalProperties": false,
2867
1781
  "metadata": {
2868
1782
  "path": [],
2869
- "type": "Control",
2870
- "defaultAggregation": "columns"
1783
+ "type": "Control"
2871
1784
  }
2872
1785
  },
2873
- "sap.fe.macros.table.Table": {
2874
- "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/Table\"], function(Table) {\n\t ...\n\t new Table(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
1786
+ "sap.fe.macros.Table": {
1787
+ "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\n&lt;macros:Table id=\"MyTable\" metaPath=\"@com.sap.vocabularies.UI.v1.LineItem\" /&gt;\n\n",
2875
1788
  "isViewNode": true,
2876
1789
  "type": "object",
2877
1790
  "properties": {
@@ -2883,14 +1796,6 @@
2883
1796
  "type": "Property"
2884
1797
  }
2885
1798
  },
2886
- "condensedTableLayout": {
2887
- "type": "boolean",
2888
- "description": "Determines whether the table adapts to the condensed layout.",
2889
- "artifactType": "XMLProperty",
2890
- "metadata": {
2891
- "type": "Property"
2892
- }
2893
- },
2894
1799
  "contextPath": {
2895
1800
  "type": "string",
2896
1801
  "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
@@ -2948,22 +1853,6 @@
2948
1853
  "type": "Property"
2949
1854
  }
2950
1855
  },
2951
- "enablePastingOfComputedProperties": {
2952
- "type": "boolean",
2953
- "description": "Determine whether the data copied to the computed columns is sent to the back end.",
2954
- "artifactType": "XMLProperty",
2955
- "metadata": {
2956
- "type": "Property"
2957
- }
2958
- },
2959
- "enableSelectAll": {
2960
- "type": "boolean",
2961
- "description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
2962
- "artifactType": "XMLProperty",
2963
- "metadata": {
2964
- "type": "Property"
2965
- }
2966
- },
2967
1856
  "exportRequestSize": {
2968
1857
  "$ref": "#/definitions/int",
2969
1858
  "description": "exportRequestSize",
@@ -2996,7 +1885,8 @@
2996
1885
  "artifactType": "XMLProperty",
2997
1886
  "metadata": {
2998
1887
  "type": "Property"
2999
- }
1888
+ },
1889
+ "i18nClassification": "TIT: Header of the table"
3000
1890
  },
3001
1891
  "headerVisible": {
3002
1892
  "type": "boolean",
@@ -3030,26 +1920,9 @@
3030
1920
  "type": "Property"
3031
1921
  }
3032
1922
  },
3033
- "modeForNoDataMessage": {
3034
- "type": "string",
3035
- "description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
3036
- "artifactType": "XMLProperty",
3037
- "metadata": {
3038
- "type": "Property"
3039
- },
3040
- "enum": [
3041
- "illustratedMessage-Auto",
3042
- "illustratedMessage-Base",
3043
- "illustratedMessage-Dialog",
3044
- "illustratedMessage-Dot",
3045
- "illustratedMessage-Scene",
3046
- "illustratedMessage-Spot",
3047
- "text"
3048
- ]
3049
- },
3050
1923
  "personalization": {
3051
1924
  "type": "string",
3052
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Column\n- Filter\n",
1925
+ "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
3053
1926
  "artifactType": "XMLProperty",
3054
1927
  "metadata": {
3055
1928
  "type": "Property"
@@ -3074,42 +1947,16 @@
3074
1947
  },
3075
1948
  "rowCountMode": {
3076
1949
  "type": "string",
3077
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
1950
+ "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
3078
1951
  "artifactType": "XMLProperty",
3079
1952
  "metadata": {
3080
1953
  "type": "Property"
3081
1954
  },
3082
1955
  "enum": [
3083
1956
  "Auto",
3084
- "Fixed",
3085
- "Interactive"
1957
+ "Fixed"
3086
1958
  ]
3087
1959
  },
3088
- "scrollThreshold": {
3089
- "$ref": "#/definitions/int",
3090
- "description": "scrollThreshold",
3091
- "artifactType": "XMLProperty",
3092
- "isViewNode": true,
3093
- "metadata": {
3094
- "type": "Property"
3095
- }
3096
- },
3097
- "selectionLimit": {
3098
- "anyOf": [
3099
- {
3100
- "type": "number"
3101
- },
3102
- {
3103
- "type": "string",
3104
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
3105
- }
3106
- ],
3107
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
3108
- "artifactType": "XMLProperty",
3109
- "metadata": {
3110
- "type": "Property"
3111
- }
3112
- },
3113
1960
  "selectionMode": {
3114
1961
  "type": "string",
3115
1962
  "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
@@ -3146,7 +1993,11 @@
3146
1993
  "metadata": {
3147
1994
  "type": "Property"
3148
1995
  },
3149
- "const": "Control"
1996
+ "enum": [
1997
+ "None",
1998
+ "Page",
1999
+ "Control"
2000
+ ]
3150
2001
  },
3151
2002
  "widthIncludingColumnHeader": {
3152
2003
  "type": "boolean",
@@ -3186,20 +2037,9 @@
3186
2037
  "type": "Aggregation"
3187
2038
  }
3188
2039
  },
3189
- "massEdit": {
3190
- "type": "object",
3191
- "additionalProperties": {
3192
- "$ref": "#/definitions/sap.fe.macros.table.MassEdit"
3193
- },
3194
- "isViewNode": true,
3195
- "metadata": {
3196
- "path": [],
3197
- "type": "Aggregation"
3198
- }
3199
- },
3200
2040
  "beforeRebindTable": {
3201
2041
  "type": "string",
3202
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
2042
+ "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
3203
2043
  "artifactType": "XMLProperty",
3204
2044
  "metadata": {
3205
2045
  "type": "Event"
@@ -3225,78 +2065,12 @@
3225
2065
  "additionalProperties": false,
3226
2066
  "metadata": {
3227
2067
  "path": [],
3228
- "type": "Control"
3229
- }
3230
- },
3231
- "sap.fe.macros.table.TableCreationOptions": {
3232
- "description": "Create options for the table.",
3233
- "isViewNode": true,
3234
- "type": "object",
3235
- "properties": {
3236
- "createAtEnd": {
3237
- "type": "boolean",
3238
- "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
3239
- "artifactType": "XMLProperty",
3240
- "metadata": {
3241
- "type": "Property"
3242
- }
3243
- },
3244
- "creationFields": {
3245
- "type": "string",
3246
- "description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.\n",
3247
- "artifactType": "XMLProperty",
3248
- "metadata": {
3249
- "type": "Property"
3250
- }
3251
- },
3252
- "inlineCreationRowsHiddenInEditMode": {
3253
- "type": "boolean",
3254
- "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
3255
- "artifactType": "XMLProperty",
3256
- "metadata": {
3257
- "type": "Property"
3258
- }
3259
- },
3260
- "name": {
3261
- "type": "string",
3262
- "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows`, `External` or `CreationDialog`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nCreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in `creationFields`).\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
3263
- "artifactType": "XMLProperty",
3264
- "metadata": {
3265
- "type": "Property"
3266
- },
3267
- "enum": [
3268
- "CreationDialog",
3269
- "External",
3270
- "Inline",
3271
- "InlineCreationRows",
3272
- "NewPage"
3273
- ]
3274
- },
3275
- "outbound": {
3276
- "type": "string",
3277
- "description": "The navigation target where the document is created in case of creationMode 'External'\n",
3278
- "artifactType": "XMLProperty",
3279
- "metadata": {
3280
- "type": "Property"
3281
- }
3282
- },
3283
- "id": {
3284
- "type": "string",
3285
- "description": "Unique id of control",
3286
- "artifactType": "XMLProperty",
3287
- "metadata": {
3288
- "type": "Property"
3289
- }
3290
- }
3291
- },
3292
- "additionalProperties": false,
3293
- "metadata": {
3294
- "path": [],
3295
- "type": "Control"
2068
+ "type": "Control",
2069
+ "defaultAggregation": "columns"
3296
2070
  }
3297
2071
  },
3298
- "sap.fe.macros.TreeTable": {
3299
- "description": "Building block used to create a tree table based on the metadata provided by OData V4.\nOverview of Tree Table Building Block\n\t\t\t",
2072
+ "sap.fe.macros.table.Table": {
2073
+ "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/Table\"], function(Table) {\n\t ...\n\t new Table(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
3300
2074
  "isViewNode": true,
3301
2075
  "type": "object",
3302
2076
  "properties": {
@@ -3308,14 +2082,6 @@
3308
2082
  "type": "Property"
3309
2083
  }
3310
2084
  },
3311
- "condensedTableLayout": {
3312
- "type": "boolean",
3313
- "description": "Determines whether the table adapts to the condensed layout.",
3314
- "artifactType": "XMLProperty",
3315
- "metadata": {
3316
- "type": "Property"
3317
- }
3318
- },
3319
2085
  "contextPath": {
3320
2086
  "type": "string",
3321
2087
  "description": "Defines the path of the context used in the current page or block.\nThis setting is defined by the framework.",
@@ -3325,7 +2091,7 @@
3325
2091
  }
3326
2092
  },
3327
2093
  "creationMode": {
3328
- "$ref": "#/definitions/sap.fe.macros.table.TreeTableCreationOptions",
2094
+ "$ref": "#/definitions/sap.fe.macros.table.TableCreationOptions",
3329
2095
  "description": "creationMode",
3330
2096
  "artifactType": "XMLProperty",
3331
2097
  "isViewNode": true,
@@ -3373,22 +2139,6 @@
3373
2139
  "type": "Property"
3374
2140
  }
3375
2141
  },
3376
- "enablePastingOfComputedProperties": {
3377
- "type": "boolean",
3378
- "description": "Determine whether the data copied to the computed columns is sent to the back end.",
3379
- "artifactType": "XMLProperty",
3380
- "metadata": {
3381
- "type": "Property"
3382
- }
3383
- },
3384
- "enableSelectAll": {
3385
- "type": "boolean",
3386
- "description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
3387
- "artifactType": "XMLProperty",
3388
- "metadata": {
3389
- "type": "Property"
3390
- }
3391
- },
3392
2142
  "exportRequestSize": {
3393
2143
  "$ref": "#/definitions/int",
3394
2144
  "description": "exportRequestSize",
@@ -3431,14 +2181,6 @@
3431
2181
  "type": "Property"
3432
2182
  }
3433
2183
  },
3434
- "hierarchyQualifier": {
3435
- "type": "string",
3436
- "description": "A set of options that can be configured.",
3437
- "artifactType": "XMLProperty",
3438
- "metadata": {
3439
- "type": "Property"
3440
- }
3441
- },
3442
2184
  "ignoredFields": {
3443
2185
  "type": "string",
3444
2186
  "description": "Comma-separated value of fields that must be ignored in the OData metadata by the Table building block.\nThe table building block is not going to create built-in columns or offer table personalization for comma-separated value of fields that are provided in the ignoredfields.\nAny column referencing an ignored field is to be removed.",
@@ -3447,22 +2189,6 @@
3447
2189
  "type": "Property"
3448
2190
  }
3449
2191
  },
3450
- "isMoveToPositionAllowed": {
3451
- "type": "string",
3452
- "description": "Defines the extension point to control if a source node can be dropped on a specific parent node.\n",
3453
- "artifactType": "XMLProperty",
3454
- "metadata": {
3455
- "type": "Property"
3456
- }
3457
- },
3458
- "isNodeMovable": {
3459
- "type": "string",
3460
- "description": "Defines the extension point to control if a node can be dragged.\n",
3461
- "artifactType": "XMLProperty",
3462
- "metadata": {
3463
- "type": "Property"
3464
- }
3465
- },
3466
2192
  "isSearchable": {
3467
2193
  "type": "boolean",
3468
2194
  "description": "Defines whether to display the search action.",
@@ -3479,26 +2205,9 @@
3479
2205
  "type": "Property"
3480
2206
  }
3481
2207
  },
3482
- "modeForNoDataMessage": {
3483
- "type": "string",
3484
- "description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
3485
- "artifactType": "XMLProperty",
3486
- "metadata": {
3487
- "type": "Property"
3488
- },
3489
- "enum": [
3490
- "illustratedMessage-Auto",
3491
- "illustratedMessage-Base",
3492
- "illustratedMessage-Dialog",
3493
- "illustratedMessage-Dot",
3494
- "illustratedMessage-Scene",
3495
- "illustratedMessage-Spot",
3496
- "text"
3497
- ]
3498
- },
3499
2208
  "personalization": {
3500
2209
  "type": "string",
3501
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Column\n- Filter\n",
2210
+ "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
3502
2211
  "artifactType": "XMLProperty",
3503
2212
  "metadata": {
3504
2213
  "type": "Property"
@@ -3519,45 +2228,19 @@
3519
2228
  "isViewNode": true,
3520
2229
  "metadata": {
3521
2230
  "type": "Property"
3522
- }
3523
- },
3524
- "rowCountMode": {
3525
- "type": "string",
3526
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
3527
- "artifactType": "XMLProperty",
3528
- "metadata": {
3529
- "type": "Property"
3530
- },
3531
- "enum": [
3532
- "Auto",
3533
- "Fixed",
3534
- "Interactive"
3535
- ]
3536
- },
3537
- "scrollThreshold": {
3538
- "$ref": "#/definitions/int",
3539
- "description": "scrollThreshold",
3540
- "artifactType": "XMLProperty",
3541
- "isViewNode": true,
3542
- "metadata": {
3543
- "type": "Property"
3544
- }
3545
- },
3546
- "selectionLimit": {
3547
- "anyOf": [
3548
- {
3549
- "type": "number"
3550
- },
3551
- {
3552
- "type": "string",
3553
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
3554
- }
3555
- ],
3556
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
2231
+ }
2232
+ },
2233
+ "rowCountMode": {
2234
+ "type": "string",
2235
+ "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
3557
2236
  "artifactType": "XMLProperty",
3558
2237
  "metadata": {
3559
2238
  "type": "Property"
3560
- }
2239
+ },
2240
+ "enum": [
2241
+ "Auto",
2242
+ "Fixed"
2243
+ ]
3561
2244
  },
3562
2245
  "selectionMode": {
3563
2246
  "type": "string",
@@ -3577,12 +2260,16 @@
3577
2260
  },
3578
2261
  "type": {
3579
2262
  "type": "string",
3580
- "description": "Defines the type of table that will be used by the building block to render the data. This setting is defined by the framework.\nAllowed value is `TreeTable`.\n",
2263
+ "description": "Defines the type of table that will be used by the building block to render the data.\nAllowed values are `GridTable`, `ResponsiveTable` and `AnalyticalTable`.\n",
3581
2264
  "artifactType": "XMLProperty",
3582
2265
  "metadata": {
3583
2266
  "type": "Property"
3584
2267
  },
3585
- "const": "TreeTable"
2268
+ "enum": [
2269
+ "GridTable",
2270
+ "ResponsiveTable",
2271
+ "AnalyticalTable"
2272
+ ]
3586
2273
  },
3587
2274
  "variantManagement": {
3588
2275
  "type": "string",
@@ -3631,20 +2318,9 @@
3631
2318
  "type": "Aggregation"
3632
2319
  }
3633
2320
  },
3634
- "massEdit": {
3635
- "type": "object",
3636
- "additionalProperties": {
3637
- "$ref": "#/definitions/sap.fe.macros.table.MassEdit"
3638
- },
3639
- "isViewNode": true,
3640
- "metadata": {
3641
- "path": [],
3642
- "type": "Aggregation"
3643
- }
3644
- },
3645
2321
  "beforeRebindTable": {
3646
2322
  "type": "string",
3647
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
2323
+ "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
3648
2324
  "artifactType": "XMLProperty",
3649
2325
  "metadata": {
3650
2326
  "type": "Event"
@@ -3673,22 +2349,72 @@
3673
2349
  "type": "Control"
3674
2350
  }
3675
2351
  },
3676
- "sap.fe.macros.table.TreeTable": {
3677
- "description": "Building block used to create a table based on the metadata provided by OData V4.\n\nUsually, a LineItem, PresentationVariant or SelectionPresentationVariant annotation is expected, but the Table building block can also be used to display an EntitySet.\n\nIf a PresentationVariant is specified, then it must have UI.LineItem as the first property of the Visualizations.\n\nIf a SelectionPresentationVariant is specified, then it must contain a valid PresentationVariant that also has a UI.LineItem as the first property of the Visualizations.\nUsage example:\n\nsap.ui.require([\"sap/fe/macros/table/TreeTable\"], function(TreeTable) {\n\t ...\n\t new TreeTable(\"myTable\", {metaPath:\"@com.sap.vocabularies.UI.v1.LineItem\"})\n})\n\nThis is currently an experimental API because the structure of the generated content will change to come closer to the Table that you get out of templates.\nThe public method and property will not change but the internal structure will so be careful on your usage.\n",
2352
+ "sap.fe.macros.table.TableCreationOptions": {
2353
+ "description": "Create options for the table.",
3678
2354
  "isViewNode": true,
3679
2355
  "type": "object",
3680
2356
  "properties": {
3681
- "busy": {
2357
+ "createAtEnd": {
3682
2358
  "type": "boolean",
3683
- "description": "An expression that allows you to control the 'busy' state of the table.",
2359
+ "description": "Specifies if the new entry should be created at the top or bottom of a table in case of creationMode 'Inline'\nThe default value is 'false'\n",
3684
2360
  "artifactType": "XMLProperty",
3685
2361
  "metadata": {
3686
2362
  "type": "Property"
3687
2363
  }
3688
2364
  },
3689
- "condensedTableLayout": {
2365
+ "inlineCreationRowsHiddenInEditMode": {
2366
+ "type": "boolean",
2367
+ "description": "Specifies if the new entry should be hidden in case of creationMode 'InlineCreationRows'. This only applies to responsive tables.\nThe default value is 'false'\n",
2368
+ "artifactType": "XMLProperty",
2369
+ "metadata": {
2370
+ "type": "Property"
2371
+ }
2372
+ },
2373
+ "name": {
2374
+ "type": "string",
2375
+ "description": "Defines the creation mode to be used by the table.\nAllowed values are `NewPage`, `Inline`, `InlineCreationsRows` or `External`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used\nInline - The creation is done inline\nInlineCreationsRows - The creation is done inline with an empty row\nExternal - The creation is done in a different application specified via the parameter 'outbound'\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
2376
+ "artifactType": "XMLProperty",
2377
+ "metadata": {
2378
+ "type": "Property"
2379
+ },
2380
+ "enum": [
2381
+ "External",
2382
+ "Inline",
2383
+ "InlineCreationRows",
2384
+ "NewPage"
2385
+ ]
2386
+ },
2387
+ "outbound": {
2388
+ "type": "string",
2389
+ "description": "The navigation target where the document is created in case of creationMode 'External'\n",
2390
+ "artifactType": "XMLProperty",
2391
+ "metadata": {
2392
+ "type": "Property"
2393
+ }
2394
+ },
2395
+ "id": {
2396
+ "type": "string",
2397
+ "description": "Unique id of control",
2398
+ "artifactType": "XMLProperty",
2399
+ "metadata": {
2400
+ "type": "Property"
2401
+ }
2402
+ }
2403
+ },
2404
+ "additionalProperties": false,
2405
+ "metadata": {
2406
+ "path": [],
2407
+ "type": "Control"
2408
+ }
2409
+ },
2410
+ "sap.fe.macros.TreeTable": {
2411
+ "description": "Building block used to create a tree table based on the metadata provided by OData V4.",
2412
+ "isViewNode": true,
2413
+ "type": "object",
2414
+ "properties": {
2415
+ "busy": {
3690
2416
  "type": "boolean",
3691
- "description": "Determines whether the table adapts to the condensed layout.",
2417
+ "description": "An expression that allows you to control the 'busy' state of the table.",
3692
2418
  "artifactType": "XMLProperty",
3693
2419
  "metadata": {
3694
2420
  "type": "Property"
@@ -3751,22 +2477,6 @@
3751
2477
  "type": "Property"
3752
2478
  }
3753
2479
  },
3754
- "enablePastingOfComputedProperties": {
3755
- "type": "boolean",
3756
- "description": "Determine whether the data copied to the computed columns is sent to the back end.",
3757
- "artifactType": "XMLProperty",
3758
- "metadata": {
3759
- "type": "Property"
3760
- }
3761
- },
3762
- "enableSelectAll": {
3763
- "type": "boolean",
3764
- "description": "Determines whether the Clear All button is enabled by default.\nTo enable the Clear All button by default, you must set this property to false.",
3765
- "artifactType": "XMLProperty",
3766
- "metadata": {
3767
- "type": "Property"
3768
- }
3769
- },
3770
2480
  "exportRequestSize": {
3771
2481
  "$ref": "#/definitions/int",
3772
2482
  "description": "exportRequestSize",
@@ -3857,26 +2567,9 @@
3857
2567
  "type": "Property"
3858
2568
  }
3859
2569
  },
3860
- "modeForNoDataMessage": {
3861
- "type": "string",
3862
- "description": "Changes the size of the IllustratedMessage in the table, or removes it completely.\nAllowed values are `illustratedMessage-Auto`, `illustratedMessage-Base`, `illustratedMessage-Dialog`, `illustratedMessage-Dot`, `illustratedMessage-Scene`, `illustratedMessage-Spot` or `text`.",
3863
- "artifactType": "XMLProperty",
3864
- "metadata": {
3865
- "type": "Property"
3866
- },
3867
- "enum": [
3868
- "illustratedMessage-Auto",
3869
- "illustratedMessage-Base",
3870
- "illustratedMessage-Dialog",
3871
- "illustratedMessage-Dot",
3872
- "illustratedMessage-Scene",
3873
- "illustratedMessage-Spot",
3874
- "text"
3875
- ]
3876
- },
3877
2570
  "personalization": {
3878
2571
  "type": "string",
3879
- "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n- Sort\n- Column\n- Filter\n",
2572
+ "description": "Controls which options should be enabled for the table personalization dialog.\nIf it is set to `true`, all possible options for this kind of table are enabled.\nIf it is set to `false`, personalization is disabled.\n\nYou can also provide a more granular control for the personalization by providing a comma-separated list with the options you want to be available.\nAvailable options are:\n - Sort\n - Column\n - Filter\n",
3880
2573
  "artifactType": "XMLProperty",
3881
2574
  "metadata": {
3882
2575
  "type": "Property"
@@ -3901,42 +2594,16 @@
3901
2594
  },
3902
2595
  "rowCountMode": {
3903
2596
  "type": "string",
3904
- "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`, and `Interactive`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n- If set to `Interactive` the table can have as many rows as defined in the rowCount property. This number of rows can be modified by dragging the resizer available in this mode.\n",
2597
+ "description": "Defines how the table handles the visible rows. Does not apply to Responsive tables.\nAllowed values are `Auto`, `Fixed`.\n- If set to `Fixed`, the table always has as many rows as defined in the rowCount property.\n- If set to `Auto`, the number of rows is changed by the table automatically. It will then adjust its row count to the space it is allowed to cover (limited by the surrounding container) but it cannot have less than defined in the `rowCount` property.\n",
3905
2598
  "artifactType": "XMLProperty",
3906
2599
  "metadata": {
3907
2600
  "type": "Property"
3908
2601
  },
3909
2602
  "enum": [
3910
2603
  "Auto",
3911
- "Fixed",
3912
- "Interactive"
2604
+ "Fixed"
3913
2605
  ]
3914
2606
  },
3915
- "scrollThreshold": {
3916
- "$ref": "#/definitions/int",
3917
- "description": "scrollThreshold",
3918
- "artifactType": "XMLProperty",
3919
- "isViewNode": true,
3920
- "metadata": {
3921
- "type": "Property"
3922
- }
3923
- },
3924
- "selectionLimit": {
3925
- "anyOf": [
3926
- {
3927
- "type": "number"
3928
- },
3929
- {
3930
- "type": "string",
3931
- "pattern": "^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$"
3932
- }
3933
- ],
3934
- "description": "Defines the maximum number of rows that can be selected at once in the table.\nThis property does not apply to responsive tables.",
3935
- "artifactType": "XMLProperty",
3936
- "metadata": {
3937
- "type": "Property"
3938
- }
3939
- },
3940
2607
  "selectionMode": {
3941
2608
  "type": "string",
3942
2609
  "description": "Defines the selection mode to be used by the table.\nAllowed values are `None`, `Single`, `ForceSingle`, `Multi`, `ForceMulti` or `Auto`.\nIf set to 'Single', 'Multi' or 'Auto', SAP Fiori elements hooks into the standard lifecycle to determine the consistent selection mode.\nIf set to 'ForceSingle' or 'ForceMulti' your choice will be respected but this might not respect the Fiori guidelines.\n",
@@ -4009,20 +2676,9 @@
4009
2676
  "type": "Aggregation"
4010
2677
  }
4011
2678
  },
4012
- "massEdit": {
4013
- "type": "object",
4014
- "additionalProperties": {
4015
- "$ref": "#/definitions/sap.fe.macros.table.MassEdit"
4016
- },
4017
- "isViewNode": true,
4018
- "metadata": {
4019
- "path": [],
4020
- "type": "Aggregation"
4021
- }
4022
- },
4023
2679
  "beforeRebindTable": {
4024
2680
  "type": "string",
4025
- "description": "Before a table rebind, an event is triggered that contains information about the binding.\nYou can use this event to add selects, and add or read the sorters and filters.\n",
2681
+ "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
4026
2682
  "artifactType": "XMLProperty",
4027
2683
  "metadata": {
4028
2684
  "type": "Event"
@@ -4056,22 +2712,6 @@
4056
2712
  "isViewNode": true,
4057
2713
  "type": "object",
4058
2714
  "properties": {
4059
- "createInPlace": {
4060
- "type": "boolean",
4061
- "description": "Specifies if the new entry should be placed at the position computed by the backend (e.g. taking sorting into account).\nThe default value is 'false' (that is, the new entry is placed as the first child below its parent).\n",
4062
- "artifactType": "XMLProperty",
4063
- "metadata": {
4064
- "type": "Property"
4065
- }
4066
- },
4067
- "creationFields": {
4068
- "type": "string",
4069
- "description": "Defines the list of properties that will be displayed in the creation dialog, when the creation mode is set to 'CreationDialog'.\nThe value is a comma-separated list of property names.\n",
4070
- "artifactType": "XMLProperty",
4071
- "metadata": {
4072
- "type": "Property"
4073
- }
4074
- },
4075
2715
  "isCreateEnabled": {
4076
2716
  "type": "string",
4077
2717
  "description": "Defines the extension point to control the enablement of the Create button or Create Menu buttons.\n",
@@ -4082,20 +2722,19 @@
4082
2722
  },
4083
2723
  "name": {
4084
2724
  "type": "string",
4085
- "description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage`, `Inline` or `CreationDialog`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\nCreationDialog - the creation is done in the table, with a dialog allowing to specify some initial property values (the properties are listed in `creationFields`).\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
2725
+ "description": "Defines the creation mode to be used by the tree table.\nAllowed values are `NewPage` or `Inline`.\n\nNewPage - the created document is shown in a new page, depending on whether metadata 'Sync', 'Async' or 'Deferred' is used.\nInline - the creation is done inline.\n\nIf not set with any value:\nif navigation is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.\n",
4086
2726
  "artifactType": "XMLProperty",
4087
2727
  "metadata": {
4088
2728
  "type": "Property"
4089
2729
  },
4090
2730
  "enum": [
4091
- "CreationDialog",
4092
2731
  "Inline",
4093
2732
  "NewPage"
4094
2733
  ]
4095
2734
  },
4096
2735
  "nodeType": {
4097
2736
  "type": "object",
4098
- "description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key, label and an optional creationFields that define a value of the property defined by the propertyName key, its label, and the specific fields to be shown in the creation dialog.\n",
2737
+ "description": "Defines the nodes to be added on the custom create.\nThis object must have the following properties:\npropertyName: the name of the property on the page entity set used to categorize the node type to be created within the hierarchy\nvalues: an array of key and label that define a value of the property defined by the propertyName key and its label\n",
4099
2738
  "artifactType": "XMLProperty",
4100
2739
  "metadata": {
4101
2740
  "type": "Property"
@@ -4181,14 +2820,117 @@
4181
2820
  "defaultAggregation": "actions"
4182
2821
  }
4183
2822
  },
4184
- "sap.fe.macros.controls.section.ISingleSectionContributor.ConsumerData": {
4185
- "description": "Definition of data consumer by section from single control",
2823
+ "sap.fe.macros.FieldFormatOptions": {
2824
+ "description": "Additional format options for the field.",
4186
2825
  "isViewNode": true,
4187
2826
  "type": "object",
4188
2827
  "properties": {
4189
- "title": {
2828
+ "displayMode": {
2829
+ "type": "string",
2830
+ "description": "Defines how the field value and associated text will be displayed together.\n\nAllowed values are \"Value\", \"Description\", \"DescriptionValue\" and \"ValueDescription\"\n",
2831
+ "artifactType": "XMLProperty",
2832
+ "metadata": {
2833
+ "type": "Property"
2834
+ },
2835
+ "enum": [
2836
+ "Description",
2837
+ "DescriptionValue",
2838
+ "Value",
2839
+ "ValueDescription"
2840
+ ]
2841
+ },
2842
+ "fieldEditStyle": {
2843
+ "$ref": "#/definitions/sap.fe.macros.field.FieldAPI.FieldEditStyle",
2844
+ "description": "fieldEditStyle",
2845
+ "artifactType": "XMLProperty",
2846
+ "isViewNode": true,
2847
+ "metadata": {
2848
+ "type": "Property"
2849
+ }
2850
+ },
2851
+ "measureDisplayMode": {
2852
+ "type": "string",
2853
+ "description": "Defines if and how the field measure will be displayed.\n\nAllowed values are \"Hidden\" and \"ReadOnly\"\n",
2854
+ "artifactType": "XMLProperty",
2855
+ "metadata": {
2856
+ "type": "Property"
2857
+ },
2858
+ "enum": [
2859
+ "Hidden",
2860
+ "ReadOnly"
2861
+ ]
2862
+ },
2863
+ "radioButtonsHorizontalLayout": {
2864
+ "type": "boolean",
2865
+ "description": "Specifies if radio buttons should be rendered in a horizontal layout. \n",
2866
+ "artifactType": "XMLProperty",
2867
+ "metadata": {
2868
+ "type": "Property"
2869
+ }
2870
+ },
2871
+ "showDate": {
2872
+ "type": "boolean",
2873
+ "description": "Defines if the date part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
2874
+ "artifactType": "XMLProperty",
2875
+ "metadata": {
2876
+ "type": "Property"
2877
+ }
2878
+ },
2879
+ "showTime": {
2880
+ "type": "boolean",
2881
+ "description": "Defines if the time part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
2882
+ "artifactType": "XMLProperty",
2883
+ "metadata": {
2884
+ "type": "Property"
2885
+ }
2886
+ },
2887
+ "showTimezone": {
2888
+ "type": "boolean",
2889
+ "description": "Defines if the timezone part of a date time with timezone field should be shown. \n\nThe dateTimeOffset field must have a timezone annotation.\nThe default value is true.\n",
2890
+ "artifactType": "XMLProperty",
2891
+ "metadata": {
2892
+ "type": "Property"
2893
+ }
2894
+ },
2895
+ "textExpandBehaviorDisplay": {
4190
2896
  "type": "string",
4191
- "description": "Defines the title to be used by the single control.",
2897
+ "description": "Defines how the full text will be displayed.\n\nAllowed values are \"InPlace\" and \"Popover\"\n",
2898
+ "artifactType": "XMLProperty",
2899
+ "metadata": {
2900
+ "type": "Property"
2901
+ },
2902
+ "enum": [
2903
+ "InPlace",
2904
+ "Popover"
2905
+ ]
2906
+ },
2907
+ "textLinesEdit": {
2908
+ "type": "number",
2909
+ "description": "Maximum number of lines for multiline texts in edit mode.\n",
2910
+ "artifactType": "XMLProperty",
2911
+ "metadata": {
2912
+ "type": "Property"
2913
+ }
2914
+ },
2915
+ "textMaxCharactersDisplay": {
2916
+ "type": "number",
2917
+ "description": "Maximum number of characters from the beginning of the text field that are shown initially.\n",
2918
+ "artifactType": "XMLProperty",
2919
+ "metadata": {
2920
+ "type": "Property"
2921
+ }
2922
+ },
2923
+ "textMaxLength": {
2924
+ "type": "number",
2925
+ "description": "Defines the maximum number of characters for the multiline text value.\n\nIf a multiline text exceeds the maximum number of allowed characters, the counter below the input field displays the exact number.\n",
2926
+ "artifactType": "XMLProperty",
2927
+ "metadata": {
2928
+ "type": "Property"
2929
+ }
2930
+ },
2931
+ "textMaxLines": {
2932
+ "type": "number",
2933
+ "description": "Maximum number of lines that multiline texts in edit mode can grow to.\n",
4192
2934
  "artifactType": "XMLProperty",
4193
2935
  "metadata": {
4194
2936
  "type": "Property"
@@ -4201,20 +2943,11 @@
4201
2943
  "type": "Control"
4202
2944
  }
4203
2945
  },
4204
- "sap.fe.macros.controls.section.ISingleSectionContributor.ProviderData": {
4205
- "description": "Definition of data provided by section to single control",
2946
+ "sap.fe.macros.share.ShareOptions": {
2947
+ "description": "Share Options.",
4206
2948
  "isViewNode": true,
4207
2949
  "type": "object",
4208
- "properties": {
4209
- "title": {
4210
- "type": "string",
4211
- "description": "Defines the title to be used by the section.",
4212
- "artifactType": "XMLProperty",
4213
- "metadata": {
4214
- "type": "Property"
4215
- }
4216
- }
4217
- },
2950
+ "properties": {},
4218
2951
  "additionalProperties": false,
4219
2952
  "metadata": {
4220
2953
  "path": [],