@sap/ux-specification 1.136.4 → 1.136.6

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 (109) hide show
  1. package/CHANGELOG.md +42 -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 +156 -156
  16. package/dist/index-min.js.map +4 -4
  17. package/dist/schemas/v4/ApplicationV4.json +8 -0
  18. package/dist/schemas/v4/BuildingBlocksConfig.json +68 -3
  19. package/dist/schemas/v4/ObjectPageConfig.json +247 -53
  20. package/dist/specification/package.json +4 -4
  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 +12 -0
  26. package/dist/specification/scripts/schema/to-json-schema.js.map +1 -1
  27. package/dist/specification/src/sync/common/generate/utils.d.ts.map +1 -1
  28. package/dist/specification/src/sync/common/generate/utils.js.map +1 -1
  29. package/dist/specification/src/sync/common/import/utils.d.ts +9 -7
  30. package/dist/specification/src/sync/common/import/utils.d.ts.map +1 -1
  31. package/dist/specification/src/sync/common/import/utils.js +31 -9
  32. package/dist/specification/src/sync/common/import/utils.js.map +1 -1
  33. package/dist/specification/src/sync/common/utils.d.ts +2 -0
  34. package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
  35. package/dist/specification/src/sync/common/utils.js +21 -4
  36. package/dist/specification/src/sync/common/utils.js.map +1 -1
  37. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  38. package/dist/specification/src/sync/v2/export/export.js +27 -22
  39. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  40. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts +3 -5
  41. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.d.ts.map +1 -1
  42. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js +19 -23
  43. package/dist/specification/src/sync/v2/generate/manifestPropertyUtils.js.map +1 -1
  44. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts +1 -1
  45. package/dist/specification/src/sync/v2/generate/schemaAdaptation.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js +33 -42
  47. package/dist/specification/src/sync/v2/generate/schemaAdaptation.js.map +1 -1
  48. package/dist/specification/src/sync/v2/generate/utils.js +1 -1
  49. package/dist/specification/src/sync/v2/generate/utils.js.map +1 -1
  50. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.d.ts.map +1 -1
  51. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js +3 -1
  52. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/Action.js.map +1 -1
  53. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.d.ts.map +1 -1
  54. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js +12 -14
  55. package/dist/specification/src/sync/v2/genericSchemaHandling/controls/ListHeader.js.map +1 -1
  56. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts +2 -2
  57. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js +9 -15
  59. package/dist/specification/src/sync/v2/genericSchemaHandling/pages/ListReportNew.js.map +1 -1
  60. package/dist/specification/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v2/import/pages/overviewPage.js +13 -8
  62. package/dist/specification/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  63. package/dist/specification/src/sync/v2/utils.d.ts +1 -1
  64. package/dist/specification/src/sync/v2/utils.js +1 -1
  65. package/dist/specification/src/sync/v4/application.d.ts +3 -0
  66. package/dist/specification/src/sync/v4/application.d.ts.map +1 -1
  67. package/dist/specification/src/sync/v4/application.js +22 -0
  68. package/dist/specification/src/sync/v4/application.js.map +1 -1
  69. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +47 -3
  70. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
  71. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +287 -51
  72. package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
  73. package/dist/specification/src/sync/v4/export/controls/Table.d.ts +0 -15
  74. package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
  75. package/dist/specification/src/sync/v4/export/controls/Table.js +0 -32
  76. package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
  77. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
  78. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js +4 -2
  79. package/dist/specification/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
  80. package/dist/specification/src/sync/v4/generate/objectPage.d.ts +2 -1
  81. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  82. package/dist/specification/src/sync/v4/generate/objectPage.js +65 -27
  83. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  84. package/dist/specification/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
  85. package/dist/specification/src/sync/v4/import/pages/objectPage.js +1 -1
  86. package/dist/specification/src/sync/v4/import/pages/objectPage.js.map +1 -1
  87. package/dist/specification/src/sync/v4/import/utils.d.ts +11 -9
  88. package/dist/specification/src/sync/v4/import/utils.d.ts.map +1 -1
  89. package/dist/specification/src/sync/v4/import/utils.js +53 -9
  90. package/dist/specification/src/sync/v4/import/utils.js.map +1 -1
  91. package/dist/specification/src/sync/v4/utils/utils.d.ts +15 -3
  92. package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
  93. package/dist/specification/src/sync/v4/utils/utils.js +190 -93
  94. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  95. package/dist/types/src/common/types.d.ts +61 -28
  96. package/dist/types/src/common/types.d.ts.map +1 -1
  97. package/dist/types/src/common/types.js +10 -1
  98. package/dist/types/src/common/types.js.map +1 -1
  99. package/dist/types/src/v4/application.d.ts +7 -0
  100. package/dist/types/src/v4/application.d.ts.map +1 -1
  101. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +240 -16
  102. package/dist/types/src/v4/controls/ObjectPageTable.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ObjectPageTable.js +2 -0
  104. package/dist/types/src/v4/controls/ObjectPageTable.js.map +1 -1
  105. package/dist/types/src/v4/controls/Table.d.ts +2 -0
  106. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  107. package/dist/types/src/v4/controls/Table.js +2 -1
  108. package/dist/types/src/v4/controls/Table.js.map +1 -1
  109. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,6 +8,48 @@ 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.6] - 2025-09-03
12
+
13
+ ### Added
14
+
15
+ OData V4:
16
+ - Added possibility to define the 'InlineCreationRows' mode as the default creation mode that is used for all tables within an application.
17
+ - Object Page: Support of `creationMode` settings on tables
18
+
19
+ ### Fixed
20
+
21
+ OVP page. Properties from different card types on the OVP page were not imported/exported, which prevented resetting them in the Page Editor.
22
+
23
+ ### Quality
24
+
25
+ Upgrades:
26
+
27
+ | Package | Change |
28
+ |---|---|
29
+ | [@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.40.0` -> `8.42.0`] |
30
+ | [@typescript-eslint/parser](https://typescript-eslint.io/packages/parser) ([source](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser)) | [`8.40.0` -> `8.42.0`] |
31
+ | [@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.38.0` -> `0.38.2`]) |
32
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.4.0` -> `25.4.2`] |
33
+
34
+ ## [1.136.5] - 2025-08-20
35
+
36
+ ### Fixed
37
+
38
+ Page macros. Default aggregation `items` is not recognized
39
+
40
+ ### Quality
41
+
42
+ Upgrades:
43
+
44
+ | Package | Change |
45
+ |---|---|
46
+ | [@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`] |
47
+ | [@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`] |
48
+ | [esbuild](https://github.com/evanw/esbuild) | [`0.25.8` -> `0.25.9`] |
49
+ | [eslint-plugin-prettier](https://github.com/prettier/eslint-plugin-prettier) | [`5.5.3` -> `5.5.4`] |
50
+ | [i18next](https://www.i18next.com) ([source](https://github.com/i18next/i18next)) | [`25.3.0` -> `25.4.0`] |
51
+ | [@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`] |
52
+
11
53
  ## [1.136.4] - 2025-08-06
12
54
 
13
55
  ### Fixed