@sap/ux-specification 1.71.99 → 1.71.101
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 +63 -32
- 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/index-min.js +62 -65
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +6 -7
- package/dist/schemas/v2/ObjectPageConfig.json +167 -111
- package/dist/schemas/v2/OverviewPageConfig.json +459 -397
- 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/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/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +51 -42
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts +4 -3
- package/dist/src/sync/v2/application.d.ts.map +1 -1
- package/dist/src/sync/v2/application.js +17 -13
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +69 -77
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js +99 -252
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +14 -6
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +87 -27
- package/dist/src/sync/v2/export/controls/ObjectPageTable.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 +36 -10
- 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/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 -53
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/package.json +6 -7
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,69 @@ 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.101] - 2024-01-XX
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Removed
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Deprecated
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
### Quality
|
|
29
|
+
|
|
30
|
+
- Update transitive dependencies
|
|
31
|
+
|
|
32
|
+
Upgrades
|
|
33
|
+
|
|
34
|
+
- @sap-ux/annotation-converter to 0.8.2
|
|
35
|
+
- @sap-ux/vocabularies-types to 0.10.2
|
|
36
|
+
- @sap-ux/vocabularies-types to 0.10.2
|
|
37
|
+
|
|
38
|
+
## [1.71.100] - 2024-01-11
|
|
39
|
+
|
|
40
|
+
### Added
|
|
41
|
+
|
|
42
|
+
- UX adjustments of inplace documentation:
|
|
43
|
+
- Support of Keyboard Navigation
|
|
44
|
+
- OData V2: Support of global table settings for object pages
|
|
45
|
+
|
|
46
|
+
### Changed
|
|
47
|
+
|
|
48
|
+
- Alignment of settings for sap.ovp:
|
|
49
|
+
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.
|
|
50
|
+
The assignment of settings to the specific card types has been revised and adjusted.
|
|
51
|
+
- Increased api version
|
|
52
|
+
- OData V2: ALP root properties order
|
|
53
|
+
|
|
54
|
+
### Fixed
|
|
55
|
+
|
|
56
|
+
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
57
|
+
- OData V2: ALP not displaying chart and properties
|
|
58
|
+
- OVP:
|
|
59
|
+
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
60
|
+
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
61
|
+
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
62
|
+
|
|
63
|
+
### Quality
|
|
64
|
+
|
|
65
|
+
- Update transitive dependencies
|
|
66
|
+
|
|
67
|
+
Upgrades
|
|
68
|
+
|
|
69
|
+
- eslint to 8.56.0
|
|
70
|
+
- esbuild to 0.19.11
|
|
71
|
+
- reflect-metadata to 0.2.1
|
|
72
|
+
- axios to 1.6.5
|
|
73
|
+
|
|
11
74
|
## [1.71.99] - 2023-11-30
|
|
12
75
|
|
|
13
76
|
### Added
|
|
@@ -24,10 +87,6 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
24
87
|
- 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.
|
|
25
88
|
Thus the location information is removed for annotation problems
|
|
26
89
|
|
|
27
|
-
### Removed
|
|
28
|
-
|
|
29
|
-
### Deprecated
|
|
30
|
-
|
|
31
90
|
### Fixed
|
|
32
91
|
|
|
33
92
|
- The check of minUI5Version against the dist tags raised wrong warnings in case of minUI5Version using the pattern 'UI5-xxx'
|
|
@@ -56,10 +115,6 @@ Upgrades:
|
|
|
56
115
|
|
|
57
116
|
- If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4.
|
|
58
117
|
|
|
59
|
-
### Removed
|
|
60
|
-
|
|
61
|
-
### Deprecated
|
|
62
|
-
|
|
63
118
|
### Fixed
|
|
64
119
|
|
|
65
120
|
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
@@ -77,8 +132,6 @@ Upgrades:
|
|
|
77
132
|
|
|
78
133
|
## [1.71.97] - 2023-11-02
|
|
79
134
|
|
|
80
|
-
### Added
|
|
81
|
-
|
|
82
135
|
### Changed
|
|
83
136
|
|
|
84
137
|
- UX adjustments of inplace documentation:
|
|
@@ -113,16 +166,10 @@ Upgrades:
|
|
|
113
166
|
|
|
114
167
|
## [1.71.96] - 2023-10-19
|
|
115
168
|
|
|
116
|
-
### Added
|
|
117
|
-
|
|
118
169
|
### Changed
|
|
119
170
|
|
|
120
171
|
- Own definitions for the manifest or app descriptor have been replaced as far as possible by the given definitions from npm module @ui5/manifest
|
|
121
172
|
|
|
122
|
-
### Removed
|
|
123
|
-
|
|
124
|
-
### Deprecated
|
|
125
|
-
|
|
126
173
|
### Fixed
|
|
127
174
|
|
|
128
175
|
- Under certain circumstances, the non-existence of the UI.LineItem annotation led to the exception "find is not a function" when executing the importProject API
|
|
@@ -145,12 +192,6 @@ Upgrades:
|
|
|
145
192
|
- OData V2:
|
|
146
193
|
- Added support for standard header actions `Share` and `Up and Down Navigation`, and footer action `Save and Edit`
|
|
147
194
|
|
|
148
|
-
### Changed
|
|
149
|
-
|
|
150
|
-
### Removed
|
|
151
|
-
|
|
152
|
-
### Deprecated
|
|
153
|
-
|
|
154
195
|
### Fixed
|
|
155
196
|
|
|
156
197
|
- OData V2:
|
|
@@ -179,10 +220,6 @@ Upgrades:
|
|
|
179
220
|
- Error handling enhanced to detect missing component names of pages. An error message is added to the log passed in the API call
|
|
180
221
|
- References now use platform-independent SAPUI5 CDN URL `ui5.sap.com`
|
|
181
222
|
|
|
182
|
-
### Removed
|
|
183
|
-
|
|
184
|
-
### Deprecated
|
|
185
|
-
|
|
186
223
|
### Fixed
|
|
187
224
|
|
|
188
225
|
- In case of a missing entitySet definition in the manifest for a List Report, subsequent Object Pages got deleted during the export
|
|
@@ -207,12 +244,6 @@ Upgrades:
|
|
|
207
244
|
- OData V2:
|
|
208
245
|
- Added support for the binding pattern to `showHeaderContent` property
|
|
209
246
|
|
|
210
|
-
### Changed
|
|
211
|
-
|
|
212
|
-
### Removed
|
|
213
|
-
|
|
214
|
-
### Deprecated
|
|
215
|
-
|
|
216
247
|
### Fixed
|
|
217
248
|
|
|
218
249
|
- OData V2:
|