@sap/ux-specification 1.136.3 → 1.136.5

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 (69) hide show
  1. package/CHANGELOG.md +40 -0
  2. package/dist/documentation/runDocu-min.js +2 -2
  3. package/dist/documentation/runDocu-min.js.map +1 -1
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ListReportNew.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +109 -109
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/schemas/v2/ListReportNewConfig.json +42 -0
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +156 -81
  19. package/dist/specification/package.json +8 -8
  20. package/dist/specification/scripts/extractDocu.js +65 -56
  21. package/dist/specification/scripts/extractDocu.js.map +1 -1
  22. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  23. package/dist/specification/scripts/macros/corrections.js +3 -0
  24. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  25. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  26. package/dist/specification/scripts/schema/to-json-schema.js +3 -2
  27. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  28. package/dist/specification/src/api.js +2 -2
  29. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  30. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  31. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -2
  32. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  33. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts +5 -0
  34. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts.map +1 -0
  35. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js +24 -0
  36. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js.map +1 -0
  37. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts +12 -0
  38. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -0
  39. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js +58 -0
  40. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -0
  41. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +7 -0
  42. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -0
  43. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +23 -0
  44. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -0
  45. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
  46. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  47. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +15 -2
  48. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  49. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts +3 -3
  50. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +10 -8
  52. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  53. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v2/import/importPage.js +1 -2
  55. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  56. package/dist/specification/src/sync/v2/utils.d.ts +5 -6
  57. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v2/utils.js +8 -17
  59. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  60. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +4 -2
  62. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  63. package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
  64. package/dist/specification/src/sync/v4/generate/listReport.js +2 -0
  65. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  66. package/dist/types/src/common/types.d.ts +1 -5
  67. package/dist/types/src/common/types.d.ts.map +1 -1
  68. package/dist/types/src/common/types.js.map +1 -1
  69. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -8,6 +8,46 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  [NodeJS](https://nodejs.org/en/download/) Version `20.14.0` or higher
10
10
 
11
+ ## [1.136.5] - 2025-08-20
12
+
13
+ ### Fixed
14
+
15
+ Page macros. Default aggregation `items` is not recognized
16
+
17
+ ### Quality
18
+
19
+ Upgrades:
20
+
21
+ | Package | Change |
22
+ |---|---|
23
+ | [@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.39.0` -> `8.40.0`] |
24
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.39.0` -> `8.40.0`] |
25
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
26
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
27
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
28
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.36.0` -> `0.38.0`] |
29
+
30
+ ## [1.136.4] - 2025-08-06
31
+
32
+ ### Fixed
33
+
34
+ OData V4:
35
+ - Support of `enableMassEdit` properties for single view table
36
+
37
+ ### Quality
38
+
39
+ Upgrades:
40
+
41
+ | Package | Change |
42
+ |---|---|
43
+ | [@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.37.0` -> `8.39.0`] |
44
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.37.0` -> `8.39.0`] |
45
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
46
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
47
+ | [@sap-ux/fe-fpm-writer](https://github.com/SAP/open-ux-tools) ([source](https://github.com/SAP/open-ux-tools/tree/HEAD/packages/fe-fpm-writer)) | [`0.35.5` -> `0.36.0`] |
48
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
49
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
50
+
11
51
  ## [1.136.3] - 2025-07-23
12
52
 
13
53
  ### Added