@sap/ux-specification 1.108.19 → 1.108.21
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 +91 -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/documentation/v4/v4-ApplicationV4.html +2 -2
- package/dist/documentation/v4/v4-BuildingBlocks.html +2 -2
- package/dist/documentation/v4/v4-FreestylePage.html +2 -2
- package/dist/documentation/v4/v4-ListReport.html +2 -2
- package/dist/documentation/v4/v4-ObjectPage.html +2 -2
- package/dist/index-min.js +166 -169
- package/dist/index-min.js.map +4 -4
- package/dist/package.json +11 -12
- package/dist/schemas/v2/ObjectPageConfig.json +232 -167
- package/dist/schemas/v2/OverviewPageConfig.json +962 -704
- package/dist/schemas/v4/BuildingBlocksConfig.json +156 -781
- package/dist/src/api.js +2 -2
- package/dist/src/api.js.map +1 -1
- package/dist/src/extensionLogger.d.ts.map +1 -1
- package/dist/src/extensionLogger.js +6 -1
- package/dist/src/extensionLogger.js.map +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/distTagEvaluator.d.ts.map +1 -1
- package/dist/src/sync/common/distTagEvaluator.js +1 -1
- package/dist/src/sync/common/distTagEvaluator.js.map +1 -1
- package/dist/src/sync/common/generate/objectPage.d.ts +5 -5
- package/dist/src/sync/common/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/common/generate/objectPage.js +14 -12
- package/dist/src/sync/common/generate/objectPage.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/i18n.json +1 -0
- package/dist/src/sync/common/importProject.d.ts.map +1 -1
- package/dist/src/sync/common/importProject.js +15 -13
- package/dist/src/sync/common/importProject.js.map +1 -1
- package/dist/src/sync/common/utils.d.ts.map +1 -1
- package/dist/src/sync/common/utils.js +53 -46
- package/dist/src/sync/common/utils.js.map +1 -1
- package/dist/src/sync/v2/application.d.ts +2 -1
- package/dist/src/sync/v2/application.d.ts.map +1 -1
- package/dist/src/sync/v2/application.js +8 -3
- package/dist/src/sync/v2/application.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.d.ts +71 -76
- package/dist/src/sync/v2/export/controls/Card.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Card.js +103 -246
- package/dist/src/sync/v2/export/controls/Card.js.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts +17 -6
- package/dist/src/sync/v2/export/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js +109 -19
- package/dist/src/sync/v2/export/controls/ObjectPageTable.js.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v2/export/controls/Table.js +0 -1
- package/dist/src/sync/v2/export/controls/Table.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 +38 -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 +39 -21
- 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 +56 -8
- package/dist/src/sync/v2/generate/analyticalListReport.js.map +1 -1
- package/dist/src/sync/v2/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/generate.js +1 -4
- package/dist/src/sync/v2/generate/generate.js.map +1 -1
- package/dist/src/sync/v2/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/listReport.js +9 -9
- package/dist/src/sync/v2/generate/listReport.js.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/objectPage.js +51 -51
- package/dist/src/sync/v2/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v2/generate/utils.d.ts +17 -5
- package/dist/src/sync/v2/generate/utils.d.ts.map +1 -1
- package/dist/src/sync/v2/generate/utils.js +24 -7
- package/dist/src/sync/v2/generate/utils.js.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v2/import/pages/listReport.js +1 -4
- package/dist/src/sync/v2/import/pages/listReport.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 +54 -61
- package/dist/src/sync/v2/import/pages/overviewPage.js.map +1 -1
- package/dist/src/sync/v2/types.d.ts +1 -0
- package/dist/src/sync/v2/types.d.ts.map +1 -1
- package/dist/src/sync/v2/types.js +2 -1
- package/dist/src/sync/v2/types.js.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.d.ts.map +1 -1
- package/dist/src/sync/v4/export/controls/Table.js +4 -10
- package/dist/src/sync/v4/export/controls/Table.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js +34 -19
- package/dist/src/sync/v4/generate/fpm-custom-page/generator.js.map +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/{pageExtenstions.d.ts → pageExtensions.d.ts} +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.d.ts.map +1 -0
- package/dist/src/sync/v4/generate/fpm-custom-page/{pageExtenstions.js → pageExtensions.js} +1 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/pageExtensions.js.map +1 -0
- package/dist/src/sync/v4/generate/generate.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/generate.js +1 -1
- package/dist/src/sync/v4/generate/generate.js.map +1 -1
- package/dist/src/sync/v4/generate/listReport.d.ts +3 -2
- package/dist/src/sync/v4/generate/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/listReport.js +19 -16
- package/dist/src/sync/v4/generate/listReport.js.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.d.ts +2 -2
- package/dist/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/generate/objectPage.js +280 -97
- package/dist/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/listReport.js +1 -4
- package/dist/src/sync/v4/import/pages/listReport.js.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.d.ts.map +1 -1
- package/dist/src/sync/v4/import/pages/objectPage.js +27 -11
- package/dist/src/sync/v4/import/pages/objectPage.js.map +1 -1
- package/package.json +11 -12
- package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.d.ts.map +0 -1
- package/dist/src/sync/v4/generate/fpm-custom-page/pageExtenstions.js.map +0 -1
package/dist/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sap/ux-specification",
|
|
3
|
-
"version": "1.108.
|
|
3
|
+
"version": "1.108.21",
|
|
4
4
|
"displayName": "SAP Fiori tools - Specification",
|
|
5
5
|
"description": "SAP Fiori tools - Specification",
|
|
6
6
|
"files": [
|
|
@@ -51,23 +51,22 @@
|
|
|
51
51
|
"publisher": "SAPSE",
|
|
52
52
|
"license": "SEE LICENSE IN LICENSE",
|
|
53
53
|
"dependencies": {
|
|
54
|
-
"@sap-ux/fe-fpm-writer": "0.24.
|
|
55
|
-
"@sap-ux/vocabularies-types": "0.10.
|
|
54
|
+
"@sap-ux/fe-fpm-writer": "0.24.3",
|
|
55
|
+
"@sap-ux/vocabularies-types": "0.10.1"
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
|
-
"@sap-ux/annotation-converter": "0.8.
|
|
59
|
-
"@sap/ux-specification-types": "1.108.19",
|
|
58
|
+
"@sap-ux/annotation-converter": "0.8.1",
|
|
60
59
|
"@sap-ux/edmx-parser": "0.7.0",
|
|
61
|
-
"@
|
|
60
|
+
"@sap/ux-specification-types": "1.108.21",
|
|
61
|
+
"@sapui5/ts-types-esm": "1.108.27",
|
|
62
62
|
"@types/d3": "7.4.3",
|
|
63
|
-
"@types/jquery": "3.5.
|
|
64
|
-
"@types/mem-fs-editor": "7.0.
|
|
65
|
-
"@types/semver": "7.5.
|
|
63
|
+
"@types/jquery": "3.5.29",
|
|
64
|
+
"@types/mem-fs-editor": "7.0.7",
|
|
65
|
+
"@types/semver": "7.5.6",
|
|
66
66
|
"@ui5/flexibility-utils": "0.1.3",
|
|
67
67
|
"@xml-tools/ast": "5.0.5",
|
|
68
68
|
"@xml-tools/parser": "1.0.11",
|
|
69
|
-
"
|
|
70
|
-
"axios": "1.6.0",
|
|
69
|
+
"axios": "1.6.5",
|
|
71
70
|
"cpy-cli": "3.1.1",
|
|
72
71
|
"d3": "7.8.5",
|
|
73
72
|
"deepmerge": "4.3.1",
|
|
@@ -79,7 +78,7 @@
|
|
|
79
78
|
"lodash.unset": "4.5.2",
|
|
80
79
|
"mem-fs-editor": "9.7.0",
|
|
81
80
|
"path": "0.12.7",
|
|
82
|
-
"reflect-metadata": "0.1
|
|
81
|
+
"reflect-metadata": "0.2.1",
|
|
83
82
|
"semver": "7.5.4",
|
|
84
83
|
"typescript-json-schema": "0.57.0",
|
|
85
84
|
"xml-js": "1.6.11"
|
|
@@ -27,6 +27,11 @@
|
|
|
27
27
|
"const": "MidColumnFullScreen",
|
|
28
28
|
"artifactType": "Manifest"
|
|
29
29
|
},
|
|
30
|
+
"globalTableSettings": {
|
|
31
|
+
"$ref": "#/definitions/GlobalTableSettings",
|
|
32
|
+
"description": "Settings for all tables of the object page",
|
|
33
|
+
"artifactType": "Manifest"
|
|
34
|
+
},
|
|
30
35
|
"globalChartSettings": {
|
|
31
36
|
"$ref": "#/definitions/GlobalChartSettings",
|
|
32
37
|
"description": "Settings for all charts on an object page",
|
|
@@ -57,6 +62,74 @@
|
|
|
57
62
|
},
|
|
58
63
|
"additionalProperties": false,
|
|
59
64
|
"definitions": {
|
|
65
|
+
"GlobalTableSettings": {
|
|
66
|
+
"type": "object",
|
|
67
|
+
"properties": {
|
|
68
|
+
"type": {
|
|
69
|
+
"$ref": "#/definitions/TableTypeV2",
|
|
70
|
+
"description": "Use type to define the default table type.",
|
|
71
|
+
"artifactType": "Manifest"
|
|
72
|
+
},
|
|
73
|
+
"multiSelect": {
|
|
74
|
+
"description": "Single selection in tables is enabled by default. If you want, you can enable multi-select.",
|
|
75
|
+
"type": "boolean",
|
|
76
|
+
"artifactType": "Manifest"
|
|
77
|
+
},
|
|
78
|
+
"condensedTableLayout": {
|
|
79
|
+
"description": "For the analytical table, grid table and tree table you can decide on a condensed table layout by setting condensedTableLayout to true.",
|
|
80
|
+
"type": "boolean",
|
|
81
|
+
"artifactType": "Manifest"
|
|
82
|
+
},
|
|
83
|
+
"inlineDelete": {
|
|
84
|
+
"description": "Used to enable inline deletion in a responsive table of list report and object page",
|
|
85
|
+
"type": "boolean",
|
|
86
|
+
"artifactType": "Manifest"
|
|
87
|
+
},
|
|
88
|
+
"selectAll": {
|
|
89
|
+
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
90
|
+
"type": "boolean",
|
|
91
|
+
"artifactType": "Manifest"
|
|
92
|
+
},
|
|
93
|
+
"selectionLimit": {
|
|
94
|
+
"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.",
|
|
95
|
+
"type": "number",
|
|
96
|
+
"artifactType": "Manifest"
|
|
97
|
+
},
|
|
98
|
+
"createMode": {
|
|
99
|
+
"$ref": "#/definitions/CreateMode",
|
|
100
|
+
"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)",
|
|
101
|
+
"artifactType": "Manifest"
|
|
102
|
+
},
|
|
103
|
+
"disableDefaultInlineCreateSort": {
|
|
104
|
+
"description": "If createMode is set to inline, you can use this setting to disable the default sort order.",
|
|
105
|
+
"type": "boolean",
|
|
106
|
+
"artifactType": "Manifest"
|
|
107
|
+
},
|
|
108
|
+
"variantManagement": {
|
|
109
|
+
"description": "Set this property to true to enable variant management for the table.",
|
|
110
|
+
"type": "boolean",
|
|
111
|
+
"artifactType": "Manifest"
|
|
112
|
+
}
|
|
113
|
+
},
|
|
114
|
+
"additionalProperties": false
|
|
115
|
+
},
|
|
116
|
+
"TableTypeV2": {
|
|
117
|
+
"enum": [
|
|
118
|
+
"AnalyticalTable",
|
|
119
|
+
"GridTable",
|
|
120
|
+
"ResponsiveTable",
|
|
121
|
+
"TreeTable"
|
|
122
|
+
],
|
|
123
|
+
"type": "string"
|
|
124
|
+
},
|
|
125
|
+
"CreateMode": {
|
|
126
|
+
"enum": [
|
|
127
|
+
"creationRows",
|
|
128
|
+
"creationRowsHiddenInEditMode",
|
|
129
|
+
"inline"
|
|
130
|
+
],
|
|
131
|
+
"type": "string"
|
|
132
|
+
},
|
|
60
133
|
"GlobalChartSettings": {
|
|
61
134
|
"type": "object",
|
|
62
135
|
"properties": {
|
|
@@ -554,10 +627,17 @@
|
|
|
554
627
|
"artifactType": "FlexChange",
|
|
555
628
|
"controlType": "sap.m.Table"
|
|
556
629
|
},
|
|
557
|
-
"
|
|
558
|
-
"
|
|
559
|
-
"
|
|
560
|
-
"artifactType": "
|
|
630
|
+
"useExportToExcel": {
|
|
631
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
632
|
+
"type": "boolean",
|
|
633
|
+
"artifactType": "FlexChange",
|
|
634
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
635
|
+
},
|
|
636
|
+
"exportType": {
|
|
637
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
638
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
639
|
+
"artifactType": "FlexChange",
|
|
640
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
561
641
|
},
|
|
562
642
|
"editable": {
|
|
563
643
|
"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.",
|
|
@@ -565,14 +645,9 @@
|
|
|
565
645
|
"artifactType": "FlexChange",
|
|
566
646
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
567
647
|
},
|
|
568
|
-
"
|
|
569
|
-
"
|
|
570
|
-
"
|
|
571
|
-
"artifactType": "Manifest"
|
|
572
|
-
},
|
|
573
|
-
"selectionLimit": {
|
|
574
|
-
"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.",
|
|
575
|
-
"type": "number",
|
|
648
|
+
"createWithParameterDialog": {
|
|
649
|
+
"$ref": "#/definitions/Fields4DialogOP",
|
|
650
|
+
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
576
651
|
"artifactType": "Manifest"
|
|
577
652
|
},
|
|
578
653
|
"quickVariantSelection": {
|
|
@@ -580,17 +655,23 @@
|
|
|
580
655
|
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
581
656
|
"artifactType": "Manifest"
|
|
582
657
|
},
|
|
583
|
-
"
|
|
584
|
-
"
|
|
658
|
+
"toolBar": {
|
|
659
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
660
|
+
"description": "Tool Bar"
|
|
661
|
+
},
|
|
662
|
+
"columns": {
|
|
663
|
+
"$ref": "#/definitions/GenericColumns",
|
|
664
|
+
"description": "Columns"
|
|
665
|
+
},
|
|
666
|
+
"selectAll": {
|
|
667
|
+
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
585
668
|
"type": "boolean",
|
|
586
|
-
"artifactType": "
|
|
587
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
669
|
+
"artifactType": "Manifest"
|
|
588
670
|
},
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
"artifactType": "
|
|
593
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
671
|
+
"selectionLimit": {
|
|
672
|
+
"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.",
|
|
673
|
+
"type": "number",
|
|
674
|
+
"artifactType": "Manifest"
|
|
594
675
|
},
|
|
595
676
|
"createMode": {
|
|
596
677
|
"$ref": "#/definitions/CreateMode",
|
|
@@ -603,17 +684,9 @@
|
|
|
603
684
|
"artifactType": "Manifest"
|
|
604
685
|
},
|
|
605
686
|
"variantManagement": {
|
|
606
|
-
"description": "
|
|
687
|
+
"description": "Set this property to true to enable variant management for the table.",
|
|
607
688
|
"type": "boolean",
|
|
608
689
|
"artifactType": "Manifest"
|
|
609
|
-
},
|
|
610
|
-
"toolBar": {
|
|
611
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
612
|
-
"description": "Tool Bar"
|
|
613
|
-
},
|
|
614
|
-
"columns": {
|
|
615
|
-
"$ref": "#/definitions/GenericColumns",
|
|
616
|
-
"description": "Columns"
|
|
617
690
|
}
|
|
618
691
|
},
|
|
619
692
|
"additionalProperties": false
|
|
@@ -626,6 +699,15 @@
|
|
|
626
699
|
],
|
|
627
700
|
"type": "string"
|
|
628
701
|
},
|
|
702
|
+
"smarttable.ExportType": {
|
|
703
|
+
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
704
|
+
"enum": [
|
|
705
|
+
"GW",
|
|
706
|
+
"UI5Client",
|
|
707
|
+
"UI5ClientPDF"
|
|
708
|
+
],
|
|
709
|
+
"type": "string"
|
|
710
|
+
},
|
|
629
711
|
"Fields4DialogOP": {
|
|
630
712
|
"type": "object",
|
|
631
713
|
"properties": {
|
|
@@ -685,23 +767,6 @@
|
|
|
685
767
|
"key"
|
|
686
768
|
]
|
|
687
769
|
},
|
|
688
|
-
"smarttable.ExportType": {
|
|
689
|
-
"description": "Provides the type of services available for export in the `SmartTable` control.",
|
|
690
|
-
"enum": [
|
|
691
|
-
"GW",
|
|
692
|
-
"UI5Client",
|
|
693
|
-
"UI5ClientPDF"
|
|
694
|
-
],
|
|
695
|
-
"type": "string"
|
|
696
|
-
},
|
|
697
|
-
"CreateMode": {
|
|
698
|
-
"enum": [
|
|
699
|
-
"creationRows",
|
|
700
|
-
"creationRowsHiddenInEditMode",
|
|
701
|
-
"inline"
|
|
702
|
-
],
|
|
703
|
-
"type": "string"
|
|
704
|
-
},
|
|
705
770
|
"ObjectPageToolBar": {
|
|
706
771
|
"description": "Toolbar",
|
|
707
772
|
"isViewNode": true,
|
|
@@ -1010,10 +1075,17 @@
|
|
|
1010
1075
|
"artifactType": "FlexChange",
|
|
1011
1076
|
"controlType": "sap.m.Table"
|
|
1012
1077
|
},
|
|
1013
|
-
"
|
|
1014
|
-
"
|
|
1015
|
-
"
|
|
1016
|
-
"artifactType": "
|
|
1078
|
+
"useExportToExcel": {
|
|
1079
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1080
|
+
"type": "boolean",
|
|
1081
|
+
"artifactType": "FlexChange",
|
|
1082
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1083
|
+
},
|
|
1084
|
+
"exportType": {
|
|
1085
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1086
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1087
|
+
"artifactType": "FlexChange",
|
|
1088
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1017
1089
|
},
|
|
1018
1090
|
"editable": {
|
|
1019
1091
|
"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.",
|
|
@@ -1021,14 +1093,9 @@
|
|
|
1021
1093
|
"artifactType": "FlexChange",
|
|
1022
1094
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1023
1095
|
},
|
|
1024
|
-
"
|
|
1025
|
-
"
|
|
1026
|
-
"
|
|
1027
|
-
"artifactType": "Manifest"
|
|
1028
|
-
},
|
|
1029
|
-
"selectionLimit": {
|
|
1030
|
-
"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.",
|
|
1031
|
-
"type": "number",
|
|
1096
|
+
"createWithParameterDialog": {
|
|
1097
|
+
"$ref": "#/definitions/Fields4DialogOP",
|
|
1098
|
+
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
1032
1099
|
"artifactType": "Manifest"
|
|
1033
1100
|
},
|
|
1034
1101
|
"quickVariantSelection": {
|
|
@@ -1036,17 +1103,23 @@
|
|
|
1036
1103
|
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1037
1104
|
"artifactType": "Manifest"
|
|
1038
1105
|
},
|
|
1039
|
-
"
|
|
1040
|
-
"
|
|
1106
|
+
"toolBar": {
|
|
1107
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1108
|
+
"description": "Tool Bar"
|
|
1109
|
+
},
|
|
1110
|
+
"columns": {
|
|
1111
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1112
|
+
"description": "Columns"
|
|
1113
|
+
},
|
|
1114
|
+
"selectAll": {
|
|
1115
|
+
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
1041
1116
|
"type": "boolean",
|
|
1042
|
-
"artifactType": "
|
|
1043
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1117
|
+
"artifactType": "Manifest"
|
|
1044
1118
|
},
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1048
|
-
"artifactType": "
|
|
1049
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1119
|
+
"selectionLimit": {
|
|
1120
|
+
"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.",
|
|
1121
|
+
"type": "number",
|
|
1122
|
+
"artifactType": "Manifest"
|
|
1050
1123
|
},
|
|
1051
1124
|
"createMode": {
|
|
1052
1125
|
"$ref": "#/definitions/CreateMode",
|
|
@@ -1059,17 +1132,9 @@
|
|
|
1059
1132
|
"artifactType": "Manifest"
|
|
1060
1133
|
},
|
|
1061
1134
|
"variantManagement": {
|
|
1062
|
-
"description": "
|
|
1135
|
+
"description": "Set this property to true to enable variant management for the table.",
|
|
1063
1136
|
"type": "boolean",
|
|
1064
1137
|
"artifactType": "Manifest"
|
|
1065
|
-
},
|
|
1066
|
-
"toolBar": {
|
|
1067
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1068
|
-
"description": "Tool Bar"
|
|
1069
|
-
},
|
|
1070
|
-
"columns": {
|
|
1071
|
-
"$ref": "#/definitions/GenericColumns",
|
|
1072
|
-
"description": "Columns"
|
|
1073
1138
|
}
|
|
1074
1139
|
},
|
|
1075
1140
|
"additionalProperties": false
|
|
@@ -1096,10 +1161,17 @@
|
|
|
1096
1161
|
"type": "boolean",
|
|
1097
1162
|
"artifactType": "Manifest"
|
|
1098
1163
|
},
|
|
1099
|
-
"
|
|
1100
|
-
"
|
|
1101
|
-
"
|
|
1102
|
-
"artifactType": "
|
|
1164
|
+
"useExportToExcel": {
|
|
1165
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1166
|
+
"type": "boolean",
|
|
1167
|
+
"artifactType": "FlexChange",
|
|
1168
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1169
|
+
},
|
|
1170
|
+
"exportType": {
|
|
1171
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1172
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1173
|
+
"artifactType": "FlexChange",
|
|
1174
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1103
1175
|
},
|
|
1104
1176
|
"editable": {
|
|
1105
1177
|
"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.",
|
|
@@ -1107,14 +1179,9 @@
|
|
|
1107
1179
|
"artifactType": "FlexChange",
|
|
1108
1180
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1109
1181
|
},
|
|
1110
|
-
"
|
|
1111
|
-
"
|
|
1112
|
-
"
|
|
1113
|
-
"artifactType": "Manifest"
|
|
1114
|
-
},
|
|
1115
|
-
"selectionLimit": {
|
|
1116
|
-
"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.",
|
|
1117
|
-
"type": "number",
|
|
1182
|
+
"createWithParameterDialog": {
|
|
1183
|
+
"$ref": "#/definitions/Fields4DialogOP",
|
|
1184
|
+
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
1118
1185
|
"artifactType": "Manifest"
|
|
1119
1186
|
},
|
|
1120
1187
|
"quickVariantSelection": {
|
|
@@ -1122,17 +1189,23 @@
|
|
|
1122
1189
|
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1123
1190
|
"artifactType": "Manifest"
|
|
1124
1191
|
},
|
|
1125
|
-
"
|
|
1126
|
-
"
|
|
1192
|
+
"toolBar": {
|
|
1193
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1194
|
+
"description": "Tool Bar"
|
|
1195
|
+
},
|
|
1196
|
+
"columns": {
|
|
1197
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1198
|
+
"description": "Columns"
|
|
1199
|
+
},
|
|
1200
|
+
"selectAll": {
|
|
1201
|
+
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
1127
1202
|
"type": "boolean",
|
|
1128
|
-
"artifactType": "
|
|
1129
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1203
|
+
"artifactType": "Manifest"
|
|
1130
1204
|
},
|
|
1131
|
-
"
|
|
1132
|
-
"
|
|
1133
|
-
"
|
|
1134
|
-
"artifactType": "
|
|
1135
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1205
|
+
"selectionLimit": {
|
|
1206
|
+
"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.",
|
|
1207
|
+
"type": "number",
|
|
1208
|
+
"artifactType": "Manifest"
|
|
1136
1209
|
},
|
|
1137
1210
|
"createMode": {
|
|
1138
1211
|
"$ref": "#/definitions/CreateMode",
|
|
@@ -1145,17 +1218,9 @@
|
|
|
1145
1218
|
"artifactType": "Manifest"
|
|
1146
1219
|
},
|
|
1147
1220
|
"variantManagement": {
|
|
1148
|
-
"description": "
|
|
1221
|
+
"description": "Set this property to true to enable variant management for the table.",
|
|
1149
1222
|
"type": "boolean",
|
|
1150
1223
|
"artifactType": "Manifest"
|
|
1151
|
-
},
|
|
1152
|
-
"toolBar": {
|
|
1153
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1154
|
-
"description": "Tool Bar"
|
|
1155
|
-
},
|
|
1156
|
-
"columns": {
|
|
1157
|
-
"$ref": "#/definitions/GenericColumns",
|
|
1158
|
-
"description": "Columns"
|
|
1159
1224
|
}
|
|
1160
1225
|
},
|
|
1161
1226
|
"additionalProperties": false
|
|
@@ -1182,10 +1247,17 @@
|
|
|
1182
1247
|
"type": "boolean",
|
|
1183
1248
|
"artifactType": "Manifest"
|
|
1184
1249
|
},
|
|
1185
|
-
"
|
|
1186
|
-
"
|
|
1187
|
-
"
|
|
1188
|
-
"artifactType": "
|
|
1250
|
+
"useExportToExcel": {
|
|
1251
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1252
|
+
"type": "boolean",
|
|
1253
|
+
"artifactType": "FlexChange",
|
|
1254
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1255
|
+
},
|
|
1256
|
+
"exportType": {
|
|
1257
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1258
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1259
|
+
"artifactType": "FlexChange",
|
|
1260
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1189
1261
|
},
|
|
1190
1262
|
"editable": {
|
|
1191
1263
|
"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.",
|
|
@@ -1193,14 +1265,9 @@
|
|
|
1193
1265
|
"artifactType": "FlexChange",
|
|
1194
1266
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1195
1267
|
},
|
|
1196
|
-
"
|
|
1197
|
-
"
|
|
1198
|
-
"
|
|
1199
|
-
"artifactType": "Manifest"
|
|
1200
|
-
},
|
|
1201
|
-
"selectionLimit": {
|
|
1202
|
-
"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.",
|
|
1203
|
-
"type": "number",
|
|
1268
|
+
"createWithParameterDialog": {
|
|
1269
|
+
"$ref": "#/definitions/Fields4DialogOP",
|
|
1270
|
+
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
1204
1271
|
"artifactType": "Manifest"
|
|
1205
1272
|
},
|
|
1206
1273
|
"quickVariantSelection": {
|
|
@@ -1208,17 +1275,23 @@
|
|
|
1208
1275
|
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1209
1276
|
"artifactType": "Manifest"
|
|
1210
1277
|
},
|
|
1211
|
-
"
|
|
1212
|
-
"
|
|
1278
|
+
"toolBar": {
|
|
1279
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1280
|
+
"description": "Tool Bar"
|
|
1281
|
+
},
|
|
1282
|
+
"columns": {
|
|
1283
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1284
|
+
"description": "Columns"
|
|
1285
|
+
},
|
|
1286
|
+
"selectAll": {
|
|
1287
|
+
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
1213
1288
|
"type": "boolean",
|
|
1214
|
-
"artifactType": "
|
|
1215
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1289
|
+
"artifactType": "Manifest"
|
|
1216
1290
|
},
|
|
1217
|
-
"
|
|
1218
|
-
"
|
|
1219
|
-
"
|
|
1220
|
-
"artifactType": "
|
|
1221
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1291
|
+
"selectionLimit": {
|
|
1292
|
+
"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.",
|
|
1293
|
+
"type": "number",
|
|
1294
|
+
"artifactType": "Manifest"
|
|
1222
1295
|
},
|
|
1223
1296
|
"createMode": {
|
|
1224
1297
|
"$ref": "#/definitions/CreateMode",
|
|
@@ -1231,17 +1304,9 @@
|
|
|
1231
1304
|
"artifactType": "Manifest"
|
|
1232
1305
|
},
|
|
1233
1306
|
"variantManagement": {
|
|
1234
|
-
"description": "
|
|
1307
|
+
"description": "Set this property to true to enable variant management for the table.",
|
|
1235
1308
|
"type": "boolean",
|
|
1236
1309
|
"artifactType": "Manifest"
|
|
1237
|
-
},
|
|
1238
|
-
"toolBar": {
|
|
1239
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1240
|
-
"description": "Tool Bar"
|
|
1241
|
-
},
|
|
1242
|
-
"columns": {
|
|
1243
|
-
"$ref": "#/definitions/GenericColumns",
|
|
1244
|
-
"description": "Columns"
|
|
1245
1310
|
}
|
|
1246
1311
|
},
|
|
1247
1312
|
"additionalProperties": false
|
|
@@ -1268,10 +1333,17 @@
|
|
|
1268
1333
|
"type": "boolean",
|
|
1269
1334
|
"artifactType": "Manifest"
|
|
1270
1335
|
},
|
|
1271
|
-
"
|
|
1272
|
-
"
|
|
1273
|
-
"
|
|
1274
|
-
"artifactType": "
|
|
1336
|
+
"useExportToExcel": {
|
|
1337
|
+
"description": "useExportToExcel must be set to true if you want to export data to a spreadsheet application, for example Microsoft Excel.",
|
|
1338
|
+
"type": "boolean",
|
|
1339
|
+
"artifactType": "FlexChange",
|
|
1340
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1341
|
+
},
|
|
1342
|
+
"exportType": {
|
|
1343
|
+
"$ref": "#/definitions/smarttable.ExportType",
|
|
1344
|
+
"description": "Specifies the type of export to be used in the SmartTable control. UI5Client is the default option.",
|
|
1345
|
+
"artifactType": "FlexChange",
|
|
1346
|
+
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1275
1347
|
},
|
|
1276
1348
|
"editable": {
|
|
1277
1349
|
"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.",
|
|
@@ -1279,14 +1351,9 @@
|
|
|
1279
1351
|
"artifactType": "FlexChange",
|
|
1280
1352
|
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1281
1353
|
},
|
|
1282
|
-
"
|
|
1283
|
-
"
|
|
1284
|
-
"
|
|
1285
|
-
"artifactType": "Manifest"
|
|
1286
|
-
},
|
|
1287
|
-
"selectionLimit": {
|
|
1288
|
-
"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.",
|
|
1289
|
-
"type": "number",
|
|
1354
|
+
"createWithParameterDialog": {
|
|
1355
|
+
"$ref": "#/definitions/Fields4DialogOP",
|
|
1356
|
+
"description": "You can enable the creation of objects that have a maximum of 8 data fields through a dialog in the list report page.",
|
|
1290
1357
|
"artifactType": "Manifest"
|
|
1291
1358
|
},
|
|
1292
1359
|
"quickVariantSelection": {
|
|
@@ -1294,17 +1361,23 @@
|
|
|
1294
1361
|
"description": "With quickVariantSelection you can switch on the multiple view feature. It links to variants you must have been added to your annotations before.",
|
|
1295
1362
|
"artifactType": "Manifest"
|
|
1296
1363
|
},
|
|
1297
|
-
"
|
|
1298
|
-
"
|
|
1364
|
+
"toolBar": {
|
|
1365
|
+
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1366
|
+
"description": "Tool Bar"
|
|
1367
|
+
},
|
|
1368
|
+
"columns": {
|
|
1369
|
+
"$ref": "#/definitions/GenericColumns",
|
|
1370
|
+
"description": "Columns"
|
|
1371
|
+
},
|
|
1372
|
+
"selectAll": {
|
|
1373
|
+
"description": "The 'Select All' button is disabled by default. To enable it, set selectAll to true.",
|
|
1299
1374
|
"type": "boolean",
|
|
1300
|
-
"artifactType": "
|
|
1301
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1375
|
+
"artifactType": "Manifest"
|
|
1302
1376
|
},
|
|
1303
|
-
"
|
|
1304
|
-
"
|
|
1305
|
-
"
|
|
1306
|
-
"artifactType": "
|
|
1307
|
-
"controlType": "sap.ui.comp.smarttable.SmartTable"
|
|
1377
|
+
"selectionLimit": {
|
|
1378
|
+
"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.",
|
|
1379
|
+
"type": "number",
|
|
1380
|
+
"artifactType": "Manifest"
|
|
1308
1381
|
},
|
|
1309
1382
|
"createMode": {
|
|
1310
1383
|
"$ref": "#/definitions/CreateMode",
|
|
@@ -1317,17 +1390,9 @@
|
|
|
1317
1390
|
"artifactType": "Manifest"
|
|
1318
1391
|
},
|
|
1319
1392
|
"variantManagement": {
|
|
1320
|
-
"description": "
|
|
1393
|
+
"description": "Set this property to true to enable variant management for the table.",
|
|
1321
1394
|
"type": "boolean",
|
|
1322
1395
|
"artifactType": "Manifest"
|
|
1323
|
-
},
|
|
1324
|
-
"toolBar": {
|
|
1325
|
-
"$ref": "#/definitions/ObjectPageToolBar",
|
|
1326
|
-
"description": "Tool Bar"
|
|
1327
|
-
},
|
|
1328
|
-
"columns": {
|
|
1329
|
-
"$ref": "#/definitions/GenericColumns",
|
|
1330
|
-
"description": "Columns"
|
|
1331
1396
|
}
|
|
1332
1397
|
},
|
|
1333
1398
|
"additionalProperties": false
|