@ui5/manifest 1.59.0 → 1.61.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.59.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.61.0...HEAD).
6
+
7
+ <a name="v1.61.0"></a>
8
+ ## [v1.61.0] - 2023-10-19
9
+
10
+ <a name="v1.60.0"></a>
11
+ ## [v1.60.0] - 2023-09-22
6
12
 
7
13
  <a name="v1.59.0"></a>
8
14
  ## [v1.59.0] - 2023-08-28
@@ -46,6 +52,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
46
52
  <a name="v1.48.1"></a>
47
53
  ## v1.48.1 - 2022-11-10
48
54
 
55
+ [v1.61.0]: https://github.com/SAP/ui5-manifest/compare/v1.60.0...v1.61.0
56
+ [v1.60.0]: https://github.com/SAP/ui5-manifest/compare/v1.59.0...v1.60.0
49
57
  [v1.59.0]: https://github.com/SAP/ui5-manifest/compare/v1.57.0...v1.59.0
50
58
  [v1.57.0]: https://github.com/SAP/ui5-manifest/compare/v1.56.0...v1.57.0
51
59
  [v1.56.0]: https://github.com/SAP/ui5-manifest/compare/v1.55.0...v1.56.0
package/mapping.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "latest": "1.58.0",
2
+ "latest": "1.60.0",
3
+ "1.120": "1.60.0",
4
+ "1.119": "1.59.0",
3
5
  "1.118": "1.58.0",
4
6
  "1.117": "1.57.0",
5
7
  "1.116": "1.56.0",
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@ui5/manifest","version":"1.59.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","postversion":"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
+ {"name":"@ui5/manifest","version":"1.61.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","postversion":"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
@@ -75,7 +75,9 @@
75
75
  "1.55.0",
76
76
  "1.56.0",
77
77
  "1.57.0",
78
- "1.58.0"
78
+ "1.58.0",
79
+ "1.59.0",
80
+ "1.60.0"
79
81
  ]
80
82
  },
81
83
  "start_url": {
@@ -1969,7 +1971,8 @@
1969
1971
  "1.38.0",
1970
1972
  "1.39.0",
1971
1973
  "1.40.0",
1972
- "1.41.0"
1974
+ "1.41.0",
1975
+ "1.42.0"
1973
1976
  ]
1974
1977
  },
1975
1978
  "designtime": {
@@ -2147,15 +2150,7 @@
2147
2150
  },
2148
2151
  "visible": {
2149
2152
  "description": "[Experimental] Visibility of the footer",
2150
- "oneOf": [
2151
- {
2152
- "type": "boolean",
2153
- "default": true
2154
- },
2155
- {
2156
- "$ref": "#/definitions/simpleBinding"
2157
- }
2158
- ]
2153
+ "$ref": "#/definitions/visibility"
2159
2154
  }
2160
2155
  }
2161
2156
  },
@@ -2656,7 +2651,8 @@
2656
2651
  "description": "Represents attributes format version. It is managed by namespace owner",
2657
2652
  "type": "string",
2658
2653
  "enum": [
2659
- "1.0.0"
2654
+ "1.0.0",
2655
+ "1.1.0"
2660
2656
  ]
2661
2657
  },
2662
2658
  "inputs": {
@@ -2681,25 +2677,45 @@
2681
2677
  "description": "Represents the outcomes of the task ui",
2682
2678
  "items": {
2683
2679
  "type": "object",
2680
+ "additionalProperties": false,
2681
+ "required": [
2682
+ "id",
2683
+ "label"
2684
+ ],
2684
2685
  "properties": {
2685
2686
  "id": {
2686
2687
  "description": "Represents the id of the outcome",
2687
2688
  "type": "string",
2688
- "enum": [
2689
- "approve",
2690
- "reject",
2691
- "submit"
2692
- ]
2689
+ "pattern": "^[a-zA-Z0-9_]{1,60}$"
2693
2690
  },
2694
2691
  "label": {
2695
2692
  "type": "string",
2696
2693
  "description": "Represents the label of the outcome"
2694
+ },
2695
+ "type": {
2696
+ "type": "string",
2697
+ "description": "Represents the intent of the outcome within a process",
2698
+ "enum": [
2699
+ "positive",
2700
+ "negative",
2701
+ "neutral"
2702
+ ]
2697
2703
  }
2698
2704
  }
2699
2705
  },
2700
- "maxItems": 2,
2701
2706
  "minItems": 1,
2702
- "uniqueItems": true
2707
+ "uniqueItems": true,
2708
+ "maxItems": 5
2709
+ },
2710
+ "preview": {
2711
+ "description": "Configuration for a preview of the application in SBPA",
2712
+ "type": "object",
2713
+ "properties": {
2714
+ "src": {
2715
+ "description": "Relative path to an image. The path to the image is relative to the baseUrl of the application",
2716
+ "type": "string"
2717
+ }
2718
+ }
2703
2719
  }
2704
2720
  },
2705
2721
  "oneOf": [
@@ -3039,33 +3055,111 @@
3039
3055
  "semanticObject",
3040
3056
  "action"
3041
3057
  ],
3042
- "semanticObject": {
3043
- "type": "string"
3044
- },
3045
- "action": {
3046
- "type": "string"
3058
+ "properties": {
3059
+ "semanticObject": {
3060
+ "type": "string"
3061
+ },
3062
+ "action": {
3063
+ "type": "string"
3064
+ }
3047
3065
  }
3048
3066
  },
3049
- "ibnActionParameters": {
3050
- "description": "Parameters for an intent based navigation",
3067
+ "hideCardActionParameters": {
3068
+ "description": "Parameters for HideCard action",
3069
+ "type": "object",
3070
+ "additionalProperties": false
3071
+ },
3072
+ "showCardActionParameters": {
3073
+ "description": "Parameters for ShowCard action",
3074
+ "type": "object",
3075
+ "additionalProperties": false,
3076
+ "required": [
3077
+ "manifest"
3078
+ ],
3079
+ "properties": {
3080
+ "manifest": {
3081
+ "description": "An application identifier consisting of semanticObject and action",
3082
+ "oneOf": [
3083
+ {
3084
+ "type": "string"
3085
+ },
3086
+ {
3087
+ "type": "object"
3088
+ }
3089
+ ]
3090
+ },
3091
+ "parameters": {
3092
+ "type": "object"
3093
+ },
3094
+ "data": {
3095
+ "type": "object"
3096
+ },
3097
+ "width": {
3098
+ "type": "string"
3099
+ },
3100
+ "baseUrl": {
3101
+ "type": "string"
3102
+ },
3103
+ "resizable": {
3104
+ "oneOf": [
3105
+ {
3106
+ "type": "boolean"
3107
+ },
3108
+ {
3109
+ "$ref": "#/definitions/simpleBinding"
3110
+ }
3111
+ ]
3112
+ }
3113
+ }
3114
+ },
3115
+ "submitActionParameters": {
3116
+ "description": "Parameters for Submit action",
3117
+ "type": "object",
3118
+ "additionalProperties": false
3119
+ },
3120
+ "navigationActionIBParameters": {
3121
+ "description": "Parameters for Intent-Based Navigation action",
3051
3122
  "type": "object",
3052
3123
  "additionalProperties": false,
3053
3124
  "required": [
3054
3125
  "ibnTarget"
3055
3126
  ],
3056
- "ibnTarget": {
3057
- "description": "An application identifier consisting of semanticObject and action",
3058
- "$ref": "#/definitions/ibnTarget"
3059
- },
3060
- "ibnParam": {
3061
- "description": "Key/value pairs for parameters of the target application",
3062
- "$ref": "#/definitions/parameters"
3063
- },
3064
- "ibnAppSpecificRoute": {
3065
- "description": "An application specific route that is passed to the target application",
3066
- "type": "string"
3127
+ "properties": {
3128
+ "ibnTarget": {
3129
+ "description": "An application identifier consisting of semanticObject and action",
3130
+ "$ref": "#/definitions/ibnTarget"
3131
+ },
3132
+ "ibnParams": {
3133
+ "description": "Key/value pairs for parameters of the target application",
3134
+ "type": "object"
3135
+ },
3136
+ "ibnAppSpecificRoute": {
3137
+ "description": "An application specific route that is passed to the target application",
3138
+ "type": "string"
3139
+ }
3140
+ }
3141
+ },
3142
+ "navigationActionParameters": {
3143
+ "description": "Parameters for Navigation action",
3144
+ "type": "object",
3145
+ "additionalProperties": false,
3146
+ "required": [
3147
+ "url"
3148
+ ],
3149
+ "properties": {
3150
+ "url": {
3151
+ "type": "string"
3152
+ },
3153
+ "target": {
3154
+ "type": "string"
3155
+ }
3067
3156
  }
3068
3157
  },
3158
+ "customActionParameters": {
3159
+ "description": "Parameters for Custom action",
3160
+ "type": "object",
3161
+ "additionalProperties": true
3162
+ },
3069
3163
  "cache": {
3070
3164
  "description": "Cache control settings",
3071
3165
  "type": "object",
@@ -3128,11 +3222,6 @@
3128
3222
  }
3129
3223
  }
3130
3224
  },
3131
- "parameters": {
3132
- "description": "Represents parameters that are passed in the actions",
3133
- "type": "object",
3134
- "additionalProperties": true
3135
- },
3136
3225
  "extension": {
3137
3226
  "description": "[Experimental] Represents attributes, needed to get data via extension",
3138
3227
  "type": "object",
@@ -3167,7 +3256,7 @@
3167
3256
  "type": "string"
3168
3257
  },
3169
3258
  "parameters": {
3170
- "$ref": "#/definitions/parameters"
3259
+ "type": "object"
3171
3260
  }
3172
3261
  }
3173
3262
  }
@@ -3225,7 +3314,7 @@
3225
3314
  },
3226
3315
  "parameters": {
3227
3316
  "description": "Represents the request parameters. If it is a POST request the parameters will be put as key/value pairs into the body of the request",
3228
- "$ref": "#/definitions/parameters"
3317
+ "type": "object"
3229
3318
  },
3230
3319
  "headers": {
3231
3320
  "description": "Represents HTTP headers",
@@ -4601,14 +4690,7 @@
4601
4690
  },
4602
4691
  "visible": {
4603
4692
  "description": "Visibility of the item",
4604
- "oneOf": [
4605
- {
4606
- "type": "boolean"
4607
- },
4608
- {
4609
- "$ref": "#/definitions/simpleBinding"
4610
- }
4611
- ]
4693
+ "$ref": "#/definitions/visibility"
4612
4694
  },
4613
4695
  "title": {
4614
4696
  "description": "Title of the data point. This is just a placeholder to store the title, title will not be rendered on the screen. This is needed to prevent the loss of columnn names while transforming table card to list card.",
@@ -4808,15 +4890,7 @@
4808
4890
  },
4809
4891
  "visible": {
4810
4892
  "description": "Visibility of the side indicator",
4811
- "oneOf": [
4812
- {
4813
- "type": "boolean",
4814
- "default": true
4815
- },
4816
- {
4817
- "$ref": "#/definitions/simpleBinding"
4818
- }
4819
- ]
4893
+ "$ref": "#/definitions/visibility"
4820
4894
  }
4821
4895
  }
4822
4896
  },
@@ -4865,15 +4939,18 @@
4865
4939
  },
4866
4940
  "visible": {
4867
4941
  "description": "Visibility of the main indicator",
4868
- "oneOf": [
4869
- {
4870
- "type": "boolean",
4871
- "default": true
4872
- },
4873
- {
4874
- "$ref": "#/definitions/simpleBinding"
4875
- }
4876
- ]
4942
+ "$ref": "#/definitions/visibility"
4943
+ }
4944
+ }
4945
+ },
4946
+ "closeButton": {
4947
+ "description": "[Experimental] Represents attributes of the Close button",
4948
+ "type": "object",
4949
+ "additionalProperties": false,
4950
+ "properties": {
4951
+ "visible": {
4952
+ "description": "[Experimental] Represents the visibility of the Close button",
4953
+ "$ref": "#/definitions/visibility"
4877
4954
  }
4878
4955
  }
4879
4956
  },
@@ -4941,14 +5018,7 @@
4941
5018
  },
4942
5019
  "visible": {
4943
5020
  "description": "Visibility of the icon",
4944
- "oneOf": [
4945
- {
4946
- "type": "boolean"
4947
- },
4948
- {
4949
- "$ref": "#/definitions/simpleBinding"
4950
- }
4951
- ]
5021
+ "$ref": "#/definitions/visibility"
4952
5022
  }
4953
5023
  }
4954
5024
  },
@@ -4993,22 +5063,14 @@
4993
5063
  "$ref": "#/definitions/service"
4994
5064
  },
4995
5065
  "url": {
4996
- "description": "Represents the URL that will be used as navigation target if no service is provided",
5066
+ "description": "[Deprecated] Represents the URL that will be used as navigation target if no service is provided",
4997
5067
  "type": "string"
4998
5068
  },
4999
5069
  "parameters": {
5000
- "description": "Parameters passed to the navigation action handler",
5001
- "oneOf": [
5002
- {
5003
- "$ref": "#/definitions/parameters"
5004
- },
5005
- {
5006
- "$ref": "#/definitions/ibnActionParameters"
5007
- }
5008
- ]
5070
+ "description": "Parameters passed to the navigation action handler"
5009
5071
  },
5010
5072
  "target": {
5011
- "description": "Specifies where to open the 'url', if it is provided",
5073
+ "description": "[Deprecated] Specifies where to open the 'url', if it is provided",
5012
5074
  "type": "string",
5013
5075
  "oneOf": [
5014
5076
  {
@@ -5019,7 +5081,96 @@
5019
5081
  }
5020
5082
  ]
5021
5083
  }
5022
- }
5084
+ },
5085
+ "allOf": [
5086
+ {
5087
+ "if": {
5088
+ "properties": {
5089
+ "type": {
5090
+ "const": "Custom"
5091
+ }
5092
+ }
5093
+ },
5094
+ "then": {
5095
+ "properties": {
5096
+ "parameters": {
5097
+ "$ref": "#/definitions/customActionParameters"
5098
+ }
5099
+ }
5100
+ }
5101
+ },
5102
+ {
5103
+ "if": {
5104
+ "properties": {
5105
+ "type": {
5106
+ "const": "Navigation"
5107
+ }
5108
+ }
5109
+ },
5110
+ "then": {
5111
+ "properties": {
5112
+ "parameters": {
5113
+ "oneOf": [
5114
+ {
5115
+ "$ref": "#/definitions/navigationActionParameters"
5116
+ },
5117
+ {
5118
+ "$ref": "#/definitions/navigationActionIBParameters"
5119
+ }
5120
+ ]
5121
+ }
5122
+ }
5123
+ }
5124
+ },
5125
+ {
5126
+ "if": {
5127
+ "properties": {
5128
+ "type": {
5129
+ "const": "Submit"
5130
+ }
5131
+ }
5132
+ },
5133
+ "then": {
5134
+ "properties": {
5135
+ "parameters": {
5136
+ "$ref": "#/definitions/submitActionParameters"
5137
+ }
5138
+ }
5139
+ }
5140
+ },
5141
+ {
5142
+ "if": {
5143
+ "properties": {
5144
+ "type": {
5145
+ "const": "ShowCard"
5146
+ }
5147
+ }
5148
+ },
5149
+ "then": {
5150
+ "properties": {
5151
+ "parameters": {
5152
+ "$ref": "#/definitions/showCardActionParameters"
5153
+ }
5154
+ }
5155
+ }
5156
+ },
5157
+ {
5158
+ "if": {
5159
+ "properties": {
5160
+ "type": {
5161
+ "const": "HideCard"
5162
+ }
5163
+ }
5164
+ },
5165
+ "then": {
5166
+ "properties": {
5167
+ "parameters": {
5168
+ "$ref": "#/definitions/hideCardActionParameters"
5169
+ }
5170
+ }
5171
+ }
5172
+ }
5173
+ ]
5023
5174
  },
5024
5175
  "HeaderType.Numeric": {
5025
5176
  "additionalProperties": false,
@@ -5137,17 +5288,13 @@
5137
5288
  "description": "Represents the status of the card",
5138
5289
  "$ref": "#/definitions/status"
5139
5290
  },
5291
+ "closeButton": {
5292
+ "description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
5293
+ "$ref": "#/definitions/closeButton"
5294
+ },
5140
5295
  "visible": {
5141
5296
  "description": "[Experimental] Visibility of the header",
5142
- "oneOf": [
5143
- {
5144
- "type": "boolean",
5145
- "default": true
5146
- },
5147
- {
5148
- "$ref": "#/definitions/simpleBinding"
5149
- }
5150
- ]
5297
+ "$ref": "#/definitions/visibility"
5151
5298
  }
5152
5299
  }
5153
5300
  },
@@ -5221,17 +5368,13 @@
5221
5368
  "description": "Represents the status of the card",
5222
5369
  "$ref": "#/definitions/status"
5223
5370
  },
5371
+ "closeButton": {
5372
+ "description": "[Experimental] Represents the Close button when a card is opened by the ShowCard action.",
5373
+ "$ref": "#/definitions/closeButton"
5374
+ },
5224
5375
  "visible": {
5225
5376
  "description": "[Experimental] Visibility of the header",
5226
- "oneOf": [
5227
- {
5228
- "type": "boolean",
5229
- "default": true
5230
- },
5231
- {
5232
- "$ref": "#/definitions/simpleBinding"
5233
- }
5234
- ]
5377
+ "$ref": "#/definitions/visibility"
5235
5378
  }
5236
5379
  }
5237
5380
  },
@@ -5587,15 +5730,7 @@
5587
5730
  "properties": {
5588
5731
  "visible": {
5589
5732
  "description": "Represents the visibility state of the title",
5590
- "oneOf": [
5591
- {
5592
- "type": "boolean",
5593
- "default": true
5594
- },
5595
- {
5596
- "$ref": "#/definitions/simpleBinding"
5597
- }
5598
- ]
5733
+ "$ref": "#/definitions/visibility"
5599
5734
  },
5600
5735
  "text": {
5601
5736
  "description": "Represents a title text",
@@ -5843,14 +5978,7 @@
5843
5978
  },
5844
5979
  "visible": {
5845
5980
  "description": "Determines whether the item is visible",
5846
- "oneOf": [
5847
- {
5848
- "type": "boolean"
5849
- },
5850
- {
5851
- "$ref": "#/definitions/simpleBinding"
5852
- }
5853
- ]
5981
+ "$ref": "#/definitions/visibility"
5854
5982
  }
5855
5983
  }
5856
5984
  },
@@ -6019,14 +6147,7 @@
6019
6147
  },
6020
6148
  "visible": {
6021
6149
  "description": "Determines whether the filter is visible",
6022
- "oneOf": [
6023
- {
6024
- "type": "boolean"
6025
- },
6026
- {
6027
- "$ref": "#/definitions/simpleBinding"
6028
- }
6029
- ]
6150
+ "$ref": "#/definitions/visibility"
6030
6151
  }
6031
6152
  }
6032
6153
  },
@@ -6117,14 +6238,7 @@
6117
6238
  },
6118
6239
  "visible": {
6119
6240
  "description": "Determines whether the filter is visible",
6120
- "oneOf": [
6121
- {
6122
- "type": "boolean"
6123
- },
6124
- {
6125
- "$ref": "#/definitions/simpleBinding"
6126
- }
6127
- ]
6241
+ "$ref": "#/definitions/visibility"
6128
6242
  }
6129
6243
  }
6130
6244
  },
@@ -6179,14 +6293,7 @@
6179
6293
  },
6180
6294
  "visible": {
6181
6295
  "description": "Determines whether the filter is visible",
6182
- "oneOf": [
6183
- {
6184
- "type": "boolean"
6185
- },
6186
- {
6187
- "$ref": "#/definitions/simpleBinding"
6188
- }
6189
- ]
6296
+ "$ref": "#/definitions/visibility"
6190
6297
  }
6191
6298
  }
6192
6299
  },
@@ -701,7 +701,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
701
701
  | "1.55.0"
702
702
  | "1.56.0"
703
703
  | "1.57.0"
704
- | "1.58.0";
704
+ | "1.58.0"
705
+ | "1.59.0"
706
+ | "1.60.0";
705
707
  /**
706
708
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
707
709
  */