@sap/ux-specification 1.90.5 → 1.90.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.
- package/CHANGELOG.md +110 -0
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +460 -53
- package/dist/schemas/v2/ListReportConfig.json +358 -104
- package/dist/schemas/v2/ObjectPageConfig.json +293 -92
- package/dist/schemas/v2/OverviewPageConfig.json +126 -46
- package/dist/schemas/v4/AnalyticalListPageConfig.json +110 -36
- package/dist/schemas/v4/ApplicationV4.json +0 -6
- package/dist/schemas/v4/ListReportConfig.json +110 -36
- package/dist/schemas/v4/ObjectPageConfig.json +349 -68
- package/dist/scripts/extractDocu.d.ts +1 -0
- package/dist/scripts/extractDocu.js +311 -0
- package/dist/scripts/extractDocu.js.map +1 -0
- package/dist/scripts/spec.d.ts +1 -0
- package/dist/scripts/spec.js +114 -0
- package/dist/scripts/spec.js.map +1 -0
- package/dist/scripts/to-json-schema.d.ts +10 -0
- package/dist/scripts/to-json-schema.js +121 -0
- package/dist/scripts/to-json-schema.js.map +1 -0
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/specification/v4/index-min.js +1 -1
- package/dist/src/api.js +3 -5
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +2 -1
- package/dist/src/extensionLogger.js +6 -0
- package/dist/src/extensionLogger.js.map +1 -1
- package/dist/src/specification/common/types.d.ts +4 -0
- package/dist/src/specification/common/types.js +5 -0
- package/dist/src/specification/common/types.js.map +1 -1
- package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +7 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.js +8 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
- package/dist/src/specification/v2/controls/Card.d.ts +8 -2
- package/dist/src/specification/v2/controls/Card.js +2 -0
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +20 -0
- package/dist/src/specification/v2/controls/FilterBar.js +51 -0
- package/dist/src/specification/v2/controls/FilterBar.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +12 -3
- package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +19 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.js.map +1 -0
- package/dist/src/specification/v2/controls/Table.d.ts +53 -5
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +19 -0
- package/dist/src/specification/v2/controls/ToolBar.js +3 -0
- package/dist/src/specification/v2/controls/ToolBar.js.map +1 -0
- package/dist/src/specification/v2/controls/index.d.ts +2 -0
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -2
- package/dist/src/specification/v2/webapp/manifest/sapUi5.d.ts +2 -1
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js +1 -0
- package/dist/src/specification/v2/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/specification/v4/controls/FilterBar.d.ts +1 -1
- package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +2 -0
- package/dist/src/specification/v4/controls/ObjectPageHeaderSection.d.ts +58 -0
- package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js +7 -0
- package/dist/src/specification/v4/controls/ObjectPageHeaderSection.js.map +1 -0
- package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +27 -3
- package/dist/src/specification/v4/controls/ObjectPageSection.js.map +1 -1
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +71 -2
- package/dist/src/specification/v4/controls/ObjectPageToolBar.d.ts +25 -0
- package/dist/src/specification/v4/controls/ObjectPageToolBar.js +3 -0
- package/dist/src/specification/v4/controls/ObjectPageToolBar.js.map +1 -0
- package/dist/src/specification/v4/controls/Table.d.ts +7 -1
- package/dist/src/specification/v4/controls/Table.js +1 -1
- package/dist/src/specification/v4/controls/Table.js.map +1 -1
- package/dist/src/specification/v4/controls/ToolBar.d.ts +28 -0
- package/dist/src/specification/v4/controls/ToolBar.js +8 -0
- package/dist/src/specification/v4/controls/ToolBar.js.map +1 -0
- package/dist/src/specification/v4/controls/index.d.ts +3 -0
- package/dist/src/specification/v4/controls/index.js +2 -0
- package/dist/src/specification/v4/controls/index.js.map +1 -1
- package/dist/src/specification/v4/page.d.ts +0 -2
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +34 -2
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +6 -1
- package/dist/src/specification/v4/webapp/manifest/sapUi5.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +1 -0
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js +1 -0
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/dist/src/sync/common/appProvider.d.ts +3 -1
- package/dist/src/sync/common/appProvider.js +2 -1
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.js +7 -4
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.d.ts +1 -1
- package/dist/src/sync/common/decoration/factory.js.map +1 -1
- package/dist/src/sync/common/flexUtils.d.ts +3 -2
- package/dist/src/sync/common/flexUtils.js +4 -1
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/i18n.json +2 -1
- package/dist/src/sync/common/importProject.js +6 -6
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +22 -5
- package/dist/src/sync/common/types.js +20 -4
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +72 -20
- package/dist/src/sync/common/utils.js +233 -97
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.js +7 -6
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js +5 -5
- package/dist/src/sync/v2/export/controls/AnalyticalListPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +2 -1
- package/dist/src/sync/v2/export/controls/Card.js +7 -0
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +3 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js +36 -0
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js +2 -1
- package/dist/src/sync/v2/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +12 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +11 -2
- package/dist/src/sync/v2/export/controls/Table.js +38 -5
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts +2 -2
- package/dist/src/sync/v2/export/export.js +15 -13
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +59 -16
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts +5 -2
- package/dist/src/sync/v2/generate/generate.js +7 -4
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +5 -2
- package/dist/src/sync/v2/generate/listReport.js +63 -30
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +75 -56
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +19 -2
- package/dist/src/sync/v2/generate/utils.js +134 -57
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.d.ts +3 -2
- package/dist/src/sync/v2/import/app/appProvider.js +10 -9
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +6 -6
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +1 -0
- package/dist/src/sync/v2/import/common/index.js +11 -7
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +15 -14
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +15 -15
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +12 -11
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +5 -3
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +0 -12
- package/dist/src/sync/v2/import/utils.js +0 -35
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v4/application.d.ts +3 -0
- package/dist/src/sync/v4/application.js +9 -0
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.d.ts +2 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.d.ts +21 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js +65 -0
- package/dist/src/sync/v4/export/controls/ObjectPageHeaderSection.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.d.ts +18 -4
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +96 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +6 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +17 -0
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.d.ts +4 -0
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js +21 -0
- package/dist/src/sync/v4/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v4/export/controls/Table.d.ts +25 -1
- package/dist/src/sync/v4/export/controls/Table.js +169 -0
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +5 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +17 -0
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts +4 -0
- package/dist/src/sync/v4/export/controls/ToolBar.js +6 -0
- package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.d.ts +4 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.js +21 -0
- package/dist/src/sync/v4/export/controls/ToolBarAction.js.map +1 -0
- package/dist/src/sync/v4/export/controls/index.d.ts +4 -0
- package/dist/src/sync/v4/export/controls/index.js +4 -0
- package/dist/src/sync/v4/export/controls/index.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +2 -1
- package/dist/src/sync/v4/export/export.js +60 -50
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/factory.js +3 -1
- package/dist/src/sync/v4/export/factory.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +28 -7
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +2 -2
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/export/pages/ListReport.js +1 -4
- package/dist/src/sync/v4/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +1 -0
- package/dist/src/sync/v4/generate/listReport.js +7 -2
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +167 -69
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +2 -1
- package/dist/src/sync/v4/import/app/appProvider.js +25 -11
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.js +4 -3
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/pages/analyticalListPage.js +7 -6
- package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +2 -2
- package/dist/src/sync/v4/import/pages/listReport.js +32 -19
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +74 -21
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +12 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +13 -2
- package/dist/src/sync/v4/utils/utils.js +49 -29
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/test/test-utils/utils.d.ts +0 -1
- package/dist/test/unit/import/importAppV4.test.d.ts +1 -0
- package/package.json +9 -9
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
},
|
|
7
7
|
"variantManagement": {
|
|
8
8
|
"$ref": "#/definitions/VariantManagementTypeListReport",
|
|
9
|
-
"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."
|
|
9
|
+
"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
|
+
"artifactType": "Manifest"
|
|
10
11
|
},
|
|
11
12
|
"filterBar": {
|
|
12
13
|
"$ref": "#/definitions/FilterBar"
|
|
@@ -24,47 +25,62 @@
|
|
|
24
25
|
"properties": {
|
|
25
26
|
"initialLoad": {
|
|
26
27
|
"$ref": "#/definitions/InitialLoadType",
|
|
27
|
-
"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)."
|
|
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"
|
|
28
30
|
},
|
|
29
31
|
"views": {
|
|
30
32
|
"$ref": "#/definitions/MultiTableModeV4",
|
|
31
|
-
"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."
|
|
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"
|
|
35
|
+
},
|
|
36
|
+
"toolBar": {
|
|
37
|
+
"$ref": "#/definitions/ToolBar",
|
|
38
|
+
"description": "Tool Bar"
|
|
32
39
|
},
|
|
33
40
|
"type": {
|
|
34
41
|
"$ref": "#/definitions/TableTypeV4",
|
|
35
|
-
"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."
|
|
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"
|
|
36
44
|
},
|
|
37
45
|
"creationMode": {
|
|
38
46
|
"$ref": "#/definitions/TableCreationMode",
|
|
39
|
-
"description": "Defines the page behavior when a new record is created."
|
|
47
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
48
|
+
"artifactType": "Manifest"
|
|
40
49
|
},
|
|
41
50
|
"personalization": {
|
|
42
51
|
"$ref": "#/definitions/PersonalizationType",
|
|
43
|
-
"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."
|
|
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"
|
|
44
54
|
},
|
|
45
55
|
"selectionMode": {
|
|
46
56
|
"$ref": "#/definitions/SelectionMode",
|
|
47
|
-
"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."
|
|
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"
|
|
48
59
|
},
|
|
49
60
|
"selectAll": {
|
|
50
61
|
"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.",
|
|
51
|
-
"type": "boolean"
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"artifactType": "Manifest"
|
|
52
64
|
},
|
|
53
65
|
"selectionLimit": {
|
|
54
66
|
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
55
|
-
"type": "number"
|
|
67
|
+
"type": "number",
|
|
68
|
+
"artifactType": "Manifest"
|
|
56
69
|
},
|
|
57
70
|
"enableExport": {
|
|
58
71
|
"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.",
|
|
59
|
-
"type": "boolean"
|
|
72
|
+
"type": "boolean",
|
|
73
|
+
"artifactType": "Manifest"
|
|
60
74
|
},
|
|
61
75
|
"quickVariantSelection": {
|
|
62
76
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
63
|
-
"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."
|
|
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"
|
|
64
79
|
},
|
|
65
80
|
"condensedTableLayout": {
|
|
66
81
|
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
67
|
-
"type": "boolean"
|
|
82
|
+
"type": "boolean",
|
|
83
|
+
"artifactType": "Manifest"
|
|
68
84
|
},
|
|
69
85
|
"columns": {
|
|
70
86
|
"$ref": "#/definitions/GenericColumns"
|
|
@@ -88,11 +104,13 @@
|
|
|
88
104
|
"type": "array",
|
|
89
105
|
"items": {
|
|
90
106
|
"$ref": "#/definitions/AnnotationPathWithKey"
|
|
91
|
-
}
|
|
107
|
+
},
|
|
108
|
+
"artifactType": "Manifest"
|
|
92
109
|
},
|
|
93
110
|
"showCounts": {
|
|
94
111
|
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
95
|
-
"type": "boolean"
|
|
112
|
+
"type": "boolean",
|
|
113
|
+
"artifactType": "Manifest"
|
|
96
114
|
}
|
|
97
115
|
},
|
|
98
116
|
"additionalProperties": false,
|
|
@@ -116,8 +134,51 @@
|
|
|
116
134
|
"key"
|
|
117
135
|
]
|
|
118
136
|
},
|
|
137
|
+
"ToolBar": {
|
|
138
|
+
"description": "Toolbar",
|
|
139
|
+
"isViewNode": true,
|
|
140
|
+
"type": "object",
|
|
141
|
+
"properties": {
|
|
142
|
+
"actions": {
|
|
143
|
+
"$ref": "#/definitions/Actions"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"additionalProperties": false,
|
|
147
|
+
"required": [
|
|
148
|
+
"actions"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"Actions": {
|
|
152
|
+
"description": "Actions",
|
|
153
|
+
"isViewNode": true,
|
|
154
|
+
"type": "object",
|
|
155
|
+
"additionalProperties": {
|
|
156
|
+
"$ref": "#/definitions/ToolBarAction"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"ToolBarAction": {
|
|
160
|
+
"description": "Action",
|
|
161
|
+
"isViewNode": true,
|
|
162
|
+
"type": "object",
|
|
163
|
+
"properties": {
|
|
164
|
+
"enableOnSelect": {
|
|
165
|
+
"$ref": "#/definitions/SelectType",
|
|
166
|
+
"description": "Enables single selection for a bound action",
|
|
167
|
+
"artifactType": "Manifest"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"additionalProperties": false
|
|
171
|
+
},
|
|
172
|
+
"SelectType": {
|
|
173
|
+
"enum": [
|
|
174
|
+
"multi",
|
|
175
|
+
"single"
|
|
176
|
+
],
|
|
177
|
+
"type": "string"
|
|
178
|
+
},
|
|
119
179
|
"TableTypeV4": {
|
|
120
180
|
"enum": [
|
|
181
|
+
"AnalyticalTable",
|
|
121
182
|
"GridTable",
|
|
122
183
|
"ResponsiveTable"
|
|
123
184
|
],
|
|
@@ -128,11 +189,13 @@
|
|
|
128
189
|
"properties": {
|
|
129
190
|
"name": {
|
|
130
191
|
"$ref": "#/definitions/TableCreationModeType",
|
|
131
|
-
"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\"."
|
|
192
|
+
"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\".",
|
|
193
|
+
"artifactType": "Manifest"
|
|
132
194
|
},
|
|
133
195
|
"createAtEnd": {
|
|
134
196
|
"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\"",
|
|
135
|
-
"type": "boolean"
|
|
197
|
+
"type": "boolean",
|
|
198
|
+
"artifactType": "Manifest"
|
|
136
199
|
}
|
|
137
200
|
},
|
|
138
201
|
"additionalProperties": false
|
|
@@ -150,15 +213,18 @@
|
|
|
150
213
|
"properties": {
|
|
151
214
|
"column": {
|
|
152
215
|
"description": "Defines whether the user can add and remove columns to a given table.",
|
|
153
|
-
"type": "boolean"
|
|
216
|
+
"type": "boolean",
|
|
217
|
+
"artifactType": "Manifest"
|
|
154
218
|
},
|
|
155
219
|
"sort": {
|
|
156
220
|
"description": "Defines whether the user can sort a given table.",
|
|
157
|
-
"type": "boolean"
|
|
221
|
+
"type": "boolean",
|
|
222
|
+
"artifactType": "Manifest"
|
|
158
223
|
},
|
|
159
224
|
"filter": {
|
|
160
225
|
"description": "Defines whether the user can filter data of a given table.",
|
|
161
|
-
"type": "boolean"
|
|
226
|
+
"type": "boolean",
|
|
227
|
+
"artifactType": "Manifest"
|
|
162
228
|
}
|
|
163
229
|
},
|
|
164
230
|
"additionalProperties": false
|
|
@@ -180,15 +246,18 @@
|
|
|
180
246
|
"type": "array",
|
|
181
247
|
"items": {
|
|
182
248
|
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
183
|
-
}
|
|
249
|
+
},
|
|
250
|
+
"artifactType": "Manifest"
|
|
184
251
|
},
|
|
185
252
|
"hideTableTitle": {
|
|
186
253
|
"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.",
|
|
187
|
-
"type": "boolean"
|
|
254
|
+
"type": "boolean",
|
|
255
|
+
"artifactType": "Manifest"
|
|
188
256
|
},
|
|
189
257
|
"showCounts": {
|
|
190
258
|
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
191
|
-
"type": "boolean"
|
|
259
|
+
"type": "boolean",
|
|
260
|
+
"artifactType": "Manifest"
|
|
192
261
|
}
|
|
193
262
|
},
|
|
194
263
|
"additionalProperties": false,
|
|
@@ -226,19 +295,8 @@
|
|
|
226
295
|
"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."
|
|
227
296
|
},
|
|
228
297
|
"afterExecution": {
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"properties": {
|
|
232
|
-
"navigateToInstance": {
|
|
233
|
-
"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”.",
|
|
234
|
-
"type": "boolean"
|
|
235
|
-
},
|
|
236
|
-
"enableAutoScroll": {
|
|
237
|
-
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
238
|
-
"type": "boolean"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
"additionalProperties": false
|
|
298
|
+
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
299
|
+
"description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"
|
|
242
300
|
}
|
|
243
301
|
},
|
|
244
302
|
"additionalProperties": false
|
|
@@ -300,6 +358,22 @@
|
|
|
300
358
|
],
|
|
301
359
|
"type": "string"
|
|
302
360
|
},
|
|
361
|
+
"ActionAfterExecutionConfiguration": {
|
|
362
|
+
"type": "object",
|
|
363
|
+
"properties": {
|
|
364
|
+
"navigateToInstance": {
|
|
365
|
+
"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”.",
|
|
366
|
+
"type": "boolean",
|
|
367
|
+
"artifactType": "Manifest"
|
|
368
|
+
},
|
|
369
|
+
"enableAutoScroll": {
|
|
370
|
+
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
371
|
+
"type": "boolean",
|
|
372
|
+
"artifactType": "Manifest"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"additionalProperties": false
|
|
376
|
+
},
|
|
303
377
|
"Placement": {
|
|
304
378
|
"enum": [
|
|
305
379
|
"After",
|
|
@@ -328,7 +402,7 @@
|
|
|
328
402
|
"additionalProperties": false
|
|
329
403
|
},
|
|
330
404
|
"SelectionFields": {
|
|
331
|
-
"description": "
|
|
405
|
+
"description": "Filter Fields",
|
|
332
406
|
"isViewNode": true,
|
|
333
407
|
"type": "object",
|
|
334
408
|
"additionalProperties": {
|
|
@@ -6,7 +6,8 @@
|
|
|
6
6
|
},
|
|
7
7
|
"variantManagement": {
|
|
8
8
|
"$ref": "#/definitions/VariantManagementTypeListReport",
|
|
9
|
-
"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."
|
|
9
|
+
"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
|
+
"artifactType": "Manifest"
|
|
10
11
|
},
|
|
11
12
|
"filterBar": {
|
|
12
13
|
"$ref": "#/definitions/FilterBar"
|
|
@@ -24,47 +25,62 @@
|
|
|
24
25
|
"properties": {
|
|
25
26
|
"initialLoad": {
|
|
26
27
|
"$ref": "#/definitions/InitialLoadType",
|
|
27
|
-
"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)."
|
|
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"
|
|
28
30
|
},
|
|
29
31
|
"views": {
|
|
30
32
|
"$ref": "#/definitions/MultiTableModeV4",
|
|
31
|
-
"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."
|
|
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"
|
|
35
|
+
},
|
|
36
|
+
"toolBar": {
|
|
37
|
+
"$ref": "#/definitions/ToolBar",
|
|
38
|
+
"description": "Tool Bar"
|
|
32
39
|
},
|
|
33
40
|
"type": {
|
|
34
41
|
"$ref": "#/definitions/TableTypeV4",
|
|
35
|
-
"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."
|
|
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"
|
|
36
44
|
},
|
|
37
45
|
"creationMode": {
|
|
38
46
|
"$ref": "#/definitions/TableCreationMode",
|
|
39
|
-
"description": "Defines the page behavior when a new record is created."
|
|
47
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
48
|
+
"artifactType": "Manifest"
|
|
40
49
|
},
|
|
41
50
|
"personalization": {
|
|
42
51
|
"$ref": "#/definitions/PersonalizationType",
|
|
43
|
-
"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."
|
|
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"
|
|
44
54
|
},
|
|
45
55
|
"selectionMode": {
|
|
46
56
|
"$ref": "#/definitions/SelectionMode",
|
|
47
|
-
"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."
|
|
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"
|
|
48
59
|
},
|
|
49
60
|
"selectAll": {
|
|
50
61
|
"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.",
|
|
51
|
-
"type": "boolean"
|
|
62
|
+
"type": "boolean",
|
|
63
|
+
"artifactType": "Manifest"
|
|
52
64
|
},
|
|
53
65
|
"selectionLimit": {
|
|
54
66
|
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
55
|
-
"type": "number"
|
|
67
|
+
"type": "number",
|
|
68
|
+
"artifactType": "Manifest"
|
|
56
69
|
},
|
|
57
70
|
"enableExport": {
|
|
58
71
|
"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.",
|
|
59
|
-
"type": "boolean"
|
|
72
|
+
"type": "boolean",
|
|
73
|
+
"artifactType": "Manifest"
|
|
60
74
|
},
|
|
61
75
|
"quickVariantSelection": {
|
|
62
76
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
63
|
-
"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."
|
|
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"
|
|
64
79
|
},
|
|
65
80
|
"condensedTableLayout": {
|
|
66
81
|
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
67
|
-
"type": "boolean"
|
|
82
|
+
"type": "boolean",
|
|
83
|
+
"artifactType": "Manifest"
|
|
68
84
|
},
|
|
69
85
|
"columns": {
|
|
70
86
|
"$ref": "#/definitions/GenericColumns"
|
|
@@ -88,11 +104,13 @@
|
|
|
88
104
|
"type": "array",
|
|
89
105
|
"items": {
|
|
90
106
|
"$ref": "#/definitions/AnnotationPathWithKey"
|
|
91
|
-
}
|
|
107
|
+
},
|
|
108
|
+
"artifactType": "Manifest"
|
|
92
109
|
},
|
|
93
110
|
"showCounts": {
|
|
94
111
|
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
95
|
-
"type": "boolean"
|
|
112
|
+
"type": "boolean",
|
|
113
|
+
"artifactType": "Manifest"
|
|
96
114
|
}
|
|
97
115
|
},
|
|
98
116
|
"additionalProperties": false,
|
|
@@ -116,8 +134,51 @@
|
|
|
116
134
|
"key"
|
|
117
135
|
]
|
|
118
136
|
},
|
|
137
|
+
"ToolBar": {
|
|
138
|
+
"description": "Toolbar",
|
|
139
|
+
"isViewNode": true,
|
|
140
|
+
"type": "object",
|
|
141
|
+
"properties": {
|
|
142
|
+
"actions": {
|
|
143
|
+
"$ref": "#/definitions/Actions"
|
|
144
|
+
}
|
|
145
|
+
},
|
|
146
|
+
"additionalProperties": false,
|
|
147
|
+
"required": [
|
|
148
|
+
"actions"
|
|
149
|
+
]
|
|
150
|
+
},
|
|
151
|
+
"Actions": {
|
|
152
|
+
"description": "Actions",
|
|
153
|
+
"isViewNode": true,
|
|
154
|
+
"type": "object",
|
|
155
|
+
"additionalProperties": {
|
|
156
|
+
"$ref": "#/definitions/ToolBarAction"
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"ToolBarAction": {
|
|
160
|
+
"description": "Action",
|
|
161
|
+
"isViewNode": true,
|
|
162
|
+
"type": "object",
|
|
163
|
+
"properties": {
|
|
164
|
+
"enableOnSelect": {
|
|
165
|
+
"$ref": "#/definitions/SelectType",
|
|
166
|
+
"description": "Enables single selection for a bound action",
|
|
167
|
+
"artifactType": "Manifest"
|
|
168
|
+
}
|
|
169
|
+
},
|
|
170
|
+
"additionalProperties": false
|
|
171
|
+
},
|
|
172
|
+
"SelectType": {
|
|
173
|
+
"enum": [
|
|
174
|
+
"multi",
|
|
175
|
+
"single"
|
|
176
|
+
],
|
|
177
|
+
"type": "string"
|
|
178
|
+
},
|
|
119
179
|
"TableTypeV4": {
|
|
120
180
|
"enum": [
|
|
181
|
+
"AnalyticalTable",
|
|
121
182
|
"GridTable",
|
|
122
183
|
"ResponsiveTable"
|
|
123
184
|
],
|
|
@@ -128,11 +189,13 @@
|
|
|
128
189
|
"properties": {
|
|
129
190
|
"name": {
|
|
130
191
|
"$ref": "#/definitions/TableCreationModeType",
|
|
131
|
-
"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\"."
|
|
192
|
+
"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\".",
|
|
193
|
+
"artifactType": "Manifest"
|
|
132
194
|
},
|
|
133
195
|
"createAtEnd": {
|
|
134
196
|
"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\"",
|
|
135
|
-
"type": "boolean"
|
|
197
|
+
"type": "boolean",
|
|
198
|
+
"artifactType": "Manifest"
|
|
136
199
|
}
|
|
137
200
|
},
|
|
138
201
|
"additionalProperties": false
|
|
@@ -150,15 +213,18 @@
|
|
|
150
213
|
"properties": {
|
|
151
214
|
"column": {
|
|
152
215
|
"description": "Defines whether the user can add and remove columns to a given table.",
|
|
153
|
-
"type": "boolean"
|
|
216
|
+
"type": "boolean",
|
|
217
|
+
"artifactType": "Manifest"
|
|
154
218
|
},
|
|
155
219
|
"sort": {
|
|
156
220
|
"description": "Defines whether the user can sort a given table.",
|
|
157
|
-
"type": "boolean"
|
|
221
|
+
"type": "boolean",
|
|
222
|
+
"artifactType": "Manifest"
|
|
158
223
|
},
|
|
159
224
|
"filter": {
|
|
160
225
|
"description": "Defines whether the user can filter data of a given table.",
|
|
161
|
-
"type": "boolean"
|
|
226
|
+
"type": "boolean",
|
|
227
|
+
"artifactType": "Manifest"
|
|
162
228
|
}
|
|
163
229
|
},
|
|
164
230
|
"additionalProperties": false
|
|
@@ -180,15 +246,18 @@
|
|
|
180
246
|
"type": "array",
|
|
181
247
|
"items": {
|
|
182
248
|
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
183
|
-
}
|
|
249
|
+
},
|
|
250
|
+
"artifactType": "Manifest"
|
|
184
251
|
},
|
|
185
252
|
"hideTableTitle": {
|
|
186
253
|
"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.",
|
|
187
|
-
"type": "boolean"
|
|
254
|
+
"type": "boolean",
|
|
255
|
+
"artifactType": "Manifest"
|
|
188
256
|
},
|
|
189
257
|
"showCounts": {
|
|
190
258
|
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
191
|
-
"type": "boolean"
|
|
259
|
+
"type": "boolean",
|
|
260
|
+
"artifactType": "Manifest"
|
|
192
261
|
}
|
|
193
262
|
},
|
|
194
263
|
"additionalProperties": false,
|
|
@@ -226,19 +295,8 @@
|
|
|
226
295
|
"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."
|
|
227
296
|
},
|
|
228
297
|
"afterExecution": {
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"properties": {
|
|
232
|
-
"navigateToInstance": {
|
|
233
|
-
"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”.",
|
|
234
|
-
"type": "boolean"
|
|
235
|
-
},
|
|
236
|
-
"enableAutoScroll": {
|
|
237
|
-
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
238
|
-
"type": "boolean"
|
|
239
|
-
}
|
|
240
|
-
},
|
|
241
|
-
"additionalProperties": false
|
|
298
|
+
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
299
|
+
"description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"
|
|
242
300
|
}
|
|
243
301
|
},
|
|
244
302
|
"additionalProperties": false
|
|
@@ -300,6 +358,22 @@
|
|
|
300
358
|
],
|
|
301
359
|
"type": "string"
|
|
302
360
|
},
|
|
361
|
+
"ActionAfterExecutionConfiguration": {
|
|
362
|
+
"type": "object",
|
|
363
|
+
"properties": {
|
|
364
|
+
"navigateToInstance": {
|
|
365
|
+
"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”.",
|
|
366
|
+
"type": "boolean",
|
|
367
|
+
"artifactType": "Manifest"
|
|
368
|
+
},
|
|
369
|
+
"enableAutoScroll": {
|
|
370
|
+
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
371
|
+
"type": "boolean",
|
|
372
|
+
"artifactType": "Manifest"
|
|
373
|
+
}
|
|
374
|
+
},
|
|
375
|
+
"additionalProperties": false
|
|
376
|
+
},
|
|
303
377
|
"Placement": {
|
|
304
378
|
"enum": [
|
|
305
379
|
"After",
|
|
@@ -328,7 +402,7 @@
|
|
|
328
402
|
"additionalProperties": false
|
|
329
403
|
},
|
|
330
404
|
"SelectionFields": {
|
|
331
|
-
"description": "
|
|
405
|
+
"description": "Filter Fields",
|
|
332
406
|
"isViewNode": true,
|
|
333
407
|
"type": "object",
|
|
334
408
|
"additionalProperties": {
|