@ui5/manifest 1.77.0 → 1.79.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
@@ -5,6 +5,31 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
5
5
  <a name="Unreleased"></a>
6
6
  ## [Unreleased]
7
7
 
8
+ <a name="v1.79.0"></a>
9
+ ## [v1.79.0] - 2025-09-24 (UI5 1.141)
10
+
11
+ ### Added
12
+ - sap.card: New property "configuration/childCards" which holds a list of Configuration.ChildCard which represents a child card that can be opened from the main card
13
+ - sap.card: New property "showCardActionParameters/childCardKey" to refer to a child card which to be shown
14
+ - sap.card: New property "header/icon/state" which can be used to apply semantic state to the icon in the header
15
+
16
+ ### Changed
17
+ - sap.card: Added valiadtion for allowed combinations of "header/icon" properties
18
+ - sap.card: Deprecated property "showCardActionParameters/manifest". Use "showCardActionParameters/childCardKey" instead.
19
+
20
+ - sap.ui5/*: Added additional description texts for already deprecated settings
21
+ - v2: Added additional description texts to the left over v2 settings, same as in v1
22
+
23
+ <a name="v1.78.0"></a>
24
+ ## [v1.78.0] - 2025-08-22 (UI5 1.140)
25
+ ### Changed
26
+ - sap.ui5/rootView: Deprecated value `async: false`.
27
+ - sap.ui5/routing: Deprecated value `async: false`.
28
+
29
+ ### Added
30
+ - sap.card: Added new property "useMainDestinations"
31
+ - sap.ui5/flexBundle: new property explicitly flagging if a flexibility-bundle.json is part of the built application.
32
+
8
33
  <a name="v1.77.0"></a>
9
34
  ## [v1.77.0] - 2025-08-04 (UI5 1.139)
10
35
 
@@ -160,7 +185,9 @@ This project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html
160
185
  <a name="v1.48.1"></a>
161
186
  ## v1.48.1 - 2022-11-10
162
187
 
163
- [Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.77.0...HEAD
188
+ [Unreleased]: https://github.com/SAP/ui5-manifest/compare/v1.79.0...HEAD
189
+ [v1.79.0]: https://github.com/SAP/ui5-manifest/compare/v1.78.0...v1.79.0
190
+ [v1.78.0]: https://github.com/SAP/ui5-manifest/compare/v1.77.0...v1.78.0
164
191
  [v1.77.0]: https://github.com/SAP/ui5-manifest/compare/v1.76.0...v1.77.0
165
192
  [v1.76.0]: https://github.com/SAP/ui5-manifest/compare/v1.75.1...v1.76.0
166
193
  [v1.75.1]: https://github.com/SAP/ui5-manifest/compare/v1.73.1...v1.75.1
package/mapping.json CHANGED
@@ -1,5 +1,7 @@
1
1
  {
2
- "latest": "1.77.0",
2
+ "latest": "1.79.0",
3
+ "1.141": "1.79.0",
4
+ "1.140": "1.78.0",
3
5
  "1.139": "1.77.0",
4
6
  "1.138": "1.76.0",
5
7
  "1.137": "1.75.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.77.0",
3
+ "version": "1.79.0",
4
4
  "description": "This project contains the flattend json schema for the ui5 manifest.",
5
5
  "repository": {
6
6
  "type": "git",
package/schema.json CHANGED
@@ -93,7 +93,9 @@
93
93
  "1.73.1",
94
94
  "1.75.1",
95
95
  "1.76.0",
96
- "1.77.0"
96
+ "1.77.0",
97
+ "1.78.0",
98
+ "1.79.0"
97
99
  ]
98
100
  },
99
101
  "start_url": {
@@ -591,7 +593,8 @@
591
593
  "1.16.0",
592
594
  "1.17.0",
593
595
  "1.18.0",
594
- "1.19.0"
596
+ "1.19.0",
597
+ "1.20.0"
595
598
  ]
596
599
  },
597
600
  "resources": {
@@ -881,6 +884,10 @@
881
884
  }
882
885
  }
883
886
  },
887
+ "flexBundle": {
888
+ "description": "Represents an indicator whether a flexibility bundle was created and is within the application sources. This property is set by the building tool.",
889
+ "type": "boolean"
890
+ },
884
891
  "flexExtensionPointEnabled": {
885
892
  "description": "Represents an indicator whether app variant is flex extension point enabled",
886
893
  "type": "boolean",
@@ -1306,7 +1313,8 @@
1306
1313
  "1.8.0",
1307
1314
  "1.9.0",
1308
1315
  "1.10.0",
1309
- "1.11.0"
1316
+ "1.11.0",
1317
+ "1.12.0"
1310
1318
  ]
1311
1319
  },
1312
1320
  "globalFilterModel": {
@@ -2043,7 +2051,9 @@
2043
2051
  "1.53.0",
2044
2052
  "1.54.0",
2045
2053
  "1.55.0",
2046
- "1.56.0"
2054
+ "1.56.0",
2055
+ "1.57.0",
2056
+ "1.58.0"
2047
2057
  ]
2048
2058
  },
2049
2059
  "designtime": {
@@ -2107,12 +2117,17 @@
2107
2117
  }
2108
2118
  },
2109
2119
  "destinations": {
2110
- "description": "Describes what destinations are used by the card",
2120
+ "description": "Specifies the destinations configured for use by the card",
2111
2121
  "type": "object",
2112
2122
  "additionalProperties": {
2113
2123
  "$ref": "#/$defs/Configuration.Destinations"
2114
2124
  }
2115
2125
  },
2126
+ "useMainDestinations": {
2127
+ "description": "Indicates if child cards should reference the main card's destinations. Must be set to true in child cards to use the main card's destinations",
2128
+ "type": "boolean",
2129
+ "default": false
2130
+ },
2116
2131
  "csrfTokens": {
2117
2132
  "description": "Describes the CSRF tokens used by the card",
2118
2133
  "type": "object",
@@ -2121,7 +2136,7 @@
2121
2136
  }
2122
2137
  },
2123
2138
  "actionHandlers": {
2124
- "description": "Holds configuration for the default action handlers",
2139
+ "description": "Contains configuration settings for the default action handlers",
2125
2140
  "type": "object",
2126
2141
  "additionalProperties": false,
2127
2142
  "properties": {
@@ -2143,7 +2158,7 @@
2143
2158
  "type": "object"
2144
2159
  },
2145
2160
  "loadingPlaceholders": {
2146
- "description": "[Experimental] Object which will represent the loading placeholder of the card",
2161
+ "description": "[Experimental] Object that will represent the loading placeholder of the card",
2147
2162
  "type": "object",
2148
2163
  "properties": {
2149
2164
  "delay": {
@@ -2151,6 +2166,13 @@
2151
2166
  "type": "number"
2152
2167
  }
2153
2168
  }
2169
+ },
2170
+ "childCards": {
2171
+ "description": "[Experimental] Map of child cards",
2172
+ "type": "object",
2173
+ "additionalProperties": {
2174
+ "$ref": "#/$defs/Configuration.ChildCard"
2175
+ }
2154
2176
  }
2155
2177
  }
2156
2178
  },
@@ -3301,12 +3323,14 @@
3301
3323
  "description": "Parameters for ShowCard action",
3302
3324
  "type": "object",
3303
3325
  "additionalProperties": false,
3304
- "required": [
3305
- "manifest"
3306
- ],
3307
3326
  "properties": {
3327
+ "childCardKey": {
3328
+ "description": "The key of the card to be shown",
3329
+ "type": "string"
3330
+ },
3308
3331
  "manifest": {
3309
- "description": "An application identifier consisting of semanticObject and action",
3332
+ "deprecated": true,
3333
+ "description": "[Deprecated] Child card manifest",
3310
3334
  "oneOf": [
3311
3335
  {
3312
3336
  "type": "string"
@@ -5489,11 +5513,61 @@
5489
5513
  }
5490
5514
  ]
5491
5515
  },
5516
+ "state": {
5517
+ "description": "Defines the state of the icon",
5518
+ "oneOf": [
5519
+ {
5520
+ "$ref": "#/$defs/state"
5521
+ },
5522
+ {
5523
+ "$ref": "#/$defs/simpleBinding"
5524
+ }
5525
+ ]
5526
+ },
5492
5527
  "visible": {
5493
5528
  "description": "Visibility of the icon",
5494
5529
  "$ref": "#/$defs/visibility"
5495
5530
  }
5496
- }
5531
+ },
5532
+ "allOf": [
5533
+ {
5534
+ "anyOf": [
5535
+ {
5536
+ "required": [
5537
+ "src"
5538
+ ]
5539
+ },
5540
+ {
5541
+ "required": [
5542
+ "initials"
5543
+ ]
5544
+ },
5545
+ {
5546
+ "required": [
5547
+ "state"
5548
+ ]
5549
+ }
5550
+ ]
5551
+ },
5552
+ {
5553
+ "not": {
5554
+ "anyOf": [
5555
+ {
5556
+ "required": [
5557
+ "src",
5558
+ "state"
5559
+ ]
5560
+ },
5561
+ {
5562
+ "required": [
5563
+ "initials",
5564
+ "state"
5565
+ ]
5566
+ }
5567
+ ]
5568
+ }
5569
+ }
5570
+ ]
5497
5571
  },
5498
5572
  "action": {
5499
5573
  "description": "Represents actions that can be applied on card elements",
@@ -6676,6 +6750,20 @@
6676
6750
  }
6677
6751
  }
6678
6752
  },
6753
+ "Configuration.ChildCard": {
6754
+ "description": "Represents a configuration for a child card",
6755
+ "type": "object",
6756
+ "additionalProperties": false,
6757
+ "required": [
6758
+ "manifest"
6759
+ ],
6760
+ "properties": {
6761
+ "manifest": {
6762
+ "description": "The manifest of the child card",
6763
+ "type": "string"
6764
+ }
6765
+ }
6766
+ },
6679
6767
  "Configuration.NoData": {
6680
6768
  "description": "Represents a configuration for a NoData",
6681
6769
  "type": "object",
@@ -7328,6 +7416,11 @@
7328
7416
  "comment": "Card subtitle which is displayed in the card header"
7329
7417
  }
7330
7418
  },
7419
+ "showTimeAxis": {
7420
+ "description": "Represents the flag to enable/disable time axis for analytical timeseries cards",
7421
+ "type": "boolean",
7422
+ "default": false
7423
+ },
7331
7424
  "valueSelectionInfo": {
7332
7425
  "description": "Represents things like people, number of items",
7333
7426
  "type": "string",
@@ -8007,6 +8100,7 @@
8007
8100
  }
8008
8101
  },
8009
8102
  "actualTargetAdditionComponentUsage": {
8103
+ "description": "Represents target configuration properties for component usage routing scenarios where targets reference reusable components",
8010
8104
  "type": "object",
8011
8105
  "required": [
8012
8106
  "usage",
@@ -8036,6 +8130,7 @@
8036
8130
  }
8037
8131
  },
8038
8132
  "actualTargetAdditionStandard": {
8133
+ "description": "Represents the target configuration properties for modern routing implementations with view or component targets",
8039
8134
  "type": "object",
8040
8135
  "required": [
8041
8136
  "name"
@@ -8054,7 +8149,7 @@
8054
8149
  "type": "string"
8055
8150
  },
8056
8151
  "type": {
8057
- "description": "Represents the type of the type View or Component",
8152
+ "description": "Represents the type of the target: View or Component",
8058
8153
  "type": "string",
8059
8154
  "enum": [
8060
8155
  "View",
@@ -8069,6 +8164,7 @@
8069
8164
  }
8070
8165
  },
8071
8166
  "legacyTargetAddition": {
8167
+ "description": "Represents legacy target configuration properties for backward compatibility with older routing implementations",
8072
8168
  "type": "object",
8073
8169
  "required": [
8074
8170
  "viewName"
@@ -8076,22 +8172,22 @@
8076
8172
  "properties": {
8077
8173
  "viewName": {
8078
8174
  "deprecated": true,
8079
- "description": "[Deprecated] Represents the name of a view that will be created",
8175
+ "description": "[Deprecated] Represents the name of a view that will be created. Please use 'name' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewPath', 'viewLevel' as well.",
8080
8176
  "type": "string"
8081
8177
  },
8082
8178
  "viewId": {
8083
8179
  "deprecated": true,
8084
- "description": "[Deprecated] Represents the id of the created view",
8180
+ "description": "[Deprecated] Represents the id of the created view. Please use 'id' property instead together with the 'type' property set to 'View'. The same applies to 'viewName', 'viewPath', 'viewLevel' as well.",
8085
8181
  "type": "string"
8086
8182
  },
8087
8183
  "viewPath": {
8088
8184
  "deprecated": true,
8089
- "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
8185
+ "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName. Please use 'path' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewLevel' as well.",
8090
8186
  "type": "string"
8091
8187
  },
8092
8188
  "viewLevel": {
8093
8189
  "deprecated": true,
8094
- "description": "[Deprecated] Represents the level of the current view, which is used to define the transition direction when navigating to this view",
8190
+ "description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view. Please use 'level' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewPath' as well.",
8095
8191
  "type": "number",
8096
8192
  "multipleOf": 1
8097
8193
  }
@@ -8170,26 +8266,27 @@
8170
8266
  }
8171
8267
  },
8172
8268
  "legacyTargetAdditionWithoutRequiredProp": {
8269
+ "description": "Represents legacy target configuration properties without required properties for more flexible backward compatibility scenarios",
8173
8270
  "type": "object",
8174
8271
  "properties": {
8175
8272
  "viewName": {
8176
8273
  "deprecated": true,
8177
- "description": "[Deprecated] Represents the name of a view that will be created",
8274
+ "description": "[Deprecated] Represents the name of a view that will be created. Please use 'name' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewPath', 'viewLevel' as well.",
8178
8275
  "type": "string"
8179
8276
  },
8180
8277
  "viewId": {
8181
8278
  "deprecated": true,
8182
- "description": "[Deprecated] Represents the id of the created view",
8279
+ "description": "[Deprecated] Represents the id of the created view. Please use 'id' property instead together with the 'type' property set to 'View'. The same applies to 'viewName', 'viewPath', 'viewLevel' as well.",
8183
8280
  "type": "string"
8184
8281
  },
8185
8282
  "viewPath": {
8186
8283
  "deprecated": true,
8187
- "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
8284
+ "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName. Please use 'path' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewLevel' as well.",
8188
8285
  "type": "string"
8189
8286
  },
8190
8287
  "viewLevel": {
8191
8288
  "deprecated": true,
8192
- "description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view",
8289
+ "description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view. Please use 'level' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewPath' as well.",
8193
8290
  "type": "number",
8194
8291
  "multipleOf": 1
8195
8292
  }
@@ -8204,15 +8301,7 @@
8204
8301
  "type": "string"
8205
8302
  },
8206
8303
  "viewType": {
8207
- "description": "Represents the type of view that is going to be created",
8208
- "type": "string",
8209
- "enum": [
8210
- "XML",
8211
- "JSON",
8212
- "JS",
8213
- "HTML",
8214
- "Template"
8215
- ]
8304
+ "$ref": "#/$defs/viewTypeDefinition"
8216
8305
  },
8217
8306
  "targetParent": {
8218
8307
  "description": "Represents the id of the view that contains the control specified by the 'controlId'",
@@ -8282,7 +8371,38 @@
8282
8371
  }
8283
8372
  ]
8284
8373
  },
8374
+ "viewTypeDefinition": {
8375
+ "description": "Represents the type of view that is going to be created",
8376
+ "type": "string",
8377
+ "oneOf": [
8378
+ {
8379
+ "const": "XML",
8380
+ "description": "Value `XML` is used to create an XML view. This is the recommended view type to use. Other view types are deprecated and will be removed in future UI5 versions."
8381
+ },
8382
+ {
8383
+ "const": "JSON",
8384
+ "deprecated": true,
8385
+ "description": "[Deprecated] Value `JSON` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
8386
+ },
8387
+ {
8388
+ "const": "JS",
8389
+ "deprecated": true,
8390
+ "description": "[Deprecated] Value `JS` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
8391
+ },
8392
+ {
8393
+ "const": "HTML",
8394
+ "deprecated": true,
8395
+ "description": "[Deprecated] Value `HTML` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
8396
+ },
8397
+ {
8398
+ "const": "Template",
8399
+ "deprecated": true,
8400
+ "description": "[Deprecated] Value `Template` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
8401
+ }
8402
+ ]
8403
+ },
8285
8404
  "ui5setting": {
8405
+ "description": "Represents UI5-specific settings and configuration options that can be applied to models.",
8286
8406
  "type": "object",
8287
8407
  "additionalProperties": true,
8288
8408
  "properties": {
@@ -8360,15 +8480,7 @@
8360
8480
  "type": "string"
8361
8481
  },
8362
8482
  "type": {
8363
- "description": "Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template",
8364
- "type": "string",
8365
- "enum": [
8366
- "XML",
8367
- "JSON",
8368
- "JS",
8369
- "HTML",
8370
- "Template"
8371
- ]
8483
+ "$ref": "#/$defs/viewTypeDefinition"
8372
8484
  },
8373
8485
  "id": {
8374
8486
  "description": "Represents the id of the view",
@@ -8377,7 +8489,17 @@
8377
8489
  "async": {
8378
8490
  "description": "Configure the targets for asynchronous loading",
8379
8491
  "type": "boolean",
8380
- "default": false
8492
+ "default": false,
8493
+ "oneOf": [
8494
+ {
8495
+ "const": true
8496
+ },
8497
+ {
8498
+ "const": false,
8499
+ "deprecated": true,
8500
+ "description": "[Deprecated] Value false is deprecated. Use async: true instead."
8501
+ }
8502
+ ]
8381
8503
  }
8382
8504
  }
8383
8505
  }
@@ -8400,7 +8522,17 @@
8400
8522
  "async": {
8401
8523
  "description": "Indicates whether the Views in routing are loaded asyncly",
8402
8524
  "type": "boolean",
8403
- "default": false
8525
+ "default": false,
8526
+ "oneOf": [
8527
+ {
8528
+ "const": true
8529
+ },
8530
+ {
8531
+ "const": false,
8532
+ "deprecated": true,
8533
+ "description": "[Deprecated] Value false is deprecated. Use async: true instead."
8534
+ }
8535
+ ]
8404
8536
  },
8405
8537
  "propagateTitle": {
8406
8538
  "description": "Indicates whether the targets which have type 'Component' should propagate their title to this component or not",
@@ -8507,15 +8639,7 @@
8507
8639
  "type": "string"
8508
8640
  },
8509
8641
  "type": {
8510
- "description": "Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template",
8511
- "type": "string",
8512
- "enum": [
8513
- "XML",
8514
- "JSON",
8515
- "JS",
8516
- "HTML",
8517
- "Template"
8518
- ]
8642
+ "$ref": "#/$defs/viewTypeDefinition"
8519
8643
  },
8520
8644
  "id": {
8521
8645
  "description": "Represents the id of the view",
@@ -8524,7 +8648,17 @@
8524
8648
  "async": {
8525
8649
  "description": "Configure the targets for asynchronous loading",
8526
8650
  "type": "boolean",
8527
- "default": false
8651
+ "default": false,
8652
+ "oneOf": [
8653
+ {
8654
+ "const": true
8655
+ },
8656
+ {
8657
+ "const": false,
8658
+ "deprecated": true,
8659
+ "description": "[Deprecated] Value false is deprecated. Use async: true instead."
8660
+ }
8661
+ ]
8528
8662
  }
8529
8663
  }
8530
8664
  },
@@ -8545,7 +8679,17 @@
8545
8679
  "async": {
8546
8680
  "description": "Indicates whether the Views in routing are loaded asyncly",
8547
8681
  "type": "boolean",
8548
- "default": false
8682
+ "default": false,
8683
+ "oneOf": [
8684
+ {
8685
+ "const": true
8686
+ },
8687
+ {
8688
+ "const": false,
8689
+ "deprecated": true,
8690
+ "description": "[Deprecated] Value false is deprecated. Use async: true instead."
8691
+ }
8692
+ ]
8549
8693
  },
8550
8694
  "bypassed": {
8551
8695
  "description": "Represents information about targets to display when no route is matched",
@@ -8924,6 +9068,7 @@
8924
9068
  ]
8925
9069
  },
8926
9070
  "resourceRoot": {
9071
+ "description": "Represents the resource root path relative to the application root. Used to define custom resource paths for loading modules and resources",
8927
9072
  "type": "string",
8928
9073
  "pattern": "^((\\.(?!\\.)\\/)?\\w+\\/?)+$"
8929
9074
  },
@@ -9026,10 +9171,11 @@
9026
9171
  }
9027
9172
  },
9028
9173
  "resource": {
9174
+ "description": "Represents additional resources that need to be loaded for the component",
9029
9175
  "type": "object",
9030
9176
  "properties": {
9031
9177
  "js": {
9032
- "description": "[Deprecated] Specifies additional JavaScript resources of the Component.",
9178
+ "description": "[Deprecated] Specifies additional JavaScript resources of the Component. Since 1.94, the usage of JavaScript resources is deprecated. Please use regular dependencies via 'sap.ui.define()' or 'sap.ui.require()' instead.",
9033
9179
  "deprecated": true,
9034
9180
  "type": "array",
9035
9181
  "items": {
package/schema_cil.json CHANGED
@@ -384,7 +384,8 @@
384
384
  "1.11.0",
385
385
  "1.12.0",
386
386
  "1.13.0",
387
- "1.14.0"
387
+ "1.14.0",
388
+ "1.15.0"
388
389
  ]
389
390
  },
390
391
  "resources": {
@@ -947,7 +948,8 @@
947
948
  "1.8.0",
948
949
  "1.9.0",
949
950
  "1.10.0",
950
- "1.11.0"
951
+ "1.11.0",
952
+ "1.12.0"
951
953
  ]
952
954
  },
953
955
  "globalFilterModel": {
@@ -1797,6 +1799,11 @@
1797
1799
  "comment": "Card subtitle which is displayed in the card header"
1798
1800
  }
1799
1801
  },
1802
+ "showTimeAxis": {
1803
+ "description": "Represents the flag to enable/disable time axis for analytical timeseries cards",
1804
+ "type": "boolean",
1805
+ "default": false
1806
+ },
1800
1807
  "valueSelectionInfo": {
1801
1808
  "description": "Represents things like people, number of items",
1802
1809
  "type": "string",
@@ -2476,6 +2483,7 @@
2476
2483
  }
2477
2484
  },
2478
2485
  "actualTargetAdditionComponentUsage": {
2486
+ "description": "Represents target configuration properties for component usage routing scenarios where targets reference reusable components",
2479
2487
  "type": "object",
2480
2488
  "required": [
2481
2489
  "usage",
@@ -2505,6 +2513,7 @@
2505
2513
  }
2506
2514
  },
2507
2515
  "actualTargetAdditionStandard": {
2516
+ "description": "Represents the target configuration properties for modern routing implementations with view or component targets",
2508
2517
  "type": "object",
2509
2518
  "required": [
2510
2519
  "name"
@@ -2523,7 +2532,7 @@
2523
2532
  "type": "string"
2524
2533
  },
2525
2534
  "type": {
2526
- "description": "Represents the type of the type View or Component",
2535
+ "description": "Represents the type of the target: View or Component",
2527
2536
  "type": "string",
2528
2537
  "enum": [
2529
2538
  "View",
@@ -2538,6 +2547,7 @@
2538
2547
  }
2539
2548
  },
2540
2549
  "legacyTargetAddition": {
2550
+ "description": "Represents legacy target configuration properties for backward compatibility with older routing implementations",
2541
2551
  "type": "object",
2542
2552
  "required": [
2543
2553
  "viewName"
@@ -2545,22 +2555,22 @@
2545
2555
  "properties": {
2546
2556
  "viewName": {
2547
2557
  "deprecated": true,
2548
- "description": "[Deprecated] Represents the name of a view that will be created",
2558
+ "description": "[Deprecated] Represents the name of a view that will be created. Please use 'name' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewPath', 'viewLevel' as well.",
2549
2559
  "type": "string"
2550
2560
  },
2551
2561
  "viewId": {
2552
2562
  "deprecated": true,
2553
- "description": "[Deprecated] Represents the id of the created view",
2563
+ "description": "[Deprecated] Represents the id of the created view. Please use 'id' property instead together with the 'type' property set to 'View'. The same applies to 'viewName', 'viewPath', 'viewLevel' as well.",
2554
2564
  "type": "string"
2555
2565
  },
2556
2566
  "viewPath": {
2557
2567
  "deprecated": true,
2558
- "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
2568
+ "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName. Please use 'path' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewLevel' as well.",
2559
2569
  "type": "string"
2560
2570
  },
2561
2571
  "viewLevel": {
2562
2572
  "deprecated": true,
2563
- "description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view",
2573
+ "description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view. Please use 'level' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewPath' as well.",
2564
2574
  "type": "number",
2565
2575
  "multipleOf": 1
2566
2576
  }
@@ -2639,26 +2649,27 @@
2639
2649
  }
2640
2650
  },
2641
2651
  "legacyTargetAdditionWithoutRequiredProp": {
2652
+ "description": "Represents legacy target configuration properties without required properties for more flexible backward compatibility scenarios",
2642
2653
  "type": "object",
2643
2654
  "properties": {
2644
2655
  "viewName": {
2645
2656
  "deprecated": true,
2646
- "description": "[Deprecated] Represents the name of a view that will be created",
2657
+ "description": "[Deprecated] Represents the name of a view that will be created. Please use 'name' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewPath', 'viewLevel' as well.",
2647
2658
  "type": "string"
2648
2659
  },
2649
2660
  "viewId": {
2650
2661
  "deprecated": true,
2651
- "description": "[Deprecated] Represents the id of the created view",
2662
+ "description": "[Deprecated] Represents the id of the created view. Please use 'id' property instead together with the 'type' property set to 'View'. The same applies to 'viewName', 'viewPath', 'viewLevel' as well.",
2652
2663
  "type": "string"
2653
2664
  },
2654
2665
  "viewPath": {
2655
2666
  "deprecated": true,
2656
- "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName",
2667
+ "description": "[Deprecated] Represents a prefix that is prepended in front of the viewName. Please use 'path' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewLevel' as well.",
2657
2668
  "type": "string"
2658
2669
  },
2659
2670
  "viewLevel": {
2660
2671
  "deprecated": true,
2661
- "description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view",
2672
+ "description": "[Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view. Please use 'level' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewPath' as well.",
2662
2673
  "type": "number",
2663
2674
  "multipleOf": 1
2664
2675
  }
@@ -2673,15 +2684,7 @@
2673
2684
  "type": "string"
2674
2685
  },
2675
2686
  "viewType": {
2676
- "description": "Represents the type of view that is going to be created",
2677
- "type": "string",
2678
- "enum": [
2679
- "XML",
2680
- "JSON",
2681
- "JS",
2682
- "HTML",
2683
- "Template"
2684
- ]
2687
+ "$ref": "#/$defs/viewTypeDefinition"
2685
2688
  },
2686
2689
  "targetParent": {
2687
2690
  "description": "Represents the id of the view that contains the control specified by the 'controlId'",
@@ -2756,6 +2759,36 @@
2756
2759
  }
2757
2760
  ]
2758
2761
  },
2762
+ "viewTypeDefinition": {
2763
+ "description": "Represents the type of view that is going to be created",
2764
+ "type": "string",
2765
+ "oneOf": [
2766
+ {
2767
+ "const": "XML",
2768
+ "description": "Value `XML` is used to create an XML view. This is the recommended view type to use. Other view types are deprecated and will be removed in future UI5 versions."
2769
+ },
2770
+ {
2771
+ "const": "JSON",
2772
+ "deprecated": true,
2773
+ "description": "[Deprecated] Value `JSON` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
2774
+ },
2775
+ {
2776
+ "const": "JS",
2777
+ "deprecated": true,
2778
+ "description": "[Deprecated] Value `JS` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
2779
+ },
2780
+ {
2781
+ "const": "HTML",
2782
+ "deprecated": true,
2783
+ "description": "[Deprecated] Value `HTML` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
2784
+ },
2785
+ {
2786
+ "const": "Template",
2787
+ "deprecated": true,
2788
+ "description": "[Deprecated] Value `Template` is deprecated and will be removed in UI5 version 2. Consider using `viewType: XML` or `typed views` instead."
2789
+ }
2790
+ ]
2791
+ },
2759
2792
  "enhanceWithSetting_0": {
2760
2793
  "oneOf": [
2761
2794
  {
@@ -2873,6 +2906,7 @@
2873
2906
  ]
2874
2907
  },
2875
2908
  "ui5setting": {
2909
+ "description": "Represents UI5-specific settings and configuration options that can be applied to models.",
2876
2910
  "type": "object",
2877
2911
  "additionalProperties": true,
2878
2912
  "properties": {
@@ -2946,15 +2980,7 @@
2946
2980
  "type": "string"
2947
2981
  },
2948
2982
  "type": {
2949
- "description": "Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template",
2950
- "type": "string",
2951
- "enum": [
2952
- "XML",
2953
- "JSON",
2954
- "JS",
2955
- "HTML",
2956
- "Template"
2957
- ]
2983
+ "$ref": "#/$defs/viewTypeDefinition"
2958
2984
  },
2959
2985
  "id": {
2960
2986
  "description": "Represents the id of the view",
@@ -2963,7 +2989,17 @@
2963
2989
  "async": {
2964
2990
  "description": "Configure the targets for asynchronous loading",
2965
2991
  "type": "boolean",
2966
- "default": false
2992
+ "default": false,
2993
+ "oneOf": [
2994
+ {
2995
+ "const": true
2996
+ },
2997
+ {
2998
+ "const": false,
2999
+ "deprecated": true,
3000
+ "description": "[Deprecated] Value false is deprecated. Use async: true instead."
3001
+ }
3002
+ ]
2967
3003
  }
2968
3004
  }
2969
3005
  },
@@ -2984,7 +3020,17 @@
2984
3020
  "async": {
2985
3021
  "description": "Indicates whether the Views in routing are loaded asyncly",
2986
3022
  "type": "boolean",
2987
- "default": false
3023
+ "default": false,
3024
+ "oneOf": [
3025
+ {
3026
+ "const": true
3027
+ },
3028
+ {
3029
+ "const": false,
3030
+ "deprecated": true,
3031
+ "description": "[Deprecated] Value false is deprecated. Use async: true instead."
3032
+ }
3033
+ ]
2988
3034
  },
2989
3035
  "bypassed": {
2990
3036
  "description": "Represents information about targets to display when no route is matched",
@@ -3160,15 +3206,7 @@
3160
3206
  "type": "string"
3161
3207
  },
3162
3208
  "type": {
3163
- "description": "Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template",
3164
- "type": "string",
3165
- "enum": [
3166
- "XML",
3167
- "JSON",
3168
- "JS",
3169
- "HTML",
3170
- "Template"
3171
- ]
3209
+ "$ref": "#/$defs/viewTypeDefinition"
3172
3210
  },
3173
3211
  "id": {
3174
3212
  "description": "Represents the id of the view",
@@ -3195,7 +3233,17 @@
3195
3233
  "async": {
3196
3234
  "description": "Indicates whether the Views in routing are loaded asyncly",
3197
3235
  "type": "boolean",
3198
- "default": false
3236
+ "default": false,
3237
+ "oneOf": [
3238
+ {
3239
+ "const": true
3240
+ },
3241
+ {
3242
+ "const": false,
3243
+ "deprecated": true,
3244
+ "description": "[Deprecated] Value false is deprecated. Use async: true instead."
3245
+ }
3246
+ ]
3199
3247
  },
3200
3248
  "propagateTitle": {
3201
3249
  "description": "Indicates whether the targets which have type 'Component' should propagate their title to this component or not",
@@ -3383,6 +3431,7 @@
3383
3431
  ]
3384
3432
  },
3385
3433
  "resourceRoot": {
3434
+ "description": "Represents the resource root path relative to the application root. Used to define custom resource paths for loading modules and resources",
3386
3435
  "type": "string",
3387
3436
  "pattern": "^((\\.(?!\\.)\\/)?\\w+\\/?)+$"
3388
3437
  },
@@ -3472,10 +3521,11 @@
3472
3521
  }
3473
3522
  },
3474
3523
  "resource": {
3524
+ "description": "Represents additional resources that need to be loaded for the component",
3475
3525
  "type": "object",
3476
3526
  "properties": {
3477
3527
  "js": {
3478
- "description": "[Deprecated] Specifies additional JavaScript resources of the Component.",
3528
+ "description": "[Deprecated] Specifies additional JavaScript resources of the Component. Since 1.94, the usage of JavaScript resources is deprecated. Please use regular dependencies via 'sap.ui.define()' or 'sap.ui.require()' instead.",
3479
3529
  "deprecated": true,
3480
3530
  "type": "array",
3481
3531
  "items": {
@@ -177,7 +177,8 @@ export type JSONSchemaForSAPUI5Namespace = {
177
177
  | "1.16.0"
178
178
  | "1.17.0"
179
179
  | "1.18.0"
180
- | "1.19.0";
180
+ | "1.19.0"
181
+ | "1.20.0";
181
182
  resources?: Resource;
182
183
  /**
183
184
  * Represents the explicit usage declaration for UI5 reuse components
@@ -370,6 +371,10 @@ export type JSONSchemaForSAPUI5Namespace = {
370
371
  commands?: {
371
372
  [k: string]: Command;
372
373
  };
374
+ /**
375
+ * Represents an indicator whether a flexibility bundle was created and is within the application sources. This property is set by the building tool.
376
+ */
377
+ flexBundle?: boolean;
373
378
  /**
374
379
  * Represents an indicator whether app variant is flex extension point enabled
375
380
  */
@@ -457,6 +462,8 @@ export type EnhanceWithSetting2 =
457
462
  };
458
463
  };
459
464
  /**
465
+ * Represents the resource root path relative to the application root. Used to define custom resource paths for loading modules and resources
466
+ *
460
467
  * This interface was referenced by `undefined`'s JSON-Schema definition
461
468
  * via the `patternProperty` "^[a-zA-Z0-9_\.\-]*$".
462
469
  */
@@ -574,6 +581,8 @@ export type Command = {
574
581
  export type Command1 = {
575
582
  [k: string]: unknown;
576
583
  };
584
+ export type ViewTypeDefinition = "XML" | "JSON" | "JS" | "HTML" | "Template";
585
+ export type ViewTypeDefinition1 = string;
577
586
  /**
578
587
  * Represents the definition of each route
579
588
  */
@@ -594,10 +603,7 @@ export type RootViewDef =
594
603
  * Represents the name of the view
595
604
  */
596
605
  viewName: string;
597
- /**
598
- * Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template
599
- */
600
- type?: "XML" | "JSON" | "JS" | "HTML" | "Template";
606
+ type?: ViewTypeDefinition & ViewTypeDefinition1;
601
607
  /**
602
608
  * Represents the id of the view
603
609
  */
@@ -605,7 +611,7 @@ export type RootViewDef =
605
611
  /**
606
612
  * Configure the targets for asynchronous loading
607
613
  */
608
- async?: boolean;
614
+ async?: boolean & (true | false);
609
615
  [k: string]: unknown;
610
616
  };
611
617
  /**
@@ -745,7 +751,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
745
751
  | "1.73.1"
746
752
  | "1.75.1"
747
753
  | "1.76.0"
748
- | "1.77.0";
754
+ | "1.77.0"
755
+ | "1.78.0"
756
+ | "1.79.0";
749
757
  /**
750
758
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
751
759
  */
@@ -1394,7 +1402,7 @@ export interface DeviceType1 {
1394
1402
  */
1395
1403
  export interface Resource {
1396
1404
  /**
1397
- * [Deprecated] Specifies additional JavaScript resources of the Component.
1405
+ * [Deprecated] Specifies additional JavaScript resources of the Component. Since 1.94, the usage of JavaScript resources is deprecated. Please use regular dependencies via 'sap.ui.define()' or 'sap.ui.require()' instead.
1398
1406
  */
1399
1407
  js?: {
1400
1408
  uri: string;
@@ -1507,6 +1515,9 @@ export interface Model {
1507
1515
  preload?: boolean;
1508
1516
  settings?: Ui5Setting;
1509
1517
  }
1518
+ /**
1519
+ * Represents UI5-specific settings and configuration options that can be applied to models.
1520
+ */
1510
1521
  export interface Ui5Setting {
1511
1522
  /**
1512
1523
  * Represents default binding mode and must be a string value from sap.ui.model.BindingMode. Possible values: Default, OneTime, OneWay, TwoWay
@@ -1576,7 +1587,7 @@ export interface RoutingFlexEnabled {
1576
1587
  /**
1577
1588
  * Indicates whether the Views in routing are loaded asyncly
1578
1589
  */
1579
- async?: boolean;
1590
+ async?: boolean & (true | false);
1580
1591
  /**
1581
1592
  * Represents information about targets to display when no route is matched
1582
1593
  */
@@ -1692,7 +1703,7 @@ export interface Target {
1692
1703
  /**
1693
1704
  * Represents the type of view that is going to be created
1694
1705
  */
1695
- viewType?: "XML" | "JSON" | "JS" | "HTML" | "Template";
1706
+ viewType?: ViewTypeDefinition & ViewTypeDefinition1;
1696
1707
  /**
1697
1708
  * Represents the id of the view that contains the control specified by the 'controlId'
1698
1709
  */
@@ -1725,21 +1736,24 @@ export interface Target {
1725
1736
  };
1726
1737
  [k: string]: unknown;
1727
1738
  }
1739
+ /**
1740
+ * Represents legacy target configuration properties without required properties for more flexible backward compatibility scenarios
1741
+ */
1728
1742
  export interface LegacyTargetAdditionWithoutRequiredProp {
1729
1743
  /**
1730
- * [Deprecated] Represents the name of a view that will be created
1744
+ * [Deprecated] Represents the name of a view that will be created. Please use 'name' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewPath', 'viewLevel' as well.
1731
1745
  */
1732
1746
  viewName?: string;
1733
1747
  /**
1734
- * [Deprecated] Represents the id of the created view
1748
+ * [Deprecated] Represents the id of the created view. Please use 'id' property instead together with the 'type' property set to 'View'. The same applies to 'viewName', 'viewPath', 'viewLevel' as well.
1735
1749
  */
1736
1750
  viewId?: string;
1737
1751
  /**
1738
- * [Deprecated] Represents a prefix that is prepended in front of the viewName
1752
+ * [Deprecated] Represents a prefix that is prepended in front of the viewName. Please use 'path' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewLevel' as well.
1739
1753
  */
1740
1754
  viewPath?: string;
1741
1755
  /**
1742
- * [Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view
1756
+ * [Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view. Please use 'level' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewPath' as well.
1743
1757
  */
1744
1758
  viewLevel?: number;
1745
1759
  [k: string]: unknown;
@@ -1803,10 +1817,7 @@ export interface RootViewDefFlexEnabled {
1803
1817
  * Represents the name of the view
1804
1818
  */
1805
1819
  viewName: string;
1806
- /**
1807
- * Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template
1808
- */
1809
- type?: "XML" | "JSON" | "JS" | "HTML" | "Template";
1820
+ type?: ViewTypeDefinition & ViewTypeDefinition1;
1810
1821
  /**
1811
1822
  * Represents the id of the view
1812
1823
  */
@@ -1814,7 +1825,7 @@ export interface RootViewDefFlexEnabled {
1814
1825
  /**
1815
1826
  * Configure the targets for asynchronous loading
1816
1827
  */
1817
- async?: boolean;
1828
+ async?: boolean & (true | false);
1818
1829
  [k: string]: unknown;
1819
1830
  }
1820
1831
  /**
@@ -1832,7 +1843,7 @@ export interface Routing {
1832
1843
  /**
1833
1844
  * Indicates whether the Views in routing are loaded asyncly
1834
1845
  */
1835
- async?: boolean;
1846
+ async?: boolean & (true | false);
1836
1847
  /**
1837
1848
  * Indicates whether the targets which have type 'Component' should propagate their title to this component or not
1838
1849
  */
@@ -1869,25 +1880,31 @@ export interface Routing {
1869
1880
  };
1870
1881
  [k: string]: unknown;
1871
1882
  }
1883
+ /**
1884
+ * Represents legacy target configuration properties for backward compatibility with older routing implementations
1885
+ */
1872
1886
  export interface LegacyTargetAddition {
1873
1887
  /**
1874
- * [Deprecated] Represents the name of a view that will be created
1888
+ * [Deprecated] Represents the name of a view that will be created. Please use 'name' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewPath', 'viewLevel' as well.
1875
1889
  */
1876
1890
  viewName: string;
1877
1891
  /**
1878
- * [Deprecated] Represents the id of the created view
1892
+ * [Deprecated] Represents the id of the created view. Please use 'id' property instead together with the 'type' property set to 'View'. The same applies to 'viewName', 'viewPath', 'viewLevel' as well.
1879
1893
  */
1880
1894
  viewId?: string;
1881
1895
  /**
1882
- * [Deprecated] Represents a prefix that is prepended in front of the viewName
1896
+ * [Deprecated] Represents a prefix that is prepended in front of the viewName. Please use 'path' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewLevel' as well.
1883
1897
  */
1884
1898
  viewPath?: string;
1885
1899
  /**
1886
- * [Deprecated] Represents the level of the current view, which is used to define the transition direction when navigating to this view
1900
+ * [Deprecated] Represents the level of the current view which is used to define the transition direction when navigate to this view. Please use 'level' property instead together with the 'type' property set to 'View'. The same applies to 'viewId', 'viewName', 'viewPath' as well.
1887
1901
  */
1888
1902
  viewLevel?: number;
1889
1903
  [k: string]: unknown;
1890
1904
  }
1905
+ /**
1906
+ * Represents the target configuration properties for modern routing implementations with view or component targets
1907
+ */
1891
1908
  export interface ActualTargetAdditionStandard {
1892
1909
  /**
1893
1910
  * Represents the name of a view or component that will be created
@@ -1902,7 +1919,7 @@ export interface ActualTargetAdditionStandard {
1902
1919
  */
1903
1920
  path?: string;
1904
1921
  /**
1905
- * Represents the type of the type View or Component
1922
+ * Represents the type of the target: View or Component
1906
1923
  */
1907
1924
  type?: "View" | "Component";
1908
1925
  /**
@@ -1911,6 +1928,9 @@ export interface ActualTargetAdditionStandard {
1911
1928
  level?: number;
1912
1929
  [k: string]: unknown;
1913
1930
  }
1931
+ /**
1932
+ * Represents target configuration properties for component usage routing scenarios where targets reference reusable components
1933
+ */
1914
1934
  export interface ActualTargetAdditionComponentUsage {
1915
1935
  /**
1916
1936
  * Represents the componentUsage of the component that will be created
@@ -2605,7 +2625,8 @@ export interface JSONSchemaForSAPOVPNamespace {
2605
2625
  | "1.8.0"
2606
2626
  | "1.9.0"
2607
2627
  | "1.10.0"
2608
- | "1.11.0";
2628
+ | "1.11.0"
2629
+ | "1.12.0";
2609
2630
  /**
2610
2631
  * Represents the name of global filter OData model, which contains entities definition that are relevant for global filters
2611
2632
  */
@@ -2817,6 +2838,10 @@ export interface CardSetting {
2817
2838
  * Represents language-dependent subtitle of the card - used in the card header
2818
2839
  */
2819
2840
  subTitle?: string;
2841
+ /**
2842
+ * Represents the flag to enable/disable time axis for analytical timeseries cards
2843
+ */
2844
+ showTimeAxis?: boolean;
2820
2845
  /**
2821
2846
  * Represents things like people, number of items
2822
2847
  */