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