@ui5/manifest 1.53.0 → 1.54.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,16 @@
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.53.0...HEAD).
5
+ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-manifest/compare/v1.54.0...HEAD).
6
+
7
+ <a name="v1.54.0"></a>
8
+ ## [v1.54.0] - 2023-05-05
9
+
10
+ <a name="v1.53.1"></a>
11
+ ## [v1.53.1] - 2023-04-05
6
12
 
7
13
  <a name="v1.53.0"></a>
8
- ## [v1.53.0] - 2023-03-13
14
+ ## [v1.53.0] - 2023-04-05
9
15
 
10
16
  <a name="v1.52.1"></a>
11
17
  ## [v1.52.1] - 2023-03-08
@@ -28,6 +34,8 @@ A list of unreleased changes can be found [here](https://github.com/SAP/ui5-mani
28
34
  <a name="v1.48.1"></a>
29
35
  ## v1.48.1 - 2022-11-10
30
36
 
37
+ [v1.54.0]: https://github.com/SAP/ui5-manifest/compare/v1.53.1...v1.54.0
38
+ [v1.53.1]: https://github.com/SAP/ui5-manifest/compare/v1.53.0...v1.53.1
31
39
  [v1.53.0]: https://github.com/SAP/ui5-manifest/compare/v1.52.1...v1.53.0
32
40
  [v1.52.1]: https://github.com/SAP/ui5-manifest/compare/v1.52.0...v1.52.1
33
41
  [v1.52.0]: https://github.com/SAP/ui5-manifest/compare/v1.51.0...v1.52.0
package/mapping.json CHANGED
@@ -1,5 +1,6 @@
1
1
  {
2
- "latest": "1.52.0",
2
+ "latest": "1.54.0",
3
+ "1.113": "1.53.0",
3
4
  "1.112": "1.52.0",
4
5
  "1.111": "1.51.0",
5
6
  "1.110": "1.50.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ui5/manifest",
3
- "version": "1.53.0",
3
+ "version": "1.54.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
@@ -69,7 +69,9 @@
69
69
  "1.49.0",
70
70
  "1.50.0",
71
71
  "1.51.0",
72
- "1.52.0"
72
+ "1.52.0",
73
+ "1.53.0",
74
+ "1.54.0"
73
75
  ]
74
76
  },
75
77
  "start_url": {
@@ -110,7 +112,8 @@
110
112
  "1.16.0",
111
113
  "1.17.0",
112
114
  "1.18.0",
113
- "1.19.0"
115
+ "1.19.0",
116
+ "1.20.0"
114
117
  ]
115
118
  },
116
119
  "sourceTemplate": {
@@ -271,23 +274,23 @@
271
274
  },
272
275
  "title": {
273
276
  "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
274
- "type": "string"
277
+ "$ref": "#/definitions/i18n_key_string"
275
278
  },
276
279
  "subTitle": {
277
280
  "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
278
- "type": "string"
281
+ "$ref": "#/definitions/i18n_key_string"
279
282
  },
280
283
  "shortTitle": {
281
284
  "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
282
- "type": "string"
285
+ "$ref": "#/definitions/i18n_key_string"
283
286
  },
284
287
  "info": {
285
288
  "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
286
- "type": "string"
289
+ "$ref": "#/definitions/i18n_key_string"
287
290
  },
288
291
  "description": {
289
292
  "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
290
- "type": "string"
293
+ "$ref": "#/definitions/i18n_key_string"
291
294
  },
292
295
  "tags": {
293
296
  "description": "Represents array of keywords",
@@ -409,10 +412,6 @@
409
412
  }
410
413
  },
411
414
  "definitions": {
412
- "i18n_key": {
413
- "type": "string",
414
- "pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
415
- },
416
415
  "parameter": {
417
416
  "type": "object",
418
417
  "properties": {
@@ -545,7 +544,8 @@
545
544
  "1.13.0",
546
545
  "1.14.0",
547
546
  "1.15.0",
548
- "1.16.0"
547
+ "1.16.0",
548
+ "1.17.0"
549
549
  ]
550
550
  },
551
551
  "resources": {
@@ -839,6 +839,11 @@
839
839
  "description": "Represents an indicator whether app variant is flex extension point enabled",
840
840
  "type": "boolean",
841
841
  "default": false
842
+ },
843
+ "isCloudDevAdaptation": {
844
+ "description": "Represents an indicator whether app is a cloud developer adaptation, filled automatically during build.",
845
+ "type": "boolean",
846
+ "default": false
842
847
  }
843
848
  }
844
849
  },
@@ -1404,7 +1409,8 @@
1404
1409
  "1.1.0",
1405
1410
  "1.2.0",
1406
1411
  "1.3.0",
1407
- "1.4.0"
1412
+ "1.4.0",
1413
+ "1.5.0"
1408
1414
  ]
1409
1415
  },
1410
1416
  "parentAppId": {
@@ -1445,7 +1451,7 @@
1445
1451
  "default": true
1446
1452
  },
1447
1453
  "rank": {
1448
- "description": "Represents the display order of Insights card",
1454
+ "description": "Deprecated: Represents the display order of Insights card",
1449
1455
  "type": "integer"
1450
1456
  },
1451
1457
  "versions": {
@@ -1461,6 +1467,58 @@
1461
1467
  "type": "string"
1462
1468
  }
1463
1469
  }
1470
+ },
1471
+ "ranking": {
1472
+ "description": "New property representing the display order of Insights card",
1473
+ "type": "string"
1474
+ },
1475
+ "allowedChartTypes": {
1476
+ "description": "Array of all supported chart type allowed for transformation.",
1477
+ "type": "array",
1478
+ "items": {
1479
+ "type": "string",
1480
+ "enum": [
1481
+ "bar",
1482
+ "column",
1483
+ "line",
1484
+ "bullet",
1485
+ "vertical_bullet",
1486
+ "100_stacked_bar",
1487
+ "100_stacked_column",
1488
+ "waterfall",
1489
+ "horizontal_waterfall",
1490
+ "area",
1491
+ "radar",
1492
+ "combination",
1493
+ "stacked_bar",
1494
+ "stacked_column",
1495
+ "stacked_combination",
1496
+ "horizontal_stacked_combination",
1497
+ "pie",
1498
+ "donut",
1499
+ "dual_bar",
1500
+ "dual_column",
1501
+ "dual_line",
1502
+ "dual_stacked_bar",
1503
+ "dual_stacked_column",
1504
+ "dual_combination",
1505
+ "dual_horizontal_combination",
1506
+ "dual_stacked_combination",
1507
+ "dual_horizontal_stacked_combination",
1508
+ "100_dual_stacked_bar",
1509
+ "100_dual_stacked_column",
1510
+ "scatter",
1511
+ "heatmap",
1512
+ "timeseries_column",
1513
+ "timeseries_line",
1514
+ "timeseries_scatter",
1515
+ "timeseries_stacked_column",
1516
+ "timeseries_100_stacked_column",
1517
+ "timeseries_bullet",
1518
+ "timeseries_waterfall",
1519
+ "timeseries_stacked_combination"
1520
+ ]
1521
+ }
1464
1522
  }
1465
1523
  },
1466
1524
  "title": "JSON schema for SAP Insights Namespace",
@@ -1876,7 +1934,9 @@
1876
1934
  "1.34.0",
1877
1935
  "1.35.0",
1878
1936
  "1.36.0",
1879
- "1.37.0"
1937
+ "1.37.0",
1938
+ "1.38.0",
1939
+ "1.39.0"
1880
1940
  ]
1881
1941
  },
1882
1942
  "designtime": {
@@ -2220,13 +2280,7 @@
2220
2280
  }
2221
2281
  }
2222
2282
  }
2223
- ],
2224
- "definitions": {
2225
- "i18n_key": {
2226
- "type": "string",
2227
- "pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
2228
- }
2229
- }
2283
+ ]
2230
2284
  },
2231
2285
  "sap.package": {
2232
2286
  "title": "JSON schema for SAP.PACKAGE Namespace",
@@ -2247,7 +2301,8 @@
2247
2301
  "type": "string",
2248
2302
  "enum": [
2249
2303
  "1.0.0",
2250
- "1.1.0"
2304
+ "1.1.0",
2305
+ "1.2.0"
2251
2306
  ]
2252
2307
  },
2253
2308
  "id": {
@@ -2299,23 +2354,23 @@
2299
2354
  },
2300
2355
  "title": {
2301
2356
  "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2302
- "type": "string"
2357
+ "$ref": "#/definitions/i18n_key_string"
2303
2358
  },
2304
2359
  "subTitle": {
2305
2360
  "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2306
- "type": "string"
2361
+ "$ref": "#/definitions/i18n_key_string"
2307
2362
  },
2308
2363
  "shortTitle": {
2309
2364
  "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2310
- "type": "string"
2365
+ "$ref": "#/definitions/i18n_key_string"
2311
2366
  },
2312
2367
  "info": {
2313
2368
  "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2314
- "type": "string"
2369
+ "$ref": "#/definitions/i18n_key_string"
2315
2370
  },
2316
2371
  "description": {
2317
2372
  "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2318
- "type": "string"
2373
+ "$ref": "#/definitions/i18n_key_string"
2319
2374
  },
2320
2375
  "icon": {
2321
2376
  "description": "Represents icon name or source URL for the package",
@@ -2412,7 +2467,8 @@
2412
2467
  "type": "string",
2413
2468
  "enum": [
2414
2469
  "1.0.0",
2415
- "1.1.0"
2470
+ "1.1.0",
2471
+ "1.2.0"
2416
2472
  ]
2417
2473
  },
2418
2474
  "id": {
@@ -2452,23 +2508,23 @@
2452
2508
  },
2453
2509
  "title": {
2454
2510
  "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2455
- "type": "string"
2511
+ "$ref": "#/definitions/i18n_key_string"
2456
2512
  },
2457
2513
  "subTitle": {
2458
2514
  "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2459
- "type": "string"
2515
+ "$ref": "#/definitions/i18n_key_string"
2460
2516
  },
2461
2517
  "shortTitle": {
2462
2518
  "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2463
- "type": "string"
2519
+ "$ref": "#/definitions/i18n_key_string"
2464
2520
  },
2465
2521
  "info": {
2466
2522
  "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2467
- "type": "string"
2523
+ "$ref": "#/definitions/i18n_key_string"
2468
2524
  },
2469
2525
  "description": {
2470
2526
  "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2471
- "type": "string"
2527
+ "$ref": "#/definitions/i18n_key_string"
2472
2528
  },
2473
2529
  "icon": {
2474
2530
  "description": "Represents icon name or source URL for the artifact",
@@ -2502,9 +2558,20 @@
2502
2558
  "type": "array",
2503
2559
  "items": {
2504
2560
  "description": "Represents a tag; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2505
- "type": "string"
2561
+ "$ref": "#/definitions/i18n_key_string"
2506
2562
  }
2507
2563
  },
2564
+ "i18n_key_string": {
2565
+ "anyOf": [
2566
+ {
2567
+ "type": "string",
2568
+ "pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
2569
+ },
2570
+ {
2571
+ "type": "string"
2572
+ }
2573
+ ]
2574
+ },
2508
2575
  "semanticversion": {
2509
2576
  "description": "The version number of the schema in major.minor.patch format.",
2510
2577
  "type": "string",
@@ -2582,6 +2649,13 @@
2582
2649
  }
2583
2650
  }
2584
2651
  },
2652
+ "tag_0": {
2653
+ "type": "array",
2654
+ "items": {
2655
+ "description": "Represents a tag; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
2656
+ "type": "string"
2657
+ }
2658
+ },
2585
2659
  "Microchart.StackedBar.Bar": {
2586
2660
  "type": "object",
2587
2661
  "additionalProperties": false,
@@ -3335,7 +3409,7 @@
3335
3409
  "properties": {
3336
3410
  "title": {
3337
3411
  "description": "Represents a title of the column; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
3338
- "type": "string"
3412
+ "$ref": "#/definitions/i18n_key_string"
3339
3413
  },
3340
3414
  "width": {
3341
3415
  "description": "Defines the width of the column",
@@ -3356,6 +3430,10 @@
3356
3430
  "description": "Represents the text value of the column",
3357
3431
  "type": "string"
3358
3432
  },
3433
+ "additionalText": {
3434
+ "description": "Represents the additional text for the identifier column.",
3435
+ "type": "string"
3436
+ },
3359
3437
  "icon": {
3360
3438
  "description": "Represents column with icon",
3361
3439
  "$ref": "#/definitions/icon"
@@ -3411,6 +3489,21 @@
3411
3489
  "items": {
3412
3490
  "$ref": "#/definitions/action"
3413
3491
  }
3492
+ },
3493
+ "showStateIcon": {
3494
+ "description": "Defines if a default state icon is shown",
3495
+ "oneOf": [
3496
+ {
3497
+ "type": "boolean"
3498
+ },
3499
+ {
3500
+ "$ref": "#/definitions/simpleBinding"
3501
+ }
3502
+ ]
3503
+ },
3504
+ "customStateIcon": {
3505
+ "description": "The custom state icon",
3506
+ "type": "string"
3414
3507
  }
3415
3508
  }
3416
3509
  },
@@ -3662,11 +3755,13 @@
3662
3755
  "ComboBox",
3663
3756
  "TextArea",
3664
3757
  "Input",
3758
+ "Duration",
3665
3759
  "RatingIndicator",
3666
3760
  "phone",
3667
3761
  "email",
3668
3762
  "link",
3669
- "text"
3763
+ "text",
3764
+ "Image"
3670
3765
  ],
3671
3766
  "default": "Default"
3672
3767
  },
@@ -3787,6 +3882,10 @@
3787
3882
  }
3788
3883
  ]
3789
3884
  },
3885
+ "customStateIcon": {
3886
+ "description": "The custom state icon",
3887
+ "type": "string"
3888
+ },
3790
3889
  "id": {
3791
3890
  "description": "ID for input fields",
3792
3891
  "type": "string"
@@ -3854,6 +3953,26 @@
3854
3953
  "$ref": "#/definitions/simpleBinding"
3855
3954
  }
3856
3955
  ]
3956
+ },
3957
+ "src": {
3958
+ "type": "string",
3959
+ "description": "Represents image source URL"
3960
+ },
3961
+ "alt": {
3962
+ "type": "string",
3963
+ "description": "The alternative text that is displayed in case the image is not available, or cannot be displayed."
3964
+ },
3965
+ "fullWidth": {
3966
+ "description": "Defines if the image will take the full width of the group, including the paddings. If set to false there will be padding. For best result use together with 'alignment': 'Stretched' for the group",
3967
+ "oneOf": [
3968
+ {
3969
+ "type": "boolean",
3970
+ "default": false
3971
+ },
3972
+ {
3973
+ "$ref": "#/definitions/simpleBinding"
3974
+ }
3975
+ ]
3857
3976
  }
3858
3977
  }
3859
3978
  },
@@ -3867,7 +3986,7 @@
3867
3986
  "properties": {
3868
3987
  "title": {
3869
3988
  "description": "Represents a title of the object group; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
3870
- "type": "string"
3989
+ "$ref": "#/definitions/i18n_key_string"
3871
3990
  },
3872
3991
  "titleMaxLines": {
3873
3992
  "description": "[Experimental] Limits the number of lines for wrapping the group title.",
@@ -4258,6 +4377,10 @@
4258
4377
  }
4259
4378
  ]
4260
4379
  },
4380
+ "customStateIcon": {
4381
+ "description": "The custom state icon",
4382
+ "type": "string"
4383
+ },
4261
4384
  "visible": {
4262
4385
  "description": "Visibility of the item",
4263
4386
  "oneOf": [
@@ -4268,6 +4391,10 @@
4268
4391
  "$ref": "#/definitions/simpleBinding"
4269
4392
  }
4270
4393
  ]
4394
+ },
4395
+ "title": {
4396
+ "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.",
4397
+ "type": "string"
4271
4398
  }
4272
4399
  }
4273
4400
  },
@@ -4277,7 +4404,7 @@
4277
4404
  "properties": {
4278
4405
  "label": {
4279
4406
  "description": "Represents a label of the field; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
4280
- "type": "string"
4407
+ "$ref": "#/definitions/i18n_key_string"
4281
4408
  },
4282
4409
  "value": {
4283
4410
  "type": "string",
@@ -4352,7 +4479,7 @@
4352
4479
  },
4353
4480
  "highlight": {
4354
4481
  "type": "string",
4355
- "description": "The highlight of the item",
4482
+ "description": "The highlight state of the item",
4356
4483
  "oneOf": [
4357
4484
  {
4358
4485
  "$ref": "#/definitions/state"
@@ -4362,6 +4489,10 @@
4362
4489
  }
4363
4490
  ]
4364
4491
  },
4492
+ "highlightText": {
4493
+ "type": "string",
4494
+ "description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes."
4495
+ },
4365
4496
  "icon": {
4366
4497
  "$ref": "#/definitions/icon"
4367
4498
  },
@@ -4669,7 +4800,7 @@
4669
4800
  },
4670
4801
  "title": {
4671
4802
  "description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
4672
- "type": "string"
4803
+ "$ref": "#/definitions/i18n_key_string"
4673
4804
  },
4674
4805
  "titleMaxLines": {
4675
4806
  "description": "[Experimental] Limit the number of lines for the title.",
@@ -4685,7 +4816,7 @@
4685
4816
  },
4686
4817
  "subTitle": {
4687
4818
  "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
4688
- "type": "string"
4819
+ "$ref": "#/definitions/i18n_key_string"
4689
4820
  },
4690
4821
  "subTitleMaxLines": {
4691
4822
  "description": "[Experimental] Limit the number of lines for the sub title.",
@@ -4788,7 +4919,7 @@
4788
4919
  },
4789
4920
  "title": {
4790
4921
  "description": "Represents a title of the header; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
4791
- "type": "string"
4922
+ "$ref": "#/definitions/i18n_key_string"
4792
4923
  },
4793
4924
  "titleMaxLines": {
4794
4925
  "description": "[Experimental] Limit the number of lines for the title.",
@@ -4804,7 +4935,7 @@
4804
4935
  },
4805
4936
  "subTitle": {
4806
4937
  "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
4807
- "type": "string"
4938
+ "$ref": "#/definitions/i18n_key_string"
4808
4939
  },
4809
4940
  "subTitleMaxLines": {
4810
4941
  "description": "[Experimental] Limit the number of lines for the sub title.",
@@ -5029,6 +5160,22 @@
5029
5160
  "items": {
5030
5161
  "$ref": "#/definitions/action"
5031
5162
  }
5163
+ },
5164
+ "highlight": {
5165
+ "type": "string",
5166
+ "description": "The highlight state of the row",
5167
+ "oneOf": [
5168
+ {
5169
+ "$ref": "#/definitions/state"
5170
+ },
5171
+ {
5172
+ "$ref": "#/definitions/simpleBinding"
5173
+ }
5174
+ ]
5175
+ },
5176
+ "highlightText": {
5177
+ "type": "string",
5178
+ "description": "Defines the semantics of the 'highlight' property. It is used for accessibility purposes."
5032
5179
  }
5033
5180
  }
5034
5181
  },
@@ -8110,19 +8257,19 @@
8110
8257
  },
8111
8258
  "title": {
8112
8259
  "description": "Represents a title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
8113
- "type": "string"
8260
+ "$ref": "#/definitions/i18n_key_string"
8114
8261
  },
8115
8262
  "subTitle": {
8116
8263
  "description": "Represents a subtitle; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
8117
- "type": "string"
8264
+ "$ref": "#/definitions/i18n_key_string"
8118
8265
  },
8119
8266
  "shortTitle": {
8120
8267
  "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
8121
- "type": "string"
8268
+ "$ref": "#/definitions/i18n_key_string"
8122
8269
  },
8123
8270
  "info": {
8124
8271
  "description": "Represents additional information to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
8125
- "type": "string"
8272
+ "$ref": "#/definitions/i18n_key_string"
8126
8273
  },
8127
8274
  "displayMode": {
8128
8275
  "description": "Represents the display mode of the tile",
package/schema_cil.json CHANGED
@@ -42,7 +42,8 @@
42
42
  "1.22.0",
43
43
  "1.23.0",
44
44
  "1.24.0",
45
- "1.25.0"
45
+ "1.25.0",
46
+ "1.26.0"
46
47
  ]
47
48
  },
48
49
  "start_url": {
@@ -75,7 +76,8 @@
75
76
  "1.8.0",
76
77
  "1.9.0",
77
78
  "1.10.0",
78
- "1.11.0"
79
+ "1.11.0",
80
+ "1.12.0"
79
81
  ]
80
82
  },
81
83
  "sourceTemplate": {
@@ -216,19 +218,19 @@
216
218
  },
217
219
  "title": {
218
220
  "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
219
- "type": "string"
221
+ "$ref": "#/definitions/i18n_key_string"
220
222
  },
221
223
  "subTitle": {
222
224
  "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
223
- "type": "string"
225
+ "$ref": "#/definitions/i18n_key_string"
224
226
  },
225
227
  "shortTitle": {
226
228
  "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
227
- "type": "string"
229
+ "$ref": "#/definitions/i18n_key_string"
228
230
  },
229
231
  "description": {
230
232
  "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
231
- "type": "string"
233
+ "$ref": "#/definitions/i18n_key_string"
232
234
  },
233
235
  "ach": {
234
236
  "description": "Represents application component hierarchy",
@@ -276,10 +278,6 @@
276
278
  "version": {
277
279
  "type": "string"
278
280
  },
279
- "i18n_key": {
280
- "type": "string",
281
- "pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
282
- },
283
281
  "objectName": {
284
282
  "type": "string",
285
283
  "pattern": "^(\\\\[0-9a-zA-Z_]+\\\\)?[a-zA-Z][a-zA-Z0-9_]*$",
@@ -3423,6 +3421,17 @@
3423
3421
  }
3424
3422
  }
3425
3423
  },
3424
+ "i18n_key_string": {
3425
+ "anyOf": [
3426
+ {
3427
+ "type": "string",
3428
+ "pattern": "^\\{\\{[\\w][\\w\\.\\-]*\\}\\}$"
3429
+ },
3430
+ {
3431
+ "type": "string"
3432
+ }
3433
+ ]
3434
+ },
3426
3435
  "enhanceWithSetting": {
3427
3436
  "oneOf": [
3428
3437
  {
@@ -143,7 +143,7 @@ export type EnhanceWithSetting1 =
143
143
  };
144
144
  };
145
145
  export type Version = string;
146
- export type Tag = string[];
146
+ export type Tag = (string | string)[];
147
147
  /**
148
148
  * This interface was referenced by `undefined`'s JSON-Schema definition
149
149
  * via the `patternProperty` "^[a-zA-Z0-9_\.\-]*$".
@@ -174,7 +174,8 @@ export type JSONSchemaForSAPUI5Namespace = {
174
174
  | "1.13.0"
175
175
  | "1.14.0"
176
176
  | "1.15.0"
177
- | "1.16.0";
177
+ | "1.16.0"
178
+ | "1.17.0";
178
179
  resources?: Resource;
179
180
  /**
180
181
  * Represents the explicit usage declaration for UI5 reuse components
@@ -371,6 +372,10 @@ export type JSONSchemaForSAPUI5Namespace = {
371
372
  * Represents an indicator whether app variant is flex extension point enabled
372
373
  */
373
374
  flexExtensionPointEnabled?: boolean;
375
+ /**
376
+ * Represents an indicator whether app is a cloud developer adaptation, filled automatically during build.
377
+ */
378
+ isCloudDevAdaptation?: boolean;
374
379
  [k: string]: unknown;
375
380
  } & (
376
381
  | {
@@ -684,7 +689,9 @@ export interface SAPJSONSchemaForWebApplicationManifestFile {
684
689
  | "1.49.0"
685
690
  | "1.50.0"
686
691
  | "1.51.0"
687
- | "1.52.0";
692
+ | "1.52.0"
693
+ | "1.53.0"
694
+ | "1.54.0";
688
695
  /**
689
696
  * Represents the URL that the developer would prefer the user agent load when the user launches the web application
690
697
  */
@@ -745,7 +752,8 @@ export interface JSONSchemaForSAPAPPNamespace {
745
752
  | "1.16.0"
746
753
  | "1.17.0"
747
754
  | "1.18.0"
748
- | "1.19.0";
755
+ | "1.19.0"
756
+ | "1.20.0";
749
757
  /**
750
758
  * Represents the template from which the app was generated
751
759
  */
@@ -2963,7 +2971,7 @@ export interface ResizableLayoutVariantCardProperties {
2963
2971
  * Represents Insights attributes
2964
2972
  */
2965
2973
  export interface JSONSchemaForSAPInsightsNamespace {
2966
- _version?: "1.0.0" | "1.1.0" | "1.2.0" | "1.3.0" | "1.4.0";
2974
+ _version?: "1.0.0" | "1.1.0" | "1.2.0" | "1.3.0" | "1.4.0" | "1.5.0";
2967
2975
  /**
2968
2976
  * Represents mandatory unique app identifier of the app containing self manifest.
2969
2977
  */
@@ -2993,7 +3001,7 @@ export interface JSONSchemaForSAPInsightsNamespace {
2993
3001
  */
2994
3002
  visible?: boolean;
2995
3003
  /**
2996
- * Represents the display order of Insights card
3004
+ * Deprecated: Represents the display order of Insights card
2997
3005
  */
2998
3006
  rank?: number;
2999
3007
  /**
@@ -3010,6 +3018,54 @@ export interface JSONSchemaForSAPInsightsNamespace {
3010
3018
  dtMiddleware?: string;
3011
3019
  [k: string]: unknown;
3012
3020
  };
3021
+ /**
3022
+ * New property representing the display order of Insights card
3023
+ */
3024
+ ranking?: string;
3025
+ /**
3026
+ * Array of all supported chart type allowed for transformation.
3027
+ */
3028
+ allowedChartTypes?: (
3029
+ | "bar"
3030
+ | "column"
3031
+ | "line"
3032
+ | "bullet"
3033
+ | "vertical_bullet"
3034
+ | "100_stacked_bar"
3035
+ | "100_stacked_column"
3036
+ | "waterfall"
3037
+ | "horizontal_waterfall"
3038
+ | "area"
3039
+ | "radar"
3040
+ | "combination"
3041
+ | "stacked_bar"
3042
+ | "stacked_column"
3043
+ | "stacked_combination"
3044
+ | "horizontal_stacked_combination"
3045
+ | "pie"
3046
+ | "donut"
3047
+ | "dual_bar"
3048
+ | "dual_column"
3049
+ | "dual_line"
3050
+ | "dual_stacked_bar"
3051
+ | "dual_stacked_column"
3052
+ | "dual_combination"
3053
+ | "dual_horizontal_combination"
3054
+ | "dual_stacked_combination"
3055
+ | "dual_horizontal_stacked_combination"
3056
+ | "100_dual_stacked_bar"
3057
+ | "100_dual_stacked_column"
3058
+ | "scatter"
3059
+ | "heatmap"
3060
+ | "timeseries_column"
3061
+ | "timeseries_line"
3062
+ | "timeseries_scatter"
3063
+ | "timeseries_stacked_column"
3064
+ | "timeseries_100_stacked_column"
3065
+ | "timeseries_bullet"
3066
+ | "timeseries_waterfall"
3067
+ | "timeseries_stacked_combination"
3068
+ )[];
3013
3069
  }
3014
3070
  /**
3015
3071
  * Represents WDA specific attributes
@@ -3279,7 +3335,7 @@ export interface JSONSchemaForSAPPACKAGENamespace {
3279
3335
  /**
3280
3336
  * Represents SAP.PACKAGE attributes format version. It is managed by namespace owner
3281
3337
  */
3282
- _version?: "1.0.0" | "1.1.0";
3338
+ _version?: "1.0.0" | "1.1.0" | "1.2.0";
3283
3339
  /**
3284
3340
  * Represents mandatory unique package identifier
3285
3341
  */
@@ -3456,7 +3512,7 @@ export interface JSONSchemaForSAPARTIFACTNamespace {
3456
3512
  /**
3457
3513
  * Represents SAP.ARTIFACT attributes format version. It is managed by namespace owner
3458
3514
  */
3459
- _version?: "1.0.0" | "1.1.0";
3515
+ _version?: "1.0.0" | "1.1.0" | "1.2.0";
3460
3516
  /**
3461
3517
  * Represents mandatory unique artifact identifier
3462
3518
  */