@sap/ux-specification 1.96.74 → 1.96.76
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 +53 -22
- 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 +111 -111
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +83 -82
- package/dist/schemas/v2/ObjectPageConfig.json +78 -78
- package/dist/schemas/v2/OverviewPageConfig.json +77 -77
- package/dist/schemas/v4/ApplicationV4.json +5 -6
- package/dist/schemas/v4/ListReportConfig.json +44 -44
- package/dist/schemas/v4/ObjectPageConfig.json +44 -44
- package/dist/specification/package.json +8 -8
- package/dist/specification/src/api.js +2 -2
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +18 -2
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +17 -11
- package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -1
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +62 -69
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
- package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +36 -35
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +50 -45
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
- package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +5 -5
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/Table.d.ts +26 -33
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
- package/dist/types/src/v4/page.d.ts +1 -1
- package/dist/types/src/v4/page.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +8 -8
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
"type": "object",
|
|
3
3
|
"properties": {
|
|
4
4
|
"globalFilterModel": {
|
|
5
|
-
"description": "Represents the name of global filter
|
|
5
|
+
"description": "Represents the name of the global OData filter model.",
|
|
6
6
|
"pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
|
|
7
7
|
"type": "string",
|
|
8
8
|
"artifactType": "Manifest"
|
|
9
9
|
},
|
|
10
10
|
"globalFilterEntityType": {
|
|
11
|
-
"description": "Represents the entity to use as global filter in the smart filter bar control.",
|
|
11
|
+
"description": "Represents the entity type to use as global filter in the smart filter bar control.",
|
|
12
12
|
"pattern": "^[a-zA-Z0-9_\\\\.\\\\-\\\\|@]*$",
|
|
13
13
|
"type": "string",
|
|
14
14
|
"artifactType": "Manifest"
|
|
@@ -70,7 +70,7 @@
|
|
|
70
70
|
"artifactType": "Manifest"
|
|
71
71
|
},
|
|
72
72
|
"considerAnalyticalParameters": {
|
|
73
|
-
"description": "Flag to enable
|
|
73
|
+
"description": "Flag to enable or disable analytical parameter support for the smart filter bar. The default value is false.",
|
|
74
74
|
"type": "boolean",
|
|
75
75
|
"artifactType": "Manifest"
|
|
76
76
|
},
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"artifactType": "Manifest"
|
|
81
81
|
},
|
|
82
82
|
"useDateRangeType": {
|
|
83
|
-
"description": "Flag to enable
|
|
83
|
+
"description": "Flag to enable or disable semantic date range control for the smart filter bar. The default value is false.",
|
|
84
84
|
"type": "boolean",
|
|
85
85
|
"artifactType": "Manifest"
|
|
86
86
|
},
|
|
@@ -94,14 +94,14 @@
|
|
|
94
94
|
"properties": {
|
|
95
95
|
"dateSettings": {
|
|
96
96
|
"$ref": "#/definitions/DateRangeOVP",
|
|
97
|
-
"description": "Represents the object to store date type filter fields
|
|
97
|
+
"description": "Represents the object to store the configuration for the date type's filter fields."
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
"additionalProperties": false,
|
|
101
101
|
"artifactType": "Manifest"
|
|
102
102
|
},
|
|
103
103
|
"dataLoadSettings": {
|
|
104
|
-
"description": "Represents the object to define data loading behaviour for an overview page application",
|
|
104
|
+
"description": "Represents the object to define data loading behaviour for an overview page application.",
|
|
105
105
|
"type": "object",
|
|
106
106
|
"additionalProperties": {},
|
|
107
107
|
"properties": {
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
}
|
|
256
256
|
},
|
|
257
257
|
"exclude": {
|
|
258
|
-
"description": "
|
|
258
|
+
"description": "This property is set to True by default. This excludes all values given as selectedValues from the list of date range filters.\nIf the exclude property is set to False, the application shows only selected values in the list of date range filters.",
|
|
259
259
|
"type": "boolean"
|
|
260
260
|
}
|
|
261
261
|
},
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"type": "object",
|
|
267
267
|
"properties": {
|
|
268
268
|
"selectedValues": {
|
|
269
|
-
"description": "
|
|
269
|
+
"description": "Defines a set of standard date range values that you want to include or exclude.",
|
|
270
270
|
"type": "array",
|
|
271
271
|
"items": {
|
|
272
272
|
"enum": [
|
|
@@ -341,7 +341,7 @@
|
|
|
341
341
|
"description": "Choose 'key' to define filter values for single values of the date range, or 'category' to filter by a whole subset."
|
|
342
342
|
},
|
|
343
343
|
"contains": {
|
|
344
|
-
"description": "
|
|
344
|
+
"description": "Specifies a filter describing a set of values of the date range type.",
|
|
345
345
|
"type": "string"
|
|
346
346
|
},
|
|
347
347
|
"equals": {
|
|
@@ -402,7 +402,7 @@
|
|
|
402
402
|
}
|
|
403
403
|
},
|
|
404
404
|
"exclude": {
|
|
405
|
-
"description": "
|
|
405
|
+
"description": "This property is set to True by default which excludes all values given as selectedValues from the list of date range filters.\nIf this property is set to False, the application shows only selected values in the list of date range filters.",
|
|
406
406
|
"type": "boolean"
|
|
407
407
|
}
|
|
408
408
|
},
|
|
@@ -748,17 +748,17 @@
|
|
|
748
748
|
"artifactType": "Manifest"
|
|
749
749
|
},
|
|
750
750
|
"addODataSelect": {
|
|
751
|
-
"description": "
|
|
751
|
+
"description": "Determines if the $Select parameter shall be added to data fetch requests.",
|
|
752
752
|
"type": "boolean",
|
|
753
753
|
"artifactType": "Manifest"
|
|
754
754
|
},
|
|
755
755
|
"sortBy": {
|
|
756
|
-
"description": "Defines the property by which the list
|
|
756
|
+
"description": "Defines the property by which the list is sorted.",
|
|
757
757
|
"type": "string",
|
|
758
758
|
"artifactType": "Manifest"
|
|
759
759
|
},
|
|
760
760
|
"sortOrder": {
|
|
761
|
-
"description": "Sort order (ascending or descending)",
|
|
761
|
+
"description": "Sort order (ascending or descending).",
|
|
762
762
|
"enum": [
|
|
763
763
|
"ascending",
|
|
764
764
|
"descending"
|
|
@@ -777,12 +777,12 @@
|
|
|
777
777
|
"artifactType": "Manifest"
|
|
778
778
|
},
|
|
779
779
|
"showFilterInHeader": {
|
|
780
|
-
"description": "
|
|
780
|
+
"description": "Determines if filters are shown in card headers.",
|
|
781
781
|
"type": "boolean",
|
|
782
782
|
"artifactType": "Manifest"
|
|
783
783
|
},
|
|
784
784
|
"showSortingInHeader": {
|
|
785
|
-
"description": "
|
|
785
|
+
"description": "Determines if sorting is shown in card headers.",
|
|
786
786
|
"type": "boolean",
|
|
787
787
|
"artifactType": "Manifest"
|
|
788
788
|
},
|
|
@@ -801,27 +801,27 @@
|
|
|
801
801
|
"type": "object",
|
|
802
802
|
"properties": {
|
|
803
803
|
"cols": {
|
|
804
|
-
"description": "Represents the number of
|
|
804
|
+
"description": "Represents the number of grid columns.",
|
|
805
805
|
"type": "number",
|
|
806
806
|
"artifactType": "Manifest"
|
|
807
807
|
},
|
|
808
808
|
"rows": {
|
|
809
|
-
"description": "Represents the number of
|
|
809
|
+
"description": "Represents the number of grid rows.",
|
|
810
810
|
"type": "number",
|
|
811
811
|
"artifactType": "Manifest"
|
|
812
812
|
},
|
|
813
813
|
"showOnlyHeader": {
|
|
814
|
-
"description": "
|
|
814
|
+
"description": "Determines if only the header part of a card is shown in the resizable layout.",
|
|
815
815
|
"type": "boolean",
|
|
816
816
|
"artifactType": "Manifest"
|
|
817
817
|
},
|
|
818
818
|
"minimumTitleRow": {
|
|
819
|
-
"description": "
|
|
819
|
+
"description": "Sets the number of lines for the title row. The maximum is 3.",
|
|
820
820
|
"type": "number",
|
|
821
821
|
"artifactType": "Manifest"
|
|
822
822
|
},
|
|
823
823
|
"minimumSubTitleRow": {
|
|
824
|
-
"description": "
|
|
824
|
+
"description": "Sets the number of lines for the subtitle row. The maximum is 2.",
|
|
825
825
|
"type": "number",
|
|
826
826
|
"artifactType": "Manifest"
|
|
827
827
|
}
|
|
@@ -1062,12 +1062,12 @@
|
|
|
1062
1062
|
"type": "object",
|
|
1063
1063
|
"properties": {
|
|
1064
1064
|
"model": {
|
|
1065
|
-
"description": "Represents the model for the
|
|
1065
|
+
"description": "Represents the model for the list card.",
|
|
1066
1066
|
"type": "string",
|
|
1067
1067
|
"artifactType": "Manifest"
|
|
1068
1068
|
},
|
|
1069
1069
|
"template": {
|
|
1070
|
-
"description": "Represents the card component path to use
|
|
1070
|
+
"description": "Represents the card component path to use.",
|
|
1071
1071
|
"enum": [
|
|
1072
1072
|
"sap.ovp.cards.list",
|
|
1073
1073
|
"sap.ovp.cards.v4.list"
|
|
@@ -1092,12 +1092,12 @@
|
|
|
1092
1092
|
"properties": {
|
|
1093
1093
|
"listFlavor": {
|
|
1094
1094
|
"$ref": "#/definitions/ListFlavorType",
|
|
1095
|
-
"description": "Represents the flavor of the list to use in this card.
|
|
1095
|
+
"description": "Represents the flavor of the list to use in this card.",
|
|
1096
1096
|
"artifactType": "Manifest"
|
|
1097
1097
|
},
|
|
1098
1098
|
"listType": {
|
|
1099
1099
|
"$ref": "#/definitions/ListTypeType",
|
|
1100
|
-
"description": "Represents the type of list to use for this card
|
|
1100
|
+
"description": "Represents the type of list to use for this card.\nThe list can be extended to display more information or condensed to take up less space.",
|
|
1101
1101
|
"artifactType": "Manifest"
|
|
1102
1102
|
},
|
|
1103
1103
|
"showLineItemDetail": {
|
|
@@ -1317,17 +1317,17 @@
|
|
|
1317
1317
|
"artifactType": "Manifest"
|
|
1318
1318
|
},
|
|
1319
1319
|
"addODataSelect": {
|
|
1320
|
-
"description": "
|
|
1320
|
+
"description": "Determines if the $Select parameter shall be added to data fetch requests.",
|
|
1321
1321
|
"type": "boolean",
|
|
1322
1322
|
"artifactType": "Manifest"
|
|
1323
1323
|
},
|
|
1324
1324
|
"sortBy": {
|
|
1325
|
-
"description": "Defines the property by which the list
|
|
1325
|
+
"description": "Defines the property by which the list is sorted.",
|
|
1326
1326
|
"type": "string",
|
|
1327
1327
|
"artifactType": "Manifest"
|
|
1328
1328
|
},
|
|
1329
1329
|
"sortOrder": {
|
|
1330
|
-
"description": "Sort order (ascending or descending)",
|
|
1330
|
+
"description": "Sort order (ascending or descending).",
|
|
1331
1331
|
"enum": [
|
|
1332
1332
|
"ascending",
|
|
1333
1333
|
"descending"
|
|
@@ -1346,12 +1346,12 @@
|
|
|
1346
1346
|
"artifactType": "Manifest"
|
|
1347
1347
|
},
|
|
1348
1348
|
"showFilterInHeader": {
|
|
1349
|
-
"description": "
|
|
1349
|
+
"description": "Determines if filters are shown in card headers.",
|
|
1350
1350
|
"type": "boolean",
|
|
1351
1351
|
"artifactType": "Manifest"
|
|
1352
1352
|
},
|
|
1353
1353
|
"showSortingInHeader": {
|
|
1354
|
-
"description": "
|
|
1354
|
+
"description": "Determines if sorting is shown in card headers.",
|
|
1355
1355
|
"type": "boolean",
|
|
1356
1356
|
"artifactType": "Manifest"
|
|
1357
1357
|
},
|
|
@@ -1388,12 +1388,12 @@
|
|
|
1388
1388
|
"type": "object",
|
|
1389
1389
|
"properties": {
|
|
1390
1390
|
"model": {
|
|
1391
|
-
"description": "Represents the model for the
|
|
1391
|
+
"description": "Represents the model for the card.",
|
|
1392
1392
|
"type": "string",
|
|
1393
1393
|
"artifactType": "Manifest"
|
|
1394
1394
|
},
|
|
1395
1395
|
"template": {
|
|
1396
|
-
"description": "Represents the
|
|
1396
|
+
"description": "Represents the component path to use for this card.",
|
|
1397
1397
|
"type": "string",
|
|
1398
1398
|
"const": "sap.ovp.cards.stack",
|
|
1399
1399
|
"artifactType": "Manifest"
|
|
@@ -1630,17 +1630,17 @@
|
|
|
1630
1630
|
"artifactType": "Manifest"
|
|
1631
1631
|
},
|
|
1632
1632
|
"addODataSelect": {
|
|
1633
|
-
"description": "
|
|
1633
|
+
"description": "Determines if the $Select parameter shall be added to data fetch requests.",
|
|
1634
1634
|
"type": "boolean",
|
|
1635
1635
|
"artifactType": "Manifest"
|
|
1636
1636
|
},
|
|
1637
1637
|
"sortBy": {
|
|
1638
|
-
"description": "Defines the property by which the list
|
|
1638
|
+
"description": "Defines the property by which the list is sorted.",
|
|
1639
1639
|
"type": "string",
|
|
1640
1640
|
"artifactType": "Manifest"
|
|
1641
1641
|
},
|
|
1642
1642
|
"sortOrder": {
|
|
1643
|
-
"description": "Sort order (ascending or descending)",
|
|
1643
|
+
"description": "Sort order (ascending or descending).",
|
|
1644
1644
|
"enum": [
|
|
1645
1645
|
"ascending",
|
|
1646
1646
|
"descending"
|
|
@@ -1659,12 +1659,12 @@
|
|
|
1659
1659
|
"artifactType": "Manifest"
|
|
1660
1660
|
},
|
|
1661
1661
|
"showFilterInHeader": {
|
|
1662
|
-
"description": "
|
|
1662
|
+
"description": "Determines if filters are shown in card headers.",
|
|
1663
1663
|
"type": "boolean",
|
|
1664
1664
|
"artifactType": "Manifest"
|
|
1665
1665
|
},
|
|
1666
1666
|
"showSortingInHeader": {
|
|
1667
|
-
"description": "
|
|
1667
|
+
"description": "Determines if sorting is shown in card headers.",
|
|
1668
1668
|
"type": "boolean",
|
|
1669
1669
|
"artifactType": "Manifest"
|
|
1670
1670
|
},
|
|
@@ -1729,12 +1729,12 @@
|
|
|
1729
1729
|
"type": "object",
|
|
1730
1730
|
"properties": {
|
|
1731
1731
|
"model": {
|
|
1732
|
-
"description": "Represents the model for the
|
|
1732
|
+
"description": "Represents the model for the link list card.",
|
|
1733
1733
|
"type": "string",
|
|
1734
1734
|
"artifactType": "Manifest"
|
|
1735
1735
|
},
|
|
1736
1736
|
"template": {
|
|
1737
|
-
"description": "Represents the
|
|
1737
|
+
"description": "Represents the component path to use for this card.",
|
|
1738
1738
|
"enum": [
|
|
1739
1739
|
"sap.ovp.cards.linklist",
|
|
1740
1740
|
"sap.ovp.cards.v4.linklist"
|
|
@@ -1758,7 +1758,7 @@
|
|
|
1758
1758
|
"properties": {
|
|
1759
1759
|
"listFlavor": {
|
|
1760
1760
|
"$ref": "#/definitions/LinkListFlavorType",
|
|
1761
|
-
"description": "listFlavor represents the flavor of the list to use in this card.
|
|
1761
|
+
"description": "listFlavor represents the flavor of the list to use in this card.",
|
|
1762
1762
|
"artifactType": "Manifest"
|
|
1763
1763
|
},
|
|
1764
1764
|
"headerAnnotationPath": {
|
|
@@ -1767,7 +1767,7 @@
|
|
|
1767
1767
|
"artifactType": "Manifest"
|
|
1768
1768
|
},
|
|
1769
1769
|
"staticContent": {
|
|
1770
|
-
"description": "staticContent represents the
|
|
1770
|
+
"description": "staticContent represents the content of a static link list card.",
|
|
1771
1771
|
"type": "array",
|
|
1772
1772
|
"items": {
|
|
1773
1773
|
"$ref": "#/definitions/StaticContent"
|
|
@@ -1976,17 +1976,17 @@
|
|
|
1976
1976
|
"artifactType": "Manifest"
|
|
1977
1977
|
},
|
|
1978
1978
|
"addODataSelect": {
|
|
1979
|
-
"description": "
|
|
1979
|
+
"description": "Determines if the $Select parameter shall be added to data fetch requests.",
|
|
1980
1980
|
"type": "boolean",
|
|
1981
1981
|
"artifactType": "Manifest"
|
|
1982
1982
|
},
|
|
1983
1983
|
"sortBy": {
|
|
1984
|
-
"description": "Defines the property by which the list
|
|
1984
|
+
"description": "Defines the property by which the list is sorted.",
|
|
1985
1985
|
"type": "string",
|
|
1986
1986
|
"artifactType": "Manifest"
|
|
1987
1987
|
},
|
|
1988
1988
|
"sortOrder": {
|
|
1989
|
-
"description": "Sort order (ascending or descending)",
|
|
1989
|
+
"description": "Sort order (ascending or descending).",
|
|
1990
1990
|
"enum": [
|
|
1991
1991
|
"ascending",
|
|
1992
1992
|
"descending"
|
|
@@ -2005,12 +2005,12 @@
|
|
|
2005
2005
|
"artifactType": "Manifest"
|
|
2006
2006
|
},
|
|
2007
2007
|
"showFilterInHeader": {
|
|
2008
|
-
"description": "
|
|
2008
|
+
"description": "Determines if filters are shown in card headers.",
|
|
2009
2009
|
"type": "boolean",
|
|
2010
2010
|
"artifactType": "Manifest"
|
|
2011
2011
|
},
|
|
2012
2012
|
"showSortingInHeader": {
|
|
2013
|
-
"description": "
|
|
2013
|
+
"description": "Determines if sorting is shown in card headers.",
|
|
2014
2014
|
"type": "boolean",
|
|
2015
2015
|
"artifactType": "Manifest"
|
|
2016
2016
|
},
|
|
@@ -2036,30 +2036,30 @@
|
|
|
2036
2036
|
"type": "object",
|
|
2037
2037
|
"properties": {
|
|
2038
2038
|
"title": {
|
|
2039
|
-
"description": "The language-dependent title of the
|
|
2040
|
-
"i18nClassification": "TIT: Title of the
|
|
2039
|
+
"description": "The language-dependent title of the static content.",
|
|
2040
|
+
"i18nClassification": "TIT: Title of the static content",
|
|
2041
2041
|
"type": "string"
|
|
2042
2042
|
},
|
|
2043
2043
|
"subTitle": {
|
|
2044
|
-
"description": "The language-dependent subtitle of the
|
|
2045
|
-
"i18nClassification": "TIT: Subtitle of the
|
|
2044
|
+
"description": "The language-dependent subtitle of the static content.",
|
|
2045
|
+
"i18nClassification": "TIT: Subtitle of the static content",
|
|
2046
2046
|
"type": "string"
|
|
2047
2047
|
},
|
|
2048
2048
|
"imageUri": {
|
|
2049
|
-
"description": "The
|
|
2049
|
+
"description": "The URI for the image of the static content.",
|
|
2050
2050
|
"type": "string"
|
|
2051
2051
|
},
|
|
2052
2052
|
"targetUri": {
|
|
2053
|
-
"description": "The
|
|
2053
|
+
"description": "The URI for the target of the static content.",
|
|
2054
2054
|
"type": "string"
|
|
2055
2055
|
},
|
|
2056
2056
|
"imageAltText": {
|
|
2057
|
-
"description": "The alternative text for the image of the
|
|
2058
|
-
"i18nClassification": "ALT: The alternative text for the image of the
|
|
2057
|
+
"description": "The alternative text for the image of the static content.",
|
|
2058
|
+
"i18nClassification": "ALT: The alternative text for the image of the static content.",
|
|
2059
2059
|
"type": "string"
|
|
2060
2060
|
},
|
|
2061
2061
|
"semanticObject": {
|
|
2062
|
-
"description": "Used to provide intent
|
|
2062
|
+
"description": "Used to provide intent-based navigation.",
|
|
2063
2063
|
"type": "string"
|
|
2064
2064
|
},
|
|
2065
2065
|
"action": {
|
|
@@ -2083,12 +2083,12 @@
|
|
|
2083
2083
|
"type": "object",
|
|
2084
2084
|
"properties": {
|
|
2085
2085
|
"model": {
|
|
2086
|
-
"description": "Represents the model for the
|
|
2086
|
+
"description": "Represents the model for the table card.",
|
|
2087
2087
|
"type": "string",
|
|
2088
2088
|
"artifactType": "Manifest"
|
|
2089
2089
|
},
|
|
2090
2090
|
"template": {
|
|
2091
|
-
"description": "Represents the
|
|
2091
|
+
"description": "Represents the component path to use for this card.",
|
|
2092
2092
|
"enum": [
|
|
2093
2093
|
"sap.ovp.cards.table",
|
|
2094
2094
|
"sap.ovp.cards.v4.table"
|
|
@@ -2112,7 +2112,7 @@
|
|
|
2112
2112
|
"type": "object",
|
|
2113
2113
|
"properties": {
|
|
2114
2114
|
"showLineItemDetail": {
|
|
2115
|
-
"description": "Flag for
|
|
2115
|
+
"description": "Flag for showing line item details in list and table cards.",
|
|
2116
2116
|
"type": "boolean",
|
|
2117
2117
|
"artifactType": "Manifest"
|
|
2118
2118
|
},
|
|
@@ -2323,17 +2323,17 @@
|
|
|
2323
2323
|
"artifactType": "Manifest"
|
|
2324
2324
|
},
|
|
2325
2325
|
"addODataSelect": {
|
|
2326
|
-
"description": "
|
|
2326
|
+
"description": "Determines if the $Select parameter shall be added to data fetch requests.",
|
|
2327
2327
|
"type": "boolean",
|
|
2328
2328
|
"artifactType": "Manifest"
|
|
2329
2329
|
},
|
|
2330
2330
|
"sortBy": {
|
|
2331
|
-
"description": "Defines the property by which the list
|
|
2331
|
+
"description": "Defines the property by which the list is sorted.",
|
|
2332
2332
|
"type": "string",
|
|
2333
2333
|
"artifactType": "Manifest"
|
|
2334
2334
|
},
|
|
2335
2335
|
"sortOrder": {
|
|
2336
|
-
"description": "Sort order (ascending or descending)",
|
|
2336
|
+
"description": "Sort order (ascending or descending).",
|
|
2337
2337
|
"enum": [
|
|
2338
2338
|
"ascending",
|
|
2339
2339
|
"descending"
|
|
@@ -2352,12 +2352,12 @@
|
|
|
2352
2352
|
"artifactType": "Manifest"
|
|
2353
2353
|
},
|
|
2354
2354
|
"showFilterInHeader": {
|
|
2355
|
-
"description": "
|
|
2355
|
+
"description": "Determines if filters are shown in card headers.",
|
|
2356
2356
|
"type": "boolean",
|
|
2357
2357
|
"artifactType": "Manifest"
|
|
2358
2358
|
},
|
|
2359
2359
|
"showSortingInHeader": {
|
|
2360
|
-
"description": "
|
|
2360
|
+
"description": "Determines if sorting is shown in card headers.",
|
|
2361
2361
|
"type": "boolean",
|
|
2362
2362
|
"artifactType": "Manifest"
|
|
2363
2363
|
},
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
"artifactType": "Manifest"
|
|
2385
2385
|
},
|
|
2386
2386
|
"template": {
|
|
2387
|
-
"description": "Represents the
|
|
2387
|
+
"description": "Represents the component path to use for this card.",
|
|
2388
2388
|
"enum": [
|
|
2389
2389
|
"sap.ovp.cards.charts.analytical",
|
|
2390
2390
|
"sap.ovp.cards.v4.charts.analytical"
|
|
@@ -2426,7 +2426,7 @@
|
|
|
2426
2426
|
},
|
|
2427
2427
|
"navigation": {
|
|
2428
2428
|
"$ref": "#/definitions/CardNavigationType",
|
|
2429
|
-
"description": "Represents the configuration to alter the navigation mode
|
|
2429
|
+
"description": "Represents the configuration to alter the navigation mode.",
|
|
2430
2430
|
"artifactType": "Manifest"
|
|
2431
2431
|
},
|
|
2432
2432
|
"valueSelectionInfo": {
|
|
@@ -2522,7 +2522,7 @@
|
|
|
2522
2522
|
]
|
|
2523
2523
|
},
|
|
2524
2524
|
"bEnableStableColors": {
|
|
2525
|
-
"description": "Enables the configuration of an analytical card with column stack chart
|
|
2525
|
+
"description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
|
|
2526
2526
|
"type": "boolean",
|
|
2527
2527
|
"artifactType": "Manifest"
|
|
2528
2528
|
},
|
|
@@ -2728,17 +2728,17 @@
|
|
|
2728
2728
|
"artifactType": "Manifest"
|
|
2729
2729
|
},
|
|
2730
2730
|
"addODataSelect": {
|
|
2731
|
-
"description": "
|
|
2731
|
+
"description": "Determines if the $Select parameter shall be added to data fetch requests.",
|
|
2732
2732
|
"type": "boolean",
|
|
2733
2733
|
"artifactType": "Manifest"
|
|
2734
2734
|
},
|
|
2735
2735
|
"sortBy": {
|
|
2736
|
-
"description": "Defines the property by which the list
|
|
2736
|
+
"description": "Defines the property by which the list is sorted.",
|
|
2737
2737
|
"type": "string",
|
|
2738
2738
|
"artifactType": "Manifest"
|
|
2739
2739
|
},
|
|
2740
2740
|
"sortOrder": {
|
|
2741
|
-
"description": "Sort order (ascending or descending)",
|
|
2741
|
+
"description": "Sort order (ascending or descending).",
|
|
2742
2742
|
"enum": [
|
|
2743
2743
|
"ascending",
|
|
2744
2744
|
"descending"
|
|
@@ -2757,12 +2757,12 @@
|
|
|
2757
2757
|
"artifactType": "Manifest"
|
|
2758
2758
|
},
|
|
2759
2759
|
"showFilterInHeader": {
|
|
2760
|
-
"description": "
|
|
2760
|
+
"description": "Determines if filters are shown in card headers.",
|
|
2761
2761
|
"type": "boolean",
|
|
2762
2762
|
"artifactType": "Manifest"
|
|
2763
2763
|
},
|
|
2764
2764
|
"showSortingInHeader": {
|
|
2765
|
-
"description": "
|
|
2765
|
+
"description": "Determines if sorting is shown in card headers.",
|
|
2766
2766
|
"type": "boolean",
|
|
2767
2767
|
"artifactType": "Manifest"
|
|
2768
2768
|
},
|
|
@@ -2806,7 +2806,7 @@
|
|
|
2806
2806
|
},
|
|
2807
2807
|
"navigation": {
|
|
2808
2808
|
"$ref": "#/definitions/CardNavigationType",
|
|
2809
|
-
"description": "Represents the configuration to alter the navigation mode
|
|
2809
|
+
"description": "Represents the configuration to alter the navigation mode.",
|
|
2810
2810
|
"artifactType": "Manifest"
|
|
2811
2811
|
},
|
|
2812
2812
|
"valueSelectionInfo": {
|
|
@@ -2902,7 +2902,7 @@
|
|
|
2902
2902
|
]
|
|
2903
2903
|
},
|
|
2904
2904
|
"bEnableStableColors": {
|
|
2905
|
-
"description": "Enables the configuration of an analytical card with column stack chart
|
|
2905
|
+
"description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
|
|
2906
2906
|
"type": "boolean",
|
|
2907
2907
|
"artifactType": "Manifest"
|
|
2908
2908
|
},
|
|
@@ -3108,17 +3108,17 @@
|
|
|
3108
3108
|
"artifactType": "Manifest"
|
|
3109
3109
|
},
|
|
3110
3110
|
"addODataSelect": {
|
|
3111
|
-
"description": "
|
|
3111
|
+
"description": "Determines if the $Select parameter shall be added to data fetch requests.",
|
|
3112
3112
|
"type": "boolean",
|
|
3113
3113
|
"artifactType": "Manifest"
|
|
3114
3114
|
},
|
|
3115
3115
|
"sortBy": {
|
|
3116
|
-
"description": "Defines the property by which the list
|
|
3116
|
+
"description": "Defines the property by which the list is sorted.",
|
|
3117
3117
|
"type": "string",
|
|
3118
3118
|
"artifactType": "Manifest"
|
|
3119
3119
|
},
|
|
3120
3120
|
"sortOrder": {
|
|
3121
|
-
"description": "Sort order (ascending or descending)",
|
|
3121
|
+
"description": "Sort order (ascending or descending).",
|
|
3122
3122
|
"enum": [
|
|
3123
3123
|
"ascending",
|
|
3124
3124
|
"descending"
|
|
@@ -3137,12 +3137,12 @@
|
|
|
3137
3137
|
"artifactType": "Manifest"
|
|
3138
3138
|
},
|
|
3139
3139
|
"showFilterInHeader": {
|
|
3140
|
-
"description": "
|
|
3140
|
+
"description": "Determines if filters are shown in card headers.",
|
|
3141
3141
|
"type": "boolean",
|
|
3142
3142
|
"artifactType": "Manifest"
|
|
3143
3143
|
},
|
|
3144
3144
|
"showSortingInHeader": {
|
|
3145
|
-
"description": "
|
|
3145
|
+
"description": "Determines if sorting is shown in card headers.",
|
|
3146
3146
|
"type": "boolean",
|
|
3147
3147
|
"artifactType": "Manifest"
|
|
3148
3148
|
},
|
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"description": "Represents the release status for the developer adaptation in the cloud (relevant for SAP internal only). The supported types are released, deprecated, obsolete, no value means not released."
|
|
51
51
|
},
|
|
52
52
|
"title": {
|
|
53
|
-
"description": "
|
|
53
|
+
"description": "Defines the title for the application.",
|
|
54
54
|
"i18nClassification": "TIT: Title of the application",
|
|
55
55
|
"type": "string"
|
|
56
56
|
},
|
|
57
57
|
"description": {
|
|
58
|
-
"description": "
|
|
58
|
+
"description": "Defines the description for the application.",
|
|
59
59
|
"i18nClassification": "TIT: Description of the application",
|
|
60
60
|
"type": "string"
|
|
61
61
|
},
|
|
62
62
|
"flexEnabled": {
|
|
63
|
-
"description": "
|
|
63
|
+
"description": "Enables key user adaptation for an application.",
|
|
64
64
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
65
65
|
"type": "boolean"
|
|
66
66
|
}
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"type": "object",
|
|
72
72
|
"properties": {
|
|
73
73
|
"limitFCLToTwoColumns": {
|
|
74
|
-
"description": "
|
|
74
|
+
"description": "Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.",
|
|
75
75
|
"type": "boolean"
|
|
76
76
|
},
|
|
77
77
|
"defaultTwoColumnLayoutType": {
|
|
@@ -252,8 +252,7 @@
|
|
|
252
252
|
},
|
|
253
253
|
"additionalProperties": false,
|
|
254
254
|
"required": [
|
|
255
|
-
"id"
|
|
256
|
-
"name"
|
|
255
|
+
"id"
|
|
257
256
|
]
|
|
258
257
|
},
|
|
259
258
|
"FlexibleColumnLayoutAggregations": {
|