@sap/ux-specification 1.90.16 → 1.90.17
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 +51 -15
- 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 +10 -38
- package/dist/schemas/v2/ListReportConfig.json +5 -28
- package/dist/schemas/v2/ObjectPageConfig.json +150 -48
- package/dist/schemas/v2/OverviewPageConfig.json +258 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +18 -2
- package/dist/schemas/v4/ListReportConfig.json +18 -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/specification/v2/index-min.js +1 -1
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → Action.d.ts} +30 -3
- package/dist/src/specification/v2/controls/{FormAction.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 +4 -0
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v2/controls/{FormAction.d.ts → ObjectPageFooterAction.d.ts} +4 -3
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.js → ObjectPageFooterAction.js} +1 -1
- 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 +1 -1
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +1 -9
- 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 -2
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +2 -2
- package/dist/src/specification/v4/controls/Table.d.ts +2 -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/objectPage.js +12 -8
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +1 -1
- 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 +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js +10 -0
- package/dist/src/sync/v2/export/controls/FilterBar.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/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 +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +3 -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 +3 -4
- package/dist/src/sync/v2/export/controls/Table.js +4 -21
- package/dist/src/sync/v2/export/controls/Table.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/generate/objectPage.d.ts +0 -1
- package/dist/src/sync/v2/generate/objectPage.js +188 -111
- 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 +31 -0
- 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 +303 -238
- 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 +3 -0
- package/dist/src/sync/v4/export/export.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.js +5 -1
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +3 -3
- 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,25 +4,61 @@ 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.17] - 2022-01-12
|
|
8
8
|
|
|
9
9
|
### Added
|
|
10
10
|
|
|
11
|
-
-
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
-
|
|
11
|
+
- OData V2:
|
|
12
|
+
- OP: properties of footer actions are displayed and supported in side panel
|
|
13
|
+
- properties of toolbar actions are displayed and supported in side panel
|
|
14
|
+
- OVP: The property `showLineItemDetail` is now supported for List and Table cards
|
|
15
|
+
- OP: Schema now supports column extensions for TreeTable
|
|
15
16
|
|
|
16
17
|
### Changed
|
|
17
18
|
|
|
19
|
+
- OData V2:
|
|
20
|
+
- property `filterDefaultsFromSelectionVariant` is now only supported for AnalyticalListPage floorplan
|
|
21
|
+
- OVP: The property `tabs` and `addOdataSelect` can now be confirued for all cards
|
|
22
|
+
- OData V4:
|
|
23
|
+
- property `afterExecution` of table columns now is only visible for actions but not for other record types
|
|
24
|
+
- deprecated `name` property and support new `template` property for custom sections in manifest
|
|
25
|
+
|
|
18
26
|
### Removed
|
|
19
27
|
|
|
28
|
+
- OData V2:
|
|
29
|
+
- OVP: removed `tabs` property from card level
|
|
30
|
+
|
|
20
31
|
### Deprecated
|
|
21
32
|
|
|
22
33
|
### Fixed
|
|
23
34
|
|
|
35
|
+
- OData V2:
|
|
36
|
+
- correct schema generation in case multiple facets are referring to lineitem annotation of same entity
|
|
37
|
+
- Facet Id is considered for import and export of manifest settings
|
|
38
|
+
- Fixed sync issues in case no text is provided for custom columns
|
|
39
|
+
- OData V4:
|
|
40
|
+
- Avoid exporting empty arrays to manifest.json
|
|
41
|
+
|
|
42
|
+
### Quality
|
|
43
|
+
|
|
44
|
+
- Upgrade of trim-off-newlines
|
|
45
|
+
- Upgrade of yarn classic
|
|
46
|
+
- New whitesource endpoint
|
|
47
|
+
- Upgrade of follow-redirects
|
|
48
|
+
|
|
49
|
+
## [1.90.16] - 2021-12-01
|
|
50
|
+
|
|
51
|
+
### Added
|
|
52
|
+
|
|
53
|
+
- Added enum support for `annotationPath` as part of quick variant selection or views
|
|
54
|
+
- Property entitySet added to V4 views; enum support for entitySet of multiple views in V2 and V4
|
|
55
|
+
- OData V2:
|
|
56
|
+
- LR: Added support for `annotationPath` property to allow setting default filter values
|
|
57
|
+
|
|
58
|
+
### Fixed
|
|
59
|
+
|
|
24
60
|
- Schemas and configs are now generated for applications without annotations
|
|
25
|
-
- OData V4:
|
|
61
|
+
- OData V4:
|
|
26
62
|
- Properties of (Header)Sections with missing facet Id are no longer displayed in properties panel
|
|
27
63
|
- export of deletion of object page columns did no work
|
|
28
64
|
|
|
@@ -67,7 +103,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
67
103
|
|
|
68
104
|
### Changed
|
|
69
105
|
|
|
70
|
-
- OData V2:
|
|
106
|
+
- OData V2:
|
|
71
107
|
- Enhanced sync logic to use generic approach for handling unknown properties. As a result sync logic is more robust and handles more unknown properties.
|
|
72
108
|
|
|
73
109
|
### Removed
|
|
@@ -82,7 +118,7 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
|
|
|
82
118
|
- OData V4:
|
|
83
119
|
- Pages Schema. Exception if path in UI.SelectionFields is not valid.
|
|
84
120
|
- Object page sections referring to UI.Identification with qualifer shall show actions besides the fields.
|
|
85
|
-
- V2 & V4:
|
|
121
|
+
- V2 & V4:
|
|
86
122
|
- replace alias of namespace definitions of header actions even for references that are not related to OData vocabularies.
|
|
87
123
|
- Add `visible` property to DataField types
|
|
88
124
|
- annotationPath definitions of header and footer actions.
|
|
@@ -131,8 +167,8 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
131
167
|
|
|
132
168
|
- New html files showing a graphical representation of the content of each generic schema.
|
|
133
169
|
- OData V2:
|
|
134
|
-
|
|
135
|
-
|
|
170
|
+
- We show field groups and fields now as part of the object page schema, and allow the maintenance of the visible property for fields.
|
|
171
|
+
- Support of property `flexEnabled`on app level.
|
|
136
172
|
|
|
137
173
|
### Changed
|
|
138
174
|
|
|
@@ -144,11 +180,11 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
144
180
|
|
|
145
181
|
### Fixed
|
|
146
182
|
|
|
147
|
-
- OData V2:
|
|
148
|
-
|
|
183
|
+
- OData V2:
|
|
184
|
+
- Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
|
|
149
185
|
- OData V4:
|
|
150
|
-
|
|
151
|
-
|
|
186
|
+
- Exception occurred in case of invalid custom page definitions in manifest
|
|
187
|
+
- Page determination went wrong in case of irregular ordering of routing targets
|
|
152
188
|
|
|
153
189
|
### Quality
|
|
154
190
|
|
|
@@ -181,7 +217,7 @@ For some V4 apps, the export of property changes failed due to invalid schema de
|
|
|
181
217
|
|
|
182
218
|
### Changed
|
|
183
219
|
|
|
184
|
-
- OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
|
|
220
|
+
- OData V2: Unresolvable facets are not returned by schema to avoid creation of corrupted custom sections
|
|
185
221
|
|
|
186
222
|
### Fixed
|
|
187
223
|
|