@sap/ux-specification 1.71.91 → 1.71.93
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 +38 -2
- package/dist/documentation/runDocu-min.js +19 -15
- package/dist/documentation/runDocu-min.js.map +4 -4
- package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
- package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
- package/dist/documentation/v2/v2-ListReport.html +18 -6
- package/dist/documentation/v2/v2-ObjectPage.html +18 -6
- package/dist/documentation/v2/v2-OverviewPage.html +18 -6
- package/dist/index-min.js +83 -84
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +22 -21
- package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
- package/dist/schemas/v2/ListReportConfig.json +6 -18
- package/dist/schemas/v2/ObjectPageConfig.json +26 -37
- package/dist/schemas/v2/OverviewPageConfig.json +11 -33
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +1 -0
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +3 -3
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +7 -0
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +24 -10
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +12 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +23 -1
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +9 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.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/generate/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js +1 -1
- package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +5 -3
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +37 -32
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.d.ts.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +2 -6
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/package.json +23 -22
package/CHANGELOG.md
CHANGED
|
@@ -4,11 +4,12 @@ All notable changes to this project are documented in this file.
|
|
|
4
4
|
|
|
5
5
|
This project adheres to [Semantic Versioning](http://semver.org/) and the changelog is formatted based on [Keep a Changelog](http://keepachangelog.com/).
|
|
6
6
|
|
|
7
|
-
## [1.71.
|
|
7
|
+
## [1.71.93] - 2023-09-07
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
11
|
-
-
|
|
11
|
+
- OData V2:
|
|
12
|
+
- Added support for the binding pattern to `showHeaderContent` property
|
|
12
13
|
|
|
13
14
|
### Changed
|
|
14
15
|
|
|
@@ -18,6 +19,41 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
18
19
|
|
|
19
20
|
### Fixed
|
|
20
21
|
|
|
22
|
+
- OData V2:
|
|
23
|
+
- Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
|
|
24
|
+
|
|
25
|
+
### Quality
|
|
26
|
+
|
|
27
|
+
- Update transitive dependencies
|
|
28
|
+
|
|
29
|
+
Upgrades
|
|
30
|
+
|
|
31
|
+
- @types/jquery to 3.5.18
|
|
32
|
+
- eslint to 8.48.0
|
|
33
|
+
- esbuild to 0.19.2
|
|
34
|
+
- jquery to 3.7.1
|
|
35
|
+
- @sap-ux/vocabularies-types to 0.9.2
|
|
36
|
+
- @sap-ux/annotation-converter to 0.7.3
|
|
37
|
+
- typescript-json-schema to v0.57.0
|
|
38
|
+
|
|
39
|
+
## [1.71.92] - 2023-08-23
|
|
40
|
+
|
|
41
|
+
### Quality
|
|
42
|
+
|
|
43
|
+
- Update transitive dependencies
|
|
44
|
+
|
|
45
|
+
Upgrades:
|
|
46
|
+
|
|
47
|
+
- eslint to 8.47.0
|
|
48
|
+
- eslint-config-prettier to 8.10.0
|
|
49
|
+
- @sap-ux/annotation-converter to 0.7.2
|
|
50
|
+
|
|
51
|
+
## [1.71.91] - 2023-08-09
|
|
52
|
+
|
|
53
|
+
### Added
|
|
54
|
+
|
|
55
|
+
- During the API call, an additional check verifies the given specification version against the minUI5Version from the passed manifest; in case of a mismatch a warning is added to the logger
|
|
56
|
+
|
|
21
57
|
### Quality
|
|
22
58
|
|
|
23
59
|
- Update transitive dependencies
|