@sap/ux-specification 1.96.17 → 1.96.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.
Files changed (29) hide show
  1. package/CHANGELOG.md +24 -3
  2. package/dist/documentation/runDocu-min.js +1 -1
  3. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  4. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  5. package/dist/documentation/v2/v2-ListReport.html +1 -1
  6. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  7. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  8. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  9. package/dist/documentation/v4/v4-FreestylePage.html +1 -1
  10. package/dist/documentation/v4/v4-ListReport.html +1 -1
  11. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  12. package/dist/index-min.js +1 -1
  13. package/dist/schemas/v2/AnalyticalListPageConfig.json +2 -2
  14. package/dist/schemas/v2/ListReportConfig.json +4 -4
  15. package/dist/schemas/v2/ObjectPageConfig.json +19 -19
  16. package/dist/schemas/v4/ListReportConfig.json +184 -1
  17. package/dist/schemas/v4/ObjectPageConfig.json +101 -1
  18. package/dist/specification/v4/index-min.js +1 -1
  19. package/dist/src/apiTypes.d.ts +6 -3
  20. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +14 -2
  21. package/dist/src/specification/v4/controls/ToolBar.d.ts +59 -2
  22. package/dist/src/sync/common/generate/utils.d.ts +23 -2
  23. package/dist/src/sync/common/types.d.ts +8 -2
  24. package/dist/src/sync/common/utils.d.ts +6 -0
  25. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +16 -1
  26. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +2 -2
  27. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +31 -1
  28. package/dist/src/sync/v4/utils/utils.d.ts +18 -1
  29. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -4,12 +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.96.17] - 2022-07-14
7
+ ## [1.96.18] - 2022-07-28
8
+
8
9
  ### Added
9
10
 
10
- ### Changed
11
+ - OData V4:
12
+ - Added support for custom actions for tables in LR and OP
11
13
 
12
- - OData V4: In case of PresentationVariant definitions for charts or line items, an intermediate node had originally been introduced in the Object Page schema that represents the PresentationVariant. This multi-level propagation of references caused issues in the consuming UI, thus the intermediate node got deleted again. The PresentationVariant must be determined by the consuming application if necessary.
14
+ ### Changed
13
15
 
14
16
  ### Removed
15
17
 
@@ -17,6 +19,25 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
17
19
 
18
20
  ### Fixed
19
21
 
22
+ - OData V4:
23
+ - Fixed an issue with custom column export where it was not possible to restore a deleted column
24
+
25
+ ### Quality
26
+
27
+ - Upgrade of webpack and dependent modules
28
+ - Upgrade of terser
29
+ - Upgrade of glob-parent, mem-fs-editor
30
+ - Upgrade of lerna
31
+ - Upgrade of fe-fpm-writer
32
+
33
+ ## [1.96.17] - 2022-07-14
34
+
35
+ ### Changed
36
+
37
+ - OData V4: In case of PresentationVariant definitions for charts or line items, an intermediate node had originally been introduced in the Object Page schema that represents the PresentationVariant. This multi-level propagation of references caused issues in the consuming UI, thus the intermediate node got deleted again. The PresentationVariant must be determined by the consuming application if necessary.
38
+
39
+ ### Fixed
40
+
20
41
  - OData V2:
21
42
 
22
43
  - OData V4: