@sap/ux-specification 1.102.26 → 1.102.27

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 (77) hide show
  1. package/CHANGELOG.md +597 -0
  2. package/dist/documentation/runDocu-min.js +19 -18
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  5. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  6. package/dist/documentation/v2/v2-ListReport.html +2 -2
  7. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  8. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  9. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  11. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  12. package/dist/documentation/v4/v4-ListReport.html +2 -2
  13. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  14. package/dist/index-min.js +184 -171
  15. package/dist/index-min.js.map +4 -4
  16. package/dist/package.json +27 -25
  17. package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
  18. package/dist/schemas/v2/ApplicationV2.json +1 -3
  19. package/dist/schemas/v2/ListReportConfig.json +8 -24
  20. package/dist/schemas/v2/ObjectPageConfig.json +10 -30
  21. package/dist/schemas/v2/OverviewPageConfig.json +8 -24
  22. package/dist/schemas/v4/BuildingBlocksConfig.json +436 -79
  23. package/dist/schemas/v4/ObjectPageConfig.json +3 -9
  24. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  25. package/dist/src/sync/common/decoration/control.js +1 -0
  26. package/dist/src/sync/common/decoration/control.js.map +1 -1
  27. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  28. package/dist/src/sync/common/generate/objectPage.js +64 -66
  29. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  30. package/dist/src/sync/common/generate/utils.d.ts +7 -0
  31. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  32. package/dist/src/sync/common/generate/utils.js +29 -11
  33. package/dist/src/sync/common/generate/utils.js.map +1 -1
  34. package/dist/src/sync/common/utils.d.ts +1 -1
  35. package/dist/src/sync/common/utils.d.ts.map +1 -1
  36. package/dist/src/sync/common/utils.js +17 -14
  37. package/dist/src/sync/common/utils.js.map +1 -1
  38. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  39. package/dist/src/sync/v2/export/export.js +9 -1
  40. package/dist/src/sync/v2/export/export.js.map +1 -1
  41. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  42. package/dist/src/sync/v2/generate/listReport.js +1 -1
  43. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  44. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  45. package/dist/src/sync/v2/generate/objectPage.js +60 -62
  46. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  47. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  48. package/dist/src/sync/v2/generate/overviewPage.js +1 -1
  49. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  50. package/dist/src/sync/v2/generate/utils.d.ts +1 -1
  51. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  52. package/dist/src/sync/v2/generate/utils.js +11 -10
  53. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  54. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  55. package/dist/src/sync/v2/import/pages/analyticalListPage.js +4 -27
  56. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  57. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  58. package/dist/src/sync/v2/import/pages/listReport.js +15 -29
  59. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  60. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  61. package/dist/src/sync/v2/import/pages/objectPage.js +35 -25
  62. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  63. package/dist/src/sync/v2/import/utils.d.ts +15 -0
  64. package/dist/src/sync/v2/import/utils.d.ts.map +1 -1
  65. package/dist/src/sync/v2/import/utils.js +76 -8
  66. package/dist/src/sync/v2/import/utils.js.map +1 -1
  67. package/dist/src/sync/v4/generate/listReport.d.ts +1 -1
  68. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  69. package/dist/src/sync/v4/generate/listReport.js +44 -45
  70. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  71. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  72. package/dist/src/sync/v4/generate/objectPage.js +6 -2
  73. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  74. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  75. package/dist/src/sync/v4/utils/utils.js +2 -1
  76. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  77. package/package.json +27 -25
package/CHANGELOG.md ADDED
@@ -0,0 +1,597 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project are documented in this file.
4
+
5
+ This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
6
+
7
+ ## [1.102.27] - 2023-10-05
8
+
9
+ ### Added
10
+
11
+ ### Changed
12
+
13
+ ### Removed
14
+
15
+ ### Deprecated
16
+
17
+ ### Fixed
18
+
19
+ - Fixed an issue with CHANGELOG.md file not being visible on npmjs
20
+ - OData V2:
21
+ - A missing entitySet definition for a page in manifest was not indicated correctly in the returned log. Even worse, the export deleted the related page in such a scenario. This is fixed now, the schema generation as well as the import are more fault-tolerant now with regard to this situation
22
+
23
+
24
+ ### Quality
25
+
26
+ - Update transitive dependencies
27
+
28
+ Upgrades:
29
+
30
+ - eslint to 8.48.0
31
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.62.0
32
+ - @sap-ux/vocabularies-types to 0.9.1
33
+ - esbuild to "0.19.2",
34
+ - eslint-config-prettier to 8.10.0
35
+ - @sap-ux/fe-fpm-writer to v0.23.1
36
+ - @types/jquery to 3.5.18
37
+ - jquery to 3.7.1
38
+ - @types/semver to v7.5.1
39
+ - typescript-json-schema to v0.57.0
40
+
41
+ ## [1.102.26] - 2023-07-12
42
+
43
+ ### Quality
44
+
45
+ - Update transitive dependencies
46
+
47
+ Upgrades:
48
+
49
+ - @sap-ux/fe-fpm-writer to 0.22.3
50
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.61.0
51
+ - eslint to 8.44.0
52
+ - eslint-formatter-multiple to 2.0.0
53
+ - eslint-plugin-prettier" to 4.2.1
54
+ - semver to 7.5.4
55
+
56
+ ## [1.102.25] - 2023-06-30
57
+
58
+ ### Quality
59
+
60
+ - Update transitive dependencies
61
+
62
+ Upgrades:
63
+
64
+ - semver to 7.5.3
65
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.60.0
66
+ - @sap-ux/vocabularies-types to 0.9.0
67
+ - @sap-ux/edmx-parser to 0.6.0
68
+ - @sapui5/ts-types-esm to 1.102.19
69
+ - @sap-ux/fe-fpm-writer to 0.22.2
70
+
71
+ ## [1.102.24] - 2023-06-14
72
+
73
+ ### Changed
74
+
75
+ - OData V4:
76
+ - Changed binding expression to use "isEditable" property instead of "editable". Thus we have binding expressions {ui>/isEditable} and {= !${ui>/isEditable}}.
77
+
78
+ ### Quality
79
+
80
+ ## [1.102.23] - 2023-05-04
81
+
82
+ ### Added
83
+
84
+ - OData V4:
85
+ - OP: New value "InilneCreationRows" added to creationMode->name property
86
+
87
+ ### Fixed
88
+
89
+ - OData V4:
90
+ - Parsing of commented contents in XML fragments, comments are now getting ignored during generation and import
91
+ - When adding new pages, the export calculates the route pattern for the new manifest entry.
92
+ Indeed, the previous logic did not consider the naming at parent pages, but defined the key name in the pattern as `key`(+ index). This led to navigation errors at run-time. Now, the key names of existing parent pages are taken over to the child page's pattern.
93
+
94
+ ### Quality
95
+
96
+ - Update transitive dependencies
97
+
98
+ Upgrades:
99
+ - prettier to 2.8.8
100
+ - typescript to 4.9.5
101
+ - @types/nodes to 18.16.3
102
+ - patch-package to 6.5.1
103
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.59.2
104
+ - Update @sap-ux/vocabularies-types to 0.7.4
105
+ - Update @sap-ux/annotation-converter to 0.5.22
106
+ - Update @sap-ux/edmx-parser to 0.5.14
107
+
108
+ ## [1.102.22] - 2023-04-19
109
+
110
+ ### Fixed
111
+
112
+ - OData V4:
113
+ - Fixed an issue with custom extensions running into an endless loop
114
+
115
+ ### Quality
116
+
117
+ - Update transitive dependencies
118
+
119
+ Upgrades:
120
+ - @sapui5/ts-types-esm to 1.102.16
121
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.58.0
122
+ - @types/mem-fs-editor to 7.0.3
123
+ - semver to 7.5.0
124
+
125
+ ## [1.102.21] - 2023-04-05
126
+
127
+ ### Added
128
+
129
+ - OData V4:
130
+ - Building blocks support for custom sections
131
+
132
+ ### Quality
133
+
134
+ - Update transitive dependencies
135
+
136
+ Upgrades:
137
+ - excel4node to 1.8.1
138
+ - eslint-config-prettier to 8.8.0
139
+ - prettier to 2.8.7
140
+ - @typescript-eslint/eslint-plugin and @typescript-eslint/parser to 5.57.0
141
+ - d3 to 7.8.4
142
+
143
+ ## [1.102.20] - 2023-03-22
144
+
145
+ ### Added
146
+
147
+ - OData V4: the schema App.json and config app.json that get generated now also comprise the information `routePattern` for each page, i.e. the route pattern of the page as comprised in the manifest.json.
148
+
149
+ ### Quality
150
+
151
+ Upgrades:
152
+
153
+ - chalk to 4.1.2
154
+ - types/jest to 28.1.8
155
+ - jQuery to 3.6.4
156
+ - ejs to 3.1.9
157
+ - deepmerge to 4.3.1
158
+ - eslint-config-prettier to 8.7.0
159
+ - prettier to 2.8.4
160
+
161
+ ## [1.102.19] - 2023-03-08
162
+
163
+ ### Fixed
164
+
165
+ - OData V2:
166
+ - Fixed deletion issues for Custom Columns that appeared after positions were changed
167
+
168
+ ### Quality
169
+
170
+ - Upgrade "typescript" to "4.9.4"
171
+ - Upgrade "@typescript-eslint/eslint-plugin" and "@typescript-eslint/parser" to "5.52.0"
172
+ - Upgrade "ts-node" to "10.9.1"
173
+ - Upgrade "@sap-ux/fe-fpm-writer" to "0.18.7"
174
+ - Upgrade "mem-fs-editor" to "9.7.0"
175
+ - Revert "typescript-json-schema" to "0.53.0" in types package
176
+
177
+ ## [1.102.18] - 2023-02-22
178
+
179
+ ### Added
180
+
181
+ - OData V2:
182
+ - Additional value `creationRows` of property `CreateMode` are supported now for object page tables.
183
+
184
+ ### Quality
185
+
186
+ - Upgrade transitive dependencies
187
+ - Upgrade "@types/jquery" to "3.5.16"
188
+ - Upgrade "@types/mem-fs-editor" to "7.0.2"
189
+ - Upgrade "excel4node" to "1.8.0"
190
+ - Upgrade "i18next" to "20.6.1"
191
+ - Upgrade "typescript-json-schema" to "0.55.0" in types package
192
+ - Upgrade "@sap-ux/fe-fpm-writer` to "0.18.5"
193
+ - Upgrade "d3" to "7.8.2"
194
+ - Upgrade "@sapui5/ts-types-esm" to "1.102.13"
195
+ - Upgrade "jest", "ts-jest", "@types/jest"
196
+ - Upgrade "set-value"
197
+
198
+ ## [1.102.17] - 2023-02-09
199
+
200
+ ### Added
201
+
202
+ - XML Property artifact type for building block properties
203
+
204
+ ### Changed
205
+
206
+ - OData V4: enhancements on contextPath support
207
+
208
+ ### Fixed
209
+
210
+ - OData V2:
211
+ - Resolved sync issue with unknown properties on fields for `Table > CreateWithParameterDialog`
212
+ - OData V4:
213
+ - Fixed issue with missing schema and config for List report page in freestyle app
214
+
215
+ ### Quality
216
+
217
+ - Upgrade transitive dependencies
218
+ - Remove unused devDependencies
219
+ - Upgrade ejs to `3.1.8`
220
+ - Upgrade @types/jquery to `3.5.13`
221
+ - Upgrade jQuery to 3.6.3.
222
+ - Upgrade semver to 7.3.8
223
+ - Upgrade axios to 0.27.2
224
+ - Upgrade deepmerge to 4.3.0
225
+ - Upgrade mem-fs-editor to 9.6.0
226
+
227
+ ## [1.102.16] - 2023-01-25
228
+
229
+ ### Added
230
+
231
+ - OData V4:
232
+ - Generation of `propertyIndex` property in schemas for root properties
233
+
234
+ - OData V2:
235
+ - Generation of `propertyIndex` property in schemas for root properties
236
+
237
+ ### Quality
238
+
239
+ - Removed many unnecessary and obsolete resolutions
240
+ - Upgrade fe-fpm-writer to 0.18.4
241
+
242
+ ## [1.102.15] - 2023-01-11
243
+
244
+ ### Added
245
+
246
+ - General:
247
+ - New definitions for page types are delivered that allow a better distinction:
248
+ - PageTypeV2 for types that occur in OData V2
249
+ - PageTypeV4 for types that occur in OData V4
250
+ - PageType as a superset of all page types that may occur
251
+
252
+ - OData V4:
253
+ - Support visual filters in toolbar on List report
254
+ - Support actions in header on List report
255
+ - Default annotationPath is added in schema even if LineItem annotation is not defined
256
+ - Added support for applications using `contextPath` in manifest.json
257
+
258
+ ### Changed
259
+
260
+ - API for OData V2:
261
+ - Inner functions for the generation of app schemas have been adapted, i.e. generateAnalyticalListReportSchemaV2, generateListReportSchemaV2, generateObjectPageSchemaV2: the entityTypeName is not passed as an input parameter anymore, as the entity set cannot be uniquely determined from it. Instead, the functions now rely on generateParameters.entitySet, the entityType is derived from this information. The api version is increased to 7.
262
+
263
+ ### Removed
264
+
265
+ - OData V2:
266
+ - Removed obsolete `showDraftToggle` property
267
+
268
+ ### Fixed
269
+
270
+ - OData V4:
271
+ - Fixed toolbar action IDs by replacing special chars with double colon
272
+ - Fixed incorrect order of Custom Actions when multiple before anchors are used
273
+ - Not all meta characters of action keys had been converted to `::`, as a consequence existing actions in manifest may have not been considered, or new actions had not been written with the right syntax.
274
+ - OData V2:
275
+ - Fixed deletion of fragment cells contents in case last element is deleted
276
+
277
+ ### Quality
278
+
279
+ - Removed obsolete snapshots files
280
+ - Removed unused and obsolete resolutions
281
+
282
+ ## [1.102.14] - 2022-11-30
283
+
284
+ ### Added
285
+
286
+ - Missing i18n classification added to labels of custom views
287
+
288
+ ### Changed
289
+
290
+ - UI adjustments of in-place documentation:
291
+ - moved label of specification and odata version to tree canvas
292
+ - aligned behavior of tree buttons to expand (+) and collapse (-) with given design
293
+ - removed all hard coded colors
294
+ - fixed hover on search results
295
+ - aligned tooltip with given design
296
+
297
+ - OData V2:
298
+ - fields for `Table > CreateWithParameterDialog` are now shown as enum and the import/export is done implicitly in the background (adding `path` property).
299
+
300
+ ### Fixed
301
+
302
+ - Fixed an issue with adding target namespace information for object page sections
303
+
304
+ ### Quality
305
+
306
+ ## [1.102.13] - 2022-11-17
307
+
308
+ ### Added
309
+
310
+ - OData V4:
311
+ - Support custom actions for Header and Footer
312
+
313
+ ### Changed
314
+
315
+ - All parameters in the specification API now are typed.
316
+ - Export `ControllerExtensionPageType`, `CustomActionTargetControl` enums from `fpm-writer` as types.
317
+
318
+ ### Fixed
319
+
320
+ - OData V2: Adjusted the values shown for `CreateWithParameterDialog` fields > `path` property.
321
+ - OData V4: if the key of one view comprised the key of another view, the export of changes generated duplicate view entries in manifest. Activities like reordering of views did not work in this scenario.
322
+
323
+ ### Quality
324
+
325
+ - Upgrade of "@sap-ux/vocabularies-types", "@sap-ux/annotation-converter", "@sap-ux/edmx-parser"
326
+ - Upgrade node version to 16.18.0
327
+
328
+ ## [1.102.12] - 2022-11-03
329
+
330
+ ### Added
331
+
332
+ - OData V4:
333
+ - Support afterExecution for
334
+ - List report toolbar actions
335
+ - Object page header actions
336
+ - Object page footer actions
337
+ - Object page form actions
338
+
339
+ ### Changed
340
+
341
+ - OData V4:
342
+ - Refactored interfaces for custom actions
343
+ - General: the schema tag `key` (concatenated string) got replaced by the schema tag `keys` that is defined as an array of objects with `name`and `value`. Reasons are the support of different CSS styles for `name` and `value` as well as globalization (bi-directional languages).
344
+ - API. Export `ControllerExtensionPageType`, `CustomActionTargetControl` enums from `fpm-writer`.
345
+
346
+ ### Fixed
347
+
348
+ - OData V4:
349
+ - Fixed an issue with custom pages using an unknown template (not `sap.fe.core.fpm`).
350
+
351
+ ### Quality
352
+
353
+ ## [1.102.11] - 2022-10-20
354
+
355
+ ### Added
356
+
357
+ - Applications that show content from schemas may want to also display the technical key - this simplifies identification of the corresponding element in the original source file. To this aim, the tag `key` is used for properties. `key` is a concatenated string that also sows a prefix following one of the patterns:
358
+ - Value for DataFields
359
+ - Key for custom columns etc. where it is a key in the manifest. Only exception are views: they have no prefix as there is logic that programs against the key.
360
+ - ID for facets
361
+ - Action for any action
362
+ - Instance-based navigation: Property + SemanticObject + Action
363
+ - Target for DataFieldForAnnotation.
364
+ In case of Target, an additional schema tag `target` is added: it not only represents the namespace but potentially also the target within the namespace (entity container, entity type, ...)
365
+ - OData V4:
366
+ - Custom action support in Object Page forms
367
+
368
+ ### Changed
369
+
370
+ - Common dependencies have been moved to the root level.
371
+ - Further type definitions have been moved from the specification package to the types package.
372
+
373
+ ### Fixed
374
+
375
+ - OData V4:
376
+ - Fixed an issue with custom actions referencing each other
377
+
378
+ ## [1.102.10] - 2022-10-06
379
+
380
+ ### Changed
381
+
382
+ - Upgrade fe-fpm-writer version to 0.17.6
383
+
384
+ ### Fixed
385
+
386
+ - At Object Page sections, a missing consideration of potential qualifiers of UI.Identification led to an exception.
387
+ - The API can be called with an empty array of annotations. By now this led to an exception, as it was not considered that the annotation vocabularies tools (AVT) return an empty instance.
388
+
389
+ ### Quality
390
+
391
+ - Upgrade of d3 and d3-color
392
+ - Upgrade of FPM writer
393
+
394
+ ## [1.102.9] - 2022-09-24
395
+
396
+ ### Quality
397
+
398
+ - Changed settings to enable the SAP internal delivery of the types package
399
+
400
+ ## [1.102.8] - 2022-09-22
401
+
402
+ ### Added
403
+
404
+ - OData V4:
405
+ - Added custom pages not using FPM library to pages view in Application Modeler Panel (limited functionality support)
406
+ - Controller Extension support in "app.json"
407
+ - Zero state support
408
+
409
+ ### Changed
410
+
411
+ - Upgrade of fe-fpm-writer to version 0.17.2, increment of fpmWriter property returned by getApiVersion to 4.
412
+
413
+ ### Fixed
414
+
415
+ - OData V4:
416
+ - Reordering of custom views for list report did not work. This was fixed, but consequently the logic for deleting custom views also had to be adapted.
417
+ - When adding new sub-pages to the app.json the export to manifest created wrong keys for the new navigation routes, and wrong query patterns for the targets.
418
+
419
+ ### Quality
420
+
421
+ - Upgrade version of `typescript`, `ts-jest`, `jest`
422
+ - Minify sources
423
+ - Enhance test by removing dependency to typescript api
424
+ - Increment of test coverage
425
+
426
+ ## [1.102.7] - 2022-09-21
427
+
428
+ ### Quality
429
+
430
+ - Changed settings to enable the SAP internal delivery of the types package
431
+
432
+ ## [1.102.6] - 2022-09-08
433
+
434
+ ### Added
435
+
436
+ - OData V4:
437
+ - API for custom extensions extended to call enableFPM prior to adding concrete extension using the FPM writer of open-ux-tools
438
+
439
+ ### Changed
440
+
441
+ - For an easier consumption and size reduction, the types definitions now have been moved to a separate types package in the given mono repository. The definitions are still exposed along with the specification package, you can import them from "@sap/ux-specification/dist/src".
442
+ - Only one common Manifest definition is exposed from the new types package, the virtual distinction between an OData V2 and an OData V4 version is resolved.
443
+
444
+ ### Removed
445
+
446
+ - OData V4:
447
+ - Removed `End` value from Placement property for custom extensions
448
+
449
+ ## [1.102.5] - 2022-08-24
450
+
451
+ ### Added
452
+
453
+ - API enhanced by a wrapper function for the creation of custom views (that delegates to the FPM writer of open-ux-tools)
454
+ - OData V4:
455
+ - Added custom pages using FPM library to pages view in Application Modeler Panel
456
+
457
+ ### Changed
458
+
459
+ - The specification module is now build with esbuild instead of webpack.
460
+ The new build generates all type information into a types folder, which makes it easier to consume (but the consumption must be adapted). Examples:
461
+
462
+ ````
463
+ import { PageType } from '@sap/ux-specification/dist/src/specification/common/';
464
+ ==> import { PageType } from '@sap/ux-specification/types';
465
+
466
+ import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/dist/src/v2';
467
+ ==> import type { TableCustomColumns, TableCustomColumn } from '@sap/ux-specification/types/v2';
468
+
469
+ import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/dist/src/v4';
470
+ ==> import { SectionPosition as SectionPositionV4 } from '@sap/ux-specification/types/v4';
471
+ ````
472
+
473
+ - OData V4:
474
+ - LR: Mark view properties `key`, `index` as hidden in schema
475
+
476
+ ### Fixed
477
+
478
+ - OData V2:
479
+ - OP: Fixed incorrect generation of flexChanges in case of Form, Form Fields and Form Fields referenced from a navigation entity
480
+
481
+ - OData V4:
482
+ - In some cases sections defined with PresentationVariants did not appear on the object page
483
+ - The resolution of alias definitions using the @SAP__ prefix was not correct, leading also to gaps in the elements that were considered
484
+ - LR: Schema now considers default visualation `UI.LineItem` if not defined in `SelectionPresentationVariant`
485
+
486
+ ## [1.102.4] - 2022-08-11
487
+
488
+ ### Added
489
+
490
+ - OData V2:
491
+ - LR: Added enum with FieldGroup annotations to `annotationPath` property of tableSettings -> MultiEdit
492
+ - OData V4: the schemas and configs of list report views now also show the visibility property and custom views.
493
+
494
+ ### Changed
495
+
496
+ - OData V4: With API version 4 of specification - introduced with the given version - the way how routes are represented in the app.json changes: before the pattern was
497
+ `route: key`, now it follows the manifest syntax
498
+
499
+ ````
500
+ key: {
501
+ route: route
502
+ }
503
+ ````
504
+
505
+ The switch to an object representation allows to also include other target information like "outbound".
506
+ - OData V4: as long as no views are defined in manifest, the showCounts property is not part of the schema, except if it is already maintained.
507
+ - OData V2:
508
+ - Mark custom column 'columnIndex' property as hidden
509
+
510
+ ### Fixed
511
+
512
+ - OData V4:
513
+ - LR: The export of property changes at the page editor led to a deletion of (custom) views in manifest; besides, outbound navigation entries could get deleted.
514
+ - Fixed an issue with missing custom action if an empty "press" is defined
515
+
516
+ ## [1.102.3] - 2022-07-28
517
+
518
+ ### Added
519
+
520
+ - OData V4:
521
+ - Added support for custom actions for tables in LR and OP
522
+
523
+ ### Fixed
524
+
525
+ - OData V4:
526
+ - Fixed an issue with custom column export where it was not possible to restore a deleted column
527
+
528
+ ### Quality
529
+
530
+ - Upgrade of webpack and dependent modules
531
+ - Upgrade of terser
532
+ - Upgrade of glob-parent, mem-fs-editor
533
+ - Upgrade of lerna
534
+ - Upgrade of fe-fpm-writer
535
+
536
+ ## [1.102.2] - 2022-07-14
537
+
538
+ ### Changed
539
+
540
+ - 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.
541
+
542
+ ### Fixed
543
+
544
+ - OData V4:
545
+ - 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.
546
+ The value help of the anchor in LSP (config JSON) also did not show the right values.
547
+ - Object Page: Fixed an issue with the schema that `annotationPath` for Object Page Table Sections did not contain `qualifier`;
548
+ wrong `annotationPath` and `isViewNode` settings are adjusted.
549
+ - Fixed an issue with export that multiple changes to view's `key` property created duplicated entries in manifest.json
550
+
551
+ ### Quality
552
+
553
+ - Switch from nexus repository to artifactory
554
+
555
+ ## [1.102.1] - 2022-06-29
556
+
557
+ ### Added
558
+
559
+ - OData V4:
560
+ - Extend pagemap support for freestyle apps using FPM library
561
+
562
+ ### Fixed
563
+
564
+ - OData V2:
565
+ - OVP: LSP for `model` property of a card now lists models from sap.ui5 section of manifest.json
566
+ - Table type property is now set to blank in case not maintained in manifest.json
567
+ - 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.
568
+ - One UI adaptation or flexibility change may have been shown multiple times in the config, at different sections.
569
+ - 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.
570
+ - 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.
571
+
572
+ ## [1.102.0] - 2022-06-16
573
+
574
+ ### Added
575
+
576
+ - Missing exposure of type definitions was added.
577
+
578
+ ### Changed
579
+
580
+ OData V2:
581
+
582
+ - Custom column property "columnIndex". Schema enhancement by defining range using "minimum=0".
583
+
584
+ ### Removed
585
+
586
+ OData V4:
587
+
588
+ - In case of List Report views, non-applicable table properties are removed.
589
+
590
+ ### Fixed
591
+
592
+ OData V4:
593
+
594
+ - In case of List Report views, custom columns with navigation property are considered for the correct view.
595
+ - Avoid creation of empty personalization object
596
+ OData V2:
597
+ - Custom column issue with Grid/Tree/Analytical table types - empty second custom column is added in xml files