@sap/ux-specification 1.84.76 → 1.84.78

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 (61) hide show
  1. package/CHANGELOG.md +70 -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 +25 -25
  14. package/dist/index-min.js.map +3 -3
  15. package/dist/package.json +9 -9
  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/distTagEvaluator.js +1 -1
  20. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  21. package/dist/src/sync/common/dist_tag.json +12 -3
  22. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  23. package/dist/src/sync/common/generate/utils.js +2 -1
  24. package/dist/src/sync/common/generate/utils.js.map +1 -1
  25. package/dist/src/sync/common/i18n.json +1 -1
  26. package/dist/src/sync/common/utils.d.ts +1 -1
  27. package/dist/src/sync/common/utils.d.ts.map +1 -1
  28. package/dist/src/sync/common/utils.js +14 -10
  29. package/dist/src/sync/common/utils.js.map +1 -1
  30. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
  31. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
  32. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
  33. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  34. package/dist/src/sync/v2/export/controls/Table.js +1 -1
  35. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  36. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  37. package/dist/src/sync/v2/export/export.js +4 -4
  38. package/dist/src/sync/v2/export/export.js.map +1 -1
  39. package/dist/src/sync/v2/export/exportPage.js +1 -1
  40. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  41. package/dist/src/sync/v2/generate/objectPage.js +1 -1
  42. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  43. package/dist/src/sync/v2/import/common/index.js +4 -4
  44. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  45. package/dist/src/sync/v2/import/pages/objectPage.js +1 -1
  46. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  47. package/dist/src/sync/v4/export/export.d.ts.map +1 -1
  48. package/dist/src/sync/v4/export/export.js +3 -3
  49. package/dist/src/sync/v4/export/export.js.map +1 -1
  50. package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
  51. package/dist/src/sync/v4/export/manifest.js +6 -4
  52. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  53. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  54. package/dist/src/sync/v4/generate/listReport.js +22 -4
  55. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  56. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  57. package/dist/src/sync/v4/generate/objectPage.js +8 -9
  58. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  59. package/dist/src/sync/v4/import/pages/objectPage.js +3 -3
  60. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  61. package/package.json +9 -9
package/CHANGELOG.md CHANGED
@@ -12,6 +12,76 @@ 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.78] - 2023-11-16
16
+
17
+ ### Added
18
+
19
+ ### Changed
20
+
21
+ ### Removed
22
+
23
+ ### Deprecated
24
+
25
+ ### Fixed
26
+
27
+ - Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
28
+
29
+ - OData V4:
30
+ - If multiple facets refer to target annotations without an ID but with identical labels, only one of the facets was shown in the page editor
31
+ - An error message was added to the logger if the ID was missing for a reference facet. This was wrong, the ID is optional for reference facets. Instead, the error message is now added for missing IDs of collection facets
32
+
33
+ ### Quality
34
+
35
+ - Update transitive dependencies
36
+
37
+ Upgrades:
38
+
39
+ - eslint to 8.53.0
40
+ - axios to 1.6.0
41
+ - @types/d3 to v7.4.3
42
+ - @sapui5/ts-types to 1.84.39
43
+
44
+ ## [1.84.77] - 2023-11-02
45
+
46
+ ### Added
47
+
48
+ - OData V4:
49
+ - Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
50
+
51
+ ### Changed
52
+
53
+ - UX adjustments of inplace documentation:
54
+ - Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
55
+
56
+ ### Removed
57
+
58
+ - OData V2:
59
+ - Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
60
+
61
+ ### Deprecated
62
+
63
+ ### Fixed
64
+
65
+ - OData V2:
66
+ - Fixed an issue with the selector ID of flexibility changes generated for contacts on the subsection level of object pages
67
+ - OData V4:
68
+ - Schema generation: Mark custom anchors in "oneOf" enums for custom sections
69
+
70
+ ### Quality
71
+
72
+ - Update transitive dependencies
73
+
74
+ Upgrades:
75
+
76
+ - @types/d3 to 7.4.2
77
+ - @types/jquery to 3.5.25
78
+ - @sap-ux/annotation-converter to 0.8.0
79
+ - @sap-ux/vocabularies-types to 0.10.0
80
+ - @sap-ux/edmx-parser to 0.7.0
81
+ - esbuild to 0.19.5
82
+ - @ui5/manifest to 1.61.0
83
+ - eslint to 8.52.0
84
+
15
85
  ## [1.84.76] - 2023-10-19
16
86
 
17
87
  ### Added