@sap/ux-specification 1.84.76 → 1.84.77

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 (32) hide show
  1. package/CHANGELOG.md +41 -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/documentation/v4/v4-ApplicationV4.html +2 -2
  11. package/dist/documentation/v4/v4-ListReport.html +2 -2
  12. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  13. package/dist/index-min.js +28 -28
  14. package/dist/index-min.js.map +3 -3
  15. package/dist/package.json +7 -7
  16. package/dist/schemas/v2/ObjectPageConfig.json +0 -19
  17. package/dist/src/api.js +1 -1
  18. package/dist/src/api.js.map +1 -1
  19. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  20. package/dist/src/sync/common/generate/utils.js +2 -1
  21. package/dist/src/sync/common/generate/utils.js.map +1 -1
  22. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
  23. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
  24. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
  25. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  26. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  27. package/dist/src/sync/v4/generate/listReport.js +19 -1
  28. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  29. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  30. package/dist/src/sync/v4/generate/objectPage.js +8 -9
  31. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  32. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -12,6 +12,47 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
12
12
 
13
13
  [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
14
14
 
15
+ ## [1.84.77] - 2023-11-02
16
+
17
+ ### Added
18
+
19
+ - OData V4:
20
+ - Added additional log entries while executing API call for schema generation, and error log entries in case of missing UI.LineItem annotation
21
+
22
+ ### Changed
23
+
24
+ - UX adjustments of inplace documentation:
25
+ - Harmonized the zoom behavior and removed the ability to scroll via mouse wheel
26
+
27
+ ### Removed
28
+
29
+ - OData V2:
30
+ - Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
31
+
32
+ ### Deprecated
33
+
34
+ ### Fixed
35
+
36
+ - OData V2:
37
+ - Fixed an issue with the selector ID of flexibility changes generated for *contacts* on subsection level of object pages
38
+ - OData V4:
39
+ - Schema generation: mark custom anchors in "oneOf" enums for custom sections
40
+
41
+ ### Quality
42
+
43
+ - Update transitive dependencies
44
+
45
+ Upgrades:
46
+
47
+ - @types/d3 to 7.4.2
48
+ - @types/jquery to 3.5.25
49
+ - @sap-ux/annotation-converter to 0.8.0
50
+ - @sap-ux/vocabularies-types to 0.10.0
51
+ - @sap-ux/edmx-parser to 0.7.0
52
+ - esbuild to 0.19.5
53
+ - @ui5/manifest to 1.61.0
54
+ - eslint to 8.52.0
55
+
15
56
  ## [1.84.76] - 2023-10-19
16
57
 
17
58
  ### Added