@ui5/manifest 1.62.0 → 1.63.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 +10 -2
- package/mapping.json +2 -1
- package/package.json +1 -24
- package/schema.json +66 -2
- package/types/manifest.d.ts +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,10 +2,16 @@
|
|
|
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.63.0...HEAD).
|
|
6
|
+
|
|
7
|
+
<a name="v1.63.0"></a>
|
|
8
|
+
## [v1.63.0] - 2024-03-07
|
|
9
|
+
|
|
10
|
+
<a name="v1.62.1"></a>
|
|
11
|
+
## [v1.62.1] - 2024-02-12
|
|
6
12
|
|
|
7
13
|
<a name="v1.62.0"></a>
|
|
8
|
-
## [v1.62.0] -
|
|
14
|
+
## [v1.62.0] - 2024-02-12
|
|
9
15
|
|
|
10
16
|
<a name="v1.61.1"></a>
|
|
11
17
|
## [v1.61.1] - 2024-02-09
|
|
@@ -55,6 +61,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
|
|
|
55
61
|
<a name="v1.48.1"></a>
|
|
56
62
|
## v1.48.1 - 2022-11-10
|
|
57
63
|
|
|
64
|
+
[v1.63.0]: https://github.com/SAP/ui5-manifest/compare/v1.62.1...v1.63.0
|
|
65
|
+
[v1.62.1]: https://github.com/SAP/ui5-manifest/compare/v1.62.0...v1.62.1
|
|
58
66
|
[v1.62.0]: https://github.com/SAP/ui5-manifest/compare/v1.61.1...v1.62.0
|
|
59
67
|
[v1.61.1]: https://github.com/SAP/ui5-manifest/compare/v1.60.0...v1.61.1
|
|
60
68
|
[v1.60.0]: https://github.com/SAP/ui5-manifest/compare/v1.59.0...v1.60.0
|
package/mapping.json
CHANGED
package/package.json
CHANGED
|
@@ -1,24 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@ui5/manifest",
|
|
3
|
-
"version": "1.62.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
|
-
"prepublishOnly": "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.63.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","prepublishOnly":"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
|
@@ -78,7 +78,8 @@
|
|
|
78
78
|
"1.58.0",
|
|
79
79
|
"1.59.0",
|
|
80
80
|
"1.60.0",
|
|
81
|
-
"1.61.0"
|
|
81
|
+
"1.61.0",
|
|
82
|
+
"1.62.0"
|
|
82
83
|
]
|
|
83
84
|
},
|
|
84
85
|
"start_url": {
|
|
@@ -1985,7 +1986,8 @@
|
|
|
1985
1986
|
"1.40.0",
|
|
1986
1987
|
"1.41.0",
|
|
1987
1988
|
"1.42.0",
|
|
1988
|
-
"1.43.0"
|
|
1989
|
+
"1.43.0",
|
|
1990
|
+
"1.44.0"
|
|
1989
1991
|
]
|
|
1990
1992
|
},
|
|
1991
1993
|
"designtime": {
|
|
@@ -2074,6 +2076,10 @@
|
|
|
2074
2076
|
"additionalProperties": {
|
|
2075
2077
|
"$ref": "#/definitions/Configuration.NoData"
|
|
2076
2078
|
}
|
|
2079
|
+
},
|
|
2080
|
+
"componentData": {
|
|
2081
|
+
"description": "[Experimental] Object which will be passed to the component as 'componentData'",
|
|
2082
|
+
"type": "object"
|
|
2077
2083
|
}
|
|
2078
2084
|
}
|
|
2079
2085
|
},
|
|
@@ -4439,13 +4445,25 @@
|
|
|
4439
4445
|
"description": "The horizontal alignment of the texts",
|
|
4440
4446
|
"type": "string"
|
|
4441
4447
|
},
|
|
4448
|
+
"padding": {
|
|
4449
|
+
"description": "Set to 'MediumStart' to have medium size padding in the beginning of the texts.",
|
|
4450
|
+
"type": "string"
|
|
4451
|
+
},
|
|
4442
4452
|
"textColor": {
|
|
4443
4453
|
"description": "The color of the texts",
|
|
4444
4454
|
"type": "string"
|
|
4445
4455
|
},
|
|
4456
|
+
"textFilter": {
|
|
4457
|
+
"description": "The CSS filter which will be applied to the text.",
|
|
4458
|
+
"type": "string"
|
|
4459
|
+
},
|
|
4446
4460
|
"background": {
|
|
4447
4461
|
"description": "The background behind the texts and over the image",
|
|
4448
4462
|
"type": "string"
|
|
4463
|
+
},
|
|
4464
|
+
"animation": {
|
|
4465
|
+
"description": "Defines the animation that should be used to show up the overlay.",
|
|
4466
|
+
"type": "string"
|
|
4449
4467
|
}
|
|
4450
4468
|
}
|
|
4451
4469
|
}
|
|
@@ -5111,6 +5129,22 @@
|
|
|
5111
5129
|
}
|
|
5112
5130
|
}
|
|
5113
5131
|
},
|
|
5132
|
+
"wrappingType": {
|
|
5133
|
+
"description": "The wrapping type for texts",
|
|
5134
|
+
"type": "string",
|
|
5135
|
+
"oneOf": [
|
|
5136
|
+
{
|
|
5137
|
+
"enum": [
|
|
5138
|
+
"Normal",
|
|
5139
|
+
"Hyphenated"
|
|
5140
|
+
],
|
|
5141
|
+
"default": "Normal"
|
|
5142
|
+
},
|
|
5143
|
+
{
|
|
5144
|
+
"$ref": "#/definitions/simpleBinding"
|
|
5145
|
+
}
|
|
5146
|
+
]
|
|
5147
|
+
},
|
|
5114
5148
|
"closeButton": {
|
|
5115
5149
|
"description": "[Experimental] Represents attributes of the Close button",
|
|
5116
5150
|
"type": "object",
|
|
@@ -5460,6 +5494,10 @@
|
|
|
5460
5494
|
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
|
|
5461
5495
|
"$ref": "#/definitions/closeButton"
|
|
5462
5496
|
},
|
|
5497
|
+
"wrappingType": {
|
|
5498
|
+
"description": "[Experimental] The wrapping type for texts inside the header.",
|
|
5499
|
+
"$ref": "#/definitions/wrappingType"
|
|
5500
|
+
},
|
|
5463
5501
|
"visible": {
|
|
5464
5502
|
"description": "[Experimental] Visibility of the header",
|
|
5465
5503
|
"$ref": "#/definitions/visibility"
|
|
@@ -5540,6 +5578,10 @@
|
|
|
5540
5578
|
"description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
|
|
5541
5579
|
"$ref": "#/definitions/closeButton"
|
|
5542
5580
|
},
|
|
5581
|
+
"wrappingType": {
|
|
5582
|
+
"description": "[Experimental] The wrapping type for texts inside the header.",
|
|
5583
|
+
"$ref": "#/definitions/wrappingType"
|
|
5584
|
+
},
|
|
5543
5585
|
"visible": {
|
|
5544
5586
|
"description": "[Experimental] Visibility of the header",
|
|
5545
5587
|
"$ref": "#/definitions/visibility"
|
|
@@ -5986,6 +6028,28 @@
|
|
|
5986
6028
|
"$ref": "#/definitions/simpleBinding"
|
|
5987
6029
|
}
|
|
5988
6030
|
]
|
|
6031
|
+
},
|
|
6032
|
+
"actionsStrip": {
|
|
6033
|
+
"description": "Defines actions items that can be triggered when the action button is pressed",
|
|
6034
|
+
"type": "array",
|
|
6035
|
+
"maxItems": 1,
|
|
6036
|
+
"items": {
|
|
6037
|
+
"type": "object",
|
|
6038
|
+
"additionalProperties": false,
|
|
6039
|
+
"properties": {
|
|
6040
|
+
"actions": {
|
|
6041
|
+
"description": "Defines actions that will be triggered when the action button is pressed",
|
|
6042
|
+
"type": "array",
|
|
6043
|
+
"items": {
|
|
6044
|
+
"$ref": "#/definitions/action"
|
|
6045
|
+
}
|
|
6046
|
+
},
|
|
6047
|
+
"text": {
|
|
6048
|
+
"type": "string",
|
|
6049
|
+
"description": "The action button text"
|
|
6050
|
+
}
|
|
6051
|
+
}
|
|
6052
|
+
}
|
|
5989
6053
|
}
|
|
5990
6054
|
}
|
|
5991
6055
|
}
|
package/types/manifest.d.ts
CHANGED
|
@@ -704,7 +704,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
|
|
|
704
704
|
| "1.58.0"
|
|
705
705
|
| "1.59.0"
|
|
706
706
|
| "1.60.0"
|
|
707
|
-
| "1.61.0"
|
|
707
|
+
| "1.61.0"
|
|
708
|
+
| "1.62.0";
|
|
708
709
|
/**
|
|
709
710
|
* Represents the URL that the developer would prefer the user agent load when the user launches the web application
|
|
710
711
|
*/
|