@ui5/manifest 1.56.0 → 1.57.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 +5 -1
- package/README.md +2 -0
- package/mapping.json +3 -2
- package/package.json +1 -24
- package/schema.json +92 -2
- package/types/manifest.d.ts +15 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,10 @@
|
|
|
2
2
|
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
|
-
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.
|
|
5
|
+
A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.57.0...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v1.57.0"></a>
|
|
8
|
+
## [v1.57.0] - 2023-07-27
|
|
6
9
|
|
|
7
10
|
<a name="v1.56.0"></a>
|
|
8
11
|
## [v1.56.0] - 2023-06-29
|
|
@@ -40,6 +43,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
|
|
|
40
43
|
<a name="v1.48.1"></a>
|
|
41
44
|
## v1.48.1 - 2022-11-10
|
|
42
45
|
|
|
46
|
+
[v1.57.0]: https://github.com/SAP/ui5-manifest/compare/v1.56.0...v1.57.0
|
|
43
47
|
[v1.56.0]: https://github.com/SAP/ui5-manifest/compare/v1.55.0...v1.56.0
|
|
44
48
|
[v1.55.0]: https://github.com/SAP/ui5-manifest/compare/v1.54.0...v1.55.0
|
|
45
49
|
[v1.54.0]: https://github.com/SAP/ui5-manifest/compare/v1.53.1...v1.54.0
|
package/README.md
CHANGED
|
@@ -8,6 +8,8 @@ This project contains the flattened json schema for the ui5 manifest.
|
|
|
8
8
|
|
|
9
9
|
This flattened json schema for the ui5 manifest is meant to be referenced in the [JSON Schema Store](https://www.schemastore.org/json/) in order to provide validation and code completion of the manifest.json file in SAP Business Application Studio or another IDE.
|
|
10
10
|
|
|
11
|
+
TypeScript type definition is available for schema code completion, documentation and type check within IDE.
|
|
12
|
+
|
|
11
13
|
## How to obtain support
|
|
12
14
|
In case you need any support, please create a [GitHub issue](https://github.com/SAP/ui5-manifest/issues).
|
|
13
15
|
|
package/mapping.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ui5/manifest",
|
|
3
|
-
"version": "1.56.0",
|
|
4
|
-
"description": "This project contains the flattend json schema for the ui5 manifest.",
|
|
5
|
-
"repository": {
|
|
6
|
-
"type": "git",
|
|
7
|
-
"url": "git+https://github.com/SAP/ui5-manifest.git"
|
|
8
|
-
},
|
|
9
|
-
"scripts": {
|
|
10
|
-
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
|
|
11
|
-
"postversion": "git push --follow-tags",
|
|
12
|
-
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version"
|
|
13
|
-
},
|
|
14
|
-
"keywords": [
|
|
15
|
-
"ui5",
|
|
16
|
-
"manifest"
|
|
17
|
-
],
|
|
18
|
-
"author": "SAP SE",
|
|
19
|
-
"license": "Apache-2.0",
|
|
20
|
-
"bugs": {
|
|
21
|
-
"url": "https://github.com/SAP/ui5-manifest/issues"
|
|
22
|
-
},
|
|
23
|
-
"homepage": "https://github.com/SAP/ui5-manifest#readme"
|
|
24
|
-
}
|
|
1
|
+
{"name":"@ui5/manifest","version":"1.57.0","description":"This project contains the flattend json schema for the ui5 manifest.","repository":{"type":"git","url":"git+https://github.com/SAP/ui5-manifest.git"},"scripts":{"version":"git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md","postversion":"git push --follow-tags","release-note":"git-chglog -c .chglog/release-config.yml v$npm_package_version"},"keywords":["ui5","manifest"],"author":"SAP SE","license":"Apache-2.0","bugs":{"url":"https://github.com/SAP/ui5-manifest/issues"},"homepage":"https://github.com/SAP/ui5-manifest#readme"}
|
package/schema.json
CHANGED
|
@@ -73,7 +73,8 @@
|
|
|
73
73
|
"1.53.0",
|
|
74
74
|
"1.54.0",
|
|
75
75
|
"1.55.0",
|
|
76
|
-
"1.56.0"
|
|
76
|
+
"1.56.0",
|
|
77
|
+
"1.57.0"
|
|
77
78
|
]
|
|
78
79
|
},
|
|
79
80
|
"start_url": {
|
|
@@ -2572,6 +2573,76 @@
|
|
|
2572
2573
|
}
|
|
2573
2574
|
}
|
|
2574
2575
|
}
|
|
2576
|
+
},
|
|
2577
|
+
"sap.bpa.task": {
|
|
2578
|
+
"title": "JSON schema for sap.bpa.task Namespace",
|
|
2579
|
+
"description": "Represents SBPA Custom Task UI Attributes",
|
|
2580
|
+
"type": "object",
|
|
2581
|
+
"required": [
|
|
2582
|
+
"outcomes",
|
|
2583
|
+
"category",
|
|
2584
|
+
"_version"
|
|
2585
|
+
],
|
|
2586
|
+
"additionalProperties": false,
|
|
2587
|
+
"properties": {
|
|
2588
|
+
"_version": {
|
|
2589
|
+
"description": "Represents attributes format version. It is managed by namespace owner",
|
|
2590
|
+
"type": "string",
|
|
2591
|
+
"enum": [
|
|
2592
|
+
"1.0.0"
|
|
2593
|
+
]
|
|
2594
|
+
},
|
|
2595
|
+
"inputs": {
|
|
2596
|
+
"description": "Represents the inputs of the task ui",
|
|
2597
|
+
"$ref": "http://json-schema.org/draft-07/schema"
|
|
2598
|
+
},
|
|
2599
|
+
"outputs": {
|
|
2600
|
+
"description": "Represents the outputs of the task ui",
|
|
2601
|
+
"$ref": "http://json-schema.org/draft-07/schema"
|
|
2602
|
+
},
|
|
2603
|
+
"category": {
|
|
2604
|
+
"description": "Represents the category of the task ui",
|
|
2605
|
+
"type": "string",
|
|
2606
|
+
"enum": [
|
|
2607
|
+
"standard",
|
|
2608
|
+
"approval"
|
|
2609
|
+
]
|
|
2610
|
+
},
|
|
2611
|
+
"outcomes": {
|
|
2612
|
+
"title": "outcomes",
|
|
2613
|
+
"type": "array",
|
|
2614
|
+
"description": "Represents the outcomes of the task ui",
|
|
2615
|
+
"items": {
|
|
2616
|
+
"type": "object",
|
|
2617
|
+
"properties": {
|
|
2618
|
+
"id": {
|
|
2619
|
+
"description": "Represents the id of the outcome",
|
|
2620
|
+
"type": "string",
|
|
2621
|
+
"enum": [
|
|
2622
|
+
"approve",
|
|
2623
|
+
"reject",
|
|
2624
|
+
"submit"
|
|
2625
|
+
]
|
|
2626
|
+
},
|
|
2627
|
+
"label": {
|
|
2628
|
+
"type": "string",
|
|
2629
|
+
"description": "Represents the label of the outcome"
|
|
2630
|
+
}
|
|
2631
|
+
}
|
|
2632
|
+
},
|
|
2633
|
+
"maxItems": 2,
|
|
2634
|
+
"minItems": 1,
|
|
2635
|
+
"uniqueItems": true
|
|
2636
|
+
}
|
|
2637
|
+
},
|
|
2638
|
+
"oneOf": [
|
|
2639
|
+
{
|
|
2640
|
+
"required": [
|
|
2641
|
+
"inputs",
|
|
2642
|
+
"outputs"
|
|
2643
|
+
]
|
|
2644
|
+
}
|
|
2645
|
+
]
|
|
2575
2646
|
}
|
|
2576
2647
|
},
|
|
2577
2648
|
"definitions": {
|
|
@@ -7931,7 +8002,7 @@
|
|
|
7931
8002
|
}
|
|
7932
8003
|
}
|
|
7933
8004
|
},
|
|
7934
|
-
"
|
|
8005
|
+
"deviceType_0": {
|
|
7935
8006
|
"type": "object",
|
|
7936
8007
|
"description": "Represents device types on which the app is running",
|
|
7937
8008
|
"additionalProperties": false,
|
|
@@ -8107,6 +8178,25 @@
|
|
|
8107
8178
|
}
|
|
8108
8179
|
}
|
|
8109
8180
|
},
|
|
8181
|
+
"deviceType": {
|
|
8182
|
+
"type": "object",
|
|
8183
|
+
"description": "Represents device types on which the app is running",
|
|
8184
|
+
"additionalProperties": false,
|
|
8185
|
+
"properties": {
|
|
8186
|
+
"desktop": {
|
|
8187
|
+
"description": "Represents indicator whether desktop device is supported",
|
|
8188
|
+
"type": "boolean"
|
|
8189
|
+
},
|
|
8190
|
+
"tablet": {
|
|
8191
|
+
"description": "Represents indicator whether tablet device is supported",
|
|
8192
|
+
"type": "boolean"
|
|
8193
|
+
},
|
|
8194
|
+
"phone": {
|
|
8195
|
+
"description": "Represents indicator whether phone device is supported",
|
|
8196
|
+
"type": "boolean"
|
|
8197
|
+
}
|
|
8198
|
+
}
|
|
8199
|
+
},
|
|
8110
8200
|
"objectType": {
|
|
8111
8201
|
"type": "string",
|
|
8112
8202
|
"enum": [
|
package/types/manifest.d.ts
CHANGED
|
@@ -628,6 +628,12 @@ export type JSONSchemaForSAPCARDNamespace = {
|
|
|
628
628
|
* The version number of the schema in major.minor.patch format.
|
|
629
629
|
*/
|
|
630
630
|
export type Semanticversion = string;
|
|
631
|
+
/**
|
|
632
|
+
* Represents SBPA Custom Task UI Attributes
|
|
633
|
+
*/
|
|
634
|
+
export type JSONSchemaForSapBpaTaskNamespace = {
|
|
635
|
+
[k: string]: unknown;
|
|
636
|
+
};
|
|
631
637
|
|
|
632
638
|
export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
633
639
|
/**
|
|
@@ -693,7 +699,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
693
699
|
| "1.53.0"
|
|
694
700
|
| "1.54.0"
|
|
695
701
|
| "1.55.0"
|
|
696
|
-
| "1.56.0"
|
|
702
|
+
| "1.56.0"
|
|
703
|
+
| "1.57.0";
|
|
697
704
|
/**
|
|
698
705
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
699
706
|
*/
|
|
@@ -727,6 +734,7 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
727
734
|
"sap.card"?: JSONSchemaForSAPCARDNamespace;
|
|
728
735
|
"sap.package"?: JSONSchemaForSAPPACKAGENamespace;
|
|
729
736
|
"sap.artifact"?: JSONSchemaForSAPARTIFACTNamespace;
|
|
737
|
+
"sap.bpa.task"?: JSONSchemaForSapBpaTaskNamespace;
|
|
730
738
|
}
|
|
731
739
|
/**
|
|
732
740
|
* Represents general application attributes
|
|
@@ -1132,15 +1140,15 @@ export interface Inbound {
|
|
|
1132
1140
|
*/
|
|
1133
1141
|
export interface DeviceType {
|
|
1134
1142
|
/**
|
|
1135
|
-
* Represents indicator whether desktop device is supported
|
|
1143
|
+
* Represents indicator whether desktop device is supported
|
|
1136
1144
|
*/
|
|
1137
1145
|
desktop?: boolean;
|
|
1138
1146
|
/**
|
|
1139
|
-
* Represents indicator whether tablet device is supported
|
|
1147
|
+
* Represents indicator whether tablet device is supported
|
|
1140
1148
|
*/
|
|
1141
1149
|
tablet?: boolean;
|
|
1142
1150
|
/**
|
|
1143
|
-
* Represents indicator whether phone device is supported
|
|
1151
|
+
* Represents indicator whether phone device is supported
|
|
1144
1152
|
*/
|
|
1145
1153
|
phone?: boolean;
|
|
1146
1154
|
}
|
|
@@ -1322,15 +1330,15 @@ export interface JSONSchemaForSAPUINamespace {
|
|
|
1322
1330
|
*/
|
|
1323
1331
|
export interface DeviceType1 {
|
|
1324
1332
|
/**
|
|
1325
|
-
* Represents indicator whether desktop device is supported
|
|
1333
|
+
* Represents indicator whether desktop device is supported
|
|
1326
1334
|
*/
|
|
1327
1335
|
desktop?: boolean;
|
|
1328
1336
|
/**
|
|
1329
|
-
* Represents indicator whether tablet device is supported
|
|
1337
|
+
* Represents indicator whether tablet device is supported
|
|
1330
1338
|
*/
|
|
1331
1339
|
tablet?: boolean;
|
|
1332
1340
|
/**
|
|
1333
|
-
* Represents indicator whether phone device is supported
|
|
1341
|
+
* Represents indicator whether phone device is supported
|
|
1334
1342
|
*/
|
|
1335
1343
|
phone?: boolean;
|
|
1336
1344
|
}
|