@sap/ux-specification 1.84.79 → 1.84.80
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 +45 -0
- package/dist/documentation/runDocu-min.js +4 -4
- package/dist/documentation/runDocu-min.js.map +3 -3
- package/dist/documentation/styleDocu.css +4 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +58 -61
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +5 -6
- package/dist/schemas/v2/ObjectPageConfig.json +228 -162
- package/dist/schemas/v2/OverviewPageConfig.json +516 -472
- package/dist/src/api.js +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +4 -0
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +8 -1
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +7 -6
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +17 -39
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +56 -47
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +1 -0
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +53 -46
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts +2 -1
- package/dist/src/sync/v2/application.d.ts.map +1 -1
- package/dist/src/sync/v2/application.js +8 -3
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +71 -76
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js +103 -246
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +17 -6
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +109 -19
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +0 -1
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts +2 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +37 -61
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +0 -14
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js +39 -21
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +55 -4
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +68 -42
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +17 -5
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +24 -7
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +53 -60
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +5 -11
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +14 -6
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +263 -58
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/package.json +5 -6
|
@@ -2,97 +2,122 @@
|
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
4
|
"globalFilterModel": {
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "Represents the name of global filter OData model, which contains entities definition that are relevant for global filters.",
|
|
6
|
+
"pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
|
|
6
7
|
"type": "string",
|
|
7
8
|
"artifactType": "Manifest"
|
|
8
9
|
},
|
|
9
10
|
"globalFilterEntityType": {
|
|
10
|
-
"description": "
|
|
11
|
+
"description": "Represents the entity to use as global filter in the smart filter bar control.",
|
|
12
|
+
"pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
|
|
11
13
|
"type": "string",
|
|
12
14
|
"artifactType": "Manifest"
|
|
13
15
|
},
|
|
14
16
|
"globalFilterEntitySet": {
|
|
15
|
-
"description": "
|
|
17
|
+
"description": "Represents the entity set to use as global filter in the smart filter bar control.",
|
|
18
|
+
"pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
|
|
16
19
|
"type": "string",
|
|
17
20
|
"artifactType": "Manifest"
|
|
18
21
|
},
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
+
"showBasicSearch": {
|
|
23
|
+
"description": "Represents a switch to include basic search in the global filters. The default value is false.",
|
|
24
|
+
"type": "boolean",
|
|
25
|
+
"artifactType": "Manifest"
|
|
26
|
+
},
|
|
27
|
+
"disableErrorPage": {
|
|
28
|
+
"description": "Represents a switch to disable the error page shown on load of overview page when no data is retrieved from the backend. The default value is false.",
|
|
29
|
+
"type": "boolean",
|
|
22
30
|
"artifactType": "Manifest"
|
|
23
31
|
},
|
|
24
32
|
"smartVariantRequired": {
|
|
25
|
-
"description": "
|
|
33
|
+
"description": "Represents a switch to activate smart variant management in the global filters. The default value is true.",
|
|
26
34
|
"type": "boolean",
|
|
27
35
|
"artifactType": "Manifest"
|
|
28
36
|
},
|
|
37
|
+
"bHeaderExpanded": {
|
|
38
|
+
"description": "Represents a switch to show smart filter bar in expanded or collapsed mode. The default value is false.",
|
|
39
|
+
"type": "boolean",
|
|
40
|
+
"artifactType": "Manifest"
|
|
41
|
+
},
|
|
42
|
+
"containerLayout": {
|
|
43
|
+
"$ref": "#/definitions/ContainerLayoutType",
|
|
44
|
+
"description": "Represents the layout of the card container. The default value is fixed.",
|
|
45
|
+
"artifactType": "Manifest"
|
|
46
|
+
},
|
|
29
47
|
"showDateInRelativeFormat": {
|
|
30
|
-
"description": "
|
|
48
|
+
"description": "Represents a switch to enable or disable relative or normal date formating. The default value is true.",
|
|
49
|
+
"type": "boolean",
|
|
50
|
+
"artifactType": "Manifest"
|
|
51
|
+
},
|
|
52
|
+
"disableTableCardFlexibility": {
|
|
53
|
+
"description": "Represents a switch to enable or disable the flexibility of table cards. The default value is false.",
|
|
31
54
|
"type": "boolean",
|
|
32
55
|
"artifactType": "Manifest"
|
|
33
56
|
},
|
|
34
57
|
"enableLiveFilter": {
|
|
35
|
-
"description": "
|
|
58
|
+
"description": "Represents the switch to activate live update in the global filters, else manual update will be required. The default value is true.",
|
|
36
59
|
"type": "boolean",
|
|
37
60
|
"artifactType": "Manifest"
|
|
38
61
|
},
|
|
39
|
-
"
|
|
40
|
-
"description": "
|
|
62
|
+
"enableLazyRendering": {
|
|
63
|
+
"description": "Enable loading of cards when they enter viewport. The default value is false.",
|
|
41
64
|
"type": "boolean",
|
|
42
65
|
"artifactType": "Manifest"
|
|
43
66
|
},
|
|
67
|
+
"refreshStrategyOnAppRestore": {
|
|
68
|
+
"$ref": "#/definitions/RefreshStrategiesPropDef",
|
|
69
|
+
"description": "Represents the refresh strategies configured for OVP while coming back to the source app.",
|
|
70
|
+
"artifactType": "Manifest"
|
|
71
|
+
},
|
|
44
72
|
"considerAnalyticalParameters": {
|
|
45
|
-
"description": "
|
|
73
|
+
"description": "Flag to enable/disable analytical parameter support for Smart filter bar. The default value is false.",
|
|
46
74
|
"type": "boolean",
|
|
47
75
|
"artifactType": "Manifest"
|
|
48
76
|
},
|
|
49
77
|
"refreshIntervalInMinutes": {
|
|
50
|
-
"description": "
|
|
78
|
+
"description": "Time interval in minutes to auto refresh the card models. The default value is 1.",
|
|
51
79
|
"type": "number",
|
|
52
80
|
"artifactType": "Manifest"
|
|
53
81
|
},
|
|
54
82
|
"useDateRangeType": {
|
|
55
|
-
"description": "
|
|
83
|
+
"description": "Flag to enable/disable semantic date range control for Smart filter bar. The default value is false.",
|
|
56
84
|
"type": "boolean",
|
|
57
85
|
"artifactType": "Manifest"
|
|
58
86
|
},
|
|
59
87
|
"chartSettings": {
|
|
60
|
-
"
|
|
61
|
-
"
|
|
62
|
-
"properties": {
|
|
63
|
-
"showDataLabel": {
|
|
64
|
-
"description": "Set the showDataLabel property to true to make data labels visible in analytical cards.",
|
|
65
|
-
"type": "boolean"
|
|
66
|
-
}
|
|
67
|
-
},
|
|
68
|
-
"additionalProperties": false,
|
|
69
|
-
"artifactType": "Manifest"
|
|
88
|
+
"$ref": "#/definitions/ChartSettingsType",
|
|
89
|
+
"description": "Represents the object to store analytical chart settings."
|
|
70
90
|
},
|
|
71
91
|
"filterSettings": {
|
|
72
|
-
"description": "
|
|
92
|
+
"description": "Represents the object to store filter bar configuration.",
|
|
73
93
|
"type": "object",
|
|
74
94
|
"properties": {
|
|
75
95
|
"dateSettings": {
|
|
76
96
|
"$ref": "#/definitions/DateRangeOVP",
|
|
77
|
-
"description": "
|
|
97
|
+
"description": "Represents the object to store date type filter fields configuration"
|
|
78
98
|
}
|
|
79
99
|
},
|
|
80
100
|
"additionalProperties": false,
|
|
81
101
|
"artifactType": "Manifest"
|
|
82
102
|
},
|
|
83
|
-
"
|
|
84
|
-
"description": "
|
|
85
|
-
"type": "
|
|
86
|
-
"
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
103
|
+
"dataLoadSettings": {
|
|
104
|
+
"description": "Represents the object to define data loading behaviour for an overview page application",
|
|
105
|
+
"type": "object",
|
|
106
|
+
"additionalProperties": {},
|
|
107
|
+
"properties": {
|
|
108
|
+
"loadDataOnAppLaunch": {
|
|
109
|
+
"$ref": "#/definitions/LoadDataOnAppLaunchType",
|
|
110
|
+
"description": "Data load behaviour options on application launch. The default value is 'always'."
|
|
111
|
+
}
|
|
112
|
+
},
|
|
91
113
|
"artifactType": "Manifest"
|
|
92
114
|
},
|
|
93
|
-
"
|
|
94
|
-
"description": "
|
|
95
|
-
"type": "
|
|
115
|
+
"resizableLayout": {
|
|
116
|
+
"description": "Represents the resizable layout.",
|
|
117
|
+
"type": "object",
|
|
118
|
+
"additionalProperties": {
|
|
119
|
+
"$ref": "#/definitions/ResizableLayoutVariant"
|
|
120
|
+
},
|
|
96
121
|
"artifactType": "Manifest"
|
|
97
122
|
},
|
|
98
123
|
"cards": {
|
|
@@ -135,6 +160,29 @@
|
|
|
135
160
|
],
|
|
136
161
|
"type": "string"
|
|
137
162
|
},
|
|
163
|
+
"RefreshStrategiesPropDef": {
|
|
164
|
+
"description": "Represents the refresh strategies configured for external display navigation while coming back to the source app",
|
|
165
|
+
"type": "object",
|
|
166
|
+
"properties": {
|
|
167
|
+
"entitySets": {
|
|
168
|
+
"description": "Represents the map of entity sets configured for refresh strategies",
|
|
169
|
+
"type": "object",
|
|
170
|
+
"additionalProperties": {}
|
|
171
|
+
}
|
|
172
|
+
},
|
|
173
|
+
"additionalProperties": false
|
|
174
|
+
},
|
|
175
|
+
"ChartSettingsType": {
|
|
176
|
+
"type": "object",
|
|
177
|
+
"properties": {
|
|
178
|
+
"showDataLabel": {
|
|
179
|
+
"description": "Flag to enable data labels on analytical charts. The default value is false.",
|
|
180
|
+
"type": "boolean",
|
|
181
|
+
"artifactType": "Manifest"
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
"additionalProperties": false
|
|
185
|
+
},
|
|
138
186
|
"DateRangeOVP": {
|
|
139
187
|
"type": "object",
|
|
140
188
|
"properties": {
|
|
@@ -374,6 +422,54 @@
|
|
|
374
422
|
],
|
|
375
423
|
"type": "string"
|
|
376
424
|
},
|
|
425
|
+
"LoadDataOnAppLaunchType": {
|
|
426
|
+
"enum": [
|
|
427
|
+
"always",
|
|
428
|
+
"ifAnyFilterExist",
|
|
429
|
+
"never"
|
|
430
|
+
],
|
|
431
|
+
"type": "string"
|
|
432
|
+
},
|
|
433
|
+
"ResizableLayoutVariant": {
|
|
434
|
+
"description": "Represents the resizable layout variant\n\nThis interface was referenced by `undefined`'s JSON-Schema definition\nvia the `patternProperty` \"^cols_[0-9]+$\".",
|
|
435
|
+
"type": "object",
|
|
436
|
+
"additionalProperties": {
|
|
437
|
+
"$ref": "#/definitions/ResizableLayoutVariantCardProperties"
|
|
438
|
+
}
|
|
439
|
+
},
|
|
440
|
+
"ResizableLayoutVariantCardProperties": {
|
|
441
|
+
"description": "Represents the card properties is a layout variant\n\nThis interface was referenced by `ResizableLayoutVariant`'s JSON-Schema definition\nvia the `patternProperty` \"^[a-zA-Z0-9_\\.\\-]+$\".",
|
|
442
|
+
"type": "object",
|
|
443
|
+
"properties": {
|
|
444
|
+
"col": {
|
|
445
|
+
"description": "Represents the grid column",
|
|
446
|
+
"type": "number"
|
|
447
|
+
},
|
|
448
|
+
"row": {
|
|
449
|
+
"description": "Represents the grid row",
|
|
450
|
+
"type": "number"
|
|
451
|
+
},
|
|
452
|
+
"colSpan": {
|
|
453
|
+
"description": "Represents the column span",
|
|
454
|
+
"type": "number"
|
|
455
|
+
},
|
|
456
|
+
"rowSpan": {
|
|
457
|
+
"description": "Represents the row span",
|
|
458
|
+
"type": "number"
|
|
459
|
+
},
|
|
460
|
+
"visible": {
|
|
461
|
+
"description": "Represents the visibility of the card",
|
|
462
|
+
"type": "boolean"
|
|
463
|
+
}
|
|
464
|
+
},
|
|
465
|
+
"additionalProperties": false,
|
|
466
|
+
"required": [
|
|
467
|
+
"col",
|
|
468
|
+
"colSpan",
|
|
469
|
+
"row",
|
|
470
|
+
"rowSpan"
|
|
471
|
+
]
|
|
472
|
+
},
|
|
377
473
|
"CustomCard": {
|
|
378
474
|
"description": "Custom Card",
|
|
379
475
|
"isViewNode": true,
|
|
@@ -425,7 +521,8 @@
|
|
|
425
521
|
},
|
|
426
522
|
"annotationPath": {
|
|
427
523
|
"description": "Represents the annotation path.",
|
|
428
|
-
"type": "string"
|
|
524
|
+
"type": "string",
|
|
525
|
+
"artifactType": "Manifest"
|
|
429
526
|
},
|
|
430
527
|
"identificationAnnotationPath": {
|
|
431
528
|
"description": "Represents the identification annotation path.",
|
|
@@ -434,7 +531,8 @@
|
|
|
434
531
|
},
|
|
435
532
|
"dataPointAnnotationPath": {
|
|
436
533
|
"description": "Represents the data point annotation path.",
|
|
437
|
-
"type": "string"
|
|
534
|
+
"type": "string",
|
|
535
|
+
"artifactType": "Manifest"
|
|
438
536
|
},
|
|
439
537
|
"selectionAnnotationPath": {
|
|
440
538
|
"description": "Represents the selection annotation path.",
|
|
@@ -448,48 +546,24 @@
|
|
|
448
546
|
},
|
|
449
547
|
"selectionPresentationAnnotationPath": {
|
|
450
548
|
"description": "Represents the selection presentation annotation path.",
|
|
451
|
-
"type": "string"
|
|
549
|
+
"type": "string",
|
|
550
|
+
"artifactType": "Manifest"
|
|
452
551
|
},
|
|
453
552
|
"kpiAnnotationPath": {
|
|
454
553
|
"description": "Represents the KPI annotation path.",
|
|
455
|
-
"type": "string"
|
|
554
|
+
"type": "string",
|
|
555
|
+
"artifactType": "Manifest"
|
|
456
556
|
},
|
|
457
557
|
"category": {
|
|
458
558
|
"description": "The category of the card, as used in the card header.",
|
|
459
|
-
"type": "string"
|
|
559
|
+
"type": "string",
|
|
560
|
+
"artifactType": "Manifest"
|
|
460
561
|
},
|
|
461
562
|
"defaultSpan": {
|
|
462
563
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
463
564
|
"anyOf": [
|
|
464
565
|
{
|
|
465
|
-
"
|
|
466
|
-
"properties": {
|
|
467
|
-
"cols": {
|
|
468
|
-
"description": "Represents the number of the number of grid columns",
|
|
469
|
-
"type": "number"
|
|
470
|
-
},
|
|
471
|
-
"rows": {
|
|
472
|
-
"description": "Represents the number of the number of grid rows",
|
|
473
|
-
"type": "number"
|
|
474
|
-
},
|
|
475
|
-
"showOnlyHeader": {
|
|
476
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
477
|
-
"type": "boolean"
|
|
478
|
-
},
|
|
479
|
-
"minimumTitleRow": {
|
|
480
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
481
|
-
"type": "number"
|
|
482
|
-
},
|
|
483
|
-
"minimumSubTitleRow": {
|
|
484
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
485
|
-
"type": "number"
|
|
486
|
-
}
|
|
487
|
-
},
|
|
488
|
-
"additionalProperties": false,
|
|
489
|
-
"required": [
|
|
490
|
-
"cols",
|
|
491
|
-
"rows"
|
|
492
|
-
]
|
|
566
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
493
567
|
},
|
|
494
568
|
{
|
|
495
569
|
"const": "auto",
|
|
@@ -505,13 +579,7 @@
|
|
|
505
579
|
"tabs": {
|
|
506
580
|
"description": "Represents the card with view switch control.",
|
|
507
581
|
"type": "array",
|
|
508
|
-
"items":
|
|
509
|
-
{
|
|
510
|
-
"$ref": "#/definitions/TabSetting"
|
|
511
|
-
}
|
|
512
|
-
],
|
|
513
|
-
"minItems": 1,
|
|
514
|
-
"additionalItems": {
|
|
582
|
+
"items": {
|
|
515
583
|
"$ref": "#/definitions/TabSetting"
|
|
516
584
|
},
|
|
517
585
|
"artifactType": "Manifest"
|
|
@@ -523,7 +591,8 @@
|
|
|
523
591
|
},
|
|
524
592
|
"sortBy": {
|
|
525
593
|
"description": "Defines the property by which the list shall be sorted.",
|
|
526
|
-
"type": "string"
|
|
594
|
+
"type": "string",
|
|
595
|
+
"artifactType": "Manifest"
|
|
527
596
|
},
|
|
528
597
|
"sortOrder": {
|
|
529
598
|
"description": "Sort order (ascending or descending)",
|
|
@@ -531,27 +600,33 @@
|
|
|
531
600
|
"ascending",
|
|
532
601
|
"descending"
|
|
533
602
|
],
|
|
534
|
-
"type": "string"
|
|
603
|
+
"type": "string",
|
|
604
|
+
"artifactType": "Manifest"
|
|
535
605
|
},
|
|
536
606
|
"dynamicSubtitleAnnotationPath": {
|
|
537
607
|
"description": "Represents the dynamic subtitle annotation path.",
|
|
538
|
-
"type": "string"
|
|
608
|
+
"type": "string",
|
|
609
|
+
"artifactType": "Manifest"
|
|
539
610
|
},
|
|
540
611
|
"enableLocaleCurrencyFormatting": {
|
|
541
612
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
542
|
-
"type": "boolean"
|
|
613
|
+
"type": "boolean",
|
|
614
|
+
"artifactType": "Manifest"
|
|
543
615
|
},
|
|
544
616
|
"showFilterInHeader": {
|
|
545
617
|
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
546
|
-
"type": "boolean"
|
|
618
|
+
"type": "boolean",
|
|
619
|
+
"artifactType": "Manifest"
|
|
547
620
|
},
|
|
548
621
|
"showSortingInHeader": {
|
|
549
622
|
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
550
|
-
"type": "boolean"
|
|
623
|
+
"type": "boolean",
|
|
624
|
+
"artifactType": "Manifest"
|
|
551
625
|
},
|
|
552
626
|
"customParams": {
|
|
553
627
|
"description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
|
|
554
|
-
"type": "string"
|
|
628
|
+
"type": "string",
|
|
629
|
+
"artifactType": "Manifest"
|
|
555
630
|
}
|
|
556
631
|
},
|
|
557
632
|
"additionalProperties": false,
|
|
@@ -559,6 +634,41 @@
|
|
|
559
634
|
"title"
|
|
560
635
|
]
|
|
561
636
|
},
|
|
637
|
+
"DefaultSpanObject": {
|
|
638
|
+
"type": "object",
|
|
639
|
+
"properties": {
|
|
640
|
+
"cols": {
|
|
641
|
+
"description": "Represents the number of the number of grid columns",
|
|
642
|
+
"type": "number",
|
|
643
|
+
"artifactType": "Manifest"
|
|
644
|
+
},
|
|
645
|
+
"rows": {
|
|
646
|
+
"description": "Represents the number of the number of grid rows",
|
|
647
|
+
"type": "number",
|
|
648
|
+
"artifactType": "Manifest"
|
|
649
|
+
},
|
|
650
|
+
"showOnlyHeader": {
|
|
651
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
652
|
+
"type": "boolean",
|
|
653
|
+
"artifactType": "Manifest"
|
|
654
|
+
},
|
|
655
|
+
"minimumTitleRow": {
|
|
656
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
657
|
+
"type": "number",
|
|
658
|
+
"artifactType": "Manifest"
|
|
659
|
+
},
|
|
660
|
+
"minimumSubTitleRow": {
|
|
661
|
+
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
662
|
+
"type": "number",
|
|
663
|
+
"artifactType": "Manifest"
|
|
664
|
+
}
|
|
665
|
+
},
|
|
666
|
+
"additionalProperties": false,
|
|
667
|
+
"required": [
|
|
668
|
+
"cols",
|
|
669
|
+
"rows"
|
|
670
|
+
]
|
|
671
|
+
},
|
|
562
672
|
"TabSetting": {
|
|
563
673
|
"description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
|
|
564
674
|
"type": "object",
|
|
@@ -689,15 +799,13 @@
|
|
|
689
799
|
"type": "string",
|
|
690
800
|
"artifactType": "Manifest"
|
|
691
801
|
},
|
|
692
|
-
"
|
|
802
|
+
"settings": {
|
|
693
803
|
"$ref": "#/definitions/ListCardSettings",
|
|
694
|
-
"description": "Represents the properties that are passed to the list card."
|
|
695
|
-
"artifactType": "Manifest"
|
|
804
|
+
"description": "Represents the properties that are passed to the list card."
|
|
696
805
|
}
|
|
697
806
|
},
|
|
698
807
|
"additionalProperties": false,
|
|
699
808
|
"required": [
|
|
700
|
-
"listCardSettings",
|
|
701
809
|
"model",
|
|
702
810
|
"template"
|
|
703
811
|
]
|
|
@@ -708,102 +816,91 @@
|
|
|
708
816
|
"properties": {
|
|
709
817
|
"listFlavor": {
|
|
710
818
|
"$ref": "#/definitions/ListFlavorType",
|
|
711
|
-
"description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
|
|
819
|
+
"description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
|
|
820
|
+
"artifactType": "Manifest"
|
|
712
821
|
},
|
|
713
822
|
"listType": {
|
|
714
823
|
"$ref": "#/definitions/ListTypeType",
|
|
715
|
-
"description": "Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card."
|
|
824
|
+
"description": "Represents the type of list to use for this card. The list can be extended to display more information or condensed to take up less space on the card.",
|
|
825
|
+
"artifactType": "Manifest"
|
|
716
826
|
},
|
|
717
827
|
"showLineItemDetail": {
|
|
718
828
|
"description": "Flag for show line item detail in list and table card.",
|
|
719
|
-
"type": "boolean"
|
|
829
|
+
"type": "boolean",
|
|
830
|
+
"artifactType": "Manifest"
|
|
720
831
|
},
|
|
721
832
|
"imageSupported": {
|
|
722
833
|
"description": "Flag for enabling images in a condensed list card.",
|
|
723
|
-
"type": "boolean"
|
|
834
|
+
"type": "boolean",
|
|
835
|
+
"artifactType": "Manifest"
|
|
724
836
|
},
|
|
725
837
|
"valueSelectionInfo": {
|
|
726
838
|
"description": "Represents things like people, number of items.",
|
|
727
|
-
"type": "string"
|
|
839
|
+
"type": "string",
|
|
840
|
+
"artifactType": "Manifest"
|
|
728
841
|
},
|
|
729
842
|
"entitySet": {
|
|
730
843
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
731
|
-
"type": "string"
|
|
844
|
+
"type": "string",
|
|
845
|
+
"artifactType": "Manifest"
|
|
732
846
|
},
|
|
733
847
|
"title": {
|
|
734
848
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
735
849
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
736
|
-
"type": "string"
|
|
850
|
+
"type": "string",
|
|
851
|
+
"artifactType": "Manifest"
|
|
737
852
|
},
|
|
738
853
|
"subTitle": {
|
|
739
854
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
740
855
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
741
|
-
"type": "string"
|
|
856
|
+
"type": "string",
|
|
857
|
+
"artifactType": "Manifest"
|
|
742
858
|
},
|
|
743
859
|
"annotationPath": {
|
|
744
860
|
"description": "Represents the annotation path.",
|
|
745
|
-
"type": "string"
|
|
861
|
+
"type": "string",
|
|
862
|
+
"artifactType": "Manifest"
|
|
746
863
|
},
|
|
747
864
|
"identificationAnnotationPath": {
|
|
748
865
|
"description": "Represents the identification annotation path.",
|
|
749
|
-
"type": "string"
|
|
866
|
+
"type": "string",
|
|
867
|
+
"artifactType": "Manifest"
|
|
750
868
|
},
|
|
751
869
|
"dataPointAnnotationPath": {
|
|
752
870
|
"description": "Represents the data point annotation path.",
|
|
753
|
-
"type": "string"
|
|
871
|
+
"type": "string",
|
|
872
|
+
"artifactType": "Manifest"
|
|
754
873
|
},
|
|
755
874
|
"selectionAnnotationPath": {
|
|
756
875
|
"description": "Represents the selection annotation path.",
|
|
757
|
-
"type": "string"
|
|
876
|
+
"type": "string",
|
|
877
|
+
"artifactType": "Manifest"
|
|
758
878
|
},
|
|
759
879
|
"presentationAnnotationPath": {
|
|
760
880
|
"description": "Represents the presentation annotation path.",
|
|
761
|
-
"type": "string"
|
|
881
|
+
"type": "string",
|
|
882
|
+
"artifactType": "Manifest"
|
|
762
883
|
},
|
|
763
884
|
"selectionPresentationAnnotationPath": {
|
|
764
885
|
"description": "Represents the selection presentation annotation path.",
|
|
765
|
-
"type": "string"
|
|
886
|
+
"type": "string",
|
|
887
|
+
"artifactType": "Manifest"
|
|
766
888
|
},
|
|
767
889
|
"kpiAnnotationPath": {
|
|
768
890
|
"description": "Represents the KPI annotation path.",
|
|
769
|
-
"type": "string"
|
|
891
|
+
"type": "string",
|
|
892
|
+
"artifactType": "Manifest"
|
|
770
893
|
},
|
|
771
894
|
"category": {
|
|
772
895
|
"description": "The category of the card, as used in the card header.",
|
|
773
|
-
"type": "string"
|
|
896
|
+
"type": "string",
|
|
897
|
+
"artifactType": "Manifest"
|
|
774
898
|
},
|
|
775
899
|
"defaultSpan": {
|
|
776
900
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
777
901
|
"anyOf": [
|
|
778
902
|
{
|
|
779
|
-
"
|
|
780
|
-
"properties": {
|
|
781
|
-
"cols": {
|
|
782
|
-
"description": "Represents the number of the number of grid columns",
|
|
783
|
-
"type": "number"
|
|
784
|
-
},
|
|
785
|
-
"rows": {
|
|
786
|
-
"description": "Represents the number of the number of grid rows",
|
|
787
|
-
"type": "number"
|
|
788
|
-
},
|
|
789
|
-
"showOnlyHeader": {
|
|
790
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
791
|
-
"type": "boolean"
|
|
792
|
-
},
|
|
793
|
-
"minimumTitleRow": {
|
|
794
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
795
|
-
"type": "number"
|
|
796
|
-
},
|
|
797
|
-
"minimumSubTitleRow": {
|
|
798
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
799
|
-
"type": "number"
|
|
800
|
-
}
|
|
801
|
-
},
|
|
802
|
-
"additionalProperties": false,
|
|
803
|
-
"required": [
|
|
804
|
-
"cols",
|
|
805
|
-
"rows"
|
|
806
|
-
]
|
|
903
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
807
904
|
},
|
|
808
905
|
{
|
|
809
906
|
"const": "auto",
|
|
@@ -813,28 +910,26 @@
|
|
|
813
910
|
},
|
|
814
911
|
"requireAppAuthorization": {
|
|
815
912
|
"description": "Define an authorization check at card level.",
|
|
816
|
-
"type": "string"
|
|
913
|
+
"type": "string",
|
|
914
|
+
"artifactType": "Manifest"
|
|
817
915
|
},
|
|
818
916
|
"tabs": {
|
|
819
917
|
"description": "Represents the card with view switch control.",
|
|
820
918
|
"type": "array",
|
|
821
|
-
"items":
|
|
822
|
-
{
|
|
823
|
-
"$ref": "#/definitions/TabSetting"
|
|
824
|
-
}
|
|
825
|
-
],
|
|
826
|
-
"minItems": 1,
|
|
827
|
-
"additionalItems": {
|
|
919
|
+
"items": {
|
|
828
920
|
"$ref": "#/definitions/TabSetting"
|
|
829
|
-
}
|
|
921
|
+
},
|
|
922
|
+
"artifactType": "Manifest"
|
|
830
923
|
},
|
|
831
924
|
"addODataSelect": {
|
|
832
925
|
"description": "add $Select parameter in data fetch URL",
|
|
833
|
-
"type": "boolean"
|
|
926
|
+
"type": "boolean",
|
|
927
|
+
"artifactType": "Manifest"
|
|
834
928
|
},
|
|
835
929
|
"sortBy": {
|
|
836
930
|
"description": "Defines the property by which the list shall be sorted.",
|
|
837
|
-
"type": "string"
|
|
931
|
+
"type": "string",
|
|
932
|
+
"artifactType": "Manifest"
|
|
838
933
|
},
|
|
839
934
|
"sortOrder": {
|
|
840
935
|
"description": "Sort order (ascending or descending)",
|
|
@@ -842,27 +937,33 @@
|
|
|
842
937
|
"ascending",
|
|
843
938
|
"descending"
|
|
844
939
|
],
|
|
845
|
-
"type": "string"
|
|
940
|
+
"type": "string",
|
|
941
|
+
"artifactType": "Manifest"
|
|
846
942
|
},
|
|
847
943
|
"dynamicSubtitleAnnotationPath": {
|
|
848
944
|
"description": "Represents the dynamic subtitle annotation path.",
|
|
849
|
-
"type": "string"
|
|
945
|
+
"type": "string",
|
|
946
|
+
"artifactType": "Manifest"
|
|
850
947
|
},
|
|
851
948
|
"enableLocaleCurrencyFormatting": {
|
|
852
949
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
853
|
-
"type": "boolean"
|
|
950
|
+
"type": "boolean",
|
|
951
|
+
"artifactType": "Manifest"
|
|
854
952
|
},
|
|
855
953
|
"showFilterInHeader": {
|
|
856
954
|
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
857
|
-
"type": "boolean"
|
|
955
|
+
"type": "boolean",
|
|
956
|
+
"artifactType": "Manifest"
|
|
858
957
|
},
|
|
859
958
|
"showSortingInHeader": {
|
|
860
959
|
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
861
|
-
"type": "boolean"
|
|
960
|
+
"type": "boolean",
|
|
961
|
+
"artifactType": "Manifest"
|
|
862
962
|
},
|
|
863
963
|
"customParams": {
|
|
864
964
|
"description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
|
|
865
|
-
"type": "string"
|
|
965
|
+
"type": "string",
|
|
966
|
+
"artifactType": "Manifest"
|
|
866
967
|
}
|
|
867
968
|
},
|
|
868
969
|
"additionalProperties": false,
|
|
@@ -902,16 +1003,14 @@
|
|
|
902
1003
|
"const": "sap.ovp.cards.stack",
|
|
903
1004
|
"artifactType": "Manifest"
|
|
904
1005
|
},
|
|
905
|
-
"
|
|
1006
|
+
"settings": {
|
|
906
1007
|
"$ref": "#/definitions/StackCardSettings",
|
|
907
|
-
"description": "Represents the properties that are passed to the stack card."
|
|
908
|
-
"artifactType": "Manifest"
|
|
1008
|
+
"description": "Represents the properties that are passed to the stack card."
|
|
909
1009
|
}
|
|
910
1010
|
},
|
|
911
1011
|
"additionalProperties": false,
|
|
912
1012
|
"required": [
|
|
913
1013
|
"model",
|
|
914
|
-
"stackCardSettings",
|
|
915
1014
|
"template"
|
|
916
1015
|
]
|
|
917
1016
|
},
|
|
@@ -921,94 +1020,81 @@
|
|
|
921
1020
|
"properties": {
|
|
922
1021
|
"itemText": {
|
|
923
1022
|
"description": "Represents the user defined string in placeholder card.",
|
|
924
|
-
"type": "string"
|
|
1023
|
+
"type": "string",
|
|
1024
|
+
"artifactType": "Manifest"
|
|
925
1025
|
},
|
|
926
1026
|
"objectStreamCardsNavigationProperty": {
|
|
927
1027
|
"description": "The navigation property used to display information from a secondary entity set.",
|
|
928
|
-
"type": "string"
|
|
1028
|
+
"type": "string",
|
|
1029
|
+
"artifactType": "Manifest"
|
|
929
1030
|
},
|
|
930
1031
|
"objectStreamCardsSettings": {
|
|
931
1032
|
"$ref": "#/definitions/ObjectStreamCardsSettingsDef",
|
|
932
|
-
"description": "Configures additional settings for the cards displayed in the object stream."
|
|
1033
|
+
"description": "Configures additional settings for the cards displayed in the object stream.",
|
|
1034
|
+
"artifactType": "Manifest"
|
|
933
1035
|
},
|
|
934
1036
|
"entitySet": {
|
|
935
1037
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
936
|
-
"type": "string"
|
|
1038
|
+
"type": "string",
|
|
1039
|
+
"artifactType": "Manifest"
|
|
937
1040
|
},
|
|
938
1041
|
"title": {
|
|
939
1042
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
940
1043
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
941
|
-
"type": "string"
|
|
1044
|
+
"type": "string",
|
|
1045
|
+
"artifactType": "Manifest"
|
|
942
1046
|
},
|
|
943
1047
|
"subTitle": {
|
|
944
1048
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
945
1049
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
946
|
-
"type": "string"
|
|
1050
|
+
"type": "string",
|
|
1051
|
+
"artifactType": "Manifest"
|
|
947
1052
|
},
|
|
948
1053
|
"annotationPath": {
|
|
949
1054
|
"description": "Represents the annotation path.",
|
|
950
|
-
"type": "string"
|
|
951
|
-
|
|
1055
|
+
"type": "string",
|
|
1056
|
+
"artifactType": "Manifest"
|
|
1057
|
+
},
|
|
952
1058
|
"identificationAnnotationPath": {
|
|
953
1059
|
"description": "Represents the identification annotation path.",
|
|
954
|
-
"type": "string"
|
|
1060
|
+
"type": "string",
|
|
1061
|
+
"artifactType": "Manifest"
|
|
955
1062
|
},
|
|
956
1063
|
"dataPointAnnotationPath": {
|
|
957
1064
|
"description": "Represents the data point annotation path.",
|
|
958
|
-
"type": "string"
|
|
1065
|
+
"type": "string",
|
|
1066
|
+
"artifactType": "Manifest"
|
|
959
1067
|
},
|
|
960
1068
|
"selectionAnnotationPath": {
|
|
961
1069
|
"description": "Represents the selection annotation path.",
|
|
962
|
-
"type": "string"
|
|
1070
|
+
"type": "string",
|
|
1071
|
+
"artifactType": "Manifest"
|
|
963
1072
|
},
|
|
964
1073
|
"presentationAnnotationPath": {
|
|
965
1074
|
"description": "Represents the presentation annotation path.",
|
|
966
|
-
"type": "string"
|
|
1075
|
+
"type": "string",
|
|
1076
|
+
"artifactType": "Manifest"
|
|
967
1077
|
},
|
|
968
1078
|
"selectionPresentationAnnotationPath": {
|
|
969
1079
|
"description": "Represents the selection presentation annotation path.",
|
|
970
|
-
"type": "string"
|
|
1080
|
+
"type": "string",
|
|
1081
|
+
"artifactType": "Manifest"
|
|
971
1082
|
},
|
|
972
1083
|
"kpiAnnotationPath": {
|
|
973
1084
|
"description": "Represents the KPI annotation path.",
|
|
974
|
-
"type": "string"
|
|
1085
|
+
"type": "string",
|
|
1086
|
+
"artifactType": "Manifest"
|
|
975
1087
|
},
|
|
976
1088
|
"category": {
|
|
977
1089
|
"description": "The category of the card, as used in the card header.",
|
|
978
|
-
"type": "string"
|
|
1090
|
+
"type": "string",
|
|
1091
|
+
"artifactType": "Manifest"
|
|
979
1092
|
},
|
|
980
1093
|
"defaultSpan": {
|
|
981
1094
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
982
1095
|
"anyOf": [
|
|
983
1096
|
{
|
|
984
|
-
"
|
|
985
|
-
"properties": {
|
|
986
|
-
"cols": {
|
|
987
|
-
"description": "Represents the number of the number of grid columns",
|
|
988
|
-
"type": "number"
|
|
989
|
-
},
|
|
990
|
-
"rows": {
|
|
991
|
-
"description": "Represents the number of the number of grid rows",
|
|
992
|
-
"type": "number"
|
|
993
|
-
},
|
|
994
|
-
"showOnlyHeader": {
|
|
995
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
996
|
-
"type": "boolean"
|
|
997
|
-
},
|
|
998
|
-
"minimumTitleRow": {
|
|
999
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1000
|
-
"type": "number"
|
|
1001
|
-
},
|
|
1002
|
-
"minimumSubTitleRow": {
|
|
1003
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1004
|
-
"type": "number"
|
|
1005
|
-
}
|
|
1006
|
-
},
|
|
1007
|
-
"additionalProperties": false,
|
|
1008
|
-
"required": [
|
|
1009
|
-
"cols",
|
|
1010
|
-
"rows"
|
|
1011
|
-
]
|
|
1097
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1012
1098
|
},
|
|
1013
1099
|
{
|
|
1014
1100
|
"const": "auto",
|
|
@@ -1018,28 +1104,26 @@
|
|
|
1018
1104
|
},
|
|
1019
1105
|
"requireAppAuthorization": {
|
|
1020
1106
|
"description": "Define an authorization check at card level.",
|
|
1021
|
-
"type": "string"
|
|
1107
|
+
"type": "string",
|
|
1108
|
+
"artifactType": "Manifest"
|
|
1022
1109
|
},
|
|
1023
1110
|
"tabs": {
|
|
1024
1111
|
"description": "Represents the card with view switch control.",
|
|
1025
1112
|
"type": "array",
|
|
1026
|
-
"items":
|
|
1027
|
-
{
|
|
1028
|
-
"$ref": "#/definitions/TabSetting"
|
|
1029
|
-
}
|
|
1030
|
-
],
|
|
1031
|
-
"minItems": 1,
|
|
1032
|
-
"additionalItems": {
|
|
1113
|
+
"items": {
|
|
1033
1114
|
"$ref": "#/definitions/TabSetting"
|
|
1034
|
-
}
|
|
1115
|
+
},
|
|
1116
|
+
"artifactType": "Manifest"
|
|
1035
1117
|
},
|
|
1036
1118
|
"addODataSelect": {
|
|
1037
1119
|
"description": "add $Select parameter in data fetch URL",
|
|
1038
|
-
"type": "boolean"
|
|
1120
|
+
"type": "boolean",
|
|
1121
|
+
"artifactType": "Manifest"
|
|
1039
1122
|
},
|
|
1040
1123
|
"sortBy": {
|
|
1041
1124
|
"description": "Defines the property by which the list shall be sorted.",
|
|
1042
|
-
"type": "string"
|
|
1125
|
+
"type": "string",
|
|
1126
|
+
"artifactType": "Manifest"
|
|
1043
1127
|
},
|
|
1044
1128
|
"sortOrder": {
|
|
1045
1129
|
"description": "Sort order (ascending or descending)",
|
|
@@ -1047,27 +1131,33 @@
|
|
|
1047
1131
|
"ascending",
|
|
1048
1132
|
"descending"
|
|
1049
1133
|
],
|
|
1050
|
-
"type": "string"
|
|
1134
|
+
"type": "string",
|
|
1135
|
+
"artifactType": "Manifest"
|
|
1051
1136
|
},
|
|
1052
1137
|
"dynamicSubtitleAnnotationPath": {
|
|
1053
1138
|
"description": "Represents the dynamic subtitle annotation path.",
|
|
1054
|
-
"type": "string"
|
|
1139
|
+
"type": "string",
|
|
1140
|
+
"artifactType": "Manifest"
|
|
1055
1141
|
},
|
|
1056
1142
|
"enableLocaleCurrencyFormatting": {
|
|
1057
1143
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1058
|
-
"type": "boolean"
|
|
1144
|
+
"type": "boolean",
|
|
1145
|
+
"artifactType": "Manifest"
|
|
1059
1146
|
},
|
|
1060
1147
|
"showFilterInHeader": {
|
|
1061
1148
|
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1062
|
-
"type": "boolean"
|
|
1149
|
+
"type": "boolean",
|
|
1150
|
+
"artifactType": "Manifest"
|
|
1063
1151
|
},
|
|
1064
1152
|
"showSortingInHeader": {
|
|
1065
1153
|
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1066
|
-
"type": "boolean"
|
|
1154
|
+
"type": "boolean",
|
|
1155
|
+
"artifactType": "Manifest"
|
|
1067
1156
|
},
|
|
1068
1157
|
"customParams": {
|
|
1069
1158
|
"description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
|
|
1070
|
-
"type": "string"
|
|
1159
|
+
"type": "string",
|
|
1160
|
+
"artifactType": "Manifest"
|
|
1071
1161
|
}
|
|
1072
1162
|
},
|
|
1073
1163
|
"additionalProperties": false,
|
|
@@ -1135,15 +1225,13 @@
|
|
|
1135
1225
|
"const": "sap.ovp.cards.linklist",
|
|
1136
1226
|
"artifactType": "Manifest"
|
|
1137
1227
|
},
|
|
1138
|
-
"
|
|
1228
|
+
"settings": {
|
|
1139
1229
|
"$ref": "#/definitions/LinkListCardSettings",
|
|
1140
|
-
"description": "Represents the properties that are passed to the link list card."
|
|
1141
|
-
"artifactType": "Manifest"
|
|
1230
|
+
"description": "Represents the properties that are passed to the link list card."
|
|
1142
1231
|
}
|
|
1143
1232
|
},
|
|
1144
1233
|
"additionalProperties": false,
|
|
1145
1234
|
"required": [
|
|
1146
|
-
"linkListCardSettings",
|
|
1147
1235
|
"template"
|
|
1148
1236
|
]
|
|
1149
1237
|
},
|
|
@@ -1151,103 +1239,86 @@
|
|
|
1151
1239
|
"displayName": "settings",
|
|
1152
1240
|
"type": "object",
|
|
1153
1241
|
"properties": {
|
|
1154
|
-
"targetUri": {
|
|
1155
|
-
"description": "The targetUri is a URI defining the link to a quick view, related application or external resource.",
|
|
1156
|
-
"type": "string"
|
|
1157
|
-
},
|
|
1158
1242
|
"listFlavor": {
|
|
1159
1243
|
"$ref": "#/definitions/LinkListFlavorType",
|
|
1160
|
-
"description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
|
|
1244
|
+
"description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
|
|
1245
|
+
"artifactType": "Manifest"
|
|
1161
1246
|
},
|
|
1162
1247
|
"headerAnnotationPath": {
|
|
1163
1248
|
"description": "headerAnnotationPath represents the path to a HeaderInfo annotation.",
|
|
1164
|
-
"type": "string"
|
|
1249
|
+
"type": "string",
|
|
1250
|
+
"artifactType": "Manifest"
|
|
1165
1251
|
},
|
|
1166
1252
|
"staticContent": {
|
|
1167
1253
|
"description": "staticContent represents the static content of a static link list card.",
|
|
1168
1254
|
"type": "array",
|
|
1169
1255
|
"items": {
|
|
1170
1256
|
"$ref": "#/definitions/StaticContent"
|
|
1171
|
-
}
|
|
1257
|
+
},
|
|
1258
|
+
"artifactType": "Manifest"
|
|
1172
1259
|
},
|
|
1173
1260
|
"entitySet": {
|
|
1174
1261
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1175
|
-
"type": "string"
|
|
1262
|
+
"type": "string",
|
|
1263
|
+
"artifactType": "Manifest"
|
|
1176
1264
|
},
|
|
1177
1265
|
"title": {
|
|
1178
1266
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1179
1267
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1180
|
-
"type": "string"
|
|
1268
|
+
"type": "string",
|
|
1269
|
+
"artifactType": "Manifest"
|
|
1181
1270
|
},
|
|
1182
1271
|
"subTitle": {
|
|
1183
1272
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1184
1273
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1185
|
-
"type": "string"
|
|
1274
|
+
"type": "string",
|
|
1275
|
+
"artifactType": "Manifest"
|
|
1186
1276
|
},
|
|
1187
1277
|
"annotationPath": {
|
|
1188
1278
|
"description": "Represents the annotation path.",
|
|
1189
|
-
"type": "string"
|
|
1279
|
+
"type": "string",
|
|
1280
|
+
"artifactType": "Manifest"
|
|
1190
1281
|
},
|
|
1191
1282
|
"identificationAnnotationPath": {
|
|
1192
1283
|
"description": "Represents the identification annotation path.",
|
|
1193
|
-
"type": "string"
|
|
1284
|
+
"type": "string",
|
|
1285
|
+
"artifactType": "Manifest"
|
|
1194
1286
|
},
|
|
1195
1287
|
"dataPointAnnotationPath": {
|
|
1196
1288
|
"description": "Represents the data point annotation path.",
|
|
1197
|
-
"type": "string"
|
|
1289
|
+
"type": "string",
|
|
1290
|
+
"artifactType": "Manifest"
|
|
1198
1291
|
},
|
|
1199
1292
|
"selectionAnnotationPath": {
|
|
1200
1293
|
"description": "Represents the selection annotation path.",
|
|
1201
|
-
"type": "string"
|
|
1294
|
+
"type": "string",
|
|
1295
|
+
"artifactType": "Manifest"
|
|
1202
1296
|
},
|
|
1203
1297
|
"presentationAnnotationPath": {
|
|
1204
1298
|
"description": "Represents the presentation annotation path.",
|
|
1205
|
-
"type": "string"
|
|
1299
|
+
"type": "string",
|
|
1300
|
+
"artifactType": "Manifest"
|
|
1206
1301
|
},
|
|
1207
1302
|
"selectionPresentationAnnotationPath": {
|
|
1208
1303
|
"description": "Represents the selection presentation annotation path.",
|
|
1209
|
-
"type": "string"
|
|
1304
|
+
"type": "string",
|
|
1305
|
+
"artifactType": "Manifest"
|
|
1210
1306
|
},
|
|
1211
1307
|
"kpiAnnotationPath": {
|
|
1212
1308
|
"description": "Represents the KPI annotation path.",
|
|
1213
|
-
"type": "string"
|
|
1309
|
+
"type": "string",
|
|
1310
|
+
"artifactType": "Manifest"
|
|
1214
1311
|
},
|
|
1215
1312
|
"category": {
|
|
1216
1313
|
"description": "The category of the card, as used in the card header.",
|
|
1217
|
-
"type": "string"
|
|
1314
|
+
"type": "string",
|
|
1315
|
+
"artifactType": "Manifest"
|
|
1218
1316
|
},
|
|
1219
1317
|
"defaultSpan": {
|
|
1220
1318
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1221
1319
|
"anyOf": [
|
|
1222
1320
|
{
|
|
1223
|
-
"
|
|
1224
|
-
"properties": {
|
|
1225
|
-
"cols": {
|
|
1226
|
-
"description": "Represents the number of the number of grid columns",
|
|
1227
|
-
"type": "number"
|
|
1228
|
-
},
|
|
1229
|
-
"rows": {
|
|
1230
|
-
"description": "Represents the number of the number of grid rows",
|
|
1231
|
-
"type": "number"
|
|
1232
|
-
},
|
|
1233
|
-
"showOnlyHeader": {
|
|
1234
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1235
|
-
"type": "boolean"
|
|
1236
|
-
},
|
|
1237
|
-
"minimumTitleRow": {
|
|
1238
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1239
|
-
"type": "number"
|
|
1240
|
-
},
|
|
1241
|
-
"minimumSubTitleRow": {
|
|
1242
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1243
|
-
"type": "number"
|
|
1244
|
-
}
|
|
1245
|
-
},
|
|
1246
|
-
"additionalProperties": false,
|
|
1247
|
-
"required": [
|
|
1248
|
-
"cols",
|
|
1249
|
-
"rows"
|
|
1250
|
-
]
|
|
1321
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1251
1322
|
},
|
|
1252
1323
|
{
|
|
1253
1324
|
"const": "auto",
|
|
@@ -1257,28 +1328,26 @@
|
|
|
1257
1328
|
},
|
|
1258
1329
|
"requireAppAuthorization": {
|
|
1259
1330
|
"description": "Define an authorization check at card level.",
|
|
1260
|
-
"type": "string"
|
|
1331
|
+
"type": "string",
|
|
1332
|
+
"artifactType": "Manifest"
|
|
1261
1333
|
},
|
|
1262
1334
|
"tabs": {
|
|
1263
1335
|
"description": "Represents the card with view switch control.",
|
|
1264
1336
|
"type": "array",
|
|
1265
|
-
"items":
|
|
1266
|
-
{
|
|
1267
|
-
"$ref": "#/definitions/TabSetting"
|
|
1268
|
-
}
|
|
1269
|
-
],
|
|
1270
|
-
"minItems": 1,
|
|
1271
|
-
"additionalItems": {
|
|
1337
|
+
"items": {
|
|
1272
1338
|
"$ref": "#/definitions/TabSetting"
|
|
1273
|
-
}
|
|
1339
|
+
},
|
|
1340
|
+
"artifactType": "Manifest"
|
|
1274
1341
|
},
|
|
1275
1342
|
"addODataSelect": {
|
|
1276
1343
|
"description": "add $Select parameter in data fetch URL",
|
|
1277
|
-
"type": "boolean"
|
|
1344
|
+
"type": "boolean",
|
|
1345
|
+
"artifactType": "Manifest"
|
|
1278
1346
|
},
|
|
1279
1347
|
"sortBy": {
|
|
1280
1348
|
"description": "Defines the property by which the list shall be sorted.",
|
|
1281
|
-
"type": "string"
|
|
1349
|
+
"type": "string",
|
|
1350
|
+
"artifactType": "Manifest"
|
|
1282
1351
|
},
|
|
1283
1352
|
"sortOrder": {
|
|
1284
1353
|
"description": "Sort order (ascending or descending)",
|
|
@@ -1286,27 +1355,33 @@
|
|
|
1286
1355
|
"ascending",
|
|
1287
1356
|
"descending"
|
|
1288
1357
|
],
|
|
1289
|
-
"type": "string"
|
|
1358
|
+
"type": "string",
|
|
1359
|
+
"artifactType": "Manifest"
|
|
1290
1360
|
},
|
|
1291
1361
|
"dynamicSubtitleAnnotationPath": {
|
|
1292
1362
|
"description": "Represents the dynamic subtitle annotation path.",
|
|
1293
|
-
"type": "string"
|
|
1363
|
+
"type": "string",
|
|
1364
|
+
"artifactType": "Manifest"
|
|
1294
1365
|
},
|
|
1295
1366
|
"enableLocaleCurrencyFormatting": {
|
|
1296
1367
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1297
|
-
"type": "boolean"
|
|
1368
|
+
"type": "boolean",
|
|
1369
|
+
"artifactType": "Manifest"
|
|
1298
1370
|
},
|
|
1299
1371
|
"showFilterInHeader": {
|
|
1300
1372
|
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1301
|
-
"type": "boolean"
|
|
1373
|
+
"type": "boolean",
|
|
1374
|
+
"artifactType": "Manifest"
|
|
1302
1375
|
},
|
|
1303
1376
|
"showSortingInHeader": {
|
|
1304
1377
|
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1305
|
-
"type": "boolean"
|
|
1378
|
+
"type": "boolean",
|
|
1379
|
+
"artifactType": "Manifest"
|
|
1306
1380
|
},
|
|
1307
1381
|
"customParams": {
|
|
1308
1382
|
"description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
|
|
1309
|
-
"type": "string"
|
|
1383
|
+
"type": "string",
|
|
1384
|
+
"artifactType": "Manifest"
|
|
1310
1385
|
}
|
|
1311
1386
|
},
|
|
1312
1387
|
"additionalProperties": false,
|
|
@@ -1385,21 +1460,14 @@
|
|
|
1385
1460
|
"type": "string",
|
|
1386
1461
|
"artifactType": "Manifest"
|
|
1387
1462
|
},
|
|
1388
|
-
"
|
|
1463
|
+
"settings": {
|
|
1389
1464
|
"$ref": "#/definitions/TableCardSettings",
|
|
1390
|
-
"description": "Represents the properties that are passed to the table card."
|
|
1391
|
-
"artifactType": "Manifest"
|
|
1392
|
-
},
|
|
1393
|
-
"disableTableCardFlexibility": {
|
|
1394
|
-
"description": "If you set disableTableCardFlexibility to true, then at runtime, DataField records are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.\nIf you set disableTableCardFlexibility to false, then at runtime, table columns are sorted according to the importance set in the com.sap.vocabularies.UI.v1.ImportanceType annotation, and their order of entry.",
|
|
1395
|
-
"type": "boolean",
|
|
1396
|
-
"artifactType": "Manifest"
|
|
1465
|
+
"description": "Represents the properties that are passed to the table card."
|
|
1397
1466
|
}
|
|
1398
1467
|
},
|
|
1399
1468
|
"additionalProperties": false,
|
|
1400
1469
|
"required": [
|
|
1401
1470
|
"model",
|
|
1402
|
-
"tableCardSettings",
|
|
1403
1471
|
"template"
|
|
1404
1472
|
]
|
|
1405
1473
|
},
|
|
@@ -1409,90 +1477,76 @@
|
|
|
1409
1477
|
"properties": {
|
|
1410
1478
|
"showLineItemDetail": {
|
|
1411
1479
|
"description": "Flag for show line item detail in list and table card.",
|
|
1412
|
-
"type": "boolean"
|
|
1480
|
+
"type": "boolean",
|
|
1481
|
+
"artifactType": "Manifest"
|
|
1413
1482
|
},
|
|
1414
1483
|
"valueSelectionInfo": {
|
|
1415
1484
|
"description": "Represents things like people, number of items.",
|
|
1416
|
-
"type": "string"
|
|
1485
|
+
"type": "string",
|
|
1486
|
+
"artifactType": "Manifest"
|
|
1417
1487
|
},
|
|
1418
1488
|
"entitySet": {
|
|
1419
1489
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1420
|
-
"type": "string"
|
|
1490
|
+
"type": "string",
|
|
1491
|
+
"artifactType": "Manifest"
|
|
1421
1492
|
},
|
|
1422
1493
|
"title": {
|
|
1423
1494
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1424
1495
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1425
|
-
"type": "string"
|
|
1496
|
+
"type": "string",
|
|
1497
|
+
"artifactType": "Manifest"
|
|
1426
1498
|
},
|
|
1427
1499
|
"subTitle": {
|
|
1428
1500
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1429
1501
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1430
|
-
"type": "string"
|
|
1502
|
+
"type": "string",
|
|
1503
|
+
"artifactType": "Manifest"
|
|
1431
1504
|
},
|
|
1432
1505
|
"annotationPath": {
|
|
1433
1506
|
"description": "Represents the annotation path.",
|
|
1434
|
-
"type": "string"
|
|
1507
|
+
"type": "string",
|
|
1508
|
+
"artifactType": "Manifest"
|
|
1435
1509
|
},
|
|
1436
1510
|
"identificationAnnotationPath": {
|
|
1437
1511
|
"description": "Represents the identification annotation path.",
|
|
1438
|
-
"type": "string"
|
|
1512
|
+
"type": "string",
|
|
1513
|
+
"artifactType": "Manifest"
|
|
1439
1514
|
},
|
|
1440
1515
|
"dataPointAnnotationPath": {
|
|
1441
1516
|
"description": "Represents the data point annotation path.",
|
|
1442
|
-
"type": "string"
|
|
1517
|
+
"type": "string",
|
|
1518
|
+
"artifactType": "Manifest"
|
|
1443
1519
|
},
|
|
1444
1520
|
"selectionAnnotationPath": {
|
|
1445
1521
|
"description": "Represents the selection annotation path.",
|
|
1446
|
-
"type": "string"
|
|
1522
|
+
"type": "string",
|
|
1523
|
+
"artifactType": "Manifest"
|
|
1447
1524
|
},
|
|
1448
1525
|
"presentationAnnotationPath": {
|
|
1449
1526
|
"description": "Represents the presentation annotation path.",
|
|
1450
|
-
"type": "string"
|
|
1527
|
+
"type": "string",
|
|
1528
|
+
"artifactType": "Manifest"
|
|
1451
1529
|
},
|
|
1452
1530
|
"selectionPresentationAnnotationPath": {
|
|
1453
1531
|
"description": "Represents the selection presentation annotation path.",
|
|
1454
|
-
"type": "string"
|
|
1532
|
+
"type": "string",
|
|
1533
|
+
"artifactType": "Manifest"
|
|
1455
1534
|
},
|
|
1456
1535
|
"kpiAnnotationPath": {
|
|
1457
1536
|
"description": "Represents the KPI annotation path.",
|
|
1458
|
-
"type": "string"
|
|
1537
|
+
"type": "string",
|
|
1538
|
+
"artifactType": "Manifest"
|
|
1459
1539
|
},
|
|
1460
1540
|
"category": {
|
|
1461
1541
|
"description": "The category of the card, as used in the card header.",
|
|
1462
|
-
"type": "string"
|
|
1542
|
+
"type": "string",
|
|
1543
|
+
"artifactType": "Manifest"
|
|
1463
1544
|
},
|
|
1464
1545
|
"defaultSpan": {
|
|
1465
1546
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1466
1547
|
"anyOf": [
|
|
1467
1548
|
{
|
|
1468
|
-
"
|
|
1469
|
-
"properties": {
|
|
1470
|
-
"cols": {
|
|
1471
|
-
"description": "Represents the number of the number of grid columns",
|
|
1472
|
-
"type": "number"
|
|
1473
|
-
},
|
|
1474
|
-
"rows": {
|
|
1475
|
-
"description": "Represents the number of the number of grid rows",
|
|
1476
|
-
"type": "number"
|
|
1477
|
-
},
|
|
1478
|
-
"showOnlyHeader": {
|
|
1479
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1480
|
-
"type": "boolean"
|
|
1481
|
-
},
|
|
1482
|
-
"minimumTitleRow": {
|
|
1483
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1484
|
-
"type": "number"
|
|
1485
|
-
},
|
|
1486
|
-
"minimumSubTitleRow": {
|
|
1487
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1488
|
-
"type": "number"
|
|
1489
|
-
}
|
|
1490
|
-
},
|
|
1491
|
-
"additionalProperties": false,
|
|
1492
|
-
"required": [
|
|
1493
|
-
"cols",
|
|
1494
|
-
"rows"
|
|
1495
|
-
]
|
|
1549
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1496
1550
|
},
|
|
1497
1551
|
{
|
|
1498
1552
|
"const": "auto",
|
|
@@ -1502,28 +1556,26 @@
|
|
|
1502
1556
|
},
|
|
1503
1557
|
"requireAppAuthorization": {
|
|
1504
1558
|
"description": "Define an authorization check at card level.",
|
|
1505
|
-
"type": "string"
|
|
1559
|
+
"type": "string",
|
|
1560
|
+
"artifactType": "Manifest"
|
|
1506
1561
|
},
|
|
1507
1562
|
"tabs": {
|
|
1508
1563
|
"description": "Represents the card with view switch control.",
|
|
1509
1564
|
"type": "array",
|
|
1510
|
-
"items":
|
|
1511
|
-
{
|
|
1512
|
-
"$ref": "#/definitions/TabSetting"
|
|
1513
|
-
}
|
|
1514
|
-
],
|
|
1515
|
-
"minItems": 1,
|
|
1516
|
-
"additionalItems": {
|
|
1565
|
+
"items": {
|
|
1517
1566
|
"$ref": "#/definitions/TabSetting"
|
|
1518
|
-
}
|
|
1567
|
+
},
|
|
1568
|
+
"artifactType": "Manifest"
|
|
1519
1569
|
},
|
|
1520
1570
|
"addODataSelect": {
|
|
1521
1571
|
"description": "add $Select parameter in data fetch URL",
|
|
1522
|
-
"type": "boolean"
|
|
1572
|
+
"type": "boolean",
|
|
1573
|
+
"artifactType": "Manifest"
|
|
1523
1574
|
},
|
|
1524
1575
|
"sortBy": {
|
|
1525
1576
|
"description": "Defines the property by which the list shall be sorted.",
|
|
1526
|
-
"type": "string"
|
|
1577
|
+
"type": "string",
|
|
1578
|
+
"artifactType": "Manifest"
|
|
1527
1579
|
},
|
|
1528
1580
|
"sortOrder": {
|
|
1529
1581
|
"description": "Sort order (ascending or descending)",
|
|
@@ -1531,27 +1583,33 @@
|
|
|
1531
1583
|
"ascending",
|
|
1532
1584
|
"descending"
|
|
1533
1585
|
],
|
|
1534
|
-
"type": "string"
|
|
1586
|
+
"type": "string",
|
|
1587
|
+
"artifactType": "Manifest"
|
|
1535
1588
|
},
|
|
1536
1589
|
"dynamicSubtitleAnnotationPath": {
|
|
1537
1590
|
"description": "Represents the dynamic subtitle annotation path.",
|
|
1538
|
-
"type": "string"
|
|
1591
|
+
"type": "string",
|
|
1592
|
+
"artifactType": "Manifest"
|
|
1539
1593
|
},
|
|
1540
1594
|
"enableLocaleCurrencyFormatting": {
|
|
1541
1595
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1542
|
-
"type": "boolean"
|
|
1596
|
+
"type": "boolean",
|
|
1597
|
+
"artifactType": "Manifest"
|
|
1543
1598
|
},
|
|
1544
1599
|
"showFilterInHeader": {
|
|
1545
1600
|
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1546
|
-
"type": "boolean"
|
|
1601
|
+
"type": "boolean",
|
|
1602
|
+
"artifactType": "Manifest"
|
|
1547
1603
|
},
|
|
1548
1604
|
"showSortingInHeader": {
|
|
1549
1605
|
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1550
|
-
"type": "boolean"
|
|
1606
|
+
"type": "boolean",
|
|
1607
|
+
"artifactType": "Manifest"
|
|
1551
1608
|
},
|
|
1552
1609
|
"customParams": {
|
|
1553
1610
|
"description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
|
|
1554
|
-
"type": "string"
|
|
1611
|
+
"type": "string",
|
|
1612
|
+
"artifactType": "Manifest"
|
|
1555
1613
|
}
|
|
1556
1614
|
},
|
|
1557
1615
|
"additionalProperties": false,
|
|
@@ -1579,7 +1637,7 @@
|
|
|
1579
1637
|
"type": "string",
|
|
1580
1638
|
"artifactType": "Manifest"
|
|
1581
1639
|
},
|
|
1582
|
-
"
|
|
1640
|
+
"settings": {
|
|
1583
1641
|
"description": "Represents the properties that are passed to the analytical card.",
|
|
1584
1642
|
"anyOf": [
|
|
1585
1643
|
{
|
|
@@ -1593,7 +1651,6 @@
|
|
|
1593
1651
|
},
|
|
1594
1652
|
"additionalProperties": false,
|
|
1595
1653
|
"required": [
|
|
1596
|
-
"analyticalCardSettings",
|
|
1597
1654
|
"model",
|
|
1598
1655
|
"template"
|
|
1599
1656
|
]
|
|
@@ -1605,19 +1662,23 @@
|
|
|
1605
1662
|
"properties": {
|
|
1606
1663
|
"chartAnnotationPath": {
|
|
1607
1664
|
"description": "Represents the chart annotation path.",
|
|
1608
|
-
"type": "string"
|
|
1665
|
+
"type": "string",
|
|
1666
|
+
"artifactType": "Manifest"
|
|
1609
1667
|
},
|
|
1610
1668
|
"ignoreSapText": {
|
|
1611
1669
|
"description": "Represents the flag to indicate priority of number formatting over sap text.",
|
|
1612
|
-
"type": "boolean"
|
|
1670
|
+
"type": "boolean",
|
|
1671
|
+
"artifactType": "Manifest"
|
|
1613
1672
|
},
|
|
1614
1673
|
"navigation": {
|
|
1615
1674
|
"$ref": "#/definitions/CardNavigationType",
|
|
1616
|
-
"description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
|
|
1675
|
+
"description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
|
|
1676
|
+
"artifactType": "Manifest"
|
|
1617
1677
|
},
|
|
1618
1678
|
"valueSelectionInfo": {
|
|
1619
1679
|
"description": "Represents things like people, number of items.",
|
|
1620
|
-
"type": "string"
|
|
1680
|
+
"type": "string",
|
|
1681
|
+
"artifactType": "Manifest"
|
|
1621
1682
|
},
|
|
1622
1683
|
"chartProperties": {
|
|
1623
1684
|
"description": "This property is responsible for setting specific chart settings.",
|
|
@@ -1630,7 +1691,8 @@
|
|
|
1630
1691
|
"$ref": "#/definitions/TimeAxisDef"
|
|
1631
1692
|
}
|
|
1632
1693
|
},
|
|
1633
|
-
"additionalProperties": false
|
|
1694
|
+
"additionalProperties": false,
|
|
1695
|
+
"artifactType": "Manifest"
|
|
1634
1696
|
},
|
|
1635
1697
|
"colorPalette": {
|
|
1636
1698
|
"description": "Color palette for semantic coloring.",
|
|
@@ -1650,82 +1712,66 @@
|
|
|
1650
1712
|
},
|
|
1651
1713
|
"entitySet": {
|
|
1652
1714
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1653
|
-
"type": "string"
|
|
1715
|
+
"type": "string",
|
|
1716
|
+
"artifactType": "Manifest"
|
|
1654
1717
|
},
|
|
1655
1718
|
"title": {
|
|
1656
1719
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1657
1720
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1658
|
-
"type": "string"
|
|
1721
|
+
"type": "string",
|
|
1722
|
+
"artifactType": "Manifest"
|
|
1659
1723
|
},
|
|
1660
1724
|
"subTitle": {
|
|
1661
1725
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1662
1726
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1663
|
-
"type": "string"
|
|
1727
|
+
"type": "string",
|
|
1728
|
+
"artifactType": "Manifest"
|
|
1664
1729
|
},
|
|
1665
1730
|
"annotationPath": {
|
|
1666
1731
|
"description": "Represents the annotation path.",
|
|
1667
|
-
"type": "string"
|
|
1732
|
+
"type": "string",
|
|
1733
|
+
"artifactType": "Manifest"
|
|
1668
1734
|
},
|
|
1669
1735
|
"identificationAnnotationPath": {
|
|
1670
1736
|
"description": "Represents the identification annotation path.",
|
|
1671
|
-
"type": "string"
|
|
1737
|
+
"type": "string",
|
|
1738
|
+
"artifactType": "Manifest"
|
|
1672
1739
|
},
|
|
1673
1740
|
"dataPointAnnotationPath": {
|
|
1674
1741
|
"description": "Represents the data point annotation path.",
|
|
1675
|
-
"type": "string"
|
|
1742
|
+
"type": "string",
|
|
1743
|
+
"artifactType": "Manifest"
|
|
1676
1744
|
},
|
|
1677
1745
|
"selectionAnnotationPath": {
|
|
1678
1746
|
"description": "Represents the selection annotation path.",
|
|
1679
|
-
"type": "string"
|
|
1747
|
+
"type": "string",
|
|
1748
|
+
"artifactType": "Manifest"
|
|
1680
1749
|
},
|
|
1681
1750
|
"presentationAnnotationPath": {
|
|
1682
1751
|
"description": "Represents the presentation annotation path.",
|
|
1683
|
-
"type": "string"
|
|
1752
|
+
"type": "string",
|
|
1753
|
+
"artifactType": "Manifest"
|
|
1684
1754
|
},
|
|
1685
1755
|
"selectionPresentationAnnotationPath": {
|
|
1686
1756
|
"description": "Represents the selection presentation annotation path.",
|
|
1687
|
-
"type": "string"
|
|
1757
|
+
"type": "string",
|
|
1758
|
+
"artifactType": "Manifest"
|
|
1688
1759
|
},
|
|
1689
1760
|
"kpiAnnotationPath": {
|
|
1690
1761
|
"description": "Represents the KPI annotation path.",
|
|
1691
|
-
"type": "string"
|
|
1762
|
+
"type": "string",
|
|
1763
|
+
"artifactType": "Manifest"
|
|
1692
1764
|
},
|
|
1693
1765
|
"category": {
|
|
1694
1766
|
"description": "The category of the card, as used in the card header.",
|
|
1695
|
-
"type": "string"
|
|
1767
|
+
"type": "string",
|
|
1768
|
+
"artifactType": "Manifest"
|
|
1696
1769
|
},
|
|
1697
1770
|
"defaultSpan": {
|
|
1698
1771
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1699
1772
|
"anyOf": [
|
|
1700
1773
|
{
|
|
1701
|
-
"
|
|
1702
|
-
"properties": {
|
|
1703
|
-
"cols": {
|
|
1704
|
-
"description": "Represents the number of the number of grid columns",
|
|
1705
|
-
"type": "number"
|
|
1706
|
-
},
|
|
1707
|
-
"rows": {
|
|
1708
|
-
"description": "Represents the number of the number of grid rows",
|
|
1709
|
-
"type": "number"
|
|
1710
|
-
},
|
|
1711
|
-
"showOnlyHeader": {
|
|
1712
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1713
|
-
"type": "boolean"
|
|
1714
|
-
},
|
|
1715
|
-
"minimumTitleRow": {
|
|
1716
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1717
|
-
"type": "number"
|
|
1718
|
-
},
|
|
1719
|
-
"minimumSubTitleRow": {
|
|
1720
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1721
|
-
"type": "number"
|
|
1722
|
-
}
|
|
1723
|
-
},
|
|
1724
|
-
"additionalProperties": false,
|
|
1725
|
-
"required": [
|
|
1726
|
-
"cols",
|
|
1727
|
-
"rows"
|
|
1728
|
-
]
|
|
1774
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1729
1775
|
},
|
|
1730
1776
|
{
|
|
1731
1777
|
"const": "auto",
|
|
@@ -1735,28 +1781,26 @@
|
|
|
1735
1781
|
},
|
|
1736
1782
|
"requireAppAuthorization": {
|
|
1737
1783
|
"description": "Define an authorization check at card level.",
|
|
1738
|
-
"type": "string"
|
|
1784
|
+
"type": "string",
|
|
1785
|
+
"artifactType": "Manifest"
|
|
1739
1786
|
},
|
|
1740
1787
|
"tabs": {
|
|
1741
1788
|
"description": "Represents the card with view switch control.",
|
|
1742
1789
|
"type": "array",
|
|
1743
|
-
"items":
|
|
1744
|
-
{
|
|
1745
|
-
"$ref": "#/definitions/TabSetting"
|
|
1746
|
-
}
|
|
1747
|
-
],
|
|
1748
|
-
"minItems": 1,
|
|
1749
|
-
"additionalItems": {
|
|
1790
|
+
"items": {
|
|
1750
1791
|
"$ref": "#/definitions/TabSetting"
|
|
1751
|
-
}
|
|
1792
|
+
},
|
|
1793
|
+
"artifactType": "Manifest"
|
|
1752
1794
|
},
|
|
1753
1795
|
"addODataSelect": {
|
|
1754
1796
|
"description": "add $Select parameter in data fetch URL",
|
|
1755
|
-
"type": "boolean"
|
|
1797
|
+
"type": "boolean",
|
|
1798
|
+
"artifactType": "Manifest"
|
|
1756
1799
|
},
|
|
1757
1800
|
"sortBy": {
|
|
1758
1801
|
"description": "Defines the property by which the list shall be sorted.",
|
|
1759
|
-
"type": "string"
|
|
1802
|
+
"type": "string",
|
|
1803
|
+
"artifactType": "Manifest"
|
|
1760
1804
|
},
|
|
1761
1805
|
"sortOrder": {
|
|
1762
1806
|
"description": "Sort order (ascending or descending)",
|
|
@@ -1764,27 +1808,33 @@
|
|
|
1764
1808
|
"ascending",
|
|
1765
1809
|
"descending"
|
|
1766
1810
|
],
|
|
1767
|
-
"type": "string"
|
|
1811
|
+
"type": "string",
|
|
1812
|
+
"artifactType": "Manifest"
|
|
1768
1813
|
},
|
|
1769
1814
|
"dynamicSubtitleAnnotationPath": {
|
|
1770
1815
|
"description": "Represents the dynamic subtitle annotation path.",
|
|
1771
|
-
"type": "string"
|
|
1816
|
+
"type": "string",
|
|
1817
|
+
"artifactType": "Manifest"
|
|
1772
1818
|
},
|
|
1773
1819
|
"enableLocaleCurrencyFormatting": {
|
|
1774
1820
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1775
|
-
"type": "boolean"
|
|
1821
|
+
"type": "boolean",
|
|
1822
|
+
"artifactType": "Manifest"
|
|
1776
1823
|
},
|
|
1777
1824
|
"showFilterInHeader": {
|
|
1778
1825
|
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1779
|
-
"type": "boolean"
|
|
1826
|
+
"type": "boolean",
|
|
1827
|
+
"artifactType": "Manifest"
|
|
1780
1828
|
},
|
|
1781
1829
|
"showSortingInHeader": {
|
|
1782
1830
|
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1783
|
-
"type": "boolean"
|
|
1831
|
+
"type": "boolean",
|
|
1832
|
+
"artifactType": "Manifest"
|
|
1784
1833
|
},
|
|
1785
1834
|
"customParams": {
|
|
1786
1835
|
"description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
|
|
1787
|
-
"type": "string"
|
|
1836
|
+
"type": "string",
|
|
1837
|
+
"artifactType": "Manifest"
|
|
1788
1838
|
}
|
|
1789
1839
|
},
|
|
1790
1840
|
"required": [
|
|
@@ -1805,23 +1855,28 @@
|
|
|
1805
1855
|
"type": "object",
|
|
1806
1856
|
"properties": {
|
|
1807
1857
|
"measureAggregate": {
|
|
1808
|
-
"$ref": "#/definitions/MeasureAggregateSettings"
|
|
1858
|
+
"$ref": "#/definitions/MeasureAggregateSettings",
|
|
1859
|
+
"artifactType": "Manifest"
|
|
1809
1860
|
},
|
|
1810
1861
|
"chartAnnotationPath": {
|
|
1811
1862
|
"description": "Represents the chart annotation path.",
|
|
1812
|
-
"type": "string"
|
|
1863
|
+
"type": "string",
|
|
1864
|
+
"artifactType": "Manifest"
|
|
1813
1865
|
},
|
|
1814
1866
|
"ignoreSapText": {
|
|
1815
1867
|
"description": "Represents the flag to indicate priority of number formatting over sap text.",
|
|
1816
|
-
"type": "boolean"
|
|
1868
|
+
"type": "boolean",
|
|
1869
|
+
"artifactType": "Manifest"
|
|
1817
1870
|
},
|
|
1818
1871
|
"navigation": {
|
|
1819
1872
|
"$ref": "#/definitions/CardNavigationType",
|
|
1820
|
-
"description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
|
|
1873
|
+
"description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
|
|
1874
|
+
"artifactType": "Manifest"
|
|
1821
1875
|
},
|
|
1822
1876
|
"valueSelectionInfo": {
|
|
1823
1877
|
"description": "Represents things like people, number of items.",
|
|
1824
|
-
"type": "string"
|
|
1878
|
+
"type": "string",
|
|
1879
|
+
"artifactType": "Manifest"
|
|
1825
1880
|
},
|
|
1826
1881
|
"chartProperties": {
|
|
1827
1882
|
"description": "This property is responsible for setting specific chart settings.",
|
|
@@ -1834,7 +1889,8 @@
|
|
|
1834
1889
|
"$ref": "#/definitions/TimeAxisDef"
|
|
1835
1890
|
}
|
|
1836
1891
|
},
|
|
1837
|
-
"additionalProperties": false
|
|
1892
|
+
"additionalProperties": false,
|
|
1893
|
+
"artifactType": "Manifest"
|
|
1838
1894
|
},
|
|
1839
1895
|
"colorPalette": {
|
|
1840
1896
|
"description": "Color palette for semantic coloring.",
|
|
@@ -1854,82 +1910,66 @@
|
|
|
1854
1910
|
},
|
|
1855
1911
|
"entitySet": {
|
|
1856
1912
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1857
|
-
"type": "string"
|
|
1913
|
+
"type": "string",
|
|
1914
|
+
"artifactType": "Manifest"
|
|
1858
1915
|
},
|
|
1859
1916
|
"title": {
|
|
1860
1917
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1861
1918
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1862
|
-
"type": "string"
|
|
1919
|
+
"type": "string",
|
|
1920
|
+
"artifactType": "Manifest"
|
|
1863
1921
|
},
|
|
1864
1922
|
"subTitle": {
|
|
1865
1923
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1866
1924
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1867
|
-
"type": "string"
|
|
1925
|
+
"type": "string",
|
|
1926
|
+
"artifactType": "Manifest"
|
|
1868
1927
|
},
|
|
1869
1928
|
"annotationPath": {
|
|
1870
1929
|
"description": "Represents the annotation path.",
|
|
1871
|
-
"type": "string"
|
|
1930
|
+
"type": "string",
|
|
1931
|
+
"artifactType": "Manifest"
|
|
1872
1932
|
},
|
|
1873
1933
|
"identificationAnnotationPath": {
|
|
1874
1934
|
"description": "Represents the identification annotation path.",
|
|
1875
|
-
"type": "string"
|
|
1935
|
+
"type": "string",
|
|
1936
|
+
"artifactType": "Manifest"
|
|
1876
1937
|
},
|
|
1877
1938
|
"dataPointAnnotationPath": {
|
|
1878
1939
|
"description": "Represents the data point annotation path.",
|
|
1879
|
-
"type": "string"
|
|
1940
|
+
"type": "string",
|
|
1941
|
+
"artifactType": "Manifest"
|
|
1880
1942
|
},
|
|
1881
1943
|
"selectionAnnotationPath": {
|
|
1882
1944
|
"description": "Represents the selection annotation path.",
|
|
1883
|
-
"type": "string"
|
|
1945
|
+
"type": "string",
|
|
1946
|
+
"artifactType": "Manifest"
|
|
1884
1947
|
},
|
|
1885
1948
|
"presentationAnnotationPath": {
|
|
1886
1949
|
"description": "Represents the presentation annotation path.",
|
|
1887
|
-
"type": "string"
|
|
1950
|
+
"type": "string",
|
|
1951
|
+
"artifactType": "Manifest"
|
|
1888
1952
|
},
|
|
1889
1953
|
"selectionPresentationAnnotationPath": {
|
|
1890
1954
|
"description": "Represents the selection presentation annotation path.",
|
|
1891
|
-
"type": "string"
|
|
1955
|
+
"type": "string",
|
|
1956
|
+
"artifactType": "Manifest"
|
|
1892
1957
|
},
|
|
1893
1958
|
"kpiAnnotationPath": {
|
|
1894
1959
|
"description": "Represents the KPI annotation path.",
|
|
1895
|
-
"type": "string"
|
|
1960
|
+
"type": "string",
|
|
1961
|
+
"artifactType": "Manifest"
|
|
1896
1962
|
},
|
|
1897
1963
|
"category": {
|
|
1898
1964
|
"description": "The category of the card, as used in the card header.",
|
|
1899
|
-
"type": "string"
|
|
1965
|
+
"type": "string",
|
|
1966
|
+
"artifactType": "Manifest"
|
|
1900
1967
|
},
|
|
1901
1968
|
"defaultSpan": {
|
|
1902
1969
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1903
1970
|
"anyOf": [
|
|
1904
1971
|
{
|
|
1905
|
-
"
|
|
1906
|
-
"properties": {
|
|
1907
|
-
"cols": {
|
|
1908
|
-
"description": "Represents the number of the number of grid columns",
|
|
1909
|
-
"type": "number"
|
|
1910
|
-
},
|
|
1911
|
-
"rows": {
|
|
1912
|
-
"description": "Represents the number of the number of grid rows",
|
|
1913
|
-
"type": "number"
|
|
1914
|
-
},
|
|
1915
|
-
"showOnlyHeader": {
|
|
1916
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1917
|
-
"type": "boolean"
|
|
1918
|
-
},
|
|
1919
|
-
"minimumTitleRow": {
|
|
1920
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
|
|
1921
|
-
"type": "number"
|
|
1922
|
-
},
|
|
1923
|
-
"minimumSubTitleRow": {
|
|
1924
|
-
"description": "If user wants to show more text in title then he/she can configure no of lines to be shown in sub-title(Maximum allowed 2 lines)",
|
|
1925
|
-
"type": "number"
|
|
1926
|
-
}
|
|
1927
|
-
},
|
|
1928
|
-
"additionalProperties": false,
|
|
1929
|
-
"required": [
|
|
1930
|
-
"cols",
|
|
1931
|
-
"rows"
|
|
1932
|
-
]
|
|
1972
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1933
1973
|
},
|
|
1934
1974
|
{
|
|
1935
1975
|
"const": "auto",
|
|
@@ -1939,28 +1979,26 @@
|
|
|
1939
1979
|
},
|
|
1940
1980
|
"requireAppAuthorization": {
|
|
1941
1981
|
"description": "Define an authorization check at card level.",
|
|
1942
|
-
"type": "string"
|
|
1982
|
+
"type": "string",
|
|
1983
|
+
"artifactType": "Manifest"
|
|
1943
1984
|
},
|
|
1944
1985
|
"tabs": {
|
|
1945
1986
|
"description": "Represents the card with view switch control.",
|
|
1946
1987
|
"type": "array",
|
|
1947
|
-
"items":
|
|
1948
|
-
{
|
|
1949
|
-
"$ref": "#/definitions/TabSetting"
|
|
1950
|
-
}
|
|
1951
|
-
],
|
|
1952
|
-
"minItems": 1,
|
|
1953
|
-
"additionalItems": {
|
|
1988
|
+
"items": {
|
|
1954
1989
|
"$ref": "#/definitions/TabSetting"
|
|
1955
|
-
}
|
|
1990
|
+
},
|
|
1991
|
+
"artifactType": "Manifest"
|
|
1956
1992
|
},
|
|
1957
1993
|
"addODataSelect": {
|
|
1958
1994
|
"description": "add $Select parameter in data fetch URL",
|
|
1959
|
-
"type": "boolean"
|
|
1995
|
+
"type": "boolean",
|
|
1996
|
+
"artifactType": "Manifest"
|
|
1960
1997
|
},
|
|
1961
1998
|
"sortBy": {
|
|
1962
1999
|
"description": "Defines the property by which the list shall be sorted.",
|
|
1963
|
-
"type": "string"
|
|
2000
|
+
"type": "string",
|
|
2001
|
+
"artifactType": "Manifest"
|
|
1964
2002
|
},
|
|
1965
2003
|
"sortOrder": {
|
|
1966
2004
|
"description": "Sort order (ascending or descending)",
|
|
@@ -1968,27 +2006,33 @@
|
|
|
1968
2006
|
"ascending",
|
|
1969
2007
|
"descending"
|
|
1970
2008
|
],
|
|
1971
|
-
"type": "string"
|
|
2009
|
+
"type": "string",
|
|
2010
|
+
"artifactType": "Manifest"
|
|
1972
2011
|
},
|
|
1973
2012
|
"dynamicSubtitleAnnotationPath": {
|
|
1974
2013
|
"description": "Represents the dynamic subtitle annotation path.",
|
|
1975
|
-
"type": "string"
|
|
2014
|
+
"type": "string",
|
|
2015
|
+
"artifactType": "Manifest"
|
|
1976
2016
|
},
|
|
1977
2017
|
"enableLocaleCurrencyFormatting": {
|
|
1978
2018
|
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1979
|
-
"type": "boolean"
|
|
2019
|
+
"type": "boolean",
|
|
2020
|
+
"artifactType": "Manifest"
|
|
1980
2021
|
},
|
|
1981
2022
|
"showFilterInHeader": {
|
|
1982
2023
|
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1983
|
-
"type": "boolean"
|
|
2024
|
+
"type": "boolean",
|
|
2025
|
+
"artifactType": "Manifest"
|
|
1984
2026
|
},
|
|
1985
2027
|
"showSortingInHeader": {
|
|
1986
2028
|
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1987
|
-
"type": "boolean"
|
|
2029
|
+
"type": "boolean",
|
|
2030
|
+
"artifactType": "Manifest"
|
|
1988
2031
|
},
|
|
1989
2032
|
"customParams": {
|
|
1990
2033
|
"description": "Custom parameters for intent-based navigation to the target application.\nEnter the name of the custom parameter function defined in your custom controller file.",
|
|
1991
|
-
"type": "string"
|
|
2034
|
+
"type": "string",
|
|
2035
|
+
"artifactType": "Manifest"
|
|
1992
2036
|
}
|
|
1993
2037
|
},
|
|
1994
2038
|
"additionalProperties": false,
|