@sap/ux-specification 1.71.98 → 1.71.100

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 (84) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/dist/documentation/runDocu-min.js +4 -4
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/styleDocu.css +4 -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 +62 -65
  11. package/dist/index-min.js.map +4 -4
  12. package/dist/package.json +7 -8
  13. package/dist/schemas/v2/ObjectPageConfig.json +167 -111
  14. package/dist/schemas/v2/OverviewPageConfig.json +833 -638
  15. package/dist/src/api.js +1 -1
  16. package/dist/src/extensionLogger.d.ts.map +1 -1
  17. package/dist/src/extensionLogger.js +6 -1
  18. package/dist/src/extensionLogger.js.map +1 -1
  19. package/dist/src/sync/common/decoration/control.d.ts +4 -0
  20. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  21. package/dist/src/sync/common/decoration/control.js +8 -1
  22. package/dist/src/sync/common/decoration/control.js.map +1 -1
  23. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  24. package/dist/src/sync/common/distTagEvaluator.js +1 -1
  25. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  26. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  27. package/dist/src/sync/common/generate/utils.js +56 -47
  28. package/dist/src/sync/common/generate/utils.js.map +1 -1
  29. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  30. package/dist/src/sync/common/importProject.js +30 -34
  31. package/dist/src/sync/common/importProject.js.map +1 -1
  32. package/dist/src/sync/common/utils.d.ts.map +1 -1
  33. package/dist/src/sync/common/utils.js +51 -42
  34. package/dist/src/sync/common/utils.js.map +1 -1
  35. package/dist/src/sync/v2/application.d.ts +4 -3
  36. package/dist/src/sync/v2/application.d.ts.map +1 -1
  37. package/dist/src/sync/v2/application.js +17 -13
  38. package/dist/src/sync/v2/application.js.map +1 -1
  39. package/dist/src/sync/v2/export/controls/Card.d.ts +69 -77
  40. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  41. package/dist/src/sync/v2/export/controls/Card.js +99 -252
  42. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  43. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +14 -6
  44. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  45. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +87 -27
  46. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  47. package/dist/src/sync/v2/export/export.d.ts +2 -1
  48. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  49. package/dist/src/sync/v2/export/export.js +37 -61
  50. package/dist/src/sync/v2/export/export.js.map +1 -1
  51. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  52. package/dist/src/sync/v2/export/exportPage.js +0 -14
  53. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  54. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  55. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  56. package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
  57. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  58. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
  59. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  60. package/dist/src/sync/v2/export/pages/OverviewPage.js +36 -10
  61. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  62. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  63. package/dist/src/sync/v2/generate/analyticalListReport.js +56 -8
  64. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  65. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
  66. package/dist/src/sync/v2/generate/generate.js +1 -4
  67. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  68. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  69. package/dist/src/sync/v2/generate/listReport.js +6 -4
  70. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  71. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  72. package/dist/src/sync/v2/import/pages/listReport.js +1 -4
  73. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  74. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  75. package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
  76. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  77. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  78. package/dist/src/sync/v2/import/pages/overviewPage.js +53 -53
  79. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  80. package/dist/src/sync/v2/types.d.ts +1 -0
  81. package/dist/src/sync/v2/types.d.ts.map +1 -1
  82. package/dist/src/sync/v2/types.js +2 -1
  83. package/dist/src/sync/v2/types.js.map +1 -1
  84. package/package.json +7 -8
package/CHANGELOG.md CHANGED
@@ -8,12 +8,95 @@ 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.100] - 2024-01-11
12
+
13
+ ### Added
14
+
15
+ - UX adjustments of inplace documentation:
16
+ - Support of Keyboard Navigation
17
+ - OData V2: Support of global table settings for object pages
18
+
19
+ ### Changed
20
+
21
+ - Alignment of settings for sap.ovp:
22
+ The global settings and card specific settings have been compared with the actual status of the documentation and the subschema as available at <https://www.npmjs.com/package/@ui5/manifest>. Missing settings have been added, obsolete settings have been eliminated.
23
+ The assignment of settings to the specific card types has been revised and adjusted.
24
+ - Increased api version
25
+ - OData V2: ALP root properties order
26
+
27
+ ### Removed
28
+
29
+ ### Deprecated
30
+
31
+ ### Fixed
32
+
33
+ - Prevent exception in case of illegal annotationPath references of fields or columns
34
+ - ALP not displaying chart and properties
35
+ - OData V2: ALP not displaying chart and properties
36
+ - OVP:
37
+ - In case of unknown properties, other card settings like listFlavor or listFlavor could get deleted.
38
+ - Property "Category" was shown with an initial value as object, although being of type string.
39
+ - Properties enableAddToInsights, imageSupported, showLineItemDetail, valueSelectionInfo might not have been exported correctly to the manifest.
40
+
41
+ ### Quality
42
+
43
+ - Update transitive dependencies
44
+
45
+ Upgrades
46
+
47
+ - eslint to 8.56.0
48
+ - esbuild to 0.19.11
49
+ - reflect-metadata to 0.2.1
50
+ - axios to 1.6.5
51
+
52
+ ## [1.71.99] - 2023-11-30
53
+
54
+ ### Added
55
+
56
+ - OData V2: Added missing `annotationPath` property for table definitions in schema was added
57
+
58
+ ### Changed
59
+
60
+ - OVP card settings:
61
+ - Added missing properties
62
+ - Removed irrelevant settings from custom card settings
63
+ - Assignment of settings to card types has been generally aligned with the given capabilities of SAP Fiori elements
64
+
65
+ - If problems had been posted to the log with regards to annotations, they normally ended with the information `location: webapp/localService/metadata.xml`. This location information might be misleading for edmx projects, as annotation may reside in a different file. It was always wrong for CAP projects.
66
+ Thus the location information is removed for annotation problems
67
+
68
+ ### Removed
69
+
70
+ ### Deprecated
71
+
72
+ ### Fixed
73
+
74
+ - The check of minUI5Version against the dist tags raised wrong warnings in case of minUI5Version using the pattern 'UI5-xxx'
75
+
76
+ ### Quality
77
+
78
+ - Update transitive dependencies
79
+
80
+ Upgrades:
81
+
82
+ - axios to 1.6.2
83
+ - yarn to 1.22.21
84
+ - esbuild to 0.19.7
85
+ - eslint to 8.54.0
86
+ - @sap-ux/annotation-converter to 0.8.1
87
+ - @sap-ux/vocabularies-types to 0.10.1
88
+ - @types/jquery to 3.5.29
89
+
11
90
  ## [1.71.98] - 2023-11-16
12
91
 
13
92
  ### Added
14
93
 
94
+ - OData V2: Missing `annotationPath` property at table definitions in schema was added.
95
+
15
96
  ### Changed
16
97
 
98
+ - If no line item annotation is present, no `annotationPath` property gets added to the schemas of OData V2 and V4.
99
+
17
100
  ### Removed
18
101
 
19
102
  ### Deprecated