@sap/ux-specification 1.84.78 → 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 +83 -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 +8 -9
- package/dist/schemas/v2/ObjectPageConfig.json +228 -162
- package/dist/schemas/v2/OverviewPageConfig.json +962 -704
- package/dist/src/api.js +1 -1
- package/dist/src/extensionLogger.d.ts.map +1 -1
- package/dist/src/extensionLogger.js +6 -1
- package/dist/src/extensionLogger.js.map +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/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +1 -1
- package/dist/src/sync/common/distTagEvaluator.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/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +2 -8
- package/dist/src/sync/common/importProject.js.map +1 -1
- 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 +56 -8
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/generate.js +1 -4
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +9 -9
- package/dist/src/sync/v2/generate/listReport.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/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +1 -4
- package/dist/src/sync/v2/import/pages/listReport.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/v2/types.d.ts +1 -0
- package/dist/src/sync/v2/types.d.ts.map +1 -1
- package/dist/src/sync/v2/types.js +2 -1
- package/dist/src/sync/v2/types.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/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +1 -4
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +20 -16
- 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 +264 -62
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +1 -4
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/package.json +8 -9
|
@@ -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,
|
|
@@ -391,7 +487,7 @@
|
|
|
391
487
|
"artifactType": "Manifest"
|
|
392
488
|
},
|
|
393
489
|
"settings": {
|
|
394
|
-
"$ref": "#/definitions/
|
|
490
|
+
"$ref": "#/definitions/CommonCardSettings",
|
|
395
491
|
"description": "Represents the properties that are passed to the custom card.",
|
|
396
492
|
"artifactType": "Manifest"
|
|
397
493
|
}
|
|
@@ -402,211 +498,72 @@
|
|
|
402
498
|
"template"
|
|
403
499
|
]
|
|
404
500
|
},
|
|
405
|
-
"
|
|
501
|
+
"CommonCardSettings": {
|
|
406
502
|
"displayName": "settings",
|
|
407
503
|
"type": "object",
|
|
408
|
-
"additionalProperties": {},
|
|
409
504
|
"properties": {
|
|
410
|
-
"itemText": {
|
|
411
|
-
"description": "Represents the user defined string in placeholder card.",
|
|
412
|
-
"type": "string"
|
|
413
|
-
},
|
|
414
|
-
"valueSelectionInfo": {
|
|
415
|
-
"description": "Represents things like people, number of items.",
|
|
416
|
-
"type": "string"
|
|
417
|
-
},
|
|
418
|
-
"staticContent": {
|
|
419
|
-
"description": "Represents the static content that will be displayed in this card.",
|
|
420
|
-
"type": "array",
|
|
421
|
-
"items": {
|
|
422
|
-
"type": "object",
|
|
423
|
-
"additionalProperties": {}
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
"listFlavor": {
|
|
427
|
-
"description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
|
|
428
|
-
"enum": [
|
|
429
|
-
"bar",
|
|
430
|
-
"carousel",
|
|
431
|
-
"standard"
|
|
432
|
-
],
|
|
433
|
-
"type": "string"
|
|
434
|
-
},
|
|
435
|
-
"listType": {
|
|
436
|
-
"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.",
|
|
437
|
-
"enum": [
|
|
438
|
-
"condensed",
|
|
439
|
-
"extended"
|
|
440
|
-
],
|
|
441
|
-
"type": "string"
|
|
442
|
-
},
|
|
443
|
-
"sortBy": {
|
|
444
|
-
"description": "Represents the sort key for the entity set.",
|
|
445
|
-
"type": "string"
|
|
446
|
-
},
|
|
447
|
-
"sortOrder": {
|
|
448
|
-
"description": "Represents the sort order for the entity set.",
|
|
449
|
-
"enum": [
|
|
450
|
-
"ascending",
|
|
451
|
-
"descending"
|
|
452
|
-
],
|
|
453
|
-
"type": "string"
|
|
454
|
-
},
|
|
455
|
-
"annotationPath": {
|
|
456
|
-
"description": "Represents the annotation path.",
|
|
457
|
-
"type": "string"
|
|
458
|
-
},
|
|
459
|
-
"chartAnnotationPath": {
|
|
460
|
-
"description": "Represents the chart annotation path.",
|
|
461
|
-
"type": "string"
|
|
462
|
-
},
|
|
463
|
-
"dataPointAnnotationPath": {
|
|
464
|
-
"description": "Represents the data point annotation path.",
|
|
465
|
-
"type": "string"
|
|
466
|
-
},
|
|
467
|
-
"kpiAnnotationPath": {
|
|
468
|
-
"description": "Represents the KPI annotation path.",
|
|
469
|
-
"type": "string"
|
|
470
|
-
},
|
|
471
|
-
"selectionPresentationAnnotationPath": {
|
|
472
|
-
"description": "Represents the selection presentation annotation path.",
|
|
473
|
-
"type": "string"
|
|
474
|
-
},
|
|
475
|
-
"dynamicSubtitleAnnotationPath": {
|
|
476
|
-
"description": "Represents the dynamic subtitle annotation path.",
|
|
477
|
-
"type": "string"
|
|
478
|
-
},
|
|
479
|
-
"ignoreSapText": {
|
|
480
|
-
"description": "Represents the flag to indicate priority of number formatting over sap text.",
|
|
481
|
-
"type": "boolean"
|
|
482
|
-
},
|
|
483
|
-
"objectStreamCardsSettings": {
|
|
484
|
-
"$ref": "#/definitions/ObjectStreamCardsSettingsDef",
|
|
485
|
-
"description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards."
|
|
486
|
-
},
|
|
487
|
-
"enableLocaleCurrencyFormatting": {
|
|
488
|
-
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
489
|
-
"type": "boolean"
|
|
490
|
-
},
|
|
491
|
-
"navigation": {
|
|
492
|
-
"$ref": "#/definitions/CustomCardNavigationType",
|
|
493
|
-
"description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
|
|
494
|
-
},
|
|
495
|
-
"showFilterInHeader": {
|
|
496
|
-
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
497
|
-
"type": "boolean"
|
|
498
|
-
},
|
|
499
|
-
"showSortingInHeader": {
|
|
500
|
-
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
501
|
-
"type": "boolean"
|
|
502
|
-
},
|
|
503
|
-
"imageSupported": {
|
|
504
|
-
"description": "Flag for enabling images in a condensed list card.",
|
|
505
|
-
"type": "boolean"
|
|
506
|
-
},
|
|
507
|
-
"showLineItemDetail": {
|
|
508
|
-
"description": "Flag for show line item detail in list and table card.",
|
|
509
|
-
"type": "boolean"
|
|
510
|
-
},
|
|
511
|
-
"showLabelText": {
|
|
512
|
-
"description": "This property is responsible for showing and hiding text labels on the geo spots.",
|
|
513
|
-
"type": "boolean"
|
|
514
|
-
},
|
|
515
|
-
"customParams": {
|
|
516
|
-
"description": "This property is responsible for passing custom parameters present in the entity set to the navigating application.",
|
|
517
|
-
"type": "string"
|
|
518
|
-
},
|
|
519
|
-
"chartProperties": {
|
|
520
|
-
"description": "This property is responsible for setting specific chart settings.",
|
|
521
|
-
"type": "object",
|
|
522
|
-
"properties": {
|
|
523
|
-
"plotArea": {
|
|
524
|
-
"$ref": "#/definitions/PlotAreaDef"
|
|
525
|
-
},
|
|
526
|
-
"timeAxis": {
|
|
527
|
-
"$ref": "#/definitions/TimeAxisDef"
|
|
528
|
-
}
|
|
529
|
-
},
|
|
530
|
-
"additionalProperties": false
|
|
531
|
-
},
|
|
532
|
-
"colorPalette": {
|
|
533
|
-
"description": "Represents the configuration to customize the column stacked chart.",
|
|
534
|
-
"anyOf": [
|
|
535
|
-
{
|
|
536
|
-
"type": "array",
|
|
537
|
-
"items": {
|
|
538
|
-
"type": "object",
|
|
539
|
-
"additionalProperties": {}
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
{
|
|
543
|
-
"type": "object",
|
|
544
|
-
"additionalProperties": {}
|
|
545
|
-
}
|
|
546
|
-
]
|
|
547
|
-
},
|
|
548
505
|
"entitySet": {
|
|
549
506
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
550
|
-
"type": "string"
|
|
507
|
+
"type": "string",
|
|
508
|
+
"artifactType": "Manifest"
|
|
551
509
|
},
|
|
552
510
|
"title": {
|
|
553
511
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
554
512
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
555
|
-
"type": "string"
|
|
513
|
+
"type": "string",
|
|
514
|
+
"artifactType": "Manifest"
|
|
556
515
|
},
|
|
557
516
|
"subTitle": {
|
|
558
517
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
559
518
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
560
|
-
"type": "string"
|
|
519
|
+
"type": "string",
|
|
520
|
+
"artifactType": "Manifest"
|
|
521
|
+
},
|
|
522
|
+
"annotationPath": {
|
|
523
|
+
"description": "Represents the annotation path.",
|
|
524
|
+
"type": "string",
|
|
525
|
+
"artifactType": "Manifest"
|
|
561
526
|
},
|
|
562
527
|
"identificationAnnotationPath": {
|
|
563
528
|
"description": "Represents the identification annotation path.",
|
|
564
|
-
"type": "string"
|
|
529
|
+
"type": "string",
|
|
530
|
+
"artifactType": "Manifest"
|
|
531
|
+
},
|
|
532
|
+
"dataPointAnnotationPath": {
|
|
533
|
+
"description": "Represents the data point annotation path.",
|
|
534
|
+
"type": "string",
|
|
535
|
+
"artifactType": "Manifest"
|
|
565
536
|
},
|
|
566
537
|
"selectionAnnotationPath": {
|
|
567
538
|
"description": "Represents the selection annotation path.",
|
|
568
|
-
"type": "string"
|
|
539
|
+
"type": "string",
|
|
540
|
+
"artifactType": "Manifest"
|
|
569
541
|
},
|
|
570
542
|
"presentationAnnotationPath": {
|
|
571
543
|
"description": "Represents the presentation annotation path.",
|
|
572
|
-
"type": "string"
|
|
544
|
+
"type": "string",
|
|
545
|
+
"artifactType": "Manifest"
|
|
546
|
+
},
|
|
547
|
+
"selectionPresentationAnnotationPath": {
|
|
548
|
+
"description": "Represents the selection presentation annotation path.",
|
|
549
|
+
"type": "string",
|
|
550
|
+
"artifactType": "Manifest"
|
|
551
|
+
},
|
|
552
|
+
"kpiAnnotationPath": {
|
|
553
|
+
"description": "Represents the KPI annotation path.",
|
|
554
|
+
"type": "string",
|
|
555
|
+
"artifactType": "Manifest"
|
|
573
556
|
},
|
|
574
557
|
"category": {
|
|
575
558
|
"description": "The category of the card, as used in the card header.",
|
|
576
|
-
"type": "string"
|
|
559
|
+
"type": "string",
|
|
560
|
+
"artifactType": "Manifest"
|
|
577
561
|
},
|
|
578
562
|
"defaultSpan": {
|
|
579
563
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
580
564
|
"anyOf": [
|
|
581
565
|
{
|
|
582
|
-
"
|
|
583
|
-
"properties": {
|
|
584
|
-
"cols": {
|
|
585
|
-
"description": "Represents the number of the number of grid columns",
|
|
586
|
-
"type": "number"
|
|
587
|
-
},
|
|
588
|
-
"rows": {
|
|
589
|
-
"description": "Represents the number of the number of grid rows",
|
|
590
|
-
"type": "number"
|
|
591
|
-
},
|
|
592
|
-
"showOnlyHeader": {
|
|
593
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
594
|
-
"type": "boolean"
|
|
595
|
-
},
|
|
596
|
-
"minimumTitleRow": {
|
|
597
|
-
"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)",
|
|
598
|
-
"type": "number"
|
|
599
|
-
},
|
|
600
|
-
"minimumSubTitleRow": {
|
|
601
|
-
"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)",
|
|
602
|
-
"type": "number"
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
"additionalProperties": false,
|
|
606
|
-
"required": [
|
|
607
|
-
"cols",
|
|
608
|
-
"rows"
|
|
609
|
-
]
|
|
566
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
610
567
|
},
|
|
611
568
|
{
|
|
612
569
|
"const": "auto",
|
|
@@ -616,123 +573,101 @@
|
|
|
616
573
|
},
|
|
617
574
|
"requireAppAuthorization": {
|
|
618
575
|
"description": "Define an authorization check at card level.",
|
|
619
|
-
"type": "string"
|
|
576
|
+
"type": "string",
|
|
577
|
+
"artifactType": "Manifest"
|
|
620
578
|
},
|
|
621
579
|
"tabs": {
|
|
622
580
|
"description": "Represents the card with view switch control.",
|
|
623
581
|
"type": "array",
|
|
624
|
-
"items":
|
|
625
|
-
{
|
|
626
|
-
"$ref": "#/definitions/TabSetting"
|
|
627
|
-
}
|
|
628
|
-
],
|
|
629
|
-
"minItems": 1,
|
|
630
|
-
"additionalItems": {
|
|
582
|
+
"items": {
|
|
631
583
|
"$ref": "#/definitions/TabSetting"
|
|
632
|
-
}
|
|
584
|
+
},
|
|
585
|
+
"artifactType": "Manifest"
|
|
633
586
|
},
|
|
634
587
|
"addODataSelect": {
|
|
635
588
|
"description": "add $Select parameter in data fetch URL",
|
|
636
|
-
"type": "boolean"
|
|
589
|
+
"type": "boolean",
|
|
590
|
+
"artifactType": "Manifest"
|
|
591
|
+
},
|
|
592
|
+
"sortBy": {
|
|
593
|
+
"description": "Defines the property by which the list shall be sorted.",
|
|
594
|
+
"type": "string",
|
|
595
|
+
"artifactType": "Manifest"
|
|
596
|
+
},
|
|
597
|
+
"sortOrder": {
|
|
598
|
+
"description": "Sort order (ascending or descending)",
|
|
599
|
+
"enum": [
|
|
600
|
+
"ascending",
|
|
601
|
+
"descending"
|
|
602
|
+
],
|
|
603
|
+
"type": "string",
|
|
604
|
+
"artifactType": "Manifest"
|
|
605
|
+
},
|
|
606
|
+
"dynamicSubtitleAnnotationPath": {
|
|
607
|
+
"description": "Represents the dynamic subtitle annotation path.",
|
|
608
|
+
"type": "string",
|
|
609
|
+
"artifactType": "Manifest"
|
|
610
|
+
},
|
|
611
|
+
"enableLocaleCurrencyFormatting": {
|
|
612
|
+
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
613
|
+
"type": "boolean",
|
|
614
|
+
"artifactType": "Manifest"
|
|
615
|
+
},
|
|
616
|
+
"showFilterInHeader": {
|
|
617
|
+
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
618
|
+
"type": "boolean",
|
|
619
|
+
"artifactType": "Manifest"
|
|
620
|
+
},
|
|
621
|
+
"showSortingInHeader": {
|
|
622
|
+
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
623
|
+
"type": "boolean",
|
|
624
|
+
"artifactType": "Manifest"
|
|
625
|
+
},
|
|
626
|
+
"customParams": {
|
|
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.",
|
|
628
|
+
"type": "string",
|
|
629
|
+
"artifactType": "Manifest"
|
|
637
630
|
}
|
|
638
631
|
},
|
|
632
|
+
"additionalProperties": false,
|
|
639
633
|
"required": [
|
|
640
634
|
"title"
|
|
641
635
|
]
|
|
642
636
|
},
|
|
643
|
-
"
|
|
644
|
-
"description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards",
|
|
645
|
-
"type": "object",
|
|
646
|
-
"additionalProperties": {},
|
|
647
|
-
"properties": {
|
|
648
|
-
"showFirstActionInFooter": {
|
|
649
|
-
"description": "Represents the flag to show first action in footer of the Quickview cards",
|
|
650
|
-
"type": "boolean"
|
|
651
|
-
},
|
|
652
|
-
"customActions": {
|
|
653
|
-
"description": "Represents the custom actions in the Quick View Cards",
|
|
654
|
-
"minItems": 1,
|
|
655
|
-
"type": "array",
|
|
656
|
-
"items": [
|
|
657
|
-
{
|
|
658
|
-
"$ref": "#/definitions/CustomActionsSetting"
|
|
659
|
-
}
|
|
660
|
-
],
|
|
661
|
-
"additionalItems": {
|
|
662
|
-
"$ref": "#/definitions/CustomActionsSetting"
|
|
663
|
-
}
|
|
664
|
-
}
|
|
665
|
-
}
|
|
666
|
-
},
|
|
667
|
-
"CustomActionsSetting": {
|
|
668
|
-
"description": "Represents the properties for the custom actions in the Quick View Cards",
|
|
637
|
+
"DefaultSpanObject": {
|
|
669
638
|
"type": "object",
|
|
670
|
-
"additionalProperties": {},
|
|
671
639
|
"properties": {
|
|
672
|
-
"
|
|
673
|
-
"description": "
|
|
674
|
-
"type": "
|
|
640
|
+
"cols": {
|
|
641
|
+
"description": "Represents the number of the number of grid columns",
|
|
642
|
+
"type": "number",
|
|
643
|
+
"artifactType": "Manifest"
|
|
675
644
|
},
|
|
676
|
-
"
|
|
677
|
-
"description": "
|
|
678
|
-
"type": "
|
|
645
|
+
"rows": {
|
|
646
|
+
"description": "Represents the number of the number of grid rows",
|
|
647
|
+
"type": "number",
|
|
648
|
+
"artifactType": "Manifest"
|
|
679
649
|
},
|
|
680
|
-
"
|
|
681
|
-
"description": "
|
|
682
|
-
"type": "
|
|
683
|
-
|
|
684
|
-
}
|
|
685
|
-
},
|
|
686
|
-
"CustomCardNavigationType": {
|
|
687
|
-
"enum": [
|
|
688
|
-
"chartNav",
|
|
689
|
-
"dataPointNav",
|
|
690
|
-
"headerNav",
|
|
691
|
-
"noHeaderNav"
|
|
692
|
-
],
|
|
693
|
-
"type": "string"
|
|
694
|
-
},
|
|
695
|
-
"PlotAreaDef": {
|
|
696
|
-
"description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
|
|
697
|
-
"type": "object",
|
|
698
|
-
"properties": {
|
|
699
|
-
"isSmoothed": {
|
|
700
|
-
"description": "Represents whether smoother curves are required or not",
|
|
701
|
-
"type": "boolean"
|
|
650
|
+
"showOnlyHeader": {
|
|
651
|
+
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
652
|
+
"type": "boolean",
|
|
653
|
+
"artifactType": "Manifest"
|
|
702
654
|
},
|
|
703
|
-
"
|
|
704
|
-
"description": "
|
|
705
|
-
"type": "number"
|
|
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"
|
|
706
659
|
},
|
|
707
|
-
"
|
|
708
|
-
"description": "
|
|
709
|
-
"type": "
|
|
710
|
-
"
|
|
711
|
-
"type": {
|
|
712
|
-
"description": "Defines whether to display percentage values or actual counts in the donut chart",
|
|
713
|
-
"enum": [
|
|
714
|
-
"percentage",
|
|
715
|
-
"value"
|
|
716
|
-
],
|
|
717
|
-
"type": "string"
|
|
718
|
-
}
|
|
719
|
-
},
|
|
720
|
-
"additionalProperties": false
|
|
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"
|
|
721
664
|
}
|
|
722
665
|
},
|
|
723
|
-
"additionalProperties": false
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
"additionalProperties": {},
|
|
729
|
-
"properties": {
|
|
730
|
-
"levels": {
|
|
731
|
-
"description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
|
|
732
|
-
"type": "array",
|
|
733
|
-
"items": {}
|
|
734
|
-
}
|
|
735
|
-
}
|
|
666
|
+
"additionalProperties": false,
|
|
667
|
+
"required": [
|
|
668
|
+
"cols",
|
|
669
|
+
"rows"
|
|
670
|
+
]
|
|
736
671
|
},
|
|
737
672
|
"TabSetting": {
|
|
738
673
|
"description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
|
|
@@ -802,6 +737,48 @@
|
|
|
802
737
|
}
|
|
803
738
|
}
|
|
804
739
|
},
|
|
740
|
+
"PlotAreaDef": {
|
|
741
|
+
"description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
|
|
742
|
+
"type": "object",
|
|
743
|
+
"properties": {
|
|
744
|
+
"isSmoothed": {
|
|
745
|
+
"description": "Represents whether smoother curves are required or not",
|
|
746
|
+
"type": "boolean"
|
|
747
|
+
},
|
|
748
|
+
"markerSize": {
|
|
749
|
+
"description": "Represents the size of the markers in scatter plots",
|
|
750
|
+
"type": "number"
|
|
751
|
+
},
|
|
752
|
+
"dataLabel": {
|
|
753
|
+
"description": "dataLabel is a parent property that defines other properties for type",
|
|
754
|
+
"type": "object",
|
|
755
|
+
"properties": {
|
|
756
|
+
"type": {
|
|
757
|
+
"description": "Defines whether to display percentage values or actual counts in the donut chart",
|
|
758
|
+
"enum": [
|
|
759
|
+
"percentage",
|
|
760
|
+
"value"
|
|
761
|
+
],
|
|
762
|
+
"type": "string"
|
|
763
|
+
}
|
|
764
|
+
},
|
|
765
|
+
"additionalProperties": false
|
|
766
|
+
}
|
|
767
|
+
},
|
|
768
|
+
"additionalProperties": false
|
|
769
|
+
},
|
|
770
|
+
"TimeAxisDef": {
|
|
771
|
+
"description": "Represents the configuration to customize the time axis",
|
|
772
|
+
"type": "object",
|
|
773
|
+
"additionalProperties": {},
|
|
774
|
+
"properties": {
|
|
775
|
+
"levels": {
|
|
776
|
+
"description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
|
|
777
|
+
"type": "array",
|
|
778
|
+
"items": {}
|
|
779
|
+
}
|
|
780
|
+
}
|
|
781
|
+
},
|
|
805
782
|
"ListCard": {
|
|
806
783
|
"description": "List Card",
|
|
807
784
|
"isViewNode": true,
|
|
@@ -822,15 +799,13 @@
|
|
|
822
799
|
"type": "string",
|
|
823
800
|
"artifactType": "Manifest"
|
|
824
801
|
},
|
|
825
|
-
"
|
|
802
|
+
"settings": {
|
|
826
803
|
"$ref": "#/definitions/ListCardSettings",
|
|
827
|
-
"description": "Represents the properties that are passed to the list card."
|
|
828
|
-
"artifactType": "Manifest"
|
|
804
|
+
"description": "Represents the properties that are passed to the list card."
|
|
829
805
|
}
|
|
830
806
|
},
|
|
831
807
|
"additionalProperties": false,
|
|
832
808
|
"required": [
|
|
833
|
-
"listCardSettings",
|
|
834
809
|
"model",
|
|
835
810
|
"template"
|
|
836
811
|
]
|
|
@@ -841,98 +816,91 @@
|
|
|
841
816
|
"properties": {
|
|
842
817
|
"listFlavor": {
|
|
843
818
|
"$ref": "#/definitions/ListFlavorType",
|
|
844
|
-
"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"
|
|
845
821
|
},
|
|
846
822
|
"listType": {
|
|
847
823
|
"$ref": "#/definitions/ListTypeType",
|
|
848
|
-
"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"
|
|
849
826
|
},
|
|
850
|
-
"
|
|
851
|
-
"description": "
|
|
852
|
-
"type": "
|
|
827
|
+
"showLineItemDetail": {
|
|
828
|
+
"description": "Flag for show line item detail in list and table card.",
|
|
829
|
+
"type": "boolean",
|
|
830
|
+
"artifactType": "Manifest"
|
|
831
|
+
},
|
|
832
|
+
"imageSupported": {
|
|
833
|
+
"description": "Flag for enabling images in a condensed list card.",
|
|
834
|
+
"type": "boolean",
|
|
835
|
+
"artifactType": "Manifest"
|
|
853
836
|
},
|
|
854
837
|
"valueSelectionInfo": {
|
|
855
838
|
"description": "Represents things like people, number of items.",
|
|
856
|
-
"type": "string"
|
|
857
|
-
|
|
858
|
-
"sortBy": {
|
|
859
|
-
"description": "Defines the property by which the list shall be sorted.",
|
|
860
|
-
"type": "string"
|
|
861
|
-
},
|
|
862
|
-
"sortOrder": {
|
|
863
|
-
"$ref": "#/definitions/SortOrderType",
|
|
864
|
-
"description": "Defines the sort order."
|
|
865
|
-
},
|
|
866
|
-
"dataPointAnnotationPath": {
|
|
867
|
-
"description": "Represents the data point annotation path.",
|
|
868
|
-
"type": "string"
|
|
869
|
-
},
|
|
870
|
-
"showLineItemDetail": {
|
|
871
|
-
"description": "Flag for show line item detail in list and table card.",
|
|
872
|
-
"type": "boolean"
|
|
839
|
+
"type": "string",
|
|
840
|
+
"artifactType": "Manifest"
|
|
873
841
|
},
|
|
874
842
|
"entitySet": {
|
|
875
843
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
876
|
-
"type": "string"
|
|
844
|
+
"type": "string",
|
|
845
|
+
"artifactType": "Manifest"
|
|
877
846
|
},
|
|
878
847
|
"title": {
|
|
879
848
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
880
849
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
881
|
-
"type": "string"
|
|
850
|
+
"type": "string",
|
|
851
|
+
"artifactType": "Manifest"
|
|
882
852
|
},
|
|
883
853
|
"subTitle": {
|
|
884
854
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
885
855
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
886
|
-
"type": "string"
|
|
856
|
+
"type": "string",
|
|
857
|
+
"artifactType": "Manifest"
|
|
858
|
+
},
|
|
859
|
+
"annotationPath": {
|
|
860
|
+
"description": "Represents the annotation path.",
|
|
861
|
+
"type": "string",
|
|
862
|
+
"artifactType": "Manifest"
|
|
887
863
|
},
|
|
888
864
|
"identificationAnnotationPath": {
|
|
889
865
|
"description": "Represents the identification annotation path.",
|
|
890
|
-
"type": "string"
|
|
866
|
+
"type": "string",
|
|
867
|
+
"artifactType": "Manifest"
|
|
868
|
+
},
|
|
869
|
+
"dataPointAnnotationPath": {
|
|
870
|
+
"description": "Represents the data point annotation path.",
|
|
871
|
+
"type": "string",
|
|
872
|
+
"artifactType": "Manifest"
|
|
891
873
|
},
|
|
892
874
|
"selectionAnnotationPath": {
|
|
893
875
|
"description": "Represents the selection annotation path.",
|
|
894
|
-
"type": "string"
|
|
876
|
+
"type": "string",
|
|
877
|
+
"artifactType": "Manifest"
|
|
895
878
|
},
|
|
896
879
|
"presentationAnnotationPath": {
|
|
897
880
|
"description": "Represents the presentation annotation path.",
|
|
898
|
-
"type": "string"
|
|
881
|
+
"type": "string",
|
|
882
|
+
"artifactType": "Manifest"
|
|
899
883
|
},
|
|
900
|
-
"
|
|
901
|
-
"description": "
|
|
902
|
-
"type": "string"
|
|
884
|
+
"selectionPresentationAnnotationPath": {
|
|
885
|
+
"description": "Represents the selection presentation annotation path.",
|
|
886
|
+
"type": "string",
|
|
887
|
+
"artifactType": "Manifest"
|
|
888
|
+
},
|
|
889
|
+
"kpiAnnotationPath": {
|
|
890
|
+
"description": "Represents the KPI annotation path.",
|
|
891
|
+
"type": "string",
|
|
892
|
+
"artifactType": "Manifest"
|
|
893
|
+
},
|
|
894
|
+
"category": {
|
|
895
|
+
"description": "The category of the card, as used in the card header.",
|
|
896
|
+
"type": "string",
|
|
897
|
+
"artifactType": "Manifest"
|
|
903
898
|
},
|
|
904
899
|
"defaultSpan": {
|
|
905
900
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
906
901
|
"anyOf": [
|
|
907
902
|
{
|
|
908
|
-
"
|
|
909
|
-
"properties": {
|
|
910
|
-
"cols": {
|
|
911
|
-
"description": "Represents the number of the number of grid columns",
|
|
912
|
-
"type": "number"
|
|
913
|
-
},
|
|
914
|
-
"rows": {
|
|
915
|
-
"description": "Represents the number of the number of grid rows",
|
|
916
|
-
"type": "number"
|
|
917
|
-
},
|
|
918
|
-
"showOnlyHeader": {
|
|
919
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
920
|
-
"type": "boolean"
|
|
921
|
-
},
|
|
922
|
-
"minimumTitleRow": {
|
|
923
|
-
"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)",
|
|
924
|
-
"type": "number"
|
|
925
|
-
},
|
|
926
|
-
"minimumSubTitleRow": {
|
|
927
|
-
"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)",
|
|
928
|
-
"type": "number"
|
|
929
|
-
}
|
|
930
|
-
},
|
|
931
|
-
"additionalProperties": false,
|
|
932
|
-
"required": [
|
|
933
|
-
"cols",
|
|
934
|
-
"rows"
|
|
935
|
-
]
|
|
903
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
936
904
|
},
|
|
937
905
|
{
|
|
938
906
|
"const": "auto",
|
|
@@ -942,24 +910,60 @@
|
|
|
942
910
|
},
|
|
943
911
|
"requireAppAuthorization": {
|
|
944
912
|
"description": "Define an authorization check at card level.",
|
|
945
|
-
"type": "string"
|
|
913
|
+
"type": "string",
|
|
914
|
+
"artifactType": "Manifest"
|
|
946
915
|
},
|
|
947
916
|
"tabs": {
|
|
948
917
|
"description": "Represents the card with view switch control.",
|
|
949
918
|
"type": "array",
|
|
950
|
-
"items":
|
|
951
|
-
{
|
|
952
|
-
"$ref": "#/definitions/TabSetting"
|
|
953
|
-
}
|
|
954
|
-
],
|
|
955
|
-
"minItems": 1,
|
|
956
|
-
"additionalItems": {
|
|
919
|
+
"items": {
|
|
957
920
|
"$ref": "#/definitions/TabSetting"
|
|
958
|
-
}
|
|
921
|
+
},
|
|
922
|
+
"artifactType": "Manifest"
|
|
959
923
|
},
|
|
960
924
|
"addODataSelect": {
|
|
961
925
|
"description": "add $Select parameter in data fetch URL",
|
|
962
|
-
"type": "boolean"
|
|
926
|
+
"type": "boolean",
|
|
927
|
+
"artifactType": "Manifest"
|
|
928
|
+
},
|
|
929
|
+
"sortBy": {
|
|
930
|
+
"description": "Defines the property by which the list shall be sorted.",
|
|
931
|
+
"type": "string",
|
|
932
|
+
"artifactType": "Manifest"
|
|
933
|
+
},
|
|
934
|
+
"sortOrder": {
|
|
935
|
+
"description": "Sort order (ascending or descending)",
|
|
936
|
+
"enum": [
|
|
937
|
+
"ascending",
|
|
938
|
+
"descending"
|
|
939
|
+
],
|
|
940
|
+
"type": "string",
|
|
941
|
+
"artifactType": "Manifest"
|
|
942
|
+
},
|
|
943
|
+
"dynamicSubtitleAnnotationPath": {
|
|
944
|
+
"description": "Represents the dynamic subtitle annotation path.",
|
|
945
|
+
"type": "string",
|
|
946
|
+
"artifactType": "Manifest"
|
|
947
|
+
},
|
|
948
|
+
"enableLocaleCurrencyFormatting": {
|
|
949
|
+
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
950
|
+
"type": "boolean",
|
|
951
|
+
"artifactType": "Manifest"
|
|
952
|
+
},
|
|
953
|
+
"showFilterInHeader": {
|
|
954
|
+
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
955
|
+
"type": "boolean",
|
|
956
|
+
"artifactType": "Manifest"
|
|
957
|
+
},
|
|
958
|
+
"showSortingInHeader": {
|
|
959
|
+
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
960
|
+
"type": "boolean",
|
|
961
|
+
"artifactType": "Manifest"
|
|
962
|
+
},
|
|
963
|
+
"customParams": {
|
|
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.",
|
|
965
|
+
"type": "string",
|
|
966
|
+
"artifactType": "Manifest"
|
|
963
967
|
}
|
|
964
968
|
},
|
|
965
969
|
"additionalProperties": false,
|
|
@@ -982,13 +986,6 @@
|
|
|
982
986
|
],
|
|
983
987
|
"type": "string"
|
|
984
988
|
},
|
|
985
|
-
"SortOrderType": {
|
|
986
|
-
"enum": [
|
|
987
|
-
"ascending",
|
|
988
|
-
"descending"
|
|
989
|
-
],
|
|
990
|
-
"type": "string"
|
|
991
|
-
},
|
|
992
989
|
"StackCard": {
|
|
993
990
|
"description": "Stack Card",
|
|
994
991
|
"isViewNode": true,
|
|
@@ -1006,16 +1003,14 @@
|
|
|
1006
1003
|
"const": "sap.ovp.cards.stack",
|
|
1007
1004
|
"artifactType": "Manifest"
|
|
1008
1005
|
},
|
|
1009
|
-
"
|
|
1006
|
+
"settings": {
|
|
1010
1007
|
"$ref": "#/definitions/StackCardSettings",
|
|
1011
|
-
"description": "Represents the properties that are passed to the stack card."
|
|
1012
|
-
"artifactType": "Manifest"
|
|
1008
|
+
"description": "Represents the properties that are passed to the stack card."
|
|
1013
1009
|
}
|
|
1014
1010
|
},
|
|
1015
1011
|
"additionalProperties": false,
|
|
1016
1012
|
"required": [
|
|
1017
1013
|
"model",
|
|
1018
|
-
"stackCardSettings",
|
|
1019
1014
|
"template"
|
|
1020
1015
|
]
|
|
1021
1016
|
},
|
|
@@ -1025,78 +1020,81 @@
|
|
|
1025
1020
|
"properties": {
|
|
1026
1021
|
"itemText": {
|
|
1027
1022
|
"description": "Represents the user defined string in placeholder card.",
|
|
1028
|
-
"type": "string"
|
|
1023
|
+
"type": "string",
|
|
1024
|
+
"artifactType": "Manifest"
|
|
1029
1025
|
},
|
|
1030
1026
|
"objectStreamCardsNavigationProperty": {
|
|
1031
1027
|
"description": "The navigation property used to display information from a secondary entity set.",
|
|
1032
|
-
"type": "string"
|
|
1028
|
+
"type": "string",
|
|
1029
|
+
"artifactType": "Manifest"
|
|
1033
1030
|
},
|
|
1034
1031
|
"objectStreamCardsSettings": {
|
|
1035
1032
|
"$ref": "#/definitions/ObjectStreamCardsSettingsDef",
|
|
1036
|
-
"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"
|
|
1037
1035
|
},
|
|
1038
1036
|
"entitySet": {
|
|
1039
1037
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1040
|
-
"type": "string"
|
|
1038
|
+
"type": "string",
|
|
1039
|
+
"artifactType": "Manifest"
|
|
1041
1040
|
},
|
|
1042
1041
|
"title": {
|
|
1043
1042
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1044
1043
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1045
|
-
"type": "string"
|
|
1044
|
+
"type": "string",
|
|
1045
|
+
"artifactType": "Manifest"
|
|
1046
1046
|
},
|
|
1047
1047
|
"subTitle": {
|
|
1048
1048
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1049
1049
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1050
|
-
"type": "string"
|
|
1050
|
+
"type": "string",
|
|
1051
|
+
"artifactType": "Manifest"
|
|
1052
|
+
},
|
|
1053
|
+
"annotationPath": {
|
|
1054
|
+
"description": "Represents the annotation path.",
|
|
1055
|
+
"type": "string",
|
|
1056
|
+
"artifactType": "Manifest"
|
|
1051
1057
|
},
|
|
1052
1058
|
"identificationAnnotationPath": {
|
|
1053
1059
|
"description": "Represents the identification annotation path.",
|
|
1054
|
-
"type": "string"
|
|
1060
|
+
"type": "string",
|
|
1061
|
+
"artifactType": "Manifest"
|
|
1062
|
+
},
|
|
1063
|
+
"dataPointAnnotationPath": {
|
|
1064
|
+
"description": "Represents the data point annotation path.",
|
|
1065
|
+
"type": "string",
|
|
1066
|
+
"artifactType": "Manifest"
|
|
1055
1067
|
},
|
|
1056
1068
|
"selectionAnnotationPath": {
|
|
1057
1069
|
"description": "Represents the selection annotation path.",
|
|
1058
|
-
"type": "string"
|
|
1070
|
+
"type": "string",
|
|
1071
|
+
"artifactType": "Manifest"
|
|
1059
1072
|
},
|
|
1060
1073
|
"presentationAnnotationPath": {
|
|
1061
1074
|
"description": "Represents the presentation annotation path.",
|
|
1062
|
-
"type": "string"
|
|
1075
|
+
"type": "string",
|
|
1076
|
+
"artifactType": "Manifest"
|
|
1077
|
+
},
|
|
1078
|
+
"selectionPresentationAnnotationPath": {
|
|
1079
|
+
"description": "Represents the selection presentation annotation path.",
|
|
1080
|
+
"type": "string",
|
|
1081
|
+
"artifactType": "Manifest"
|
|
1082
|
+
},
|
|
1083
|
+
"kpiAnnotationPath": {
|
|
1084
|
+
"description": "Represents the KPI annotation path.",
|
|
1085
|
+
"type": "string",
|
|
1086
|
+
"artifactType": "Manifest"
|
|
1063
1087
|
},
|
|
1064
1088
|
"category": {
|
|
1065
1089
|
"description": "The category of the card, as used in the card header.",
|
|
1066
|
-
"type": "string"
|
|
1090
|
+
"type": "string",
|
|
1091
|
+
"artifactType": "Manifest"
|
|
1067
1092
|
},
|
|
1068
1093
|
"defaultSpan": {
|
|
1069
1094
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1070
1095
|
"anyOf": [
|
|
1071
1096
|
{
|
|
1072
|
-
"
|
|
1073
|
-
"properties": {
|
|
1074
|
-
"cols": {
|
|
1075
|
-
"description": "Represents the number of the number of grid columns",
|
|
1076
|
-
"type": "number"
|
|
1077
|
-
},
|
|
1078
|
-
"rows": {
|
|
1079
|
-
"description": "Represents the number of the number of grid rows",
|
|
1080
|
-
"type": "number"
|
|
1081
|
-
},
|
|
1082
|
-
"showOnlyHeader": {
|
|
1083
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1084
|
-
"type": "boolean"
|
|
1085
|
-
},
|
|
1086
|
-
"minimumTitleRow": {
|
|
1087
|
-
"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)",
|
|
1088
|
-
"type": "number"
|
|
1089
|
-
},
|
|
1090
|
-
"minimumSubTitleRow": {
|
|
1091
|
-
"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)",
|
|
1092
|
-
"type": "number"
|
|
1093
|
-
}
|
|
1094
|
-
},
|
|
1095
|
-
"additionalProperties": false,
|
|
1096
|
-
"required": [
|
|
1097
|
-
"cols",
|
|
1098
|
-
"rows"
|
|
1099
|
-
]
|
|
1097
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1100
1098
|
},
|
|
1101
1099
|
{
|
|
1102
1100
|
"const": "auto",
|
|
@@ -1106,24 +1104,60 @@
|
|
|
1106
1104
|
},
|
|
1107
1105
|
"requireAppAuthorization": {
|
|
1108
1106
|
"description": "Define an authorization check at card level.",
|
|
1109
|
-
"type": "string"
|
|
1107
|
+
"type": "string",
|
|
1108
|
+
"artifactType": "Manifest"
|
|
1110
1109
|
},
|
|
1111
1110
|
"tabs": {
|
|
1112
1111
|
"description": "Represents the card with view switch control.",
|
|
1113
1112
|
"type": "array",
|
|
1114
|
-
"items":
|
|
1115
|
-
{
|
|
1116
|
-
"$ref": "#/definitions/TabSetting"
|
|
1117
|
-
}
|
|
1118
|
-
],
|
|
1119
|
-
"minItems": 1,
|
|
1120
|
-
"additionalItems": {
|
|
1113
|
+
"items": {
|
|
1121
1114
|
"$ref": "#/definitions/TabSetting"
|
|
1122
|
-
}
|
|
1115
|
+
},
|
|
1116
|
+
"artifactType": "Manifest"
|
|
1123
1117
|
},
|
|
1124
1118
|
"addODataSelect": {
|
|
1125
1119
|
"description": "add $Select parameter in data fetch URL",
|
|
1126
|
-
"type": "boolean"
|
|
1120
|
+
"type": "boolean",
|
|
1121
|
+
"artifactType": "Manifest"
|
|
1122
|
+
},
|
|
1123
|
+
"sortBy": {
|
|
1124
|
+
"description": "Defines the property by which the list shall be sorted.",
|
|
1125
|
+
"type": "string",
|
|
1126
|
+
"artifactType": "Manifest"
|
|
1127
|
+
},
|
|
1128
|
+
"sortOrder": {
|
|
1129
|
+
"description": "Sort order (ascending or descending)",
|
|
1130
|
+
"enum": [
|
|
1131
|
+
"ascending",
|
|
1132
|
+
"descending"
|
|
1133
|
+
],
|
|
1134
|
+
"type": "string",
|
|
1135
|
+
"artifactType": "Manifest"
|
|
1136
|
+
},
|
|
1137
|
+
"dynamicSubtitleAnnotationPath": {
|
|
1138
|
+
"description": "Represents the dynamic subtitle annotation path.",
|
|
1139
|
+
"type": "string",
|
|
1140
|
+
"artifactType": "Manifest"
|
|
1141
|
+
},
|
|
1142
|
+
"enableLocaleCurrencyFormatting": {
|
|
1143
|
+
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1144
|
+
"type": "boolean",
|
|
1145
|
+
"artifactType": "Manifest"
|
|
1146
|
+
},
|
|
1147
|
+
"showFilterInHeader": {
|
|
1148
|
+
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1149
|
+
"type": "boolean",
|
|
1150
|
+
"artifactType": "Manifest"
|
|
1151
|
+
},
|
|
1152
|
+
"showSortingInHeader": {
|
|
1153
|
+
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1154
|
+
"type": "boolean",
|
|
1155
|
+
"artifactType": "Manifest"
|
|
1156
|
+
},
|
|
1157
|
+
"customParams": {
|
|
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.",
|
|
1159
|
+
"type": "string",
|
|
1160
|
+
"artifactType": "Manifest"
|
|
1127
1161
|
}
|
|
1128
1162
|
},
|
|
1129
1163
|
"additionalProperties": false,
|
|
@@ -1131,6 +1165,49 @@
|
|
|
1131
1165
|
"title"
|
|
1132
1166
|
]
|
|
1133
1167
|
},
|
|
1168
|
+
"ObjectStreamCardsSettingsDef": {
|
|
1169
|
+
"description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards",
|
|
1170
|
+
"type": "object",
|
|
1171
|
+
"additionalProperties": {},
|
|
1172
|
+
"properties": {
|
|
1173
|
+
"showFirstActionInFooter": {
|
|
1174
|
+
"description": "Represents the flag to show first action in footer of the Quickview cards",
|
|
1175
|
+
"type": "boolean"
|
|
1176
|
+
},
|
|
1177
|
+
"customActions": {
|
|
1178
|
+
"description": "Represents the custom actions in the Quick View Cards",
|
|
1179
|
+
"minItems": 1,
|
|
1180
|
+
"type": "array",
|
|
1181
|
+
"items": [
|
|
1182
|
+
{
|
|
1183
|
+
"$ref": "#/definitions/CustomActionsSetting"
|
|
1184
|
+
}
|
|
1185
|
+
],
|
|
1186
|
+
"additionalItems": {
|
|
1187
|
+
"$ref": "#/definitions/CustomActionsSetting"
|
|
1188
|
+
}
|
|
1189
|
+
}
|
|
1190
|
+
}
|
|
1191
|
+
},
|
|
1192
|
+
"CustomActionsSetting": {
|
|
1193
|
+
"description": "Represents the properties for the custom actions in the Quick View Cards",
|
|
1194
|
+
"type": "object",
|
|
1195
|
+
"additionalProperties": {},
|
|
1196
|
+
"properties": {
|
|
1197
|
+
"text": {
|
|
1198
|
+
"description": "Text displayed for extended actions in Quick View",
|
|
1199
|
+
"type": "string"
|
|
1200
|
+
},
|
|
1201
|
+
"press": {
|
|
1202
|
+
"description": "Name of the press handler for extended actions in Quick View",
|
|
1203
|
+
"type": "string"
|
|
1204
|
+
},
|
|
1205
|
+
"position": {
|
|
1206
|
+
"description": "Position of extended actions in Quick View",
|
|
1207
|
+
"type": "number"
|
|
1208
|
+
}
|
|
1209
|
+
}
|
|
1210
|
+
},
|
|
1134
1211
|
"LinklistCard": {
|
|
1135
1212
|
"description": "Link List Card",
|
|
1136
1213
|
"isViewNode": true,
|
|
@@ -1148,15 +1225,13 @@
|
|
|
1148
1225
|
"const": "sap.ovp.cards.linklist",
|
|
1149
1226
|
"artifactType": "Manifest"
|
|
1150
1227
|
},
|
|
1151
|
-
"
|
|
1228
|
+
"settings": {
|
|
1152
1229
|
"$ref": "#/definitions/LinkListCardSettings",
|
|
1153
|
-
"description": "Represents the properties that are passed to the link list card."
|
|
1154
|
-
"artifactType": "Manifest"
|
|
1230
|
+
"description": "Represents the properties that are passed to the link list card."
|
|
1155
1231
|
}
|
|
1156
1232
|
},
|
|
1157
1233
|
"additionalProperties": false,
|
|
1158
1234
|
"required": [
|
|
1159
|
-
"linkListCardSettings",
|
|
1160
1235
|
"template"
|
|
1161
1236
|
]
|
|
1162
1237
|
},
|
|
@@ -1164,99 +1239,86 @@
|
|
|
1164
1239
|
"displayName": "settings",
|
|
1165
1240
|
"type": "object",
|
|
1166
1241
|
"properties": {
|
|
1167
|
-
"targetUri": {
|
|
1168
|
-
"description": "The targetUri is a URI defining the link to a quick view, related application or external resource.",
|
|
1169
|
-
"type": "string"
|
|
1170
|
-
},
|
|
1171
1242
|
"listFlavor": {
|
|
1172
1243
|
"$ref": "#/definitions/LinkListFlavorType",
|
|
1173
|
-
"description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
|
|
1174
|
-
|
|
1175
|
-
"sortBy": {
|
|
1176
|
-
"description": "sortBy defines the property by which the list shall be sorted.",
|
|
1177
|
-
"type": "string"
|
|
1178
|
-
},
|
|
1179
|
-
"sortOrder": {
|
|
1180
|
-
"$ref": "#/definitions/SortOrderType",
|
|
1181
|
-
"description": "sortOrder defines the sort order. Valid values are 'ascending' or 'descending'"
|
|
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"
|
|
1182
1246
|
},
|
|
1183
1247
|
"headerAnnotationPath": {
|
|
1184
1248
|
"description": "headerAnnotationPath represents the path to a HeaderInfo annotation.",
|
|
1185
|
-
"type": "string"
|
|
1249
|
+
"type": "string",
|
|
1250
|
+
"artifactType": "Manifest"
|
|
1186
1251
|
},
|
|
1187
1252
|
"staticContent": {
|
|
1188
1253
|
"description": "staticContent represents the static content of a static link list card.",
|
|
1189
1254
|
"type": "array",
|
|
1190
1255
|
"items": {
|
|
1191
1256
|
"$ref": "#/definitions/StaticContent"
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
"annotationPath": {
|
|
1195
|
-
"description": "Represents the annotation path.",
|
|
1196
|
-
"type": "string"
|
|
1257
|
+
},
|
|
1258
|
+
"artifactType": "Manifest"
|
|
1197
1259
|
},
|
|
1198
1260
|
"entitySet": {
|
|
1199
1261
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1200
|
-
"type": "string"
|
|
1262
|
+
"type": "string",
|
|
1263
|
+
"artifactType": "Manifest"
|
|
1201
1264
|
},
|
|
1202
1265
|
"title": {
|
|
1203
1266
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1204
1267
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1205
|
-
"type": "string"
|
|
1268
|
+
"type": "string",
|
|
1269
|
+
"artifactType": "Manifest"
|
|
1206
1270
|
},
|
|
1207
1271
|
"subTitle": {
|
|
1208
1272
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1209
1273
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1210
|
-
"type": "string"
|
|
1274
|
+
"type": "string",
|
|
1275
|
+
"artifactType": "Manifest"
|
|
1276
|
+
},
|
|
1277
|
+
"annotationPath": {
|
|
1278
|
+
"description": "Represents the annotation path.",
|
|
1279
|
+
"type": "string",
|
|
1280
|
+
"artifactType": "Manifest"
|
|
1211
1281
|
},
|
|
1212
1282
|
"identificationAnnotationPath": {
|
|
1213
1283
|
"description": "Represents the identification annotation path.",
|
|
1214
|
-
"type": "string"
|
|
1215
|
-
|
|
1284
|
+
"type": "string",
|
|
1285
|
+
"artifactType": "Manifest"
|
|
1286
|
+
},
|
|
1287
|
+
"dataPointAnnotationPath": {
|
|
1288
|
+
"description": "Represents the data point annotation path.",
|
|
1289
|
+
"type": "string",
|
|
1290
|
+
"artifactType": "Manifest"
|
|
1291
|
+
},
|
|
1216
1292
|
"selectionAnnotationPath": {
|
|
1217
1293
|
"description": "Represents the selection annotation path.",
|
|
1218
|
-
"type": "string"
|
|
1294
|
+
"type": "string",
|
|
1295
|
+
"artifactType": "Manifest"
|
|
1219
1296
|
},
|
|
1220
1297
|
"presentationAnnotationPath": {
|
|
1221
1298
|
"description": "Represents the presentation annotation path.",
|
|
1222
|
-
"type": "string"
|
|
1299
|
+
"type": "string",
|
|
1300
|
+
"artifactType": "Manifest"
|
|
1301
|
+
},
|
|
1302
|
+
"selectionPresentationAnnotationPath": {
|
|
1303
|
+
"description": "Represents the selection presentation annotation path.",
|
|
1304
|
+
"type": "string",
|
|
1305
|
+
"artifactType": "Manifest"
|
|
1306
|
+
},
|
|
1307
|
+
"kpiAnnotationPath": {
|
|
1308
|
+
"description": "Represents the KPI annotation path.",
|
|
1309
|
+
"type": "string",
|
|
1310
|
+
"artifactType": "Manifest"
|
|
1223
1311
|
},
|
|
1224
1312
|
"category": {
|
|
1225
1313
|
"description": "The category of the card, as used in the card header.",
|
|
1226
|
-
"type": "string"
|
|
1314
|
+
"type": "string",
|
|
1315
|
+
"artifactType": "Manifest"
|
|
1227
1316
|
},
|
|
1228
1317
|
"defaultSpan": {
|
|
1229
1318
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1230
1319
|
"anyOf": [
|
|
1231
1320
|
{
|
|
1232
|
-
"
|
|
1233
|
-
"properties": {
|
|
1234
|
-
"cols": {
|
|
1235
|
-
"description": "Represents the number of the number of grid columns",
|
|
1236
|
-
"type": "number"
|
|
1237
|
-
},
|
|
1238
|
-
"rows": {
|
|
1239
|
-
"description": "Represents the number of the number of grid rows",
|
|
1240
|
-
"type": "number"
|
|
1241
|
-
},
|
|
1242
|
-
"showOnlyHeader": {
|
|
1243
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1244
|
-
"type": "boolean"
|
|
1245
|
-
},
|
|
1246
|
-
"minimumTitleRow": {
|
|
1247
|
-
"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)",
|
|
1248
|
-
"type": "number"
|
|
1249
|
-
},
|
|
1250
|
-
"minimumSubTitleRow": {
|
|
1251
|
-
"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)",
|
|
1252
|
-
"type": "number"
|
|
1253
|
-
}
|
|
1254
|
-
},
|
|
1255
|
-
"additionalProperties": false,
|
|
1256
|
-
"required": [
|
|
1257
|
-
"cols",
|
|
1258
|
-
"rows"
|
|
1259
|
-
]
|
|
1321
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1260
1322
|
},
|
|
1261
1323
|
{
|
|
1262
1324
|
"const": "auto",
|
|
@@ -1266,24 +1328,60 @@
|
|
|
1266
1328
|
},
|
|
1267
1329
|
"requireAppAuthorization": {
|
|
1268
1330
|
"description": "Define an authorization check at card level.",
|
|
1269
|
-
"type": "string"
|
|
1331
|
+
"type": "string",
|
|
1332
|
+
"artifactType": "Manifest"
|
|
1270
1333
|
},
|
|
1271
1334
|
"tabs": {
|
|
1272
1335
|
"description": "Represents the card with view switch control.",
|
|
1273
1336
|
"type": "array",
|
|
1274
|
-
"items":
|
|
1275
|
-
{
|
|
1276
|
-
"$ref": "#/definitions/TabSetting"
|
|
1277
|
-
}
|
|
1278
|
-
],
|
|
1279
|
-
"minItems": 1,
|
|
1280
|
-
"additionalItems": {
|
|
1337
|
+
"items": {
|
|
1281
1338
|
"$ref": "#/definitions/TabSetting"
|
|
1282
|
-
}
|
|
1339
|
+
},
|
|
1340
|
+
"artifactType": "Manifest"
|
|
1283
1341
|
},
|
|
1284
1342
|
"addODataSelect": {
|
|
1285
1343
|
"description": "add $Select parameter in data fetch URL",
|
|
1286
|
-
"type": "boolean"
|
|
1344
|
+
"type": "boolean",
|
|
1345
|
+
"artifactType": "Manifest"
|
|
1346
|
+
},
|
|
1347
|
+
"sortBy": {
|
|
1348
|
+
"description": "Defines the property by which the list shall be sorted.",
|
|
1349
|
+
"type": "string",
|
|
1350
|
+
"artifactType": "Manifest"
|
|
1351
|
+
},
|
|
1352
|
+
"sortOrder": {
|
|
1353
|
+
"description": "Sort order (ascending or descending)",
|
|
1354
|
+
"enum": [
|
|
1355
|
+
"ascending",
|
|
1356
|
+
"descending"
|
|
1357
|
+
],
|
|
1358
|
+
"type": "string",
|
|
1359
|
+
"artifactType": "Manifest"
|
|
1360
|
+
},
|
|
1361
|
+
"dynamicSubtitleAnnotationPath": {
|
|
1362
|
+
"description": "Represents the dynamic subtitle annotation path.",
|
|
1363
|
+
"type": "string",
|
|
1364
|
+
"artifactType": "Manifest"
|
|
1365
|
+
},
|
|
1366
|
+
"enableLocaleCurrencyFormatting": {
|
|
1367
|
+
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1368
|
+
"type": "boolean",
|
|
1369
|
+
"artifactType": "Manifest"
|
|
1370
|
+
},
|
|
1371
|
+
"showFilterInHeader": {
|
|
1372
|
+
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1373
|
+
"type": "boolean",
|
|
1374
|
+
"artifactType": "Manifest"
|
|
1375
|
+
},
|
|
1376
|
+
"showSortingInHeader": {
|
|
1377
|
+
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1378
|
+
"type": "boolean",
|
|
1379
|
+
"artifactType": "Manifest"
|
|
1380
|
+
},
|
|
1381
|
+
"customParams": {
|
|
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.",
|
|
1383
|
+
"type": "string",
|
|
1384
|
+
"artifactType": "Manifest"
|
|
1287
1385
|
}
|
|
1288
1386
|
},
|
|
1289
1387
|
"additionalProperties": false,
|
|
@@ -1362,21 +1460,14 @@
|
|
|
1362
1460
|
"type": "string",
|
|
1363
1461
|
"artifactType": "Manifest"
|
|
1364
1462
|
},
|
|
1365
|
-
"
|
|
1463
|
+
"settings": {
|
|
1366
1464
|
"$ref": "#/definitions/TableCardSettings",
|
|
1367
|
-
"description": "Represents the properties that are passed to the table card."
|
|
1368
|
-
"artifactType": "Manifest"
|
|
1369
|
-
},
|
|
1370
|
-
"disableTableCardFlexibility": {
|
|
1371
|
-
"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.",
|
|
1372
|
-
"type": "boolean",
|
|
1373
|
-
"artifactType": "Manifest"
|
|
1465
|
+
"description": "Represents the properties that are passed to the table card."
|
|
1374
1466
|
}
|
|
1375
1467
|
},
|
|
1376
1468
|
"additionalProperties": false,
|
|
1377
1469
|
"required": [
|
|
1378
1470
|
"model",
|
|
1379
|
-
"tableCardSettings",
|
|
1380
1471
|
"template"
|
|
1381
1472
|
]
|
|
1382
1473
|
},
|
|
@@ -1384,104 +1475,78 @@
|
|
|
1384
1475
|
"displayName": "settings",
|
|
1385
1476
|
"type": "object",
|
|
1386
1477
|
"properties": {
|
|
1387
|
-
"
|
|
1388
|
-
"description": "
|
|
1389
|
-
"type": "
|
|
1390
|
-
|
|
1391
|
-
"listFlavor": {
|
|
1392
|
-
"$ref": "#/definitions/ListFlavorType",
|
|
1393
|
-
"description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
|
|
1394
|
-
},
|
|
1395
|
-
"listType": {
|
|
1396
|
-
"$ref": "#/definitions/ListTypeType",
|
|
1397
|
-
"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."
|
|
1398
|
-
},
|
|
1399
|
-
"dataPointAnnotationPath": {
|
|
1400
|
-
"description": "Represents the data point annotation path.",
|
|
1401
|
-
"type": "string"
|
|
1402
|
-
},
|
|
1403
|
-
"selectionPresentationAnnotationPath": {
|
|
1404
|
-
"description": "Represents the selection presentation annotation path.",
|
|
1405
|
-
"type": "string"
|
|
1478
|
+
"showLineItemDetail": {
|
|
1479
|
+
"description": "Flag for show line item detail in list and table card.",
|
|
1480
|
+
"type": "boolean",
|
|
1481
|
+
"artifactType": "Manifest"
|
|
1406
1482
|
},
|
|
1407
1483
|
"valueSelectionInfo": {
|
|
1408
1484
|
"description": "Represents things like people, number of items.",
|
|
1409
|
-
"type": "string"
|
|
1410
|
-
|
|
1411
|
-
"sortBy": {
|
|
1412
|
-
"description": "Defines the property by which the list shall be sorted.",
|
|
1413
|
-
"type": "string"
|
|
1414
|
-
},
|
|
1415
|
-
"sortOrder": {
|
|
1416
|
-
"$ref": "#/definitions/SortOrderType",
|
|
1417
|
-
"description": "Defines the sort order."
|
|
1418
|
-
},
|
|
1419
|
-
"showLineItemDetail": {
|
|
1420
|
-
"description": "Flag for show line item detail in list and table card.",
|
|
1421
|
-
"type": "boolean"
|
|
1485
|
+
"type": "string",
|
|
1486
|
+
"artifactType": "Manifest"
|
|
1422
1487
|
},
|
|
1423
1488
|
"entitySet": {
|
|
1424
1489
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1425
|
-
"type": "string"
|
|
1490
|
+
"type": "string",
|
|
1491
|
+
"artifactType": "Manifest"
|
|
1426
1492
|
},
|
|
1427
1493
|
"title": {
|
|
1428
1494
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1429
1495
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1430
|
-
"type": "string"
|
|
1496
|
+
"type": "string",
|
|
1497
|
+
"artifactType": "Manifest"
|
|
1431
1498
|
},
|
|
1432
1499
|
"subTitle": {
|
|
1433
1500
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1434
1501
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1435
|
-
"type": "string"
|
|
1502
|
+
"type": "string",
|
|
1503
|
+
"artifactType": "Manifest"
|
|
1504
|
+
},
|
|
1505
|
+
"annotationPath": {
|
|
1506
|
+
"description": "Represents the annotation path.",
|
|
1507
|
+
"type": "string",
|
|
1508
|
+
"artifactType": "Manifest"
|
|
1436
1509
|
},
|
|
1437
1510
|
"identificationAnnotationPath": {
|
|
1438
1511
|
"description": "Represents the identification annotation path.",
|
|
1439
|
-
"type": "string"
|
|
1512
|
+
"type": "string",
|
|
1513
|
+
"artifactType": "Manifest"
|
|
1514
|
+
},
|
|
1515
|
+
"dataPointAnnotationPath": {
|
|
1516
|
+
"description": "Represents the data point annotation path.",
|
|
1517
|
+
"type": "string",
|
|
1518
|
+
"artifactType": "Manifest"
|
|
1440
1519
|
},
|
|
1441
1520
|
"selectionAnnotationPath": {
|
|
1442
1521
|
"description": "Represents the selection annotation path.",
|
|
1443
|
-
"type": "string"
|
|
1522
|
+
"type": "string",
|
|
1523
|
+
"artifactType": "Manifest"
|
|
1444
1524
|
},
|
|
1445
1525
|
"presentationAnnotationPath": {
|
|
1446
1526
|
"description": "Represents the presentation annotation path.",
|
|
1447
|
-
"type": "string"
|
|
1527
|
+
"type": "string",
|
|
1528
|
+
"artifactType": "Manifest"
|
|
1529
|
+
},
|
|
1530
|
+
"selectionPresentationAnnotationPath": {
|
|
1531
|
+
"description": "Represents the selection presentation annotation path.",
|
|
1532
|
+
"type": "string",
|
|
1533
|
+
"artifactType": "Manifest"
|
|
1534
|
+
},
|
|
1535
|
+
"kpiAnnotationPath": {
|
|
1536
|
+
"description": "Represents the KPI annotation path.",
|
|
1537
|
+
"type": "string",
|
|
1538
|
+
"artifactType": "Manifest"
|
|
1448
1539
|
},
|
|
1449
1540
|
"category": {
|
|
1450
1541
|
"description": "The category of the card, as used in the card header.",
|
|
1451
|
-
"type": "string"
|
|
1542
|
+
"type": "string",
|
|
1543
|
+
"artifactType": "Manifest"
|
|
1452
1544
|
},
|
|
1453
1545
|
"defaultSpan": {
|
|
1454
1546
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1455
1547
|
"anyOf": [
|
|
1456
1548
|
{
|
|
1457
|
-
"
|
|
1458
|
-
"properties": {
|
|
1459
|
-
"cols": {
|
|
1460
|
-
"description": "Represents the number of the number of grid columns",
|
|
1461
|
-
"type": "number"
|
|
1462
|
-
},
|
|
1463
|
-
"rows": {
|
|
1464
|
-
"description": "Represents the number of the number of grid rows",
|
|
1465
|
-
"type": "number"
|
|
1466
|
-
},
|
|
1467
|
-
"showOnlyHeader": {
|
|
1468
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1469
|
-
"type": "boolean"
|
|
1470
|
-
},
|
|
1471
|
-
"minimumTitleRow": {
|
|
1472
|
-
"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)",
|
|
1473
|
-
"type": "number"
|
|
1474
|
-
},
|
|
1475
|
-
"minimumSubTitleRow": {
|
|
1476
|
-
"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)",
|
|
1477
|
-
"type": "number"
|
|
1478
|
-
}
|
|
1479
|
-
},
|
|
1480
|
-
"additionalProperties": false,
|
|
1481
|
-
"required": [
|
|
1482
|
-
"cols",
|
|
1483
|
-
"rows"
|
|
1484
|
-
]
|
|
1549
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1485
1550
|
},
|
|
1486
1551
|
{
|
|
1487
1552
|
"const": "auto",
|
|
@@ -1491,24 +1556,60 @@
|
|
|
1491
1556
|
},
|
|
1492
1557
|
"requireAppAuthorization": {
|
|
1493
1558
|
"description": "Define an authorization check at card level.",
|
|
1494
|
-
"type": "string"
|
|
1559
|
+
"type": "string",
|
|
1560
|
+
"artifactType": "Manifest"
|
|
1495
1561
|
},
|
|
1496
1562
|
"tabs": {
|
|
1497
1563
|
"description": "Represents the card with view switch control.",
|
|
1498
1564
|
"type": "array",
|
|
1499
|
-
"items":
|
|
1500
|
-
{
|
|
1501
|
-
"$ref": "#/definitions/TabSetting"
|
|
1502
|
-
}
|
|
1503
|
-
],
|
|
1504
|
-
"minItems": 1,
|
|
1505
|
-
"additionalItems": {
|
|
1565
|
+
"items": {
|
|
1506
1566
|
"$ref": "#/definitions/TabSetting"
|
|
1507
|
-
}
|
|
1567
|
+
},
|
|
1568
|
+
"artifactType": "Manifest"
|
|
1508
1569
|
},
|
|
1509
1570
|
"addODataSelect": {
|
|
1510
1571
|
"description": "add $Select parameter in data fetch URL",
|
|
1511
|
-
"type": "boolean"
|
|
1572
|
+
"type": "boolean",
|
|
1573
|
+
"artifactType": "Manifest"
|
|
1574
|
+
},
|
|
1575
|
+
"sortBy": {
|
|
1576
|
+
"description": "Defines the property by which the list shall be sorted.",
|
|
1577
|
+
"type": "string",
|
|
1578
|
+
"artifactType": "Manifest"
|
|
1579
|
+
},
|
|
1580
|
+
"sortOrder": {
|
|
1581
|
+
"description": "Sort order (ascending or descending)",
|
|
1582
|
+
"enum": [
|
|
1583
|
+
"ascending",
|
|
1584
|
+
"descending"
|
|
1585
|
+
],
|
|
1586
|
+
"type": "string",
|
|
1587
|
+
"artifactType": "Manifest"
|
|
1588
|
+
},
|
|
1589
|
+
"dynamicSubtitleAnnotationPath": {
|
|
1590
|
+
"description": "Represents the dynamic subtitle annotation path.",
|
|
1591
|
+
"type": "string",
|
|
1592
|
+
"artifactType": "Manifest"
|
|
1593
|
+
},
|
|
1594
|
+
"enableLocaleCurrencyFormatting": {
|
|
1595
|
+
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1596
|
+
"type": "boolean",
|
|
1597
|
+
"artifactType": "Manifest"
|
|
1598
|
+
},
|
|
1599
|
+
"showFilterInHeader": {
|
|
1600
|
+
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1601
|
+
"type": "boolean",
|
|
1602
|
+
"artifactType": "Manifest"
|
|
1603
|
+
},
|
|
1604
|
+
"showSortingInHeader": {
|
|
1605
|
+
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1606
|
+
"type": "boolean",
|
|
1607
|
+
"artifactType": "Manifest"
|
|
1608
|
+
},
|
|
1609
|
+
"customParams": {
|
|
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.",
|
|
1611
|
+
"type": "string",
|
|
1612
|
+
"artifactType": "Manifest"
|
|
1512
1613
|
}
|
|
1513
1614
|
},
|
|
1514
1615
|
"additionalProperties": false,
|
|
@@ -1536,7 +1637,7 @@
|
|
|
1536
1637
|
"type": "string",
|
|
1537
1638
|
"artifactType": "Manifest"
|
|
1538
1639
|
},
|
|
1539
|
-
"
|
|
1640
|
+
"settings": {
|
|
1540
1641
|
"description": "Represents the properties that are passed to the analytical card.",
|
|
1541
1642
|
"anyOf": [
|
|
1542
1643
|
{
|
|
@@ -1550,7 +1651,6 @@
|
|
|
1550
1651
|
},
|
|
1551
1652
|
"additionalProperties": false,
|
|
1552
1653
|
"required": [
|
|
1553
|
-
"analyticalCardSettings",
|
|
1554
1654
|
"model",
|
|
1555
1655
|
"template"
|
|
1556
1656
|
]
|
|
@@ -1558,81 +1658,120 @@
|
|
|
1558
1658
|
"AnalyticalCardSettings": {
|
|
1559
1659
|
"displayName": "settings",
|
|
1560
1660
|
"type": "object",
|
|
1661
|
+
"additionalProperties": {},
|
|
1561
1662
|
"properties": {
|
|
1562
1663
|
"chartAnnotationPath": {
|
|
1563
1664
|
"description": "Represents the chart annotation path.",
|
|
1564
|
-
"type": "string"
|
|
1665
|
+
"type": "string",
|
|
1666
|
+
"artifactType": "Manifest"
|
|
1565
1667
|
},
|
|
1566
|
-
"
|
|
1567
|
-
"description": "Represents the
|
|
1568
|
-
"type": "
|
|
1668
|
+
"ignoreSapText": {
|
|
1669
|
+
"description": "Represents the flag to indicate priority of number formatting over sap text.",
|
|
1670
|
+
"type": "boolean",
|
|
1671
|
+
"artifactType": "Manifest"
|
|
1672
|
+
},
|
|
1673
|
+
"navigation": {
|
|
1674
|
+
"$ref": "#/definitions/CardNavigationType",
|
|
1675
|
+
"description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
|
|
1676
|
+
"artifactType": "Manifest"
|
|
1569
1677
|
},
|
|
1570
1678
|
"valueSelectionInfo": {
|
|
1571
1679
|
"description": "Represents things like people, number of items.",
|
|
1572
|
-
"type": "string"
|
|
1680
|
+
"type": "string",
|
|
1681
|
+
"artifactType": "Manifest"
|
|
1573
1682
|
},
|
|
1574
|
-
"
|
|
1575
|
-
"description": "
|
|
1576
|
-
"type": "
|
|
1683
|
+
"chartProperties": {
|
|
1684
|
+
"description": "This property is responsible for setting specific chart settings.",
|
|
1685
|
+
"type": "object",
|
|
1686
|
+
"properties": {
|
|
1687
|
+
"plotArea": {
|
|
1688
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
1689
|
+
},
|
|
1690
|
+
"timeAxis": {
|
|
1691
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
1692
|
+
}
|
|
1693
|
+
},
|
|
1694
|
+
"additionalProperties": false,
|
|
1695
|
+
"artifactType": "Manifest"
|
|
1577
1696
|
},
|
|
1578
|
-
"
|
|
1579
|
-
"description": "
|
|
1580
|
-
"
|
|
1581
|
-
|
|
1697
|
+
"colorPalette": {
|
|
1698
|
+
"description": "Color palette for semantic coloring.",
|
|
1699
|
+
"anyOf": [
|
|
1700
|
+
{
|
|
1701
|
+
"type": "array",
|
|
1702
|
+
"items": {
|
|
1703
|
+
"type": "object",
|
|
1704
|
+
"additionalProperties": {}
|
|
1705
|
+
}
|
|
1706
|
+
},
|
|
1707
|
+
{
|
|
1708
|
+
"type": "object",
|
|
1709
|
+
"additionalProperties": {}
|
|
1710
|
+
}
|
|
1711
|
+
]
|
|
1712
|
+
},
|
|
1713
|
+
"entitySet": {
|
|
1714
|
+
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1715
|
+
"type": "string",
|
|
1716
|
+
"artifactType": "Manifest"
|
|
1717
|
+
},
|
|
1718
|
+
"title": {
|
|
1719
|
+
"description": "The language-dependent title of the card, used in the card header.",
|
|
1720
|
+
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1721
|
+
"type": "string",
|
|
1722
|
+
"artifactType": "Manifest"
|
|
1582
1723
|
},
|
|
1583
1724
|
"subTitle": {
|
|
1584
1725
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1585
1726
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1586
|
-
"type": "string"
|
|
1727
|
+
"type": "string",
|
|
1728
|
+
"artifactType": "Manifest"
|
|
1729
|
+
},
|
|
1730
|
+
"annotationPath": {
|
|
1731
|
+
"description": "Represents the annotation path.",
|
|
1732
|
+
"type": "string",
|
|
1733
|
+
"artifactType": "Manifest"
|
|
1587
1734
|
},
|
|
1588
1735
|
"identificationAnnotationPath": {
|
|
1589
1736
|
"description": "Represents the identification annotation path.",
|
|
1590
|
-
"type": "string"
|
|
1737
|
+
"type": "string",
|
|
1738
|
+
"artifactType": "Manifest"
|
|
1739
|
+
},
|
|
1740
|
+
"dataPointAnnotationPath": {
|
|
1741
|
+
"description": "Represents the data point annotation path.",
|
|
1742
|
+
"type": "string",
|
|
1743
|
+
"artifactType": "Manifest"
|
|
1591
1744
|
},
|
|
1592
1745
|
"selectionAnnotationPath": {
|
|
1593
1746
|
"description": "Represents the selection annotation path.",
|
|
1594
|
-
"type": "string"
|
|
1747
|
+
"type": "string",
|
|
1748
|
+
"artifactType": "Manifest"
|
|
1595
1749
|
},
|
|
1596
1750
|
"presentationAnnotationPath": {
|
|
1597
1751
|
"description": "Represents the presentation annotation path.",
|
|
1598
|
-
"type": "string"
|
|
1752
|
+
"type": "string",
|
|
1753
|
+
"artifactType": "Manifest"
|
|
1754
|
+
},
|
|
1755
|
+
"selectionPresentationAnnotationPath": {
|
|
1756
|
+
"description": "Represents the selection presentation annotation path.",
|
|
1757
|
+
"type": "string",
|
|
1758
|
+
"artifactType": "Manifest"
|
|
1759
|
+
},
|
|
1760
|
+
"kpiAnnotationPath": {
|
|
1761
|
+
"description": "Represents the KPI annotation path.",
|
|
1762
|
+
"type": "string",
|
|
1763
|
+
"artifactType": "Manifest"
|
|
1599
1764
|
},
|
|
1600
1765
|
"category": {
|
|
1601
1766
|
"description": "The category of the card, as used in the card header.",
|
|
1602
|
-
"type": "string"
|
|
1767
|
+
"type": "string",
|
|
1768
|
+
"artifactType": "Manifest"
|
|
1603
1769
|
},
|
|
1604
1770
|
"defaultSpan": {
|
|
1605
1771
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1606
1772
|
"anyOf": [
|
|
1607
1773
|
{
|
|
1608
|
-
"
|
|
1609
|
-
"properties": {
|
|
1610
|
-
"cols": {
|
|
1611
|
-
"description": "Represents the number of the number of grid columns",
|
|
1612
|
-
"type": "number"
|
|
1613
|
-
},
|
|
1614
|
-
"rows": {
|
|
1615
|
-
"description": "Represents the number of the number of grid rows",
|
|
1616
|
-
"type": "number"
|
|
1617
|
-
},
|
|
1618
|
-
"showOnlyHeader": {
|
|
1619
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1620
|
-
"type": "boolean"
|
|
1621
|
-
},
|
|
1622
|
-
"minimumTitleRow": {
|
|
1623
|
-
"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)",
|
|
1624
|
-
"type": "number"
|
|
1625
|
-
},
|
|
1626
|
-
"minimumSubTitleRow": {
|
|
1627
|
-
"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)",
|
|
1628
|
-
"type": "number"
|
|
1629
|
-
}
|
|
1630
|
-
},
|
|
1631
|
-
"additionalProperties": false,
|
|
1632
|
-
"required": [
|
|
1633
|
-
"cols",
|
|
1634
|
-
"rows"
|
|
1635
|
-
]
|
|
1774
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1636
1775
|
},
|
|
1637
1776
|
{
|
|
1638
1777
|
"const": "auto",
|
|
@@ -1642,112 +1781,195 @@
|
|
|
1642
1781
|
},
|
|
1643
1782
|
"requireAppAuthorization": {
|
|
1644
1783
|
"description": "Define an authorization check at card level.",
|
|
1645
|
-
"type": "string"
|
|
1784
|
+
"type": "string",
|
|
1785
|
+
"artifactType": "Manifest"
|
|
1646
1786
|
},
|
|
1647
1787
|
"tabs": {
|
|
1648
1788
|
"description": "Represents the card with view switch control.",
|
|
1649
1789
|
"type": "array",
|
|
1650
|
-
"items":
|
|
1651
|
-
{
|
|
1652
|
-
"$ref": "#/definitions/TabSetting"
|
|
1653
|
-
}
|
|
1654
|
-
],
|
|
1655
|
-
"minItems": 1,
|
|
1656
|
-
"additionalItems": {
|
|
1790
|
+
"items": {
|
|
1657
1791
|
"$ref": "#/definitions/TabSetting"
|
|
1658
|
-
}
|
|
1792
|
+
},
|
|
1793
|
+
"artifactType": "Manifest"
|
|
1659
1794
|
},
|
|
1660
1795
|
"addODataSelect": {
|
|
1661
1796
|
"description": "add $Select parameter in data fetch URL",
|
|
1662
|
-
"type": "boolean"
|
|
1797
|
+
"type": "boolean",
|
|
1798
|
+
"artifactType": "Manifest"
|
|
1799
|
+
},
|
|
1800
|
+
"sortBy": {
|
|
1801
|
+
"description": "Defines the property by which the list shall be sorted.",
|
|
1802
|
+
"type": "string",
|
|
1803
|
+
"artifactType": "Manifest"
|
|
1804
|
+
},
|
|
1805
|
+
"sortOrder": {
|
|
1806
|
+
"description": "Sort order (ascending or descending)",
|
|
1807
|
+
"enum": [
|
|
1808
|
+
"ascending",
|
|
1809
|
+
"descending"
|
|
1810
|
+
],
|
|
1811
|
+
"type": "string",
|
|
1812
|
+
"artifactType": "Manifest"
|
|
1813
|
+
},
|
|
1814
|
+
"dynamicSubtitleAnnotationPath": {
|
|
1815
|
+
"description": "Represents the dynamic subtitle annotation path.",
|
|
1816
|
+
"type": "string",
|
|
1817
|
+
"artifactType": "Manifest"
|
|
1818
|
+
},
|
|
1819
|
+
"enableLocaleCurrencyFormatting": {
|
|
1820
|
+
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
1821
|
+
"type": "boolean",
|
|
1822
|
+
"artifactType": "Manifest"
|
|
1823
|
+
},
|
|
1824
|
+
"showFilterInHeader": {
|
|
1825
|
+
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
1826
|
+
"type": "boolean",
|
|
1827
|
+
"artifactType": "Manifest"
|
|
1828
|
+
},
|
|
1829
|
+
"showSortingInHeader": {
|
|
1830
|
+
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
1831
|
+
"type": "boolean",
|
|
1832
|
+
"artifactType": "Manifest"
|
|
1833
|
+
},
|
|
1834
|
+
"customParams": {
|
|
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.",
|
|
1836
|
+
"type": "string",
|
|
1837
|
+
"artifactType": "Manifest"
|
|
1663
1838
|
}
|
|
1664
1839
|
},
|
|
1665
|
-
"additionalProperties": false,
|
|
1666
1840
|
"required": [
|
|
1667
1841
|
"title"
|
|
1668
1842
|
]
|
|
1669
1843
|
},
|
|
1844
|
+
"CardNavigationType": {
|
|
1845
|
+
"enum": [
|
|
1846
|
+
"chartNav",
|
|
1847
|
+
"dataPointNav",
|
|
1848
|
+
"headerNav",
|
|
1849
|
+
"noHeaderNav"
|
|
1850
|
+
],
|
|
1851
|
+
"type": "string"
|
|
1852
|
+
},
|
|
1670
1853
|
"AnalyticalCardSettingsv4": {
|
|
1671
1854
|
"displayName": "settings",
|
|
1672
1855
|
"type": "object",
|
|
1673
1856
|
"properties": {
|
|
1674
1857
|
"measureAggregate": {
|
|
1675
|
-
"$ref": "#/definitions/MeasureAggregateSettings"
|
|
1858
|
+
"$ref": "#/definitions/MeasureAggregateSettings",
|
|
1859
|
+
"artifactType": "Manifest"
|
|
1676
1860
|
},
|
|
1677
1861
|
"chartAnnotationPath": {
|
|
1678
1862
|
"description": "Represents the chart annotation path.",
|
|
1679
|
-
"type": "string"
|
|
1863
|
+
"type": "string",
|
|
1864
|
+
"artifactType": "Manifest"
|
|
1680
1865
|
},
|
|
1681
|
-
"
|
|
1682
|
-
"description": "Represents the
|
|
1683
|
-
"type": "
|
|
1866
|
+
"ignoreSapText": {
|
|
1867
|
+
"description": "Represents the flag to indicate priority of number formatting over sap text.",
|
|
1868
|
+
"type": "boolean",
|
|
1869
|
+
"artifactType": "Manifest"
|
|
1870
|
+
},
|
|
1871
|
+
"navigation": {
|
|
1872
|
+
"$ref": "#/definitions/CardNavigationType",
|
|
1873
|
+
"description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
|
|
1874
|
+
"artifactType": "Manifest"
|
|
1684
1875
|
},
|
|
1685
1876
|
"valueSelectionInfo": {
|
|
1686
1877
|
"description": "Represents things like people, number of items.",
|
|
1687
|
-
"type": "string"
|
|
1878
|
+
"type": "string",
|
|
1879
|
+
"artifactType": "Manifest"
|
|
1880
|
+
},
|
|
1881
|
+
"chartProperties": {
|
|
1882
|
+
"description": "This property is responsible for setting specific chart settings.",
|
|
1883
|
+
"type": "object",
|
|
1884
|
+
"properties": {
|
|
1885
|
+
"plotArea": {
|
|
1886
|
+
"$ref": "#/definitions/PlotAreaDef"
|
|
1887
|
+
},
|
|
1888
|
+
"timeAxis": {
|
|
1889
|
+
"$ref": "#/definitions/TimeAxisDef"
|
|
1890
|
+
}
|
|
1891
|
+
},
|
|
1892
|
+
"additionalProperties": false,
|
|
1893
|
+
"artifactType": "Manifest"
|
|
1894
|
+
},
|
|
1895
|
+
"colorPalette": {
|
|
1896
|
+
"description": "Color palette for semantic coloring.",
|
|
1897
|
+
"anyOf": [
|
|
1898
|
+
{
|
|
1899
|
+
"type": "array",
|
|
1900
|
+
"items": {
|
|
1901
|
+
"type": "object",
|
|
1902
|
+
"additionalProperties": {}
|
|
1903
|
+
}
|
|
1904
|
+
},
|
|
1905
|
+
{
|
|
1906
|
+
"type": "object",
|
|
1907
|
+
"additionalProperties": {}
|
|
1908
|
+
}
|
|
1909
|
+
]
|
|
1688
1910
|
},
|
|
1689
1911
|
"entitySet": {
|
|
1690
1912
|
"description": "Represents the dominant entity set that will be displayed in the given card.",
|
|
1691
|
-
"type": "string"
|
|
1913
|
+
"type": "string",
|
|
1914
|
+
"artifactType": "Manifest"
|
|
1692
1915
|
},
|
|
1693
1916
|
"title": {
|
|
1694
1917
|
"description": "The language-dependent title of the card, used in the card header.",
|
|
1695
1918
|
"i18nClassification": "TIT: Title of the card, used in the card header",
|
|
1696
|
-
"type": "string"
|
|
1919
|
+
"type": "string",
|
|
1920
|
+
"artifactType": "Manifest"
|
|
1697
1921
|
},
|
|
1698
1922
|
"subTitle": {
|
|
1699
1923
|
"description": "The language-dependent subtitle of the card, used in the card header.",
|
|
1700
1924
|
"i18nClassification": "TIT: Subtitle of the card, used in the card header",
|
|
1701
|
-
"type": "string"
|
|
1925
|
+
"type": "string",
|
|
1926
|
+
"artifactType": "Manifest"
|
|
1927
|
+
},
|
|
1928
|
+
"annotationPath": {
|
|
1929
|
+
"description": "Represents the annotation path.",
|
|
1930
|
+
"type": "string",
|
|
1931
|
+
"artifactType": "Manifest"
|
|
1702
1932
|
},
|
|
1703
1933
|
"identificationAnnotationPath": {
|
|
1704
1934
|
"description": "Represents the identification annotation path.",
|
|
1705
|
-
"type": "string"
|
|
1935
|
+
"type": "string",
|
|
1936
|
+
"artifactType": "Manifest"
|
|
1937
|
+
},
|
|
1938
|
+
"dataPointAnnotationPath": {
|
|
1939
|
+
"description": "Represents the data point annotation path.",
|
|
1940
|
+
"type": "string",
|
|
1941
|
+
"artifactType": "Manifest"
|
|
1706
1942
|
},
|
|
1707
1943
|
"selectionAnnotationPath": {
|
|
1708
1944
|
"description": "Represents the selection annotation path.",
|
|
1709
|
-
"type": "string"
|
|
1945
|
+
"type": "string",
|
|
1946
|
+
"artifactType": "Manifest"
|
|
1710
1947
|
},
|
|
1711
1948
|
"presentationAnnotationPath": {
|
|
1712
1949
|
"description": "Represents the presentation annotation path.",
|
|
1713
|
-
"type": "string"
|
|
1950
|
+
"type": "string",
|
|
1951
|
+
"artifactType": "Manifest"
|
|
1952
|
+
},
|
|
1953
|
+
"selectionPresentationAnnotationPath": {
|
|
1954
|
+
"description": "Represents the selection presentation annotation path.",
|
|
1955
|
+
"type": "string",
|
|
1956
|
+
"artifactType": "Manifest"
|
|
1957
|
+
},
|
|
1958
|
+
"kpiAnnotationPath": {
|
|
1959
|
+
"description": "Represents the KPI annotation path.",
|
|
1960
|
+
"type": "string",
|
|
1961
|
+
"artifactType": "Manifest"
|
|
1714
1962
|
},
|
|
1715
1963
|
"category": {
|
|
1716
1964
|
"description": "The category of the card, as used in the card header.",
|
|
1717
|
-
"type": "string"
|
|
1965
|
+
"type": "string",
|
|
1966
|
+
"artifactType": "Manifest"
|
|
1718
1967
|
},
|
|
1719
1968
|
"defaultSpan": {
|
|
1720
1969
|
"description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
|
|
1721
1970
|
"anyOf": [
|
|
1722
1971
|
{
|
|
1723
|
-
"
|
|
1724
|
-
"properties": {
|
|
1725
|
-
"cols": {
|
|
1726
|
-
"description": "Represents the number of the number of grid columns",
|
|
1727
|
-
"type": "number"
|
|
1728
|
-
},
|
|
1729
|
-
"rows": {
|
|
1730
|
-
"description": "Represents the number of the number of grid rows",
|
|
1731
|
-
"type": "number"
|
|
1732
|
-
},
|
|
1733
|
-
"showOnlyHeader": {
|
|
1734
|
-
"description": "Represents if user wants to show only header part of card in resizable layout",
|
|
1735
|
-
"type": "boolean"
|
|
1736
|
-
},
|
|
1737
|
-
"minimumTitleRow": {
|
|
1738
|
-
"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)",
|
|
1739
|
-
"type": "number"
|
|
1740
|
-
},
|
|
1741
|
-
"minimumSubTitleRow": {
|
|
1742
|
-
"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)",
|
|
1743
|
-
"type": "number"
|
|
1744
|
-
}
|
|
1745
|
-
},
|
|
1746
|
-
"additionalProperties": false,
|
|
1747
|
-
"required": [
|
|
1748
|
-
"cols",
|
|
1749
|
-
"rows"
|
|
1750
|
-
]
|
|
1972
|
+
"$ref": "#/definitions/DefaultSpanObject"
|
|
1751
1973
|
},
|
|
1752
1974
|
{
|
|
1753
1975
|
"const": "auto",
|
|
@@ -1757,24 +1979,60 @@
|
|
|
1757
1979
|
},
|
|
1758
1980
|
"requireAppAuthorization": {
|
|
1759
1981
|
"description": "Define an authorization check at card level.",
|
|
1760
|
-
"type": "string"
|
|
1982
|
+
"type": "string",
|
|
1983
|
+
"artifactType": "Manifest"
|
|
1761
1984
|
},
|
|
1762
1985
|
"tabs": {
|
|
1763
1986
|
"description": "Represents the card with view switch control.",
|
|
1764
1987
|
"type": "array",
|
|
1765
|
-
"items":
|
|
1766
|
-
{
|
|
1767
|
-
"$ref": "#/definitions/TabSetting"
|
|
1768
|
-
}
|
|
1769
|
-
],
|
|
1770
|
-
"minItems": 1,
|
|
1771
|
-
"additionalItems": {
|
|
1988
|
+
"items": {
|
|
1772
1989
|
"$ref": "#/definitions/TabSetting"
|
|
1773
|
-
}
|
|
1990
|
+
},
|
|
1991
|
+
"artifactType": "Manifest"
|
|
1774
1992
|
},
|
|
1775
1993
|
"addODataSelect": {
|
|
1776
1994
|
"description": "add $Select parameter in data fetch URL",
|
|
1777
|
-
"type": "boolean"
|
|
1995
|
+
"type": "boolean",
|
|
1996
|
+
"artifactType": "Manifest"
|
|
1997
|
+
},
|
|
1998
|
+
"sortBy": {
|
|
1999
|
+
"description": "Defines the property by which the list shall be sorted.",
|
|
2000
|
+
"type": "string",
|
|
2001
|
+
"artifactType": "Manifest"
|
|
2002
|
+
},
|
|
2003
|
+
"sortOrder": {
|
|
2004
|
+
"description": "Sort order (ascending or descending)",
|
|
2005
|
+
"enum": [
|
|
2006
|
+
"ascending",
|
|
2007
|
+
"descending"
|
|
2008
|
+
],
|
|
2009
|
+
"type": "string",
|
|
2010
|
+
"artifactType": "Manifest"
|
|
2011
|
+
},
|
|
2012
|
+
"dynamicSubtitleAnnotationPath": {
|
|
2013
|
+
"description": "Represents the dynamic subtitle annotation path.",
|
|
2014
|
+
"type": "string",
|
|
2015
|
+
"artifactType": "Manifest"
|
|
2016
|
+
},
|
|
2017
|
+
"enableLocaleCurrencyFormatting": {
|
|
2018
|
+
"description": "Represents the flag to indicate the use of object number/smart field.",
|
|
2019
|
+
"type": "boolean",
|
|
2020
|
+
"artifactType": "Manifest"
|
|
2021
|
+
},
|
|
2022
|
+
"showFilterInHeader": {
|
|
2023
|
+
"description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
|
|
2024
|
+
"type": "boolean",
|
|
2025
|
+
"artifactType": "Manifest"
|
|
2026
|
+
},
|
|
2027
|
+
"showSortingInHeader": {
|
|
2028
|
+
"description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
|
|
2029
|
+
"type": "boolean",
|
|
2030
|
+
"artifactType": "Manifest"
|
|
2031
|
+
},
|
|
2032
|
+
"customParams": {
|
|
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.",
|
|
2034
|
+
"type": "string",
|
|
2035
|
+
"artifactType": "Manifest"
|
|
1778
2036
|
}
|
|
1779
2037
|
},
|
|
1780
2038
|
"additionalProperties": false,
|