@sap/ux-specification 1.90.9 → 1.90.13
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 +99 -24
- package/README.md +4 -4
- package/dist/documentation/runDocu-min.js +2 -0
- package/dist/documentation/runDocu-min.js.LICENSE.txt +24 -0
- package/dist/documentation/styleDocu.css +227 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +49 -0
- package/dist/documentation/v2/v2-ApplicationV2.html +48 -0
- package/dist/documentation/v2/v2-ListReport.html +49 -0
- package/dist/documentation/v2/v2-ObjectPage.html +49 -0
- package/dist/documentation/v2/v2-OverviewPage.html +49 -0
- package/dist/documentation/v4/v4-AnalyticalListPage.html +49 -0
- package/dist/documentation/v4/v4-ApplicationV4.html +48 -0
- package/dist/documentation/v4/v4-ListReport.html +49 -0
- package/dist/documentation/v4/v4-ObjectPage.html +49 -0
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +87 -12
- package/dist/schemas/v2/ApplicationV2.json +6 -0
- package/dist/schemas/v2/ListReportConfig.json +86 -11
- package/dist/schemas/v2/ObjectPageConfig.json +338 -52
- package/dist/schemas/v2/OverviewPageConfig.json +25 -42
- package/dist/schemas/v4/ApplicationV4.json +2 -1
- package/dist/schemas/v4/ObjectPageConfig.json +35 -2
- package/dist/scripts/extractDocu.js +186 -19
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.d.ts +1 -0
- package/dist/scripts/runDocu.js +561 -0
- package/dist/scripts/runDocu.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 +13 -22
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +117 -105
- package/dist/src/extensionLogger.js +7 -2
- package/dist/src/extensionLogger.js.map +1 -1
- package/dist/src/specification/common/page.d.ts +2 -3
- package/dist/src/specification/common/page.js +0 -1
- package/dist/src/specification/common/page.js.map +1 -1
- package/dist/src/specification/common/types.d.ts +1 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.d.ts +3 -1
- package/dist/src/specification/common/webapp/manifest/Manifest.js +1 -0
- package/dist/src/specification/common/webapp/manifest/Manifest.js.map +1 -1
- package/dist/src/specification/common/webapp/manifest/sapOvp.d.ts +2 -1
- package/dist/src/specification/v2/ApplicationV2.d.ts +6 -0
- package/dist/src/specification/v2/controls/AnalyticalListPageChart.d.ts +1 -1
- package/dist/src/specification/v2/controls/Card.d.ts +11 -10
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/Facets.d.ts +2 -1
- package/dist/src/specification/v2/controls/Field.d.ts +10 -0
- package/dist/src/specification/v2/controls/Field.js +3 -0
- package/dist/src/specification/v2/controls/Field.js.map +1 -0
- package/dist/src/specification/v2/controls/FormAction.d.ts +43 -0
- package/dist/src/specification/v2/controls/FormAction.js +20 -0
- package/dist/src/specification/v2/controls/FormAction.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageChart.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +11 -0
- package/dist/src/specification/v2/controls/ObjectPageFooter.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +16 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.d.ts +21 -5
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js +0 -5
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageSection.d.ts +25 -8
- package/dist/src/specification/v2/controls/ObjectPageSection.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +12 -5
- package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/specification/v2/controls/Table.d.ts +4 -3
- package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -6
- package/dist/src/specification/v2/controls/index.d.ts +5 -0
- package/dist/src/specification/v2/controls/index.js +1 -1
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -1
- package/dist/src/specification/v2/pages/ObjectPageConfig.d.ts +2 -1
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.d.ts +1 -0
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js +1 -0
- package/dist/src/specification/v2/webapp/manifest/sapUiPageV2.js.map +1 -1
- package/dist/src/specification/v4/ApplicationV4.d.ts +2 -0
- package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +11 -0
- package/dist/src/specification/v4/controls/ObjectPageFooter.js +3 -0
- package/dist/src/specification/v4/controls/ObjectPageFooter.js.map +1 -0
- package/dist/src/specification/v4/controls/ObjectPageHeader.d.ts +6 -1
- package/dist/src/specification/v4/controls/index.d.ts +1 -0
- package/dist/src/specification/v4/pages/ObjectPageConfig.d.ts +2 -1
- package/dist/src/specification/v4/webapp/manifest/sapUi5.d.ts +2 -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/decoration/control.d.ts +8 -1
- package/dist/src/sync/common/decoration/control.js +62 -21
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/flexUtils.d.ts +2 -2
- package/dist/src/sync/common/flexUtils.js +10 -5
- package/dist/src/sync/common/flexUtils.js.map +1 -1
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.js +7 -0
- package/dist/src/sync/common/generate/index.js.map +1 -0
- package/dist/src/sync/common/generate/objectPage.d.ts +49 -0
- package/dist/src/sync/common/generate/objectPage.js +331 -0
- package/dist/src/sync/common/generate/objectPage.js.map +1 -0
- package/dist/src/sync/common/i18n.json +1 -0
- package/dist/src/sync/common/import/utils.d.ts +28 -0
- package/dist/src/sync/common/import/utils.js +75 -0
- package/dist/src/sync/common/import/utils.js.map +1 -0
- package/dist/src/sync/common/importProject.js +70 -79
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/index.d.ts +2 -0
- package/dist/src/sync/common/index.js +2 -0
- package/dist/src/sync/common/index.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +17 -5
- package/dist/src/sync/common/types.js +12 -0
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +41 -13
- package/dist/src/sync/common/utils.js +291 -198
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts +2 -0
- package/dist/src/sync/v2/application.js +21 -10
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +4 -3
- package/dist/src/sync/v2/export/controls/Card.js +16 -9
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Field.d.ts +4 -0
- package/dist/src/sync/v2/export/controls/Field.js +32 -0
- package/dist/src/sync/v2/export/controls/Field.js.map +1 -0
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +1 -2
- package/dist/src/sync/v2/export/controls/FilterBar.js +17 -19
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +15 -0
- package/dist/src/sync/v2/export/controls/FormAction.js +133 -0
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +100 -87
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.d.ts +4 -1
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js +13 -0
- package/dist/src/sync/v2/export/controls/ObjectPageChart.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +6 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +43 -4
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +32 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +144 -0
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -4
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +19 -7
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts +12 -4
- package/dist/src/sync/v2/export/controls/Table.js +105 -57
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/index.d.ts +3 -0
- package/dist/src/sync/v2/export/controls/index.js +3 -0
- package/dist/src/sync/v2/export/controls/index.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts +24 -10
- package/dist/src/sync/v2/export/export.js +284 -503
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts +10 -0
- package/dist/src/sync/v2/export/exportPage.js +311 -0
- package/dist/src/sync/v2/export/exportPage.js.map +1 -0
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -1
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +4 -2
- package/dist/src/sync/v2/export/pages/OverviewPage.js +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts +3 -9
- package/dist/src/sync/v2/generate/analyticalListReport.js +15 -16
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.js +28 -6
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +3 -10
- package/dist/src/sync/v2/generate/listReport.js +24 -30
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +3 -10
- package/dist/src/sync/v2/generate/objectPage.js +246 -155
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +1 -2
- package/dist/src/sync/v2/generate/utils.js +19 -4
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/app/appProvider.js +25 -3
- package/dist/src/sync/v2/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v2/import/app/ovpProvider.d.ts +2 -1
- package/dist/src/sync/v2/import/app/ovpProvider.js +7 -3
- package/dist/src/sync/v2/import/app/ovpProvider.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +10 -1
- package/dist/src/sync/v2/import/common/index.js +17 -38
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.d.ts +2 -1
- package/dist/src/sync/v2/import/controls/table.js +1 -1
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.d.ts +3 -8
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +23 -24
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +3 -7
- package/dist/src/sync/v2/import/pages/listReport.js +26 -27
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +3 -10
- package/dist/src/sync/v2/import/pages/objectPage.js +294 -156
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts +2 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +65 -57
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +3 -3
- package/dist/src/sync/v2/import/utils.js +5 -5
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +33 -0
- package/dist/src/sync/v2/types.js +16 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/application.js +10 -10
- package/dist/src/sync/v4/application.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +4 -3
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +4 -3
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/export/export.d.ts +1 -1
- package/dist/src/sync/v4/export/export.js +219 -175
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/manifest.js +100 -78
- package/dist/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js +3 -2
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +14 -1
- package/dist/src/sync/v4/generate/generate.js +10 -2
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +1 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +3 -6
- package/dist/src/sync/v4/generate/objectPage.js +97 -193
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.d.ts +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +131 -52
- package/dist/src/sync/v4/import/app/appProvider.js.map +1 -1
- package/dist/src/sync/v4/import/fragment.js +53 -58
- package/dist/src/sync/v4/import/fragment.js.map +1 -1
- package/dist/src/sync/v4/import/pages/analyticalListPage.d.ts +2 -2
- package/dist/src/sync/v4/import/pages/analyticalListPage.js +6 -6
- package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +5 -7
- package/dist/src/sync/v4/import/pages/listReport.js +21 -23
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +3 -5
- package/dist/src/sync/v4/import/pages/objectPage.js +105 -73
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.d.ts +11 -9
- package/dist/src/sync/v4/import/utils.js +23 -13
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/StableIdHelper.js +5 -7
- package/dist/src/sync/v4/utils/StableIdHelper.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.js +3 -2
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +16 -7
- package/dist/src/sync/v4/import/common/index.d.ts +0 -12
- package/dist/src/sync/v4/import/common/index.js +0 -41
- package/dist/src/sync/v4/import/common/index.js.map +0 -1
|
@@ -50,6 +50,9 @@
|
|
|
50
50
|
}
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
|
+
"footer": {
|
|
54
|
+
"$ref": "#/definitions/ObjectPageFooter<GenericFooterActions>"
|
|
55
|
+
},
|
|
53
56
|
"$schema": {
|
|
54
57
|
"type": "string"
|
|
55
58
|
}
|
|
@@ -61,7 +64,8 @@
|
|
|
61
64
|
"properties": {
|
|
62
65
|
"variantManagement": {
|
|
63
66
|
"description": "To enable variant management for charts in an object page",
|
|
64
|
-
"type": "boolean"
|
|
67
|
+
"type": "boolean",
|
|
68
|
+
"artifactType": "Manifest"
|
|
65
69
|
}
|
|
66
70
|
},
|
|
67
71
|
"additionalProperties": false
|
|
@@ -125,6 +129,30 @@
|
|
|
125
129
|
"isViewNode": true,
|
|
126
130
|
"type": "object",
|
|
127
131
|
"properties": {
|
|
132
|
+
"tooltip": {
|
|
133
|
+
"description": "Text for tooltip of button",
|
|
134
|
+
"type": "string",
|
|
135
|
+
"artifactType": "FlexChange",
|
|
136
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
137
|
+
},
|
|
138
|
+
"icon": {
|
|
139
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
|
|
140
|
+
"type": "string",
|
|
141
|
+
"artifactType": "FlexChange",
|
|
142
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
143
|
+
},
|
|
144
|
+
"activeIcon": {
|
|
145
|
+
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
146
|
+
"type": "string",
|
|
147
|
+
"artifactType": "FlexChange",
|
|
148
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
149
|
+
},
|
|
150
|
+
"type": {
|
|
151
|
+
"$ref": "#/definitions/ButtonType",
|
|
152
|
+
"description": "Defines the Button type.",
|
|
153
|
+
"artifactType": "FlexChange",
|
|
154
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
155
|
+
},
|
|
128
156
|
"visible": {
|
|
129
157
|
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
130
158
|
"anyOf": [
|
|
@@ -132,20 +160,40 @@
|
|
|
132
160
|
"enum": [
|
|
133
161
|
false,
|
|
134
162
|
true,
|
|
135
|
-
"{
|
|
136
|
-
"{ui>/editable}"
|
|
163
|
+
"{ui>/editable}",
|
|
164
|
+
"{= !${ui>/editable}}"
|
|
137
165
|
]
|
|
138
166
|
},
|
|
139
167
|
{
|
|
140
168
|
"type": "string"
|
|
141
169
|
}
|
|
142
170
|
],
|
|
171
|
+
"description": "Whether the button should be visible on the screen.",
|
|
143
172
|
"artifactType": "FlexChange",
|
|
144
|
-
"controlType": "sap.
|
|
173
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
145
174
|
}
|
|
146
175
|
},
|
|
147
176
|
"additionalProperties": false
|
|
148
177
|
},
|
|
178
|
+
"ButtonType": {
|
|
179
|
+
"enum": [
|
|
180
|
+
"Accept",
|
|
181
|
+
"Attention",
|
|
182
|
+
"Back",
|
|
183
|
+
"Critical",
|
|
184
|
+
"Default",
|
|
185
|
+
"Emphasized",
|
|
186
|
+
"Ghost",
|
|
187
|
+
"Negative",
|
|
188
|
+
"Neutral",
|
|
189
|
+
"Reject",
|
|
190
|
+
"Success",
|
|
191
|
+
"Transparent",
|
|
192
|
+
"Unstyled",
|
|
193
|
+
"Up"
|
|
194
|
+
],
|
|
195
|
+
"type": "string"
|
|
196
|
+
},
|
|
149
197
|
"ObjectPageLayout": {
|
|
150
198
|
"description": "Page Layout",
|
|
151
199
|
"isViewNode": true,
|
|
@@ -182,15 +230,155 @@
|
|
|
182
230
|
"type": "object",
|
|
183
231
|
"additionalProperties": {
|
|
184
232
|
"anyOf": [
|
|
233
|
+
{
|
|
234
|
+
"$ref": "#/definitions/ObjectPageSectionFormV2"
|
|
235
|
+
},
|
|
185
236
|
{
|
|
186
237
|
"$ref": "#/definitions/ObjectPageSectionTableV2"
|
|
187
238
|
},
|
|
188
239
|
{
|
|
189
240
|
"$ref": "#/definitions/ObjectPageSectionChartV2"
|
|
241
|
+
},
|
|
242
|
+
{
|
|
243
|
+
"$ref": "#/definitions/ObjectPageSubSectionV2"
|
|
190
244
|
}
|
|
191
245
|
]
|
|
192
246
|
}
|
|
193
247
|
},
|
|
248
|
+
"ObjectPageSectionFormV2": {
|
|
249
|
+
"description": "Form",
|
|
250
|
+
"isViewNode": true,
|
|
251
|
+
"type": "object",
|
|
252
|
+
"properties": {
|
|
253
|
+
"form": {
|
|
254
|
+
"$ref": "#/definitions/ObjectPageForm"
|
|
255
|
+
},
|
|
256
|
+
"visible": {
|
|
257
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
258
|
+
"anyOf": [
|
|
259
|
+
{
|
|
260
|
+
"enum": [
|
|
261
|
+
false,
|
|
262
|
+
true,
|
|
263
|
+
"{ui>/editable}",
|
|
264
|
+
"{= !${ui>/editable}}"
|
|
265
|
+
]
|
|
266
|
+
},
|
|
267
|
+
{
|
|
268
|
+
"type": "string"
|
|
269
|
+
}
|
|
270
|
+
],
|
|
271
|
+
"description": "Whether the section should be visible on the screen.",
|
|
272
|
+
"artifactType": "FlexChange",
|
|
273
|
+
"controlType": "sap.uxap.ObjectPageSection"
|
|
274
|
+
}
|
|
275
|
+
},
|
|
276
|
+
"additionalProperties": false
|
|
277
|
+
},
|
|
278
|
+
"ObjectPageForm": {
|
|
279
|
+
"description": "Object Page Form",
|
|
280
|
+
"isViewNode": true,
|
|
281
|
+
"type": "object",
|
|
282
|
+
"properties": {
|
|
283
|
+
"fields": {
|
|
284
|
+
"$ref": "#/definitions/ObjectPageFormFields"
|
|
285
|
+
},
|
|
286
|
+
"actions": {
|
|
287
|
+
"$ref": "#/definitions/ObjectPageFormActions"
|
|
288
|
+
}
|
|
289
|
+
},
|
|
290
|
+
"additionalProperties": false
|
|
291
|
+
},
|
|
292
|
+
"ObjectPageFormFields": {
|
|
293
|
+
"type": "object",
|
|
294
|
+
"additionalProperties": {
|
|
295
|
+
"$ref": "#/definitions/Field"
|
|
296
|
+
}
|
|
297
|
+
},
|
|
298
|
+
"Field": {
|
|
299
|
+
"description": "Field",
|
|
300
|
+
"isViewNode": true,
|
|
301
|
+
"type": "object",
|
|
302
|
+
"properties": {
|
|
303
|
+
"visible": {
|
|
304
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
305
|
+
"anyOf": [
|
|
306
|
+
{
|
|
307
|
+
"enum": [
|
|
308
|
+
false,
|
|
309
|
+
true,
|
|
310
|
+
"{ui>/editable}",
|
|
311
|
+
"{= !${ui>/editable}}"
|
|
312
|
+
]
|
|
313
|
+
},
|
|
314
|
+
{
|
|
315
|
+
"type": "string"
|
|
316
|
+
}
|
|
317
|
+
],
|
|
318
|
+
"description": "Whether the field should be visible on the screen.",
|
|
319
|
+
"artifactType": "FlexChange",
|
|
320
|
+
"controlType": "sap.ui.comp.smartform.SmartGroup"
|
|
321
|
+
}
|
|
322
|
+
},
|
|
323
|
+
"additionalProperties": false
|
|
324
|
+
},
|
|
325
|
+
"ObjectPageFormActions": {
|
|
326
|
+
"type": "object",
|
|
327
|
+
"additionalProperties": {
|
|
328
|
+
"$ref": "#/definitions/FormAction"
|
|
329
|
+
}
|
|
330
|
+
},
|
|
331
|
+
"FormAction": {
|
|
332
|
+
"description": "Action",
|
|
333
|
+
"isViewNode": true,
|
|
334
|
+
"type": "object",
|
|
335
|
+
"properties": {
|
|
336
|
+
"tooltip": {
|
|
337
|
+
"description": "Text for tooltip of button",
|
|
338
|
+
"type": "string",
|
|
339
|
+
"artifactType": "FlexChange",
|
|
340
|
+
"controlType": "sap.m.Button"
|
|
341
|
+
},
|
|
342
|
+
"icon": {
|
|
343
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font, represented as RFC 3986 conformant URI.",
|
|
344
|
+
"type": "string",
|
|
345
|
+
"artifactType": "FlexChange",
|
|
346
|
+
"controlType": "sap.m.Button"
|
|
347
|
+
},
|
|
348
|
+
"activeIcon": {
|
|
349
|
+
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
350
|
+
"type": "string",
|
|
351
|
+
"artifactType": "FlexChange",
|
|
352
|
+
"controlType": "sap.m.Button"
|
|
353
|
+
},
|
|
354
|
+
"type": {
|
|
355
|
+
"$ref": "#/definitions/ButtonType",
|
|
356
|
+
"description": "Defines the Button type.",
|
|
357
|
+
"artifactType": "FlexChange",
|
|
358
|
+
"controlType": "sap.m.Button"
|
|
359
|
+
},
|
|
360
|
+
"visible": {
|
|
361
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
362
|
+
"anyOf": [
|
|
363
|
+
{
|
|
364
|
+
"enum": [
|
|
365
|
+
false,
|
|
366
|
+
true,
|
|
367
|
+
"{ui>/editable}",
|
|
368
|
+
"{= !${ui>/editable}}"
|
|
369
|
+
]
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
"type": "string"
|
|
373
|
+
}
|
|
374
|
+
],
|
|
375
|
+
"description": "Whether the button should be visible on the screen.",
|
|
376
|
+
"artifactType": "FlexChange",
|
|
377
|
+
"controlType": "sap.m.Button"
|
|
378
|
+
}
|
|
379
|
+
},
|
|
380
|
+
"additionalProperties": false
|
|
381
|
+
},
|
|
194
382
|
"ObjectPageSectionTableV2": {
|
|
195
383
|
"description": "Table",
|
|
196
384
|
"isViewNode": true,
|
|
@@ -214,6 +402,25 @@
|
|
|
214
402
|
"$ref": "#/definitions/ObjectPageTreeTable"
|
|
215
403
|
}
|
|
216
404
|
]
|
|
405
|
+
},
|
|
406
|
+
"visible": {
|
|
407
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
408
|
+
"anyOf": [
|
|
409
|
+
{
|
|
410
|
+
"enum": [
|
|
411
|
+
false,
|
|
412
|
+
true,
|
|
413
|
+
"{ui>/editable}",
|
|
414
|
+
"{= !${ui>/editable}}"
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"type": "string"
|
|
419
|
+
}
|
|
420
|
+
],
|
|
421
|
+
"description": "Whether the section should be visible on the screen.",
|
|
422
|
+
"artifactType": "FlexChange",
|
|
423
|
+
"controlType": "sap.uxap.ObjectPageSection"
|
|
217
424
|
}
|
|
218
425
|
},
|
|
219
426
|
"additionalProperties": false
|
|
@@ -308,9 +515,6 @@
|
|
|
308
515
|
"type": "boolean",
|
|
309
516
|
"artifactType": "Manifest"
|
|
310
517
|
},
|
|
311
|
-
"columns": {
|
|
312
|
-
"$ref": "#/definitions/GenericColumns"
|
|
313
|
-
},
|
|
314
518
|
"variantManagement": {
|
|
315
519
|
"description": "To enable variant management for a specific table on an object page.",
|
|
316
520
|
"type": "boolean",
|
|
@@ -319,6 +523,10 @@
|
|
|
319
523
|
"toolBar": {
|
|
320
524
|
"$ref": "#/definitions/ObjectPageToolBar",
|
|
321
525
|
"description": "Tool Bar"
|
|
526
|
+
},
|
|
527
|
+
"columns": {
|
|
528
|
+
"$ref": "#/definitions/GenericColumns",
|
|
529
|
+
"description": "Columns"
|
|
322
530
|
}
|
|
323
531
|
},
|
|
324
532
|
"additionalProperties": false
|
|
@@ -335,10 +543,7 @@
|
|
|
335
543
|
"type": "object",
|
|
336
544
|
"properties": {
|
|
337
545
|
"fields": {
|
|
338
|
-
"
|
|
339
|
-
"additionalProperties": {
|
|
340
|
-
"$ref": "#/definitions/FieldPath"
|
|
341
|
-
},
|
|
546
|
+
"$ref": "#/definitions/CreationFieldKeysOP",
|
|
342
547
|
"artifactType": "Manifest"
|
|
343
548
|
}
|
|
344
549
|
},
|
|
@@ -347,11 +552,18 @@
|
|
|
347
552
|
"fields"
|
|
348
553
|
]
|
|
349
554
|
},
|
|
350
|
-
"
|
|
555
|
+
"CreationFieldKeysOP": {
|
|
556
|
+
"type": "object",
|
|
557
|
+
"additionalProperties": {
|
|
558
|
+
"$ref": "#/definitions/FieldPathOP"
|
|
559
|
+
}
|
|
560
|
+
},
|
|
561
|
+
"FieldPathOP": {
|
|
351
562
|
"type": "object",
|
|
352
563
|
"properties": {
|
|
353
564
|
"path": {
|
|
354
|
-
"type": "string"
|
|
565
|
+
"type": "string",
|
|
566
|
+
"artifactType": "Manifest"
|
|
355
567
|
}
|
|
356
568
|
},
|
|
357
569
|
"additionalProperties": false,
|
|
@@ -402,6 +614,30 @@
|
|
|
402
614
|
"key"
|
|
403
615
|
]
|
|
404
616
|
},
|
|
617
|
+
"ObjectPageToolBar": {
|
|
618
|
+
"description": "Toolbar",
|
|
619
|
+
"isViewNode": true,
|
|
620
|
+
"type": "object",
|
|
621
|
+
"properties": {
|
|
622
|
+
"actions": {
|
|
623
|
+
"$ref": "#/definitions/ObjectPageToolBarActions"
|
|
624
|
+
}
|
|
625
|
+
},
|
|
626
|
+
"additionalProperties": false,
|
|
627
|
+
"required": [
|
|
628
|
+
"actions"
|
|
629
|
+
]
|
|
630
|
+
},
|
|
631
|
+
"ObjectPageToolBarActions": {
|
|
632
|
+
"description": "Actions",
|
|
633
|
+
"isViewNode": true,
|
|
634
|
+
"type": "object",
|
|
635
|
+
"additionalProperties": {
|
|
636
|
+
"type": "object",
|
|
637
|
+
"properties": {},
|
|
638
|
+
"additionalProperties": true
|
|
639
|
+
}
|
|
640
|
+
},
|
|
405
641
|
"GenericColumns": {
|
|
406
642
|
"type": "object",
|
|
407
643
|
"additionalProperties": {
|
|
@@ -526,30 +762,6 @@
|
|
|
526
762
|
],
|
|
527
763
|
"type": "string"
|
|
528
764
|
},
|
|
529
|
-
"ObjectPageToolBar": {
|
|
530
|
-
"description": "Toolbar",
|
|
531
|
-
"isViewNode": true,
|
|
532
|
-
"type": "object",
|
|
533
|
-
"properties": {
|
|
534
|
-
"actions": {
|
|
535
|
-
"$ref": "#/definitions/ObjectPageToolBarActions"
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
"additionalProperties": false,
|
|
539
|
-
"required": [
|
|
540
|
-
"actions"
|
|
541
|
-
]
|
|
542
|
-
},
|
|
543
|
-
"ObjectPageToolBarActions": {
|
|
544
|
-
"description": "Actions",
|
|
545
|
-
"isViewNode": true,
|
|
546
|
-
"type": "object",
|
|
547
|
-
"additionalProperties": {
|
|
548
|
-
"type": "object",
|
|
549
|
-
"properties": {},
|
|
550
|
-
"additionalProperties": true
|
|
551
|
-
}
|
|
552
|
-
},
|
|
553
765
|
"ObjectPageResponsiveTableWithInlineDelete": {
|
|
554
766
|
"description": "Table",
|
|
555
767
|
"isViewNode": true,
|
|
@@ -640,9 +852,6 @@
|
|
|
640
852
|
"type": "boolean",
|
|
641
853
|
"artifactType": "Manifest"
|
|
642
854
|
},
|
|
643
|
-
"columns": {
|
|
644
|
-
"$ref": "#/definitions/GenericColumns"
|
|
645
|
-
},
|
|
646
855
|
"variantManagement": {
|
|
647
856
|
"description": "To enable variant management for a specific table on an object page.",
|
|
648
857
|
"type": "boolean",
|
|
@@ -651,6 +860,10 @@
|
|
|
651
860
|
"toolBar": {
|
|
652
861
|
"$ref": "#/definitions/ObjectPageToolBar",
|
|
653
862
|
"description": "Tool Bar"
|
|
863
|
+
},
|
|
864
|
+
"columns": {
|
|
865
|
+
"$ref": "#/definitions/GenericColumns",
|
|
866
|
+
"description": "Columns"
|
|
654
867
|
}
|
|
655
868
|
},
|
|
656
869
|
"additionalProperties": false
|
|
@@ -724,9 +937,6 @@
|
|
|
724
937
|
"type": "boolean",
|
|
725
938
|
"artifactType": "Manifest"
|
|
726
939
|
},
|
|
727
|
-
"columns": {
|
|
728
|
-
"$ref": "#/definitions/GenericColumns"
|
|
729
|
-
},
|
|
730
940
|
"variantManagement": {
|
|
731
941
|
"description": "To enable variant management for a specific table on an object page.",
|
|
732
942
|
"type": "boolean",
|
|
@@ -735,6 +945,10 @@
|
|
|
735
945
|
"toolBar": {
|
|
736
946
|
"$ref": "#/definitions/ObjectPageToolBar",
|
|
737
947
|
"description": "Tool Bar"
|
|
948
|
+
},
|
|
949
|
+
"columns": {
|
|
950
|
+
"$ref": "#/definitions/GenericColumns",
|
|
951
|
+
"description": "Columns"
|
|
738
952
|
}
|
|
739
953
|
},
|
|
740
954
|
"additionalProperties": false
|
|
@@ -808,9 +1022,6 @@
|
|
|
808
1022
|
"type": "boolean",
|
|
809
1023
|
"artifactType": "Manifest"
|
|
810
1024
|
},
|
|
811
|
-
"columns": {
|
|
812
|
-
"$ref": "#/definitions/GenericColumns"
|
|
813
|
-
},
|
|
814
1025
|
"variantManagement": {
|
|
815
1026
|
"description": "To enable variant management for a specific table on an object page.",
|
|
816
1027
|
"type": "boolean",
|
|
@@ -819,6 +1030,10 @@
|
|
|
819
1030
|
"toolBar": {
|
|
820
1031
|
"$ref": "#/definitions/ObjectPageToolBar",
|
|
821
1032
|
"description": "Tool Bar"
|
|
1033
|
+
},
|
|
1034
|
+
"columns": {
|
|
1035
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1036
|
+
"description": "Columns"
|
|
822
1037
|
}
|
|
823
1038
|
},
|
|
824
1039
|
"additionalProperties": false
|
|
@@ -892,9 +1107,6 @@
|
|
|
892
1107
|
"type": "boolean",
|
|
893
1108
|
"artifactType": "Manifest"
|
|
894
1109
|
},
|
|
895
|
-
"columns": {
|
|
896
|
-
"$ref": "#/definitions/GenericColumns"
|
|
897
|
-
},
|
|
898
1110
|
"variantManagement": {
|
|
899
1111
|
"description": "To enable variant management for a specific table on an object page.",
|
|
900
1112
|
"type": "boolean",
|
|
@@ -903,6 +1115,10 @@
|
|
|
903
1115
|
"toolBar": {
|
|
904
1116
|
"$ref": "#/definitions/ObjectPageToolBar",
|
|
905
1117
|
"description": "Tool Bar"
|
|
1118
|
+
},
|
|
1119
|
+
"columns": {
|
|
1120
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1121
|
+
"description": "Columns"
|
|
906
1122
|
}
|
|
907
1123
|
},
|
|
908
1124
|
"additionalProperties": false
|
|
@@ -914,12 +1130,31 @@
|
|
|
914
1130
|
"properties": {
|
|
915
1131
|
"chart": {
|
|
916
1132
|
"$ref": "#/definitions/ObjectPageChart"
|
|
1133
|
+
},
|
|
1134
|
+
"visible": {
|
|
1135
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1136
|
+
"anyOf": [
|
|
1137
|
+
{
|
|
1138
|
+
"enum": [
|
|
1139
|
+
false,
|
|
1140
|
+
true,
|
|
1141
|
+
"{ui>/editable}",
|
|
1142
|
+
"{= !${ui>/editable}}"
|
|
1143
|
+
]
|
|
1144
|
+
},
|
|
1145
|
+
{
|
|
1146
|
+
"type": "string"
|
|
1147
|
+
}
|
|
1148
|
+
],
|
|
1149
|
+
"description": "Whether the section should be visible on the screen.",
|
|
1150
|
+
"artifactType": "FlexChange",
|
|
1151
|
+
"controlType": "sap.uxap.ObjectPageSection"
|
|
917
1152
|
}
|
|
918
1153
|
},
|
|
919
1154
|
"additionalProperties": false
|
|
920
1155
|
},
|
|
921
1156
|
"ObjectPageChart": {
|
|
922
|
-
"description": "Chart
|
|
1157
|
+
"description": "Chart",
|
|
923
1158
|
"isViewNode": true,
|
|
924
1159
|
"type": "object",
|
|
925
1160
|
"properties": {
|
|
@@ -931,6 +1166,38 @@
|
|
|
931
1166
|
},
|
|
932
1167
|
"additionalProperties": false
|
|
933
1168
|
},
|
|
1169
|
+
"ObjectPageSubSectionV2": {
|
|
1170
|
+
"description": "Subsection",
|
|
1171
|
+
"isViewNode": true,
|
|
1172
|
+
"type": "object",
|
|
1173
|
+
"properties": {
|
|
1174
|
+
"subsections": {
|
|
1175
|
+
"type": "object",
|
|
1176
|
+
"properties": {},
|
|
1177
|
+
"additionalProperties": true
|
|
1178
|
+
},
|
|
1179
|
+
"visible": {
|
|
1180
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1181
|
+
"anyOf": [
|
|
1182
|
+
{
|
|
1183
|
+
"enum": [
|
|
1184
|
+
false,
|
|
1185
|
+
true,
|
|
1186
|
+
"{ui>/editable}",
|
|
1187
|
+
"{= !${ui>/editable}}"
|
|
1188
|
+
]
|
|
1189
|
+
},
|
|
1190
|
+
{
|
|
1191
|
+
"type": "string"
|
|
1192
|
+
}
|
|
1193
|
+
],
|
|
1194
|
+
"description": "Whether the section should be visible on the screen.",
|
|
1195
|
+
"artifactType": "FlexChange",
|
|
1196
|
+
"controlType": "sap.uxap.ObjectPageSubSection"
|
|
1197
|
+
}
|
|
1198
|
+
},
|
|
1199
|
+
"additionalProperties": false
|
|
1200
|
+
},
|
|
934
1201
|
"CustomSections": {
|
|
935
1202
|
"description": "Custom Sections",
|
|
936
1203
|
"isViewNode": true,
|
|
@@ -976,7 +1243,7 @@
|
|
|
976
1243
|
"$ref": "#/definitions/SectionPosition"
|
|
977
1244
|
},
|
|
978
1245
|
"title": {
|
|
979
|
-
"description": "The label of the custom section,
|
|
1246
|
+
"description": "The label of the custom section, preferably as an i18n key",
|
|
980
1247
|
"i18nClassification": "TIT: Custom section title",
|
|
981
1248
|
"type": "string"
|
|
982
1249
|
}
|
|
@@ -1035,7 +1302,7 @@
|
|
|
1035
1302
|
"$ref": "#/definitions/SectionPosition"
|
|
1036
1303
|
},
|
|
1037
1304
|
"title": {
|
|
1038
|
-
"description": "The label of the custom section,
|
|
1305
|
+
"description": "The label of the custom section, preferably as an i18n key",
|
|
1039
1306
|
"i18nClassification": "TIT: Custom section title",
|
|
1040
1307
|
"type": "string"
|
|
1041
1308
|
}
|
|
@@ -1049,6 +1316,25 @@
|
|
|
1049
1316
|
"title",
|
|
1050
1317
|
"type"
|
|
1051
1318
|
]
|
|
1319
|
+
},
|
|
1320
|
+
"ObjectPageFooter<GenericFooterActions>": {
|
|
1321
|
+
"description": "Footer",
|
|
1322
|
+
"isViewNode": true,
|
|
1323
|
+
"type": "object",
|
|
1324
|
+
"properties": {
|
|
1325
|
+
"actions": {
|
|
1326
|
+
"$ref": "#/definitions/GenericFooterActions"
|
|
1327
|
+
}
|
|
1328
|
+
},
|
|
1329
|
+
"additionalProperties": false
|
|
1330
|
+
},
|
|
1331
|
+
"GenericFooterActions": {
|
|
1332
|
+
"type": "object",
|
|
1333
|
+
"additionalProperties": {
|
|
1334
|
+
"type": "object",
|
|
1335
|
+
"properties": {},
|
|
1336
|
+
"additionalProperties": true
|
|
1337
|
+
}
|
|
1052
1338
|
}
|
|
1053
1339
|
},
|
|
1054
1340
|
"$schema": "http://json-schema.org/draft-07/schema#"
|