@ui5/manifest 1.66.0 → 1.67.1

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.66.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.67.1...HEAD).
6
+
7
+ <a name="v1.67.1"></a>
8
+ ## [v1.67.1] - 2024-10-18
9
+
10
+ <a name="v1.67.0"></a>
11
+ ## [v1.67.0] - 2024-09-19
6
12
 
7
13
  <a name="v1.66.0"></a>
8
14
  ## [v1.66.0] - 2024-06-27
@@ -76,6 +82,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
76
82
  <a name="v1.48.1"></a>
77
83
  ## v1.48.1 - 2022-11-10
78
84
 
85
+ [v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
86
+ [v1.67.0]: https://github.com/SAP/ui5-manifest/compare/v1.66.0...v1.67.0
79
87
  [v1.66.0]: https://github.com/SAP/ui5-manifest/compare/v1.65.1...v1.66.0
80
88
  [v1.65.1]: https://github.com/SAP/ui5-manifest/compare/v1.64.1...v1.65.1
81
89
  [v1.64.1]: https://github.com/SAP/ui5-manifest/compare/v1.65.0...v1.64.1
package/mapping.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "latest": "1.65.0",
2
+ "latest": "1.67.0",
3
+ "1.130": "1.67.0",
4
+ "1.129": "1.66.0",
3
5
  "1.126": "1.65.0",
4
6
  "1.124": "1.64.0",
5
7
  "1.123": "1.63.0",
package/package.json CHANGED
@@ -1 +1,24 @@
1
- {"name":"@ui5/manifest","version":"1.66.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"}
1
+ {
2
+ "name": "@ui5/manifest",
3
+ "version": "1.67.1",
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
+ }
package/schema.json CHANGED
@@ -82,7 +82,9 @@
82
82
  "1.62.0",
83
83
  "1.63.0",
84
84
  "1.64.0",
85
- "1.65.0"
85
+ "1.65.0",
86
+ "1.66.0",
87
+ "1.67.0"
86
88
  ]
87
89
  },
88
90
  "start_url": {
@@ -1993,7 +1995,9 @@
1993
1995
  "1.43.0",
1994
1996
  "1.44.0",
1995
1997
  "1.45.0",
1996
- "1.46.0"
1998
+ "1.46.0",
1999
+ "1.47.0",
2000
+ "1.48.0"
1997
2001
  ]
1998
2002
  },
1999
2003
  "designtime": {
@@ -2184,10 +2188,6 @@
2184
2188
  "$ref": "#/definitions/simpleBinding"
2185
2189
  }
2186
2190
  ]
2187
- },
2188
- "visible": {
2189
- "description": "Represents the visibility of the paginator",
2190
- "$ref": "#/definitions/visibility"
2191
2191
  }
2192
2192
  }
2193
2193
  },
@@ -2779,7 +2779,8 @@
2779
2779
  "description": "Represents attributes format version.",
2780
2780
  "type": "string",
2781
2781
  "enum": [
2782
- "1.0.0"
2782
+ "1.0.0",
2783
+ "1.1.0"
2783
2784
  ]
2784
2785
  },
2785
2786
  "embeds": {
@@ -2802,6 +2803,10 @@
2802
2803
  "localUri": {
2803
2804
  "type": "string",
2804
2805
  "description": "Represents the local uri of the generated card"
2806
+ },
2807
+ "hideActions": {
2808
+ "type": "boolean",
2809
+ "description": "Represents a switch to hide actions from the shared card"
2805
2810
  }
2806
2811
  }
2807
2812
  },
@@ -4434,6 +4439,10 @@
4434
4439
  "type": "string",
4435
4440
  "description": "Represents image source URL"
4436
4441
  },
4442
+ "fallbackSrc": {
4443
+ "type": "string",
4444
+ "description": "Represents fallback image source URL"
4445
+ },
4437
4446
  "alt": {
4438
4447
  "type": "string",
4439
4448
  "description": "The alternative text that is displayed in case the image is not available, or cannot be displayed."
@@ -5277,6 +5286,21 @@
5277
5286
  "backgroundColor": {
5278
5287
  "$ref": "#/definitions/iconBackgroundColor"
5279
5288
  },
5289
+ "fitType": {
5290
+ "description": "Defines how the image fits in the icon area",
5291
+ "oneOf": [
5292
+ {
5293
+ "enum": [
5294
+ "Cover",
5295
+ "Contain"
5296
+ ],
5297
+ "default": "Cover"
5298
+ },
5299
+ {
5300
+ "$ref": "#/definitions/simpleBinding"
5301
+ }
5302
+ ]
5303
+ },
5280
5304
  "visible": {
5281
5305
  "description": "Visibility of the icon",
5282
5306
  "$ref": "#/definitions/visibility"
@@ -6443,6 +6467,18 @@
6443
6467
  "description": "Defines the initially selected key from the given options for combo box.",
6444
6468
  "type": "string"
6445
6469
  },
6470
+ "selectedIndex": {
6471
+ "description": "Specifies the index of the selected item. Index value for no selection is -1.",
6472
+ "oneOf": [
6473
+ {
6474
+ "type": "number",
6475
+ "default": -1
6476
+ },
6477
+ {
6478
+ "$ref": "#/definitions/simpleBinding"
6479
+ }
6480
+ ]
6481
+ },
6446
6482
  "data": {
6447
6483
  "$ref": "#/definitions/data"
6448
6484
  },
@@ -709,7 +709,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
709
709
  | "1.62.0"
710
710
  | "1.63.0"
711
711
  | "1.64.0"
712
- | "1.65.0";
712
+ | "1.65.0"
713
+ | "1.66.0"
714
+ | "1.67.0";
713
715
  /**
714
716
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
715
717
  */
@@ -3664,7 +3666,7 @@ export interface JSONSchemaForSapCardsApNamespace {
3664
3666
  /**
3665
3667
  * Represents attributes format version.
3666
3668
  */
3667
- _version?: "1.0.0";
3669
+ _version?: "1.0.0" | "1.1.0";
3668
3670
  /**
3669
3671
  * Represents an object with reference to the generated cards
3670
3672
  */
@@ -3699,5 +3701,9 @@ export interface ManifestSettings {
3699
3701
  * Represents the local uri of the generated card
3700
3702
  */
3701
3703
  localUri?: string;
3704
+ /**
3705
+ * Represents a switch to hide actions from the shared card
3706
+ */
3707
+ hideActions?: boolean;
3702
3708
  [k: string]: unknown;
3703
3709
  }