@sap/ux-specification 1.108.17 → 1.108.19
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 +80 -0
- package/dist/documentation/runDocu-min.js +5 -5
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/styleDocu.css +3 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-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 +84 -84
- package/dist/index-min.js.map +3 -3
- package/dist/package.json +12 -12
- package/dist/schemas/v2/ObjectPageConfig.json +0 -19
- package/dist/schemas/v4/BuildingBlocksConfig.json +140 -33
- package/dist/src/api.js +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +1 -1
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/dist_tag.json +12 -3
- package/dist/src/sync/common/generate/utils.d.ts +1 -0
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +30 -15
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +1 -1
- package/dist/src/sync/common/utils.d.ts +1 -1
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +14 -10
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +1 -1
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +4 -4
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +1 -1
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +1 -1
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.js +4 -4
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts.map +1 -1
- package/dist/src/sync/v4/export/export.js +4 -4
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +6 -4
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +21 -3
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +11 -12
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +3 -3
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js +1 -1
- package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +23 -14
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,86 @@ 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.108.19] - 2023-11-16
|
|
12
|
+
|
|
13
|
+
### Added
|
|
14
|
+
|
|
15
|
+
### Changed
|
|
16
|
+
|
|
17
|
+
### Removed
|
|
18
|
+
|
|
19
|
+
### Deprecated
|
|
20
|
+
|
|
21
|
+
### Fixed
|
|
22
|
+
|
|
23
|
+
- Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
|
|
24
|
+
|
|
25
|
+
- OData V4:
|
|
26
|
+
- 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
|
|
27
|
+
- 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
|
|
28
|
+
- Building blocks:
|
|
29
|
+
- The number of new lines that get created from the description of building block properties was decreased
|
|
30
|
+
- Missing 'enum' for multiple building block properties
|
|
31
|
+
|
|
32
|
+
### Quality
|
|
33
|
+
|
|
34
|
+
- Update transitive dependencies
|
|
35
|
+
|
|
36
|
+
Upgrades:
|
|
37
|
+
|
|
38
|
+
- eslint to 8.53.0
|
|
39
|
+
- axios to 1.6.0
|
|
40
|
+
- @sap-ux/fe-fpm-writer to 0.24.1
|
|
41
|
+
- @types/jquery to v3.5.27
|
|
42
|
+
- @types/semver to v7.5.5
|
|
43
|
+
- @types/d3 to v7.4.3
|
|
44
|
+
- @types/mem-fs-editor to v7.0.6
|
|
45
|
+
- @sapui5/ts-types-esm to 1.108.24
|
|
46
|
+
|
|
47
|
+
## [1.108.18] - 2023-11-02
|
|
48
|
+
|
|
49
|
+
### Added
|
|
50
|
+
|
|
51
|
+
- OData V4:
|
|
52
|
+
- Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
|
|
53
|
+
|
|
54
|
+
### Changed
|
|
55
|
+
|
|
56
|
+
- UX adjustments of inplace documentation:
|
|
57
|
+
- Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
|
|
58
|
+
|
|
59
|
+
### Removed
|
|
60
|
+
|
|
61
|
+
- OData V2:
|
|
62
|
+
- Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
|
|
63
|
+
|
|
64
|
+
### Deprecated
|
|
65
|
+
|
|
66
|
+
### Fixed
|
|
67
|
+
|
|
68
|
+
- OData V2:
|
|
69
|
+
- Fixed an issue with the selector ID of flexibility changes generated for **contacts** on the subsection level of object pages
|
|
70
|
+
- OData V4:
|
|
71
|
+
- Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
|
|
72
|
+
|
|
73
|
+
### Quality
|
|
74
|
+
|
|
75
|
+
- Update transitive dependencies
|
|
76
|
+
|
|
77
|
+
Upgrades:
|
|
78
|
+
|
|
79
|
+
- @sap-ux/fe-fpm-writer to 0.24.0
|
|
80
|
+
- @types/semver to 7.5.4
|
|
81
|
+
- @types/d3 to 7.4.2
|
|
82
|
+
- @types/mem-fs-editor to 7.0.5
|
|
83
|
+
- @types/jquery to 3.5.25
|
|
84
|
+
- @sap-ux/annotation-converter to 0.8.0
|
|
85
|
+
- @sap-ux/vocabularies-types to 0.10.0
|
|
86
|
+
- @sap-ux/edmx-parser to 0.7.0
|
|
87
|
+
- esbuild to 0.19.5
|
|
88
|
+
- @ui5/manifest to 1.61.0
|
|
89
|
+
- eslint to 8.52.0
|
|
90
|
+
|
|
11
91
|
## [1.108.17] - 2023-10-19
|
|
12
92
|
|
|
13
93
|
### Added
|