@ui5/manifest 1.68.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,13 @@
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.68.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
9
+
10
+ <a name="v1.69.0"></a>
11
+ ## [v1.69.0] - 2025-01-10
6
12
 
7
13
  <a name="v1.68.0"></a>
8
14
  ## [v1.68.0] - 2024-11-14
@@ -88,6 +94,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
88
94
  <a name="v1.48.1"></a>
89
95
  ## v1.48.1 - 2022-11-10
90
96
 
97
+ [v1.70.0]: https://github.com/SAP/ui5-manifest/compare/v1.69.0...v1.70.0
98
+ [v1.69.0]: https://github.com/SAP/ui5-manifest/compare/v1.68.0...v1.69.0
91
99
  [v1.68.0]: https://github.com/SAP/ui5-manifest/compare/v1.67.2...v1.68.0
92
100
  [v1.67.2]: https://github.com/SAP/ui5-manifest/compare/v1.67.1...v1.67.2
93
101
  [v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
package/mapping.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "latest": "1.68.0",
2
+ "latest": "1.70.0",
3
+ "1.133": "1.70.0",
4
+ "1.132": "1.69.0",
3
5
  "1.131": "1.68.0",
4
6
  "1.130": "1.67.2",
5
7
  "1.129": "1.66.0",
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
- "name": "@ui5/manifest",
3
- "version": "1.68.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"
2
+ "name": "@ui5/manifest",
3
+ "version": "1.70.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
24
  }
package/schema.json CHANGED
@@ -85,7 +85,9 @@
85
85
  "1.65.0",
86
86
  "1.66.0",
87
87
  "1.67.2",
88
- "1.68.0"
88
+ "1.68.0",
89
+ "1.69.0",
90
+ "1.70.0"
89
91
  ]
90
92
  },
91
93
  "start_url": {
@@ -608,7 +610,7 @@
608
610
  ],
609
611
  "properties": {
610
612
  "minUI5Version": {
611
- "description": "Represents the minimum version of SAP UI5 that your component requires. It is either a specific version or an array of versions where each major version can only be included once. If array contains more than one version and if version 1 is included it must be at least 1.120.x.",
613
+ "description": "Represents the minimum version of SAPUI5 that your component requires. It is either a specific version or an array of versions where each major version can only be included once. If array contains more than one version and if version 1 is included it must be at least 1.120.x.",
612
614
  "$ref": "#/$defs/minUI5Version"
613
615
  },
614
616
  "libs": {
@@ -2001,7 +2003,9 @@
2001
2003
  "1.46.0",
2002
2004
  "1.47.0",
2003
2005
  "1.48.0",
2004
- "1.49.0"
2006
+ "1.49.0",
2007
+ "1.50.0",
2008
+ "1.51.0"
2005
2009
  ]
2006
2010
  },
2007
2011
  "designtime": {
@@ -2199,6 +2203,10 @@
2199
2203
  "visible": {
2200
2204
  "description": "[Experimental] Visibility of the footer",
2201
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"
2202
2210
  }
2203
2211
  }
2204
2212
  },
@@ -5230,17 +5238,6 @@
5230
5238
  }
5231
5239
  ]
5232
5240
  },
5233
- "closeButton": {
5234
- "description": "[Experimental] Represents attributes of the Close button",
5235
- "type": "object",
5236
- "additionalProperties": false,
5237
- "properties": {
5238
- "visible": {
5239
- "description": "[Experimental] Represents the visibility of the Close button",
5240
- "$ref": "#/$defs/visibility"
5241
- }
5242
- }
5243
- },
5244
5241
  "status": {
5245
5242
  "description": "Represents status attributes",
5246
5243
  "type": "object",
@@ -5595,7 +5592,8 @@
5595
5592
  },
5596
5593
  "closeButton": {
5597
5594
  "description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
5598
- "$ref": "#/$defs/closeButton"
5595
+ "$ref": "#/$defs/closeButton",
5596
+ "deprecated": true
5599
5597
  },
5600
5598
  "wrappingType": {
5601
5599
  "description": "[Experimental] The wrapping type for texts inside the header.",
@@ -5682,7 +5680,8 @@
5682
5680
  },
5683
5681
  "closeButton": {
5684
5682
  "description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
5685
- "$ref": "#/$defs/closeButton"
5683
+ "$ref": "#/$defs/closeButton",
5684
+ "deprecated": true
5686
5685
  },
5687
5686
  "wrappingType": {
5688
5687
  "description": "[Experimental] The wrapping type for texts inside the header.",
@@ -5717,8 +5716,8 @@
5717
5716
  "description": "Allow attribute of the iframe",
5718
5717
  "type": "string"
5719
5718
  },
5720
- "allowfullscreen": {
5721
- "description": "Allowfullscreen attribute of the iframe",
5719
+ "allowFullscreen": {
5720
+ "description": "AllowFullscreen attribute of the iframe",
5722
5721
  "oneOf": [
5723
5722
  {
5724
5723
  "type": "boolean",
@@ -6233,6 +6232,17 @@
6233
6232
  }
6234
6233
  }
6235
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
+ },
6236
6246
  "visibility": {
6237
6247
  "oneOf": [
6238
6248
  {
@@ -6566,6 +6576,9 @@
6566
6576
  }
6567
6577
  }
6568
6578
  },
6579
+ "group": {
6580
+ "$ref": "#/$defs/group"
6581
+ },
6569
6582
  "visible": {
6570
6583
  "description": "Determines whether the filter is visible",
6571
6584
  "$ref": "#/$defs/visibility"
@@ -8002,18 +8015,16 @@
8002
8015
  "oneOf": [
8003
8016
  {
8004
8017
  "type": "array",
8005
- "items": [
8006
- {
8007
- "oneOf": [
8008
- {
8009
- "type": "string"
8010
- },
8011
- {
8012
- "$ref": "#/$defs/routeTargetObject"
8013
- }
8014
- ]
8015
- }
8016
- ]
8018
+ "items": {
8019
+ "oneOf": [
8020
+ {
8021
+ "type": "string"
8022
+ },
8023
+ {
8024
+ "$ref": "#/$defs/routeTargetObject"
8025
+ }
8026
+ ]
8027
+ }
8017
8028
  },
8018
8029
  {
8019
8030
  "type": "string"
package/schema_cil.json CHANGED
@@ -2691,18 +2691,16 @@
2691
2691
  "oneOf": [
2692
2692
  {
2693
2693
  "type": "array",
2694
- "items": [
2695
- {
2696
- "oneOf": [
2697
- {
2698
- "type": "string"
2699
- },
2700
- {
2701
- "$ref": "#/$defs/routeTargetObject"
2702
- }
2703
- ]
2704
- }
2705
- ]
2694
+ "items": {
2695
+ "oneOf": [
2696
+ {
2697
+ "type": "string"
2698
+ },
2699
+ {
2700
+ "$ref": "#/$defs/routeTargetObject"
2701
+ }
2702
+ ]
2703
+ }
2706
2704
  },
2707
2705
  {
2708
2706
  "type": "string"
@@ -189,7 +189,7 @@ export type JSONSchemaForSAPUI5Namespace = {
189
189
  */
190
190
  dependencies: {
191
191
  /**
192
- * Represents the minimum version of SAP UI5 that your component requires. It is either a specific version or an array of versions where each major version can only be included once. If array contains more than one version and if version 1 is included it must be at least 1.120.x.
192
+ * Represents the minimum version of SAPUI5 that your component requires. It is either a specific version or an array of versions where each major version can only be included once. If array contains more than one version and if version 1 is included it must be at least 1.120.x.
193
193
  */
194
194
  minUI5Version: string | string[];
195
195
  /**
@@ -712,7 +712,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
712
712
  | "1.65.0"
713
713
  | "1.66.0"
714
714
  | "1.67.2"
715
- | "1.68.0";
715
+ | "1.68.0"
716
+ | "1.69.0"
717
+ | "1.70.0";
716
718
  /**
717
719
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
718
720
  */
@@ -1557,7 +1559,7 @@ export interface RoutingFlexEnabled {
1557
1559
  /**
1558
1560
  * Represents one or multiple names of targets that are displayed when no route is matched
1559
1561
  */
1560
- target: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1562
+ target: (string | RouteTargetObject)[] | string | RouteTargetObject;
1561
1563
  };
1562
1564
  /**
1563
1565
  * Represents a prefix that is prepended in front of the viewName
@@ -1717,7 +1719,7 @@ export interface RouteWithoutName {
1717
1719
  /**
1718
1720
  * Represents one or multiple names of targets which are displayed when the route is matched
1719
1721
  */
1720
- target?: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1722
+ target?: (string | RouteTargetObject)[] | string | RouteTargetObject;
1721
1723
  /**
1722
1724
  * Represents the name of the target where the 'title' information should be taken
1723
1725
  */
@@ -1773,7 +1775,7 @@ export interface Routing {
1773
1775
  /**
1774
1776
  * Represents one or multiple names of targets that are displayed when no route is matched
1775
1777
  */
1776
- target: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1778
+ target: (string | RouteTargetObject)[] | string | RouteTargetObject;
1777
1779
  };
1778
1780
  [k: string]: unknown;
1779
1781
  } & Target &