@sap/ux-specification 1.139.9 → 1.139.10

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 (276) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  6. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  7. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  8. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  9. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  10. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +322 -317
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ListReportNewConfig.json +202 -7
  16. package/dist/schemas/v4/ApplicationV4.json +14 -0
  17. package/dist/schemas/v4/BuildingBlocksConfig.json +48 -18
  18. package/dist/schemas/v4/ObjectPageConfig.json +112 -728
  19. package/dist/specification/package.json +8 -8
  20. package/dist/specification/scripts/generate-validity-report.js +1 -1
  21. package/dist/specification/scripts/generate-validity-report.js.map +1 -1
  22. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  23. package/dist/specification/scripts/macros/corrections.js +15 -0
  24. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  25. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  26. package/dist/specification/scripts/macros/schema.js +23 -10
  27. package/dist/specification/scripts/macros/schema.js.map +1 -1
  28. package/dist/specification/scripts/schema/to-json-schema.js +1 -1
  29. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  30. package/dist/specification/src/api.d.ts.map +1 -1
  31. package/dist/specification/src/api.js +39 -3
  32. package/dist/specification/src/api.js.map +1 -1
  33. package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
  34. package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
  35. package/dist/specification/src/ftfs/ftfs.js +1 -0
  36. package/dist/specification/src/ftfs/ftfs.js.map +1 -1
  37. package/dist/specification/src/ftfs/index.d.ts +1 -1
  38. package/dist/specification/src/ftfs/index.d.ts.map +1 -1
  39. package/dist/specification/src/ftfs/index.js +2 -1
  40. package/dist/specification/src/ftfs/index.js.map +1 -1
  41. package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
  42. package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -1
  43. package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
  44. package/dist/specification/src/sync/common/decoration/Decorator.d.ts +91 -0
  45. package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
  46. package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
  47. package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
  48. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
  49. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
  50. package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
  51. package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
  52. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +58 -22
  53. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  54. package/dist/specification/src/sync/common/decoration/decorator-paths.js +23 -1
  55. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  56. package/dist/specification/src/sync/common/decoration/decorators.d.ts +0 -8
  57. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  58. package/dist/specification/src/sync/common/decoration/decorators.js +0 -15
  59. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  60. package/dist/specification/src/sync/common/decoration/index.d.ts +4 -0
  61. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  62. package/dist/specification/src/sync/common/decoration/index.js +4 -0
  63. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  64. package/dist/specification/src/sync/common/decoration/interfaces.d.ts +38 -0
  65. package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +1 -0
  66. package/dist/specification/src/sync/common/decoration/interfaces.js +3 -0
  67. package/dist/specification/src/sync/common/decoration/interfaces.js.map +1 -0
  68. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +18 -0
  69. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -0
  70. package/dist/specification/src/sync/common/decoration/steps/Enums.js +50 -0
  71. package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -0
  72. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +18 -0
  73. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +1 -0
  74. package/dist/specification/src/sync/common/decoration/steps/Hide.js +46 -0
  75. package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +1 -0
  76. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +26 -0
  77. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +1 -0
  78. package/dist/specification/src/sync/common/decoration/steps/Message.js +77 -0
  79. package/dist/specification/src/sync/common/decoration/steps/Message.js.map +1 -0
  80. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +18 -0
  81. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +1 -0
  82. package/dist/specification/src/sync/common/decoration/steps/Readonly.js +43 -0
  83. package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +1 -0
  84. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +18 -0
  85. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +1 -0
  86. package/dist/specification/src/sync/common/decoration/steps/Validity.js +68 -0
  87. package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +1 -0
  88. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +19 -0
  89. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +1 -0
  90. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +48 -0
  91. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +1 -0
  92. package/dist/specification/src/sync/common/decoration/steps/index.d.ts +6 -0
  93. package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +1 -0
  94. package/dist/specification/src/sync/common/decoration/steps/index.js +14 -0
  95. package/dist/specification/src/sync/common/decoration/steps/index.js.map +1 -0
  96. package/dist/specification/src/sync/common/i18n.json +28 -0
  97. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  98. package/dist/specification/src/sync/common/importProject.js +2 -0
  99. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  100. package/dist/specification/src/sync/common/rules.d.ts +1 -1
  101. package/dist/specification/src/sync/common/rules.js +1 -1
  102. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +4 -5
  103. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  104. package/dist/specification/src/sync/v2/export/controls/Fragment.js +29 -20
  105. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  106. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  107. package/dist/specification/src/sync/v2/export/export.js +3 -2
  108. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  109. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  110. package/dist/specification/src/sync/v2/export/exportPage.js +48 -19
  111. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  112. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
  113. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  114. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
  115. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  116. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
  117. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  118. package/dist/specification/src/sync/v2/export/view-controller-generator.js +106 -12
  119. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  120. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  121. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  122. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
  123. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
  124. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
  125. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
  126. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
  127. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
  128. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
  129. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +59 -2
  130. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +582 -7
  132. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  133. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  134. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  135. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  136. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  137. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  138. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +29 -6
  139. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  140. package/dist/specification/src/sync/v2/types.d.ts +2 -0
  141. package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
  142. package/dist/specification/src/sync/v2/types.js.map +1 -1
  143. package/dist/specification/src/sync/v2/utils.d.ts +25 -0
  144. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v2/utils.js +28 -4
  146. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  147. package/dist/specification/src/sync/v4/application.d.ts +1 -0
  148. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  149. package/dist/specification/src/sync/v4/application.js +10 -0
  150. package/dist/specification/src/sync/v4/application.js.map +1 -1
  151. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +1 -2
  152. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  153. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +1 -2
  154. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  155. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -5
  156. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  157. package/dist/specification/src/sync/v4/export/controls/Header.js +2 -7
  158. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +9 -3
  160. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  161. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -6
  162. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  163. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -2
  164. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  165. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -2
  166. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +11 -51
  168. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +95 -246
  170. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  171. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +6 -27
  172. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  173. package/dist/specification/src/sync/v4/export/controls/Table.js +11 -38
  174. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  175. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +1 -2
  176. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +1 -2
  178. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  179. package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
  180. package/dist/specification/src/sync/v4/export/factory.js +2 -4
  181. package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
  182. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
  183. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  184. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +212 -46
  185. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  186. package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
  187. package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
  188. package/dist/specification/src/sync/v4/generate/app.js +31 -0
  189. package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
  190. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
  191. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  192. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +74 -2
  193. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  194. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  195. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
  196. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  197. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  198. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +29 -27
  199. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  200. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  201. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +12 -3
  202. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  203. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +32 -13
  204. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  205. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +103 -78
  206. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  207. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +7 -4
  208. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  209. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +34 -19
  210. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  211. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -2
  212. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  213. package/dist/specification/src/sync/v4/generate/objectPage.js +136 -95
  214. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  215. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  216. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
  217. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  218. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  219. package/dist/specification/src/sync/v4/import/pages/objectPage.js +4 -23
  220. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  221. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
  222. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  223. package/dist/specification/src/sync/v4/sync-rules/App.js +2 -1
  224. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  225. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -1
  226. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
  228. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  229. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +1 -294
  230. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  231. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +0 -753
  232. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  233. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +2 -4
  234. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  235. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  236. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  237. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +10 -4
  238. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  239. package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
  240. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  241. package/dist/specification/src/sync/v4/utils/macros.js +34 -0
  242. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  243. package/dist/specification/src/sync/v4/utils/utils.d.ts +22 -2
  244. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  245. package/dist/specification/src/sync/v4/utils/utils.js +238 -41
  246. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  247. package/dist/specification/test/test-utils/utils.d.ts +1 -0
  248. package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
  249. package/dist/specification/test/test-utils/utils.js +11 -0
  250. package/dist/specification/test/test-utils/utils.js.map +1 -1
  251. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
  252. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
  253. package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
  254. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
  255. package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
  256. package/dist/templates/GridTableColumnsExtension.xml +3 -3
  257. package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
  258. package/dist/templates/TreeTableColumnsExtension.xml +4 -4
  259. package/dist/templates/fragment.xml +3 -3
  260. package/dist/templates/view.xml +3 -3
  261. package/dist/types/src/apiTypes.d.ts +15 -5
  262. package/dist/types/src/apiTypes.d.ts.map +1 -1
  263. package/dist/types/src/apiTypes.js +1 -0
  264. package/dist/types/src/apiTypes.js.map +1 -1
  265. package/dist/types/src/common/types.d.ts +11 -6
  266. package/dist/types/src/common/types.d.ts.map +1 -1
  267. package/dist/types/src/common/types.js +12 -7
  268. package/dist/types/src/common/types.js.map +1 -1
  269. package/dist/types/src/v4/application.d.ts +15 -0
  270. package/dist/types/src/v4/application.d.ts.map +1 -1
  271. package/dist/types/src/v4/application.js +10 -0
  272. package/dist/types/src/v4/application.js.map +1 -1
  273. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +86 -252
  274. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  275. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  276. package/package.json +8 -8
@@ -754,34 +754,42 @@
754
754
  "type": "object",
755
755
  "properties": {
756
756
  "table": {
757
- "anyOf": [
758
- {
759
- "$ref": "#/definitions/ObjectPageAnalyticalTableV4"
760
- },
761
- {
762
- "$ref": "#/definitions/ObjectPageGridTableV4"
763
- },
764
- {
765
- "$ref": "#/definitions/ObjectPageResponsiveTableV4"
766
- },
767
- {
768
- "$ref": "#/definitions/ObjectPageTreeTableV4"
769
- }
770
- ]
757
+ "$ref": "#/definitions/ObjectPageTable"
771
758
  }
772
759
  },
773
760
  "additionalProperties": false
774
761
  },
775
- "ObjectPageAnalyticalTableV4": {
762
+ "ObjectPageTable": {
776
763
  "description": "Table",
777
764
  "isViewNode": true,
778
- "controlProperty": "type",
779
765
  "type": "object",
780
766
  "properties": {
781
767
  "type": {
768
+ "$ref": "#/definitions/TableTypeV4",
782
769
  "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
770
+ "artifactType": "Manifest"
771
+ },
772
+ "rowCountMode": {
773
+ "$ref": "#/definitions/RowCountMode",
774
+ "description": "Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): 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 - Interactive: The user can change the number of displayed rows by dragging a resize handle.",
775
+ "artifactType": "Manifest",
776
+ "descriptionSrcURL": "https://ui5.sap.com/#/api/sap.ui.mdc.enums.TableRowCountMode"
777
+ },
778
+ "rowCount": {
779
+ "description": "Number of rows to be displayed in the table.",
780
+ "minimum": 0,
781
+ "type": "number",
782
+ "artifactType": "Manifest"
783
+ },
784
+ "popinLayout": {
785
+ "description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
786
+ "descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
787
+ "enum": [
788
+ "Block",
789
+ "GridLarge",
790
+ "GridSmall"
791
+ ],
783
792
  "type": "string",
784
- "const": "AnalyticalTable",
785
793
  "artifactType": "Manifest"
786
794
  },
787
795
  "analyticalConfiguration": {
@@ -802,6 +810,12 @@
802
810
  "$ref": "#/definitions/ObjectPageToolBar",
803
811
  "description": "Tool Bar"
804
812
  },
813
+ "creationMode": {
814
+ "$ref": "#/definitions/TableCreationModeOP",
815
+ "description": "Defines the page behavior when a new record is created.\nNote: Not available for AnalyticalTable.",
816
+ "artifactType": "Manifest",
817
+ "descriptionSrcURL": "https://ui5.sap.com/#/api/sap.fe.macros.Table%23controlProperties"
818
+ },
805
819
  "personalization": {
806
820
  "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
807
821
  "anyOf": [
@@ -903,21 +917,29 @@
903
917
  "type": "boolean",
904
918
  "artifactType": "Manifest",
905
919
  "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
906
- },
907
- "rowCountMode": {
908
- "$ref": "#/definitions/RowCountMode",
909
- "description": "Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): 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 - Interactive: The user can change the number of displayed rows by dragging a resize handle.",
910
- "artifactType": "Manifest"
911
- },
912
- "rowCount": {
913
- "description": "Number of rows to be displayed in the table.",
914
- "minimum": 0,
915
- "type": "number",
916
- "artifactType": "Manifest"
917
920
  }
918
921
  },
919
922
  "additionalProperties": false
920
923
  },
924
+ "TableTypeV4": {
925
+ "enum": [
926
+ "AnalyticalTable",
927
+ "GridTable",
928
+ "ResponsiveTable",
929
+ "TreeTable"
930
+ ],
931
+ "type": "string"
932
+ },
933
+ "RowCountMode": {
934
+ "artifactType": "Manifest",
935
+ "descriptionSrcURL": "https://ui5.sap.com/#/api/sap.ui.mdc.enums.TableRowCountMode",
936
+ "enum": [
937
+ "Auto",
938
+ "Fixed",
939
+ "Interactive"
940
+ ],
941
+ "type": "string"
942
+ },
921
943
  "ObjectPageAnalyticalConfiguration": {
922
944
  "type": "object",
923
945
  "properties": {
@@ -1387,6 +1409,68 @@
1387
1409
  },
1388
1410
  "additionalProperties": false
1389
1411
  },
1412
+ "TableCreationModeOP": {
1413
+ "description": "Creation mode configuration for Object Page tables.\nVisibility of specific properties is controlled by decorators in the specification package based on table type and creation mode.",
1414
+ "type": "object",
1415
+ "properties": {
1416
+ "name": {
1417
+ "$ref": "#/definitions/TableCreationModeType",
1418
+ "description": "Defines the creation mode to be used by the table.\n\nFor tree tables, allowed values are 'NewPage', 'Inline', or 'CreationDialog'.\nFor responsive and grid tables, allowed values are 'NewPage', 'Inline', 'InlineCreationRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationRows: The creation is performed inline with an empty row (not available for tree tables)\n- External: The creation is performed in a different application which is specified using the `outbound` parameter (not available for tree tables)\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1419
+ "artifactType": "Manifest",
1420
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1421
+ },
1422
+ "createAtEnd": {
1423
+ "description": "Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.\nThe default value is `false`.",
1424
+ "type": "boolean",
1425
+ "artifactType": "Manifest",
1426
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1427
+ },
1428
+ "inlineCreationRowsHiddenInEditMode": {
1429
+ "description": "Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.\nThe default value is `false`.",
1430
+ "type": "boolean",
1431
+ "artifactType": "Manifest",
1432
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1433
+ },
1434
+ "createInPlace": {
1435
+ "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`. When set to `false`, the new entry is placed as the first child below its parent.",
1436
+ "type": "boolean",
1437
+ "artifactType": "Manifest",
1438
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
1439
+ },
1440
+ "isCreateEnabled": {
1441
+ "description": "Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons.",
1442
+ "type": "string",
1443
+ "artifactType": "Manifest",
1444
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
1445
+ },
1446
+ "creationFields": {
1447
+ "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.",
1448
+ "type": "array",
1449
+ "items": {
1450
+ "type": "string"
1451
+ },
1452
+ "artifactType": "Manifest",
1453
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0"
1454
+ },
1455
+ "outbound": {
1456
+ "description": "The navigation target where the document is created when `creationMode` is set to `External`.",
1457
+ "type": "string",
1458
+ "artifactType": "Manifest",
1459
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/5c2bc2ea8a7e482e968124959354d736"
1460
+ }
1461
+ },
1462
+ "additionalProperties": false
1463
+ },
1464
+ "TableCreationModeType": {
1465
+ "enum": [
1466
+ "CreationDialog",
1467
+ "External",
1468
+ "Inline",
1469
+ "InlineCreationRows",
1470
+ "NewPage"
1471
+ ],
1472
+ "type": "string"
1473
+ },
1390
1474
  "PersonalizationTypeOP": {
1391
1475
  "type": "object",
1392
1476
  "properties": {
@@ -1649,706 +1733,6 @@
1649
1733
  ],
1650
1734
  "type": "string"
1651
1735
  },
1652
- "RowCountMode": {
1653
- "artifactType": "Manifest",
1654
- "descriptionSrcURL": "https://ui5.sap.com/#/api/sap.ui.mdc.enums.TableRowCountMode",
1655
- "enum": [
1656
- "Auto",
1657
- "Fixed",
1658
- "Interactive"
1659
- ],
1660
- "type": "string"
1661
- },
1662
- "ObjectPageGridTableV4": {
1663
- "description": "Table",
1664
- "isViewNode": true,
1665
- "controlProperty": "type",
1666
- "type": "object",
1667
- "properties": {
1668
- "type": {
1669
- "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
1670
- "type": "string",
1671
- "const": "GridTable",
1672
- "artifactType": "Manifest"
1673
- },
1674
- "creationMode": {
1675
- "description": "Defines the page behavior when a new record is created.",
1676
- "anyOf": [
1677
- {
1678
- "$ref": "#/definitions/TableCreationModeInlineOPTable"
1679
- },
1680
- {
1681
- "$ref": "#/definitions/TableCreationModeInlineCreationsRowsOPGridTable"
1682
- },
1683
- {
1684
- "$ref": "#/definitions/TableCreationModeNewPageOPTable"
1685
- },
1686
- {
1687
- "$ref": "#/definitions/TableCreationModeCreationDialogOPTable"
1688
- },
1689
- {
1690
- "$ref": "#/definitions/TableCreationModeExternalOPTable"
1691
- }
1692
- ]
1693
- },
1694
- "enableFullScreen": {
1695
- "description": "Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.",
1696
- "type": "boolean",
1697
- "artifactType": "Manifest"
1698
- },
1699
- "enablePaste": {
1700
- "description": "In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true.",
1701
- "type": "boolean",
1702
- "artifactType": "Manifest"
1703
- },
1704
- "toolBar": {
1705
- "$ref": "#/definitions/ObjectPageToolBar",
1706
- "description": "Tool Bar"
1707
- },
1708
- "personalization": {
1709
- "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1710
- "anyOf": [
1711
- {
1712
- "$ref": "#/definitions/PersonalizationTypeOP"
1713
- },
1714
- {
1715
- "type": "boolean"
1716
- }
1717
- ]
1718
- },
1719
- "quickVariantSelection": {
1720
- "$ref": "#/definitions/QuickVariantSelectionV4OP",
1721
- "description": "With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
1722
- "artifactType": "Manifest"
1723
- },
1724
- "columns": {
1725
- "$ref": "#/definitions/GenericColumnsOP"
1726
- },
1727
- "enableMassEdit": {
1728
- "artifactType": "Manifest",
1729
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1730
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1731
- "anyOf": [
1732
- {
1733
- "type": "object",
1734
- "properties": {
1735
- "visibleFields": {
1736
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1737
- "artifactType": "Manifest",
1738
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1739
- "type": "array",
1740
- "items": {
1741
- "type": "string"
1742
- }
1743
- },
1744
- "ignoredFields": {
1745
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1746
- "artifactType": "Manifest",
1747
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1748
- "type": "array",
1749
- "items": {
1750
- "type": "string"
1751
- }
1752
- },
1753
- "operationGroupingMode": {
1754
- "$ref": "#/definitions/OperationGroupingMode",
1755
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
1756
- }
1757
- },
1758
- "additionalProperties": false
1759
- },
1760
- {
1761
- "type": "boolean"
1762
- }
1763
- ]
1764
- },
1765
- "selectionMode": {
1766
- "$ref": "#/definitions/SelectionMode",
1767
- "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
1768
- "artifactType": "Manifest"
1769
- },
1770
- "selectAll": {
1771
- "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
1772
- "type": "boolean",
1773
- "artifactType": "Manifest"
1774
- },
1775
- "selectionLimit": {
1776
- "description": "You can define how many items can be selected at a time using the selectionLimit.",
1777
- "type": "number",
1778
- "artifactType": "Manifest"
1779
- },
1780
- "enableExport": {
1781
- "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
1782
- "type": "boolean",
1783
- "artifactType": "Manifest",
1784
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
1785
- },
1786
- "condensedTableLayout": {
1787
- "description": "Determines whether the content density for ui.table is condensed.",
1788
- "type": "boolean",
1789
- "artifactType": "Manifest",
1790
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
1791
- },
1792
- "hierarchyQualifier": {
1793
- "description": "Leading property that decides between either a recursive hierarchy or data aggregation.",
1794
- "type": "string",
1795
- "artifactType": "Manifest",
1796
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
1797
- },
1798
- "widthIncludingColumnHeader": {
1799
- "description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
1800
- "type": "boolean",
1801
- "artifactType": "Manifest",
1802
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
1803
- },
1804
- "disableCopyToClipboard": {
1805
- "description": "Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured.",
1806
- "type": "boolean",
1807
- "artifactType": "Manifest",
1808
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
1809
- },
1810
- "rowCountMode": {
1811
- "$ref": "#/definitions/RowCountMode",
1812
- "description": "Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): 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 - Interactive: The user can change the number of displayed rows by dragging a resize handle.",
1813
- "artifactType": "Manifest"
1814
- },
1815
- "rowCount": {
1816
- "description": "Number of rows to be displayed in the table.",
1817
- "minimum": 0,
1818
- "type": "number",
1819
- "artifactType": "Manifest"
1820
- }
1821
- },
1822
- "additionalProperties": false
1823
- },
1824
- "TableCreationModeInlineOPTable": {
1825
- "description": "Inline creation mode",
1826
- "controlProperty": "name",
1827
- "type": "object",
1828
- "properties": {
1829
- "name": {
1830
- "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1831
- "type": "string",
1832
- "const": "Inline",
1833
- "artifactType": "Manifest",
1834
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1835
- },
1836
- "createAtEnd": {
1837
- "description": "Specifies if the new entry should be created at the top or bottom of a table when `creationMode` is set to `Inline`.\nThe default value is `false`.",
1838
- "type": "boolean",
1839
- "artifactType": "Manifest",
1840
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1841
- }
1842
- },
1843
- "additionalProperties": false
1844
- },
1845
- "TableCreationModeInlineCreationsRowsOPGridTable": {
1846
- "description": "InlineCreationsRows creation mode for the grid table",
1847
- "controlProperty": "name",
1848
- "type": "object",
1849
- "properties": {
1850
- "name": {
1851
- "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1852
- "type": "string",
1853
- "const": "InlineCreationRows",
1854
- "artifactType": "Manifest",
1855
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1856
- }
1857
- },
1858
- "additionalProperties": false
1859
- },
1860
- "TableCreationModeNewPageOPTable": {
1861
- "description": "NewPage creation mode",
1862
- "defaultControlProperty": true,
1863
- "controlProperty": "name",
1864
- "type": "object",
1865
- "properties": {
1866
- "name": {
1867
- "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1868
- "type": "string",
1869
- "const": "NewPage",
1870
- "artifactType": "Manifest",
1871
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1872
- }
1873
- },
1874
- "additionalProperties": false
1875
- },
1876
- "TableCreationModeCreationDialogOPTable": {
1877
- "description": "CreationDialog creation mode",
1878
- "controlProperty": "name",
1879
- "type": "object",
1880
- "properties": {
1881
- "name": {
1882
- "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1883
- "type": "string",
1884
- "const": "CreationDialog",
1885
- "artifactType": "Manifest",
1886
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1887
- },
1888
- "creationFields": {
1889
- "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.",
1890
- "type": "array",
1891
- "items": {
1892
- "type": "string"
1893
- },
1894
- "artifactType": "Manifest",
1895
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0"
1896
- }
1897
- },
1898
- "additionalProperties": false
1899
- },
1900
- "TableCreationModeExternalOPTable": {
1901
- "description": "External creation mode",
1902
- "controlProperty": "name",
1903
- "type": "object",
1904
- "properties": {
1905
- "name": {
1906
- "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
1907
- "type": "string",
1908
- "const": "External",
1909
- "artifactType": "Manifest",
1910
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
1911
- },
1912
- "outbound": {
1913
- "description": "The navigation target where the document is created when `creationMode` is set to `External`.",
1914
- "type": "string",
1915
- "artifactType": "Manifest",
1916
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/5c2bc2ea8a7e482e968124959354d736"
1917
- }
1918
- },
1919
- "additionalProperties": false
1920
- },
1921
- "ObjectPageResponsiveTableV4": {
1922
- "description": "Table",
1923
- "isViewNode": true,
1924
- "controlProperty": "type",
1925
- "defaultControlProperty": true,
1926
- "type": "object",
1927
- "properties": {
1928
- "type": {
1929
- "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
1930
- "type": "string",
1931
- "const": "ResponsiveTable",
1932
- "artifactType": "Manifest"
1933
- },
1934
- "creationMode": {
1935
- "description": "Defines the page behavior when a new record is created.",
1936
- "anyOf": [
1937
- {
1938
- "$ref": "#/definitions/TableCreationModeInlineOPTable"
1939
- },
1940
- {
1941
- "$ref": "#/definitions/TableCreationModeNewPageOPTable"
1942
- },
1943
- {
1944
- "$ref": "#/definitions/TableCreationModeCreationDialogOPTable"
1945
- },
1946
- {
1947
- "$ref": "#/definitions/TableCreationModeExternalOPTable"
1948
- },
1949
- {
1950
- "$ref": "#/definitions/TableCreationModeInlineCreationsRowsOPResponsiveTable"
1951
- }
1952
- ]
1953
- },
1954
- "popinLayout": {
1955
- "description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
1956
- "descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
1957
- "enum": [
1958
- "Block",
1959
- "GridLarge",
1960
- "GridSmall"
1961
- ],
1962
- "type": "string",
1963
- "artifactType": "Manifest"
1964
- },
1965
- "enableFullScreen": {
1966
- "description": "Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.",
1967
- "type": "boolean",
1968
- "artifactType": "Manifest"
1969
- },
1970
- "enablePaste": {
1971
- "description": "In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true.",
1972
- "type": "boolean",
1973
- "artifactType": "Manifest"
1974
- },
1975
- "toolBar": {
1976
- "$ref": "#/definitions/ObjectPageToolBar",
1977
- "description": "Tool Bar"
1978
- },
1979
- "personalization": {
1980
- "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
1981
- "anyOf": [
1982
- {
1983
- "$ref": "#/definitions/PersonalizationTypeOP"
1984
- },
1985
- {
1986
- "type": "boolean"
1987
- }
1988
- ]
1989
- },
1990
- "quickVariantSelection": {
1991
- "$ref": "#/definitions/QuickVariantSelectionV4OP",
1992
- "description": "With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
1993
- "artifactType": "Manifest"
1994
- },
1995
- "columns": {
1996
- "$ref": "#/definitions/GenericColumnsOP"
1997
- },
1998
- "enableMassEdit": {
1999
- "artifactType": "Manifest",
2000
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
2001
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
2002
- "anyOf": [
2003
- {
2004
- "type": "object",
2005
- "properties": {
2006
- "visibleFields": {
2007
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
2008
- "artifactType": "Manifest",
2009
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
2010
- "type": "array",
2011
- "items": {
2012
- "type": "string"
2013
- }
2014
- },
2015
- "ignoredFields": {
2016
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
2017
- "artifactType": "Manifest",
2018
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
2019
- "type": "array",
2020
- "items": {
2021
- "type": "string"
2022
- }
2023
- },
2024
- "operationGroupingMode": {
2025
- "$ref": "#/definitions/OperationGroupingMode",
2026
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
2027
- }
2028
- },
2029
- "additionalProperties": false
2030
- },
2031
- {
2032
- "type": "boolean"
2033
- }
2034
- ]
2035
- },
2036
- "selectionMode": {
2037
- "$ref": "#/definitions/SelectionMode",
2038
- "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
2039
- "artifactType": "Manifest"
2040
- },
2041
- "selectAll": {
2042
- "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
2043
- "type": "boolean",
2044
- "artifactType": "Manifest"
2045
- },
2046
- "selectionLimit": {
2047
- "description": "You can define how many items can be selected at a time using the selectionLimit.",
2048
- "type": "number",
2049
- "artifactType": "Manifest"
2050
- },
2051
- "enableExport": {
2052
- "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
2053
- "type": "boolean",
2054
- "artifactType": "Manifest",
2055
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
2056
- },
2057
- "condensedTableLayout": {
2058
- "description": "Determines whether the content density for ui.table is condensed.",
2059
- "type": "boolean",
2060
- "artifactType": "Manifest",
2061
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
2062
- },
2063
- "hierarchyQualifier": {
2064
- "description": "Leading property that decides between either a recursive hierarchy or data aggregation.",
2065
- "type": "string",
2066
- "artifactType": "Manifest",
2067
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
2068
- },
2069
- "widthIncludingColumnHeader": {
2070
- "description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
2071
- "type": "boolean",
2072
- "artifactType": "Manifest",
2073
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
2074
- },
2075
- "disableCopyToClipboard": {
2076
- "description": "Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured.",
2077
- "type": "boolean",
2078
- "artifactType": "Manifest",
2079
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
2080
- }
2081
- },
2082
- "additionalProperties": false
2083
- },
2084
- "TableCreationModeInlineCreationsRowsOPResponsiveTable": {
2085
- "description": "InlineCreationsRows creation mode for the responsive table",
2086
- "controlProperty": "name",
2087
- "type": "object",
2088
- "properties": {
2089
- "name": {
2090
- "description": "Defines the creation mode to be used by the table.\nAllowed values are 'NewPage', 'Inline', 'InlineCreationsRows', 'External', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline\n- InlineCreationsRows: The creation is performed inline with an empty row\n- External: The creation is performed in a different application which is specified using the `outbound` parameter.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
2091
- "type": "string",
2092
- "const": "InlineCreationRows",
2093
- "artifactType": "Manifest",
2094
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
2095
- },
2096
- "inlineCreationRowsHiddenInEditMode": {
2097
- "description": "Specifies if the new entry should be hidden when `creationMode` is set to `InlineCreationRows`. This only applies to responsive tables.\nThe default value is `false`.",
2098
- "type": "boolean",
2099
- "artifactType": "Manifest",
2100
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
2101
- }
2102
- },
2103
- "additionalProperties": false
2104
- },
2105
- "ObjectPageTreeTableV4": {
2106
- "description": "Table",
2107
- "isViewNode": true,
2108
- "controlProperty": "type",
2109
- "type": "object",
2110
- "properties": {
2111
- "type": {
2112
- "description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
2113
- "type": "string",
2114
- "const": "TreeTable",
2115
- "artifactType": "Manifest"
2116
- },
2117
- "creationMode": {
2118
- "description": "Defines the page behavior when a new record is created.",
2119
- "anyOf": [
2120
- {
2121
- "$ref": "#/definitions/TableCreationModeNewPageOPTreeTable"
2122
- },
2123
- {
2124
- "$ref": "#/definitions/TableCreationModeInlineOPTreeTable"
2125
- },
2126
- {
2127
- "$ref": "#/definitions/TableCreationModeCreationDialogOPTreeTable"
2128
- }
2129
- ]
2130
- },
2131
- "enableFullScreen": {
2132
- "description": "Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.",
2133
- "type": "boolean",
2134
- "artifactType": "Manifest"
2135
- },
2136
- "enablePaste": {
2137
- "description": "In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true.",
2138
- "type": "boolean",
2139
- "artifactType": "Manifest"
2140
- },
2141
- "toolBar": {
2142
- "$ref": "#/definitions/ObjectPageToolBar",
2143
- "description": "Tool Bar"
2144
- },
2145
- "personalization": {
2146
- "description": "Defines the personalization mode which is only effective if the variant management on the page is set to `Page` or `Control`.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties 'Column', 'Sort' and 'Filter' accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
2147
- "anyOf": [
2148
- {
2149
- "$ref": "#/definitions/PersonalizationTypeOP"
2150
- },
2151
- {
2152
- "type": "boolean"
2153
- }
2154
- ]
2155
- },
2156
- "quickVariantSelection": {
2157
- "$ref": "#/definitions/QuickVariantSelectionV4OP",
2158
- "description": "With quickVariantSelection, you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
2159
- "artifactType": "Manifest"
2160
- },
2161
- "columns": {
2162
- "$ref": "#/definitions/GenericColumnsOP"
2163
- },
2164
- "enableMassEdit": {
2165
- "artifactType": "Manifest",
2166
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
2167
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
2168
- "anyOf": [
2169
- {
2170
- "type": "object",
2171
- "properties": {
2172
- "visibleFields": {
2173
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
2174
- "artifactType": "Manifest",
2175
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
2176
- "type": "array",
2177
- "items": {
2178
- "type": "string"
2179
- }
2180
- },
2181
- "ignoredFields": {
2182
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
2183
- "artifactType": "Manifest",
2184
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
2185
- "type": "array",
2186
- "items": {
2187
- "type": "string"
2188
- }
2189
- },
2190
- "operationGroupingMode": {
2191
- "$ref": "#/definitions/OperationGroupingMode",
2192
- "description": "Define how the changes using mass edit should be applied. The default mode for mass editing is 'ChangeSet' on the Object Page and 'Isolated' in the List Report.\n\n- ChangeSet: Grouped for all objects within the same request.\n- Isolated: Separately for each object (as an individual OData change set in the same request)."
2193
- }
2194
- },
2195
- "additionalProperties": false
2196
- },
2197
- {
2198
- "type": "boolean"
2199
- }
2200
- ]
2201
- },
2202
- "selectionMode": {
2203
- "$ref": "#/definitions/SelectionMode",
2204
- "description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
2205
- "artifactType": "Manifest"
2206
- },
2207
- "selectAll": {
2208
- "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
2209
- "type": "boolean",
2210
- "artifactType": "Manifest"
2211
- },
2212
- "selectionLimit": {
2213
- "description": "You can define how many items can be selected at a time using the selectionLimit.",
2214
- "type": "number",
2215
- "artifactType": "Manifest"
2216
- },
2217
- "enableExport": {
2218
- "description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
2219
- "type": "boolean",
2220
- "artifactType": "Manifest",
2221
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
2222
- },
2223
- "condensedTableLayout": {
2224
- "description": "Determines whether the content density for ui.table is condensed.",
2225
- "type": "boolean",
2226
- "artifactType": "Manifest",
2227
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
2228
- },
2229
- "hierarchyQualifier": {
2230
- "description": "Leading property that decides between either a recursive hierarchy or data aggregation.",
2231
- "type": "string",
2232
- "artifactType": "Manifest",
2233
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
2234
- },
2235
- "widthIncludingColumnHeader": {
2236
- "description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
2237
- "type": "boolean",
2238
- "artifactType": "Manifest",
2239
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
2240
- },
2241
- "disableCopyToClipboard": {
2242
- "description": "Determines the visibility of the Copy to Clipboard button. By default, the Copy to Clipboard button is displayed in the table toolbar if the selection mode is configured.",
2243
- "type": "boolean",
2244
- "artifactType": "Manifest",
2245
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
2246
- },
2247
- "rowCountMode": {
2248
- "$ref": "#/definitions/RowCountMode",
2249
- "description": "Defines how the table handles the visible rows. Does not apply to responsive tables. Allowed values are Auto and Fixed.\n - Fixed: The table always has as many rows as defined in the rowCount property.\n - Auto (default): 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 - Interactive: The user can change the number of displayed rows by dragging a resize handle.",
2250
- "artifactType": "Manifest"
2251
- },
2252
- "rowCount": {
2253
- "description": "Number of rows to be displayed in the table.",
2254
- "minimum": 0,
2255
- "type": "number",
2256
- "artifactType": "Manifest"
2257
- }
2258
- },
2259
- "additionalProperties": false
2260
- },
2261
- "TableCreationModeNewPageOPTreeTable": {
2262
- "description": "NewPage creation mode for TreeTable",
2263
- "defaultControlProperty": true,
2264
- "controlProperty": "name",
2265
- "type": "object",
2266
- "properties": {
2267
- "name": {
2268
- "description": "Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in a table. There is a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise, it is 'Inline'.",
2269
- "type": "string",
2270
- "const": "NewPage",
2271
- "artifactType": "Manifest",
2272
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
2273
- },
2274
- "createInPlace": {
2275
- "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`. When set to `false`, the new entry is placed as the first child below its parent.",
2276
- "type": "boolean",
2277
- "artifactType": "Manifest",
2278
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
2279
- },
2280
- "isCreateEnabled": {
2281
- "description": "Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons.",
2282
- "type": "string",
2283
- "artifactType": "Manifest",
2284
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
2285
- }
2286
- },
2287
- "additionalProperties": false
2288
- },
2289
- "TableCreationModeInlineOPTreeTable": {
2290
- "description": "Inline creation mode for TreeTable",
2291
- "controlProperty": "name",
2292
- "type": "object",
2293
- "properties": {
2294
- "name": {
2295
- "description": "Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
2296
- "type": "string",
2297
- "const": "Inline",
2298
- "artifactType": "Manifest",
2299
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
2300
- },
2301
- "createInPlace": {
2302
- "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`. When set to `false`, the new entry is placed as the first child below its parent.",
2303
- "type": "boolean",
2304
- "artifactType": "Manifest",
2305
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
2306
- },
2307
- "isCreateEnabled": {
2308
- "description": "Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons.",
2309
- "type": "string",
2310
- "artifactType": "Manifest",
2311
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
2312
- }
2313
- },
2314
- "additionalProperties": false
2315
- },
2316
- "TableCreationModeCreationDialogOPTreeTable": {
2317
- "description": "CreationDialog creation mode for TreeTable",
2318
- "controlProperty": "name",
2319
- "type": "object",
2320
- "properties": {
2321
- "name": {
2322
- "description": "Defines the creation mode to be used by the tree table.\nAllowed values are 'NewPage', 'Inline', or 'CreationDialog'.\n\n- NewPage: The created document is shown in a new page, depending on whether 'Sync', 'Async', or 'Deferred' is specified in the metadata.\n- Inline: The creation is performed inline.\n- CreationDialog: The creation is performed in the table using a dialog which allows you to specify some initial property values which are listed in 'creationFields'.\n\nIf the 'name' property is not set:\nIf 'navigation' is defined, the default value is 'NewPage'. Otherwise it is 'Inline'.",
2323
- "type": "string",
2324
- "const": "CreationDialog",
2325
- "artifactType": "Manifest",
2326
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/cfb04f0c58e7409992feb4c91aa9410b"
2327
- },
2328
- "creationFields": {
2329
- "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.",
2330
- "type": "array",
2331
- "items": {
2332
- "type": "string"
2333
- },
2334
- "artifactType": "Manifest",
2335
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7fee938d7cba4bfd86810cfe6d011eb0"
2336
- },
2337
- "createInPlace": {
2338
- "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`. When set to `false`, the new entry is placed as the first child below its parent.",
2339
- "type": "boolean",
2340
- "artifactType": "Manifest",
2341
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
2342
- },
2343
- "isCreateEnabled": {
2344
- "description": "Defines the extension point to control the enablement of the \"Create\" button or \"Create Menu\" buttons.",
2345
- "type": "string",
2346
- "artifactType": "Manifest",
2347
- "descriptionSrcURL": "https://ui5.sap.com/#/topic/7cf7a31fd1ee490ab816ecd941bd2f1f"
2348
- }
2349
- },
2350
- "additionalProperties": false
2351
- },
2352
1736
  "ObjectPageSectionForm": {
2353
1737
  "type": "object",
2354
1738
  "properties": {