@sap/ux-specification 1.139.4 → 1.142.0

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 (230) hide show
  1. package/CHANGELOG.md +10 -91
  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 +239 -242
  14. package/dist/index-min.js.map +4 -4
  15. package/dist/schemas/v2/ApplicationV2.json +18 -9
  16. package/dist/schemas/v2/ListReportNewConfig.json +91 -0
  17. package/dist/schemas/v4/ApplicationV4.json +43 -16
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +138 -42
  19. package/dist/schemas/v4/ListReportConfig.json +248 -9
  20. package/dist/schemas/v4/ObjectPageConfig.json +317 -3
  21. package/dist/specification/package.json +7 -7
  22. package/dist/specification/scripts/macros/corrections.d.ts +40 -0
  23. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  24. package/dist/specification/scripts/macros/corrections.js +78 -6
  25. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  26. package/dist/specification/scripts/macros/schema.d.ts +7 -0
  27. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  28. package/dist/specification/scripts/macros/schema.js +62 -15
  29. package/dist/specification/scripts/macros/schema.js.map +1 -1
  30. package/dist/specification/scripts/macros/types.d.ts +2 -0
  31. package/dist/specification/scripts/macros/types.d.ts.map +1 -1
  32. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  33. package/dist/specification/scripts/schema/to-json-schema.js +54 -9
  34. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  35. package/dist/specification/src/api.js +1 -1
  36. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.d.ts.map +1 -1
  37. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js +1 -0
  38. package/dist/specification/src/sync/common/ManifestDrivenSchemaProcessor.js.map +1 -1
  39. package/dist/specification/src/sync/common/decoration/decorators.d.ts +65 -4
  40. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  41. package/dist/specification/src/sync/common/decoration/decorators.js +138 -8
  42. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  43. package/dist/specification/src/sync/common/distTagEvaluator.d.ts +10 -3
  44. package/dist/specification/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  45. package/dist/specification/src/sync/common/distTagEvaluator.js +14 -4
  46. package/dist/specification/src/sync/common/distTagEvaluator.js.map +1 -1
  47. package/dist/specification/src/sync/common/dist_tag.json +9 -5
  48. package/dist/specification/src/sync/common/generate/objectPage.d.ts +10 -1
  49. package/dist/specification/src/sync/common/generate/objectPage.d.ts.map +1 -1
  50. package/dist/specification/src/sync/common/generate/objectPage.js +63 -7
  51. package/dist/specification/src/sync/common/generate/objectPage.js.map +1 -1
  52. package/dist/specification/src/sync/common/generate/utils.d.ts +5 -5
  53. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  54. package/dist/specification/src/sync/common/generate/utils.js +8 -5
  55. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  56. package/dist/specification/src/sync/common/i18n.json +7 -2
  57. package/dist/specification/src/sync/common/rules.d.ts +1 -0
  58. package/dist/specification/src/sync/common/rules.d.ts.map +1 -1
  59. package/dist/specification/src/sync/common/rules.js +39 -14
  60. package/dist/specification/src/sync/common/rules.js.map +1 -1
  61. package/dist/specification/src/sync/common/utils.d.ts +39 -1
  62. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  63. package/dist/specification/src/sync/common/utils.js +202 -59
  64. package/dist/specification/src/sync/common/utils.js.map +1 -1
  65. package/dist/specification/src/sync/v2/export/exportPageGeneric.d.ts.map +1 -1
  66. package/dist/specification/src/sync/v2/export/exportPageGeneric.js +1 -10
  67. package/dist/specification/src/sync/v2/export/exportPageGeneric.js.map +1 -1
  68. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +1 -2
  69. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
  70. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  71. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  72. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +4 -1
  73. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  74. package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +8 -0
  75. package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
  76. package/dist/specification/src/sync/v2/generate/stableIdUtils.js +1 -0
  77. package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
  78. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +3 -2
  79. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
  80. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts +78 -0
  81. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.d.ts.map +1 -0
  82. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js +454 -0
  83. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/MultiTable.js.map +1 -0
  84. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +54 -0
  85. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -0
  86. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +148 -0
  87. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -0
  88. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +2 -0
  89. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +2 -0
  91. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  92. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +4 -2
  93. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  94. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +61 -23
  95. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  96. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +28 -13
  98. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  99. package/dist/specification/src/sync/v2/utils.d.ts +7 -0
  100. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  101. package/dist/specification/src/sync/v2/utils.js +10 -0
  102. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  103. package/dist/specification/src/sync/v4/application.d.ts +4 -0
  104. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  105. package/dist/specification/src/sync/v4/application.js +51 -1
  106. package/dist/specification/src/sync/v4/application.js.map +1 -1
  107. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts +2 -0
  108. package/dist/specification/src/sync/v4/export/controls/HeaderAction.d.ts.map +1 -1
  109. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js +20 -0
  110. package/dist/specification/src/sync/v4/export/controls/HeaderAction.js.map +1 -1
  111. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts +5 -1
  112. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.d.ts.map +1 -1
  113. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js +40 -0
  114. package/dist/specification/src/sync/v4/export/controls/ObjectPageFooterAction.js.map +1 -1
  115. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts +8 -2
  116. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js +47 -4
  118. package/dist/specification/src/sync/v4/export/controls/ObjectPageForm.js.map +1 -1
  119. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts +2 -0
  120. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.d.ts.map +1 -1
  121. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js +20 -0
  122. package/dist/specification/src/sync/v4/export/controls/ObjectPageFormAction.js.map +1 -1
  123. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts +10 -2
  124. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.d.ts.map +1 -1
  125. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js +67 -4
  126. package/dist/specification/src/sync/v4/export/controls/ObjectPageHeaderAction.js.map +1 -1
  127. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts +2 -0
  128. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.d.ts.map +1 -1
  129. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js +20 -0
  130. package/dist/specification/src/sync/v4/export/controls/ObjectPageSectionAction.js.map +1 -1
  131. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +2 -0
  132. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  133. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +10 -0
  134. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  135. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +10 -2
  136. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts.map +1 -1
  137. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js +66 -3
  138. package/dist/specification/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -1
  139. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +3 -0
  140. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  141. package/dist/specification/src/sync/v4/export/controls/Table.js +40 -23
  142. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  143. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts +2 -0
  144. package/dist/specification/src/sync/v4/export/controls/TableColumn.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v4/export/controls/TableColumn.js +20 -0
  146. package/dist/specification/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  147. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts +20 -4
  148. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.d.ts.map +1 -1
  149. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js +133 -7
  150. package/dist/specification/src/sync/v4/export/controls/ToolBarAction.js.map +1 -1
  151. package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
  152. package/dist/specification/src/sync/v4/export/export.js +13 -11
  153. package/dist/specification/src/sync/v4/export/export.js.map +1 -1
  154. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  155. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +13 -3
  156. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  157. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  158. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +16 -1
  159. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  160. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js +1 -1
  161. package/dist/specification/src/sync/v4/generate/fpm-custom-page/utils.js.map +1 -1
  162. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  163. package/dist/specification/src/sync/v4/generate/listReport.js +94 -1
  164. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  165. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +1 -0
  166. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  167. package/dist/specification/src/sync/v4/generate/objectPage.js +64 -8
  168. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  169. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  170. package/dist/specification/src/sync/v4/import/pages/objectPage.js +33 -13
  171. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  172. package/dist/specification/src/sync/v4/sync-rules/App.d.ts +141 -0
  173. package/dist/specification/src/sync/v4/sync-rules/App.d.ts.map +1 -0
  174. package/dist/specification/src/sync/v4/sync-rules/App.js +208 -0
  175. package/dist/specification/src/sync/v4/sync-rules/App.js.map +1 -0
  176. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts +193 -0
  177. package/dist/specification/src/sync/v4/sync-rules/AppSchema.d.ts.map +1 -0
  178. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js +384 -0
  179. package/dist/specification/src/sync/v4/sync-rules/AppSchema.js.map +1 -0
  180. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts +172 -0
  181. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.d.ts.map +1 -0
  182. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js +410 -0
  183. package/dist/specification/src/sync/v4/sync-rules/DecoratorClass.js.map +1 -0
  184. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +70 -0
  185. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -0
  186. package/dist/specification/src/sync/v4/sync-rules/Page.js +73 -0
  187. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -0
  188. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts +9 -0
  189. package/dist/specification/src/sync/v4/sync-rules/utils.d.ts.map +1 -0
  190. package/dist/specification/src/sync/v4/sync-rules/utils.js +43 -0
  191. package/dist/specification/src/sync/v4/sync-rules/utils.js.map +1 -0
  192. package/dist/specification/src/sync/v4/utils/utils.d.ts +36 -2
  193. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  194. package/dist/specification/src/sync/v4/utils/utils.js +144 -23
  195. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  196. package/dist/types/src/common/types.d.ts +120 -7
  197. package/dist/types/src/common/types.d.ts.map +1 -1
  198. package/dist/types/src/common/types.js +12 -3
  199. package/dist/types/src/common/types.js.map +1 -1
  200. package/dist/types/src/v4/application.d.ts +7 -0
  201. package/dist/types/src/v4/application.d.ts.map +1 -1
  202. package/dist/types/src/v4/controls/Action.d.ts +23 -0
  203. package/dist/types/src/v4/controls/Action.d.ts.map +1 -0
  204. package/dist/types/src/v4/controls/Action.js +11 -0
  205. package/dist/types/src/v4/controls/Action.js.map +1 -0
  206. package/dist/types/src/v4/controls/CustomAction.d.ts +2 -1
  207. package/dist/types/src/v4/controls/CustomAction.d.ts.map +1 -1
  208. package/dist/types/src/v4/controls/CustomAction.js.map +1 -1
  209. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +2 -1
  210. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts.map +1 -1
  211. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +6 -3
  212. package/dist/types/src/v4/controls/ObjectPageForm.d.ts.map +1 -1
  213. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -3
  214. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts.map +1 -1
  215. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +7 -0
  216. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  217. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  218. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +10 -7
  219. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts.map +1 -1
  220. package/dist/types/src/v4/controls/Table.d.ts +14 -1
  221. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  222. package/dist/types/src/v4/controls/Table.js.map +1 -1
  223. package/dist/types/src/v4/controls/ToolBar.d.ts +32 -10
  224. package/dist/types/src/v4/controls/ToolBar.d.ts.map +1 -1
  225. package/dist/types/src/v4/controls/ToolBar.js.map +1 -1
  226. package/dist/types/src/v4/controls/index.d.ts +1 -0
  227. package/dist/types/src/v4/controls/index.d.ts.map +1 -1
  228. package/dist/types/src/v4/controls/index.js +1 -0
  229. package/dist/types/src/v4/controls/index.js.map +1 -1
  230. package/package.json +7 -7
@@ -134,6 +134,24 @@
134
134
  ],
135
135
  "description": "Defines if the action is enabled. The default value is true.",
136
136
  "artifactType": "Manifest"
137
+ },
138
+ "overflowGroup": {
139
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
140
+ "artifactType": "Manifest",
141
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
142
+ "type": "number"
143
+ },
144
+ "priority": {
145
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
146
+ "artifactType": "Manifest",
147
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
148
+ "enum": [
149
+ "AlwaysOverflow",
150
+ "High",
151
+ "Low",
152
+ "NeverOverflow"
153
+ ],
154
+ "type": "string"
137
155
  }
138
156
  },
139
157
  "additionalProperties": false,
@@ -175,6 +193,24 @@
175
193
  "$ref": "#/definitions/ActionAfterExecutionConfigurationObjectPageHeader",
176
194
  "description": "Settings that control the behavior after creating a new entry.",
177
195
  "artifactType": "Manifest"
196
+ },
197
+ "overflowGroup": {
198
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
199
+ "artifactType": "Manifest",
200
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
201
+ "type": "number"
202
+ },
203
+ "priority": {
204
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
205
+ "artifactType": "Manifest",
206
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
207
+ "enum": [
208
+ "AlwaysOverflow",
209
+ "High",
210
+ "Low",
211
+ "NeverOverflow"
212
+ ],
213
+ "type": "string"
178
214
  }
179
215
  },
180
216
  "additionalProperties": false
@@ -263,9 +299,56 @@
263
299
  "ObjectPageHeaderActionGroup": {
264
300
  "type": "object",
265
301
  "additionalProperties": {
266
- "$ref": "#/definitions/ObjectPageHeaderAction"
302
+ "anyOf": [
303
+ {
304
+ "$ref": "#/definitions/ObjectPageHeaderActionBase"
305
+ },
306
+ {
307
+ "enum": [
308
+ "AlwaysOverflow",
309
+ "High",
310
+ "Low",
311
+ "NeverOverflow"
312
+ ],
313
+ "type": "string"
314
+ },
315
+ {
316
+ "type": "number"
317
+ }
318
+ ]
319
+ },
320
+ "properties": {
321
+ "overflowGroup": {
322
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
323
+ "artifactType": "Manifest",
324
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
325
+ "type": "number"
326
+ },
327
+ "priority": {
328
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
329
+ "artifactType": "Manifest",
330
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
331
+ "enum": [
332
+ "AlwaysOverflow",
333
+ "High",
334
+ "Low",
335
+ "NeverOverflow"
336
+ ],
337
+ "type": "string"
338
+ }
267
339
  }
268
340
  },
341
+ "ObjectPageHeaderActionBase": {
342
+ "type": "object",
343
+ "properties": {
344
+ "afterExecution": {
345
+ "$ref": "#/definitions/ActionAfterExecutionConfigurationObjectPageHeader",
346
+ "description": "Settings that control the behavior after creating a new entry.",
347
+ "artifactType": "Manifest"
348
+ }
349
+ },
350
+ "additionalProperties": false
351
+ },
269
352
  "HeaderSections": {
270
353
  "description": "Header Sections",
271
354
  "isViewNode": true,
@@ -776,6 +859,24 @@
776
859
  "$ref": "#/definitions/SelectType",
777
860
  "description": "Enables single selection for a bound action.",
778
861
  "artifactType": "Manifest"
862
+ },
863
+ "overflowGroup": {
864
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
865
+ "artifactType": "Manifest",
866
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
867
+ "type": "number"
868
+ },
869
+ "priority": {
870
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
871
+ "artifactType": "Manifest",
872
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
873
+ "enum": [
874
+ "AlwaysOverflow",
875
+ "High",
876
+ "Low",
877
+ "NeverOverflow"
878
+ ],
879
+ "type": "string"
779
880
  }
780
881
  },
781
882
  "additionalProperties": false
@@ -846,6 +947,24 @@
846
947
  ],
847
948
  "description": "Defines if the action is enabled. The default value is true.",
848
949
  "artifactType": "Manifest"
950
+ },
951
+ "overflowGroup": {
952
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
953
+ "artifactType": "Manifest",
954
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
955
+ "type": "number"
956
+ },
957
+ "priority": {
958
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
959
+ "artifactType": "Manifest",
960
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
961
+ "enum": [
962
+ "AlwaysOverflow",
963
+ "High",
964
+ "Low",
965
+ "NeverOverflow"
966
+ ],
967
+ "type": "string"
849
968
  }
850
969
  },
851
970
  "additionalProperties": false,
@@ -876,9 +995,56 @@
876
995
  "ObjectPageToolBarActionGroup": {
877
996
  "type": "object",
878
997
  "additionalProperties": {
879
- "$ref": "#/definitions/ObjectPageToolBarAction"
998
+ "anyOf": [
999
+ {
1000
+ "$ref": "#/definitions/ObjectPageToolBarActionBase"
1001
+ },
1002
+ {
1003
+ "enum": [
1004
+ "AlwaysOverflow",
1005
+ "High",
1006
+ "Low",
1007
+ "NeverOverflow"
1008
+ ],
1009
+ "type": "string"
1010
+ },
1011
+ {
1012
+ "type": "number"
1013
+ }
1014
+ ]
1015
+ },
1016
+ "properties": {
1017
+ "overflowGroup": {
1018
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
1019
+ "artifactType": "Manifest",
1020
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1021
+ "type": "number"
1022
+ },
1023
+ "priority": {
1024
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
1025
+ "artifactType": "Manifest",
1026
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
1027
+ "enum": [
1028
+ "AlwaysOverflow",
1029
+ "High",
1030
+ "Low",
1031
+ "NeverOverflow"
1032
+ ],
1033
+ "type": "string"
1034
+ }
880
1035
  }
881
1036
  },
1037
+ "ObjectPageToolBarActionBase": {
1038
+ "type": "object",
1039
+ "properties": {
1040
+ "enableOnSelect": {
1041
+ "$ref": "#/definitions/SelectType",
1042
+ "description": "Enables single selection for a bound action.",
1043
+ "artifactType": "Manifest"
1044
+ }
1045
+ },
1046
+ "additionalProperties": false
1047
+ },
882
1048
  "PersonalizationTypeOP": {
883
1049
  "type": "object",
884
1050
  "properties": {
@@ -1413,6 +1579,17 @@
1413
1579
  }
1414
1580
  ]
1415
1581
  },
1582
+ "popinLayout": {
1583
+ "description": "Defines the layout options of the table popins. A popin layout defined at the table level takes precedence over a popin layout defined at the application level.",
1584
+ "descriptionSrcURL": "https://help.sap.com/docs/SAPUI5/b1cda5dc7a7644eb886bc6ac04c0b438/7f844f1021cd4791b8f7408eac7c1cec.html",
1585
+ "enum": [
1586
+ "Block",
1587
+ "GridLarge",
1588
+ "GridSmall"
1589
+ ],
1590
+ "type": "string",
1591
+ "artifactType": "Manifest"
1592
+ },
1416
1593
  "enableFullScreen": {
1417
1594
  "description": "Enables full screen mode for this table. This adds a button to the table toolbar which opens the table in a full screen dialog.",
1418
1595
  "type": "boolean",
@@ -1941,6 +2118,24 @@
1941
2118
  ],
1942
2119
  "description": "Defines if the action is enabled. The default value is true.",
1943
2120
  "artifactType": "Manifest"
2121
+ },
2122
+ "overflowGroup": {
2123
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2124
+ "artifactType": "Manifest",
2125
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2126
+ "type": "number"
2127
+ },
2128
+ "priority": {
2129
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2130
+ "artifactType": "Manifest",
2131
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2132
+ "enum": [
2133
+ "AlwaysOverflow",
2134
+ "High",
2135
+ "Low",
2136
+ "NeverOverflow"
2137
+ ],
2138
+ "type": "string"
1944
2139
  }
1945
2140
  },
1946
2141
  "additionalProperties": false,
@@ -1956,6 +2151,24 @@
1956
2151
  "$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
1957
2152
  "description": "Settings that control the behavior after creating a new entry.",
1958
2153
  "artifactType": "Manifest"
2154
+ },
2155
+ "overflowGroup": {
2156
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2157
+ "artifactType": "Manifest",
2158
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2159
+ "type": "number"
2160
+ },
2161
+ "priority": {
2162
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2163
+ "artifactType": "Manifest",
2164
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2165
+ "enum": [
2166
+ "AlwaysOverflow",
2167
+ "High",
2168
+ "Low",
2169
+ "NeverOverflow"
2170
+ ],
2171
+ "type": "string"
1959
2172
  }
1960
2173
  },
1961
2174
  "additionalProperties": false
@@ -1980,9 +2193,56 @@
1980
2193
  "ObjectPageFormActionGroup": {
1981
2194
  "type": "object",
1982
2195
  "additionalProperties": {
1983
- "$ref": "#/definitions/FormAction"
2196
+ "anyOf": [
2197
+ {
2198
+ "$ref": "#/definitions/FormActionBase"
2199
+ },
2200
+ {
2201
+ "enum": [
2202
+ "AlwaysOverflow",
2203
+ "High",
2204
+ "Low",
2205
+ "NeverOverflow"
2206
+ ],
2207
+ "type": "string"
2208
+ },
2209
+ {
2210
+ "type": "number"
2211
+ }
2212
+ ]
2213
+ },
2214
+ "properties": {
2215
+ "overflowGroup": {
2216
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2217
+ "artifactType": "Manifest",
2218
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2219
+ "type": "number"
2220
+ },
2221
+ "priority": {
2222
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2223
+ "artifactType": "Manifest",
2224
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2225
+ "enum": [
2226
+ "AlwaysOverflow",
2227
+ "High",
2228
+ "Low",
2229
+ "NeverOverflow"
2230
+ ],
2231
+ "type": "string"
2232
+ }
1984
2233
  }
1985
2234
  },
2235
+ "FormActionBase": {
2236
+ "type": "object",
2237
+ "properties": {
2238
+ "afterExecution": {
2239
+ "$ref": "#/definitions/ActionAfterExecutionConfigurationForm",
2240
+ "description": "Settings that control the behavior after creating a new entry.",
2241
+ "artifactType": "Manifest"
2242
+ }
2243
+ },
2244
+ "additionalProperties": false
2245
+ },
1986
2246
  "ObjectPageSectionDataPoint": {
1987
2247
  "type": "object",
1988
2248
  "properties": {
@@ -2241,6 +2501,24 @@
2241
2501
  ],
2242
2502
  "description": "Defines if the action is enabled. The default value is true.",
2243
2503
  "artifactType": "Manifest"
2504
+ },
2505
+ "overflowGroup": {
2506
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2507
+ "artifactType": "Manifest",
2508
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2509
+ "type": "number"
2510
+ },
2511
+ "priority": {
2512
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2513
+ "artifactType": "Manifest",
2514
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2515
+ "enum": [
2516
+ "AlwaysOverflow",
2517
+ "High",
2518
+ "Low",
2519
+ "NeverOverflow"
2520
+ ],
2521
+ "type": "string"
2244
2522
  }
2245
2523
  },
2246
2524
  "additionalProperties": false,
@@ -2346,6 +2624,24 @@
2346
2624
  ],
2347
2625
  "description": "Defines if the action is enabled. The default value is true.",
2348
2626
  "artifactType": "Manifest"
2627
+ },
2628
+ "overflowGroup": {
2629
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2630
+ "artifactType": "Manifest",
2631
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2632
+ "type": "number"
2633
+ },
2634
+ "priority": {
2635
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2636
+ "artifactType": "Manifest",
2637
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2638
+ "enum": [
2639
+ "AlwaysOverflow",
2640
+ "High",
2641
+ "Low",
2642
+ "NeverOverflow"
2643
+ ],
2644
+ "type": "string"
2349
2645
  }
2350
2646
  },
2351
2647
  "additionalProperties": false,
@@ -2380,6 +2676,24 @@
2380
2676
  "$ref": "#/definitions/ActionAfterExecutionConfigurationFooter",
2381
2677
  "description": "Settings that control the behavior after creating a new entry.",
2382
2678
  "artifactType": "Manifest"
2679
+ },
2680
+ "overflowGroup": {
2681
+ "description": "Defines a group of actions. When there's not enough space to display all grouped actions, they are moved together into overflow.",
2682
+ "artifactType": "Manifest",
2683
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2684
+ "type": "number"
2685
+ },
2686
+ "priority": {
2687
+ "description": "Defines the priority of the action. This determines ordering and whether the action is moved into overflow.",
2688
+ "artifactType": "Manifest",
2689
+ "descriptionSrcURL": "https://ui5.sap.com/#/topic/cbf16c599f2d4b8796e3702f7d4aae6c",
2690
+ "enum": [
2691
+ "AlwaysOverflow",
2692
+ "High",
2693
+ "Low",
2694
+ "NeverOverflow"
2695
+ ],
2696
+ "type": "string"
2383
2697
  }
2384
2698
  },
2385
2699
  "additionalProperties": false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap/ux-specification",
3
- "version": "1.139.4",
3
+ "version": "1.142.0",
4
4
  "displayName": "SAP Fiori tools - Specification",
5
5
  "description": "SAP Fiori tools - Specification",
6
6
  "files": [
@@ -49,20 +49,20 @@
49
49
  "publisher": "SAPSE",
50
50
  "license": "SEE LICENSE IN LICENSE",
51
51
  "dependencies": {
52
- "@sap-ux/fe-fpm-writer": "0.39.25",
52
+ "@sap-ux/fe-fpm-writer": "0.40.2",
53
53
  "@sap-ux/vocabularies-types": "0.13.2"
54
54
  },
55
55
  "devDependencies": {
56
56
  "@sap-ux/annotation-converter": "0.10.9",
57
57
  "@sap-ux/edmx-parser": "0.9.6",
58
- "@sap-ux/project-access": "1.32.9",
59
- "@sap/ux-specification-types": "1.139.4",
60
- "@sapui5/types": "latest-1.139",
58
+ "@sap-ux/project-access": "1.33.0",
59
+ "@sap/ux-specification-types": "1.142.0",
60
+ "@sapui5/types": "latest-1.142",
61
61
  "@types/d3": "7.4.3",
62
62
  "@types/jquery": "3.5.33",
63
63
  "@types/mem-fs": "1.1.5",
64
64
  "@types/mem-fs-editor": "7.0.1",
65
- "@types/json-schema": "7.0.5",
65
+ "@types/json-schema": "7.0.15",
66
66
  "@ui5/flexibility-utils": "0.1.3",
67
67
  "@xml-tools/ast": "5.0.5",
68
68
  "@xml-tools/parser": "1.0.11",
@@ -72,7 +72,7 @@
72
72
  "deepmerge": "4.3.1",
73
73
  "ejs": "3.1.10",
74
74
  "excel4node": "1.8.2",
75
- "i18next": "25.6.3",
75
+ "i18next": "25.7.3",
76
76
  "jquery": "3.7.1",
77
77
  "jsdom": "25.0.1",
78
78
  "lodash.unset": "4.5.2",
@@ -8,6 +8,46 @@ interface APICorrection {
8
8
  })>;
9
9
  metadata?: UI5Symbol;
10
10
  }
11
+ /**
12
+ * Describes a map of enum entries that may depend on another property.
13
+ */
14
+ interface MacrosEnumEntriesMap {
15
+ /**
16
+ * Name of the property whose value determines which enum entries are valid.
17
+ */
18
+ dependentProperty: string;
19
+ /**
20
+ * Map of dependent property values to their corresponding enum entries.
21
+ */
22
+ values: {
23
+ [key: string]: string[];
24
+ };
25
+ }
26
+ /**
27
+ * Map defining enum entries for macro controls and their properties.
28
+ *
29
+ * Structure:
30
+ * - First key: control name
31
+ * - Second key: property name
32
+ * - Value: describing dependent values and enum entries
33
+ */
34
+ export declare const MACROS_ENUM_ENTRIES_MAP: {
35
+ [key: string]: {
36
+ [key: string]: MacrosEnumEntriesMap;
37
+ };
38
+ };
39
+ /**
40
+ * Returns the enum entries for a given control and property.
41
+ * If a dependent value is provided and exists in the map, only the enum entries
42
+ * associated with that dependent value are returned.
43
+ * Otherwise, all enum entries for the property are returned as a flat array.
44
+ *
45
+ * @param control - The macro control class name
46
+ * @param property - The property name of the control
47
+ * @param dependentValue - Optional value of the dependent property
48
+ * @returns An array of enum entry strings, or `undefined` if the control or property is not found
49
+ */
50
+ export declare function getEnumEntriesFromMap(control: string, property: string, dependentValue?: string): string[] | undefined;
11
51
  export declare const macrosCorrection: {
12
52
  [key: string]: APICorrection;
13
53
  };
@@ -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,eAAO,MAAM,gBAAgB,EAAE;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,aAAa,CAAA;CAiH5D,CAAC;AAgJF;;;;;;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;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;CAiH5D,CAAC;AAsKF;;;;;;GAMG;AACH,wBAAgB,gBAAgB,CAAC,GAAG,EAAE,SAAS,GAAG,IAAI,CAuBrD"}
@@ -1,9 +1,66 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.macrosCorrection = void 0;
3
+ exports.macrosCorrection = exports.MACROS_ENUM_ENTRIES_MAP = void 0;
4
+ exports.getEnumEntriesFromMap = getEnumEntriesFromMap;
4
5
  exports.applyCorrections = applyCorrections;
5
6
  const types_1 = require("./types");
6
7
  const ux_specification_types_1 = require("@sap/ux-specification-types");
8
+ /**
9
+ * Map defining enum entries for macro controls and their properties.
10
+ *
11
+ * Structure:
12
+ * - First key: control name
13
+ * - Second key: property name
14
+ * - Value: describing dependent values and enum entries
15
+ */
16
+ exports.MACROS_ENUM_ENTRIES_MAP = {
17
+ 'sap.fe.macros.richtexteditor.ButtonGroup': {
18
+ buttons: {
19
+ dependentProperty: 'name',
20
+ values: {
21
+ 'font-style': ['bold', 'italic', 'underline', 'strikethrough'],
22
+ font: ['fontfamily', 'fontsize', 'forecolor', 'backcolor'],
23
+ clipboard: ['cut', 'copy', 'paste'],
24
+ structure: ['bullist', 'numlist', 'outdent', 'indent'],
25
+ undo: ['undo', 'redo'],
26
+ insert: ['image', 'emoticons'],
27
+ link: ['link', 'unlink'],
28
+ 'text-align': ['alignleft', 'aligncenter', 'alignright', 'alignjustify'],
29
+ table: ['table'],
30
+ styleselect: ['styleselect']
31
+ }
32
+ }
33
+ }
34
+ };
35
+ /**
36
+ * Returns the enum entries for a given control and property.
37
+ * If a dependent value is provided and exists in the map, only the enum entries
38
+ * associated with that dependent value are returned.
39
+ * Otherwise, all enum entries for the property are returned as a flat array.
40
+ *
41
+ * @param control - The macro control class name
42
+ * @param property - The property name of the control
43
+ * @param dependentValue - Optional value of the dependent property
44
+ * @returns An array of enum entry strings, or `undefined` if the control or property is not found
45
+ */
46
+ function getEnumEntriesFromMap(control, property, dependentValue) {
47
+ const controlEntry = exports.MACROS_ENUM_ENTRIES_MAP[control];
48
+ const propertyEntry = controlEntry?.[property];
49
+ if (!propertyEntry) {
50
+ return;
51
+ }
52
+ const values = propertyEntry.values;
53
+ if (dependentValue && values[dependentValue]) {
54
+ // Return specific entries matching value of dependent property
55
+ return values[dependentValue];
56
+ }
57
+ // Merge and return all entries
58
+ const result = [];
59
+ for (const name in values) {
60
+ result.push(...values[name]);
61
+ }
62
+ return result;
63
+ }
7
64
  exports.macrosCorrection = {
8
65
  'sap.fe.macros.Page': {
9
66
  defaultAggregation: 'items'
@@ -120,16 +177,30 @@ exports.macrosCorrection = {
120
177
  const placementEnum = [ux_specification_types_1.v4.Placement.After, ux_specification_types_1.v4.Placement.Before];
121
178
  const enumsEntries = {
122
179
  'sap.fe.macros.FilterField': {
123
- placement: placementEnum
180
+ placement: {
181
+ options: placementEnum
182
+ }
124
183
  },
125
184
  'sap.fe.macros.table.Action': {
126
- placement: placementEnum
185
+ placement: {
186
+ options: placementEnum
187
+ }
127
188
  },
128
189
  'sap.fe.macros.table.Column': {
129
- placement: placementEnum
190
+ placement: {
191
+ options: placementEnum
192
+ }
130
193
  },
131
194
  'sap.fe.macros.Table': {
132
- variantManagement: ['None', 'Page', 'Control']
195
+ variantManagement: {
196
+ options: ['None', 'Page', 'Control']
197
+ }
198
+ },
199
+ 'sap.fe.macros.richtexteditor.ButtonGroup': {
200
+ buttons: {
201
+ options: getEnumEntriesFromMap('sap.fe.macros.richtexteditor.ButtonGroup', 'buttons'),
202
+ multiSelect: true
203
+ }
133
204
  }
134
205
  };
135
206
  /**
@@ -218,7 +289,8 @@ function applyCorrectionForEnums(api) {
218
289
  property = symbol[types_1.CLASS_SYMBOL_METADATA_PROPERTY].properties.find((ui5Property) => ui5Property.name === name);
219
290
  }
220
291
  if (property) {
221
- property.allowedValues = properties[name];
292
+ property.allowedValues = properties[name].options;
293
+ property.multiSelect = properties[name].multiSelect;
222
294
  }
223
295
  }
224
296
  }
@@ -1 +1 @@
1
- {"version":3,"file":"corrections.js","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"corrections.js","sourceRoot":"","sources":["../../../../scripts/macros/corrections.ts"],"names":[],"mappings":"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"}