@sap/ux-specification 1.71.111 → 1.71.113

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 (27) hide show
  1. package/CHANGELOG.md +42 -1
  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/index-min.js +26 -26
  10. package/dist/index-min.js.map +3 -3
  11. package/dist/schemas/v2/AnalyticalListPageConfig.json +3 -21
  12. package/dist/schemas/v2/ListReportConfig.json +4 -28
  13. package/dist/specification/package.json +4 -4
  14. package/dist/specification/src/api.d.ts.map +1 -1
  15. package/dist/specification/src/api.js +6 -1
  16. package/dist/specification/src/api.js.map +1 -1
  17. package/dist/specification/src/sync/common/dist_tag.json +9 -1
  18. package/dist/specification/src/sync/v2/export/controls/Table.d.ts +0 -1
  19. package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
  20. package/dist/specification/src/sync/v2/export/controls/Table.js +0 -9
  21. package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
  22. package/dist/specification/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  23. package/dist/specification/src/sync/v2/generate/analyticalListReport.js +3 -2
  24. package/dist/specification/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  25. package/dist/types/src/v2/controls/Table.d.ts +0 -3
  26. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  27. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,18 +8,59 @@ 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.71.111] - 2024-06-13
11
+ ## [1.71.113] - 2024-07-11
12
12
 
13
13
  ### Added
14
14
 
15
15
  ### Changed
16
16
 
17
+ - The API function getApiVersion now also returns the module version of the given ux-specification module.
18
+
17
19
  ### Removed
18
20
 
19
21
  ### Deprecated
20
22
 
21
23
  ### Fixed
22
24
 
25
+ - An error message "UI.Lineitem annotation has not been defined" was incorrectly returned in cases where the app uses quickVariantSelectionX with (Selection)PresentationVariants leading to valid Lineitem annotations with a qualifier.
26
+
27
+ ### Quality
28
+
29
+ Upgrades:
30
+
31
+ - npm-run-all2 to 6.2.2
32
+ - rimraf to 5.0.8
33
+
34
+ ## [1.71.112] - 2024-06-26
35
+
36
+ ### Added
37
+
38
+ ### Changed
39
+
40
+ ### Removed
41
+
42
+ ### Deprecated
43
+
44
+ ### Fixed
45
+
46
+ - Property fitContainer is no longer provided for change in v2 LR and ALP apps.
47
+
48
+ ### Quality
49
+
50
+ Upgrades
51
+
52
+ - esbuild to 0.21.5
53
+ - npm-run-all2 to 6.2.0
54
+ - prettier to 3.3.2
55
+ - ts-jest to 29.1.5
56
+ - resolution for ws 8.17.1
57
+ - @sap-ux/annotation-converter to 0.8.14
58
+ - @sap-ux/vocabularies-types to 0.10.13
59
+
60
+ ## [1.71.111] - 2024-06-13
61
+
62
+ ### Fixed
63
+
23
64
  OData V4:
24
65
 
25
66
  - Exception in case of line item annotations having an ID starting with "LineItems"