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