@sap/ux-specification 1.84.79 → 1.84.81
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.
- package/CHANGELOG.md +71 -14
- package/dist/documentation/runDocu-min.js +4 -4
- package/dist/documentation/runDocu-min.js.map +3 -3
- package/dist/documentation/styleDocu.css +4 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +58 -61
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +7 -8
- package/dist/schemas/v2/ObjectPageConfig.json +228 -162
- package/dist/schemas/v2/OverviewPageConfig.json +516 -472
- package/dist/schemas/v4/ListReportConfig.json +2 -0
- package/dist/src/api.js +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +4 -0
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +8 -1
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +7 -6
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +17 -39
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +56 -47
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +1 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +53 -46
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts +2 -1
- package/dist/src/sync/v2/application.d.ts.map +1 -1
- package/dist/src/sync/v2/application.js +8 -3
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +71 -76
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js +103 -246
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +17 -6
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +109 -19
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +0 -1
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts +2 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +37 -61
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +0 -14
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js +39 -21
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +55 -4
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +68 -42
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +17 -5
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +24 -7
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +63 -60
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +5 -11
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +14 -6
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +263 -58
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/package.json +7 -8
package/CHANGELOG.md
CHANGED
|
@@ -12,6 +12,77 @@ 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.81] - 2024-01-XX
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Added
|
|
19
|
+
|
|
20
|
+
- OData V4:
|
|
21
|
+
- View columns set as view nodes
|
|
22
|
+
|
|
23
|
+
### Changed
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
### Removed
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
### Deprecated
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
### Fixed
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
### Quality
|
|
36
|
+
|
|
37
|
+
- Update transitive dependencies
|
|
38
|
+
|
|
39
|
+
Upgrades
|
|
40
|
+
|
|
41
|
+
- @sap-ux/annotation-converter to 0.8.2
|
|
42
|
+
- @sap-ux/vocabularies-types to 0.10.2
|
|
43
|
+
- @sap-ux/vocabularies-types to 0.10.2
|
|
44
|
+
|
|
45
|
+
## [1.84.80] - 2024-01-11
|
|
46
|
+
|
|
47
|
+
### Added
|
|
48
|
+
|
|
49
|
+
- UX adjustments of inplace documentation:
|
|
50
|
+
- Support of Keyboard Navigation
|
|
51
|
+
- OData V2: Support of global table settings for object pages
|
|
52
|
+
- OData V4:
|
|
53
|
+
- OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
|
|
54
|
+
- OP: Sequence of actions is now based on criticality annotation
|
|
55
|
+
|
|
56
|
+
### Changed
|
|
57
|
+
|
|
58
|
+
- Alignment of settings for sap.ovp:
|
|
59
|
+
The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
|
|
60
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
61
|
+
- OData V2: ALP root properties order
|
|
62
|
+
- Increased api version
|
|
63
|
+
|
|
64
|
+
### Fixed
|
|
65
|
+
|
|
66
|
+
- OData V4: Empty visualization throws unhandled error during sync
|
|
67
|
+
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
68
|
+
- OData V2: ALP not displaying chart and properties
|
|
69
|
+
- OVP:
|
|
70
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
71
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
72
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
73
|
+
|
|
74
|
+
### Quality
|
|
75
|
+
|
|
76
|
+
- Update transitive dependencies
|
|
77
|
+
|
|
78
|
+
Upgrades
|
|
79
|
+
|
|
80
|
+
- eslint to 8.56.0
|
|
81
|
+
- esbuild to 0.19.11
|
|
82
|
+
- reflect-metadata to 0.2.1
|
|
83
|
+
- axios to 1.6.5
|
|
84
|
+
- @sapui5/ts-types to 1.84.41
|
|
85
|
+
|
|
15
86
|
## [1.84.79] - 2023-11-30
|
|
16
87
|
|
|
17
88
|
### Added
|
|
@@ -28,10 +99,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
28
99
|
- If problems had been posted to the log with regards to annotations, they normally ended with the information `location: webapp/localService/metadata.xml`. This location information might be misleading for edmx projects, as annotation may reside in a different file. It was always wrong for CAP projects.
|
|
29
100
|
Thus the location information is removed for annotation problems
|
|
30
101
|
|
|
31
|
-
### Removed
|
|
32
|
-
|
|
33
|
-
### Deprecated
|
|
34
|
-
|
|
35
102
|
### Fixed
|
|
36
103
|
|
|
37
104
|
- The check of minUI5Version against the dist tags raised wrong warnings in case of minUI5Version using the pattern 'UI5-xxx'
|
|
@@ -52,14 +119,6 @@ Upgrades:
|
|
|
52
119
|
|
|
53
120
|
## [1.84.78] - 2023-11-16
|
|
54
121
|
|
|
55
|
-
### Added
|
|
56
|
-
|
|
57
|
-
### Changed
|
|
58
|
-
|
|
59
|
-
### Removed
|
|
60
|
-
|
|
61
|
-
### Deprecated
|
|
62
|
-
|
|
63
122
|
### Fixed
|
|
64
123
|
|
|
65
124
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
@@ -96,8 +155,6 @@ Upgrades:
|
|
|
96
155
|
- OData V2:
|
|
97
156
|
- Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
|
|
98
157
|
|
|
99
|
-
### Deprecated
|
|
100
|
-
|
|
101
158
|
### Fixed
|
|
102
159
|
|
|
103
160
|
- OData V2:
|