@sap/ux-specification 1.71.99 → 1.71.100
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 +41 -0
- package/dist/documentation/runDocu-min.js +4 -4
- package/dist/documentation/runDocu-min.js.map +3 -3
- package/dist/documentation/styleDocu.css +4 -0
- package/dist/documentation/v2/v2-AnalyticalListPage.html +2 -2
- package/dist/documentation/v2/v2-ApplicationV2.html +2 -2
- package/dist/documentation/v2/v2-ListReport.html +2 -2
- package/dist/documentation/v2/v2-ObjectPage.html +2 -2
- package/dist/documentation/v2/v2-OverviewPage.html +2 -2
- package/dist/index-min.js +62 -65
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +4 -5
- package/dist/schemas/v2/ObjectPageConfig.json +167 -111
- package/dist/schemas/v2/OverviewPageConfig.json +459 -397
- package/dist/src/api.js +1 -1
- package/dist/src/sync/common/decoration/control.d.ts +4 -0
- package/dist/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/src/sync/common/decoration/control.js +8 -1
- package/dist/src/sync/common/decoration/control.js.map +1 -1
- package/dist/src/sync/common/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/common/generate/utils.js +56 -47
- package/dist/src/sync/common/generate/utils.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +51 -42
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts +4 -3
- package/dist/src/sync/v2/application.d.ts.map +1 -1
- package/dist/src/sync/v2/application.js +17 -13
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +69 -77
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js +99 -252
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +14 -6
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +87 -27
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/export.d.ts +2 -1
- package/dist/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/src/sync/v2/export/export.js +37 -61
- package/dist/src/sync/v2/export/export.js.map +1 -1
- package/dist/src/sync/v2/export/exportPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/exportPage.js +0 -14
- package/dist/src/sync/v2/export/exportPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts +1 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/pages/ObjectPage.js +18 -0
- package/dist/src/sync/v2/export/pages/ObjectPage.js.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts +12 -5
- package/dist/src/sync/v2/export/pages/OverviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/export/pages/OverviewPage.js +36 -10
- package/dist/src/sync/v2/export/pages/OverviewPage.js.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/analyticalListReport.js +55 -4
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/objectPage.js +7 -1
- package/dist/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/overviewPage.js +53 -53
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/package.json +4 -5
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.71.
|
|
3
|
+
"version": "1.71.100",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -51,13 +51,12 @@
|
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@sap-ux/annotation-converter": "0.8.1",
|
|
54
|
-
"@sap/ux-specification-types": "1.71.
|
|
54
|
+
"@sap/ux-specification-types": "1.71.100",
|
|
55
55
|
"@sap-ux/edmx-parser": "0.7.0",
|
|
56
56
|
"@types/d3": "7.4.3",
|
|
57
57
|
"@types/jquery": "3.5.29",
|
|
58
58
|
"@ui5/flexibility-utils": "0.1.3",
|
|
59
|
-
"
|
|
60
|
-
"axios": "1.6.2",
|
|
59
|
+
"axios": "1.6.5",
|
|
61
60
|
"cpy-cli": "3.1.1",
|
|
62
61
|
"d3": "7.8.5",
|
|
63
62
|
"deepmerge": "4.3.1",
|
|
@@ -68,7 +67,7 @@
|
|
|
68
67
|
"jsdom": "22.1.0",
|
|
69
68
|
"lodash.unset": "4.5.2",
|
|
70
69
|
"path": "0.12.7",
|
|
71
|
-
"reflect-metadata": "0.1
|
|
70
|
+
"reflect-metadata": "0.2.1",
|
|
72
71
|
"typescript-json-schema": "0.57.0",
|
|
73
72
|
"xml-js": "1.6.11"
|
|
74
73
|
},
|
|
@@ -21,6 +21,11 @@
|
|
|
21
21
|
"type": "boolean",
|
|
22
22
|
"artifactType": "Manifest"
|
|
23
23
|
},
|
|
24
|
+
"globalTableSettings": {
|
|
25
|
+
"$ref": "#/definitions/GlobalTableSettings",
|
|
26
|
+
"description": "Settings for all tables of the object page",
|
|
27
|
+
"artifactType": "Manifest"
|
|
28
|
+
},
|
|
24
29
|
"header": {
|
|
25
30
|
"$ref": "#/definitions/ObjectPageHeader<GenericActions>"
|
|
26
31
|
},
|
|
@@ -46,6 +51,57 @@
|
|
|
46
51
|
},
|
|
47
52
|
"additionalProperties": false,
|
|
48
53
|
"definitions": {
|
|
54
|
+
"GlobalTableSettings": {
|
|
55
|
+
"type": "object",
|
|
56
|
+
"properties": {
|
|
57
|
+
"type": {
|
|
58
|
+
"$ref": "#/definitions/TableTypeV2",
|
|
59
|
+
"description": "Use type to define the default table type.",
|
|
60
|
+
"artifactType": "Manifest"
|
|
61
|
+
},
|
|
62
|
+
"multiSelect": {
|
|
63
|
+
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
64
|
+
"type": "boolean",
|
|
65
|
+
"artifactType": "Manifest"
|
|
66
|
+
},
|
|
67
|
+
"condensedTableLayout": {
|
|
68
|
+
"description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
|
|
69
|
+
"type": "boolean",
|
|
70
|
+
"artifactType": "Manifest"
|
|
71
|
+
},
|
|
72
|
+
"selectAll": {
|
|
73
|
+
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
74
|
+
"type": "boolean",
|
|
75
|
+
"artifactType": "Manifest"
|
|
76
|
+
},
|
|
77
|
+
"selectionLimit": {
|
|
78
|
+
"description": "If new data needs to be loaded from the back-end system for this, the number of lines to be loaded is restricted to the specified limit. The default value for this limit is 200. If selectAll is true, the selection limit is not evaluated.",
|
|
79
|
+
"type": "number",
|
|
80
|
+
"artifactType": "Manifest"
|
|
81
|
+
},
|
|
82
|
+
"createMode": {
|
|
83
|
+
"description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
|
|
84
|
+
"type": "string",
|
|
85
|
+
"const": "inline",
|
|
86
|
+
"artifactType": "Manifest"
|
|
87
|
+
},
|
|
88
|
+
"disableDefaultInlineCreateSort": {
|
|
89
|
+
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
90
|
+
"type": "boolean",
|
|
91
|
+
"artifactType": "Manifest"
|
|
92
|
+
}
|
|
93
|
+
},
|
|
94
|
+
"additionalProperties": false
|
|
95
|
+
},
|
|
96
|
+
"TableTypeV2": {
|
|
97
|
+
"enum": [
|
|
98
|
+
"AnalyticalTable",
|
|
99
|
+
"GridTable",
|
|
100
|
+
"ResponsiveTable",
|
|
101
|
+
"TreeTable"
|
|
102
|
+
],
|
|
103
|
+
"type": "string"
|
|
104
|
+
},
|
|
49
105
|
"ObjectPageHeader<GenericActions>": {
|
|
50
106
|
"description": "Header",
|
|
51
107
|
"isViewNode": true,
|
|
@@ -516,12 +572,37 @@
|
|
|
516
572
|
"artifactType": "FlexChange",
|
|
517
573
|
"controlType": "sap.m.Table"
|
|
518
574
|
},
|
|
575
|
+
"useExportToExcel": {
|
|
576
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
577
|
+
"type": "boolean",
|
|
578
|
+
"artifactType": "FlexChange",
|
|
579
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
580
|
+
},
|
|
581
|
+
"exportType": {
|
|
582
|
+
"$ref": "#/definitions/ExportType",
|
|
583
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
584
|
+
"artifactType": "FlexChange",
|
|
585
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
586
|
+
},
|
|
519
587
|
"editable": {
|
|
520
588
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
521
589
|
"type": "boolean",
|
|
522
590
|
"artifactType": "FlexChange",
|
|
523
591
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
524
592
|
},
|
|
593
|
+
"quickVariantSelection": {
|
|
594
|
+
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
595
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
596
|
+
"artifactType": "Manifest"
|
|
597
|
+
},
|
|
598
|
+
"toolBar": {
|
|
599
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
600
|
+
"description": "Tool Bar"
|
|
601
|
+
},
|
|
602
|
+
"columns": {
|
|
603
|
+
"$ref": "#/definitions/GenericColumns",
|
|
604
|
+
"description": "Columns"
|
|
605
|
+
},
|
|
525
606
|
"multiSelect": {
|
|
526
607
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
527
608
|
"type": "boolean",
|
|
@@ -537,25 +618,8 @@
|
|
|
537
618
|
"type": "number",
|
|
538
619
|
"artifactType": "Manifest"
|
|
539
620
|
},
|
|
540
|
-
"quickVariantSelection": {
|
|
541
|
-
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
542
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
543
|
-
"artifactType": "Manifest"
|
|
544
|
-
},
|
|
545
|
-
"useExportToExcel": {
|
|
546
|
-
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
547
|
-
"type": "boolean",
|
|
548
|
-
"artifactType": "FlexChange",
|
|
549
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
550
|
-
},
|
|
551
|
-
"exportType": {
|
|
552
|
-
"$ref": "#/definitions/ExportType",
|
|
553
|
-
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
554
|
-
"artifactType": "FlexChange",
|
|
555
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
556
|
-
},
|
|
557
621
|
"createMode": {
|
|
558
|
-
"description": "
|
|
622
|
+
"description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
|
|
559
623
|
"type": "string",
|
|
560
624
|
"const": "inline",
|
|
561
625
|
"artifactType": "Manifest"
|
|
@@ -564,14 +628,6 @@
|
|
|
564
628
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
565
629
|
"type": "boolean",
|
|
566
630
|
"artifactType": "Manifest"
|
|
567
|
-
},
|
|
568
|
-
"toolBar": {
|
|
569
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
570
|
-
"description": "Tool Bar"
|
|
571
|
-
},
|
|
572
|
-
"columns": {
|
|
573
|
-
"$ref": "#/definitions/GenericColumns",
|
|
574
|
-
"description": "Columns"
|
|
575
631
|
}
|
|
576
632
|
},
|
|
577
633
|
"additionalProperties": false
|
|
@@ -584,6 +640,13 @@
|
|
|
584
640
|
],
|
|
585
641
|
"type": "string"
|
|
586
642
|
},
|
|
643
|
+
"ExportType": {
|
|
644
|
+
"enum": [
|
|
645
|
+
"GW",
|
|
646
|
+
"UI5Client"
|
|
647
|
+
],
|
|
648
|
+
"type": "string"
|
|
649
|
+
},
|
|
587
650
|
"QuickVariantSelectionOP": {
|
|
588
651
|
"type": "object",
|
|
589
652
|
"properties": {
|
|
@@ -627,13 +690,6 @@
|
|
|
627
690
|
"key"
|
|
628
691
|
]
|
|
629
692
|
},
|
|
630
|
-
"ExportType": {
|
|
631
|
-
"enum": [
|
|
632
|
-
"GW",
|
|
633
|
-
"UI5Client"
|
|
634
|
-
],
|
|
635
|
-
"type": "string"
|
|
636
|
-
},
|
|
637
693
|
"ObjectPageToolBar": {
|
|
638
694
|
"description": "Toolbar",
|
|
639
695
|
"isViewNode": true,
|
|
@@ -915,12 +971,37 @@
|
|
|
915
971
|
"type": "boolean",
|
|
916
972
|
"artifactType": "Manifest"
|
|
917
973
|
},
|
|
974
|
+
"useExportToExcel": {
|
|
975
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
976
|
+
"type": "boolean",
|
|
977
|
+
"artifactType": "FlexChange",
|
|
978
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
979
|
+
},
|
|
980
|
+
"exportType": {
|
|
981
|
+
"$ref": "#/definitions/ExportType",
|
|
982
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
983
|
+
"artifactType": "FlexChange",
|
|
984
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
985
|
+
},
|
|
918
986
|
"editable": {
|
|
919
987
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
920
988
|
"type": "boolean",
|
|
921
989
|
"artifactType": "FlexChange",
|
|
922
990
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
923
991
|
},
|
|
992
|
+
"quickVariantSelection": {
|
|
993
|
+
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
994
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
995
|
+
"artifactType": "Manifest"
|
|
996
|
+
},
|
|
997
|
+
"toolBar": {
|
|
998
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
999
|
+
"description": "Tool Bar"
|
|
1000
|
+
},
|
|
1001
|
+
"columns": {
|
|
1002
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1003
|
+
"description": "Columns"
|
|
1004
|
+
},
|
|
924
1005
|
"multiSelect": {
|
|
925
1006
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
926
1007
|
"type": "boolean",
|
|
@@ -936,25 +1017,8 @@
|
|
|
936
1017
|
"type": "number",
|
|
937
1018
|
"artifactType": "Manifest"
|
|
938
1019
|
},
|
|
939
|
-
"quickVariantSelection": {
|
|
940
|
-
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
941
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
942
|
-
"artifactType": "Manifest"
|
|
943
|
-
},
|
|
944
|
-
"useExportToExcel": {
|
|
945
|
-
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
946
|
-
"type": "boolean",
|
|
947
|
-
"artifactType": "FlexChange",
|
|
948
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
949
|
-
},
|
|
950
|
-
"exportType": {
|
|
951
|
-
"$ref": "#/definitions/ExportType",
|
|
952
|
-
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
953
|
-
"artifactType": "FlexChange",
|
|
954
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
955
|
-
},
|
|
956
1020
|
"createMode": {
|
|
957
|
-
"description": "
|
|
1021
|
+
"description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
|
|
958
1022
|
"type": "string",
|
|
959
1023
|
"const": "inline",
|
|
960
1024
|
"artifactType": "Manifest"
|
|
@@ -963,14 +1027,6 @@
|
|
|
963
1027
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
964
1028
|
"type": "boolean",
|
|
965
1029
|
"artifactType": "Manifest"
|
|
966
|
-
},
|
|
967
|
-
"toolBar": {
|
|
968
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
969
|
-
"description": "Tool Bar"
|
|
970
|
-
},
|
|
971
|
-
"columns": {
|
|
972
|
-
"$ref": "#/definitions/GenericColumns",
|
|
973
|
-
"description": "Columns"
|
|
974
1030
|
}
|
|
975
1031
|
},
|
|
976
1032
|
"additionalProperties": false
|
|
@@ -992,12 +1048,37 @@
|
|
|
992
1048
|
"type": "boolean",
|
|
993
1049
|
"artifactType": "Manifest"
|
|
994
1050
|
},
|
|
1051
|
+
"useExportToExcel": {
|
|
1052
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1053
|
+
"type": "boolean",
|
|
1054
|
+
"artifactType": "FlexChange",
|
|
1055
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1056
|
+
},
|
|
1057
|
+
"exportType": {
|
|
1058
|
+
"$ref": "#/definitions/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
|
+
},
|
|
995
1063
|
"editable": {
|
|
996
1064
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
997
1065
|
"type": "boolean",
|
|
998
1066
|
"artifactType": "FlexChange",
|
|
999
1067
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1000
1068
|
},
|
|
1069
|
+
"quickVariantSelection": {
|
|
1070
|
+
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1071
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1072
|
+
"artifactType": "Manifest"
|
|
1073
|
+
},
|
|
1074
|
+
"toolBar": {
|
|
1075
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1076
|
+
"description": "Tool Bar"
|
|
1077
|
+
},
|
|
1078
|
+
"columns": {
|
|
1079
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1080
|
+
"description": "Columns"
|
|
1081
|
+
},
|
|
1001
1082
|
"multiSelect": {
|
|
1002
1083
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
1003
1084
|
"type": "boolean",
|
|
@@ -1013,25 +1094,8 @@
|
|
|
1013
1094
|
"type": "number",
|
|
1014
1095
|
"artifactType": "Manifest"
|
|
1015
1096
|
},
|
|
1016
|
-
"quickVariantSelection": {
|
|
1017
|
-
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1018
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1019
|
-
"artifactType": "Manifest"
|
|
1020
|
-
},
|
|
1021
|
-
"useExportToExcel": {
|
|
1022
|
-
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1023
|
-
"type": "boolean",
|
|
1024
|
-
"artifactType": "FlexChange",
|
|
1025
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1026
|
-
},
|
|
1027
|
-
"exportType": {
|
|
1028
|
-
"$ref": "#/definitions/ExportType",
|
|
1029
|
-
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1030
|
-
"artifactType": "FlexChange",
|
|
1031
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1032
|
-
},
|
|
1033
1097
|
"createMode": {
|
|
1034
|
-
"description": "
|
|
1098
|
+
"description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
|
|
1035
1099
|
"type": "string",
|
|
1036
1100
|
"const": "inline",
|
|
1037
1101
|
"artifactType": "Manifest"
|
|
@@ -1040,14 +1104,6 @@
|
|
|
1040
1104
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
1041
1105
|
"type": "boolean",
|
|
1042
1106
|
"artifactType": "Manifest"
|
|
1043
|
-
},
|
|
1044
|
-
"toolBar": {
|
|
1045
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1046
|
-
"description": "Tool Bar"
|
|
1047
|
-
},
|
|
1048
|
-
"columns": {
|
|
1049
|
-
"$ref": "#/definitions/GenericColumns",
|
|
1050
|
-
"description": "Columns"
|
|
1051
1107
|
}
|
|
1052
1108
|
},
|
|
1053
1109
|
"additionalProperties": false
|
|
@@ -1069,12 +1125,37 @@
|
|
|
1069
1125
|
"type": "boolean",
|
|
1070
1126
|
"artifactType": "Manifest"
|
|
1071
1127
|
},
|
|
1128
|
+
"useExportToExcel": {
|
|
1129
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1130
|
+
"type": "boolean",
|
|
1131
|
+
"artifactType": "FlexChange",
|
|
1132
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1133
|
+
},
|
|
1134
|
+
"exportType": {
|
|
1135
|
+
"$ref": "#/definitions/ExportType",
|
|
1136
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1137
|
+
"artifactType": "FlexChange",
|
|
1138
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1139
|
+
},
|
|
1072
1140
|
"editable": {
|
|
1073
1141
|
"description": "With editable you can control if a table can be edited. It should be set to false for smart tables with non-editable content.",
|
|
1074
1142
|
"type": "boolean",
|
|
1075
1143
|
"artifactType": "FlexChange",
|
|
1076
1144
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1077
1145
|
},
|
|
1146
|
+
"quickVariantSelection": {
|
|
1147
|
+
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1148
|
+
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1149
|
+
"artifactType": "Manifest"
|
|
1150
|
+
},
|
|
1151
|
+
"toolBar": {
|
|
1152
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1153
|
+
"description": "Tool Bar"
|
|
1154
|
+
},
|
|
1155
|
+
"columns": {
|
|
1156
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1157
|
+
"description": "Columns"
|
|
1158
|
+
},
|
|
1078
1159
|
"multiSelect": {
|
|
1079
1160
|
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
1080
1161
|
"type": "boolean",
|
|
@@ -1090,25 +1171,8 @@
|
|
|
1090
1171
|
"type": "number",
|
|
1091
1172
|
"artifactType": "Manifest"
|
|
1092
1173
|
},
|
|
1093
|
-
"quickVariantSelection": {
|
|
1094
|
-
"$ref": "#/definitions/QuickVariantSelectionOP",
|
|
1095
|
-
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1096
|
-
"artifactType": "Manifest"
|
|
1097
|
-
},
|
|
1098
|
-
"useExportToExcel": {
|
|
1099
|
-
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1100
|
-
"type": "boolean",
|
|
1101
|
-
"artifactType": "FlexChange",
|
|
1102
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1103
|
-
},
|
|
1104
|
-
"exportType": {
|
|
1105
|
-
"$ref": "#/definitions/ExportType",
|
|
1106
|
-
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1107
|
-
"artifactType": "FlexChange",
|
|
1108
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1109
|
-
},
|
|
1110
1174
|
"createMode": {
|
|
1111
|
-
"description": "
|
|
1175
|
+
"description": "Following values are possible to set for createMode property:\n- creationRows: Used to enable empty rows mode. In create or edit mode, two new empty rows are added to the table\n- creationRowsHiddenInEditMode: Starting SAPUI5 version 1.110, to hide empty rows in edit mode, set \"createMode\" as \"creationRowsHiddenInEditMode\". Empty rows are added to the table only when you click the Create button.\n- inline: In create or edit mode, users can choose 'Create Entry' to add new entries to a section in a table (not recommended, use creationRows instead)",
|
|
1112
1176
|
"type": "string",
|
|
1113
1177
|
"const": "inline",
|
|
1114
1178
|
"artifactType": "Manifest"
|
|
@@ -1117,14 +1181,6 @@
|
|
|
1117
1181
|
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
1118
1182
|
"type": "boolean",
|
|
1119
1183
|
"artifactType": "Manifest"
|
|
1120
|
-
},
|
|
1121
|
-
"toolBar": {
|
|
1122
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1123
|
-
"description": "Tool Bar"
|
|
1124
|
-
},
|
|
1125
|
-
"columns": {
|
|
1126
|
-
"$ref": "#/definitions/GenericColumns",
|
|
1127
|
-
"description": "Columns"
|
|
1128
1184
|
}
|
|
1129
1185
|
},
|
|
1130
1186
|
"additionalProperties": false
|