@sap/ux-specification 1.84.41 → 1.84.44

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 (69) hide show
  1. package/CHANGELOG.md +52 -10
  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 +6 -1
  18. package/dist/src/sync/common/types.js +5 -0
  19. package/dist/src/sync/common/types.js.map +1 -1
  20. package/dist/src/sync/common/utils.d.ts +13 -0
  21. package/dist/src/sync/common/utils.js +22 -0
  22. package/dist/src/sync/common/utils.js.map +1 -1
  23. package/dist/src/sync/v2/export/controls/Action.js +3 -3
  24. package/dist/src/sync/v2/export/controls/Action.js.map +1 -1
  25. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +1 -1
  26. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -1
  27. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +2 -2
  28. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  29. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +1 -1
  30. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -1
  31. package/dist/src/sync/v2/export/controls/Table.d.ts +1 -2
  32. package/dist/src/sync/v2/export/controls/Table.js +2 -14
  33. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  34. package/dist/src/sync/v2/export/export.d.ts +2 -1
  35. package/dist/src/sync/v2/export/export.js +3 -4
  36. package/dist/src/sync/v2/export/export.js.map +1 -1
  37. package/dist/src/sync/v2/generate/objectPage.js +5 -5
  38. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  39. package/dist/src/sync/v2/generate/overviewPage.js +7 -10
  40. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  41. package/dist/src/sync/v2/generate/utils.js +11 -4
  42. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  43. package/dist/src/sync/v2/import/common/index.d.ts +1 -0
  44. package/dist/src/sync/v2/import/common/index.js +11 -6
  45. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  46. package/dist/src/sync/v2/import/controls/table.d.ts +3 -1
  47. package/dist/src/sync/v2/import/controls/table.js +1 -1
  48. package/dist/src/sync/v2/import/controls/table.js.map +1 -1
  49. package/dist/src/sync/v2/import/pages/analyticalListPage.js +19 -18
  50. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  51. package/dist/src/sync/v2/import/pages/listReport.js +61 -38
  52. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  53. package/dist/src/sync/v2/import/pages/objectPage.js +144 -99
  54. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  55. package/dist/src/sync/v2/types.d.ts +4 -3
  56. package/dist/src/sync/v4/export/controls/Table.js +2 -2
  57. package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
  58. package/dist/src/sync/v4/export/export.js +14 -8
  59. package/dist/src/sync/v4/export/export.js.map +1 -1
  60. package/dist/src/sync/v4/export/utils.d.ts +6 -0
  61. package/dist/src/sync/v4/export/utils.js +17 -0
  62. package/dist/src/sync/v4/export/utils.js.map +1 -1
  63. package/dist/src/sync/v4/generate/listReport.js +5 -4
  64. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  65. package/dist/src/sync/v4/generate/objectPage.js +119 -113
  66. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  67. package/dist/src/sync/v4/import/pages/objectPage.js +3 -3
  68. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  69. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -8,6 +8,56 @@ 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.44] - 2022-07-28
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+
17
+ ### Removed
18
+
19
+ ### Deprecated
20
+
21
+ ### Fixed
22
+
23
+ ### Quality
24
+
25
+ - Upgrade of webpack and dependent modules
26
+ - Upgrade of terser
27
+ - Upgrade of glob-parent
28
+ - Upgrade of lerna
29
+
30
+ ## [1.84.43] - 2022-07-14
31
+
32
+ ### Changed
33
+
34
+ - 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.
35
+
36
+ ### Fixed
37
+
38
+ - OData V4:
39
+ - 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.
40
+ The value help of the anchor in LSP (config JSON) also did not show the right values.
41
+ - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
42
+ wrong `annotationPath` and `isViewNode` settings are adjusted.
43
+ - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
44
+
45
+ ### Quality
46
+
47
+ - Switch from nexus repository to artifactory
48
+
49
+ ## [1.84.42] - 2022-06-29
50
+
51
+ ### Fixed
52
+
53
+ - OData V2:
54
+ - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
55
+ - Table type property is now set to blank in case not maintained in manifest.json
56
+ - If two sections of object page referred to an element (e.g. action, table column) of the same name, they had been sync'd by the program logic: changes of one property had also been refelected in the other.
57
+ - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
58
+ - 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.
59
+ - 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.
60
+
11
61
  ## [1.84.41] - 2022-06-16
12
62
 
13
63
  ### Added
@@ -15,7 +65,9 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
15
65
  - Missing exposure of type definitions was added.
16
66
 
17
67
  ### Changed
68
+
18
69
  OData V2:
70
+
19
71
  - Custom column property "columnIndex". Schema enhancement by defining range using "minimum=0".
20
72
 
21
73
  ### Removed
@@ -24,16 +76,12 @@ OData V4:
24
76
 
25
77
  - In case of List Report views, non-applicable table properties are removed.
26
78
 
27
- ### Deprecated
28
-
29
79
  ### Fixed
30
80
 
31
81
  OData V2:
32
82
 
33
83
  - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files
34
84
 
35
- ### Quality
36
-
37
85
  ## [1.84.40] - 2022-06-02
38
86
 
39
87
  ### Added
@@ -49,12 +97,6 @@ OData V4:
49
97
  - Titles of charts in sections and header sections now correspond to the run-time.
50
98
  - Add "annotationPath" schema property to schema for "Table" definition in simple list report.
51
99
 
52
- ### Removed
53
-
54
- ### Deprecated
55
-
56
- ### Fixed
57
-
58
100
  ### Quality
59
101
 
60
102
  Upgrade node & node-version to 14.x