@sap/ux-specification 1.96.74 → 1.96.75
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 +26 -23
- 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 +102 -102
- package/dist/index-min.js.map +3 -3
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +83 -82
- package/dist/schemas/v2/ObjectPageConfig.json +78 -78
- package/dist/schemas/v2/OverviewPageConfig.json +77 -77
- package/dist/schemas/v4/ApplicationV4.json +4 -4
- package/dist/schemas/v4/ListReportConfig.json +44 -44
- package/dist/schemas/v4/ObjectPageConfig.json +44 -44
- package/dist/specification/package.json +5 -5
- package/dist/specification/src/api.js +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/controls/Fragment.js +14 -6
- package/dist/specification/src/sync/v2/export/controls/Fragment.js.map +1 -1
- package/dist/specification/src/sync/v2/export/export.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/export/export.js +6 -1
- package/dist/specification/src/sync/v2/export/export.js.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.d.ts +3 -2
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +38 -23
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js +1 -1
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/types/src/common/Application.d.ts +4 -8
- package/dist/types/src/common/Application.d.ts.map +1 -1
- package/dist/types/src/v2/application.d.ts +1 -1
- package/dist/types/src/v2/controls/Action.d.ts +4 -2
- package/dist/types/src/v2/controls/Action.d.ts.map +1 -1
- package/dist/types/src/v2/controls/AnalyticalListPageKPI.d.ts +6 -6
- package/dist/types/src/v2/controls/Card.d.ts +36 -35
- package/dist/types/src/v2/controls/Card.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Card.js.map +1 -1
- package/dist/types/src/v2/controls/Field.d.ts +1 -1
- package/dist/types/src/v2/controls/FilterBar.d.ts +18 -14
- package/dist/types/src/v2/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v2/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v2/controls/ObjectPageChart.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageHeader.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageLayout.d.ts +4 -4
- package/dist/types/src/v2/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts +19 -19
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +50 -45
- package/dist/types/src/v2/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.js.map +1 -1
- package/dist/types/src/v2/overviewPage.d.ts +2 -2
- package/dist/types/src/v2/pages/ObjectPageConfigV2.d.ts +4 -4
- package/dist/types/src/v2/pages/OverviewPageConfigV2.d.ts +5 -5
- package/dist/types/src/v4/controls/CustomAction.d.ts +3 -3
- package/dist/types/src/v4/controls/FilterBar.d.ts +5 -7
- package/dist/types/src/v4/controls/FilterBar.d.ts.map +1 -1
- package/dist/types/src/v4/controls/FilterBar.js.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageFooter.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageForm.d.ts +1 -1
- package/dist/types/src/v4/controls/ObjectPageHeader.d.ts +5 -5
- package/dist/types/src/v4/controls/ObjectPageHeaderSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts +1 -2
- package/dist/types/src/v4/controls/ObjectPageLayout.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ObjectPageSection.d.ts +2 -2
- package/dist/types/src/v4/controls/ObjectPageTable.d.ts +4 -4
- package/dist/types/src/v4/controls/ObjectPageToolBar.d.ts +2 -2
- package/dist/types/src/v4/controls/Table.d.ts +26 -33
- package/dist/types/src/v4/controls/Table.d.ts.map +1 -1
- package/dist/types/src/v4/controls/ToolBar.d.ts +3 -3
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts +1 -2
- package/dist/types/src/v4/pages/ListReportConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts +3 -4
- package/dist/types/src/v4/pages/ObjectPageConfigV4.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts +10 -8
- package/dist/types/src/v4/webapp/manifest/ManifestSettings.d.ts.map +1 -1
- package/dist/types/src/v4/webapp/manifest/sapUi5.d.ts +1 -1
- package/package.json +5 -5
|
@@ -37,7 +37,7 @@
|
|
|
37
37
|
},
|
|
38
38
|
"defaultPath": {
|
|
39
39
|
"$ref": "#/definitions/DefaultPathType",
|
|
40
|
-
"description": "
|
|
40
|
+
"description": "Definesthe initial view mode:\n- primary: This property loads the app in chart-only view.\n- secondary: This property loads the app in table-only view.\n- both: This property loads the app in hybrid view.",
|
|
41
41
|
"artifactType": "Manifest",
|
|
42
42
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/2a9df06673d34f72b238549d49da8bfb"
|
|
43
43
|
},
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"type": "string"
|
|
105
105
|
}
|
|
106
106
|
],
|
|
107
|
-
"description": "
|
|
107
|
+
"description": "Defines if the action button is visible.",
|
|
108
108
|
"artifactType": "Manifest"
|
|
109
109
|
},
|
|
110
110
|
"enabled": {
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"type": "string"
|
|
121
121
|
}
|
|
122
122
|
],
|
|
123
|
-
"description": "
|
|
123
|
+
"description": "Defines if the action is enabled. The default value is true.",
|
|
124
124
|
"artifactType": "Manifest"
|
|
125
125
|
}
|
|
126
126
|
},
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
},
|
|
184
184
|
"layout": {
|
|
185
185
|
"$ref": "#/definitions/LayoutType",
|
|
186
|
-
"description": "Allows you to specify the layout of the filter bar.\n
|
|
186
|
+
"description": "Allows you to specify the layout of the filter bar.\n- Compact: This setting shows filter fields in compact mode.\n- CompactVisual: This setting shows filter fields in both compact and visual modes.",
|
|
187
187
|
"artifactType": "Manifest",
|
|
188
188
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
|
|
189
189
|
}
|
|
@@ -228,7 +228,7 @@
|
|
|
228
228
|
"artifactType": "Manifest"
|
|
229
229
|
},
|
|
230
230
|
"required": {
|
|
231
|
-
"description": "
|
|
231
|
+
"description": "Determines whether the filter field requires a value.",
|
|
232
232
|
"type": "boolean",
|
|
233
233
|
"artifactType": "Manifest"
|
|
234
234
|
},
|
|
@@ -295,7 +295,7 @@
|
|
|
295
295
|
"properties": {
|
|
296
296
|
"availability": {
|
|
297
297
|
"$ref": "#/definitions/Availability",
|
|
298
|
-
"description": "Defines where the selection field
|
|
298
|
+
"description": "Defines where the selection field appears.\n- Default: The filter field appears by default in the filter bar (both the regular filter fields as well as the corresponding visual filter fields).\n- Adaptation: The filter field only appears under Adapt Filters.\n- Hidden: The filter field is hidden.",
|
|
299
299
|
"artifactType": "Manifest",
|
|
300
300
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
|
|
301
301
|
},
|
|
@@ -394,7 +394,7 @@
|
|
|
394
394
|
},
|
|
395
395
|
"afterExecution": {
|
|
396
396
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
397
|
-
"description": "Settings that
|
|
397
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
398
398
|
"artifactType": "Manifest"
|
|
399
399
|
}
|
|
400
400
|
},
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"type": "string"
|
|
462
462
|
}
|
|
463
463
|
],
|
|
464
|
-
"description": "
|
|
464
|
+
"description": "Defines if the action button is visible.",
|
|
465
465
|
"artifactType": "Manifest"
|
|
466
466
|
},
|
|
467
467
|
"enabled": {
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"type": "string"
|
|
478
478
|
}
|
|
479
479
|
],
|
|
480
|
-
"description": "
|
|
480
|
+
"description": "Defines if the action is enabled. The default value is true.",
|
|
481
481
|
"artifactType": "Manifest"
|
|
482
482
|
}
|
|
483
483
|
},
|
|
@@ -518,7 +518,7 @@
|
|
|
518
518
|
},
|
|
519
519
|
"initialLoad": {
|
|
520
520
|
"$ref": "#/definitions/InitialLoadType",
|
|
521
|
-
"description": "
|
|
521
|
+
"description": "Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant.\n- Disabled: Data is not loaded automatically. Users have to click the Go button.",
|
|
522
522
|
"artifactType": "Manifest",
|
|
523
523
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
524
524
|
},
|
|
@@ -536,12 +536,12 @@
|
|
|
536
536
|
},
|
|
537
537
|
"type": {
|
|
538
538
|
"$ref": "#/definitions/TableTypeV4",
|
|
539
|
-
"description": "
|
|
539
|
+
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
540
540
|
"artifactType": "Manifest"
|
|
541
541
|
},
|
|
542
542
|
"selectionMode": {
|
|
543
543
|
"$ref": "#/definitions/SelectionMode",
|
|
544
|
-
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n
|
|
544
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
|
|
545
545
|
"artifactType": "Manifest"
|
|
546
546
|
},
|
|
547
547
|
"selectAll": {
|
|
@@ -555,18 +555,18 @@
|
|
|
555
555
|
"artifactType": "Manifest"
|
|
556
556
|
},
|
|
557
557
|
"enableExport": {
|
|
558
|
-
"description": "
|
|
558
|
+
"description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
|
|
559
559
|
"type": "boolean",
|
|
560
560
|
"artifactType": "Manifest",
|
|
561
561
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
|
|
562
562
|
},
|
|
563
563
|
"quickVariantSelection": {
|
|
564
564
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
565
|
-
"description": "With quickVariantSelection you can switch
|
|
565
|
+
"description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
|
|
566
566
|
"artifactType": "Manifest"
|
|
567
567
|
},
|
|
568
568
|
"condensedTableLayout": {
|
|
569
|
-
"description": "
|
|
569
|
+
"description": "Determines whether the content density for ui.table is condensed.",
|
|
570
570
|
"type": "boolean",
|
|
571
571
|
"artifactType": "Manifest",
|
|
572
572
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
|
|
@@ -642,12 +642,12 @@
|
|
|
642
642
|
"properties": {
|
|
643
643
|
"enableOnSelect": {
|
|
644
644
|
"$ref": "#/definitions/SelectType",
|
|
645
|
-
"description": "Enables single selection for a bound action",
|
|
645
|
+
"description": "Enables single selection for a bound action.",
|
|
646
646
|
"artifactType": "Manifest"
|
|
647
647
|
},
|
|
648
648
|
"afterExecution": {
|
|
649
649
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
650
|
-
"description": "Settings that
|
|
650
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
651
651
|
"artifactType": "Manifest"
|
|
652
652
|
}
|
|
653
653
|
},
|
|
@@ -690,7 +690,7 @@
|
|
|
690
690
|
"type": "string"
|
|
691
691
|
}
|
|
692
692
|
],
|
|
693
|
-
"description": "
|
|
693
|
+
"description": "Defines if the action button is visible.",
|
|
694
694
|
"artifactType": "Manifest"
|
|
695
695
|
},
|
|
696
696
|
"enabled": {
|
|
@@ -706,7 +706,7 @@
|
|
|
706
706
|
"type": "string"
|
|
707
707
|
}
|
|
708
708
|
],
|
|
709
|
-
"description": "
|
|
709
|
+
"description": "Defines if the action is enabled. The default value is true.",
|
|
710
710
|
"artifactType": "Manifest"
|
|
711
711
|
}
|
|
712
712
|
},
|
|
@@ -779,7 +779,7 @@
|
|
|
779
779
|
"properties": {
|
|
780
780
|
"afterExecution": {
|
|
781
781
|
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
782
|
-
"description": "Settings that
|
|
782
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
783
783
|
"artifactType": "Manifest"
|
|
784
784
|
},
|
|
785
785
|
"width": {
|
|
@@ -824,7 +824,7 @@
|
|
|
824
824
|
"artifactType": "Manifest"
|
|
825
825
|
},
|
|
826
826
|
"header": {
|
|
827
|
-
"description": "The header
|
|
827
|
+
"description": "The header appears in the table as a header, as well as in the add and remove dialogs.",
|
|
828
828
|
"i18nClassification": "COL: Custom column header text",
|
|
829
829
|
"artifactType": "Manifest",
|
|
830
830
|
"type": "string"
|
|
@@ -836,7 +836,7 @@
|
|
|
836
836
|
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
|
|
837
837
|
},
|
|
838
838
|
"template": {
|
|
839
|
-
"description": "
|
|
839
|
+
"description": "Defines a target fragment.",
|
|
840
840
|
"artifactType": "Manifest",
|
|
841
841
|
"type": "string"
|
|
842
842
|
},
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
"artifactType": "Manifest"
|
|
852
852
|
},
|
|
853
853
|
"properties": {
|
|
854
|
-
"description": "If provided and sorting
|
|
854
|
+
"description": "If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed.",
|
|
855
855
|
"artifactType": "Manifest",
|
|
856
856
|
"type": "array",
|
|
857
857
|
"items": {
|
|
@@ -920,7 +920,7 @@
|
|
|
920
920
|
"type": "object",
|
|
921
921
|
"properties": {
|
|
922
922
|
"paths": {
|
|
923
|
-
"description": "List of annotation paths referring to SelectionVariant annotations",
|
|
923
|
+
"description": "List of annotation paths referring to SelectionVariant annotations.",
|
|
924
924
|
"type": "array",
|
|
925
925
|
"items": {
|
|
926
926
|
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
@@ -928,12 +928,12 @@
|
|
|
928
928
|
"artifactType": "Manifest"
|
|
929
929
|
},
|
|
930
930
|
"hideTableTitle": {
|
|
931
|
-
"description": "
|
|
931
|
+
"description": "Determines whether the table title is hidden and the tab titles are displayed.",
|
|
932
932
|
"type": "boolean",
|
|
933
933
|
"artifactType": "Manifest"
|
|
934
934
|
},
|
|
935
935
|
"showCounts": {
|
|
936
|
-
"description": "
|
|
936
|
+
"description": "Determines whether the entry view counts are shown.",
|
|
937
937
|
"type": "boolean",
|
|
938
938
|
"artifactType": "Manifest"
|
|
939
939
|
}
|
|
@@ -967,7 +967,7 @@
|
|
|
967
967
|
},
|
|
968
968
|
"initialLoad": {
|
|
969
969
|
"$ref": "#/definitions/InitialLoadType",
|
|
970
|
-
"description": "
|
|
970
|
+
"description": "Determines whether the data in the table is automatically loaded.\n- Auto (default): Data is loaded automatically if a default filter value has been set in the filter bar.\n- Enabled: Data is loaded automatically, as defined by the standard variant\n- Disabled: Data is not loaded automatically. Users have to click the Go button.",
|
|
971
971
|
"artifactType": "Manifest",
|
|
972
972
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
973
973
|
},
|
|
@@ -988,13 +988,13 @@
|
|
|
988
988
|
},
|
|
989
989
|
"type": {
|
|
990
990
|
"$ref": "#/definitions/TableTypeV4",
|
|
991
|
-
"description": "
|
|
991
|
+
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
992
992
|
"artifactType": "Manifest",
|
|
993
993
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
994
994
|
},
|
|
995
995
|
"selectionMode": {
|
|
996
996
|
"$ref": "#/definitions/SelectionMode",
|
|
997
|
-
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n
|
|
997
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
|
|
998
998
|
"artifactType": "Manifest",
|
|
999
999
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd"
|
|
1000
1000
|
},
|
|
@@ -1009,18 +1009,18 @@
|
|
|
1009
1009
|
"artifactType": "Manifest"
|
|
1010
1010
|
},
|
|
1011
1011
|
"enableExport": {
|
|
1012
|
-
"description": "
|
|
1012
|
+
"description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
|
|
1013
1013
|
"type": "boolean",
|
|
1014
1014
|
"artifactType": "Manifest",
|
|
1015
1015
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
|
|
1016
1016
|
},
|
|
1017
1017
|
"quickVariantSelection": {
|
|
1018
1018
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
1019
|
-
"description": "With quickVariantSelection you can switch
|
|
1019
|
+
"description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
|
|
1020
1020
|
"artifactType": "Manifest"
|
|
1021
1021
|
},
|
|
1022
1022
|
"condensedTableLayout": {
|
|
1023
|
-
"description": "
|
|
1023
|
+
"description": "Determines whether the content density for ui.table is condensed.",
|
|
1024
1024
|
"type": "boolean",
|
|
1025
1025
|
"artifactType": "Manifest",
|
|
1026
1026
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
|
|
@@ -1134,17 +1134,17 @@
|
|
|
1134
1134
|
"type": "string"
|
|
1135
1135
|
}
|
|
1136
1136
|
],
|
|
1137
|
-
"description": "
|
|
1137
|
+
"description": "Defines whether the view is visible.",
|
|
1138
1138
|
"artifactType": "Manifest"
|
|
1139
1139
|
},
|
|
1140
1140
|
"type": {
|
|
1141
1141
|
"$ref": "#/definitions/TableTypeV4",
|
|
1142
|
-
"description": "
|
|
1142
|
+
"description": "Defines the table type. Note: Grid tables, analytical tables, and tree tables aren't rendered on small-screen devices. Responsive tables are shown instead.",
|
|
1143
1143
|
"artifactType": "Manifest"
|
|
1144
1144
|
},
|
|
1145
1145
|
"selectionMode": {
|
|
1146
1146
|
"$ref": "#/definitions/SelectionMode",
|
|
1147
|
-
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n
|
|
1147
|
+
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n- Auto: This type is deprecated. Choose any of the following modes:\n- Multi (default): This type allows multiple table selections if relevant actions are available in the toolbar.\n- Single: This type allows single table selection if relevant actions are available in the toolbar.\n- None: No table selection is possible in display mode.",
|
|
1148
1148
|
"artifactType": "Manifest"
|
|
1149
1149
|
},
|
|
1150
1150
|
"selectAll": {
|
|
@@ -1158,18 +1158,18 @@
|
|
|
1158
1158
|
"artifactType": "Manifest"
|
|
1159
1159
|
},
|
|
1160
1160
|
"enableExport": {
|
|
1161
|
-
"description": "
|
|
1161
|
+
"description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
|
|
1162
1162
|
"type": "boolean",
|
|
1163
1163
|
"artifactType": "Manifest",
|
|
1164
1164
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
|
|
1165
1165
|
},
|
|
1166
1166
|
"quickVariantSelection": {
|
|
1167
1167
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
1168
|
-
"description": "With quickVariantSelection you can switch
|
|
1168
|
+
"description": "With quickVariantSelection you can switch to multiple views (single table mode). It links to a SelectionVariant (filters) or SelectionPresentationVariant (filters and sorters) that you have added to your annotations.",
|
|
1169
1169
|
"artifactType": "Manifest"
|
|
1170
1170
|
},
|
|
1171
1171
|
"condensedTableLayout": {
|
|
1172
|
-
"description": "
|
|
1172
|
+
"description": "Determines whether the content density for ui.table is condensed.",
|
|
1173
1173
|
"type": "boolean",
|
|
1174
1174
|
"artifactType": "Manifest",
|
|
1175
1175
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
|
|
@@ -1204,7 +1204,7 @@
|
|
|
1204
1204
|
"type": "string"
|
|
1205
1205
|
}
|
|
1206
1206
|
],
|
|
1207
|
-
"description": "
|
|
1207
|
+
"description": "Defines whether the view is visible or not.",
|
|
1208
1208
|
"artifactType": "Manifest"
|
|
1209
1209
|
},
|
|
1210
1210
|
"key": {
|
|
@@ -1219,7 +1219,7 @@
|
|
|
1219
1219
|
"artifactType": "Manifest"
|
|
1220
1220
|
},
|
|
1221
1221
|
"annotationPath": {
|
|
1222
|
-
"description": "
|
|
1222
|
+
"description": "The annotationPath refers to a SelectionPresentationVariant or PresentationVariant annotation.\nTo use charts in multiple table mode, define a UI.Chart annotation, including a qualifier, and reference the UI.Chart annotation in your SelectionPresentationVariant or PresentationVariant annotation.",
|
|
1223
1223
|
"type": "string",
|
|
1224
1224
|
"artifactType": "Manifest"
|
|
1225
1225
|
},
|
|
@@ -1276,7 +1276,7 @@
|
|
|
1276
1276
|
"type": "string"
|
|
1277
1277
|
}
|
|
1278
1278
|
],
|
|
1279
|
-
"description": "
|
|
1279
|
+
"description": "Defines whether the view is visible.",
|
|
1280
1280
|
"artifactType": "Manifest"
|
|
1281
1281
|
}
|
|
1282
1282
|
},
|
|
@@ -1329,7 +1329,7 @@
|
|
|
1329
1329
|
"properties": {
|
|
1330
1330
|
"afterExecution": {
|
|
1331
1331
|
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
1332
|
-
"description": "Settings that
|
|
1332
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
1333
1333
|
"artifactType": "Manifest"
|
|
1334
1334
|
},
|
|
1335
1335
|
"width": {
|
|
@@ -1369,7 +1369,7 @@
|
|
|
1369
1369
|
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
|
|
1370
1370
|
},
|
|
1371
1371
|
"template": {
|
|
1372
|
-
"description": "
|
|
1372
|
+
"description": "Defines a target fragment.",
|
|
1373
1373
|
"artifactType": "Manifest",
|
|
1374
1374
|
"type": "string"
|
|
1375
1375
|
},
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"artifactType": "Manifest"
|
|
1385
1385
|
},
|
|
1386
1386
|
"properties": {
|
|
1387
|
-
"description": "If provided and sorting
|
|
1387
|
+
"description": "If provided and sorting for the table is enabled, the custom column header can be clicked.\nOnce clicked, a list of properties that can be sorted by are displayed.",
|
|
1388
1388
|
"artifactType": "Manifest",
|
|
1389
1389
|
"type": "array",
|
|
1390
1390
|
"items": {
|