@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
|
@@ -26,6 +26,9 @@
|
|
|
26
26
|
"chart": {
|
|
27
27
|
"$ref": "#/definitions/ChartSettings"
|
|
28
28
|
},
|
|
29
|
+
"footer": {
|
|
30
|
+
"$ref": "#/definitions/GenericFooter"
|
|
31
|
+
},
|
|
29
32
|
"keyPerformanceIndicators": {
|
|
30
33
|
"description": "Key Performance Indicators",
|
|
31
34
|
"isViewNode": true,
|
|
@@ -86,11 +89,6 @@
|
|
|
86
89
|
"type": "boolean",
|
|
87
90
|
"artifactType": "Manifest"
|
|
88
91
|
},
|
|
89
|
-
"filterDefaultsFromSelectionVariant": {
|
|
90
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
91
|
-
"type": "boolean",
|
|
92
|
-
"artifactType": "Manifest"
|
|
93
|
-
},
|
|
94
92
|
"multiSelect": {
|
|
95
93
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
96
94
|
"type": "boolean",
|
|
@@ -118,6 +116,12 @@
|
|
|
118
116
|
"artifactType": "FlexChange",
|
|
119
117
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
120
118
|
},
|
|
119
|
+
"exportType": {
|
|
120
|
+
"$ref": "#/definitions/ExportType",
|
|
121
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
122
|
+
"artifactType": "FlexChange",
|
|
123
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
124
|
+
},
|
|
121
125
|
"fitContainer": {
|
|
122
126
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
123
127
|
"type": "boolean",
|
|
@@ -176,6 +180,13 @@
|
|
|
176
180
|
],
|
|
177
181
|
"type": "string"
|
|
178
182
|
},
|
|
183
|
+
"ExportType": {
|
|
184
|
+
"enum": [
|
|
185
|
+
"GW",
|
|
186
|
+
"UI5Client"
|
|
187
|
+
],
|
|
188
|
+
"type": "string"
|
|
189
|
+
},
|
|
179
190
|
"QuickVariantSelection": {
|
|
180
191
|
"type": "object",
|
|
181
192
|
"properties": {
|
|
@@ -295,28 +306,29 @@
|
|
|
295
306
|
"isViewNode": true,
|
|
296
307
|
"type": "object",
|
|
297
308
|
"additionalProperties": {
|
|
298
|
-
"$ref": "#/definitions/
|
|
309
|
+
"$ref": "#/definitions/Action"
|
|
299
310
|
}
|
|
300
311
|
},
|
|
301
|
-
"
|
|
312
|
+
"Action": {
|
|
302
313
|
"description": "Action",
|
|
303
314
|
"isViewNode": true,
|
|
304
315
|
"type": "object",
|
|
305
316
|
"properties": {
|
|
306
317
|
"tooltip": {
|
|
307
|
-
"description": "
|
|
318
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
319
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
308
320
|
"type": "string",
|
|
309
321
|
"artifactType": "FlexChange",
|
|
310
322
|
"controlType": "sap.m.Button"
|
|
311
323
|
},
|
|
312
324
|
"icon": {
|
|
313
|
-
"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.",
|
|
325
|
+
"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.",
|
|
314
326
|
"type": "string",
|
|
315
327
|
"artifactType": "FlexChange",
|
|
316
328
|
"controlType": "sap.m.Button"
|
|
317
329
|
},
|
|
318
330
|
"activeIcon": {
|
|
319
|
-
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
331
|
+
"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.",
|
|
320
332
|
"type": "string",
|
|
321
333
|
"artifactType": "FlexChange",
|
|
322
334
|
"controlType": "sap.m.Button"
|
|
@@ -326,25 +338,6 @@
|
|
|
326
338
|
"description": "Defines the Button type.",
|
|
327
339
|
"artifactType": "FlexChange",
|
|
328
340
|
"controlType": "sap.m.Button"
|
|
329
|
-
},
|
|
330
|
-
"visible": {
|
|
331
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
332
|
-
"anyOf": [
|
|
333
|
-
{
|
|
334
|
-
"enum": [
|
|
335
|
-
false,
|
|
336
|
-
true,
|
|
337
|
-
"{ui>/editable}",
|
|
338
|
-
"{= !${ui>/editable}}"
|
|
339
|
-
]
|
|
340
|
-
},
|
|
341
|
-
{
|
|
342
|
-
"type": "string"
|
|
343
|
-
}
|
|
344
|
-
],
|
|
345
|
-
"description": "Whether the button should be visible on the screen.",
|
|
346
|
-
"artifactType": "FlexChange",
|
|
347
|
-
"controlType": "sap.m.Button"
|
|
348
341
|
}
|
|
349
342
|
},
|
|
350
343
|
"additionalProperties": false
|
|
@@ -370,6 +363,9 @@
|
|
|
370
363
|
{
|
|
371
364
|
"$ref": "#/definitions/TableColumn"
|
|
372
365
|
},
|
|
366
|
+
{
|
|
367
|
+
"$ref": "#/definitions/TableColumnAction"
|
|
368
|
+
},
|
|
373
369
|
{
|
|
374
370
|
"description": "Custom Columns",
|
|
375
371
|
"isViewNode": true,
|
|
@@ -420,6 +416,59 @@
|
|
|
420
416
|
],
|
|
421
417
|
"type": "string"
|
|
422
418
|
},
|
|
419
|
+
"TableColumnAction": {
|
|
420
|
+
"description": "Column Action",
|
|
421
|
+
"isViewNode": true,
|
|
422
|
+
"type": "object",
|
|
423
|
+
"properties": {
|
|
424
|
+
"tooltip": {
|
|
425
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
426
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
427
|
+
"type": "string",
|
|
428
|
+
"artifactType": "FlexChange",
|
|
429
|
+
"controlType": "sap.m.Button"
|
|
430
|
+
},
|
|
431
|
+
"icon": {
|
|
432
|
+
"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.",
|
|
433
|
+
"type": "string",
|
|
434
|
+
"artifactType": "FlexChange",
|
|
435
|
+
"controlType": "sap.m.Button"
|
|
436
|
+
},
|
|
437
|
+
"activeIcon": {
|
|
438
|
+
"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.",
|
|
439
|
+
"type": "string",
|
|
440
|
+
"artifactType": "FlexChange",
|
|
441
|
+
"controlType": "sap.m.Button"
|
|
442
|
+
},
|
|
443
|
+
"type": {
|
|
444
|
+
"$ref": "#/definitions/ButtonType",
|
|
445
|
+
"description": "Defines the Button type.",
|
|
446
|
+
"artifactType": "FlexChange",
|
|
447
|
+
"controlType": "sap.m.Button"
|
|
448
|
+
},
|
|
449
|
+
"width": {
|
|
450
|
+
"description": "The width property defines the width of the column.",
|
|
451
|
+
"type": "string",
|
|
452
|
+
"artifactType": "FlexChange",
|
|
453
|
+
"controlType": "sap.m.Column"
|
|
454
|
+
},
|
|
455
|
+
"hAlign": {
|
|
456
|
+
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
457
|
+
"anyOf": [
|
|
458
|
+
{
|
|
459
|
+
"$ref": "#/definitions/HAlign"
|
|
460
|
+
},
|
|
461
|
+
{
|
|
462
|
+
"type": "string"
|
|
463
|
+
}
|
|
464
|
+
],
|
|
465
|
+
"description": "The hAlign property defines the horizontal alignment of the column content.",
|
|
466
|
+
"artifactType": "FlexChange",
|
|
467
|
+
"controlType": "sap.m.Column"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"additionalProperties": false
|
|
471
|
+
},
|
|
423
472
|
"TableCustomColumn": {
|
|
424
473
|
"description": "Custom Column",
|
|
425
474
|
"isViewNode": true,
|
|
@@ -430,7 +479,7 @@
|
|
|
430
479
|
"type": "string"
|
|
431
480
|
},
|
|
432
481
|
"text": {
|
|
433
|
-
"description": "The label of the custom column,
|
|
482
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
434
483
|
"i18nClassification": "COL: Custom column header text",
|
|
435
484
|
"type": "string"
|
|
436
485
|
},
|
|
@@ -527,11 +576,6 @@
|
|
|
527
576
|
"type": "boolean",
|
|
528
577
|
"artifactType": "Manifest"
|
|
529
578
|
},
|
|
530
|
-
"filterDefaultsFromSelectionVariant": {
|
|
531
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
532
|
-
"type": "boolean",
|
|
533
|
-
"artifactType": "Manifest"
|
|
534
|
-
},
|
|
535
579
|
"multiSelect": {
|
|
536
580
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
537
581
|
"type": "boolean",
|
|
@@ -559,6 +603,12 @@
|
|
|
559
603
|
"artifactType": "FlexChange",
|
|
560
604
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
561
605
|
},
|
|
606
|
+
"exportType": {
|
|
607
|
+
"$ref": "#/definitions/ExportType",
|
|
608
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
609
|
+
"artifactType": "FlexChange",
|
|
610
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
611
|
+
},
|
|
562
612
|
"fitContainer": {
|
|
563
613
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
564
614
|
"type": "boolean",
|
|
@@ -642,11 +692,6 @@
|
|
|
642
692
|
"type": "boolean",
|
|
643
693
|
"artifactType": "Manifest"
|
|
644
694
|
},
|
|
645
|
-
"filterDefaultsFromSelectionVariant": {
|
|
646
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
647
|
-
"type": "boolean",
|
|
648
|
-
"artifactType": "Manifest"
|
|
649
|
-
},
|
|
650
695
|
"multiSelect": {
|
|
651
696
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
652
697
|
"type": "boolean",
|
|
@@ -674,6 +719,12 @@
|
|
|
674
719
|
"artifactType": "FlexChange",
|
|
675
720
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
676
721
|
},
|
|
722
|
+
"exportType": {
|
|
723
|
+
"$ref": "#/definitions/ExportType",
|
|
724
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
725
|
+
"artifactType": "FlexChange",
|
|
726
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
727
|
+
},
|
|
677
728
|
"fitContainer": {
|
|
678
729
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
679
730
|
"type": "boolean",
|
|
@@ -727,6 +778,11 @@
|
|
|
727
778
|
"type": "boolean",
|
|
728
779
|
"artifactType": "Manifest"
|
|
729
780
|
},
|
|
781
|
+
"filterDefaultsFromSelectionVariant": {
|
|
782
|
+
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
783
|
+
"type": "boolean",
|
|
784
|
+
"artifactType": "Manifest"
|
|
785
|
+
},
|
|
730
786
|
"smartVariantManagement": {
|
|
731
787
|
"description": "Controls whether smart variant management is active. Default is true.",
|
|
732
788
|
"type": "boolean",
|
|
@@ -837,6 +893,17 @@
|
|
|
837
893
|
},
|
|
838
894
|
"additionalProperties": false
|
|
839
895
|
},
|
|
896
|
+
"GenericFooter": {
|
|
897
|
+
"description": "Footer",
|
|
898
|
+
"isViewNode": true,
|
|
899
|
+
"type": "object",
|
|
900
|
+
"properties": {
|
|
901
|
+
"actions": {
|
|
902
|
+
"$ref": "#/definitions/Actions"
|
|
903
|
+
}
|
|
904
|
+
},
|
|
905
|
+
"additionalProperties": false
|
|
906
|
+
},
|
|
840
907
|
"KPISettings": {
|
|
841
908
|
"description": "KPI Settings",
|
|
842
909
|
"isViewNode": true,
|
|
@@ -24,7 +24,10 @@
|
|
|
24
24
|
]
|
|
25
25
|
},
|
|
26
26
|
"filterBar": {
|
|
27
|
-
"$ref": "#/definitions/
|
|
27
|
+
"$ref": "#/definitions/ListReportFilterBar"
|
|
28
|
+
},
|
|
29
|
+
"footer": {
|
|
30
|
+
"$ref": "#/definitions/GenericFooter"
|
|
28
31
|
},
|
|
29
32
|
"$schema": {
|
|
30
33
|
"type": "string"
|
|
@@ -107,6 +110,12 @@
|
|
|
107
110
|
"artifactType": "FlexChange",
|
|
108
111
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
109
112
|
},
|
|
113
|
+
"exportType": {
|
|
114
|
+
"$ref": "#/definitions/ExportType",
|
|
115
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
116
|
+
"artifactType": "FlexChange",
|
|
117
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
118
|
+
},
|
|
110
119
|
"fitContainer": {
|
|
111
120
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
112
121
|
"type": "boolean",
|
|
@@ -175,6 +184,13 @@
|
|
|
175
184
|
"strategy"
|
|
176
185
|
]
|
|
177
186
|
},
|
|
187
|
+
"ExportType": {
|
|
188
|
+
"enum": [
|
|
189
|
+
"GW",
|
|
190
|
+
"UI5Client"
|
|
191
|
+
],
|
|
192
|
+
"type": "string"
|
|
193
|
+
},
|
|
178
194
|
"QuickVariantSelection": {
|
|
179
195
|
"type": "object",
|
|
180
196
|
"properties": {
|
|
@@ -294,28 +310,29 @@
|
|
|
294
310
|
"isViewNode": true,
|
|
295
311
|
"type": "object",
|
|
296
312
|
"additionalProperties": {
|
|
297
|
-
"$ref": "#/definitions/
|
|
313
|
+
"$ref": "#/definitions/Action"
|
|
298
314
|
}
|
|
299
315
|
},
|
|
300
|
-
"
|
|
316
|
+
"Action": {
|
|
301
317
|
"description": "Action",
|
|
302
318
|
"isViewNode": true,
|
|
303
319
|
"type": "object",
|
|
304
320
|
"properties": {
|
|
305
321
|
"tooltip": {
|
|
306
|
-
"description": "
|
|
322
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
323
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
307
324
|
"type": "string",
|
|
308
325
|
"artifactType": "FlexChange",
|
|
309
326
|
"controlType": "sap.m.Button"
|
|
310
327
|
},
|
|
311
328
|
"icon": {
|
|
312
|
-
"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.",
|
|
329
|
+
"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.",
|
|
313
330
|
"type": "string",
|
|
314
331
|
"artifactType": "FlexChange",
|
|
315
332
|
"controlType": "sap.m.Button"
|
|
316
333
|
},
|
|
317
334
|
"activeIcon": {
|
|
318
|
-
"description": "Alternative icon for the active (depressed) state of the button, represented as RFC 3986 conformant URI.",
|
|
335
|
+
"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.",
|
|
319
336
|
"type": "string",
|
|
320
337
|
"artifactType": "FlexChange",
|
|
321
338
|
"controlType": "sap.m.Button"
|
|
@@ -325,25 +342,6 @@
|
|
|
325
342
|
"description": "Defines the Button type.",
|
|
326
343
|
"artifactType": "FlexChange",
|
|
327
344
|
"controlType": "sap.m.Button"
|
|
328
|
-
},
|
|
329
|
-
"visible": {
|
|
330
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
331
|
-
"anyOf": [
|
|
332
|
-
{
|
|
333
|
-
"enum": [
|
|
334
|
-
false,
|
|
335
|
-
true,
|
|
336
|
-
"{ui>/editable}",
|
|
337
|
-
"{= !${ui>/editable}}"
|
|
338
|
-
]
|
|
339
|
-
},
|
|
340
|
-
{
|
|
341
|
-
"type": "string"
|
|
342
|
-
}
|
|
343
|
-
],
|
|
344
|
-
"description": "Whether the button should be visible on the screen.",
|
|
345
|
-
"artifactType": "FlexChange",
|
|
346
|
-
"controlType": "sap.m.Button"
|
|
347
345
|
}
|
|
348
346
|
},
|
|
349
347
|
"additionalProperties": false
|
|
@@ -369,6 +367,9 @@
|
|
|
369
367
|
{
|
|
370
368
|
"$ref": "#/definitions/TableColumn"
|
|
371
369
|
},
|
|
370
|
+
{
|
|
371
|
+
"$ref": "#/definitions/TableColumnAction"
|
|
372
|
+
},
|
|
372
373
|
{
|
|
373
374
|
"description": "Custom Columns",
|
|
374
375
|
"isViewNode": true,
|
|
@@ -419,6 +420,59 @@
|
|
|
419
420
|
],
|
|
420
421
|
"type": "string"
|
|
421
422
|
},
|
|
423
|
+
"TableColumnAction": {
|
|
424
|
+
"description": "Column Action",
|
|
425
|
+
"isViewNode": true,
|
|
426
|
+
"type": "object",
|
|
427
|
+
"properties": {
|
|
428
|
+
"tooltip": {
|
|
429
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
430
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
431
|
+
"type": "string",
|
|
432
|
+
"artifactType": "FlexChange",
|
|
433
|
+
"controlType": "sap.m.Button"
|
|
434
|
+
},
|
|
435
|
+
"icon": {
|
|
436
|
+
"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.",
|
|
437
|
+
"type": "string",
|
|
438
|
+
"artifactType": "FlexChange",
|
|
439
|
+
"controlType": "sap.m.Button"
|
|
440
|
+
},
|
|
441
|
+
"activeIcon": {
|
|
442
|
+
"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.",
|
|
443
|
+
"type": "string",
|
|
444
|
+
"artifactType": "FlexChange",
|
|
445
|
+
"controlType": "sap.m.Button"
|
|
446
|
+
},
|
|
447
|
+
"type": {
|
|
448
|
+
"$ref": "#/definitions/ButtonType",
|
|
449
|
+
"description": "Defines the Button type.",
|
|
450
|
+
"artifactType": "FlexChange",
|
|
451
|
+
"controlType": "sap.m.Button"
|
|
452
|
+
},
|
|
453
|
+
"width": {
|
|
454
|
+
"description": "The width property defines the width of the column.",
|
|
455
|
+
"type": "string",
|
|
456
|
+
"artifactType": "FlexChange",
|
|
457
|
+
"controlType": "sap.m.Column"
|
|
458
|
+
},
|
|
459
|
+
"hAlign": {
|
|
460
|
+
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
461
|
+
"anyOf": [
|
|
462
|
+
{
|
|
463
|
+
"$ref": "#/definitions/HAlign"
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
"type": "string"
|
|
467
|
+
}
|
|
468
|
+
],
|
|
469
|
+
"description": "The hAlign property defines the horizontal alignment of the column content.",
|
|
470
|
+
"artifactType": "FlexChange",
|
|
471
|
+
"controlType": "sap.m.Column"
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
"additionalProperties": false
|
|
475
|
+
},
|
|
422
476
|
"TableCustomColumn": {
|
|
423
477
|
"description": "Custom Column",
|
|
424
478
|
"isViewNode": true,
|
|
@@ -429,7 +483,7 @@
|
|
|
429
483
|
"type": "string"
|
|
430
484
|
},
|
|
431
485
|
"text": {
|
|
432
|
-
"description": "The label of the custom column,
|
|
486
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
433
487
|
"i18nClassification": "COL: Custom column header text",
|
|
434
488
|
"type": "string"
|
|
435
489
|
},
|
|
@@ -532,6 +586,12 @@
|
|
|
532
586
|
"artifactType": "FlexChange",
|
|
533
587
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
534
588
|
},
|
|
589
|
+
"exportType": {
|
|
590
|
+
"$ref": "#/definitions/ExportType",
|
|
591
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
592
|
+
"artifactType": "FlexChange",
|
|
593
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
594
|
+
},
|
|
535
595
|
"fitContainer": {
|
|
536
596
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
537
597
|
"type": "boolean",
|
|
@@ -610,11 +670,6 @@
|
|
|
610
670
|
"type": "string",
|
|
611
671
|
"artifactType": "Manifest"
|
|
612
672
|
},
|
|
613
|
-
"filterDefaultsFromSelectionVariant": {
|
|
614
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
615
|
-
"type": "boolean",
|
|
616
|
-
"artifactType": "Manifest"
|
|
617
|
-
},
|
|
618
673
|
"createWithFilters": {
|
|
619
674
|
"$ref": "#/definitions/CreateWithFilters",
|
|
620
675
|
"description": "createWithFilters adds a new create action that uses the filter settings as input.",
|
|
@@ -652,6 +707,12 @@
|
|
|
652
707
|
"artifactType": "FlexChange",
|
|
653
708
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
654
709
|
},
|
|
710
|
+
"exportType": {
|
|
711
|
+
"$ref": "#/definitions/ExportType",
|
|
712
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
713
|
+
"artifactType": "FlexChange",
|
|
714
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
715
|
+
},
|
|
655
716
|
"fitContainer": {
|
|
656
717
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
657
718
|
"type": "boolean",
|
|
@@ -761,6 +822,12 @@
|
|
|
761
822
|
"artifactType": "FlexChange",
|
|
762
823
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
763
824
|
},
|
|
825
|
+
"exportType": {
|
|
826
|
+
"$ref": "#/definitions/ExportType",
|
|
827
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
828
|
+
"artifactType": "FlexChange",
|
|
829
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
830
|
+
},
|
|
764
831
|
"fitContainer": {
|
|
765
832
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
766
833
|
"type": "boolean",
|
|
@@ -804,7 +871,7 @@
|
|
|
804
871
|
},
|
|
805
872
|
"additionalProperties": false
|
|
806
873
|
},
|
|
807
|
-
"
|
|
874
|
+
"ListReportFilterBar": {
|
|
808
875
|
"description": "Filter Bar",
|
|
809
876
|
"isViewNode": true,
|
|
810
877
|
"type": "object",
|
|
@@ -851,6 +918,17 @@
|
|
|
851
918
|
}
|
|
852
919
|
},
|
|
853
920
|
"additionalProperties": false
|
|
921
|
+
},
|
|
922
|
+
"GenericFooter": {
|
|
923
|
+
"description": "Footer",
|
|
924
|
+
"isViewNode": true,
|
|
925
|
+
"type": "object",
|
|
926
|
+
"properties": {
|
|
927
|
+
"actions": {
|
|
928
|
+
"$ref": "#/definitions/Actions"
|
|
929
|
+
}
|
|
930
|
+
},
|
|
931
|
+
"additionalProperties": false
|
|
854
932
|
}
|
|
855
933
|
},
|
|
856
934
|
"$schema": "http://json-schema.org/draft-07/schema#"
|