@sap/ux-specification 1.108.13 → 1.108.14

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 (57) hide show
  1. package/CHANGELOG.md +27 -16
  2. package/dist/documentation/runDocu-min.js +19 -15
  3. package/dist/documentation/runDocu-min.js.map +4 -4
  4. package/dist/documentation/v2/v2-AnalyticalListPage.html +18 -6
  5. package/dist/documentation/v2/v2-ApplicationV2.html +18 -6
  6. package/dist/documentation/v2/v2-ListReport.html +18 -6
  7. package/dist/documentation/v2/v2-ObjectPage.html +18 -6
  8. package/dist/documentation/v2/v2-OverviewPage.html +18 -6
  9. package/dist/documentation/v4/v4-ApplicationV4.html +18 -6
  10. package/dist/documentation/v4/v4-BuildingBlocks.html +18 -6
  11. package/dist/documentation/v4/v4-FreestylePage.html +18 -6
  12. package/dist/documentation/v4/v4-ListReport.html +18 -6
  13. package/dist/documentation/v4/v4-ObjectPage.html +18 -6
  14. package/dist/index-min.js +149 -137
  15. package/dist/index-min.js.map +4 -4
  16. package/dist/package.json +25 -24
  17. package/dist/schemas/v2/AnalyticalListPageConfig.json +4 -12
  18. package/dist/schemas/v2/ApplicationV2.json +1 -3
  19. package/dist/schemas/v2/ListReportConfig.json +8 -24
  20. package/dist/schemas/v2/ObjectPageConfig.json +24 -31
  21. package/dist/schemas/v2/OverviewPageConfig.json +8 -24
  22. package/dist/schemas/v4/BuildingBlocksConfig.json +220 -9
  23. package/dist/schemas/v4/ObjectPageConfig.json +3 -9
  24. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  25. package/dist/src/sync/common/decoration/control.js +1 -0
  26. package/dist/src/sync/common/decoration/control.js.map +1 -1
  27. package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
  28. package/dist/src/sync/common/generate/objectPage.js +13 -5
  29. package/dist/src/sync/common/generate/objectPage.js.map +1 -1
  30. package/dist/src/sync/common/generate/utils.d.ts +7 -0
  31. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  32. package/dist/src/sync/common/generate/utils.js +23 -7
  33. package/dist/src/sync/common/generate/utils.js.map +1 -1
  34. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts.map +1 -1
  35. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js +2 -1
  36. package/dist/src/sync/v2/export/controls/ObjectPageLayout.js.map +1 -1
  37. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  38. package/dist/src/sync/v2/export/export.js +9 -1
  39. package/dist/src/sync/v2/export/export.js.map +1 -1
  40. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  41. package/dist/src/sync/v2/generate/analyticalListReport.js +11 -0
  42. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  43. package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
  44. package/dist/src/sync/v2/generate/objectPage.js +1 -1
  45. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  46. package/dist/src/sync/v2/generate/overviewPage.d.ts.map +1 -1
  47. package/dist/src/sync/v2/generate/overviewPage.js +1 -1
  48. package/dist/src/sync/v2/generate/overviewPage.js.map +1 -1
  49. package/dist/src/sync/v2/generate/utils.d.ts +5 -3
  50. package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
  51. package/dist/src/sync/v2/generate/utils.js +37 -32
  52. package/dist/src/sync/v2/generate/utils.js.map +1 -1
  53. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  54. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  55. package/dist/src/sync/v4/utils/utils.js +2 -1
  56. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  57. package/package.json +25 -24
package/CHANGELOG.md CHANGED
@@ -4,10 +4,13 @@ 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.108.13] - 2023-08-23
7
+ ## [1.108.14] - 2023-09-07
8
8
 
9
9
  ### Added
10
10
 
11
+ - OData V2:
12
+ - Added support for the binding pattern to `showHeaderContent` property
13
+
11
14
  ### Changed
12
15
 
13
16
  ### Removed
@@ -16,6 +19,29 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
16
19
 
17
20
  ### Fixed
18
21
 
22
+ - OData V4:
23
+ - Wrong annotation path is generated for connected fields with a different entity type than the section
24
+ - OData V2:
25
+ - Schema was not completely filled for custom columns, enum values for fragmentName and cellsFragmentName had been partially missing
26
+
27
+ ### Quality
28
+
29
+ - Update transitive dependencies
30
+
31
+ Upgrades:
32
+
33
+ - @types/jquery to 3.5.18
34
+ - eslint to 8.48.0
35
+ - esbuild to 0.19.2
36
+ - @sap-ux/fe-fpm-writer to 0.23.2
37
+ - jquery to 3.7.1
38
+ - @types/semver to 7.5.1
39
+ - @sap-ux/vocabularies-types to 0.9.2
40
+ - @sap-ux/annotation-converter to 0.7.3
41
+ - typescript-json-schema to v0.57.0
42
+
43
+ ## [1.108.13] - 2023-08-23
44
+
19
45
  ### Quality
20
46
 
21
47
  - Update transitive dependencies
@@ -36,14 +62,6 @@ Upgrades:
36
62
  - OData V4:
37
63
  - Support connected fields on the Object Page
38
64
 
39
- ### Changed
40
-
41
- ### Removed
42
-
43
- ### Deprecated
44
-
45
- ### Fixed
46
-
47
65
  ### Quality
48
66
 
49
67
  - Update transitive dependencies
@@ -53,7 +71,6 @@ Upgrades:
53
71
  - eslint to 8.46.0
54
72
  - eslint-config-prettier to 8.9.0
55
73
 
56
-
57
74
  ## [1.108.11] - 2023-07-26
58
75
 
59
76
  ### Added
@@ -62,12 +79,6 @@ Upgrades:
62
79
  - Default aggregation support for macros table and action group
63
80
  - Multiple namespaces support for macros
64
81
 
65
- ### Changed
66
-
67
- ### Removed
68
-
69
- ### Deprecated
70
-
71
82
  ### Fixed
72
83
 
73
84
  - Fixed an issue with the CHANGELOG.md file not being visible on npmjs