@sap/ux-specification 1.120.22 → 1.120.24

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 (113) hide show
  1. package/CHANGELOG.md +51 -20
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
  3. package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
  4. package/dist/documentation/v2/v2-ListReport.html +2 -2
  5. package/dist/documentation/v2/v2-ObjectPage.html +2 -2
  6. package/dist/documentation/v2/v2-OverviewPage.html +2 -2
  7. package/dist/documentation/v4/v4-ApplicationV4.html +2 -2
  8. package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
  9. package/dist/documentation/v4/v4-FreestylePage.html +2 -2
  10. package/dist/documentation/v4/v4-ListReport.html +2 -2
  11. package/dist/documentation/v4/v4-ObjectPage.html +2 -2
  12. package/dist/index-min.js +104 -104
  13. package/dist/index-min.js.map +4 -4
  14. package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
  15. package/dist/schemas/v2/ApplicationV2.json +5 -5
  16. package/dist/schemas/v2/ListReportConfig.json +86 -85
  17. package/dist/schemas/v2/ObjectPageConfig.json +83 -83
  18. package/dist/schemas/v2/OverviewPageConfig.json +84 -84
  19. package/dist/schemas/v4/ApplicationV4.json +5 -6
  20. package/dist/schemas/v4/ListReportConfig.json +47 -47
  21. package/dist/schemas/v4/ObjectPageConfig.json +46 -46
  22. package/dist/specification/package.json +8 -8
  23. package/dist/specification/src/api.js +2 -2
  24. package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
  25. package/dist/specification/src/sync/common/appProvider.js +19 -3
  26. package/dist/specification/src/sync/common/appProvider.js.map +1 -1
  27. package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
  28. package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
  29. package/dist/specification/src/sync/common/decoration/control.js +17 -11
  30. package/dist/specification/src/sync/common/decoration/control.js.map +1 -1
  31. package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
  32. package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
  33. package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
  34. package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
  35. package/dist/specification/src/sync/v2/export/export.js +6 -1
  36. package/dist/specification/src/sync/v2/export/export.js.map +1 -1
  37. package/dist/specification/src/sync/v2/import/common/index.d.ts +7 -7
  38. package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
  39. package/dist/specification/src/sync/v2/import/common/index.js +62 -69
  40. package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
  41. package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
  42. package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
  43. package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
  44. package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
  45. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
  46. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
  47. package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
  48. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
  49. package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
  50. package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
  51. package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
  52. package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
  53. package/dist/specification/src/sync/v2/import/pages/objectPage.js +57 -19
  54. package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
  55. package/dist/specification/src/sync/v4/export/manifest.js +1 -1
  56. package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
  57. package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
  58. package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
  59. package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
  60. package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
  61. package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
  62. package/dist/specification/src/sync/v4/import/app/appProvider.js.map +1 -1
  63. package/dist/types/src/common/Application.d.ts +4 -8
  64. package/dist/types/src/common/Application.d.ts.map +1 -1
  65. package/dist/types/src/v2/application.d.ts +1 -1
  66. package/dist/types/src/v2/controls/Action.d.ts +4 -2
  67. package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
  68. package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
  69. package/dist/types/src/v2/controls/Card.d.ts +37 -36
  70. package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
  71. package/dist/types/src/v2/controls/Card.js.map +1 -1
  72. package/dist/types/src/v2/controls/Field.d.ts +1 -1
  73. package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
  74. package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
  75. package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
  76. package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
  77. package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
  78. package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
  79. package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
  80. package/dist/types/src/v2/controls/ObjectPageTable.d.ts +20 -20
  81. package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
  82. package/dist/types/src/v2/controls/Table.d.ts +52 -47
  83. package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
  84. package/dist/types/src/v2/controls/Table.js.map +1 -1
  85. package/dist/types/src/v2/overviewPage.d.ts +2 -2
  86. package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
  87. package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
  88. package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
  89. package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
  90. package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
  91. package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
  92. package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
  93. package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
  94. package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +6 -6
  95. package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
  96. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
  97. package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
  98. package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
  99. package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
  100. package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
  101. package/dist/types/src/v4/controls/Table.d.ts +27 -34
  102. package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
  103. package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
  104. package/dist/types/src/v4/page.d.ts +1 -1
  105. package/dist/types/src/v4/page.d.ts.map +1 -1
  106. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
  107. package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
  108. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
  109. package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
  110. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
  111. package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
  112. package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
  113. 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 OData model, which contains entities definition that are relevant for global filters.",
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/disable analytical parameter support for Smart filter bar. The default value is false.",
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/disable semantic date range control for Smart filter bar. The default value is false.",
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 configuration"
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": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
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": "The selectedValues property is a set of standard date range values that you want to include or exclude.",
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": "The 'contains' string specifies a filter describing a set of values of the date range type.",
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": "The exclude property is set to True by default. This means excluding all values given as selectedValues from the list of date range filters. If the exclude property is set to False, the application shows only selected values in the list of date range filters.",
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": "add $Select parameter in data fetch URL",
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 shall be sorted.",
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"
@@ -772,7 +772,7 @@
772
772
  "artifactType": "Manifest"
773
773
  },
774
774
  "showRefresh": {
775
- "description": "Show or hide refresh option under card more actions, default value is true.",
775
+ "description": "Determines if the refresh icon is shown under a card's more actions. The default value is true.",
776
776
  "type": "boolean",
777
777
  "artifactType": "Manifest"
778
778
  },
@@ -782,12 +782,12 @@
782
782
  "artifactType": "Manifest"
783
783
  },
784
784
  "showFilterInHeader": {
785
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
785
+ "description": "Determines if filters are shown in card headers.",
786
786
  "type": "boolean",
787
787
  "artifactType": "Manifest"
788
788
  },
789
789
  "showSortingInHeader": {
790
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
790
+ "description": "Determines if sorting is shown in card headers.",
791
791
  "type": "boolean",
792
792
  "artifactType": "Manifest"
793
793
  },
@@ -806,27 +806,27 @@
806
806
  "type": "object",
807
807
  "properties": {
808
808
  "cols": {
809
- "description": "Represents the number of the number of grid columns",
809
+ "description": "Represents the number of grid columns.",
810
810
  "type": "number",
811
811
  "artifactType": "Manifest"
812
812
  },
813
813
  "rows": {
814
- "description": "Represents the number of the number of grid rows",
814
+ "description": "Represents the number of grid rows.",
815
815
  "type": "number",
816
816
  "artifactType": "Manifest"
817
817
  },
818
818
  "showOnlyHeader": {
819
- "description": "Represents if user wants to show only header part of card in resizable layout",
819
+ "description": "Determines if only the header part of a card is shown in the resizable layout.",
820
820
  "type": "boolean",
821
821
  "artifactType": "Manifest"
822
822
  },
823
823
  "minimumTitleRow": {
824
- "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)",
824
+ "description": "Sets the number of lines for the title row. The maximum is 3.",
825
825
  "type": "number",
826
826
  "artifactType": "Manifest"
827
827
  },
828
828
  "minimumSubTitleRow": {
829
- "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)",
829
+ "description": "Sets the number of lines for the subtitle row. The maximum is 2.",
830
830
  "type": "number",
831
831
  "artifactType": "Manifest"
832
832
  }
@@ -1067,12 +1067,12 @@
1067
1067
  "type": "object",
1068
1068
  "properties": {
1069
1069
  "model": {
1070
- "description": "Represents the model for the List Card",
1070
+ "description": "Represents the model for the list card.",
1071
1071
  "type": "string",
1072
1072
  "artifactType": "Manifest"
1073
1073
  },
1074
1074
  "template": {
1075
- "description": "Represents the card component path to use for this List Card.",
1075
+ "description": "Represents the card component path to use.",
1076
1076
  "enum": [
1077
1077
  "sap.ovp.cards.list",
1078
1078
  "sap.ovp.cards.v4.list"
@@ -1097,12 +1097,12 @@
1097
1097
  "properties": {
1098
1098
  "listFlavor": {
1099
1099
  "$ref": "#/definitions/ListFlavorType",
1100
- "description": "Represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
1100
+ "description": "Represents the flavor of the list to use in this card.",
1101
1101
  "artifactType": "Manifest"
1102
1102
  },
1103
1103
  "listType": {
1104
1104
  "$ref": "#/definitions/ListTypeType",
1105
- "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.",
1105
+ "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.",
1106
1106
  "artifactType": "Manifest"
1107
1107
  },
1108
1108
  "showLineItemDetail": {
@@ -1327,17 +1327,17 @@
1327
1327
  "artifactType": "Manifest"
1328
1328
  },
1329
1329
  "addODataSelect": {
1330
- "description": "add $Select parameter in data fetch URL",
1330
+ "description": "Determines if the $Select parameter shall be added to data fetch requests.",
1331
1331
  "type": "boolean",
1332
1332
  "artifactType": "Manifest"
1333
1333
  },
1334
1334
  "sortBy": {
1335
- "description": "Defines the property by which the list shall be sorted.",
1335
+ "description": "Defines the property by which the list is sorted.",
1336
1336
  "type": "string",
1337
1337
  "artifactType": "Manifest"
1338
1338
  },
1339
1339
  "sortOrder": {
1340
- "description": "Sort order (ascending or descending)",
1340
+ "description": "Sort order (ascending or descending).",
1341
1341
  "enum": [
1342
1342
  "ascending",
1343
1343
  "descending"
@@ -1351,7 +1351,7 @@
1351
1351
  "artifactType": "Manifest"
1352
1352
  },
1353
1353
  "showRefresh": {
1354
- "description": "Show or hide refresh option under card more actions, default value is true.",
1354
+ "description": "Determines if the refresh icon is shown under a card's more actions. The default value is true.",
1355
1355
  "type": "boolean",
1356
1356
  "artifactType": "Manifest"
1357
1357
  },
@@ -1361,12 +1361,12 @@
1361
1361
  "artifactType": "Manifest"
1362
1362
  },
1363
1363
  "showFilterInHeader": {
1364
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1364
+ "description": "Determines if filters are shown in card headers.",
1365
1365
  "type": "boolean",
1366
1366
  "artifactType": "Manifest"
1367
1367
  },
1368
1368
  "showSortingInHeader": {
1369
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1369
+ "description": "Determines if sorting is shown in card headers.",
1370
1370
  "type": "boolean",
1371
1371
  "artifactType": "Manifest"
1372
1372
  },
@@ -1403,12 +1403,12 @@
1403
1403
  "type": "object",
1404
1404
  "properties": {
1405
1405
  "model": {
1406
- "description": "Represents the model for the StackCard.",
1406
+ "description": "Represents the model for the card.",
1407
1407
  "type": "string",
1408
1408
  "artifactType": "Manifest"
1409
1409
  },
1410
1410
  "template": {
1411
- "description": "Represents the Stack Card component path to use for this card.",
1411
+ "description": "Represents the component path to use for this card.",
1412
1412
  "type": "string",
1413
1413
  "const": "sap.ovp.cards.stack",
1414
1414
  "artifactType": "Manifest"
@@ -1645,17 +1645,17 @@
1645
1645
  "artifactType": "Manifest"
1646
1646
  },
1647
1647
  "addODataSelect": {
1648
- "description": "add $Select parameter in data fetch URL",
1648
+ "description": "Determines if the $Select parameter shall be added to data fetch requests.",
1649
1649
  "type": "boolean",
1650
1650
  "artifactType": "Manifest"
1651
1651
  },
1652
1652
  "sortBy": {
1653
- "description": "Defines the property by which the list shall be sorted.",
1653
+ "description": "Defines the property by which the list is sorted.",
1654
1654
  "type": "string",
1655
1655
  "artifactType": "Manifest"
1656
1656
  },
1657
1657
  "sortOrder": {
1658
- "description": "Sort order (ascending or descending)",
1658
+ "description": "Sort order (ascending or descending).",
1659
1659
  "enum": [
1660
1660
  "ascending",
1661
1661
  "descending"
@@ -1669,7 +1669,7 @@
1669
1669
  "artifactType": "Manifest"
1670
1670
  },
1671
1671
  "showRefresh": {
1672
- "description": "Show or hide refresh option under card more actions, default value is true.",
1672
+ "description": "Determines if the refresh icon is shown under a card's more actions. The default value is true.",
1673
1673
  "type": "boolean",
1674
1674
  "artifactType": "Manifest"
1675
1675
  },
@@ -1679,12 +1679,12 @@
1679
1679
  "artifactType": "Manifest"
1680
1680
  },
1681
1681
  "showFilterInHeader": {
1682
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
1682
+ "description": "Determines if filters are shown in card headers.",
1683
1683
  "type": "boolean",
1684
1684
  "artifactType": "Manifest"
1685
1685
  },
1686
1686
  "showSortingInHeader": {
1687
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
1687
+ "description": "Determines if sorting is shown in card headers.",
1688
1688
  "type": "boolean",
1689
1689
  "artifactType": "Manifest"
1690
1690
  },
@@ -1749,12 +1749,12 @@
1749
1749
  "type": "object",
1750
1750
  "properties": {
1751
1751
  "model": {
1752
- "description": "Represents the model for the Link list Card.",
1752
+ "description": "Represents the model for the link list card.",
1753
1753
  "type": "string",
1754
1754
  "artifactType": "Manifest"
1755
1755
  },
1756
1756
  "template": {
1757
- "description": "Represents the Link list Card component path to use for this card.",
1757
+ "description": "Represents the component path to use for this card.",
1758
1758
  "enum": [
1759
1759
  "sap.ovp.cards.linklist",
1760
1760
  "sap.ovp.cards.v4.linklist"
@@ -1778,7 +1778,7 @@
1778
1778
  "properties": {
1779
1779
  "listFlavor": {
1780
1780
  "$ref": "#/definitions/LinkListFlavorType",
1781
- "description": "listFlavor represents the flavor of the list to use in this card. The flavor can be bar chart, carousel or standard.",
1781
+ "description": "listFlavor represents the flavor of the list to use in this card.",
1782
1782
  "artifactType": "Manifest"
1783
1783
  },
1784
1784
  "headerAnnotationPath": {
@@ -1787,7 +1787,7 @@
1787
1787
  "artifactType": "Manifest"
1788
1788
  },
1789
1789
  "staticContent": {
1790
- "description": "staticContent represents the static content of a static link list card.",
1790
+ "description": "staticContent represents the content of a static link list card.",
1791
1791
  "type": "array",
1792
1792
  "items": {
1793
1793
  "$ref": "#/definitions/StaticContent"
@@ -1996,17 +1996,17 @@
1996
1996
  "artifactType": "Manifest"
1997
1997
  },
1998
1998
  "addODataSelect": {
1999
- "description": "add $Select parameter in data fetch URL",
1999
+ "description": "Determines if the $Select parameter shall be added to data fetch requests.",
2000
2000
  "type": "boolean",
2001
2001
  "artifactType": "Manifest"
2002
2002
  },
2003
2003
  "sortBy": {
2004
- "description": "Defines the property by which the list shall be sorted.",
2004
+ "description": "Defines the property by which the list is sorted.",
2005
2005
  "type": "string",
2006
2006
  "artifactType": "Manifest"
2007
2007
  },
2008
2008
  "sortOrder": {
2009
- "description": "Sort order (ascending or descending)",
2009
+ "description": "Sort order (ascending or descending).",
2010
2010
  "enum": [
2011
2011
  "ascending",
2012
2012
  "descending"
@@ -2020,7 +2020,7 @@
2020
2020
  "artifactType": "Manifest"
2021
2021
  },
2022
2022
  "showRefresh": {
2023
- "description": "Show or hide refresh option under card more actions, default value is true.",
2023
+ "description": "Determines if the refresh icon is shown under a card's more actions. The default value is true.",
2024
2024
  "type": "boolean",
2025
2025
  "artifactType": "Manifest"
2026
2026
  },
@@ -2030,12 +2030,12 @@
2030
2030
  "artifactType": "Manifest"
2031
2031
  },
2032
2032
  "showFilterInHeader": {
2033
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
2033
+ "description": "Determines if filters are shown in card headers.",
2034
2034
  "type": "boolean",
2035
2035
  "artifactType": "Manifest"
2036
2036
  },
2037
2037
  "showSortingInHeader": {
2038
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
2038
+ "description": "Determines if sorting is shown in card headers.",
2039
2039
  "type": "boolean",
2040
2040
  "artifactType": "Manifest"
2041
2041
  },
@@ -2061,30 +2061,30 @@
2061
2061
  "type": "object",
2062
2062
  "properties": {
2063
2063
  "title": {
2064
- "description": "The language-dependent title of the StaticContent.",
2065
- "i18nClassification": "TIT: Title of the StaticContent",
2064
+ "description": "The language-dependent title of the static content.",
2065
+ "i18nClassification": "TIT: Title of the static content",
2066
2066
  "type": "string"
2067
2067
  },
2068
2068
  "subTitle": {
2069
- "description": "The language-dependent subtitle of the StaticContent.",
2070
- "i18nClassification": "TIT: Subtitle of the StaticContent",
2069
+ "description": "The language-dependent subtitle of the static content.",
2070
+ "i18nClassification": "TIT: Subtitle of the static content",
2071
2071
  "type": "string"
2072
2072
  },
2073
2073
  "imageUri": {
2074
- "description": "The uri for the image of the StaticContent.",
2074
+ "description": "The URI for the image of the static content.",
2075
2075
  "type": "string"
2076
2076
  },
2077
2077
  "targetUri": {
2078
- "description": "The uri for the target of the StaticContent.",
2078
+ "description": "The URI for the target of the static content.",
2079
2079
  "type": "string"
2080
2080
  },
2081
2081
  "imageAltText": {
2082
- "description": "The alternative text for the image of the StaticContent.",
2083
- "i18nClassification": "ALT: The alternative text for the image of the StaticContent",
2082
+ "description": "The alternative text for the image of the static content.",
2083
+ "i18nClassification": "ALT: The alternative text for the image of the static content.",
2084
2084
  "type": "string"
2085
2085
  },
2086
2086
  "semanticObject": {
2087
- "description": "Used to provide intent based navigation.",
2087
+ "description": "Used to provide intent-based navigation.",
2088
2088
  "type": "string"
2089
2089
  },
2090
2090
  "action": {
@@ -2108,12 +2108,12 @@
2108
2108
  "type": "object",
2109
2109
  "properties": {
2110
2110
  "model": {
2111
- "description": "Represents the model for the TableCard.",
2111
+ "description": "Represents the model for the table card.",
2112
2112
  "type": "string",
2113
2113
  "artifactType": "Manifest"
2114
2114
  },
2115
2115
  "template": {
2116
- "description": "Represents the Table Card component path to use for this card.",
2116
+ "description": "Represents the component path to use for this card.",
2117
2117
  "enum": [
2118
2118
  "sap.ovp.cards.table",
2119
2119
  "sap.ovp.cards.v4.table"
@@ -2137,7 +2137,7 @@
2137
2137
  "type": "object",
2138
2138
  "properties": {
2139
2139
  "showLineItemDetail": {
2140
- "description": "Flag for show line item detail in list and table card.",
2140
+ "description": "Flag for showing line item details in list and table cards.",
2141
2141
  "type": "boolean",
2142
2142
  "artifactType": "Manifest"
2143
2143
  },
@@ -2353,17 +2353,17 @@
2353
2353
  "artifactType": "Manifest"
2354
2354
  },
2355
2355
  "addODataSelect": {
2356
- "description": "add $Select parameter in data fetch URL",
2356
+ "description": "Determines if the $Select parameter shall be added to data fetch requests.",
2357
2357
  "type": "boolean",
2358
2358
  "artifactType": "Manifest"
2359
2359
  },
2360
2360
  "sortBy": {
2361
- "description": "Defines the property by which the list shall be sorted.",
2361
+ "description": "Defines the property by which the list is sorted.",
2362
2362
  "type": "string",
2363
2363
  "artifactType": "Manifest"
2364
2364
  },
2365
2365
  "sortOrder": {
2366
- "description": "Sort order (ascending or descending)",
2366
+ "description": "Sort order (ascending or descending).",
2367
2367
  "enum": [
2368
2368
  "ascending",
2369
2369
  "descending"
@@ -2377,7 +2377,7 @@
2377
2377
  "artifactType": "Manifest"
2378
2378
  },
2379
2379
  "showRefresh": {
2380
- "description": "Show or hide refresh option under card more actions, default value is true.",
2380
+ "description": "Determines if the refresh icon is shown under a card's more actions. The default value is true.",
2381
2381
  "type": "boolean",
2382
2382
  "artifactType": "Manifest"
2383
2383
  },
@@ -2387,12 +2387,12 @@
2387
2387
  "artifactType": "Manifest"
2388
2388
  },
2389
2389
  "showFilterInHeader": {
2390
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
2390
+ "description": "Determines if filters are shown in card headers.",
2391
2391
  "type": "boolean",
2392
2392
  "artifactType": "Manifest"
2393
2393
  },
2394
2394
  "showSortingInHeader": {
2395
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
2395
+ "description": "Determines if sorting is shown in card headers.",
2396
2396
  "type": "boolean",
2397
2397
  "artifactType": "Manifest"
2398
2398
  },
@@ -2419,7 +2419,7 @@
2419
2419
  "artifactType": "Manifest"
2420
2420
  },
2421
2421
  "template": {
2422
- "description": "Represents the Analytical Card component path to use for this card.",
2422
+ "description": "Represents the component path to use for this card.",
2423
2423
  "enum": [
2424
2424
  "sap.ovp.cards.charts.analytical",
2425
2425
  "sap.ovp.cards.v4.charts.analytical"
@@ -2466,7 +2466,7 @@
2466
2466
  },
2467
2467
  "navigation": {
2468
2468
  "$ref": "#/definitions/CardNavigationType",
2469
- "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
2469
+ "description": "Represents the configuration to alter the navigation mode.",
2470
2470
  "artifactType": "Manifest"
2471
2471
  },
2472
2472
  "valueSelectionInfo": {
@@ -2562,7 +2562,7 @@
2562
2562
  ]
2563
2563
  },
2564
2564
  "bEnableStableColors": {
2565
- "description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
2565
+ "description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
2566
2566
  "type": "boolean",
2567
2567
  "artifactType": "Manifest"
2568
2568
  },
@@ -2768,17 +2768,17 @@
2768
2768
  "artifactType": "Manifest"
2769
2769
  },
2770
2770
  "addODataSelect": {
2771
- "description": "add $Select parameter in data fetch URL",
2771
+ "description": "Determines if the $Select parameter shall be added to data fetch requests.",
2772
2772
  "type": "boolean",
2773
2773
  "artifactType": "Manifest"
2774
2774
  },
2775
2775
  "sortBy": {
2776
- "description": "Defines the property by which the list shall be sorted.",
2776
+ "description": "Defines the property by which the list is sorted.",
2777
2777
  "type": "string",
2778
2778
  "artifactType": "Manifest"
2779
2779
  },
2780
2780
  "sortOrder": {
2781
- "description": "Sort order (ascending or descending)",
2781
+ "description": "Sort order (ascending or descending).",
2782
2782
  "enum": [
2783
2783
  "ascending",
2784
2784
  "descending"
@@ -2792,7 +2792,7 @@
2792
2792
  "artifactType": "Manifest"
2793
2793
  },
2794
2794
  "showRefresh": {
2795
- "description": "Show or hide refresh option under card more actions, default value is true.",
2795
+ "description": "Determines if the refresh icon is shown under a card's more actions. The default value is true.",
2796
2796
  "type": "boolean",
2797
2797
  "artifactType": "Manifest"
2798
2798
  },
@@ -2802,12 +2802,12 @@
2802
2802
  "artifactType": "Manifest"
2803
2803
  },
2804
2804
  "showFilterInHeader": {
2805
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
2805
+ "description": "Determines if filters are shown in card headers.",
2806
2806
  "type": "boolean",
2807
2807
  "artifactType": "Manifest"
2808
2808
  },
2809
2809
  "showSortingInHeader": {
2810
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
2810
+ "description": "Determines if sorting is shown in card headers.",
2811
2811
  "type": "boolean",
2812
2812
  "artifactType": "Manifest"
2813
2813
  },
@@ -2856,7 +2856,7 @@
2856
2856
  },
2857
2857
  "navigation": {
2858
2858
  "$ref": "#/definitions/CardNavigationType",
2859
- "description": "Represents the configuration to alter the navigation mode in OVP Analytical Cards.",
2859
+ "description": "Represents the configuration to alter the navigation mode.",
2860
2860
  "artifactType": "Manifest"
2861
2861
  },
2862
2862
  "valueSelectionInfo": {
@@ -2952,7 +2952,7 @@
2952
2952
  ]
2953
2953
  },
2954
2954
  "bEnableStableColors": {
2955
- "description": "Enables the configuration of an analytical card with column stack chart, to map the dimension values to specific colors",
2955
+ "description": "Enables the configuration of an analytical card with a column stack chart to map the dimension values to specific colors.",
2956
2956
  "type": "boolean",
2957
2957
  "artifactType": "Manifest"
2958
2958
  },
@@ -3158,17 +3158,17 @@
3158
3158
  "artifactType": "Manifest"
3159
3159
  },
3160
3160
  "addODataSelect": {
3161
- "description": "add $Select parameter in data fetch URL",
3161
+ "description": "Determines if the $Select parameter shall be added to data fetch requests.",
3162
3162
  "type": "boolean",
3163
3163
  "artifactType": "Manifest"
3164
3164
  },
3165
3165
  "sortBy": {
3166
- "description": "Defines the property by which the list shall be sorted.",
3166
+ "description": "Defines the property by which the list is sorted.",
3167
3167
  "type": "string",
3168
3168
  "artifactType": "Manifest"
3169
3169
  },
3170
3170
  "sortOrder": {
3171
- "description": "Sort order (ascending or descending)",
3171
+ "description": "Sort order (ascending or descending).",
3172
3172
  "enum": [
3173
3173
  "ascending",
3174
3174
  "descending"
@@ -3182,7 +3182,7 @@
3182
3182
  "artifactType": "Manifest"
3183
3183
  },
3184
3184
  "showRefresh": {
3185
- "description": "Show or hide refresh option under card more actions, default value is true.",
3185
+ "description": "Determines if the refresh icon is shown under a card's more actions. The default value is true.",
3186
3186
  "type": "boolean",
3187
3187
  "artifactType": "Manifest"
3188
3188
  },
@@ -3192,12 +3192,12 @@
3192
3192
  "artifactType": "Manifest"
3193
3193
  },
3194
3194
  "showFilterInHeader": {
3195
- "description": "Represents a switch to Show or Hide Filters in Cards Headers in OVP application.",
3195
+ "description": "Determines if filters are shown in card headers.",
3196
3196
  "type": "boolean",
3197
3197
  "artifactType": "Manifest"
3198
3198
  },
3199
3199
  "showSortingInHeader": {
3200
- "description": "Represents a switch to Show or Hide Sorting in Cards Headers in OVP application.",
3200
+ "description": "Determines if sorting is shown in card headers.",
3201
3201
  "type": "boolean",
3202
3202
  "artifactType": "Manifest"
3203
3203
  },