@sap/ux-specification 1.139.12 → 1.139.14

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 (212) hide show
  1. package/CHANGELOG.md +45 -7
  2. package/dist/documentation/{runDocu-min.js → runDocu-min.mjs} +6 -6
  3. package/dist/documentation/{runDocu-min.js.map → runDocu-min.mjs.map} +2 -2
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +4 -4
  5. package/dist/documentation/v2/v2-ApplicationV2.html +4 -4
  6. package/dist/documentation/v2/v2-ListReport.html +4 -4
  7. package/dist/documentation/v2/v2-ListReportNew.html +4 -4
  8. package/dist/documentation/v2/v2-ObjectPage.html +4 -4
  9. package/dist/documentation/v2/v2-OverviewPage.html +4 -4
  10. package/dist/documentation/v4/v4-ApplicationV4.html +4 -4
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +4 -4
  12. package/dist/documentation/v4/v4-FreestylePage.html +4 -4
  13. package/dist/documentation/v4/v4-ListReport.html +4 -4
  14. package/dist/documentation/v4/v4-ObjectPage.html +4 -4
  15. package/dist/index-min.mjs +1308 -0
  16. package/dist/index-min.mjs.map +7 -0
  17. package/dist/schemas/v2/ListReportNewConfig.json +143 -0
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +100 -8
  19. package/dist/specification/package.json +17 -11
  20. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  21. package/dist/specification/scripts/macros/corrections.js +71 -3
  22. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  23. package/dist/specification/scripts/macros/schema.d.ts +9 -0
  24. package/dist/specification/scripts/macros/schema.d.ts.map +1 -1
  25. package/dist/specification/scripts/macros/schema.js +21 -4
  26. package/dist/specification/scripts/macros/schema.js.map +1 -1
  27. package/dist/specification/scripts/schema/to-json-schema.js +1 -1
  28. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  29. package/dist/specification/src/api.d.ts.map +1 -1
  30. package/dist/specification/src/api.js +6 -6
  31. package/dist/specification/src/api.js.map +1 -1
  32. package/dist/specification/src/ftfs/ftfs.d.ts.map +1 -1
  33. package/dist/specification/src/ftfs/ftfs.js +25 -1
  34. package/dist/specification/src/ftfs/ftfs.js.map +1 -1
  35. package/dist/specification/src/ftfs/parser/model/ObjectAggregation.d.ts +21 -0
  36. package/dist/specification/src/ftfs/parser/model/ObjectAggregation.d.ts.map +1 -1
  37. package/dist/specification/src/ftfs/parser/model/ObjectAggregation.js +35 -0
  38. package/dist/specification/src/ftfs/parser/model/ObjectAggregation.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 -2
  41. package/dist/specification/src/ftfs/parser/model/TreeModel.js.map +1 -1
  42. package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.d.ts +0 -3
  43. package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.d.ts.map +1 -1
  44. package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.js +6 -4
  45. package/dist/specification/src/ftfs/parser/model/actions/ActionAggregation.js.map +1 -1
  46. package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.d.ts +86 -0
  47. package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.d.ts.map +1 -0
  48. package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.js +139 -0
  49. package/dist/specification/src/ftfs/parser/model/actions/ActionGroupAggregation.js.map +1 -0
  50. package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.d.ts +11 -52
  51. package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.d.ts.map +1 -1
  52. package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.js +15 -81
  53. package/dist/specification/src/ftfs/parser/model/actions/ActionsAggregation.js.map +1 -1
  54. package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.d.ts +46 -0
  55. package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.d.ts.map +1 -0
  56. package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.js +81 -0
  57. package/dist/specification/src/ftfs/parser/model/actions/ActionsContainerAggregation.js.map +1 -0
  58. package/dist/specification/src/ftfs/parser/model/actions/index.d.ts +2 -0
  59. package/dist/specification/src/ftfs/parser/model/actions/index.d.ts.map +1 -1
  60. package/dist/specification/src/ftfs/parser/model/actions/index.js +2 -0
  61. package/dist/specification/src/ftfs/parser/model/actions/index.js.map +1 -1
  62. package/dist/specification/src/i18n/i18n.js +35 -2
  63. package/dist/specification/src/i18n/i18n.js.map +1 -1
  64. package/dist/specification/src/index.d.ts +1 -0
  65. package/dist/specification/src/index.d.ts.map +1 -1
  66. package/dist/specification/src/index.js +4 -0
  67. package/dist/specification/src/index.js.map +1 -1
  68. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts +37 -2
  69. package/dist/specification/src/sync/common/decoration/decorator-paths.d.ts.map +1 -1
  70. package/dist/specification/src/sync/common/decoration/decorator-paths.js +18 -1
  71. package/dist/specification/src/sync/common/decoration/decorator-paths.js.map +1 -1
  72. package/dist/specification/src/sync/common/decoration/decorators.d.ts +8 -5
  73. package/dist/specification/src/sync/common/decoration/decorators.d.ts.map +1 -1
  74. package/dist/specification/src/sync/common/decoration/decorators.js +4 -1
  75. package/dist/specification/src/sync/common/decoration/decorators.js.map +1 -1
  76. package/dist/specification/src/sync/common/decoration/steps/Enums.d.ts.map +1 -1
  77. package/dist/specification/src/sync/common/decoration/steps/Enums.js +47 -8
  78. package/dist/specification/src/sync/common/decoration/steps/Enums.js.map +1 -1
  79. package/dist/specification/src/sync/common/generate/utils.d.ts +8 -0
  80. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  81. package/dist/specification/src/sync/common/generate/utils.js +56 -34
  82. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  83. package/dist/specification/src/sync/common/i18n.json +3 -1
  84. package/dist/specification/src/sync/common/utils.d.ts +9 -2
  85. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  86. package/dist/specification/src/sync/common/utils.js +10 -0
  87. package/dist/specification/src/sync/common/utils.js.map +1 -1
  88. package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts +14 -1
  89. package/dist/specification/src/sync/v2/generate/stableIdUtils.d.ts.map +1 -1
  90. package/dist/specification/src/sync/v2/generate/stableIdUtils.js +110 -0
  91. package/dist/specification/src/sync/v2/generate/stableIdUtils.js.map +1 -1
  92. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js +1 -1
  94. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/FilterBar.js.map +1 -1
  95. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts +1 -0
  96. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.d.ts.map +1 -1
  97. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js +4 -0
  98. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Table.js.map +1 -1
  99. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.d.ts +32 -0
  100. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.d.ts.map +1 -0
  101. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.js +274 -0
  102. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/TableColumn.js.map +1 -0
  103. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +1 -0
  104. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -1
  105. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +1 -0
  106. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -1
  107. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  108. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +25 -11
  109. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  110. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  111. package/dist/specification/src/sync/v4/export/controls/Table.js +21 -9
  112. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  113. package/dist/specification/src/sync/v4/export/fpmCustomPage.d.ts.map +1 -1
  114. package/dist/specification/src/sync/v4/export/fpmCustomPage.js +141 -72
  115. package/dist/specification/src/sync/v4/export/fpmCustomPage.js.map +1 -1
  116. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.d.ts.map +1 -1
  117. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js +14 -1
  118. package/dist/specification/src/sync/v4/generate/fpm-custom-page/annotations.js.map +1 -1
  119. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  120. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +66 -4
  121. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  122. package/dist/specification/src/sync/v4/generate/generate.d.ts +4 -2
  123. package/dist/specification/src/sync/v4/generate/generate.d.ts.map +1 -1
  124. package/dist/specification/src/sync/v4/generate/generate.js +8 -4
  125. package/dist/specification/src/sync/v4/generate/generate.js.map +1 -1
  126. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.d.ts.map +1 -1
  127. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js +1 -0
  128. package/dist/specification/src/sync/v4/generate/list-report/ListReportUtils.js.map +1 -1
  129. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts +1 -0
  130. package/dist/specification/src/sync/v4/generate/list-report/listReport.d.ts.map +1 -1
  131. package/dist/specification/src/sync/v4/generate/list-report/listReport.js +15 -5
  132. package/dist/specification/src/sync/v4/generate/list-report/listReport.js.map +1 -1
  133. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  134. package/dist/specification/src/sync/v4/generate/objectPage.js +20 -4
  135. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  136. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.d.ts.map +1 -1
  137. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js +70 -19
  138. package/dist/specification/src/sync/v4/import/pages/fpmCustomPage.js.map +1 -1
  139. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts +6 -0
  140. package/dist/specification/src/sync/v4/sync-rules/Page.d.ts.map +1 -1
  141. package/dist/specification/src/sync/v4/sync-rules/Page.js +8 -0
  142. package/dist/specification/src/sync/v4/sync-rules/Page.js.map +1 -1
  143. package/dist/specification/src/sync/v4/utils/utils.d.ts +126 -1
  144. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  145. package/dist/specification/src/sync/v4/utils/utils.js +253 -2
  146. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  147. package/dist/templates/action/manifest.action-menu.json +10 -0
  148. package/dist/templates/action/manifest.action.json +13 -0
  149. package/dist/templates/app/Component.js +13 -0
  150. package/dist/templates/app/Component.ts +11 -0
  151. package/dist/templates/building-block/action/View.xml +30 -0
  152. package/dist/templates/building-block/chart/View.xml +9 -0
  153. package/dist/templates/building-block/common/manifest.json +7 -0
  154. package/dist/templates/building-block/custom-column/View.xml +5 -0
  155. package/dist/templates/building-block/custom-filter-field/View.xml +12 -0
  156. package/dist/templates/building-block/custom-form-field/View.xml +12 -0
  157. package/dist/templates/building-block/field/View.xml +8 -0
  158. package/dist/templates/building-block/filter-bar/View.xml +10 -0
  159. package/dist/templates/building-block/form/View.xml +4 -0
  160. package/dist/templates/building-block/page/View.xml +5 -0
  161. package/dist/templates/building-block/rich-text-editor/View.xml +3 -0
  162. package/dist/templates/building-block/rich-text-editor-button-groups/View.xml +18 -0
  163. package/dist/templates/building-block/table/View.xml +19 -0
  164. package/dist/templates/column/1.84/manifest.json +28 -0
  165. package/dist/templates/column/1.85/manifest.json +31 -0
  166. package/dist/templates/column/1.86/manifest.json +43 -0
  167. package/dist/templates/common/EventHandler.js +25 -0
  168. package/dist/templates/common/EventHandler.ts +28 -0
  169. package/dist/templates/common/Fragment.xml +3 -0
  170. package/dist/templates/common/FragmentWithForm.xml +7 -0
  171. package/dist/templates/common/FragmentWithVBox.xml +5 -0
  172. package/dist/templates/common/sap.fe.d.ts +43 -0
  173. package/dist/templates/controller-extension/Controller.js +18 -0
  174. package/dist/templates/controller-extension/Controller.ts +20 -0
  175. package/dist/templates/controller-extension/ControllerExtension.d.ts +11 -0
  176. package/dist/templates/controller-extension/manifest.json +14 -0
  177. package/dist/templates/field/manifest.json +32 -0
  178. package/dist/templates/filter/Controller.js +21 -0
  179. package/dist/templates/filter/Controller.ts +24 -0
  180. package/dist/templates/filter/fragment.xml +15 -0
  181. package/dist/templates/filter/manifest.json +12 -0
  182. package/dist/templates/header-section/1.85/manifest.json +43 -0
  183. package/dist/templates/header-section/1.86/manifest.json +45 -0
  184. package/dist/templates/page/custom/1.84/ext/Controller.js +45 -0
  185. package/dist/templates/page/custom/1.84/ext/Controller.ts +42 -0
  186. package/dist/templates/page/custom/1.84/ext/View.xml +6 -0
  187. package/dist/templates/page/custom/1.84/i18n/i18n.properties +2 -0
  188. package/dist/templates/page/custom/1.84/manifest.json +32 -0
  189. package/dist/templates/page/custom/1.94/ext/Controller.js +45 -0
  190. package/dist/templates/page/custom/1.94/ext/Controller.ts +42 -0
  191. package/dist/templates/page/custom/1.94/ext/View.xml +6 -0
  192. package/dist/templates/page/custom/1.94/i18n/i18n.properties +2 -0
  193. package/dist/templates/page/custom/1.94/manifest.json +33 -0
  194. package/dist/templates/page/custom/i18n/i18n.properties +2 -0
  195. package/dist/templates/page/list/manifest.json +20 -0
  196. package/dist/templates/page/object/manifest.json +33 -0
  197. package/dist/templates/section/1.85/manifest.json +33 -0
  198. package/dist/templates/section/1.86/manifest.json +32 -0
  199. package/dist/templates/subsection/1.85/manifest.json +37 -0
  200. package/dist/templates/subsection/1.86/manifest.json +36 -0
  201. package/dist/templates/view/ext/CustomViewWithTable.xml +3 -0
  202. package/dist/templates/view/manifest.json +41 -0
  203. package/dist/types/src/apiTypes.d.ts +3 -0
  204. package/dist/types/src/apiTypes.d.ts.map +1 -1
  205. package/dist/types/src/apiTypes.js.map +1 -1
  206. package/dist/types/src/common/types.d.ts +2 -0
  207. package/dist/types/src/common/types.d.ts.map +1 -1
  208. package/dist/types/src/common/types.js +2 -0
  209. package/dist/types/src/common/types.js.map +1 -1
  210. package/package.json +17 -11
  211. package/dist/index-min.js +0 -647
  212. package/dist/index-min.js.map +0 -7
package/CHANGELOG.md CHANGED
@@ -6,7 +6,51 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
6
6
 
7
7
  # Prerequisites
8
8
 
9
- You have [Node.js](https://nodejs.org/en/download/) version `20.14.0` or higher installed
9
+ You have [Node.js](https://nodejs.org/en/download/) version `22.13.0` or higher installed
10
+
11
+ ## [1.139.14] - 2026-06-11
12
+
13
+ ### Added
14
+ - Added support for dynamic default table type detection based on OData service capabilities for list report pages and object pages in OData V4 applications
15
+
16
+ ### Fixed
17
+ - Fixed an issue with version gating based on the SAPUI5 version and table type for `creationMode` and `popinLayout` properties for tables in OData V4 applications
18
+ - Moved `@sap-ux/fe-fpm-writer` from external dependency to internal and code is bundled in `dist\index-min.js`
19
+
20
+ ### Quality
21
+ - Upgraded the minimum Node.js version from v20 to v22 because Node.js 20 reached end-of-life on 2026-04-30.
22
+ - Migrated to ESM-only bundle output. Added the package `exports` field.
23
+
24
+ Upgrades:
25
+
26
+ | Package | Change |
27
+ | --- | --- |
28
+ | [axios](https://axios-http.com) | [`1.16.1` -> `1.17.0`] |
29
+ | [semver](https://github.com/npm/node-semver) | [`7.8.1` -> `7.8.3`] |
30
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.5` -> `5.5.6`] |
31
+
32
+ ## [1.139.13] - 2026-05-28
33
+
34
+ ### Added
35
+
36
+ - Added support for `exportSettings` aggregation on columns in the `Table` building block and enabling the configuration of export setting properties such as `label`, `type`, `textAlign`, `valueMap`, and `wrap`
37
+ - Added support for `array` properties in the building blocks schema
38
+
39
+ ### Fixed
40
+
41
+ - Fixed an issue where the `ColumnOverride` import silently dropped entries when `override` was placed at the table level rather than inside the `columns` wrapper
42
+ - Updated the actions aggregation for `TreeModel` to support menu actions
43
+
44
+ ### Quality
45
+
46
+ Upgrades:
47
+
48
+ | Package | Change |
49
+ | --- | --- |
50
+ | [semver](https://github.com/npm/node-semver) | [`7.7.4` -> `7.8.1`] |
51
+ | [axios](https://axios-http.com) | [`1.16.0` -> `1.16.1`] |
52
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) | [`29.4.9` -> `29.4.11`] |
53
+ | [uuid](https://www.npmjs.com/package/uuid) | [forced transitive resolution to `11.1.1`] [security] |
10
54
 
11
55
  ## [1.139.12] - 2026-05-14
12
56
 
@@ -117,7 +161,6 @@ Upgrades:
117
161
  | [@sap-ux/project-access](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/project-access)) | [`1.35.10` -> `1.35.13`] |
118
162
  | [i18next](https://www.i18next.com) | [`25.8.13` -> `25.8.18`] |
119
163
  | [eslint](https://eslint.org) | [`9.39.3` -> `9.39.4`] |
120
- | [tar](https://github.com/npm/node-tar) | [`7.5.10` -> `7.5.11`] |
121
164
  | [esbuild](https://github.com/evanw/esbuild) | [`0.27.3` -> `0.27.4`] |
122
165
  | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
123
166
  | [@typescript-eslint/parser](https://typescript-eslint.io) | [`8.54.0` -> `8.57.1`] |
@@ -159,7 +202,6 @@ Upgrades:
159
202
  | [axios](https://github.com/axios/axios) | [`1.13.5` -> `1.13.6`] |
160
203
  | [@types/jquery](https://github.com/DefinitelyTyped/DefinitelyTyped) | [`3.5.33` -> `3.5.34`] |
161
204
  | [eslint](https://eslint.org) | [`9.39.2` -> `9.39.3`] |
162
- | [tar](https://github.com/npm/node-tar) | [`7.5.9` -> `7.5.11`] |
163
205
 
164
206
  ## [1.139.7] - 2026-02-04
165
207
 
@@ -200,7 +242,6 @@ Upgrades:
200
242
  | [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) | `5.3.4` → `5.3.6` |
201
243
  | [i18next](https://www.i18next.com) | `25.7.4` → `25.8.0` |
202
244
  | [prettier](https://prettier.io) | `3.8.0` → `3.8.1` |
203
- | [tar](https://github.com/isaacs/node-tar) | `7.5.7` → `7.5.9` |
204
245
 
205
246
  ## [1.139.6] - 2026-01-21
206
247
 
@@ -317,8 +358,6 @@ Upgrades:
317
358
  | [es5-ext](https://github.com/medikoo/es5-ext) | [`0.10.63` -> `0.10.64`] |
318
359
  | [glob-parent](https://github.com/gulpjs/glob-parent) | [`6.0.1` -> `6.0.2`] |
319
360
  | [parse-url](https://github.com/IonicaBizau/parse-url) | [`9.0.0` -> `9.2.0`] |
320
- | [tar](https://github.com/isaacs/node-tar) | [`7.0.2` -> `7.5.2`] |
321
- | [js-yaml](https://github.com/nodeca/js-yaml) | [-> `4.1.1`] |
322
361
 
323
362
  ## [1.139.1] - 2025-11-12
324
363
 
@@ -348,7 +387,6 @@ Upgrades:
348
387
  | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`8.46.0` -> `8.46.2`] |
349
388
  | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.46.0` -> `8.46.2`] |
350
389
  | [axios](https://axios-http.com) ([source](https://github.com/axios/axios)) | [`1.12.0` -> `1.13.2`] |
351
- | [tar](https://github.com/isaacs/node-tar) | [`7.5.1` -> `7.5.2`] |
352
390
  | [glob](https://github.com/isaacs/node-glob) | [-> `10.5.0`] |
353
391
 
354
392
  ## [1.139.0] - 2025-10-29