@ui5/manifest 1.68.0 → 1.69.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.68.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.69.0...HEAD).
6
+
7
+ <a name="v1.69.0"></a>
8
+ ## [v1.69.0] - 2025-01-10
6
9
 
7
10
  <a name="v1.68.0"></a>
8
11
  ## [v1.68.0] - 2024-11-14
@@ -88,6 +91,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
88
91
  <a name="v1.48.1"></a>
89
92
  ## v1.48.1 - 2022-11-10
90
93
 
94
+ [v1.69.0]: https://github.com/SAP/ui5-manifest/compare/v1.68.0...v1.69.0
91
95
  [v1.68.0]: https://github.com/SAP/ui5-manifest/compare/v1.67.2...v1.68.0
92
96
  [v1.67.2]: https://github.com/SAP/ui5-manifest/compare/v1.67.1...v1.67.2
93
97
  [v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "1.68.0",
2
+ "latest": "1.69.0",
3
+ "1.132": "1.69.0",
3
4
  "1.131": "1.68.0",
4
5
  "1.130": "1.67.2",
5
6
  "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.69.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,8 @@
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"
89
90
  ]
90
91
  },
91
92
  "start_url": {
@@ -608,7 +609,7 @@
608
609
  ],
609
610
  "properties": {
610
611
  "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.",
612
+ "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
613
  "$ref": "#/$defs/minUI5Version"
613
614
  },
614
615
  "libs": {
@@ -2001,7 +2002,8 @@
2001
2002
  "1.46.0",
2002
2003
  "1.47.0",
2003
2004
  "1.48.0",
2004
- "1.49.0"
2005
+ "1.49.0",
2006
+ "1.50.0"
2005
2007
  ]
2006
2008
  },
2007
2009
  "designtime": {
@@ -5717,8 +5719,8 @@
5717
5719
  "description": "Allow attribute of the iframe",
5718
5720
  "type": "string"
5719
5721
  },
5720
- "allowfullscreen": {
5721
- "description": "Allowfullscreen attribute of the iframe",
5722
+ "allowFullscreen": {
5723
+ "description": "AllowFullscreen attribute of the iframe",
5722
5724
  "oneOf": [
5723
5725
  {
5724
5726
  "type": "boolean",
@@ -6566,6 +6568,9 @@
6566
6568
  }
6567
6569
  }
6568
6570
  },
6571
+ "group": {
6572
+ "$ref": "#/$defs/group"
6573
+ },
6569
6574
  "visible": {
6570
6575
  "description": "Determines whether the filter is visible",
6571
6576
  "$ref": "#/$defs/visibility"
@@ -8002,18 +8007,16 @@
8002
8007
  "oneOf": [
8003
8008
  {
8004
8009
  "type": "array",
8005
- "items": [
8006
- {
8007
- "oneOf": [
8008
- {
8009
- "type": "string"
8010
- },
8011
- {
8012
- "$ref": "#/$defs/routeTargetObject"
8013
- }
8014
- ]
8015
- }
8016
- ]
8010
+ "items": {
8011
+ "oneOf": [
8012
+ {
8013
+ "type": "string"
8014
+ },
8015
+ {
8016
+ "$ref": "#/$defs/routeTargetObject"
8017
+ }
8018
+ ]
8019
+ }
8017
8020
  },
8018
8021
  {
8019
8022
  "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,8 @@ 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";
716
717
  /**
717
718
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
718
719
  */
@@ -1557,7 +1558,7 @@ export interface RoutingFlexEnabled {
1557
1558
  /**
1558
1559
  * Represents one or multiple names of targets that are displayed when no route is matched
1559
1560
  */
1560
- target: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1561
+ target: (string | RouteTargetObject)[] | string | RouteTargetObject;
1561
1562
  };
1562
1563
  /**
1563
1564
  * Represents a prefix that is prepended in front of the viewName
@@ -1717,7 +1718,7 @@ export interface RouteWithoutName {
1717
1718
  /**
1718
1719
  * Represents one or multiple names of targets which are displayed when the route is matched
1719
1720
  */
1720
- target?: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1721
+ target?: (string | RouteTargetObject)[] | string | RouteTargetObject;
1721
1722
  /**
1722
1723
  * Represents the name of the target where the 'title' information should be taken
1723
1724
  */
@@ -1773,7 +1774,7 @@ export interface Routing {
1773
1774
  /**
1774
1775
  * Represents one or multiple names of targets that are displayed when no route is matched
1775
1776
  */
1776
- target: [] | [string | RouteTargetObject] | string | RouteTargetObject;
1777
+ target: (string | RouteTargetObject)[] | string | RouteTargetObject;
1777
1778
  };
1778
1779
  [k: string]: unknown;
1779
1780
  } & Target &