@sap/ux-specification 1.139.8 → 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 (290) hide show
  1. package/CHANGELOG.md +71 -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 +332 -325
  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 +96 -18
  18. package/dist/schemas/v4/ObjectPageConfig.json +112 -728
  19. package/dist/specification/package.json +10 -10
  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 +48 -1
  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 +36 -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/i18n/i18n.d.ts.map +1 -1
  45. package/dist/specification/src/i18n/i18n.js +2 -1
  46. package/dist/specification/src/i18n/i18n.js.map +1 -1
  47. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts +8 -1
  48. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  49. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +10 -7
  50. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  51. package/dist/specification/src/sync/common/decoration/Decorator.d.ts +91 -0
  52. package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
  53. package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
  54. package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
  55. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
  56. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
  57. package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
  58. package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
  59. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +58 -22
  60. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  61. package/dist/specification/src/sync/common/decoration/decorator-paths.js +23 -1
  62. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  63. package/dist/specification/src/sync/common/decoration/decorators.d.ts +6 -48
  64. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  65. package/dist/specification/src/sync/common/decoration/decorators.js +26 -106
  66. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  67. package/dist/specification/src/sync/common/decoration/index.d.ts +4 -0
  68. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  69. package/dist/specification/src/sync/common/decoration/index.js +4 -0
  70. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  71. package/dist/specification/src/sync/common/decoration/interfaces.d.ts +38 -0
  72. package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +1 -0
  73. package/dist/specification/src/sync/common/decoration/interfaces.js +3 -0
  74. package/dist/specification/src/sync/common/decoration/interfaces.js.map +1 -0
  75. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +18 -0
  76. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -0
  77. package/dist/specification/src/sync/common/decoration/steps/Enums.js +50 -0
  78. package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -0
  79. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +18 -0
  80. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +1 -0
  81. package/dist/specification/src/sync/common/decoration/steps/Hide.js +46 -0
  82. package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +1 -0
  83. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +26 -0
  84. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +1 -0
  85. package/dist/specification/src/sync/common/decoration/steps/Message.js +77 -0
  86. package/dist/specification/src/sync/common/decoration/steps/Message.js.map +1 -0
  87. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +18 -0
  88. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +1 -0
  89. package/dist/specification/src/sync/common/decoration/steps/Readonly.js +43 -0
  90. package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +1 -0
  91. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +18 -0
  92. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +1 -0
  93. package/dist/specification/src/sync/common/decoration/steps/Validity.js +68 -0
  94. package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +1 -0
  95. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +19 -0
  96. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +1 -0
  97. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +48 -0
  98. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +1 -0
  99. package/dist/specification/src/sync/common/decoration/steps/index.d.ts +6 -0
  100. package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +1 -0
  101. package/dist/specification/src/sync/common/decoration/steps/index.js +14 -0
  102. package/dist/specification/src/sync/common/decoration/steps/index.js.map +1 -0
  103. package/dist/specification/src/sync/common/i18n.json +28 -0
  104. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  105. package/dist/specification/src/sync/common/importProject.js +2 -0
  106. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  107. package/dist/specification/src/sync/common/rules.d.ts +25 -0
  108. package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
  109. package/dist/specification/src/sync/common/rules.js +27 -2
  110. package/dist/specification/src/sync/common/rules.js.map +1 -1
  111. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +4 -5
  112. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v2/export/controls/Fragment.js +29 -20
  114. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  115. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v2/export/export.js +3 -2
  117. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  118. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  119. package/dist/specification/src/sync/v2/export/exportPage.js +48 -19
  120. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  121. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
  122. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  123. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
  124. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  125. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
  126. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v2/export/view-controller-generator.js +106 -12
  128. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  129. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +7 -7
  130. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  131. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  132. package/dist/specification/src/sync/v2/generate/objectPage.js +56 -2
  133. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  134. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  135. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  136. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
  137. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
  138. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
  139. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
  140. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
  141. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
  142. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
  143. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +59 -2
  144. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +582 -7
  146. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  147. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  148. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  149. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  150. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  151. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +29 -6
  153. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  154. package/dist/specification/src/sync/v2/types.d.ts +2 -0
  155. package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
  156. package/dist/specification/src/sync/v2/types.js.map +1 -1
  157. package/dist/specification/src/sync/v2/utils.d.ts +25 -0
  158. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  159. package/dist/specification/src/sync/v2/utils.js +28 -4
  160. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  161. package/dist/specification/src/sync/v4/application.d.ts +12 -0
  162. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/application.js +28 -3
  164. package/dist/specification/src/sync/v4/application.js.map +1 -1
  165. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +1 -2
  166. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +1 -2
  168. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -5
  170. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  171. package/dist/specification/src/sync/v4/export/controls/Header.js +2 -7
  172. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  173. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +9 -3
  174. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  175. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -6
  176. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  177. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -2
  178. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  179. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -2
  180. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  181. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +11 -51
  182. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  183. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +95 -246
  184. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  185. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +6 -21
  186. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  187. package/dist/specification/src/sync/v4/export/controls/Table.js +46 -37
  188. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  189. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +1 -2
  190. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  191. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +3 -4
  192. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  193. package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
  194. package/dist/specification/src/sync/v4/export/factory.js +2 -4
  195. package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
  196. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
  197. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  198. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +212 -46
  199. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  200. package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
  201. package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
  202. package/dist/specification/src/sync/v4/generate/app.js +31 -0
  203. package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
  204. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
  205. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  206. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +93 -13
  207. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  208. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  209. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
  210. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  211. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  212. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +29 -27
  213. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  214. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  215. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +12 -3
  216. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  217. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +32 -13
  218. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  219. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +103 -78
  220. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  221. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +13 -6
  222. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  223. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +107 -108
  224. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  225. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -2
  226. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v4/generate/objectPage.js +162 -118
  228. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  229. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  230. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
  231. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  232. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  233. package/dist/specification/src/sync/v4/import/pages/objectPage.js +4 -23
  234. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  235. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
  236. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  237. package/dist/specification/src/sync/v4/sync-rules/App.js +2 -1
  238. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  239. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -1
  240. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  241. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
  242. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  243. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +1 -302
  244. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  245. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +0 -753
  246. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  247. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +2 -4
  248. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  249. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  250. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  251. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +10 -4
  252. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  253. package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
  254. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  255. package/dist/specification/src/sync/v4/utils/macros.js +34 -0
  256. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  257. package/dist/specification/src/sync/v4/utils/utils.d.ts +22 -2
  258. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v4/utils/utils.js +238 -41
  260. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  261. package/dist/specification/test/test-utils/utils.d.ts +1 -0
  262. package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
  263. package/dist/specification/test/test-utils/utils.js +11 -0
  264. package/dist/specification/test/test-utils/utils.js.map +1 -1
  265. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
  266. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
  267. package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
  268. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
  269. package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
  270. package/dist/templates/GridTableColumnsExtension.xml +3 -3
  271. package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
  272. package/dist/templates/TreeTableColumnsExtension.xml +4 -4
  273. package/dist/templates/fragment.xml +3 -3
  274. package/dist/templates/view.xml +3 -3
  275. package/dist/types/src/apiTypes.d.ts +15 -5
  276. package/dist/types/src/apiTypes.d.ts.map +1 -1
  277. package/dist/types/src/apiTypes.js +1 -0
  278. package/dist/types/src/apiTypes.js.map +1 -1
  279. package/dist/types/src/common/types.d.ts +11 -6
  280. package/dist/types/src/common/types.d.ts.map +1 -1
  281. package/dist/types/src/common/types.js +12 -7
  282. package/dist/types/src/common/types.js.map +1 -1
  283. package/dist/types/src/v4/application.d.ts +15 -0
  284. package/dist/types/src/v4/application.d.ts.map +1 -1
  285. package/dist/types/src/v4/application.js +10 -0
  286. package/dist/types/src/v4/application.js.map +1 -1
  287. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +86 -252
  288. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  289. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  290. package/package.json +11 -11
@@ -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",
@@ -679,7 +680,7 @@
679
680
  }
680
681
  },
681
682
  "required": {
682
- "type": "any",
683
+ "type": "boolean",
683
684
  "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
684
685
  "artifactType": "XMLProperty",
685
686
  "metadata": {
@@ -687,7 +688,7 @@
687
688
  }
688
689
  },
689
690
  "value": {
690
- "type": "any",
691
+ "type": "string",
691
692
  "description": "The value contained in the editor. You can use this attribute to set a default value.",
692
693
  "artifactType": "XMLProperty",
693
694
  "metadata": {
@@ -779,7 +780,7 @@
779
780
  }
780
781
  },
781
782
  "required": {
782
- "type": "any",
783
+ "type": "boolean",
783
784
  "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
784
785
  "artifactType": "XMLProperty",
785
786
  "metadata": {
@@ -787,7 +788,7 @@
787
788
  }
788
789
  },
789
790
  "value": {
790
- "type": "any",
791
+ "type": "string",
791
792
  "description": "The value contained in the editor. You can use this attribute to set a default value.",
792
793
  "artifactType": "XMLProperty",
793
794
  "metadata": {
@@ -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,21 @@
3178
3197
  "path": [],
3179
3198
  "type": "Aggregation",
3180
3199
  "aggregationCardinality": "Single"
3181
- }
3200
+ },
3201
+ "description": "Aggregate mass edit of the table."
3202
+ },
3203
+ "quickVariantSelection": {
3204
+ "type": "object",
3205
+ "additionalProperties": {
3206
+ "$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
3207
+ },
3208
+ "isViewNode": false,
3209
+ "metadata": {
3210
+ "path": [],
3211
+ "type": "Aggregation",
3212
+ "aggregationCardinality": "Single"
3213
+ },
3214
+ "description": "Aggregate quickVariantSelection of the table."
3182
3215
  },
3183
3216
  "beforeRebindTable": {
3184
3217
  "type": "string",
@@ -3547,7 +3580,8 @@
3547
3580
  "path": [],
3548
3581
  "type": "Aggregation",
3549
3582
  "aggregationCardinality": "Single"
3550
- }
3583
+ },
3584
+ "description": "A set of options that can be configured to control the aggregation behavior"
3551
3585
  },
3552
3586
  "columns": {
3553
3587
  "type": "object",
@@ -3571,7 +3605,21 @@
3571
3605
  "path": [],
3572
3606
  "type": "Aggregation",
3573
3607
  "aggregationCardinality": "Single"
3574
- }
3608
+ },
3609
+ "description": "Aggregate mass edit of the table."
3610
+ },
3611
+ "quickVariantSelection": {
3612
+ "type": "object",
3613
+ "additionalProperties": {
3614
+ "$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
3615
+ },
3616
+ "isViewNode": false,
3617
+ "metadata": {
3618
+ "path": [],
3619
+ "type": "Aggregation",
3620
+ "aggregationCardinality": "Single"
3621
+ },
3622
+ "description": "Aggregate quickVariantSelection of the table."
3575
3623
  },
3576
3624
  "beforeRebindTable": {
3577
3625
  "type": "string",
@@ -4042,7 +4090,8 @@
4042
4090
  "path": [],
4043
4091
  "type": "Aggregation",
4044
4092
  "aggregationCardinality": "Single"
4045
- }
4093
+ },
4094
+ "description": "A set of options that can be configured to control the aggregation behavior"
4046
4095
  },
4047
4096
  "columns": {
4048
4097
  "type": "object",
@@ -4066,7 +4115,21 @@
4066
4115
  "path": [],
4067
4116
  "type": "Aggregation",
4068
4117
  "aggregationCardinality": "Single"
4069
- }
4118
+ },
4119
+ "description": "Aggregate mass edit of the table."
4120
+ },
4121
+ "quickVariantSelection": {
4122
+ "type": "object",
4123
+ "additionalProperties": {
4124
+ "$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
4125
+ },
4126
+ "isViewNode": false,
4127
+ "metadata": {
4128
+ "path": [],
4129
+ "type": "Aggregation",
4130
+ "aggregationCardinality": "Single"
4131
+ },
4132
+ "description": "Aggregate quickVariantSelection of the table."
4070
4133
  },
4071
4134
  "beforeRebindTable": {
4072
4135
  "type": "string",
@@ -4470,7 +4533,8 @@
4470
4533
  "path": [],
4471
4534
  "type": "Aggregation",
4472
4535
  "aggregationCardinality": "Single"
4473
- }
4536
+ },
4537
+ "description": "A set of options that can be configured to control the aggregation behavior"
4474
4538
  },
4475
4539
  "columns": {
4476
4540
  "type": "object",
@@ -4494,7 +4558,21 @@
4494
4558
  "path": [],
4495
4559
  "type": "Aggregation",
4496
4560
  "aggregationCardinality": "Single"
4497
- }
4561
+ },
4562
+ "description": "Aggregate mass edit of the table."
4563
+ },
4564
+ "quickVariantSelection": {
4565
+ "type": "object",
4566
+ "additionalProperties": {
4567
+ "$ref": "#/definitions/sap.fe.macros.table.QuickVariantSelection"
4568
+ },
4569
+ "isViewNode": false,
4570
+ "metadata": {
4571
+ "path": [],
4572
+ "type": "Aggregation",
4573
+ "aggregationCardinality": "Single"
4574
+ },
4575
+ "description": "Aggregate quickVariantSelection of the table."
4498
4576
  },
4499
4577
  "beforeRebindTable": {
4500
4578
  "type": "string",