@sap/ux-specification 1.90.15 → 1.90.19
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 -11
- package/dist/documentation/runDocu-min.js +1 -1
- package/dist/documentation/styleDocu.css +4 -5
- package/dist/documentation/v2/v2-AnalyticalListPage.html +1 -1
- package/dist/documentation/v2/v2-ApplicationV2.html +1 -1
- package/dist/documentation/v2/v2-ListReport.html +1 -1
- package/dist/documentation/v2/v2-ObjectPage.html +1 -1
- package/dist/documentation/v2/v2-OverviewPage.html +1 -1
- package/dist/documentation/v4/v4-AnalyticalListPage.html +1 -1
- package/dist/documentation/v4/v4-ApplicationV4.html +1 -1
- package/dist/documentation/v4/v4-ListReport.html +1 -1
- package/dist/documentation/v4/v4-ObjectPage.html +1 -1
- package/dist/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +148 -40
- package/dist/schemas/v2/ListReportConfig.json +162 -32
- package/dist/schemas/v2/ObjectPageConfig.json +252 -56
- package/dist/schemas/v2/OverviewPageConfig.json +298 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +46 -70
- package/dist/schemas/v4/ListReportConfig.json +46 -70
- package/dist/schemas/v4/ObjectPageConfig.json +49 -76
- package/dist/scripts/extractDocu.js +18 -8
- package/dist/scripts/extractDocu.js.map +1 -1
- package/dist/scripts/runDocu.js +105 -89
- package/dist/scripts/runDocu.js.map +1 -1
- package/dist/scripts/to-json-schema.js +31 -37
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/specification/v4/index-min.js +1 -1
- package/dist/src/api.js +9 -9
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +5 -2
- package/dist/src/specification/schemaAccess.js +1 -3
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/specification/v2/controls/Action.d.ts +71 -0
- package/dist/src/specification/v2/controls/{FormAction.js → Action.js} +1 -1
- package/dist/src/specification/v2/controls/Action.js.map +1 -0
- package/dist/src/specification/v2/controls/Card.d.ts +20 -72
- package/dist/src/specification/v2/controls/Card.js.map +1 -1
- package/dist/src/specification/v2/controls/FilterBar.d.ts +48 -6
- package/dist/src/specification/v2/controls/FilterBar.js +24 -0
- package/dist/src/specification/v2/controls/FilterBar.js.map +1 -1
- package/dist/src/specification/v2/controls/Footer.d.ts +20 -0
- package/dist/src/specification/v2/controls/{ObjectPageFooter.js → Footer.js} +1 -1
- package/dist/src/specification/v2/controls/Footer.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +4 -0
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +13 -10
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +1 -8
- package/dist/src/specification/v2/controls/index.d.ts +8 -10
- package/dist/src/specification/v2/controls/index.js +2 -2
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/AnalyticalListPageConfig.d.ts +2 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +3 -2
- package/dist/src/specification/v4/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v4/controls/ObjectPageSection.d.ts +7 -7
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +5 -6
- package/dist/src/specification/v4/controls/Table.d.ts +3 -7
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +51 -13
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js +6 -0
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.js.map +1 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.d.ts +2 -1
- package/dist/src/specification/v4/webapp/manifest/sapUiPageV4.js.map +1 -1
- package/dist/src/sync/common/appProvider.js.map +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +11 -1
- package/dist/src/sync/common/decoration/control.js +29 -3
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/decoration/factory.js +2 -4
- package/dist/src/sync/common/decoration/factory.js.map +1 -1
- package/dist/src/sync/common/generate/index.d.ts +1 -0
- package/dist/src/sync/common/generate/index.js +1 -0
- package/dist/src/sync/common/generate/index.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +8 -0
- package/dist/src/sync/common/generate/objectPage.js +28 -12
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +67 -0
- package/dist/src/sync/common/generate/utils.js +221 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/i18n.json +2 -0
- package/dist/src/sync/common/import/utils.d.ts +8 -1
- package/dist/src/sync/common/import/utils.js +14 -3
- package/dist/src/sync/common/import/utils.js.map +1 -1
- package/dist/src/sync/common/importProject.js +19 -28
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/types.d.ts +29 -15
- package/dist/src/sync/common/types.js +25 -1
- package/dist/src/sync/common/types.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +6 -33
- package/dist/src/sync/common/utils.js +25 -131
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +29 -0
- package/dist/src/sync/v2/export/controls/Action.js +127 -0
- package/dist/src/sync/v2/export/controls/Action.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Card.d.ts +3 -7
- package/dist/src/sync/v2/export/controls/Card.js +15 -43
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FilterBar.d.ts +7 -3
- package/dist/src/sync/v2/export/controls/FilterBar.js +36 -22
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.js +3 -2
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.d.ts +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +244 -168
- package/dist/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.d.ts +9 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js +62 -0
- package/dist/src/sync/v2/export/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js +11 -29
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.d.ts +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +4 -4
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +3 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +15 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +9 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js +61 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.d.ts +4 -4
- package/dist/src/sync/v2/export/controls/Table.js +16 -21
- package/dist/src/sync/v2/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v2/export/controls/TableColumn.d.ts +18 -2
- package/dist/src/sync/v2/export/controls/TableColumn.js +126 -1
- package/dist/src/sync/v2/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ToolBar.d.ts +4 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js +6 -0
- package/dist/src/sync/v2/export/controls/ToolBar.js.map +1 -0
- package/dist/src/sync/v2/export/controls/index.d.ts +12 -8
- package/dist/src/sync/v2/export/controls/index.js +12 -8
- package/dist/src/sync/v2/export/controls/index.js.map +1 -1
- package/dist/src/sync/v2/export/export.js +134 -111
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +3 -2
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/manifest.js +2 -5
- package/dist/src/sync/v2/export/manifest.js.map +1 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.d.ts +2 -1
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js +3 -0
- package/dist/src/sync/v2/export/pages/AnalyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ListReport.d.ts +3 -2
- package/dist/src/sync/v2/export/pages/ListReport.js +3 -0
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/export/view-controller-generator.d.ts +16 -21
- package/dist/src/sync/v2/export/view-controller-generator.js +20 -36
- package/dist/src/sync/v2/export/view-controller-generator.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +16 -8
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts +8 -0
- package/dist/src/sync/v2/generate/listReport.js +26 -6
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +1 -6
- package/dist/src/sync/v2/generate/objectPage.js +208 -126
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +16 -12
- package/dist/src/sync/v2/generate/utils.js +235 -98
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +29 -4
- package/dist/src/sync/v2/import/common/index.js +330 -56
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/controls/table.js +3 -2
- package/dist/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/src/sync/v2/import/pages/analyticalListPage.js +27 -5
- package/dist/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts +0 -5
- package/dist/src/sync/v2/import/pages/listReport.js +21 -100
- package/dist/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +443 -303
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +4 -6
- package/dist/src/sync/v2/import/utils.js +32 -11
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +28 -2
- package/dist/src/sync/v2/types.js +14 -0
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js +5 -1
- package/dist/src/sync/v4/export/controls/ObjectPageCustomSection.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ObjectPageTable.js +2 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.d.ts +4 -7
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -33
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +1 -1
- package/dist/src/sync/v4/export/controls/TableColumn.d.ts +3 -6
- package/dist/src/sync/v4/export/controls/TableColumn.js +3 -33
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/controls/ToolBar.d.ts +5 -1
- package/dist/src/sync/v4/export/controls/ToolBar.js +3 -0
- package/dist/src/sync/v4/export/controls/ToolBar.js.map +1 -1
- package/dist/src/sync/v4/export/export.js +36 -25
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/pages/AnalyticalListPage.d.ts +2 -2
- package/dist/src/sync/v4/export/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v4/export/pages/ObjectPage.d.ts +2 -2
- package/dist/src/sync/v4/export/types.d.ts +4 -0
- package/dist/src/sync/v4/generate/generate.d.ts +4 -2
- package/dist/src/sync/v4/generate/generate.js +15 -6
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +9 -7
- package/dist/src/sync/v4/generate/listReport.js +93 -22
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +111 -81
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/app/appProvider.js +2 -2
- package/dist/src/sync/v4/import/app/appProvider.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 +0 -1
- package/dist/src/sync/v4/import/pages/analyticalListPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts +4 -6
- package/dist/src/sync/v4/import/pages/listReport.js +57 -36
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts +2 -2
- package/dist/src/sync/v4/import/pages/objectPage.js +21 -18
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/utils.js +6 -5
- package/dist/src/sync/v4/import/utils.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +15 -2
- package/dist/src/sync/v4/utils/utils.js +65 -26
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/dist/test/unit/utils.test.d.ts +1 -1
- package/package.json +11 -10
- package/dist/src/specification/v2/controls/FormAction.d.ts +0 -27
- package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +0 -11
- package/dist/src/specification/v2/controls/ObjectPageFooter.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.d.ts +0 -27
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js +0 -3
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
- package/dist/test/test-utils/metadataParser.d.ts +0 -19
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
]
|
|
52
52
|
},
|
|
53
53
|
"footer": {
|
|
54
|
-
"$ref": "#/definitions/ObjectPageFooter<
|
|
54
|
+
"$ref": "#/definitions/ObjectPageFooter<ObjectPageFooterActions>"
|
|
55
55
|
},
|
|
56
56
|
"$schema": {
|
|
57
57
|
"type": "string"
|
|
@@ -129,20 +129,40 @@
|
|
|
129
129
|
"isViewNode": true,
|
|
130
130
|
"type": "object",
|
|
131
131
|
"properties": {
|
|
132
|
+
"visible": {
|
|
133
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
134
|
+
"anyOf": [
|
|
135
|
+
{
|
|
136
|
+
"enum": [
|
|
137
|
+
false,
|
|
138
|
+
true,
|
|
139
|
+
"{ui>/editable}",
|
|
140
|
+
"{= !${ui>/editable}}"
|
|
141
|
+
]
|
|
142
|
+
},
|
|
143
|
+
{
|
|
144
|
+
"type": "string"
|
|
145
|
+
}
|
|
146
|
+
],
|
|
147
|
+
"description": "Whether the button should be visible on the screen.",
|
|
148
|
+
"artifactType": "FlexChange",
|
|
149
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
150
|
+
},
|
|
132
151
|
"tooltip": {
|
|
133
|
-
"description": "
|
|
152
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
153
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
134
154
|
"type": "string",
|
|
135
155
|
"artifactType": "FlexChange",
|
|
136
156
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
137
157
|
},
|
|
138
158
|
"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.",
|
|
159
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
140
160
|
"type": "string",
|
|
141
161
|
"artifactType": "FlexChange",
|
|
142
162
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
143
163
|
},
|
|
144
164
|
"activeIcon": {
|
|
145
|
-
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
165
|
+
"description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
146
166
|
"type": "string",
|
|
147
167
|
"artifactType": "FlexChange",
|
|
148
168
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -152,25 +172,6 @@
|
|
|
152
172
|
"description": "Defines the Button type.",
|
|
153
173
|
"artifactType": "FlexChange",
|
|
154
174
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
155
|
-
},
|
|
156
|
-
"visible": {
|
|
157
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
158
|
-
"anyOf": [
|
|
159
|
-
{
|
|
160
|
-
"enum": [
|
|
161
|
-
false,
|
|
162
|
-
true,
|
|
163
|
-
"{ui>/editable}",
|
|
164
|
-
"{= !${ui>/editable}}"
|
|
165
|
-
]
|
|
166
|
-
},
|
|
167
|
-
{
|
|
168
|
-
"type": "string"
|
|
169
|
-
}
|
|
170
|
-
],
|
|
171
|
-
"description": "Whether the button should be visible on the screen.",
|
|
172
|
-
"artifactType": "FlexChange",
|
|
173
|
-
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
174
175
|
}
|
|
175
176
|
},
|
|
176
177
|
"additionalProperties": false
|
|
@@ -330,24 +331,44 @@
|
|
|
330
331
|
}
|
|
331
332
|
},
|
|
332
333
|
"FormAction": {
|
|
333
|
-
"description": "Action",
|
|
334
|
+
"description": "Form Action",
|
|
334
335
|
"isViewNode": true,
|
|
335
336
|
"type": "object",
|
|
336
337
|
"properties": {
|
|
338
|
+
"visible": {
|
|
339
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
340
|
+
"anyOf": [
|
|
341
|
+
{
|
|
342
|
+
"enum": [
|
|
343
|
+
false,
|
|
344
|
+
true,
|
|
345
|
+
"{ui>/editable}",
|
|
346
|
+
"{= !${ui>/editable}}"
|
|
347
|
+
]
|
|
348
|
+
},
|
|
349
|
+
{
|
|
350
|
+
"type": "string"
|
|
351
|
+
}
|
|
352
|
+
],
|
|
353
|
+
"description": "Whether the button should be visible on the screen.",
|
|
354
|
+
"artifactType": "FlexChange",
|
|
355
|
+
"controlType": "sap.m.Button"
|
|
356
|
+
},
|
|
337
357
|
"tooltip": {
|
|
338
|
-
"description": "
|
|
358
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
359
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
339
360
|
"type": "string",
|
|
340
361
|
"artifactType": "FlexChange",
|
|
341
362
|
"controlType": "sap.m.Button"
|
|
342
363
|
},
|
|
343
364
|
"icon": {
|
|
344
|
-
"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.",
|
|
365
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
345
366
|
"type": "string",
|
|
346
367
|
"artifactType": "FlexChange",
|
|
347
368
|
"controlType": "sap.m.Button"
|
|
348
369
|
},
|
|
349
370
|
"activeIcon": {
|
|
350
|
-
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
371
|
+
"description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
351
372
|
"type": "string",
|
|
352
373
|
"artifactType": "FlexChange",
|
|
353
374
|
"controlType": "sap.m.Button"
|
|
@@ -357,25 +378,6 @@
|
|
|
357
378
|
"description": "Defines the Button type.",
|
|
358
379
|
"artifactType": "FlexChange",
|
|
359
380
|
"controlType": "sap.m.Button"
|
|
360
|
-
},
|
|
361
|
-
"visible": {
|
|
362
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
363
|
-
"anyOf": [
|
|
364
|
-
{
|
|
365
|
-
"enum": [
|
|
366
|
-
false,
|
|
367
|
-
true,
|
|
368
|
-
"{ui>/editable}",
|
|
369
|
-
"{= !${ui>/editable}}"
|
|
370
|
-
]
|
|
371
|
-
},
|
|
372
|
-
{
|
|
373
|
-
"type": "string"
|
|
374
|
-
}
|
|
375
|
-
],
|
|
376
|
-
"description": "Whether the button should be visible on the screen.",
|
|
377
|
-
"artifactType": "FlexChange",
|
|
378
|
-
"controlType": "sap.m.Button"
|
|
379
381
|
}
|
|
380
382
|
},
|
|
381
383
|
"additionalProperties": false
|
|
@@ -503,6 +505,12 @@
|
|
|
503
505
|
"artifactType": "FlexChange",
|
|
504
506
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
505
507
|
},
|
|
508
|
+
"exportType": {
|
|
509
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
510
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
511
|
+
"artifactType": "FlexChange",
|
|
512
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
513
|
+
},
|
|
506
514
|
"createMode": {
|
|
507
515
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
508
516
|
"type": "string",
|
|
@@ -615,6 +623,14 @@
|
|
|
615
623
|
"key"
|
|
616
624
|
]
|
|
617
625
|
},
|
|
626
|
+
"sap.ui.comp.smarttable.ExportType": {
|
|
627
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
628
|
+
"enum": [
|
|
629
|
+
"GW",
|
|
630
|
+
"UI5Client"
|
|
631
|
+
],
|
|
632
|
+
"type": "string"
|
|
633
|
+
},
|
|
618
634
|
"ObjectPageToolBar": {
|
|
619
635
|
"description": "Toolbar",
|
|
620
636
|
"isViewNode": true,
|
|
@@ -634,11 +650,61 @@
|
|
|
634
650
|
"isViewNode": true,
|
|
635
651
|
"type": "object",
|
|
636
652
|
"additionalProperties": {
|
|
637
|
-
"
|
|
638
|
-
"properties": {},
|
|
639
|
-
"additionalProperties": true
|
|
653
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
640
654
|
}
|
|
641
655
|
},
|
|
656
|
+
"ObjectPageToolBarAction": {
|
|
657
|
+
"description": "ToolBar Action",
|
|
658
|
+
"isViewNode": true,
|
|
659
|
+
"type": "object",
|
|
660
|
+
"properties": {
|
|
661
|
+
"visible": {
|
|
662
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
663
|
+
"anyOf": [
|
|
664
|
+
{
|
|
665
|
+
"enum": [
|
|
666
|
+
false,
|
|
667
|
+
true,
|
|
668
|
+
"{ui>/editable}",
|
|
669
|
+
"{= !${ui>/editable}}"
|
|
670
|
+
]
|
|
671
|
+
},
|
|
672
|
+
{
|
|
673
|
+
"type": "string"
|
|
674
|
+
}
|
|
675
|
+
],
|
|
676
|
+
"description": "Whether the button should be visible on the screen.",
|
|
677
|
+
"artifactType": "FlexChange",
|
|
678
|
+
"controlType": "sap.m.Button"
|
|
679
|
+
},
|
|
680
|
+
"tooltip": {
|
|
681
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
682
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
683
|
+
"type": "string",
|
|
684
|
+
"artifactType": "FlexChange",
|
|
685
|
+
"controlType": "sap.m.Button"
|
|
686
|
+
},
|
|
687
|
+
"icon": {
|
|
688
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
689
|
+
"type": "string",
|
|
690
|
+
"artifactType": "FlexChange",
|
|
691
|
+
"controlType": "sap.m.Button"
|
|
692
|
+
},
|
|
693
|
+
"activeIcon": {
|
|
694
|
+
"description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
695
|
+
"type": "string",
|
|
696
|
+
"artifactType": "FlexChange",
|
|
697
|
+
"controlType": "sap.m.Button"
|
|
698
|
+
},
|
|
699
|
+
"type": {
|
|
700
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
701
|
+
"description": "Defines the Button type.",
|
|
702
|
+
"artifactType": "FlexChange",
|
|
703
|
+
"controlType": "sap.m.Button"
|
|
704
|
+
}
|
|
705
|
+
},
|
|
706
|
+
"additionalProperties": false
|
|
707
|
+
},
|
|
642
708
|
"GenericColumns": {
|
|
643
709
|
"type": "object",
|
|
644
710
|
"additionalProperties": {
|
|
@@ -646,6 +712,9 @@
|
|
|
646
712
|
{
|
|
647
713
|
"$ref": "#/definitions/TableColumn"
|
|
648
714
|
},
|
|
715
|
+
{
|
|
716
|
+
"$ref": "#/definitions/TableColumnAction"
|
|
717
|
+
},
|
|
649
718
|
{
|
|
650
719
|
"description": "Custom Columns",
|
|
651
720
|
"isViewNode": true,
|
|
@@ -697,6 +766,59 @@
|
|
|
697
766
|
],
|
|
698
767
|
"type": "string"
|
|
699
768
|
},
|
|
769
|
+
"TableColumnAction": {
|
|
770
|
+
"description": "Column Action",
|
|
771
|
+
"isViewNode": true,
|
|
772
|
+
"type": "object",
|
|
773
|
+
"properties": {
|
|
774
|
+
"tooltip": {
|
|
775
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
776
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
777
|
+
"type": "string",
|
|
778
|
+
"artifactType": "FlexChange",
|
|
779
|
+
"controlType": "sap.m.Button"
|
|
780
|
+
},
|
|
781
|
+
"icon": {
|
|
782
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
783
|
+
"type": "string",
|
|
784
|
+
"artifactType": "FlexChange",
|
|
785
|
+
"controlType": "sap.m.Button"
|
|
786
|
+
},
|
|
787
|
+
"activeIcon": {
|
|
788
|
+
"description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
789
|
+
"type": "string",
|
|
790
|
+
"artifactType": "FlexChange",
|
|
791
|
+
"controlType": "sap.m.Button"
|
|
792
|
+
},
|
|
793
|
+
"type": {
|
|
794
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
795
|
+
"description": "Defines the Button type.",
|
|
796
|
+
"artifactType": "FlexChange",
|
|
797
|
+
"controlType": "sap.m.Button"
|
|
798
|
+
},
|
|
799
|
+
"width": {
|
|
800
|
+
"description": "The width property defines the width of the column.",
|
|
801
|
+
"type": "string",
|
|
802
|
+
"artifactType": "FlexChange",
|
|
803
|
+
"controlType": "sap.m.Column"
|
|
804
|
+
},
|
|
805
|
+
"hAlign": {
|
|
806
|
+
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
807
|
+
"anyOf": [
|
|
808
|
+
{
|
|
809
|
+
"$ref": "#/definitions/sap.ui.core.TextAlign"
|
|
810
|
+
},
|
|
811
|
+
{
|
|
812
|
+
"type": "string"
|
|
813
|
+
}
|
|
814
|
+
],
|
|
815
|
+
"description": "The hAlign property defines the horizontal alignment of the column content.",
|
|
816
|
+
"artifactType": "FlexChange",
|
|
817
|
+
"controlType": "sap.m.Column"
|
|
818
|
+
}
|
|
819
|
+
},
|
|
820
|
+
"additionalProperties": false
|
|
821
|
+
},
|
|
700
822
|
"TableCustomColumn": {
|
|
701
823
|
"description": "Custom Column",
|
|
702
824
|
"isViewNode": true,
|
|
@@ -707,7 +829,7 @@
|
|
|
707
829
|
"type": "string"
|
|
708
830
|
},
|
|
709
831
|
"text": {
|
|
710
|
-
"description": "The label of the custom column,
|
|
832
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
711
833
|
"i18nClassification": "COL: Custom column header text",
|
|
712
834
|
"type": "string"
|
|
713
835
|
},
|
|
@@ -841,6 +963,12 @@
|
|
|
841
963
|
"artifactType": "FlexChange",
|
|
842
964
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
843
965
|
},
|
|
966
|
+
"exportType": {
|
|
967
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
968
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
969
|
+
"artifactType": "FlexChange",
|
|
970
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
971
|
+
},
|
|
844
972
|
"createMode": {
|
|
845
973
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
846
974
|
"type": "string",
|
|
@@ -926,6 +1054,12 @@
|
|
|
926
1054
|
"artifactType": "FlexChange",
|
|
927
1055
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
928
1056
|
},
|
|
1057
|
+
"exportType": {
|
|
1058
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1059
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1060
|
+
"artifactType": "FlexChange",
|
|
1061
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1062
|
+
},
|
|
929
1063
|
"createMode": {
|
|
930
1064
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
931
1065
|
"type": "string",
|
|
@@ -1011,6 +1145,12 @@
|
|
|
1011
1145
|
"artifactType": "FlexChange",
|
|
1012
1146
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1013
1147
|
},
|
|
1148
|
+
"exportType": {
|
|
1149
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1150
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1151
|
+
"artifactType": "FlexChange",
|
|
1152
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1153
|
+
},
|
|
1014
1154
|
"createMode": {
|
|
1015
1155
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1016
1156
|
"type": "string",
|
|
@@ -1096,6 +1236,12 @@
|
|
|
1096
1236
|
"artifactType": "FlexChange",
|
|
1097
1237
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1098
1238
|
},
|
|
1239
|
+
"exportType": {
|
|
1240
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1241
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1242
|
+
"artifactType": "FlexChange",
|
|
1243
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1244
|
+
},
|
|
1099
1245
|
"createMode": {
|
|
1100
1246
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
1101
1247
|
"type": "string",
|
|
@@ -1319,24 +1465,74 @@
|
|
|
1319
1465
|
"type"
|
|
1320
1466
|
]
|
|
1321
1467
|
},
|
|
1322
|
-
"ObjectPageFooter<
|
|
1468
|
+
"ObjectPageFooter<ObjectPageFooterActions>": {
|
|
1323
1469
|
"description": "Footer",
|
|
1324
1470
|
"isViewNode": true,
|
|
1325
1471
|
"type": "object",
|
|
1326
1472
|
"properties": {
|
|
1327
1473
|
"actions": {
|
|
1328
|
-
"$ref": "#/definitions/
|
|
1474
|
+
"$ref": "#/definitions/ObjectPageFooterActions"
|
|
1329
1475
|
}
|
|
1330
1476
|
},
|
|
1331
1477
|
"additionalProperties": false
|
|
1332
1478
|
},
|
|
1333
|
-
"
|
|
1479
|
+
"ObjectPageFooterActions": {
|
|
1334
1480
|
"type": "object",
|
|
1335
1481
|
"additionalProperties": {
|
|
1336
|
-
"
|
|
1337
|
-
"properties": {},
|
|
1338
|
-
"additionalProperties": true
|
|
1482
|
+
"$ref": "#/definitions/ObjectPageFooterAction"
|
|
1339
1483
|
}
|
|
1484
|
+
},
|
|
1485
|
+
"ObjectPageFooterAction": {
|
|
1486
|
+
"description": "Footer Action",
|
|
1487
|
+
"isViewNode": true,
|
|
1488
|
+
"type": "object",
|
|
1489
|
+
"properties": {
|
|
1490
|
+
"visible": {
|
|
1491
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1492
|
+
"anyOf": [
|
|
1493
|
+
{
|
|
1494
|
+
"enum": [
|
|
1495
|
+
false,
|
|
1496
|
+
true,
|
|
1497
|
+
"{ui>/editable}",
|
|
1498
|
+
"{= !${ui>/editable}}"
|
|
1499
|
+
]
|
|
1500
|
+
},
|
|
1501
|
+
{
|
|
1502
|
+
"type": "string"
|
|
1503
|
+
}
|
|
1504
|
+
],
|
|
1505
|
+
"description": "Whether the button should be visible on the screen.",
|
|
1506
|
+
"artifactType": "FlexChange",
|
|
1507
|
+
"controlType": "sap.m.Button"
|
|
1508
|
+
},
|
|
1509
|
+
"tooltip": {
|
|
1510
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
1511
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
1512
|
+
"type": "string",
|
|
1513
|
+
"artifactType": "FlexChange",
|
|
1514
|
+
"controlType": "sap.m.Button"
|
|
1515
|
+
},
|
|
1516
|
+
"icon": {
|
|
1517
|
+
"description": "Icon to be displayed as graphical element within the Button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1518
|
+
"type": "string",
|
|
1519
|
+
"artifactType": "FlexChange",
|
|
1520
|
+
"controlType": "sap.m.Button"
|
|
1521
|
+
},
|
|
1522
|
+
"activeIcon": {
|
|
1523
|
+
"description": "Alternative icon for the active (depressed) state of the button. Can be an image or icon from the icon font (https://sapui5.hana.ondemand.com/test-resources/sap/m/demokit/iconExplorer/webapp/index.html#/overview/SAP-icons), represented as RFC 3986 conformant URI.",
|
|
1524
|
+
"type": "string",
|
|
1525
|
+
"artifactType": "FlexChange",
|
|
1526
|
+
"controlType": "sap.m.Button"
|
|
1527
|
+
},
|
|
1528
|
+
"type": {
|
|
1529
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
1530
|
+
"description": "Defines the Button type.",
|
|
1531
|
+
"artifactType": "FlexChange",
|
|
1532
|
+
"controlType": "sap.m.Button"
|
|
1533
|
+
}
|
|
1534
|
+
},
|
|
1535
|
+
"additionalProperties": false
|
|
1340
1536
|
}
|
|
1341
1537
|
},
|
|
1342
1538
|
"$schema": "http://json-schema.org/draft-07/schema#"
|