@ui5/manifest 1.84.0 → 1.86.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
@@ -4,6 +4,40 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
4
4
 
5
5
  <a name="Unreleased"></a>
6
6
 
7
+ <a name="v1.86.0"></a>
8
+ ## [v1.86.0] - 2026-05-04 (UI5 1.148)
9
+
10
+ ### Added
11
+ - sap.card: New property `showSeparator` in footer to visually separate the footer from the card content area
12
+
13
+ ### Changed
14
+ - sap.card: Moved `customSettings` property and updated description to reflect Mobile SDK usage
15
+
16
+ ### Removed
17
+ - sap.card: Deprecated `service` property removed from data requests and navigation actions
18
+
19
+ <a name="v1.85.0"></a>
20
+ ## [v1.85.0] - 2026-04-09 (UI5 1.147)
21
+
22
+ <a name="v1.85.0"></a>
23
+ ## [v1.85.0] - 2026-04-08 (UI5 1.147)
24
+
25
+ <a name="v1.85.0"></a>
26
+ ## [v1.85.0] - 2026-04-08 (UI5 1.147)
27
+
28
+ <a name="v1.85.0"></a>
29
+ ## [v1.85.0] - 2026-04-08 (UI5 1.147)
30
+
31
+ <a name="v1.85.0"></a>
32
+ ## [v1.85.0] - 2026-04-08 (UI5 1.147)
33
+
34
+ ### Added
35
+ - sap.card: New Table Popin behaviour. It is controlled by properties `autoPopinMode, hiddenInPopin, popinLayout` and `importance`
36
+ - sap.card: Option to show the navigation indicator for list and table. Controlled by property `navigationArrow`
37
+ - sap.card: Restricted `customSettings` which can be used by the host environment.
38
+ - sap.ovp: Introduced a new configuration flag, `enableTextWrapping`, in the card manifest for Table and List Cards in the Overview Page (OVP)
39
+ - sap.cloud: Added `backgroundImageRelativeToComponent` property provides the background image for a custom tile visualization. The URL of the image must be relative to the location of the component.js file.
40
+
7
41
  <a name="v1.84.0"></a>
8
42
  ## [v1.84.0] - 2026-03-11 (UI5 1.146)
9
43
 
@@ -227,7 +261,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
227
261
  <a name="v1.48.1"></a>
228
262
  ## v1.48.1 - 2022-11-10
229
263
 
230
- [Unreleased]: https://github.com/UI5/manifest/compare/v1.84.0...HEAD
264
+ [Unreleased]: https://github.com/UI5/manifest/compare/v1.86.0...HEAD
265
+ [v1.86.0]: https://github.com/UI5/manifest/compare/v1.85.0...v1.86.0
266
+ [v1.85.0]: https://github.com/UI5/manifest/compare/v1.84.0...v1.85.0
231
267
  [v1.84.0]: https://github.com/UI5/manifest/compare/v1.83.1...v1.84.0
232
268
  [v1.83.1]: https://github.com/UI5/manifest/compare/v1.83.0...v1.83.1
233
269
  [v1.83.0]: https://github.com/UI5/manifest/compare/v1.82.0...v1.83.0
package/mapping.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "latest": "1.84.0",
2
+ "latest": "1.86.0",
3
+ "1.148": "1.86.0",
4
+ "1.147": "1.85.0",
3
5
  "1.146": "1.84.0",
4
6
  "1.145": "1.83.1",
5
7
  "1.144": "1.82.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.84.0",
3
+ "version": "1.86.0",
4
4
  "description": "This project contains a JSON schema for the UI5 manifest",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -103,7 +103,9 @@
103
103
  "1.82.0",
104
104
  "1.83.0",
105
105
  "1.83.1",
106
- "1.84.0"
106
+ "1.84.0",
107
+ "1.85.0",
108
+ "1.86.0"
107
109
  ]
108
110
  },
109
111
  "start_url": {
@@ -1996,6 +1998,10 @@
1996
1998
  "description": "Specify if the UI can be accessed from a different space than origin development space",
1997
1999
  "type": "boolean",
1998
2000
  "default": false
2001
+ },
2002
+ "backgroundImageRelativeToComponent": {
2003
+ "description": "Provides the background image for the custom visualization. The URL of the image must be relative to the location of the component.js file",
2004
+ "type": "string"
1999
2005
  }
2000
2006
  }
2001
2007
  },
@@ -2072,7 +2078,8 @@
2072
2078
  "1.58.0",
2073
2079
  "1.59.0",
2074
2080
  "1.60.0",
2075
- "1.61.0"
2081
+ "1.61.0",
2082
+ "1.62.0"
2076
2083
  ]
2077
2084
  },
2078
2085
  "designtime": {
@@ -2196,6 +2203,10 @@
2196
2203
  }
2197
2204
  }
2198
2205
  },
2206
+ "customSettings": {
2207
+ "description": "[RESTRICTED] Defines custom settings passed from the Mobile SDK or a hosting application. These are global defaults that can be overridden by individual cards via their manifest. The value is an object containing custom settings as key-value pairs. This property is restricted to Mobile SDK usage",
2208
+ "type": "object"
2209
+ },
2199
2210
  "type": {
2200
2211
  "description": "Represents the type of the card's content",
2201
2212
  "type": "string",
@@ -2294,6 +2305,18 @@
2294
2305
  "description": "[Experimental] Visibility of the footer",
2295
2306
  "$ref": "#/$defs/visibility"
2296
2307
  },
2308
+ "showSeparator": {
2309
+ "description": "Determines whether to display a separator line at the top of the footer to visually separate the footer from the card content area.",
2310
+ "oneOf": [
2311
+ {
2312
+ "type": "boolean",
2313
+ "default": false
2314
+ },
2315
+ {
2316
+ "$ref": "#/$defs/simpleBinding"
2317
+ }
2318
+ ]
2319
+ },
2297
2320
  "closeButton": {
2298
2321
  "description": "[Experimental] Defines the Close button when the card is opened by the ShowCard action",
2299
2322
  "$ref": "#/$defs/closeButton"
@@ -2958,12 +2981,12 @@
2958
2981
  "semanticversion": {
2959
2982
  "description": "The version number of the schema in major.minor.patch format.",
2960
2983
  "type": "string",
2961
- "pattern": "^[0-9]{1,}.[0-9]{1,}.[0-9]{1,}$"
2984
+ "pattern": "^[0-9]{1,}\\.[0-9]{1,}\\.[0-9]{1,}$"
2962
2985
  },
2963
2986
  "iddef": {
2964
2987
  "type": "string",
2965
2988
  "maxLength": 70,
2966
- "pattern": "^[A-Za-z]{2,}.[A-Za-z]{2,}"
2989
+ "pattern": "^[A-Za-z]{2,}\\.[A-Za-z]{2,}$"
2967
2990
  },
2968
2991
  "contentitem": {
2969
2992
  "description": "Represents an item of the content list defining the sub manifest and baseurl",
@@ -3513,28 +3536,6 @@
3513
3536
  }
3514
3537
  }
3515
3538
  },
3516
- "service_0": {
3517
- "description": "Represents service that will be used for actions",
3518
- "oneOf": [
3519
- {
3520
- "description": "Represents name of the Service to be used for the action",
3521
- "type": "string"
3522
- },
3523
- {
3524
- "type": "object",
3525
- "additionalProperties": false,
3526
- "properties": {
3527
- "name": {
3528
- "description": "Represents name of the Service to be used for the action",
3529
- "type": "string"
3530
- },
3531
- "parameters": {
3532
- "type": "object"
3533
- }
3534
- }
3535
- }
3536
- ]
3537
- },
3538
3539
  "request": {
3539
3540
  "description": "Represents request attributes",
3540
3541
  "type": "object",
@@ -4080,6 +4081,27 @@
4080
4081
  "customStateIcon": {
4081
4082
  "description": "The custom state icon",
4082
4083
  "type": "string"
4084
+ },
4085
+ "importance": {
4086
+ "description": "Specifies the column's significance, affecting its behavior in responsive design.",
4087
+ "oneOf": [
4088
+ {
4089
+ "enum": [
4090
+ "None",
4091
+ "Low",
4092
+ "Medium",
4093
+ "High"
4094
+ ],
4095
+ "default": "None"
4096
+ },
4097
+ {
4098
+ "$ref": "#/$defs/simpleBinding"
4099
+ }
4100
+ ]
4101
+ },
4102
+ "autoPopinWidth": {
4103
+ "description": "Sets the minimum width threshold for displaying the column in the pop-in area.",
4104
+ "type": "number"
4083
4105
  }
4084
4106
  }
4085
4107
  },
@@ -5675,6 +5697,17 @@
5675
5697
  }
5676
5698
  ]
5677
5699
  },
5700
+ "navigationArrow": {
5701
+ "description": "Indicates whether a navigation arrow is shown for the item or row. Applicable only to actions of type Navigation.",
5702
+ "oneOf": [
5703
+ {
5704
+ "type": "boolean"
5705
+ },
5706
+ {
5707
+ "$ref": "#/$defs/simpleBinding"
5708
+ }
5709
+ ]
5710
+ },
5678
5711
  "enabled": {
5679
5712
  "description": "Represents the state of the action",
5680
5713
  "oneOf": [
@@ -5686,11 +5719,8 @@
5686
5719
  }
5687
5720
  ]
5688
5721
  },
5689
- "service": {
5690
- "$ref": "#/$defs/service"
5691
- },
5692
5722
  "url": {
5693
- "description": "[Deprecated] Represents the URL that will be used as navigation target if no service is provided",
5723
+ "description": "[Deprecated] Represents the URL that will be used as navigation target",
5694
5724
  "deprecated": true,
5695
5725
  "type": "string"
5696
5726
  },
@@ -6327,6 +6357,48 @@
6327
6357
  }
6328
6358
  }
6329
6359
  },
6360
+ "autoPopinMode": {
6361
+ "description": "Controls the table's auto pop-in mode. When true, columns automatically adjust based on available space. When false, manually set 'autoPopinWidth' for each column.",
6362
+ "oneOf": [
6363
+ {
6364
+ "type": "boolean",
6365
+ "default": false
6366
+ },
6367
+ {
6368
+ "$ref": "#/$defs/simpleBinding"
6369
+ }
6370
+ ]
6371
+ },
6372
+ "hiddenInPopin": {
6373
+ "description": "Specifies columns to hide rather than move into the pop-in area, based on importance.",
6374
+ "type": "array",
6375
+ "items": {
6376
+ "type": "string",
6377
+ "enum": [
6378
+ "None",
6379
+ "Low",
6380
+ "Medium",
6381
+ "High"
6382
+ ]
6383
+ }
6384
+ },
6385
+ "popinLayout": {
6386
+ "description": "Sets the layout style for rendering table pop-in rows.",
6387
+ "oneOf": [
6388
+ {
6389
+ "type": "string",
6390
+ "enum": [
6391
+ "Block",
6392
+ "GridSmall",
6393
+ "GridLarge"
6394
+ ],
6395
+ "default": "Block"
6396
+ },
6397
+ {
6398
+ "$ref": "#/$defs/simpleBinding"
6399
+ }
6400
+ ]
6401
+ },
6330
6402
  "maxItems": {
6331
6403
  "description": "Represents number of items",
6332
6404
  "oneOf": [
@@ -6809,9 +6881,6 @@
6809
6881
  ],
6810
6882
  "additionalProperties": true
6811
6883
  },
6812
- "service": {
6813
- "$ref": "#/$defs/service"
6814
- },
6815
6884
  "updateInterval": {
6816
6885
  "description": "Represents interval in seconds, after which a new data request will be triggered",
6817
6886
  "oneOf": [
@@ -7207,7 +7276,7 @@
7207
7276
  },
7208
7277
  "simpleBinding": {
7209
7278
  "type": "string",
7210
- "pattern": "\\{.*\\}"
7279
+ "pattern": "^\\{.*\\}$"
7211
7280
  },
7212
7281
  "definingRequest": {
7213
7282
  "type": "object",
@@ -7638,6 +7707,11 @@
7638
7707
  "type": "boolean",
7639
7708
  "default": true
7640
7709
  },
7710
+ "enableTextWrapping": {
7711
+ "description": "Represents the flag to enable/disable text wrapping for list and table cards",
7712
+ "type": "boolean",
7713
+ "default": false
7714
+ },
7641
7715
  "showRefresh": {
7642
7716
  "description": "Represents the flag to show/hide individual card's functionality to refresh the card",
7643
7717
  "type": "boolean",
@@ -9182,7 +9256,7 @@
9182
9256
  "resourceRoot": {
9183
9257
  "description": "Represents the resource root path relative to the application root. Used to define custom resource paths for loading modules and resources",
9184
9258
  "type": "string",
9185
- "pattern": "^((\\.(?!\\.)\\/)?\\w+\\/?)+$"
9259
+ "pattern": "^((\\.\\/)?\\w+\\/?)+$"
9186
9260
  },
9187
9261
  "model": {
9188
9262
  "description": "Represents sapui5 model name",
package/schema_cil.json CHANGED
@@ -1493,6 +1493,10 @@
1493
1493
  "description": "Specify if the UI can be accessed from a different space than origin development space",
1494
1494
  "type": "boolean",
1495
1495
  "default": false
1496
+ },
1497
+ "backgroundImageRelativeToComponent": {
1498
+ "description": "Provides the background image for the custom visualization. The URL of the image must be relative to the location of the component.js file",
1499
+ "type": "string"
1496
1500
  }
1497
1501
  }
1498
1502
  }
@@ -1927,6 +1931,11 @@
1927
1931
  "type": "boolean",
1928
1932
  "default": true
1929
1933
  },
1934
+ "enableTextWrapping": {
1935
+ "description": "Represents the flag to enable/disable text wrapping for list and table cards",
1936
+ "type": "boolean",
1937
+ "default": false
1938
+ },
1930
1939
  "showRefresh": {
1931
1940
  "description": "Represents the flag to show/hide individual card's functionality to refresh the card",
1932
1941
  "type": "boolean",
@@ -3451,7 +3460,7 @@
3451
3460
  "resourceRoot": {
3452
3461
  "description": "Represents the resource root path relative to the application root. Used to define custom resource paths for loading modules and resources",
3453
3462
  "type": "string",
3454
- "pattern": "^((\\.(?!\\.)\\/)?\\w+\\/?)+$"
3463
+ "pattern": "^((\\.\\/)?\\w+\\/?)+$"
3455
3464
  },
3456
3465
  "model": {
3457
3466
  "description": "Represents sapui5 model name",
@@ -761,7 +761,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
761
761
  | "1.82.0"
762
762
  | "1.83.0"
763
763
  | "1.83.1"
764
- | "1.84.0";
764
+ | "1.84.0"
765
+ | "1.85.0"
766
+ | "1.86.0";
765
767
  /**
766
768
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
767
769
  */
@@ -2926,6 +2928,10 @@ export interface CardSetting {
2926
2928
  * Represents the flag to enable/disable individual card's functionality to add them to insight
2927
2929
  */
2928
2930
  enableAddToInsights?: boolean;
2931
+ /**
2932
+ * Represents the flag to enable/disable text wrapping for list and table cards
2933
+ */
2934
+ enableTextWrapping?: boolean;
2929
2935
  /**
2930
2936
  * Represents the flag to show/hide individual card's functionality to refresh the card
2931
2937
  */
@@ -3502,6 +3508,10 @@ export interface JSONSchemaForSAPCLOUDNamespace {
3502
3508
  * Specify if the UI can be accessed from a different space than origin development space
3503
3509
  */
3504
3510
  public?: boolean;
3511
+ /**
3512
+ * Provides the background image for the custom visualization. The URL of the image must be relative to the location of the component.js file
3513
+ */
3514
+ backgroundImageRelativeToComponent?: string;
3505
3515
  }
3506
3516
  /**
3507
3517
  * Represents general package attributes. Experimental, will be detailed in the future