@sap/ux-specification 1.120.22 → 1.120.24
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 +51 -20
- 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 +104 -104
- package/dist/index-min.js.map +4 -4
- package/dist/schemas/v2/AnalyticalListPageConfig.json +76 -76
- package/dist/schemas/v2/ApplicationV2.json +5 -5
- package/dist/schemas/v2/ListReportConfig.json +86 -85
- package/dist/schemas/v2/ObjectPageConfig.json +83 -83
- package/dist/schemas/v2/OverviewPageConfig.json +84 -84
- package/dist/schemas/v4/ApplicationV4.json +5 -6
- package/dist/schemas/v4/ListReportConfig.json +47 -47
- package/dist/schemas/v4/ObjectPageConfig.json +46 -46
- package/dist/specification/package.json +8 -8
- package/dist/specification/src/api.js +2 -2
- package/dist/specification/src/sync/common/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/common/appProvider.js +19 -3
- package/dist/specification/src/sync/common/appProvider.js.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.d.ts +3 -3
- package/dist/specification/src/sync/common/decoration/control.d.ts.map +1 -1
- package/dist/specification/src/sync/common/decoration/control.js +17 -11
- package/dist/specification/src/sync/common/decoration/control.js.map +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 +7 -7
- package/dist/specification/src/sync/v2/import/common/index.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/common/index.js +62 -69
- package/dist/specification/src/sync/v2/import/common/index.js.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.d.ts +28 -2
- package/dist/specification/src/sync/v2/import/controls/table.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/controls/table.js +98 -22
- package/dist/specification/src/sync/v2/import/controls/table.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js +12 -3
- package/dist/specification/src/sync/v2/import/pages/analyticalListPage.js.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts +9 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.d.ts.map +1 -1
- package/dist/specification/src/sync/v2/import/pages/listReport.js +48 -7
- 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 +57 -19
- package/dist/specification/src/sync/v2/import/pages/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js +1 -1
- package/dist/specification/src/sync/v4/export/manifest.js.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js +2 -1
- package/dist/specification/src/sync/v4/generate/objectPage.js.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.d.ts.map +1 -1
- package/dist/specification/src/sync/v4/import/app/appProvider.js +9 -3
- package/dist/specification/src/sync/v4/import/app/appProvider.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 +37 -36
- 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 +20 -20
- package/dist/types/src/v2/controls/ObjectPageTable.d.ts.map +1 -1
- package/dist/types/src/v2/controls/Table.d.ts +52 -47
- 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 +6 -6
- 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 +27 -34
- 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/page.d.ts +1 -1
- package/dist/types/src/v4/page.d.ts.map +1 -1
- 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 +8 -8
|
@@ -50,17 +50,17 @@
|
|
|
50
50
|
"description": "Represents the release status for the developer adaptation in the cloud (relevant for SAP internal only). The supported types are released, deprecated, obsolete, no value means not released."
|
|
51
51
|
},
|
|
52
52
|
"title": {
|
|
53
|
-
"description": "
|
|
53
|
+
"description": "Defines the title for the application.",
|
|
54
54
|
"i18nClassification": "TIT: Title of the application",
|
|
55
55
|
"type": "string"
|
|
56
56
|
},
|
|
57
57
|
"description": {
|
|
58
|
-
"description": "
|
|
58
|
+
"description": "Defines the description for the application.",
|
|
59
59
|
"i18nClassification": "TIT: Description of the application",
|
|
60
60
|
"type": "string"
|
|
61
61
|
},
|
|
62
62
|
"flexEnabled": {
|
|
63
|
-
"description": "
|
|
63
|
+
"description": "Enables key user adaptation for an application.",
|
|
64
64
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/ccd45ba3f0b446a0901b2c9d42b8ad53",
|
|
65
65
|
"type": "boolean"
|
|
66
66
|
}
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
"type": "object",
|
|
72
72
|
"properties": {
|
|
73
73
|
"limitFCLToTwoColumns": {
|
|
74
|
-
"description": "
|
|
74
|
+
"description": "Determines whether the Flexible Column Layout is limited to two columns. If set to true, the third level will be displayed in full screen mode rather than a third column.",
|
|
75
75
|
"type": "boolean"
|
|
76
76
|
},
|
|
77
77
|
"defaultTwoColumnLayoutType": {
|
|
@@ -286,8 +286,7 @@
|
|
|
286
286
|
},
|
|
287
287
|
"additionalProperties": false,
|
|
288
288
|
"required": [
|
|
289
|
-
"id"
|
|
290
|
-
"name"
|
|
289
|
+
"id"
|
|
291
290
|
]
|
|
292
291
|
},
|
|
293
292
|
"FlexibleColumnLayoutAggregations": {
|
|
@@ -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
|
},
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
},
|
|
190
190
|
"layout": {
|
|
191
191
|
"$ref": "#/definitions/LayoutType",
|
|
192
|
-
"description": "Allows you to specify the layout of the filter bar.\n
|
|
192
|
+
"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.",
|
|
193
193
|
"artifactType": "Manifest",
|
|
194
194
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
|
|
195
195
|
}
|
|
@@ -234,7 +234,7 @@
|
|
|
234
234
|
"artifactType": "Manifest"
|
|
235
235
|
},
|
|
236
236
|
"required": {
|
|
237
|
-
"description": "
|
|
237
|
+
"description": "Determines whether the filter field requires a value.",
|
|
238
238
|
"type": "boolean",
|
|
239
239
|
"artifactType": "Manifest"
|
|
240
240
|
},
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
"properties": {
|
|
302
302
|
"availability": {
|
|
303
303
|
"$ref": "#/definitions/Availability",
|
|
304
|
-
"description": "Defines where the selection field
|
|
304
|
+
"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.",
|
|
305
305
|
"artifactType": "Manifest",
|
|
306
306
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/33f3d807c10b47d9a8141692d2619dc2"
|
|
307
307
|
},
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
},
|
|
401
401
|
"afterExecution": {
|
|
402
402
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
403
|
-
"description": "Settings that
|
|
403
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
404
404
|
"artifactType": "Manifest"
|
|
405
405
|
}
|
|
406
406
|
},
|
|
@@ -467,7 +467,7 @@
|
|
|
467
467
|
"type": "string"
|
|
468
468
|
}
|
|
469
469
|
],
|
|
470
|
-
"description": "
|
|
470
|
+
"description": "Defines if the action button is visible.",
|
|
471
471
|
"artifactType": "Manifest"
|
|
472
472
|
},
|
|
473
473
|
"enabled": {
|
|
@@ -483,7 +483,7 @@
|
|
|
483
483
|
"type": "string"
|
|
484
484
|
}
|
|
485
485
|
],
|
|
486
|
-
"description": "
|
|
486
|
+
"description": "Defines if the action is enabled. The default value is true.",
|
|
487
487
|
"artifactType": "Manifest"
|
|
488
488
|
}
|
|
489
489
|
},
|
|
@@ -524,7 +524,7 @@
|
|
|
524
524
|
},
|
|
525
525
|
"initialLoad": {
|
|
526
526
|
"$ref": "#/definitions/InitialLoadType",
|
|
527
|
-
"description": "
|
|
527
|
+
"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.",
|
|
528
528
|
"artifactType": "Manifest",
|
|
529
529
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
530
530
|
},
|
|
@@ -542,12 +542,12 @@
|
|
|
542
542
|
},
|
|
543
543
|
"type": {
|
|
544
544
|
"$ref": "#/definitions/TableTypeV4",
|
|
545
|
-
"description": "
|
|
545
|
+
"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.",
|
|
546
546
|
"artifactType": "Manifest"
|
|
547
547
|
},
|
|
548
548
|
"selectionMode": {
|
|
549
549
|
"$ref": "#/definitions/SelectionMode",
|
|
550
|
-
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n
|
|
550
|
+
"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.",
|
|
551
551
|
"artifactType": "Manifest"
|
|
552
552
|
},
|
|
553
553
|
"selectAll": {
|
|
@@ -561,18 +561,18 @@
|
|
|
561
561
|
"artifactType": "Manifest"
|
|
562
562
|
},
|
|
563
563
|
"enableExport": {
|
|
564
|
-
"description": "
|
|
564
|
+
"description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
|
|
565
565
|
"type": "boolean",
|
|
566
566
|
"artifactType": "Manifest",
|
|
567
567
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
|
|
568
568
|
},
|
|
569
569
|
"quickVariantSelection": {
|
|
570
570
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
571
|
-
"description": "With quickVariantSelection you can switch
|
|
571
|
+
"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.",
|
|
572
572
|
"artifactType": "Manifest"
|
|
573
573
|
},
|
|
574
574
|
"condensedTableLayout": {
|
|
575
|
-
"description": "
|
|
575
|
+
"description": "Determines whether the content density for ui.table is condensed.",
|
|
576
576
|
"type": "boolean",
|
|
577
577
|
"artifactType": "Manifest",
|
|
578
578
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
|
|
@@ -584,7 +584,7 @@
|
|
|
584
584
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
585
585
|
},
|
|
586
586
|
"widthIncludingColumnHeader": {
|
|
587
|
-
"description": "
|
|
587
|
+
"description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
|
|
588
588
|
"type": "boolean",
|
|
589
589
|
"artifactType": "Manifest",
|
|
590
590
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
|
|
@@ -660,12 +660,12 @@
|
|
|
660
660
|
"properties": {
|
|
661
661
|
"enableOnSelect": {
|
|
662
662
|
"$ref": "#/definitions/SelectType",
|
|
663
|
-
"description": "Enables single selection for a bound action",
|
|
663
|
+
"description": "Enables single selection for a bound action.",
|
|
664
664
|
"artifactType": "Manifest"
|
|
665
665
|
},
|
|
666
666
|
"afterExecution": {
|
|
667
667
|
"$ref": "#/definitions/ActionAfterExecutionConfigurationToolBarLR",
|
|
668
|
-
"description": "Settings that
|
|
668
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
669
669
|
"artifactType": "Manifest"
|
|
670
670
|
}
|
|
671
671
|
},
|
|
@@ -708,7 +708,7 @@
|
|
|
708
708
|
"type": "string"
|
|
709
709
|
}
|
|
710
710
|
],
|
|
711
|
-
"description": "
|
|
711
|
+
"description": "Defines if the action button is visible.",
|
|
712
712
|
"artifactType": "Manifest"
|
|
713
713
|
},
|
|
714
714
|
"enabled": {
|
|
@@ -724,7 +724,7 @@
|
|
|
724
724
|
"type": "string"
|
|
725
725
|
}
|
|
726
726
|
],
|
|
727
|
-
"description": "
|
|
727
|
+
"description": "Defines if the action is enabled. The default value is true.",
|
|
728
728
|
"artifactType": "Manifest"
|
|
729
729
|
}
|
|
730
730
|
},
|
|
@@ -803,7 +803,7 @@
|
|
|
803
803
|
"properties": {
|
|
804
804
|
"afterExecution": {
|
|
805
805
|
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
806
|
-
"description": "Settings that
|
|
806
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
807
807
|
"artifactType": "Manifest"
|
|
808
808
|
},
|
|
809
809
|
"width": {
|
|
@@ -854,7 +854,7 @@
|
|
|
854
854
|
"artifactType": "Manifest"
|
|
855
855
|
},
|
|
856
856
|
"header": {
|
|
857
|
-
"description": "The header
|
|
857
|
+
"description": "The header appears in the table as a header, as well as in the add and remove dialogs.",
|
|
858
858
|
"i18nClassification": "COL: Custom column header text",
|
|
859
859
|
"artifactType": "Manifest",
|
|
860
860
|
"type": "string"
|
|
@@ -866,7 +866,7 @@
|
|
|
866
866
|
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
|
|
867
867
|
},
|
|
868
868
|
"template": {
|
|
869
|
-
"description": "
|
|
869
|
+
"description": "Defines a target fragment.",
|
|
870
870
|
"artifactType": "Manifest",
|
|
871
871
|
"type": "string"
|
|
872
872
|
},
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
"artifactType": "Manifest"
|
|
882
882
|
},
|
|
883
883
|
"properties": {
|
|
884
|
-
"description": "If provided and sorting
|
|
884
|
+
"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.",
|
|
885
885
|
"artifactType": "Manifest",
|
|
886
886
|
"type": "array",
|
|
887
887
|
"items": {
|
|
@@ -951,7 +951,7 @@
|
|
|
951
951
|
"type": "object",
|
|
952
952
|
"properties": {
|
|
953
953
|
"paths": {
|
|
954
|
-
"description": "List of annotation paths referring to SelectionVariant annotations",
|
|
954
|
+
"description": "List of annotation paths referring to SelectionVariant annotations.",
|
|
955
955
|
"type": "array",
|
|
956
956
|
"items": {
|
|
957
957
|
"$ref": "#/definitions/AnnotationPathAsObject"
|
|
@@ -959,12 +959,12 @@
|
|
|
959
959
|
"artifactType": "Manifest"
|
|
960
960
|
},
|
|
961
961
|
"hideTableTitle": {
|
|
962
|
-
"description": "
|
|
962
|
+
"description": "Determines whether the table title is hidden and the tab titles are displayed.",
|
|
963
963
|
"type": "boolean",
|
|
964
964
|
"artifactType": "Manifest"
|
|
965
965
|
},
|
|
966
966
|
"showCounts": {
|
|
967
|
-
"description": "
|
|
967
|
+
"description": "Determines whether the entry view counts are shown.",
|
|
968
968
|
"type": "boolean",
|
|
969
969
|
"artifactType": "Manifest"
|
|
970
970
|
}
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
},
|
|
999
999
|
"initialLoad": {
|
|
1000
1000
|
"$ref": "#/definitions/InitialLoadType",
|
|
1001
|
-
"description": "
|
|
1001
|
+
"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.",
|
|
1002
1002
|
"artifactType": "Manifest",
|
|
1003
1003
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/9f4e1192f1384b85bc160288e17f69c4"
|
|
1004
1004
|
},
|
|
@@ -1019,13 +1019,13 @@
|
|
|
1019
1019
|
},
|
|
1020
1020
|
"type": {
|
|
1021
1021
|
"$ref": "#/definitions/TableTypeV4",
|
|
1022
|
-
"description": "
|
|
1022
|
+
"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.",
|
|
1023
1023
|
"artifactType": "Manifest",
|
|
1024
1024
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
1025
1025
|
},
|
|
1026
1026
|
"selectionMode": {
|
|
1027
1027
|
"$ref": "#/definitions/SelectionMode",
|
|
1028
|
-
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n
|
|
1028
|
+
"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.",
|
|
1029
1029
|
"artifactType": "Manifest",
|
|
1030
1030
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/116b5d82e8c545e2a56e1b51b8b0a9bd"
|
|
1031
1031
|
},
|
|
@@ -1040,18 +1040,18 @@
|
|
|
1040
1040
|
"artifactType": "Manifest"
|
|
1041
1041
|
},
|
|
1042
1042
|
"enableExport": {
|
|
1043
|
-
"description": "
|
|
1043
|
+
"description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
|
|
1044
1044
|
"type": "boolean",
|
|
1045
1045
|
"artifactType": "Manifest",
|
|
1046
1046
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
|
|
1047
1047
|
},
|
|
1048
1048
|
"quickVariantSelection": {
|
|
1049
1049
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
1050
|
-
"description": "With quickVariantSelection you can switch
|
|
1050
|
+
"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.",
|
|
1051
1051
|
"artifactType": "Manifest"
|
|
1052
1052
|
},
|
|
1053
1053
|
"condensedTableLayout": {
|
|
1054
|
-
"description": "
|
|
1054
|
+
"description": "Determines whether the content density for ui.table is condensed.",
|
|
1055
1055
|
"type": "boolean",
|
|
1056
1056
|
"artifactType": "Manifest",
|
|
1057
1057
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
|
|
@@ -1063,7 +1063,7 @@
|
|
|
1063
1063
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
1064
1064
|
},
|
|
1065
1065
|
"widthIncludingColumnHeader": {
|
|
1066
|
-
"description": "
|
|
1066
|
+
"description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
|
|
1067
1067
|
"type": "boolean",
|
|
1068
1068
|
"artifactType": "Manifest",
|
|
1069
1069
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
|
|
@@ -1177,17 +1177,17 @@
|
|
|
1177
1177
|
"type": "string"
|
|
1178
1178
|
}
|
|
1179
1179
|
],
|
|
1180
|
-
"description": "
|
|
1180
|
+
"description": "Defines whether the view is visible.",
|
|
1181
1181
|
"artifactType": "Manifest"
|
|
1182
1182
|
},
|
|
1183
1183
|
"type": {
|
|
1184
1184
|
"$ref": "#/definitions/TableTypeV4",
|
|
1185
|
-
"description": "
|
|
1185
|
+
"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.",
|
|
1186
1186
|
"artifactType": "Manifest"
|
|
1187
1187
|
},
|
|
1188
1188
|
"selectionMode": {
|
|
1189
1189
|
"$ref": "#/definitions/SelectionMode",
|
|
1190
|
-
"description": "Allows you to enable or disable row selection and choose between single or multiple row selection.\n
|
|
1190
|
+
"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.",
|
|
1191
1191
|
"artifactType": "Manifest"
|
|
1192
1192
|
},
|
|
1193
1193
|
"selectAll": {
|
|
@@ -1201,18 +1201,18 @@
|
|
|
1201
1201
|
"artifactType": "Manifest"
|
|
1202
1202
|
},
|
|
1203
1203
|
"enableExport": {
|
|
1204
|
-
"description": "
|
|
1204
|
+
"description": "Defines whether the Export button is displayed in the table toolbar. The default value is true.",
|
|
1205
1205
|
"type": "boolean",
|
|
1206
1206
|
"artifactType": "Manifest",
|
|
1207
1207
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/4bab6f2043814257974b52d4dafe1dcd"
|
|
1208
1208
|
},
|
|
1209
1209
|
"quickVariantSelection": {
|
|
1210
1210
|
"$ref": "#/definitions/QuickVariantSelectionV4",
|
|
1211
|
-
"description": "With quickVariantSelection you can switch
|
|
1211
|
+
"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.",
|
|
1212
1212
|
"artifactType": "Manifest"
|
|
1213
1213
|
},
|
|
1214
1214
|
"condensedTableLayout": {
|
|
1215
|
-
"description": "
|
|
1215
|
+
"description": "Determines whether the content density for ui.table is condensed.",
|
|
1216
1216
|
"type": "boolean",
|
|
1217
1217
|
"artifactType": "Manifest",
|
|
1218
1218
|
"descriptionSrcURL": "https://ui5.sap.com/sdk/#/topic/f3cc057e405c4fd58ee2ed42c557797c"
|
|
@@ -1224,7 +1224,7 @@
|
|
|
1224
1224
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/7f844f1021cd4791b8f7408eac7c1cec"
|
|
1225
1225
|
},
|
|
1226
1226
|
"widthIncludingColumnHeader": {
|
|
1227
|
-
"description": "
|
|
1227
|
+
"description": "Determines whether the column header is included in the column width calculation. By default, the column width is calculated based on the type of the content.",
|
|
1228
1228
|
"type": "boolean",
|
|
1229
1229
|
"artifactType": "Manifest",
|
|
1230
1230
|
"descriptionSrcURL": "https://ui5.sap.com/#/topic/c0f6592a592e47f9bb6d09900de47412"
|
|
@@ -1259,7 +1259,7 @@
|
|
|
1259
1259
|
"type": "string"
|
|
1260
1260
|
}
|
|
1261
1261
|
],
|
|
1262
|
-
"description": "
|
|
1262
|
+
"description": "Defines whether the view is visible or not.",
|
|
1263
1263
|
"artifactType": "Manifest"
|
|
1264
1264
|
},
|
|
1265
1265
|
"key": {
|
|
@@ -1274,7 +1274,7 @@
|
|
|
1274
1274
|
"artifactType": "Manifest"
|
|
1275
1275
|
},
|
|
1276
1276
|
"annotationPath": {
|
|
1277
|
-
"description": "
|
|
1277
|
+
"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.",
|
|
1278
1278
|
"type": "string",
|
|
1279
1279
|
"artifactType": "Manifest"
|
|
1280
1280
|
},
|
|
@@ -1331,7 +1331,7 @@
|
|
|
1331
1331
|
"type": "string"
|
|
1332
1332
|
}
|
|
1333
1333
|
],
|
|
1334
|
-
"description": "
|
|
1334
|
+
"description": "Defines whether the view is visible.",
|
|
1335
1335
|
"artifactType": "Manifest"
|
|
1336
1336
|
}
|
|
1337
1337
|
},
|
|
@@ -1390,7 +1390,7 @@
|
|
|
1390
1390
|
"properties": {
|
|
1391
1391
|
"afterExecution": {
|
|
1392
1392
|
"$ref": "#/definitions/ActionAfterExecutionConfiguration",
|
|
1393
|
-
"description": "Settings that
|
|
1393
|
+
"description": "Settings that control the behavior after creating a new entry.",
|
|
1394
1394
|
"artifactType": "Manifest"
|
|
1395
1395
|
},
|
|
1396
1396
|
"width": {
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
"descriptionSrcURL": "https://ui5.sap.com/api/sap.ui.core.CSSSize"
|
|
1437
1437
|
},
|
|
1438
1438
|
"template": {
|
|
1439
|
-
"description": "
|
|
1439
|
+
"description": "Defines a target fragment.",
|
|
1440
1440
|
"artifactType": "Manifest",
|
|
1441
1441
|
"type": "string"
|
|
1442
1442
|
},
|
|
@@ -1451,7 +1451,7 @@
|
|
|
1451
1451
|
"artifactType": "Manifest"
|
|
1452
1452
|
},
|
|
1453
1453
|
"properties": {
|
|
1454
|
-
"description": "If provided and sorting
|
|
1454
|
+
"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.",
|
|
1455
1455
|
"artifactType": "Manifest",
|
|
1456
1456
|
"type": "array",
|
|
1457
1457
|
"items": {
|