@ui5/manifest 1.67.2 → 1.68.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.67.2...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.68.0...HEAD).
6
+
7
+ <a name="v1.68.0"></a>
8
+ ## [v1.68.0] - 2024-11-14
6
9
 
7
10
  <a name="v1.67.2"></a>
8
11
  ## [v1.67.2] - 2024-11-04
@@ -85,6 +88,7 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
85
88
  <a name="v1.48.1"></a>
86
89
  ## v1.48.1 - 2022-11-10
87
90
 
91
+ [v1.68.0]: https://github.com/SAP/ui5-manifest/compare/v1.67.2...v1.68.0
88
92
  [v1.67.2]: https://github.com/SAP/ui5-manifest/compare/v1.67.1...v1.67.2
89
93
  [v1.67.1]: https://github.com/SAP/ui5-manifest/compare/v1.67.0...v1.67.1
90
94
  [v1.67.0]: https://github.com/SAP/ui5-manifest/compare/v1.66.0...v1.67.0
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "1.67.2",
2
+ "latest": "1.68.0",
3
+ "1.131": "1.68.0",
3
4
  "1.130": "1.67.2",
4
5
  "1.129": "1.66.0",
5
6
  "1.128": "1.65.0",
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
- "name": "@ui5/manifest",
3
- "version": "1.67.2",
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.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"
24
24
  }
package/schema.json CHANGED
@@ -84,7 +84,8 @@
84
84
  "1.64.0",
85
85
  "1.65.0",
86
86
  "1.66.0",
87
- "1.67.2"
87
+ "1.67.2",
88
+ "1.68.0"
88
89
  ]
89
90
  },
90
91
  "start_url": {
@@ -1999,7 +2000,8 @@
1999
2000
  "1.45.0",
2000
2001
  "1.46.0",
2001
2002
  "1.47.0",
2002
- "1.48.0"
2003
+ "1.48.0",
2004
+ "1.49.0"
2003
2005
  ]
2004
2006
  },
2005
2007
  "designtime": {
@@ -5806,6 +5808,34 @@
5806
5808
  }
5807
5809
  ]
5808
5810
  },
5811
+ "use12HourFormat": {
5812
+ "description": "Displays the time for calendar appointments in either 12h or 24h formats. By default, time is displayed in 24h format.",
5813
+ "oneOf": [
5814
+ {
5815
+ "type": "boolean"
5816
+ },
5817
+ {
5818
+ "$ref": "#/$defs/simpleBinding"
5819
+ }
5820
+ ]
5821
+ },
5822
+ "calendarWeekNumbering": {
5823
+ "description": "Set the first day of week based on one of the available options Default, ISO_8601, MiddleEastern, or WesternTraditional.",
5824
+ "oneOf": [
5825
+ {
5826
+ "enum": [
5827
+ "Default",
5828
+ "ISO_8601",
5829
+ "MiddleEastern",
5830
+ "WesternTraditional"
5831
+ ],
5832
+ "default": "Default"
5833
+ },
5834
+ {
5835
+ "$ref": "#/$defs/simpleBinding"
5836
+ }
5837
+ ]
5838
+ },
5809
5839
  "moreItems": {
5810
5840
  "description": "Defines actions that can be applied on the button showing there are more items than the shown",
5811
5841
  "type": "object",
@@ -711,7 +711,8 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
711
711
  | "1.64.0"
712
712
  | "1.65.0"
713
713
  | "1.66.0"
714
- | "1.67.2";
714
+ | "1.67.2"
715
+ | "1.68.0";
715
716
  /**
716
717
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
717
718
  */