@sap/ux-specification 1.120.13 → 1.120.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 (29) hide show
  1. package/CHANGELOG.md +26 -5
  2. package/dist/documentation/runDocu-min.js +5 -5
  3. package/dist/documentation/runDocu-min.js.map +2 -2
  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-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +72 -72
  15. package/dist/index-min.js.map +3 -3
  16. package/dist/schemas/v2/AnalyticalListPageConfig.json +0 -18
  17. package/dist/schemas/v2/ListReportConfig.json +0 -30
  18. package/dist/specification/package.json +4 -4
  19. package/dist/specification/src/sync/common/dist_tag.json +9 -1
  20. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
  21. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  22. package/dist/specification/src/sync/v2/export/controls/Table.js +0 -9
  23. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  24. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  25. package/dist/specification/src/sync/v4/export/manifest.js +9 -4
  26. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  27. package/dist/types/src/v2/controls/Table.d.ts +0 -4
  28. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  29. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,14 +8,10 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
10
10
 
11
- ## [1.120.13] - 2024-06-13
11
+ ## [1.120.14] - 2024-06-26
12
12
 
13
13
  ### Added
14
14
 
15
- OData V4:
16
-
17
- - Custom actions support within custom sections
18
-
19
15
  ### Changed
20
16
 
21
17
  ### Removed
@@ -24,6 +20,31 @@ OData V4:
24
20
 
25
21
  ### Fixed
26
22
 
23
+ - Property fitContainer is no longer provided for change in v2 LR and ALP apps.
24
+ - v4. Route pattern is not used during export which leads to different key generation after undo in page map
25
+
26
+ ### Quality
27
+
28
+ Upgrades:
29
+
30
+ - esbuild to 0.21.5
31
+ - npm-run-all2 to 6.2.0
32
+ - prettier to 3.3.2
33
+ - ts-jest to 29.1.5
34
+ - resolution for ws 8.17.1
35
+ - @sap-ux/annotation-converter to 0.8.14
36
+ - @sap-ux/vocabularies-types to 0.10.13
37
+
38
+ ## [1.120.13] - 2024-06-13
39
+
40
+ ### Added
41
+
42
+ OData V4:
43
+
44
+ - Custom actions support within custom sections
45
+
46
+ ### Fixed
47
+
27
48
  OData V4:
28
49
 
29
50
  - FilterBar macro with SelectionField annotation with qualifier is not resolved(annotationPath is missing)