@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.
Files changed (127) hide show
  1. package/CHANGELOG.md +51 -15
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/styleDocu.css +4 -5
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  5. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  6. package/dist/documentation/v2/v2-ListReport.html +1 -1
  7. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  8. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  9. package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
  10. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  11. package/dist/documentation/v4/v4-ListReport.html +1 -1
  12. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  13. package/dist/index-min.js +1 -1
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +10 -38
  15. package/dist/schemas/v2/ListReportConfig.json +5 -28
  16. package/dist/schemas/v2/ObjectPageConfig.json +150 -48
  17. package/dist/schemas/v2/OverviewPageConfig.json +258 -196
  18. package/dist/schemas/v4/AnalyticalListPageConfig.json +18 -2
  19. package/dist/schemas/v4/ListReportConfig.json +18 -2
  20. package/dist/schemas/v4/ObjectPageConfig.json +0 -20
  21. package/dist/scripts/extractDocu.js +18 -8
  22. package/dist/scripts/extractDocu.js.map +1 -1
  23. package/dist/scripts/runDocu.js +105 -89
  24. package/dist/scripts/runDocu.js.map +1 -1
  25. package/dist/specification/v2/index-min.js +1 -1
  26. package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → Action.d.ts} +30 -3
  27. package/dist/src/specification/v2/controls/{FormAction.js → Action.js} +1 -1
  28. package/dist/src/specification/v2/controls/Action.js.map +1 -0
  29. package/dist/src/specification/v2/controls/Card.d.ts +20 -72
  30. package/dist/src/specification/v2/controls/Card.js.map +1 -1
  31. package/dist/src/specification/v2/controls/FilterBar.d.ts +4 -0
  32. package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
  33. package/dist/src/specification/v2/controls/{FormAction.d.ts → ObjectPageFooterAction.d.ts} +4 -3
  34. package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.js → ObjectPageFooterAction.js} +1 -1
  35. package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +1 -0
  36. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
  37. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
  38. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
  39. package/dist/src/specification/v2/controls/Table.d.ts +1 -9
  40. package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -2
  41. package/dist/src/specification/v2/controls/index.d.ts +8 -9
  42. package/dist/src/specification/v2/controls/index.js +2 -2
  43. package/dist/src/specification/v2/controls/index.js.map +1 -1
  44. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +2 -2
  45. package/dist/src/specification/v4/controls/Table.d.ts +2 -2
  46. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +8 -19
  47. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +2 -1
  48. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
  49. package/dist/src/sync/common/generate/objectPage.js +12 -8
  50. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  51. package/dist/src/sync/common/utils.d.ts +1 -1
  52. package/dist/src/sync/common/utils.js.map +1 -1
  53. package/dist/src/sync/v2/export/controls/Action.d.ts +14 -0
  54. package/dist/src/sync/v2/export/controls/Action.js +74 -0
  55. package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
  56. package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
  57. package/dist/src/sync/v2/export/controls/Card.js +15 -43
  58. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  59. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +1 -0
  60. package/dist/src/sync/v2/export/controls/FilterBar.js +10 -0
  61. package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
  62. package/dist/src/sync/v2/export/controls/Fragment.js +5 -4
  63. package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
  64. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +9 -0
  65. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
  66. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
  67. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
  68. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
  69. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +2 -1
  70. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +3 -0
  71. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  72. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +9 -0
  73. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +59 -0
  74. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
  75. package/dist/src/sync/v2/export/controls/Table.d.ts +3 -4
  76. package/dist/src/sync/v2/export/controls/Table.js +4 -21
  77. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  78. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
  79. package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
  80. package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
  81. package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
  82. package/dist/src/sync/v2/export/controls/index.js +12 -8
  83. package/dist/src/sync/v2/export/controls/index.js.map +1 -1
  84. package/dist/src/sync/v2/export/export.js +1 -1
  85. package/dist/src/sync/v2/export/export.js.map +1 -1
  86. package/dist/src/sync/v2/generate/objectPage.d.ts +0 -1
  87. package/dist/src/sync/v2/generate/objectPage.js +188 -111
  88. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  89. package/dist/src/sync/v2/generate/utils.d.ts +3 -3
  90. package/dist/src/sync/v2/generate/utils.js +22 -14
  91. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  92. package/dist/src/sync/v2/import/common/index.d.ts +8 -1
  93. package/dist/src/sync/v2/import/common/index.js +107 -43
  94. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  95. package/dist/src/sync/v2/import/pages/listReport.js +31 -0
  96. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  97. package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
  98. package/dist/src/sync/v2/import/pages/objectPage.js +303 -238
  99. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  100. package/dist/src/sync/v2/import/utils.d.ts +1 -1
  101. package/dist/src/sync/v2/import/utils.js +2 -2
  102. package/dist/src/sync/v2/import/utils.js.map +1 -1
  103. package/dist/src/sync/v2/types.d.ts +21 -2
  104. package/dist/src/sync/v2/types.js +7 -0
  105. package/dist/src/sync/v2/types.js.map +1 -1
  106. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +5 -1
  107. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
  108. package/dist/src/sync/v4/export/controls/ObjectPageTable.js +2 -2
  109. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +3 -2
  110. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -10
  111. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
  112. package/dist/src/sync/v4/export/controls/Table.js +1 -1
  113. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -1
  114. package/dist/src/sync/v4/export/controls/TableColumn.js +5 -2
  115. package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
  116. package/dist/src/sync/v4/export/export.js +3 -0
  117. package/dist/src/sync/v4/export/export.js.map +1 -1
  118. package/dist/src/sync/v4/import/pages/listReport.d.ts +1 -3
  119. package/dist/src/sync/v4/import/pages/listReport.js +27 -17
  120. package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
  121. package/dist/src/sync/v4/import/pages/objectPage.js +10 -12
  122. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  123. package/dist/src/sync/v4/utils/utils.js +5 -1
  124. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  125. package/package.json +3 -3
  126. package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
  127. 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.16] - 2021-12-01
7
+ ## [1.90.17] - 2022-01-12
8
8
 
9
9
  ### Added
10
10
 
11
- - Added enum support for `annotationPath` as part of quick variant selection or views
12
- - Property entitySet added to V4 views; enum support for entitySet of multiple views in V2 and V4
13
- - OData V2:
14
- - LR: Added support for `annotationPath` property to allow setting default filter values
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
- - We show field groups and fields now as part of the object page schema, and allow the maintenance of the visible property for fields.
135
- - Support of property `flexEnabled`on app level.
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
- - Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
183
+ - OData V2:
184
+ - Invalid flexChanges are now ignored during sync, hence configs and pages files are created.
149
185
  - OData V4:
150
- - Exception occurred in case of invalid custom page definitions in manifest
151
- - Page determination went wrong in case of irregular ordering of routing targets
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