@sap/ux-specification 1.96.6 → 1.96.9

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 (157) hide show
  1. package/CHANGELOG.md +44 -1
  2. package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
  3. package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
  4. package/dist/documentation/v2/v2-ListReport.html +1 -1
  5. package/dist/documentation/v2/v2-ObjectPage.html +1 -1
  6. package/dist/documentation/v2/v2-OverviewPage.html +1 -1
  7. package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
  8. package/dist/documentation/v4/v4-ListReport.html +1 -1
  9. package/dist/documentation/v4/v4-ObjectPage.html +1 -1
  10. package/dist/index-min.js +1 -1
  11. package/dist/schemas/v2/ApplicationV2.json +14 -14
  12. package/dist/schemas/v4/ApplicationV4.json +9 -5
  13. package/dist/schemas/v4/ListReportConfig.json +609 -209
  14. package/dist/specification/v2/index-min.js +1 -1
  15. package/dist/specification/v4/index-min.js +1 -1
  16. package/dist/src/api.d.ts +3 -3
  17. package/dist/src/apiTypes.d.ts +16 -20
  18. package/dist/src/extensionLogger.d.ts +1 -1
  19. package/dist/src/project.d.ts +1 -1
  20. package/dist/src/specification/common/Application.d.ts +24 -4
  21. package/dist/src/specification/common/page.d.ts +1 -1
  22. package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +6 -6
  23. package/dist/src/specification/common/webapp/manifest/sapUi5.d.ts +1 -1
  24. package/dist/src/specification/schemaAccess.d.ts +1 -1
  25. package/dist/src/specification/v2/ApplicationV2.d.ts +3 -17
  26. package/dist/src/specification/v2/controls/Facets.d.ts +1 -1
  27. package/dist/src/specification/v2/controls/Footer.d.ts +2 -2
  28. package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -1
  29. package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
  30. package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +2 -2
  31. package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +2 -2
  32. package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -1
  33. package/dist/src/specification/v2/controls/Table.d.ts +3 -3
  34. package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -1
  35. package/dist/src/specification/v2/page.d.ts +1 -1
  36. package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +4 -4
  37. package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
  38. package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +3 -3
  39. package/dist/src/specification/v2/pages/OverviewPageConfig.d.ts +3 -3
  40. package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -2
  41. package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +2 -2
  42. package/dist/src/specification/v4/ApplicationV4.d.ts +4 -14
  43. package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +1 -1
  44. package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +2 -2
  45. package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +3 -3
  46. package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +1 -1
  47. package/dist/src/specification/v4/controls/Table.d.ts +162 -25
  48. package/dist/src/specification/v4/controls/ToolBar.d.ts +26 -1
  49. package/dist/src/specification/v4/page.d.ts +2 -2
  50. package/dist/src/specification/v4/pages/ListReportConfig.d.ts +17 -3
  51. package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -2
  52. package/dist/src/specification/v4/pages/index.d.ts +0 -1
  53. package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +77 -0
  54. package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +12 -3
  55. package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +20 -1
  56. package/dist/src/sync/common/appProvider.d.ts +6 -5
  57. package/dist/src/sync/common/decoration/control.d.ts +1 -1
  58. package/dist/src/sync/common/decoration/decorators.d.ts +1 -1
  59. package/dist/src/sync/common/decoration/factory.d.ts +3 -3
  60. package/dist/src/sync/common/decoration/flex.d.ts +3 -3
  61. package/dist/src/sync/common/flexUtils.d.ts +4 -4
  62. package/dist/src/sync/common/generate/objectPage.d.ts +4 -3
  63. package/dist/src/sync/common/generate/utils.d.ts +11 -9
  64. package/dist/src/sync/common/import/utils.d.ts +4 -3
  65. package/dist/src/sync/common/importProject.d.ts +4 -4
  66. package/dist/src/sync/common/types.d.ts +28 -6
  67. package/dist/src/sync/common/utils.d.ts +11 -8
  68. package/dist/src/sync/i18n.d.ts +1 -1
  69. package/dist/src/sync/v2/application.d.ts +2 -2
  70. package/dist/src/sync/v2/export/controls/Action.d.ts +1 -1
  71. package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -1
  72. package/dist/src/sync/v2/export/controls/AnalyticalListPageKPI.d.ts +1 -1
  73. package/dist/src/sync/v2/export/controls/Card.d.ts +1 -1
  74. package/dist/src/sync/v2/export/controls/Field.d.ts +1 -1
  75. package/dist/src/sync/v2/export/controls/FilterBar.d.ts +2 -1
  76. package/dist/src/sync/v2/export/controls/FormAction.d.ts +1 -1
  77. package/dist/src/sync/v2/export/controls/Fragment.d.ts +5 -11
  78. package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +1 -1
  79. package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.d.ts +3 -3
  80. package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +1 -1
  81. package/dist/src/sync/v2/export/controls/ObjectPageHeader.d.ts +1 -1
  82. package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +1 -1
  83. package/dist/src/sync/v2/export/controls/ObjectPageLayout.d.ts +1 -1
  84. package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
  85. package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -3
  86. package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  87. package/dist/src/sync/v2/export/controls/Table.d.ts +3 -2
  88. package/dist/src/sync/v2/export/controls/TableColumn.d.ts +2 -2
  89. package/dist/src/sync/v2/export/controls/ToolBar.d.ts +1 -1
  90. package/dist/src/sync/v2/export/export.d.ts +3 -3
  91. package/dist/src/sync/v2/export/exportPage.d.ts +2 -2
  92. package/dist/src/sync/v2/export/factory.d.ts +2 -1
  93. package/dist/src/sync/v2/export/manifest.d.ts +1 -1
  94. package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +4 -4
  95. package/dist/src/sync/v2/export/pages/ListReport.d.ts +2 -2
  96. package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +3 -3
  97. package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +2 -2
  98. package/dist/src/sync/v2/export/view-controller-generator.d.ts +2 -2
  99. package/dist/src/sync/v2/generate/analyticalListReport.d.ts +1 -1
  100. package/dist/src/sync/v2/generate/generate.d.ts +2 -2
  101. package/dist/src/sync/v2/generate/listReport.d.ts +7 -4
  102. package/dist/src/sync/v2/generate/objectPage.d.ts +1 -1
  103. package/dist/src/sync/v2/generate/overviewPage.d.ts +1 -1
  104. package/dist/src/sync/v2/generate/utils.d.ts +5 -5
  105. package/dist/src/sync/v2/import/app/appProvider.d.ts +4 -4
  106. package/dist/src/sync/v2/import/app/ovpProvider.d.ts +3 -3
  107. package/dist/src/sync/v2/import/common/index.d.ts +6 -5
  108. package/dist/src/sync/v2/import/controls/table.d.ts +1 -1
  109. package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +2 -2
  110. package/dist/src/sync/v2/import/pages/listReport.d.ts +2 -2
  111. package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
  112. package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -2
  113. package/dist/src/sync/v2/import/utils.d.ts +3 -2
  114. package/dist/src/sync/v2/types.d.ts +7 -7
  115. package/dist/src/sync/v4/application.d.ts +8 -4
  116. package/dist/src/sync/v4/export/controls/FilterBar.d.ts +1 -1
  117. package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.d.ts +2 -1
  118. package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +1 -1
  119. package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +1 -1
  120. package/dist/src/sync/v4/export/controls/ObjectPageLayout.d.ts +1 -1
  121. package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +1 -1
  122. package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +1 -1
  123. package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +1 -1
  124. package/dist/src/sync/v4/export/controls/Table.d.ts +125 -9
  125. package/dist/src/sync/v4/export/controls/TableColumn.d.ts +39 -1
  126. package/dist/src/sync/v4/export/controls/ToolBar.d.ts +1 -1
  127. package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -1
  128. package/dist/src/sync/v4/export/export.d.ts +2 -2
  129. package/dist/src/sync/v4/export/exportCustomColumn.d.ts +2 -2
  130. package/dist/src/sync/v4/export/factory.d.ts +2 -1
  131. package/dist/src/sync/v4/export/flexibleColumnLayout.d.ts +1 -1
  132. package/dist/src/sync/v4/export/manifest.d.ts +1 -1
  133. package/dist/src/sync/v4/export/pages/ListReport.d.ts +8 -3
  134. package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
  135. package/dist/src/sync/v4/export/pages/index.d.ts +0 -1
  136. package/dist/src/sync/v4/export/types.d.ts +7 -5
  137. package/dist/src/sync/v4/export/utils.d.ts +1 -1
  138. package/dist/src/sync/v4/generate/generate.d.ts +5 -4
  139. package/dist/src/sync/v4/generate/listReport.d.ts +2 -4
  140. package/dist/src/sync/v4/generate/objectPage.d.ts +1 -1
  141. package/dist/src/sync/v4/import/app/appProvider.d.ts +6 -5
  142. package/dist/src/sync/v4/import/fragment.d.ts +2 -2
  143. package/dist/src/sync/v4/import/index.d.ts +0 -1
  144. package/dist/src/sync/v4/import/pages/listReport.d.ts +8 -7
  145. package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
  146. package/dist/src/sync/v4/import/utils.d.ts +2 -2
  147. package/dist/src/sync/v4/types.d.ts +2 -2
  148. package/dist/src/sync/v4/utils/utils.d.ts +14 -5
  149. package/dist/test/test-data/flexChange/v2/stta.prod.man/index.d.ts +1 -1
  150. package/dist/test/test-projects/index.d.ts +1 -1
  151. package/dist/test/test-utils/utils.d.ts +5 -4
  152. package/package.json +12 -9
  153. package/dist/documentation/v4/v4-AnalyticalListPage.html +0 -49
  154. package/dist/schemas/v4/AnalyticalListPageConfig.json +0 -481
  155. package/dist/src/specification/v4/pages/AnalyticalListPageConfig.d.ts +0 -13
  156. package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +0 -8
  157. package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +0 -11
@@ -1,16 +1,35 @@
1
1
  {
2
2
  "type": "object",
3
3
  "properties": {
4
- "table": {
5
- "$ref": "#/definitions/Table"
6
- },
7
4
  "variantManagement": {
8
5
  "$ref": "#/definitions/VariantManagementTypeListReport",
9
6
  "description": "variantManagement defines how the variant management of page personalizations is controlled.\n- None - No variant management by default.\n- Control - Individual personalizations for each control.",
10
7
  "artifactType": "Manifest"
11
8
  },
12
9
  "filterBar": {
13
- "$ref": "#/definitions/FilterBar"
10
+ "$ref": "#/definitions/FilterBar",
11
+ "description": "Filter bar"
12
+ },
13
+ "chart": {
14
+ "$ref": "#/definitions/ALPChartView",
15
+ "description": "Chart",
16
+ "artifactType": "Manifest"
17
+ },
18
+ "table": {
19
+ "description": "Table",
20
+ "anyOf": [
21
+ {
22
+ "$ref": "#/definitions/ALPTableView"
23
+ },
24
+ {
25
+ "$ref": "#/definitions/Table"
26
+ }
27
+ ]
28
+ },
29
+ "defaultPath": {
30
+ "$ref": "#/definitions/DefaultPathType",
31
+ "description": "\"defaultPath\" can be \"primary\", \"secondary\", or \"both\". If it is \"primary\", SAP Fiori elements loads the app in chart-only view. If it is \"secondary\", SAP Fiori elements loads the app in table-only view. If it is \"both\", SAP Fiori elements loads the app in hybrid view.",
32
+ "artifactType": "Manifest"
14
33
  },
15
34
  "$schema": {
16
35
  "type": "string"
@@ -18,175 +37,545 @@
18
37
  },
19
38
  "additionalProperties": false,
20
39
  "definitions": {
21
- "Table": {
22
- "description": "Table",
40
+ "VariantManagementTypeListReport": {
41
+ "enum": [
42
+ "Control",
43
+ "None",
44
+ "Page"
45
+ ],
46
+ "type": "string"
47
+ },
48
+ "FilterBar": {
49
+ "description": "Filter Bar",
50
+ "isViewNode": true,
51
+ "type": "object",
52
+ "properties": {
53
+ "selectionFields": {
54
+ "$ref": "#/definitions/SelectionFields"
55
+ }
56
+ },
57
+ "additionalProperties": false
58
+ },
59
+ "SelectionFields": {
60
+ "description": "Filter Fields",
61
+ "isViewNode": true,
62
+ "type": "object",
63
+ "additionalProperties": {
64
+ "type": "object",
65
+ "properties": {},
66
+ "additionalProperties": true
67
+ }
68
+ },
69
+ "ALPChartView": {
70
+ "description": "Chart View",
71
+ "isViewNode": true,
72
+ "type": "object",
73
+ "properties": {
74
+ "annotationPath": {
75
+ "description": "The primary annotation path can be either UI.Chart, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
76
+ "type": "string"
77
+ },
78
+ "toolBar": {
79
+ "$ref": "#/definitions/ViewChartToolBar",
80
+ "description": "Chart Toolbar"
81
+ }
82
+ },
83
+ "additionalProperties": false,
84
+ "required": [
85
+ "annotationPath"
86
+ ]
87
+ },
88
+ "ViewChartToolBar": {
89
+ "description": "Chart Toolbar",
90
+ "isViewNode": true,
91
+ "type": "object",
92
+ "properties": {
93
+ "actions": {
94
+ "$ref": "#/definitions/ViewActions"
95
+ }
96
+ },
97
+ "additionalProperties": false,
98
+ "required": [
99
+ "actions"
100
+ ]
101
+ },
102
+ "ViewActions": {
103
+ "description": "Actions",
104
+ "isViewNode": true,
105
+ "type": "object",
106
+ "additionalProperties": {
107
+ "anyOf": [
108
+ {
109
+ "$ref": "#/definitions/ViewToolBarAction"
110
+ },
111
+ {
112
+ "type": "object",
113
+ "properties": {}
114
+ }
115
+ ]
116
+ }
117
+ },
118
+ "ViewToolBarAction": {
119
+ "description": "Action",
23
120
  "isViewNode": true,
24
121
  "type": "object",
25
122
  "properties": {
123
+ "enableOnSelect": {
124
+ "$ref": "#/definitions/SelectType",
125
+ "description": "Enables single selection for a bound action",
126
+ "artifactType": "Manifest"
127
+ }
128
+ },
129
+ "additionalProperties": false
130
+ },
131
+ "SelectType": {
132
+ "enum": [
133
+ "multi",
134
+ "single"
135
+ ],
136
+ "type": "string"
137
+ },
138
+ "ALPTableView": {
139
+ "description": "Table View",
140
+ "isViewNode": true,
141
+ "type": "object",
142
+ "properties": {
143
+ "annotationPath": {
144
+ "description": "The secondary annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
145
+ "type": "string"
146
+ },
26
147
  "initialLoad": {
27
148
  "$ref": "#/definitions/InitialLoadType",
28
- "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).",
29
- "artifactType": "Manifest"
149
+ "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults)."
30
150
  },
31
- "views": {
32
- "$ref": "#/definitions/MultiTableModeV4",
33
- "description": "With the views property you can switch on the multiple view feature. Contrary to quickVariantSelection, each view will be rendered in a different instance of table). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
34
- "artifactType": "Manifest"
151
+ "personalization": {
152
+ "$ref": "#/definitions/ViewPersonalizationType",
153
+ "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases."
154
+ },
155
+ "creationMode": {
156
+ "$ref": "#/definitions/ViewTableCreationMode",
157
+ "description": "Defines the page behavior when a new record is created."
35
158
  },
36
159
  "toolBar": {
37
160
  "$ref": "#/definitions/ToolBar",
38
- "description": "Tool Bar"
161
+ "description": "Table Toolbar"
162
+ },
163
+ "columns": {
164
+ "$ref": "#/definitions/ViewColumns"
39
165
  },
40
166
  "type": {
41
167
  "$ref": "#/definitions/TableTypeV4",
42
- "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
43
- "artifactType": "Manifest"
44
- },
45
- "creationMode": {
46
- "$ref": "#/definitions/TableCreationMode",
47
- "description": "Defines the page behavior when a new record is created.",
48
- "artifactType": "Manifest"
49
- },
50
- "personalization": {
51
- "$ref": "#/definitions/PersonalizationType",
52
- "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
53
- "artifactType": "Manifest"
168
+ "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones."
54
169
  },
55
170
  "selectionMode": {
56
171
  "$ref": "#/definitions/SelectionMode",
57
- "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
58
- "artifactType": "Manifest"
172
+ "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode."
59
173
  },
60
174
  "selectAll": {
61
175
  "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
62
- "type": "boolean",
63
- "artifactType": "Manifest"
176
+ "type": "boolean"
64
177
  },
65
178
  "selectionLimit": {
66
179
  "description": "With the selectionLimit you can define how many items can be selected at a time,",
67
- "type": "number",
68
- "artifactType": "Manifest"
180
+ "type": "number"
69
181
  },
70
182
  "enableExport": {
71
183
  "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
72
- "type": "boolean",
73
- "artifactType": "Manifest"
184
+ "type": "boolean"
74
185
  },
75
186
  "quickVariantSelection": {
76
187
  "$ref": "#/definitions/QuickVariantSelectionV4",
77
- "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
78
- "artifactType": "Manifest"
188
+ "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand."
79
189
  },
80
190
  "condensedTableLayout": {
81
191
  "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
192
+ "type": "boolean"
193
+ }
194
+ },
195
+ "additionalProperties": false,
196
+ "required": [
197
+ "annotationPath"
198
+ ]
199
+ },
200
+ "InitialLoadType": {
201
+ "enum": [
202
+ "Auto",
203
+ "Disabled",
204
+ "Enabled"
205
+ ],
206
+ "type": "string"
207
+ },
208
+ "ViewPersonalizationType": {
209
+ "type": "object",
210
+ "properties": {
211
+ "column": {
212
+ "description": "Defines whether the user can add and remove columns to a given table.",
82
213
  "type": "boolean",
83
214
  "artifactType": "Manifest"
84
215
  },
85
- "columns": {
86
- "$ref": "#/definitions/GenericColumns"
216
+ "sort": {
217
+ "description": "Defines whether the user can sort a given table.",
218
+ "type": "boolean",
219
+ "artifactType": "Manifest"
220
+ },
221
+ "filter": {
222
+ "description": "Defines whether the user can filter data of a given table.",
223
+ "type": "boolean",
224
+ "artifactType": "Manifest"
87
225
  }
88
226
  },
89
227
  "additionalProperties": false
90
228
  },
91
- "InitialLoadType": {
229
+ "ViewTableCreationMode": {
230
+ "type": "object",
231
+ "properties": {
232
+ "name": {
233
+ "$ref": "#/definitions/TableCreationModeType",
234
+ "description": "The name property of TableCreationMode defines the creation mode; possible values are:\n- NewPage: The create action leads to a new page.\n- Inline: The create action leads to a new row at the table.\n- CreationRow: No create button will be rendered, an empty row is directly given.\nThe default is \"NewPage\".",
235
+ "artifactType": "Manifest"
236
+ },
237
+ "createAtEnd": {
238
+ "description": "In case of inline creation mode you can decide if the new row will be created at the end of the table, or direcly after the currently selected table. The default value is \"true\"",
239
+ "type": "boolean",
240
+ "artifactType": "Manifest"
241
+ }
242
+ },
243
+ "additionalProperties": false
244
+ },
245
+ "TableCreationModeType": {
246
+ "enum": [
247
+ "CreationRow",
248
+ "Inline",
249
+ "NewPage"
250
+ ],
251
+ "type": "string"
252
+ },
253
+ "ToolBar": {
254
+ "description": "Table Toolbar",
255
+ "isViewNode": true,
256
+ "type": "object",
257
+ "properties": {
258
+ "actions": {
259
+ "$ref": "#/definitions/Actions"
260
+ }
261
+ },
262
+ "additionalProperties": false,
263
+ "required": [
264
+ "actions"
265
+ ]
266
+ },
267
+ "Actions": {
268
+ "description": "Actions",
269
+ "isViewNode": true,
270
+ "type": "object",
271
+ "additionalProperties": {
272
+ "$ref": "#/definitions/ToolBarAction"
273
+ }
274
+ },
275
+ "ToolBarAction": {
276
+ "description": "Action",
277
+ "isViewNode": true,
278
+ "type": "object",
279
+ "properties": {
280
+ "enableOnSelect": {
281
+ "$ref": "#/definitions/SelectType",
282
+ "description": "Enables single selection for a bound action",
283
+ "artifactType": "Manifest"
284
+ }
285
+ },
286
+ "additionalProperties": false
287
+ },
288
+ "ViewColumns": {
289
+ "type": "object",
290
+ "additionalProperties": {
291
+ "anyOf": [
292
+ {
293
+ "$ref": "#/definitions/ViewTableColumn"
294
+ },
295
+ {
296
+ "$ref": "#/definitions/ViewTableColumnAction"
297
+ },
298
+ {
299
+ "$ref": "#/definitions/ViewTableCustomColumn"
300
+ }
301
+ ]
302
+ }
303
+ },
304
+ "ViewTableColumn": {
305
+ "description": "Table Column",
306
+ "isViewNode": true,
307
+ "type": "object",
308
+ "properties": {
309
+ "width": {
310
+ "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
311
+ "type": "string",
312
+ "artifactType": "Manifest"
313
+ },
314
+ "availability": {
315
+ "$ref": "#/definitions/Availability",
316
+ "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
317
+ "artifactType": "Manifest"
318
+ }
319
+ },
320
+ "additionalProperties": false
321
+ },
322
+ "Availability": {
323
+ "enum": [
324
+ "Adaptation",
325
+ "Default",
326
+ "Hidden"
327
+ ],
328
+ "type": "string"
329
+ },
330
+ "ViewTableColumnAction": {
331
+ "description": "Inline Action",
332
+ "isViewNode": true,
333
+ "type": "object",
334
+ "properties": {
335
+ "afterExecution": {
336
+ "$ref": "#/definitions/ActionAfterExecutionConfiguration",
337
+ "description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)",
338
+ "artifactType": "Manifest"
339
+ },
340
+ "width": {
341
+ "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
342
+ "type": "string",
343
+ "artifactType": "Manifest"
344
+ },
345
+ "availability": {
346
+ "$ref": "#/definitions/Availability",
347
+ "description": "Defines where the column should be shown.\nDefault: it will be shown by default in the table.\nAdaptation: it will initially not shown in the table but be available via end user adaptation.\nHidden: the column is neither available in the table nor in adaptation.",
348
+ "artifactType": "Manifest"
349
+ }
350
+ },
351
+ "additionalProperties": false
352
+ },
353
+ "ActionAfterExecutionConfiguration": {
354
+ "type": "object",
355
+ "properties": {
356
+ "navigateToInstance": {
357
+ "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
358
+ "type": "boolean",
359
+ "artifactType": "Manifest"
360
+ },
361
+ "enableAutoScroll": {
362
+ "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
363
+ "type": "boolean",
364
+ "artifactType": "Manifest"
365
+ }
366
+ },
367
+ "additionalProperties": false
368
+ },
369
+ "ViewTableCustomColumn": {
370
+ "description": "Custom Column",
371
+ "isViewNode": true,
372
+ "type": "object",
373
+ "properties": {
374
+ "position": {
375
+ "$ref": "#/definitions/ViewPosition",
376
+ "description": "Defines the position of the column relative to other columns.",
377
+ "artifactType": "Manifest"
378
+ },
379
+ "header": {
380
+ "description": "The header is shown on the table as header, as well as in the add/remove dialog.",
381
+ "i18nClassification": "COL: Custom column header text",
382
+ "type": "string",
383
+ "artifactType": "Manifest"
384
+ },
385
+ "width": {
386
+ "description": "A string type that represents CSS size values.\nRefer to https://openui5.hana.ondemand.com/api/sap.ui.core.CSSSize.",
387
+ "type": "string",
388
+ "artifactType": "Manifest"
389
+ },
390
+ "template": {
391
+ "description": "Relevant for extension columns; allows the definition of a target fragment.",
392
+ "type": "string",
393
+ "artifactType": "Manifest"
394
+ },
395
+ "horizontalAlign": {
396
+ "$ref": "#/definitions/HorizontalAlign",
397
+ "description": "Aligns the header as well as the content horizontally.",
398
+ "artifactType": "Manifest"
399
+ },
400
+ "availability": {
401
+ "$ref": "#/definitions/Availability",
402
+ "description": "Defines where the column should be shown.\n- Default: it will be shown by default in the table.\n- Adaptation: it will initially not shown in the table but be available via end user adaptation\n- Hidden: the column is neither available in the table nor in adaptation",
403
+ "artifactType": "Manifest"
404
+ },
405
+ "properties": {
406
+ "description": "If provided and sorting is enabled for the table the custom column header can be clicked. This will lead to a list of properties (or one) that can be sorted by, they are displayed as the labels of the properties, corresponding to their definition in the annotations.",
407
+ "type": "array",
408
+ "items": {
409
+ "type": "string"
410
+ },
411
+ "artifactType": "Manifest"
412
+ }
413
+ },
414
+ "additionalProperties": false,
415
+ "required": [
416
+ "header",
417
+ "template"
418
+ ]
419
+ },
420
+ "ViewPosition": {
421
+ "type": "object",
422
+ "properties": {
423
+ "anchor": {
424
+ "description": "The key of another column to be used as placement anchor.",
425
+ "type": "string",
426
+ "artifactType": "Manifest"
427
+ },
428
+ "placement": {
429
+ "$ref": "#/definitions/Placement",
430
+ "description": "Define the placement, either before or after the anchor column.",
431
+ "artifactType": "Manifest"
432
+ }
433
+ },
434
+ "additionalProperties": false,
435
+ "required": [
436
+ "placement"
437
+ ]
438
+ },
439
+ "Placement": {
440
+ "enum": [
441
+ "After",
442
+ "Before",
443
+ "End"
444
+ ],
445
+ "type": "string"
446
+ },
447
+ "HorizontalAlign": {
448
+ "enum": [
449
+ "Begin",
450
+ "Center",
451
+ "End"
452
+ ],
453
+ "type": "string"
454
+ },
455
+ "TableTypeV4": {
456
+ "enum": [
457
+ "AnalyticalTable",
458
+ "GridTable",
459
+ "ResponsiveTable"
460
+ ],
461
+ "type": "string"
462
+ },
463
+ "SelectionMode": {
92
464
  "enum": [
93
465
  "Auto",
94
- "Disabled",
95
- "Enabled"
466
+ "Multi",
467
+ "None",
468
+ "Single"
96
469
  ],
97
470
  "type": "string"
98
471
  },
99
- "MultiTableModeV4": {
472
+ "QuickVariantSelectionV4": {
100
473
  "type": "object",
101
474
  "properties": {
102
475
  "paths": {
103
476
  "description": "List of annotation paths referring to SelectionVariant annotations",
104
477
  "type": "array",
105
478
  "items": {
106
- "$ref": "#/definitions/AnnotationPathWithKey"
479
+ "$ref": "#/definitions/AnnotationPathAsObject"
107
480
  },
108
481
  "artifactType": "Manifest"
109
482
  },
483
+ "hideTableTitle": {
484
+ "description": "You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true.",
485
+ "type": "boolean",
486
+ "artifactType": "Manifest"
487
+ },
110
488
  "showCounts": {
111
489
  "description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
112
490
  "type": "boolean",
113
491
  "artifactType": "Manifest"
114
- }
115
- },
116
- "additionalProperties": false,
117
- "required": [
118
- "paths"
119
- ]
120
- },
121
- "AnnotationPathWithKey": {
122
- "type": "object",
123
- "properties": {
124
- "key": {
125
- "type": "string"
492
+ }
493
+ },
494
+ "additionalProperties": false,
495
+ "required": [
496
+ "paths"
497
+ ]
498
+ },
499
+ "AnnotationPathAsObject": {
500
+ "type": "object",
501
+ "properties": {
502
+ "annotationPath": {
503
+ "type": "string"
504
+ }
505
+ },
506
+ "additionalProperties": false,
507
+ "required": [
508
+ "annotationPath"
509
+ ]
510
+ },
511
+ "Table": {
512
+ "description": "Table",
513
+ "isViewNode": true,
514
+ "type": "object",
515
+ "properties": {
516
+ "initialLoad": {
517
+ "$ref": "#/definitions/InitialLoadType",
518
+ "description": "initialLoad defines whether or not the data in the table is automatically loaded.\n- Disabled - Data is never loaded when opening the app without an app state.\n- Enabled - Data is always loaded when opening the app.\n- Auto - Data is only loaded, if initial/preset filters are available (e.g. defined by \"SelectionVariant\" definition, URL parameters or user defaults).",
519
+ "artifactType": "Manifest"
520
+ },
521
+ "creationMode": {
522
+ "$ref": "#/definitions/TableCreationMode",
523
+ "description": "Defines the page behavior when a new record is created.",
524
+ "artifactType": "Manifest"
525
+ },
526
+ "personalization": {
527
+ "$ref": "#/definitions/PersonalizationType",
528
+ "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
529
+ "artifactType": "Manifest"
530
+ },
531
+ "views": {
532
+ "$ref": "#/definitions/MultiTableModeV4"
533
+ },
534
+ "toolBar": {
535
+ "$ref": "#/definitions/ToolBar",
536
+ "description": "Tool Bar"
537
+ },
538
+ "columns": {
539
+ "$ref": "#/definitions/GenericColumns"
540
+ },
541
+ "type": {
542
+ "$ref": "#/definitions/TableTypeV4",
543
+ "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
544
+ "artifactType": "Manifest"
545
+ },
546
+ "selectionMode": {
547
+ "$ref": "#/definitions/SelectionMode",
548
+ "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
549
+ "artifactType": "Manifest"
550
+ },
551
+ "selectAll": {
552
+ "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
553
+ "type": "boolean",
554
+ "artifactType": "Manifest"
555
+ },
556
+ "selectionLimit": {
557
+ "description": "With the selectionLimit you can define how many items can be selected at a time,",
558
+ "type": "number",
559
+ "artifactType": "Manifest"
560
+ },
561
+ "enableExport": {
562
+ "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
563
+ "type": "boolean",
564
+ "artifactType": "Manifest"
126
565
  },
127
- "annotationPath": {
128
- "type": "string"
566
+ "quickVariantSelection": {
567
+ "$ref": "#/definitions/QuickVariantSelectionV4",
568
+ "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
569
+ "artifactType": "Manifest"
129
570
  },
130
- "entitySet": {
131
- "type": "string"
132
- }
133
- },
134
- "additionalProperties": false,
135
- "required": [
136
- "annotationPath",
137
- "key"
138
- ]
139
- },
140
- "ToolBar": {
141
- "description": "Toolbar",
142
- "isViewNode": true,
143
- "type": "object",
144
- "properties": {
145
- "actions": {
146
- "$ref": "#/definitions/Actions"
147
- }
148
- },
149
- "additionalProperties": false,
150
- "required": [
151
- "actions"
152
- ]
153
- },
154
- "Actions": {
155
- "description": "Actions",
156
- "isViewNode": true,
157
- "type": "object",
158
- "additionalProperties": {
159
- "$ref": "#/definitions/ToolBarAction"
160
- }
161
- },
162
- "ToolBarAction": {
163
- "description": "Action",
164
- "isViewNode": true,
165
- "type": "object",
166
- "properties": {
167
- "enableOnSelect": {
168
- "$ref": "#/definitions/SelectType",
169
- "description": "Enables single selection for a bound action",
571
+ "condensedTableLayout": {
572
+ "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
573
+ "type": "boolean",
170
574
  "artifactType": "Manifest"
171
575
  }
172
576
  },
173
577
  "additionalProperties": false
174
578
  },
175
- "SelectType": {
176
- "enum": [
177
- "multi",
178
- "single"
179
- ],
180
- "type": "string"
181
- },
182
- "TableTypeV4": {
183
- "enum": [
184
- "AnalyticalTable",
185
- "GridTable",
186
- "ResponsiveTable"
187
- ],
188
- "type": "string"
189
- },
190
579
  "TableCreationMode": {
191
580
  "type": "object",
192
581
  "properties": {
@@ -203,14 +592,6 @@
203
592
  },
204
593
  "additionalProperties": false
205
594
  },
206
- "TableCreationModeType": {
207
- "enum": [
208
- "CreationRow",
209
- "Inline",
210
- "NewPage"
211
- ],
212
- "type": "string"
213
- },
214
595
  "PersonalizationType": {
215
596
  "type": "object",
216
597
  "properties": {
@@ -232,47 +613,127 @@
232
613
  },
233
614
  "additionalProperties": false
234
615
  },
235
- "SelectionMode": {
236
- "enum": [
237
- "Auto",
238
- "Multi",
239
- "None",
240
- "Single"
241
- ],
242
- "type": "string"
616
+ "MultiTableModeV4": {
617
+ "description": "Views",
618
+ "isViewNode": true,
619
+ "type": "object",
620
+ "additionalProperties": {
621
+ "anyOf": [
622
+ {
623
+ "$ref": "#/definitions/LRChartView"
624
+ },
625
+ {
626
+ "$ref": "#/definitions/LRTableView"
627
+ },
628
+ {
629
+ "type": "boolean"
630
+ }
631
+ ]
632
+ },
633
+ "properties": {
634
+ "showCounts": {
635
+ "description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
636
+ "type": "boolean",
637
+ "artifactType": "Manifest"
638
+ }
639
+ }
243
640
  },
244
- "QuickVariantSelectionV4": {
641
+ "LRChartView": {
642
+ "description": "Chart View",
643
+ "isViewNode": true,
245
644
  "type": "object",
246
645
  "properties": {
247
- "paths": {
248
- "description": "List of annotation paths referring to SelectionVariant annotations",
249
- "type": "array",
250
- "items": {
251
- "$ref": "#/definitions/AnnotationPathAsObject"
252
- },
646
+ "annotationPath": {
647
+ "description": "To use charts in multiple table mode, define a UI.Chart annotation, including a qualifier.\nReference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant for your view.",
648
+ "type": "string",
253
649
  "artifactType": "Manifest"
254
650
  },
255
- "hideTableTitle": {
256
- "description": "You can hide the table and display only the titles of the tabs. To do so, add the hideTableTitle option and set it to true.",
257
- "type": "boolean",
651
+ "entitySet": {
652
+ "description": "Each chart can be based on a different entitySet.",
653
+ "type": "string",
258
654
  "artifactType": "Manifest"
259
655
  },
260
- "showCounts": {
261
- "description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
262
- "type": "boolean",
263
- "artifactType": "Manifest"
656
+ "toolBar": {
657
+ "$ref": "#/definitions/ViewChartToolBar",
658
+ "description": "Chart Toolbar"
264
659
  }
265
660
  },
266
661
  "additionalProperties": false,
267
662
  "required": [
268
- "paths"
663
+ "annotationPath"
269
664
  ]
270
665
  },
271
- "AnnotationPathAsObject": {
666
+ "LRTableView": {
667
+ "description": "Table View",
668
+ "isViewNode": true,
272
669
  "type": "object",
273
670
  "properties": {
274
671
  "annotationPath": {
275
- "type": "string"
672
+ "description": "The annotation path can be either UI.LineItem, UI.PresentationVariant, or UI.SelectionPresentationVariant.",
673
+ "type": "string",
674
+ "artifactType": "Manifest"
675
+ },
676
+ "entitySet": {
677
+ "description": "Each table can be based on a different entitySet.",
678
+ "type": "string",
679
+ "artifactType": "Manifest"
680
+ },
681
+ "keepPreviousPersonalization": {
682
+ "description": "The tab keeps the default LineItem ID (without the key), so the variant is applied to it.",
683
+ "type": "boolean",
684
+ "artifactType": "Manifest"
685
+ },
686
+ "personalization": {
687
+ "$ref": "#/definitions/ViewPersonalizationType",
688
+ "description": "Defines the personalization mode, currently only effective if variant management on page is either set to Page or Control.\nBy default all table settings are enabled. You can change this for the different parts of the table by setting the properties \"Column\", \"Sort\" and \"Filter\" accordingly.\nOmitting a property is treated as false, this allows apps to avoid getting new features like grouping in upcoming releases.",
689
+ "artifactType": "Manifest"
690
+ },
691
+ "creationMode": {
692
+ "$ref": "#/definitions/ViewTableCreationMode",
693
+ "description": "Defines the page behavior when a new record is created.",
694
+ "artifactType": "Manifest"
695
+ },
696
+ "toolBar": {
697
+ "$ref": "#/definitions/ToolBar",
698
+ "description": "Table Toolbar"
699
+ },
700
+ "columns": {
701
+ "$ref": "#/definitions/ViewColumns"
702
+ },
703
+ "type": {
704
+ "$ref": "#/definitions/TableTypeV4",
705
+ "description": "Use type to define the table type. Note: Grid tables, analytical tables, and tree tables cannot be rendered on smartphones. Instead, responsive tables always show on smartphones.",
706
+ "artifactType": "Manifest"
707
+ },
708
+ "selectionMode": {
709
+ "$ref": "#/definitions/SelectionMode",
710
+ "description": "Applications can influence whether the table rows are selectable or not, and whether it allows for single selection or multiple selection. It can take the following values:\n- \"Auto\": This is the default value. In this mode, Fiori Elements first checks if there are any custom actions or IBN buttons in the table toolbar that require a context. If no such buttons are found, then no table selection is allowed in display mode. In edit mode too a selection is not allowed unless there is a Delete button in the table toolbar in which case multiple row selection will be allowed.\n- \"Multi\": This will allow end users to select multiple table records (in both display and edit mode)\n- \"Single\" This will allow end user to select only a single table record (in both display and edit mode)\n- \"None\": This will not allow the end user to select any table record in display mode. This will also be the case in edit mode unless the table has a delete button enabled, in which multiple selection is allowed in delete mode.",
711
+ "artifactType": "Manifest"
712
+ },
713
+ "selectAll": {
714
+ "description": "The selectAll configuration overrides the selectionLimit and allows the user to select all the items. When set to true, the select all feature is enabled: a checkbox in the table header is displayed which selects all items when clicked.",
715
+ "type": "boolean",
716
+ "artifactType": "Manifest"
717
+ },
718
+ "selectionLimit": {
719
+ "description": "With the selectionLimit you can define how many items can be selected at a time,",
720
+ "type": "number",
721
+ "artifactType": "Manifest"
722
+ },
723
+ "enableExport": {
724
+ "description": "The exporting of the table to an Excel file is enabled in List Report tables by default. In Object Page, the export to Excel is available by default if the copy/paste feature is also available; otherwise it is disabled.\nTo disable the export in List Report or to enable it in Object Page, use the \"enableExport\" property and set it to false or true.",
725
+ "type": "boolean",
726
+ "artifactType": "Manifest"
727
+ },
728
+ "quickVariantSelection": {
729
+ "$ref": "#/definitions/QuickVariantSelectionV4",
730
+ "description": "With quickVariantSelection you can switch on the multiple view feature (single table mode). It links to SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) you must have added to your annotations beforehand.",
731
+ "artifactType": "Manifest"
732
+ },
733
+ "condensedTableLayout": {
734
+ "description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
735
+ "type": "boolean",
736
+ "artifactType": "Manifest"
276
737
  }
277
738
  },
278
739
  "additionalProperties": false,
@@ -314,14 +775,6 @@
314
775
  },
315
776
  "additionalProperties": false
316
777
  },
317
- "Availability": {
318
- "enum": [
319
- "Adaptation",
320
- "Default",
321
- "Hidden"
322
- ],
323
- "type": "string"
324
- },
325
778
  "TableColumnAction": {
326
779
  "description": "Inline Action",
327
780
  "isViewNode": true,
@@ -345,22 +798,6 @@
345
798
  },
346
799
  "additionalProperties": false
347
800
  },
348
- "ActionAfterExecutionConfiguration": {
349
- "type": "object",
350
- "properties": {
351
- "navigateToInstance": {
352
- "description": "By default, a navigation is automatically triggered after an action execution. If applications want to disable the navigation, they can do so using the manifest setting “navigateToInstance”.",
353
- "type": "boolean",
354
- "artifactType": "Manifest"
355
- },
356
- "enableAutoScroll": {
357
- "description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
358
- "type": "boolean",
359
- "artifactType": "Manifest"
360
- }
361
- },
362
- "additionalProperties": false
363
- },
364
801
  "TableCustomColumn": {
365
802
  "description": "Custom Column",
366
803
  "isViewNode": true,
@@ -431,50 +868,13 @@
431
868
  "placement"
432
869
  ]
433
870
  },
434
- "Placement": {
435
- "enum": [
436
- "After",
437
- "Before",
438
- "End"
439
- ],
440
- "type": "string"
441
- },
442
- "HorizontalAlign": {
443
- "enum": [
444
- "Begin",
445
- "Center",
446
- "End"
447
- ],
448
- "type": "string"
449
- },
450
- "VariantManagementTypeListReport": {
871
+ "DefaultPathType": {
451
872
  "enum": [
452
- "Control",
453
- "None",
454
- "Page"
873
+ "both",
874
+ "primary",
875
+ "secondary"
455
876
  ],
456
877
  "type": "string"
457
- },
458
- "FilterBar": {
459
- "description": "Filter Bar",
460
- "isViewNode": true,
461
- "type": "object",
462
- "properties": {
463
- "selectionFields": {
464
- "$ref": "#/definitions/SelectionFields"
465
- }
466
- },
467
- "additionalProperties": false
468
- },
469
- "SelectionFields": {
470
- "description": "Filter Fields",
471
- "isViewNode": true,
472
- "type": "object",
473
- "additionalProperties": {
474
- "type": "object",
475
- "properties": {},
476
- "additionalProperties": true
477
- }
478
878
  }
479
879
  },
480
880
  "$schema": "http://json-schema.org/draft-07/schema#"