@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
|
@@ -9,7 +9,8 @@
|
|
|
9
9
|
},
|
|
10
10
|
"variantManagement": {
|
|
11
11
|
"$ref": "#/definitions/VariantManagementTypeObjectPage",
|
|
12
|
-
"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."
|
|
12
|
+
"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.",
|
|
13
|
+
"artifactType": "Manifest"
|
|
13
14
|
},
|
|
14
15
|
"sections": {
|
|
15
16
|
"anyOf": [
|
|
@@ -34,19 +35,174 @@
|
|
|
34
35
|
"properties": {
|
|
35
36
|
"editableHeaderContent": {
|
|
36
37
|
"description": "Set editableHeaderContent to true to make the header fields editable.",
|
|
37
|
-
"type": "boolean"
|
|
38
|
+
"type": "boolean",
|
|
39
|
+
"artifactType": "Manifest"
|
|
38
40
|
},
|
|
39
41
|
"showRelatedApps": {
|
|
40
42
|
"description": "Set showRelatedApps to true to show the navigation button for related apps.",
|
|
41
|
-
"type": "boolean"
|
|
43
|
+
"type": "boolean",
|
|
44
|
+
"artifactType": "Manifest"
|
|
42
45
|
},
|
|
43
46
|
"visible": {
|
|
44
47
|
"description": "Set visible to true to make the header visible.",
|
|
45
|
-
"type": "boolean"
|
|
48
|
+
"type": "boolean",
|
|
49
|
+
"artifactType": "Manifest"
|
|
46
50
|
},
|
|
47
51
|
"anchorBarVisible": {
|
|
48
52
|
"description": "Set visible to true to make the anchor bar visible.",
|
|
49
|
-
"type": "boolean"
|
|
53
|
+
"type": "boolean",
|
|
54
|
+
"artifactType": "Manifest"
|
|
55
|
+
},
|
|
56
|
+
"sections": {
|
|
57
|
+
"$ref": "#/definitions/HeaderSections"
|
|
58
|
+
}
|
|
59
|
+
},
|
|
60
|
+
"additionalProperties": false
|
|
61
|
+
},
|
|
62
|
+
"HeaderSections": {
|
|
63
|
+
"description": "Header Sections",
|
|
64
|
+
"isViewNode": true,
|
|
65
|
+
"type": "object",
|
|
66
|
+
"additionalProperties": {
|
|
67
|
+
"anyOf": [
|
|
68
|
+
{
|
|
69
|
+
"$ref": "#/definitions/ObjectPageHeaderSectionForm"
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"$ref": "#/definitions/ObjectPageHeaderSectionChart"
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
"$ref": "#/definitions/ObjectPageHeaderSectionDataPoint"
|
|
76
|
+
},
|
|
77
|
+
{
|
|
78
|
+
"$ref": "#/definitions/ObjectPageHeaderSectionContact"
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
"$ref": "#/definitions/ObjectPageHeaderSectionAddress"
|
|
82
|
+
}
|
|
83
|
+
]
|
|
84
|
+
}
|
|
85
|
+
},
|
|
86
|
+
"ObjectPageHeaderSectionForm": {
|
|
87
|
+
"type": "object",
|
|
88
|
+
"properties": {
|
|
89
|
+
"form": {
|
|
90
|
+
"description": "Form",
|
|
91
|
+
"isViewNode": true,
|
|
92
|
+
"type": "object",
|
|
93
|
+
"properties": {},
|
|
94
|
+
"additionalProperties": true
|
|
95
|
+
},
|
|
96
|
+
"stashed": {
|
|
97
|
+
"description": "Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation.",
|
|
98
|
+
"type": "boolean",
|
|
99
|
+
"artifactType": "Manifest"
|
|
100
|
+
},
|
|
101
|
+
"flexSettings": {
|
|
102
|
+
"$ref": "#/definitions/FlexSettings",
|
|
103
|
+
"artifactType": "Manifest"
|
|
104
|
+
}
|
|
105
|
+
},
|
|
106
|
+
"additionalProperties": false
|
|
107
|
+
},
|
|
108
|
+
"FlexSettings": {
|
|
109
|
+
"type": "object",
|
|
110
|
+
"properties": {
|
|
111
|
+
"designtime": {
|
|
112
|
+
"description": "You can restrict the adaptability of header facets via the setting 'flexSettings'/'designtime'. 'not-adaptable-visibility' means that 'remove' and 'add' are not possible, but 'move' is enabled.",
|
|
113
|
+
"type": "string",
|
|
114
|
+
"enum": [
|
|
115
|
+
"not-adaptable-visibility"
|
|
116
|
+
],
|
|
117
|
+
"artifactType": "Manifest"
|
|
118
|
+
}
|
|
119
|
+
},
|
|
120
|
+
"additionalProperties": false
|
|
121
|
+
},
|
|
122
|
+
"ObjectPageHeaderSectionChart": {
|
|
123
|
+
"type": "object",
|
|
124
|
+
"properties": {
|
|
125
|
+
"chart": {
|
|
126
|
+
"description": "Chart",
|
|
127
|
+
"isViewNode": true,
|
|
128
|
+
"type": "object",
|
|
129
|
+
"properties": {},
|
|
130
|
+
"additionalProperties": true
|
|
131
|
+
},
|
|
132
|
+
"stashed": {
|
|
133
|
+
"description": "Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation.",
|
|
134
|
+
"type": "boolean",
|
|
135
|
+
"artifactType": "Manifest"
|
|
136
|
+
},
|
|
137
|
+
"flexSettings": {
|
|
138
|
+
"$ref": "#/definitions/FlexSettings",
|
|
139
|
+
"artifactType": "Manifest"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
142
|
+
"additionalProperties": false
|
|
143
|
+
},
|
|
144
|
+
"ObjectPageHeaderSectionDataPoint": {
|
|
145
|
+
"type": "object",
|
|
146
|
+
"properties": {
|
|
147
|
+
"dataPoint": {
|
|
148
|
+
"description": "Data Point",
|
|
149
|
+
"isViewNode": true,
|
|
150
|
+
"type": "object",
|
|
151
|
+
"properties": {},
|
|
152
|
+
"additionalProperties": true
|
|
153
|
+
},
|
|
154
|
+
"stashed": {
|
|
155
|
+
"description": "Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation.",
|
|
156
|
+
"type": "boolean",
|
|
157
|
+
"artifactType": "Manifest"
|
|
158
|
+
},
|
|
159
|
+
"flexSettings": {
|
|
160
|
+
"$ref": "#/definitions/FlexSettings",
|
|
161
|
+
"artifactType": "Manifest"
|
|
162
|
+
}
|
|
163
|
+
},
|
|
164
|
+
"additionalProperties": false
|
|
165
|
+
},
|
|
166
|
+
"ObjectPageHeaderSectionContact": {
|
|
167
|
+
"type": "object",
|
|
168
|
+
"properties": {
|
|
169
|
+
"contact": {
|
|
170
|
+
"description": "Contact",
|
|
171
|
+
"isViewNode": true,
|
|
172
|
+
"type": "object",
|
|
173
|
+
"properties": {},
|
|
174
|
+
"additionalProperties": true
|
|
175
|
+
},
|
|
176
|
+
"stashed": {
|
|
177
|
+
"description": "Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation.",
|
|
178
|
+
"type": "boolean",
|
|
179
|
+
"artifactType": "Manifest"
|
|
180
|
+
},
|
|
181
|
+
"flexSettings": {
|
|
182
|
+
"$ref": "#/definitions/FlexSettings",
|
|
183
|
+
"artifactType": "Manifest"
|
|
184
|
+
}
|
|
185
|
+
},
|
|
186
|
+
"additionalProperties": false
|
|
187
|
+
},
|
|
188
|
+
"ObjectPageHeaderSectionAddress": {
|
|
189
|
+
"type": "object",
|
|
190
|
+
"properties": {
|
|
191
|
+
"address": {
|
|
192
|
+
"description": "Address",
|
|
193
|
+
"isViewNode": true,
|
|
194
|
+
"type": "object",
|
|
195
|
+
"properties": {},
|
|
196
|
+
"additionalProperties": true
|
|
197
|
+
},
|
|
198
|
+
"stashed": {
|
|
199
|
+
"description": "Header facets marked as stashed are initially not visible on the UI. Key users can add these header facets via key user adaptation.",
|
|
200
|
+
"type": "boolean",
|
|
201
|
+
"artifactType": "Manifest"
|
|
202
|
+
},
|
|
203
|
+
"flexSettings": {
|
|
204
|
+
"$ref": "#/definitions/FlexSettings",
|
|
205
|
+
"artifactType": "Manifest"
|
|
50
206
|
}
|
|
51
207
|
},
|
|
52
208
|
"additionalProperties": false
|
|
@@ -58,7 +214,8 @@
|
|
|
58
214
|
"properties": {
|
|
59
215
|
"sectionLayout": {
|
|
60
216
|
"$ref": "#/definitions/SectionLayoutType",
|
|
61
|
-
"description": "sectionLayout defines the layout of the sections. The default is \"Page\" (all sections in one page), possible values are \"Page\" and \"Tabs\" (every section in its own tab)."
|
|
217
|
+
"description": "sectionLayout defines the layout of the sections. The default is \"Page\" (all sections in one page), possible values are \"Page\" and \"Tabs\" (every section in its own tab).",
|
|
218
|
+
"artifactType": "Manifest"
|
|
62
219
|
}
|
|
63
220
|
},
|
|
64
221
|
"additionalProperties": false
|
|
@@ -86,6 +243,15 @@
|
|
|
86
243
|
},
|
|
87
244
|
{
|
|
88
245
|
"$ref": "#/definitions/ObjectPageSectionForm"
|
|
246
|
+
},
|
|
247
|
+
{
|
|
248
|
+
"$ref": "#/definitions/ObjectPageSectionDataPoint"
|
|
249
|
+
},
|
|
250
|
+
{
|
|
251
|
+
"$ref": "#/definitions/ObjectPageSectionContact"
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"$ref": "#/definitions/ObjectPageSectionAddress"
|
|
89
255
|
}
|
|
90
256
|
]
|
|
91
257
|
}
|
|
@@ -108,71 +274,123 @@
|
|
|
108
274
|
"properties": {
|
|
109
275
|
"enableFullScreen": {
|
|
110
276
|
"description": "By setting enableFullScreen to true you can enable the full screen mode for this table; this will display a new button on the table toolbar allowing the user to open the table in a fullscreen dialog.",
|
|
111
|
-
"type": "boolean"
|
|
277
|
+
"type": "boolean",
|
|
278
|
+
"artifactType": "Manifest"
|
|
112
279
|
},
|
|
113
280
|
"enablePaste": {
|
|
114
281
|
"description": "In the Object Page tables, it is possible to add several items at a time by copying and pasting data from an excel file, if this property is set to true.",
|
|
115
|
-
"type": "boolean"
|
|
282
|
+
"type": "boolean",
|
|
283
|
+
"artifactType": "Manifest"
|
|
116
284
|
},
|
|
117
|
-
"
|
|
118
|
-
"$ref": "#/definitions/
|
|
119
|
-
"description": "
|
|
285
|
+
"toolBar": {
|
|
286
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
287
|
+
"description": "Tool Bar"
|
|
120
288
|
},
|
|
121
289
|
"creationMode": {
|
|
122
|
-
"$ref": "#/definitions/
|
|
123
|
-
"description": "Defines the page behavior when a new record is created."
|
|
290
|
+
"$ref": "#/definitions/TableCreationModeOP",
|
|
291
|
+
"description": "Defines the page behavior when a new record is created.",
|
|
292
|
+
"artifactType": "Manifest"
|
|
124
293
|
},
|
|
125
294
|
"personalization": {
|
|
126
|
-
"$ref": "#/definitions/
|
|
127
|
-
"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."
|
|
295
|
+
"$ref": "#/definitions/PersonalizationTypeOP",
|
|
296
|
+
"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.",
|
|
297
|
+
"artifactType": "Manifest"
|
|
298
|
+
},
|
|
299
|
+
"quickVariantSelection": {
|
|
300
|
+
"$ref": "#/definitions/QuickVariantSelectionV4OP",
|
|
301
|
+
"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.",
|
|
302
|
+
"artifactType": "Manifest"
|
|
303
|
+
},
|
|
304
|
+
"columns": {
|
|
305
|
+
"$ref": "#/definitions/GenericColumns"
|
|
306
|
+
},
|
|
307
|
+
"type": {
|
|
308
|
+
"$ref": "#/definitions/TableTypeV4",
|
|
309
|
+
"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.",
|
|
310
|
+
"artifactType": "Manifest"
|
|
128
311
|
},
|
|
129
312
|
"selectionMode": {
|
|
130
313
|
"$ref": "#/definitions/SelectionMode",
|
|
131
|
-
"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."
|
|
314
|
+
"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.",
|
|
315
|
+
"artifactType": "Manifest"
|
|
132
316
|
},
|
|
133
317
|
"selectAll": {
|
|
134
318
|
"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.",
|
|
135
|
-
"type": "boolean"
|
|
319
|
+
"type": "boolean",
|
|
320
|
+
"artifactType": "Manifest"
|
|
136
321
|
},
|
|
137
322
|
"selectionLimit": {
|
|
138
323
|
"description": "With the selectionLimit you can define how many items can be selected at a time,",
|
|
139
|
-
"type": "number"
|
|
324
|
+
"type": "number",
|
|
325
|
+
"artifactType": "Manifest"
|
|
140
326
|
},
|
|
141
327
|
"enableExport": {
|
|
142
328
|
"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.",
|
|
143
|
-
"type": "boolean"
|
|
144
|
-
|
|
145
|
-
"quickVariantSelection": {
|
|
146
|
-
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
147
|
-
"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."
|
|
329
|
+
"type": "boolean",
|
|
330
|
+
"artifactType": "Manifest"
|
|
148
331
|
},
|
|
149
332
|
"condensedTableLayout": {
|
|
150
333
|
"description": "You can set the content density to condensed for ui.table on the list report and object page applications.",
|
|
151
|
-
"type": "boolean"
|
|
152
|
-
|
|
153
|
-
"columns": {
|
|
154
|
-
"$ref": "#/definitions/GenericColumns"
|
|
334
|
+
"type": "boolean",
|
|
335
|
+
"artifactType": "Manifest"
|
|
155
336
|
}
|
|
156
337
|
},
|
|
157
338
|
"additionalProperties": false
|
|
158
339
|
},
|
|
159
|
-
"
|
|
340
|
+
"ObjectPageToolBar": {
|
|
341
|
+
"description": "Toolbar",
|
|
342
|
+
"isViewNode": true,
|
|
343
|
+
"type": "object",
|
|
344
|
+
"properties": {
|
|
345
|
+
"actions": {
|
|
346
|
+
"$ref": "#/definitions/ObjectPageToolBarActions"
|
|
347
|
+
}
|
|
348
|
+
},
|
|
349
|
+
"additionalProperties": false,
|
|
350
|
+
"required": [
|
|
351
|
+
"actions"
|
|
352
|
+
]
|
|
353
|
+
},
|
|
354
|
+
"ObjectPageToolBarActions": {
|
|
355
|
+
"description": "Actions",
|
|
356
|
+
"isViewNode": true,
|
|
357
|
+
"type": "object",
|
|
358
|
+
"additionalProperties": {
|
|
359
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
"ObjectPageToolBarAction": {
|
|
363
|
+
"description": "Action",
|
|
364
|
+
"isViewNode": true,
|
|
365
|
+
"type": "object",
|
|
366
|
+
"properties": {
|
|
367
|
+
"enableOnSelect": {
|
|
368
|
+
"$ref": "#/definitions/SelectType",
|
|
369
|
+
"description": "Enables single selection for a bound action",
|
|
370
|
+
"artifactType": "Manifest"
|
|
371
|
+
}
|
|
372
|
+
},
|
|
373
|
+
"additionalProperties": false
|
|
374
|
+
},
|
|
375
|
+
"SelectType": {
|
|
160
376
|
"enum": [
|
|
161
|
-
"
|
|
162
|
-
"
|
|
377
|
+
"multi",
|
|
378
|
+
"single"
|
|
163
379
|
],
|
|
164
380
|
"type": "string"
|
|
165
381
|
},
|
|
166
|
-
"
|
|
382
|
+
"TableCreationModeOP": {
|
|
167
383
|
"type": "object",
|
|
168
384
|
"properties": {
|
|
169
385
|
"name": {
|
|
170
386
|
"$ref": "#/definitions/TableCreationModeType",
|
|
171
|
-
"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\"."
|
|
387
|
+
"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\".",
|
|
388
|
+
"artifactType": "Manifest"
|
|
172
389
|
},
|
|
173
390
|
"createAtEnd": {
|
|
174
391
|
"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\"",
|
|
175
|
-
"type": "boolean"
|
|
392
|
+
"type": "boolean",
|
|
393
|
+
"artifactType": "Manifest"
|
|
176
394
|
}
|
|
177
395
|
},
|
|
178
396
|
"additionalProperties": false
|
|
@@ -185,34 +403,28 @@
|
|
|
185
403
|
],
|
|
186
404
|
"type": "string"
|
|
187
405
|
},
|
|
188
|
-
"
|
|
406
|
+
"PersonalizationTypeOP": {
|
|
189
407
|
"type": "object",
|
|
190
408
|
"properties": {
|
|
191
409
|
"column": {
|
|
192
410
|
"description": "Defines whether the user can add and remove columns to a given table.",
|
|
193
|
-
"type": "boolean"
|
|
411
|
+
"type": "boolean",
|
|
412
|
+
"artifactType": "Manifest"
|
|
194
413
|
},
|
|
195
414
|
"sort": {
|
|
196
415
|
"description": "Defines whether the user can sort a given table.",
|
|
197
|
-
"type": "boolean"
|
|
416
|
+
"type": "boolean",
|
|
417
|
+
"artifactType": "Manifest"
|
|
198
418
|
},
|
|
199
419
|
"filter": {
|
|
200
420
|
"description": "Defines whether the user can filter data of a given table.",
|
|
201
|
-
"type": "boolean"
|
|
421
|
+
"type": "boolean",
|
|
422
|
+
"artifactType": "Manifest"
|
|
202
423
|
}
|
|
203
424
|
},
|
|
204
425
|
"additionalProperties": false
|
|
205
426
|
},
|
|
206
|
-
"
|
|
207
|
-
"enum": [
|
|
208
|
-
"Auto",
|
|
209
|
-
"Multi",
|
|
210
|
-
"None",
|
|
211
|
-
"Single"
|
|
212
|
-
],
|
|
213
|
-
"type": "string"
|
|
214
|
-
},
|
|
215
|
-
"QuickVariantSelectionV4": {
|
|
427
|
+
"QuickVariantSelectionV4OP": {
|
|
216
428
|
"type": "object",
|
|
217
429
|
"properties": {
|
|
218
430
|
"paths": {
|
|
@@ -220,15 +432,18 @@
|
|
|
220
432
|
"type": "array",
|
|
221
433
|
"items": {
|
|
222
434
|
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
223
|
-
}
|
|
435
|
+
},
|
|
436
|
+
"artifactType": "Manifest"
|
|
224
437
|
},
|
|
225
438
|
"hideTableTitle": {
|
|
226
439
|
"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.",
|
|
227
|
-
"type": "boolean"
|
|
440
|
+
"type": "boolean",
|
|
441
|
+
"artifactType": "Manifest"
|
|
228
442
|
},
|
|
229
443
|
"showCounts": {
|
|
230
444
|
"description": "You can show the counts of entries of each view. To do so, add the showCounts option and set it to true.",
|
|
231
|
-
"type": "boolean"
|
|
445
|
+
"type": "boolean",
|
|
446
|
+
"artifactType": "Manifest"
|
|
232
447
|
}
|
|
233
448
|
},
|
|
234
449
|
"additionalProperties": false,
|
|
@@ -266,19 +481,8 @@
|
|
|
266
481
|
"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."
|
|
267
482
|
},
|
|
268
483
|
"afterExecution": {
|
|
269
|
-
"
|
|
270
|
-
"
|
|
271
|
-
"properties": {
|
|
272
|
-
"navigateToInstance": {
|
|
273
|
-
"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”.",
|
|
274
|
-
"type": "boolean"
|
|
275
|
-
},
|
|
276
|
-
"enableAutoScroll": {
|
|
277
|
-
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
278
|
-
"type": "boolean"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
"additionalProperties": false
|
|
484
|
+
"$ref": "#/definitions/ActionAfterExecutionConfigurationOP",
|
|
485
|
+
"description": "Settings that are only relevant for actions (associated with a UI.DataFieldForAction annotation)"
|
|
282
486
|
}
|
|
283
487
|
},
|
|
284
488
|
"additionalProperties": false
|
|
@@ -340,6 +544,22 @@
|
|
|
340
544
|
],
|
|
341
545
|
"type": "string"
|
|
342
546
|
},
|
|
547
|
+
"ActionAfterExecutionConfigurationOP": {
|
|
548
|
+
"type": "object",
|
|
549
|
+
"properties": {
|
|
550
|
+
"navigateToInstance": {
|
|
551
|
+
"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”.",
|
|
552
|
+
"type": "boolean",
|
|
553
|
+
"artifactType": "Manifest"
|
|
554
|
+
},
|
|
555
|
+
"enableAutoScroll": {
|
|
556
|
+
"description": "The \"enableAutoScroll\" allows you to scroll to the newly created or change item after execution of an action",
|
|
557
|
+
"type": "boolean",
|
|
558
|
+
"artifactType": "Manifest"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"additionalProperties": false
|
|
562
|
+
},
|
|
343
563
|
"Placement": {
|
|
344
564
|
"enum": [
|
|
345
565
|
"After",
|
|
@@ -348,13 +568,74 @@
|
|
|
348
568
|
],
|
|
349
569
|
"type": "string"
|
|
350
570
|
},
|
|
571
|
+
"TableTypeV4": {
|
|
572
|
+
"enum": [
|
|
573
|
+
"AnalyticalTable",
|
|
574
|
+
"GridTable",
|
|
575
|
+
"ResponsiveTable"
|
|
576
|
+
],
|
|
577
|
+
"type": "string"
|
|
578
|
+
},
|
|
579
|
+
"SelectionMode": {
|
|
580
|
+
"enum": [
|
|
581
|
+
"Auto",
|
|
582
|
+
"Multi",
|
|
583
|
+
"None",
|
|
584
|
+
"Single"
|
|
585
|
+
],
|
|
586
|
+
"type": "string"
|
|
587
|
+
},
|
|
351
588
|
"ObjectPageSectionForm": {
|
|
352
589
|
"type": "object",
|
|
353
|
-
"
|
|
354
|
-
"
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
590
|
+
"properties": {
|
|
591
|
+
"form": {
|
|
592
|
+
"description": "Form",
|
|
593
|
+
"isViewNode": true,
|
|
594
|
+
"type": "object",
|
|
595
|
+
"properties": {},
|
|
596
|
+
"additionalProperties": true
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
"additionalProperties": false
|
|
600
|
+
},
|
|
601
|
+
"ObjectPageSectionDataPoint": {
|
|
602
|
+
"type": "object",
|
|
603
|
+
"properties": {
|
|
604
|
+
"dataPoint": {
|
|
605
|
+
"description": "Data Point",
|
|
606
|
+
"isViewNode": true,
|
|
607
|
+
"type": "object",
|
|
608
|
+
"properties": {},
|
|
609
|
+
"additionalProperties": true
|
|
610
|
+
}
|
|
611
|
+
},
|
|
612
|
+
"additionalProperties": false
|
|
613
|
+
},
|
|
614
|
+
"ObjectPageSectionContact": {
|
|
615
|
+
"type": "object",
|
|
616
|
+
"properties": {
|
|
617
|
+
"contact": {
|
|
618
|
+
"description": "Contact",
|
|
619
|
+
"isViewNode": true,
|
|
620
|
+
"type": "object",
|
|
621
|
+
"properties": {},
|
|
622
|
+
"additionalProperties": true
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"additionalProperties": false
|
|
626
|
+
},
|
|
627
|
+
"ObjectPageSectionAddress": {
|
|
628
|
+
"type": "object",
|
|
629
|
+
"properties": {
|
|
630
|
+
"address": {
|
|
631
|
+
"description": "Address",
|
|
632
|
+
"isViewNode": true,
|
|
633
|
+
"type": "object",
|
|
634
|
+
"properties": {},
|
|
635
|
+
"additionalProperties": true
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"additionalProperties": false
|
|
358
639
|
},
|
|
359
640
|
"CustomSections": {
|
|
360
641
|
"description": "Custom Sections",
|