@sap/ux-specification 1.144.1 → 1.144.3

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 (319) hide show
  1. package/CHANGELOG.md +65 -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 +316 -311
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ListReportNewConfig.json +208 -7
  16. package/dist/schemas/v2/OverviewPageConfig.json +18 -9
  17. package/dist/schemas/v4/ApplicationV4.json +20 -0
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +597 -166
  19. package/dist/schemas/v4/ListReportConfig.json +74 -15
  20. package/dist/schemas/v4/ObjectPageConfig.json +117 -732
  21. package/dist/specification/package.json +8 -8
  22. package/dist/specification/scripts/generate-validity-report.js +1 -1
  23. package/dist/specification/scripts/generate-validity-report.js.map +1 -1
  24. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  25. package/dist/specification/scripts/macros/corrections.js +15 -0
  26. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  27. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  28. package/dist/specification/scripts/macros/schema.js +23 -10
  29. package/dist/specification/scripts/macros/schema.js.map +1 -1
  30. package/dist/specification/scripts/schema/to-json-schema.js +1 -1
  31. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  32. package/dist/specification/src/api.d.ts.map +1 -1
  33. package/dist/specification/src/api.js +39 -3
  34. package/dist/specification/src/api.js.map +1 -1
  35. package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
  36. package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
  37. package/dist/specification/src/ftfs/ftfs.js +1 -0
  38. package/dist/specification/src/ftfs/ftfs.js.map +1 -1
  39. package/dist/specification/src/ftfs/index.d.ts +1 -1
  40. package/dist/specification/src/ftfs/index.d.ts.map +1 -1
  41. package/dist/specification/src/ftfs/index.js +2 -1
  42. package/dist/specification/src/ftfs/index.js.map +1 -1
  43. package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
  44. package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -1
  45. package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
  46. package/dist/specification/src/sync/common/decoration/Decorator.d.ts +91 -0
  47. package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
  48. package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
  49. package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
  50. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
  51. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
  52. package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
  53. package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
  54. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +71 -22
  55. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  56. package/dist/specification/src/sync/common/decoration/decorator-paths.js +23 -1
  57. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  58. package/dist/specification/src/sync/common/decoration/decorators.d.ts +0 -8
  59. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  60. package/dist/specification/src/sync/common/decoration/decorators.js +0 -15
  61. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  62. package/dist/specification/src/sync/common/decoration/index.d.ts +4 -0
  63. package/dist/specification/src/sync/common/decoration/index.d.ts.map +1 -1
  64. package/dist/specification/src/sync/common/decoration/index.js +4 -0
  65. package/dist/specification/src/sync/common/decoration/index.js.map +1 -1
  66. package/dist/specification/src/sync/common/decoration/interfaces.d.ts +38 -0
  67. package/dist/specification/src/sync/common/decoration/interfaces.d.ts.map +1 -0
  68. package/dist/specification/src/sync/common/decoration/interfaces.js +3 -0
  69. package/dist/specification/src/sync/common/decoration/interfaces.js.map +1 -0
  70. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts +18 -0
  71. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -0
  72. package/dist/specification/src/sync/common/decoration/steps/Enums.js +50 -0
  73. package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -0
  74. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts +18 -0
  75. package/dist/specification/src/sync/common/decoration/steps/Hide.d.ts.map +1 -0
  76. package/dist/specification/src/sync/common/decoration/steps/Hide.js +46 -0
  77. package/dist/specification/src/sync/common/decoration/steps/Hide.js.map +1 -0
  78. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts +26 -0
  79. package/dist/specification/src/sync/common/decoration/steps/Message.d.ts.map +1 -0
  80. package/dist/specification/src/sync/common/decoration/steps/Message.js +77 -0
  81. package/dist/specification/src/sync/common/decoration/steps/Message.js.map +1 -0
  82. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts +18 -0
  83. package/dist/specification/src/sync/common/decoration/steps/Readonly.d.ts.map +1 -0
  84. package/dist/specification/src/sync/common/decoration/steps/Readonly.js +43 -0
  85. package/dist/specification/src/sync/common/decoration/steps/Readonly.js.map +1 -0
  86. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts +18 -0
  87. package/dist/specification/src/sync/common/decoration/steps/Validity.d.ts.map +1 -0
  88. package/dist/specification/src/sync/common/decoration/steps/Validity.js +68 -0
  89. package/dist/specification/src/sync/common/decoration/steps/Validity.js.map +1 -0
  90. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts +19 -0
  91. package/dist/specification/src/sync/common/decoration/steps/enum-utils.d.ts.map +1 -0
  92. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js +48 -0
  93. package/dist/specification/src/sync/common/decoration/steps/enum-utils.js.map +1 -0
  94. package/dist/specification/src/sync/common/decoration/steps/index.d.ts +6 -0
  95. package/dist/specification/src/sync/common/decoration/steps/index.d.ts.map +1 -0
  96. package/dist/specification/src/sync/common/decoration/steps/index.js +14 -0
  97. package/dist/specification/src/sync/common/decoration/steps/index.js.map +1 -0
  98. package/dist/specification/src/sync/common/i18n.json +29 -1
  99. package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
  100. package/dist/specification/src/sync/common/importProject.js +2 -0
  101. package/dist/specification/src/sync/common/importProject.js.map +1 -1
  102. package/dist/specification/src/sync/common/rules.d.ts +1 -1
  103. package/dist/specification/src/sync/common/rules.js +1 -1
  104. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts +4 -5
  105. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  106. package/dist/specification/src/sync/v2/export/controls/Fragment.js +47 -26
  107. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  108. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v2/export/export.js +3 -2
  110. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  111. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v2/export/exportPage.js +48 -19
  113. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  114. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
  115. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
  117. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  118. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
  119. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  120. package/dist/specification/src/sync/v2/export/view-controller-generator.js +106 -12
  121. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  122. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +2 -0
  123. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  124. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +3 -2
  125. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  126. package/dist/specification/src/sync/v2/generate/utils.d.ts +16 -1
  127. package/dist/specification/src/sync/v2/generate/utils.d.ts.map +1 -1
  128. package/dist/specification/src/sync/v2/generate/utils.js +33 -22
  129. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  130. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
  131. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
  132. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
  133. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
  134. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
  135. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
  136. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
  137. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +60 -2
  138. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  139. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +626 -11
  140. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  141. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  142. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  143. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  144. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  145. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  146. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +30 -6
  147. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  148. package/dist/specification/src/sync/v2/types.d.ts +2 -0
  149. package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
  150. package/dist/specification/src/sync/v2/types.js.map +1 -1
  151. package/dist/specification/src/sync/v2/utils.d.ts +25 -0
  152. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  153. package/dist/specification/src/sync/v2/utils.js +28 -4
  154. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  155. package/dist/specification/src/sync/v4/application.d.ts +2 -0
  156. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  157. package/dist/specification/src/sync/v4/application.js +20 -0
  158. package/dist/specification/src/sync/v4/application.js.map +1 -1
  159. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts +1 -2
  160. package/dist/specification/src/sync/v4/export/controls/FilterBar.d.ts.map +1 -1
  161. package/dist/specification/src/sync/v4/export/controls/FilterBar.js +1 -2
  162. package/dist/specification/src/sync/v4/export/controls/FilterBar.js.map +1 -1
  163. package/dist/specification/src/sync/v4/export/controls/Header.d.ts +3 -5
  164. package/dist/specification/src/sync/v4/export/controls/Header.d.ts.map +1 -1
  165. package/dist/specification/src/sync/v4/export/controls/Header.js +2 -7
  166. package/dist/specification/src/sync/v4/export/controls/Header.js.map +1 -1
  167. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +9 -3
  168. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  169. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +10 -6
  170. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  171. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts +38 -0
  172. package/dist/specification/src/sync/v4/export/controls/InlineEdit.d.ts.map +1 -0
  173. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js +86 -0
  174. package/dist/specification/src/sync/v4/export/controls/InlineEdit.js.map +1 -0
  175. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +1 -2
  176. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js +1 -2
  178. package/dist/specification/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  179. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +11 -51
  180. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  181. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +95 -246
  182. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  183. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +6 -27
  184. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  185. package/dist/specification/src/sync/v4/export/controls/Table.js +14 -49
  186. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  187. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +1 -2
  188. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  189. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +1 -2
  190. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  191. package/dist/specification/src/sync/v4/export/controls/index.d.ts +1 -0
  192. package/dist/specification/src/sync/v4/export/controls/index.d.ts.map +1 -1
  193. package/dist/specification/src/sync/v4/export/controls/index.js +1 -0
  194. package/dist/specification/src/sync/v4/export/controls/index.js.map +1 -1
  195. package/dist/specification/src/sync/v4/export/factory.d.ts.map +1 -1
  196. package/dist/specification/src/sync/v4/export/factory.js +2 -4
  197. package/dist/specification/src/sync/v4/export/factory.js.map +1 -1
  198. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
  199. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  200. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +216 -46
  201. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  202. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts +15 -2
  203. package/dist/specification/src/sync/v4/export/pages/ListReport.d.ts.map +1 -1
  204. package/dist/specification/src/sync/v4/export/pages/ListReport.js +33 -1
  205. package/dist/specification/src/sync/v4/export/pages/ListReport.js.map +1 -1
  206. package/dist/specification/src/sync/v4/generate/actions.js +4 -4
  207. package/dist/specification/src/sync/v4/generate/actions.js.map +1 -1
  208. package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
  209. package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
  210. package/dist/specification/src/sync/v4/generate/app.js +31 -0
  211. package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
  212. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
  213. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  214. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +74 -2
  215. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  216. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  217. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
  218. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  219. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  220. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +29 -27
  221. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  222. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  223. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +12 -3
  224. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  225. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts +32 -13
  226. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  227. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +106 -79
  228. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  229. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +16 -10
  230. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  231. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +64 -32
  232. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  233. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -2
  234. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  235. package/dist/specification/src/sync/v4/generate/objectPage.js +136 -95
  236. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  237. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts +18 -0
  238. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.d.ts.map +1 -0
  239. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js +91 -0
  240. package/dist/specification/src/sync/v4/generate/utils/inlineEdit.js.map +1 -0
  241. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts +156 -0
  242. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.d.ts.map +1 -0
  243. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js +192 -0
  244. package/dist/specification/src/sync/v4/generate/utils/propertiesForEdit.js.map +1 -0
  245. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  246. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
  247. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  248. package/dist/specification/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
  249. package/dist/specification/src/sync/v4/import/pages/listReport.js.map +1 -1
  250. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  251. package/dist/specification/src/sync/v4/import/pages/objectPage.js +11 -50
  252. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  253. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
  254. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  255. package/dist/specification/src/sync/v4/sync-rules/App.js +5 -1
  256. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  257. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -1
  258. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  259. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
  260. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  261. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +1 -294
  262. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  263. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +0 -753
  264. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  265. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +2 -4
  266. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  267. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  268. package/dist/specification/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
  269. package/dist/specification/src/sync/v4/utils/StableIdHelper.js +10 -4
  270. package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
  271. package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
  272. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  273. package/dist/specification/src/sync/v4/utils/macros.js +34 -0
  274. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  275. package/dist/specification/src/sync/v4/utils/utils.d.ts +31 -3
  276. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  277. package/dist/specification/src/sync/v4/utils/utils.js +310 -58
  278. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  279. package/dist/specification/test/test-utils/utils.d.ts +1 -0
  280. package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
  281. package/dist/specification/test/test-utils/utils.js +11 -0
  282. package/dist/specification/test/test-utils/utils.js.map +1 -1
  283. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
  284. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
  285. package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
  286. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
  287. package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
  288. package/dist/templates/GridTableColumnsExtension.xml +3 -3
  289. package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
  290. package/dist/templates/TreeTableColumnsExtension.xml +4 -4
  291. package/dist/templates/fragment.xml +3 -3
  292. package/dist/templates/view.xml +3 -3
  293. package/dist/types/src/apiTypes.d.ts +44 -6
  294. package/dist/types/src/apiTypes.d.ts.map +1 -1
  295. package/dist/types/src/apiTypes.js +1 -0
  296. package/dist/types/src/apiTypes.js.map +1 -1
  297. package/dist/types/src/common/types.d.ts +13 -6
  298. package/dist/types/src/common/types.d.ts.map +1 -1
  299. package/dist/types/src/common/types.js +14 -7
  300. package/dist/types/src/common/types.js.map +1 -1
  301. package/dist/types/src/v4/application.d.ts +21 -0
  302. package/dist/types/src/v4/application.d.ts.map +1 -1
  303. package/dist/types/src/v4/application.js +10 -0
  304. package/dist/types/src/v4/application.js.map +1 -1
  305. package/dist/types/src/v4/controls/InlineEdit.d.ts +30 -0
  306. package/dist/types/src/v4/controls/InlineEdit.d.ts.map +1 -0
  307. package/dist/types/src/v4/controls/InlineEdit.js +3 -0
  308. package/dist/types/src/v4/controls/InlineEdit.js.map +1 -0
  309. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +86 -252
  310. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  311. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  312. package/dist/types/src/v4/controls/Table.d.ts +4 -4
  313. package/dist/types/src/v4/controls/index.d.ts +1 -0
  314. package/dist/types/src/v4/controls/index.d.ts.map +1 -1
  315. package/dist/types/src/v4/controls/index.js +1 -0
  316. package/dist/types/src/v4/controls/index.js.map +1 -1
  317. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +5 -1
  318. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  319. package/package.json +8 -8
@@ -41,6 +41,19 @@
41
41
  "artifactType": "Manifest",
42
42
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/2a9df06673d34f72b238549d49da8bfb"
43
43
  },
44
+ "inlineEdit": {
45
+ "description": "Inline edit allows users to directly edit a field or a group of fields in the active version without switching the entire object to draft. Inline edit supports the same features as the regular edit mode.",
46
+ "anyOf": [
47
+ {
48
+ "$ref": "#/definitions/InlineEdit"
49
+ },
50
+ {
51
+ "type": "boolean"
52
+ }
53
+ ],
54
+ "artifactType": "Manifest",
55
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466"
56
+ },
44
57
  "$schema": {
45
58
  "type": "string"
46
59
  }
@@ -810,7 +823,8 @@
810
823
  {
811
824
  "type": "boolean"
812
825
  }
813
- ]
826
+ ],
827
+ "artifactType": "Manifest"
814
828
  },
815
829
  "toolBar": {
816
830
  "$ref": "#/definitions/ToolBar",
@@ -877,13 +891,13 @@
877
891
  "enableMassEdit": {
878
892
  "artifactType": "Manifest",
879
893
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
880
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
894
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
881
895
  "anyOf": [
882
896
  {
883
897
  "type": "object",
884
898
  "properties": {
885
899
  "visibleFields": {
886
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
900
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
887
901
  "artifactType": "Manifest",
888
902
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
889
903
  "type": "array",
@@ -892,7 +906,7 @@
892
906
  }
893
907
  },
894
908
  "ignoredFields": {
895
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
909
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
896
910
  "artifactType": "Manifest",
897
911
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
898
912
  "type": "array",
@@ -902,7 +916,7 @@
902
916
  },
903
917
  "operationGroupingMode": {
904
918
  "$ref": "#/definitions/OperationGroupingMode",
905
- "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)."
919
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\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)."
906
920
  }
907
921
  },
908
922
  "additionalProperties": false
@@ -1634,7 +1648,8 @@
1634
1648
  {
1635
1649
  "type": "boolean"
1636
1650
  }
1637
- ]
1651
+ ],
1652
+ "artifactType": "Manifest"
1638
1653
  },
1639
1654
  "views": {
1640
1655
  "$ref": "#/definitions/MultiTableModeV4"
@@ -1721,13 +1736,13 @@
1721
1736
  "enableMassEdit": {
1722
1737
  "artifactType": "Manifest",
1723
1738
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1724
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1739
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
1725
1740
  "anyOf": [
1726
1741
  {
1727
1742
  "type": "object",
1728
1743
  "properties": {
1729
1744
  "visibleFields": {
1730
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1745
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
1731
1746
  "artifactType": "Manifest",
1732
1747
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1733
1748
  "type": "array",
@@ -1736,7 +1751,7 @@
1736
1751
  }
1737
1752
  },
1738
1753
  "ignoredFields": {
1739
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1754
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
1740
1755
  "artifactType": "Manifest",
1741
1756
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1742
1757
  "type": "array",
@@ -1746,7 +1761,7 @@
1746
1761
  },
1747
1762
  "operationGroupingMode": {
1748
1763
  "$ref": "#/definitions/OperationGroupingMode",
1749
- "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)."
1764
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\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)."
1750
1765
  }
1751
1766
  },
1752
1767
  "additionalProperties": false
@@ -1854,7 +1869,8 @@
1854
1869
  {
1855
1870
  "type": "boolean"
1856
1871
  }
1857
- ]
1872
+ ],
1873
+ "artifactType": "Manifest"
1858
1874
  },
1859
1875
  "toolBar": {
1860
1876
  "$ref": "#/definitions/ToolBar",
@@ -1953,13 +1969,13 @@
1953
1969
  "enableMassEdit": {
1954
1970
  "artifactType": "Manifest",
1955
1971
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1956
- "description": "Mass editing allows end users to simultaneously change multiple objects that share the same editable properties.",
1972
+ "description": "Mass edit allows users to simultaneously change multiple objects that share the same editable properties.",
1957
1973
  "anyOf": [
1958
1974
  {
1959
1975
  "type": "object",
1960
1976
  "properties": {
1961
1977
  "visibleFields": {
1962
- "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog.",
1978
+ "description": "The 'visibleFields' property lets you specify which fields are available in the mass edit dialog. If empty or undefined, all fields within the page appear in the edit dialog except for read-only fields and fields specified in 'Disabled Fields'.",
1963
1979
  "artifactType": "Manifest",
1964
1980
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1965
1981
  "type": "array",
@@ -1968,7 +1984,7 @@
1968
1984
  }
1969
1985
  },
1970
1986
  "ignoredFields": {
1971
- "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table.",
1987
+ "description": "The 'ignoredFields' property lets you hide specific fields from the mass edit dialog, even if these fields are displayed in the table. If empty or undefined, all fields within the page appear in the edit dialog except for fields specified in 'Visible Fields'. If 'Visible Fields' are defined, this field is ignored.",
1972
1988
  "artifactType": "Manifest",
1973
1989
  "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/965ef5b2895641bc9b6cd44f1bd0eb4d",
1974
1990
  "type": "array",
@@ -1978,7 +1994,7 @@
1978
1994
  },
1979
1995
  "operationGroupingMode": {
1980
1996
  "$ref": "#/definitions/OperationGroupingMode",
1981
- "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)."
1997
+ "description": "Define how changes using mass edit are applied. The default mode for mass edit is 'ChangeSet' on object pages and 'Isolated' on list report pages.\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)."
1982
1998
  }
1983
1999
  },
1984
2000
  "additionalProperties": false
@@ -2305,6 +2321,49 @@
2305
2321
  "secondary"
2306
2322
  ],
2307
2323
  "type": "string"
2324
+ },
2325
+ "InlineEdit": {
2326
+ "type": "object",
2327
+ "properties": {
2328
+ "enabledFields": {
2329
+ "description": "Array of fields which are inline editable.\nIf empty or undefined, all fields within the page are inline editable except for fields specified in 'Disabled Fields'.\nEach string may be a direct property, a navigation property, or a field group.",
2330
+ "artifactType": "Manifest",
2331
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2332
+ "type": "array",
2333
+ "items": {
2334
+ "type": "string"
2335
+ }
2336
+ },
2337
+ "disabledFields": {
2338
+ "description": "Array of fields which are not inline editable.\nIf empty or undefined, all fields within the page are not inline editable except for those specified in 'Enabled Fields'.\nEach string may be a direct property, a navigation property, or a field group.",
2339
+ "artifactType": "Manifest",
2340
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2341
+ "type": "array",
2342
+ "items": {
2343
+ "type": "string"
2344
+ }
2345
+ },
2346
+ "connectedFields": {
2347
+ "description": "Array of arrays of fields which are edited inline together.\nFields specified in 'Connected Fields' must not be included in 'Enabled Fields' or 'Disabled Fields'.\nMay contain direct properties, navigation properties, or a field group.",
2348
+ "artifactType": "Manifest",
2349
+ "descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/bb56175f37aa4530a59214025a005466",
2350
+ "type": "array",
2351
+ "items": {
2352
+ "anyOf": [
2353
+ {
2354
+ "type": "array",
2355
+ "items": {
2356
+ "type": "string"
2357
+ }
2358
+ },
2359
+ {
2360
+ "type": "string"
2361
+ }
2362
+ ]
2363
+ }
2364
+ }
2365
+ },
2366
+ "additionalProperties": false
2308
2367
  }
2309
2368
  },
2310
2369
  "$schema": "http://json-schema.org/draft-07/schema#"