@sap/ux-specification 1.71.46 → 1.71.50
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 +89 -6
- 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/index-min.js +1 -1
- package/dist/schemas/v2/AnalyticalListPageConfig.json +107 -40
- package/dist/schemas/v2/ListReportConfig.json +110 -32
- package/dist/schemas/v2/ObjectPageConfig.json +245 -56
- package/dist/schemas/v2/OverviewPageConfig.json +236 -190
- 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 +27 -32
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/api.js +3 -3
- package/dist/src/api.js.map +1 -1
- package/dist/src/apiTypes.d.ts +1 -2
- 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/schemaAccess.js +1 -3
- package/dist/src/specification/schemaAccess.js.map +1 -1
- package/dist/src/specification/v2/controls/Action.d.ts +82 -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 +6 -2
- 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 +5 -0
- package/dist/src/specification/v2/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +14 -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 +3 -3
- 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/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 +60 -0
- package/dist/src/sync/common/generate/utils.js +208 -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 +13 -20
- 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 +12 -24
- package/dist/src/sync/common/utils.js +31 -97
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +28 -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 +4 -3
- package/dist/src/sync/v2/export/controls/FilterBar.js +25 -15
- 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 +8 -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 +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js +2 -2
- package/dist/src/sync/v2/export/controls/ObjectPageSectionsV2.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +5 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +25 -0
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.d.ts +8 -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 +5 -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 +11 -7
- package/dist/src/sync/v2/export/controls/index.js +11 -7
- 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 -7
- 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 +203 -110
- 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 +329 -45
- 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 +440 -298
- 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/test/unit/utils.test.d.ts +1 -1
- package/package.json +12 -11
- package/dist/src/specification/v2/controls/FormAction.d.ts +0 -38
- 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
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
]
|
|
39
39
|
},
|
|
40
40
|
"footer": {
|
|
41
|
-
"$ref": "#/definitions/ObjectPageFooter<
|
|
41
|
+
"$ref": "#/definitions/ObjectPageFooter<ObjectPageFooterActions>"
|
|
42
42
|
},
|
|
43
43
|
"$schema": {
|
|
44
44
|
"type": "string"
|
|
@@ -105,20 +105,40 @@
|
|
|
105
105
|
"isViewNode": true,
|
|
106
106
|
"type": "object",
|
|
107
107
|
"properties": {
|
|
108
|
+
"visible": {
|
|
109
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
110
|
+
"anyOf": [
|
|
111
|
+
{
|
|
112
|
+
"enum": [
|
|
113
|
+
false,
|
|
114
|
+
true,
|
|
115
|
+
"{ui>/editable}",
|
|
116
|
+
"{= !${ui>/editable}}"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"type": "string"
|
|
121
|
+
}
|
|
122
|
+
],
|
|
123
|
+
"description": "Whether the button should be visible on the screen.",
|
|
124
|
+
"artifactType": "FlexChange",
|
|
125
|
+
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
126
|
+
},
|
|
108
127
|
"tooltip": {
|
|
109
|
-
"description": "
|
|
128
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
129
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
110
130
|
"type": "string",
|
|
111
131
|
"artifactType": "FlexChange",
|
|
112
132
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
113
133
|
},
|
|
114
134
|
"icon": {
|
|
115
|
-
"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.",
|
|
135
|
+
"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.",
|
|
116
136
|
"type": "string",
|
|
117
137
|
"artifactType": "FlexChange",
|
|
118
138
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
119
139
|
},
|
|
120
140
|
"activeIcon": {
|
|
121
|
-
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
141
|
+
"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.",
|
|
122
142
|
"type": "string",
|
|
123
143
|
"artifactType": "FlexChange",
|
|
124
144
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
@@ -128,25 +148,6 @@
|
|
|
128
148
|
"description": "Defines the Button type.",
|
|
129
149
|
"artifactType": "FlexChange",
|
|
130
150
|
"controlType": "sap.uxap.ObjectPageHeaderActionButton"
|
|
131
|
-
},
|
|
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
151
|
}
|
|
151
152
|
},
|
|
152
153
|
"additionalProperties": false
|
|
@@ -297,24 +298,44 @@
|
|
|
297
298
|
}
|
|
298
299
|
},
|
|
299
300
|
"FormAction": {
|
|
300
|
-
"description": "Action",
|
|
301
|
+
"description": "Form Action",
|
|
301
302
|
"isViewNode": true,
|
|
302
303
|
"type": "object",
|
|
303
304
|
"properties": {
|
|
305
|
+
"visible": {
|
|
306
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
307
|
+
"anyOf": [
|
|
308
|
+
{
|
|
309
|
+
"enum": [
|
|
310
|
+
false,
|
|
311
|
+
true,
|
|
312
|
+
"{ui>/editable}",
|
|
313
|
+
"{= !${ui>/editable}}"
|
|
314
|
+
]
|
|
315
|
+
},
|
|
316
|
+
{
|
|
317
|
+
"type": "string"
|
|
318
|
+
}
|
|
319
|
+
],
|
|
320
|
+
"description": "Whether the button should be visible on the screen.",
|
|
321
|
+
"artifactType": "FlexChange",
|
|
322
|
+
"controlType": "sap.m.Button"
|
|
323
|
+
},
|
|
304
324
|
"tooltip": {
|
|
305
|
-
"description": "
|
|
325
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
326
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
306
327
|
"type": "string",
|
|
307
328
|
"artifactType": "FlexChange",
|
|
308
329
|
"controlType": "sap.m.Button"
|
|
309
330
|
},
|
|
310
331
|
"icon": {
|
|
311
|
-
"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.",
|
|
332
|
+
"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.",
|
|
312
333
|
"type": "string",
|
|
313
334
|
"artifactType": "FlexChange",
|
|
314
335
|
"controlType": "sap.m.Button"
|
|
315
336
|
},
|
|
316
337
|
"activeIcon": {
|
|
317
|
-
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
338
|
+
"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.",
|
|
318
339
|
"type": "string",
|
|
319
340
|
"artifactType": "FlexChange",
|
|
320
341
|
"controlType": "sap.m.Button"
|
|
@@ -324,25 +345,6 @@
|
|
|
324
345
|
"description": "Defines the Button type.",
|
|
325
346
|
"artifactType": "FlexChange",
|
|
326
347
|
"controlType": "sap.m.Button"
|
|
327
|
-
},
|
|
328
|
-
"visible": {
|
|
329
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
330
|
-
"anyOf": [
|
|
331
|
-
{
|
|
332
|
-
"enum": [
|
|
333
|
-
false,
|
|
334
|
-
true,
|
|
335
|
-
"{ui>/editable}",
|
|
336
|
-
"{= !${ui>/editable}}"
|
|
337
|
-
]
|
|
338
|
-
},
|
|
339
|
-
{
|
|
340
|
-
"type": "string"
|
|
341
|
-
}
|
|
342
|
-
],
|
|
343
|
-
"description": "Whether the button should be visible on the screen.",
|
|
344
|
-
"artifactType": "FlexChange",
|
|
345
|
-
"controlType": "sap.m.Button"
|
|
346
348
|
}
|
|
347
349
|
},
|
|
348
350
|
"additionalProperties": false
|
|
@@ -460,6 +462,12 @@
|
|
|
460
462
|
"artifactType": "FlexChange",
|
|
461
463
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
462
464
|
},
|
|
465
|
+
"exportType": {
|
|
466
|
+
"$ref": "#/definitions/ExportType",
|
|
467
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
468
|
+
"artifactType": "FlexChange",
|
|
469
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
470
|
+
},
|
|
463
471
|
"createMode": {
|
|
464
472
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
465
473
|
"type": "string",
|
|
@@ -535,6 +543,13 @@
|
|
|
535
543
|
"key"
|
|
536
544
|
]
|
|
537
545
|
},
|
|
546
|
+
"ExportType": {
|
|
547
|
+
"enum": [
|
|
548
|
+
"GW",
|
|
549
|
+
"UI5Client"
|
|
550
|
+
],
|
|
551
|
+
"type": "string"
|
|
552
|
+
},
|
|
538
553
|
"ObjectPageToolBar": {
|
|
539
554
|
"description": "Toolbar",
|
|
540
555
|
"isViewNode": true,
|
|
@@ -554,11 +569,61 @@
|
|
|
554
569
|
"isViewNode": true,
|
|
555
570
|
"type": "object",
|
|
556
571
|
"additionalProperties": {
|
|
557
|
-
"
|
|
558
|
-
"properties": {},
|
|
559
|
-
"additionalProperties": true
|
|
572
|
+
"$ref": "#/definitions/ObjectPageToolBarAction"
|
|
560
573
|
}
|
|
561
574
|
},
|
|
575
|
+
"ObjectPageToolBarAction": {
|
|
576
|
+
"description": "ToolBar Action",
|
|
577
|
+
"isViewNode": true,
|
|
578
|
+
"type": "object",
|
|
579
|
+
"properties": {
|
|
580
|
+
"visible": {
|
|
581
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
582
|
+
"anyOf": [
|
|
583
|
+
{
|
|
584
|
+
"enum": [
|
|
585
|
+
false,
|
|
586
|
+
true,
|
|
587
|
+
"{ui>/editable}",
|
|
588
|
+
"{= !${ui>/editable}}"
|
|
589
|
+
]
|
|
590
|
+
},
|
|
591
|
+
{
|
|
592
|
+
"type": "string"
|
|
593
|
+
}
|
|
594
|
+
],
|
|
595
|
+
"description": "Whether the button should be visible on the screen.",
|
|
596
|
+
"artifactType": "FlexChange",
|
|
597
|
+
"controlType": "sap.m.Button"
|
|
598
|
+
},
|
|
599
|
+
"tooltip": {
|
|
600
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
601
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
602
|
+
"type": "string",
|
|
603
|
+
"artifactType": "FlexChange",
|
|
604
|
+
"controlType": "sap.m.Button"
|
|
605
|
+
},
|
|
606
|
+
"icon": {
|
|
607
|
+
"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.",
|
|
608
|
+
"type": "string",
|
|
609
|
+
"artifactType": "FlexChange",
|
|
610
|
+
"controlType": "sap.m.Button"
|
|
611
|
+
},
|
|
612
|
+
"activeIcon": {
|
|
613
|
+
"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.",
|
|
614
|
+
"type": "string",
|
|
615
|
+
"artifactType": "FlexChange",
|
|
616
|
+
"controlType": "sap.m.Button"
|
|
617
|
+
},
|
|
618
|
+
"type": {
|
|
619
|
+
"$ref": "#/definitions/ButtonType",
|
|
620
|
+
"description": "Defines the Button type.",
|
|
621
|
+
"artifactType": "FlexChange",
|
|
622
|
+
"controlType": "sap.m.Button"
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"additionalProperties": false
|
|
626
|
+
},
|
|
562
627
|
"GenericColumns": {
|
|
563
628
|
"type": "object",
|
|
564
629
|
"additionalProperties": {
|
|
@@ -566,6 +631,9 @@
|
|
|
566
631
|
{
|
|
567
632
|
"$ref": "#/definitions/TableColumn"
|
|
568
633
|
},
|
|
634
|
+
{
|
|
635
|
+
"$ref": "#/definitions/TableColumnAction"
|
|
636
|
+
},
|
|
569
637
|
{
|
|
570
638
|
"description": "Custom Columns",
|
|
571
639
|
"isViewNode": true,
|
|
@@ -616,6 +684,59 @@
|
|
|
616
684
|
],
|
|
617
685
|
"type": "string"
|
|
618
686
|
},
|
|
687
|
+
"TableColumnAction": {
|
|
688
|
+
"description": "Column Action",
|
|
689
|
+
"isViewNode": true,
|
|
690
|
+
"type": "object",
|
|
691
|
+
"properties": {
|
|
692
|
+
"tooltip": {
|
|
693
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
694
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
695
|
+
"type": "string",
|
|
696
|
+
"artifactType": "FlexChange",
|
|
697
|
+
"controlType": "sap.m.Button"
|
|
698
|
+
},
|
|
699
|
+
"icon": {
|
|
700
|
+
"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.",
|
|
701
|
+
"type": "string",
|
|
702
|
+
"artifactType": "FlexChange",
|
|
703
|
+
"controlType": "sap.m.Button"
|
|
704
|
+
},
|
|
705
|
+
"activeIcon": {
|
|
706
|
+
"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.",
|
|
707
|
+
"type": "string",
|
|
708
|
+
"artifactType": "FlexChange",
|
|
709
|
+
"controlType": "sap.m.Button"
|
|
710
|
+
},
|
|
711
|
+
"type": {
|
|
712
|
+
"$ref": "#/definitions/ButtonType",
|
|
713
|
+
"description": "Defines the Button type.",
|
|
714
|
+
"artifactType": "FlexChange",
|
|
715
|
+
"controlType": "sap.m.Button"
|
|
716
|
+
},
|
|
717
|
+
"width": {
|
|
718
|
+
"description": "The width property defines the width of the column.",
|
|
719
|
+
"type": "string",
|
|
720
|
+
"artifactType": "FlexChange",
|
|
721
|
+
"controlType": "sap.m.Column"
|
|
722
|
+
},
|
|
723
|
+
"hAlign": {
|
|
724
|
+
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
725
|
+
"anyOf": [
|
|
726
|
+
{
|
|
727
|
+
"$ref": "#/definitions/HAlign"
|
|
728
|
+
},
|
|
729
|
+
{
|
|
730
|
+
"type": "string"
|
|
731
|
+
}
|
|
732
|
+
],
|
|
733
|
+
"description": "The hAlign property defines the horizontal alignment of the column content.",
|
|
734
|
+
"artifactType": "FlexChange",
|
|
735
|
+
"controlType": "sap.m.Column"
|
|
736
|
+
}
|
|
737
|
+
},
|
|
738
|
+
"additionalProperties": false
|
|
739
|
+
},
|
|
619
740
|
"TableCustomColumn": {
|
|
620
741
|
"description": "Custom Column",
|
|
621
742
|
"isViewNode": true,
|
|
@@ -626,7 +747,7 @@
|
|
|
626
747
|
"type": "string"
|
|
627
748
|
},
|
|
628
749
|
"text": {
|
|
629
|
-
"description": "The label of the custom column,
|
|
750
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
630
751
|
"i18nClassification": "COL: Custom column header text",
|
|
631
752
|
"type": "string"
|
|
632
753
|
},
|
|
@@ -734,6 +855,12 @@
|
|
|
734
855
|
"artifactType": "FlexChange",
|
|
735
856
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
736
857
|
},
|
|
858
|
+
"exportType": {
|
|
859
|
+
"$ref": "#/definitions/ExportType",
|
|
860
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
861
|
+
"artifactType": "FlexChange",
|
|
862
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
863
|
+
},
|
|
737
864
|
"createMode": {
|
|
738
865
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
739
866
|
"type": "string",
|
|
@@ -809,6 +936,12 @@
|
|
|
809
936
|
"artifactType": "FlexChange",
|
|
810
937
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
811
938
|
},
|
|
939
|
+
"exportType": {
|
|
940
|
+
"$ref": "#/definitions/ExportType",
|
|
941
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
942
|
+
"artifactType": "FlexChange",
|
|
943
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
944
|
+
},
|
|
812
945
|
"createMode": {
|
|
813
946
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
814
947
|
"type": "string",
|
|
@@ -884,6 +1017,12 @@
|
|
|
884
1017
|
"artifactType": "FlexChange",
|
|
885
1018
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
886
1019
|
},
|
|
1020
|
+
"exportType": {
|
|
1021
|
+
"$ref": "#/definitions/ExportType",
|
|
1022
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1023
|
+
"artifactType": "FlexChange",
|
|
1024
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1025
|
+
},
|
|
887
1026
|
"createMode": {
|
|
888
1027
|
"description": "Use createMode 'inline' to enable inline creation of table entries for draft enabled applications.",
|
|
889
1028
|
"type": "string",
|
|
@@ -1059,24 +1198,74 @@
|
|
|
1059
1198
|
"type"
|
|
1060
1199
|
]
|
|
1061
1200
|
},
|
|
1062
|
-
"ObjectPageFooter<
|
|
1201
|
+
"ObjectPageFooter<ObjectPageFooterActions>": {
|
|
1063
1202
|
"description": "Footer",
|
|
1064
1203
|
"isViewNode": true,
|
|
1065
1204
|
"type": "object",
|
|
1066
1205
|
"properties": {
|
|
1067
1206
|
"actions": {
|
|
1068
|
-
"$ref": "#/definitions/
|
|
1207
|
+
"$ref": "#/definitions/ObjectPageFooterActions"
|
|
1069
1208
|
}
|
|
1070
1209
|
},
|
|
1071
1210
|
"additionalProperties": false
|
|
1072
1211
|
},
|
|
1073
|
-
"
|
|
1212
|
+
"ObjectPageFooterActions": {
|
|
1074
1213
|
"type": "object",
|
|
1075
1214
|
"additionalProperties": {
|
|
1076
|
-
"
|
|
1077
|
-
"properties": {},
|
|
1078
|
-
"additionalProperties": true
|
|
1215
|
+
"$ref": "#/definitions/ObjectPageFooterAction"
|
|
1079
1216
|
}
|
|
1217
|
+
},
|
|
1218
|
+
"ObjectPageFooterAction": {
|
|
1219
|
+
"description": "Footer Action",
|
|
1220
|
+
"isViewNode": true,
|
|
1221
|
+
"type": "object",
|
|
1222
|
+
"properties": {
|
|
1223
|
+
"visible": {
|
|
1224
|
+
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
1225
|
+
"anyOf": [
|
|
1226
|
+
{
|
|
1227
|
+
"enum": [
|
|
1228
|
+
false,
|
|
1229
|
+
true,
|
|
1230
|
+
"{ui>/editable}",
|
|
1231
|
+
"{= !${ui>/editable}}"
|
|
1232
|
+
]
|
|
1233
|
+
},
|
|
1234
|
+
{
|
|
1235
|
+
"type": "string"
|
|
1236
|
+
}
|
|
1237
|
+
],
|
|
1238
|
+
"description": "Whether the button should be visible on the screen.",
|
|
1239
|
+
"artifactType": "FlexChange",
|
|
1240
|
+
"controlType": "sap.m.Button"
|
|
1241
|
+
},
|
|
1242
|
+
"tooltip": {
|
|
1243
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
1244
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
1245
|
+
"type": "string",
|
|
1246
|
+
"artifactType": "FlexChange",
|
|
1247
|
+
"controlType": "sap.m.Button"
|
|
1248
|
+
},
|
|
1249
|
+
"icon": {
|
|
1250
|
+
"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.",
|
|
1251
|
+
"type": "string",
|
|
1252
|
+
"artifactType": "FlexChange",
|
|
1253
|
+
"controlType": "sap.m.Button"
|
|
1254
|
+
},
|
|
1255
|
+
"activeIcon": {
|
|
1256
|
+
"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.",
|
|
1257
|
+
"type": "string",
|
|
1258
|
+
"artifactType": "FlexChange",
|
|
1259
|
+
"controlType": "sap.m.Button"
|
|
1260
|
+
},
|
|
1261
|
+
"type": {
|
|
1262
|
+
"$ref": "#/definitions/ButtonType",
|
|
1263
|
+
"description": "Defines the Button type.",
|
|
1264
|
+
"artifactType": "FlexChange",
|
|
1265
|
+
"controlType": "sap.m.Button"
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
"additionalProperties": false
|
|
1080
1269
|
}
|
|
1081
1270
|
},
|
|
1082
1271
|
"$schema": "http://json-schema.org/draft-07/schema#"
|