@sap/ux-specification 1.84.91 → 1.84.93

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 (40) hide show
  1. package/CHANGELOG.md +43 -9
  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-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +28 -28
  13. package/dist/index-min.js.map +3 -3
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -21
  15. package/dist/schemas/v2/ListReportConfig.json +5 -35
  16. package/dist/specification/package.json +4 -4
  17. package/dist/specification/src/api.d.ts.map +1 -1
  18. package/dist/specification/src/api.js +6 -1
  19. package/dist/specification/src/api.js.map +1 -1
  20. package/dist/specification/src/sync/common/dist_tag.json +9 -1
  21. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
  22. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  23. package/dist/specification/src/sync/v2/export/controls/Table.js +0 -9
  24. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  25. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  26. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +3 -2
  27. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  28. package/dist/specification/src/sync/v4/export/manifest.d.ts.map +1 -1
  29. package/dist/specification/src/sync/v4/export/manifest.js +9 -4
  30. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  31. package/dist/specification/src/sync/v4/generate/listReport.js +1 -1
  32. package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
  33. package/dist/specification/src/sync/v4/utils/utils.js +1 -1
  34. package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
  35. package/dist/types/src/apiTypes.d.ts +2 -0
  36. package/dist/types/src/apiTypes.d.ts.map +1 -1
  37. package/dist/types/src/apiTypes.js.map +1 -1
  38. package/dist/types/src/v2/controls/Table.d.ts +0 -3
  39. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  40. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -12,7 +12,30 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
12
12
 
13
13
  [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
14
14
 
15
- ## [1.84.91] - 2024-06-13
15
+ ## [1.84.93] - 2024-07-11
16
+
17
+ ### Added
18
+
19
+ ### Changed
20
+
21
+ - The API function getApiVersion now also returns the module version of the given ux-specification module.
22
+
23
+ ### Removed
24
+
25
+ ### Deprecated
26
+
27
+ ### Fixed
28
+
29
+ - 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.
30
+
31
+ ### Quality
32
+
33
+ Upgrades:
34
+
35
+ - npm-run-all2 to 6.2.2
36
+ - rimraf to 5.0.8
37
+
38
+ ## [1.84.92] - 2024-06-26
16
39
 
17
40
  ### Added
18
41
 
@@ -24,6 +47,25 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
24
47
 
25
48
  ### Fixed
26
49
 
50
+ - Property fitContainer is no longer provided for change in v2 LR and ALP apps.
51
+ - v4. Route pattern is not used during export which leads to different key generation after undo in page map
52
+
53
+ ### Quality
54
+
55
+ Upgrades:
56
+
57
+ - esbuild to 0.21.5
58
+ - npm-run-all2 to 6.2.0
59
+ - prettier to 3.3.2
60
+ - ts-jest to 29.1.5
61
+ - resolution for ws 8.17.1
62
+ - @sap-ux/annotation-converter to 0.8.14
63
+ - @sap-ux/vocabularies-types to 0.10.13
64
+
65
+ ## [1.84.91] - 2024-06-13
66
+
67
+ ### Fixed
68
+
27
69
  OData V4:
28
70
 
29
71
  - Exception in case of line item annotations having an ID starting with "LineItems"
@@ -40,20 +82,12 @@ Upgrades:
40
82
 
41
83
  ## [1.84.90] - 2024-05-31
42
84
 
43
- ### Added
44
-
45
85
  ### Changed
46
86
 
47
87
  OData V4:
48
88
 
49
89
  - Updated custom sections storage from array to object in schema
50
90
 
51
- ### Removed
52
-
53
- ### Deprecated
54
-
55
- ### Fixed
56
-
57
91
  ### Quality
58
92
 
59
93
  Upgrades: