@ui5/manifest 1.81.0 → 1.82.0
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.
- package/CHANGELOG.md +59 -44
- package/mapping.json +3 -2
- package/package.json +4 -4
- package/schema.json +22 -4
- package/schema_cil.json +6 -3
- package/types/manifest.d.ts +8 -4
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
4
4
|
|
|
5
5
|
<a name="Unreleased"></a>
|
|
6
6
|
|
|
7
|
+
<a name="v1.82.0"></a>
|
|
8
|
+
## [v1.82.0] - 2026-01-12 (UI5 1.144)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- sap.card: new property "tooltips" which can be used to visualize the tooltips that are generated by Viz charts.
|
|
12
|
+
|
|
13
|
+
<a name="v1.81.1"></a>
|
|
14
|
+
## [v1.81.1] - 2025-12-09 (UI5 1.143)
|
|
15
|
+
|
|
16
|
+
### Added
|
|
17
|
+
- sap.app: new value "4.01" for setting/odataVersion added
|
|
18
|
+
|
|
19
|
+
<a name="v1.81.0"></a>
|
|
20
|
+
## [v1.81.0] - 2025-11-18 (UI5 1.143)
|
|
21
|
+
|
|
7
22
|
### Changed
|
|
8
23
|
- sap.ovp: Deprecated property card/settings/showTimeAxis.
|
|
9
24
|
|
|
@@ -190,47 +205,47 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
190
205
|
<a name="v1.48.1"></a>
|
|
191
206
|
## v1.48.1 - 2022-11-10
|
|
192
207
|
|
|
193
|
-
[Unreleased]: https://github.com/
|
|
194
|
-
[v1.81.0
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
[v1.80.0]: https://github.com/
|
|
199
|
-
[v1.79.0]: https://github.com/
|
|
200
|
-
[v1.78.0]: https://github.com/
|
|
201
|
-
[v1.77.0]: https://github.com/
|
|
202
|
-
[v1.76.0]: https://github.com/
|
|
203
|
-
[v1.75.1]: https://github.com/
|
|
204
|
-
[v1.73.1]: https://github.com/
|
|
205
|
-
[v1.72.3]: https://github.com/
|
|
206
|
-
[v1.71.0]: https://github.com/
|
|
207
|
-
[v1.70.1]: https://github.com/
|
|
208
|
-
[v1.70.0]: https://github.com/
|
|
209
|
-
[v1.69.0]: https://github.com/
|
|
210
|
-
[v1.68.0]: https://github.com/
|
|
211
|
-
[v1.67.2]: https://github.com/
|
|
212
|
-
[v1.67.1]: https://github.com/
|
|
213
|
-
[v1.67.0]: https://github.com/
|
|
214
|
-
[v1.66.0]: https://github.com/
|
|
215
|
-
[v1.65.1]: https://github.com/
|
|
216
|
-
[v1.64.1]: https://github.com/
|
|
217
|
-
[v1.65.0]: https://github.com/
|
|
218
|
-
[v1.64.0]: https://github.com/
|
|
219
|
-
[v1.63.0]: https://github.com/
|
|
220
|
-
[v1.62.1]: https://github.com/
|
|
221
|
-
[v1.62.0]: https://github.com/
|
|
222
|
-
[v1.61.1]: https://github.com/
|
|
223
|
-
[v1.60.0]: https://github.com/
|
|
224
|
-
[v1.59.0]: https://github.com/
|
|
225
|
-
[v1.57.0]: https://github.com/
|
|
226
|
-
[v1.56.0]: https://github.com/
|
|
227
|
-
[v1.55.0]: https://github.com/
|
|
228
|
-
[v1.54.0]: https://github.com/
|
|
229
|
-
[v1.53.1]: https://github.com/
|
|
230
|
-
[v1.53.0]: https://github.com/
|
|
231
|
-
[v1.52.1]: https://github.com/
|
|
232
|
-
[v1.52.0]: https://github.com/
|
|
233
|
-
[v1.51.0]: https://github.com/
|
|
234
|
-
[v1.49.2]: https://github.com/
|
|
235
|
-
[v1.49.1]: https://github.com/
|
|
236
|
-
[v1.49.0]: https://github.com/
|
|
208
|
+
[Unreleased]: https://github.com/UI5/manifest/compare/v1.82.0...HEAD
|
|
209
|
+
[v1.82.0]: https://github.com/UI5/manifest/compare/v1.81.1...v1.82.0
|
|
210
|
+
[v1.81.1]: https://github.com/UI5/manifest/compare/v1.81.0...v1.81.1
|
|
211
|
+
[v1.81.0]: https://github.com/UI5/manifest/compare/v1.80.1...v1.81.0
|
|
212
|
+
[v1.80.1]: https://github.com/UI5/manifest/compare/v1.80.0...v1.80.1
|
|
213
|
+
[v1.80.0]: https://github.com/UI5/manifest/compare/v1.79.0...v1.80.0
|
|
214
|
+
[v1.79.0]: https://github.com/UI5/manifest/compare/v1.78.0...v1.79.0
|
|
215
|
+
[v1.78.0]: https://github.com/UI5/manifest/compare/v1.77.0...v1.78.0
|
|
216
|
+
[v1.77.0]: https://github.com/UI5/manifest/compare/v1.76.0...v1.77.0
|
|
217
|
+
[v1.76.0]: https://github.com/UI5/manifest/compare/v1.75.1...v1.76.0
|
|
218
|
+
[v1.75.1]: https://github.com/UI5/manifest/compare/v1.73.1...v1.75.1
|
|
219
|
+
[v1.73.1]: https://github.com/UI5/manifest/compare/v1.72.3...v1.73.1
|
|
220
|
+
[v1.72.3]: https://github.com/UI5/manifest/compare/v1.71.0...v1.72.3
|
|
221
|
+
[v1.71.0]: https://github.com/UI5/manifest/compare/v1.70.1...v1.71.0
|
|
222
|
+
[v1.70.1]: https://github.com/UI5/manifest/compare/v1.70.0...v1.70.1
|
|
223
|
+
[v1.70.0]: https://github.com/UI5/manifest/compare/v1.69.0...v1.70.0
|
|
224
|
+
[v1.69.0]: https://github.com/UI5/manifest/compare/v1.68.0...v1.69.0
|
|
225
|
+
[v1.68.0]: https://github.com/UI5/manifest/compare/v1.67.2...v1.68.0
|
|
226
|
+
[v1.67.2]: https://github.com/UI5/manifest/compare/v1.67.1...v1.67.2
|
|
227
|
+
[v1.67.1]: https://github.com/UI5/manifest/compare/v1.67.0...v1.67.1
|
|
228
|
+
[v1.67.0]: https://github.com/UI5/manifest/compare/v1.66.0...v1.67.0
|
|
229
|
+
[v1.66.0]: https://github.com/UI5/manifest/compare/v1.65.1...v1.66.0
|
|
230
|
+
[v1.65.1]: https://github.com/UI5/manifest/compare/v1.64.1...v1.65.1
|
|
231
|
+
[v1.64.1]: https://github.com/UI5/manifest/compare/v1.65.0...v1.64.1
|
|
232
|
+
[v1.65.0]: https://github.com/UI5/manifest/compare/v1.64.0...v1.65.0
|
|
233
|
+
[v1.64.0]: https://github.com/UI5/manifest/compare/v1.63.0...v1.64.0
|
|
234
|
+
[v1.63.0]: https://github.com/UI5/manifest/compare/v1.62.1...v1.63.0
|
|
235
|
+
[v1.62.1]: https://github.com/UI5/manifest/compare/v1.62.0...v1.62.1
|
|
236
|
+
[v1.62.0]: https://github.com/UI5/manifest/compare/v1.61.1...v1.62.0
|
|
237
|
+
[v1.61.1]: https://github.com/UI5/manifest/compare/v1.60.0...v1.61.1
|
|
238
|
+
[v1.60.0]: https://github.com/UI5/manifest/compare/v1.59.0...v1.60.0
|
|
239
|
+
[v1.59.0]: https://github.com/UI5/manifest/compare/v1.57.0...v1.59.0
|
|
240
|
+
[v1.57.0]: https://github.com/UI5/manifest/compare/v1.56.0...v1.57.0
|
|
241
|
+
[v1.56.0]: https://github.com/UI5/manifest/compare/v1.55.0...v1.56.0
|
|
242
|
+
[v1.55.0]: https://github.com/UI5/manifest/compare/v1.54.0...v1.55.0
|
|
243
|
+
[v1.54.0]: https://github.com/UI5/manifest/compare/v1.53.1...v1.54.0
|
|
244
|
+
[v1.53.1]: https://github.com/UI5/manifest/compare/v1.53.0...v1.53.1
|
|
245
|
+
[v1.53.0]: https://github.com/UI5/manifest/compare/v1.52.1...v1.53.0
|
|
246
|
+
[v1.52.1]: https://github.com/UI5/manifest/compare/v1.52.0...v1.52.1
|
|
247
|
+
[v1.52.0]: https://github.com/UI5/manifest/compare/v1.51.0...v1.52.0
|
|
248
|
+
[v1.51.0]: https://github.com/UI5/manifest/compare/v1.49.2...v1.51.0
|
|
249
|
+
[v1.49.2]: https://github.com/UI5/manifest/compare/v1.49.1...v1.49.2
|
|
250
|
+
[v1.49.1]: https://github.com/UI5/manifest/compare/v1.49.0...v1.49.1
|
|
251
|
+
[v1.49.0]: https://github.com/UI5/manifest/compare/v1.48.1...v1.49.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ui5/manifest",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.82.0",
|
|
4
4
|
"description": "This project contains the flattend json schema for the ui5 manifest.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/
|
|
7
|
+
"url": "git+https://github.com/UI5/manifest.git"
|
|
8
8
|
},
|
|
9
9
|
"scripts": {
|
|
10
10
|
"prepublishOnly": "git push --follow-tags",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"author": "SAP SE",
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"bugs": {
|
|
21
|
-
"url": "https://github.com/
|
|
21
|
+
"url": "https://github.com/UI5/manifest/issues"
|
|
22
22
|
},
|
|
23
|
-
"homepage": "https://github.com/
|
|
23
|
+
"homepage": "https://github.com/UI5/manifest#readme"
|
|
24
24
|
}
|
package/schema.json
CHANGED
|
@@ -97,7 +97,10 @@
|
|
|
97
97
|
"1.78.0",
|
|
98
98
|
"1.79.0",
|
|
99
99
|
"1.80.0",
|
|
100
|
-
"1.
|
|
100
|
+
"1.80.1",
|
|
101
|
+
"1.81.0",
|
|
102
|
+
"1.81.1",
|
|
103
|
+
"1.82.0"
|
|
101
104
|
]
|
|
102
105
|
},
|
|
103
106
|
"start_url": {
|
|
@@ -140,7 +143,8 @@
|
|
|
140
143
|
"1.18.0",
|
|
141
144
|
"1.19.0",
|
|
142
145
|
"1.20.0",
|
|
143
|
-
"1.21.0"
|
|
146
|
+
"1.21.0",
|
|
147
|
+
"1.21.1"
|
|
144
148
|
]
|
|
145
149
|
},
|
|
146
150
|
"sourceTemplate": {
|
|
@@ -2062,7 +2066,8 @@
|
|
|
2062
2066
|
"1.55.0",
|
|
2063
2067
|
"1.56.0",
|
|
2064
2068
|
"1.57.0",
|
|
2065
|
-
"1.58.0"
|
|
2069
|
+
"1.58.0",
|
|
2070
|
+
"1.59.0"
|
|
2066
2071
|
]
|
|
2067
2072
|
},
|
|
2068
2073
|
"designtime": {
|
|
@@ -6500,6 +6505,18 @@
|
|
|
6500
6505
|
}
|
|
6501
6506
|
}
|
|
6502
6507
|
}
|
|
6508
|
+
},
|
|
6509
|
+
"tooltips": {
|
|
6510
|
+
"description": "Visualize the tooltips that are generated by Viz charts.",
|
|
6511
|
+
"oneOf": [
|
|
6512
|
+
{
|
|
6513
|
+
"type": "boolean",
|
|
6514
|
+
"default": false
|
|
6515
|
+
},
|
|
6516
|
+
{
|
|
6517
|
+
"$ref": "#/$defs/simpleBinding"
|
|
6518
|
+
}
|
|
6519
|
+
]
|
|
6503
6520
|
}
|
|
6504
6521
|
}
|
|
6505
6522
|
},
|
|
@@ -9528,7 +9545,8 @@
|
|
|
9528
9545
|
"type": "string",
|
|
9529
9546
|
"enum": [
|
|
9530
9547
|
"2.0",
|
|
9531
|
-
"4.0"
|
|
9548
|
+
"4.0",
|
|
9549
|
+
"4.01"
|
|
9532
9550
|
]
|
|
9533
9551
|
},
|
|
9534
9552
|
"localUri": {
|
package/schema_cil.json
CHANGED
|
@@ -45,7 +45,8 @@
|
|
|
45
45
|
"1.25.0",
|
|
46
46
|
"1.26.0",
|
|
47
47
|
"1.27.0",
|
|
48
|
-
"1.28.0"
|
|
48
|
+
"1.28.0",
|
|
49
|
+
"1.28.1"
|
|
49
50
|
]
|
|
50
51
|
},
|
|
51
52
|
"start_url": {
|
|
@@ -79,7 +80,8 @@
|
|
|
79
80
|
"1.9.0",
|
|
80
81
|
"1.10.0",
|
|
81
82
|
"1.11.0",
|
|
82
|
-
"1.12.0"
|
|
83
|
+
"1.12.0",
|
|
84
|
+
"1.12.1"
|
|
83
85
|
]
|
|
84
86
|
},
|
|
85
87
|
"sourceTemplate": {
|
|
@@ -3619,7 +3621,8 @@
|
|
|
3619
3621
|
"type": "string",
|
|
3620
3622
|
"enum": [
|
|
3621
3623
|
"2.0",
|
|
3622
|
-
"4.0"
|
|
3624
|
+
"4.0",
|
|
3625
|
+
"4.01"
|
|
3623
3626
|
]
|
|
3624
3627
|
},
|
|
3625
3628
|
"localUri": {
|
package/types/manifest.d.ts
CHANGED
|
@@ -755,7 +755,10 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
755
755
|
| "1.78.0"
|
|
756
756
|
| "1.79.0"
|
|
757
757
|
| "1.80.0"
|
|
758
|
-
| "1.
|
|
758
|
+
| "1.80.1"
|
|
759
|
+
| "1.81.0"
|
|
760
|
+
| "1.81.1"
|
|
761
|
+
| "1.82.0";
|
|
759
762
|
/**
|
|
760
763
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
761
764
|
*/
|
|
@@ -820,7 +823,8 @@ export interface JSONSchemaForSAPAPPNamespace {
|
|
|
820
823
|
| "1.18.0"
|
|
821
824
|
| "1.19.0"
|
|
822
825
|
| "1.20.0"
|
|
823
|
-
| "1.21.0"
|
|
826
|
+
| "1.21.0"
|
|
827
|
+
| "1.21.1";
|
|
824
828
|
/**
|
|
825
829
|
* Represents the template from which the app was generated
|
|
826
830
|
*/
|
|
@@ -1029,7 +1033,7 @@ export interface Setting {
|
|
|
1029
1033
|
/**
|
|
1030
1034
|
* Represents version of OData: 2.0 is default
|
|
1031
1035
|
*/
|
|
1032
|
-
odataVersion?: "2.0" | "4.0";
|
|
1036
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
1033
1037
|
/**
|
|
1034
1038
|
* Represents path to local meta data document or annotation uri
|
|
1035
1039
|
*/
|
|
@@ -1084,7 +1088,7 @@ export interface Setting1 {
|
|
|
1084
1088
|
/**
|
|
1085
1089
|
* Represents version of OData: 2.0 is default
|
|
1086
1090
|
*/
|
|
1087
|
-
odataVersion?: "2.0" | "4.0";
|
|
1091
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
1088
1092
|
/**
|
|
1089
1093
|
* Represents path to local meta data document or annotation uri
|
|
1090
1094
|
*/
|