@sap/ux-specification 1.84.42 → 1.84.43

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 (35) hide show
  1. package/CHANGELOG.md +19 -16
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  4. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  5. package/dist/documentation/v2/v2-ListReport.html +1 -1
  6. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  7. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  8. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  9. package/dist/documentation/v4/v4-ListReport.html +1 -1
  10. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  11. package/dist/index-min.js +1 -1
  12. package/dist/scripts/to-json-schema.js +1 -1
  13. package/dist/scripts/to-json-schema.js.map +1 -1
  14. package/dist/src/sync/common/generate/utils.d.ts +16 -16
  15. package/dist/src/sync/common/generate/utils.js +50 -38
  16. package/dist/src/sync/common/generate/utils.js.map +1 -1
  17. package/dist/src/sync/common/types.d.ts +1 -1
  18. package/dist/src/sync/v2/export/export.d.ts +2 -1
  19. package/dist/src/sync/v2/export/export.js +3 -4
  20. package/dist/src/sync/v2/export/export.js.map +1 -1
  21. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  22. package/dist/src/sync/v4/export/controls/Table.js +2 -2
  23. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  24. package/dist/src/sync/v4/export/export.js +14 -8
  25. package/dist/src/sync/v4/export/export.js.map +1 -1
  26. package/dist/src/sync/v4/export/utils.d.ts +6 -0
  27. package/dist/src/sync/v4/export/utils.js +17 -0
  28. package/dist/src/sync/v4/export/utils.js.map +1 -1
  29. package/dist/src/sync/v4/generate/listReport.js +5 -4
  30. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  31. package/dist/src/sync/v4/generate/objectPage.js +119 -113
  32. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  33. package/dist/src/sync/v4/import/pages/objectPage.js +3 -3
  34. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  35. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -8,22 +8,37 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  *Official support of OData V4*
10
10
 
11
- ## [1.84.42] - 2022-06-29
11
+ ## [1.84.43] - 2022-07-14
12
12
 
13
13
  ### Added
14
14
 
15
15
  ### Changed
16
16
 
17
- OData V2:
17
+ - OData V4: In case of PresentationVariant definitions for charts or line items, an intermediate node had originally been introduced in the Object Page schema that represents the PresentationVariant. This multi-level propagation of references caused issues in the consuming UI, thus the intermediate node got deleted again. The PresentationVariant must be determined by the consuming application if necessary.
18
18
 
19
19
  ### Removed
20
20
 
21
- OData V4:
22
-
23
21
  ### Deprecated
24
22
 
25
23
  ### Fixed
26
24
 
25
+ - OData V2:
26
+
27
+ - OData V4:
28
+ - Properties of custom columns on object page had not been exported correctly if the table is associated to another entity type via navigation path or is using a PresentationVariant.
29
+ The value help of the anchor in LSP (config JSON) also did not show the right values.
30
+ - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
31
+ wrong `annotationPath` and `isViewNode` settings are adjusted.
32
+ - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
33
+
34
+ ### Quality
35
+
36
+ - Switch from nexus repository to artifactory
37
+
38
+ ## [1.84.42] - 2022-06-29
39
+
40
+ ### Fixed
41
+
27
42
  - OData V2:
28
43
  - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
29
44
  - Table type property is now set to blank in case not maintained in manifest.json
@@ -32,8 +47,6 @@ OData V4:
32
47
  - No sorting by time took place before for flexibility changes, as a result an older change of the same property may have shown up instead of the newer one.
33
48
  - If several flexibility changes existed for the same control property, secondary ones had not been imported correctly: you could find them under a wrong property name in the config JSON file.
34
49
 
35
- ### Quality
36
-
37
50
  ## [1.84.41] - 2022-06-16
38
51
 
39
52
  ### Added
@@ -52,16 +65,12 @@ OData V4:
52
65
 
53
66
  - In case of List Report views, non-applicable table properties are removed.
54
67
 
55
- ### Deprecated
56
-
57
68
  ### Fixed
58
69
 
59
70
  OData V2:
60
71
 
61
72
  - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
62
73
 
63
- ### Quality
64
-
65
74
  ## [1.84.40] - 2022-06-02
66
75
 
67
76
  ### Added
@@ -77,12 +86,6 @@ OData V4:
77
86
  - Titles of charts in sections and header sections now correspond to the run-time.
78
87
  - Add "annotationPath" schema property to schema for "Table" definition in simple list report.
79
88
 
80
- ### Removed
81
-
82
- ### Deprecated
83
-
84
- ### Fixed
85
-
86
89
  ### Quality
87
90
 
88
91
  Upgrade node & node-version to 14.x