@ui5/manifest 1.80.0 → 1.81.1
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 +55 -41
- package/mapping.json +2 -1
- package/package.json +4 -4
- package/schema.json +19 -5
- package/schema_cil.json +17 -5
- package/types/manifest.d.ts +10 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,7 +3,18 @@ All notable changes to this project will be documented in this file.
|
|
|
3
3
|
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.81.1"></a>
|
|
8
|
+
## [v1.81.1] - 2025-12-09 (UI5 1.143)
|
|
9
|
+
|
|
10
|
+
### Added
|
|
11
|
+
- sap.app: new value "4.01" for setting/odataVersion added
|
|
12
|
+
|
|
13
|
+
<a name="v1.81.0"></a>
|
|
14
|
+
## [v1.81.0] - 2025-11-18 (UI5 1.143)
|
|
15
|
+
|
|
16
|
+
### Changed
|
|
17
|
+
- sap.ovp: Deprecated property card/settings/showTimeAxis.
|
|
7
18
|
|
|
8
19
|
<a name="v1.80.0"></a>
|
|
9
20
|
## [v1.80.0] - 2025-10-28 (UI5 1.142)
|
|
@@ -188,43 +199,46 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
|
|
|
188
199
|
<a name="v1.48.1"></a>
|
|
189
200
|
## v1.48.1 - 2022-11-10
|
|
190
201
|
|
|
191
|
-
[Unreleased]: https://github.com/
|
|
192
|
-
[v1.
|
|
193
|
-
[v1.
|
|
194
|
-
[v1.
|
|
195
|
-
[v1.
|
|
196
|
-
[v1.
|
|
197
|
-
[v1.
|
|
198
|
-
[v1.
|
|
199
|
-
[v1.
|
|
200
|
-
[v1.
|
|
201
|
-
[v1.
|
|
202
|
-
[v1.
|
|
203
|
-
[v1.
|
|
204
|
-
[v1.
|
|
205
|
-
[v1.
|
|
206
|
-
[v1.
|
|
207
|
-
[v1.
|
|
208
|
-
[v1.
|
|
209
|
-
[v1.
|
|
210
|
-
[v1.
|
|
211
|
-
[v1.
|
|
212
|
-
[v1.
|
|
213
|
-
[v1.
|
|
214
|
-
[v1.
|
|
215
|
-
[v1.
|
|
216
|
-
[v1.
|
|
217
|
-
[v1.
|
|
218
|
-
[v1.
|
|
219
|
-
[v1.
|
|
220
|
-
[v1.
|
|
221
|
-
[v1.
|
|
222
|
-
[v1.
|
|
223
|
-
[v1.
|
|
224
|
-
[v1.
|
|
225
|
-
[v1.
|
|
226
|
-
[v1.
|
|
227
|
-
[v1.
|
|
228
|
-
[v1.
|
|
229
|
-
[v1.
|
|
230
|
-
[v1.
|
|
202
|
+
[Unreleased]: https://github.com/UI5/manifest/compare/v1.81.1...HEAD
|
|
203
|
+
[v1.81.1]: https://github.com/UI5/manifest/compare/v1.81.0...v1.81.1
|
|
204
|
+
[v1.81.0]: https://github.com/UI5/manifest/compare/v1.80.1...v1.81.0
|
|
205
|
+
[v1.80.1]: https://github.com/UI5/manifest/compare/v1.80.0...v1.80.1
|
|
206
|
+
[v1.80.0]: https://github.com/UI5/manifest/compare/v1.79.0...v1.80.0
|
|
207
|
+
[v1.79.0]: https://github.com/UI5/manifest/compare/v1.78.0...v1.79.0
|
|
208
|
+
[v1.78.0]: https://github.com/UI5/manifest/compare/v1.77.0...v1.78.0
|
|
209
|
+
[v1.77.0]: https://github.com/UI5/manifest/compare/v1.76.0...v1.77.0
|
|
210
|
+
[v1.76.0]: https://github.com/UI5/manifest/compare/v1.75.1...v1.76.0
|
|
211
|
+
[v1.75.1]: https://github.com/UI5/manifest/compare/v1.73.1...v1.75.1
|
|
212
|
+
[v1.73.1]: https://github.com/UI5/manifest/compare/v1.72.0...v1.73.1
|
|
213
|
+
[v1.72.3]: https://github.com/UI5/manifest/compare/v1.71.0...v1.72.0
|
|
214
|
+
[v1.71.0]: https://github.com/UI5/manifest/compare/v1.70.1...v1.71.0
|
|
215
|
+
[v1.70.1]: https://github.com/UI5/manifest/compare/v1.70.0...v1.70.1
|
|
216
|
+
[v1.70.0]: https://github.com/UI5/manifest/compare/v1.69.0...v1.70.0
|
|
217
|
+
[v1.69.0]: https://github.com/UI5/manifest/compare/v1.68.0...v1.69.0
|
|
218
|
+
[v1.68.0]: https://github.com/UI5/manifest/compare/v1.67.2...v1.68.0
|
|
219
|
+
[v1.67.2]: https://github.com/UI5/manifest/compare/v1.67.1...v1.67.2
|
|
220
|
+
[v1.67.1]: https://github.com/UI5/manifest/compare/v1.67.0...v1.67.1
|
|
221
|
+
[v1.67.0]: https://github.com/UI5/manifest/compare/v1.66.0...v1.67.0
|
|
222
|
+
[v1.66.0]: https://github.com/UI5/manifest/compare/v1.65.1...v1.66.0
|
|
223
|
+
[v1.65.1]: https://github.com/UI5/manifest/compare/v1.64.1...v1.65.1
|
|
224
|
+
[v1.64.1]: https://github.com/UI5/manifest/compare/v1.65.0...v1.64.1
|
|
225
|
+
[v1.65.0]: https://github.com/UI5/manifest/compare/v1.64.0...v1.65.0
|
|
226
|
+
[v1.64.0]: https://github.com/UI5/manifest/compare/v1.63.0...v1.64.0
|
|
227
|
+
[v1.63.0]: https://github.com/UI5/manifest/compare/v1.62.1...v1.63.0
|
|
228
|
+
[v1.62.1]: https://github.com/UI5/manifest/compare/v1.62.0...v1.62.1
|
|
229
|
+
[v1.62.0]: https://github.com/UI5/manifest/compare/v1.61.1...v1.62.0
|
|
230
|
+
[v1.61.1]: https://github.com/UI5/manifest/compare/v1.60.0...v1.61.1
|
|
231
|
+
[v1.60.0]: https://github.com/UI5/manifest/compare/v1.59.0...v1.60.0
|
|
232
|
+
[v1.59.0]: https://github.com/UI5/manifest/compare/v1.57.0...v1.59.0
|
|
233
|
+
[v1.57.0]: https://github.com/UI5/manifest/compare/v1.56.0...v1.57.0
|
|
234
|
+
[v1.56.0]: https://github.com/UI5/manifest/compare/v1.55.0...v1.56.0
|
|
235
|
+
[v1.55.0]: https://github.com/UI5/manifest/compare/v1.54.0...v1.55.0
|
|
236
|
+
[v1.54.0]: https://github.com/UI5/manifest/compare/v1.53.1...v1.54.0
|
|
237
|
+
[v1.53.1]: https://github.com/UI5/manifest/compare/v1.53.0...v1.53.1
|
|
238
|
+
[v1.53.0]: https://github.com/UI5/manifest/compare/v1.52.1...v1.53.0
|
|
239
|
+
[v1.52.1]: https://github.com/UI5/manifest/compare/v1.52.0...v1.52.1
|
|
240
|
+
[v1.52.0]: https://github.com/UI5/manifest/compare/v1.51.0...v1.52.0
|
|
241
|
+
[v1.51.0]: https://github.com/UI5/manifest/compare/v1.49.2...v1.51.0
|
|
242
|
+
[v1.49.2]: https://github.com/UI5/manifest/compare/v1.49.1...v1.49.2
|
|
243
|
+
[v1.49.1]: https://github.com/UI5/manifest/compare/v1.49.0...v1.49.1
|
|
244
|
+
[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.81.1",
|
|
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
|
@@ -96,7 +96,10 @@
|
|
|
96
96
|
"1.77.0",
|
|
97
97
|
"1.78.0",
|
|
98
98
|
"1.79.0",
|
|
99
|
-
"1.80.0"
|
|
99
|
+
"1.80.0",
|
|
100
|
+
"1.80.1",
|
|
101
|
+
"1.81.0",
|
|
102
|
+
"1.81.1"
|
|
100
103
|
]
|
|
101
104
|
},
|
|
102
105
|
"start_url": {
|
|
@@ -139,7 +142,8 @@
|
|
|
139
142
|
"1.18.0",
|
|
140
143
|
"1.19.0",
|
|
141
144
|
"1.20.0",
|
|
142
|
-
"1.21.0"
|
|
145
|
+
"1.21.0",
|
|
146
|
+
"1.21.1"
|
|
143
147
|
]
|
|
144
148
|
},
|
|
145
149
|
"sourceTemplate": {
|
|
@@ -7425,9 +7429,18 @@
|
|
|
7425
7429
|
}
|
|
7426
7430
|
},
|
|
7427
7431
|
"showTimeAxis": {
|
|
7428
|
-
"description": "Represents the flag to enable/disable time axis for analytical timeseries cards",
|
|
7432
|
+
"description": "[Deprecated] Represents the flag to enable/disable time axis for analytical timeseries cards",
|
|
7429
7433
|
"type": "boolean",
|
|
7430
|
-
"default":
|
|
7434
|
+
"default": true,
|
|
7435
|
+
"anyOf": [
|
|
7436
|
+
{
|
|
7437
|
+
"const": true
|
|
7438
|
+
},
|
|
7439
|
+
{
|
|
7440
|
+
"const": false,
|
|
7441
|
+
"deprecated": true
|
|
7442
|
+
}
|
|
7443
|
+
]
|
|
7431
7444
|
},
|
|
7432
7445
|
"valueSelectionInfo": {
|
|
7433
7446
|
"description": "Represents things like people, number of items",
|
|
@@ -9518,7 +9531,8 @@
|
|
|
9518
9531
|
"type": "string",
|
|
9519
9532
|
"enum": [
|
|
9520
9533
|
"2.0",
|
|
9521
|
-
"4.0"
|
|
9534
|
+
"4.0",
|
|
9535
|
+
"4.01"
|
|
9522
9536
|
]
|
|
9523
9537
|
},
|
|
9524
9538
|
"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": {
|
|
@@ -1807,9 +1809,18 @@
|
|
|
1807
1809
|
}
|
|
1808
1810
|
},
|
|
1809
1811
|
"showTimeAxis": {
|
|
1810
|
-
"description": "Represents the flag to enable/disable time axis for analytical timeseries cards",
|
|
1812
|
+
"description": "[Deprecated] Represents the flag to enable/disable time axis for analytical timeseries cards",
|
|
1811
1813
|
"type": "boolean",
|
|
1812
|
-
"default":
|
|
1814
|
+
"default": true,
|
|
1815
|
+
"anyOf": [
|
|
1816
|
+
{
|
|
1817
|
+
"const": true
|
|
1818
|
+
},
|
|
1819
|
+
{
|
|
1820
|
+
"const": false,
|
|
1821
|
+
"deprecated": true
|
|
1822
|
+
}
|
|
1823
|
+
]
|
|
1813
1824
|
},
|
|
1814
1825
|
"valueSelectionInfo": {
|
|
1815
1826
|
"description": "Represents things like people, number of items",
|
|
@@ -3610,7 +3621,8 @@
|
|
|
3610
3621
|
"type": "string",
|
|
3611
3622
|
"enum": [
|
|
3612
3623
|
"2.0",
|
|
3613
|
-
"4.0"
|
|
3624
|
+
"4.0",
|
|
3625
|
+
"4.01"
|
|
3614
3626
|
]
|
|
3615
3627
|
},
|
|
3616
3628
|
"localUri": {
|
package/types/manifest.d.ts
CHANGED
|
@@ -754,7 +754,10 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
754
754
|
| "1.77.0"
|
|
755
755
|
| "1.78.0"
|
|
756
756
|
| "1.79.0"
|
|
757
|
-
| "1.80.0"
|
|
757
|
+
| "1.80.0"
|
|
758
|
+
| "1.80.1"
|
|
759
|
+
| "1.81.0"
|
|
760
|
+
| "1.81.1";
|
|
758
761
|
/**
|
|
759
762
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
760
763
|
*/
|
|
@@ -819,7 +822,8 @@ export interface JSONSchemaForSAPAPPNamespace {
|
|
|
819
822
|
| "1.18.0"
|
|
820
823
|
| "1.19.0"
|
|
821
824
|
| "1.20.0"
|
|
822
|
-
| "1.21.0"
|
|
825
|
+
| "1.21.0"
|
|
826
|
+
| "1.21.1";
|
|
823
827
|
/**
|
|
824
828
|
* Represents the template from which the app was generated
|
|
825
829
|
*/
|
|
@@ -1028,7 +1032,7 @@ export interface Setting {
|
|
|
1028
1032
|
/**
|
|
1029
1033
|
* Represents version of OData: 2.0 is default
|
|
1030
1034
|
*/
|
|
1031
|
-
odataVersion?: "2.0" | "4.0";
|
|
1035
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
1032
1036
|
/**
|
|
1033
1037
|
* Represents path to local meta data document or annotation uri
|
|
1034
1038
|
*/
|
|
@@ -1083,7 +1087,7 @@ export interface Setting1 {
|
|
|
1083
1087
|
/**
|
|
1084
1088
|
* Represents version of OData: 2.0 is default
|
|
1085
1089
|
*/
|
|
1086
|
-
odataVersion?: "2.0" | "4.0";
|
|
1090
|
+
odataVersion?: "2.0" | "4.0" | "4.01";
|
|
1087
1091
|
/**
|
|
1088
1092
|
* Represents path to local meta data document or annotation uri
|
|
1089
1093
|
*/
|
|
@@ -2841,9 +2845,9 @@ export interface CardSetting {
|
|
|
2841
2845
|
*/
|
|
2842
2846
|
subTitle?: string;
|
|
2843
2847
|
/**
|
|
2844
|
-
* Represents the flag to enable/disable time axis for analytical timeseries cards
|
|
2848
|
+
* [Deprecated] Represents the flag to enable/disable time axis for analytical timeseries cards
|
|
2845
2849
|
*/
|
|
2846
|
-
showTimeAxis?: boolean;
|
|
2850
|
+
showTimeAxis?: (true | false) & boolean;
|
|
2847
2851
|
/**
|
|
2848
2852
|
* Represents things like people, number of items
|
|
2849
2853
|
*/
|