@sap/ux-specification 1.90.14 → 1.90.18
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 +98 -12
- 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 +42 -42
- package/dist/schemas/v2/ListReportConfig.json +59 -37
- package/dist/schemas/v2/ObjectPageConfig.json +200 -58
- package/dist/schemas/v2/OverviewPageConfig.json +258 -196
- package/dist/schemas/v4/AnalyticalListPageConfig.json +21 -2
- package/dist/schemas/v4/ListReportConfig.json +21 -2
- package/dist/schemas/v4/ObjectPageConfig.json +0 -20
- 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 +11 -2
- package/dist/scripts/to-json-schema.js.map +1 -1
- package/dist/specification/v2/index-min.js +1 -1
- package/dist/src/specification/v2/controls/Action.d.ts +54 -0
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.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 +16 -6
- package/dist/src/specification/v2/controls/ObjectPageFooter.d.ts +2 -2
- package/dist/src/specification/v2/controls/{ObjectPageHeaderAction.d.ts → ObjectPageFooterAction.d.ts} +8 -7
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js +3 -0
- package/dist/src/specification/v2/controls/ObjectPageFooterAction.js.map +1 -0
- package/dist/src/specification/v2/controls/ObjectPageForm.d.ts +1 -2
- package/dist/src/specification/v2/controls/ObjectPageHeader.d.ts +3 -6
- package/dist/src/specification/v2/controls/ObjectPageHeader.js +0 -5
- package/dist/src/specification/v2/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/specification/v2/controls/ObjectPageTable.d.ts +7 -2
- package/dist/src/specification/v2/controls/ObjectPageToolBar.d.ts +1 -5
- package/dist/src/specification/v2/controls/Table.d.ts +8 -24
- package/dist/src/specification/v2/controls/Table.js +0 -15
- package/dist/src/specification/v2/controls/Table.js.map +1 -1
- package/dist/src/specification/v2/controls/ToolBar.d.ts +2 -2
- package/dist/src/specification/v2/controls/index.d.ts +8 -9
- package/dist/src/specification/v2/controls/index.js +2 -4
- package/dist/src/specification/v2/controls/index.js.map +1 -1
- package/dist/src/specification/v2/pages/ListReportConfig.d.ts +2 -2
- package/dist/src/specification/v4/controls/ObjectPageTable.d.ts +2 -2
- package/dist/src/specification/v4/controls/Table.d.ts +3 -2
- package/dist/src/specification/v4/webapp/manifest/ManifestSettings.d.ts +8 -19
- 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/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.js +22 -17
- package/dist/src/sync/common/generate/objectPage.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts +66 -0
- package/dist/src/sync/common/generate/utils.js +205 -0
- package/dist/src/sync/common/generate/utils.js.map +1 -0
- package/dist/src/sync/common/importProject.js +8 -8
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts +3 -30
- package/dist/src/sync/common/utils.js +15 -113
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Action.d.ts +14 -0
- package/dist/src/sync/v2/export/controls/Action.js +74 -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 +34 -11
- package/dist/src/sync/v2/export/controls/FilterBar.js.map +1 -1
- package/dist/src/sync/v2/export/controls/FormAction.d.ts +8 -7
- package/dist/src/sync/v2/export/controls/FormAction.js +15 -53
- package/dist/src/sync/v2/export/controls/FormAction.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Fragment.js +5 -4
- 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/ObjectPageHeader.d.ts +3 -2
- package/dist/src/sync/v2/export/controls/ObjectPageHeader.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageHeaderAction.d.ts +5 -4
- 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/ObjectPageTable.d.ts +5 -2
- 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 +59 -0
- package/dist/src/sync/v2/export/controls/ObjectPageToolBarAction.js.map +1 -0
- package/dist/src/sync/v2/export/controls/Table.d.ts +6 -5
- 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 +3 -2
- 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 +1 -1
- 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/pages/ListReport.d.ts +2 -2
- package/dist/src/sync/v2/export/pages/ListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +6 -3
- 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 +18 -3
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts +0 -1
- package/dist/src/sync/v2/generate/objectPage.js +204 -122
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +3 -3
- package/dist/src/sync/v2/generate/utils.js +22 -14
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/common/index.d.ts +8 -1
- package/dist/src/sync/v2/import/common/index.js +107 -43
- package/dist/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +33 -2
- 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 +305 -240
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/utils.d.ts +1 -1
- package/dist/src/sync/v2/import/utils.js +2 -2
- package/dist/src/sync/v2/import/utils.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +21 -2
- package/dist/src/sync/v2/types.js +7 -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 +3 -2
- package/dist/src/sync/v4/export/controls/ObjectPageTableColumn.js +3 -10
- 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 -1
- package/dist/src/sync/v4/export/controls/TableColumn.js +5 -2
- package/dist/src/sync/v4/export/controls/TableColumn.js.map +1 -1
- package/dist/src/sync/v4/export/export.js +21 -14
- package/dist/src/sync/v4/export/export.js.map +1 -1
- package/dist/src/sync/v4/export/types.d.ts +1 -0
- package/dist/src/sync/v4/generate/listReport.d.ts +2 -1
- package/dist/src/sync/v4/generate/listReport.js +47 -1
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +100 -50
- 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/listReport.d.ts +1 -3
- package/dist/src/sync/v4/import/pages/listReport.js +27 -17
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +10 -12
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v4/utils/utils.d.ts +1 -8
- package/dist/src/sync/v4/utils/utils.js +31 -53
- package/dist/src/sync/v4/utils/utils.js.map +1 -1
- package/package.json +19 -17
- package/dist/src/specification/v2/controls/FormAction.d.ts +0 -43
- package/dist/src/specification/v2/controls/FormAction.js +0 -20
- package/dist/src/specification/v2/controls/FormAction.js.map +0 -1
- package/dist/src/specification/v2/controls/ObjectPageHeaderAction.js.map +0 -1
|
@@ -86,11 +86,6 @@
|
|
|
86
86
|
"type": "boolean",
|
|
87
87
|
"artifactType": "Manifest"
|
|
88
88
|
},
|
|
89
|
-
"filterDefaultsFromSelectionVariant": {
|
|
90
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
91
|
-
"type": "boolean",
|
|
92
|
-
"artifactType": "Manifest"
|
|
93
|
-
},
|
|
94
89
|
"allFiltersAsInParameters": {
|
|
95
90
|
"description": "All filter fields will be set as in parameter",
|
|
96
91
|
"type": "boolean",
|
|
@@ -128,6 +123,12 @@
|
|
|
128
123
|
"artifactType": "FlexChange",
|
|
129
124
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
130
125
|
},
|
|
126
|
+
"exportType": {
|
|
127
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
128
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
129
|
+
"artifactType": "FlexChange",
|
|
130
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
131
|
+
},
|
|
131
132
|
"fitContainer": {
|
|
132
133
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
133
134
|
"type": "boolean",
|
|
@@ -217,6 +218,14 @@
|
|
|
217
218
|
"path"
|
|
218
219
|
]
|
|
219
220
|
},
|
|
221
|
+
"sap.ui.comp.smarttable.ExportType": {
|
|
222
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
223
|
+
"enum": [
|
|
224
|
+
"GW",
|
|
225
|
+
"UI5Client"
|
|
226
|
+
],
|
|
227
|
+
"type": "string"
|
|
228
|
+
},
|
|
220
229
|
"QuickVariantSelection": {
|
|
221
230
|
"type": "object",
|
|
222
231
|
"properties": {
|
|
@@ -384,16 +393,17 @@
|
|
|
384
393
|
"isViewNode": true,
|
|
385
394
|
"type": "object",
|
|
386
395
|
"additionalProperties": {
|
|
387
|
-
"$ref": "#/definitions/
|
|
396
|
+
"$ref": "#/definitions/Action"
|
|
388
397
|
}
|
|
389
398
|
},
|
|
390
|
-
"
|
|
399
|
+
"Action": {
|
|
391
400
|
"description": "Action",
|
|
392
401
|
"isViewNode": true,
|
|
393
402
|
"type": "object",
|
|
394
403
|
"properties": {
|
|
395
404
|
"tooltip": {
|
|
396
|
-
"description": "
|
|
405
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
406
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
397
407
|
"type": "string",
|
|
398
408
|
"artifactType": "FlexChange",
|
|
399
409
|
"controlType": "sap.m.Button"
|
|
@@ -411,34 +421,16 @@
|
|
|
411
421
|
"controlType": "sap.m.Button"
|
|
412
422
|
},
|
|
413
423
|
"type": {
|
|
414
|
-
"$ref": "#/definitions/ButtonType",
|
|
424
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
415
425
|
"description": "Defines the Button type.",
|
|
416
426
|
"artifactType": "FlexChange",
|
|
417
427
|
"controlType": "sap.m.Button"
|
|
418
|
-
},
|
|
419
|
-
"visible": {
|
|
420
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
421
|
-
"anyOf": [
|
|
422
|
-
{
|
|
423
|
-
"enum": [
|
|
424
|
-
false,
|
|
425
|
-
true,
|
|
426
|
-
"{ui>/editable}",
|
|
427
|
-
"{= !${ui>/editable}}"
|
|
428
|
-
]
|
|
429
|
-
},
|
|
430
|
-
{
|
|
431
|
-
"type": "string"
|
|
432
|
-
}
|
|
433
|
-
],
|
|
434
|
-
"description": "Whether the button should be visible on the screen.",
|
|
435
|
-
"artifactType": "FlexChange",
|
|
436
|
-
"controlType": "sap.m.Button"
|
|
437
428
|
}
|
|
438
429
|
},
|
|
439
430
|
"additionalProperties": false
|
|
440
431
|
},
|
|
441
|
-
"ButtonType": {
|
|
432
|
+
"sap.m.ButtonType": {
|
|
433
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
442
434
|
"enum": [
|
|
443
435
|
"Accept",
|
|
444
436
|
"Attention",
|
|
@@ -490,7 +482,7 @@
|
|
|
490
482
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
491
483
|
"anyOf": [
|
|
492
484
|
{
|
|
493
|
-
"$ref": "#/definitions/
|
|
485
|
+
"$ref": "#/definitions/sap.ui.core.TextAlign"
|
|
494
486
|
},
|
|
495
487
|
{
|
|
496
488
|
"type": "string"
|
|
@@ -503,7 +495,8 @@
|
|
|
503
495
|
},
|
|
504
496
|
"additionalProperties": false
|
|
505
497
|
},
|
|
506
|
-
"
|
|
498
|
+
"sap.ui.core.TextAlign": {
|
|
499
|
+
"description": "Configuration options for text alignments.",
|
|
507
500
|
"enum": [
|
|
508
501
|
"Begin",
|
|
509
502
|
"Center",
|
|
@@ -524,7 +517,7 @@
|
|
|
524
517
|
"type": "string"
|
|
525
518
|
},
|
|
526
519
|
"text": {
|
|
527
|
-
"description": "The label of the custom column,
|
|
520
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
528
521
|
"i18nClassification": "COL: Custom column header text",
|
|
529
522
|
"type": "string"
|
|
530
523
|
},
|
|
@@ -621,11 +614,6 @@
|
|
|
621
614
|
"type": "boolean",
|
|
622
615
|
"artifactType": "Manifest"
|
|
623
616
|
},
|
|
624
|
-
"filterDefaultsFromSelectionVariant": {
|
|
625
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
626
|
-
"type": "boolean",
|
|
627
|
-
"artifactType": "Manifest"
|
|
628
|
-
},
|
|
629
617
|
"allFiltersAsInParameters": {
|
|
630
618
|
"description": "All filter fields will be set as in parameter",
|
|
631
619
|
"type": "boolean",
|
|
@@ -663,6 +651,12 @@
|
|
|
663
651
|
"artifactType": "FlexChange",
|
|
664
652
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
665
653
|
},
|
|
654
|
+
"exportType": {
|
|
655
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
656
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
657
|
+
"artifactType": "FlexChange",
|
|
658
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
659
|
+
},
|
|
666
660
|
"fitContainer": {
|
|
667
661
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
668
662
|
"type": "boolean",
|
|
@@ -745,11 +739,6 @@
|
|
|
745
739
|
"type": "boolean",
|
|
746
740
|
"artifactType": "Manifest"
|
|
747
741
|
},
|
|
748
|
-
"filterDefaultsFromSelectionVariant": {
|
|
749
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
750
|
-
"type": "boolean",
|
|
751
|
-
"artifactType": "Manifest"
|
|
752
|
-
},
|
|
753
742
|
"allFiltersAsInParameters": {
|
|
754
743
|
"description": "All filter fields will be set as in parameter",
|
|
755
744
|
"type": "boolean",
|
|
@@ -787,6 +776,12 @@
|
|
|
787
776
|
"artifactType": "FlexChange",
|
|
788
777
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
789
778
|
},
|
|
779
|
+
"exportType": {
|
|
780
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
781
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
782
|
+
"artifactType": "FlexChange",
|
|
783
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
784
|
+
},
|
|
790
785
|
"fitContainer": {
|
|
791
786
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
792
787
|
"type": "boolean",
|
|
@@ -839,6 +834,11 @@
|
|
|
839
834
|
"type": "boolean",
|
|
840
835
|
"artifactType": "Manifest"
|
|
841
836
|
},
|
|
837
|
+
"filterDefaultsFromSelectionVariant": {
|
|
838
|
+
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
839
|
+
"type": "boolean",
|
|
840
|
+
"artifactType": "Manifest"
|
|
841
|
+
},
|
|
842
842
|
"smartVariantManagement": {
|
|
843
843
|
"description": "Controls whether smart variant management is active. Default is true.",
|
|
844
844
|
"type": "boolean",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"filterBar": {
|
|
30
|
-
"$ref": "#/definitions/
|
|
30
|
+
"$ref": "#/definitions/ListReportFilterBar"
|
|
31
31
|
},
|
|
32
32
|
"$schema": {
|
|
33
33
|
"type": "string"
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
65
65
|
"anyOf": [
|
|
66
66
|
{
|
|
67
|
-
"$ref": "#/definitions/PopinLayout"
|
|
67
|
+
"$ref": "#/definitions/sap.m.PopinLayout"
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
70
|
"type": "string"
|
|
@@ -117,6 +117,12 @@
|
|
|
117
117
|
"artifactType": "FlexChange",
|
|
118
118
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
119
119
|
},
|
|
120
|
+
"exportType": {
|
|
121
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
122
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
123
|
+
"artifactType": "FlexChange",
|
|
124
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
125
|
+
},
|
|
120
126
|
"fitContainer": {
|
|
121
127
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
122
128
|
"type": "boolean",
|
|
@@ -159,7 +165,7 @@
|
|
|
159
165
|
},
|
|
160
166
|
"additionalProperties": false
|
|
161
167
|
},
|
|
162
|
-
"PopinLayout": {
|
|
168
|
+
"sap.m.PopinLayout": {
|
|
163
169
|
"enum": [
|
|
164
170
|
"Block",
|
|
165
171
|
"GridLarge",
|
|
@@ -216,6 +222,14 @@
|
|
|
216
222
|
"path"
|
|
217
223
|
]
|
|
218
224
|
},
|
|
225
|
+
"sap.ui.comp.smarttable.ExportType": {
|
|
226
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
227
|
+
"enum": [
|
|
228
|
+
"GW",
|
|
229
|
+
"UI5Client"
|
|
230
|
+
],
|
|
231
|
+
"type": "string"
|
|
232
|
+
},
|
|
219
233
|
"QuickVariantSelection": {
|
|
220
234
|
"type": "object",
|
|
221
235
|
"properties": {
|
|
@@ -383,16 +397,17 @@
|
|
|
383
397
|
"isViewNode": true,
|
|
384
398
|
"type": "object",
|
|
385
399
|
"additionalProperties": {
|
|
386
|
-
"$ref": "#/definitions/
|
|
400
|
+
"$ref": "#/definitions/Action"
|
|
387
401
|
}
|
|
388
402
|
},
|
|
389
|
-
"
|
|
403
|
+
"Action": {
|
|
390
404
|
"description": "Action",
|
|
391
405
|
"isViewNode": true,
|
|
392
406
|
"type": "object",
|
|
393
407
|
"properties": {
|
|
394
408
|
"tooltip": {
|
|
395
|
-
"description": "
|
|
409
|
+
"description": "The text of the button tooltip, preferably as an i18n key.",
|
|
410
|
+
"i18nClassification": "ACT: Text for tooltip of button.",
|
|
396
411
|
"type": "string",
|
|
397
412
|
"artifactType": "FlexChange",
|
|
398
413
|
"controlType": "sap.m.Button"
|
|
@@ -410,34 +425,16 @@
|
|
|
410
425
|
"controlType": "sap.m.Button"
|
|
411
426
|
},
|
|
412
427
|
"type": {
|
|
413
|
-
"$ref": "#/definitions/ButtonType",
|
|
428
|
+
"$ref": "#/definitions/sap.m.ButtonType",
|
|
414
429
|
"description": "Defines the Button type.",
|
|
415
430
|
"artifactType": "FlexChange",
|
|
416
431
|
"controlType": "sap.m.Button"
|
|
417
|
-
},
|
|
418
|
-
"visible": {
|
|
419
|
-
"pattern": "^(false|true)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
420
|
-
"anyOf": [
|
|
421
|
-
{
|
|
422
|
-
"enum": [
|
|
423
|
-
false,
|
|
424
|
-
true,
|
|
425
|
-
"{ui>/editable}",
|
|
426
|
-
"{= !${ui>/editable}}"
|
|
427
|
-
]
|
|
428
|
-
},
|
|
429
|
-
{
|
|
430
|
-
"type": "string"
|
|
431
|
-
}
|
|
432
|
-
],
|
|
433
|
-
"description": "Whether the button should be visible on the screen.",
|
|
434
|
-
"artifactType": "FlexChange",
|
|
435
|
-
"controlType": "sap.m.Button"
|
|
436
432
|
}
|
|
437
433
|
},
|
|
438
434
|
"additionalProperties": false
|
|
439
435
|
},
|
|
440
|
-
"ButtonType": {
|
|
436
|
+
"sap.m.ButtonType": {
|
|
437
|
+
"description": "Different predefined button types for the {@link sap.m.Button sap.m.Button}.",
|
|
441
438
|
"enum": [
|
|
442
439
|
"Accept",
|
|
443
440
|
"Attention",
|
|
@@ -489,7 +486,7 @@
|
|
|
489
486
|
"pattern": "^(Begin|Center|End|Initial|Left|Right)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
490
487
|
"anyOf": [
|
|
491
488
|
{
|
|
492
|
-
"$ref": "#/definitions/
|
|
489
|
+
"$ref": "#/definitions/sap.ui.core.TextAlign"
|
|
493
490
|
},
|
|
494
491
|
{
|
|
495
492
|
"type": "string"
|
|
@@ -502,7 +499,8 @@
|
|
|
502
499
|
},
|
|
503
500
|
"additionalProperties": false
|
|
504
501
|
},
|
|
505
|
-
"
|
|
502
|
+
"sap.ui.core.TextAlign": {
|
|
503
|
+
"description": "Configuration options for text alignments.",
|
|
506
504
|
"enum": [
|
|
507
505
|
"Begin",
|
|
508
506
|
"Center",
|
|
@@ -523,7 +521,7 @@
|
|
|
523
521
|
"type": "string"
|
|
524
522
|
},
|
|
525
523
|
"text": {
|
|
526
|
-
"description": "The label of the custom column,
|
|
524
|
+
"description": "The label of the custom column, preferably as an i18n key.",
|
|
527
525
|
"i18nClassification": "COL: Custom column header text",
|
|
528
526
|
"type": "string"
|
|
529
527
|
},
|
|
@@ -609,7 +607,7 @@
|
|
|
609
607
|
"pattern": "^(Block|GridLarge|GridSmall)$|^{[A-Za-z0-9{}&$!@#? _|,<>'()[\\]\\/:=.]+}$",
|
|
610
608
|
"anyOf": [
|
|
611
609
|
{
|
|
612
|
-
"$ref": "#/definitions/PopinLayout"
|
|
610
|
+
"$ref": "#/definitions/sap.m.PopinLayout"
|
|
613
611
|
},
|
|
614
612
|
{
|
|
615
613
|
"type": "string"
|
|
@@ -662,6 +660,12 @@
|
|
|
662
660
|
"artifactType": "FlexChange",
|
|
663
661
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
664
662
|
},
|
|
663
|
+
"exportType": {
|
|
664
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
665
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
666
|
+
"artifactType": "FlexChange",
|
|
667
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
668
|
+
},
|
|
665
669
|
"fitContainer": {
|
|
666
670
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
667
671
|
"type": "boolean",
|
|
@@ -755,6 +759,12 @@
|
|
|
755
759
|
"artifactType": "FlexChange",
|
|
756
760
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
757
761
|
},
|
|
762
|
+
"exportType": {
|
|
763
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
764
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
765
|
+
"artifactType": "FlexChange",
|
|
766
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
767
|
+
},
|
|
758
768
|
"fitContainer": {
|
|
759
769
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
760
770
|
"type": "boolean",
|
|
@@ -832,11 +842,6 @@
|
|
|
832
842
|
"type": "string",
|
|
833
843
|
"artifactType": "Manifest"
|
|
834
844
|
},
|
|
835
|
-
"filterDefaultsFromSelectionVariant": {
|
|
836
|
-
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
837
|
-
"type": "boolean",
|
|
838
|
-
"artifactType": "Manifest"
|
|
839
|
-
},
|
|
840
845
|
"allFiltersAsInParameters": {
|
|
841
846
|
"description": "All filter fields will be set as in parameter",
|
|
842
847
|
"type": "boolean",
|
|
@@ -884,6 +889,12 @@
|
|
|
884
889
|
"artifactType": "FlexChange",
|
|
885
890
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
886
891
|
},
|
|
892
|
+
"exportType": {
|
|
893
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
894
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
895
|
+
"artifactType": "FlexChange",
|
|
896
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
897
|
+
},
|
|
887
898
|
"fitContainer": {
|
|
888
899
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
889
900
|
"type": "boolean",
|
|
@@ -997,6 +1008,12 @@
|
|
|
997
1008
|
"artifactType": "FlexChange",
|
|
998
1009
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
999
1010
|
},
|
|
1011
|
+
"exportType": {
|
|
1012
|
+
"$ref": "#/definitions/sap.ui.comp.smarttable.ExportType",
|
|
1013
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1014
|
+
"artifactType": "FlexChange",
|
|
1015
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1016
|
+
},
|
|
1000
1017
|
"fitContainer": {
|
|
1001
1018
|
"description": "Set to false if the table does not occupy the entire space available in the container.",
|
|
1002
1019
|
"type": "boolean",
|
|
@@ -1039,11 +1056,16 @@
|
|
|
1039
1056
|
},
|
|
1040
1057
|
"additionalProperties": false
|
|
1041
1058
|
},
|
|
1042
|
-
"
|
|
1059
|
+
"ListReportFilterBar": {
|
|
1043
1060
|
"description": "Filter Bar",
|
|
1044
1061
|
"isViewNode": true,
|
|
1045
1062
|
"type": "object",
|
|
1046
1063
|
"properties": {
|
|
1064
|
+
"annotationPath": {
|
|
1065
|
+
"description": "Lets you to add default values for FilterBar using SelectionVariant annotation",
|
|
1066
|
+
"type": "string",
|
|
1067
|
+
"artifactType": "Manifest"
|
|
1068
|
+
},
|
|
1047
1069
|
"smartVariantManagement": {
|
|
1048
1070
|
"description": "Controls whether smart variant management is active. Default is true.",
|
|
1049
1071
|
"type": "boolean",
|