@sap/ux-specification 1.71.98 → 1.71.100

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.
Files changed (84) hide show
  1. package/CHANGELOG.md +83 -0
  2. package/dist/documentation/runDocu-min.js +4 -4
  3. package/dist/documentation/runDocu-min.js.map +3 -3
  4. package/dist/documentation/styleDocu.css +4 -0
  5. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  6. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  7. package/dist/documentation/v2/v2-ListReport.html +2 -2
  8. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  9. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  10. package/dist/index-min.js +62 -65
  11. package/dist/index-min.js.map +4 -4
  12. package/dist/package.json +7 -8
  13. package/dist/schemas/v2/ObjectPageConfig.json +167 -111
  14. package/dist/schemas/v2/OverviewPageConfig.json +833 -638
  15. package/dist/src/api.js +1 -1
  16. package/dist/src/extensionLogger.d.ts.map +1 -1
  17. package/dist/src/extensionLogger.js +6 -1
  18. package/dist/src/extensionLogger.js.map +1 -1
  19. package/dist/src/sync/common/decoration/control.d.ts +4 -0
  20. package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
  21. package/dist/src/sync/common/decoration/control.js +8 -1
  22. package/dist/src/sync/common/decoration/control.js.map +1 -1
  23. package/dist/src/sync/common/distTagEvaluator.d.ts.map +1 -1
  24. package/dist/src/sync/common/distTagEvaluator.js +1 -1
  25. package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
  26. package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
  27. package/dist/src/sync/common/generate/utils.js +56 -47
  28. package/dist/src/sync/common/generate/utils.js.map +1 -1
  29. package/dist/src/sync/common/importProject.d.ts.map +1 -1
  30. package/dist/src/sync/common/importProject.js +30 -34
  31. package/dist/src/sync/common/importProject.js.map +1 -1
  32. package/dist/src/sync/common/utils.d.ts.map +1 -1
  33. package/dist/src/sync/common/utils.js +51 -42
  34. package/dist/src/sync/common/utils.js.map +1 -1
  35. package/dist/src/sync/v2/application.d.ts +4 -3
  36. package/dist/src/sync/v2/application.d.ts.map +1 -1
  37. package/dist/src/sync/v2/application.js +17 -13
  38. package/dist/src/sync/v2/application.js.map +1 -1
  39. package/dist/src/sync/v2/export/controls/Card.d.ts +69 -77
  40. package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
  41. package/dist/src/sync/v2/export/controls/Card.js +99 -252
  42. package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
  43. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +14 -6
  44. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
  45. package/dist/src/sync/v2/export/controls/ObjectPageTable.js +87 -27
  46. package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
  47. package/dist/src/sync/v2/export/export.d.ts +2 -1
  48. package/dist/src/sync/v2/export/export.d.ts.map +1 -1
  49. package/dist/src/sync/v2/export/export.js +37 -61
  50. package/dist/src/sync/v2/export/export.js.map +1 -1
  51. package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
  52. package/dist/src/sync/v2/export/exportPage.js +0 -14
  53. package/dist/src/sync/v2/export/exportPage.js.map +1 -1
  54. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
  55. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
  56. package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
  57. package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
  58. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
  59. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
  60. package/dist/src/sync/v2/export/pages/OverviewPage.js +36 -10
  61. package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
  62. package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
  63. package/dist/src/sync/v2/generate/analyticalListReport.js +56 -8
  64. package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
  65. package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
  66. package/dist/src/sync/v2/generate/generate.js +1 -4
  67. package/dist/src/sync/v2/generate/generate.js.map +1 -1
  68. package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
  69. package/dist/src/sync/v2/generate/listReport.js +6 -4
  70. package/dist/src/sync/v2/generate/listReport.js.map +1 -1
  71. package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  72. package/dist/src/sync/v2/import/pages/listReport.js +1 -4
  73. package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
  74. package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  75. package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
  76. package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
  77. package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
  78. package/dist/src/sync/v2/import/pages/overviewPage.js +53 -53
  79. package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
  80. package/dist/src/sync/v2/types.d.ts +1 -0
  81. package/dist/src/sync/v2/types.d.ts.map +1 -1
  82. package/dist/src/sync/v2/types.js +2 -1
  83. package/dist/src/sync/v2/types.js.map +1 -1
  84. package/package.json +7 -8
@@ -2,73 +2,110 @@
2
2
  "type": "object",
3
3
  "properties": {
4
4
  "globalFilterModel": {
5
- "description": "globalFilterModel defines the OData model that contains entity definitions relevant for global filters.",
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": "globalFilterEntityType defines the entity type to use as a global filter in the smart filter bar control.",
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": "globalFilterEntitySet defines the entity set to use as global filter in the smart filter bar control.",
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
- "containerLayout": {
20
- "$ref": "#/definitions/ContainerLayoutType",
21
- "description": "containerLayout represents the layout of the card container, as fixed or resizable. The default value is fixed.",
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": "Set smartVariantRequired to false to deactivate smart variant management in the global filters. The default value is true.",
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": "Set showDateInRelativeFormat to true to enable relative or normal date formatting in OVP applications.",
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": "Set enableLiveFilter to true to activate a live update in the global filter. The default requires the user to click the Go button..",
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
- "imageSupported": {
40
- "description": "imageSupported allows the condensed list card to show images or icons.",
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": "considerAnalyticalParameters enables analytical parameter support for the smart filter bar.",
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": "refreshIntervalInMinutes represents the time interval in minutes to auto refresh the card models.",
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": "Set useDateRangeType to true to enable semantic date range control for the smart filter bar.",
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
- "showBasicSearch": {
60
- "description": "Determines if the basic search shall be part of the global filters.",
61
- "type": "boolean",
62
- "artifactType": "Manifest"
87
+ "chartSettings": {
88
+ "$ref": "#/definitions/ChartSettingsType",
89
+ "description": "Represents the object to store analytical chart settings."
63
90
  },
64
- "disableErrorPage": {
65
- "description": "Disables the error page of OVP. Error page in OVP appears only when all cards have failed.",
66
- "type": "boolean",
91
+ "dataLoadSettings": {
92
+ "description": "Represents the object to define data loading behaviour for an overview page application",
93
+ "type": "object",
94
+ "additionalProperties": {},
95
+ "properties": {
96
+ "loadDataOnAppLaunch": {
97
+ "$ref": "#/definitions/LoadDataOnAppLaunchType",
98
+ "description": "Data load behaviour options on application launch. The default value is 'always'."
99
+ }
100
+ },
67
101
  "artifactType": "Manifest"
68
102
  },
69
- "bHeaderExpanded": {
70
- "description": "Shows smart filter bar in expanded mode.",
71
- "type": "boolean",
103
+ "resizableLayout": {
104
+ "description": "Represents the resizable layout.",
105
+ "type": "object",
106
+ "additionalProperties": {
107
+ "$ref": "#/definitions/ResizableLayoutVariant"
108
+ },
72
109
  "artifactType": "Manifest"
73
110
  },
74
111
  "cards": {
@@ -111,6 +148,77 @@
111
148
  ],
112
149
  "type": "string"
113
150
  },
151
+ "RefreshStrategiesPropDef": {
152
+ "description": "Represents the refresh strategies configured for external display navigation while coming back to the source app",
153
+ "type": "object",
154
+ "properties": {
155
+ "entitySets": {
156
+ "description": "Represents the map of entity sets configured for refresh strategies",
157
+ "type": "object",
158
+ "additionalProperties": {}
159
+ }
160
+ },
161
+ "additionalProperties": false
162
+ },
163
+ "ChartSettingsType": {
164
+ "type": "object",
165
+ "properties": {
166
+ "showDataLabel": {
167
+ "description": "Flag to enable data labels on analytical charts. The default value is false.",
168
+ "type": "boolean",
169
+ "artifactType": "Manifest"
170
+ }
171
+ },
172
+ "additionalProperties": false
173
+ },
174
+ "LoadDataOnAppLaunchType": {
175
+ "enum": [
176
+ "always",
177
+ "ifAnyFilterExist",
178
+ "never"
179
+ ],
180
+ "type": "string"
181
+ },
182
+ "ResizableLayoutVariant": {
183
+ "description": "Represents the resizable layout variant\n\nThis interface was referenced by `undefined`'s JSON-Schema definition\nvia the `patternProperty` \"^cols_[0-9]+$\".",
184
+ "type": "object",
185
+ "additionalProperties": {
186
+ "$ref": "#/definitions/ResizableLayoutVariantCardProperties"
187
+ }
188
+ },
189
+ "ResizableLayoutVariantCardProperties": {
190
+ "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_\\.\\-]+$\".",
191
+ "type": "object",
192
+ "properties": {
193
+ "col": {
194
+ "description": "Represents the grid column",
195
+ "type": "number"
196
+ },
197
+ "row": {
198
+ "description": "Represents the grid row",
199
+ "type": "number"
200
+ },
201
+ "colSpan": {
202
+ "description": "Represents the column span",
203
+ "type": "number"
204
+ },
205
+ "rowSpan": {
206
+ "description": "Represents the row span",
207
+ "type": "number"
208
+ },
209
+ "visible": {
210
+ "description": "Represents the visibility of the card",
211
+ "type": "boolean"
212
+ }
213
+ },
214
+ "additionalProperties": false,
215
+ "required": [
216
+ "col",
217
+ "colSpan",
218
+ "row",
219
+ "rowSpan"
220
+ ]
221
+ },
114
222
  "CustomCard": {
115
223
  "description": "Custom Card",
116
224
  "isViewNode": true,
@@ -128,7 +236,7 @@
128
236
  "artifactType": "Manifest"
129
237
  },
130
238
  "settings": {
131
- "$ref": "#/definitions/CustomCardSettings",
239
+ "$ref": "#/definitions/CommonCardSettings",
132
240
  "description": "Represents the properties that are passed to the custom card.",
133
241
  "artifactType": "Manifest"
134
242
  }
@@ -138,211 +246,72 @@
138
246
  "template"
139
247
  ]
140
248
  },
141
- "CustomCardSettings": {
249
+ "CommonCardSettings": {
142
250
  "displayName": "settings",
143
251
  "type": "object",
144
- "additionalProperties": {},
145
252
  "properties": {
146
- "itemText": {
147
- "description": "Represents the user defined string in placeholder card.",
148
- "type": "string"
149
- },
150
- "valueSelectionInfo": {
151
- "description": "Represents things like people, number of items.",
152
- "type": "string"
153
- },
154
- "staticContent": {
155
- "description": "Represents the static content that will be displayed in this card.",
156
- "type": "array",
157
- "items": {
158
- "type": "object",
159
- "additionalProperties": {}
160
- }
161
- },
162
- "listFlavor": {
163
- "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
164
- "enum": [
165
- "bar",
166
- "carousel",
167
- "standard"
168
- ],
169
- "type": "string"
170
- },
171
- "listType": {
172
- "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.",
173
- "enum": [
174
- "condensed",
175
- "extended"
176
- ],
177
- "type": "string"
178
- },
179
- "sortBy": {
180
- "description": "Represents the sort key for the entity set.",
181
- "type": "string"
182
- },
183
- "sortOrder": {
184
- "description": "Represents the sort order for the entity set.",
185
- "enum": [
186
- "ascending",
187
- "descending"
188
- ],
189
- "type": "string"
190
- },
191
- "annotationPath": {
192
- "description": "Represents the annotation path.",
193
- "type": "string"
194
- },
195
- "chartAnnotationPath": {
196
- "description": "Represents the chart annotation path.",
197
- "type": "string"
198
- },
199
- "dataPointAnnotationPath": {
200
- "description": "Represents the data point annotation path.",
201
- "type": "string"
202
- },
203
- "kpiAnnotationPath": {
204
- "description": "Represents the KPI annotation path.",
205
- "type": "string"
206
- },
207
- "selectionPresentationAnnotationPath": {
208
- "description": "Represents the selection presentation annotation path.",
209
- "type": "string"
210
- },
211
- "dynamicSubtitleAnnotationPath": {
212
- "description": "Represents the dynamic subtitle annotation path.",
213
- "type": "string"
214
- },
215
- "ignoreSapText": {
216
- "description": "Represents the flag to indicate priority of number formatting over sap text.",
217
- "type": "boolean"
218
- },
219
- "objectStreamCardsSettings": {
220
- "$ref": "#/definitions/ObjectStreamCardsSettingsDef",
221
- "description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards."
222
- },
223
- "enableLocaleCurrencyFormatting": {
224
- "description": "Represents the flag to indicate the use of object number/smart field.",
225
- "type": "boolean"
226
- },
227
- "navigation": {
228
- "$ref": "#/definitions/CustomCardNavigationType",
229
- "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards."
230
- },
231
- "showFilterInHeader": {
232
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
233
- "type": "boolean"
234
- },
235
- "showSortingInHeader": {
236
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
237
- "type": "boolean"
238
- },
239
- "imageSupported": {
240
- "description": "Flag for enabling images in a condensed list card.",
241
- "type": "boolean"
242
- },
243
- "showLineItemDetail": {
244
- "description": "Flag for show line item detail in list and table card.",
245
- "type": "boolean"
246
- },
247
- "showLabelText": {
248
- "description": "This property is responsible for showing and hiding text labels on the geo spots.",
249
- "type": "boolean"
250
- },
251
- "customParams": {
252
- "description": "This property is responsible for passing custom parameters present in the entity set to the navigating application.",
253
- "type": "string"
254
- },
255
- "chartProperties": {
256
- "description": "This property is responsible for setting specific chart settings.",
257
- "type": "object",
258
- "properties": {
259
- "plotArea": {
260
- "$ref": "#/definitions/PlotAreaDef"
261
- },
262
- "timeAxis": {
263
- "$ref": "#/definitions/TimeAxisDef"
264
- }
265
- },
266
- "additionalProperties": false
267
- },
268
- "colorPalette": {
269
- "description": "Represents the configuration to customize the column stacked chart.",
270
- "anyOf": [
271
- {
272
- "type": "array",
273
- "items": {
274
- "type": "object",
275
- "additionalProperties": {}
276
- }
277
- },
278
- {
279
- "type": "object",
280
- "additionalProperties": {}
281
- }
282
- ]
283
- },
284
253
  "entitySet": {
285
254
  "description": "Represents the dominant entity set that will be displayed in the given card.",
286
- "type": "string"
255
+ "type": "string",
256
+ "artifactType": "Manifest"
287
257
  },
288
258
  "title": {
289
259
  "description": "The language-dependent title of the card, used in the card header.",
290
260
  "i18nClassification": "TIT: Title of the card, used in the card header",
291
- "type": "string"
261
+ "type": "string",
262
+ "artifactType": "Manifest"
292
263
  },
293
264
  "subTitle": {
294
265
  "description": "The language-dependent subtitle of the card, used in the card header.",
295
266
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
296
- "type": "string"
267
+ "type": "string",
268
+ "artifactType": "Manifest"
269
+ },
270
+ "annotationPath": {
271
+ "description": "Represents the annotation path.",
272
+ "type": "string",
273
+ "artifactType": "Manifest"
297
274
  },
298
275
  "identificationAnnotationPath": {
299
276
  "description": "Represents the identification annotation path.",
300
- "type": "string"
277
+ "type": "string",
278
+ "artifactType": "Manifest"
279
+ },
280
+ "dataPointAnnotationPath": {
281
+ "description": "Represents the data point annotation path.",
282
+ "type": "string",
283
+ "artifactType": "Manifest"
301
284
  },
302
285
  "selectionAnnotationPath": {
303
286
  "description": "Represents the selection annotation path.",
304
- "type": "string"
287
+ "type": "string",
288
+ "artifactType": "Manifest"
305
289
  },
306
290
  "presentationAnnotationPath": {
307
291
  "description": "Represents the presentation annotation path.",
308
- "type": "string"
292
+ "type": "string",
293
+ "artifactType": "Manifest"
294
+ },
295
+ "selectionPresentationAnnotationPath": {
296
+ "description": "Represents the selection presentation annotation path.",
297
+ "type": "string",
298
+ "artifactType": "Manifest"
299
+ },
300
+ "kpiAnnotationPath": {
301
+ "description": "Represents the KPI annotation path.",
302
+ "type": "string",
303
+ "artifactType": "Manifest"
309
304
  },
310
305
  "category": {
311
306
  "description": "The category of the card, as used in the card header.",
312
- "type": "string"
307
+ "type": "string",
308
+ "artifactType": "Manifest"
313
309
  },
314
310
  "defaultSpan": {
315
311
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
316
312
  "anyOf": [
317
313
  {
318
- "type": "object",
319
- "properties": {
320
- "cols": {
321
- "description": "Represents the number of the number of grid columns",
322
- "type": "number"
323
- },
324
- "rows": {
325
- "description": "Represents the number of the number of grid rows",
326
- "type": "number"
327
- },
328
- "showOnlyHeader": {
329
- "description": "Represents if user wants to show only header part of card in resizable layout",
330
- "type": "boolean"
331
- },
332
- "minimumTitleRow": {
333
- "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)",
334
- "type": "number"
335
- },
336
- "minimumSubTitleRow": {
337
- "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)",
338
- "type": "number"
339
- }
340
- },
341
- "additionalProperties": false,
342
- "required": [
343
- "cols",
344
- "rows"
345
- ]
314
+ "$ref": "#/definitions/DefaultSpanObject"
346
315
  },
347
316
  {
348
317
  "const": "auto",
@@ -352,123 +321,101 @@
352
321
  },
353
322
  "requireAppAuthorization": {
354
323
  "description": "Define an authorization check at card level.",
355
- "type": "string"
324
+ "type": "string",
325
+ "artifactType": "Manifest"
356
326
  },
357
327
  "tabs": {
358
328
  "description": "Represents the card with view switch control.",
359
329
  "type": "array",
360
- "items": [
361
- {
362
- "$ref": "#/definitions/TabSetting"
363
- }
364
- ],
365
- "minItems": 1,
366
- "additionalItems": {
330
+ "items": {
367
331
  "$ref": "#/definitions/TabSetting"
368
- }
332
+ },
333
+ "artifactType": "Manifest"
369
334
  },
370
335
  "addODataSelect": {
371
336
  "description": "add $Select parameter in data fetch URL",
372
- "type": "boolean"
373
- }
374
- },
375
- "required": [
376
- "title"
377
- ]
378
- },
379
- "ObjectStreamCardsSettingsDef": {
380
- "description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards",
381
- "type": "object",
382
- "additionalProperties": {},
383
- "properties": {
384
- "showFirstActionInFooter": {
385
- "description": "Represents the flag to show first action in footer of the Quickview cards",
386
- "type": "boolean"
337
+ "type": "boolean",
338
+ "artifactType": "Manifest"
387
339
  },
388
- "customActions": {
389
- "description": "Represents the custom actions in the Quick View Cards",
390
- "minItems": 1,
391
- "type": "array",
392
- "items": [
393
- {
394
- "$ref": "#/definitions/CustomActionsSetting"
395
- }
340
+ "sortBy": {
341
+ "description": "Defines the property by which the list shall be sorted.",
342
+ "type": "string",
343
+ "artifactType": "Manifest"
344
+ },
345
+ "sortOrder": {
346
+ "description": "Sort order (ascending or descending)",
347
+ "enum": [
348
+ "ascending",
349
+ "descending"
396
350
  ],
397
- "additionalItems": {
398
- "$ref": "#/definitions/CustomActionsSetting"
399
- }
400
- }
401
- }
402
- },
403
- "CustomActionsSetting": {
404
- "description": "Represents the properties for the custom actions in the Quick View Cards",
405
- "type": "object",
406
- "additionalProperties": {},
407
- "properties": {
408
- "text": {
409
- "description": "Text displayed for extended actions in Quick View",
410
- "type": "string"
351
+ "type": "string",
352
+ "artifactType": "Manifest"
411
353
  },
412
- "press": {
413
- "description": "Name of the press handler for extended actions in Quick View",
414
- "type": "string"
354
+ "dynamicSubtitleAnnotationPath": {
355
+ "description": "Represents the dynamic subtitle annotation path.",
356
+ "type": "string",
357
+ "artifactType": "Manifest"
415
358
  },
416
- "position": {
417
- "description": "Position of extended actions in Quick View",
418
- "type": "number"
419
- }
420
- }
421
- },
422
- "CustomCardNavigationType": {
423
- "enum": [
424
- "chartNav",
425
- "dataPointNav",
426
- "headerNav",
427
- "noHeaderNav"
428
- ],
429
- "type": "string"
430
- },
431
- "PlotAreaDef": {
432
- "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
433
- "type": "object",
434
- "properties": {
435
- "isSmoothed": {
436
- "description": "Represents whether smoother curves are required or not",
437
- "type": "boolean"
359
+ "enableLocaleCurrencyFormatting": {
360
+ "description": "Represents the flag to indicate the use of object number/smart field.",
361
+ "type": "boolean",
362
+ "artifactType": "Manifest"
438
363
  },
439
- "markerSize": {
440
- "description": "Represents the size of the markers in scatter plots",
441
- "type": "number"
364
+ "showFilterInHeader": {
365
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
366
+ "type": "boolean",
367
+ "artifactType": "Manifest"
442
368
  },
443
- "dataLabel": {
444
- "description": "dataLabel is a parent property that defines other properties for type",
445
- "type": "object",
446
- "properties": {
447
- "type": {
448
- "description": "Defines whether to display percentage values or actual counts in the donut chart",
449
- "enum": [
450
- "percentage",
451
- "value"
452
- ],
453
- "type": "string"
454
- }
455
- },
456
- "additionalProperties": false
369
+ "showSortingInHeader": {
370
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
371
+ "type": "boolean",
372
+ "artifactType": "Manifest"
373
+ },
374
+ "customParams": {
375
+ "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.",
376
+ "type": "string",
377
+ "artifactType": "Manifest"
457
378
  }
458
379
  },
459
- "additionalProperties": false
380
+ "additionalProperties": false,
381
+ "required": [
382
+ "title"
383
+ ]
460
384
  },
461
- "TimeAxisDef": {
462
- "description": "Represents the configuration to customize the time axis",
385
+ "DefaultSpanObject": {
463
386
  "type": "object",
464
- "additionalProperties": {},
465
387
  "properties": {
466
- "levels": {
467
- "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
468
- "type": "array",
469
- "items": {}
388
+ "cols": {
389
+ "description": "Represents the number of the number of grid columns",
390
+ "type": "number",
391
+ "artifactType": "Manifest"
392
+ },
393
+ "rows": {
394
+ "description": "Represents the number of the number of grid rows",
395
+ "type": "number",
396
+ "artifactType": "Manifest"
397
+ },
398
+ "showOnlyHeader": {
399
+ "description": "Represents if user wants to show only header part of card in resizable layout",
400
+ "type": "boolean",
401
+ "artifactType": "Manifest"
402
+ },
403
+ "minimumTitleRow": {
404
+ "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)",
405
+ "type": "number",
406
+ "artifactType": "Manifest"
407
+ },
408
+ "minimumSubTitleRow": {
409
+ "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)",
410
+ "type": "number",
411
+ "artifactType": "Manifest"
470
412
  }
471
- }
413
+ },
414
+ "additionalProperties": false,
415
+ "required": [
416
+ "cols",
417
+ "rows"
418
+ ]
472
419
  },
473
420
  "TabSetting": {
474
421
  "description": "Represents the tab specific properties - properties that are passed to a particular tab in a card",
@@ -538,6 +485,48 @@
538
485
  }
539
486
  }
540
487
  },
488
+ "PlotAreaDef": {
489
+ "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
490
+ "type": "object",
491
+ "properties": {
492
+ "isSmoothed": {
493
+ "description": "Represents whether smoother curves are required or not",
494
+ "type": "boolean"
495
+ },
496
+ "markerSize": {
497
+ "description": "Represents the size of the markers in scatter plots",
498
+ "type": "number"
499
+ },
500
+ "dataLabel": {
501
+ "description": "dataLabel is a parent property that defines other properties for type",
502
+ "type": "object",
503
+ "properties": {
504
+ "type": {
505
+ "description": "Defines whether to display percentage values or actual counts in the donut chart",
506
+ "enum": [
507
+ "percentage",
508
+ "value"
509
+ ],
510
+ "type": "string"
511
+ }
512
+ },
513
+ "additionalProperties": false
514
+ }
515
+ },
516
+ "additionalProperties": false
517
+ },
518
+ "TimeAxisDef": {
519
+ "description": "Represents the configuration to customize the time axis",
520
+ "type": "object",
521
+ "additionalProperties": {},
522
+ "properties": {
523
+ "levels": {
524
+ "description": "Plot area is a parent property which defines multiple other properties for smoothness and marker size",
525
+ "type": "array",
526
+ "items": {}
527
+ }
528
+ }
529
+ },
541
530
  "ListCard": {
542
531
  "description": "List Card",
543
532
  "isViewNode": true,
@@ -555,15 +544,13 @@
555
544
  "const": "sap.ovp.cards.list",
556
545
  "artifactType": "Manifest"
557
546
  },
558
- "listCardSettings": {
547
+ "settings": {
559
548
  "$ref": "#/definitions/ListCardSettings",
560
- "description": "Represents the properties that are passed to the list card.",
561
- "artifactType": "Manifest"
549
+ "description": "Represents the properties that are passed to the list card."
562
550
  }
563
551
  },
564
552
  "additionalProperties": false,
565
553
  "required": [
566
- "listCardSettings",
567
554
  "model",
568
555
  "template"
569
556
  ]
@@ -574,98 +561,91 @@
574
561
  "properties": {
575
562
  "listFlavor": {
576
563
  "$ref": "#/definitions/ListFlavorType",
577
- "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
564
+ "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
565
+ "artifactType": "Manifest"
578
566
  },
579
567
  "listType": {
580
568
  "$ref": "#/definitions/ListTypeType",
581
- "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."
569
+ "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.",
570
+ "artifactType": "Manifest"
582
571
  },
583
- "annotationPath": {
584
- "description": "Represents the annotation path.",
585
- "type": "string"
572
+ "showLineItemDetail": {
573
+ "description": "Flag for show line item detail in list and table card.",
574
+ "type": "boolean",
575
+ "artifactType": "Manifest"
576
+ },
577
+ "imageSupported": {
578
+ "description": "Flag for enabling images in a condensed list card.",
579
+ "type": "boolean",
580
+ "artifactType": "Manifest"
586
581
  },
587
582
  "valueSelectionInfo": {
588
583
  "description": "Represents things like people, number of items.",
589
- "type": "string"
590
- },
591
- "sortBy": {
592
- "description": "Defines the property by which the list shall be sorted.",
593
- "type": "string"
594
- },
595
- "sortOrder": {
596
- "$ref": "#/definitions/SortOrderType",
597
- "description": "Defines the sort order."
598
- },
599
- "dataPointAnnotationPath": {
600
- "description": "Represents the data point annotation path.",
601
- "type": "string"
602
- },
603
- "showLineItemDetail": {
604
- "description": "Flag for show line item detail in list and table card.",
605
- "type": "boolean"
584
+ "type": "string",
585
+ "artifactType": "Manifest"
606
586
  },
607
587
  "entitySet": {
608
588
  "description": "Represents the dominant entity set that will be displayed in the given card.",
609
- "type": "string"
589
+ "type": "string",
590
+ "artifactType": "Manifest"
610
591
  },
611
592
  "title": {
612
593
  "description": "The language-dependent title of the card, used in the card header.",
613
594
  "i18nClassification": "TIT: Title of the card, used in the card header",
614
- "type": "string"
595
+ "type": "string",
596
+ "artifactType": "Manifest"
615
597
  },
616
598
  "subTitle": {
617
599
  "description": "The language-dependent subtitle of the card, used in the card header.",
618
600
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
619
- "type": "string"
601
+ "type": "string",
602
+ "artifactType": "Manifest"
603
+ },
604
+ "annotationPath": {
605
+ "description": "Represents the annotation path.",
606
+ "type": "string",
607
+ "artifactType": "Manifest"
620
608
  },
621
609
  "identificationAnnotationPath": {
622
610
  "description": "Represents the identification annotation path.",
623
- "type": "string"
611
+ "type": "string",
612
+ "artifactType": "Manifest"
613
+ },
614
+ "dataPointAnnotationPath": {
615
+ "description": "Represents the data point annotation path.",
616
+ "type": "string",
617
+ "artifactType": "Manifest"
624
618
  },
625
619
  "selectionAnnotationPath": {
626
620
  "description": "Represents the selection annotation path.",
627
- "type": "string"
621
+ "type": "string",
622
+ "artifactType": "Manifest"
628
623
  },
629
624
  "presentationAnnotationPath": {
630
625
  "description": "Represents the presentation annotation path.",
631
- "type": "string"
626
+ "type": "string",
627
+ "artifactType": "Manifest"
628
+ },
629
+ "selectionPresentationAnnotationPath": {
630
+ "description": "Represents the selection presentation annotation path.",
631
+ "type": "string",
632
+ "artifactType": "Manifest"
633
+ },
634
+ "kpiAnnotationPath": {
635
+ "description": "Represents the KPI annotation path.",
636
+ "type": "string",
637
+ "artifactType": "Manifest"
632
638
  },
633
639
  "category": {
634
640
  "description": "The category of the card, as used in the card header.",
635
- "type": "string"
641
+ "type": "string",
642
+ "artifactType": "Manifest"
636
643
  },
637
644
  "defaultSpan": {
638
645
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
639
646
  "anyOf": [
640
647
  {
641
- "type": "object",
642
- "properties": {
643
- "cols": {
644
- "description": "Represents the number of the number of grid columns",
645
- "type": "number"
646
- },
647
- "rows": {
648
- "description": "Represents the number of the number of grid rows",
649
- "type": "number"
650
- },
651
- "showOnlyHeader": {
652
- "description": "Represents if user wants to show only header part of card in resizable layout",
653
- "type": "boolean"
654
- },
655
- "minimumTitleRow": {
656
- "description": "If user wants to show more text in title then he/she can configure no of lines to be shown in title(Maximum allowed 3 lines)",
657
- "type": "number"
658
- },
659
- "minimumSubTitleRow": {
660
- "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)",
661
- "type": "number"
662
- }
663
- },
664
- "additionalProperties": false,
665
- "required": [
666
- "cols",
667
- "rows"
668
- ]
648
+ "$ref": "#/definitions/DefaultSpanObject"
669
649
  },
670
650
  {
671
651
  "const": "auto",
@@ -675,24 +655,60 @@
675
655
  },
676
656
  "requireAppAuthorization": {
677
657
  "description": "Define an authorization check at card level.",
678
- "type": "string"
679
- },
658
+ "type": "string",
659
+ "artifactType": "Manifest"
660
+ },
680
661
  "tabs": {
681
662
  "description": "Represents the card with view switch control.",
682
663
  "type": "array",
683
- "items": [
684
- {
685
- "$ref": "#/definitions/TabSetting"
686
- }
687
- ],
688
- "minItems": 1,
689
- "additionalItems": {
664
+ "items": {
690
665
  "$ref": "#/definitions/TabSetting"
691
- }
666
+ },
667
+ "artifactType": "Manifest"
692
668
  },
693
669
  "addODataSelect": {
694
670
  "description": "add $Select parameter in data fetch URL",
695
- "type": "boolean"
671
+ "type": "boolean",
672
+ "artifactType": "Manifest"
673
+ },
674
+ "sortBy": {
675
+ "description": "Defines the property by which the list shall be sorted.",
676
+ "type": "string",
677
+ "artifactType": "Manifest"
678
+ },
679
+ "sortOrder": {
680
+ "description": "Sort order (ascending or descending)",
681
+ "enum": [
682
+ "ascending",
683
+ "descending"
684
+ ],
685
+ "type": "string",
686
+ "artifactType": "Manifest"
687
+ },
688
+ "dynamicSubtitleAnnotationPath": {
689
+ "description": "Represents the dynamic subtitle annotation path.",
690
+ "type": "string",
691
+ "artifactType": "Manifest"
692
+ },
693
+ "enableLocaleCurrencyFormatting": {
694
+ "description": "Represents the flag to indicate the use of object number/smart field.",
695
+ "type": "boolean",
696
+ "artifactType": "Manifest"
697
+ },
698
+ "showFilterInHeader": {
699
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
700
+ "type": "boolean",
701
+ "artifactType": "Manifest"
702
+ },
703
+ "showSortingInHeader": {
704
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
705
+ "type": "boolean",
706
+ "artifactType": "Manifest"
707
+ },
708
+ "customParams": {
709
+ "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.",
710
+ "type": "string",
711
+ "artifactType": "Manifest"
696
712
  }
697
713
  },
698
714
  "additionalProperties": false,
@@ -715,13 +731,6 @@
715
731
  ],
716
732
  "type": "string"
717
733
  },
718
- "SortOrderType": {
719
- "enum": [
720
- "ascending",
721
- "descending"
722
- ],
723
- "type": "string"
724
- },
725
734
  "StackCard": {
726
735
  "description": "Stack Card",
727
736
  "isViewNode": true,
@@ -739,16 +748,14 @@
739
748
  "const": "sap.ovp.cards.stack",
740
749
  "artifactType": "Manifest"
741
750
  },
742
- "stackCardSettings": {
751
+ "settings": {
743
752
  "$ref": "#/definitions/StackCardSettings",
744
- "description": "Represents the properties that are passed to the stack card.",
745
- "artifactType": "Manifest"
753
+ "description": "Represents the properties that are passed to the stack card."
746
754
  }
747
755
  },
748
756
  "additionalProperties": false,
749
757
  "required": [
750
758
  "model",
751
- "stackCardSettings",
752
759
  "template"
753
760
  ]
754
761
  },
@@ -758,78 +765,81 @@
758
765
  "properties": {
759
766
  "itemText": {
760
767
  "description": "Represents the user defined string in placeholder card.",
761
- "type": "string"
768
+ "type": "string",
769
+ "artifactType": "Manifest"
762
770
  },
763
771
  "objectStreamCardsNavigationProperty": {
764
772
  "description": "The navigation property used to display information from a secondary entity set.",
765
- "type": "string"
773
+ "type": "string",
774
+ "artifactType": "Manifest"
766
775
  },
767
776
  "objectStreamCardsSettings": {
768
777
  "$ref": "#/definitions/ObjectStreamCardsSettingsDef",
769
- "description": "Configures additional settings for the cards displayed in the object stream."
778
+ "description": "Configures additional settings for the cards displayed in the object stream.",
779
+ "artifactType": "Manifest"
770
780
  },
771
781
  "entitySet": {
772
782
  "description": "Represents the dominant entity set that will be displayed in the given card.",
773
- "type": "string"
783
+ "type": "string",
784
+ "artifactType": "Manifest"
774
785
  },
775
786
  "title": {
776
787
  "description": "The language-dependent title of the card, used in the card header.",
777
788
  "i18nClassification": "TIT: Title of the card, used in the card header",
778
- "type": "string"
789
+ "type": "string",
790
+ "artifactType": "Manifest"
779
791
  },
780
792
  "subTitle": {
781
793
  "description": "The language-dependent subtitle of the card, used in the card header.",
782
794
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
783
- "type": "string"
795
+ "type": "string",
796
+ "artifactType": "Manifest"
797
+ },
798
+ "annotationPath": {
799
+ "description": "Represents the annotation path.",
800
+ "type": "string",
801
+ "artifactType": "Manifest"
784
802
  },
785
803
  "identificationAnnotationPath": {
786
804
  "description": "Represents the identification annotation path.",
787
- "type": "string"
805
+ "type": "string",
806
+ "artifactType": "Manifest"
807
+ },
808
+ "dataPointAnnotationPath": {
809
+ "description": "Represents the data point annotation path.",
810
+ "type": "string",
811
+ "artifactType": "Manifest"
788
812
  },
789
813
  "selectionAnnotationPath": {
790
814
  "description": "Represents the selection annotation path.",
791
- "type": "string"
815
+ "type": "string",
816
+ "artifactType": "Manifest"
792
817
  },
793
818
  "presentationAnnotationPath": {
794
819
  "description": "Represents the presentation annotation path.",
795
- "type": "string"
820
+ "type": "string",
821
+ "artifactType": "Manifest"
822
+ },
823
+ "selectionPresentationAnnotationPath": {
824
+ "description": "Represents the selection presentation annotation path.",
825
+ "type": "string",
826
+ "artifactType": "Manifest"
827
+ },
828
+ "kpiAnnotationPath": {
829
+ "description": "Represents the KPI annotation path.",
830
+ "type": "string",
831
+ "artifactType": "Manifest"
796
832
  },
797
833
  "category": {
798
834
  "description": "The category of the card, as used in the card header.",
799
- "type": "string"
835
+ "type": "string",
836
+ "artifactType": "Manifest"
800
837
  },
801
838
  "defaultSpan": {
802
839
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
803
840
  "anyOf": [
804
841
  {
805
- "type": "object",
806
- "properties": {
807
- "cols": {
808
- "description": "Represents the number of the number of grid columns",
809
- "type": "number"
810
- },
811
- "rows": {
812
- "description": "Represents the number of the number of grid rows",
813
- "type": "number"
814
- },
815
- "showOnlyHeader": {
816
- "description": "Represents if user wants to show only header part of card in resizable layout",
817
- "type": "boolean"
818
- },
819
- "minimumTitleRow": {
820
- "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)",
821
- "type": "number"
822
- },
823
- "minimumSubTitleRow": {
824
- "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)",
825
- "type": "number"
826
- }
827
- },
828
- "additionalProperties": false,
829
- "required": [
830
- "cols",
831
- "rows"
832
- ]
842
+ "$ref": "#/definitions/DefaultSpanObject"
833
843
  },
834
844
  {
835
845
  "const": "auto",
@@ -839,24 +849,60 @@
839
849
  },
840
850
  "requireAppAuthorization": {
841
851
  "description": "Define an authorization check at card level.",
842
- "type": "string"
852
+ "type": "string",
853
+ "artifactType": "Manifest"
843
854
  },
844
855
  "tabs": {
845
856
  "description": "Represents the card with view switch control.",
846
857
  "type": "array",
847
- "items": [
848
- {
849
- "$ref": "#/definitions/TabSetting"
850
- }
851
- ],
852
- "minItems": 1,
853
- "additionalItems": {
858
+ "items": {
854
859
  "$ref": "#/definitions/TabSetting"
855
- }
860
+ },
861
+ "artifactType": "Manifest"
856
862
  },
857
863
  "addODataSelect": {
858
864
  "description": "add $Select parameter in data fetch URL",
859
- "type": "boolean"
865
+ "type": "boolean",
866
+ "artifactType": "Manifest"
867
+ },
868
+ "sortBy": {
869
+ "description": "Defines the property by which the list shall be sorted.",
870
+ "type": "string",
871
+ "artifactType": "Manifest"
872
+ },
873
+ "sortOrder": {
874
+ "description": "Sort order (ascending or descending)",
875
+ "enum": [
876
+ "ascending",
877
+ "descending"
878
+ ],
879
+ "type": "string",
880
+ "artifactType": "Manifest"
881
+ },
882
+ "dynamicSubtitleAnnotationPath": {
883
+ "description": "Represents the dynamic subtitle annotation path.",
884
+ "type": "string",
885
+ "artifactType": "Manifest"
886
+ },
887
+ "enableLocaleCurrencyFormatting": {
888
+ "description": "Represents the flag to indicate the use of object number/smart field.",
889
+ "type": "boolean",
890
+ "artifactType": "Manifest"
891
+ },
892
+ "showFilterInHeader": {
893
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
894
+ "type": "boolean",
895
+ "artifactType": "Manifest"
896
+ },
897
+ "showSortingInHeader": {
898
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
899
+ "type": "boolean",
900
+ "artifactType": "Manifest"
901
+ },
902
+ "customParams": {
903
+ "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.",
904
+ "type": "string",
905
+ "artifactType": "Manifest"
860
906
  }
861
907
  },
862
908
  "additionalProperties": false,
@@ -864,6 +910,49 @@
864
910
  "title"
865
911
  ]
866
912
  },
913
+ "ObjectStreamCardsSettingsDef": {
914
+ "description": "Represents the Object Stream properties - properties that are passed to the Object Stream cards",
915
+ "type": "object",
916
+ "additionalProperties": {},
917
+ "properties": {
918
+ "showFirstActionInFooter": {
919
+ "description": "Represents the flag to show first action in footer of the Quickview cards",
920
+ "type": "boolean"
921
+ },
922
+ "customActions": {
923
+ "description": "Represents the custom actions in the Quick View Cards",
924
+ "minItems": 1,
925
+ "type": "array",
926
+ "items": [
927
+ {
928
+ "$ref": "#/definitions/CustomActionsSetting"
929
+ }
930
+ ],
931
+ "additionalItems": {
932
+ "$ref": "#/definitions/CustomActionsSetting"
933
+ }
934
+ }
935
+ }
936
+ },
937
+ "CustomActionsSetting": {
938
+ "description": "Represents the properties for the custom actions in the Quick View Cards",
939
+ "type": "object",
940
+ "additionalProperties": {},
941
+ "properties": {
942
+ "text": {
943
+ "description": "Text displayed for extended actions in Quick View",
944
+ "type": "string"
945
+ },
946
+ "press": {
947
+ "description": "Name of the press handler for extended actions in Quick View",
948
+ "type": "string"
949
+ },
950
+ "position": {
951
+ "description": "Position of extended actions in Quick View",
952
+ "type": "number"
953
+ }
954
+ }
955
+ },
867
956
  "LinklistCard": {
868
957
  "description": "Link List Card",
869
958
  "isViewNode": true,
@@ -881,15 +970,13 @@
881
970
  "const": "sap.ovp.cards.linklist",
882
971
  "artifactType": "Manifest"
883
972
  },
884
- "linkListCardSettings": {
973
+ "settings": {
885
974
  "$ref": "#/definitions/LinkListCardSettings",
886
- "description": "Represents the properties that are passed to the link list card.",
887
- "artifactType": "Manifest"
975
+ "description": "Represents the properties that are passed to the link list card."
888
976
  }
889
977
  },
890
978
  "additionalProperties": false,
891
979
  "required": [
892
- "linkListCardSettings",
893
980
  "template"
894
981
  ]
895
982
  },
@@ -897,99 +984,86 @@
897
984
  "displayName": "settings",
898
985
  "type": "object",
899
986
  "properties": {
900
- "targetUri": {
901
- "description": "The targetUri is a URI defining the link to a quick view, related application or external resource.",
902
- "type": "string"
903
- },
904
987
  "listFlavor": {
905
988
  "$ref": "#/definitions/LinkListFlavorType",
906
- "description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
907
- },
908
- "sortBy": {
909
- "description": "sortBy defines the property by which the list shall be sorted.",
910
- "type": "string"
911
- },
912
- "sortOrder": {
913
- "$ref": "#/definitions/SortOrderType",
914
- "description": "sortOrder defines the sort order. Valid values are 'ascending' or 'descending'"
989
+ "description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
990
+ "artifactType": "Manifest"
915
991
  },
916
992
  "headerAnnotationPath": {
917
993
  "description": "headerAnnotationPath represents the path to a HeaderInfo annotation.",
918
- "type": "string"
994
+ "type": "string",
995
+ "artifactType": "Manifest"
919
996
  },
920
997
  "staticContent": {
921
998
  "description": "staticContent represents the static content of a static link list card.",
922
999
  "type": "array",
923
1000
  "items": {
924
1001
  "$ref": "#/definitions/StaticContent"
925
- }
926
- },
927
- "annotationPath": {
928
- "description": "Represents the annotation path.",
929
- "type": "string"
1002
+ },
1003
+ "artifactType": "Manifest"
930
1004
  },
931
1005
  "entitySet": {
932
1006
  "description": "Represents the dominant entity set that will be displayed in the given card.",
933
- "type": "string"
1007
+ "type": "string",
1008
+ "artifactType": "Manifest"
934
1009
  },
935
1010
  "title": {
936
1011
  "description": "The language-dependent title of the card, used in the card header.",
937
1012
  "i18nClassification": "TIT: Title of the card, used in the card header",
938
- "type": "string"
1013
+ "type": "string",
1014
+ "artifactType": "Manifest"
939
1015
  },
940
1016
  "subTitle": {
941
1017
  "description": "The language-dependent subtitle of the card, used in the card header.",
942
1018
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
943
- "type": "string"
1019
+ "type": "string",
1020
+ "artifactType": "Manifest"
1021
+ },
1022
+ "annotationPath": {
1023
+ "description": "Represents the annotation path.",
1024
+ "type": "string",
1025
+ "artifactType": "Manifest"
944
1026
  },
945
1027
  "identificationAnnotationPath": {
946
1028
  "description": "Represents the identification annotation path.",
947
- "type": "string"
1029
+ "type": "string",
1030
+ "artifactType": "Manifest"
1031
+ },
1032
+ "dataPointAnnotationPath": {
1033
+ "description": "Represents the data point annotation path.",
1034
+ "type": "string",
1035
+ "artifactType": "Manifest"
948
1036
  },
949
1037
  "selectionAnnotationPath": {
950
1038
  "description": "Represents the selection annotation path.",
951
- "type": "string"
1039
+ "type": "string",
1040
+ "artifactType": "Manifest"
952
1041
  },
953
1042
  "presentationAnnotationPath": {
954
1043
  "description": "Represents the presentation annotation path.",
955
- "type": "string"
1044
+ "type": "string",
1045
+ "artifactType": "Manifest"
956
1046
  },
957
- "category": {
958
- "description": "The category of the card, as used in the card header.",
959
- "type": "string"
1047
+ "selectionPresentationAnnotationPath": {
1048
+ "description": "Represents the selection presentation annotation path.",
1049
+ "type": "string",
1050
+ "artifactType": "Manifest"
1051
+ },
1052
+ "kpiAnnotationPath": {
1053
+ "description": "Represents the KPI annotation path.",
1054
+ "type": "string",
1055
+ "artifactType": "Manifest"
1056
+ },
1057
+ "category": {
1058
+ "description": "The category of the card, as used in the card header.",
1059
+ "type": "string",
1060
+ "artifactType": "Manifest"
960
1061
  },
961
1062
  "defaultSpan": {
962
1063
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
963
1064
  "anyOf": [
964
1065
  {
965
- "type": "object",
966
- "properties": {
967
- "cols": {
968
- "description": "Represents the number of the number of grid columns",
969
- "type": "number"
970
- },
971
- "rows": {
972
- "description": "Represents the number of the number of grid rows",
973
- "type": "number"
974
- },
975
- "showOnlyHeader": {
976
- "description": "Represents if user wants to show only header part of card in resizable layout",
977
- "type": "boolean"
978
- },
979
- "minimumTitleRow": {
980
- "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)",
981
- "type": "number"
982
- },
983
- "minimumSubTitleRow": {
984
- "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)",
985
- "type": "number"
986
- }
987
- },
988
- "additionalProperties": false,
989
- "required": [
990
- "cols",
991
- "rows"
992
- ]
1066
+ "$ref": "#/definitions/DefaultSpanObject"
993
1067
  },
994
1068
  {
995
1069
  "const": "auto",
@@ -999,24 +1073,60 @@
999
1073
  },
1000
1074
  "requireAppAuthorization": {
1001
1075
  "description": "Define an authorization check at card level.",
1002
- "type": "string"
1076
+ "type": "string",
1077
+ "artifactType": "Manifest"
1003
1078
  },
1004
1079
  "tabs": {
1005
1080
  "description": "Represents the card with view switch control.",
1006
1081
  "type": "array",
1007
- "items": [
1008
- {
1009
- "$ref": "#/definitions/TabSetting"
1010
- }
1011
- ],
1012
- "minItems": 1,
1013
- "additionalItems": {
1082
+ "items": {
1014
1083
  "$ref": "#/definitions/TabSetting"
1015
- }
1084
+ },
1085
+ "artifactType": "Manifest"
1016
1086
  },
1017
1087
  "addODataSelect": {
1018
1088
  "description": "add $Select parameter in data fetch URL",
1019
- "type": "boolean"
1089
+ "type": "boolean",
1090
+ "artifactType": "Manifest"
1091
+ },
1092
+ "sortBy": {
1093
+ "description": "Defines the property by which the list shall be sorted.",
1094
+ "type": "string",
1095
+ "artifactType": "Manifest"
1096
+ },
1097
+ "sortOrder": {
1098
+ "description": "Sort order (ascending or descending)",
1099
+ "enum": [
1100
+ "ascending",
1101
+ "descending"
1102
+ ],
1103
+ "type": "string",
1104
+ "artifactType": "Manifest"
1105
+ },
1106
+ "dynamicSubtitleAnnotationPath": {
1107
+ "description": "Represents the dynamic subtitle annotation path.",
1108
+ "type": "string",
1109
+ "artifactType": "Manifest"
1110
+ },
1111
+ "enableLocaleCurrencyFormatting": {
1112
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1113
+ "type": "boolean",
1114
+ "artifactType": "Manifest"
1115
+ },
1116
+ "showFilterInHeader": {
1117
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1118
+ "type": "boolean",
1119
+ "artifactType": "Manifest"
1120
+ },
1121
+ "showSortingInHeader": {
1122
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1123
+ "type": "boolean",
1124
+ "artifactType": "Manifest"
1125
+ },
1126
+ "customParams": {
1127
+ "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.",
1128
+ "type": "string",
1129
+ "artifactType": "Manifest"
1020
1130
  }
1021
1131
  },
1022
1132
  "additionalProperties": false,
@@ -1092,21 +1202,14 @@
1092
1202
  "const": "sap.ovp.cards.table",
1093
1203
  "artifactType": "Manifest"
1094
1204
  },
1095
- "tableCardSettings": {
1205
+ "settings": {
1096
1206
  "$ref": "#/definitions/TableCardSettings",
1097
- "description": "Represents the properties that are passed to the table card.",
1098
- "artifactType": "Manifest"
1099
- },
1100
- "disableTableCardFlexibility": {
1101
- "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.",
1102
- "type": "boolean",
1103
- "artifactType": "Manifest"
1207
+ "description": "Represents the properties that are passed to the table card."
1104
1208
  }
1105
1209
  },
1106
1210
  "additionalProperties": false,
1107
1211
  "required": [
1108
1212
  "model",
1109
- "tableCardSettings",
1110
1213
  "template"
1111
1214
  ]
1112
1215
  },
@@ -1114,104 +1217,78 @@
1114
1217
  "displayName": "settings",
1115
1218
  "type": "object",
1116
1219
  "properties": {
1117
- "annotationPath": {
1118
- "description": "Represents the annotation path.",
1119
- "type": "string"
1120
- },
1121
- "listFlavor": {
1122
- "$ref": "#/definitions/ListFlavorType",
1123
- "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard."
1124
- },
1125
- "listType": {
1126
- "$ref": "#/definitions/ListTypeType",
1127
- "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."
1128
- },
1129
- "dataPointAnnotationPath": {
1130
- "description": "Represents the data point annotation path.",
1131
- "type": "string"
1132
- },
1133
- "selectionPresentationAnnotationPath": {
1134
- "description": "Represents the selection presentation annotation path.",
1135
- "type": "string"
1220
+ "showLineItemDetail": {
1221
+ "description": "Flag for show line item detail in list and table card.",
1222
+ "type": "boolean",
1223
+ "artifactType": "Manifest"
1136
1224
  },
1137
1225
  "valueSelectionInfo": {
1138
1226
  "description": "Represents things like people, number of items.",
1139
- "type": "string"
1140
- },
1141
- "sortBy": {
1142
- "description": "Defines the property by which the list shall be sorted.",
1143
- "type": "string"
1144
- },
1145
- "sortOrder": {
1146
- "$ref": "#/definitions/SortOrderType",
1147
- "description": "Defines the sort order."
1148
- },
1149
- "showLineItemDetail": {
1150
- "description": "Flag for show line item detail in list and table card.",
1151
- "type": "boolean"
1227
+ "type": "string",
1228
+ "artifactType": "Manifest"
1152
1229
  },
1153
1230
  "entitySet": {
1154
1231
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1155
- "type": "string"
1232
+ "type": "string",
1233
+ "artifactType": "Manifest"
1156
1234
  },
1157
1235
  "title": {
1158
1236
  "description": "The language-dependent title of the card, used in the card header.",
1159
1237
  "i18nClassification": "TIT: Title of the card, used in the card header",
1160
- "type": "string"
1238
+ "type": "string",
1239
+ "artifactType": "Manifest"
1161
1240
  },
1162
1241
  "subTitle": {
1163
1242
  "description": "The language-dependent subtitle of the card, used in the card header.",
1164
1243
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1165
- "type": "string"
1244
+ "type": "string",
1245
+ "artifactType": "Manifest"
1246
+ },
1247
+ "annotationPath": {
1248
+ "description": "Represents the annotation path.",
1249
+ "type": "string",
1250
+ "artifactType": "Manifest"
1166
1251
  },
1167
1252
  "identificationAnnotationPath": {
1168
1253
  "description": "Represents the identification annotation path.",
1169
- "type": "string"
1254
+ "type": "string",
1255
+ "artifactType": "Manifest"
1256
+ },
1257
+ "dataPointAnnotationPath": {
1258
+ "description": "Represents the data point annotation path.",
1259
+ "type": "string",
1260
+ "artifactType": "Manifest"
1170
1261
  },
1171
1262
  "selectionAnnotationPath": {
1172
1263
  "description": "Represents the selection annotation path.",
1173
- "type": "string"
1264
+ "type": "string",
1265
+ "artifactType": "Manifest"
1174
1266
  },
1175
1267
  "presentationAnnotationPath": {
1176
1268
  "description": "Represents the presentation annotation path.",
1177
- "type": "string"
1269
+ "type": "string",
1270
+ "artifactType": "Manifest"
1271
+ },
1272
+ "selectionPresentationAnnotationPath": {
1273
+ "description": "Represents the selection presentation annotation path.",
1274
+ "type": "string",
1275
+ "artifactType": "Manifest"
1276
+ },
1277
+ "kpiAnnotationPath": {
1278
+ "description": "Represents the KPI annotation path.",
1279
+ "type": "string",
1280
+ "artifactType": "Manifest"
1178
1281
  },
1179
1282
  "category": {
1180
1283
  "description": "The category of the card, as used in the card header.",
1181
- "type": "string"
1284
+ "type": "string",
1285
+ "artifactType": "Manifest"
1182
1286
  },
1183
1287
  "defaultSpan": {
1184
1288
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
1185
1289
  "anyOf": [
1186
1290
  {
1187
- "type": "object",
1188
- "properties": {
1189
- "cols": {
1190
- "description": "Represents the number of the number of grid columns",
1191
- "type": "number"
1192
- },
1193
- "rows": {
1194
- "description": "Represents the number of the number of grid rows",
1195
- "type": "number"
1196
- },
1197
- "showOnlyHeader": {
1198
- "description": "Represents if user wants to show only header part of card in resizable layout",
1199
- "type": "boolean"
1200
- },
1201
- "minimumTitleRow": {
1202
- "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)",
1203
- "type": "number"
1204
- },
1205
- "minimumSubTitleRow": {
1206
- "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)",
1207
- "type": "number"
1208
- }
1209
- },
1210
- "additionalProperties": false,
1211
- "required": [
1212
- "cols",
1213
- "rows"
1214
- ]
1291
+ "$ref": "#/definitions/DefaultSpanObject"
1215
1292
  },
1216
1293
  {
1217
1294
  "const": "auto",
@@ -1221,24 +1298,60 @@
1221
1298
  },
1222
1299
  "requireAppAuthorization": {
1223
1300
  "description": "Define an authorization check at card level.",
1224
- "type": "string"
1301
+ "type": "string",
1302
+ "artifactType": "Manifest"
1225
1303
  },
1226
1304
  "tabs": {
1227
1305
  "description": "Represents the card with view switch control.",
1228
1306
  "type": "array",
1229
- "items": [
1230
- {
1231
- "$ref": "#/definitions/TabSetting"
1232
- }
1233
- ],
1234
- "minItems": 1,
1235
- "additionalItems": {
1307
+ "items": {
1236
1308
  "$ref": "#/definitions/TabSetting"
1237
- }
1309
+ },
1310
+ "artifactType": "Manifest"
1238
1311
  },
1239
1312
  "addODataSelect": {
1240
1313
  "description": "add $Select parameter in data fetch URL",
1241
- "type": "boolean"
1314
+ "type": "boolean",
1315
+ "artifactType": "Manifest"
1316
+ },
1317
+ "sortBy": {
1318
+ "description": "Defines the property by which the list shall be sorted.",
1319
+ "type": "string",
1320
+ "artifactType": "Manifest"
1321
+ },
1322
+ "sortOrder": {
1323
+ "description": "Sort order (ascending or descending)",
1324
+ "enum": [
1325
+ "ascending",
1326
+ "descending"
1327
+ ],
1328
+ "type": "string",
1329
+ "artifactType": "Manifest"
1330
+ },
1331
+ "dynamicSubtitleAnnotationPath": {
1332
+ "description": "Represents the dynamic subtitle annotation path.",
1333
+ "type": "string",
1334
+ "artifactType": "Manifest"
1335
+ },
1336
+ "enableLocaleCurrencyFormatting": {
1337
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1338
+ "type": "boolean",
1339
+ "artifactType": "Manifest"
1340
+ },
1341
+ "showFilterInHeader": {
1342
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1343
+ "type": "boolean",
1344
+ "artifactType": "Manifest"
1345
+ },
1346
+ "showSortingInHeader": {
1347
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1348
+ "type": "boolean",
1349
+ "artifactType": "Manifest"
1350
+ },
1351
+ "customParams": {
1352
+ "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.",
1353
+ "type": "string",
1354
+ "artifactType": "Manifest"
1242
1355
  }
1243
1356
  },
1244
1357
  "additionalProperties": false,
@@ -1263,10 +1376,9 @@
1263
1376
  "const": "sap.ovp.cards.charts.analytical",
1264
1377
  "artifactType": "Manifest"
1265
1378
  },
1266
- "analyticalCardSettings": {
1379
+ "settings": {
1267
1380
  "$ref": "#/definitions/AnalyticalCardSettings",
1268
- "description": "Represents the properties that are passed to the analytical card.",
1269
- "artifactType": "Manifest"
1381
+ "description": "Represents the properties that are passed to the analytical card."
1270
1382
  }
1271
1383
  },
1272
1384
  "additionalProperties": false,
@@ -1278,81 +1390,120 @@
1278
1390
  "AnalyticalCardSettings": {
1279
1391
  "displayName": "settings",
1280
1392
  "type": "object",
1393
+ "additionalProperties": {},
1281
1394
  "properties": {
1282
1395
  "chartAnnotationPath": {
1283
1396
  "description": "Represents the chart annotation path.",
1284
- "type": "string"
1397
+ "type": "string",
1398
+ "artifactType": "Manifest"
1285
1399
  },
1286
- "dataPointAnnotationPath": {
1287
- "description": "Represents the data point annotation path.",
1288
- "type": "string"
1400
+ "ignoreSapText": {
1401
+ "description": "Represents the flag to indicate priority of number formatting over sap text.",
1402
+ "type": "boolean",
1403
+ "artifactType": "Manifest"
1404
+ },
1405
+ "navigation": {
1406
+ "$ref": "#/definitions/CardNavigationType",
1407
+ "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
1408
+ "artifactType": "Manifest"
1289
1409
  },
1290
1410
  "valueSelectionInfo": {
1291
1411
  "description": "Represents things like people, number of items.",
1292
- "type": "string"
1412
+ "type": "string",
1413
+ "artifactType": "Manifest"
1414
+ },
1415
+ "chartProperties": {
1416
+ "description": "This property is responsible for setting specific chart settings.",
1417
+ "type": "object",
1418
+ "properties": {
1419
+ "plotArea": {
1420
+ "$ref": "#/definitions/PlotAreaDef"
1421
+ },
1422
+ "timeAxis": {
1423
+ "$ref": "#/definitions/TimeAxisDef"
1424
+ }
1425
+ },
1426
+ "additionalProperties": false,
1427
+ "artifactType": "Manifest"
1428
+ },
1429
+ "colorPalette": {
1430
+ "description": "Color palette for semantic coloring.",
1431
+ "anyOf": [
1432
+ {
1433
+ "type": "array",
1434
+ "items": {
1435
+ "type": "object",
1436
+ "additionalProperties": {}
1437
+ }
1438
+ },
1439
+ {
1440
+ "type": "object",
1441
+ "additionalProperties": {}
1442
+ }
1443
+ ]
1293
1444
  },
1294
1445
  "entitySet": {
1295
1446
  "description": "Represents the dominant entity set that will be displayed in the given card.",
1296
- "type": "string"
1447
+ "type": "string",
1448
+ "artifactType": "Manifest"
1297
1449
  },
1298
1450
  "title": {
1299
1451
  "description": "The language-dependent title of the card, used in the card header.",
1300
1452
  "i18nClassification": "TIT: Title of the card, used in the card header",
1301
- "type": "string"
1453
+ "type": "string",
1454
+ "artifactType": "Manifest"
1302
1455
  },
1303
1456
  "subTitle": {
1304
1457
  "description": "The language-dependent subtitle of the card, used in the card header.",
1305
1458
  "i18nClassification": "TIT: Subtitle of the card, used in the card header",
1306
- "type": "string"
1459
+ "type": "string",
1460
+ "artifactType": "Manifest"
1461
+ },
1462
+ "annotationPath": {
1463
+ "description": "Represents the annotation path.",
1464
+ "type": "string",
1465
+ "artifactType": "Manifest"
1307
1466
  },
1308
1467
  "identificationAnnotationPath": {
1309
1468
  "description": "Represents the identification annotation path.",
1310
- "type": "string"
1469
+ "type": "string",
1470
+ "artifactType": "Manifest"
1471
+ },
1472
+ "dataPointAnnotationPath": {
1473
+ "description": "Represents the data point annotation path.",
1474
+ "type": "string",
1475
+ "artifactType": "Manifest"
1311
1476
  },
1312
1477
  "selectionAnnotationPath": {
1313
1478
  "description": "Represents the selection annotation path.",
1314
- "type": "string"
1479
+ "type": "string",
1480
+ "artifactType": "Manifest"
1315
1481
  },
1316
1482
  "presentationAnnotationPath": {
1317
1483
  "description": "Represents the presentation annotation path.",
1318
- "type": "string"
1484
+ "type": "string",
1485
+ "artifactType": "Manifest"
1486
+ },
1487
+ "selectionPresentationAnnotationPath": {
1488
+ "description": "Represents the selection presentation annotation path.",
1489
+ "type": "string",
1490
+ "artifactType": "Manifest"
1491
+ },
1492
+ "kpiAnnotationPath": {
1493
+ "description": "Represents the KPI annotation path.",
1494
+ "type": "string",
1495
+ "artifactType": "Manifest"
1319
1496
  },
1320
1497
  "category": {
1321
1498
  "description": "The category of the card, as used in the card header.",
1322
- "type": "string"
1499
+ "type": "string",
1500
+ "artifactType": "Manifest"
1323
1501
  },
1324
1502
  "defaultSpan": {
1325
1503
  "description": "To load cards with specific requirements, define a default size as part of the card definition in the descriptor file.",
1326
1504
  "anyOf": [
1327
1505
  {
1328
- "type": "object",
1329
- "properties": {
1330
- "cols": {
1331
- "description": "Represents the number of the number of grid columns",
1332
- "type": "number"
1333
- },
1334
- "rows": {
1335
- "description": "Represents the number of the number of grid rows",
1336
- "type": "number"
1337
- },
1338
- "showOnlyHeader": {
1339
- "description": "Represents if user wants to show only header part of card in resizable layout",
1340
- "type": "boolean"
1341
- },
1342
- "minimumTitleRow": {
1343
- "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)",
1344
- "type": "number"
1345
- },
1346
- "minimumSubTitleRow": {
1347
- "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)",
1348
- "type": "number"
1349
- }
1350
- },
1351
- "additionalProperties": false,
1352
- "required": [
1353
- "cols",
1354
- "rows"
1355
- ]
1506
+ "$ref": "#/definitions/DefaultSpanObject"
1356
1507
  },
1357
1508
  {
1358
1509
  "const": "auto",
@@ -1362,30 +1513,74 @@
1362
1513
  },
1363
1514
  "requireAppAuthorization": {
1364
1515
  "description": "Define an authorization check at card level.",
1365
- "type": "string"
1516
+ "type": "string",
1517
+ "artifactType": "Manifest"
1366
1518
  },
1367
1519
  "tabs": {
1368
1520
  "description": "Represents the card with view switch control.",
1369
1521
  "type": "array",
1370
- "items": [
1371
- {
1372
- "$ref": "#/definitions/TabSetting"
1373
- }
1374
- ],
1375
- "minItems": 1,
1376
- "additionalItems": {
1522
+ "items": {
1377
1523
  "$ref": "#/definitions/TabSetting"
1378
- }
1524
+ },
1525
+ "artifactType": "Manifest"
1379
1526
  },
1380
1527
  "addODataSelect": {
1381
1528
  "description": "add $Select parameter in data fetch URL",
1382
- "type": "boolean"
1529
+ "type": "boolean",
1530
+ "artifactType": "Manifest"
1531
+ },
1532
+ "sortBy": {
1533
+ "description": "Defines the property by which the list shall be sorted.",
1534
+ "type": "string",
1535
+ "artifactType": "Manifest"
1536
+ },
1537
+ "sortOrder": {
1538
+ "description": "Sort order (ascending or descending)",
1539
+ "enum": [
1540
+ "ascending",
1541
+ "descending"
1542
+ ],
1543
+ "type": "string",
1544
+ "artifactType": "Manifest"
1545
+ },
1546
+ "dynamicSubtitleAnnotationPath": {
1547
+ "description": "Represents the dynamic subtitle annotation path.",
1548
+ "type": "string",
1549
+ "artifactType": "Manifest"
1550
+ },
1551
+ "enableLocaleCurrencyFormatting": {
1552
+ "description": "Represents the flag to indicate the use of object number/smart field.",
1553
+ "type": "boolean",
1554
+ "artifactType": "Manifest"
1555
+ },
1556
+ "showFilterInHeader": {
1557
+ "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1558
+ "type": "boolean",
1559
+ "artifactType": "Manifest"
1560
+ },
1561
+ "showSortingInHeader": {
1562
+ "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1563
+ "type": "boolean",
1564
+ "artifactType": "Manifest"
1565
+ },
1566
+ "customParams": {
1567
+ "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.",
1568
+ "type": "string",
1569
+ "artifactType": "Manifest"
1383
1570
  }
1384
1571
  },
1385
- "additionalProperties": false,
1386
1572
  "required": [
1387
1573
  "title"
1388
1574
  ]
1575
+ },
1576
+ "CardNavigationType": {
1577
+ "enum": [
1578
+ "chartNav",
1579
+ "dataPointNav",
1580
+ "headerNav",
1581
+ "noHeaderNav"
1582
+ ],
1583
+ "type": "string"
1389
1584
  }
1390
1585
  },
1391
1586
  "$schema": "http://json-schema.org/draft-07/schema#"