@ui5/manifest 1.65.0 → 1.66.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,10 +2,19 @@
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.65.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.66.0...HEAD).
6
+
7
+ <a name="v1.66.0"></a>
8
+ ## [v1.66.0] - 2024-06-27
9
+
10
+ <a name="v1.65.1"></a>
11
+ ## [v1.65.1] - 2024-05-06
12
+
13
+ <a name="v1.64.1"></a>
14
+ ## [v1.64.1] - 2024-05-06
6
15
 
7
16
  <a name="v1.65.0"></a>
8
- ## [v1.65.0] - 0001-01-01
17
+ ## [v1.65.0] - 2024-05-02
9
18
 
10
19
  <a name="v1.64.0"></a>
11
20
  ## [v1.64.0] - 2024-04-08
@@ -67,6 +76,9 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
67
76
  <a name="v1.48.1"></a>
68
77
  ## v1.48.1 - 2022-11-10
69
78
 
79
+ [v1.66.0]: https://github.com/SAP/ui5-manifest/compare/v1.65.1...v1.66.0
80
+ [v1.65.1]: https://github.com/SAP/ui5-manifest/compare/v1.64.1...v1.65.1
81
+ [v1.64.1]: https://github.com/SAP/ui5-manifest/compare/v1.65.0...v1.64.1
70
82
  [v1.65.0]: https://github.com/SAP/ui5-manifest/compare/v1.64.0...v1.65.0
71
83
  [v1.64.0]: https://github.com/SAP/ui5-manifest/compare/v1.63.0...v1.64.0
72
84
  [v1.63.0]: https://github.com/SAP/ui5-manifest/compare/v1.62.1...v1.63.0
package/mapping.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "latest": "1.63.0",
2
+ "latest": "1.65.0",
3
+ "1.126": "1.65.0",
4
+ "1.124": "1.64.0",
3
5
  "1.123": "1.63.0",
4
6
  "1.122": "1.62.0",
5
7
  "1.121": "1.61.0",
package/package.json CHANGED
@@ -1,24 +1 @@
1
- {
2
- "name": "@ui5/manifest",
3
- "version": "1.65.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
- }
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"}
package/schema.json CHANGED
@@ -80,7 +80,9 @@
80
80
  "1.60.0",
81
81
  "1.61.0",
82
82
  "1.62.0",
83
- "1.63.0"
83
+ "1.63.0",
84
+ "1.64.0",
85
+ "1.65.0"
84
86
  ]
85
87
  },
86
88
  "start_url": {
@@ -602,8 +604,8 @@
602
604
  ],
603
605
  "properties": {
604
606
  "minUI5Version": {
605
- "description": "Represents the minimum version of SAP UI5 that your component requires",
606
- "$ref": "#/definitions/version"
607
+ "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.",
608
+ "$ref": "#/definitions/minUI5Version"
607
609
  },
608
610
  "libs": {
609
611
  "description": "Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component",
@@ -1989,7 +1991,9 @@
1989
1991
  "1.41.0",
1990
1992
  "1.42.0",
1991
1993
  "1.43.0",
1992
- "1.44.0"
1994
+ "1.44.0",
1995
+ "1.45.0",
1996
+ "1.46.0"
1993
1997
  ]
1994
1998
  },
1995
1999
  "designtime": {
@@ -2009,6 +2013,10 @@
2009
2013
  "description": "Markdown enablement for Adaptive Content",
2010
2014
  "type": "boolean"
2011
2015
  },
2016
+ "helpId": {
2017
+ "description": "[Experimental] The help-id which will be rendered as data-help-id on the base element of the card.",
2018
+ "type": "string"
2019
+ },
2012
2020
  "modelSizeLimit": {
2013
2021
  "description": "[Experimental] Represents the maximum number of entries that are used for list bindings.",
2014
2022
  "oneOf": [
@@ -2929,7 +2937,7 @@
2929
2937
  }
2930
2938
  }
2931
2939
  },
2932
- "Microchart.StackedBar.Bar": {
2940
+ "MicroChart.StackedBar.Bar": {
2933
2941
  "type": "object",
2934
2942
  "additionalProperties": false,
2935
2943
  "properties": {
@@ -2966,7 +2974,7 @@
2966
2974
  }
2967
2975
  }
2968
2976
  },
2969
- "Microchart.Bullet.Threshold": {
2977
+ "MicroChart.Bullet.Threshold": {
2970
2978
  "type": "object",
2971
2979
  "additionalProperties": false,
2972
2980
  "properties": {
@@ -2995,7 +3003,7 @@
2995
3003
  }
2996
3004
  }
2997
3005
  },
2998
- "Microchart.StackedBar": {
3006
+ "MicroChart.StackedBar": {
2999
3007
  "type": "object",
3000
3008
  "additionalProperties": false,
3001
3009
  "required": [
@@ -3003,7 +3011,7 @@
3003
3011
  ],
3004
3012
  "properties": {
3005
3013
  "type": {
3006
- "description": "Represents the type of the Microchart",
3014
+ "description": "Represents the type of the MicroChart",
3007
3015
  "type": "string",
3008
3016
  "const": "StackedBar"
3009
3017
  },
@@ -3022,11 +3030,23 @@
3022
3030
  "description": "The value, which will be displayed as a text next to the bar",
3023
3031
  "type": "string"
3024
3032
  },
3033
+ "displayZeroValue": {
3034
+ "description": "Defines whether bars with zero values are displayed",
3035
+ "oneOf": [
3036
+ {
3037
+ "type": "boolean",
3038
+ "default": true
3039
+ },
3040
+ {
3041
+ "$ref": "#/definitions/simpleBinding"
3042
+ }
3043
+ ]
3044
+ },
3025
3045
  "bars": {
3026
3046
  "description": "The bars of the chart",
3027
3047
  "type": "array",
3028
3048
  "items": {
3029
- "$ref": "#/definitions/Microchart.StackedBar.Bar"
3049
+ "$ref": "#/definitions/MicroChart.StackedBar.Bar"
3030
3050
  }
3031
3051
  },
3032
3052
  "visible": {
@@ -3035,7 +3055,7 @@
3035
3055
  }
3036
3056
  }
3037
3057
  },
3038
- "Microchart.Bullet": {
3058
+ "MicroChart.Bullet": {
3039
3059
  "type": "object",
3040
3060
  "additionalProperties": false,
3041
3061
  "required": [
@@ -3043,7 +3063,7 @@
3043
3063
  ],
3044
3064
  "properties": {
3045
3065
  "type": {
3046
- "description": "Represents the type of the Microchart",
3066
+ "description": "Represents the type of the MicroChart",
3047
3067
  "type": "string",
3048
3068
  "const": "Bullet"
3049
3069
  },
@@ -3115,7 +3135,7 @@
3115
3135
  "description": "The thresholds indicators of the bar",
3116
3136
  "type": "array",
3117
3137
  "items": {
3118
- "$ref": "#/definitions/Microchart.Bullet.Threshold"
3138
+ "$ref": "#/definitions/MicroChart.Bullet.Threshold"
3119
3139
  }
3120
3140
  },
3121
3141
  "visible": {
@@ -3124,6 +3144,25 @@
3124
3144
  }
3125
3145
  }
3126
3146
  },
3147
+ "MicroChart.Generic": {
3148
+ "type": "object",
3149
+ "additionalProperties": true,
3150
+ "required": [
3151
+ "type"
3152
+ ],
3153
+ "properties": {
3154
+ "type": {
3155
+ "description": "Represents the type of the MicroChart",
3156
+ "type": "string",
3157
+ "enum": [
3158
+ "Line",
3159
+ "Column",
3160
+ "HarveyBall",
3161
+ "Radial"
3162
+ ]
3163
+ }
3164
+ }
3165
+ },
3127
3166
  "Configuration.Filter.ComboBoxItem": {
3128
3167
  "description": "A single Combo Box filter selection option",
3129
3168
  "type": "object",
@@ -4750,17 +4789,6 @@
4750
4789
  }
4751
4790
  }
4752
4791
  },
4753
- "Microchart": {
4754
- "description": "[Experimental] Describes Microchart attributes",
4755
- "oneOf": [
4756
- {
4757
- "$ref": "#/definitions/Microchart.Bullet"
4758
- },
4759
- {
4760
- "$ref": "#/definitions/Microchart.StackedBar"
4761
- }
4762
- ]
4763
- },
4764
4792
  "icon": {
4765
4793
  "description": "Represents icon attributes",
4766
4794
  "type": "object",
@@ -4813,6 +4841,21 @@
4813
4841
  }
4814
4842
  ]
4815
4843
  },
4844
+ "fitType": {
4845
+ "description": "Defines how the image fits in the icon area",
4846
+ "oneOf": [
4847
+ {
4848
+ "enum": [
4849
+ "Cover",
4850
+ "Contain"
4851
+ ],
4852
+ "default": "Cover"
4853
+ },
4854
+ {
4855
+ "$ref": "#/definitions/simpleBinding"
4856
+ }
4857
+ ]
4858
+ },
4816
4859
  "backgroundColor": {
4817
4860
  "$ref": "#/definitions/iconBackgroundColor"
4818
4861
  },
@@ -5015,7 +5058,7 @@
5015
5058
  }
5016
5059
  },
5017
5060
  "chart": {
5018
- "$ref": "#/definitions/Microchart"
5061
+ "$ref": "#/definitions/MicroChart"
5019
5062
  },
5020
5063
  "actionsStrip": {
5021
5064
  "description": "Describes actions strip",
@@ -5046,6 +5089,20 @@
5046
5089
  ],
5047
5090
  "default": "Neutral"
5048
5091
  },
5092
+ "MicroChart": {
5093
+ "description": "[Experimental] Describes MicroChart attributes",
5094
+ "oneOf": [
5095
+ {
5096
+ "$ref": "#/definitions/MicroChart.Generic"
5097
+ },
5098
+ {
5099
+ "$ref": "#/definitions/MicroChart.Bullet"
5100
+ },
5101
+ {
5102
+ "$ref": "#/definitions/MicroChart.StackedBar"
5103
+ }
5104
+ ]
5105
+ },
5049
5106
  "HeaderType.Numeric.SideIndicator": {
5050
5107
  "description": "Represents side indicator attributes which are used for additional information about the main indicator",
5051
5108
  "type": "object",
@@ -5503,6 +5560,9 @@
5503
5560
  "visible": {
5504
5561
  "description": "[Experimental] Visibility of the header",
5505
5562
  "$ref": "#/definitions/visibility"
5563
+ },
5564
+ "chart": {
5565
+ "$ref": "#/definitions/MicroChart"
5506
5566
  }
5507
5567
  }
5508
5568
  },
@@ -5608,6 +5668,34 @@
5608
5668
  "sandbox": {
5609
5669
  "description": "Sandbox attribute of the iframe",
5610
5670
  "type": "string"
5671
+ },
5672
+ "allow": {
5673
+ "description": "Allow attribute of the iframe",
5674
+ "type": "string"
5675
+ },
5676
+ "allowfullscreen": {
5677
+ "description": "Allowfullscreen attribute of the iframe",
5678
+ "oneOf": [
5679
+ {
5680
+ "type": "boolean",
5681
+ "default": false
5682
+ },
5683
+ {
5684
+ "$ref": "#/definitions/simpleBinding"
5685
+ }
5686
+ ]
5687
+ },
5688
+ "omitSandbox": {
5689
+ "description": "If set to 'true' the 'sandbox' attribute will not be added to the iframe.",
5690
+ "oneOf": [
5691
+ {
5692
+ "type": "boolean",
5693
+ "default": false
5694
+ },
5695
+ {
5696
+ "$ref": "#/definitions/simpleBinding"
5697
+ }
5698
+ ]
5611
5699
  }
5612
5700
  }
5613
5701
  },
@@ -5854,33 +5942,7 @@
5854
5942
  "ContentType.AnalyticsCloud": {
5855
5943
  "description": "Represents SAP Analytics Cloud content attributes",
5856
5944
  "type": "object",
5857
- "additionalProperties": false,
5858
- "properties": {
5859
- "data": {
5860
- "$ref": "#/definitions/data"
5861
- },
5862
- "minHeight": {
5863
- "$ref": "#/definitions/minHeight"
5864
- },
5865
- "actions": {
5866
- "description": "Defines actions that can be applied on the content",
5867
- "type": "array",
5868
- "items": {
5869
- "$ref": "#/definitions/action"
5870
- }
5871
- },
5872
- "options": {
5873
- "description": "Options of the chart",
5874
- "oneOf": [
5875
- {
5876
- "type": "object"
5877
- },
5878
- {
5879
- "$ref": "#/definitions/simpleBinding"
5880
- }
5881
- ]
5882
- }
5883
- }
5945
+ "additionalProperties": true
5884
5946
  },
5885
5947
  "ContentType.Analytical": {
5886
5948
  "description": "Represents analytical content attributes",
@@ -8448,6 +8510,9 @@
8448
8510
  }
8449
8511
  }
8450
8512
  },
8513
+ "version": {
8514
+ "type": "string"
8515
+ },
8451
8516
  "id_def_0": {
8452
8517
  "type": "string"
8453
8518
  },
@@ -8534,8 +8599,18 @@
8534
8599
  }
8535
8600
  }
8536
8601
  },
8537
- "version": {
8538
- "type": "string"
8602
+ "minUI5Version": {
8603
+ "oneOf": [
8604
+ {
8605
+ "type": "string"
8606
+ },
8607
+ {
8608
+ "type": "array",
8609
+ "items": {
8610
+ "type": "string"
8611
+ }
8612
+ }
8613
+ ]
8539
8614
  },
8540
8615
  "componentUsages": {
8541
8616
  "description": "Represents component name for usage",
@@ -189,9 +189,9 @@ export type JSONSchemaForSAPUI5Namespace = {
189
189
  */
190
190
  dependencies: {
191
191
  /**
192
- * Represents the minimum version of SAP UI5 that your component requires
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.
193
193
  */
194
- minUI5Version: string;
194
+ minUI5Version: string | string[];
195
195
  /**
196
196
  * Represents the id (namespace) of the libraries that should be loaded by UI5 Core to be used in your component
197
197
  */
@@ -707,7 +707,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
707
707
  | "1.60.0"
708
708
  | "1.61.0"
709
709
  | "1.62.0"
710
- | "1.63.0";
710
+ | "1.63.0"
711
+ | "1.64.0"
712
+ | "1.65.0";
711
713
  /**
712
714
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
713
715
  */