@sap/ux-specification 1.124.35 → 1.124.37

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 (232) hide show
  1. package/CHANGELOG.md +68 -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 +278 -269
  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 +75 -4
  18. package/dist/specification/package.json +10 -10
  19. package/dist/specification/scripts/macros/corrections.d.ts +1 -0
  20. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  21. package/dist/specification/scripts/macros/corrections.js +126 -2
  22. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  23. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  24. package/dist/specification/scripts/macros/schema.js +36 -10
  25. package/dist/specification/scripts/macros/schema.js.map +1 -1
  26. package/dist/specification/scripts/schema/to-json-schema.js +1 -1
  27. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  28. package/dist/specification/src/api.d.ts.map +1 -1
  29. package/dist/specification/src/api.js +39 -3
  30. package/dist/specification/src/api.js.map +1 -1
  31. package/dist/specification/src/ftfs/ftfs.d.ts +8 -0
  32. package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
  33. package/dist/specification/src/ftfs/ftfs.js +1 -0
  34. package/dist/specification/src/ftfs/ftfs.js.map +1 -1
  35. package/dist/specification/src/ftfs/index.d.ts +1 -1
  36. package/dist/specification/src/ftfs/index.d.ts.map +1 -1
  37. package/dist/specification/src/ftfs/index.js +2 -1
  38. package/dist/specification/src/ftfs/index.js.map +1 -1
  39. package/dist/specification/src/ftfs/parser/model/TreeModel.d.ts.map +1 -1
  40. package/dist/specification/src/ftfs/parser/model/TreeModel.js +3 -1
  41. package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
  42. package/dist/specification/src/i18n/i18n.d.ts.map +1 -1
  43. package/dist/specification/src/i18n/i18n.js +2 -1
  44. package/dist/specification/src/i18n/i18n.js.map +1 -1
  45. package/dist/specification/src/sync/common/decoration/Decorator.d.ts +91 -0
  46. package/dist/specification/src/sync/common/decoration/Decorator.d.ts.map +1 -0
  47. package/dist/specification/src/sync/common/decoration/Decorator.js +139 -0
  48. package/dist/specification/src/sync/common/decoration/Decorator.js.map +1 -0
  49. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts +95 -0
  50. package/dist/specification/src/sync/common/decoration/condition-evaluator.d.ts.map +1 -0
  51. package/dist/specification/src/sync/common/decoration/condition-evaluator.js +210 -0
  52. package/dist/specification/src/sync/common/decoration/condition-evaluator.js.map +1 -0
  53. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +5 -22
  54. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -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 +6 -48
  57. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  58. package/dist/specification/src/sync/common/decoration/decorators.js +26 -106
  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 +22 -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/v2/export/controls/Fragment.d.ts +4 -5
  101. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  102. package/dist/specification/src/sync/v2/export/controls/Fragment.js +29 -20
  103. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  104. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  105. package/dist/specification/src/sync/v2/export/export.js +3 -2
  106. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  107. package/dist/specification/src/sync/v2/export/exportPage.d.ts.map +1 -1
  108. package/dist/specification/src/sync/v2/export/exportPage.js +48 -19
  109. package/dist/specification/src/sync/v2/export/exportPage.js.map +1 -1
  110. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts +2 -0
  111. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  112. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +17 -6
  113. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  114. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts +54 -6
  115. package/dist/specification/src/sync/v2/export/view-controller-generator.d.ts.map +1 -1
  116. package/dist/specification/src/sync/v2/export/view-controller-generator.js +106 -12
  117. package/dist/specification/src/sync/v2/export/view-controller-generator.js.map +1 -1
  118. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +7 -7
  119. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  120. package/dist/specification/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v2/generate/objectPage.js +56 -2
  122. package/dist/specification/src/sync/v2/generate/objectPage.js.map +1 -1
  123. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +2 -2
  124. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  125. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +4 -4
  126. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts +12 -0
  127. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.d.ts.map +1 -0
  128. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js +167 -0
  129. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiEdit.js.map +1 -0
  130. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +3 -3
  131. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -1
  132. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +59 -2
  133. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  134. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +582 -7
  135. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  136. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  137. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  138. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  139. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  140. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  141. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +29 -6
  142. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  143. package/dist/specification/src/sync/v2/types.d.ts +2 -0
  144. package/dist/specification/src/sync/v2/types.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v2/types.js.map +1 -1
  146. package/dist/specification/src/sync/v2/utils.d.ts +25 -0
  147. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  148. package/dist/specification/src/sync/v2/utils.js +28 -4
  149. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  150. package/dist/specification/src/sync/v4/application.d.ts +12 -0
  151. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v4/application.js +26 -1
  153. package/dist/specification/src/sync/v4/application.js.map +1 -1
  154. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +3 -1
  155. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  156. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +10 -7
  157. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  158. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts +1 -0
  159. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  160. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +212 -46
  161. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  162. package/dist/specification/src/sync/v4/generate/app.d.ts +11 -0
  163. package/dist/specification/src/sync/v4/generate/app.d.ts.map +1 -0
  164. package/dist/specification/src/sync/v4/generate/app.js +31 -0
  165. package/dist/specification/src/sync/v4/generate/app.js.map +1 -0
  166. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts +13 -0
  167. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  168. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +93 -13
  169. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  170. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.d.ts.map +1 -1
  171. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js +4 -3
  172. package/dist/specification/src/sync/v4/generate/fpm-custom-page/extensions.js.map +1 -1
  173. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  174. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +29 -27
  175. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  176. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.d.ts.map +1 -1
  177. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +12 -3
  178. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  179. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  180. package/dist/specification/src/sync/v4/generate/objectPage.js +17 -23
  181. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  182. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  183. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +20 -0
  184. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  185. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +2 -4
  186. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -1
  187. package/dist/specification/src/sync/v4/sync-rules/App.js +2 -1
  188. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -1
  189. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +2 -1
  190. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -1
  191. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +3 -1
  192. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -1
  193. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +119 -127
  194. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -1
  195. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +172 -171
  196. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -1
  197. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +7 -1
  198. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  199. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  200. package/dist/specification/src/sync/v4/utils/macros.d.ts +19 -0
  201. package/dist/specification/src/sync/v4/utils/macros.d.ts.map +1 -1
  202. package/dist/specification/src/sync/v4/utils/macros.js +34 -0
  203. package/dist/specification/src/sync/v4/utils/macros.js.map +1 -1
  204. package/dist/specification/test/test-utils/utils.d.ts.map +1 -1
  205. package/dist/specification/test/test-utils/utils.js +4 -0
  206. package/dist/specification/test/test-utils/utils.js.map +1 -1
  207. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts +2 -2
  208. package/dist/specification/test/unit/decorators/validity-test-utils.d.ts.map +1 -1
  209. package/dist/specification/test/unit/decorators/validity-test-utils.js +6 -6
  210. package/dist/specification/test/unit/decorators/validity-test-utils.js.map +1 -1
  211. package/dist/templates/AnalyticalTableColumnsExtension.xml +3 -3
  212. package/dist/templates/GridTableColumnsExtension.xml +3 -3
  213. package/dist/templates/ResponsiveTableColumnsExtension.xml +2 -2
  214. package/dist/templates/TreeTableColumnsExtension.xml +4 -4
  215. package/dist/templates/fragment.xml +3 -3
  216. package/dist/templates/view.xml +3 -3
  217. package/dist/types/src/apiTypes.d.ts +15 -5
  218. package/dist/types/src/apiTypes.d.ts.map +1 -1
  219. package/dist/types/src/apiTypes.js +1 -0
  220. package/dist/types/src/apiTypes.js.map +1 -1
  221. package/dist/types/src/common/types.d.ts +1 -0
  222. package/dist/types/src/common/types.d.ts.map +1 -1
  223. package/dist/types/src/common/types.js.map +1 -1
  224. package/dist/types/src/common/webapp/manifest/Manifest.d.ts +2 -1
  225. package/dist/types/src/common/webapp/manifest/Manifest.d.ts.map +1 -1
  226. package/dist/types/src/common/webapp/manifest/Manifest.js +1 -0
  227. package/dist/types/src/common/webapp/manifest/Manifest.js.map +1 -1
  228. package/dist/types/src/v4/application.d.ts +15 -0
  229. package/dist/types/src/v4/application.d.ts.map +1 -1
  230. package/dist/types/src/v4/application.js +10 -0
  231. package/dist/types/src/v4/application.js.map +1 -1
  232. 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,
@@ -50,6 +50,11 @@
50
50
  "description": "Dependencies of the application.",
51
51
  "manifestPath": "$[\"sap.ui5\"].dependencies"
52
52
  },
53
+ "sideEffectsEventsInteractionType": {
54
+ "$ref": "#/definitions/SideEffectsEventsInteractionType",
55
+ "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.",
56
+ "manifestPath": "$[\"sap.fe\"].app.sideEffectsEventsInteractionType"
57
+ },
53
58
  "title": {
54
59
  "description": "Defines the title for the application.",
55
60
  "i18nClassification": "TIT: Title of the application",
@@ -209,6 +214,15 @@
209
214
  }
210
215
  }
211
216
  },
217
+ "SideEffectsEventsInteractionType": {
218
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/27c9c3bad6eb4d99bc18a661fdb5e246",
219
+ "enum": [
220
+ "Confirmation",
221
+ "None",
222
+ "Notification"
223
+ ],
224
+ "type": "string"
225
+ },
212
226
  "CloudDevAdaptationStatus": {
213
227
  "internal": true,
214
228
  "enum": [
@@ -103,7 +103,7 @@
103
103
  }
104
104
  },
105
105
  "required": {
106
- "type": "any",
106
+ "type": "boolean",
107
107
  "description": "Use the 'required' attribute to make sure that the editor is filled with some text.",
108
108
  "artifactType": "XMLProperty",
109
109
  "metadata": {
@@ -111,7 +111,7 @@
111
111
  }
112
112
  },
113
113
  "value": {
114
- "type": "any",
114
+ "type": "string",
115
115
  "description": "The value contained in the editor. You can use this attribute to set a default value.",
116
116
  "artifactType": "XMLProperty",
117
117
  "metadata": {
@@ -1065,12 +1065,25 @@
1065
1065
  "metadata": {
1066
1066
  "type": "Property"
1067
1067
  }
1068
+ },
1069
+ "fields": {
1070
+ "type": "object",
1071
+ "additionalProperties": {
1072
+ "$ref": "#/definitions/sap.fe.macros.FormElement"
1073
+ },
1074
+ "isViewNode": true,
1075
+ "metadata": {
1076
+ "path": [],
1077
+ "type": "Aggregation",
1078
+ "aggregationCardinality": "Multiple"
1079
+ }
1068
1080
  }
1069
1081
  },
1070
1082
  "additionalProperties": false,
1071
1083
  "metadata": {
1072
1084
  "path": [],
1073
- "type": "Control"
1085
+ "type": "Control",
1086
+ "defaultAggregation": "fields"
1074
1087
  }
1075
1088
  },
1076
1089
  "sap.fe.macros.FormElement": {
@@ -1129,7 +1142,8 @@
1129
1142
  "path": [],
1130
1143
  "type": "Aggregation",
1131
1144
  "aggregationCardinality": "Single"
1132
- }
1145
+ },
1146
+ "description": "Optional aggregation of controls that should be displayed inside the FormElement.\nIf not set, a default Field building block will be rendered"
1133
1147
  }
1134
1148
  },
1135
1149
  "additionalProperties": false,
@@ -2078,6 +2092,19 @@
2078
2092
  "aggregationCardinality": "Multiple"
2079
2093
  }
2080
2094
  },
2095
+ "massEdit": {
2096
+ "type": "object",
2097
+ "additionalProperties": {
2098
+ "$ref": "#/definitions/sap.fe.macros.MassEdit"
2099
+ },
2100
+ "isViewNode": false,
2101
+ "metadata": {
2102
+ "path": [],
2103
+ "type": "Aggregation",
2104
+ "aggregationCardinality": "Single"
2105
+ },
2106
+ "description": "Aggregate mass edit of the table."
2107
+ },
2081
2108
  "beforeRebindTable": {
2082
2109
  "type": "string",
2083
2110
  "description": "An event is triggered when the table is about to be rebinded. This event contains information about the binding info.\nYou can use this event to add or read: Filters, Sorters.\nYou can use this event to read the binding info.\nYou can use this event to add: Selects.\n",
@@ -2858,6 +2885,50 @@
2858
2885
  "defaultAggregation": "actions"
2859
2886
  }
2860
2887
  },
2888
+ "sap.fe.macros.MassEdit": {
2889
+ "description": "Definition of the mass edit to be used inside the table.",
2890
+ "isViewNode": true,
2891
+ "type": "object",
2892
+ "properties": {
2893
+ "ignoredFields": {
2894
+ "$ref": "#/definitions/string[]",
2895
+ "description": "Defines the list of fields that should be ignored in the mass edit dialog",
2896
+ "artifactType": "XMLProperty",
2897
+ "metadata": {
2898
+ "type": "Property"
2899
+ }
2900
+ },
2901
+ "operationGroupingMode": {
2902
+ "type": "string",
2903
+ "description": "Defines the mode of the operation grouping to save the new values\nAllowed values are `ChangeSet` and `Isolated`",
2904
+ "artifactType": "XMLProperty",
2905
+ "metadata": {
2906
+ "type": "Property"
2907
+ }
2908
+ },
2909
+ "visibleFields": {
2910
+ "$ref": "#/definitions/string[]",
2911
+ "description": "Defines the list of fields that should be visible in the mass edit dialog",
2912
+ "artifactType": "XMLProperty",
2913
+ "metadata": {
2914
+ "type": "Property"
2915
+ }
2916
+ },
2917
+ "id": {
2918
+ "type": "string",
2919
+ "description": "Unique id of control",
2920
+ "artifactType": "XMLProperty",
2921
+ "metadata": {
2922
+ "type": "Property"
2923
+ }
2924
+ }
2925
+ },
2926
+ "additionalProperties": false,
2927
+ "metadata": {
2928
+ "path": [],
2929
+ "type": "Control"
2930
+ }
2931
+ },
2861
2932
  "sap.fe.macros.FieldFormatOptions": {
2862
2933
  "description": "Additional format options for the field.",
2863
2934
  "isViewNode": false,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.124.35",
3
+ "version": "1.124.37",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -27,8 +27,8 @@
27
27
  "build:schemas": "npm-run-all -l -s create-json-schemas copy-json-schemas",
28
28
  "build:snap": "yarn build:dev && yarn update-snapshots",
29
29
  "create-json-schemas": "ts-node ./scripts/schema/index.ts ",
30
- "copy-json-schemas": "copyfiles \"./schemas/**\" ./dist",
31
- "copy-templates": "copyfiles --flat src/sync/v2/export/templates/** dist/templates",
30
+ "copy-json-schemas": "cpy \"schemas/**\" dist/schemas",
31
+ "copy-templates": "cpy \"src/sync/v2/export/templates/**\" dist/templates --flat",
32
32
  "deleteSnapshots": "rimraf **/_file_snapshots_",
33
33
  "docuV2": "ts-node ./scripts/extractDocu.ts --version=v2 format=excel",
34
34
  "docuV4": "ts-node ./scripts/extractDocu.ts --version=v4 format=excel",
@@ -42,7 +42,7 @@
42
42
  "lint:report:jslint": "eslint . -o reports/lint/eslint.jslint.xml -f jslint-xml",
43
43
  "macros": "ts-node ./scripts/macros/index.ts",
44
44
  "test": "jest && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
45
- "test:ci": "jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
45
+ "test:ci": "node --max-old-space-size=4096 ./node_modules/.bin/jest --ci --forceExit --detectOpenHandles && node ../../scripts/scov.js reports/test/unit/coverage/lcov.info",
46
46
  "update-snapshots": "jest --updateSnapshot",
47
47
  "watch": "npm-run-all -l -s clean:before -p compile create-json-schemas macros copy-templates -p copy-json-schemas -s bundle:watch",
48
48
  "watch:doc": "npm-run-all -l -s clean:doc -s compile -s htmlV2 htmlV4 -s bundle:watch"
@@ -50,14 +50,14 @@
50
50
  "publisher": "SAPSE",
51
51
  "license": "SEE LICENSE IN LICENSE",
52
52
  "dependencies": {
53
- "@sap-ux/fe-fpm-writer": "0.43.7",
53
+ "@sap-ux/fe-fpm-writer": "0.43.21",
54
54
  "@sap-ux/vocabularies-types": "0.15.0"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@sap-ux/annotation-converter": "0.10.21",
58
58
  "@sap-ux/edmx-parser": "0.10.0",
59
- "@sap-ux/project-access": "1.35.10",
60
- "@sap/ux-specification-types": "1.124.35",
59
+ "@sap-ux/project-access": "1.35.20",
60
+ "@sap/ux-specification-types": "1.124.37",
61
61
  "@sapui5/types": "latest-1.124",
62
62
  "@types/d3": "7.4.3",
63
63
  "@types/jquery": "3.5.34",
@@ -67,14 +67,14 @@
67
67
  "@ui5/flexibility-utils": "0.1.3",
68
68
  "@xml-tools/ast": "5.0.5",
69
69
  "@xml-tools/parser": "1.0.11",
70
- "axios": "1.13.6",
71
- "copyfiles": "2.4.1",
70
+ "axios": "1.15.0",
71
+ "cpy-cli": "7.0.0",
72
72
  "d3": "7.9.0",
73
73
  "deepmerge": "4.3.1",
74
74
  "ejs": "3.1.10",
75
75
  "eslint-formatter-checkstyle": "9.0.1",
76
76
  "excel4node": "1.8.2",
77
- "i18next": "25.8.13",
77
+ "i18next": "25.8.18",
78
78
  "jquery": "3.7.1",
79
79
  "jsdom": "25.0.1",
80
80
  "jsonpath-plus": "10.4.0",
@@ -7,6 +7,7 @@ interface APICorrection {
7
7
  extend: true;
8
8
  })>;
9
9
  metadata?: UI5Symbol;
10
+ description?: string;
10
11
  }
11
12
  /**
12
13
  * Describes a map of enum entries that may depend on another property.
@@ -1 +1 @@
1
- {"version":3,"file":"corrections.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAA8B,WAAW,EAAE,MAAM,SAAS,CAAC;AAG7G,UAAU,aAAa;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG;QAAE,MAAM,EAAE,IAAI,CAAA;KAAE,CAAC,CAAC,CAAC;IAC5E,QAAQ,CAAC,EAAE,SAAS,CAAC;CACxB;AAED;;GAEG;AACH,UAAU,oBAAoB;IAC1B;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KAAE,CAAC;CACvC;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,EAAE;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAA;KAAE,CAAC;CAmB1D,CAAC;AAEF;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CACjC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,cAAc,CAAC,EAAE,MAAM,GACxB,MAAM,EAAE,GAAG,SAAS,CAiBtB;AAED,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CA6H5D,CAAC;AA4KF;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,CAuBrD"}
1
+ {"version":3,"file":"corrections.d.ts","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,SAAS,EAAE,cAAc,EAAE,SAAS,EAA8B,WAAW,EAAE,MAAM,SAAS,CAAC;AAG7G,UAAU,aAAa;IACnB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,YAAY,CAAC,EAAE,cAAc,EAAE,CAAC;IAChC,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,UAAU,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,CAAC,OAAO,CAAC,WAAW,CAAC,GAAG;QAAE,MAAM,EAAE,IAAI,CAAA;KAAE,CAAC,CAAC,CAAC;IAC5E,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,CAAC;CACxB;AAED;;GAEG;AACH,UAAU,oBAAoB;IAC1B;;OAEG;IACH,iBAAiB,EAAE,MAAM,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,EAAE,CAAA;KAAE,CAAC;CACvC;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,uBAAuB,EAAE;IAClC,CAAC,GAAG,EAAE,MAAM,GAAG;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,oBAAoB,CAAA;KAAE,CAAC;CAmB1D,CAAC;AAEF;;;;;;;;;;GAUG;AACH,wBAAgB,qBAAqB,CACjC,OAAO,EAAE,MAAM,EACf,QAAQ,EAAE,MAAM,EAChB,cAAc,CAAC,EAAE,MAAM,GACxB,MAAM,EAAE,GAAG,SAAS,CAiBtB;AAED,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CA0P5D,CAAC;AA4KF;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,CAuBrD"}
@@ -67,7 +67,21 @@ exports.macrosCorrection = {
67
67
  },
68
68
  'sap.fe.macros.Table': {
69
69
  defaultAggregation: 'columns',
70
- removeAggregations: ['noData']
70
+ removeAggregations: ['noData'],
71
+ aggregations: [
72
+ {
73
+ name: 'massEdit',
74
+ singularName: 'massEdit',
75
+ bindable: true,
76
+ cardinality: '0..1',
77
+ description: '<p>Aggregate mass edit of the table.</p>',
78
+ methods: [],
79
+ type: 'sap.fe.macros.MassEdit',
80
+ altTypes: [],
81
+ visibility: types_1.UI5Visibility.public,
82
+ linkEnabled: true
83
+ }
84
+ ]
71
85
  },
72
86
  'sap.fe.macros.table.Table': {
73
87
  removeAggregations: ['noData']
@@ -81,6 +95,21 @@ exports.macrosCorrection = {
81
95
  'sap.fe.macros.table.TreeTable': {
82
96
  removeAggregations: ['noData']
83
97
  },
98
+ 'sap.fe.macros.Form': {
99
+ defaultAggregation: 'fields',
100
+ aggregations: [
101
+ {
102
+ name: 'fields',
103
+ singularName: 'field',
104
+ type: 'sap.fe.macros.FormElement',
105
+ cardinality: '0..n',
106
+ visibility: types_1.UI5Visibility.public,
107
+ description: 'Form fields',
108
+ methods: [],
109
+ linkEnabled: true
110
+ }
111
+ ]
112
+ },
84
113
  'sap.fe.macros.ActionGroup': {
85
114
  defaultAggregation: 'actions',
86
115
  aggregations: [
@@ -184,6 +213,101 @@ exports.macrosCorrection = {
184
213
  visibility: types_1.UI5Visibility.hidden
185
214
  }
186
215
  ]
216
+ },
217
+ 'sap.fe.macros.controls.BaseAction': {
218
+ properties: [
219
+ {
220
+ name: 'text',
221
+ extend: true,
222
+ // Correct from any to string while fix is not applied from fe team
223
+ type: 'string'
224
+ },
225
+ {
226
+ name: 'visible',
227
+ extend: true,
228
+ // Correct from any to boolean while fix is not applied from fe team
229
+ type: 'boolean'
230
+ }
231
+ ]
232
+ },
233
+ 'sap.fe.macros.RichTextEditor': {
234
+ properties: [
235
+ {
236
+ name: 'required',
237
+ extend: true,
238
+ // Correct from any to boolean while fix is not applied from fe team
239
+ type: 'boolean'
240
+ },
241
+ {
242
+ name: 'value',
243
+ extend: true,
244
+ // Correct from any to string while fix is not applied from fe team
245
+ type: 'string'
246
+ }
247
+ ]
248
+ },
249
+ 'sap.fe.macros.MassEdit': {
250
+ description: '<p>Definition of the mass edit to be used inside the table.</p>',
251
+ metadata: {
252
+ kind: types_1.SYMBOL_KIND_CLASS,
253
+ name: 'sap.fe.macros.MassEdit',
254
+ basename: 'MassEdit',
255
+ resource: '',
256
+ module: '',
257
+ static: true,
258
+ visibility: types_1.UI5Visibility.public,
259
+ description: '<p>Definition of the mass edit to be used inside the table.</p>',
260
+ displayName: 'sap.fe.macros.MassEdit',
261
+ title: 'class sap.fe.macros.MassEdit',
262
+ subTitle: ''
263
+ },
264
+ properties: [
265
+ {
266
+ name: 'ignoredFields',
267
+ bindable: false,
268
+ description: '<p>Defines the list of fields that should be ignored in the mass edit dialog</p>',
269
+ group: 'Misc',
270
+ methods: [],
271
+ type: 'string[]',
272
+ visibility: types_1.UI5Visibility.public,
273
+ types: [
274
+ {
275
+ value: 'string[]'
276
+ }
277
+ ],
278
+ defaultValue: ''
279
+ },
280
+ {
281
+ name: 'operationGroupingMode',
282
+ bindable: false,
283
+ description: '<p>Defines the mode of the operation grouping to save the new values\nAllowed values are `ChangeSet` and `Isolated`</p>',
284
+ group: 'Misc',
285
+ methods: [],
286
+ type: 'string',
287
+ visibility: types_1.UI5Visibility.public,
288
+ types: [
289
+ {
290
+ value: 'string'
291
+ }
292
+ ],
293
+ defaultValue: ''
294
+ },
295
+ {
296
+ name: 'visibleFields',
297
+ bindable: false,
298
+ description: '<p>Defines the list of fields that should be visible in the mass edit dialog</p>',
299
+ group: 'Misc',
300
+ methods: [],
301
+ type: 'string[]',
302
+ visibility: types_1.UI5Visibility.public,
303
+ types: [
304
+ {
305
+ value: 'string[]'
306
+ }
307
+ ],
308
+ defaultValue: ''
309
+ }
310
+ ]
187
311
  }
188
312
  };
189
313
  const placementEnum = [ux_specification_types_1.v4.Placement.After, ux_specification_types_1.v4.Placement.Before];
@@ -263,7 +387,7 @@ function applyCorrectionForNode(node, correction) {
263
387
  for (const aggregation of correction.removeAggregations || []) {
264
388
  const aggregationIndex = node.aggregations.findIndex((existingAggregation) => existingAggregation.name === aggregation);
265
389
  if (aggregationIndex !== -1) {
266
- node.aggregations.splice(aggregationIndex);
390
+ node.aggregations.splice(aggregationIndex, 1);
267
391
  }
268
392
  }
269
393
  for (const property of correction.properties || []) {