@sap/ux-specification 1.96.50 → 1.96.52

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 (69) hide show
  1. package/CHANGELOG.md +79 -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-BuildingBlocks.html +2 -2
  12. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  13. package/dist/documentation/v4/v4-ListReport.html +2 -2
  14. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  15. package/dist/index-min.js +82 -82
  16. package/dist/index-min.js.map +3 -3
  17. package/dist/package.json +12 -12
  18. package/dist/schemas/v2/ObjectPageConfig.json +0 -19
  19. package/dist/schemas/v4/BuildingBlocksConfig.json +2 -2
  20. package/dist/src/api.js +1 -1
  21. package/dist/src/sync/common/distTagEvaluator.js +1 -1
  22. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  23. package/dist/src/sync/common/dist_tag.json +12 -3
  24. package/dist/src/sync/common/generate/utils.d.ts +1 -0
  25. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  26. package/dist/src/sync/common/generate/utils.js +30 -15
  27. package/dist/src/sync/common/generate/utils.js.map +1 -1
  28. package/dist/src/sync/common/i18n.json +1 -1
  29. package/dist/src/sync/common/utils.d.ts +1 -1
  30. package/dist/src/sync/common/utils.d.ts.map +1 -1
  31. package/dist/src/sync/common/utils.js +14 -10
  32. package/dist/src/sync/common/utils.js.map +1 -1
  33. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
  34. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
  35. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
  36. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  37. package/dist/src/sync/v2/export/controls/Table.js +1 -1
  38. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  39. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  40. package/dist/src/sync/v2/export/export.js +4 -4
  41. package/dist/src/sync/v2/export/export.js.map +1 -1
  42. package/dist/src/sync/v2/export/exportPage.js +1 -1
  43. package/dist/src/sync/v2/export/exportPage.js.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/import/common/index.js +4 -4
  47. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  48. package/dist/src/sync/v2/import/pages/objectPage.js +1 -1
  49. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  50. package/dist/src/sync/v4/export/export.d.ts.map +1 -1
  51. package/dist/src/sync/v4/export/export.js +4 -4
  52. package/dist/src/sync/v4/export/export.js.map +1 -1
  53. package/dist/src/sync/v4/export/manifest.d.ts.map +1 -1
  54. package/dist/src/sync/v4/export/manifest.js +6 -4
  55. package/dist/src/sync/v4/export/manifest.js.map +1 -1
  56. package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
  57. package/dist/src/sync/v4/generate/listReport.js +21 -3
  58. package/dist/src/sync/v4/generate/listReport.js.map +1 -1
  59. package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  60. package/dist/src/sync/v4/generate/objectPage.js +11 -12
  61. package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
  62. package/dist/src/sync/v4/import/pages/objectPage.js +3 -3
  63. package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
  64. package/dist/src/sync/v4/sync-rules/controllerExtensions.js +1 -1
  65. package/dist/src/sync/v4/sync-rules/controllerExtensions.js.map +1 -1
  66. package/dist/src/sync/v4/utils/utils.d.ts.map +1 -1
  67. package/dist/src/sync/v4/utils/utils.js +23 -14
  68. package/dist/src/sync/v4/utils/utils.js.map +1 -1
  69. package/package.json +12 -12
package/CHANGELOG.md CHANGED
@@ -8,6 +8,85 @@ This project adheres to [Semantic Versioning](http://semver.org/) and the change
8
8
 
9
9
  [NodeJS](https://nodejs.org/en/download/) Version `18.18.0` or higher
10
10
 
11
+ ## [1.96.52] - 2023-11-16
12
+
13
+ ### Added
14
+
15
+ ### Changed
16
+
17
+ ### Removed
18
+
19
+ ### Deprecated
20
+
21
+ ### Fixed
22
+
23
+ - Fixed an exception "Cannot read properties of undefined (reading 'includes')" when generating the app schemas
24
+
25
+ - OData V4:
26
+ - 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
27
+ - 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
28
+ - Building blocks:
29
+ - The number of new lines that get created from the description of building block properties was decreased
30
+
31
+ ### Quality
32
+
33
+ - Update transitive dependencies
34
+
35
+ Upgrades:
36
+
37
+ - eslint to 8.53.0
38
+ - axios to 1.6.0
39
+ - @sap-ux/fe-fpm-writer to 0.24.1
40
+ - @types/jquery to v3.5.27
41
+ - @types/semver to v7.5.5
42
+ - @types/d3 to v7.4.3
43
+ - @types/mem-fs-editor to v7.0.6
44
+ - @sapui5/ts-types-esm to 1.96.26
45
+
46
+ ## [1.96.51] - 2023-11-02
47
+
48
+ ### Added
49
+
50
+ - OData V4:
51
+ - Added additional log entries while executing API calls for schema generation, and error log entries in case of missing UI.LineItem annotation
52
+
53
+ ### Changed
54
+
55
+ - UX adjustments of inplace documentation:
56
+ - Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
57
+
58
+ ### Removed
59
+
60
+ - OData V2:
61
+ - Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
62
+
63
+ ### Deprecated
64
+
65
+ ### Fixed
66
+
67
+ - OData V2:
68
+ - Fixed an issue with the selector ID of flexibility changes generated for contacts on the subsection level of object pages
69
+ - OData V4:
70
+ - Schema generation: Mark custom anchors in "oneOf" enums and additional anchor enum enhancements (missing descriptions for some actions and sections)
71
+
72
+ ### Quality
73
+
74
+ - Update transitive dependencies
75
+
76
+ Upgrades:
77
+
78
+ - @sap-ux/fe-fpm-writer to 0.24.0
79
+ - @types/semver to 7.5.4
80
+ - @types/d3 to 7.4.2
81
+ - @types/mem-fs-editor to 7.0.5
82
+ - @types/jquery to 3.5.25
83
+ - @sap-ux/annotation-converter to 0.8.0
84
+ - @sap-ux/vocabularies-types to 0.10.0
85
+ - @sap-ux/edmx-parser to 0.7.0
86
+ - esbuild to 0.19.5
87
+ - @ui5/manifest to 1.61.0
88
+ - eslint to 8.52.0
89
+
11
90
  ## [1.96.50] - 2023-10-19
12
91
 
13
92
  ### Added