@sap/ux-specification 1.71.95 → 1.71.97

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 (49) hide show
  1. package/CHANGELOG.md +67 -0
  2. package/dist/documentation/runDocu-min.js +5 -5
  3. package/dist/documentation/runDocu-min.js.map +4 -4
  4. package/dist/documentation/styleDocu.css +3 -0
  5. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  6. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  7. package/dist/documentation/v2/v2-ListReport.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/index-min.js +33 -33
  11. package/dist/index-min.js.map +3 -3
  12. package/dist/package.json +8 -8
  13. package/dist/schemas/v2/ObjectPageConfig.json +0 -19
  14. package/dist/schemas/v2/OverviewPageConfig.json +109 -69
  15. package/dist/src/api.js +1 -1
  16. package/dist/src/api.js.map +1 -1
  17. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  18. package/dist/src/sync/common/importProject.js +1 -3
  19. package/dist/src/sync/common/importProject.js.map +1 -1
  20. package/dist/src/sync/v2/application.js.map +1 -1
  21. package/dist/src/sync/v2/export/controls/Card.d.ts +6 -5
  22. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  23. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  24. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
  25. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
  26. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
  27. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
  28. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  29. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  30. package/dist/src/sync/v2/export/export.js +3 -1
  31. package/dist/src/sync/v2/export/export.js.map +1 -1
  32. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  33. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  34. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  35. package/dist/src/sync/v2/generate/generate.d.ts +5 -5
  36. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
  37. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  38. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  39. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  40. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  41. package/dist/src/sync/v2/import/app/appProvider.d.ts.map +1 -1
  42. package/dist/src/sync/v2/import/app/appProvider.js +9 -10
  43. package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
  44. package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  45. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  46. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  47. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  48. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  49. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -4,6 +4,73 @@ 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
+ # Prerequisites
8
+
9
+ [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
10
+
11
+ ## [1.71.97] - 2023-11-02
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+
17
+ - UX adjustments of inplace documentation:
18
+ - Harmonized the zoom behavior and removed the ability to scroll via mouse wheel
19
+
20
+ ### Removed
21
+
22
+ - OData V2:
23
+ - Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
24
+
25
+ ### Deprecated
26
+
27
+ ### Fixed
28
+
29
+ - OData V2:
30
+ - Fixed an issue with the selector ID of flexibility changes generated for *contacts* on subsection level of object pages
31
+
32
+ ### Quality
33
+
34
+ - Update transitive dependencies
35
+
36
+ Upgrades:
37
+
38
+ - @types/d3 to 7.4.2
39
+ - @types/jquery to 3.5.25
40
+ - @sap-ux/annotation-converter to 0.8.0
41
+ - @sap-ux/vocabularies-types to 0.10.0
42
+ - @sap-ux/edmx-parser to 0.7.0
43
+ - esbuild to 0.19.5
44
+ - @ui5/manifest to 1.61.0
45
+ - eslint to 8.52.0
46
+
47
+ ## [1.71.96] - 2023-10-19
48
+
49
+ ### Added
50
+
51
+ ### Changed
52
+
53
+ - Own definitions for the manifest or app descriptor have been replaced as far as possible by the given definitions from npm module @ui5/manifest
54
+
55
+ ### Removed
56
+
57
+ ### Deprecated
58
+
59
+ ### Fixed
60
+
61
+ - Under certain circumstances, the non-existence of the UI.LineItem annotation led to the exception "find is not a function" when executing the importProject API
62
+
63
+ ### Quality
64
+
65
+ - Update transitive dependencies
66
+
67
+ Upgrades:
68
+
69
+ - rimraf to 5.0.5
70
+ - eslint to 8.51.0
71
+ - @types/jquery to 3.5.22
72
+ - esbuild to 0.19.4
73
+
7
74
  ## [1.71.95] - 2023-10-05
8
75
 
9
76
  ### Added