@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
@@ -74,7 +74,7 @@
74
74
  "description": "Specify a SelectionVariant (in order to set default values for the filter bar), a PresentationVariant (in order to define the layout of the table), or a SelectionPresentationVariant (combining both)",
75
75
  "type": "string",
76
76
  "artifactType": "Manifest",
77
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/49a6ba5b8d6946208322a9f7e16837c2"
77
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/22e32b7241e843c1a84fee142e9d8ef0"
78
78
  },
79
79
  "liveMode": {
80
80
  "description": "If liveMode is set, the search will be automatically triggered when a filter value is set.",
@@ -86,20 +86,20 @@
86
86
  "description": "Controls whether smart variant management is active. Default is true.",
87
87
  "type": "boolean",
88
88
  "artifactType": "Manifest",
89
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
89
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e3b12f41d70c442f9d4cc2e7722bbb17"
90
90
  },
91
91
  "variantManagementHidden": {
92
92
  "description": "If you set the flag to true, then standard variant management is not available in the app. The app name is displayed instead.\nIf the flag is false or undefined, the standard variant management is available and can be enabled or disabled.",
93
93
  "type": "boolean",
94
94
  "artifactType": "Manifest",
95
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
95
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e3b12f41d70c442f9d4cc2e7722bbb17"
96
96
  },
97
97
  "subTitleIfVariantMgmtHidden": {
98
98
  "description": "You can choose an app-specific title by setting the corresponding value for the subTitleIfVariantMgmtHidden property.",
99
99
  "i18nClassification": "TIT: Subtitle if variant management is hidden",
100
100
  "type": "string",
101
101
  "artifactType": "Manifest",
102
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/094fe8c8d8ac4f0eb4724b1a52d2ad61"
102
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/e3b12f41d70c442f9d4cc2e7722bbb17"
103
103
  },
104
104
  "showClearOnFB": {
105
105
  "description": "Handles the visibility of the Clear button on the filter bar.",
@@ -431,13 +431,13 @@
431
431
  "description": "This property can be used to indicate that a table or chart should be based on a different entity set than the main entity set",
432
432
  "type": "string",
433
433
  "artifactType": "Manifest",
434
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/b6b59e4a4c3548cf83ff9c3b955d3ba3"
434
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/6698b80fc1a543ebb5c07e0781e9b93e"
435
435
  },
436
436
  "annotationPath": {
437
437
  "description": "Specify a SelectionVariant or SelectionPresentationVariant annotation for the entity set to configure the table or chart",
438
438
  "type": "string",
439
439
  "artifactType": "Manifest",
440
- "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/37aeed74e17a42caa2cba3123f0c15fc"
440
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/97dfeea4a8c346368cea6bf7a3e85478"
441
441
  },
442
442
  "showItemNavigationOnChart": {
443
443
  "description": "To enable navigation for charts, you have to set the property to \"true\" and maintain an internal navigation target in the manifest.",
@@ -464,10 +464,108 @@
464
464
  "controlType": "sap.ui.comp.smarttable.SmartTable"
465
465
  },
466
466
  "useExportToExcel": {
467
- "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
467
+ "description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example, Microsoft Excel.",
468
468
  "type": "boolean",
469
469
  "artifactType": "FlexChange",
470
470
  "controlType": "sap.ui.comp.smarttable.SmartTable"
471
+ },
472
+ "growingThreshold": {
473
+ "description": "Defines the number of items to be requested from the model for each grow. This property can only be used if the growing property is set to true.",
474
+ "type": "number",
475
+ "artifactType": "FlexChange",
476
+ "controlType": "sap.m.Table"
477
+ },
478
+ "popinLayout": {
479
+ "pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#%? _|,<>'()[\\]\\/:=.]+}$",
480
+ "anyOf": [
481
+ {
482
+ "$ref": "#/definitions/PopinLayout"
483
+ },
484
+ {
485
+ "type": "string"
486
+ }
487
+ ],
488
+ "description": "Defines the layout in which the table pop-in rows are rendered.",
489
+ "artifactType": "FlexChange",
490
+ "controlType": "sap.m.Table"
491
+ },
492
+ "includeItemInSelection": {
493
+ "description": "Set this property to true if you want items to be selectable when they are clicked rather than after the selection control has been set.",
494
+ "type": "boolean",
495
+ "artifactType": "FlexChange",
496
+ "controlType": "sap.m.Table"
497
+ },
498
+ "tableType": {
499
+ "$ref": "#/definitions/TableTypeV2Enum",
500
+ "description": "Obsolete property for specifying the type of the table. Use the 'type' property instead.",
501
+ "artifactType": "Manifest"
502
+ },
503
+ "type": {
504
+ "$ref": "#/definitions/TableTypeV2Enum",
505
+ "description": "Specifies the type of the table.",
506
+ "artifactType": "Manifest",
507
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/5d270547f113468e83e06dd7ee408a45"
508
+ },
509
+ "condensedTableLayout": {
510
+ "description": "Sets a condensed table layout for analytical tables, grid tables, and tree tables.",
511
+ "type": "boolean",
512
+ "artifactType": "Manifest"
513
+ },
514
+ "enableTableFilterInPageVariant": {
515
+ "description": "If you have enabled harmonized variant management, by default, business users cannot set a filter in the table personalization settings.\nTo enable filtering for business users, you must set the enableTableFilterInPageVariant property to true.",
516
+ "type": "boolean",
517
+ "artifactType": "Manifest"
518
+ },
519
+ "inlineDelete": {
520
+ "description": "Used to enable inline deletion in a responsive table.",
521
+ "type": "boolean",
522
+ "artifactType": "Manifest"
523
+ },
524
+ "multiSelect": {
525
+ "description": "When this setting is enabled, the table switches from single to multi selection.",
526
+ "type": "boolean",
527
+ "artifactType": "Manifest",
528
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/402fac73b4794a31983609ebdde580d2"
529
+ },
530
+ "selectAll": {
531
+ "description": "This property can be used to decide whether the 'Select All' checkbox or the 'Clear All' button is shown in the top-left corner of the table.",
532
+ "type": "boolean",
533
+ "artifactType": "Manifest"
534
+ },
535
+ "selectionLimit": {
536
+ "description": "When new data is loaded from the back-end system, the number of lines is restricted to the specified limit. The default value is 200.",
537
+ "type": "number",
538
+ "artifactType": "Manifest",
539
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd?q=selectionLimit"
540
+ },
541
+ "copy": {
542
+ "description": "If copy is set to true, the 'Copy to Clipboard' button is shown in the table toolbar.\nBy default, the 'Copy to Clipboard' button is displayed in the table toolbar if the selection mode is configured for the corresponding table.",
543
+ "type": "boolean",
544
+ "artifactType": "Manifest",
545
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/c0f6592a592e47f9bb6d09900de47412"
546
+ },
547
+ "dataLoadSettings": {
548
+ "$ref": "#/definitions/DataLoadSettings",
549
+ "description": "Change the default behavior for autoloading of data."
550
+ },
551
+ "createWithFilters": {
552
+ "$ref": "#/definitions/CreateWithFilters",
553
+ "description": "Adds a new create action that uses the filter settings as input."
554
+ },
555
+ "createWithParameterDialog": {
556
+ "$ref": "#/definitions/Fields4CreateWithParametersDialog",
557
+ "description": "Enables the creation of objects that have a maximum of eight data fields through a dialog in the list report page.",
558
+ "artifactType": "Manifest",
559
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/2d04f60da84a49f6bb8617fbf1d3d2aa"
560
+ },
561
+ "multiEdit": {
562
+ "$ref": "#/definitions/MultiEdit",
563
+ "description": "Allows you to edit multiple objects using a dialog.",
564
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/7cc4f04364c540c397130ff92f84c3ca"
565
+ },
566
+ "toolbar": {
567
+ "$ref": "#/definitions/Toolbar",
568
+ "description": "Tool Bar"
471
569
  }
472
570
  },
473
571
  "additionalProperties": false
@@ -554,6 +652,103 @@
554
652
  ],
555
653
  "type": "string"
556
654
  },
655
+ "PopinLayout": {
656
+ "description": "Defines the layout options of the table popins.\n\nThis enum is part of the 'sap/m/library' module export and must be accessed by the property 'PopinLayout'.",
657
+ "enum": [
658
+ "Block",
659
+ "GridLarge",
660
+ "GridSmall"
661
+ ],
662
+ "type": "string"
663
+ },
664
+ "TableTypeV2Enum": {
665
+ "enum": [
666
+ "AnalyticalTable",
667
+ "GridTable",
668
+ "ResponsiveTable",
669
+ "TreeTable"
670
+ ],
671
+ "type": "string"
672
+ },
673
+ "DataLoadSettings": {
674
+ "type": "object",
675
+ "properties": {
676
+ "loadDataOnAppLaunch": {
677
+ "$ref": "#/definitions/LoadDataOnAppLaunchSettingsEnum",
678
+ "description": "Changes the default behavior for autoloading data.",
679
+ "artifactType": "Manifest",
680
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/b736ab6ae3654789ba1f9630e5720af3?q=loadDataOnAppLaunch"
681
+ }
682
+ },
683
+ "additionalProperties": false,
684
+ "required": [
685
+ "loadDataOnAppLaunch"
686
+ ]
687
+ },
688
+ "LoadDataOnAppLaunchSettingsEnum": {
689
+ "enum": [
690
+ "always",
691
+ "ifAnyFilterExist",
692
+ "never"
693
+ ],
694
+ "type": "string"
695
+ },
696
+ "CreateWithFilters": {
697
+ "type": "object",
698
+ "properties": {
699
+ "strategy": {
700
+ "description": "For the create action to use the filter settings as input, set this property to extension and implement the extension function as mentioned in help.sap.com for SAP S/4HANA, section \"Prefilling Fields When Creating a New Entity Using an Extension Point\".",
701
+ "type": "string",
702
+ "const": "extension",
703
+ "artifactType": "Manifest",
704
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/189e2d8a59f04a2693a4fde7f4a91a65?q=createWithFilters"
705
+ }
706
+ },
707
+ "additionalProperties": false,
708
+ "required": [
709
+ "strategy"
710
+ ]
711
+ },
712
+ "Fields4CreateWithParametersDialog": {
713
+ "type": "object",
714
+ "properties": {
715
+ "fields": {
716
+ "type": "array",
717
+ "items": {
718
+ "type": "string"
719
+ }
720
+ }
721
+ },
722
+ "additionalProperties": false,
723
+ "required": [
724
+ "fields"
725
+ ]
726
+ },
727
+ "MultiEdit": {
728
+ "type": "object",
729
+ "properties": {
730
+ "enabled": {
731
+ "description": "When multiEdit is enabled, by default the dialog displays editable fields corresponding to the columns that are displayed in the table.",
732
+ "type": "boolean",
733
+ "artifactType": "Manifest"
734
+ },
735
+ "annotationPath": {
736
+ "description": "Use annotationPath to define a mass edit dialog that points to a FieldGroup annotation with a qualifier.",
737
+ "type": "string",
738
+ "artifactType": "Manifest"
739
+ },
740
+ "ignoredFields": {
741
+ "description": "Determines which fields are hidden in key user adaptation and restricts them from being added to the mass edit dialog.",
742
+ "type": "array",
743
+ "items": {
744
+ "type": "string",
745
+ "const": "GENERICPROPERTY"
746
+ },
747
+ "artifactType": "Manifest"
748
+ }
749
+ },
750
+ "additionalProperties": false
751
+ },
557
752
  "Toolbar": {
558
753
  "description": "Toolbar",
559
754
  "isViewNode": true,
@@ -123,6 +123,11 @@
123
123
  "type": "string",
124
124
  "manifestPath": "$[\"sap.fe\"].macros.table.defaultPopinLayout"
125
125
  },
126
+ "sideEffectsEventsInteractionType": {
127
+ "$ref": "#/definitions/SideEffectsEventsInteractionType",
128
+ "description": "Sets interaction type of side effect events.\n- Notification (default) - A message toast is displayed.\n- Confirmation - A confirmation popup is displayed and data is only be refreshed if the user actively confirms it.\n- None - Data is refreshed without informing the user.",
129
+ "manifestPath": "$[\"sap.fe\"].app.sideEffectsEventsInteractionType"
130
+ },
126
131
  "title": {
127
132
  "description": "Defines the title for the application.",
128
133
  "i18nClassification": "TIT: Title of the application",
@@ -282,6 +287,15 @@
282
287
  }
283
288
  }
284
289
  },
290
+ "SideEffectsEventsInteractionType": {
291
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/27c9c3bad6eb4d99bc18a661fdb5e246",
292
+ "enum": [
293
+ "Confirmation",
294
+ "None",
295
+ "Notification"
296
+ ],
297
+ "type": "string"
298
+ },
285
299
  "CloudDevAdaptationStatus": {
286
300
  "internal": true,
287
301
  "enum": [
@@ -229,7 +229,8 @@
229
229
  "path": [],
230
230
  "type": "Aggregation",
231
231
  "aggregationCardinality": "Single"
232
- }
232
+ },
233
+ "description": "A set of options that can be configured."
233
234
  },
234
235
  "change": {
235
236
  "type": "string",
@@ -848,7 +849,8 @@
848
849
  "path": [],
849
850
  "type": "Aggregation",
850
851
  "aggregationCardinality": "Single"
851
- }
852
+ },
853
+ "description": "Supported Share options sap.fe.macros.share.ShareOptions."
852
854
  }
853
855
  },
854
856
  "additionalProperties": false,
@@ -1316,7 +1318,8 @@
1316
1318
  "path": [],
1317
1319
  "type": "Aggregation",
1318
1320
  "aggregationCardinality": "Single"
1319
- }
1321
+ },
1322
+ "description": "A set of options that can be configured."
1320
1323
  },
1321
1324
  "change": {
1322
1325
  "type": "string",
@@ -1831,12 +1834,25 @@
1831
1834
  "metadata": {
1832
1835
  "type": "Property"
1833
1836
  }
1837
+ },
1838
+ "fields": {
1839
+ "type": "object",
1840
+ "additionalProperties": {
1841
+ "$ref": "#/definitions/sap.fe.macros.FormElement"
1842
+ },
1843
+ "isViewNode": true,
1844
+ "metadata": {
1845
+ "path": [],
1846
+ "type": "Aggregation",
1847
+ "aggregationCardinality": "Multiple"
1848
+ }
1834
1849
  }
1835
1850
  },
1836
1851
  "additionalProperties": false,
1837
1852
  "metadata": {
1838
1853
  "path": [],
1839
- "type": "Control"
1854
+ "type": "Control",
1855
+ "defaultAggregation": "fields"
1840
1856
  }
1841
1857
  },
1842
1858
  "sap.fe.macros.microchart.MicroChart": {
@@ -2709,7 +2725,8 @@
2709
2725
  "path": [],
2710
2726
  "type": "Aggregation",
2711
2727
  "aggregationCardinality": "Single"
2712
- }
2728
+ },
2729
+ "description": "Determines the export settings for the column."
2713
2730
  }
2714
2731
  },
2715
2732
  "additionalProperties": false,
@@ -2769,7 +2786,8 @@
2769
2786
  "path": [],
2770
2787
  "type": "Aggregation",
2771
2788
  "aggregationCardinality": "Single"
2772
- }
2789
+ },
2790
+ "description": "The custom form container that can be displayed at the top of the mass edit dialog"
2773
2791
  }
2774
2792
  },
2775
2793
  "additionalProperties": false,
@@ -3154,7 +3172,8 @@
3154
3172
  "path": [],
3155
3173
  "type": "Aggregation",
3156
3174
  "aggregationCardinality": "Single"
3157
- }
3175
+ },
3176
+ "description": "A set of options that can be configured to control the aggregation behavior"
3158
3177
  },
3159
3178
  "columns": {
3160
3179
  "type": "object",
@@ -3178,7 +3197,8 @@
3178
3197
  "path": [],
3179
3198
  "type": "Aggregation",
3180
3199
  "aggregationCardinality": "Single"
3181
- }
3200
+ },
3201
+ "description": "Aggregate mass edit of the table."
3182
3202
  },
3183
3203
  "quickVariantSelection": {
3184
3204
  "type": "object",
@@ -3190,7 +3210,8 @@
3190
3210
  "path": [],
3191
3211
  "type": "Aggregation",
3192
3212
  "aggregationCardinality": "Single"
3193
- }
3213
+ },
3214
+ "description": "Aggregate quickVariantSelection of the table."
3194
3215
  },
3195
3216
  "beforeRebindTable": {
3196
3217
  "type": "string",
@@ -3559,7 +3580,8 @@
3559
3580
  "path": [],
3560
3581
  "type": "Aggregation",
3561
3582
  "aggregationCardinality": "Single"
3562
- }
3583
+ },
3584
+ "description": "A set of options that can be configured to control the aggregation behavior"
3563
3585
  },
3564
3586
  "columns": {
3565
3587
  "type": "object",
@@ -3583,7 +3605,8 @@
3583
3605
  "path": [],
3584
3606
  "type": "Aggregation",
3585
3607
  "aggregationCardinality": "Single"
3586
- }
3608
+ },
3609
+ "description": "Aggregate mass edit of the table."
3587
3610
  },
3588
3611
  "quickVariantSelection": {
3589
3612
  "type": "object",
@@ -3595,7 +3618,8 @@
3595
3618
  "path": [],
3596
3619
  "type": "Aggregation",
3597
3620
  "aggregationCardinality": "Single"
3598
- }
3621
+ },
3622
+ "description": "Aggregate quickVariantSelection of the table."
3599
3623
  },
3600
3624
  "beforeRebindTable": {
3601
3625
  "type": "string",
@@ -4066,7 +4090,8 @@
4066
4090
  "path": [],
4067
4091
  "type": "Aggregation",
4068
4092
  "aggregationCardinality": "Single"
4069
- }
4093
+ },
4094
+ "description": "A set of options that can be configured to control the aggregation behavior"
4070
4095
  },
4071
4096
  "columns": {
4072
4097
  "type": "object",
@@ -4090,7 +4115,8 @@
4090
4115
  "path": [],
4091
4116
  "type": "Aggregation",
4092
4117
  "aggregationCardinality": "Single"
4093
- }
4118
+ },
4119
+ "description": "Aggregate mass edit of the table."
4094
4120
  },
4095
4121
  "quickVariantSelection": {
4096
4122
  "type": "object",
@@ -4102,7 +4128,8 @@
4102
4128
  "path": [],
4103
4129
  "type": "Aggregation",
4104
4130
  "aggregationCardinality": "Single"
4105
- }
4131
+ },
4132
+ "description": "Aggregate quickVariantSelection of the table."
4106
4133
  },
4107
4134
  "beforeRebindTable": {
4108
4135
  "type": "string",
@@ -4506,7 +4533,8 @@
4506
4533
  "path": [],
4507
4534
  "type": "Aggregation",
4508
4535
  "aggregationCardinality": "Single"
4509
- }
4536
+ },
4537
+ "description": "A set of options that can be configured to control the aggregation behavior"
4510
4538
  },
4511
4539
  "columns": {
4512
4540
  "type": "object",
@@ -4530,7 +4558,8 @@
4530
4558
  "path": [],
4531
4559
  "type": "Aggregation",
4532
4560
  "aggregationCardinality": "Single"
4533
- }
4561
+ },
4562
+ "description": "Aggregate mass edit of the table."
4534
4563
  },
4535
4564
  "quickVariantSelection": {
4536
4565
  "type": "object",
@@ -4542,7 +4571,8 @@
4542
4571
  "path": [],
4543
4572
  "type": "Aggregation",
4544
4573
  "aggregationCardinality": "Single"
4545
- }
4574
+ },
4575
+ "description": "Aggregate quickVariantSelection of the table."
4546
4576
  },
4547
4577
  "beforeRebindTable": {
4548
4578
  "type": "string",