@sap/ux-specification 1.120.17 → 1.124.0
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 +7 -532
- 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-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.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 +97 -97
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +10 -7
- package/dist/schemas/v2/ListReportConfig.json +16 -11
- package/dist/schemas/v2/ObjectPageConfig.json +18 -12
- package/dist/schemas/v4/BuildingBlocksConfig.json +294 -1715
- package/dist/schemas/v4/ListReportConfig.json +18 -0
- package/dist/schemas/v4/ObjectPageConfig.json +6 -0
- package/dist/specification/package.json +8 -8
- package/dist/specification/scripts/to-json-schema.js +4 -1
- package/dist/specification/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/specification/schemaAccess.d.ts +1 -1
- package/dist/specification/src/specification/schemaAccess.d.ts.map +1 -1
- package/dist/specification/src/specification/schemaAccess.js +6 -5
- package/dist/specification/src/specification/schemaAccess.js.map +1 -1
- package/dist/specification/src/sync/common/appProvider.d.ts +2 -3
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +13 -9
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/common/dist_tag.json +18 -18
- package/dist/specification/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/specification/src/sync/common/importProject.js +10 -3
- package/dist/specification/src/sync/common/importProject.js.map +1 -1
- package/dist/specification/src/sync/common/utils.d.ts +3 -2
- package/dist/specification/src/sync/common/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/common/utils.js +20 -16
- package/dist/specification/src/sync/common/utils.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js +10 -5
- package/dist/specification/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Table.js +10 -5
- package/dist/specification/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts +1 -0
- package/dist/specification/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/appProvider.js +31 -34
- package/dist/specification/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js +1 -1
- package/dist/specification/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js +11 -0
- package/dist/specification/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts +2 -0
- package/dist/specification/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/controls/Table.js +22 -0
- package/dist/specification/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/specification/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/export.js +1 -2
- package/dist/specification/src/sync/v4/export/export.js.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js +3 -13
- package/dist/specification/src/sync/v4/export/flexibleColumnLayout.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +2 -2
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/listReport.js +38 -36
- package/dist/specification/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +3 -3
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js +4 -4
- package/dist/specification/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts +1 -1
- package/dist/specification/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/utils/utils.js +4 -2
- package/dist/specification/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/types/src/apiTypes.d.ts +1 -0
- package/dist/types/src/apiTypes.d.ts.map +1 -1
- package/dist/types/src/apiTypes.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +5 -5
- package/dist/types/src/v2/controls/Table.d.ts +9 -9
- package/dist/types/src/v4/controls/Table.d.ts +4 -0
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -8,552 +8,27 @@ 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.
|
|
11
|
+
## [1.124.0] - 2024-08-21
|
|
12
12
|
|
|
13
13
|
### Added
|
|
14
14
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
- Specification API - support 'prompts' api using class "PromptsAPI" from "@sap-ux/fe-fpm-writer"
|
|
18
|
-
- Adds required `sap.fe.*` libraries to manifest.json on page creation
|
|
19
|
-
|
|
20
|
-
### Changed
|
|
21
|
-
|
|
22
|
-
### Removed
|
|
23
|
-
|
|
24
|
-
### Deprecated
|
|
25
|
-
|
|
26
|
-
### Fixed
|
|
27
|
-
|
|
28
|
-
### Quality
|
|
29
|
-
|
|
30
|
-
Upgrades:
|
|
31
|
-
|
|
32
|
-
- "@sap-ux/fe-fpm-writer" to "0.26.4"
|
|
33
|
-
- "axios" to "1.7.4"
|
|
34
|
-
- "esbuild" to "0.23.0"
|
|
35
|
-
- "i18next" to "23.12.2"
|
|
36
|
-
|
|
37
|
-
## [1.120.16] - 2024-07-24
|
|
38
|
-
|
|
39
|
-
### Added
|
|
40
|
-
|
|
41
|
-
### Changed
|
|
42
|
-
|
|
43
|
-
### Removed
|
|
44
|
-
|
|
45
|
-
### Deprecated
|
|
46
|
-
|
|
47
|
-
### Fixed
|
|
48
|
-
|
|
49
|
-
### Quality
|
|
50
|
-
|
|
51
|
-
Upgrades:
|
|
52
|
-
|
|
53
|
-
- @sap-ux/annotation-converter to 0.8.15
|
|
54
|
-
- @sap-ux/vocabularies-types to 0.10.14
|
|
55
|
-
- prettier to 3.3.3
|
|
56
|
-
- rimraf to 5.0.9
|
|
57
|
-
- semver to 7.6.3
|
|
58
|
-
- jsdom to 24.1.1
|
|
59
|
-
|
|
60
|
-
## [1.120.15] - 2024-07-11
|
|
61
|
-
|
|
62
|
-
### Added
|
|
63
|
-
|
|
64
|
-
### Changed
|
|
65
|
-
|
|
66
|
-
- The API function getApiVersion now also returns the module version of the given ux-specification module.
|
|
67
|
-
|
|
68
|
-
### Removed
|
|
69
|
-
|
|
70
|
-
### Deprecated
|
|
71
|
-
|
|
72
|
-
### Fixed
|
|
73
|
-
|
|
74
|
-
- An error message "UI.Lineitem annotation has not been defined" was incorrectly returned in cases where the app uses views with (Selection)PresentationVariants leading to valid Lineitem annotations with a qualifier.
|
|
75
|
-
|
|
76
|
-
### Quality
|
|
77
|
-
|
|
78
|
-
Upgrades:
|
|
79
|
-
|
|
80
|
-
- @sap-ux/fe-fpm-writer to 0.25.0
|
|
81
|
-
- @ui5/manifest to 1.66.0
|
|
82
|
-
- npm-run-all2 to 6.2.2
|
|
83
|
-
- rimraf to 5.0.8
|
|
84
|
-
- @sapui5/types to 1.125.1
|
|
85
|
-
|
|
86
|
-
## [1.120.14] - 2024-06-26
|
|
87
|
-
|
|
88
|
-
### Added
|
|
89
|
-
|
|
90
|
-
### Changed
|
|
91
|
-
|
|
92
|
-
### Removed
|
|
93
|
-
|
|
94
|
-
### Deprecated
|
|
95
|
-
|
|
96
|
-
### Fixed
|
|
97
|
-
|
|
98
|
-
- Property fitContainer is no longer provided for change in v2 LR and ALP apps.
|
|
99
|
-
- v4. Route pattern is not used during export which leads to different key generation after undo in page map
|
|
100
|
-
|
|
101
|
-
### Quality
|
|
102
|
-
|
|
103
|
-
Upgrades:
|
|
104
|
-
|
|
105
|
-
- esbuild to 0.21.5
|
|
106
|
-
- npm-run-all2 to 6.2.0
|
|
107
|
-
- prettier to 3.3.2
|
|
108
|
-
- ts-jest to 29.1.5
|
|
109
|
-
- resolution for ws 8.17.1
|
|
110
|
-
- @sap-ux/annotation-converter to 0.8.14
|
|
111
|
-
- @sap-ux/vocabularies-types to 0.10.13
|
|
112
|
-
|
|
113
|
-
## [1.120.13] - 2024-06-13
|
|
114
|
-
|
|
115
|
-
### Added
|
|
116
|
-
|
|
117
|
-
OData V4:
|
|
118
|
-
|
|
119
|
-
- Custom actions support within custom sections
|
|
120
|
-
|
|
121
|
-
### Fixed
|
|
122
|
-
|
|
123
|
-
OData V4:
|
|
124
|
-
|
|
125
|
-
- FilterBar macro with SelectionField annotation with qualifier is not resolved(annotationPath is missing)
|
|
126
|
-
- Exception in case of line item annotations having an ID starting with "LineItems"
|
|
127
|
-
|
|
128
|
-
### Quality
|
|
129
|
-
|
|
130
|
-
Upgrades:
|
|
131
|
-
|
|
132
|
-
- rimraf to 5.0.7
|
|
133
|
-
- ts-jest to 29.1.4
|
|
134
|
-
- @sap-ux/fe-fpm-writer to v0.24.15
|
|
135
|
-
- jsdom to 24.1.0
|
|
136
|
-
- axios to 1.7.2
|
|
137
|
-
- @sapui5/types to 1.125.0
|
|
138
|
-
|
|
139
|
-
## [1.120.12] - 2024-05-31
|
|
140
|
-
|
|
141
|
-
### Added
|
|
142
|
-
|
|
143
|
-
- OData V4: Related Apps button and its manifest settings
|
|
144
|
-
- General: support array-like definition of minUI5Version in manifest
|
|
145
|
-
|
|
146
|
-
### Changed
|
|
15
|
+
First version for SAP UI5 1.124 and higher
|
|
147
16
|
|
|
148
17
|
OData V4:
|
|
149
18
|
|
|
150
|
-
-
|
|
151
|
-
- The showRelatedApps property is moved from the Object Page Header to the new Related Apps button.
|
|
152
|
-
|
|
153
|
-
### Fixed
|
|
154
|
-
|
|
155
|
-
- List Report V2: LineItem should be taken from PV without qualifier when annotationPath points to a SV
|
|
156
|
-
|
|
157
|
-
### Quality
|
|
158
|
-
|
|
159
|
-
Upgrades:
|
|
160
|
-
|
|
161
|
-
- @sap-ux/annotation-converter to 0.8.13
|
|
162
|
-
- @sap-ux/vocabularies-types to 0.10.12
|
|
163
|
-
- semver to 7.6.2
|
|
164
|
-
- i18next to 23.11.5
|
|
165
|
-
- ini to 4.1.3
|
|
166
|
-
- @ui5/manifest to 1.65.1
|
|
167
|
-
- new resolution: micromatch ^4.0.6
|
|
168
|
-
- new resolution: braces ^3.0.3
|
|
169
|
-
|
|
170
|
-
## [1.120.11] - 2024-05-16
|
|
171
|
-
|
|
172
|
-
### Added
|
|
173
|
-
|
|
174
|
-
- The new API functions exportConfigEntityByPath and deleteConfigEntityByPath from 1.120.6 are now published in the external interface.
|
|
175
|
-
|
|
176
|
-
### Changed
|
|
177
|
-
|
|
178
|
-
- The logic for defining the keys of V2 sections in the app schema has been adapted, so that the facet ID is now representing the facet in the key, if defined, instead of the target annotation path.
|
|
179
|
-
|
|
180
|
-
### Removed
|
|
181
|
-
|
|
182
|
-
- Properties disableInlineCreateSort and selectionLimit were removed from the global table settings of OData V2, as they are not supported yet by the run-time.
|
|
183
|
-
|
|
184
|
-
### Fixed
|
|
185
|
-
|
|
186
|
-
- V4. Schema generation for object page. Section label is not resolved within target definition and id was presented in "description"
|
|
187
|
-
- V4. Schema generation for building block macros. AnnotationPath was not resolved for macros when absolute path was used in "metaPath" attribute
|
|
188
|
-
|
|
189
|
-
### Quality
|
|
190
|
-
|
|
191
|
-
Upgrades:
|
|
192
|
-
|
|
193
|
-
- @ui5/manifest to 1.65.0
|
|
194
|
-
- @sap-ux/annotation-converter to 0.8.12
|
|
195
|
-
- @sap-ux/vocabularies-types to 0.10.11
|
|
196
|
-
- @sap-ux/fe-fpm-writer to 0.24.11
|
|
197
|
-
- @types/jquery to 3.5.30
|
|
198
|
-
- i18next to 23.11.4
|
|
199
|
-
|
|
200
|
-
## [1.120.10] - 2024-05-02
|
|
201
|
-
|
|
202
|
-
### Added
|
|
203
|
-
|
|
204
|
-
- OData V4:
|
|
205
|
-
- property widthIncludingColumnHeader on table and column level
|
|
206
|
-
|
|
207
|
-
### Changed
|
|
208
|
-
|
|
209
|
-
- In a previous version, the tag `descriptionSrcUrl` (link to the UI5 documentation) was added in form of a JSDoc annotation. It became evident that this annotation was not transferred correctly in all cases to the JSON schema by the to-json-schema generator.
|
|
210
|
-
To overcome this problem, `descriptionSrcUrl` is now placed in form of reflect metadata at all sync classes, and added to the schema by an own post-processing routine `processMetadata` that evaluates the reflect metadata.
|
|
211
|
-
|
|
212
|
-
### Removed
|
|
213
|
-
|
|
214
|
-
- Property createMode was removed from the global table settings of OData V2, as it is not supported yet by the run-time.
|
|
215
|
-
|
|
216
|
-
### Deprecated
|
|
217
|
-
|
|
218
|
-
### Fixed
|
|
219
|
-
|
|
220
|
-
OData V4:
|
|
221
|
-
|
|
222
|
-
- view properties like custom columns or table settings had not been exported, as the anyOf definition of additionalProperties had not been considered during the export.
|
|
223
|
-
- sync rule was missing for ViewToolBarAction.afterExecution
|
|
224
|
-
- partially an invalid annotationPath was added for views, comprising '@@'
|
|
225
|
-
- toolbar actions had partially not been considered during the import
|
|
226
|
-
- the export of table properties had overwritten the export from views
|
|
227
|
-
- the export now supports two different constellations for anyOf definitions in schema:
|
|
228
|
-
- anyOf directly defined as additionalProperties (of MultiTableMode)
|
|
229
|
-
- anyOf reachable via $ref, properties defined there.
|
|
230
|
-
- Custom section fragments with event handler. `core:require` attribute is moved from `Button` to wrapper `VBox`
|
|
231
|
-
- Default 'empty' `manifest.json` is returned after export of FPM Custom Page
|
|
232
|
-
- The generation of config files failed with exception if a custom header action was defined with an invalid type, like string.
|
|
233
|
-
- empty `sap.ui5/routing/config` object removed from `manifest.json` during export
|
|
234
|
-
|
|
235
|
-
OData V2:
|
|
236
|
-
|
|
237
|
-
- The logic that determines the LineItem and the Chart annotation to be used by ALP was not in sync with the logic implemented in Fiori Elements v2. The logic has been adapted accordingly.
|
|
238
|
-
|
|
239
|
-
### Quality
|
|
240
|
-
|
|
241
|
-
- Code comments added in types package that explain the interfaces and refer to their implementation classes
|
|
242
|
-
|
|
243
|
-
Upgrades:
|
|
244
|
-
|
|
245
|
-
- @ui5/manifest to 1.64.0
|
|
246
|
-
|
|
247
|
-
## [1.120.9] - 2024-04-17
|
|
248
|
-
|
|
249
|
-
### Added
|
|
250
|
-
|
|
251
|
-
- Odata V4: Support of SelectionPresentationVariants at Object Page tables
|
|
19
|
+
- Support of `disableCopyToClipboard` table property
|
|
252
20
|
|
|
253
21
|
### Changed
|
|
254
22
|
|
|
255
|
-
- OData V2:
|
|
256
|
-
- Documentation for property createMode of OP table adapted
|
|
257
|
-
- Fragment templates for custom column extensions for AnalyticalTable, GridTable, TreeTable, ResponsiveTable
|
|
258
|
-
|
|
259
23
|
### Removed
|
|
260
24
|
|
|
261
25
|
### Deprecated
|
|
262
26
|
|
|
263
27
|
### Fixed
|
|
264
28
|
|
|
265
|
-
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
- Update transitive dependencies
|
|
270
|
-
- cpy-cli replaced by copyfiles
|
|
271
|
-
|
|
272
|
-
Upgrades
|
|
273
|
-
|
|
274
|
-
- @sap-ux/annotation-converter to 0.8.10
|
|
275
|
-
- @sap-ux/vocabularies-types to 0.10.9
|
|
276
|
-
- ejs to 3.1.10
|
|
277
|
-
- i18next to 23.11.2
|
|
278
|
-
- new resolution for tar 6.2.1
|
|
279
|
-
|
|
280
|
-
## [1.120.8] - 2024-04-04
|
|
281
|
-
|
|
282
|
-
### Quality
|
|
283
|
-
|
|
284
|
-
- Update transitive dependencies
|
|
285
|
-
|
|
286
|
-
Upgrades
|
|
287
|
-
|
|
288
|
-
- axios to 1.6.8
|
|
289
|
-
- esbuild to 0.20.2
|
|
290
|
-
- semver to 7.6.0
|
|
291
|
-
- yarn to 1.22.22
|
|
292
|
-
- d3 to 7.9.0
|
|
293
|
-
- reflect-metadata to 0.2.2
|
|
294
|
-
- jest to 29.7.0
|
|
295
|
-
- ts-jest to 29.1.2
|
|
296
|
-
|
|
297
|
-
## [1.120.7] - 2024-03-20
|
|
298
|
-
|
|
299
|
-
### Added
|
|
300
|
-
|
|
301
|
-
- OData V4:
|
|
302
|
-
- String type to bindable number type properties in macros schema
|
|
303
|
-
- Overview Pages: support three different ways of defining the colors of cards
|
|
304
|
-
|
|
305
|
-
### Quality
|
|
306
|
-
|
|
307
|
-
- Update transitive dependencies
|
|
308
|
-
|
|
309
|
-
Upgrades
|
|
310
|
-
|
|
311
|
-
- @sap-ux/vocabularies-types to 0.10.8
|
|
312
|
-
- @sap-ux/annotation-converter to 0.8.9
|
|
313
|
-
- @sap-ux/edmx-parser to 0.7.1
|
|
314
|
-
- @typescript-eslint/eslint-plugin to 7.1.1
|
|
315
|
-
- @typescript-eslint/parser to 7.1.1
|
|
316
|
-
- @types/jest to 29.5.12
|
|
317
|
-
- @ui5/manifest to v1.63.0
|
|
318
|
-
- cpy-cli to 5.0.0
|
|
319
|
-
- eslint-config-prettier to 9.1.0
|
|
320
|
-
- eslint-plugin-prettier to 5.1.3
|
|
321
|
-
- i18next to 23.10.1
|
|
322
|
-
- jest to 29.5.0,
|
|
323
|
-
- jsdom to 24.0.0
|
|
324
|
-
- patch-package to 8.0.0
|
|
325
|
-
- npm-run-all2 to 6.1.2
|
|
326
|
-
- prettier to 3.2.5
|
|
327
|
-
- ts-jest to 29.1.1
|
|
328
|
-
- ts-node to 10.9.2
|
|
329
|
-
- typescript to 5.3.2
|
|
330
|
-
- uuid to 9.0.1
|
|
331
|
-
- switch from sapui5/ts-types-esm to sapui5/types 1.120.9
|
|
332
|
-
- resolution of ini to 4.0.0
|
|
333
|
-
- resolution of parse-url to 9.0.0
|
|
334
|
-
- cleanup of other resolutions
|
|
335
|
-
|
|
336
|
-
## [1.120.6] - 2024-03-07
|
|
337
|
-
|
|
338
|
-
### Added
|
|
339
|
-
|
|
340
|
-
- New API functions exportConfigEntityByPath and deleteConfigEntityByPath have been added that allow a selective export or deletion of a single property or section from a config.json. The additional parameter entityPath must be applied. The new functions are released for List Report, Object Page and Analytical List Page of OData V2 and V4.
|
|
341
|
-
- In the API result a change indicator is added that shows if the manifest was changed. In case of the new functions exportConfigEntityByPath and deleteConfigEntityByPath, only updated fragment files are returned (V2 flexibility changes are still returned completely due to compatibility, deletion is indicated by newValue = null).
|
|
342
|
-
|
|
343
|
-
### Changed
|
|
344
|
-
|
|
345
|
-
- Increased `fe-fpm-writer` api version to include fix for controller extension namespace
|
|
346
|
-
- Actualization of the README file.
|
|
347
|
-
|
|
348
|
-
### Fixed
|
|
349
|
-
|
|
350
|
-
- An invalid app schema had been generated before, in case of table custom columns
|
|
351
|
-
|
|
352
|
-
### Quality
|
|
353
|
-
|
|
354
|
-
- Update transitive dependencies
|
|
355
|
-
|
|
356
|
-
Upgrades
|
|
357
|
-
|
|
358
|
-
- eslint to v8.57.0
|
|
359
|
-
- @types/semver: obsolete dependency deleted
|
|
360
|
-
- esbuild to v0.20.1
|
|
361
|
-
|
|
362
|
-
## [1.120.5] - 2024-02-21
|
|
363
|
-
|
|
364
|
-
### Added
|
|
365
|
-
|
|
366
|
-
- OData V2:
|
|
367
|
-
- Support of Header facets on Object Page
|
|
368
|
-
- UX adjustments of inplace documentation:
|
|
369
|
-
- Support for Screen Readers and Arrow Navigation
|
|
370
|
-
|
|
371
|
-
### Changed
|
|
372
|
-
|
|
373
|
-
- Increased `fe-fpm-writer` api version
|
|
374
|
-
|
|
375
|
-
### Quality
|
|
376
|
-
|
|
377
|
-
- Update transitive dependencies
|
|
378
|
-
|
|
379
|
-
Upgrades
|
|
380
|
-
|
|
381
|
-
- @sapui5/ts-types-esm to v1.120.6
|
|
382
|
-
- @sap-ux/fe-fpm-writer to v0.24.7
|
|
383
|
-
- @sap-ux/vocabularies-types to 0.10.5
|
|
384
|
-
- @sap-ux/annotation-converter to 0.8.6
|
|
385
|
-
- @types/semver to v7.5.7
|
|
386
|
-
- @ui5/manifest to v1.62.1
|
|
387
|
-
|
|
388
|
-
## [1.120.4] - 2024-02-08
|
|
389
|
-
|
|
390
|
-
### Added
|
|
391
|
-
|
|
392
|
-
OData V2:
|
|
393
|
-
|
|
394
|
-
- Support of "copy" setting for tables in List Report, Analytical List Page and Object Page
|
|
395
|
-
|
|
396
|
-
### Fixed
|
|
397
|
-
|
|
398
|
-
- Invalid object-like descriptions and keys had been generated into the app-specific schemas if DataFieldForIntentBasedNavigation was defined with a path reference
|
|
399
|
-
- An exception happened during app schema generation if a NavigationProperty pointed to an invalid target annotation
|
|
400
|
-
- OData V4:
|
|
401
|
-
- Enum for macros table `variantManagement` property
|
|
402
|
-
- Wrong resolution of contextPath in case of containment as target for a page, leading to an exception during the schema generation
|
|
403
|
-
- Invalid '/' in app schema definition names replaced by '::'
|
|
29
|
+
- Start of debug script for schema generation via launch.json.
|
|
30
|
+
- Error "TypeError: Cannot read properties of undefined (reading 'replace')" is thrown on export attempt when empty action is presented in annotations.
|
|
31
|
+
- app.json config of freestyle apps could not be generated in all cases.
|
|
32
|
+
- OData V4 and freestyle: If routing name and target name had been different for an entry in manifest.json, the export had falsified the routing information.
|
|
404
33
|
|
|
405
34
|
### Quality
|
|
406
|
-
|
|
407
|
-
- Update transitive dependencies
|
|
408
|
-
|
|
409
|
-
Upgrades
|
|
410
|
-
|
|
411
|
-
- esbuild to 0.20.0
|
|
412
|
-
- axios to 1.6.7
|
|
413
|
-
- switch from npm-run-all 4.1.5 to npm-run-all2 5.0.2
|
|
414
|
-
- @sap-ux/fe-fpm-writer to 0.24.4
|
|
415
|
-
- @sap-ux/vocabularies-types to 0.10.4
|
|
416
|
-
|
|
417
|
-
## [1.120.3] - 2024-01-25
|
|
418
|
-
|
|
419
|
-
### Added
|
|
420
|
-
|
|
421
|
-
- OData V4:
|
|
422
|
-
- View columns set as view nodes
|
|
423
|
-
|
|
424
|
-
### Fixed
|
|
425
|
-
|
|
426
|
-
- OData V4:
|
|
427
|
-
- Schema is not generated for custom page when namespaces are not defined in view file
|
|
428
|
-
|
|
429
|
-
### Quality
|
|
430
|
-
|
|
431
|
-
- Update transitive dependencies
|
|
432
|
-
|
|
433
|
-
Upgrades
|
|
434
|
-
|
|
435
|
-
- @sap-ux/annotation-converter to 0.8.2
|
|
436
|
-
- @sap-ux/vocabularies-types to 0.10.2
|
|
437
|
-
- @sap-ux/vocabularies-types to 0.10.2
|
|
438
|
-
|
|
439
|
-
## [1.120.2] - 2024-01-11
|
|
440
|
-
|
|
441
|
-
### Added
|
|
442
|
-
|
|
443
|
-
- UX adjustments of inplace documentation:
|
|
444
|
-
- Support of Keyboard Navigation
|
|
445
|
-
- OData V2: Support of global table settings for object pages
|
|
446
|
-
- OData V4:
|
|
447
|
-
- OP: Added support for `Edit` and `Delete` standard actions considering draft support and capabilities annotation
|
|
448
|
-
- OP: Sequence of actions is now based on criticality annotation
|
|
449
|
-
- TBD
|
|
450
|
-
|
|
451
|
-
### Changed
|
|
452
|
-
|
|
453
|
-
- Alignment of settings for sap.ovp:
|
|
454
|
-
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.
|
|
455
|
-
The assignment of settings to the specific card types has been revised and adjusted.
|
|
456
|
-
- Increased `fe-fpm-writer` api version
|
|
457
|
-
- Increased api version
|
|
458
|
-
- OData V2: ALP root properties order
|
|
459
|
-
|
|
460
|
-
### Fixed
|
|
461
|
-
|
|
462
|
-
- OData V4: Empty visualization throws unhandled error during sync
|
|
463
|
-
- Prevent exception in case of illegal annotationPath references of fields or columns
|
|
464
|
-
- OData V2: ALP not displaying chart and properties
|
|
465
|
-
- OVP:
|
|
466
|
-
- In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
|
|
467
|
-
- Property "Category" was shown with an initial value as object, although being of type string.
|
|
468
|
-
- Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
|
|
469
|
-
|
|
470
|
-
### Quality
|
|
471
|
-
|
|
472
|
-
- Update transitive dependencies
|
|
473
|
-
|
|
474
|
-
Upgrades
|
|
475
|
-
|
|
476
|
-
- eslint to 8.56.0
|
|
477
|
-
- esbuild to 0.19.11
|
|
478
|
-
- reflect-metadata to 0.2.1
|
|
479
|
-
- axios to 1.6.5
|
|
480
|
-
- @sapui5/ts-types-esm to 1.120.4
|
|
481
|
-
|
|
482
|
-
## [1.120.1] - 2023-11-30
|
|
483
|
-
|
|
484
|
-
### Added
|
|
485
|
-
|
|
486
|
-
- OData V2: Added missing `annotationPath` property for table definitions in schema
|
|
487
|
-
|
|
488
|
-
### Changed
|
|
489
|
-
|
|
490
|
-
- OVP card settings:
|
|
491
|
-
- Added missing properties
|
|
492
|
-
- Removed irrelevant settings from custom card settings
|
|
493
|
-
- Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
|
|
494
|
-
|
|
495
|
-
- 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.
|
|
496
|
-
Thus the location information is removed for annotation problems
|
|
497
|
-
|
|
498
|
-
- If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4
|
|
499
|
-
|
|
500
|
-
### Fixed
|
|
501
|
-
|
|
502
|
-
- The check of minUI5Version against the dist tags raised wrong warnings in case of minUI5Version using the pattern 'UI5-xxx'
|
|
503
|
-
- OData V4: Inconsistencies in the JSON schema for macros led to exceptions when generating the overall page schemas. Such exceptions are now caught and indicated in the error log
|
|
504
|
-
|
|
505
|
-
### Quality
|
|
506
|
-
|
|
507
|
-
- Update transitive dependencies
|
|
508
|
-
|
|
509
|
-
Upgrades
|
|
510
|
-
|
|
511
|
-
- axios to 1.6.2
|
|
512
|
-
- yarn to 1.22.21
|
|
513
|
-
- esbuild to 0.19.7
|
|
514
|
-
- eslint to 8.54.0
|
|
515
|
-
- @sap-ux/fe-fpm-writer to 0.24.2
|
|
516
|
-
- @sap-ux/annotation-converter to 0.8.1
|
|
517
|
-
- @sap-ux/vocabularies-types to 0.10.1
|
|
518
|
-
- @types/mem-fs-editor to 7.0.7
|
|
519
|
-
- @types/semver to 7.5.6
|
|
520
|
-
- @types/jquery to 3.5.29
|
|
521
|
-
|
|
522
|
-
## [1.120.0] - 2023-11-16
|
|
523
|
-
|
|
524
|
-
### Added
|
|
525
|
-
|
|
526
|
-
- OData V4:
|
|
527
|
-
- Added support for TreeTable
|
|
528
|
-
|
|
529
|
-
### Changed
|
|
530
|
-
|
|
531
|
-
### Removed
|
|
532
|
-
|
|
533
|
-
### Deprecated
|
|
534
|
-
|
|
535
|
-
### Fixed
|
|
536
|
-
|
|
537
|
-
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
538
|
-
|
|
539
|
-
- OData V4:
|
|
540
|
-
- If multiple facets refer to target annotations without an ID but with identical labels, only one of the facets was shown in the page editor
|
|
541
|
-
- An error message was added to the logger if the ID was missing for a reference facet. This was wrong, the ID is optional for reference facets. Instead, the error message is now added for missing IDs of collection facets
|
|
542
|
-
- Building blocks:
|
|
543
|
-
- The number of new lines that get created from the description of building block properties was decreased
|
|
544
|
-
- Missing 'enum' for multiple building block properties
|
|
545
|
-
|
|
546
|
-
### Quality
|
|
547
|
-
|
|
548
|
-
- Update transitive dependencies
|
|
549
|
-
|
|
550
|
-
Upgrades
|
|
551
|
-
|
|
552
|
-
- eslint to 8.53.0
|
|
553
|
-
- axios to 1.6.0
|
|
554
|
-
- @sap-ux/fe-fpm-writer to v0.24.1
|
|
555
|
-
- @types/jquery to v3.5.27
|
|
556
|
-
- @types/semver to v7.5.5
|
|
557
|
-
- @types/d3 to v7.4.3
|
|
558
|
-
- @types/mem-fs-editor to v7.0.6
|
|
559
|
-
- @sapui5/ts-types-esm to 1.120.1
|