@ui5/manifest 1.69.0 → 1.70.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 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.69.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.70.0...HEAD).
6
+
7
+ <a name="v1.70.0"></a>
8
+ ## [v1.70.0] - 2025-02-10
6
9
 
7
10
  <a name="v1.69.0"></a>
8
11
  ## [v1.69.0] - 2025-01-10
@@ -91,6 +94,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
91
94
  <a name="v1.48.1"></a>
92
95
  ## v1.48.1 - 2022-11-10
93
96
 
97
+ [v1.70.0]: https://github.com/SAP/ui5-manifest/compare/v1.69.0...v1.70.0
94
98
  [v1.69.0]: https://github.com/SAP/ui5-manifest/compare/v1.68.0...v1.69.0
95
99
  [v1.68.0]: https://github.com/SAP/ui5-manifest/compare/v1.67.2...v1.68.0
96
100
  [v1.67.2]: https://github.com/SAP/ui5-manifest/compare/v1.67.1...v1.67.2
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "1.69.0",
2
+ "latest": "1.70.0",
3
+ "1.133": "1.70.0",
3
4
  "1.132": "1.69.0",
4
5
  "1.131": "1.68.0",
5
6
  "1.130": "1.67.2",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.69.0",
3
+ "version": "1.70.0",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -86,7 +86,8 @@
86
86
  "1.66.0",
87
87
  "1.67.2",
88
88
  "1.68.0",
89
- "1.69.0"
89
+ "1.69.0",
90
+ "1.70.0"
90
91
  ]
91
92
  },
92
93
  "start_url": {
@@ -2003,7 +2004,8 @@
2003
2004
  "1.47.0",
2004
2005
  "1.48.0",
2005
2006
  "1.49.0",
2006
- "1.50.0"
2007
+ "1.50.0",
2008
+ "1.51.0"
2007
2009
  ]
2008
2010
  },
2009
2011
  "designtime": {
@@ -2201,6 +2203,10 @@
2201
2203
  "visible": {
2202
2204
  "description": "[Experimental] Visibility of the footer",
2203
2205
  "$ref": "#/$defs/visibility"
2206
+ },
2207
+ "closeButton": {
2208
+ "description": "[Experimental] Defines the Close button when the card is opened by the ShowCard action.",
2209
+ "$ref": "#/$defs/closeButton"
2204
2210
  }
2205
2211
  }
2206
2212
  },
@@ -5232,17 +5238,6 @@
5232
5238
  }
5233
5239
  ]
5234
5240
  },
5235
- "closeButton": {
5236
- "description": "[Experimental] Represents attributes of the Close button",
5237
- "type": "object",
5238
- "additionalProperties": false,
5239
- "properties": {
5240
- "visible": {
5241
- "description": "[Experimental] Represents the visibility of the Close button",
5242
- "$ref": "#/$defs/visibility"
5243
- }
5244
- }
5245
- },
5246
5241
  "status": {
5247
5242
  "description": "Represents status attributes",
5248
5243
  "type": "object",
@@ -5597,7 +5592,8 @@
5597
5592
  },
5598
5593
  "closeButton": {
5599
5594
  "description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
5600
- "$ref": "#/$defs/closeButton"
5595
+ "$ref": "#/$defs/closeButton",
5596
+ "deprecated": true
5601
5597
  },
5602
5598
  "wrappingType": {
5603
5599
  "description": "[Experimental] The wrapping type for texts inside the header.",
@@ -5684,7 +5680,8 @@
5684
5680
  },
5685
5681
  "closeButton": {
5686
5682
  "description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
5687
- "$ref": "#/$defs/closeButton"
5683
+ "$ref": "#/$defs/closeButton",
5684
+ "deprecated": true
5688
5685
  },
5689
5686
  "wrappingType": {
5690
5687
  "description": "[Experimental] The wrapping type for texts inside the header.",
@@ -6235,6 +6232,17 @@
6235
6232
  }
6236
6233
  }
6237
6234
  },
6235
+ "closeButton": {
6236
+ "description": "[Experimental] Represents attributes of the Close button",
6237
+ "type": "object",
6238
+ "additionalProperties": false,
6239
+ "properties": {
6240
+ "visible": {
6241
+ "description": "[Experimental] Represents the visibility of the Close button",
6242
+ "$ref": "#/$defs/visibility"
6243
+ }
6244
+ }
6245
+ },
6238
6246
  "visibility": {
6239
6247
  "oneOf": [
6240
6248
  {
@@ -713,7 +713,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
713
713
  | "1.66.0"
714
714
  | "1.67.2"
715
715
  | "1.68.0"
716
- | "1.69.0";
716
+ | "1.69.0"
717
+ | "1.70.0";
717
718
  /**
718
719
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
719
720
  */