@ui5/manifest 1.28.0 → 1.37.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/schema_cil.json CHANGED
@@ -32,7 +32,11 @@
32
32
  "1.17.0",
33
33
  "1.18.0",
34
34
  "1.19.0",
35
- "1.20.0"
35
+ "1.20.0",
36
+ "1.21.0",
37
+ "1.22.0",
38
+ "1.23.0",
39
+ "1.24.0"
36
40
  ]
37
41
  },
38
42
  "start_url": {
@@ -60,7 +64,10 @@
60
64
  "1.3.0",
61
65
  "1.4.0",
62
66
  "1.5.0",
63
- "1.6.0"
67
+ "1.6.0",
68
+ "1.7.0",
69
+ "1.8.0",
70
+ "1.9.0"
64
71
  ]
65
72
  },
66
73
  "sourceTemplate": {
@@ -196,19 +203,19 @@
196
203
  "type": "string"
197
204
  },
198
205
  "title": {
199
- "description": "Represents mandatory title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
206
+ "description": "Represents a title (mandatory); to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
200
207
  "type": "string"
201
208
  },
202
209
  "subTitle": {
203
- "description": "Represents subtitle to the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
210
+ "description": "Represents a subtitle to the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
204
211
  "type": "string"
205
212
  },
206
213
  "shortTitle": {
207
- "description": "Represents shorter version of the title; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
214
+ "description": "Represents a shorter version of the title; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
208
215
  "type": "string"
209
216
  },
210
217
  "description": {
211
- "description": "Represents description; this property is language dependent and, therefore, a key in double curly brackets '{{key}}' must be used",
218
+ "description": "Represents a description; to make this property language dependent (recommended), use a key in double curly brackets '{{key}}'",
212
219
  "type": "string"
213
220
  },
214
221
  "ach": {
@@ -344,7 +351,8 @@
344
351
  "1.7.0",
345
352
  "1.8.0",
346
353
  "1.9.0",
347
- "1.10.0"
354
+ "1.10.0",
355
+ "1.11.0"
348
356
  ]
349
357
  },
350
358
  "resources": {
@@ -502,6 +510,49 @@
502
510
  "$ref": "#/definitions/rootView_def"
503
511
  }
504
512
  }
513
+ },
514
+ {
515
+ "oneOf": [
516
+ {
517
+ "type": "object",
518
+ "required": [
519
+ "flexEnabled"
520
+ ],
521
+ "properties": {
522
+ "flexEnabled": {
523
+ "description": "Represents an Indicator whether a component inside a library is flex enabled",
524
+ "type": "boolean",
525
+ "enum": [
526
+ true
527
+ ]
528
+ },
529
+ "routing": {
530
+ "$ref": "#/definitions/routing_flexEnabled"
531
+ },
532
+ "rootView": {
533
+ "$ref": "#/definitions/rootView_def_flexEnabled"
534
+ }
535
+ }
536
+ },
537
+ {
538
+ "type": "object",
539
+ "properties": {
540
+ "flexEnabled": {
541
+ "description": "Represents an Indicator whether a component inside a library is flex enabled",
542
+ "type": "boolean",
543
+ "enum": [
544
+ false
545
+ ]
546
+ },
547
+ "routing": {
548
+ "$ref": "#/definitions/routing"
549
+ },
550
+ "rootView": {
551
+ "$ref": "#/definitions/rootView_def"
552
+ }
553
+ }
554
+ }
555
+ ]
505
556
  }
506
557
  ],
507
558
  "definitions": {
@@ -660,7 +711,8 @@
660
711
  "description": "Represents attributes format version. It is managed by namespace owner",
661
712
  "type": "string",
662
713
  "enum": [
663
- "1.1.0"
714
+ "1.1.0",
715
+ "1.2.0"
664
716
  ]
665
717
  },
666
718
  "registrationIds": {
@@ -681,6 +733,10 @@
681
733
  "fpmwebdynpro",
682
734
  "designstudio"
683
735
  ]
736
+ },
737
+ "abstract": {
738
+ "description": "Indicator that app is an abstract (generic) app which may not be used directly, but needs to be specialized in the SAP Fiori launchpad content",
739
+ "type": "boolean"
684
740
  }
685
741
  }
686
742
  },
@@ -696,7 +752,8 @@
696
752
  "1.1.0",
697
753
  "1.2.0",
698
754
  "1.3.0",
699
- "1.4.0"
755
+ "1.4.0",
756
+ "1.5.0"
700
757
  ]
701
758
  },
702
759
  "settings": {
@@ -813,7 +870,8 @@
813
870
  "enum": [
814
871
  "1.1.0",
815
872
  "1.2.0",
816
- "1.3.0"
873
+ "1.3.0",
874
+ "1.4.0"
817
875
  ]
818
876
  },
819
877
  "globalFilterModel": {
@@ -890,6 +948,17 @@
890
948
  "type": "boolean",
891
949
  "default": false
892
950
  },
951
+ "chartSettings": {
952
+ "description": "Represents the object to store analytical chart settings",
953
+ "type": "object",
954
+ "properties": {
955
+ "showDataLabel": {
956
+ "description": "Flag to enable data labels on analytical charts",
957
+ "type": "boolean",
958
+ "default": false
959
+ }
960
+ }
961
+ },
893
962
  "cards": {
894
963
  "type": "object",
895
964
  "additionalProperties": false,
@@ -1792,34 +1861,53 @@
1792
1861
  "type": "string"
1793
1862
  },
1794
1863
  "implementingComponent_def": {
1795
- "type": "object",
1796
- "additionalProperties": false,
1797
- "required": [
1798
- "componentName"
1799
- ],
1800
- "properties": {
1801
- "componentName": {
1802
- "description": "Represents the name of the component to be loaded inside the canvas",
1803
- "type": "string",
1804
- "pattern": "^([a-zA-Z][a-zA-Z0-9_]{0,39})(\\.[a-zA-Z][a-zA-Z0-9_]{0,39})*$"
1805
- },
1806
- "binding": {
1807
- "description": " Represents a binding string to indicate, how the reuse component should be bound relative to the containing page or absolute ",
1808
- "type": "string"
1809
- },
1810
- "settings": {
1811
- "$ref": "#/definitions/component_setting_def"
1864
+ "oneOf": [
1865
+ {
1866
+ "type": "object",
1867
+ "additionalProperties": false,
1868
+ "required": [
1869
+ "componentName"
1870
+ ],
1871
+ "properties": {
1872
+ "componentName": {
1873
+ "description": "Represents the name of the component to be loaded inside the canvas",
1874
+ "type": "string",
1875
+ "pattern": "^([a-zA-Z][a-zA-Z0-9_]{0,39})(\\.[a-zA-Z][a-zA-Z0-9_]{0,39})*$"
1876
+ },
1877
+ "binding": {
1878
+ "$ref": "#/definitions/component_binding_def"
1879
+ },
1880
+ "settings": {
1881
+ "$ref": "#/definitions/component_setting_def"
1882
+ },
1883
+ "pages": {
1884
+ "$ref": "#/definitions/component_pages_def"
1885
+ }
1886
+ }
1812
1887
  },
1813
- "pages": {
1888
+ {
1814
1889
  "type": "object",
1815
1890
  "additionalProperties": false,
1816
- "patternProperties": {
1817
- "^[a-zA-Z0-9_\\.\\-]+[\\|]?[a-zA-Z0-9_\\.\\-]+$": {
1818
- "$ref": "#/definitions/pages_map"
1891
+ "required": [
1892
+ "componentUsage"
1893
+ ],
1894
+ "properties": {
1895
+ "componentUsage": {
1896
+ "description": "Represents the reference to the name of the componentUsages defined in sap.ui5/componentUsages for the component to be loaded inside the canvas",
1897
+ "type": "string"
1898
+ },
1899
+ "binding": {
1900
+ "$ref": "#/definitions/component_binding_def"
1901
+ },
1902
+ "settings": {
1903
+ "$ref": "#/definitions/component_setting_def"
1904
+ },
1905
+ "pages": {
1906
+ "$ref": "#/definitions/component_pages_def"
1819
1907
  }
1820
1908
  }
1821
1909
  }
1822
- }
1910
+ ]
1823
1911
  },
1824
1912
  "routingSpec_def": {
1825
1913
  "type": "object",
@@ -1895,6 +1983,19 @@
1895
1983
  }
1896
1984
  }
1897
1985
  },
1986
+ "component_pages_def": {
1987
+ "type": "object",
1988
+ "additionalProperties": false,
1989
+ "patternProperties": {
1990
+ "^[a-zA-Z0-9_\\.\\-]+[\\|]?[a-zA-Z0-9_\\.\\-]+$": {
1991
+ "$ref": "#/definitions/pages_map"
1992
+ }
1993
+ }
1994
+ },
1995
+ "component_binding_def": {
1996
+ "description": " Represents a binding string to indicate, how the reuse component should be bound relative to the containing page or absolute ",
1997
+ "type": "string"
1998
+ },
1898
1999
  "component_setting_def": {
1899
2000
  "description": "Represents the settings specific to one component",
1900
2001
  "type": "object"
@@ -2003,6 +2104,20 @@
2003
2104
  "target": {
2004
2105
  "description": "Represents the pointer to a semantic object",
2005
2106
  "type": "string"
2107
+ },
2108
+ "refreshStrategyOnAppRestore": {
2109
+ "description": "Represents the refresh strategies configured for external display navigation while coming back to the source app",
2110
+ "$ref": "#/definitions/refreshStrategies_prop_def"
2111
+ }
2112
+ }
2113
+ },
2114
+ "refreshStrategies_prop_def": {
2115
+ "type": "object",
2116
+ "additionalProperties": false,
2117
+ "properties": {
2118
+ "entitySets": {
2119
+ "description": "Represents the map of entity sets configured for refresh strategies",
2120
+ "type": "object"
2006
2121
  }
2007
2122
  }
2008
2123
  },
@@ -2446,6 +2561,210 @@
2446
2561
  }
2447
2562
  }
2448
2563
  },
2564
+ "rootView_def_flexEnabled": {
2565
+ "description": "Represents the root view definition when flex is enabled (requires a view id)",
2566
+ "type": "object",
2567
+ "required": [
2568
+ "id",
2569
+ "viewName"
2570
+ ],
2571
+ "additionalProperties": true,
2572
+ "properties": {
2573
+ "viewName": {
2574
+ "description": "Represents the name of the view",
2575
+ "type": "string"
2576
+ },
2577
+ "type": {
2578
+ "description": "Represents the type of the view. Possible Values: XML, JSON, JS, HTML, Template",
2579
+ "type": "string",
2580
+ "enum": [
2581
+ "XML",
2582
+ "JSON",
2583
+ "JS",
2584
+ "HTML",
2585
+ "Template"
2586
+ ]
2587
+ },
2588
+ "id": {
2589
+ "description": "Represents the id of the view",
2590
+ "type": "string"
2591
+ },
2592
+ "async": {
2593
+ "description": "Configure the targets for asynchronous loading",
2594
+ "type": "boolean",
2595
+ "default": false
2596
+ }
2597
+ }
2598
+ },
2599
+ "routing_flexEnabled": {
2600
+ "description": "Represents the configuration of routing",
2601
+ "type": "object",
2602
+ "properties": {
2603
+ "config": {
2604
+ "description": "Represents the default properties defined for route and target",
2605
+ "allOf": [
2606
+ {
2607
+ "type": "object",
2608
+ "properties": {
2609
+ "routerClass": {
2610
+ "description": "Represents the router class",
2611
+ "type": "string"
2612
+ },
2613
+ "async": {
2614
+ "description": "Indicates whether the Views in routing are loaded asyncly",
2615
+ "type": "boolean",
2616
+ "default": false
2617
+ },
2618
+ "bypassed": {
2619
+ "description": "Represents information about targets to display when no route is matched",
2620
+ "type": "object",
2621
+ "additionalProperties": false,
2622
+ "required": [
2623
+ "target"
2624
+ ],
2625
+ "properties": {
2626
+ "target": {
2627
+ "description": "Represents one or multiple names of targets that are displayed when no route is matched",
2628
+ "$ref": "#/definitions/routeTarget"
2629
+ }
2630
+ }
2631
+ },
2632
+ "viewPath": {
2633
+ "description": "Represents a prefix that is prepended in front of the viewName",
2634
+ "type": "string"
2635
+ }
2636
+ }
2637
+ },
2638
+ {
2639
+ "$ref": "#/definitions/target"
2640
+ }
2641
+ ]
2642
+ },
2643
+ "routes": {
2644
+ "oneOf": [
2645
+ {
2646
+ "description": "Represents the definition of routes by providing an array with elements which contain the configuration for each route",
2647
+ "type": "array",
2648
+ "items": {
2649
+ "$ref": "#/definitions/route"
2650
+ }
2651
+ },
2652
+ {
2653
+ "description": "Represents the definition of routes by providing an object with the route's name as the key and other route options in an object as the value",
2654
+ "type": "object",
2655
+ "patternProperties": {
2656
+ "[\\s\\S]*": {
2657
+ "$ref": "#/definitions/routeWithoutName"
2658
+ }
2659
+ }
2660
+ }
2661
+ ]
2662
+ },
2663
+ "targets": {
2664
+ "description": "Represents the definition of targets",
2665
+ "type": "object",
2666
+ "patternProperties": {
2667
+ "[\\s\\S]*": {
2668
+ "oneOf": [
2669
+ {
2670
+ "allOf": [
2671
+ {
2672
+ "$ref": "#/definitions/target"
2673
+ },
2674
+ {
2675
+ "type": "object",
2676
+ "required": [
2677
+ "viewName",
2678
+ "viewId"
2679
+ ],
2680
+ "properties": {
2681
+ "viewName": {
2682
+ "description": "Represents the name of a view that will be created",
2683
+ "type": "string"
2684
+ },
2685
+ "viewId": {
2686
+ "description": "Represents the id of the created view",
2687
+ "type": "string"
2688
+ },
2689
+ "viewPath": {
2690
+ "description": "Represents a prefix that is prepended in front of the viewName",
2691
+ "type": "string"
2692
+ }
2693
+ }
2694
+ }
2695
+ ]
2696
+ },
2697
+ {
2698
+ "allOf": [
2699
+ {
2700
+ "$ref": "#/definitions/target"
2701
+ },
2702
+ {
2703
+ "oneOf": [
2704
+ {
2705
+ "type": "object",
2706
+ "required": [
2707
+ "name",
2708
+ "id"
2709
+ ],
2710
+ "properties": {
2711
+ "name": {
2712
+ "description": "Represents the name of a view or component that will be created",
2713
+ "type": "string"
2714
+ },
2715
+ "id": {
2716
+ "description": "Represents the id of the created view or component",
2717
+ "type": "string"
2718
+ },
2719
+ "path": {
2720
+ "description": "Represents a prefix that is prepended in front of the view or component name",
2721
+ "type": "string"
2722
+ },
2723
+ "type": {
2724
+ "description": "Represents the type of the type View or Component",
2725
+ "type": "string",
2726
+ "enum": [
2727
+ "View",
2728
+ "Component"
2729
+ ]
2730
+ }
2731
+ }
2732
+ },
2733
+ {
2734
+ "type": "object",
2735
+ "required": [
2736
+ "usage",
2737
+ "id",
2738
+ "type"
2739
+ ],
2740
+ "properties": {
2741
+ "usage": {
2742
+ "description": "Represents the componentUsage of the component that will be created",
2743
+ "type": "string"
2744
+ },
2745
+ "id": {
2746
+ "description": "Represents the id of the created view or component",
2747
+ "type": "string"
2748
+ },
2749
+ "type": {
2750
+ "description": "Represents the type of the type Component",
2751
+ "type": "string",
2752
+ "enum": [
2753
+ "Component"
2754
+ ]
2755
+ }
2756
+ }
2757
+ }
2758
+ ]
2759
+ }
2760
+ ]
2761
+ }
2762
+ ]
2763
+ }
2764
+ }
2765
+ }
2766
+ }
2767
+ },
2449
2768
  "rootView_def": {
2450
2769
  "description": "Represents the root view definition being either the name of the view or the view definition object",
2451
2770
  "oneOf": [
@@ -2859,9 +3178,24 @@
2859
3178
  }
2860
3179
  }
2861
3180
  },
3181
+ "objectType": {
3182
+ "type": "string",
3183
+ "enum": [
3184
+ "query",
3185
+ "cdsprojectionview",
3186
+ "view",
3187
+ "inamodel"
3188
+ ]
3189
+ },
3190
+ "objectName": {
3191
+ "type": "string",
3192
+ "pattern": "^(\\\\[0-9a-zA-Z_]+\\\\)?[a-zA-Z][a-zA-Z0-9_]*$",
3193
+ "minLength": 3,
3194
+ "maxLength": 50
3195
+ },
2862
3196
  "setting": {
2863
3197
  "type": "object",
2864
- "additionalProperties": false,
3198
+ "additionalProperties": true,
2865
3199
  "properties": {
2866
3200
  "odataVersion": {
2867
3201
  "description": "Represents version of OData: 2.0 is default",
@@ -2882,6 +3216,33 @@
2882
3216
  "type": "string"
2883
3217
  }
2884
3218
  }
3219
+ },
3220
+ "objects": {
3221
+ "type": "object",
3222
+ "description": "Dictionary of (catalog) objects offered by the datasource",
3223
+ "additionalProperties": {
3224
+ "type": "object",
3225
+ "description": "A (catalog) object of an InA DataSource",
3226
+ "properties": {
3227
+ "objectName": {
3228
+ "$ref": "#/definitions/objectName"
3229
+ },
3230
+ "objectType": {
3231
+ "$ref": "#/definitions/objectType"
3232
+ },
3233
+ "packageName": {
3234
+ "type": "string"
3235
+ },
3236
+ "schemaName": {
3237
+ "type": "string"
3238
+ }
3239
+ },
3240
+ "additionalProperties": false,
3241
+ "required": [
3242
+ "objectName",
3243
+ "objectType"
3244
+ ]
3245
+ }
2885
3246
  }
2886
3247
  },
2887
3248
  "openSource": {
@@ -2913,18 +3274,21 @@
2913
3274
  ],
2914
3275
  "properties": {
2915
3276
  "uri": {
2916
- "description": "Represents uri of the data source",
3277
+ "description": "Represents the uri of the data source, should always be given in lower case",
2917
3278
  "type": "string"
2918
3279
  },
2919
3280
  "type": {
2920
- "description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON",
3281
+ "description": "Represents type of the data source. The supported types are OData, ODataAnnotation, INA, XML, JSON, FHIR, WebSocket, http",
2921
3282
  "type": "string",
2922
3283
  "enum": [
2923
3284
  "OData",
2924
3285
  "ODataAnnotation",
2925
3286
  "INA",
2926
3287
  "XML",
2927
- "JSON"
3288
+ "JSON",
3289
+ "FHIR",
3290
+ "WebSocket",
3291
+ "http"
2928
3292
  ],
2929
3293
  "default": "OData"
2930
3294
  },