@sap/ux-specification 1.124.22 → 1.124.24

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 (65) hide show
  1. package/CHANGELOG.md +33 -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/specification/package.json +8 -8
  19. package/dist/specification/scripts/extractDocu.js +65 -56
  20. package/dist/specification/scripts/extractDocu.js.map +1 -1
  21. package/dist/specification/scripts/macros/corrections.d.ts.map +1 -1
  22. package/dist/specification/scripts/macros/corrections.js +3 -0
  23. package/dist/specification/scripts/macros/corrections.js.map +1 -1
  24. package/dist/specification/scripts/schema/to-json-schema.d.ts.map +1 -1
  25. package/dist/specification/scripts/schema/to-json-schema.js +3 -2
  26. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  27. package/dist/specification/src/api.js +2 -2
  28. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  29. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  30. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +1 -2
  31. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  32. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts +5 -0
  33. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts.map +1 -0
  34. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js +24 -0
  35. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js.map +1 -0
  36. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts +12 -0
  37. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -0
  38. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js +58 -0
  39. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -0
  40. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts +7 -0
  41. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.d.ts.map +1 -0
  42. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js +23 -0
  43. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/index.js.map +1 -0
  44. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -0
  45. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +15 -2
  47. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  48. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts +3 -3
  49. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js +10 -8
  51. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/pageAccess.js.map +1 -1
  52. package/dist/specification/src/sync/v2/import/importPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/import/importPage.js +1 -2
  54. package/dist/specification/src/sync/v2/import/importPage.js.map +1 -1
  55. package/dist/specification/src/sync/v2/utils.d.ts +5 -6
  56. package/dist/specification/src/sync/v2/utils.d.ts.map +1 -1
  57. package/dist/specification/src/sync/v2/utils.js +8 -17
  58. package/dist/specification/src/sync/v2/utils.js.map +1 -1
  59. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  60. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +4 -2
  61. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  62. package/dist/types/src/common/types.d.ts +1 -5
  63. package/dist/types/src/common/types.d.ts.map +1 -1
  64. package/dist/types/src/common/types.js.map +1 -1
  65. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -8,6 +8,39 @@ 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.124.24] - 2025-08-20
12
+
13
+ ### Fixed
14
+
15
+ ### Quality
16
+
17
+ Upgrades:
18
+
19
+ | Package | Change |
20
+ |---|---|
21
+ | [@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`] |
22
+ | [@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`] |
23
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
24
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
25
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
26
+ | [@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`] |
27
+
28
+ ## [1.124.23] - 2025-08-06
29
+
30
+ ### Quality
31
+
32
+ Upgrades:
33
+
34
+ | Package | Change |
35
+ |---|---|
36
+ | [@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`] |
37
+ | [@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`] |
38
+ | [typescript](https://www.typescriptlang.org/) ([source](https://github.com/microsoft/TypeScript)) | [`5.8.3` -> `5.9.2`] |
39
+ | [ts-jest](https://kulshekhar.github.io/ts-jest) ([source](https://github.com/kulshekhar/ts-jest)) | [`29.4.0` -> `29.4.1`] |
40
+ | [@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`] |
41
+ | [i18next](https://github.com/i18next/i18next) | [`23.16.8` -> `25.3.0`] |
42
+ | [typescript-json-schema](https://github.com/YousefED/typescript-json-schema) | [`0.57.0` -> `0.65.1`] |
43
+
11
44
  ## [1.124.22] - 2025-07-23
12
45
 
13
46
  ### Quality