@sap/ux-specification 1.90.14 → 1.90.18
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 +98 -12
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/styleDocu.css +4 -5
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +42 -42
- package/dist/schemas/v2/ListReportConfig.json +59 -37
- package/dist/schemas/v2/ObjectPageConfig.json +200 -58
- package/dist/schemas/v2/OverviewPageConfig.json +258 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +21 -2
- package/dist/schemas/v4/ListReportConfig.json +21 -2
- package/dist/schemas/v4/ObjectPageConfig.json +0 -20
- package/dist/scripts/extractDocu.js +18 -8
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +105 -89
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/to-json-schema.js +11 -2
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/specification/v2/controls/Action.d.ts +54 -0
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.js → Action.js} +1 -1
- package/dist/src/specification/v2/controls/Action.js.map +1 -0
- package/dist/src/specification/v2/controls/Card.d.ts +20 -72
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +16 -6
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → ObjectPageFooterAction.d.ts} +8 -7
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -6
- package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -5
- package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +7 -2
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +8 -24
- package/dist/src/specification/v2/controls/Table.js +0 -15
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -2
- package/dist/src/specification/v2/controls/index.d.ts +8 -9
- package/dist/src/specification/v2/controls/index.js +2 -4
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +2 -2
- package/dist/src/specification/v4/controls/Table.d.ts +3 -2
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +8 -19
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +2 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.js +1 -0
- package/dist/src/sync/common/generate/index.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +22 -17
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +66 -0
- package/dist/src/sync/common/generate/utils.js +205 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/importProject.js +8 -8
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +3 -30
- package/dist/src/sync/common/utils.js +15 -113
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +14 -0
- package/dist/src/sync/v2/export/controls/Action.js +74 -0
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
- package/dist/src/sync/v2/export/controls/Card.js +15 -43
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +7 -3
- package/dist/src/sync/v2/export/controls/FilterBar.js +34 -11
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +8 -7
- package/dist/src/sync/v2/export/controls/FormAction.js +15 -53
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +5 -4
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +9 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +5 -4
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -2
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +15 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +9 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +59 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.d.ts +6 -5
- package/dist/src/sync/v2/export/controls/Table.js +16 -21
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
- package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
- package/dist/src/sync/v2/export/controls/index.js +12 -8
- package/dist/src/sync/v2/export/controls/index.js.map +1 -1
- package/dist/src/sync/v2/export/export.js +1 -1
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +3 -2
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +6 -3
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +8 -0
- package/dist/src/sync/v2/generate/listReport.js +18 -3
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +0 -1
- package/dist/src/sync/v2/generate/objectPage.js +204 -122
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +3 -3
- package/dist/src/sync/v2/generate/utils.js +22 -14
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +8 -1
- package/dist/src/sync/v2/import/common/index.js +107 -43
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +33 -2
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +305 -240
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +1 -1
- package/dist/src/sync/v2/import/utils.js +2 -2
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +21 -2
- package/dist/src/sync/v2/types.js +7 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +5 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -10
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +5 -2
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/export.js +21 -14
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +1 -0
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -1
- package/dist/src/sync/v4/generate/listReport.js +47 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +100 -50
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +2 -2
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +1 -3
- package/dist/src/sync/v4/import/pages/listReport.js +27 -17
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +10 -12
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -8
- package/dist/src/sync/v4/utils/utils.js +31 -53
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +19 -17
- package/dist/src/specification/v2/controls/FormAction.d.ts +0 -43
- package/dist/src/specification/v2/controls/FormAction.js +0 -20
- package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,13 +4,14 @@ 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.90.
|
|
7
|
+
## [1.90.18] - 2022-01-26
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
- OData V2:
|
|
12
|
+
- `exportType` property can now be configured to specify the type of export to be used in the SmartTable control.
|
|
12
13
|
|
|
13
|
-
|
|
14
|
+
### Changed
|
|
14
15
|
|
|
15
16
|
### Removed
|
|
16
17
|
|
|
@@ -20,6 +21,91 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
20
21
|
|
|
21
22
|
### Quality
|
|
22
23
|
|
|
24
|
+
- Upgrade of node-fetch
|
|
25
|
+
|
|
26
|
+
## [1.90.17] - 2022-01-12
|
|
27
|
+
|
|
28
|
+
### Added
|
|
29
|
+
|
|
30
|
+
- OData V2:
|
|
31
|
+
- OP: properties of footer actions are displayed and supported in side panel
|
|
32
|
+
- properties of toolbar actions are displayed and supported in side panel
|
|
33
|
+
- OVP: The property `showLineItemDetail` is now supported for List and Table cards
|
|
34
|
+
- OP: Schema now supports column extensions for TreeTable
|
|
35
|
+
|
|
36
|
+
### Changed
|
|
37
|
+
|
|
38
|
+
- OData V2:
|
|
39
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
40
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
41
|
+
- OData V4:
|
|
42
|
+
- property `afterExecution` of table columns now is only visible for actions but not for other record types
|
|
43
|
+
- deprecated `name` property and support new `template` property for custom sections in manifest
|
|
44
|
+
|
|
45
|
+
### Removed
|
|
46
|
+
|
|
47
|
+
- OData V2:
|
|
48
|
+
- OVP: removed `tabs` property from card level
|
|
49
|
+
|
|
50
|
+
### Fixed
|
|
51
|
+
|
|
52
|
+
- OData V2:
|
|
53
|
+
- correct schema generation in case multiple facets are referring to lineitem annotation of same entity
|
|
54
|
+
- Facet Id is considered for import and export of manifest settings
|
|
55
|
+
- Fixed sync issues in case no text is provided for custom columns
|
|
56
|
+
- OData V4:
|
|
57
|
+
- Avoid exporting empty arrays to manifest.json
|
|
58
|
+
|
|
59
|
+
### Quality
|
|
60
|
+
|
|
61
|
+
- Upgrade of trim-off-newlines
|
|
62
|
+
- Upgrade of yarn classic
|
|
63
|
+
- New whitesource endpoint
|
|
64
|
+
- Upgrade of follow-redirects
|
|
65
|
+
|
|
66
|
+
## [1.90.16] - 2021-12-01
|
|
67
|
+
|
|
68
|
+
### Added
|
|
69
|
+
|
|
70
|
+
- Added enum support for `annotationPath` as part of quick variant selection or views
|
|
71
|
+
- Property entitySet added to V4 views; enum support for entitySet of multiple views in V2 and V4
|
|
72
|
+
- OData V2:
|
|
73
|
+
- LR: Added support for `annotationPath` property to allow setting default filter values
|
|
74
|
+
|
|
75
|
+
### Fixed
|
|
76
|
+
|
|
77
|
+
- Schemas and configs are now generated for applications without annotations
|
|
78
|
+
- OData V4:
|
|
79
|
+
- Properties of (Header)Sections with missing facet Id are no longer displayed in properties panel
|
|
80
|
+
- export of deletion of object page columns did no work
|
|
81
|
+
|
|
82
|
+
### Quality
|
|
83
|
+
|
|
84
|
+
- New build version `build:dev` without generation of documentation html
|
|
85
|
+
- Fixed an issue with missing `log` function after webpack
|
|
86
|
+
|
|
87
|
+
## [1.90.15] - 2021-11-17
|
|
88
|
+
|
|
89
|
+
### Added
|
|
90
|
+
|
|
91
|
+
- OData V4: Enhance schema with `dataType`, `annotationPath` information for display on columns, fields and selection fields in Page editor
|
|
92
|
+
|
|
93
|
+
### Fixed
|
|
94
|
+
|
|
95
|
+
- Invalid references in generated schemas have been fixed.
|
|
96
|
+
|
|
97
|
+
### Quality
|
|
98
|
+
|
|
99
|
+
- Use of "@sapui5/ts-types": "1.90.9", replacement of own type definitions in case of suitable sapui5 type.
|
|
100
|
+
|
|
101
|
+
## [1.90.14] - 2021-11-03
|
|
102
|
+
|
|
103
|
+
### Changed
|
|
104
|
+
|
|
105
|
+
- In the JSON schema, the description of DataPoints as part of sections or header facets now reflects the Title of the target annotation.
|
|
106
|
+
|
|
107
|
+
### Quality
|
|
108
|
+
|
|
23
109
|
- Code smell solved: "Define a constant instead of duplicating this literal n times."
|
|
24
110
|
|
|
25
111
|
## [1.90.13] - 2021-10-20
|
|
@@ -34,7 +120,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
34
120
|
|
|
35
121
|
### Changed
|
|
36
122
|
|
|
37
|
-
- OData V2:
|
|
123
|
+
- OData V2:
|
|
38
124
|
- Enhanced sync logic to use generic approach for handling unknown properties. As a result sync logic is more robust and handles more unknown properties.
|
|
39
125
|
|
|
40
126
|
### Removed
|
|
@@ -49,7 +135,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
49
135
|
- OData V4:
|
|
50
136
|
- Pages Schema. Exception if path in UI.SelectionFields is not valid.
|
|
51
137
|
- Object page sections referring to UI.Identification with qualifer shall show actions besides the fields.
|
|
52
|
-
- V2 & V4:
|
|
138
|
+
- V2 & V4:
|
|
53
139
|
- replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
|
|
54
140
|
- Add `visible` property to DataField types
|
|
55
141
|
- annotationPath definitions of header and footer actions.
|
|
@@ -98,8 +184,8 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
98
184
|
|
|
99
185
|
- New html files showing a graphical representation of the content of each generic schema.
|
|
100
186
|
- OData V2:
|
|
101
|
-
|
|
102
|
-
|
|
187
|
+
- We show field groups and fields now as part of the object page schema, and allow the maintenance of the visible property for fields.
|
|
188
|
+
- Support of property `flexEnabled`on app level.
|
|
103
189
|
|
|
104
190
|
### Changed
|
|
105
191
|
|
|
@@ -111,11 +197,11 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
111
197
|
|
|
112
198
|
### Fixed
|
|
113
199
|
|
|
114
|
-
- OData V2:
|
|
115
|
-
|
|
200
|
+
- OData V2:
|
|
201
|
+
- Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
|
|
116
202
|
- OData V4:
|
|
117
|
-
|
|
118
|
-
|
|
203
|
+
- Exception occurred in case of invalid custom page definitions in manifest
|
|
204
|
+
- Page determination went wrong in case of irregular ordering of routing targets
|
|
119
205
|
|
|
120
206
|
### Quality
|
|
121
207
|
|
|
@@ -148,7 +234,7 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
148
234
|
|
|
149
235
|
### Changed
|
|
150
236
|
|
|
151
|
-
- OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
|
|
237
|
+
- OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
|
|
152
238
|
|
|
153
239
|
### Fixed
|
|
154
240
|
|