@sap/ux-specification 1.108.32 → 1.108.34

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 (41) hide show
  1. package/CHANGELOG.md +51 -0
  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 +96 -96
  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 +5 -5
  19. package/dist/specification/src/api.d.ts.map +1 -1
  20. package/dist/specification/src/api.js +6 -1
  21. package/dist/specification/src/api.js.map +1 -1
  22. package/dist/specification/src/sync/common/dist_tag.json +9 -1
  23. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
  24. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  25. package/dist/specification/src/sync/v2/export/controls/Table.js +0 -9
  26. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  27. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +1 -1
  28. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  29. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  30. package/dist/specification/src/sync/v4/export/manifest.js +9 -4
  31. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  32. package/dist/specification/src/sync/v4/generate/listReport.js +1 -1
  33. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  34. package/dist/specification/src/sync/v4/utils/utils.js +1 -1
  35. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  36. package/dist/types/src/apiTypes.d.ts +2 -0
  37. package/dist/types/src/apiTypes.d.ts.map +1 -1
  38. package/dist/types/src/apiTypes.js.map +1 -1
  39. package/dist/types/src/v2/controls/Table.d.ts +0 -4
  40. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  41. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -8,6 +8,57 @@ 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.108.34] - 2024-07-11
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+
17
+ - The API function getApiVersion now also returns the module version of the given ux-specification module.
18
+
19
+ ### Removed
20
+
21
+ ### Deprecated
22
+
23
+ ### Fixed
24
+
25
+ - An error message "UI.Lineitem annotation has not been defined" was incorrectly returned in cases where the app uses views with (Selection)PresentationVariants leading to valid Lineitem annotations with a qualifier.
26
+
27
+ ### Quality
28
+
29
+ Upgrades:
30
+
31
+ - @sap-ux/fe-fpm-writer to 0.25.0
32
+ - npm-run-all2 to 6.2.2
33
+ - rimraf to 5.0.8
34
+
35
+ ## [1.108.33] - 2024-06-26
36
+
37
+ ### Added
38
+
39
+ ### Changed
40
+
41
+ ### Removed
42
+
43
+ ### Deprecated
44
+
45
+ ### Fixed
46
+
47
+ - Property fitContainer is no longer provided for change in v2 LR and ALP apps.
48
+ - v4. Route pattern is not used during export which leads to different key generation after undo in page map.
49
+
50
+ ### Quality
51
+
52
+ Upgrades
53
+
54
+ - esbuild to 0.21.5
55
+ - npm-run-all2 to 6.2.0
56
+ - prettier to 3.3.2
57
+ - ts-jest to 29.1.5
58
+ - resolution for ws 8.17.1
59
+ - @sap-ux/annotation-converter to 0.8.14
60
+ - @sap-ux/vocabularies-types to 0.10.13
61
+
11
62
  ## [1.108.32] - 2024-06-13
12
63
 
13
64
  ### Added