@sap/ux-specification 1.102.26 → 1.102.28

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