@sap/ux-specification 1.71.96 → 1.71.98

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 (41) hide show
  1. package/CHANGELOG.md +61 -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 +31 -31
  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/src/api.js +1 -1
  15. package/dist/src/api.js.map +1 -1
  16. package/dist/src/sync/common/distTagEvaluator.js +1 -1
  17. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  18. package/dist/src/sync/common/dist_tag.json +12 -3
  19. package/dist/src/sync/common/i18n.json +1 -1
  20. package/dist/src/sync/common/utils.d.ts +1 -1
  21. package/dist/src/sync/common/utils.d.ts.map +1 -1
  22. package/dist/src/sync/common/utils.js +8 -10
  23. package/dist/src/sync/common/utils.js.map +1 -1
  24. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +1 -3
  25. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts.map +1 -1
  26. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +8 -15
  27. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
  28. package/dist/src/sync/v2/export/controls/Table.js +1 -1
  29. package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
  30. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  31. package/dist/src/sync/v2/export/export.js +4 -4
  32. package/dist/src/sync/v2/export/export.js.map +1 -1
  33. package/dist/src/sync/v2/export/exportPage.js +1 -1
  34. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  35. package/dist/src/sync/v2/generate/objectPage.js +1 -1
  36. package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
  37. package/dist/src/sync/v2/import/common/index.js +4 -4
  38. package/dist/src/sync/v2/import/common/index.js.map +1 -1
  39. package/dist/src/sync/v2/import/pages/objectPage.js +1 -1
  40. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  41. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -8,6 +8,67 @@ 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.71.98] - 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
+ ### Quality
26
+
27
+ - Update transitive dependencies
28
+
29
+ Upgrades:
30
+
31
+ - eslint to 8.53.0
32
+ - axios to 1.6.0
33
+ - @types/jquery to v3.5.27
34
+ - @types/d3 to v7.4.3
35
+
36
+ ## [1.71.97] - 2023-11-02
37
+
38
+ ### Added
39
+
40
+ ### Changed
41
+
42
+ - UX adjustments of inplace documentation:
43
+ - Harmonized the zoom behavior and removed the ability to scroll via the mouse wheel
44
+
45
+ ### Removed
46
+
47
+ - OData V2:
48
+ - Removed the `visibility` property for *addresses* on subsections of the object page, as flexibility changes are not supported on this level
49
+
50
+ ### Deprecated
51
+
52
+ ### Fixed
53
+
54
+ - OData V2:
55
+ - Fixed an issue with the selector ID of flexibility changes generated for **contacts** on the subsection level of object pages
56
+
57
+ ### Quality
58
+
59
+ - Update transitive dependencies
60
+
61
+ Upgrades:
62
+
63
+ - @types/d3 to 7.4.2
64
+ - @types/jquery to 3.5.25
65
+ - @sap-ux/annotation-converter to 0.8.0
66
+ - @sap-ux/vocabularies-types to 0.10.0
67
+ - @sap-ux/edmx-parser to 0.7.0
68
+ - esbuild to 0.19.5
69
+ - @ui5/manifest to 1.61.0
70
+ - eslint to 8.52.0
71
+
11
72
  ## [1.71.96] - 2023-10-19
12
73
 
13
74
  ### Added